@databutton/firebase-types 1.141.1 → 1.142.0

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.
@@ -1015,6 +1015,7 @@ export interface OidcAuthExtensionAttributesForWorkos {
1015
1015
  export interface WorkosAuthExtensionConfig {
1016
1016
  clientId: string;
1017
1017
  orgId: string;
1018
+ refreshKey?: string;
1018
1019
  }
1019
1020
  export interface StackAuthExtensionConfig {
1020
1021
  projectId: string;
@@ -1549,6 +1550,9 @@ export interface ProjectAccess {
1549
1550
  prodxAppbutlerId?: string | null;
1550
1551
  supportUntil?: Timestamp | null;
1551
1552
  devxOpenUntil?: Timestamp | null;
1553
+ refreshKey?: string;
1554
+ salt?: string;
1555
+ checkAttributes?: OidcAttributeCheck[];
1552
1556
  }
1553
1557
  export type DnsRecord = {
1554
1558
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.141.1",
3
+ "version": "1.142.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {