Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed May 29, 2021
1 parent 94e4a2a commit 1f1c22d
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 41 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
4.1.0 - August 22, 2017

* feat: ability to pass options with the copy api method (Sassoun Derderian)
* chore(package): update @types/should to version 11.2.0 (greenkeeper[bot])
* chore(package): update @types/mocha to version 2.2.42 (greenkeeper[bot])
* chore(package): update @types/node to version 8.0.24 (greenkeeper[bot])
* chore(package): update ts-loader to version 2.3.3 (greenkeeper[bot])
* chore(package): update @types/node to version 8.0.23 (greenkeeper[bot])
* chore(package): update webpack to version 3.5.5 (greenkeeper[bot])
* chore(package): update @types/node to version 8.0.22 (greenkeeper[bot])
* chore(package): update phantomjs-prebuilt to version 2.1.15 (greenkeeper[bot])
* chore(package): update webpack to version 3.5.4 (greenkeeper[bot])
* chore(package): update fetch-mock to version 5.12.2 (greenkeeper[bot])
* chore(package): update webpack to version 3.5.2 (greenkeeper[bot])
* chore(package): update @types/node to version 8.0.20 (greenkeeper[bot])
* chore(package): update webpack to version 3.5.1 (greenkeeper[bot])
* chore(package): update tslint to version 5.6.0 (greenkeeper[bot])
* chore(package): update execa to version 0.8.0 (greenkeeper[bot])
* chore(package): update codecov to version 2.3.0 (greenkeeper[bot])
* docs: add .nojekyll file to render Github pages as it is (Sassoun Derderian)
* chore(package): update mocha to version 3.5.0 (greenkeeper[bot])
* chore(package): update ts-loader to version 2.3.2 (greenkeeper[bot])
* chore(package): update istanbul-instrumenter-loader to version 3.0.0 (greenkeeper[bot])
* chore(package): update semver to version 5.4.1 (greenkeeper[bot])

4.0.0 - July 31, 2017

* fix: preserving backward compatibility breaking: version is set to internal if omitted (Sassoun Derderian)
Expand Down
64 changes: 35 additions & 29 deletions docs/classes/_api_.api.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L59">Api.ts:59</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L59">Api.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -178,7 +178,7 @@ <h3>_http<wbr>Options</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L58">Api.ts:58</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L58">Api.ts:58</a></li>
</ul>
</aside>
</section>
Expand All @@ -188,7 +188,7 @@ <h3>server<wbr>AcceptsJSON</h3>
<div class="tsd-signature tsd-kind-icon">server<wbr>AcceptsJSON<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L59">Api.ts:59</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L59">Api.ts:59</a></li>
</ul>
</aside>
</section>
Expand All @@ -205,7 +205,7 @@ <h3>clear<wbr>Api<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L159">Api.ts:159</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L164">Api.ts:164</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -228,13 +228,13 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
<a name="copy" class="tsd-anchor"></a>
<h3>copy</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<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>
<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>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L127">Api.ts:127</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L128">Api.ts:128</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -271,6 +271,12 @@ <h5>updates: <span class="tsd-signature-type">object</span></h5>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> fields: <a href="../modules/_api_.html#tfields" class="tsd-signature-type">TFields</a></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
<div class="tsd-comment tsd-typography">
<p>A list of options that are attached to the copy request (object specific)</p>
</div>
</li>
</ul>
<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>
<p>A promise which will resolved with results if everything went ok and rejected otherwise</p>
Expand All @@ -287,7 +293,7 @@ <h3>count</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L147">Api.ts:147</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L152">Api.ts:152</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -326,7 +332,7 @@ <h3>create</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L180">Api.ts:180</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L185">Api.ts:185</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -372,7 +378,7 @@ <h3>edit</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L196">Api.ts:196</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L201">Api.ts:201</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -424,7 +430,7 @@ <h3>execute</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L212">Api.ts:212</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L217">Api.ts:217</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -476,7 +482,7 @@ <h3>get</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L235">Api.ts:235</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L240">Api.ts:240</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -525,7 +531,7 @@ <h3>get<wbr>Api<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L95">Api.ts:95</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L95">Api.ts:95</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -568,7 +574,7 @@ <h3>login</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L262">Api.ts:262</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L267">Api.ts:267</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -612,7 +618,7 @@ <h3>logout</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L274">Api.ts:274</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L279">Api.ts:279</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -640,7 +646,7 @@ <h3>metadata</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L293">Api.ts:293</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L298">Api.ts:298</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -674,7 +680,7 @@ <h3>named<wbr>Query</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L310">Api.ts:310</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L315">Api.ts:315</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -726,7 +732,7 @@ <h3>remove</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L322">Api.ts:322</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L327">Api.ts:327</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -772,7 +778,7 @@ <h3>report</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L342">Api.ts:342</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L347">Api.ts:347</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -815,7 +821,7 @@ <h3>request</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L355">Api.ts:355</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L360">Api.ts:360</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -864,7 +870,7 @@ <h3>search</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L443">Api.ts:443</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L448">Api.ts:448</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -907,7 +913,7 @@ <h3>set<wbr>Api<wbr>Key</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L452">Api.ts:452</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L457">Api.ts:457</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -941,7 +947,7 @@ <h3>set<wbr>SessionID</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L461">Api.ts:461</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L466">Api.ts:466</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -977,7 +983,7 @@ <h3>upload<wbr>File<wbr>Content</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L487">Api.ts:487</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L492">Api.ts:492</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -1003,7 +1009,7 @@ <h3>upload<wbr>From<wbr>Stream</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L481">Api.ts:481</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L486">Api.ts:486</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1053,7 +1059,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> Methods</h3>
<div class="tsd-signature tsd-kind-icon">Methods<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L52">Api.ts:52</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L52">Api.ts:52</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
Expand All @@ -1062,7 +1068,7 @@ <h3>DELETE</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L55">Api.ts:55</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L55">Api.ts:55</a></li>
</ul>
</aside>
</section>
Expand All @@ -1072,7 +1078,7 @@ <h3>GET</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L53">Api.ts:53</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L53">Api.ts:53</a></li>
</ul>
</aside>
</section>
Expand All @@ -1082,7 +1088,7 @@ <h3>POST</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L56">Api.ts:56</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L56">Api.ts:56</a></li>
</ul>
</aside>
</section>
Expand All @@ -1092,7 +1098,7 @@ <h3>PUT</h3>
<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>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0da55d2/src/Api.ts#L54">Api.ts:54</a></li>
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/c2f50c0/src/Api.ts#L54">Api.ts:54</a></li>
</ul>
</aside>
</section>
Expand Down
Loading

0 comments on commit 1f1c22d

Please sign in to comment.