conductor-node 3.5.0 → 3.5.1

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.
@@ -1,7 +1,7 @@
1
1
  import type { Environment } from "./environment";
2
+ import type * as Types from "./integrationTypes";
2
3
  import ClientQbd from "./qbd/ClientQbd";
3
- import type * as QbdTypes from "./qbd/qbdTypes";
4
- export { QbdTypes };
4
+ export { Types };
5
5
  export interface ClientOptions {
6
6
  /** Log the each request and response. */
7
7
  verbose?: boolean;
@@ -0,0 +1,2 @@
1
+ import type * as qbd from "./qbd/qbdTypes";
2
+ export { qbd };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Conductor API wrapper",
5
5
  "author": "Danny Nemer <hi@DannyNemer.com>",
6
6
  "license": "MIT",