@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
package/dist/connect.d.cts
CHANGED
|
@@ -123765,7 +123765,7 @@ type Routes = {
|
|
|
123765
123765
|
created_before?: Date | undefined;
|
|
123766
123766
|
/** Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials. */
|
|
123767
123767
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
123768
|
-
/** 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`. */
|
|
123768
|
+
/** 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`. */
|
|
123769
123769
|
search?: string | undefined;
|
|
123770
123770
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
123771
123771
|
page_cursor?: (string | undefined) | null;
|
package/dist/index.cjs
CHANGED
|
@@ -34329,7 +34329,7 @@ var openapi_default = {
|
|
|
34329
34329
|
type: "string"
|
|
34330
34330
|
},
|
|
34331
34331
|
search: {
|
|
34332
|
-
description: "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`.",
|
|
34332
|
+
description: "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`.",
|
|
34333
34333
|
minLength: 1,
|
|
34334
34334
|
type: "string"
|
|
34335
34335
|
}
|