@trigger.dev/core
Advanced tools
Comparing version 0.0.0-background-tasks-20230906212613 to 0.0.0-clidev-20230914123020
@@ -47,3 +47,2 @@ "use strict"; | ||
ApiEventLogSchema: () => ApiEventLogSchema, | ||
BackgroundTaskMetadataSchema: () => BackgroundTaskMetadataSchema, | ||
CachedTaskSchema: () => CachedTaskSchema, | ||
@@ -59,3 +58,2 @@ CommonMissingConnectionNotificationPayloadSchema: () => CommonMissingConnectionNotificationPayloadSchema, | ||
DeliverEventResponseSchema: () => DeliverEventResponseSchema, | ||
DeployBackgroundTaskRequestBodySchema: () => DeployBackgroundTaskRequestBodySchema, | ||
DeserializedJsonSchema: () => DeserializedJsonSchema, | ||
@@ -820,12 +818,2 @@ DisplayPropertiesSchema: () => DisplayPropertiesSchema, | ||
}); | ||
var BackgroundTaskMetadataSchema = import_zod9.z.object({ | ||
id: import_zod9.z.string(), | ||
name: import_zod9.z.string(), | ||
version: import_zod9.z.string(), | ||
enabled: import_zod9.z.boolean(), | ||
cpu: import_zod9.z.number(), | ||
memory: import_zod9.z.number(), | ||
concurrency: import_zod9.z.number(), | ||
secrets: import_zod9.z.record(import_zod9.z.string()).optional() | ||
}); | ||
var IndexEndpointResponseSchema = import_zod9.z.object({ | ||
@@ -835,4 +823,3 @@ jobs: import_zod9.z.array(JobMetadataSchema), | ||
dynamicTriggers: import_zod9.z.array(DynamicTriggerEndpointMetadataSchema), | ||
dynamicSchedules: import_zod9.z.array(RegisterDynamicSchedulePayloadSchema), | ||
backgroundTasks: import_zod9.z.array(BackgroundTaskMetadataSchema).optional() | ||
dynamicSchedules: import_zod9.z.array(RegisterDynamicSchedulePayloadSchema) | ||
}); | ||
@@ -1159,17 +1146,2 @@ var RawEventSchema = import_zod9.z.object({ | ||
}); | ||
var DeployBackgroundTaskRequestBodySchema = import_zod9.z.object({ | ||
id: import_zod9.z.string(), | ||
version: import_zod9.z.string(), | ||
fileName: import_zod9.z.string(), | ||
bundle: import_zod9.z.string(), | ||
sourcemap: import_zod9.z.object({ | ||
version: import_zod9.z.number(), | ||
sources: import_zod9.z.array(import_zod9.z.string()), | ||
mappings: import_zod9.z.string(), | ||
sourcesContent: import_zod9.z.array(import_zod9.z.string()), | ||
names: import_zod9.z.array(import_zod9.z.string()) | ||
}), | ||
dependencies: import_zod9.z.record(import_zod9.z.string()), | ||
nodeVersion: import_zod9.z.string() | ||
}); | ||
@@ -1176,0 +1148,0 @@ // src/schemas/notifications.ts |
{ | ||
"name": "@trigger.dev/core", | ||
"version": "0.0.0-background-tasks-20230906212613", | ||
"version": "0.0.0-clidev-20230914123020", | ||
"description": "Core code used across the Trigger.dev SDK and platform", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
459134
10638
1