@seamapi/types 1.526.0 → 1.528.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 +59 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +71 -10
- package/dist/index.cjs +59 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +37 -0
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +3 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js +5 -0
- package/lib/seam/connect/models/customer/customer-delete-data.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +3 -0
- package/lib/seam/connect/models/devices/device.d.ts +6 -0
- package/lib/seam/connect/models/devices/device.js +1 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +4 -0
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +37 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-delete-data.ts +6 -0
- package/src/lib/seam/connect/models/devices/device.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +38 -0
- package/src/lib/seam/connect/route-types.ts +34 -0
package/dist/connect.cjs
CHANGED
|
@@ -1146,7 +1146,8 @@ var device_capability_flags = zod.z.object({
|
|
|
1146
1146
|
can_unlock_with_code: zod.z.boolean(),
|
|
1147
1147
|
can_run_thermostat_programs: zod.z.boolean(),
|
|
1148
1148
|
can_simulate_hub_connection: zod.z.boolean(),
|
|
1149
|
-
can_simulate_hub_disconnection: zod.z.boolean()
|
|
1149
|
+
can_simulate_hub_disconnection: zod.z.boolean(),
|
|
1150
|
+
can_simulate_paid_subscription: zod.z.boolean()
|
|
1150
1151
|
}).partial();
|
|
1151
1152
|
var battery_status = zod.z.enum(["critical", "low", "good", "full"]).describe(`Represents the current status of the battery charge level. Values are \`critical\`, which indicates an extremely low level, suggesting imminent shutdown or an urgent need for charging; \`low\`, which signifies that the battery is under the preferred threshold and should be charged soon; \`good\`, which denotes a satisfactory charge level, adequate for normal use without the immediate need for recharging; and \`full\`, which represents a battery that is fully charged, providing the maximum duration of usage.
|
|
1152
1153
|
`);
|
|
@@ -13743,6 +13744,7 @@ var openapi_default = {
|
|
|
13743
13744
|
can_simulate_disconnection: { type: "boolean" },
|
|
13744
13745
|
can_simulate_hub_connection: { type: "boolean" },
|
|
13745
13746
|
can_simulate_hub_disconnection: { type: "boolean" },
|
|
13747
|
+
can_simulate_paid_subscription: { type: "boolean" },
|
|
13746
13748
|
can_simulate_removal: { type: "boolean" },
|
|
13747
13749
|
can_turn_off_hvac: { type: "boolean" },
|
|
13748
13750
|
can_unlock_with_code: { type: "boolean" },
|
|
@@ -16997,6 +16999,7 @@ var openapi_default = {
|
|
|
16997
16999
|
can_simulate_disconnection: { type: "boolean" },
|
|
16998
17000
|
can_simulate_hub_connection: { type: "boolean" },
|
|
16999
17001
|
can_simulate_hub_disconnection: { type: "boolean" },
|
|
17002
|
+
can_simulate_paid_subscription: { type: "boolean" },
|
|
17000
17003
|
can_simulate_removal: { type: "boolean" },
|
|
17001
17004
|
can_turn_off_hvac: { type: "boolean" },
|
|
17002
17005
|
can_unlock_with_code: { type: "boolean" },
|
|
@@ -26747,6 +26750,7 @@ var openapi_default = {
|
|
|
26747
26750
|
can_simulate_disconnection: { type: "boolean" },
|
|
26748
26751
|
can_simulate_hub_connection: { type: "boolean" },
|
|
26749
26752
|
can_simulate_hub_disconnection: { type: "boolean" },
|
|
26753
|
+
can_simulate_paid_subscription: { type: "boolean" },
|
|
26750
26754
|
can_simulate_removal: { type: "boolean" },
|
|
26751
26755
|
can_turn_off_hvac: { type: "boolean" },
|
|
26752
26756
|
can_unlock_with_code: { type: "boolean" },
|
|
@@ -41222,6 +41226,15 @@ var openapi_default = {
|
|
|
41222
41226
|
description: "Deletes customer data including resources like spaces, properties, rooms, users, etc.\nThis will delete the partner resources and any related Seam resources (user identities, access grants, spaces).",
|
|
41223
41227
|
operationId: "customersDeleteDataDelete",
|
|
41224
41228
|
parameters: [
|
|
41229
|
+
{
|
|
41230
|
+
in: "query",
|
|
41231
|
+
name: "customer_keys",
|
|
41232
|
+
schema: {
|
|
41233
|
+
description: "List of customer keys to delete all data for.",
|
|
41234
|
+
items: { type: "string" },
|
|
41235
|
+
type: "array"
|
|
41236
|
+
}
|
|
41237
|
+
},
|
|
41225
41238
|
{
|
|
41226
41239
|
in: "query",
|
|
41227
41240
|
name: "space_keys",
|
|
@@ -41432,6 +41445,11 @@ var openapi_default = {
|
|
|
41432
41445
|
items: { type: "string" },
|
|
41433
41446
|
type: "array"
|
|
41434
41447
|
},
|
|
41448
|
+
customer_keys: {
|
|
41449
|
+
description: "List of customer keys to delete all data for.",
|
|
41450
|
+
items: { type: "string" },
|
|
41451
|
+
type: "array"
|
|
41452
|
+
},
|
|
41435
41453
|
facility_keys: {
|
|
41436
41454
|
description: "List of facility keys to delete.",
|
|
41437
41455
|
items: { type: "string" },
|
|
@@ -42652,7 +42670,8 @@ var openapi_default = {
|
|
|
42652
42670
|
"can_unlock_with_code",
|
|
42653
42671
|
"can_run_thermostat_programs",
|
|
42654
42672
|
"can_simulate_hub_connection",
|
|
42655
|
-
"can_simulate_hub_disconnection"
|
|
42673
|
+
"can_simulate_hub_disconnection",
|
|
42674
|
+
"can_simulate_paid_subscription"
|
|
42656
42675
|
],
|
|
42657
42676
|
type: "string"
|
|
42658
42677
|
},
|
|
@@ -42680,7 +42699,8 @@ var openapi_default = {
|
|
|
42680
42699
|
"can_unlock_with_code",
|
|
42681
42700
|
"can_run_thermostat_programs",
|
|
42682
42701
|
"can_simulate_hub_connection",
|
|
42683
|
-
"can_simulate_hub_disconnection"
|
|
42702
|
+
"can_simulate_hub_disconnection",
|
|
42703
|
+
"can_simulate_paid_subscription"
|
|
42684
42704
|
],
|
|
42685
42705
|
type: "string"
|
|
42686
42706
|
},
|
|
@@ -42954,7 +42974,8 @@ var openapi_default = {
|
|
|
42954
42974
|
"can_unlock_with_code",
|
|
42955
42975
|
"can_run_thermostat_programs",
|
|
42956
42976
|
"can_simulate_hub_connection",
|
|
42957
|
-
"can_simulate_hub_disconnection"
|
|
42977
|
+
"can_simulate_hub_disconnection",
|
|
42978
|
+
"can_simulate_paid_subscription"
|
|
42958
42979
|
],
|
|
42959
42980
|
type: "string"
|
|
42960
42981
|
},
|
|
@@ -42978,7 +42999,8 @@ var openapi_default = {
|
|
|
42978
42999
|
"can_unlock_with_code",
|
|
42979
43000
|
"can_run_thermostat_programs",
|
|
42980
43001
|
"can_simulate_hub_connection",
|
|
42981
|
-
"can_simulate_hub_disconnection"
|
|
43002
|
+
"can_simulate_hub_disconnection",
|
|
43003
|
+
"can_simulate_paid_subscription"
|
|
42982
43004
|
],
|
|
42983
43005
|
type: "string"
|
|
42984
43006
|
},
|
|
@@ -43892,7 +43914,8 @@ var openapi_default = {
|
|
|
43892
43914
|
"can_unlock_with_code",
|
|
43893
43915
|
"can_run_thermostat_programs",
|
|
43894
43916
|
"can_simulate_hub_connection",
|
|
43895
|
-
"can_simulate_hub_disconnection"
|
|
43917
|
+
"can_simulate_hub_disconnection",
|
|
43918
|
+
"can_simulate_paid_subscription"
|
|
43896
43919
|
],
|
|
43897
43920
|
type: "string"
|
|
43898
43921
|
},
|
|
@@ -43920,7 +43943,8 @@ var openapi_default = {
|
|
|
43920
43943
|
"can_unlock_with_code",
|
|
43921
43944
|
"can_run_thermostat_programs",
|
|
43922
43945
|
"can_simulate_hub_connection",
|
|
43923
|
-
"can_simulate_hub_disconnection"
|
|
43946
|
+
"can_simulate_hub_disconnection",
|
|
43947
|
+
"can_simulate_paid_subscription"
|
|
43924
43948
|
],
|
|
43925
43949
|
type: "string"
|
|
43926
43950
|
},
|
|
@@ -44191,7 +44215,8 @@ var openapi_default = {
|
|
|
44191
44215
|
"can_unlock_with_code",
|
|
44192
44216
|
"can_run_thermostat_programs",
|
|
44193
44217
|
"can_simulate_hub_connection",
|
|
44194
|
-
"can_simulate_hub_disconnection"
|
|
44218
|
+
"can_simulate_hub_disconnection",
|
|
44219
|
+
"can_simulate_paid_subscription"
|
|
44195
44220
|
],
|
|
44196
44221
|
type: "string"
|
|
44197
44222
|
},
|
|
@@ -44215,7 +44240,8 @@ var openapi_default = {
|
|
|
44215
44240
|
"can_unlock_with_code",
|
|
44216
44241
|
"can_run_thermostat_programs",
|
|
44217
44242
|
"can_simulate_hub_connection",
|
|
44218
|
-
"can_simulate_hub_disconnection"
|
|
44243
|
+
"can_simulate_hub_disconnection",
|
|
44244
|
+
"can_simulate_paid_subscription"
|
|
44219
44245
|
],
|
|
44220
44246
|
type: "string"
|
|
44221
44247
|
},
|
|
@@ -46106,7 +46132,8 @@ var openapi_default = {
|
|
|
46106
46132
|
"can_unlock_with_code",
|
|
46107
46133
|
"can_run_thermostat_programs",
|
|
46108
46134
|
"can_simulate_hub_connection",
|
|
46109
|
-
"can_simulate_hub_disconnection"
|
|
46135
|
+
"can_simulate_hub_disconnection",
|
|
46136
|
+
"can_simulate_paid_subscription"
|
|
46110
46137
|
],
|
|
46111
46138
|
type: "string"
|
|
46112
46139
|
},
|
|
@@ -46134,7 +46161,8 @@ var openapi_default = {
|
|
|
46134
46161
|
"can_unlock_with_code",
|
|
46135
46162
|
"can_run_thermostat_programs",
|
|
46136
46163
|
"can_simulate_hub_connection",
|
|
46137
|
-
"can_simulate_hub_disconnection"
|
|
46164
|
+
"can_simulate_hub_disconnection",
|
|
46165
|
+
"can_simulate_paid_subscription"
|
|
46138
46166
|
],
|
|
46139
46167
|
type: "string"
|
|
46140
46168
|
},
|
|
@@ -46357,7 +46385,8 @@ var openapi_default = {
|
|
|
46357
46385
|
"can_unlock_with_code",
|
|
46358
46386
|
"can_run_thermostat_programs",
|
|
46359
46387
|
"can_simulate_hub_connection",
|
|
46360
|
-
"can_simulate_hub_disconnection"
|
|
46388
|
+
"can_simulate_hub_disconnection",
|
|
46389
|
+
"can_simulate_paid_subscription"
|
|
46361
46390
|
],
|
|
46362
46391
|
type: "string"
|
|
46363
46392
|
},
|
|
@@ -46381,7 +46410,8 @@ var openapi_default = {
|
|
|
46381
46410
|
"can_unlock_with_code",
|
|
46382
46411
|
"can_run_thermostat_programs",
|
|
46383
46412
|
"can_simulate_hub_connection",
|
|
46384
|
-
"can_simulate_hub_disconnection"
|
|
46413
|
+
"can_simulate_hub_disconnection",
|
|
46414
|
+
"can_simulate_paid_subscription"
|
|
46385
46415
|
],
|
|
46386
46416
|
type: "string"
|
|
46387
46417
|
},
|
|
@@ -46894,7 +46924,8 @@ var openapi_default = {
|
|
|
46894
46924
|
"can_unlock_with_code",
|
|
46895
46925
|
"can_run_thermostat_programs",
|
|
46896
46926
|
"can_simulate_hub_connection",
|
|
46897
|
-
"can_simulate_hub_disconnection"
|
|
46927
|
+
"can_simulate_hub_disconnection",
|
|
46928
|
+
"can_simulate_paid_subscription"
|
|
46898
46929
|
],
|
|
46899
46930
|
type: "string"
|
|
46900
46931
|
},
|
|
@@ -46922,7 +46953,8 @@ var openapi_default = {
|
|
|
46922
46953
|
"can_unlock_with_code",
|
|
46923
46954
|
"can_run_thermostat_programs",
|
|
46924
46955
|
"can_simulate_hub_connection",
|
|
46925
|
-
"can_simulate_hub_disconnection"
|
|
46956
|
+
"can_simulate_hub_disconnection",
|
|
46957
|
+
"can_simulate_paid_subscription"
|
|
46926
46958
|
],
|
|
46927
46959
|
type: "string"
|
|
46928
46960
|
},
|
|
@@ -47089,7 +47121,8 @@ var openapi_default = {
|
|
|
47089
47121
|
"can_unlock_with_code",
|
|
47090
47122
|
"can_run_thermostat_programs",
|
|
47091
47123
|
"can_simulate_hub_connection",
|
|
47092
|
-
"can_simulate_hub_disconnection"
|
|
47124
|
+
"can_simulate_hub_disconnection",
|
|
47125
|
+
"can_simulate_paid_subscription"
|
|
47093
47126
|
],
|
|
47094
47127
|
type: "string"
|
|
47095
47128
|
},
|
|
@@ -47113,7 +47146,8 @@ var openapi_default = {
|
|
|
47113
47146
|
"can_unlock_with_code",
|
|
47114
47147
|
"can_run_thermostat_programs",
|
|
47115
47148
|
"can_simulate_hub_connection",
|
|
47116
|
-
"can_simulate_hub_disconnection"
|
|
47149
|
+
"can_simulate_hub_disconnection",
|
|
47150
|
+
"can_simulate_paid_subscription"
|
|
47117
47151
|
],
|
|
47118
47152
|
type: "string"
|
|
47119
47153
|
},
|
|
@@ -53924,7 +53958,8 @@ var openapi_default = {
|
|
|
53924
53958
|
"can_unlock_with_code",
|
|
53925
53959
|
"can_run_thermostat_programs",
|
|
53926
53960
|
"can_simulate_hub_connection",
|
|
53927
|
-
"can_simulate_hub_disconnection"
|
|
53961
|
+
"can_simulate_hub_disconnection",
|
|
53962
|
+
"can_simulate_paid_subscription"
|
|
53928
53963
|
],
|
|
53929
53964
|
type: "string"
|
|
53930
53965
|
},
|
|
@@ -53952,7 +53987,8 @@ var openapi_default = {
|
|
|
53952
53987
|
"can_unlock_with_code",
|
|
53953
53988
|
"can_run_thermostat_programs",
|
|
53954
53989
|
"can_simulate_hub_connection",
|
|
53955
|
-
"can_simulate_hub_disconnection"
|
|
53990
|
+
"can_simulate_hub_disconnection",
|
|
53991
|
+
"can_simulate_paid_subscription"
|
|
53956
53992
|
],
|
|
53957
53993
|
type: "string"
|
|
53958
53994
|
},
|
|
@@ -54133,7 +54169,8 @@ var openapi_default = {
|
|
|
54133
54169
|
"can_unlock_with_code",
|
|
54134
54170
|
"can_run_thermostat_programs",
|
|
54135
54171
|
"can_simulate_hub_connection",
|
|
54136
|
-
"can_simulate_hub_disconnection"
|
|
54172
|
+
"can_simulate_hub_disconnection",
|
|
54173
|
+
"can_simulate_paid_subscription"
|
|
54137
54174
|
],
|
|
54138
54175
|
type: "string"
|
|
54139
54176
|
},
|
|
@@ -54157,7 +54194,8 @@ var openapi_default = {
|
|
|
54157
54194
|
"can_unlock_with_code",
|
|
54158
54195
|
"can_run_thermostat_programs",
|
|
54159
54196
|
"can_simulate_hub_connection",
|
|
54160
|
-
"can_simulate_hub_disconnection"
|
|
54197
|
+
"can_simulate_hub_disconnection",
|
|
54198
|
+
"can_simulate_paid_subscription"
|
|
54161
54199
|
],
|
|
54162
54200
|
type: "string"
|
|
54163
54201
|
},
|