File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
clients/algoliasearch-client-javascript
templates/javascript/clients/client/api Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ jobs:
220
220
run : cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }}
221
221
222
222
- name : Test JavaScript bundle size
223
- if : ${{ startsWith(env.head_ref, 'chore/prepare-release-') }}
224
223
run : cd clients/algoliasearch-client-javascript && yarn test:size
225
224
226
225
- name : Remove previous CTS output
Original file line number Diff line number Diff line change 2
2
"files" : [
3
3
{
4
4
"path" : " packages/algoliasearch/dist/algoliasearch.umd.js" ,
5
- "maxSize" : " 8.65KB "
5
+ "maxSize" : " 9.10KB "
6
6
},
7
7
{
8
8
"path" : " packages/algoliasearch/dist/lite/lite.umd.js" ,
9
- "maxSize" : " 3.90KB "
9
+ "maxSize" : " 3.95KB "
10
10
},
11
11
{
12
12
"path" : " packages/client-abtesting/dist/client-abtesting.umd.js" ,
30
30
},
31
31
{
32
32
"path" : " packages/client-search/dist/client-search.umd.js" ,
33
- "maxSize" : " 7.05KB "
33
+ "maxSize" : " 7.15KB "
34
34
},
35
35
{
36
36
"path" : " packages/ingestion/dist/ingestion.umd.js" ,
37
- "maxSize" : " 5.20KB "
37
+ "maxSize" : " 5.90KB "
38
38
},
39
39
{
40
40
"path" : " packages/monitoring/dist/monitoring.umd.js" ,
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ import type {
58
58
import type { BatchRequest } from '../model/batchRequest';
59
59
{ {/isSearchClient} }
60
60
61
+ { {#isAlgoliasearchClient} }
62
+ import type { SearchResponse } from '../model/searchResponse';
63
+ import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
64
+ { {/isAlgoliasearchClient} }
65
+
61
66
{ {#isIngestionClient} }
62
67
import type { OnDemandTrigger } from '../model/onDemandTrigger';
63
68
import type { ScheduleTrigger } from '../model/scheduleTrigger';
You can’t perform that action at this time.
0 commit comments