@companieshouse/api-sdk-node 2.0.308 → 2.0.309

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.
@@ -114,6 +114,7 @@ export interface PscExtension {
114
114
  data: PscExtensionData;
115
115
  }
116
116
  export interface PscExtensionData {
117
+ requesterEmail: string;
117
118
  companyNumber?: string;
118
119
  pscNotificationId?: string;
119
120
  extensionDetails?: ExtensionDetails;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@companieshouse/api-sdk-node",
3
- "version": "2.0.308",
3
+ "version": "2.0.309",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [