@seamapi/types 1.646.0 → 1.648.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 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +77 -2
- package/dist/index.cjs +26 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +72 -1
- package/lib/seam/connect/openapi.js +22 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +25 -1
- package/src/lib/seam/connect/route-types.ts +5 -1
package/dist/connect.d.cts
CHANGED
|
@@ -83114,7 +83114,6 @@ declare const _default: {
|
|
|
83114
83114
|
type: string;
|
|
83115
83115
|
};
|
|
83116
83116
|
automatically_manage_new_devices: {
|
|
83117
|
-
default: boolean;
|
|
83118
83117
|
description: string;
|
|
83119
83118
|
type: string;
|
|
83120
83119
|
};
|
|
@@ -84695,6 +84694,7 @@ declare const _default: {
|
|
|
84695
84694
|
features: {
|
|
84696
84695
|
configure: {
|
|
84697
84696
|
allow_access_automation_rule_customization: boolean;
|
|
84697
|
+
allow_automatic_management_of_new_devices: boolean;
|
|
84698
84698
|
allow_instant_key_customization: boolean;
|
|
84699
84699
|
exclude: boolean;
|
|
84700
84700
|
};
|
|
@@ -84729,6 +84729,11 @@ declare const _default: {
|
|
|
84729
84729
|
description: string;
|
|
84730
84730
|
type: string;
|
|
84731
84731
|
};
|
|
84732
|
+
allow_automatic_management_of_new_devices: {
|
|
84733
|
+
default: boolean;
|
|
84734
|
+
description: string;
|
|
84735
|
+
type: string;
|
|
84736
|
+
};
|
|
84732
84737
|
allow_instant_key_customization: {
|
|
84733
84738
|
default: boolean;
|
|
84734
84739
|
description: string;
|
|
@@ -88830,14 +88835,22 @@ declare const _default: {
|
|
|
88830
88835
|
api_key: never[];
|
|
88831
88836
|
pat_with_workspace?: never;
|
|
88832
88837
|
console_session_with_workspace?: never;
|
|
88838
|
+
client_session_with_customer?: never;
|
|
88833
88839
|
} | {
|
|
88834
88840
|
pat_with_workspace: never[];
|
|
88835
88841
|
api_key?: never;
|
|
88836
88842
|
console_session_with_workspace?: never;
|
|
88843
|
+
client_session_with_customer?: never;
|
|
88837
88844
|
} | {
|
|
88838
88845
|
console_session_with_workspace: never[];
|
|
88839
88846
|
api_key?: never;
|
|
88840
88847
|
pat_with_workspace?: never;
|
|
88848
|
+
client_session_with_customer?: never;
|
|
88849
|
+
} | {
|
|
88850
|
+
client_session_with_customer: never[];
|
|
88851
|
+
api_key?: never;
|
|
88852
|
+
pat_with_workspace?: never;
|
|
88853
|
+
console_session_with_workspace?: never;
|
|
88841
88854
|
})[];
|
|
88842
88855
|
summary: string;
|
|
88843
88856
|
tags: string[];
|
|
@@ -89014,14 +89027,22 @@ declare const _default: {
|
|
|
89014
89027
|
api_key: never[];
|
|
89015
89028
|
pat_with_workspace?: never;
|
|
89016
89029
|
console_session_with_workspace?: never;
|
|
89030
|
+
client_session_with_customer?: never;
|
|
89017
89031
|
} | {
|
|
89018
89032
|
pat_with_workspace: never[];
|
|
89019
89033
|
api_key?: never;
|
|
89020
89034
|
console_session_with_workspace?: never;
|
|
89035
|
+
client_session_with_customer?: never;
|
|
89021
89036
|
} | {
|
|
89022
89037
|
console_session_with_workspace: never[];
|
|
89023
89038
|
api_key?: never;
|
|
89024
89039
|
pat_with_workspace?: never;
|
|
89040
|
+
client_session_with_customer?: never;
|
|
89041
|
+
} | {
|
|
89042
|
+
client_session_with_customer: never[];
|
|
89043
|
+
api_key?: never;
|
|
89044
|
+
pat_with_workspace?: never;
|
|
89045
|
+
console_session_with_workspace?: never;
|
|
89025
89046
|
})[];
|
|
89026
89047
|
summary: string;
|
|
89027
89048
|
tags: string[];
|
|
@@ -97223,6 +97244,11 @@ declare const _default: {
|
|
|
97223
97244
|
description: string;
|
|
97224
97245
|
type: string;
|
|
97225
97246
|
};
|
|
97247
|
+
allow_automatic_management_of_new_devices: {
|
|
97248
|
+
default: boolean;
|
|
97249
|
+
description: string;
|
|
97250
|
+
type: string;
|
|
97251
|
+
};
|
|
97226
97252
|
allow_instant_key_customization: {
|
|
97227
97253
|
default: boolean;
|
|
97228
97254
|
description: string;
|
|
@@ -97624,6 +97650,11 @@ declare const _default: {
|
|
|
97624
97650
|
description: string;
|
|
97625
97651
|
type: string;
|
|
97626
97652
|
};
|
|
97653
|
+
allow_automatic_management_of_new_devices: {
|
|
97654
|
+
default: boolean;
|
|
97655
|
+
description: string;
|
|
97656
|
+
type: string;
|
|
97657
|
+
};
|
|
97627
97658
|
allow_instant_key_customization: {
|
|
97628
97659
|
default: boolean;
|
|
97629
97660
|
description: string;
|
|
@@ -102403,22 +102434,32 @@ declare const _default: {
|
|
|
102403
102434
|
client_session: never[];
|
|
102404
102435
|
pat_with_workspace?: never;
|
|
102405
102436
|
console_session_with_workspace?: never;
|
|
102437
|
+
client_session_with_customer?: never;
|
|
102406
102438
|
api_key?: never;
|
|
102407
102439
|
} | {
|
|
102408
102440
|
pat_with_workspace: never[];
|
|
102409
102441
|
client_session?: never;
|
|
102410
102442
|
console_session_with_workspace?: never;
|
|
102443
|
+
client_session_with_customer?: never;
|
|
102411
102444
|
api_key?: never;
|
|
102412
102445
|
} | {
|
|
102413
102446
|
console_session_with_workspace: never[];
|
|
102414
102447
|
client_session?: never;
|
|
102415
102448
|
pat_with_workspace?: never;
|
|
102449
|
+
client_session_with_customer?: never;
|
|
102450
|
+
api_key?: never;
|
|
102451
|
+
} | {
|
|
102452
|
+
client_session_with_customer: never[];
|
|
102453
|
+
client_session?: never;
|
|
102454
|
+
pat_with_workspace?: never;
|
|
102455
|
+
console_session_with_workspace?: never;
|
|
102416
102456
|
api_key?: never;
|
|
102417
102457
|
} | {
|
|
102418
102458
|
api_key: never[];
|
|
102419
102459
|
client_session?: never;
|
|
102420
102460
|
pat_with_workspace?: never;
|
|
102421
102461
|
console_session_with_workspace?: never;
|
|
102462
|
+
client_session_with_customer?: never;
|
|
102422
102463
|
})[];
|
|
102423
102464
|
summary: string;
|
|
102424
102465
|
tags: string[];
|
|
@@ -104015,22 +104056,32 @@ declare const _default: {
|
|
|
104015
104056
|
client_session: never[];
|
|
104016
104057
|
pat_with_workspace?: never;
|
|
104017
104058
|
console_session_with_workspace?: never;
|
|
104059
|
+
client_session_with_customer?: never;
|
|
104018
104060
|
api_key?: never;
|
|
104019
104061
|
} | {
|
|
104020
104062
|
pat_with_workspace: never[];
|
|
104021
104063
|
client_session?: never;
|
|
104022
104064
|
console_session_with_workspace?: never;
|
|
104065
|
+
client_session_with_customer?: never;
|
|
104023
104066
|
api_key?: never;
|
|
104024
104067
|
} | {
|
|
104025
104068
|
console_session_with_workspace: never[];
|
|
104026
104069
|
client_session?: never;
|
|
104027
104070
|
pat_with_workspace?: never;
|
|
104071
|
+
client_session_with_customer?: never;
|
|
104072
|
+
api_key?: never;
|
|
104073
|
+
} | {
|
|
104074
|
+
client_session_with_customer: never[];
|
|
104075
|
+
client_session?: never;
|
|
104076
|
+
pat_with_workspace?: never;
|
|
104077
|
+
console_session_with_workspace?: never;
|
|
104028
104078
|
api_key?: never;
|
|
104029
104079
|
} | {
|
|
104030
104080
|
api_key: never[];
|
|
104031
104081
|
client_session?: never;
|
|
104032
104082
|
pat_with_workspace?: never;
|
|
104033
104083
|
console_session_with_workspace?: never;
|
|
104084
|
+
client_session_with_customer?: never;
|
|
104034
104085
|
})[];
|
|
104035
104086
|
summary: string;
|
|
104036
104087
|
tags: string[];
|
|
@@ -104385,21 +104436,31 @@ declare const _default: {
|
|
|
104385
104436
|
client_session?: never;
|
|
104386
104437
|
pat_with_workspace?: never;
|
|
104387
104438
|
console_session_with_workspace?: never;
|
|
104439
|
+
client_session_with_customer?: never;
|
|
104388
104440
|
} | {
|
|
104389
104441
|
client_session: never[];
|
|
104390
104442
|
api_key?: never;
|
|
104391
104443
|
pat_with_workspace?: never;
|
|
104392
104444
|
console_session_with_workspace?: never;
|
|
104445
|
+
client_session_with_customer?: never;
|
|
104393
104446
|
} | {
|
|
104394
104447
|
pat_with_workspace: never[];
|
|
104395
104448
|
api_key?: never;
|
|
104396
104449
|
client_session?: never;
|
|
104397
104450
|
console_session_with_workspace?: never;
|
|
104451
|
+
client_session_with_customer?: never;
|
|
104398
104452
|
} | {
|
|
104399
104453
|
console_session_with_workspace: never[];
|
|
104400
104454
|
api_key?: never;
|
|
104401
104455
|
client_session?: never;
|
|
104402
104456
|
pat_with_workspace?: never;
|
|
104457
|
+
client_session_with_customer?: never;
|
|
104458
|
+
} | {
|
|
104459
|
+
client_session_with_customer: never[];
|
|
104460
|
+
api_key?: never;
|
|
104461
|
+
client_session?: never;
|
|
104462
|
+
pat_with_workspace?: never;
|
|
104463
|
+
console_session_with_workspace?: never;
|
|
104403
104464
|
})[];
|
|
104404
104465
|
summary: string;
|
|
104405
104466
|
tags: string[];
|
|
@@ -104468,21 +104529,31 @@ declare const _default: {
|
|
|
104468
104529
|
client_session?: never;
|
|
104469
104530
|
pat_with_workspace?: never;
|
|
104470
104531
|
console_session_with_workspace?: never;
|
|
104532
|
+
client_session_with_customer?: never;
|
|
104471
104533
|
} | {
|
|
104472
104534
|
client_session: never[];
|
|
104473
104535
|
api_key?: never;
|
|
104474
104536
|
pat_with_workspace?: never;
|
|
104475
104537
|
console_session_with_workspace?: never;
|
|
104538
|
+
client_session_with_customer?: never;
|
|
104476
104539
|
} | {
|
|
104477
104540
|
pat_with_workspace: never[];
|
|
104478
104541
|
api_key?: never;
|
|
104479
104542
|
client_session?: never;
|
|
104480
104543
|
console_session_with_workspace?: never;
|
|
104544
|
+
client_session_with_customer?: never;
|
|
104481
104545
|
} | {
|
|
104482
104546
|
console_session_with_workspace: never[];
|
|
104483
104547
|
api_key?: never;
|
|
104484
104548
|
client_session?: never;
|
|
104485
104549
|
pat_with_workspace?: never;
|
|
104550
|
+
client_session_with_customer?: never;
|
|
104551
|
+
} | {
|
|
104552
|
+
client_session_with_customer: never[];
|
|
104553
|
+
api_key?: never;
|
|
104554
|
+
client_session?: never;
|
|
104555
|
+
pat_with_workspace?: never;
|
|
104556
|
+
console_session_with_workspace?: never;
|
|
104486
104557
|
})[];
|
|
104487
104558
|
summary: string;
|
|
104488
104559
|
tags: string[];
|
|
@@ -137630,7 +137701,7 @@ type Routes = {
|
|
|
137630
137701
|
[x: string]: string | boolean | null;
|
|
137631
137702
|
} | undefined;
|
|
137632
137703
|
/** Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews). */
|
|
137633
|
-
automatically_manage_new_devices?: boolean;
|
|
137704
|
+
automatically_manage_new_devices?: boolean | undefined;
|
|
137634
137705
|
/** Indicates whether Seam should finish syncing all devices in a newly-connected account before completing the associated Connect Webview. See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews). */
|
|
137635
137706
|
wait_for_device_creation?: boolean;
|
|
137636
137707
|
/** List of accepted device capabilities that restrict the types of devices that can be connected through the Connect Webview. If not provided, defaults will be determined based on the accepted providers. */
|
|
@@ -138397,6 +138468,8 @@ type Routes = {
|
|
|
138397
138468
|
exclude?: boolean;
|
|
138398
138469
|
/** The ID of the customization profile to use for the portal. */
|
|
138399
138470
|
customization_profile_id?: string | undefined;
|
|
138471
|
+
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
138472
|
+
allow_automatic_management_of_new_devices?: boolean;
|
|
138400
138473
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
138401
138474
|
allow_access_automation_rule_customization?: boolean;
|
|
138402
138475
|
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
@@ -166120,6 +166193,8 @@ type Routes = {
|
|
|
166120
166193
|
exclude?: boolean;
|
|
166121
166194
|
/** The ID of the customization profile to use for the portal. */
|
|
166122
166195
|
customization_profile_id?: string | undefined;
|
|
166196
|
+
/** Indicates whether the customer can automatically manage new devices for their properties. */
|
|
166197
|
+
allow_automatic_management_of_new_devices?: boolean;
|
|
166123
166198
|
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
166124
166199
|
allow_access_automation_rule_customization?: boolean;
|
|
166125
166200
|
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
package/dist/index.cjs
CHANGED
|
@@ -42102,7 +42102,6 @@ var openapi_default = {
|
|
|
42102
42102
|
type: "array"
|
|
42103
42103
|
},
|
|
42104
42104
|
automatically_manage_new_devices: {
|
|
42105
|
-
default: true,
|
|
42106
42105
|
description: "Indicates whether newly-added devices should appear as [managed devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). See also: [Customize the Behavior Settings of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-behavior-settings-of-your-connect-webviews).",
|
|
42107
42106
|
type: "boolean"
|
|
42108
42107
|
},
|
|
@@ -43267,6 +43266,7 @@ var openapi_default = {
|
|
|
43267
43266
|
features: {
|
|
43268
43267
|
configure: {
|
|
43269
43268
|
allow_access_automation_rule_customization: false,
|
|
43269
|
+
allow_automatic_management_of_new_devices: false,
|
|
43270
43270
|
allow_instant_key_customization: false,
|
|
43271
43271
|
exclude: false
|
|
43272
43272
|
},
|
|
@@ -43295,6 +43295,11 @@ var openapi_default = {
|
|
|
43295
43295
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
43296
43296
|
type: "boolean"
|
|
43297
43297
|
},
|
|
43298
|
+
allow_automatic_management_of_new_devices: {
|
|
43299
|
+
default: false,
|
|
43300
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
43301
|
+
type: "boolean"
|
|
43302
|
+
},
|
|
43298
43303
|
allow_instant_key_customization: {
|
|
43299
43304
|
default: false,
|
|
43300
43305
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -47280,7 +47285,8 @@ var openapi_default = {
|
|
|
47280
47285
|
security: [
|
|
47281
47286
|
{ api_key: [] },
|
|
47282
47287
|
{ pat_with_workspace: [] },
|
|
47283
|
-
{ console_session_with_workspace: [] }
|
|
47288
|
+
{ console_session_with_workspace: [] },
|
|
47289
|
+
{ client_session_with_customer: [] }
|
|
47284
47290
|
],
|
|
47285
47291
|
summary: "/devices/unmanaged/list",
|
|
47286
47292
|
tags: ["/devices"],
|
|
@@ -47636,7 +47642,8 @@ var openapi_default = {
|
|
|
47636
47642
|
security: [
|
|
47637
47643
|
{ api_key: [] },
|
|
47638
47644
|
{ pat_with_workspace: [] },
|
|
47639
|
-
{ console_session_with_workspace: [] }
|
|
47645
|
+
{ console_session_with_workspace: [] },
|
|
47646
|
+
{ client_session_with_customer: [] }
|
|
47640
47647
|
],
|
|
47641
47648
|
summary: "/devices/unmanaged/list",
|
|
47642
47649
|
tags: ["/devices"],
|
|
@@ -55530,6 +55537,11 @@ var openapi_default = {
|
|
|
55530
55537
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55531
55538
|
type: "boolean"
|
|
55532
55539
|
},
|
|
55540
|
+
allow_automatic_management_of_new_devices: {
|
|
55541
|
+
default: false,
|
|
55542
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55543
|
+
type: "boolean"
|
|
55544
|
+
},
|
|
55533
55545
|
allow_instant_key_customization: {
|
|
55534
55546
|
default: false,
|
|
55535
55547
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -55821,6 +55833,11 @@ var openapi_default = {
|
|
|
55821
55833
|
description: "Indicates whether the customer can customize the access automation rules for their properties.",
|
|
55822
55834
|
type: "boolean"
|
|
55823
55835
|
},
|
|
55836
|
+
allow_automatic_management_of_new_devices: {
|
|
55837
|
+
default: false,
|
|
55838
|
+
description: "Indicates whether the customer can automatically manage new devices for their properties.",
|
|
55839
|
+
type: "boolean"
|
|
55840
|
+
},
|
|
55824
55841
|
allow_instant_key_customization: {
|
|
55825
55842
|
default: false,
|
|
55826
55843
|
description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
|
|
@@ -59608,6 +59625,7 @@ var openapi_default = {
|
|
|
59608
59625
|
{ client_session: [] },
|
|
59609
59626
|
{ pat_with_workspace: [] },
|
|
59610
59627
|
{ console_session_with_workspace: [] },
|
|
59628
|
+
{ client_session_with_customer: [] },
|
|
59611
59629
|
{ api_key: [] }
|
|
59612
59630
|
],
|
|
59613
59631
|
summary: "/thermostats/create_climate_preset",
|
|
@@ -60978,6 +60996,7 @@ var openapi_default = {
|
|
|
60978
60996
|
{ client_session: [] },
|
|
60979
60997
|
{ pat_with_workspace: [] },
|
|
60980
60998
|
{ console_session_with_workspace: [] },
|
|
60999
|
+
{ client_session_with_customer: [] },
|
|
60981
61000
|
{ api_key: [] }
|
|
60982
61001
|
],
|
|
60983
61002
|
summary: "/thermostats/schedules/create",
|
|
@@ -61244,7 +61263,8 @@ var openapi_default = {
|
|
|
61244
61263
|
{ api_key: [] },
|
|
61245
61264
|
{ client_session: [] },
|
|
61246
61265
|
{ pat_with_workspace: [] },
|
|
61247
|
-
{ console_session_with_workspace: [] }
|
|
61266
|
+
{ console_session_with_workspace: [] },
|
|
61267
|
+
{ client_session_with_customer: [] }
|
|
61248
61268
|
],
|
|
61249
61269
|
summary: "/thermostats/schedules/list",
|
|
61250
61270
|
tags: ["/thermostats"],
|
|
@@ -61306,7 +61326,8 @@ var openapi_default = {
|
|
|
61306
61326
|
{ api_key: [] },
|
|
61307
61327
|
{ client_session: [] },
|
|
61308
61328
|
{ pat_with_workspace: [] },
|
|
61309
|
-
{ console_session_with_workspace: [] }
|
|
61329
|
+
{ console_session_with_workspace: [] },
|
|
61330
|
+
{ client_session_with_customer: [] }
|
|
61310
61331
|
],
|
|
61311
61332
|
summary: "/thermostats/schedules/list",
|
|
61312
61333
|
tags: ["/thermostats"],
|