@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.
@@ -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: string;
167302
+ connector_type?: string | undefined;
167303
167303
  /** ID of the customer to sync */
167304
- customer_id: string;
167304
+ customer_id?: string | undefined;
167305
167305
  /** Key of the customer to sync */
167306
- customer_key: string;
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
  ],