@companieshouse/api-sdk-node 2.0.303 → 2.0.304

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.
@@ -120,12 +120,12 @@ export interface PscExtensionData {
120
120
  }
121
121
  export interface ExtensionDetailsResource {
122
122
  extensionReason?: string;
123
- nameMismatchReason?: string;
123
+ extensionStatus?: string;
124
124
  extensionRequestDate?: string;
125
125
  }
126
126
  export interface ExtensionDetails {
127
127
  extensionReason?: string;
128
- nameMismatchReason?: string;
128
+ extensionStatus?: string;
129
129
  extensionRequestDate?: string;
130
130
  }
131
131
  export interface ValidationStatusError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.303",
3
+ "version": "2.0.304",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [