@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.
@@ -31,7 +31,7 @@ declare const phone_provider_session: z.ZodObject<{
31
31
  is_issued: z.ZodOptional<z.ZodBoolean>;
32
32
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
33
33
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
34
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
34
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential", "akiles_credential"]>>;
35
35
  external_type_display_name: z.ZodOptional<z.ZodString>;
36
36
  created_at: z.ZodString;
37
37
  workspace_id: z.ZodString;
@@ -182,6 +182,13 @@ declare const phone_provider_session: z.ZodObject<{
182
182
  key_issuing_request_id?: string | undefined;
183
183
  door_names?: string[] | undefined;
184
184
  }>>;
185
+ akiles_metadata: z.ZodOptional<z.ZodObject<{
186
+ member_pin_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
187
+ }, "strip", z.ZodTypeAny, {
188
+ member_pin_id?: string | undefined;
189
+ }, {
190
+ member_pin_id?: string | undefined;
191
+ }>>;
185
192
  } & {
186
193
  is_managed: z.ZodLiteral<true>;
187
194
  }, "acs_credential_id"> & {
@@ -878,6 +885,9 @@ declare const phone_provider_session: z.ZodObject<{
878
885
  card_id?: string | undefined;
879
886
  credential_id?: string | undefined;
880
887
  } | undefined;
888
+ akiles_metadata?: {
889
+ member_pin_id?: string | undefined;
890
+ } | undefined;
881
891
  assa_abloy_vostio_metadata?: {
882
892
  key_id?: string | undefined;
883
893
  endpoint_id?: string | undefined;
@@ -891,7 +901,7 @@ declare const phone_provider_session: z.ZodObject<{
891
901
  issued_at?: string | null | undefined;
892
902
  is_issued?: boolean | undefined;
893
903
  acs_user_id?: string | undefined;
894
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
904
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
895
905
  external_type_display_name?: string | undefined;
896
906
  acs_credential_pool_id?: string | undefined;
897
907
  parent_acs_credential_id?: string | undefined;
@@ -1064,6 +1074,9 @@ declare const phone_provider_session: z.ZodObject<{
1064
1074
  card_id?: string | undefined;
1065
1075
  credential_id?: string | undefined;
1066
1076
  } | undefined;
1077
+ akiles_metadata?: {
1078
+ member_pin_id?: string | undefined;
1079
+ } | undefined;
1067
1080
  assa_abloy_vostio_metadata?: {
1068
1081
  key_id?: string | undefined;
1069
1082
  endpoint_id?: string | undefined;
@@ -1077,7 +1090,7 @@ declare const phone_provider_session: z.ZodObject<{
1077
1090
  issued_at?: string | null | undefined;
1078
1091
  is_issued?: boolean | undefined;
1079
1092
  acs_user_id?: string | undefined;
1080
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1093
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1081
1094
  external_type_display_name?: string | undefined;
1082
1095
  acs_credential_pool_id?: string | undefined;
1083
1096
  parent_acs_credential_id?: string | undefined;
@@ -1252,6 +1265,9 @@ declare const phone_provider_session: z.ZodObject<{
1252
1265
  card_id?: string | undefined;
1253
1266
  credential_id?: string | undefined;
1254
1267
  } | undefined;
1268
+ akiles_metadata?: {
1269
+ member_pin_id?: string | undefined;
1270
+ } | undefined;
1255
1271
  assa_abloy_vostio_metadata?: {
1256
1272
  key_id?: string | undefined;
1257
1273
  endpoint_id?: string | undefined;
@@ -1265,7 +1281,7 @@ declare const phone_provider_session: z.ZodObject<{
1265
1281
  issued_at?: string | null | undefined;
1266
1282
  is_issued?: boolean | undefined;
1267
1283
  acs_user_id?: string | undefined;
1268
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1284
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1269
1285
  external_type_display_name?: string | undefined;
1270
1286
  acs_credential_pool_id?: string | undefined;
1271
1287
  parent_acs_credential_id?: string | undefined;
@@ -1446,6 +1462,9 @@ declare const phone_provider_session: z.ZodObject<{
1446
1462
  card_id?: string | undefined;
1447
1463
  credential_id?: string | undefined;
1448
1464
  } | undefined;
1465
+ akiles_metadata?: {
1466
+ member_pin_id?: string | undefined;
1467
+ } | undefined;
1449
1468
  assa_abloy_vostio_metadata?: {
1450
1469
  key_id?: string | undefined;
1451
1470
  endpoint_id?: string | undefined;
@@ -1459,7 +1478,7 @@ declare const phone_provider_session: z.ZodObject<{
1459
1478
  issued_at?: string | null | undefined;
1460
1479
  is_issued?: boolean | undefined;
1461
1480
  acs_user_id?: string | undefined;
1462
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1481
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
1463
1482
  external_type_display_name?: string | undefined;
1464
1483
  acs_credential_pool_id?: string | undefined;
1465
1484
  parent_acs_credential_id?: string | undefined;
@@ -1508,7 +1527,7 @@ export declare const phone_session: z.ZodObject<{
1508
1527
  is_issued: z.ZodOptional<z.ZodBoolean>;
1509
1528
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1510
1529
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
1511
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential"]>>;
1530
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential", "kisi_credential", "akiles_credential"]>>;
1512
1531
  external_type_display_name: z.ZodOptional<z.ZodString>;
1513
1532
  created_at: z.ZodString;
1514
1533
  workspace_id: z.ZodString;
@@ -1659,6 +1678,13 @@ export declare const phone_session: z.ZodObject<{
1659
1678
  key_issuing_request_id?: string | undefined;
1660
1679
  door_names?: string[] | undefined;
1661
1680
  }>>;
1681
+ akiles_metadata: z.ZodOptional<z.ZodObject<{
1682
+ member_pin_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
1683
+ }, "strip", z.ZodTypeAny, {
1684
+ member_pin_id?: string | undefined;
1685
+ }, {
1686
+ member_pin_id?: string | undefined;
1687
+ }>>;
1662
1688
  } & {
1663
1689
  is_managed: z.ZodLiteral<true>;
1664
1690
  }, "acs_credential_id"> & {
@@ -2355,6 +2381,9 @@ export declare const phone_session: z.ZodObject<{
2355
2381
  card_id?: string | undefined;
2356
2382
  credential_id?: string | undefined;
2357
2383
  } | undefined;
2384
+ akiles_metadata?: {
2385
+ member_pin_id?: string | undefined;
2386
+ } | undefined;
2358
2387
  assa_abloy_vostio_metadata?: {
2359
2388
  key_id?: string | undefined;
2360
2389
  endpoint_id?: string | undefined;
@@ -2368,7 +2397,7 @@ export declare const phone_session: z.ZodObject<{
2368
2397
  issued_at?: string | null | undefined;
2369
2398
  is_issued?: boolean | undefined;
2370
2399
  acs_user_id?: string | undefined;
2371
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2400
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2372
2401
  external_type_display_name?: string | undefined;
2373
2402
  acs_credential_pool_id?: string | undefined;
2374
2403
  parent_acs_credential_id?: string | undefined;
@@ -2541,6 +2570,9 @@ export declare const phone_session: z.ZodObject<{
2541
2570
  card_id?: string | undefined;
2542
2571
  credential_id?: string | undefined;
2543
2572
  } | undefined;
2573
+ akiles_metadata?: {
2574
+ member_pin_id?: string | undefined;
2575
+ } | undefined;
2544
2576
  assa_abloy_vostio_metadata?: {
2545
2577
  key_id?: string | undefined;
2546
2578
  endpoint_id?: string | undefined;
@@ -2554,7 +2586,7 @@ export declare const phone_session: z.ZodObject<{
2554
2586
  issued_at?: string | null | undefined;
2555
2587
  is_issued?: boolean | undefined;
2556
2588
  acs_user_id?: string | undefined;
2557
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2589
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2558
2590
  external_type_display_name?: string | undefined;
2559
2591
  acs_credential_pool_id?: string | undefined;
2560
2592
  parent_acs_credential_id?: string | undefined;
@@ -2729,6 +2761,9 @@ export declare const phone_session: z.ZodObject<{
2729
2761
  card_id?: string | undefined;
2730
2762
  credential_id?: string | undefined;
2731
2763
  } | undefined;
2764
+ akiles_metadata?: {
2765
+ member_pin_id?: string | undefined;
2766
+ } | undefined;
2732
2767
  assa_abloy_vostio_metadata?: {
2733
2768
  key_id?: string | undefined;
2734
2769
  endpoint_id?: string | undefined;
@@ -2742,7 +2777,7 @@ export declare const phone_session: z.ZodObject<{
2742
2777
  issued_at?: string | null | undefined;
2743
2778
  is_issued?: boolean | undefined;
2744
2779
  acs_user_id?: string | undefined;
2745
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2780
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2746
2781
  external_type_display_name?: string | undefined;
2747
2782
  acs_credential_pool_id?: string | undefined;
2748
2783
  parent_acs_credential_id?: string | undefined;
@@ -2923,6 +2958,9 @@ export declare const phone_session: z.ZodObject<{
2923
2958
  card_id?: string | undefined;
2924
2959
  credential_id?: string | undefined;
2925
2960
  } | undefined;
2961
+ akiles_metadata?: {
2962
+ member_pin_id?: string | undefined;
2963
+ } | undefined;
2926
2964
  assa_abloy_vostio_metadata?: {
2927
2965
  key_id?: string | undefined;
2928
2966
  endpoint_id?: string | undefined;
@@ -2936,7 +2974,7 @@ export declare const phone_session: z.ZodObject<{
2936
2974
  issued_at?: string | null | undefined;
2937
2975
  is_issued?: boolean | undefined;
2938
2976
  acs_user_id?: string | undefined;
2939
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2977
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
2940
2978
  external_type_display_name?: string | undefined;
2941
2979
  acs_credential_pool_id?: string | undefined;
2942
2980
  parent_acs_credential_id?: string | undefined;
@@ -3232,6 +3270,9 @@ export declare const phone_session: z.ZodObject<{
3232
3270
  card_id?: string | undefined;
3233
3271
  credential_id?: string | undefined;
3234
3272
  } | undefined;
3273
+ akiles_metadata?: {
3274
+ member_pin_id?: string | undefined;
3275
+ } | undefined;
3235
3276
  assa_abloy_vostio_metadata?: {
3236
3277
  key_id?: string | undefined;
3237
3278
  endpoint_id?: string | undefined;
@@ -3245,7 +3286,7 @@ export declare const phone_session: z.ZodObject<{
3245
3286
  issued_at?: string | null | undefined;
3246
3287
  is_issued?: boolean | undefined;
3247
3288
  acs_user_id?: string | undefined;
3248
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
3289
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
3249
3290
  external_type_display_name?: string | undefined;
3250
3291
  acs_credential_pool_id?: string | undefined;
3251
3292
  parent_acs_credential_id?: string | undefined;
@@ -3457,6 +3498,9 @@ export declare const phone_session: z.ZodObject<{
3457
3498
  card_id?: string | undefined;
3458
3499
  credential_id?: string | undefined;
3459
3500
  } | undefined;
3501
+ akiles_metadata?: {
3502
+ member_pin_id?: string | undefined;
3503
+ } | undefined;
3460
3504
  assa_abloy_vostio_metadata?: {
3461
3505
  key_id?: string | undefined;
3462
3506
  endpoint_id?: string | undefined;
@@ -3470,7 +3514,7 @@ export declare const phone_session: z.ZodObject<{
3470
3514
  issued_at?: string | null | undefined;
3471
3515
  is_issued?: boolean | undefined;
3472
3516
  acs_user_id?: string | undefined;
3473
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
3517
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_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;
3474
3518
  external_type_display_name?: string | undefined;
3475
3519
  acs_credential_pool_id?: string | undefined;
3476
3520
  parent_acs_credential_id?: string | undefined;
@@ -2920,6 +2920,16 @@ const openapi = {
2920
2920
  format: 'uuid',
2921
2921
  type: 'string',
2922
2922
  },
2923
+ akiles_metadata: {
2924
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
2925
+ properties: {
2926
+ member_pin_id: {
2927
+ description: 'ID of the Akiles member PIN.',
2928
+ type: 'string',
2929
+ },
2930
+ },
2931
+ type: 'object',
2932
+ },
2923
2933
  assa_abloy_vostio_metadata: {
2924
2934
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
2925
2935
  properties: {
@@ -3014,6 +3024,7 @@ const openapi = {
3014
3024
  'salto_ks_tag',
3015
3025
  'avigilon_alta_credential',
3016
3026
  'kisi_credential',
3027
+ 'akiles_credential',
3017
3028
  ],
3018
3029
  type: 'string',
3019
3030
  },
@@ -5531,6 +5542,16 @@ const openapi = {
5531
5542
  format: 'uuid',
5532
5543
  type: 'string',
5533
5544
  },
5545
+ akiles_metadata: {
5546
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
5547
+ properties: {
5548
+ member_pin_id: {
5549
+ description: 'ID of the Akiles member PIN.',
5550
+ type: 'string',
5551
+ },
5552
+ },
5553
+ type: 'object',
5554
+ },
5534
5555
  assa_abloy_vostio_metadata: {
5535
5556
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
5536
5557
  properties: {
@@ -5625,6 +5646,7 @@ const openapi = {
5625
5646
  'salto_ks_tag',
5626
5647
  'avigilon_alta_credential',
5627
5648
  'kisi_credential',
5649
+ 'akiles_credential',
5628
5650
  ],
5629
5651
  type: 'string',
5630
5652
  },
@@ -5933,6 +5955,16 @@ const openapi = {
5933
5955
  format: 'uuid',
5934
5956
  type: 'string',
5935
5957
  },
5958
+ akiles_metadata: {
5959
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
5960
+ properties: {
5961
+ member_pin_id: {
5962
+ description: 'ID of the Akiles member PIN.',
5963
+ type: 'string',
5964
+ },
5965
+ },
5966
+ type: 'object',
5967
+ },
5936
5968
  assa_abloy_vostio_metadata: {
5937
5969
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
5938
5970
  properties: {
@@ -6027,6 +6059,7 @@ const openapi = {
6027
6059
  'salto_ks_tag',
6028
6060
  'avigilon_alta_credential',
6029
6061
  'kisi_credential',
6062
+ 'akiles_credential',
6030
6063
  ],
6031
6064
  type: 'string',
6032
6065
  },
@@ -6557,6 +6590,16 @@ const openapi = {
6557
6590
  format: 'uuid',
6558
6591
  type: 'string',
6559
6592
  },
6593
+ akiles_metadata: {
6594
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
6595
+ properties: {
6596
+ member_pin_id: {
6597
+ description: 'ID of the Akiles member PIN.',
6598
+ type: 'string',
6599
+ },
6600
+ },
6601
+ type: 'object',
6602
+ },
6560
6603
  assa_abloy_vostio_metadata: {
6561
6604
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
6562
6605
  properties: {
@@ -6651,6 +6694,7 @@ const openapi = {
6651
6694
  'salto_ks_tag',
6652
6695
  'avigilon_alta_credential',
6653
6696
  'kisi_credential',
6697
+ 'akiles_credential',
6654
6698
  ],
6655
6699
  type: 'string',
6656
6700
  },
@@ -6957,6 +7001,16 @@ const openapi = {
6957
7001
  format: 'uuid',
6958
7002
  type: 'string',
6959
7003
  },
7004
+ akiles_metadata: {
7005
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
7006
+ properties: {
7007
+ member_pin_id: {
7008
+ description: 'ID of the Akiles member PIN.',
7009
+ type: 'string',
7010
+ },
7011
+ },
7012
+ type: 'object',
7013
+ },
6960
7014
  assa_abloy_vostio_metadata: {
6961
7015
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
6962
7016
  properties: {
@@ -7051,6 +7105,7 @@ const openapi = {
7051
7105
  'salto_ks_tag',
7052
7106
  'avigilon_alta_credential',
7053
7107
  'kisi_credential',
7108
+ 'akiles_credential',
7054
7109
  ],
7055
7110
  type: 'string',
7056
7111
  },
@@ -7608,6 +7663,16 @@ const openapi = {
7608
7663
  format: 'uuid',
7609
7664
  type: 'string',
7610
7665
  },
7666
+ akiles_metadata: {
7667
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
7668
+ properties: {
7669
+ member_pin_id: {
7670
+ description: 'ID of the Akiles member PIN.',
7671
+ type: 'string',
7672
+ },
7673
+ },
7674
+ type: 'object',
7675
+ },
7611
7676
  assa_abloy_vostio_metadata: {
7612
7677
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
7613
7678
  properties: {
@@ -7702,6 +7767,7 @@ const openapi = {
7702
7767
  'salto_ks_tag',
7703
7768
  'avigilon_alta_credential',
7704
7769
  'kisi_credential',
7770
+ 'akiles_credential',
7705
7771
  ],
7706
7772
  type: 'string',
7707
7773
  },
@@ -25569,6 +25635,16 @@ const openapi = {
25569
25635
  format: 'uuid',
25570
25636
  type: 'string',
25571
25637
  },
25638
+ akiles_metadata: {
25639
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
25640
+ properties: {
25641
+ member_pin_id: {
25642
+ description: 'ID of the Akiles member PIN.',
25643
+ type: 'string',
25644
+ },
25645
+ },
25646
+ type: 'object',
25647
+ },
25572
25648
  assa_abloy_vostio_metadata: {
25573
25649
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
25574
25650
  properties: {
@@ -25663,6 +25739,7 @@ const openapi = {
25663
25739
  'salto_ks_tag',
25664
25740
  'avigilon_alta_credential',
25665
25741
  'kisi_credential',
25742
+ 'akiles_credential',
25666
25743
  ],
25667
25744
  type: 'string',
25668
25745
  },
@@ -29099,6 +29176,16 @@ const openapi = {
29099
29176
  format: 'uuid',
29100
29177
  type: 'string',
29101
29178
  },
29179
+ akiles_metadata: {
29180
+ description: 'Akiles-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
29181
+ properties: {
29182
+ member_pin_id: {
29183
+ description: 'ID of the Akiles member PIN.',
29184
+ type: 'string',
29185
+ },
29186
+ },
29187
+ type: 'object',
29188
+ },
29102
29189
  assa_abloy_vostio_metadata: {
29103
29190
  description: 'Vostio-specific metadata for the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials).',
29104
29191
  properties: {
@@ -29193,6 +29280,7 @@ const openapi = {
29193
29280
  'salto_ks_tag',
29194
29281
  'avigilon_alta_credential',
29195
29282
  'kisi_credential',
29283
+ 'akiles_credential',
29196
29284
  ],
29197
29285
  type: 'string',
29198
29286
  },