@erp-galoper/types 1.0.32 → 1.0.33
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 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26115,7 +26115,7 @@ export interface components {
|
|
|
26115
26115
|
/**
|
|
26116
26116
|
* Id
|
|
26117
26117
|
* Format: uuid
|
|
26118
|
-
* @example
|
|
26118
|
+
* @example e3434492-39c2-4f5e-a643-bc5b6714c776
|
|
26119
26119
|
*/
|
|
26120
26120
|
id: string;
|
|
26121
26121
|
/**
|
|
@@ -35377,6 +35377,8 @@ export interface components {
|
|
|
35377
35377
|
description: string | null;
|
|
35378
35378
|
/** Notes */
|
|
35379
35379
|
notes: string | null;
|
|
35380
|
+
/** Candelete */
|
|
35381
|
+
canDelete: boolean;
|
|
35380
35382
|
/** Items */
|
|
35381
35383
|
items: components["schemas"]["SalesPriceListItemSchema"][];
|
|
35382
35384
|
};
|
|
@@ -35585,6 +35587,8 @@ export interface components {
|
|
|
35585
35587
|
description: string | null;
|
|
35586
35588
|
/** Notes */
|
|
35587
35589
|
notes: string | null;
|
|
35590
|
+
/** Candelete */
|
|
35591
|
+
canDelete: boolean;
|
|
35588
35592
|
};
|
|
35589
35593
|
/** ListPackageTypeSchema */
|
|
35590
35594
|
ListPackageTypeSchema: {
|