@erp-galoper/types 1.0.258 → 1.0.260

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 +3 -1
  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 38e9f0d9-195b-4e2e-b5f7-9e47e25e97bd
26643
+ * @example 828f196a-0ee0-423f-8f1e-e0c5b358b631
26642
26644
  */
26643
26645
  id: string;
26644
26646
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.258",
3
+ "version": "1.0.260",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],