@erp-galoper/types 1.0.81 → 1.0.83
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 +11 -10
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -1900,16 +1900,17 @@ export interface paths {
|
|
|
1900
1900
|
put?: never;
|
|
1901
1901
|
/**
|
|
1902
1902
|
* Upload Files
|
|
1903
|
-
* @description Endpoint for
|
|
1903
|
+
* @description Endpoint for uploading files.
|
|
1904
|
+
*
|
|
1905
|
+
* - If `is_cloud` is enabled, files are uploaded to Google Cloud Storage.
|
|
1906
|
+
* - If `is_cloud` is disabled, files are saved locally.
|
|
1907
|
+
*
|
|
1908
|
+
* Accepted Files: [.pdf, .png, .jpg, .jpeg]
|
|
1909
|
+
*
|
|
1904
1910
|
* Possible Responses:
|
|
1905
|
-
* - 400:
|
|
1906
|
-
*
|
|
1907
|
-
* -
|
|
1908
|
-
* - success
|
|
1909
|
-
* - 500: internalServerError
|
|
1910
|
-
* - Internal server error
|
|
1911
|
-
* # NOTE : Type Options [item, customer, supplier, company, user, category, journalVoucher, requisition, requestForQuotation, advancePayment, purchaseInvoice, closingCommission, offersAndPromotions]
|
|
1912
|
-
* Accepted Files : [.pdf, .png, .jpg, .jpeg]
|
|
1911
|
+
* - 400: Unsupported file type / No file provided
|
|
1912
|
+
* - 200: Success
|
|
1913
|
+
* - 500: Internal server error
|
|
1913
1914
|
*/
|
|
1914
1915
|
post: operations["common_views_upload_files"];
|
|
1915
1916
|
delete?: never;
|
|
@@ -26462,7 +26463,7 @@ export interface components {
|
|
|
26462
26463
|
/**
|
|
26463
26464
|
* Id
|
|
26464
26465
|
* Format: uuid
|
|
26465
|
-
* @example
|
|
26466
|
+
* @example 327ddd5a-d29e-483d-9798-5e8af0389776
|
|
26466
26467
|
*/
|
|
26467
26468
|
id: string;
|
|
26468
26469
|
/**
|