@seamapi/types 1.46.0 → 1.48.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 +316 -35
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +445 -34
- package/lib/seam/connect/openapi.d.ts +371 -20
- package/lib/seam/connect/openapi.js +316 -35
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +74 -14
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/credential.js +1 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/entrance.d.ts +18 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js +8 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js.map +1 -0
- package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
- package/lib/seam/connect/unstable/models/acs/index.js +1 -0
- package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/system.d.ts +7 -7
- package/lib/seam/connect/unstable/models/acs/system.js +1 -0
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/user.d.ts +4 -4
- package/lib/seam/connect/unstable/models/acs/user.js +5 -1
- package/lib/seam/connect/unstable/models/acs/user.js.map +1 -1
- package/lib/seam/connect/unstable/schemas.d.ts +1 -1
- package/lib/seam/connect/unstable/schemas.js +1 -1
- package/lib/seam/connect/unstable/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +316 -35
- package/src/lib/seam/connect/route-types.ts +94 -14
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +1 -0
- package/src/lib/seam/connect/unstable/models/acs/entrance.ts +10 -0
- package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
- package/src/lib/seam/connect/unstable/models/acs/system.ts +1 -0
- package/src/lib/seam/connect/unstable/models/acs/user.ts +5 -1
- package/src/lib/seam/connect/unstable/schemas.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -1993,6 +1993,28 @@ declare const _default: {
|
|
|
1993
1993
|
required: string[];
|
|
1994
1994
|
type: string;
|
|
1995
1995
|
};
|
|
1996
|
+
device_provider: {
|
|
1997
|
+
properties: {
|
|
1998
|
+
device_provider_name: {
|
|
1999
|
+
type: string;
|
|
2000
|
+
};
|
|
2001
|
+
display_name: {
|
|
2002
|
+
type: string;
|
|
2003
|
+
};
|
|
2004
|
+
image_url: {
|
|
2005
|
+
type: string;
|
|
2006
|
+
};
|
|
2007
|
+
provider_categories: {
|
|
2008
|
+
items: {
|
|
2009
|
+
enum: string[];
|
|
2010
|
+
type: string;
|
|
2011
|
+
};
|
|
2012
|
+
type: string;
|
|
2013
|
+
};
|
|
2014
|
+
};
|
|
2015
|
+
required: string[];
|
|
2016
|
+
type: string;
|
|
2017
|
+
};
|
|
1996
2018
|
event: {
|
|
1997
2019
|
properties: {
|
|
1998
2020
|
created_at: {
|
|
@@ -4479,6 +4501,47 @@ declare const _default: {
|
|
|
4479
4501
|
'application/json': {
|
|
4480
4502
|
schema: {
|
|
4481
4503
|
properties: {
|
|
4504
|
+
acs_credential: {
|
|
4505
|
+
properties: {
|
|
4506
|
+
acs_credential_id: {
|
|
4507
|
+
format: string;
|
|
4508
|
+
type: string;
|
|
4509
|
+
};
|
|
4510
|
+
acs_system_id: {
|
|
4511
|
+
format: string;
|
|
4512
|
+
type: string;
|
|
4513
|
+
};
|
|
4514
|
+
acs_user_id: {
|
|
4515
|
+
format: string;
|
|
4516
|
+
type: string;
|
|
4517
|
+
};
|
|
4518
|
+
code: {
|
|
4519
|
+
nullable: boolean;
|
|
4520
|
+
type: string;
|
|
4521
|
+
};
|
|
4522
|
+
created_at: {
|
|
4523
|
+
format: string;
|
|
4524
|
+
type: string;
|
|
4525
|
+
};
|
|
4526
|
+
display_name: {
|
|
4527
|
+
minLength: number;
|
|
4528
|
+
type: string;
|
|
4529
|
+
};
|
|
4530
|
+
external_type: {
|
|
4531
|
+
enum: string[];
|
|
4532
|
+
type: string;
|
|
4533
|
+
};
|
|
4534
|
+
external_type_display_name: {
|
|
4535
|
+
type: string;
|
|
4536
|
+
};
|
|
4537
|
+
workspace_id: {
|
|
4538
|
+
format: string;
|
|
4539
|
+
type: string;
|
|
4540
|
+
};
|
|
4541
|
+
};
|
|
4542
|
+
required: string[];
|
|
4543
|
+
type: string;
|
|
4544
|
+
};
|
|
4482
4545
|
ok: {
|
|
4483
4546
|
type: string;
|
|
4484
4547
|
};
|
|
@@ -4545,6 +4608,47 @@ declare const _default: {
|
|
|
4545
4608
|
'application/json': {
|
|
4546
4609
|
schema: {
|
|
4547
4610
|
properties: {
|
|
4611
|
+
acs_credential: {
|
|
4612
|
+
properties: {
|
|
4613
|
+
acs_credential_id: {
|
|
4614
|
+
format: string;
|
|
4615
|
+
type: string;
|
|
4616
|
+
};
|
|
4617
|
+
acs_system_id: {
|
|
4618
|
+
format: string;
|
|
4619
|
+
type: string;
|
|
4620
|
+
};
|
|
4621
|
+
acs_user_id: {
|
|
4622
|
+
format: string;
|
|
4623
|
+
type: string;
|
|
4624
|
+
};
|
|
4625
|
+
code: {
|
|
4626
|
+
nullable: boolean;
|
|
4627
|
+
type: string;
|
|
4628
|
+
};
|
|
4629
|
+
created_at: {
|
|
4630
|
+
format: string;
|
|
4631
|
+
type: string;
|
|
4632
|
+
};
|
|
4633
|
+
display_name: {
|
|
4634
|
+
minLength: number;
|
|
4635
|
+
type: string;
|
|
4636
|
+
};
|
|
4637
|
+
external_type: {
|
|
4638
|
+
enum: string[];
|
|
4639
|
+
type: string;
|
|
4640
|
+
};
|
|
4641
|
+
external_type_display_name: {
|
|
4642
|
+
type: string;
|
|
4643
|
+
};
|
|
4644
|
+
workspace_id: {
|
|
4645
|
+
format: string;
|
|
4646
|
+
type: string;
|
|
4647
|
+
};
|
|
4648
|
+
};
|
|
4649
|
+
required: string[];
|
|
4650
|
+
type: string;
|
|
4651
|
+
};
|
|
4548
4652
|
ok: {
|
|
4549
4653
|
type: string;
|
|
4550
4654
|
};
|
|
@@ -5030,6 +5134,47 @@ declare const _default: {
|
|
|
5030
5134
|
'application/json': {
|
|
5031
5135
|
schema: {
|
|
5032
5136
|
properties: {
|
|
5137
|
+
acs_credential: {
|
|
5138
|
+
properties: {
|
|
5139
|
+
acs_credential_id: {
|
|
5140
|
+
format: string;
|
|
5141
|
+
type: string;
|
|
5142
|
+
};
|
|
5143
|
+
acs_system_id: {
|
|
5144
|
+
format: string;
|
|
5145
|
+
type: string;
|
|
5146
|
+
};
|
|
5147
|
+
acs_user_id: {
|
|
5148
|
+
format: string;
|
|
5149
|
+
type: string;
|
|
5150
|
+
};
|
|
5151
|
+
code: {
|
|
5152
|
+
nullable: boolean;
|
|
5153
|
+
type: string;
|
|
5154
|
+
};
|
|
5155
|
+
created_at: {
|
|
5156
|
+
format: string;
|
|
5157
|
+
type: string;
|
|
5158
|
+
};
|
|
5159
|
+
display_name: {
|
|
5160
|
+
minLength: number;
|
|
5161
|
+
type: string;
|
|
5162
|
+
};
|
|
5163
|
+
external_type: {
|
|
5164
|
+
enum: string[];
|
|
5165
|
+
type: string;
|
|
5166
|
+
};
|
|
5167
|
+
external_type_display_name: {
|
|
5168
|
+
type: string;
|
|
5169
|
+
};
|
|
5170
|
+
workspace_id: {
|
|
5171
|
+
format: string;
|
|
5172
|
+
type: string;
|
|
5173
|
+
};
|
|
5174
|
+
};
|
|
5175
|
+
required: string[];
|
|
5176
|
+
type: string;
|
|
5177
|
+
};
|
|
5033
5178
|
ok: {
|
|
5034
5179
|
type: string;
|
|
5035
5180
|
};
|
|
@@ -5096,6 +5241,47 @@ declare const _default: {
|
|
|
5096
5241
|
'application/json': {
|
|
5097
5242
|
schema: {
|
|
5098
5243
|
properties: {
|
|
5244
|
+
acs_credential: {
|
|
5245
|
+
properties: {
|
|
5246
|
+
acs_credential_id: {
|
|
5247
|
+
format: string;
|
|
5248
|
+
type: string;
|
|
5249
|
+
};
|
|
5250
|
+
acs_system_id: {
|
|
5251
|
+
format: string;
|
|
5252
|
+
type: string;
|
|
5253
|
+
};
|
|
5254
|
+
acs_user_id: {
|
|
5255
|
+
format: string;
|
|
5256
|
+
type: string;
|
|
5257
|
+
};
|
|
5258
|
+
code: {
|
|
5259
|
+
nullable: boolean;
|
|
5260
|
+
type: string;
|
|
5261
|
+
};
|
|
5262
|
+
created_at: {
|
|
5263
|
+
format: string;
|
|
5264
|
+
type: string;
|
|
5265
|
+
};
|
|
5266
|
+
display_name: {
|
|
5267
|
+
minLength: number;
|
|
5268
|
+
type: string;
|
|
5269
|
+
};
|
|
5270
|
+
external_type: {
|
|
5271
|
+
enum: string[];
|
|
5272
|
+
type: string;
|
|
5273
|
+
};
|
|
5274
|
+
external_type_display_name: {
|
|
5275
|
+
type: string;
|
|
5276
|
+
};
|
|
5277
|
+
workspace_id: {
|
|
5278
|
+
format: string;
|
|
5279
|
+
type: string;
|
|
5280
|
+
};
|
|
5281
|
+
};
|
|
5282
|
+
required: string[];
|
|
5283
|
+
type: string;
|
|
5284
|
+
};
|
|
5099
5285
|
ok: {
|
|
5100
5286
|
type: string;
|
|
5101
5287
|
};
|
|
@@ -5136,6 +5322,190 @@ declare const _default: {
|
|
|
5136
5322
|
'x-fern-sdk-method-name': string;
|
|
5137
5323
|
};
|
|
5138
5324
|
};
|
|
5325
|
+
'/acs/entrances/get': {
|
|
5326
|
+
post: {
|
|
5327
|
+
operationId: string;
|
|
5328
|
+
requestBody: {
|
|
5329
|
+
content: {
|
|
5330
|
+
'application/json': {
|
|
5331
|
+
schema: {
|
|
5332
|
+
properties: {
|
|
5333
|
+
acs_entrance_id: {
|
|
5334
|
+
format: string;
|
|
5335
|
+
type: string;
|
|
5336
|
+
};
|
|
5337
|
+
};
|
|
5338
|
+
required: string[];
|
|
5339
|
+
type: string;
|
|
5340
|
+
};
|
|
5341
|
+
};
|
|
5342
|
+
};
|
|
5343
|
+
};
|
|
5344
|
+
responses: {
|
|
5345
|
+
200: {
|
|
5346
|
+
content: {
|
|
5347
|
+
'application/json': {
|
|
5348
|
+
schema: {
|
|
5349
|
+
properties: {
|
|
5350
|
+
acs_entrance: {
|
|
5351
|
+
properties: {
|
|
5352
|
+
acs_entrance_id: {
|
|
5353
|
+
format: string;
|
|
5354
|
+
type: string;
|
|
5355
|
+
};
|
|
5356
|
+
acs_system_id: {
|
|
5357
|
+
format: string;
|
|
5358
|
+
type: string;
|
|
5359
|
+
};
|
|
5360
|
+
created_at: {
|
|
5361
|
+
format: string;
|
|
5362
|
+
type: string;
|
|
5363
|
+
};
|
|
5364
|
+
display_name: {
|
|
5365
|
+
type: string;
|
|
5366
|
+
};
|
|
5367
|
+
};
|
|
5368
|
+
required: string[];
|
|
5369
|
+
type: string;
|
|
5370
|
+
};
|
|
5371
|
+
ok: {
|
|
5372
|
+
type: string;
|
|
5373
|
+
};
|
|
5374
|
+
};
|
|
5375
|
+
required: string[];
|
|
5376
|
+
type: string;
|
|
5377
|
+
};
|
|
5378
|
+
};
|
|
5379
|
+
};
|
|
5380
|
+
description: string;
|
|
5381
|
+
};
|
|
5382
|
+
400: {
|
|
5383
|
+
description: string;
|
|
5384
|
+
};
|
|
5385
|
+
401: {
|
|
5386
|
+
description: string;
|
|
5387
|
+
};
|
|
5388
|
+
};
|
|
5389
|
+
security: ({
|
|
5390
|
+
api_key: never[];
|
|
5391
|
+
access_token?: never;
|
|
5392
|
+
user_session?: never;
|
|
5393
|
+
client_session?: never;
|
|
5394
|
+
} | {
|
|
5395
|
+
access_token: never[];
|
|
5396
|
+
api_key?: never;
|
|
5397
|
+
user_session?: never;
|
|
5398
|
+
client_session?: never;
|
|
5399
|
+
} | {
|
|
5400
|
+
user_session: never[];
|
|
5401
|
+
api_key?: never;
|
|
5402
|
+
access_token?: never;
|
|
5403
|
+
client_session?: never;
|
|
5404
|
+
} | {
|
|
5405
|
+
client_session: never[];
|
|
5406
|
+
api_key?: never;
|
|
5407
|
+
access_token?: never;
|
|
5408
|
+
user_session?: never;
|
|
5409
|
+
})[];
|
|
5410
|
+
summary: string;
|
|
5411
|
+
tags: never[];
|
|
5412
|
+
'x-fern-sdk-group-name': string[];
|
|
5413
|
+
'x-fern-sdk-method-name': string;
|
|
5414
|
+
};
|
|
5415
|
+
};
|
|
5416
|
+
'/acs/entrances/list': {
|
|
5417
|
+
post: {
|
|
5418
|
+
operationId: string;
|
|
5419
|
+
requestBody: {
|
|
5420
|
+
content: {
|
|
5421
|
+
'application/json': {
|
|
5422
|
+
schema: {
|
|
5423
|
+
properties: {
|
|
5424
|
+
acs_system_id: {
|
|
5425
|
+
format: string;
|
|
5426
|
+
type: string;
|
|
5427
|
+
};
|
|
5428
|
+
};
|
|
5429
|
+
type: string;
|
|
5430
|
+
};
|
|
5431
|
+
};
|
|
5432
|
+
};
|
|
5433
|
+
};
|
|
5434
|
+
responses: {
|
|
5435
|
+
200: {
|
|
5436
|
+
content: {
|
|
5437
|
+
'application/json': {
|
|
5438
|
+
schema: {
|
|
5439
|
+
properties: {
|
|
5440
|
+
acs_entrances: {
|
|
5441
|
+
items: {
|
|
5442
|
+
properties: {
|
|
5443
|
+
acs_entrance_id: {
|
|
5444
|
+
format: string;
|
|
5445
|
+
type: string;
|
|
5446
|
+
};
|
|
5447
|
+
acs_system_id: {
|
|
5448
|
+
format: string;
|
|
5449
|
+
type: string;
|
|
5450
|
+
};
|
|
5451
|
+
created_at: {
|
|
5452
|
+
format: string;
|
|
5453
|
+
type: string;
|
|
5454
|
+
};
|
|
5455
|
+
display_name: {
|
|
5456
|
+
type: string;
|
|
5457
|
+
};
|
|
5458
|
+
};
|
|
5459
|
+
required: string[];
|
|
5460
|
+
type: string;
|
|
5461
|
+
};
|
|
5462
|
+
type: string;
|
|
5463
|
+
};
|
|
5464
|
+
ok: {
|
|
5465
|
+
type: string;
|
|
5466
|
+
};
|
|
5467
|
+
};
|
|
5468
|
+
required: string[];
|
|
5469
|
+
type: string;
|
|
5470
|
+
};
|
|
5471
|
+
};
|
|
5472
|
+
};
|
|
5473
|
+
description: string;
|
|
5474
|
+
};
|
|
5475
|
+
400: {
|
|
5476
|
+
description: string;
|
|
5477
|
+
};
|
|
5478
|
+
401: {
|
|
5479
|
+
description: string;
|
|
5480
|
+
};
|
|
5481
|
+
};
|
|
5482
|
+
security: ({
|
|
5483
|
+
api_key: never[];
|
|
5484
|
+
access_token?: never;
|
|
5485
|
+
user_session?: never;
|
|
5486
|
+
client_session?: never;
|
|
5487
|
+
} | {
|
|
5488
|
+
access_token: never[];
|
|
5489
|
+
api_key?: never;
|
|
5490
|
+
user_session?: never;
|
|
5491
|
+
client_session?: never;
|
|
5492
|
+
} | {
|
|
5493
|
+
user_session: never[];
|
|
5494
|
+
api_key?: never;
|
|
5495
|
+
access_token?: never;
|
|
5496
|
+
client_session?: never;
|
|
5497
|
+
} | {
|
|
5498
|
+
client_session: never[];
|
|
5499
|
+
api_key?: never;
|
|
5500
|
+
access_token?: never;
|
|
5501
|
+
user_session?: never;
|
|
5502
|
+
})[];
|
|
5503
|
+
summary: string;
|
|
5504
|
+
tags: never[];
|
|
5505
|
+
'x-fern-sdk-group-name': string[];
|
|
5506
|
+
'x-fern-sdk-method-name': string;
|
|
5507
|
+
};
|
|
5508
|
+
};
|
|
5139
5509
|
'/acs/systems/get': {
|
|
5140
5510
|
post: {
|
|
5141
5511
|
operationId: string;
|
|
@@ -7807,26 +8177,7 @@ declare const _default: {
|
|
|
7807
8177
|
properties: {
|
|
7808
8178
|
device_providers: {
|
|
7809
8179
|
items: {
|
|
7810
|
-
|
|
7811
|
-
device_provider_name: {
|
|
7812
|
-
type: string;
|
|
7813
|
-
};
|
|
7814
|
-
display_name: {
|
|
7815
|
-
type: string;
|
|
7816
|
-
};
|
|
7817
|
-
image_url: {
|
|
7818
|
-
type: string;
|
|
7819
|
-
};
|
|
7820
|
-
provider_categories: {
|
|
7821
|
-
items: {
|
|
7822
|
-
enum: string[];
|
|
7823
|
-
type: string;
|
|
7824
|
-
};
|
|
7825
|
-
type: string;
|
|
7826
|
-
};
|
|
7827
|
-
};
|
|
7828
|
-
required: string[];
|
|
7829
|
-
type: string;
|
|
8180
|
+
$ref: string;
|
|
7830
8181
|
};
|
|
7831
8182
|
type: string;
|
|
7832
8183
|
};
|
|
@@ -13110,7 +13461,7 @@ interface Routes {
|
|
|
13110
13461
|
workspace_id: string;
|
|
13111
13462
|
created_at: string;
|
|
13112
13463
|
display_name: string;
|
|
13113
|
-
external_type: 'pti_user' | 'brivo_user';
|
|
13464
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
13114
13465
|
external_type_display_name: string;
|
|
13115
13466
|
is_suspended: boolean;
|
|
13116
13467
|
full_name?: string | undefined;
|
|
@@ -13143,7 +13494,19 @@ interface Routes {
|
|
|
13143
13494
|
};
|
|
13144
13495
|
commonParams: {};
|
|
13145
13496
|
formData: {};
|
|
13146
|
-
jsonResponse: {
|
|
13497
|
+
jsonResponse: {
|
|
13498
|
+
acs_credential: {
|
|
13499
|
+
acs_credential_id: string;
|
|
13500
|
+
acs_user_id?: string | undefined;
|
|
13501
|
+
acs_system_id: string;
|
|
13502
|
+
display_name: string;
|
|
13503
|
+
code: string | null;
|
|
13504
|
+
external_type: 'pti_card' | 'brivo_credential' | 'hid_cm_credential';
|
|
13505
|
+
external_type_display_name: string;
|
|
13506
|
+
created_at: string;
|
|
13507
|
+
workspace_id: string;
|
|
13508
|
+
};
|
|
13509
|
+
};
|
|
13147
13510
|
};
|
|
13148
13511
|
'/acs/credentials/create': {
|
|
13149
13512
|
route: '/acs/credentials/create';
|
|
@@ -13162,7 +13525,7 @@ interface Routes {
|
|
|
13162
13525
|
acs_system_id: string;
|
|
13163
13526
|
display_name: string;
|
|
13164
13527
|
code: string | null;
|
|
13165
|
-
external_type: 'pti_card' | 'brivo_credential';
|
|
13528
|
+
external_type: 'pti_card' | 'brivo_credential' | 'hid_cm_credential';
|
|
13166
13529
|
external_type_display_name: string;
|
|
13167
13530
|
created_at: string;
|
|
13168
13531
|
workspace_id: string;
|
|
@@ -13196,7 +13559,7 @@ interface Routes {
|
|
|
13196
13559
|
acs_system_id: string;
|
|
13197
13560
|
display_name: string;
|
|
13198
13561
|
code: string | null;
|
|
13199
|
-
external_type: 'pti_card' | 'brivo_credential';
|
|
13562
|
+
external_type: 'pti_card' | 'brivo_credential' | 'hid_cm_credential';
|
|
13200
13563
|
external_type_display_name: string;
|
|
13201
13564
|
created_at: string;
|
|
13202
13565
|
workspace_id: string;
|
|
@@ -13224,7 +13587,7 @@ interface Routes {
|
|
|
13224
13587
|
acs_system_id: string;
|
|
13225
13588
|
display_name: string;
|
|
13226
13589
|
code: string | null;
|
|
13227
|
-
external_type: 'pti_card' | 'brivo_credential';
|
|
13590
|
+
external_type: 'pti_card' | 'brivo_credential' | 'hid_cm_credential';
|
|
13228
13591
|
external_type_display_name: string;
|
|
13229
13592
|
created_at: string;
|
|
13230
13593
|
workspace_id: string;
|
|
@@ -13241,7 +13604,55 @@ interface Routes {
|
|
|
13241
13604
|
};
|
|
13242
13605
|
commonParams: {};
|
|
13243
13606
|
formData: {};
|
|
13244
|
-
jsonResponse: {
|
|
13607
|
+
jsonResponse: {
|
|
13608
|
+
acs_credential: {
|
|
13609
|
+
acs_credential_id: string;
|
|
13610
|
+
acs_user_id?: string | undefined;
|
|
13611
|
+
acs_system_id: string;
|
|
13612
|
+
display_name: string;
|
|
13613
|
+
code: string | null;
|
|
13614
|
+
external_type: 'pti_card' | 'brivo_credential' | 'hid_cm_credential';
|
|
13615
|
+
external_type_display_name: string;
|
|
13616
|
+
created_at: string;
|
|
13617
|
+
workspace_id: string;
|
|
13618
|
+
};
|
|
13619
|
+
};
|
|
13620
|
+
};
|
|
13621
|
+
'/acs/entrances/get': {
|
|
13622
|
+
route: '/acs/entrances/get';
|
|
13623
|
+
method: 'GET' | 'POST';
|
|
13624
|
+
queryParams: {};
|
|
13625
|
+
jsonBody: {};
|
|
13626
|
+
commonParams: {
|
|
13627
|
+
acs_entrance_id: string;
|
|
13628
|
+
};
|
|
13629
|
+
formData: {};
|
|
13630
|
+
jsonResponse: {
|
|
13631
|
+
acs_entrance: {
|
|
13632
|
+
acs_entrance_id: string;
|
|
13633
|
+
display_name: string;
|
|
13634
|
+
acs_system_id: string;
|
|
13635
|
+
created_at: string;
|
|
13636
|
+
};
|
|
13637
|
+
};
|
|
13638
|
+
};
|
|
13639
|
+
'/acs/entrances/list': {
|
|
13640
|
+
route: '/acs/entrances/list';
|
|
13641
|
+
method: 'GET' | 'POST';
|
|
13642
|
+
queryParams: {};
|
|
13643
|
+
jsonBody: {};
|
|
13644
|
+
commonParams: {
|
|
13645
|
+
acs_system_id?: string | undefined;
|
|
13646
|
+
};
|
|
13647
|
+
formData: {};
|
|
13648
|
+
jsonResponse: {
|
|
13649
|
+
acs_entrances: Array<{
|
|
13650
|
+
acs_entrance_id: string;
|
|
13651
|
+
display_name: string;
|
|
13652
|
+
acs_system_id: string;
|
|
13653
|
+
created_at: string;
|
|
13654
|
+
}>;
|
|
13655
|
+
};
|
|
13245
13656
|
};
|
|
13246
13657
|
'/acs/systems/get': {
|
|
13247
13658
|
route: '/acs/systems/get';
|
|
@@ -13255,10 +13666,10 @@ interface Routes {
|
|
|
13255
13666
|
jsonResponse: {
|
|
13256
13667
|
acs_system: {
|
|
13257
13668
|
acs_system_id: string;
|
|
13258
|
-
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system';
|
|
13669
|
+
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org';
|
|
13259
13670
|
external_type_display_name: string;
|
|
13260
13671
|
/** deprecated: use external_type */
|
|
13261
|
-
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system';
|
|
13672
|
+
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org';
|
|
13262
13673
|
/** deprecated: use external_type_display_name */
|
|
13263
13674
|
system_type_display_name: string;
|
|
13264
13675
|
name: string;
|
|
@@ -13279,10 +13690,10 @@ interface Routes {
|
|
|
13279
13690
|
jsonResponse: {
|
|
13280
13691
|
acs_systems: Array<{
|
|
13281
13692
|
acs_system_id: string;
|
|
13282
|
-
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system';
|
|
13693
|
+
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org';
|
|
13283
13694
|
external_type_display_name: string;
|
|
13284
13695
|
/** deprecated: use external_type */
|
|
13285
|
-
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system';
|
|
13696
|
+
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_system' | 'hid_cm_org';
|
|
13286
13697
|
/** deprecated: use external_type_display_name */
|
|
13287
13698
|
system_type_display_name: string;
|
|
13288
13699
|
name: string;
|
|
@@ -13325,7 +13736,7 @@ interface Routes {
|
|
|
13325
13736
|
workspace_id: string;
|
|
13326
13737
|
created_at: string;
|
|
13327
13738
|
display_name: string;
|
|
13328
|
-
external_type: 'pti_user' | 'brivo_user';
|
|
13739
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
13329
13740
|
external_type_display_name: string;
|
|
13330
13741
|
is_suspended: boolean;
|
|
13331
13742
|
full_name?: string | undefined;
|
|
@@ -13363,7 +13774,7 @@ interface Routes {
|
|
|
13363
13774
|
workspace_id: string;
|
|
13364
13775
|
created_at: string;
|
|
13365
13776
|
display_name: string;
|
|
13366
|
-
external_type: 'pti_user' | 'brivo_user';
|
|
13777
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
13367
13778
|
external_type_display_name: string;
|
|
13368
13779
|
is_suspended: boolean;
|
|
13369
13780
|
full_name?: string | undefined;
|
|
@@ -13390,7 +13801,7 @@ interface Routes {
|
|
|
13390
13801
|
workspace_id: string;
|
|
13391
13802
|
created_at: string;
|
|
13392
13803
|
display_name: string;
|
|
13393
|
-
external_type: 'pti_user' | 'brivo_user';
|
|
13804
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
13394
13805
|
external_type_display_name: string;
|
|
13395
13806
|
is_suspended: boolean;
|
|
13396
13807
|
full_name?: string | undefined;
|
|
@@ -18390,7 +18801,7 @@ interface Routes {
|
|
|
18390
18801
|
workspace_id: string;
|
|
18391
18802
|
created_at: string;
|
|
18392
18803
|
display_name: string;
|
|
18393
|
-
external_type: 'pti_user' | 'brivo_user';
|
|
18804
|
+
external_type: 'pti_user' | 'brivo_user' | 'hid_cm_user';
|
|
18394
18805
|
external_type_display_name: string;
|
|
18395
18806
|
is_suspended: boolean;
|
|
18396
18807
|
full_name?: string | undefined;
|