@hiennc24/constant 1.2.21 → 1.2.22

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.
@@ -6,18 +6,20 @@
6
6
  "ACTION_DELETE": "delete",
7
7
  "ACTION_GET": "get"
8
8
  },
9
- "SVC_INVOICE": {
10
- "NAME": "svc-shared.invoices",
9
+ "SVC_E_INVOICE": {
10
+ "NAME": "svc-shared.e-invoices",
11
11
  "ACTION_CREATE": "create",
12
12
  "ACTION_GET_LISTS": "getList",
13
13
  "ACTION_GET_DETAIL": "getDetail",
14
14
  "ACTION_UPDATE": "update",
15
15
  "ACTION_DELETE": "delete",
16
16
  "ACTION_SYNC_DATA": "sync",
17
- "ACTION_UPDATE_STATUS": "updateStatus"
17
+ "ACTION_UPDATE_STATUS": "updateStatus",
18
+ "ACTION_INVOICE_ISSUANCE": "invoiceIssuance",
19
+ "ACTION_ASSIGN_INVOICE_NUMBER": "assignInvoiceNumber"
18
20
  },
19
- "SVC_INVOICE_PRODUCT_ITEMS": {
20
- "NAME": "svc-shared.invoice-product-items"
21
+ "SVC_E_INVOICE_PRODUCT_ITEMS": {
22
+ "NAME": "svc-shared.e-invoice-product-items"
21
23
  },
22
24
  "SCHEDULE": {
23
25
  "NAME": "schedule",
@@ -2038,6 +2040,7 @@
2038
2040
  "DELETE_BY_ID": "_deleteById",
2039
2041
  "INSERT_MANY": "_insertMany",
2040
2042
  "DELETE_MANY": "_deleteMany",
2043
+ "FIND_CURSOR": "_findCursor",
2041
2044
  "UPDATE_MANY": "_updateMany",
2042
2045
  "UPDATE_ONE": "_updateOne",
2043
2046
  "BULK_WRITE": "_bulkWrite",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {