@erp-galoper/main-package 1.0.179 → 1.0.180

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/openapi.ts +2 -2
  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;
@@ -15846,7 +15846,7 @@ export interface components {
15846
15846
  /**
15847
15847
  * Id
15848
15848
  * Format: uuid
15849
- * @example f724446f-8c78-4dde-abf7-05eb11332d23
15849
+ * @example 6b0a390f-7eb4-43c0-a995-7496008a1c07
15850
15850
  */
15851
15851
  id: string;
15852
15852
  /**
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@erp-galoper/main-package",
3
- "version": "1.0.179",
3
+ "version": "1.0.180",
4
4
  "main": "openapi.ts"
5
5
  }