@erp-galoper/types 1.0.1199 → 1.0.1201
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 +31 -52
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19972,7 +19972,7 @@ export interface paths {
|
|
|
19972
19972
|
* - 403: permissionDenied
|
|
19973
19973
|
* - 500: unexpectedError
|
|
19974
19974
|
*
|
|
19975
|
-
* permission key:
|
|
19975
|
+
* permission key: onlinestore: ["view"]
|
|
19976
19976
|
*/
|
|
19977
19977
|
get: operations["integration_sync_views_get_sync_store"];
|
|
19978
19978
|
/**
|
|
@@ -19985,7 +19985,7 @@ export interface paths {
|
|
|
19985
19985
|
* - 403: permissionDenied
|
|
19986
19986
|
* - 500: unexpectedError
|
|
19987
19987
|
*
|
|
19988
|
-
* permission key:
|
|
19988
|
+
* permission key: onlinestore: ["change"]
|
|
19989
19989
|
*/
|
|
19990
19990
|
put: operations["integration_sync_views_update_sync_store"];
|
|
19991
19991
|
/**
|
|
@@ -19997,7 +19997,7 @@ export interface paths {
|
|
|
19997
19997
|
* - 403: permissionDenied
|
|
19998
19998
|
* - 500: unexpectedError
|
|
19999
19999
|
*
|
|
20000
|
-
* permission key:
|
|
20000
|
+
* permission key: onlinestore: ["add"]
|
|
20001
20001
|
*/
|
|
20002
20002
|
post: operations["integration_sync_views_create_sync_store"];
|
|
20003
20003
|
delete?: never;
|
|
@@ -20024,7 +20024,7 @@ export interface paths {
|
|
|
20024
20024
|
* - 403: permissionDenied
|
|
20025
20025
|
* - 500: unexpectedError
|
|
20026
20026
|
*
|
|
20027
|
-
* permission key:
|
|
20027
|
+
* permission key: onlinestore: ["view"]
|
|
20028
20028
|
*/
|
|
20029
20029
|
post: operations["integration_sync_views_test_sync_store_connection"];
|
|
20030
20030
|
delete?: never;
|
|
@@ -20093,7 +20093,7 @@ export interface paths {
|
|
|
20093
20093
|
* - 409: syncAlreadyRunning
|
|
20094
20094
|
* - 500: unexpectedError
|
|
20095
20095
|
*
|
|
20096
|
-
* permission key:
|
|
20096
|
+
* permission key: onlinestore: ["add"]
|
|
20097
20097
|
*/
|
|
20098
20098
|
post: operations["integration_sync_views_sync_orders_endpoint"];
|
|
20099
20099
|
delete?: never;
|
|
@@ -20121,7 +20121,7 @@ export interface paths {
|
|
|
20121
20121
|
* - 409: syncAlreadyRunning
|
|
20122
20122
|
* - 500: unexpectedError
|
|
20123
20123
|
*
|
|
20124
|
-
* permission key:
|
|
20124
|
+
* permission key: onlinestore: ["add"]
|
|
20125
20125
|
*/
|
|
20126
20126
|
post: operations["integration_sync_views_sync_customers_endpoint"];
|
|
20127
20127
|
delete?: never;
|
|
@@ -20146,7 +20146,7 @@ export interface paths {
|
|
|
20146
20146
|
* - 404: storeNotFound
|
|
20147
20147
|
* - 500: unexpectedError
|
|
20148
20148
|
*
|
|
20149
|
-
* permission key:
|
|
20149
|
+
* permission key: onlinestore: ["view"]
|
|
20150
20150
|
*/
|
|
20151
20151
|
get: operations["integration_sync_views_list_orders"];
|
|
20152
20152
|
put?: never;
|
|
@@ -20173,7 +20173,7 @@ export interface paths {
|
|
|
20173
20173
|
* - 404: orderNotFound
|
|
20174
20174
|
* - 500: unexpectedError
|
|
20175
20175
|
*
|
|
20176
|
-
* permission key:
|
|
20176
|
+
* permission key: onlinestore: ["view"]
|
|
20177
20177
|
*/
|
|
20178
20178
|
get: operations["integration_sync_views_get_order"];
|
|
20179
20179
|
put?: never;
|
|
@@ -20496,11 +20496,6 @@ export interface components {
|
|
|
20496
20496
|
* @default []
|
|
20497
20497
|
*/
|
|
20498
20498
|
project: components["schemas"]["BasePermissionsSchema_Project"];
|
|
20499
|
-
/**
|
|
20500
|
-
* @description online_store actions
|
|
20501
|
-
* @default []
|
|
20502
|
-
*/
|
|
20503
|
-
online_store: components["schemas"]["BasePermissionsSchema_Online_store"];
|
|
20504
20499
|
/**
|
|
20505
20500
|
* @description task actions
|
|
20506
20501
|
* @default []
|
|
@@ -20529,12 +20524,6 @@ export interface components {
|
|
|
20529
20524
|
* @default []
|
|
20530
20525
|
*/
|
|
20531
20526
|
approval: Record<string, never>;
|
|
20532
|
-
/**
|
|
20533
|
-
* Email
|
|
20534
|
-
* @description email actions
|
|
20535
|
-
* @default []
|
|
20536
|
-
*/
|
|
20537
|
-
email: Record<string, never>;
|
|
20538
20527
|
};
|
|
20539
20528
|
/** BasePermissionsSchema_Accounting */
|
|
20540
20529
|
BasePermissionsSchema_Accounting: {
|
|
@@ -20840,20 +20829,6 @@ export interface components {
|
|
|
20840
20829
|
* @enum {string}
|
|
20841
20830
|
*/
|
|
20842
20831
|
BasePermissionsSchema_Inventory_WarehouseEnum: "add" | "change" | "delete" | "view";
|
|
20843
|
-
/** BasePermissionsSchema_Online_store */
|
|
20844
|
-
BasePermissionsSchema_Online_store: {
|
|
20845
|
-
/**
|
|
20846
|
-
* Syncstore
|
|
20847
|
-
* @description syncstore actions
|
|
20848
|
-
* @default []
|
|
20849
|
-
*/
|
|
20850
|
-
syncstore: components["schemas"]["BasePermissionsSchema_Online_store_SyncstoreEnum"][];
|
|
20851
|
-
};
|
|
20852
|
-
/**
|
|
20853
|
-
* BasePermissionsSchema_Online_store_SyncstoreEnum
|
|
20854
|
-
* @enum {string}
|
|
20855
|
-
*/
|
|
20856
|
-
BasePermissionsSchema_Online_store_SyncstoreEnum: "add" | "change" | "delete" | "view";
|
|
20857
20832
|
/** BasePermissionsSchema_Pos */
|
|
20858
20833
|
BasePermissionsSchema_Pos: {
|
|
20859
20834
|
/**
|
|
@@ -21586,18 +21561,6 @@ export interface components {
|
|
|
21586
21561
|
* @default []
|
|
21587
21562
|
*/
|
|
21588
21563
|
task: Record<string, never>;
|
|
21589
|
-
/**
|
|
21590
|
-
* Email
|
|
21591
|
-
* @description email actions
|
|
21592
|
-
* @default []
|
|
21593
|
-
*/
|
|
21594
|
-
email: Record<string, never>;
|
|
21595
|
-
/**
|
|
21596
|
-
* Online Store
|
|
21597
|
-
* @description online_store actions
|
|
21598
|
-
* @default []
|
|
21599
|
-
*/
|
|
21600
|
-
online_store: Record<string, never>;
|
|
21601
21564
|
};
|
|
21602
21565
|
/** BasePermissionsSchema_Settings_Accounting */
|
|
21603
21566
|
BasePermissionsSchema_Settings_Accounting: {
|
|
@@ -21771,13 +21734,18 @@ export interface components {
|
|
|
21771
21734
|
* @description logs actions
|
|
21772
21735
|
* @default []
|
|
21773
21736
|
*/
|
|
21774
|
-
logs:
|
|
21737
|
+
logs: components["schemas"]["BasePermissionsSchema_Settings_General_LogsEnum"][];
|
|
21775
21738
|
};
|
|
21776
21739
|
/**
|
|
21777
21740
|
* BasePermissionsSchema_Settings_General_CompanysettingEnum
|
|
21778
21741
|
* @enum {string}
|
|
21779
21742
|
*/
|
|
21780
21743
|
BasePermissionsSchema_Settings_General_CompanysettingEnum: "add" | "change" | "view";
|
|
21744
|
+
/**
|
|
21745
|
+
* BasePermissionsSchema_Settings_General_LogsEnum
|
|
21746
|
+
* @constant
|
|
21747
|
+
*/
|
|
21748
|
+
BasePermissionsSchema_Settings_General_LogsEnum: "view";
|
|
21781
21749
|
/**
|
|
21782
21750
|
* BasePermissionsSchema_Settings_General_RoleEnum
|
|
21783
21751
|
* @enum {string}
|
|
@@ -21827,6 +21795,12 @@ export interface components {
|
|
|
21827
21795
|
* @default []
|
|
21828
21796
|
*/
|
|
21829
21797
|
onlinestoresetting: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum"][];
|
|
21798
|
+
/**
|
|
21799
|
+
* Onlinestore
|
|
21800
|
+
* @description onlinestore actions
|
|
21801
|
+
* @default []
|
|
21802
|
+
*/
|
|
21803
|
+
onlinestore: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum"][];
|
|
21830
21804
|
};
|
|
21831
21805
|
/**
|
|
21832
21806
|
* BasePermissionsSchema_Settings_Integrations_EmailsettingEnum
|
|
@@ -21838,6 +21812,11 @@ export interface components {
|
|
|
21838
21812
|
* @enum {string}
|
|
21839
21813
|
*/
|
|
21840
21814
|
BasePermissionsSchema_Settings_Integrations_OnlinestoragesettingsEnum: "add" | "change" | "view";
|
|
21815
|
+
/**
|
|
21816
|
+
* BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum
|
|
21817
|
+
* @enum {string}
|
|
21818
|
+
*/
|
|
21819
|
+
BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum: "add" | "change" | "delete" | "view";
|
|
21841
21820
|
/**
|
|
21842
21821
|
* BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum
|
|
21843
21822
|
* @enum {string}
|
|
@@ -26058,7 +26037,7 @@ export interface components {
|
|
|
26058
26037
|
* LogModelName
|
|
26059
26038
|
* @enum {string}
|
|
26060
26039
|
*/
|
|
26061
|
-
LogModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task";
|
|
26040
|
+
LogModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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";
|
|
26062
26041
|
/**
|
|
26063
26042
|
* LogType
|
|
26064
26043
|
* @enum {string}
|
|
@@ -26114,7 +26093,7 @@ export interface components {
|
|
|
26114
26093
|
* CombinedModelName
|
|
26115
26094
|
* @enum {string}
|
|
26116
26095
|
*/
|
|
26117
|
-
CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
26096
|
+
CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
26118
26097
|
/** CustomFieldsList */
|
|
26119
26098
|
CustomFieldsList: {
|
|
26120
26099
|
info: components["schemas"]["PageInfoSchema"];
|
|
@@ -51122,12 +51101,12 @@ export interface components {
|
|
|
51122
51101
|
* CombinedModelName
|
|
51123
51102
|
* @enum {string}
|
|
51124
51103
|
*/
|
|
51125
|
-
common__schemas__CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task" | "branchSettings" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "stockReport";
|
|
51104
|
+
common__schemas__CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task" | "onlineStoreSetting" | "onlineStorageSettings" | "branchSettings" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "stockReport";
|
|
51126
51105
|
/**
|
|
51127
51106
|
* CombinedModelName
|
|
51128
51107
|
* @enum {string}
|
|
51129
51108
|
*/
|
|
51130
|
-
common__shared_schemas__CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
51109
|
+
common__shared_schemas__CombinedModelName: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
51131
51110
|
/** TasksListSchema */
|
|
51132
51111
|
TasksListSchema: {
|
|
51133
51112
|
info: components["schemas"]["PageInfoSchema"];
|
|
@@ -55982,7 +55961,7 @@ export interface operations {
|
|
|
55982
55961
|
common_views_get_logs: {
|
|
55983
55962
|
parameters: {
|
|
55984
55963
|
query?: {
|
|
55985
|
-
logModelName?: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task";
|
|
55964
|
+
logModelName?: "item" | "customer" | "supplier" | "internalTransfer" | "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";
|
|
55986
55965
|
logType?: "Created" | "Changed" | "Deleted";
|
|
55987
55966
|
startDate?: string;
|
|
55988
55967
|
endDate?: string;
|
|
@@ -56039,7 +56018,7 @@ export interface operations {
|
|
|
56039
56018
|
common_views_get_model_names: {
|
|
56040
56019
|
parameters: {
|
|
56041
56020
|
query?: {
|
|
56042
|
-
CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "task" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
56021
|
+
CombinedModelNames?: "item" | "customer" | "supplier" | "internalTransfer" | "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" | "accountStatement" | "generalLedgerReport" | "trialBalance" | "statementOfAccount" | "profitAndLoss" | "bankStatement" | "balanceSheet" | "projectStatement" | "supplierStatement" | "customerStatement" | "topCustomers" | "topSuppliers" | "employeeStatement" | "stockReport";
|
|
56043
56022
|
};
|
|
56044
56023
|
header?: never;
|
|
56045
56024
|
path?: never;
|