@seamapi/types 1.257.0 → 1.258.1
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 +87 -39
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +664 -156
- package/lib/seam/connect/openapi.d.ts +122 -54
- package/lib/seam/connect/openapi.js +86 -38
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +456 -16
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +86 -38
- package/src/lib/seam/connect/route-types.ts +630 -16
|
@@ -1192,56 +1192,6 @@ declare const _default: {
|
|
|
1192
1192
|
required: string[];
|
|
1193
1193
|
type: string;
|
|
1194
1194
|
};
|
|
1195
|
-
climate_preset: {
|
|
1196
|
-
properties: {
|
|
1197
|
-
can_delete: {
|
|
1198
|
-
type: string;
|
|
1199
|
-
};
|
|
1200
|
-
can_edit: {
|
|
1201
|
-
type: string;
|
|
1202
|
-
};
|
|
1203
|
-
climate_preset_key: {
|
|
1204
|
-
type: string;
|
|
1205
|
-
};
|
|
1206
|
-
cooling_set_point_celsius: {
|
|
1207
|
-
format: string;
|
|
1208
|
-
type: string;
|
|
1209
|
-
};
|
|
1210
|
-
cooling_set_point_fahrenheit: {
|
|
1211
|
-
format: string;
|
|
1212
|
-
type: string;
|
|
1213
|
-
};
|
|
1214
|
-
display_name: {
|
|
1215
|
-
type: string;
|
|
1216
|
-
};
|
|
1217
|
-
fan_mode_setting: {
|
|
1218
|
-
enum: string[];
|
|
1219
|
-
type: string;
|
|
1220
|
-
};
|
|
1221
|
-
heating_set_point_celsius: {
|
|
1222
|
-
format: string;
|
|
1223
|
-
type: string;
|
|
1224
|
-
};
|
|
1225
|
-
heating_set_point_fahrenheit: {
|
|
1226
|
-
format: string;
|
|
1227
|
-
type: string;
|
|
1228
|
-
};
|
|
1229
|
-
hvac_mode_setting: {
|
|
1230
|
-
enum: string[];
|
|
1231
|
-
type: string;
|
|
1232
|
-
};
|
|
1233
|
-
manual_override_allowed: {
|
|
1234
|
-
type: string;
|
|
1235
|
-
};
|
|
1236
|
-
name: {
|
|
1237
|
-
default: null;
|
|
1238
|
-
nullable: boolean;
|
|
1239
|
-
type: string;
|
|
1240
|
-
};
|
|
1241
|
-
};
|
|
1242
|
-
required: string[];
|
|
1243
|
-
type: string;
|
|
1244
|
-
};
|
|
1245
1195
|
connect_webview: {
|
|
1246
1196
|
properties: {
|
|
1247
1197
|
accepted_devices: {
|
|
@@ -8025,6 +7975,128 @@ declare const _default: {
|
|
|
8025
7975
|
'x-undocumented': string;
|
|
8026
7976
|
};
|
|
8027
7977
|
};
|
|
7978
|
+
'/acs/encoders/list': {
|
|
7979
|
+
post: {
|
|
7980
|
+
operationId: string;
|
|
7981
|
+
requestBody: {
|
|
7982
|
+
content: {
|
|
7983
|
+
'application/json': {
|
|
7984
|
+
schema: {
|
|
7985
|
+
oneOf: ({
|
|
7986
|
+
properties: {
|
|
7987
|
+
acs_system_ids: {
|
|
7988
|
+
items: {
|
|
7989
|
+
format: string;
|
|
7990
|
+
type: string;
|
|
7991
|
+
};
|
|
7992
|
+
type: string;
|
|
7993
|
+
};
|
|
7994
|
+
device_ids: {
|
|
7995
|
+
items: {
|
|
7996
|
+
format: string;
|
|
7997
|
+
type: string;
|
|
7998
|
+
};
|
|
7999
|
+
type: string;
|
|
8000
|
+
};
|
|
8001
|
+
limit: {
|
|
8002
|
+
default: number;
|
|
8003
|
+
format: string;
|
|
8004
|
+
type: string;
|
|
8005
|
+
};
|
|
8006
|
+
};
|
|
8007
|
+
required: string[];
|
|
8008
|
+
type: string;
|
|
8009
|
+
} | {
|
|
8010
|
+
properties: {
|
|
8011
|
+
device_ids: {
|
|
8012
|
+
items: {
|
|
8013
|
+
format: string;
|
|
8014
|
+
type: string;
|
|
8015
|
+
};
|
|
8016
|
+
type: string;
|
|
8017
|
+
};
|
|
8018
|
+
limit: {
|
|
8019
|
+
default: number;
|
|
8020
|
+
format: string;
|
|
8021
|
+
type: string;
|
|
8022
|
+
};
|
|
8023
|
+
acs_system_ids?: never;
|
|
8024
|
+
};
|
|
8025
|
+
required: string[];
|
|
8026
|
+
type: string;
|
|
8027
|
+
} | {
|
|
8028
|
+
properties: {
|
|
8029
|
+
acs_system_ids: {
|
|
8030
|
+
items: {
|
|
8031
|
+
format: string;
|
|
8032
|
+
type: string;
|
|
8033
|
+
};
|
|
8034
|
+
type: string;
|
|
8035
|
+
};
|
|
8036
|
+
limit: {
|
|
8037
|
+
default: number;
|
|
8038
|
+
format: string;
|
|
8039
|
+
type: string;
|
|
8040
|
+
};
|
|
8041
|
+
device_ids?: never;
|
|
8042
|
+
};
|
|
8043
|
+
required: string[];
|
|
8044
|
+
type: string;
|
|
8045
|
+
})[];
|
|
8046
|
+
};
|
|
8047
|
+
};
|
|
8048
|
+
};
|
|
8049
|
+
};
|
|
8050
|
+
responses: {
|
|
8051
|
+
200: {
|
|
8052
|
+
content: {
|
|
8053
|
+
'application/json': {
|
|
8054
|
+
schema: {
|
|
8055
|
+
properties: {
|
|
8056
|
+
devices: {
|
|
8057
|
+
items: {
|
|
8058
|
+
$ref: string;
|
|
8059
|
+
};
|
|
8060
|
+
type: string;
|
|
8061
|
+
};
|
|
8062
|
+
ok: {
|
|
8063
|
+
type: string;
|
|
8064
|
+
};
|
|
8065
|
+
};
|
|
8066
|
+
required: string[];
|
|
8067
|
+
type: string;
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
};
|
|
8071
|
+
description: string;
|
|
8072
|
+
};
|
|
8073
|
+
400: {
|
|
8074
|
+
description: string;
|
|
8075
|
+
};
|
|
8076
|
+
401: {
|
|
8077
|
+
description: string;
|
|
8078
|
+
};
|
|
8079
|
+
};
|
|
8080
|
+
security: ({
|
|
8081
|
+
pat_with_workspace: never[];
|
|
8082
|
+
console_session?: never;
|
|
8083
|
+
api_key?: never;
|
|
8084
|
+
} | {
|
|
8085
|
+
console_session: never[];
|
|
8086
|
+
pat_with_workspace?: never;
|
|
8087
|
+
api_key?: never;
|
|
8088
|
+
} | {
|
|
8089
|
+
api_key: never[];
|
|
8090
|
+
pat_with_workspace?: never;
|
|
8091
|
+
console_session?: never;
|
|
8092
|
+
})[];
|
|
8093
|
+
summary: string;
|
|
8094
|
+
tags: string[];
|
|
8095
|
+
'x-fern-sdk-group-name': string[];
|
|
8096
|
+
'x-fern-sdk-method-name': string;
|
|
8097
|
+
'x-fern-sdk-return-value': string;
|
|
8098
|
+
};
|
|
8099
|
+
};
|
|
8028
8100
|
'/acs/encoders/read_card': {
|
|
8029
8101
|
post: {
|
|
8030
8102
|
operationId: string;
|
|
@@ -14759,9 +14831,6 @@ declare const _default: {
|
|
|
14759
14831
|
'application/json': {
|
|
14760
14832
|
schema: {
|
|
14761
14833
|
properties: {
|
|
14762
|
-
climate_preset: {
|
|
14763
|
-
$ref: string;
|
|
14764
|
-
};
|
|
14765
14834
|
ok: {
|
|
14766
14835
|
type: string;
|
|
14767
14836
|
};
|
|
@@ -14797,7 +14866,6 @@ declare const _default: {
|
|
|
14797
14866
|
tags: string[];
|
|
14798
14867
|
'x-fern-sdk-group-name': string[];
|
|
14799
14868
|
'x-fern-sdk-method-name': string;
|
|
14800
|
-
'x-fern-sdk-return-value': string;
|
|
14801
14869
|
};
|
|
14802
14870
|
};
|
|
14803
14871
|
'/thermostats/delete_climate_preset': {
|
|
@@ -2361,36 +2361,6 @@ export default {
|
|
|
2361
2361
|
],
|
|
2362
2362
|
type: 'object',
|
|
2363
2363
|
},
|
|
2364
|
-
climate_preset: {
|
|
2365
|
-
properties: {
|
|
2366
|
-
can_delete: { type: 'boolean' },
|
|
2367
|
-
can_edit: { type: 'boolean' },
|
|
2368
|
-
climate_preset_key: { type: 'string' },
|
|
2369
|
-
cooling_set_point_celsius: { format: 'float', type: 'number' },
|
|
2370
|
-
cooling_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2371
|
-
display_name: { type: 'string' },
|
|
2372
|
-
fan_mode_setting: {
|
|
2373
|
-
enum: ['auto', 'on', 'circulate'],
|
|
2374
|
-
type: 'string',
|
|
2375
|
-
},
|
|
2376
|
-
heating_set_point_celsius: { format: 'float', type: 'number' },
|
|
2377
|
-
heating_set_point_fahrenheit: { format: 'float', type: 'number' },
|
|
2378
|
-
hvac_mode_setting: {
|
|
2379
|
-
enum: ['off', 'heat', 'cool', 'heat_cool'],
|
|
2380
|
-
type: 'string',
|
|
2381
|
-
},
|
|
2382
|
-
manual_override_allowed: { type: 'boolean' },
|
|
2383
|
-
name: { default: null, nullable: true, type: 'string' },
|
|
2384
|
-
},
|
|
2385
|
-
required: [
|
|
2386
|
-
'climate_preset_key',
|
|
2387
|
-
'can_edit',
|
|
2388
|
-
'can_delete',
|
|
2389
|
-
'display_name',
|
|
2390
|
-
'manual_override_allowed',
|
|
2391
|
-
],
|
|
2392
|
-
type: 'object',
|
|
2393
|
-
},
|
|
2394
2364
|
connect_webview: {
|
|
2395
2365
|
properties: {
|
|
2396
2366
|
accepted_devices: {
|
|
@@ -7400,6 +7370,90 @@ export default {
|
|
|
7400
7370
|
'x-undocumented': 'Encoding a card is currently unimplemented.',
|
|
7401
7371
|
},
|
|
7402
7372
|
},
|
|
7373
|
+
'/acs/encoders/list': {
|
|
7374
|
+
post: {
|
|
7375
|
+
operationId: 'acsEncodersListPost',
|
|
7376
|
+
requestBody: {
|
|
7377
|
+
content: {
|
|
7378
|
+
'application/json': {
|
|
7379
|
+
schema: {
|
|
7380
|
+
oneOf: [
|
|
7381
|
+
{
|
|
7382
|
+
properties: {
|
|
7383
|
+
acs_system_ids: {
|
|
7384
|
+
items: { format: 'uuid', type: 'string' },
|
|
7385
|
+
type: 'array',
|
|
7386
|
+
},
|
|
7387
|
+
device_ids: {
|
|
7388
|
+
items: { format: 'uuid', type: 'string' },
|
|
7389
|
+
type: 'array',
|
|
7390
|
+
},
|
|
7391
|
+
limit: { default: 500, format: 'float', type: 'number' },
|
|
7392
|
+
},
|
|
7393
|
+
required: ['acs_system_ids', 'device_ids'],
|
|
7394
|
+
type: 'object',
|
|
7395
|
+
},
|
|
7396
|
+
{
|
|
7397
|
+
properties: {
|
|
7398
|
+
device_ids: {
|
|
7399
|
+
items: { format: 'uuid', type: 'string' },
|
|
7400
|
+
type: 'array',
|
|
7401
|
+
},
|
|
7402
|
+
limit: { default: 500, format: 'float', type: 'number' },
|
|
7403
|
+
},
|
|
7404
|
+
required: ['device_ids'],
|
|
7405
|
+
type: 'object',
|
|
7406
|
+
},
|
|
7407
|
+
{
|
|
7408
|
+
properties: {
|
|
7409
|
+
acs_system_ids: {
|
|
7410
|
+
items: { format: 'uuid', type: 'string' },
|
|
7411
|
+
type: 'array',
|
|
7412
|
+
},
|
|
7413
|
+
limit: { default: 500, format: 'float', type: 'number' },
|
|
7414
|
+
},
|
|
7415
|
+
required: ['acs_system_ids'],
|
|
7416
|
+
type: 'object',
|
|
7417
|
+
},
|
|
7418
|
+
],
|
|
7419
|
+
},
|
|
7420
|
+
},
|
|
7421
|
+
},
|
|
7422
|
+
},
|
|
7423
|
+
responses: {
|
|
7424
|
+
200: {
|
|
7425
|
+
content: {
|
|
7426
|
+
'application/json': {
|
|
7427
|
+
schema: {
|
|
7428
|
+
properties: {
|
|
7429
|
+
devices: {
|
|
7430
|
+
items: { $ref: '#/components/schemas/device' },
|
|
7431
|
+
type: 'array',
|
|
7432
|
+
},
|
|
7433
|
+
ok: { type: 'boolean' },
|
|
7434
|
+
},
|
|
7435
|
+
required: ['devices', 'ok'],
|
|
7436
|
+
type: 'object',
|
|
7437
|
+
},
|
|
7438
|
+
},
|
|
7439
|
+
},
|
|
7440
|
+
description: 'OK',
|
|
7441
|
+
},
|
|
7442
|
+
400: { description: 'Bad Request' },
|
|
7443
|
+
401: { description: 'Unauthorized' },
|
|
7444
|
+
},
|
|
7445
|
+
security: [
|
|
7446
|
+
{ pat_with_workspace: [] },
|
|
7447
|
+
{ console_session: [] },
|
|
7448
|
+
{ api_key: [] },
|
|
7449
|
+
],
|
|
7450
|
+
summary: '/acs/encoders/list',
|
|
7451
|
+
tags: ['/acs'],
|
|
7452
|
+
'x-fern-sdk-group-name': ['acs', 'encoders'],
|
|
7453
|
+
'x-fern-sdk-method-name': 'list',
|
|
7454
|
+
'x-fern-sdk-return-value': 'devices',
|
|
7455
|
+
},
|
|
7456
|
+
},
|
|
7403
7457
|
'/acs/encoders/read_card': {
|
|
7404
7458
|
post: {
|
|
7405
7459
|
operationId: 'acsEncodersReadCardPost',
|
|
@@ -13231,13 +13285,8 @@ export default {
|
|
|
13231
13285
|
content: {
|
|
13232
13286
|
'application/json': {
|
|
13233
13287
|
schema: {
|
|
13234
|
-
properties: {
|
|
13235
|
-
|
|
13236
|
-
$ref: '#/components/schemas/climate_preset',
|
|
13237
|
-
},
|
|
13238
|
-
ok: { type: 'boolean' },
|
|
13239
|
-
},
|
|
13240
|
-
required: ['climate_preset', 'ok'],
|
|
13288
|
+
properties: { ok: { type: 'boolean' } },
|
|
13289
|
+
required: ['ok'],
|
|
13241
13290
|
type: 'object',
|
|
13242
13291
|
},
|
|
13243
13292
|
},
|
|
@@ -13256,7 +13305,6 @@ export default {
|
|
|
13256
13305
|
tags: ['/thermostats'],
|
|
13257
13306
|
'x-fern-sdk-group-name': ['thermostats'],
|
|
13258
13307
|
'x-fern-sdk-method-name': 'create_climate_preset',
|
|
13259
|
-
'x-fern-sdk-return-value': 'climate_preset',
|
|
13260
13308
|
},
|
|
13261
13309
|
},
|
|
13262
13310
|
'/thermostats/delete_climate_preset': {
|