@abtnode/schema 1.16.44-beta-20250528-003415-7a5e5d90 → 1.16.44-beta-20250529-223630-10e16ac8

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
@@ -75,6 +75,15 @@ input BlockletDockerInput {
75
75
  dockerCommand: String
76
76
  }
77
77
 
78
+ input BlockletGatewayInput {
79
+ requestLimit: RequestLimitInput
80
+ blockPolicy: BlockPolicyInput
81
+ proxyPolicy: ProxyPolicyInput
82
+ cacheEnabled: Boolean
83
+ wafPolicy: WAFPolicyInput
84
+ teamDid: String
85
+ }
86
+
78
87
  input BlockletResponseHeaderPolicyInput {
79
88
  id: String
80
89
  name: String
@@ -2051,6 +2060,7 @@ type BlockletSettings {
2051
2060
  invite: InviteSettings
2052
2061
  theme: Any
2053
2062
  endpointList: [ConnectEndpoint!]
2063
+ gateway: Gateway
2054
2064
  }
2055
2065
 
2056
2066
  type BlockletState {
@@ -3903,6 +3913,7 @@ type Mutation {
3903
3913
  rotateSessionKey(input: RequestRotateSessionKeyInput): GeneralResponse
3904
3914
  updateGateway(input: GatewayInput): ResponseGateway
3905
3915
  clearCache(input: RequestClearCacheInput): ResponseClearCache
3916
+ updateBlockletGateway(input: BlockletGatewayInput): ResponseGateway
3906
3917
  createMemberInvitation(input: RequestCreateInvitationInput): ResponseCreateInvitation
3907
3918
  createTransferInvitation(input: RequestCreateTransferNodeInvitationInput): ResponseCreateTransferNodeInvitation
3908
3919
  deleteInvitation(input: RequestDeleteInvitationInput): GeneralResponse
@@ -75,6 +75,15 @@ input BlockletDockerInput {
75
75
  dockerCommand: String
76
76
  }
77
77
 
78
+ input BlockletGatewayInput {
79
+ requestLimit: RequestLimitInput
80
+ blockPolicy: BlockPolicyInput
81
+ proxyPolicy: ProxyPolicyInput
82
+ cacheEnabled: Boolean
83
+ wafPolicy: WAFPolicyInput
84
+ teamDid: String
85
+ }
86
+
78
87
  input BlockletResponseHeaderPolicyInput {
79
88
  id: String
80
89
  name: String
@@ -2051,6 +2060,7 @@ type BlockletSettings {
2051
2060
  invite: InviteSettings
2052
2061
  theme: Any
2053
2062
  endpointList: [ConnectEndpoint!]
2063
+ gateway: Gateway
2054
2064
  }
2055
2065
 
2056
2066
  type BlockletState {
@@ -3905,6 +3915,7 @@ type Mutation {
3905
3915
  rotateSessionKey(input: RequestRotateSessionKeyInput): GeneralResponse
3906
3916
  updateGateway(input: GatewayInput): ResponseGateway
3907
3917
  clearCache(input: RequestClearCacheInput): ResponseClearCache
3918
+ updateBlockletGateway(input: BlockletGatewayInput): ResponseGateway
3908
3919
  createMemberInvitation(input: RequestCreateInvitationInput): ResponseCreateInvitation
3909
3920
  createTransferInvitation(input: RequestCreateTransferNodeInvitationInput): ResponseCreateTransferNodeInvitation
3910
3921
  deleteInvitation(input: RequestDeleteInvitationInput): GeneralResponse
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.44-beta-20250528-003415-7a5e5d90",
6
+ "version": "1.16.44-beta-20250529-223630-10e16ac8",
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": "095d89d3b8e40dc1d956203cac94a45a4a843024",
16
+ "gitHead": "381ba5459e32dd7bc94f7ea62df65b72644d6d16",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }