@seamapi/types 1.447.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 +26 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +39 -28
- package/dist/index.cjs +26 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +35 -27
- package/lib/seam/connect/openapi.js +23 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +27 -6
- package/src/lib/seam/connect/route-types.ts +6 -1
|
@@ -27036,7 +27036,6 @@ declare const _default: {
|
|
|
27036
27036
|
description: string;
|
|
27037
27037
|
type: string;
|
|
27038
27038
|
additionalProperties?: never;
|
|
27039
|
-
items?: never;
|
|
27040
27039
|
minLength?: never;
|
|
27041
27040
|
default?: never;
|
|
27042
27041
|
exclusiveMinimum?: never;
|
|
@@ -27054,24 +27053,6 @@ declare const _default: {
|
|
|
27054
27053
|
};
|
|
27055
27054
|
description: string;
|
|
27056
27055
|
type: string;
|
|
27057
|
-
items?: never;
|
|
27058
|
-
minLength?: never;
|
|
27059
|
-
default?: never;
|
|
27060
|
-
exclusiveMinimum?: never;
|
|
27061
|
-
minimum?: never;
|
|
27062
|
-
nullable?: never;
|
|
27063
|
-
};
|
|
27064
|
-
} | {
|
|
27065
|
-
in: string;
|
|
27066
|
-
name: string;
|
|
27067
|
-
schema: {
|
|
27068
|
-
items: {
|
|
27069
|
-
format: string;
|
|
27070
|
-
type: string;
|
|
27071
|
-
};
|
|
27072
|
-
type: string;
|
|
27073
|
-
description?: never;
|
|
27074
|
-
additionalProperties?: never;
|
|
27075
27056
|
minLength?: never;
|
|
27076
27057
|
default?: never;
|
|
27077
27058
|
exclusiveMinimum?: never;
|
|
@@ -27086,7 +27067,6 @@ declare const _default: {
|
|
|
27086
27067
|
minLength: number;
|
|
27087
27068
|
type: string;
|
|
27088
27069
|
additionalProperties?: never;
|
|
27089
|
-
items?: never;
|
|
27090
27070
|
default?: never;
|
|
27091
27071
|
exclusiveMinimum?: never;
|
|
27092
27072
|
minimum?: never;
|
|
@@ -27102,7 +27082,6 @@ declare const _default: {
|
|
|
27102
27082
|
minimum: number;
|
|
27103
27083
|
type: string;
|
|
27104
27084
|
additionalProperties?: never;
|
|
27105
|
-
items?: never;
|
|
27106
27085
|
minLength?: never;
|
|
27107
27086
|
nullable?: never;
|
|
27108
27087
|
};
|
|
@@ -27114,7 +27093,6 @@ declare const _default: {
|
|
|
27114
27093
|
nullable: boolean;
|
|
27115
27094
|
type: string;
|
|
27116
27095
|
additionalProperties?: never;
|
|
27117
|
-
items?: never;
|
|
27118
27096
|
minLength?: never;
|
|
27119
27097
|
default?: never;
|
|
27120
27098
|
exclusiveMinimum?: never;
|
|
@@ -27200,11 +27178,8 @@ declare const _default: {
|
|
|
27200
27178
|
description: string;
|
|
27201
27179
|
type: string;
|
|
27202
27180
|
};
|
|
27203
|
-
|
|
27204
|
-
|
|
27205
|
-
format: string;
|
|
27206
|
-
type: string;
|
|
27207
|
-
};
|
|
27181
|
+
customer_key: {
|
|
27182
|
+
description: string;
|
|
27208
27183
|
type: string;
|
|
27209
27184
|
};
|
|
27210
27185
|
limit: {
|
|
@@ -27372,6 +27347,15 @@ declare const _default: {
|
|
|
27372
27347
|
'application/json': {
|
|
27373
27348
|
schema: {
|
|
27374
27349
|
properties: {
|
|
27350
|
+
accepted_capabilities: {
|
|
27351
|
+
description: string;
|
|
27352
|
+
items: {
|
|
27353
|
+
description: string;
|
|
27354
|
+
enum: string[];
|
|
27355
|
+
type: string;
|
|
27356
|
+
};
|
|
27357
|
+
type: string;
|
|
27358
|
+
};
|
|
27375
27359
|
automatically_manage_new_devices: {
|
|
27376
27360
|
description: string;
|
|
27377
27361
|
type: string;
|
|
@@ -37596,14 +37580,22 @@ declare const _default: {
|
|
|
37596
37580
|
pat_with_workspace: never[];
|
|
37597
37581
|
console_session_with_workspace?: never;
|
|
37598
37582
|
api_key?: never;
|
|
37583
|
+
client_session_with_customer?: never;
|
|
37599
37584
|
} | {
|
|
37600
37585
|
console_session_with_workspace: never[];
|
|
37601
37586
|
pat_with_workspace?: never;
|
|
37602
37587
|
api_key?: never;
|
|
37588
|
+
client_session_with_customer?: never;
|
|
37603
37589
|
} | {
|
|
37604
37590
|
api_key: never[];
|
|
37605
37591
|
pat_with_workspace?: never;
|
|
37606
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;
|
|
37607
37599
|
})[];
|
|
37608
37600
|
summary: string;
|
|
37609
37601
|
tags: never[];
|
|
@@ -38161,14 +38153,22 @@ declare const _default: {
|
|
|
38161
38153
|
pat_with_workspace: never[];
|
|
38162
38154
|
console_session_with_workspace?: never;
|
|
38163
38155
|
api_key?: never;
|
|
38156
|
+
client_session_with_customer?: never;
|
|
38164
38157
|
} | {
|
|
38165
38158
|
console_session_with_workspace: never[];
|
|
38166
38159
|
pat_with_workspace?: never;
|
|
38167
38160
|
api_key?: never;
|
|
38161
|
+
client_session_with_customer?: never;
|
|
38168
38162
|
} | {
|
|
38169
38163
|
api_key: never[];
|
|
38170
38164
|
pat_with_workspace?: never;
|
|
38171
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;
|
|
38172
38172
|
})[];
|
|
38173
38173
|
summary: string;
|
|
38174
38174
|
tags: never[];
|
|
@@ -38236,14 +38236,22 @@ declare const _default: {
|
|
|
38236
38236
|
pat_with_workspace: never[];
|
|
38237
38237
|
console_session_with_workspace?: never;
|
|
38238
38238
|
api_key?: never;
|
|
38239
|
+
client_session_with_customer?: never;
|
|
38239
38240
|
} | {
|
|
38240
38241
|
console_session_with_workspace: never[];
|
|
38241
38242
|
pat_with_workspace?: never;
|
|
38242
38243
|
api_key?: never;
|
|
38244
|
+
client_session_with_customer?: never;
|
|
38243
38245
|
} | {
|
|
38244
38246
|
api_key: never[];
|
|
38245
38247
|
pat_with_workspace?: never;
|
|
38246
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;
|
|
38247
38255
|
})[];
|
|
38248
38256
|
summary: string;
|
|
38249
38257
|
tags: never[];
|
|
@@ -33457,10 +33457,10 @@ export default {
|
|
|
33457
33457
|
},
|
|
33458
33458
|
{
|
|
33459
33459
|
in: 'query',
|
|
33460
|
-
name: '
|
|
33460
|
+
name: 'customer_key',
|
|
33461
33461
|
schema: {
|
|
33462
|
-
|
|
33463
|
-
type: '
|
|
33462
|
+
description: 'Customer key by which you want to filter connected accounts.',
|
|
33463
|
+
type: 'string',
|
|
33464
33464
|
},
|
|
33465
33465
|
},
|
|
33466
33466
|
{
|
|
@@ -33545,9 +33545,9 @@ export default {
|
|
|
33545
33545
|
description: 'Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs.',
|
|
33546
33546
|
type: 'object',
|
|
33547
33547
|
},
|
|
33548
|
-
|
|
33549
|
-
|
|
33550
|
-
type: '
|
|
33548
|
+
customer_key: {
|
|
33549
|
+
description: 'Customer key by which you want to filter connected accounts.',
|
|
33550
|
+
type: 'string',
|
|
33551
33551
|
},
|
|
33552
33552
|
limit: {
|
|
33553
33553
|
default: 11000,
|
|
@@ -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: [],
|