Skip to content

Commit bbbf513

Browse files
committed
4.1.0
1 parent c2f50c0 commit bbbf513

5 files changed

Lines changed: 72 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
4.1.0 - August 22, 2017
2+
3+
* feat: ability to pass options with the copy api method (Sassoun Derderian)
4+
* chore(package): update @types/should to version 11.2.0 (greenkeeper[bot])
5+
* chore(package): update @types/mocha to version 2.2.42 (greenkeeper[bot])
6+
* chore(package): update @types/node to version 8.0.24 (greenkeeper[bot])
7+
* chore(package): update ts-loader to version 2.3.3 (greenkeeper[bot])
8+
* chore(package): update @types/node to version 8.0.23 (greenkeeper[bot])
9+
* chore(package): update webpack to version 3.5.5 (greenkeeper[bot])
10+
* chore(package): update @types/node to version 8.0.22 (greenkeeper[bot])
11+
* chore(package): update phantomjs-prebuilt to version 2.1.15 (greenkeeper[bot])
12+
* chore(package): update webpack to version 3.5.4 (greenkeeper[bot])
13+
* chore(package): update fetch-mock to version 5.12.2 (greenkeeper[bot])
14+
* chore(package): update webpack to version 3.5.2 (greenkeeper[bot])
15+
* chore(package): update @types/node to version 8.0.20 (greenkeeper[bot])
16+
* chore(package): update webpack to version 3.5.1 (greenkeeper[bot])
17+
* chore(package): update tslint to version 5.6.0 (greenkeeper[bot])
18+
* chore(package): update execa to version 0.8.0 (greenkeeper[bot])
19+
* chore(package): update codecov to version 2.3.0 (greenkeeper[bot])
20+
* docs: add .nojekyll file to render Github pages as it is (Sassoun Derderian)
21+
* chore(package): update mocha to version 3.5.0 (greenkeeper[bot])
22+
* chore(package): update ts-loader to version 2.3.2 (greenkeeper[bot])
23+
* chore(package): update istanbul-instrumenter-loader to version 3.0.0 (greenkeeper[bot])
24+
* chore(package): update semver to version 5.4.1 (greenkeeper[bot])
25+
126
4.0.0 - July 31, 2017
227

328
* fix: preserving backward compatibility breaking: version is set to internal if omitted (Sassoun Derderian)

docs/classes/_api_.api.html

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h3>constructor</h3>
156156
<li class="tsd-description">
157157
<aside class="tsd-sources">
158158
<ul>
159-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L59">Api.ts:59</a></li>
159+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L59">Api.ts:59</a></li>
160160
</ul>
161161
</aside>
162162
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -178,7 +178,7 @@ <h3>_http<wbr>Options</h3>
178178
<div class="tsd-signature tsd-kind-icon">_http<wbr>Options<span class="tsd-signature-symbol">:</span> <a href="../interfaces/_api_.ihttpoptions.html" class="tsd-signature-type">IHttpOptions</a></div>
179179
<aside class="tsd-sources">
180180
<ul>
181-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L58">Api.ts:58</a></li>
181+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L58">Api.ts:58</a></li>
182182
</ul>
183183
</aside>
184184
</section>
@@ -188,7 +188,7 @@ <h3>server<wbr>AcceptsJSON</h3>
188188
<div class="tsd-signature tsd-kind-icon">server<wbr>AcceptsJSON<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
189189
<aside class="tsd-sources">
190190
<ul>
191-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L59">Api.ts:59</a></li>
191+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L59">Api.ts:59</a></li>
192192
</ul>
193193
</aside>
194194
</section>
@@ -205,7 +205,7 @@ <h3>clear<wbr>Api<wbr>Key</h3>
205205
<li class="tsd-description">
206206
<aside class="tsd-sources">
207207
<ul>
208-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L159">Api.ts:159</a></li>
208+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L164">Api.ts:164</a></li>
209209
</ul>
210210
</aside>
211211
<div class="tsd-comment tsd-typography">
@@ -228,13 +228,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
228228
<a name="copy" class="tsd-anchor"></a>
229229
<h3>copy</h3>
230230
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
231-
<li class="tsd-signature tsd-kind-icon">copy<span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, objID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updates<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, fields<span class="tsd-signature-symbol">?: </span><a href="../modules/_api_.html#tfields" class="tsd-signature-type">TFields</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
231+
<li class="tsd-signature tsd-kind-icon">copy<span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, objID<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, updates<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, fields<span class="tsd-signature-symbol">?: </span><a href="../modules/_api_.html#tfields" class="tsd-signature-type">TFields</a>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
232232
</ul>
233233
<ul class="tsd-descriptions">
234234
<li class="tsd-description">
235235
<aside class="tsd-sources">
236236
<ul>
237-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L127">Api.ts:127</a></li>
237+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L128">Api.ts:128</a></li>
238238
</ul>
239239
</aside>
240240
<div class="tsd-comment tsd-typography">
@@ -271,6 +271,12 @@ <h5>updates: <span class="tsd-signature-type">object</span></h5>
271271
<li>
272272
<h5><span class="tsd-flag ts-flagOptional">Optional</span> fields: <a href="../modules/_api_.html#tfields" class="tsd-signature-type">TFields</a></h5>
273273
</li>
274+
<li>
275+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
276+
<div class="tsd-comment tsd-typography">
277+
<p>A list of options that are attached to the copy request (object specific)</p>
278+
</div>
279+
</li>
274280
</ul>
275281
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
276282
<p>A promise which will resolved with results if everything went ok and rejected otherwise</p>
@@ -287,7 +293,7 @@ <h3>count</h3>
287293
<li class="tsd-description">
288294
<aside class="tsd-sources">
289295
<ul>
290-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L147">Api.ts:147</a></li>
296+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L152">Api.ts:152</a></li>
291297
</ul>
292298
</aside>
293299
<div class="tsd-comment tsd-typography">
@@ -326,7 +332,7 @@ <h3>create</h3>
326332
<li class="tsd-description">
327333
<aside class="tsd-sources">
328334
<ul>
329-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L180">Api.ts:180</a></li>
335+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L185">Api.ts:185</a></li>
330336
</ul>
331337
</aside>
332338
<div class="tsd-comment tsd-typography">
@@ -372,7 +378,7 @@ <h3>edit</h3>
372378
<li class="tsd-description">
373379
<aside class="tsd-sources">
374380
<ul>
375-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L196">Api.ts:196</a></li>
381+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L201">Api.ts:201</a></li>
376382
</ul>
377383
</aside>
378384
<div class="tsd-comment tsd-typography">
@@ -424,7 +430,7 @@ <h3>execute</h3>
424430
<li class="tsd-description">
425431
<aside class="tsd-sources">
426432
<ul>
427-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L212">Api.ts:212</a></li>
433+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L217">Api.ts:217</a></li>
428434
</ul>
429435
</aside>
430436
<div class="tsd-comment tsd-typography">
@@ -476,7 +482,7 @@ <h3>get</h3>
476482
<li class="tsd-description">
477483
<aside class="tsd-sources">
478484
<ul>
479-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L235">Api.ts:235</a></li>
485+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L240">Api.ts:240</a></li>
480486
</ul>
481487
</aside>
482488
<div class="tsd-comment tsd-typography">
@@ -525,7 +531,7 @@ <h3>get<wbr>Api<wbr>Key</h3>
525531
<li class="tsd-description">
526532
<aside class="tsd-sources">
527533
<ul>
528-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L95">Api.ts:95</a></li>
534+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L95">Api.ts:95</a></li>
529535
</ul>
530536
</aside>
531537
<div class="tsd-comment tsd-typography">
@@ -568,7 +574,7 @@ <h3>login</h3>
568574
<li class="tsd-description">
569575
<aside class="tsd-sources">
570576
<ul>
571-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L262">Api.ts:262</a></li>
577+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L267">Api.ts:267</a></li>
572578
</ul>
573579
</aside>
574580
<div class="tsd-comment tsd-typography">
@@ -612,7 +618,7 @@ <h3>logout</h3>
612618
<li class="tsd-description">
613619
<aside class="tsd-sources">
614620
<ul>
615-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L274">Api.ts:274</a></li>
621+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L279">Api.ts:279</a></li>
616622
</ul>
617623
</aside>
618624
<div class="tsd-comment tsd-typography">
@@ -640,7 +646,7 @@ <h3>metadata</h3>
640646
<li class="tsd-description">
641647
<aside class="tsd-sources">
642648
<ul>
643-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L293">Api.ts:293</a></li>
649+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L298">Api.ts:298</a></li>
644650
</ul>
645651
</aside>
646652
<div class="tsd-comment tsd-typography">
@@ -674,7 +680,7 @@ <h3>named<wbr>Query</h3>
674680
<li class="tsd-description">
675681
<aside class="tsd-sources">
676682
<ul>
677-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L310">Api.ts:310</a></li>
683+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L315">Api.ts:315</a></li>
678684
</ul>
679685
</aside>
680686
<div class="tsd-comment tsd-typography">
@@ -726,7 +732,7 @@ <h3>remove</h3>
726732
<li class="tsd-description">
727733
<aside class="tsd-sources">
728734
<ul>
729-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L322">Api.ts:322</a></li>
735+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L327">Api.ts:327</a></li>
730736
</ul>
731737
</aside>
732738
<div class="tsd-comment tsd-typography">
@@ -772,7 +778,7 @@ <h3>report</h3>
772778
<li class="tsd-description">
773779
<aside class="tsd-sources">
774780
<ul>
775-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L342">Api.ts:342</a></li>
781+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L347">Api.ts:347</a></li>
776782
</ul>
777783
</aside>
778784
<div class="tsd-comment tsd-typography">
@@ -815,7 +821,7 @@ <h3>request</h3>
815821
<li class="tsd-description">
816822
<aside class="tsd-sources">
817823
<ul>
818-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L355">Api.ts:355</a></li>
824+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L360">Api.ts:360</a></li>
819825
</ul>
820826
</aside>
821827
<div class="tsd-comment tsd-typography">
@@ -864,7 +870,7 @@ <h3>search</h3>
864870
<li class="tsd-description">
865871
<aside class="tsd-sources">
866872
<ul>
867-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L443">Api.ts:443</a></li>
873+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L448">Api.ts:448</a></li>
868874
</ul>
869875
</aside>
870876
<div class="tsd-comment tsd-typography">
@@ -907,7 +913,7 @@ <h3>set<wbr>Api<wbr>Key</h3>
907913
<li class="tsd-description">
908914
<aside class="tsd-sources">
909915
<ul>
910-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L452">Api.ts:452</a></li>
916+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L457">Api.ts:457</a></li>
911917
</ul>
912918
</aside>
913919
<div class="tsd-comment tsd-typography">
@@ -941,7 +947,7 @@ <h3>set<wbr>SessionID</h3>
941947
<li class="tsd-description">
942948
<aside class="tsd-sources">
943949
<ul>
944-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L461">Api.ts:461</a></li>
950+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L466">Api.ts:466</a></li>
945951
</ul>
946952
</aside>
947953
<div class="tsd-comment tsd-typography">
@@ -977,7 +983,7 @@ <h3>upload<wbr>File<wbr>Content</h3>
977983
<li class="tsd-description">
978984
<aside class="tsd-sources">
979985
<ul>
980-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L487">Api.ts:487</a></li>
986+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L492">Api.ts:492</a></li>
981987
</ul>
982988
</aside>
983989
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -1003,7 +1009,7 @@ <h3>upload<wbr>From<wbr>Stream</h3>
10031009
<li class="tsd-description">
10041010
<aside class="tsd-sources">
10051011
<ul>
1006-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L481">Api.ts:481</a></li>
1012+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L486">Api.ts:486</a></li>
10071013
</ul>
10081014
</aside>
10091015
<div class="tsd-comment tsd-typography">
@@ -1053,7 +1059,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Methods</h3>
10531059
<div class="tsd-signature tsd-kind-icon">Methods<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
10541060
<aside class="tsd-sources">
10551061
<ul>
1056-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L52">Api.ts:52</a></li>
1062+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L52">Api.ts:52</a></li>
10571063
</ul>
10581064
</aside>
10591065
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
@@ -1062,7 +1068,7 @@ <h3>DELETE</h3>
10621068
<div class="tsd-signature tsd-kind-icon">DELETE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;DELETE&quot;</span></div>
10631069
<aside class="tsd-sources">
10641070
<ul>
1065-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L55">Api.ts:55</a></li>
1071+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L55">Api.ts:55</a></li>
10661072
</ul>
10671073
</aside>
10681074
</section>
@@ -1072,7 +1078,7 @@ <h3>GET</h3>
10721078
<div class="tsd-signature tsd-kind-icon">GET<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;GET&quot;</span></div>
10731079
<aside class="tsd-sources">
10741080
<ul>
1075-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L53">Api.ts:53</a></li>
1081+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L53">Api.ts:53</a></li>
10761082
</ul>
10771083
</aside>
10781084
</section>
@@ -1082,7 +1088,7 @@ <h3>POST</h3>
10821088
<div class="tsd-signature tsd-kind-icon">POST<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;POST&quot;</span></div>
10831089
<aside class="tsd-sources">
10841090
<ul>
1085-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L56">Api.ts:56</a></li>
1091+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L56">Api.ts:56</a></li>
10861092
</ul>
10871093
</aside>
10881094
</section>
@@ -1092,7 +1098,7 @@ <h3>PUT</h3>
10921098
<div class="tsd-signature tsd-kind-icon">PUT<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;PUT&quot;</span></div>
10931099
<aside class="tsd-sources">
10941100
<ul>
1095-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L54">Api.ts:54</a></li>
1101+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L54">Api.ts:54</a></li>
10961102
</ul>
10971103
</aside>
10981104
</section>

0 commit comments

Comments
 (0)