@seamapi/types 1.920.0 → 1.921.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 +0 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/dist/index.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +0 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -4
- package/src/lib/seam/connect/route-types.ts +4 -2
|
@@ -30763,7 +30763,6 @@ const openapi = {
|
|
|
30763
30763
|
type: 'boolean',
|
|
30764
30764
|
},
|
|
30765
30765
|
max_time_rounding: {
|
|
30766
|
-
default: '1hour',
|
|
30767
30766
|
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
30768
30767
|
enum: ['1hour', '1day', '1h', '1d'],
|
|
30769
30768
|
type: 'string',
|
|
@@ -33045,7 +33044,6 @@ const openapi = {
|
|
|
33045
33044
|
type: 'boolean',
|
|
33046
33045
|
},
|
|
33047
33046
|
max_time_rounding: {
|
|
33048
|
-
default: '1hour',
|
|
33049
33047
|
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
33050
33048
|
enum: ['1hour', '1day', '1h', '1d'],
|
|
33051
33049
|
type: 'string',
|
|
@@ -33183,7 +33181,6 @@ const openapi = {
|
|
|
33183
33181
|
type: 'boolean',
|
|
33184
33182
|
},
|
|
33185
33183
|
max_time_rounding: {
|
|
33186
|
-
default: '1hour',
|
|
33187
33184
|
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
33188
33185
|
enum: ['1hour', '1day', '1h', '1d'],
|
|
33189
33186
|
type: 'string',
|
|
@@ -33321,7 +33318,6 @@ const openapi = {
|
|
|
33321
33318
|
type: 'boolean',
|
|
33322
33319
|
},
|
|
33323
33320
|
max_time_rounding: {
|
|
33324
|
-
default: '1hour',
|
|
33325
33321
|
description: 'Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.',
|
|
33326
33322
|
enum: ['1hour', '1day', '1h', '1d'],
|
|
33327
33323
|
type: 'string',
|