@logto/cloud 0.2.5-cb80c9b → 0.2.5-cbf0233

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.
@@ -351,6 +351,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
351
351
  customJwtEnabled: boolean;
352
352
  bringYourUiEnabled: boolean;
353
353
  collectUserProfileEnabled: boolean;
354
+ passkeySignInEnabled: boolean;
354
355
  tokenLimit: number | null;
355
356
  machineToMachineLimit: number | null;
356
357
  resourcesLimit: number | null;
@@ -415,6 +416,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
415
416
  customJwtEnabled: boolean;
416
417
  bringYourUiEnabled: boolean;
417
418
  collectUserProfileEnabled: boolean;
419
+ passkeySignInEnabled: boolean;
418
420
  tokenLimit: number | null;
419
421
  machineToMachineLimit: number | null;
420
422
  resourcesLimit: number | null;
@@ -440,6 +442,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
440
442
  customJwtEnabled: boolean;
441
443
  bringYourUiEnabled: boolean;
442
444
  collectUserProfileEnabled: boolean;
445
+ passkeySignInEnabled: boolean;
443
446
  machineToMachineLimit: number;
444
447
  resourcesLimit: number;
445
448
  enterpriseSsoLimit: number;
@@ -467,6 +470,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
467
470
  customJwtEnabled: boolean;
468
471
  bringYourUiEnabled: boolean;
469
472
  collectUserProfileEnabled: boolean;
473
+ passkeySignInEnabled: boolean;
470
474
  tokenLimit: number | null;
471
475
  machineToMachineLimit: number | null;
472
476
  resourcesLimit: number | null;
@@ -542,6 +546,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
542
546
  customJwtEnabled: boolean;
543
547
  bringYourUiEnabled: boolean;
544
548
  collectUserProfileEnabled: boolean;
549
+ passkeySignInEnabled: boolean;
545
550
  tokenLimit: number | null;
546
551
  machineToMachineLimit: number | null;
547
552
  resourcesLimit: number | null;
@@ -567,6 +572,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
567
572
  customJwtEnabled: boolean;
568
573
  bringYourUiEnabled: boolean;
569
574
  collectUserProfileEnabled: boolean;
575
+ passkeySignInEnabled: boolean;
570
576
  machineToMachineLimit: number;
571
577
  resourcesLimit: number;
572
578
  enterpriseSsoLimit: number;
@@ -596,6 +602,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
596
602
  customJwtEnabled: boolean;
597
603
  bringYourUiEnabled: boolean;
598
604
  collectUserProfileEnabled: boolean;
605
+ passkeySignInEnabled: boolean;
599
606
  tokenLimit: number | null;
600
607
  machineToMachineLimit: number | null;
601
608
  resourcesLimit: number | null;
@@ -640,6 +647,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
640
647
  customJwtEnabled?: boolean | undefined;
641
648
  bringYourUiEnabled?: boolean | undefined;
642
649
  collectUserProfileEnabled?: boolean | undefined;
650
+ passkeySignInEnabled?: boolean | undefined;
643
651
  tokenLimit?: number | null | undefined;
644
652
  machineToMachineLimit?: number | null | undefined;
645
653
  resourcesLimit?: number | null | undefined;
@@ -706,6 +714,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
706
714
  customJwtEnabled?: boolean | undefined;
707
715
  bringYourUiEnabled?: boolean | undefined;
708
716
  collectUserProfileEnabled?: boolean | undefined;
717
+ passkeySignInEnabled?: boolean | undefined;
709
718
  tokenLimit?: number | null | undefined;
710
719
  machineToMachineLimit?: number | null | undefined;
711
720
  resourcesLimit?: number | null | undefined;
@@ -841,6 +850,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
841
850
  token: Record<string, Json>;
842
851
  tokenType: LogtoJwtTokenKeyType.ClientCredentials;
843
852
  script: string;
853
+ context?: Record<string, Json> | undefined;
844
854
  environmentVariables?: Record<string, string> | undefined;
845
855
  }, Record<string, unknown>>;
846
856
  };
@@ -889,6 +899,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
889
899
  customJwtEnabled?: boolean | undefined;
890
900
  bringYourUiEnabled?: boolean | undefined;
891
901
  collectUserProfileEnabled?: boolean | undefined;
902
+ passkeySignInEnabled?: boolean | undefined;
892
903
  tokenLimit?: number | null | undefined;
893
904
  machineToMachineLimit?: number | null | undefined;
894
905
  resourcesLimit?: number | null | undefined;
@@ -931,6 +942,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
931
942
  subjectTokenEnabled?: boolean | undefined;
932
943
  bringYourUiEnabled?: boolean | undefined;
933
944
  collectUserProfileEnabled?: boolean | undefined;
945
+ passkeySignInEnabled?: boolean | undefined;
934
946
  tokenLimit?: number | null | undefined;
935
947
  machineToMachineLimit?: number | null | undefined;
936
948
  resourcesLimit?: number | null | undefined;
@@ -970,6 +982,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
970
982
  customJwtEnabled?: boolean | undefined;
971
983
  bringYourUiEnabled?: boolean | undefined;
972
984
  collectUserProfileEnabled?: boolean | undefined;
985
+ passkeySignInEnabled?: boolean | undefined;
973
986
  tokenLimit?: number | null | undefined;
974
987
  machineToMachineLimit?: number | null | undefined;
975
988
  resourcesLimit?: number | null | undefined;
@@ -1378,6 +1391,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
1378
1391
  customJwtEnabled: boolean;
1379
1392
  bringYourUiEnabled: boolean;
1380
1393
  collectUserProfileEnabled: boolean;
1394
+ passkeySignInEnabled: boolean;
1381
1395
  tokenLimit: number | null;
1382
1396
  machineToMachineLimit: number | null;
1383
1397
  resourcesLimit: number | null;
@@ -1406,6 +1420,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
1406
1420
  customJwtEnabled: boolean;
1407
1421
  bringYourUiEnabled: boolean;
1408
1422
  collectUserProfileEnabled: boolean;
1423
+ passkeySignInEnabled: boolean;
1409
1424
  tokenLimit: number | null;
1410
1425
  machineToMachineLimit: number | null;
1411
1426
  resourcesLimit: number | null;
@@ -1445,6 +1460,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
1445
1460
  customJwtEnabled: boolean;
1446
1461
  bringYourUiEnabled: boolean;
1447
1462
  collectUserProfileEnabled: boolean;
1463
+ passkeySignInEnabled: boolean;
1448
1464
  tokenLimit: number;
1449
1465
  machineToMachineLimit: number;
1450
1466
  resourcesLimit: number;
@@ -1480,6 +1496,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
1480
1496
  customJwtEnabled?: boolean | undefined;
1481
1497
  bringYourUiEnabled?: boolean | undefined;
1482
1498
  collectUserProfileEnabled?: boolean | undefined;
1499
+ passkeySignInEnabled?: boolean | undefined;
1483
1500
  tokenLimit?: number | null | undefined;
1484
1501
  machineToMachineLimit?: number | null | undefined;
1485
1502
  resourcesLimit?: number | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/cloud",
3
- "version": "0.2.5-cb80c9b",
3
+ "version": "0.2.5-cbf0233",
4
4
  "description": "Logto Cloud service.",
5
5
  "main": "build/index.js",
6
6
  "author": "Silverhand Inc. <contact@silverhand.io>",