@companieshouse/api-sdk-node 2.0.282 → 2.0.283

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.
@@ -22,7 +22,7 @@ export interface CompanyProfileResource {
22
22
  foreign_company_details?: ForeignCompanyDetailsResource;
23
23
  is_on_register_in_country_formed_in?: string;
24
24
  links: LinksResource;
25
- subtype: string;
25
+ subtype?: string;
26
26
  }
27
27
  export interface ForeignCompanyDetailsResource {
28
28
  business_activity?: string;
@@ -138,5 +138,5 @@ export interface CompanyProfile {
138
138
  foreignCompanyDetails?: ForeignCompanyDetails;
139
139
  isOnRegisterInCountryFormedIn?: boolean;
140
140
  links: Links;
141
- subtype: string;
141
+ subtype?: string;
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.282",
3
+ "version": "2.0.283",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [