@seamapi/types 1.509.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 +72 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +123 -87
- package/dist/index.cjs +72 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +111 -87
- package/lib/seam/connect/openapi.js +72 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +79 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -78360,6 +78360,10 @@ declare const _default: {
|
|
|
78360
78360
|
description: string;
|
|
78361
78361
|
type: string;
|
|
78362
78362
|
};
|
|
78363
|
+
customer_key: {
|
|
78364
|
+
description: string;
|
|
78365
|
+
type: string;
|
|
78366
|
+
};
|
|
78363
78367
|
limit: {
|
|
78364
78368
|
default: number;
|
|
78365
78369
|
description: string;
|
|
@@ -81193,6 +81197,24 @@ declare const _default: {
|
|
|
81193
81197
|
'x-deprecated'?: never;
|
|
81194
81198
|
minLength?: never;
|
|
81195
81199
|
};
|
|
81200
|
+
} | {
|
|
81201
|
+
in: string;
|
|
81202
|
+
name: string;
|
|
81203
|
+
schema: {
|
|
81204
|
+
description: string;
|
|
81205
|
+
type: string;
|
|
81206
|
+
items?: never;
|
|
81207
|
+
format?: never;
|
|
81208
|
+
oneOf?: never;
|
|
81209
|
+
enum?: never;
|
|
81210
|
+
default?: never;
|
|
81211
|
+
additionalProperties?: never;
|
|
81212
|
+
nullable?: never;
|
|
81213
|
+
'x-undocumented'?: never;
|
|
81214
|
+
deprecated?: never;
|
|
81215
|
+
'x-deprecated'?: never;
|
|
81216
|
+
minLength?: never;
|
|
81217
|
+
};
|
|
81196
81218
|
} | {
|
|
81197
81219
|
in: string;
|
|
81198
81220
|
name: string;
|
|
@@ -81319,24 +81341,6 @@ declare const _default: {
|
|
|
81319
81341
|
'x-deprecated'?: never;
|
|
81320
81342
|
minLength?: never;
|
|
81321
81343
|
};
|
|
81322
|
-
} | {
|
|
81323
|
-
in: string;
|
|
81324
|
-
name: string;
|
|
81325
|
-
schema: {
|
|
81326
|
-
description: string;
|
|
81327
|
-
type: string;
|
|
81328
|
-
items?: never;
|
|
81329
|
-
format?: never;
|
|
81330
|
-
oneOf?: never;
|
|
81331
|
-
enum?: never;
|
|
81332
|
-
default?: never;
|
|
81333
|
-
additionalProperties?: never;
|
|
81334
|
-
nullable?: never;
|
|
81335
|
-
'x-undocumented'?: never;
|
|
81336
|
-
deprecated?: never;
|
|
81337
|
-
'x-deprecated'?: never;
|
|
81338
|
-
minLength?: never;
|
|
81339
|
-
};
|
|
81340
81344
|
} | {
|
|
81341
81345
|
in: string;
|
|
81342
81346
|
name: string;
|
|
@@ -81561,6 +81565,10 @@ declare const _default: {
|
|
|
81561
81565
|
};
|
|
81562
81566
|
type: string;
|
|
81563
81567
|
};
|
|
81568
|
+
customer_key: {
|
|
81569
|
+
description: string;
|
|
81570
|
+
type: string;
|
|
81571
|
+
};
|
|
81564
81572
|
device_ids: {
|
|
81565
81573
|
description: string;
|
|
81566
81574
|
items: {
|
|
@@ -82425,6 +82433,24 @@ declare const _default: {
|
|
|
82425
82433
|
'x-deprecated'?: never;
|
|
82426
82434
|
minLength?: never;
|
|
82427
82435
|
};
|
|
82436
|
+
} | {
|
|
82437
|
+
in: string;
|
|
82438
|
+
name: string;
|
|
82439
|
+
schema: {
|
|
82440
|
+
description: string;
|
|
82441
|
+
type: string;
|
|
82442
|
+
items?: never;
|
|
82443
|
+
format?: never;
|
|
82444
|
+
oneOf?: never;
|
|
82445
|
+
enum?: never;
|
|
82446
|
+
default?: never;
|
|
82447
|
+
additionalProperties?: never;
|
|
82448
|
+
nullable?: never;
|
|
82449
|
+
'x-undocumented'?: never;
|
|
82450
|
+
deprecated?: never;
|
|
82451
|
+
'x-deprecated'?: never;
|
|
82452
|
+
minLength?: never;
|
|
82453
|
+
};
|
|
82428
82454
|
} | {
|
|
82429
82455
|
in: string;
|
|
82430
82456
|
name: string;
|
|
@@ -82551,24 +82577,6 @@ declare const _default: {
|
|
|
82551
82577
|
'x-deprecated'?: never;
|
|
82552
82578
|
minLength?: never;
|
|
82553
82579
|
};
|
|
82554
|
-
} | {
|
|
82555
|
-
in: string;
|
|
82556
|
-
name: string;
|
|
82557
|
-
schema: {
|
|
82558
|
-
description: string;
|
|
82559
|
-
type: string;
|
|
82560
|
-
items?: never;
|
|
82561
|
-
format?: never;
|
|
82562
|
-
oneOf?: never;
|
|
82563
|
-
enum?: never;
|
|
82564
|
-
default?: never;
|
|
82565
|
-
additionalProperties?: never;
|
|
82566
|
-
nullable?: never;
|
|
82567
|
-
'x-undocumented'?: never;
|
|
82568
|
-
deprecated?: never;
|
|
82569
|
-
'x-deprecated'?: never;
|
|
82570
|
-
minLength?: never;
|
|
82571
|
-
};
|
|
82572
82580
|
} | {
|
|
82573
82581
|
in: string;
|
|
82574
82582
|
name: string;
|
|
@@ -82772,6 +82780,10 @@ declare const _default: {
|
|
|
82772
82780
|
};
|
|
82773
82781
|
type: string;
|
|
82774
82782
|
};
|
|
82783
|
+
customer_key: {
|
|
82784
|
+
description: string;
|
|
82785
|
+
type: string;
|
|
82786
|
+
};
|
|
82775
82787
|
device_ids: {
|
|
82776
82788
|
description: string;
|
|
82777
82789
|
items: {
|
|
@@ -84430,6 +84442,23 @@ declare const _default: {
|
|
|
84430
84442
|
'x-deprecated'?: never;
|
|
84431
84443
|
minLength?: never;
|
|
84432
84444
|
};
|
|
84445
|
+
} | {
|
|
84446
|
+
in: string;
|
|
84447
|
+
name: string;
|
|
84448
|
+
schema: {
|
|
84449
|
+
description: string;
|
|
84450
|
+
type: string;
|
|
84451
|
+
items?: never;
|
|
84452
|
+
format?: never;
|
|
84453
|
+
enum?: never;
|
|
84454
|
+
default?: never;
|
|
84455
|
+
additionalProperties?: never;
|
|
84456
|
+
nullable?: never;
|
|
84457
|
+
'x-undocumented'?: never;
|
|
84458
|
+
deprecated?: never;
|
|
84459
|
+
'x-deprecated'?: never;
|
|
84460
|
+
minLength?: never;
|
|
84461
|
+
};
|
|
84433
84462
|
} | {
|
|
84434
84463
|
in: string;
|
|
84435
84464
|
name: string;
|
|
@@ -84525,23 +84554,6 @@ declare const _default: {
|
|
|
84525
84554
|
'x-deprecated'?: never;
|
|
84526
84555
|
minLength?: never;
|
|
84527
84556
|
};
|
|
84528
|
-
} | {
|
|
84529
|
-
in: string;
|
|
84530
|
-
name: string;
|
|
84531
|
-
schema: {
|
|
84532
|
-
description: string;
|
|
84533
|
-
type: string;
|
|
84534
|
-
items?: never;
|
|
84535
|
-
format?: never;
|
|
84536
|
-
enum?: never;
|
|
84537
|
-
default?: never;
|
|
84538
|
-
additionalProperties?: never;
|
|
84539
|
-
nullable?: never;
|
|
84540
|
-
'x-undocumented'?: never;
|
|
84541
|
-
deprecated?: never;
|
|
84542
|
-
'x-deprecated'?: never;
|
|
84543
|
-
minLength?: never;
|
|
84544
|
-
};
|
|
84545
84557
|
} | {
|
|
84546
84558
|
in: string;
|
|
84547
84559
|
name: string;
|
|
@@ -84754,6 +84766,10 @@ declare const _default: {
|
|
|
84754
84766
|
};
|
|
84755
84767
|
type: string;
|
|
84756
84768
|
};
|
|
84769
|
+
customer_key: {
|
|
84770
|
+
description: string;
|
|
84771
|
+
type: string;
|
|
84772
|
+
};
|
|
84757
84773
|
device_ids: {
|
|
84758
84774
|
description: string;
|
|
84759
84775
|
items: {
|
|
@@ -85261,6 +85277,23 @@ declare const _default: {
|
|
|
85261
85277
|
'x-deprecated'?: never;
|
|
85262
85278
|
minLength?: never;
|
|
85263
85279
|
};
|
|
85280
|
+
} | {
|
|
85281
|
+
in: string;
|
|
85282
|
+
name: string;
|
|
85283
|
+
schema: {
|
|
85284
|
+
description: string;
|
|
85285
|
+
type: string;
|
|
85286
|
+
items?: never;
|
|
85287
|
+
format?: never;
|
|
85288
|
+
enum?: never;
|
|
85289
|
+
default?: never;
|
|
85290
|
+
additionalProperties?: never;
|
|
85291
|
+
nullable?: never;
|
|
85292
|
+
'x-undocumented'?: never;
|
|
85293
|
+
deprecated?: never;
|
|
85294
|
+
'x-deprecated'?: never;
|
|
85295
|
+
minLength?: never;
|
|
85296
|
+
};
|
|
85264
85297
|
} | {
|
|
85265
85298
|
in: string;
|
|
85266
85299
|
name: string;
|
|
@@ -85356,23 +85389,6 @@ declare const _default: {
|
|
|
85356
85389
|
'x-deprecated'?: never;
|
|
85357
85390
|
minLength?: never;
|
|
85358
85391
|
};
|
|
85359
|
-
} | {
|
|
85360
|
-
in: string;
|
|
85361
|
-
name: string;
|
|
85362
|
-
schema: {
|
|
85363
|
-
description: string;
|
|
85364
|
-
type: string;
|
|
85365
|
-
items?: never;
|
|
85366
|
-
format?: never;
|
|
85367
|
-
enum?: never;
|
|
85368
|
-
default?: never;
|
|
85369
|
-
additionalProperties?: never;
|
|
85370
|
-
nullable?: never;
|
|
85371
|
-
'x-undocumented'?: never;
|
|
85372
|
-
deprecated?: never;
|
|
85373
|
-
'x-deprecated'?: never;
|
|
85374
|
-
minLength?: never;
|
|
85375
|
-
};
|
|
85376
85392
|
} | {
|
|
85377
85393
|
in: string;
|
|
85378
85394
|
name: string;
|
|
@@ -85585,6 +85601,10 @@ declare const _default: {
|
|
|
85585
85601
|
};
|
|
85586
85602
|
type: string;
|
|
85587
85603
|
};
|
|
85604
|
+
customer_key: {
|
|
85605
|
+
description: string;
|
|
85606
|
+
type: string;
|
|
85607
|
+
};
|
|
85588
85608
|
device_ids: {
|
|
85589
85609
|
description: string;
|
|
85590
85610
|
items: {
|
|
@@ -92835,6 +92855,23 @@ declare const _default: {
|
|
|
92835
92855
|
'x-deprecated'?: never;
|
|
92836
92856
|
minLength?: never;
|
|
92837
92857
|
};
|
|
92858
|
+
} | {
|
|
92859
|
+
in: string;
|
|
92860
|
+
name: string;
|
|
92861
|
+
schema: {
|
|
92862
|
+
description: string;
|
|
92863
|
+
type: string;
|
|
92864
|
+
items?: never;
|
|
92865
|
+
format?: never;
|
|
92866
|
+
enum?: never;
|
|
92867
|
+
default?: never;
|
|
92868
|
+
additionalProperties?: never;
|
|
92869
|
+
nullable?: never;
|
|
92870
|
+
'x-undocumented'?: never;
|
|
92871
|
+
deprecated?: never;
|
|
92872
|
+
'x-deprecated'?: never;
|
|
92873
|
+
minLength?: never;
|
|
92874
|
+
};
|
|
92838
92875
|
} | {
|
|
92839
92876
|
in: string;
|
|
92840
92877
|
name: string;
|
|
@@ -92930,23 +92967,6 @@ declare const _default: {
|
|
|
92930
92967
|
'x-deprecated'?: never;
|
|
92931
92968
|
minLength?: never;
|
|
92932
92969
|
};
|
|
92933
|
-
} | {
|
|
92934
|
-
in: string;
|
|
92935
|
-
name: string;
|
|
92936
|
-
schema: {
|
|
92937
|
-
description: string;
|
|
92938
|
-
type: string;
|
|
92939
|
-
items?: never;
|
|
92940
|
-
format?: never;
|
|
92941
|
-
enum?: never;
|
|
92942
|
-
default?: never;
|
|
92943
|
-
additionalProperties?: never;
|
|
92944
|
-
nullable?: never;
|
|
92945
|
-
'x-undocumented'?: never;
|
|
92946
|
-
deprecated?: never;
|
|
92947
|
-
'x-deprecated'?: never;
|
|
92948
|
-
minLength?: never;
|
|
92949
|
-
};
|
|
92950
92970
|
} | {
|
|
92951
92971
|
in: string;
|
|
92952
92972
|
name: string;
|
|
@@ -93159,6 +93179,10 @@ declare const _default: {
|
|
|
93159
93179
|
};
|
|
93160
93180
|
type: string;
|
|
93161
93181
|
};
|
|
93182
|
+
customer_key: {
|
|
93183
|
+
description: string;
|
|
93184
|
+
type: string;
|
|
93185
|
+
};
|
|
93162
93186
|
device_ids: {
|
|
93163
93187
|
description: string;
|
|
93164
93188
|
items: {
|
|
@@ -130691,6 +130715,8 @@ type Routes = {
|
|
|
130691
130715
|
queryParams: {};
|
|
130692
130716
|
jsonBody: {};
|
|
130693
130717
|
commonParams: {
|
|
130718
|
+
/** Customer key for which you want to list connect webviews. */
|
|
130719
|
+
customer_key?: string | undefined;
|
|
130694
130720
|
/** Your user ID for the user by which you want to filter Connect Webviews. */
|
|
130695
130721
|
user_identifier_key?: string | undefined;
|
|
130696
130722
|
/** 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. */
|
|
@@ -133030,6 +133056,8 @@ type Routes = {
|
|
|
133030
133056
|
jsonBody: {};
|
|
133031
133057
|
commonParams: {
|
|
133032
133058
|
customer_ids?: string[] | undefined;
|
|
133059
|
+
/** Customer key for which you want to list devices. */
|
|
133060
|
+
customer_key?: string | undefined;
|
|
133033
133061
|
/** ID of the connected account for which you want to list devices. */
|
|
133034
133062
|
connected_account_id?: string | undefined;
|
|
133035
133063
|
/** Array of IDs of the connected accounts for which you want to list devices. */
|
|
@@ -134755,6 +134783,8 @@ type Routes = {
|
|
|
134755
134783
|
jsonBody: {};
|
|
134756
134784
|
commonParams: {
|
|
134757
134785
|
customer_ids?: string[] | undefined;
|
|
134786
|
+
/** Customer key for which you want to list devices. */
|
|
134787
|
+
customer_key?: string | undefined;
|
|
134758
134788
|
/** ID of the connected account for which you want to list devices. */
|
|
134759
134789
|
connected_account_id?: string | undefined;
|
|
134760
134790
|
/** Array of IDs of the connected accounts for which you want to list devices. */
|
|
@@ -141404,6 +141434,8 @@ type Routes = {
|
|
|
141404
141434
|
jsonBody: {};
|
|
141405
141435
|
commonParams: {
|
|
141406
141436
|
customer_ids?: string[] | undefined;
|
|
141437
|
+
/** Customer key for which you want to list devices. */
|
|
141438
|
+
customer_key?: string | undefined;
|
|
141407
141439
|
/** ID of the connected account for which you want to list devices. */
|
|
141408
141440
|
connected_account_id?: string | undefined;
|
|
141409
141441
|
/** Array of IDs of the connected accounts for which you want to list devices. */
|
|
@@ -148831,6 +148863,8 @@ type Routes = {
|
|
|
148831
148863
|
jsonBody: {};
|
|
148832
148864
|
commonParams: {
|
|
148833
148865
|
customer_ids?: string[] | undefined;
|
|
148866
|
+
/** Customer key for which you want to list devices. */
|
|
148867
|
+
customer_key?: string | undefined;
|
|
148834
148868
|
/** ID of the connected account for which you want to list devices. */
|
|
148835
148869
|
connected_account_id?: string | undefined;
|
|
148836
148870
|
/** Array of IDs of the connected accounts for which you want to list devices. */
|
|
@@ -167667,6 +167701,8 @@ type Routes = {
|
|
|
167667
167701
|
jsonBody: {};
|
|
167668
167702
|
commonParams: {
|
|
167669
167703
|
customer_ids?: string[] | undefined;
|
|
167704
|
+
/** Customer key for which you want to list devices. */
|
|
167705
|
+
customer_key?: string | undefined;
|
|
167670
167706
|
/** ID of the connected account for which you want to list devices. */
|
|
167671
167707
|
connected_account_id?: string | undefined;
|
|
167672
167708
|
/** Array of IDs of the connected accounts for which you want to list devices. */
|
package/dist/index.cjs
CHANGED
|
@@ -39666,6 +39666,14 @@ var openapi_default = {
|
|
|
39666
39666
|
description: "Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).",
|
|
39667
39667
|
operationId: "connectWebviewsListGet",
|
|
39668
39668
|
parameters: [
|
|
39669
|
+
{
|
|
39670
|
+
in: "query",
|
|
39671
|
+
name: "customer_key",
|
|
39672
|
+
schema: {
|
|
39673
|
+
description: "Customer key for which you want to list connect webviews.",
|
|
39674
|
+
type: "string"
|
|
39675
|
+
}
|
|
39676
|
+
},
|
|
39669
39677
|
{
|
|
39670
39678
|
in: "query",
|
|
39671
39679
|
name: "user_identifier_key",
|
|
@@ -39758,6 +39766,10 @@ var openapi_default = {
|
|
|
39758
39766
|
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.",
|
|
39759
39767
|
type: "object"
|
|
39760
39768
|
},
|
|
39769
|
+
customer_key: {
|
|
39770
|
+
description: "Customer key for which you want to list connect webviews.",
|
|
39771
|
+
type: "string"
|
|
39772
|
+
},
|
|
39761
39773
|
limit: {
|
|
39762
39774
|
default: 500,
|
|
39763
39775
|
description: "Maximum number of records to return per page.",
|
|
@@ -42196,6 +42208,14 @@ var openapi_default = {
|
|
|
42196
42208
|
type: "array"
|
|
42197
42209
|
}
|
|
42198
42210
|
},
|
|
42211
|
+
{
|
|
42212
|
+
in: "query",
|
|
42213
|
+
name: "customer_key",
|
|
42214
|
+
schema: {
|
|
42215
|
+
description: "Customer key for which you want to list devices.",
|
|
42216
|
+
type: "string"
|
|
42217
|
+
}
|
|
42218
|
+
},
|
|
42199
42219
|
{
|
|
42200
42220
|
in: "query",
|
|
42201
42221
|
name: "connected_account_id",
|
|
@@ -42637,6 +42657,10 @@ var openapi_default = {
|
|
|
42637
42657
|
items: { format: "uuid", type: "string" },
|
|
42638
42658
|
type: "array"
|
|
42639
42659
|
},
|
|
42660
|
+
customer_key: {
|
|
42661
|
+
description: "Customer key for which you want to list devices.",
|
|
42662
|
+
type: "string"
|
|
42663
|
+
},
|
|
42640
42664
|
device_ids: {
|
|
42641
42665
|
description: "Array of device IDs for which you want to list devices.",
|
|
42642
42666
|
items: { format: "uuid", type: "string" },
|
|
@@ -43436,6 +43460,14 @@ var openapi_default = {
|
|
|
43436
43460
|
type: "array"
|
|
43437
43461
|
}
|
|
43438
43462
|
},
|
|
43463
|
+
{
|
|
43464
|
+
in: "query",
|
|
43465
|
+
name: "customer_key",
|
|
43466
|
+
schema: {
|
|
43467
|
+
description: "Customer key for which you want to list devices.",
|
|
43468
|
+
type: "string"
|
|
43469
|
+
}
|
|
43470
|
+
},
|
|
43439
43471
|
{
|
|
43440
43472
|
in: "query",
|
|
43441
43473
|
name: "connected_account_id",
|
|
@@ -43874,6 +43906,10 @@ var openapi_default = {
|
|
|
43874
43906
|
items: { format: "uuid", type: "string" },
|
|
43875
43907
|
type: "array"
|
|
43876
43908
|
},
|
|
43909
|
+
customer_key: {
|
|
43910
|
+
description: "Customer key for which you want to list devices.",
|
|
43911
|
+
type: "string"
|
|
43912
|
+
},
|
|
43877
43913
|
device_ids: {
|
|
43878
43914
|
description: "Array of device IDs for which you want to list devices.",
|
|
43879
43915
|
items: { format: "uuid", type: "string" },
|
|
@@ -45705,6 +45741,14 @@ var openapi_default = {
|
|
|
45705
45741
|
type: "array"
|
|
45706
45742
|
}
|
|
45707
45743
|
},
|
|
45744
|
+
{
|
|
45745
|
+
in: "query",
|
|
45746
|
+
name: "customer_key",
|
|
45747
|
+
schema: {
|
|
45748
|
+
description: "Customer key for which you want to list devices.",
|
|
45749
|
+
type: "string"
|
|
45750
|
+
}
|
|
45751
|
+
},
|
|
45708
45752
|
{
|
|
45709
45753
|
in: "query",
|
|
45710
45754
|
name: "connected_account_id",
|
|
@@ -46083,6 +46127,10 @@ var openapi_default = {
|
|
|
46083
46127
|
items: { format: "uuid", type: "string" },
|
|
46084
46128
|
type: "array"
|
|
46085
46129
|
},
|
|
46130
|
+
customer_key: {
|
|
46131
|
+
description: "Customer key for which you want to list devices.",
|
|
46132
|
+
type: "string"
|
|
46133
|
+
},
|
|
46086
46134
|
device_ids: {
|
|
46087
46135
|
description: "Array of device IDs for which you want to list devices.",
|
|
46088
46136
|
items: { format: "uuid", type: "string" },
|
|
@@ -46578,6 +46626,14 @@ var openapi_default = {
|
|
|
46578
46626
|
type: "array"
|
|
46579
46627
|
}
|
|
46580
46628
|
},
|
|
46629
|
+
{
|
|
46630
|
+
in: "query",
|
|
46631
|
+
name: "customer_key",
|
|
46632
|
+
schema: {
|
|
46633
|
+
description: "Customer key for which you want to list devices.",
|
|
46634
|
+
type: "string"
|
|
46635
|
+
}
|
|
46636
|
+
},
|
|
46581
46637
|
{
|
|
46582
46638
|
in: "query",
|
|
46583
46639
|
name: "connected_account_id",
|
|
@@ -46871,6 +46927,10 @@ var openapi_default = {
|
|
|
46871
46927
|
items: { format: "uuid", type: "string" },
|
|
46872
46928
|
type: "array"
|
|
46873
46929
|
},
|
|
46930
|
+
customer_key: {
|
|
46931
|
+
description: "Customer key for which you want to list devices.",
|
|
46932
|
+
type: "string"
|
|
46933
|
+
},
|
|
46874
46934
|
device_ids: {
|
|
46875
46935
|
description: "Array of device IDs for which you want to list devices.",
|
|
46876
46936
|
items: { format: "uuid", type: "string" },
|
|
@@ -53085,6 +53145,14 @@ var openapi_default = {
|
|
|
53085
53145
|
type: "array"
|
|
53086
53146
|
}
|
|
53087
53147
|
},
|
|
53148
|
+
{
|
|
53149
|
+
in: "query",
|
|
53150
|
+
name: "customer_key",
|
|
53151
|
+
schema: {
|
|
53152
|
+
description: "Customer key for which you want to list devices.",
|
|
53153
|
+
type: "string"
|
|
53154
|
+
}
|
|
53155
|
+
},
|
|
53088
53156
|
{
|
|
53089
53157
|
in: "query",
|
|
53090
53158
|
name: "connected_account_id",
|
|
@@ -53399,6 +53467,10 @@ var openapi_default = {
|
|
|
53399
53467
|
items: { format: "uuid", type: "string" },
|
|
53400
53468
|
type: "array"
|
|
53401
53469
|
},
|
|
53470
|
+
customer_key: {
|
|
53471
|
+
description: "Customer key for which you want to list devices.",
|
|
53472
|
+
type: "string"
|
|
53473
|
+
},
|
|
53402
53474
|
device_ids: {
|
|
53403
53475
|
description: "Array of device IDs for which you want to list devices.",
|
|
53404
53476
|
items: { format: "uuid", type: "string" },
|