@seamapi/types 1.171.0 → 1.173.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 +106 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +213 -0
- package/lib/seam/connect/openapi.d.ts +138 -0
- package/lib/seam/connect/openapi.js +106 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +75 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +107 -6
- package/src/lib/seam/connect/route-types.ts +104 -0
package/dist/connect.d.cts
CHANGED
|
@@ -7427,6 +7427,75 @@ declare const _default: {
|
|
|
7427
7427
|
'x-fern-sdk-return-value': string;
|
|
7428
7428
|
};
|
|
7429
7429
|
};
|
|
7430
|
+
'/acs/credentials/list_accessible_entrances': {
|
|
7431
|
+
post: {
|
|
7432
|
+
operationId: string;
|
|
7433
|
+
requestBody: {
|
|
7434
|
+
content: {
|
|
7435
|
+
'application/json': {
|
|
7436
|
+
schema: {
|
|
7437
|
+
properties: {
|
|
7438
|
+
acs_credential_id: {
|
|
7439
|
+
format: string;
|
|
7440
|
+
type: string;
|
|
7441
|
+
};
|
|
7442
|
+
};
|
|
7443
|
+
required: string[];
|
|
7444
|
+
type: string;
|
|
7445
|
+
};
|
|
7446
|
+
};
|
|
7447
|
+
};
|
|
7448
|
+
};
|
|
7449
|
+
responses: {
|
|
7450
|
+
200: {
|
|
7451
|
+
content: {
|
|
7452
|
+
'application/json': {
|
|
7453
|
+
schema: {
|
|
7454
|
+
properties: {
|
|
7455
|
+
acs_entrances: {
|
|
7456
|
+
items: {
|
|
7457
|
+
$ref: string;
|
|
7458
|
+
};
|
|
7459
|
+
type: string;
|
|
7460
|
+
};
|
|
7461
|
+
ok: {
|
|
7462
|
+
type: string;
|
|
7463
|
+
};
|
|
7464
|
+
};
|
|
7465
|
+
required: string[];
|
|
7466
|
+
type: string;
|
|
7467
|
+
};
|
|
7468
|
+
};
|
|
7469
|
+
};
|
|
7470
|
+
description: string;
|
|
7471
|
+
};
|
|
7472
|
+
400: {
|
|
7473
|
+
description: string;
|
|
7474
|
+
};
|
|
7475
|
+
401: {
|
|
7476
|
+
description: string;
|
|
7477
|
+
};
|
|
7478
|
+
};
|
|
7479
|
+
security: ({
|
|
7480
|
+
api_key: never[];
|
|
7481
|
+
pat_with_workspace?: never;
|
|
7482
|
+
console_session?: never;
|
|
7483
|
+
} | {
|
|
7484
|
+
pat_with_workspace: never[];
|
|
7485
|
+
api_key?: never;
|
|
7486
|
+
console_session?: never;
|
|
7487
|
+
} | {
|
|
7488
|
+
console_session: never[];
|
|
7489
|
+
api_key?: never;
|
|
7490
|
+
pat_with_workspace?: never;
|
|
7491
|
+
})[];
|
|
7492
|
+
summary: string;
|
|
7493
|
+
tags: string[];
|
|
7494
|
+
'x-fern-sdk-group-name': string[];
|
|
7495
|
+
'x-fern-sdk-method-name': string;
|
|
7496
|
+
'x-fern-sdk-return-value': string;
|
|
7497
|
+
};
|
|
7498
|
+
};
|
|
7430
7499
|
'/acs/credentials/unassign': {
|
|
7431
7500
|
patch: {
|
|
7432
7501
|
operationId: string;
|
|
@@ -8157,6 +8226,75 @@ declare const _default: {
|
|
|
8157
8226
|
'x-fern-sdk-return-value': string;
|
|
8158
8227
|
};
|
|
8159
8228
|
};
|
|
8229
|
+
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
8230
|
+
post: {
|
|
8231
|
+
operationId: string;
|
|
8232
|
+
requestBody: {
|
|
8233
|
+
content: {
|
|
8234
|
+
'application/json': {
|
|
8235
|
+
schema: {
|
|
8236
|
+
properties: {
|
|
8237
|
+
acs_system_id: {
|
|
8238
|
+
format: string;
|
|
8239
|
+
type: string;
|
|
8240
|
+
};
|
|
8241
|
+
};
|
|
8242
|
+
required: string[];
|
|
8243
|
+
type: string;
|
|
8244
|
+
};
|
|
8245
|
+
};
|
|
8246
|
+
};
|
|
8247
|
+
};
|
|
8248
|
+
responses: {
|
|
8249
|
+
200: {
|
|
8250
|
+
content: {
|
|
8251
|
+
'application/json': {
|
|
8252
|
+
schema: {
|
|
8253
|
+
properties: {
|
|
8254
|
+
acs_systems: {
|
|
8255
|
+
items: {
|
|
8256
|
+
$ref: string;
|
|
8257
|
+
};
|
|
8258
|
+
type: string;
|
|
8259
|
+
};
|
|
8260
|
+
ok: {
|
|
8261
|
+
type: string;
|
|
8262
|
+
};
|
|
8263
|
+
};
|
|
8264
|
+
required: string[];
|
|
8265
|
+
type: string;
|
|
8266
|
+
};
|
|
8267
|
+
};
|
|
8268
|
+
};
|
|
8269
|
+
description: string;
|
|
8270
|
+
};
|
|
8271
|
+
400: {
|
|
8272
|
+
description: string;
|
|
8273
|
+
};
|
|
8274
|
+
401: {
|
|
8275
|
+
description: string;
|
|
8276
|
+
};
|
|
8277
|
+
};
|
|
8278
|
+
security: ({
|
|
8279
|
+
pat_with_workspace: never[];
|
|
8280
|
+
console_session?: never;
|
|
8281
|
+
api_key?: never;
|
|
8282
|
+
} | {
|
|
8283
|
+
console_session: never[];
|
|
8284
|
+
pat_with_workspace?: never;
|
|
8285
|
+
api_key?: never;
|
|
8286
|
+
} | {
|
|
8287
|
+
api_key: never[];
|
|
8288
|
+
pat_with_workspace?: never;
|
|
8289
|
+
console_session?: never;
|
|
8290
|
+
})[];
|
|
8291
|
+
summary: string;
|
|
8292
|
+
tags: string[];
|
|
8293
|
+
'x-fern-sdk-group-name': string[];
|
|
8294
|
+
'x-fern-sdk-method-name': string;
|
|
8295
|
+
'x-fern-sdk-return-value': string;
|
|
8296
|
+
};
|
|
8297
|
+
};
|
|
8160
8298
|
'/acs/users/add_to_access_group': {
|
|
8161
8299
|
post: {
|
|
8162
8300
|
operationId: string;
|
|
@@ -18042,6 +18180,42 @@ interface Routes {
|
|
|
18042
18180
|
}>;
|
|
18043
18181
|
};
|
|
18044
18182
|
};
|
|
18183
|
+
'/acs/credentials/list_accessible_entrances': {
|
|
18184
|
+
route: '/acs/credentials/list_accessible_entrances';
|
|
18185
|
+
method: 'GET' | 'POST';
|
|
18186
|
+
queryParams: {};
|
|
18187
|
+
jsonBody: {};
|
|
18188
|
+
commonParams: {
|
|
18189
|
+
acs_credential_id: string;
|
|
18190
|
+
};
|
|
18191
|
+
formData: {};
|
|
18192
|
+
jsonResponse: {
|
|
18193
|
+
acs_entrances: Array<{
|
|
18194
|
+
acs_entrance_id: string;
|
|
18195
|
+
display_name: string;
|
|
18196
|
+
acs_system_id: string;
|
|
18197
|
+
created_at: string;
|
|
18198
|
+
latch_metadata: {
|
|
18199
|
+
accessibility_type: string;
|
|
18200
|
+
door_name: string;
|
|
18201
|
+
door_type: string;
|
|
18202
|
+
is_connected: boolean;
|
|
18203
|
+
} | null;
|
|
18204
|
+
errors: Array<{
|
|
18205
|
+
error_code: string;
|
|
18206
|
+
message: string;
|
|
18207
|
+
}>;
|
|
18208
|
+
visionline_metadata: {
|
|
18209
|
+
door_name: string;
|
|
18210
|
+
door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
|
|
18211
|
+
profiles?: Array<{
|
|
18212
|
+
visionline_door_profile_id: string;
|
|
18213
|
+
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
18214
|
+
}> | undefined;
|
|
18215
|
+
} | null;
|
|
18216
|
+
}>;
|
|
18217
|
+
};
|
|
18218
|
+
};
|
|
18045
18219
|
'/acs/credentials/unassign': {
|
|
18046
18220
|
route: '/acs/credentials/unassign';
|
|
18047
18221
|
method: 'PATCH' | 'POST';
|
|
@@ -18338,6 +18512,45 @@ interface Routes {
|
|
|
18338
18512
|
}>;
|
|
18339
18513
|
};
|
|
18340
18514
|
};
|
|
18515
|
+
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
18516
|
+
route: '/acs/systems/list_compatible_credential_manager_acs_systems';
|
|
18517
|
+
method: 'GET' | 'POST';
|
|
18518
|
+
queryParams: {};
|
|
18519
|
+
jsonBody: {};
|
|
18520
|
+
commonParams: {
|
|
18521
|
+
acs_system_id: string;
|
|
18522
|
+
};
|
|
18523
|
+
formData: {};
|
|
18524
|
+
jsonResponse: {
|
|
18525
|
+
acs_systems: Array<{
|
|
18526
|
+
acs_system_id: string;
|
|
18527
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
18528
|
+
external_type_display_name?: string | undefined;
|
|
18529
|
+
/**
|
|
18530
|
+
---
|
|
18531
|
+
deprecated: use external_type
|
|
18532
|
+
---
|
|
18533
|
+
*/
|
|
18534
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
18535
|
+
/**
|
|
18536
|
+
---
|
|
18537
|
+
deprecated: use external_type_display_name
|
|
18538
|
+
---
|
|
18539
|
+
*/
|
|
18540
|
+
system_type_display_name?: string | undefined;
|
|
18541
|
+
name: string;
|
|
18542
|
+
created_at: string;
|
|
18543
|
+
workspace_id: string;
|
|
18544
|
+
connected_account_ids: string[];
|
|
18545
|
+
image_url: string;
|
|
18546
|
+
image_alt_text: string;
|
|
18547
|
+
can_automate_enrollment?: boolean | undefined;
|
|
18548
|
+
can_create_acs_access_groups?: boolean | undefined;
|
|
18549
|
+
can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
|
|
18550
|
+
can_add_acs_users_to_acs_access_groups?: boolean | undefined;
|
|
18551
|
+
}>;
|
|
18552
|
+
};
|
|
18553
|
+
};
|
|
18341
18554
|
'/acs/users/add_to_access_group': {
|
|
18342
18555
|
route: '/acs/users/add_to_access_group';
|
|
18343
18556
|
method: 'PUT' | 'POST';
|
|
@@ -6147,6 +6147,75 @@ declare const _default: {
|
|
|
6147
6147
|
'x-fern-sdk-return-value': string;
|
|
6148
6148
|
};
|
|
6149
6149
|
};
|
|
6150
|
+
'/acs/credentials/list_accessible_entrances': {
|
|
6151
|
+
post: {
|
|
6152
|
+
operationId: string;
|
|
6153
|
+
requestBody: {
|
|
6154
|
+
content: {
|
|
6155
|
+
'application/json': {
|
|
6156
|
+
schema: {
|
|
6157
|
+
properties: {
|
|
6158
|
+
acs_credential_id: {
|
|
6159
|
+
format: string;
|
|
6160
|
+
type: string;
|
|
6161
|
+
};
|
|
6162
|
+
};
|
|
6163
|
+
required: string[];
|
|
6164
|
+
type: string;
|
|
6165
|
+
};
|
|
6166
|
+
};
|
|
6167
|
+
};
|
|
6168
|
+
};
|
|
6169
|
+
responses: {
|
|
6170
|
+
200: {
|
|
6171
|
+
content: {
|
|
6172
|
+
'application/json': {
|
|
6173
|
+
schema: {
|
|
6174
|
+
properties: {
|
|
6175
|
+
acs_entrances: {
|
|
6176
|
+
items: {
|
|
6177
|
+
$ref: string;
|
|
6178
|
+
};
|
|
6179
|
+
type: string;
|
|
6180
|
+
};
|
|
6181
|
+
ok: {
|
|
6182
|
+
type: string;
|
|
6183
|
+
};
|
|
6184
|
+
};
|
|
6185
|
+
required: string[];
|
|
6186
|
+
type: string;
|
|
6187
|
+
};
|
|
6188
|
+
};
|
|
6189
|
+
};
|
|
6190
|
+
description: string;
|
|
6191
|
+
};
|
|
6192
|
+
400: {
|
|
6193
|
+
description: string;
|
|
6194
|
+
};
|
|
6195
|
+
401: {
|
|
6196
|
+
description: string;
|
|
6197
|
+
};
|
|
6198
|
+
};
|
|
6199
|
+
security: ({
|
|
6200
|
+
api_key: never[];
|
|
6201
|
+
pat_with_workspace?: never;
|
|
6202
|
+
console_session?: never;
|
|
6203
|
+
} | {
|
|
6204
|
+
pat_with_workspace: never[];
|
|
6205
|
+
api_key?: never;
|
|
6206
|
+
console_session?: never;
|
|
6207
|
+
} | {
|
|
6208
|
+
console_session: never[];
|
|
6209
|
+
api_key?: never;
|
|
6210
|
+
pat_with_workspace?: never;
|
|
6211
|
+
})[];
|
|
6212
|
+
summary: string;
|
|
6213
|
+
tags: string[];
|
|
6214
|
+
'x-fern-sdk-group-name': string[];
|
|
6215
|
+
'x-fern-sdk-method-name': string;
|
|
6216
|
+
'x-fern-sdk-return-value': string;
|
|
6217
|
+
};
|
|
6218
|
+
};
|
|
6150
6219
|
'/acs/credentials/unassign': {
|
|
6151
6220
|
patch: {
|
|
6152
6221
|
operationId: string;
|
|
@@ -6877,6 +6946,75 @@ declare const _default: {
|
|
|
6877
6946
|
'x-fern-sdk-return-value': string;
|
|
6878
6947
|
};
|
|
6879
6948
|
};
|
|
6949
|
+
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
6950
|
+
post: {
|
|
6951
|
+
operationId: string;
|
|
6952
|
+
requestBody: {
|
|
6953
|
+
content: {
|
|
6954
|
+
'application/json': {
|
|
6955
|
+
schema: {
|
|
6956
|
+
properties: {
|
|
6957
|
+
acs_system_id: {
|
|
6958
|
+
format: string;
|
|
6959
|
+
type: string;
|
|
6960
|
+
};
|
|
6961
|
+
};
|
|
6962
|
+
required: string[];
|
|
6963
|
+
type: string;
|
|
6964
|
+
};
|
|
6965
|
+
};
|
|
6966
|
+
};
|
|
6967
|
+
};
|
|
6968
|
+
responses: {
|
|
6969
|
+
200: {
|
|
6970
|
+
content: {
|
|
6971
|
+
'application/json': {
|
|
6972
|
+
schema: {
|
|
6973
|
+
properties: {
|
|
6974
|
+
acs_systems: {
|
|
6975
|
+
items: {
|
|
6976
|
+
$ref: string;
|
|
6977
|
+
};
|
|
6978
|
+
type: string;
|
|
6979
|
+
};
|
|
6980
|
+
ok: {
|
|
6981
|
+
type: string;
|
|
6982
|
+
};
|
|
6983
|
+
};
|
|
6984
|
+
required: string[];
|
|
6985
|
+
type: string;
|
|
6986
|
+
};
|
|
6987
|
+
};
|
|
6988
|
+
};
|
|
6989
|
+
description: string;
|
|
6990
|
+
};
|
|
6991
|
+
400: {
|
|
6992
|
+
description: string;
|
|
6993
|
+
};
|
|
6994
|
+
401: {
|
|
6995
|
+
description: string;
|
|
6996
|
+
};
|
|
6997
|
+
};
|
|
6998
|
+
security: ({
|
|
6999
|
+
pat_with_workspace: never[];
|
|
7000
|
+
console_session?: never;
|
|
7001
|
+
api_key?: never;
|
|
7002
|
+
} | {
|
|
7003
|
+
console_session: never[];
|
|
7004
|
+
pat_with_workspace?: never;
|
|
7005
|
+
api_key?: never;
|
|
7006
|
+
} | {
|
|
7007
|
+
api_key: never[];
|
|
7008
|
+
pat_with_workspace?: never;
|
|
7009
|
+
console_session?: never;
|
|
7010
|
+
})[];
|
|
7011
|
+
summary: string;
|
|
7012
|
+
tags: string[];
|
|
7013
|
+
'x-fern-sdk-group-name': string[];
|
|
7014
|
+
'x-fern-sdk-method-name': string;
|
|
7015
|
+
'x-fern-sdk-return-value': string;
|
|
7016
|
+
};
|
|
7017
|
+
};
|
|
6880
7018
|
'/acs/users/add_to_access_group': {
|
|
6881
7019
|
post: {
|
|
6882
7020
|
operationId: string;
|
|
@@ -2659,7 +2659,7 @@ export default {
|
|
|
2659
2659
|
type: 'boolean',
|
|
2660
2660
|
},
|
|
2661
2661
|
code: {
|
|
2662
|
-
maxLength:
|
|
2662
|
+
maxLength: 9,
|
|
2663
2663
|
minLength: 4,
|
|
2664
2664
|
pattern: '^\\d+$',
|
|
2665
2665
|
type: 'string',
|
|
@@ -2742,7 +2742,7 @@ export default {
|
|
|
2742
2742
|
type: 'string',
|
|
2743
2743
|
},
|
|
2744
2744
|
code: {
|
|
2745
|
-
maxLength:
|
|
2745
|
+
maxLength: 9,
|
|
2746
2746
|
minLength: 4,
|
|
2747
2747
|
pattern: '^\\d+$',
|
|
2748
2748
|
type: 'string',
|
|
@@ -2825,7 +2825,7 @@ export default {
|
|
|
2825
2825
|
type: 'string',
|
|
2826
2826
|
},
|
|
2827
2827
|
code: {
|
|
2828
|
-
maxLength:
|
|
2828
|
+
maxLength: 9,
|
|
2829
2829
|
minLength: 4,
|
|
2830
2830
|
pattern: '^\\d+$',
|
|
2831
2831
|
type: 'string',
|
|
@@ -3555,7 +3555,7 @@ export default {
|
|
|
3555
3555
|
type: 'boolean',
|
|
3556
3556
|
},
|
|
3557
3557
|
code: {
|
|
3558
|
-
maxLength:
|
|
3558
|
+
maxLength: 9,
|
|
3559
3559
|
minLength: 4,
|
|
3560
3560
|
pattern: '^\\d+$',
|
|
3561
3561
|
type: 'string',
|
|
@@ -3630,7 +3630,7 @@ export default {
|
|
|
3630
3630
|
type: 'boolean',
|
|
3631
3631
|
},
|
|
3632
3632
|
code: {
|
|
3633
|
-
maxLength:
|
|
3633
|
+
maxLength: 9,
|
|
3634
3634
|
minLength: 4,
|
|
3635
3635
|
pattern: '^\\d+$',
|
|
3636
3636
|
type: 'string',
|
|
@@ -3706,7 +3706,7 @@ export default {
|
|
|
3706
3706
|
type: 'boolean',
|
|
3707
3707
|
},
|
|
3708
3708
|
code: {
|
|
3709
|
-
maxLength:
|
|
3709
|
+
maxLength: 9,
|
|
3710
3710
|
minLength: 4,
|
|
3711
3711
|
pattern: '^\\d+$',
|
|
3712
3712
|
type: 'string',
|
|
@@ -4534,6 +4534,56 @@ export default {
|
|
|
4534
4534
|
'x-fern-sdk-return-value': 'acs_credentials',
|
|
4535
4535
|
},
|
|
4536
4536
|
},
|
|
4537
|
+
'/acs/credentials/list_accessible_entrances': {
|
|
4538
|
+
post: {
|
|
4539
|
+
operationId: 'acsCredentialsListAccessibleEntrancesPost',
|
|
4540
|
+
requestBody: {
|
|
4541
|
+
content: {
|
|
4542
|
+
'application/json': {
|
|
4543
|
+
schema: {
|
|
4544
|
+
properties: {
|
|
4545
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
4546
|
+
},
|
|
4547
|
+
required: ['acs_credential_id'],
|
|
4548
|
+
type: 'object',
|
|
4549
|
+
},
|
|
4550
|
+
},
|
|
4551
|
+
},
|
|
4552
|
+
},
|
|
4553
|
+
responses: {
|
|
4554
|
+
200: {
|
|
4555
|
+
content: {
|
|
4556
|
+
'application/json': {
|
|
4557
|
+
schema: {
|
|
4558
|
+
properties: {
|
|
4559
|
+
acs_entrances: {
|
|
4560
|
+
items: { $ref: '#/components/schemas/acs_entrance' },
|
|
4561
|
+
type: 'array',
|
|
4562
|
+
},
|
|
4563
|
+
ok: { type: 'boolean' },
|
|
4564
|
+
},
|
|
4565
|
+
required: ['acs_entrances', 'ok'],
|
|
4566
|
+
type: 'object',
|
|
4567
|
+
},
|
|
4568
|
+
},
|
|
4569
|
+
},
|
|
4570
|
+
description: 'OK',
|
|
4571
|
+
},
|
|
4572
|
+
400: { description: 'Bad Request' },
|
|
4573
|
+
401: { description: 'Unauthorized' },
|
|
4574
|
+
},
|
|
4575
|
+
security: [
|
|
4576
|
+
{ api_key: [] },
|
|
4577
|
+
{ pat_with_workspace: [] },
|
|
4578
|
+
{ console_session: [] },
|
|
4579
|
+
],
|
|
4580
|
+
summary: '/acs/credentials/list_accessible_entrances',
|
|
4581
|
+
tags: ['/acs'],
|
|
4582
|
+
'x-fern-sdk-group-name': ['acs', 'credentials'],
|
|
4583
|
+
'x-fern-sdk-method-name': 'list_accessible_entrances',
|
|
4584
|
+
'x-fern-sdk-return-value': 'acs_entrances',
|
|
4585
|
+
},
|
|
4586
|
+
},
|
|
4537
4587
|
'/acs/credentials/unassign': {
|
|
4538
4588
|
patch: {
|
|
4539
4589
|
operationId: 'acsCredentialsUnassignPatch',
|
|
@@ -5025,6 +5075,56 @@ export default {
|
|
|
5025
5075
|
'x-fern-sdk-return-value': 'acs_systems',
|
|
5026
5076
|
},
|
|
5027
5077
|
},
|
|
5078
|
+
'/acs/systems/list_compatible_credential_manager_acs_systems': {
|
|
5079
|
+
post: {
|
|
5080
|
+
operationId: 'acsSystemsListCompatibleCredentialManagerAcsSystemsPost',
|
|
5081
|
+
requestBody: {
|
|
5082
|
+
content: {
|
|
5083
|
+
'application/json': {
|
|
5084
|
+
schema: {
|
|
5085
|
+
properties: {
|
|
5086
|
+
acs_system_id: { format: 'uuid', type: 'string' },
|
|
5087
|
+
},
|
|
5088
|
+
required: ['acs_system_id'],
|
|
5089
|
+
type: 'object',
|
|
5090
|
+
},
|
|
5091
|
+
},
|
|
5092
|
+
},
|
|
5093
|
+
},
|
|
5094
|
+
responses: {
|
|
5095
|
+
200: {
|
|
5096
|
+
content: {
|
|
5097
|
+
'application/json': {
|
|
5098
|
+
schema: {
|
|
5099
|
+
properties: {
|
|
5100
|
+
acs_systems: {
|
|
5101
|
+
items: { $ref: '#/components/schemas/acs_system' },
|
|
5102
|
+
type: 'array',
|
|
5103
|
+
},
|
|
5104
|
+
ok: { type: 'boolean' },
|
|
5105
|
+
},
|
|
5106
|
+
required: ['acs_systems', 'ok'],
|
|
5107
|
+
type: 'object',
|
|
5108
|
+
},
|
|
5109
|
+
},
|
|
5110
|
+
},
|
|
5111
|
+
description: 'OK',
|
|
5112
|
+
},
|
|
5113
|
+
400: { description: 'Bad Request' },
|
|
5114
|
+
401: { description: 'Unauthorized' },
|
|
5115
|
+
},
|
|
5116
|
+
security: [
|
|
5117
|
+
{ pat_with_workspace: [] },
|
|
5118
|
+
{ console_session: [] },
|
|
5119
|
+
{ api_key: [] },
|
|
5120
|
+
],
|
|
5121
|
+
summary: '/acs/systems/list_compatible_credential_manager_acs_systems',
|
|
5122
|
+
tags: ['/acs'],
|
|
5123
|
+
'x-fern-sdk-group-name': ['acs', 'systems'],
|
|
5124
|
+
'x-fern-sdk-method-name': 'list_compatible_credential_manager_acs_systems',
|
|
5125
|
+
'x-fern-sdk-return-value': 'acs_systems',
|
|
5126
|
+
},
|
|
5127
|
+
},
|
|
5028
5128
|
'/acs/users/add_to_access_group': {
|
|
5029
5129
|
post: {
|
|
5030
5130
|
operationId: 'acsUsersAddToAccessGroupPost',
|