@seamapi/types 1.600.0 → 1.601.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/index.cjs CHANGED
@@ -1061,8 +1061,9 @@ var device_metadata = zod.z.object({
1061
1061
  has_photo: zod.z.boolean().describe(`Whether the KeyNest device has a photo.`)
1062
1062
  }).partial().describe(`Metadata for a KeyNest device.`),
1063
1063
  ultraloq_metadata: zod.z.object({
1064
- device_id: zod.z.string().describe(`Device ID for a Ultraloq device.`)
1065
- }).describe(`Metadata for a Ultraloq device.`)
1064
+ device_id: zod.z.string().describe(`Device ID for an Ultraloq device.`),
1065
+ device_name: zod.z.string().describe(`Device name for an Ultraloq device.`)
1066
+ }).describe(`Metadata for an Ultraloq device.`)
1066
1067
  }).partial().describe(`
1067
1068
  ---
1068
1069
  property_group_key: provider_metadata
@@ -1096,7 +1097,8 @@ var LOCK_DEVICE_TYPE = {
1096
1097
  FOUR_SUITES_DOOR: "four_suites_door",
1097
1098
  DORMAKABA_ORACODE_DOOR: "dormakaba_oracode_door",
1098
1099
  TEDEE_LOCK: "tedee_lock",
1099
- AKILES_LOCK: "akiles_lock"
1100
+ AKILES_LOCK: "akiles_lock",
1101
+ ULTRALOQ_LOCK: "ultraloq_lock"
1100
1102
  };
1101
1103
  var lock_device_type = zod.z.enum(
1102
1104
  Object.values(LOCK_DEVICE_TYPE)
@@ -14071,7 +14073,8 @@ var openapi_default = {
14071
14073
  "four_suites_door",
14072
14074
  "dormakaba_oracode_door",
14073
14075
  "tedee_lock",
14074
- "akiles_lock"
14076
+ "akiles_lock",
14077
+ "ultraloq_lock"
14075
14078
  ],
14076
14079
  type: "string"
14077
14080
  },
@@ -15947,14 +15950,18 @@ var openapi_default = {
15947
15950
  type: "object"
15948
15951
  },
15949
15952
  ultraloq_metadata: {
15950
- description: "Metadata for a Ultraloq device.",
15953
+ description: "Metadata for an Ultraloq device.",
15951
15954
  properties: {
15952
15955
  device_id: {
15953
- description: "Device ID for a Ultraloq device.",
15956
+ description: "Device ID for an Ultraloq device.",
15957
+ type: "string"
15958
+ },
15959
+ device_name: {
15960
+ description: "Device name for an Ultraloq device.",
15954
15961
  type: "string"
15955
15962
  }
15956
15963
  },
15957
- required: ["device_id"],
15964
+ required: ["device_id", "device_name"],
15958
15965
  type: "object"
15959
15966
  },
15960
15967
  visionline_metadata: {
@@ -27324,7 +27331,8 @@ var openapi_default = {
27324
27331
  "four_suites_door",
27325
27332
  "dormakaba_oracode_door",
27326
27333
  "tedee_lock",
27327
- "akiles_lock"
27334
+ "akiles_lock",
27335
+ "ultraloq_lock"
27328
27336
  ],
27329
27337
  type: "string"
27330
27338
  },
@@ -44951,7 +44959,8 @@ var openapi_default = {
44951
44959
  "four_suites_door",
44952
44960
  "dormakaba_oracode_door",
44953
44961
  "tedee_lock",
44954
- "akiles_lock"
44962
+ "akiles_lock",
44963
+ "ultraloq_lock"
44955
44964
  ],
44956
44965
  type: "string"
44957
44966
  },
@@ -45021,7 +45030,8 @@ var openapi_default = {
45021
45030
  "four_suites_door",
45022
45031
  "dormakaba_oracode_door",
45023
45032
  "tedee_lock",
45024
- "akiles_lock"
45033
+ "akiles_lock",
45034
+ "ultraloq_lock"
45025
45035
  ],
45026
45036
  type: "string"
45027
45037
  },
@@ -45372,7 +45382,8 @@ var openapi_default = {
45372
45382
  "four_suites_door",
45373
45383
  "dormakaba_oracode_door",
45374
45384
  "tedee_lock",
45375
- "akiles_lock"
45385
+ "akiles_lock",
45386
+ "ultraloq_lock"
45376
45387
  ],
45377
45388
  type: "string"
45378
45389
  },
@@ -45438,7 +45449,8 @@ var openapi_default = {
45438
45449
  "four_suites_door",
45439
45450
  "dormakaba_oracode_door",
45440
45451
  "tedee_lock",
45441
- "akiles_lock"
45452
+ "akiles_lock",
45453
+ "ultraloq_lock"
45442
45454
  ],
45443
45455
  type: "string"
45444
45456
  },
@@ -46263,7 +46275,8 @@ var openapi_default = {
46263
46275
  "four_suites_door",
46264
46276
  "dormakaba_oracode_door",
46265
46277
  "tedee_lock",
46266
- "akiles_lock"
46278
+ "akiles_lock",
46279
+ "ultraloq_lock"
46267
46280
  ],
46268
46281
  type: "string"
46269
46282
  },
@@ -46333,7 +46346,8 @@ var openapi_default = {
46333
46346
  "four_suites_door",
46334
46347
  "dormakaba_oracode_door",
46335
46348
  "tedee_lock",
46336
- "akiles_lock"
46349
+ "akiles_lock",
46350
+ "ultraloq_lock"
46337
46351
  ],
46338
46352
  type: "string"
46339
46353
  },
@@ -46682,7 +46696,8 @@ var openapi_default = {
46682
46696
  "four_suites_door",
46683
46697
  "dormakaba_oracode_door",
46684
46698
  "tedee_lock",
46685
- "akiles_lock"
46699
+ "akiles_lock",
46700
+ "ultraloq_lock"
46686
46701
  ],
46687
46702
  type: "string"
46688
46703
  },
@@ -46748,7 +46763,8 @@ var openapi_default = {
46748
46763
  "four_suites_door",
46749
46764
  "dormakaba_oracode_door",
46750
46765
  "tedee_lock",
46751
- "akiles_lock"
46766
+ "akiles_lock",
46767
+ "ultraloq_lock"
46752
46768
  ],
46753
46769
  type: "string"
46754
46770
  },
@@ -48595,7 +48611,8 @@ var openapi_default = {
48595
48611
  "four_suites_door",
48596
48612
  "dormakaba_oracode_door",
48597
48613
  "tedee_lock",
48598
- "akiles_lock"
48614
+ "akiles_lock",
48615
+ "ultraloq_lock"
48599
48616
  ],
48600
48617
  type: "string"
48601
48618
  }
@@ -48634,7 +48651,8 @@ var openapi_default = {
48634
48651
  "four_suites_door",
48635
48652
  "dormakaba_oracode_door",
48636
48653
  "tedee_lock",
48637
- "akiles_lock"
48654
+ "akiles_lock",
48655
+ "ultraloq_lock"
48638
48656
  ],
48639
48657
  type: "string"
48640
48658
  },
@@ -48943,7 +48961,8 @@ var openapi_default = {
48943
48961
  "four_suites_door",
48944
48962
  "dormakaba_oracode_door",
48945
48963
  "tedee_lock",
48946
- "akiles_lock"
48964
+ "akiles_lock",
48965
+ "ultraloq_lock"
48947
48966
  ],
48948
48967
  type: "string"
48949
48968
  },
@@ -48978,7 +48997,8 @@ var openapi_default = {
48978
48997
  "four_suites_door",
48979
48998
  "dormakaba_oracode_door",
48980
48999
  "tedee_lock",
48981
- "akiles_lock"
49000
+ "akiles_lock",
49001
+ "ultraloq_lock"
48982
49002
  ],
48983
49003
  type: "string"
48984
49004
  },