@seamapi/types 1.302.0 → 1.302.1

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
@@ -645,7 +645,7 @@ var device_metadata = zod.z.object({
645
645
  nest_device_id: zod.z.string(),
646
646
  device_name: zod.z.string(),
647
647
  // set by Google
648
- custom_name: zod.z.string(),
648
+ device_custom_name: zod.z.string(),
649
649
  // set by device owner
650
650
  display_name: zod.z.string().optional()
651
651
  }),
@@ -989,8 +989,7 @@ var PROVIDER_CATEGORY_MAP = {
989
989
  "honeywell_resideo",
990
990
  "visionline",
991
991
  "assa_abloy_credential_service",
992
- "latch",
993
- "akiles"
992
+ "latch"
994
993
  ],
995
994
  consumer_smartlocks: [
996
995
  "august",
@@ -7445,7 +7444,7 @@ var openapi_default = {
7445
7444
  },
7446
7445
  nest_metadata: {
7447
7446
  properties: {
7448
- custom_name: { type: "string" },
7447
+ device_custom_name: { type: "string" },
7449
7448
  device_name: { type: "string" },
7450
7449
  display_name: { type: "string" },
7451
7450
  nest_device_id: { type: "string" }
@@ -7453,7 +7452,7 @@ var openapi_default = {
7453
7452
  required: [
7454
7453
  "nest_device_id",
7455
7454
  "device_name",
7456
- "custom_name"
7455
+ "device_custom_name"
7457
7456
  ],
7458
7457
  type: "object"
7459
7458
  },
@@ -11338,9 +11337,11 @@ var openapi_default = {
11338
11337
  description: "Visionline-specific metadata for the new credential.",
11339
11338
  properties: {
11340
11339
  assa_abloy_credential_service_mobile_endpoint_id: {
11341
- description: "DEPRECATED: DO NOT USE",
11340
+ deprecated: true,
11342
11341
  format: "uuid",
11343
- type: "string"
11342
+ type: "string",
11343
+ "x-deprecated": "Read-only endpoint references moved to `endpoint`.",
11344
+ "x-undocumented": "Deprecated. Read-only endpoint references moved to `endpoint`."
11344
11345
  },
11345
11346
  auto_join: { type: "boolean" },
11346
11347
  card_format: {
@@ -11355,7 +11356,8 @@ var openapi_default = {
11355
11356
  is_override_key: {
11356
11357
  deprecated: true,
11357
11358
  type: "boolean",
11358
- "x-deprecated": "use override."
11359
+ "x-deprecated": "Use `override` instead.",
11360
+ "x-undocumented": "Use `override` instead."
11359
11361
  },
11360
11362
  joiner_acs_credential_ids: {
11361
11363
  items: { format: "uuid", type: "string" },