@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.
@@ -227,6 +227,9 @@ declare const _default: {
227
227
  format: string;
228
228
  type: string;
229
229
  };
230
+ can_automate_enrollment: {
231
+ type: string;
232
+ };
230
233
  connected_account_ids: {
231
234
  items: {
232
235
  type: string;
@@ -18162,6 +18165,7 @@ interface Routes {
18162
18165
  connected_account_ids: string[];
18163
18166
  image_url: string;
18164
18167
  image_alt_text: string;
18168
+ can_automate_enrollment?: boolean | undefined;
18165
18169
  };
18166
18170
  };
18167
18171
  };
@@ -18189,6 +18193,7 @@ interface Routes {
18189
18193
  connected_account_ids: string[];
18190
18194
  image_url: string;
18191
18195
  image_alt_text: string;
18196
+ can_automate_enrollment?: boolean | undefined;
18192
18197
  }>;
18193
18198
  };
18194
18199
  };
@@ -24609,6 +24614,7 @@ interface Routes {
24609
24614
  connected_account_ids: string[];
24610
24615
  image_url: string;
24611
24616
  image_alt_text: string;
24617
+ can_automate_enrollment?: boolean | undefined;
24612
24618
  }>;
24613
24619
  };
24614
24620
  };
@@ -153,6 +153,9 @@ declare const _default: {
153
153
  format: string;
154
154
  type: string;
155
155
  };
156
+ can_automate_enrollment: {
157
+ type: string;
158
+ };
156
159
  connected_account_ids: {
157
160
  items: {
158
161
  type: string;
@@ -168,6 +168,7 @@ export default {
168
168
  acs_system: {
169
169
  properties: {
170
170
  acs_system_id: { format: 'uuid', type: 'string' },
171
+ can_automate_enrollment: { type: 'boolean' },
171
172
  connected_account_ids: { items: { type: 'string' }, type: 'array' },
172
173
  created_at: { format: 'date-time', type: 'string' },
173
174
  external_type: {