@logto/cloud 0.2.5-094e785 → 0.2.5-103b436

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.
@@ -311,6 +311,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
311
311
  customJwtEnabled: boolean;
312
312
  subjectTokenEnabled: boolean;
313
313
  bringYourUiEnabled: boolean;
314
+ collectUserProfileEnabled: boolean;
314
315
  tokenLimit: number | null;
315
316
  machineToMachineLimit: number | null;
316
317
  resourcesLimit: number | null;
@@ -349,6 +350,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
349
350
  customJwtEnabled: boolean;
350
351
  subjectTokenEnabled: boolean;
351
352
  bringYourUiEnabled: boolean;
353
+ collectUserProfileEnabled: boolean;
352
354
  machineToMachineLimit: number;
353
355
  resourcesLimit: number;
354
356
  enterpriseSsoLimit: number;
@@ -376,6 +378,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
376
378
  customJwtEnabled: boolean;
377
379
  subjectTokenEnabled: boolean;
378
380
  bringYourUiEnabled: boolean;
381
+ collectUserProfileEnabled: boolean;
379
382
  tokenLimit: number | null;
380
383
  machineToMachineLimit: number | null;
381
384
  resourcesLimit: number | null;
@@ -402,6 +405,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
402
405
  customJwtEnabled: boolean;
403
406
  subjectTokenEnabled: boolean;
404
407
  bringYourUiEnabled: boolean;
408
+ collectUserProfileEnabled: boolean;
405
409
  tokenLimit: number | null;
406
410
  machineToMachineLimit: number | null;
407
411
  resourcesLimit: number | null;
@@ -459,6 +463,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
459
463
  customJwtEnabled: boolean;
460
464
  subjectTokenEnabled: boolean;
461
465
  bringYourUiEnabled: boolean;
466
+ collectUserProfileEnabled: boolean;
462
467
  machineToMachineLimit: number;
463
468
  resourcesLimit: number;
464
469
  enterpriseSsoLimit: number;
@@ -486,6 +491,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
486
491
  customJwtEnabled: boolean;
487
492
  subjectTokenEnabled: boolean;
488
493
  bringYourUiEnabled: boolean;
494
+ collectUserProfileEnabled: boolean;
489
495
  tokenLimit: number | null;
490
496
  machineToMachineLimit: number | null;
491
497
  resourcesLimit: number | null;
@@ -512,6 +518,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
512
518
  customJwtEnabled: boolean;
513
519
  subjectTokenEnabled: boolean;
514
520
  bringYourUiEnabled: boolean;
521
+ collectUserProfileEnabled: boolean;
515
522
  tokenLimit: number | null;
516
523
  machineToMachineLimit: number | null;
517
524
  resourcesLimit: number | null;
@@ -552,6 +559,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
552
559
  customJwtEnabled?: boolean | undefined;
553
560
  subjectTokenEnabled?: boolean | undefined;
554
561
  bringYourUiEnabled?: boolean | undefined;
562
+ collectUserProfileEnabled?: boolean | undefined;
555
563
  tokenLimit?: number | null | undefined;
556
564
  machineToMachineLimit?: number | null | undefined;
557
565
  resourcesLimit?: number | null | undefined;
@@ -613,6 +621,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
613
621
  customJwtEnabled?: boolean | undefined;
614
622
  subjectTokenEnabled?: boolean | undefined;
615
623
  bringYourUiEnabled?: boolean | undefined;
624
+ collectUserProfileEnabled?: boolean | undefined;
616
625
  tokenLimit?: number | null | undefined;
617
626
  machineToMachineLimit?: number | null | undefined;
618
627
  resourcesLimit?: number | null | undefined;
@@ -749,6 +758,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
749
758
  customJwtEnabled?: boolean | undefined;
750
759
  subjectTokenEnabled?: boolean | undefined;
751
760
  bringYourUiEnabled?: boolean | undefined;
761
+ collectUserProfileEnabled?: boolean | undefined;
752
762
  tokenLimit?: number | null | undefined;
753
763
  machineToMachineLimit?: number | null | undefined;
754
764
  resourcesLimit?: number | null | undefined;
@@ -792,6 +802,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
792
802
  customJwtEnabled?: boolean | undefined;
793
803
  subjectTokenEnabled?: boolean | undefined;
794
804
  bringYourUiEnabled?: boolean | undefined;
805
+ collectUserProfileEnabled?: boolean | undefined;
795
806
  idpInitiatedSsoEnabled?: boolean | undefined;
796
807
  samlApplicationsLimit?: number | null | undefined;
797
808
  };
@@ -812,6 +823,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
812
823
  customJwtEnabled: boolean;
813
824
  subjectTokenEnabled: boolean;
814
825
  bringYourUiEnabled: boolean;
826
+ collectUserProfileEnabled: boolean;
815
827
  tokenLimit: number | null;
816
828
  machineToMachineLimit: number | null;
817
829
  resourcesLimit: number | null;
@@ -855,6 +867,7 @@ declare const router: import("@withtyped/server").Router<RequestContext, WithAut
855
867
  customJwtEnabled?: boolean | undefined;
856
868
  subjectTokenEnabled?: boolean | undefined;
857
869
  bringYourUiEnabled?: boolean | undefined;
870
+ collectUserProfileEnabled?: boolean | undefined;
858
871
  tokenLimit?: number | null | undefined;
859
872
  machineToMachineLimit?: number | null | undefined;
860
873
  resourcesLimit?: number | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/cloud",
3
- "version": "0.2.5-094e785",
3
+ "version": "0.2.5-103b436",
4
4
  "description": "Logto Cloud service.",
5
5
  "main": "build/index.js",
6
6
  "author": "Silverhand Inc. <contact@silverhand.io>",