@droz-js/sdk 0.9.48 → 0.9.49
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 +1 -1
- package/src/sdks/drozchat.d.ts +2 -0
package/package.json
CHANGED
package/src/sdks/drozchat.d.ts
CHANGED
|
@@ -180,6 +180,7 @@ export type CloseTicketInput = {
|
|
|
180
180
|
ticketId: Scalars['ID']['input'];
|
|
181
181
|
};
|
|
182
182
|
export type CreateDrozChatChannelInput = {
|
|
183
|
+
agentIds?: InputMaybe<Scalars['Set']['input']>;
|
|
183
184
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
184
185
|
};
|
|
185
186
|
export type CreateTicketInput = {
|
|
@@ -667,6 +668,7 @@ export type UnassignTicketInput = {
|
|
|
667
668
|
ticketId: Scalars['ID']['input'];
|
|
668
669
|
};
|
|
669
670
|
export type UpdateDrozChatChannelInput = {
|
|
671
|
+
agentIds?: InputMaybe<Scalars['Set']['input']>;
|
|
670
672
|
id: Scalars['ID']['input'];
|
|
671
673
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
672
674
|
};
|