@erp-galoper/types 1.0.289 → 1.0.291

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 +2 -12
  2. 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 Endpoint for uploading files.
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 bfe9c8c5-8418-4f24-a00b-130632303cb9
26634
+ * @example c98b3ff9-53cf-4238-afb2-3f944c240005
26645
26635
  */
26646
26636
  id: string;
26647
26637
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.289",
3
+ "version": "1.0.291",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],