You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`.',
30631
+
minLength: 1,
30632
+
type: 'string',
30633
+
},
30634
+
},
30625
30635
{
30626
30636
in: 'query',
30627
30637
name: 'page_cursor',
@@ -30710,6 +30720,12 @@ export default {
30710
30720
nullable: true,
30711
30721
type: 'string',
30712
30722
},
30723
+
search: {
30724
+
description:
30725
+
'String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`.',
30726
+
minLength: 1,
30727
+
type: 'string',
30728
+
},
30713
30729
user_identifier_key: {
30714
30730
description:
30715
30731
'Your user ID for the user by which to filter access codes.',
@@ -31415,6 +31431,17 @@ export default {
31415
31431
type: 'number',
31416
31432
},
31417
31433
},
31434
+
{
31435
+
in: 'query',
31436
+
name: 'search',
31437
+
required: false,
31438
+
schema: {
31439
+
description:
31440
+
'String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`.',
31441
+
minLength: 1,
31442
+
type: 'string',
31443
+
},
31444
+
},
31418
31445
{
31419
31446
in: 'query',
31420
31447
name: 'page_cursor',
@@ -31495,6 +31522,12 @@ export default {
31495
31522
nullable: true,
31496
31523
type: 'string',
31497
31524
},
31525
+
search: {
31526
+
description:
31527
+
'String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`.',
31528
+
minLength: 1,
31529
+
type: 'string',
31530
+
},
31498
31531
user_identifier_key: {
31499
31532
description:
31500
31533
'Your user ID for the user by which to filter unmanaged access codes.',
@@ -38748,6 +38781,16 @@ export default {
38748
38781
type: 'string',
38749
38782
},
38750
38783
},
38784
+
{
38785
+
in: 'query',
38786
+
name: 'search',
38787
+
schema: {
38788
+
description:
38789
+
'String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`.',
38790
+
minLength: 1,
38791
+
type: 'string',
38792
+
},
38793
+
},
38751
38794
],
38752
38795
responses: {
38753
38796
200: {
@@ -38805,6 +38848,12 @@ export default {
38805
38848
format: 'uuid',
38806
38849
type: 'string',
38807
38850
},
38851
+
search: {
38852
+
description:
38853
+
'String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`.',
38854
+
minLength: 1,
38855
+
type: 'string',
38856
+
},
38808
38857
user_identity_id: {
38809
38858
description:
38810
38859
'ID of the user identity for which you want to retrieve all access groups.',
@@ -39345,6 +39394,16 @@ export default {
39345
39394
type: 'string',
39346
39395
},
39347
39396
},
39397
+
{
39398
+
in: 'query',
39399
+
name: 'search',
39400
+
schema: {
39401
+
description:
39402
+
'String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`.',
39403
+
minLength: 1,
39404
+
type: 'string',
39405
+
},
39406
+
},
39348
39407
],
39349
39408
responses: {
39350
39409
200: {
@@ -39406,6 +39465,12 @@ export default {
39406
39465
format: 'uuid',
39407
39466
type: 'string',
39408
39467
},
39468
+
search: {
39469
+
description:
39470
+
'String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`.',
39471
+
minLength: 1,
39472
+
type: 'string',
39473
+
},
39409
39474
},
39410
39475
type: 'object',
39411
39476
},
@@ -40865,67 +40930,82 @@ export default {
40865
40930
content: {
40866
40931
'application/json': {
40867
40932
schema: {
40868
-
oneOf: [
40933
+
allOf: [
40869
40934
{
40870
-
description:
40871
-
'ID of the access system user for which you want to list unmanaged credentials.',
40872
-
properties: {
40873
-
acs_user_id: {
40935
+
oneOf: [
40936
+
{
40874
40937
description:
40875
-
'ID of the access system user for which you want to retrieve all credentials.',
40876
-
format: 'uuid',
40877
-
type: 'string',
40938
+
'ID of the access system user for which you want to list unmanaged credentials.',
40939
+
properties: {
40940
+
acs_user_id: {
40941
+
description:
40942
+
'ID of the access system user for which you want to retrieve all credentials.',
40943
+
format: 'uuid',
40944
+
type: 'string',
40945
+
},
40946
+
},
40947
+
required: ['acs_user_id'],
40948
+
type: 'object',
40878
40949
},
40879
-
},
40880
-
required: ['acs_user_id'],
40881
-
type: 'object',
40882
-
},
40883
-
{
40884
-
description:
40885
-
'ID of the access system for which you want to list unmanaged credentials.',
40886
-
properties: {
40887
-
acs_system_id: {
40950
+
{
40888
40951
description:
40889
-
'ID of the access system for which you want to retrieve all credentials.',
40890
-
format: 'uuid',
40891
-
type: 'string',
40952
+
'ID of the access system for which you want to list unmanaged credentials.',
40953
+
properties: {
40954
+
acs_system_id: {
40955
+
description:
40956
+
'ID of the access system for which you want to retrieve all credentials.',
40957
+
format: 'uuid',
40958
+
type: 'string',
40959
+
},
40960
+
},
40961
+
required: ['acs_system_id'],
40962
+
type: 'object',
40892
40963
},
40893
-
},
40894
-
required: ['acs_system_id'],
40895
-
type: 'object',
40896
-
},
40897
-
{
40898
-
description:
40899
-
'ID of the access system and ID of the access system user for which you want to list unmanaged credentials.',
40900
-
properties: {
40901
-
acs_system_id: {
40964
+
{
40902
40965
description:
40903
-
'ID of the access system for which you want to retrieve all credentials.',
40904
-
format: 'uuid',
40905
-
type: 'string',
40966
+
'ID of the access system and ID of the access system user for which you want to list unmanaged credentials.',
40967
+
properties: {
40968
+
acs_system_id: {
40969
+
description:
40970
+
'ID of the access system for which you want to retrieve all credentials.',
40971
+
format: 'uuid',
40972
+
type: 'string',
40973
+
},
40974
+
acs_user_id: {
40975
+
description:
40976
+
'ID of the access system user for which you want to retrieve all credentials.',
40977
+
format: 'uuid',
40978
+
type: 'string',
40979
+
},
40980
+
},
40981
+
required: ['acs_user_id', 'acs_system_id'],
40982
+
type: 'object',
40906
40983
},
40907
-
acs_user_id: {
40984
+
{
40908
40985
description:
40909
-
'ID of the access system user for which you want to retrieve all credentials.',
40910
-
format: 'uuid',
40911
-
type: 'string',
40986
+
'ID of the user identity for which you want to list unmanaged credentials.',
40987
+
properties: {
40988
+
user_identity_id: {
40989
+
description:
40990
+
'ID of the user identity for which you want to retrieve all credentials.',
40991
+
format: 'uuid',
40992
+
type: 'string',
40993
+
},
40994
+
},
40995
+
required: ['user_identity_id'],
40996
+
type: 'object',
40912
40997
},
40913
-
},
40914
-
required: ['acs_user_id', 'acs_system_id'],
40915
-
type: 'object',
40998
+
],
40916
40999
},
40917
41000
{
40918
-
description:
40919
-
'ID of the user identity for which you want to list unmanaged credentials.',
40920
41001
properties: {
40921
-
user_identity_id: {
41002
+
search: {
40922
41003
description:
40923
-
'ID of the user identity for which you want to retrieve all credentials.',
40924
-
format: 'uuid',
41004
+
'String for which to search. Filters returned credentials to include all records that satisfy a partial match using `display_name`, `code`, `card_number`, `acs_user_id` or `acs_credential_id`.',
41005
+
minLength: 1,
40925
41006
type: 'string',
40926
41007
},
40927
41008
},
40928
-
required: ['user_identity_id'],
40929
41009
type: 'object',
40930
41010
},
40931
41011
],
@@ -42522,6 +42602,16 @@ export default {
42522
42602
type: 'string',
42523
42603
},
42524
42604
},
42605
+
{
42606
+
in: 'query',
42607
+
name: 'search',
42608
+
schema: {
42609
+
description:
42610
+
'String for which to search. Filters returned access systems to include all records that satisfy a partial match using `name` or `acs_system_id`.',
42611
+
minLength: 1,
42612
+
type: 'string',
42613
+
},
42614
+
},
42525
42615
],
42526
42616
responses: {
42527
42617
200: {
@@ -42580,6 +42670,12 @@ export default {
42580
42670
'Customer key for which you want to list access systems.',
42581
42671
type: 'string',
42582
42672
},
42673
+
search: {
42674
+
description:
42675
+
'String for which to search. Filters returned access systems to include all records that satisfy a partial match using `name` or `acs_system_id`.',
42676
+
minLength: 1,
42677
+
type: 'string',
42678
+
},
42583
42679
},
42584
42680
type: 'object',
42585
42681
},
@@ -44127,6 +44223,16 @@ export default {
44127
44223
type: 'number',
44128
44224
},
44129
44225
},
44226
+
{
44227
+
in: 'query',
44228
+
name: 'search',
44229
+
schema: {
44230
+
description:
44231
+
'String for which to search. Filters returned access system users to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`.',
44232
+
minLength: 1,
44233
+
type: 'string',
44234
+
},
44235
+
},
44130
44236
],
44131
44237
responses: {
44132
44238
200: {
@@ -44188,6 +44294,12 @@ export default {
44188
44294
format: 'float',
44189
44295
type: 'number',
44190
44296
},
44297
+
search: {
44298
+
description:
44299
+
'String for which to search. Filters returned access system users to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`.',
44300
+
minLength: 1,
44301
+
type: 'string',
44302
+
},
44191
44303
user_identity_email_address: {
44192
44304
description:
44193
44305
'Email address of the user identity for which you want to retrieve all unmanaged access system users.',
Copy file name to clipboardExpand all lines: src/lib/seam/connect/route-types.ts
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4790,6 +4790,8 @@ export type Routes = {
4790
4790
user_identifier_key?: string | undefined
4791
4791
/** Numerical limit on the number of access codes to return. */
4792
4792
limit?: number
4793
+
/** String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`. */
4794
+
search?: string | undefined
4793
4795
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
4794
4796
page_cursor?: (string | undefined) | null
4795
4797
}
@@ -9067,6 +9069,8 @@ export type Routes = {
9067
9069
user_identifier_key?: string | undefined
9068
9070
/** Numerical limit on the number of unmanaged access codes to return. */
9069
9071
limit?: number
9072
+
/** String for which to search. Filters returned access codes to include all records that satisfy a partial match using `name`, `code` or `access_code_id`. */
9073
+
search?: string | undefined
9070
9074
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
9071
9075
page_cursor?: (string | undefined) | null
9072
9076
}
@@ -19031,6 +19035,8 @@ export type Routes = {
19031
19035
acs_user_id?: string | undefined
19032
19036
/** ID of the user identity for which you want to retrieve all access groups. */
19033
19037
user_identity_id?: string | undefined
19038
+
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
19039
+
search?: string | undefined
19034
19040
}
19035
19041
formData: {}
19036
19042
jsonResponse: {
@@ -19635,6 +19641,8 @@ export type Routes = {
19635
19641
acs_system_id?: string | undefined
19636
19642
/** ID of the access system user for which you want to retrieve all unmanaged access groups. */
19637
19643
acs_user_id?: string | undefined
19644
+
/** String for which to search. Filters returned access groups to include all records that satisfy a partial match using `name` or `acs_access_group_id`. */
19645
+
search?: string | undefined
19638
19646
}
19639
19647
formData: {}
19640
19648
jsonResponse: {
@@ -21287,7 +21295,7 @@ export type Routes = {
21287
21295
method: 'GET' | 'POST'
21288
21296
queryParams: {}
21289
21297
jsonBody: {}
21290
-
commonParams:
21298
+
commonParams: (
21291
21299
| {
21292
21300
/** ID of the access system user for which you want to retrieve all credentials. */
21293
21301
acs_user_id: string
@@ -21306,6 +21314,10 @@ export type Routes = {
21306
21314
/** ID of the user identity for which you want to retrieve all credentials. */
21307
21315
user_identity_id: string
21308
21316
}
21317
+
) & {
21318
+
/** String for which to search. Filters returned credentials to include all records that satisfy a partial match using `display_name`, `code`, `card_number`, `acs_user_id` or `acs_credential_id`. */
21319
+
search?: string | undefined
21320
+
}
21309
21321
formData: {}
21310
21322
jsonResponse: {
21311
21323
acs_credentials: {
@@ -25539,6 +25551,8 @@ export type Routes = {
25539
25551
customer_key?: string | undefined
25540
25552
/** ID of the connected account by which you want to filter the list of access systems. */
25541
25553
connected_account_id?: string | undefined
25554
+
/** String for which to search. Filters returned access systems to include all records that satisfy a partial match using `name` or `acs_system_id`. */
25555
+
search?: string | undefined
25542
25556
}
25543
25557
formData: {}
25544
25558
jsonResponse: {
@@ -27356,6 +27370,8 @@ export type Routes = {
27356
27370
acs_system_id?: string | undefined
27357
27371
/** Number of unmanaged access system users to return. */
27358
27372
limit?: number
27373
+
/** String for which to search. Filters returned access system users to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `acs_user_id`, `user_identity_id`, `user_identity_full_name` or `user_identity_phone_number`. */
0 commit comments