@membranehq/sdk 0.5.2 → 0.7.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 (96) hide show
  1. package/dist/bundle.d.ts +1828 -1832
  2. package/dist/bundle.js +32 -23
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/action-instances-accessors.d.ts +13 -10
  5. package/dist/dts/accessors/actions-accessors.d.ts +9 -9
  6. package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +3 -3
  7. package/dist/dts/accessors/app-data-schemas-accessors.d.ts +3 -3
  8. package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +3 -3
  9. package/dist/dts/accessors/app-event-types-accessors.d.ts +3 -3
  10. package/dist/dts/accessors/base-accessors.d.ts +8 -8
  11. package/dist/dts/accessors/connections-accessors.d.ts +15 -15
  12. package/dist/dts/accessors/customers-accessors.d.ts +5 -5
  13. package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +3 -3
  14. package/dist/dts/accessors/data-link-tables-accessors.d.ts +3 -3
  15. package/dist/dts/accessors/data-sources-accessors.d.ts +14 -14
  16. package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +3 -3
  17. package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +7 -7
  18. package/dist/dts/accessors/field-mappings-accessors.d.ts +7 -7
  19. package/dist/dts/accessors/flow-instances-accessors.d.ts +8 -8
  20. package/dist/dts/accessors/flow-runs-accessors.d.ts +3 -3
  21. package/dist/dts/accessors/flows-accessors.d.ts +7 -7
  22. package/dist/dts/accessors/integrations-accessors.d.ts +10 -10
  23. package/dist/dts/accessors/scenarios-accessors.d.ts +3 -3
  24. package/dist/dts/accessors/screens-accessors.d.ts +3 -3
  25. package/dist/dts/api-client.d.ts +3 -3
  26. package/dist/dts/auth/accessors.d.ts +2 -2
  27. package/dist/dts/client.d.ts +5 -5
  28. package/dist/dts/data-builder/index.d.ts +1 -1
  29. package/dist/dts/data-schema/arbitrary-fields.test.d.ts +1 -0
  30. package/dist/dts/data-schema/types.d.ts +1 -0
  31. package/dist/dts/error-tools/index.d.ts +1 -1
  32. package/dist/dts/errors/index.d.ts +24 -15
  33. package/dist/dts/formulas/base.d.ts +3 -1
  34. package/dist/dts/index.d.ts +2 -1
  35. package/dist/dts/index.umd.d.ts +2 -2
  36. package/dist/dts/integration-elements/connection-level-element.accessor.d.ts +5 -5
  37. package/dist/dts/integration-elements/integration-level-element.accessor.d.ts +5 -5
  38. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +119 -65
  39. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +69 -90
  40. package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -339
  41. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
  42. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
  43. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
  44. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
  45. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
  46. package/dist/dts/workspace-elements/api/connections-api.d.ts +90 -89
  47. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +50 -50
  48. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
  49. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +55 -55
  50. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -62
  51. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +40 -40
  52. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +40 -40
  53. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +35 -35
  54. package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -20
  55. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +166 -166
  56. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +96 -96
  57. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +128 -128
  58. package/dist/dts/workspace-elements/api/flows-api.d.ts +223 -223
  59. package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -26
  60. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -21
  61. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +10 -10
  62. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
  63. package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
  64. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
  65. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
  66. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
  67. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
  68. package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -10
  69. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
  70. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
  71. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
  72. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
  73. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
  74. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
  75. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
  76. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
  77. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +21 -21
  78. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +8 -8
  79. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -14
  80. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
  81. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
  82. package/dist/dts/workspace-elements/base/flows/types.d.ts +15 -15
  83. package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -48
  84. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
  85. package/dist/dts/workspace-elements/errors.d.ts +2 -2
  86. package/dist/dts/workspace-elements/types.d.ts +53 -9
  87. package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
  88. package/dist/dts/workspaces/types.d.ts +2 -0
  89. package/dist/index.d.ts +2416 -2380
  90. package/dist/index.js +125 -118
  91. package/dist/index.js.map +1 -1
  92. package/dist/index.module.d.mts +2416 -2380
  93. package/dist/index.module.mjs +117 -113
  94. package/dist/index.module.mjs.map +1 -1
  95. package/package.json +1 -3
  96. package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
@@ -34,25 +34,25 @@ export interface FieldMappingSelector extends IntegrationSpecificElementSelector
34
34
  }
35
35
  export declare const FieldMappingApiResponse: z.ZodObject<{
36
36
  id: z.ZodString;
37
- name: z.ZodString;
38
37
  key: z.ZodOptional<z.ZodString>;
39
38
  uuid: z.ZodOptional<z.ZodString>;
40
39
  description: z.ZodOptional<z.ZodString>;
40
+ name: z.ZodString;
41
41
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
42
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
43
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
42
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
44
43
  createdAt: z.ZodOptional<z.ZodString>;
45
44
  updatedAt: z.ZodOptional<z.ZodString>;
45
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
46
46
  } & {
47
47
  revision: z.ZodString;
48
48
  publishedRevision: z.ZodOptional<z.ZodString>;
49
49
  universalFieldMappingId: z.ZodOptional<z.ZodString>;
50
50
  universalFieldMappingRevision: z.ZodOptional<z.ZodString>;
51
51
  integrationId: z.ZodOptional<z.ZodString>;
52
- dataSourceId: z.ZodString;
53
- dataSourceKey: z.ZodString;
54
- appSchema: z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>;
55
- direction: z.ZodNativeEnum<typeof FieldMappingDirection>;
52
+ dataSourceId: z.ZodOptional<z.ZodString>;
53
+ dataSourceKey: z.ZodOptional<z.ZodString>;
54
+ appSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
55
+ direction: z.ZodOptional<z.ZodNativeEnum<typeof FieldMappingDirection>>;
56
56
  defaultImportValue: z.ZodOptional<z.ZodAny>;
57
57
  defaultExportValue: z.ZodOptional<z.ZodAny>;
58
58
  importValue: z.ZodOptional<z.ZodAny>;
@@ -65,12 +65,12 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
65
65
  } & {
66
66
  integration: z.ZodOptional<z.ZodObject<{
67
67
  id: z.ZodString;
68
- name: z.ZodString;
69
68
  key: z.ZodOptional<z.ZodString>;
70
69
  uuid: z.ZodOptional<z.ZodString>;
71
70
  description: z.ZodOptional<z.ZodString>;
71
+ name: z.ZodString;
72
72
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
73
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
73
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
74
74
  revision: z.ZodOptional<z.ZodString>;
75
75
  createdAt: z.ZodOptional<z.ZodString>;
76
76
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -103,14 +103,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
103
103
  uuid?: string | undefined;
104
104
  description?: string | undefined;
105
105
  state?: import("..").WorkspaceElementState | undefined;
106
- errors?: any[] | undefined;
106
+ errors?: import("../..").ErrorDataSchema[] | undefined;
107
107
  revision?: string | undefined;
108
- isDeactivated?: boolean | undefined;
109
108
  createdAt?: string | undefined;
110
109
  updatedAt?: string | undefined;
111
110
  archivedAt?: string | undefined;
111
+ isDeactivated?: boolean | undefined;
112
112
  parameters?: any;
113
- isTest?: boolean | undefined;
114
113
  connectorId?: string | undefined;
115
114
  connectorVersion?: string | undefined;
116
115
  oAuthCallbackUri?: string | undefined;
@@ -124,6 +123,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
124
123
  eventsCount?: number | undefined;
125
124
  hasGlobalWebhooks?: boolean | undefined;
126
125
  hasUdm?: boolean | undefined;
126
+ isTest?: boolean | undefined;
127
127
  appUuid?: string | undefined;
128
128
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
129
129
  }, {
@@ -134,14 +134,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
134
134
  uuid?: string | undefined;
135
135
  description?: string | undefined;
136
136
  state?: import("..").WorkspaceElementState | undefined;
137
- errors?: any[] | undefined;
137
+ errors?: import("../..").ErrorDataSchema[] | undefined;
138
138
  revision?: string | undefined;
139
- isDeactivated?: boolean | undefined;
140
139
  createdAt?: string | undefined;
141
140
  updatedAt?: string | undefined;
142
141
  archivedAt?: string | undefined;
142
+ isDeactivated?: boolean | undefined;
143
143
  parameters?: any;
144
- isTest?: boolean | undefined;
145
144
  connectorId?: string | undefined;
146
145
  connectorVersion?: string | undefined;
147
146
  oAuthCallbackUri?: string | undefined;
@@ -155,31 +154,32 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
155
154
  eventsCount?: number | undefined;
156
155
  hasGlobalWebhooks?: boolean | undefined;
157
156
  hasUdm?: boolean | undefined;
157
+ isTest?: boolean | undefined;
158
158
  appUuid?: string | undefined;
159
159
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
160
160
  }>>;
161
161
  appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
162
162
  element: z.ZodObject<{
163
163
  id: z.ZodString;
164
- name: z.ZodString;
165
164
  key: z.ZodOptional<z.ZodString>;
166
165
  uuid: z.ZodOptional<z.ZodString>;
167
166
  description: z.ZodOptional<z.ZodString>;
167
+ name: z.ZodString;
168
168
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
169
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
170
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
169
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
171
170
  createdAt: z.ZodOptional<z.ZodString>;
172
171
  updatedAt: z.ZodOptional<z.ZodString>;
172
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
173
173
  } & {
174
174
  revision: z.ZodString;
175
175
  publishedRevision: z.ZodOptional<z.ZodString>;
176
176
  universalFieldMappingId: z.ZodOptional<z.ZodString>;
177
177
  universalFieldMappingRevision: z.ZodOptional<z.ZodString>;
178
178
  integrationId: z.ZodOptional<z.ZodString>;
179
- dataSourceId: z.ZodString;
180
- dataSourceKey: z.ZodString;
181
- appSchema: z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>;
182
- direction: z.ZodNativeEnum<typeof FieldMappingDirection>;
179
+ dataSourceId: z.ZodOptional<z.ZodString>;
180
+ dataSourceKey: z.ZodOptional<z.ZodString>;
181
+ appSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
182
+ direction: z.ZodOptional<z.ZodNativeEnum<typeof FieldMappingDirection>>;
183
183
  defaultImportValue: z.ZodOptional<z.ZodAny>;
184
184
  defaultExportValue: z.ZodOptional<z.ZodAny>;
185
185
  importValue: z.ZodOptional<z.ZodAny>;
@@ -193,23 +193,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
193
193
  id: string;
194
194
  name: string;
195
195
  revision: string;
196
- dataSourceId: string;
197
- dataSourceKey: string;
198
- appSchema: DataSchema;
199
- direction: FieldMappingDirection;
200
196
  key?: string | undefined;
201
197
  uuid?: string | undefined;
202
198
  description?: string | undefined;
203
199
  state?: import("..").WorkspaceElementState | undefined;
204
- errors?: any[] | undefined;
205
- isDeactivated?: boolean | undefined;
200
+ errors?: import("../..").ErrorDataSchema[] | undefined;
206
201
  createdAt?: string | undefined;
207
202
  updatedAt?: string | undefined;
208
203
  archivedAt?: string | undefined;
204
+ isDeactivated?: boolean | undefined;
209
205
  integrationId?: string | undefined;
210
206
  publishedRevision?: string | undefined;
211
207
  universalFieldMappingId?: string | undefined;
212
208
  universalFieldMappingRevision?: string | undefined;
209
+ dataSourceId?: string | undefined;
210
+ dataSourceKey?: string | undefined;
211
+ appSchema?: DataSchema | undefined;
212
+ direction?: FieldMappingDirection | undefined;
213
213
  defaultImportValue?: any;
214
214
  defaultExportValue?: any;
215
215
  importValue?: any;
@@ -222,23 +222,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
222
222
  id: string;
223
223
  name: string;
224
224
  revision: string;
225
- dataSourceId: string;
226
- dataSourceKey: string;
227
- appSchema: DataSchema;
228
- direction: FieldMappingDirection;
229
225
  key?: string | undefined;
230
226
  uuid?: string | undefined;
231
227
  description?: string | undefined;
232
228
  state?: import("..").WorkspaceElementState | undefined;
233
- errors?: any[] | undefined;
234
- isDeactivated?: boolean | undefined;
229
+ errors?: import("../..").ErrorDataSchema[] | undefined;
235
230
  createdAt?: string | undefined;
236
231
  updatedAt?: string | undefined;
237
232
  archivedAt?: string | undefined;
233
+ isDeactivated?: boolean | undefined;
238
234
  integrationId?: string | undefined;
239
235
  publishedRevision?: string | undefined;
240
236
  universalFieldMappingId?: string | undefined;
241
237
  universalFieldMappingRevision?: string | undefined;
238
+ dataSourceId?: string | undefined;
239
+ dataSourceKey?: string | undefined;
240
+ appSchema?: DataSchema | undefined;
241
+ direction?: FieldMappingDirection | undefined;
242
242
  defaultImportValue?: any;
243
243
  defaultExportValue?: any;
244
244
  importValue?: any;
@@ -250,12 +250,12 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
250
250
  }>;
251
251
  integration: z.ZodObject<{
252
252
  id: z.ZodString;
253
- name: z.ZodString;
254
253
  key: z.ZodOptional<z.ZodString>;
255
254
  uuid: z.ZodOptional<z.ZodString>;
256
255
  description: z.ZodOptional<z.ZodString>;
256
+ name: z.ZodString;
257
257
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
258
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
258
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
259
259
  revision: z.ZodOptional<z.ZodString>;
260
260
  createdAt: z.ZodOptional<z.ZodString>;
261
261
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -288,14 +288,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
288
288
  uuid?: string | undefined;
289
289
  description?: string | undefined;
290
290
  state?: import("..").WorkspaceElementState | undefined;
291
- errors?: any[] | undefined;
291
+ errors?: import("../..").ErrorDataSchema[] | undefined;
292
292
  revision?: string | undefined;
293
- isDeactivated?: boolean | undefined;
294
293
  createdAt?: string | undefined;
295
294
  updatedAt?: string | undefined;
296
295
  archivedAt?: string | undefined;
296
+ isDeactivated?: boolean | undefined;
297
297
  parameters?: any;
298
- isTest?: boolean | undefined;
299
298
  connectorId?: string | undefined;
300
299
  connectorVersion?: string | undefined;
301
300
  oAuthCallbackUri?: string | undefined;
@@ -309,6 +308,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
309
308
  eventsCount?: number | undefined;
310
309
  hasGlobalWebhooks?: boolean | undefined;
311
310
  hasUdm?: boolean | undefined;
311
+ isTest?: boolean | undefined;
312
312
  appUuid?: string | undefined;
313
313
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
314
314
  }, {
@@ -319,14 +319,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
319
319
  uuid?: string | undefined;
320
320
  description?: string | undefined;
321
321
  state?: import("..").WorkspaceElementState | undefined;
322
- errors?: any[] | undefined;
322
+ errors?: import("../..").ErrorDataSchema[] | undefined;
323
323
  revision?: string | undefined;
324
- isDeactivated?: boolean | undefined;
325
324
  createdAt?: string | undefined;
326
325
  updatedAt?: string | undefined;
327
326
  archivedAt?: string | undefined;
327
+ isDeactivated?: boolean | undefined;
328
328
  parameters?: any;
329
- isTest?: boolean | undefined;
330
329
  connectorId?: string | undefined;
331
330
  connectorVersion?: string | undefined;
332
331
  oAuthCallbackUri?: string | undefined;
@@ -340,6 +339,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
340
339
  eventsCount?: number | undefined;
341
340
  hasGlobalWebhooks?: boolean | undefined;
342
341
  hasUdm?: boolean | undefined;
342
+ isTest?: boolean | undefined;
343
343
  appUuid?: string | undefined;
344
344
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
345
345
  }>;
@@ -352,14 +352,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
352
352
  uuid?: string | undefined;
353
353
  description?: string | undefined;
354
354
  state?: import("..").WorkspaceElementState | undefined;
355
- errors?: any[] | undefined;
355
+ errors?: import("../..").ErrorDataSchema[] | undefined;
356
356
  revision?: string | undefined;
357
- isDeactivated?: boolean | undefined;
358
357
  createdAt?: string | undefined;
359
358
  updatedAt?: string | undefined;
360
359
  archivedAt?: string | undefined;
360
+ isDeactivated?: boolean | undefined;
361
361
  parameters?: any;
362
- isTest?: boolean | undefined;
363
362
  connectorId?: string | undefined;
364
363
  connectorVersion?: string | undefined;
365
364
  oAuthCallbackUri?: string | undefined;
@@ -373,6 +372,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
373
372
  eventsCount?: number | undefined;
374
373
  hasGlobalWebhooks?: boolean | undefined;
375
374
  hasUdm?: boolean | undefined;
375
+ isTest?: boolean | undefined;
376
376
  appUuid?: string | undefined;
377
377
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
378
378
  };
@@ -380,23 +380,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
380
380
  id: string;
381
381
  name: string;
382
382
  revision: string;
383
- dataSourceId: string;
384
- dataSourceKey: string;
385
- appSchema: DataSchema;
386
- direction: FieldMappingDirection;
387
383
  key?: string | undefined;
388
384
  uuid?: string | undefined;
389
385
  description?: string | undefined;
390
386
  state?: import("..").WorkspaceElementState | undefined;
391
- errors?: any[] | undefined;
392
- isDeactivated?: boolean | undefined;
387
+ errors?: import("../..").ErrorDataSchema[] | undefined;
393
388
  createdAt?: string | undefined;
394
389
  updatedAt?: string | undefined;
395
390
  archivedAt?: string | undefined;
391
+ isDeactivated?: boolean | undefined;
396
392
  integrationId?: string | undefined;
397
393
  publishedRevision?: string | undefined;
398
394
  universalFieldMappingId?: string | undefined;
399
395
  universalFieldMappingRevision?: string | undefined;
396
+ dataSourceId?: string | undefined;
397
+ dataSourceKey?: string | undefined;
398
+ appSchema?: DataSchema | undefined;
399
+ direction?: FieldMappingDirection | undefined;
400
400
  defaultImportValue?: any;
401
401
  defaultExportValue?: any;
402
402
  importValue?: any;
@@ -415,14 +415,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
415
415
  uuid?: string | undefined;
416
416
  description?: string | undefined;
417
417
  state?: import("..").WorkspaceElementState | undefined;
418
- errors?: any[] | undefined;
418
+ errors?: import("../..").ErrorDataSchema[] | undefined;
419
419
  revision?: string | undefined;
420
- isDeactivated?: boolean | undefined;
421
420
  createdAt?: string | undefined;
422
421
  updatedAt?: string | undefined;
423
422
  archivedAt?: string | undefined;
423
+ isDeactivated?: boolean | undefined;
424
424
  parameters?: any;
425
- isTest?: boolean | undefined;
426
425
  connectorId?: string | undefined;
427
426
  connectorVersion?: string | undefined;
428
427
  oAuthCallbackUri?: string | undefined;
@@ -436,6 +435,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
436
435
  eventsCount?: number | undefined;
437
436
  hasGlobalWebhooks?: boolean | undefined;
438
437
  hasUdm?: boolean | undefined;
438
+ isTest?: boolean | undefined;
439
439
  appUuid?: string | undefined;
440
440
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
441
441
  };
@@ -443,23 +443,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
443
443
  id: string;
444
444
  name: string;
445
445
  revision: string;
446
- dataSourceId: string;
447
- dataSourceKey: string;
448
- appSchema: DataSchema;
449
- direction: FieldMappingDirection;
450
446
  key?: string | undefined;
451
447
  uuid?: string | undefined;
452
448
  description?: string | undefined;
453
449
  state?: import("..").WorkspaceElementState | undefined;
454
- errors?: any[] | undefined;
455
- isDeactivated?: boolean | undefined;
450
+ errors?: import("../..").ErrorDataSchema[] | undefined;
456
451
  createdAt?: string | undefined;
457
452
  updatedAt?: string | undefined;
458
453
  archivedAt?: string | undefined;
454
+ isDeactivated?: boolean | undefined;
459
455
  integrationId?: string | undefined;
460
456
  publishedRevision?: string | undefined;
461
457
  universalFieldMappingId?: string | undefined;
462
458
  universalFieldMappingRevision?: string | undefined;
459
+ dataSourceId?: string | undefined;
460
+ dataSourceKey?: string | undefined;
461
+ appSchema?: DataSchema | undefined;
462
+ direction?: FieldMappingDirection | undefined;
463
463
  defaultImportValue?: any;
464
464
  defaultExportValue?: any;
465
465
  importValue?: any;
@@ -474,10 +474,6 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
474
474
  id: string;
475
475
  name: string;
476
476
  revision: string;
477
- dataSourceId: string;
478
- dataSourceKey: string;
479
- appSchema: DataSchema;
480
- direction: FieldMappingDirection;
481
477
  key?: string | undefined;
482
478
  integration?: {
483
479
  id: string;
@@ -487,14 +483,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
487
483
  uuid?: string | undefined;
488
484
  description?: string | undefined;
489
485
  state?: import("..").WorkspaceElementState | undefined;
490
- errors?: any[] | undefined;
486
+ errors?: import("../..").ErrorDataSchema[] | undefined;
491
487
  revision?: string | undefined;
492
- isDeactivated?: boolean | undefined;
493
488
  createdAt?: string | undefined;
494
489
  updatedAt?: string | undefined;
495
490
  archivedAt?: string | undefined;
491
+ isDeactivated?: boolean | undefined;
496
492
  parameters?: any;
497
- isTest?: boolean | undefined;
498
493
  connectorId?: string | undefined;
499
494
  connectorVersion?: string | undefined;
500
495
  oAuthCallbackUri?: string | undefined;
@@ -508,21 +503,26 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
508
503
  eventsCount?: number | undefined;
509
504
  hasGlobalWebhooks?: boolean | undefined;
510
505
  hasUdm?: boolean | undefined;
506
+ isTest?: boolean | undefined;
511
507
  appUuid?: string | undefined;
512
508
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
513
509
  } | undefined;
514
510
  uuid?: string | undefined;
515
511
  description?: string | undefined;
516
512
  state?: import("..").WorkspaceElementState | undefined;
517
- errors?: any[] | undefined;
518
- isDeactivated?: boolean | undefined;
513
+ errors?: import("../..").ErrorDataSchema[] | undefined;
519
514
  createdAt?: string | undefined;
520
515
  updatedAt?: string | undefined;
521
516
  archivedAt?: string | undefined;
517
+ isDeactivated?: boolean | undefined;
522
518
  integrationId?: string | undefined;
523
519
  publishedRevision?: string | undefined;
524
520
  universalFieldMappingId?: string | undefined;
525
521
  universalFieldMappingRevision?: string | undefined;
522
+ dataSourceId?: string | undefined;
523
+ dataSourceKey?: string | undefined;
524
+ appSchema?: DataSchema | undefined;
525
+ direction?: FieldMappingDirection | undefined;
526
526
  defaultImportValue?: any;
527
527
  defaultExportValue?: any;
528
528
  importValue?: any;
@@ -540,14 +540,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
540
540
  uuid?: string | undefined;
541
541
  description?: string | undefined;
542
542
  state?: import("..").WorkspaceElementState | undefined;
543
- errors?: any[] | undefined;
543
+ errors?: import("../..").ErrorDataSchema[] | undefined;
544
544
  revision?: string | undefined;
545
- isDeactivated?: boolean | undefined;
546
545
  createdAt?: string | undefined;
547
546
  updatedAt?: string | undefined;
548
547
  archivedAt?: string | undefined;
548
+ isDeactivated?: boolean | undefined;
549
549
  parameters?: any;
550
- isTest?: boolean | undefined;
551
550
  connectorId?: string | undefined;
552
551
  connectorVersion?: string | undefined;
553
552
  oAuthCallbackUri?: string | undefined;
@@ -561,6 +560,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
561
560
  eventsCount?: number | undefined;
562
561
  hasGlobalWebhooks?: boolean | undefined;
563
562
  hasUdm?: boolean | undefined;
563
+ isTest?: boolean | undefined;
564
564
  appUuid?: string | undefined;
565
565
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
566
566
  };
@@ -568,23 +568,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
568
568
  id: string;
569
569
  name: string;
570
570
  revision: string;
571
- dataSourceId: string;
572
- dataSourceKey: string;
573
- appSchema: DataSchema;
574
- direction: FieldMappingDirection;
575
571
  key?: string | undefined;
576
572
  uuid?: string | undefined;
577
573
  description?: string | undefined;
578
574
  state?: import("..").WorkspaceElementState | undefined;
579
- errors?: any[] | undefined;
580
- isDeactivated?: boolean | undefined;
575
+ errors?: import("../..").ErrorDataSchema[] | undefined;
581
576
  createdAt?: string | undefined;
582
577
  updatedAt?: string | undefined;
583
578
  archivedAt?: string | undefined;
579
+ isDeactivated?: boolean | undefined;
584
580
  integrationId?: string | undefined;
585
581
  publishedRevision?: string | undefined;
586
582
  universalFieldMappingId?: string | undefined;
587
583
  universalFieldMappingRevision?: string | undefined;
584
+ dataSourceId?: string | undefined;
585
+ dataSourceKey?: string | undefined;
586
+ appSchema?: DataSchema | undefined;
587
+ direction?: FieldMappingDirection | undefined;
588
588
  defaultImportValue?: any;
589
589
  defaultExportValue?: any;
590
590
  importValue?: any;
@@ -599,10 +599,6 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
599
599
  id: string;
600
600
  name: string;
601
601
  revision: string;
602
- dataSourceId: string;
603
- dataSourceKey: string;
604
- appSchema: DataSchema;
605
- direction: FieldMappingDirection;
606
602
  key?: string | undefined;
607
603
  integration?: {
608
604
  id: string;
@@ -612,14 +608,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
612
608
  uuid?: string | undefined;
613
609
  description?: string | undefined;
614
610
  state?: import("..").WorkspaceElementState | undefined;
615
- errors?: any[] | undefined;
611
+ errors?: import("../..").ErrorDataSchema[] | undefined;
616
612
  revision?: string | undefined;
617
- isDeactivated?: boolean | undefined;
618
613
  createdAt?: string | undefined;
619
614
  updatedAt?: string | undefined;
620
615
  archivedAt?: string | undefined;
616
+ isDeactivated?: boolean | undefined;
621
617
  parameters?: any;
622
- isTest?: boolean | undefined;
623
618
  connectorId?: string | undefined;
624
619
  connectorVersion?: string | undefined;
625
620
  oAuthCallbackUri?: string | undefined;
@@ -633,21 +628,26 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
633
628
  eventsCount?: number | undefined;
634
629
  hasGlobalWebhooks?: boolean | undefined;
635
630
  hasUdm?: boolean | undefined;
631
+ isTest?: boolean | undefined;
636
632
  appUuid?: string | undefined;
637
633
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
638
634
  } | undefined;
639
635
  uuid?: string | undefined;
640
636
  description?: string | undefined;
641
637
  state?: import("..").WorkspaceElementState | undefined;
642
- errors?: any[] | undefined;
643
- isDeactivated?: boolean | undefined;
638
+ errors?: import("../..").ErrorDataSchema[] | undefined;
644
639
  createdAt?: string | undefined;
645
640
  updatedAt?: string | undefined;
646
641
  archivedAt?: string | undefined;
642
+ isDeactivated?: boolean | undefined;
647
643
  integrationId?: string | undefined;
648
644
  publishedRevision?: string | undefined;
649
645
  universalFieldMappingId?: string | undefined;
650
646
  universalFieldMappingRevision?: string | undefined;
647
+ dataSourceId?: string | undefined;
648
+ dataSourceKey?: string | undefined;
649
+ appSchema?: DataSchema | undefined;
650
+ direction?: FieldMappingDirection | undefined;
651
651
  defaultImportValue?: any;
652
652
  defaultExportValue?: any;
653
653
  importValue?: any;
@@ -665,14 +665,13 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
665
665
  uuid?: string | undefined;
666
666
  description?: string | undefined;
667
667
  state?: import("..").WorkspaceElementState | undefined;
668
- errors?: any[] | undefined;
668
+ errors?: import("../..").ErrorDataSchema[] | undefined;
669
669
  revision?: string | undefined;
670
- isDeactivated?: boolean | undefined;
671
670
  createdAt?: string | undefined;
672
671
  updatedAt?: string | undefined;
673
672
  archivedAt?: string | undefined;
673
+ isDeactivated?: boolean | undefined;
674
674
  parameters?: any;
675
- isTest?: boolean | undefined;
676
675
  connectorId?: string | undefined;
677
676
  connectorVersion?: string | undefined;
678
677
  oAuthCallbackUri?: string | undefined;
@@ -686,6 +685,7 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
686
685
  eventsCount?: number | undefined;
687
686
  hasGlobalWebhooks?: boolean | undefined;
688
687
  hasUdm?: boolean | undefined;
688
+ isTest?: boolean | undefined;
689
689
  appUuid?: string | undefined;
690
690
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
691
691
  };
@@ -693,23 +693,23 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
693
693
  id: string;
694
694
  name: string;
695
695
  revision: string;
696
- dataSourceId: string;
697
- dataSourceKey: string;
698
- appSchema: DataSchema;
699
- direction: FieldMappingDirection;
700
696
  key?: string | undefined;
701
697
  uuid?: string | undefined;
702
698
  description?: string | undefined;
703
699
  state?: import("..").WorkspaceElementState | undefined;
704
- errors?: any[] | undefined;
705
- isDeactivated?: boolean | undefined;
700
+ errors?: import("../..").ErrorDataSchema[] | undefined;
706
701
  createdAt?: string | undefined;
707
702
  updatedAt?: string | undefined;
708
703
  archivedAt?: string | undefined;
704
+ isDeactivated?: boolean | undefined;
709
705
  integrationId?: string | undefined;
710
706
  publishedRevision?: string | undefined;
711
707
  universalFieldMappingId?: string | undefined;
712
708
  universalFieldMappingRevision?: string | undefined;
709
+ dataSourceId?: string | undefined;
710
+ dataSourceKey?: string | undefined;
711
+ appSchema?: DataSchema | undefined;
712
+ direction?: FieldMappingDirection | undefined;
713
713
  defaultImportValue?: any;
714
714
  defaultExportValue?: any;
715
715
  importValue?: any;