@seamapi/types 1.507.0 → 1.509.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 +34 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +130 -44
- package/dist/index.cjs +34 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device.js +2 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +42 -2
- package/lib/seam/connect/openapi.js +32 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +88 -42
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +37 -0
- package/src/lib/seam/connect/route-types.ts +88 -42
package/dist/connect.cjs
CHANGED
|
@@ -1526,6 +1526,7 @@ var common_device_properties = zod.z.object({
|
|
|
1526
1526
|
`
|
|
1527
1527
|
---
|
|
1528
1528
|
property_group_key: access_codes
|
|
1529
|
+
deprecated: use device.can_program_online_access_codes
|
|
1529
1530
|
---
|
|
1530
1531
|
Indicates whether it is currently possible to use online access codes for the device.
|
|
1531
1532
|
`
|
|
@@ -1534,6 +1535,7 @@ var common_device_properties = zod.z.object({
|
|
|
1534
1535
|
`
|
|
1535
1536
|
---
|
|
1536
1537
|
property_group_key: access_codes
|
|
1538
|
+
deprecated: use device.can_program_offline_access_codes
|
|
1537
1539
|
---
|
|
1538
1540
|
Indicates whether it is currently possible to use offline access codes for the device.
|
|
1539
1541
|
`
|
|
@@ -14511,8 +14513,10 @@ var openapi_default = {
|
|
|
14511
14513
|
"x-property-group-key": "noise_sensors"
|
|
14512
14514
|
},
|
|
14513
14515
|
offline_access_codes_enabled: {
|
|
14516
|
+
deprecated: true,
|
|
14514
14517
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
14515
14518
|
type: "boolean",
|
|
14519
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
14516
14520
|
"x-property-group-key": "access_codes"
|
|
14517
14521
|
},
|
|
14518
14522
|
online: {
|
|
@@ -14520,8 +14524,10 @@ var openapi_default = {
|
|
|
14520
14524
|
type: "boolean"
|
|
14521
14525
|
},
|
|
14522
14526
|
online_access_codes_enabled: {
|
|
14527
|
+
deprecated: true,
|
|
14523
14528
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
14524
14529
|
type: "boolean",
|
|
14530
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
14525
14531
|
"x-property-group-key": "access_codes"
|
|
14526
14532
|
},
|
|
14527
14533
|
serial_number: {
|
|
@@ -27395,8 +27401,10 @@ var openapi_default = {
|
|
|
27395
27401
|
"x-deprecated": "use device.display_name instead"
|
|
27396
27402
|
},
|
|
27397
27403
|
offline_access_codes_enabled: {
|
|
27404
|
+
deprecated: true,
|
|
27398
27405
|
description: "Indicates whether it is currently possible to use offline access codes for the device.",
|
|
27399
27406
|
type: "boolean",
|
|
27407
|
+
"x-deprecated": "use device.can_program_offline_access_codes",
|
|
27400
27408
|
"x-property-group-key": "access_codes"
|
|
27401
27409
|
},
|
|
27402
27410
|
online: {
|
|
@@ -27404,8 +27412,10 @@ var openapi_default = {
|
|
|
27404
27412
|
type: "boolean"
|
|
27405
27413
|
},
|
|
27406
27414
|
online_access_codes_enabled: {
|
|
27415
|
+
deprecated: true,
|
|
27407
27416
|
description: "Indicates whether it is currently possible to use online access codes for the device.",
|
|
27408
27417
|
type: "boolean",
|
|
27418
|
+
"x-deprecated": "use device.can_program_online_access_codes",
|
|
27409
27419
|
"x-property-group-key": "access_codes"
|
|
27410
27420
|
}
|
|
27411
27421
|
},
|
|
@@ -35652,6 +35662,14 @@ var openapi_default = {
|
|
|
35652
35662
|
description: "Returns a list of all [access system entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
35653
35663
|
operationId: "acsEntrancesListGet",
|
|
35654
35664
|
parameters: [
|
|
35665
|
+
{
|
|
35666
|
+
in: "query",
|
|
35667
|
+
name: "customer_key",
|
|
35668
|
+
schema: {
|
|
35669
|
+
description: "Customer key for which you want to list entrances.",
|
|
35670
|
+
type: "string"
|
|
35671
|
+
}
|
|
35672
|
+
},
|
|
35655
35673
|
{
|
|
35656
35674
|
in: "query",
|
|
35657
35675
|
name: "acs_system_id",
|
|
@@ -35832,6 +35850,10 @@ var openapi_default = {
|
|
|
35832
35850
|
format: "uuid",
|
|
35833
35851
|
type: "string"
|
|
35834
35852
|
},
|
|
35853
|
+
customer_key: {
|
|
35854
|
+
description: "Customer key for which you want to list entrances.",
|
|
35855
|
+
type: "string"
|
|
35856
|
+
},
|
|
35835
35857
|
limit: {
|
|
35836
35858
|
default: 900,
|
|
35837
35859
|
description: "Maximum number of records to return per page.",
|
|
@@ -36139,6 +36161,14 @@ var openapi_default = {
|
|
|
36139
36161
|
description: "Returns a list of all [access systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access systems connected to your workspace.",
|
|
36140
36162
|
operationId: "acsSystemsListGet",
|
|
36141
36163
|
parameters: [
|
|
36164
|
+
{
|
|
36165
|
+
in: "query",
|
|
36166
|
+
name: "customer_key",
|
|
36167
|
+
schema: {
|
|
36168
|
+
description: "Customer key for which you want to list access systems.",
|
|
36169
|
+
type: "string"
|
|
36170
|
+
}
|
|
36171
|
+
},
|
|
36142
36172
|
{
|
|
36143
36173
|
in: "query",
|
|
36144
36174
|
name: "connected_account_id",
|
|
@@ -36197,6 +36227,10 @@ var openapi_default = {
|
|
|
36197
36227
|
description: "ID of the connected account by which you want to filter the list of access systems.",
|
|
36198
36228
|
format: "uuid",
|
|
36199
36229
|
type: "string"
|
|
36230
|
+
},
|
|
36231
|
+
customer_key: {
|
|
36232
|
+
description: "Customer key for which you want to list access systems.",
|
|
36233
|
+
type: "string"
|
|
36200
36234
|
}
|
|
36201
36235
|
},
|
|
36202
36236
|
type: "object"
|