@erp-galoper/types 1.0.1151 → 1.0.1153

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 +13 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20074,6 +20074,12 @@ export interface components {
20074
20074
  * @default []
20075
20075
  */
20076
20076
  invoice: components["schemas"]["BasePermissionsSchema_Pos_InvoiceEnum"][];
20077
+ /**
20078
+ * Discrepancies Possession
20079
+ * @description discrepancies_possession actions
20080
+ * @default []
20081
+ */
20082
+ discrepancies_possession: components["schemas"]["BasePermissionsSchema_Pos_Discrepancies_possessionEnum"][];
20077
20083
  /**
20078
20084
  * Session
20079
20085
  * @description session actions
@@ -20081,6 +20087,11 @@ export interface components {
20081
20087
  */
20082
20088
  session: components["schemas"]["BasePermissionsSchema_Pos_SessionEnum"][];
20083
20089
  };
20090
+ /**
20091
+ * BasePermissionsSchema_Pos_Discrepancies_possessionEnum
20092
+ * @constant
20093
+ */
20094
+ BasePermissionsSchema_Pos_Discrepancies_possessionEnum: "post";
20084
20095
  /**
20085
20096
  * BasePermissionsSchema_Pos_GiftreceiptEnum
20086
20097
  * @constant
@@ -23310,7 +23321,7 @@ export interface components {
23310
23321
  trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
23311
23322
  /**
23312
23323
  * Hasexpirydate
23313
- * @description if tracking inventory by is quantity then this should be false
23324
+ * @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
23314
23325
  * @default false
23315
23326
  */
23316
23327
  hasExpiryDate: boolean | null;
@@ -23611,6 +23622,7 @@ export interface components {
23611
23622
  trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
23612
23623
  /**
23613
23624
  * Hasexpirydate
23625
+ * @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
23614
23626
  * @default false
23615
23627
  */
23616
23628
  hasExpiryDate: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1151",
3
+ "version": "1.0.1153",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],