@seamapi/types 1.305.0 → 1.306.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.
@@ -10622,7 +10622,7 @@ export interface Routes {
10622
10622
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
10623
10623
  custom_redirect_url?: string | undefined;
10624
10624
  custom_redirect_failure_url?: string | undefined;
10625
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
10625
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
10626
10626
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
10627
10627
  custom_metadata?: Record<string, string | boolean | null> | undefined;
10628
10628
  automatically_manage_new_devices?: boolean;
@@ -11972,7 +11972,7 @@ export interface Routes {
11972
11972
  formData: {};
11973
11973
  jsonResponse: {
11974
11974
  device_providers: Array<{
11975
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service';
11975
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado';
11976
11976
  display_name: string;
11977
11977
  image_url: string;
11978
11978
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.305.0",
3
+ "version": "1.306.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@
92
92
  "zod": "^3.21.4"
93
93
  },
94
94
  "devDependencies": {
95
- "@seamapi/blueprint": "^0.29.0",
95
+ "@seamapi/blueprint": "^0.30.0",
96
96
  "@types/node": "^20.8.10",
97
97
  "concurrently": "^8.2.0",
98
98
  "del-cli": "^5.0.0",
@@ -46,6 +46,7 @@ export const DEVICE_PROVIDERS = {
46
46
  AKILES: 'akiles',
47
47
  VOSTIO: 'assa_abloy_vostio',
48
48
  ASSA_ABLOY_VOSTIO_CREDENTIAL_SERVICE: 'assa_abloy_vostio_credential_service',
49
+ TADO: 'tado',
49
50
  } as const
50
51
 
51
52
  export type DeviceProviderName =
@@ -5835,6 +5835,7 @@ export default {
5835
5835
  'akiles',
5836
5836
  'assa_abloy_vostio',
5837
5837
  'assa_abloy_vostio_credential_service',
5838
+ 'tado',
5838
5839
  ],
5839
5840
  type: 'string',
5840
5841
  },
@@ -13474,6 +13475,7 @@ export default {
13474
13475
  'akiles',
13475
13476
  'assa_abloy_vostio',
13476
13477
  'assa_abloy_vostio_credential_service',
13478
+ 'tado',
13477
13479
  'yale_access',
13478
13480
  'hid_cm',
13479
13481
  'google_nest',
@@ -20240,7 +20242,11 @@ export default {
20240
20242
  400: { description: 'Bad Request' },
20241
20243
  401: { description: 'Unauthorized' },
20242
20244
  },
20243
- security: [{ pat_without_workspace: [] }],
20245
+ security: [
20246
+ { pat_without_workspace: [] },
20247
+ { console_session: [] },
20248
+ { user_session_without_workspace: [] },
20249
+ ],
20244
20250
  summary: '/workspaces/create',
20245
20251
  tags: ['/workspaces'],
20246
20252
  'x-fern-sdk-group-name': ['workspaces'],
@@ -20349,6 +20355,7 @@ export default {
20349
20355
  { user_session_without_workspace: [] },
20350
20356
  { api_key: [] },
20351
20357
  { client_session: [] },
20358
+ { console_session: [] },
20352
20359
  ],
20353
20360
  summary: '/workspaces/list',
20354
20361
  tags: ['/workspaces'],
@@ -20386,6 +20393,7 @@ export default {
20386
20393
  { user_session_without_workspace: [] },
20387
20394
  { api_key: [] },
20388
20395
  { client_session: [] },
20396
+ { console_session: [] },
20389
20397
  ],
20390
20398
  summary: '/workspaces/list',
20391
20399
  tags: ['/workspaces'],
@@ -12442,6 +12442,7 @@ export interface Routes {
12442
12442
  | 'akiles'
12443
12443
  | 'assa_abloy_vostio'
12444
12444
  | 'assa_abloy_vostio_credential_service'
12445
+ | 'tado'
12445
12446
  | 'yale_access'
12446
12447
  | 'hid_cm'
12447
12448
  | 'google_nest'
@@ -14373,6 +14374,7 @@ export interface Routes {
14373
14374
  | 'akiles'
14374
14375
  | 'assa_abloy_vostio'
14375
14376
  | 'assa_abloy_vostio_credential_service'
14377
+ | 'tado'
14376
14378
  display_name: string
14377
14379
  image_url: string
14378
14380
  provider_categories: Array<