@erp-galoper/types 1.0.1152 → 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 +11 -0
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1152",
3
+ "version": "1.0.1153",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],