@io-orkes/conductor-javascript 2.0.1-alpha → 2.1.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.
package/dist/index.d.mts CHANGED
@@ -856,7 +856,7 @@ declare type WorkflowSummary = {
856
856
 
857
857
  declare type ScrollableSearchResultWorkflowSummary = {
858
858
  results?: Array<WorkflowSummary>;
859
- queryId?: string;
859
+ totalHits?: number;
860
860
  };
861
861
 
862
862
  declare type Workflow = {
package/dist/index.d.ts CHANGED
@@ -856,7 +856,7 @@ declare type WorkflowSummary = {
856
856
 
857
857
  declare type ScrollableSearchResultWorkflowSummary = {
858
858
  results?: Array<WorkflowSummary>;
859
- queryId?: string;
859
+ totalHits?: number;
860
860
  };
861
861
 
862
862
  declare type Workflow = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@io-orkes/conductor-javascript",
3
3
  "description": "Typescript Client for Netflix Conductor",
4
- "version": "v2.0.1-alpha",
4
+ "version": "v2.1.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "require": "./dist/index.js",