@authhero/kysely-adapter 0.12.0 → 0.13.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.
package/dist/kysely-adapter.d.ts
CHANGED
|
@@ -719,6 +719,7 @@ declare const ClientSchema: z.ZodObject<{
|
|
|
719
719
|
"google-oauth2",
|
|
720
720
|
"facebook",
|
|
721
721
|
"vipps",
|
|
722
|
+
"freja",
|
|
722
723
|
"apple",
|
|
723
724
|
"email",
|
|
724
725
|
"Username-Password-Authentication",
|
|
@@ -794,7 +795,7 @@ declare const ClientSchema: z.ZodObject<{
|
|
|
794
795
|
id?: string | undefined;
|
|
795
796
|
response_type?: AuthorizationResponseType | undefined;
|
|
796
797
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
797
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
798
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
798
799
|
enabled_clients?: string[] | undefined;
|
|
799
800
|
}, {
|
|
800
801
|
created_at: string;
|
|
@@ -818,7 +819,7 @@ declare const ClientSchema: z.ZodObject<{
|
|
|
818
819
|
id?: string | undefined;
|
|
819
820
|
response_type?: AuthorizationResponseType | undefined;
|
|
820
821
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
821
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
822
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
822
823
|
enabled_clients?: string[] | undefined;
|
|
823
824
|
}>, "many">;
|
|
824
825
|
id: z.ZodString;
|
|
@@ -978,7 +979,7 @@ declare const ClientSchema: z.ZodObject<{
|
|
|
978
979
|
id?: string | undefined;
|
|
979
980
|
response_type?: AuthorizationResponseType | undefined;
|
|
980
981
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
981
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
982
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
982
983
|
enabled_clients?: string[] | undefined;
|
|
983
984
|
}[];
|
|
984
985
|
callbacks?: string[] | undefined;
|
|
@@ -1056,7 +1057,7 @@ declare const ClientSchema: z.ZodObject<{
|
|
|
1056
1057
|
id?: string | undefined;
|
|
1057
1058
|
response_type?: AuthorizationResponseType | undefined;
|
|
1058
1059
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
1059
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1060
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1060
1061
|
enabled_clients?: string[] | undefined;
|
|
1061
1062
|
}[];
|
|
1062
1063
|
callbacks?: string[] | undefined;
|
|
@@ -1174,6 +1175,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
1174
1175
|
"google-oauth2",
|
|
1175
1176
|
"facebook",
|
|
1176
1177
|
"vipps",
|
|
1178
|
+
"freja",
|
|
1177
1179
|
"apple",
|
|
1178
1180
|
"email",
|
|
1179
1181
|
"Username-Password-Authentication",
|
|
@@ -1247,7 +1249,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
1247
1249
|
id?: string | undefined;
|
|
1248
1250
|
response_type?: AuthorizationResponseType | undefined;
|
|
1249
1251
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
1250
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1252
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1251
1253
|
enabled_clients?: string[] | undefined;
|
|
1252
1254
|
}, {
|
|
1253
1255
|
name: string;
|
|
@@ -1269,7 +1271,7 @@ declare const connectionInsertSchema: z.ZodObject<{
|
|
|
1269
1271
|
id?: string | undefined;
|
|
1270
1272
|
response_type?: AuthorizationResponseType | undefined;
|
|
1271
1273
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
1272
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1274
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1273
1275
|
enabled_clients?: string[] | undefined;
|
|
1274
1276
|
}>;
|
|
1275
1277
|
export type ConnectionInsert = z.infer<typeof connectionInsertSchema>;
|
|
@@ -1284,6 +1286,7 @@ declare const connectionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1284
1286
|
"google-oauth2",
|
|
1285
1287
|
"facebook",
|
|
1286
1288
|
"vipps",
|
|
1289
|
+
"freja",
|
|
1287
1290
|
"apple",
|
|
1288
1291
|
"email",
|
|
1289
1292
|
"Username-Password-Authentication",
|
|
@@ -1359,7 +1362,7 @@ declare const connectionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1359
1362
|
id?: string | undefined;
|
|
1360
1363
|
response_type?: AuthorizationResponseType | undefined;
|
|
1361
1364
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
1362
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1365
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1363
1366
|
enabled_clients?: string[] | undefined;
|
|
1364
1367
|
}, {
|
|
1365
1368
|
created_at: string;
|
|
@@ -1383,7 +1386,7 @@ declare const connectionSchema: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1383
1386
|
id?: string | undefined;
|
|
1384
1387
|
response_type?: AuthorizationResponseType | undefined;
|
|
1385
1388
|
response_mode?: AuthorizationResponseMode | undefined;
|
|
1386
|
-
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1389
|
+
strategy?: "email" | "custom" | "google-oauth2" | "facebook" | "vipps" | "freja" | "apple" | "Username-Password-Authentication" | "oidc" | "oauth2" | undefined;
|
|
1387
1390
|
enabled_clients?: string[] | undefined;
|
|
1388
1391
|
}>;
|
|
1389
1392
|
export type Connection = z.infer<typeof connectionSchema>;
|