@erp-galoper/types 1.0.591 → 1.0.592

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 +3 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -20446,7 +20446,7 @@ export interface components {
20446
20446
  * InvoicePermissionAction
20447
20447
  * @enum {string}
20448
20448
  */
20449
- InvoicePermissionAction: "view" | "add" | "delete" | "hold" | "void" | "return" | "exchange" | "discount";
20449
+ InvoicePermissionAction: "delete" | "hold" | "void" | "return" | "exchange" | "discount";
20450
20450
  /** ListUser */
20451
20451
  ListUser: {
20452
20452
  info: components["schemas"]["PageInfoSchema"];
@@ -20477,6 +20477,7 @@ export interface components {
20477
20477
  customer: components["schemas"]["FullPermissionAction"][];
20478
20478
  /**
20479
20479
  * Invoice
20480
+ * @description add a note for the user that any user with is_casher is true can create invoice and view ir
20480
20481
  * @default []
20481
20482
  */
20482
20483
  invoice: components["schemas"]["InvoicePermissionAction"][];
@@ -27521,7 +27522,7 @@ export interface components {
27521
27522
  /**
27522
27523
  * Id
27523
27524
  * Format: uuid
27524
- * @example 29d334d3-376f-4d98-bee4-1e57a11933c3
27525
+ * @example 44360eab-dda1-4fde-9973-f4c3afc75803
27525
27526
  */
27526
27527
  id: string;
27527
27528
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.591",
3
+ "version": "1.0.592",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],