@seamapi/types 1.38.1 → 1.38.2
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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/lib/seam/connect/openapi.d.ts +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- 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 +2 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -4768,7 +4768,7 @@ declare const _default: {
|
|
|
4768
4768
|
'application/json': {
|
|
4769
4769
|
schema: {
|
|
4770
4770
|
properties: {
|
|
4771
|
-
|
|
4771
|
+
acs_credential_id: {
|
|
4772
4772
|
format: string;
|
|
4773
4773
|
type: string;
|
|
4774
4774
|
};
|
|
@@ -12921,7 +12921,7 @@ interface Routes {
|
|
|
12921
12921
|
queryParams: {};
|
|
12922
12922
|
jsonBody: {};
|
|
12923
12923
|
commonParams: {
|
|
12924
|
-
|
|
12924
|
+
acs_credential_id: string;
|
|
12925
12925
|
};
|
|
12926
12926
|
formData: {};
|
|
12927
12927
|
jsonResponse: {
|
|
@@ -3203,9 +3203,9 @@ export default {
|
|
|
3203
3203
|
'application/json': {
|
|
3204
3204
|
schema: {
|
|
3205
3205
|
properties: {
|
|
3206
|
-
|
|
3206
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
3207
3207
|
},
|
|
3208
|
-
required: ['
|
|
3208
|
+
required: ['acs_credential_id'],
|
|
3209
3209
|
type: 'object',
|
|
3210
3210
|
},
|
|
3211
3211
|
},
|