@seamapi/types 1.537.0 → 1.538.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 +1 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +1 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -1
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -21568,7 +21568,7 @@ export type Routes = {
|
|
|
21568
21568
|
created_before?: Date | undefined;
|
|
21569
21569
|
/** Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials. */
|
|
21570
21570
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
21571
|
-
/** String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`. */
|
|
21571
|
+
/** 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`. */
|
|
21572
21572
|
search?: string | undefined;
|
|
21573
21573
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
21574
21574
|
page_cursor?: (string | undefined) | null;
|
package/package.json
CHANGED
|
@@ -31776,7 +31776,7 @@ export default {
|
|
|
31776
31776
|
},
|
|
31777
31777
|
search: {
|
|
31778
31778
|
description:
|
|
31779
|
-
'String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`.',
|
|
31779
|
+
'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`.',
|
|
31780
31780
|
minLength: 1,
|
|
31781
31781
|
type: 'string',
|
|
31782
31782
|
},
|
|
@@ -25059,7 +25059,7 @@ export type Routes = {
|
|
|
25059
25059
|
created_before?: Date | undefined
|
|
25060
25060
|
/** Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials. */
|
|
25061
25061
|
is_multi_phone_sync_credential?: boolean | undefined
|
|
25062
|
-
/** String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`. */
|
|
25062
|
+
/** 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`. */
|
|
25063
25063
|
search?: string | undefined
|
|
25064
25064
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
25065
25065
|
page_cursor?: (string | undefined) | null
|