@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.
- package/openapi.ts +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" | "
|
|
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
|
|
26453
|
+
* @example dc049076-3a5b-4c9f-8f31-7a6c772fb449
|
|
26454
26454
|
*/
|
|
26455
26455
|
id: string;
|
|
26456
26456
|
/**
|