@seamapi/types 1.38.0 → 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 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -6
- package/lib/seam/connect/openapi.d.ts +1 -5
- package/lib/seam/connect/openapi.js +2 -6
- 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 -6
- 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
|
},
|
|
@@ -5008,7 +5008,6 @@ export default {
|
|
|
5008
5008
|
},
|
|
5009
5009
|
connected_account_ids: {
|
|
5010
5010
|
items: { format: 'uuid', type: 'string' },
|
|
5011
|
-
minItems: 1,
|
|
5012
5011
|
type: 'array',
|
|
5013
5012
|
},
|
|
5014
5013
|
created_before: { format: 'date-time', type: 'string' },
|
|
@@ -5318,7 +5317,6 @@ export default {
|
|
|
5318
5317
|
},
|
|
5319
5318
|
connected_account_ids: {
|
|
5320
5319
|
items: { format: 'uuid', type: 'string' },
|
|
5321
|
-
minItems: 1,
|
|
5322
5320
|
type: 'array',
|
|
5323
5321
|
},
|
|
5324
5322
|
created_before: { format: 'date-time', type: 'string' },
|
|
@@ -6120,7 +6118,6 @@ export default {
|
|
|
6120
6118
|
},
|
|
6121
6119
|
connected_account_ids: {
|
|
6122
6120
|
items: { format: 'uuid', type: 'string' },
|
|
6123
|
-
minItems: 1,
|
|
6124
6121
|
type: 'array',
|
|
6125
6122
|
},
|
|
6126
6123
|
created_before: { format: 'date-time', type: 'string' },
|
|
@@ -7471,7 +7468,6 @@ export default {
|
|
|
7471
7468
|
},
|
|
7472
7469
|
connected_account_ids: {
|
|
7473
7470
|
items: { format: 'uuid', type: 'string' },
|
|
7474
|
-
minItems: 1,
|
|
7475
7471
|
type: 'array',
|
|
7476
7472
|
},
|
|
7477
7473
|
created_before: { format: 'date-time', type: 'string' },
|