@distilled.cloud/cloudflare 0.15.2 → 0.16.0
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.
|
@@ -75,17 +75,17 @@ declare const RouteNotFound_base: Schema.Class<RouteNotFound, Schema.TaggedStruc
|
|
|
75
75
|
}>, import("effect/Cause").YieldableError>;
|
|
76
76
|
export declare class RouteNotFound extends RouteNotFound_base {
|
|
77
77
|
}
|
|
78
|
-
declare const
|
|
78
|
+
declare const ScriptModuleNotFound_base: Schema.Class<ScriptModuleNotFound, Schema.TaggedStruct<"ScriptModuleNotFound", {
|
|
79
79
|
readonly code: Schema.Number;
|
|
80
80
|
readonly message: Schema.String;
|
|
81
81
|
}>, import("effect/Cause").YieldableError>;
|
|
82
|
-
export declare class
|
|
82
|
+
export declare class ScriptModuleNotFound extends ScriptModuleNotFound_base {
|
|
83
83
|
}
|
|
84
|
-
declare const
|
|
84
|
+
declare const ScriptStartupError_base: Schema.Class<ScriptStartupError, Schema.TaggedStruct<"ScriptStartupError", {
|
|
85
85
|
readonly code: Schema.Number;
|
|
86
86
|
readonly message: Schema.String;
|
|
87
87
|
}>, import("effect/Cause").YieldableError>;
|
|
88
|
-
export declare class
|
|
88
|
+
export declare class ScriptStartupError extends ScriptStartupError_base {
|
|
89
89
|
}
|
|
90
90
|
declare const SecretNotFound_base: Schema.Class<SecretNotFound, Schema.TaggedStruct<"SecretNotFound", {
|
|
91
91
|
readonly code: Schema.Number;
|