@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@droz-js/sdk",
3
3
  "description": "Droz SDK",
4
- "version": "0.9.48",
4
+ "version": "0.9.49",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -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
  };