@faable/auth-sdk 1.3.11 → 1.3.12

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.
@@ -22,6 +22,7 @@ export declare class FaableAuthApi extends FaableApi {
22
22
  icon_src?: string | null | undefined;
23
23
  callback_hostnames: string[];
24
24
  token_signature: string;
25
+ token_signing_alg: "RS256";
25
26
  default_connection?: unknown;
26
27
  enabled_locales: string[];
27
28
  team?: string | null | undefined;
@@ -423,7 +424,7 @@ export declare class FaableAuthApi extends FaableApi {
423
424
  all: () => Promise<{
424
425
  id: string;
425
426
  connection_name: string;
426
- connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
427
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc" | "passwordless_email";
427
428
  authorize_url: string;
428
429
  token_url: string;
429
430
  userinfo_url: string;
@@ -448,7 +449,7 @@ export declare class FaableAuthApi extends FaableApi {
448
449
  first: () => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
449
450
  id: string;
450
451
  connection_name: string;
451
- connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
452
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc" | "passwordless_email";
452
453
  authorize_url: string;
453
454
  token_url: string;
454
455
  userinfo_url: string;
@@ -476,7 +477,7 @@ export declare class FaableAuthApi extends FaableApi {
476
477
  } | undefined) => Promise<import("@faable/sdk-base/dist/helpers/paginator.js").Page<{
477
478
  id: string;
478
479
  connection_name: string;
479
- connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
480
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc" | "passwordless_email";
480
481
  authorize_url: string;
481
482
  token_url: string;
482
483
  userinfo_url: string;
@@ -502,7 +503,7 @@ export declare class FaableAuthApi extends FaableApi {
502
503
  getConection(connection_id: string): Promise<{
503
504
  id: string;
504
505
  connection_name: string;
505
- connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
506
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc" | "passwordless_email";
506
507
  authorize_url: string;
507
508
  token_url: string;
508
509
  userinfo_url: string;
@@ -633,7 +634,7 @@ export declare class FaableAuthApi extends FaableApi {
633
634
  getClient(client_id: string): Promise<{
634
635
  id: string;
635
636
  connection_name: string;
636
- connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc";
637
+ connection_type: "custom" | "database" | "github" | "figma" | "google_oauth2" | "oidc" | "passwordless_email";
637
638
  authorize_url: string;
638
639
  token_url: string;
639
640
  userinfo_url: string;