@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
|
@@ -20973,6 +20973,11 @@ declare const _default: {
|
|
|
20973
20973
|
nullable: boolean;
|
|
20974
20974
|
type: string;
|
|
20975
20975
|
};
|
|
20976
|
+
search: {
|
|
20977
|
+
description: string;
|
|
20978
|
+
minLength: number;
|
|
20979
|
+
type: string;
|
|
20980
|
+
};
|
|
20976
20981
|
};
|
|
20977
20982
|
type: string;
|
|
20978
20983
|
oneOf?: never;
|
|
@@ -28657,6 +28657,11 @@ export default {
|
|
|
28657
28657
|
nullable: true,
|
|
28658
28658
|
type: 'string',
|
|
28659
28659
|
},
|
|
28660
|
+
search: {
|
|
28661
|
+
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`.',
|
|
28662
|
+
minLength: 1,
|
|
28663
|
+
type: 'string',
|
|
28664
|
+
},
|
|
28660
28665
|
},
|
|
28661
28666
|
type: 'object',
|
|
28662
28667
|
},
|