@membranehq/sdk 0.7.0 → 0.7.3
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/bundle.d.ts +3445 -3621
- package/dist/bundle.js +10 -1
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/connections-accessors.d.ts +4 -3
- package/dist/dts/accessors/integrations-accessors.d.ts +4 -3
- package/dist/dts/accessors/scenarios-accessors.d.ts +4 -3
- package/dist/dts/config/config.test.d.ts +1 -0
- package/dist/dts/config/index.d.ts +42 -0
- package/dist/dts/entity-repository.d.ts +2 -2
- package/dist/dts/index.browser.d.ts +31 -0
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/index.node.d.ts +2 -0
- package/dist/dts/integration-elements/index.d.ts +0 -2
- package/dist/dts/orgs/types.d.ts +1 -0
- package/dist/dts/{workspace-elements/base/scenarios/types.d.ts → scenario-templates/index.d.ts} +64 -169
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +39 -37
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +37 -37
- package/dist/dts/workspace-elements/api/actions-api.d.ts +64 -46
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +17 -2
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/connections-api.d.ts +57 -34
- package/dist/dts/workspace-elements/api/customers-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +29 -16
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +51 -32
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +70 -36
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +27 -22
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +27 -22
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +21 -16
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +7 -0
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +122 -76
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +58 -24
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +116 -104
- package/dist/dts/workspace-elements/api/flows-api.d.ts +133 -693
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +12 -14
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +434 -431
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +5 -8
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/actions/index.d.ts +18 -15
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/connections/types.d.ts +5 -8
- package/dist/dts/workspace-elements/base/customers/index.d.ts +3 -0
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +5 -2
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +7 -4
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +17 -10
- package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +7 -4
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +15 -8
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +26 -26
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -15
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/flows/types.d.ts +21 -14
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +18 -0
- package/dist/dts/workspace-elements/base/scenarios/index.d.ts +163 -1
- package/dist/dts/workspace-elements/types.d.ts +118 -0
- package/dist/dts/workspace-elements-catalog/index.d.ts +1 -0
- package/dist/{index.module.d.mts → index.browser.d.mts} +17767 -17803
- package/dist/{index.d.ts → index.browser.d.ts} +17767 -17803
- package/dist/{index.js → index.browser.js} +114 -132
- package/dist/index.browser.js.map +1 -0
- package/dist/{index.module.mjs → index.browser.mjs} +110 -129
- package/dist/index.browser.mjs.map +1 -0
- package/dist/index.node.d.mts +27932 -0
- package/dist/index.node.d.ts +27932 -0
- package/dist/index.node.js +13334 -0
- package/dist/index.node.js.map +1 -0
- package/dist/index.node.mjs +12862 -0
- package/dist/index.node.mjs.map +1 -0
- package/package.json +38 -15
- package/dist/index.js.map +0 -1
- package/dist/index.module.mjs.map +0 -1
|
@@ -57,6 +57,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
57
57
|
key: z.ZodOptional<z.ZodString>;
|
|
58
58
|
uuid: z.ZodOptional<z.ZodString>;
|
|
59
59
|
description: z.ZodOptional<z.ZodString>;
|
|
60
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
60
61
|
name: z.ZodString;
|
|
61
62
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
62
63
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -77,6 +78,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
77
78
|
key: z.ZodOptional<z.ZodString>;
|
|
78
79
|
uuid: z.ZodOptional<z.ZodString>;
|
|
79
80
|
description: z.ZodOptional<z.ZodString>;
|
|
81
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
80
82
|
name: z.ZodString;
|
|
81
83
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
82
84
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -92,6 +94,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
92
94
|
key?: string | undefined;
|
|
93
95
|
uuid?: string | undefined;
|
|
94
96
|
description?: string | undefined;
|
|
97
|
+
meta?: Record<string, any> | undefined;
|
|
95
98
|
state?: import("..").WorkspaceElementState | undefined;
|
|
96
99
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
97
100
|
revision?: string | undefined;
|
|
@@ -105,6 +108,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
105
108
|
key?: string | undefined;
|
|
106
109
|
uuid?: string | undefined;
|
|
107
110
|
description?: string | undefined;
|
|
111
|
+
meta?: Record<string, any> | undefined;
|
|
108
112
|
state?: import("..").WorkspaceElementState | undefined;
|
|
109
113
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
110
114
|
revision?: string | undefined;
|
|
@@ -121,6 +125,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
121
125
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
122
126
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
123
127
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
128
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
124
129
|
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
|
|
125
130
|
integrationId: z.ZodString;
|
|
126
131
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
@@ -130,24 +135,21 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
130
135
|
nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
|
|
131
136
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
132
137
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
133
|
-
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
134
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
135
138
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
136
139
|
}, "strip", z.ZodTypeAny, {
|
|
137
140
|
id: string;
|
|
138
141
|
name: string;
|
|
139
142
|
createdAt: string;
|
|
140
143
|
updatedAt: string;
|
|
141
|
-
userId: string;
|
|
142
144
|
integrationId: string;
|
|
145
|
+
userId: string;
|
|
143
146
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
147
|
+
meta?: Record<string, any> | undefined;
|
|
144
148
|
state?: import("..").WorkspaceElementState | undefined;
|
|
145
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
146
149
|
archivedAt?: string | undefined;
|
|
147
150
|
isDeactivated?: boolean | undefined;
|
|
148
151
|
authOptionKey?: string | undefined;
|
|
149
152
|
isTest?: boolean | undefined;
|
|
150
|
-
meta?: Record<string, any> | undefined;
|
|
151
153
|
disconnected?: boolean | undefined;
|
|
152
154
|
isDefunct?: boolean | undefined;
|
|
153
155
|
lastActiveAt?: string | undefined;
|
|
@@ -157,16 +159,15 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
157
159
|
name: string;
|
|
158
160
|
createdAt: string;
|
|
159
161
|
updatedAt: string;
|
|
160
|
-
userId: string;
|
|
161
162
|
integrationId: string;
|
|
163
|
+
userId: string;
|
|
162
164
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
165
|
+
meta?: Record<string, any> | undefined;
|
|
163
166
|
state?: import("..").WorkspaceElementState | undefined;
|
|
164
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
165
167
|
archivedAt?: string | undefined;
|
|
166
168
|
isDeactivated?: boolean | undefined;
|
|
167
169
|
authOptionKey?: string | undefined;
|
|
168
170
|
isTest?: boolean | undefined;
|
|
169
|
-
meta?: Record<string, any> | undefined;
|
|
170
171
|
disconnected?: boolean | undefined;
|
|
171
172
|
isDefunct?: boolean | undefined;
|
|
172
173
|
lastActiveAt?: string | undefined;
|
|
@@ -177,6 +178,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
177
178
|
key: z.ZodOptional<z.ZodString>;
|
|
178
179
|
uuid: z.ZodOptional<z.ZodString>;
|
|
179
180
|
description: z.ZodOptional<z.ZodString>;
|
|
181
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
180
182
|
name: z.ZodString;
|
|
181
183
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
182
184
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -211,6 +213,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
211
213
|
key?: string | undefined;
|
|
212
214
|
uuid?: string | undefined;
|
|
213
215
|
description?: string | undefined;
|
|
216
|
+
meta?: Record<string, any> | undefined;
|
|
214
217
|
state?: import("..").WorkspaceElementState | undefined;
|
|
215
218
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
216
219
|
revision?: string | undefined;
|
|
@@ -242,6 +245,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
242
245
|
key?: string | undefined;
|
|
243
246
|
uuid?: string | undefined;
|
|
244
247
|
description?: string | undefined;
|
|
248
|
+
meta?: Record<string, any> | undefined;
|
|
245
249
|
state?: import("..").WorkspaceElementState | undefined;
|
|
246
250
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
247
251
|
revision?: string | undefined;
|
|
@@ -270,6 +274,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
270
274
|
user: z.ZodOptional<z.ZodObject<{
|
|
271
275
|
id: z.ZodString;
|
|
272
276
|
name: z.ZodString;
|
|
277
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
273
278
|
internalId: z.ZodString;
|
|
274
279
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
275
280
|
credentials: z.ZodOptional<z.ZodAny>;
|
|
@@ -282,6 +287,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
282
287
|
id: string;
|
|
283
288
|
name: string;
|
|
284
289
|
internalId: string;
|
|
290
|
+
meta?: Record<string, any> | undefined;
|
|
285
291
|
createdAt?: string | undefined;
|
|
286
292
|
archivedAt?: string | undefined;
|
|
287
293
|
credentials?: any;
|
|
@@ -293,6 +299,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
293
299
|
id: string;
|
|
294
300
|
name: string;
|
|
295
301
|
internalId: string;
|
|
302
|
+
meta?: Record<string, any> | undefined;
|
|
296
303
|
createdAt?: string | undefined;
|
|
297
304
|
archivedAt?: string | undefined;
|
|
298
305
|
credentials?: any;
|
|
@@ -304,24 +311,23 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
304
311
|
}, "strip", z.ZodTypeAny, {
|
|
305
312
|
id: string;
|
|
306
313
|
name: string;
|
|
307
|
-
userId: string;
|
|
308
314
|
integrationId: string;
|
|
315
|
+
userId: string;
|
|
309
316
|
key?: string | undefined;
|
|
310
317
|
connection?: {
|
|
311
318
|
id: string;
|
|
312
319
|
name: string;
|
|
313
320
|
createdAt: string;
|
|
314
321
|
updatedAt: string;
|
|
315
|
-
userId: string;
|
|
316
322
|
integrationId: string;
|
|
323
|
+
userId: string;
|
|
317
324
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
325
|
+
meta?: Record<string, any> | undefined;
|
|
318
326
|
state?: import("..").WorkspaceElementState | undefined;
|
|
319
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
320
327
|
archivedAt?: string | undefined;
|
|
321
328
|
isDeactivated?: boolean | undefined;
|
|
322
329
|
authOptionKey?: string | undefined;
|
|
323
330
|
isTest?: boolean | undefined;
|
|
324
|
-
meta?: Record<string, any> | undefined;
|
|
325
331
|
disconnected?: boolean | undefined;
|
|
326
332
|
isDefunct?: boolean | undefined;
|
|
327
333
|
lastActiveAt?: string | undefined;
|
|
@@ -334,6 +340,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
334
340
|
key?: string | undefined;
|
|
335
341
|
uuid?: string | undefined;
|
|
336
342
|
description?: string | undefined;
|
|
343
|
+
meta?: Record<string, any> | undefined;
|
|
337
344
|
state?: import("..").WorkspaceElementState | undefined;
|
|
338
345
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
339
346
|
revision?: string | undefined;
|
|
@@ -361,6 +368,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
361
368
|
} | undefined;
|
|
362
369
|
uuid?: string | undefined;
|
|
363
370
|
description?: string | undefined;
|
|
371
|
+
meta?: Record<string, any> | undefined;
|
|
364
372
|
state?: import("..").WorkspaceElementState | undefined;
|
|
365
373
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
366
374
|
revision?: string | undefined;
|
|
@@ -374,6 +382,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
374
382
|
id: string;
|
|
375
383
|
name: string;
|
|
376
384
|
internalId: string;
|
|
385
|
+
meta?: Record<string, any> | undefined;
|
|
377
386
|
createdAt?: string | undefined;
|
|
378
387
|
archivedAt?: string | undefined;
|
|
379
388
|
credentials?: any;
|
|
@@ -389,6 +398,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
389
398
|
key?: string | undefined;
|
|
390
399
|
uuid?: string | undefined;
|
|
391
400
|
description?: string | undefined;
|
|
401
|
+
meta?: Record<string, any> | undefined;
|
|
392
402
|
state?: import("..").WorkspaceElementState | undefined;
|
|
393
403
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
394
404
|
revision?: string | undefined;
|
|
@@ -400,24 +410,23 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
400
410
|
}, {
|
|
401
411
|
id: string;
|
|
402
412
|
name: string;
|
|
403
|
-
userId: string;
|
|
404
413
|
integrationId: string;
|
|
414
|
+
userId: string;
|
|
405
415
|
key?: string | undefined;
|
|
406
416
|
connection?: {
|
|
407
417
|
id: string;
|
|
408
418
|
name: string;
|
|
409
419
|
createdAt: string;
|
|
410
420
|
updatedAt: string;
|
|
411
|
-
userId: string;
|
|
412
421
|
integrationId: string;
|
|
422
|
+
userId: string;
|
|
413
423
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
424
|
+
meta?: Record<string, any> | undefined;
|
|
414
425
|
state?: import("..").WorkspaceElementState | undefined;
|
|
415
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
416
426
|
archivedAt?: string | undefined;
|
|
417
427
|
isDeactivated?: boolean | undefined;
|
|
418
428
|
authOptionKey?: string | undefined;
|
|
419
429
|
isTest?: boolean | undefined;
|
|
420
|
-
meta?: Record<string, any> | undefined;
|
|
421
430
|
disconnected?: boolean | undefined;
|
|
422
431
|
isDefunct?: boolean | undefined;
|
|
423
432
|
lastActiveAt?: string | undefined;
|
|
@@ -430,6 +439,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
430
439
|
key?: string | undefined;
|
|
431
440
|
uuid?: string | undefined;
|
|
432
441
|
description?: string | undefined;
|
|
442
|
+
meta?: Record<string, any> | undefined;
|
|
433
443
|
state?: import("..").WorkspaceElementState | undefined;
|
|
434
444
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
435
445
|
revision?: string | undefined;
|
|
@@ -457,6 +467,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
457
467
|
} | undefined;
|
|
458
468
|
uuid?: string | undefined;
|
|
459
469
|
description?: string | undefined;
|
|
470
|
+
meta?: Record<string, any> | undefined;
|
|
460
471
|
state?: import("..").WorkspaceElementState | undefined;
|
|
461
472
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
462
473
|
revision?: string | undefined;
|
|
@@ -470,6 +481,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
470
481
|
id: string;
|
|
471
482
|
name: string;
|
|
472
483
|
internalId: string;
|
|
484
|
+
meta?: Record<string, any> | undefined;
|
|
473
485
|
createdAt?: string | undefined;
|
|
474
486
|
archivedAt?: string | undefined;
|
|
475
487
|
credentials?: any;
|
|
@@ -485,6 +497,7 @@ export declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
|
|
|
485
497
|
key?: string | undefined;
|
|
486
498
|
uuid?: string | undefined;
|
|
487
499
|
description?: string | undefined;
|
|
500
|
+
meta?: Record<string, any> | undefined;
|
|
488
501
|
state?: import("..").WorkspaceElementState | undefined;
|
|
489
502
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
490
503
|
revision?: string | undefined;
|
|
@@ -9,6 +9,7 @@ export declare const DataLinkTableApiResponse: import("zod").ZodObject<{
|
|
|
9
9
|
key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
10
10
|
uuid: import("zod").ZodOptional<import("zod").ZodString>;
|
|
11
11
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
12
|
+
meta: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
|
|
12
13
|
name: import("zod").ZodString;
|
|
13
14
|
state: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
14
15
|
errors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../..").ErrorDataSchema, import("zod").ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -24,6 +25,7 @@ export declare const DataLinkTableApiResponse: import("zod").ZodObject<{
|
|
|
24
25
|
key?: string | undefined;
|
|
25
26
|
uuid?: string | undefined;
|
|
26
27
|
description?: string | undefined;
|
|
28
|
+
meta?: Record<string, any> | undefined;
|
|
27
29
|
state?: import("..").WorkspaceElementState | undefined;
|
|
28
30
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
29
31
|
revision?: string | undefined;
|
|
@@ -37,6 +39,7 @@ export declare const DataLinkTableApiResponse: import("zod").ZodObject<{
|
|
|
37
39
|
key?: string | undefined;
|
|
38
40
|
uuid?: string | undefined;
|
|
39
41
|
description?: string | undefined;
|
|
42
|
+
meta?: Record<string, any> | undefined;
|
|
40
43
|
state?: import("..").WorkspaceElementState | undefined;
|
|
41
44
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
42
45
|
revision?: string | undefined;
|
|
@@ -4,6 +4,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
4
4
|
key: z.ZodOptional<z.ZodString>;
|
|
5
5
|
uuid: z.ZodOptional<z.ZodString>;
|
|
6
6
|
description: z.ZodOptional<z.ZodString>;
|
|
7
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7
8
|
name: z.ZodString;
|
|
8
9
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
9
10
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
@@ -724,6 +725,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
724
725
|
user: z.ZodOptional<z.ZodObject<{
|
|
725
726
|
id: z.ZodString;
|
|
726
727
|
name: z.ZodString;
|
|
728
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
727
729
|
internalId: z.ZodString;
|
|
728
730
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
729
731
|
credentials: z.ZodOptional<z.ZodAny>;
|
|
@@ -736,6 +738,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
736
738
|
id: string;
|
|
737
739
|
name: string;
|
|
738
740
|
internalId: string;
|
|
741
|
+
meta?: Record<string, any> | undefined;
|
|
739
742
|
createdAt?: string | undefined;
|
|
740
743
|
archivedAt?: string | undefined;
|
|
741
744
|
credentials?: any;
|
|
@@ -747,6 +750,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
747
750
|
id: string;
|
|
748
751
|
name: string;
|
|
749
752
|
internalId: string;
|
|
753
|
+
meta?: Record<string, any> | undefined;
|
|
750
754
|
createdAt?: string | undefined;
|
|
751
755
|
archivedAt?: string | undefined;
|
|
752
756
|
credentials?: any;
|
|
@@ -760,14 +764,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
760
764
|
key: z.ZodOptional<z.ZodString>;
|
|
761
765
|
uuid: z.ZodOptional<z.ZodString>;
|
|
762
766
|
description: z.ZodOptional<z.ZodString>;
|
|
767
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
768
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
769
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
770
|
+
} & {
|
|
763
771
|
name: z.ZodString;
|
|
764
772
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
765
773
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
774
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
775
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
776
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
777
|
+
archivedAt: z.ZodOptional<z.ZodString>;
|
|
766
778
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
779
|
+
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
767
780
|
} & {
|
|
768
|
-
revision: z.ZodString;
|
|
769
781
|
publishedRevision: z.ZodOptional<z.ZodString>;
|
|
770
|
-
integrationId: z.ZodOptional<z.ZodString>;
|
|
771
782
|
universalDataSourceId: z.ZodOptional<z.ZodString>;
|
|
772
783
|
universalDataSourceRevision: z.ZodOptional<z.ZodString>;
|
|
773
784
|
udm: z.ZodOptional<z.ZodString>;
|
|
@@ -775,27 +786,25 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
775
786
|
fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
|
|
776
787
|
collectionKey: z.ZodOptional<z.ZodString>;
|
|
777
788
|
collectionParameters: z.ZodOptional<z.ZodAny>;
|
|
778
|
-
archivedAt: z.ZodOptional<z.ZodString>;
|
|
779
|
-
createdAt: z.ZodOptional<z.ZodString>;
|
|
780
|
-
updatedAt: z.ZodOptional<z.ZodString>;
|
|
781
|
-
customized: z.ZodOptional<z.ZodBoolean>;
|
|
782
789
|
defaultPath: z.ZodOptional<z.ZodString>;
|
|
783
790
|
}, "strip", z.ZodTypeAny, {
|
|
784
791
|
id: string;
|
|
785
792
|
name: string;
|
|
786
|
-
revision: string;
|
|
787
793
|
key?: string | undefined;
|
|
788
794
|
uuid?: string | undefined;
|
|
789
795
|
description?: string | undefined;
|
|
796
|
+
meta?: Record<string, any> | undefined;
|
|
790
797
|
state?: import("..").WorkspaceElementState | undefined;
|
|
791
798
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
799
|
+
revision?: string | undefined;
|
|
792
800
|
createdAt?: string | undefined;
|
|
793
801
|
updatedAt?: string | undefined;
|
|
794
802
|
archivedAt?: string | undefined;
|
|
795
803
|
isDeactivated?: boolean | undefined;
|
|
796
804
|
integrationId?: string | undefined;
|
|
805
|
+
parentId?: string | undefined;
|
|
806
|
+
isCustomized?: boolean | undefined;
|
|
797
807
|
publishedRevision?: string | undefined;
|
|
798
|
-
customized?: boolean | undefined;
|
|
799
808
|
udm?: string | undefined;
|
|
800
809
|
universalDataSourceId?: string | undefined;
|
|
801
810
|
collectionKey?: string | undefined;
|
|
@@ -807,19 +816,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
807
816
|
}, {
|
|
808
817
|
id: string;
|
|
809
818
|
name: string;
|
|
810
|
-
revision: string;
|
|
811
819
|
key?: string | undefined;
|
|
812
820
|
uuid?: string | undefined;
|
|
813
821
|
description?: string | undefined;
|
|
822
|
+
meta?: Record<string, any> | undefined;
|
|
814
823
|
state?: import("..").WorkspaceElementState | undefined;
|
|
815
824
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
825
|
+
revision?: string | undefined;
|
|
816
826
|
createdAt?: string | undefined;
|
|
817
827
|
updatedAt?: string | undefined;
|
|
818
828
|
archivedAt?: string | undefined;
|
|
819
829
|
isDeactivated?: boolean | undefined;
|
|
820
830
|
integrationId?: string | undefined;
|
|
831
|
+
parentId?: string | undefined;
|
|
832
|
+
isCustomized?: boolean | undefined;
|
|
821
833
|
publishedRevision?: string | undefined;
|
|
822
|
-
customized?: boolean | undefined;
|
|
823
834
|
udm?: string | undefined;
|
|
824
835
|
universalDataSourceId?: string | undefined;
|
|
825
836
|
collectionKey?: string | undefined;
|
|
@@ -837,6 +848,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
837
848
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
838
849
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
839
850
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
851
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
840
852
|
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
|
|
841
853
|
integrationId: z.ZodString;
|
|
842
854
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
@@ -846,24 +858,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
846
858
|
nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
|
|
847
859
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
848
860
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
849
|
-
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
850
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
851
861
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
852
862
|
}, "strip", z.ZodTypeAny, {
|
|
853
863
|
id: string;
|
|
854
864
|
name: string;
|
|
855
865
|
createdAt: string;
|
|
856
866
|
updatedAt: string;
|
|
857
|
-
userId: string;
|
|
858
867
|
integrationId: string;
|
|
868
|
+
userId: string;
|
|
859
869
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
870
|
+
meta?: Record<string, any> | undefined;
|
|
860
871
|
state?: import("..").WorkspaceElementState | undefined;
|
|
861
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
862
872
|
archivedAt?: string | undefined;
|
|
863
873
|
isDeactivated?: boolean | undefined;
|
|
864
874
|
authOptionKey?: string | undefined;
|
|
865
875
|
isTest?: boolean | undefined;
|
|
866
|
-
meta?: Record<string, any> | undefined;
|
|
867
876
|
disconnected?: boolean | undefined;
|
|
868
877
|
isDefunct?: boolean | undefined;
|
|
869
878
|
lastActiveAt?: string | undefined;
|
|
@@ -873,16 +882,15 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
873
882
|
name: string;
|
|
874
883
|
createdAt: string;
|
|
875
884
|
updatedAt: string;
|
|
876
|
-
userId: string;
|
|
877
885
|
integrationId: string;
|
|
886
|
+
userId: string;
|
|
878
887
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
888
|
+
meta?: Record<string, any> | undefined;
|
|
879
889
|
state?: import("..").WorkspaceElementState | undefined;
|
|
880
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
881
890
|
archivedAt?: string | undefined;
|
|
882
891
|
isDeactivated?: boolean | undefined;
|
|
883
892
|
authOptionKey?: string | undefined;
|
|
884
893
|
isTest?: boolean | undefined;
|
|
885
|
-
meta?: Record<string, any> | undefined;
|
|
886
894
|
disconnected?: boolean | undefined;
|
|
887
895
|
isDefunct?: boolean | undefined;
|
|
888
896
|
lastActiveAt?: string | undefined;
|
|
@@ -893,6 +901,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
893
901
|
key: z.ZodOptional<z.ZodString>;
|
|
894
902
|
uuid: z.ZodOptional<z.ZodString>;
|
|
895
903
|
description: z.ZodOptional<z.ZodString>;
|
|
904
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
896
905
|
name: z.ZodString;
|
|
897
906
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
898
907
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -927,6 +936,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
927
936
|
key?: string | undefined;
|
|
928
937
|
uuid?: string | undefined;
|
|
929
938
|
description?: string | undefined;
|
|
939
|
+
meta?: Record<string, any> | undefined;
|
|
930
940
|
state?: import("..").WorkspaceElementState | undefined;
|
|
931
941
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
932
942
|
revision?: string | undefined;
|
|
@@ -958,6 +968,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
958
968
|
key?: string | undefined;
|
|
959
969
|
uuid?: string | undefined;
|
|
960
970
|
description?: string | undefined;
|
|
971
|
+
meta?: Record<string, any> | undefined;
|
|
961
972
|
state?: import("..").WorkspaceElementState | undefined;
|
|
962
973
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
963
974
|
revision?: string | undefined;
|
|
@@ -987,25 +998,24 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
987
998
|
id: string;
|
|
988
999
|
name: string;
|
|
989
1000
|
revision: string;
|
|
1001
|
+
integrationId: string;
|
|
990
1002
|
userId: string;
|
|
991
1003
|
connectionId: string;
|
|
992
|
-
integrationId: string;
|
|
993
1004
|
key?: string | undefined;
|
|
994
1005
|
connection?: {
|
|
995
1006
|
id: string;
|
|
996
1007
|
name: string;
|
|
997
1008
|
createdAt: string;
|
|
998
1009
|
updatedAt: string;
|
|
999
|
-
userId: string;
|
|
1000
1010
|
integrationId: string;
|
|
1011
|
+
userId: string;
|
|
1001
1012
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1013
|
+
meta?: Record<string, any> | undefined;
|
|
1002
1014
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1003
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1004
1015
|
archivedAt?: string | undefined;
|
|
1005
1016
|
isDeactivated?: boolean | undefined;
|
|
1006
1017
|
authOptionKey?: string | undefined;
|
|
1007
1018
|
isTest?: boolean | undefined;
|
|
1008
|
-
meta?: Record<string, any> | undefined;
|
|
1009
1019
|
disconnected?: boolean | undefined;
|
|
1010
1020
|
isDefunct?: boolean | undefined;
|
|
1011
1021
|
lastActiveAt?: string | undefined;
|
|
@@ -1019,6 +1029,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1019
1029
|
key?: string | undefined;
|
|
1020
1030
|
uuid?: string | undefined;
|
|
1021
1031
|
description?: string | undefined;
|
|
1032
|
+
meta?: Record<string, any> | undefined;
|
|
1022
1033
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1023
1034
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1024
1035
|
revision?: string | undefined;
|
|
@@ -1046,12 +1057,14 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1046
1057
|
} | undefined;
|
|
1047
1058
|
uuid?: string | undefined;
|
|
1048
1059
|
description?: string | undefined;
|
|
1060
|
+
meta?: Record<string, any> | undefined;
|
|
1049
1061
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1050
1062
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1051
1063
|
createdAt?: string | undefined;
|
|
1052
1064
|
updatedAt?: string | undefined;
|
|
1053
1065
|
archivedAt?: string | undefined;
|
|
1054
1066
|
isDeactivated?: boolean | undefined;
|
|
1067
|
+
isCustomized?: boolean | undefined;
|
|
1055
1068
|
instanceKey?: string | undefined;
|
|
1056
1069
|
dataSourceId?: string | undefined;
|
|
1057
1070
|
udm?: string | undefined;
|
|
@@ -1194,6 +1207,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1194
1207
|
id: string;
|
|
1195
1208
|
name: string;
|
|
1196
1209
|
internalId: string;
|
|
1210
|
+
meta?: Record<string, any> | undefined;
|
|
1197
1211
|
createdAt?: string | undefined;
|
|
1198
1212
|
archivedAt?: string | undefined;
|
|
1199
1213
|
credentials?: any;
|
|
@@ -1202,7 +1216,6 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1202
1216
|
lastActiveAt?: string | undefined;
|
|
1203
1217
|
isBillable?: boolean | undefined;
|
|
1204
1218
|
} | undefined;
|
|
1205
|
-
isCustomized?: boolean | undefined;
|
|
1206
1219
|
dataSourceRevision?: string | undefined;
|
|
1207
1220
|
universalDataSourceId?: string | undefined;
|
|
1208
1221
|
collectionKey?: string | undefined;
|
|
@@ -1215,19 +1228,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1215
1228
|
dataSource?: {
|
|
1216
1229
|
id: string;
|
|
1217
1230
|
name: string;
|
|
1218
|
-
revision: string;
|
|
1219
1231
|
key?: string | undefined;
|
|
1220
1232
|
uuid?: string | undefined;
|
|
1221
1233
|
description?: string | undefined;
|
|
1234
|
+
meta?: Record<string, any> | undefined;
|
|
1222
1235
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1223
1236
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1237
|
+
revision?: string | undefined;
|
|
1224
1238
|
createdAt?: string | undefined;
|
|
1225
1239
|
updatedAt?: string | undefined;
|
|
1226
1240
|
archivedAt?: string | undefined;
|
|
1227
1241
|
isDeactivated?: boolean | undefined;
|
|
1228
1242
|
integrationId?: string | undefined;
|
|
1243
|
+
parentId?: string | undefined;
|
|
1244
|
+
isCustomized?: boolean | undefined;
|
|
1229
1245
|
publishedRevision?: string | undefined;
|
|
1230
|
-
customized?: boolean | undefined;
|
|
1231
1246
|
udm?: string | undefined;
|
|
1232
1247
|
universalDataSourceId?: string | undefined;
|
|
1233
1248
|
collectionKey?: string | undefined;
|
|
@@ -1241,25 +1256,24 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1241
1256
|
id: string;
|
|
1242
1257
|
name: string;
|
|
1243
1258
|
revision: string;
|
|
1259
|
+
integrationId: string;
|
|
1244
1260
|
userId: string;
|
|
1245
1261
|
connectionId: string;
|
|
1246
|
-
integrationId: string;
|
|
1247
1262
|
key?: string | undefined;
|
|
1248
1263
|
connection?: {
|
|
1249
1264
|
id: string;
|
|
1250
1265
|
name: string;
|
|
1251
1266
|
createdAt: string;
|
|
1252
1267
|
updatedAt: string;
|
|
1253
|
-
userId: string;
|
|
1254
1268
|
integrationId: string;
|
|
1269
|
+
userId: string;
|
|
1255
1270
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1271
|
+
meta?: Record<string, any> | undefined;
|
|
1256
1272
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1257
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1258
1273
|
archivedAt?: string | undefined;
|
|
1259
1274
|
isDeactivated?: boolean | undefined;
|
|
1260
1275
|
authOptionKey?: string | undefined;
|
|
1261
1276
|
isTest?: boolean | undefined;
|
|
1262
|
-
meta?: Record<string, any> | undefined;
|
|
1263
1277
|
disconnected?: boolean | undefined;
|
|
1264
1278
|
isDefunct?: boolean | undefined;
|
|
1265
1279
|
lastActiveAt?: string | undefined;
|
|
@@ -1273,6 +1287,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1273
1287
|
key?: string | undefined;
|
|
1274
1288
|
uuid?: string | undefined;
|
|
1275
1289
|
description?: string | undefined;
|
|
1290
|
+
meta?: Record<string, any> | undefined;
|
|
1276
1291
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1277
1292
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1278
1293
|
revision?: string | undefined;
|
|
@@ -1300,12 +1315,14 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1300
1315
|
} | undefined;
|
|
1301
1316
|
uuid?: string | undefined;
|
|
1302
1317
|
description?: string | undefined;
|
|
1318
|
+
meta?: Record<string, any> | undefined;
|
|
1303
1319
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1304
1320
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1305
1321
|
createdAt?: string | undefined;
|
|
1306
1322
|
updatedAt?: string | undefined;
|
|
1307
1323
|
archivedAt?: string | undefined;
|
|
1308
1324
|
isDeactivated?: boolean | undefined;
|
|
1325
|
+
isCustomized?: boolean | undefined;
|
|
1309
1326
|
instanceKey?: string | undefined;
|
|
1310
1327
|
dataSourceId?: string | undefined;
|
|
1311
1328
|
udm?: string | undefined;
|
|
@@ -1448,6 +1465,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1448
1465
|
id: string;
|
|
1449
1466
|
name: string;
|
|
1450
1467
|
internalId: string;
|
|
1468
|
+
meta?: Record<string, any> | undefined;
|
|
1451
1469
|
createdAt?: string | undefined;
|
|
1452
1470
|
archivedAt?: string | undefined;
|
|
1453
1471
|
credentials?: any;
|
|
@@ -1456,7 +1474,6 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1456
1474
|
lastActiveAt?: string | undefined;
|
|
1457
1475
|
isBillable?: boolean | undefined;
|
|
1458
1476
|
} | undefined;
|
|
1459
|
-
isCustomized?: boolean | undefined;
|
|
1460
1477
|
dataSourceRevision?: string | undefined;
|
|
1461
1478
|
universalDataSourceId?: string | undefined;
|
|
1462
1479
|
collectionKey?: string | undefined;
|
|
@@ -1469,19 +1486,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1469
1486
|
dataSource?: {
|
|
1470
1487
|
id: string;
|
|
1471
1488
|
name: string;
|
|
1472
|
-
revision: string;
|
|
1473
1489
|
key?: string | undefined;
|
|
1474
1490
|
uuid?: string | undefined;
|
|
1475
1491
|
description?: string | undefined;
|
|
1492
|
+
meta?: Record<string, any> | undefined;
|
|
1476
1493
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1477
1494
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1495
|
+
revision?: string | undefined;
|
|
1478
1496
|
createdAt?: string | undefined;
|
|
1479
1497
|
updatedAt?: string | undefined;
|
|
1480
1498
|
archivedAt?: string | undefined;
|
|
1481
1499
|
isDeactivated?: boolean | undefined;
|
|
1482
1500
|
integrationId?: string | undefined;
|
|
1501
|
+
parentId?: string | undefined;
|
|
1502
|
+
isCustomized?: boolean | undefined;
|
|
1483
1503
|
publishedRevision?: string | undefined;
|
|
1484
|
-
customized?: boolean | undefined;
|
|
1485
1504
|
udm?: string | undefined;
|
|
1486
1505
|
universalDataSourceId?: string | undefined;
|
|
1487
1506
|
collectionKey?: string | undefined;
|