@seamapi/types 1.691.0 → 1.692.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 +0 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/dist/index.cjs +0 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +0 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -3
- package/src/lib/seam/connect/route-types.ts +3 -3
package/dist/connect.d.cts
CHANGED
|
@@ -167299,11 +167299,11 @@ type Routes = {
|
|
|
167299
167299
|
/** ID of the connector to sync */
|
|
167300
167300
|
connector_id: string;
|
|
167301
167301
|
/** Type of the connector to sync */
|
|
167302
|
-
connector_type
|
|
167302
|
+
connector_type?: string | undefined;
|
|
167303
167303
|
/** ID of the customer to sync */
|
|
167304
|
-
customer_id
|
|
167304
|
+
customer_id?: string | undefined;
|
|
167305
167305
|
/** Key of the customer to sync */
|
|
167306
|
-
customer_key
|
|
167306
|
+
customer_key?: string | undefined;
|
|
167307
167307
|
/** ID of the connector customer to sync */
|
|
167308
167308
|
connector_customer_id: string | null;
|
|
167309
167309
|
/** Unique provider resource key of the connector to sync */
|
package/dist/index.cjs
CHANGED
|
@@ -56210,9 +56210,6 @@ var openapi_default = {
|
|
|
56210
56210
|
},
|
|
56211
56211
|
required: [
|
|
56212
56212
|
"connector_id",
|
|
56213
|
-
"connector_type",
|
|
56214
|
-
"customer_id",
|
|
56215
|
-
"customer_key",
|
|
56216
56213
|
"connector_customer_id",
|
|
56217
56214
|
"unique_provider_resource_key"
|
|
56218
56215
|
],
|