@companieshouse/api-sdk-node 2.0.127 → 2.0.128

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
@@ -3,6 +3,9 @@ import { API_URL, ACCOUNT_URL } from "./config";
3
3
  import { RequestClient, HttpClientOptions, IHttpClient } from "./http";
4
4
  import Resource from "./services/resource";
5
5
  /**
6
+ *
7
+ * @warning - Please do not use this method to create API clients directly. Use the sdk-manager-node instead (which in turn calls this method)
8
+ *
6
9
  * Creates a new API Client.
7
10
  *
8
11
  * @param apiKey the api key to use for authentication
package/dist/index.js CHANGED
@@ -11,6 +11,9 @@ Object.defineProperty(exports, "ACCOUNT_URL", { enumerable: true, get: function
11
11
  const http_1 = require("./http");
12
12
  Object.defineProperty(exports, "RequestClient", { enumerable: true, get: function () { return http_1.RequestClient; } });
13
13
  /**
14
+ *
15
+ * @warning - Please do not use this method to create API clients directly. Use the sdk-manager-node instead (which in turn calls this method)
16
+ *
14
17
  * Creates a new API Client.
15
18
  *
16
19
  * @param apiKey the api key to use for authentication
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sDAAiC;AACjC,qCAAgD;AAqCQ,wFArC/C,gBAAO,OAqC+C;AAAE,4FArC/C,oBAAW,OAqC+C;AApC5E,iCAAuE;AAoC9B,8FApChC,oBAAa,OAoCgC;AAjCtD;;;;;;GAMG;AACI,MAAM,eAAe,GAAG,CAAC,MAAe,EAAE,UAAmB,EAAE,UAAkB,gBAAO,EAAE,iBAAyB,oBAAW,EAAa,EAAE;IAChJ,IAAI,MAAM,IAAI,UAAU,EAAE;QACtB,MAAM,IAAI,KAAK,CAAC,6FAA6F,CAAC,CAAC;KAClH;IAED,6CAA6C;IAC7C,MAAM,UAAU,GAAsB;QAClC,MAAM;QACN,OAAO;QACP,UAAU;KACb,CAAC;IACF,MAAM,aAAa,GAAG,IAAI,oBAAa,CAAC,UAAU,CAAC,CAAC;IAEpD,iDAAiD;IACjD,MAAM,cAAc,GAAsB;QACtC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,cAAc;QACvB,UAAU,EAAE,UAAU;KACzB,CAAC;IACF,MAAM,iBAAiB,GAAG,IAAI,oBAAa,CAAC,cAAc,CAAC,CAAC;IAE5D,iBAAiB;IACjB,OAAO,IAAI,gBAAS,CAAC,aAAa,EAAE,iBAAiB,CAAC,CAAC;AAC3D,CAAC,CAAC;AAvBW,QAAA,eAAe,mBAuB1B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sDAAiC;AACjC,qCAAgD;AAwCQ,wFAxC/C,gBAAO,OAwC+C;AAAE,4FAxC/C,oBAAW,OAwC+C;AAvC5E,iCAAuE;AAuC9B,8FAvChC,oBAAa,OAuCgC;AApCtD;;;;;;;;;GASG;AACI,MAAM,eAAe,GAAG,CAAC,MAAe,EAAE,UAAmB,EAAE,UAAkB,gBAAO,EAAE,iBAAyB,oBAAW,EAAa,EAAE;IAChJ,IAAI,MAAM,IAAI,UAAU,EAAE;QACtB,MAAM,IAAI,KAAK,CAAC,6FAA6F,CAAC,CAAC;KAClH;IAED,6CAA6C;IAC7C,MAAM,UAAU,GAAsB;QAClC,MAAM;QACN,OAAO;QACP,UAAU;KACb,CAAC;IACF,MAAM,aAAa,GAAG,IAAI,oBAAa,CAAC,UAAU,CAAC,CAAC;IAEpD,iDAAiD;IACjD,MAAM,cAAc,GAAsB;QACtC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,cAAc;QACvB,UAAU,EAAE,UAAU;KACzB,CAAC;IACF,MAAM,iBAAiB,GAAG,IAAI,oBAAa,CAAC,cAAc,CAAC,CAAC;IAE5D,iBAAiB;IACjB,OAAO,IAAI,gBAAS,CAAC,aAAa,EAAE,iBAAiB,CAAC,CAAC;AAC3D,CAAC,CAAC;AAvBW,QAAA,eAAe,mBAuB1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.127",
3
+ "version": "2.0.128",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [