@seamapi/types 1.131.0 → 1.132.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
@@ -215,6 +215,7 @@ var openapi_default = {
215
215
  acs_system: {
216
216
  properties: {
217
217
  acs_system_id: { format: "uuid", type: "string" },
218
+ can_automate_enrollment: { type: "boolean" },
218
219
  connected_account_ids: { items: { type: "string" }, type: "array" },
219
220
  created_at: { format: "date-time", type: "string" },
220
221
  external_type: {