@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.
@@ -29521,7 +29521,7 @@ type Routes = {
29521
29521
  /** Indicates whether the [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) is a single-use access code. */
29522
29522
  is_one_time_use?: boolean | undefined;
29523
29523
  /** 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`. */
29524
- max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
29524
+ max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
29525
29525
  };
29526
29526
  commonParams: {};
29527
29527
  formData: {};
@@ -39326,7 +39326,7 @@ type Routes = {
39326
39326
  /** Indicates whether the [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) is a single-use access code. */
39327
39327
  is_one_time_use?: boolean | undefined;
39328
39328
  /** 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`. */
39329
- max_time_rounding?: ('1hour' | '1day' | '1h' | '1d') | undefined;
39329
+ max_time_rounding?: (('1hour' | '1day' | '1h' | '1d') | undefined) | undefined;
39330
39330
  /** ID of the access code that you want to update. */
39331
39331
  access_code_id: string;
39332
39332
  /** ID of the device containing the access code that you want to update. */
package/dist/index.cjs CHANGED
@@ -38221,7 +38221,6 @@ var openapi = {
38221
38221
  type: "boolean"
38222
38222
  },
38223
38223
  max_time_rounding: {
38224
- default: "1hour",
38225
38224
  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`.",
38226
38225
  enum: ["1hour", "1day", "1h", "1d"],
38227
38226
  type: "string"
@@ -40503,7 +40502,6 @@ var openapi = {
40503
40502
  type: "boolean"
40504
40503
  },
40505
40504
  max_time_rounding: {
40506
- default: "1hour",
40507
40505
  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`.",
40508
40506
  enum: ["1hour", "1day", "1h", "1d"],
40509
40507
  type: "string"
@@ -40641,7 +40639,6 @@ var openapi = {
40641
40639
  type: "boolean"
40642
40640
  },
40643
40641
  max_time_rounding: {
40644
- default: "1hour",
40645
40642
  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`.",
40646
40643
  enum: ["1hour", "1day", "1h", "1d"],
40647
40644
  type: "string"
@@ -40779,7 +40776,6 @@ var openapi = {
40779
40776
  type: "boolean"
40780
40777
  },
40781
40778
  max_time_rounding: {
40782
- default: "1hour",
40783
40779
  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`.",
40784
40780
  enum: ["1hour", "1day", "1h", "1d"],
40785
40781
  type: "string"