@seamapi/types 1.584.0 → 1.586.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.
@@ -18478,6 +18478,882 @@ declare const _default: {
18478
18478
  'x-title': string;
18479
18479
  };
18480
18480
  };
18481
+ '/access_grants/unmanaged/get': {
18482
+ get: {
18483
+ description: string;
18484
+ operationId: string;
18485
+ parameters: {
18486
+ in: string;
18487
+ name: string;
18488
+ required: boolean;
18489
+ schema: {
18490
+ description: string;
18491
+ format: string;
18492
+ type: string;
18493
+ };
18494
+ }[];
18495
+ responses: {
18496
+ 200: {
18497
+ content: {
18498
+ 'application/json': {
18499
+ schema: {
18500
+ properties: {
18501
+ access_grant: {
18502
+ description: string;
18503
+ properties: {
18504
+ access_grant_id: {
18505
+ description: string;
18506
+ format: string;
18507
+ type: string;
18508
+ };
18509
+ access_method_ids: {
18510
+ description: string;
18511
+ items: {
18512
+ format: string;
18513
+ type: string;
18514
+ };
18515
+ type: string;
18516
+ };
18517
+ created_at: {
18518
+ description: string;
18519
+ format: string;
18520
+ type: string;
18521
+ };
18522
+ display_name: {
18523
+ description: string;
18524
+ type: string;
18525
+ };
18526
+ ends_at: {
18527
+ description: string;
18528
+ format: string;
18529
+ nullable: boolean;
18530
+ type: string;
18531
+ };
18532
+ location_ids: {
18533
+ deprecated: boolean;
18534
+ items: {
18535
+ format: string;
18536
+ type: string;
18537
+ };
18538
+ type: string;
18539
+ 'x-deprecated': string;
18540
+ };
18541
+ name: {
18542
+ description: string;
18543
+ nullable: boolean;
18544
+ type: string;
18545
+ };
18546
+ requested_access_methods: {
18547
+ description: string;
18548
+ items: {
18549
+ properties: {
18550
+ code: {
18551
+ description: string;
18552
+ maxLength: number;
18553
+ minLength: number;
18554
+ pattern: string;
18555
+ type: string;
18556
+ };
18557
+ created_access_method_ids: {
18558
+ description: string;
18559
+ items: {
18560
+ format: string;
18561
+ type: string;
18562
+ };
18563
+ type: string;
18564
+ };
18565
+ created_at: {
18566
+ description: string;
18567
+ format: string;
18568
+ type: string;
18569
+ };
18570
+ display_name: {
18571
+ description: string;
18572
+ type: string;
18573
+ };
18574
+ mode: {
18575
+ description: string;
18576
+ enum: string[];
18577
+ type: string;
18578
+ };
18579
+ };
18580
+ required: string[];
18581
+ type: string;
18582
+ };
18583
+ type: string;
18584
+ };
18585
+ space_ids: {
18586
+ description: string;
18587
+ items: {
18588
+ format: string;
18589
+ type: string;
18590
+ };
18591
+ type: string;
18592
+ };
18593
+ starts_at: {
18594
+ description: string;
18595
+ format: string;
18596
+ type: string;
18597
+ };
18598
+ user_identity_id: {
18599
+ description: string;
18600
+ format: string;
18601
+ type: string;
18602
+ };
18603
+ warnings: {
18604
+ description: string;
18605
+ items: {
18606
+ description: string;
18607
+ discriminator: {
18608
+ propertyName: string;
18609
+ };
18610
+ oneOf: {
18611
+ description: string;
18612
+ properties: {
18613
+ created_at: {
18614
+ description: string;
18615
+ format: string;
18616
+ type: string;
18617
+ };
18618
+ message: {
18619
+ description: string;
18620
+ type: string;
18621
+ };
18622
+ warning_code: {
18623
+ description: string;
18624
+ enum: string[];
18625
+ type: string;
18626
+ };
18627
+ };
18628
+ required: string[];
18629
+ type: string;
18630
+ }[];
18631
+ };
18632
+ type: string;
18633
+ };
18634
+ workspace_id: {
18635
+ description: string;
18636
+ format: string;
18637
+ type: string;
18638
+ };
18639
+ };
18640
+ required: string[];
18641
+ type: string;
18642
+ 'x-draft': string;
18643
+ 'x-route-path': string;
18644
+ };
18645
+ ok: {
18646
+ type: string;
18647
+ };
18648
+ };
18649
+ required: string[];
18650
+ type: string;
18651
+ };
18652
+ };
18653
+ };
18654
+ description: string;
18655
+ };
18656
+ 400: {
18657
+ description: string;
18658
+ };
18659
+ 401: {
18660
+ description: string;
18661
+ };
18662
+ };
18663
+ security: ({
18664
+ pat_with_workspace: never[];
18665
+ console_session_with_workspace?: never;
18666
+ api_key?: never;
18667
+ client_session_with_customer?: never;
18668
+ } | {
18669
+ console_session_with_workspace: never[];
18670
+ pat_with_workspace?: never;
18671
+ api_key?: never;
18672
+ client_session_with_customer?: never;
18673
+ } | {
18674
+ api_key: never[];
18675
+ pat_with_workspace?: never;
18676
+ console_session_with_workspace?: never;
18677
+ client_session_with_customer?: never;
18678
+ } | {
18679
+ client_session_with_customer: never[];
18680
+ pat_with_workspace?: never;
18681
+ console_session_with_workspace?: never;
18682
+ api_key?: never;
18683
+ })[];
18684
+ summary: string;
18685
+ tags: never[];
18686
+ 'x-draft': string;
18687
+ 'x-fern-sdk-group-name': string[];
18688
+ 'x-fern-sdk-method-name': string;
18689
+ 'x-fern-sdk-return-value': string;
18690
+ 'x-response-key': string;
18691
+ 'x-title': string;
18692
+ };
18693
+ post: {
18694
+ description: string;
18695
+ operationId: string;
18696
+ requestBody: {
18697
+ content: {
18698
+ 'application/json': {
18699
+ schema: {
18700
+ properties: {
18701
+ access_grant_id: {
18702
+ description: string;
18703
+ format: string;
18704
+ type: string;
18705
+ };
18706
+ };
18707
+ required: string[];
18708
+ type: string;
18709
+ };
18710
+ };
18711
+ };
18712
+ };
18713
+ responses: {
18714
+ 200: {
18715
+ content: {
18716
+ 'application/json': {
18717
+ schema: {
18718
+ properties: {
18719
+ access_grant: {
18720
+ description: string;
18721
+ properties: {
18722
+ access_grant_id: {
18723
+ description: string;
18724
+ format: string;
18725
+ type: string;
18726
+ };
18727
+ access_method_ids: {
18728
+ description: string;
18729
+ items: {
18730
+ format: string;
18731
+ type: string;
18732
+ };
18733
+ type: string;
18734
+ };
18735
+ created_at: {
18736
+ description: string;
18737
+ format: string;
18738
+ type: string;
18739
+ };
18740
+ display_name: {
18741
+ description: string;
18742
+ type: string;
18743
+ };
18744
+ ends_at: {
18745
+ description: string;
18746
+ format: string;
18747
+ nullable: boolean;
18748
+ type: string;
18749
+ };
18750
+ location_ids: {
18751
+ deprecated: boolean;
18752
+ items: {
18753
+ format: string;
18754
+ type: string;
18755
+ };
18756
+ type: string;
18757
+ 'x-deprecated': string;
18758
+ };
18759
+ name: {
18760
+ description: string;
18761
+ nullable: boolean;
18762
+ type: string;
18763
+ };
18764
+ requested_access_methods: {
18765
+ description: string;
18766
+ items: {
18767
+ properties: {
18768
+ code: {
18769
+ description: string;
18770
+ maxLength: number;
18771
+ minLength: number;
18772
+ pattern: string;
18773
+ type: string;
18774
+ };
18775
+ created_access_method_ids: {
18776
+ description: string;
18777
+ items: {
18778
+ format: string;
18779
+ type: string;
18780
+ };
18781
+ type: string;
18782
+ };
18783
+ created_at: {
18784
+ description: string;
18785
+ format: string;
18786
+ type: string;
18787
+ };
18788
+ display_name: {
18789
+ description: string;
18790
+ type: string;
18791
+ };
18792
+ mode: {
18793
+ description: string;
18794
+ enum: string[];
18795
+ type: string;
18796
+ };
18797
+ };
18798
+ required: string[];
18799
+ type: string;
18800
+ };
18801
+ type: string;
18802
+ };
18803
+ space_ids: {
18804
+ description: string;
18805
+ items: {
18806
+ format: string;
18807
+ type: string;
18808
+ };
18809
+ type: string;
18810
+ };
18811
+ starts_at: {
18812
+ description: string;
18813
+ format: string;
18814
+ type: string;
18815
+ };
18816
+ user_identity_id: {
18817
+ description: string;
18818
+ format: string;
18819
+ type: string;
18820
+ };
18821
+ warnings: {
18822
+ description: string;
18823
+ items: {
18824
+ description: string;
18825
+ discriminator: {
18826
+ propertyName: string;
18827
+ };
18828
+ oneOf: {
18829
+ description: string;
18830
+ properties: {
18831
+ created_at: {
18832
+ description: string;
18833
+ format: string;
18834
+ type: string;
18835
+ };
18836
+ message: {
18837
+ description: string;
18838
+ type: string;
18839
+ };
18840
+ warning_code: {
18841
+ description: string;
18842
+ enum: string[];
18843
+ type: string;
18844
+ };
18845
+ };
18846
+ required: string[];
18847
+ type: string;
18848
+ }[];
18849
+ };
18850
+ type: string;
18851
+ };
18852
+ workspace_id: {
18853
+ description: string;
18854
+ format: string;
18855
+ type: string;
18856
+ };
18857
+ };
18858
+ required: string[];
18859
+ type: string;
18860
+ 'x-draft': string;
18861
+ 'x-route-path': string;
18862
+ };
18863
+ ok: {
18864
+ type: string;
18865
+ };
18866
+ };
18867
+ required: string[];
18868
+ type: string;
18869
+ };
18870
+ };
18871
+ };
18872
+ description: string;
18873
+ };
18874
+ 400: {
18875
+ description: string;
18876
+ };
18877
+ 401: {
18878
+ description: string;
18879
+ };
18880
+ };
18881
+ security: ({
18882
+ pat_with_workspace: never[];
18883
+ console_session_with_workspace?: never;
18884
+ api_key?: never;
18885
+ client_session_with_customer?: never;
18886
+ } | {
18887
+ console_session_with_workspace: never[];
18888
+ pat_with_workspace?: never;
18889
+ api_key?: never;
18890
+ client_session_with_customer?: never;
18891
+ } | {
18892
+ api_key: never[];
18893
+ pat_with_workspace?: never;
18894
+ console_session_with_workspace?: never;
18895
+ client_session_with_customer?: never;
18896
+ } | {
18897
+ client_session_with_customer: never[];
18898
+ pat_with_workspace?: never;
18899
+ console_session_with_workspace?: never;
18900
+ api_key?: never;
18901
+ })[];
18902
+ summary: string;
18903
+ tags: never[];
18904
+ 'x-draft': string;
18905
+ 'x-fern-sdk-group-name': string[];
18906
+ 'x-fern-sdk-method-name': string;
18907
+ 'x-fern-sdk-return-value': string;
18908
+ 'x-response-key': string;
18909
+ 'x-title': string;
18910
+ };
18911
+ };
18912
+ '/access_grants/unmanaged/list': {
18913
+ get: {
18914
+ description: string;
18915
+ operationId: string;
18916
+ parameters: {
18917
+ in: string;
18918
+ name: string;
18919
+ schema: {
18920
+ description: string;
18921
+ format: string;
18922
+ type: string;
18923
+ };
18924
+ }[];
18925
+ responses: {
18926
+ 200: {
18927
+ content: {
18928
+ 'application/json': {
18929
+ schema: {
18930
+ properties: {
18931
+ access_grants: {
18932
+ items: {
18933
+ description: string;
18934
+ properties: {
18935
+ access_grant_id: {
18936
+ description: string;
18937
+ format: string;
18938
+ type: string;
18939
+ };
18940
+ access_method_ids: {
18941
+ description: string;
18942
+ items: {
18943
+ format: string;
18944
+ type: string;
18945
+ };
18946
+ type: string;
18947
+ };
18948
+ created_at: {
18949
+ description: string;
18950
+ format: string;
18951
+ type: string;
18952
+ };
18953
+ display_name: {
18954
+ description: string;
18955
+ type: string;
18956
+ };
18957
+ ends_at: {
18958
+ description: string;
18959
+ format: string;
18960
+ nullable: boolean;
18961
+ type: string;
18962
+ };
18963
+ location_ids: {
18964
+ deprecated: boolean;
18965
+ items: {
18966
+ format: string;
18967
+ type: string;
18968
+ };
18969
+ type: string;
18970
+ 'x-deprecated': string;
18971
+ };
18972
+ name: {
18973
+ description: string;
18974
+ nullable: boolean;
18975
+ type: string;
18976
+ };
18977
+ requested_access_methods: {
18978
+ description: string;
18979
+ items: {
18980
+ properties: {
18981
+ code: {
18982
+ description: string;
18983
+ maxLength: number;
18984
+ minLength: number;
18985
+ pattern: string;
18986
+ type: string;
18987
+ };
18988
+ created_access_method_ids: {
18989
+ description: string;
18990
+ items: {
18991
+ format: string;
18992
+ type: string;
18993
+ };
18994
+ type: string;
18995
+ };
18996
+ created_at: {
18997
+ description: string;
18998
+ format: string;
18999
+ type: string;
19000
+ };
19001
+ display_name: {
19002
+ description: string;
19003
+ type: string;
19004
+ };
19005
+ mode: {
19006
+ description: string;
19007
+ enum: string[];
19008
+ type: string;
19009
+ };
19010
+ };
19011
+ required: string[];
19012
+ type: string;
19013
+ };
19014
+ type: string;
19015
+ };
19016
+ space_ids: {
19017
+ description: string;
19018
+ items: {
19019
+ format: string;
19020
+ type: string;
19021
+ };
19022
+ type: string;
19023
+ };
19024
+ starts_at: {
19025
+ description: string;
19026
+ format: string;
19027
+ type: string;
19028
+ };
19029
+ user_identity_id: {
19030
+ description: string;
19031
+ format: string;
19032
+ type: string;
19033
+ };
19034
+ warnings: {
19035
+ description: string;
19036
+ items: {
19037
+ description: string;
19038
+ discriminator: {
19039
+ propertyName: string;
19040
+ };
19041
+ oneOf: {
19042
+ description: string;
19043
+ properties: {
19044
+ created_at: {
19045
+ description: string;
19046
+ format: string;
19047
+ type: string;
19048
+ };
19049
+ message: {
19050
+ description: string;
19051
+ type: string;
19052
+ };
19053
+ warning_code: {
19054
+ description: string;
19055
+ enum: string[];
19056
+ type: string;
19057
+ };
19058
+ };
19059
+ required: string[];
19060
+ type: string;
19061
+ }[];
19062
+ };
19063
+ type: string;
19064
+ };
19065
+ workspace_id: {
19066
+ description: string;
19067
+ format: string;
19068
+ type: string;
19069
+ };
19070
+ };
19071
+ required: string[];
19072
+ type: string;
19073
+ 'x-draft': string;
19074
+ 'x-route-path': string;
19075
+ };
19076
+ type: string;
19077
+ };
19078
+ ok: {
19079
+ type: string;
19080
+ };
19081
+ };
19082
+ required: string[];
19083
+ type: string;
19084
+ };
19085
+ };
19086
+ };
19087
+ description: string;
19088
+ };
19089
+ 400: {
19090
+ description: string;
19091
+ };
19092
+ 401: {
19093
+ description: string;
19094
+ };
19095
+ };
19096
+ security: ({
19097
+ pat_with_workspace: never[];
19098
+ console_session_with_workspace?: never;
19099
+ api_key?: never;
19100
+ client_session_with_customer?: never;
19101
+ } | {
19102
+ console_session_with_workspace: never[];
19103
+ pat_with_workspace?: never;
19104
+ api_key?: never;
19105
+ client_session_with_customer?: never;
19106
+ } | {
19107
+ api_key: never[];
19108
+ pat_with_workspace?: never;
19109
+ console_session_with_workspace?: never;
19110
+ client_session_with_customer?: never;
19111
+ } | {
19112
+ client_session_with_customer: never[];
19113
+ pat_with_workspace?: never;
19114
+ console_session_with_workspace?: never;
19115
+ api_key?: never;
19116
+ })[];
19117
+ summary: string;
19118
+ tags: never[];
19119
+ 'x-draft': string;
19120
+ 'x-fern-sdk-group-name': string[];
19121
+ 'x-fern-sdk-method-name': string;
19122
+ 'x-fern-sdk-return-value': string;
19123
+ 'x-response-key': string;
19124
+ 'x-title': string;
19125
+ };
19126
+ post: {
19127
+ description: string;
19128
+ operationId: string;
19129
+ requestBody: {
19130
+ content: {
19131
+ 'application/json': {
19132
+ schema: {
19133
+ properties: {
19134
+ acs_entrance_id: {
19135
+ description: string;
19136
+ format: string;
19137
+ type: string;
19138
+ };
19139
+ acs_system_id: {
19140
+ description: string;
19141
+ format: string;
19142
+ type: string;
19143
+ };
19144
+ user_identity_id: {
19145
+ description: string;
19146
+ format: string;
19147
+ type: string;
19148
+ };
19149
+ };
19150
+ type: string;
19151
+ };
19152
+ };
19153
+ };
19154
+ };
19155
+ responses: {
19156
+ 200: {
19157
+ content: {
19158
+ 'application/json': {
19159
+ schema: {
19160
+ properties: {
19161
+ access_grants: {
19162
+ items: {
19163
+ description: string;
19164
+ properties: {
19165
+ access_grant_id: {
19166
+ description: string;
19167
+ format: string;
19168
+ type: string;
19169
+ };
19170
+ access_method_ids: {
19171
+ description: string;
19172
+ items: {
19173
+ format: string;
19174
+ type: string;
19175
+ };
19176
+ type: string;
19177
+ };
19178
+ created_at: {
19179
+ description: string;
19180
+ format: string;
19181
+ type: string;
19182
+ };
19183
+ display_name: {
19184
+ description: string;
19185
+ type: string;
19186
+ };
19187
+ ends_at: {
19188
+ description: string;
19189
+ format: string;
19190
+ nullable: boolean;
19191
+ type: string;
19192
+ };
19193
+ location_ids: {
19194
+ deprecated: boolean;
19195
+ items: {
19196
+ format: string;
19197
+ type: string;
19198
+ };
19199
+ type: string;
19200
+ 'x-deprecated': string;
19201
+ };
19202
+ name: {
19203
+ description: string;
19204
+ nullable: boolean;
19205
+ type: string;
19206
+ };
19207
+ requested_access_methods: {
19208
+ description: string;
19209
+ items: {
19210
+ properties: {
19211
+ code: {
19212
+ description: string;
19213
+ maxLength: number;
19214
+ minLength: number;
19215
+ pattern: string;
19216
+ type: string;
19217
+ };
19218
+ created_access_method_ids: {
19219
+ description: string;
19220
+ items: {
19221
+ format: string;
19222
+ type: string;
19223
+ };
19224
+ type: string;
19225
+ };
19226
+ created_at: {
19227
+ description: string;
19228
+ format: string;
19229
+ type: string;
19230
+ };
19231
+ display_name: {
19232
+ description: string;
19233
+ type: string;
19234
+ };
19235
+ mode: {
19236
+ description: string;
19237
+ enum: string[];
19238
+ type: string;
19239
+ };
19240
+ };
19241
+ required: string[];
19242
+ type: string;
19243
+ };
19244
+ type: string;
19245
+ };
19246
+ space_ids: {
19247
+ description: string;
19248
+ items: {
19249
+ format: string;
19250
+ type: string;
19251
+ };
19252
+ type: string;
19253
+ };
19254
+ starts_at: {
19255
+ description: string;
19256
+ format: string;
19257
+ type: string;
19258
+ };
19259
+ user_identity_id: {
19260
+ description: string;
19261
+ format: string;
19262
+ type: string;
19263
+ };
19264
+ warnings: {
19265
+ description: string;
19266
+ items: {
19267
+ description: string;
19268
+ discriminator: {
19269
+ propertyName: string;
19270
+ };
19271
+ oneOf: {
19272
+ description: string;
19273
+ properties: {
19274
+ created_at: {
19275
+ description: string;
19276
+ format: string;
19277
+ type: string;
19278
+ };
19279
+ message: {
19280
+ description: string;
19281
+ type: string;
19282
+ };
19283
+ warning_code: {
19284
+ description: string;
19285
+ enum: string[];
19286
+ type: string;
19287
+ };
19288
+ };
19289
+ required: string[];
19290
+ type: string;
19291
+ }[];
19292
+ };
19293
+ type: string;
19294
+ };
19295
+ workspace_id: {
19296
+ description: string;
19297
+ format: string;
19298
+ type: string;
19299
+ };
19300
+ };
19301
+ required: string[];
19302
+ type: string;
19303
+ 'x-draft': string;
19304
+ 'x-route-path': string;
19305
+ };
19306
+ type: string;
19307
+ };
19308
+ ok: {
19309
+ type: string;
19310
+ };
19311
+ };
19312
+ required: string[];
19313
+ type: string;
19314
+ };
19315
+ };
19316
+ };
19317
+ description: string;
19318
+ };
19319
+ 400: {
19320
+ description: string;
19321
+ };
19322
+ 401: {
19323
+ description: string;
19324
+ };
19325
+ };
19326
+ security: ({
19327
+ pat_with_workspace: never[];
19328
+ console_session_with_workspace?: never;
19329
+ api_key?: never;
19330
+ client_session_with_customer?: never;
19331
+ } | {
19332
+ console_session_with_workspace: never[];
19333
+ pat_with_workspace?: never;
19334
+ api_key?: never;
19335
+ client_session_with_customer?: never;
19336
+ } | {
19337
+ api_key: never[];
19338
+ pat_with_workspace?: never;
19339
+ console_session_with_workspace?: never;
19340
+ client_session_with_customer?: never;
19341
+ } | {
19342
+ client_session_with_customer: never[];
19343
+ pat_with_workspace?: never;
19344
+ console_session_with_workspace?: never;
19345
+ api_key?: never;
19346
+ })[];
19347
+ summary: string;
19348
+ tags: never[];
19349
+ 'x-draft': string;
19350
+ 'x-fern-sdk-group-name': string[];
19351
+ 'x-fern-sdk-method-name': string;
19352
+ 'x-fern-sdk-return-value': string;
19353
+ 'x-response-key': string;
19354
+ 'x-title': string;
19355
+ };
19356
+ };
18481
19357
  '/access_grants/update': {
18482
19358
  patch: {
18483
19359
  description: string;
@@ -18576,23 +19452,228 @@ declare const _default: {
18576
19452
  'application/json': {
18577
19453
  schema: {
18578
19454
  properties: {
18579
- access_grant_id: {
19455
+ access_grant_id: {
19456
+ description: string;
19457
+ format: string;
19458
+ type: string;
19459
+ };
19460
+ ends_at: {
19461
+ description: string;
19462
+ format: string;
19463
+ nullable: boolean;
19464
+ type: string;
19465
+ };
19466
+ name: {
19467
+ description: string;
19468
+ nullable: boolean;
19469
+ type: string;
19470
+ };
19471
+ starts_at: {
19472
+ description: string;
19473
+ format: string;
19474
+ type: string;
19475
+ };
19476
+ };
19477
+ required: string[];
19478
+ type: string;
19479
+ };
19480
+ };
19481
+ };
19482
+ };
19483
+ responses: {
19484
+ 200: {
19485
+ content: {
19486
+ 'application/json': {
19487
+ schema: {
19488
+ properties: {
19489
+ ok: {
19490
+ type: string;
19491
+ };
19492
+ };
19493
+ required: string[];
19494
+ type: string;
19495
+ };
19496
+ };
19497
+ };
19498
+ description: string;
19499
+ };
19500
+ 400: {
19501
+ description: string;
19502
+ };
19503
+ 401: {
19504
+ description: string;
19505
+ };
19506
+ };
19507
+ security: ({
19508
+ pat_with_workspace: never[];
19509
+ console_session_with_workspace?: never;
19510
+ api_key?: never;
19511
+ client_session_with_customer?: never;
19512
+ } | {
19513
+ console_session_with_workspace: never[];
19514
+ pat_with_workspace?: never;
19515
+ api_key?: never;
19516
+ client_session_with_customer?: never;
19517
+ } | {
19518
+ api_key: never[];
19519
+ pat_with_workspace?: never;
19520
+ console_session_with_workspace?: never;
19521
+ client_session_with_customer?: never;
19522
+ } | {
19523
+ client_session_with_customer: never[];
19524
+ pat_with_workspace?: never;
19525
+ console_session_with_workspace?: never;
19526
+ api_key?: never;
19527
+ })[];
19528
+ summary: string;
19529
+ tags: never[];
19530
+ 'x-draft': string;
19531
+ 'x-fern-sdk-group-name': string[];
19532
+ 'x-fern-sdk-method-name': string;
19533
+ 'x-response-key': null;
19534
+ 'x-title': string;
19535
+ };
19536
+ };
19537
+ '/access_methods/delete': {
19538
+ delete: {
19539
+ description: string;
19540
+ operationId: string;
19541
+ parameters: {
19542
+ in: string;
19543
+ name: string;
19544
+ required: boolean;
19545
+ schema: {
19546
+ description: string;
19547
+ format: string;
19548
+ type: string;
19549
+ };
19550
+ }[];
19551
+ responses: {
19552
+ 200: {
19553
+ content: {
19554
+ 'application/json': {
19555
+ schema: {
19556
+ properties: {
19557
+ ok: {
19558
+ type: string;
19559
+ };
19560
+ };
19561
+ required: string[];
19562
+ type: string;
19563
+ };
19564
+ };
19565
+ };
19566
+ description: string;
19567
+ };
19568
+ 400: {
19569
+ description: string;
19570
+ };
19571
+ 401: {
19572
+ description: string;
19573
+ };
19574
+ };
19575
+ security: ({
19576
+ pat_with_workspace: never[];
19577
+ console_session_with_workspace?: never;
19578
+ api_key?: never;
19579
+ } | {
19580
+ console_session_with_workspace: never[];
19581
+ pat_with_workspace?: never;
19582
+ api_key?: never;
19583
+ } | {
19584
+ api_key: never[];
19585
+ pat_with_workspace?: never;
19586
+ console_session_with_workspace?: never;
19587
+ })[];
19588
+ summary: string;
19589
+ tags: never[];
19590
+ 'x-draft': string;
19591
+ 'x-fern-sdk-group-name': string[];
19592
+ 'x-fern-sdk-method-name': string;
19593
+ 'x-response-key': null;
19594
+ 'x-title': string;
19595
+ };
19596
+ post: {
19597
+ description: string;
19598
+ operationId: string;
19599
+ requestBody: {
19600
+ content: {
19601
+ 'application/json': {
19602
+ schema: {
19603
+ properties: {
19604
+ access_method_id: {
18580
19605
  description: string;
18581
19606
  format: string;
18582
19607
  type: string;
18583
19608
  };
18584
- ends_at: {
18585
- description: string;
18586
- format: string;
18587
- nullable: boolean;
18588
- type: string;
19609
+ };
19610
+ required: string[];
19611
+ type: string;
19612
+ };
19613
+ };
19614
+ };
19615
+ };
19616
+ responses: {
19617
+ 200: {
19618
+ content: {
19619
+ 'application/json': {
19620
+ schema: {
19621
+ properties: {
19622
+ ok: {
19623
+ type: string;
19624
+ };
18589
19625
  };
18590
- name: {
19626
+ required: string[];
19627
+ type: string;
19628
+ };
19629
+ };
19630
+ };
19631
+ description: string;
19632
+ };
19633
+ 400: {
19634
+ description: string;
19635
+ };
19636
+ 401: {
19637
+ description: string;
19638
+ };
19639
+ };
19640
+ security: ({
19641
+ pat_with_workspace: never[];
19642
+ console_session_with_workspace?: never;
19643
+ api_key?: never;
19644
+ } | {
19645
+ console_session_with_workspace: never[];
19646
+ pat_with_workspace?: never;
19647
+ api_key?: never;
19648
+ } | {
19649
+ api_key: never[];
19650
+ pat_with_workspace?: never;
19651
+ console_session_with_workspace?: never;
19652
+ })[];
19653
+ summary: string;
19654
+ tags: never[];
19655
+ 'x-draft': string;
19656
+ 'x-fern-sdk-group-name': string[];
19657
+ 'x-fern-sdk-method-name': string;
19658
+ 'x-response-key': null;
19659
+ 'x-title': string;
19660
+ };
19661
+ };
19662
+ '/access_methods/encode': {
19663
+ post: {
19664
+ description: string;
19665
+ operationId: string;
19666
+ requestBody: {
19667
+ content: {
19668
+ 'application/json': {
19669
+ schema: {
19670
+ properties: {
19671
+ access_method_id: {
18591
19672
  description: string;
18592
- nullable: boolean;
19673
+ format: string;
18593
19674
  type: string;
18594
19675
  };
18595
- starts_at: {
19676
+ acs_encoder_id: {
18596
19677
  description: string;
18597
19678
  format: string;
18598
19679
  type: string;
@@ -18610,6 +19691,9 @@ declare const _default: {
18610
19691
  'application/json': {
18611
19692
  schema: {
18612
19693
  properties: {
19694
+ action_attempt: {
19695
+ $ref: string;
19696
+ };
18613
19697
  ok: {
18614
19698
  type: string;
18615
19699
  };
@@ -18632,52 +19716,368 @@ declare const _default: {
18632
19716
  pat_with_workspace: never[];
18633
19717
  console_session_with_workspace?: never;
18634
19718
  api_key?: never;
18635
- client_session_with_customer?: never;
18636
19719
  } | {
18637
19720
  console_session_with_workspace: never[];
18638
19721
  pat_with_workspace?: never;
18639
19722
  api_key?: never;
18640
- client_session_with_customer?: never;
18641
19723
  } | {
18642
19724
  api_key: never[];
18643
19725
  pat_with_workspace?: never;
18644
19726
  console_session_with_workspace?: never;
18645
- client_session_with_customer?: never;
19727
+ })[];
19728
+ summary: string;
19729
+ tags: never[];
19730
+ 'x-action-attempt-type': string;
19731
+ 'x-fern-sdk-group-name': string[];
19732
+ 'x-fern-sdk-method-name': string;
19733
+ 'x-fern-sdk-return-value': string;
19734
+ 'x-response-key': string;
19735
+ 'x-title': string;
19736
+ };
19737
+ };
19738
+ '/access_methods/get': {
19739
+ get: {
19740
+ description: string;
19741
+ operationId: string;
19742
+ parameters: {
19743
+ in: string;
19744
+ name: string;
19745
+ required: boolean;
19746
+ schema: {
19747
+ description: string;
19748
+ format: string;
19749
+ type: string;
19750
+ };
19751
+ }[];
19752
+ responses: {
19753
+ 200: {
19754
+ content: {
19755
+ 'application/json': {
19756
+ schema: {
19757
+ properties: {
19758
+ access_method: {
19759
+ $ref: string;
19760
+ };
19761
+ ok: {
19762
+ type: string;
19763
+ };
19764
+ };
19765
+ required: string[];
19766
+ type: string;
19767
+ };
19768
+ };
19769
+ };
19770
+ description: string;
19771
+ };
19772
+ 400: {
19773
+ description: string;
19774
+ };
19775
+ 401: {
19776
+ description: string;
19777
+ };
19778
+ };
19779
+ security: ({
19780
+ pat_with_workspace: never[];
19781
+ console_session_with_workspace?: never;
19782
+ api_key?: never;
18646
19783
  } | {
18647
- client_session_with_customer: never[];
19784
+ console_session_with_workspace: never[];
19785
+ pat_with_workspace?: never;
19786
+ api_key?: never;
19787
+ } | {
19788
+ api_key: never[];
18648
19789
  pat_with_workspace?: never;
18649
19790
  console_session_with_workspace?: never;
19791
+ })[];
19792
+ summary: string;
19793
+ tags: never[];
19794
+ 'x-draft': string;
19795
+ 'x-fern-sdk-group-name': string[];
19796
+ 'x-fern-sdk-method-name': string;
19797
+ 'x-fern-sdk-return-value': string;
19798
+ 'x-response-key': string;
19799
+ 'x-title': string;
19800
+ };
19801
+ post: {
19802
+ description: string;
19803
+ operationId: string;
19804
+ requestBody: {
19805
+ content: {
19806
+ 'application/json': {
19807
+ schema: {
19808
+ properties: {
19809
+ access_method_id: {
19810
+ description: string;
19811
+ format: string;
19812
+ type: string;
19813
+ };
19814
+ };
19815
+ required: string[];
19816
+ type: string;
19817
+ };
19818
+ };
19819
+ };
19820
+ };
19821
+ responses: {
19822
+ 200: {
19823
+ content: {
19824
+ 'application/json': {
19825
+ schema: {
19826
+ properties: {
19827
+ access_method: {
19828
+ $ref: string;
19829
+ };
19830
+ ok: {
19831
+ type: string;
19832
+ };
19833
+ };
19834
+ required: string[];
19835
+ type: string;
19836
+ };
19837
+ };
19838
+ };
19839
+ description: string;
19840
+ };
19841
+ 400: {
19842
+ description: string;
19843
+ };
19844
+ 401: {
19845
+ description: string;
19846
+ };
19847
+ };
19848
+ security: ({
19849
+ pat_with_workspace: never[];
19850
+ console_session_with_workspace?: never;
19851
+ api_key?: never;
19852
+ } | {
19853
+ console_session_with_workspace: never[];
19854
+ pat_with_workspace?: never;
18650
19855
  api_key?: never;
19856
+ } | {
19857
+ api_key: never[];
19858
+ pat_with_workspace?: never;
19859
+ console_session_with_workspace?: never;
18651
19860
  })[];
18652
19861
  summary: string;
18653
19862
  tags: never[];
18654
19863
  'x-draft': string;
18655
19864
  'x-fern-sdk-group-name': string[];
18656
19865
  'x-fern-sdk-method-name': string;
18657
- 'x-response-key': null;
19866
+ 'x-fern-sdk-return-value': string;
19867
+ 'x-response-key': string;
18658
19868
  'x-title': string;
18659
19869
  };
18660
19870
  };
18661
- '/access_methods/delete': {
18662
- delete: {
19871
+ '/access_methods/get_related': {
19872
+ get: {
18663
19873
  description: string;
18664
19874
  operationId: string;
18665
- parameters: {
19875
+ parameters: ({
18666
19876
  in: string;
18667
19877
  name: string;
18668
19878
  required: boolean;
18669
19879
  schema: {
18670
19880
  description: string;
18671
- format: string;
19881
+ items: {
19882
+ format: string;
19883
+ type: string;
19884
+ enum?: never;
19885
+ };
18672
19886
  type: string;
18673
19887
  };
18674
- }[];
19888
+ } | {
19889
+ in: string;
19890
+ name: string;
19891
+ required: boolean;
19892
+ schema: {
19893
+ items: {
19894
+ enum: string[];
19895
+ type: string;
19896
+ format?: never;
19897
+ };
19898
+ type: string;
19899
+ description?: never;
19900
+ };
19901
+ })[];
18675
19902
  responses: {
18676
19903
  200: {
18677
19904
  content: {
18678
19905
  'application/json': {
18679
19906
  schema: {
18680
19907
  properties: {
19908
+ batch: {
19909
+ description: string;
19910
+ properties: {
19911
+ access_codes: {
19912
+ items: {
19913
+ $ref: string;
19914
+ };
19915
+ type: string;
19916
+ };
19917
+ access_grants: {
19918
+ items: {
19919
+ $ref: string;
19920
+ };
19921
+ type: string;
19922
+ };
19923
+ access_methods: {
19924
+ items: {
19925
+ $ref: string;
19926
+ };
19927
+ type: string;
19928
+ };
19929
+ acs_access_groups: {
19930
+ items: {
19931
+ $ref: string;
19932
+ };
19933
+ type: string;
19934
+ };
19935
+ acs_credentials: {
19936
+ items: {
19937
+ $ref: string;
19938
+ };
19939
+ type: string;
19940
+ };
19941
+ acs_encoders: {
19942
+ items: {
19943
+ $ref: string;
19944
+ };
19945
+ type: string;
19946
+ };
19947
+ acs_entrances: {
19948
+ items: {
19949
+ $ref: string;
19950
+ };
19951
+ type: string;
19952
+ };
19953
+ acs_systems: {
19954
+ items: {
19955
+ $ref: string;
19956
+ };
19957
+ type: string;
19958
+ };
19959
+ acs_users: {
19960
+ items: {
19961
+ $ref: string;
19962
+ };
19963
+ type: string;
19964
+ };
19965
+ action_attempts: {
19966
+ items: {
19967
+ $ref: string;
19968
+ };
19969
+ type: string;
19970
+ };
19971
+ batch_type: {
19972
+ enum: string[];
19973
+ type: string;
19974
+ };
19975
+ client_sessions: {
19976
+ items: {
19977
+ $ref: string;
19978
+ };
19979
+ type: string;
19980
+ };
19981
+ connect_webviews: {
19982
+ items: {
19983
+ $ref: string;
19984
+ };
19985
+ type: string;
19986
+ };
19987
+ customization_profiles: {
19988
+ items: {
19989
+ $ref: string;
19990
+ };
19991
+ type: string;
19992
+ };
19993
+ devices: {
19994
+ items: {
19995
+ $ref: string;
19996
+ };
19997
+ type: string;
19998
+ };
19999
+ events: {
20000
+ items: {
20001
+ $ref: string;
20002
+ };
20003
+ type: string;
20004
+ };
20005
+ instant_keys: {
20006
+ items: {
20007
+ $ref: string;
20008
+ };
20009
+ type: string;
20010
+ };
20011
+ noise_thresholds: {
20012
+ items: {
20013
+ $ref: string;
20014
+ };
20015
+ type: string;
20016
+ };
20017
+ spaces: {
20018
+ items: {
20019
+ $ref: string;
20020
+ };
20021
+ type: string;
20022
+ };
20023
+ thermostat_daily_programs: {
20024
+ items: {
20025
+ $ref: string;
20026
+ };
20027
+ type: string;
20028
+ };
20029
+ thermostat_schedules: {
20030
+ items: {
20031
+ $ref: string;
20032
+ };
20033
+ type: string;
20034
+ };
20035
+ unmanaged_access_codes: {
20036
+ items: {
20037
+ $ref: string;
20038
+ };
20039
+ type: string;
20040
+ };
20041
+ unmanaged_acs_access_groups: {
20042
+ items: {
20043
+ $ref: string;
20044
+ };
20045
+ type: string;
20046
+ };
20047
+ unmanaged_acs_credentials: {
20048
+ items: {
20049
+ $ref: string;
20050
+ };
20051
+ type: string;
20052
+ };
20053
+ unmanaged_acs_users: {
20054
+ items: {
20055
+ $ref: string;
20056
+ };
20057
+ type: string;
20058
+ };
20059
+ unmanaged_devices: {
20060
+ items: {
20061
+ $ref: string;
20062
+ };
20063
+ type: string;
20064
+ };
20065
+ user_identities: {
20066
+ items: {
20067
+ $ref: string;
20068
+ };
20069
+ type: string;
20070
+ };
20071
+ workspaces: {
20072
+ items: {
20073
+ $ref: string;
20074
+ };
20075
+ type: string;
20076
+ };
20077
+ };
20078
+ required: string[];
20079
+ type: string;
20080
+ };
18681
20081
  ok: {
18682
20082
  type: string;
18683
20083
  };
@@ -18711,10 +20111,12 @@ declare const _default: {
18711
20111
  })[];
18712
20112
  summary: string;
18713
20113
  tags: never[];
20114
+ 'x-batch-type': string;
18714
20115
  'x-draft': string;
18715
20116
  'x-fern-sdk-group-name': string[];
18716
20117
  'x-fern-sdk-method-name': string;
18717
- 'x-response-key': null;
20118
+ 'x-fern-sdk-return-value': string;
20119
+ 'x-response-key': string;
18718
20120
  'x-title': string;
18719
20121
  };
18720
20122
  post: {
@@ -18725,81 +20127,26 @@ declare const _default: {
18725
20127
  'application/json': {
18726
20128
  schema: {
18727
20129
  properties: {
18728
- access_method_id: {
20130
+ access_method_ids: {
18729
20131
  description: string;
18730
- format: string;
20132
+ items: {
20133
+ format: string;
20134
+ type: string;
20135
+ };
18731
20136
  type: string;
18732
20137
  };
18733
- };
18734
- required: string[];
18735
- type: string;
18736
- };
18737
- };
18738
- };
18739
- };
18740
- responses: {
18741
- 200: {
18742
- content: {
18743
- 'application/json': {
18744
- schema: {
18745
- properties: {
18746
- ok: {
20138
+ exclude: {
20139
+ items: {
20140
+ enum: string[];
18747
20141
  type: string;
18748
20142
  };
18749
- };
18750
- required: string[];
18751
- type: string;
18752
- };
18753
- };
18754
- };
18755
- description: string;
18756
- };
18757
- 400: {
18758
- description: string;
18759
- };
18760
- 401: {
18761
- description: string;
18762
- };
18763
- };
18764
- security: ({
18765
- pat_with_workspace: never[];
18766
- console_session_with_workspace?: never;
18767
- api_key?: never;
18768
- } | {
18769
- console_session_with_workspace: never[];
18770
- pat_with_workspace?: never;
18771
- api_key?: never;
18772
- } | {
18773
- api_key: never[];
18774
- pat_with_workspace?: never;
18775
- console_session_with_workspace?: never;
18776
- })[];
18777
- summary: string;
18778
- tags: never[];
18779
- 'x-draft': string;
18780
- 'x-fern-sdk-group-name': string[];
18781
- 'x-fern-sdk-method-name': string;
18782
- 'x-response-key': null;
18783
- 'x-title': string;
18784
- };
18785
- };
18786
- '/access_methods/encode': {
18787
- post: {
18788
- description: string;
18789
- operationId: string;
18790
- requestBody: {
18791
- content: {
18792
- 'application/json': {
18793
- schema: {
18794
- properties: {
18795
- access_method_id: {
18796
- description: string;
18797
- format: string;
18798
20143
  type: string;
18799
20144
  };
18800
- acs_encoder_id: {
18801
- description: string;
18802
- format: string;
20145
+ include: {
20146
+ items: {
20147
+ enum: string[];
20148
+ type: string;
20149
+ };
18803
20150
  type: string;
18804
20151
  };
18805
20152
  };
@@ -18815,8 +20162,178 @@ declare const _default: {
18815
20162
  'application/json': {
18816
20163
  schema: {
18817
20164
  properties: {
18818
- action_attempt: {
18819
- $ref: string;
20165
+ batch: {
20166
+ description: string;
20167
+ properties: {
20168
+ access_codes: {
20169
+ items: {
20170
+ $ref: string;
20171
+ };
20172
+ type: string;
20173
+ };
20174
+ access_grants: {
20175
+ items: {
20176
+ $ref: string;
20177
+ };
20178
+ type: string;
20179
+ };
20180
+ access_methods: {
20181
+ items: {
20182
+ $ref: string;
20183
+ };
20184
+ type: string;
20185
+ };
20186
+ acs_access_groups: {
20187
+ items: {
20188
+ $ref: string;
20189
+ };
20190
+ type: string;
20191
+ };
20192
+ acs_credentials: {
20193
+ items: {
20194
+ $ref: string;
20195
+ };
20196
+ type: string;
20197
+ };
20198
+ acs_encoders: {
20199
+ items: {
20200
+ $ref: string;
20201
+ };
20202
+ type: string;
20203
+ };
20204
+ acs_entrances: {
20205
+ items: {
20206
+ $ref: string;
20207
+ };
20208
+ type: string;
20209
+ };
20210
+ acs_systems: {
20211
+ items: {
20212
+ $ref: string;
20213
+ };
20214
+ type: string;
20215
+ };
20216
+ acs_users: {
20217
+ items: {
20218
+ $ref: string;
20219
+ };
20220
+ type: string;
20221
+ };
20222
+ action_attempts: {
20223
+ items: {
20224
+ $ref: string;
20225
+ };
20226
+ type: string;
20227
+ };
20228
+ batch_type: {
20229
+ enum: string[];
20230
+ type: string;
20231
+ };
20232
+ client_sessions: {
20233
+ items: {
20234
+ $ref: string;
20235
+ };
20236
+ type: string;
20237
+ };
20238
+ connect_webviews: {
20239
+ items: {
20240
+ $ref: string;
20241
+ };
20242
+ type: string;
20243
+ };
20244
+ customization_profiles: {
20245
+ items: {
20246
+ $ref: string;
20247
+ };
20248
+ type: string;
20249
+ };
20250
+ devices: {
20251
+ items: {
20252
+ $ref: string;
20253
+ };
20254
+ type: string;
20255
+ };
20256
+ events: {
20257
+ items: {
20258
+ $ref: string;
20259
+ };
20260
+ type: string;
20261
+ };
20262
+ instant_keys: {
20263
+ items: {
20264
+ $ref: string;
20265
+ };
20266
+ type: string;
20267
+ };
20268
+ noise_thresholds: {
20269
+ items: {
20270
+ $ref: string;
20271
+ };
20272
+ type: string;
20273
+ };
20274
+ spaces: {
20275
+ items: {
20276
+ $ref: string;
20277
+ };
20278
+ type: string;
20279
+ };
20280
+ thermostat_daily_programs: {
20281
+ items: {
20282
+ $ref: string;
20283
+ };
20284
+ type: string;
20285
+ };
20286
+ thermostat_schedules: {
20287
+ items: {
20288
+ $ref: string;
20289
+ };
20290
+ type: string;
20291
+ };
20292
+ unmanaged_access_codes: {
20293
+ items: {
20294
+ $ref: string;
20295
+ };
20296
+ type: string;
20297
+ };
20298
+ unmanaged_acs_access_groups: {
20299
+ items: {
20300
+ $ref: string;
20301
+ };
20302
+ type: string;
20303
+ };
20304
+ unmanaged_acs_credentials: {
20305
+ items: {
20306
+ $ref: string;
20307
+ };
20308
+ type: string;
20309
+ };
20310
+ unmanaged_acs_users: {
20311
+ items: {
20312
+ $ref: string;
20313
+ };
20314
+ type: string;
20315
+ };
20316
+ unmanaged_devices: {
20317
+ items: {
20318
+ $ref: string;
20319
+ };
20320
+ type: string;
20321
+ };
20322
+ user_identities: {
20323
+ items: {
20324
+ $ref: string;
20325
+ };
20326
+ type: string;
20327
+ };
20328
+ workspaces: {
20329
+ items: {
20330
+ $ref: string;
20331
+ };
20332
+ type: string;
20333
+ };
20334
+ };
20335
+ required: string[];
20336
+ type: string;
18820
20337
  };
18821
20338
  ok: {
18822
20339
  type: string;
@@ -18851,7 +20368,8 @@ declare const _default: {
18851
20368
  })[];
18852
20369
  summary: string;
18853
20370
  tags: never[];
18854
- 'x-action-attempt-type': string;
20371
+ 'x-batch-type': string;
20372
+ 'x-draft': string;
18855
20373
  'x-fern-sdk-group-name': string[];
18856
20374
  'x-fern-sdk-method-name': string;
18857
20375
  'x-fern-sdk-return-value': string;
@@ -18859,7 +20377,7 @@ declare const _default: {
18859
20377
  'x-title': string;
18860
20378
  };
18861
20379
  };
18862
- '/access_methods/get': {
20380
+ '/access_methods/list': {
18863
20381
  get: {
18864
20382
  description: string;
18865
20383
  operationId: string;
@@ -18879,8 +20397,11 @@ declare const _default: {
18879
20397
  'application/json': {
18880
20398
  schema: {
18881
20399
  properties: {
18882
- access_method: {
18883
- $ref: string;
20400
+ access_methods: {
20401
+ items: {
20402
+ $ref: string;
20403
+ };
20404
+ type: string;
18884
20405
  };
18885
20406
  ok: {
18886
20407
  type: string;
@@ -18930,7 +20451,22 @@ declare const _default: {
18930
20451
  'application/json': {
18931
20452
  schema: {
18932
20453
  properties: {
18933
- access_method_id: {
20454
+ access_grant_id: {
20455
+ description: string;
20456
+ format: string;
20457
+ type: string;
20458
+ };
20459
+ acs_entrance_id: {
20460
+ description: string;
20461
+ format: string;
20462
+ type: string;
20463
+ };
20464
+ device_id: {
20465
+ description: string;
20466
+ format: string;
20467
+ type: string;
20468
+ };
20469
+ space_id: {
18934
20470
  description: string;
18935
20471
  format: string;
18936
20472
  type: string;
@@ -18948,8 +20484,11 @@ declare const _default: {
18948
20484
  'application/json': {
18949
20485
  schema: {
18950
20486
  properties: {
18951
- access_method: {
18952
- $ref: string;
20487
+ access_methods: {
20488
+ items: {
20489
+ $ref: string;
20490
+ };
20491
+ type: string;
18953
20492
  };
18954
20493
  ok: {
18955
20494
  type: string;
@@ -18992,215 +20531,108 @@ declare const _default: {
18992
20531
  'x-title': string;
18993
20532
  };
18994
20533
  };
18995
- '/access_methods/get_related': {
20534
+ '/access_methods/unmanaged/get': {
18996
20535
  get: {
18997
20536
  description: string;
18998
20537
  operationId: string;
18999
- parameters: ({
20538
+ parameters: {
19000
20539
  in: string;
19001
20540
  name: string;
19002
20541
  required: boolean;
19003
20542
  schema: {
19004
20543
  description: string;
19005
- items: {
19006
- format: string;
19007
- type: string;
19008
- enum?: never;
19009
- };
19010
- type: string;
19011
- };
19012
- } | {
19013
- in: string;
19014
- name: string;
19015
- required: boolean;
19016
- schema: {
19017
- items: {
19018
- enum: string[];
19019
- type: string;
19020
- format?: never;
19021
- };
20544
+ format: string;
19022
20545
  type: string;
19023
- description?: never;
19024
20546
  };
19025
- })[];
20547
+ }[];
19026
20548
  responses: {
19027
20549
  200: {
19028
20550
  content: {
19029
20551
  'application/json': {
19030
20552
  schema: {
19031
20553
  properties: {
19032
- batch: {
20554
+ access_method: {
19033
20555
  description: string;
19034
20556
  properties: {
19035
- access_codes: {
19036
- items: {
19037
- $ref: string;
19038
- };
19039
- type: string;
19040
- };
19041
- access_grants: {
19042
- items: {
19043
- $ref: string;
19044
- };
19045
- type: string;
19046
- };
19047
- access_methods: {
19048
- items: {
19049
- $ref: string;
19050
- };
19051
- type: string;
19052
- };
19053
- acs_access_groups: {
19054
- items: {
19055
- $ref: string;
19056
- };
20557
+ access_method_id: {
20558
+ description: string;
20559
+ format: string;
19057
20560
  type: string;
19058
20561
  };
19059
- acs_credentials: {
19060
- items: {
19061
- $ref: string;
19062
- };
20562
+ code: {
20563
+ description: string;
20564
+ nullable: boolean;
19063
20565
  type: string;
19064
20566
  };
19065
- acs_encoders: {
19066
- items: {
19067
- $ref: string;
19068
- };
20567
+ created_at: {
20568
+ description: string;
20569
+ format: string;
19069
20570
  type: string;
19070
20571
  };
19071
- acs_entrances: {
19072
- items: {
19073
- $ref: string;
19074
- };
20572
+ display_name: {
20573
+ description: string;
19075
20574
  type: string;
19076
20575
  };
19077
- acs_systems: {
19078
- items: {
19079
- $ref: string;
19080
- };
20576
+ is_encoding_required: {
20577
+ description: string;
19081
20578
  type: string;
19082
20579
  };
19083
- acs_users: {
19084
- items: {
19085
- $ref: string;
19086
- };
20580
+ is_issued: {
20581
+ description: string;
19087
20582
  type: string;
19088
20583
  };
19089
- action_attempts: {
19090
- items: {
19091
- $ref: string;
19092
- };
20584
+ issued_at: {
20585
+ description: string;
20586
+ format: string;
20587
+ nullable: boolean;
19093
20588
  type: string;
19094
20589
  };
19095
- batch_type: {
20590
+ mode: {
20591
+ description: string;
19096
20592
  enum: string[];
19097
20593
  type: string;
19098
20594
  };
19099
- client_sessions: {
19100
- items: {
19101
- $ref: string;
19102
- };
19103
- type: string;
19104
- };
19105
- connect_webviews: {
19106
- items: {
19107
- $ref: string;
19108
- };
19109
- type: string;
19110
- };
19111
- customization_profiles: {
19112
- items: {
19113
- $ref: string;
19114
- };
19115
- type: string;
19116
- };
19117
- devices: {
19118
- items: {
19119
- $ref: string;
19120
- };
19121
- type: string;
19122
- };
19123
- events: {
19124
- items: {
19125
- $ref: string;
19126
- };
19127
- type: string;
19128
- };
19129
- instant_keys: {
19130
- items: {
19131
- $ref: string;
19132
- };
19133
- type: string;
19134
- };
19135
- noise_thresholds: {
19136
- items: {
19137
- $ref: string;
19138
- };
19139
- type: string;
19140
- };
19141
- spaces: {
19142
- items: {
19143
- $ref: string;
19144
- };
19145
- type: string;
19146
- };
19147
- thermostat_daily_programs: {
19148
- items: {
19149
- $ref: string;
19150
- };
19151
- type: string;
19152
- };
19153
- thermostat_schedules: {
19154
- items: {
19155
- $ref: string;
19156
- };
19157
- type: string;
19158
- };
19159
- unmanaged_access_codes: {
19160
- items: {
19161
- $ref: string;
19162
- };
19163
- type: string;
19164
- };
19165
- unmanaged_acs_access_groups: {
19166
- items: {
19167
- $ref: string;
19168
- };
19169
- type: string;
19170
- };
19171
- unmanaged_acs_credentials: {
19172
- items: {
19173
- $ref: string;
19174
- };
19175
- type: string;
19176
- };
19177
- unmanaged_acs_users: {
19178
- items: {
19179
- $ref: string;
19180
- };
19181
- type: string;
19182
- };
19183
- unmanaged_devices: {
19184
- items: {
19185
- $ref: string;
19186
- };
19187
- type: string;
19188
- };
19189
- user_identities: {
20595
+ warnings: {
20596
+ description: string;
19190
20597
  items: {
19191
- $ref: string;
20598
+ description: string;
20599
+ discriminator: {
20600
+ propertyName: string;
20601
+ };
20602
+ oneOf: {
20603
+ description: string;
20604
+ properties: {
20605
+ created_at: {
20606
+ description: string;
20607
+ format: string;
20608
+ type: string;
20609
+ };
20610
+ message: {
20611
+ description: string;
20612
+ type: string;
20613
+ };
20614
+ warning_code: {
20615
+ description: string;
20616
+ enum: string[];
20617
+ type: string;
20618
+ };
20619
+ };
20620
+ required: string[];
20621
+ type: string;
20622
+ }[];
19192
20623
  };
19193
20624
  type: string;
19194
20625
  };
19195
- workspaces: {
19196
- items: {
19197
- $ref: string;
19198
- };
20626
+ workspace_id: {
20627
+ description: string;
20628
+ format: string;
19199
20629
  type: string;
19200
20630
  };
19201
20631
  };
19202
20632
  required: string[];
19203
20633
  type: string;
20634
+ 'x-draft': string;
20635
+ 'x-route-path': string;
19204
20636
  };
19205
20637
  ok: {
19206
20638
  type: string;
@@ -19235,7 +20667,6 @@ declare const _default: {
19235
20667
  })[];
19236
20668
  summary: string;
19237
20669
  tags: never[];
19238
- 'x-batch-type': string;
19239
20670
  'x-draft': string;
19240
20671
  'x-fern-sdk-group-name': string[];
19241
20672
  'x-fern-sdk-method-name': string;
@@ -19251,26 +20682,9 @@ declare const _default: {
19251
20682
  'application/json': {
19252
20683
  schema: {
19253
20684
  properties: {
19254
- access_method_ids: {
20685
+ access_method_id: {
19255
20686
  description: string;
19256
- items: {
19257
- format: string;
19258
- type: string;
19259
- };
19260
- type: string;
19261
- };
19262
- exclude: {
19263
- items: {
19264
- enum: string[];
19265
- type: string;
19266
- };
19267
- type: string;
19268
- };
19269
- include: {
19270
- items: {
19271
- enum: string[];
19272
- type: string;
19273
- };
20687
+ format: string;
19274
20688
  type: string;
19275
20689
  };
19276
20690
  };
@@ -19286,178 +20700,88 @@ declare const _default: {
19286
20700
  'application/json': {
19287
20701
  schema: {
19288
20702
  properties: {
19289
- batch: {
20703
+ access_method: {
19290
20704
  description: string;
19291
20705
  properties: {
19292
- access_codes: {
19293
- items: {
19294
- $ref: string;
19295
- };
19296
- type: string;
19297
- };
19298
- access_grants: {
19299
- items: {
19300
- $ref: string;
19301
- };
19302
- type: string;
19303
- };
19304
- access_methods: {
19305
- items: {
19306
- $ref: string;
19307
- };
19308
- type: string;
19309
- };
19310
- acs_access_groups: {
19311
- items: {
19312
- $ref: string;
19313
- };
20706
+ access_method_id: {
20707
+ description: string;
20708
+ format: string;
19314
20709
  type: string;
19315
20710
  };
19316
- acs_credentials: {
19317
- items: {
19318
- $ref: string;
19319
- };
20711
+ code: {
20712
+ description: string;
20713
+ nullable: boolean;
19320
20714
  type: string;
19321
20715
  };
19322
- acs_encoders: {
19323
- items: {
19324
- $ref: string;
19325
- };
20716
+ created_at: {
20717
+ description: string;
20718
+ format: string;
19326
20719
  type: string;
19327
20720
  };
19328
- acs_entrances: {
19329
- items: {
19330
- $ref: string;
19331
- };
20721
+ display_name: {
20722
+ description: string;
19332
20723
  type: string;
19333
20724
  };
19334
- acs_systems: {
19335
- items: {
19336
- $ref: string;
19337
- };
20725
+ is_encoding_required: {
20726
+ description: string;
19338
20727
  type: string;
19339
20728
  };
19340
- acs_users: {
19341
- items: {
19342
- $ref: string;
19343
- };
20729
+ is_issued: {
20730
+ description: string;
19344
20731
  type: string;
19345
20732
  };
19346
- action_attempts: {
19347
- items: {
19348
- $ref: string;
19349
- };
20733
+ issued_at: {
20734
+ description: string;
20735
+ format: string;
20736
+ nullable: boolean;
19350
20737
  type: string;
19351
20738
  };
19352
- batch_type: {
20739
+ mode: {
20740
+ description: string;
19353
20741
  enum: string[];
19354
20742
  type: string;
19355
20743
  };
19356
- client_sessions: {
19357
- items: {
19358
- $ref: string;
19359
- };
19360
- type: string;
19361
- };
19362
- connect_webviews: {
19363
- items: {
19364
- $ref: string;
19365
- };
19366
- type: string;
19367
- };
19368
- customization_profiles: {
19369
- items: {
19370
- $ref: string;
19371
- };
19372
- type: string;
19373
- };
19374
- devices: {
19375
- items: {
19376
- $ref: string;
19377
- };
19378
- type: string;
19379
- };
19380
- events: {
19381
- items: {
19382
- $ref: string;
19383
- };
19384
- type: string;
19385
- };
19386
- instant_keys: {
19387
- items: {
19388
- $ref: string;
19389
- };
19390
- type: string;
19391
- };
19392
- noise_thresholds: {
19393
- items: {
19394
- $ref: string;
19395
- };
19396
- type: string;
19397
- };
19398
- spaces: {
19399
- items: {
19400
- $ref: string;
19401
- };
19402
- type: string;
19403
- };
19404
- thermostat_daily_programs: {
19405
- items: {
19406
- $ref: string;
19407
- };
19408
- type: string;
19409
- };
19410
- thermostat_schedules: {
19411
- items: {
19412
- $ref: string;
19413
- };
19414
- type: string;
19415
- };
19416
- unmanaged_access_codes: {
19417
- items: {
19418
- $ref: string;
19419
- };
19420
- type: string;
19421
- };
19422
- unmanaged_acs_access_groups: {
19423
- items: {
19424
- $ref: string;
19425
- };
19426
- type: string;
19427
- };
19428
- unmanaged_acs_credentials: {
19429
- items: {
19430
- $ref: string;
19431
- };
19432
- type: string;
19433
- };
19434
- unmanaged_acs_users: {
19435
- items: {
19436
- $ref: string;
19437
- };
19438
- type: string;
19439
- };
19440
- unmanaged_devices: {
19441
- items: {
19442
- $ref: string;
19443
- };
19444
- type: string;
19445
- };
19446
- user_identities: {
20744
+ warnings: {
20745
+ description: string;
19447
20746
  items: {
19448
- $ref: string;
20747
+ description: string;
20748
+ discriminator: {
20749
+ propertyName: string;
20750
+ };
20751
+ oneOf: {
20752
+ description: string;
20753
+ properties: {
20754
+ created_at: {
20755
+ description: string;
20756
+ format: string;
20757
+ type: string;
20758
+ };
20759
+ message: {
20760
+ description: string;
20761
+ type: string;
20762
+ };
20763
+ warning_code: {
20764
+ description: string;
20765
+ enum: string[];
20766
+ type: string;
20767
+ };
20768
+ };
20769
+ required: string[];
20770
+ type: string;
20771
+ }[];
19449
20772
  };
19450
20773
  type: string;
19451
20774
  };
19452
- workspaces: {
19453
- items: {
19454
- $ref: string;
19455
- };
20775
+ workspace_id: {
20776
+ description: string;
20777
+ format: string;
19456
20778
  type: string;
19457
20779
  };
19458
20780
  };
19459
20781
  required: string[];
19460
20782
  type: string;
20783
+ 'x-draft': string;
20784
+ 'x-route-path': string;
19461
20785
  };
19462
20786
  ok: {
19463
20787
  type: string;
@@ -19492,7 +20816,6 @@ declare const _default: {
19492
20816
  })[];
19493
20817
  summary: string;
19494
20818
  tags: never[];
19495
- 'x-batch-type': string;
19496
20819
  'x-draft': string;
19497
20820
  'x-fern-sdk-group-name': string[];
19498
20821
  'x-fern-sdk-method-name': string;
@@ -19501,7 +20824,7 @@ declare const _default: {
19501
20824
  'x-title': string;
19502
20825
  };
19503
20826
  };
19504
- '/access_methods/list': {
20827
+ '/access_methods/unmanaged/list': {
19505
20828
  get: {
19506
20829
  description: string;
19507
20830
  operationId: string;
@@ -19523,7 +20846,87 @@ declare const _default: {
19523
20846
  properties: {
19524
20847
  access_methods: {
19525
20848
  items: {
19526
- $ref: string;
20849
+ description: string;
20850
+ properties: {
20851
+ access_method_id: {
20852
+ description: string;
20853
+ format: string;
20854
+ type: string;
20855
+ };
20856
+ code: {
20857
+ description: string;
20858
+ nullable: boolean;
20859
+ type: string;
20860
+ };
20861
+ created_at: {
20862
+ description: string;
20863
+ format: string;
20864
+ type: string;
20865
+ };
20866
+ display_name: {
20867
+ description: string;
20868
+ type: string;
20869
+ };
20870
+ is_encoding_required: {
20871
+ description: string;
20872
+ type: string;
20873
+ };
20874
+ is_issued: {
20875
+ description: string;
20876
+ type: string;
20877
+ };
20878
+ issued_at: {
20879
+ description: string;
20880
+ format: string;
20881
+ nullable: boolean;
20882
+ type: string;
20883
+ };
20884
+ mode: {
20885
+ description: string;
20886
+ enum: string[];
20887
+ type: string;
20888
+ };
20889
+ warnings: {
20890
+ description: string;
20891
+ items: {
20892
+ description: string;
20893
+ discriminator: {
20894
+ propertyName: string;
20895
+ };
20896
+ oneOf: {
20897
+ description: string;
20898
+ properties: {
20899
+ created_at: {
20900
+ description: string;
20901
+ format: string;
20902
+ type: string;
20903
+ };
20904
+ message: {
20905
+ description: string;
20906
+ type: string;
20907
+ };
20908
+ warning_code: {
20909
+ description: string;
20910
+ enum: string[];
20911
+ type: string;
20912
+ };
20913
+ };
20914
+ required: string[];
20915
+ type: string;
20916
+ }[];
20917
+ };
20918
+ type: string;
20919
+ };
20920
+ workspace_id: {
20921
+ description: string;
20922
+ format: string;
20923
+ type: string;
20924
+ };
20925
+ };
20926
+ required: string[];
20927
+ type: string;
20928
+ 'x-draft': string;
20929
+ 'x-route-path': string;
19527
20930
  };
19528
20931
  type: string;
19529
20932
  };
@@ -19610,7 +21013,87 @@ declare const _default: {
19610
21013
  properties: {
19611
21014
  access_methods: {
19612
21015
  items: {
19613
- $ref: string;
21016
+ description: string;
21017
+ properties: {
21018
+ access_method_id: {
21019
+ description: string;
21020
+ format: string;
21021
+ type: string;
21022
+ };
21023
+ code: {
21024
+ description: string;
21025
+ nullable: boolean;
21026
+ type: string;
21027
+ };
21028
+ created_at: {
21029
+ description: string;
21030
+ format: string;
21031
+ type: string;
21032
+ };
21033
+ display_name: {
21034
+ description: string;
21035
+ type: string;
21036
+ };
21037
+ is_encoding_required: {
21038
+ description: string;
21039
+ type: string;
21040
+ };
21041
+ is_issued: {
21042
+ description: string;
21043
+ type: string;
21044
+ };
21045
+ issued_at: {
21046
+ description: string;
21047
+ format: string;
21048
+ nullable: boolean;
21049
+ type: string;
21050
+ };
21051
+ mode: {
21052
+ description: string;
21053
+ enum: string[];
21054
+ type: string;
21055
+ };
21056
+ warnings: {
21057
+ description: string;
21058
+ items: {
21059
+ description: string;
21060
+ discriminator: {
21061
+ propertyName: string;
21062
+ };
21063
+ oneOf: {
21064
+ description: string;
21065
+ properties: {
21066
+ created_at: {
21067
+ description: string;
21068
+ format: string;
21069
+ type: string;
21070
+ };
21071
+ message: {
21072
+ description: string;
21073
+ type: string;
21074
+ };
21075
+ warning_code: {
21076
+ description: string;
21077
+ enum: string[];
21078
+ type: string;
21079
+ };
21080
+ };
21081
+ required: string[];
21082
+ type: string;
21083
+ }[];
21084
+ };
21085
+ type: string;
21086
+ };
21087
+ workspace_id: {
21088
+ description: string;
21089
+ format: string;
21090
+ type: string;
21091
+ };
21092
+ };
21093
+ required: string[];
21094
+ type: string;
21095
+ 'x-draft': string;
21096
+ 'x-route-path': string;
19614
21097
  };
19615
21098
  type: string;
19616
21099
  };
@@ -39623,6 +41106,19 @@ declare const _default: {
39623
41106
  required: string[];
39624
41107
  type: string;
39625
41108
  };
41109
+ user_identity_name_updated: {
41110
+ properties: {
41111
+ config: {
41112
+ $ref: string;
41113
+ };
41114
+ rule: {
41115
+ enum: string[];
41116
+ type: string;
41117
+ };
41118
+ };
41119
+ required: string[];
41120
+ type: string;
41121
+ };
39626
41122
  };
39627
41123
  type: string;
39628
41124
  };
@@ -39743,6 +41239,19 @@ declare const _default: {
39743
41239
  required: string[];
39744
41240
  type: string;
39745
41241
  };
41242
+ user_identity_name_updated: {
41243
+ properties: {
41244
+ config: {
41245
+ $ref: string;
41246
+ };
41247
+ rule: {
41248
+ enum: string[];
41249
+ type: string;
41250
+ };
41251
+ };
41252
+ required: string[];
41253
+ type: string;
41254
+ };
39746
41255
  };
39747
41256
  type: string;
39748
41257
  };
@@ -39868,6 +41377,20 @@ declare const _default: {
39868
41377
  required: string[];
39869
41378
  type: string;
39870
41379
  };
41380
+ user_identity_name_updated: {
41381
+ properties: {
41382
+ config: {
41383
+ properties: {};
41384
+ type: string;
41385
+ };
41386
+ rule: {
41387
+ enum: string[];
41388
+ type: string;
41389
+ };
41390
+ };
41391
+ required: string[];
41392
+ type: string;
41393
+ };
39871
41394
  };
39872
41395
  type: string;
39873
41396
  };
@@ -40003,6 +41526,20 @@ declare const _default: {
40003
41526
  required: string[];
40004
41527
  type: string;
40005
41528
  };
41529
+ user_identity_name_updated: {
41530
+ properties: {
41531
+ config: {
41532
+ properties: {};
41533
+ type: string;
41534
+ };
41535
+ rule: {
41536
+ enum: string[];
41537
+ type: string;
41538
+ };
41539
+ };
41540
+ required: string[];
41541
+ type: string;
41542
+ };
40006
41543
  };
40007
41544
  type: string;
40008
41545
  };
@@ -49378,15 +50915,305 @@ declare const _default: {
49378
50915
  tags: string[];
49379
50916
  'x-fern-sdk-group-name': string[];
49380
50917
  'x-fern-sdk-method-name': string;
49381
- 'x-fern-sdk-return-value': string;
49382
- 'x-response-key': string;
50918
+ 'x-fern-sdk-return-value': string;
50919
+ 'x-response-key': string;
50920
+ 'x-title': string;
50921
+ };
50922
+ };
50923
+ '/user_identities/get': {
50924
+ get: {
50925
+ description: string;
50926
+ operationId: string;
50927
+ responses: {
50928
+ 200: {
50929
+ content: {
50930
+ 'application/json': {
50931
+ schema: {
50932
+ properties: {
50933
+ ok: {
50934
+ type: string;
50935
+ };
50936
+ user_identity: {
50937
+ $ref: string;
50938
+ };
50939
+ };
50940
+ required: string[];
50941
+ type: string;
50942
+ };
50943
+ };
50944
+ };
50945
+ description: string;
50946
+ };
50947
+ 400: {
50948
+ description: string;
50949
+ };
50950
+ 401: {
50951
+ description: string;
50952
+ };
50953
+ };
50954
+ security: ({
50955
+ api_key: never[];
50956
+ pat_with_workspace?: never;
50957
+ console_session_with_workspace?: never;
50958
+ } | {
50959
+ pat_with_workspace: never[];
50960
+ api_key?: never;
50961
+ console_session_with_workspace?: never;
50962
+ } | {
50963
+ console_session_with_workspace: never[];
50964
+ api_key?: never;
50965
+ pat_with_workspace?: never;
50966
+ })[];
50967
+ summary: string;
50968
+ tags: string[];
50969
+ 'x-fern-sdk-group-name': string[];
50970
+ 'x-fern-sdk-method-name': string;
50971
+ 'x-fern-sdk-return-value': string;
50972
+ 'x-response-key': string;
50973
+ 'x-title': string;
50974
+ };
50975
+ post: {
50976
+ description: string;
50977
+ operationId: string;
50978
+ requestBody: {
50979
+ content: {
50980
+ 'application/json': {
50981
+ schema: {
50982
+ oneOf: ({
50983
+ properties: {
50984
+ user_identity_id: {
50985
+ description: string;
50986
+ format: string;
50987
+ type: string;
50988
+ };
50989
+ user_identity_key?: never;
50990
+ };
50991
+ required: string[];
50992
+ type: string;
50993
+ } | {
50994
+ properties: {
50995
+ user_identity_key: {
50996
+ type: string;
50997
+ };
50998
+ user_identity_id?: never;
50999
+ };
51000
+ required: string[];
51001
+ type: string;
51002
+ })[];
51003
+ };
51004
+ };
51005
+ };
51006
+ };
51007
+ responses: {
51008
+ 200: {
51009
+ content: {
51010
+ 'application/json': {
51011
+ schema: {
51012
+ properties: {
51013
+ ok: {
51014
+ type: string;
51015
+ };
51016
+ user_identity: {
51017
+ $ref: string;
51018
+ };
51019
+ };
51020
+ required: string[];
51021
+ type: string;
51022
+ };
51023
+ };
51024
+ };
51025
+ description: string;
51026
+ };
51027
+ 400: {
51028
+ description: string;
51029
+ };
51030
+ 401: {
51031
+ description: string;
51032
+ };
51033
+ };
51034
+ security: ({
51035
+ api_key: never[];
51036
+ pat_with_workspace?: never;
51037
+ console_session_with_workspace?: never;
51038
+ } | {
51039
+ pat_with_workspace: never[];
51040
+ api_key?: never;
51041
+ console_session_with_workspace?: never;
51042
+ } | {
51043
+ console_session_with_workspace: never[];
51044
+ api_key?: never;
51045
+ pat_with_workspace?: never;
51046
+ })[];
51047
+ summary: string;
51048
+ tags: string[];
51049
+ 'x-fern-sdk-group-name': string[];
51050
+ 'x-fern-sdk-method-name': string;
51051
+ 'x-fern-sdk-return-value': string;
51052
+ 'x-response-key': string;
51053
+ 'x-title': string;
51054
+ };
51055
+ };
51056
+ '/user_identities/grant_access_to_device': {
51057
+ post: {
51058
+ description: string;
51059
+ operationId: string;
51060
+ requestBody: {
51061
+ content: {
51062
+ 'application/json': {
51063
+ schema: {
51064
+ properties: {
51065
+ device_id: {
51066
+ description: string;
51067
+ format: string;
51068
+ type: string;
51069
+ };
51070
+ user_identity_id: {
51071
+ description: string;
51072
+ format: string;
51073
+ type: string;
51074
+ };
51075
+ };
51076
+ required: string[];
51077
+ type: string;
51078
+ };
51079
+ };
51080
+ };
51081
+ };
51082
+ responses: {
51083
+ 200: {
51084
+ content: {
51085
+ 'application/json': {
51086
+ schema: {
51087
+ properties: {
51088
+ ok: {
51089
+ type: string;
51090
+ };
51091
+ };
51092
+ required: string[];
51093
+ type: string;
51094
+ };
51095
+ };
51096
+ };
51097
+ description: string;
51098
+ };
51099
+ 400: {
51100
+ description: string;
51101
+ };
51102
+ 401: {
51103
+ description: string;
51104
+ };
51105
+ };
51106
+ security: ({
51107
+ api_key: never[];
51108
+ pat_with_workspace?: never;
51109
+ console_session_with_workspace?: never;
51110
+ } | {
51111
+ pat_with_workspace: never[];
51112
+ api_key?: never;
51113
+ console_session_with_workspace?: never;
51114
+ } | {
51115
+ console_session_with_workspace: never[];
51116
+ api_key?: never;
51117
+ pat_with_workspace?: never;
51118
+ })[];
51119
+ summary: string;
51120
+ tags: string[];
51121
+ 'x-fern-sdk-group-name': string[];
51122
+ 'x-fern-sdk-method-name': string;
51123
+ 'x-response-key': null;
51124
+ 'x-title': string;
51125
+ };
51126
+ put: {
51127
+ description: string;
51128
+ operationId: string;
51129
+ requestBody: {
51130
+ content: {
51131
+ 'application/json': {
51132
+ schema: {
51133
+ properties: {
51134
+ device_id: {
51135
+ description: string;
51136
+ format: string;
51137
+ type: string;
51138
+ };
51139
+ user_identity_id: {
51140
+ description: string;
51141
+ format: string;
51142
+ type: string;
51143
+ };
51144
+ };
51145
+ required: string[];
51146
+ type: string;
51147
+ };
51148
+ };
51149
+ };
51150
+ };
51151
+ responses: {
51152
+ 200: {
51153
+ content: {
51154
+ 'application/json': {
51155
+ schema: {
51156
+ properties: {
51157
+ ok: {
51158
+ type: string;
51159
+ };
51160
+ };
51161
+ required: string[];
51162
+ type: string;
51163
+ };
51164
+ };
51165
+ };
51166
+ description: string;
51167
+ };
51168
+ 400: {
51169
+ description: string;
51170
+ };
51171
+ 401: {
51172
+ description: string;
51173
+ };
51174
+ };
51175
+ security: ({
51176
+ api_key: never[];
51177
+ pat_with_workspace?: never;
51178
+ console_session_with_workspace?: never;
51179
+ } | {
51180
+ pat_with_workspace: never[];
51181
+ api_key?: never;
51182
+ console_session_with_workspace?: never;
51183
+ } | {
51184
+ console_session_with_workspace: never[];
51185
+ api_key?: never;
51186
+ pat_with_workspace?: never;
51187
+ })[];
51188
+ summary: string;
51189
+ tags: string[];
51190
+ 'x-fern-sdk-group-name': string[];
51191
+ 'x-fern-sdk-method-name': string;
51192
+ 'x-response-key': null;
49383
51193
  'x-title': string;
49384
51194
  };
49385
51195
  };
49386
- '/user_identities/get': {
51196
+ '/user_identities/list': {
49387
51197
  get: {
49388
51198
  description: string;
49389
51199
  operationId: string;
51200
+ parameters: ({
51201
+ in: string;
51202
+ name: string;
51203
+ schema: {
51204
+ description: string;
51205
+ type: string;
51206
+ format?: never;
51207
+ };
51208
+ } | {
51209
+ in: string;
51210
+ name: string;
51211
+ schema: {
51212
+ description: string;
51213
+ format: string;
51214
+ type: string;
51215
+ };
51216
+ })[];
49390
51217
  responses: {
49391
51218
  200: {
49392
51219
  content: {
@@ -49396,8 +51223,11 @@ declare const _default: {
49396
51223
  ok: {
49397
51224
  type: string;
49398
51225
  };
49399
- user_identity: {
49400
- $ref: string;
51226
+ user_identities: {
51227
+ items: {
51228
+ $ref: string;
51229
+ };
51230
+ type: string;
49401
51231
  };
49402
51232
  };
49403
51233
  required: string[];
@@ -49416,15 +51246,23 @@ declare const _default: {
49416
51246
  };
49417
51247
  security: ({
49418
51248
  api_key: never[];
51249
+ client_session?: never;
51250
+ pat_with_workspace?: never;
51251
+ console_session_with_workspace?: never;
51252
+ } | {
51253
+ client_session: never[];
51254
+ api_key?: never;
49419
51255
  pat_with_workspace?: never;
49420
51256
  console_session_with_workspace?: never;
49421
51257
  } | {
49422
51258
  pat_with_workspace: never[];
49423
51259
  api_key?: never;
51260
+ client_session?: never;
49424
51261
  console_session_with_workspace?: never;
49425
51262
  } | {
49426
51263
  console_session_with_workspace: never[];
49427
51264
  api_key?: never;
51265
+ client_session?: never;
49428
51266
  pat_with_workspace?: never;
49429
51267
  })[];
49430
51268
  summary: string;
@@ -49442,27 +51280,18 @@ declare const _default: {
49442
51280
  content: {
49443
51281
  'application/json': {
49444
51282
  schema: {
49445
- oneOf: ({
49446
- properties: {
49447
- user_identity_id: {
49448
- description: string;
49449
- format: string;
49450
- type: string;
49451
- };
49452
- user_identity_key?: never;
51283
+ properties: {
51284
+ credential_manager_acs_system_id: {
51285
+ description: string;
51286
+ format: string;
51287
+ type: string;
49453
51288
  };
49454
- required: string[];
49455
- type: string;
49456
- } | {
49457
- properties: {
49458
- user_identity_key: {
49459
- type: string;
49460
- };
49461
- user_identity_id?: never;
51289
+ search: {
51290
+ description: string;
51291
+ type: string;
49462
51292
  };
49463
- required: string[];
49464
- type: string;
49465
- })[];
51293
+ };
51294
+ type: string;
49466
51295
  };
49467
51296
  };
49468
51297
  };
@@ -49476,8 +51305,11 @@ declare const _default: {
49476
51305
  ok: {
49477
51306
  type: string;
49478
51307
  };
49479
- user_identity: {
49480
- $ref: string;
51308
+ user_identities: {
51309
+ items: {
51310
+ $ref: string;
51311
+ };
51312
+ type: string;
49481
51313
  };
49482
51314
  };
49483
51315
  required: string[];
@@ -49496,15 +51328,23 @@ declare const _default: {
49496
51328
  };
49497
51329
  security: ({
49498
51330
  api_key: never[];
51331
+ client_session?: never;
51332
+ pat_with_workspace?: never;
51333
+ console_session_with_workspace?: never;
51334
+ } | {
51335
+ client_session: never[];
51336
+ api_key?: never;
49499
51337
  pat_with_workspace?: never;
49500
51338
  console_session_with_workspace?: never;
49501
51339
  } | {
49502
51340
  pat_with_workspace: never[];
49503
51341
  api_key?: never;
51342
+ client_session?: never;
49504
51343
  console_session_with_workspace?: never;
49505
51344
  } | {
49506
51345
  console_session_with_workspace: never[];
49507
51346
  api_key?: never;
51347
+ client_session?: never;
49508
51348
  pat_with_workspace?: never;
49509
51349
  })[];
49510
51350
  summary: string;
@@ -49516,38 +51356,40 @@ declare const _default: {
49516
51356
  'x-title': string;
49517
51357
  };
49518
51358
  };
49519
- '/user_identities/grant_access_to_device': {
49520
- post: {
51359
+ '/user_identities/list_accessible_devices': {
51360
+ get: {
49521
51361
  description: string;
49522
51362
  operationId: string;
49523
- requestBody: {
49524
- content: {
49525
- 'application/json': {
49526
- schema: {
49527
- properties: {
49528
- device_id: {
49529
- description: string;
49530
- format: string;
49531
- type: string;
49532
- };
49533
- user_identity_id: {
49534
- description: string;
49535
- format: string;
49536
- type: string;
49537
- };
49538
- };
49539
- required: string[];
49540
- type: string;
49541
- };
49542
- };
51363
+ parameters: {
51364
+ in: string;
51365
+ name: string;
51366
+ required: boolean;
51367
+ schema: {
51368
+ description: string;
51369
+ format: string;
51370
+ type: string;
49543
51371
  };
49544
- };
51372
+ }[];
49545
51373
  responses: {
49546
51374
  200: {
49547
51375
  content: {
49548
51376
  'application/json': {
49549
51377
  schema: {
49550
51378
  properties: {
51379
+ accessible_devices: {
51380
+ deprecated: boolean;
51381
+ items: {
51382
+ $ref: string;
51383
+ };
51384
+ type: string;
51385
+ 'x-deprecated': string;
51386
+ };
51387
+ devices: {
51388
+ items: {
51389
+ $ref: string;
51390
+ };
51391
+ type: string;
51392
+ };
49551
51393
  ok: {
49552
51394
  type: string;
49553
51395
  };
@@ -49583,10 +51425,11 @@ declare const _default: {
49583
51425
  tags: string[];
49584
51426
  'x-fern-sdk-group-name': string[];
49585
51427
  'x-fern-sdk-method-name': string;
49586
- 'x-response-key': null;
51428
+ 'x-fern-sdk-return-value': string;
51429
+ 'x-response-key': string;
49587
51430
  'x-title': string;
49588
51431
  };
49589
- put: {
51432
+ post: {
49590
51433
  description: string;
49591
51434
  operationId: string;
49592
51435
  requestBody: {
@@ -49594,11 +51437,6 @@ declare const _default: {
49594
51437
  'application/json': {
49595
51438
  schema: {
49596
51439
  properties: {
49597
- device_id: {
49598
- description: string;
49599
- format: string;
49600
- type: string;
49601
- };
49602
51440
  user_identity_id: {
49603
51441
  description: string;
49604
51442
  format: string;
@@ -49617,6 +51455,20 @@ declare const _default: {
49617
51455
  'application/json': {
49618
51456
  schema: {
49619
51457
  properties: {
51458
+ accessible_devices: {
51459
+ deprecated: boolean;
51460
+ items: {
51461
+ $ref: string;
51462
+ };
51463
+ type: string;
51464
+ 'x-deprecated': string;
51465
+ };
51466
+ devices: {
51467
+ items: {
51468
+ $ref: string;
51469
+ };
51470
+ type: string;
51471
+ };
49620
51472
  ok: {
49621
51473
  type: string;
49622
51474
  };
@@ -49652,46 +51504,40 @@ declare const _default: {
49652
51504
  tags: string[];
49653
51505
  'x-fern-sdk-group-name': string[];
49654
51506
  'x-fern-sdk-method-name': string;
49655
- 'x-response-key': null;
51507
+ 'x-fern-sdk-return-value': string;
51508
+ 'x-response-key': string;
49656
51509
  'x-title': string;
49657
51510
  };
49658
51511
  };
49659
- '/user_identities/list': {
51512
+ '/user_identities/list_acs_systems': {
49660
51513
  get: {
49661
51514
  description: string;
49662
51515
  operationId: string;
49663
- parameters: ({
49664
- in: string;
49665
- name: string;
49666
- schema: {
49667
- description: string;
49668
- type: string;
49669
- format?: never;
49670
- };
49671
- } | {
51516
+ parameters: {
49672
51517
  in: string;
49673
51518
  name: string;
51519
+ required: boolean;
49674
51520
  schema: {
49675
51521
  description: string;
49676
51522
  format: string;
49677
51523
  type: string;
49678
51524
  };
49679
- })[];
51525
+ }[];
49680
51526
  responses: {
49681
51527
  200: {
49682
51528
  content: {
49683
51529
  'application/json': {
49684
51530
  schema: {
49685
51531
  properties: {
49686
- ok: {
49687
- type: string;
49688
- };
49689
- user_identities: {
51532
+ acs_systems: {
49690
51533
  items: {
49691
51534
  $ref: string;
49692
51535
  };
49693
51536
  type: string;
49694
51537
  };
51538
+ ok: {
51539
+ type: string;
51540
+ };
49695
51541
  };
49696
51542
  required: string[];
49697
51543
  type: string;
@@ -49708,25 +51554,25 @@ declare const _default: {
49708
51554
  };
49709
51555
  };
49710
51556
  security: ({
49711
- api_key: never[];
49712
- client_session?: never;
49713
- pat_with_workspace?: never;
49714
- console_session_with_workspace?: never;
49715
- } | {
49716
51557
  client_session: never[];
49717
- api_key?: never;
49718
51558
  pat_with_workspace?: never;
49719
51559
  console_session_with_workspace?: never;
51560
+ api_key?: never;
49720
51561
  } | {
49721
51562
  pat_with_workspace: never[];
49722
- api_key?: never;
49723
51563
  client_session?: never;
49724
51564
  console_session_with_workspace?: never;
51565
+ api_key?: never;
49725
51566
  } | {
49726
51567
  console_session_with_workspace: never[];
51568
+ client_session?: never;
51569
+ pat_with_workspace?: never;
49727
51570
  api_key?: never;
51571
+ } | {
51572
+ api_key: never[];
49728
51573
  client_session?: never;
49729
51574
  pat_with_workspace?: never;
51575
+ console_session_with_workspace?: never;
49730
51576
  })[];
49731
51577
  summary: string;
49732
51578
  tags: string[];
@@ -49744,16 +51590,13 @@ declare const _default: {
49744
51590
  'application/json': {
49745
51591
  schema: {
49746
51592
  properties: {
49747
- credential_manager_acs_system_id: {
51593
+ user_identity_id: {
49748
51594
  description: string;
49749
51595
  format: string;
49750
51596
  type: string;
49751
51597
  };
49752
- search: {
49753
- description: string;
49754
- type: string;
49755
- };
49756
51598
  };
51599
+ required: string[];
49757
51600
  type: string;
49758
51601
  };
49759
51602
  };
@@ -49765,15 +51608,15 @@ declare const _default: {
49765
51608
  'application/json': {
49766
51609
  schema: {
49767
51610
  properties: {
49768
- ok: {
49769
- type: string;
49770
- };
49771
- user_identities: {
51611
+ acs_systems: {
49772
51612
  items: {
49773
51613
  $ref: string;
49774
51614
  };
49775
51615
  type: string;
49776
51616
  };
51617
+ ok: {
51618
+ type: string;
51619
+ };
49777
51620
  };
49778
51621
  required: string[];
49779
51622
  type: string;
@@ -49790,25 +51633,25 @@ declare const _default: {
49790
51633
  };
49791
51634
  };
49792
51635
  security: ({
49793
- api_key: never[];
49794
- client_session?: never;
49795
- pat_with_workspace?: never;
49796
- console_session_with_workspace?: never;
49797
- } | {
49798
51636
  client_session: never[];
49799
- api_key?: never;
49800
51637
  pat_with_workspace?: never;
49801
51638
  console_session_with_workspace?: never;
51639
+ api_key?: never;
49802
51640
  } | {
49803
51641
  pat_with_workspace: never[];
49804
- api_key?: never;
49805
51642
  client_session?: never;
49806
51643
  console_session_with_workspace?: never;
51644
+ api_key?: never;
49807
51645
  } | {
49808
51646
  console_session_with_workspace: never[];
51647
+ client_session?: never;
51648
+ pat_with_workspace?: never;
49809
51649
  api_key?: never;
51650
+ } | {
51651
+ api_key: never[];
49810
51652
  client_session?: never;
49811
51653
  pat_with_workspace?: never;
51654
+ console_session_with_workspace?: never;
49812
51655
  })[];
49813
51656
  summary: string;
49814
51657
  tags: string[];
@@ -49819,7 +51662,7 @@ declare const _default: {
49819
51662
  'x-title': string;
49820
51663
  };
49821
51664
  };
49822
- '/user_identities/list_accessible_devices': {
51665
+ '/user_identities/list_acs_users': {
49823
51666
  get: {
49824
51667
  description: string;
49825
51668
  operationId: string;
@@ -49839,15 +51682,7 @@ declare const _default: {
49839
51682
  'application/json': {
49840
51683
  schema: {
49841
51684
  properties: {
49842
- accessible_devices: {
49843
- deprecated: boolean;
49844
- items: {
49845
- $ref: string;
49846
- };
49847
- type: string;
49848
- 'x-deprecated': string;
49849
- };
49850
- devices: {
51685
+ acs_users: {
49851
51686
  items: {
49852
51687
  $ref: string;
49853
51688
  };
@@ -49918,15 +51753,7 @@ declare const _default: {
49918
51753
  'application/json': {
49919
51754
  schema: {
49920
51755
  properties: {
49921
- accessible_devices: {
49922
- deprecated: boolean;
49923
- items: {
49924
- $ref: string;
49925
- };
49926
- type: string;
49927
- 'x-deprecated': string;
49928
- };
49929
- devices: {
51756
+ acs_users: {
49930
51757
  items: {
49931
51758
  $ref: string;
49932
51759
  };
@@ -49972,8 +51799,8 @@ declare const _default: {
49972
51799
  'x-title': string;
49973
51800
  };
49974
51801
  };
49975
- '/user_identities/list_acs_systems': {
49976
- get: {
51802
+ '/user_identities/remove_acs_user': {
51803
+ delete: {
49977
51804
  description: string;
49978
51805
  operationId: string;
49979
51806
  parameters: {
@@ -49992,12 +51819,6 @@ declare const _default: {
49992
51819
  'application/json': {
49993
51820
  schema: {
49994
51821
  properties: {
49995
- acs_systems: {
49996
- items: {
49997
- $ref: string;
49998
- };
49999
- type: string;
50000
- };
50001
51822
  ok: {
50002
51823
  type: string;
50003
51824
  };
@@ -50017,32 +51838,23 @@ declare const _default: {
50017
51838
  };
50018
51839
  };
50019
51840
  security: ({
50020
- client_session: never[];
51841
+ api_key: never[];
50021
51842
  pat_with_workspace?: never;
50022
51843
  console_session_with_workspace?: never;
50023
- api_key?: never;
50024
51844
  } | {
50025
51845
  pat_with_workspace: never[];
50026
- client_session?: never;
50027
- console_session_with_workspace?: never;
50028
51846
  api_key?: never;
51847
+ console_session_with_workspace?: never;
50029
51848
  } | {
50030
51849
  console_session_with_workspace: never[];
50031
- client_session?: never;
50032
- pat_with_workspace?: never;
50033
51850
  api_key?: never;
50034
- } | {
50035
- api_key: never[];
50036
- client_session?: never;
50037
51851
  pat_with_workspace?: never;
50038
- console_session_with_workspace?: never;
50039
51852
  })[];
50040
51853
  summary: string;
50041
51854
  tags: string[];
50042
51855
  'x-fern-sdk-group-name': string[];
50043
51856
  'x-fern-sdk-method-name': string;
50044
- 'x-fern-sdk-return-value': string;
50045
- 'x-response-key': string;
51857
+ 'x-response-key': null;
50046
51858
  'x-title': string;
50047
51859
  };
50048
51860
  post: {
@@ -50053,6 +51865,11 @@ declare const _default: {
50053
51865
  'application/json': {
50054
51866
  schema: {
50055
51867
  properties: {
51868
+ acs_user_id: {
51869
+ description: string;
51870
+ format: string;
51871
+ type: string;
51872
+ };
50056
51873
  user_identity_id: {
50057
51874
  description: string;
50058
51875
  format: string;
@@ -50071,12 +51888,6 @@ declare const _default: {
50071
51888
  'application/json': {
50072
51889
  schema: {
50073
51890
  properties: {
50074
- acs_systems: {
50075
- items: {
50076
- $ref: string;
50077
- };
50078
- type: string;
50079
- };
50080
51891
  ok: {
50081
51892
  type: string;
50082
51893
  };
@@ -50096,37 +51907,28 @@ declare const _default: {
50096
51907
  };
50097
51908
  };
50098
51909
  security: ({
50099
- client_session: never[];
51910
+ api_key: never[];
50100
51911
  pat_with_workspace?: never;
50101
51912
  console_session_with_workspace?: never;
50102
- api_key?: never;
50103
51913
  } | {
50104
51914
  pat_with_workspace: never[];
50105
- client_session?: never;
50106
- console_session_with_workspace?: never;
50107
51915
  api_key?: never;
51916
+ console_session_with_workspace?: never;
50108
51917
  } | {
50109
51918
  console_session_with_workspace: never[];
50110
- client_session?: never;
50111
- pat_with_workspace?: never;
50112
51919
  api_key?: never;
50113
- } | {
50114
- api_key: never[];
50115
- client_session?: never;
50116
51920
  pat_with_workspace?: never;
50117
- console_session_with_workspace?: never;
50118
51921
  })[];
50119
51922
  summary: string;
50120
51923
  tags: string[];
50121
51924
  'x-fern-sdk-group-name': string[];
50122
51925
  'x-fern-sdk-method-name': string;
50123
- 'x-fern-sdk-return-value': string;
50124
- 'x-response-key': string;
51926
+ 'x-response-key': null;
50125
51927
  'x-title': string;
50126
51928
  };
50127
51929
  };
50128
- '/user_identities/list_acs_users': {
50129
- get: {
51930
+ '/user_identities/revoke_access_to_device': {
51931
+ delete: {
50130
51932
  description: string;
50131
51933
  operationId: string;
50132
51934
  parameters: {
@@ -50145,12 +51947,6 @@ declare const _default: {
50145
51947
  'application/json': {
50146
51948
  schema: {
50147
51949
  properties: {
50148
- acs_users: {
50149
- items: {
50150
- $ref: string;
50151
- };
50152
- type: string;
50153
- };
50154
51950
  ok: {
50155
51951
  type: string;
50156
51952
  };
@@ -50186,8 +51982,7 @@ declare const _default: {
50186
51982
  tags: string[];
50187
51983
  'x-fern-sdk-group-name': string[];
50188
51984
  'x-fern-sdk-method-name': string;
50189
- 'x-fern-sdk-return-value': string;
50190
- 'x-response-key': string;
51985
+ 'x-response-key': null;
50191
51986
  'x-title': string;
50192
51987
  };
50193
51988
  post: {
@@ -50198,6 +51993,11 @@ declare const _default: {
50198
51993
  'application/json': {
50199
51994
  schema: {
50200
51995
  properties: {
51996
+ device_id: {
51997
+ description: string;
51998
+ format: string;
51999
+ type: string;
52000
+ };
50201
52001
  user_identity_id: {
50202
52002
  description: string;
50203
52003
  format: string;
@@ -50216,12 +52016,6 @@ declare const _default: {
50216
52016
  'application/json': {
50217
52017
  schema: {
50218
52018
  properties: {
50219
- acs_users: {
50220
- items: {
50221
- $ref: string;
50222
- };
50223
- type: string;
50224
- };
50225
52019
  ok: {
50226
52020
  type: string;
50227
52021
  };
@@ -50257,13 +52051,12 @@ declare const _default: {
50257
52051
  tags: string[];
50258
52052
  'x-fern-sdk-group-name': string[];
50259
52053
  'x-fern-sdk-method-name': string;
50260
- 'x-fern-sdk-return-value': string;
50261
- 'x-response-key': string;
52054
+ 'x-response-key': null;
50262
52055
  'x-title': string;
50263
52056
  };
50264
52057
  };
50265
- '/user_identities/remove_acs_user': {
50266
- delete: {
52058
+ '/user_identities/unmanaged/get': {
52059
+ get: {
50267
52060
  description: string;
50268
52061
  operationId: string;
50269
52062
  parameters: {
@@ -50285,6 +52078,130 @@ declare const _default: {
50285
52078
  ok: {
50286
52079
  type: string;
50287
52080
  };
52081
+ user_identity: {
52082
+ description: string;
52083
+ properties: {
52084
+ acs_user_ids: {
52085
+ description: string;
52086
+ items: {
52087
+ format: string;
52088
+ type: string;
52089
+ };
52090
+ type: string;
52091
+ };
52092
+ created_at: {
52093
+ description: string;
52094
+ format: string;
52095
+ type: string;
52096
+ };
52097
+ display_name: {
52098
+ minLength: number;
52099
+ type: string;
52100
+ };
52101
+ email_address: {
52102
+ description: string;
52103
+ format: string;
52104
+ nullable: boolean;
52105
+ type: string;
52106
+ };
52107
+ errors: {
52108
+ description: string;
52109
+ items: {
52110
+ description: string;
52111
+ discriminator: {
52112
+ propertyName: string;
52113
+ };
52114
+ oneOf: {
52115
+ description: string;
52116
+ properties: {
52117
+ acs_system_id: {
52118
+ description: string;
52119
+ format: string;
52120
+ type: string;
52121
+ };
52122
+ acs_user_id: {
52123
+ description: string;
52124
+ format: string;
52125
+ type: string;
52126
+ };
52127
+ created_at: {
52128
+ description: string;
52129
+ format: string;
52130
+ type: string;
52131
+ };
52132
+ error_code: {
52133
+ description: string;
52134
+ enum: string[];
52135
+ type: string;
52136
+ };
52137
+ message: {
52138
+ description: string;
52139
+ type: string;
52140
+ };
52141
+ };
52142
+ required: string[];
52143
+ type: string;
52144
+ }[];
52145
+ };
52146
+ type: string;
52147
+ };
52148
+ full_name: {
52149
+ minLength: number;
52150
+ nullable: boolean;
52151
+ type: string;
52152
+ };
52153
+ phone_number: {
52154
+ description: string;
52155
+ nullable: boolean;
52156
+ type: string;
52157
+ };
52158
+ user_identity_id: {
52159
+ description: string;
52160
+ format: string;
52161
+ type: string;
52162
+ };
52163
+ warnings: {
52164
+ description: string;
52165
+ items: {
52166
+ description: string;
52167
+ discriminator: {
52168
+ propertyName: string;
52169
+ };
52170
+ oneOf: {
52171
+ description: string;
52172
+ properties: {
52173
+ created_at: {
52174
+ description: string;
52175
+ format: string;
52176
+ type: string;
52177
+ };
52178
+ message: {
52179
+ description: string;
52180
+ type: string;
52181
+ };
52182
+ warning_code: {
52183
+ description: string;
52184
+ enum: string[];
52185
+ type: string;
52186
+ };
52187
+ };
52188
+ required: string[];
52189
+ type: string;
52190
+ }[];
52191
+ };
52192
+ type: string;
52193
+ };
52194
+ workspace_id: {
52195
+ description: string;
52196
+ format: string;
52197
+ type: string;
52198
+ };
52199
+ };
52200
+ required: string[];
52201
+ type: string;
52202
+ 'x-draft': string;
52203
+ 'x-route-path': string;
52204
+ };
50288
52205
  };
50289
52206
  required: string[];
50290
52207
  type: string;
@@ -50317,7 +52234,8 @@ declare const _default: {
50317
52234
  tags: string[];
50318
52235
  'x-fern-sdk-group-name': string[];
50319
52236
  'x-fern-sdk-method-name': string;
50320
- 'x-response-key': null;
52237
+ 'x-fern-sdk-return-value': string;
52238
+ 'x-response-key': string;
50321
52239
  'x-title': string;
50322
52240
  };
50323
52241
  post: {
@@ -50328,11 +52246,6 @@ declare const _default: {
50328
52246
  'application/json': {
50329
52247
  schema: {
50330
52248
  properties: {
50331
- acs_user_id: {
50332
- description: string;
50333
- format: string;
50334
- type: string;
50335
- };
50336
52249
  user_identity_id: {
50337
52250
  description: string;
50338
52251
  format: string;
@@ -50354,6 +52267,130 @@ declare const _default: {
50354
52267
  ok: {
50355
52268
  type: string;
50356
52269
  };
52270
+ user_identity: {
52271
+ description: string;
52272
+ properties: {
52273
+ acs_user_ids: {
52274
+ description: string;
52275
+ items: {
52276
+ format: string;
52277
+ type: string;
52278
+ };
52279
+ type: string;
52280
+ };
52281
+ created_at: {
52282
+ description: string;
52283
+ format: string;
52284
+ type: string;
52285
+ };
52286
+ display_name: {
52287
+ minLength: number;
52288
+ type: string;
52289
+ };
52290
+ email_address: {
52291
+ description: string;
52292
+ format: string;
52293
+ nullable: boolean;
52294
+ type: string;
52295
+ };
52296
+ errors: {
52297
+ description: string;
52298
+ items: {
52299
+ description: string;
52300
+ discriminator: {
52301
+ propertyName: string;
52302
+ };
52303
+ oneOf: {
52304
+ description: string;
52305
+ properties: {
52306
+ acs_system_id: {
52307
+ description: string;
52308
+ format: string;
52309
+ type: string;
52310
+ };
52311
+ acs_user_id: {
52312
+ description: string;
52313
+ format: string;
52314
+ type: string;
52315
+ };
52316
+ created_at: {
52317
+ description: string;
52318
+ format: string;
52319
+ type: string;
52320
+ };
52321
+ error_code: {
52322
+ description: string;
52323
+ enum: string[];
52324
+ type: string;
52325
+ };
52326
+ message: {
52327
+ description: string;
52328
+ type: string;
52329
+ };
52330
+ };
52331
+ required: string[];
52332
+ type: string;
52333
+ }[];
52334
+ };
52335
+ type: string;
52336
+ };
52337
+ full_name: {
52338
+ minLength: number;
52339
+ nullable: boolean;
52340
+ type: string;
52341
+ };
52342
+ phone_number: {
52343
+ description: string;
52344
+ nullable: boolean;
52345
+ type: string;
52346
+ };
52347
+ user_identity_id: {
52348
+ description: string;
52349
+ format: string;
52350
+ type: string;
52351
+ };
52352
+ warnings: {
52353
+ description: string;
52354
+ items: {
52355
+ description: string;
52356
+ discriminator: {
52357
+ propertyName: string;
52358
+ };
52359
+ oneOf: {
52360
+ description: string;
52361
+ properties: {
52362
+ created_at: {
52363
+ description: string;
52364
+ format: string;
52365
+ type: string;
52366
+ };
52367
+ message: {
52368
+ description: string;
52369
+ type: string;
52370
+ };
52371
+ warning_code: {
52372
+ description: string;
52373
+ enum: string[];
52374
+ type: string;
52375
+ };
52376
+ };
52377
+ required: string[];
52378
+ type: string;
52379
+ }[];
52380
+ };
52381
+ type: string;
52382
+ };
52383
+ workspace_id: {
52384
+ description: string;
52385
+ format: string;
52386
+ type: string;
52387
+ };
52388
+ };
52389
+ required: string[];
52390
+ type: string;
52391
+ 'x-draft': string;
52392
+ 'x-route-path': string;
52393
+ };
50357
52394
  };
50358
52395
  required: string[];
50359
52396
  type: string;
@@ -50386,21 +52423,20 @@ declare const _default: {
50386
52423
  tags: string[];
50387
52424
  'x-fern-sdk-group-name': string[];
50388
52425
  'x-fern-sdk-method-name': string;
50389
- 'x-response-key': null;
52426
+ 'x-fern-sdk-return-value': string;
52427
+ 'x-response-key': string;
50390
52428
  'x-title': string;
50391
52429
  };
50392
52430
  };
50393
- '/user_identities/revoke_access_to_device': {
50394
- delete: {
52431
+ '/user_identities/unmanaged/list': {
52432
+ get: {
50395
52433
  description: string;
50396
52434
  operationId: string;
50397
52435
  parameters: {
50398
52436
  in: string;
50399
52437
  name: string;
50400
- required: boolean;
50401
52438
  schema: {
50402
52439
  description: string;
50403
- format: string;
50404
52440
  type: string;
50405
52441
  };
50406
52442
  }[];
@@ -50413,6 +52449,133 @@ declare const _default: {
50413
52449
  ok: {
50414
52450
  type: string;
50415
52451
  };
52452
+ user_identities: {
52453
+ items: {
52454
+ description: string;
52455
+ properties: {
52456
+ acs_user_ids: {
52457
+ description: string;
52458
+ items: {
52459
+ format: string;
52460
+ type: string;
52461
+ };
52462
+ type: string;
52463
+ };
52464
+ created_at: {
52465
+ description: string;
52466
+ format: string;
52467
+ type: string;
52468
+ };
52469
+ display_name: {
52470
+ minLength: number;
52471
+ type: string;
52472
+ };
52473
+ email_address: {
52474
+ description: string;
52475
+ format: string;
52476
+ nullable: boolean;
52477
+ type: string;
52478
+ };
52479
+ errors: {
52480
+ description: string;
52481
+ items: {
52482
+ description: string;
52483
+ discriminator: {
52484
+ propertyName: string;
52485
+ };
52486
+ oneOf: {
52487
+ description: string;
52488
+ properties: {
52489
+ acs_system_id: {
52490
+ description: string;
52491
+ format: string;
52492
+ type: string;
52493
+ };
52494
+ acs_user_id: {
52495
+ description: string;
52496
+ format: string;
52497
+ type: string;
52498
+ };
52499
+ created_at: {
52500
+ description: string;
52501
+ format: string;
52502
+ type: string;
52503
+ };
52504
+ error_code: {
52505
+ description: string;
52506
+ enum: string[];
52507
+ type: string;
52508
+ };
52509
+ message: {
52510
+ description: string;
52511
+ type: string;
52512
+ };
52513
+ };
52514
+ required: string[];
52515
+ type: string;
52516
+ }[];
52517
+ };
52518
+ type: string;
52519
+ };
52520
+ full_name: {
52521
+ minLength: number;
52522
+ nullable: boolean;
52523
+ type: string;
52524
+ };
52525
+ phone_number: {
52526
+ description: string;
52527
+ nullable: boolean;
52528
+ type: string;
52529
+ };
52530
+ user_identity_id: {
52531
+ description: string;
52532
+ format: string;
52533
+ type: string;
52534
+ };
52535
+ warnings: {
52536
+ description: string;
52537
+ items: {
52538
+ description: string;
52539
+ discriminator: {
52540
+ propertyName: string;
52541
+ };
52542
+ oneOf: {
52543
+ description: string;
52544
+ properties: {
52545
+ created_at: {
52546
+ description: string;
52547
+ format: string;
52548
+ type: string;
52549
+ };
52550
+ message: {
52551
+ description: string;
52552
+ type: string;
52553
+ };
52554
+ warning_code: {
52555
+ description: string;
52556
+ enum: string[];
52557
+ type: string;
52558
+ };
52559
+ };
52560
+ required: string[];
52561
+ type: string;
52562
+ }[];
52563
+ };
52564
+ type: string;
52565
+ };
52566
+ workspace_id: {
52567
+ description: string;
52568
+ format: string;
52569
+ type: string;
52570
+ };
52571
+ };
52572
+ required: string[];
52573
+ type: string;
52574
+ 'x-draft': string;
52575
+ 'x-route-path': string;
52576
+ };
52577
+ type: string;
52578
+ };
50416
52579
  };
50417
52580
  required: string[];
50418
52581
  type: string;
@@ -50430,22 +52593,31 @@ declare const _default: {
50430
52593
  };
50431
52594
  security: ({
50432
52595
  api_key: never[];
52596
+ client_session?: never;
52597
+ pat_with_workspace?: never;
52598
+ console_session_with_workspace?: never;
52599
+ } | {
52600
+ client_session: never[];
52601
+ api_key?: never;
50433
52602
  pat_with_workspace?: never;
50434
52603
  console_session_with_workspace?: never;
50435
52604
  } | {
50436
52605
  pat_with_workspace: never[];
50437
52606
  api_key?: never;
52607
+ client_session?: never;
50438
52608
  console_session_with_workspace?: never;
50439
52609
  } | {
50440
52610
  console_session_with_workspace: never[];
50441
52611
  api_key?: never;
52612
+ client_session?: never;
50442
52613
  pat_with_workspace?: never;
50443
52614
  })[];
50444
52615
  summary: string;
50445
52616
  tags: string[];
50446
52617
  'x-fern-sdk-group-name': string[];
50447
52618
  'x-fern-sdk-method-name': string;
50448
- 'x-response-key': null;
52619
+ 'x-fern-sdk-return-value': string;
52620
+ 'x-response-key': string;
50449
52621
  'x-title': string;
50450
52622
  };
50451
52623
  post: {
@@ -50456,18 +52628,11 @@ declare const _default: {
50456
52628
  'application/json': {
50457
52629
  schema: {
50458
52630
  properties: {
50459
- device_id: {
50460
- description: string;
50461
- format: string;
50462
- type: string;
50463
- };
50464
- user_identity_id: {
52631
+ search: {
50465
52632
  description: string;
50466
- format: string;
50467
52633
  type: string;
50468
52634
  };
50469
52635
  };
50470
- required: string[];
50471
52636
  type: string;
50472
52637
  };
50473
52638
  };
@@ -50482,6 +52647,133 @@ declare const _default: {
50482
52647
  ok: {
50483
52648
  type: string;
50484
52649
  };
52650
+ user_identities: {
52651
+ items: {
52652
+ description: string;
52653
+ properties: {
52654
+ acs_user_ids: {
52655
+ description: string;
52656
+ items: {
52657
+ format: string;
52658
+ type: string;
52659
+ };
52660
+ type: string;
52661
+ };
52662
+ created_at: {
52663
+ description: string;
52664
+ format: string;
52665
+ type: string;
52666
+ };
52667
+ display_name: {
52668
+ minLength: number;
52669
+ type: string;
52670
+ };
52671
+ email_address: {
52672
+ description: string;
52673
+ format: string;
52674
+ nullable: boolean;
52675
+ type: string;
52676
+ };
52677
+ errors: {
52678
+ description: string;
52679
+ items: {
52680
+ description: string;
52681
+ discriminator: {
52682
+ propertyName: string;
52683
+ };
52684
+ oneOf: {
52685
+ description: string;
52686
+ properties: {
52687
+ acs_system_id: {
52688
+ description: string;
52689
+ format: string;
52690
+ type: string;
52691
+ };
52692
+ acs_user_id: {
52693
+ description: string;
52694
+ format: string;
52695
+ type: string;
52696
+ };
52697
+ created_at: {
52698
+ description: string;
52699
+ format: string;
52700
+ type: string;
52701
+ };
52702
+ error_code: {
52703
+ description: string;
52704
+ enum: string[];
52705
+ type: string;
52706
+ };
52707
+ message: {
52708
+ description: string;
52709
+ type: string;
52710
+ };
52711
+ };
52712
+ required: string[];
52713
+ type: string;
52714
+ }[];
52715
+ };
52716
+ type: string;
52717
+ };
52718
+ full_name: {
52719
+ minLength: number;
52720
+ nullable: boolean;
52721
+ type: string;
52722
+ };
52723
+ phone_number: {
52724
+ description: string;
52725
+ nullable: boolean;
52726
+ type: string;
52727
+ };
52728
+ user_identity_id: {
52729
+ description: string;
52730
+ format: string;
52731
+ type: string;
52732
+ };
52733
+ warnings: {
52734
+ description: string;
52735
+ items: {
52736
+ description: string;
52737
+ discriminator: {
52738
+ propertyName: string;
52739
+ };
52740
+ oneOf: {
52741
+ description: string;
52742
+ properties: {
52743
+ created_at: {
52744
+ description: string;
52745
+ format: string;
52746
+ type: string;
52747
+ };
52748
+ message: {
52749
+ description: string;
52750
+ type: string;
52751
+ };
52752
+ warning_code: {
52753
+ description: string;
52754
+ enum: string[];
52755
+ type: string;
52756
+ };
52757
+ };
52758
+ required: string[];
52759
+ type: string;
52760
+ }[];
52761
+ };
52762
+ type: string;
52763
+ };
52764
+ workspace_id: {
52765
+ description: string;
52766
+ format: string;
52767
+ type: string;
52768
+ };
52769
+ };
52770
+ required: string[];
52771
+ type: string;
52772
+ 'x-draft': string;
52773
+ 'x-route-path': string;
52774
+ };
52775
+ type: string;
52776
+ };
50485
52777
  };
50486
52778
  required: string[];
50487
52779
  type: string;
@@ -50499,22 +52791,31 @@ declare const _default: {
50499
52791
  };
50500
52792
  security: ({
50501
52793
  api_key: never[];
52794
+ client_session?: never;
52795
+ pat_with_workspace?: never;
52796
+ console_session_with_workspace?: never;
52797
+ } | {
52798
+ client_session: never[];
52799
+ api_key?: never;
50502
52800
  pat_with_workspace?: never;
50503
52801
  console_session_with_workspace?: never;
50504
52802
  } | {
50505
52803
  pat_with_workspace: never[];
50506
52804
  api_key?: never;
52805
+ client_session?: never;
50507
52806
  console_session_with_workspace?: never;
50508
52807
  } | {
50509
52808
  console_session_with_workspace: never[];
50510
52809
  api_key?: never;
52810
+ client_session?: never;
50511
52811
  pat_with_workspace?: never;
50512
52812
  })[];
50513
52813
  summary: string;
50514
52814
  tags: string[];
50515
52815
  'x-fern-sdk-group-name': string[];
50516
52816
  'x-fern-sdk-method-name': string;
50517
- 'x-response-key': null;
52817
+ 'x-fern-sdk-return-value': string;
52818
+ 'x-response-key': string;
50518
52819
  'x-title': string;
50519
52820
  };
50520
52821
  };