@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.
- package/dist/bundle.d.ts +1828 -1832
- package/dist/bundle.js +32 -23
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/action-instances-accessors.d.ts +13 -10
- package/dist/dts/accessors/actions-accessors.d.ts +9 -9
- package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-data-schemas-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-event-types-accessors.d.ts +3 -3
- package/dist/dts/accessors/base-accessors.d.ts +8 -8
- package/dist/dts/accessors/connections-accessors.d.ts +15 -15
- package/dist/dts/accessors/customers-accessors.d.ts +5 -5
- package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +3 -3
- package/dist/dts/accessors/data-link-tables-accessors.d.ts +3 -3
- package/dist/dts/accessors/data-sources-accessors.d.ts +14 -14
- package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +3 -3
- package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +7 -7
- package/dist/dts/accessors/field-mappings-accessors.d.ts +7 -7
- package/dist/dts/accessors/flow-instances-accessors.d.ts +8 -8
- package/dist/dts/accessors/flow-runs-accessors.d.ts +3 -3
- package/dist/dts/accessors/flows-accessors.d.ts +7 -7
- package/dist/dts/accessors/integrations-accessors.d.ts +10 -10
- package/dist/dts/accessors/scenarios-accessors.d.ts +3 -3
- package/dist/dts/accessors/screens-accessors.d.ts +3 -3
- package/dist/dts/api-client.d.ts +3 -3
- package/dist/dts/auth/accessors.d.ts +2 -2
- package/dist/dts/client.d.ts +5 -5
- package/dist/dts/data-builder/index.d.ts +1 -1
- package/dist/dts/data-schema/arbitrary-fields.test.d.ts +1 -0
- package/dist/dts/data-schema/types.d.ts +1 -0
- package/dist/dts/error-tools/index.d.ts +1 -1
- package/dist/dts/errors/index.d.ts +24 -15
- package/dist/dts/formulas/base.d.ts +3 -1
- package/dist/dts/index.d.ts +2 -1
- package/dist/dts/index.umd.d.ts +2 -2
- package/dist/dts/integration-elements/connection-level-element.accessor.d.ts +5 -5
- package/dist/dts/integration-elements/integration-level-element.accessor.d.ts +5 -5
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +119 -65
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +69 -90
- package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -339
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/connections-api.d.ts +90 -89
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +50 -50
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +55 -55
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -62
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +40 -40
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +40 -40
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +35 -35
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -20
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +166 -166
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +96 -96
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +128 -128
- package/dist/dts/workspace-elements/api/flows-api.d.ts +223 -223
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -26
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -21
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +10 -10
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
- package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +21 -21
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +8 -8
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -14
- package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
- package/dist/dts/workspace-elements/base/flows/types.d.ts +15 -15
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -48
- package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
- package/dist/dts/workspace-elements/errors.d.ts +2 -2
- package/dist/dts/workspace-elements/types.d.ts +53 -9
- package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
- package/dist/dts/workspaces/types.d.ts +2 -0
- package/dist/index.d.ts +2416 -2380
- package/dist/index.js +125 -118
- package/dist/index.js.map +1 -1
- package/dist/index.module.d.mts +2416 -2380
- package/dist/index.module.mjs +117 -113
- package/dist/index.module.mjs.map +1 -1
- package/package.json +1 -3
- package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { ConnectionSelector } from './connections-api';
|
|
3
|
+
import { ElementInstanceSelector } from '../../accessors';
|
|
2
4
|
export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
3
5
|
id: z.ZodString;
|
|
4
|
-
name: z.ZodString;
|
|
5
|
-
} & {
|
|
6
6
|
key: z.ZodOptional<z.ZodString>;
|
|
7
7
|
uuid: z.ZodOptional<z.ZodString>;
|
|
8
8
|
description: z.ZodOptional<z.ZodString>;
|
|
9
|
+
} & {
|
|
10
|
+
name: z.ZodString;
|
|
9
11
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
10
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
12
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
11
13
|
revision: z.ZodOptional<z.ZodString>;
|
|
12
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
13
14
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
14
15
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
15
16
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
17
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
16
18
|
} & {
|
|
17
19
|
parentId: z.ZodOptional<z.ZodString>;
|
|
18
20
|
parentRevision: z.ZodOptional<z.ZodString>;
|
|
@@ -61,84 +63,71 @@ export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
|
61
63
|
}>>;
|
|
62
64
|
parent: z.ZodOptional<z.ZodObject<{
|
|
63
65
|
id: z.ZodString;
|
|
64
|
-
name: z.ZodString;
|
|
65
|
-
} & {
|
|
66
|
-
key: z.ZodOptional<z.ZodString>;
|
|
67
|
-
uuid: z.ZodOptional<z.ZodString>;
|
|
68
|
-
description: z.ZodOptional<z.ZodString>;
|
|
69
66
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
70
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
67
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
71
68
|
revision: z.ZodOptional<z.ZodString>;
|
|
72
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
73
69
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
74
70
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
75
71
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
76
|
-
|
|
72
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
73
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
74
|
+
description: z.ZodOptional<z.ZodString>;
|
|
77
75
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
78
76
|
parentId: z.ZodOptional<z.ZodString>;
|
|
79
|
-
parentRevision: z.ZodOptional<z.ZodString>;
|
|
80
|
-
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
81
|
-
type: z.ZodNativeEnum<typeof import("../base/actions").ActionType>;
|
|
82
77
|
inputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
|
|
78
|
+
type: z.ZodOptional<z.ZodNativeEnum<typeof import("../base/actions").ActionType>>;
|
|
83
79
|
config: z.ZodOptional<z.ZodAny>;
|
|
84
80
|
outputMapping: z.ZodOptional<z.ZodAny>;
|
|
85
81
|
customOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
82
|
+
} & {
|
|
83
|
+
key: z.ZodString;
|
|
84
|
+
name: z.ZodString;
|
|
85
|
+
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
86
|
+
parentRevision: z.ZodOptional<z.ZodString>;
|
|
90
87
|
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
|
|
88
|
+
key: string;
|
|
92
89
|
id: string;
|
|
93
90
|
name: string;
|
|
94
|
-
|
|
91
|
+
type?: import("../base/actions").ActionType | undefined;
|
|
95
92
|
uuid?: string | undefined;
|
|
96
93
|
description?: string | undefined;
|
|
97
94
|
state?: import("..").WorkspaceElementState | undefined;
|
|
98
|
-
errors?:
|
|
95
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
99
96
|
revision?: string | undefined;
|
|
100
|
-
isDeactivated?: boolean | undefined;
|
|
101
97
|
createdAt?: string | undefined;
|
|
102
98
|
updatedAt?: string | undefined;
|
|
103
99
|
archivedAt?: string | undefined;
|
|
100
|
+
isDeactivated?: boolean | undefined;
|
|
104
101
|
integrationId?: string | undefined;
|
|
105
102
|
parentId?: string | undefined;
|
|
106
|
-
parentRevision?: string | undefined;
|
|
107
|
-
isCustomized?: boolean | undefined;
|
|
108
103
|
inputSchema?: import("../..").DataSchema | undefined;
|
|
109
104
|
config?: any;
|
|
110
105
|
outputMapping?: any;
|
|
111
106
|
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
outputSchema?: import("../..").DataSchema | undefined;
|
|
115
|
-
dependencies?: any[] | undefined;
|
|
107
|
+
isCustomized?: boolean | undefined;
|
|
108
|
+
parentRevision?: string | undefined;
|
|
116
109
|
}, {
|
|
117
|
-
|
|
110
|
+
key: string;
|
|
118
111
|
id: string;
|
|
119
112
|
name: string;
|
|
120
|
-
|
|
113
|
+
type?: import("../base/actions").ActionType | undefined;
|
|
121
114
|
uuid?: string | undefined;
|
|
122
115
|
description?: string | undefined;
|
|
123
116
|
state?: import("..").WorkspaceElementState | undefined;
|
|
124
|
-
errors?:
|
|
117
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
125
118
|
revision?: string | undefined;
|
|
126
|
-
isDeactivated?: boolean | undefined;
|
|
127
119
|
createdAt?: string | undefined;
|
|
128
120
|
updatedAt?: string | undefined;
|
|
129
121
|
archivedAt?: string | undefined;
|
|
122
|
+
isDeactivated?: boolean | undefined;
|
|
130
123
|
integrationId?: string | undefined;
|
|
131
124
|
parentId?: string | undefined;
|
|
132
|
-
parentRevision?: string | undefined;
|
|
133
|
-
isCustomized?: boolean | undefined;
|
|
134
125
|
inputSchema?: import("../..").DataSchema | undefined;
|
|
135
126
|
config?: any;
|
|
136
127
|
outputMapping?: any;
|
|
137
128
|
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
outputSchema?: import("../..").DataSchema | undefined;
|
|
141
|
-
dependencies?: any[] | undefined;
|
|
129
|
+
isCustomized?: boolean | undefined;
|
|
130
|
+
parentRevision?: string | undefined;
|
|
142
131
|
}>>;
|
|
143
132
|
}, "strip", z.ZodTypeAny, {
|
|
144
133
|
id: string;
|
|
@@ -149,12 +138,12 @@ export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
|
149
138
|
uuid?: string | undefined;
|
|
150
139
|
description?: string | undefined;
|
|
151
140
|
state?: import("..").WorkspaceElementState | undefined;
|
|
152
|
-
errors?:
|
|
141
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
153
142
|
revision?: string | undefined;
|
|
154
|
-
isDeactivated?: boolean | undefined;
|
|
155
143
|
createdAt?: string | undefined;
|
|
156
144
|
updatedAt?: string | undefined;
|
|
157
145
|
archivedAt?: string | undefined;
|
|
146
|
+
isDeactivated?: boolean | undefined;
|
|
158
147
|
instanceKey?: string | undefined;
|
|
159
148
|
user?: {
|
|
160
149
|
id: string;
|
|
@@ -169,38 +158,34 @@ export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
|
169
158
|
isBillable?: boolean | undefined;
|
|
170
159
|
} | undefined;
|
|
171
160
|
parentId?: string | undefined;
|
|
172
|
-
parentRevision?: string | undefined;
|
|
173
161
|
inputSchema?: any;
|
|
174
162
|
config?: any;
|
|
163
|
+
parentRevision?: string | undefined;
|
|
175
164
|
outputSchema?: any;
|
|
176
165
|
universalParentId?: string | undefined;
|
|
177
166
|
isOutdated?: boolean | undefined;
|
|
178
167
|
parent?: {
|
|
179
|
-
|
|
168
|
+
key: string;
|
|
180
169
|
id: string;
|
|
181
170
|
name: string;
|
|
182
|
-
|
|
171
|
+
type?: import("../base/actions").ActionType | undefined;
|
|
183
172
|
uuid?: string | undefined;
|
|
184
173
|
description?: string | undefined;
|
|
185
174
|
state?: import("..").WorkspaceElementState | undefined;
|
|
186
|
-
errors?:
|
|
175
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
187
176
|
revision?: string | undefined;
|
|
188
|
-
isDeactivated?: boolean | undefined;
|
|
189
177
|
createdAt?: string | undefined;
|
|
190
178
|
updatedAt?: string | undefined;
|
|
191
179
|
archivedAt?: string | undefined;
|
|
180
|
+
isDeactivated?: boolean | undefined;
|
|
192
181
|
integrationId?: string | undefined;
|
|
193
182
|
parentId?: string | undefined;
|
|
194
|
-
parentRevision?: string | undefined;
|
|
195
|
-
isCustomized?: boolean | undefined;
|
|
196
183
|
inputSchema?: import("../..").DataSchema | undefined;
|
|
197
184
|
config?: any;
|
|
198
185
|
outputMapping?: any;
|
|
199
186
|
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
outputSchema?: import("../..").DataSchema | undefined;
|
|
203
|
-
dependencies?: any[] | undefined;
|
|
187
|
+
isCustomized?: boolean | undefined;
|
|
188
|
+
parentRevision?: string | undefined;
|
|
204
189
|
} | undefined;
|
|
205
190
|
}, {
|
|
206
191
|
id: string;
|
|
@@ -211,12 +196,12 @@ export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
|
211
196
|
uuid?: string | undefined;
|
|
212
197
|
description?: string | undefined;
|
|
213
198
|
state?: import("..").WorkspaceElementState | undefined;
|
|
214
|
-
errors?:
|
|
199
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
215
200
|
revision?: string | undefined;
|
|
216
|
-
isDeactivated?: boolean | undefined;
|
|
217
201
|
createdAt?: string | undefined;
|
|
218
202
|
updatedAt?: string | undefined;
|
|
219
203
|
archivedAt?: string | undefined;
|
|
204
|
+
isDeactivated?: boolean | undefined;
|
|
220
205
|
instanceKey?: string | undefined;
|
|
221
206
|
user?: {
|
|
222
207
|
id: string;
|
|
@@ -231,39 +216,108 @@ export declare const ActionInstanceApiResponse: z.ZodObject<{
|
|
|
231
216
|
isBillable?: boolean | undefined;
|
|
232
217
|
} | undefined;
|
|
233
218
|
parentId?: string | undefined;
|
|
234
|
-
parentRevision?: string | undefined;
|
|
235
219
|
inputSchema?: any;
|
|
236
220
|
config?: any;
|
|
221
|
+
parentRevision?: string | undefined;
|
|
237
222
|
outputSchema?: any;
|
|
238
223
|
universalParentId?: string | undefined;
|
|
239
224
|
isOutdated?: boolean | undefined;
|
|
240
225
|
parent?: {
|
|
241
|
-
|
|
226
|
+
key: string;
|
|
242
227
|
id: string;
|
|
243
228
|
name: string;
|
|
244
|
-
|
|
229
|
+
type?: import("../base/actions").ActionType | undefined;
|
|
245
230
|
uuid?: string | undefined;
|
|
246
231
|
description?: string | undefined;
|
|
247
232
|
state?: import("..").WorkspaceElementState | undefined;
|
|
248
|
-
errors?:
|
|
233
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
249
234
|
revision?: string | undefined;
|
|
250
|
-
isDeactivated?: boolean | undefined;
|
|
251
235
|
createdAt?: string | undefined;
|
|
252
236
|
updatedAt?: string | undefined;
|
|
253
237
|
archivedAt?: string | undefined;
|
|
238
|
+
isDeactivated?: boolean | undefined;
|
|
254
239
|
integrationId?: string | undefined;
|
|
255
240
|
parentId?: string | undefined;
|
|
256
|
-
parentRevision?: string | undefined;
|
|
257
|
-
isCustomized?: boolean | undefined;
|
|
258
241
|
inputSchema?: import("../..").DataSchema | undefined;
|
|
259
242
|
config?: any;
|
|
260
243
|
outputMapping?: any;
|
|
261
244
|
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
outputSchema?: import("../..").DataSchema | undefined;
|
|
265
|
-
dependencies?: any[] | undefined;
|
|
245
|
+
isCustomized?: boolean | undefined;
|
|
246
|
+
parentRevision?: string | undefined;
|
|
266
247
|
} | undefined;
|
|
267
248
|
}>;
|
|
268
249
|
export type ActionInstanceApiResponse = z.infer<typeof ActionInstanceApiResponse>;
|
|
269
250
|
export type ActionInstance = ActionInstanceApiResponse;
|
|
251
|
+
export interface ActionInstanceSelector extends ConnectionSelector, ElementInstanceSelector {
|
|
252
|
+
}
|
|
253
|
+
export declare const ListActionInstancesForConnectionQuery: z.ZodObject<{
|
|
254
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
255
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
256
|
+
} & {
|
|
257
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
258
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
259
|
+
}, "strip", z.ZodTypeAny, {
|
|
260
|
+
limit?: number | undefined;
|
|
261
|
+
cursor?: string | undefined;
|
|
262
|
+
parentId?: string | undefined;
|
|
263
|
+
universalParentId?: string | undefined;
|
|
264
|
+
}, {
|
|
265
|
+
limit?: number | undefined;
|
|
266
|
+
cursor?: string | undefined;
|
|
267
|
+
parentId?: string | undefined;
|
|
268
|
+
universalParentId?: string | undefined;
|
|
269
|
+
}>;
|
|
270
|
+
export type ListActionInstancesForConnectionQuery = z.infer<typeof ListActionInstancesForConnectionQuery>;
|
|
271
|
+
export declare const FindActionInstancesQuery: z.ZodObject<{
|
|
272
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
273
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
274
|
+
} & {
|
|
275
|
+
limit: z.ZodOptional<z.ZodNumber>;
|
|
276
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
277
|
+
} & {
|
|
278
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
279
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
280
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
281
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
limit?: number | undefined;
|
|
284
|
+
cursor?: string | undefined;
|
|
285
|
+
userId?: string | undefined;
|
|
286
|
+
connectionId?: string | undefined;
|
|
287
|
+
integrationId?: string | undefined;
|
|
288
|
+
integrationKey?: string | undefined;
|
|
289
|
+
parentId?: string | undefined;
|
|
290
|
+
universalParentId?: string | undefined;
|
|
291
|
+
}, {
|
|
292
|
+
limit?: number | undefined;
|
|
293
|
+
cursor?: string | undefined;
|
|
294
|
+
userId?: string | undefined;
|
|
295
|
+
connectionId?: string | undefined;
|
|
296
|
+
integrationId?: string | undefined;
|
|
297
|
+
integrationKey?: string | undefined;
|
|
298
|
+
parentId?: string | undefined;
|
|
299
|
+
universalParentId?: string | undefined;
|
|
300
|
+
}>;
|
|
301
|
+
export type FindActionInstancesQuery = z.infer<typeof FindActionInstancesQuery>;
|
|
302
|
+
export declare const CreateActionInstanceRequest: z.ZodObject<{
|
|
303
|
+
parentId: z.ZodString;
|
|
304
|
+
connectionId: z.ZodString;
|
|
305
|
+
config: z.ZodOptional<z.ZodAny>;
|
|
306
|
+
}, "strip", z.ZodTypeAny, {
|
|
307
|
+
connectionId: string;
|
|
308
|
+
parentId: string;
|
|
309
|
+
config?: any;
|
|
310
|
+
}, {
|
|
311
|
+
connectionId: string;
|
|
312
|
+
parentId: string;
|
|
313
|
+
config?: any;
|
|
314
|
+
}>;
|
|
315
|
+
export type CreateActionInstanceRequest = z.infer<typeof CreateActionInstanceRequest>;
|
|
316
|
+
export declare const UpdateActionInstanceRequest: z.ZodObject<{
|
|
317
|
+
config: z.ZodOptional<z.ZodAny>;
|
|
318
|
+
}, "strip", z.ZodTypeAny, {
|
|
319
|
+
config?: any;
|
|
320
|
+
}, {
|
|
321
|
+
config?: any;
|
|
322
|
+
}>;
|
|
323
|
+
export type UpdateActionInstanceRequest = z.infer<typeof UpdateActionInstanceRequest>;
|