@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 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"