@seamapi/types 1.492.0 → 1.494.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.
@@ -3721,10 +3721,10 @@ declare const acs_access_group: z.ZodObject<{
3721
3721
  workspace_id: z.ZodString;
3722
3722
  connected_account_id: z.ZodString;
3723
3723
  name: z.ZodString;
3724
- access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
3724
+ access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3725
3725
  access_group_type_display_name: z.ZodString;
3726
3726
  display_name: z.ZodString;
3727
- external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
3727
+ external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3728
3728
  external_type_display_name: z.ZodString;
3729
3729
  created_at: z.ZodString;
3730
3730
  warnings: z.ZodArray<z.ZodObject<{
@@ -3757,9 +3757,9 @@ declare const acs_access_group: z.ZodObject<{
3757
3757
  is_managed: true;
3758
3758
  acs_access_group_id: string;
3759
3759
  acs_system_id: string;
3760
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3760
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3761
3761
  access_group_type_display_name: string;
3762
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3762
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3763
3763
  external_type_display_name: string;
3764
3764
  }, {
3765
3765
  name: string;
@@ -3775,9 +3775,9 @@ declare const acs_access_group: z.ZodObject<{
3775
3775
  is_managed: true;
3776
3776
  acs_access_group_id: string;
3777
3777
  acs_system_id: string;
3778
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3778
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3779
3779
  access_group_type_display_name: string;
3780
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3780
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3781
3781
  external_type_display_name: string;
3782
3782
  }>;
3783
3783
  declare const unmanaged_acs_access_group: z.ZodObject<{
@@ -3786,10 +3786,10 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3786
3786
  workspace_id: z.ZodString;
3787
3787
  connected_account_id: z.ZodString;
3788
3788
  name: z.ZodString;
3789
- access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
3789
+ access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3790
3790
  access_group_type_display_name: z.ZodString;
3791
3791
  display_name: z.ZodString;
3792
- external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
3792
+ external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
3793
3793
  external_type_display_name: z.ZodString;
3794
3794
  created_at: z.ZodString;
3795
3795
  warnings: z.ZodArray<z.ZodObject<{
@@ -3822,9 +3822,9 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3822
3822
  is_managed: false;
3823
3823
  acs_access_group_id: string;
3824
3824
  acs_system_id: string;
3825
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3825
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3826
3826
  access_group_type_display_name: string;
3827
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3827
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3828
3828
  external_type_display_name: string;
3829
3829
  }, {
3830
3830
  name: string;
@@ -3840,9 +3840,9 @@ declare const unmanaged_acs_access_group: z.ZodObject<{
3840
3840
  is_managed: false;
3841
3841
  acs_access_group_id: string;
3842
3842
  acs_system_id: string;
3843
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3843
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3844
3844
  access_group_type_display_name: string;
3845
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
3845
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
3846
3846
  external_type_display_name: string;
3847
3847
  }>;
3848
3848
  type AcsAccessGroup = z.output<typeof acs_access_group>;
@@ -15697,10 +15697,10 @@ declare const batch: z.ZodObject<{
15697
15697
  workspace_id: z.ZodString;
15698
15698
  connected_account_id: z.ZodString;
15699
15699
  name: z.ZodString;
15700
- access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
15700
+ access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
15701
15701
  access_group_type_display_name: z.ZodString;
15702
15702
  display_name: z.ZodString;
15703
- external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
15703
+ external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
15704
15704
  external_type_display_name: z.ZodString;
15705
15705
  created_at: z.ZodString;
15706
15706
  warnings: z.ZodArray<z.ZodObject<{
@@ -15733,9 +15733,9 @@ declare const batch: z.ZodObject<{
15733
15733
  is_managed: true;
15734
15734
  acs_access_group_id: string;
15735
15735
  acs_system_id: string;
15736
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
15736
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
15737
15737
  access_group_type_display_name: string;
15738
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
15738
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
15739
15739
  external_type_display_name: string;
15740
15740
  }, {
15741
15741
  name: string;
@@ -15751,9 +15751,9 @@ declare const batch: z.ZodObject<{
15751
15751
  is_managed: true;
15752
15752
  acs_access_group_id: string;
15753
15753
  acs_system_id: string;
15754
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
15754
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
15755
15755
  access_group_type_display_name: string;
15756
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
15756
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
15757
15757
  external_type_display_name: string;
15758
15758
  }>, "many">>;
15759
15759
  acs_encoders: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -20879,10 +20879,10 @@ declare const batch: z.ZodObject<{
20879
20879
  workspace_id: z.ZodString;
20880
20880
  connected_account_id: z.ZodString;
20881
20881
  name: z.ZodString;
20882
- access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
20882
+ access_group_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
20883
20883
  access_group_type_display_name: z.ZodString;
20884
20884
  display_name: z.ZodString;
20885
- external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group"]>;
20885
+ external_type: z.ZodEnum<["pti_unit", "pti_access_level", "salto_ks_access_group", "brivo_group", "salto_space_group", "dormakaba_community_access_group", "dormakaba_ambiance_access_group"]>;
20886
20886
  external_type_display_name: z.ZodString;
20887
20887
  created_at: z.ZodString;
20888
20888
  warnings: z.ZodArray<z.ZodObject<{
@@ -20915,9 +20915,9 @@ declare const batch: z.ZodObject<{
20915
20915
  is_managed: false;
20916
20916
  acs_access_group_id: string;
20917
20917
  acs_system_id: string;
20918
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
20918
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
20919
20919
  access_group_type_display_name: string;
20920
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
20920
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
20921
20921
  external_type_display_name: string;
20922
20922
  }, {
20923
20923
  name: string;
@@ -20933,9 +20933,9 @@ declare const batch: z.ZodObject<{
20933
20933
  is_managed: false;
20934
20934
  acs_access_group_id: string;
20935
20935
  acs_system_id: string;
20936
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
20936
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
20937
20937
  access_group_type_display_name: string;
20938
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
20938
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
20939
20939
  external_type_display_name: string;
20940
20940
  }>, "many">>;
20941
20941
  unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
@@ -27475,7 +27475,7 @@ declare const batch: z.ZodObject<{
27475
27475
  user_identity_id: z.ZodString;
27476
27476
  expires_at: z.ZodString;
27477
27477
  customization_profile_id: z.ZodOptional<z.ZodString>;
27478
- customization_profile: z.ZodOptional<z.ZodObject<{
27478
+ customization: z.ZodOptional<z.ZodObject<{
27479
27479
  primary_color: z.ZodOptional<z.ZodString>;
27480
27480
  secondary_color: z.ZodOptional<z.ZodString>;
27481
27481
  logo_url: z.ZodOptional<z.ZodString>;
@@ -27497,7 +27497,7 @@ declare const batch: z.ZodObject<{
27497
27497
  expires_at: string;
27498
27498
  instant_key_id: string;
27499
27499
  customization_profile_id?: string | undefined;
27500
- customization_profile?: {
27500
+ customization?: {
27501
27501
  primary_color?: string | undefined;
27502
27502
  secondary_color?: string | undefined;
27503
27503
  logo_url?: string | undefined;
@@ -27511,7 +27511,7 @@ declare const batch: z.ZodObject<{
27511
27511
  expires_at: string;
27512
27512
  instant_key_id: string;
27513
27513
  customization_profile_id?: string | undefined;
27514
- customization_profile?: {
27514
+ customization?: {
27515
27515
  primary_color?: string | undefined;
27516
27516
  secondary_color?: string | undefined;
27517
27517
  logo_url?: string | undefined;
@@ -31410,9 +31410,9 @@ declare const batch: z.ZodObject<{
31410
31410
  is_managed: true;
31411
31411
  acs_access_group_id: string;
31412
31412
  acs_system_id: string;
31413
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
31413
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
31414
31414
  access_group_type_display_name: string;
31415
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
31415
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
31416
31416
  external_type_display_name: string;
31417
31417
  }[] | undefined;
31418
31418
  access_methods?: {
@@ -32596,9 +32596,9 @@ declare const batch: z.ZodObject<{
32596
32596
  is_managed: false;
32597
32597
  acs_access_group_id: string;
32598
32598
  acs_system_id: string;
32599
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
32599
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
32600
32600
  access_group_type_display_name: string;
32601
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
32601
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
32602
32602
  external_type_display_name: string;
32603
32603
  }[] | undefined;
32604
32604
  unmanaged_devices?: {
@@ -33759,7 +33759,7 @@ declare const batch: z.ZodObject<{
33759
33759
  expires_at: string;
33760
33760
  instant_key_id: string;
33761
33761
  customization_profile_id?: string | undefined;
33762
- customization_profile?: {
33762
+ customization?: {
33763
33763
  primary_color?: string | undefined;
33764
33764
  secondary_color?: string | undefined;
33765
33765
  logo_url?: string | undefined;
@@ -35213,9 +35213,9 @@ declare const batch: z.ZodObject<{
35213
35213
  is_managed: true;
35214
35214
  acs_access_group_id: string;
35215
35215
  acs_system_id: string;
35216
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
35216
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
35217
35217
  access_group_type_display_name: string;
35218
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
35218
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
35219
35219
  external_type_display_name: string;
35220
35220
  }[] | undefined;
35221
35221
  access_methods?: {
@@ -36399,9 +36399,9 @@ declare const batch: z.ZodObject<{
36399
36399
  is_managed: false;
36400
36400
  acs_access_group_id: string;
36401
36401
  acs_system_id: string;
36402
- access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
36402
+ access_group_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
36403
36403
  access_group_type_display_name: string;
36404
- external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group";
36404
+ external_type: "pti_unit" | "pti_access_level" | "salto_ks_access_group" | "brivo_group" | "salto_space_group" | "dormakaba_community_access_group" | "dormakaba_ambiance_access_group";
36405
36405
  external_type_display_name: string;
36406
36406
  }[] | undefined;
36407
36407
  unmanaged_devices?: {
@@ -37562,7 +37562,7 @@ declare const batch: z.ZodObject<{
37562
37562
  expires_at: string;
37563
37563
  instant_key_id: string;
37564
37564
  customization_profile_id?: string | undefined;
37565
- customization_profile?: {
37565
+ customization?: {
37566
37566
  primary_color?: string | undefined;
37567
37567
  secondary_color?: string | undefined;
37568
37568
  logo_url?: string | undefined;
@@ -50114,7 +50114,7 @@ declare const instant_key: z.ZodObject<{
50114
50114
  user_identity_id: z.ZodString;
50115
50115
  expires_at: z.ZodString;
50116
50116
  customization_profile_id: z.ZodOptional<z.ZodString>;
50117
- customization_profile: z.ZodOptional<z.ZodObject<{
50117
+ customization: z.ZodOptional<z.ZodObject<{
50118
50118
  primary_color: z.ZodOptional<z.ZodString>;
50119
50119
  secondary_color: z.ZodOptional<z.ZodString>;
50120
50120
  logo_url: z.ZodOptional<z.ZodString>;
@@ -50136,7 +50136,7 @@ declare const instant_key: z.ZodObject<{
50136
50136
  expires_at: string;
50137
50137
  instant_key_id: string;
50138
50138
  customization_profile_id?: string | undefined;
50139
- customization_profile?: {
50139
+ customization?: {
50140
50140
  primary_color?: string | undefined;
50141
50141
  secondary_color?: string | undefined;
50142
50142
  logo_url?: string | undefined;
@@ -50150,7 +50150,7 @@ declare const instant_key: z.ZodObject<{
50150
50150
  expires_at: string;
50151
50151
  instant_key_id: string;
50152
50152
  customization_profile_id?: string | undefined;
50153
- customization_profile?: {
50153
+ customization?: {
50154
50154
  primary_color?: string | undefined;
50155
50155
  secondary_color?: string | undefined;
50156
50156
  logo_url?: string | undefined;
@@ -61032,7 +61032,7 @@ declare const _default: {
61032
61032
  format: string;
61033
61033
  type: string;
61034
61034
  };
61035
- customization_profile: {
61035
+ customization: {
61036
61036
  description: string;
61037
61037
  properties: {
61038
61038
  logo_url: {
@@ -112023,13 +112023,13 @@ type Routes = {
112023
112023
  name: string;
112024
112024
  /**
112025
112025
  * @deprecated Use `external_type`.*/
112026
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
112026
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
112027
112027
  /**
112028
112028
  * @deprecated Use `external_type_display_name`.*/
112029
112029
  access_group_type_display_name: string;
112030
112030
  display_name: string;
112031
112031
  /** Brand-specific terminology for the access group type. */
112032
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
112032
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
112033
112033
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
112034
112034
  external_type_display_name: string;
112035
112035
  /** Date and time at which the access group was created. */
@@ -115200,13 +115200,13 @@ type Routes = {
115200
115200
  name: string;
115201
115201
  /**
115202
115202
  * @deprecated Use `external_type`.*/
115203
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
115203
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
115204
115204
  /**
115205
115205
  * @deprecated Use `external_type_display_name`.*/
115206
115206
  access_group_type_display_name: string;
115207
115207
  display_name: string;
115208
115208
  /** Brand-specific terminology for the access group type. */
115209
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
115209
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
115210
115210
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
115211
115211
  external_type_display_name: string;
115212
115212
  /** Date and time at which the access group was created. */
@@ -116995,13 +116995,13 @@ type Routes = {
116995
116995
  name: string;
116996
116996
  /**
116997
116997
  * @deprecated Use `external_type`.*/
116998
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
116998
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
116999
116999
  /**
117000
117000
  * @deprecated Use `external_type_display_name`.*/
117001
117001
  access_group_type_display_name: string;
117002
117002
  display_name: string;
117003
117003
  /** Brand-specific terminology for the access group type. */
117004
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
117004
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
117005
117005
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
117006
117006
  external_type_display_name: string;
117007
117007
  /** Date and time at which the access group was created. */
@@ -119359,13 +119359,13 @@ type Routes = {
119359
119359
  expires_at: string;
119360
119360
  /** ID of the customization profile associated with the Instant Key. */
119361
119361
  customization_profile_id?: string | undefined;
119362
- /** Customization profile associated with the Instant Key. */
119363
- customization_profile?: {
119364
- /** Primary color of the customization profile. */
119362
+ /** Customization applied to the Instant Key UI. */
119363
+ customization?: {
119364
+ /** Primary color used in the Instant Key UI. */
119365
119365
  primary_color?: string | undefined;
119366
- /** Secondary color of the customization profile. */
119366
+ /** Secondary color used in the Instant Key UI. */
119367
119367
  secondary_color?: string | undefined;
119368
- /** URL of the logo associated with the customization profile. */
119368
+ /** URL of the logo displayed on the Instant Key. */
119369
119369
  logo_url?: string | undefined;
119370
119370
  } | undefined;
119371
119371
  }[] | undefined;
@@ -120452,13 +120452,13 @@ type Routes = {
120452
120452
  name: string;
120453
120453
  /**
120454
120454
  * @deprecated Use `external_type`.*/
120455
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120455
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120456
120456
  /**
120457
120457
  * @deprecated Use `external_type_display_name`.*/
120458
120458
  access_group_type_display_name: string;
120459
120459
  display_name: string;
120460
120460
  /** Brand-specific terminology for the access group type. */
120461
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120461
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120462
120462
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
120463
120463
  external_type_display_name: string;
120464
120464
  /** Date and time at which the access group was created. */
@@ -120504,13 +120504,13 @@ type Routes = {
120504
120504
  name: string;
120505
120505
  /**
120506
120506
  * @deprecated Use `external_type`.*/
120507
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120507
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120508
120508
  /**
120509
120509
  * @deprecated Use `external_type_display_name`.*/
120510
120510
  access_group_type_display_name: string;
120511
120511
  display_name: string;
120512
120512
  /** Brand-specific terminology for the access group type. */
120513
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120513
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120514
120514
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
120515
120515
  external_type_display_name: string;
120516
120516
  /** Date and time at which the access group was created. */
@@ -120911,13 +120911,13 @@ type Routes = {
120911
120911
  name: string;
120912
120912
  /**
120913
120913
  * @deprecated Use `external_type`.*/
120914
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120914
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120915
120915
  /**
120916
120916
  * @deprecated Use `external_type_display_name`.*/
120917
120917
  access_group_type_display_name: string;
120918
120918
  display_name: string;
120919
120919
  /** Brand-specific terminology for the access group type. */
120920
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120920
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120921
120921
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
120922
120922
  external_type_display_name: string;
120923
120923
  /** Date and time at which the access group was created. */
@@ -120961,13 +120961,13 @@ type Routes = {
120961
120961
  name: string;
120962
120962
  /**
120963
120963
  * @deprecated Use `external_type`.*/
120964
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120964
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120965
120965
  /**
120966
120966
  * @deprecated Use `external_type_display_name`.*/
120967
120967
  access_group_type_display_name: string;
120968
120968
  display_name: string;
120969
120969
  /** Brand-specific terminology for the access group type. */
120970
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
120970
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
120971
120971
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
120972
120972
  external_type_display_name: string;
120973
120973
  /** Date and time at which the access group was created. */
@@ -138896,13 +138896,13 @@ type Routes = {
138896
138896
  expires_at: string;
138897
138897
  /** ID of the customization profile associated with the Instant Key. */
138898
138898
  customization_profile_id?: string | undefined;
138899
- /** Customization profile associated with the Instant Key. */
138900
- customization_profile?: {
138901
- /** Primary color of the customization profile. */
138899
+ /** Customization applied to the Instant Key UI. */
138900
+ customization?: {
138901
+ /** Primary color used in the Instant Key UI. */
138902
138902
  primary_color?: string | undefined;
138903
- /** Secondary color of the customization profile. */
138903
+ /** Secondary color used in the Instant Key UI. */
138904
138904
  secondary_color?: string | undefined;
138905
- /** URL of the logo associated with the customization profile. */
138905
+ /** URL of the logo displayed on the Instant Key. */
138906
138906
  logo_url?: string | undefined;
138907
138907
  } | undefined;
138908
138908
  };
@@ -138936,13 +138936,13 @@ type Routes = {
138936
138936
  expires_at: string;
138937
138937
  /** ID of the customization profile associated with the Instant Key. */
138938
138938
  customization_profile_id?: string | undefined;
138939
- /** Customization profile associated with the Instant Key. */
138940
- customization_profile?: {
138941
- /** Primary color of the customization profile. */
138939
+ /** Customization applied to the Instant Key UI. */
138940
+ customization?: {
138941
+ /** Primary color used in the Instant Key UI. */
138942
138942
  primary_color?: string | undefined;
138943
- /** Secondary color of the customization profile. */
138943
+ /** Secondary color used in the Instant Key UI. */
138944
138944
  secondary_color?: string | undefined;
138945
- /** URL of the logo associated with the customization profile. */
138945
+ /** URL of the logo displayed on the Instant Key. */
138946
138946
  logo_url?: string | undefined;
138947
138947
  } | undefined;
138948
138948
  }[];
@@ -176070,13 +176070,13 @@ type Routes = {
176070
176070
  expires_at: string;
176071
176071
  /** ID of the customization profile associated with the Instant Key. */
176072
176072
  customization_profile_id?: string | undefined;
176073
- /** Customization profile associated with the Instant Key. */
176074
- customization_profile?: {
176075
- /** Primary color of the customization profile. */
176073
+ /** Customization applied to the Instant Key UI. */
176074
+ customization?: {
176075
+ /** Primary color used in the Instant Key UI. */
176076
176076
  primary_color?: string | undefined;
176077
- /** Secondary color of the customization profile. */
176077
+ /** Secondary color used in the Instant Key UI. */
176078
176078
  secondary_color?: string | undefined;
176079
- /** URL of the logo associated with the customization profile. */
176079
+ /** URL of the logo displayed on the Instant Key. */
176080
176080
  logo_url?: string | undefined;
176081
176081
  } | undefined;
176082
176082
  };
@@ -181051,13 +181051,13 @@ type Routes = {
181051
181051
  name: string;
181052
181052
  /**
181053
181053
  * @deprecated Use `external_type`.*/
181054
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
181054
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
181055
181055
  /**
181056
181056
  * @deprecated Use `external_type_display_name`.*/
181057
181057
  access_group_type_display_name: string;
181058
181058
  display_name: string;
181059
181059
  /** Brand-specific terminology for the access group type. */
181060
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
181060
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
181061
181061
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
181062
181062
  external_type_display_name: string;
181063
181063
  /** Date and time at which the access group was created. */
@@ -182846,13 +182846,13 @@ type Routes = {
182846
182846
  name: string;
182847
182847
  /**
182848
182848
  * @deprecated Use `external_type`.*/
182849
- access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
182849
+ access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
182850
182850
  /**
182851
182851
  * @deprecated Use `external_type_display_name`.*/
182852
182852
  access_group_type_display_name: string;
182853
182853
  display_name: string;
182854
182854
  /** Brand-specific terminology for the access group type. */
182855
- external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group';
182855
+ external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
182856
182856
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
182857
182857
  external_type_display_name: string;
182858
182858
  /** Date and time at which the access group was created. */
@@ -185210,13 +185210,13 @@ type Routes = {
185210
185210
  expires_at: string;
185211
185211
  /** ID of the customization profile associated with the Instant Key. */
185212
185212
  customization_profile_id?: string | undefined;
185213
- /** Customization profile associated with the Instant Key. */
185214
- customization_profile?: {
185215
- /** Primary color of the customization profile. */
185213
+ /** Customization applied to the Instant Key UI. */
185214
+ customization?: {
185215
+ /** Primary color used in the Instant Key UI. */
185216
185216
  primary_color?: string | undefined;
185217
- /** Secondary color of the customization profile. */
185217
+ /** Secondary color used in the Instant Key UI. */
185218
185218
  secondary_color?: string | undefined;
185219
- /** URL of the logo associated with the customization profile. */
185219
+ /** URL of the logo displayed on the Instant Key. */
185220
185220
  logo_url?: string | undefined;
185221
185221
  } | undefined;
185222
185222
  }[] | undefined;
package/dist/index.cjs CHANGED
@@ -2344,7 +2344,8 @@ var acs_access_group_external_type = zod.z.enum([
2344
2344
  "salto_ks_access_group",
2345
2345
  "brivo_group",
2346
2346
  "salto_space_group",
2347
- "dormakaba_community_access_group"
2347
+ "dormakaba_community_access_group",
2348
+ "dormakaba_ambiance_access_group"
2348
2349
  ]);
2349
2350
  var common_acs_access_group_warning = zod.z.object({
2350
2351
  created_at: zod.z.string().datetime().describe("Date and time at which Seam created the warning."),
@@ -5123,11 +5124,11 @@ var instant_key = zod.z.object({
5123
5124
  customization_profile_id: zod.z.string().uuid().optional().describe(
5124
5125
  "ID of the customization profile associated with the Instant Key."
5125
5126
  ),
5126
- customization_profile: zod.z.object({
5127
- primary_color: zod.z.string().optional().describe("Primary color of the customization profile."),
5128
- secondary_color: zod.z.string().optional().describe("Secondary color of the customization profile."),
5129
- logo_url: zod.z.string().url().optional().describe("URL of the logo associated with the customization profile.")
5130
- }).optional().describe("Customization profile associated with the Instant Key.")
5127
+ customization: zod.z.object({
5128
+ primary_color: zod.z.string().optional().describe("Primary color used in the Instant Key UI."),
5129
+ secondary_color: zod.z.string().optional().describe("Secondary color used in the Instant Key UI."),
5130
+ logo_url: zod.z.string().url().optional().describe("URL of the logo displayed on the Instant Key.")
5131
+ }).optional().describe("Customization applied to the Instant Key UI.")
5131
5132
  }).describe(`
5132
5133
  ---
5133
5134
  route_path: /instant_keys
@@ -7309,7 +7310,8 @@ var openapi_default = {
7309
7310
  "salto_ks_access_group",
7310
7311
  "brivo_group",
7311
7312
  "salto_space_group",
7312
- "dormakaba_community_access_group"
7313
+ "dormakaba_community_access_group",
7314
+ "dormakaba_ambiance_access_group"
7313
7315
  ],
7314
7316
  type: "string",
7315
7317
  "x-deprecated": "Use `external_type`."
@@ -7348,7 +7350,8 @@ var openapi_default = {
7348
7350
  "salto_ks_access_group",
7349
7351
  "brivo_group",
7350
7352
  "salto_space_group",
7351
- "dormakaba_community_access_group"
7353
+ "dormakaba_community_access_group",
7354
+ "dormakaba_ambiance_access_group"
7352
7355
  ],
7353
7356
  type: "string"
7354
7357
  },
@@ -22679,20 +22682,20 @@ var openapi_default = {
22679
22682
  format: "date-time",
22680
22683
  type: "string"
22681
22684
  },
22682
- customization_profile: {
22683
- description: "Customization profile associated with the Instant Key.",
22685
+ customization: {
22686
+ description: "Customization applied to the Instant Key UI.",
22684
22687
  properties: {
22685
22688
  logo_url: {
22686
- description: "URL of the logo associated with the customization profile.",
22689
+ description: "URL of the logo displayed on the Instant Key.",
22687
22690
  format: "uri",
22688
22691
  type: "string"
22689
22692
  },
22690
22693
  primary_color: {
22691
- description: "Primary color of the customization profile.",
22694
+ description: "Primary color used in the Instant Key UI.",
22692
22695
  type: "string"
22693
22696
  },
22694
22697
  secondary_color: {
22695
- description: "Secondary color of the customization profile.",
22698
+ description: "Secondary color used in the Instant Key UI.",
22696
22699
  type: "string"
22697
22700
  }
22698
22701
  },
@@ -25609,7 +25612,8 @@ var openapi_default = {
25609
25612
  "salto_ks_access_group",
25610
25613
  "brivo_group",
25611
25614
  "salto_space_group",
25612
- "dormakaba_community_access_group"
25615
+ "dormakaba_community_access_group",
25616
+ "dormakaba_ambiance_access_group"
25613
25617
  ],
25614
25618
  type: "string",
25615
25619
  "x-deprecated": "Use `external_type`."
@@ -25648,7 +25652,8 @@ var openapi_default = {
25648
25652
  "salto_ks_access_group",
25649
25653
  "brivo_group",
25650
25654
  "salto_space_group",
25651
- "dormakaba_community_access_group"
25655
+ "dormakaba_community_access_group",
25656
+ "dormakaba_ambiance_access_group"
25652
25657
  ],
25653
25658
  type: "string"
25654
25659
  },