@hatchet-dev/typescript-sdk 1.4.2 → 1.5.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.
@@ -966,6 +966,10 @@ export declare class Api<SecurityDataType = unknown> extends HttpClient<Security
966
966
  * @maxLength 36
967
967
  */
968
968
  workflowId?: string;
969
+ /** The workflow name to get runs for. */
970
+ workflowName?: string;
971
+ /** The cron name to get runs for. */
972
+ cronName?: string;
969
973
  /**
970
974
  * A list of metadata key value pairs to filter by
971
975
  * @example ["key1:value1","key2:value2"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hatchet-dev/typescript-sdk",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "Background task orchestration & visibility for developers",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const HATCHET_VERSION = "1.4.2";
1
+ export declare const HATCHET_VERSION = "1.5.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.HATCHET_VERSION = void 0;
4
- exports.HATCHET_VERSION = '1.4.2';
4
+ exports.HATCHET_VERSION = '1.5.0';