@io-orkes/conductor-javascript 0.0.10 → 0.0.11

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.ts CHANGED
@@ -1770,6 +1770,7 @@ declare class ConductorClient {
1770
1770
  readonly workflowBulkResource: WorkflowBulkResourceService;
1771
1771
  readonly workflowResource: WorkflowResourceService;
1772
1772
  readonly request: BaseHttpRequest;
1773
+ readonly token?: string | Resolver<string>;
1773
1774
  constructor(config?: Partial<ConductorClientAPIConfig>, requestHandler?: ConductorHttpRequest);
1774
1775
  }
1775
1776