@erp-galoper/types 1.0.591 → 1.0.593
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.
- package/openapi.ts +5 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19054,7 +19054,7 @@ export interface components {
|
|
|
19054
19054
|
* BasePermissionsSchema_Inventory_StockadjustmentEnum
|
|
19055
19055
|
* @enum {string}
|
|
19056
19056
|
*/
|
|
19057
|
-
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "view";
|
|
19057
|
+
BasePermissionsSchema_Inventory_StockadjustmentEnum: "add" | "approve" | "change" | "delete" | "resettodraft" | "view";
|
|
19058
19058
|
/**
|
|
19059
19059
|
* BasePermissionsSchema_Inventory_WarehouseEnum
|
|
19060
19060
|
* @enum {string}
|
|
@@ -20446,7 +20446,7 @@ export interface components {
|
|
|
20446
20446
|
* InvoicePermissionAction
|
|
20447
20447
|
* @enum {string}
|
|
20448
20448
|
*/
|
|
20449
|
-
InvoicePermissionAction: "
|
|
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"][];
|
|
@@ -25996,7 +25997,7 @@ export interface components {
|
|
|
25996
25997
|
/** Postalcode */
|
|
25997
25998
|
postalCode?: string | null;
|
|
25998
25999
|
/** Address */
|
|
25999
|
-
address
|
|
26000
|
+
address?: string;
|
|
26000
26001
|
/** Region */
|
|
26001
26002
|
region: number;
|
|
26002
26003
|
/**
|
|
@@ -27521,7 +27522,7 @@ export interface components {
|
|
|
27521
27522
|
/**
|
|
27522
27523
|
* Id
|
|
27523
27524
|
* Format: uuid
|
|
27524
|
-
* @example
|
|
27525
|
+
* @example ff5057a9-4349-4391-bc99-2ab599a5828f
|
|
27525
27526
|
*/
|
|
27526
27527
|
id: string;
|
|
27527
27528
|
/**
|