@logto/api 1.30.0 → 1.31.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/lib/generated-types/management.d.ts +1172 -27
- package/package.json +1 -1
|
@@ -3039,6 +3039,98 @@ export interface paths {
|
|
|
3039
3039
|
patch?: never;
|
|
3040
3040
|
trace?: never;
|
|
3041
3041
|
};
|
|
3042
|
+
"/api/custom-profile-fields": {
|
|
3043
|
+
parameters: {
|
|
3044
|
+
query?: never;
|
|
3045
|
+
header?: never;
|
|
3046
|
+
path?: never;
|
|
3047
|
+
cookie?: never;
|
|
3048
|
+
};
|
|
3049
|
+
/**
|
|
3050
|
+
* Get all custom profile fields
|
|
3051
|
+
* @description Get all custom profile fields.
|
|
3052
|
+
*/
|
|
3053
|
+
get: operations["ListCustomProfileFields"];
|
|
3054
|
+
put?: never;
|
|
3055
|
+
/**
|
|
3056
|
+
* Create a custom profile field
|
|
3057
|
+
* @description Create a custom profile field.
|
|
3058
|
+
*/
|
|
3059
|
+
post: operations["CreateCustomProfileField"];
|
|
3060
|
+
delete?: never;
|
|
3061
|
+
options?: never;
|
|
3062
|
+
head?: never;
|
|
3063
|
+
patch?: never;
|
|
3064
|
+
trace?: never;
|
|
3065
|
+
};
|
|
3066
|
+
"/api/custom-profile-fields/{name}": {
|
|
3067
|
+
parameters: {
|
|
3068
|
+
query?: never;
|
|
3069
|
+
header?: never;
|
|
3070
|
+
path?: never;
|
|
3071
|
+
cookie?: never;
|
|
3072
|
+
};
|
|
3073
|
+
/**
|
|
3074
|
+
* Get a custom profile field by name
|
|
3075
|
+
* @description Get a custom profile field by name.
|
|
3076
|
+
*/
|
|
3077
|
+
get: operations["GetCustomProfileFieldByName"];
|
|
3078
|
+
/**
|
|
3079
|
+
* Update a custom profile field by name
|
|
3080
|
+
* @description Update a custom profile field by name.
|
|
3081
|
+
*/
|
|
3082
|
+
put: operations["UpdateCustomProfileFieldByName"];
|
|
3083
|
+
post?: never;
|
|
3084
|
+
/**
|
|
3085
|
+
* Delete a custom profile field by name
|
|
3086
|
+
* @description Delete a custom profile field by name.
|
|
3087
|
+
*/
|
|
3088
|
+
delete: operations["DeleteCustomProfileFieldByName"];
|
|
3089
|
+
options?: never;
|
|
3090
|
+
head?: never;
|
|
3091
|
+
patch?: never;
|
|
3092
|
+
trace?: never;
|
|
3093
|
+
};
|
|
3094
|
+
"/api/custom-profile-fields/batch": {
|
|
3095
|
+
parameters: {
|
|
3096
|
+
query?: never;
|
|
3097
|
+
header?: never;
|
|
3098
|
+
path?: never;
|
|
3099
|
+
cookie?: never;
|
|
3100
|
+
};
|
|
3101
|
+
get?: never;
|
|
3102
|
+
put?: never;
|
|
3103
|
+
/**
|
|
3104
|
+
* Batch create custom profile fields
|
|
3105
|
+
* @description Create multiple custom profile fields in a single request (max 20 items).
|
|
3106
|
+
*/
|
|
3107
|
+
post: operations["CreateCustomProfileFieldsBatch"];
|
|
3108
|
+
delete?: never;
|
|
3109
|
+
options?: never;
|
|
3110
|
+
head?: never;
|
|
3111
|
+
patch?: never;
|
|
3112
|
+
trace?: never;
|
|
3113
|
+
};
|
|
3114
|
+
"/api/custom-profile-fields/properties/sie-order": {
|
|
3115
|
+
parameters: {
|
|
3116
|
+
query?: never;
|
|
3117
|
+
header?: never;
|
|
3118
|
+
path?: never;
|
|
3119
|
+
cookie?: never;
|
|
3120
|
+
};
|
|
3121
|
+
get?: never;
|
|
3122
|
+
put?: never;
|
|
3123
|
+
/**
|
|
3124
|
+
* Update the display order of the custom profile fields in Sign-in Experience.
|
|
3125
|
+
* @description Update the display order of the custom profile fields in Sign-in Experience.
|
|
3126
|
+
*/
|
|
3127
|
+
post: operations["UpdateCustomProfileFieldsSieOrder"];
|
|
3128
|
+
delete?: never;
|
|
3129
|
+
options?: never;
|
|
3130
|
+
head?: never;
|
|
3131
|
+
patch?: never;
|
|
3132
|
+
trace?: never;
|
|
3133
|
+
};
|
|
3042
3134
|
"/api/secrets/{id}": {
|
|
3043
3135
|
parameters: {
|
|
3044
3136
|
query?: never;
|
|
@@ -6206,7 +6298,7 @@ export interface operations {
|
|
|
6206
6298
|
} | {
|
|
6207
6299
|
id: string;
|
|
6208
6300
|
/** @enum {string} */
|
|
6209
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6301
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6210
6302
|
verified: boolean;
|
|
6211
6303
|
/** Format: "EmailVerificationCode" */
|
|
6212
6304
|
type: string;
|
|
@@ -6218,7 +6310,7 @@ export interface operations {
|
|
|
6218
6310
|
} | {
|
|
6219
6311
|
id: string;
|
|
6220
6312
|
/** @enum {string} */
|
|
6221
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6313
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6222
6314
|
verified: boolean;
|
|
6223
6315
|
/** Format: "PhoneVerificationCode" */
|
|
6224
6316
|
type: string;
|
|
@@ -6498,7 +6590,7 @@ export interface operations {
|
|
|
6498
6590
|
} | {
|
|
6499
6591
|
id: string;
|
|
6500
6592
|
/** @enum {string} */
|
|
6501
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6593
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6502
6594
|
verified: boolean;
|
|
6503
6595
|
/** Format: "EmailVerificationCode" */
|
|
6504
6596
|
type: string;
|
|
@@ -6510,7 +6602,7 @@ export interface operations {
|
|
|
6510
6602
|
} | {
|
|
6511
6603
|
id: string;
|
|
6512
6604
|
/** @enum {string} */
|
|
6513
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6605
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6514
6606
|
verified: boolean;
|
|
6515
6607
|
/** Format: "PhoneVerificationCode" */
|
|
6516
6608
|
type: string;
|
|
@@ -6735,7 +6827,7 @@ export interface operations {
|
|
|
6735
6827
|
} | {
|
|
6736
6828
|
id: string;
|
|
6737
6829
|
/** @enum {string} */
|
|
6738
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6830
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6739
6831
|
verified: boolean;
|
|
6740
6832
|
/** Format: "EmailVerificationCode" */
|
|
6741
6833
|
type: string;
|
|
@@ -6747,7 +6839,7 @@ export interface operations {
|
|
|
6747
6839
|
} | {
|
|
6748
6840
|
id: string;
|
|
6749
6841
|
/** @enum {string} */
|
|
6750
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
6842
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
6751
6843
|
verified: boolean;
|
|
6752
6844
|
/** Format: "PhoneVerificationCode" */
|
|
6753
6845
|
type: string;
|
|
@@ -7069,7 +7161,7 @@ export interface operations {
|
|
|
7069
7161
|
} | {
|
|
7070
7162
|
id: string;
|
|
7071
7163
|
/** @enum {string} */
|
|
7072
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7164
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7073
7165
|
verified: boolean;
|
|
7074
7166
|
/** Format: "EmailVerificationCode" */
|
|
7075
7167
|
type: string;
|
|
@@ -7081,7 +7173,7 @@ export interface operations {
|
|
|
7081
7173
|
} | {
|
|
7082
7174
|
id: string;
|
|
7083
7175
|
/** @enum {string} */
|
|
7084
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7176
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7085
7177
|
verified: boolean;
|
|
7086
7178
|
/** Format: "PhoneVerificationCode" */
|
|
7087
7179
|
type: string;
|
|
@@ -7348,7 +7440,7 @@ export interface operations {
|
|
|
7348
7440
|
} | {
|
|
7349
7441
|
id: string;
|
|
7350
7442
|
/** @enum {string} */
|
|
7351
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7443
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7352
7444
|
verified: boolean;
|
|
7353
7445
|
/** Format: "EmailVerificationCode" */
|
|
7354
7446
|
type: string;
|
|
@@ -7360,7 +7452,7 @@ export interface operations {
|
|
|
7360
7452
|
} | {
|
|
7361
7453
|
id: string;
|
|
7362
7454
|
/** @enum {string} */
|
|
7363
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7455
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7364
7456
|
verified: boolean;
|
|
7365
7457
|
/** Format: "PhoneVerificationCode" */
|
|
7366
7458
|
type: string;
|
|
@@ -7638,7 +7730,7 @@ export interface operations {
|
|
|
7638
7730
|
} | {
|
|
7639
7731
|
id: string;
|
|
7640
7732
|
/** @enum {string} */
|
|
7641
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7733
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7642
7734
|
verified: boolean;
|
|
7643
7735
|
/** Format: "EmailVerificationCode" */
|
|
7644
7736
|
type: string;
|
|
@@ -7650,7 +7742,7 @@ export interface operations {
|
|
|
7650
7742
|
} | {
|
|
7651
7743
|
id: string;
|
|
7652
7744
|
/** @enum {string} */
|
|
7653
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
7745
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
7654
7746
|
verified: boolean;
|
|
7655
7747
|
/** Format: "PhoneVerificationCode" */
|
|
7656
7748
|
type: string;
|
|
@@ -9648,6 +9740,7 @@ export interface operations {
|
|
|
9648
9740
|
/** @description Cloud only. Whether to block disposable email addresses. Once enabled, Logto will check the email domain against a list of known disposable email domains. If the domain is found in the list, the email address will be blocked. */
|
|
9649
9741
|
blockDisposableAddress?: unknown;
|
|
9650
9742
|
};
|
|
9743
|
+
forgotPasswordMethods: ("EmailVerificationCode" | "PhoneVerificationCode")[] | null;
|
|
9651
9744
|
};
|
|
9652
9745
|
};
|
|
9653
9746
|
};
|
|
@@ -9806,6 +9899,7 @@ export interface operations {
|
|
|
9806
9899
|
/** @description Cloud only. Whether to block disposable email addresses. Once enabled, Logto will check the email domain against a list of known disposable email domains. If the domain is found in the list, the email address will be blocked. */
|
|
9807
9900
|
blockDisposableAddress?: unknown;
|
|
9808
9901
|
};
|
|
9902
|
+
forgotPasswordMethods?: ("EmailVerificationCode" | "PhoneVerificationCode")[] | null;
|
|
9809
9903
|
termsOfUseUrl?: (string | null) | string;
|
|
9810
9904
|
privacyPolicyUrl?: (string | null) | string;
|
|
9811
9905
|
/** @description The support email address to display on the error pages. */
|
|
@@ -9933,6 +10027,7 @@ export interface operations {
|
|
|
9933
10027
|
blockSubaddressing?: boolean;
|
|
9934
10028
|
customBlocklist?: string[];
|
|
9935
10029
|
};
|
|
10030
|
+
forgotPasswordMethods: ("EmailVerificationCode" | "PhoneVerificationCode")[] | null;
|
|
9936
10031
|
};
|
|
9937
10032
|
};
|
|
9938
10033
|
};
|
|
@@ -20280,7 +20375,7 @@ export interface operations {
|
|
|
20280
20375
|
/** @description The language tag of the email template, e.g., `en` or `fr`. */
|
|
20281
20376
|
languageTag?: string;
|
|
20282
20377
|
/** @description The type of the email template, e.g. `SignIn` or `ForgotPassword` */
|
|
20283
|
-
templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20378
|
+
templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20284
20379
|
};
|
|
20285
20380
|
header?: never;
|
|
20286
20381
|
path?: never;
|
|
@@ -20299,7 +20394,7 @@ export interface operations {
|
|
|
20299
20394
|
id: string;
|
|
20300
20395
|
languageTag: string;
|
|
20301
20396
|
/** @enum {string} */
|
|
20302
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20397
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20303
20398
|
details: {
|
|
20304
20399
|
subject: string;
|
|
20305
20400
|
content: string;
|
|
@@ -20351,7 +20446,7 @@ export interface operations {
|
|
|
20351
20446
|
* @description The type of the email template, e.g. `SignIn` or `ForgotPassword`
|
|
20352
20447
|
* @enum {string}
|
|
20353
20448
|
*/
|
|
20354
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20449
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20355
20450
|
/** @description The details of the email template. */
|
|
20356
20451
|
details: {
|
|
20357
20452
|
/** @description The template of the email subject. */
|
|
@@ -20381,7 +20476,7 @@ export interface operations {
|
|
|
20381
20476
|
id: string;
|
|
20382
20477
|
languageTag: string;
|
|
20383
20478
|
/** @enum {string} */
|
|
20384
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20479
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20385
20480
|
details: {
|
|
20386
20481
|
subject: string;
|
|
20387
20482
|
content: string;
|
|
@@ -20429,7 +20524,7 @@ export interface operations {
|
|
|
20429
20524
|
/** @description The language tag of the email template, e.g., `en` or `fr`. */
|
|
20430
20525
|
languageTag?: string;
|
|
20431
20526
|
/** @description The type of the email template, e.g. `SignIn` or `ForgotPassword` */
|
|
20432
|
-
templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20527
|
+
templateType?: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20433
20528
|
};
|
|
20434
20529
|
header?: never;
|
|
20435
20530
|
path?: never;
|
|
@@ -20502,7 +20597,7 @@ export interface operations {
|
|
|
20502
20597
|
id: string;
|
|
20503
20598
|
languageTag: string;
|
|
20504
20599
|
/** @enum {string} */
|
|
20505
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20600
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20506
20601
|
details: {
|
|
20507
20602
|
subject: string;
|
|
20508
20603
|
content: string;
|
|
@@ -20631,7 +20726,7 @@ export interface operations {
|
|
|
20631
20726
|
id: string;
|
|
20632
20727
|
languageTag: string;
|
|
20633
20728
|
/** @enum {string} */
|
|
20634
|
-
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier";
|
|
20729
|
+
templateType: "SignIn" | "Register" | "ForgotPassword" | "OrganizationInvitation" | "Generic" | "UserPermissionValidation" | "BindNewIdentifier" | "MfaVerification";
|
|
20635
20730
|
details: {
|
|
20636
20731
|
subject: string;
|
|
20637
20732
|
content: string;
|
|
@@ -21275,6 +21370,1052 @@ export interface operations {
|
|
|
21275
21370
|
};
|
|
21276
21371
|
};
|
|
21277
21372
|
};
|
|
21373
|
+
ListCustomProfileFields: {
|
|
21374
|
+
parameters: {
|
|
21375
|
+
query?: never;
|
|
21376
|
+
header?: never;
|
|
21377
|
+
path?: never;
|
|
21378
|
+
cookie?: never;
|
|
21379
|
+
};
|
|
21380
|
+
requestBody?: never;
|
|
21381
|
+
responses: {
|
|
21382
|
+
/** @description Custom profile fields ordered by sieOrder (Sign-in Experience order). */
|
|
21383
|
+
200: {
|
|
21384
|
+
headers: {
|
|
21385
|
+
[name: string]: unknown;
|
|
21386
|
+
};
|
|
21387
|
+
content: {
|
|
21388
|
+
"application/json": {
|
|
21389
|
+
tenantId: string;
|
|
21390
|
+
id: string;
|
|
21391
|
+
name: string;
|
|
21392
|
+
/** @enum {string} */
|
|
21393
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21394
|
+
label: string;
|
|
21395
|
+
description: string | null;
|
|
21396
|
+
required: boolean;
|
|
21397
|
+
config: {
|
|
21398
|
+
placeholder?: string;
|
|
21399
|
+
minLength?: number;
|
|
21400
|
+
maxLength?: number;
|
|
21401
|
+
minValue?: number;
|
|
21402
|
+
maxValue?: number;
|
|
21403
|
+
format?: string;
|
|
21404
|
+
customFormat?: string;
|
|
21405
|
+
options?: {
|
|
21406
|
+
label?: string;
|
|
21407
|
+
value: string;
|
|
21408
|
+
}[];
|
|
21409
|
+
defaultValue?: string;
|
|
21410
|
+
parts?: {
|
|
21411
|
+
enabled: boolean;
|
|
21412
|
+
name: string;
|
|
21413
|
+
/** @enum {string} */
|
|
21414
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21415
|
+
label?: string;
|
|
21416
|
+
description?: string;
|
|
21417
|
+
required: boolean;
|
|
21418
|
+
config?: {
|
|
21419
|
+
placeholder?: string;
|
|
21420
|
+
minLength?: number;
|
|
21421
|
+
maxLength?: number;
|
|
21422
|
+
minValue?: number;
|
|
21423
|
+
maxValue?: number;
|
|
21424
|
+
format?: string;
|
|
21425
|
+
customFormat?: string;
|
|
21426
|
+
options?: {
|
|
21427
|
+
label?: string;
|
|
21428
|
+
value: string;
|
|
21429
|
+
}[];
|
|
21430
|
+
defaultValue?: string;
|
|
21431
|
+
};
|
|
21432
|
+
}[];
|
|
21433
|
+
};
|
|
21434
|
+
createdAt: number;
|
|
21435
|
+
sieOrder: number;
|
|
21436
|
+
}[];
|
|
21437
|
+
};
|
|
21438
|
+
};
|
|
21439
|
+
/** @description Unauthorized */
|
|
21440
|
+
401: {
|
|
21441
|
+
headers: {
|
|
21442
|
+
[name: string]: unknown;
|
|
21443
|
+
};
|
|
21444
|
+
content?: never;
|
|
21445
|
+
};
|
|
21446
|
+
/** @description Forbidden */
|
|
21447
|
+
403: {
|
|
21448
|
+
headers: {
|
|
21449
|
+
[name: string]: unknown;
|
|
21450
|
+
};
|
|
21451
|
+
content?: never;
|
|
21452
|
+
};
|
|
21453
|
+
};
|
|
21454
|
+
};
|
|
21455
|
+
CreateCustomProfileField: {
|
|
21456
|
+
parameters: {
|
|
21457
|
+
query?: never;
|
|
21458
|
+
header?: never;
|
|
21459
|
+
path?: never;
|
|
21460
|
+
cookie?: never;
|
|
21461
|
+
};
|
|
21462
|
+
requestBody: {
|
|
21463
|
+
content: {
|
|
21464
|
+
"application/json": {
|
|
21465
|
+
name: string;
|
|
21466
|
+
/** Format: "Text" */
|
|
21467
|
+
type: string;
|
|
21468
|
+
label?: string;
|
|
21469
|
+
description?: string;
|
|
21470
|
+
required: boolean;
|
|
21471
|
+
config?: {
|
|
21472
|
+
placeholder?: string;
|
|
21473
|
+
minLength?: number;
|
|
21474
|
+
maxLength?: number;
|
|
21475
|
+
};
|
|
21476
|
+
} | {
|
|
21477
|
+
name: string;
|
|
21478
|
+
/** Format: "Number" */
|
|
21479
|
+
type: string;
|
|
21480
|
+
label?: string;
|
|
21481
|
+
description?: string;
|
|
21482
|
+
required: boolean;
|
|
21483
|
+
config?: {
|
|
21484
|
+
placeholder?: string;
|
|
21485
|
+
minValue?: number;
|
|
21486
|
+
maxValue?: number;
|
|
21487
|
+
};
|
|
21488
|
+
} | {
|
|
21489
|
+
name: string;
|
|
21490
|
+
/** Format: "Date" */
|
|
21491
|
+
type: string;
|
|
21492
|
+
label?: string;
|
|
21493
|
+
description?: string;
|
|
21494
|
+
required: boolean;
|
|
21495
|
+
config?: {
|
|
21496
|
+
placeholder?: string;
|
|
21497
|
+
format: string;
|
|
21498
|
+
customFormat?: string;
|
|
21499
|
+
};
|
|
21500
|
+
} | {
|
|
21501
|
+
name: string;
|
|
21502
|
+
/** Format: "Checkbox" */
|
|
21503
|
+
type: string;
|
|
21504
|
+
label?: string;
|
|
21505
|
+
/** Format: false */
|
|
21506
|
+
required: boolean;
|
|
21507
|
+
config?: {
|
|
21508
|
+
defaultValue: string;
|
|
21509
|
+
};
|
|
21510
|
+
} | {
|
|
21511
|
+
name: string;
|
|
21512
|
+
/** Format: "Select" */
|
|
21513
|
+
type: string;
|
|
21514
|
+
label?: string;
|
|
21515
|
+
description?: string;
|
|
21516
|
+
required: boolean;
|
|
21517
|
+
config: {
|
|
21518
|
+
placeholder?: string;
|
|
21519
|
+
options: {
|
|
21520
|
+
label?: string;
|
|
21521
|
+
value: string;
|
|
21522
|
+
}[];
|
|
21523
|
+
};
|
|
21524
|
+
} | {
|
|
21525
|
+
name: string;
|
|
21526
|
+
/** Format: "Url" */
|
|
21527
|
+
type: string;
|
|
21528
|
+
label?: string;
|
|
21529
|
+
description?: string;
|
|
21530
|
+
required: boolean;
|
|
21531
|
+
config?: {
|
|
21532
|
+
placeholder?: string;
|
|
21533
|
+
};
|
|
21534
|
+
} | {
|
|
21535
|
+
name: string;
|
|
21536
|
+
/** Format: "Regex" */
|
|
21537
|
+
type: string;
|
|
21538
|
+
label?: string;
|
|
21539
|
+
description?: string;
|
|
21540
|
+
required: boolean;
|
|
21541
|
+
config: {
|
|
21542
|
+
placeholder?: string;
|
|
21543
|
+
format: string;
|
|
21544
|
+
};
|
|
21545
|
+
} | {
|
|
21546
|
+
name: string;
|
|
21547
|
+
/** Format: "Address" */
|
|
21548
|
+
type: string;
|
|
21549
|
+
label?: string;
|
|
21550
|
+
description?: string;
|
|
21551
|
+
required: boolean;
|
|
21552
|
+
config: {
|
|
21553
|
+
parts: {
|
|
21554
|
+
enabled: boolean;
|
|
21555
|
+
/** @enum {string} */
|
|
21556
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21557
|
+
label?: string;
|
|
21558
|
+
description?: string;
|
|
21559
|
+
required: boolean;
|
|
21560
|
+
config?: {
|
|
21561
|
+
placeholder?: string;
|
|
21562
|
+
minLength?: number;
|
|
21563
|
+
maxLength?: number;
|
|
21564
|
+
minValue?: number;
|
|
21565
|
+
maxValue?: number;
|
|
21566
|
+
format?: string;
|
|
21567
|
+
customFormat?: string;
|
|
21568
|
+
options?: {
|
|
21569
|
+
label?: string;
|
|
21570
|
+
value: string;
|
|
21571
|
+
}[];
|
|
21572
|
+
defaultValue?: string;
|
|
21573
|
+
};
|
|
21574
|
+
/** @enum {string} */
|
|
21575
|
+
name: "formatted" | "streetAddress" | "locality" | "region" | "postalCode" | "country";
|
|
21576
|
+
}[];
|
|
21577
|
+
};
|
|
21578
|
+
} | {
|
|
21579
|
+
name: string;
|
|
21580
|
+
/** Format: "Fullname" */
|
|
21581
|
+
type: string;
|
|
21582
|
+
label?: string;
|
|
21583
|
+
description?: string;
|
|
21584
|
+
required: boolean;
|
|
21585
|
+
config: {
|
|
21586
|
+
parts: {
|
|
21587
|
+
enabled: boolean;
|
|
21588
|
+
/** @enum {string} */
|
|
21589
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21590
|
+
label?: string;
|
|
21591
|
+
description?: string;
|
|
21592
|
+
required: boolean;
|
|
21593
|
+
config?: {
|
|
21594
|
+
placeholder?: string;
|
|
21595
|
+
minLength?: number;
|
|
21596
|
+
maxLength?: number;
|
|
21597
|
+
minValue?: number;
|
|
21598
|
+
maxValue?: number;
|
|
21599
|
+
format?: string;
|
|
21600
|
+
customFormat?: string;
|
|
21601
|
+
options?: {
|
|
21602
|
+
label?: string;
|
|
21603
|
+
value: string;
|
|
21604
|
+
}[];
|
|
21605
|
+
defaultValue?: string;
|
|
21606
|
+
};
|
|
21607
|
+
/** @enum {string} */
|
|
21608
|
+
name: "givenName" | "middleName" | "familyName";
|
|
21609
|
+
}[];
|
|
21610
|
+
};
|
|
21611
|
+
};
|
|
21612
|
+
};
|
|
21613
|
+
};
|
|
21614
|
+
responses: {
|
|
21615
|
+
/** @description Created */
|
|
21616
|
+
201: {
|
|
21617
|
+
headers: {
|
|
21618
|
+
[name: string]: unknown;
|
|
21619
|
+
};
|
|
21620
|
+
content: {
|
|
21621
|
+
"application/json": {
|
|
21622
|
+
tenantId: string;
|
|
21623
|
+
id: string;
|
|
21624
|
+
name: string;
|
|
21625
|
+
/** @enum {string} */
|
|
21626
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21627
|
+
label: string;
|
|
21628
|
+
description: string | null;
|
|
21629
|
+
required: boolean;
|
|
21630
|
+
config: {
|
|
21631
|
+
placeholder?: string;
|
|
21632
|
+
minLength?: number;
|
|
21633
|
+
maxLength?: number;
|
|
21634
|
+
minValue?: number;
|
|
21635
|
+
maxValue?: number;
|
|
21636
|
+
format?: string;
|
|
21637
|
+
customFormat?: string;
|
|
21638
|
+
options?: {
|
|
21639
|
+
label?: string;
|
|
21640
|
+
value: string;
|
|
21641
|
+
}[];
|
|
21642
|
+
defaultValue?: string;
|
|
21643
|
+
parts?: {
|
|
21644
|
+
enabled: boolean;
|
|
21645
|
+
name: string;
|
|
21646
|
+
/** @enum {string} */
|
|
21647
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21648
|
+
label?: string;
|
|
21649
|
+
description?: string;
|
|
21650
|
+
required: boolean;
|
|
21651
|
+
config?: {
|
|
21652
|
+
placeholder?: string;
|
|
21653
|
+
minLength?: number;
|
|
21654
|
+
maxLength?: number;
|
|
21655
|
+
minValue?: number;
|
|
21656
|
+
maxValue?: number;
|
|
21657
|
+
format?: string;
|
|
21658
|
+
customFormat?: string;
|
|
21659
|
+
options?: {
|
|
21660
|
+
label?: string;
|
|
21661
|
+
value: string;
|
|
21662
|
+
}[];
|
|
21663
|
+
defaultValue?: string;
|
|
21664
|
+
};
|
|
21665
|
+
}[];
|
|
21666
|
+
};
|
|
21667
|
+
createdAt: number;
|
|
21668
|
+
sieOrder: number;
|
|
21669
|
+
};
|
|
21670
|
+
};
|
|
21671
|
+
};
|
|
21672
|
+
/** @description Bad Request */
|
|
21673
|
+
400: {
|
|
21674
|
+
headers: {
|
|
21675
|
+
[name: string]: unknown;
|
|
21676
|
+
};
|
|
21677
|
+
content?: never;
|
|
21678
|
+
};
|
|
21679
|
+
/** @description Unauthorized */
|
|
21680
|
+
401: {
|
|
21681
|
+
headers: {
|
|
21682
|
+
[name: string]: unknown;
|
|
21683
|
+
};
|
|
21684
|
+
content?: never;
|
|
21685
|
+
};
|
|
21686
|
+
/** @description Forbidden */
|
|
21687
|
+
403: {
|
|
21688
|
+
headers: {
|
|
21689
|
+
[name: string]: unknown;
|
|
21690
|
+
};
|
|
21691
|
+
content?: never;
|
|
21692
|
+
};
|
|
21693
|
+
};
|
|
21694
|
+
};
|
|
21695
|
+
GetCustomProfileFieldByName: {
|
|
21696
|
+
parameters: {
|
|
21697
|
+
query?: never;
|
|
21698
|
+
header?: never;
|
|
21699
|
+
path: {
|
|
21700
|
+
name: string;
|
|
21701
|
+
};
|
|
21702
|
+
cookie?: never;
|
|
21703
|
+
};
|
|
21704
|
+
requestBody?: never;
|
|
21705
|
+
responses: {
|
|
21706
|
+
/** @description Custom profile field found successfully. */
|
|
21707
|
+
200: {
|
|
21708
|
+
headers: {
|
|
21709
|
+
[name: string]: unknown;
|
|
21710
|
+
};
|
|
21711
|
+
content: {
|
|
21712
|
+
"application/json": {
|
|
21713
|
+
tenantId: string;
|
|
21714
|
+
id: string;
|
|
21715
|
+
name: string;
|
|
21716
|
+
/** @enum {string} */
|
|
21717
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21718
|
+
label: string;
|
|
21719
|
+
description: string | null;
|
|
21720
|
+
required: boolean;
|
|
21721
|
+
config: {
|
|
21722
|
+
placeholder?: string;
|
|
21723
|
+
minLength?: number;
|
|
21724
|
+
maxLength?: number;
|
|
21725
|
+
minValue?: number;
|
|
21726
|
+
maxValue?: number;
|
|
21727
|
+
format?: string;
|
|
21728
|
+
customFormat?: string;
|
|
21729
|
+
options?: {
|
|
21730
|
+
label?: string;
|
|
21731
|
+
value: string;
|
|
21732
|
+
}[];
|
|
21733
|
+
defaultValue?: string;
|
|
21734
|
+
parts?: {
|
|
21735
|
+
enabled: boolean;
|
|
21736
|
+
name: string;
|
|
21737
|
+
/** @enum {string} */
|
|
21738
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21739
|
+
label?: string;
|
|
21740
|
+
description?: string;
|
|
21741
|
+
required: boolean;
|
|
21742
|
+
config?: {
|
|
21743
|
+
placeholder?: string;
|
|
21744
|
+
minLength?: number;
|
|
21745
|
+
maxLength?: number;
|
|
21746
|
+
minValue?: number;
|
|
21747
|
+
maxValue?: number;
|
|
21748
|
+
format?: string;
|
|
21749
|
+
customFormat?: string;
|
|
21750
|
+
options?: {
|
|
21751
|
+
label?: string;
|
|
21752
|
+
value: string;
|
|
21753
|
+
}[];
|
|
21754
|
+
defaultValue?: string;
|
|
21755
|
+
};
|
|
21756
|
+
}[];
|
|
21757
|
+
};
|
|
21758
|
+
createdAt: number;
|
|
21759
|
+
sieOrder: number;
|
|
21760
|
+
};
|
|
21761
|
+
};
|
|
21762
|
+
};
|
|
21763
|
+
/** @description Bad Request */
|
|
21764
|
+
400: {
|
|
21765
|
+
headers: {
|
|
21766
|
+
[name: string]: unknown;
|
|
21767
|
+
};
|
|
21768
|
+
content?: never;
|
|
21769
|
+
};
|
|
21770
|
+
/** @description Unauthorized */
|
|
21771
|
+
401: {
|
|
21772
|
+
headers: {
|
|
21773
|
+
[name: string]: unknown;
|
|
21774
|
+
};
|
|
21775
|
+
content?: never;
|
|
21776
|
+
};
|
|
21777
|
+
/** @description Forbidden */
|
|
21778
|
+
403: {
|
|
21779
|
+
headers: {
|
|
21780
|
+
[name: string]: unknown;
|
|
21781
|
+
};
|
|
21782
|
+
content?: never;
|
|
21783
|
+
};
|
|
21784
|
+
/** @description Not Found */
|
|
21785
|
+
404: {
|
|
21786
|
+
headers: {
|
|
21787
|
+
[name: string]: unknown;
|
|
21788
|
+
};
|
|
21789
|
+
content?: never;
|
|
21790
|
+
};
|
|
21791
|
+
};
|
|
21792
|
+
};
|
|
21793
|
+
UpdateCustomProfileFieldByName: {
|
|
21794
|
+
parameters: {
|
|
21795
|
+
query?: never;
|
|
21796
|
+
header?: never;
|
|
21797
|
+
path: {
|
|
21798
|
+
name: string;
|
|
21799
|
+
};
|
|
21800
|
+
cookie?: never;
|
|
21801
|
+
};
|
|
21802
|
+
requestBody: {
|
|
21803
|
+
content: {
|
|
21804
|
+
"application/json": {
|
|
21805
|
+
/** Format: "Text" */
|
|
21806
|
+
type: string;
|
|
21807
|
+
label?: string;
|
|
21808
|
+
description?: string;
|
|
21809
|
+
required: boolean;
|
|
21810
|
+
config?: {
|
|
21811
|
+
placeholder?: string;
|
|
21812
|
+
minLength?: number;
|
|
21813
|
+
maxLength?: number;
|
|
21814
|
+
};
|
|
21815
|
+
} | {
|
|
21816
|
+
/** Format: "Number" */
|
|
21817
|
+
type: string;
|
|
21818
|
+
label?: string;
|
|
21819
|
+
description?: string;
|
|
21820
|
+
required: boolean;
|
|
21821
|
+
config?: {
|
|
21822
|
+
placeholder?: string;
|
|
21823
|
+
minValue?: number;
|
|
21824
|
+
maxValue?: number;
|
|
21825
|
+
};
|
|
21826
|
+
} | {
|
|
21827
|
+
/** Format: "Date" */
|
|
21828
|
+
type: string;
|
|
21829
|
+
label?: string;
|
|
21830
|
+
description?: string;
|
|
21831
|
+
required: boolean;
|
|
21832
|
+
config?: {
|
|
21833
|
+
placeholder?: string;
|
|
21834
|
+
format: string;
|
|
21835
|
+
customFormat?: string;
|
|
21836
|
+
};
|
|
21837
|
+
} | {
|
|
21838
|
+
/** Format: "Checkbox" */
|
|
21839
|
+
type: string;
|
|
21840
|
+
label?: string;
|
|
21841
|
+
/** Format: false */
|
|
21842
|
+
required: boolean;
|
|
21843
|
+
config?: {
|
|
21844
|
+
defaultValue: string;
|
|
21845
|
+
};
|
|
21846
|
+
} | {
|
|
21847
|
+
/** Format: "Select" */
|
|
21848
|
+
type: string;
|
|
21849
|
+
label?: string;
|
|
21850
|
+
description?: string;
|
|
21851
|
+
required: boolean;
|
|
21852
|
+
config: {
|
|
21853
|
+
placeholder?: string;
|
|
21854
|
+
options: {
|
|
21855
|
+
label?: string;
|
|
21856
|
+
value: string;
|
|
21857
|
+
}[];
|
|
21858
|
+
};
|
|
21859
|
+
} | {
|
|
21860
|
+
/** Format: "Url" */
|
|
21861
|
+
type: string;
|
|
21862
|
+
label?: string;
|
|
21863
|
+
description?: string;
|
|
21864
|
+
required: boolean;
|
|
21865
|
+
config?: {
|
|
21866
|
+
placeholder?: string;
|
|
21867
|
+
};
|
|
21868
|
+
} | {
|
|
21869
|
+
/** Format: "Regex" */
|
|
21870
|
+
type: string;
|
|
21871
|
+
label?: string;
|
|
21872
|
+
description?: string;
|
|
21873
|
+
required: boolean;
|
|
21874
|
+
config: {
|
|
21875
|
+
placeholder?: string;
|
|
21876
|
+
format: string;
|
|
21877
|
+
};
|
|
21878
|
+
} | {
|
|
21879
|
+
/** Format: "Address" */
|
|
21880
|
+
type: string;
|
|
21881
|
+
label?: string;
|
|
21882
|
+
description?: string;
|
|
21883
|
+
required: boolean;
|
|
21884
|
+
config: {
|
|
21885
|
+
parts: {
|
|
21886
|
+
enabled: boolean;
|
|
21887
|
+
/** @enum {string} */
|
|
21888
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21889
|
+
label?: string;
|
|
21890
|
+
description?: string;
|
|
21891
|
+
required: boolean;
|
|
21892
|
+
config?: {
|
|
21893
|
+
placeholder?: string;
|
|
21894
|
+
minLength?: number;
|
|
21895
|
+
maxLength?: number;
|
|
21896
|
+
minValue?: number;
|
|
21897
|
+
maxValue?: number;
|
|
21898
|
+
format?: string;
|
|
21899
|
+
customFormat?: string;
|
|
21900
|
+
options?: {
|
|
21901
|
+
label?: string;
|
|
21902
|
+
value: string;
|
|
21903
|
+
}[];
|
|
21904
|
+
defaultValue?: string;
|
|
21905
|
+
};
|
|
21906
|
+
/** @enum {string} */
|
|
21907
|
+
name: "formatted" | "streetAddress" | "locality" | "region" | "postalCode" | "country";
|
|
21908
|
+
}[];
|
|
21909
|
+
};
|
|
21910
|
+
} | {
|
|
21911
|
+
/** Format: "Fullname" */
|
|
21912
|
+
type: string;
|
|
21913
|
+
label?: string;
|
|
21914
|
+
description?: string;
|
|
21915
|
+
required: boolean;
|
|
21916
|
+
config: {
|
|
21917
|
+
parts: {
|
|
21918
|
+
enabled: boolean;
|
|
21919
|
+
/** @enum {string} */
|
|
21920
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21921
|
+
label?: string;
|
|
21922
|
+
description?: string;
|
|
21923
|
+
required: boolean;
|
|
21924
|
+
config?: {
|
|
21925
|
+
placeholder?: string;
|
|
21926
|
+
minLength?: number;
|
|
21927
|
+
maxLength?: number;
|
|
21928
|
+
minValue?: number;
|
|
21929
|
+
maxValue?: number;
|
|
21930
|
+
format?: string;
|
|
21931
|
+
customFormat?: string;
|
|
21932
|
+
options?: {
|
|
21933
|
+
label?: string;
|
|
21934
|
+
value: string;
|
|
21935
|
+
}[];
|
|
21936
|
+
defaultValue?: string;
|
|
21937
|
+
};
|
|
21938
|
+
/** @enum {string} */
|
|
21939
|
+
name: "givenName" | "middleName" | "familyName";
|
|
21940
|
+
}[];
|
|
21941
|
+
};
|
|
21942
|
+
};
|
|
21943
|
+
};
|
|
21944
|
+
};
|
|
21945
|
+
responses: {
|
|
21946
|
+
/** @description Custom profile field updated successfully. */
|
|
21947
|
+
200: {
|
|
21948
|
+
headers: {
|
|
21949
|
+
[name: string]: unknown;
|
|
21950
|
+
};
|
|
21951
|
+
content: {
|
|
21952
|
+
"application/json": {
|
|
21953
|
+
tenantId: string;
|
|
21954
|
+
id: string;
|
|
21955
|
+
name: string;
|
|
21956
|
+
/** @enum {string} */
|
|
21957
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21958
|
+
label: string;
|
|
21959
|
+
description: string | null;
|
|
21960
|
+
required: boolean;
|
|
21961
|
+
config: {
|
|
21962
|
+
placeholder?: string;
|
|
21963
|
+
minLength?: number;
|
|
21964
|
+
maxLength?: number;
|
|
21965
|
+
minValue?: number;
|
|
21966
|
+
maxValue?: number;
|
|
21967
|
+
format?: string;
|
|
21968
|
+
customFormat?: string;
|
|
21969
|
+
options?: {
|
|
21970
|
+
label?: string;
|
|
21971
|
+
value: string;
|
|
21972
|
+
}[];
|
|
21973
|
+
defaultValue?: string;
|
|
21974
|
+
parts?: {
|
|
21975
|
+
enabled: boolean;
|
|
21976
|
+
name: string;
|
|
21977
|
+
/** @enum {string} */
|
|
21978
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21979
|
+
label?: string;
|
|
21980
|
+
description?: string;
|
|
21981
|
+
required: boolean;
|
|
21982
|
+
config?: {
|
|
21983
|
+
placeholder?: string;
|
|
21984
|
+
minLength?: number;
|
|
21985
|
+
maxLength?: number;
|
|
21986
|
+
minValue?: number;
|
|
21987
|
+
maxValue?: number;
|
|
21988
|
+
format?: string;
|
|
21989
|
+
customFormat?: string;
|
|
21990
|
+
options?: {
|
|
21991
|
+
label?: string;
|
|
21992
|
+
value: string;
|
|
21993
|
+
}[];
|
|
21994
|
+
defaultValue?: string;
|
|
21995
|
+
};
|
|
21996
|
+
}[];
|
|
21997
|
+
};
|
|
21998
|
+
createdAt: number;
|
|
21999
|
+
sieOrder: number;
|
|
22000
|
+
};
|
|
22001
|
+
};
|
|
22002
|
+
};
|
|
22003
|
+
/** @description Bad Request */
|
|
22004
|
+
400: {
|
|
22005
|
+
headers: {
|
|
22006
|
+
[name: string]: unknown;
|
|
22007
|
+
};
|
|
22008
|
+
content?: never;
|
|
22009
|
+
};
|
|
22010
|
+
/** @description Unauthorized */
|
|
22011
|
+
401: {
|
|
22012
|
+
headers: {
|
|
22013
|
+
[name: string]: unknown;
|
|
22014
|
+
};
|
|
22015
|
+
content?: never;
|
|
22016
|
+
};
|
|
22017
|
+
/** @description Forbidden */
|
|
22018
|
+
403: {
|
|
22019
|
+
headers: {
|
|
22020
|
+
[name: string]: unknown;
|
|
22021
|
+
};
|
|
22022
|
+
content?: never;
|
|
22023
|
+
};
|
|
22024
|
+
/** @description Not Found */
|
|
22025
|
+
404: {
|
|
22026
|
+
headers: {
|
|
22027
|
+
[name: string]: unknown;
|
|
22028
|
+
};
|
|
22029
|
+
content?: never;
|
|
22030
|
+
};
|
|
22031
|
+
};
|
|
22032
|
+
};
|
|
22033
|
+
DeleteCustomProfileFieldByName: {
|
|
22034
|
+
parameters: {
|
|
22035
|
+
query?: never;
|
|
22036
|
+
header?: never;
|
|
22037
|
+
path: {
|
|
22038
|
+
name: string;
|
|
22039
|
+
};
|
|
22040
|
+
cookie?: never;
|
|
22041
|
+
};
|
|
22042
|
+
requestBody?: never;
|
|
22043
|
+
responses: {
|
|
22044
|
+
/** @description Custom profile field deleted successfully. */
|
|
22045
|
+
204: {
|
|
22046
|
+
headers: {
|
|
22047
|
+
[name: string]: unknown;
|
|
22048
|
+
};
|
|
22049
|
+
content?: never;
|
|
22050
|
+
};
|
|
22051
|
+
/** @description Bad Request */
|
|
22052
|
+
400: {
|
|
22053
|
+
headers: {
|
|
22054
|
+
[name: string]: unknown;
|
|
22055
|
+
};
|
|
22056
|
+
content?: never;
|
|
22057
|
+
};
|
|
22058
|
+
/** @description Unauthorized */
|
|
22059
|
+
401: {
|
|
22060
|
+
headers: {
|
|
22061
|
+
[name: string]: unknown;
|
|
22062
|
+
};
|
|
22063
|
+
content?: never;
|
|
22064
|
+
};
|
|
22065
|
+
/** @description Forbidden */
|
|
22066
|
+
403: {
|
|
22067
|
+
headers: {
|
|
22068
|
+
[name: string]: unknown;
|
|
22069
|
+
};
|
|
22070
|
+
content?: never;
|
|
22071
|
+
};
|
|
22072
|
+
/** @description Not Found */
|
|
22073
|
+
404: {
|
|
22074
|
+
headers: {
|
|
22075
|
+
[name: string]: unknown;
|
|
22076
|
+
};
|
|
22077
|
+
content?: never;
|
|
22078
|
+
};
|
|
22079
|
+
};
|
|
22080
|
+
};
|
|
22081
|
+
CreateCustomProfileFieldsBatch: {
|
|
22082
|
+
parameters: {
|
|
22083
|
+
query?: never;
|
|
22084
|
+
header?: never;
|
|
22085
|
+
path?: never;
|
|
22086
|
+
cookie?: never;
|
|
22087
|
+
};
|
|
22088
|
+
requestBody: {
|
|
22089
|
+
content: {
|
|
22090
|
+
"application/json": ({
|
|
22091
|
+
name: string;
|
|
22092
|
+
/** Format: "Text" */
|
|
22093
|
+
type: string;
|
|
22094
|
+
label?: string;
|
|
22095
|
+
description?: string;
|
|
22096
|
+
required: boolean;
|
|
22097
|
+
config?: {
|
|
22098
|
+
placeholder?: string;
|
|
22099
|
+
minLength?: number;
|
|
22100
|
+
maxLength?: number;
|
|
22101
|
+
};
|
|
22102
|
+
} | {
|
|
22103
|
+
name: string;
|
|
22104
|
+
/** Format: "Number" */
|
|
22105
|
+
type: string;
|
|
22106
|
+
label?: string;
|
|
22107
|
+
description?: string;
|
|
22108
|
+
required: boolean;
|
|
22109
|
+
config?: {
|
|
22110
|
+
placeholder?: string;
|
|
22111
|
+
minValue?: number;
|
|
22112
|
+
maxValue?: number;
|
|
22113
|
+
};
|
|
22114
|
+
} | {
|
|
22115
|
+
name: string;
|
|
22116
|
+
/** Format: "Date" */
|
|
22117
|
+
type: string;
|
|
22118
|
+
label?: string;
|
|
22119
|
+
description?: string;
|
|
22120
|
+
required: boolean;
|
|
22121
|
+
config?: {
|
|
22122
|
+
placeholder?: string;
|
|
22123
|
+
format: string;
|
|
22124
|
+
customFormat?: string;
|
|
22125
|
+
};
|
|
22126
|
+
} | {
|
|
22127
|
+
name: string;
|
|
22128
|
+
/** Format: "Checkbox" */
|
|
22129
|
+
type: string;
|
|
22130
|
+
label?: string;
|
|
22131
|
+
/** Format: false */
|
|
22132
|
+
required: boolean;
|
|
22133
|
+
config?: {
|
|
22134
|
+
defaultValue: string;
|
|
22135
|
+
};
|
|
22136
|
+
} | {
|
|
22137
|
+
name: string;
|
|
22138
|
+
/** Format: "Select" */
|
|
22139
|
+
type: string;
|
|
22140
|
+
label?: string;
|
|
22141
|
+
description?: string;
|
|
22142
|
+
required: boolean;
|
|
22143
|
+
config: {
|
|
22144
|
+
placeholder?: string;
|
|
22145
|
+
options: {
|
|
22146
|
+
label?: string;
|
|
22147
|
+
value: string;
|
|
22148
|
+
}[];
|
|
22149
|
+
};
|
|
22150
|
+
} | {
|
|
22151
|
+
name: string;
|
|
22152
|
+
/** Format: "Url" */
|
|
22153
|
+
type: string;
|
|
22154
|
+
label?: string;
|
|
22155
|
+
description?: string;
|
|
22156
|
+
required: boolean;
|
|
22157
|
+
config?: {
|
|
22158
|
+
placeholder?: string;
|
|
22159
|
+
};
|
|
22160
|
+
} | {
|
|
22161
|
+
name: string;
|
|
22162
|
+
/** Format: "Regex" */
|
|
22163
|
+
type: string;
|
|
22164
|
+
label?: string;
|
|
22165
|
+
description?: string;
|
|
22166
|
+
required: boolean;
|
|
22167
|
+
config: {
|
|
22168
|
+
placeholder?: string;
|
|
22169
|
+
format: string;
|
|
22170
|
+
};
|
|
22171
|
+
} | {
|
|
22172
|
+
name: string;
|
|
22173
|
+
/** Format: "Address" */
|
|
22174
|
+
type: string;
|
|
22175
|
+
label?: string;
|
|
22176
|
+
description?: string;
|
|
22177
|
+
required: boolean;
|
|
22178
|
+
config: {
|
|
22179
|
+
parts: {
|
|
22180
|
+
enabled: boolean;
|
|
22181
|
+
/** @enum {string} */
|
|
22182
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22183
|
+
label?: string;
|
|
22184
|
+
description?: string;
|
|
22185
|
+
required: boolean;
|
|
22186
|
+
config?: {
|
|
22187
|
+
placeholder?: string;
|
|
22188
|
+
minLength?: number;
|
|
22189
|
+
maxLength?: number;
|
|
22190
|
+
minValue?: number;
|
|
22191
|
+
maxValue?: number;
|
|
22192
|
+
format?: string;
|
|
22193
|
+
customFormat?: string;
|
|
22194
|
+
options?: {
|
|
22195
|
+
label?: string;
|
|
22196
|
+
value: string;
|
|
22197
|
+
}[];
|
|
22198
|
+
defaultValue?: string;
|
|
22199
|
+
};
|
|
22200
|
+
/** @enum {string} */
|
|
22201
|
+
name: "formatted" | "streetAddress" | "locality" | "region" | "postalCode" | "country";
|
|
22202
|
+
}[];
|
|
22203
|
+
};
|
|
22204
|
+
} | {
|
|
22205
|
+
name: string;
|
|
22206
|
+
/** Format: "Fullname" */
|
|
22207
|
+
type: string;
|
|
22208
|
+
label?: string;
|
|
22209
|
+
description?: string;
|
|
22210
|
+
required: boolean;
|
|
22211
|
+
config: {
|
|
22212
|
+
parts: {
|
|
22213
|
+
enabled: boolean;
|
|
22214
|
+
/** @enum {string} */
|
|
22215
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22216
|
+
label?: string;
|
|
22217
|
+
description?: string;
|
|
22218
|
+
required: boolean;
|
|
22219
|
+
config?: {
|
|
22220
|
+
placeholder?: string;
|
|
22221
|
+
minLength?: number;
|
|
22222
|
+
maxLength?: number;
|
|
22223
|
+
minValue?: number;
|
|
22224
|
+
maxValue?: number;
|
|
22225
|
+
format?: string;
|
|
22226
|
+
customFormat?: string;
|
|
22227
|
+
options?: {
|
|
22228
|
+
label?: string;
|
|
22229
|
+
value: string;
|
|
22230
|
+
}[];
|
|
22231
|
+
defaultValue?: string;
|
|
22232
|
+
};
|
|
22233
|
+
/** @enum {string} */
|
|
22234
|
+
name: "givenName" | "middleName" | "familyName";
|
|
22235
|
+
}[];
|
|
22236
|
+
};
|
|
22237
|
+
})[];
|
|
22238
|
+
};
|
|
22239
|
+
};
|
|
22240
|
+
responses: {
|
|
22241
|
+
/** @description Custom profile fields created successfully. */
|
|
22242
|
+
201: {
|
|
22243
|
+
headers: {
|
|
22244
|
+
[name: string]: unknown;
|
|
22245
|
+
};
|
|
22246
|
+
content: {
|
|
22247
|
+
"application/json": {
|
|
22248
|
+
tenantId: string;
|
|
22249
|
+
id: string;
|
|
22250
|
+
name: string;
|
|
22251
|
+
/** @enum {string} */
|
|
22252
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22253
|
+
label: string;
|
|
22254
|
+
description: string | null;
|
|
22255
|
+
required: boolean;
|
|
22256
|
+
config: {
|
|
22257
|
+
placeholder?: string;
|
|
22258
|
+
minLength?: number;
|
|
22259
|
+
maxLength?: number;
|
|
22260
|
+
minValue?: number;
|
|
22261
|
+
maxValue?: number;
|
|
22262
|
+
format?: string;
|
|
22263
|
+
customFormat?: string;
|
|
22264
|
+
options?: {
|
|
22265
|
+
label?: string;
|
|
22266
|
+
value: string;
|
|
22267
|
+
}[];
|
|
22268
|
+
defaultValue?: string;
|
|
22269
|
+
parts?: {
|
|
22270
|
+
enabled: boolean;
|
|
22271
|
+
name: string;
|
|
22272
|
+
/** @enum {string} */
|
|
22273
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22274
|
+
label?: string;
|
|
22275
|
+
description?: string;
|
|
22276
|
+
required: boolean;
|
|
22277
|
+
config?: {
|
|
22278
|
+
placeholder?: string;
|
|
22279
|
+
minLength?: number;
|
|
22280
|
+
maxLength?: number;
|
|
22281
|
+
minValue?: number;
|
|
22282
|
+
maxValue?: number;
|
|
22283
|
+
format?: string;
|
|
22284
|
+
customFormat?: string;
|
|
22285
|
+
options?: {
|
|
22286
|
+
label?: string;
|
|
22287
|
+
value: string;
|
|
22288
|
+
}[];
|
|
22289
|
+
defaultValue?: string;
|
|
22290
|
+
};
|
|
22291
|
+
}[];
|
|
22292
|
+
};
|
|
22293
|
+
createdAt: number;
|
|
22294
|
+
sieOrder: number;
|
|
22295
|
+
}[];
|
|
22296
|
+
};
|
|
22297
|
+
};
|
|
22298
|
+
/** @description Bad Request */
|
|
22299
|
+
400: {
|
|
22300
|
+
headers: {
|
|
22301
|
+
[name: string]: unknown;
|
|
22302
|
+
};
|
|
22303
|
+
content?: never;
|
|
22304
|
+
};
|
|
22305
|
+
/** @description Unauthorized */
|
|
22306
|
+
401: {
|
|
22307
|
+
headers: {
|
|
22308
|
+
[name: string]: unknown;
|
|
22309
|
+
};
|
|
22310
|
+
content?: never;
|
|
22311
|
+
};
|
|
22312
|
+
/** @description Forbidden */
|
|
22313
|
+
403: {
|
|
22314
|
+
headers: {
|
|
22315
|
+
[name: string]: unknown;
|
|
22316
|
+
};
|
|
22317
|
+
content?: never;
|
|
22318
|
+
};
|
|
22319
|
+
};
|
|
22320
|
+
};
|
|
22321
|
+
UpdateCustomProfileFieldsSieOrder: {
|
|
22322
|
+
parameters: {
|
|
22323
|
+
query?: never;
|
|
22324
|
+
header?: never;
|
|
22325
|
+
path?: never;
|
|
22326
|
+
cookie?: never;
|
|
22327
|
+
};
|
|
22328
|
+
requestBody: {
|
|
22329
|
+
content: {
|
|
22330
|
+
"application/json": {
|
|
22331
|
+
order: {
|
|
22332
|
+
name: string;
|
|
22333
|
+
sieOrder: number;
|
|
22334
|
+
}[];
|
|
22335
|
+
};
|
|
22336
|
+
};
|
|
22337
|
+
};
|
|
22338
|
+
responses: {
|
|
22339
|
+
/** @description Custom profile fields updated successfully. */
|
|
22340
|
+
200: {
|
|
22341
|
+
headers: {
|
|
22342
|
+
[name: string]: unknown;
|
|
22343
|
+
};
|
|
22344
|
+
content: {
|
|
22345
|
+
"application/json": {
|
|
22346
|
+
tenantId: string;
|
|
22347
|
+
id: string;
|
|
22348
|
+
name: string;
|
|
22349
|
+
/** @enum {string} */
|
|
22350
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22351
|
+
label: string;
|
|
22352
|
+
description: string | null;
|
|
22353
|
+
required: boolean;
|
|
22354
|
+
config: {
|
|
22355
|
+
placeholder?: string;
|
|
22356
|
+
minLength?: number;
|
|
22357
|
+
maxLength?: number;
|
|
22358
|
+
minValue?: number;
|
|
22359
|
+
maxValue?: number;
|
|
22360
|
+
format?: string;
|
|
22361
|
+
customFormat?: string;
|
|
22362
|
+
options?: {
|
|
22363
|
+
label?: string;
|
|
22364
|
+
value: string;
|
|
22365
|
+
}[];
|
|
22366
|
+
defaultValue?: string;
|
|
22367
|
+
parts?: {
|
|
22368
|
+
enabled: boolean;
|
|
22369
|
+
name: string;
|
|
22370
|
+
/** @enum {string} */
|
|
22371
|
+
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
22372
|
+
label?: string;
|
|
22373
|
+
description?: string;
|
|
22374
|
+
required: boolean;
|
|
22375
|
+
config?: {
|
|
22376
|
+
placeholder?: string;
|
|
22377
|
+
minLength?: number;
|
|
22378
|
+
maxLength?: number;
|
|
22379
|
+
minValue?: number;
|
|
22380
|
+
maxValue?: number;
|
|
22381
|
+
format?: string;
|
|
22382
|
+
customFormat?: string;
|
|
22383
|
+
options?: {
|
|
22384
|
+
label?: string;
|
|
22385
|
+
value: string;
|
|
22386
|
+
}[];
|
|
22387
|
+
defaultValue?: string;
|
|
22388
|
+
};
|
|
22389
|
+
}[];
|
|
22390
|
+
};
|
|
22391
|
+
createdAt: number;
|
|
22392
|
+
sieOrder: number;
|
|
22393
|
+
}[];
|
|
22394
|
+
};
|
|
22395
|
+
};
|
|
22396
|
+
/** @description Bad Request */
|
|
22397
|
+
400: {
|
|
22398
|
+
headers: {
|
|
22399
|
+
[name: string]: unknown;
|
|
22400
|
+
};
|
|
22401
|
+
content?: never;
|
|
22402
|
+
};
|
|
22403
|
+
/** @description Unauthorized */
|
|
22404
|
+
401: {
|
|
22405
|
+
headers: {
|
|
22406
|
+
[name: string]: unknown;
|
|
22407
|
+
};
|
|
22408
|
+
content?: never;
|
|
22409
|
+
};
|
|
22410
|
+
/** @description Forbidden */
|
|
22411
|
+
403: {
|
|
22412
|
+
headers: {
|
|
22413
|
+
[name: string]: unknown;
|
|
22414
|
+
};
|
|
22415
|
+
content?: never;
|
|
22416
|
+
};
|
|
22417
|
+
};
|
|
22418
|
+
};
|
|
21278
22419
|
DeleteSecret: {
|
|
21279
22420
|
parameters: {
|
|
21280
22421
|
query?: never;
|
|
@@ -21488,7 +22629,7 @@ export interface operations {
|
|
|
21488
22629
|
type: "RecaptchaEnterprise" | "Turnstile";
|
|
21489
22630
|
siteKey: string;
|
|
21490
22631
|
};
|
|
21491
|
-
customProfileFields
|
|
22632
|
+
customProfileFields: {
|
|
21492
22633
|
tenantId: string;
|
|
21493
22634
|
id: string;
|
|
21494
22635
|
name: string;
|
|
@@ -21506,15 +22647,16 @@ export interface operations {
|
|
|
21506
22647
|
format?: string;
|
|
21507
22648
|
customFormat?: string;
|
|
21508
22649
|
options?: {
|
|
21509
|
-
label
|
|
22650
|
+
label?: string;
|
|
21510
22651
|
value: string;
|
|
21511
22652
|
}[];
|
|
22653
|
+
defaultValue?: string;
|
|
21512
22654
|
parts?: {
|
|
21513
22655
|
enabled: boolean;
|
|
21514
22656
|
name: string;
|
|
21515
22657
|
/** @enum {string} */
|
|
21516
22658
|
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21517
|
-
label
|
|
22659
|
+
label?: string;
|
|
21518
22660
|
description?: string;
|
|
21519
22661
|
required: boolean;
|
|
21520
22662
|
config?: {
|
|
@@ -21526,9 +22668,10 @@ export interface operations {
|
|
|
21526
22668
|
format?: string;
|
|
21527
22669
|
customFormat?: string;
|
|
21528
22670
|
options?: {
|
|
21529
|
-
label
|
|
22671
|
+
label?: string;
|
|
21530
22672
|
value: string;
|
|
21531
22673
|
}[];
|
|
22674
|
+
defaultValue?: string;
|
|
21532
22675
|
};
|
|
21533
22676
|
}[];
|
|
21534
22677
|
};
|
|
@@ -21745,7 +22888,7 @@ export interface operations {
|
|
|
21745
22888
|
type: "RecaptchaEnterprise" | "Turnstile";
|
|
21746
22889
|
siteKey: string;
|
|
21747
22890
|
};
|
|
21748
|
-
customProfileFields
|
|
22891
|
+
customProfileFields: {
|
|
21749
22892
|
tenantId: string;
|
|
21750
22893
|
id: string;
|
|
21751
22894
|
name: string;
|
|
@@ -21763,15 +22906,16 @@ export interface operations {
|
|
|
21763
22906
|
format?: string;
|
|
21764
22907
|
customFormat?: string;
|
|
21765
22908
|
options?: {
|
|
21766
|
-
label
|
|
22909
|
+
label?: string;
|
|
21767
22910
|
value: string;
|
|
21768
22911
|
}[];
|
|
22912
|
+
defaultValue?: string;
|
|
21769
22913
|
parts?: {
|
|
21770
22914
|
enabled: boolean;
|
|
21771
22915
|
name: string;
|
|
21772
22916
|
/** @enum {string} */
|
|
21773
22917
|
type: "Text" | "Number" | "Date" | "Checkbox" | "Select" | "Url" | "Regex" | "Address" | "Fullname";
|
|
21774
|
-
label
|
|
22918
|
+
label?: string;
|
|
21775
22919
|
description?: string;
|
|
21776
22920
|
required: boolean;
|
|
21777
22921
|
config?: {
|
|
@@ -21783,9 +22927,10 @@ export interface operations {
|
|
|
21783
22927
|
format?: string;
|
|
21784
22928
|
customFormat?: string;
|
|
21785
22929
|
options?: {
|
|
21786
|
-
label
|
|
22930
|
+
label?: string;
|
|
21787
22931
|
value: string;
|
|
21788
22932
|
}[];
|
|
22933
|
+
defaultValue?: string;
|
|
21789
22934
|
};
|
|
21790
22935
|
}[];
|
|
21791
22936
|
};
|