@seamapi/types 1.344.2 → 1.344.3

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
@@ -1333,6 +1333,9 @@ var schlage_detected_duplicate = common_access_code_warning.extend({
1333
1333
  var schlage_creation_outage = common_access_code_warning.extend({
1334
1334
  warning_code: zod.z.literal("schlage_creation_outage").describe(warning_code_description3)
1335
1335
  }).describe("Received an error when attempting to create this code.");
1336
+ var salto_office_mode2 = common_access_code_warning.extend({
1337
+ warning_code: zod.z.literal("salto_office_mode").describe(warning_code_description3)
1338
+ }).describe("Lock is in Office Mode. Access Codes will not unlock doors.");
1336
1339
  var delay_in_setting_on_device = common_access_code_warning.extend({
1337
1340
  warning_code: zod.z.literal("delay_in_setting_on_device").describe(warning_code_description3)
1338
1341
  }).describe("Delay in setting code on device.");
@@ -1354,6 +1357,7 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
1354
1357
  smartthings_failed_to_set_access_code_warning,
1355
1358
  schlage_detected_duplicate,
1356
1359
  schlage_creation_outage,
1360
+ salto_office_mode2,
1357
1361
  code_modified_external_to_seam_warning,
1358
1362
  delay_in_setting_on_device,
1359
1363
  delay_in_removing_from_device,
@@ -4210,6 +4214,19 @@ var openapi_default = {
4210
4214
  required: ["message", "warning_code"],
4211
4215
  type: "object"
4212
4216
  },
4217
+ {
4218
+ description: "Lock is in Office Mode. Access Codes will not unlock doors.",
4219
+ properties: {
4220
+ message: { type: "string" },
4221
+ warning_code: {
4222
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
4223
+ enum: ["salto_office_mode"],
4224
+ type: "string"
4225
+ }
4226
+ },
4227
+ required: ["message", "warning_code"],
4228
+ type: "object"
4229
+ },
4213
4230
  {
4214
4231
  description: "Code was modified or removed externally after Seam successfully set it on the device.",
4215
4232
  properties: {
@@ -15729,6 +15746,19 @@ var openapi_default = {
15729
15746
  required: ["message", "warning_code"],
15730
15747
  type: "object"
15731
15748
  },
15749
+ {
15750
+ description: "Lock is in Office Mode. Access Codes will not unlock doors.",
15751
+ properties: {
15752
+ message: { type: "string" },
15753
+ warning_code: {
15754
+ description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
15755
+ enum: ["salto_office_mode"],
15756
+ type: "string"
15757
+ }
15758
+ },
15759
+ required: ["message", "warning_code"],
15760
+ type: "object"
15761
+ },
15732
15762
  {
15733
15763
  description: "Code was modified or removed externally after Seam successfully set it on the device.",
15734
15764
  properties: {