@seamapi/types 1.86.0 → 1.88.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 +66 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +137 -0
- package/lib/seam/connect/openapi.d.ts +132 -0
- package/lib/seam/connect/openapi.js +66 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -0
- package/lib/seam/connect/unstable/models/events/access_code_events.d.ts +70 -0
- package/lib/seam/connect/unstable/models/events/access_code_events.js +33 -0
- package/lib/seam/connect/unstable/models/events/access_code_events.js.map +1 -0
- package/lib/seam/connect/unstable/models/events/connected_account_events.d.ts +48 -0
- package/lib/seam/connect/unstable/models/events/connected_account_events.js +24 -0
- package/lib/seam/connect/unstable/models/events/connected_account_events.js.map +1 -0
- package/lib/seam/connect/unstable/models/events/device_events.d.ts +63 -0
- package/lib/seam/connect/unstable/models/events/device_events.js +21 -0
- package/lib/seam/connect/unstable/models/events/device_events.js.map +1 -0
- package/lib/seam/connect/unstable/models/events/lock_events.d.ts +42 -0
- package/lib/seam/connect/unstable/models/events/lock_events.js +22 -0
- package/lib/seam/connect/unstable/models/events/lock_events.js.map +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +66 -0
- package/src/lib/seam/connect/route-types.ts +5 -0
- package/src/lib/seam/connect/unstable/models/events/access_code_events.ts +37 -0
- package/src/lib/seam/connect/unstable/models/events/connected_account_events.ts +27 -0
- package/src/lib/seam/connect/unstable/models/events/device_events.ts +24 -0
- package/src/lib/seam/connect/unstable/models/events/lock_events.ts +25 -0
package/dist/connect.d.cts
CHANGED
|
@@ -10858,6 +10858,28 @@ declare const _default: {
|
|
|
10858
10858
|
nullable: boolean;
|
|
10859
10859
|
type: string;
|
|
10860
10860
|
};
|
|
10861
|
+
custom_metadata_has: {
|
|
10862
|
+
additionalProperties: {
|
|
10863
|
+
nullable: boolean;
|
|
10864
|
+
oneOf: ({
|
|
10865
|
+
maxLength: number;
|
|
10866
|
+
type: string;
|
|
10867
|
+
format?: never;
|
|
10868
|
+
nullable?: never;
|
|
10869
|
+
} | {
|
|
10870
|
+
type: string;
|
|
10871
|
+
maxLength?: never;
|
|
10872
|
+
format?: never;
|
|
10873
|
+
nullable?: never;
|
|
10874
|
+
} | {
|
|
10875
|
+
format: string;
|
|
10876
|
+
nullable: boolean;
|
|
10877
|
+
type: string;
|
|
10878
|
+
maxLength?: never;
|
|
10879
|
+
})[];
|
|
10880
|
+
};
|
|
10881
|
+
type: string;
|
|
10882
|
+
};
|
|
10861
10883
|
device_ids: {
|
|
10862
10884
|
items: {
|
|
10863
10885
|
format: string;
|
|
@@ -11122,6 +11144,28 @@ declare const _default: {
|
|
|
11122
11144
|
nullable: boolean;
|
|
11123
11145
|
type: string;
|
|
11124
11146
|
};
|
|
11147
|
+
custom_metadata_has: {
|
|
11148
|
+
additionalProperties: {
|
|
11149
|
+
nullable: boolean;
|
|
11150
|
+
oneOf: ({
|
|
11151
|
+
maxLength: number;
|
|
11152
|
+
type: string;
|
|
11153
|
+
format?: never;
|
|
11154
|
+
nullable?: never;
|
|
11155
|
+
} | {
|
|
11156
|
+
type: string;
|
|
11157
|
+
maxLength?: never;
|
|
11158
|
+
format?: never;
|
|
11159
|
+
nullable?: never;
|
|
11160
|
+
} | {
|
|
11161
|
+
format: string;
|
|
11162
|
+
nullable: boolean;
|
|
11163
|
+
type: string;
|
|
11164
|
+
maxLength?: never;
|
|
11165
|
+
})[];
|
|
11166
|
+
};
|
|
11167
|
+
type: string;
|
|
11168
|
+
};
|
|
11125
11169
|
device_ids: {
|
|
11126
11170
|
items: {
|
|
11127
11171
|
format: string;
|
|
@@ -11358,6 +11402,28 @@ declare const _default: {
|
|
|
11358
11402
|
'application/json': {
|
|
11359
11403
|
schema: {
|
|
11360
11404
|
properties: {
|
|
11405
|
+
custom_metadata: {
|
|
11406
|
+
additionalProperties: {
|
|
11407
|
+
nullable: boolean;
|
|
11408
|
+
oneOf: ({
|
|
11409
|
+
maxLength: number;
|
|
11410
|
+
type: string;
|
|
11411
|
+
format?: never;
|
|
11412
|
+
nullable?: never;
|
|
11413
|
+
} | {
|
|
11414
|
+
type: string;
|
|
11415
|
+
maxLength?: never;
|
|
11416
|
+
format?: never;
|
|
11417
|
+
nullable?: never;
|
|
11418
|
+
} | {
|
|
11419
|
+
format: string;
|
|
11420
|
+
nullable: boolean;
|
|
11421
|
+
type: string;
|
|
11422
|
+
maxLength?: never;
|
|
11423
|
+
})[];
|
|
11424
|
+
};
|
|
11425
|
+
type: string;
|
|
11426
|
+
};
|
|
11361
11427
|
device_id: {
|
|
11362
11428
|
format: string;
|
|
11363
11429
|
type: string;
|
|
@@ -11437,6 +11503,28 @@ declare const _default: {
|
|
|
11437
11503
|
'application/json': {
|
|
11438
11504
|
schema: {
|
|
11439
11505
|
properties: {
|
|
11506
|
+
custom_metadata: {
|
|
11507
|
+
additionalProperties: {
|
|
11508
|
+
nullable: boolean;
|
|
11509
|
+
oneOf: ({
|
|
11510
|
+
maxLength: number;
|
|
11511
|
+
type: string;
|
|
11512
|
+
format?: never;
|
|
11513
|
+
nullable?: never;
|
|
11514
|
+
} | {
|
|
11515
|
+
type: string;
|
|
11516
|
+
maxLength?: never;
|
|
11517
|
+
format?: never;
|
|
11518
|
+
nullable?: never;
|
|
11519
|
+
} | {
|
|
11520
|
+
format: string;
|
|
11521
|
+
nullable: boolean;
|
|
11522
|
+
type: string;
|
|
11523
|
+
maxLength?: never;
|
|
11524
|
+
})[];
|
|
11525
|
+
};
|
|
11526
|
+
type: string;
|
|
11527
|
+
};
|
|
11440
11528
|
device_id: {
|
|
11441
11529
|
format: string;
|
|
11442
11530
|
type: string;
|
|
@@ -12015,6 +12103,28 @@ declare const _default: {
|
|
|
12015
12103
|
nullable: boolean;
|
|
12016
12104
|
type: string;
|
|
12017
12105
|
};
|
|
12106
|
+
custom_metadata_has: {
|
|
12107
|
+
additionalProperties: {
|
|
12108
|
+
nullable: boolean;
|
|
12109
|
+
oneOf: ({
|
|
12110
|
+
maxLength: number;
|
|
12111
|
+
type: string;
|
|
12112
|
+
format?: never;
|
|
12113
|
+
nullable?: never;
|
|
12114
|
+
} | {
|
|
12115
|
+
type: string;
|
|
12116
|
+
maxLength?: never;
|
|
12117
|
+
format?: never;
|
|
12118
|
+
nullable?: never;
|
|
12119
|
+
} | {
|
|
12120
|
+
format: string;
|
|
12121
|
+
nullable: boolean;
|
|
12122
|
+
type: string;
|
|
12123
|
+
maxLength?: never;
|
|
12124
|
+
})[];
|
|
12125
|
+
};
|
|
12126
|
+
type: string;
|
|
12127
|
+
};
|
|
12018
12128
|
device_ids: {
|
|
12019
12129
|
items: {
|
|
12020
12130
|
format: string;
|
|
@@ -14293,6 +14403,28 @@ declare const _default: {
|
|
|
14293
14403
|
nullable: boolean;
|
|
14294
14404
|
type: string;
|
|
14295
14405
|
};
|
|
14406
|
+
custom_metadata_has: {
|
|
14407
|
+
additionalProperties: {
|
|
14408
|
+
nullable: boolean;
|
|
14409
|
+
oneOf: ({
|
|
14410
|
+
maxLength: number;
|
|
14411
|
+
type: string;
|
|
14412
|
+
format?: never;
|
|
14413
|
+
nullable?: never;
|
|
14414
|
+
} | {
|
|
14415
|
+
type: string;
|
|
14416
|
+
maxLength?: never;
|
|
14417
|
+
format?: never;
|
|
14418
|
+
nullable?: never;
|
|
14419
|
+
} | {
|
|
14420
|
+
format: string;
|
|
14421
|
+
nullable: boolean;
|
|
14422
|
+
type: string;
|
|
14423
|
+
maxLength?: never;
|
|
14424
|
+
})[];
|
|
14425
|
+
};
|
|
14426
|
+
type: string;
|
|
14427
|
+
};
|
|
14296
14428
|
device_ids: {
|
|
14297
14429
|
items: {
|
|
14298
14430
|
format: string;
|
|
@@ -18982,6 +19114,7 @@ interface Routes {
|
|
|
18982
19114
|
limit?: number;
|
|
18983
19115
|
created_before?: Date | undefined;
|
|
18984
19116
|
user_identifier_key?: string | undefined;
|
|
19117
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
18985
19118
|
};
|
|
18986
19119
|
formData: {};
|
|
18987
19120
|
jsonResponse: {
|
|
@@ -19547,6 +19680,7 @@ interface Routes {
|
|
|
19547
19680
|
limit?: number;
|
|
19548
19681
|
created_before?: Date | undefined;
|
|
19549
19682
|
user_identifier_key?: string | undefined;
|
|
19683
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
19550
19684
|
};
|
|
19551
19685
|
formData: {};
|
|
19552
19686
|
jsonResponse: {
|
|
@@ -19636,6 +19770,7 @@ interface Routes {
|
|
|
19636
19770
|
} | undefined;
|
|
19637
19771
|
name?: (string | null) | undefined;
|
|
19638
19772
|
is_managed?: boolean;
|
|
19773
|
+
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
19639
19774
|
};
|
|
19640
19775
|
formData: {};
|
|
19641
19776
|
jsonResponse: {};
|
|
@@ -20700,6 +20835,7 @@ interface Routes {
|
|
|
20700
20835
|
limit?: number;
|
|
20701
20836
|
created_before?: Date | undefined;
|
|
20702
20837
|
user_identifier_key?: string | undefined;
|
|
20838
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
20703
20839
|
};
|
|
20704
20840
|
formData: {};
|
|
20705
20841
|
jsonResponse: {
|
|
@@ -23532,6 +23668,7 @@ interface Routes {
|
|
|
23532
23668
|
limit?: number;
|
|
23533
23669
|
created_before?: Date | undefined;
|
|
23534
23670
|
user_identifier_key?: string | undefined;
|
|
23671
|
+
custom_metadata_has?: Record<string, string | boolean | null> | undefined;
|
|
23535
23672
|
};
|
|
23536
23673
|
formData: {};
|
|
23537
23674
|
jsonResponse: {
|
|
@@ -10784,6 +10784,28 @@ declare const _default: {
|
|
|
10784
10784
|
nullable: boolean;
|
|
10785
10785
|
type: string;
|
|
10786
10786
|
};
|
|
10787
|
+
custom_metadata_has: {
|
|
10788
|
+
additionalProperties: {
|
|
10789
|
+
nullable: boolean;
|
|
10790
|
+
oneOf: ({
|
|
10791
|
+
maxLength: number;
|
|
10792
|
+
type: string;
|
|
10793
|
+
format?: never;
|
|
10794
|
+
nullable?: never;
|
|
10795
|
+
} | {
|
|
10796
|
+
type: string;
|
|
10797
|
+
maxLength?: never;
|
|
10798
|
+
format?: never;
|
|
10799
|
+
nullable?: never;
|
|
10800
|
+
} | {
|
|
10801
|
+
format: string;
|
|
10802
|
+
nullable: boolean;
|
|
10803
|
+
type: string;
|
|
10804
|
+
maxLength?: never;
|
|
10805
|
+
})[];
|
|
10806
|
+
};
|
|
10807
|
+
type: string;
|
|
10808
|
+
};
|
|
10787
10809
|
device_ids: {
|
|
10788
10810
|
items: {
|
|
10789
10811
|
format: string;
|
|
@@ -11048,6 +11070,28 @@ declare const _default: {
|
|
|
11048
11070
|
nullable: boolean;
|
|
11049
11071
|
type: string;
|
|
11050
11072
|
};
|
|
11073
|
+
custom_metadata_has: {
|
|
11074
|
+
additionalProperties: {
|
|
11075
|
+
nullable: boolean;
|
|
11076
|
+
oneOf: ({
|
|
11077
|
+
maxLength: number;
|
|
11078
|
+
type: string;
|
|
11079
|
+
format?: never;
|
|
11080
|
+
nullable?: never;
|
|
11081
|
+
} | {
|
|
11082
|
+
type: string;
|
|
11083
|
+
maxLength?: never;
|
|
11084
|
+
format?: never;
|
|
11085
|
+
nullable?: never;
|
|
11086
|
+
} | {
|
|
11087
|
+
format: string;
|
|
11088
|
+
nullable: boolean;
|
|
11089
|
+
type: string;
|
|
11090
|
+
maxLength?: never;
|
|
11091
|
+
})[];
|
|
11092
|
+
};
|
|
11093
|
+
type: string;
|
|
11094
|
+
};
|
|
11051
11095
|
device_ids: {
|
|
11052
11096
|
items: {
|
|
11053
11097
|
format: string;
|
|
@@ -11284,6 +11328,28 @@ declare const _default: {
|
|
|
11284
11328
|
'application/json': {
|
|
11285
11329
|
schema: {
|
|
11286
11330
|
properties: {
|
|
11331
|
+
custom_metadata: {
|
|
11332
|
+
additionalProperties: {
|
|
11333
|
+
nullable: boolean;
|
|
11334
|
+
oneOf: ({
|
|
11335
|
+
maxLength: number;
|
|
11336
|
+
type: string;
|
|
11337
|
+
format?: never;
|
|
11338
|
+
nullable?: never;
|
|
11339
|
+
} | {
|
|
11340
|
+
type: string;
|
|
11341
|
+
maxLength?: never;
|
|
11342
|
+
format?: never;
|
|
11343
|
+
nullable?: never;
|
|
11344
|
+
} | {
|
|
11345
|
+
format: string;
|
|
11346
|
+
nullable: boolean;
|
|
11347
|
+
type: string;
|
|
11348
|
+
maxLength?: never;
|
|
11349
|
+
})[];
|
|
11350
|
+
};
|
|
11351
|
+
type: string;
|
|
11352
|
+
};
|
|
11287
11353
|
device_id: {
|
|
11288
11354
|
format: string;
|
|
11289
11355
|
type: string;
|
|
@@ -11363,6 +11429,28 @@ declare const _default: {
|
|
|
11363
11429
|
'application/json': {
|
|
11364
11430
|
schema: {
|
|
11365
11431
|
properties: {
|
|
11432
|
+
custom_metadata: {
|
|
11433
|
+
additionalProperties: {
|
|
11434
|
+
nullable: boolean;
|
|
11435
|
+
oneOf: ({
|
|
11436
|
+
maxLength: number;
|
|
11437
|
+
type: string;
|
|
11438
|
+
format?: never;
|
|
11439
|
+
nullable?: never;
|
|
11440
|
+
} | {
|
|
11441
|
+
type: string;
|
|
11442
|
+
maxLength?: never;
|
|
11443
|
+
format?: never;
|
|
11444
|
+
nullable?: never;
|
|
11445
|
+
} | {
|
|
11446
|
+
format: string;
|
|
11447
|
+
nullable: boolean;
|
|
11448
|
+
type: string;
|
|
11449
|
+
maxLength?: never;
|
|
11450
|
+
})[];
|
|
11451
|
+
};
|
|
11452
|
+
type: string;
|
|
11453
|
+
};
|
|
11366
11454
|
device_id: {
|
|
11367
11455
|
format: string;
|
|
11368
11456
|
type: string;
|
|
@@ -11941,6 +12029,28 @@ declare const _default: {
|
|
|
11941
12029
|
nullable: boolean;
|
|
11942
12030
|
type: string;
|
|
11943
12031
|
};
|
|
12032
|
+
custom_metadata_has: {
|
|
12033
|
+
additionalProperties: {
|
|
12034
|
+
nullable: boolean;
|
|
12035
|
+
oneOf: ({
|
|
12036
|
+
maxLength: number;
|
|
12037
|
+
type: string;
|
|
12038
|
+
format?: never;
|
|
12039
|
+
nullable?: never;
|
|
12040
|
+
} | {
|
|
12041
|
+
type: string;
|
|
12042
|
+
maxLength?: never;
|
|
12043
|
+
format?: never;
|
|
12044
|
+
nullable?: never;
|
|
12045
|
+
} | {
|
|
12046
|
+
format: string;
|
|
12047
|
+
nullable: boolean;
|
|
12048
|
+
type: string;
|
|
12049
|
+
maxLength?: never;
|
|
12050
|
+
})[];
|
|
12051
|
+
};
|
|
12052
|
+
type: string;
|
|
12053
|
+
};
|
|
11944
12054
|
device_ids: {
|
|
11945
12055
|
items: {
|
|
11946
12056
|
format: string;
|
|
@@ -14219,6 +14329,28 @@ declare const _default: {
|
|
|
14219
14329
|
nullable: boolean;
|
|
14220
14330
|
type: string;
|
|
14221
14331
|
};
|
|
14332
|
+
custom_metadata_has: {
|
|
14333
|
+
additionalProperties: {
|
|
14334
|
+
nullable: boolean;
|
|
14335
|
+
oneOf: ({
|
|
14336
|
+
maxLength: number;
|
|
14337
|
+
type: string;
|
|
14338
|
+
format?: never;
|
|
14339
|
+
nullable?: never;
|
|
14340
|
+
} | {
|
|
14341
|
+
type: string;
|
|
14342
|
+
maxLength?: never;
|
|
14343
|
+
format?: never;
|
|
14344
|
+
nullable?: never;
|
|
14345
|
+
} | {
|
|
14346
|
+
format: string;
|
|
14347
|
+
nullable: boolean;
|
|
14348
|
+
type: string;
|
|
14349
|
+
maxLength?: never;
|
|
14350
|
+
})[];
|
|
14351
|
+
};
|
|
14352
|
+
type: string;
|
|
14353
|
+
};
|
|
14222
14354
|
device_ids: {
|
|
14223
14355
|
items: {
|
|
14224
14356
|
format: string;
|
|
@@ -7888,6 +7888,17 @@ export default {
|
|
|
7888
7888
|
nullable: true,
|
|
7889
7889
|
type: 'string',
|
|
7890
7890
|
},
|
|
7891
|
+
custom_metadata_has: {
|
|
7892
|
+
additionalProperties: {
|
|
7893
|
+
nullable: true,
|
|
7894
|
+
oneOf: [
|
|
7895
|
+
{ maxLength: 500, type: 'string' },
|
|
7896
|
+
{ type: 'boolean' },
|
|
7897
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
7898
|
+
],
|
|
7899
|
+
},
|
|
7900
|
+
type: 'object',
|
|
7901
|
+
},
|
|
7891
7902
|
device_ids: {
|
|
7892
7903
|
items: { format: 'uuid', type: 'string' },
|
|
7893
7904
|
type: 'array',
|
|
@@ -8185,6 +8196,17 @@ export default {
|
|
|
8185
8196
|
nullable: true,
|
|
8186
8197
|
type: 'string',
|
|
8187
8198
|
},
|
|
8199
|
+
custom_metadata_has: {
|
|
8200
|
+
additionalProperties: {
|
|
8201
|
+
nullable: true,
|
|
8202
|
+
oneOf: [
|
|
8203
|
+
{ maxLength: 500, type: 'string' },
|
|
8204
|
+
{ type: 'boolean' },
|
|
8205
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
8206
|
+
],
|
|
8207
|
+
},
|
|
8208
|
+
type: 'object',
|
|
8209
|
+
},
|
|
8188
8210
|
device_ids: {
|
|
8189
8211
|
items: { format: 'uuid', type: 'string' },
|
|
8190
8212
|
type: 'array',
|
|
@@ -8453,6 +8475,17 @@ export default {
|
|
|
8453
8475
|
'application/json': {
|
|
8454
8476
|
schema: {
|
|
8455
8477
|
properties: {
|
|
8478
|
+
custom_metadata: {
|
|
8479
|
+
additionalProperties: {
|
|
8480
|
+
nullable: true,
|
|
8481
|
+
oneOf: [
|
|
8482
|
+
{ maxLength: 500, type: 'string' },
|
|
8483
|
+
{ type: 'boolean' },
|
|
8484
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
8485
|
+
],
|
|
8486
|
+
},
|
|
8487
|
+
type: 'object',
|
|
8488
|
+
},
|
|
8456
8489
|
device_id: { format: 'uuid', type: 'string' },
|
|
8457
8490
|
is_managed: { default: true, type: 'boolean' },
|
|
8458
8491
|
name: { nullable: true, type: 'string' },
|
|
@@ -8499,6 +8532,17 @@ export default {
|
|
|
8499
8532
|
'application/json': {
|
|
8500
8533
|
schema: {
|
|
8501
8534
|
properties: {
|
|
8535
|
+
custom_metadata: {
|
|
8536
|
+
additionalProperties: {
|
|
8537
|
+
nullable: true,
|
|
8538
|
+
oneOf: [
|
|
8539
|
+
{ maxLength: 500, type: 'string' },
|
|
8540
|
+
{ type: 'boolean' },
|
|
8541
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
8542
|
+
],
|
|
8543
|
+
},
|
|
8544
|
+
type: 'object',
|
|
8545
|
+
},
|
|
8502
8546
|
device_id: { format: 'uuid', type: 'string' },
|
|
8503
8547
|
is_managed: { default: true, type: 'boolean' },
|
|
8504
8548
|
name: { nullable: true, type: 'string' },
|
|
@@ -8996,6 +9040,17 @@ export default {
|
|
|
8996
9040
|
nullable: true,
|
|
8997
9041
|
type: 'string',
|
|
8998
9042
|
},
|
|
9043
|
+
custom_metadata_has: {
|
|
9044
|
+
additionalProperties: {
|
|
9045
|
+
nullable: true,
|
|
9046
|
+
oneOf: [
|
|
9047
|
+
{ maxLength: 500, type: 'string' },
|
|
9048
|
+
{ type: 'boolean' },
|
|
9049
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
9050
|
+
],
|
|
9051
|
+
},
|
|
9052
|
+
type: 'object',
|
|
9053
|
+
},
|
|
8999
9054
|
device_ids: {
|
|
9000
9055
|
items: { format: 'uuid', type: 'string' },
|
|
9001
9056
|
type: 'array',
|
|
@@ -10615,6 +10670,17 @@ export default {
|
|
|
10615
10670
|
nullable: true,
|
|
10616
10671
|
type: 'string',
|
|
10617
10672
|
},
|
|
10673
|
+
custom_metadata_has: {
|
|
10674
|
+
additionalProperties: {
|
|
10675
|
+
nullable: true,
|
|
10676
|
+
oneOf: [
|
|
10677
|
+
{ maxLength: 500, type: 'string' },
|
|
10678
|
+
{ type: 'boolean' },
|
|
10679
|
+
{ format: 'null', nullable: true, type: 'string' },
|
|
10680
|
+
],
|
|
10681
|
+
},
|
|
10682
|
+
type: 'object',
|
|
10683
|
+
},
|
|
10618
10684
|
device_ids: {
|
|
10619
10685
|
items: { format: 'uuid', type: 'string' },
|
|
10620
10686
|
type: 'array',
|