@abtnode/types 1.16.20-beta-28c66e0b → 1.16.20-beta-9c254d14
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 +3 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -251,6 +251,7 @@ export type TRequestAddDomainAlias = {
|
|
251
251
|
type: string,
|
252
252
|
nftDid: string,
|
253
253
|
chainHost: string,
|
254
|
+
inBlockletSetup: boolean,
|
254
255
|
}
|
255
256
|
export type TRequestDeleteDomainAlias = {
|
256
257
|
id: string,
|
@@ -359,6 +360,8 @@ export type TResponseDeleteNginxHttpsCert = {
|
|
359
360
|
export type TRequestAddLetsEncryptCert = {
|
360
361
|
domain: string,
|
361
362
|
did: string,
|
363
|
+
siteId: string,
|
364
|
+
inBlockletSetup: boolean,
|
362
365
|
}
|
363
366
|
export type TResponseAddLetsEncryptCert = {
|
364
367
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.20-beta-
|
3
|
+
"version": "1.16.20-beta-9c254d14",
|
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": "2f74601e9a8f2e07e872a629b6abc8d4bc1fd371"
|
40
40
|
}
|