@logto/api 1.31.0 → 1.32.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.
@@ -4747,6 +4747,13 @@ export interface operations {
4747
4747
  /** @description arbitrary */
4748
4748
  customData: Record<string, never>;
4749
4749
  isMfaRequired: boolean;
4750
+ color: {
4751
+ /** Format: regex */
4752
+ primaryColor?: string;
4753
+ isDarkModeEnabled?: boolean;
4754
+ /** Format: regex */
4755
+ darkPrimaryColor?: string;
4756
+ };
4750
4757
  branding: {
4751
4758
  /** Format: url */
4752
4759
  logoUrl?: string;
@@ -4757,6 +4764,7 @@ export interface operations {
4757
4764
  /** Format: url */
4758
4765
  darkFavicon?: string;
4759
4766
  };
4767
+ customCss: string | null;
4760
4768
  createdAt: number;
4761
4769
  organizationRoles: {
4762
4770
  id: string;
@@ -5409,6 +5417,7 @@ export interface operations {
5409
5417
  /** Format: url */
5410
5418
  darkFavicon?: string;
5411
5419
  };
5420
+ customCss: string | null;
5412
5421
  termsOfUseUrl: string | null;
5413
5422
  privacyPolicyUrl: string | null;
5414
5423
  displayName: string | null;
@@ -5475,6 +5484,7 @@ export interface operations {
5475
5484
  /** Format: url */
5476
5485
  darkFavicon?: string;
5477
5486
  };
5487
+ customCss?: string | null;
5478
5488
  displayName?: string | null;
5479
5489
  termsOfUseUrl: (string | null) | string;
5480
5490
  privacyPolicyUrl: (string | null) | string;
@@ -5508,6 +5518,7 @@ export interface operations {
5508
5518
  /** Format: url */
5509
5519
  darkFavicon?: string;
5510
5520
  };
5521
+ customCss: string | null;
5511
5522
  termsOfUseUrl: string | null;
5512
5523
  privacyPolicyUrl: string | null;
5513
5524
  displayName: string | null;
@@ -5540,6 +5551,7 @@ export interface operations {
5540
5551
  /** Format: url */
5541
5552
  darkFavicon?: string;
5542
5553
  };
5554
+ customCss: string | null;
5543
5555
  termsOfUseUrl: string | null;
5544
5556
  privacyPolicyUrl: string | null;
5545
5557
  displayName: string | null;
@@ -5618,6 +5630,13 @@ export interface operations {
5618
5630
  /** @description arbitrary */
5619
5631
  customData: Record<string, never>;
5620
5632
  isMfaRequired: boolean;
5633
+ color: {
5634
+ /** Format: regex */
5635
+ primaryColor?: string;
5636
+ isDarkModeEnabled?: boolean;
5637
+ /** Format: regex */
5638
+ darkPrimaryColor?: string;
5639
+ };
5621
5640
  branding: {
5622
5641
  /** Format: url */
5623
5642
  logoUrl?: string;
@@ -5628,6 +5647,7 @@ export interface operations {
5628
5647
  /** Format: url */
5629
5648
  darkFavicon?: string;
5630
5649
  };
5650
+ customCss: string | null;
5631
5651
  createdAt: number;
5632
5652
  }[];
5633
5653
  };
@@ -6298,7 +6318,7 @@ export interface operations {
6298
6318
  } | {
6299
6319
  id: string;
6300
6320
  /** @enum {string} */
6301
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6321
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6302
6322
  verified: boolean;
6303
6323
  /** Format: "EmailVerificationCode" */
6304
6324
  type: string;
@@ -6310,7 +6330,7 @@ export interface operations {
6310
6330
  } | {
6311
6331
  id: string;
6312
6332
  /** @enum {string} */
6313
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6333
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6314
6334
  verified: boolean;
6315
6335
  /** Format: "PhoneVerificationCode" */
6316
6336
  type: string;
@@ -6364,6 +6384,7 @@ export interface operations {
6364
6384
  type: string;
6365
6385
  userId: string;
6366
6386
  verified: boolean;
6387
+ registrationRpId?: string;
6367
6388
  } | {
6368
6389
  id: string;
6369
6390
  /** Format: "OneTimeToken" */
@@ -6590,7 +6611,7 @@ export interface operations {
6590
6611
  } | {
6591
6612
  id: string;
6592
6613
  /** @enum {string} */
6593
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6614
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6594
6615
  verified: boolean;
6595
6616
  /** Format: "EmailVerificationCode" */
6596
6617
  type: string;
@@ -6602,7 +6623,7 @@ export interface operations {
6602
6623
  } | {
6603
6624
  id: string;
6604
6625
  /** @enum {string} */
6605
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6626
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6606
6627
  verified: boolean;
6607
6628
  /** Format: "PhoneVerificationCode" */
6608
6629
  type: string;
@@ -6656,6 +6677,7 @@ export interface operations {
6656
6677
  type: string;
6657
6678
  userId: string;
6658
6679
  verified: boolean;
6680
+ registrationRpId?: string;
6659
6681
  } | {
6660
6682
  id: string;
6661
6683
  /** Format: "OneTimeToken" */
@@ -6827,7 +6849,7 @@ export interface operations {
6827
6849
  } | {
6828
6850
  id: string;
6829
6851
  /** @enum {string} */
6830
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6852
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6831
6853
  verified: boolean;
6832
6854
  /** Format: "EmailVerificationCode" */
6833
6855
  type: string;
@@ -6839,7 +6861,7 @@ export interface operations {
6839
6861
  } | {
6840
6862
  id: string;
6841
6863
  /** @enum {string} */
6842
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
6864
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
6843
6865
  verified: boolean;
6844
6866
  /** Format: "PhoneVerificationCode" */
6845
6867
  type: string;
@@ -6893,6 +6915,7 @@ export interface operations {
6893
6915
  type: string;
6894
6916
  userId: string;
6895
6917
  verified: boolean;
6918
+ registrationRpId?: string;
6896
6919
  } | {
6897
6920
  id: string;
6898
6921
  /** Format: "OneTimeToken" */
@@ -7161,7 +7184,7 @@ export interface operations {
7161
7184
  } | {
7162
7185
  id: string;
7163
7186
  /** @enum {string} */
7164
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7187
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7165
7188
  verified: boolean;
7166
7189
  /** Format: "EmailVerificationCode" */
7167
7190
  type: string;
@@ -7173,7 +7196,7 @@ export interface operations {
7173
7196
  } | {
7174
7197
  id: string;
7175
7198
  /** @enum {string} */
7176
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7199
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7177
7200
  verified: boolean;
7178
7201
  /** Format: "PhoneVerificationCode" */
7179
7202
  type: string;
@@ -7227,6 +7250,7 @@ export interface operations {
7227
7250
  type: string;
7228
7251
  userId: string;
7229
7252
  verified: boolean;
7253
+ registrationRpId?: string;
7230
7254
  } | {
7231
7255
  id: string;
7232
7256
  /** Format: "OneTimeToken" */
@@ -7440,7 +7464,7 @@ export interface operations {
7440
7464
  } | {
7441
7465
  id: string;
7442
7466
  /** @enum {string} */
7443
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7467
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7444
7468
  verified: boolean;
7445
7469
  /** Format: "EmailVerificationCode" */
7446
7470
  type: string;
@@ -7452,7 +7476,7 @@ export interface operations {
7452
7476
  } | {
7453
7477
  id: string;
7454
7478
  /** @enum {string} */
7455
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7479
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7456
7480
  verified: boolean;
7457
7481
  /** Format: "PhoneVerificationCode" */
7458
7482
  type: string;
@@ -7506,6 +7530,7 @@ export interface operations {
7506
7530
  type: string;
7507
7531
  userId: string;
7508
7532
  verified: boolean;
7533
+ registrationRpId?: string;
7509
7534
  } | {
7510
7535
  id: string;
7511
7536
  /** Format: "OneTimeToken" */
@@ -7730,7 +7755,7 @@ export interface operations {
7730
7755
  } | {
7731
7756
  id: string;
7732
7757
  /** @enum {string} */
7733
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7758
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7734
7759
  verified: boolean;
7735
7760
  /** Format: "EmailVerificationCode" */
7736
7761
  type: string;
@@ -7742,7 +7767,7 @@ export interface operations {
7742
7767
  } | {
7743
7768
  id: string;
7744
7769
  /** @enum {string} */
7745
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
7770
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
7746
7771
  verified: boolean;
7747
7772
  /** Format: "PhoneVerificationCode" */
7748
7773
  type: string;
@@ -7796,6 +7821,7 @@ export interface operations {
7796
7821
  type: string;
7797
7822
  userId: string;
7798
7823
  verified: boolean;
7824
+ registrationRpId?: string;
7799
7825
  } | {
7800
7826
  id: string;
7801
7827
  /** Format: "OneTimeToken" */
@@ -11936,6 +11962,13 @@ export interface operations {
11936
11962
  /** @description arbitrary */
11937
11963
  customData: Record<string, never>;
11938
11964
  isMfaRequired: boolean;
11965
+ color: {
11966
+ /** Format: regex */
11967
+ primaryColor?: string;
11968
+ isDarkModeEnabled?: boolean;
11969
+ /** Format: regex */
11970
+ darkPrimaryColor?: string;
11971
+ };
11939
11972
  branding: {
11940
11973
  /** Format: url */
11941
11974
  logoUrl?: string;
@@ -11946,6 +11979,7 @@ export interface operations {
11946
11979
  /** Format: url */
11947
11980
  darkFavicon?: string;
11948
11981
  };
11982
+ customCss: string | null;
11949
11983
  createdAt: number;
11950
11984
  organizationRoles: {
11951
11985
  id: string;
@@ -16445,6 +16479,7 @@ export interface operations {
16445
16479
  code?: string;
16446
16480
  link?: string;
16447
16481
  locale?: string;
16482
+ uiLocales?: string;
16448
16483
  } | boolean;
16449
16484
  };
16450
16485
  };
@@ -16529,6 +16564,7 @@ export interface operations {
16529
16564
  code?: string;
16530
16565
  link?: string;
16531
16566
  locale?: string;
16567
+ uiLocales?: string;
16532
16568
  };
16533
16569
  };
16534
16570
  };
@@ -16679,6 +16715,13 @@ export interface operations {
16679
16715
  /** @description arbitrary */
16680
16716
  customData: Record<string, never>;
16681
16717
  isMfaRequired: boolean;
16718
+ color: {
16719
+ /** Format: regex */
16720
+ primaryColor?: string;
16721
+ isDarkModeEnabled?: boolean;
16722
+ /** Format: regex */
16723
+ darkPrimaryColor?: string;
16724
+ };
16682
16725
  branding: {
16683
16726
  /** Format: url */
16684
16727
  logoUrl?: string;
@@ -16689,6 +16732,7 @@ export interface operations {
16689
16732
  /** Format: url */
16690
16733
  darkFavicon?: string;
16691
16734
  };
16735
+ customCss: string | null;
16692
16736
  createdAt: number;
16693
16737
  usersCount?: number;
16694
16738
  featuredUsers?: {
@@ -16740,6 +16784,13 @@ export interface operations {
16740
16784
  /** @description arbitrary */
16741
16785
  customData?: Record<string, never>;
16742
16786
  isMfaRequired?: boolean;
16787
+ color?: {
16788
+ /** Format: regex */
16789
+ primaryColor?: string;
16790
+ isDarkModeEnabled?: boolean;
16791
+ /** Format: regex */
16792
+ darkPrimaryColor?: string;
16793
+ };
16743
16794
  branding?: {
16744
16795
  /** Format: url */
16745
16796
  logoUrl?: string;
@@ -16750,6 +16801,7 @@ export interface operations {
16750
16801
  /** Format: url */
16751
16802
  darkFavicon?: string;
16752
16803
  };
16804
+ customCss?: string | null;
16753
16805
  createdAt?: number;
16754
16806
  };
16755
16807
  };
@@ -16769,6 +16821,13 @@ export interface operations {
16769
16821
  /** @description arbitrary */
16770
16822
  customData: Record<string, never>;
16771
16823
  isMfaRequired: boolean;
16824
+ color: {
16825
+ /** Format: regex */
16826
+ primaryColor?: string;
16827
+ isDarkModeEnabled?: boolean;
16828
+ /** Format: regex */
16829
+ darkPrimaryColor?: string;
16830
+ };
16772
16831
  branding: {
16773
16832
  /** Format: url */
16774
16833
  logoUrl?: string;
@@ -16779,6 +16838,7 @@ export interface operations {
16779
16838
  /** Format: url */
16780
16839
  darkFavicon?: string;
16781
16840
  };
16841
+ customCss: string | null;
16782
16842
  createdAt: number;
16783
16843
  };
16784
16844
  };
@@ -16832,6 +16892,13 @@ export interface operations {
16832
16892
  /** @description arbitrary */
16833
16893
  customData: Record<string, never>;
16834
16894
  isMfaRequired: boolean;
16895
+ color: {
16896
+ /** Format: regex */
16897
+ primaryColor?: string;
16898
+ isDarkModeEnabled?: boolean;
16899
+ /** Format: regex */
16900
+ darkPrimaryColor?: string;
16901
+ };
16835
16902
  branding: {
16836
16903
  /** Format: url */
16837
16904
  logoUrl?: string;
@@ -16842,6 +16909,7 @@ export interface operations {
16842
16909
  /** Format: url */
16843
16910
  darkFavicon?: string;
16844
16911
  };
16912
+ customCss: string | null;
16845
16913
  createdAt: number;
16846
16914
  };
16847
16915
  };
@@ -16947,6 +17015,13 @@ export interface operations {
16947
17015
  /** @description arbitrary */
16948
17016
  customData?: Record<string, never>;
16949
17017
  isMfaRequired?: boolean;
17018
+ color?: {
17019
+ /** Format: regex */
17020
+ primaryColor?: string;
17021
+ isDarkModeEnabled?: boolean;
17022
+ /** Format: regex */
17023
+ darkPrimaryColor?: string;
17024
+ };
16950
17025
  branding?: {
16951
17026
  /** Format: url */
16952
17027
  logoUrl?: string;
@@ -16957,6 +17032,7 @@ export interface operations {
16957
17032
  /** Format: url */
16958
17033
  darkFavicon?: string;
16959
17034
  };
17035
+ customCss?: string | null;
16960
17036
  createdAt?: number;
16961
17037
  };
16962
17038
  };
@@ -16976,6 +17052,13 @@ export interface operations {
16976
17052
  /** @description arbitrary */
16977
17053
  customData: Record<string, never>;
16978
17054
  isMfaRequired: boolean;
17055
+ color: {
17056
+ /** Format: regex */
17057
+ primaryColor?: string;
17058
+ isDarkModeEnabled?: boolean;
17059
+ /** Format: regex */
17060
+ darkPrimaryColor?: string;
17061
+ };
16979
17062
  branding: {
16980
17063
  /** Format: url */
16981
17064
  logoUrl?: string;
@@ -16986,6 +17069,7 @@ export interface operations {
16986
17069
  /** Format: url */
16987
17070
  darkFavicon?: string;
16988
17071
  };
17072
+ customCss: string | null;
16989
17073
  createdAt: number;
16990
17074
  };
16991
17075
  };
@@ -20375,7 +20459,7 @@ export interface operations {
20375
20459
  /** @description The language tag of the email template, e.g., `en` or `fr`. */
20376
20460
  languageTag?: string;
20377
20461
  /** @description The type of the email template, e.g. `SignIn` or `ForgotPassword` */
20378
- templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20462
+ templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20379
20463
  };
20380
20464
  header?: never;
20381
20465
  path?: never;
@@ -20394,7 +20478,7 @@ export interface operations {
20394
20478
  id: string;
20395
20479
  languageTag: string;
20396
20480
  /** @enum {string} */
20397
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20481
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20398
20482
  details: {
20399
20483
  subject: string;
20400
20484
  content: string;
@@ -20446,7 +20530,7 @@ export interface operations {
20446
20530
  * @description The type of the email template, e.g. `SignIn` or `ForgotPassword`
20447
20531
  * @enum {string}
20448
20532
  */
20449
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20533
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20450
20534
  /** @description The details of the email template. */
20451
20535
  details: {
20452
20536
  /** @description The template of the email subject. */
@@ -20476,7 +20560,7 @@ export interface operations {
20476
20560
  id: string;
20477
20561
  languageTag: string;
20478
20562
  /** @enum {string} */
20479
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20563
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20480
20564
  details: {
20481
20565
  subject: string;
20482
20566
  content: string;
@@ -20524,7 +20608,7 @@ export interface operations {
20524
20608
  /** @description The language tag of the email template, e.g., `en` or `fr`. */
20525
20609
  languageTag?: string;
20526
20610
  /** @description The type of the email template, e.g. `SignIn` or `ForgotPassword` */
20527
- templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20611
+ templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20528
20612
  };
20529
20613
  header?: never;
20530
20614
  path?: never;
@@ -20597,7 +20681,7 @@ export interface operations {
20597
20681
  id: string;
20598
20682
  languageTag: string;
20599
20683
  /** @enum {string} */
20600
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20684
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20601
20685
  details: {
20602
20686
  subject: string;
20603
20687
  content: string;
@@ -20726,7 +20810,7 @@ export interface operations {
20726
20810
  id: string;
20727
20811
  languageTag: string;
20728
20812
  /** @enum {string} */
20729
- templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
20813
+ templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification" | "BindMfa";
20730
20814
  details: {
20731
20815
  subject: string;
20732
20816
  content: string;
@@ -20846,7 +20930,7 @@ export interface operations {
20846
20930
  context?: {
20847
20931
  jitOrganizationIds?: string[];
20848
20932
  };
20849
- /** @description The expiration time in seconds. If not provided, defaults to 2 days (172,800 seconds). */
20933
+ /** @description The expiration time in seconds. If not provided, defaults to 10 mins (600 seconds). */
20850
20934
  expiresIn?: number;
20851
20935
  };
20852
20936
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/api",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "Logto API types and clients.",
5
5
  "author": "Silverhand Inc. <contact@silverhand.io>",
6
6
  "homepage": "https://github.com/logto-io/logto#readme",