@seamapi/types 1.984.0 → 1.985.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.
@@ -220,7 +220,7 @@ export type Routes = {
220
220
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
221
221
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
222
222
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
223
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
223
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
224
224
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
225
225
  external_type_display_name?: string | undefined;
226
226
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -322,6 +322,11 @@ export type Routes = {
322
322
  /** Endpoint ID in the Vostio access system. */
323
323
  endpoint_id?: (string | undefined) | undefined;
324
324
  } | undefined;
325
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
326
+ akiles_metadata?: {
327
+ /** ID of the Akiles member PIN. */
328
+ member_pin_id?: (string | undefined) | undefined;
329
+ } | undefined;
325
330
  /** Indicates whether Seam manages the credential. */
326
331
  is_managed: true;
327
332
  } | {
@@ -354,7 +359,7 @@ export type Routes = {
354
359
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
355
360
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
356
361
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
357
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
362
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
358
363
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
359
364
  external_type_display_name?: string | undefined;
360
365
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -456,6 +461,11 @@ export type Routes = {
456
461
  /** Endpoint ID in the Vostio access system. */
457
462
  endpoint_id?: (string | undefined) | undefined;
458
463
  } | undefined;
464
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
465
+ akiles_metadata?: {
466
+ /** ID of the Akiles member PIN. */
467
+ member_pin_id?: (string | undefined) | undefined;
468
+ } | undefined;
459
469
  is_managed: false;
460
470
  }) | null;
461
471
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -554,7 +564,7 @@ export type Routes = {
554
564
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
555
565
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
556
566
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
557
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
567
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
558
568
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
559
569
  external_type_display_name?: string | undefined;
560
570
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -656,6 +666,11 @@ export type Routes = {
656
666
  /** Endpoint ID in the Vostio access system. */
657
667
  endpoint_id?: (string | undefined) | undefined;
658
668
  } | undefined;
669
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
670
+ akiles_metadata?: {
671
+ /** ID of the Akiles member PIN. */
672
+ member_pin_id?: (string | undefined) | undefined;
673
+ } | undefined;
659
674
  /** Indicates whether Seam manages the credential. */
660
675
  is_managed: true;
661
676
  } | {
@@ -688,7 +703,7 @@ export type Routes = {
688
703
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
689
704
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
690
705
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
691
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
706
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
692
707
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
693
708
  external_type_display_name?: string | undefined;
694
709
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -790,6 +805,11 @@ export type Routes = {
790
805
  /** Endpoint ID in the Vostio access system. */
791
806
  endpoint_id?: (string | undefined) | undefined;
792
807
  } | undefined;
808
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
809
+ akiles_metadata?: {
810
+ /** ID of the Akiles member PIN. */
811
+ member_pin_id?: (string | undefined) | undefined;
812
+ } | undefined;
793
813
  is_managed: false;
794
814
  };
795
815
  } | {
@@ -900,7 +920,7 @@ export type Routes = {
900
920
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
901
921
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
902
922
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
903
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
923
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
904
924
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
905
925
  external_type_display_name?: string | undefined;
906
926
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -1002,6 +1022,11 @@ export type Routes = {
1002
1022
  /** Endpoint ID in the Vostio access system. */
1003
1023
  endpoint_id?: (string | undefined) | undefined;
1004
1024
  } | undefined;
1025
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
1026
+ akiles_metadata?: {
1027
+ /** ID of the Akiles member PIN. */
1028
+ member_pin_id?: (string | undefined) | undefined;
1029
+ } | undefined;
1005
1030
  /** Indicates whether Seam manages the credential. */
1006
1031
  is_managed: true;
1007
1032
  };
@@ -2878,7 +2903,7 @@ export type Routes = {
2878
2903
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
2879
2904
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
2880
2905
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
2881
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
2906
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
2882
2907
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
2883
2908
  external_type_display_name?: string | undefined;
2884
2909
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -2980,6 +3005,11 @@ export type Routes = {
2980
3005
  /** Endpoint ID in the Vostio access system. */
2981
3006
  endpoint_id?: (string | undefined) | undefined;
2982
3007
  } | undefined;
3008
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3009
+ akiles_metadata?: {
3010
+ /** ID of the Akiles member PIN. */
3011
+ member_pin_id?: (string | undefined) | undefined;
3012
+ } | undefined;
2983
3013
  /** Indicates whether Seam manages the credential. */
2984
3014
  is_managed: true;
2985
3015
  } | {
@@ -3012,7 +3042,7 @@ export type Routes = {
3012
3042
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
3013
3043
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
3014
3044
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
3015
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
3045
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
3016
3046
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
3017
3047
  external_type_display_name?: string | undefined;
3018
3048
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -3114,6 +3144,11 @@ export type Routes = {
3114
3144
  /** Endpoint ID in the Vostio access system. */
3115
3145
  endpoint_id?: (string | undefined) | undefined;
3116
3146
  } | undefined;
3147
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3148
+ akiles_metadata?: {
3149
+ /** ID of the Akiles member PIN. */
3150
+ member_pin_id?: (string | undefined) | undefined;
3151
+ } | undefined;
3117
3152
  is_managed: false;
3118
3153
  }) | null;
3119
3154
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -3212,7 +3247,7 @@ export type Routes = {
3212
3247
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
3213
3248
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
3214
3249
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
3215
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
3250
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
3216
3251
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
3217
3252
  external_type_display_name?: string | undefined;
3218
3253
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -3314,6 +3349,11 @@ export type Routes = {
3314
3349
  /** Endpoint ID in the Vostio access system. */
3315
3350
  endpoint_id?: (string | undefined) | undefined;
3316
3351
  } | undefined;
3352
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3353
+ akiles_metadata?: {
3354
+ /** ID of the Akiles member PIN. */
3355
+ member_pin_id?: (string | undefined) | undefined;
3356
+ } | undefined;
3317
3357
  /** Indicates whether Seam manages the credential. */
3318
3358
  is_managed: true;
3319
3359
  } | {
@@ -3346,7 +3386,7 @@ export type Routes = {
3346
3386
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
3347
3387
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
3348
3388
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
3349
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
3389
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
3350
3390
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
3351
3391
  external_type_display_name?: string | undefined;
3352
3392
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -3448,6 +3488,11 @@ export type Routes = {
3448
3488
  /** Endpoint ID in the Vostio access system. */
3449
3489
  endpoint_id?: (string | undefined) | undefined;
3450
3490
  } | undefined;
3491
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3492
+ akiles_metadata?: {
3493
+ /** ID of the Akiles member PIN. */
3494
+ member_pin_id?: (string | undefined) | undefined;
3495
+ } | undefined;
3451
3496
  is_managed: false;
3452
3497
  };
3453
3498
  } | {
@@ -3558,7 +3603,7 @@ export type Routes = {
3558
3603
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
3559
3604
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
3560
3605
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
3561
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
3606
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
3562
3607
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
3563
3608
  external_type_display_name?: string | undefined;
3564
3609
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -3660,6 +3705,11 @@ export type Routes = {
3660
3705
  /** Endpoint ID in the Vostio access system. */
3661
3706
  endpoint_id?: (string | undefined) | undefined;
3662
3707
  } | undefined;
3708
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
3709
+ akiles_metadata?: {
3710
+ /** ID of the Akiles member PIN. */
3711
+ member_pin_id?: (string | undefined) | undefined;
3712
+ } | undefined;
3663
3713
  /** Indicates whether Seam manages the credential. */
3664
3714
  is_managed: true;
3665
3715
  };
@@ -6969,7 +7019,7 @@ export type Routes = {
6969
7019
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
6970
7020
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
6971
7021
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
6972
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
7022
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
6973
7023
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
6974
7024
  external_type_display_name?: string | undefined;
6975
7025
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -7071,6 +7121,11 @@ export type Routes = {
7071
7121
  /** Endpoint ID in the Vostio access system. */
7072
7122
  endpoint_id?: (string | undefined) | undefined;
7073
7123
  } | undefined;
7124
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
7125
+ akiles_metadata?: {
7126
+ /** ID of the Akiles member PIN. */
7127
+ member_pin_id?: (string | undefined) | undefined;
7128
+ } | undefined;
7074
7129
  /** Indicates whether Seam manages the credential. */
7075
7130
  is_managed: true;
7076
7131
  } | {
@@ -7103,7 +7158,7 @@ export type Routes = {
7103
7158
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
7104
7159
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
7105
7160
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
7106
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
7161
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
7107
7162
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
7108
7163
  external_type_display_name?: string | undefined;
7109
7164
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -7205,6 +7260,11 @@ export type Routes = {
7205
7260
  /** Endpoint ID in the Vostio access system. */
7206
7261
  endpoint_id?: (string | undefined) | undefined;
7207
7262
  } | undefined;
7263
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
7264
+ akiles_metadata?: {
7265
+ /** ID of the Akiles member PIN. */
7266
+ member_pin_id?: (string | undefined) | undefined;
7267
+ } | undefined;
7208
7268
  is_managed: false;
7209
7269
  }) | null;
7210
7270
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -7303,7 +7363,7 @@ export type Routes = {
7303
7363
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
7304
7364
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
7305
7365
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
7306
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
7366
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
7307
7367
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
7308
7368
  external_type_display_name?: string | undefined;
7309
7369
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -7405,6 +7465,11 @@ export type Routes = {
7405
7465
  /** Endpoint ID in the Vostio access system. */
7406
7466
  endpoint_id?: (string | undefined) | undefined;
7407
7467
  } | undefined;
7468
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
7469
+ akiles_metadata?: {
7470
+ /** ID of the Akiles member PIN. */
7471
+ member_pin_id?: (string | undefined) | undefined;
7472
+ } | undefined;
7408
7473
  /** Indicates whether Seam manages the credential. */
7409
7474
  is_managed: true;
7410
7475
  } | {
@@ -7437,7 +7502,7 @@ export type Routes = {
7437
7502
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
7438
7503
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
7439
7504
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
7440
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
7505
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
7441
7506
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
7442
7507
  external_type_display_name?: string | undefined;
7443
7508
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -7539,6 +7604,11 @@ export type Routes = {
7539
7604
  /** Endpoint ID in the Vostio access system. */
7540
7605
  endpoint_id?: (string | undefined) | undefined;
7541
7606
  } | undefined;
7607
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
7608
+ akiles_metadata?: {
7609
+ /** ID of the Akiles member PIN. */
7610
+ member_pin_id?: (string | undefined) | undefined;
7611
+ } | undefined;
7542
7612
  is_managed: false;
7543
7613
  };
7544
7614
  } | {
@@ -7649,7 +7719,7 @@ export type Routes = {
7649
7719
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
7650
7720
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
7651
7721
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
7652
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
7722
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
7653
7723
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
7654
7724
  external_type_display_name?: string | undefined;
7655
7725
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -7751,6 +7821,11 @@ export type Routes = {
7751
7821
  /** Endpoint ID in the Vostio access system. */
7752
7822
  endpoint_id?: (string | undefined) | undefined;
7753
7823
  } | undefined;
7824
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
7825
+ akiles_metadata?: {
7826
+ /** ID of the Akiles member PIN. */
7827
+ member_pin_id?: (string | undefined) | undefined;
7828
+ } | undefined;
7754
7829
  /** Indicates whether Seam manages the credential. */
7755
7830
  is_managed: true;
7756
7831
  };
@@ -9507,7 +9582,7 @@ export type Routes = {
9507
9582
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
9508
9583
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
9509
9584
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
9510
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
9585
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
9511
9586
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
9512
9587
  external_type_display_name?: string | undefined;
9513
9588
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -9609,6 +9684,11 @@ export type Routes = {
9609
9684
  /** Endpoint ID in the Vostio access system. */
9610
9685
  endpoint_id?: (string | undefined) | undefined;
9611
9686
  } | undefined;
9687
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
9688
+ akiles_metadata?: {
9689
+ /** ID of the Akiles member PIN. */
9690
+ member_pin_id?: (string | undefined) | undefined;
9691
+ } | undefined;
9612
9692
  /** Indicates whether Seam manages the credential. */
9613
9693
  is_managed: true;
9614
9694
  } | {
@@ -9641,7 +9721,7 @@ export type Routes = {
9641
9721
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
9642
9722
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
9643
9723
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
9644
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
9724
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
9645
9725
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
9646
9726
  external_type_display_name?: string | undefined;
9647
9727
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -9743,6 +9823,11 @@ export type Routes = {
9743
9823
  /** Endpoint ID in the Vostio access system. */
9744
9824
  endpoint_id?: (string | undefined) | undefined;
9745
9825
  } | undefined;
9826
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
9827
+ akiles_metadata?: {
9828
+ /** ID of the Akiles member PIN. */
9829
+ member_pin_id?: (string | undefined) | undefined;
9830
+ } | undefined;
9746
9831
  is_managed: false;
9747
9832
  }) | null;
9748
9833
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -9841,7 +9926,7 @@ export type Routes = {
9841
9926
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
9842
9927
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
9843
9928
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
9844
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
9929
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
9845
9930
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
9846
9931
  external_type_display_name?: string | undefined;
9847
9932
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -9943,6 +10028,11 @@ export type Routes = {
9943
10028
  /** Endpoint ID in the Vostio access system. */
9944
10029
  endpoint_id?: (string | undefined) | undefined;
9945
10030
  } | undefined;
10031
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
10032
+ akiles_metadata?: {
10033
+ /** ID of the Akiles member PIN. */
10034
+ member_pin_id?: (string | undefined) | undefined;
10035
+ } | undefined;
9946
10036
  /** Indicates whether Seam manages the credential. */
9947
10037
  is_managed: true;
9948
10038
  } | {
@@ -9975,7 +10065,7 @@ export type Routes = {
9975
10065
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
9976
10066
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
9977
10067
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
9978
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
10068
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
9979
10069
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
9980
10070
  external_type_display_name?: string | undefined;
9981
10071
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -10077,6 +10167,11 @@ export type Routes = {
10077
10167
  /** Endpoint ID in the Vostio access system. */
10078
10168
  endpoint_id?: (string | undefined) | undefined;
10079
10169
  } | undefined;
10170
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
10171
+ akiles_metadata?: {
10172
+ /** ID of the Akiles member PIN. */
10173
+ member_pin_id?: (string | undefined) | undefined;
10174
+ } | undefined;
10080
10175
  is_managed: false;
10081
10176
  };
10082
10177
  } | {
@@ -10187,7 +10282,7 @@ export type Routes = {
10187
10282
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
10188
10283
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
10189
10284
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
10190
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
10285
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
10191
10286
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
10192
10287
  external_type_display_name?: string | undefined;
10193
10288
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -10289,6 +10384,11 @@ export type Routes = {
10289
10384
  /** Endpoint ID in the Vostio access system. */
10290
10385
  endpoint_id?: (string | undefined) | undefined;
10291
10386
  } | undefined;
10387
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
10388
+ akiles_metadata?: {
10389
+ /** ID of the Akiles member PIN. */
10390
+ member_pin_id?: (string | undefined) | undefined;
10391
+ } | undefined;
10292
10392
  /** Indicates whether Seam manages the credential. */
10293
10393
  is_managed: true;
10294
10394
  };
@@ -14964,7 +15064,7 @@ export type Routes = {
14964
15064
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
14965
15065
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
14966
15066
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
14967
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
15067
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
14968
15068
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
14969
15069
  external_type_display_name?: string | undefined;
14970
15070
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -15066,6 +15166,11 @@ export type Routes = {
15066
15166
  /** Endpoint ID in the Vostio access system. */
15067
15167
  endpoint_id?: (string | undefined) | undefined;
15068
15168
  } | undefined;
15169
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
15170
+ akiles_metadata?: {
15171
+ /** ID of the Akiles member PIN. */
15172
+ member_pin_id?: (string | undefined) | undefined;
15173
+ } | undefined;
15069
15174
  /** Indicates whether Seam manages the credential. */
15070
15175
  is_managed: true;
15071
15176
  } | {
@@ -15098,7 +15203,7 @@ export type Routes = {
15098
15203
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
15099
15204
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
15100
15205
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
15101
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
15206
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
15102
15207
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
15103
15208
  external_type_display_name?: string | undefined;
15104
15209
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -15200,6 +15305,11 @@ export type Routes = {
15200
15305
  /** Endpoint ID in the Vostio access system. */
15201
15306
  endpoint_id?: (string | undefined) | undefined;
15202
15307
  } | undefined;
15308
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
15309
+ akiles_metadata?: {
15310
+ /** ID of the Akiles member PIN. */
15311
+ member_pin_id?: (string | undefined) | undefined;
15312
+ } | undefined;
15203
15313
  is_managed: false;
15204
15314
  }) | null;
15205
15315
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -15298,7 +15408,7 @@ export type Routes = {
15298
15408
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
15299
15409
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
15300
15410
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
15301
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
15411
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
15302
15412
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
15303
15413
  external_type_display_name?: string | undefined;
15304
15414
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -15400,6 +15510,11 @@ export type Routes = {
15400
15510
  /** Endpoint ID in the Vostio access system. */
15401
15511
  endpoint_id?: (string | undefined) | undefined;
15402
15512
  } | undefined;
15513
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
15514
+ akiles_metadata?: {
15515
+ /** ID of the Akiles member PIN. */
15516
+ member_pin_id?: (string | undefined) | undefined;
15517
+ } | undefined;
15403
15518
  /** Indicates whether Seam manages the credential. */
15404
15519
  is_managed: true;
15405
15520
  } | {
@@ -15432,7 +15547,7 @@ export type Routes = {
15432
15547
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
15433
15548
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
15434
15549
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
15435
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
15550
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
15436
15551
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
15437
15552
  external_type_display_name?: string | undefined;
15438
15553
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -15534,6 +15649,11 @@ export type Routes = {
15534
15649
  /** Endpoint ID in the Vostio access system. */
15535
15650
  endpoint_id?: (string | undefined) | undefined;
15536
15651
  } | undefined;
15652
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
15653
+ akiles_metadata?: {
15654
+ /** ID of the Akiles member PIN. */
15655
+ member_pin_id?: (string | undefined) | undefined;
15656
+ } | undefined;
15537
15657
  is_managed: false;
15538
15658
  };
15539
15659
  } | {
@@ -15644,7 +15764,7 @@ export type Routes = {
15644
15764
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
15645
15765
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
15646
15766
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
15647
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
15767
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
15648
15768
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
15649
15769
  external_type_display_name?: string | undefined;
15650
15770
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -15746,6 +15866,11 @@ export type Routes = {
15746
15866
  /** Endpoint ID in the Vostio access system. */
15747
15867
  endpoint_id?: (string | undefined) | undefined;
15748
15868
  } | undefined;
15869
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
15870
+ akiles_metadata?: {
15871
+ /** ID of the Akiles member PIN. */
15872
+ member_pin_id?: (string | undefined) | undefined;
15873
+ } | undefined;
15749
15874
  /** Indicates whether Seam manages the credential. */
15750
15875
  is_managed: true;
15751
15876
  };
@@ -16699,7 +16824,7 @@ export type Routes = {
16699
16824
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
16700
16825
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
16701
16826
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
16702
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
16827
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
16703
16828
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
16704
16829
  external_type_display_name?: string | undefined;
16705
16830
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -16801,6 +16926,11 @@ export type Routes = {
16801
16926
  /** Endpoint ID in the Vostio access system. */
16802
16927
  endpoint_id?: (string | undefined) | undefined;
16803
16928
  } | undefined;
16929
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
16930
+ akiles_metadata?: {
16931
+ /** ID of the Akiles member PIN. */
16932
+ member_pin_id?: (string | undefined) | undefined;
16933
+ } | undefined;
16804
16934
  /** Indicates whether Seam manages the credential. */
16805
16935
  is_managed: true;
16806
16936
  } | {
@@ -16833,7 +16963,7 @@ export type Routes = {
16833
16963
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
16834
16964
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
16835
16965
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
16836
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
16966
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
16837
16967
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
16838
16968
  external_type_display_name?: string | undefined;
16839
16969
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -16935,6 +17065,11 @@ export type Routes = {
16935
17065
  /** Endpoint ID in the Vostio access system. */
16936
17066
  endpoint_id?: (string | undefined) | undefined;
16937
17067
  } | undefined;
17068
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17069
+ akiles_metadata?: {
17070
+ /** ID of the Akiles member PIN. */
17071
+ member_pin_id?: (string | undefined) | undefined;
17072
+ } | undefined;
16938
17073
  is_managed: false;
16939
17074
  }) | null;
16940
17075
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -17033,7 +17168,7 @@ export type Routes = {
17033
17168
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
17034
17169
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
17035
17170
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
17036
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
17171
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
17037
17172
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
17038
17173
  external_type_display_name?: string | undefined;
17039
17174
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -17135,6 +17270,11 @@ export type Routes = {
17135
17270
  /** Endpoint ID in the Vostio access system. */
17136
17271
  endpoint_id?: (string | undefined) | undefined;
17137
17272
  } | undefined;
17273
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17274
+ akiles_metadata?: {
17275
+ /** ID of the Akiles member PIN. */
17276
+ member_pin_id?: (string | undefined) | undefined;
17277
+ } | undefined;
17138
17278
  /** Indicates whether Seam manages the credential. */
17139
17279
  is_managed: true;
17140
17280
  } | {
@@ -17167,7 +17307,7 @@ export type Routes = {
17167
17307
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
17168
17308
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
17169
17309
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
17170
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
17310
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
17171
17311
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
17172
17312
  external_type_display_name?: string | undefined;
17173
17313
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -17269,6 +17409,11 @@ export type Routes = {
17269
17409
  /** Endpoint ID in the Vostio access system. */
17270
17410
  endpoint_id?: (string | undefined) | undefined;
17271
17411
  } | undefined;
17412
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17413
+ akiles_metadata?: {
17414
+ /** ID of the Akiles member PIN. */
17415
+ member_pin_id?: (string | undefined) | undefined;
17416
+ } | undefined;
17272
17417
  is_managed: false;
17273
17418
  };
17274
17419
  } | {
@@ -17379,7 +17524,7 @@ export type Routes = {
17379
17524
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
17380
17525
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
17381
17526
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
17382
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
17527
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
17383
17528
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
17384
17529
  external_type_display_name?: string | undefined;
17385
17530
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -17481,6 +17626,11 @@ export type Routes = {
17481
17626
  /** Endpoint ID in the Vostio access system. */
17482
17627
  endpoint_id?: (string | undefined) | undefined;
17483
17628
  } | undefined;
17629
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
17630
+ akiles_metadata?: {
17631
+ /** ID of the Akiles member PIN. */
17632
+ member_pin_id?: (string | undefined) | undefined;
17633
+ } | undefined;
17484
17634
  /** Indicates whether Seam manages the credential. */
17485
17635
  is_managed: true;
17486
17636
  };
@@ -20498,7 +20648,7 @@ export type Routes = {
20498
20648
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
20499
20649
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
20500
20650
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
20501
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
20651
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
20502
20652
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
20503
20653
  external_type_display_name?: string | undefined;
20504
20654
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -20600,6 +20750,11 @@ export type Routes = {
20600
20750
  /** Endpoint ID in the Vostio access system. */
20601
20751
  endpoint_id?: (string | undefined) | undefined;
20602
20752
  } | undefined;
20753
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
20754
+ akiles_metadata?: {
20755
+ /** ID of the Akiles member PIN. */
20756
+ member_pin_id?: (string | undefined) | undefined;
20757
+ } | undefined;
20603
20758
  /** Indicates whether Seam manages the credential. */
20604
20759
  is_managed: true;
20605
20760
  }[] | undefined;
@@ -20959,7 +21114,7 @@ export type Routes = {
20959
21114
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
20960
21115
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
20961
21116
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
20962
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
21117
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
20963
21118
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
20964
21119
  external_type_display_name?: string | undefined;
20965
21120
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -21061,6 +21216,11 @@ export type Routes = {
21061
21216
  /** Endpoint ID in the Vostio access system. */
21062
21217
  endpoint_id?: (string | undefined) | undefined;
21063
21218
  } | undefined;
21219
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
21220
+ akiles_metadata?: {
21221
+ /** ID of the Akiles member PIN. */
21222
+ member_pin_id?: (string | undefined) | undefined;
21223
+ } | undefined;
21064
21224
  /** Indicates whether Seam manages the credential. */
21065
21225
  is_managed: true;
21066
21226
  } | {
@@ -21093,7 +21253,7 @@ export type Routes = {
21093
21253
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
21094
21254
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
21095
21255
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
21096
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
21256
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
21097
21257
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
21098
21258
  external_type_display_name?: string | undefined;
21099
21259
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -21195,6 +21355,11 @@ export type Routes = {
21195
21355
  /** Endpoint ID in the Vostio access system. */
21196
21356
  endpoint_id?: (string | undefined) | undefined;
21197
21357
  } | undefined;
21358
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
21359
+ akiles_metadata?: {
21360
+ /** ID of the Akiles member PIN. */
21361
+ member_pin_id?: (string | undefined) | undefined;
21362
+ } | undefined;
21198
21363
  is_managed: false;
21199
21364
  }) | null;
21200
21365
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -21293,7 +21458,7 @@ export type Routes = {
21293
21458
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
21294
21459
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
21295
21460
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
21296
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
21461
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
21297
21462
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
21298
21463
  external_type_display_name?: string | undefined;
21299
21464
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -21395,6 +21560,11 @@ export type Routes = {
21395
21560
  /** Endpoint ID in the Vostio access system. */
21396
21561
  endpoint_id?: (string | undefined) | undefined;
21397
21562
  } | undefined;
21563
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
21564
+ akiles_metadata?: {
21565
+ /** ID of the Akiles member PIN. */
21566
+ member_pin_id?: (string | undefined) | undefined;
21567
+ } | undefined;
21398
21568
  /** Indicates whether Seam manages the credential. */
21399
21569
  is_managed: true;
21400
21570
  } | {
@@ -21427,7 +21597,7 @@ export type Routes = {
21427
21597
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
21428
21598
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
21429
21599
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
21430
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
21600
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
21431
21601
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
21432
21602
  external_type_display_name?: string | undefined;
21433
21603
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -21529,6 +21699,11 @@ export type Routes = {
21529
21699
  /** Endpoint ID in the Vostio access system. */
21530
21700
  endpoint_id?: (string | undefined) | undefined;
21531
21701
  } | undefined;
21702
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
21703
+ akiles_metadata?: {
21704
+ /** ID of the Akiles member PIN. */
21705
+ member_pin_id?: (string | undefined) | undefined;
21706
+ } | undefined;
21532
21707
  is_managed: false;
21533
21708
  };
21534
21709
  } | {
@@ -21639,7 +21814,7 @@ export type Routes = {
21639
21814
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
21640
21815
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
21641
21816
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
21642
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
21817
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
21643
21818
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
21644
21819
  external_type_display_name?: string | undefined;
21645
21820
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -21741,6 +21916,11 @@ export type Routes = {
21741
21916
  /** Endpoint ID in the Vostio access system. */
21742
21917
  endpoint_id?: (string | undefined) | undefined;
21743
21918
  } | undefined;
21919
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
21920
+ akiles_metadata?: {
21921
+ /** ID of the Akiles member PIN. */
21922
+ member_pin_id?: (string | undefined) | undefined;
21923
+ } | undefined;
21744
21924
  /** Indicates whether Seam manages the credential. */
21745
21925
  is_managed: true;
21746
21926
  };
@@ -24158,7 +24338,7 @@ export type Routes = {
24158
24338
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
24159
24339
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
24160
24340
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
24161
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
24341
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
24162
24342
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
24163
24343
  external_type_display_name?: string | undefined;
24164
24344
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -24260,6 +24440,11 @@ export type Routes = {
24260
24440
  /** Endpoint ID in the Vostio access system. */
24261
24441
  endpoint_id?: (string | undefined) | undefined;
24262
24442
  } | undefined;
24443
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24444
+ akiles_metadata?: {
24445
+ /** ID of the Akiles member PIN. */
24446
+ member_pin_id?: (string | undefined) | undefined;
24447
+ } | undefined;
24263
24448
  /** Indicates whether Seam manages the credential. */
24264
24449
  is_managed: true;
24265
24450
  };
@@ -24365,7 +24550,7 @@ export type Routes = {
24365
24550
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
24366
24551
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
24367
24552
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
24368
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
24553
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
24369
24554
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
24370
24555
  external_type_display_name?: string | undefined;
24371
24556
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -24467,6 +24652,11 @@ export type Routes = {
24467
24652
  /** Endpoint ID in the Vostio access system. */
24468
24653
  endpoint_id?: (string | undefined) | undefined;
24469
24654
  } | undefined;
24655
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24656
+ akiles_metadata?: {
24657
+ /** ID of the Akiles member PIN. */
24658
+ member_pin_id?: (string | undefined) | undefined;
24659
+ } | undefined;
24470
24660
  /** Indicates whether Seam manages the credential. */
24471
24661
  is_managed: true;
24472
24662
  };
@@ -24529,7 +24719,7 @@ export type Routes = {
24529
24719
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
24530
24720
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
24531
24721
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
24532
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
24722
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
24533
24723
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
24534
24724
  external_type_display_name?: string | undefined;
24535
24725
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -24631,6 +24821,11 @@ export type Routes = {
24631
24821
  /** Endpoint ID in the Vostio access system. */
24632
24822
  endpoint_id?: (string | undefined) | undefined;
24633
24823
  } | undefined;
24824
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24825
+ akiles_metadata?: {
24826
+ /** ID of the Akiles member PIN. */
24827
+ member_pin_id?: (string | undefined) | undefined;
24828
+ } | undefined;
24634
24829
  /** Indicates whether Seam manages the credential. */
24635
24830
  is_managed: true;
24636
24831
  };
@@ -24698,7 +24893,7 @@ export type Routes = {
24698
24893
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
24699
24894
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
24700
24895
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
24701
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
24896
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
24702
24897
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
24703
24898
  external_type_display_name?: string | undefined;
24704
24899
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -24800,6 +24995,11 @@ export type Routes = {
24800
24995
  /** Endpoint ID in the Vostio access system. */
24801
24996
  endpoint_id?: (string | undefined) | undefined;
24802
24997
  } | undefined;
24998
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
24999
+ akiles_metadata?: {
25000
+ /** ID of the Akiles member PIN. */
25001
+ member_pin_id?: (string | undefined) | undefined;
25002
+ } | undefined;
24803
25003
  /** Indicates whether Seam manages the credential. */
24804
25004
  is_managed: true;
24805
25005
  };
@@ -24869,7 +25069,7 @@ export type Routes = {
24869
25069
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
24870
25070
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
24871
25071
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
24872
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
25072
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
24873
25073
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
24874
25074
  external_type_display_name?: string | undefined;
24875
25075
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -24971,6 +25171,11 @@ export type Routes = {
24971
25171
  /** Endpoint ID in the Vostio access system. */
24972
25172
  endpoint_id?: (string | undefined) | undefined;
24973
25173
  } | undefined;
25174
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
25175
+ akiles_metadata?: {
25176
+ /** ID of the Akiles member PIN. */
25177
+ member_pin_id?: (string | undefined) | undefined;
25178
+ } | undefined;
24974
25179
  /** Indicates whether Seam manages the credential. */
24975
25180
  is_managed: true;
24976
25181
  }[];
@@ -25257,7 +25462,7 @@ export type Routes = {
25257
25462
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
25258
25463
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
25259
25464
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
25260
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
25465
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
25261
25466
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
25262
25467
  external_type_display_name?: string | undefined;
25263
25468
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -25359,6 +25564,11 @@ export type Routes = {
25359
25564
  /** Endpoint ID in the Vostio access system. */
25360
25565
  endpoint_id?: (string | undefined) | undefined;
25361
25566
  } | undefined;
25567
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
25568
+ akiles_metadata?: {
25569
+ /** ID of the Akiles member PIN. */
25570
+ member_pin_id?: (string | undefined) | undefined;
25571
+ } | undefined;
25362
25572
  /** Indicates whether Seam manages the credential. */
25363
25573
  is_managed: true;
25364
25574
  };
@@ -25407,7 +25617,7 @@ export type Routes = {
25407
25617
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
25408
25618
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
25409
25619
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
25410
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
25620
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
25411
25621
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
25412
25622
  external_type_display_name?: string | undefined;
25413
25623
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -25509,6 +25719,11 @@ export type Routes = {
25509
25719
  /** Endpoint ID in the Vostio access system. */
25510
25720
  endpoint_id?: (string | undefined) | undefined;
25511
25721
  } | undefined;
25722
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
25723
+ akiles_metadata?: {
25724
+ /** ID of the Akiles member PIN. */
25725
+ member_pin_id?: (string | undefined) | undefined;
25726
+ } | undefined;
25512
25727
  is_managed: false;
25513
25728
  };
25514
25729
  };
@@ -25569,7 +25784,7 @@ export type Routes = {
25569
25784
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
25570
25785
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
25571
25786
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
25572
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
25787
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
25573
25788
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
25574
25789
  external_type_display_name?: string | undefined;
25575
25790
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -25671,6 +25886,11 @@ export type Routes = {
25671
25886
  /** Endpoint ID in the Vostio access system. */
25672
25887
  endpoint_id?: (string | undefined) | undefined;
25673
25888
  } | undefined;
25889
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
25890
+ akiles_metadata?: {
25891
+ /** ID of the Akiles member PIN. */
25892
+ member_pin_id?: (string | undefined) | undefined;
25893
+ } | undefined;
25674
25894
  is_managed: false;
25675
25895
  }[];
25676
25896
  };
@@ -25728,7 +25948,7 @@ export type Routes = {
25728
25948
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
25729
25949
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
25730
25950
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
25731
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
25951
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
25732
25952
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
25733
25953
  external_type_display_name?: string | undefined;
25734
25954
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -25830,6 +26050,11 @@ export type Routes = {
25830
26050
  /** Endpoint ID in the Vostio access system. */
25831
26051
  endpoint_id?: (string | undefined) | undefined;
25832
26052
  } | undefined;
26053
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
26054
+ akiles_metadata?: {
26055
+ /** ID of the Akiles member PIN. */
26056
+ member_pin_id?: (string | undefined) | undefined;
26057
+ } | undefined;
25833
26058
  /** Indicates whether Seam manages the credential. */
25834
26059
  is_managed: true;
25835
26060
  };
@@ -26023,7 +26248,7 @@ export type Routes = {
26023
26248
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
26024
26249
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
26025
26250
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
26026
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
26251
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
26027
26252
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
26028
26253
  external_type_display_name?: string | undefined;
26029
26254
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -26125,6 +26350,11 @@ export type Routes = {
26125
26350
  /** Endpoint ID in the Vostio access system. */
26126
26351
  endpoint_id?: (string | undefined) | undefined;
26127
26352
  } | undefined;
26353
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
26354
+ akiles_metadata?: {
26355
+ /** ID of the Akiles member PIN. */
26356
+ member_pin_id?: (string | undefined) | undefined;
26357
+ } | undefined;
26128
26358
  /** Indicates whether Seam manages the credential. */
26129
26359
  is_managed: true;
26130
26360
  } | {
@@ -26157,7 +26387,7 @@ export type Routes = {
26157
26387
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
26158
26388
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
26159
26389
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
26160
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
26390
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
26161
26391
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
26162
26392
  external_type_display_name?: string | undefined;
26163
26393
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -26259,6 +26489,11 @@ export type Routes = {
26259
26489
  /** Endpoint ID in the Vostio access system. */
26260
26490
  endpoint_id?: (string | undefined) | undefined;
26261
26491
  } | undefined;
26492
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
26493
+ akiles_metadata?: {
26494
+ /** ID of the Akiles member PIN. */
26495
+ member_pin_id?: (string | undefined) | undefined;
26496
+ } | undefined;
26262
26497
  is_managed: false;
26263
26498
  }) | null;
26264
26499
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -26357,7 +26592,7 @@ export type Routes = {
26357
26592
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
26358
26593
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
26359
26594
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
26360
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
26595
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
26361
26596
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
26362
26597
  external_type_display_name?: string | undefined;
26363
26598
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -26459,6 +26694,11 @@ export type Routes = {
26459
26694
  /** Endpoint ID in the Vostio access system. */
26460
26695
  endpoint_id?: (string | undefined) | undefined;
26461
26696
  } | undefined;
26697
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
26698
+ akiles_metadata?: {
26699
+ /** ID of the Akiles member PIN. */
26700
+ member_pin_id?: (string | undefined) | undefined;
26701
+ } | undefined;
26462
26702
  /** Indicates whether Seam manages the credential. */
26463
26703
  is_managed: true;
26464
26704
  } | {
@@ -26491,7 +26731,7 @@ export type Routes = {
26491
26731
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
26492
26732
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
26493
26733
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
26494
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
26734
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
26495
26735
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
26496
26736
  external_type_display_name?: string | undefined;
26497
26737
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -26593,6 +26833,11 @@ export type Routes = {
26593
26833
  /** Endpoint ID in the Vostio access system. */
26594
26834
  endpoint_id?: (string | undefined) | undefined;
26595
26835
  } | undefined;
26836
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
26837
+ akiles_metadata?: {
26838
+ /** ID of the Akiles member PIN. */
26839
+ member_pin_id?: (string | undefined) | undefined;
26840
+ } | undefined;
26596
26841
  is_managed: false;
26597
26842
  };
26598
26843
  } | {
@@ -26703,7 +26948,7 @@ export type Routes = {
26703
26948
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
26704
26949
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
26705
26950
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
26706
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
26951
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
26707
26952
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
26708
26953
  external_type_display_name?: string | undefined;
26709
26954
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -26805,6 +27050,11 @@ export type Routes = {
26805
27050
  /** Endpoint ID in the Vostio access system. */
26806
27051
  endpoint_id?: (string | undefined) | undefined;
26807
27052
  } | undefined;
27053
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
27054
+ akiles_metadata?: {
27055
+ /** ID of the Akiles member PIN. */
27056
+ member_pin_id?: (string | undefined) | undefined;
27057
+ } | undefined;
26808
27058
  /** Indicates whether Seam manages the credential. */
26809
27059
  is_managed: true;
26810
27060
  };
@@ -27850,7 +28100,7 @@ export type Routes = {
27850
28100
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
27851
28101
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
27852
28102
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
27853
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
28103
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
27854
28104
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
27855
28105
  external_type_display_name?: string | undefined;
27856
28106
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -27952,6 +28202,11 @@ export type Routes = {
27952
28202
  /** Endpoint ID in the Vostio access system. */
27953
28203
  endpoint_id?: (string | undefined) | undefined;
27954
28204
  } | undefined;
28205
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28206
+ akiles_metadata?: {
28207
+ /** ID of the Akiles member PIN. */
28208
+ member_pin_id?: (string | undefined) | undefined;
28209
+ } | undefined;
27955
28210
  /** Indicates whether Seam manages the credential. */
27956
28211
  is_managed: true;
27957
28212
  } | {
@@ -27984,7 +28239,7 @@ export type Routes = {
27984
28239
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
27985
28240
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
27986
28241
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
27987
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
28242
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
27988
28243
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
27989
28244
  external_type_display_name?: string | undefined;
27990
28245
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -28086,6 +28341,11 @@ export type Routes = {
28086
28341
  /** Endpoint ID in the Vostio access system. */
28087
28342
  endpoint_id?: (string | undefined) | undefined;
28088
28343
  } | undefined;
28344
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28345
+ akiles_metadata?: {
28346
+ /** ID of the Akiles member PIN. */
28347
+ member_pin_id?: (string | undefined) | undefined;
28348
+ } | undefined;
28089
28349
  is_managed: false;
28090
28350
  }) | null;
28091
28351
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -28184,7 +28444,7 @@ export type Routes = {
28184
28444
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
28185
28445
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
28186
28446
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
28187
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
28447
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
28188
28448
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
28189
28449
  external_type_display_name?: string | undefined;
28190
28450
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -28286,6 +28546,11 @@ export type Routes = {
28286
28546
  /** Endpoint ID in the Vostio access system. */
28287
28547
  endpoint_id?: (string | undefined) | undefined;
28288
28548
  } | undefined;
28549
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28550
+ akiles_metadata?: {
28551
+ /** ID of the Akiles member PIN. */
28552
+ member_pin_id?: (string | undefined) | undefined;
28553
+ } | undefined;
28289
28554
  /** Indicates whether Seam manages the credential. */
28290
28555
  is_managed: true;
28291
28556
  } | {
@@ -28318,7 +28583,7 @@ export type Routes = {
28318
28583
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
28319
28584
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
28320
28585
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
28321
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
28586
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
28322
28587
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
28323
28588
  external_type_display_name?: string | undefined;
28324
28589
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -28420,6 +28685,11 @@ export type Routes = {
28420
28685
  /** Endpoint ID in the Vostio access system. */
28421
28686
  endpoint_id?: (string | undefined) | undefined;
28422
28687
  } | undefined;
28688
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28689
+ akiles_metadata?: {
28690
+ /** ID of the Akiles member PIN. */
28691
+ member_pin_id?: (string | undefined) | undefined;
28692
+ } | undefined;
28423
28693
  is_managed: false;
28424
28694
  };
28425
28695
  } | {
@@ -28530,7 +28800,7 @@ export type Routes = {
28530
28800
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
28531
28801
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
28532
28802
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
28533
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
28803
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
28534
28804
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
28535
28805
  external_type_display_name?: string | undefined;
28536
28806
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -28632,6 +28902,11 @@ export type Routes = {
28632
28902
  /** Endpoint ID in the Vostio access system. */
28633
28903
  endpoint_id?: (string | undefined) | undefined;
28634
28904
  } | undefined;
28905
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
28906
+ akiles_metadata?: {
28907
+ /** ID of the Akiles member PIN. */
28908
+ member_pin_id?: (string | undefined) | undefined;
28909
+ } | undefined;
28635
28910
  /** Indicates whether Seam manages the credential. */
28636
28911
  is_managed: true;
28637
28912
  };
@@ -29573,7 +29848,7 @@ export type Routes = {
29573
29848
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
29574
29849
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
29575
29850
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
29576
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
29851
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
29577
29852
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
29578
29853
  external_type_display_name?: string | undefined;
29579
29854
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -29675,6 +29950,11 @@ export type Routes = {
29675
29950
  /** Endpoint ID in the Vostio access system. */
29676
29951
  endpoint_id?: (string | undefined) | undefined;
29677
29952
  } | undefined;
29953
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
29954
+ akiles_metadata?: {
29955
+ /** ID of the Akiles member PIN. */
29956
+ member_pin_id?: (string | undefined) | undefined;
29957
+ } | undefined;
29678
29958
  /** Indicates whether Seam manages the credential. */
29679
29959
  is_managed: true;
29680
29960
  } | {
@@ -29707,7 +29987,7 @@ export type Routes = {
29707
29987
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
29708
29988
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
29709
29989
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
29710
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
29990
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
29711
29991
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
29712
29992
  external_type_display_name?: string | undefined;
29713
29993
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -29809,6 +30089,11 @@ export type Routes = {
29809
30089
  /** Endpoint ID in the Vostio access system. */
29810
30090
  endpoint_id?: (string | undefined) | undefined;
29811
30091
  } | undefined;
30092
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30093
+ akiles_metadata?: {
30094
+ /** ID of the Akiles member PIN. */
30095
+ member_pin_id?: (string | undefined) | undefined;
30096
+ } | undefined;
29812
30097
  is_managed: false;
29813
30098
  }) | null;
29814
30099
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -29907,7 +30192,7 @@ export type Routes = {
29907
30192
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
29908
30193
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
29909
30194
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
29910
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
30195
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
29911
30196
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
29912
30197
  external_type_display_name?: string | undefined;
29913
30198
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -30009,6 +30294,11 @@ export type Routes = {
30009
30294
  /** Endpoint ID in the Vostio access system. */
30010
30295
  endpoint_id?: (string | undefined) | undefined;
30011
30296
  } | undefined;
30297
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30298
+ akiles_metadata?: {
30299
+ /** ID of the Akiles member PIN. */
30300
+ member_pin_id?: (string | undefined) | undefined;
30301
+ } | undefined;
30012
30302
  /** Indicates whether Seam manages the credential. */
30013
30303
  is_managed: true;
30014
30304
  } | {
@@ -30041,7 +30331,7 @@ export type Routes = {
30041
30331
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
30042
30332
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
30043
30333
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
30044
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
30334
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
30045
30335
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
30046
30336
  external_type_display_name?: string | undefined;
30047
30337
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -30143,6 +30433,11 @@ export type Routes = {
30143
30433
  /** Endpoint ID in the Vostio access system. */
30144
30434
  endpoint_id?: (string | undefined) | undefined;
30145
30435
  } | undefined;
30436
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30437
+ akiles_metadata?: {
30438
+ /** ID of the Akiles member PIN. */
30439
+ member_pin_id?: (string | undefined) | undefined;
30440
+ } | undefined;
30146
30441
  is_managed: false;
30147
30442
  };
30148
30443
  } | {
@@ -30253,7 +30548,7 @@ export type Routes = {
30253
30548
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
30254
30549
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
30255
30550
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
30256
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
30551
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
30257
30552
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
30258
30553
  external_type_display_name?: string | undefined;
30259
30554
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -30355,6 +30650,11 @@ export type Routes = {
30355
30650
  /** Endpoint ID in the Vostio access system. */
30356
30651
  endpoint_id?: (string | undefined) | undefined;
30357
30652
  } | undefined;
30653
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
30654
+ akiles_metadata?: {
30655
+ /** ID of the Akiles member PIN. */
30656
+ member_pin_id?: (string | undefined) | undefined;
30657
+ } | undefined;
30358
30658
  /** Indicates whether Seam manages the credential. */
30359
30659
  is_managed: true;
30360
30660
  };
@@ -31718,7 +32018,7 @@ export type Routes = {
31718
32018
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
31719
32019
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
31720
32020
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
31721
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
32021
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
31722
32022
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
31723
32023
  external_type_display_name?: string | undefined;
31724
32024
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -31820,6 +32120,11 @@ export type Routes = {
31820
32120
  /** Endpoint ID in the Vostio access system. */
31821
32121
  endpoint_id?: (string | undefined) | undefined;
31822
32122
  } | undefined;
32123
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32124
+ akiles_metadata?: {
32125
+ /** ID of the Akiles member PIN. */
32126
+ member_pin_id?: (string | undefined) | undefined;
32127
+ } | undefined;
31823
32128
  /** Indicates whether Seam manages the credential. */
31824
32129
  is_managed: true;
31825
32130
  }[];
@@ -32011,7 +32316,7 @@ export type Routes = {
32011
32316
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
32012
32317
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
32013
32318
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
32014
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
32319
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
32015
32320
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
32016
32321
  external_type_display_name?: string | undefined;
32017
32322
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -32113,6 +32418,11 @@ export type Routes = {
32113
32418
  /** Endpoint ID in the Vostio access system. */
32114
32419
  endpoint_id?: (string | undefined) | undefined;
32115
32420
  } | undefined;
32421
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32422
+ akiles_metadata?: {
32423
+ /** ID of the Akiles member PIN. */
32424
+ member_pin_id?: (string | undefined) | undefined;
32425
+ } | undefined;
32116
32426
  /** Indicates whether Seam manages the credential. */
32117
32427
  is_managed: true;
32118
32428
  } | {
@@ -32145,7 +32455,7 @@ export type Routes = {
32145
32455
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
32146
32456
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
32147
32457
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
32148
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
32458
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
32149
32459
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
32150
32460
  external_type_display_name?: string | undefined;
32151
32461
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -32247,6 +32557,11 @@ export type Routes = {
32247
32557
  /** Endpoint ID in the Vostio access system. */
32248
32558
  endpoint_id?: (string | undefined) | undefined;
32249
32559
  } | undefined;
32560
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32561
+ akiles_metadata?: {
32562
+ /** ID of the Akiles member PIN. */
32563
+ member_pin_id?: (string | undefined) | undefined;
32564
+ } | undefined;
32250
32565
  is_managed: false;
32251
32566
  }) | null;
32252
32567
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -32345,7 +32660,7 @@ export type Routes = {
32345
32660
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
32346
32661
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
32347
32662
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
32348
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
32663
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
32349
32664
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
32350
32665
  external_type_display_name?: string | undefined;
32351
32666
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -32447,6 +32762,11 @@ export type Routes = {
32447
32762
  /** Endpoint ID in the Vostio access system. */
32448
32763
  endpoint_id?: (string | undefined) | undefined;
32449
32764
  } | undefined;
32765
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32766
+ akiles_metadata?: {
32767
+ /** ID of the Akiles member PIN. */
32768
+ member_pin_id?: (string | undefined) | undefined;
32769
+ } | undefined;
32450
32770
  /** Indicates whether Seam manages the credential. */
32451
32771
  is_managed: true;
32452
32772
  } | {
@@ -32479,7 +32799,7 @@ export type Routes = {
32479
32799
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
32480
32800
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
32481
32801
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
32482
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
32802
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
32483
32803
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
32484
32804
  external_type_display_name?: string | undefined;
32485
32805
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -32581,6 +32901,11 @@ export type Routes = {
32581
32901
  /** Endpoint ID in the Vostio access system. */
32582
32902
  endpoint_id?: (string | undefined) | undefined;
32583
32903
  } | undefined;
32904
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
32905
+ akiles_metadata?: {
32906
+ /** ID of the Akiles member PIN. */
32907
+ member_pin_id?: (string | undefined) | undefined;
32908
+ } | undefined;
32584
32909
  is_managed: false;
32585
32910
  };
32586
32911
  } | {
@@ -32691,7 +33016,7 @@ export type Routes = {
32691
33016
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
32692
33017
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
32693
33018
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
32694
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
33019
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
32695
33020
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
32696
33021
  external_type_display_name?: string | undefined;
32697
33022
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -32793,6 +33118,11 @@ export type Routes = {
32793
33118
  /** Endpoint ID in the Vostio access system. */
32794
33119
  endpoint_id?: (string | undefined) | undefined;
32795
33120
  } | undefined;
33121
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
33122
+ akiles_metadata?: {
33123
+ /** ID of the Akiles member PIN. */
33124
+ member_pin_id?: (string | undefined) | undefined;
33125
+ } | undefined;
32796
33126
  /** Indicates whether Seam manages the credential. */
32797
33127
  is_managed: true;
32798
33128
  };
@@ -36042,7 +36372,7 @@ export type Routes = {
36042
36372
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
36043
36373
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
36044
36374
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
36045
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
36375
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
36046
36376
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
36047
36377
  external_type_display_name?: string | undefined;
36048
36378
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -36144,6 +36474,11 @@ export type Routes = {
36144
36474
  /** Endpoint ID in the Vostio access system. */
36145
36475
  endpoint_id?: (string | undefined) | undefined;
36146
36476
  } | undefined;
36477
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36478
+ akiles_metadata?: {
36479
+ /** ID of the Akiles member PIN. */
36480
+ member_pin_id?: (string | undefined) | undefined;
36481
+ } | undefined;
36147
36482
  /** Indicates whether Seam manages the credential. */
36148
36483
  is_managed: true;
36149
36484
  } | {
@@ -36176,7 +36511,7 @@ export type Routes = {
36176
36511
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
36177
36512
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
36178
36513
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
36179
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
36514
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
36180
36515
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
36181
36516
  external_type_display_name?: string | undefined;
36182
36517
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -36278,6 +36613,11 @@ export type Routes = {
36278
36613
  /** Endpoint ID in the Vostio access system. */
36279
36614
  endpoint_id?: (string | undefined) | undefined;
36280
36615
  } | undefined;
36616
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36617
+ akiles_metadata?: {
36618
+ /** ID of the Akiles member PIN. */
36619
+ member_pin_id?: (string | undefined) | undefined;
36620
+ } | undefined;
36281
36621
  is_managed: false;
36282
36622
  }) | null;
36283
36623
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -36376,7 +36716,7 @@ export type Routes = {
36376
36716
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
36377
36717
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
36378
36718
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
36379
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
36719
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
36380
36720
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
36381
36721
  external_type_display_name?: string | undefined;
36382
36722
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -36478,6 +36818,11 @@ export type Routes = {
36478
36818
  /** Endpoint ID in the Vostio access system. */
36479
36819
  endpoint_id?: (string | undefined) | undefined;
36480
36820
  } | undefined;
36821
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36822
+ akiles_metadata?: {
36823
+ /** ID of the Akiles member PIN. */
36824
+ member_pin_id?: (string | undefined) | undefined;
36825
+ } | undefined;
36481
36826
  /** Indicates whether Seam manages the credential. */
36482
36827
  is_managed: true;
36483
36828
  } | {
@@ -36510,7 +36855,7 @@ export type Routes = {
36510
36855
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
36511
36856
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
36512
36857
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
36513
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
36858
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
36514
36859
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
36515
36860
  external_type_display_name?: string | undefined;
36516
36861
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -36612,6 +36957,11 @@ export type Routes = {
36612
36957
  /** Endpoint ID in the Vostio access system. */
36613
36958
  endpoint_id?: (string | undefined) | undefined;
36614
36959
  } | undefined;
36960
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
36961
+ akiles_metadata?: {
36962
+ /** ID of the Akiles member PIN. */
36963
+ member_pin_id?: (string | undefined) | undefined;
36964
+ } | undefined;
36615
36965
  is_managed: false;
36616
36966
  };
36617
36967
  } | {
@@ -36722,7 +37072,7 @@ export type Routes = {
36722
37072
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
36723
37073
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
36724
37074
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
36725
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
37075
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
36726
37076
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
36727
37077
  external_type_display_name?: string | undefined;
36728
37078
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -36824,6 +37174,11 @@ export type Routes = {
36824
37174
  /** Endpoint ID in the Vostio access system. */
36825
37175
  endpoint_id?: (string | undefined) | undefined;
36826
37176
  } | undefined;
37177
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
37178
+ akiles_metadata?: {
37179
+ /** ID of the Akiles member PIN. */
37180
+ member_pin_id?: (string | undefined) | undefined;
37181
+ } | undefined;
36827
37182
  /** Indicates whether Seam manages the credential. */
36828
37183
  is_managed: true;
36829
37184
  };
@@ -37757,7 +38112,7 @@ export type Routes = {
37757
38112
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
37758
38113
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
37759
38114
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
37760
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
38115
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
37761
38116
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
37762
38117
  external_type_display_name?: string | undefined;
37763
38118
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -37859,6 +38214,11 @@ export type Routes = {
37859
38214
  /** Endpoint ID in the Vostio access system. */
37860
38215
  endpoint_id?: (string | undefined) | undefined;
37861
38216
  } | undefined;
38217
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
38218
+ akiles_metadata?: {
38219
+ /** ID of the Akiles member PIN. */
38220
+ member_pin_id?: (string | undefined) | undefined;
38221
+ } | undefined;
37862
38222
  /** Indicates whether Seam manages the credential. */
37863
38223
  is_managed: true;
37864
38224
  } | {
@@ -37891,7 +38251,7 @@ export type Routes = {
37891
38251
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
37892
38252
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
37893
38253
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
37894
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
38254
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
37895
38255
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
37896
38256
  external_type_display_name?: string | undefined;
37897
38257
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -37993,6 +38353,11 @@ export type Routes = {
37993
38353
  /** Endpoint ID in the Vostio access system. */
37994
38354
  endpoint_id?: (string | undefined) | undefined;
37995
38355
  } | undefined;
38356
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
38357
+ akiles_metadata?: {
38358
+ /** ID of the Akiles member PIN. */
38359
+ member_pin_id?: (string | undefined) | undefined;
38360
+ } | undefined;
37996
38361
  is_managed: false;
37997
38362
  }) | null;
37998
38363
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -38091,7 +38456,7 @@ export type Routes = {
38091
38456
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
38092
38457
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
38093
38458
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
38094
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
38459
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
38095
38460
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
38096
38461
  external_type_display_name?: string | undefined;
38097
38462
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -38193,6 +38558,11 @@ export type Routes = {
38193
38558
  /** Endpoint ID in the Vostio access system. */
38194
38559
  endpoint_id?: (string | undefined) | undefined;
38195
38560
  } | undefined;
38561
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
38562
+ akiles_metadata?: {
38563
+ /** ID of the Akiles member PIN. */
38564
+ member_pin_id?: (string | undefined) | undefined;
38565
+ } | undefined;
38196
38566
  /** Indicates whether Seam manages the credential. */
38197
38567
  is_managed: true;
38198
38568
  } | {
@@ -38225,7 +38595,7 @@ export type Routes = {
38225
38595
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
38226
38596
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
38227
38597
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
38228
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
38598
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
38229
38599
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
38230
38600
  external_type_display_name?: string | undefined;
38231
38601
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -38327,6 +38697,11 @@ export type Routes = {
38327
38697
  /** Endpoint ID in the Vostio access system. */
38328
38698
  endpoint_id?: (string | undefined) | undefined;
38329
38699
  } | undefined;
38700
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
38701
+ akiles_metadata?: {
38702
+ /** ID of the Akiles member PIN. */
38703
+ member_pin_id?: (string | undefined) | undefined;
38704
+ } | undefined;
38330
38705
  is_managed: false;
38331
38706
  };
38332
38707
  } | {
@@ -38437,7 +38812,7 @@ export type Routes = {
38437
38812
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
38438
38813
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
38439
38814
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
38440
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
38815
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
38441
38816
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
38442
38817
  external_type_display_name?: string | undefined;
38443
38818
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -38539,6 +38914,11 @@ export type Routes = {
38539
38914
  /** Endpoint ID in the Vostio access system. */
38540
38915
  endpoint_id?: (string | undefined) | undefined;
38541
38916
  } | undefined;
38917
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
38918
+ akiles_metadata?: {
38919
+ /** ID of the Akiles member PIN. */
38920
+ member_pin_id?: (string | undefined) | undefined;
38921
+ } | undefined;
38542
38922
  /** Indicates whether Seam manages the credential. */
38543
38923
  is_managed: true;
38544
38924
  };
@@ -52624,7 +53004,7 @@ export type Routes = {
52624
53004
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
52625
53005
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
52626
53006
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
52627
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
53007
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
52628
53008
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
52629
53009
  external_type_display_name?: string | undefined;
52630
53010
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -52726,6 +53106,11 @@ export type Routes = {
52726
53106
  /** Endpoint ID in the Vostio access system. */
52727
53107
  endpoint_id?: (string | undefined) | undefined;
52728
53108
  } | undefined;
53109
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
53110
+ akiles_metadata?: {
53111
+ /** ID of the Akiles member PIN. */
53112
+ member_pin_id?: (string | undefined) | undefined;
53113
+ } | undefined;
52729
53114
  /** Indicates whether Seam manages the credential. */
52730
53115
  is_managed: true;
52731
53116
  } | {
@@ -52758,7 +53143,7 @@ export type Routes = {
52758
53143
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
52759
53144
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
52760
53145
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
52761
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
53146
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
52762
53147
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
52763
53148
  external_type_display_name?: string | undefined;
52764
53149
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -52860,6 +53245,11 @@ export type Routes = {
52860
53245
  /** Endpoint ID in the Vostio access system. */
52861
53246
  endpoint_id?: (string | undefined) | undefined;
52862
53247
  } | undefined;
53248
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
53249
+ akiles_metadata?: {
53250
+ /** ID of the Akiles member PIN. */
53251
+ member_pin_id?: (string | undefined) | undefined;
53252
+ } | undefined;
52863
53253
  is_managed: false;
52864
53254
  }) | null;
52865
53255
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -52958,7 +53348,7 @@ export type Routes = {
52958
53348
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
52959
53349
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
52960
53350
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
52961
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
53351
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
52962
53352
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
52963
53353
  external_type_display_name?: string | undefined;
52964
53354
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -53060,6 +53450,11 @@ export type Routes = {
53060
53450
  /** Endpoint ID in the Vostio access system. */
53061
53451
  endpoint_id?: (string | undefined) | undefined;
53062
53452
  } | undefined;
53453
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
53454
+ akiles_metadata?: {
53455
+ /** ID of the Akiles member PIN. */
53456
+ member_pin_id?: (string | undefined) | undefined;
53457
+ } | undefined;
53063
53458
  /** Indicates whether Seam manages the credential. */
53064
53459
  is_managed: true;
53065
53460
  } | {
@@ -53092,7 +53487,7 @@ export type Routes = {
53092
53487
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
53093
53488
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
53094
53489
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
53095
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
53490
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
53096
53491
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
53097
53492
  external_type_display_name?: string | undefined;
53098
53493
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -53194,6 +53589,11 @@ export type Routes = {
53194
53589
  /** Endpoint ID in the Vostio access system. */
53195
53590
  endpoint_id?: (string | undefined) | undefined;
53196
53591
  } | undefined;
53592
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
53593
+ akiles_metadata?: {
53594
+ /** ID of the Akiles member PIN. */
53595
+ member_pin_id?: (string | undefined) | undefined;
53596
+ } | undefined;
53197
53597
  is_managed: false;
53198
53598
  };
53199
53599
  } | {
@@ -53304,7 +53704,7 @@ export type Routes = {
53304
53704
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
53305
53705
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
53306
53706
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
53307
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
53707
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
53308
53708
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
53309
53709
  external_type_display_name?: string | undefined;
53310
53710
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -53406,6 +53806,11 @@ export type Routes = {
53406
53806
  /** Endpoint ID in the Vostio access system. */
53407
53807
  endpoint_id?: (string | undefined) | undefined;
53408
53808
  } | undefined;
53809
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
53810
+ akiles_metadata?: {
53811
+ /** ID of the Akiles member PIN. */
53812
+ member_pin_id?: (string | undefined) | undefined;
53813
+ } | undefined;
53409
53814
  /** Indicates whether Seam manages the credential. */
53410
53815
  is_managed: true;
53411
53816
  };
@@ -60281,7 +60686,7 @@ export type Routes = {
60281
60686
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
60282
60687
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
60283
60688
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
60284
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
60689
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
60285
60690
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
60286
60691
  external_type_display_name?: string | undefined;
60287
60692
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -60383,6 +60788,11 @@ export type Routes = {
60383
60788
  /** Endpoint ID in the Vostio access system. */
60384
60789
  endpoint_id?: (string | undefined) | undefined;
60385
60790
  } | undefined;
60791
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
60792
+ akiles_metadata?: {
60793
+ /** ID of the Akiles member PIN. */
60794
+ member_pin_id?: (string | undefined) | undefined;
60795
+ } | undefined;
60386
60796
  /** Indicates whether Seam manages the credential. */
60387
60797
  is_managed: true;
60388
60798
  } | {
@@ -60415,7 +60825,7 @@ export type Routes = {
60415
60825
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
60416
60826
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
60417
60827
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
60418
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
60828
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
60419
60829
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
60420
60830
  external_type_display_name?: string | undefined;
60421
60831
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -60517,6 +60927,11 @@ export type Routes = {
60517
60927
  /** Endpoint ID in the Vostio access system. */
60518
60928
  endpoint_id?: (string | undefined) | undefined;
60519
60929
  } | undefined;
60930
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
60931
+ akiles_metadata?: {
60932
+ /** ID of the Akiles member PIN. */
60933
+ member_pin_id?: (string | undefined) | undefined;
60934
+ } | undefined;
60520
60935
  is_managed: false;
60521
60936
  }) | null;
60522
60937
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -60615,7 +61030,7 @@ export type Routes = {
60615
61030
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
60616
61031
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
60617
61032
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
60618
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
61033
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
60619
61034
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
60620
61035
  external_type_display_name?: string | undefined;
60621
61036
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -60717,6 +61132,11 @@ export type Routes = {
60717
61132
  /** Endpoint ID in the Vostio access system. */
60718
61133
  endpoint_id?: (string | undefined) | undefined;
60719
61134
  } | undefined;
61135
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61136
+ akiles_metadata?: {
61137
+ /** ID of the Akiles member PIN. */
61138
+ member_pin_id?: (string | undefined) | undefined;
61139
+ } | undefined;
60720
61140
  /** Indicates whether Seam manages the credential. */
60721
61141
  is_managed: true;
60722
61142
  } | {
@@ -60749,7 +61169,7 @@ export type Routes = {
60749
61169
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
60750
61170
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
60751
61171
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
60752
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
61172
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
60753
61173
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
60754
61174
  external_type_display_name?: string | undefined;
60755
61175
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -60851,6 +61271,11 @@ export type Routes = {
60851
61271
  /** Endpoint ID in the Vostio access system. */
60852
61272
  endpoint_id?: (string | undefined) | undefined;
60853
61273
  } | undefined;
61274
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61275
+ akiles_metadata?: {
61276
+ /** ID of the Akiles member PIN. */
61277
+ member_pin_id?: (string | undefined) | undefined;
61278
+ } | undefined;
60854
61279
  is_managed: false;
60855
61280
  };
60856
61281
  } | {
@@ -60961,7 +61386,7 @@ export type Routes = {
60961
61386
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
60962
61387
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
60963
61388
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
60964
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
61389
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
60965
61390
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
60966
61391
  external_type_display_name?: string | undefined;
60967
61392
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -61063,6 +61488,11 @@ export type Routes = {
61063
61488
  /** Endpoint ID in the Vostio access system. */
61064
61489
  endpoint_id?: (string | undefined) | undefined;
61065
61490
  } | undefined;
61491
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
61492
+ akiles_metadata?: {
61493
+ /** ID of the Akiles member PIN. */
61494
+ member_pin_id?: (string | undefined) | undefined;
61495
+ } | undefined;
61066
61496
  /** Indicates whether Seam manages the credential. */
61067
61497
  is_managed: true;
61068
61498
  };
@@ -61997,7 +62427,7 @@ export type Routes = {
61997
62427
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
61998
62428
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
61999
62429
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
62000
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
62430
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
62001
62431
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
62002
62432
  external_type_display_name?: string | undefined;
62003
62433
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -62099,6 +62529,11 @@ export type Routes = {
62099
62529
  /** Endpoint ID in the Vostio access system. */
62100
62530
  endpoint_id?: (string | undefined) | undefined;
62101
62531
  } | undefined;
62532
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
62533
+ akiles_metadata?: {
62534
+ /** ID of the Akiles member PIN. */
62535
+ member_pin_id?: (string | undefined) | undefined;
62536
+ } | undefined;
62102
62537
  /** Indicates whether Seam manages the credential. */
62103
62538
  is_managed: true;
62104
62539
  } | {
@@ -62131,7 +62566,7 @@ export type Routes = {
62131
62566
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
62132
62567
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
62133
62568
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
62134
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
62569
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
62135
62570
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
62136
62571
  external_type_display_name?: string | undefined;
62137
62572
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -62233,6 +62668,11 @@ export type Routes = {
62233
62668
  /** Endpoint ID in the Vostio access system. */
62234
62669
  endpoint_id?: (string | undefined) | undefined;
62235
62670
  } | undefined;
62671
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
62672
+ akiles_metadata?: {
62673
+ /** ID of the Akiles member PIN. */
62674
+ member_pin_id?: (string | undefined) | undefined;
62675
+ } | undefined;
62236
62676
  is_managed: false;
62237
62677
  }) | null;
62238
62678
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -62331,7 +62771,7 @@ export type Routes = {
62331
62771
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
62332
62772
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
62333
62773
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
62334
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
62774
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
62335
62775
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
62336
62776
  external_type_display_name?: string | undefined;
62337
62777
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -62433,6 +62873,11 @@ export type Routes = {
62433
62873
  /** Endpoint ID in the Vostio access system. */
62434
62874
  endpoint_id?: (string | undefined) | undefined;
62435
62875
  } | undefined;
62876
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
62877
+ akiles_metadata?: {
62878
+ /** ID of the Akiles member PIN. */
62879
+ member_pin_id?: (string | undefined) | undefined;
62880
+ } | undefined;
62436
62881
  /** Indicates whether Seam manages the credential. */
62437
62882
  is_managed: true;
62438
62883
  } | {
@@ -62465,7 +62910,7 @@ export type Routes = {
62465
62910
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
62466
62911
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
62467
62912
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
62468
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
62913
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
62469
62914
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
62470
62915
  external_type_display_name?: string | undefined;
62471
62916
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -62567,6 +63012,11 @@ export type Routes = {
62567
63012
  /** Endpoint ID in the Vostio access system. */
62568
63013
  endpoint_id?: (string | undefined) | undefined;
62569
63014
  } | undefined;
63015
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
63016
+ akiles_metadata?: {
63017
+ /** ID of the Akiles member PIN. */
63018
+ member_pin_id?: (string | undefined) | undefined;
63019
+ } | undefined;
62570
63020
  is_managed: false;
62571
63021
  };
62572
63022
  } | {
@@ -62677,7 +63127,7 @@ export type Routes = {
62677
63127
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
62678
63128
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
62679
63129
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
62680
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
63130
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
62681
63131
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
62682
63132
  external_type_display_name?: string | undefined;
62683
63133
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -62779,6 +63229,11 @@ export type Routes = {
62779
63229
  /** Endpoint ID in the Vostio access system. */
62780
63230
  endpoint_id?: (string | undefined) | undefined;
62781
63231
  } | undefined;
63232
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
63233
+ akiles_metadata?: {
63234
+ /** ID of the Akiles member PIN. */
63235
+ member_pin_id?: (string | undefined) | undefined;
63236
+ } | undefined;
62782
63237
  /** Indicates whether Seam manages the credential. */
62783
63238
  is_managed: true;
62784
63239
  };
@@ -63711,7 +64166,7 @@ export type Routes = {
63711
64166
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
63712
64167
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
63713
64168
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
63714
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
64169
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
63715
64170
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
63716
64171
  external_type_display_name?: string | undefined;
63717
64172
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -63813,6 +64268,11 @@ export type Routes = {
63813
64268
  /** Endpoint ID in the Vostio access system. */
63814
64269
  endpoint_id?: (string | undefined) | undefined;
63815
64270
  } | undefined;
64271
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
64272
+ akiles_metadata?: {
64273
+ /** ID of the Akiles member PIN. */
64274
+ member_pin_id?: (string | undefined) | undefined;
64275
+ } | undefined;
63816
64276
  /** Indicates whether Seam manages the credential. */
63817
64277
  is_managed: true;
63818
64278
  } | {
@@ -63845,7 +64305,7 @@ export type Routes = {
63845
64305
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
63846
64306
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
63847
64307
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
63848
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
64308
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
63849
64309
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
63850
64310
  external_type_display_name?: string | undefined;
63851
64311
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -63947,6 +64407,11 @@ export type Routes = {
63947
64407
  /** Endpoint ID in the Vostio access system. */
63948
64408
  endpoint_id?: (string | undefined) | undefined;
63949
64409
  } | undefined;
64410
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
64411
+ akiles_metadata?: {
64412
+ /** ID of the Akiles member PIN. */
64413
+ member_pin_id?: (string | undefined) | undefined;
64414
+ } | undefined;
63950
64415
  is_managed: false;
63951
64416
  }) | null;
63952
64417
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -64045,7 +64510,7 @@ export type Routes = {
64045
64510
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
64046
64511
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
64047
64512
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
64048
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
64513
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
64049
64514
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
64050
64515
  external_type_display_name?: string | undefined;
64051
64516
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -64147,6 +64612,11 @@ export type Routes = {
64147
64612
  /** Endpoint ID in the Vostio access system. */
64148
64613
  endpoint_id?: (string | undefined) | undefined;
64149
64614
  } | undefined;
64615
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
64616
+ akiles_metadata?: {
64617
+ /** ID of the Akiles member PIN. */
64618
+ member_pin_id?: (string | undefined) | undefined;
64619
+ } | undefined;
64150
64620
  /** Indicates whether Seam manages the credential. */
64151
64621
  is_managed: true;
64152
64622
  } | {
@@ -64179,7 +64649,7 @@ export type Routes = {
64179
64649
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
64180
64650
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
64181
64651
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
64182
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
64652
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
64183
64653
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
64184
64654
  external_type_display_name?: string | undefined;
64185
64655
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -64281,6 +64751,11 @@ export type Routes = {
64281
64751
  /** Endpoint ID in the Vostio access system. */
64282
64752
  endpoint_id?: (string | undefined) | undefined;
64283
64753
  } | undefined;
64754
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
64755
+ akiles_metadata?: {
64756
+ /** ID of the Akiles member PIN. */
64757
+ member_pin_id?: (string | undefined) | undefined;
64758
+ } | undefined;
64284
64759
  is_managed: false;
64285
64760
  };
64286
64761
  } | {
@@ -64391,7 +64866,7 @@ export type Routes = {
64391
64866
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
64392
64867
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
64393
64868
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
64394
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
64869
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
64395
64870
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
64396
64871
  external_type_display_name?: string | undefined;
64397
64872
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -64493,6 +64968,11 @@ export type Routes = {
64493
64968
  /** Endpoint ID in the Vostio access system. */
64494
64969
  endpoint_id?: (string | undefined) | undefined;
64495
64970
  } | undefined;
64971
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
64972
+ akiles_metadata?: {
64973
+ /** ID of the Akiles member PIN. */
64974
+ member_pin_id?: (string | undefined) | undefined;
64975
+ } | undefined;
64496
64976
  /** Indicates whether Seam manages the credential. */
64497
64977
  is_managed: true;
64498
64978
  };
@@ -65427,7 +65907,7 @@ export type Routes = {
65427
65907
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
65428
65908
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
65429
65909
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
65430
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
65910
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
65431
65911
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
65432
65912
  external_type_display_name?: string | undefined;
65433
65913
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -65529,6 +66009,11 @@ export type Routes = {
65529
66009
  /** Endpoint ID in the Vostio access system. */
65530
66010
  endpoint_id?: (string | undefined) | undefined;
65531
66011
  } | undefined;
66012
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
66013
+ akiles_metadata?: {
66014
+ /** ID of the Akiles member PIN. */
66015
+ member_pin_id?: (string | undefined) | undefined;
66016
+ } | undefined;
65532
66017
  /** Indicates whether Seam manages the credential. */
65533
66018
  is_managed: true;
65534
66019
  } | {
@@ -65561,7 +66046,7 @@ export type Routes = {
65561
66046
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
65562
66047
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
65563
66048
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
65564
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
66049
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
65565
66050
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
65566
66051
  external_type_display_name?: string | undefined;
65567
66052
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -65663,6 +66148,11 @@ export type Routes = {
65663
66148
  /** Endpoint ID in the Vostio access system. */
65664
66149
  endpoint_id?: (string | undefined) | undefined;
65665
66150
  } | undefined;
66151
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
66152
+ akiles_metadata?: {
66153
+ /** ID of the Akiles member PIN. */
66154
+ member_pin_id?: (string | undefined) | undefined;
66155
+ } | undefined;
65666
66156
  is_managed: false;
65667
66157
  }) | null;
65668
66158
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -65761,7 +66251,7 @@ export type Routes = {
65761
66251
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
65762
66252
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
65763
66253
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
65764
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
66254
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
65765
66255
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
65766
66256
  external_type_display_name?: string | undefined;
65767
66257
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -65863,6 +66353,11 @@ export type Routes = {
65863
66353
  /** Endpoint ID in the Vostio access system. */
65864
66354
  endpoint_id?: (string | undefined) | undefined;
65865
66355
  } | undefined;
66356
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
66357
+ akiles_metadata?: {
66358
+ /** ID of the Akiles member PIN. */
66359
+ member_pin_id?: (string | undefined) | undefined;
66360
+ } | undefined;
65866
66361
  /** Indicates whether Seam manages the credential. */
65867
66362
  is_managed: true;
65868
66363
  } | {
@@ -65895,7 +66390,7 @@ export type Routes = {
65895
66390
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
65896
66391
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
65897
66392
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
65898
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
66393
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
65899
66394
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
65900
66395
  external_type_display_name?: string | undefined;
65901
66396
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -65997,6 +66492,11 @@ export type Routes = {
65997
66492
  /** Endpoint ID in the Vostio access system. */
65998
66493
  endpoint_id?: (string | undefined) | undefined;
65999
66494
  } | undefined;
66495
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
66496
+ akiles_metadata?: {
66497
+ /** ID of the Akiles member PIN. */
66498
+ member_pin_id?: (string | undefined) | undefined;
66499
+ } | undefined;
66000
66500
  is_managed: false;
66001
66501
  };
66002
66502
  } | {
@@ -66107,7 +66607,7 @@ export type Routes = {
66107
66607
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
66108
66608
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
66109
66609
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
66110
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
66610
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
66111
66611
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
66112
66612
  external_type_display_name?: string | undefined;
66113
66613
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -66209,6 +66709,11 @@ export type Routes = {
66209
66709
  /** Endpoint ID in the Vostio access system. */
66210
66710
  endpoint_id?: (string | undefined) | undefined;
66211
66711
  } | undefined;
66712
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
66713
+ akiles_metadata?: {
66714
+ /** ID of the Akiles member PIN. */
66715
+ member_pin_id?: (string | undefined) | undefined;
66716
+ } | undefined;
66212
66717
  /** Indicates whether Seam manages the credential. */
66213
66718
  is_managed: true;
66214
66719
  };
@@ -70140,7 +70645,7 @@ export type Routes = {
70140
70645
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
70141
70646
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
70142
70647
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
70143
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
70648
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
70144
70649
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
70145
70650
  external_type_display_name?: string | undefined;
70146
70651
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -70242,6 +70747,11 @@ export type Routes = {
70242
70747
  /** Endpoint ID in the Vostio access system. */
70243
70748
  endpoint_id?: (string | undefined) | undefined;
70244
70749
  } | undefined;
70750
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70751
+ akiles_metadata?: {
70752
+ /** ID of the Akiles member PIN. */
70753
+ member_pin_id?: (string | undefined) | undefined;
70754
+ } | undefined;
70245
70755
  /** Indicates whether Seam manages the credential. */
70246
70756
  is_managed: true;
70247
70757
  } | {
@@ -70274,7 +70784,7 @@ export type Routes = {
70274
70784
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
70275
70785
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
70276
70786
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
70277
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
70787
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
70278
70788
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
70279
70789
  external_type_display_name?: string | undefined;
70280
70790
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -70376,6 +70886,11 @@ export type Routes = {
70376
70886
  /** Endpoint ID in the Vostio access system. */
70377
70887
  endpoint_id?: (string | undefined) | undefined;
70378
70888
  } | undefined;
70889
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
70890
+ akiles_metadata?: {
70891
+ /** ID of the Akiles member PIN. */
70892
+ member_pin_id?: (string | undefined) | undefined;
70893
+ } | undefined;
70379
70894
  is_managed: false;
70380
70895
  }) | null;
70381
70896
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -70474,7 +70989,7 @@ export type Routes = {
70474
70989
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
70475
70990
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
70476
70991
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
70477
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
70992
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
70478
70993
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
70479
70994
  external_type_display_name?: string | undefined;
70480
70995
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -70576,6 +71091,11 @@ export type Routes = {
70576
71091
  /** Endpoint ID in the Vostio access system. */
70577
71092
  endpoint_id?: (string | undefined) | undefined;
70578
71093
  } | undefined;
71094
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
71095
+ akiles_metadata?: {
71096
+ /** ID of the Akiles member PIN. */
71097
+ member_pin_id?: (string | undefined) | undefined;
71098
+ } | undefined;
70579
71099
  /** Indicates whether Seam manages the credential. */
70580
71100
  is_managed: true;
70581
71101
  } | {
@@ -70608,7 +71128,7 @@ export type Routes = {
70608
71128
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
70609
71129
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
70610
71130
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
70611
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
71131
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
70612
71132
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
70613
71133
  external_type_display_name?: string | undefined;
70614
71134
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -70710,6 +71230,11 @@ export type Routes = {
70710
71230
  /** Endpoint ID in the Vostio access system. */
70711
71231
  endpoint_id?: (string | undefined) | undefined;
70712
71232
  } | undefined;
71233
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
71234
+ akiles_metadata?: {
71235
+ /** ID of the Akiles member PIN. */
71236
+ member_pin_id?: (string | undefined) | undefined;
71237
+ } | undefined;
70713
71238
  is_managed: false;
70714
71239
  };
70715
71240
  } | {
@@ -70820,7 +71345,7 @@ export type Routes = {
70820
71345
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
70821
71346
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
70822
71347
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
70823
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
71348
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
70824
71349
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
70825
71350
  external_type_display_name?: string | undefined;
70826
71351
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -70922,6 +71447,11 @@ export type Routes = {
70922
71447
  /** Endpoint ID in the Vostio access system. */
70923
71448
  endpoint_id?: (string | undefined) | undefined;
70924
71449
  } | undefined;
71450
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
71451
+ akiles_metadata?: {
71452
+ /** ID of the Akiles member PIN. */
71453
+ member_pin_id?: (string | undefined) | undefined;
71454
+ } | undefined;
70925
71455
  /** Indicates whether Seam manages the credential. */
70926
71456
  is_managed: true;
70927
71457
  };
@@ -71875,7 +72405,7 @@ export type Routes = {
71875
72405
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
71876
72406
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
71877
72407
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
71878
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
72408
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
71879
72409
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
71880
72410
  external_type_display_name?: string | undefined;
71881
72411
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -71977,6 +72507,11 @@ export type Routes = {
71977
72507
  /** Endpoint ID in the Vostio access system. */
71978
72508
  endpoint_id?: (string | undefined) | undefined;
71979
72509
  } | undefined;
72510
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72511
+ akiles_metadata?: {
72512
+ /** ID of the Akiles member PIN. */
72513
+ member_pin_id?: (string | undefined) | undefined;
72514
+ } | undefined;
71980
72515
  /** Indicates whether Seam manages the credential. */
71981
72516
  is_managed: true;
71982
72517
  } | {
@@ -72009,7 +72544,7 @@ export type Routes = {
72009
72544
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
72010
72545
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
72011
72546
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
72012
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
72547
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
72013
72548
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
72014
72549
  external_type_display_name?: string | undefined;
72015
72550
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -72111,6 +72646,11 @@ export type Routes = {
72111
72646
  /** Endpoint ID in the Vostio access system. */
72112
72647
  endpoint_id?: (string | undefined) | undefined;
72113
72648
  } | undefined;
72649
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72650
+ akiles_metadata?: {
72651
+ /** ID of the Akiles member PIN. */
72652
+ member_pin_id?: (string | undefined) | undefined;
72653
+ } | undefined;
72114
72654
  is_managed: false;
72115
72655
  }) | null;
72116
72656
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -72209,7 +72749,7 @@ export type Routes = {
72209
72749
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
72210
72750
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
72211
72751
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
72212
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
72752
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
72213
72753
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
72214
72754
  external_type_display_name?: string | undefined;
72215
72755
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -72311,6 +72851,11 @@ export type Routes = {
72311
72851
  /** Endpoint ID in the Vostio access system. */
72312
72852
  endpoint_id?: (string | undefined) | undefined;
72313
72853
  } | undefined;
72854
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72855
+ akiles_metadata?: {
72856
+ /** ID of the Akiles member PIN. */
72857
+ member_pin_id?: (string | undefined) | undefined;
72858
+ } | undefined;
72314
72859
  /** Indicates whether Seam manages the credential. */
72315
72860
  is_managed: true;
72316
72861
  } | {
@@ -72343,7 +72888,7 @@ export type Routes = {
72343
72888
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
72344
72889
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
72345
72890
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
72346
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
72891
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
72347
72892
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
72348
72893
  external_type_display_name?: string | undefined;
72349
72894
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -72445,6 +72990,11 @@ export type Routes = {
72445
72990
  /** Endpoint ID in the Vostio access system. */
72446
72991
  endpoint_id?: (string | undefined) | undefined;
72447
72992
  } | undefined;
72993
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
72994
+ akiles_metadata?: {
72995
+ /** ID of the Akiles member PIN. */
72996
+ member_pin_id?: (string | undefined) | undefined;
72997
+ } | undefined;
72448
72998
  is_managed: false;
72449
72999
  };
72450
73000
  } | {
@@ -72555,7 +73105,7 @@ export type Routes = {
72555
73105
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
72556
73106
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
72557
73107
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
72558
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
73108
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
72559
73109
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
72560
73110
  external_type_display_name?: string | undefined;
72561
73111
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -72657,6 +73207,11 @@ export type Routes = {
72657
73207
  /** Endpoint ID in the Vostio access system. */
72658
73208
  endpoint_id?: (string | undefined) | undefined;
72659
73209
  } | undefined;
73210
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
73211
+ akiles_metadata?: {
73212
+ /** ID of the Akiles member PIN. */
73213
+ member_pin_id?: (string | undefined) | undefined;
73214
+ } | undefined;
72660
73215
  /** Indicates whether Seam manages the credential. */
72661
73216
  is_managed: true;
72662
73217
  };
@@ -73666,7 +74221,7 @@ export type Routes = {
73666
74221
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
73667
74222
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
73668
74223
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
73669
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
74224
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
73670
74225
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
73671
74226
  external_type_display_name?: string | undefined;
73672
74227
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -73768,6 +74323,11 @@ export type Routes = {
73768
74323
  /** Endpoint ID in the Vostio access system. */
73769
74324
  endpoint_id?: (string | undefined) | undefined;
73770
74325
  } | undefined;
74326
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74327
+ akiles_metadata?: {
74328
+ /** ID of the Akiles member PIN. */
74329
+ member_pin_id?: (string | undefined) | undefined;
74330
+ } | undefined;
73771
74331
  /** Indicates whether Seam manages the credential. */
73772
74332
  is_managed: true;
73773
74333
  } | {
@@ -73800,7 +74360,7 @@ export type Routes = {
73800
74360
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
73801
74361
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
73802
74362
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
73803
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
74363
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
73804
74364
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
73805
74365
  external_type_display_name?: string | undefined;
73806
74366
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -73902,6 +74462,11 @@ export type Routes = {
73902
74462
  /** Endpoint ID in the Vostio access system. */
73903
74463
  endpoint_id?: (string | undefined) | undefined;
73904
74464
  } | undefined;
74465
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74466
+ akiles_metadata?: {
74467
+ /** ID of the Akiles member PIN. */
74468
+ member_pin_id?: (string | undefined) | undefined;
74469
+ } | undefined;
73905
74470
  is_managed: false;
73906
74471
  }) | null;
73907
74472
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -74000,7 +74565,7 @@ export type Routes = {
74000
74565
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
74001
74566
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
74002
74567
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
74003
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
74568
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
74004
74569
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
74005
74570
  external_type_display_name?: string | undefined;
74006
74571
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -74102,6 +74667,11 @@ export type Routes = {
74102
74667
  /** Endpoint ID in the Vostio access system. */
74103
74668
  endpoint_id?: (string | undefined) | undefined;
74104
74669
  } | undefined;
74670
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74671
+ akiles_metadata?: {
74672
+ /** ID of the Akiles member PIN. */
74673
+ member_pin_id?: (string | undefined) | undefined;
74674
+ } | undefined;
74105
74675
  /** Indicates whether Seam manages the credential. */
74106
74676
  is_managed: true;
74107
74677
  } | {
@@ -74134,7 +74704,7 @@ export type Routes = {
74134
74704
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
74135
74705
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
74136
74706
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
74137
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
74707
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
74138
74708
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
74139
74709
  external_type_display_name?: string | undefined;
74140
74710
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -74236,6 +74806,11 @@ export type Routes = {
74236
74806
  /** Endpoint ID in the Vostio access system. */
74237
74807
  endpoint_id?: (string | undefined) | undefined;
74238
74808
  } | undefined;
74809
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
74810
+ akiles_metadata?: {
74811
+ /** ID of the Akiles member PIN. */
74812
+ member_pin_id?: (string | undefined) | undefined;
74813
+ } | undefined;
74239
74814
  is_managed: false;
74240
74815
  };
74241
74816
  } | {
@@ -74346,7 +74921,7 @@ export type Routes = {
74346
74921
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
74347
74922
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
74348
74923
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
74349
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
74924
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
74350
74925
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
74351
74926
  external_type_display_name?: string | undefined;
74352
74927
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -74448,6 +75023,11 @@ export type Routes = {
74448
75023
  /** Endpoint ID in the Vostio access system. */
74449
75024
  endpoint_id?: (string | undefined) | undefined;
74450
75025
  } | undefined;
75026
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
75027
+ akiles_metadata?: {
75028
+ /** ID of the Akiles member PIN. */
75029
+ member_pin_id?: (string | undefined) | undefined;
75030
+ } | undefined;
74451
75031
  /** Indicates whether Seam manages the credential. */
74452
75032
  is_managed: true;
74453
75033
  };
@@ -77238,7 +77818,7 @@ export type Routes = {
77238
77818
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
77239
77819
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
77240
77820
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
77241
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
77821
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
77242
77822
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
77243
77823
  external_type_display_name?: string | undefined;
77244
77824
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -77340,6 +77920,11 @@ export type Routes = {
77340
77920
  /** Endpoint ID in the Vostio access system. */
77341
77921
  endpoint_id?: (string | undefined) | undefined;
77342
77922
  } | undefined;
77923
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
77924
+ akiles_metadata?: {
77925
+ /** ID of the Akiles member PIN. */
77926
+ member_pin_id?: (string | undefined) | undefined;
77927
+ } | undefined;
77343
77928
  /** Indicates whether Seam manages the credential. */
77344
77929
  is_managed: true;
77345
77930
  } | {
@@ -77372,7 +77957,7 @@ export type Routes = {
77372
77957
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
77373
77958
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
77374
77959
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
77375
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
77960
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
77376
77961
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
77377
77962
  external_type_display_name?: string | undefined;
77378
77963
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -77474,6 +78059,11 @@ export type Routes = {
77474
78059
  /** Endpoint ID in the Vostio access system. */
77475
78060
  endpoint_id?: (string | undefined) | undefined;
77476
78061
  } | undefined;
78062
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
78063
+ akiles_metadata?: {
78064
+ /** ID of the Akiles member PIN. */
78065
+ member_pin_id?: (string | undefined) | undefined;
78066
+ } | undefined;
77477
78067
  is_managed: false;
77478
78068
  }) | null;
77479
78069
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -77572,7 +78162,7 @@ export type Routes = {
77572
78162
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
77573
78163
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
77574
78164
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
77575
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
78165
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
77576
78166
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
77577
78167
  external_type_display_name?: string | undefined;
77578
78168
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -77674,6 +78264,11 @@ export type Routes = {
77674
78264
  /** Endpoint ID in the Vostio access system. */
77675
78265
  endpoint_id?: (string | undefined) | undefined;
77676
78266
  } | undefined;
78267
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
78268
+ akiles_metadata?: {
78269
+ /** ID of the Akiles member PIN. */
78270
+ member_pin_id?: (string | undefined) | undefined;
78271
+ } | undefined;
77677
78272
  /** Indicates whether Seam manages the credential. */
77678
78273
  is_managed: true;
77679
78274
  } | {
@@ -77706,7 +78301,7 @@ export type Routes = {
77706
78301
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
77707
78302
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
77708
78303
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
77709
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
78304
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
77710
78305
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
77711
78306
  external_type_display_name?: string | undefined;
77712
78307
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -77808,6 +78403,11 @@ export type Routes = {
77808
78403
  /** Endpoint ID in the Vostio access system. */
77809
78404
  endpoint_id?: (string | undefined) | undefined;
77810
78405
  } | undefined;
78406
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
78407
+ akiles_metadata?: {
78408
+ /** ID of the Akiles member PIN. */
78409
+ member_pin_id?: (string | undefined) | undefined;
78410
+ } | undefined;
77811
78411
  is_managed: false;
77812
78412
  };
77813
78413
  } | {
@@ -77918,7 +78518,7 @@ export type Routes = {
77918
78518
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
77919
78519
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
77920
78520
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
77921
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
78521
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
77922
78522
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
77923
78523
  external_type_display_name?: string | undefined;
77924
78524
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -78020,6 +78620,11 @@ export type Routes = {
78020
78620
  /** Endpoint ID in the Vostio access system. */
78021
78621
  endpoint_id?: (string | undefined) | undefined;
78022
78622
  } | undefined;
78623
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
78624
+ akiles_metadata?: {
78625
+ /** ID of the Akiles member PIN. */
78626
+ member_pin_id?: (string | undefined) | undefined;
78627
+ } | undefined;
78023
78628
  /** Indicates whether Seam manages the credential. */
78024
78629
  is_managed: true;
78025
78630
  };
@@ -84271,7 +84876,7 @@ export type Routes = {
84271
84876
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
84272
84877
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
84273
84878
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
84274
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
84879
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
84275
84880
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
84276
84881
  external_type_display_name?: string | undefined;
84277
84882
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -84373,6 +84978,11 @@ export type Routes = {
84373
84978
  /** Endpoint ID in the Vostio access system. */
84374
84979
  endpoint_id?: (string | undefined) | undefined;
84375
84980
  } | undefined;
84981
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
84982
+ akiles_metadata?: {
84983
+ /** ID of the Akiles member PIN. */
84984
+ member_pin_id?: (string | undefined) | undefined;
84985
+ } | undefined;
84376
84986
  /** Indicates whether Seam manages the credential. */
84377
84987
  is_managed: true;
84378
84988
  }[];
@@ -84444,7 +85054,7 @@ export type Routes = {
84444
85054
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
84445
85055
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
84446
85056
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
84447
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
85057
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
84448
85058
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
84449
85059
  external_type_display_name?: string | undefined;
84450
85060
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -84546,6 +85156,11 @@ export type Routes = {
84546
85156
  /** Endpoint ID in the Vostio access system. */
84547
85157
  endpoint_id?: (string | undefined) | undefined;
84548
85158
  } | undefined;
85159
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
85160
+ akiles_metadata?: {
85161
+ /** ID of the Akiles member PIN. */
85162
+ member_pin_id?: (string | undefined) | undefined;
85163
+ } | undefined;
84549
85164
  /** Indicates whether Seam manages the credential. */
84550
85165
  is_managed: true;
84551
85166
  acs_credential_id: string | null;
@@ -87645,7 +88260,7 @@ export type Routes = {
87645
88260
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
87646
88261
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
87647
88262
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
87648
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
88263
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
87649
88264
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
87650
88265
  external_type_display_name?: string | undefined;
87651
88266
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -87747,6 +88362,11 @@ export type Routes = {
87747
88362
  /** Endpoint ID in the Vostio access system. */
87748
88363
  endpoint_id?: (string | undefined) | undefined;
87749
88364
  } | undefined;
88365
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88366
+ akiles_metadata?: {
88367
+ /** ID of the Akiles member PIN. */
88368
+ member_pin_id?: (string | undefined) | undefined;
88369
+ } | undefined;
87750
88370
  /** Indicates whether Seam manages the credential. */
87751
88371
  is_managed: true;
87752
88372
  } | {
@@ -87779,7 +88399,7 @@ export type Routes = {
87779
88399
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
87780
88400
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
87781
88401
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
87782
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
88402
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
87783
88403
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
87784
88404
  external_type_display_name?: string | undefined;
87785
88405
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -87881,6 +88501,11 @@ export type Routes = {
87881
88501
  /** Endpoint ID in the Vostio access system. */
87882
88502
  endpoint_id?: (string | undefined) | undefined;
87883
88503
  } | undefined;
88504
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88505
+ akiles_metadata?: {
88506
+ /** ID of the Akiles member PIN. */
88507
+ member_pin_id?: (string | undefined) | undefined;
88508
+ } | undefined;
87884
88509
  is_managed: false;
87885
88510
  }) | null;
87886
88511
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -87979,7 +88604,7 @@ export type Routes = {
87979
88604
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
87980
88605
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
87981
88606
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
87982
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
88607
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
87983
88608
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
87984
88609
  external_type_display_name?: string | undefined;
87985
88610
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -88081,6 +88706,11 @@ export type Routes = {
88081
88706
  /** Endpoint ID in the Vostio access system. */
88082
88707
  endpoint_id?: (string | undefined) | undefined;
88083
88708
  } | undefined;
88709
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88710
+ akiles_metadata?: {
88711
+ /** ID of the Akiles member PIN. */
88712
+ member_pin_id?: (string | undefined) | undefined;
88713
+ } | undefined;
88084
88714
  /** Indicates whether Seam manages the credential. */
88085
88715
  is_managed: true;
88086
88716
  } | {
@@ -88113,7 +88743,7 @@ export type Routes = {
88113
88743
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
88114
88744
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
88115
88745
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
88116
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
88746
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
88117
88747
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
88118
88748
  external_type_display_name?: string | undefined;
88119
88749
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -88215,6 +88845,11 @@ export type Routes = {
88215
88845
  /** Endpoint ID in the Vostio access system. */
88216
88846
  endpoint_id?: (string | undefined) | undefined;
88217
88847
  } | undefined;
88848
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
88849
+ akiles_metadata?: {
88850
+ /** ID of the Akiles member PIN. */
88851
+ member_pin_id?: (string | undefined) | undefined;
88852
+ } | undefined;
88218
88853
  is_managed: false;
88219
88854
  };
88220
88855
  } | {
@@ -88325,7 +88960,7 @@ export type Routes = {
88325
88960
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
88326
88961
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
88327
88962
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
88328
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
88963
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
88329
88964
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
88330
88965
  external_type_display_name?: string | undefined;
88331
88966
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -88427,6 +89062,11 @@ export type Routes = {
88427
89062
  /** Endpoint ID in the Vostio access system. */
88428
89063
  endpoint_id?: (string | undefined) | undefined;
88429
89064
  } | undefined;
89065
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
89066
+ akiles_metadata?: {
89067
+ /** ID of the Akiles member PIN. */
89068
+ member_pin_id?: (string | undefined) | undefined;
89069
+ } | undefined;
88430
89070
  /** Indicates whether Seam manages the credential. */
88431
89071
  is_managed: true;
88432
89072
  };
@@ -89365,7 +90005,7 @@ export type Routes = {
89365
90005
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
89366
90006
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
89367
90007
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
89368
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
90008
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
89369
90009
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
89370
90010
  external_type_display_name?: string | undefined;
89371
90011
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -89467,6 +90107,11 @@ export type Routes = {
89467
90107
  /** Endpoint ID in the Vostio access system. */
89468
90108
  endpoint_id?: (string | undefined) | undefined;
89469
90109
  } | undefined;
90110
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
90111
+ akiles_metadata?: {
90112
+ /** ID of the Akiles member PIN. */
90113
+ member_pin_id?: (string | undefined) | undefined;
90114
+ } | undefined;
89470
90115
  /** Indicates whether Seam manages the credential. */
89471
90116
  is_managed: true;
89472
90117
  } | {
@@ -89499,7 +90144,7 @@ export type Routes = {
89499
90144
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
89500
90145
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
89501
90146
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
89502
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
90147
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
89503
90148
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
89504
90149
  external_type_display_name?: string | undefined;
89505
90150
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -89601,6 +90246,11 @@ export type Routes = {
89601
90246
  /** Endpoint ID in the Vostio access system. */
89602
90247
  endpoint_id?: (string | undefined) | undefined;
89603
90248
  } | undefined;
90249
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
90250
+ akiles_metadata?: {
90251
+ /** ID of the Akiles member PIN. */
90252
+ member_pin_id?: (string | undefined) | undefined;
90253
+ } | undefined;
89604
90254
  is_managed: false;
89605
90255
  }) | null;
89606
90256
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -89699,7 +90349,7 @@ export type Routes = {
89699
90349
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
89700
90350
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
89701
90351
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
89702
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
90352
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
89703
90353
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
89704
90354
  external_type_display_name?: string | undefined;
89705
90355
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -89801,6 +90451,11 @@ export type Routes = {
89801
90451
  /** Endpoint ID in the Vostio access system. */
89802
90452
  endpoint_id?: (string | undefined) | undefined;
89803
90453
  } | undefined;
90454
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
90455
+ akiles_metadata?: {
90456
+ /** ID of the Akiles member PIN. */
90457
+ member_pin_id?: (string | undefined) | undefined;
90458
+ } | undefined;
89804
90459
  /** Indicates whether Seam manages the credential. */
89805
90460
  is_managed: true;
89806
90461
  } | {
@@ -89833,7 +90488,7 @@ export type Routes = {
89833
90488
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
89834
90489
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
89835
90490
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
89836
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
90491
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
89837
90492
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
89838
90493
  external_type_display_name?: string | undefined;
89839
90494
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -89935,6 +90590,11 @@ export type Routes = {
89935
90590
  /** Endpoint ID in the Vostio access system. */
89936
90591
  endpoint_id?: (string | undefined) | undefined;
89937
90592
  } | undefined;
90593
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
90594
+ akiles_metadata?: {
90595
+ /** ID of the Akiles member PIN. */
90596
+ member_pin_id?: (string | undefined) | undefined;
90597
+ } | undefined;
89938
90598
  is_managed: false;
89939
90599
  };
89940
90600
  } | {
@@ -90045,7 +90705,7 @@ export type Routes = {
90045
90705
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
90046
90706
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
90047
90707
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
90048
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
90708
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
90049
90709
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
90050
90710
  external_type_display_name?: string | undefined;
90051
90711
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -90147,6 +90807,11 @@ export type Routes = {
90147
90807
  /** Endpoint ID in the Vostio access system. */
90148
90808
  endpoint_id?: (string | undefined) | undefined;
90149
90809
  } | undefined;
90810
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
90811
+ akiles_metadata?: {
90812
+ /** ID of the Akiles member PIN. */
90813
+ member_pin_id?: (string | undefined) | undefined;
90814
+ } | undefined;
90150
90815
  /** Indicates whether Seam manages the credential. */
90151
90816
  is_managed: true;
90152
90817
  };
@@ -91191,7 +91856,7 @@ export type Routes = {
91191
91856
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
91192
91857
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
91193
91858
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91194
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
91859
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
91195
91860
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
91196
91861
  external_type_display_name?: string | undefined;
91197
91862
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -91293,6 +91958,11 @@ export type Routes = {
91293
91958
  /** Endpoint ID in the Vostio access system. */
91294
91959
  endpoint_id?: (string | undefined) | undefined;
91295
91960
  } | undefined;
91961
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
91962
+ akiles_metadata?: {
91963
+ /** ID of the Akiles member PIN. */
91964
+ member_pin_id?: (string | undefined) | undefined;
91965
+ } | undefined;
91296
91966
  /** Indicates whether Seam manages the credential. */
91297
91967
  is_managed: true;
91298
91968
  } | {
@@ -91325,7 +91995,7 @@ export type Routes = {
91325
91995
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
91326
91996
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
91327
91997
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91328
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
91998
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
91329
91999
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
91330
92000
  external_type_display_name?: string | undefined;
91331
92001
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -91427,6 +92097,11 @@ export type Routes = {
91427
92097
  /** Endpoint ID in the Vostio access system. */
91428
92098
  endpoint_id?: (string | undefined) | undefined;
91429
92099
  } | undefined;
92100
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
92101
+ akiles_metadata?: {
92102
+ /** ID of the Akiles member PIN. */
92103
+ member_pin_id?: (string | undefined) | undefined;
92104
+ } | undefined;
91430
92105
  is_managed: false;
91431
92106
  }) | null;
91432
92107
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -91525,7 +92200,7 @@ export type Routes = {
91525
92200
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
91526
92201
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
91527
92202
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91528
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
92203
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
91529
92204
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
91530
92205
  external_type_display_name?: string | undefined;
91531
92206
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -91627,6 +92302,11 @@ export type Routes = {
91627
92302
  /** Endpoint ID in the Vostio access system. */
91628
92303
  endpoint_id?: (string | undefined) | undefined;
91629
92304
  } | undefined;
92305
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
92306
+ akiles_metadata?: {
92307
+ /** ID of the Akiles member PIN. */
92308
+ member_pin_id?: (string | undefined) | undefined;
92309
+ } | undefined;
91630
92310
  /** Indicates whether Seam manages the credential. */
91631
92311
  is_managed: true;
91632
92312
  } | {
@@ -91659,7 +92339,7 @@ export type Routes = {
91659
92339
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
91660
92340
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
91661
92341
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91662
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
92342
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
91663
92343
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
91664
92344
  external_type_display_name?: string | undefined;
91665
92345
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -91761,6 +92441,11 @@ export type Routes = {
91761
92441
  /** Endpoint ID in the Vostio access system. */
91762
92442
  endpoint_id?: (string | undefined) | undefined;
91763
92443
  } | undefined;
92444
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
92445
+ akiles_metadata?: {
92446
+ /** ID of the Akiles member PIN. */
92447
+ member_pin_id?: (string | undefined) | undefined;
92448
+ } | undefined;
91764
92449
  is_managed: false;
91765
92450
  };
91766
92451
  } | {
@@ -91871,7 +92556,7 @@ export type Routes = {
91871
92556
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
91872
92557
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
91873
92558
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91874
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
92559
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
91875
92560
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
91876
92561
  external_type_display_name?: string | undefined;
91877
92562
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -91973,6 +92658,11 @@ export type Routes = {
91973
92658
  /** Endpoint ID in the Vostio access system. */
91974
92659
  endpoint_id?: (string | undefined) | undefined;
91975
92660
  } | undefined;
92661
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
92662
+ akiles_metadata?: {
92663
+ /** ID of the Akiles member PIN. */
92664
+ member_pin_id?: (string | undefined) | undefined;
92665
+ } | undefined;
91976
92666
  /** Indicates whether Seam manages the credential. */
91977
92667
  is_managed: true;
91978
92668
  };
@@ -94411,7 +95101,7 @@ export type Routes = {
94411
95101
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
94412
95102
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
94413
95103
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
94414
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
95104
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
94415
95105
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
94416
95106
  external_type_display_name?: string | undefined;
94417
95107
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -94513,6 +95203,11 @@ export type Routes = {
94513
95203
  /** Endpoint ID in the Vostio access system. */
94514
95204
  endpoint_id?: (string | undefined) | undefined;
94515
95205
  } | undefined;
95206
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
95207
+ akiles_metadata?: {
95208
+ /** ID of the Akiles member PIN. */
95209
+ member_pin_id?: (string | undefined) | undefined;
95210
+ } | undefined;
94516
95211
  /** Indicates whether Seam manages the credential. */
94517
95212
  is_managed: true;
94518
95213
  } | {
@@ -94545,7 +95240,7 @@ export type Routes = {
94545
95240
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
94546
95241
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
94547
95242
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
94548
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
95243
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
94549
95244
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
94550
95245
  external_type_display_name?: string | undefined;
94551
95246
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -94647,6 +95342,11 @@ export type Routes = {
94647
95342
  /** Endpoint ID in the Vostio access system. */
94648
95343
  endpoint_id?: (string | undefined) | undefined;
94649
95344
  } | undefined;
95345
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
95346
+ akiles_metadata?: {
95347
+ /** ID of the Akiles member PIN. */
95348
+ member_pin_id?: (string | undefined) | undefined;
95349
+ } | undefined;
94650
95350
  is_managed: false;
94651
95351
  }) | null;
94652
95352
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -94745,7 +95445,7 @@ export type Routes = {
94745
95445
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
94746
95446
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
94747
95447
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
94748
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
95448
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
94749
95449
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
94750
95450
  external_type_display_name?: string | undefined;
94751
95451
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -94847,6 +95547,11 @@ export type Routes = {
94847
95547
  /** Endpoint ID in the Vostio access system. */
94848
95548
  endpoint_id?: (string | undefined) | undefined;
94849
95549
  } | undefined;
95550
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
95551
+ akiles_metadata?: {
95552
+ /** ID of the Akiles member PIN. */
95553
+ member_pin_id?: (string | undefined) | undefined;
95554
+ } | undefined;
94850
95555
  /** Indicates whether Seam manages the credential. */
94851
95556
  is_managed: true;
94852
95557
  } | {
@@ -94879,7 +95584,7 @@ export type Routes = {
94879
95584
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
94880
95585
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
94881
95586
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
94882
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
95587
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
94883
95588
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
94884
95589
  external_type_display_name?: string | undefined;
94885
95590
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -94981,6 +95686,11 @@ export type Routes = {
94981
95686
  /** Endpoint ID in the Vostio access system. */
94982
95687
  endpoint_id?: (string | undefined) | undefined;
94983
95688
  } | undefined;
95689
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
95690
+ akiles_metadata?: {
95691
+ /** ID of the Akiles member PIN. */
95692
+ member_pin_id?: (string | undefined) | undefined;
95693
+ } | undefined;
94984
95694
  is_managed: false;
94985
95695
  };
94986
95696
  } | {
@@ -95091,7 +95801,7 @@ export type Routes = {
95091
95801
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
95092
95802
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
95093
95803
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
95094
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
95804
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
95095
95805
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
95096
95806
  external_type_display_name?: string | undefined;
95097
95807
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -95193,6 +95903,11 @@ export type Routes = {
95193
95903
  /** Endpoint ID in the Vostio access system. */
95194
95904
  endpoint_id?: (string | undefined) | undefined;
95195
95905
  } | undefined;
95906
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
95907
+ akiles_metadata?: {
95908
+ /** ID of the Akiles member PIN. */
95909
+ member_pin_id?: (string | undefined) | undefined;
95910
+ } | undefined;
95196
95911
  /** Indicates whether Seam manages the credential. */
95197
95912
  is_managed: true;
95198
95913
  };
@@ -96135,7 +96850,7 @@ export type Routes = {
96135
96850
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
96136
96851
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
96137
96852
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
96138
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
96853
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
96139
96854
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
96140
96855
  external_type_display_name?: string | undefined;
96141
96856
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -96237,6 +96952,11 @@ export type Routes = {
96237
96952
  /** Endpoint ID in the Vostio access system. */
96238
96953
  endpoint_id?: (string | undefined) | undefined;
96239
96954
  } | undefined;
96955
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
96956
+ akiles_metadata?: {
96957
+ /** ID of the Akiles member PIN. */
96958
+ member_pin_id?: (string | undefined) | undefined;
96959
+ } | undefined;
96240
96960
  /** Indicates whether Seam manages the credential. */
96241
96961
  is_managed: true;
96242
96962
  } | {
@@ -96269,7 +96989,7 @@ export type Routes = {
96269
96989
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
96270
96990
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
96271
96991
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
96272
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
96992
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
96273
96993
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
96274
96994
  external_type_display_name?: string | undefined;
96275
96995
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -96371,6 +97091,11 @@ export type Routes = {
96371
97091
  /** Endpoint ID in the Vostio access system. */
96372
97092
  endpoint_id?: (string | undefined) | undefined;
96373
97093
  } | undefined;
97094
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
97095
+ akiles_metadata?: {
97096
+ /** ID of the Akiles member PIN. */
97097
+ member_pin_id?: (string | undefined) | undefined;
97098
+ } | undefined;
96374
97099
  is_managed: false;
96375
97100
  }) | null;
96376
97101
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -96469,7 +97194,7 @@ export type Routes = {
96469
97194
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
96470
97195
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
96471
97196
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
96472
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
97197
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
96473
97198
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
96474
97199
  external_type_display_name?: string | undefined;
96475
97200
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -96571,6 +97296,11 @@ export type Routes = {
96571
97296
  /** Endpoint ID in the Vostio access system. */
96572
97297
  endpoint_id?: (string | undefined) | undefined;
96573
97298
  } | undefined;
97299
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
97300
+ akiles_metadata?: {
97301
+ /** ID of the Akiles member PIN. */
97302
+ member_pin_id?: (string | undefined) | undefined;
97303
+ } | undefined;
96574
97304
  /** Indicates whether Seam manages the credential. */
96575
97305
  is_managed: true;
96576
97306
  } | {
@@ -96603,7 +97333,7 @@ export type Routes = {
96603
97333
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
96604
97334
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
96605
97335
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
96606
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
97336
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
96607
97337
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
96608
97338
  external_type_display_name?: string | undefined;
96609
97339
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -96705,6 +97435,11 @@ export type Routes = {
96705
97435
  /** Endpoint ID in the Vostio access system. */
96706
97436
  endpoint_id?: (string | undefined) | undefined;
96707
97437
  } | undefined;
97438
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
97439
+ akiles_metadata?: {
97440
+ /** ID of the Akiles member PIN. */
97441
+ member_pin_id?: (string | undefined) | undefined;
97442
+ } | undefined;
96708
97443
  is_managed: false;
96709
97444
  };
96710
97445
  } | {
@@ -96815,7 +97550,7 @@ export type Routes = {
96815
97550
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
96816
97551
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
96817
97552
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
96818
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
97553
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
96819
97554
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
96820
97555
  external_type_display_name?: string | undefined;
96821
97556
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -96917,6 +97652,11 @@ export type Routes = {
96917
97652
  /** Endpoint ID in the Vostio access system. */
96918
97653
  endpoint_id?: (string | undefined) | undefined;
96919
97654
  } | undefined;
97655
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
97656
+ akiles_metadata?: {
97657
+ /** ID of the Akiles member PIN. */
97658
+ member_pin_id?: (string | undefined) | undefined;
97659
+ } | undefined;
96920
97660
  /** Indicates whether Seam manages the credential. */
96921
97661
  is_managed: true;
96922
97662
  };
@@ -100838,7 +101578,7 @@ export type Routes = {
100838
101578
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
100839
101579
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
100840
101580
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
100841
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
101581
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
100842
101582
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
100843
101583
  external_type_display_name?: string | undefined;
100844
101584
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -100940,6 +101680,11 @@ export type Routes = {
100940
101680
  /** Endpoint ID in the Vostio access system. */
100941
101681
  endpoint_id?: (string | undefined) | undefined;
100942
101682
  } | undefined;
101683
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
101684
+ akiles_metadata?: {
101685
+ /** ID of the Akiles member PIN. */
101686
+ member_pin_id?: (string | undefined) | undefined;
101687
+ } | undefined;
100943
101688
  /** Indicates whether Seam manages the credential. */
100944
101689
  is_managed: true;
100945
101690
  } | {
@@ -100972,7 +101717,7 @@ export type Routes = {
100972
101717
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
100973
101718
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
100974
101719
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
100975
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
101720
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
100976
101721
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
100977
101722
  external_type_display_name?: string | undefined;
100978
101723
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -101074,6 +101819,11 @@ export type Routes = {
101074
101819
  /** Endpoint ID in the Vostio access system. */
101075
101820
  endpoint_id?: (string | undefined) | undefined;
101076
101821
  } | undefined;
101822
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
101823
+ akiles_metadata?: {
101824
+ /** ID of the Akiles member PIN. */
101825
+ member_pin_id?: (string | undefined) | undefined;
101826
+ } | undefined;
101077
101827
  is_managed: false;
101078
101828
  }) | null;
101079
101829
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -101172,7 +101922,7 @@ export type Routes = {
101172
101922
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
101173
101923
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
101174
101924
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
101175
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
101925
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
101176
101926
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
101177
101927
  external_type_display_name?: string | undefined;
101178
101928
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -101274,6 +102024,11 @@ export type Routes = {
101274
102024
  /** Endpoint ID in the Vostio access system. */
101275
102025
  endpoint_id?: (string | undefined) | undefined;
101276
102026
  } | undefined;
102027
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102028
+ akiles_metadata?: {
102029
+ /** ID of the Akiles member PIN. */
102030
+ member_pin_id?: (string | undefined) | undefined;
102031
+ } | undefined;
101277
102032
  /** Indicates whether Seam manages the credential. */
101278
102033
  is_managed: true;
101279
102034
  } | {
@@ -101306,7 +102061,7 @@ export type Routes = {
101306
102061
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
101307
102062
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
101308
102063
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
101309
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
102064
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
101310
102065
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
101311
102066
  external_type_display_name?: string | undefined;
101312
102067
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -101408,6 +102163,11 @@ export type Routes = {
101408
102163
  /** Endpoint ID in the Vostio access system. */
101409
102164
  endpoint_id?: (string | undefined) | undefined;
101410
102165
  } | undefined;
102166
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102167
+ akiles_metadata?: {
102168
+ /** ID of the Akiles member PIN. */
102169
+ member_pin_id?: (string | undefined) | undefined;
102170
+ } | undefined;
101411
102171
  is_managed: false;
101412
102172
  };
101413
102173
  } | {
@@ -101518,7 +102278,7 @@ export type Routes = {
101518
102278
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
101519
102279
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
101520
102280
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
101521
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
102281
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
101522
102282
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
101523
102283
  external_type_display_name?: string | undefined;
101524
102284
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -101620,6 +102380,11 @@ export type Routes = {
101620
102380
  /** Endpoint ID in the Vostio access system. */
101621
102381
  endpoint_id?: (string | undefined) | undefined;
101622
102382
  } | undefined;
102383
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
102384
+ akiles_metadata?: {
102385
+ /** ID of the Akiles member PIN. */
102386
+ member_pin_id?: (string | undefined) | undefined;
102387
+ } | undefined;
101623
102388
  /** Indicates whether Seam manages the credential. */
101624
102389
  is_managed: true;
101625
102390
  };
@@ -102763,7 +103528,7 @@ export type Routes = {
102763
103528
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
102764
103529
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
102765
103530
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
102766
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
103531
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
102767
103532
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
102768
103533
  external_type_display_name?: string | undefined;
102769
103534
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -102865,6 +103630,11 @@ export type Routes = {
102865
103630
  /** Endpoint ID in the Vostio access system. */
102866
103631
  endpoint_id?: (string | undefined) | undefined;
102867
103632
  } | undefined;
103633
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
103634
+ akiles_metadata?: {
103635
+ /** ID of the Akiles member PIN. */
103636
+ member_pin_id?: (string | undefined) | undefined;
103637
+ } | undefined;
102868
103638
  /** Indicates whether Seam manages the credential. */
102869
103639
  is_managed: true;
102870
103640
  } | {
@@ -102897,7 +103667,7 @@ export type Routes = {
102897
103667
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
102898
103668
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
102899
103669
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
102900
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
103670
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
102901
103671
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
102902
103672
  external_type_display_name?: string | undefined;
102903
103673
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -102999,6 +103769,11 @@ export type Routes = {
102999
103769
  /** Endpoint ID in the Vostio access system. */
103000
103770
  endpoint_id?: (string | undefined) | undefined;
103001
103771
  } | undefined;
103772
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
103773
+ akiles_metadata?: {
103774
+ /** ID of the Akiles member PIN. */
103775
+ member_pin_id?: (string | undefined) | undefined;
103776
+ } | undefined;
103002
103777
  is_managed: false;
103003
103778
  }) | null;
103004
103779
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -103097,7 +103872,7 @@ export type Routes = {
103097
103872
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
103098
103873
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
103099
103874
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
103100
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
103875
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
103101
103876
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
103102
103877
  external_type_display_name?: string | undefined;
103103
103878
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -103199,6 +103974,11 @@ export type Routes = {
103199
103974
  /** Endpoint ID in the Vostio access system. */
103200
103975
  endpoint_id?: (string | undefined) | undefined;
103201
103976
  } | undefined;
103977
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
103978
+ akiles_metadata?: {
103979
+ /** ID of the Akiles member PIN. */
103980
+ member_pin_id?: (string | undefined) | undefined;
103981
+ } | undefined;
103202
103982
  /** Indicates whether Seam manages the credential. */
103203
103983
  is_managed: true;
103204
103984
  } | {
@@ -103231,7 +104011,7 @@ export type Routes = {
103231
104011
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
103232
104012
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
103233
104013
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
103234
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
104014
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
103235
104015
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
103236
104016
  external_type_display_name?: string | undefined;
103237
104017
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -103333,6 +104113,11 @@ export type Routes = {
103333
104113
  /** Endpoint ID in the Vostio access system. */
103334
104114
  endpoint_id?: (string | undefined) | undefined;
103335
104115
  } | undefined;
104116
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104117
+ akiles_metadata?: {
104118
+ /** ID of the Akiles member PIN. */
104119
+ member_pin_id?: (string | undefined) | undefined;
104120
+ } | undefined;
103336
104121
  is_managed: false;
103337
104122
  };
103338
104123
  } | {
@@ -103443,7 +104228,7 @@ export type Routes = {
103443
104228
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
103444
104229
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
103445
104230
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
103446
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
104231
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
103447
104232
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
103448
104233
  external_type_display_name?: string | undefined;
103449
104234
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -103545,6 +104330,11 @@ export type Routes = {
103545
104330
  /** Endpoint ID in the Vostio access system. */
103546
104331
  endpoint_id?: (string | undefined) | undefined;
103547
104332
  } | undefined;
104333
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
104334
+ akiles_metadata?: {
104335
+ /** ID of the Akiles member PIN. */
104336
+ member_pin_id?: (string | undefined) | undefined;
104337
+ } | undefined;
103548
104338
  /** Indicates whether Seam manages the credential. */
103549
104339
  is_managed: true;
103550
104340
  };
@@ -104510,7 +105300,7 @@ export type Routes = {
104510
105300
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
104511
105301
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
104512
105302
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
104513
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
105303
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
104514
105304
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
104515
105305
  external_type_display_name?: string | undefined;
104516
105306
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -104612,6 +105402,11 @@ export type Routes = {
104612
105402
  /** Endpoint ID in the Vostio access system. */
104613
105403
  endpoint_id?: (string | undefined) | undefined;
104614
105404
  } | undefined;
105405
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
105406
+ akiles_metadata?: {
105407
+ /** ID of the Akiles member PIN. */
105408
+ member_pin_id?: (string | undefined) | undefined;
105409
+ } | undefined;
104615
105410
  /** Indicates whether Seam manages the credential. */
104616
105411
  is_managed: true;
104617
105412
  } | {
@@ -104644,7 +105439,7 @@ export type Routes = {
104644
105439
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
104645
105440
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
104646
105441
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
104647
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
105442
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
104648
105443
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
104649
105444
  external_type_display_name?: string | undefined;
104650
105445
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -104746,6 +105541,11 @@ export type Routes = {
104746
105541
  /** Endpoint ID in the Vostio access system. */
104747
105542
  endpoint_id?: (string | undefined) | undefined;
104748
105543
  } | undefined;
105544
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
105545
+ akiles_metadata?: {
105546
+ /** ID of the Akiles member PIN. */
105547
+ member_pin_id?: (string | undefined) | undefined;
105548
+ } | undefined;
104749
105549
  is_managed: false;
104750
105550
  }) | null;
104751
105551
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -104844,7 +105644,7 @@ export type Routes = {
104844
105644
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
104845
105645
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
104846
105646
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
104847
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
105647
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
104848
105648
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
104849
105649
  external_type_display_name?: string | undefined;
104850
105650
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -104946,6 +105746,11 @@ export type Routes = {
104946
105746
  /** Endpoint ID in the Vostio access system. */
104947
105747
  endpoint_id?: (string | undefined) | undefined;
104948
105748
  } | undefined;
105749
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
105750
+ akiles_metadata?: {
105751
+ /** ID of the Akiles member PIN. */
105752
+ member_pin_id?: (string | undefined) | undefined;
105753
+ } | undefined;
104949
105754
  /** Indicates whether Seam manages the credential. */
104950
105755
  is_managed: true;
104951
105756
  } | {
@@ -104978,7 +105783,7 @@ export type Routes = {
104978
105783
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
104979
105784
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
104980
105785
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
104981
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
105786
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
104982
105787
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
104983
105788
  external_type_display_name?: string | undefined;
104984
105789
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -105080,6 +105885,11 @@ export type Routes = {
105080
105885
  /** Endpoint ID in the Vostio access system. */
105081
105886
  endpoint_id?: (string | undefined) | undefined;
105082
105887
  } | undefined;
105888
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
105889
+ akiles_metadata?: {
105890
+ /** ID of the Akiles member PIN. */
105891
+ member_pin_id?: (string | undefined) | undefined;
105892
+ } | undefined;
105083
105893
  is_managed: false;
105084
105894
  };
105085
105895
  } | {
@@ -105190,7 +106000,7 @@ export type Routes = {
105190
106000
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
105191
106001
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
105192
106002
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
105193
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
106003
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
105194
106004
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
105195
106005
  external_type_display_name?: string | undefined;
105196
106006
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -105292,6 +106102,11 @@ export type Routes = {
105292
106102
  /** Endpoint ID in the Vostio access system. */
105293
106103
  endpoint_id?: (string | undefined) | undefined;
105294
106104
  } | undefined;
106105
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
106106
+ akiles_metadata?: {
106107
+ /** ID of the Akiles member PIN. */
106108
+ member_pin_id?: (string | undefined) | undefined;
106109
+ } | undefined;
105295
106110
  /** Indicates whether Seam manages the credential. */
105296
106111
  is_managed: true;
105297
106112
  };
@@ -106369,7 +107184,7 @@ export type Routes = {
106369
107184
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
106370
107185
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
106371
107186
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
106372
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
107187
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
106373
107188
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
106374
107189
  external_type_display_name?: string | undefined;
106375
107190
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -106471,6 +107286,11 @@ export type Routes = {
106471
107286
  /** Endpoint ID in the Vostio access system. */
106472
107287
  endpoint_id?: (string | undefined) | undefined;
106473
107288
  } | undefined;
107289
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107290
+ akiles_metadata?: {
107291
+ /** ID of the Akiles member PIN. */
107292
+ member_pin_id?: (string | undefined) | undefined;
107293
+ } | undefined;
106474
107294
  /** Indicates whether Seam manages the credential. */
106475
107295
  is_managed: true;
106476
107296
  } | {
@@ -106503,7 +107323,7 @@ export type Routes = {
106503
107323
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
106504
107324
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
106505
107325
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
106506
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
107326
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
106507
107327
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
106508
107328
  external_type_display_name?: string | undefined;
106509
107329
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -106605,6 +107425,11 @@ export type Routes = {
106605
107425
  /** Endpoint ID in the Vostio access system. */
106606
107426
  endpoint_id?: (string | undefined) | undefined;
106607
107427
  } | undefined;
107428
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107429
+ akiles_metadata?: {
107430
+ /** ID of the Akiles member PIN. */
107431
+ member_pin_id?: (string | undefined) | undefined;
107432
+ } | undefined;
106608
107433
  is_managed: false;
106609
107434
  }) | null;
106610
107435
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -106703,7 +107528,7 @@ export type Routes = {
106703
107528
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
106704
107529
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
106705
107530
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
106706
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
107531
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
106707
107532
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
106708
107533
  external_type_display_name?: string | undefined;
106709
107534
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -106805,6 +107630,11 @@ export type Routes = {
106805
107630
  /** Endpoint ID in the Vostio access system. */
106806
107631
  endpoint_id?: (string | undefined) | undefined;
106807
107632
  } | undefined;
107633
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107634
+ akiles_metadata?: {
107635
+ /** ID of the Akiles member PIN. */
107636
+ member_pin_id?: (string | undefined) | undefined;
107637
+ } | undefined;
106808
107638
  /** Indicates whether Seam manages the credential. */
106809
107639
  is_managed: true;
106810
107640
  } | {
@@ -106837,7 +107667,7 @@ export type Routes = {
106837
107667
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
106838
107668
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
106839
107669
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
106840
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
107670
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
106841
107671
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
106842
107672
  external_type_display_name?: string | undefined;
106843
107673
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -106939,6 +107769,11 @@ export type Routes = {
106939
107769
  /** Endpoint ID in the Vostio access system. */
106940
107770
  endpoint_id?: (string | undefined) | undefined;
106941
107771
  } | undefined;
107772
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107773
+ akiles_metadata?: {
107774
+ /** ID of the Akiles member PIN. */
107775
+ member_pin_id?: (string | undefined) | undefined;
107776
+ } | undefined;
106942
107777
  is_managed: false;
106943
107778
  };
106944
107779
  } | {
@@ -107049,7 +107884,7 @@ export type Routes = {
107049
107884
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
107050
107885
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
107051
107886
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
107052
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
107887
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
107053
107888
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
107054
107889
  external_type_display_name?: string | undefined;
107055
107890
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -107151,6 +107986,11 @@ export type Routes = {
107151
107986
  /** Endpoint ID in the Vostio access system. */
107152
107987
  endpoint_id?: (string | undefined) | undefined;
107153
107988
  } | undefined;
107989
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
107990
+ akiles_metadata?: {
107991
+ /** ID of the Akiles member PIN. */
107992
+ member_pin_id?: (string | undefined) | undefined;
107993
+ } | undefined;
107154
107994
  /** Indicates whether Seam manages the credential. */
107155
107995
  is_managed: true;
107156
107996
  };
@@ -115170,7 +116010,7 @@ export type Routes = {
115170
116010
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
115171
116011
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
115172
116012
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
115173
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
116013
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
115174
116014
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
115175
116015
  external_type_display_name?: string | undefined;
115176
116016
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -115272,6 +116112,11 @@ export type Routes = {
115272
116112
  /** Endpoint ID in the Vostio access system. */
115273
116113
  endpoint_id?: (string | undefined) | undefined;
115274
116114
  } | undefined;
116115
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116116
+ akiles_metadata?: {
116117
+ /** ID of the Akiles member PIN. */
116118
+ member_pin_id?: (string | undefined) | undefined;
116119
+ } | undefined;
115275
116120
  /** Indicates whether Seam manages the credential. */
115276
116121
  is_managed: true;
115277
116122
  } | {
@@ -115304,7 +116149,7 @@ export type Routes = {
115304
116149
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
115305
116150
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
115306
116151
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
115307
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
116152
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
115308
116153
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
115309
116154
  external_type_display_name?: string | undefined;
115310
116155
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -115406,6 +116251,11 @@ export type Routes = {
115406
116251
  /** Endpoint ID in the Vostio access system. */
115407
116252
  endpoint_id?: (string | undefined) | undefined;
115408
116253
  } | undefined;
116254
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116255
+ akiles_metadata?: {
116256
+ /** ID of the Akiles member PIN. */
116257
+ member_pin_id?: (string | undefined) | undefined;
116258
+ } | undefined;
115409
116259
  is_managed: false;
115410
116260
  }) | null;
115411
116261
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -115504,7 +116354,7 @@ export type Routes = {
115504
116354
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
115505
116355
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
115506
116356
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
115507
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
116357
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
115508
116358
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
115509
116359
  external_type_display_name?: string | undefined;
115510
116360
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -115606,6 +116456,11 @@ export type Routes = {
115606
116456
  /** Endpoint ID in the Vostio access system. */
115607
116457
  endpoint_id?: (string | undefined) | undefined;
115608
116458
  } | undefined;
116459
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116460
+ akiles_metadata?: {
116461
+ /** ID of the Akiles member PIN. */
116462
+ member_pin_id?: (string | undefined) | undefined;
116463
+ } | undefined;
115609
116464
  /** Indicates whether Seam manages the credential. */
115610
116465
  is_managed: true;
115611
116466
  } | {
@@ -115638,7 +116493,7 @@ export type Routes = {
115638
116493
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
115639
116494
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
115640
116495
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
115641
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
116496
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
115642
116497
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
115643
116498
  external_type_display_name?: string | undefined;
115644
116499
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -115740,6 +116595,11 @@ export type Routes = {
115740
116595
  /** Endpoint ID in the Vostio access system. */
115741
116596
  endpoint_id?: (string | undefined) | undefined;
115742
116597
  } | undefined;
116598
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116599
+ akiles_metadata?: {
116600
+ /** ID of the Akiles member PIN. */
116601
+ member_pin_id?: (string | undefined) | undefined;
116602
+ } | undefined;
115743
116603
  is_managed: false;
115744
116604
  };
115745
116605
  } | {
@@ -115850,7 +116710,7 @@ export type Routes = {
115850
116710
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
115851
116711
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
115852
116712
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
115853
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
116713
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
115854
116714
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
115855
116715
  external_type_display_name?: string | undefined;
115856
116716
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -115952,6 +116812,11 @@ export type Routes = {
115952
116812
  /** Endpoint ID in the Vostio access system. */
115953
116813
  endpoint_id?: (string | undefined) | undefined;
115954
116814
  } | undefined;
116815
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
116816
+ akiles_metadata?: {
116817
+ /** ID of the Akiles member PIN. */
116818
+ member_pin_id?: (string | undefined) | undefined;
116819
+ } | undefined;
115955
116820
  /** Indicates whether Seam manages the credential. */
115956
116821
  is_managed: true;
115957
116822
  };
@@ -121520,7 +122385,7 @@ export type Routes = {
121520
122385
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
121521
122386
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
121522
122387
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
121523
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
122388
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
121524
122389
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
121525
122390
  external_type_display_name?: string | undefined;
121526
122391
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -121622,6 +122487,11 @@ export type Routes = {
121622
122487
  /** Endpoint ID in the Vostio access system. */
121623
122488
  endpoint_id?: (string | undefined) | undefined;
121624
122489
  } | undefined;
122490
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
122491
+ akiles_metadata?: {
122492
+ /** ID of the Akiles member PIN. */
122493
+ member_pin_id?: (string | undefined) | undefined;
122494
+ } | undefined;
121625
122495
  /** Indicates whether Seam manages the credential. */
121626
122496
  is_managed: true;
121627
122497
  }[] | undefined;
@@ -121655,7 +122525,7 @@ export type Routes = {
121655
122525
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
121656
122526
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
121657
122527
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
121658
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
122528
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
121659
122529
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
121660
122530
  external_type_display_name?: string | undefined;
121661
122531
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -121757,6 +122627,11 @@ export type Routes = {
121757
122627
  /** Endpoint ID in the Vostio access system. */
121758
122628
  endpoint_id?: (string | undefined) | undefined;
121759
122629
  } | undefined;
122630
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
122631
+ akiles_metadata?: {
122632
+ /** ID of the Akiles member PIN. */
122633
+ member_pin_id?: (string | undefined) | undefined;
122634
+ } | undefined;
121760
122635
  is_managed: false;
121761
122636
  }[] | undefined;
121762
122637
  unmanaged_access_codes?: {
@@ -122916,7 +123791,7 @@ export type Routes = {
122916
123791
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
122917
123792
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
122918
123793
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
122919
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
123794
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
122920
123795
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
122921
123796
  external_type_display_name?: string | undefined;
122922
123797
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -123018,6 +123893,11 @@ export type Routes = {
123018
123893
  /** Endpoint ID in the Vostio access system. */
123019
123894
  endpoint_id?: (string | undefined) | undefined;
123020
123895
  } | undefined;
123896
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
123897
+ akiles_metadata?: {
123898
+ /** ID of the Akiles member PIN. */
123899
+ member_pin_id?: (string | undefined) | undefined;
123900
+ } | undefined;
123021
123901
  /** Indicates whether Seam manages the credential. */
123022
123902
  is_managed: true;
123023
123903
  } | {
@@ -123050,7 +123930,7 @@ export type Routes = {
123050
123930
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
123051
123931
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
123052
123932
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
123053
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
123933
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
123054
123934
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
123055
123935
  external_type_display_name?: string | undefined;
123056
123936
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -123152,6 +124032,11 @@ export type Routes = {
123152
124032
  /** Endpoint ID in the Vostio access system. */
123153
124033
  endpoint_id?: (string | undefined) | undefined;
123154
124034
  } | undefined;
124035
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
124036
+ akiles_metadata?: {
124037
+ /** ID of the Akiles member PIN. */
124038
+ member_pin_id?: (string | undefined) | undefined;
124039
+ } | undefined;
123155
124040
  is_managed: false;
123156
124041
  }) | null;
123157
124042
  /** Warnings related to scanning the credential, such as mismatches between the credential data currently encoded on the card and the corresponding data stored on Seam and the access system. */
@@ -123250,7 +124135,7 @@ export type Routes = {
123250
124135
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
123251
124136
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
123252
124137
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
123253
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
124138
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
123254
124139
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
123255
124140
  external_type_display_name?: string | undefined;
123256
124141
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -123352,6 +124237,11 @@ export type Routes = {
123352
124237
  /** Endpoint ID in the Vostio access system. */
123353
124238
  endpoint_id?: (string | undefined) | undefined;
123354
124239
  } | undefined;
124240
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
124241
+ akiles_metadata?: {
124242
+ /** ID of the Akiles member PIN. */
124243
+ member_pin_id?: (string | undefined) | undefined;
124244
+ } | undefined;
123355
124245
  /** Indicates whether Seam manages the credential. */
123356
124246
  is_managed: true;
123357
124247
  } | {
@@ -123384,7 +124274,7 @@ export type Routes = {
123384
124274
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
123385
124275
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
123386
124276
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
123387
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
124277
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
123388
124278
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
123389
124279
  external_type_display_name?: string | undefined;
123390
124280
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -123486,6 +124376,11 @@ export type Routes = {
123486
124376
  /** Endpoint ID in the Vostio access system. */
123487
124377
  endpoint_id?: (string | undefined) | undefined;
123488
124378
  } | undefined;
124379
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
124380
+ akiles_metadata?: {
124381
+ /** ID of the Akiles member PIN. */
124382
+ member_pin_id?: (string | undefined) | undefined;
124383
+ } | undefined;
123489
124384
  is_managed: false;
123490
124385
  };
123491
124386
  } | {
@@ -123596,7 +124491,7 @@ export type Routes = {
123596
124491
  /** Access method for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`, `cloud_key`. */
123597
124492
  access_method: 'code' | 'card' | 'mobile_key' | 'cloud_key';
123598
124493
  /** Brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
123599
- 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential') | undefined;
124494
+ 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' | 'salto_ks_tag' | 'avigilon_alta_credential' | 'kisi_credential' | 'akiles_credential') | undefined;
123600
124495
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) type. */
123601
124496
  external_type_display_name?: string | undefined;
123602
124497
  /** Date and time at which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) was created. */
@@ -123698,6 +124593,11 @@ export type Routes = {
123698
124593
  /** Endpoint ID in the Vostio access system. */
123699
124594
  endpoint_id?: (string | undefined) | undefined;
123700
124595
  } | undefined;
124596
+ /** Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials). */
124597
+ akiles_metadata?: {
124598
+ /** ID of the Akiles member PIN. */
124599
+ member_pin_id?: (string | undefined) | undefined;
124600
+ } | undefined;
123701
124601
  /** Indicates whether Seam manages the credential. */
123702
124602
  is_managed: true;
123703
124603
  };