@membranehq/sdk 0.7.4 → 0.7.5
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 +2063 -13949
- package/dist/bundle.js +3949 -4253
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/connections-accessors.d.ts +28 -28
- package/dist/dts/accessors/integrations-accessors.d.ts +28 -28
- package/dist/dts/config/index.d.ts +1 -11
- package/dist/dts/date-time/business-day.d.ts +2 -0
- package/dist/dts/date-time/business-day.test.d.ts +1 -0
- package/dist/dts/date-time/index.d.ts +1 -0
- package/dist/dts/entity-repository.d.ts +13 -64
- package/dist/dts/http-requests.d.ts +2 -14
- package/dist/dts/iframe.d.ts +4 -12
- package/dist/dts/scenario-templates/index.d.ts +60 -484
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +17 -248
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +23 -339
- package/dist/dts/workspace-elements/api/actions-api.d.ts +52 -639
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +8 -169
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +19 -51
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +15 -325
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +13 -248
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +28 -90
- package/dist/dts/workspace-elements/api/connections-api.d.ts +56 -892
- package/dist/dts/workspace-elements/api/customers-api.d.ts +8 -68
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +21 -369
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +17 -45
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +79 -1341
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +52 -767
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +29 -502
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +29 -506
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +21 -381
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -425
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +109 -2321
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +47 -702
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +66 -1229
- package/dist/dts/workspace-elements/api/flows-api.d.ts +149 -1836
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +45 -287
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +27 -450
- package/dist/dts/workspace-elements/api/screens-api.d.ts +11 -31
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +6 -60
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +3 -28
- package/dist/dts/workspace-elements/base/actions/index.d.ts +10 -82
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +4 -47
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +3 -36
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +6 -75
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +6 -69
- package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -56
- package/dist/dts/workspace-elements/base/connectors/types.d.ts +1 -11
- package/dist/dts/workspace-elements/base/customers/index.d.ts +1 -25
- package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +141 -1471
- package/dist/dts/workspace-elements/base/data-collections/types.d.ts +1 -29
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +6 -61
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +3 -32
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +60 -973
- package/dist/dts/workspace-elements/base/data-sources/index.d.ts +8 -104
- package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -26
- package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -30
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +9 -161
- package/dist/dts/workspace-elements/base/external-events/types.d.ts +7 -121
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +9 -76
- package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +13 -133
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +16 -194
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -132
- package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +29 -284
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +13 -93
- package/dist/dts/workspace-elements/base/flows/index.d.ts +20 -240
- package/dist/dts/workspace-elements/base/flows/nodes/base.d.ts +7 -56
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +23 -539
- package/dist/dts/workspace-elements/base/scenarios/index.d.ts +11 -119
- package/dist/dts/workspace-elements/base/screens/types.d.ts +6 -31
- package/dist/dts/workspace-elements/types.d.ts +15 -153
- package/dist/index.browser.d.mts +5926 -24800
- package/dist/index.browser.d.ts +5926 -24800
- package/dist/index.browser.js +287 -281
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +285 -279
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +5956 -24840
- package/dist/index.node.d.ts +5956 -24840
- package/dist/index.node.js +287 -281
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +285 -279
- package/dist/index.node.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2,17 +2,15 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
|
|
3
3
|
id: z.ZodString;
|
|
4
4
|
name: z.ZodString;
|
|
5
|
-
} & {
|
|
6
5
|
actionId: z.ZodString;
|
|
7
6
|
integrationId: z.ZodString;
|
|
8
7
|
connectionId: z.ZodString;
|
|
9
8
|
input: z.ZodOptional<z.ZodAny>;
|
|
10
9
|
output: z.ZodOptional<z.ZodAny>;
|
|
11
|
-
status: z.
|
|
10
|
+
status: z.ZodEnum<typeof import("../base/action-run-log-records").ActionRunLogStatus>;
|
|
12
11
|
createdAt: z.ZodString;
|
|
13
12
|
completedAt: z.ZodOptional<z.ZodString>;
|
|
14
|
-
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.
|
|
15
|
-
} & {
|
|
13
|
+
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>;
|
|
16
14
|
action: z.ZodOptional<z.ZodObject<{
|
|
17
15
|
id: z.ZodString;
|
|
18
16
|
key: z.ZodOptional<z.ZodString>;
|
|
@@ -21,66 +19,21 @@ export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
|
|
|
21
19
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
22
20
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
23
21
|
parentId: z.ZodOptional<z.ZodString>;
|
|
24
|
-
inputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.
|
|
25
|
-
type: z.ZodOptional<z.
|
|
22
|
+
inputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, unknown, z.core.$ZodTypeInternals<import("../..").DataSchema, unknown>>>;
|
|
23
|
+
type: z.ZodOptional<z.ZodEnum<typeof import("../base/actions").ActionType>>;
|
|
26
24
|
config: z.ZodOptional<z.ZodAny>;
|
|
27
25
|
outputMapping: z.ZodOptional<z.ZodAny>;
|
|
28
|
-
customOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.
|
|
29
|
-
} & {
|
|
26
|
+
customOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, unknown, z.core.$ZodTypeInternals<import("../..").DataSchema, unknown>>>;
|
|
30
27
|
name: z.ZodString;
|
|
31
|
-
state: z.ZodOptional<z.
|
|
32
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.
|
|
28
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
|
|
29
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
|
|
33
30
|
revision: z.ZodOptional<z.ZodString>;
|
|
34
31
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
35
32
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
36
33
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
37
34
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
38
35
|
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
39
|
-
},
|
|
40
|
-
id: string;
|
|
41
|
-
name: string;
|
|
42
|
-
key?: string | undefined;
|
|
43
|
-
type?: import("../base/actions").ActionType | undefined;
|
|
44
|
-
uuid?: string | undefined;
|
|
45
|
-
description?: string | undefined;
|
|
46
|
-
meta?: Record<string, any> | undefined;
|
|
47
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
48
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
49
|
-
revision?: string | undefined;
|
|
50
|
-
createdAt?: string | undefined;
|
|
51
|
-
updatedAt?: string | undefined;
|
|
52
|
-
archivedAt?: string | undefined;
|
|
53
|
-
isDeactivated?: boolean | undefined;
|
|
54
|
-
integrationId?: string | undefined;
|
|
55
|
-
parentId?: string | undefined;
|
|
56
|
-
isCustomized?: boolean | undefined;
|
|
57
|
-
inputSchema?: import("../..").DataSchema | undefined;
|
|
58
|
-
config?: any;
|
|
59
|
-
outputMapping?: any;
|
|
60
|
-
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
61
|
-
}, {
|
|
62
|
-
id: string;
|
|
63
|
-
name: string;
|
|
64
|
-
key?: string | undefined;
|
|
65
|
-
type?: import("../base/actions").ActionType | undefined;
|
|
66
|
-
uuid?: string | undefined;
|
|
67
|
-
description?: string | undefined;
|
|
68
|
-
meta?: Record<string, any> | undefined;
|
|
69
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
70
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
71
|
-
revision?: string | undefined;
|
|
72
|
-
createdAt?: string | undefined;
|
|
73
|
-
updatedAt?: string | undefined;
|
|
74
|
-
archivedAt?: string | undefined;
|
|
75
|
-
isDeactivated?: boolean | undefined;
|
|
76
|
-
integrationId?: string | undefined;
|
|
77
|
-
parentId?: string | undefined;
|
|
78
|
-
isCustomized?: boolean | undefined;
|
|
79
|
-
inputSchema?: import("../..").DataSchema | undefined;
|
|
80
|
-
config?: any;
|
|
81
|
-
outputMapping?: any;
|
|
82
|
-
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
83
|
-
}>>;
|
|
36
|
+
}, z.core.$strip>>;
|
|
84
37
|
integration: z.ZodOptional<z.ZodObject<{
|
|
85
38
|
id: z.ZodString;
|
|
86
39
|
key: z.ZodOptional<z.ZodString>;
|
|
@@ -88,12 +41,11 @@ export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
|
|
|
88
41
|
description: z.ZodOptional<z.ZodString>;
|
|
89
42
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
90
43
|
name: z.ZodString;
|
|
91
|
-
state: z.ZodOptional<z.
|
|
92
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.
|
|
44
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
|
|
45
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
|
|
93
46
|
revision: z.ZodOptional<z.ZodString>;
|
|
94
47
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
95
48
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
96
|
-
} & {
|
|
97
49
|
logoUri: z.ZodString;
|
|
98
50
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
99
51
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
@@ -113,82 +65,24 @@ export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
|
|
|
113
65
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
114
66
|
appUuid: z.ZodOptional<z.ZodString>;
|
|
115
67
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
116
|
-
authType: z.ZodOptional<z.ZodEnum<
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
126
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
127
|
-
revision?: string | undefined;
|
|
128
|
-
createdAt?: string | undefined;
|
|
129
|
-
updatedAt?: string | undefined;
|
|
130
|
-
archivedAt?: string | undefined;
|
|
131
|
-
isDeactivated?: boolean | undefined;
|
|
132
|
-
parameters?: any;
|
|
133
|
-
connectorId?: string | undefined;
|
|
134
|
-
connectorVersion?: string | undefined;
|
|
135
|
-
oAuthCallbackUri?: string | undefined;
|
|
136
|
-
hasMissingParameters?: boolean | undefined;
|
|
137
|
-
hasDocumentation?: boolean | undefined;
|
|
138
|
-
hasOperations?: boolean | undefined;
|
|
139
|
-
operationsCount?: number | undefined;
|
|
140
|
-
hasData?: boolean | undefined;
|
|
141
|
-
dataCollectionsCount?: number | undefined;
|
|
142
|
-
hasEvents?: boolean | undefined;
|
|
143
|
-
eventsCount?: number | undefined;
|
|
144
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
145
|
-
hasUdm?: boolean | undefined;
|
|
146
|
-
isTest?: boolean | undefined;
|
|
147
|
-
appUuid?: string | undefined;
|
|
148
|
-
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
149
|
-
}, {
|
|
150
|
-
id: string;
|
|
151
|
-
name: string;
|
|
152
|
-
logoUri: string;
|
|
153
|
-
key?: string | undefined;
|
|
154
|
-
uuid?: string | undefined;
|
|
155
|
-
description?: string | undefined;
|
|
156
|
-
meta?: Record<string, any> | undefined;
|
|
157
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
158
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
159
|
-
revision?: string | undefined;
|
|
160
|
-
createdAt?: string | undefined;
|
|
161
|
-
updatedAt?: string | undefined;
|
|
162
|
-
archivedAt?: string | undefined;
|
|
163
|
-
isDeactivated?: boolean | undefined;
|
|
164
|
-
parameters?: any;
|
|
165
|
-
connectorId?: string | undefined;
|
|
166
|
-
connectorVersion?: string | undefined;
|
|
167
|
-
oAuthCallbackUri?: string | undefined;
|
|
168
|
-
hasMissingParameters?: boolean | undefined;
|
|
169
|
-
hasDocumentation?: boolean | undefined;
|
|
170
|
-
hasOperations?: boolean | undefined;
|
|
171
|
-
operationsCount?: number | undefined;
|
|
172
|
-
hasData?: boolean | undefined;
|
|
173
|
-
dataCollectionsCount?: number | undefined;
|
|
174
|
-
hasEvents?: boolean | undefined;
|
|
175
|
-
eventsCount?: number | undefined;
|
|
176
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
177
|
-
hasUdm?: boolean | undefined;
|
|
178
|
-
isTest?: boolean | undefined;
|
|
179
|
-
appUuid?: string | undefined;
|
|
180
|
-
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
181
|
-
}>>;
|
|
68
|
+
authType: z.ZodOptional<z.ZodEnum<{
|
|
69
|
+
proxy: "proxy";
|
|
70
|
+
"integration-app-token": "integration-app-token";
|
|
71
|
+
"membrane-token": "membrane-token";
|
|
72
|
+
oauth2: "oauth2";
|
|
73
|
+
oauth1: "oauth1";
|
|
74
|
+
"client-credentials": "client-credentials";
|
|
75
|
+
}>>;
|
|
76
|
+
}, z.core.$strip>>;
|
|
182
77
|
connection: z.ZodOptional<z.ZodObject<{
|
|
183
78
|
id: z.ZodString;
|
|
184
|
-
} & {
|
|
185
79
|
name: z.ZodString;
|
|
186
80
|
userId: z.ZodString;
|
|
187
81
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
188
82
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
189
83
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
190
|
-
state: z.ZodOptional<z.
|
|
191
|
-
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.
|
|
84
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
|
|
85
|
+
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>;
|
|
192
86
|
integrationId: z.ZodString;
|
|
193
87
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
194
88
|
createdAt: z.ZodString;
|
|
@@ -198,217 +92,7 @@ export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
|
|
|
198
92
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
199
93
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
200
94
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
201
|
-
},
|
|
202
|
-
|
|
203
|
-
name: string;
|
|
204
|
-
createdAt: string;
|
|
205
|
-
updatedAt: string;
|
|
206
|
-
integrationId: string;
|
|
207
|
-
userId: string;
|
|
208
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
209
|
-
meta?: Record<string, any> | undefined;
|
|
210
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
211
|
-
archivedAt?: string | undefined;
|
|
212
|
-
isDeactivated?: boolean | undefined;
|
|
213
|
-
authOptionKey?: string | undefined;
|
|
214
|
-
isTest?: boolean | undefined;
|
|
215
|
-
disconnected?: boolean | undefined;
|
|
216
|
-
isDefunct?: boolean | undefined;
|
|
217
|
-
lastActiveAt?: string | undefined;
|
|
218
|
-
nextCredentialsRefreshAt?: string | undefined;
|
|
219
|
-
}, {
|
|
220
|
-
id: string;
|
|
221
|
-
name: string;
|
|
222
|
-
createdAt: string;
|
|
223
|
-
updatedAt: string;
|
|
224
|
-
integrationId: string;
|
|
225
|
-
userId: string;
|
|
226
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
227
|
-
meta?: Record<string, any> | undefined;
|
|
228
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
229
|
-
archivedAt?: string | undefined;
|
|
230
|
-
isDeactivated?: boolean | undefined;
|
|
231
|
-
authOptionKey?: string | undefined;
|
|
232
|
-
isTest?: boolean | undefined;
|
|
233
|
-
disconnected?: boolean | undefined;
|
|
234
|
-
isDefunct?: boolean | undefined;
|
|
235
|
-
lastActiveAt?: string | undefined;
|
|
236
|
-
nextCredentialsRefreshAt?: string | undefined;
|
|
237
|
-
}>>;
|
|
238
|
-
}, "strip", z.ZodTypeAny, {
|
|
239
|
-
status: import("../base/action-run-log-records").ActionRunLogStatus;
|
|
240
|
-
id: string;
|
|
241
|
-
name: string;
|
|
242
|
-
createdAt: string;
|
|
243
|
-
integrationId: string;
|
|
244
|
-
connectionId: string;
|
|
245
|
-
actionId: string;
|
|
246
|
-
connection?: {
|
|
247
|
-
id: string;
|
|
248
|
-
name: string;
|
|
249
|
-
createdAt: string;
|
|
250
|
-
updatedAt: string;
|
|
251
|
-
integrationId: string;
|
|
252
|
-
userId: string;
|
|
253
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
254
|
-
meta?: Record<string, any> | undefined;
|
|
255
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
256
|
-
archivedAt?: string | undefined;
|
|
257
|
-
isDeactivated?: boolean | undefined;
|
|
258
|
-
authOptionKey?: string | undefined;
|
|
259
|
-
isTest?: boolean | undefined;
|
|
260
|
-
disconnected?: boolean | undefined;
|
|
261
|
-
isDefunct?: boolean | undefined;
|
|
262
|
-
lastActiveAt?: string | undefined;
|
|
263
|
-
nextCredentialsRefreshAt?: string | undefined;
|
|
264
|
-
} | undefined;
|
|
265
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
266
|
-
integration?: {
|
|
267
|
-
id: string;
|
|
268
|
-
name: string;
|
|
269
|
-
logoUri: string;
|
|
270
|
-
key?: string | undefined;
|
|
271
|
-
uuid?: string | undefined;
|
|
272
|
-
description?: string | undefined;
|
|
273
|
-
meta?: Record<string, any> | undefined;
|
|
274
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
275
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
276
|
-
revision?: string | undefined;
|
|
277
|
-
createdAt?: string | undefined;
|
|
278
|
-
updatedAt?: string | undefined;
|
|
279
|
-
archivedAt?: string | undefined;
|
|
280
|
-
isDeactivated?: boolean | undefined;
|
|
281
|
-
parameters?: any;
|
|
282
|
-
connectorId?: string | undefined;
|
|
283
|
-
connectorVersion?: string | undefined;
|
|
284
|
-
oAuthCallbackUri?: string | undefined;
|
|
285
|
-
hasMissingParameters?: boolean | undefined;
|
|
286
|
-
hasDocumentation?: boolean | undefined;
|
|
287
|
-
hasOperations?: boolean | undefined;
|
|
288
|
-
operationsCount?: number | undefined;
|
|
289
|
-
hasData?: boolean | undefined;
|
|
290
|
-
dataCollectionsCount?: number | undefined;
|
|
291
|
-
hasEvents?: boolean | undefined;
|
|
292
|
-
eventsCount?: number | undefined;
|
|
293
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
294
|
-
hasUdm?: boolean | undefined;
|
|
295
|
-
isTest?: boolean | undefined;
|
|
296
|
-
appUuid?: string | undefined;
|
|
297
|
-
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
298
|
-
} | undefined;
|
|
299
|
-
action?: {
|
|
300
|
-
id: string;
|
|
301
|
-
name: string;
|
|
302
|
-
key?: string | undefined;
|
|
303
|
-
type?: import("../base/actions").ActionType | undefined;
|
|
304
|
-
uuid?: string | undefined;
|
|
305
|
-
description?: string | undefined;
|
|
306
|
-
meta?: Record<string, any> | undefined;
|
|
307
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
308
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
309
|
-
revision?: string | undefined;
|
|
310
|
-
createdAt?: string | undefined;
|
|
311
|
-
updatedAt?: string | undefined;
|
|
312
|
-
archivedAt?: string | undefined;
|
|
313
|
-
isDeactivated?: boolean | undefined;
|
|
314
|
-
integrationId?: string | undefined;
|
|
315
|
-
parentId?: string | undefined;
|
|
316
|
-
isCustomized?: boolean | undefined;
|
|
317
|
-
inputSchema?: import("../..").DataSchema | undefined;
|
|
318
|
-
config?: any;
|
|
319
|
-
outputMapping?: any;
|
|
320
|
-
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
321
|
-
} | undefined;
|
|
322
|
-
input?: any;
|
|
323
|
-
output?: any;
|
|
324
|
-
completedAt?: string | undefined;
|
|
325
|
-
}, {
|
|
326
|
-
status: import("../base/action-run-log-records").ActionRunLogStatus;
|
|
327
|
-
id: string;
|
|
328
|
-
name: string;
|
|
329
|
-
createdAt: string;
|
|
330
|
-
integrationId: string;
|
|
331
|
-
connectionId: string;
|
|
332
|
-
actionId: string;
|
|
333
|
-
connection?: {
|
|
334
|
-
id: string;
|
|
335
|
-
name: string;
|
|
336
|
-
createdAt: string;
|
|
337
|
-
updatedAt: string;
|
|
338
|
-
integrationId: string;
|
|
339
|
-
userId: string;
|
|
340
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
341
|
-
meta?: Record<string, any> | undefined;
|
|
342
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
343
|
-
archivedAt?: string | undefined;
|
|
344
|
-
isDeactivated?: boolean | undefined;
|
|
345
|
-
authOptionKey?: string | undefined;
|
|
346
|
-
isTest?: boolean | undefined;
|
|
347
|
-
disconnected?: boolean | undefined;
|
|
348
|
-
isDefunct?: boolean | undefined;
|
|
349
|
-
lastActiveAt?: string | undefined;
|
|
350
|
-
nextCredentialsRefreshAt?: string | undefined;
|
|
351
|
-
} | undefined;
|
|
352
|
-
error?: import("../..").ErrorDataSchema | undefined;
|
|
353
|
-
integration?: {
|
|
354
|
-
id: string;
|
|
355
|
-
name: string;
|
|
356
|
-
logoUri: string;
|
|
357
|
-
key?: string | undefined;
|
|
358
|
-
uuid?: string | undefined;
|
|
359
|
-
description?: string | undefined;
|
|
360
|
-
meta?: Record<string, any> | undefined;
|
|
361
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
362
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
363
|
-
revision?: string | undefined;
|
|
364
|
-
createdAt?: string | undefined;
|
|
365
|
-
updatedAt?: string | undefined;
|
|
366
|
-
archivedAt?: string | undefined;
|
|
367
|
-
isDeactivated?: boolean | undefined;
|
|
368
|
-
parameters?: any;
|
|
369
|
-
connectorId?: string | undefined;
|
|
370
|
-
connectorVersion?: string | undefined;
|
|
371
|
-
oAuthCallbackUri?: string | undefined;
|
|
372
|
-
hasMissingParameters?: boolean | undefined;
|
|
373
|
-
hasDocumentation?: boolean | undefined;
|
|
374
|
-
hasOperations?: boolean | undefined;
|
|
375
|
-
operationsCount?: number | undefined;
|
|
376
|
-
hasData?: boolean | undefined;
|
|
377
|
-
dataCollectionsCount?: number | undefined;
|
|
378
|
-
hasEvents?: boolean | undefined;
|
|
379
|
-
eventsCount?: number | undefined;
|
|
380
|
-
hasGlobalWebhooks?: boolean | undefined;
|
|
381
|
-
hasUdm?: boolean | undefined;
|
|
382
|
-
isTest?: boolean | undefined;
|
|
383
|
-
appUuid?: string | undefined;
|
|
384
|
-
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
385
|
-
} | undefined;
|
|
386
|
-
action?: {
|
|
387
|
-
id: string;
|
|
388
|
-
name: string;
|
|
389
|
-
key?: string | undefined;
|
|
390
|
-
type?: import("../base/actions").ActionType | undefined;
|
|
391
|
-
uuid?: string | undefined;
|
|
392
|
-
description?: string | undefined;
|
|
393
|
-
meta?: Record<string, any> | undefined;
|
|
394
|
-
state?: import("..").WorkspaceElementState | undefined;
|
|
395
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
396
|
-
revision?: string | undefined;
|
|
397
|
-
createdAt?: string | undefined;
|
|
398
|
-
updatedAt?: string | undefined;
|
|
399
|
-
archivedAt?: string | undefined;
|
|
400
|
-
isDeactivated?: boolean | undefined;
|
|
401
|
-
integrationId?: string | undefined;
|
|
402
|
-
parentId?: string | undefined;
|
|
403
|
-
isCustomized?: boolean | undefined;
|
|
404
|
-
inputSchema?: import("../..").DataSchema | undefined;
|
|
405
|
-
config?: any;
|
|
406
|
-
outputMapping?: any;
|
|
407
|
-
customOutputSchema?: import("../..").DataSchema | undefined;
|
|
408
|
-
} | undefined;
|
|
409
|
-
input?: any;
|
|
410
|
-
output?: any;
|
|
411
|
-
completedAt?: string | undefined;
|
|
412
|
-
}>;
|
|
95
|
+
}, z.core.$strip>>;
|
|
96
|
+
}, z.core.$strip>;
|
|
413
97
|
export type ActionRunLogRecordApiResponse = z.infer<typeof ActionRunLogRecordApiResponse>;
|
|
414
98
|
export type ActionRunLogRecord = ActionRunLogRecordApiResponse;
|