@hiennc24/constant 1.0.24 → 1.0.25
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/lib/service.constant.json +14 -7
- package/package.json +1 -1
|
@@ -334,11 +334,11 @@
|
|
|
334
334
|
"ACTION_UPDATE_SETTING": "updateSetting",
|
|
335
335
|
"ACTION_DELETE_SETTING": "deleteSetting"
|
|
336
336
|
},
|
|
337
|
-
"
|
|
338
|
-
"NAME": "api-purchase.debt-
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
337
|
+
"API_PURCHASE_DEBT_DETAILS": {
|
|
338
|
+
"NAME": "api-purchase.debt-details",
|
|
339
|
+
"ACTION_GET_DETAIL_DEBT_DETAILS": "getDetailDebtDetails",
|
|
340
|
+
"ACTION_CREATE_DEBT_DETAILS": "createDebtDetails",
|
|
341
|
+
"ACTION_UPDATE_DEBT_DETAILS": "updateDebtDetails",
|
|
342
342
|
"ACTION_GENERATE_CODE": "generatecode",
|
|
343
343
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
344
344
|
"ACTION_GET_LIST": "getlist"
|
|
@@ -346,8 +346,8 @@
|
|
|
346
346
|
"API_PURCHASE_DEBT": {
|
|
347
347
|
"NAME": "api-purchase.debt",
|
|
348
348
|
"ACTION_GET_DETAIL_DEBT": "getDetailDebts",
|
|
349
|
-
"
|
|
350
|
-
"
|
|
349
|
+
"ACTION_CREATE_PURCHASE_DEBT": "createDebts",
|
|
350
|
+
"ACTION_UPDATE_PURCHASE_DEBT": "updateDebts",
|
|
351
351
|
"ACTION_GENERATE_CODE": "generatecode",
|
|
352
352
|
"ACTION_DELETE_MANY": "deleteMany",
|
|
353
353
|
"ACTION_GET_LIST": "getlist"
|
|
@@ -1860,5 +1860,12 @@
|
|
|
1860
1860
|
"ACTION_SEARCH_ORDER_LIST": "searchOrderList",
|
|
1861
1861
|
"ACTION_GET_ORDER_DETAILS": "getOrderDetails"
|
|
1862
1862
|
}
|
|
1863
|
+
},
|
|
1864
|
+
"API_PURCHASE_DEBT_HISTORIES": {
|
|
1865
|
+
"NAME": "api-purchase.debt-histories",
|
|
1866
|
+
"ACTION_CREATE_HISTORY": "createHistory"
|
|
1867
|
+
},
|
|
1868
|
+
"API_PURCHASE_PURCHASE_ORDER_DETAIL": {
|
|
1869
|
+
"NAME": "api-purchase.purchaseOrderDetail"
|
|
1863
1870
|
}
|
|
1864
1871
|
}
|