@hiennc24/constant 1.2.5 → 1.2.7
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.
|
@@ -739,7 +739,8 @@
|
|
|
739
739
|
"ACTION_FIND_ONE": "findOne",
|
|
740
740
|
"ACTION_CREATE": "create",
|
|
741
741
|
"ACTION_UPDATE": "update",
|
|
742
|
-
"ACTION_FIND": "find"
|
|
742
|
+
"ACTION_FIND": "find",
|
|
743
|
+
"ACTION_INIT": "init"
|
|
743
744
|
},
|
|
744
745
|
"SVC_SALES_PLAN_SALES_PLAN_PRODUCT": {
|
|
745
746
|
"NAME": "svc-sales-plan.sales-plan-product",
|
|
@@ -2615,6 +2616,7 @@
|
|
|
2615
2616
|
"ACTION_POST_CREATE": "create",
|
|
2616
2617
|
"ACTION_POST_DUPLICATE": "duplicate",
|
|
2617
2618
|
"ACTION_PUT_UPDATE": "update",
|
|
2619
|
+
"ACTION_PUT_CLOSE": "close",
|
|
2618
2620
|
"ACTION_DELETE": "delete",
|
|
2619
2621
|
"ACTION_DELETE_MULTI": "deleteManyTask",
|
|
2620
2622
|
"ACTION_PATCH_UPDATE_FIELD": "updateFieldsTask",
|
|
@@ -2821,5 +2823,10 @@
|
|
|
2821
2823
|
"ACTION_DOWNLOAD_PRODUCT_ITEM": "downloadProductItem",
|
|
2822
2824
|
"ACTION_DOWNLOAD_PRODUCT_GROUP_LABEL": "downloadProductGroupLabel",
|
|
2823
2825
|
"ACTION_DOWNLOAD_WAREHOUSE_INVENTORY": "downloadWarehouseInventory"
|
|
2826
|
+
},
|
|
2827
|
+
"SVC_WORKFLOW_QUEUE": {
|
|
2828
|
+
"NAME": "svc-workflows.queue",
|
|
2829
|
+
"ADD_TO_QUEUE_AUTOMATION": "addToQueueAutomation",
|
|
2830
|
+
"ADD_TO_QUEUE_NOTIFICATION": "addToQueueNotification"
|
|
2824
2831
|
}
|
|
2825
2832
|
}
|