@effect-agent/storage-cloudflare 0.1.0-beta.76 → 0.1.0-beta.77
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/PortProtocol.d.mts +15 -15
- package/package.json +1 -1
package/dist/PortProtocol.d.mts
CHANGED
|
@@ -3081,13 +3081,25 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3081
3081
|
} | {
|
|
3082
3082
|
readonly _tag: "PortFailed";
|
|
3083
3083
|
readonly failure: {
|
|
3084
|
-
readonly _tag: "ThreadNotMaterialized";
|
|
3085
|
-
readonly threadId: string;
|
|
3086
|
-
} | {
|
|
3087
3084
|
readonly _tag: "FenceRejected";
|
|
3088
3085
|
readonly threadId: string;
|
|
3089
3086
|
readonly actualEpoch: number;
|
|
3090
3087
|
readonly attemptedEpoch: number;
|
|
3088
|
+
} | {
|
|
3089
|
+
readonly _tag: "ThreadStoreError";
|
|
3090
|
+
readonly operation: string;
|
|
3091
|
+
readonly message: string;
|
|
3092
|
+
readonly cause?: Schema.Json | undefined;
|
|
3093
|
+
} | {
|
|
3094
|
+
readonly _tag: "ThreadNotMaterialized";
|
|
3095
|
+
readonly threadId: string;
|
|
3096
|
+
} | {
|
|
3097
|
+
readonly _tag: "AppendConflict";
|
|
3098
|
+
readonly threadId: string;
|
|
3099
|
+
readonly batchId: string;
|
|
3100
|
+
readonly reason: "batch-digest" | "record-identity" | "tail";
|
|
3101
|
+
readonly actualTailSequence?: number | undefined;
|
|
3102
|
+
readonly actualTailDigest?: string | undefined;
|
|
3091
3103
|
} | {
|
|
3092
3104
|
readonly _tag: "AdmissionConflict";
|
|
3093
3105
|
readonly threadId: string;
|
|
@@ -3104,18 +3116,6 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
|
|
|
3104
3116
|
readonly operation: string;
|
|
3105
3117
|
readonly message: string;
|
|
3106
3118
|
readonly cause?: Schema.Json | undefined;
|
|
3107
|
-
} | {
|
|
3108
|
-
readonly _tag: "ThreadStoreError";
|
|
3109
|
-
readonly operation: string;
|
|
3110
|
-
readonly message: string;
|
|
3111
|
-
readonly cause?: Schema.Json | undefined;
|
|
3112
|
-
} | {
|
|
3113
|
-
readonly _tag: "AppendConflict";
|
|
3114
|
-
readonly threadId: string;
|
|
3115
|
-
readonly batchId: string;
|
|
3116
|
-
readonly reason: "batch-digest" | "record-identity" | "tail";
|
|
3117
|
-
readonly actualTailSequence?: number | undefined;
|
|
3118
|
-
readonly actualTailDigest?: string | undefined;
|
|
3119
3119
|
} | {
|
|
3120
3120
|
readonly _tag: "SettlementConflict";
|
|
3121
3121
|
readonly submissionId: string;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.
|
|
1
|
+
{"name":"@effect-agent/storage-cloudflare","version":"0.1.0-beta.77","dependencies":{"@effect-agent/core":"0.1.0-beta.77","@effect-agent/thread":"0.1.0-beta.77","@effect/platform-browser":"4.0.0-rc.112","@effect/sql-sqlite-do":"4.0.0-rc.112"},"devDependencies":{"@cloudflare/vitest-pool-workers":"0.21.3","@cloudflare/workers-types":"5.20260825.1","@effect-agent/testing":"0.1.0-beta.77","@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","typescript":"7.0.2","vite-plus":"0.3.0","vitest":"4.1.11"},"peerDependencies":{"effect":"^4.0.0-rc.112"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./DoMemoryStore":{"types":"./dist/DoMemoryStore.d.mts","default":"./dist/DoMemoryStore.mjs"},"./DoScheduleStore":{"types":"./dist/DoScheduleStore.d.mts","default":"./dist/DoScheduleStore.mjs"},"./DoStorageConfig":{"types":"./dist/DoStorageConfig.d.mts","default":"./dist/DoStorageConfig.mjs"},"./DoStorageError":{"types":"./dist/DoStorageError.d.mts","default":"./dist/DoStorageError.mjs"},"./DoStorageFailpoint":{"types":"./dist/DoStorageFailpoint.d.mts","default":"./dist/DoStorageFailpoint.mjs"},"./DoStorageVersion":{"types":"./dist/DoStorageVersion.d.mts","default":"./dist/DoStorageVersion.mjs"},"./DoSubmissionLedger":{"types":"./dist/DoSubmissionLedger.d.mts","default":"./dist/DoSubmissionLedger.mjs"},"./DoSubscriptionStore":{"types":"./dist/DoSubscriptionStore.d.mts","default":"./dist/DoSubscriptionStore.mjs"},"./DoThreadStore":{"types":"./dist/DoThreadStore.d.mts","default":"./dist/DoThreadStore.mjs"},"./MemoryProtocol":{"types":"./dist/MemoryProtocol.d.mts","default":"./dist/MemoryProtocol.mjs"},"./PortProtocol":{"types":"./dist/PortProtocol.d.mts","default":"./dist/PortProtocol.mjs"},"./PortRouting":{"types":"./dist/PortRouting.d.mts","default":"./dist/PortRouting.mjs"},"./testing/DoStorageFailpointTesting":{"types":"./dist/DoStorageFailpointTesting.d.mts","default":"./dist/DoStorageFailpointTesting.mjs"},"./DoMessageDeliveryStore":{"types":"./dist/DoMessageDeliveryStore.d.mts","default":"./dist/DoMessageDeliveryStore.mjs"}},"description":"Durable Object SQLite storage adapters and the routed port protocol for Effect Agent on Cloudflare.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/storage-cloudflare"},"files":["dist","src"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json"}}
|