@blocklet/server-js 1.16.54-beta-20251017-133309-7d40faa6 → 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.
@@ -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/dist/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
  /**