@abtnode/types 1.16.43-beta-20250424-125523-08a65a5c → 1.16.43-beta-20250425-130658-8da18f4d
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 +10 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -1363,3 +1363,13 @@ export type TResponsePublishToEndpoint = {
|
|
1363
1363
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
1364
1364
|
url: string;
|
1365
1365
|
};
|
1366
|
+
export type TRequestDomainDNS = {
|
1367
|
+
teamDid: string;
|
1368
|
+
domain: string;
|
1369
|
+
};
|
1370
|
+
export type TResponseDomainDNS = {
|
1371
|
+
isDnsResolved: boolean;
|
1372
|
+
hasCname: boolean;
|
1373
|
+
isCnameMatch: boolean;
|
1374
|
+
error: string;
|
1375
|
+
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.43-beta-
|
3
|
+
"version": "1.16.43-beta-20250425-130658-8da18f4d",
|
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": "b5195a0290d5ced00bb716a709548b1a56356134"
|
40
40
|
}
|