Skip to content

Commit 52d5326

Browse files
committed
v7.0.2
1 parent e035ab9 commit 52d5326

File tree

8 files changed

+104
-100
lines changed

8 files changed

+104
-100
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## <small>7.0.2 (2020-05-15)</small>
2+
3+
- fix: wrong typings path ([3a9cc75](https://github.com/Workfront/workfront-api/commit/3a9cc75))
4+
15
## <small>7.0.1 (2020-05-12)</small>
26

37
- fix: cjs bundle was broken ([0cc423e](https://github.com/Workfront/workfront-api/commit/0cc423e))

docs/classes/_api_.api.html

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

docs/classes/_node_.nodeapi.html

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

docs/interfaces/_api_.iapiconfig.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> always<wbr>Use<wbr>Ge
100100
<div class="tsd-signature tsd-kind-icon">always<wbr>Use<wbr>Get<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
101101
<aside class="tsd-sources">
102102
<ul>
103-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L38">Api.ts:38</a></li>
103+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L38">Api.ts:38</a></li>
104104
</ul>
105105
</aside>
106106
</section>
@@ -110,7 +110,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> api<wbr>Key</h3>
110110
<div class="tsd-signature tsd-kind-icon">api<wbr>Key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
111111
<aside class="tsd-sources">
112112
<ul>
113-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L39">Api.ts:39</a></li>
113+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L39">Api.ts:39</a></li>
114114
</ul>
115115
</aside>
116116
</section>
@@ -120,7 +120,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> headers</h3>
120120
<div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span></div>
121121
<aside class="tsd-sources">
122122
<ul>
123-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L40">Api.ts:40</a></li>
123+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L40">Api.ts:40</a></li>
124124
</ul>
125125
</aside>
126126
<div class="tsd-type-declaration">
@@ -138,7 +138,7 @@ <h3>url</h3>
138138
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
139139
<aside class="tsd-sources">
140140
<ul>
141-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L36">Api.ts:36</a></li>
141+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L36">Api.ts:36</a></li>
142142
</ul>
143143
</aside>
144144
</section>
@@ -148,7 +148,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> version</h3>
148148
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
149149
<aside class="tsd-sources">
150150
<ul>
151-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L37">Api.ts:37</a></li>
151+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L37">Api.ts:37</a></li>
152152
</ul>
153153
</aside>
154154
</section>

docs/interfaces/_api_.ibatchapi.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>copy</h3>
108108
<div class="tsd-signature tsd-kind-icon">copy<span class="tsd-signature-symbol">:</span> <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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
109109
<aside class="tsd-sources">
110110
<ul>
111-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L683">Api.ts:683</a></li>
111+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L683">Api.ts:683</a></li>
112112
</ul>
113113
</aside>
114114
<div class="tsd-type-declaration">
@@ -151,7 +151,7 @@ <h3>count</h3>
151151
<div class="tsd-signature tsd-kind-icon">count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, query<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span></div>
152152
<aside class="tsd-sources">
153153
<ul>
154-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L690">Api.ts:690</a></li>
154+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L690">Api.ts:690</a></li>
155155
</ul>
156156
</aside>
157157
<div class="tsd-type-declaration">
@@ -185,7 +185,7 @@ <h3>create</h3>
185185
<div class="tsd-signature tsd-kind-icon">create<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
186186
<aside class="tsd-sources">
187187
<ul>
188-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L691">Api.ts:691</a></li>
188+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L691">Api.ts:691</a></li>
189189
</ul>
190190
</aside>
191191
<div class="tsd-type-declaration">
@@ -222,7 +222,7 @@ <h3>edit</h3>
222222
<div class="tsd-signature tsd-kind-icon">edit<span class="tsd-signature-symbol">:</span> <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">any</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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
223223
<aside class="tsd-sources">
224224
<ul>
225-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L692">Api.ts:692</a></li>
225+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L692">Api.ts:692</a></li>
226226
</ul>
227227
</aside>
228228
<div class="tsd-type-declaration">
@@ -262,7 +262,7 @@ <h3>edit<wbr>Multiple</h3>
262262
<div class="tsd-signature tsd-kind-icon">edit<wbr>Multiple<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<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">any</span><span class="tsd-signature-symbol">[]</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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
263263
<aside class="tsd-sources">
264264
<ul>
265-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L693">Api.ts:693</a></li>
265+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L693">Api.ts:693</a></li>
266266
</ul>
267267
</aside>
268268
<div class="tsd-type-declaration">
@@ -299,7 +299,7 @@ <h3>execute</h3>
299299
<div class="tsd-signature tsd-kind-icon">execute<span class="tsd-signature-symbol">:</span> <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><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span>, action<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, actionArgs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span></div>
300300
<aside class="tsd-sources">
301301
<ul>
302-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L694">Api.ts:694</a></li>
302+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L694">Api.ts:694</a></li>
303303
</ul>
304304
</aside>
305305
<div class="tsd-type-declaration">
@@ -339,7 +339,7 @@ <h3>get</h3>
339339
<div class="tsd-signature tsd-kind-icon">get<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, objIDs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
340340
<aside class="tsd-sources">
341341
<ul>
342-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L695">Api.ts:695</a></li>
342+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L695">Api.ts:695</a></li>
343343
</ul>
344344
</aside>
345345
<div class="tsd-type-declaration">
@@ -376,7 +376,7 @@ <h3>metadata</h3>
376376
<div class="tsd-signature tsd-kind-icon">metadata<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
377377
<aside class="tsd-sources">
378378
<ul>
379-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L696">Api.ts:696</a></li>
379+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L696">Api.ts:696</a></li>
380380
</ul>
381381
</aside>
382382
<div class="tsd-type-declaration">
@@ -410,7 +410,7 @@ <h3>named<wbr>Query</h3>
410410
<div class="tsd-signature tsd-kind-icon">named<wbr>Query<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, query<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, queryArgs<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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
411411
<aside class="tsd-sources">
412412
<ul>
413-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L697">Api.ts:697</a></li>
413+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L697">Api.ts:697</a></li>
414414
</ul>
415415
</aside>
416416
<div class="tsd-type-declaration">
@@ -450,7 +450,7 @@ <h3>remove</h3>
450450
<div class="tsd-signature tsd-kind-icon">remove<span class="tsd-signature-symbol">:</span> <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>, bForce<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span></div>
451451
<aside class="tsd-sources">
452452
<ul>
453-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L698">Api.ts:698</a></li>
453+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L698">Api.ts:698</a></li>
454454
</ul>
455455
</aside>
456456
<div class="tsd-type-declaration">
@@ -487,7 +487,7 @@ <h3>report</h3>
487487
<div class="tsd-signature tsd-kind-icon">report<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, query<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span></div>
488488
<aside class="tsd-sources">
489489
<ul>
490-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L699">Api.ts:699</a></li>
490+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L699">Api.ts:699</a></li>
491491
</ul>
492492
</aside>
493493
<div class="tsd-type-declaration">
@@ -521,7 +521,7 @@ <h3>request</h3>
521521
<div class="tsd-signature tsd-kind-icon">request<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, fields<span class="tsd-signature-symbol">?: </span><a href="../modules/_api_.html#tfields" class="tsd-signature-type">TFields</a>, method<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">string</span></div>
522522
<aside class="tsd-sources">
523523
<ul>
524-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L700">Api.ts:700</a></li>
524+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L700">Api.ts:700</a></li>
525525
</ul>
526526
</aside>
527527
<div class="tsd-type-declaration">
@@ -561,7 +561,7 @@ <h3>search</h3>
561561
<div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>objCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, query<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"> =&gt; </span><span class="tsd-signature-type">string</span></div>
562562
<aside class="tsd-sources">
563563
<ul>
564-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L701">Api.ts:701</a></li>
564+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L701">Api.ts:701</a></li>
565565
</ul>
566566
</aside>
567567
<div class="tsd-type-declaration">

docs/interfaces/_api_.ihttpoptions.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> always<wbr>Use<wbr>Ge
100100
<div class="tsd-signature tsd-kind-icon">always<wbr>Use<wbr>Get<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
101101
<aside class="tsd-sources">
102102
<ul>
103-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L28">Api.ts:28</a></li>
103+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L28">Api.ts:28</a></li>
104104
</ul>
105105
</aside>
106106
</section>
@@ -110,7 +110,7 @@ <h3>headers</h3>
110110
<div class="tsd-signature tsd-kind-icon">headers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>X-XSRF-TOKEN<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>apiKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>sessionID<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
111111
<aside class="tsd-sources">
112112
<ul>
113-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L29">Api.ts:29</a></li>
113+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L29">Api.ts:29</a></li>
114114
</ul>
115115
</aside>
116116
<div class="tsd-type-declaration">
@@ -134,7 +134,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> method</h3>
134134
<div class="tsd-signature tsd-kind-icon">method<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
135135
<aside class="tsd-sources">
136136
<ul>
137-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L26">Api.ts:26</a></li>
137+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L26">Api.ts:26</a></li>
138138
</ul>
139139
</aside>
140140
</section>
@@ -144,7 +144,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> path</h3>
144144
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
145145
<aside class="tsd-sources">
146146
<ul>
147-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L25">Api.ts:25</a></li>
147+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L25">Api.ts:25</a></li>
148148
</ul>
149149
</aside>
150150
</section>
@@ -154,7 +154,7 @@ <h3>url</h3>
154154
<div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
155155
<aside class="tsd-sources">
156156
<ul>
157-
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/0cc423e/src/Api.ts#L27">Api.ts:27</a></li>
157+
<li>Defined in <a href="https://github.com/Workfront/workfront-api/blob/e035ab9/src/Api.ts#L27">Api.ts:27</a></li>
158158
</ul>
159159
</aside>
160160
</section>

0 commit comments

Comments
 (0)