@membranehq/sdk 0.4.0 → 0.5.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.
Files changed (62) hide show
  1. package/dist/bundle.d.ts +8370 -1268
  2. package/dist/bundle.js +2216 -2085
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/connections-accessors.d.ts +57 -1
  5. package/dist/dts/accessors/integrations-accessors.d.ts +57 -1
  6. package/dist/dts/api-client.d.ts +1 -0
  7. package/dist/dts/client.d.ts +1 -0
  8. package/dist/dts/data-schema/types.d.ts +4 -3
  9. package/dist/dts/entity-repository.d.ts +87 -20
  10. package/dist/dts/formulas/dataSchemaRef.d.ts +2 -2
  11. package/dist/dts/http-requests.d.ts +20 -6
  12. package/dist/dts/iframe.d.ts +12 -4
  13. package/dist/dts/index.d.ts +2 -1
  14. package/dist/dts/sse/index.d.ts +1 -0
  15. package/dist/dts/sse/workspace-elements.d.ts +9 -0
  16. package/dist/dts/workspace-elements/api/actions-api.d.ts +702 -40
  17. package/dist/dts/workspace-elements/api/connections-api.d.ts +702 -41
  18. package/dist/dts/workspace-elements/api/customers-api.d.ts +56 -13
  19. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +834 -77
  20. package/dist/dts/workspace-elements/api/external-events-api.d.ts +440 -6
  21. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +586 -6
  22. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +1 -1
  23. package/dist/dts/workspace-elements/api/flows-api.d.ts +2417 -50
  24. package/dist/dts/workspace-elements/api/integrations-api.d.ts +253 -24
  25. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +397 -34
  26. package/dist/dts/workspace-elements/api/screens-api.d.ts +2 -2
  27. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +61 -14
  28. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +30 -7
  29. package/dist/dts/workspace-elements/base/actions/types.d.ts +60 -17
  30. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +42 -7
  31. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +35 -7
  32. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +78 -9
  33. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +70 -7
  34. package/dist/dts/workspace-elements/base/connections/types.d.ts +76 -20
  35. package/dist/dts/workspace-elements/base/connectors/types.d.ts +14 -2
  36. package/dist/dts/workspace-elements/base/customers/index.d.ts +26 -6
  37. package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +75 -74
  38. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +61 -11
  39. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +26 -4
  40. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +1030 -19
  41. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +89 -22
  42. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +31 -8
  43. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +35 -8
  44. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +199 -23
  45. package/dist/dts/workspace-elements/base/external-events/types.d.ts +145 -5
  46. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +74 -16
  47. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +91 -14
  48. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +39 -39
  49. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +155 -24
  50. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +20 -20
  51. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +114 -19
  52. package/dist/dts/workspace-elements/base/flows/types.d.ts +220 -26
  53. package/dist/dts/workspace-elements/base/integrations/types.d.ts +497 -24
  54. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +723 -23
  55. package/dist/dts/workspace-elements/base/screens/types.d.ts +40 -6
  56. package/dist/index.d.ts +12141 -2138
  57. package/dist/index.js +1555 -522
  58. package/dist/index.js.map +1 -1
  59. package/dist/index.module.d.mts +12141 -2138
  60. package/dist/index.module.mjs +1414 -490
  61. package/dist/index.module.mjs.map +1 -1
  62. package/package.json +1 -1
@@ -1,38 +1,107 @@
1
+ import { z } from 'zod';
1
2
  import { ConnectionSelector } from './connections-api';
2
3
  import { DataSourceInstance } from './data-source-instances-api';
3
4
  import { FlowInstanceSelector } from './flows-api';
4
5
  import { ElementInstanceSelector, IntegrationSpecificElementSelector } from '../../accessors';
5
- import { PaginationQuery, PaginationResponse } from '../../entity-repository';
6
- import { BaseDataSource } from '../base/data-sources';
7
- import { AppliedToIntegrations, BaseIntegration } from '../base/integrations';
8
- export interface ListDataSourcesForIntegrationQuery extends PaginationQuery {
9
- universalDataSourceId?: string | 'null';
10
- }
11
- export interface FindDataSourcesQuery extends ListDataSourcesForIntegrationQuery {
12
- integrationId?: string | 'null';
13
- }
14
- export type CreateDataSourceRequest = {
6
+ import { PaginationResponse } from '../../entity-repository';
7
+ export declare const ListDataSourcesForIntegrationQuery: z.ZodObject<{
8
+ universalDataSourceId: z.ZodOptional<z.ZodString>;
9
+ } & {
10
+ limit: z.ZodOptional<z.ZodNumber>;
11
+ cursor: z.ZodOptional<z.ZodString>;
12
+ }, "strip", z.ZodTypeAny, {
13
+ limit?: number | undefined;
14
+ cursor?: string | undefined;
15
+ universalDataSourceId?: string | undefined;
16
+ }, {
17
+ limit?: number | undefined;
18
+ cursor?: string | undefined;
19
+ universalDataSourceId?: string | undefined;
20
+ }>;
21
+ export type ListDataSourcesForIntegrationQuery = z.infer<typeof ListDataSourcesForIntegrationQuery>;
22
+ export declare const FindDataSourcesQuery: z.ZodObject<{
23
+ universalDataSourceId: z.ZodOptional<z.ZodString>;
24
+ } & {
25
+ limit: z.ZodOptional<z.ZodNumber>;
26
+ cursor: z.ZodOptional<z.ZodString>;
27
+ } & {
28
+ integrationId: z.ZodOptional<z.ZodString>;
29
+ }, "strip", z.ZodTypeAny, {
30
+ limit?: number | undefined;
31
+ cursor?: string | undefined;
32
+ integrationId?: string | undefined;
33
+ universalDataSourceId?: string | undefined;
34
+ }, {
35
+ limit?: number | undefined;
36
+ cursor?: string | undefined;
37
+ integrationId?: string | undefined;
38
+ universalDataSourceId?: string | undefined;
39
+ }>;
40
+ export type FindDataSourcesQuery = z.infer<typeof FindDataSourcesQuery>;
41
+ export declare const CreateDataSourceRequest: z.ZodObject<{
42
+ key: z.ZodString;
43
+ name: z.ZodString;
44
+ integrationId: z.ZodOptional<z.ZodString>;
45
+ udm: z.ZodOptional<z.ZodString>;
46
+ pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
47
+ fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
48
+ rootPath: z.ZodOptional<z.ZodString>;
49
+ defaultPath: z.ZodOptional<z.ZodString>;
50
+ collectionKey: z.ZodOptional<z.ZodString>;
51
+ collectionParameters: z.ZodOptional<z.ZodAny>;
52
+ }, "strip", z.ZodTypeAny, {
15
53
  key: string;
16
54
  name: string;
17
- integrationId?: string;
18
- udm?: string;
19
- pullUpdatesIntervalSeconds?: number;
20
- fullSyncIntervalSeconds?: number;
21
- rootPath?: string;
22
- defaultPath?: string;
23
- collectionKey?: string;
55
+ integrationId?: string | undefined;
56
+ udm?: string | undefined;
57
+ collectionKey?: string | undefined;
24
58
  collectionParameters?: any;
25
- };
26
- export type UpdateDataSourceRequest = {
27
- key?: string;
28
- name?: string;
29
- archivedAt?: string;
30
- udm?: string;
31
- pullUpdatesIntervalSeconds?: number;
32
- fullSyncIntervalSeconds?: number;
33
- rootPath?: string;
34
- defaultPath?: string;
35
- };
59
+ pullUpdatesIntervalSeconds?: number | undefined;
60
+ fullSyncIntervalSeconds?: number | undefined;
61
+ defaultPath?: string | undefined;
62
+ rootPath?: string | undefined;
63
+ }, {
64
+ key: string;
65
+ name: string;
66
+ integrationId?: string | undefined;
67
+ udm?: string | undefined;
68
+ collectionKey?: string | undefined;
69
+ collectionParameters?: any;
70
+ pullUpdatesIntervalSeconds?: number | undefined;
71
+ fullSyncIntervalSeconds?: number | undefined;
72
+ defaultPath?: string | undefined;
73
+ rootPath?: string | undefined;
74
+ }>;
75
+ export type CreateDataSourceRequest = z.infer<typeof CreateDataSourceRequest>;
76
+ export declare const UpdateDataSourceRequest: z.ZodObject<{
77
+ key: z.ZodOptional<z.ZodString>;
78
+ name: z.ZodOptional<z.ZodString>;
79
+ archivedAt: z.ZodOptional<z.ZodString>;
80
+ udm: z.ZodOptional<z.ZodString>;
81
+ pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
82
+ fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
83
+ rootPath: z.ZodOptional<z.ZodString>;
84
+ defaultPath: z.ZodOptional<z.ZodString>;
85
+ }, "strip", z.ZodTypeAny, {
86
+ key?: string | undefined;
87
+ name?: string | undefined;
88
+ udm?: string | undefined;
89
+ archivedAt?: string | undefined;
90
+ pullUpdatesIntervalSeconds?: number | undefined;
91
+ fullSyncIntervalSeconds?: number | undefined;
92
+ defaultPath?: string | undefined;
93
+ rootPath?: string | undefined;
94
+ }, {
95
+ key?: string | undefined;
96
+ name?: string | undefined;
97
+ udm?: string | undefined;
98
+ archivedAt?: string | undefined;
99
+ pullUpdatesIntervalSeconds?: number | undefined;
100
+ fullSyncIntervalSeconds?: number | undefined;
101
+ defaultPath?: string | undefined;
102
+ rootPath?: string | undefined;
103
+ }>;
104
+ export type UpdateDataSourceRequest = z.infer<typeof UpdateDataSourceRequest>;
36
105
  export interface DataSourceSelector extends IntegrationSpecificElementSelector {
37
106
  }
38
107
  export interface DataSourceInstanceSelector extends ConnectionSelector, FlowInstanceSelector, ElementInstanceSelector {
@@ -42,58 +111,746 @@ export interface DataSourceInstanceSelector extends ConnectionSelector, FlowInst
42
111
  nodeKey?: string;
43
112
  udm?: string;
44
113
  }
45
- export interface FindDataSourceInstancesQuery extends PaginationQuery {
46
- userId?: string;
47
- dataSourceId?: string;
48
- universalDataSourceId?: string;
49
- connectionId?: string;
50
- integrationKey?: string;
51
- integrationId?: string;
52
- }
114
+ export declare const FindDataSourceInstancesQuery: z.ZodObject<{
115
+ userId: z.ZodOptional<z.ZodString>;
116
+ dataSourceId: z.ZodOptional<z.ZodString>;
117
+ universalDataSourceId: z.ZodOptional<z.ZodString>;
118
+ connectionId: z.ZodOptional<z.ZodString>;
119
+ integrationKey: z.ZodOptional<z.ZodString>;
120
+ integrationId: z.ZodOptional<z.ZodString>;
121
+ } & {
122
+ limit: z.ZodOptional<z.ZodNumber>;
123
+ cursor: z.ZodOptional<z.ZodString>;
124
+ }, "strip", z.ZodTypeAny, {
125
+ limit?: number | undefined;
126
+ cursor?: string | undefined;
127
+ userId?: string | undefined;
128
+ connectionId?: string | undefined;
129
+ integrationId?: string | undefined;
130
+ integrationKey?: string | undefined;
131
+ dataSourceId?: string | undefined;
132
+ universalDataSourceId?: string | undefined;
133
+ }, {
134
+ limit?: number | undefined;
135
+ cursor?: string | undefined;
136
+ userId?: string | undefined;
137
+ connectionId?: string | undefined;
138
+ integrationId?: string | undefined;
139
+ integrationKey?: string | undefined;
140
+ dataSourceId?: string | undefined;
141
+ universalDataSourceId?: string | undefined;
142
+ }>;
143
+ export type FindDataSourceInstancesQuery = z.infer<typeof FindDataSourceInstancesQuery>;
53
144
  export type FindDataSourceInstancesResponse = PaginationResponse<DataSourceInstance>;
54
- export interface CreateDataSourceInstanceRequest {
145
+ export declare const CreateDataSourceInstanceRequest: z.ZodObject<{
146
+ dataSourceId: z.ZodString;
147
+ connectionId: z.ZodString;
148
+ path: z.ZodOptional<z.ZodString>;
149
+ }, "strip", z.ZodTypeAny, {
150
+ connectionId: string;
55
151
  dataSourceId: string;
152
+ path?: string | undefined;
153
+ }, {
56
154
  connectionId: string;
57
- path?: string;
58
- }
59
- export interface UpdateDataSourceInstanceRequest {
60
- path?: string;
61
- collectionKey?: string;
155
+ dataSourceId: string;
156
+ path?: string | undefined;
157
+ }>;
158
+ export type CreateDataSourceInstanceRequest = z.infer<typeof CreateDataSourceInstanceRequest>;
159
+ export declare const UpdateDataSourceInstanceRequest: z.ZodObject<{
160
+ path: z.ZodOptional<z.ZodString>;
161
+ collectionKey: z.ZodOptional<z.ZodString>;
162
+ collectionParameters: z.ZodOptional<z.ZodAny>;
163
+ pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
164
+ fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
165
+ subscribedTo: z.ZodOptional<z.ZodObject<{
166
+ created: z.ZodOptional<z.ZodBoolean>;
167
+ updated: z.ZodOptional<z.ZodBoolean>;
168
+ deleted: z.ZodOptional<z.ZodBoolean>;
169
+ }, "strip", z.ZodTypeAny, {
170
+ created?: boolean | undefined;
171
+ updated?: boolean | undefined;
172
+ deleted?: boolean | undefined;
173
+ }, {
174
+ created?: boolean | undefined;
175
+ updated?: boolean | undefined;
176
+ deleted?: boolean | undefined;
177
+ }>>;
178
+ }, "strip", z.ZodTypeAny, {
179
+ path?: string | undefined;
180
+ collectionKey?: string | undefined;
62
181
  collectionParameters?: any;
63
- pullUpdatesIntervalSeconds?: number;
64
- fullSyncIntervalSeconds?: number;
182
+ pullUpdatesIntervalSeconds?: number | undefined;
183
+ fullSyncIntervalSeconds?: number | undefined;
65
184
  subscribedTo?: {
66
- created?: boolean;
67
- updated?: boolean;
68
- deleted?: boolean;
69
- };
70
- }
71
- export interface FindDataSourceEventsQuery extends PaginationQuery {
72
- userId?: string;
73
- udm?: string;
74
- dataSourceInstanceId?: string;
75
- startDatetime?: string;
76
- endDatetime?: string;
77
- }
78
- export interface FindDataSourceSyncsQuery extends PaginationQuery {
79
- userId?: string;
80
- dataSourceId?: string;
81
- dataSourceInstanceId?: string;
82
- integrationId?: string;
83
- connectionId?: string;
84
- startedAfter?: string;
85
- }
86
- export type ListDataSourceInstancesForConnectionQuery = PaginationQuery & {
87
- dataSourceId?: string;
88
- };
89
- export interface FindDataSourceInstanceSyncsQuery extends ListDataSourceInstancesForConnectionQuery {
90
- userId?: string;
91
- connectionId?: string;
92
- integrationId?: string;
93
- dataSourceInstanceId?: string;
94
- }
95
- export interface DataSource extends BaseDataSource {
96
- integration?: BaseIntegration;
97
- appliedToIntegrations?: AppliedToIntegrations<DataSource>;
98
- }
185
+ created?: boolean | undefined;
186
+ updated?: boolean | undefined;
187
+ deleted?: boolean | undefined;
188
+ } | undefined;
189
+ }, {
190
+ path?: string | undefined;
191
+ collectionKey?: string | undefined;
192
+ collectionParameters?: any;
193
+ pullUpdatesIntervalSeconds?: number | undefined;
194
+ fullSyncIntervalSeconds?: number | undefined;
195
+ subscribedTo?: {
196
+ created?: boolean | undefined;
197
+ updated?: boolean | undefined;
198
+ deleted?: boolean | undefined;
199
+ } | undefined;
200
+ }>;
201
+ export type UpdateDataSourceInstanceRequest = z.infer<typeof UpdateDataSourceInstanceRequest>;
202
+ export declare const FindDataSourceEventsQuery: z.ZodObject<{
203
+ userId: z.ZodOptional<z.ZodString>;
204
+ udm: z.ZodOptional<z.ZodString>;
205
+ dataSourceInstanceId: z.ZodOptional<z.ZodString>;
206
+ startDatetime: z.ZodOptional<z.ZodString>;
207
+ endDatetime: z.ZodOptional<z.ZodString>;
208
+ } & {
209
+ limit: z.ZodOptional<z.ZodNumber>;
210
+ cursor: z.ZodOptional<z.ZodString>;
211
+ }, "strip", z.ZodTypeAny, {
212
+ limit?: number | undefined;
213
+ cursor?: string | undefined;
214
+ userId?: string | undefined;
215
+ udm?: string | undefined;
216
+ dataSourceInstanceId?: string | undefined;
217
+ startDatetime?: string | undefined;
218
+ endDatetime?: string | undefined;
219
+ }, {
220
+ limit?: number | undefined;
221
+ cursor?: string | undefined;
222
+ userId?: string | undefined;
223
+ udm?: string | undefined;
224
+ dataSourceInstanceId?: string | undefined;
225
+ startDatetime?: string | undefined;
226
+ endDatetime?: string | undefined;
227
+ }>;
228
+ export type FindDataSourceEventsQuery = z.infer<typeof FindDataSourceEventsQuery>;
229
+ export declare const FindDataSourceSyncsQuery: z.ZodObject<{
230
+ userId: z.ZodOptional<z.ZodString>;
231
+ dataSourceId: z.ZodOptional<z.ZodString>;
232
+ dataSourceInstanceId: z.ZodOptional<z.ZodString>;
233
+ integrationId: z.ZodOptional<z.ZodString>;
234
+ connectionId: z.ZodOptional<z.ZodString>;
235
+ startedAfter: z.ZodOptional<z.ZodString>;
236
+ } & {
237
+ limit: z.ZodOptional<z.ZodNumber>;
238
+ cursor: z.ZodOptional<z.ZodString>;
239
+ }, "strip", z.ZodTypeAny, {
240
+ limit?: number | undefined;
241
+ cursor?: string | undefined;
242
+ userId?: string | undefined;
243
+ connectionId?: string | undefined;
244
+ integrationId?: string | undefined;
245
+ dataSourceId?: string | undefined;
246
+ dataSourceInstanceId?: string | undefined;
247
+ startedAfter?: string | undefined;
248
+ }, {
249
+ limit?: number | undefined;
250
+ cursor?: string | undefined;
251
+ userId?: string | undefined;
252
+ connectionId?: string | undefined;
253
+ integrationId?: string | undefined;
254
+ dataSourceId?: string | undefined;
255
+ dataSourceInstanceId?: string | undefined;
256
+ startedAfter?: string | undefined;
257
+ }>;
258
+ export type FindDataSourceSyncsQuery = z.infer<typeof FindDataSourceSyncsQuery>;
259
+ export declare const ListDataSourceInstancesForConnectionQuery: z.ZodObject<{
260
+ dataSourceId: z.ZodOptional<z.ZodString>;
261
+ } & {
262
+ limit: z.ZodOptional<z.ZodNumber>;
263
+ cursor: z.ZodOptional<z.ZodString>;
264
+ }, "strip", z.ZodTypeAny, {
265
+ limit?: number | undefined;
266
+ cursor?: string | undefined;
267
+ dataSourceId?: string | undefined;
268
+ }, {
269
+ limit?: number | undefined;
270
+ cursor?: string | undefined;
271
+ dataSourceId?: string | undefined;
272
+ }>;
273
+ export type ListDataSourceInstancesForConnectionQuery = z.infer<typeof ListDataSourceInstancesForConnectionQuery>;
274
+ export declare const FindDataSourceInstanceSyncsQuery: z.ZodObject<{
275
+ dataSourceId: z.ZodOptional<z.ZodString>;
276
+ } & {
277
+ limit: z.ZodOptional<z.ZodNumber>;
278
+ cursor: z.ZodOptional<z.ZodString>;
279
+ } & {
280
+ userId: z.ZodOptional<z.ZodString>;
281
+ connectionId: z.ZodOptional<z.ZodString>;
282
+ integrationId: z.ZodOptional<z.ZodString>;
283
+ dataSourceInstanceId: z.ZodOptional<z.ZodString>;
284
+ }, "strip", z.ZodTypeAny, {
285
+ limit?: number | undefined;
286
+ cursor?: string | undefined;
287
+ userId?: string | undefined;
288
+ connectionId?: string | undefined;
289
+ integrationId?: string | undefined;
290
+ dataSourceId?: string | undefined;
291
+ dataSourceInstanceId?: string | undefined;
292
+ }, {
293
+ limit?: number | undefined;
294
+ cursor?: string | undefined;
295
+ userId?: string | undefined;
296
+ connectionId?: string | undefined;
297
+ integrationId?: string | undefined;
298
+ dataSourceId?: string | undefined;
299
+ dataSourceInstanceId?: string | undefined;
300
+ }>;
301
+ export type FindDataSourceInstanceSyncsQuery = z.infer<typeof FindDataSourceInstanceSyncsQuery>;
302
+ export declare const DataSource: z.ZodObject<{
303
+ id: z.ZodString;
304
+ name: z.ZodString;
305
+ } & {
306
+ key: z.ZodString;
307
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
308
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
309
+ } & {
310
+ revision: z.ZodString;
311
+ publishedRevision: z.ZodOptional<z.ZodString>;
312
+ integrationId: z.ZodOptional<z.ZodString>;
313
+ universalDataSourceId: z.ZodOptional<z.ZodString>;
314
+ universalDataSourceRevision: z.ZodOptional<z.ZodString>;
315
+ udm: z.ZodOptional<z.ZodString>;
316
+ pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
317
+ fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
318
+ collectionKey: z.ZodOptional<z.ZodString>;
319
+ collectionParameters: z.ZodOptional<z.ZodAny>;
320
+ archivedAt: z.ZodOptional<z.ZodString>;
321
+ createdAt: z.ZodOptional<z.ZodString>;
322
+ updatedAt: z.ZodOptional<z.ZodString>;
323
+ customized: z.ZodOptional<z.ZodBoolean>;
324
+ defaultPath: z.ZodOptional<z.ZodString>;
325
+ } & {
326
+ integration: z.ZodOptional<z.ZodObject<{
327
+ id: z.ZodString;
328
+ name: z.ZodString;
329
+ } & {
330
+ key: z.ZodString;
331
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
332
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
333
+ } & {
334
+ logoUri: z.ZodString;
335
+ connectorId: z.ZodOptional<z.ZodString>;
336
+ connectorVersion: z.ZodOptional<z.ZodString>;
337
+ authOptions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
338
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
339
+ parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
340
+ parameters: z.ZodOptional<z.ZodAny>;
341
+ baseUri: z.ZodString;
342
+ archivedAt: z.ZodOptional<z.ZodString>;
343
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
344
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
345
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
346
+ hasData: z.ZodOptional<z.ZodBoolean>;
347
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
348
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
349
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
350
+ isTest: z.ZodOptional<z.ZodBoolean>;
351
+ appUuid: z.ZodOptional<z.ZodString>;
352
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
353
+ authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
354
+ }, "strip", z.ZodTypeAny, {
355
+ key: string;
356
+ id: string;
357
+ name: string;
358
+ baseUri: string;
359
+ logoUri: string;
360
+ state?: import("..").WorkspaceElementState | undefined;
361
+ errors?: any[] | undefined;
362
+ parameters?: any;
363
+ parametersSchema?: import("../..").DataSchema | undefined;
364
+ archivedAt?: string | undefined;
365
+ isTest?: boolean | undefined;
366
+ connectorId?: string | undefined;
367
+ connectorVersion?: string | undefined;
368
+ authOptions?: any[] | undefined;
369
+ oAuthCallbackUri?: string | undefined;
370
+ hasMissingParameters?: boolean | undefined;
371
+ hasDocumentation?: boolean | undefined;
372
+ hasOperations?: boolean | undefined;
373
+ hasData?: boolean | undefined;
374
+ hasEvents?: boolean | undefined;
375
+ hasGlobalWebhooks?: boolean | undefined;
376
+ hasUdm?: boolean | undefined;
377
+ appUuid?: string | undefined;
378
+ isDeactivated?: boolean | undefined;
379
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
380
+ }, {
381
+ key: string;
382
+ id: string;
383
+ name: string;
384
+ baseUri: string;
385
+ logoUri: string;
386
+ state?: import("..").WorkspaceElementState | undefined;
387
+ errors?: any[] | undefined;
388
+ parameters?: any;
389
+ parametersSchema?: import("../..").DataSchema | undefined;
390
+ archivedAt?: string | undefined;
391
+ isTest?: boolean | undefined;
392
+ connectorId?: string | undefined;
393
+ connectorVersion?: string | undefined;
394
+ authOptions?: any[] | undefined;
395
+ oAuthCallbackUri?: string | undefined;
396
+ hasMissingParameters?: boolean | undefined;
397
+ hasDocumentation?: boolean | undefined;
398
+ hasOperations?: boolean | undefined;
399
+ hasData?: boolean | undefined;
400
+ hasEvents?: boolean | undefined;
401
+ hasGlobalWebhooks?: boolean | undefined;
402
+ hasUdm?: boolean | undefined;
403
+ appUuid?: string | undefined;
404
+ isDeactivated?: boolean | undefined;
405
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
406
+ }>>;
407
+ appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
408
+ element: z.ZodObject<{
409
+ id: z.ZodString;
410
+ name: z.ZodString;
411
+ } & {
412
+ key: z.ZodString;
413
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
414
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
415
+ } & {
416
+ revision: z.ZodString;
417
+ publishedRevision: z.ZodOptional<z.ZodString>;
418
+ integrationId: z.ZodOptional<z.ZodString>;
419
+ universalDataSourceId: z.ZodOptional<z.ZodString>;
420
+ universalDataSourceRevision: z.ZodOptional<z.ZodString>;
421
+ udm: z.ZodOptional<z.ZodString>;
422
+ pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
423
+ fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
424
+ collectionKey: z.ZodOptional<z.ZodString>;
425
+ collectionParameters: z.ZodOptional<z.ZodAny>;
426
+ archivedAt: z.ZodOptional<z.ZodString>;
427
+ createdAt: z.ZodOptional<z.ZodString>;
428
+ updatedAt: z.ZodOptional<z.ZodString>;
429
+ customized: z.ZodOptional<z.ZodBoolean>;
430
+ defaultPath: z.ZodOptional<z.ZodString>;
431
+ }, "strip", z.ZodTypeAny, {
432
+ key: string;
433
+ id: string;
434
+ name: string;
435
+ revision: string;
436
+ state?: import("..").WorkspaceElementState | undefined;
437
+ errors?: any[] | undefined;
438
+ integrationId?: string | undefined;
439
+ udm?: string | undefined;
440
+ createdAt?: string | undefined;
441
+ updatedAt?: string | undefined;
442
+ archivedAt?: string | undefined;
443
+ publishedRevision?: string | undefined;
444
+ customized?: boolean | undefined;
445
+ universalDataSourceId?: string | undefined;
446
+ collectionKey?: string | undefined;
447
+ collectionParameters?: any;
448
+ pullUpdatesIntervalSeconds?: number | undefined;
449
+ fullSyncIntervalSeconds?: number | undefined;
450
+ defaultPath?: string | undefined;
451
+ universalDataSourceRevision?: string | undefined;
452
+ }, {
453
+ key: string;
454
+ id: string;
455
+ name: string;
456
+ revision: string;
457
+ state?: import("..").WorkspaceElementState | undefined;
458
+ errors?: any[] | undefined;
459
+ integrationId?: string | undefined;
460
+ udm?: string | undefined;
461
+ createdAt?: string | undefined;
462
+ updatedAt?: string | undefined;
463
+ archivedAt?: string | undefined;
464
+ publishedRevision?: string | undefined;
465
+ customized?: boolean | undefined;
466
+ universalDataSourceId?: string | undefined;
467
+ collectionKey?: string | undefined;
468
+ collectionParameters?: any;
469
+ pullUpdatesIntervalSeconds?: number | undefined;
470
+ fullSyncIntervalSeconds?: number | undefined;
471
+ defaultPath?: string | undefined;
472
+ universalDataSourceRevision?: string | undefined;
473
+ }>;
474
+ integration: z.ZodObject<{
475
+ id: z.ZodString;
476
+ name: z.ZodString;
477
+ } & {
478
+ key: z.ZodString;
479
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
480
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
481
+ } & {
482
+ logoUri: z.ZodString;
483
+ connectorId: z.ZodOptional<z.ZodString>;
484
+ connectorVersion: z.ZodOptional<z.ZodString>;
485
+ authOptions: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
486
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
487
+ parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
488
+ parameters: z.ZodOptional<z.ZodAny>;
489
+ baseUri: z.ZodString;
490
+ archivedAt: z.ZodOptional<z.ZodString>;
491
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
492
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
493
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
494
+ hasData: z.ZodOptional<z.ZodBoolean>;
495
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
496
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
497
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
498
+ isTest: z.ZodOptional<z.ZodBoolean>;
499
+ appUuid: z.ZodOptional<z.ZodString>;
500
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
501
+ authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
502
+ }, "strip", z.ZodTypeAny, {
503
+ key: string;
504
+ id: string;
505
+ name: string;
506
+ baseUri: string;
507
+ logoUri: string;
508
+ state?: import("..").WorkspaceElementState | undefined;
509
+ errors?: any[] | undefined;
510
+ parameters?: any;
511
+ parametersSchema?: import("../..").DataSchema | undefined;
512
+ archivedAt?: string | undefined;
513
+ isTest?: boolean | undefined;
514
+ connectorId?: string | undefined;
515
+ connectorVersion?: string | undefined;
516
+ authOptions?: any[] | undefined;
517
+ oAuthCallbackUri?: string | undefined;
518
+ hasMissingParameters?: boolean | undefined;
519
+ hasDocumentation?: boolean | undefined;
520
+ hasOperations?: boolean | undefined;
521
+ hasData?: boolean | undefined;
522
+ hasEvents?: boolean | undefined;
523
+ hasGlobalWebhooks?: boolean | undefined;
524
+ hasUdm?: boolean | undefined;
525
+ appUuid?: string | undefined;
526
+ isDeactivated?: boolean | undefined;
527
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
528
+ }, {
529
+ key: string;
530
+ id: string;
531
+ name: string;
532
+ baseUri: string;
533
+ logoUri: string;
534
+ state?: import("..").WorkspaceElementState | undefined;
535
+ errors?: any[] | undefined;
536
+ parameters?: any;
537
+ parametersSchema?: import("../..").DataSchema | undefined;
538
+ archivedAt?: string | undefined;
539
+ isTest?: boolean | undefined;
540
+ connectorId?: string | undefined;
541
+ connectorVersion?: string | undefined;
542
+ authOptions?: any[] | undefined;
543
+ oAuthCallbackUri?: string | undefined;
544
+ hasMissingParameters?: boolean | undefined;
545
+ hasDocumentation?: boolean | undefined;
546
+ hasOperations?: boolean | undefined;
547
+ hasData?: boolean | undefined;
548
+ hasEvents?: boolean | undefined;
549
+ hasGlobalWebhooks?: boolean | undefined;
550
+ hasUdm?: boolean | undefined;
551
+ appUuid?: string | undefined;
552
+ isDeactivated?: boolean | undefined;
553
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
554
+ }>;
555
+ }, "strip", z.ZodTypeAny, {
556
+ integration: {
557
+ key: string;
558
+ id: string;
559
+ name: string;
560
+ baseUri: string;
561
+ logoUri: string;
562
+ state?: import("..").WorkspaceElementState | undefined;
563
+ errors?: any[] | undefined;
564
+ parameters?: any;
565
+ parametersSchema?: import("../..").DataSchema | undefined;
566
+ archivedAt?: string | undefined;
567
+ isTest?: boolean | undefined;
568
+ connectorId?: string | undefined;
569
+ connectorVersion?: string | undefined;
570
+ authOptions?: any[] | undefined;
571
+ oAuthCallbackUri?: string | undefined;
572
+ hasMissingParameters?: boolean | undefined;
573
+ hasDocumentation?: boolean | undefined;
574
+ hasOperations?: boolean | undefined;
575
+ hasData?: boolean | undefined;
576
+ hasEvents?: boolean | undefined;
577
+ hasGlobalWebhooks?: boolean | undefined;
578
+ hasUdm?: boolean | undefined;
579
+ appUuid?: string | undefined;
580
+ isDeactivated?: boolean | undefined;
581
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
582
+ };
583
+ element: {
584
+ key: string;
585
+ id: string;
586
+ name: string;
587
+ revision: string;
588
+ state?: import("..").WorkspaceElementState | undefined;
589
+ errors?: any[] | undefined;
590
+ integrationId?: string | undefined;
591
+ udm?: string | undefined;
592
+ createdAt?: string | undefined;
593
+ updatedAt?: string | undefined;
594
+ archivedAt?: string | undefined;
595
+ publishedRevision?: string | undefined;
596
+ customized?: boolean | undefined;
597
+ universalDataSourceId?: string | undefined;
598
+ collectionKey?: string | undefined;
599
+ collectionParameters?: any;
600
+ pullUpdatesIntervalSeconds?: number | undefined;
601
+ fullSyncIntervalSeconds?: number | undefined;
602
+ defaultPath?: string | undefined;
603
+ universalDataSourceRevision?: string | undefined;
604
+ };
605
+ }, {
606
+ integration: {
607
+ key: string;
608
+ id: string;
609
+ name: string;
610
+ baseUri: string;
611
+ logoUri: string;
612
+ state?: import("..").WorkspaceElementState | undefined;
613
+ errors?: any[] | undefined;
614
+ parameters?: any;
615
+ parametersSchema?: import("../..").DataSchema | undefined;
616
+ archivedAt?: string | undefined;
617
+ isTest?: boolean | undefined;
618
+ connectorId?: string | undefined;
619
+ connectorVersion?: string | undefined;
620
+ authOptions?: any[] | undefined;
621
+ oAuthCallbackUri?: string | undefined;
622
+ hasMissingParameters?: boolean | undefined;
623
+ hasDocumentation?: boolean | undefined;
624
+ hasOperations?: boolean | undefined;
625
+ hasData?: boolean | undefined;
626
+ hasEvents?: boolean | undefined;
627
+ hasGlobalWebhooks?: boolean | undefined;
628
+ hasUdm?: boolean | undefined;
629
+ appUuid?: string | undefined;
630
+ isDeactivated?: boolean | undefined;
631
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
632
+ };
633
+ element: {
634
+ key: string;
635
+ id: string;
636
+ name: string;
637
+ revision: string;
638
+ state?: import("..").WorkspaceElementState | undefined;
639
+ errors?: any[] | undefined;
640
+ integrationId?: string | undefined;
641
+ udm?: string | undefined;
642
+ createdAt?: string | undefined;
643
+ updatedAt?: string | undefined;
644
+ archivedAt?: string | undefined;
645
+ publishedRevision?: string | undefined;
646
+ customized?: boolean | undefined;
647
+ universalDataSourceId?: string | undefined;
648
+ collectionKey?: string | undefined;
649
+ collectionParameters?: any;
650
+ pullUpdatesIntervalSeconds?: number | undefined;
651
+ fullSyncIntervalSeconds?: number | undefined;
652
+ defaultPath?: string | undefined;
653
+ universalDataSourceRevision?: string | undefined;
654
+ };
655
+ }>, "many">>;
656
+ }, "strip", z.ZodTypeAny, {
657
+ key: string;
658
+ id: string;
659
+ name: string;
660
+ revision: string;
661
+ integration?: {
662
+ key: string;
663
+ id: string;
664
+ name: string;
665
+ baseUri: string;
666
+ logoUri: string;
667
+ state?: import("..").WorkspaceElementState | undefined;
668
+ errors?: any[] | undefined;
669
+ parameters?: any;
670
+ parametersSchema?: import("../..").DataSchema | undefined;
671
+ archivedAt?: string | undefined;
672
+ isTest?: boolean | undefined;
673
+ connectorId?: string | undefined;
674
+ connectorVersion?: string | undefined;
675
+ authOptions?: any[] | undefined;
676
+ oAuthCallbackUri?: string | undefined;
677
+ hasMissingParameters?: boolean | undefined;
678
+ hasDocumentation?: boolean | undefined;
679
+ hasOperations?: boolean | undefined;
680
+ hasData?: boolean | undefined;
681
+ hasEvents?: boolean | undefined;
682
+ hasGlobalWebhooks?: boolean | undefined;
683
+ hasUdm?: boolean | undefined;
684
+ appUuid?: string | undefined;
685
+ isDeactivated?: boolean | undefined;
686
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
687
+ } | undefined;
688
+ state?: import("..").WorkspaceElementState | undefined;
689
+ errors?: any[] | undefined;
690
+ integrationId?: string | undefined;
691
+ udm?: string | undefined;
692
+ createdAt?: string | undefined;
693
+ updatedAt?: string | undefined;
694
+ archivedAt?: string | undefined;
695
+ publishedRevision?: string | undefined;
696
+ customized?: boolean | undefined;
697
+ appliedToIntegrations?: {
698
+ integration: {
699
+ key: string;
700
+ id: string;
701
+ name: string;
702
+ baseUri: string;
703
+ logoUri: string;
704
+ state?: import("..").WorkspaceElementState | undefined;
705
+ errors?: any[] | undefined;
706
+ parameters?: any;
707
+ parametersSchema?: import("../..").DataSchema | undefined;
708
+ archivedAt?: string | undefined;
709
+ isTest?: boolean | undefined;
710
+ connectorId?: string | undefined;
711
+ connectorVersion?: string | undefined;
712
+ authOptions?: any[] | undefined;
713
+ oAuthCallbackUri?: string | undefined;
714
+ hasMissingParameters?: boolean | undefined;
715
+ hasDocumentation?: boolean | undefined;
716
+ hasOperations?: boolean | undefined;
717
+ hasData?: boolean | undefined;
718
+ hasEvents?: boolean | undefined;
719
+ hasGlobalWebhooks?: boolean | undefined;
720
+ hasUdm?: boolean | undefined;
721
+ appUuid?: string | undefined;
722
+ isDeactivated?: boolean | undefined;
723
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
724
+ };
725
+ element: {
726
+ key: string;
727
+ id: string;
728
+ name: string;
729
+ revision: string;
730
+ state?: import("..").WorkspaceElementState | undefined;
731
+ errors?: any[] | undefined;
732
+ integrationId?: string | undefined;
733
+ udm?: string | undefined;
734
+ createdAt?: string | undefined;
735
+ updatedAt?: string | undefined;
736
+ archivedAt?: string | undefined;
737
+ publishedRevision?: string | undefined;
738
+ customized?: boolean | undefined;
739
+ universalDataSourceId?: string | undefined;
740
+ collectionKey?: string | undefined;
741
+ collectionParameters?: any;
742
+ pullUpdatesIntervalSeconds?: number | undefined;
743
+ fullSyncIntervalSeconds?: number | undefined;
744
+ defaultPath?: string | undefined;
745
+ universalDataSourceRevision?: string | undefined;
746
+ };
747
+ }[] | undefined;
748
+ universalDataSourceId?: string | undefined;
749
+ collectionKey?: string | undefined;
750
+ collectionParameters?: any;
751
+ pullUpdatesIntervalSeconds?: number | undefined;
752
+ fullSyncIntervalSeconds?: number | undefined;
753
+ defaultPath?: string | undefined;
754
+ universalDataSourceRevision?: string | undefined;
755
+ }, {
756
+ key: string;
757
+ id: string;
758
+ name: string;
759
+ revision: string;
760
+ integration?: {
761
+ key: string;
762
+ id: string;
763
+ name: string;
764
+ baseUri: string;
765
+ logoUri: string;
766
+ state?: import("..").WorkspaceElementState | undefined;
767
+ errors?: any[] | undefined;
768
+ parameters?: any;
769
+ parametersSchema?: import("../..").DataSchema | undefined;
770
+ archivedAt?: string | undefined;
771
+ isTest?: boolean | undefined;
772
+ connectorId?: string | undefined;
773
+ connectorVersion?: string | undefined;
774
+ authOptions?: any[] | undefined;
775
+ oAuthCallbackUri?: string | undefined;
776
+ hasMissingParameters?: boolean | undefined;
777
+ hasDocumentation?: boolean | undefined;
778
+ hasOperations?: boolean | undefined;
779
+ hasData?: boolean | undefined;
780
+ hasEvents?: boolean | undefined;
781
+ hasGlobalWebhooks?: boolean | undefined;
782
+ hasUdm?: boolean | undefined;
783
+ appUuid?: string | undefined;
784
+ isDeactivated?: boolean | undefined;
785
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
786
+ } | undefined;
787
+ state?: import("..").WorkspaceElementState | undefined;
788
+ errors?: any[] | undefined;
789
+ integrationId?: string | undefined;
790
+ udm?: string | undefined;
791
+ createdAt?: string | undefined;
792
+ updatedAt?: string | undefined;
793
+ archivedAt?: string | undefined;
794
+ publishedRevision?: string | undefined;
795
+ customized?: boolean | undefined;
796
+ appliedToIntegrations?: {
797
+ integration: {
798
+ key: string;
799
+ id: string;
800
+ name: string;
801
+ baseUri: string;
802
+ logoUri: string;
803
+ state?: import("..").WorkspaceElementState | undefined;
804
+ errors?: any[] | undefined;
805
+ parameters?: any;
806
+ parametersSchema?: import("../..").DataSchema | undefined;
807
+ archivedAt?: string | undefined;
808
+ isTest?: boolean | undefined;
809
+ connectorId?: string | undefined;
810
+ connectorVersion?: string | undefined;
811
+ authOptions?: any[] | undefined;
812
+ oAuthCallbackUri?: string | undefined;
813
+ hasMissingParameters?: boolean | undefined;
814
+ hasDocumentation?: boolean | undefined;
815
+ hasOperations?: boolean | undefined;
816
+ hasData?: boolean | undefined;
817
+ hasEvents?: boolean | undefined;
818
+ hasGlobalWebhooks?: boolean | undefined;
819
+ hasUdm?: boolean | undefined;
820
+ appUuid?: string | undefined;
821
+ isDeactivated?: boolean | undefined;
822
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
823
+ };
824
+ element: {
825
+ key: string;
826
+ id: string;
827
+ name: string;
828
+ revision: string;
829
+ state?: import("..").WorkspaceElementState | undefined;
830
+ errors?: any[] | undefined;
831
+ integrationId?: string | undefined;
832
+ udm?: string | undefined;
833
+ createdAt?: string | undefined;
834
+ updatedAt?: string | undefined;
835
+ archivedAt?: string | undefined;
836
+ publishedRevision?: string | undefined;
837
+ customized?: boolean | undefined;
838
+ universalDataSourceId?: string | undefined;
839
+ collectionKey?: string | undefined;
840
+ collectionParameters?: any;
841
+ pullUpdatesIntervalSeconds?: number | undefined;
842
+ fullSyncIntervalSeconds?: number | undefined;
843
+ defaultPath?: string | undefined;
844
+ universalDataSourceRevision?: string | undefined;
845
+ };
846
+ }[] | undefined;
847
+ universalDataSourceId?: string | undefined;
848
+ collectionKey?: string | undefined;
849
+ collectionParameters?: any;
850
+ pullUpdatesIntervalSeconds?: number | undefined;
851
+ fullSyncIntervalSeconds?: number | undefined;
852
+ defaultPath?: string | undefined;
853
+ universalDataSourceRevision?: string | undefined;
854
+ }>;
855
+ export type DataSource = z.infer<typeof DataSource>;
99
856
  export type DataSourceApiResponse = DataSource;