@abtnode/types 1.16.21-beta-420f105a → 1.16.21-beta-445a8baa
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 +5 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -126,6 +126,7 @@ export type TBlockletMeta = {
|
|
126
126
|
bundleDid: string,
|
127
127
|
bundleName: string,
|
128
128
|
navigation: Record<string, any>[],
|
129
|
+
resources: string[],
|
129
130
|
resource?: TBlockletResource,
|
130
131
|
}
|
131
132
|
export type TSimpleBlockletMeta = {
|
@@ -143,8 +144,10 @@ export type TBlockletRepository = {
|
|
143
144
|
}
|
144
145
|
export type TBlockletCapabilities = {
|
145
146
|
clusterMode: boolean,
|
147
|
+
component: boolean,
|
146
148
|
navigation: boolean,
|
147
149
|
didSpace: string,
|
150
|
+
resourceExportApi: string,
|
148
151
|
}
|
149
152
|
export type TBlockletPayment = {
|
150
153
|
price: TBlockletPaymentPrice[],
|
@@ -252,6 +255,7 @@ export type TBlockletState = {
|
|
252
255
|
trustedPassports: TTrustedPassport[],
|
253
256
|
trustedFactories: TTrustedFactory[],
|
254
257
|
enablePassportIssuance: boolean,
|
258
|
+
dynamic: boolean,
|
255
259
|
mountPoint: string,
|
256
260
|
settings?: TBlockletSettings,
|
257
261
|
appDid: string,
|
@@ -295,6 +299,7 @@ export type TComponentState = {
|
|
295
299
|
mode: string,
|
296
300
|
ports?: Record<string, any>,
|
297
301
|
children: TComponentState[],
|
302
|
+
dynamic: boolean,
|
298
303
|
mountPoint: string,
|
299
304
|
dependents: TDependent[],
|
300
305
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.21-beta-
|
3
|
+
"version": "1.16.21-beta-445a8baa",
|
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": "7a7ff8be7f424775c3bde0eead773d8e6177fa1a"
|
40
40
|
}
|