@trigger.dev/core
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -53,3 +53,2 @@ "use strict"; | ||
CreateExternalConnectionBodySchema: () => CreateExternalConnectionBodySchema, | ||
CreateRunBodySchema: () => CreateRunBodySchema, | ||
CreateRunResponseBodySchema: () => CreateRunResponseBodySchema, | ||
@@ -794,3 +793,6 @@ CronMetadataSchema: () => CronMetadataSchema, | ||
or `deliverAfter` were set when sending the event. */ | ||
deliveredAt: import_zod9.z.coerce.date().optional().nullable() | ||
deliveredAt: import_zod9.z.coerce.date().optional().nullable(), | ||
/** The timestamp when the event was cancelled. Is `undefined` if the event | ||
* wasn't cancelled. */ | ||
cancelledAt: import_zod9.z.coerce.date().optional().nullable() | ||
}); | ||
@@ -916,8 +918,2 @@ var SendEventOptionsSchema = import_zod9.z.object({ | ||
}); | ||
var CreateRunBodySchema = import_zod9.z.object({ | ||
client: import_zod9.z.string(), | ||
job: JobMetadataSchema, | ||
event: ApiEventLogSchema, | ||
properties: import_zod9.z.array(DisplayPropertySchema).optional() | ||
}); | ||
var CreateRunResponseOkSchema = import_zod9.z.object({ | ||
@@ -924,0 +920,0 @@ ok: import_zod9.z.literal(true), |
{ | ||
"name": "@trigger.dev/core", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "Core code used across the Trigger.dev SDK and platform", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +7,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26
38
6
276
429273
9880