@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
|
@@ -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",
|
package/src/sdks/drozbot.d.ts
CHANGED
|
@@ -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']>;
|