Skip to content

Commit e03e93f

Browse files
committed
docs fix
1 parent 07540db commit e03e93f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/TiledeskClient.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ <h4 class="name" id="changeBot"><span class="type-signature"></span>changeBot<sp
15241524
<div class="description">
15251525
Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the hidden 'start' message.
15261526

1527-
<b>Orchestration API</b> (Mashup of REST APIs)
1527+
<b>Orchestration APIs</b> (Mashup of REST APIs)
15281528
</div>
15291529

15301530

@@ -1709,7 +1709,7 @@ <h4 class="name" id="changeBotAndMessage"><span class="type-signature"></span>ch
17091709
<div class="description">
17101710
Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the optional first message.
17111711

1712-
<b>Orchestration API</b> (Mashup of REST APIs)
1712+
<b>Orchestration APIs</b> (Mashup of REST APIs)
17131713
</div>
17141714

17151715

@@ -7685,7 +7685,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="TiledeskC
76857685
<br class="clear">
76867686

76877687
<footer>
7688-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:18:59 GMT+0200 (Central European Summer Time)
7688+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:21:33 GMT+0200 (Central European Summer Time)
76897689
</footer>
76907690

76917691
<script> prettyPrint(); </script>

docs/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="TiledeskC
11081108
<br class="clear">
11091109

11101110
<footer>
1111-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:18:59 GMT+0200 (Central European Summer Time)
1111+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:21:33 GMT+0200 (Central European Summer Time)
11121112
</footer>
11131113

11141114
<script> prettyPrint(); </script>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="TiledeskC
5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:18:59 GMT+0200 (Central European Summer Time)
59+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:21:33 GMT+0200 (Central European Summer Time)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

docs/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ <h1 class="page-title">Source: index.js</h1>
10951095
/**
10961096
* Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the hidden 'start' message.
10971097
*
1098-
* &lt;b>Orchestration API&lt;/b> (Mashup of REST APIs)
1098+
* &lt;b>Orchestration APIs&lt;/b> (Mashup of REST APIs)
10991099
*
11001100
* @param {string} requestId - The request ID
11011101
* @param {string} botId - The id of the bot to add in the conversation.
@@ -1152,7 +1152,7 @@ <h1 class="page-title">Source: index.js</h1>
11521152
/**
11531153
* Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the optional first message.
11541154
*
1155-
* &lt;b>Orchestration API&lt;/b> (Mashup of REST APIs)
1155+
* &lt;b>Orchestration APIs&lt;/b> (Mashup of REST APIs)
11561156
*
11571157
* @param {string} requestId - The request ID
11581158
* @param {string} botAsPartecipantId - The bot id in the form 'bot_${botId}'.
@@ -2253,7 +2253,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="TiledeskC
22532253
<br class="clear">
22542254

22552255
<footer>
2256-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:18:59 GMT+0200 (Central European Summer Time)
2256+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Sun Mar 27 2022 12:21:32 GMT+0200 (Central European Summer Time)
22572257
</footer>
22582258

22592259
<script> prettyPrint(); </script>

tiledesk-client/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ class TiledeskClient {
10671067
/**
10681068
* Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the hidden 'start' message.
10691069
*
1070-
* <b>Orchestration API</b> (Mashup of REST APIs)
1070+
* <b>Orchestration APIs</b> (Mashup of REST APIs)
10711071
*
10721072
* @param {string} requestId - The request ID
10731073
* @param {string} botId - The id of the bot to add in the conversation.
@@ -1124,7 +1124,7 @@ class TiledeskClient {
11241124
/**
11251125
* Updates the Request removing the current chatbot (if any) and adding the new one. Then it sends the optional first message.
11261126
*
1127-
* <b>Orchestration API</b> (Mashup of REST APIs)
1127+
* <b>Orchestration APIs</b> (Mashup of REST APIs)
11281128
*
11291129
* @param {string} requestId - The request ID
11301130
* @param {string} botAsPartecipantId - The bot id in the form 'bot_${botId}'.

0 commit comments

Comments
 (0)