|
@@ -82,8 +82,10 @@ ESPStruct [nil_remove] DFUWorkunit
|
|
|
string decrypt;
|
|
|
|
|
|
[min_ver("1.08")] bool failIfNoSourceFile(false);
|
|
|
-
|
|
|
+
|
|
|
[min_ver("1.09")] bool recordStructurePresent(false);
|
|
|
+
|
|
|
+ [min_ver("1.10")] bool quotedTerminator(true);
|
|
|
};
|
|
|
|
|
|
ESPStruct DFUException
|
|
@@ -306,9 +308,10 @@ ESPrequest [nil_remove] SprayFixed
|
|
|
bool wrap(false);
|
|
|
|
|
|
[min_ver("1.08")] bool failIfNoSourceFile(false);
|
|
|
-
|
|
|
+
|
|
|
[min_ver("1.09")] bool recordStructurePresent(false);
|
|
|
|
|
|
+ [min_ver("1.10")] bool quotedTerminator(true);
|
|
|
};
|
|
|
|
|
|
ESPresponse [exceptions_inline]
|
|
@@ -353,9 +356,10 @@ ESPrequest [nil_remove] SprayVariable
|
|
|
string decrypt;
|
|
|
|
|
|
[min_ver("1.08")] bool failIfNoSourceFile(false);
|
|
|
-
|
|
|
+
|
|
|
[min_ver("1.09")] bool recordStructurePresent(false);
|
|
|
|
|
|
+ [min_ver("1.10")] bool quotedTerminator(true);
|
|
|
};
|
|
|
|
|
|
ESPresponse [exceptions_inline]
|
|
@@ -606,7 +610,7 @@ ESPresponse [exceptions_inline] UploadFilesResponse
|
|
|
};
|
|
|
|
|
|
ESPservice [
|
|
|
- version("1.09"), default_client_version("1.09"),
|
|
|
+ version("1.10"), default_client_version("1.10"),
|
|
|
exceptions_inline("./smc_xslt/exceptions.xslt")] FileSpray
|
|
|
{
|
|
|
ESPuses ESPstruct DFUWorkunit;
|