@seamapi/types 1.712.0 → 1.713.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 +1 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -8
- package/dist/index.cjs +1 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +1 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -5
- package/src/lib/seam/connect/route-types.ts +2 -4
|
@@ -46326,10 +46326,6 @@ declare const _default: {
|
|
|
46326
46326
|
description: string;
|
|
46327
46327
|
type: string;
|
|
46328
46328
|
};
|
|
46329
|
-
customer_id: {
|
|
46330
|
-
description: string;
|
|
46331
|
-
type: string;
|
|
46332
|
-
};
|
|
46333
46329
|
customer_key: {
|
|
46334
46330
|
description: string;
|
|
46335
46331
|
type: string;
|
|
@@ -51041,10 +51041,6 @@ export default {
|
|
|
51041
51041
|
description: 'Type of the connector to sync',
|
|
51042
51042
|
type: 'string',
|
|
51043
51043
|
},
|
|
51044
|
-
customer_id: {
|
|
51045
|
-
description: 'ID of the customer to sync',
|
|
51046
|
-
type: 'string',
|
|
51047
|
-
},
|
|
51048
51044
|
customer_key: {
|
|
51049
51045
|
description: 'Key of the customer to sync',
|
|
51050
51046
|
type: 'string',
|
|
@@ -51055,7 +51051,7 @@ export default {
|
|
|
51055
51051
|
type: 'string',
|
|
51056
51052
|
},
|
|
51057
51053
|
},
|
|
51058
|
-
required: ['connector_id'],
|
|
51054
|
+
required: ['connector_id', 'connector_type', 'customer_key'],
|
|
51059
51055
|
type: 'object',
|
|
51060
51056
|
},
|
|
51061
51057
|
},
|