Skip to content

Commit 69a1604

Browse files
committed
2 parents 3281398 + 729ebec commit 69a1604

25 files changed

+87
-43
lines changed

docs/WebApiClient.Batch.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h4 class="modal-title">Search results</h4>
217217
<span class="jsdoc-message">
218218
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
219219

220-
on Thu Sep 21st 2017
220+
on Wed Oct 18th 2017
221221

222222
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
223223
</span>

docs/WebApiClient.BatchRequest.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h4 class="modal-title">Search results</h4>
212212
<span class="jsdoc-message">
213213
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
214214

215-
on Thu Sep 21st 2017
215+
on Wed Oct 18th 2017
216216

217217
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
218218
</span>

docs/WebApiClient.BatchResponse.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h4 class="modal-title">Search results</h4>
230230
<span class="jsdoc-message">
231231
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
232232

233-
on Thu Sep 21st 2017
233+
on Wed Oct 18th 2017
234234

235235
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
236236
</span>

docs/WebApiClient.ChangeSet.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h4 class="modal-title">Search results</h4>
185185
<span class="jsdoc-message">
186186
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
187187

188-
on Thu Sep 21st 2017
188+
on Wed Oct 18th 2017
189189

190190
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
191191
</span>

docs/WebApiClient.Core.js.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,13 @@ <h1 class="page-title">Source: WebApiClient.Core.js</h1>
661661

662662
for (var i = 0; i &lt; params.alternateKey.length; i++) {
663663
var key = params.alternateKey[i];
664+
var value = key.value;
665+
666+
if (typeof(key.value) !== "number") {
667+
value = "'" + key.value + "'";
668+
}
664669

665-
url += key.property + "='" + key.value + "'";
670+
url += key.property + "=" + value;
666671

667672
if (i + 1 === params.alternateKey.length) {
668673
url += ")";
@@ -1090,7 +1095,7 @@ <h4 class="modal-title">Search results</h4>
10901095
<span class="jsdoc-message">
10911096
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
10921097

1093-
on Thu Sep 21st 2017
1098+
on Wed Oct 18th 2017
10941099

10951100
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
10961101
</span>

docs/WebApiClient.Promise.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h4 class="modal-title">Search results</h4>
250250
<span class="jsdoc-message">
251251
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
252252

253-
on Thu Sep 21st 2017
253+
on Wed Oct 18th 2017
254254

255255
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
256256
</span>

docs/WebApiClient.Requests.Request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ <h4 class="modal-title">Search results</h4>
626626
<span class="jsdoc-message">
627627
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
628628

629-
on Thu Sep 21st 2017
629+
on Wed Oct 18th 2017
630630

631631
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
632632
</span>

docs/WebApiClient.Requests.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5144,7 +5144,7 @@ <h4 class="modal-title">Search results</h4>
51445144
<span class="jsdoc-message">
51455145
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
51465146

5147-
on Thu Sep 21st 2017
5147+
on Wed Oct 18th 2017
51485148

51495149
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
51505150
</span>

docs/WebApiClient.Response.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h4 class="modal-title">Search results</h4>
237237
<span class="jsdoc-message">
238238
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
239239

240-
on Thu Sep 21st 2017
240+
on Wed Oct 18th 2017
241241

242242
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
243243
</span>

docs/WebApiClient.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h4 class="modal-title">Search results</h4>
158158
<span class="jsdoc-message">
159159
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.3</a>
160160

161-
on Thu Sep 21st 2017
161+
on Wed Oct 18th 2017
162162

163163
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
164164
</span>

0 commit comments

Comments
 (0)