@abtnode/constant 1.16.44-beta-20250529-223630-10e16ac8 → 1.16.44-beta-20250603-231026-30a9d27f
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
|
@@ -281,6 +281,8 @@ const EVENTS = {
|
|
|
281
281
|
RELOAD_GATEWAY: 'gateway.reload',
|
|
282
282
|
NOTIFICATION_CREATE_QUEUED: 'notification.create.queued',
|
|
283
283
|
UPDATE_DOMAIN_ALIAS: 'router.domain.alias.updated',
|
|
284
|
+
|
|
285
|
+
WEBHOOK_ATTEMPT: 'webhook.attempt',
|
|
284
286
|
};
|
|
285
287
|
|
|
286
288
|
const WHO_CAN_ACCESS = Object.freeze({
|
|
@@ -746,6 +748,7 @@ module.exports = Object.freeze({
|
|
|
746
748
|
// FIXME: 梁柱, 下面两个 get 接口, 可以不开放但是前端需要根据情况取消获取这两个接口的调用
|
|
747
749
|
getBlockletRuntimeHistory: true,
|
|
748
750
|
checkDomains: true,
|
|
751
|
+
isDidDomain: true,
|
|
749
752
|
},
|
|
750
753
|
// 这些接口可以跳过 ACCESS VERIFY
|
|
751
754
|
SKIP_ACCESS_VERIFY_METHODS: {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.44-beta-
|
|
6
|
+
"version": "1.16.44-beta-20250603-231026-30a9d27f",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"jest": "^29.7.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "c76d07121652516f178de4188d8694fc130767b8"
|
|
24
24
|
}
|