@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/dist/browser.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 {