@topconsultnpm/sdk-ts 6.21.0-dev3.4 → 6.21.0-dev3.6
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/lib/Engine.js
CHANGED
|
@@ -1906,6 +1906,8 @@ export class JobEngine extends BaseEngine {
|
|
|
1906
1906
|
d.delNotLocalAttach = 0;
|
|
1907
1907
|
if (d.inputOrder === undefined)
|
|
1908
1908
|
d.inputOrder = InputOrders.OldToNew;
|
|
1909
|
+
if (d.errorAsWarning === undefined)
|
|
1910
|
+
d.errorAsWarning = 0;
|
|
1909
1911
|
return d;
|
|
1910
1912
|
}
|
|
1911
1913
|
FEDetacher_CreateAsync(d) {
|