@abtnode/schema 1.16.43-beta-20250427-232837-e671de06 → 1.16.43-beta-20250430-124448-4edc5502
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/lib/index.js +3 -0
- package/lib/schema.graphqls +3 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -960,6 +960,7 @@ input RequestLimitInput {
|
|
960
960
|
enabled: Boolean
|
961
961
|
global: Uint32
|
962
962
|
burstFactor: Uint32
|
963
|
+
burstDelay: Uint32
|
963
964
|
rate: Uint32
|
964
965
|
methods: [String!]
|
965
966
|
}
|
@@ -2734,6 +2735,7 @@ type RequestLimit {
|
|
2734
2735
|
enabled: Boolean
|
2735
2736
|
global: Uint32
|
2736
2737
|
burstFactor: Uint32
|
2738
|
+
burstDelay: Uint32
|
2737
2739
|
rate: Uint32
|
2738
2740
|
methods: [String!]
|
2739
2741
|
}
|
@@ -3734,6 +3736,7 @@ enum NotificationActivity_ActivityTypeEnum {
|
|
3734
3736
|
tips
|
3735
3737
|
mention
|
3736
3738
|
assign
|
3739
|
+
un_assign
|
3737
3740
|
}
|
3738
3741
|
|
3739
3742
|
enum NotificationAttachmentType {
|
package/lib/schema.graphqls
CHANGED
@@ -960,6 +960,7 @@ input RequestLimitInput {
|
|
960
960
|
enabled: Boolean
|
961
961
|
global: Uint32
|
962
962
|
burstFactor: Uint32
|
963
|
+
burstDelay: Uint32
|
963
964
|
rate: Uint32
|
964
965
|
methods: [String!]
|
965
966
|
}
|
@@ -2734,6 +2735,7 @@ type RequestLimit {
|
|
2734
2735
|
enabled: Boolean
|
2735
2736
|
global: Uint32
|
2736
2737
|
burstFactor: Uint32
|
2738
|
+
burstDelay: Uint32
|
2737
2739
|
rate: Uint32
|
2738
2740
|
methods: [String!]
|
2739
2741
|
}
|
@@ -3734,6 +3736,7 @@ enum NotificationActivity_ActivityTypeEnum {
|
|
3734
3736
|
tips
|
3735
3737
|
mention
|
3736
3738
|
assign
|
3739
|
+
un_assign
|
3737
3740
|
}
|
3738
3741
|
|
3739
3742
|
enum NotificationAttachmentType {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.43-beta-
|
6
|
+
"version": "1.16.43-beta-20250430-124448-4edc5502",
|
7
7
|
"description": "",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"keywords": [],
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
15
15
|
"license": "Apache-2.0",
|
16
|
-
"gitHead": "
|
16
|
+
"gitHead": "9b59264b5dc2c9450161be5a0ee4cdb981687cd7",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|