attlaz-client 1.8.9 → 1.8.10
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.
- package/dist/Model/Result/DataResult.js +0 -6
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -23,12 +23,6 @@ class DataResult {
|
|
|
23
23
|
}
|
|
24
24
|
return result;
|
|
25
25
|
}
|
|
26
|
-
else {
|
|
27
|
-
const errors = raw.errors;
|
|
28
|
-
for (const error of errors) {
|
|
29
|
-
result.addError(error);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
26
|
if (!raw.hasOwnProperty('data') || raw.data === undefined) {
|
|
33
27
|
throw new Error('Unable to parse DataResult: data is not defined');
|
|
34
28
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.8.
|
|
1
|
+
export declare const VERSION = "1.8.10";
|
package/dist/version.js
CHANGED