@seamapi/types 1.1025.0 → 1.1026.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.
|
@@ -45907,6 +45907,7 @@ const openapi = {
|
|
|
45907
45907
|
name: 'client_session_id',
|
|
45908
45908
|
schema: {
|
|
45909
45909
|
description: 'ID of the client session that you want to retrieve.',
|
|
45910
|
+
minLength: 1,
|
|
45910
45911
|
type: 'string',
|
|
45911
45912
|
},
|
|
45912
45913
|
},
|
|
@@ -45991,6 +45992,7 @@ const openapi = {
|
|
|
45991
45992
|
properties: {
|
|
45992
45993
|
client_session_id: {
|
|
45993
45994
|
description: 'ID of the client session that you want to retrieve.',
|
|
45995
|
+
minLength: 1,
|
|
45994
45996
|
type: 'string',
|
|
45995
45997
|
},
|
|
45996
45998
|
connect_webview_id: {
|
|
@@ -80070,6 +80072,7 @@ const openapi = {
|
|
|
80070
80072
|
name: 'search',
|
|
80071
80073
|
schema: {
|
|
80072
80074
|
description: 'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
|
|
80075
|
+
minLength: 1,
|
|
80073
80076
|
type: 'string',
|
|
80074
80077
|
},
|
|
80075
80078
|
},
|
|
@@ -80170,6 +80173,7 @@ const openapi = {
|
|
|
80170
80173
|
},
|
|
80171
80174
|
search: {
|
|
80172
80175
|
description: 'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
|
|
80176
|
+
minLength: 1,
|
|
80173
80177
|
type: 'string',
|
|
80174
80178
|
},
|
|
80175
80179
|
},
|