@seamapi/types 1.508.0 → 1.510.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +96 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +161 -89
- package/dist/index.cjs +96 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +145 -89
- package/lib/seam/connect/openapi.js +96 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +106 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
|
@@ -22842,6 +22842,22 @@ declare const _default: {
|
|
|
22842
22842
|
description: string;
|
|
22843
22843
|
operationId: string;
|
|
22844
22844
|
parameters: ({
|
|
22845
|
+
in: string;
|
|
22846
|
+
name: string;
|
|
22847
|
+
schema: {
|
|
22848
|
+
description: string;
|
|
22849
|
+
type: string;
|
|
22850
|
+
format?: never;
|
|
22851
|
+
deprecated?: never;
|
|
22852
|
+
nullable?: never;
|
|
22853
|
+
'x-deprecated'?: never;
|
|
22854
|
+
items?: never;
|
|
22855
|
+
minLength?: never;
|
|
22856
|
+
default?: never;
|
|
22857
|
+
exclusiveMinimum?: never;
|
|
22858
|
+
minimum?: never;
|
|
22859
|
+
};
|
|
22860
|
+
} | {
|
|
22845
22861
|
in: string;
|
|
22846
22862
|
name: string;
|
|
22847
22863
|
schema: {
|
|
@@ -23054,6 +23070,10 @@ declare const _default: {
|
|
|
23054
23070
|
format: string;
|
|
23055
23071
|
type: string;
|
|
23056
23072
|
};
|
|
23073
|
+
customer_key: {
|
|
23074
|
+
description: string;
|
|
23075
|
+
type: string;
|
|
23076
|
+
};
|
|
23057
23077
|
limit: {
|
|
23058
23078
|
default: number;
|
|
23059
23079
|
description: string;
|
|
@@ -23472,7 +23492,15 @@ declare const _default: {
|
|
|
23472
23492
|
get: {
|
|
23473
23493
|
description: string;
|
|
23474
23494
|
operationId: string;
|
|
23475
|
-
parameters: {
|
|
23495
|
+
parameters: ({
|
|
23496
|
+
in: string;
|
|
23497
|
+
name: string;
|
|
23498
|
+
schema: {
|
|
23499
|
+
description: string;
|
|
23500
|
+
type: string;
|
|
23501
|
+
format?: never;
|
|
23502
|
+
};
|
|
23503
|
+
} | {
|
|
23476
23504
|
in: string;
|
|
23477
23505
|
name: string;
|
|
23478
23506
|
schema: {
|
|
@@ -23480,7 +23508,7 @@ declare const _default: {
|
|
|
23480
23508
|
format: string;
|
|
23481
23509
|
type: string;
|
|
23482
23510
|
};
|
|
23483
|
-
}[];
|
|
23511
|
+
})[];
|
|
23484
23512
|
responses: {
|
|
23485
23513
|
200: {
|
|
23486
23514
|
content: {
|
|
@@ -23553,6 +23581,10 @@ declare const _default: {
|
|
|
23553
23581
|
format: string;
|
|
23554
23582
|
type: string;
|
|
23555
23583
|
};
|
|
23584
|
+
customer_key: {
|
|
23585
|
+
description: string;
|
|
23586
|
+
type: string;
|
|
23587
|
+
};
|
|
23556
23588
|
};
|
|
23557
23589
|
type: string;
|
|
23558
23590
|
};
|
|
@@ -27854,6 +27886,10 @@ declare const _default: {
|
|
|
27854
27886
|
description: string;
|
|
27855
27887
|
type: string;
|
|
27856
27888
|
};
|
|
27889
|
+
customer_key: {
|
|
27890
|
+
description: string;
|
|
27891
|
+
type: string;
|
|
27892
|
+
};
|
|
27857
27893
|
limit: {
|
|
27858
27894
|
default: number;
|
|
27859
27895
|
description: string;
|
|
@@ -30687,6 +30723,24 @@ declare const _default: {
|
|
|
30687
30723
|
'x-deprecated'?: never;
|
|
30688
30724
|
minLength?: never;
|
|
30689
30725
|
};
|
|
30726
|
+
} | {
|
|
30727
|
+
in: string;
|
|
30728
|
+
name: string;
|
|
30729
|
+
schema: {
|
|
30730
|
+
description: string;
|
|
30731
|
+
type: string;
|
|
30732
|
+
items?: never;
|
|
30733
|
+
format?: never;
|
|
30734
|
+
oneOf?: never;
|
|
30735
|
+
enum?: never;
|
|
30736
|
+
default?: never;
|
|
30737
|
+
additionalProperties?: never;
|
|
30738
|
+
nullable?: never;
|
|
30739
|
+
'x-undocumented'?: never;
|
|
30740
|
+
deprecated?: never;
|
|
30741
|
+
'x-deprecated'?: never;
|
|
30742
|
+
minLength?: never;
|
|
30743
|
+
};
|
|
30690
30744
|
} | {
|
|
30691
30745
|
in: string;
|
|
30692
30746
|
name: string;
|
|
@@ -30813,24 +30867,6 @@ declare const _default: {
|
|
|
30813
30867
|
'x-deprecated'?: never;
|
|
30814
30868
|
minLength?: never;
|
|
30815
30869
|
};
|
|
30816
|
-
} | {
|
|
30817
|
-
in: string;
|
|
30818
|
-
name: string;
|
|
30819
|
-
schema: {
|
|
30820
|
-
description: string;
|
|
30821
|
-
type: string;
|
|
30822
|
-
items?: never;
|
|
30823
|
-
format?: never;
|
|
30824
|
-
oneOf?: never;
|
|
30825
|
-
enum?: never;
|
|
30826
|
-
default?: never;
|
|
30827
|
-
additionalProperties?: never;
|
|
30828
|
-
nullable?: never;
|
|
30829
|
-
'x-undocumented'?: never;
|
|
30830
|
-
deprecated?: never;
|
|
30831
|
-
'x-deprecated'?: never;
|
|
30832
|
-
minLength?: never;
|
|
30833
|
-
};
|
|
30834
30870
|
} | {
|
|
30835
30871
|
in: string;
|
|
30836
30872
|
name: string;
|
|
@@ -31055,6 +31091,10 @@ declare const _default: {
|
|
|
31055
31091
|
};
|
|
31056
31092
|
type: string;
|
|
31057
31093
|
};
|
|
31094
|
+
customer_key: {
|
|
31095
|
+
description: string;
|
|
31096
|
+
type: string;
|
|
31097
|
+
};
|
|
31058
31098
|
device_ids: {
|
|
31059
31099
|
description: string;
|
|
31060
31100
|
items: {
|
|
@@ -31919,6 +31959,24 @@ declare const _default: {
|
|
|
31919
31959
|
'x-deprecated'?: never;
|
|
31920
31960
|
minLength?: never;
|
|
31921
31961
|
};
|
|
31962
|
+
} | {
|
|
31963
|
+
in: string;
|
|
31964
|
+
name: string;
|
|
31965
|
+
schema: {
|
|
31966
|
+
description: string;
|
|
31967
|
+
type: string;
|
|
31968
|
+
items?: never;
|
|
31969
|
+
format?: never;
|
|
31970
|
+
oneOf?: never;
|
|
31971
|
+
enum?: never;
|
|
31972
|
+
default?: never;
|
|
31973
|
+
additionalProperties?: never;
|
|
31974
|
+
nullable?: never;
|
|
31975
|
+
'x-undocumented'?: never;
|
|
31976
|
+
deprecated?: never;
|
|
31977
|
+
'x-deprecated'?: never;
|
|
31978
|
+
minLength?: never;
|
|
31979
|
+
};
|
|
31922
31980
|
} | {
|
|
31923
31981
|
in: string;
|
|
31924
31982
|
name: string;
|
|
@@ -32045,24 +32103,6 @@ declare const _default: {
|
|
|
32045
32103
|
'x-deprecated'?: never;
|
|
32046
32104
|
minLength?: never;
|
|
32047
32105
|
};
|
|
32048
|
-
} | {
|
|
32049
|
-
in: string;
|
|
32050
|
-
name: string;
|
|
32051
|
-
schema: {
|
|
32052
|
-
description: string;
|
|
32053
|
-
type: string;
|
|
32054
|
-
items?: never;
|
|
32055
|
-
format?: never;
|
|
32056
|
-
oneOf?: never;
|
|
32057
|
-
enum?: never;
|
|
32058
|
-
default?: never;
|
|
32059
|
-
additionalProperties?: never;
|
|
32060
|
-
nullable?: never;
|
|
32061
|
-
'x-undocumented'?: never;
|
|
32062
|
-
deprecated?: never;
|
|
32063
|
-
'x-deprecated'?: never;
|
|
32064
|
-
minLength?: never;
|
|
32065
|
-
};
|
|
32066
32106
|
} | {
|
|
32067
32107
|
in: string;
|
|
32068
32108
|
name: string;
|
|
@@ -32266,6 +32306,10 @@ declare const _default: {
|
|
|
32266
32306
|
};
|
|
32267
32307
|
type: string;
|
|
32268
32308
|
};
|
|
32309
|
+
customer_key: {
|
|
32310
|
+
description: string;
|
|
32311
|
+
type: string;
|
|
32312
|
+
};
|
|
32269
32313
|
device_ids: {
|
|
32270
32314
|
description: string;
|
|
32271
32315
|
items: {
|
|
@@ -33924,6 +33968,23 @@ declare const _default: {
|
|
|
33924
33968
|
'x-deprecated'?: never;
|
|
33925
33969
|
minLength?: never;
|
|
33926
33970
|
};
|
|
33971
|
+
} | {
|
|
33972
|
+
in: string;
|
|
33973
|
+
name: string;
|
|
33974
|
+
schema: {
|
|
33975
|
+
description: string;
|
|
33976
|
+
type: string;
|
|
33977
|
+
items?: never;
|
|
33978
|
+
format?: never;
|
|
33979
|
+
enum?: never;
|
|
33980
|
+
default?: never;
|
|
33981
|
+
additionalProperties?: never;
|
|
33982
|
+
nullable?: never;
|
|
33983
|
+
'x-undocumented'?: never;
|
|
33984
|
+
deprecated?: never;
|
|
33985
|
+
'x-deprecated'?: never;
|
|
33986
|
+
minLength?: never;
|
|
33987
|
+
};
|
|
33927
33988
|
} | {
|
|
33928
33989
|
in: string;
|
|
33929
33990
|
name: string;
|
|
@@ -34019,23 +34080,6 @@ declare const _default: {
|
|
|
34019
34080
|
'x-deprecated'?: never;
|
|
34020
34081
|
minLength?: never;
|
|
34021
34082
|
};
|
|
34022
|
-
} | {
|
|
34023
|
-
in: string;
|
|
34024
|
-
name: string;
|
|
34025
|
-
schema: {
|
|
34026
|
-
description: string;
|
|
34027
|
-
type: string;
|
|
34028
|
-
items?: never;
|
|
34029
|
-
format?: never;
|
|
34030
|
-
enum?: never;
|
|
34031
|
-
default?: never;
|
|
34032
|
-
additionalProperties?: never;
|
|
34033
|
-
nullable?: never;
|
|
34034
|
-
'x-undocumented'?: never;
|
|
34035
|
-
deprecated?: never;
|
|
34036
|
-
'x-deprecated'?: never;
|
|
34037
|
-
minLength?: never;
|
|
34038
|
-
};
|
|
34039
34083
|
} | {
|
|
34040
34084
|
in: string;
|
|
34041
34085
|
name: string;
|
|
@@ -34248,6 +34292,10 @@ declare const _default: {
|
|
|
34248
34292
|
};
|
|
34249
34293
|
type: string;
|
|
34250
34294
|
};
|
|
34295
|
+
customer_key: {
|
|
34296
|
+
description: string;
|
|
34297
|
+
type: string;
|
|
34298
|
+
};
|
|
34251
34299
|
device_ids: {
|
|
34252
34300
|
description: string;
|
|
34253
34301
|
items: {
|
|
@@ -34755,6 +34803,23 @@ declare const _default: {
|
|
|
34755
34803
|
'x-deprecated'?: never;
|
|
34756
34804
|
minLength?: never;
|
|
34757
34805
|
};
|
|
34806
|
+
} | {
|
|
34807
|
+
in: string;
|
|
34808
|
+
name: string;
|
|
34809
|
+
schema: {
|
|
34810
|
+
description: string;
|
|
34811
|
+
type: string;
|
|
34812
|
+
items?: never;
|
|
34813
|
+
format?: never;
|
|
34814
|
+
enum?: never;
|
|
34815
|
+
default?: never;
|
|
34816
|
+
additionalProperties?: never;
|
|
34817
|
+
nullable?: never;
|
|
34818
|
+
'x-undocumented'?: never;
|
|
34819
|
+
deprecated?: never;
|
|
34820
|
+
'x-deprecated'?: never;
|
|
34821
|
+
minLength?: never;
|
|
34822
|
+
};
|
|
34758
34823
|
} | {
|
|
34759
34824
|
in: string;
|
|
34760
34825
|
name: string;
|
|
@@ -34850,23 +34915,6 @@ declare const _default: {
|
|
|
34850
34915
|
'x-deprecated'?: never;
|
|
34851
34916
|
minLength?: never;
|
|
34852
34917
|
};
|
|
34853
|
-
} | {
|
|
34854
|
-
in: string;
|
|
34855
|
-
name: string;
|
|
34856
|
-
schema: {
|
|
34857
|
-
description: string;
|
|
34858
|
-
type: string;
|
|
34859
|
-
items?: never;
|
|
34860
|
-
format?: never;
|
|
34861
|
-
enum?: never;
|
|
34862
|
-
default?: never;
|
|
34863
|
-
additionalProperties?: never;
|
|
34864
|
-
nullable?: never;
|
|
34865
|
-
'x-undocumented'?: never;
|
|
34866
|
-
deprecated?: never;
|
|
34867
|
-
'x-deprecated'?: never;
|
|
34868
|
-
minLength?: never;
|
|
34869
|
-
};
|
|
34870
34918
|
} | {
|
|
34871
34919
|
in: string;
|
|
34872
34920
|
name: string;
|
|
@@ -35079,6 +35127,10 @@ declare const _default: {
|
|
|
35079
35127
|
};
|
|
35080
35128
|
type: string;
|
|
35081
35129
|
};
|
|
35130
|
+
customer_key: {
|
|
35131
|
+
description: string;
|
|
35132
|
+
type: string;
|
|
35133
|
+
};
|
|
35082
35134
|
device_ids: {
|
|
35083
35135
|
description: string;
|
|
35084
35136
|
items: {
|
|
@@ -42329,6 +42381,23 @@ declare const _default: {
|
|
|
42329
42381
|
'x-deprecated'?: never;
|
|
42330
42382
|
minLength?: never;
|
|
42331
42383
|
};
|
|
42384
|
+
} | {
|
|
42385
|
+
in: string;
|
|
42386
|
+
name: string;
|
|
42387
|
+
schema: {
|
|
42388
|
+
description: string;
|
|
42389
|
+
type: string;
|
|
42390
|
+
items?: never;
|
|
42391
|
+
format?: never;
|
|
42392
|
+
enum?: never;
|
|
42393
|
+
default?: never;
|
|
42394
|
+
additionalProperties?: never;
|
|
42395
|
+
nullable?: never;
|
|
42396
|
+
'x-undocumented'?: never;
|
|
42397
|
+
deprecated?: never;
|
|
42398
|
+
'x-deprecated'?: never;
|
|
42399
|
+
minLength?: never;
|
|
42400
|
+
};
|
|
42332
42401
|
} | {
|
|
42333
42402
|
in: string;
|
|
42334
42403
|
name: string;
|
|
@@ -42424,23 +42493,6 @@ declare const _default: {
|
|
|
42424
42493
|
'x-deprecated'?: never;
|
|
42425
42494
|
minLength?: never;
|
|
42426
42495
|
};
|
|
42427
|
-
} | {
|
|
42428
|
-
in: string;
|
|
42429
|
-
name: string;
|
|
42430
|
-
schema: {
|
|
42431
|
-
description: string;
|
|
42432
|
-
type: string;
|
|
42433
|
-
items?: never;
|
|
42434
|
-
format?: never;
|
|
42435
|
-
enum?: never;
|
|
42436
|
-
default?: never;
|
|
42437
|
-
additionalProperties?: never;
|
|
42438
|
-
nullable?: never;
|
|
42439
|
-
'x-undocumented'?: never;
|
|
42440
|
-
deprecated?: never;
|
|
42441
|
-
'x-deprecated'?: never;
|
|
42442
|
-
minLength?: never;
|
|
42443
|
-
};
|
|
42444
42496
|
} | {
|
|
42445
42497
|
in: string;
|
|
42446
42498
|
name: string;
|
|
@@ -42653,6 +42705,10 @@ declare const _default: {
|
|
|
42653
42705
|
};
|
|
42654
42706
|
type: string;
|
|
42655
42707
|
};
|
|
42708
|
+
customer_key: {
|
|
42709
|
+
description: string;
|
|
42710
|
+
type: string;
|
|
42711
|
+
};
|
|
42656
42712
|
device_ids: {
|
|
42657
42713
|
description: string;
|
|
42658
42714
|
items: {
|
|
@@ -30127,6 +30127,14 @@ export default {
|
|
|
30127
30127
|
description: 'Returns a list of all [access system entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
30128
30128
|
operationId: 'acsEntrancesListGet',
|
|
30129
30129
|
parameters: [
|
|
30130
|
+
{
|
|
30131
|
+
in: 'query',
|
|
30132
|
+
name: 'customer_key',
|
|
30133
|
+
schema: {
|
|
30134
|
+
description: 'Customer key for which you want to list entrances.',
|
|
30135
|
+
type: 'string',
|
|
30136
|
+
},
|
|
30137
|
+
},
|
|
30130
30138
|
{
|
|
30131
30139
|
in: 'query',
|
|
30132
30140
|
name: 'acs_system_id',
|
|
@@ -30307,6 +30315,10 @@ export default {
|
|
|
30307
30315
|
format: 'uuid',
|
|
30308
30316
|
type: 'string',
|
|
30309
30317
|
},
|
|
30318
|
+
customer_key: {
|
|
30319
|
+
description: 'Customer key for which you want to list entrances.',
|
|
30320
|
+
type: 'string',
|
|
30321
|
+
},
|
|
30310
30322
|
limit: {
|
|
30311
30323
|
default: 900,
|
|
30312
30324
|
description: 'Maximum number of records to return per page.',
|
|
@@ -30614,6 +30626,14 @@ export default {
|
|
|
30614
30626
|
description: 'Returns a list of all [access systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access systems connected to your workspace.',
|
|
30615
30627
|
operationId: 'acsSystemsListGet',
|
|
30616
30628
|
parameters: [
|
|
30629
|
+
{
|
|
30630
|
+
in: 'query',
|
|
30631
|
+
name: 'customer_key',
|
|
30632
|
+
schema: {
|
|
30633
|
+
description: 'Customer key for which you want to list access systems.',
|
|
30634
|
+
type: 'string',
|
|
30635
|
+
},
|
|
30636
|
+
},
|
|
30617
30637
|
{
|
|
30618
30638
|
in: 'query',
|
|
30619
30639
|
name: 'connected_account_id',
|
|
@@ -30673,6 +30693,10 @@ export default {
|
|
|
30673
30693
|
format: 'uuid',
|
|
30674
30694
|
type: 'string',
|
|
30675
30695
|
},
|
|
30696
|
+
customer_key: {
|
|
30697
|
+
description: 'Customer key for which you want to list access systems.',
|
|
30698
|
+
type: 'string',
|
|
30699
|
+
},
|
|
30676
30700
|
},
|
|
30677
30701
|
type: 'object',
|
|
30678
30702
|
},
|
|
@@ -34107,6 +34131,14 @@ export default {
|
|
|
34107
34131
|
description: 'Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).',
|
|
34108
34132
|
operationId: 'connectWebviewsListGet',
|
|
34109
34133
|
parameters: [
|
|
34134
|
+
{
|
|
34135
|
+
in: 'query',
|
|
34136
|
+
name: 'customer_key',
|
|
34137
|
+
schema: {
|
|
34138
|
+
description: 'Customer key for which you want to list connect webviews.',
|
|
34139
|
+
type: 'string',
|
|
34140
|
+
},
|
|
34141
|
+
},
|
|
34110
34142
|
{
|
|
34111
34143
|
in: 'query',
|
|
34112
34144
|
name: 'user_identifier_key',
|
|
@@ -34199,6 +34231,10 @@ export default {
|
|
|
34199
34231
|
description: 'Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.',
|
|
34200
34232
|
type: 'object',
|
|
34201
34233
|
},
|
|
34234
|
+
customer_key: {
|
|
34235
|
+
description: 'Customer key for which you want to list connect webviews.',
|
|
34236
|
+
type: 'string',
|
|
34237
|
+
},
|
|
34202
34238
|
limit: {
|
|
34203
34239
|
default: 500,
|
|
34204
34240
|
description: 'Maximum number of records to return per page.',
|
|
@@ -36637,6 +36673,14 @@ export default {
|
|
|
36637
36673
|
type: 'array',
|
|
36638
36674
|
},
|
|
36639
36675
|
},
|
|
36676
|
+
{
|
|
36677
|
+
in: 'query',
|
|
36678
|
+
name: 'customer_key',
|
|
36679
|
+
schema: {
|
|
36680
|
+
description: 'Customer key for which you want to list devices.',
|
|
36681
|
+
type: 'string',
|
|
36682
|
+
},
|
|
36683
|
+
},
|
|
36640
36684
|
{
|
|
36641
36685
|
in: 'query',
|
|
36642
36686
|
name: 'connected_account_id',
|
|
@@ -37078,6 +37122,10 @@ export default {
|
|
|
37078
37122
|
items: { format: 'uuid', type: 'string' },
|
|
37079
37123
|
type: 'array',
|
|
37080
37124
|
},
|
|
37125
|
+
customer_key: {
|
|
37126
|
+
description: 'Customer key for which you want to list devices.',
|
|
37127
|
+
type: 'string',
|
|
37128
|
+
},
|
|
37081
37129
|
device_ids: {
|
|
37082
37130
|
description: 'Array of device IDs for which you want to list devices.',
|
|
37083
37131
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -37877,6 +37925,14 @@ export default {
|
|
|
37877
37925
|
type: 'array',
|
|
37878
37926
|
},
|
|
37879
37927
|
},
|
|
37928
|
+
{
|
|
37929
|
+
in: 'query',
|
|
37930
|
+
name: 'customer_key',
|
|
37931
|
+
schema: {
|
|
37932
|
+
description: 'Customer key for which you want to list devices.',
|
|
37933
|
+
type: 'string',
|
|
37934
|
+
},
|
|
37935
|
+
},
|
|
37880
37936
|
{
|
|
37881
37937
|
in: 'query',
|
|
37882
37938
|
name: 'connected_account_id',
|
|
@@ -38315,6 +38371,10 @@ export default {
|
|
|
38315
38371
|
items: { format: 'uuid', type: 'string' },
|
|
38316
38372
|
type: 'array',
|
|
38317
38373
|
},
|
|
38374
|
+
customer_key: {
|
|
38375
|
+
description: 'Customer key for which you want to list devices.',
|
|
38376
|
+
type: 'string',
|
|
38377
|
+
},
|
|
38318
38378
|
device_ids: {
|
|
38319
38379
|
description: 'Array of device IDs for which you want to list devices.',
|
|
38320
38380
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -40146,6 +40206,14 @@ export default {
|
|
|
40146
40206
|
type: 'array',
|
|
40147
40207
|
},
|
|
40148
40208
|
},
|
|
40209
|
+
{
|
|
40210
|
+
in: 'query',
|
|
40211
|
+
name: 'customer_key',
|
|
40212
|
+
schema: {
|
|
40213
|
+
description: 'Customer key for which you want to list devices.',
|
|
40214
|
+
type: 'string',
|
|
40215
|
+
},
|
|
40216
|
+
},
|
|
40149
40217
|
{
|
|
40150
40218
|
in: 'query',
|
|
40151
40219
|
name: 'connected_account_id',
|
|
@@ -40524,6 +40592,10 @@ export default {
|
|
|
40524
40592
|
items: { format: 'uuid', type: 'string' },
|
|
40525
40593
|
type: 'array',
|
|
40526
40594
|
},
|
|
40595
|
+
customer_key: {
|
|
40596
|
+
description: 'Customer key for which you want to list devices.',
|
|
40597
|
+
type: 'string',
|
|
40598
|
+
},
|
|
40527
40599
|
device_ids: {
|
|
40528
40600
|
description: 'Array of device IDs for which you want to list devices.',
|
|
40529
40601
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -41019,6 +41091,14 @@ export default {
|
|
|
41019
41091
|
type: 'array',
|
|
41020
41092
|
},
|
|
41021
41093
|
},
|
|
41094
|
+
{
|
|
41095
|
+
in: 'query',
|
|
41096
|
+
name: 'customer_key',
|
|
41097
|
+
schema: {
|
|
41098
|
+
description: 'Customer key for which you want to list devices.',
|
|
41099
|
+
type: 'string',
|
|
41100
|
+
},
|
|
41101
|
+
},
|
|
41022
41102
|
{
|
|
41023
41103
|
in: 'query',
|
|
41024
41104
|
name: 'connected_account_id',
|
|
@@ -41312,6 +41392,10 @@ export default {
|
|
|
41312
41392
|
items: { format: 'uuid', type: 'string' },
|
|
41313
41393
|
type: 'array',
|
|
41314
41394
|
},
|
|
41395
|
+
customer_key: {
|
|
41396
|
+
description: 'Customer key for which you want to list devices.',
|
|
41397
|
+
type: 'string',
|
|
41398
|
+
},
|
|
41315
41399
|
device_ids: {
|
|
41316
41400
|
description: 'Array of device IDs for which you want to list devices.',
|
|
41317
41401
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -47526,6 +47610,14 @@ export default {
|
|
|
47526
47610
|
type: 'array',
|
|
47527
47611
|
},
|
|
47528
47612
|
},
|
|
47613
|
+
{
|
|
47614
|
+
in: 'query',
|
|
47615
|
+
name: 'customer_key',
|
|
47616
|
+
schema: {
|
|
47617
|
+
description: 'Customer key for which you want to list devices.',
|
|
47618
|
+
type: 'string',
|
|
47619
|
+
},
|
|
47620
|
+
},
|
|
47529
47621
|
{
|
|
47530
47622
|
in: 'query',
|
|
47531
47623
|
name: 'connected_account_id',
|
|
@@ -47840,6 +47932,10 @@ export default {
|
|
|
47840
47932
|
items: { format: 'uuid', type: 'string' },
|
|
47841
47933
|
type: 'array',
|
|
47842
47934
|
},
|
|
47935
|
+
customer_key: {
|
|
47936
|
+
description: 'Customer key for which you want to list devices.',
|
|
47937
|
+
type: 'string',
|
|
47938
|
+
},
|
|
47843
47939
|
device_ids: {
|
|
47844
47940
|
description: 'Array of device IDs for which you want to list devices.',
|
|
47845
47941
|
items: { format: 'uuid', type: 'string' },
|