@companieshouse/api-sdk-node 2.0.342 → 2.0.343

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.
@@ -11,7 +11,7 @@ export interface Incorporation {
11
11
  };
12
12
  }
13
13
  /**
14
- * The data model used by the web and API for a Limited Partnership.
14
+ * The data model used by the web & API for a Limited Partnership.
15
15
  */
16
16
  export interface LimitedPartnership {
17
17
  data?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.342",
3
+ "version": "2.0.343",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [