@seamapi/types 1.367.1 → 1.368.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 +135 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +200 -0
- package/lib/seam/connect/models/acs/acs-system.js +8 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.d.ts +178 -0
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js +38 -0
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +168 -0
- 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 +32 -0
- package/package.json +3 -3
- package/src/lib/seam/connect/models/acs/acs-system.ts +10 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts +47 -0
- package/src/lib/seam/connect/openapi.ts +96 -0
- package/src/lib/seam/connect/route-types.ts +32 -0
|
@@ -1034,11 +1034,13 @@ declare const _default: {
|
|
|
1034
1034
|
type: string;
|
|
1035
1035
|
};
|
|
1036
1036
|
misconfigured_acs_entrance_ids: {
|
|
1037
|
+
deprecated: boolean;
|
|
1037
1038
|
items: {
|
|
1038
1039
|
format: string;
|
|
1039
1040
|
type: string;
|
|
1040
1041
|
};
|
|
1041
1042
|
type: string;
|
|
1043
|
+
'x-deprecated': string;
|
|
1042
1044
|
};
|
|
1043
1045
|
warning_code: {
|
|
1044
1046
|
description: string;
|
|
@@ -17673,6 +17675,140 @@ declare const _default: {
|
|
|
17673
17675
|
'x-response-key': string;
|
|
17674
17676
|
};
|
|
17675
17677
|
};
|
|
17678
|
+
'/devices/simulate/access_code_lock': {
|
|
17679
|
+
post: {
|
|
17680
|
+
operationId: string;
|
|
17681
|
+
requestBody: {
|
|
17682
|
+
content: {
|
|
17683
|
+
'application/json': {
|
|
17684
|
+
schema: {
|
|
17685
|
+
properties: {
|
|
17686
|
+
access_code_id: {
|
|
17687
|
+
format: string;
|
|
17688
|
+
type: string;
|
|
17689
|
+
};
|
|
17690
|
+
device_id: {
|
|
17691
|
+
format: string;
|
|
17692
|
+
type: string;
|
|
17693
|
+
};
|
|
17694
|
+
};
|
|
17695
|
+
required: string[];
|
|
17696
|
+
type: string;
|
|
17697
|
+
};
|
|
17698
|
+
};
|
|
17699
|
+
};
|
|
17700
|
+
};
|
|
17701
|
+
responses: {
|
|
17702
|
+
200: {
|
|
17703
|
+
content: {
|
|
17704
|
+
'application/json': {
|
|
17705
|
+
schema: {
|
|
17706
|
+
properties: {
|
|
17707
|
+
ok: {
|
|
17708
|
+
type: string;
|
|
17709
|
+
};
|
|
17710
|
+
};
|
|
17711
|
+
required: string[];
|
|
17712
|
+
type: string;
|
|
17713
|
+
};
|
|
17714
|
+
};
|
|
17715
|
+
};
|
|
17716
|
+
description: string;
|
|
17717
|
+
};
|
|
17718
|
+
400: {
|
|
17719
|
+
description: string;
|
|
17720
|
+
};
|
|
17721
|
+
401: {
|
|
17722
|
+
description: string;
|
|
17723
|
+
};
|
|
17724
|
+
};
|
|
17725
|
+
security: ({
|
|
17726
|
+
api_key: never[];
|
|
17727
|
+
pat_with_workspace?: never;
|
|
17728
|
+
console_session_with_workspace?: never;
|
|
17729
|
+
} | {
|
|
17730
|
+
pat_with_workspace: never[];
|
|
17731
|
+
api_key?: never;
|
|
17732
|
+
console_session_with_workspace?: never;
|
|
17733
|
+
} | {
|
|
17734
|
+
console_session_with_workspace: never[];
|
|
17735
|
+
api_key?: never;
|
|
17736
|
+
pat_with_workspace?: never;
|
|
17737
|
+
})[];
|
|
17738
|
+
summary: string;
|
|
17739
|
+
tags: string[];
|
|
17740
|
+
'x-fern-sdk-group-name': string[];
|
|
17741
|
+
'x-fern-sdk-method-name': string;
|
|
17742
|
+
'x-response-key': null;
|
|
17743
|
+
};
|
|
17744
|
+
};
|
|
17745
|
+
'/devices/simulate/access_code_unlock': {
|
|
17746
|
+
post: {
|
|
17747
|
+
operationId: string;
|
|
17748
|
+
requestBody: {
|
|
17749
|
+
content: {
|
|
17750
|
+
'application/json': {
|
|
17751
|
+
schema: {
|
|
17752
|
+
properties: {
|
|
17753
|
+
access_code_id: {
|
|
17754
|
+
format: string;
|
|
17755
|
+
type: string;
|
|
17756
|
+
};
|
|
17757
|
+
device_id: {
|
|
17758
|
+
format: string;
|
|
17759
|
+
type: string;
|
|
17760
|
+
};
|
|
17761
|
+
};
|
|
17762
|
+
required: string[];
|
|
17763
|
+
type: string;
|
|
17764
|
+
};
|
|
17765
|
+
};
|
|
17766
|
+
};
|
|
17767
|
+
};
|
|
17768
|
+
responses: {
|
|
17769
|
+
200: {
|
|
17770
|
+
content: {
|
|
17771
|
+
'application/json': {
|
|
17772
|
+
schema: {
|
|
17773
|
+
properties: {
|
|
17774
|
+
ok: {
|
|
17775
|
+
type: string;
|
|
17776
|
+
};
|
|
17777
|
+
};
|
|
17778
|
+
required: string[];
|
|
17779
|
+
type: string;
|
|
17780
|
+
};
|
|
17781
|
+
};
|
|
17782
|
+
};
|
|
17783
|
+
description: string;
|
|
17784
|
+
};
|
|
17785
|
+
400: {
|
|
17786
|
+
description: string;
|
|
17787
|
+
};
|
|
17788
|
+
401: {
|
|
17789
|
+
description: string;
|
|
17790
|
+
};
|
|
17791
|
+
};
|
|
17792
|
+
security: ({
|
|
17793
|
+
api_key: never[];
|
|
17794
|
+
pat_with_workspace?: never;
|
|
17795
|
+
console_session_with_workspace?: never;
|
|
17796
|
+
} | {
|
|
17797
|
+
pat_with_workspace: never[];
|
|
17798
|
+
api_key?: never;
|
|
17799
|
+
console_session_with_workspace?: never;
|
|
17800
|
+
} | {
|
|
17801
|
+
console_session_with_workspace: never[];
|
|
17802
|
+
api_key?: never;
|
|
17803
|
+
pat_with_workspace?: never;
|
|
17804
|
+
})[];
|
|
17805
|
+
summary: string;
|
|
17806
|
+
tags: string[];
|
|
17807
|
+
'x-fern-sdk-group-name': string[];
|
|
17808
|
+
'x-fern-sdk-method-name': string;
|
|
17809
|
+
'x-response-key': null;
|
|
17810
|
+
};
|
|
17811
|
+
};
|
|
17676
17812
|
'/devices/simulate/connect': {
|
|
17677
17813
|
post: {
|
|
17678
17814
|
operationId: string;
|
|
@@ -21329,15 +21465,23 @@ declare const _default: {
|
|
|
21329
21465
|
};
|
|
21330
21466
|
};
|
|
21331
21467
|
security: ({
|
|
21468
|
+
client_session: never[];
|
|
21469
|
+
pat_with_workspace?: never;
|
|
21470
|
+
console_session_with_workspace?: never;
|
|
21471
|
+
api_key?: never;
|
|
21472
|
+
} | {
|
|
21332
21473
|
pat_with_workspace: never[];
|
|
21474
|
+
client_session?: never;
|
|
21333
21475
|
console_session_with_workspace?: never;
|
|
21334
21476
|
api_key?: never;
|
|
21335
21477
|
} | {
|
|
21336
21478
|
console_session_with_workspace: never[];
|
|
21479
|
+
client_session?: never;
|
|
21337
21480
|
pat_with_workspace?: never;
|
|
21338
21481
|
api_key?: never;
|
|
21339
21482
|
} | {
|
|
21340
21483
|
api_key: never[];
|
|
21484
|
+
client_session?: never;
|
|
21341
21485
|
pat_with_workspace?: never;
|
|
21342
21486
|
console_session_with_workspace?: never;
|
|
21343
21487
|
})[];
|
|
@@ -21399,15 +21543,23 @@ declare const _default: {
|
|
|
21399
21543
|
};
|
|
21400
21544
|
};
|
|
21401
21545
|
security: ({
|
|
21546
|
+
client_session: never[];
|
|
21547
|
+
pat_with_workspace?: never;
|
|
21548
|
+
console_session_with_workspace?: never;
|
|
21549
|
+
api_key?: never;
|
|
21550
|
+
} | {
|
|
21402
21551
|
pat_with_workspace: never[];
|
|
21552
|
+
client_session?: never;
|
|
21403
21553
|
console_session_with_workspace?: never;
|
|
21404
21554
|
api_key?: never;
|
|
21405
21555
|
} | {
|
|
21406
21556
|
console_session_with_workspace: never[];
|
|
21557
|
+
client_session?: never;
|
|
21407
21558
|
pat_with_workspace?: never;
|
|
21408
21559
|
api_key?: never;
|
|
21409
21560
|
} | {
|
|
21410
21561
|
api_key: never[];
|
|
21562
|
+
client_session?: never;
|
|
21411
21563
|
pat_with_workspace?: never;
|
|
21412
21564
|
console_session_with_workspace?: never;
|
|
21413
21565
|
})[];
|
|
@@ -23372,14 +23524,22 @@ declare const _default: {
|
|
|
23372
23524
|
pat_with_workspace: never[];
|
|
23373
23525
|
console_session_with_workspace?: never;
|
|
23374
23526
|
api_key?: never;
|
|
23527
|
+
client_session?: never;
|
|
23375
23528
|
} | {
|
|
23376
23529
|
console_session_with_workspace: never[];
|
|
23377
23530
|
pat_with_workspace?: never;
|
|
23378
23531
|
api_key?: never;
|
|
23532
|
+
client_session?: never;
|
|
23379
23533
|
} | {
|
|
23380
23534
|
api_key: never[];
|
|
23381
23535
|
pat_with_workspace?: never;
|
|
23382
23536
|
console_session_with_workspace?: never;
|
|
23537
|
+
client_session?: never;
|
|
23538
|
+
} | {
|
|
23539
|
+
client_session: never[];
|
|
23540
|
+
pat_with_workspace?: never;
|
|
23541
|
+
console_session_with_workspace?: never;
|
|
23542
|
+
api_key?: never;
|
|
23383
23543
|
})[];
|
|
23384
23544
|
summary: string;
|
|
23385
23545
|
tags: string[];
|
|
@@ -23481,14 +23641,22 @@ declare const _default: {
|
|
|
23481
23641
|
pat_with_workspace: never[];
|
|
23482
23642
|
console_session_with_workspace?: never;
|
|
23483
23643
|
api_key?: never;
|
|
23644
|
+
client_session?: never;
|
|
23484
23645
|
} | {
|
|
23485
23646
|
console_session_with_workspace: never[];
|
|
23486
23647
|
pat_with_workspace?: never;
|
|
23487
23648
|
api_key?: never;
|
|
23649
|
+
client_session?: never;
|
|
23488
23650
|
} | {
|
|
23489
23651
|
api_key: never[];
|
|
23490
23652
|
pat_with_workspace?: never;
|
|
23491
23653
|
console_session_with_workspace?: never;
|
|
23654
|
+
client_session?: never;
|
|
23655
|
+
} | {
|
|
23656
|
+
client_session: never[];
|
|
23657
|
+
pat_with_workspace?: never;
|
|
23658
|
+
console_session_with_workspace?: never;
|
|
23659
|
+
api_key?: never;
|
|
23492
23660
|
})[];
|
|
23493
23661
|
summary: string;
|
|
23494
23662
|
tags: string[];
|
|
@@ -1951,8 +1951,10 @@ export default {
|
|
|
1951
1951
|
type: 'string',
|
|
1952
1952
|
},
|
|
1953
1953
|
misconfigured_acs_entrance_ids: {
|
|
1954
|
+
deprecated: true,
|
|
1954
1955
|
items: { format: 'uuid', type: 'string' },
|
|
1955
1956
|
type: 'array',
|
|
1957
|
+
'x-deprecated': 'this field is deprecated.',
|
|
1956
1958
|
},
|
|
1957
1959
|
warning_code: {
|
|
1958
1960
|
description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
@@ -21219,6 +21221,96 @@ export default {
|
|
|
21219
21221
|
'x-response-key': 'device_providers',
|
|
21220
21222
|
},
|
|
21221
21223
|
},
|
|
21224
|
+
'/devices/simulate/access_code_lock': {
|
|
21225
|
+
post: {
|
|
21226
|
+
operationId: 'devicesSimulateAccessCodeLockPost',
|
|
21227
|
+
requestBody: {
|
|
21228
|
+
content: {
|
|
21229
|
+
'application/json': {
|
|
21230
|
+
schema: {
|
|
21231
|
+
properties: {
|
|
21232
|
+
access_code_id: { format: 'uuid', type: 'string' },
|
|
21233
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
21234
|
+
},
|
|
21235
|
+
required: ['device_id', 'access_code_id'],
|
|
21236
|
+
type: 'object',
|
|
21237
|
+
},
|
|
21238
|
+
},
|
|
21239
|
+
},
|
|
21240
|
+
},
|
|
21241
|
+
responses: {
|
|
21242
|
+
200: {
|
|
21243
|
+
content: {
|
|
21244
|
+
'application/json': {
|
|
21245
|
+
schema: {
|
|
21246
|
+
properties: { ok: { type: 'boolean' } },
|
|
21247
|
+
required: ['ok'],
|
|
21248
|
+
type: 'object',
|
|
21249
|
+
},
|
|
21250
|
+
},
|
|
21251
|
+
},
|
|
21252
|
+
description: 'OK',
|
|
21253
|
+
},
|
|
21254
|
+
400: { description: 'Bad Request' },
|
|
21255
|
+
401: { description: 'Unauthorized' },
|
|
21256
|
+
},
|
|
21257
|
+
security: [
|
|
21258
|
+
{ api_key: [] },
|
|
21259
|
+
{ pat_with_workspace: [] },
|
|
21260
|
+
{ console_session_with_workspace: [] },
|
|
21261
|
+
],
|
|
21262
|
+
summary: '/devices/simulate/access_code_lock',
|
|
21263
|
+
tags: ['/devices'],
|
|
21264
|
+
'x-fern-sdk-group-name': ['devices', 'simulate'],
|
|
21265
|
+
'x-fern-sdk-method-name': 'access_code_lock',
|
|
21266
|
+
'x-response-key': null,
|
|
21267
|
+
},
|
|
21268
|
+
},
|
|
21269
|
+
'/devices/simulate/access_code_unlock': {
|
|
21270
|
+
post: {
|
|
21271
|
+
operationId: 'devicesSimulateAccessCodeUnlockPost',
|
|
21272
|
+
requestBody: {
|
|
21273
|
+
content: {
|
|
21274
|
+
'application/json': {
|
|
21275
|
+
schema: {
|
|
21276
|
+
properties: {
|
|
21277
|
+
access_code_id: { format: 'uuid', type: 'string' },
|
|
21278
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
21279
|
+
},
|
|
21280
|
+
required: ['device_id', 'access_code_id'],
|
|
21281
|
+
type: 'object',
|
|
21282
|
+
},
|
|
21283
|
+
},
|
|
21284
|
+
},
|
|
21285
|
+
},
|
|
21286
|
+
responses: {
|
|
21287
|
+
200: {
|
|
21288
|
+
content: {
|
|
21289
|
+
'application/json': {
|
|
21290
|
+
schema: {
|
|
21291
|
+
properties: { ok: { type: 'boolean' } },
|
|
21292
|
+
required: ['ok'],
|
|
21293
|
+
type: 'object',
|
|
21294
|
+
},
|
|
21295
|
+
},
|
|
21296
|
+
},
|
|
21297
|
+
description: 'OK',
|
|
21298
|
+
},
|
|
21299
|
+
400: { description: 'Bad Request' },
|
|
21300
|
+
401: { description: 'Unauthorized' },
|
|
21301
|
+
},
|
|
21302
|
+
security: [
|
|
21303
|
+
{ api_key: [] },
|
|
21304
|
+
{ pat_with_workspace: [] },
|
|
21305
|
+
{ console_session_with_workspace: [] },
|
|
21306
|
+
],
|
|
21307
|
+
summary: '/devices/simulate/access_code_unlock',
|
|
21308
|
+
tags: ['/devices'],
|
|
21309
|
+
'x-fern-sdk-group-name': ['devices', 'simulate'],
|
|
21310
|
+
'x-fern-sdk-method-name': 'access_code_unlock',
|
|
21311
|
+
'x-response-key': null,
|
|
21312
|
+
},
|
|
21313
|
+
},
|
|
21222
21314
|
'/devices/simulate/connect': {
|
|
21223
21315
|
post: {
|
|
21224
21316
|
operationId: 'devicesSimulateConnectPost',
|
|
@@ -24601,6 +24693,7 @@ export default {
|
|
|
24601
24693
|
401: { description: 'Unauthorized' },
|
|
24602
24694
|
},
|
|
24603
24695
|
security: [
|
|
24696
|
+
{ client_session: [] },
|
|
24604
24697
|
{ pat_with_workspace: [] },
|
|
24605
24698
|
{ console_session_with_workspace: [] },
|
|
24606
24699
|
{ api_key: [] },
|
|
@@ -24655,6 +24748,7 @@ export default {
|
|
|
24655
24748
|
401: { description: 'Unauthorized' },
|
|
24656
24749
|
},
|
|
24657
24750
|
security: [
|
|
24751
|
+
{ client_session: [] },
|
|
24658
24752
|
{ pat_with_workspace: [] },
|
|
24659
24753
|
{ console_session_with_workspace: [] },
|
|
24660
24754
|
{ api_key: [] },
|
|
@@ -26373,6 +26467,7 @@ export default {
|
|
|
26373
26467
|
{ pat_with_workspace: [] },
|
|
26374
26468
|
{ console_session_with_workspace: [] },
|
|
26375
26469
|
{ api_key: [] },
|
|
26470
|
+
{ client_session: [] },
|
|
26376
26471
|
],
|
|
26377
26472
|
summary: '/thermostats/update_climate_preset',
|
|
26378
26473
|
tags: ['/thermostats'],
|
|
@@ -26470,6 +26565,7 @@ export default {
|
|
|
26470
26565
|
{ pat_with_workspace: [] },
|
|
26471
26566
|
{ console_session_with_workspace: [] },
|
|
26472
26567
|
{ api_key: [] },
|
|
26568
|
+
{ client_session: [] },
|
|
26473
26569
|
],
|
|
26474
26570
|
summary: '/thermostats/update_climate_preset',
|
|
26475
26571
|
tags: ['/thermostats'],
|