@seamapi/types 1.946.0 → 1.947.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 CHANGED
@@ -2693,10 +2693,10 @@ var code_rotates_periodically = common_access_code_warning.extend({
2693
2693
  }).describe(
2694
2694
  "The access code's PIN rotates periodically when the code is renewed. Retrieve the latest code before each use."
2695
2695
  );
2696
- var schlage_access_code_ambiguous_timezone_dst_risk = common_access_code_warning.extend({
2697
- warning_code: zod.z.literal("schlage_access_code_ambiguous_timezone_dst_risk").describe(warning_code_description3)
2696
+ var time_frame_adjusted_for_unknown_time_zone = common_access_code_warning.extend({
2697
+ warning_code: zod.z.literal("time_frame_adjusted_for_unknown_time_zone").describe(warning_code_description3)
2698
2698
  }).describe(
2699
- "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling."
2699
+ "The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling."
2700
2700
  );
2701
2701
  var delay_in_setting_on_device = common_access_code_warning.extend({
2702
2702
  warning_code: zod.z.literal("delay_in_setting_on_device").describe(warning_code_description3)
@@ -2725,7 +2725,7 @@ var being_deleted2 = common_access_code_warning.extend({
2725
2725
  }).describe("Access code is being deleted.");
2726
2726
  var access_code_warning = zod.z.discriminatedUnion("warning_code", [
2727
2727
  code_rotates_periodically,
2728
- schlage_access_code_ambiguous_timezone_dst_risk,
2728
+ time_frame_adjusted_for_unknown_time_zone,
2729
2729
  code_modified_external_to_seam_warning,
2730
2730
  delay_in_setting_on_device,
2731
2731
  delay_in_removing_from_device,
@@ -2739,7 +2739,7 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
2739
2739
  );
2740
2740
  zod.z.object({
2741
2741
  code_rotates_periodically: code_rotates_periodically.optional().nullable(),
2742
- schlage_access_code_ambiguous_timezone_dst_risk: schlage_access_code_ambiguous_timezone_dst_risk.optional().nullable(),
2742
+ time_frame_adjusted_for_unknown_time_zone: time_frame_adjusted_for_unknown_time_zone.optional().nullable(),
2743
2743
  code_modified_external_to_seam_warning: code_modified_external_to_seam_warning.optional().nullable(),
2744
2744
  delay_in_setting_on_device: delay_in_setting_on_device.optional().nullable(),
2745
2745
  delay_in_removing_from_device: delay_in_removing_from_device.optional().nullable(),
@@ -8816,7 +8816,7 @@ var openapi = {
8816
8816
  type: "object"
8817
8817
  },
8818
8818
  {
8819
- description: "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
8819
+ description: "The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling.",
8820
8820
  properties: {
8821
8821
  created_at: {
8822
8822
  description: "Date and time at which Seam created the warning.",
@@ -8829,7 +8829,7 @@ var openapi = {
8829
8829
  },
8830
8830
  warning_code: {
8831
8831
  description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
8832
- enum: ["schlage_access_code_ambiguous_timezone_dst_risk"],
8832
+ enum: ["time_frame_adjusted_for_unknown_time_zone"],
8833
8833
  type: "string"
8834
8834
  }
8835
8835
  },
@@ -34510,7 +34510,7 @@ var openapi = {
34510
34510
  type: "object"
34511
34511
  },
34512
34512
  {
34513
- description: "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
34513
+ description: "The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift \u2014 the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling.",
34514
34514
  properties: {
34515
34515
  created_at: {
34516
34516
  description: "Date and time at which Seam created the warning.",
@@ -34523,7 +34523,7 @@ var openapi = {
34523
34523
  },
34524
34524
  warning_code: {
34525
34525
  description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
34526
- enum: ["schlage_access_code_ambiguous_timezone_dst_risk"],
34526
+ enum: ["time_frame_adjusted_for_unknown_time_zone"],
34527
34527
  type: "string"
34528
34528
  }
34529
34529
  },