@seamapi/types 1.26.1 → 1.27.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
@@ -124,6 +124,7 @@ var openapi_default = {
124
124
  acs_system: {
125
125
  properties: {
126
126
  acs_system_id: { format: "uuid", type: "string" },
127
+ connected_account_ids: { items: { type: "string" }, type: "array" },
127
128
  created_at: { format: "date-time", type: "string" },
128
129
  external_type: { enum: ["pti_site", "alta_org"], type: "string" },
129
130
  external_type_display_name: { type: "string" },
@@ -145,7 +146,8 @@ var openapi_default = {
145
146
  "system_type",
146
147
  "system_type_display_name",
147
148
  "name",
148
- "created_at"
149
+ "created_at",
150
+ "connected_account_ids"
149
151
  ],
150
152
  type: "object"
151
153
  },