@droz-js/sdk 0.9.70 → 0.9.71

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.70",
4
+ "version": "0.9.71",
5
5
  "private": false,
6
6
  "exports": {
7
7
  ".": "./src/index.js",
@@ -735,6 +735,8 @@ export type TicketSearchFilterInput = {
735
735
  customerId?: InputMaybe<StringMatcherInput>;
736
736
  priority?: InputMaybe<StringMatcherInput>;
737
737
  protocol?: InputMaybe<StringMatcherInput>;
738
+ ratingType?: InputMaybe<StringMatcherInput>;
739
+ ratingValue?: InputMaybe<StringMatcherInput>;
738
740
  state?: InputMaybe<StringMatcherInput>;
739
741
  status?: InputMaybe<StringMatcherInput>;
740
742
  tags?: InputMaybe<StringMatcherInput>;