@erp-galoper/types 1.0.1263 → 1.0.1265
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 +21 -9
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -22957,12 +22957,23 @@ export interface components {
|
|
|
22957
22957
|
* @default []
|
|
22958
22958
|
*/
|
|
22959
22959
|
preferred_supplier_expensevoucher: components["schemas"]["BasePermissionsSchema_Expenses_Preferred_supplier_expensevoucherEnum"][];
|
|
22960
|
+
/**
|
|
22961
|
+
* Expensepaymentvoucher
|
|
22962
|
+
* @description expensepaymentvoucher actions
|
|
22963
|
+
* @default []
|
|
22964
|
+
*/
|
|
22965
|
+
expensepaymentvoucher: components["schemas"]["BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum"][];
|
|
22960
22966
|
};
|
|
22961
22967
|
/**
|
|
22962
22968
|
* BasePermissionsSchema_Expenses_Expense_limit_expensevoucherEnum
|
|
22963
22969
|
* @constant
|
|
22964
22970
|
*/
|
|
22965
22971
|
BasePermissionsSchema_Expenses_Expense_limit_expensevoucherEnum: "override";
|
|
22972
|
+
/**
|
|
22973
|
+
* BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum
|
|
22974
|
+
* @enum {string}
|
|
22975
|
+
*/
|
|
22976
|
+
BasePermissionsSchema_Expenses_ExpensepaymentvoucherEnum: "add" | "approve" | "cancel" | "change" | "delete" | "export" | "resettodraft" | "send" | "view";
|
|
22966
22977
|
/**
|
|
22967
22978
|
* BasePermissionsSchema_Expenses_ExpensevoucherEnum
|
|
22968
22979
|
* @enum {string}
|
|
@@ -28594,7 +28605,7 @@ export interface components {
|
|
|
28594
28605
|
* LogModelName
|
|
28595
28606
|
* @enum {string}
|
|
28596
28607
|
*/
|
|
28597
|
-
LogModelName: "item" | "customer" | "supplier" | "
|
|
28608
|
+
LogModelName: "item" | "customer" | "supplier" | "internalTransferHeader" | "transferRequest" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "posInvoice" | "onlineStoreSetting" | "onlineStorageSettings" | "task" | "event" | "dimension" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher";
|
|
28598
28609
|
/**
|
|
28599
28610
|
* LogType
|
|
28600
28611
|
* @enum {string}
|
|
@@ -31081,11 +31092,8 @@ export interface components {
|
|
|
31081
31092
|
* @description Schema for individual linked documents.
|
|
31082
31093
|
*/
|
|
31083
31094
|
LinkedDocumentsSchema: {
|
|
31084
|
-
/**
|
|
31085
|
-
|
|
31086
|
-
* Format: uuid
|
|
31087
|
-
*/
|
|
31088
|
-
id: string;
|
|
31095
|
+
/** Id */
|
|
31096
|
+
id: number | string;
|
|
31089
31097
|
/** Serialnumber */
|
|
31090
31098
|
serialNumber: string;
|
|
31091
31099
|
/**
|
|
@@ -31155,6 +31163,8 @@ export interface components {
|
|
|
31155
31163
|
destinationWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
31156
31164
|
sourceWarehouseResponse: components["schemas"]["SourceWarehouseResponseEnum"] | null;
|
|
31157
31165
|
rejectionReason: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
31166
|
+
/** Candelete */
|
|
31167
|
+
canDelete: boolean;
|
|
31158
31168
|
/** Linkeddocuments */
|
|
31159
31169
|
linkedDocuments?: {
|
|
31160
31170
|
[key: string]: components["schemas"]["LinkedDocumentsSchema"];
|
|
@@ -31308,6 +31318,8 @@ export interface components {
|
|
|
31308
31318
|
destinationWarehouse: components["schemas"]["WarehouseSummaryInfo"];
|
|
31309
31319
|
sourceWarehouseResponse: components["schemas"]["SourceWarehouseResponseEnum"] | null;
|
|
31310
31320
|
rejectionReason: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
31321
|
+
/** Candelete */
|
|
31322
|
+
canDelete: boolean;
|
|
31311
31323
|
};
|
|
31312
31324
|
/** TransferRequestListSchema */
|
|
31313
31325
|
TransferRequestListSchema: {
|
|
@@ -54230,7 +54242,7 @@ export interface components {
|
|
|
54230
54242
|
* CombinedModelName
|
|
54231
54243
|
* @enum {string}
|
|
54232
54244
|
*/
|
|
54233
|
-
common__shared_schemas__CombinedModelName: "item" | "customer" | "supplier" | "
|
|
54245
|
+
common__shared_schemas__CombinedModelName: "item" | "customer" | "supplier" | "internalTransferHeader" | "transferRequest" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "posInvoice" | "onlineStoreSetting" | "onlineStorageSettings" | "task" | "event" | "dimension" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
54234
54246
|
/** TasksListSchema */
|
|
54235
54247
|
TasksListSchema: {
|
|
54236
54248
|
info: components["schemas"]["PageInfoSchema"];
|
|
@@ -60707,7 +60719,7 @@ export interface operations {
|
|
|
60707
60719
|
common_views_get_logs: {
|
|
60708
60720
|
parameters: {
|
|
60709
60721
|
query?: {
|
|
60710
|
-
logModelName?: "item" | "customer" | "supplier" | "
|
|
60722
|
+
logModelName?: "item" | "customer" | "supplier" | "internalTransferHeader" | "transferRequest" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "posInvoice" | "onlineStoreSetting" | "onlineStorageSettings" | "task" | "event" | "dimension" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher";
|
|
60711
60723
|
logType?: "Created" | "Changed" | "Deleted";
|
|
60712
60724
|
startDate?: string;
|
|
60713
60725
|
endDate?: string;
|
|
@@ -60764,7 +60776,7 @@ export interface operations {
|
|
|
60764
60776
|
common_views_get_model_names: {
|
|
60765
60777
|
parameters: {
|
|
60766
60778
|
query?: {
|
|
60767
|
-
CombinedModelNames?: "item" | "customer" | "supplier" | "
|
|
60779
|
+
CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransferHeader" | "transferRequest" | "stockAdjustment" | "openingQuantity" | "supplierPriceList" | "chartOfAccount" | "journalVoucher" | "requisition" | "requestForQuotation" | "advancePayment" | "paymentVoucher" | "purchaseInvoice" | "purchaseOrder" | "purchaseQuotation" | "purchaseReturnOrder" | "purchaseReturnInvoice" | "refundVoucher" | "purchaseCreditNote" | "project" | "warehouse" | "employeePosition" | "employee" | "accountingSetting" | "defaultGeneralAccounts" | "transactionalSubsidiaryAccounts" | "accountClassification" | "taxes" | "appointmentSettings" | "approvalSettings" | "approvalConfig" | "approvalCondition" | "approvalLevel" | "inventorySettings" | "itemVariantSettings" | "posSettings" | "purchaseSettings" | "salesSetting" | "city" | "zone" | "shippingMethod" | "systemSettings" | "transactionLocking" | "userSetting" | "department" | "company" | "branch" | "region" | "currency" | "facility" | "reason" | "emailSetting" | "bank" | "users" | "roles" | "appointment" | "offerAndPromotion" | "salesQuotation" | "salesOrder" | "downPayment" | "receiptVoucher" | "salesCreditNote" | "salesInvoice" | "salesReturnOrder" | "salesReturnInvoice" | "salesRefundVoucher" | "salesPriceList" | "goodsDeliveryNote" | "returnablePackageReconciliation" | "salesReturnPackage" | "package" | "packageType" | "itemPackage" | "goodsReceiptNote" | "salesPerson" | "commissionStructure" | "commissionPayout" | "closingCommission" | "posInvoice" | "onlineStoreSetting" | "onlineStorageSettings" | "task" | "event" | "dimension" | "expenseCategory" | "expenseVoucher" | "expensePaymentVoucher" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
60768
60780
|
};
|
|
60769
60781
|
header?: never;
|
|
60770
60782
|
path?: never;
|