@seamapi/types 1.302.0 → 1.302.2

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
  },
@@ -9599,6 +9598,7 @@ var openapi_default = {
9599
9598
  },
9600
9599
  "/access_codes/pull_backup_access_code": {
9601
9600
  post: {
9601
+ description: "Retrieves a backup access code for an access code. See also [Managing Backup Access Codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/backup-access-codes).",
9602
9602
  operationId: "accessCodesPullBackupAccessCodePost",
9603
9603
  requestBody: {
9604
9604
  content: {
@@ -9619,12 +9619,13 @@ var openapi_default = {
9619
9619
  "application/json": {
9620
9620
  schema: {
9621
9621
  properties: {
9622
+ access_code: { $ref: "#/components/schemas/access_code" },
9622
9623
  backup_access_code: {
9623
9624
  $ref: "#/components/schemas/access_code"
9624
9625
  },
9625
9626
  ok: { type: "boolean" }
9626
9627
  },
9627
- required: ["backup_access_code", "ok"],
9628
+ required: ["backup_access_code", "access_code", "ok"],
9628
9629
  type: "object"
9629
9630
  }
9630
9631
  }
@@ -9644,8 +9645,8 @@ var openapi_default = {
9644
9645
  tags: ["/access_codes"],
9645
9646
  "x-fern-sdk-group-name": ["access_codes"],
9646
9647
  "x-fern-sdk-method-name": "pull_backup_access_code",
9647
- "x-fern-sdk-return-value": "backup_access_code",
9648
- "x-response-key": "backup_access_code"
9648
+ "x-fern-sdk-return-value": "access_code",
9649
+ "x-response-key": "access_code"
9649
9650
  }
9650
9651
  },
9651
9652
  "/access_codes/simulate/create_unmanaged_access_code": {
@@ -11338,9 +11339,11 @@ var openapi_default = {
11338
11339
  description: "Visionline-specific metadata for the new credential.",
11339
11340
  properties: {
11340
11341
  assa_abloy_credential_service_mobile_endpoint_id: {
11341
- description: "DEPRECATED: DO NOT USE",
11342
+ deprecated: true,
11342
11343
  format: "uuid",
11343
- type: "string"
11344
+ type: "string",
11345
+ "x-deprecated": "Read-only endpoint references moved to `endpoint`.",
11346
+ "x-undocumented": "Deprecated. Read-only endpoint references moved to `endpoint`."
11344
11347
  },
11345
11348
  auto_join: { type: "boolean" },
11346
11349
  card_format: {
@@ -11355,7 +11358,8 @@ var openapi_default = {
11355
11358
  is_override_key: {
11356
11359
  deprecated: true,
11357
11360
  type: "boolean",
11358
- "x-deprecated": "use override."
11361
+ "x-deprecated": "Use `override` instead.",
11362
+ "x-undocumented": "Use `override` instead."
11359
11363
  },
11360
11364
  joiner_acs_credential_ids: {
11361
11365
  items: { format: "uuid", type: "string" },