@seamapi/types 1.121.0 → 1.122.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
@@ -230,6 +230,8 @@ var openapi_default = {
230
230
  type: "string"
231
231
  },
232
232
  external_type_display_name: { type: "string" },
233
+ image_alt_text: { type: "string" },
234
+ image_url: { type: "string" },
233
235
  name: { type: "string" },
234
236
  system_type: {
235
237
  description: "deprecated: use external_type",
@@ -259,7 +261,9 @@ var openapi_default = {
259
261
  "name",
260
262
  "created_at",
261
263
  "workspace_id",
262
- "connected_account_ids"
264
+ "connected_account_ids",
265
+ "image_url",
266
+ "image_alt_text"
263
267
  ],
264
268
  type: "object"
265
269
  },