@seamapi/types 1.704.0 → 1.706.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.
@@ -8262,6 +8262,11 @@ export default {
8262
8262
  },
8263
8263
  type: 'array',
8264
8264
  },
8265
+ image_url: {
8266
+ description: 'Logo URL for the connected account provider.',
8267
+ format: 'uri',
8268
+ type: 'string',
8269
+ },
8265
8270
  user_identifier: {
8266
8271
  deprecated: true,
8267
8272
  description: 'User identifier associated with the connected account.',
@@ -8562,6 +8567,56 @@ export default {
8562
8567
  format: 'uuid',
8563
8568
  type: 'string',
8564
8569
  },
8570
+ device_manufacturer: {
8571
+ description: 'Manufacturer of the device. Represents the hardware brand, which may differ from the provider.',
8572
+ properties: {
8573
+ display_name: {
8574
+ description: 'Display name for the manufacturer, such as `August`, `Yale`, `Salto`, and so on.',
8575
+ type: 'string',
8576
+ },
8577
+ image_url: {
8578
+ description: 'Image URL for the manufacturer logo.',
8579
+ format: 'uri',
8580
+ type: 'string',
8581
+ },
8582
+ manufacturer: {
8583
+ description: 'Manufacturer identifier, such as `august`, `yale`, `salto`, and so on.',
8584
+ type: 'string',
8585
+ },
8586
+ },
8587
+ required: ['manufacturer', 'display_name'],
8588
+ type: 'object',
8589
+ 'x-property-group-key': 'hardware',
8590
+ },
8591
+ device_provider: {
8592
+ description: 'Provider of the device. Represents the third-party service through which the device is controlled.',
8593
+ properties: {
8594
+ device_provider_name: {
8595
+ description: 'Device provider name. Corresponds to the integration type, such as `august`, `schlage`, `yale_access`, and so on.',
8596
+ type: 'string',
8597
+ },
8598
+ display_name: {
8599
+ description: 'Display name for the device provider type.',
8600
+ type: 'string',
8601
+ },
8602
+ image_url: {
8603
+ description: 'Image URL for the device provider.',
8604
+ format: 'uri',
8605
+ type: 'string',
8606
+ },
8607
+ provider_category: {
8608
+ description: 'Provider category. Indicates the third-party provider type, such as `stable`, for stable integrations, or `internal`, for internal integrations.',
8609
+ type: 'string',
8610
+ },
8611
+ },
8612
+ required: [
8613
+ 'provider_category',
8614
+ 'device_provider_name',
8615
+ 'display_name',
8616
+ ],
8617
+ type: 'object',
8618
+ 'x-property-group-key': 'hardware',
8619
+ },
8565
8620
  device_type: {
8566
8621
  description: 'Type of the device.',
8567
8622
  oneOf: [
@@ -52325,6 +52380,10 @@ export default {
52325
52380
  type: 'string',
52326
52381
  },
52327
52382
  code: { nullable: true, type: 'string' },
52383
+ instant_key_url: {
52384
+ format: 'uri',
52385
+ type: 'string',
52386
+ },
52328
52387
  is_card_encoding_required: { type: 'boolean' },
52329
52388
  is_issued: { type: 'boolean' },
52330
52389
  mode: { type: 'string' },
@@ -52440,6 +52499,10 @@ export default {
52440
52499
  type: 'string',
52441
52500
  },
52442
52501
  code: { nullable: true, type: 'string' },
52502
+ instant_key_url: {
52503
+ format: 'uri',
52504
+ type: 'string',
52505
+ },
52443
52506
  is_card_encoding_required: { type: 'boolean' },
52444
52507
  is_issued: { type: 'boolean' },
52445
52508
  mode: { type: 'string' },