@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
|
-
|
|
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
|
-
|
|
149
|
+
valid: boolean;
|
|
150
150
|
}
|