@databutton/firebase-types 1.119.1 → 1.120.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.
@@ -944,10 +944,11 @@ export type NeonDatabaseExtensionConfig = NeonDatabaseExtensionConfigV1 | NeonDa
944
944
  export interface OidcAuthExtensionConfig {
945
945
  jwksUrl: string;
946
946
  iss: string;
947
- aud: string;
947
+ aud?: string;
948
+ requiredAttributes?: Record<string, string>;
948
949
  }
949
950
  export interface WorkosAuthExtensionConfig {
950
- dummy?: string;
951
+ clientId: string;
951
952
  }
952
953
  export interface StackAuthExtensionConfig {
953
954
  projectId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.119.1",
3
+ "version": "1.120.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {