@hiennc24/constant 1.5.13 → 1.5.15

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.
@@ -225,7 +225,14 @@
225
225
  "ACTION_UPDATE_TRANSPORT": "updateTransport"
226
226
  },
227
227
  "API_WAREHOUSE_TRANSFER_VOUCHER_PRODUCTS": {
228
- "NAME": "api-warehouse.transfer-voucher-products"
228
+ "NAME": "api-warehouse.transfer-voucher-products",
229
+ "ACTION_GET_LIST": "getList",
230
+ "ACTION_GET_DETAIL": "getDetail",
231
+ "ACTION_CREATE": "create",
232
+ "ACTION_UPDATE": "update",
233
+ "ACTION_DELETE": "delete",
234
+ "ACTION_UPDATE_MANY": "updateMany",
235
+ "ACTION_DELETE_MANY": "deleteMany"
229
236
  },
230
237
  "API_AFTER_SALES": {
231
238
  "NAME": "api.sales.after-sales-complaints",
@@ -3162,5 +3169,12 @@
3162
3169
  "NAME": "svc-workflows.queue",
3163
3170
  "ADD_TO_QUEUE_AUTOMATION": "addToQueueAutomation",
3164
3171
  "ADD_TO_QUEUE_NOTIFICATION": "addToQueueNotification"
3172
+ },
3173
+ "SVC_API_GATEWAY": {
3174
+ "NAME": "api-gateway.health",
3175
+ "ACTION_HEALTH_CHECK": "check",
3176
+ "ACTION_LIVENESS": "live",
3177
+ "ACTION_READINESS": "ready",
3178
+ "ACTION_METRICS": "metrics"
3165
3179
  }
3166
3180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {