@droz-js/sdk 0.11.3 → 0.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@droz-js/sdk",
3
3
  "description": "Droz SDK",
4
- "version": "0.11.3",
4
+ "version": "0.11.5",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -348,6 +348,7 @@ export type TicketAnalyticsFilterInput = {
348
348
  state?: InputMaybe<StringMatcherInput>;
349
349
  status?: InputMaybe<StringMatcherInput>;
350
350
  tags?: InputMaybe<StringMatcherInput>;
351
+ triggerApp?: InputMaybe<StringMatcherInput>;
351
352
  };
352
353
  export declare enum Typenames {
353
354
  Any = "Any",
@@ -173,6 +173,7 @@ export type CreateDrozBotTicketInput = {
173
173
  sessionAttributes?: InputMaybe<CreateDrozBotSessionAttributesInput>;
174
174
  summary?: InputMaybe<Scalars['String']['input']>;
175
175
  tags?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
176
+ talkId?: InputMaybe<Scalars['ID']['input']>;
176
177
  };
177
178
  export type CreateDrozBotTicketProfileInput = {
178
179
  email?: InputMaybe<Scalars['String']['input']>;