Skip to content

Commit aa4efaf

Browse files
committed
Add analytics tags to search submit
1 parent a00b792 commit aa4efaf

24 files changed

+513
-231
lines changed

dist/constructorio-client-javascript-2.67.1.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

dist/constructorio-client-javascript-2.67.2.js

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ConstructorIO.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ <h6>Properties</h6>
16711671
<br class="clear">
16721672

16731673
<footer>
1674-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1674+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
16751675
</footer>
16761676

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

docs/constructorio.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h1 class="page-title">constructorio.js</h1>
260260
<br class="clear">
261261

262262
<footer>
263-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
263+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
264264
</footer>
265265

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h2>Development / npm commands</h2>
114114
<br class="clear">
115115

116116
<footer>
117-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
117+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
118118
</footer>
119119

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

docs/module-agent.html

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,26 @@ <h1 class="page-title">agent</h1>
4949

5050
<header>
5151

52+
53+
54+
55+
5256
</header>
5357

5458
<article>
5559

5660
<div class="container-overview">
5761

5862

63+
<div class="description usertext">Interface to agent SSE.
64+
Replaces the previous Assistant module.</div>
65+
66+
67+
68+
69+
70+
71+
5972

6073
<dl class="details">
6174

@@ -105,10 +118,50 @@ <h1 class="page-title">agent</h1>
105118

106119

107120

108-
109-
<div class="description usertext">Interface to agent SSE.
110-
Replaces the previous Assistant module.</div>
111-
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
<h5 class="h5-returns">Returns:</h5>
145+
146+
147+
148+
149+
<dl class="param-type">
150+
<dt>
151+
Type
152+
</dt>
153+
<dd>
154+
155+
<span class="param-type">object</span>
156+
157+
158+
159+
</dd>
160+
</dl>
161+
162+
163+
164+
112165

113166

114167

@@ -459,7 +512,7 @@ <h5 class="h5-returns">Returns:</h5>
459512
<br class="clear">
460513

461514
<footer>
462-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
515+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
463516
</footer>
464517

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

docs/module-assistant.html

Lines changed: 3 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ <h1 class="page-title">assistant</h1>
4949

5050
<header>
5151

52+
53+
5254
</header>
5355

5456
<article>
@@ -57,55 +59,6 @@ <h1 class="page-title">assistant</h1>
5759

5860

5961

60-
<dl class="details">
61-
62-
63-
64-
<dt class="tag-source">Source:</dt>
65-
<dd class="tag-source"><ul class="dummy"><li>
66-
<a href="modules_assistant.js.html">modules/assistant.js</a>, <a href="modules_assistant.js.html#line4">line 4</a>
67-
</li></ul></dd>
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
80-
81-
82-
83-
84-
85-
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>This module is deprecated and will be removed in a future version. Use the Agent module instead.
86-
Interface to assistant SSE.</li></ul></dd>
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
98-
99-
100-
101-
102-
</dl>
103-
104-
105-
106-
107-
108-
10962

11063

11164
</div>
@@ -457,7 +410,7 @@ <h5 class="h5-returns">Returns:</h5>
457410
<br class="clear">
458411

459412
<footer>
460-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
413+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
461414
</footer>
462415

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

docs/module-autocomplete.html

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,25 @@ <h1 class="page-title">autocomplete</h1>
4949

5050
<header>
5151

52+
53+
54+
55+
5256
</header>
5357

5458
<article>
5559

5660
<div class="container-overview">
5761

5862

63+
<div class="description usertext">Interface to autocomplete related API calls.</div>
64+
65+
66+
67+
68+
69+
70+
5971

6072
<dl class="details">
6173

@@ -104,9 +116,50 @@ <h1 class="page-title">autocomplete</h1>
104116

105117

106118

107-
108-
<div class="description usertext">Interface to autocomplete related API calls.</div>
109-
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
<h5 class="h5-returns">Returns:</h5>
143+
144+
145+
146+
147+
<dl class="param-type">
148+
<dt>
149+
Type
150+
</dt>
151+
<dd>
152+
153+
<span class="param-type">object</span>
154+
155+
156+
157+
</dd>
158+
</dl>
159+
160+
161+
162+
110163

111164

112165

@@ -798,7 +851,7 @@ <h5 class="h5-returns">Returns:</h5>
798851
<br class="clear">
799852

800853
<footer>
801-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Jul 24 2025 18:11:47 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
854+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Aug 07 2025 14:07:52 GMT+0300 (GMT+03:00) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
802855
</footer>
803856

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

0 commit comments

Comments
 (0)