@seamapi/types 1.300.0 → 1.300.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 +8 -95
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +31 -31
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -10
- package/lib/seam/connect/models/devices/device-type.js +0 -8
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +3 -3
- package/lib/seam/connect/models/devices/phone.d.ts +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/connect/openapi.js +0 -78
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -25
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +0 -18
- package/src/lib/seam/connect/openapi.ts +0 -78
- package/src/lib/seam/connect/route-types.ts +0 -25
|
@@ -4053,10 +4053,6 @@ export default {
|
|
|
4053
4053
|
type: 'string',
|
|
4054
4054
|
},
|
|
4055
4055
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
4056
|
-
{
|
|
4057
|
-
enum: ['visionline_encoder', 'assa_abloy_vostio_encoder'],
|
|
4058
|
-
type: 'string',
|
|
4059
|
-
},
|
|
4060
4056
|
],
|
|
4061
4057
|
},
|
|
4062
4058
|
display_name: {
|
|
@@ -5962,10 +5958,6 @@ export default {
|
|
|
5962
5958
|
type: 'string',
|
|
5963
5959
|
},
|
|
5964
5960
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
5965
|
-
{
|
|
5966
|
-
enum: ['visionline_encoder', 'assa_abloy_vostio_encoder'],
|
|
5967
|
-
type: 'string',
|
|
5968
|
-
},
|
|
5969
5961
|
],
|
|
5970
5962
|
},
|
|
5971
5963
|
errors: {
|
|
@@ -13275,13 +13267,6 @@ export default {
|
|
|
13275
13267
|
type: 'string',
|
|
13276
13268
|
},
|
|
13277
13269
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
13278
|
-
{
|
|
13279
|
-
enum: [
|
|
13280
|
-
'visionline_encoder',
|
|
13281
|
-
'assa_abloy_vostio_encoder',
|
|
13282
|
-
],
|
|
13283
|
-
type: 'string',
|
|
13284
|
-
},
|
|
13285
13270
|
],
|
|
13286
13271
|
},
|
|
13287
13272
|
device_types: {
|
|
@@ -13336,13 +13321,6 @@ export default {
|
|
|
13336
13321
|
enum: ['ios_phone', 'android_phone'],
|
|
13337
13322
|
type: 'string',
|
|
13338
13323
|
},
|
|
13339
|
-
{
|
|
13340
|
-
enum: [
|
|
13341
|
-
'visionline_encoder',
|
|
13342
|
-
'assa_abloy_vostio_encoder',
|
|
13343
|
-
],
|
|
13344
|
-
type: 'string',
|
|
13345
|
-
},
|
|
13346
13324
|
],
|
|
13347
13325
|
},
|
|
13348
13326
|
type: 'array',
|
|
@@ -13804,13 +13782,6 @@ export default {
|
|
|
13804
13782
|
type: 'string',
|
|
13805
13783
|
},
|
|
13806
13784
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
13807
|
-
{
|
|
13808
|
-
enum: [
|
|
13809
|
-
'visionline_encoder',
|
|
13810
|
-
'assa_abloy_vostio_encoder',
|
|
13811
|
-
],
|
|
13812
|
-
type: 'string',
|
|
13813
|
-
},
|
|
13814
13785
|
],
|
|
13815
13786
|
},
|
|
13816
13787
|
device_types: {
|
|
@@ -13865,13 +13836,6 @@ export default {
|
|
|
13865
13836
|
enum: ['ios_phone', 'android_phone'],
|
|
13866
13837
|
type: 'string',
|
|
13867
13838
|
},
|
|
13868
|
-
{
|
|
13869
|
-
enum: [
|
|
13870
|
-
'visionline_encoder',
|
|
13871
|
-
'assa_abloy_vostio_encoder',
|
|
13872
|
-
],
|
|
13873
|
-
type: 'string',
|
|
13874
|
-
},
|
|
13875
13839
|
],
|
|
13876
13840
|
},
|
|
13877
13841
|
type: 'array',
|
|
@@ -14636,13 +14600,6 @@ export default {
|
|
|
14636
14600
|
type: 'string',
|
|
14637
14601
|
},
|
|
14638
14602
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
14639
|
-
{
|
|
14640
|
-
enum: [
|
|
14641
|
-
'visionline_encoder',
|
|
14642
|
-
'assa_abloy_vostio_encoder',
|
|
14643
|
-
],
|
|
14644
|
-
type: 'string',
|
|
14645
|
-
},
|
|
14646
14603
|
],
|
|
14647
14604
|
},
|
|
14648
14605
|
device_types: {
|
|
@@ -14697,13 +14654,6 @@ export default {
|
|
|
14697
14654
|
enum: ['ios_phone', 'android_phone'],
|
|
14698
14655
|
type: 'string',
|
|
14699
14656
|
},
|
|
14700
|
-
{
|
|
14701
|
-
enum: [
|
|
14702
|
-
'visionline_encoder',
|
|
14703
|
-
'assa_abloy_vostio_encoder',
|
|
14704
|
-
],
|
|
14705
|
-
type: 'string',
|
|
14706
|
-
},
|
|
14707
14657
|
],
|
|
14708
14658
|
},
|
|
14709
14659
|
type: 'array',
|
|
@@ -15126,13 +15076,6 @@ export default {
|
|
|
15126
15076
|
type: 'string',
|
|
15127
15077
|
},
|
|
15128
15078
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
15129
|
-
{
|
|
15130
|
-
enum: [
|
|
15131
|
-
'visionline_encoder',
|
|
15132
|
-
'assa_abloy_vostio_encoder',
|
|
15133
|
-
],
|
|
15134
|
-
type: 'string',
|
|
15135
|
-
},
|
|
15136
15079
|
],
|
|
15137
15080
|
},
|
|
15138
15081
|
device_types: {
|
|
@@ -15187,13 +15130,6 @@ export default {
|
|
|
15187
15130
|
enum: ['ios_phone', 'android_phone'],
|
|
15188
15131
|
type: 'string',
|
|
15189
15132
|
},
|
|
15190
|
-
{
|
|
15191
|
-
enum: [
|
|
15192
|
-
'visionline_encoder',
|
|
15193
|
-
'assa_abloy_vostio_encoder',
|
|
15194
|
-
],
|
|
15195
|
-
type: 'string',
|
|
15196
|
-
},
|
|
15197
15133
|
],
|
|
15198
15134
|
},
|
|
15199
15135
|
type: 'array',
|
|
@@ -16511,13 +16447,6 @@ export default {
|
|
|
16511
16447
|
type: 'string',
|
|
16512
16448
|
},
|
|
16513
16449
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
16514
|
-
{
|
|
16515
|
-
enum: [
|
|
16516
|
-
'visionline_encoder',
|
|
16517
|
-
'assa_abloy_vostio_encoder',
|
|
16518
|
-
],
|
|
16519
|
-
type: 'string',
|
|
16520
|
-
},
|
|
16521
16450
|
],
|
|
16522
16451
|
},
|
|
16523
16452
|
device_types: {
|
|
@@ -16572,13 +16501,6 @@ export default {
|
|
|
16572
16501
|
enum: ['ios_phone', 'android_phone'],
|
|
16573
16502
|
type: 'string',
|
|
16574
16503
|
},
|
|
16575
|
-
{
|
|
16576
|
-
enum: [
|
|
16577
|
-
'visionline_encoder',
|
|
16578
|
-
'assa_abloy_vostio_encoder',
|
|
16579
|
-
],
|
|
16580
|
-
type: 'string',
|
|
16581
|
-
},
|
|
16582
16504
|
],
|
|
16583
16505
|
},
|
|
16584
16506
|
type: 'array',
|