@databutton/firebase-types 1.91.2 → 1.91.4

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.
@@ -62,11 +62,16 @@ export interface SSOConfig extends AccountConfigBase {
62
62
  /**
63
63
  * Organization ID from WorkOS
64
64
  */
65
- organizationId: string;
65
+ organizationId: string | null;
66
66
  /**
67
67
  * Email domains
68
68
  */
69
69
  emailDomains: string[];
70
+ /**
71
+ * Whether to automatically add new users to the account when they sign
72
+ * in with an email domain that is allowed by the SSO config
73
+ */
74
+ autoAddNewUsers: boolean;
70
75
  }
71
76
  export type AccountConfig = SSOConfig;
72
77
  export interface SSOConfigLookupEntry {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.91.2",
3
+ "version": "1.91.4",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {