@erp-galoper/types 1.0.259 → 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 +4 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -9828,6 +9828,7 @@ export interface paths {
9828
9828
  * - itemRequired
9829
9829
  * - itemDoesNotExist
9830
9830
  * - errorUploadingFile
9831
+ * - requestForQuotationShouldBeApprovedOrNotRequired
9831
9832
  *
9832
9833
  * - 403: "noModuleAccess"
9833
9834
  * - "permissionDenied"
@@ -9906,6 +9907,7 @@ export interface paths {
9906
9907
  * - itemRequired
9907
9908
  * - itemDoesNotExist
9908
9909
  * - errorUploadingFile
9910
+ * - requestForQuotationShouldBeApprovedOrNotRequired
9909
9911
  *
9910
9912
  * - 403: "noModuleAccess"
9911
9913
  * - "permissionDenied"
@@ -26638,7 +26640,7 @@ export interface components {
26638
26640
  /**
26639
26641
  * Id
26640
26642
  * Format: uuid
26641
- * @example d63dc256-b6ea-46bc-b3c7-3e9f6ea17880
26643
+ * @example 490794c2-884e-432f-8001-d4b94dad046b
26642
26644
  */
26643
26645
  id: string;
26644
26646
  /**
@@ -27076,7 +27078,7 @@ export interface components {
27076
27078
  * ReasonDocumentTYpe
27077
27079
  * @enum {string}
27078
27080
  */
27079
- ReasonDocumentTYpe: "transactionLocking" | "requisition" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "stockAdjustment" | "returnablePackageReconciliation" | "salesReturnOrder" | "SalesReturnInvoice";
27081
+ ReasonDocumentTYpe: "transactionLocking" | "requisition" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "stockAdjustment" | "returnablePackageReconciliation" | "salesReturnOrder" | "salesReturnInvoice";
27080
27082
  /** ListReasons */
27081
27083
  ListReasons: {
27082
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.259",
3
+ "version": "1.0.261",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],