@trigger.dev/core 0.0.0-statuses-20230921210707 → 0.0.0-v3-canary-20240321105132

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