@abtnode/types 1.17.8-beta-20260106-113136-b3c09e14 → 1.17.8-beta-20260108-120904-21cb5fb6

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/rpc_pb.d.ts CHANGED
@@ -162,6 +162,10 @@ export type TRequestConfigDidConnect = {
162
162
  did: string;
163
163
  didConnect: string;
164
164
  };
165
+ export type TRequestConfigDidConnectActions = {
166
+ did: string;
167
+ actionConfig: string;
168
+ };
165
169
  export type TRequestJoinFederatedLogin = {
166
170
  did: string;
167
171
  appUrl: string;
package/lib/type_pb.d.ts CHANGED
@@ -424,6 +424,7 @@ export type TBlockletSettings = {
424
424
  org?: TOrgSettings;
425
425
  didConnect?: Record<string, any>;
426
426
  oauth?: Record<string, any>;
427
+ actionConfig?: Record<string, any>;
427
428
  };
428
429
  export type TBlockletMetaService = {
429
430
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.17.8-beta-20260106-113136-b3c09e14",
3
+ "version": "1.17.8-beta-20260108-120904-21cb5fb6",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/ArcBlock/abt-node/issues"
37
37
  },
38
- "gitHead": "ea27cb8e7e3e0cdf2348f1cb5ac529ba184a5ce3"
38
+ "gitHead": "81be4cd432cd3803b72514917e6197c31e916b9d"
39
39
  }