@hiennc24/constant 1.0.13 → 1.0.14

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.
@@ -1588,6 +1588,7 @@
1588
1588
  "ACTION_GET_SERVICE_CONFIG_OF_TENANT_BY_DOMAIN": "getServiceConfigOfTenantByDomain",
1589
1589
  "ACTION_GET_LIST_DOMAINS_TENANTS_ACCEPTED": "getListDomainsTenantsAccepted",
1590
1590
  "ACTION_GET_INIT_DATA_OF_TENANT_BY_DOMAIN": "getInitDataOfTenantByDomain",
1591
+ "ACTION_INIT_CHANGE_STREAMS_FOR_TENANTS": "initChangeStreamsForTenants",
1591
1592
  "ACTION_SEND_TENANT_REGISTRATION_EMAIL": "sendTenantRegistrationEmail",
1592
1593
  "ACTION_GET_TENANT_INFO_BY_DOMAIN": "getTenantInfoByDomain",
1593
1594
  "ACTION_TENANT_CHANGE_PASSWORD": "tenantChangePassword",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiennc24/constant",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {