algoliasearch 5.2.4-beta.4 → 5.2.4-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builds/browser.ts +1 -1
- package/builds/models.ts +5 -11
- package/builds/node.ts +1 -1
- package/dist/algoliasearch.umd.js +3 -3
- package/dist/browser.d.ts +3 -5
- package/dist/browser.js +1 -319
- package/dist/browser.js.map +1 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.js.map +1 -1
- package/dist/lite/browser.d.ts +1 -1
- package/dist/lite/builds/browser.js +1 -1
- package/dist/lite/builds/browser.js.map +1 -1
- package/dist/lite/builds/browser.min.js +1 -1
- package/dist/lite/builds/browser.min.js.map +1 -1
- package/dist/lite/builds/browser.umd.js +1 -1
- package/dist/lite/builds/node.cjs +1 -1
- package/dist/lite/builds/node.cjs.map +1 -1
- package/dist/lite/builds/node.js +1 -1
- package/dist/lite/builds/node.js.map +1 -1
- package/dist/lite/node.d.cts +1 -1
- package/dist/lite/node.d.ts +1 -1
- package/dist/lite/src/liteClient.cjs +1 -1
- package/dist/lite/src/liteClient.cjs.map +1 -1
- package/dist/lite/src/liteClient.js +1 -1
- package/dist/lite/src/liteClient.js.map +1 -1
- package/dist/node.cjs +10 -254
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +3 -5
- package/dist/node.d.ts +3 -5
- package/dist/node.js +1 -319
- package/dist/node.js.map +1 -1
- package/lite/src/liteClient.ts +1 -1
- package/package.json +9 -9
package/dist/browser.d.ts
CHANGED
|
@@ -3,19 +3,17 @@ import * as _algolia_client_common from '@algolia/client-common';
|
|
|
3
3
|
import { ClientOptions } from '@algolia/client-common';
|
|
4
4
|
import * as _algolia_client_search from '@algolia/client-search';
|
|
5
5
|
export * from '@algolia/client-search';
|
|
6
|
-
export { AdvancedSyntaxFeatures, AlternativesAsExact, Anchoring, AroundPrecision, AroundRadius, AroundRadiusAll, AutomaticFacetFilter, AutomaticFacetFilters, BaseSearchParams, BaseSearchParamsWithoutQuery, BaseSearchResponse, BooleanString, Condition, Consequence, ConsequenceHide, ConsequenceParams, ConsequenceQuery, ConsequenceQueryObject, CustomDeleteProps, CustomGetProps, CustomPostProps, CustomPutProps, DeletedAtResponse, Distinct, Edit, EditType, ErrorBase, ExactOnSingleWordQuery, Exhaustive, FacetFilters, FacetOrdering, FacetStats, Facets, HighlightResult, HighlightResultOption, IgnorePlurals, IndexSettingsAsSearchParams, MatchLevel, MatchedGeoLocation, Mode, NumericFilters, OptionalFilters, Params, Personalization, Promote, PromoteObjectID, PromoteObjectIDs, QueryType, Range, RankingInfo, ReRankingApplyFilter, Redirect, RedirectRuleIndexData, RedirectRuleIndexMetadata, RedirectURL, RemoveStopWords, RemoveWordsIfNoResults, RenderingContent,
|
|
6
|
+
export { AdvancedSyntaxFeatures, AlternativesAsExact, Anchoring, AroundPrecision, AroundRadius, AroundRadiusAll, AutomaticFacetFilter, AutomaticFacetFilters, BaseSearchParams, BaseSearchParamsWithoutQuery, BaseSearchResponse, BooleanString, Condition, Consequence, ConsequenceHide, ConsequenceParams, ConsequenceQuery, ConsequenceQueryObject, CustomDeleteProps, CustomGetProps, CustomPostProps, CustomPutProps, DeletedAtResponse, Distinct, Edit, EditType, ErrorBase, ExactOnSingleWordQuery, Exhaustive, FacetFilters, FacetOrdering, FacetStats, Facets, HighlightResult, HighlightResultOption, IgnorePlurals, IndexSettingsAsSearchParams, MatchLevel, MatchedGeoLocation, Mode, NumericFilters, OptionalFilters, Params, Personalization, Promote, PromoteObjectID, PromoteObjectIDs, QueryType, Range, RankingInfo, ReRankingApplyFilter, Redirect, RedirectRuleIndexData, RedirectRuleIndexMetadata, RedirectURL, RemoveStopWords, RemoveWordsIfNoResults, RenderingContent, SearchPagination, SearchParams, SearchParamsObject, SearchParamsQuery, SemanticSearch, SnippetResult, SnippetResultOption, SortRemainingBy, SupportedLanguage, TagFilters, TaskStatus, TypoTolerance, TypoToleranceEnum, Value, apiClientVersion } from '@algolia/client-search';
|
|
7
7
|
import { Region as Region$1, AbtestingClient } from '@algolia/client-abtesting';
|
|
8
8
|
export * from '@algolia/client-abtesting';
|
|
9
|
-
export { Region as ABTestingRegion
|
|
9
|
+
export { Region as ABTestingRegion } from '@algolia/client-abtesting';
|
|
10
10
|
import { Region as Region$2, AnalyticsClient } from '@algolia/client-analytics';
|
|
11
11
|
export * from '@algolia/client-analytics';
|
|
12
|
-
export {
|
|
12
|
+
export { Region as AnalyticsRegion } from '@algolia/client-analytics';
|
|
13
13
|
import { Region as Region$3, PersonalizationClient } from '@algolia/client-personalization';
|
|
14
14
|
export * from '@algolia/client-personalization';
|
|
15
|
-
export { PersonalizationClient } from '@algolia/client-personalization';
|
|
16
15
|
import { RecommendClient } from '@algolia/recommend';
|
|
17
16
|
export * from '@algolia/recommend';
|
|
18
|
-
export { RecommendClient } from '@algolia/recommend';
|
|
19
17
|
|
|
20
18
|
type Region = Region$1 | Region$2;
|
|
21
19
|
|
package/dist/browser.js
CHANGED
|
@@ -19,85 +19,6 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
|
|
|
19
19
|
// builds/browser.ts
|
|
20
20
|
var browser_exports = {};
|
|
21
21
|
__export(browser_exports, {
|
|
22
|
-
ABTestingRegion: () => ABTestingRegion,
|
|
23
|
-
AbtestingClient: () => AbtestingClient,
|
|
24
|
-
AdvancedSyntaxFeatures: () => AdvancedSyntaxFeatures,
|
|
25
|
-
AlternativesAsExact: () => AlternativesAsExact,
|
|
26
|
-
AnalyticsClient: () => AnalyticsClient,
|
|
27
|
-
AnalyticsRegion: () => AnalyticsRegion,
|
|
28
|
-
Anchoring: () => Anchoring,
|
|
29
|
-
AroundPrecision: () => AroundPrecision,
|
|
30
|
-
AroundRadius: () => AroundRadius,
|
|
31
|
-
AroundRadiusAll: () => AroundRadiusAll,
|
|
32
|
-
AutomaticFacetFilter: () => AutomaticFacetFilter,
|
|
33
|
-
AutomaticFacetFilters: () => AutomaticFacetFilters,
|
|
34
|
-
BaseSearchParams: () => BaseSearchParams,
|
|
35
|
-
BaseSearchParamsWithoutQuery: () => BaseSearchParamsWithoutQuery,
|
|
36
|
-
BaseSearchResponse: () => BaseSearchResponse,
|
|
37
|
-
BooleanString: () => BooleanString,
|
|
38
|
-
Condition: () => Condition,
|
|
39
|
-
Consequence: () => Consequence,
|
|
40
|
-
ConsequenceHide: () => ConsequenceHide,
|
|
41
|
-
ConsequenceParams: () => ConsequenceParams,
|
|
42
|
-
ConsequenceQuery: () => ConsequenceQuery,
|
|
43
|
-
ConsequenceQueryObject: () => ConsequenceQueryObject,
|
|
44
|
-
CustomDeleteProps: () => CustomDeleteProps,
|
|
45
|
-
CustomGetProps: () => CustomGetProps,
|
|
46
|
-
CustomPostProps: () => CustomPostProps,
|
|
47
|
-
CustomPutProps: () => CustomPutProps,
|
|
48
|
-
DeletedAtResponse: () => DeletedAtResponse,
|
|
49
|
-
Distinct: () => Distinct,
|
|
50
|
-
Edit: () => Edit,
|
|
51
|
-
EditType: () => EditType,
|
|
52
|
-
ErrorBase: () => ErrorBase,
|
|
53
|
-
ExactOnSingleWordQuery: () => ExactOnSingleWordQuery,
|
|
54
|
-
Exhaustive: () => Exhaustive,
|
|
55
|
-
FacetFilters: () => FacetFilters,
|
|
56
|
-
FacetOrdering: () => FacetOrdering,
|
|
57
|
-
FacetStats: () => FacetStats,
|
|
58
|
-
Facets: () => Facets,
|
|
59
|
-
HighlightResult: () => HighlightResult,
|
|
60
|
-
HighlightResultOption: () => HighlightResultOption,
|
|
61
|
-
IgnorePlurals: () => IgnorePlurals,
|
|
62
|
-
IndexSettingsAsSearchParams: () => IndexSettingsAsSearchParams,
|
|
63
|
-
MatchLevel: () => MatchLevel,
|
|
64
|
-
MatchedGeoLocation: () => MatchedGeoLocation,
|
|
65
|
-
Mode: () => Mode,
|
|
66
|
-
NumericFilters: () => NumericFilters,
|
|
67
|
-
OptionalFilters: () => OptionalFilters,
|
|
68
|
-
Params: () => Params,
|
|
69
|
-
Personalization: () => Personalization,
|
|
70
|
-
PersonalizationClient: () => PersonalizationClient,
|
|
71
|
-
Promote: () => Promote,
|
|
72
|
-
PromoteObjectID: () => PromoteObjectID,
|
|
73
|
-
PromoteObjectIDs: () => PromoteObjectIDs,
|
|
74
|
-
QueryType: () => QueryType,
|
|
75
|
-
Range: () => Range,
|
|
76
|
-
RankingInfo: () => RankingInfo,
|
|
77
|
-
ReRankingApplyFilter: () => ReRankingApplyFilter,
|
|
78
|
-
RecommendClient: () => RecommendClient,
|
|
79
|
-
Redirect: () => Redirect,
|
|
80
|
-
RedirectRuleIndexData: () => RedirectRuleIndexData,
|
|
81
|
-
RedirectRuleIndexMetadata: () => RedirectRuleIndexMetadata,
|
|
82
|
-
RedirectURL: () => RedirectURL,
|
|
83
|
-
RemoveStopWords: () => RemoveStopWords,
|
|
84
|
-
RemoveWordsIfNoResults: () => RemoveWordsIfNoResults,
|
|
85
|
-
RenderingContent: () => RenderingContent,
|
|
86
|
-
SearchClient: () => SearchClient,
|
|
87
|
-
SearchPagination: () => SearchPagination,
|
|
88
|
-
SearchParams: () => SearchParams,
|
|
89
|
-
SearchParamsObject: () => SearchParamsObject,
|
|
90
|
-
SearchParamsQuery: () => SearchParamsQuery,
|
|
91
|
-
SemanticSearch: () => SemanticSearch,
|
|
92
|
-
SnippetResult: () => SnippetResult,
|
|
93
|
-
SnippetResultOption: () => SnippetResultOption,
|
|
94
|
-
SortRemainingBy: () => SortRemainingBy,
|
|
95
|
-
SupportedLanguage: () => SupportedLanguage,
|
|
96
|
-
TagFilters: () => TagFilters,
|
|
97
|
-
TaskStatus: () => TaskStatus,
|
|
98
|
-
TypoTolerance: () => TypoTolerance,
|
|
99
|
-
TypoToleranceEnum: () => TypoToleranceEnum,
|
|
100
|
-
Value: () => Value,
|
|
101
22
|
algoliasearch: () => algoliasearch,
|
|
102
23
|
apiClientVersion: () => apiClientVersion
|
|
103
24
|
});
|
|
@@ -119,85 +40,6 @@ import { createXhrRequester } from "@algolia/requester-browser-xhr";
|
|
|
119
40
|
// builds/models.ts
|
|
120
41
|
var models_exports = {};
|
|
121
42
|
__export(models_exports, {
|
|
122
|
-
ABTestingRegion: () => ABTestingRegion,
|
|
123
|
-
AbtestingClient: () => AbtestingClient,
|
|
124
|
-
AdvancedSyntaxFeatures: () => AdvancedSyntaxFeatures,
|
|
125
|
-
AlternativesAsExact: () => AlternativesAsExact,
|
|
126
|
-
AnalyticsClient: () => AnalyticsClient,
|
|
127
|
-
AnalyticsRegion: () => AnalyticsRegion,
|
|
128
|
-
Anchoring: () => Anchoring,
|
|
129
|
-
AroundPrecision: () => AroundPrecision,
|
|
130
|
-
AroundRadius: () => AroundRadius,
|
|
131
|
-
AroundRadiusAll: () => AroundRadiusAll,
|
|
132
|
-
AutomaticFacetFilter: () => AutomaticFacetFilter,
|
|
133
|
-
AutomaticFacetFilters: () => AutomaticFacetFilters,
|
|
134
|
-
BaseSearchParams: () => BaseSearchParams,
|
|
135
|
-
BaseSearchParamsWithoutQuery: () => BaseSearchParamsWithoutQuery,
|
|
136
|
-
BaseSearchResponse: () => BaseSearchResponse,
|
|
137
|
-
BooleanString: () => BooleanString,
|
|
138
|
-
Condition: () => Condition,
|
|
139
|
-
Consequence: () => Consequence,
|
|
140
|
-
ConsequenceHide: () => ConsequenceHide,
|
|
141
|
-
ConsequenceParams: () => ConsequenceParams,
|
|
142
|
-
ConsequenceQuery: () => ConsequenceQuery,
|
|
143
|
-
ConsequenceQueryObject: () => ConsequenceQueryObject,
|
|
144
|
-
CustomDeleteProps: () => CustomDeleteProps,
|
|
145
|
-
CustomGetProps: () => CustomGetProps,
|
|
146
|
-
CustomPostProps: () => CustomPostProps,
|
|
147
|
-
CustomPutProps: () => CustomPutProps,
|
|
148
|
-
DeletedAtResponse: () => DeletedAtResponse,
|
|
149
|
-
Distinct: () => Distinct,
|
|
150
|
-
Edit: () => Edit,
|
|
151
|
-
EditType: () => EditType,
|
|
152
|
-
ErrorBase: () => ErrorBase,
|
|
153
|
-
ExactOnSingleWordQuery: () => ExactOnSingleWordQuery,
|
|
154
|
-
Exhaustive: () => Exhaustive,
|
|
155
|
-
FacetFilters: () => FacetFilters,
|
|
156
|
-
FacetOrdering: () => FacetOrdering,
|
|
157
|
-
FacetStats: () => FacetStats,
|
|
158
|
-
Facets: () => Facets,
|
|
159
|
-
HighlightResult: () => HighlightResult,
|
|
160
|
-
HighlightResultOption: () => HighlightResultOption,
|
|
161
|
-
IgnorePlurals: () => IgnorePlurals,
|
|
162
|
-
IndexSettingsAsSearchParams: () => IndexSettingsAsSearchParams,
|
|
163
|
-
MatchLevel: () => MatchLevel,
|
|
164
|
-
MatchedGeoLocation: () => MatchedGeoLocation,
|
|
165
|
-
Mode: () => Mode,
|
|
166
|
-
NumericFilters: () => NumericFilters,
|
|
167
|
-
OptionalFilters: () => OptionalFilters,
|
|
168
|
-
Params: () => Params,
|
|
169
|
-
Personalization: () => Personalization,
|
|
170
|
-
PersonalizationClient: () => PersonalizationClient,
|
|
171
|
-
Promote: () => Promote,
|
|
172
|
-
PromoteObjectID: () => PromoteObjectID,
|
|
173
|
-
PromoteObjectIDs: () => PromoteObjectIDs,
|
|
174
|
-
QueryType: () => QueryType,
|
|
175
|
-
Range: () => Range,
|
|
176
|
-
RankingInfo: () => RankingInfo,
|
|
177
|
-
ReRankingApplyFilter: () => ReRankingApplyFilter,
|
|
178
|
-
RecommendClient: () => RecommendClient,
|
|
179
|
-
Redirect: () => Redirect,
|
|
180
|
-
RedirectRuleIndexData: () => RedirectRuleIndexData,
|
|
181
|
-
RedirectRuleIndexMetadata: () => RedirectRuleIndexMetadata,
|
|
182
|
-
RedirectURL: () => RedirectURL,
|
|
183
|
-
RemoveStopWords: () => RemoveStopWords,
|
|
184
|
-
RemoveWordsIfNoResults: () => RemoveWordsIfNoResults,
|
|
185
|
-
RenderingContent: () => RenderingContent,
|
|
186
|
-
SearchClient: () => SearchClient,
|
|
187
|
-
SearchPagination: () => SearchPagination,
|
|
188
|
-
SearchParams: () => SearchParams,
|
|
189
|
-
SearchParamsObject: () => SearchParamsObject,
|
|
190
|
-
SearchParamsQuery: () => SearchParamsQuery,
|
|
191
|
-
SemanticSearch: () => SemanticSearch,
|
|
192
|
-
SnippetResult: () => SnippetResult,
|
|
193
|
-
SnippetResultOption: () => SnippetResultOption,
|
|
194
|
-
SortRemainingBy: () => SortRemainingBy,
|
|
195
|
-
SupportedLanguage: () => SupportedLanguage,
|
|
196
|
-
TagFilters: () => TagFilters,
|
|
197
|
-
TaskStatus: () => TaskStatus,
|
|
198
|
-
TypoTolerance: () => TypoTolerance,
|
|
199
|
-
TypoToleranceEnum: () => TypoToleranceEnum,
|
|
200
|
-
Value: () => Value,
|
|
201
43
|
apiClientVersion: () => apiClientVersion
|
|
202
44
|
});
|
|
203
45
|
__reExport(models_exports, client_search_star);
|
|
@@ -205,93 +47,12 @@ __reExport(models_exports, recommend_star);
|
|
|
205
47
|
__reExport(models_exports, client_personalization_star);
|
|
206
48
|
__reExport(models_exports, client_analytics_star);
|
|
207
49
|
__reExport(models_exports, client_abtesting_star);
|
|
208
|
-
import {
|
|
209
|
-
import { Region as AnalyticsRegion } from "@algolia/client-analytics";
|
|
210
|
-
import {
|
|
211
|
-
AdvancedSyntaxFeatures,
|
|
212
|
-
AlternativesAsExact,
|
|
213
|
-
Anchoring,
|
|
214
|
-
AroundPrecision,
|
|
215
|
-
AroundRadius,
|
|
216
|
-
AroundRadiusAll,
|
|
217
|
-
AutomaticFacetFilter,
|
|
218
|
-
AutomaticFacetFilters,
|
|
219
|
-
BaseSearchParams,
|
|
220
|
-
BaseSearchParamsWithoutQuery,
|
|
221
|
-
BaseSearchResponse,
|
|
222
|
-
BooleanString,
|
|
223
|
-
Condition,
|
|
224
|
-
Consequence,
|
|
225
|
-
ConsequenceHide,
|
|
226
|
-
ConsequenceParams,
|
|
227
|
-
ConsequenceQuery,
|
|
228
|
-
ConsequenceQueryObject,
|
|
229
|
-
CustomDeleteProps,
|
|
230
|
-
CustomGetProps,
|
|
231
|
-
CustomPostProps,
|
|
232
|
-
CustomPutProps,
|
|
233
|
-
DeletedAtResponse,
|
|
234
|
-
Distinct,
|
|
235
|
-
Edit,
|
|
236
|
-
EditType,
|
|
237
|
-
ErrorBase,
|
|
238
|
-
ExactOnSingleWordQuery,
|
|
239
|
-
Exhaustive,
|
|
240
|
-
FacetFilters,
|
|
241
|
-
FacetOrdering,
|
|
242
|
-
Facets,
|
|
243
|
-
FacetStats,
|
|
244
|
-
HighlightResult,
|
|
245
|
-
HighlightResultOption,
|
|
246
|
-
IgnorePlurals,
|
|
247
|
-
IndexSettingsAsSearchParams,
|
|
248
|
-
MatchLevel,
|
|
249
|
-
MatchedGeoLocation,
|
|
250
|
-
Mode,
|
|
251
|
-
NumericFilters,
|
|
252
|
-
OptionalFilters,
|
|
253
|
-
Params,
|
|
254
|
-
Personalization,
|
|
255
|
-
Promote,
|
|
256
|
-
PromoteObjectID,
|
|
257
|
-
PromoteObjectIDs,
|
|
258
|
-
QueryType,
|
|
259
|
-
Range,
|
|
260
|
-
RankingInfo,
|
|
261
|
-
ReRankingApplyFilter,
|
|
262
|
-
Redirect,
|
|
263
|
-
RedirectRuleIndexMetadata,
|
|
264
|
-
RedirectRuleIndexData,
|
|
265
|
-
RedirectURL,
|
|
266
|
-
RemoveStopWords,
|
|
267
|
-
RemoveWordsIfNoResults,
|
|
268
|
-
RenderingContent,
|
|
269
|
-
SearchPagination,
|
|
270
|
-
SearchParams,
|
|
271
|
-
SearchParamsObject,
|
|
272
|
-
SearchParamsQuery,
|
|
273
|
-
SemanticSearch,
|
|
274
|
-
SnippetResult,
|
|
275
|
-
SnippetResultOption,
|
|
276
|
-
SortRemainingBy,
|
|
277
|
-
SupportedLanguage,
|
|
278
|
-
TagFilters,
|
|
279
|
-
TaskStatus,
|
|
280
|
-
TypoTolerance,
|
|
281
|
-
TypoToleranceEnum,
|
|
282
|
-
Value,
|
|
283
|
-
apiClientVersion
|
|
284
|
-
} from "@algolia/client-search";
|
|
50
|
+
import { apiClientVersion } from "@algolia/client-search";
|
|
285
51
|
import * as client_search_star from "@algolia/client-search";
|
|
286
52
|
import * as recommend_star from "@algolia/recommend";
|
|
287
53
|
import * as client_personalization_star from "@algolia/client-personalization";
|
|
288
54
|
import * as client_analytics_star from "@algolia/client-analytics";
|
|
289
55
|
import * as client_abtesting_star from "@algolia/client-abtesting";
|
|
290
|
-
import { SearchClient } from "@algolia/client-search";
|
|
291
|
-
import { RecommendClient } from "@algolia/recommend";
|
|
292
|
-
import { PersonalizationClient } from "@algolia/client-personalization";
|
|
293
|
-
import { AnalyticsClient } from "@algolia/client-analytics";
|
|
294
|
-
import { AbtestingClient } from "@algolia/client-abtesting";
|
|
295
56
|
|
|
296
57
|
// builds/browser.ts
|
|
297
58
|
__reExport(browser_exports, models_exports);
|
|
@@ -359,85 +120,6 @@ function algoliasearch(appId, apiKey, options) {
|
|
|
359
120
|
};
|
|
360
121
|
}
|
|
361
122
|
export {
|
|
362
|
-
ABTestingRegion,
|
|
363
|
-
AbtestingClient,
|
|
364
|
-
AdvancedSyntaxFeatures,
|
|
365
|
-
AlternativesAsExact,
|
|
366
|
-
AnalyticsClient,
|
|
367
|
-
AnalyticsRegion,
|
|
368
|
-
Anchoring,
|
|
369
|
-
AroundPrecision,
|
|
370
|
-
AroundRadius,
|
|
371
|
-
AroundRadiusAll,
|
|
372
|
-
AutomaticFacetFilter,
|
|
373
|
-
AutomaticFacetFilters,
|
|
374
|
-
BaseSearchParams,
|
|
375
|
-
BaseSearchParamsWithoutQuery,
|
|
376
|
-
BaseSearchResponse,
|
|
377
|
-
BooleanString,
|
|
378
|
-
Condition,
|
|
379
|
-
Consequence,
|
|
380
|
-
ConsequenceHide,
|
|
381
|
-
ConsequenceParams,
|
|
382
|
-
ConsequenceQuery,
|
|
383
|
-
ConsequenceQueryObject,
|
|
384
|
-
CustomDeleteProps,
|
|
385
|
-
CustomGetProps,
|
|
386
|
-
CustomPostProps,
|
|
387
|
-
CustomPutProps,
|
|
388
|
-
DeletedAtResponse,
|
|
389
|
-
Distinct,
|
|
390
|
-
Edit,
|
|
391
|
-
EditType,
|
|
392
|
-
ErrorBase,
|
|
393
|
-
ExactOnSingleWordQuery,
|
|
394
|
-
Exhaustive,
|
|
395
|
-
FacetFilters,
|
|
396
|
-
FacetOrdering,
|
|
397
|
-
FacetStats,
|
|
398
|
-
Facets,
|
|
399
|
-
HighlightResult,
|
|
400
|
-
HighlightResultOption,
|
|
401
|
-
IgnorePlurals,
|
|
402
|
-
IndexSettingsAsSearchParams,
|
|
403
|
-
MatchLevel,
|
|
404
|
-
MatchedGeoLocation,
|
|
405
|
-
Mode,
|
|
406
|
-
NumericFilters,
|
|
407
|
-
OptionalFilters,
|
|
408
|
-
Params,
|
|
409
|
-
Personalization,
|
|
410
|
-
PersonalizationClient,
|
|
411
|
-
Promote,
|
|
412
|
-
PromoteObjectID,
|
|
413
|
-
PromoteObjectIDs,
|
|
414
|
-
QueryType,
|
|
415
|
-
Range,
|
|
416
|
-
RankingInfo,
|
|
417
|
-
ReRankingApplyFilter,
|
|
418
|
-
RecommendClient,
|
|
419
|
-
Redirect,
|
|
420
|
-
RedirectRuleIndexData,
|
|
421
|
-
RedirectRuleIndexMetadata,
|
|
422
|
-
RedirectURL,
|
|
423
|
-
RemoveStopWords,
|
|
424
|
-
RemoveWordsIfNoResults,
|
|
425
|
-
RenderingContent,
|
|
426
|
-
SearchClient,
|
|
427
|
-
SearchPagination,
|
|
428
|
-
SearchParams,
|
|
429
|
-
SearchParamsObject,
|
|
430
|
-
SearchParamsQuery,
|
|
431
|
-
SemanticSearch,
|
|
432
|
-
SnippetResult,
|
|
433
|
-
SnippetResultOption,
|
|
434
|
-
SortRemainingBy,
|
|
435
|
-
SupportedLanguage,
|
|
436
|
-
TagFilters,
|
|
437
|
-
TaskStatus,
|
|
438
|
-
TypoTolerance,
|
|
439
|
-
TypoToleranceEnum,
|
|
440
|
-
Value,
|
|
441
123
|
algoliasearch,
|
|
442
124
|
apiClientVersion
|
|
443
125
|
};
|
package/dist/browser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../builds/browser.ts","../builds/models.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { AbtestingClient, Region as AbtestingRegion } from '@algolia/client-abtesting';\nimport { abtestingClient } from '@algolia/client-abtesting';\nimport type { AnalyticsClient, Region as AnalyticsRegion } from '@algolia/client-analytics';\nimport { analyticsClient } from '@algolia/client-analytics';\nimport type { ClientOptions } from '@algolia/client-common';\nimport {\n DEFAULT_CONNECT_TIMEOUT_BROWSER,\n DEFAULT_READ_TIMEOUT_BROWSER,\n DEFAULT_WRITE_TIMEOUT_BROWSER,\n createBrowserLocalStorageCache,\n createFallbackableCache,\n createMemoryCache,\n} from '@algolia/client-common';\nimport type { PersonalizationClient, Region as PersonalizationRegion } from '@algolia/client-personalization';\nimport { personalizationClient } from '@algolia/client-personalization';\nimport { searchClient } from '@algolia/client-search';\nimport type { RecommendClient } from '@algolia/recommend';\nimport { recommendClient } from '@algolia/recommend';\nimport { createXhrRequester } from '@algolia/requester-browser-xhr';\n\nimport type { InitClientOptions, InitClientRegion } from './models';\nimport { apiClientVersion } from './models';\n\nexport * from './models';\n\n/**\n * The client type.\n */\nexport type Algoliasearch = ReturnType<typeof algoliasearch>;\n\n// eslint-disable-next-line @typescript-eslint/explicit-function-return-type\nexport function algoliasearch(appId: string, apiKey: string, options?: ClientOptions) {\n if (!appId || typeof appId !== 'string') {\n throw new Error('`appId` is missing.');\n }\n\n if (!apiKey || typeof apiKey !== 'string') {\n throw new Error('`apiKey` is missing.');\n }\n function initRecommend(initOptions: InitClientOptions = {}): RecommendClient {\n return recommendClient(initOptions.appId || appId, initOptions.apiKey || apiKey, initOptions.options);\n }\n\n function initAnalytics(initOptions: InitClientOptions & InitClientRegion<AnalyticsRegion> = {}): AnalyticsClient {\n return analyticsClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n function initAbtesting(initOptions: InitClientOptions & InitClientRegion<AbtestingRegion> = {}): AbtestingClient {\n return abtestingClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n function initPersonalization(\n initOptions: InitClientOptions & Required<InitClientRegion<PersonalizationRegion>>,\n ): PersonalizationClient {\n return personalizationClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n return {\n ...searchClient(appId, apiKey, {\n timeouts: {\n connect: DEFAULT_CONNECT_TIMEOUT_BROWSER,\n read: DEFAULT_READ_TIMEOUT_BROWSER,\n write: DEFAULT_WRITE_TIMEOUT_BROWSER,\n },\n requester: createXhrRequester(),\n algoliaAgents: [{ segment: 'Browser' }],\n authMode: 'WithinQueryParameters',\n responsesCache: createMemoryCache(),\n requestsCache: createMemoryCache({ serializable: false }),\n hostsCache: createFallbackableCache({\n caches: [createBrowserLocalStorageCache({ key: `${apiClientVersion}-${appId}` }), createMemoryCache()],\n }),\n ...options,\n }),\n /**\n * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.\n */\n get _ua(): string {\n return this.transporter.algoliaAgent.value;\n },\n initAbtesting,\n initAnalytics,\n initPersonalization,\n initRecommend,\n };\n}\n","// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport { Region as ABTestingRegion } from '@algolia/client-abtesting';\nimport { Region as AnalyticsRegion } from '@algolia/client-analytics';\nimport type { ClientOptions } from '@algolia/client-common';\nimport {\n AdvancedSyntaxFeatures,\n AlternativesAsExact,\n Anchoring,\n AroundPrecision,\n AroundRadius,\n AroundRadiusAll,\n AutomaticFacetFilter,\n AutomaticFacetFilters,\n BaseSearchParams,\n BaseSearchParamsWithoutQuery,\n BaseSearchResponse,\n BooleanString,\n Condition,\n Consequence,\n ConsequenceHide,\n ConsequenceParams,\n ConsequenceQuery,\n ConsequenceQueryObject,\n CustomDeleteProps,\n CustomGetProps,\n CustomPostProps,\n CustomPutProps,\n DeletedAtResponse,\n Distinct,\n Edit,\n EditType,\n ErrorBase,\n ExactOnSingleWordQuery,\n Exhaustive,\n FacetFilters,\n FacetOrdering,\n Facets,\n FacetStats,\n HighlightResult,\n HighlightResultOption,\n IgnorePlurals,\n IndexSettingsAsSearchParams,\n MatchLevel,\n MatchedGeoLocation,\n Mode,\n NumericFilters,\n OptionalFilters,\n Params,\n Personalization,\n Promote,\n PromoteObjectID,\n PromoteObjectIDs,\n QueryType,\n Range,\n RankingInfo,\n ReRankingApplyFilter,\n Redirect,\n RedirectRuleIndexMetadata,\n RedirectRuleIndexData,\n RedirectURL,\n RemoveStopWords,\n RemoveWordsIfNoResults,\n RenderingContent,\n SearchPagination,\n SearchParams,\n SearchParamsObject,\n SearchParamsQuery,\n SemanticSearch,\n SnippetResult,\n SnippetResultOption,\n SortRemainingBy,\n SupportedLanguage,\n TagFilters,\n TaskStatus,\n TypoTolerance,\n TypoToleranceEnum,\n Value,\n apiClientVersion,\n} from '@algolia/client-search';\n\ntype Region = ABTestingRegion | AnalyticsRegion;\n\nexport * from '@algolia/client-search';\nexport * from '@algolia/recommend';\nexport * from '@algolia/client-personalization';\nexport * from '@algolia/client-analytics';\nexport * from '@algolia/client-abtesting';\n\nexport { SearchClient } from '@algolia/client-search';\nexport { RecommendClient } from '@algolia/recommend';\nexport { PersonalizationClient } from '@algolia/client-personalization';\nexport { AnalyticsClient } from '@algolia/client-analytics';\nexport { AbtestingClient } from '@algolia/client-abtesting';\n\nexport {\n AdvancedSyntaxFeatures,\n AlternativesAsExact,\n Anchoring,\n AroundPrecision,\n AroundRadius,\n AroundRadiusAll,\n AutomaticFacetFilter,\n AutomaticFacetFilters,\n BaseSearchParams,\n BaseSearchParamsWithoutQuery,\n BaseSearchResponse,\n BooleanString,\n Condition,\n Consequence,\n ConsequenceHide,\n ConsequenceParams,\n ConsequenceQuery,\n ConsequenceQueryObject,\n CustomDeleteProps,\n CustomGetProps,\n CustomPostProps,\n CustomPutProps,\n DeletedAtResponse,\n Distinct,\n Edit,\n EditType,\n ErrorBase,\n ExactOnSingleWordQuery,\n Exhaustive,\n FacetFilters,\n FacetOrdering,\n Facets,\n FacetStats,\n HighlightResult,\n HighlightResultOption,\n IgnorePlurals,\n IndexSettingsAsSearchParams,\n MatchLevel,\n MatchedGeoLocation,\n Mode,\n NumericFilters,\n OptionalFilters,\n Params,\n Personalization,\n Promote,\n PromoteObjectID,\n PromoteObjectIDs,\n QueryType,\n Range,\n RankingInfo,\n ReRankingApplyFilter,\n Redirect,\n RedirectRuleIndexMetadata,\n RedirectRuleIndexData,\n RedirectURL,\n RemoveStopWords,\n RemoveWordsIfNoResults,\n RenderingContent,\n SearchParams,\n SearchParamsObject,\n SearchParamsQuery,\n SemanticSearch,\n SearchPagination,\n SnippetResult,\n SnippetResultOption,\n SortRemainingBy,\n SupportedLanguage,\n TagFilters,\n TaskStatus,\n TypoTolerance,\n TypoToleranceEnum,\n Value,\n apiClientVersion,\n AnalyticsRegion,\n ABTestingRegion,\n Region,\n};\n\n/**\n * Options forwarded to the client initialized via the `init` method.\n */\nexport type InitClientOptions = Partial<{\n /**\n * App to target with the initialized client, defaults to the `algoliasearch` appId.\n */\n appId: string;\n /**\n * API key of the targeted app ID, defaults to the `algoliasearch` apiKey.\n */\n apiKey: string;\n options: ClientOptions;\n}>;\n\nexport type InitClientRegion<TRegion> = Partial<{\n /**\n * Available regions of the initialized client.\n */\n region: TRegion;\n}>;\n"],"mappings":"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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../builds/browser.ts","../builds/models.ts"],"sourcesContent":["// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { AbtestingClient, Region as AbtestingRegion } from '@algolia/client-abtesting';\nimport { abtestingClient } from '@algolia/client-abtesting';\nimport type { AnalyticsClient, Region as AnalyticsRegion } from '@algolia/client-analytics';\nimport { analyticsClient } from '@algolia/client-analytics';\nimport {\n DEFAULT_CONNECT_TIMEOUT_BROWSER,\n DEFAULT_READ_TIMEOUT_BROWSER,\n DEFAULT_WRITE_TIMEOUT_BROWSER,\n createBrowserLocalStorageCache,\n createFallbackableCache,\n createMemoryCache,\n} from '@algolia/client-common';\nimport type { ClientOptions } from '@algolia/client-common';\nimport type { PersonalizationClient, Region as PersonalizationRegion } from '@algolia/client-personalization';\nimport { personalizationClient } from '@algolia/client-personalization';\nimport { searchClient } from '@algolia/client-search';\nimport type { RecommendClient } from '@algolia/recommend';\nimport { recommendClient } from '@algolia/recommend';\nimport { createXhrRequester } from '@algolia/requester-browser-xhr';\n\nimport type { InitClientOptions, InitClientRegion } from './models';\nimport { apiClientVersion } from './models';\n\nexport * from './models';\n\n/**\n * The client type.\n */\nexport type Algoliasearch = ReturnType<typeof algoliasearch>;\n\n// eslint-disable-next-line @typescript-eslint/explicit-function-return-type\nexport function algoliasearch(appId: string, apiKey: string, options?: ClientOptions) {\n if (!appId || typeof appId !== 'string') {\n throw new Error('`appId` is missing.');\n }\n\n if (!apiKey || typeof apiKey !== 'string') {\n throw new Error('`apiKey` is missing.');\n }\n function initRecommend(initOptions: InitClientOptions = {}): RecommendClient {\n return recommendClient(initOptions.appId || appId, initOptions.apiKey || apiKey, initOptions.options);\n }\n\n function initAnalytics(initOptions: InitClientOptions & InitClientRegion<AnalyticsRegion> = {}): AnalyticsClient {\n return analyticsClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n function initAbtesting(initOptions: InitClientOptions & InitClientRegion<AbtestingRegion> = {}): AbtestingClient {\n return abtestingClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n function initPersonalization(\n initOptions: InitClientOptions & Required<InitClientRegion<PersonalizationRegion>>,\n ): PersonalizationClient {\n return personalizationClient(\n initOptions.appId || appId,\n initOptions.apiKey || apiKey,\n initOptions.region,\n initOptions.options,\n );\n }\n\n return {\n ...searchClient(appId, apiKey, {\n timeouts: {\n connect: DEFAULT_CONNECT_TIMEOUT_BROWSER,\n read: DEFAULT_READ_TIMEOUT_BROWSER,\n write: DEFAULT_WRITE_TIMEOUT_BROWSER,\n },\n requester: createXhrRequester(),\n algoliaAgents: [{ segment: 'Browser' }],\n authMode: 'WithinQueryParameters',\n responsesCache: createMemoryCache(),\n requestsCache: createMemoryCache({ serializable: false }),\n hostsCache: createFallbackableCache({\n caches: [createBrowserLocalStorageCache({ key: `${apiClientVersion}-${appId}` }), createMemoryCache()],\n }),\n ...options,\n }),\n /**\n * Get the value of the `algoliaAgent`, used by our libraries internally and telemetry system.\n */\n get _ua(): string {\n return this.transporter.algoliaAgent.value;\n },\n initAbtesting,\n initAnalytics,\n initPersonalization,\n initRecommend,\n };\n}\n","// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.\n\nimport type { Region as ABTestingRegion } from '@algolia/client-abtesting';\nimport type { Region as AnalyticsRegion } from '@algolia/client-analytics';\nimport type { ClientOptions } from '@algolia/client-common';\nimport type {\n AdvancedSyntaxFeatures,\n AlternativesAsExact,\n Anchoring,\n AroundPrecision,\n AroundRadius,\n AroundRadiusAll,\n AutomaticFacetFilter,\n AutomaticFacetFilters,\n BaseSearchParams,\n BaseSearchParamsWithoutQuery,\n BaseSearchResponse,\n BooleanString,\n Condition,\n Consequence,\n ConsequenceHide,\n ConsequenceParams,\n ConsequenceQuery,\n ConsequenceQueryObject,\n CustomDeleteProps,\n CustomGetProps,\n CustomPostProps,\n CustomPutProps,\n DeletedAtResponse,\n Distinct,\n Edit,\n EditType,\n ErrorBase,\n ExactOnSingleWordQuery,\n Exhaustive,\n FacetFilters,\n FacetOrdering,\n Facets,\n FacetStats,\n HighlightResult,\n HighlightResultOption,\n IgnorePlurals,\n IndexSettingsAsSearchParams,\n MatchLevel,\n MatchedGeoLocation,\n Mode,\n NumericFilters,\n OptionalFilters,\n Params,\n Personalization,\n Promote,\n PromoteObjectID,\n PromoteObjectIDs,\n QueryType,\n Range,\n RankingInfo,\n ReRankingApplyFilter,\n Redirect,\n RedirectRuleIndexMetadata,\n RedirectRuleIndexData,\n RedirectURL,\n RemoveStopWords,\n RemoveWordsIfNoResults,\n RenderingContent,\n SearchPagination,\n SearchParams,\n SearchParamsObject,\n SearchParamsQuery,\n SemanticSearch,\n SnippetResult,\n SnippetResultOption,\n SortRemainingBy,\n SupportedLanguage,\n TagFilters,\n TaskStatus,\n TypoTolerance,\n TypoToleranceEnum,\n Value,\n} from '@algolia/client-search';\nimport { apiClientVersion } from '@algolia/client-search';\n\ntype Region = ABTestingRegion | AnalyticsRegion;\n\nexport * from '@algolia/client-search';\nexport * from '@algolia/recommend';\nexport * from '@algolia/client-personalization';\nexport * from '@algolia/client-analytics';\nexport * from '@algolia/client-abtesting';\n\nexport {\n AdvancedSyntaxFeatures,\n AlternativesAsExact,\n Anchoring,\n AroundPrecision,\n AroundRadius,\n AroundRadiusAll,\n AutomaticFacetFilter,\n AutomaticFacetFilters,\n BaseSearchParams,\n BaseSearchParamsWithoutQuery,\n BaseSearchResponse,\n BooleanString,\n Condition,\n Consequence,\n ConsequenceHide,\n ConsequenceParams,\n ConsequenceQuery,\n ConsequenceQueryObject,\n CustomDeleteProps,\n CustomGetProps,\n CustomPostProps,\n CustomPutProps,\n DeletedAtResponse,\n Distinct,\n Edit,\n EditType,\n ErrorBase,\n ExactOnSingleWordQuery,\n Exhaustive,\n FacetFilters,\n FacetOrdering,\n Facets,\n FacetStats,\n HighlightResult,\n HighlightResultOption,\n IgnorePlurals,\n IndexSettingsAsSearchParams,\n MatchLevel,\n MatchedGeoLocation,\n Mode,\n NumericFilters,\n OptionalFilters,\n Params,\n Personalization,\n Promote,\n PromoteObjectID,\n PromoteObjectIDs,\n QueryType,\n Range,\n RankingInfo,\n ReRankingApplyFilter,\n Redirect,\n RedirectRuleIndexMetadata,\n RedirectRuleIndexData,\n RedirectURL,\n RemoveStopWords,\n RemoveWordsIfNoResults,\n RenderingContent,\n SearchParams,\n SearchParamsObject,\n SearchParamsQuery,\n SemanticSearch,\n SearchPagination,\n SnippetResult,\n SnippetResultOption,\n SortRemainingBy,\n SupportedLanguage,\n TagFilters,\n TaskStatus,\n TypoTolerance,\n TypoToleranceEnum,\n Value,\n AnalyticsRegion,\n ABTestingRegion,\n Region,\n apiClientVersion,\n};\n\n/**\n * Options forwarded to the client initialized via the `init` method.\n */\nexport type InitClientOptions = Partial<{\n /**\n * App to target with the initialized client, defaults to the `algoliasearch` appId.\n */\n appId: string;\n /**\n * API key of the targeted app ID, defaults to the `algoliasearch` apiKey.\n */\n apiKey: string;\n options: ClientOptions;\n}>;\n\nexport type InitClientRegion<TRegion> = Partial<{\n /**\n * Available regions of the initialized client.\n */\n region: TRegion;\n}>;\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,SAAS,uBAAuB;AAEhC,SAAS,uBAAuB;AAChC;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAGP,SAAS,6BAA6B;AACtC,SAAS,oBAAoB;AAE7B,SAAS,uBAAuB;AAChC,SAAS,0BAA0B;;;ACpBnC;AAAA;AAAA;AAAA;AAmFA;AACA;AACA;AACA;AACA;AARA,SAAS,wBAAwB;AAIjC,oCAAc;AACd,gCAAc;AACd,6CAAc;AACd,uCAAc;AACd,uCAAc;;;AD9Dd,4BAAc;AAQP,SAAS,cAAc,OAAe,QAAgB,SAAyB;AACpF,MAAI,CAAC,SAAS,OAAO,UAAU,UAAU;AACvC,UAAM,IAAI,MAAM,qBAAqB;AAAA,EACvC;AAEA,MAAI,CAAC,UAAU,OAAO,WAAW,UAAU;AACzC,UAAM,IAAI,MAAM,sBAAsB;AAAA,EACxC;AACA,WAAS,cAAc,cAAiC,CAAC,GAAoB;AAC3E,WAAO,gBAAgB,YAAY,SAAS,OAAO,YAAY,UAAU,QAAQ,YAAY,OAAO;AAAA,EACtG;AAEA,WAAS,cAAc,cAAqE,CAAC,GAAoB;AAC/G,WAAO;AAAA,MACL,YAAY,SAAS;AAAA,MACrB,YAAY,UAAU;AAAA,MACtB,YAAY;AAAA,MACZ,YAAY;AAAA,IACd;AAAA,EACF;AAEA,WAAS,cAAc,cAAqE,CAAC,GAAoB;AAC/G,WAAO;AAAA,MACL,YAAY,SAAS;AAAA,MACrB,YAAY,UAAU;AAAA,MACtB,YAAY;AAAA,MACZ,YAAY;AAAA,IACd;AAAA,EACF;AAEA,WAAS,oBACP,aACuB;AACvB,WAAO;AAAA,MACL,YAAY,SAAS;AAAA,MACrB,YAAY,UAAU;AAAA,MACtB,YAAY;AAAA,MACZ,YAAY;AAAA,IACd;AAAA,EACF;AAEA,SAAO;AAAA,IACL,GAAG,aAAa,OAAO,QAAQ;AAAA,MAC7B,UAAU;AAAA,QACR,SAAS;AAAA,QACT,MAAM;AAAA,QACN,OAAO;AAAA,MACT;AAAA,MACA,WAAW,mBAAmB;AAAA,MAC9B,eAAe,CAAC,EAAE,SAAS,UAAU,CAAC;AAAA,MACtC,UAAU;AAAA,MACV,gBAAgB,kBAAkB;AAAA,MAClC,eAAe,kBAAkB,EAAE,cAAc,MAAM,CAAC;AAAA,MACxD,YAAY,wBAAwB;AAAA,QAClC,QAAQ,CAAC,+BAA+B,EAAE,KAAK,GAAG,gBAAgB,IAAI,KAAK,GAAG,CAAC,GAAG,kBAAkB,CAAC;AAAA,MACvG,CAAC;AAAA,MACD,GAAG;AAAA,IACL,CAAC;AAAA;AAAA;AAAA;AAAA,IAID,IAAI,MAAc;AAChB,aAAO,KAAK,YAAY,aAAa;AAAA,IACvC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;","names":[]}
|