@wix/auto_sdk_benefit-programs_items 1.0.3 → 1.0.5

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.
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
@@ -336,7 +336,7 @@ export interface FilterFilterOneOf {
336
336
  }
337
337
  export interface CursorPaging {
338
338
  /**
339
- * Maximum number of items to return in the results.
339
+ * Maximum number of items to return.
340
340
  * @max 1000
341
341
  */
342
342
  limit?: number | null;
@@ -410,7 +410,7 @@ export interface CursorQueryPagingMethodOneOf {
410
410
  }
411
411
  export interface Sorting {
412
412
  /**
413
- * Name of the field to sort by.
413
+ * Field to sort by.
414
414
  * @maxLength 512
415
415
  */
416
416
  fieldName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_benefit-programs_items",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -28,8 +28,8 @@
28
28
  "service-plugins"
29
29
  ],
30
30
  "dependencies": {
31
- "@wix/sdk-runtime": "^0.3.35",
32
- "@wix/sdk-types": "^1.12.4"
31
+ "@wix/sdk-runtime": "^0.3.42",
32
+ "@wix/sdk-types": "^1.13.9"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.benefit_programs.v1.item"
49
49
  }
50
50
  },
51
- "falconPackageHash": "1f25ed1d6665a02fce67bc85cdb4ac7be4ec5c2cb0ab304f15ba3af8"
51
+ "falconPackageHash": "b08ae12fe4d76473eab99decd7cbd2d6714a9146ce0f287ca3fe9238"
52
52
  }