@blocklet/server-js 1.16.52-beta-20250924-093428-bd3f0d8c → 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/dist/browser.d.ts +2 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +20 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +214 -212
- package/lib/node.d.ts +2 -0
- package/lib/schema/graphql.json +20 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -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,
|