@abtnode/constant 1.16.13-beta-118c3420 → 1.16.13-beta-a83ad86d
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/index.js +3 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -263,6 +263,7 @@ const EVENTS = {
|
|
|
263
263
|
USER_ADDED: 'user.added',
|
|
264
264
|
USER_REMOVED: 'user.removed',
|
|
265
265
|
USER_UPDATED: 'user.updated',
|
|
266
|
+
USER_PERMISSION_UPDATED: 'user.permissionUpdated',
|
|
266
267
|
CERT_ADDED: 'cert.added',
|
|
267
268
|
CERT_ISSUED: 'cert.issued',
|
|
268
269
|
CERT_UPDATED: 'cert.updated',
|
|
@@ -424,8 +425,10 @@ module.exports = Object.freeze({
|
|
|
424
425
|
SERVICE: 'service',
|
|
425
426
|
BLOCKLET: 'blocklet',
|
|
426
427
|
REDIRECT: 'redirect',
|
|
428
|
+
GENERAL_REWRITE: 'rewrite',
|
|
427
429
|
GENERAL_PROXY: 'general_proxy',
|
|
428
430
|
DIRECT_RESPONSE: 'direct_response',
|
|
431
|
+
COMPONENT: 'component',
|
|
429
432
|
}),
|
|
430
433
|
|
|
431
434
|
// Team
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.13-beta-
|
|
6
|
+
"version": "1.16.13-beta-a83ad86d",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"jest": "^27.5.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "dc2a4f7d5b55da109ebf873d8aa4d24f27a088c9"
|
|
24
24
|
}
|