@membranehq/sdk 0.28.3 → 0.29.1
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 +140 -4
- package/dist/bundle.js +1917 -1394
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/connection-events-listener.d.ts +14 -0
- package/dist/dts/accessors/connection-events-listener.test.d.ts +1 -0
- package/dist/dts/accessors/connections-accessors.d.ts +9 -1
- package/dist/dts/accessors/integrations-accessors.d.ts +3 -0
- package/dist/dts/agent/harness-snapshot.d.ts +65 -0
- package/dist/dts/agent/harness.d.ts +107 -0
- package/dist/dts/agent/index.d.ts +6 -0
- package/dist/dts/agent/instruction.d.ts +32 -0
- package/dist/dts/agent/session.d.ts +6 -2
- package/dist/dts/agent/skill.d.ts +50 -0
- package/dist/dts/agent/tool.d.ts +8 -0
- package/dist/dts/agent/worker-contracts.d.ts +4 -1
- package/dist/dts/agent/workspace-element-context.d.ts +3 -0
- package/dist/dts/ai-gateway/models.d.ts +4 -0
- package/dist/dts/async-requests/types.d.ts +50 -0
- package/dist/dts/data-schema/types.d.ts +1 -1
- package/dist/dts/deprecation.d.ts +1 -0
- package/dist/dts/errors/index.d.ts +5 -1
- package/dist/dts/index.browser.d.ts +3 -1
- package/dist/dts/mcp-client/index.d.ts +76 -0
- package/dist/dts/oauth/types.d.ts +14 -5
- package/dist/dts/orgs/types.d.ts +1183 -33
- package/dist/dts/orgs/types.test.d.ts +1 -0
- package/dist/dts/platform-user-tokens/types.d.ts +42 -0
- package/dist/dts/scenario-templates/index.d.ts +1 -0
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +50 -72
- package/dist/dts/workspace-elements/api/checkpoints-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/connections-api.d.ts +71 -1
- package/dist/dts/workspace-elements/api/connectors-api.d.ts +10 -0
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +10 -0
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +20 -0
- package/dist/dts/workspace-elements/api/external-api-logs-api.d.ts +10 -0
- package/dist/dts/workspace-elements/api/external-apps-api.d.ts +28 -0
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +14 -0
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +22 -0
- package/dist/dts/workspace-elements/api/external-event-types-api.d.ts +331 -0
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +20 -0
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +20 -0
- package/dist/dts/workspace-elements/api/flows-api.d.ts +20 -0
- package/dist/dts/workspace-elements/api/incoming-webhooks-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/index.d.ts +1 -0
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +32 -7
- package/dist/dts/workspace-elements/base/action-run-log-records/index.d.ts +19 -0
- package/dist/dts/workspace-elements/base/actions/action-payload.d.ts +46 -0
- package/dist/dts/workspace-elements/base/actions/action-payload.test.d.ts +1 -0
- package/dist/dts/workspace-elements/base/actions/index.d.ts +3 -2
- package/dist/dts/workspace-elements/base/app-data-schemas/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/app-event-types/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/connection-requests/index.d.ts +6 -0
- package/dist/dts/workspace-elements/base/connections/index.d.ts +25 -0
- package/dist/dts/workspace-elements/base/connectors/auth.d.ts +6 -0
- package/dist/dts/workspace-elements/base/connectors/index.d.ts +213 -5
- package/dist/dts/workspace-elements/base/connectors/rest-api.d.ts +1 -0
- package/dist/dts/workspace-elements/base/data-link-tables/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/data-sources/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/external-event-log-records/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/external-event-pulls/index.d.ts +50 -0
- package/dist/dts/workspace-elements/base/external-event-subscriptions/index.d.ts +2 -0
- package/dist/dts/workspace-elements/base/external-event-types/index.d.ts +190 -0
- package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/flows/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/integrations/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/packages/index.d.ts +2 -2
- package/dist/dts/workspace-elements/paths.d.ts +1 -0
- package/dist/dts/workspace-elements/types.d.ts +15 -3
- package/dist/dts/workspace-tokens/index.d.ts +1 -0
- package/dist/dts/{client-tokens → workspace-tokens}/types.d.ts +35 -22
- package/dist/dts/workspaces/api.d.ts +0 -6
- package/dist/dts/workspaces/compare.d.ts +4 -1
- package/dist/index.browser.d.mts +3654 -858
- package/dist/index.browser.d.ts +3654 -858
- package/dist/index.browser.js +1105 -213
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +1032 -207
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +3654 -858
- package/dist/index.node.d.ts +3654 -858
- package/dist/index.node.js +1105 -213
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +1032 -207
- package/dist/index.node.mjs.map +1 -1
- package/package.json +3 -3
- /package/dist/dts/{client-tokens → platform-user-tokens}/index.d.ts +0 -0
|
@@ -9,9 +9,15 @@ export declare const ListExternalEventSubscriptionsQuery: z.ZodObject<{
|
|
|
9
9
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
10
10
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
11
11
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
12
|
+
externalEventTypeId: z.ZodOptional<z.ZodString>;
|
|
12
13
|
status: z.ZodOptional<z.ZodEnum<typeof ExternalEventSubscriptionStatus>>;
|
|
13
14
|
}, z.core.$strip>;
|
|
14
15
|
export type ListExternalEventSubscriptionsQuery = z.infer<typeof ListExternalEventSubscriptionsQuery>;
|
|
16
|
+
export declare const CreateExternalEventSubscriptionRequest: z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
externalEventTypeId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>;
|
|
20
|
+
export type CreateExternalEventSubscriptionRequest = z.infer<typeof CreateExternalEventSubscriptionRequest>;
|
|
15
21
|
export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
16
22
|
userId: z.ZodString;
|
|
17
23
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -19,6 +25,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
|
19
25
|
name: z.ZodOptional<z.ZodString>;
|
|
20
26
|
connectionId: z.ZodString;
|
|
21
27
|
integrationId: z.ZodString;
|
|
28
|
+
externalEventTypeId: z.ZodOptional<z.ZodString>;
|
|
22
29
|
config: z.ZodOptional<z.ZodObject<{
|
|
23
30
|
type: z.ZodEnum<typeof import("../base/external-event-subscriptions").ExternalEventSubscriptionType>;
|
|
24
31
|
dataSource: z.ZodOptional<z.ZodObject<{
|
|
@@ -49,6 +56,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
|
49
56
|
nextRefreshTimestamp: z.ZodOptional<z.ZodNumber>;
|
|
50
57
|
globalWebhookKey: z.ZodOptional<z.ZodString>;
|
|
51
58
|
globalWebhookEventSelector: z.ZodOptional<z.ZodString>;
|
|
59
|
+
incomingWebhookUri: z.ZodOptional<z.ZodString>;
|
|
52
60
|
webhookUri: z.ZodOptional<z.ZodString>;
|
|
53
61
|
user: z.ZodOptional<z.ZodObject<{
|
|
54
62
|
id: z.ZodString;
|
|
@@ -67,6 +75,10 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
|
67
75
|
}, z.core.$strip>>;
|
|
68
76
|
connection: z.ZodOptional<z.ZodObject<{
|
|
69
77
|
id: z.ZodString;
|
|
78
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
79
|
+
connector: "connector";
|
|
80
|
+
mcp: "mcp";
|
|
81
|
+
}>>;
|
|
70
82
|
name: z.ZodString;
|
|
71
83
|
key: z.ZodOptional<z.ZodString>;
|
|
72
84
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -102,6 +114,12 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
|
102
114
|
description: z.ZodString;
|
|
103
115
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
104
116
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
117
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
118
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
119
|
+
"provide-input": "provide-input";
|
|
120
|
+
authenticate: "authenticate";
|
|
121
|
+
reauthenticate: "reauthenticate";
|
|
122
|
+
}>>;
|
|
105
123
|
}, z.core.$strip>>;
|
|
106
124
|
userId: z.ZodString;
|
|
107
125
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -154,4 +172,8 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
|
|
|
154
172
|
}, z.core.$strip>>;
|
|
155
173
|
}, z.core.$strip>;
|
|
156
174
|
export type ExternalEventSubscriptionApiResponse = z.infer<typeof ExternalEventSubscriptionApiResponse>;
|
|
175
|
+
export declare const PatchExternalEventSubscriptionRequest: z.ZodObject<{
|
|
176
|
+
webhookUri: z.ZodOptional<z.ZodUnion<[z.ZodURL, z.ZodLiteral<"">]>>;
|
|
177
|
+
}, z.core.$strip>;
|
|
178
|
+
export type PatchExternalEventSubscriptionRequest = z.infer<typeof PatchExternalEventSubscriptionRequest>;
|
|
157
179
|
export type ExternalEventSubscription = ExternalEventSubscriptionApiResponse;
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CreateExternalEventTypeRequest: z.ZodObject<{
|
|
3
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
4
|
+
key: z.ZodOptional<z.ZodString>;
|
|
5
|
+
description: z.ZodOptional<z.ZodString>;
|
|
6
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
7
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
8
|
+
integrationUuid: z.ZodOptional<z.ZodString>;
|
|
9
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
10
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
11
|
+
parentUuid: z.ZodOptional<z.ZodString>;
|
|
12
|
+
parentKey: z.ZodOptional<z.ZodString>;
|
|
13
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
14
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
15
|
+
isUniversal: z.ZodOptional<z.ZodBoolean>;
|
|
16
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
17
|
+
externalAppUuid: z.ZodOptional<z.ZodString>;
|
|
18
|
+
externalAppKey: z.ZodOptional<z.ZodString>;
|
|
19
|
+
schema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
20
|
+
parametersSchema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
21
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
22
|
+
type: z.ZodOptional<z.ZodEnum<typeof import("../base/external-event-types").ExternalEventTypeImplementationType>>;
|
|
23
|
+
subscribe: z.ZodOptional<z.ZodObject<{
|
|
24
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
25
|
+
mapping: "mapping";
|
|
26
|
+
"operation-mapping": "operation-mapping";
|
|
27
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
28
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
29
|
+
javascript: "javascript";
|
|
30
|
+
}>>;
|
|
31
|
+
}, z.core.$loose>>;
|
|
32
|
+
unsubscribe: z.ZodOptional<z.ZodObject<{
|
|
33
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
34
|
+
mapping: "mapping";
|
|
35
|
+
"operation-mapping": "operation-mapping";
|
|
36
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
37
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
38
|
+
javascript: "javascript";
|
|
39
|
+
}>>;
|
|
40
|
+
}, z.core.$loose>>;
|
|
41
|
+
handle: z.ZodOptional<z.ZodObject<{
|
|
42
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
43
|
+
mapping: "mapping";
|
|
44
|
+
"operation-mapping": "operation-mapping";
|
|
45
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
46
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
47
|
+
javascript: "javascript";
|
|
48
|
+
}>>;
|
|
49
|
+
}, z.core.$loose>>;
|
|
50
|
+
refresh: z.ZodOptional<z.ZodObject<{
|
|
51
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
52
|
+
mapping: "mapping";
|
|
53
|
+
"operation-mapping": "operation-mapping";
|
|
54
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
55
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
56
|
+
javascript: "javascript";
|
|
57
|
+
}>>;
|
|
58
|
+
}, z.core.$loose>>;
|
|
59
|
+
name: z.ZodString;
|
|
60
|
+
}, z.core.$strip>;
|
|
61
|
+
export type CreateExternalEventTypeRequest = z.infer<typeof CreateExternalEventTypeRequest>;
|
|
62
|
+
export declare const UpdateExternalEventTypeRequest: z.ZodObject<{
|
|
63
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
64
|
+
key: z.ZodOptional<z.ZodString>;
|
|
65
|
+
name: z.ZodOptional<z.ZodString>;
|
|
66
|
+
description: z.ZodOptional<z.ZodString>;
|
|
67
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
68
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
69
|
+
integrationUuid: z.ZodOptional<z.ZodString>;
|
|
70
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
71
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
72
|
+
parentUuid: z.ZodOptional<z.ZodString>;
|
|
73
|
+
parentKey: z.ZodOptional<z.ZodString>;
|
|
74
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
75
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
76
|
+
isUniversal: z.ZodOptional<z.ZodBoolean>;
|
|
77
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
78
|
+
externalAppUuid: z.ZodOptional<z.ZodString>;
|
|
79
|
+
externalAppKey: z.ZodOptional<z.ZodString>;
|
|
80
|
+
schema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
81
|
+
parametersSchema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
82
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
83
|
+
type: z.ZodOptional<z.ZodEnum<typeof import("../base/external-event-types").ExternalEventTypeImplementationType>>;
|
|
84
|
+
subscribe: z.ZodOptional<z.ZodObject<{
|
|
85
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
86
|
+
mapping: "mapping";
|
|
87
|
+
"operation-mapping": "operation-mapping";
|
|
88
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
89
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
90
|
+
javascript: "javascript";
|
|
91
|
+
}>>;
|
|
92
|
+
}, z.core.$loose>>;
|
|
93
|
+
unsubscribe: z.ZodOptional<z.ZodObject<{
|
|
94
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
95
|
+
mapping: "mapping";
|
|
96
|
+
"operation-mapping": "operation-mapping";
|
|
97
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
98
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
99
|
+
javascript: "javascript";
|
|
100
|
+
}>>;
|
|
101
|
+
}, z.core.$loose>>;
|
|
102
|
+
handle: z.ZodOptional<z.ZodObject<{
|
|
103
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
104
|
+
mapping: "mapping";
|
|
105
|
+
"operation-mapping": "operation-mapping";
|
|
106
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
107
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
108
|
+
javascript: "javascript";
|
|
109
|
+
}>>;
|
|
110
|
+
}, z.core.$loose>>;
|
|
111
|
+
refresh: z.ZodOptional<z.ZodObject<{
|
|
112
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
113
|
+
mapping: "mapping";
|
|
114
|
+
"operation-mapping": "operation-mapping";
|
|
115
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
116
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
117
|
+
javascript: "javascript";
|
|
118
|
+
}>>;
|
|
119
|
+
}, z.core.$loose>>;
|
|
120
|
+
}, z.core.$strip>;
|
|
121
|
+
export type UpdateExternalEventTypeRequest = z.infer<typeof UpdateExternalEventTypeRequest>;
|
|
122
|
+
export declare const FindExternalEventTypesQuery: z.ZodObject<{
|
|
123
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
124
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
125
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
126
|
+
connectionKey: z.ZodOptional<z.ZodString>;
|
|
127
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
128
|
+
search: z.ZodOptional<z.ZodString>;
|
|
129
|
+
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
130
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
131
|
+
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
132
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
133
|
+
layer: z.ZodOptional<z.ZodEnum<{
|
|
134
|
+
connection: "connection";
|
|
135
|
+
integration: "integration";
|
|
136
|
+
universal: "universal";
|
|
137
|
+
}>>;
|
|
138
|
+
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
139
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
140
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
141
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
142
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
143
|
+
}, z.core.$strip>;
|
|
144
|
+
export type FindExternalEventTypesQuery = z.infer<typeof FindExternalEventTypesQuery>;
|
|
145
|
+
export declare const ExternalEventTypeApiResponse: z.ZodObject<{
|
|
146
|
+
id: z.ZodString;
|
|
147
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
148
|
+
key: z.ZodOptional<z.ZodString>;
|
|
149
|
+
description: z.ZodOptional<z.ZodString>;
|
|
150
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
151
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
152
|
+
integrationUuid: z.ZodOptional<z.ZodString>;
|
|
153
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
154
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
155
|
+
parentUuid: z.ZodOptional<z.ZodString>;
|
|
156
|
+
parentKey: z.ZodOptional<z.ZodString>;
|
|
157
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
158
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
159
|
+
isUniversal: z.ZodOptional<z.ZodBoolean>;
|
|
160
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
161
|
+
externalAppUuid: z.ZodOptional<z.ZodString>;
|
|
162
|
+
externalAppKey: z.ZodOptional<z.ZodString>;
|
|
163
|
+
name: z.ZodString;
|
|
164
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("../types").WorkspaceElementState>>;
|
|
165
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../../errors").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../../errors").ErrorDataSchema, unknown>>>>;
|
|
166
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
167
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
168
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
169
|
+
archivedAt: z.ZodOptional<z.ZodString>;
|
|
170
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
171
|
+
isReadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
172
|
+
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
173
|
+
schema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
174
|
+
parametersSchema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
175
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
176
|
+
type: z.ZodOptional<z.ZodEnum<typeof import("../base/external-event-types").ExternalEventTypeImplementationType>>;
|
|
177
|
+
subscribe: z.ZodOptional<z.ZodObject<{
|
|
178
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
179
|
+
mapping: "mapping";
|
|
180
|
+
"operation-mapping": "operation-mapping";
|
|
181
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
182
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
183
|
+
javascript: "javascript";
|
|
184
|
+
}>>;
|
|
185
|
+
}, z.core.$loose>>;
|
|
186
|
+
unsubscribe: z.ZodOptional<z.ZodObject<{
|
|
187
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
188
|
+
mapping: "mapping";
|
|
189
|
+
"operation-mapping": "operation-mapping";
|
|
190
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
191
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
192
|
+
javascript: "javascript";
|
|
193
|
+
}>>;
|
|
194
|
+
}, z.core.$loose>>;
|
|
195
|
+
handle: z.ZodOptional<z.ZodObject<{
|
|
196
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
197
|
+
mapping: "mapping";
|
|
198
|
+
"operation-mapping": "operation-mapping";
|
|
199
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
200
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
201
|
+
javascript: "javascript";
|
|
202
|
+
}>>;
|
|
203
|
+
}, z.core.$loose>>;
|
|
204
|
+
refresh: z.ZodOptional<z.ZodObject<{
|
|
205
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
206
|
+
mapping: "mapping";
|
|
207
|
+
"operation-mapping": "operation-mapping";
|
|
208
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
209
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
210
|
+
javascript: "javascript";
|
|
211
|
+
}>>;
|
|
212
|
+
}, z.core.$loose>>;
|
|
213
|
+
appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
214
|
+
element: z.ZodObject<{
|
|
215
|
+
id: z.ZodString;
|
|
216
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
217
|
+
key: z.ZodOptional<z.ZodString>;
|
|
218
|
+
description: z.ZodOptional<z.ZodString>;
|
|
219
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
220
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
221
|
+
integrationUuid: z.ZodOptional<z.ZodString>;
|
|
222
|
+
integrationKey: z.ZodOptional<z.ZodString>;
|
|
223
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
224
|
+
parentUuid: z.ZodOptional<z.ZodString>;
|
|
225
|
+
parentKey: z.ZodOptional<z.ZodString>;
|
|
226
|
+
connectionId: z.ZodOptional<z.ZodString>;
|
|
227
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
228
|
+
isUniversal: z.ZodOptional<z.ZodBoolean>;
|
|
229
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
230
|
+
externalAppUuid: z.ZodOptional<z.ZodString>;
|
|
231
|
+
externalAppKey: z.ZodOptional<z.ZodString>;
|
|
232
|
+
name: z.ZodString;
|
|
233
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("../types").WorkspaceElementState>>;
|
|
234
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../../errors").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../../errors").ErrorDataSchema, unknown>>>>;
|
|
235
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
236
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
237
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
238
|
+
archivedAt: z.ZodOptional<z.ZodString>;
|
|
239
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
240
|
+
isReadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
241
|
+
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
242
|
+
schema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
243
|
+
parametersSchema: z.ZodOptional<z.ZodType<import("../../data-schema").DataSchema, unknown, z.core.$ZodTypeInternals<import("../../data-schema").DataSchema, unknown>>>;
|
|
244
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
245
|
+
type: z.ZodOptional<z.ZodEnum<typeof import("../base/external-event-types").ExternalEventTypeImplementationType>>;
|
|
246
|
+
subscribe: z.ZodOptional<z.ZodObject<{
|
|
247
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
248
|
+
mapping: "mapping";
|
|
249
|
+
"operation-mapping": "operation-mapping";
|
|
250
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
251
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
252
|
+
javascript: "javascript";
|
|
253
|
+
}>>;
|
|
254
|
+
}, z.core.$loose>>;
|
|
255
|
+
unsubscribe: z.ZodOptional<z.ZodObject<{
|
|
256
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
257
|
+
mapping: "mapping";
|
|
258
|
+
"operation-mapping": "operation-mapping";
|
|
259
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
260
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
261
|
+
javascript: "javascript";
|
|
262
|
+
}>>;
|
|
263
|
+
}, z.core.$loose>>;
|
|
264
|
+
handle: z.ZodOptional<z.ZodObject<{
|
|
265
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
266
|
+
mapping: "mapping";
|
|
267
|
+
"operation-mapping": "operation-mapping";
|
|
268
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
269
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
270
|
+
javascript: "javascript";
|
|
271
|
+
}>>;
|
|
272
|
+
}, z.core.$loose>>;
|
|
273
|
+
refresh: z.ZodOptional<z.ZodObject<{
|
|
274
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
275
|
+
mapping: "mapping";
|
|
276
|
+
"operation-mapping": "operation-mapping";
|
|
277
|
+
"rest-api-mapping": "rest-api-mapping";
|
|
278
|
+
"graphql-api-mapping": "graphql-api-mapping";
|
|
279
|
+
javascript: "javascript";
|
|
280
|
+
}>>;
|
|
281
|
+
}, z.core.$loose>>;
|
|
282
|
+
}, z.core.$strip>;
|
|
283
|
+
integration: z.ZodObject<{
|
|
284
|
+
id: z.ZodString;
|
|
285
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
286
|
+
key: z.ZodOptional<z.ZodString>;
|
|
287
|
+
description: z.ZodOptional<z.ZodString>;
|
|
288
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
289
|
+
name: z.ZodString;
|
|
290
|
+
state: z.ZodOptional<z.ZodEnum<typeof import("../types").WorkspaceElementState>>;
|
|
291
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../../errors").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../../errors").ErrorDataSchema, unknown>>>>;
|
|
292
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
293
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
294
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
295
|
+
isReadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
296
|
+
logoUri: z.ZodString;
|
|
297
|
+
connectorId: z.ZodOptional<z.ZodString>;
|
|
298
|
+
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
299
|
+
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
300
|
+
parameters: z.ZodOptional<z.ZodAny>;
|
|
301
|
+
archivedAt: z.ZodOptional<z.ZodString>;
|
|
302
|
+
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
303
|
+
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
304
|
+
hasOperations: z.ZodOptional<z.ZodBoolean>;
|
|
305
|
+
operationsCount: z.ZodOptional<z.ZodNumber>;
|
|
306
|
+
hasData: z.ZodOptional<z.ZodBoolean>;
|
|
307
|
+
dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
|
|
308
|
+
hasEvents: z.ZodOptional<z.ZodBoolean>;
|
|
309
|
+
eventsCount: z.ZodOptional<z.ZodNumber>;
|
|
310
|
+
hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
|
|
311
|
+
hasUdm: z.ZodOptional<z.ZodBoolean>;
|
|
312
|
+
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
313
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
314
|
+
appUuid: z.ZodOptional<z.ZodString>;
|
|
315
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
316
|
+
authType: z.ZodOptional<z.ZodEnum<{
|
|
317
|
+
proxy: "proxy";
|
|
318
|
+
"integration-app-token": "integration-app-token";
|
|
319
|
+
"membrane-token": "membrane-token";
|
|
320
|
+
oauth2: "oauth2";
|
|
321
|
+
oauth1: "oauth1";
|
|
322
|
+
"client-credentials": "client-credentials";
|
|
323
|
+
}>>;
|
|
324
|
+
optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
325
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
326
|
+
parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
327
|
+
}, z.core.$strip>>>;
|
|
328
|
+
}, z.core.$strip>;
|
|
329
|
+
}, z.core.$strip>>>;
|
|
330
|
+
}, z.core.$strip>;
|
|
331
|
+
export type ExternalEventTypeApiResponse = z.infer<typeof ExternalEventTypeApiResponse>;
|
|
@@ -215,6 +215,10 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
|
|
|
215
215
|
}, z.core.$strip>>;
|
|
216
216
|
connection: z.ZodOptional<z.ZodObject<{
|
|
217
217
|
id: z.ZodString;
|
|
218
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
219
|
+
connector: "connector";
|
|
220
|
+
mcp: "mcp";
|
|
221
|
+
}>>;
|
|
218
222
|
name: z.ZodString;
|
|
219
223
|
key: z.ZodOptional<z.ZodString>;
|
|
220
224
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -250,6 +254,12 @@ export declare const FieldMappingApiResponse: z.ZodObject<{
|
|
|
250
254
|
description: z.ZodString;
|
|
251
255
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
252
256
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
257
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
258
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
259
|
+
"provide-input": "provide-input";
|
|
260
|
+
authenticate: "authenticate";
|
|
261
|
+
reauthenticate: "reauthenticate";
|
|
262
|
+
}>>;
|
|
253
263
|
}, z.core.$strip>>;
|
|
254
264
|
userId: z.ZodString;
|
|
255
265
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -520,6 +530,10 @@ export declare const FieldMappingInstanceApiResponse: z.ZodObject<{
|
|
|
520
530
|
}, z.core.$strip>>;
|
|
521
531
|
connection: z.ZodOptional<z.ZodObject<{
|
|
522
532
|
id: z.ZodString;
|
|
533
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
534
|
+
connector: "connector";
|
|
535
|
+
mcp: "mcp";
|
|
536
|
+
}>>;
|
|
523
537
|
name: z.ZodString;
|
|
524
538
|
key: z.ZodOptional<z.ZodString>;
|
|
525
539
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -555,6 +569,12 @@ export declare const FieldMappingInstanceApiResponse: z.ZodObject<{
|
|
|
555
569
|
description: z.ZodString;
|
|
556
570
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
557
571
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
572
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
573
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
574
|
+
"provide-input": "provide-input";
|
|
575
|
+
authenticate: "authenticate";
|
|
576
|
+
reauthenticate: "reauthenticate";
|
|
577
|
+
}>>;
|
|
558
578
|
}, z.core.$strip>>;
|
|
559
579
|
userId: z.ZodString;
|
|
560
580
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -132,6 +132,10 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
132
132
|
}, z.core.$strip>>;
|
|
133
133
|
connection: z.ZodOptional<z.ZodObject<{
|
|
134
134
|
id: z.ZodString;
|
|
135
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
136
|
+
connector: "connector";
|
|
137
|
+
mcp: "mcp";
|
|
138
|
+
}>>;
|
|
135
139
|
name: z.ZodString;
|
|
136
140
|
key: z.ZodOptional<z.ZodString>;
|
|
137
141
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -167,6 +171,12 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
167
171
|
description: z.ZodString;
|
|
168
172
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
169
173
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
174
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
175
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
176
|
+
"provide-input": "provide-input";
|
|
177
|
+
authenticate: "authenticate";
|
|
178
|
+
reauthenticate: "reauthenticate";
|
|
179
|
+
}>>;
|
|
170
180
|
}, z.core.$strip>>;
|
|
171
181
|
userId: z.ZodString;
|
|
172
182
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -337,6 +347,10 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
337
347
|
}, z.core.$strip>>;
|
|
338
348
|
connection: z.ZodOptional<z.ZodObject<{
|
|
339
349
|
id: z.ZodString;
|
|
350
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
351
|
+
connector: "connector";
|
|
352
|
+
mcp: "mcp";
|
|
353
|
+
}>>;
|
|
340
354
|
name: z.ZodString;
|
|
341
355
|
key: z.ZodOptional<z.ZodString>;
|
|
342
356
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -372,6 +386,12 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
372
386
|
description: z.ZodString;
|
|
373
387
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
374
388
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
389
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
390
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
391
|
+
"provide-input": "provide-input";
|
|
392
|
+
authenticate: "authenticate";
|
|
393
|
+
reauthenticate: "reauthenticate";
|
|
394
|
+
}>>;
|
|
375
395
|
}, z.core.$strip>>;
|
|
376
396
|
userId: z.ZodString;
|
|
377
397
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -252,6 +252,10 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
252
252
|
}, z.core.$strip>>;
|
|
253
253
|
connection: z.ZodOptional<z.ZodObject<{
|
|
254
254
|
id: z.ZodString;
|
|
255
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
256
|
+
connector: "connector";
|
|
257
|
+
mcp: "mcp";
|
|
258
|
+
}>>;
|
|
255
259
|
name: z.ZodString;
|
|
256
260
|
key: z.ZodOptional<z.ZodString>;
|
|
257
261
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -287,6 +291,12 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
287
291
|
description: z.ZodString;
|
|
288
292
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
289
293
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
294
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
295
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
296
|
+
"provide-input": "provide-input";
|
|
297
|
+
authenticate: "authenticate";
|
|
298
|
+
reauthenticate: "reauthenticate";
|
|
299
|
+
}>>;
|
|
290
300
|
}, z.core.$strip>>;
|
|
291
301
|
userId: z.ZodString;
|
|
292
302
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -613,6 +623,10 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
613
623
|
}, z.core.$strip>>;
|
|
614
624
|
connection: z.ZodOptional<z.ZodObject<{
|
|
615
625
|
id: z.ZodString;
|
|
626
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
627
|
+
connector: "connector";
|
|
628
|
+
mcp: "mcp";
|
|
629
|
+
}>>;
|
|
616
630
|
name: z.ZodString;
|
|
617
631
|
key: z.ZodOptional<z.ZodString>;
|
|
618
632
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -648,6 +662,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
648
662
|
description: z.ZodString;
|
|
649
663
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
650
664
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
665
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
666
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
667
|
+
"provide-input": "provide-input";
|
|
668
|
+
authenticate: "authenticate";
|
|
669
|
+
reauthenticate: "reauthenticate";
|
|
670
|
+
}>>;
|
|
651
671
|
}, z.core.$strip>>;
|
|
652
672
|
userId: z.ZodString;
|
|
653
673
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -6,6 +6,7 @@ export declare const ListIncomingWebhooksQuery: z.ZodObject<{
|
|
|
6
6
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
7
7
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
8
8
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
9
|
+
subscriptionId: z.ZodOptional<z.ZodString>;
|
|
9
10
|
status: z.ZodOptional<z.ZodEnum<typeof IncomingWebhooksState>>;
|
|
10
11
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
11
12
|
from: z.ZodOptional<z.ZodString>;
|
|
@@ -43,6 +44,10 @@ export declare const IncomingWebhookApiResponse: z.ZodObject<{
|
|
|
43
44
|
}, z.core.$strip>>;
|
|
44
45
|
connection: z.ZodOptional<z.ZodObject<{
|
|
45
46
|
id: z.ZodString;
|
|
47
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
48
|
+
connector: "connector";
|
|
49
|
+
mcp: "mcp";
|
|
50
|
+
}>>;
|
|
46
51
|
name: z.ZodString;
|
|
47
52
|
key: z.ZodOptional<z.ZodString>;
|
|
48
53
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -78,6 +83,12 @@ export declare const IncomingWebhookApiResponse: z.ZodObject<{
|
|
|
78
83
|
description: z.ZodString;
|
|
79
84
|
uiUrl: z.ZodOptional<z.ZodString>;
|
|
80
85
|
agentInstructions: z.ZodOptional<z.ZodString>;
|
|
86
|
+
handoffAgentInstructions: z.ZodOptional<z.ZodString>;
|
|
87
|
+
reason: z.ZodOptional<z.ZodEnum<{
|
|
88
|
+
"provide-input": "provide-input";
|
|
89
|
+
authenticate: "authenticate";
|
|
90
|
+
reauthenticate: "reauthenticate";
|
|
91
|
+
}>>;
|
|
81
92
|
}, z.core.$strip>>;
|
|
82
93
|
userId: z.ZodString;
|
|
83
94
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
@@ -89,6 +100,7 @@ export declare const IncomingWebhookApiResponse: z.ZodObject<{
|
|
|
89
100
|
name: z.ZodOptional<z.ZodString>;
|
|
90
101
|
connectionId: z.ZodString;
|
|
91
102
|
integrationId: z.ZodString;
|
|
103
|
+
externalEventTypeId: z.ZodOptional<z.ZodString>;
|
|
92
104
|
config: z.ZodOptional<z.ZodObject<{
|
|
93
105
|
type: z.ZodEnum<typeof import("../base/external-event-subscriptions").ExternalEventSubscriptionType>;
|
|
94
106
|
dataSource: z.ZodOptional<z.ZodObject<{
|
|
@@ -119,6 +131,7 @@ export declare const IncomingWebhookApiResponse: z.ZodObject<{
|
|
|
119
131
|
nextRefreshTimestamp: z.ZodOptional<z.ZodNumber>;
|
|
120
132
|
globalWebhookKey: z.ZodOptional<z.ZodString>;
|
|
121
133
|
globalWebhookEventSelector: z.ZodOptional<z.ZodString>;
|
|
134
|
+
incomingWebhookUri: z.ZodOptional<z.ZodString>;
|
|
122
135
|
webhookUri: z.ZodOptional<z.ZodString>;
|
|
123
136
|
}, z.core.$strip>>;
|
|
124
137
|
}, z.core.$strip>;
|
|
@@ -23,6 +23,7 @@ export * from './app-data-schema-instances-api';
|
|
|
23
23
|
export * from './external-event-log-records-api';
|
|
24
24
|
export * from './external-event-pulls-api';
|
|
25
25
|
export * from './external-event-subscriptions-api';
|
|
26
|
+
export * from './external-event-types-api';
|
|
26
27
|
export * from './app-event-log-records-api';
|
|
27
28
|
export * from './external-api-logs-api';
|
|
28
29
|
export * from './incoming-webhooks-api';
|