@companieshouse/api-sdk-node 2.0.305 → 2.0.306

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.
@@ -136,7 +136,7 @@ export interface ValidationStatusError {
136
136
  }
137
137
  export interface ValidationStatusResponse {
138
138
  errors: ValidationStatusError[];
139
- isValid?: boolean;
139
+ valid: boolean;
140
140
  }
141
141
  export interface ValidationStatusErrorResource {
142
142
  error: string;
@@ -146,5 +146,5 @@ export interface ValidationStatusErrorResource {
146
146
  }
147
147
  export interface ValidationStatusResponseResource {
148
148
  errors: ValidationStatusErrorResource[];
149
- is_valid?: boolean;
149
+ valid: boolean;
150
150
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.305",
3
+ "version": "2.0.306",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [