@seamapi/types 1.66.0 → 1.68.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.
@@ -22,6 +22,12 @@ export interface Routes {
22
22
  }
23
23
  | undefined
24
24
  integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'
25
+ integration_support_level:
26
+ | 'stable'
27
+ | 'beta'
28
+ | 'planned'
29
+ | 'unsupported'
30
+ | 'inquire'
25
31
  is_connect_webview_supported: boolean
26
32
  requires_seam_support_to_add_account: boolean
27
33
  }
@@ -152,6 +158,9 @@ export interface Routes {
152
158
  integration_status?:
153
159
  | ('stable' | 'beta' | 'planned' | 'unsupported' | 'inquire')
154
160
  | undefined
161
+ integration_support_levels?:
162
+ | Array<'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'>
163
+ | undefined
155
164
  text_search?: string | undefined
156
165
  include_if?: string[] | undefined
157
166
  exclude_if?: string[] | undefined
@@ -179,6 +188,12 @@ export interface Routes {
179
188
  | 'planned'
180
189
  | 'unsupported'
181
190
  | 'inquire'
191
+ integration_support_level:
192
+ | 'stable'
193
+ | 'beta'
194
+ | 'planned'
195
+ | 'unsupported'
196
+ | 'inquire'
182
197
  is_connect_webview_supported: boolean
183
198
  requires_seam_support_to_add_account: boolean
184
199
  }
@@ -312,6 +327,12 @@ export interface Routes {
312
327
  }
313
328
  | undefined
314
329
  integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'
330
+ integration_support_level:
331
+ | 'stable'
332
+ | 'beta'
333
+ | 'planned'
334
+ | 'unsupported'
335
+ | 'inquire'
315
336
  is_connect_webview_supported: boolean
316
337
  requires_seam_support_to_add_account: boolean
317
338
  device_model_count: number
@@ -325,6 +346,9 @@ export interface Routes {
325
346
  integration_status?:
326
347
  | ('stable' | 'beta' | 'planned' | 'unsupported' | 'inquire')
327
348
  | undefined
349
+ integration_support_levels?:
350
+ | Array<'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'>
351
+ | undefined
328
352
  liqe_query?: string | undefined
329
353
  }
330
354
  jsonBody: {}
@@ -342,6 +366,12 @@ export interface Routes {
342
366
  }
343
367
  | undefined
344
368
  integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'
369
+ integration_support_level:
370
+ | 'stable'
371
+ | 'beta'
372
+ | 'planned'
373
+ | 'unsupported'
374
+ | 'inquire'
345
375
  is_connect_webview_supported: boolean
346
376
  requires_seam_support_to_add_account: boolean
347
377
  device_model_count: number