@blocklet/server-js 1.16.54-beta-20251021-070951-25e3083c → 1.16.54-beta-20251023-041534-36eec6b9

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-13T17:53:47.373Z
3
+ > Updated on 2025-10-21T16:56:47.470Z
4
4
 
5
5
  ## Table of Contents
6
6
 
package/lib/node.d.ts CHANGED
@@ -2110,6 +2110,7 @@ declare namespace ABTNodeClient {
2110
2110
  interface RequestTeamUserOptionsInput {
2111
2111
  enableConnectedAccount: boolean;
2112
2112
  includeTags: boolean;
2113
+ includeFederated: boolean;
2113
2114
  }
2114
2115
 
2115
2116
  interface RequestUpdateAccessKeyInput {
@@ -10764,6 +10764,16 @@
10764
10764
  "ofType": null
10765
10765
  },
10766
10766
  "defaultValue": null
10767
+ },
10768
+ {
10769
+ "name": "includeFederated",
10770
+ "description": null,
10771
+ "type": {
10772
+ "kind": "SCALAR",
10773
+ "name": "Boolean",
10774
+ "ofType": null
10775
+ },
10776
+ "defaultValue": null
10767
10777
  }
10768
10778
  ],
10769
10779
  "interfaces": null,
package/lib/types.js CHANGED
@@ -2552,6 +2552,7 @@
2552
2552
  * @typedef {object} ABTNodeClient.RequestTeamUserOptionsInput
2553
2553
  * @property {boolean} enableConnectedAccount
2554
2554
  * @property {boolean} includeTags
2555
+ * @property {boolean} includeFederated
2555
2556
  */
2556
2557
 
2557
2558
  /**