@erp-galoper/main-package 1.0.179 → 1.0.181
Sign up to get free protection for your applications and to get access to all the features.
- package/openapi.ts +3 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
@@ -1823,7 +1823,7 @@ export interface paths {
|
|
1823
1823
|
* - 500: internalServerError
|
1824
1824
|
* - Internal server error
|
1825
1825
|
* # NOTE : Type Options [item, customer, supplier, company, user, category, journalVoucher, requisition, requestForQuotation, advancePayment, purchaseInvoice]
|
1826
|
-
* Accepted Files : [.pdf, .png, .jpg ]
|
1826
|
+
* Accepted Files : [.pdf, .png, .jpg, .jpeg]
|
1827
1827
|
*/
|
1828
1828
|
post: operations["common_views_upload_files"];
|
1829
1829
|
delete?: never;
|
@@ -6263,6 +6263,7 @@ export interface paths {
|
|
6263
6263
|
* - 403: permissionDenied
|
6264
6264
|
* - 404: approvalConfigDoesNotExist
|
6265
6265
|
* - documentDoesNotExist
|
6266
|
+
* - approvalLevelsMustBeSetFirst
|
6266
6267
|
* - 500: serverError
|
6267
6268
|
*/
|
6268
6269
|
patch: operations["erp_settings_approval_settings_views_update_approval_config"];
|
@@ -15846,7 +15847,7 @@ export interface components {
|
|
15846
15847
|
/**
|
15847
15848
|
* Id
|
15848
15849
|
* Format: uuid
|
15849
|
-
* @example
|
15850
|
+
* @example 0c8ad88d-28a5-40ee-908f-bbcc96baf0b8
|
15850
15851
|
*/
|
15851
15852
|
id: string;
|
15852
15853
|
/**
|
package/package.json
CHANGED