@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 CHANGED
@@ -57051,10 +57051,6 @@ var openapi_default = {
57051
57051
  description: "Type of the connector to sync",
57052
57052
  type: "string"
57053
57053
  },
57054
- customer_id: {
57055
- description: "ID of the customer to sync",
57056
- type: "string"
57057
- },
57058
57054
  customer_key: {
57059
57055
  description: "Key of the customer to sync",
57060
57056
  type: "string"
@@ -57065,7 +57061,7 @@ var openapi_default = {
57065
57061
  type: "string"
57066
57062
  }
57067
57063
  },
57068
- required: ["connector_id"],
57064
+ required: ["connector_id", "connector_type", "customer_key"],
57069
57065
  type: "object"
57070
57066
  }
57071
57067
  }