@arrowsphere/api-client 3.29.0-rc.jpb.2 → 3.29.0-rc.jpb.3

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,6 +1,6 @@
1
1
  export declare class PublicApiClientException extends Error {
2
2
  httpCode: number;
3
3
  httpError: string;
4
- config: any;
4
+ config?: any;
5
5
  constructor(message: string, httpError?: string, httpCode?: number, config?: {});
6
6
  }
@@ -167,6 +167,7 @@ class LicensesClient extends abstractClient_1.AbstractClient {
167
167
  */
168
168
  findRaw(postData = {}, parameters = {}) {
169
169
  this.path = this.FIND_PATH;
170
+ console.log({ parameters });
170
171
  return this.post(postData, parameters);
171
172
  }
172
173
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.29.0-rc.jpb.2",
7
+ "version": "3.29.0-rc.jpb.3",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",