@seamapi/types 1.395.2 → 1.396.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 +164 -173
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2418 -3325
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +102 -12
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +184 -202
- package/lib/seam/connect/openapi.js +159 -170
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1810 -2915
- package/package.json +1 -1
- package/src/lib/seam/connect/model-types.ts +2 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +169 -179
- package/src/lib/seam/connect/route-types.ts +3362 -4652
|
@@ -12599,6 +12599,11 @@ declare const _default: {
|
|
|
12599
12599
|
format: string;
|
|
12600
12600
|
type: string;
|
|
12601
12601
|
};
|
|
12602
|
+
user_identity_id: {
|
|
12603
|
+
description: string;
|
|
12604
|
+
format: string;
|
|
12605
|
+
type: string;
|
|
12606
|
+
};
|
|
12602
12607
|
};
|
|
12603
12608
|
type: string;
|
|
12604
12609
|
};
|
|
@@ -18559,6 +18564,13 @@ declare const _default: {
|
|
|
18559
18564
|
description: string;
|
|
18560
18565
|
type: string;
|
|
18561
18566
|
};
|
|
18567
|
+
customer_ids: {
|
|
18568
|
+
items: {
|
|
18569
|
+
format: string;
|
|
18570
|
+
type: string;
|
|
18571
|
+
};
|
|
18572
|
+
type: string;
|
|
18573
|
+
};
|
|
18562
18574
|
limit: {
|
|
18563
18575
|
default: number;
|
|
18564
18576
|
description: string;
|
|
@@ -18902,6 +18914,13 @@ declare const _default: {
|
|
|
18902
18914
|
description: string;
|
|
18903
18915
|
type: string;
|
|
18904
18916
|
};
|
|
18917
|
+
customer_ids: {
|
|
18918
|
+
items: {
|
|
18919
|
+
format: string;
|
|
18920
|
+
type: string;
|
|
18921
|
+
};
|
|
18922
|
+
type: string;
|
|
18923
|
+
};
|
|
18905
18924
|
device_ids: {
|
|
18906
18925
|
description: string;
|
|
18907
18926
|
items: {
|
|
@@ -19431,6 +19450,13 @@ declare const _default: {
|
|
|
19431
19450
|
description: string;
|
|
19432
19451
|
type: string;
|
|
19433
19452
|
};
|
|
19453
|
+
customer_ids: {
|
|
19454
|
+
items: {
|
|
19455
|
+
format: string;
|
|
19456
|
+
type: string;
|
|
19457
|
+
};
|
|
19458
|
+
type: string;
|
|
19459
|
+
};
|
|
19434
19460
|
device_ids: {
|
|
19435
19461
|
description: string;
|
|
19436
19462
|
items: {
|
|
@@ -20031,6 +20057,13 @@ declare const _default: {
|
|
|
20031
20057
|
format: string;
|
|
20032
20058
|
type: string;
|
|
20033
20059
|
};
|
|
20060
|
+
customer_ids: {
|
|
20061
|
+
items: {
|
|
20062
|
+
format: string;
|
|
20063
|
+
type: string;
|
|
20064
|
+
};
|
|
20065
|
+
type: string;
|
|
20066
|
+
};
|
|
20034
20067
|
device_id: {
|
|
20035
20068
|
format: string;
|
|
20036
20069
|
type: string;
|
|
@@ -20258,6 +20291,13 @@ declare const _default: {
|
|
|
20258
20291
|
description: string;
|
|
20259
20292
|
type: string;
|
|
20260
20293
|
};
|
|
20294
|
+
customer_ids: {
|
|
20295
|
+
items: {
|
|
20296
|
+
format: string;
|
|
20297
|
+
type: string;
|
|
20298
|
+
};
|
|
20299
|
+
type: string;
|
|
20300
|
+
};
|
|
20261
20301
|
device_ids: {
|
|
20262
20302
|
description: string;
|
|
20263
20303
|
items: {
|
|
@@ -20864,6 +20904,13 @@ declare const _default: {
|
|
|
20864
20904
|
description: string;
|
|
20865
20905
|
type: string;
|
|
20866
20906
|
};
|
|
20907
|
+
customer_ids: {
|
|
20908
|
+
items: {
|
|
20909
|
+
format: string;
|
|
20910
|
+
type: string;
|
|
20911
|
+
};
|
|
20912
|
+
type: string;
|
|
20913
|
+
};
|
|
20867
20914
|
device_ids: {
|
|
20868
20915
|
description: string;
|
|
20869
20916
|
items: {
|
|
@@ -23305,208 +23352,6 @@ declare const _default: {
|
|
|
23305
23352
|
'x-title': string;
|
|
23306
23353
|
};
|
|
23307
23354
|
};
|
|
23308
|
-
'/thermostats/activate_weekly_program': {
|
|
23309
|
-
post: {
|
|
23310
|
-
description: string;
|
|
23311
|
-
operationId: string;
|
|
23312
|
-
requestBody: {
|
|
23313
|
-
content: {
|
|
23314
|
-
'application/json': {
|
|
23315
|
-
schema: {
|
|
23316
|
-
properties: {
|
|
23317
|
-
device_id: {
|
|
23318
|
-
description: string;
|
|
23319
|
-
format: string;
|
|
23320
|
-
type: string;
|
|
23321
|
-
};
|
|
23322
|
-
friday_program_id: {
|
|
23323
|
-
description: string;
|
|
23324
|
-
format: string;
|
|
23325
|
-
nullable: boolean;
|
|
23326
|
-
type: string;
|
|
23327
|
-
};
|
|
23328
|
-
monday_program_id: {
|
|
23329
|
-
description: string;
|
|
23330
|
-
format: string;
|
|
23331
|
-
nullable: boolean;
|
|
23332
|
-
type: string;
|
|
23333
|
-
};
|
|
23334
|
-
saturday_program_id: {
|
|
23335
|
-
description: string;
|
|
23336
|
-
format: string;
|
|
23337
|
-
nullable: boolean;
|
|
23338
|
-
type: string;
|
|
23339
|
-
};
|
|
23340
|
-
sunday_program_id: {
|
|
23341
|
-
description: string;
|
|
23342
|
-
format: string;
|
|
23343
|
-
nullable: boolean;
|
|
23344
|
-
type: string;
|
|
23345
|
-
};
|
|
23346
|
-
thursday_program_id: {
|
|
23347
|
-
description: string;
|
|
23348
|
-
format: string;
|
|
23349
|
-
nullable: boolean;
|
|
23350
|
-
type: string;
|
|
23351
|
-
};
|
|
23352
|
-
tuesday_program_id: {
|
|
23353
|
-
description: string;
|
|
23354
|
-
format: string;
|
|
23355
|
-
nullable: boolean;
|
|
23356
|
-
type: string;
|
|
23357
|
-
};
|
|
23358
|
-
wednesday_program_id: {
|
|
23359
|
-
description: string;
|
|
23360
|
-
format: string;
|
|
23361
|
-
nullable: boolean;
|
|
23362
|
-
type: string;
|
|
23363
|
-
};
|
|
23364
|
-
};
|
|
23365
|
-
required: string[];
|
|
23366
|
-
type: string;
|
|
23367
|
-
};
|
|
23368
|
-
};
|
|
23369
|
-
};
|
|
23370
|
-
};
|
|
23371
|
-
responses: {
|
|
23372
|
-
200: {
|
|
23373
|
-
content: {
|
|
23374
|
-
'application/json': {
|
|
23375
|
-
schema: {
|
|
23376
|
-
properties: {
|
|
23377
|
-
action_attempt: {
|
|
23378
|
-
$ref: string;
|
|
23379
|
-
};
|
|
23380
|
-
ok: {
|
|
23381
|
-
type: string;
|
|
23382
|
-
};
|
|
23383
|
-
};
|
|
23384
|
-
required: string[];
|
|
23385
|
-
type: string;
|
|
23386
|
-
};
|
|
23387
|
-
};
|
|
23388
|
-
};
|
|
23389
|
-
description: string;
|
|
23390
|
-
};
|
|
23391
|
-
400: {
|
|
23392
|
-
description: string;
|
|
23393
|
-
};
|
|
23394
|
-
401: {
|
|
23395
|
-
description: string;
|
|
23396
|
-
};
|
|
23397
|
-
};
|
|
23398
|
-
security: ({
|
|
23399
|
-
client_session: never[];
|
|
23400
|
-
pat_with_workspace?: never;
|
|
23401
|
-
console_session_with_workspace?: never;
|
|
23402
|
-
api_key?: never;
|
|
23403
|
-
} | {
|
|
23404
|
-
pat_with_workspace: never[];
|
|
23405
|
-
client_session?: never;
|
|
23406
|
-
console_session_with_workspace?: never;
|
|
23407
|
-
api_key?: never;
|
|
23408
|
-
} | {
|
|
23409
|
-
console_session_with_workspace: never[];
|
|
23410
|
-
client_session?: never;
|
|
23411
|
-
pat_with_workspace?: never;
|
|
23412
|
-
api_key?: never;
|
|
23413
|
-
} | {
|
|
23414
|
-
api_key: never[];
|
|
23415
|
-
client_session?: never;
|
|
23416
|
-
pat_with_workspace?: never;
|
|
23417
|
-
console_session_with_workspace?: never;
|
|
23418
|
-
})[];
|
|
23419
|
-
summary: string;
|
|
23420
|
-
tags: string[];
|
|
23421
|
-
'x-action-attempt-type': string;
|
|
23422
|
-
'x-fern-sdk-group-name': string[];
|
|
23423
|
-
'x-fern-sdk-method-name': string;
|
|
23424
|
-
'x-fern-sdk-return-value': string;
|
|
23425
|
-
'x-response-key': string;
|
|
23426
|
-
'x-title': string;
|
|
23427
|
-
'x-undocumented': string;
|
|
23428
|
-
};
|
|
23429
|
-
};
|
|
23430
|
-
'/thermostats/clear_weekly_program': {
|
|
23431
|
-
post: {
|
|
23432
|
-
description: string;
|
|
23433
|
-
operationId: string;
|
|
23434
|
-
requestBody: {
|
|
23435
|
-
content: {
|
|
23436
|
-
'application/json': {
|
|
23437
|
-
schema: {
|
|
23438
|
-
properties: {
|
|
23439
|
-
device_id: {
|
|
23440
|
-
description: string;
|
|
23441
|
-
format: string;
|
|
23442
|
-
type: string;
|
|
23443
|
-
};
|
|
23444
|
-
};
|
|
23445
|
-
required: string[];
|
|
23446
|
-
type: string;
|
|
23447
|
-
};
|
|
23448
|
-
};
|
|
23449
|
-
};
|
|
23450
|
-
};
|
|
23451
|
-
responses: {
|
|
23452
|
-
200: {
|
|
23453
|
-
content: {
|
|
23454
|
-
'application/json': {
|
|
23455
|
-
schema: {
|
|
23456
|
-
properties: {
|
|
23457
|
-
action_attempt: {
|
|
23458
|
-
$ref: string;
|
|
23459
|
-
};
|
|
23460
|
-
ok: {
|
|
23461
|
-
type: string;
|
|
23462
|
-
};
|
|
23463
|
-
};
|
|
23464
|
-
required: string[];
|
|
23465
|
-
type: string;
|
|
23466
|
-
};
|
|
23467
|
-
};
|
|
23468
|
-
};
|
|
23469
|
-
description: string;
|
|
23470
|
-
};
|
|
23471
|
-
400: {
|
|
23472
|
-
description: string;
|
|
23473
|
-
};
|
|
23474
|
-
401: {
|
|
23475
|
-
description: string;
|
|
23476
|
-
};
|
|
23477
|
-
};
|
|
23478
|
-
security: ({
|
|
23479
|
-
client_session: never[];
|
|
23480
|
-
pat_with_workspace?: never;
|
|
23481
|
-
console_session_with_workspace?: never;
|
|
23482
|
-
api_key?: never;
|
|
23483
|
-
} | {
|
|
23484
|
-
pat_with_workspace: never[];
|
|
23485
|
-
client_session?: never;
|
|
23486
|
-
console_session_with_workspace?: never;
|
|
23487
|
-
api_key?: never;
|
|
23488
|
-
} | {
|
|
23489
|
-
console_session_with_workspace: never[];
|
|
23490
|
-
client_session?: never;
|
|
23491
|
-
pat_with_workspace?: never;
|
|
23492
|
-
api_key?: never;
|
|
23493
|
-
} | {
|
|
23494
|
-
api_key: never[];
|
|
23495
|
-
client_session?: never;
|
|
23496
|
-
pat_with_workspace?: never;
|
|
23497
|
-
console_session_with_workspace?: never;
|
|
23498
|
-
})[];
|
|
23499
|
-
summary: string;
|
|
23500
|
-
tags: string[];
|
|
23501
|
-
'x-action-attempt-type': string;
|
|
23502
|
-
'x-fern-sdk-group-name': string[];
|
|
23503
|
-
'x-fern-sdk-method-name': string;
|
|
23504
|
-
'x-fern-sdk-return-value': string;
|
|
23505
|
-
'x-response-key': string;
|
|
23506
|
-
'x-title': string;
|
|
23507
|
-
'x-undocumented': string;
|
|
23508
|
-
};
|
|
23509
|
-
};
|
|
23510
23355
|
'/thermostats/cool': {
|
|
23511
23356
|
post: {
|
|
23512
23357
|
description: string;
|
|
@@ -24548,6 +24393,13 @@ declare const _default: {
|
|
|
24548
24393
|
description: string;
|
|
24549
24394
|
type: string;
|
|
24550
24395
|
};
|
|
24396
|
+
customer_ids: {
|
|
24397
|
+
items: {
|
|
24398
|
+
format: string;
|
|
24399
|
+
type: string;
|
|
24400
|
+
};
|
|
24401
|
+
type: string;
|
|
24402
|
+
};
|
|
24551
24403
|
device_ids: {
|
|
24552
24404
|
description: string;
|
|
24553
24405
|
items: {
|
|
@@ -26316,6 +26168,128 @@ declare const _default: {
|
|
|
26316
26168
|
'x-title': string;
|
|
26317
26169
|
};
|
|
26318
26170
|
};
|
|
26171
|
+
'/thermostats/update_weekly_program': {
|
|
26172
|
+
post: {
|
|
26173
|
+
description: string;
|
|
26174
|
+
operationId: string;
|
|
26175
|
+
requestBody: {
|
|
26176
|
+
content: {
|
|
26177
|
+
'application/json': {
|
|
26178
|
+
schema: {
|
|
26179
|
+
properties: {
|
|
26180
|
+
device_id: {
|
|
26181
|
+
description: string;
|
|
26182
|
+
format: string;
|
|
26183
|
+
type: string;
|
|
26184
|
+
};
|
|
26185
|
+
friday_program_id: {
|
|
26186
|
+
description: string;
|
|
26187
|
+
format: string;
|
|
26188
|
+
nullable: boolean;
|
|
26189
|
+
type: string;
|
|
26190
|
+
};
|
|
26191
|
+
monday_program_id: {
|
|
26192
|
+
description: string;
|
|
26193
|
+
format: string;
|
|
26194
|
+
nullable: boolean;
|
|
26195
|
+
type: string;
|
|
26196
|
+
};
|
|
26197
|
+
saturday_program_id: {
|
|
26198
|
+
description: string;
|
|
26199
|
+
format: string;
|
|
26200
|
+
nullable: boolean;
|
|
26201
|
+
type: string;
|
|
26202
|
+
};
|
|
26203
|
+
sunday_program_id: {
|
|
26204
|
+
description: string;
|
|
26205
|
+
format: string;
|
|
26206
|
+
nullable: boolean;
|
|
26207
|
+
type: string;
|
|
26208
|
+
};
|
|
26209
|
+
thursday_program_id: {
|
|
26210
|
+
description: string;
|
|
26211
|
+
format: string;
|
|
26212
|
+
nullable: boolean;
|
|
26213
|
+
type: string;
|
|
26214
|
+
};
|
|
26215
|
+
tuesday_program_id: {
|
|
26216
|
+
description: string;
|
|
26217
|
+
format: string;
|
|
26218
|
+
nullable: boolean;
|
|
26219
|
+
type: string;
|
|
26220
|
+
};
|
|
26221
|
+
wednesday_program_id: {
|
|
26222
|
+
description: string;
|
|
26223
|
+
format: string;
|
|
26224
|
+
nullable: boolean;
|
|
26225
|
+
type: string;
|
|
26226
|
+
};
|
|
26227
|
+
};
|
|
26228
|
+
required: string[];
|
|
26229
|
+
type: string;
|
|
26230
|
+
};
|
|
26231
|
+
};
|
|
26232
|
+
};
|
|
26233
|
+
};
|
|
26234
|
+
responses: {
|
|
26235
|
+
200: {
|
|
26236
|
+
content: {
|
|
26237
|
+
'application/json': {
|
|
26238
|
+
schema: {
|
|
26239
|
+
properties: {
|
|
26240
|
+
action_attempt: {
|
|
26241
|
+
$ref: string;
|
|
26242
|
+
};
|
|
26243
|
+
ok: {
|
|
26244
|
+
type: string;
|
|
26245
|
+
};
|
|
26246
|
+
};
|
|
26247
|
+
required: string[];
|
|
26248
|
+
type: string;
|
|
26249
|
+
};
|
|
26250
|
+
};
|
|
26251
|
+
};
|
|
26252
|
+
description: string;
|
|
26253
|
+
};
|
|
26254
|
+
400: {
|
|
26255
|
+
description: string;
|
|
26256
|
+
};
|
|
26257
|
+
401: {
|
|
26258
|
+
description: string;
|
|
26259
|
+
};
|
|
26260
|
+
};
|
|
26261
|
+
security: ({
|
|
26262
|
+
client_session: never[];
|
|
26263
|
+
pat_with_workspace?: never;
|
|
26264
|
+
console_session_with_workspace?: never;
|
|
26265
|
+
api_key?: never;
|
|
26266
|
+
} | {
|
|
26267
|
+
pat_with_workspace: never[];
|
|
26268
|
+
client_session?: never;
|
|
26269
|
+
console_session_with_workspace?: never;
|
|
26270
|
+
api_key?: never;
|
|
26271
|
+
} | {
|
|
26272
|
+
console_session_with_workspace: never[];
|
|
26273
|
+
client_session?: never;
|
|
26274
|
+
pat_with_workspace?: never;
|
|
26275
|
+
api_key?: never;
|
|
26276
|
+
} | {
|
|
26277
|
+
api_key: never[];
|
|
26278
|
+
client_session?: never;
|
|
26279
|
+
pat_with_workspace?: never;
|
|
26280
|
+
console_session_with_workspace?: never;
|
|
26281
|
+
})[];
|
|
26282
|
+
summary: string;
|
|
26283
|
+
tags: string[];
|
|
26284
|
+
'x-action-attempt-type': string;
|
|
26285
|
+
'x-fern-sdk-group-name': string[];
|
|
26286
|
+
'x-fern-sdk-method-name': string;
|
|
26287
|
+
'x-fern-sdk-return-value': string;
|
|
26288
|
+
'x-response-key': string;
|
|
26289
|
+
'x-title': string;
|
|
26290
|
+
'x-undocumented': string;
|
|
26291
|
+
};
|
|
26292
|
+
};
|
|
26319
26293
|
'/unstable_access_grants/create': {
|
|
26320
26294
|
post: {
|
|
26321
26295
|
description: string;
|
|
@@ -28482,6 +28456,14 @@ declare const _default: {
|
|
|
28482
28456
|
'application/json': {
|
|
28483
28457
|
schema: {
|
|
28484
28458
|
properties: {
|
|
28459
|
+
acs_system_ids: {
|
|
28460
|
+
description: string;
|
|
28461
|
+
items: {
|
|
28462
|
+
format: string;
|
|
28463
|
+
type: string;
|
|
28464
|
+
};
|
|
28465
|
+
type: string;
|
|
28466
|
+
};
|
|
28485
28467
|
email_address: {
|
|
28486
28468
|
description: string;
|
|
28487
28469
|
format: string;
|