@seamapi/types 1.464.5 → 1.466.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 +132 -27
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +155 -13
- package/dist/index.cjs +132 -27
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -1
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-program.js +1 -0
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +141 -9
- package/lib/seam/connect/openapi.js +111 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +14 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -0
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +114 -17
- package/src/lib/seam/connect/route-types.ts +14 -4
package/dist/connect.d.cts
CHANGED
|
@@ -47024,9 +47024,11 @@ declare const _default: {
|
|
|
47024
47024
|
required: string[];
|
|
47025
47025
|
type: string;
|
|
47026
47026
|
'x-route-path': string;
|
|
47027
|
+
'x-undocumented': string;
|
|
47027
47028
|
};
|
|
47028
47029
|
type: string;
|
|
47029
47030
|
'x-property-group-key': string;
|
|
47031
|
+
'x-undocumented': string;
|
|
47030
47032
|
};
|
|
47031
47033
|
thermostat_weekly_program: {
|
|
47032
47034
|
description: string;
|
|
@@ -47083,6 +47085,7 @@ declare const _default: {
|
|
|
47083
47085
|
required: string[];
|
|
47084
47086
|
type: string;
|
|
47085
47087
|
'x-property-group-key': string;
|
|
47088
|
+
'x-undocumented': string;
|
|
47086
47089
|
};
|
|
47087
47090
|
_experimental_supported_code_from_access_codes_lengths?: never;
|
|
47088
47091
|
code_constraints?: never;
|
|
@@ -47291,7 +47294,6 @@ declare const _default: {
|
|
|
47291
47294
|
'x-route-path': string;
|
|
47292
47295
|
};
|
|
47293
47296
|
enrollment_automation: {
|
|
47294
|
-
deprecated: boolean;
|
|
47295
47297
|
description: string;
|
|
47296
47298
|
properties: {
|
|
47297
47299
|
created_at: {
|
|
@@ -47322,8 +47324,8 @@ declare const _default: {
|
|
|
47322
47324
|
};
|
|
47323
47325
|
required: string[];
|
|
47324
47326
|
type: string;
|
|
47325
|
-
'x-deprecated': string;
|
|
47326
47327
|
'x-route-path': string;
|
|
47328
|
+
'x-undocumented': string;
|
|
47327
47329
|
};
|
|
47328
47330
|
event: {
|
|
47329
47331
|
description: string;
|
|
@@ -51874,6 +51876,7 @@ declare const _default: {
|
|
|
51874
51876
|
required: string[];
|
|
51875
51877
|
type: string;
|
|
51876
51878
|
'x-route-path': string;
|
|
51879
|
+
'x-undocumented': string;
|
|
51877
51880
|
};
|
|
51878
51881
|
thermostat_schedule: {
|
|
51879
51882
|
description: string;
|
|
@@ -73294,6 +73297,129 @@ declare const _default: {
|
|
|
73294
73297
|
'x-title': string;
|
|
73295
73298
|
};
|
|
73296
73299
|
};
|
|
73300
|
+
'/instant_keys/delete': {
|
|
73301
|
+
delete: {
|
|
73302
|
+
description: string;
|
|
73303
|
+
operationId: string;
|
|
73304
|
+
parameters: {
|
|
73305
|
+
in: string;
|
|
73306
|
+
name: string;
|
|
73307
|
+
required: boolean;
|
|
73308
|
+
schema: {
|
|
73309
|
+
description: string;
|
|
73310
|
+
format: string;
|
|
73311
|
+
type: string;
|
|
73312
|
+
};
|
|
73313
|
+
}[];
|
|
73314
|
+
responses: {
|
|
73315
|
+
200: {
|
|
73316
|
+
content: {
|
|
73317
|
+
'application/json': {
|
|
73318
|
+
schema: {
|
|
73319
|
+
properties: {
|
|
73320
|
+
ok: {
|
|
73321
|
+
type: string;
|
|
73322
|
+
};
|
|
73323
|
+
};
|
|
73324
|
+
required: string[];
|
|
73325
|
+
type: string;
|
|
73326
|
+
};
|
|
73327
|
+
};
|
|
73328
|
+
};
|
|
73329
|
+
description: string;
|
|
73330
|
+
};
|
|
73331
|
+
400: {
|
|
73332
|
+
description: string;
|
|
73333
|
+
};
|
|
73334
|
+
401: {
|
|
73335
|
+
description: string;
|
|
73336
|
+
};
|
|
73337
|
+
};
|
|
73338
|
+
security: ({
|
|
73339
|
+
api_key: never[];
|
|
73340
|
+
pat_with_workspace?: never;
|
|
73341
|
+
console_session_with_workspace?: never;
|
|
73342
|
+
} | {
|
|
73343
|
+
pat_with_workspace: never[];
|
|
73344
|
+
api_key?: never;
|
|
73345
|
+
console_session_with_workspace?: never;
|
|
73346
|
+
} | {
|
|
73347
|
+
console_session_with_workspace: never[];
|
|
73348
|
+
api_key?: never;
|
|
73349
|
+
pat_with_workspace?: never;
|
|
73350
|
+
})[];
|
|
73351
|
+
summary: string;
|
|
73352
|
+
tags: never[];
|
|
73353
|
+
'x-fern-sdk-group-name': string[];
|
|
73354
|
+
'x-fern-sdk-method-name': string;
|
|
73355
|
+
'x-response-key': null;
|
|
73356
|
+
'x-title': string;
|
|
73357
|
+
};
|
|
73358
|
+
post: {
|
|
73359
|
+
description: string;
|
|
73360
|
+
operationId: string;
|
|
73361
|
+
requestBody: {
|
|
73362
|
+
content: {
|
|
73363
|
+
'application/json': {
|
|
73364
|
+
schema: {
|
|
73365
|
+
properties: {
|
|
73366
|
+
instant_key_id: {
|
|
73367
|
+
description: string;
|
|
73368
|
+
format: string;
|
|
73369
|
+
type: string;
|
|
73370
|
+
};
|
|
73371
|
+
};
|
|
73372
|
+
required: string[];
|
|
73373
|
+
type: string;
|
|
73374
|
+
};
|
|
73375
|
+
};
|
|
73376
|
+
};
|
|
73377
|
+
};
|
|
73378
|
+
responses: {
|
|
73379
|
+
200: {
|
|
73380
|
+
content: {
|
|
73381
|
+
'application/json': {
|
|
73382
|
+
schema: {
|
|
73383
|
+
properties: {
|
|
73384
|
+
ok: {
|
|
73385
|
+
type: string;
|
|
73386
|
+
};
|
|
73387
|
+
};
|
|
73388
|
+
required: string[];
|
|
73389
|
+
type: string;
|
|
73390
|
+
};
|
|
73391
|
+
};
|
|
73392
|
+
};
|
|
73393
|
+
description: string;
|
|
73394
|
+
};
|
|
73395
|
+
400: {
|
|
73396
|
+
description: string;
|
|
73397
|
+
};
|
|
73398
|
+
401: {
|
|
73399
|
+
description: string;
|
|
73400
|
+
};
|
|
73401
|
+
};
|
|
73402
|
+
security: ({
|
|
73403
|
+
api_key: never[];
|
|
73404
|
+
pat_with_workspace?: never;
|
|
73405
|
+
console_session_with_workspace?: never;
|
|
73406
|
+
} | {
|
|
73407
|
+
pat_with_workspace: never[];
|
|
73408
|
+
api_key?: never;
|
|
73409
|
+
console_session_with_workspace?: never;
|
|
73410
|
+
} | {
|
|
73411
|
+
console_session_with_workspace: never[];
|
|
73412
|
+
api_key?: never;
|
|
73413
|
+
pat_with_workspace?: never;
|
|
73414
|
+
})[];
|
|
73415
|
+
summary: string;
|
|
73416
|
+
tags: never[];
|
|
73417
|
+
'x-fern-sdk-group-name': string[];
|
|
73418
|
+
'x-fern-sdk-method-name': string;
|
|
73419
|
+
'x-response-key': null;
|
|
73420
|
+
'x-title': string;
|
|
73421
|
+
};
|
|
73422
|
+
};
|
|
73297
73423
|
'/instant_keys/get': {
|
|
73298
73424
|
get: {
|
|
73299
73425
|
description: string;
|
|
@@ -80906,6 +81032,7 @@ declare const _default: {
|
|
|
80906
81032
|
'x-fern-sdk-return-value': string;
|
|
80907
81033
|
'x-response-key': string;
|
|
80908
81034
|
'x-title': string;
|
|
81035
|
+
'x-undocumented': string;
|
|
80909
81036
|
};
|
|
80910
81037
|
};
|
|
80911
81038
|
'/thermostats/daily_programs/delete': {
|
|
@@ -80973,6 +81100,7 @@ declare const _default: {
|
|
|
80973
81100
|
'x-fern-sdk-method-name': string;
|
|
80974
81101
|
'x-response-key': null;
|
|
80975
81102
|
'x-title': string;
|
|
81103
|
+
'x-undocumented': string;
|
|
80976
81104
|
};
|
|
80977
81105
|
post: {
|
|
80978
81106
|
description: string;
|
|
@@ -81045,6 +81173,7 @@ declare const _default: {
|
|
|
81045
81173
|
'x-fern-sdk-method-name': string;
|
|
81046
81174
|
'x-response-key': null;
|
|
81047
81175
|
'x-title': string;
|
|
81176
|
+
'x-undocumented': string;
|
|
81048
81177
|
};
|
|
81049
81178
|
};
|
|
81050
81179
|
'/thermostats/daily_programs/update': {
|
|
@@ -81148,6 +81277,7 @@ declare const _default: {
|
|
|
81148
81277
|
'x-fern-sdk-return-value': string;
|
|
81149
81278
|
'x-response-key': string;
|
|
81150
81279
|
'x-title': string;
|
|
81280
|
+
'x-undocumented': string;
|
|
81151
81281
|
};
|
|
81152
81282
|
post: {
|
|
81153
81283
|
description: string;
|
|
@@ -81249,6 +81379,7 @@ declare const _default: {
|
|
|
81249
81379
|
'x-fern-sdk-return-value': string;
|
|
81250
81380
|
'x-response-key': string;
|
|
81251
81381
|
'x-title': string;
|
|
81382
|
+
'x-undocumented': string;
|
|
81252
81383
|
};
|
|
81253
81384
|
};
|
|
81254
81385
|
'/thermostats/delete_climate_preset': {
|
|
@@ -84282,6 +84413,7 @@ declare const _default: {
|
|
|
84282
84413
|
'x-fern-sdk-return-value': string;
|
|
84283
84414
|
'x-response-key': string;
|
|
84284
84415
|
'x-title': string;
|
|
84416
|
+
'x-undocumented': string;
|
|
84285
84417
|
};
|
|
84286
84418
|
};
|
|
84287
84419
|
'/unstable_access_grants/create': {
|
|
@@ -87457,11 +87589,11 @@ declare const _default: {
|
|
|
87457
87589
|
})[];
|
|
87458
87590
|
summary: string;
|
|
87459
87591
|
tags: string[];
|
|
87460
|
-
'x-deprecated': string;
|
|
87461
87592
|
'x-fern-sdk-group-name': string[];
|
|
87462
87593
|
'x-fern-sdk-method-name': string;
|
|
87463
87594
|
'x-response-key': null;
|
|
87464
87595
|
'x-title': string;
|
|
87596
|
+
'x-undocumented': string;
|
|
87465
87597
|
};
|
|
87466
87598
|
post: {
|
|
87467
87599
|
description: string;
|
|
@@ -87522,11 +87654,11 @@ declare const _default: {
|
|
|
87522
87654
|
})[];
|
|
87523
87655
|
summary: string;
|
|
87524
87656
|
tags: string[];
|
|
87525
|
-
'x-deprecated': string;
|
|
87526
87657
|
'x-fern-sdk-group-name': string[];
|
|
87527
87658
|
'x-fern-sdk-method-name': string;
|
|
87528
87659
|
'x-response-key': null;
|
|
87529
87660
|
'x-title': string;
|
|
87661
|
+
'x-undocumented': string;
|
|
87530
87662
|
};
|
|
87531
87663
|
};
|
|
87532
87664
|
'/user_identities/enrollment_automations/get': {
|
|
@@ -87593,12 +87725,12 @@ declare const _default: {
|
|
|
87593
87725
|
})[];
|
|
87594
87726
|
summary: string;
|
|
87595
87727
|
tags: string[];
|
|
87596
|
-
'x-deprecated': string;
|
|
87597
87728
|
'x-fern-sdk-group-name': string[];
|
|
87598
87729
|
'x-fern-sdk-method-name': string;
|
|
87599
87730
|
'x-fern-sdk-return-value': string;
|
|
87600
87731
|
'x-response-key': string;
|
|
87601
87732
|
'x-title': string;
|
|
87733
|
+
'x-undocumented': string;
|
|
87602
87734
|
};
|
|
87603
87735
|
post: {
|
|
87604
87736
|
description: string;
|
|
@@ -87670,12 +87802,12 @@ declare const _default: {
|
|
|
87670
87802
|
})[];
|
|
87671
87803
|
summary: string;
|
|
87672
87804
|
tags: string[];
|
|
87673
|
-
'x-deprecated': string;
|
|
87674
87805
|
'x-fern-sdk-group-name': string[];
|
|
87675
87806
|
'x-fern-sdk-method-name': string;
|
|
87676
87807
|
'x-fern-sdk-return-value': string;
|
|
87677
87808
|
'x-response-key': string;
|
|
87678
87809
|
'x-title': string;
|
|
87810
|
+
'x-undocumented': string;
|
|
87679
87811
|
};
|
|
87680
87812
|
};
|
|
87681
87813
|
'/user_identities/enrollment_automations/launch': {
|
|
@@ -87760,12 +87892,12 @@ declare const _default: {
|
|
|
87760
87892
|
})[];
|
|
87761
87893
|
summary: string;
|
|
87762
87894
|
tags: string[];
|
|
87763
|
-
'x-deprecated': string;
|
|
87764
87895
|
'x-fern-sdk-group-name': string[];
|
|
87765
87896
|
'x-fern-sdk-method-name': string;
|
|
87766
87897
|
'x-fern-sdk-return-value': string;
|
|
87767
87898
|
'x-response-key': string;
|
|
87768
87899
|
'x-title': string;
|
|
87900
|
+
'x-undocumented': string;
|
|
87769
87901
|
};
|
|
87770
87902
|
};
|
|
87771
87903
|
'/user_identities/enrollment_automations/list': {
|
|
@@ -87835,12 +87967,12 @@ declare const _default: {
|
|
|
87835
87967
|
})[];
|
|
87836
87968
|
summary: string;
|
|
87837
87969
|
tags: string[];
|
|
87838
|
-
'x-deprecated': string;
|
|
87839
87970
|
'x-fern-sdk-group-name': string[];
|
|
87840
87971
|
'x-fern-sdk-method-name': string;
|
|
87841
87972
|
'x-fern-sdk-return-value': string;
|
|
87842
87973
|
'x-response-key': string;
|
|
87843
87974
|
'x-title': string;
|
|
87975
|
+
'x-undocumented': string;
|
|
87844
87976
|
};
|
|
87845
87977
|
post: {
|
|
87846
87978
|
description: string;
|
|
@@ -87915,12 +88047,12 @@ declare const _default: {
|
|
|
87915
88047
|
})[];
|
|
87916
88048
|
summary: string;
|
|
87917
88049
|
tags: string[];
|
|
87918
|
-
'x-deprecated': string;
|
|
87919
88050
|
'x-fern-sdk-group-name': string[];
|
|
87920
88051
|
'x-fern-sdk-method-name': string;
|
|
87921
88052
|
'x-fern-sdk-return-value': string;
|
|
87922
88053
|
'x-response-key': string;
|
|
87923
88054
|
'x-title': string;
|
|
88055
|
+
'x-undocumented': string;
|
|
87924
88056
|
};
|
|
87925
88057
|
};
|
|
87926
88058
|
'/user_identities/generate_instant_key': {
|
|
@@ -126192,6 +126324,18 @@ type Routes = {
|
|
|
126192
126324
|
})[];
|
|
126193
126325
|
};
|
|
126194
126326
|
};
|
|
126327
|
+
'/instant_keys/delete': {
|
|
126328
|
+
route: '/instant_keys/delete';
|
|
126329
|
+
method: 'DELETE' | 'POST';
|
|
126330
|
+
queryParams: {};
|
|
126331
|
+
jsonBody: {};
|
|
126332
|
+
commonParams: {
|
|
126333
|
+
/** ID of the Instant Key that you want to delete. */
|
|
126334
|
+
instant_key_id: string;
|
|
126335
|
+
};
|
|
126336
|
+
formData: {};
|
|
126337
|
+
jsonResponse: {};
|
|
126338
|
+
};
|
|
126195
126339
|
'/instant_keys/get': {
|
|
126196
126340
|
route: '/instant_keys/get';
|
|
126197
126341
|
method: 'GET' | 'POST';
|
|
@@ -161871,8 +162015,7 @@ type Routes = {
|
|
|
161871
162015
|
};
|
|
161872
162016
|
formData: {};
|
|
161873
162017
|
jsonResponse: {
|
|
161874
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
|
|
161875
|
-
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.*/
|
|
162018
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/). */
|
|
161876
162019
|
enrollment_automation: {
|
|
161877
162020
|
/** ID of the enrollment automation. */
|
|
161878
162021
|
enrollment_automation_id: string;
|
|
@@ -161906,8 +162049,7 @@ type Routes = {
|
|
|
161906
162049
|
};
|
|
161907
162050
|
formData: {};
|
|
161908
162051
|
jsonResponse: {
|
|
161909
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/).
|
|
161910
|
-
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.*/
|
|
162052
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access/). */
|
|
161911
162053
|
enrollment_automation: {
|
|
161912
162054
|
/** ID of the enrollment automation. */
|
|
161913
162055
|
enrollment_automation_id: string;
|