@seamapi/types 1.500.0 → 1.502.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.
Files changed (44) hide show
  1. package/dist/connect.cjs +46 -151
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +226 -1371
  4. package/dist/index.cjs +46 -151
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.d.cts +1 -1
  7. package/lib/seam/connect/model-types.d.ts +1 -1
  8. package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
  9. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
  10. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
  11. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
  12. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
  13. package/lib/seam/connect/models/batch.d.ts +249 -1208
  14. package/lib/seam/connect/models/batch.js +3 -0
  15. package/lib/seam/connect/models/batch.js.map +1 -1
  16. package/lib/seam/connect/models/{customization_profiles/customization_profile.js → customization-profiles/customization-profile.js} +1 -1
  17. package/lib/seam/connect/models/{customization_profiles/customization_profile.js.map → customization-profiles/customization-profile.js.map} +1 -1
  18. package/lib/seam/connect/models/customization-profiles/index.d.ts +1 -0
  19. package/lib/seam/connect/models/customization-profiles/index.js +2 -0
  20. package/lib/seam/connect/models/customization-profiles/index.js.map +1 -0
  21. package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
  22. package/lib/seam/connect/models/devices/device-metadata.js +1 -62
  23. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  24. package/lib/seam/connect/models/devices/device.d.ts +7 -140
  25. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
  26. package/lib/seam/connect/models/index.d.ts +1 -1
  27. package/lib/seam/connect/models/index.js +1 -1
  28. package/lib/seam/connect/models/index.js.map +1 -1
  29. package/lib/seam/connect/models/instant-keys/instant-key.d.ts +4 -4
  30. package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
  31. package/lib/seam/connect/openapi.d.ts +24 -91
  32. package/lib/seam/connect/openapi.js +24 -112
  33. package/lib/seam/connect/openapi.js.map +1 -1
  34. package/lib/seam/connect/route-types.d.ts +35 -663
  35. package/package.json +1 -1
  36. package/src/lib/seam/connect/model-types.ts +1 -0
  37. package/src/lib/seam/connect/models/batch.ts +3 -0
  38. package/src/lib/seam/connect/models/customization-profiles/index.ts +1 -0
  39. package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
  40. package/src/lib/seam/connect/models/index.ts +1 -1
  41. package/src/lib/seam/connect/openapi.ts +24 -124
  42. package/src/lib/seam/connect/route-types.ts +39 -663
  43. package/lib/seam/connect/models/{customization_profiles/customization_profile.d.ts → customization-profiles/customization-profile.d.ts} +2 -2
  44. /package/src/lib/seam/connect/models/{customization_profiles/customization_profile.ts → customization-profiles/customization-profile.ts} +0 -0
@@ -10679,46 +10679,8 @@ export type Routes = {
10679
10679
  } | undefined;
10680
10680
  /** Metadata for a KeyNest device. */
10681
10681
  keynest_metadata?: {
10682
- /** Key ID for a KeyNest device. */
10683
- key_id: string;
10684
10682
  /** Device name for a KeyNest device. */
10685
- device_name: string;
10686
- /** Property ID for a KeyNest device. */
10687
- property_id: string | null;
10688
- /** Property postcode for a KeyNest device. */
10689
- property_postcode: string | null;
10690
- /** Key notes for a KeyNest device. */
10691
- key_notes: string | null;
10692
- /** Subscription plan for a KeyNest device. */
10693
- subscription_plan: string;
10694
- /** Status type for a KeyNest device. */
10695
- status_type: string;
10696
- /** Current or last store ID for a KeyNest device. */
10697
- current_or_last_store_id: number;
10698
- /** Last movement timestamp for a KeyNest device. */
10699
- last_movement: string;
10700
- /** Address for a KeyNest device. */
10701
- address: string | null;
10702
- /** Current status for a KeyNest device. */
10703
- current_status: string | null;
10704
- /** Current user name for a KeyNest device. */
10705
- current_user_name: string | null;
10706
- /** Current user email for a KeyNest device. */
10707
- current_user_email: string | null;
10708
- /** Current user phone number for a KeyNest device. */
10709
- current_user_phone_number: string | null;
10710
- /** Current user company for a KeyNest device. */
10711
- current_user_company: string | null;
10712
- /** Handover method for a KeyNest device. */
10713
- handover_method: string | null;
10714
- /** KeyNest app user for a KeyNest device. */
10715
- keynest_app_user: string | null;
10716
- /** Default office ID for a KeyNest device. */
10717
- default_office_id: number;
10718
- /** Fob ID for a KeyNest device. */
10719
- fob_id: number;
10720
- /** Whether the KeyNest device has a photo. */
10721
- has_photo: boolean;
10683
+ device_name?: string | undefined;
10722
10684
  } | undefined;
10723
10685
  }) & ({
10724
10686
  /** */
@@ -13827,46 +13789,8 @@ export type Routes = {
13827
13789
  } | undefined;
13828
13790
  /** Metadata for a KeyNest device. */
13829
13791
  keynest_metadata?: {
13830
- /** Key ID for a KeyNest device. */
13831
- key_id: string;
13832
13792
  /** Device name for a KeyNest device. */
13833
- device_name: string;
13834
- /** Property ID for a KeyNest device. */
13835
- property_id: string | null;
13836
- /** Property postcode for a KeyNest device. */
13837
- property_postcode: string | null;
13838
- /** Key notes for a KeyNest device. */
13839
- key_notes: string | null;
13840
- /** Subscription plan for a KeyNest device. */
13841
- subscription_plan: string;
13842
- /** Status type for a KeyNest device. */
13843
- status_type: string;
13844
- /** Current or last store ID for a KeyNest device. */
13845
- current_or_last_store_id: number;
13846
- /** Last movement timestamp for a KeyNest device. */
13847
- last_movement: string;
13848
- /** Address for a KeyNest device. */
13849
- address: string | null;
13850
- /** Current status for a KeyNest device. */
13851
- current_status: string | null;
13852
- /** Current user name for a KeyNest device. */
13853
- current_user_name: string | null;
13854
- /** Current user email for a KeyNest device. */
13855
- current_user_email: string | null;
13856
- /** Current user phone number for a KeyNest device. */
13857
- current_user_phone_number: string | null;
13858
- /** Current user company for a KeyNest device. */
13859
- current_user_company: string | null;
13860
- /** Handover method for a KeyNest device. */
13861
- handover_method: string | null;
13862
- /** KeyNest app user for a KeyNest device. */
13863
- keynest_app_user: string | null;
13864
- /** Default office ID for a KeyNest device. */
13865
- default_office_id: number;
13866
- /** Fob ID for a KeyNest device. */
13867
- fob_id: number;
13868
- /** Whether the KeyNest device has a photo. */
13869
- has_photo: boolean;
13793
+ device_name?: string | undefined;
13870
13794
  } | undefined;
13871
13795
  }) & ({
13872
13796
  /** */
@@ -20161,6 +20085,15 @@ export type Routes = {
20161
20085
  /** Noise level in decibels for the noise threshold. */
20162
20086
  noise_threshold_decibels: number;
20163
20087
  }[] | undefined;
20088
+ customization_profiles?: {
20089
+ workspace_id: string;
20090
+ name: string | null;
20091
+ customization_profile_id: string;
20092
+ created_at: string;
20093
+ logo_url?: string | undefined;
20094
+ primary_color?: string | undefined;
20095
+ secondary_color?: string | undefined;
20096
+ }[] | undefined;
20164
20097
  };
20165
20098
  };
20166
20099
  };
@@ -32058,46 +31991,8 @@ export type Routes = {
32058
31991
  } | undefined;
32059
31992
  /** Metadata for a KeyNest device. */
32060
31993
  keynest_metadata?: {
32061
- /** Key ID for a KeyNest device. */
32062
- key_id: string;
32063
31994
  /** Device name for a KeyNest device. */
32064
- device_name: string;
32065
- /** Property ID for a KeyNest device. */
32066
- property_id: string | null;
32067
- /** Property postcode for a KeyNest device. */
32068
- property_postcode: string | null;
32069
- /** Key notes for a KeyNest device. */
32070
- key_notes: string | null;
32071
- /** Subscription plan for a KeyNest device. */
32072
- subscription_plan: string;
32073
- /** Status type for a KeyNest device. */
32074
- status_type: string;
32075
- /** Current or last store ID for a KeyNest device. */
32076
- current_or_last_store_id: number;
32077
- /** Last movement timestamp for a KeyNest device. */
32078
- last_movement: string;
32079
- /** Address for a KeyNest device. */
32080
- address: string | null;
32081
- /** Current status for a KeyNest device. */
32082
- current_status: string | null;
32083
- /** Current user name for a KeyNest device. */
32084
- current_user_name: string | null;
32085
- /** Current user email for a KeyNest device. */
32086
- current_user_email: string | null;
32087
- /** Current user phone number for a KeyNest device. */
32088
- current_user_phone_number: string | null;
32089
- /** Current user company for a KeyNest device. */
32090
- current_user_company: string | null;
32091
- /** Handover method for a KeyNest device. */
32092
- handover_method: string | null;
32093
- /** KeyNest app user for a KeyNest device. */
32094
- keynest_app_user: string | null;
32095
- /** Default office ID for a KeyNest device. */
32096
- default_office_id: number;
32097
- /** Fob ID for a KeyNest device. */
32098
- fob_id: number;
32099
- /** Whether the KeyNest device has a photo. */
32100
- has_photo: boolean;
31995
+ device_name?: string | undefined;
32101
31996
  } | undefined;
32102
31997
  }) & ({
32103
31998
  /** */
@@ -33314,46 +33209,8 @@ export type Routes = {
33314
33209
  } | undefined;
33315
33210
  /** Metadata for a KeyNest device. */
33316
33211
  keynest_metadata?: {
33317
- /** Key ID for a KeyNest device. */
33318
- key_id: string;
33319
33212
  /** Device name for a KeyNest device. */
33320
- device_name: string;
33321
- /** Property ID for a KeyNest device. */
33322
- property_id: string | null;
33323
- /** Property postcode for a KeyNest device. */
33324
- property_postcode: string | null;
33325
- /** Key notes for a KeyNest device. */
33326
- key_notes: string | null;
33327
- /** Subscription plan for a KeyNest device. */
33328
- subscription_plan: string;
33329
- /** Status type for a KeyNest device. */
33330
- status_type: string;
33331
- /** Current or last store ID for a KeyNest device. */
33332
- current_or_last_store_id: number;
33333
- /** Last movement timestamp for a KeyNest device. */
33334
- last_movement: string;
33335
- /** Address for a KeyNest device. */
33336
- address: string | null;
33337
- /** Current status for a KeyNest device. */
33338
- current_status: string | null;
33339
- /** Current user name for a KeyNest device. */
33340
- current_user_name: string | null;
33341
- /** Current user email for a KeyNest device. */
33342
- current_user_email: string | null;
33343
- /** Current user phone number for a KeyNest device. */
33344
- current_user_phone_number: string | null;
33345
- /** Current user company for a KeyNest device. */
33346
- current_user_company: string | null;
33347
- /** Handover method for a KeyNest device. */
33348
- handover_method: string | null;
33349
- /** KeyNest app user for a KeyNest device. */
33350
- keynest_app_user: string | null;
33351
- /** Default office ID for a KeyNest device. */
33352
- default_office_id: number;
33353
- /** Fob ID for a KeyNest device. */
33354
- fob_id: number;
33355
- /** Whether the KeyNest device has a photo. */
33356
- has_photo: boolean;
33213
+ device_name?: string | undefined;
33357
33214
  } | undefined;
33358
33215
  }) & ({
33359
33216
  /** */
@@ -39330,46 +39187,8 @@ export type Routes = {
39330
39187
  } | undefined;
39331
39188
  /** Metadata for a KeyNest device. */
39332
39189
  keynest_metadata?: {
39333
- /** Key ID for a KeyNest device. */
39334
- key_id: string;
39335
39190
  /** Device name for a KeyNest device. */
39336
- device_name: string;
39337
- /** Property ID for a KeyNest device. */
39338
- property_id: string | null;
39339
- /** Property postcode for a KeyNest device. */
39340
- property_postcode: string | null;
39341
- /** Key notes for a KeyNest device. */
39342
- key_notes: string | null;
39343
- /** Subscription plan for a KeyNest device. */
39344
- subscription_plan: string;
39345
- /** Status type for a KeyNest device. */
39346
- status_type: string;
39347
- /** Current or last store ID for a KeyNest device. */
39348
- current_or_last_store_id: number;
39349
- /** Last movement timestamp for a KeyNest device. */
39350
- last_movement: string;
39351
- /** Address for a KeyNest device. */
39352
- address: string | null;
39353
- /** Current status for a KeyNest device. */
39354
- current_status: string | null;
39355
- /** Current user name for a KeyNest device. */
39356
- current_user_name: string | null;
39357
- /** Current user email for a KeyNest device. */
39358
- current_user_email: string | null;
39359
- /** Current user phone number for a KeyNest device. */
39360
- current_user_phone_number: string | null;
39361
- /** Current user company for a KeyNest device. */
39362
- current_user_company: string | null;
39363
- /** Handover method for a KeyNest device. */
39364
- handover_method: string | null;
39365
- /** KeyNest app user for a KeyNest device. */
39366
- keynest_app_user: string | null;
39367
- /** Default office ID for a KeyNest device. */
39368
- default_office_id: number;
39369
- /** Fob ID for a KeyNest device. */
39370
- fob_id: number;
39371
- /** Whether the KeyNest device has a photo. */
39372
- has_photo: boolean;
39191
+ device_name?: string | undefined;
39373
39192
  } | undefined;
39374
39193
  }) & ({
39375
39194
  /** */
@@ -40536,46 +40355,8 @@ export type Routes = {
40536
40355
  } | undefined;
40537
40356
  /** Metadata for a KeyNest device. */
40538
40357
  keynest_metadata?: {
40539
- /** Key ID for a KeyNest device. */
40540
- key_id: string;
40541
40358
  /** Device name for a KeyNest device. */
40542
- device_name: string;
40543
- /** Property ID for a KeyNest device. */
40544
- property_id: string | null;
40545
- /** Property postcode for a KeyNest device. */
40546
- property_postcode: string | null;
40547
- /** Key notes for a KeyNest device. */
40548
- key_notes: string | null;
40549
- /** Subscription plan for a KeyNest device. */
40550
- subscription_plan: string;
40551
- /** Status type for a KeyNest device. */
40552
- status_type: string;
40553
- /** Current or last store ID for a KeyNest device. */
40554
- current_or_last_store_id: number;
40555
- /** Last movement timestamp for a KeyNest device. */
40556
- last_movement: string;
40557
- /** Address for a KeyNest device. */
40558
- address: string | null;
40559
- /** Current status for a KeyNest device. */
40560
- current_status: string | null;
40561
- /** Current user name for a KeyNest device. */
40562
- current_user_name: string | null;
40563
- /** Current user email for a KeyNest device. */
40564
- current_user_email: string | null;
40565
- /** Current user phone number for a KeyNest device. */
40566
- current_user_phone_number: string | null;
40567
- /** Current user company for a KeyNest device. */
40568
- current_user_company: string | null;
40569
- /** Handover method for a KeyNest device. */
40570
- handover_method: string | null;
40571
- /** KeyNest app user for a KeyNest device. */
40572
- keynest_app_user: string | null;
40573
- /** Default office ID for a KeyNest device. */
40574
- default_office_id: number;
40575
- /** Fob ID for a KeyNest device. */
40576
- fob_id: number;
40577
- /** Whether the KeyNest device has a photo. */
40578
- has_photo: boolean;
40359
+ device_name?: string | undefined;
40579
40360
  } | undefined;
40580
40361
  }) & ({
40581
40362
  /** */
@@ -41792,46 +41573,8 @@ export type Routes = {
41792
41573
  } | undefined;
41793
41574
  /** Metadata for a KeyNest device. */
41794
41575
  keynest_metadata?: {
41795
- /** Key ID for a KeyNest device. */
41796
- key_id: string;
41797
41576
  /** Device name for a KeyNest device. */
41798
- device_name: string;
41799
- /** Property ID for a KeyNest device. */
41800
- property_id: string | null;
41801
- /** Property postcode for a KeyNest device. */
41802
- property_postcode: string | null;
41803
- /** Key notes for a KeyNest device. */
41804
- key_notes: string | null;
41805
- /** Subscription plan for a KeyNest device. */
41806
- subscription_plan: string;
41807
- /** Status type for a KeyNest device. */
41808
- status_type: string;
41809
- /** Current or last store ID for a KeyNest device. */
41810
- current_or_last_store_id: number;
41811
- /** Last movement timestamp for a KeyNest device. */
41812
- last_movement: string;
41813
- /** Address for a KeyNest device. */
41814
- address: string | null;
41815
- /** Current status for a KeyNest device. */
41816
- current_status: string | null;
41817
- /** Current user name for a KeyNest device. */
41818
- current_user_name: string | null;
41819
- /** Current user email for a KeyNest device. */
41820
- current_user_email: string | null;
41821
- /** Current user phone number for a KeyNest device. */
41822
- current_user_phone_number: string | null;
41823
- /** Current user company for a KeyNest device. */
41824
- current_user_company: string | null;
41825
- /** Handover method for a KeyNest device. */
41826
- handover_method: string | null;
41827
- /** KeyNest app user for a KeyNest device. */
41828
- keynest_app_user: string | null;
41829
- /** Default office ID for a KeyNest device. */
41830
- default_office_id: number;
41831
- /** Fob ID for a KeyNest device. */
41832
- fob_id: number;
41833
- /** Whether the KeyNest device has a photo. */
41834
- has_photo: boolean;
41577
+ device_name?: string | undefined;
41835
41578
  } | undefined;
41836
41579
  }) & ({
41837
41580
  /** */
@@ -42997,46 +42740,8 @@ export type Routes = {
42997
42740
  } | undefined;
42998
42741
  /** Metadata for a KeyNest device. */
42999
42742
  keynest_metadata?: {
43000
- /** Key ID for a KeyNest device. */
43001
- key_id: string;
43002
42743
  /** Device name for a KeyNest device. */
43003
- device_name: string;
43004
- /** Property ID for a KeyNest device. */
43005
- property_id: string | null;
43006
- /** Property postcode for a KeyNest device. */
43007
- property_postcode: string | null;
43008
- /** Key notes for a KeyNest device. */
43009
- key_notes: string | null;
43010
- /** Subscription plan for a KeyNest device. */
43011
- subscription_plan: string;
43012
- /** Status type for a KeyNest device. */
43013
- status_type: string;
43014
- /** Current or last store ID for a KeyNest device. */
43015
- current_or_last_store_id: number;
43016
- /** Last movement timestamp for a KeyNest device. */
43017
- last_movement: string;
43018
- /** Address for a KeyNest device. */
43019
- address: string | null;
43020
- /** Current status for a KeyNest device. */
43021
- current_status: string | null;
43022
- /** Current user name for a KeyNest device. */
43023
- current_user_name: string | null;
43024
- /** Current user email for a KeyNest device. */
43025
- current_user_email: string | null;
43026
- /** Current user phone number for a KeyNest device. */
43027
- current_user_phone_number: string | null;
43028
- /** Current user company for a KeyNest device. */
43029
- current_user_company: string | null;
43030
- /** Handover method for a KeyNest device. */
43031
- handover_method: string | null;
43032
- /** KeyNest app user for a KeyNest device. */
43033
- keynest_app_user: string | null;
43034
- /** Default office ID for a KeyNest device. */
43035
- default_office_id: number;
43036
- /** Fob ID for a KeyNest device. */
43037
- fob_id: number;
43038
- /** Whether the KeyNest device has a photo. */
43039
- has_photo: boolean;
42744
+ device_name?: string | undefined;
43040
42745
  } | undefined;
43041
42746
  }) & ({
43042
42747
  /** */
@@ -49291,46 +48996,8 @@ export type Routes = {
49291
48996
  } | undefined;
49292
48997
  /** Metadata for a KeyNest device. */
49293
48998
  keynest_metadata?: {
49294
- /** Key ID for a KeyNest device. */
49295
- key_id: string;
49296
48999
  /** Device name for a KeyNest device. */
49297
- device_name: string;
49298
- /** Property ID for a KeyNest device. */
49299
- property_id: string | null;
49300
- /** Property postcode for a KeyNest device. */
49301
- property_postcode: string | null;
49302
- /** Key notes for a KeyNest device. */
49303
- key_notes: string | null;
49304
- /** Subscription plan for a KeyNest device. */
49305
- subscription_plan: string;
49306
- /** Status type for a KeyNest device. */
49307
- status_type: string;
49308
- /** Current or last store ID for a KeyNest device. */
49309
- current_or_last_store_id: number;
49310
- /** Last movement timestamp for a KeyNest device. */
49311
- last_movement: string;
49312
- /** Address for a KeyNest device. */
49313
- address: string | null;
49314
- /** Current status for a KeyNest device. */
49315
- current_status: string | null;
49316
- /** Current user name for a KeyNest device. */
49317
- current_user_name: string | null;
49318
- /** Current user email for a KeyNest device. */
49319
- current_user_email: string | null;
49320
- /** Current user phone number for a KeyNest device. */
49321
- current_user_phone_number: string | null;
49322
- /** Current user company for a KeyNest device. */
49323
- current_user_company: string | null;
49324
- /** Handover method for a KeyNest device. */
49325
- handover_method: string | null;
49326
- /** KeyNest app user for a KeyNest device. */
49327
- keynest_app_user: string | null;
49328
- /** Default office ID for a KeyNest device. */
49329
- default_office_id: number;
49330
- /** Fob ID for a KeyNest device. */
49331
- fob_id: number;
49332
- /** Whether the KeyNest device has a photo. */
49333
- has_photo: boolean;
49000
+ device_name?: string | undefined;
49334
49001
  } | undefined;
49335
49002
  }) & ({
49336
49003
  /** */
@@ -50496,46 +50163,8 @@ export type Routes = {
50496
50163
  } | undefined;
50497
50164
  /** Metadata for a KeyNest device. */
50498
50165
  keynest_metadata?: {
50499
- /** Key ID for a KeyNest device. */
50500
- key_id: string;
50501
50166
  /** Device name for a KeyNest device. */
50502
- device_name: string;
50503
- /** Property ID for a KeyNest device. */
50504
- property_id: string | null;
50505
- /** Property postcode for a KeyNest device. */
50506
- property_postcode: string | null;
50507
- /** Key notes for a KeyNest device. */
50508
- key_notes: string | null;
50509
- /** Subscription plan for a KeyNest device. */
50510
- subscription_plan: string;
50511
- /** Status type for a KeyNest device. */
50512
- status_type: string;
50513
- /** Current or last store ID for a KeyNest device. */
50514
- current_or_last_store_id: number;
50515
- /** Last movement timestamp for a KeyNest device. */
50516
- last_movement: string;
50517
- /** Address for a KeyNest device. */
50518
- address: string | null;
50519
- /** Current status for a KeyNest device. */
50520
- current_status: string | null;
50521
- /** Current user name for a KeyNest device. */
50522
- current_user_name: string | null;
50523
- /** Current user email for a KeyNest device. */
50524
- current_user_email: string | null;
50525
- /** Current user phone number for a KeyNest device. */
50526
- current_user_phone_number: string | null;
50527
- /** Current user company for a KeyNest device. */
50528
- current_user_company: string | null;
50529
- /** Handover method for a KeyNest device. */
50530
- handover_method: string | null;
50531
- /** KeyNest app user for a KeyNest device. */
50532
- keynest_app_user: string | null;
50533
- /** Default office ID for a KeyNest device. */
50534
- default_office_id: number;
50535
- /** Fob ID for a KeyNest device. */
50536
- fob_id: number;
50537
- /** Whether the KeyNest device has a photo. */
50538
- has_photo: boolean;
50167
+ device_name?: string | undefined;
50539
50168
  } | undefined;
50540
50169
  }) & ({
50541
50170
  /** */
@@ -58895,46 +58524,8 @@ export type Routes = {
58895
58524
  } | undefined;
58896
58525
  /** Metadata for a KeyNest device. */
58897
58526
  keynest_metadata?: {
58898
- /** Key ID for a KeyNest device. */
58899
- key_id: string;
58900
58527
  /** Device name for a KeyNest device. */
58901
- device_name: string;
58902
- /** Property ID for a KeyNest device. */
58903
- property_id: string | null;
58904
- /** Property postcode for a KeyNest device. */
58905
- property_postcode: string | null;
58906
- /** Key notes for a KeyNest device. */
58907
- key_notes: string | null;
58908
- /** Subscription plan for a KeyNest device. */
58909
- subscription_plan: string;
58910
- /** Status type for a KeyNest device. */
58911
- status_type: string;
58912
- /** Current or last store ID for a KeyNest device. */
58913
- current_or_last_store_id: number;
58914
- /** Last movement timestamp for a KeyNest device. */
58915
- last_movement: string;
58916
- /** Address for a KeyNest device. */
58917
- address: string | null;
58918
- /** Current status for a KeyNest device. */
58919
- current_status: string | null;
58920
- /** Current user name for a KeyNest device. */
58921
- current_user_name: string | null;
58922
- /** Current user email for a KeyNest device. */
58923
- current_user_email: string | null;
58924
- /** Current user phone number for a KeyNest device. */
58925
- current_user_phone_number: string | null;
58926
- /** Current user company for a KeyNest device. */
58927
- current_user_company: string | null;
58928
- /** Handover method for a KeyNest device. */
58929
- handover_method: string | null;
58930
- /** KeyNest app user for a KeyNest device. */
58931
- keynest_app_user: string | null;
58932
- /** Default office ID for a KeyNest device. */
58933
- default_office_id: number;
58934
- /** Fob ID for a KeyNest device. */
58935
- fob_id: number;
58936
- /** Whether the KeyNest device has a photo. */
58937
- has_photo: boolean;
58528
+ device_name?: string | undefined;
58938
58529
  } | undefined;
58939
58530
  }) & ({
58940
58531
  /** */
@@ -64481,46 +64072,8 @@ export type Routes = {
64481
64072
  } | undefined;
64482
64073
  /** Metadata for a KeyNest device. */
64483
64074
  keynest_metadata?: {
64484
- /** Key ID for a KeyNest device. */
64485
- key_id: string;
64486
64075
  /** Device name for a KeyNest device. */
64487
- device_name: string;
64488
- /** Property ID for a KeyNest device. */
64489
- property_id: string | null;
64490
- /** Property postcode for a KeyNest device. */
64491
- property_postcode: string | null;
64492
- /** Key notes for a KeyNest device. */
64493
- key_notes: string | null;
64494
- /** Subscription plan for a KeyNest device. */
64495
- subscription_plan: string;
64496
- /** Status type for a KeyNest device. */
64497
- status_type: string;
64498
- /** Current or last store ID for a KeyNest device. */
64499
- current_or_last_store_id: number;
64500
- /** Last movement timestamp for a KeyNest device. */
64501
- last_movement: string;
64502
- /** Address for a KeyNest device. */
64503
- address: string | null;
64504
- /** Current status for a KeyNest device. */
64505
- current_status: string | null;
64506
- /** Current user name for a KeyNest device. */
64507
- current_user_name: string | null;
64508
- /** Current user email for a KeyNest device. */
64509
- current_user_email: string | null;
64510
- /** Current user phone number for a KeyNest device. */
64511
- current_user_phone_number: string | null;
64512
- /** Current user company for a KeyNest device. */
64513
- current_user_company: string | null;
64514
- /** Handover method for a KeyNest device. */
64515
- handover_method: string | null;
64516
- /** KeyNest app user for a KeyNest device. */
64517
- keynest_app_user: string | null;
64518
- /** Default office ID for a KeyNest device. */
64519
- default_office_id: number;
64520
- /** Fob ID for a KeyNest device. */
64521
- fob_id: number;
64522
- /** Whether the KeyNest device has a photo. */
64523
- has_photo: boolean;
64076
+ device_name?: string | undefined;
64524
64077
  } | undefined;
64525
64078
  }) & ({
64526
64079
  /** */
@@ -68269,46 +67822,8 @@ export type Routes = {
68269
67822
  } | undefined;
68270
67823
  /** Metadata for a KeyNest device. */
68271
67824
  keynest_metadata?: {
68272
- /** Key ID for a KeyNest device. */
68273
- key_id: string;
68274
67825
  /** Device name for a KeyNest device. */
68275
- device_name: string;
68276
- /** Property ID for a KeyNest device. */
68277
- property_id: string | null;
68278
- /** Property postcode for a KeyNest device. */
68279
- property_postcode: string | null;
68280
- /** Key notes for a KeyNest device. */
68281
- key_notes: string | null;
68282
- /** Subscription plan for a KeyNest device. */
68283
- subscription_plan: string;
68284
- /** Status type for a KeyNest device. */
68285
- status_type: string;
68286
- /** Current or last store ID for a KeyNest device. */
68287
- current_or_last_store_id: number;
68288
- /** Last movement timestamp for a KeyNest device. */
68289
- last_movement: string;
68290
- /** Address for a KeyNest device. */
68291
- address: string | null;
68292
- /** Current status for a KeyNest device. */
68293
- current_status: string | null;
68294
- /** Current user name for a KeyNest device. */
68295
- current_user_name: string | null;
68296
- /** Current user email for a KeyNest device. */
68297
- current_user_email: string | null;
68298
- /** Current user phone number for a KeyNest device. */
68299
- current_user_phone_number: string | null;
68300
- /** Current user company for a KeyNest device. */
68301
- current_user_company: string | null;
68302
- /** Handover method for a KeyNest device. */
68303
- handover_method: string | null;
68304
- /** KeyNest app user for a KeyNest device. */
68305
- keynest_app_user: string | null;
68306
- /** Default office ID for a KeyNest device. */
68307
- default_office_id: number;
68308
- /** Fob ID for a KeyNest device. */
68309
- fob_id: number;
68310
- /** Whether the KeyNest device has a photo. */
68311
- has_photo: boolean;
67826
+ device_name?: string | undefined;
68312
67827
  } | undefined;
68313
67828
  }) & ({
68314
67829
  /** */
@@ -69474,46 +68989,8 @@ export type Routes = {
69474
68989
  } | undefined;
69475
68990
  /** Metadata for a KeyNest device. */
69476
68991
  keynest_metadata?: {
69477
- /** Key ID for a KeyNest device. */
69478
- key_id: string;
69479
68992
  /** Device name for a KeyNest device. */
69480
- device_name: string;
69481
- /** Property ID for a KeyNest device. */
69482
- property_id: string | null;
69483
- /** Property postcode for a KeyNest device. */
69484
- property_postcode: string | null;
69485
- /** Key notes for a KeyNest device. */
69486
- key_notes: string | null;
69487
- /** Subscription plan for a KeyNest device. */
69488
- subscription_plan: string;
69489
- /** Status type for a KeyNest device. */
69490
- status_type: string;
69491
- /** Current or last store ID for a KeyNest device. */
69492
- current_or_last_store_id: number;
69493
- /** Last movement timestamp for a KeyNest device. */
69494
- last_movement: string;
69495
- /** Address for a KeyNest device. */
69496
- address: string | null;
69497
- /** Current status for a KeyNest device. */
69498
- current_status: string | null;
69499
- /** Current user name for a KeyNest device. */
69500
- current_user_name: string | null;
69501
- /** Current user email for a KeyNest device. */
69502
- current_user_email: string | null;
69503
- /** Current user phone number for a KeyNest device. */
69504
- current_user_phone_number: string | null;
69505
- /** Current user company for a KeyNest device. */
69506
- current_user_company: string | null;
69507
- /** Handover method for a KeyNest device. */
69508
- handover_method: string | null;
69509
- /** KeyNest app user for a KeyNest device. */
69510
- keynest_app_user: string | null;
69511
- /** Default office ID for a KeyNest device. */
69512
- default_office_id: number;
69513
- /** Fob ID for a KeyNest device. */
69514
- fob_id: number;
69515
- /** Whether the KeyNest device has a photo. */
69516
- has_photo: boolean;
68993
+ device_name?: string | undefined;
69517
68994
  } | undefined;
69518
68995
  }) & ({
69519
68996
  /** */
@@ -76620,46 +76097,8 @@ export type Routes = {
76620
76097
  } | undefined;
76621
76098
  /** Metadata for a KeyNest device. */
76622
76099
  keynest_metadata?: {
76623
- /** Key ID for a KeyNest device. */
76624
- key_id: string;
76625
76100
  /** Device name for a KeyNest device. */
76626
- device_name: string;
76627
- /** Property ID for a KeyNest device. */
76628
- property_id: string | null;
76629
- /** Property postcode for a KeyNest device. */
76630
- property_postcode: string | null;
76631
- /** Key notes for a KeyNest device. */
76632
- key_notes: string | null;
76633
- /** Subscription plan for a KeyNest device. */
76634
- subscription_plan: string;
76635
- /** Status type for a KeyNest device. */
76636
- status_type: string;
76637
- /** Current or last store ID for a KeyNest device. */
76638
- current_or_last_store_id: number;
76639
- /** Last movement timestamp for a KeyNest device. */
76640
- last_movement: string;
76641
- /** Address for a KeyNest device. */
76642
- address: string | null;
76643
- /** Current status for a KeyNest device. */
76644
- current_status: string | null;
76645
- /** Current user name for a KeyNest device. */
76646
- current_user_name: string | null;
76647
- /** Current user email for a KeyNest device. */
76648
- current_user_email: string | null;
76649
- /** Current user phone number for a KeyNest device. */
76650
- current_user_phone_number: string | null;
76651
- /** Current user company for a KeyNest device. */
76652
- current_user_company: string | null;
76653
- /** Handover method for a KeyNest device. */
76654
- handover_method: string | null;
76655
- /** KeyNest app user for a KeyNest device. */
76656
- keynest_app_user: string | null;
76657
- /** Default office ID for a KeyNest device. */
76658
- default_office_id: number;
76659
- /** Fob ID for a KeyNest device. */
76660
- fob_id: number;
76661
- /** Whether the KeyNest device has a photo. */
76662
- has_photo: boolean;
76101
+ device_name?: string | undefined;
76663
76102
  } | undefined;
76664
76103
  }) & ({
76665
76104
  /** */
@@ -77827,46 +77266,8 @@ export type Routes = {
77827
77266
  } | undefined;
77828
77267
  /** Metadata for a KeyNest device. */
77829
77268
  keynest_metadata?: {
77830
- /** Key ID for a KeyNest device. */
77831
- key_id: string;
77832
77269
  /** Device name for a KeyNest device. */
77833
- device_name: string;
77834
- /** Property ID for a KeyNest device. */
77835
- property_id: string | null;
77836
- /** Property postcode for a KeyNest device. */
77837
- property_postcode: string | null;
77838
- /** Key notes for a KeyNest device. */
77839
- key_notes: string | null;
77840
- /** Subscription plan for a KeyNest device. */
77841
- subscription_plan: string;
77842
- /** Status type for a KeyNest device. */
77843
- status_type: string;
77844
- /** Current or last store ID for a KeyNest device. */
77845
- current_or_last_store_id: number;
77846
- /** Last movement timestamp for a KeyNest device. */
77847
- last_movement: string;
77848
- /** Address for a KeyNest device. */
77849
- address: string | null;
77850
- /** Current status for a KeyNest device. */
77851
- current_status: string | null;
77852
- /** Current user name for a KeyNest device. */
77853
- current_user_name: string | null;
77854
- /** Current user email for a KeyNest device. */
77855
- current_user_email: string | null;
77856
- /** Current user phone number for a KeyNest device. */
77857
- current_user_phone_number: string | null;
77858
- /** Current user company for a KeyNest device. */
77859
- current_user_company: string | null;
77860
- /** Handover method for a KeyNest device. */
77861
- handover_method: string | null;
77862
- /** KeyNest app user for a KeyNest device. */
77863
- keynest_app_user: string | null;
77864
- /** Default office ID for a KeyNest device. */
77865
- default_office_id: number;
77866
- /** Fob ID for a KeyNest device. */
77867
- fob_id: number;
77868
- /** Whether the KeyNest device has a photo. */
77869
- has_photo: boolean;
77270
+ device_name?: string | undefined;
77870
77271
  } | undefined;
77871
77272
  }) & ({
77872
77273
  /** */
@@ -79793,46 +79194,8 @@ export type Routes = {
79793
79194
  } | undefined;
79794
79195
  /** Metadata for a KeyNest device. */
79795
79196
  keynest_metadata?: {
79796
- /** Key ID for a KeyNest device. */
79797
- key_id: string;
79798
79197
  /** Device name for a KeyNest device. */
79799
- device_name: string;
79800
- /** Property ID for a KeyNest device. */
79801
- property_id: string | null;
79802
- /** Property postcode for a KeyNest device. */
79803
- property_postcode: string | null;
79804
- /** Key notes for a KeyNest device. */
79805
- key_notes: string | null;
79806
- /** Subscription plan for a KeyNest device. */
79807
- subscription_plan: string;
79808
- /** Status type for a KeyNest device. */
79809
- status_type: string;
79810
- /** Current or last store ID for a KeyNest device. */
79811
- current_or_last_store_id: number;
79812
- /** Last movement timestamp for a KeyNest device. */
79813
- last_movement: string;
79814
- /** Address for a KeyNest device. */
79815
- address: string | null;
79816
- /** Current status for a KeyNest device. */
79817
- current_status: string | null;
79818
- /** Current user name for a KeyNest device. */
79819
- current_user_name: string | null;
79820
- /** Current user email for a KeyNest device. */
79821
- current_user_email: string | null;
79822
- /** Current user phone number for a KeyNest device. */
79823
- current_user_phone_number: string | null;
79824
- /** Current user company for a KeyNest device. */
79825
- current_user_company: string | null;
79826
- /** Handover method for a KeyNest device. */
79827
- handover_method: string | null;
79828
- /** KeyNest app user for a KeyNest device. */
79829
- keynest_app_user: string | null;
79830
- /** Default office ID for a KeyNest device. */
79831
- default_office_id: number;
79832
- /** Fob ID for a KeyNest device. */
79833
- fob_id: number;
79834
- /** Whether the KeyNest device has a photo. */
79835
- has_photo: boolean;
79198
+ device_name?: string | undefined;
79836
79199
  } | undefined;
79837
79200
  }) & ({
79838
79201
  /** */
@@ -86127,6 +85490,15 @@ export type Routes = {
86127
85490
  /** Noise level in decibels for the noise threshold. */
86128
85491
  noise_threshold_decibels: number;
86129
85492
  }[] | undefined;
85493
+ customization_profiles?: {
85494
+ workspace_id: string;
85495
+ name: string | null;
85496
+ customization_profile_id: string;
85497
+ created_at: string;
85498
+ logo_url?: string | undefined;
85499
+ primary_color?: string | undefined;
85500
+ secondary_color?: string | undefined;
85501
+ }[] | undefined;
86130
85502
  };
86131
85503
  };
86132
85504
  };