@hiennc24/constant 1.2.22 → 1.2.24
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.
|
@@ -468,6 +468,8 @@ declare const COLLECTIONS: {
|
|
|
468
468
|
DEBT_HISTORIES_COLLECTION_NAME: string;
|
|
469
469
|
ORDER_VOUCHER_REPOSITORY_NAME: string;
|
|
470
470
|
ORDER_VOUCHER_COLLECTION_NAME: string;
|
|
471
|
+
ORDER_VOUCHER_PRODUCT_REPOSITORY_NAME: string;
|
|
472
|
+
ORDER_VOUCHER_PRODUCT_COLLECTION_NAME: string;
|
|
471
473
|
ORDER_ADDRESSES_REPOSITORY_NAME: string;
|
|
472
474
|
ORDER_ADDRESSES_COLLECTION_NAME: string;
|
|
473
475
|
ORDER_HISTORIES_REPOSITORY_NAME: string;
|
|
@@ -478,8 +478,8 @@ const COLLECTIONS = {
|
|
|
478
478
|
// Sale Order
|
|
479
479
|
VENDOR_CONFIRM_REPOSITORY_NAME: "vendorConfirm",
|
|
480
480
|
VENDOR_CONFIRM_COLLECTION_NAME: "vendor_confirm",
|
|
481
|
-
INVOICES_REPOSITORY_NAME: "
|
|
482
|
-
INVOICES_COLLECTION_NAME: "
|
|
481
|
+
INVOICES_REPOSITORY_NAME: "eInvoice",
|
|
482
|
+
INVOICES_COLLECTION_NAME: "e_invoices",
|
|
483
483
|
INVOICE_PRODUCT_ITEMS_REPOSITORY_NAME: "eInvoiceProductItems",
|
|
484
484
|
INVOICE_PRODUCT_ITEMS_COLLECTION_NAME: "e_invoice_product_items",
|
|
485
485
|
SALE_TYPES_REPOSITORY_NAME: "saleType",
|
|
@@ -588,6 +588,9 @@ const COLLECTIONS = {
|
|
|
588
588
|
// order voucher
|
|
589
589
|
ORDER_VOUCHER_REPOSITORY_NAME: "orderVouchers",
|
|
590
590
|
ORDER_VOUCHER_COLLECTION_NAME: "order_vouchers",
|
|
591
|
+
// order voucher product
|
|
592
|
+
ORDER_VOUCHER_PRODUCT_REPOSITORY_NAME: "orderVoucherProduct",
|
|
593
|
+
ORDER_VOUCHER_PRODUCT_COLLECTION_NAME: "order_voucher_products",
|
|
591
594
|
// WAREHOUSE - API
|
|
592
595
|
// Sale Order
|
|
593
596
|
ORDER_ADDRESSES_REPOSITORY_NAME: "orderAddress",
|
|
@@ -1331,6 +1331,37 @@
|
|
|
1331
1331
|
"ACTION_UPDATE_ORG_SETTING": "updateOrgSetting",
|
|
1332
1332
|
"ACTION_GET_ORG_SETTING": "getDetail"
|
|
1333
1333
|
},
|
|
1334
|
+
"SVC_ORGANIZATION_PROCESS_DETAIL": {
|
|
1335
|
+
"NAME": "svc-organization.process-detail",
|
|
1336
|
+
"ACTION_GET_PROCESS_DETAIL_REGULATION": "getProcessDetailRegulation",
|
|
1337
|
+
"ACTION_GET_TREE_PD_NOT_IN_VALUE_CHAIN": "getTreePDNotInValueChain",
|
|
1338
|
+
"ACTION_GET_TREE_PROCESS_DETAIL": "getTreeProcessDetail",
|
|
1339
|
+
"ACTION_DELETE_PROCESS_DETAIL": "deleteProcessDetail",
|
|
1340
|
+
"ACTION_CREATE_PROCESS_DETAIL": "createProcessDetail",
|
|
1341
|
+
"ACTION_UPDATE_PROCESS_DETAIL": "updateProcessDetail",
|
|
1342
|
+
"ACTION_UPDATE_PD_SEGMENT": "bathcUpdatePdSegment",
|
|
1343
|
+
"ACTION_UPDATE_PD_TO_DO": "bathcUpdatePdToDo",
|
|
1344
|
+
"ACTION_GET_PARENT_ID": "getParentId",
|
|
1345
|
+
"ACTION_SORT": "sortProcessDetail"
|
|
1346
|
+
},
|
|
1347
|
+
"SVC_ORGANIZATION_PROCESS": {
|
|
1348
|
+
"NAME": "svc-organization.process",
|
|
1349
|
+
"ACTION_DELETE_MANY_PROCESSES": "deleteManyProcesses",
|
|
1350
|
+
"ACTION_DELETE_PROCESS": "deleteProcesses",
|
|
1351
|
+
"ACTION_MODIFY_PROCESS": "modifyProcesses",
|
|
1352
|
+
"ACTION_CREATE_PROCESS": "createProcess",
|
|
1353
|
+
"ACTION_UPDATE_PROCESS": "updateProcess"
|
|
1354
|
+
},
|
|
1355
|
+
"SVC_ORGANIZATION_VALUE_CHAIN": {
|
|
1356
|
+
"NAME": "svc-organization.value-chain",
|
|
1357
|
+
"ACTION_GET_DETAIL": "getDetail",
|
|
1358
|
+
"ACTION_GET_LIST": "getList",
|
|
1359
|
+
"ACTION_CREATE": "create",
|
|
1360
|
+
"ACTION_UPDATE": "update",
|
|
1361
|
+
"ACTION_DELETE": "delete",
|
|
1362
|
+
"ACTION_IMPORT": "import",
|
|
1363
|
+
"ACTION_EXPORT": "export"
|
|
1364
|
+
},
|
|
1334
1365
|
"SVC_PRODUCT_IMPORT_HISTORIES": {
|
|
1335
1366
|
"NAME": "svc-product.historiesImportInventories",
|
|
1336
1367
|
"ACTION_GET_IMPORT_HISTORIES": "getImportHistories"
|
|
@@ -1729,37 +1760,6 @@
|
|
|
1729
1760
|
"ACTION_GET_DETAIL": "getDetail",
|
|
1730
1761
|
"ACTION_GET_LIST": "getList"
|
|
1731
1762
|
},
|
|
1732
|
-
"API_BIZCORE_PROCESS_DETAIL": {
|
|
1733
|
-
"NAME": "api-bizcore.process-detail",
|
|
1734
|
-
"ACTION_GET_PROCESS_DETAIL_REGULATION": "getProcessDetailRegulation",
|
|
1735
|
-
"ACTION_GET_TREE_PD_NOT_IN_VALUE_CHAIN": "getTreePDNotInValueChain",
|
|
1736
|
-
"ACTION_GET_TREE_PROCESS_DETAIL": "getTreeProcessDetail",
|
|
1737
|
-
"ACTION_DELETE_PROCESS_DETAIL": "deleteProcessDetail",
|
|
1738
|
-
"ACTION_CREATE_PROCESS_DETAIL": "createProcessDetail",
|
|
1739
|
-
"ACTION_UPDATE_PROCESS_DETAIL": "updateProcessDetail",
|
|
1740
|
-
"ACTION_UPDATE_PD_SEGMENT": "bathcUpdatePdSegment",
|
|
1741
|
-
"ACTION_UPDATE_PD_TO_DO": "bathcUpdatePdToDo",
|
|
1742
|
-
"ACTION_GET_PARENT_ID": "getParentId",
|
|
1743
|
-
"ACTION_SORT": "sortProcessDetail"
|
|
1744
|
-
},
|
|
1745
|
-
"API_BIZCORE_PROCESS": {
|
|
1746
|
-
"NAME": "api-bizcore.process",
|
|
1747
|
-
"ACTION_DELETE_MANY_PROCESSES": "deleteManyProcesses",
|
|
1748
|
-
"ACTION_DELETE_PROCESS": "deleteProcesses",
|
|
1749
|
-
"ACTION_MODIFY_PROCESS": "modifyProcesses",
|
|
1750
|
-
"ACTION_CREATE_PROCESS": "createProcess",
|
|
1751
|
-
"ACTION_UPDATE_PROCESS": "updateProcess"
|
|
1752
|
-
},
|
|
1753
|
-
"API_BIZCORE_VALUE_CHAIN": {
|
|
1754
|
-
"NAME": "api-bizcore.value-chain",
|
|
1755
|
-
"ACTION_GET_DETAIL": "getDetail",
|
|
1756
|
-
"ACTION_GET_LIST": "getList",
|
|
1757
|
-
"ACTION_CREATE": "create",
|
|
1758
|
-
"ACTION_UPDATE": "update",
|
|
1759
|
-
"ACTION_DELETE": "delete",
|
|
1760
|
-
"ACTION_IMPORT": "import",
|
|
1761
|
-
"ACTION_EXPORT": "export"
|
|
1762
|
-
},
|
|
1763
1763
|
"API_BIZCORE_MARKETING_CAMPAIGN": {
|
|
1764
1764
|
"NAME": "api-bizcore.marketing-campaign",
|
|
1765
1765
|
"ACTION_GET_LIST": "getList",
|