Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ export const time_frame_option = z
export type TimeFrameOption = z.infer<typeof time_frame_option>

export const access_code_capability_properties = z.object({
// TODO: Remove _ prop
_experimental_supported_code_from_access_codes_lengths: z
.array(z.number())
.optional().describe(`
---
undocumented: Marked as experimental.
---
`),
code_constraints: z.array(access_code_constraint).optional().describe(`
---
property_group_key: access_codes
Expand Down
5 changes: 0 additions & 5 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16023,11 +16023,6 @@ const openapi: OpenAPISpec = {
allOf: [
{
properties: {
_experimental_supported_code_from_access_codes_lengths: {
items: { format: 'float', type: 'number' },
type: 'array',
'x-undocumented': 'Marked as experimental.',
},
auto_lock_delay_seconds: {
description:
'The delay in seconds before the lock automatically locks after being unlocked.',
Expand Down
51 changes: 0 additions & 51 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15122,9 +15122,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -23631,9 +23628,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -51961,9 +51955,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -54102,9 +54093,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -69605,9 +69593,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -71496,9 +71481,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -73515,9 +73497,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -75405,9 +75384,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -85789,9 +85765,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -87679,9 +87652,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -108076,9 +108046,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -117571,9 +117538,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -123760,9 +123724,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -125650,9 +125611,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -137058,9 +137016,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -138950,9 +138905,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down Expand Up @@ -142406,9 +142358,6 @@ export type Routes = {
| undefined
}) &
({
/** */
_experimental_supported_code_from_access_codes_lengths?:
(number[] | undefined) | undefined
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
code_constraints?:
| (
Expand Down
Loading