@blocklet/server-js 1.16.52-beta-20250922-225859-f34775fa → 1.16.52-beta-20250924-135333-541024a8

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/node.d.ts CHANGED
@@ -1713,6 +1713,8 @@ declare namespace ABTNodeClient {
1713
1713
  type: string;
1714
1714
  storeUrl: string;
1715
1715
  autoStart: boolean;
1716
+ bindDomainCap: string;
1717
+ domainNftDid: string;
1716
1718
  }
1717
1719
 
1718
1720
  interface RequestLaunchBlockletWithoutWalletInput {
@@ -8035,6 +8035,26 @@
8035
8035
  "ofType": null
8036
8036
  },
8037
8037
  "defaultValue": null
8038
+ },
8039
+ {
8040
+ "name": "bindDomainCap",
8041
+ "description": null,
8042
+ "type": {
8043
+ "kind": "SCALAR",
8044
+ "name": "String",
8045
+ "ofType": null
8046
+ },
8047
+ "defaultValue": null
8048
+ },
8049
+ {
8050
+ "name": "domainNftDid",
8051
+ "description": null,
8052
+ "type": {
8053
+ "kind": "SCALAR",
8054
+ "name": "String",
8055
+ "ofType": null
8056
+ },
8057
+ "defaultValue": null
8038
8058
  }
8039
8059
  ],
8040
8060
  "interfaces": null,
package/lib/types.js CHANGED
@@ -1964,6 +1964,8 @@
1964
1964
  * @property {string} type
1965
1965
  * @property {string} storeUrl
1966
1966
  * @property {boolean} autoStart
1967
+ * @property {string} bindDomainCap
1968
+ * @property {string} domainNftDid
1967
1969
  */
1968
1970
 
1969
1971
  /**