@seamapi/types 1.300.0 → 1.300.2
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 +14 -108
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +44 -51
- 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.d.ts +10 -16
- package/lib/seam/connect/openapi.js +6 -91
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -29
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +0 -18
- package/src/lib/seam/connect/openapi.ts +6 -91
- package/src/lib/seam/connect/route-types.ts +3 -29
|
@@ -9314,18 +9314,8 @@ declare const _default: {
|
|
|
9314
9314
|
schema: {
|
|
9315
9315
|
oneOf: ({
|
|
9316
9316
|
properties: {
|
|
9317
|
-
|
|
9318
|
-
|
|
9319
|
-
format: string;
|
|
9320
|
-
type: string;
|
|
9321
|
-
};
|
|
9322
|
-
type: string;
|
|
9323
|
-
};
|
|
9324
|
-
acs_system_ids: {
|
|
9325
|
-
items: {
|
|
9326
|
-
format: string;
|
|
9327
|
-
type: string;
|
|
9328
|
-
};
|
|
9317
|
+
acs_system_id: {
|
|
9318
|
+
format: string;
|
|
9329
9319
|
type: string;
|
|
9330
9320
|
};
|
|
9331
9321
|
limit: {
|
|
@@ -9333,12 +9323,14 @@ declare const _default: {
|
|
|
9333
9323
|
format: string;
|
|
9334
9324
|
type: string;
|
|
9335
9325
|
};
|
|
9326
|
+
acs_system_ids?: never;
|
|
9327
|
+
acs_encoder_ids?: never;
|
|
9336
9328
|
};
|
|
9337
9329
|
required: string[];
|
|
9338
9330
|
type: string;
|
|
9339
9331
|
} | {
|
|
9340
9332
|
properties: {
|
|
9341
|
-
|
|
9333
|
+
acs_system_ids: {
|
|
9342
9334
|
items: {
|
|
9343
9335
|
format: string;
|
|
9344
9336
|
type: string;
|
|
@@ -9350,13 +9342,14 @@ declare const _default: {
|
|
|
9350
9342
|
format: string;
|
|
9351
9343
|
type: string;
|
|
9352
9344
|
};
|
|
9353
|
-
|
|
9345
|
+
acs_system_id?: never;
|
|
9346
|
+
acs_encoder_ids?: never;
|
|
9354
9347
|
};
|
|
9355
9348
|
required: string[];
|
|
9356
9349
|
type: string;
|
|
9357
9350
|
} | {
|
|
9358
9351
|
properties: {
|
|
9359
|
-
|
|
9352
|
+
acs_encoder_ids: {
|
|
9360
9353
|
items: {
|
|
9361
9354
|
format: string;
|
|
9362
9355
|
type: string;
|
|
@@ -9368,7 +9361,8 @@ declare const _default: {
|
|
|
9368
9361
|
format: string;
|
|
9369
9362
|
type: string;
|
|
9370
9363
|
};
|
|
9371
|
-
|
|
9364
|
+
acs_system_id?: never;
|
|
9365
|
+
acs_system_ids?: never;
|
|
9372
9366
|
};
|
|
9373
9367
|
required: string[];
|
|
9374
9368
|
type: string;
|
|
@@ -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: {
|
|
@@ -9839,39 +9831,32 @@ export default {
|
|
|
9839
9831
|
oneOf: [
|
|
9840
9832
|
{
|
|
9841
9833
|
properties: {
|
|
9842
|
-
|
|
9843
|
-
items: { format: 'uuid', type: 'string' },
|
|
9844
|
-
type: 'array',
|
|
9845
|
-
},
|
|
9846
|
-
acs_system_ids: {
|
|
9847
|
-
items: { format: 'uuid', type: 'string' },
|
|
9848
|
-
type: 'array',
|
|
9849
|
-
},
|
|
9834
|
+
acs_system_id: { format: 'uuid', type: 'string' },
|
|
9850
9835
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9851
9836
|
},
|
|
9852
|
-
required: ['
|
|
9837
|
+
required: ['acs_system_id'],
|
|
9853
9838
|
type: 'object',
|
|
9854
9839
|
},
|
|
9855
9840
|
{
|
|
9856
9841
|
properties: {
|
|
9857
|
-
|
|
9842
|
+
acs_system_ids: {
|
|
9858
9843
|
items: { format: 'uuid', type: 'string' },
|
|
9859
9844
|
type: 'array',
|
|
9860
9845
|
},
|
|
9861
9846
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9862
9847
|
},
|
|
9863
|
-
required: ['
|
|
9848
|
+
required: ['acs_system_ids'],
|
|
9864
9849
|
type: 'object',
|
|
9865
9850
|
},
|
|
9866
9851
|
{
|
|
9867
9852
|
properties: {
|
|
9868
|
-
|
|
9853
|
+
acs_encoder_ids: {
|
|
9869
9854
|
items: { format: 'uuid', type: 'string' },
|
|
9870
9855
|
type: 'array',
|
|
9871
9856
|
},
|
|
9872
9857
|
limit: { default: 500, format: 'float', type: 'number' },
|
|
9873
9858
|
},
|
|
9874
|
-
required: ['
|
|
9859
|
+
required: ['acs_encoder_ids'],
|
|
9875
9860
|
type: 'object',
|
|
9876
9861
|
},
|
|
9877
9862
|
],
|
|
@@ -13275,13 +13260,6 @@ export default {
|
|
|
13275
13260
|
type: 'string',
|
|
13276
13261
|
},
|
|
13277
13262
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
13278
|
-
{
|
|
13279
|
-
enum: [
|
|
13280
|
-
'visionline_encoder',
|
|
13281
|
-
'assa_abloy_vostio_encoder',
|
|
13282
|
-
],
|
|
13283
|
-
type: 'string',
|
|
13284
|
-
},
|
|
13285
13263
|
],
|
|
13286
13264
|
},
|
|
13287
13265
|
device_types: {
|
|
@@ -13336,13 +13314,6 @@ export default {
|
|
|
13336
13314
|
enum: ['ios_phone', 'android_phone'],
|
|
13337
13315
|
type: 'string',
|
|
13338
13316
|
},
|
|
13339
|
-
{
|
|
13340
|
-
enum: [
|
|
13341
|
-
'visionline_encoder',
|
|
13342
|
-
'assa_abloy_vostio_encoder',
|
|
13343
|
-
],
|
|
13344
|
-
type: 'string',
|
|
13345
|
-
},
|
|
13346
13317
|
],
|
|
13347
13318
|
},
|
|
13348
13319
|
type: 'array',
|
|
@@ -13804,13 +13775,6 @@ export default {
|
|
|
13804
13775
|
type: 'string',
|
|
13805
13776
|
},
|
|
13806
13777
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
13807
|
-
{
|
|
13808
|
-
enum: [
|
|
13809
|
-
'visionline_encoder',
|
|
13810
|
-
'assa_abloy_vostio_encoder',
|
|
13811
|
-
],
|
|
13812
|
-
type: 'string',
|
|
13813
|
-
},
|
|
13814
13778
|
],
|
|
13815
13779
|
},
|
|
13816
13780
|
device_types: {
|
|
@@ -13865,13 +13829,6 @@ export default {
|
|
|
13865
13829
|
enum: ['ios_phone', 'android_phone'],
|
|
13866
13830
|
type: 'string',
|
|
13867
13831
|
},
|
|
13868
|
-
{
|
|
13869
|
-
enum: [
|
|
13870
|
-
'visionline_encoder',
|
|
13871
|
-
'assa_abloy_vostio_encoder',
|
|
13872
|
-
],
|
|
13873
|
-
type: 'string',
|
|
13874
|
-
},
|
|
13875
13832
|
],
|
|
13876
13833
|
},
|
|
13877
13834
|
type: 'array',
|
|
@@ -14636,13 +14593,6 @@ export default {
|
|
|
14636
14593
|
type: 'string',
|
|
14637
14594
|
},
|
|
14638
14595
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
14639
|
-
{
|
|
14640
|
-
enum: [
|
|
14641
|
-
'visionline_encoder',
|
|
14642
|
-
'assa_abloy_vostio_encoder',
|
|
14643
|
-
],
|
|
14644
|
-
type: 'string',
|
|
14645
|
-
},
|
|
14646
14596
|
],
|
|
14647
14597
|
},
|
|
14648
14598
|
device_types: {
|
|
@@ -14697,13 +14647,6 @@ export default {
|
|
|
14697
14647
|
enum: ['ios_phone', 'android_phone'],
|
|
14698
14648
|
type: 'string',
|
|
14699
14649
|
},
|
|
14700
|
-
{
|
|
14701
|
-
enum: [
|
|
14702
|
-
'visionline_encoder',
|
|
14703
|
-
'assa_abloy_vostio_encoder',
|
|
14704
|
-
],
|
|
14705
|
-
type: 'string',
|
|
14706
|
-
},
|
|
14707
14650
|
],
|
|
14708
14651
|
},
|
|
14709
14652
|
type: 'array',
|
|
@@ -15126,13 +15069,6 @@ export default {
|
|
|
15126
15069
|
type: 'string',
|
|
15127
15070
|
},
|
|
15128
15071
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
15129
|
-
{
|
|
15130
|
-
enum: [
|
|
15131
|
-
'visionline_encoder',
|
|
15132
|
-
'assa_abloy_vostio_encoder',
|
|
15133
|
-
],
|
|
15134
|
-
type: 'string',
|
|
15135
|
-
},
|
|
15136
15072
|
],
|
|
15137
15073
|
},
|
|
15138
15074
|
device_types: {
|
|
@@ -15187,13 +15123,6 @@ export default {
|
|
|
15187
15123
|
enum: ['ios_phone', 'android_phone'],
|
|
15188
15124
|
type: 'string',
|
|
15189
15125
|
},
|
|
15190
|
-
{
|
|
15191
|
-
enum: [
|
|
15192
|
-
'visionline_encoder',
|
|
15193
|
-
'assa_abloy_vostio_encoder',
|
|
15194
|
-
],
|
|
15195
|
-
type: 'string',
|
|
15196
|
-
},
|
|
15197
15126
|
],
|
|
15198
15127
|
},
|
|
15199
15128
|
type: 'array',
|
|
@@ -16511,13 +16440,6 @@ export default {
|
|
|
16511
16440
|
type: 'string',
|
|
16512
16441
|
},
|
|
16513
16442
|
{ enum: ['ios_phone', 'android_phone'], type: 'string' },
|
|
16514
|
-
{
|
|
16515
|
-
enum: [
|
|
16516
|
-
'visionline_encoder',
|
|
16517
|
-
'assa_abloy_vostio_encoder',
|
|
16518
|
-
],
|
|
16519
|
-
type: 'string',
|
|
16520
|
-
},
|
|
16521
16443
|
],
|
|
16522
16444
|
},
|
|
16523
16445
|
device_types: {
|
|
@@ -16572,13 +16494,6 @@ export default {
|
|
|
16572
16494
|
enum: ['ios_phone', 'android_phone'],
|
|
16573
16495
|
type: 'string',
|
|
16574
16496
|
},
|
|
16575
|
-
{
|
|
16576
|
-
enum: [
|
|
16577
|
-
'visionline_encoder',
|
|
16578
|
-
'assa_abloy_vostio_encoder',
|
|
16579
|
-
],
|
|
16580
|
-
type: 'string',
|
|
16581
|
-
},
|
|
16582
16497
|
],
|
|
16583
16498
|
},
|
|
16584
16499
|
type: 'array',
|