@seamapi/types 1.978.0 → 1.980.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist/connect.cjs +100 -8
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +271 -46
  4. package/dist/index.cjs +100 -8
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
  7. package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
  8. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  9. package/lib/seam/connect/models/acs/acs-entrance.d.ts +49 -0
  10. package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
  11. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  12. package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
  13. package/lib/seam/connect/models/acs/acs-system.js +1 -0
  14. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  15. package/lib/seam/connect/models/acs/metadata/akiles.d.ts +33 -0
  16. package/lib/seam/connect/models/acs/metadata/akiles.js +25 -0
  17. package/lib/seam/connect/models/acs/metadata/akiles.js.map +1 -0
  18. package/lib/seam/connect/models/phones/phone-session.d.ts +188 -0
  19. package/lib/seam/connect/openapi.js +76 -0
  20. package/lib/seam/connect/openapi.js.map +1 -1
  21. package/lib/seam/connect/route-types.d.ts +204 -28
  22. package/package.json +1 -1
  23. package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
  24. package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
  25. package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
  26. package/src/lib/seam/connect/models/acs/metadata/akiles.ts +31 -0
  27. package/src/lib/seam/connect/openapi.ts +82 -0
  28. package/src/lib/seam/connect/route-types.ts +281 -0
@@ -2702,6 +2702,7 @@ const openapi: OpenAPISpec = {
2702
2702
  'dormakaba_ambiance_access_group',
2703
2703
  'avigilon_alta_group',
2704
2704
  'kisi_access_group',
2705
+ 'akiles_member_group',
2705
2706
  ],
2706
2707
  type: 'string',
2707
2708
  'x-deprecated': 'Use `external_type`.',
@@ -2807,6 +2808,7 @@ const openapi: OpenAPISpec = {
2807
2808
  'dormakaba_ambiance_access_group',
2808
2809
  'avigilon_alta_group',
2809
2810
  'kisi_access_group',
2811
+ 'akiles_member_group',
2810
2812
  ],
2811
2813
  type: 'string',
2812
2814
  },
@@ -3848,6 +3850,42 @@ const openapi: OpenAPISpec = {
3848
3850
  format: 'uuid',
3849
3851
  type: 'string',
3850
3852
  },
3853
+ akiles_metadata: {
3854
+ description:
3855
+ 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
3856
+ properties: {
3857
+ actions: {
3858
+ description: 'Actions the gadget exposes (for example, open).',
3859
+ items: {
3860
+ properties: {
3861
+ id: {
3862
+ description: 'ID of the gadget action.',
3863
+ type: 'string',
3864
+ },
3865
+ name: {
3866
+ description: 'Name of the gadget action.',
3867
+ type: 'string',
3868
+ },
3869
+ },
3870
+ type: 'object',
3871
+ },
3872
+ type: 'array',
3873
+ },
3874
+ gadget_id: {
3875
+ description: 'ID of the Akiles gadget.',
3876
+ type: 'string',
3877
+ },
3878
+ site_id: {
3879
+ description: 'ID of the Akiles site the gadget belongs to.',
3880
+ type: 'string',
3881
+ },
3882
+ site_name: {
3883
+ description: 'Name of the Akiles site the gadget belongs to.',
3884
+ type: 'string',
3885
+ },
3886
+ },
3887
+ type: 'object',
3888
+ },
3851
3889
  assa_abloy_vostio_metadata: {
3852
3890
  description:
3853
3891
  'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
@@ -4652,6 +4690,7 @@ const openapi: OpenAPISpec = {
4652
4690
  'assa_abloy_vostio_credential_service',
4653
4691
  'hotek_site',
4654
4692
  'kisi_organization',
4693
+ 'akiles_organization',
4655
4694
  ],
4656
4695
  type: 'string',
4657
4696
  },
@@ -4713,6 +4752,7 @@ const openapi: OpenAPISpec = {
4713
4752
  'assa_abloy_vostio_credential_service',
4714
4753
  'hotek_site',
4715
4754
  'kisi_organization',
4755
+ 'akiles_organization',
4716
4756
  ],
4717
4757
  type: 'string',
4718
4758
  'x-deprecated': 'Use `external_type`.',
@@ -27825,6 +27865,46 @@ const openapi: OpenAPISpec = {
27825
27865
  format: 'uuid',
27826
27866
  type: 'string',
27827
27867
  },
27868
+ akiles_metadata: {
27869
+ description:
27870
+ 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
27871
+ properties: {
27872
+ actions: {
27873
+ description:
27874
+ 'Actions the gadget exposes (for example, open).',
27875
+ items: {
27876
+ properties: {
27877
+ id: {
27878
+ description: 'ID of the gadget action.',
27879
+ type: 'string',
27880
+ },
27881
+ name: {
27882
+ description:
27883
+ 'Name of the gadget action.',
27884
+ type: 'string',
27885
+ },
27886
+ },
27887
+ type: 'object',
27888
+ },
27889
+ type: 'array',
27890
+ },
27891
+ gadget_id: {
27892
+ description: 'ID of the Akiles gadget.',
27893
+ type: 'string',
27894
+ },
27895
+ site_id: {
27896
+ description:
27897
+ 'ID of the Akiles site the gadget belongs to.',
27898
+ type: 'string',
27899
+ },
27900
+ site_name: {
27901
+ description:
27902
+ 'Name of the Akiles site the gadget belongs to.',
27903
+ type: 'string',
27904
+ },
27905
+ },
27906
+ type: 'object',
27907
+ },
27828
27908
  assa_abloy_vostio_metadata: {
27829
27909
  description:
27830
27910
  'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
@@ -30754,6 +30834,7 @@ const openapi: OpenAPISpec = {
30754
30834
  'dormakaba_ambiance_access_group',
30755
30835
  'avigilon_alta_group',
30756
30836
  'kisi_access_group',
30837
+ 'akiles_member_group',
30757
30838
  ],
30758
30839
  type: 'string',
30759
30840
  'x-deprecated': 'Use `external_type`.',
@@ -30859,6 +30940,7 @@ const openapi: OpenAPISpec = {
30859
30940
  'dormakaba_ambiance_access_group',
30860
30941
  'avigilon_alta_group',
30861
30942
  'kisi_access_group',
30943
+ 'akiles_member_group',
30862
30944
  ],
30863
30945
  type: 'string',
30864
30946
  },
@@ -15567,6 +15567,29 @@ export type Routes = {
15567
15567
  entry_relays_total_count?: (number | undefined) | undefined
15568
15568
  }
15569
15569
  | undefined
15570
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
15571
+ akiles_metadata?:
15572
+ | {
15573
+ /** ID of the Akiles gadget. */
15574
+ gadget_id?: (string | undefined) | undefined
15575
+ /** ID of the Akiles site the gadget belongs to. */
15576
+ site_id?: (string | undefined) | undefined
15577
+ /** Name of the Akiles site the gadget belongs to. */
15578
+ site_name?: (string | undefined) | undefined
15579
+ /** Actions the gadget exposes (for example, open). */
15580
+ actions?:
15581
+ | (
15582
+ | {
15583
+ /** ID of the gadget action. */
15584
+ id?: (string | undefined) | undefined
15585
+ /** Name of the gadget action. */
15586
+ name?: (string | undefined) | undefined
15587
+ }[]
15588
+ | undefined
15589
+ )
15590
+ | undefined
15591
+ }
15592
+ | undefined
15570
15593
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
15571
15594
  is_locked?: boolean | undefined
15572
15595
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -15834,6 +15857,7 @@ export type Routes = {
15834
15857
  | 'assa_abloy_vostio_credential_service'
15835
15858
  | 'hotek_site'
15836
15859
  | 'kisi_organization'
15860
+ | 'akiles_organization'
15837
15861
  )
15838
15862
  | undefined
15839
15863
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -15871,6 +15895,7 @@ export type Routes = {
15871
15895
  | 'assa_abloy_vostio_credential_service'
15872
15896
  | 'hotek_site'
15873
15897
  | 'kisi_organization'
15898
+ | 'akiles_organization'
15874
15899
  )
15875
15900
  | undefined
15876
15901
  /**
@@ -16075,6 +16100,7 @@ export type Routes = {
16075
16100
  | 'dormakaba_ambiance_access_group'
16076
16101
  | 'avigilon_alta_group'
16077
16102
  | 'kisi_access_group'
16103
+ | 'akiles_member_group'
16078
16104
  /**
16079
16105
  * @deprecated Use `external_type_display_name`.*/
16080
16106
  access_group_type_display_name: string
@@ -16091,6 +16117,7 @@ export type Routes = {
16091
16117
  | 'dormakaba_ambiance_access_group'
16092
16118
  | 'avigilon_alta_group'
16093
16119
  | 'kisi_access_group'
16120
+ | 'akiles_member_group'
16094
16121
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
16095
16122
  external_type_display_name: string
16096
16123
  /** Date and time at which the access group was created. */
@@ -23832,6 +23859,29 @@ export type Routes = {
23832
23859
  entry_relays_total_count?: (number | undefined) | undefined
23833
23860
  }
23834
23861
  | undefined
23862
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
23863
+ akiles_metadata?:
23864
+ | {
23865
+ /** ID of the Akiles gadget. */
23866
+ gadget_id?: (string | undefined) | undefined
23867
+ /** ID of the Akiles site the gadget belongs to. */
23868
+ site_id?: (string | undefined) | undefined
23869
+ /** Name of the Akiles site the gadget belongs to. */
23870
+ site_name?: (string | undefined) | undefined
23871
+ /** Actions the gadget exposes (for example, open). */
23872
+ actions?:
23873
+ | (
23874
+ | {
23875
+ /** ID of the gadget action. */
23876
+ id?: (string | undefined) | undefined
23877
+ /** Name of the gadget action. */
23878
+ name?: (string | undefined) | undefined
23879
+ }[]
23880
+ | undefined
23881
+ )
23882
+ | undefined
23883
+ }
23884
+ | undefined
23835
23885
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
23836
23886
  is_locked?: boolean | undefined
23837
23887
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -26991,6 +27041,7 @@ export type Routes = {
26991
27041
  | 'dormakaba_ambiance_access_group'
26992
27042
  | 'avigilon_alta_group'
26993
27043
  | 'kisi_access_group'
27044
+ | 'akiles_member_group'
26994
27045
  /**
26995
27046
  * @deprecated Use `external_type_display_name`.*/
26996
27047
  access_group_type_display_name: string
@@ -27007,6 +27058,7 @@ export type Routes = {
27007
27058
  | 'dormakaba_ambiance_access_group'
27008
27059
  | 'avigilon_alta_group'
27009
27060
  | 'kisi_access_group'
27061
+ | 'akiles_member_group'
27010
27062
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
27011
27063
  external_type_display_name: string
27012
27064
  /** Date and time at which the access group was created. */
@@ -27209,6 +27261,7 @@ export type Routes = {
27209
27261
  | 'dormakaba_ambiance_access_group'
27210
27262
  | 'avigilon_alta_group'
27211
27263
  | 'kisi_access_group'
27264
+ | 'akiles_member_group'
27212
27265
  /**
27213
27266
  * @deprecated Use `external_type_display_name`.*/
27214
27267
  access_group_type_display_name: string
@@ -27225,6 +27278,7 @@ export type Routes = {
27225
27278
  | 'dormakaba_ambiance_access_group'
27226
27279
  | 'avigilon_alta_group'
27227
27280
  | 'kisi_access_group'
27281
+ | 'akiles_member_group'
27228
27282
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
27229
27283
  external_type_display_name: string
27230
27284
  /** Date and time at which the access group was created. */
@@ -27625,6 +27679,29 @@ export type Routes = {
27625
27679
  entry_relays_total_count?: (number | undefined) | undefined
27626
27680
  }
27627
27681
  | undefined
27682
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
27683
+ akiles_metadata?:
27684
+ | {
27685
+ /** ID of the Akiles gadget. */
27686
+ gadget_id?: (string | undefined) | undefined
27687
+ /** ID of the Akiles site the gadget belongs to. */
27688
+ site_id?: (string | undefined) | undefined
27689
+ /** Name of the Akiles site the gadget belongs to. */
27690
+ site_name?: (string | undefined) | undefined
27691
+ /** Actions the gadget exposes (for example, open). */
27692
+ actions?:
27693
+ | (
27694
+ | {
27695
+ /** ID of the gadget action. */
27696
+ id?: (string | undefined) | undefined
27697
+ /** Name of the gadget action. */
27698
+ name?: (string | undefined) | undefined
27699
+ }[]
27700
+ | undefined
27701
+ )
27702
+ | undefined
27703
+ }
27704
+ | undefined
27628
27705
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
27629
27706
  is_locked?: boolean | undefined
27630
27707
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -28015,6 +28092,7 @@ export type Routes = {
28015
28092
  | 'dormakaba_ambiance_access_group'
28016
28093
  | 'avigilon_alta_group'
28017
28094
  | 'kisi_access_group'
28095
+ | 'akiles_member_group'
28018
28096
  /**
28019
28097
  * @deprecated Use `external_type_display_name`.*/
28020
28098
  access_group_type_display_name: string
@@ -28031,6 +28109,7 @@ export type Routes = {
28031
28109
  | 'dormakaba_ambiance_access_group'
28032
28110
  | 'avigilon_alta_group'
28033
28111
  | 'kisi_access_group'
28112
+ | 'akiles_member_group'
28034
28113
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
28035
28114
  external_type_display_name: string
28036
28115
  /** Date and time at which the access group was created. */
@@ -28230,6 +28309,7 @@ export type Routes = {
28230
28309
  | 'dormakaba_ambiance_access_group'
28231
28310
  | 'avigilon_alta_group'
28232
28311
  | 'kisi_access_group'
28312
+ | 'akiles_member_group'
28233
28313
  /**
28234
28314
  * @deprecated Use `external_type_display_name`.*/
28235
28315
  access_group_type_display_name: string
@@ -28246,6 +28326,7 @@ export type Routes = {
28246
28326
  | 'dormakaba_ambiance_access_group'
28247
28327
  | 'avigilon_alta_group'
28248
28328
  | 'kisi_access_group'
28329
+ | 'akiles_member_group'
28249
28330
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
28250
28331
  external_type_display_name: string
28251
28332
  /** Date and time at which the access group was created. */
@@ -29760,6 +29841,29 @@ export type Routes = {
29760
29841
  entry_relays_total_count?: (number | undefined) | undefined
29761
29842
  }
29762
29843
  | undefined
29844
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
29845
+ akiles_metadata?:
29846
+ | {
29847
+ /** ID of the Akiles gadget. */
29848
+ gadget_id?: (string | undefined) | undefined
29849
+ /** ID of the Akiles site the gadget belongs to. */
29850
+ site_id?: (string | undefined) | undefined
29851
+ /** Name of the Akiles site the gadget belongs to. */
29852
+ site_name?: (string | undefined) | undefined
29853
+ /** Actions the gadget exposes (for example, open). */
29854
+ actions?:
29855
+ | (
29856
+ | {
29857
+ /** ID of the gadget action. */
29858
+ id?: (string | undefined) | undefined
29859
+ /** Name of the gadget action. */
29860
+ name?: (string | undefined) | undefined
29861
+ }[]
29862
+ | undefined
29863
+ )
29864
+ | undefined
29865
+ }
29866
+ | undefined
29763
29867
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
29764
29868
  is_locked?: boolean | undefined
29765
29869
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -37113,6 +37217,29 @@ export type Routes = {
37113
37217
  entry_relays_total_count?: (number | undefined) | undefined
37114
37218
  }
37115
37219
  | undefined
37220
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
37221
+ akiles_metadata?:
37222
+ | {
37223
+ /** ID of the Akiles gadget. */
37224
+ gadget_id?: (string | undefined) | undefined
37225
+ /** ID of the Akiles site the gadget belongs to. */
37226
+ site_id?: (string | undefined) | undefined
37227
+ /** Name of the Akiles site the gadget belongs to. */
37228
+ site_name?: (string | undefined) | undefined
37229
+ /** Actions the gadget exposes (for example, open). */
37230
+ actions?:
37231
+ | (
37232
+ | {
37233
+ /** ID of the gadget action. */
37234
+ id?: (string | undefined) | undefined
37235
+ /** Name of the gadget action. */
37236
+ name?: (string | undefined) | undefined
37237
+ }[]
37238
+ | undefined
37239
+ )
37240
+ | undefined
37241
+ }
37242
+ | undefined
37116
37243
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
37117
37244
  is_locked?: boolean | undefined
37118
37245
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -37403,6 +37530,29 @@ export type Routes = {
37403
37530
  entry_relays_total_count?: (number | undefined) | undefined
37404
37531
  }
37405
37532
  | undefined
37533
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
37534
+ akiles_metadata?:
37535
+ | {
37536
+ /** ID of the Akiles gadget. */
37537
+ gadget_id?: (string | undefined) | undefined
37538
+ /** ID of the Akiles site the gadget belongs to. */
37539
+ site_id?: (string | undefined) | undefined
37540
+ /** Name of the Akiles site the gadget belongs to. */
37541
+ site_name?: (string | undefined) | undefined
37542
+ /** Actions the gadget exposes (for example, open). */
37543
+ actions?:
37544
+ | (
37545
+ | {
37546
+ /** ID of the gadget action. */
37547
+ id?: (string | undefined) | undefined
37548
+ /** Name of the gadget action. */
37549
+ name?: (string | undefined) | undefined
37550
+ }[]
37551
+ | undefined
37552
+ )
37553
+ | undefined
37554
+ }
37555
+ | undefined
37406
37556
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
37407
37557
  is_locked?: boolean | undefined
37408
37558
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -39692,6 +39842,7 @@ export type Routes = {
39692
39842
  | 'assa_abloy_vostio_credential_service'
39693
39843
  | 'hotek_site'
39694
39844
  | 'kisi_organization'
39845
+ | 'akiles_organization'
39695
39846
  )
39696
39847
  | undefined
39697
39848
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -39729,6 +39880,7 @@ export type Routes = {
39729
39880
  | 'assa_abloy_vostio_credential_service'
39730
39881
  | 'hotek_site'
39731
39882
  | 'kisi_organization'
39883
+ | 'akiles_organization'
39732
39884
  )
39733
39885
  | undefined
39734
39886
  /**
@@ -39900,6 +40052,7 @@ export type Routes = {
39900
40052
  | 'assa_abloy_vostio_credential_service'
39901
40053
  | 'hotek_site'
39902
40054
  | 'kisi_organization'
40055
+ | 'akiles_organization'
39903
40056
  )
39904
40057
  | undefined
39905
40058
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -39937,6 +40090,7 @@ export type Routes = {
39937
40090
  | 'assa_abloy_vostio_credential_service'
39938
40091
  | 'hotek_site'
39939
40092
  | 'kisi_organization'
40093
+ | 'akiles_organization'
39940
40094
  )
39941
40095
  | undefined
39942
40096
  /**
@@ -40104,6 +40258,7 @@ export type Routes = {
40104
40258
  | 'assa_abloy_vostio_credential_service'
40105
40259
  | 'hotek_site'
40106
40260
  | 'kisi_organization'
40261
+ | 'akiles_organization'
40107
40262
  )
40108
40263
  | undefined
40109
40264
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -40141,6 +40296,7 @@ export type Routes = {
40141
40296
  | 'assa_abloy_vostio_credential_service'
40142
40297
  | 'hotek_site'
40143
40298
  | 'kisi_organization'
40299
+ | 'akiles_organization'
40144
40300
  )
40145
40301
  | undefined
40146
40302
  /**
@@ -41608,6 +41764,29 @@ export type Routes = {
41608
41764
  entry_relays_total_count?: (number | undefined) | undefined
41609
41765
  }
41610
41766
  | undefined
41767
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
41768
+ akiles_metadata?:
41769
+ | {
41770
+ /** ID of the Akiles gadget. */
41771
+ gadget_id?: (string | undefined) | undefined
41772
+ /** ID of the Akiles site the gadget belongs to. */
41773
+ site_id?: (string | undefined) | undefined
41774
+ /** Name of the Akiles site the gadget belongs to. */
41775
+ site_name?: (string | undefined) | undefined
41776
+ /** Actions the gadget exposes (for example, open). */
41777
+ actions?:
41778
+ | (
41779
+ | {
41780
+ /** ID of the gadget action. */
41781
+ id?: (string | undefined) | undefined
41782
+ /** Name of the gadget action. */
41783
+ name?: (string | undefined) | undefined
41784
+ }[]
41785
+ | undefined
41786
+ )
41787
+ | undefined
41788
+ }
41789
+ | undefined
41611
41790
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
41612
41791
  is_locked?: boolean | undefined
41613
41792
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -102804,6 +102983,29 @@ export type Routes = {
102804
102983
  entry_relays_total_count?: (number | undefined) | undefined
102805
102984
  }
102806
102985
  | undefined
102986
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
102987
+ akiles_metadata?:
102988
+ | {
102989
+ /** ID of the Akiles gadget. */
102990
+ gadget_id?: (string | undefined) | undefined
102991
+ /** ID of the Akiles site the gadget belongs to. */
102992
+ site_id?: (string | undefined) | undefined
102993
+ /** Name of the Akiles site the gadget belongs to. */
102994
+ site_name?: (string | undefined) | undefined
102995
+ /** Actions the gadget exposes (for example, open). */
102996
+ actions?:
102997
+ | (
102998
+ | {
102999
+ /** ID of the gadget action. */
103000
+ id?: (string | undefined) | undefined
103001
+ /** Name of the gadget action. */
103002
+ name?: (string | undefined) | undefined
103003
+ }[]
103004
+ | undefined
103005
+ )
103006
+ | undefined
103007
+ }
103008
+ | undefined
102807
103009
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
102808
103010
  is_locked?: boolean | undefined
102809
103011
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -105415,6 +105617,29 @@ export type Routes = {
105415
105617
  entry_relays_total_count?: (number | undefined) | undefined
105416
105618
  }
105417
105619
  | undefined
105620
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
105621
+ akiles_metadata?:
105622
+ | {
105623
+ /** ID of the Akiles gadget. */
105624
+ gadget_id?: (string | undefined) | undefined
105625
+ /** ID of the Akiles site the gadget belongs to. */
105626
+ site_id?: (string | undefined) | undefined
105627
+ /** Name of the Akiles site the gadget belongs to. */
105628
+ site_name?: (string | undefined) | undefined
105629
+ /** Actions the gadget exposes (for example, open). */
105630
+ actions?:
105631
+ | (
105632
+ | {
105633
+ /** ID of the gadget action. */
105634
+ id?: (string | undefined) | undefined
105635
+ /** Name of the gadget action. */
105636
+ name?: (string | undefined) | undefined
105637
+ }[]
105638
+ | undefined
105639
+ )
105640
+ | undefined
105641
+ }
105642
+ | undefined
105418
105643
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
105419
105644
  is_locked?: boolean | undefined
105420
105645
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -105682,6 +105907,7 @@ export type Routes = {
105682
105907
  | 'assa_abloy_vostio_credential_service'
105683
105908
  | 'hotek_site'
105684
105909
  | 'kisi_organization'
105910
+ | 'akiles_organization'
105685
105911
  )
105686
105912
  | undefined
105687
105913
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -105719,6 +105945,7 @@ export type Routes = {
105719
105945
  | 'assa_abloy_vostio_credential_service'
105720
105946
  | 'hotek_site'
105721
105947
  | 'kisi_organization'
105948
+ | 'akiles_organization'
105722
105949
  )
105723
105950
  | undefined
105724
105951
  /**
@@ -135426,6 +135653,29 @@ export type Routes = {
135426
135653
  entry_relays_total_count?: (number | undefined) | undefined
135427
135654
  }
135428
135655
  | undefined
135656
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
135657
+ akiles_metadata?:
135658
+ | {
135659
+ /** ID of the Akiles gadget. */
135660
+ gadget_id?: (string | undefined) | undefined
135661
+ /** ID of the Akiles site the gadget belongs to. */
135662
+ site_id?: (string | undefined) | undefined
135663
+ /** Name of the Akiles site the gadget belongs to. */
135664
+ site_name?: (string | undefined) | undefined
135665
+ /** Actions the gadget exposes (for example, open). */
135666
+ actions?:
135667
+ | (
135668
+ | {
135669
+ /** ID of the gadget action. */
135670
+ id?: (string | undefined) | undefined
135671
+ /** Name of the gadget action. */
135672
+ name?: (string | undefined) | undefined
135673
+ }[]
135674
+ | undefined
135675
+ )
135676
+ | undefined
135677
+ }
135678
+ | undefined
135429
135679
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
135430
135680
  is_locked?: boolean | undefined
135431
135681
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -135481,6 +135731,7 @@ export type Routes = {
135481
135731
  | 'assa_abloy_vostio_credential_service'
135482
135732
  | 'hotek_site'
135483
135733
  | 'kisi_organization'
135734
+ | 'akiles_organization'
135484
135735
  )
135485
135736
  | undefined
135486
135737
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -135518,6 +135769,7 @@ export type Routes = {
135518
135769
  | 'assa_abloy_vostio_credential_service'
135519
135770
  | 'hotek_site'
135520
135771
  | 'kisi_organization'
135772
+ | 'akiles_organization'
135521
135773
  )
135522
135774
  | undefined
135523
135775
  /**
@@ -138831,6 +139083,29 @@ export type Routes = {
138831
139083
  entry_relays_total_count?: (number | undefined) | undefined
138832
139084
  }
138833
139085
  | undefined
139086
+ /** Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details). */
139087
+ akiles_metadata?:
139088
+ | {
139089
+ /** ID of the Akiles gadget. */
139090
+ gadget_id?: (string | undefined) | undefined
139091
+ /** ID of the Akiles site the gadget belongs to. */
139092
+ site_id?: (string | undefined) | undefined
139093
+ /** Name of the Akiles site the gadget belongs to. */
139094
+ site_name?: (string | undefined) | undefined
139095
+ /** Actions the gadget exposes (for example, open). */
139096
+ actions?:
139097
+ | (
139098
+ | {
139099
+ /** ID of the gadget action. */
139100
+ id?: (string | undefined) | undefined
139101
+ /** Name of the gadget action. */
139102
+ name?: (string | undefined) | undefined
139103
+ }[]
139104
+ | undefined
139105
+ )
139106
+ | undefined
139107
+ }
139108
+ | undefined
138834
139109
  /** Indicates whether the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details) is currently locked. */
138835
139110
  is_locked?: boolean | undefined
138836
139111
  /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
@@ -138876,6 +139151,7 @@ export type Routes = {
138876
139151
  | 'assa_abloy_vostio_credential_service'
138877
139152
  | 'hotek_site'
138878
139153
  | 'kisi_organization'
139154
+ | 'akiles_organization'
138879
139155
  )
138880
139156
  | undefined
138881
139157
  /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/low-level-apis/access-systems) type. */
@@ -138913,6 +139189,7 @@ export type Routes = {
138913
139189
  | 'assa_abloy_vostio_credential_service'
138914
139190
  | 'hotek_site'
138915
139191
  | 'kisi_organization'
139192
+ | 'akiles_organization'
138916
139193
  )
138917
139194
  | undefined
138918
139195
  /**
@@ -139377,6 +139654,7 @@ export type Routes = {
139377
139654
  | 'dormakaba_ambiance_access_group'
139378
139655
  | 'avigilon_alta_group'
139379
139656
  | 'kisi_access_group'
139657
+ | 'akiles_member_group'
139380
139658
  /**
139381
139659
  * @deprecated Use `external_type_display_name`.*/
139382
139660
  access_group_type_display_name: string
@@ -139393,6 +139671,7 @@ export type Routes = {
139393
139671
  | 'dormakaba_ambiance_access_group'
139394
139672
  | 'avigilon_alta_group'
139395
139673
  | 'kisi_access_group'
139674
+ | 'akiles_member_group'
139396
139675
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
139397
139676
  external_type_display_name: string
139398
139677
  /** Date and time at which the access group was created. */
@@ -142004,6 +142283,7 @@ export type Routes = {
142004
142283
  | 'dormakaba_ambiance_access_group'
142005
142284
  | 'avigilon_alta_group'
142006
142285
  | 'kisi_access_group'
142286
+ | 'akiles_member_group'
142007
142287
  /**
142008
142288
  * @deprecated Use `external_type_display_name`.*/
142009
142289
  access_group_type_display_name: string
@@ -142020,6 +142300,7 @@ export type Routes = {
142020
142300
  | 'dormakaba_ambiance_access_group'
142021
142301
  | 'avigilon_alta_group'
142022
142302
  | 'kisi_access_group'
142303
+ | 'akiles_member_group'
142023
142304
  /** Display name that corresponds to the brand-specific terminology for the access group type. */
142024
142305
  external_type_display_name: string
142025
142306
  /** Date and time at which the access group was created. */