@blocklet/server-js 1.16.52 → 1.16.53-beta-20251009-103017-c7694a7e

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/docs/QUERIES.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ABT Node GraphQL API List
2
2
 
3
- > Updated on 2025-10-08T02:11:50.726Z
3
+ > Updated on 2025-10-09T09:11:27.858Z
4
4
 
5
5
  ## Table of Contents
6
6
 
package/lib/node.d.ts CHANGED
@@ -1362,6 +1362,7 @@ declare namespace ABTNodeClient {
1362
1362
  name: string;
1363
1363
  description: string;
1364
1364
  ownerDid: string;
1365
+ deferPassport: boolean;
1365
1366
  }
1366
1367
 
1367
1368
  interface RequestCreatePassportIssuanceInput {
@@ -5280,6 +5280,16 @@
5280
5280
  "ofType": null
5281
5281
  },
5282
5282
  "defaultValue": null
5283
+ },
5284
+ {
5285
+ "name": "deferPassport",
5286
+ "description": null,
5287
+ "type": {
5288
+ "kind": "SCALAR",
5289
+ "name": "Boolean",
5290
+ "ofType": null
5291
+ },
5292
+ "defaultValue": null
5283
5293
  }
5284
5294
  ],
5285
5295
  "interfaces": null,
@@ -42657,4 +42667,4 @@
42657
42667
  ]
42658
42668
  }
42659
42669
  ]
42660
- }
42670
+ }