@droz-js/sdk 0.9.39 → 0.9.40

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.39",
4
+ "version": "0.9.40",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -557,6 +557,7 @@ export type TicketSearchFilterInput = {
557
557
  createdAt?: InputMaybe<NumberMatcherInput>;
558
558
  customerId?: InputMaybe<StringMatcherInput>;
559
559
  priority?: InputMaybe<StringMatcherInput>;
560
+ protocol?: InputMaybe<StringMatcherInput>;
560
561
  state?: InputMaybe<StringMatcherInput>;
561
562
  status?: InputMaybe<StringMatcherInput>;
562
563
  tags?: InputMaybe<StringMatcherInput>;