@seamapi/types 1.312.2 → 1.313.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +1201 -1194
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1296 -934
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/events/common.js +10 -24
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +145 -98
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +383 -134
- package/lib/seam/connect/openapi.js +717 -716
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +801 -688
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/models/events/common.ts +12 -24
- package/src/lib/seam/connect/models/events/devices.ts +212 -101
- package/src/lib/seam/connect/openapi.ts +842 -716
- package/src/lib/seam/connect/route-types.ts +810 -688
|
@@ -3898,7 +3898,6 @@ declare const _default: {
|
|
|
3898
3898
|
description: string;
|
|
3899
3899
|
format: string;
|
|
3900
3900
|
type: string;
|
|
3901
|
-
'x-title': string;
|
|
3902
3901
|
};
|
|
3903
3902
|
device_id: {
|
|
3904
3903
|
description: string;
|
|
@@ -3910,7 +3909,6 @@ declare const _default: {
|
|
|
3910
3909
|
description: string;
|
|
3911
3910
|
format: string;
|
|
3912
3911
|
type: string;
|
|
3913
|
-
'x-title': string;
|
|
3914
3912
|
};
|
|
3915
3913
|
event_type: {
|
|
3916
3914
|
enum: string[];
|
|
@@ -3920,13 +3918,11 @@ declare const _default: {
|
|
|
3920
3918
|
description: string;
|
|
3921
3919
|
format: string;
|
|
3922
3920
|
type: string;
|
|
3923
|
-
'x-title': string;
|
|
3924
3921
|
};
|
|
3925
3922
|
workspace_id: {
|
|
3926
3923
|
description: string;
|
|
3927
3924
|
format: string;
|
|
3928
3925
|
type: string;
|
|
3929
|
-
'x-title': string;
|
|
3930
3926
|
};
|
|
3931
3927
|
code?: never;
|
|
3932
3928
|
backup_access_code_id?: never;
|
|
@@ -3997,7 +3993,6 @@ declare const _default: {
|
|
|
3997
3993
|
description: string;
|
|
3998
3994
|
format: string;
|
|
3999
3995
|
type: string;
|
|
4000
|
-
'x-title': string;
|
|
4001
3996
|
};
|
|
4002
3997
|
device_id: {
|
|
4003
3998
|
description: string;
|
|
@@ -4009,7 +4004,6 @@ declare const _default: {
|
|
|
4009
4004
|
description: string;
|
|
4010
4005
|
format: string;
|
|
4011
4006
|
type: string;
|
|
4012
|
-
'x-title': string;
|
|
4013
4007
|
};
|
|
4014
4008
|
event_type: {
|
|
4015
4009
|
enum: string[];
|
|
@@ -4019,13 +4013,11 @@ declare const _default: {
|
|
|
4019
4013
|
description: string;
|
|
4020
4014
|
format: string;
|
|
4021
4015
|
type: string;
|
|
4022
|
-
'x-title': string;
|
|
4023
4016
|
};
|
|
4024
4017
|
workspace_id: {
|
|
4025
4018
|
description: string;
|
|
4026
4019
|
format: string;
|
|
4027
4020
|
type: string;
|
|
4028
|
-
'x-title': string;
|
|
4029
4021
|
};
|
|
4030
4022
|
backup_access_code_id?: never;
|
|
4031
4023
|
acs_system_id?: never;
|
|
@@ -4095,7 +4087,6 @@ declare const _default: {
|
|
|
4095
4087
|
description: string;
|
|
4096
4088
|
format: string;
|
|
4097
4089
|
type: string;
|
|
4098
|
-
'x-title': string;
|
|
4099
4090
|
};
|
|
4100
4091
|
device_id: {
|
|
4101
4092
|
description: string;
|
|
@@ -4107,7 +4098,6 @@ declare const _default: {
|
|
|
4107
4098
|
description: string;
|
|
4108
4099
|
format: string;
|
|
4109
4100
|
type: string;
|
|
4110
|
-
'x-title': string;
|
|
4111
4101
|
};
|
|
4112
4102
|
event_type: {
|
|
4113
4103
|
enum: string[];
|
|
@@ -4117,13 +4107,11 @@ declare const _default: {
|
|
|
4117
4107
|
description: string;
|
|
4118
4108
|
format: string;
|
|
4119
4109
|
type: string;
|
|
4120
|
-
'x-title': string;
|
|
4121
4110
|
};
|
|
4122
4111
|
workspace_id: {
|
|
4123
4112
|
description: string;
|
|
4124
4113
|
format: string;
|
|
4125
4114
|
type: string;
|
|
4126
|
-
'x-title': string;
|
|
4127
4115
|
};
|
|
4128
4116
|
backup_access_code_id?: never;
|
|
4129
4117
|
acs_system_id?: never;
|
|
@@ -4190,7 +4178,6 @@ declare const _default: {
|
|
|
4190
4178
|
description: string;
|
|
4191
4179
|
format: string;
|
|
4192
4180
|
type: string;
|
|
4193
|
-
'x-title': string;
|
|
4194
4181
|
};
|
|
4195
4182
|
device_id: {
|
|
4196
4183
|
description: string;
|
|
@@ -4202,7 +4189,6 @@ declare const _default: {
|
|
|
4202
4189
|
description: string;
|
|
4203
4190
|
format: string;
|
|
4204
4191
|
type: string;
|
|
4205
|
-
'x-title': string;
|
|
4206
4192
|
};
|
|
4207
4193
|
event_type: {
|
|
4208
4194
|
enum: string[];
|
|
@@ -4212,13 +4198,11 @@ declare const _default: {
|
|
|
4212
4198
|
description: string;
|
|
4213
4199
|
format: string;
|
|
4214
4200
|
type: string;
|
|
4215
|
-
'x-title': string;
|
|
4216
4201
|
};
|
|
4217
4202
|
workspace_id: {
|
|
4218
4203
|
description: string;
|
|
4219
4204
|
format: string;
|
|
4220
4205
|
type: string;
|
|
4221
|
-
'x-title': string;
|
|
4222
4206
|
};
|
|
4223
4207
|
code?: never;
|
|
4224
4208
|
acs_system_id?: never;
|
|
@@ -4282,13 +4266,11 @@ declare const _default: {
|
|
|
4282
4266
|
description: string;
|
|
4283
4267
|
format: string;
|
|
4284
4268
|
type: string;
|
|
4285
|
-
'x-title': string;
|
|
4286
4269
|
};
|
|
4287
4270
|
event_id: {
|
|
4288
4271
|
description: string;
|
|
4289
4272
|
format: string;
|
|
4290
4273
|
type: string;
|
|
4291
|
-
'x-title': string;
|
|
4292
4274
|
};
|
|
4293
4275
|
event_type: {
|
|
4294
4276
|
enum: string[];
|
|
@@ -4298,13 +4280,11 @@ declare const _default: {
|
|
|
4298
4280
|
description: string;
|
|
4299
4281
|
format: string;
|
|
4300
4282
|
type: string;
|
|
4301
|
-
'x-title': string;
|
|
4302
4283
|
};
|
|
4303
4284
|
workspace_id: {
|
|
4304
4285
|
description: string;
|
|
4305
4286
|
format: string;
|
|
4306
4287
|
type: string;
|
|
4307
|
-
'x-title': string;
|
|
4308
4288
|
};
|
|
4309
4289
|
access_code_id?: never;
|
|
4310
4290
|
device_id?: never;
|
|
@@ -4374,13 +4354,11 @@ declare const _default: {
|
|
|
4374
4354
|
description: string;
|
|
4375
4355
|
format: string;
|
|
4376
4356
|
type: string;
|
|
4377
|
-
'x-title': string;
|
|
4378
4357
|
};
|
|
4379
4358
|
event_id: {
|
|
4380
4359
|
description: string;
|
|
4381
4360
|
format: string;
|
|
4382
4361
|
type: string;
|
|
4383
|
-
'x-title': string;
|
|
4384
4362
|
};
|
|
4385
4363
|
event_type: {
|
|
4386
4364
|
enum: string[];
|
|
@@ -4390,13 +4368,11 @@ declare const _default: {
|
|
|
4390
4368
|
description: string;
|
|
4391
4369
|
format: string;
|
|
4392
4370
|
type: string;
|
|
4393
|
-
'x-title': string;
|
|
4394
4371
|
};
|
|
4395
4372
|
workspace_id: {
|
|
4396
4373
|
description: string;
|
|
4397
4374
|
format: string;
|
|
4398
4375
|
type: string;
|
|
4399
|
-
'x-title': string;
|
|
4400
4376
|
};
|
|
4401
4377
|
access_code_id?: never;
|
|
4402
4378
|
device_id?: never;
|
|
@@ -4465,13 +4441,11 @@ declare const _default: {
|
|
|
4465
4441
|
description: string;
|
|
4466
4442
|
format: string;
|
|
4467
4443
|
type: string;
|
|
4468
|
-
'x-title': string;
|
|
4469
4444
|
};
|
|
4470
4445
|
event_id: {
|
|
4471
4446
|
description: string;
|
|
4472
4447
|
format: string;
|
|
4473
4448
|
type: string;
|
|
4474
|
-
'x-title': string;
|
|
4475
4449
|
};
|
|
4476
4450
|
event_type: {
|
|
4477
4451
|
enum: string[];
|
|
@@ -4481,13 +4455,11 @@ declare const _default: {
|
|
|
4481
4455
|
description: string;
|
|
4482
4456
|
format: string;
|
|
4483
4457
|
type: string;
|
|
4484
|
-
'x-title': string;
|
|
4485
4458
|
};
|
|
4486
4459
|
workspace_id: {
|
|
4487
4460
|
description: string;
|
|
4488
4461
|
format: string;
|
|
4489
4462
|
type: string;
|
|
4490
|
-
'x-title': string;
|
|
4491
4463
|
};
|
|
4492
4464
|
access_code_id?: never;
|
|
4493
4465
|
device_id?: never;
|
|
@@ -4557,13 +4529,11 @@ declare const _default: {
|
|
|
4557
4529
|
description: string;
|
|
4558
4530
|
format: string;
|
|
4559
4531
|
type: string;
|
|
4560
|
-
'x-title': string;
|
|
4561
4532
|
};
|
|
4562
4533
|
event_id: {
|
|
4563
4534
|
description: string;
|
|
4564
4535
|
format: string;
|
|
4565
4536
|
type: string;
|
|
4566
|
-
'x-title': string;
|
|
4567
4537
|
};
|
|
4568
4538
|
event_type: {
|
|
4569
4539
|
enum: string[];
|
|
@@ -4573,13 +4543,11 @@ declare const _default: {
|
|
|
4573
4543
|
description: string;
|
|
4574
4544
|
format: string;
|
|
4575
4545
|
type: string;
|
|
4576
|
-
'x-title': string;
|
|
4577
4546
|
};
|
|
4578
4547
|
workspace_id: {
|
|
4579
4548
|
description: string;
|
|
4580
4549
|
format: string;
|
|
4581
4550
|
type: string;
|
|
4582
|
-
'x-title': string;
|
|
4583
4551
|
};
|
|
4584
4552
|
access_code_id?: never;
|
|
4585
4553
|
device_id?: never;
|
|
@@ -4636,13 +4604,11 @@ declare const _default: {
|
|
|
4636
4604
|
description: string;
|
|
4637
4605
|
format: string;
|
|
4638
4606
|
type: string;
|
|
4639
|
-
'x-title': string;
|
|
4640
4607
|
};
|
|
4641
4608
|
event_id: {
|
|
4642
4609
|
description: string;
|
|
4643
4610
|
format: string;
|
|
4644
4611
|
type: string;
|
|
4645
|
-
'x-title': string;
|
|
4646
4612
|
};
|
|
4647
4613
|
event_type: {
|
|
4648
4614
|
enum: string[];
|
|
@@ -4652,13 +4618,11 @@ declare const _default: {
|
|
|
4652
4618
|
description: string;
|
|
4653
4619
|
format: string;
|
|
4654
4620
|
type: string;
|
|
4655
|
-
'x-title': string;
|
|
4656
4621
|
};
|
|
4657
4622
|
workspace_id: {
|
|
4658
4623
|
description: string;
|
|
4659
4624
|
format: string;
|
|
4660
4625
|
type: string;
|
|
4661
|
-
'x-title': string;
|
|
4662
4626
|
};
|
|
4663
4627
|
access_code_id?: never;
|
|
4664
4628
|
connected_account_id?: never;
|
|
@@ -4725,13 +4689,11 @@ declare const _default: {
|
|
|
4725
4689
|
description: string;
|
|
4726
4690
|
format: string;
|
|
4727
4691
|
type: string;
|
|
4728
|
-
'x-title': string;
|
|
4729
4692
|
};
|
|
4730
4693
|
event_id: {
|
|
4731
4694
|
description: string;
|
|
4732
4695
|
format: string;
|
|
4733
4696
|
type: string;
|
|
4734
|
-
'x-title': string;
|
|
4735
4697
|
};
|
|
4736
4698
|
event_type: {
|
|
4737
4699
|
enum: string[];
|
|
@@ -4741,13 +4703,11 @@ declare const _default: {
|
|
|
4741
4703
|
description: string;
|
|
4742
4704
|
format: string;
|
|
4743
4705
|
type: string;
|
|
4744
|
-
'x-title': string;
|
|
4745
4706
|
};
|
|
4746
4707
|
workspace_id: {
|
|
4747
4708
|
description: string;
|
|
4748
4709
|
format: string;
|
|
4749
4710
|
type: string;
|
|
4750
|
-
'x-title': string;
|
|
4751
4711
|
};
|
|
4752
4712
|
access_code_id?: never;
|
|
4753
4713
|
device_id?: never;
|
|
@@ -4814,13 +4774,11 @@ declare const _default: {
|
|
|
4814
4774
|
description: string;
|
|
4815
4775
|
format: string;
|
|
4816
4776
|
type: string;
|
|
4817
|
-
'x-title': string;
|
|
4818
4777
|
};
|
|
4819
4778
|
event_id: {
|
|
4820
4779
|
description: string;
|
|
4821
4780
|
format: string;
|
|
4822
4781
|
type: string;
|
|
4823
|
-
'x-title': string;
|
|
4824
4782
|
};
|
|
4825
4783
|
event_type: {
|
|
4826
4784
|
enum: string[];
|
|
@@ -4830,13 +4788,11 @@ declare const _default: {
|
|
|
4830
4788
|
description: string;
|
|
4831
4789
|
format: string;
|
|
4832
4790
|
type: string;
|
|
4833
|
-
'x-title': string;
|
|
4834
4791
|
};
|
|
4835
4792
|
workspace_id: {
|
|
4836
4793
|
description: string;
|
|
4837
4794
|
format: string;
|
|
4838
4795
|
type: string;
|
|
4839
|
-
'x-title': string;
|
|
4840
4796
|
};
|
|
4841
4797
|
access_code_id?: never;
|
|
4842
4798
|
device_id?: never;
|
|
@@ -4895,13 +4851,11 @@ declare const _default: {
|
|
|
4895
4851
|
description: string;
|
|
4896
4852
|
format: string;
|
|
4897
4853
|
type: string;
|
|
4898
|
-
'x-title': string;
|
|
4899
4854
|
};
|
|
4900
4855
|
event_id: {
|
|
4901
4856
|
description: string;
|
|
4902
4857
|
format: string;
|
|
4903
4858
|
type: string;
|
|
4904
|
-
'x-title': string;
|
|
4905
4859
|
};
|
|
4906
4860
|
event_type: {
|
|
4907
4861
|
enum: string[];
|
|
@@ -4911,13 +4865,11 @@ declare const _default: {
|
|
|
4911
4865
|
description: string;
|
|
4912
4866
|
format: string;
|
|
4913
4867
|
type: string;
|
|
4914
|
-
'x-title': string;
|
|
4915
4868
|
};
|
|
4916
4869
|
workspace_id: {
|
|
4917
4870
|
description: string;
|
|
4918
4871
|
format: string;
|
|
4919
4872
|
type: string;
|
|
4920
|
-
'x-title': string;
|
|
4921
4873
|
};
|
|
4922
4874
|
access_code_id?: never;
|
|
4923
4875
|
device_id?: never;
|
|
@@ -4981,13 +4933,11 @@ declare const _default: {
|
|
|
4981
4933
|
description: string;
|
|
4982
4934
|
format: string;
|
|
4983
4935
|
type: string;
|
|
4984
|
-
'x-title': string;
|
|
4985
4936
|
};
|
|
4986
4937
|
event_id: {
|
|
4987
4938
|
description: string;
|
|
4988
4939
|
format: string;
|
|
4989
4940
|
type: string;
|
|
4990
|
-
'x-title': string;
|
|
4991
4941
|
};
|
|
4992
4942
|
event_type: {
|
|
4993
4943
|
enum: string[];
|
|
@@ -4997,7 +4947,6 @@ declare const _default: {
|
|
|
4997
4947
|
description: string;
|
|
4998
4948
|
format: string;
|
|
4999
4949
|
type: string;
|
|
5000
|
-
'x-title': string;
|
|
5001
4950
|
};
|
|
5002
4951
|
status: {
|
|
5003
4952
|
description: string;
|
|
@@ -5008,7 +4957,6 @@ declare const _default: {
|
|
|
5008
4957
|
description: string;
|
|
5009
4958
|
format: string;
|
|
5010
4959
|
type: string;
|
|
5011
|
-
'x-title': string;
|
|
5012
4960
|
};
|
|
5013
4961
|
access_code_id?: never;
|
|
5014
4962
|
connected_account_id?: never;
|
|
@@ -5065,13 +5013,11 @@ declare const _default: {
|
|
|
5065
5013
|
description: string;
|
|
5066
5014
|
format: string;
|
|
5067
5015
|
type: string;
|
|
5068
|
-
'x-title': string;
|
|
5069
5016
|
};
|
|
5070
5017
|
event_id: {
|
|
5071
5018
|
description: string;
|
|
5072
5019
|
format: string;
|
|
5073
5020
|
type: string;
|
|
5074
|
-
'x-title': string;
|
|
5075
5021
|
};
|
|
5076
5022
|
event_type: {
|
|
5077
5023
|
enum: string[];
|
|
@@ -5081,13 +5027,11 @@ declare const _default: {
|
|
|
5081
5027
|
description: string;
|
|
5082
5028
|
format: string;
|
|
5083
5029
|
type: string;
|
|
5084
|
-
'x-title': string;
|
|
5085
5030
|
};
|
|
5086
5031
|
workspace_id: {
|
|
5087
5032
|
description: string;
|
|
5088
5033
|
format: string;
|
|
5089
5034
|
type: string;
|
|
5090
|
-
'x-title': string;
|
|
5091
5035
|
};
|
|
5092
5036
|
access_code_id?: never;
|
|
5093
5037
|
connected_account_id?: never;
|
|
@@ -5140,7 +5084,7 @@ declare const _default: {
|
|
|
5140
5084
|
description: string;
|
|
5141
5085
|
format: string;
|
|
5142
5086
|
type: string;
|
|
5143
|
-
'x-title'
|
|
5087
|
+
'x-title'?: never;
|
|
5144
5088
|
deprecated?: never;
|
|
5145
5089
|
'x-deprecated'?: never;
|
|
5146
5090
|
};
|
|
@@ -5148,19 +5092,17 @@ declare const _default: {
|
|
|
5148
5092
|
description: string;
|
|
5149
5093
|
format: string;
|
|
5150
5094
|
type: string;
|
|
5151
|
-
'x-title': string;
|
|
5152
5095
|
};
|
|
5153
5096
|
device_id: {
|
|
5154
5097
|
description: string;
|
|
5155
5098
|
format: string;
|
|
5156
5099
|
type: string;
|
|
5157
|
-
'x-title'
|
|
5100
|
+
'x-title'?: never;
|
|
5158
5101
|
};
|
|
5159
5102
|
event_id: {
|
|
5160
5103
|
description: string;
|
|
5161
5104
|
format: string;
|
|
5162
5105
|
type: string;
|
|
5163
|
-
'x-title': string;
|
|
5164
5106
|
};
|
|
5165
5107
|
event_type: {
|
|
5166
5108
|
enum: string[];
|
|
@@ -5170,13 +5112,11 @@ declare const _default: {
|
|
|
5170
5112
|
description: string;
|
|
5171
5113
|
format: string;
|
|
5172
5114
|
type: string;
|
|
5173
|
-
'x-title': string;
|
|
5174
5115
|
};
|
|
5175
5116
|
workspace_id: {
|
|
5176
5117
|
description: string;
|
|
5177
5118
|
format: string;
|
|
5178
5119
|
type: string;
|
|
5179
|
-
'x-title': string;
|
|
5180
5120
|
};
|
|
5181
5121
|
access_code_id?: never;
|
|
5182
5122
|
code?: never;
|
|
@@ -5228,7 +5168,7 @@ declare const _default: {
|
|
|
5228
5168
|
description: string;
|
|
5229
5169
|
format: string;
|
|
5230
5170
|
type: string;
|
|
5231
|
-
'x-title'
|
|
5171
|
+
'x-title'?: never;
|
|
5232
5172
|
deprecated?: never;
|
|
5233
5173
|
'x-deprecated'?: never;
|
|
5234
5174
|
};
|
|
@@ -5236,25 +5176,22 @@ declare const _default: {
|
|
|
5236
5176
|
description: string;
|
|
5237
5177
|
format: string;
|
|
5238
5178
|
type: string;
|
|
5239
|
-
'x-title': string;
|
|
5240
5179
|
};
|
|
5241
5180
|
device_id: {
|
|
5242
5181
|
description: string;
|
|
5243
5182
|
format: string;
|
|
5244
5183
|
type: string;
|
|
5245
|
-
'x-title'
|
|
5184
|
+
'x-title'?: never;
|
|
5246
5185
|
};
|
|
5247
5186
|
error_code: {
|
|
5248
5187
|
description: string;
|
|
5249
5188
|
enum: string[];
|
|
5250
5189
|
type: string;
|
|
5251
|
-
'x-title': string;
|
|
5252
5190
|
};
|
|
5253
5191
|
event_id: {
|
|
5254
5192
|
description: string;
|
|
5255
5193
|
format: string;
|
|
5256
5194
|
type: string;
|
|
5257
|
-
'x-title': string;
|
|
5258
5195
|
};
|
|
5259
5196
|
event_type: {
|
|
5260
5197
|
enum: string[];
|
|
@@ -5264,13 +5201,11 @@ declare const _default: {
|
|
|
5264
5201
|
description: string;
|
|
5265
5202
|
format: string;
|
|
5266
5203
|
type: string;
|
|
5267
|
-
'x-title': string;
|
|
5268
5204
|
};
|
|
5269
5205
|
workspace_id: {
|
|
5270
5206
|
description: string;
|
|
5271
5207
|
format: string;
|
|
5272
5208
|
type: string;
|
|
5273
|
-
'x-title': string;
|
|
5274
5209
|
};
|
|
5275
5210
|
access_code_id?: never;
|
|
5276
5211
|
code?: never;
|
|
@@ -5323,13 +5258,12 @@ declare const _default: {
|
|
|
5323
5258
|
maximum: number;
|
|
5324
5259
|
minimum: number;
|
|
5325
5260
|
type: string;
|
|
5326
|
-
'x-title': string;
|
|
5327
5261
|
};
|
|
5328
5262
|
connected_account_id: {
|
|
5329
5263
|
description: string;
|
|
5330
5264
|
format: string;
|
|
5331
5265
|
type: string;
|
|
5332
|
-
'x-title'
|
|
5266
|
+
'x-title'?: never;
|
|
5333
5267
|
deprecated?: never;
|
|
5334
5268
|
'x-deprecated'?: never;
|
|
5335
5269
|
};
|
|
@@ -5337,19 +5271,17 @@ declare const _default: {
|
|
|
5337
5271
|
description: string;
|
|
5338
5272
|
format: string;
|
|
5339
5273
|
type: string;
|
|
5340
|
-
'x-title': string;
|
|
5341
5274
|
};
|
|
5342
5275
|
device_id: {
|
|
5343
5276
|
description: string;
|
|
5344
5277
|
format: string;
|
|
5345
5278
|
type: string;
|
|
5346
|
-
'x-title'
|
|
5279
|
+
'x-title'?: never;
|
|
5347
5280
|
};
|
|
5348
5281
|
event_id: {
|
|
5349
5282
|
description: string;
|
|
5350
5283
|
format: string;
|
|
5351
5284
|
type: string;
|
|
5352
|
-
'x-title': string;
|
|
5353
5285
|
};
|
|
5354
5286
|
event_type: {
|
|
5355
5287
|
enum: string[];
|
|
@@ -5359,13 +5291,11 @@ declare const _default: {
|
|
|
5359
5291
|
description: string;
|
|
5360
5292
|
format: string;
|
|
5361
5293
|
type: string;
|
|
5362
|
-
'x-title': string;
|
|
5363
5294
|
};
|
|
5364
5295
|
workspace_id: {
|
|
5365
5296
|
description: string;
|
|
5366
5297
|
format: string;
|
|
5367
5298
|
type: string;
|
|
5368
|
-
'x-title': string;
|
|
5369
5299
|
};
|
|
5370
5300
|
access_code_id?: never;
|
|
5371
5301
|
code?: never;
|
|
@@ -5418,19 +5348,17 @@ declare const _default: {
|
|
|
5418
5348
|
maximum: number;
|
|
5419
5349
|
minimum: number;
|
|
5420
5350
|
type: string;
|
|
5421
|
-
'x-title': string;
|
|
5422
5351
|
};
|
|
5423
5352
|
battery_status: {
|
|
5424
5353
|
description: string;
|
|
5425
5354
|
enum: string[];
|
|
5426
5355
|
type: string;
|
|
5427
|
-
'x-title': string;
|
|
5428
5356
|
};
|
|
5429
5357
|
connected_account_id: {
|
|
5430
5358
|
description: string;
|
|
5431
5359
|
format: string;
|
|
5432
5360
|
type: string;
|
|
5433
|
-
'x-title'
|
|
5361
|
+
'x-title'?: never;
|
|
5434
5362
|
deprecated?: never;
|
|
5435
5363
|
'x-deprecated'?: never;
|
|
5436
5364
|
};
|
|
@@ -5438,19 +5366,17 @@ declare const _default: {
|
|
|
5438
5366
|
description: string;
|
|
5439
5367
|
format: string;
|
|
5440
5368
|
type: string;
|
|
5441
|
-
'x-title': string;
|
|
5442
5369
|
};
|
|
5443
5370
|
device_id: {
|
|
5444
5371
|
description: string;
|
|
5445
5372
|
format: string;
|
|
5446
5373
|
type: string;
|
|
5447
|
-
'x-title'
|
|
5374
|
+
'x-title'?: never;
|
|
5448
5375
|
};
|
|
5449
5376
|
event_id: {
|
|
5450
5377
|
description: string;
|
|
5451
5378
|
format: string;
|
|
5452
5379
|
type: string;
|
|
5453
|
-
'x-title': string;
|
|
5454
5380
|
};
|
|
5455
5381
|
event_type: {
|
|
5456
5382
|
enum: string[];
|
|
@@ -5460,13 +5386,11 @@ declare const _default: {
|
|
|
5460
5386
|
description: string;
|
|
5461
5387
|
format: string;
|
|
5462
5388
|
type: string;
|
|
5463
|
-
'x-title': string;
|
|
5464
5389
|
};
|
|
5465
5390
|
workspace_id: {
|
|
5466
5391
|
description: string;
|
|
5467
5392
|
format: string;
|
|
5468
5393
|
type: string;
|
|
5469
|
-
'x-title': string;
|
|
5470
5394
|
};
|
|
5471
5395
|
access_code_id?: never;
|
|
5472
5396
|
code?: never;
|
|
@@ -5516,7 +5440,7 @@ declare const _default: {
|
|
|
5516
5440
|
description: string;
|
|
5517
5441
|
format: string;
|
|
5518
5442
|
type: string;
|
|
5519
|
-
'x-title'
|
|
5443
|
+
'x-title'?: never;
|
|
5520
5444
|
deprecated?: never;
|
|
5521
5445
|
'x-deprecated'?: never;
|
|
5522
5446
|
};
|
|
@@ -5524,19 +5448,17 @@ declare const _default: {
|
|
|
5524
5448
|
description: string;
|
|
5525
5449
|
format: string;
|
|
5526
5450
|
type: string;
|
|
5527
|
-
'x-title': string;
|
|
5528
5451
|
};
|
|
5529
5452
|
device_id: {
|
|
5530
5453
|
description: string;
|
|
5531
5454
|
format: string;
|
|
5532
5455
|
type: string;
|
|
5533
|
-
'x-title'
|
|
5456
|
+
'x-title'?: never;
|
|
5534
5457
|
};
|
|
5535
5458
|
event_id: {
|
|
5536
5459
|
description: string;
|
|
5537
5460
|
format: string;
|
|
5538
5461
|
type: string;
|
|
5539
|
-
'x-title': string;
|
|
5540
5462
|
};
|
|
5541
5463
|
event_type: {
|
|
5542
5464
|
enum: string[];
|
|
@@ -5549,18 +5471,22 @@ declare const _default: {
|
|
|
5549
5471
|
'x-title': string;
|
|
5550
5472
|
};
|
|
5551
5473
|
noise_level_decibels: {
|
|
5474
|
+
description: string;
|
|
5552
5475
|
format: string;
|
|
5553
5476
|
type: string;
|
|
5554
5477
|
};
|
|
5555
5478
|
noise_level_nrs: {
|
|
5479
|
+
description: string;
|
|
5556
5480
|
format: string;
|
|
5557
5481
|
type: string;
|
|
5558
5482
|
};
|
|
5559
5483
|
noise_threshold_id: {
|
|
5484
|
+
description: string;
|
|
5560
5485
|
format: string;
|
|
5561
5486
|
type: string;
|
|
5562
5487
|
};
|
|
5563
5488
|
noise_threshold_name: {
|
|
5489
|
+
description: string;
|
|
5564
5490
|
type: string;
|
|
5565
5491
|
};
|
|
5566
5492
|
noiseaware_metadata: {
|
|
@@ -5573,13 +5499,11 @@ declare const _default: {
|
|
|
5573
5499
|
description: string;
|
|
5574
5500
|
format: string;
|
|
5575
5501
|
type: string;
|
|
5576
|
-
'x-title': string;
|
|
5577
5502
|
};
|
|
5578
5503
|
workspace_id: {
|
|
5579
5504
|
description: string;
|
|
5580
5505
|
format: string;
|
|
5581
5506
|
type: string;
|
|
5582
|
-
'x-title': string;
|
|
5583
5507
|
};
|
|
5584
5508
|
access_code_id?: never;
|
|
5585
5509
|
code?: never;
|
|
@@ -5622,22 +5546,22 @@ declare const _default: {
|
|
|
5622
5546
|
description: string;
|
|
5623
5547
|
properties: {
|
|
5624
5548
|
access_code_id: {
|
|
5549
|
+
description: string;
|
|
5625
5550
|
format: string;
|
|
5626
5551
|
type: string;
|
|
5627
|
-
description?: never;
|
|
5628
5552
|
'x-title'?: never;
|
|
5629
5553
|
};
|
|
5630
5554
|
action_attempt_id: {
|
|
5555
|
+
description: string;
|
|
5631
5556
|
format: string;
|
|
5632
5557
|
type: string;
|
|
5633
|
-
description?: never;
|
|
5634
5558
|
'x-title'?: never;
|
|
5635
5559
|
};
|
|
5636
5560
|
connected_account_id: {
|
|
5637
5561
|
description: string;
|
|
5638
5562
|
format: string;
|
|
5639
5563
|
type: string;
|
|
5640
|
-
'x-title'
|
|
5564
|
+
'x-title'?: never;
|
|
5641
5565
|
deprecated?: never;
|
|
5642
5566
|
'x-deprecated'?: never;
|
|
5643
5567
|
};
|
|
@@ -5645,19 +5569,17 @@ declare const _default: {
|
|
|
5645
5569
|
description: string;
|
|
5646
5570
|
format: string;
|
|
5647
5571
|
type: string;
|
|
5648
|
-
'x-title': string;
|
|
5649
5572
|
};
|
|
5650
5573
|
device_id: {
|
|
5651
5574
|
description: string;
|
|
5652
5575
|
format: string;
|
|
5653
5576
|
type: string;
|
|
5654
|
-
'x-title'
|
|
5577
|
+
'x-title'?: never;
|
|
5655
5578
|
};
|
|
5656
5579
|
event_id: {
|
|
5657
5580
|
description: string;
|
|
5658
5581
|
format: string;
|
|
5659
5582
|
type: string;
|
|
5660
|
-
'x-title': string;
|
|
5661
5583
|
};
|
|
5662
5584
|
event_type: {
|
|
5663
5585
|
enum: string[];
|
|
@@ -5667,19 +5589,16 @@ declare const _default: {
|
|
|
5667
5589
|
description: string;
|
|
5668
5590
|
enum: string[];
|
|
5669
5591
|
type: string;
|
|
5670
|
-
'x-title': string;
|
|
5671
5592
|
};
|
|
5672
5593
|
occurred_at: {
|
|
5673
5594
|
description: string;
|
|
5674
5595
|
format: string;
|
|
5675
5596
|
type: string;
|
|
5676
|
-
'x-title': string;
|
|
5677
5597
|
};
|
|
5678
5598
|
workspace_id: {
|
|
5679
5599
|
description: string;
|
|
5680
5600
|
format: string;
|
|
5681
5601
|
type: string;
|
|
5682
|
-
'x-title': string;
|
|
5683
5602
|
};
|
|
5684
5603
|
code?: never;
|
|
5685
5604
|
backup_access_code_id?: never;
|
|
@@ -5725,16 +5644,16 @@ declare const _default: {
|
|
|
5725
5644
|
description: string;
|
|
5726
5645
|
properties: {
|
|
5727
5646
|
access_code_id: {
|
|
5647
|
+
description: string;
|
|
5728
5648
|
format: string;
|
|
5729
5649
|
type: string;
|
|
5730
|
-
description?: never;
|
|
5731
5650
|
'x-title'?: never;
|
|
5732
5651
|
};
|
|
5733
5652
|
connected_account_id: {
|
|
5734
5653
|
description: string;
|
|
5735
5654
|
format: string;
|
|
5736
5655
|
type: string;
|
|
5737
|
-
'x-title'
|
|
5656
|
+
'x-title'?: never;
|
|
5738
5657
|
deprecated?: never;
|
|
5739
5658
|
'x-deprecated'?: never;
|
|
5740
5659
|
};
|
|
@@ -5742,19 +5661,17 @@ declare const _default: {
|
|
|
5742
5661
|
description: string;
|
|
5743
5662
|
format: string;
|
|
5744
5663
|
type: string;
|
|
5745
|
-
'x-title': string;
|
|
5746
5664
|
};
|
|
5747
5665
|
device_id: {
|
|
5748
5666
|
description: string;
|
|
5749
5667
|
format: string;
|
|
5750
5668
|
type: string;
|
|
5751
|
-
'x-title'
|
|
5669
|
+
'x-title'?: never;
|
|
5752
5670
|
};
|
|
5753
5671
|
event_id: {
|
|
5754
5672
|
description: string;
|
|
5755
5673
|
format: string;
|
|
5756
5674
|
type: string;
|
|
5757
|
-
'x-title': string;
|
|
5758
5675
|
};
|
|
5759
5676
|
event_type: {
|
|
5760
5677
|
enum: string[];
|
|
@@ -5764,13 +5681,11 @@ declare const _default: {
|
|
|
5764
5681
|
description: string;
|
|
5765
5682
|
format: string;
|
|
5766
5683
|
type: string;
|
|
5767
|
-
'x-title': string;
|
|
5768
5684
|
};
|
|
5769
5685
|
workspace_id: {
|
|
5770
5686
|
description: string;
|
|
5771
5687
|
format: string;
|
|
5772
5688
|
type: string;
|
|
5773
|
-
'x-title': string;
|
|
5774
5689
|
};
|
|
5775
5690
|
code?: never;
|
|
5776
5691
|
backup_access_code_id?: never;
|
|
@@ -5818,13 +5733,14 @@ declare const _default: {
|
|
|
5818
5733
|
description: string;
|
|
5819
5734
|
properties: {
|
|
5820
5735
|
climate_preset_key: {
|
|
5736
|
+
description: string;
|
|
5821
5737
|
type: string;
|
|
5822
5738
|
};
|
|
5823
5739
|
connected_account_id: {
|
|
5824
5740
|
description: string;
|
|
5825
5741
|
format: string;
|
|
5826
5742
|
type: string;
|
|
5827
|
-
'x-title'
|
|
5743
|
+
'x-title'?: never;
|
|
5828
5744
|
deprecated?: never;
|
|
5829
5745
|
'x-deprecated'?: never;
|
|
5830
5746
|
};
|
|
@@ -5832,34 +5748,33 @@ declare const _default: {
|
|
|
5832
5748
|
description: string;
|
|
5833
5749
|
format: string;
|
|
5834
5750
|
type: string;
|
|
5835
|
-
'x-title': string;
|
|
5836
5751
|
};
|
|
5837
5752
|
device_id: {
|
|
5838
5753
|
description: string;
|
|
5839
5754
|
format: string;
|
|
5840
5755
|
type: string;
|
|
5841
|
-
'x-title'
|
|
5756
|
+
'x-title'?: never;
|
|
5842
5757
|
};
|
|
5843
5758
|
event_id: {
|
|
5844
5759
|
description: string;
|
|
5845
5760
|
format: string;
|
|
5846
5761
|
type: string;
|
|
5847
|
-
'x-title': string;
|
|
5848
5762
|
};
|
|
5849
5763
|
event_type: {
|
|
5850
5764
|
enum: string[];
|
|
5851
5765
|
type: string;
|
|
5852
5766
|
};
|
|
5853
5767
|
is_fallback_climate_preset: {
|
|
5768
|
+
description: string;
|
|
5854
5769
|
type: string;
|
|
5855
5770
|
};
|
|
5856
5771
|
occurred_at: {
|
|
5857
5772
|
description: string;
|
|
5858
5773
|
format: string;
|
|
5859
5774
|
type: string;
|
|
5860
|
-
'x-title': string;
|
|
5861
5775
|
};
|
|
5862
5776
|
thermostat_schedule_id: {
|
|
5777
|
+
description: string;
|
|
5863
5778
|
format: string;
|
|
5864
5779
|
nullable: boolean;
|
|
5865
5780
|
type: string;
|
|
@@ -5868,7 +5783,6 @@ declare const _default: {
|
|
|
5868
5783
|
description: string;
|
|
5869
5784
|
format: string;
|
|
5870
5785
|
type: string;
|
|
5871
|
-
'x-title': string;
|
|
5872
5786
|
};
|
|
5873
5787
|
access_code_id?: never;
|
|
5874
5788
|
code?: never;
|
|
@@ -5917,7 +5831,7 @@ declare const _default: {
|
|
|
5917
5831
|
description: string;
|
|
5918
5832
|
format: string;
|
|
5919
5833
|
type: string;
|
|
5920
|
-
'x-title'
|
|
5834
|
+
'x-title'?: never;
|
|
5921
5835
|
deprecated?: never;
|
|
5922
5836
|
'x-deprecated'?: never;
|
|
5923
5837
|
};
|
|
@@ -5935,19 +5849,17 @@ declare const _default: {
|
|
|
5935
5849
|
description: string;
|
|
5936
5850
|
format: string;
|
|
5937
5851
|
type: string;
|
|
5938
|
-
'x-title': string;
|
|
5939
5852
|
};
|
|
5940
5853
|
device_id: {
|
|
5941
5854
|
description: string;
|
|
5942
5855
|
format: string;
|
|
5943
5856
|
type: string;
|
|
5944
|
-
'x-title'
|
|
5857
|
+
'x-title'?: never;
|
|
5945
5858
|
};
|
|
5946
5859
|
event_id: {
|
|
5947
5860
|
description: string;
|
|
5948
5861
|
format: string;
|
|
5949
5862
|
type: string;
|
|
5950
|
-
'x-title': string;
|
|
5951
5863
|
};
|
|
5952
5864
|
event_type: {
|
|
5953
5865
|
enum: string[];
|
|
@@ -5974,22 +5886,19 @@ declare const _default: {
|
|
|
5974
5886
|
type: string;
|
|
5975
5887
|
};
|
|
5976
5888
|
method: {
|
|
5889
|
+
description: string;
|
|
5977
5890
|
enum: string[];
|
|
5978
5891
|
type: string;
|
|
5979
|
-
description?: never;
|
|
5980
|
-
'x-title'?: never;
|
|
5981
5892
|
};
|
|
5982
5893
|
occurred_at: {
|
|
5983
5894
|
description: string;
|
|
5984
5895
|
format: string;
|
|
5985
5896
|
type: string;
|
|
5986
|
-
'x-title': string;
|
|
5987
5897
|
};
|
|
5988
5898
|
workspace_id: {
|
|
5989
5899
|
description: string;
|
|
5990
5900
|
format: string;
|
|
5991
5901
|
type: string;
|
|
5992
|
-
'x-title': string;
|
|
5993
5902
|
};
|
|
5994
5903
|
access_code_id?: never;
|
|
5995
5904
|
code?: never;
|
|
@@ -6034,7 +5943,7 @@ declare const _default: {
|
|
|
6034
5943
|
description: string;
|
|
6035
5944
|
format: string;
|
|
6036
5945
|
type: string;
|
|
6037
|
-
'x-title'
|
|
5946
|
+
'x-title'?: never;
|
|
6038
5947
|
deprecated?: never;
|
|
6039
5948
|
'x-deprecated'?: never;
|
|
6040
5949
|
};
|
|
@@ -6042,30 +5951,30 @@ declare const _default: {
|
|
|
6042
5951
|
description: string;
|
|
6043
5952
|
format: string;
|
|
6044
5953
|
type: string;
|
|
6045
|
-
'x-title': string;
|
|
6046
5954
|
};
|
|
6047
5955
|
device_id: {
|
|
6048
5956
|
description: string;
|
|
6049
5957
|
format: string;
|
|
6050
5958
|
type: string;
|
|
6051
|
-
'x-title'
|
|
5959
|
+
'x-title'?: never;
|
|
6052
5960
|
};
|
|
6053
5961
|
event_id: {
|
|
6054
5962
|
description: string;
|
|
6055
5963
|
format: string;
|
|
6056
5964
|
type: string;
|
|
6057
|
-
'x-title': string;
|
|
6058
5965
|
};
|
|
6059
5966
|
event_type: {
|
|
6060
5967
|
enum: string[];
|
|
6061
5968
|
type: string;
|
|
6062
5969
|
};
|
|
6063
5970
|
lower_limit_celsius: {
|
|
5971
|
+
description: string;
|
|
6064
5972
|
format: string;
|
|
6065
5973
|
nullable: boolean;
|
|
6066
5974
|
type: string;
|
|
6067
5975
|
};
|
|
6068
5976
|
lower_limit_fahrenheit: {
|
|
5977
|
+
description: string;
|
|
6069
5978
|
format: string;
|
|
6070
5979
|
nullable: boolean;
|
|
6071
5980
|
type: string;
|
|
@@ -6074,22 +5983,25 @@ declare const _default: {
|
|
|
6074
5983
|
description: string;
|
|
6075
5984
|
format: string;
|
|
6076
5985
|
type: string;
|
|
6077
|
-
'x-title': string;
|
|
6078
5986
|
};
|
|
6079
5987
|
temperature_celsius: {
|
|
5988
|
+
description: string;
|
|
6080
5989
|
format: string;
|
|
6081
5990
|
type: string;
|
|
6082
5991
|
};
|
|
6083
5992
|
temperature_fahrenheit: {
|
|
5993
|
+
description: string;
|
|
6084
5994
|
format: string;
|
|
6085
5995
|
type: string;
|
|
6086
5996
|
};
|
|
6087
5997
|
upper_limit_celsius: {
|
|
5998
|
+
description: string;
|
|
6088
5999
|
format: string;
|
|
6089
6000
|
nullable: boolean;
|
|
6090
6001
|
type: string;
|
|
6091
6002
|
};
|
|
6092
6003
|
upper_limit_fahrenheit: {
|
|
6004
|
+
description: string;
|
|
6093
6005
|
format: string;
|
|
6094
6006
|
nullable: boolean;
|
|
6095
6007
|
type: string;
|
|
@@ -6098,7 +6010,6 @@ declare const _default: {
|
|
|
6098
6010
|
description: string;
|
|
6099
6011
|
format: string;
|
|
6100
6012
|
type: string;
|
|
6101
|
-
'x-title': string;
|
|
6102
6013
|
};
|
|
6103
6014
|
access_code_id?: never;
|
|
6104
6015
|
code?: never;
|
|
@@ -6144,7 +6055,6 @@ declare const _default: {
|
|
|
6144
6055
|
description: string;
|
|
6145
6056
|
format: string;
|
|
6146
6057
|
type: string;
|
|
6147
|
-
'x-title': string;
|
|
6148
6058
|
};
|
|
6149
6059
|
enrollment_automation_id: {
|
|
6150
6060
|
description: string;
|
|
@@ -6156,7 +6066,6 @@ declare const _default: {
|
|
|
6156
6066
|
description: string;
|
|
6157
6067
|
format: string;
|
|
6158
6068
|
type: string;
|
|
6159
|
-
'x-title': string;
|
|
6160
6069
|
};
|
|
6161
6070
|
event_type: {
|
|
6162
6071
|
enum: string[];
|
|
@@ -6166,13 +6075,11 @@ declare const _default: {
|
|
|
6166
6075
|
description: string;
|
|
6167
6076
|
format: string;
|
|
6168
6077
|
type: string;
|
|
6169
|
-
'x-title': string;
|
|
6170
6078
|
};
|
|
6171
6079
|
workspace_id: {
|
|
6172
6080
|
description: string;
|
|
6173
6081
|
format: string;
|
|
6174
6082
|
type: string;
|
|
6175
|
-
'x-title': string;
|
|
6176
6083
|
};
|
|
6177
6084
|
access_code_id?: never;
|
|
6178
6085
|
connected_account_id?: never;
|
|
@@ -6225,7 +6132,6 @@ declare const _default: {
|
|
|
6225
6132
|
description: string;
|
|
6226
6133
|
format: string;
|
|
6227
6134
|
type: string;
|
|
6228
|
-
'x-title': string;
|
|
6229
6135
|
};
|
|
6230
6136
|
device_id: {
|
|
6231
6137
|
description: string;
|
|
@@ -6237,7 +6143,6 @@ declare const _default: {
|
|
|
6237
6143
|
description: string;
|
|
6238
6144
|
format: string;
|
|
6239
6145
|
type: string;
|
|
6240
|
-
'x-title': string;
|
|
6241
6146
|
};
|
|
6242
6147
|
event_type: {
|
|
6243
6148
|
enum: string[];
|
|
@@ -6247,13 +6152,11 @@ declare const _default: {
|
|
|
6247
6152
|
description: string;
|
|
6248
6153
|
format: string;
|
|
6249
6154
|
type: string;
|
|
6250
|
-
'x-title': string;
|
|
6251
6155
|
};
|
|
6252
6156
|
workspace_id: {
|
|
6253
6157
|
description: string;
|
|
6254
6158
|
format: string;
|
|
6255
6159
|
type: string;
|
|
6256
|
-
'x-title': string;
|
|
6257
6160
|
};
|
|
6258
6161
|
access_code_id?: never;
|
|
6259
6162
|
connected_account_id?: never;
|
|
@@ -12053,6 +11956,352 @@ declare const _default: {
|
|
|
12053
11956
|
'x-undocumented': string;
|
|
12054
11957
|
};
|
|
12055
11958
|
};
|
|
11959
|
+
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
11960
|
+
post: {
|
|
11961
|
+
operationId: string;
|
|
11962
|
+
requestBody: {
|
|
11963
|
+
content: {
|
|
11964
|
+
'application/json': {
|
|
11965
|
+
schema: {
|
|
11966
|
+
oneOf: ({
|
|
11967
|
+
additionalProperties: boolean;
|
|
11968
|
+
properties: {
|
|
11969
|
+
acs_encoder_id: {
|
|
11970
|
+
format: string;
|
|
11971
|
+
type: string;
|
|
11972
|
+
};
|
|
11973
|
+
error_code: {
|
|
11974
|
+
default: string;
|
|
11975
|
+
enum: string[];
|
|
11976
|
+
type: string;
|
|
11977
|
+
};
|
|
11978
|
+
acs_credential_id?: never;
|
|
11979
|
+
};
|
|
11980
|
+
required: string[];
|
|
11981
|
+
type: string;
|
|
11982
|
+
} | {
|
|
11983
|
+
additionalProperties: boolean;
|
|
11984
|
+
properties: {
|
|
11985
|
+
acs_credential_id: {
|
|
11986
|
+
format: string;
|
|
11987
|
+
type: string;
|
|
11988
|
+
};
|
|
11989
|
+
acs_encoder_id: {
|
|
11990
|
+
format: string;
|
|
11991
|
+
type: string;
|
|
11992
|
+
};
|
|
11993
|
+
error_code: {
|
|
11994
|
+
enum: string[];
|
|
11995
|
+
type: string;
|
|
11996
|
+
default?: never;
|
|
11997
|
+
};
|
|
11998
|
+
};
|
|
11999
|
+
required: string[];
|
|
12000
|
+
type: string;
|
|
12001
|
+
})[];
|
|
12002
|
+
};
|
|
12003
|
+
};
|
|
12004
|
+
};
|
|
12005
|
+
};
|
|
12006
|
+
responses: {
|
|
12007
|
+
200: {
|
|
12008
|
+
content: {
|
|
12009
|
+
'application/json': {
|
|
12010
|
+
schema: {
|
|
12011
|
+
properties: {
|
|
12012
|
+
ok: {
|
|
12013
|
+
type: string;
|
|
12014
|
+
};
|
|
12015
|
+
};
|
|
12016
|
+
required: string[];
|
|
12017
|
+
type: string;
|
|
12018
|
+
};
|
|
12019
|
+
};
|
|
12020
|
+
};
|
|
12021
|
+
description: string;
|
|
12022
|
+
};
|
|
12023
|
+
400: {
|
|
12024
|
+
description: string;
|
|
12025
|
+
};
|
|
12026
|
+
401: {
|
|
12027
|
+
description: string;
|
|
12028
|
+
};
|
|
12029
|
+
};
|
|
12030
|
+
security: ({
|
|
12031
|
+
api_key: never[];
|
|
12032
|
+
pat_with_workspace?: never;
|
|
12033
|
+
console_session_with_workspace?: never;
|
|
12034
|
+
} | {
|
|
12035
|
+
pat_with_workspace: never[];
|
|
12036
|
+
api_key?: never;
|
|
12037
|
+
console_session_with_workspace?: never;
|
|
12038
|
+
} | {
|
|
12039
|
+
console_session_with_workspace: never[];
|
|
12040
|
+
api_key?: never;
|
|
12041
|
+
pat_with_workspace?: never;
|
|
12042
|
+
})[];
|
|
12043
|
+
summary: string;
|
|
12044
|
+
tags: string[];
|
|
12045
|
+
'x-fern-sdk-group-name': string[];
|
|
12046
|
+
'x-fern-sdk-method-name': string;
|
|
12047
|
+
'x-response-key': null;
|
|
12048
|
+
'x-undocumented': string;
|
|
12049
|
+
};
|
|
12050
|
+
};
|
|
12051
|
+
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
12052
|
+
post: {
|
|
12053
|
+
operationId: string;
|
|
12054
|
+
requestBody: {
|
|
12055
|
+
content: {
|
|
12056
|
+
'application/json': {
|
|
12057
|
+
schema: {
|
|
12058
|
+
additionalProperties: boolean;
|
|
12059
|
+
properties: {
|
|
12060
|
+
acs_encoder_id: {
|
|
12061
|
+
format: string;
|
|
12062
|
+
type: string;
|
|
12063
|
+
};
|
|
12064
|
+
scenario: {
|
|
12065
|
+
default: string;
|
|
12066
|
+
enum: string[];
|
|
12067
|
+
type: string;
|
|
12068
|
+
};
|
|
12069
|
+
};
|
|
12070
|
+
required: string[];
|
|
12071
|
+
type: string;
|
|
12072
|
+
};
|
|
12073
|
+
};
|
|
12074
|
+
};
|
|
12075
|
+
};
|
|
12076
|
+
responses: {
|
|
12077
|
+
200: {
|
|
12078
|
+
content: {
|
|
12079
|
+
'application/json': {
|
|
12080
|
+
schema: {
|
|
12081
|
+
properties: {
|
|
12082
|
+
ok: {
|
|
12083
|
+
type: string;
|
|
12084
|
+
};
|
|
12085
|
+
};
|
|
12086
|
+
required: string[];
|
|
12087
|
+
type: string;
|
|
12088
|
+
};
|
|
12089
|
+
};
|
|
12090
|
+
};
|
|
12091
|
+
description: string;
|
|
12092
|
+
};
|
|
12093
|
+
400: {
|
|
12094
|
+
description: string;
|
|
12095
|
+
};
|
|
12096
|
+
401: {
|
|
12097
|
+
description: string;
|
|
12098
|
+
};
|
|
12099
|
+
};
|
|
12100
|
+
security: ({
|
|
12101
|
+
api_key: never[];
|
|
12102
|
+
pat_with_workspace?: never;
|
|
12103
|
+
console_session_with_workspace?: never;
|
|
12104
|
+
} | {
|
|
12105
|
+
pat_with_workspace: never[];
|
|
12106
|
+
api_key?: never;
|
|
12107
|
+
console_session_with_workspace?: never;
|
|
12108
|
+
} | {
|
|
12109
|
+
console_session_with_workspace: never[];
|
|
12110
|
+
api_key?: never;
|
|
12111
|
+
pat_with_workspace?: never;
|
|
12112
|
+
})[];
|
|
12113
|
+
summary: string;
|
|
12114
|
+
tags: string[];
|
|
12115
|
+
'x-fern-sdk-group-name': string[];
|
|
12116
|
+
'x-fern-sdk-method-name': string;
|
|
12117
|
+
'x-response-key': null;
|
|
12118
|
+
'x-undocumented': string;
|
|
12119
|
+
};
|
|
12120
|
+
};
|
|
12121
|
+
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
12122
|
+
post: {
|
|
12123
|
+
operationId: string;
|
|
12124
|
+
requestBody: {
|
|
12125
|
+
content: {
|
|
12126
|
+
'application/json': {
|
|
12127
|
+
schema: {
|
|
12128
|
+
oneOf: ({
|
|
12129
|
+
additionalProperties: boolean;
|
|
12130
|
+
properties: {
|
|
12131
|
+
acs_encoder_id: {
|
|
12132
|
+
format: string;
|
|
12133
|
+
type: string;
|
|
12134
|
+
};
|
|
12135
|
+
error_code: {
|
|
12136
|
+
default: string;
|
|
12137
|
+
enum: string[];
|
|
12138
|
+
type: string;
|
|
12139
|
+
};
|
|
12140
|
+
acs_credential_id_on_seam?: never;
|
|
12141
|
+
};
|
|
12142
|
+
required: string[];
|
|
12143
|
+
type: string;
|
|
12144
|
+
} | {
|
|
12145
|
+
additionalProperties: boolean;
|
|
12146
|
+
properties: {
|
|
12147
|
+
acs_credential_id_on_seam: {
|
|
12148
|
+
format: string;
|
|
12149
|
+
type: string;
|
|
12150
|
+
};
|
|
12151
|
+
acs_encoder_id: {
|
|
12152
|
+
format: string;
|
|
12153
|
+
type: string;
|
|
12154
|
+
};
|
|
12155
|
+
error_code: {
|
|
12156
|
+
enum: string[];
|
|
12157
|
+
type: string;
|
|
12158
|
+
default?: never;
|
|
12159
|
+
};
|
|
12160
|
+
};
|
|
12161
|
+
required: string[];
|
|
12162
|
+
type: string;
|
|
12163
|
+
})[];
|
|
12164
|
+
};
|
|
12165
|
+
};
|
|
12166
|
+
};
|
|
12167
|
+
};
|
|
12168
|
+
responses: {
|
|
12169
|
+
200: {
|
|
12170
|
+
content: {
|
|
12171
|
+
'application/json': {
|
|
12172
|
+
schema: {
|
|
12173
|
+
properties: {
|
|
12174
|
+
ok: {
|
|
12175
|
+
type: string;
|
|
12176
|
+
};
|
|
12177
|
+
};
|
|
12178
|
+
required: string[];
|
|
12179
|
+
type: string;
|
|
12180
|
+
};
|
|
12181
|
+
};
|
|
12182
|
+
};
|
|
12183
|
+
description: string;
|
|
12184
|
+
};
|
|
12185
|
+
400: {
|
|
12186
|
+
description: string;
|
|
12187
|
+
};
|
|
12188
|
+
401: {
|
|
12189
|
+
description: string;
|
|
12190
|
+
};
|
|
12191
|
+
};
|
|
12192
|
+
security: ({
|
|
12193
|
+
api_key: never[];
|
|
12194
|
+
pat_with_workspace?: never;
|
|
12195
|
+
console_session_with_workspace?: never;
|
|
12196
|
+
} | {
|
|
12197
|
+
pat_with_workspace: never[];
|
|
12198
|
+
api_key?: never;
|
|
12199
|
+
console_session_with_workspace?: never;
|
|
12200
|
+
} | {
|
|
12201
|
+
console_session_with_workspace: never[];
|
|
12202
|
+
api_key?: never;
|
|
12203
|
+
pat_with_workspace?: never;
|
|
12204
|
+
})[];
|
|
12205
|
+
summary: string;
|
|
12206
|
+
tags: string[];
|
|
12207
|
+
'x-fern-sdk-group-name': string[];
|
|
12208
|
+
'x-fern-sdk-method-name': string;
|
|
12209
|
+
'x-response-key': null;
|
|
12210
|
+
'x-undocumented': string;
|
|
12211
|
+
};
|
|
12212
|
+
};
|
|
12213
|
+
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
12214
|
+
post: {
|
|
12215
|
+
operationId: string;
|
|
12216
|
+
requestBody: {
|
|
12217
|
+
content: {
|
|
12218
|
+
'application/json': {
|
|
12219
|
+
schema: {
|
|
12220
|
+
oneOf: ({
|
|
12221
|
+
additionalProperties: boolean;
|
|
12222
|
+
properties: {
|
|
12223
|
+
acs_credential_id_on_seam: {
|
|
12224
|
+
format: string;
|
|
12225
|
+
type: string;
|
|
12226
|
+
};
|
|
12227
|
+
acs_encoder_id: {
|
|
12228
|
+
format: string;
|
|
12229
|
+
type: string;
|
|
12230
|
+
};
|
|
12231
|
+
scenario: {
|
|
12232
|
+
default: string;
|
|
12233
|
+
enum: string[];
|
|
12234
|
+
type: string;
|
|
12235
|
+
};
|
|
12236
|
+
};
|
|
12237
|
+
required: string[];
|
|
12238
|
+
type: string;
|
|
12239
|
+
} | {
|
|
12240
|
+
additionalProperties: boolean;
|
|
12241
|
+
properties: {
|
|
12242
|
+
acs_encoder_id: {
|
|
12243
|
+
format: string;
|
|
12244
|
+
type: string;
|
|
12245
|
+
};
|
|
12246
|
+
scenario: {
|
|
12247
|
+
enum: string[];
|
|
12248
|
+
type: string;
|
|
12249
|
+
default?: never;
|
|
12250
|
+
};
|
|
12251
|
+
acs_credential_id_on_seam?: never;
|
|
12252
|
+
};
|
|
12253
|
+
required: string[];
|
|
12254
|
+
type: string;
|
|
12255
|
+
})[];
|
|
12256
|
+
};
|
|
12257
|
+
};
|
|
12258
|
+
};
|
|
12259
|
+
};
|
|
12260
|
+
responses: {
|
|
12261
|
+
200: {
|
|
12262
|
+
content: {
|
|
12263
|
+
'application/json': {
|
|
12264
|
+
schema: {
|
|
12265
|
+
properties: {
|
|
12266
|
+
ok: {
|
|
12267
|
+
type: string;
|
|
12268
|
+
};
|
|
12269
|
+
};
|
|
12270
|
+
required: string[];
|
|
12271
|
+
type: string;
|
|
12272
|
+
};
|
|
12273
|
+
};
|
|
12274
|
+
};
|
|
12275
|
+
description: string;
|
|
12276
|
+
};
|
|
12277
|
+
400: {
|
|
12278
|
+
description: string;
|
|
12279
|
+
};
|
|
12280
|
+
401: {
|
|
12281
|
+
description: string;
|
|
12282
|
+
};
|
|
12283
|
+
};
|
|
12284
|
+
security: ({
|
|
12285
|
+
api_key: never[];
|
|
12286
|
+
pat_with_workspace?: never;
|
|
12287
|
+
console_session_with_workspace?: never;
|
|
12288
|
+
} | {
|
|
12289
|
+
pat_with_workspace: never[];
|
|
12290
|
+
api_key?: never;
|
|
12291
|
+
console_session_with_workspace?: never;
|
|
12292
|
+
} | {
|
|
12293
|
+
console_session_with_workspace: never[];
|
|
12294
|
+
api_key?: never;
|
|
12295
|
+
pat_with_workspace?: never;
|
|
12296
|
+
})[];
|
|
12297
|
+
summary: string;
|
|
12298
|
+
tags: string[];
|
|
12299
|
+
'x-fern-sdk-group-name': string[];
|
|
12300
|
+
'x-fern-sdk-method-name': string;
|
|
12301
|
+
'x-response-key': null;
|
|
12302
|
+
'x-undocumented': string;
|
|
12303
|
+
};
|
|
12304
|
+
};
|
|
12056
12305
|
'/acs/entrances/get': {
|
|
12057
12306
|
post: {
|
|
12058
12307
|
description: string;
|