@erp-galoper/types 1.0.1483 → 1.0.1484

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.
Files changed (2) hide show
  1. package/openapi.ts +2 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -25714,7 +25714,7 @@ export interface components {
25714
25714
  * ItemSortBy
25715
25715
  * @enum {string}
25716
25716
  */
25717
- ItemSortBy: "name" | "shortName" | "skuCode" | "type" | "usage" | "active" | "dateCreated" | "dateModified" | "family" | "brand" | "categories" | "tags";
25717
+ ItemSortBy: "name" | "shortName" | "skuCode" | "type" | "usage" | "active" | "dateCreated" | "dateModified" | "family" | "brand" | "categories" | "tags" | "";
25718
25718
  /**
25719
25719
  * SortOrder
25720
25720
  * @enum {string}
@@ -59123,7 +59123,7 @@ export interface operations {
59123
59123
  /** @description required when you want to get items sales prices from sales price list in sales features */
59124
59124
  customerId?: number;
59125
59125
  /** @description Field to sort items by */
59126
- sortBy?: "name" | "shortName" | "skuCode" | "type" | "usage" | "active" | "dateCreated" | "dateModified" | "family" | "brand" | "categories" | "tags";
59126
+ sortBy?: "name" | "shortName" | "skuCode" | "type" | "usage" | "active" | "dateCreated" | "dateModified" | "family" | "brand" | "categories" | "tags" | "";
59127
59127
  /** @description Sort order: ascending or descending */
59128
59128
  order?: "asc" | "desc";
59129
59129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1483",
3
+ "version": "1.0.1484",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],