@seamapi/types 1.293.0 → 1.294.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/dist/connect.cjs +300 -81
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +238 -45
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +3 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +23 -6
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.js +5 -3
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +26 -8
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +95 -1
- package/lib/seam/connect/openapi.js +259 -50
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +143 -44
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +32 -7
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +7 -5
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +34 -10
- package/src/lib/seam/connect/openapi.ts +302 -51
- package/src/lib/seam/connect/route-types.ts +143 -44
|
@@ -3362,8 +3362,10 @@ declare const _default: {
|
|
|
3362
3362
|
type: string;
|
|
3363
3363
|
};
|
|
3364
3364
|
manual_override_allowed: {
|
|
3365
|
+
deprecated: boolean;
|
|
3365
3366
|
description: string;
|
|
3366
3367
|
type: string;
|
|
3368
|
+
'x-deprecated': string;
|
|
3367
3369
|
};
|
|
3368
3370
|
name: {
|
|
3369
3371
|
default: null;
|
|
@@ -3440,8 +3442,10 @@ declare const _default: {
|
|
|
3440
3442
|
type: string;
|
|
3441
3443
|
};
|
|
3442
3444
|
manual_override_allowed: {
|
|
3445
|
+
deprecated: boolean;
|
|
3443
3446
|
description: string;
|
|
3444
3447
|
type: string;
|
|
3448
|
+
'x-deprecated': string;
|
|
3445
3449
|
};
|
|
3446
3450
|
name: {
|
|
3447
3451
|
default: null;
|
|
@@ -3502,8 +3506,10 @@ declare const _default: {
|
|
|
3502
3506
|
type: string;
|
|
3503
3507
|
};
|
|
3504
3508
|
manual_override_allowed: {
|
|
3509
|
+
deprecated: boolean;
|
|
3505
3510
|
description: string;
|
|
3506
3511
|
type: string;
|
|
3512
|
+
'x-deprecated': string;
|
|
3507
3513
|
};
|
|
3508
3514
|
name: {
|
|
3509
3515
|
default: null;
|
|
@@ -3716,24 +3722,30 @@ declare const _default: {
|
|
|
3716
3722
|
type: string;
|
|
3717
3723
|
};
|
|
3718
3724
|
enrollment_automation: {
|
|
3725
|
+
description: string;
|
|
3719
3726
|
properties: {
|
|
3720
3727
|
created_at: {
|
|
3728
|
+
description: string;
|
|
3721
3729
|
format: string;
|
|
3722
3730
|
type: string;
|
|
3723
3731
|
};
|
|
3724
3732
|
credential_manager_acs_system_id: {
|
|
3733
|
+
description: string;
|
|
3725
3734
|
format: string;
|
|
3726
3735
|
type: string;
|
|
3727
3736
|
};
|
|
3728
3737
|
enrollment_automation_id: {
|
|
3738
|
+
description: string;
|
|
3729
3739
|
format: string;
|
|
3730
3740
|
type: string;
|
|
3731
3741
|
};
|
|
3732
3742
|
user_identity_id: {
|
|
3743
|
+
description: string;
|
|
3733
3744
|
format: string;
|
|
3734
3745
|
type: string;
|
|
3735
3746
|
};
|
|
3736
3747
|
workspace_id: {
|
|
3748
|
+
description: string;
|
|
3737
3749
|
format: string;
|
|
3738
3750
|
type: string;
|
|
3739
3751
|
};
|
|
@@ -4539,8 +4551,10 @@ declare const _default: {
|
|
|
4539
4551
|
type: string;
|
|
4540
4552
|
};
|
|
4541
4553
|
user_identity: {
|
|
4554
|
+
description: string;
|
|
4542
4555
|
properties: {
|
|
4543
4556
|
created_at: {
|
|
4557
|
+
description: string;
|
|
4544
4558
|
format: string;
|
|
4545
4559
|
type: string;
|
|
4546
4560
|
};
|
|
@@ -4549,6 +4563,7 @@ declare const _default: {
|
|
|
4549
4563
|
type: string;
|
|
4550
4564
|
};
|
|
4551
4565
|
email_address: {
|
|
4566
|
+
description: string;
|
|
4552
4567
|
format: string;
|
|
4553
4568
|
nullable: boolean;
|
|
4554
4569
|
type: string;
|
|
@@ -4559,19 +4574,23 @@ declare const _default: {
|
|
|
4559
4574
|
type: string;
|
|
4560
4575
|
};
|
|
4561
4576
|
phone_number: {
|
|
4577
|
+
description: string;
|
|
4562
4578
|
nullable: boolean;
|
|
4563
4579
|
type: string;
|
|
4564
4580
|
};
|
|
4565
4581
|
user_identity_id: {
|
|
4582
|
+
description: string;
|
|
4566
4583
|
format: string;
|
|
4567
4584
|
type: string;
|
|
4568
4585
|
};
|
|
4569
4586
|
user_identity_key: {
|
|
4587
|
+
description: string;
|
|
4570
4588
|
minLength: number;
|
|
4571
4589
|
nullable: boolean;
|
|
4572
4590
|
type: string;
|
|
4573
4591
|
};
|
|
4574
4592
|
workspace_id: {
|
|
4593
|
+
description: string;
|
|
4575
4594
|
format: string;
|
|
4576
4595
|
type: string;
|
|
4577
4596
|
};
|
|
@@ -16242,7 +16261,7 @@ declare const _default: {
|
|
|
16242
16261
|
type: string;
|
|
16243
16262
|
};
|
|
16244
16263
|
manual_override_allowed: {
|
|
16245
|
-
|
|
16264
|
+
default: boolean;
|
|
16246
16265
|
type: string;
|
|
16247
16266
|
};
|
|
16248
16267
|
name: {
|
|
@@ -17834,8 +17853,10 @@ declare const _default: {
|
|
|
17834
17853
|
type: string;
|
|
17835
17854
|
};
|
|
17836
17855
|
manual_override_allowed: {
|
|
17856
|
+
deprecated: boolean;
|
|
17837
17857
|
description: string;
|
|
17838
17858
|
type: string;
|
|
17859
|
+
'x-deprecated': string;
|
|
17839
17860
|
};
|
|
17840
17861
|
name: {
|
|
17841
17862
|
default: null;
|
|
@@ -17941,8 +17962,10 @@ declare const _default: {
|
|
|
17941
17962
|
type: string;
|
|
17942
17963
|
};
|
|
17943
17964
|
manual_override_allowed: {
|
|
17965
|
+
deprecated: boolean;
|
|
17944
17966
|
description: string;
|
|
17945
17967
|
type: string;
|
|
17968
|
+
'x-deprecated': string;
|
|
17946
17969
|
};
|
|
17947
17970
|
name: {
|
|
17948
17971
|
default: null;
|
|
@@ -18004,6 +18027,7 @@ declare const _default: {
|
|
|
18004
18027
|
};
|
|
18005
18028
|
'/user_identities/add_acs_user': {
|
|
18006
18029
|
post: {
|
|
18030
|
+
description: string;
|
|
18007
18031
|
operationId: string;
|
|
18008
18032
|
requestBody: {
|
|
18009
18033
|
content: {
|
|
@@ -18011,10 +18035,12 @@ declare const _default: {
|
|
|
18011
18035
|
schema: {
|
|
18012
18036
|
properties: {
|
|
18013
18037
|
acs_user_id: {
|
|
18038
|
+
description: string;
|
|
18014
18039
|
format: string;
|
|
18015
18040
|
type: string;
|
|
18016
18041
|
};
|
|
18017
18042
|
user_identity_id: {
|
|
18043
|
+
description: string;
|
|
18018
18044
|
format: string;
|
|
18019
18045
|
type: string;
|
|
18020
18046
|
};
|
|
@@ -18067,8 +18093,10 @@ declare const _default: {
|
|
|
18067
18093
|
'x-fern-sdk-group-name': string[];
|
|
18068
18094
|
'x-fern-sdk-method-name': string;
|
|
18069
18095
|
'x-response-key': null;
|
|
18096
|
+
'x-title': string;
|
|
18070
18097
|
};
|
|
18071
18098
|
put: {
|
|
18099
|
+
description: string;
|
|
18072
18100
|
operationId: string;
|
|
18073
18101
|
requestBody: {
|
|
18074
18102
|
content: {
|
|
@@ -18076,10 +18104,12 @@ declare const _default: {
|
|
|
18076
18104
|
schema: {
|
|
18077
18105
|
properties: {
|
|
18078
18106
|
acs_user_id: {
|
|
18107
|
+
description: string;
|
|
18079
18108
|
format: string;
|
|
18080
18109
|
type: string;
|
|
18081
18110
|
};
|
|
18082
18111
|
user_identity_id: {
|
|
18112
|
+
description: string;
|
|
18083
18113
|
format: string;
|
|
18084
18114
|
type: string;
|
|
18085
18115
|
};
|
|
@@ -18131,10 +18161,12 @@ declare const _default: {
|
|
|
18131
18161
|
tags: string[];
|
|
18132
18162
|
'x-fern-ignore': boolean;
|
|
18133
18163
|
'x-response-key': null;
|
|
18164
|
+
'x-title': string;
|
|
18134
18165
|
};
|
|
18135
18166
|
};
|
|
18136
18167
|
'/user_identities/create': {
|
|
18137
18168
|
post: {
|
|
18169
|
+
description: string;
|
|
18138
18170
|
operationId: string;
|
|
18139
18171
|
requestBody: {
|
|
18140
18172
|
content: {
|
|
@@ -18142,20 +18174,24 @@ declare const _default: {
|
|
|
18142
18174
|
schema: {
|
|
18143
18175
|
properties: {
|
|
18144
18176
|
email_address: {
|
|
18177
|
+
description: string;
|
|
18145
18178
|
format: string;
|
|
18146
18179
|
nullable: boolean;
|
|
18147
18180
|
type: string;
|
|
18148
18181
|
};
|
|
18149
18182
|
full_name: {
|
|
18183
|
+
description: string;
|
|
18150
18184
|
minLength: number;
|
|
18151
18185
|
nullable: boolean;
|
|
18152
18186
|
type: string;
|
|
18153
18187
|
};
|
|
18154
18188
|
phone_number: {
|
|
18189
|
+
description: string;
|
|
18155
18190
|
nullable: boolean;
|
|
18156
18191
|
type: string;
|
|
18157
18192
|
};
|
|
18158
18193
|
user_identity_key: {
|
|
18194
|
+
description: string;
|
|
18159
18195
|
minLength: number;
|
|
18160
18196
|
nullable: boolean;
|
|
18161
18197
|
type: string;
|
|
@@ -18212,10 +18248,12 @@ declare const _default: {
|
|
|
18212
18248
|
'x-fern-sdk-method-name': string;
|
|
18213
18249
|
'x-fern-sdk-return-value': string;
|
|
18214
18250
|
'x-response-key': string;
|
|
18251
|
+
'x-title': string;
|
|
18215
18252
|
};
|
|
18216
18253
|
};
|
|
18217
18254
|
'/user_identities/delete': {
|
|
18218
18255
|
post: {
|
|
18256
|
+
description: string;
|
|
18219
18257
|
operationId: string;
|
|
18220
18258
|
requestBody: {
|
|
18221
18259
|
content: {
|
|
@@ -18223,6 +18261,7 @@ declare const _default: {
|
|
|
18223
18261
|
schema: {
|
|
18224
18262
|
properties: {
|
|
18225
18263
|
user_identity_id: {
|
|
18264
|
+
description: string;
|
|
18226
18265
|
format: string;
|
|
18227
18266
|
type: string;
|
|
18228
18267
|
};
|
|
@@ -18275,10 +18314,12 @@ declare const _default: {
|
|
|
18275
18314
|
'x-fern-sdk-group-name': string[];
|
|
18276
18315
|
'x-fern-sdk-method-name': string;
|
|
18277
18316
|
'x-response-key': null;
|
|
18317
|
+
'x-title': string;
|
|
18278
18318
|
};
|
|
18279
18319
|
};
|
|
18280
18320
|
'/user_identities/enrollment_automations/delete': {
|
|
18281
18321
|
post: {
|
|
18322
|
+
description: string;
|
|
18282
18323
|
operationId: string;
|
|
18283
18324
|
requestBody: {
|
|
18284
18325
|
content: {
|
|
@@ -18286,6 +18327,7 @@ declare const _default: {
|
|
|
18286
18327
|
schema: {
|
|
18287
18328
|
properties: {
|
|
18288
18329
|
enrollment_automation_id: {
|
|
18330
|
+
description: string;
|
|
18289
18331
|
format: string;
|
|
18290
18332
|
type: string;
|
|
18291
18333
|
};
|
|
@@ -18338,10 +18380,12 @@ declare const _default: {
|
|
|
18338
18380
|
'x-fern-sdk-group-name': string[];
|
|
18339
18381
|
'x-fern-sdk-method-name': string;
|
|
18340
18382
|
'x-response-key': null;
|
|
18383
|
+
'x-title': string;
|
|
18341
18384
|
};
|
|
18342
18385
|
};
|
|
18343
18386
|
'/user_identities/enrollment_automations/get': {
|
|
18344
18387
|
post: {
|
|
18388
|
+
description: string;
|
|
18345
18389
|
operationId: string;
|
|
18346
18390
|
requestBody: {
|
|
18347
18391
|
content: {
|
|
@@ -18349,6 +18393,7 @@ declare const _default: {
|
|
|
18349
18393
|
schema: {
|
|
18350
18394
|
properties: {
|
|
18351
18395
|
enrollment_automation_id: {
|
|
18396
|
+
description: string;
|
|
18352
18397
|
format: string;
|
|
18353
18398
|
type: string;
|
|
18354
18399
|
};
|
|
@@ -18413,10 +18458,12 @@ declare const _default: {
|
|
|
18413
18458
|
'x-fern-sdk-method-name': string;
|
|
18414
18459
|
'x-fern-sdk-return-value': string;
|
|
18415
18460
|
'x-response-key': string;
|
|
18461
|
+
'x-title': string;
|
|
18416
18462
|
};
|
|
18417
18463
|
};
|
|
18418
18464
|
'/user_identities/enrollment_automations/launch': {
|
|
18419
18465
|
post: {
|
|
18466
|
+
description: string;
|
|
18420
18467
|
operationId: string;
|
|
18421
18468
|
requestBody: {
|
|
18422
18469
|
content: {
|
|
@@ -18424,21 +18471,26 @@ declare const _default: {
|
|
|
18424
18471
|
schema: {
|
|
18425
18472
|
properties: {
|
|
18426
18473
|
acs_credential_pool_id: {
|
|
18474
|
+
description: string;
|
|
18427
18475
|
format: string;
|
|
18428
18476
|
type: string;
|
|
18429
18477
|
};
|
|
18430
18478
|
create_credential_manager_user: {
|
|
18479
|
+
description: string;
|
|
18431
18480
|
type: string;
|
|
18432
18481
|
};
|
|
18433
18482
|
credential_manager_acs_system_id: {
|
|
18483
|
+
description: string;
|
|
18434
18484
|
format: string;
|
|
18435
18485
|
type: string;
|
|
18436
18486
|
};
|
|
18437
18487
|
credential_manager_acs_user_id: {
|
|
18488
|
+
description: string;
|
|
18438
18489
|
format: string;
|
|
18439
18490
|
type: string;
|
|
18440
18491
|
};
|
|
18441
18492
|
user_identity_id: {
|
|
18493
|
+
description: string;
|
|
18442
18494
|
format: string;
|
|
18443
18495
|
type: string;
|
|
18444
18496
|
};
|
|
@@ -18522,10 +18574,12 @@ declare const _default: {
|
|
|
18522
18574
|
'x-fern-sdk-method-name': string;
|
|
18523
18575
|
'x-fern-sdk-return-value': string;
|
|
18524
18576
|
'x-response-key': string;
|
|
18577
|
+
'x-title': string;
|
|
18525
18578
|
};
|
|
18526
18579
|
};
|
|
18527
18580
|
'/user_identities/enrollment_automations/list': {
|
|
18528
18581
|
post: {
|
|
18582
|
+
description: string;
|
|
18529
18583
|
operationId: string;
|
|
18530
18584
|
requestBody: {
|
|
18531
18585
|
content: {
|
|
@@ -18533,6 +18587,7 @@ declare const _default: {
|
|
|
18533
18587
|
schema: {
|
|
18534
18588
|
properties: {
|
|
18535
18589
|
user_identity_id: {
|
|
18590
|
+
description: string;
|
|
18536
18591
|
format: string;
|
|
18537
18592
|
type: string;
|
|
18538
18593
|
};
|
|
@@ -18600,10 +18655,12 @@ declare const _default: {
|
|
|
18600
18655
|
'x-fern-sdk-method-name': string;
|
|
18601
18656
|
'x-fern-sdk-return-value': string;
|
|
18602
18657
|
'x-response-key': string;
|
|
18658
|
+
'x-title': string;
|
|
18603
18659
|
};
|
|
18604
18660
|
};
|
|
18605
18661
|
'/user_identities/get': {
|
|
18606
18662
|
post: {
|
|
18663
|
+
description: string;
|
|
18607
18664
|
operationId: string;
|
|
18608
18665
|
requestBody: {
|
|
18609
18666
|
content: {
|
|
@@ -18612,6 +18669,7 @@ declare const _default: {
|
|
|
18612
18669
|
oneOf: ({
|
|
18613
18670
|
properties: {
|
|
18614
18671
|
user_identity_id: {
|
|
18672
|
+
description: string;
|
|
18615
18673
|
format: string;
|
|
18616
18674
|
type: string;
|
|
18617
18675
|
};
|
|
@@ -18679,10 +18737,12 @@ declare const _default: {
|
|
|
18679
18737
|
'x-fern-sdk-method-name': string;
|
|
18680
18738
|
'x-fern-sdk-return-value': string;
|
|
18681
18739
|
'x-response-key': string;
|
|
18740
|
+
'x-title': string;
|
|
18682
18741
|
};
|
|
18683
18742
|
};
|
|
18684
18743
|
'/user_identities/grant_access_to_device': {
|
|
18685
18744
|
post: {
|
|
18745
|
+
description: string;
|
|
18686
18746
|
operationId: string;
|
|
18687
18747
|
requestBody: {
|
|
18688
18748
|
content: {
|
|
@@ -18690,10 +18750,12 @@ declare const _default: {
|
|
|
18690
18750
|
schema: {
|
|
18691
18751
|
properties: {
|
|
18692
18752
|
device_id: {
|
|
18753
|
+
description: string;
|
|
18693
18754
|
format: string;
|
|
18694
18755
|
type: string;
|
|
18695
18756
|
};
|
|
18696
18757
|
user_identity_id: {
|
|
18758
|
+
description: string;
|
|
18697
18759
|
format: string;
|
|
18698
18760
|
type: string;
|
|
18699
18761
|
};
|
|
@@ -18746,8 +18808,10 @@ declare const _default: {
|
|
|
18746
18808
|
'x-fern-sdk-group-name': string[];
|
|
18747
18809
|
'x-fern-sdk-method-name': string;
|
|
18748
18810
|
'x-response-key': null;
|
|
18811
|
+
'x-title': string;
|
|
18749
18812
|
};
|
|
18750
18813
|
put: {
|
|
18814
|
+
description: string;
|
|
18751
18815
|
operationId: string;
|
|
18752
18816
|
requestBody: {
|
|
18753
18817
|
content: {
|
|
@@ -18755,10 +18819,12 @@ declare const _default: {
|
|
|
18755
18819
|
schema: {
|
|
18756
18820
|
properties: {
|
|
18757
18821
|
device_id: {
|
|
18822
|
+
description: string;
|
|
18758
18823
|
format: string;
|
|
18759
18824
|
type: string;
|
|
18760
18825
|
};
|
|
18761
18826
|
user_identity_id: {
|
|
18827
|
+
description: string;
|
|
18762
18828
|
format: string;
|
|
18763
18829
|
type: string;
|
|
18764
18830
|
};
|
|
@@ -18810,10 +18876,12 @@ declare const _default: {
|
|
|
18810
18876
|
tags: string[];
|
|
18811
18877
|
'x-fern-ignore': boolean;
|
|
18812
18878
|
'x-response-key': null;
|
|
18879
|
+
'x-title': string;
|
|
18813
18880
|
};
|
|
18814
18881
|
};
|
|
18815
18882
|
'/user_identities/list': {
|
|
18816
18883
|
post: {
|
|
18884
|
+
description: string;
|
|
18817
18885
|
operationId: string;
|
|
18818
18886
|
requestBody: {
|
|
18819
18887
|
content: {
|
|
@@ -18887,10 +18955,12 @@ declare const _default: {
|
|
|
18887
18955
|
'x-fern-sdk-method-name': string;
|
|
18888
18956
|
'x-fern-sdk-return-value': string;
|
|
18889
18957
|
'x-response-key': string;
|
|
18958
|
+
'x-title': string;
|
|
18890
18959
|
};
|
|
18891
18960
|
};
|
|
18892
18961
|
'/user_identities/list_accessible_devices': {
|
|
18893
18962
|
post: {
|
|
18963
|
+
description: string;
|
|
18894
18964
|
operationId: string;
|
|
18895
18965
|
requestBody: {
|
|
18896
18966
|
content: {
|
|
@@ -18898,6 +18968,7 @@ declare const _default: {
|
|
|
18898
18968
|
schema: {
|
|
18899
18969
|
properties: {
|
|
18900
18970
|
user_identity_id: {
|
|
18971
|
+
description: string;
|
|
18901
18972
|
format: string;
|
|
18902
18973
|
type: string;
|
|
18903
18974
|
};
|
|
@@ -18965,10 +19036,12 @@ declare const _default: {
|
|
|
18965
19036
|
'x-fern-sdk-method-name': string;
|
|
18966
19037
|
'x-fern-sdk-return-value': string;
|
|
18967
19038
|
'x-response-key': string;
|
|
19039
|
+
'x-title': string;
|
|
18968
19040
|
};
|
|
18969
19041
|
};
|
|
18970
19042
|
'/user_identities/list_acs_systems': {
|
|
18971
19043
|
post: {
|
|
19044
|
+
description: string;
|
|
18972
19045
|
operationId: string;
|
|
18973
19046
|
requestBody: {
|
|
18974
19047
|
content: {
|
|
@@ -18976,6 +19049,7 @@ declare const _default: {
|
|
|
18976
19049
|
schema: {
|
|
18977
19050
|
properties: {
|
|
18978
19051
|
user_identity_id: {
|
|
19052
|
+
description: string;
|
|
18979
19053
|
format: string;
|
|
18980
19054
|
type: string;
|
|
18981
19055
|
};
|
|
@@ -19043,10 +19117,12 @@ declare const _default: {
|
|
|
19043
19117
|
'x-fern-sdk-method-name': string;
|
|
19044
19118
|
'x-fern-sdk-return-value': string;
|
|
19045
19119
|
'x-response-key': string;
|
|
19120
|
+
'x-title': string;
|
|
19046
19121
|
};
|
|
19047
19122
|
};
|
|
19048
19123
|
'/user_identities/list_acs_users': {
|
|
19049
19124
|
post: {
|
|
19125
|
+
description: string;
|
|
19050
19126
|
operationId: string;
|
|
19051
19127
|
requestBody: {
|
|
19052
19128
|
content: {
|
|
@@ -19054,6 +19130,7 @@ declare const _default: {
|
|
|
19054
19130
|
schema: {
|
|
19055
19131
|
properties: {
|
|
19056
19132
|
user_identity_id: {
|
|
19133
|
+
description: string;
|
|
19057
19134
|
format: string;
|
|
19058
19135
|
type: string;
|
|
19059
19136
|
};
|
|
@@ -19113,10 +19190,12 @@ declare const _default: {
|
|
|
19113
19190
|
'x-fern-sdk-method-name': string;
|
|
19114
19191
|
'x-fern-sdk-return-value': string;
|
|
19115
19192
|
'x-response-key': string;
|
|
19193
|
+
'x-title': string;
|
|
19116
19194
|
};
|
|
19117
19195
|
};
|
|
19118
19196
|
'/user_identities/remove_acs_user': {
|
|
19119
19197
|
post: {
|
|
19198
|
+
description: string;
|
|
19120
19199
|
operationId: string;
|
|
19121
19200
|
requestBody: {
|
|
19122
19201
|
content: {
|
|
@@ -19124,10 +19203,12 @@ declare const _default: {
|
|
|
19124
19203
|
schema: {
|
|
19125
19204
|
properties: {
|
|
19126
19205
|
acs_user_id: {
|
|
19206
|
+
description: string;
|
|
19127
19207
|
format: string;
|
|
19128
19208
|
type: string;
|
|
19129
19209
|
};
|
|
19130
19210
|
user_identity_id: {
|
|
19211
|
+
description: string;
|
|
19131
19212
|
format: string;
|
|
19132
19213
|
type: string;
|
|
19133
19214
|
};
|
|
@@ -19180,10 +19261,12 @@ declare const _default: {
|
|
|
19180
19261
|
'x-fern-sdk-group-name': string[];
|
|
19181
19262
|
'x-fern-sdk-method-name': string;
|
|
19182
19263
|
'x-response-key': null;
|
|
19264
|
+
'x-title': string;
|
|
19183
19265
|
};
|
|
19184
19266
|
};
|
|
19185
19267
|
'/user_identities/revoke_access_to_device': {
|
|
19186
19268
|
post: {
|
|
19269
|
+
description: string;
|
|
19187
19270
|
operationId: string;
|
|
19188
19271
|
requestBody: {
|
|
19189
19272
|
content: {
|
|
@@ -19191,10 +19274,12 @@ declare const _default: {
|
|
|
19191
19274
|
schema: {
|
|
19192
19275
|
properties: {
|
|
19193
19276
|
device_id: {
|
|
19277
|
+
description: string;
|
|
19194
19278
|
format: string;
|
|
19195
19279
|
type: string;
|
|
19196
19280
|
};
|
|
19197
19281
|
user_identity_id: {
|
|
19282
|
+
description: string;
|
|
19198
19283
|
format: string;
|
|
19199
19284
|
type: string;
|
|
19200
19285
|
};
|
|
@@ -19247,6 +19332,7 @@ declare const _default: {
|
|
|
19247
19332
|
'x-fern-sdk-group-name': string[];
|
|
19248
19333
|
'x-fern-sdk-method-name': string;
|
|
19249
19334
|
'x-response-key': null;
|
|
19335
|
+
'x-title': string;
|
|
19250
19336
|
};
|
|
19251
19337
|
};
|
|
19252
19338
|
'/user_identities/update': {
|
|
@@ -19258,6 +19344,7 @@ declare const _default: {
|
|
|
19258
19344
|
schema: {
|
|
19259
19345
|
properties: {
|
|
19260
19346
|
email_address: {
|
|
19347
|
+
description: string;
|
|
19261
19348
|
format: string;
|
|
19262
19349
|
nullable: boolean;
|
|
19263
19350
|
type: string;
|
|
@@ -19268,14 +19355,17 @@ declare const _default: {
|
|
|
19268
19355
|
type: string;
|
|
19269
19356
|
};
|
|
19270
19357
|
phone_number: {
|
|
19358
|
+
description: string;
|
|
19271
19359
|
nullable: boolean;
|
|
19272
19360
|
type: string;
|
|
19273
19361
|
};
|
|
19274
19362
|
user_identity_id: {
|
|
19363
|
+
description: string;
|
|
19275
19364
|
format: string;
|
|
19276
19365
|
type: string;
|
|
19277
19366
|
};
|
|
19278
19367
|
user_identity_key: {
|
|
19368
|
+
description: string;
|
|
19279
19369
|
minLength: number;
|
|
19280
19370
|
nullable: boolean;
|
|
19281
19371
|
type: string;
|
|
@@ -19337,6 +19427,7 @@ declare const _default: {
|
|
|
19337
19427
|
schema: {
|
|
19338
19428
|
properties: {
|
|
19339
19429
|
email_address: {
|
|
19430
|
+
description: string;
|
|
19340
19431
|
format: string;
|
|
19341
19432
|
nullable: boolean;
|
|
19342
19433
|
type: string;
|
|
@@ -19347,14 +19438,17 @@ declare const _default: {
|
|
|
19347
19438
|
type: string;
|
|
19348
19439
|
};
|
|
19349
19440
|
phone_number: {
|
|
19441
|
+
description: string;
|
|
19350
19442
|
nullable: boolean;
|
|
19351
19443
|
type: string;
|
|
19352
19444
|
};
|
|
19353
19445
|
user_identity_id: {
|
|
19446
|
+
description: string;
|
|
19354
19447
|
format: string;
|
|
19355
19448
|
type: string;
|
|
19356
19449
|
};
|
|
19357
19450
|
user_identity_key: {
|
|
19451
|
+
description: string;
|
|
19358
19452
|
minLength: number;
|
|
19359
19453
|
nullable: boolean;
|
|
19360
19454
|
type: string;
|