@membranehq/sdk 0.5.0 → 0.5.2

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 (69) hide show
  1. package/dist/bundle.d.ts +10513 -4612
  2. package/dist/bundle.js +149 -1
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/connections-accessors.d.ts +22 -15
  5. package/dist/dts/accessors/integrations-accessors.d.ts +22 -15
  6. package/dist/dts/data-schema/index.d.ts +0 -1
  7. package/dist/dts/entity-repository.d.ts +7 -6
  8. package/dist/dts/http-requests.d.ts +2 -2
  9. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +269 -8
  10. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +435 -10
  11. package/dist/dts/workspace-elements/api/actions-api.d.ts +225 -114
  12. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +203 -8
  13. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +49 -3
  14. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +376 -0
  15. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +293 -8
  16. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +88 -3
  17. package/dist/dts/workspace-elements/api/connections-api.d.ts +505 -135
  18. package/dist/dts/workspace-elements/api/customers-api.d.ts +38 -5
  19. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +447 -12
  20. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +43 -2
  21. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +1496 -12
  22. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +189 -103
  23. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +602 -19
  24. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +608 -19
  25. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +465 -10
  26. package/dist/dts/workspace-elements/api/external-events-api.d.ts +75 -41
  27. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +2570 -14
  28. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +199 -93
  29. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +1436 -47
  30. package/dist/dts/workspace-elements/api/flows-api.d.ts +590 -295
  31. package/dist/dts/workspace-elements/api/index.d.ts +1 -1
  32. package/dist/dts/workspace-elements/api/integrations-api.d.ts +176 -58
  33. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +77 -36
  34. package/dist/dts/workspace-elements/api/screens-api.d.ts +33 -13
  35. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +31 -15
  36. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +12 -10
  37. package/dist/dts/workspace-elements/base/actions/types.d.ts +28 -11
  38. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +23 -6
  39. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +22 -8
  40. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +25 -11
  41. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +23 -9
  42. package/dist/dts/workspace-elements/base/connections/types.d.ts +21 -21
  43. package/dist/dts/workspace-elements/base/customers/index.d.ts +8 -2
  44. package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +18 -18
  45. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +23 -6
  46. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +21 -4
  47. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +59 -41
  48. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +16 -8
  49. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -5
  50. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +23 -5
  51. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +20 -6
  52. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +2 -2
  53. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +24 -9
  54. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +14 -1
  55. package/dist/dts/workspace-elements/base/flows/types.d.ts +20 -6
  56. package/dist/dts/workspace-elements/base/integrations/types.d.ts +187 -104
  57. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +21 -4
  58. package/dist/dts/workspace-elements/base/screens/types.d.ts +9 -1
  59. package/dist/dts/workspace-elements/types.d.ts +25 -3
  60. package/dist/dts/workspaces/types.d.ts +5 -4
  61. package/dist/index.d.ts +20345 -9526
  62. package/dist/index.js +268 -115
  63. package/dist/index.js.map +1 -1
  64. package/dist/index.module.d.mts +20345 -9526
  65. package/dist/index.module.mjs +234 -107
  66. package/dist/index.module.mjs.map +1 -1
  67. package/package.json +3 -2
  68. package/dist/dts/data-schema/schemas.d.ts +0 -4
  69. package/dist/dts/workspace-elements/api/app-events-api.d.ts +0 -17
@@ -1,8 +1,6 @@
1
+ import { z } from 'zod';
1
2
  import { ElementInstanceSelector } from '../../accessors';
2
3
  import { PaginationQuery } from '../../entity-repository';
3
- import { BaseAppEventSubscription } from '../base/app-event-subscriptions';
4
- import { BaseAppEventType } from '../base/app-event-types';
5
- import { BaseCustomer } from '../base/customers';
6
4
  export interface FindAppEventSubscriptionsQuery extends PaginationQuery {
7
5
  id?: string;
8
6
  userId?: string;
@@ -23,8 +21,295 @@ export interface AppEventSubscriptionSelector extends Omit<ElementInstanceSelect
23
21
  appEventTypeId?: string;
24
22
  instanceKey?: string;
25
23
  }
26
- export interface AppEventSubscription extends BaseAppEventSubscription {
27
- appEventType?: BaseAppEventType;
28
- user?: BaseCustomer;
29
- }
30
- export type AppEventSubscriptionApiResponse = AppEventSubscription;
24
+ export declare const AppEventSubscriptionApiResponse: z.ZodObject<{
25
+ id: z.ZodString;
26
+ name: z.ZodString;
27
+ key: z.ZodOptional<z.ZodString>;
28
+ uuid: z.ZodOptional<z.ZodString>;
29
+ description: z.ZodOptional<z.ZodString>;
30
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
31
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
32
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
33
+ createdAt: z.ZodOptional<z.ZodString>;
34
+ updatedAt: z.ZodOptional<z.ZodString>;
35
+ } & {
36
+ revision: z.ZodString;
37
+ appEventTypeId: z.ZodString;
38
+ userId: z.ZodString;
39
+ instanceKey: z.ZodOptional<z.ZodString>;
40
+ isSubscribed: z.ZodBoolean;
41
+ schema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
42
+ webhookUri: z.ZodString;
43
+ subscriptionRequest: z.ZodObject<{
44
+ method: z.ZodOptional<z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("../..").HttpRequestMethod>>>;
45
+ uri: z.ZodAny;
46
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
47
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
48
+ body: z.ZodOptional<z.ZodAny>;
49
+ }, "strip", z.ZodTypeAny, {
50
+ headers?: Record<string, any> | undefined;
51
+ method?: import("../..").HttpRequestMethod | undefined;
52
+ body?: any;
53
+ uri?: any;
54
+ query?: Record<string, any> | undefined;
55
+ }, {
56
+ headers?: Record<string, any> | undefined;
57
+ method?: string | undefined;
58
+ body?: any;
59
+ uri?: any;
60
+ query?: Record<string, any> | undefined;
61
+ }>;
62
+ subscriptionResponse: z.ZodOptional<z.ZodAny>;
63
+ archivedAt: z.ZodOptional<z.ZodString>;
64
+ } & {
65
+ appEventType: z.ZodOptional<z.ZodObject<{
66
+ id: z.ZodString;
67
+ name: z.ZodString;
68
+ key: z.ZodOptional<z.ZodString>;
69
+ uuid: z.ZodOptional<z.ZodString>;
70
+ description: z.ZodOptional<z.ZodString>;
71
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
72
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
73
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
74
+ createdAt: z.ZodOptional<z.ZodString>;
75
+ updatedAt: z.ZodOptional<z.ZodString>;
76
+ } & {
77
+ revision: z.ZodString;
78
+ archivedAt: z.ZodOptional<z.ZodString>;
79
+ subscribeRequest: z.ZodOptional<z.ZodObject<{
80
+ method: z.ZodOptional<z.ZodPipeline<z.ZodString, z.ZodNativeEnum<typeof import("../..").HttpRequestMethod>>>;
81
+ uri: z.ZodAny;
82
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
83
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
84
+ body: z.ZodOptional<z.ZodAny>;
85
+ }, "strip", z.ZodTypeAny, {
86
+ headers?: Record<string, any> | undefined;
87
+ method?: import("../..").HttpRequestMethod | undefined;
88
+ body?: any;
89
+ uri?: any;
90
+ query?: Record<string, any> | undefined;
91
+ }, {
92
+ headers?: Record<string, any> | undefined;
93
+ method?: string | undefined;
94
+ body?: any;
95
+ uri?: any;
96
+ query?: Record<string, any> | undefined;
97
+ }>>;
98
+ example: z.ZodOptional<z.ZodAny>;
99
+ schema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
100
+ globalWebhookUri: z.ZodString;
101
+ userIdFormula: z.ZodOptional<z.ZodAny>;
102
+ }, "strip", z.ZodTypeAny, {
103
+ id: string;
104
+ name: string;
105
+ revision: string;
106
+ globalWebhookUri: string;
107
+ key?: string | undefined;
108
+ uuid?: string | undefined;
109
+ description?: string | undefined;
110
+ state?: import("..").WorkspaceElementState | undefined;
111
+ errors?: any[] | undefined;
112
+ isDeactivated?: boolean | undefined;
113
+ createdAt?: string | undefined;
114
+ updatedAt?: string | undefined;
115
+ archivedAt?: string | undefined;
116
+ schema?: import("../..").DataSchema | undefined;
117
+ subscribeRequest?: {
118
+ headers?: Record<string, any> | undefined;
119
+ method?: import("../..").HttpRequestMethod | undefined;
120
+ body?: any;
121
+ uri?: any;
122
+ query?: Record<string, any> | undefined;
123
+ } | undefined;
124
+ example?: any;
125
+ userIdFormula?: any;
126
+ }, {
127
+ id: string;
128
+ name: string;
129
+ revision: string;
130
+ globalWebhookUri: string;
131
+ key?: string | undefined;
132
+ uuid?: string | undefined;
133
+ description?: string | undefined;
134
+ state?: import("..").WorkspaceElementState | undefined;
135
+ errors?: any[] | undefined;
136
+ isDeactivated?: boolean | undefined;
137
+ createdAt?: string | undefined;
138
+ updatedAt?: string | undefined;
139
+ archivedAt?: string | undefined;
140
+ schema?: import("../..").DataSchema | undefined;
141
+ subscribeRequest?: {
142
+ headers?: Record<string, any> | undefined;
143
+ method?: string | undefined;
144
+ body?: any;
145
+ uri?: any;
146
+ query?: Record<string, any> | undefined;
147
+ } | undefined;
148
+ example?: any;
149
+ userIdFormula?: any;
150
+ }>>;
151
+ user: z.ZodOptional<z.ZodObject<{
152
+ id: z.ZodString;
153
+ name: z.ZodString;
154
+ internalId: z.ZodString;
155
+ fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
156
+ credentials: z.ZodOptional<z.ZodAny>;
157
+ lastActiveAt: z.ZodOptional<z.ZodString>;
158
+ isTest: z.ZodOptional<z.ZodBoolean>;
159
+ isBillable: z.ZodOptional<z.ZodBoolean>;
160
+ createdAt: z.ZodOptional<z.ZodString>;
161
+ archivedAt: z.ZodOptional<z.ZodString>;
162
+ }, "strip", z.ZodTypeAny, {
163
+ id: string;
164
+ name: string;
165
+ internalId: string;
166
+ createdAt?: string | undefined;
167
+ archivedAt?: string | undefined;
168
+ credentials?: any;
169
+ fields?: Record<string, any> | undefined;
170
+ isTest?: boolean | undefined;
171
+ lastActiveAt?: string | undefined;
172
+ isBillable?: boolean | undefined;
173
+ }, {
174
+ id: string;
175
+ name: string;
176
+ internalId: string;
177
+ createdAt?: string | undefined;
178
+ archivedAt?: string | undefined;
179
+ credentials?: any;
180
+ fields?: Record<string, any> | undefined;
181
+ isTest?: boolean | undefined;
182
+ lastActiveAt?: string | undefined;
183
+ isBillable?: boolean | undefined;
184
+ }>>;
185
+ }, "strip", z.ZodTypeAny, {
186
+ id: string;
187
+ name: string;
188
+ revision: string;
189
+ userId: string;
190
+ webhookUri: string;
191
+ appEventTypeId: string;
192
+ isSubscribed: boolean;
193
+ subscriptionRequest: {
194
+ headers?: Record<string, any> | undefined;
195
+ method?: import("../..").HttpRequestMethod | undefined;
196
+ body?: any;
197
+ uri?: any;
198
+ query?: Record<string, any> | undefined;
199
+ };
200
+ key?: string | undefined;
201
+ uuid?: string | undefined;
202
+ description?: string | undefined;
203
+ state?: import("..").WorkspaceElementState | undefined;
204
+ errors?: any[] | undefined;
205
+ isDeactivated?: boolean | undefined;
206
+ createdAt?: string | undefined;
207
+ updatedAt?: string | undefined;
208
+ archivedAt?: string | undefined;
209
+ instanceKey?: string | undefined;
210
+ schema?: import("../..").DataSchema | undefined;
211
+ user?: {
212
+ id: string;
213
+ name: string;
214
+ internalId: string;
215
+ createdAt?: string | undefined;
216
+ archivedAt?: string | undefined;
217
+ credentials?: any;
218
+ fields?: Record<string, any> | undefined;
219
+ isTest?: boolean | undefined;
220
+ lastActiveAt?: string | undefined;
221
+ isBillable?: boolean | undefined;
222
+ } | undefined;
223
+ subscriptionResponse?: any;
224
+ appEventType?: {
225
+ id: string;
226
+ name: string;
227
+ revision: string;
228
+ globalWebhookUri: string;
229
+ key?: string | undefined;
230
+ uuid?: string | undefined;
231
+ description?: string | undefined;
232
+ state?: import("..").WorkspaceElementState | undefined;
233
+ errors?: any[] | undefined;
234
+ isDeactivated?: boolean | undefined;
235
+ createdAt?: string | undefined;
236
+ updatedAt?: string | undefined;
237
+ archivedAt?: string | undefined;
238
+ schema?: import("../..").DataSchema | undefined;
239
+ subscribeRequest?: {
240
+ headers?: Record<string, any> | undefined;
241
+ method?: import("../..").HttpRequestMethod | undefined;
242
+ body?: any;
243
+ uri?: any;
244
+ query?: Record<string, any> | undefined;
245
+ } | undefined;
246
+ example?: any;
247
+ userIdFormula?: any;
248
+ } | undefined;
249
+ }, {
250
+ id: string;
251
+ name: string;
252
+ revision: string;
253
+ userId: string;
254
+ webhookUri: string;
255
+ appEventTypeId: string;
256
+ isSubscribed: boolean;
257
+ subscriptionRequest: {
258
+ headers?: Record<string, any> | undefined;
259
+ method?: string | undefined;
260
+ body?: any;
261
+ uri?: any;
262
+ query?: Record<string, any> | undefined;
263
+ };
264
+ key?: string | undefined;
265
+ uuid?: string | undefined;
266
+ description?: string | undefined;
267
+ state?: import("..").WorkspaceElementState | undefined;
268
+ errors?: any[] | undefined;
269
+ isDeactivated?: boolean | undefined;
270
+ createdAt?: string | undefined;
271
+ updatedAt?: string | undefined;
272
+ archivedAt?: string | undefined;
273
+ instanceKey?: string | undefined;
274
+ schema?: import("../..").DataSchema | undefined;
275
+ user?: {
276
+ id: string;
277
+ name: string;
278
+ internalId: string;
279
+ createdAt?: string | undefined;
280
+ archivedAt?: string | undefined;
281
+ credentials?: any;
282
+ fields?: Record<string, any> | undefined;
283
+ isTest?: boolean | undefined;
284
+ lastActiveAt?: string | undefined;
285
+ isBillable?: boolean | undefined;
286
+ } | undefined;
287
+ subscriptionResponse?: any;
288
+ appEventType?: {
289
+ id: string;
290
+ name: string;
291
+ revision: string;
292
+ globalWebhookUri: string;
293
+ key?: string | undefined;
294
+ uuid?: string | undefined;
295
+ description?: string | undefined;
296
+ state?: import("..").WorkspaceElementState | undefined;
297
+ errors?: any[] | undefined;
298
+ isDeactivated?: boolean | undefined;
299
+ createdAt?: string | undefined;
300
+ updatedAt?: string | undefined;
301
+ archivedAt?: string | undefined;
302
+ schema?: import("../..").DataSchema | undefined;
303
+ subscribeRequest?: {
304
+ headers?: Record<string, any> | undefined;
305
+ method?: string | undefined;
306
+ body?: any;
307
+ uri?: any;
308
+ query?: Record<string, any> | undefined;
309
+ } | undefined;
310
+ example?: any;
311
+ userIdFormula?: any;
312
+ } | undefined;
313
+ }>;
314
+ export type AppEventSubscriptionApiResponse = z.infer<typeof AppEventSubscriptionApiResponse>;
315
+ export type AppEventSubscription = AppEventSubscriptionApiResponse;
@@ -1,7 +1,6 @@
1
1
  import { DataSchema } from '../../data-schema';
2
2
  import { PaginationQuery } from '../../entity-repository';
3
3
  import { HttpRequestSpec } from '../../http-requests';
4
- import { BaseAppEventType } from '../base/app-event-types';
5
4
  export interface UpdateAppEventTypeRequest {
6
5
  key?: string;
7
6
  name?: string;
@@ -26,5 +25,91 @@ export interface FindAppEventsQuery extends PaginationQuery {
26
25
  startDatetime?: string;
27
26
  endDatetime?: string;
28
27
  }
29
- export type AppEventType = BaseAppEventType;
30
- export type AppEventTypeApiResponse = AppEventType;
28
+ export declare const AppEventTypeApiResponse: import("zod").ZodObject<{
29
+ id: import("zod").ZodString;
30
+ name: import("zod").ZodString;
31
+ key: import("zod").ZodOptional<import("zod").ZodString>;
32
+ uuid: import("zod").ZodOptional<import("zod").ZodString>;
33
+ description: import("zod").ZodOptional<import("zod").ZodString>;
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>;
37
+ createdAt: import("zod").ZodOptional<import("zod").ZodString>;
38
+ updatedAt: import("zod").ZodOptional<import("zod").ZodString>;
39
+ } & {
40
+ revision: import("zod").ZodString;
41
+ archivedAt: import("zod").ZodOptional<import("zod").ZodString>;
42
+ subscribeRequest: import("zod").ZodOptional<import("zod").ZodObject<{
43
+ method: import("zod").ZodOptional<import("zod").ZodPipeline<import("zod").ZodString, import("zod").ZodNativeEnum<typeof import("../../http-requests").HttpRequestMethod>>>;
44
+ uri: import("zod").ZodAny;
45
+ headers: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
46
+ query: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
47
+ body: import("zod").ZodOptional<import("zod").ZodAny>;
48
+ }, "strip", import("zod").ZodTypeAny, {
49
+ headers?: Record<string, any> | undefined;
50
+ method?: import("../../http-requests").HttpRequestMethod | undefined;
51
+ body?: any;
52
+ uri?: any;
53
+ query?: Record<string, any> | undefined;
54
+ }, {
55
+ headers?: Record<string, any> | undefined;
56
+ method?: string | undefined;
57
+ body?: any;
58
+ uri?: any;
59
+ query?: Record<string, any> | undefined;
60
+ }>>;
61
+ example: import("zod").ZodOptional<import("zod").ZodAny>;
62
+ schema: import("zod").ZodOptional<import("zod").ZodType<DataSchema, import("zod").ZodTypeDef, DataSchema>>;
63
+ globalWebhookUri: import("zod").ZodString;
64
+ userIdFormula: import("zod").ZodOptional<import("zod").ZodAny>;
65
+ }, "strip", import("zod").ZodTypeAny, {
66
+ id: string;
67
+ name: string;
68
+ revision: string;
69
+ globalWebhookUri: string;
70
+ key?: string | undefined;
71
+ uuid?: string | undefined;
72
+ description?: string | undefined;
73
+ state?: import("..").WorkspaceElementState | undefined;
74
+ errors?: any[] | undefined;
75
+ isDeactivated?: boolean | undefined;
76
+ createdAt?: string | undefined;
77
+ updatedAt?: string | undefined;
78
+ archivedAt?: string | undefined;
79
+ schema?: DataSchema | undefined;
80
+ subscribeRequest?: {
81
+ headers?: Record<string, any> | undefined;
82
+ method?: import("../../http-requests").HttpRequestMethod | undefined;
83
+ body?: any;
84
+ uri?: any;
85
+ query?: Record<string, any> | undefined;
86
+ } | undefined;
87
+ example?: any;
88
+ userIdFormula?: any;
89
+ }, {
90
+ id: string;
91
+ name: string;
92
+ revision: string;
93
+ globalWebhookUri: string;
94
+ key?: string | undefined;
95
+ uuid?: string | undefined;
96
+ description?: string | undefined;
97
+ state?: import("..").WorkspaceElementState | undefined;
98
+ errors?: any[] | undefined;
99
+ isDeactivated?: boolean | undefined;
100
+ createdAt?: string | undefined;
101
+ updatedAt?: string | undefined;
102
+ archivedAt?: string | undefined;
103
+ schema?: DataSchema | undefined;
104
+ subscribeRequest?: {
105
+ headers?: Record<string, any> | undefined;
106
+ method?: string | undefined;
107
+ body?: any;
108
+ uri?: any;
109
+ query?: Record<string, any> | undefined;
110
+ } | undefined;
111
+ example?: any;
112
+ userIdFormula?: any;
113
+ }>;
114
+ export type AppEventTypeApiResponse = typeof AppEventTypeApiResponse._type;
115
+ export type AppEventType = AppEventTypeApiResponse;