@erp-galoper/types 1.0.64 → 1.0.65

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
@@ -22585,7 +22585,7 @@ export interface components {
22585
22585
  * FileType
22586
22586
  * @enum {string}
22587
22587
  */
22588
- FileType: "item" | "company" | "user" | "supplier" | "customer" | "itemcategory" | "journalvoucher" | "supplierpricelist" | "requisition" | "purchasequotation" | "purchaseorder" | "purchasereturnorder" | "advancepayment" | "requestforquotation" | "purchaseinvoice" | "purchasereturninvoice" | "salespricelist" | "closingcommission" | "commission" | "commissionpayout" | "offerandpromotion" | "refundvoucher" | "paymentvoucher" | "purchasecreditnote" | "downpayment" | "receiptvoucher" | "salesperson" | "salesquotation" | "salesorder" | "salesreturnorder" | "salesinvoice" | "salesreturninvoice" | "salesrefundvoucher" | "returnsalesorder" | "returnsalesinvoice" | "goodsreceiptnote" | "goodsdeliverynote" | "salescreditnote" | "returnablepackagereconciliation" | "salesreturnpackage";
22588
+ FileType: "item" | "company" | "user" | "supplier" | "customer" | "itemCategory" | "journalVoucher" | "supplierPriceList" | "requisition" | "purchaseQuotation" | "purchaseOrder" | "purchaseReturnOrder" | "advancePayment" | "requestForQuotation" | "purchaseInvoice" | "purchaseReturnInvoice" | "salesPriceList" | "closingCommission" | "commissionStructure" | "commissionPayout" | "offerAndPromotion" | "refundVoucher" | "paymentVoucher" | "purchaseCreditNote" | "downPayment" | "receiptVoucher" | "salesPerson" | "salesQuotation" | "salesOrder" | "salesReturnOrder" | "salesInvoice" | "salesReturnInvoice" | "salesRefundVoucher" | "returnSalesOrder" | "returnSalesInvoice" | "goodsReceiptNote" | "goodsDeliveryNote" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage";
22589
22589
  /** currencyCodeOut */
22590
22590
  currencyCodeOut: {
22591
22591
  /** Currencycode */
@@ -26450,7 +26450,7 @@ export interface components {
26450
26450
  /**
26451
26451
  * Id
26452
26452
  * Format: uuid
26453
- * @example 8f5c76ec-189d-4e25-a93c-87a3f07c0576
26453
+ * @example dc049076-3a5b-4c9f-8f31-7a6c772fb449
26454
26454
  */
26455
26455
  id: string;
26456
26456
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],