@erp-galoper/types 1.0.290 → 1.0.292
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 +2 -12
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -1936,17 +1936,7 @@ export interface paths {
|
|
|
1936
1936
|
put?: never;
|
|
1937
1937
|
/**
|
|
1938
1938
|
* Upload Files
|
|
1939
|
-
* @description
|
|
1940
|
-
*
|
|
1941
|
-
* - If `is_cloud` is enabled, files are uploaded to Google Cloud Storage.
|
|
1942
|
-
* - If `is_cloud` is disabled, files are saved locally.
|
|
1943
|
-
*
|
|
1944
|
-
* Accepted Files: [.pdf, .png, .jpg, .jpeg]
|
|
1945
|
-
*
|
|
1946
|
-
* Possible Responses:
|
|
1947
|
-
* - 400: Unsupported file type / No file provided
|
|
1948
|
-
* - 200: Success
|
|
1949
|
-
* - 500: Internal server error
|
|
1939
|
+
* @description Upload files to local storage or cloud. Returns full URL.
|
|
1950
1940
|
*/
|
|
1951
1941
|
post: operations["common_views_upload_files"];
|
|
1952
1942
|
delete?: never;
|
|
@@ -26641,7 +26631,7 @@ export interface components {
|
|
|
26641
26631
|
/**
|
|
26642
26632
|
* Id
|
|
26643
26633
|
* Format: uuid
|
|
26644
|
-
* @example
|
|
26634
|
+
* @example 063f10fb-3bec-42c8-a6bb-48ae34990662
|
|
26645
26635
|
*/
|
|
26646
26636
|
id: string;
|
|
26647
26637
|
/**
|