@seamapi/types 1.1024.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: {
|
|
@@ -61229,7 +61231,6 @@ const openapi = {
|
|
|
61229
61231
|
required: false,
|
|
61230
61232
|
schema: {
|
|
61231
61233
|
description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
61232
|
-
minLength: 1,
|
|
61233
61234
|
nullable: true,
|
|
61234
61235
|
type: 'string',
|
|
61235
61236
|
},
|
|
@@ -61616,7 +61617,6 @@ const openapi = {
|
|
|
61616
61617
|
},
|
|
61617
61618
|
page_cursor: {
|
|
61618
61619
|
description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
|
|
61619
|
-
minLength: 1,
|
|
61620
61620
|
nullable: true,
|
|
61621
61621
|
type: 'string',
|
|
61622
61622
|
},
|
|
@@ -80072,6 +80072,7 @@ const openapi = {
|
|
|
80072
80072
|
name: 'search',
|
|
80073
80073
|
schema: {
|
|
80074
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,
|
|
80075
80076
|
type: 'string',
|
|
80076
80077
|
},
|
|
80077
80078
|
},
|
|
@@ -80172,6 +80173,7 @@ const openapi = {
|
|
|
80172
80173
|
},
|
|
80173
80174
|
search: {
|
|
80174
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,
|
|
80175
80177
|
type: 'string',
|
|
80176
80178
|
},
|
|
80177
80179
|
},
|