@io-orkes/conductor-javascript 0.0.9 → 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 +1 -0
- package/dist/index.js +51 -9627
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +36 -9634
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -9
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
|
|