@membranehq/sdk 0.5.1 → 0.6.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 (66) hide show
  1. package/dist/bundle.d.ts +1949 -3947
  2. package/dist/bundle.js +9 -4
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/action-instances-accessors.d.ts +5 -2
  5. package/dist/dts/accessors/actions-accessors.d.ts +2 -2
  6. package/dist/dts/accessors/connections-accessors.d.ts +8 -22
  7. package/dist/dts/accessors/integrations-accessors.d.ts +8 -22
  8. package/dist/dts/errors/index.d.ts +10 -1
  9. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +122 -68
  10. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +74 -189
  11. package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -531
  12. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
  13. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
  14. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
  15. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
  16. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
  17. package/dist/dts/workspace-elements/api/connections-api.d.ts +354 -273
  18. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +55 -149
  19. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
  20. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +60 -154
  21. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -254
  22. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +45 -139
  23. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +45 -139
  24. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +40 -134
  25. package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -128
  26. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +158 -374
  27. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +56 -248
  28. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +140 -356
  29. package/dist/dts/workspace-elements/api/flows-api.d.ts +265 -753
  30. package/dist/dts/workspace-elements/api/integrations-api.d.ts +135 -101
  31. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -105
  32. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +13 -13
  33. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
  34. package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
  35. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
  36. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
  37. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
  38. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
  39. package/dist/dts/workspace-elements/base/connections/types.d.ts +14 -19
  40. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
  41. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
  42. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
  43. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
  44. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
  45. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
  46. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
  47. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
  48. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +9 -9
  49. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +12 -12
  50. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +17 -16
  51. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
  52. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
  53. package/dist/dts/workspace-elements/base/flows/types.d.ts +21 -21
  54. package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -455
  55. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
  56. package/dist/dts/workspace-elements/types.d.ts +53 -9
  57. package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
  58. package/dist/dts/workspaces/types.d.ts +3 -1
  59. package/dist/index.d.ts +2791 -5337
  60. package/dist/index.js +70 -66
  61. package/dist/index.js.map +1 -1
  62. package/dist/index.module.d.mts +2791 -5337
  63. package/dist/index.module.mjs +67 -66
  64. package/dist/index.module.mjs.map +1 -1
  65. package/package.json +1 -3
  66. package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
@@ -19,16 +19,16 @@ export interface CreateAppDataSchemaInstanceRequest {
19
19
  }
20
20
  export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
21
21
  id: z.ZodString;
22
- name: z.ZodString;
23
22
  key: z.ZodOptional<z.ZodString>;
24
23
  uuid: z.ZodOptional<z.ZodString>;
25
24
  description: z.ZodOptional<z.ZodString>;
25
+ name: z.ZodString;
26
26
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
27
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
27
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
28
28
  revision: z.ZodOptional<z.ZodString>;
29
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
30
29
  createdAt: z.ZodOptional<z.ZodString>;
31
30
  updatedAt: z.ZodOptional<z.ZodString>;
31
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
32
32
  } & {
33
33
  appId: z.ZodString;
34
34
  userId: z.ZodString;
@@ -36,7 +36,7 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
36
36
  appDataSchemaRevision: z.ZodString;
37
37
  instanceKey: z.ZodOptional<z.ZodString>;
38
38
  schema: z.ZodOptional<z.ZodAny>;
39
- error: any;
39
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
40
40
  archivedAt: z.ZodOptional<z.ZodString>;
41
41
  } & {
42
42
  user: z.ZodOptional<z.ZodObject<{
@@ -75,15 +75,15 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
75
75
  }>>;
76
76
  appDataSchema: z.ZodOptional<z.ZodObject<{
77
77
  id: z.ZodString;
78
- name: z.ZodString;
79
78
  key: z.ZodOptional<z.ZodString>;
80
79
  uuid: z.ZodOptional<z.ZodString>;
81
80
  description: z.ZodOptional<z.ZodString>;
81
+ name: z.ZodString;
82
82
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
83
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
84
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
83
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
85
84
  createdAt: z.ZodOptional<z.ZodString>;
86
85
  updatedAt: z.ZodOptional<z.ZodString>;
86
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
87
87
  } & {
88
88
  schema: z.ZodAny;
89
89
  code: z.ZodOptional<z.ZodString>;
@@ -97,12 +97,12 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
97
97
  uuid?: string | undefined;
98
98
  description?: string | undefined;
99
99
  state?: import("..").WorkspaceElementState | undefined;
100
- errors?: any[] | undefined;
100
+ errors?: import("../..").ErrorDataSchema[] | undefined;
101
101
  revision?: string | undefined;
102
- isDeactivated?: boolean | undefined;
103
102
  createdAt?: string | undefined;
104
103
  updatedAt?: string | undefined;
105
104
  archivedAt?: string | undefined;
105
+ isDeactivated?: boolean | undefined;
106
106
  schema?: any;
107
107
  }, {
108
108
  id: string;
@@ -112,12 +112,12 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
112
112
  uuid?: string | undefined;
113
113
  description?: string | undefined;
114
114
  state?: import("..").WorkspaceElementState | undefined;
115
- errors?: any[] | undefined;
115
+ errors?: import("../..").ErrorDataSchema[] | undefined;
116
116
  revision?: string | undefined;
117
- isDeactivated?: boolean | undefined;
118
117
  createdAt?: string | undefined;
119
118
  updatedAt?: string | undefined;
120
119
  archivedAt?: string | undefined;
120
+ isDeactivated?: boolean | undefined;
121
121
  schema?: any;
122
122
  }>>;
123
123
  }, "strip", z.ZodTypeAny, {
@@ -128,16 +128,16 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
128
128
  appDataSchemaId: string;
129
129
  appDataSchemaRevision: string;
130
130
  key?: string | undefined;
131
- error?: any;
131
+ error?: import("../..").ErrorDataSchema | undefined;
132
132
  uuid?: string | undefined;
133
133
  description?: string | undefined;
134
134
  state?: import("..").WorkspaceElementState | undefined;
135
- errors?: any[] | undefined;
135
+ errors?: import("../..").ErrorDataSchema[] | undefined;
136
136
  revision?: string | undefined;
137
- isDeactivated?: boolean | undefined;
138
137
  createdAt?: string | undefined;
139
138
  updatedAt?: string | undefined;
140
139
  archivedAt?: string | undefined;
140
+ isDeactivated?: boolean | undefined;
141
141
  instanceKey?: string | undefined;
142
142
  schema?: any;
143
143
  user?: {
@@ -160,12 +160,12 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
160
160
  uuid?: string | undefined;
161
161
  description?: string | undefined;
162
162
  state?: import("..").WorkspaceElementState | undefined;
163
- errors?: any[] | undefined;
163
+ errors?: import("../..").ErrorDataSchema[] | undefined;
164
164
  revision?: string | undefined;
165
- isDeactivated?: boolean | undefined;
166
165
  createdAt?: string | undefined;
167
166
  updatedAt?: string | undefined;
168
167
  archivedAt?: string | undefined;
168
+ isDeactivated?: boolean | undefined;
169
169
  schema?: any;
170
170
  } | undefined;
171
171
  }, {
@@ -176,16 +176,16 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
176
176
  appDataSchemaId: string;
177
177
  appDataSchemaRevision: string;
178
178
  key?: string | undefined;
179
- error?: any;
179
+ error?: import("../..").ErrorDataSchema | undefined;
180
180
  uuid?: string | undefined;
181
181
  description?: string | undefined;
182
182
  state?: import("..").WorkspaceElementState | undefined;
183
- errors?: any[] | undefined;
183
+ errors?: import("../..").ErrorDataSchema[] | undefined;
184
184
  revision?: string | undefined;
185
- isDeactivated?: boolean | undefined;
186
185
  createdAt?: string | undefined;
187
186
  updatedAt?: string | undefined;
188
187
  archivedAt?: string | undefined;
188
+ isDeactivated?: boolean | undefined;
189
189
  instanceKey?: string | undefined;
190
190
  schema?: any;
191
191
  user?: {
@@ -208,12 +208,12 @@ export declare const AppDataSchemaInstanceApiResponse: z.ZodObject<{
208
208
  uuid?: string | undefined;
209
209
  description?: string | undefined;
210
210
  state?: import("..").WorkspaceElementState | undefined;
211
- errors?: any[] | undefined;
211
+ errors?: import("../..").ErrorDataSchema[] | undefined;
212
212
  revision?: string | undefined;
213
- isDeactivated?: boolean | undefined;
214
213
  createdAt?: string | undefined;
215
214
  updatedAt?: string | undefined;
216
215
  archivedAt?: string | undefined;
216
+ isDeactivated?: boolean | undefined;
217
217
  schema?: any;
218
218
  } | undefined;
219
219
  }>;
@@ -16,15 +16,15 @@ export type UpdateAppDataSchemaRequest = {
16
16
  };
17
17
  export declare const AppDataSchemaApiResponse: import("zod").ZodObject<{
18
18
  id: import("zod").ZodString;
19
- name: import("zod").ZodString;
20
19
  key: import("zod").ZodOptional<import("zod").ZodString>;
21
20
  uuid: import("zod").ZodOptional<import("zod").ZodString>;
22
21
  description: import("zod").ZodOptional<import("zod").ZodString>;
22
+ name: import("zod").ZodString;
23
23
  state: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
24
- errors: import("zod").ZodOptional<import("zod").ZodArray<any, "many">>;
25
- isDeactivated: import("zod").ZodOptional<import("zod").ZodBoolean>;
24
+ errors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../..").ErrorDataSchema, import("zod").ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
26
25
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
27
26
  updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
27
+ isDeactivated: import("zod").ZodOptional<import("zod").ZodBoolean>;
28
28
  } & {
29
29
  schema: import("zod").ZodAny;
30
30
  code: import("zod").ZodOptional<import("zod").ZodString>;
@@ -38,12 +38,12 @@ export declare const AppDataSchemaApiResponse: import("zod").ZodObject<{
38
38
  uuid?: string | undefined;
39
39
  description?: string | undefined;
40
40
  state?: import("..").WorkspaceElementState | undefined;
41
- errors?: any[] | undefined;
41
+ errors?: import("../..").ErrorDataSchema[] | undefined;
42
42
  revision?: string | undefined;
43
- isDeactivated?: boolean | undefined;
44
43
  createdAt?: string | undefined;
45
44
  updatedAt?: string | undefined;
46
45
  archivedAt?: string | undefined;
46
+ isDeactivated?: boolean | undefined;
47
47
  schema?: any;
48
48
  }, {
49
49
  id: string;
@@ -53,12 +53,12 @@ export declare const AppDataSchemaApiResponse: import("zod").ZodObject<{
53
53
  uuid?: string | undefined;
54
54
  description?: string | undefined;
55
55
  state?: import("..").WorkspaceElementState | undefined;
56
- errors?: any[] | undefined;
56
+ errors?: import("../..").ErrorDataSchema[] | undefined;
57
57
  revision?: string | undefined;
58
- isDeactivated?: boolean | undefined;
59
58
  createdAt?: string | undefined;
60
59
  updatedAt?: string | undefined;
61
60
  archivedAt?: string | undefined;
61
+ isDeactivated?: boolean | undefined;
62
62
  schema?: any;
63
63
  }>;
64
64
  export type AppDataSchemaApiResponse = typeof AppDataSchemaApiResponse._type;
@@ -40,15 +40,15 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
40
40
  appEventTypeId: z.ZodString;
41
41
  appEventType: z.ZodOptional<z.ZodObject<{
42
42
  id: z.ZodString;
43
- name: z.ZodString;
44
43
  key: z.ZodOptional<z.ZodString>;
45
44
  uuid: z.ZodOptional<z.ZodString>;
46
45
  description: z.ZodOptional<z.ZodString>;
46
+ name: z.ZodString;
47
47
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
48
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
49
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
48
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
50
49
  createdAt: z.ZodOptional<z.ZodString>;
51
50
  updatedAt: z.ZodOptional<z.ZodString>;
51
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
52
52
  } & {
53
53
  revision: z.ZodString;
54
54
  archivedAt: z.ZodOptional<z.ZodString>;
@@ -84,11 +84,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
84
84
  uuid?: string | undefined;
85
85
  description?: string | undefined;
86
86
  state?: import("..").WorkspaceElementState | undefined;
87
- errors?: any[] | undefined;
88
- isDeactivated?: boolean | undefined;
87
+ errors?: import("../..").ErrorDataSchema[] | undefined;
89
88
  createdAt?: string | undefined;
90
89
  updatedAt?: string | undefined;
91
90
  archivedAt?: string | undefined;
91
+ isDeactivated?: boolean | undefined;
92
92
  schema?: import("../..").DataSchema | undefined;
93
93
  subscribeRequest?: {
94
94
  headers?: Record<string, any> | undefined;
@@ -108,11 +108,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
108
108
  uuid?: string | undefined;
109
109
  description?: string | undefined;
110
110
  state?: import("..").WorkspaceElementState | undefined;
111
- errors?: any[] | undefined;
112
- isDeactivated?: boolean | undefined;
111
+ errors?: import("../..").ErrorDataSchema[] | undefined;
113
112
  createdAt?: string | undefined;
114
113
  updatedAt?: string | undefined;
115
114
  archivedAt?: string | undefined;
115
+ isDeactivated?: boolean | undefined;
116
116
  schema?: import("../..").DataSchema | undefined;
117
117
  subscribeRequest?: {
118
118
  headers?: Record<string, any> | undefined;
@@ -127,15 +127,15 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
127
127
  appEventSubscriptionId: z.ZodString;
128
128
  appEventSubscription: z.ZodOptional<z.ZodObject<{
129
129
  id: z.ZodString;
130
- name: z.ZodString;
131
130
  key: z.ZodOptional<z.ZodString>;
132
131
  uuid: z.ZodOptional<z.ZodString>;
133
132
  description: z.ZodOptional<z.ZodString>;
133
+ name: z.ZodString;
134
134
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
135
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
136
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
135
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
137
136
  createdAt: z.ZodOptional<z.ZodString>;
138
137
  updatedAt: z.ZodOptional<z.ZodString>;
138
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
139
139
  } & {
140
140
  revision: z.ZodString;
141
141
  appEventTypeId: z.ZodString;
@@ -184,11 +184,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
184
184
  uuid?: string | undefined;
185
185
  description?: string | undefined;
186
186
  state?: import("..").WorkspaceElementState | undefined;
187
- errors?: any[] | undefined;
188
- isDeactivated?: boolean | undefined;
187
+ errors?: import("../..").ErrorDataSchema[] | undefined;
189
188
  createdAt?: string | undefined;
190
189
  updatedAt?: string | undefined;
191
190
  archivedAt?: string | undefined;
191
+ isDeactivated?: boolean | undefined;
192
192
  instanceKey?: string | undefined;
193
193
  schema?: import("../..").DataSchema | undefined;
194
194
  subscriptionResponse?: any;
@@ -211,11 +211,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
211
211
  uuid?: string | undefined;
212
212
  description?: string | undefined;
213
213
  state?: import("..").WorkspaceElementState | undefined;
214
- errors?: any[] | undefined;
215
- isDeactivated?: boolean | undefined;
214
+ errors?: import("../..").ErrorDataSchema[] | undefined;
216
215
  createdAt?: string | undefined;
217
216
  updatedAt?: string | undefined;
218
217
  archivedAt?: string | undefined;
218
+ isDeactivated?: boolean | undefined;
219
219
  instanceKey?: string | undefined;
220
220
  schema?: import("../..").DataSchema | undefined;
221
221
  subscriptionResponse?: any;
@@ -253,11 +253,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
253
253
  uuid?: string | undefined;
254
254
  description?: string | undefined;
255
255
  state?: import("..").WorkspaceElementState | undefined;
256
- errors?: any[] | undefined;
257
- isDeactivated?: boolean | undefined;
256
+ errors?: import("../..").ErrorDataSchema[] | undefined;
258
257
  createdAt?: string | undefined;
259
258
  updatedAt?: string | undefined;
260
259
  archivedAt?: string | undefined;
260
+ isDeactivated?: boolean | undefined;
261
261
  schema?: import("../..").DataSchema | undefined;
262
262
  subscribeRequest?: {
263
263
  headers?: Record<string, any> | undefined;
@@ -288,11 +288,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
288
288
  uuid?: string | undefined;
289
289
  description?: string | undefined;
290
290
  state?: import("..").WorkspaceElementState | undefined;
291
- errors?: any[] | undefined;
292
- isDeactivated?: boolean | undefined;
291
+ errors?: import("../..").ErrorDataSchema[] | undefined;
293
292
  createdAt?: string | undefined;
294
293
  updatedAt?: string | undefined;
295
294
  archivedAt?: string | undefined;
295
+ isDeactivated?: boolean | undefined;
296
296
  instanceKey?: string | undefined;
297
297
  schema?: import("../..").DataSchema | undefined;
298
298
  subscriptionResponse?: any;
@@ -327,11 +327,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
327
327
  uuid?: string | undefined;
328
328
  description?: string | undefined;
329
329
  state?: import("..").WorkspaceElementState | undefined;
330
- errors?: any[] | undefined;
331
- isDeactivated?: boolean | undefined;
330
+ errors?: import("../..").ErrorDataSchema[] | undefined;
332
331
  createdAt?: string | undefined;
333
332
  updatedAt?: string | undefined;
334
333
  archivedAt?: string | undefined;
334
+ isDeactivated?: boolean | undefined;
335
335
  schema?: import("../..").DataSchema | undefined;
336
336
  subscribeRequest?: {
337
337
  headers?: Record<string, any> | undefined;
@@ -362,11 +362,11 @@ export declare const AppEventLogRecordApiResponse: z.ZodObject<{
362
362
  uuid?: string | undefined;
363
363
  description?: string | undefined;
364
364
  state?: import("..").WorkspaceElementState | undefined;
365
- errors?: any[] | undefined;
366
- isDeactivated?: boolean | undefined;
365
+ errors?: import("../..").ErrorDataSchema[] | undefined;
367
366
  createdAt?: string | undefined;
368
367
  updatedAt?: string | undefined;
369
368
  archivedAt?: string | undefined;
369
+ isDeactivated?: boolean | undefined;
370
370
  instanceKey?: string | undefined;
371
371
  schema?: import("../..").DataSchema | undefined;
372
372
  subscriptionResponse?: any;
@@ -23,15 +23,15 @@ export interface AppEventSubscriptionSelector extends Omit<ElementInstanceSelect
23
23
  }
24
24
  export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
25
25
  id: z.ZodString;
26
- name: z.ZodString;
27
26
  key: z.ZodOptional<z.ZodString>;
28
27
  uuid: z.ZodOptional<z.ZodString>;
29
28
  description: z.ZodOptional<z.ZodString>;
29
+ name: z.ZodString;
30
30
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
31
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
32
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
31
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
33
32
  createdAt: z.ZodOptional<z.ZodString>;
34
33
  updatedAt: z.ZodOptional<z.ZodString>;
34
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
35
35
  } & {
36
36
  revision: z.ZodString;
37
37
  appEventTypeId: z.ZodString;
@@ -64,15 +64,15 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
64
64
  } & {
65
65
  appEventType: z.ZodOptional<z.ZodObject<{
66
66
  id: z.ZodString;
67
- name: z.ZodString;
68
67
  key: z.ZodOptional<z.ZodString>;
69
68
  uuid: z.ZodOptional<z.ZodString>;
70
69
  description: z.ZodOptional<z.ZodString>;
70
+ name: z.ZodString;
71
71
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
72
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
73
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
72
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
74
73
  createdAt: z.ZodOptional<z.ZodString>;
75
74
  updatedAt: z.ZodOptional<z.ZodString>;
75
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
76
76
  } & {
77
77
  revision: z.ZodString;
78
78
  archivedAt: z.ZodOptional<z.ZodString>;
@@ -108,11 +108,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
108
108
  uuid?: string | undefined;
109
109
  description?: string | undefined;
110
110
  state?: import("..").WorkspaceElementState | undefined;
111
- errors?: any[] | undefined;
112
- isDeactivated?: boolean | undefined;
111
+ errors?: import("../..").ErrorDataSchema[] | undefined;
113
112
  createdAt?: string | undefined;
114
113
  updatedAt?: string | undefined;
115
114
  archivedAt?: string | undefined;
115
+ isDeactivated?: boolean | undefined;
116
116
  schema?: import("../..").DataSchema | undefined;
117
117
  subscribeRequest?: {
118
118
  headers?: Record<string, any> | undefined;
@@ -132,11 +132,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
132
132
  uuid?: string | undefined;
133
133
  description?: string | undefined;
134
134
  state?: import("..").WorkspaceElementState | undefined;
135
- errors?: any[] | undefined;
136
- isDeactivated?: boolean | undefined;
135
+ errors?: import("../..").ErrorDataSchema[] | undefined;
137
136
  createdAt?: string | undefined;
138
137
  updatedAt?: string | undefined;
139
138
  archivedAt?: string | undefined;
139
+ isDeactivated?: boolean | undefined;
140
140
  schema?: import("../..").DataSchema | undefined;
141
141
  subscribeRequest?: {
142
142
  headers?: Record<string, any> | undefined;
@@ -201,11 +201,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
201
201
  uuid?: string | undefined;
202
202
  description?: string | undefined;
203
203
  state?: import("..").WorkspaceElementState | undefined;
204
- errors?: any[] | undefined;
205
- isDeactivated?: boolean | undefined;
204
+ errors?: import("../..").ErrorDataSchema[] | undefined;
206
205
  createdAt?: string | undefined;
207
206
  updatedAt?: string | undefined;
208
207
  archivedAt?: string | undefined;
208
+ isDeactivated?: boolean | undefined;
209
209
  instanceKey?: string | undefined;
210
210
  schema?: import("../..").DataSchema | undefined;
211
211
  user?: {
@@ -230,11 +230,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
230
230
  uuid?: string | undefined;
231
231
  description?: string | undefined;
232
232
  state?: import("..").WorkspaceElementState | undefined;
233
- errors?: any[] | undefined;
234
- isDeactivated?: boolean | undefined;
233
+ errors?: import("../..").ErrorDataSchema[] | undefined;
235
234
  createdAt?: string | undefined;
236
235
  updatedAt?: string | undefined;
237
236
  archivedAt?: string | undefined;
237
+ isDeactivated?: boolean | undefined;
238
238
  schema?: import("../..").DataSchema | undefined;
239
239
  subscribeRequest?: {
240
240
  headers?: Record<string, any> | undefined;
@@ -265,11 +265,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
265
265
  uuid?: string | undefined;
266
266
  description?: string | undefined;
267
267
  state?: import("..").WorkspaceElementState | undefined;
268
- errors?: any[] | undefined;
269
- isDeactivated?: boolean | undefined;
268
+ errors?: import("../..").ErrorDataSchema[] | undefined;
270
269
  createdAt?: string | undefined;
271
270
  updatedAt?: string | undefined;
272
271
  archivedAt?: string | undefined;
272
+ isDeactivated?: boolean | undefined;
273
273
  instanceKey?: string | undefined;
274
274
  schema?: import("../..").DataSchema | undefined;
275
275
  user?: {
@@ -294,11 +294,11 @@ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
294
294
  uuid?: string | undefined;
295
295
  description?: string | undefined;
296
296
  state?: import("..").WorkspaceElementState | undefined;
297
- errors?: any[] | undefined;
298
- isDeactivated?: boolean | undefined;
297
+ errors?: import("../..").ErrorDataSchema[] | undefined;
299
298
  createdAt?: string | undefined;
300
299
  updatedAt?: string | undefined;
301
300
  archivedAt?: string | undefined;
301
+ isDeactivated?: boolean | undefined;
302
302
  schema?: import("../..").DataSchema | undefined;
303
303
  subscribeRequest?: {
304
304
  headers?: Record<string, any> | undefined;
@@ -27,15 +27,15 @@ export interface FindAppEventsQuery extends PaginationQuery {
27
27
  }
28
28
  export declare const AppEventTypeApiResponse: import("zod").ZodObject<{
29
29
  id: import("zod").ZodString;
30
- name: import("zod").ZodString;
31
30
  key: import("zod").ZodOptional<import("zod").ZodString>;
32
31
  uuid: import("zod").ZodOptional<import("zod").ZodString>;
33
32
  description: import("zod").ZodOptional<import("zod").ZodString>;
33
+ name: import("zod").ZodString;
34
34
  state: import("zod").ZodOptional<import("zod").ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
35
- errors: import("zod").ZodOptional<import("zod").ZodArray<any, "many">>;
36
- isDeactivated: import("zod").ZodOptional<import("zod").ZodBoolean>;
35
+ errors: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodType<import("../..").ErrorDataSchema, import("zod").ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
37
36
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
38
37
  updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
38
+ isDeactivated: import("zod").ZodOptional<import("zod").ZodBoolean>;
39
39
  } & {
40
40
  revision: import("zod").ZodString;
41
41
  archivedAt: import("zod").ZodOptional<import("zod").ZodString>;
@@ -71,11 +71,11 @@ export declare const AppEventTypeApiResponse: import("zod").ZodObject<{
71
71
  uuid?: string | undefined;
72
72
  description?: string | undefined;
73
73
  state?: import("..").WorkspaceElementState | undefined;
74
- errors?: any[] | undefined;
75
- isDeactivated?: boolean | undefined;
74
+ errors?: import("../..").ErrorDataSchema[] | undefined;
76
75
  createdAt?: string | undefined;
77
76
  updatedAt?: string | undefined;
78
77
  archivedAt?: string | undefined;
78
+ isDeactivated?: boolean | undefined;
79
79
  schema?: DataSchema | undefined;
80
80
  subscribeRequest?: {
81
81
  headers?: Record<string, any> | undefined;
@@ -95,11 +95,11 @@ export declare const AppEventTypeApiResponse: import("zod").ZodObject<{
95
95
  uuid?: string | undefined;
96
96
  description?: string | undefined;
97
97
  state?: import("..").WorkspaceElementState | undefined;
98
- errors?: any[] | undefined;
99
- isDeactivated?: boolean | undefined;
98
+ errors?: import("../..").ErrorDataSchema[] | undefined;
100
99
  createdAt?: string | undefined;
101
100
  updatedAt?: string | undefined;
102
101
  archivedAt?: string | undefined;
102
+ isDeactivated?: boolean | undefined;
103
103
  schema?: DataSchema | undefined;
104
104
  subscribeRequest?: {
105
105
  headers?: Record<string, any> | undefined;