@seamapi/types 1.461.0 → 1.463.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 +515 -175
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +18096 -1263
- package/dist/index.cjs +515 -175
- package/dist/index.cjs.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/batch.d.ts +26418 -2872
- package/lib/seam/connect/models/batch.js +34 -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 +3 -2
- package/lib/seam/connect/models/devices/device-provider.js +3 -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 +377 -6
- package/lib/seam/connect/openapi.js +335 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +15093 -10405
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +47 -21
- package/src/lib/seam/connect/models/devices/device-provider.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +338 -14
- package/src/lib/seam/connect/route-types.ts +6809 -1189
|
@@ -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
|
};
|
|
@@ -17575,7 +17581,6 @@ declare const _default: {
|
|
|
17575
17581
|
starts_at: {
|
|
17576
17582
|
description: string;
|
|
17577
17583
|
format: string;
|
|
17578
|
-
nullable: boolean;
|
|
17579
17584
|
type: string;
|
|
17580
17585
|
};
|
|
17581
17586
|
};
|
|
@@ -17665,7 +17670,6 @@ declare const _default: {
|
|
|
17665
17670
|
starts_at: {
|
|
17666
17671
|
description: string;
|
|
17667
17672
|
format: string;
|
|
17668
|
-
nullable: boolean;
|
|
17669
17673
|
type: string;
|
|
17670
17674
|
};
|
|
17671
17675
|
};
|
|
@@ -18103,16 +18107,58 @@ declare const _default: {
|
|
|
18103
18107
|
batch: {
|
|
18104
18108
|
description: string;
|
|
18105
18109
|
properties: {
|
|
18110
|
+
acs_access_groups: {
|
|
18111
|
+
items: {
|
|
18112
|
+
$ref: string;
|
|
18113
|
+
};
|
|
18114
|
+
type: string;
|
|
18115
|
+
};
|
|
18116
|
+
acs_encoders: {
|
|
18117
|
+
items: {
|
|
18118
|
+
$ref: string;
|
|
18119
|
+
};
|
|
18120
|
+
type: string;
|
|
18121
|
+
};
|
|
18106
18122
|
acs_entrances: {
|
|
18107
18123
|
items: {
|
|
18108
18124
|
$ref: string;
|
|
18109
18125
|
};
|
|
18110
18126
|
type: string;
|
|
18111
18127
|
};
|
|
18128
|
+
acs_systems: {
|
|
18129
|
+
items: {
|
|
18130
|
+
$ref: string;
|
|
18131
|
+
};
|
|
18132
|
+
type: string;
|
|
18133
|
+
};
|
|
18134
|
+
acs_users: {
|
|
18135
|
+
items: {
|
|
18136
|
+
$ref: string;
|
|
18137
|
+
};
|
|
18138
|
+
type: string;
|
|
18139
|
+
};
|
|
18140
|
+
action_attempts: {
|
|
18141
|
+
items: {
|
|
18142
|
+
$ref: string;
|
|
18143
|
+
};
|
|
18144
|
+
type: string;
|
|
18145
|
+
};
|
|
18112
18146
|
batch_type: {
|
|
18113
18147
|
enum: string[];
|
|
18114
18148
|
type: string;
|
|
18115
18149
|
};
|
|
18150
|
+
client_sessions: {
|
|
18151
|
+
items: {
|
|
18152
|
+
$ref: string;
|
|
18153
|
+
};
|
|
18154
|
+
type: string;
|
|
18155
|
+
};
|
|
18156
|
+
connect_webviews: {
|
|
18157
|
+
items: {
|
|
18158
|
+
$ref: string;
|
|
18159
|
+
};
|
|
18160
|
+
type: string;
|
|
18161
|
+
};
|
|
18116
18162
|
devices: {
|
|
18117
18163
|
items: {
|
|
18118
18164
|
$ref: string;
|
|
@@ -18125,6 +18171,24 @@ declare const _default: {
|
|
|
18125
18171
|
};
|
|
18126
18172
|
type: string;
|
|
18127
18173
|
};
|
|
18174
|
+
unmanaged_acs_access_groups: {
|
|
18175
|
+
items: {
|
|
18176
|
+
$ref: string;
|
|
18177
|
+
};
|
|
18178
|
+
type: string;
|
|
18179
|
+
};
|
|
18180
|
+
unmanaged_acs_users: {
|
|
18181
|
+
items: {
|
|
18182
|
+
$ref: string;
|
|
18183
|
+
};
|
|
18184
|
+
type: string;
|
|
18185
|
+
};
|
|
18186
|
+
unmanaged_devices: {
|
|
18187
|
+
items: {
|
|
18188
|
+
$ref: string;
|
|
18189
|
+
};
|
|
18190
|
+
type: string;
|
|
18191
|
+
};
|
|
18128
18192
|
user_identities: {
|
|
18129
18193
|
items: {
|
|
18130
18194
|
$ref: string;
|
|
@@ -18140,7 +18204,6 @@ declare const _default: {
|
|
|
18140
18204
|
};
|
|
18141
18205
|
required: string[];
|
|
18142
18206
|
type: string;
|
|
18143
|
-
'x-route-path': string;
|
|
18144
18207
|
};
|
|
18145
18208
|
ok: {
|
|
18146
18209
|
type: string;
|
|
@@ -18229,16 +18292,58 @@ declare const _default: {
|
|
|
18229
18292
|
batch: {
|
|
18230
18293
|
description: string;
|
|
18231
18294
|
properties: {
|
|
18295
|
+
acs_access_groups: {
|
|
18296
|
+
items: {
|
|
18297
|
+
$ref: string;
|
|
18298
|
+
};
|
|
18299
|
+
type: string;
|
|
18300
|
+
};
|
|
18301
|
+
acs_encoders: {
|
|
18302
|
+
items: {
|
|
18303
|
+
$ref: string;
|
|
18304
|
+
};
|
|
18305
|
+
type: string;
|
|
18306
|
+
};
|
|
18232
18307
|
acs_entrances: {
|
|
18233
18308
|
items: {
|
|
18234
18309
|
$ref: string;
|
|
18235
18310
|
};
|
|
18236
18311
|
type: string;
|
|
18237
18312
|
};
|
|
18313
|
+
acs_systems: {
|
|
18314
|
+
items: {
|
|
18315
|
+
$ref: string;
|
|
18316
|
+
};
|
|
18317
|
+
type: string;
|
|
18318
|
+
};
|
|
18319
|
+
acs_users: {
|
|
18320
|
+
items: {
|
|
18321
|
+
$ref: string;
|
|
18322
|
+
};
|
|
18323
|
+
type: string;
|
|
18324
|
+
};
|
|
18325
|
+
action_attempts: {
|
|
18326
|
+
items: {
|
|
18327
|
+
$ref: string;
|
|
18328
|
+
};
|
|
18329
|
+
type: string;
|
|
18330
|
+
};
|
|
18238
18331
|
batch_type: {
|
|
18239
18332
|
enum: string[];
|
|
18240
18333
|
type: string;
|
|
18241
18334
|
};
|
|
18335
|
+
client_sessions: {
|
|
18336
|
+
items: {
|
|
18337
|
+
$ref: string;
|
|
18338
|
+
};
|
|
18339
|
+
type: string;
|
|
18340
|
+
};
|
|
18341
|
+
connect_webviews: {
|
|
18342
|
+
items: {
|
|
18343
|
+
$ref: string;
|
|
18344
|
+
};
|
|
18345
|
+
type: string;
|
|
18346
|
+
};
|
|
18242
18347
|
devices: {
|
|
18243
18348
|
items: {
|
|
18244
18349
|
$ref: string;
|
|
@@ -18251,6 +18356,24 @@ declare const _default: {
|
|
|
18251
18356
|
};
|
|
18252
18357
|
type: string;
|
|
18253
18358
|
};
|
|
18359
|
+
unmanaged_acs_access_groups: {
|
|
18360
|
+
items: {
|
|
18361
|
+
$ref: string;
|
|
18362
|
+
};
|
|
18363
|
+
type: string;
|
|
18364
|
+
};
|
|
18365
|
+
unmanaged_acs_users: {
|
|
18366
|
+
items: {
|
|
18367
|
+
$ref: string;
|
|
18368
|
+
};
|
|
18369
|
+
type: string;
|
|
18370
|
+
};
|
|
18371
|
+
unmanaged_devices: {
|
|
18372
|
+
items: {
|
|
18373
|
+
$ref: string;
|
|
18374
|
+
};
|
|
18375
|
+
type: string;
|
|
18376
|
+
};
|
|
18254
18377
|
user_identities: {
|
|
18255
18378
|
items: {
|
|
18256
18379
|
$ref: string;
|
|
@@ -18266,7 +18389,6 @@ declare const _default: {
|
|
|
18266
18389
|
};
|
|
18267
18390
|
required: string[];
|
|
18268
18391
|
type: string;
|
|
18269
|
-
'x-route-path': string;
|
|
18270
18392
|
};
|
|
18271
18393
|
ok: {
|
|
18272
18394
|
type: string;
|
|
@@ -32692,6 +32814,137 @@ declare const _default: {
|
|
|
32692
32814
|
'x-title': string;
|
|
32693
32815
|
};
|
|
32694
32816
|
};
|
|
32817
|
+
'/instant_keys/get': {
|
|
32818
|
+
get: {
|
|
32819
|
+
description: string;
|
|
32820
|
+
operationId: string;
|
|
32821
|
+
parameters: {
|
|
32822
|
+
in: string;
|
|
32823
|
+
name: string;
|
|
32824
|
+
required: boolean;
|
|
32825
|
+
schema: {
|
|
32826
|
+
description: string;
|
|
32827
|
+
format: string;
|
|
32828
|
+
type: string;
|
|
32829
|
+
};
|
|
32830
|
+
}[];
|
|
32831
|
+
responses: {
|
|
32832
|
+
200: {
|
|
32833
|
+
content: {
|
|
32834
|
+
'application/json': {
|
|
32835
|
+
schema: {
|
|
32836
|
+
properties: {
|
|
32837
|
+
instant_key: {
|
|
32838
|
+
$ref: string;
|
|
32839
|
+
};
|
|
32840
|
+
ok: {
|
|
32841
|
+
type: string;
|
|
32842
|
+
};
|
|
32843
|
+
};
|
|
32844
|
+
required: string[];
|
|
32845
|
+
type: string;
|
|
32846
|
+
};
|
|
32847
|
+
};
|
|
32848
|
+
};
|
|
32849
|
+
description: string;
|
|
32850
|
+
};
|
|
32851
|
+
400: {
|
|
32852
|
+
description: string;
|
|
32853
|
+
};
|
|
32854
|
+
401: {
|
|
32855
|
+
description: string;
|
|
32856
|
+
};
|
|
32857
|
+
};
|
|
32858
|
+
security: ({
|
|
32859
|
+
api_key: never[];
|
|
32860
|
+
pat_with_workspace?: never;
|
|
32861
|
+
console_session_with_workspace?: never;
|
|
32862
|
+
} | {
|
|
32863
|
+
pat_with_workspace: never[];
|
|
32864
|
+
api_key?: never;
|
|
32865
|
+
console_session_with_workspace?: never;
|
|
32866
|
+
} | {
|
|
32867
|
+
console_session_with_workspace: never[];
|
|
32868
|
+
api_key?: never;
|
|
32869
|
+
pat_with_workspace?: never;
|
|
32870
|
+
})[];
|
|
32871
|
+
summary: string;
|
|
32872
|
+
tags: never[];
|
|
32873
|
+
'x-fern-sdk-group-name': string[];
|
|
32874
|
+
'x-fern-sdk-method-name': string;
|
|
32875
|
+
'x-fern-sdk-return-value': string;
|
|
32876
|
+
'x-response-key': string;
|
|
32877
|
+
'x-title': string;
|
|
32878
|
+
};
|
|
32879
|
+
post: {
|
|
32880
|
+
description: string;
|
|
32881
|
+
operationId: string;
|
|
32882
|
+
requestBody: {
|
|
32883
|
+
content: {
|
|
32884
|
+
'application/json': {
|
|
32885
|
+
schema: {
|
|
32886
|
+
properties: {
|
|
32887
|
+
instant_key_id: {
|
|
32888
|
+
description: string;
|
|
32889
|
+
format: string;
|
|
32890
|
+
type: string;
|
|
32891
|
+
};
|
|
32892
|
+
};
|
|
32893
|
+
required: string[];
|
|
32894
|
+
type: string;
|
|
32895
|
+
};
|
|
32896
|
+
};
|
|
32897
|
+
};
|
|
32898
|
+
};
|
|
32899
|
+
responses: {
|
|
32900
|
+
200: {
|
|
32901
|
+
content: {
|
|
32902
|
+
'application/json': {
|
|
32903
|
+
schema: {
|
|
32904
|
+
properties: {
|
|
32905
|
+
instant_key: {
|
|
32906
|
+
$ref: string;
|
|
32907
|
+
};
|
|
32908
|
+
ok: {
|
|
32909
|
+
type: string;
|
|
32910
|
+
};
|
|
32911
|
+
};
|
|
32912
|
+
required: string[];
|
|
32913
|
+
type: string;
|
|
32914
|
+
};
|
|
32915
|
+
};
|
|
32916
|
+
};
|
|
32917
|
+
description: string;
|
|
32918
|
+
};
|
|
32919
|
+
400: {
|
|
32920
|
+
description: string;
|
|
32921
|
+
};
|
|
32922
|
+
401: {
|
|
32923
|
+
description: string;
|
|
32924
|
+
};
|
|
32925
|
+
};
|
|
32926
|
+
security: ({
|
|
32927
|
+
api_key: never[];
|
|
32928
|
+
pat_with_workspace?: never;
|
|
32929
|
+
console_session_with_workspace?: never;
|
|
32930
|
+
} | {
|
|
32931
|
+
pat_with_workspace: never[];
|
|
32932
|
+
api_key?: never;
|
|
32933
|
+
console_session_with_workspace?: never;
|
|
32934
|
+
} | {
|
|
32935
|
+
console_session_with_workspace: never[];
|
|
32936
|
+
api_key?: never;
|
|
32937
|
+
pat_with_workspace?: never;
|
|
32938
|
+
})[];
|
|
32939
|
+
summary: string;
|
|
32940
|
+
tags: never[];
|
|
32941
|
+
'x-fern-sdk-group-name': string[];
|
|
32942
|
+
'x-fern-sdk-method-name': string;
|
|
32943
|
+
'x-fern-sdk-return-value': string;
|
|
32944
|
+
'x-response-key': string;
|
|
32945
|
+
'x-title': string;
|
|
32946
|
+
};
|
|
32947
|
+
};
|
|
32695
32948
|
'/instant_keys/list': {
|
|
32696
32949
|
get: {
|
|
32697
32950
|
description: string;
|
|
@@ -49284,16 +49537,58 @@ declare const _default: {
|
|
|
49284
49537
|
batch: {
|
|
49285
49538
|
description: string;
|
|
49286
49539
|
properties: {
|
|
49540
|
+
acs_access_groups: {
|
|
49541
|
+
items: {
|
|
49542
|
+
$ref: string;
|
|
49543
|
+
};
|
|
49544
|
+
type: string;
|
|
49545
|
+
};
|
|
49546
|
+
acs_encoders: {
|
|
49547
|
+
items: {
|
|
49548
|
+
$ref: string;
|
|
49549
|
+
};
|
|
49550
|
+
type: string;
|
|
49551
|
+
};
|
|
49287
49552
|
acs_entrances: {
|
|
49288
49553
|
items: {
|
|
49289
49554
|
$ref: string;
|
|
49290
49555
|
};
|
|
49291
49556
|
type: string;
|
|
49292
49557
|
};
|
|
49558
|
+
acs_systems: {
|
|
49559
|
+
items: {
|
|
49560
|
+
$ref: string;
|
|
49561
|
+
};
|
|
49562
|
+
type: string;
|
|
49563
|
+
};
|
|
49564
|
+
acs_users: {
|
|
49565
|
+
items: {
|
|
49566
|
+
$ref: string;
|
|
49567
|
+
};
|
|
49568
|
+
type: string;
|
|
49569
|
+
};
|
|
49570
|
+
action_attempts: {
|
|
49571
|
+
items: {
|
|
49572
|
+
$ref: string;
|
|
49573
|
+
};
|
|
49574
|
+
type: string;
|
|
49575
|
+
};
|
|
49293
49576
|
batch_type: {
|
|
49294
49577
|
enum: string[];
|
|
49295
49578
|
type: string;
|
|
49296
49579
|
};
|
|
49580
|
+
client_sessions: {
|
|
49581
|
+
items: {
|
|
49582
|
+
$ref: string;
|
|
49583
|
+
};
|
|
49584
|
+
type: string;
|
|
49585
|
+
};
|
|
49586
|
+
connect_webviews: {
|
|
49587
|
+
items: {
|
|
49588
|
+
$ref: string;
|
|
49589
|
+
};
|
|
49590
|
+
type: string;
|
|
49591
|
+
};
|
|
49297
49592
|
devices: {
|
|
49298
49593
|
items: {
|
|
49299
49594
|
$ref: string;
|
|
@@ -49306,6 +49601,24 @@ declare const _default: {
|
|
|
49306
49601
|
};
|
|
49307
49602
|
type: string;
|
|
49308
49603
|
};
|
|
49604
|
+
unmanaged_acs_access_groups: {
|
|
49605
|
+
items: {
|
|
49606
|
+
$ref: string;
|
|
49607
|
+
};
|
|
49608
|
+
type: string;
|
|
49609
|
+
};
|
|
49610
|
+
unmanaged_acs_users: {
|
|
49611
|
+
items: {
|
|
49612
|
+
$ref: string;
|
|
49613
|
+
};
|
|
49614
|
+
type: string;
|
|
49615
|
+
};
|
|
49616
|
+
unmanaged_devices: {
|
|
49617
|
+
items: {
|
|
49618
|
+
$ref: string;
|
|
49619
|
+
};
|
|
49620
|
+
type: string;
|
|
49621
|
+
};
|
|
49309
49622
|
user_identities: {
|
|
49310
49623
|
items: {
|
|
49311
49624
|
$ref: string;
|
|
@@ -49321,7 +49634,6 @@ declare const _default: {
|
|
|
49321
49634
|
};
|
|
49322
49635
|
required: string[];
|
|
49323
49636
|
type: string;
|
|
49324
|
-
'x-route-path': string;
|
|
49325
49637
|
};
|
|
49326
49638
|
ok: {
|
|
49327
49639
|
type: string;
|
|
@@ -49385,16 +49697,58 @@ declare const _default: {
|
|
|
49385
49697
|
batch: {
|
|
49386
49698
|
description: string;
|
|
49387
49699
|
properties: {
|
|
49700
|
+
acs_access_groups: {
|
|
49701
|
+
items: {
|
|
49702
|
+
$ref: string;
|
|
49703
|
+
};
|
|
49704
|
+
type: string;
|
|
49705
|
+
};
|
|
49706
|
+
acs_encoders: {
|
|
49707
|
+
items: {
|
|
49708
|
+
$ref: string;
|
|
49709
|
+
};
|
|
49710
|
+
type: string;
|
|
49711
|
+
};
|
|
49388
49712
|
acs_entrances: {
|
|
49389
49713
|
items: {
|
|
49390
49714
|
$ref: string;
|
|
49391
49715
|
};
|
|
49392
49716
|
type: string;
|
|
49393
49717
|
};
|
|
49718
|
+
acs_systems: {
|
|
49719
|
+
items: {
|
|
49720
|
+
$ref: string;
|
|
49721
|
+
};
|
|
49722
|
+
type: string;
|
|
49723
|
+
};
|
|
49724
|
+
acs_users: {
|
|
49725
|
+
items: {
|
|
49726
|
+
$ref: string;
|
|
49727
|
+
};
|
|
49728
|
+
type: string;
|
|
49729
|
+
};
|
|
49730
|
+
action_attempts: {
|
|
49731
|
+
items: {
|
|
49732
|
+
$ref: string;
|
|
49733
|
+
};
|
|
49734
|
+
type: string;
|
|
49735
|
+
};
|
|
49394
49736
|
batch_type: {
|
|
49395
49737
|
enum: string[];
|
|
49396
49738
|
type: string;
|
|
49397
49739
|
};
|
|
49740
|
+
client_sessions: {
|
|
49741
|
+
items: {
|
|
49742
|
+
$ref: string;
|
|
49743
|
+
};
|
|
49744
|
+
type: string;
|
|
49745
|
+
};
|
|
49746
|
+
connect_webviews: {
|
|
49747
|
+
items: {
|
|
49748
|
+
$ref: string;
|
|
49749
|
+
};
|
|
49750
|
+
type: string;
|
|
49751
|
+
};
|
|
49398
49752
|
devices: {
|
|
49399
49753
|
items: {
|
|
49400
49754
|
$ref: string;
|
|
@@ -49407,6 +49761,24 @@ declare const _default: {
|
|
|
49407
49761
|
};
|
|
49408
49762
|
type: string;
|
|
49409
49763
|
};
|
|
49764
|
+
unmanaged_acs_access_groups: {
|
|
49765
|
+
items: {
|
|
49766
|
+
$ref: string;
|
|
49767
|
+
};
|
|
49768
|
+
type: string;
|
|
49769
|
+
};
|
|
49770
|
+
unmanaged_acs_users: {
|
|
49771
|
+
items: {
|
|
49772
|
+
$ref: string;
|
|
49773
|
+
};
|
|
49774
|
+
type: string;
|
|
49775
|
+
};
|
|
49776
|
+
unmanaged_devices: {
|
|
49777
|
+
items: {
|
|
49778
|
+
$ref: string;
|
|
49779
|
+
};
|
|
49780
|
+
type: string;
|
|
49781
|
+
};
|
|
49410
49782
|
user_identities: {
|
|
49411
49783
|
items: {
|
|
49412
49784
|
$ref: string;
|
|
@@ -49422,7 +49794,6 @@ declare const _default: {
|
|
|
49422
49794
|
};
|
|
49423
49795
|
required: string[];
|
|
49424
49796
|
type: string;
|
|
49425
|
-
'x-route-path': string;
|
|
49426
49797
|
};
|
|
49427
49798
|
ok: {
|
|
49428
49799
|
type: string;
|