@membranehq/sdk 0.7.1 → 0.7.4
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 +5200 -4617
- 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/{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 -34
- 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 -43
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +474 -441
- 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 +144 -124
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +250 -118
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +122 -98
- package/dist/dts/workspace-elements/api/flows-api.d.ts +965 -826
- 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 -5
- 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 +9 -6
- package/dist/dts/workspace-elements/base/data-sources/index.d.ts +153 -2
- 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 +8 -5
- package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +191 -1
- 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 -12
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +4 -4
- package/dist/dts/workspace-elements/base/flows/index.d.ts +300 -1
- package/dist/dts/workspace-elements/base/flows/nodes/base.d.ts +79 -1
- package/dist/dts/workspace-elements/base/flows/nodes/index.d.ts +1 -1
- 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.d.ts → index.browser.d.mts} +17282 -16311
- package/dist/{index.module.d.mts → index.browser.d.ts} +17282 -16311
- package/dist/{index.js → index.browser.js} +228 -255
- package/dist/index.browser.js.map +1 -0
- package/dist/{index.module.mjs → index.browser.mjs} +218 -250
- package/dist/index.browser.mjs.map +1 -0
- package/dist/index.node.d.mts +28306 -0
- package/dist/index.node.d.ts +28306 -0
- package/dist/index.node.js +13329 -0
- package/dist/index.node.js.map +1 -0
- package/dist/index.node.mjs +12853 -0
- package/dist/index.node.mjs.map +1 -0
- package/package.json +38 -15
- package/dist/dts/workspace-elements/base/data-sources/constants.d.ts +0 -4
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +0 -102
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +0 -129
- package/dist/dts/workspace-elements/base/flows/types.d.ts +0 -241
- 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,42 +764,42 @@ 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>;
|
|
763
|
-
|
|
764
|
-
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
765
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
766
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
767
|
-
} & {
|
|
768
|
-
revision: z.ZodString;
|
|
769
|
-
publishedRevision: z.ZodOptional<z.ZodString>;
|
|
767
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
770
768
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
771
769
|
universalDataSourceId: z.ZodOptional<z.ZodString>;
|
|
772
|
-
universalDataSourceRevision: z.ZodOptional<z.ZodString>;
|
|
773
770
|
udm: z.ZodOptional<z.ZodString>;
|
|
774
771
|
pullUpdatesIntervalSeconds: z.ZodOptional<z.ZodNumber>;
|
|
775
772
|
fullSyncIntervalSeconds: z.ZodOptional<z.ZodNumber>;
|
|
776
773
|
collectionKey: z.ZodOptional<z.ZodString>;
|
|
777
774
|
collectionParameters: z.ZodOptional<z.ZodAny>;
|
|
778
|
-
|
|
775
|
+
defaultPath: z.ZodOptional<z.ZodString>;
|
|
776
|
+
} & {
|
|
777
|
+
name: z.ZodString;
|
|
778
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
779
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
780
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
779
781
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
780
782
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
781
|
-
|
|
782
|
-
|
|
783
|
+
archivedAt: z.ZodOptional<z.ZodString>;
|
|
784
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
785
|
+
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
786
|
+
universalDataSourceRevision: z.ZodOptional<z.ZodString>;
|
|
783
787
|
}, "strip", z.ZodTypeAny, {
|
|
784
788
|
id: string;
|
|
785
789
|
name: string;
|
|
786
|
-
revision: string;
|
|
787
790
|
key?: string | undefined;
|
|
788
791
|
uuid?: string | undefined;
|
|
789
792
|
description?: string | undefined;
|
|
793
|
+
meta?: Record<string, any> | undefined;
|
|
790
794
|
state?: import("..").WorkspaceElementState | undefined;
|
|
791
795
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
796
|
+
revision?: string | undefined;
|
|
792
797
|
createdAt?: string | undefined;
|
|
793
798
|
updatedAt?: string | undefined;
|
|
794
799
|
archivedAt?: string | undefined;
|
|
795
800
|
isDeactivated?: boolean | undefined;
|
|
796
801
|
integrationId?: string | undefined;
|
|
797
|
-
|
|
798
|
-
customized?: boolean | undefined;
|
|
802
|
+
isCustomized?: boolean | undefined;
|
|
799
803
|
udm?: string | undefined;
|
|
800
804
|
universalDataSourceId?: string | undefined;
|
|
801
805
|
collectionKey?: string | undefined;
|
|
@@ -807,19 +811,19 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
807
811
|
}, {
|
|
808
812
|
id: string;
|
|
809
813
|
name: string;
|
|
810
|
-
revision: string;
|
|
811
814
|
key?: string | undefined;
|
|
812
815
|
uuid?: string | undefined;
|
|
813
816
|
description?: string | undefined;
|
|
817
|
+
meta?: Record<string, any> | undefined;
|
|
814
818
|
state?: import("..").WorkspaceElementState | undefined;
|
|
815
819
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
820
|
+
revision?: string | undefined;
|
|
816
821
|
createdAt?: string | undefined;
|
|
817
822
|
updatedAt?: string | undefined;
|
|
818
823
|
archivedAt?: string | undefined;
|
|
819
824
|
isDeactivated?: boolean | undefined;
|
|
820
825
|
integrationId?: string | undefined;
|
|
821
|
-
|
|
822
|
-
customized?: boolean | undefined;
|
|
826
|
+
isCustomized?: boolean | undefined;
|
|
823
827
|
udm?: string | undefined;
|
|
824
828
|
universalDataSourceId?: string | undefined;
|
|
825
829
|
collectionKey?: string | undefined;
|
|
@@ -837,6 +841,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
837
841
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
838
842
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
839
843
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
844
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
840
845
|
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
|
|
841
846
|
integrationId: z.ZodString;
|
|
842
847
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
@@ -846,24 +851,21 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
846
851
|
nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
|
|
847
852
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
848
853
|
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
854
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
852
855
|
}, "strip", z.ZodTypeAny, {
|
|
853
856
|
id: string;
|
|
854
857
|
name: string;
|
|
855
858
|
createdAt: string;
|
|
856
859
|
updatedAt: string;
|
|
857
|
-
userId: string;
|
|
858
860
|
integrationId: string;
|
|
861
|
+
userId: string;
|
|
859
862
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
863
|
+
meta?: Record<string, any> | undefined;
|
|
860
864
|
state?: import("..").WorkspaceElementState | undefined;
|
|
861
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
862
865
|
archivedAt?: string | undefined;
|
|
863
866
|
isDeactivated?: boolean | undefined;
|
|
864
867
|
authOptionKey?: string | undefined;
|
|
865
868
|
isTest?: boolean | undefined;
|
|
866
|
-
meta?: Record<string, any> | undefined;
|
|
867
869
|
disconnected?: boolean | undefined;
|
|
868
870
|
isDefunct?: boolean | undefined;
|
|
869
871
|
lastActiveAt?: string | undefined;
|
|
@@ -873,16 +875,15 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
873
875
|
name: string;
|
|
874
876
|
createdAt: string;
|
|
875
877
|
updatedAt: string;
|
|
876
|
-
userId: string;
|
|
877
878
|
integrationId: string;
|
|
879
|
+
userId: string;
|
|
878
880
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
881
|
+
meta?: Record<string, any> | undefined;
|
|
879
882
|
state?: import("..").WorkspaceElementState | undefined;
|
|
880
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
881
883
|
archivedAt?: string | undefined;
|
|
882
884
|
isDeactivated?: boolean | undefined;
|
|
883
885
|
authOptionKey?: string | undefined;
|
|
884
886
|
isTest?: boolean | undefined;
|
|
885
|
-
meta?: Record<string, any> | undefined;
|
|
886
887
|
disconnected?: boolean | undefined;
|
|
887
888
|
isDefunct?: boolean | undefined;
|
|
888
889
|
lastActiveAt?: string | undefined;
|
|
@@ -893,6 +894,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
893
894
|
key: z.ZodOptional<z.ZodString>;
|
|
894
895
|
uuid: z.ZodOptional<z.ZodString>;
|
|
895
896
|
description: z.ZodOptional<z.ZodString>;
|
|
897
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
896
898
|
name: z.ZodString;
|
|
897
899
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
898
900
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -927,6 +929,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
927
929
|
key?: string | undefined;
|
|
928
930
|
uuid?: string | undefined;
|
|
929
931
|
description?: string | undefined;
|
|
932
|
+
meta?: Record<string, any> | undefined;
|
|
930
933
|
state?: import("..").WorkspaceElementState | undefined;
|
|
931
934
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
932
935
|
revision?: string | undefined;
|
|
@@ -958,6 +961,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
958
961
|
key?: string | undefined;
|
|
959
962
|
uuid?: string | undefined;
|
|
960
963
|
description?: string | undefined;
|
|
964
|
+
meta?: Record<string, any> | undefined;
|
|
961
965
|
state?: import("..").WorkspaceElementState | undefined;
|
|
962
966
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
963
967
|
revision?: string | undefined;
|
|
@@ -987,25 +991,24 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
987
991
|
id: string;
|
|
988
992
|
name: string;
|
|
989
993
|
revision: string;
|
|
994
|
+
integrationId: string;
|
|
990
995
|
userId: string;
|
|
991
996
|
connectionId: string;
|
|
992
|
-
integrationId: string;
|
|
993
997
|
key?: string | undefined;
|
|
994
998
|
connection?: {
|
|
995
999
|
id: string;
|
|
996
1000
|
name: string;
|
|
997
1001
|
createdAt: string;
|
|
998
1002
|
updatedAt: string;
|
|
999
|
-
userId: string;
|
|
1000
1003
|
integrationId: string;
|
|
1004
|
+
userId: string;
|
|
1001
1005
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1006
|
+
meta?: Record<string, any> | undefined;
|
|
1002
1007
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1003
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1004
1008
|
archivedAt?: string | undefined;
|
|
1005
1009
|
isDeactivated?: boolean | undefined;
|
|
1006
1010
|
authOptionKey?: string | undefined;
|
|
1007
1011
|
isTest?: boolean | undefined;
|
|
1008
|
-
meta?: Record<string, any> | undefined;
|
|
1009
1012
|
disconnected?: boolean | undefined;
|
|
1010
1013
|
isDefunct?: boolean | undefined;
|
|
1011
1014
|
lastActiveAt?: string | undefined;
|
|
@@ -1019,6 +1022,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1019
1022
|
key?: string | undefined;
|
|
1020
1023
|
uuid?: string | undefined;
|
|
1021
1024
|
description?: string | undefined;
|
|
1025
|
+
meta?: Record<string, any> | undefined;
|
|
1022
1026
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1023
1027
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1024
1028
|
revision?: string | undefined;
|
|
@@ -1046,14 +1050,15 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1046
1050
|
} | undefined;
|
|
1047
1051
|
uuid?: string | undefined;
|
|
1048
1052
|
description?: string | undefined;
|
|
1053
|
+
meta?: Record<string, any> | undefined;
|
|
1049
1054
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1050
1055
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1051
1056
|
createdAt?: string | undefined;
|
|
1052
1057
|
updatedAt?: string | undefined;
|
|
1053
1058
|
archivedAt?: string | undefined;
|
|
1054
1059
|
isDeactivated?: boolean | undefined;
|
|
1060
|
+
isCustomized?: boolean | undefined;
|
|
1055
1061
|
instanceKey?: string | undefined;
|
|
1056
|
-
dataSourceId?: string | undefined;
|
|
1057
1062
|
udm?: string | undefined;
|
|
1058
1063
|
collectionSpec?: {
|
|
1059
1064
|
type: "collection";
|
|
@@ -1194,6 +1199,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1194
1199
|
id: string;
|
|
1195
1200
|
name: string;
|
|
1196
1201
|
internalId: string;
|
|
1202
|
+
meta?: Record<string, any> | undefined;
|
|
1197
1203
|
createdAt?: string | undefined;
|
|
1198
1204
|
archivedAt?: string | undefined;
|
|
1199
1205
|
credentials?: any;
|
|
@@ -1202,7 +1208,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1202
1208
|
lastActiveAt?: string | undefined;
|
|
1203
1209
|
isBillable?: boolean | undefined;
|
|
1204
1210
|
} | undefined;
|
|
1205
|
-
|
|
1211
|
+
dataSourceId?: string | undefined;
|
|
1206
1212
|
dataSourceRevision?: string | undefined;
|
|
1207
1213
|
universalDataSourceId?: string | undefined;
|
|
1208
1214
|
collectionKey?: string | undefined;
|
|
@@ -1215,19 +1221,19 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1215
1221
|
dataSource?: {
|
|
1216
1222
|
id: string;
|
|
1217
1223
|
name: string;
|
|
1218
|
-
revision: string;
|
|
1219
1224
|
key?: string | undefined;
|
|
1220
1225
|
uuid?: string | undefined;
|
|
1221
1226
|
description?: string | undefined;
|
|
1227
|
+
meta?: Record<string, any> | undefined;
|
|
1222
1228
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1223
1229
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1230
|
+
revision?: string | undefined;
|
|
1224
1231
|
createdAt?: string | undefined;
|
|
1225
1232
|
updatedAt?: string | undefined;
|
|
1226
1233
|
archivedAt?: string | undefined;
|
|
1227
1234
|
isDeactivated?: boolean | undefined;
|
|
1228
1235
|
integrationId?: string | undefined;
|
|
1229
|
-
|
|
1230
|
-
customized?: boolean | undefined;
|
|
1236
|
+
isCustomized?: boolean | undefined;
|
|
1231
1237
|
udm?: string | undefined;
|
|
1232
1238
|
universalDataSourceId?: string | undefined;
|
|
1233
1239
|
collectionKey?: string | undefined;
|
|
@@ -1241,25 +1247,24 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1241
1247
|
id: string;
|
|
1242
1248
|
name: string;
|
|
1243
1249
|
revision: string;
|
|
1250
|
+
integrationId: string;
|
|
1244
1251
|
userId: string;
|
|
1245
1252
|
connectionId: string;
|
|
1246
|
-
integrationId: string;
|
|
1247
1253
|
key?: string | undefined;
|
|
1248
1254
|
connection?: {
|
|
1249
1255
|
id: string;
|
|
1250
1256
|
name: string;
|
|
1251
1257
|
createdAt: string;
|
|
1252
1258
|
updatedAt: string;
|
|
1253
|
-
userId: string;
|
|
1254
1259
|
integrationId: string;
|
|
1260
|
+
userId: string;
|
|
1255
1261
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1262
|
+
meta?: Record<string, any> | undefined;
|
|
1256
1263
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1257
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1258
1264
|
archivedAt?: string | undefined;
|
|
1259
1265
|
isDeactivated?: boolean | undefined;
|
|
1260
1266
|
authOptionKey?: string | undefined;
|
|
1261
1267
|
isTest?: boolean | undefined;
|
|
1262
|
-
meta?: Record<string, any> | undefined;
|
|
1263
1268
|
disconnected?: boolean | undefined;
|
|
1264
1269
|
isDefunct?: boolean | undefined;
|
|
1265
1270
|
lastActiveAt?: string | undefined;
|
|
@@ -1273,6 +1278,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1273
1278
|
key?: string | undefined;
|
|
1274
1279
|
uuid?: string | undefined;
|
|
1275
1280
|
description?: string | undefined;
|
|
1281
|
+
meta?: Record<string, any> | undefined;
|
|
1276
1282
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1277
1283
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1278
1284
|
revision?: string | undefined;
|
|
@@ -1300,14 +1306,15 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1300
1306
|
} | undefined;
|
|
1301
1307
|
uuid?: string | undefined;
|
|
1302
1308
|
description?: string | undefined;
|
|
1309
|
+
meta?: Record<string, any> | undefined;
|
|
1303
1310
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1304
1311
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1305
1312
|
createdAt?: string | undefined;
|
|
1306
1313
|
updatedAt?: string | undefined;
|
|
1307
1314
|
archivedAt?: string | undefined;
|
|
1308
1315
|
isDeactivated?: boolean | undefined;
|
|
1316
|
+
isCustomized?: boolean | undefined;
|
|
1309
1317
|
instanceKey?: string | undefined;
|
|
1310
|
-
dataSourceId?: string | undefined;
|
|
1311
1318
|
udm?: string | undefined;
|
|
1312
1319
|
collectionSpec?: {
|
|
1313
1320
|
type: "collection";
|
|
@@ -1448,6 +1455,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1448
1455
|
id: string;
|
|
1449
1456
|
name: string;
|
|
1450
1457
|
internalId: string;
|
|
1458
|
+
meta?: Record<string, any> | undefined;
|
|
1451
1459
|
createdAt?: string | undefined;
|
|
1452
1460
|
archivedAt?: string | undefined;
|
|
1453
1461
|
credentials?: any;
|
|
@@ -1456,7 +1464,7 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1456
1464
|
lastActiveAt?: string | undefined;
|
|
1457
1465
|
isBillable?: boolean | undefined;
|
|
1458
1466
|
} | undefined;
|
|
1459
|
-
|
|
1467
|
+
dataSourceId?: string | undefined;
|
|
1460
1468
|
dataSourceRevision?: string | undefined;
|
|
1461
1469
|
universalDataSourceId?: string | undefined;
|
|
1462
1470
|
collectionKey?: string | undefined;
|
|
@@ -1469,19 +1477,19 @@ export declare const DataSourceInstanceApiResponse: z.ZodObject<{
|
|
|
1469
1477
|
dataSource?: {
|
|
1470
1478
|
id: string;
|
|
1471
1479
|
name: string;
|
|
1472
|
-
revision: string;
|
|
1473
1480
|
key?: string | undefined;
|
|
1474
1481
|
uuid?: string | undefined;
|
|
1475
1482
|
description?: string | undefined;
|
|
1483
|
+
meta?: Record<string, any> | undefined;
|
|
1476
1484
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1477
1485
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1486
|
+
revision?: string | undefined;
|
|
1478
1487
|
createdAt?: string | undefined;
|
|
1479
1488
|
updatedAt?: string | undefined;
|
|
1480
1489
|
archivedAt?: string | undefined;
|
|
1481
1490
|
isDeactivated?: boolean | undefined;
|
|
1482
1491
|
integrationId?: string | undefined;
|
|
1483
|
-
|
|
1484
|
-
customized?: boolean | undefined;
|
|
1492
|
+
isCustomized?: boolean | undefined;
|
|
1485
1493
|
udm?: string | undefined;
|
|
1486
1494
|
universalDataSourceId?: string | undefined;
|
|
1487
1495
|
collectionKey?: string | undefined;
|