@trigger.dev/core 0.0.0-prerelease-20231024083739 → 0.0.0-prerelease-20231208101523
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/index.d.mts +16770 -0
- package/dist/index.d.ts +7587 -1195
- package/dist/index.js +1267 -1078
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1841 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +13 -7
package/dist/index.js
CHANGED
|
@@ -1,351 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
7
|
-
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
|
-
var __publicField = (obj, key, value) => {
|
|
22
|
-
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
23
|
-
return value;
|
|
24
|
-
};
|
|
25
|
-
var __accessCheck = (obj, member, msg) => {
|
|
26
|
-
if (!member.has(obj))
|
|
27
|
-
throw TypeError("Cannot " + msg);
|
|
28
|
-
};
|
|
29
|
-
var __privateGet = (obj, member, getter) => {
|
|
30
|
-
__accessCheck(obj, member, "read from private field");
|
|
31
|
-
return getter ? getter.call(obj) : member.get(obj);
|
|
32
|
-
};
|
|
33
|
-
var __privateAdd = (obj, member, value) => {
|
|
34
|
-
if (member.has(obj))
|
|
35
|
-
throw TypeError("Cannot add the same private member more than once");
|
|
36
|
-
member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
37
|
-
};
|
|
38
|
-
var __privateSet = (obj, member, value, setter) => {
|
|
39
|
-
__accessCheck(obj, member, "write to private field");
|
|
40
|
-
setter ? setter.call(obj, value) : member.set(obj, value);
|
|
41
|
-
return value;
|
|
42
|
-
};
|
|
43
|
-
var __privateMethod = (obj, member, method) => {
|
|
44
|
-
__accessCheck(obj, member, "access private method");
|
|
45
|
-
return method;
|
|
46
|
-
};
|
|
1
|
+
'use strict';
|
|
47
2
|
|
|
48
|
-
|
|
49
|
-
var
|
|
50
|
-
__export(src_exports, {
|
|
51
|
-
API_VERSIONS: () => API_VERSIONS,
|
|
52
|
-
ApiEventLogSchema: () => ApiEventLogSchema,
|
|
53
|
-
AutoYieldConfigSchema: () => AutoYieldConfigSchema,
|
|
54
|
-
BloomFilter: () => BloomFilter,
|
|
55
|
-
CachedTaskSchema: () => CachedTaskSchema,
|
|
56
|
-
CommonMissingConnectionNotificationPayloadSchema: () => CommonMissingConnectionNotificationPayloadSchema,
|
|
57
|
-
CommonMissingConnectionNotificationResolvedPayloadSchema: () => CommonMissingConnectionNotificationResolvedPayloadSchema,
|
|
58
|
-
CompleteTaskBodyInputSchema: () => CompleteTaskBodyInputSchema,
|
|
59
|
-
ConnectionAuthSchema: () => ConnectionAuthSchema,
|
|
60
|
-
CreateExternalConnectionBodySchema: () => CreateExternalConnectionBodySchema,
|
|
61
|
-
CreateRunResponseBodySchema: () => CreateRunResponseBodySchema,
|
|
62
|
-
CronMetadataSchema: () => CronMetadataSchema,
|
|
63
|
-
CronOptionsSchema: () => CronOptionsSchema,
|
|
64
|
-
DeliverEventResponseSchema: () => DeliverEventResponseSchema,
|
|
65
|
-
DeserializedJsonSchema: () => DeserializedJsonSchema,
|
|
66
|
-
DisplayPropertiesSchema: () => DisplayPropertiesSchema,
|
|
67
|
-
DisplayPropertySchema: () => DisplayPropertySchema,
|
|
68
|
-
DynamicTriggerEndpointMetadataSchema: () => DynamicTriggerEndpointMetadataSchema,
|
|
69
|
-
DynamicTriggerMetadataSchema: () => DynamicTriggerMetadataSchema,
|
|
70
|
-
EndpointHeadersSchema: () => EndpointHeadersSchema,
|
|
71
|
-
EndpointIndexErrorSchema: () => EndpointIndexErrorSchema,
|
|
72
|
-
ErrorWithStackSchema: () => ErrorWithStackSchema,
|
|
73
|
-
EventExampleSchema: () => EventExampleSchema,
|
|
74
|
-
EventFilterSchema: () => EventFilterSchema,
|
|
75
|
-
EventRuleSchema: () => EventRuleSchema,
|
|
76
|
-
EventSpecificationSchema: () => EventSpecificationSchema,
|
|
77
|
-
FailTaskBodyInputSchema: () => FailTaskBodyInputSchema,
|
|
78
|
-
FetchOperationSchema: () => FetchOperationSchema,
|
|
79
|
-
FetchRequestInitSchema: () => FetchRequestInitSchema,
|
|
80
|
-
FetchRetryBackoffStrategySchema: () => FetchRetryBackoffStrategySchema,
|
|
81
|
-
FetchRetryHeadersStrategySchema: () => FetchRetryHeadersStrategySchema,
|
|
82
|
-
FetchRetryOptionsSchema: () => FetchRetryOptionsSchema,
|
|
83
|
-
FetchRetryStrategySchema: () => FetchRetryStrategySchema,
|
|
84
|
-
GetEndpointIndexResponseSchema: () => GetEndpointIndexResponseSchema,
|
|
85
|
-
GetEventSchema: () => GetEventSchema,
|
|
86
|
-
GetRunSchema: () => GetRunSchema,
|
|
87
|
-
GetRunStatusesSchema: () => GetRunStatusesSchema,
|
|
88
|
-
GetRunsSchema: () => GetRunsSchema,
|
|
89
|
-
HandleTriggerSourceSchema: () => HandleTriggerSourceSchema,
|
|
90
|
-
HttpSourceRequestHeadersSchema: () => HttpSourceRequestHeadersSchema,
|
|
91
|
-
HttpSourceRequestSchema: () => HttpSourceRequestSchema,
|
|
92
|
-
HttpSourceResponseSchema: () => HttpSourceResponseSchema,
|
|
93
|
-
IndexEndpointResponseSchema: () => IndexEndpointResponseSchema,
|
|
94
|
-
InitializeCronScheduleBodySchema: () => InitializeCronScheduleBodySchema,
|
|
95
|
-
InitializeTriggerBodySchema: () => InitializeTriggerBodySchema,
|
|
96
|
-
IntegrationConfigSchema: () => IntegrationConfigSchema,
|
|
97
|
-
IntegrationMetadataSchema: () => IntegrationMetadataSchema,
|
|
98
|
-
IntervalMetadataSchema: () => IntervalMetadataSchema,
|
|
99
|
-
IntervalOptionsSchema: () => IntervalOptionsSchema,
|
|
100
|
-
JobMetadataSchema: () => JobMetadataSchema,
|
|
101
|
-
JobRunStatusRecordSchema: () => JobRunStatusRecordSchema,
|
|
102
|
-
LogMessageSchema: () => LogMessageSchema,
|
|
103
|
-
Logger: () => Logger,
|
|
104
|
-
MISSING_CONNECTION_NOTIFICATION: () => MISSING_CONNECTION_NOTIFICATION,
|
|
105
|
-
MISSING_CONNECTION_RESOLVED_NOTIFICATION: () => MISSING_CONNECTION_RESOLVED_NOTIFICATION,
|
|
106
|
-
MissingConnectionNotificationPayloadSchema: () => MissingConnectionNotificationPayloadSchema,
|
|
107
|
-
MissingConnectionResolvedNotificationPayloadSchema: () => MissingConnectionResolvedNotificationPayloadSchema,
|
|
108
|
-
MissingDeveloperConnectionNotificationPayloadSchema: () => MissingDeveloperConnectionNotificationPayloadSchema,
|
|
109
|
-
MissingDeveloperConnectionResolvedNotificationPayloadSchema: () => MissingDeveloperConnectionResolvedNotificationPayloadSchema,
|
|
110
|
-
MissingExternalConnectionNotificationPayloadSchema: () => MissingExternalConnectionNotificationPayloadSchema,
|
|
111
|
-
MissingExternalConnectionResolvedNotificationPayloadSchema: () => MissingExternalConnectionResolvedNotificationPayloadSchema,
|
|
112
|
-
NormalizedRequestSchema: () => NormalizedRequestSchema,
|
|
113
|
-
NormalizedResponseSchema: () => NormalizedResponseSchema,
|
|
114
|
-
PLATFORM_FEATURES: () => PLATFORM_FEATURES,
|
|
115
|
-
PongErrorResponseSchema: () => PongErrorResponseSchema,
|
|
116
|
-
PongResponseSchema: () => PongResponseSchema,
|
|
117
|
-
PongSuccessResponseSchema: () => PongSuccessResponseSchema,
|
|
118
|
-
PreprocessRunBodySchema: () => PreprocessRunBodySchema,
|
|
119
|
-
PreprocessRunResponseSchema: () => PreprocessRunResponseSchema,
|
|
120
|
-
QueueOptionsSchema: () => QueueOptionsSchema,
|
|
121
|
-
REGISTER_SOURCE_EVENT_V1: () => REGISTER_SOURCE_EVENT_V1,
|
|
122
|
-
REGISTER_SOURCE_EVENT_V2: () => REGISTER_SOURCE_EVENT_V2,
|
|
123
|
-
RawEventSchema: () => RawEventSchema,
|
|
124
|
-
RedactSchema: () => RedactSchema,
|
|
125
|
-
RedactStringSchema: () => RedactStringSchema,
|
|
126
|
-
RegisterDynamicSchedulePayloadSchema: () => RegisterDynamicSchedulePayloadSchema,
|
|
127
|
-
RegisterHTTPTriggerSourceBodySchema: () => RegisterHTTPTriggerSourceBodySchema,
|
|
128
|
-
RegisterIntervalScheduleBodySchema: () => RegisterIntervalScheduleBodySchema,
|
|
129
|
-
RegisterSMTPTriggerSourceBodySchema: () => RegisterSMTPTriggerSourceBodySchema,
|
|
130
|
-
RegisterSQSTriggerSourceBodySchema: () => RegisterSQSTriggerSourceBodySchema,
|
|
131
|
-
RegisterScheduleBodySchema: () => RegisterScheduleBodySchema,
|
|
132
|
-
RegisterScheduleResponseBodySchema: () => RegisterScheduleResponseBodySchema,
|
|
133
|
-
RegisterSourceChannelBodySchema: () => RegisterSourceChannelBodySchema,
|
|
134
|
-
RegisterSourceEventSchemaV1: () => RegisterSourceEventSchemaV1,
|
|
135
|
-
RegisterSourceEventSchemaV2: () => RegisterSourceEventSchemaV2,
|
|
136
|
-
RegisterTriggerBodySchemaV1: () => RegisterTriggerBodySchemaV1,
|
|
137
|
-
RegisterTriggerBodySchemaV2: () => RegisterTriggerBodySchemaV2,
|
|
138
|
-
RegisterTriggerSourceSchema: () => RegisterTriggerSourceSchema,
|
|
139
|
-
RetryOptionsSchema: () => RetryOptionsSchema,
|
|
140
|
-
RunJobAutoYieldExecutionErrorSchema: () => RunJobAutoYieldExecutionErrorSchema,
|
|
141
|
-
RunJobAutoYieldWithCompletedTaskExecutionErrorSchema: () => RunJobAutoYieldWithCompletedTaskExecutionErrorSchema,
|
|
142
|
-
RunJobBodySchema: () => RunJobBodySchema,
|
|
143
|
-
RunJobCanceledWithTaskSchema: () => RunJobCanceledWithTaskSchema,
|
|
144
|
-
RunJobErrorSchema: () => RunJobErrorSchema,
|
|
145
|
-
RunJobInvalidPayloadErrorSchema: () => RunJobInvalidPayloadErrorSchema,
|
|
146
|
-
RunJobResponseSchema: () => RunJobResponseSchema,
|
|
147
|
-
RunJobResumeWithTaskSchema: () => RunJobResumeWithTaskSchema,
|
|
148
|
-
RunJobRetryWithTaskSchema: () => RunJobRetryWithTaskSchema,
|
|
149
|
-
RunJobSuccessSchema: () => RunJobSuccessSchema,
|
|
150
|
-
RunJobUnresolvedAuthErrorSchema: () => RunJobUnresolvedAuthErrorSchema,
|
|
151
|
-
RunJobYieldExecutionErrorSchema: () => RunJobYieldExecutionErrorSchema,
|
|
152
|
-
RunSourceContextSchema: () => RunSourceContextSchema,
|
|
153
|
-
RunStatusSchema: () => RunStatusSchema,
|
|
154
|
-
RunTaskBodyInputSchema: () => RunTaskBodyInputSchema,
|
|
155
|
-
RunTaskBodyOutputSchema: () => RunTaskBodyOutputSchema,
|
|
156
|
-
RunTaskOptionsSchema: () => RunTaskOptionsSchema,
|
|
157
|
-
RunTaskResponseWithCachedTasksBodySchema: () => RunTaskResponseWithCachedTasksBodySchema,
|
|
158
|
-
RunTaskSchema: () => RunTaskSchema,
|
|
159
|
-
RuntimeEnvironmentTypeSchema: () => RuntimeEnvironmentTypeSchema,
|
|
160
|
-
SCHEDULED_EVENT: () => SCHEDULED_EVENT,
|
|
161
|
-
ScheduleMetadataSchema: () => ScheduleMetadataSchema,
|
|
162
|
-
ScheduledPayloadSchema: () => ScheduledPayloadSchema,
|
|
163
|
-
ScheduledTriggerMetadataSchema: () => ScheduledTriggerMetadataSchema,
|
|
164
|
-
SchemaErrorSchema: () => SchemaErrorSchema,
|
|
165
|
-
SendEventBodySchema: () => SendEventBodySchema,
|
|
166
|
-
SendEventOptionsSchema: () => SendEventOptionsSchema,
|
|
167
|
-
SerializableJsonSchema: () => SerializableJsonSchema,
|
|
168
|
-
ServerTaskSchema: () => ServerTaskSchema,
|
|
169
|
-
SourceMetadataV2Schema: () => SourceMetadataV2Schema,
|
|
170
|
-
StaticTriggerMetadataSchema: () => StaticTriggerMetadataSchema,
|
|
171
|
-
StatusHistorySchema: () => StatusHistorySchema,
|
|
172
|
-
StatusUpdateSchema: () => StatusUpdateSchema,
|
|
173
|
-
StatusUpdateStateSchema: () => StatusUpdateStateSchema,
|
|
174
|
-
StyleSchema: () => StyleSchema,
|
|
175
|
-
TaskSchema: () => TaskSchema,
|
|
176
|
-
TaskStatusSchema: () => TaskStatusSchema,
|
|
177
|
-
TriggerMetadataSchema: () => TriggerMetadataSchema,
|
|
178
|
-
TriggerSourceSchema: () => TriggerSourceSchema,
|
|
179
|
-
UpdateTriggerSourceBodyV1Schema: () => UpdateTriggerSourceBodyV1Schema,
|
|
180
|
-
UpdateTriggerSourceBodyV2Schema: () => UpdateTriggerSourceBodyV2Schema,
|
|
181
|
-
ValidateErrorResponseSchema: () => ValidateErrorResponseSchema,
|
|
182
|
-
ValidateResponseSchema: () => ValidateResponseSchema,
|
|
183
|
-
ValidateSuccessResponseSchema: () => ValidateSuccessResponseSchema,
|
|
184
|
-
addMissingVersionField: () => addMissingVersionField,
|
|
185
|
-
calculateRetryAt: () => calculateRetryAt,
|
|
186
|
-
currentDate: () => currentDate,
|
|
187
|
-
currentTimestampMilliseconds: () => currentTimestampMilliseconds,
|
|
188
|
-
currentTimestampSeconds: () => currentTimestampSeconds,
|
|
189
|
-
deepMergeFilters: () => deepMergeFilters,
|
|
190
|
-
eventFilterMatches: () => eventFilterMatches,
|
|
191
|
-
parseEndpointIndexStats: () => parseEndpointIndexStats,
|
|
192
|
-
replacements: () => replacements,
|
|
193
|
-
supportsFeature: () => supportsFeature,
|
|
194
|
-
urlWithSearchParams: () => urlWithSearchParams
|
|
195
|
-
});
|
|
196
|
-
module.exports = __toCommonJS(src_exports);
|
|
3
|
+
var ulidx = require('ulidx');
|
|
4
|
+
var zod = require('zod');
|
|
197
5
|
|
|
198
|
-
|
|
199
|
-
var
|
|
200
|
-
"log",
|
|
201
|
-
"error",
|
|
202
|
-
"warn",
|
|
203
|
-
"info",
|
|
204
|
-
"debug"
|
|
205
|
-
];
|
|
206
|
-
var _name, _level, _filteredKeys, _jsonReplacer, _structuredLog, structuredLog_fn;
|
|
207
|
-
var _Logger = class _Logger {
|
|
208
|
-
constructor(name, level = "info", filteredKeys = [], jsonReplacer) {
|
|
209
|
-
__privateAdd(this, _structuredLog);
|
|
210
|
-
__privateAdd(this, _name, void 0);
|
|
211
|
-
__privateAdd(this, _level, void 0);
|
|
212
|
-
__privateAdd(this, _filteredKeys, []);
|
|
213
|
-
__privateAdd(this, _jsonReplacer, void 0);
|
|
214
|
-
__privateSet(this, _name, name);
|
|
215
|
-
__privateSet(this, _level, logLevels.indexOf(process.env.TRIGGER_LOG_LEVEL ?? level));
|
|
216
|
-
__privateSet(this, _filteredKeys, filteredKeys);
|
|
217
|
-
__privateSet(this, _jsonReplacer, jsonReplacer);
|
|
218
|
-
}
|
|
219
|
-
// Return a new Logger instance with the same name and a new log level
|
|
220
|
-
// but filter out the keys from the log messages (at any level)
|
|
221
|
-
filter(...keys) {
|
|
222
|
-
return new _Logger(__privateGet(this, _name), logLevels[__privateGet(this, _level)], keys, __privateGet(this, _jsonReplacer));
|
|
223
|
-
}
|
|
224
|
-
static satisfiesLogLevel(logLevel, setLevel) {
|
|
225
|
-
return logLevels.indexOf(logLevel) <= logLevels.indexOf(setLevel);
|
|
226
|
-
}
|
|
227
|
-
log(message, ...args) {
|
|
228
|
-
if (__privateGet(this, _level) < 0)
|
|
229
|
-
return;
|
|
230
|
-
__privateMethod(this, _structuredLog, structuredLog_fn).call(this, console.log, message, ...args);
|
|
231
|
-
}
|
|
232
|
-
error(message, ...args) {
|
|
233
|
-
if (__privateGet(this, _level) < 1)
|
|
234
|
-
return;
|
|
235
|
-
__privateMethod(this, _structuredLog, structuredLog_fn).call(this, console.error, message, ...args);
|
|
236
|
-
}
|
|
237
|
-
warn(message, ...args) {
|
|
238
|
-
if (__privateGet(this, _level) < 2)
|
|
239
|
-
return;
|
|
240
|
-
__privateMethod(this, _structuredLog, structuredLog_fn).call(this, console.warn, message, ...args);
|
|
241
|
-
}
|
|
242
|
-
info(message, ...args) {
|
|
243
|
-
if (__privateGet(this, _level) < 3)
|
|
244
|
-
return;
|
|
245
|
-
__privateMethod(this, _structuredLog, structuredLog_fn).call(this, console.info, message, ...args);
|
|
246
|
-
}
|
|
247
|
-
debug(message, ...args) {
|
|
248
|
-
if (__privateGet(this, _level) < 4)
|
|
249
|
-
return;
|
|
250
|
-
__privateMethod(this, _structuredLog, structuredLog_fn).call(this, console.debug, message, ...args);
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
_name = new WeakMap();
|
|
254
|
-
_level = new WeakMap();
|
|
255
|
-
_filteredKeys = new WeakMap();
|
|
256
|
-
_jsonReplacer = new WeakMap();
|
|
257
|
-
_structuredLog = new WeakSet();
|
|
258
|
-
structuredLog_fn = /* @__PURE__ */ __name(function(loggerFunction, message, ...args) {
|
|
259
|
-
const structuredLog = {
|
|
260
|
-
...structureArgs(safeJsonClone(args), __privateGet(this, _filteredKeys)),
|
|
261
|
-
timestamp: /* @__PURE__ */ new Date(),
|
|
262
|
-
name: __privateGet(this, _name),
|
|
263
|
-
message
|
|
264
|
-
};
|
|
265
|
-
loggerFunction(JSON.stringify(structuredLog, createReplacer(__privateGet(this, _jsonReplacer))));
|
|
266
|
-
}, "#structuredLog");
|
|
267
|
-
__name(_Logger, "Logger");
|
|
268
|
-
var Logger = _Logger;
|
|
269
|
-
function createReplacer(replacer) {
|
|
270
|
-
return (key, value) => {
|
|
271
|
-
if (typeof value === "bigint") {
|
|
272
|
-
return value.toString();
|
|
273
|
-
}
|
|
274
|
-
if (replacer) {
|
|
275
|
-
return replacer(key, value);
|
|
276
|
-
}
|
|
277
|
-
return value;
|
|
278
|
-
};
|
|
279
|
-
}
|
|
280
|
-
__name(createReplacer, "createReplacer");
|
|
281
|
-
function bigIntReplacer(_key, value) {
|
|
282
|
-
if (typeof value === "bigint") {
|
|
283
|
-
return value.toString();
|
|
284
|
-
}
|
|
285
|
-
return value;
|
|
286
|
-
}
|
|
287
|
-
__name(bigIntReplacer, "bigIntReplacer");
|
|
288
|
-
function safeJsonClone(obj) {
|
|
289
|
-
try {
|
|
290
|
-
return JSON.parse(JSON.stringify(obj, bigIntReplacer));
|
|
291
|
-
} catch (e) {
|
|
292
|
-
return obj;
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
__name(safeJsonClone, "safeJsonClone");
|
|
296
|
-
function structureArgs(args, filteredKeys = []) {
|
|
297
|
-
if (args.length === 0) {
|
|
298
|
-
return;
|
|
299
|
-
}
|
|
300
|
-
if (args.length === 1 && typeof args[0] === "object") {
|
|
301
|
-
return filterKeys(JSON.parse(JSON.stringify(args[0], bigIntReplacer)), filteredKeys);
|
|
302
|
-
}
|
|
303
|
-
return args;
|
|
304
|
-
}
|
|
305
|
-
__name(structureArgs, "structureArgs");
|
|
306
|
-
function filterKeys(obj, keys) {
|
|
307
|
-
if (typeof obj !== "object" || obj === null) {
|
|
308
|
-
return obj;
|
|
309
|
-
}
|
|
310
|
-
if (Array.isArray(obj)) {
|
|
311
|
-
return obj.map((item) => filterKeys(item, keys));
|
|
312
|
-
}
|
|
313
|
-
const filteredObj = {};
|
|
314
|
-
for (const [key, value] of Object.entries(obj)) {
|
|
315
|
-
if (keys.includes(key)) {
|
|
316
|
-
if (value) {
|
|
317
|
-
filteredObj[key] = `[filtered ${prettyPrintBytes(value)}]`;
|
|
318
|
-
} else {
|
|
319
|
-
filteredObj[key] = value;
|
|
320
|
-
}
|
|
321
|
-
continue;
|
|
322
|
-
}
|
|
323
|
-
filteredObj[key] = filterKeys(value, keys);
|
|
324
|
-
}
|
|
325
|
-
return filteredObj;
|
|
326
|
-
}
|
|
327
|
-
__name(filterKeys, "filterKeys");
|
|
328
|
-
function prettyPrintBytes(value) {
|
|
329
|
-
if (process.env.NODE_ENV === "production") {
|
|
330
|
-
return "skipped size";
|
|
331
|
-
}
|
|
332
|
-
const sizeInBytes = Buffer.byteLength(JSON.stringify(value), "utf8");
|
|
333
|
-
if (sizeInBytes < 1024) {
|
|
334
|
-
return `${sizeInBytes} bytes`;
|
|
335
|
-
}
|
|
336
|
-
if (sizeInBytes < 1024 * 1024) {
|
|
337
|
-
return `${(sizeInBytes / 1024).toFixed(2)} KB`;
|
|
338
|
-
}
|
|
339
|
-
if (sizeInBytes < 1024 * 1024 * 1024) {
|
|
340
|
-
return `${(sizeInBytes / (1024 * 1024)).toFixed(2)} MB`;
|
|
341
|
-
}
|
|
342
|
-
return `${(sizeInBytes / (1024 * 1024 * 1024)).toFixed(2)} GB`;
|
|
343
|
-
}
|
|
344
|
-
__name(prettyPrintBytes, "prettyPrintBytes");
|
|
345
|
-
|
|
346
|
-
// src/schemas/api.ts
|
|
347
|
-
var import_ulid = require("ulid");
|
|
348
|
-
var import_zod11 = require("zod");
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
349
8
|
|
|
350
9
|
// src/schemas/addMissingVersionField.ts
|
|
351
10
|
function addMissingVersionField(val) {
|
|
@@ -358,220 +17,204 @@ function addMissingVersionField(val) {
|
|
|
358
17
|
return val;
|
|
359
18
|
}
|
|
360
19
|
__name(addMissingVersionField, "addMissingVersionField");
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
20
|
+
var ErrorWithStackSchema = zod.z.object({
|
|
21
|
+
message: zod.z.string(),
|
|
22
|
+
name: zod.z.string().optional(),
|
|
23
|
+
stack: zod.z.string().optional()
|
|
24
|
+
});
|
|
25
|
+
var SchemaErrorSchema = zod.z.object({
|
|
26
|
+
path: zod.z.array(zod.z.string()),
|
|
27
|
+
message: zod.z.string()
|
|
28
|
+
});
|
|
29
|
+
var stringPatternMatchers = [
|
|
30
|
+
zod.z.object({
|
|
31
|
+
$endsWith: zod.z.string()
|
|
32
|
+
}),
|
|
33
|
+
zod.z.object({
|
|
34
|
+
$startsWith: zod.z.string()
|
|
35
|
+
}),
|
|
36
|
+
zod.z.object({
|
|
37
|
+
$ignoreCaseEquals: zod.z.string()
|
|
38
|
+
})
|
|
39
|
+
];
|
|
40
|
+
var EventMatcherSchema = zod.z.union([
|
|
377
41
|
/** Match against a string */
|
|
378
|
-
|
|
42
|
+
zod.z.array(zod.z.string()),
|
|
379
43
|
/** Match against a number */
|
|
380
|
-
|
|
44
|
+
zod.z.array(zod.z.number()),
|
|
381
45
|
/** Match against a boolean */
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
import_zod2.z.object({
|
|
388
|
-
$startsWith: import_zod2.z.string()
|
|
389
|
-
}),
|
|
390
|
-
import_zod2.z.object({
|
|
391
|
-
$exists: import_zod2.z.boolean()
|
|
46
|
+
zod.z.array(zod.z.boolean()),
|
|
47
|
+
zod.z.array(zod.z.union([
|
|
48
|
+
...stringPatternMatchers,
|
|
49
|
+
zod.z.object({
|
|
50
|
+
$exists: zod.z.boolean()
|
|
392
51
|
}),
|
|
393
|
-
|
|
394
|
-
$isNull:
|
|
52
|
+
zod.z.object({
|
|
53
|
+
$isNull: zod.z.boolean()
|
|
395
54
|
}),
|
|
396
|
-
|
|
397
|
-
$anythingBut:
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
55
|
+
zod.z.object({
|
|
56
|
+
$anythingBut: zod.z.union([
|
|
57
|
+
zod.z.string(),
|
|
58
|
+
zod.z.number(),
|
|
59
|
+
zod.z.boolean()
|
|
401
60
|
])
|
|
402
61
|
}),
|
|
403
|
-
|
|
404
|
-
$anythingBut:
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
62
|
+
zod.z.object({
|
|
63
|
+
$anythingBut: zod.z.union([
|
|
64
|
+
zod.z.array(zod.z.string()),
|
|
65
|
+
zod.z.array(zod.z.number()),
|
|
66
|
+
zod.z.array(zod.z.boolean())
|
|
408
67
|
])
|
|
409
68
|
}),
|
|
410
|
-
|
|
411
|
-
$gt:
|
|
69
|
+
zod.z.object({
|
|
70
|
+
$gt: zod.z.number()
|
|
412
71
|
}),
|
|
413
|
-
|
|
414
|
-
$lt:
|
|
72
|
+
zod.z.object({
|
|
73
|
+
$lt: zod.z.number()
|
|
415
74
|
}),
|
|
416
|
-
|
|
417
|
-
$gte:
|
|
75
|
+
zod.z.object({
|
|
76
|
+
$gte: zod.z.number()
|
|
418
77
|
}),
|
|
419
|
-
|
|
420
|
-
$lte:
|
|
78
|
+
zod.z.object({
|
|
79
|
+
$lte: zod.z.number()
|
|
421
80
|
}),
|
|
422
|
-
|
|
423
|
-
$between:
|
|
424
|
-
|
|
425
|
-
|
|
81
|
+
zod.z.object({
|
|
82
|
+
$between: zod.z.tuple([
|
|
83
|
+
zod.z.number(),
|
|
84
|
+
zod.z.number()
|
|
426
85
|
])
|
|
427
86
|
}),
|
|
428
|
-
|
|
429
|
-
$includes:
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
87
|
+
zod.z.object({
|
|
88
|
+
$includes: zod.z.union([
|
|
89
|
+
zod.z.string(),
|
|
90
|
+
zod.z.number(),
|
|
91
|
+
zod.z.boolean()
|
|
433
92
|
])
|
|
434
|
-
}),
|
|
435
|
-
import_zod2.z.object({
|
|
436
|
-
$ignoreCaseEquals: import_zod2.z.string()
|
|
437
93
|
})
|
|
438
94
|
]))
|
|
439
95
|
]);
|
|
440
|
-
var EventFilterSchema =
|
|
96
|
+
var EventFilterSchema = zod.z.lazy(() => zod.z.record(zod.z.union([
|
|
441
97
|
EventMatcherSchema,
|
|
442
98
|
EventFilterSchema
|
|
443
99
|
])));
|
|
444
|
-
var EventRuleSchema =
|
|
445
|
-
event:
|
|
446
|
-
source:
|
|
100
|
+
var EventRuleSchema = zod.z.object({
|
|
101
|
+
event: zod.z.string().or(zod.z.array(zod.z.string())),
|
|
102
|
+
source: zod.z.string(),
|
|
447
103
|
payload: EventFilterSchema.optional(),
|
|
448
104
|
context: EventFilterSchema.optional()
|
|
449
105
|
});
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
var import_zod3 = require("zod");
|
|
453
|
-
var ConnectionAuthSchema = import_zod3.z.object({
|
|
454
|
-
type: import_zod3.z.enum([
|
|
106
|
+
var ConnectionAuthSchema = zod.z.object({
|
|
107
|
+
type: zod.z.enum([
|
|
455
108
|
"oauth2",
|
|
456
109
|
"apiKey"
|
|
457
110
|
]),
|
|
458
|
-
accessToken:
|
|
459
|
-
scopes:
|
|
460
|
-
additionalFields:
|
|
111
|
+
accessToken: zod.z.string(),
|
|
112
|
+
scopes: zod.z.array(zod.z.string()).optional(),
|
|
113
|
+
additionalFields: zod.z.record(zod.z.string()).optional()
|
|
461
114
|
});
|
|
462
|
-
var IntegrationMetadataSchema =
|
|
463
|
-
id:
|
|
464
|
-
name:
|
|
465
|
-
instructions:
|
|
115
|
+
var IntegrationMetadataSchema = zod.z.object({
|
|
116
|
+
id: zod.z.string(),
|
|
117
|
+
name: zod.z.string(),
|
|
118
|
+
instructions: zod.z.string().optional()
|
|
466
119
|
});
|
|
467
|
-
var IntegrationConfigSchema =
|
|
468
|
-
id:
|
|
120
|
+
var IntegrationConfigSchema = zod.z.object({
|
|
121
|
+
id: zod.z.string(),
|
|
469
122
|
metadata: IntegrationMetadataSchema,
|
|
470
|
-
authSource:
|
|
123
|
+
authSource: zod.z.enum([
|
|
471
124
|
"HOSTED",
|
|
472
125
|
"LOCAL",
|
|
473
126
|
"RESOLVER"
|
|
474
127
|
])
|
|
475
128
|
});
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
import_zod4.z.number(),
|
|
482
|
-
import_zod4.z.boolean(),
|
|
483
|
-
import_zod4.z.null()
|
|
129
|
+
var LiteralSchema = zod.z.union([
|
|
130
|
+
zod.z.string(),
|
|
131
|
+
zod.z.number(),
|
|
132
|
+
zod.z.boolean(),
|
|
133
|
+
zod.z.null()
|
|
484
134
|
]);
|
|
485
|
-
var DeserializedJsonSchema =
|
|
135
|
+
var DeserializedJsonSchema = zod.z.lazy(() => zod.z.union([
|
|
486
136
|
LiteralSchema,
|
|
487
|
-
|
|
488
|
-
|
|
137
|
+
zod.z.array(DeserializedJsonSchema),
|
|
138
|
+
zod.z.record(DeserializedJsonSchema)
|
|
489
139
|
]));
|
|
490
|
-
var SerializableSchema =
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
140
|
+
var SerializableSchema = zod.z.union([
|
|
141
|
+
zod.z.string(),
|
|
142
|
+
zod.z.number(),
|
|
143
|
+
zod.z.boolean(),
|
|
144
|
+
zod.z.null(),
|
|
145
|
+
zod.z.date(),
|
|
146
|
+
zod.z.undefined(),
|
|
147
|
+
zod.z.symbol()
|
|
498
148
|
]);
|
|
499
|
-
var SerializableJsonSchema =
|
|
149
|
+
var SerializableJsonSchema = zod.z.lazy(() => zod.z.union([
|
|
500
150
|
SerializableSchema,
|
|
501
|
-
|
|
502
|
-
|
|
151
|
+
zod.z.array(SerializableJsonSchema),
|
|
152
|
+
zod.z.record(SerializableJsonSchema)
|
|
503
153
|
]));
|
|
504
|
-
|
|
505
|
-
// src/schemas/properties.ts
|
|
506
|
-
var import_zod5 = require("zod");
|
|
507
|
-
var DisplayPropertySchema = import_zod5.z.object({
|
|
154
|
+
var DisplayPropertySchema = zod.z.object({
|
|
508
155
|
/** The label for the property */
|
|
509
|
-
label:
|
|
156
|
+
label: zod.z.string(),
|
|
510
157
|
/** The value of the property */
|
|
511
|
-
text:
|
|
158
|
+
text: zod.z.string(),
|
|
512
159
|
/** The URL to link to when the property is clicked */
|
|
513
|
-
url:
|
|
160
|
+
url: zod.z.string().optional(),
|
|
161
|
+
/** The URL to a list of images to display next to the property */
|
|
162
|
+
imageUrl: zod.z.array(zod.z.string()).optional()
|
|
514
163
|
});
|
|
515
|
-
var DisplayPropertiesSchema =
|
|
516
|
-
var StyleSchema =
|
|
164
|
+
var DisplayPropertiesSchema = zod.z.array(DisplayPropertySchema);
|
|
165
|
+
var StyleSchema = zod.z.object({
|
|
517
166
|
/** The style, `normal` or `minimal` */
|
|
518
|
-
style:
|
|
167
|
+
style: zod.z.enum([
|
|
519
168
|
"normal",
|
|
520
169
|
"minimal"
|
|
521
170
|
]),
|
|
522
171
|
/** A variant of the style. */
|
|
523
|
-
variant:
|
|
172
|
+
variant: zod.z.string().optional()
|
|
524
173
|
});
|
|
525
|
-
|
|
526
|
-
// src/schemas/schedules.ts
|
|
527
|
-
var import_zod6 = require("zod");
|
|
528
174
|
var SCHEDULED_EVENT = "dev.trigger.scheduled";
|
|
529
|
-
var ScheduledPayloadSchema =
|
|
530
|
-
ts:
|
|
531
|
-
lastTimestamp:
|
|
175
|
+
var ScheduledPayloadSchema = zod.z.object({
|
|
176
|
+
ts: zod.z.coerce.date(),
|
|
177
|
+
lastTimestamp: zod.z.coerce.date().optional()
|
|
532
178
|
});
|
|
533
|
-
var IntervalOptionsSchema =
|
|
179
|
+
var IntervalOptionsSchema = zod.z.object({
|
|
534
180
|
/** The number of seconds for the interval. Min = 60, Max = 2_592_000 (30 days) */
|
|
535
|
-
seconds:
|
|
181
|
+
seconds: zod.z.number().int().positive().min(60).max(2592e3)
|
|
536
182
|
});
|
|
537
|
-
var CronOptionsSchema =
|
|
183
|
+
var CronOptionsSchema = zod.z.object({
|
|
538
184
|
/** A CRON expression that defines the schedule. A useful tool when writing CRON
|
|
539
185
|
expressions is [crontab guru](https://crontab.guru). Note that the timezone
|
|
540
186
|
used is UTC. */
|
|
541
|
-
cron:
|
|
187
|
+
cron: zod.z.string()
|
|
542
188
|
});
|
|
543
|
-
var CronMetadataSchema =
|
|
544
|
-
type:
|
|
189
|
+
var CronMetadataSchema = zod.z.object({
|
|
190
|
+
type: zod.z.literal("cron"),
|
|
545
191
|
options: CronOptionsSchema,
|
|
546
192
|
/** An optional Account ID to associate with runs triggered by this interval */
|
|
547
|
-
accountId:
|
|
548
|
-
metadata:
|
|
193
|
+
accountId: zod.z.string().optional(),
|
|
194
|
+
metadata: zod.z.any()
|
|
549
195
|
});
|
|
550
|
-
var IntervalMetadataSchema =
|
|
196
|
+
var IntervalMetadataSchema = zod.z.object({
|
|
551
197
|
/** An interval reoccurs at the specified number of seconds */
|
|
552
|
-
type:
|
|
198
|
+
type: zod.z.literal("interval"),
|
|
553
199
|
/** An object containing options about the interval. */
|
|
554
200
|
options: IntervalOptionsSchema,
|
|
555
201
|
/** An optional Account ID to associate with runs triggered by this interval */
|
|
556
|
-
accountId:
|
|
202
|
+
accountId: zod.z.string().optional(),
|
|
557
203
|
/** Any additional metadata about the schedule. */
|
|
558
|
-
metadata:
|
|
204
|
+
metadata: zod.z.any()
|
|
559
205
|
});
|
|
560
|
-
var ScheduleMetadataSchema =
|
|
206
|
+
var ScheduleMetadataSchema = zod.z.discriminatedUnion("type", [
|
|
561
207
|
IntervalMetadataSchema,
|
|
562
208
|
CronMetadataSchema
|
|
563
209
|
]);
|
|
564
|
-
var RegisterDynamicSchedulePayloadSchema =
|
|
565
|
-
id:
|
|
566
|
-
jobs:
|
|
567
|
-
id:
|
|
568
|
-
version:
|
|
210
|
+
var RegisterDynamicSchedulePayloadSchema = zod.z.object({
|
|
211
|
+
id: zod.z.string(),
|
|
212
|
+
jobs: zod.z.array(zod.z.object({
|
|
213
|
+
id: zod.z.string(),
|
|
214
|
+
version: zod.z.string()
|
|
569
215
|
}))
|
|
570
216
|
});
|
|
571
|
-
|
|
572
|
-
// src/schemas/tasks.ts
|
|
573
|
-
var import_zod7 = require("zod");
|
|
574
|
-
var TaskStatusSchema = import_zod7.z.enum([
|
|
217
|
+
var TaskStatusSchema = zod.z.enum([
|
|
575
218
|
"PENDING",
|
|
576
219
|
"WAITING",
|
|
577
220
|
"RUNNING",
|
|
@@ -579,408 +222,548 @@ var TaskStatusSchema = import_zod7.z.enum([
|
|
|
579
222
|
"ERRORED",
|
|
580
223
|
"CANCELED"
|
|
581
224
|
]);
|
|
582
|
-
var TaskSchema =
|
|
583
|
-
id:
|
|
584
|
-
name:
|
|
585
|
-
icon:
|
|
586
|
-
noop:
|
|
587
|
-
startedAt:
|
|
588
|
-
completedAt:
|
|
589
|
-
delayUntil:
|
|
225
|
+
var TaskSchema = zod.z.object({
|
|
226
|
+
id: zod.z.string(),
|
|
227
|
+
name: zod.z.string(),
|
|
228
|
+
icon: zod.z.string().optional().nullable(),
|
|
229
|
+
noop: zod.z.boolean(),
|
|
230
|
+
startedAt: zod.z.coerce.date().optional().nullable(),
|
|
231
|
+
completedAt: zod.z.coerce.date().optional().nullable(),
|
|
232
|
+
delayUntil: zod.z.coerce.date().optional().nullable(),
|
|
590
233
|
status: TaskStatusSchema,
|
|
591
|
-
description:
|
|
592
|
-
properties:
|
|
593
|
-
outputProperties:
|
|
234
|
+
description: zod.z.string().optional().nullable(),
|
|
235
|
+
properties: zod.z.array(DisplayPropertySchema).optional().nullable(),
|
|
236
|
+
outputProperties: zod.z.array(DisplayPropertySchema).optional().nullable(),
|
|
594
237
|
params: DeserializedJsonSchema.optional().nullable(),
|
|
595
238
|
output: DeserializedJsonSchema.optional().nullable(),
|
|
596
|
-
|
|
597
|
-
|
|
239
|
+
context: DeserializedJsonSchema.optional().nullable(),
|
|
240
|
+
error: zod.z.string().optional().nullable(),
|
|
241
|
+
parentId: zod.z.string().optional().nullable(),
|
|
598
242
|
style: StyleSchema.optional().nullable(),
|
|
599
|
-
operation:
|
|
600
|
-
callbackUrl:
|
|
243
|
+
operation: zod.z.string().optional().nullable(),
|
|
244
|
+
callbackUrl: zod.z.string().optional().nullable(),
|
|
245
|
+
childExecutionMode: zod.z.enum([
|
|
246
|
+
"SEQUENTIAL",
|
|
247
|
+
"PARALLEL"
|
|
248
|
+
]).optional().nullable()
|
|
601
249
|
});
|
|
602
250
|
var ServerTaskSchema = TaskSchema.extend({
|
|
603
|
-
idempotencyKey:
|
|
604
|
-
attempts:
|
|
605
|
-
forceYield:
|
|
251
|
+
idempotencyKey: zod.z.string(),
|
|
252
|
+
attempts: zod.z.number(),
|
|
253
|
+
forceYield: zod.z.boolean().optional().nullable()
|
|
606
254
|
});
|
|
607
|
-
var CachedTaskSchema =
|
|
608
|
-
id:
|
|
609
|
-
idempotencyKey:
|
|
255
|
+
var CachedTaskSchema = zod.z.object({
|
|
256
|
+
id: zod.z.string(),
|
|
257
|
+
idempotencyKey: zod.z.string(),
|
|
610
258
|
status: TaskStatusSchema,
|
|
611
|
-
noop:
|
|
259
|
+
noop: zod.z.boolean().default(false),
|
|
612
260
|
output: DeserializedJsonSchema.optional().nullable(),
|
|
613
|
-
parentId:
|
|
614
|
-
});
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
title: import_zod8.z.string(),
|
|
627
|
-
source: import_zod8.z.string(),
|
|
628
|
-
icon: import_zod8.z.string(),
|
|
261
|
+
parentId: zod.z.string().optional().nullable()
|
|
262
|
+
});
|
|
263
|
+
var EventExampleSchema = zod.z.object({
|
|
264
|
+
id: zod.z.string(),
|
|
265
|
+
icon: zod.z.string().optional(),
|
|
266
|
+
name: zod.z.string(),
|
|
267
|
+
payload: zod.z.any()
|
|
268
|
+
});
|
|
269
|
+
var EventSpecificationSchema = zod.z.object({
|
|
270
|
+
name: zod.z.string().or(zod.z.array(zod.z.string())),
|
|
271
|
+
title: zod.z.string(),
|
|
272
|
+
source: zod.z.string(),
|
|
273
|
+
icon: zod.z.string(),
|
|
629
274
|
filter: EventFilterSchema.optional(),
|
|
630
|
-
properties:
|
|
631
|
-
schema:
|
|
632
|
-
examples:
|
|
633
|
-
});
|
|
634
|
-
var DynamicTriggerMetadataSchema =
|
|
635
|
-
type:
|
|
636
|
-
id:
|
|
637
|
-
});
|
|
638
|
-
var
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
275
|
+
properties: zod.z.array(DisplayPropertySchema).optional(),
|
|
276
|
+
schema: zod.z.any().optional(),
|
|
277
|
+
examples: zod.z.array(EventExampleSchema).optional()
|
|
278
|
+
});
|
|
279
|
+
var DynamicTriggerMetadataSchema = zod.z.object({
|
|
280
|
+
type: zod.z.literal("dynamic"),
|
|
281
|
+
id: zod.z.string()
|
|
282
|
+
});
|
|
283
|
+
var TriggerHelpSchema = zod.z.object({
|
|
284
|
+
noRuns: zod.z.object({
|
|
285
|
+
text: zod.z.string(),
|
|
286
|
+
link: zod.z.string().optional()
|
|
287
|
+
}).optional()
|
|
288
|
+
});
|
|
289
|
+
var StaticTriggerMetadataSchema = zod.z.object({
|
|
290
|
+
type: zod.z.literal("static"),
|
|
291
|
+
title: zod.z.union([
|
|
292
|
+
zod.z.string(),
|
|
293
|
+
zod.z.array(zod.z.string())
|
|
643
294
|
]),
|
|
644
|
-
properties:
|
|
645
|
-
rule: EventRuleSchema
|
|
295
|
+
properties: zod.z.array(DisplayPropertySchema).optional(),
|
|
296
|
+
rule: EventRuleSchema,
|
|
297
|
+
link: zod.z.string().optional(),
|
|
298
|
+
help: TriggerHelpSchema.optional()
|
|
646
299
|
});
|
|
647
|
-
var
|
|
648
|
-
type:
|
|
300
|
+
var InvokeTriggerMetadataSchema = zod.z.object({
|
|
301
|
+
type: zod.z.literal("invoke")
|
|
302
|
+
});
|
|
303
|
+
var ScheduledTriggerMetadataSchema = zod.z.object({
|
|
304
|
+
type: zod.z.literal("scheduled"),
|
|
649
305
|
schedule: ScheduleMetadataSchema
|
|
650
306
|
});
|
|
651
|
-
var TriggerMetadataSchema =
|
|
307
|
+
var TriggerMetadataSchema = zod.z.discriminatedUnion("type", [
|
|
652
308
|
DynamicTriggerMetadataSchema,
|
|
653
309
|
StaticTriggerMetadataSchema,
|
|
654
|
-
ScheduledTriggerMetadataSchema
|
|
310
|
+
ScheduledTriggerMetadataSchema,
|
|
311
|
+
InvokeTriggerMetadataSchema
|
|
655
312
|
]);
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
// src/schemas/statuses.ts
|
|
661
|
-
var import_zod9 = require("zod");
|
|
662
|
-
var StatusUpdateStateSchema = import_zod9.z.union([
|
|
663
|
-
import_zod9.z.literal("loading"),
|
|
664
|
-
import_zod9.z.literal("success"),
|
|
665
|
-
import_zod9.z.literal("failure")
|
|
313
|
+
var StatusUpdateStateSchema = zod.z.union([
|
|
314
|
+
zod.z.literal("loading"),
|
|
315
|
+
zod.z.literal("success"),
|
|
316
|
+
zod.z.literal("failure")
|
|
666
317
|
]);
|
|
667
|
-
var StatusUpdateDataSchema =
|
|
668
|
-
var StatusUpdateSchema =
|
|
669
|
-
label:
|
|
318
|
+
var StatusUpdateDataSchema = zod.z.record(SerializableJsonSchema);
|
|
319
|
+
var StatusUpdateSchema = zod.z.object({
|
|
320
|
+
label: zod.z.string().optional(),
|
|
670
321
|
state: StatusUpdateStateSchema.optional(),
|
|
671
322
|
data: StatusUpdateDataSchema.optional()
|
|
672
323
|
});
|
|
673
324
|
var InitalStatusUpdateSchema = StatusUpdateSchema.required({
|
|
674
325
|
label: true
|
|
675
326
|
});
|
|
676
|
-
var StatusHistorySchema =
|
|
327
|
+
var StatusHistorySchema = zod.z.array(StatusUpdateSchema);
|
|
677
328
|
var JobRunStatusRecordSchema = InitalStatusUpdateSchema.extend({
|
|
678
|
-
key:
|
|
329
|
+
key: zod.z.string(),
|
|
679
330
|
history: StatusHistorySchema
|
|
680
331
|
});
|
|
681
332
|
|
|
682
333
|
// src/schemas/runs.ts
|
|
683
|
-
var RunStatusSchema =
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
334
|
+
var RunStatusSchema = zod.z.union([
|
|
335
|
+
zod.z.literal("PENDING"),
|
|
336
|
+
zod.z.literal("QUEUED"),
|
|
337
|
+
zod.z.literal("WAITING_ON_CONNECTIONS"),
|
|
338
|
+
zod.z.literal("PREPROCESSING"),
|
|
339
|
+
zod.z.literal("STARTED"),
|
|
340
|
+
zod.z.literal("SUCCESS"),
|
|
341
|
+
zod.z.literal("FAILURE"),
|
|
342
|
+
zod.z.literal("TIMED_OUT"),
|
|
343
|
+
zod.z.literal("ABORTED"),
|
|
344
|
+
zod.z.literal("CANCELED"),
|
|
345
|
+
zod.z.literal("UNRESOLVED_AUTH"),
|
|
346
|
+
zod.z.literal("INVALID_PAYLOAD"),
|
|
347
|
+
zod.z.literal("EXECUTING"),
|
|
348
|
+
zod.z.literal("WAITING_TO_CONTINUE"),
|
|
349
|
+
zod.z.literal("WAITING_TO_EXECUTE")
|
|
696
350
|
]);
|
|
697
|
-
var RunTaskSchema =
|
|
351
|
+
var RunTaskSchema = zod.z.object({
|
|
698
352
|
/** The Task id */
|
|
699
|
-
id:
|
|
353
|
+
id: zod.z.string(),
|
|
700
354
|
/** The key that you defined when creating the Task, the first param in any task. */
|
|
701
|
-
displayKey:
|
|
355
|
+
displayKey: zod.z.string().nullable(),
|
|
702
356
|
/** The Task status */
|
|
703
357
|
status: TaskStatusSchema,
|
|
704
358
|
/** The name of the Task */
|
|
705
|
-
name:
|
|
359
|
+
name: zod.z.string(),
|
|
706
360
|
/** The icon of the Task, a string.
|
|
707
361
|
* For integrations, this will be a lowercase name of the company.
|
|
708
362
|
* Can be used with the [@trigger.dev/companyicons](https://www.npmjs.com/package/@trigger.dev/companyicons) package to display an svg. */
|
|
709
|
-
icon:
|
|
363
|
+
icon: zod.z.string().nullable(),
|
|
710
364
|
/** When the task started */
|
|
711
|
-
startedAt:
|
|
365
|
+
startedAt: zod.z.coerce.date().nullable(),
|
|
712
366
|
/** When the task completed */
|
|
713
|
-
completedAt:
|
|
367
|
+
completedAt: zod.z.coerce.date().nullable()
|
|
714
368
|
});
|
|
715
369
|
var RunTaskWithSubtasksSchema = RunTaskSchema.extend({
|
|
716
|
-
subtasks:
|
|
370
|
+
subtasks: zod.z.lazy(() => RunTaskWithSubtasksSchema.array()).optional()
|
|
717
371
|
});
|
|
718
|
-
var GetRunOptionsSchema =
|
|
372
|
+
var GetRunOptionsSchema = zod.z.object({
|
|
719
373
|
/** Return subtasks, which appear in a `subtasks` array on a task. @default false */
|
|
720
|
-
subtasks:
|
|
374
|
+
subtasks: zod.z.boolean().optional(),
|
|
721
375
|
/** You can use this to get more tasks, if there are more than are returned in a single batch @default undefined */
|
|
722
|
-
cursor:
|
|
376
|
+
cursor: zod.z.string().optional(),
|
|
723
377
|
/** How many tasks you want to return in one go, max 50. @default 20 */
|
|
724
|
-
take:
|
|
378
|
+
take: zod.z.number().optional()
|
|
725
379
|
});
|
|
726
|
-
|
|
380
|
+
GetRunOptionsSchema.extend({
|
|
727
381
|
/** If `true`, it returns the `params` and `output` of all tasks. @default false */
|
|
728
|
-
taskdetails:
|
|
382
|
+
taskdetails: zod.z.boolean().optional()
|
|
729
383
|
});
|
|
730
|
-
var RunSchema =
|
|
384
|
+
var RunSchema = zod.z.object({
|
|
731
385
|
/** The Run id */
|
|
732
|
-
id:
|
|
386
|
+
id: zod.z.string(),
|
|
733
387
|
/** The Run status */
|
|
734
388
|
status: RunStatusSchema,
|
|
735
389
|
/** When the run started */
|
|
736
|
-
startedAt:
|
|
390
|
+
startedAt: zod.z.coerce.date().nullable(),
|
|
737
391
|
/** When the run was last updated */
|
|
738
|
-
updatedAt:
|
|
392
|
+
updatedAt: zod.z.coerce.date().nullable(),
|
|
739
393
|
/** When the run was completed */
|
|
740
|
-
completedAt:
|
|
394
|
+
completedAt: zod.z.coerce.date().nullable()
|
|
741
395
|
});
|
|
742
396
|
var GetRunSchema = RunSchema.extend({
|
|
743
397
|
/** The output of the run */
|
|
744
|
-
output:
|
|
398
|
+
output: zod.z.any().optional(),
|
|
745
399
|
/** The tasks from the run */
|
|
746
|
-
tasks:
|
|
400
|
+
tasks: zod.z.array(RunTaskWithSubtasksSchema),
|
|
747
401
|
/** Any status updates that were published from the run */
|
|
748
|
-
statuses:
|
|
402
|
+
statuses: zod.z.array(JobRunStatusRecordSchema).default([]),
|
|
749
403
|
/** If there are more tasks, you can use this to get them */
|
|
750
|
-
nextCursor:
|
|
404
|
+
nextCursor: zod.z.string().optional()
|
|
751
405
|
});
|
|
752
|
-
|
|
406
|
+
zod.z.object({
|
|
753
407
|
/** You can use this to get more tasks, if there are more than are returned in a single batch @default undefined */
|
|
754
|
-
cursor:
|
|
408
|
+
cursor: zod.z.string().optional(),
|
|
755
409
|
/** How many runs you want to return in one go, max 50. @default 20 */
|
|
756
|
-
take:
|
|
410
|
+
take: zod.z.number().optional()
|
|
757
411
|
});
|
|
758
|
-
var GetRunsSchema =
|
|
412
|
+
var GetRunsSchema = zod.z.object({
|
|
759
413
|
/** The runs from the query */
|
|
760
414
|
runs: RunSchema.array(),
|
|
761
415
|
/** If there are more runs, you can use this to get them */
|
|
762
|
-
nextCursor:
|
|
416
|
+
nextCursor: zod.z.string().optional()
|
|
417
|
+
});
|
|
418
|
+
var StringMatchSchema = zod.z.union([
|
|
419
|
+
/** Match against a string */
|
|
420
|
+
zod.z.array(zod.z.string()),
|
|
421
|
+
zod.z.array(zod.z.union(stringPatternMatchers))
|
|
422
|
+
]);
|
|
423
|
+
var HTTPMethodUnionSchema = zod.z.union([
|
|
424
|
+
zod.z.literal("GET"),
|
|
425
|
+
zod.z.literal("POST"),
|
|
426
|
+
zod.z.literal("PUT"),
|
|
427
|
+
zod.z.literal("PATCH"),
|
|
428
|
+
zod.z.literal("DELETE"),
|
|
429
|
+
zod.z.literal("HEAD"),
|
|
430
|
+
zod.z.literal("OPTIONS")
|
|
431
|
+
]);
|
|
432
|
+
var RequestFilterSchema = zod.z.object({
|
|
433
|
+
/** An array of HTTP methods to match.
|
|
434
|
+
* For example, `["GET", "POST"]` will match both `GET` and `POST` Requests. */
|
|
435
|
+
method: zod.z.array(HTTPMethodUnionSchema).optional(),
|
|
436
|
+
/** An object of header key/values to match.
|
|
437
|
+
* This uses the [EventFilter matching syntax](https://trigger.dev/docs/documentation/guides/event-filter).
|
|
438
|
+
|
|
439
|
+
@example
|
|
440
|
+
```ts
|
|
441
|
+
filter: {
|
|
442
|
+
header: {
|
|
443
|
+
"content-type": ["application/json"],
|
|
444
|
+
},
|
|
445
|
+
},
|
|
446
|
+
``` */
|
|
447
|
+
headers: zod.z.record(StringMatchSchema).optional(),
|
|
448
|
+
/** An object of query parameters to match.
|
|
449
|
+
* This uses the [EventFilter matching syntax](https://trigger.dev/docs/documentation/guides/event-filter).
|
|
450
|
+
|
|
451
|
+
@example
|
|
452
|
+
```ts
|
|
453
|
+
filter: {
|
|
454
|
+
query: {
|
|
455
|
+
"hub.mode": [{ $startsWith: "sub" }],
|
|
456
|
+
},
|
|
457
|
+
},
|
|
458
|
+
``` */
|
|
459
|
+
query: zod.z.record(StringMatchSchema).optional(),
|
|
460
|
+
/** An object of key/values to match.
|
|
461
|
+
* This uses the [EventFilter matching syntax](https://trigger.dev/docs/documentation/guides/event-filter).
|
|
462
|
+
*/
|
|
463
|
+
body: EventFilterSchema.optional()
|
|
464
|
+
});
|
|
465
|
+
var ResponseFilterSchema = RequestFilterSchema.omit({
|
|
466
|
+
method: true,
|
|
467
|
+
query: true
|
|
468
|
+
}).extend({
|
|
469
|
+
status: zod.z.array(zod.z.number()).optional()
|
|
763
470
|
});
|
|
764
471
|
|
|
765
472
|
// src/schemas/api.ts
|
|
766
|
-
var UpdateTriggerSourceBodyV1Schema =
|
|
767
|
-
registeredEvents:
|
|
768
|
-
secret:
|
|
473
|
+
var UpdateTriggerSourceBodyV1Schema = zod.z.object({
|
|
474
|
+
registeredEvents: zod.z.array(zod.z.string()),
|
|
475
|
+
secret: zod.z.string().optional(),
|
|
769
476
|
data: SerializableJsonSchema.optional()
|
|
770
477
|
});
|
|
771
|
-
var UpdateTriggerSourceBodyV2Schema =
|
|
772
|
-
secret:
|
|
478
|
+
var UpdateTriggerSourceBodyV2Schema = zod.z.object({
|
|
479
|
+
secret: zod.z.string().optional(),
|
|
773
480
|
data: SerializableJsonSchema.optional(),
|
|
774
|
-
options:
|
|
775
|
-
event:
|
|
776
|
-
}).and(
|
|
481
|
+
options: zod.z.object({
|
|
482
|
+
event: zod.z.array(zod.z.string())
|
|
483
|
+
}).and(zod.z.record(zod.z.string(), zod.z.array(zod.z.string())).optional())
|
|
777
484
|
});
|
|
778
|
-
var
|
|
779
|
-
|
|
780
|
-
|
|
485
|
+
var UpdateWebhookBodySchema = zod.z.discriminatedUnion("active", [
|
|
486
|
+
zod.z.object({
|
|
487
|
+
active: zod.z.literal(false)
|
|
488
|
+
}),
|
|
489
|
+
zod.z.object({
|
|
490
|
+
active: zod.z.literal(true),
|
|
491
|
+
config: zod.z.record(zod.z.string().array())
|
|
492
|
+
})
|
|
493
|
+
]);
|
|
494
|
+
var RegisterHTTPTriggerSourceBodySchema = zod.z.object({
|
|
495
|
+
type: zod.z.literal("HTTP"),
|
|
496
|
+
url: zod.z.string().url()
|
|
781
497
|
});
|
|
782
|
-
var RegisterSMTPTriggerSourceBodySchema =
|
|
783
|
-
type:
|
|
498
|
+
var RegisterSMTPTriggerSourceBodySchema = zod.z.object({
|
|
499
|
+
type: zod.z.literal("SMTP")
|
|
784
500
|
});
|
|
785
|
-
var RegisterSQSTriggerSourceBodySchema =
|
|
786
|
-
type:
|
|
501
|
+
var RegisterSQSTriggerSourceBodySchema = zod.z.object({
|
|
502
|
+
type: zod.z.literal("SQS")
|
|
787
503
|
});
|
|
788
|
-
var RegisterSourceChannelBodySchema =
|
|
504
|
+
var RegisterSourceChannelBodySchema = zod.z.discriminatedUnion("type", [
|
|
789
505
|
RegisterHTTPTriggerSourceBodySchema,
|
|
790
506
|
RegisterSMTPTriggerSourceBodySchema,
|
|
791
507
|
RegisterSQSTriggerSourceBodySchema
|
|
792
508
|
]);
|
|
509
|
+
var REGISTER_WEBHOOK = "dev.trigger.webhook.register";
|
|
510
|
+
var DELIVER_WEBHOOK_REQUEST = "dev.trigger.webhook.deliver";
|
|
511
|
+
var RegisterWebhookSourceSchema = zod.z.object({
|
|
512
|
+
key: zod.z.string(),
|
|
513
|
+
params: zod.z.any(),
|
|
514
|
+
config: zod.z.any(),
|
|
515
|
+
active: zod.z.boolean(),
|
|
516
|
+
secret: zod.z.string(),
|
|
517
|
+
url: zod.z.string(),
|
|
518
|
+
data: DeserializedJsonSchema.optional(),
|
|
519
|
+
clientId: zod.z.string().optional()
|
|
520
|
+
});
|
|
521
|
+
var RegisterWebhookPayloadSchema = zod.z.object({
|
|
522
|
+
active: zod.z.boolean(),
|
|
523
|
+
params: zod.z.any().optional(),
|
|
524
|
+
config: zod.z.object({
|
|
525
|
+
current: zod.z.record(zod.z.string().array()),
|
|
526
|
+
desired: zod.z.record(zod.z.string().array())
|
|
527
|
+
}),
|
|
528
|
+
// from HTTP Endpoint
|
|
529
|
+
url: zod.z.string(),
|
|
530
|
+
secret: zod.z.string()
|
|
531
|
+
});
|
|
793
532
|
var REGISTER_SOURCE_EVENT_V1 = "dev.trigger.source.register";
|
|
794
533
|
var REGISTER_SOURCE_EVENT_V2 = "dev.trigger.source.register.v2";
|
|
795
|
-
var RegisterTriggerSourceSchema =
|
|
796
|
-
key:
|
|
797
|
-
params:
|
|
798
|
-
active:
|
|
799
|
-
secret:
|
|
534
|
+
var RegisterTriggerSourceSchema = zod.z.object({
|
|
535
|
+
key: zod.z.string(),
|
|
536
|
+
params: zod.z.any(),
|
|
537
|
+
active: zod.z.boolean(),
|
|
538
|
+
secret: zod.z.string(),
|
|
800
539
|
data: DeserializedJsonSchema.optional(),
|
|
801
540
|
channel: RegisterSourceChannelBodySchema,
|
|
802
|
-
clientId:
|
|
541
|
+
clientId: zod.z.string().optional()
|
|
803
542
|
});
|
|
804
|
-
|
|
805
|
-
name:
|
|
806
|
-
value:
|
|
543
|
+
zod.z.object({
|
|
544
|
+
name: zod.z.string(),
|
|
545
|
+
value: zod.z.string()
|
|
807
546
|
});
|
|
808
|
-
var RegisterSourceEventSchemaV1 =
|
|
547
|
+
var RegisterSourceEventSchemaV1 = zod.z.object({
|
|
809
548
|
/** The id of the source */
|
|
810
|
-
id:
|
|
549
|
+
id: zod.z.string(),
|
|
811
550
|
source: RegisterTriggerSourceSchema,
|
|
812
|
-
events:
|
|
813
|
-
missingEvents:
|
|
814
|
-
orphanedEvents:
|
|
815
|
-
dynamicTriggerId:
|
|
551
|
+
events: zod.z.array(zod.z.string()),
|
|
552
|
+
missingEvents: zod.z.array(zod.z.string()),
|
|
553
|
+
orphanedEvents: zod.z.array(zod.z.string()),
|
|
554
|
+
dynamicTriggerId: zod.z.string().optional()
|
|
816
555
|
});
|
|
817
|
-
var RegisteredOptionsDiffSchema =
|
|
818
|
-
desired:
|
|
819
|
-
missing:
|
|
820
|
-
orphaned:
|
|
556
|
+
var RegisteredOptionsDiffSchema = zod.z.object({
|
|
557
|
+
desired: zod.z.array(zod.z.string()),
|
|
558
|
+
missing: zod.z.array(zod.z.string()),
|
|
559
|
+
orphaned: zod.z.array(zod.z.string())
|
|
821
560
|
});
|
|
822
|
-
var RegisterSourceEventOptionsSchema =
|
|
561
|
+
var RegisterSourceEventOptionsSchema = zod.z.object({
|
|
823
562
|
event: RegisteredOptionsDiffSchema
|
|
824
|
-
}).and(
|
|
825
|
-
var RegisterSourceEventSchemaV2 =
|
|
563
|
+
}).and(zod.z.record(zod.z.string(), RegisteredOptionsDiffSchema));
|
|
564
|
+
var RegisterSourceEventSchemaV2 = zod.z.object({
|
|
826
565
|
/** The id of the source */
|
|
827
|
-
id:
|
|
566
|
+
id: zod.z.string(),
|
|
828
567
|
source: RegisterTriggerSourceSchema,
|
|
829
568
|
options: RegisterSourceEventOptionsSchema,
|
|
830
|
-
dynamicTriggerId:
|
|
569
|
+
dynamicTriggerId: zod.z.string().optional()
|
|
831
570
|
});
|
|
832
|
-
var TriggerSourceSchema =
|
|
833
|
-
id:
|
|
834
|
-
key:
|
|
571
|
+
var TriggerSourceSchema = zod.z.object({
|
|
572
|
+
id: zod.z.string(),
|
|
573
|
+
key: zod.z.string()
|
|
835
574
|
});
|
|
836
575
|
var HttpSourceResponseMetadataSchema = DeserializedJsonSchema;
|
|
837
|
-
var HandleTriggerSourceSchema =
|
|
838
|
-
key:
|
|
839
|
-
secret:
|
|
840
|
-
data:
|
|
841
|
-
params:
|
|
576
|
+
var HandleTriggerSourceSchema = zod.z.object({
|
|
577
|
+
key: zod.z.string(),
|
|
578
|
+
secret: zod.z.string(),
|
|
579
|
+
data: zod.z.any(),
|
|
580
|
+
params: zod.z.any(),
|
|
842
581
|
auth: ConnectionAuthSchema.optional(),
|
|
843
582
|
metadata: HttpSourceResponseMetadataSchema.optional()
|
|
844
583
|
});
|
|
845
|
-
var
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
"x-ts-
|
|
853
|
-
"x-ts-
|
|
854
|
-
"x-ts-
|
|
855
|
-
"x-ts-data": import_zod11.z.string().transform((s) => JSON.parse(s)),
|
|
856
|
-
"x-ts-params": import_zod11.z.string().transform((s) => JSON.parse(s)),
|
|
857
|
-
"x-ts-http-url": import_zod11.z.string(),
|
|
858
|
-
"x-ts-http-method": import_zod11.z.string(),
|
|
859
|
-
"x-ts-http-headers": import_zod11.z.string().transform((s) => import_zod11.z.record(import_zod11.z.string()).parse(JSON.parse(s))),
|
|
860
|
-
"x-ts-auth": import_zod11.z.string().optional().transform((s) => {
|
|
584
|
+
var HttpSourceRequestHeadersSchema = zod.z.object({
|
|
585
|
+
"x-ts-key": zod.z.string(),
|
|
586
|
+
"x-ts-dynamic-id": zod.z.string().optional(),
|
|
587
|
+
"x-ts-secret": zod.z.string(),
|
|
588
|
+
"x-ts-data": zod.z.string().transform((s) => JSON.parse(s)),
|
|
589
|
+
"x-ts-params": zod.z.string().transform((s) => JSON.parse(s)),
|
|
590
|
+
"x-ts-http-url": zod.z.string(),
|
|
591
|
+
"x-ts-http-method": zod.z.string(),
|
|
592
|
+
"x-ts-http-headers": zod.z.string().transform((s) => zod.z.record(zod.z.string()).parse(JSON.parse(s))),
|
|
593
|
+
"x-ts-auth": zod.z.string().optional().transform((s) => {
|
|
861
594
|
if (s === void 0)
|
|
862
595
|
return;
|
|
863
596
|
const json = JSON.parse(s);
|
|
864
597
|
return ConnectionAuthSchema.parse(json);
|
|
865
598
|
}),
|
|
866
|
-
"x-ts-metadata":
|
|
599
|
+
"x-ts-metadata": zod.z.string().optional().transform((s) => {
|
|
867
600
|
if (s === void 0)
|
|
868
601
|
return;
|
|
869
602
|
const json = JSON.parse(s);
|
|
870
603
|
return DeserializedJsonSchema.parse(json);
|
|
871
604
|
})
|
|
872
605
|
});
|
|
873
|
-
var
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
606
|
+
var HttpEndpointRequestHeadersSchema = zod.z.object({
|
|
607
|
+
"x-ts-key": zod.z.string(),
|
|
608
|
+
"x-ts-http-url": zod.z.string(),
|
|
609
|
+
"x-ts-http-method": zod.z.string(),
|
|
610
|
+
"x-ts-http-headers": zod.z.string().transform((s) => zod.z.record(zod.z.string()).parse(JSON.parse(s)))
|
|
611
|
+
});
|
|
612
|
+
var WebhookSourceRequestHeadersSchema = zod.z.object({
|
|
613
|
+
"x-ts-key": zod.z.string(),
|
|
614
|
+
"x-ts-dynamic-id": zod.z.string().optional(),
|
|
615
|
+
"x-ts-secret": zod.z.string(),
|
|
616
|
+
"x-ts-params": zod.z.string().transform((s) => JSON.parse(s)),
|
|
617
|
+
"x-ts-http-url": zod.z.string(),
|
|
618
|
+
"x-ts-http-method": zod.z.string(),
|
|
619
|
+
"x-ts-http-headers": zod.z.string().transform((s) => zod.z.record(zod.z.string()).parse(JSON.parse(s)))
|
|
620
|
+
});
|
|
621
|
+
var PongSuccessResponseSchema = zod.z.object({
|
|
622
|
+
ok: zod.z.literal(true),
|
|
623
|
+
triggerVersion: zod.z.string().optional(),
|
|
624
|
+
triggerSdkVersion: zod.z.string().optional()
|
|
625
|
+
});
|
|
626
|
+
var PongErrorResponseSchema = zod.z.object({
|
|
627
|
+
ok: zod.z.literal(false),
|
|
628
|
+
error: zod.z.string(),
|
|
629
|
+
triggerVersion: zod.z.string().optional(),
|
|
630
|
+
triggerSdkVersion: zod.z.string().optional()
|
|
631
|
+
});
|
|
632
|
+
var PongResponseSchema = zod.z.discriminatedUnion("ok", [
|
|
885
633
|
PongSuccessResponseSchema,
|
|
886
634
|
PongErrorResponseSchema
|
|
887
635
|
]);
|
|
888
|
-
var ValidateSuccessResponseSchema =
|
|
889
|
-
ok:
|
|
890
|
-
endpointId:
|
|
891
|
-
triggerVersion:
|
|
636
|
+
var ValidateSuccessResponseSchema = zod.z.object({
|
|
637
|
+
ok: zod.z.literal(true),
|
|
638
|
+
endpointId: zod.z.string(),
|
|
639
|
+
triggerVersion: zod.z.string().optional()
|
|
892
640
|
});
|
|
893
|
-
var ValidateErrorResponseSchema =
|
|
894
|
-
ok:
|
|
895
|
-
error:
|
|
896
|
-
triggerVersion:
|
|
641
|
+
var ValidateErrorResponseSchema = zod.z.object({
|
|
642
|
+
ok: zod.z.literal(false),
|
|
643
|
+
error: zod.z.string(),
|
|
644
|
+
triggerVersion: zod.z.string().optional()
|
|
897
645
|
});
|
|
898
|
-
var ValidateResponseSchema =
|
|
646
|
+
var ValidateResponseSchema = zod.z.discriminatedUnion("ok", [
|
|
899
647
|
ValidateSuccessResponseSchema,
|
|
900
648
|
ValidateErrorResponseSchema
|
|
901
649
|
]);
|
|
902
|
-
var QueueOptionsSchema =
|
|
903
|
-
name:
|
|
904
|
-
maxConcurrent:
|
|
905
|
-
});
|
|
906
|
-
var
|
|
907
|
-
id:
|
|
908
|
-
|
|
909
|
-
|
|
650
|
+
var QueueOptionsSchema = zod.z.object({
|
|
651
|
+
name: zod.z.string(),
|
|
652
|
+
maxConcurrent: zod.z.number().optional()
|
|
653
|
+
});
|
|
654
|
+
var ConcurrencyLimitOptionsSchema = zod.z.object({
|
|
655
|
+
id: zod.z.string(),
|
|
656
|
+
limit: zod.z.number()
|
|
657
|
+
});
|
|
658
|
+
var JobMetadataSchema = zod.z.object({
|
|
659
|
+
id: zod.z.string(),
|
|
660
|
+
name: zod.z.string(),
|
|
661
|
+
version: zod.z.string(),
|
|
910
662
|
event: EventSpecificationSchema,
|
|
911
663
|
trigger: TriggerMetadataSchema,
|
|
912
|
-
integrations:
|
|
913
|
-
internal:
|
|
914
|
-
enabled:
|
|
915
|
-
startPosition:
|
|
664
|
+
integrations: zod.z.record(IntegrationConfigSchema),
|
|
665
|
+
internal: zod.z.boolean().default(false),
|
|
666
|
+
enabled: zod.z.boolean(),
|
|
667
|
+
startPosition: zod.z.enum([
|
|
916
668
|
"initial",
|
|
917
669
|
"latest"
|
|
918
670
|
]),
|
|
919
|
-
preprocessRuns:
|
|
671
|
+
preprocessRuns: zod.z.boolean(),
|
|
672
|
+
concurrencyLimit: ConcurrencyLimitOptionsSchema.or(zod.z.number().int().positive()).optional()
|
|
920
673
|
});
|
|
921
|
-
var SourceMetadataV1Schema =
|
|
922
|
-
version:
|
|
923
|
-
channel:
|
|
674
|
+
var SourceMetadataV1Schema = zod.z.object({
|
|
675
|
+
version: zod.z.literal("1"),
|
|
676
|
+
channel: zod.z.enum([
|
|
924
677
|
"HTTP",
|
|
925
678
|
"SQS",
|
|
926
679
|
"SMTP"
|
|
927
680
|
]),
|
|
928
681
|
integration: IntegrationConfigSchema,
|
|
929
|
-
key:
|
|
930
|
-
params:
|
|
931
|
-
events:
|
|
932
|
-
registerSourceJob:
|
|
933
|
-
id:
|
|
934
|
-
version:
|
|
682
|
+
key: zod.z.string(),
|
|
683
|
+
params: zod.z.any(),
|
|
684
|
+
events: zod.z.array(zod.z.string()),
|
|
685
|
+
registerSourceJob: zod.z.object({
|
|
686
|
+
id: zod.z.string(),
|
|
687
|
+
version: zod.z.string()
|
|
935
688
|
}).optional()
|
|
936
689
|
});
|
|
937
|
-
var SourceMetadataV2Schema =
|
|
938
|
-
version:
|
|
939
|
-
channel:
|
|
690
|
+
var SourceMetadataV2Schema = zod.z.object({
|
|
691
|
+
version: zod.z.literal("2"),
|
|
692
|
+
channel: zod.z.enum([
|
|
940
693
|
"HTTP",
|
|
941
694
|
"SQS",
|
|
942
695
|
"SMTP"
|
|
943
696
|
]),
|
|
944
697
|
integration: IntegrationConfigSchema,
|
|
945
|
-
key:
|
|
946
|
-
params:
|
|
947
|
-
options:
|
|
948
|
-
registerSourceJob:
|
|
949
|
-
id:
|
|
950
|
-
version:
|
|
698
|
+
key: zod.z.string(),
|
|
699
|
+
params: zod.z.any(),
|
|
700
|
+
options: zod.z.record(zod.z.array(zod.z.string())),
|
|
701
|
+
registerSourceJob: zod.z.object({
|
|
702
|
+
id: zod.z.string(),
|
|
703
|
+
version: zod.z.string()
|
|
951
704
|
}).optional()
|
|
952
705
|
});
|
|
953
|
-
var SourceMetadataSchema =
|
|
706
|
+
var SourceMetadataSchema = zod.z.preprocess(addMissingVersionField, zod.z.discriminatedUnion("version", [
|
|
954
707
|
SourceMetadataV1Schema,
|
|
955
708
|
SourceMetadataV2Schema
|
|
956
709
|
]));
|
|
957
|
-
var
|
|
958
|
-
|
|
959
|
-
|
|
710
|
+
var WebhookMetadataSchema = zod.z.object({
|
|
711
|
+
key: zod.z.string(),
|
|
712
|
+
params: zod.z.any(),
|
|
713
|
+
config: zod.z.record(zod.z.array(zod.z.string())),
|
|
714
|
+
integration: IntegrationConfigSchema,
|
|
715
|
+
httpEndpoint: zod.z.object({
|
|
716
|
+
id: zod.z.string()
|
|
717
|
+
})
|
|
718
|
+
});
|
|
719
|
+
var WebhookContextMetadataSchema = zod.z.object({
|
|
720
|
+
params: zod.z.any(),
|
|
721
|
+
config: zod.z.record(zod.z.string().array()),
|
|
722
|
+
secret: zod.z.string()
|
|
723
|
+
});
|
|
724
|
+
var DynamicTriggerEndpointMetadataSchema = zod.z.object({
|
|
725
|
+
id: zod.z.string(),
|
|
726
|
+
jobs: zod.z.array(JobMetadataSchema.pick({
|
|
960
727
|
id: true,
|
|
961
728
|
version: true
|
|
962
729
|
})),
|
|
963
|
-
registerSourceJob:
|
|
964
|
-
id:
|
|
965
|
-
version:
|
|
730
|
+
registerSourceJob: zod.z.object({
|
|
731
|
+
id: zod.z.string(),
|
|
732
|
+
version: zod.z.string()
|
|
966
733
|
}).optional()
|
|
967
734
|
});
|
|
968
|
-
var
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
735
|
+
var HttpEndpointMetadataSchema = zod.z.object({
|
|
736
|
+
id: zod.z.string(),
|
|
737
|
+
version: zod.z.string(),
|
|
738
|
+
enabled: zod.z.boolean(),
|
|
739
|
+
title: zod.z.string().optional(),
|
|
740
|
+
icon: zod.z.string().optional(),
|
|
741
|
+
properties: zod.z.array(DisplayPropertySchema).optional(),
|
|
742
|
+
event: EventSpecificationSchema,
|
|
743
|
+
immediateResponseFilter: RequestFilterSchema.optional(),
|
|
744
|
+
skipTriggeringRuns: zod.z.boolean().optional(),
|
|
745
|
+
source: zod.z.string()
|
|
746
|
+
});
|
|
747
|
+
var IndexEndpointResponseSchema = zod.z.object({
|
|
748
|
+
jobs: zod.z.array(JobMetadataSchema),
|
|
749
|
+
sources: zod.z.array(SourceMetadataSchema),
|
|
750
|
+
webhooks: zod.z.array(WebhookMetadataSchema).optional(),
|
|
751
|
+
dynamicTriggers: zod.z.array(DynamicTriggerEndpointMetadataSchema),
|
|
752
|
+
dynamicSchedules: zod.z.array(RegisterDynamicSchedulePayloadSchema),
|
|
753
|
+
httpEndpoints: zod.z.array(HttpEndpointMetadataSchema).optional()
|
|
754
|
+
});
|
|
755
|
+
var EndpointIndexErrorSchema = zod.z.object({
|
|
756
|
+
message: zod.z.string(),
|
|
757
|
+
raw: zod.z.any().optional()
|
|
758
|
+
});
|
|
759
|
+
var IndexEndpointStatsSchema = zod.z.object({
|
|
760
|
+
jobs: zod.z.number(),
|
|
761
|
+
sources: zod.z.number(),
|
|
762
|
+
webhooks: zod.z.number().optional(),
|
|
763
|
+
dynamicTriggers: zod.z.number(),
|
|
764
|
+
dynamicSchedules: zod.z.number(),
|
|
765
|
+
disabledJobs: zod.z.number().default(0),
|
|
766
|
+
httpEndpoints: zod.z.number().default(0)
|
|
984
767
|
});
|
|
985
768
|
function parseEndpointIndexStats(stats) {
|
|
986
769
|
if (stats === null || stats === void 0) {
|
|
@@ -989,208 +772,243 @@ function parseEndpointIndexStats(stats) {
|
|
|
989
772
|
return IndexEndpointStatsSchema.parse(stats);
|
|
990
773
|
}
|
|
991
774
|
__name(parseEndpointIndexStats, "parseEndpointIndexStats");
|
|
992
|
-
var GetEndpointIndexResponseSchema =
|
|
993
|
-
|
|
994
|
-
status:
|
|
995
|
-
updatedAt:
|
|
775
|
+
var GetEndpointIndexResponseSchema = zod.z.discriminatedUnion("status", [
|
|
776
|
+
zod.z.object({
|
|
777
|
+
status: zod.z.literal("PENDING"),
|
|
778
|
+
updatedAt: zod.z.coerce.date()
|
|
996
779
|
}),
|
|
997
|
-
|
|
998
|
-
status:
|
|
999
|
-
updatedAt:
|
|
780
|
+
zod.z.object({
|
|
781
|
+
status: zod.z.literal("STARTED"),
|
|
782
|
+
updatedAt: zod.z.coerce.date()
|
|
1000
783
|
}),
|
|
1001
|
-
|
|
1002
|
-
status:
|
|
784
|
+
zod.z.object({
|
|
785
|
+
status: zod.z.literal("SUCCESS"),
|
|
1003
786
|
stats: IndexEndpointStatsSchema,
|
|
1004
|
-
updatedAt:
|
|
787
|
+
updatedAt: zod.z.coerce.date()
|
|
1005
788
|
}),
|
|
1006
|
-
|
|
1007
|
-
status:
|
|
789
|
+
zod.z.object({
|
|
790
|
+
status: zod.z.literal("FAILURE"),
|
|
1008
791
|
error: EndpointIndexErrorSchema,
|
|
1009
|
-
updatedAt:
|
|
792
|
+
updatedAt: zod.z.coerce.date()
|
|
1010
793
|
})
|
|
1011
794
|
]);
|
|
1012
|
-
var EndpointHeadersSchema =
|
|
1013
|
-
"trigger-version":
|
|
1014
|
-
"trigger-sdk-version":
|
|
795
|
+
var EndpointHeadersSchema = zod.z.object({
|
|
796
|
+
"trigger-version": zod.z.string().optional(),
|
|
797
|
+
"trigger-sdk-version": zod.z.string().optional()
|
|
1015
798
|
});
|
|
1016
|
-
var
|
|
799
|
+
var ExecuteJobRunMetadataSchema = zod.z.object({
|
|
800
|
+
successSubscription: zod.z.boolean().optional(),
|
|
801
|
+
failedSubscription: zod.z.boolean().optional()
|
|
802
|
+
});
|
|
803
|
+
var ExecuteJobHeadersSchema = EndpointHeadersSchema.extend({
|
|
804
|
+
"x-trigger-run-metadata": zod.z.preprocess((val) => typeof val === "string" && JSON.parse(val), ExecuteJobRunMetadataSchema).optional()
|
|
805
|
+
});
|
|
806
|
+
var RawEventSchema = zod.z.object({
|
|
1017
807
|
/** The `name` property must exactly match any subscriptions you want to
|
|
1018
808
|
trigger. */
|
|
1019
|
-
name:
|
|
809
|
+
name: zod.z.string(),
|
|
1020
810
|
/** The `payload` property will be sent to any matching Jobs and will appear
|
|
1021
811
|
as the `payload` param of the `run()` function. You can leave this
|
|
1022
812
|
parameter out if you just want to trigger a Job without any input data. */
|
|
1023
|
-
payload:
|
|
813
|
+
payload: zod.z.any(),
|
|
1024
814
|
/** The optional `context` property will be sent to any matching Jobs and will
|
|
1025
815
|
be passed through as the `context.event.context` param of the `run()`
|
|
1026
816
|
function. This is optional but can be useful if you want to pass through
|
|
1027
817
|
some additional context to the Job. */
|
|
1028
|
-
context:
|
|
818
|
+
context: zod.z.any().optional(),
|
|
1029
819
|
/** The `id` property uniquely identify this particular event. If unset it
|
|
1030
820
|
will be set automatically using `ulid`. */
|
|
1031
|
-
id:
|
|
821
|
+
id: zod.z.string().default(() => ulidx.ulid()),
|
|
1032
822
|
/** This is optional, it defaults to the current timestamp. Usually you would
|
|
1033
823
|
only set this if you have a timestamp that you wish to pass through, e.g.
|
|
1034
824
|
you receive a timestamp from a service and you want the same timestamp to
|
|
1035
825
|
be used in your Job. */
|
|
1036
|
-
timestamp:
|
|
826
|
+
timestamp: zod.z.coerce.date().optional(),
|
|
1037
827
|
/** This is optional, it defaults to "trigger.dev". It can be useful to set
|
|
1038
828
|
this as you can filter events using this in the `eventTrigger()`. */
|
|
1039
|
-
source:
|
|
829
|
+
source: zod.z.string().optional(),
|
|
830
|
+
/** This is optional, it defaults to "JSON". If your event is actually a request,
|
|
831
|
+
with a url, headers, method and rawBody you can use "REQUEST" */
|
|
832
|
+
payloadType: zod.z.union([
|
|
833
|
+
zod.z.literal("JSON"),
|
|
834
|
+
zod.z.literal("REQUEST")
|
|
835
|
+
]).optional()
|
|
1040
836
|
});
|
|
1041
|
-
var ApiEventLogSchema =
|
|
837
|
+
var ApiEventLogSchema = zod.z.object({
|
|
1042
838
|
/** The `id` of the event that was sent.
|
|
1043
839
|
*/
|
|
1044
|
-
id:
|
|
840
|
+
id: zod.z.string(),
|
|
1045
841
|
/** The `name` of the event that was sent. */
|
|
1046
|
-
name:
|
|
842
|
+
name: zod.z.string(),
|
|
1047
843
|
/** The `payload` of the event that was sent */
|
|
1048
844
|
payload: DeserializedJsonSchema,
|
|
1049
845
|
/** The `context` of the event that was sent. Is `undefined` if no context was
|
|
1050
846
|
set when sending the event. */
|
|
1051
847
|
context: DeserializedJsonSchema.optional().nullable(),
|
|
1052
848
|
/** The `timestamp` of the event that was sent */
|
|
1053
|
-
timestamp:
|
|
849
|
+
timestamp: zod.z.coerce.date(),
|
|
1054
850
|
/** The timestamp when the event will be delivered to any matching Jobs. Is
|
|
1055
851
|
`undefined` if `deliverAt` or `deliverAfter` wasn't set when sending the
|
|
1056
852
|
event. */
|
|
1057
|
-
deliverAt:
|
|
853
|
+
deliverAt: zod.z.coerce.date().optional().nullable(),
|
|
1058
854
|
/** The timestamp when the event was delivered. Is `undefined` if `deliverAt`
|
|
1059
855
|
or `deliverAfter` were set when sending the event. */
|
|
1060
|
-
deliveredAt:
|
|
856
|
+
deliveredAt: zod.z.coerce.date().optional().nullable(),
|
|
1061
857
|
/** The timestamp when the event was cancelled. Is `undefined` if the event
|
|
1062
858
|
* wasn't cancelled. */
|
|
1063
|
-
cancelledAt:
|
|
859
|
+
cancelledAt: zod.z.coerce.date().optional().nullable()
|
|
1064
860
|
});
|
|
1065
|
-
var SendEventOptionsSchema =
|
|
861
|
+
var SendEventOptionsSchema = zod.z.object({
|
|
1066
862
|
/** An optional Date when you want the event to trigger Jobs. The event will
|
|
1067
863
|
be sent to the platform immediately but won't be acted upon until the
|
|
1068
864
|
specified time. */
|
|
1069
|
-
deliverAt:
|
|
865
|
+
deliverAt: zod.z.coerce.date().optional(),
|
|
1070
866
|
/** An optional number of seconds you want to wait for the event to trigger
|
|
1071
867
|
any relevant Jobs. The event will be sent to the platform immediately but
|
|
1072
868
|
won't be delivered until after the elapsed number of seconds. */
|
|
1073
|
-
deliverAfter:
|
|
869
|
+
deliverAfter: zod.z.number().int().optional(),
|
|
1074
870
|
/** This optional param will be used by Trigger.dev Connect, which
|
|
1075
871
|
is coming soon. */
|
|
1076
|
-
accountId:
|
|
872
|
+
accountId: zod.z.string().optional()
|
|
1077
873
|
});
|
|
1078
|
-
var SendEventBodySchema =
|
|
874
|
+
var SendEventBodySchema = zod.z.object({
|
|
1079
875
|
event: RawEventSchema,
|
|
1080
876
|
options: SendEventOptionsSchema.optional()
|
|
1081
877
|
});
|
|
1082
|
-
var
|
|
1083
|
-
|
|
878
|
+
var SendBulkEventsBodySchema = zod.z.object({
|
|
879
|
+
events: RawEventSchema.array(),
|
|
880
|
+
options: SendEventOptionsSchema.optional()
|
|
881
|
+
});
|
|
882
|
+
var DeliverEventResponseSchema = zod.z.object({
|
|
883
|
+
deliveredAt: zod.z.string().datetime()
|
|
1084
884
|
});
|
|
1085
|
-
var RuntimeEnvironmentTypeSchema =
|
|
885
|
+
var RuntimeEnvironmentTypeSchema = zod.z.enum([
|
|
1086
886
|
"PRODUCTION",
|
|
1087
887
|
"STAGING",
|
|
1088
888
|
"DEVELOPMENT",
|
|
1089
889
|
"PREVIEW"
|
|
1090
890
|
]);
|
|
1091
|
-
var RunSourceContextSchema =
|
|
1092
|
-
id:
|
|
1093
|
-
metadata:
|
|
891
|
+
var RunSourceContextSchema = zod.z.object({
|
|
892
|
+
id: zod.z.string(),
|
|
893
|
+
metadata: zod.z.any()
|
|
1094
894
|
});
|
|
1095
|
-
var AutoYieldConfigSchema =
|
|
1096
|
-
startTaskThreshold:
|
|
1097
|
-
beforeExecuteTaskThreshold:
|
|
1098
|
-
beforeCompleteTaskThreshold:
|
|
1099
|
-
afterCompleteTaskThreshold:
|
|
895
|
+
var AutoYieldConfigSchema = zod.z.object({
|
|
896
|
+
startTaskThreshold: zod.z.number(),
|
|
897
|
+
beforeExecuteTaskThreshold: zod.z.number(),
|
|
898
|
+
beforeCompleteTaskThreshold: zod.z.number(),
|
|
899
|
+
afterCompleteTaskThreshold: zod.z.number()
|
|
1100
900
|
});
|
|
1101
|
-
var RunJobBodySchema =
|
|
901
|
+
var RunJobBodySchema = zod.z.object({
|
|
1102
902
|
event: ApiEventLogSchema,
|
|
1103
|
-
job:
|
|
1104
|
-
id:
|
|
1105
|
-
version:
|
|
903
|
+
job: zod.z.object({
|
|
904
|
+
id: zod.z.string(),
|
|
905
|
+
version: zod.z.string()
|
|
1106
906
|
}),
|
|
1107
|
-
run:
|
|
1108
|
-
id:
|
|
1109
|
-
isTest:
|
|
1110
|
-
isRetry:
|
|
1111
|
-
startedAt:
|
|
907
|
+
run: zod.z.object({
|
|
908
|
+
id: zod.z.string(),
|
|
909
|
+
isTest: zod.z.boolean(),
|
|
910
|
+
isRetry: zod.z.boolean().default(false),
|
|
911
|
+
startedAt: zod.z.coerce.date()
|
|
1112
912
|
}),
|
|
1113
|
-
environment:
|
|
1114
|
-
id:
|
|
1115
|
-
slug:
|
|
913
|
+
environment: zod.z.object({
|
|
914
|
+
id: zod.z.string(),
|
|
915
|
+
slug: zod.z.string(),
|
|
1116
916
|
type: RuntimeEnvironmentTypeSchema
|
|
1117
917
|
}),
|
|
1118
|
-
organization:
|
|
1119
|
-
id:
|
|
1120
|
-
title:
|
|
1121
|
-
slug:
|
|
918
|
+
organization: zod.z.object({
|
|
919
|
+
id: zod.z.string(),
|
|
920
|
+
title: zod.z.string(),
|
|
921
|
+
slug: zod.z.string()
|
|
1122
922
|
}),
|
|
1123
|
-
|
|
1124
|
-
id:
|
|
1125
|
-
|
|
923
|
+
project: zod.z.object({
|
|
924
|
+
id: zod.z.string(),
|
|
925
|
+
name: zod.z.string(),
|
|
926
|
+
slug: zod.z.string()
|
|
927
|
+
}).optional(),
|
|
928
|
+
account: zod.z.object({
|
|
929
|
+
id: zod.z.string(),
|
|
930
|
+
metadata: zod.z.any()
|
|
1126
931
|
}).optional(),
|
|
1127
932
|
source: RunSourceContextSchema.optional(),
|
|
1128
|
-
tasks:
|
|
1129
|
-
cachedTaskCursor:
|
|
1130
|
-
noopTasksSet:
|
|
1131
|
-
connections:
|
|
1132
|
-
yieldedExecutions:
|
|
1133
|
-
runChunkExecutionLimit:
|
|
933
|
+
tasks: zod.z.array(CachedTaskSchema).optional(),
|
|
934
|
+
cachedTaskCursor: zod.z.string().optional(),
|
|
935
|
+
noopTasksSet: zod.z.string().optional(),
|
|
936
|
+
connections: zod.z.record(ConnectionAuthSchema).optional(),
|
|
937
|
+
yieldedExecutions: zod.z.string().array().optional(),
|
|
938
|
+
runChunkExecutionLimit: zod.z.number().optional(),
|
|
1134
939
|
autoYieldConfig: AutoYieldConfigSchema.optional()
|
|
1135
940
|
});
|
|
1136
|
-
var RunJobErrorSchema =
|
|
1137
|
-
status:
|
|
941
|
+
var RunJobErrorSchema = zod.z.object({
|
|
942
|
+
status: zod.z.literal("ERROR"),
|
|
1138
943
|
error: ErrorWithStackSchema,
|
|
1139
944
|
task: TaskSchema.optional()
|
|
1140
945
|
});
|
|
1141
|
-
var RunJobYieldExecutionErrorSchema =
|
|
1142
|
-
status:
|
|
1143
|
-
key:
|
|
1144
|
-
});
|
|
1145
|
-
var
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
issues: import_zod11.z.record(import_zod11.z.object({
|
|
1171
|
-
id: import_zod11.z.string(),
|
|
1172
|
-
error: import_zod11.z.string()
|
|
946
|
+
var RunJobYieldExecutionErrorSchema = zod.z.object({
|
|
947
|
+
status: zod.z.literal("YIELD_EXECUTION"),
|
|
948
|
+
key: zod.z.string()
|
|
949
|
+
});
|
|
950
|
+
var AutoYieldMetadataSchema = zod.z.object({
|
|
951
|
+
location: zod.z.string(),
|
|
952
|
+
timeRemaining: zod.z.number(),
|
|
953
|
+
timeElapsed: zod.z.number(),
|
|
954
|
+
limit: zod.z.number().optional()
|
|
955
|
+
});
|
|
956
|
+
var RunJobAutoYieldExecutionErrorSchema = AutoYieldMetadataSchema.extend({
|
|
957
|
+
status: zod.z.literal("AUTO_YIELD_EXECUTION")
|
|
958
|
+
});
|
|
959
|
+
var RunJobAutoYieldWithCompletedTaskExecutionErrorSchema = zod.z.object({
|
|
960
|
+
status: zod.z.literal("AUTO_YIELD_EXECUTION_WITH_COMPLETED_TASK"),
|
|
961
|
+
id: zod.z.string(),
|
|
962
|
+
properties: zod.z.array(DisplayPropertySchema).optional(),
|
|
963
|
+
output: zod.z.string().optional(),
|
|
964
|
+
data: AutoYieldMetadataSchema
|
|
965
|
+
});
|
|
966
|
+
var RunJobInvalidPayloadErrorSchema = zod.z.object({
|
|
967
|
+
status: zod.z.literal("INVALID_PAYLOAD"),
|
|
968
|
+
errors: zod.z.array(SchemaErrorSchema)
|
|
969
|
+
});
|
|
970
|
+
var RunJobUnresolvedAuthErrorSchema = zod.z.object({
|
|
971
|
+
status: zod.z.literal("UNRESOLVED_AUTH_ERROR"),
|
|
972
|
+
issues: zod.z.record(zod.z.object({
|
|
973
|
+
id: zod.z.string(),
|
|
974
|
+
error: zod.z.string()
|
|
1173
975
|
}))
|
|
1174
976
|
});
|
|
1175
|
-
var RunJobResumeWithTaskSchema =
|
|
1176
|
-
status:
|
|
977
|
+
var RunJobResumeWithTaskSchema = zod.z.object({
|
|
978
|
+
status: zod.z.literal("RESUME_WITH_TASK"),
|
|
1177
979
|
task: TaskSchema
|
|
1178
980
|
});
|
|
1179
|
-
var RunJobRetryWithTaskSchema =
|
|
1180
|
-
status:
|
|
981
|
+
var RunJobRetryWithTaskSchema = zod.z.object({
|
|
982
|
+
status: zod.z.literal("RETRY_WITH_TASK"),
|
|
1181
983
|
task: TaskSchema,
|
|
1182
984
|
error: ErrorWithStackSchema,
|
|
1183
|
-
retryAt:
|
|
985
|
+
retryAt: zod.z.coerce.date()
|
|
1184
986
|
});
|
|
1185
|
-
var RunJobCanceledWithTaskSchema =
|
|
1186
|
-
status:
|
|
987
|
+
var RunJobCanceledWithTaskSchema = zod.z.object({
|
|
988
|
+
status: zod.z.literal("CANCELED"),
|
|
1187
989
|
task: TaskSchema
|
|
1188
990
|
});
|
|
1189
|
-
var RunJobSuccessSchema =
|
|
1190
|
-
status:
|
|
991
|
+
var RunJobSuccessSchema = zod.z.object({
|
|
992
|
+
status: zod.z.literal("SUCCESS"),
|
|
1191
993
|
output: DeserializedJsonSchema.optional()
|
|
1192
994
|
});
|
|
1193
|
-
var
|
|
995
|
+
var RunJobErrorResponseSchema = zod.z.union([
|
|
996
|
+
RunJobAutoYieldExecutionErrorSchema,
|
|
997
|
+
RunJobAutoYieldWithCompletedTaskExecutionErrorSchema,
|
|
998
|
+
RunJobYieldExecutionErrorSchema,
|
|
999
|
+
RunJobErrorSchema,
|
|
1000
|
+
RunJobUnresolvedAuthErrorSchema,
|
|
1001
|
+
RunJobInvalidPayloadErrorSchema,
|
|
1002
|
+
RunJobResumeWithTaskSchema,
|
|
1003
|
+
RunJobRetryWithTaskSchema,
|
|
1004
|
+
RunJobCanceledWithTaskSchema
|
|
1005
|
+
]);
|
|
1006
|
+
var RunJobResumeWithParallelTaskSchema = zod.z.object({
|
|
1007
|
+
status: zod.z.literal("RESUME_WITH_PARALLEL_TASK"),
|
|
1008
|
+
task: TaskSchema,
|
|
1009
|
+
childErrors: zod.z.array(RunJobErrorResponseSchema)
|
|
1010
|
+
});
|
|
1011
|
+
var RunJobResponseSchema = zod.z.discriminatedUnion("status", [
|
|
1194
1012
|
RunJobAutoYieldExecutionErrorSchema,
|
|
1195
1013
|
RunJobAutoYieldWithCompletedTaskExecutionErrorSchema,
|
|
1196
1014
|
RunJobYieldExecutionErrorSchema,
|
|
@@ -1198,139 +1016,142 @@ var RunJobResponseSchema = import_zod11.z.discriminatedUnion("status", [
|
|
|
1198
1016
|
RunJobUnresolvedAuthErrorSchema,
|
|
1199
1017
|
RunJobInvalidPayloadErrorSchema,
|
|
1200
1018
|
RunJobResumeWithTaskSchema,
|
|
1019
|
+
RunJobResumeWithParallelTaskSchema,
|
|
1201
1020
|
RunJobRetryWithTaskSchema,
|
|
1202
1021
|
RunJobCanceledWithTaskSchema,
|
|
1203
1022
|
RunJobSuccessSchema
|
|
1204
1023
|
]);
|
|
1205
|
-
var PreprocessRunBodySchema =
|
|
1024
|
+
var PreprocessRunBodySchema = zod.z.object({
|
|
1206
1025
|
event: ApiEventLogSchema,
|
|
1207
|
-
job:
|
|
1208
|
-
id:
|
|
1209
|
-
version:
|
|
1026
|
+
job: zod.z.object({
|
|
1027
|
+
id: zod.z.string(),
|
|
1028
|
+
version: zod.z.string()
|
|
1210
1029
|
}),
|
|
1211
|
-
run:
|
|
1212
|
-
id:
|
|
1213
|
-
isTest:
|
|
1030
|
+
run: zod.z.object({
|
|
1031
|
+
id: zod.z.string(),
|
|
1032
|
+
isTest: zod.z.boolean()
|
|
1214
1033
|
}),
|
|
1215
|
-
environment:
|
|
1216
|
-
id:
|
|
1217
|
-
slug:
|
|
1034
|
+
environment: zod.z.object({
|
|
1035
|
+
id: zod.z.string(),
|
|
1036
|
+
slug: zod.z.string(),
|
|
1218
1037
|
type: RuntimeEnvironmentTypeSchema
|
|
1219
1038
|
}),
|
|
1220
|
-
organization:
|
|
1221
|
-
id:
|
|
1222
|
-
title:
|
|
1223
|
-
slug:
|
|
1039
|
+
organization: zod.z.object({
|
|
1040
|
+
id: zod.z.string(),
|
|
1041
|
+
title: zod.z.string(),
|
|
1042
|
+
slug: zod.z.string()
|
|
1224
1043
|
}),
|
|
1225
|
-
account:
|
|
1226
|
-
id:
|
|
1227
|
-
metadata:
|
|
1044
|
+
account: zod.z.object({
|
|
1045
|
+
id: zod.z.string(),
|
|
1046
|
+
metadata: zod.z.any()
|
|
1228
1047
|
}).optional()
|
|
1229
1048
|
});
|
|
1230
|
-
var PreprocessRunResponseSchema =
|
|
1231
|
-
abort:
|
|
1232
|
-
properties:
|
|
1049
|
+
var PreprocessRunResponseSchema = zod.z.object({
|
|
1050
|
+
abort: zod.z.boolean(),
|
|
1051
|
+
properties: zod.z.array(DisplayPropertySchema).optional()
|
|
1233
1052
|
});
|
|
1234
|
-
var CreateRunResponseOkSchema =
|
|
1235
|
-
ok:
|
|
1236
|
-
data:
|
|
1237
|
-
id:
|
|
1053
|
+
var CreateRunResponseOkSchema = zod.z.object({
|
|
1054
|
+
ok: zod.z.literal(true),
|
|
1055
|
+
data: zod.z.object({
|
|
1056
|
+
id: zod.z.string()
|
|
1238
1057
|
})
|
|
1239
1058
|
});
|
|
1240
|
-
var CreateRunResponseErrorSchema =
|
|
1241
|
-
ok:
|
|
1242
|
-
error:
|
|
1059
|
+
var CreateRunResponseErrorSchema = zod.z.object({
|
|
1060
|
+
ok: zod.z.literal(false),
|
|
1061
|
+
error: zod.z.string()
|
|
1243
1062
|
});
|
|
1244
|
-
var CreateRunResponseBodySchema =
|
|
1063
|
+
var CreateRunResponseBodySchema = zod.z.discriminatedUnion("ok", [
|
|
1245
1064
|
CreateRunResponseOkSchema,
|
|
1246
1065
|
CreateRunResponseErrorSchema
|
|
1247
1066
|
]);
|
|
1248
|
-
var RedactStringSchema =
|
|
1249
|
-
__redactedString:
|
|
1250
|
-
strings:
|
|
1251
|
-
interpolations:
|
|
1067
|
+
var RedactStringSchema = zod.z.object({
|
|
1068
|
+
__redactedString: zod.z.literal(true),
|
|
1069
|
+
strings: zod.z.array(zod.z.string()),
|
|
1070
|
+
interpolations: zod.z.array(zod.z.string())
|
|
1252
1071
|
});
|
|
1253
|
-
var LogMessageSchema =
|
|
1254
|
-
level:
|
|
1072
|
+
var LogMessageSchema = zod.z.object({
|
|
1073
|
+
level: zod.z.enum([
|
|
1255
1074
|
"DEBUG",
|
|
1256
1075
|
"INFO",
|
|
1257
1076
|
"WARN",
|
|
1258
1077
|
"ERROR"
|
|
1259
1078
|
]),
|
|
1260
|
-
message:
|
|
1079
|
+
message: zod.z.string(),
|
|
1261
1080
|
data: SerializableJsonSchema.optional()
|
|
1262
1081
|
});
|
|
1263
|
-
var RedactSchema =
|
|
1264
|
-
paths:
|
|
1082
|
+
var RedactSchema = zod.z.object({
|
|
1083
|
+
paths: zod.z.array(zod.z.string())
|
|
1265
1084
|
});
|
|
1266
|
-
var RetryOptionsSchema =
|
|
1085
|
+
var RetryOptionsSchema = zod.z.object({
|
|
1267
1086
|
/** The maximum number of times to retry the request. */
|
|
1268
|
-
limit:
|
|
1087
|
+
limit: zod.z.number().optional(),
|
|
1269
1088
|
/** The exponential factor to use when calculating the next retry time. */
|
|
1270
|
-
factor:
|
|
1089
|
+
factor: zod.z.number().optional(),
|
|
1271
1090
|
/** The minimum amount of time to wait before retrying the request. */
|
|
1272
|
-
minTimeoutInMs:
|
|
1091
|
+
minTimeoutInMs: zod.z.number().optional(),
|
|
1273
1092
|
/** The maximum amount of time to wait before retrying the request. */
|
|
1274
|
-
maxTimeoutInMs:
|
|
1093
|
+
maxTimeoutInMs: zod.z.number().optional(),
|
|
1275
1094
|
/** Whether to randomize the retry time. */
|
|
1276
|
-
randomize:
|
|
1095
|
+
randomize: zod.z.boolean().optional()
|
|
1277
1096
|
});
|
|
1278
|
-
var RunTaskOptionsSchema =
|
|
1097
|
+
var RunTaskOptionsSchema = zod.z.object({
|
|
1279
1098
|
/** The name of the Task is required. This is displayed on the Task in the logs. */
|
|
1280
|
-
name:
|
|
1099
|
+
name: zod.z.string().optional(),
|
|
1281
1100
|
/** The Task will wait and only start at the specified Date */
|
|
1282
|
-
delayUntil:
|
|
1101
|
+
delayUntil: zod.z.coerce.date().optional(),
|
|
1283
1102
|
/** Retry options */
|
|
1284
1103
|
retry: RetryOptionsSchema.optional(),
|
|
1285
1104
|
/** The icon for the Task, it will appear in the logs.
|
|
1286
1105
|
* You can use the name of a company in lowercase, e.g. "github".
|
|
1287
1106
|
* Or any icon name that [Tabler Icons](https://tabler-icons.io/) supports. */
|
|
1288
|
-
icon:
|
|
1107
|
+
icon: zod.z.string().optional(),
|
|
1289
1108
|
/** The key for the Task that you want to appear in the logs */
|
|
1290
|
-
displayKey:
|
|
1109
|
+
displayKey: zod.z.string().optional(),
|
|
1291
1110
|
/** A description of the Task */
|
|
1292
|
-
description:
|
|
1111
|
+
description: zod.z.string().optional(),
|
|
1293
1112
|
/** Properties that are displayed in the logs */
|
|
1294
|
-
properties:
|
|
1113
|
+
properties: zod.z.array(DisplayPropertySchema).optional(),
|
|
1295
1114
|
/** The input params to the Task, will be displayed in the logs */
|
|
1296
|
-
params:
|
|
1115
|
+
params: zod.z.any(),
|
|
1297
1116
|
/** The style of the log entry. */
|
|
1298
1117
|
style: StyleSchema.optional(),
|
|
1299
1118
|
/** Allows you to expose a `task.callbackUrl` to use in your tasks. Enabling this feature will cause the task to return the data sent to the callbackUrl instead of the usual async callback result. */
|
|
1300
|
-
callback:
|
|
1119
|
+
callback: zod.z.object({
|
|
1301
1120
|
/** Causes the task to wait for and return the data of the first request sent to `task.callbackUrl`. */
|
|
1302
|
-
enabled:
|
|
1121
|
+
enabled: zod.z.boolean(),
|
|
1303
1122
|
/** Time to wait for the first request to `task.callbackUrl`. Default: One hour. */
|
|
1304
|
-
timeoutInSeconds:
|
|
1123
|
+
timeoutInSeconds: zod.z.number()
|
|
1305
1124
|
}).partial().optional(),
|
|
1306
1125
|
/** Allows you to link the Integration connection in the logs. This is handled automatically in integrations. */
|
|
1307
|
-
connectionKey:
|
|
1308
|
-
/** An operation you want to perform on the Trigger.dev platform, current only "fetch" is supported. If you wish to `fetch` use [`io.backgroundFetch()`](https://trigger.dev/docs/sdk/io/backgroundfetch) instead. */
|
|
1309
|
-
operation:
|
|
1310
|
-
"fetch"
|
|
1126
|
+
connectionKey: zod.z.string().optional(),
|
|
1127
|
+
/** An operation you want to perform on the Trigger.dev platform, current only "fetch", "fetch-response", and "fetch-poll" is supported. If you wish to `fetch` use [`io.backgroundFetch()`](https://trigger.dev/docs/sdk/io/backgroundfetch) instead. */
|
|
1128
|
+
operation: zod.z.enum([
|
|
1129
|
+
"fetch",
|
|
1130
|
+
"fetch-response",
|
|
1131
|
+
"fetch-poll"
|
|
1311
1132
|
]).optional(),
|
|
1312
1133
|
/** A No Operation means that the code won't be executed. This is used internally to implement features like [io.wait()](https://trigger.dev/docs/sdk/io/wait). */
|
|
1313
|
-
noop:
|
|
1134
|
+
noop: zod.z.boolean().default(false),
|
|
1314
1135
|
redact: RedactSchema.optional(),
|
|
1315
|
-
|
|
1136
|
+
parallel: zod.z.boolean().optional()
|
|
1316
1137
|
});
|
|
1317
1138
|
var RunTaskBodyInputSchema = RunTaskOptionsSchema.extend({
|
|
1318
|
-
idempotencyKey:
|
|
1319
|
-
parentId:
|
|
1139
|
+
idempotencyKey: zod.z.string(),
|
|
1140
|
+
parentId: zod.z.string().optional()
|
|
1320
1141
|
});
|
|
1321
1142
|
var RunTaskBodyOutputSchema = RunTaskBodyInputSchema.extend({
|
|
1322
|
-
properties:
|
|
1143
|
+
properties: zod.z.array(DisplayPropertySchema.partial()).optional(),
|
|
1323
1144
|
params: DeserializedJsonSchema.optional().nullable(),
|
|
1324
|
-
callback:
|
|
1325
|
-
enabled:
|
|
1326
|
-
timeoutInSeconds:
|
|
1145
|
+
callback: zod.z.object({
|
|
1146
|
+
enabled: zod.z.boolean(),
|
|
1147
|
+
timeoutInSeconds: zod.z.number().default(3600)
|
|
1327
1148
|
}).optional()
|
|
1328
1149
|
});
|
|
1329
|
-
var RunTaskResponseWithCachedTasksBodySchema =
|
|
1150
|
+
var RunTaskResponseWithCachedTasksBodySchema = zod.z.object({
|
|
1330
1151
|
task: ServerTaskSchema,
|
|
1331
|
-
cachedTasks:
|
|
1332
|
-
tasks:
|
|
1333
|
-
cursor:
|
|
1152
|
+
cachedTasks: zod.z.object({
|
|
1153
|
+
tasks: zod.z.array(CachedTaskSchema),
|
|
1154
|
+
cursor: zod.z.string().optional()
|
|
1334
1155
|
}).optional()
|
|
1335
1156
|
});
|
|
1336
1157
|
var CompleteTaskBodyInputSchema = RunTaskBodyInputSchema.pick({
|
|
@@ -1340,199 +1161,287 @@ var CompleteTaskBodyInputSchema = RunTaskBodyInputSchema.pick({
|
|
|
1340
1161
|
}).extend({
|
|
1341
1162
|
output: SerializableJsonSchema.optional().transform((v) => v ? DeserializedJsonSchema.parse(JSON.parse(JSON.stringify(v))) : {})
|
|
1342
1163
|
});
|
|
1343
|
-
var
|
|
1164
|
+
var CompleteTaskBodyV2InputSchema = RunTaskBodyInputSchema.pick({
|
|
1165
|
+
properties: true,
|
|
1166
|
+
description: true,
|
|
1167
|
+
params: true
|
|
1168
|
+
}).extend({
|
|
1169
|
+
output: zod.z.string().optional()
|
|
1170
|
+
});
|
|
1171
|
+
var FailTaskBodyInputSchema = zod.z.object({
|
|
1344
1172
|
error: ErrorWithStackSchema
|
|
1345
1173
|
});
|
|
1346
|
-
var NormalizedRequestSchema =
|
|
1347
|
-
headers:
|
|
1348
|
-
method:
|
|
1349
|
-
query:
|
|
1350
|
-
url:
|
|
1351
|
-
body:
|
|
1174
|
+
var NormalizedRequestSchema = zod.z.object({
|
|
1175
|
+
headers: zod.z.record(zod.z.string()),
|
|
1176
|
+
method: zod.z.string(),
|
|
1177
|
+
query: zod.z.record(zod.z.string()),
|
|
1178
|
+
url: zod.z.string(),
|
|
1179
|
+
body: zod.z.any()
|
|
1352
1180
|
});
|
|
1353
|
-
var NormalizedResponseSchema =
|
|
1354
|
-
status:
|
|
1355
|
-
body:
|
|
1356
|
-
headers:
|
|
1181
|
+
var NormalizedResponseSchema = zod.z.object({
|
|
1182
|
+
status: zod.z.number(),
|
|
1183
|
+
body: zod.z.any(),
|
|
1184
|
+
headers: zod.z.record(zod.z.string()).optional()
|
|
1357
1185
|
});
|
|
1358
|
-
var HttpSourceResponseSchema =
|
|
1186
|
+
var HttpSourceResponseSchema = zod.z.object({
|
|
1359
1187
|
response: NormalizedResponseSchema,
|
|
1360
|
-
events:
|
|
1188
|
+
events: zod.z.array(RawEventSchema),
|
|
1361
1189
|
metadata: HttpSourceResponseMetadataSchema.optional()
|
|
1362
1190
|
});
|
|
1363
|
-
var
|
|
1191
|
+
var WebhookDeliveryResponseSchema = zod.z.object({
|
|
1192
|
+
response: NormalizedResponseSchema,
|
|
1193
|
+
verified: zod.z.boolean(),
|
|
1194
|
+
error: zod.z.string().optional()
|
|
1195
|
+
});
|
|
1196
|
+
var RegisterTriggerBodySchemaV1 = zod.z.object({
|
|
1364
1197
|
rule: EventRuleSchema,
|
|
1365
1198
|
source: SourceMetadataV1Schema
|
|
1366
1199
|
});
|
|
1367
|
-
var RegisterTriggerBodySchemaV2 =
|
|
1200
|
+
var RegisterTriggerBodySchemaV2 = zod.z.object({
|
|
1368
1201
|
rule: EventRuleSchema,
|
|
1369
1202
|
source: SourceMetadataV2Schema,
|
|
1370
|
-
accountId:
|
|
1203
|
+
accountId: zod.z.string().optional()
|
|
1371
1204
|
});
|
|
1372
|
-
var InitializeTriggerBodySchema =
|
|
1373
|
-
id:
|
|
1374
|
-
params:
|
|
1375
|
-
accountId:
|
|
1376
|
-
metadata:
|
|
1205
|
+
var InitializeTriggerBodySchema = zod.z.object({
|
|
1206
|
+
id: zod.z.string(),
|
|
1207
|
+
params: zod.z.any(),
|
|
1208
|
+
accountId: zod.z.string().optional(),
|
|
1209
|
+
metadata: zod.z.any().optional()
|
|
1377
1210
|
});
|
|
1378
|
-
var RegisterCommonScheduleBodySchema =
|
|
1211
|
+
var RegisterCommonScheduleBodySchema = zod.z.object({
|
|
1379
1212
|
/** A unique id for the schedule. This is used to identify and unregister the schedule later. */
|
|
1380
|
-
id:
|
|
1213
|
+
id: zod.z.string(),
|
|
1381
1214
|
/** Any additional metadata about the schedule. */
|
|
1382
|
-
metadata:
|
|
1215
|
+
metadata: zod.z.any(),
|
|
1383
1216
|
/** An optional Account ID to associate with runs triggered by this schedule */
|
|
1384
|
-
accountId:
|
|
1217
|
+
accountId: zod.z.string().optional()
|
|
1385
1218
|
});
|
|
1386
1219
|
var RegisterIntervalScheduleBodySchema = RegisterCommonScheduleBodySchema.merge(IntervalMetadataSchema);
|
|
1387
1220
|
var InitializeCronScheduleBodySchema = RegisterCommonScheduleBodySchema.merge(CronMetadataSchema);
|
|
1388
|
-
var RegisterScheduleBodySchema =
|
|
1221
|
+
var RegisterScheduleBodySchema = zod.z.discriminatedUnion("type", [
|
|
1389
1222
|
RegisterIntervalScheduleBodySchema,
|
|
1390
1223
|
InitializeCronScheduleBodySchema
|
|
1391
1224
|
]);
|
|
1392
|
-
var RegisterScheduleResponseBodySchema =
|
|
1393
|
-
id:
|
|
1225
|
+
var RegisterScheduleResponseBodySchema = zod.z.object({
|
|
1226
|
+
id: zod.z.string(),
|
|
1394
1227
|
schedule: ScheduleMetadataSchema,
|
|
1395
|
-
metadata:
|
|
1396
|
-
active:
|
|
1228
|
+
metadata: zod.z.any(),
|
|
1229
|
+
active: zod.z.boolean()
|
|
1397
1230
|
});
|
|
1398
|
-
var CreateExternalConnectionBodySchema =
|
|
1399
|
-
accessToken:
|
|
1400
|
-
type:
|
|
1231
|
+
var CreateExternalConnectionBodySchema = zod.z.object({
|
|
1232
|
+
accessToken: zod.z.string(),
|
|
1233
|
+
type: zod.z.enum([
|
|
1401
1234
|
"oauth2"
|
|
1402
1235
|
]),
|
|
1403
|
-
scopes:
|
|
1404
|
-
metadata:
|
|
1236
|
+
scopes: zod.z.array(zod.z.string()).optional(),
|
|
1237
|
+
metadata: zod.z.any()
|
|
1405
1238
|
});
|
|
1406
|
-
var GetRunStatusesSchema =
|
|
1407
|
-
run:
|
|
1408
|
-
id:
|
|
1239
|
+
var GetRunStatusesSchema = zod.z.object({
|
|
1240
|
+
run: zod.z.object({
|
|
1241
|
+
id: zod.z.string(),
|
|
1409
1242
|
status: RunStatusSchema,
|
|
1410
|
-
output:
|
|
1243
|
+
output: zod.z.any().optional()
|
|
1411
1244
|
}),
|
|
1412
|
-
statuses:
|
|
1245
|
+
statuses: zod.z.array(JobRunStatusRecordSchema)
|
|
1413
1246
|
});
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1247
|
+
var InvokeJobResponseSchema = zod.z.object({
|
|
1248
|
+
id: zod.z.string()
|
|
1249
|
+
});
|
|
1250
|
+
var InvokeJobRequestBodySchema = zod.z.object({
|
|
1251
|
+
payload: zod.z.any(),
|
|
1252
|
+
context: zod.z.any().optional(),
|
|
1253
|
+
options: zod.z.object({
|
|
1254
|
+
accountId: zod.z.string().optional(),
|
|
1255
|
+
callbackUrl: zod.z.string().optional()
|
|
1256
|
+
}).optional()
|
|
1257
|
+
});
|
|
1258
|
+
var InvokeOptionsSchema = zod.z.object({
|
|
1259
|
+
accountId: zod.z.string().optional(),
|
|
1260
|
+
idempotencyKey: zod.z.string().optional(),
|
|
1261
|
+
context: zod.z.any().optional(),
|
|
1262
|
+
callbackUrl: zod.z.string().optional()
|
|
1263
|
+
});
|
|
1264
|
+
var EphemeralEventDispatcherRequestBodySchema = zod.z.object({
|
|
1265
|
+
url: zod.z.string(),
|
|
1266
|
+
name: zod.z.string().or(zod.z.array(zod.z.string())),
|
|
1267
|
+
source: zod.z.string().optional(),
|
|
1268
|
+
filter: EventFilterSchema.optional(),
|
|
1269
|
+
contextFilter: EventFilterSchema.optional(),
|
|
1270
|
+
accountId: zod.z.string().optional(),
|
|
1271
|
+
timeoutInSeconds: zod.z.number().int().positive().min(10).max(60 * 60 * 24 * 365).default(3600)
|
|
1272
|
+
});
|
|
1273
|
+
var EphemeralEventDispatcherResponseBodySchema = zod.z.object({
|
|
1274
|
+
id: zod.z.string()
|
|
1275
|
+
});
|
|
1276
|
+
var KeyValueStoreResponseBodySchema = zod.z.discriminatedUnion("action", [
|
|
1277
|
+
zod.z.object({
|
|
1278
|
+
action: zod.z.literal("DELETE"),
|
|
1279
|
+
key: zod.z.string(),
|
|
1280
|
+
deleted: zod.z.boolean()
|
|
1281
|
+
}),
|
|
1282
|
+
zod.z.object({
|
|
1283
|
+
action: zod.z.literal("GET"),
|
|
1284
|
+
key: zod.z.string(),
|
|
1285
|
+
value: zod.z.string().optional()
|
|
1286
|
+
}),
|
|
1287
|
+
zod.z.object({
|
|
1288
|
+
action: zod.z.literal("HAS"),
|
|
1289
|
+
key: zod.z.string(),
|
|
1290
|
+
has: zod.z.boolean()
|
|
1291
|
+
}),
|
|
1292
|
+
zod.z.object({
|
|
1293
|
+
action: zod.z.literal("SET"),
|
|
1294
|
+
key: zod.z.string(),
|
|
1295
|
+
value: zod.z.string().optional()
|
|
1296
|
+
})
|
|
1297
|
+
]);
|
|
1417
1298
|
var MISSING_CONNECTION_NOTIFICATION = "dev.trigger.notifications.missingConnection";
|
|
1418
1299
|
var MISSING_CONNECTION_RESOLVED_NOTIFICATION = "dev.trigger.notifications.missingConnectionResolved";
|
|
1419
|
-
var CommonMissingConnectionNotificationPayloadSchema =
|
|
1420
|
-
id:
|
|
1421
|
-
client:
|
|
1422
|
-
id:
|
|
1423
|
-
title:
|
|
1424
|
-
scopes:
|
|
1425
|
-
createdAt:
|
|
1426
|
-
updatedAt:
|
|
1300
|
+
var CommonMissingConnectionNotificationPayloadSchema = zod.z.object({
|
|
1301
|
+
id: zod.z.string(),
|
|
1302
|
+
client: zod.z.object({
|
|
1303
|
+
id: zod.z.string(),
|
|
1304
|
+
title: zod.z.string(),
|
|
1305
|
+
scopes: zod.z.array(zod.z.string()),
|
|
1306
|
+
createdAt: zod.z.coerce.date(),
|
|
1307
|
+
updatedAt: zod.z.coerce.date()
|
|
1427
1308
|
}),
|
|
1428
|
-
authorizationUrl:
|
|
1309
|
+
authorizationUrl: zod.z.string()
|
|
1429
1310
|
});
|
|
1430
1311
|
var MissingDeveloperConnectionNotificationPayloadSchema = CommonMissingConnectionNotificationPayloadSchema.extend({
|
|
1431
|
-
type:
|
|
1312
|
+
type: zod.z.literal("DEVELOPER")
|
|
1432
1313
|
});
|
|
1433
1314
|
var MissingExternalConnectionNotificationPayloadSchema = CommonMissingConnectionNotificationPayloadSchema.extend({
|
|
1434
|
-
type:
|
|
1435
|
-
account:
|
|
1436
|
-
id:
|
|
1437
|
-
metadata:
|
|
1315
|
+
type: zod.z.literal("EXTERNAL"),
|
|
1316
|
+
account: zod.z.object({
|
|
1317
|
+
id: zod.z.string(),
|
|
1318
|
+
metadata: zod.z.any()
|
|
1438
1319
|
})
|
|
1439
1320
|
});
|
|
1440
|
-
var MissingConnectionNotificationPayloadSchema =
|
|
1321
|
+
var MissingConnectionNotificationPayloadSchema = zod.z.discriminatedUnion("type", [
|
|
1441
1322
|
MissingDeveloperConnectionNotificationPayloadSchema,
|
|
1442
1323
|
MissingExternalConnectionNotificationPayloadSchema
|
|
1443
1324
|
]);
|
|
1444
|
-
var CommonMissingConnectionNotificationResolvedPayloadSchema =
|
|
1445
|
-
id:
|
|
1446
|
-
client:
|
|
1447
|
-
id:
|
|
1448
|
-
title:
|
|
1449
|
-
scopes:
|
|
1450
|
-
createdAt:
|
|
1451
|
-
updatedAt:
|
|
1452
|
-
integrationIdentifier:
|
|
1453
|
-
integrationAuthMethod:
|
|
1325
|
+
var CommonMissingConnectionNotificationResolvedPayloadSchema = zod.z.object({
|
|
1326
|
+
id: zod.z.string(),
|
|
1327
|
+
client: zod.z.object({
|
|
1328
|
+
id: zod.z.string(),
|
|
1329
|
+
title: zod.z.string(),
|
|
1330
|
+
scopes: zod.z.array(zod.z.string()),
|
|
1331
|
+
createdAt: zod.z.coerce.date(),
|
|
1332
|
+
updatedAt: zod.z.coerce.date(),
|
|
1333
|
+
integrationIdentifier: zod.z.string(),
|
|
1334
|
+
integrationAuthMethod: zod.z.string()
|
|
1454
1335
|
}),
|
|
1455
|
-
expiresAt:
|
|
1336
|
+
expiresAt: zod.z.coerce.date()
|
|
1456
1337
|
});
|
|
1457
1338
|
var MissingDeveloperConnectionResolvedNotificationPayloadSchema = CommonMissingConnectionNotificationResolvedPayloadSchema.extend({
|
|
1458
|
-
type:
|
|
1339
|
+
type: zod.z.literal("DEVELOPER")
|
|
1459
1340
|
});
|
|
1460
1341
|
var MissingExternalConnectionResolvedNotificationPayloadSchema = CommonMissingConnectionNotificationResolvedPayloadSchema.extend({
|
|
1461
|
-
type:
|
|
1462
|
-
account:
|
|
1463
|
-
id:
|
|
1464
|
-
metadata:
|
|
1342
|
+
type: zod.z.literal("EXTERNAL"),
|
|
1343
|
+
account: zod.z.object({
|
|
1344
|
+
id: zod.z.string(),
|
|
1345
|
+
metadata: zod.z.any()
|
|
1465
1346
|
})
|
|
1466
1347
|
});
|
|
1467
|
-
var MissingConnectionResolvedNotificationPayloadSchema =
|
|
1348
|
+
var MissingConnectionResolvedNotificationPayloadSchema = zod.z.discriminatedUnion("type", [
|
|
1468
1349
|
MissingDeveloperConnectionResolvedNotificationPayloadSchema,
|
|
1469
1350
|
MissingExternalConnectionResolvedNotificationPayloadSchema
|
|
1470
1351
|
]);
|
|
1471
|
-
|
|
1472
|
-
// src/schemas/fetch.ts
|
|
1473
|
-
var import_zod13 = require("zod");
|
|
1474
|
-
var FetchRetryHeadersStrategySchema = import_zod13.z.object({
|
|
1352
|
+
var FetchRetryHeadersStrategySchema = zod.z.object({
|
|
1475
1353
|
/** The `headers` strategy retries the request using info from the response headers. */
|
|
1476
|
-
strategy:
|
|
1354
|
+
strategy: zod.z.literal("headers"),
|
|
1477
1355
|
/** The header to use to determine the maximum number of times to retry the request. */
|
|
1478
|
-
limitHeader:
|
|
1356
|
+
limitHeader: zod.z.string(),
|
|
1479
1357
|
/** The header to use to determine the number of remaining retries. */
|
|
1480
|
-
remainingHeader:
|
|
1358
|
+
remainingHeader: zod.z.string(),
|
|
1481
1359
|
/** The header to use to determine the time when the number of remaining retries will be reset. */
|
|
1482
|
-
resetHeader:
|
|
1360
|
+
resetHeader: zod.z.string(),
|
|
1361
|
+
/** The event filter to use to determine if the request should be retried. */
|
|
1362
|
+
bodyFilter: EventFilterSchema.optional(),
|
|
1363
|
+
/** The format of the `resetHeader` value. */
|
|
1364
|
+
resetFormat: zod.z.enum([
|
|
1365
|
+
"unix_timestamp",
|
|
1366
|
+
"unix_timestamp_in_ms",
|
|
1367
|
+
"iso_8601",
|
|
1368
|
+
"iso_8601_duration_openai_variant"
|
|
1369
|
+
]).default("unix_timestamp")
|
|
1483
1370
|
});
|
|
1484
1371
|
var FetchRetryBackoffStrategySchema = RetryOptionsSchema.extend({
|
|
1485
1372
|
/** The `backoff` strategy retries the request with an exponential backoff. */
|
|
1486
|
-
strategy:
|
|
1373
|
+
strategy: zod.z.literal("backoff"),
|
|
1374
|
+
/** The event filter to use to determine if the request should be retried. */
|
|
1375
|
+
bodyFilter: EventFilterSchema.optional()
|
|
1487
1376
|
});
|
|
1488
|
-
var FetchRetryStrategySchema =
|
|
1377
|
+
var FetchRetryStrategySchema = zod.z.discriminatedUnion("strategy", [
|
|
1489
1378
|
FetchRetryHeadersStrategySchema,
|
|
1490
1379
|
FetchRetryBackoffStrategySchema
|
|
1491
1380
|
]);
|
|
1492
|
-
var FetchRequestInitSchema =
|
|
1381
|
+
var FetchRequestInitSchema = zod.z.object({
|
|
1493
1382
|
/** The HTTP method to use for the request. */
|
|
1494
|
-
method:
|
|
1383
|
+
method: zod.z.string().optional(),
|
|
1495
1384
|
/** Any headers to send with the request. Note that you can use [redactString](https://trigger.dev/docs/sdk/redactString) to prevent sensitive information from being stored (e.g. in the logs), like API keys and tokens. */
|
|
1496
|
-
headers:
|
|
1497
|
-
|
|
1385
|
+
headers: zod.z.record(zod.z.union([
|
|
1386
|
+
zod.z.string(),
|
|
1498
1387
|
RedactStringSchema
|
|
1499
1388
|
])).optional(),
|
|
1500
1389
|
/** The body of the request. */
|
|
1501
|
-
body:
|
|
1502
|
-
|
|
1503
|
-
|
|
1390
|
+
body: zod.z.union([
|
|
1391
|
+
zod.z.string(),
|
|
1392
|
+
zod.z.instanceof(ArrayBuffer)
|
|
1504
1393
|
]).optional()
|
|
1505
1394
|
});
|
|
1506
|
-
var FetchRetryOptionsSchema =
|
|
1507
|
-
var
|
|
1508
|
-
|
|
1395
|
+
var FetchRetryOptionsSchema = zod.z.record(FetchRetryStrategySchema);
|
|
1396
|
+
var FetchTimeoutOptionsSchema = zod.z.object({
|
|
1397
|
+
durationInMs: zod.z.number(),
|
|
1398
|
+
retry: RetryOptionsSchema.optional()
|
|
1399
|
+
});
|
|
1400
|
+
var FetchOperationSchema = zod.z.object({
|
|
1401
|
+
url: zod.z.string(),
|
|
1402
|
+
requestInit: FetchRequestInitSchema.optional(),
|
|
1403
|
+
retry: zod.z.record(FetchRetryStrategySchema).optional(),
|
|
1404
|
+
timeout: FetchTimeoutOptionsSchema.optional()
|
|
1405
|
+
});
|
|
1406
|
+
var FetchPollOperationSchema = zod.z.object({
|
|
1407
|
+
url: zod.z.string(),
|
|
1408
|
+
interval: zod.z.number().int().positive().min(10).max(600).default(10),
|
|
1409
|
+
timeout: zod.z.number().int().positive().min(30).max(3600).default(600),
|
|
1410
|
+
responseFilter: ResponseFilterSchema,
|
|
1509
1411
|
requestInit: FetchRequestInitSchema.optional(),
|
|
1510
|
-
|
|
1412
|
+
requestTimeout: FetchTimeoutOptionsSchema.optional()
|
|
1511
1413
|
});
|
|
1512
|
-
|
|
1513
|
-
// src/schemas/events.ts
|
|
1514
|
-
var import_zod14 = require("zod");
|
|
1515
|
-
var GetEventSchema = import_zod14.z.object({
|
|
1414
|
+
var GetEventSchema = zod.z.object({
|
|
1516
1415
|
/** The event id */
|
|
1517
|
-
id:
|
|
1416
|
+
id: zod.z.string(),
|
|
1518
1417
|
/** The event name */
|
|
1519
|
-
name:
|
|
1418
|
+
name: zod.z.string(),
|
|
1520
1419
|
/** When the event was created */
|
|
1521
|
-
createdAt:
|
|
1420
|
+
createdAt: zod.z.coerce.date(),
|
|
1522
1421
|
/** When the event was last updated */
|
|
1523
|
-
updatedAt:
|
|
1422
|
+
updatedAt: zod.z.coerce.date(),
|
|
1524
1423
|
/** The runs that were triggered by the event */
|
|
1525
|
-
runs:
|
|
1424
|
+
runs: zod.z.array(zod.z.object({
|
|
1526
1425
|
/** The Run id */
|
|
1527
|
-
id:
|
|
1426
|
+
id: zod.z.string(),
|
|
1528
1427
|
/** The Run status */
|
|
1529
1428
|
status: RunStatusSchema,
|
|
1530
1429
|
/** When the run started */
|
|
1531
|
-
startedAt:
|
|
1430
|
+
startedAt: zod.z.coerce.date().optional().nullable(),
|
|
1532
1431
|
/** When the run completed */
|
|
1533
|
-
completedAt:
|
|
1432
|
+
completedAt: zod.z.coerce.date().optional().nullable()
|
|
1534
1433
|
}))
|
|
1535
1434
|
});
|
|
1435
|
+
var CancelRunsForEventSchema = zod.z.object({
|
|
1436
|
+
cancelledRunIds: zod.z.array(zod.z.string()),
|
|
1437
|
+
failedToCancelRunIds: zod.z.array(zod.z.string())
|
|
1438
|
+
});
|
|
1439
|
+
var RequestWithRawBodySchema = zod.z.object({
|
|
1440
|
+
url: zod.z.string(),
|
|
1441
|
+
method: zod.z.string(),
|
|
1442
|
+
headers: zod.z.record(zod.z.string()),
|
|
1443
|
+
rawBody: zod.z.string()
|
|
1444
|
+
});
|
|
1536
1445
|
|
|
1537
1446
|
// src/utils.ts
|
|
1538
1447
|
function deepMergeFilters(...filters) {
|
|
@@ -1553,6 +1462,10 @@ function deepMergeFilters(...filters) {
|
|
|
1553
1462
|
return result;
|
|
1554
1463
|
}
|
|
1555
1464
|
__name(deepMergeFilters, "deepMergeFilters");
|
|
1465
|
+
function assertExhaustive(x) {
|
|
1466
|
+
throw new Error("Unexpected object: " + x);
|
|
1467
|
+
}
|
|
1468
|
+
__name(assertExhaustive, "assertExhaustive");
|
|
1556
1469
|
|
|
1557
1470
|
// src/retry.ts
|
|
1558
1471
|
var DEFAULT_RETRY_OPTIONS = {
|
|
@@ -1577,6 +1490,73 @@ function calculateRetryAt(retryOptions, attempts) {
|
|
|
1577
1490
|
return new Date(Date.now() + timeoutInMs);
|
|
1578
1491
|
}
|
|
1579
1492
|
__name(calculateRetryAt, "calculateRetryAt");
|
|
1493
|
+
function calculateResetAt(resets, format, now = /* @__PURE__ */ new Date()) {
|
|
1494
|
+
if (!resets)
|
|
1495
|
+
return;
|
|
1496
|
+
switch (format) {
|
|
1497
|
+
case "iso_8601_duration_openai_variant": {
|
|
1498
|
+
return calculateISO8601DurationOpenAIVariantResetAt(resets, now);
|
|
1499
|
+
}
|
|
1500
|
+
case "iso_8601": {
|
|
1501
|
+
return calculateISO8601ResetAt(resets, now);
|
|
1502
|
+
}
|
|
1503
|
+
case "unix_timestamp": {
|
|
1504
|
+
return calculateUnixTimestampResetAt(resets, now);
|
|
1505
|
+
}
|
|
1506
|
+
case "unix_timestamp_in_ms": {
|
|
1507
|
+
return calculateUnixTimestampInMsResetAt(resets, now);
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
__name(calculateResetAt, "calculateResetAt");
|
|
1512
|
+
function calculateUnixTimestampResetAt(resets, now = /* @__PURE__ */ new Date()) {
|
|
1513
|
+
if (!resets)
|
|
1514
|
+
return void 0;
|
|
1515
|
+
const resetAt = parseInt(resets, 10);
|
|
1516
|
+
if (isNaN(resetAt))
|
|
1517
|
+
return void 0;
|
|
1518
|
+
return new Date(resetAt * 1e3);
|
|
1519
|
+
}
|
|
1520
|
+
__name(calculateUnixTimestampResetAt, "calculateUnixTimestampResetAt");
|
|
1521
|
+
function calculateUnixTimestampInMsResetAt(resets, now = /* @__PURE__ */ new Date()) {
|
|
1522
|
+
if (!resets)
|
|
1523
|
+
return void 0;
|
|
1524
|
+
const resetAt = parseInt(resets, 10);
|
|
1525
|
+
if (isNaN(resetAt))
|
|
1526
|
+
return void 0;
|
|
1527
|
+
return new Date(resetAt);
|
|
1528
|
+
}
|
|
1529
|
+
__name(calculateUnixTimestampInMsResetAt, "calculateUnixTimestampInMsResetAt");
|
|
1530
|
+
function calculateISO8601ResetAt(resets, now = /* @__PURE__ */ new Date()) {
|
|
1531
|
+
if (!resets)
|
|
1532
|
+
return void 0;
|
|
1533
|
+
const resetAt = new Date(resets);
|
|
1534
|
+
if (isNaN(resetAt.getTime()))
|
|
1535
|
+
return void 0;
|
|
1536
|
+
return resetAt;
|
|
1537
|
+
}
|
|
1538
|
+
__name(calculateISO8601ResetAt, "calculateISO8601ResetAt");
|
|
1539
|
+
function calculateISO8601DurationOpenAIVariantResetAt(resets, now = /* @__PURE__ */ new Date()) {
|
|
1540
|
+
if (!resets)
|
|
1541
|
+
return void 0;
|
|
1542
|
+
const pattern = /^(?:(\d+)d)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+(?:\.\d+)?)s)?(?:(\d+)ms)?$/;
|
|
1543
|
+
const match = resets.match(pattern);
|
|
1544
|
+
if (!match)
|
|
1545
|
+
return void 0;
|
|
1546
|
+
const days = parseInt(match[1], 10) || 0;
|
|
1547
|
+
const hours = parseInt(match[2], 10) || 0;
|
|
1548
|
+
const minutes = parseInt(match[3], 10) || 0;
|
|
1549
|
+
const seconds = parseFloat(match[4]) || 0;
|
|
1550
|
+
const milliseconds = parseInt(match[5], 10) || 0;
|
|
1551
|
+
const resetAt = new Date(now);
|
|
1552
|
+
resetAt.setDate(resetAt.getDate() + days);
|
|
1553
|
+
resetAt.setHours(resetAt.getHours() + hours);
|
|
1554
|
+
resetAt.setMinutes(resetAt.getMinutes() + minutes);
|
|
1555
|
+
resetAt.setSeconds(resetAt.getSeconds() + Math.floor(seconds));
|
|
1556
|
+
resetAt.setMilliseconds(resetAt.getMilliseconds() + (seconds - Math.floor(seconds)) * 1e3 + milliseconds);
|
|
1557
|
+
return resetAt;
|
|
1558
|
+
}
|
|
1559
|
+
__name(calculateISO8601DurationOpenAIVariantResetAt, "calculateISO8601DurationOpenAIVariantResetAt");
|
|
1580
1560
|
|
|
1581
1561
|
// src/replacements.ts
|
|
1582
1562
|
var currentDate = {
|
|
@@ -1618,6 +1598,13 @@ __name(urlWithSearchParams, "urlWithSearchParams");
|
|
|
1618
1598
|
|
|
1619
1599
|
// src/eventFilterMatches.ts
|
|
1620
1600
|
function eventFilterMatches(payload, filter) {
|
|
1601
|
+
if (payload === void 0 || payload === null) {
|
|
1602
|
+
if (Object.entries(filter).length === 0) {
|
|
1603
|
+
return true;
|
|
1604
|
+
} else {
|
|
1605
|
+
return false;
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1621
1608
|
for (const [patternKey, patternValue] of Object.entries(filter)) {
|
|
1622
1609
|
const payloadValue = payload[patternKey];
|
|
1623
1610
|
if (Array.isArray(patternValue)) {
|
|
@@ -1665,7 +1652,7 @@ __name(eventFilterMatches, "eventFilterMatches");
|
|
|
1665
1652
|
function contentFiltersMatches(actualValue, contentFilters) {
|
|
1666
1653
|
for (const contentFilter of contentFilters) {
|
|
1667
1654
|
if (typeof contentFilter === "object") {
|
|
1668
|
-
|
|
1655
|
+
Object.entries(contentFilter)[0];
|
|
1669
1656
|
if (!contentFilterMatches(actualValue, contentFilter)) {
|
|
1670
1657
|
return false;
|
|
1671
1658
|
}
|
|
@@ -1758,61 +1745,82 @@ function contentFilterMatches(actualValue, contentFilter) {
|
|
|
1758
1745
|
}
|
|
1759
1746
|
__name(contentFilterMatches, "contentFilterMatches");
|
|
1760
1747
|
|
|
1761
|
-
// src/
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
this.bitArray = new Uint8Array(Math.ceil(size / 8));
|
|
1748
|
+
// src/requestFilterMatches.ts
|
|
1749
|
+
async function requestFilterMatches(request, filter) {
|
|
1750
|
+
const clonedRequest = request.clone();
|
|
1751
|
+
if (!requestMethodMatches(clonedRequest.method, filter.method)) {
|
|
1752
|
+
return false;
|
|
1767
1753
|
}
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1754
|
+
const headersObj = Object.fromEntries(clonedRequest.headers.entries());
|
|
1755
|
+
if (filter.headers && !eventFilterMatches(headersObj, filter.headers)) {
|
|
1756
|
+
return false;
|
|
1771
1757
|
}
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1758
|
+
const searchParams = new URL(clonedRequest.url).searchParams;
|
|
1759
|
+
const searchParamsObject = {};
|
|
1760
|
+
for (const [key, value] of searchParams.entries()) {
|
|
1761
|
+
searchParamsObject[key] = value;
|
|
1775
1762
|
}
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
return import_node_buffer.Buffer.from(this.bitArray).toString("base64");
|
|
1763
|
+
if (filter.query && !eventFilterMatches(searchParamsObject, filter.query)) {
|
|
1764
|
+
return false;
|
|
1779
1765
|
}
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1766
|
+
try {
|
|
1767
|
+
const json = await clonedRequest.json();
|
|
1768
|
+
if (filter.body && !eventFilterMatches(json, filter.body)) {
|
|
1769
|
+
return false;
|
|
1770
|
+
}
|
|
1771
|
+
} catch (e) {
|
|
1772
|
+
if (filter.body) {
|
|
1773
|
+
return false;
|
|
1774
|
+
}
|
|
1785
1775
|
}
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1776
|
+
return true;
|
|
1777
|
+
}
|
|
1778
|
+
__name(requestFilterMatches, "requestFilterMatches");
|
|
1779
|
+
async function responseFilterMatches(response, filter) {
|
|
1780
|
+
if (filter.headers && !eventFilterMatches(response.headers, filter.headers)) {
|
|
1781
|
+
return {
|
|
1782
|
+
match: false
|
|
1783
|
+
};
|
|
1784
|
+
}
|
|
1785
|
+
try {
|
|
1786
|
+
const json = await response.json();
|
|
1787
|
+
if (filter.body && !eventFilterMatches(json, filter.body)) {
|
|
1788
|
+
return {
|
|
1789
|
+
match: false,
|
|
1790
|
+
body: json
|
|
1791
|
+
};
|
|
1792
|
+
} else {
|
|
1793
|
+
return {
|
|
1794
|
+
match: true,
|
|
1795
|
+
body: json
|
|
1796
|
+
};
|
|
1797
|
+
}
|
|
1798
|
+
} catch (e) {
|
|
1799
|
+
if (filter.body) {
|
|
1800
|
+
return {
|
|
1801
|
+
match: false,
|
|
1802
|
+
body: void 0
|
|
1803
|
+
};
|
|
1804
|
+
}
|
|
1800
1805
|
}
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
h1 ^= h1 >>> 16;
|
|
1806
|
-
h2 = Math.imul(h2 ^ h2 >>> 16, 2246822507);
|
|
1807
|
-
h2 = Math.imul(h2 ^ h2 >>> 13, 3266489909);
|
|
1808
|
-
h2 ^= h2 >>> 16;
|
|
1809
|
-
return 4294967296 * (2097151 & h2) + (h1 >>> 0);
|
|
1806
|
+
return {
|
|
1807
|
+
match: true,
|
|
1808
|
+
body: void 0
|
|
1809
|
+
};
|
|
1810
1810
|
}
|
|
1811
|
-
__name(
|
|
1811
|
+
__name(responseFilterMatches, "responseFilterMatches");
|
|
1812
|
+
function requestMethodMatches(method, filter) {
|
|
1813
|
+
if (!filter) {
|
|
1814
|
+
return true;
|
|
1815
|
+
}
|
|
1816
|
+
return filter.includes(method);
|
|
1817
|
+
}
|
|
1818
|
+
__name(requestMethodMatches, "requestMethodMatches");
|
|
1812
1819
|
|
|
1813
1820
|
// src/index.ts
|
|
1814
1821
|
var API_VERSIONS = {
|
|
1815
|
-
LAZY_LOADED_CACHED_TASKS: "2023-09-29"
|
|
1822
|
+
LAZY_LOADED_CACHED_TASKS: "2023-09-29",
|
|
1823
|
+
SERIALIZED_TASK_OUTPUT: "2023-11-01"
|
|
1816
1824
|
};
|
|
1817
1825
|
var PLATFORM_FEATURES = {
|
|
1818
1826
|
yieldExecution: API_VERSIONS.LAZY_LOADED_CACHED_TASKS,
|
|
@@ -1829,4 +1837,185 @@ function supportsFeature(featureName, version) {
|
|
|
1829
1837
|
return version >= supportedVersion;
|
|
1830
1838
|
}
|
|
1831
1839
|
__name(supportsFeature, "supportsFeature");
|
|
1840
|
+
|
|
1841
|
+
exports.API_VERSIONS = API_VERSIONS;
|
|
1842
|
+
exports.ApiEventLogSchema = ApiEventLogSchema;
|
|
1843
|
+
exports.AutoYieldConfigSchema = AutoYieldConfigSchema;
|
|
1844
|
+
exports.AutoYieldMetadataSchema = AutoYieldMetadataSchema;
|
|
1845
|
+
exports.CachedTaskSchema = CachedTaskSchema;
|
|
1846
|
+
exports.CancelRunsForEventSchema = CancelRunsForEventSchema;
|
|
1847
|
+
exports.CommonMissingConnectionNotificationPayloadSchema = CommonMissingConnectionNotificationPayloadSchema;
|
|
1848
|
+
exports.CommonMissingConnectionNotificationResolvedPayloadSchema = CommonMissingConnectionNotificationResolvedPayloadSchema;
|
|
1849
|
+
exports.CompleteTaskBodyInputSchema = CompleteTaskBodyInputSchema;
|
|
1850
|
+
exports.CompleteTaskBodyV2InputSchema = CompleteTaskBodyV2InputSchema;
|
|
1851
|
+
exports.ConcurrencyLimitOptionsSchema = ConcurrencyLimitOptionsSchema;
|
|
1852
|
+
exports.ConnectionAuthSchema = ConnectionAuthSchema;
|
|
1853
|
+
exports.CreateExternalConnectionBodySchema = CreateExternalConnectionBodySchema;
|
|
1854
|
+
exports.CreateRunResponseBodySchema = CreateRunResponseBodySchema;
|
|
1855
|
+
exports.CronMetadataSchema = CronMetadataSchema;
|
|
1856
|
+
exports.CronOptionsSchema = CronOptionsSchema;
|
|
1857
|
+
exports.DELIVER_WEBHOOK_REQUEST = DELIVER_WEBHOOK_REQUEST;
|
|
1858
|
+
exports.DeliverEventResponseSchema = DeliverEventResponseSchema;
|
|
1859
|
+
exports.DeserializedJsonSchema = DeserializedJsonSchema;
|
|
1860
|
+
exports.DisplayPropertiesSchema = DisplayPropertiesSchema;
|
|
1861
|
+
exports.DisplayPropertySchema = DisplayPropertySchema;
|
|
1862
|
+
exports.DynamicTriggerEndpointMetadataSchema = DynamicTriggerEndpointMetadataSchema;
|
|
1863
|
+
exports.DynamicTriggerMetadataSchema = DynamicTriggerMetadataSchema;
|
|
1864
|
+
exports.EndpointHeadersSchema = EndpointHeadersSchema;
|
|
1865
|
+
exports.EndpointIndexErrorSchema = EndpointIndexErrorSchema;
|
|
1866
|
+
exports.EphemeralEventDispatcherRequestBodySchema = EphemeralEventDispatcherRequestBodySchema;
|
|
1867
|
+
exports.EphemeralEventDispatcherResponseBodySchema = EphemeralEventDispatcherResponseBodySchema;
|
|
1868
|
+
exports.ErrorWithStackSchema = ErrorWithStackSchema;
|
|
1869
|
+
exports.EventExampleSchema = EventExampleSchema;
|
|
1870
|
+
exports.EventFilterSchema = EventFilterSchema;
|
|
1871
|
+
exports.EventRuleSchema = EventRuleSchema;
|
|
1872
|
+
exports.EventSpecificationSchema = EventSpecificationSchema;
|
|
1873
|
+
exports.ExecuteJobHeadersSchema = ExecuteJobHeadersSchema;
|
|
1874
|
+
exports.ExecuteJobRunMetadataSchema = ExecuteJobRunMetadataSchema;
|
|
1875
|
+
exports.FailTaskBodyInputSchema = FailTaskBodyInputSchema;
|
|
1876
|
+
exports.FetchOperationSchema = FetchOperationSchema;
|
|
1877
|
+
exports.FetchPollOperationSchema = FetchPollOperationSchema;
|
|
1878
|
+
exports.FetchRequestInitSchema = FetchRequestInitSchema;
|
|
1879
|
+
exports.FetchRetryBackoffStrategySchema = FetchRetryBackoffStrategySchema;
|
|
1880
|
+
exports.FetchRetryHeadersStrategySchema = FetchRetryHeadersStrategySchema;
|
|
1881
|
+
exports.FetchRetryOptionsSchema = FetchRetryOptionsSchema;
|
|
1882
|
+
exports.FetchRetryStrategySchema = FetchRetryStrategySchema;
|
|
1883
|
+
exports.FetchTimeoutOptionsSchema = FetchTimeoutOptionsSchema;
|
|
1884
|
+
exports.GetEndpointIndexResponseSchema = GetEndpointIndexResponseSchema;
|
|
1885
|
+
exports.GetEventSchema = GetEventSchema;
|
|
1886
|
+
exports.GetRunSchema = GetRunSchema;
|
|
1887
|
+
exports.GetRunStatusesSchema = GetRunStatusesSchema;
|
|
1888
|
+
exports.GetRunsSchema = GetRunsSchema;
|
|
1889
|
+
exports.HTTPMethodUnionSchema = HTTPMethodUnionSchema;
|
|
1890
|
+
exports.HandleTriggerSourceSchema = HandleTriggerSourceSchema;
|
|
1891
|
+
exports.HttpEndpointRequestHeadersSchema = HttpEndpointRequestHeadersSchema;
|
|
1892
|
+
exports.HttpSourceRequestHeadersSchema = HttpSourceRequestHeadersSchema;
|
|
1893
|
+
exports.HttpSourceResponseSchema = HttpSourceResponseSchema;
|
|
1894
|
+
exports.IndexEndpointResponseSchema = IndexEndpointResponseSchema;
|
|
1895
|
+
exports.InitializeCronScheduleBodySchema = InitializeCronScheduleBodySchema;
|
|
1896
|
+
exports.InitializeTriggerBodySchema = InitializeTriggerBodySchema;
|
|
1897
|
+
exports.IntegrationConfigSchema = IntegrationConfigSchema;
|
|
1898
|
+
exports.IntegrationMetadataSchema = IntegrationMetadataSchema;
|
|
1899
|
+
exports.IntervalMetadataSchema = IntervalMetadataSchema;
|
|
1900
|
+
exports.IntervalOptionsSchema = IntervalOptionsSchema;
|
|
1901
|
+
exports.InvokeJobRequestBodySchema = InvokeJobRequestBodySchema;
|
|
1902
|
+
exports.InvokeJobResponseSchema = InvokeJobResponseSchema;
|
|
1903
|
+
exports.InvokeOptionsSchema = InvokeOptionsSchema;
|
|
1904
|
+
exports.InvokeTriggerMetadataSchema = InvokeTriggerMetadataSchema;
|
|
1905
|
+
exports.JobMetadataSchema = JobMetadataSchema;
|
|
1906
|
+
exports.JobRunStatusRecordSchema = JobRunStatusRecordSchema;
|
|
1907
|
+
exports.KeyValueStoreResponseBodySchema = KeyValueStoreResponseBodySchema;
|
|
1908
|
+
exports.LogMessageSchema = LogMessageSchema;
|
|
1909
|
+
exports.MISSING_CONNECTION_NOTIFICATION = MISSING_CONNECTION_NOTIFICATION;
|
|
1910
|
+
exports.MISSING_CONNECTION_RESOLVED_NOTIFICATION = MISSING_CONNECTION_RESOLVED_NOTIFICATION;
|
|
1911
|
+
exports.MissingConnectionNotificationPayloadSchema = MissingConnectionNotificationPayloadSchema;
|
|
1912
|
+
exports.MissingConnectionResolvedNotificationPayloadSchema = MissingConnectionResolvedNotificationPayloadSchema;
|
|
1913
|
+
exports.MissingDeveloperConnectionNotificationPayloadSchema = MissingDeveloperConnectionNotificationPayloadSchema;
|
|
1914
|
+
exports.MissingDeveloperConnectionResolvedNotificationPayloadSchema = MissingDeveloperConnectionResolvedNotificationPayloadSchema;
|
|
1915
|
+
exports.MissingExternalConnectionNotificationPayloadSchema = MissingExternalConnectionNotificationPayloadSchema;
|
|
1916
|
+
exports.MissingExternalConnectionResolvedNotificationPayloadSchema = MissingExternalConnectionResolvedNotificationPayloadSchema;
|
|
1917
|
+
exports.NormalizedRequestSchema = NormalizedRequestSchema;
|
|
1918
|
+
exports.NormalizedResponseSchema = NormalizedResponseSchema;
|
|
1919
|
+
exports.PLATFORM_FEATURES = PLATFORM_FEATURES;
|
|
1920
|
+
exports.PongErrorResponseSchema = PongErrorResponseSchema;
|
|
1921
|
+
exports.PongResponseSchema = PongResponseSchema;
|
|
1922
|
+
exports.PongSuccessResponseSchema = PongSuccessResponseSchema;
|
|
1923
|
+
exports.PreprocessRunBodySchema = PreprocessRunBodySchema;
|
|
1924
|
+
exports.PreprocessRunResponseSchema = PreprocessRunResponseSchema;
|
|
1925
|
+
exports.QueueOptionsSchema = QueueOptionsSchema;
|
|
1926
|
+
exports.REGISTER_SOURCE_EVENT_V1 = REGISTER_SOURCE_EVENT_V1;
|
|
1927
|
+
exports.REGISTER_SOURCE_EVENT_V2 = REGISTER_SOURCE_EVENT_V2;
|
|
1928
|
+
exports.REGISTER_WEBHOOK = REGISTER_WEBHOOK;
|
|
1929
|
+
exports.RawEventSchema = RawEventSchema;
|
|
1930
|
+
exports.RedactSchema = RedactSchema;
|
|
1931
|
+
exports.RedactStringSchema = RedactStringSchema;
|
|
1932
|
+
exports.RegisterDynamicSchedulePayloadSchema = RegisterDynamicSchedulePayloadSchema;
|
|
1933
|
+
exports.RegisterHTTPTriggerSourceBodySchema = RegisterHTTPTriggerSourceBodySchema;
|
|
1934
|
+
exports.RegisterIntervalScheduleBodySchema = RegisterIntervalScheduleBodySchema;
|
|
1935
|
+
exports.RegisterSMTPTriggerSourceBodySchema = RegisterSMTPTriggerSourceBodySchema;
|
|
1936
|
+
exports.RegisterSQSTriggerSourceBodySchema = RegisterSQSTriggerSourceBodySchema;
|
|
1937
|
+
exports.RegisterScheduleBodySchema = RegisterScheduleBodySchema;
|
|
1938
|
+
exports.RegisterScheduleResponseBodySchema = RegisterScheduleResponseBodySchema;
|
|
1939
|
+
exports.RegisterSourceChannelBodySchema = RegisterSourceChannelBodySchema;
|
|
1940
|
+
exports.RegisterSourceEventSchemaV1 = RegisterSourceEventSchemaV1;
|
|
1941
|
+
exports.RegisterSourceEventSchemaV2 = RegisterSourceEventSchemaV2;
|
|
1942
|
+
exports.RegisterTriggerBodySchemaV1 = RegisterTriggerBodySchemaV1;
|
|
1943
|
+
exports.RegisterTriggerBodySchemaV2 = RegisterTriggerBodySchemaV2;
|
|
1944
|
+
exports.RegisterTriggerSourceSchema = RegisterTriggerSourceSchema;
|
|
1945
|
+
exports.RegisterWebhookPayloadSchema = RegisterWebhookPayloadSchema;
|
|
1946
|
+
exports.RegisterWebhookSourceSchema = RegisterWebhookSourceSchema;
|
|
1947
|
+
exports.RequestFilterSchema = RequestFilterSchema;
|
|
1948
|
+
exports.RequestWithRawBodySchema = RequestWithRawBodySchema;
|
|
1949
|
+
exports.ResponseFilterSchema = ResponseFilterSchema;
|
|
1950
|
+
exports.RetryOptionsSchema = RetryOptionsSchema;
|
|
1951
|
+
exports.RunJobAutoYieldExecutionErrorSchema = RunJobAutoYieldExecutionErrorSchema;
|
|
1952
|
+
exports.RunJobAutoYieldWithCompletedTaskExecutionErrorSchema = RunJobAutoYieldWithCompletedTaskExecutionErrorSchema;
|
|
1953
|
+
exports.RunJobBodySchema = RunJobBodySchema;
|
|
1954
|
+
exports.RunJobCanceledWithTaskSchema = RunJobCanceledWithTaskSchema;
|
|
1955
|
+
exports.RunJobErrorResponseSchema = RunJobErrorResponseSchema;
|
|
1956
|
+
exports.RunJobErrorSchema = RunJobErrorSchema;
|
|
1957
|
+
exports.RunJobInvalidPayloadErrorSchema = RunJobInvalidPayloadErrorSchema;
|
|
1958
|
+
exports.RunJobResponseSchema = RunJobResponseSchema;
|
|
1959
|
+
exports.RunJobResumeWithParallelTaskSchema = RunJobResumeWithParallelTaskSchema;
|
|
1960
|
+
exports.RunJobResumeWithTaskSchema = RunJobResumeWithTaskSchema;
|
|
1961
|
+
exports.RunJobRetryWithTaskSchema = RunJobRetryWithTaskSchema;
|
|
1962
|
+
exports.RunJobSuccessSchema = RunJobSuccessSchema;
|
|
1963
|
+
exports.RunJobUnresolvedAuthErrorSchema = RunJobUnresolvedAuthErrorSchema;
|
|
1964
|
+
exports.RunJobYieldExecutionErrorSchema = RunJobYieldExecutionErrorSchema;
|
|
1965
|
+
exports.RunSourceContextSchema = RunSourceContextSchema;
|
|
1966
|
+
exports.RunStatusSchema = RunStatusSchema;
|
|
1967
|
+
exports.RunTaskBodyInputSchema = RunTaskBodyInputSchema;
|
|
1968
|
+
exports.RunTaskBodyOutputSchema = RunTaskBodyOutputSchema;
|
|
1969
|
+
exports.RunTaskOptionsSchema = RunTaskOptionsSchema;
|
|
1970
|
+
exports.RunTaskResponseWithCachedTasksBodySchema = RunTaskResponseWithCachedTasksBodySchema;
|
|
1971
|
+
exports.RunTaskSchema = RunTaskSchema;
|
|
1972
|
+
exports.RuntimeEnvironmentTypeSchema = RuntimeEnvironmentTypeSchema;
|
|
1973
|
+
exports.SCHEDULED_EVENT = SCHEDULED_EVENT;
|
|
1974
|
+
exports.ScheduleMetadataSchema = ScheduleMetadataSchema;
|
|
1975
|
+
exports.ScheduledPayloadSchema = ScheduledPayloadSchema;
|
|
1976
|
+
exports.ScheduledTriggerMetadataSchema = ScheduledTriggerMetadataSchema;
|
|
1977
|
+
exports.SchemaErrorSchema = SchemaErrorSchema;
|
|
1978
|
+
exports.SendBulkEventsBodySchema = SendBulkEventsBodySchema;
|
|
1979
|
+
exports.SendEventBodySchema = SendEventBodySchema;
|
|
1980
|
+
exports.SendEventOptionsSchema = SendEventOptionsSchema;
|
|
1981
|
+
exports.SerializableJsonSchema = SerializableJsonSchema;
|
|
1982
|
+
exports.ServerTaskSchema = ServerTaskSchema;
|
|
1983
|
+
exports.SourceMetadataV2Schema = SourceMetadataV2Schema;
|
|
1984
|
+
exports.StaticTriggerMetadataSchema = StaticTriggerMetadataSchema;
|
|
1985
|
+
exports.StatusHistorySchema = StatusHistorySchema;
|
|
1986
|
+
exports.StatusUpdateSchema = StatusUpdateSchema;
|
|
1987
|
+
exports.StatusUpdateStateSchema = StatusUpdateStateSchema;
|
|
1988
|
+
exports.StyleSchema = StyleSchema;
|
|
1989
|
+
exports.TaskSchema = TaskSchema;
|
|
1990
|
+
exports.TaskStatusSchema = TaskStatusSchema;
|
|
1991
|
+
exports.TriggerHelpSchema = TriggerHelpSchema;
|
|
1992
|
+
exports.TriggerMetadataSchema = TriggerMetadataSchema;
|
|
1993
|
+
exports.TriggerSourceSchema = TriggerSourceSchema;
|
|
1994
|
+
exports.UpdateTriggerSourceBodyV1Schema = UpdateTriggerSourceBodyV1Schema;
|
|
1995
|
+
exports.UpdateTriggerSourceBodyV2Schema = UpdateTriggerSourceBodyV2Schema;
|
|
1996
|
+
exports.UpdateWebhookBodySchema = UpdateWebhookBodySchema;
|
|
1997
|
+
exports.ValidateErrorResponseSchema = ValidateErrorResponseSchema;
|
|
1998
|
+
exports.ValidateResponseSchema = ValidateResponseSchema;
|
|
1999
|
+
exports.ValidateSuccessResponseSchema = ValidateSuccessResponseSchema;
|
|
2000
|
+
exports.WebhookContextMetadataSchema = WebhookContextMetadataSchema;
|
|
2001
|
+
exports.WebhookDeliveryResponseSchema = WebhookDeliveryResponseSchema;
|
|
2002
|
+
exports.WebhookMetadataSchema = WebhookMetadataSchema;
|
|
2003
|
+
exports.WebhookSourceRequestHeadersSchema = WebhookSourceRequestHeadersSchema;
|
|
2004
|
+
exports.addMissingVersionField = addMissingVersionField;
|
|
2005
|
+
exports.assertExhaustive = assertExhaustive;
|
|
2006
|
+
exports.calculateResetAt = calculateResetAt;
|
|
2007
|
+
exports.calculateRetryAt = calculateRetryAt;
|
|
2008
|
+
exports.currentDate = currentDate;
|
|
2009
|
+
exports.currentTimestampMilliseconds = currentTimestampMilliseconds;
|
|
2010
|
+
exports.currentTimestampSeconds = currentTimestampSeconds;
|
|
2011
|
+
exports.deepMergeFilters = deepMergeFilters;
|
|
2012
|
+
exports.eventFilterMatches = eventFilterMatches;
|
|
2013
|
+
exports.parseEndpointIndexStats = parseEndpointIndexStats;
|
|
2014
|
+
exports.replacements = replacements;
|
|
2015
|
+
exports.requestFilterMatches = requestFilterMatches;
|
|
2016
|
+
exports.responseFilterMatches = responseFilterMatches;
|
|
2017
|
+
exports.stringPatternMatchers = stringPatternMatchers;
|
|
2018
|
+
exports.supportsFeature = supportsFeature;
|
|
2019
|
+
exports.urlWithSearchParams = urlWithSearchParams;
|
|
2020
|
+
//# sourceMappingURL=out.js.map
|
|
1832
2021
|
//# sourceMappingURL=index.js.map
|