@erp-galoper/types 1.0.1936 → 1.0.1937
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 +12 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -24578,6 +24578,12 @@ export interface components {
|
|
|
24578
24578
|
* @default []
|
|
24579
24579
|
*/
|
|
24580
24580
|
purchasecreditnote: components["schemas"]["BasePermissionsSchema_Purchase_PurchasecreditnoteEnum"][];
|
|
24581
|
+
/**
|
|
24582
|
+
* Landedcostallocation
|
|
24583
|
+
* @description landedcostallocation actions
|
|
24584
|
+
* @default []
|
|
24585
|
+
*/
|
|
24586
|
+
landedcostallocation: components["schemas"]["BasePermissionsSchema_Purchase_LandedcostallocationEnum"][];
|
|
24581
24587
|
/**
|
|
24582
24588
|
* Paymentvoucher
|
|
24583
24589
|
* @description paymentvoucher actions
|
|
@@ -24656,6 +24662,11 @@ export interface components {
|
|
|
24656
24662
|
* @enum {string}
|
|
24657
24663
|
*/
|
|
24658
24664
|
BasePermissionsSchema_Purchase_AdvancepaymentEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
24665
|
+
/**
|
|
24666
|
+
* BasePermissionsSchema_Purchase_LandedcostallocationEnum
|
|
24667
|
+
* @enum {string}
|
|
24668
|
+
*/
|
|
24669
|
+
BasePermissionsSchema_Purchase_LandedcostallocationEnum: "add" | "cancel" | "change" | "delete" | "resettodraft" | "view";
|
|
24659
24670
|
/**
|
|
24660
24671
|
* BasePermissionsSchema_Purchase_PaymentvoucherEnum
|
|
24661
24672
|
* @enum {string}
|
|
@@ -30831,7 +30842,7 @@ export interface components {
|
|
|
30831
30842
|
* FileType
|
|
30832
30843
|
* @enum {string}
|
|
30833
30844
|
*/
|
|
30834
|
-
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" | "goodsReceiptNote" | "goodsDeliveryNote" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "customFieldValue" | "transferRequest" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher" | "task" | "event" | "whatsappTemplate";
|
|
30845
|
+
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" | "goodsReceiptNote" | "goodsDeliveryNote" | "salesCreditNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "customFieldValue" | "transferRequest" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher" | "task" | "event" | "whatsappTemplate" | "repairOrder";
|
|
30835
30846
|
/** currencyCodeOut */
|
|
30836
30847
|
currencyCodeOut: {
|
|
30837
30848
|
/** Currencycode */
|