@droz-js/sdk 0.3.19 → 0.3.20

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.3.19",
4
+ "version": "0.3.20",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -219,6 +219,7 @@ export type QueryGetTicketArgs = {
219
219
  };
220
220
  export type QueryListTicketMessagesArgs = {
221
221
  next?: InputMaybe<Scalars['Base64']['input']>;
222
+ sources?: InputMaybe<Array<Scalars['String']['input']>>;
222
223
  ticketId: Scalars['ID']['input'];
223
224
  };
224
225
  export type QueryListTicketsArgs = {