@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.
@@ -4498,12 +4498,13 @@ export interface Routes {
4498
4498
  allowed_acs_entrance_ids?: string[];
4499
4499
  /** Visionline-specific metadata for the new credential. */
4500
4500
  visionline_metadata?: {
4501
- /** DEPRECATED: DO NOT USE */
4501
+ /**
4502
+ * @deprecated Read-only endpoint references moved to `endpoint`. */
4502
4503
  assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
4503
4504
  card_format?: ('TLCode' | 'rfid48') | undefined;
4504
4505
  card_function_type?: 'guest' | 'staff';
4505
4506
  /**
4506
- * @deprecated use override. */
4507
+ * @deprecated Use `override` instead. */
4507
4508
  is_override_key?: boolean | undefined;
4508
4509
  override?: boolean | undefined;
4509
4510
  auto_join?: boolean | undefined;
@@ -10801,7 +10802,7 @@ export interface Routes {
10801
10802
  nest_metadata?: {
10802
10803
  nest_device_id: string;
10803
10804
  device_name: string;
10804
- custom_name: string;
10805
+ device_custom_name: string;
10805
10806
  display_name?: string | undefined;
10806
10807
  } | undefined;
10807
10808
  ecobee_metadata?: {
@@ -11351,7 +11352,7 @@ export interface Routes {
11351
11352
  nest_metadata?: {
11352
11353
  nest_device_id: string;
11353
11354
  device_name: string;
11354
- custom_name: string;
11355
+ device_custom_name: string;
11355
11356
  display_name?: string | undefined;
11356
11357
  } | undefined;
11357
11358
  ecobee_metadata?: {
@@ -12304,7 +12305,7 @@ export interface Routes {
12304
12305
  nest_metadata?: {
12305
12306
  nest_device_id: string;
12306
12307
  device_name: string;
12307
- custom_name: string;
12308
+ device_custom_name: string;
12308
12309
  display_name?: string | undefined;
12309
12310
  } | undefined;
12310
12311
  ecobee_metadata?: {
@@ -12817,7 +12818,7 @@ export interface Routes {
12817
12818
  nest_metadata?: {
12818
12819
  nest_device_id: string;
12819
12820
  device_name: string;
12820
- custom_name: string;
12821
+ device_custom_name: string;
12821
12822
  display_name?: string | undefined;
12822
12823
  } | undefined;
12823
12824
  ecobee_metadata?: {
@@ -13367,7 +13368,7 @@ export interface Routes {
13367
13368
  nest_metadata?: {
13368
13369
  nest_device_id: string;
13369
13370
  device_name: string;
13370
- custom_name: string;
13371
+ device_custom_name: string;
13371
13372
  display_name?: string | undefined;
13372
13373
  } | undefined;
13373
13374
  ecobee_metadata?: {
@@ -13880,7 +13881,7 @@ export interface Routes {
13880
13881
  nest_metadata?: {
13881
13882
  nest_device_id: string;
13882
13883
  device_name: string;
13883
- custom_name: string;
13884
+ device_custom_name: string;
13884
13885
  display_name?: string | undefined;
13885
13886
  } | undefined;
13886
13887
  ecobee_metadata?: {
@@ -16146,7 +16147,7 @@ export interface Routes {
16146
16147
  nest_metadata?: {
16147
16148
  nest_device_id: string;
16148
16149
  device_name: string;
16149
- custom_name: string;
16150
+ device_custom_name: string;
16150
16151
  display_name?: string | undefined;
16151
16152
  } | undefined;
16152
16153
  ecobee_metadata?: {
@@ -16659,7 +16660,7 @@ export interface Routes {
16659
16660
  nest_metadata?: {
16660
16661
  nest_device_id: string;
16661
16662
  device_name: string;
16662
- custom_name: string;
16663
+ device_custom_name: string;
16663
16664
  display_name?: string | undefined;
16664
16665
  } | undefined;
16665
16666
  ecobee_metadata?: {
@@ -21689,7 +21690,7 @@ export interface Routes {
21689
21690
  nest_metadata?: {
21690
21691
  nest_device_id: string;
21691
21692
  device_name: string;
21692
- custom_name: string;
21693
+ device_custom_name: string;
21693
21694
  display_name?: string | undefined;
21694
21695
  } | undefined;
21695
21696
  ecobee_metadata?: {
@@ -23937,7 +23938,7 @@ export interface Routes {
23937
23938
  nest_metadata?: {
23938
23939
  nest_device_id: string;
23939
23940
  device_name: string;
23940
- custom_name: string;
23941
+ device_custom_name: string;
23941
23942
  display_name?: string | undefined;
23942
23943
  } | undefined;
23943
23944
  ecobee_metadata?: {
@@ -24450,7 +24451,7 @@ export interface Routes {
24450
24451
  nest_metadata?: {
24451
24452
  nest_device_id: string;
24452
24453
  device_name: string;
24453
- custom_name: string;
24454
+ device_custom_name: string;
24454
24455
  display_name?: string | undefined;
24455
24456
  } | undefined;
24456
24457
  ecobee_metadata?: {
@@ -27984,7 +27985,7 @@ export interface Routes {
27984
27985
  nest_metadata?: {
27985
27986
  nest_device_id: string;
27986
27987
  device_name: string;
27987
- custom_name: string;
27988
+ device_custom_name: string;
27988
27989
  display_name?: string | undefined;
27989
27990
  } | undefined;
27990
27991
  ecobee_metadata?: {
@@ -28499,7 +28500,7 @@ export interface Routes {
28499
28500
  nest_metadata?: {
28500
28501
  nest_device_id: string;
28501
28502
  device_name: string;
28502
- custom_name: string;
28503
+ device_custom_name: string;
28503
28504
  display_name?: string | undefined;
28504
28505
  } | undefined;
28505
28506
  ecobee_metadata?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.302.0",
3
+ "version": "1.302.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -197,7 +197,7 @@ export const device_metadata = z
197
197
  nest_metadata: z.object({
198
198
  nest_device_id: z.string(),
199
199
  device_name: z.string(), // set by Google
200
- custom_name: z.string(), // set by device owner
200
+ device_custom_name: z.string(), // set by device owner
201
201
  display_name: z.string().optional(),
202
202
  }),
203
203
 
@@ -86,7 +86,6 @@ export const PROVIDER_CATEGORY_MAP = {
86
86
  'visionline',
87
87
  'assa_abloy_credential_service',
88
88
  'latch',
89
- 'akiles',
90
89
  ],
91
90
 
92
91
  consumer_smartlocks: [
@@ -4898,7 +4898,7 @@ export default {
4898
4898
  },
4899
4899
  nest_metadata: {
4900
4900
  properties: {
4901
- custom_name: { type: 'string' },
4901
+ device_custom_name: { type: 'string' },
4902
4902
  device_name: { type: 'string' },
4903
4903
  display_name: { type: 'string' },
4904
4904
  nest_device_id: { type: 'string' },
@@ -4906,7 +4906,7 @@ export default {
4906
4906
  required: [
4907
4907
  'nest_device_id',
4908
4908
  'device_name',
4909
- 'custom_name',
4909
+ 'device_custom_name',
4910
4910
  ],
4911
4911
  type: 'object',
4912
4912
  },
@@ -8934,9 +8934,13 @@ export default {
8934
8934
  'Visionline-specific metadata for the new credential.',
8935
8935
  properties: {
8936
8936
  assa_abloy_credential_service_mobile_endpoint_id: {
8937
- description: 'DEPRECATED: DO NOT USE',
8937
+ deprecated: true,
8938
8938
  format: 'uuid',
8939
8939
  type: 'string',
8940
+ 'x-deprecated':
8941
+ 'Read-only endpoint references moved to `endpoint`.',
8942
+ 'x-undocumented':
8943
+ 'Deprecated. Read-only endpoint references moved to `endpoint`.',
8940
8944
  },
8941
8945
  auto_join: { type: 'boolean' },
8942
8946
  card_format: {
@@ -8951,7 +8955,8 @@ export default {
8951
8955
  is_override_key: {
8952
8956
  deprecated: true,
8953
8957
  type: 'boolean',
8954
- 'x-deprecated': 'use override.',
8958
+ 'x-deprecated': 'Use `override` instead.',
8959
+ 'x-undocumented': 'Use `override` instead.',
8955
8960
  },
8956
8961
  joiner_acs_credential_ids: {
8957
8962
  items: { format: 'uuid', type: 'string' },
@@ -5203,14 +5203,15 @@ export interface Routes {
5203
5203
  /** Visionline-specific metadata for the new credential. */
5204
5204
  visionline_metadata?:
5205
5205
  | {
5206
- /** DEPRECATED: DO NOT USE */
5206
+ /**
5207
+ * @deprecated Read-only endpoint references moved to `endpoint`. */
5207
5208
  assa_abloy_credential_service_mobile_endpoint_id?:
5208
5209
  | string
5209
5210
  | undefined
5210
5211
  card_format?: ('TLCode' | 'rfid48') | undefined
5211
5212
  card_function_type?: 'guest' | 'staff'
5212
5213
  /**
5213
- * @deprecated use override. */
5214
+ * @deprecated Use `override` instead. */
5214
5215
  is_override_key?: boolean | undefined
5215
5216
  override?: boolean | undefined
5216
5217
  auto_join?: boolean | undefined
@@ -12711,7 +12712,7 @@ export interface Routes {
12711
12712
  | {
12712
12713
  nest_device_id: string
12713
12714
  device_name: string
12714
- custom_name: string
12715
+ device_custom_name: string
12715
12716
  display_name?: string | undefined
12716
12717
  }
12717
12718
  | undefined
@@ -13587,7 +13588,7 @@ export interface Routes {
13587
13588
  | {
13588
13589
  nest_device_id: string
13589
13590
  device_name: string
13590
- custom_name: string
13591
+ device_custom_name: string
13591
13592
  display_name?: string | undefined
13592
13593
  }
13593
13594
  | undefined
@@ -15177,7 +15178,7 @@ export interface Routes {
15177
15178
  | {
15178
15179
  nest_device_id: string
15179
15180
  device_name: string
15180
- custom_name: string
15181
+ device_custom_name: string
15181
15182
  display_name?: string | undefined
15182
15183
  }
15183
15184
  | undefined
@@ -15872,7 +15873,7 @@ export interface Routes {
15872
15873
  | {
15873
15874
  nest_device_id: string
15874
15875
  device_name: string
15875
- custom_name: string
15876
+ device_custom_name: string
15876
15877
  display_name?: string | undefined
15877
15878
  }
15878
15879
  | undefined
@@ -16748,7 +16749,7 @@ export interface Routes {
16748
16749
  | {
16749
16750
  nest_device_id: string
16750
16751
  device_name: string
16751
- custom_name: string
16752
+ device_custom_name: string
16752
16753
  display_name?: string | undefined
16753
16754
  }
16754
16755
  | undefined
@@ -17443,7 +17444,7 @@ export interface Routes {
17443
17444
  | {
17444
17445
  nest_device_id: string
17445
17446
  device_name: string
17446
- custom_name: string
17447
+ device_custom_name: string
17447
17448
  display_name?: string | undefined
17448
17449
  }
17449
17450
  | undefined
@@ -20327,7 +20328,7 @@ export interface Routes {
20327
20328
  | {
20328
20329
  nest_device_id: string
20329
20330
  device_name: string
20330
- custom_name: string
20331
+ device_custom_name: string
20331
20332
  display_name?: string | undefined
20332
20333
  }
20333
20334
  | undefined
@@ -21022,7 +21023,7 @@ export interface Routes {
21022
21023
  | {
21023
21024
  nest_device_id: string
21024
21025
  device_name: string
21025
- custom_name: string
21026
+ device_custom_name: string
21026
21027
  display_name?: string | undefined
21027
21028
  }
21028
21029
  | undefined
@@ -26988,7 +26989,7 @@ export interface Routes {
26988
26989
  | {
26989
26990
  nest_device_id: string
26990
26991
  device_name: string
26991
- custom_name: string
26992
+ device_custom_name: string
26992
26993
  display_name?: string | undefined
26993
26994
  }
26994
26995
  | undefined
@@ -29854,7 +29855,7 @@ export interface Routes {
29854
29855
  | {
29855
29856
  nest_device_id: string
29856
29857
  device_name: string
29857
- custom_name: string
29858
+ device_custom_name: string
29858
29859
  display_name?: string | undefined
29859
29860
  }
29860
29861
  | undefined
@@ -30549,7 +30550,7 @@ export interface Routes {
30549
30550
  | {
30550
30551
  nest_device_id: string
30551
30552
  device_name: string
30552
- custom_name: string
30553
+ device_custom_name: string
30553
30554
  display_name?: string | undefined
30554
30555
  }
30555
30556
  | undefined
@@ -34709,7 +34710,7 @@ export interface Routes {
34709
34710
  | {
34710
34711
  nest_device_id: string
34711
34712
  device_name: string
34712
- custom_name: string
34713
+ device_custom_name: string
34713
34714
  display_name?: string | undefined
34714
34715
  }
34715
34716
  | undefined
@@ -35406,7 +35407,7 @@ export interface Routes {
35406
35407
  | {
35407
35408
  nest_device_id: string
35408
35409
  device_name: string
35409
- custom_name: string
35410
+ device_custom_name: string
35410
35411
  display_name?: string | undefined
35411
35412
  }
35412
35413
  | undefined