skedyul 0.1.62 → 0.1.64
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/.build-stamp +1 -1
- package/dist/config.d.ts +2 -2
- package/package.json +1 -1
package/dist/.build-stamp
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1769049271185
|
package/dist/config.d.ts
CHANGED
|
@@ -267,11 +267,11 @@ export interface SkedyulConfig {
|
|
|
267
267
|
computeLayer?: ComputeLayerType;
|
|
268
268
|
/** Tool registry - direct object or dynamic import */
|
|
269
269
|
tools?: ToolRegistry | Promise<{
|
|
270
|
-
|
|
270
|
+
toolRegistry: ToolRegistry;
|
|
271
271
|
}>;
|
|
272
272
|
/** Webhook registry - direct object or dynamic import */
|
|
273
273
|
webhooks?: WebhookRegistry | Promise<{
|
|
274
|
-
|
|
274
|
+
webhookRegistry: WebhookRegistry;
|
|
275
275
|
}>;
|
|
276
276
|
/** Provision configuration - direct object or dynamic import */
|
|
277
277
|
provision?: ProvisionConfig | Promise<{
|