@hatchet-dev/typescript-sdk 1.17.0 → 1.17.2

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.
@@ -8,6 +8,7 @@ import { TriggerWorkflowRequest } from '../../../protoc/v1/shared/trigger';
8
8
  export interface DurableTaskRunAckEntryResult {
9
9
  nodeId: number;
10
10
  branchId: number;
11
+ workflowRunExternalId: string;
11
12
  }
12
13
  export interface DurableTaskEventRunAck {
13
14
  ackType: 'run';
@@ -326,6 +326,7 @@ class DurableListenerClient {
326
326
  runEntries: (ack.runEntries || []).map((e) => ({
327
327
  nodeId: e.nodeId,
328
328
  branchId: e.branchId,
329
+ workflowRunExternalId: e.workflowRunExternalId,
329
330
  })),
330
331
  });
331
332
  this._pendingEventAcks.delete(key);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatchet-dev/typescript-sdk",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
4
4
  "description": "Background task orchestration & visibility for developers",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [