@seamapi/types 1.521.0 → 1.522.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 +5 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +7 -0
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +5 -0
- package/lib/seam/connect/openapi.js +5 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +6 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -34201,6 +34201,11 @@ var openapi_default = {
|
|
|
34201
34201
|
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
34202
34202
|
nullable: true,
|
|
34203
34203
|
type: "string"
|
|
34204
|
+
},
|
|
34205
|
+
search: {
|
|
34206
|
+
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`.",
|
|
34207
|
+
minLength: 1,
|
|
34208
|
+
type: "string"
|
|
34204
34209
|
}
|
|
34205
34210
|
},
|
|
34206
34211
|
type: "object"
|