@erp-galoper/types 1.0.1564 → 1.0.1566
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 +0 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -78368,7 +78368,6 @@ export interface operations {
|
|
|
78368
78368
|
status?: ("draft" | "submitted")[];
|
|
78369
78369
|
/** @description required when isBatchExport is True */
|
|
78370
78370
|
priority?: ("normal" | "low" | "medium" | "urgent" | "high")[];
|
|
78371
|
-
branchId: number;
|
|
78372
78371
|
/** @description The value is true when export in list of requisition, and value is false when export single requisition */
|
|
78373
78372
|
isBatchExport: boolean;
|
|
78374
78373
|
/** @description requisition id, required when isBatchExport is False */
|