@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.
- package/dist/connect.cjs +100 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +271 -46
- package/dist/index.cjs +100 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +49 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/akiles.d.ts +33 -0
- package/lib/seam/connect/models/acs/metadata/akiles.js +25 -0
- package/lib/seam/connect/models/acs/metadata/akiles.js.map +1 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +188 -0
- package/lib/seam/connect/openapi.js +76 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +204 -28
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/akiles.ts +31 -0
- package/src/lib/seam/connect/openapi.ts +82 -0
- package/src/lib/seam/connect/route-types.ts +281 -0
|
@@ -450,6 +450,37 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
450
450
|
zone_name?: string | undefined;
|
|
451
451
|
entry_relays_total_count?: number | undefined;
|
|
452
452
|
}>>;
|
|
453
|
+
akiles_metadata: z.ZodOptional<z.ZodObject<{
|
|
454
|
+
gadget_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
455
|
+
site_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
456
|
+
site_name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
457
|
+
actions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
458
|
+
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
459
|
+
name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
460
|
+
}, "strip", z.ZodTypeAny, {
|
|
461
|
+
name?: string | undefined;
|
|
462
|
+
id?: string | undefined;
|
|
463
|
+
}, {
|
|
464
|
+
name?: string | undefined;
|
|
465
|
+
id?: string | undefined;
|
|
466
|
+
}>, "many">>>;
|
|
467
|
+
}, "strip", z.ZodTypeAny, {
|
|
468
|
+
site_id?: string | undefined;
|
|
469
|
+
site_name?: string | undefined;
|
|
470
|
+
gadget_id?: string | undefined;
|
|
471
|
+
actions?: {
|
|
472
|
+
name?: string | undefined;
|
|
473
|
+
id?: string | undefined;
|
|
474
|
+
}[] | undefined;
|
|
475
|
+
}, {
|
|
476
|
+
site_id?: string | undefined;
|
|
477
|
+
site_name?: string | undefined;
|
|
478
|
+
gadget_id?: string | undefined;
|
|
479
|
+
actions?: {
|
|
480
|
+
name?: string | undefined;
|
|
481
|
+
id?: string | undefined;
|
|
482
|
+
}[] | undefined;
|
|
483
|
+
}>>;
|
|
453
484
|
is_locked: z.ZodOptional<z.ZodBoolean>;
|
|
454
485
|
} & {
|
|
455
486
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -522,6 +553,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
522
553
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
523
554
|
}[] | undefined;
|
|
524
555
|
} | undefined;
|
|
556
|
+
akiles_metadata?: {
|
|
557
|
+
site_id?: string | undefined;
|
|
558
|
+
site_name?: string | undefined;
|
|
559
|
+
gadget_id?: string | undefined;
|
|
560
|
+
actions?: {
|
|
561
|
+
name?: string | undefined;
|
|
562
|
+
id?: string | undefined;
|
|
563
|
+
}[] | undefined;
|
|
564
|
+
} | undefined;
|
|
525
565
|
assa_abloy_vostio_metadata?: {
|
|
526
566
|
door_name?: string | undefined;
|
|
527
567
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -625,6 +665,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
625
665
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
626
666
|
}[] | undefined;
|
|
627
667
|
} | undefined;
|
|
668
|
+
akiles_metadata?: {
|
|
669
|
+
site_id?: string | undefined;
|
|
670
|
+
site_name?: string | undefined;
|
|
671
|
+
gadget_id?: string | undefined;
|
|
672
|
+
actions?: {
|
|
673
|
+
name?: string | undefined;
|
|
674
|
+
id?: string | undefined;
|
|
675
|
+
}[] | undefined;
|
|
676
|
+
} | undefined;
|
|
628
677
|
assa_abloy_vostio_metadata?: {
|
|
629
678
|
door_name?: string | undefined;
|
|
630
679
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -768,6 +817,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
768
817
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
769
818
|
}[] | undefined;
|
|
770
819
|
} | undefined;
|
|
820
|
+
akiles_metadata?: {
|
|
821
|
+
site_id?: string | undefined;
|
|
822
|
+
site_name?: string | undefined;
|
|
823
|
+
gadget_id?: string | undefined;
|
|
824
|
+
actions?: {
|
|
825
|
+
name?: string | undefined;
|
|
826
|
+
id?: string | undefined;
|
|
827
|
+
}[] | undefined;
|
|
828
|
+
} | undefined;
|
|
771
829
|
assa_abloy_vostio_metadata?: {
|
|
772
830
|
door_name?: string | undefined;
|
|
773
831
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -945,6 +1003,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
945
1003
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
946
1004
|
}[] | undefined;
|
|
947
1005
|
} | undefined;
|
|
1006
|
+
akiles_metadata?: {
|
|
1007
|
+
site_id?: string | undefined;
|
|
1008
|
+
site_name?: string | undefined;
|
|
1009
|
+
gadget_id?: string | undefined;
|
|
1010
|
+
actions?: {
|
|
1011
|
+
name?: string | undefined;
|
|
1012
|
+
id?: string | undefined;
|
|
1013
|
+
}[] | undefined;
|
|
1014
|
+
} | undefined;
|
|
948
1015
|
assa_abloy_vostio_metadata?: {
|
|
949
1016
|
door_name?: string | undefined;
|
|
950
1017
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -1124,6 +1191,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1124
1191
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
1125
1192
|
}[] | undefined;
|
|
1126
1193
|
} | undefined;
|
|
1194
|
+
akiles_metadata?: {
|
|
1195
|
+
site_id?: string | undefined;
|
|
1196
|
+
site_name?: string | undefined;
|
|
1197
|
+
gadget_id?: string | undefined;
|
|
1198
|
+
actions?: {
|
|
1199
|
+
name?: string | undefined;
|
|
1200
|
+
id?: string | undefined;
|
|
1201
|
+
}[] | undefined;
|
|
1202
|
+
} | undefined;
|
|
1127
1203
|
assa_abloy_vostio_metadata?: {
|
|
1128
1204
|
door_name?: string | undefined;
|
|
1129
1205
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -1309,6 +1385,15 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1309
1385
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
1310
1386
|
}[] | undefined;
|
|
1311
1387
|
} | undefined;
|
|
1388
|
+
akiles_metadata?: {
|
|
1389
|
+
site_id?: string | undefined;
|
|
1390
|
+
site_name?: string | undefined;
|
|
1391
|
+
gadget_id?: string | undefined;
|
|
1392
|
+
actions?: {
|
|
1393
|
+
name?: string | undefined;
|
|
1394
|
+
id?: string | undefined;
|
|
1395
|
+
}[] | undefined;
|
|
1396
|
+
} | undefined;
|
|
1312
1397
|
assa_abloy_vostio_metadata?: {
|
|
1313
1398
|
door_name?: string | undefined;
|
|
1314
1399
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -1842,6 +1927,37 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1842
1927
|
zone_name?: string | undefined;
|
|
1843
1928
|
entry_relays_total_count?: number | undefined;
|
|
1844
1929
|
}>>;
|
|
1930
|
+
akiles_metadata: z.ZodOptional<z.ZodObject<{
|
|
1931
|
+
gadget_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1932
|
+
site_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1933
|
+
site_name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1934
|
+
actions: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1935
|
+
id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1936
|
+
name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
1937
|
+
}, "strip", z.ZodTypeAny, {
|
|
1938
|
+
name?: string | undefined;
|
|
1939
|
+
id?: string | undefined;
|
|
1940
|
+
}, {
|
|
1941
|
+
name?: string | undefined;
|
|
1942
|
+
id?: string | undefined;
|
|
1943
|
+
}>, "many">>>;
|
|
1944
|
+
}, "strip", z.ZodTypeAny, {
|
|
1945
|
+
site_id?: string | undefined;
|
|
1946
|
+
site_name?: string | undefined;
|
|
1947
|
+
gadget_id?: string | undefined;
|
|
1948
|
+
actions?: {
|
|
1949
|
+
name?: string | undefined;
|
|
1950
|
+
id?: string | undefined;
|
|
1951
|
+
}[] | undefined;
|
|
1952
|
+
}, {
|
|
1953
|
+
site_id?: string | undefined;
|
|
1954
|
+
site_name?: string | undefined;
|
|
1955
|
+
gadget_id?: string | undefined;
|
|
1956
|
+
actions?: {
|
|
1957
|
+
name?: string | undefined;
|
|
1958
|
+
id?: string | undefined;
|
|
1959
|
+
}[] | undefined;
|
|
1960
|
+
}>>;
|
|
1845
1961
|
is_locked: z.ZodOptional<z.ZodBoolean>;
|
|
1846
1962
|
} & {
|
|
1847
1963
|
can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1914,6 +2030,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1914
2030
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
1915
2031
|
}[] | undefined;
|
|
1916
2032
|
} | undefined;
|
|
2033
|
+
akiles_metadata?: {
|
|
2034
|
+
site_id?: string | undefined;
|
|
2035
|
+
site_name?: string | undefined;
|
|
2036
|
+
gadget_id?: string | undefined;
|
|
2037
|
+
actions?: {
|
|
2038
|
+
name?: string | undefined;
|
|
2039
|
+
id?: string | undefined;
|
|
2040
|
+
}[] | undefined;
|
|
2041
|
+
} | undefined;
|
|
1917
2042
|
assa_abloy_vostio_metadata?: {
|
|
1918
2043
|
door_name?: string | undefined;
|
|
1919
2044
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2017,6 +2142,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2017
2142
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
2018
2143
|
}[] | undefined;
|
|
2019
2144
|
} | undefined;
|
|
2145
|
+
akiles_metadata?: {
|
|
2146
|
+
site_id?: string | undefined;
|
|
2147
|
+
site_name?: string | undefined;
|
|
2148
|
+
gadget_id?: string | undefined;
|
|
2149
|
+
actions?: {
|
|
2150
|
+
name?: string | undefined;
|
|
2151
|
+
id?: string | undefined;
|
|
2152
|
+
}[] | undefined;
|
|
2153
|
+
} | undefined;
|
|
2020
2154
|
assa_abloy_vostio_metadata?: {
|
|
2021
2155
|
door_name?: string | undefined;
|
|
2022
2156
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2160,6 +2294,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2160
2294
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
2161
2295
|
}[] | undefined;
|
|
2162
2296
|
} | undefined;
|
|
2297
|
+
akiles_metadata?: {
|
|
2298
|
+
site_id?: string | undefined;
|
|
2299
|
+
site_name?: string | undefined;
|
|
2300
|
+
gadget_id?: string | undefined;
|
|
2301
|
+
actions?: {
|
|
2302
|
+
name?: string | undefined;
|
|
2303
|
+
id?: string | undefined;
|
|
2304
|
+
}[] | undefined;
|
|
2305
|
+
} | undefined;
|
|
2163
2306
|
assa_abloy_vostio_metadata?: {
|
|
2164
2307
|
door_name?: string | undefined;
|
|
2165
2308
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2337,6 +2480,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2337
2480
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
2338
2481
|
}[] | undefined;
|
|
2339
2482
|
} | undefined;
|
|
2483
|
+
akiles_metadata?: {
|
|
2484
|
+
site_id?: string | undefined;
|
|
2485
|
+
site_name?: string | undefined;
|
|
2486
|
+
gadget_id?: string | undefined;
|
|
2487
|
+
actions?: {
|
|
2488
|
+
name?: string | undefined;
|
|
2489
|
+
id?: string | undefined;
|
|
2490
|
+
}[] | undefined;
|
|
2491
|
+
} | undefined;
|
|
2340
2492
|
assa_abloy_vostio_metadata?: {
|
|
2341
2493
|
door_name?: string | undefined;
|
|
2342
2494
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2516,6 +2668,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2516
2668
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
2517
2669
|
}[] | undefined;
|
|
2518
2670
|
} | undefined;
|
|
2671
|
+
akiles_metadata?: {
|
|
2672
|
+
site_id?: string | undefined;
|
|
2673
|
+
site_name?: string | undefined;
|
|
2674
|
+
gadget_id?: string | undefined;
|
|
2675
|
+
actions?: {
|
|
2676
|
+
name?: string | undefined;
|
|
2677
|
+
id?: string | undefined;
|
|
2678
|
+
}[] | undefined;
|
|
2679
|
+
} | undefined;
|
|
2519
2680
|
assa_abloy_vostio_metadata?: {
|
|
2520
2681
|
door_name?: string | undefined;
|
|
2521
2682
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2701,6 +2862,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2701
2862
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
2702
2863
|
}[] | undefined;
|
|
2703
2864
|
} | undefined;
|
|
2865
|
+
akiles_metadata?: {
|
|
2866
|
+
site_id?: string | undefined;
|
|
2867
|
+
site_name?: string | undefined;
|
|
2868
|
+
gadget_id?: string | undefined;
|
|
2869
|
+
actions?: {
|
|
2870
|
+
name?: string | undefined;
|
|
2871
|
+
id?: string | undefined;
|
|
2872
|
+
}[] | undefined;
|
|
2873
|
+
} | undefined;
|
|
2704
2874
|
assa_abloy_vostio_metadata?: {
|
|
2705
2875
|
door_name?: string | undefined;
|
|
2706
2876
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -3001,6 +3171,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3001
3171
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
3002
3172
|
}[] | undefined;
|
|
3003
3173
|
} | undefined;
|
|
3174
|
+
akiles_metadata?: {
|
|
3175
|
+
site_id?: string | undefined;
|
|
3176
|
+
site_name?: string | undefined;
|
|
3177
|
+
gadget_id?: string | undefined;
|
|
3178
|
+
actions?: {
|
|
3179
|
+
name?: string | undefined;
|
|
3180
|
+
id?: string | undefined;
|
|
3181
|
+
}[] | undefined;
|
|
3182
|
+
} | undefined;
|
|
3004
3183
|
assa_abloy_vostio_metadata?: {
|
|
3005
3184
|
door_name?: string | undefined;
|
|
3006
3185
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -3217,6 +3396,15 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3217
3396
|
visionline_door_profile_type?: "BLE" | "commonDoor" | "touch" | undefined;
|
|
3218
3397
|
}[] | undefined;
|
|
3219
3398
|
} | undefined;
|
|
3399
|
+
akiles_metadata?: {
|
|
3400
|
+
site_id?: string | undefined;
|
|
3401
|
+
site_name?: string | undefined;
|
|
3402
|
+
gadget_id?: string | undefined;
|
|
3403
|
+
actions?: {
|
|
3404
|
+
name?: string | undefined;
|
|
3405
|
+
id?: string | undefined;
|
|
3406
|
+
}[] | undefined;
|
|
3407
|
+
} | undefined;
|
|
3220
3408
|
assa_abloy_vostio_metadata?: {
|
|
3221
3409
|
door_name?: string | undefined;
|
|
3222
3410
|
door_type?: "CommonDoor" | "EntranceDoor" | "GuestDoor" | "Elevator" | undefined;
|
|
@@ -2376,6 +2376,7 @@ const openapi = {
|
|
|
2376
2376
|
'dormakaba_ambiance_access_group',
|
|
2377
2377
|
'avigilon_alta_group',
|
|
2378
2378
|
'kisi_access_group',
|
|
2379
|
+
'akiles_member_group',
|
|
2379
2380
|
],
|
|
2380
2381
|
type: 'string',
|
|
2381
2382
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -2471,6 +2472,7 @@ const openapi = {
|
|
|
2471
2472
|
'dormakaba_ambiance_access_group',
|
|
2472
2473
|
'avigilon_alta_group',
|
|
2473
2474
|
'kisi_access_group',
|
|
2475
|
+
'akiles_member_group',
|
|
2474
2476
|
],
|
|
2475
2477
|
type: 'string',
|
|
2476
2478
|
},
|
|
@@ -3399,6 +3401,41 @@ const openapi = {
|
|
|
3399
3401
|
format: 'uuid',
|
|
3400
3402
|
type: 'string',
|
|
3401
3403
|
},
|
|
3404
|
+
akiles_metadata: {
|
|
3405
|
+
description: 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
3406
|
+
properties: {
|
|
3407
|
+
actions: {
|
|
3408
|
+
description: 'Actions the gadget exposes (for example, open).',
|
|
3409
|
+
items: {
|
|
3410
|
+
properties: {
|
|
3411
|
+
id: {
|
|
3412
|
+
description: 'ID of the gadget action.',
|
|
3413
|
+
type: 'string',
|
|
3414
|
+
},
|
|
3415
|
+
name: {
|
|
3416
|
+
description: 'Name of the gadget action.',
|
|
3417
|
+
type: 'string',
|
|
3418
|
+
},
|
|
3419
|
+
},
|
|
3420
|
+
type: 'object',
|
|
3421
|
+
},
|
|
3422
|
+
type: 'array',
|
|
3423
|
+
},
|
|
3424
|
+
gadget_id: {
|
|
3425
|
+
description: 'ID of the Akiles gadget.',
|
|
3426
|
+
type: 'string',
|
|
3427
|
+
},
|
|
3428
|
+
site_id: {
|
|
3429
|
+
description: 'ID of the Akiles site the gadget belongs to.',
|
|
3430
|
+
type: 'string',
|
|
3431
|
+
},
|
|
3432
|
+
site_name: {
|
|
3433
|
+
description: 'Name of the Akiles site the gadget belongs to.',
|
|
3434
|
+
type: 'string',
|
|
3435
|
+
},
|
|
3436
|
+
},
|
|
3437
|
+
type: 'object',
|
|
3438
|
+
},
|
|
3402
3439
|
assa_abloy_vostio_metadata: {
|
|
3403
3440
|
description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
3404
3441
|
properties: {
|
|
@@ -4095,6 +4132,7 @@ const openapi = {
|
|
|
4095
4132
|
'assa_abloy_vostio_credential_service',
|
|
4096
4133
|
'hotek_site',
|
|
4097
4134
|
'kisi_organization',
|
|
4135
|
+
'akiles_organization',
|
|
4098
4136
|
],
|
|
4099
4137
|
type: 'string',
|
|
4100
4138
|
},
|
|
@@ -4149,6 +4187,7 @@ const openapi = {
|
|
|
4149
4187
|
'assa_abloy_vostio_credential_service',
|
|
4150
4188
|
'hotek_site',
|
|
4151
4189
|
'kisi_organization',
|
|
4190
|
+
'akiles_organization',
|
|
4152
4191
|
],
|
|
4153
4192
|
type: 'string',
|
|
4154
4193
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -24977,6 +25016,41 @@ const openapi = {
|
|
|
24977
25016
|
format: 'uuid',
|
|
24978
25017
|
type: 'string',
|
|
24979
25018
|
},
|
|
25019
|
+
akiles_metadata: {
|
|
25020
|
+
description: 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
25021
|
+
properties: {
|
|
25022
|
+
actions: {
|
|
25023
|
+
description: 'Actions the gadget exposes (for example, open).',
|
|
25024
|
+
items: {
|
|
25025
|
+
properties: {
|
|
25026
|
+
id: {
|
|
25027
|
+
description: 'ID of the gadget action.',
|
|
25028
|
+
type: 'string',
|
|
25029
|
+
},
|
|
25030
|
+
name: {
|
|
25031
|
+
description: 'Name of the gadget action.',
|
|
25032
|
+
type: 'string',
|
|
25033
|
+
},
|
|
25034
|
+
},
|
|
25035
|
+
type: 'object',
|
|
25036
|
+
},
|
|
25037
|
+
type: 'array',
|
|
25038
|
+
},
|
|
25039
|
+
gadget_id: {
|
|
25040
|
+
description: 'ID of the Akiles gadget.',
|
|
25041
|
+
type: 'string',
|
|
25042
|
+
},
|
|
25043
|
+
site_id: {
|
|
25044
|
+
description: 'ID of the Akiles site the gadget belongs to.',
|
|
25045
|
+
type: 'string',
|
|
25046
|
+
},
|
|
25047
|
+
site_name: {
|
|
25048
|
+
description: 'Name of the Akiles site the gadget belongs to.',
|
|
25049
|
+
type: 'string',
|
|
25050
|
+
},
|
|
25051
|
+
},
|
|
25052
|
+
type: 'object',
|
|
25053
|
+
},
|
|
24980
25054
|
assa_abloy_vostio_metadata: {
|
|
24981
25055
|
description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
24982
25056
|
properties: {
|
|
@@ -27527,6 +27601,7 @@ const openapi = {
|
|
|
27527
27601
|
'dormakaba_ambiance_access_group',
|
|
27528
27602
|
'avigilon_alta_group',
|
|
27529
27603
|
'kisi_access_group',
|
|
27604
|
+
'akiles_member_group',
|
|
27530
27605
|
],
|
|
27531
27606
|
type: 'string',
|
|
27532
27607
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -27622,6 +27697,7 @@ const openapi = {
|
|
|
27622
27697
|
'dormakaba_ambiance_access_group',
|
|
27623
27698
|
'avigilon_alta_group',
|
|
27624
27699
|
'kisi_access_group',
|
|
27700
|
+
'akiles_member_group',
|
|
27625
27701
|
],
|
|
27626
27702
|
type: 'string',
|
|
27627
27703
|
},
|