@erp-galoper/main-package 1.0.178 → 1.0.180

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 -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 a589fb4b-0e3c-43dc-bc8b-05cfdc8231aa
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.178",
3
+ "version": "1.0.180",
4
4
  "main": "openapi.ts"
5
5
  }