@seamapi/types 1.460.1 → 1.462.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 +505 -86
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +18022 -1242
- package/dist/index.cjs +505 -86
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +26164 -2844
- package/lib/seam/connect/models/batch.js +31 -11
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/spaces/space.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +495 -4
- package/lib/seam/connect/openapi.js +417 -12
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +15025 -10396
- package/package.json +1 -1
- package/src/lib/seam/connect/models/batch.ts +44 -21
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +425 -12
- package/src/lib/seam/connect/route-types.ts +6727 -1192
|
@@ -16616,6 +16616,12 @@ declare const _default: {
|
|
|
16616
16616
|
nullable: boolean;
|
|
16617
16617
|
type: string;
|
|
16618
16618
|
};
|
|
16619
|
+
user_identity_key: {
|
|
16620
|
+
description: string;
|
|
16621
|
+
minLength: number;
|
|
16622
|
+
nullable: boolean;
|
|
16623
|
+
type: string;
|
|
16624
|
+
};
|
|
16619
16625
|
};
|
|
16620
16626
|
type: string;
|
|
16621
16627
|
};
|
|
@@ -16721,6 +16727,13 @@ declare const _default: {
|
|
|
16721
16727
|
};
|
|
16722
16728
|
type: string;
|
|
16723
16729
|
};
|
|
16730
|
+
space_keys: {
|
|
16731
|
+
description: string;
|
|
16732
|
+
items: {
|
|
16733
|
+
type: string;
|
|
16734
|
+
};
|
|
16735
|
+
type: string;
|
|
16736
|
+
};
|
|
16724
16737
|
starts_at: {
|
|
16725
16738
|
description: string;
|
|
16726
16739
|
type: string;
|
|
@@ -18096,16 +18109,52 @@ declare const _default: {
|
|
|
18096
18109
|
batch: {
|
|
18097
18110
|
description: string;
|
|
18098
18111
|
properties: {
|
|
18112
|
+
acs_access_groups: {
|
|
18113
|
+
items: {
|
|
18114
|
+
$ref: string;
|
|
18115
|
+
};
|
|
18116
|
+
type: string;
|
|
18117
|
+
};
|
|
18118
|
+
acs_encoders: {
|
|
18119
|
+
items: {
|
|
18120
|
+
$ref: string;
|
|
18121
|
+
};
|
|
18122
|
+
type: string;
|
|
18123
|
+
};
|
|
18099
18124
|
acs_entrances: {
|
|
18100
18125
|
items: {
|
|
18101
18126
|
$ref: string;
|
|
18102
18127
|
};
|
|
18103
18128
|
type: string;
|
|
18104
18129
|
};
|
|
18130
|
+
acs_systems: {
|
|
18131
|
+
items: {
|
|
18132
|
+
$ref: string;
|
|
18133
|
+
};
|
|
18134
|
+
type: string;
|
|
18135
|
+
};
|
|
18136
|
+
acs_users: {
|
|
18137
|
+
items: {
|
|
18138
|
+
$ref: string;
|
|
18139
|
+
};
|
|
18140
|
+
type: string;
|
|
18141
|
+
};
|
|
18142
|
+
action_attempts: {
|
|
18143
|
+
items: {
|
|
18144
|
+
$ref: string;
|
|
18145
|
+
};
|
|
18146
|
+
type: string;
|
|
18147
|
+
};
|
|
18105
18148
|
batch_type: {
|
|
18106
18149
|
enum: string[];
|
|
18107
18150
|
type: string;
|
|
18108
18151
|
};
|
|
18152
|
+
client_sessions: {
|
|
18153
|
+
items: {
|
|
18154
|
+
$ref: string;
|
|
18155
|
+
};
|
|
18156
|
+
type: string;
|
|
18157
|
+
};
|
|
18109
18158
|
devices: {
|
|
18110
18159
|
items: {
|
|
18111
18160
|
$ref: string;
|
|
@@ -18118,6 +18167,24 @@ declare const _default: {
|
|
|
18118
18167
|
};
|
|
18119
18168
|
type: string;
|
|
18120
18169
|
};
|
|
18170
|
+
unmanaged_acs_access_groups: {
|
|
18171
|
+
items: {
|
|
18172
|
+
$ref: string;
|
|
18173
|
+
};
|
|
18174
|
+
type: string;
|
|
18175
|
+
};
|
|
18176
|
+
unmanaged_acs_users: {
|
|
18177
|
+
items: {
|
|
18178
|
+
$ref: string;
|
|
18179
|
+
};
|
|
18180
|
+
type: string;
|
|
18181
|
+
};
|
|
18182
|
+
unmanaged_devices: {
|
|
18183
|
+
items: {
|
|
18184
|
+
$ref: string;
|
|
18185
|
+
};
|
|
18186
|
+
type: string;
|
|
18187
|
+
};
|
|
18121
18188
|
user_identities: {
|
|
18122
18189
|
items: {
|
|
18123
18190
|
$ref: string;
|
|
@@ -18133,7 +18200,6 @@ declare const _default: {
|
|
|
18133
18200
|
};
|
|
18134
18201
|
required: string[];
|
|
18135
18202
|
type: string;
|
|
18136
|
-
'x-route-path': string;
|
|
18137
18203
|
};
|
|
18138
18204
|
ok: {
|
|
18139
18205
|
type: string;
|
|
@@ -18222,16 +18288,52 @@ declare const _default: {
|
|
|
18222
18288
|
batch: {
|
|
18223
18289
|
description: string;
|
|
18224
18290
|
properties: {
|
|
18291
|
+
acs_access_groups: {
|
|
18292
|
+
items: {
|
|
18293
|
+
$ref: string;
|
|
18294
|
+
};
|
|
18295
|
+
type: string;
|
|
18296
|
+
};
|
|
18297
|
+
acs_encoders: {
|
|
18298
|
+
items: {
|
|
18299
|
+
$ref: string;
|
|
18300
|
+
};
|
|
18301
|
+
type: string;
|
|
18302
|
+
};
|
|
18225
18303
|
acs_entrances: {
|
|
18226
18304
|
items: {
|
|
18227
18305
|
$ref: string;
|
|
18228
18306
|
};
|
|
18229
18307
|
type: string;
|
|
18230
18308
|
};
|
|
18309
|
+
acs_systems: {
|
|
18310
|
+
items: {
|
|
18311
|
+
$ref: string;
|
|
18312
|
+
};
|
|
18313
|
+
type: string;
|
|
18314
|
+
};
|
|
18315
|
+
acs_users: {
|
|
18316
|
+
items: {
|
|
18317
|
+
$ref: string;
|
|
18318
|
+
};
|
|
18319
|
+
type: string;
|
|
18320
|
+
};
|
|
18321
|
+
action_attempts: {
|
|
18322
|
+
items: {
|
|
18323
|
+
$ref: string;
|
|
18324
|
+
};
|
|
18325
|
+
type: string;
|
|
18326
|
+
};
|
|
18231
18327
|
batch_type: {
|
|
18232
18328
|
enum: string[];
|
|
18233
18329
|
type: string;
|
|
18234
18330
|
};
|
|
18331
|
+
client_sessions: {
|
|
18332
|
+
items: {
|
|
18333
|
+
$ref: string;
|
|
18334
|
+
};
|
|
18335
|
+
type: string;
|
|
18336
|
+
};
|
|
18235
18337
|
devices: {
|
|
18236
18338
|
items: {
|
|
18237
18339
|
$ref: string;
|
|
@@ -18244,6 +18346,24 @@ declare const _default: {
|
|
|
18244
18346
|
};
|
|
18245
18347
|
type: string;
|
|
18246
18348
|
};
|
|
18349
|
+
unmanaged_acs_access_groups: {
|
|
18350
|
+
items: {
|
|
18351
|
+
$ref: string;
|
|
18352
|
+
};
|
|
18353
|
+
type: string;
|
|
18354
|
+
};
|
|
18355
|
+
unmanaged_acs_users: {
|
|
18356
|
+
items: {
|
|
18357
|
+
$ref: string;
|
|
18358
|
+
};
|
|
18359
|
+
type: string;
|
|
18360
|
+
};
|
|
18361
|
+
unmanaged_devices: {
|
|
18362
|
+
items: {
|
|
18363
|
+
$ref: string;
|
|
18364
|
+
};
|
|
18365
|
+
type: string;
|
|
18366
|
+
};
|
|
18247
18367
|
user_identities: {
|
|
18248
18368
|
items: {
|
|
18249
18369
|
$ref: string;
|
|
@@ -18259,7 +18379,6 @@ declare const _default: {
|
|
|
18259
18379
|
};
|
|
18260
18380
|
required: string[];
|
|
18261
18381
|
type: string;
|
|
18262
|
-
'x-route-path': string;
|
|
18263
18382
|
};
|
|
18264
18383
|
ok: {
|
|
18265
18384
|
type: string;
|
|
@@ -32685,6 +32804,272 @@ declare const _default: {
|
|
|
32685
32804
|
'x-title': string;
|
|
32686
32805
|
};
|
|
32687
32806
|
};
|
|
32807
|
+
'/instant_keys/get': {
|
|
32808
|
+
get: {
|
|
32809
|
+
description: string;
|
|
32810
|
+
operationId: string;
|
|
32811
|
+
parameters: {
|
|
32812
|
+
in: string;
|
|
32813
|
+
name: string;
|
|
32814
|
+
required: boolean;
|
|
32815
|
+
schema: {
|
|
32816
|
+
description: string;
|
|
32817
|
+
format: string;
|
|
32818
|
+
type: string;
|
|
32819
|
+
};
|
|
32820
|
+
}[];
|
|
32821
|
+
responses: {
|
|
32822
|
+
200: {
|
|
32823
|
+
content: {
|
|
32824
|
+
'application/json': {
|
|
32825
|
+
schema: {
|
|
32826
|
+
properties: {
|
|
32827
|
+
instant_key: {
|
|
32828
|
+
$ref: string;
|
|
32829
|
+
};
|
|
32830
|
+
ok: {
|
|
32831
|
+
type: string;
|
|
32832
|
+
};
|
|
32833
|
+
};
|
|
32834
|
+
required: string[];
|
|
32835
|
+
type: string;
|
|
32836
|
+
};
|
|
32837
|
+
};
|
|
32838
|
+
};
|
|
32839
|
+
description: string;
|
|
32840
|
+
};
|
|
32841
|
+
400: {
|
|
32842
|
+
description: string;
|
|
32843
|
+
};
|
|
32844
|
+
401: {
|
|
32845
|
+
description: string;
|
|
32846
|
+
};
|
|
32847
|
+
};
|
|
32848
|
+
security: ({
|
|
32849
|
+
api_key: never[];
|
|
32850
|
+
pat_with_workspace?: never;
|
|
32851
|
+
console_session_with_workspace?: never;
|
|
32852
|
+
} | {
|
|
32853
|
+
pat_with_workspace: never[];
|
|
32854
|
+
api_key?: never;
|
|
32855
|
+
console_session_with_workspace?: never;
|
|
32856
|
+
} | {
|
|
32857
|
+
console_session_with_workspace: never[];
|
|
32858
|
+
api_key?: never;
|
|
32859
|
+
pat_with_workspace?: never;
|
|
32860
|
+
})[];
|
|
32861
|
+
summary: string;
|
|
32862
|
+
tags: never[];
|
|
32863
|
+
'x-fern-sdk-group-name': string[];
|
|
32864
|
+
'x-fern-sdk-method-name': string;
|
|
32865
|
+
'x-fern-sdk-return-value': string;
|
|
32866
|
+
'x-response-key': string;
|
|
32867
|
+
'x-title': string;
|
|
32868
|
+
};
|
|
32869
|
+
post: {
|
|
32870
|
+
description: string;
|
|
32871
|
+
operationId: string;
|
|
32872
|
+
requestBody: {
|
|
32873
|
+
content: {
|
|
32874
|
+
'application/json': {
|
|
32875
|
+
schema: {
|
|
32876
|
+
properties: {
|
|
32877
|
+
instant_key_id: {
|
|
32878
|
+
description: string;
|
|
32879
|
+
format: string;
|
|
32880
|
+
type: string;
|
|
32881
|
+
};
|
|
32882
|
+
};
|
|
32883
|
+
required: string[];
|
|
32884
|
+
type: string;
|
|
32885
|
+
};
|
|
32886
|
+
};
|
|
32887
|
+
};
|
|
32888
|
+
};
|
|
32889
|
+
responses: {
|
|
32890
|
+
200: {
|
|
32891
|
+
content: {
|
|
32892
|
+
'application/json': {
|
|
32893
|
+
schema: {
|
|
32894
|
+
properties: {
|
|
32895
|
+
instant_key: {
|
|
32896
|
+
$ref: string;
|
|
32897
|
+
};
|
|
32898
|
+
ok: {
|
|
32899
|
+
type: string;
|
|
32900
|
+
};
|
|
32901
|
+
};
|
|
32902
|
+
required: string[];
|
|
32903
|
+
type: string;
|
|
32904
|
+
};
|
|
32905
|
+
};
|
|
32906
|
+
};
|
|
32907
|
+
description: string;
|
|
32908
|
+
};
|
|
32909
|
+
400: {
|
|
32910
|
+
description: string;
|
|
32911
|
+
};
|
|
32912
|
+
401: {
|
|
32913
|
+
description: string;
|
|
32914
|
+
};
|
|
32915
|
+
};
|
|
32916
|
+
security: ({
|
|
32917
|
+
api_key: never[];
|
|
32918
|
+
pat_with_workspace?: never;
|
|
32919
|
+
console_session_with_workspace?: never;
|
|
32920
|
+
} | {
|
|
32921
|
+
pat_with_workspace: never[];
|
|
32922
|
+
api_key?: never;
|
|
32923
|
+
console_session_with_workspace?: never;
|
|
32924
|
+
} | {
|
|
32925
|
+
console_session_with_workspace: never[];
|
|
32926
|
+
api_key?: never;
|
|
32927
|
+
pat_with_workspace?: never;
|
|
32928
|
+
})[];
|
|
32929
|
+
summary: string;
|
|
32930
|
+
tags: never[];
|
|
32931
|
+
'x-fern-sdk-group-name': string[];
|
|
32932
|
+
'x-fern-sdk-method-name': string;
|
|
32933
|
+
'x-fern-sdk-return-value': string;
|
|
32934
|
+
'x-response-key': string;
|
|
32935
|
+
'x-title': string;
|
|
32936
|
+
};
|
|
32937
|
+
};
|
|
32938
|
+
'/instant_keys/list': {
|
|
32939
|
+
get: {
|
|
32940
|
+
description: string;
|
|
32941
|
+
operationId: string;
|
|
32942
|
+
parameters: {
|
|
32943
|
+
in: string;
|
|
32944
|
+
name: string;
|
|
32945
|
+
schema: {
|
|
32946
|
+
description: string;
|
|
32947
|
+
format: string;
|
|
32948
|
+
type: string;
|
|
32949
|
+
};
|
|
32950
|
+
}[];
|
|
32951
|
+
responses: {
|
|
32952
|
+
200: {
|
|
32953
|
+
content: {
|
|
32954
|
+
'application/json': {
|
|
32955
|
+
schema: {
|
|
32956
|
+
properties: {
|
|
32957
|
+
instant_keys: {
|
|
32958
|
+
items: {
|
|
32959
|
+
$ref: string;
|
|
32960
|
+
};
|
|
32961
|
+
type: string;
|
|
32962
|
+
};
|
|
32963
|
+
ok: {
|
|
32964
|
+
type: string;
|
|
32965
|
+
};
|
|
32966
|
+
};
|
|
32967
|
+
required: string[];
|
|
32968
|
+
type: string;
|
|
32969
|
+
};
|
|
32970
|
+
};
|
|
32971
|
+
};
|
|
32972
|
+
description: string;
|
|
32973
|
+
};
|
|
32974
|
+
400: {
|
|
32975
|
+
description: string;
|
|
32976
|
+
};
|
|
32977
|
+
401: {
|
|
32978
|
+
description: string;
|
|
32979
|
+
};
|
|
32980
|
+
};
|
|
32981
|
+
security: ({
|
|
32982
|
+
api_key: never[];
|
|
32983
|
+
pat_with_workspace?: never;
|
|
32984
|
+
console_session_with_workspace?: never;
|
|
32985
|
+
} | {
|
|
32986
|
+
pat_with_workspace: never[];
|
|
32987
|
+
api_key?: never;
|
|
32988
|
+
console_session_with_workspace?: never;
|
|
32989
|
+
} | {
|
|
32990
|
+
console_session_with_workspace: never[];
|
|
32991
|
+
api_key?: never;
|
|
32992
|
+
pat_with_workspace?: never;
|
|
32993
|
+
})[];
|
|
32994
|
+
summary: string;
|
|
32995
|
+
tags: never[];
|
|
32996
|
+
'x-fern-sdk-group-name': string[];
|
|
32997
|
+
'x-fern-sdk-method-name': string;
|
|
32998
|
+
'x-fern-sdk-return-value': string;
|
|
32999
|
+
'x-response-key': string;
|
|
33000
|
+
'x-title': string;
|
|
33001
|
+
};
|
|
33002
|
+
post: {
|
|
33003
|
+
description: string;
|
|
33004
|
+
operationId: string;
|
|
33005
|
+
requestBody: {
|
|
33006
|
+
content: {
|
|
33007
|
+
'application/json': {
|
|
33008
|
+
schema: {
|
|
33009
|
+
properties: {
|
|
33010
|
+
user_identity_id: {
|
|
33011
|
+
description: string;
|
|
33012
|
+
format: string;
|
|
33013
|
+
type: string;
|
|
33014
|
+
};
|
|
33015
|
+
};
|
|
33016
|
+
type: string;
|
|
33017
|
+
};
|
|
33018
|
+
};
|
|
33019
|
+
};
|
|
33020
|
+
};
|
|
33021
|
+
responses: {
|
|
33022
|
+
200: {
|
|
33023
|
+
content: {
|
|
33024
|
+
'application/json': {
|
|
33025
|
+
schema: {
|
|
33026
|
+
properties: {
|
|
33027
|
+
instant_keys: {
|
|
33028
|
+
items: {
|
|
33029
|
+
$ref: string;
|
|
33030
|
+
};
|
|
33031
|
+
type: string;
|
|
33032
|
+
};
|
|
33033
|
+
ok: {
|
|
33034
|
+
type: string;
|
|
33035
|
+
};
|
|
33036
|
+
};
|
|
33037
|
+
required: string[];
|
|
33038
|
+
type: string;
|
|
33039
|
+
};
|
|
33040
|
+
};
|
|
33041
|
+
};
|
|
33042
|
+
description: string;
|
|
33043
|
+
};
|
|
33044
|
+
400: {
|
|
33045
|
+
description: string;
|
|
33046
|
+
};
|
|
33047
|
+
401: {
|
|
33048
|
+
description: string;
|
|
33049
|
+
};
|
|
33050
|
+
};
|
|
33051
|
+
security: ({
|
|
33052
|
+
api_key: never[];
|
|
33053
|
+
pat_with_workspace?: never;
|
|
33054
|
+
console_session_with_workspace?: never;
|
|
33055
|
+
} | {
|
|
33056
|
+
pat_with_workspace: never[];
|
|
33057
|
+
api_key?: never;
|
|
33058
|
+
console_session_with_workspace?: never;
|
|
33059
|
+
} | {
|
|
33060
|
+
console_session_with_workspace: never[];
|
|
33061
|
+
api_key?: never;
|
|
33062
|
+
pat_with_workspace?: never;
|
|
33063
|
+
})[];
|
|
33064
|
+
summary: string;
|
|
33065
|
+
tags: never[];
|
|
33066
|
+
'x-fern-sdk-group-name': string[];
|
|
33067
|
+
'x-fern-sdk-method-name': string;
|
|
33068
|
+
'x-fern-sdk-return-value': string;
|
|
33069
|
+
'x-response-key': string;
|
|
33070
|
+
'x-title': string;
|
|
33071
|
+
};
|
|
33072
|
+
};
|
|
32688
33073
|
'/locks/get': {
|
|
32689
33074
|
get: {
|
|
32690
33075
|
description: string;
|
|
@@ -49142,16 +49527,52 @@ declare const _default: {
|
|
|
49142
49527
|
batch: {
|
|
49143
49528
|
description: string;
|
|
49144
49529
|
properties: {
|
|
49530
|
+
acs_access_groups: {
|
|
49531
|
+
items: {
|
|
49532
|
+
$ref: string;
|
|
49533
|
+
};
|
|
49534
|
+
type: string;
|
|
49535
|
+
};
|
|
49536
|
+
acs_encoders: {
|
|
49537
|
+
items: {
|
|
49538
|
+
$ref: string;
|
|
49539
|
+
};
|
|
49540
|
+
type: string;
|
|
49541
|
+
};
|
|
49145
49542
|
acs_entrances: {
|
|
49146
49543
|
items: {
|
|
49147
49544
|
$ref: string;
|
|
49148
49545
|
};
|
|
49149
49546
|
type: string;
|
|
49150
49547
|
};
|
|
49548
|
+
acs_systems: {
|
|
49549
|
+
items: {
|
|
49550
|
+
$ref: string;
|
|
49551
|
+
};
|
|
49552
|
+
type: string;
|
|
49553
|
+
};
|
|
49554
|
+
acs_users: {
|
|
49555
|
+
items: {
|
|
49556
|
+
$ref: string;
|
|
49557
|
+
};
|
|
49558
|
+
type: string;
|
|
49559
|
+
};
|
|
49560
|
+
action_attempts: {
|
|
49561
|
+
items: {
|
|
49562
|
+
$ref: string;
|
|
49563
|
+
};
|
|
49564
|
+
type: string;
|
|
49565
|
+
};
|
|
49151
49566
|
batch_type: {
|
|
49152
49567
|
enum: string[];
|
|
49153
49568
|
type: string;
|
|
49154
49569
|
};
|
|
49570
|
+
client_sessions: {
|
|
49571
|
+
items: {
|
|
49572
|
+
$ref: string;
|
|
49573
|
+
};
|
|
49574
|
+
type: string;
|
|
49575
|
+
};
|
|
49155
49576
|
devices: {
|
|
49156
49577
|
items: {
|
|
49157
49578
|
$ref: string;
|
|
@@ -49164,6 +49585,24 @@ declare const _default: {
|
|
|
49164
49585
|
};
|
|
49165
49586
|
type: string;
|
|
49166
49587
|
};
|
|
49588
|
+
unmanaged_acs_access_groups: {
|
|
49589
|
+
items: {
|
|
49590
|
+
$ref: string;
|
|
49591
|
+
};
|
|
49592
|
+
type: string;
|
|
49593
|
+
};
|
|
49594
|
+
unmanaged_acs_users: {
|
|
49595
|
+
items: {
|
|
49596
|
+
$ref: string;
|
|
49597
|
+
};
|
|
49598
|
+
type: string;
|
|
49599
|
+
};
|
|
49600
|
+
unmanaged_devices: {
|
|
49601
|
+
items: {
|
|
49602
|
+
$ref: string;
|
|
49603
|
+
};
|
|
49604
|
+
type: string;
|
|
49605
|
+
};
|
|
49167
49606
|
user_identities: {
|
|
49168
49607
|
items: {
|
|
49169
49608
|
$ref: string;
|
|
@@ -49179,7 +49618,6 @@ declare const _default: {
|
|
|
49179
49618
|
};
|
|
49180
49619
|
required: string[];
|
|
49181
49620
|
type: string;
|
|
49182
|
-
'x-route-path': string;
|
|
49183
49621
|
};
|
|
49184
49622
|
ok: {
|
|
49185
49623
|
type: string;
|
|
@@ -49243,16 +49681,52 @@ declare const _default: {
|
|
|
49243
49681
|
batch: {
|
|
49244
49682
|
description: string;
|
|
49245
49683
|
properties: {
|
|
49684
|
+
acs_access_groups: {
|
|
49685
|
+
items: {
|
|
49686
|
+
$ref: string;
|
|
49687
|
+
};
|
|
49688
|
+
type: string;
|
|
49689
|
+
};
|
|
49690
|
+
acs_encoders: {
|
|
49691
|
+
items: {
|
|
49692
|
+
$ref: string;
|
|
49693
|
+
};
|
|
49694
|
+
type: string;
|
|
49695
|
+
};
|
|
49246
49696
|
acs_entrances: {
|
|
49247
49697
|
items: {
|
|
49248
49698
|
$ref: string;
|
|
49249
49699
|
};
|
|
49250
49700
|
type: string;
|
|
49251
49701
|
};
|
|
49702
|
+
acs_systems: {
|
|
49703
|
+
items: {
|
|
49704
|
+
$ref: string;
|
|
49705
|
+
};
|
|
49706
|
+
type: string;
|
|
49707
|
+
};
|
|
49708
|
+
acs_users: {
|
|
49709
|
+
items: {
|
|
49710
|
+
$ref: string;
|
|
49711
|
+
};
|
|
49712
|
+
type: string;
|
|
49713
|
+
};
|
|
49714
|
+
action_attempts: {
|
|
49715
|
+
items: {
|
|
49716
|
+
$ref: string;
|
|
49717
|
+
};
|
|
49718
|
+
type: string;
|
|
49719
|
+
};
|
|
49252
49720
|
batch_type: {
|
|
49253
49721
|
enum: string[];
|
|
49254
49722
|
type: string;
|
|
49255
49723
|
};
|
|
49724
|
+
client_sessions: {
|
|
49725
|
+
items: {
|
|
49726
|
+
$ref: string;
|
|
49727
|
+
};
|
|
49728
|
+
type: string;
|
|
49729
|
+
};
|
|
49256
49730
|
devices: {
|
|
49257
49731
|
items: {
|
|
49258
49732
|
$ref: string;
|
|
@@ -49265,6 +49739,24 @@ declare const _default: {
|
|
|
49265
49739
|
};
|
|
49266
49740
|
type: string;
|
|
49267
49741
|
};
|
|
49742
|
+
unmanaged_acs_access_groups: {
|
|
49743
|
+
items: {
|
|
49744
|
+
$ref: string;
|
|
49745
|
+
};
|
|
49746
|
+
type: string;
|
|
49747
|
+
};
|
|
49748
|
+
unmanaged_acs_users: {
|
|
49749
|
+
items: {
|
|
49750
|
+
$ref: string;
|
|
49751
|
+
};
|
|
49752
|
+
type: string;
|
|
49753
|
+
};
|
|
49754
|
+
unmanaged_devices: {
|
|
49755
|
+
items: {
|
|
49756
|
+
$ref: string;
|
|
49757
|
+
};
|
|
49758
|
+
type: string;
|
|
49759
|
+
};
|
|
49268
49760
|
user_identities: {
|
|
49269
49761
|
items: {
|
|
49270
49762
|
$ref: string;
|
|
@@ -49280,7 +49772,6 @@ declare const _default: {
|
|
|
49280
49772
|
};
|
|
49281
49773
|
required: string[];
|
|
49282
49774
|
type: string;
|
|
49283
|
-
'x-route-path': string;
|
|
49284
49775
|
};
|
|
49285
49776
|
ok: {
|
|
49286
49777
|
type: string;
|