@seamapi/types 1.448.0 → 1.449.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 +20 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +35 -0
- package/dist/index.cjs +20 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +33 -0
- package/lib/seam/connect/openapi.js +17 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +19 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
|
@@ -27347,6 +27347,15 @@ declare const _default: {
|
|
|
27347
27347
|
'application/json': {
|
|
27348
27348
|
schema: {
|
|
27349
27349
|
properties: {
|
|
27350
|
+
accepted_capabilities: {
|
|
27351
|
+
description: string;
|
|
27352
|
+
items: {
|
|
27353
|
+
description: string;
|
|
27354
|
+
enum: string[];
|
|
27355
|
+
type: string;
|
|
27356
|
+
};
|
|
27357
|
+
type: string;
|
|
27358
|
+
};
|
|
27350
27359
|
automatically_manage_new_devices: {
|
|
27351
27360
|
description: string;
|
|
27352
27361
|
type: string;
|
|
@@ -37571,14 +37580,22 @@ declare const _default: {
|
|
|
37571
37580
|
pat_with_workspace: never[];
|
|
37572
37581
|
console_session_with_workspace?: never;
|
|
37573
37582
|
api_key?: never;
|
|
37583
|
+
client_session_with_customer?: never;
|
|
37574
37584
|
} | {
|
|
37575
37585
|
console_session_with_workspace: never[];
|
|
37576
37586
|
pat_with_workspace?: never;
|
|
37577
37587
|
api_key?: never;
|
|
37588
|
+
client_session_with_customer?: never;
|
|
37578
37589
|
} | {
|
|
37579
37590
|
api_key: never[];
|
|
37580
37591
|
pat_with_workspace?: never;
|
|
37581
37592
|
console_session_with_workspace?: never;
|
|
37593
|
+
client_session_with_customer?: never;
|
|
37594
|
+
} | {
|
|
37595
|
+
client_session_with_customer: never[];
|
|
37596
|
+
pat_with_workspace?: never;
|
|
37597
|
+
console_session_with_workspace?: never;
|
|
37598
|
+
api_key?: never;
|
|
37582
37599
|
})[];
|
|
37583
37600
|
summary: string;
|
|
37584
37601
|
tags: never[];
|
|
@@ -38136,14 +38153,22 @@ declare const _default: {
|
|
|
38136
38153
|
pat_with_workspace: never[];
|
|
38137
38154
|
console_session_with_workspace?: never;
|
|
38138
38155
|
api_key?: never;
|
|
38156
|
+
client_session_with_customer?: never;
|
|
38139
38157
|
} | {
|
|
38140
38158
|
console_session_with_workspace: never[];
|
|
38141
38159
|
pat_with_workspace?: never;
|
|
38142
38160
|
api_key?: never;
|
|
38161
|
+
client_session_with_customer?: never;
|
|
38143
38162
|
} | {
|
|
38144
38163
|
api_key: never[];
|
|
38145
38164
|
pat_with_workspace?: never;
|
|
38146
38165
|
console_session_with_workspace?: never;
|
|
38166
|
+
client_session_with_customer?: never;
|
|
38167
|
+
} | {
|
|
38168
|
+
client_session_with_customer: never[];
|
|
38169
|
+
pat_with_workspace?: never;
|
|
38170
|
+
console_session_with_workspace?: never;
|
|
38171
|
+
api_key?: never;
|
|
38147
38172
|
})[];
|
|
38148
38173
|
summary: string;
|
|
38149
38174
|
tags: never[];
|
|
@@ -38211,14 +38236,22 @@ declare const _default: {
|
|
|
38211
38236
|
pat_with_workspace: never[];
|
|
38212
38237
|
console_session_with_workspace?: never;
|
|
38213
38238
|
api_key?: never;
|
|
38239
|
+
client_session_with_customer?: never;
|
|
38214
38240
|
} | {
|
|
38215
38241
|
console_session_with_workspace: never[];
|
|
38216
38242
|
pat_with_workspace?: never;
|
|
38217
38243
|
api_key?: never;
|
|
38244
|
+
client_session_with_customer?: never;
|
|
38218
38245
|
} | {
|
|
38219
38246
|
api_key: never[];
|
|
38220
38247
|
pat_with_workspace?: never;
|
|
38221
38248
|
console_session_with_workspace?: never;
|
|
38249
|
+
client_session_with_customer?: never;
|
|
38250
|
+
} | {
|
|
38251
|
+
client_session_with_customer: never[];
|
|
38252
|
+
pat_with_workspace?: never;
|
|
38253
|
+
console_session_with_workspace?: never;
|
|
38254
|
+
api_key?: never;
|
|
38222
38255
|
})[];
|
|
38223
38256
|
summary: string;
|
|
38224
38257
|
tags: never[];
|
|
@@ -33673,6 +33673,20 @@ export default {
|
|
|
33673
33673
|
'application/json': {
|
|
33674
33674
|
schema: {
|
|
33675
33675
|
properties: {
|
|
33676
|
+
accepted_capabilities: {
|
|
33677
|
+
description: 'List of accepted device capabilities that restrict the types of devices that can be connected through this connected account. Valid values are `lock`, `thermostat`, `noise_sensor`, and `access_control`.',
|
|
33678
|
+
items: {
|
|
33679
|
+
description: '\n High-level device capabilities that can be restricted in connect webviews.\n These represent the main device categories that customers can opt into.\n',
|
|
33680
|
+
enum: [
|
|
33681
|
+
'lock',
|
|
33682
|
+
'thermostat',
|
|
33683
|
+
'noise_sensor',
|
|
33684
|
+
'access_control',
|
|
33685
|
+
],
|
|
33686
|
+
type: 'string',
|
|
33687
|
+
},
|
|
33688
|
+
type: 'array',
|
|
33689
|
+
},
|
|
33676
33690
|
automatically_manage_new_devices: {
|
|
33677
33691
|
description: 'Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices).',
|
|
33678
33692
|
type: 'boolean',
|
|
@@ -43258,6 +43272,7 @@ export default {
|
|
|
43258
43272
|
{ pat_with_workspace: [] },
|
|
43259
43273
|
{ console_session_with_workspace: [] },
|
|
43260
43274
|
{ api_key: [] },
|
|
43275
|
+
{ client_session_with_customer: [] },
|
|
43261
43276
|
],
|
|
43262
43277
|
summary: '/spaces/create',
|
|
43263
43278
|
tags: [],
|
|
@@ -43706,6 +43721,7 @@ export default {
|
|
|
43706
43721
|
{ pat_with_workspace: [] },
|
|
43707
43722
|
{ console_session_with_workspace: [] },
|
|
43708
43723
|
{ api_key: [] },
|
|
43724
|
+
{ client_session_with_customer: [] },
|
|
43709
43725
|
],
|
|
43710
43726
|
summary: '/spaces/list',
|
|
43711
43727
|
tags: [],
|
|
@@ -43765,6 +43781,7 @@ export default {
|
|
|
43765
43781
|
{ pat_with_workspace: [] },
|
|
43766
43782
|
{ console_session_with_workspace: [] },
|
|
43767
43783
|
{ api_key: [] },
|
|
43784
|
+
{ client_session_with_customer: [] },
|
|
43768
43785
|
],
|
|
43769
43786
|
summary: '/spaces/list',
|
|
43770
43787
|
tags: [],
|