@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.
Files changed (2) hide show
  1. package/openapi.ts +2 -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 828f196a-0ee0-423f-8f1e-e0c5b358b631
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" | "SalesReturnInvoice";
27081
+ ReasonDocumentTYpe: "transactionLocking" | "requisition" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "stockAdjustment" | "returnablePackageReconciliation" | "salesReturnOrder" | "salesReturnInvoice";
27082
27082
  /** ListReasons */
27083
27083
  ListReasons: {
27084
27084
  info: components["schemas"]["PageInfoSchema"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.260",
3
+ "version": "1.0.261",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],