@erp-galoper/types 1.0.260 → 1.0.261
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26640,7 +26640,7 @@ export interface components {
|
|
|
26640
26640
|
/**
|
|
26641
26641
|
* Id
|
|
26642
26642
|
* Format: uuid
|
|
26643
|
-
* @example
|
|
26643
|
+
* @example 490794c2-884e-432f-8001-d4b94dad046b
|
|
26644
26644
|
*/
|
|
26645
26645
|
id: string;
|
|
26646
26646
|
/**
|
|
@@ -27078,7 +27078,7 @@ export interface components {
|
|
|
27078
27078
|
* ReasonDocumentTYpe
|
|
27079
27079
|
* @enum {string}
|
|
27080
27080
|
*/
|
|
27081
|
-
ReasonDocumentTYpe: "transactionLocking" | "requisition" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "stockAdjustment" | "returnablePackageReconciliation" | "salesReturnOrder" | "
|
|
27081
|
+
ReasonDocumentTYpe: "transactionLocking" | "requisition" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "stockAdjustment" | "returnablePackageReconciliation" | "salesReturnOrder" | "salesReturnInvoice";
|
|
27082
27082
|
/** ListReasons */
|
|
27083
27083
|
ListReasons: {
|
|
27084
27084
|
info: components["schemas"]["PageInfoSchema"];
|