@seamapi/types 1.748.0 → 1.749.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.
@@ -30,8 +30,8 @@ declare const phone_provider_session: z.ZodObject<{
30
30
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
31
31
  is_issued: z.ZodOptional<z.ZodBoolean>;
32
32
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
34
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
33
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
34
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
35
35
  external_type_display_name: z.ZodOptional<z.ZodString>;
36
36
  created_at: z.ZodString;
37
37
  workspace_id: z.ZodString;
@@ -536,7 +536,7 @@ declare const phone_provider_session: z.ZodObject<{
536
536
  is_managed: true;
537
537
  acs_system_id: string;
538
538
  acs_credential_id: string | null;
539
- access_method: "code" | "card" | "mobile_key";
539
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
540
540
  acs_entrances: {
541
541
  display_name: string;
542
542
  created_at: string;
@@ -634,7 +634,7 @@ declare const phone_provider_session: z.ZodObject<{
634
634
  issued_at?: string | null | undefined;
635
635
  is_issued?: boolean | undefined;
636
636
  acs_user_id?: string | undefined;
637
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
637
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
638
638
  external_type_display_name?: string | undefined;
639
639
  acs_credential_pool_id?: string | undefined;
640
640
  parent_acs_credential_id?: string | undefined;
@@ -679,7 +679,7 @@ declare const phone_provider_session: z.ZodObject<{
679
679
  is_managed: true;
680
680
  acs_system_id: string;
681
681
  acs_credential_id: string | null;
682
- access_method: "code" | "card" | "mobile_key";
682
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
683
683
  acs_entrances: {
684
684
  display_name: string;
685
685
  created_at: string;
@@ -777,7 +777,7 @@ declare const phone_provider_session: z.ZodObject<{
777
777
  issued_at?: string | null | undefined;
778
778
  is_issued?: boolean | undefined;
779
779
  acs_user_id?: string | undefined;
780
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
780
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
781
781
  external_type_display_name?: string | undefined;
782
782
  acs_credential_pool_id?: string | undefined;
783
783
  parent_acs_credential_id?: string | undefined;
@@ -824,7 +824,7 @@ declare const phone_provider_session: z.ZodObject<{
824
824
  is_managed: true;
825
825
  acs_system_id: string;
826
826
  acs_credential_id: string | null;
827
- access_method: "code" | "card" | "mobile_key";
827
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
828
828
  acs_entrances: {
829
829
  display_name: string;
830
830
  created_at: string;
@@ -922,7 +922,7 @@ declare const phone_provider_session: z.ZodObject<{
922
922
  issued_at?: string | null | undefined;
923
923
  is_issued?: boolean | undefined;
924
924
  acs_user_id?: string | undefined;
925
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
925
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
926
926
  external_type_display_name?: string | undefined;
927
927
  acs_credential_pool_id?: string | undefined;
928
928
  parent_acs_credential_id?: string | undefined;
@@ -975,7 +975,7 @@ declare const phone_provider_session: z.ZodObject<{
975
975
  is_managed: true;
976
976
  acs_system_id: string;
977
977
  acs_credential_id: string | null;
978
- access_method: "code" | "card" | "mobile_key";
978
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
979
979
  acs_entrances: {
980
980
  display_name: string;
981
981
  created_at: string;
@@ -1073,7 +1073,7 @@ declare const phone_provider_session: z.ZodObject<{
1073
1073
  issued_at?: string | null | undefined;
1074
1074
  is_issued?: boolean | undefined;
1075
1075
  acs_user_id?: string | undefined;
1076
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1076
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1077
1077
  external_type_display_name?: string | undefined;
1078
1078
  acs_credential_pool_id?: string | undefined;
1079
1079
  parent_acs_credential_id?: string | undefined;
@@ -1121,8 +1121,8 @@ export declare const phone_session: z.ZodObject<{
1121
1121
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1122
1122
  is_issued: z.ZodOptional<z.ZodBoolean>;
1123
1123
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1124
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
1125
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
1124
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
1125
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
1126
1126
  external_type_display_name: z.ZodOptional<z.ZodString>;
1127
1127
  created_at: z.ZodString;
1128
1128
  workspace_id: z.ZodString;
@@ -1627,7 +1627,7 @@ export declare const phone_session: z.ZodObject<{
1627
1627
  is_managed: true;
1628
1628
  acs_system_id: string;
1629
1629
  acs_credential_id: string | null;
1630
- access_method: "code" | "card" | "mobile_key";
1630
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1631
1631
  acs_entrances: {
1632
1632
  display_name: string;
1633
1633
  created_at: string;
@@ -1725,7 +1725,7 @@ export declare const phone_session: z.ZodObject<{
1725
1725
  issued_at?: string | null | undefined;
1726
1726
  is_issued?: boolean | undefined;
1727
1727
  acs_user_id?: string | undefined;
1728
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1728
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1729
1729
  external_type_display_name?: string | undefined;
1730
1730
  acs_credential_pool_id?: string | undefined;
1731
1731
  parent_acs_credential_id?: string | undefined;
@@ -1770,7 +1770,7 @@ export declare const phone_session: z.ZodObject<{
1770
1770
  is_managed: true;
1771
1771
  acs_system_id: string;
1772
1772
  acs_credential_id: string | null;
1773
- access_method: "code" | "card" | "mobile_key";
1773
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1774
1774
  acs_entrances: {
1775
1775
  display_name: string;
1776
1776
  created_at: string;
@@ -1868,7 +1868,7 @@ export declare const phone_session: z.ZodObject<{
1868
1868
  issued_at?: string | null | undefined;
1869
1869
  is_issued?: boolean | undefined;
1870
1870
  acs_user_id?: string | undefined;
1871
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1871
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1872
1872
  external_type_display_name?: string | undefined;
1873
1873
  acs_credential_pool_id?: string | undefined;
1874
1874
  parent_acs_credential_id?: string | undefined;
@@ -1915,7 +1915,7 @@ export declare const phone_session: z.ZodObject<{
1915
1915
  is_managed: true;
1916
1916
  acs_system_id: string;
1917
1917
  acs_credential_id: string | null;
1918
- access_method: "code" | "card" | "mobile_key";
1918
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1919
1919
  acs_entrances: {
1920
1920
  display_name: string;
1921
1921
  created_at: string;
@@ -2013,7 +2013,7 @@ export declare const phone_session: z.ZodObject<{
2013
2013
  issued_at?: string | null | undefined;
2014
2014
  is_issued?: boolean | undefined;
2015
2015
  acs_user_id?: string | undefined;
2016
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2016
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2017
2017
  external_type_display_name?: string | undefined;
2018
2018
  acs_credential_pool_id?: string | undefined;
2019
2019
  parent_acs_credential_id?: string | undefined;
@@ -2066,7 +2066,7 @@ export declare const phone_session: z.ZodObject<{
2066
2066
  is_managed: true;
2067
2067
  acs_system_id: string;
2068
2068
  acs_credential_id: string | null;
2069
- access_method: "code" | "card" | "mobile_key";
2069
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2070
2070
  acs_entrances: {
2071
2071
  display_name: string;
2072
2072
  created_at: string;
@@ -2164,7 +2164,7 @@ export declare const phone_session: z.ZodObject<{
2164
2164
  issued_at?: string | null | undefined;
2165
2165
  is_issued?: boolean | undefined;
2166
2166
  acs_user_id?: string | undefined;
2167
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2167
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2168
2168
  external_type_display_name?: string | undefined;
2169
2169
  acs_credential_pool_id?: string | undefined;
2170
2170
  parent_acs_credential_id?: string | undefined;
@@ -2332,7 +2332,7 @@ export declare const phone_session: z.ZodObject<{
2332
2332
  is_managed: true;
2333
2333
  acs_system_id: string;
2334
2334
  acs_credential_id: string | null;
2335
- access_method: "code" | "card" | "mobile_key";
2335
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2336
2336
  acs_entrances: {
2337
2337
  display_name: string;
2338
2338
  created_at: string;
@@ -2430,7 +2430,7 @@ export declare const phone_session: z.ZodObject<{
2430
2430
  issued_at?: string | null | undefined;
2431
2431
  is_issued?: boolean | undefined;
2432
2432
  acs_user_id?: string | undefined;
2433
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2433
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2434
2434
  external_type_display_name?: string | undefined;
2435
2435
  acs_credential_pool_id?: string | undefined;
2436
2436
  parent_acs_credential_id?: string | undefined;
@@ -2514,7 +2514,7 @@ export declare const phone_session: z.ZodObject<{
2514
2514
  is_managed: true;
2515
2515
  acs_system_id: string;
2516
2516
  acs_credential_id: string | null;
2517
- access_method: "code" | "card" | "mobile_key";
2517
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2518
2518
  acs_entrances: {
2519
2519
  display_name: string;
2520
2520
  created_at: string;
@@ -2612,7 +2612,7 @@ export declare const phone_session: z.ZodObject<{
2612
2612
  issued_at?: string | null | undefined;
2613
2613
  is_issued?: boolean | undefined;
2614
2614
  acs_user_id?: string | undefined;
2615
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2615
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2616
2616
  external_type_display_name?: string | undefined;
2617
2617
  acs_credential_pool_id?: string | undefined;
2618
2618
  parent_acs_credential_id?: string | undefined;
@@ -2858,8 +2858,8 @@ export default {
2858
2858
  description: 'Means by which an [access control system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `acs_credential` object represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nAn access control system generally uses digital means of access to authorize a user trying to get through a specific entrance. Examples of credentials include plastic key cards, mobile keys, biometric identifiers, and PIN codes. The electronic nature of these credentials, as well as the fact that access is centralized, enables both the rapid provisioning and rescinding of access and the ability to compile access audit logs.\n\nFor each `acs_credential`, you define the access method. You can also specify additional properties, such as a PIN code, depending on the credential type.',
2859
2859
  properties: {
2860
2860
  access_method: {
2861
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
2862
- enum: ['code', 'card', 'mobile_key'],
2861
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
2862
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
2863
2863
  type: 'string',
2864
2864
  },
2865
2865
  acs_credential_id: {
@@ -2956,6 +2956,7 @@ export default {
2956
2956
  enum: [
2957
2957
  'pti_card',
2958
2958
  'brivo_credential',
2959
+ 'brivo_digital_credential',
2959
2960
  'hid_credential',
2960
2961
  'visionline_card',
2961
2962
  'salto_ks_credential',
@@ -5114,8 +5115,8 @@ export default {
5114
5115
  description: 'Means by which an [access control system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `acs_credential` object represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nAn access control system generally uses digital means of access to authorize a user trying to get through a specific entrance. Examples of credentials include plastic key cards, mobile keys, biometric identifiers, and PIN codes. The electronic nature of these credentials, as well as the fact that access is centralized, enables both the rapid provisioning and rescinding of access and the ability to compile access audit logs.\n\nFor each `acs_credential`, you define the access method. You can also specify additional properties, such as a PIN code, depending on the credential type.',
5115
5116
  properties: {
5116
5117
  access_method: {
5117
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
5118
- enum: ['code', 'card', 'mobile_key'],
5118
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
5119
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
5119
5120
  type: 'string',
5120
5121
  },
5121
5122
  acs_credential_id: {
@@ -5215,6 +5216,7 @@ export default {
5215
5216
  enum: [
5216
5217
  'pti_card',
5217
5218
  'brivo_credential',
5219
+ 'brivo_digital_credential',
5218
5220
  'hid_credential',
5219
5221
  'visionline_card',
5220
5222
  'salto_ks_credential',
@@ -5504,8 +5506,8 @@ export default {
5504
5506
  description: 'Means by which an [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `unmanaged_acs_credential` object, which is not managed by Seam, represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). For each `acs_credential` object, you define the access method. You can also specify additional properties, such as a PIN code.',
5505
5507
  properties: {
5506
5508
  access_method: {
5507
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
5508
- enum: ['code', 'card', 'mobile_key'],
5509
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
5510
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
5509
5511
  type: 'string',
5510
5512
  },
5511
5513
  acs_credential_id: {
@@ -5605,6 +5607,7 @@ export default {
5605
5607
  enum: [
5606
5608
  'pti_card',
5607
5609
  'brivo_credential',
5610
+ 'brivo_digital_credential',
5608
5611
  'hid_credential',
5609
5612
  'visionline_card',
5610
5613
  'salto_ks_credential',
@@ -6088,8 +6091,8 @@ export default {
6088
6091
  description: 'Means by which an [access control system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `acs_credential` object represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nAn access control system generally uses digital means of access to authorize a user trying to get through a specific entrance. Examples of credentials include plastic key cards, mobile keys, biometric identifiers, and PIN codes. The electronic nature of these credentials, as well as the fact that access is centralized, enables both the rapid provisioning and rescinding of access and the ability to compile access audit logs.\n\nFor each `acs_credential`, you define the access method. You can also specify additional properties, such as a PIN code, depending on the credential type.',
6089
6092
  properties: {
6090
6093
  access_method: {
6091
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
6092
- enum: ['code', 'card', 'mobile_key'],
6094
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
6095
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
6093
6096
  type: 'string',
6094
6097
  },
6095
6098
  acs_credential_id: {
@@ -6189,6 +6192,7 @@ export default {
6189
6192
  enum: [
6190
6193
  'pti_card',
6191
6194
  'brivo_credential',
6195
+ 'brivo_digital_credential',
6192
6196
  'hid_credential',
6193
6197
  'visionline_card',
6194
6198
  'salto_ks_credential',
@@ -6476,8 +6480,8 @@ export default {
6476
6480
  description: 'Means by which an [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `unmanaged_acs_credential` object, which is not managed by Seam, represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). For each `acs_credential` object, you define the access method. You can also specify additional properties, such as a PIN code.',
6477
6481
  properties: {
6478
6482
  access_method: {
6479
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
6480
- enum: ['code', 'card', 'mobile_key'],
6483
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
6484
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
6481
6485
  type: 'string',
6482
6486
  },
6483
6487
  acs_credential_id: {
@@ -6577,6 +6581,7 @@ export default {
6577
6581
  enum: [
6578
6582
  'pti_card',
6579
6583
  'brivo_credential',
6584
+ 'brivo_digital_credential',
6580
6585
  'hid_credential',
6581
6586
  'visionline_card',
6582
6587
  'salto_ks_credential',
@@ -21591,8 +21596,8 @@ export default {
21591
21596
  description: 'Means by which an [access control system user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `acs_credential` object represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).\n\nAn access control system generally uses digital means of access to authorize a user trying to get through a specific entrance. Examples of credentials include plastic key cards, mobile keys, biometric identifiers, and PIN codes. The electronic nature of these credentials, as well as the fact that access is centralized, enables both the rapid provisioning and rescinding of access and the ability to compile access audit logs.\n\nFor each `acs_credential`, you define the access method. You can also specify additional properties, such as a PIN code, depending on the credential type.',
21592
21597
  properties: {
21593
21598
  access_method: {
21594
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
21595
- enum: ['code', 'card', 'mobile_key'],
21599
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
21600
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
21596
21601
  type: 'string',
21597
21602
  },
21598
21603
  acs_credential_id: { nullable: true, type: 'string' },
@@ -22014,6 +22019,7 @@ export default {
22014
22019
  enum: [
22015
22020
  'pti_card',
22016
22021
  'brivo_credential',
22022
+ 'brivo_digital_credential',
22017
22023
  'hid_credential',
22018
22024
  'visionline_card',
22019
22025
  'salto_ks_credential',
@@ -24780,8 +24786,8 @@ export default {
24780
24786
  description: 'Means by which an [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The `unmanaged_acs_credential` object, which is not managed by Seam, represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). For each `acs_credential` object, you define the access method. You can also specify additional properties, such as a PIN code.',
24781
24787
  properties: {
24782
24788
  access_method: {
24783
- description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`.',
24784
- enum: ['code', 'card', 'mobile_key'],
24789
+ description: 'Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
24790
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
24785
24791
  type: 'string',
24786
24792
  },
24787
24793
  acs_credential_id: {
@@ -24878,6 +24884,7 @@ export default {
24878
24884
  enum: [
24879
24885
  'pti_card',
24880
24886
  'brivo_credential',
24887
+ 'brivo_digital_credential',
24881
24888
  'hid_credential',
24882
24889
  'visionline_card',
24883
24890
  'salto_ks_credential',
@@ -37519,8 +37526,8 @@ export default {
37519
37526
  schema: {
37520
37527
  properties: {
37521
37528
  access_method: {
37522
- description: 'Access method for the new credential. Supported values: `code`, `card`, `mobile_key`.',
37523
- enum: ['code', 'card', 'mobile_key'],
37529
+ description: 'Access method for the new credential. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.',
37530
+ enum: ['code', 'card', 'mobile_key', 'cloud_key'],
37524
37531
  type: 'string',
37525
37532
  },
37526
37533
  acs_system_id: {