@lmzhen/dsh-evolution-state-storage 0.3.78 → 0.3.80
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/lib/types/index.d.ts +4 -2
- package/package.json +1 -1
package/lib/types/index.d.ts
CHANGED
|
@@ -108,8 +108,10 @@ export declare function selectSessionOverflow<T>(rows: readonly T[], options: {
|
|
|
108
108
|
* the runner execution and the resolve leaves the record executing+claimed,
|
|
109
109
|
* and NO later claim is ever accepted (claim only takes pending, so a crashed
|
|
110
110
|
* approve can never double-execute a non-idempotent runner). Only the operator
|
|
111
|
-
* acts on such a record: reject (cleanup, no runner) or
|
|
112
|
-
*
|
|
111
|
+
* acts on such a record: reject (cleanup, no runner) or — since S2-P2-22
|
|
112
|
+
* (0.3.80) — `/evolution release <id>` (the stored `claimedBy` rides along as
|
|
113
|
+
* the release credential; a record whose approve runs in this process is
|
|
114
|
+
* refused) followed by a deliberate re-approve or reject.
|
|
113
115
|
*/
|
|
114
116
|
export interface ReviewStateRecord {
|
|
115
117
|
turnsSinceMemory: number;
|