@droz-js/sdk
Advanced tools
Comparing version 0.5.20 to 0.5.21
{ | ||
"name": "@droz-js/sdk", | ||
"description": "Droz SDK", | ||
"version": "0.5.20", | ||
"version": "0.5.21", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -131,2 +131,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -133,0 +137,0 @@ applySolution?: Maybe<Scalars['Boolean']['output']>; |
@@ -124,2 +124,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -126,0 +130,0 @@ createChatWidget?: Maybe<ChatWidget>; |
@@ -146,2 +146,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -148,0 +152,0 @@ createDrozBotInstance: DrozBotInstance; |
@@ -173,2 +173,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type MarkTicketMessagesAsReadInput = { | ||
@@ -175,0 +179,0 @@ channelId: Scalars['ID']['input']; |
@@ -191,2 +191,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -193,0 +197,0 @@ batchDeploy: Array<Deployment>; |
@@ -147,2 +147,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -149,0 +153,0 @@ createDrozNexoConnection: DrozNexoConnection; |
@@ -114,2 +114,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -116,0 +120,0 @@ createReclameAquiInstance?: Maybe<ReclameAquiInstance>; |
@@ -110,2 +110,6 @@ export type Maybe<T> = T; | ||
}; | ||
export type I18nTextInput = { | ||
lang: Scalars['Locale']['input']; | ||
value: Scalars['String']['input']; | ||
}; | ||
export type Mutation = { | ||
@@ -112,0 +116,0 @@ createZendeskInstance?: Maybe<ZendeskInstance>; |
Sorry, the diff of this file is too big to display
430362
54
9413