@abtnode/types 1.16.44-beta-20250527-130401-1b9ae926 → 1.16.44-beta-20250529-004636-15e80e20
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/type_pb.d.ts +9 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -414,6 +414,7 @@ export type TBlockletSettings = {
|
|
414
414
|
invite?: TInviteSettings;
|
415
415
|
theme?: Record<string, any>;
|
416
416
|
endpointList: TConnectEndpoint[];
|
417
|
+
gateway?: TGateway;
|
417
418
|
};
|
418
419
|
export type TBlockletMetaService = {
|
419
420
|
name: string;
|
@@ -1074,6 +1075,14 @@ export type TGateway = {
|
|
1074
1075
|
cacheEnabled: boolean;
|
1075
1076
|
wafPolicy?: TWAFPolicy;
|
1076
1077
|
};
|
1078
|
+
export type TBlockletGateway = {
|
1079
|
+
requestLimit?: TRequestLimit;
|
1080
|
+
blockPolicy?: TBlockPolicy;
|
1081
|
+
proxyPolicy?: TProxyPolicy;
|
1082
|
+
cacheEnabled: boolean;
|
1083
|
+
wafPolicy?: TWAFPolicy;
|
1084
|
+
teamDid: string;
|
1085
|
+
};
|
1077
1086
|
export type TDelegationState = {
|
1078
1087
|
delegated: boolean;
|
1079
1088
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.44-beta-
|
3
|
+
"version": "1.16.44-beta-20250529-004636-15e80e20",
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
5
5
|
"keywords": [
|
6
6
|
"abtnode",
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"bugs": {
|
37
37
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "93f38f56824d2dd2afcd6950b73a67510d9cd18c"
|
40
40
|
}
|