@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/package.json
CHANGED
|
@@ -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
|
},
|