@abtnode/schema 1.16.43-beta-20250425-130658-8da18f4d → 1.16.43-beta-20250427-132304-6da95c55

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 CHANGED
@@ -958,7 +958,10 @@ input RequestLaunchBlockletByLauncherInput {
958
958
 
959
959
  input RequestLimitInput {
960
960
  enabled: Boolean
961
+ global: Uint32
962
+ burstFactor: Uint32
961
963
  rate: Uint32
964
+ methods: [String!]
962
965
  }
963
966
 
964
967
  input RequestLogoutUserInput {
@@ -2729,7 +2732,10 @@ type ReleaseComponent {
2729
2732
 
2730
2733
  type RequestLimit {
2731
2734
  enabled: Boolean
2735
+ global: Uint32
2736
+ burstFactor: Uint32
2732
2737
  rate: Uint32
2738
+ methods: [String!]
2733
2739
  }
2734
2740
 
2735
2741
  type Requirement {
@@ -958,7 +958,10 @@ input RequestLaunchBlockletByLauncherInput {
958
958
 
959
959
  input RequestLimitInput {
960
960
  enabled: Boolean
961
+ global: Uint32
962
+ burstFactor: Uint32
961
963
  rate: Uint32
964
+ methods: [String!]
962
965
  }
963
966
 
964
967
  input RequestLogoutUserInput {
@@ -2729,7 +2732,10 @@ type ReleaseComponent {
2729
2732
 
2730
2733
  type RequestLimit {
2731
2734
  enabled: Boolean
2735
+ global: Uint32
2736
+ burstFactor: Uint32
2732
2737
  rate: Uint32
2738
+ methods: [String!]
2733
2739
  }
2734
2740
 
2735
2741
  type Requirement {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.43-beta-20250425-130658-8da18f4d",
6
+ "version": "1.16.43-beta-20250427-132304-6da95c55",
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": "b5195a0290d5ced00bb716a709548b1a56356134",
16
+ "gitHead": "9df10dcb3135a528912241e7fc1ed54171bfeb03",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }