@erp-galoper/types 1.0.259 → 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.
- package/openapi.ts +3 -1
- 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
|
|
26643
|
+
* @example 828f196a-0ee0-423f-8f1e-e0c5b358b631
|
|
26642
26644
|
*/
|
|
26643
26645
|
id: string;
|
|
26644
26646
|
/**
|