algoliasearch 5.2.4-beta.2 → 5.2.4-beta.4
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/dist/algoliasearch.umd.js +8 -8
- package/dist/browser.d.ts +2 -1
- package/dist/browser.min.js +1 -1
- package/dist/browser.min.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 +3 -3
- package/dist/node.d.cts +2 -1
- package/dist/node.d.ts +2 -1
- package/package.json +18 -16
- package/dist/models.cjs +0 -207
- package/dist/models.cjs.map +0 -1
- package/dist/models.js +0 -171
- package/dist/models.js.map +0 -1
package/dist/models.cjs
DELETED
|
@@ -1,207 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
-
|
|
21
|
-
// builds/models.ts
|
|
22
|
-
var models_exports = {};
|
|
23
|
-
__export(models_exports, {
|
|
24
|
-
ABTestingRegion: () => import_client_abtesting.Region,
|
|
25
|
-
AbtestingClient: () => import_client_abtesting2.AbtestingClient,
|
|
26
|
-
AdvancedSyntaxFeatures: () => import_client_search.AdvancedSyntaxFeatures,
|
|
27
|
-
AlternativesAsExact: () => import_client_search.AlternativesAsExact,
|
|
28
|
-
AnalyticsClient: () => import_client_analytics2.AnalyticsClient,
|
|
29
|
-
AnalyticsRegion: () => import_client_analytics.Region,
|
|
30
|
-
Anchoring: () => import_client_search.Anchoring,
|
|
31
|
-
AroundPrecision: () => import_client_search.AroundPrecision,
|
|
32
|
-
AroundRadius: () => import_client_search.AroundRadius,
|
|
33
|
-
AroundRadiusAll: () => import_client_search.AroundRadiusAll,
|
|
34
|
-
AutomaticFacetFilter: () => import_client_search.AutomaticFacetFilter,
|
|
35
|
-
AutomaticFacetFilters: () => import_client_search.AutomaticFacetFilters,
|
|
36
|
-
BaseSearchParams: () => import_client_search.BaseSearchParams,
|
|
37
|
-
BaseSearchParamsWithoutQuery: () => import_client_search.BaseSearchParamsWithoutQuery,
|
|
38
|
-
BaseSearchResponse: () => import_client_search.BaseSearchResponse,
|
|
39
|
-
BooleanString: () => import_client_search.BooleanString,
|
|
40
|
-
Condition: () => import_client_search.Condition,
|
|
41
|
-
Consequence: () => import_client_search.Consequence,
|
|
42
|
-
ConsequenceHide: () => import_client_search.ConsequenceHide,
|
|
43
|
-
ConsequenceParams: () => import_client_search.ConsequenceParams,
|
|
44
|
-
ConsequenceQuery: () => import_client_search.ConsequenceQuery,
|
|
45
|
-
ConsequenceQueryObject: () => import_client_search.ConsequenceQueryObject,
|
|
46
|
-
CustomDeleteProps: () => import_client_search.CustomDeleteProps,
|
|
47
|
-
CustomGetProps: () => import_client_search.CustomGetProps,
|
|
48
|
-
CustomPostProps: () => import_client_search.CustomPostProps,
|
|
49
|
-
CustomPutProps: () => import_client_search.CustomPutProps,
|
|
50
|
-
DeletedAtResponse: () => import_client_search.DeletedAtResponse,
|
|
51
|
-
Distinct: () => import_client_search.Distinct,
|
|
52
|
-
Edit: () => import_client_search.Edit,
|
|
53
|
-
EditType: () => import_client_search.EditType,
|
|
54
|
-
ErrorBase: () => import_client_search.ErrorBase,
|
|
55
|
-
ExactOnSingleWordQuery: () => import_client_search.ExactOnSingleWordQuery,
|
|
56
|
-
Exhaustive: () => import_client_search.Exhaustive,
|
|
57
|
-
FacetFilters: () => import_client_search.FacetFilters,
|
|
58
|
-
FacetOrdering: () => import_client_search.FacetOrdering,
|
|
59
|
-
FacetStats: () => import_client_search.FacetStats,
|
|
60
|
-
Facets: () => import_client_search.Facets,
|
|
61
|
-
HighlightResult: () => import_client_search.HighlightResult,
|
|
62
|
-
HighlightResultOption: () => import_client_search.HighlightResultOption,
|
|
63
|
-
IgnorePlurals: () => import_client_search.IgnorePlurals,
|
|
64
|
-
IndexSettingsAsSearchParams: () => import_client_search.IndexSettingsAsSearchParams,
|
|
65
|
-
MatchLevel: () => import_client_search.MatchLevel,
|
|
66
|
-
MatchedGeoLocation: () => import_client_search.MatchedGeoLocation,
|
|
67
|
-
Mode: () => import_client_search.Mode,
|
|
68
|
-
NumericFilters: () => import_client_search.NumericFilters,
|
|
69
|
-
OptionalFilters: () => import_client_search.OptionalFilters,
|
|
70
|
-
Params: () => import_client_search.Params,
|
|
71
|
-
Personalization: () => import_client_search.Personalization,
|
|
72
|
-
PersonalizationClient: () => import_client_personalization.PersonalizationClient,
|
|
73
|
-
Promote: () => import_client_search.Promote,
|
|
74
|
-
PromoteObjectID: () => import_client_search.PromoteObjectID,
|
|
75
|
-
PromoteObjectIDs: () => import_client_search.PromoteObjectIDs,
|
|
76
|
-
QueryType: () => import_client_search.QueryType,
|
|
77
|
-
Range: () => import_client_search.Range,
|
|
78
|
-
RankingInfo: () => import_client_search.RankingInfo,
|
|
79
|
-
ReRankingApplyFilter: () => import_client_search.ReRankingApplyFilter,
|
|
80
|
-
RecommendClient: () => import_recommend.RecommendClient,
|
|
81
|
-
Redirect: () => import_client_search.Redirect,
|
|
82
|
-
RedirectRuleIndexData: () => import_client_search.RedirectRuleIndexData,
|
|
83
|
-
RedirectRuleIndexMetadata: () => import_client_search.RedirectRuleIndexMetadata,
|
|
84
|
-
RedirectURL: () => import_client_search.RedirectURL,
|
|
85
|
-
RemoveStopWords: () => import_client_search.RemoveStopWords,
|
|
86
|
-
RemoveWordsIfNoResults: () => import_client_search.RemoveWordsIfNoResults,
|
|
87
|
-
RenderingContent: () => import_client_search.RenderingContent,
|
|
88
|
-
SearchClient: () => import_client_search2.SearchClient,
|
|
89
|
-
SearchPagination: () => import_client_search.SearchPagination,
|
|
90
|
-
SearchParams: () => import_client_search.SearchParams,
|
|
91
|
-
SearchParamsObject: () => import_client_search.SearchParamsObject,
|
|
92
|
-
SearchParamsQuery: () => import_client_search.SearchParamsQuery,
|
|
93
|
-
SemanticSearch: () => import_client_search.SemanticSearch,
|
|
94
|
-
SnippetResult: () => import_client_search.SnippetResult,
|
|
95
|
-
SnippetResultOption: () => import_client_search.SnippetResultOption,
|
|
96
|
-
SortRemainingBy: () => import_client_search.SortRemainingBy,
|
|
97
|
-
SupportedLanguage: () => import_client_search.SupportedLanguage,
|
|
98
|
-
TagFilters: () => import_client_search.TagFilters,
|
|
99
|
-
TaskStatus: () => import_client_search.TaskStatus,
|
|
100
|
-
TypoTolerance: () => import_client_search.TypoTolerance,
|
|
101
|
-
TypoToleranceEnum: () => import_client_search.TypoToleranceEnum,
|
|
102
|
-
Value: () => import_client_search.Value,
|
|
103
|
-
apiClientVersion: () => import_client_search.apiClientVersion
|
|
104
|
-
});
|
|
105
|
-
module.exports = __toCommonJS(models_exports);
|
|
106
|
-
var import_client_abtesting = require("@algolia/client-abtesting");
|
|
107
|
-
var import_client_analytics = require("@algolia/client-analytics");
|
|
108
|
-
var import_client_search = require("@algolia/client-search");
|
|
109
|
-
__reExport(models_exports, require("@algolia/client-search"), module.exports);
|
|
110
|
-
__reExport(models_exports, require("@algolia/recommend"), module.exports);
|
|
111
|
-
__reExport(models_exports, require("@algolia/client-personalization"), module.exports);
|
|
112
|
-
__reExport(models_exports, require("@algolia/client-analytics"), module.exports);
|
|
113
|
-
__reExport(models_exports, require("@algolia/client-abtesting"), module.exports);
|
|
114
|
-
var import_client_search2 = require("@algolia/client-search");
|
|
115
|
-
var import_recommend = require("@algolia/recommend");
|
|
116
|
-
var import_client_personalization = require("@algolia/client-personalization");
|
|
117
|
-
var import_client_analytics2 = require("@algolia/client-analytics");
|
|
118
|
-
var import_client_abtesting2 = require("@algolia/client-abtesting");
|
|
119
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
120
|
-
0 && (module.exports = {
|
|
121
|
-
ABTestingRegion,
|
|
122
|
-
AbtestingClient,
|
|
123
|
-
AdvancedSyntaxFeatures,
|
|
124
|
-
AlternativesAsExact,
|
|
125
|
-
AnalyticsClient,
|
|
126
|
-
AnalyticsRegion,
|
|
127
|
-
Anchoring,
|
|
128
|
-
AroundPrecision,
|
|
129
|
-
AroundRadius,
|
|
130
|
-
AroundRadiusAll,
|
|
131
|
-
AutomaticFacetFilter,
|
|
132
|
-
AutomaticFacetFilters,
|
|
133
|
-
BaseSearchParams,
|
|
134
|
-
BaseSearchParamsWithoutQuery,
|
|
135
|
-
BaseSearchResponse,
|
|
136
|
-
BooleanString,
|
|
137
|
-
Condition,
|
|
138
|
-
Consequence,
|
|
139
|
-
ConsequenceHide,
|
|
140
|
-
ConsequenceParams,
|
|
141
|
-
ConsequenceQuery,
|
|
142
|
-
ConsequenceQueryObject,
|
|
143
|
-
CustomDeleteProps,
|
|
144
|
-
CustomGetProps,
|
|
145
|
-
CustomPostProps,
|
|
146
|
-
CustomPutProps,
|
|
147
|
-
DeletedAtResponse,
|
|
148
|
-
Distinct,
|
|
149
|
-
Edit,
|
|
150
|
-
EditType,
|
|
151
|
-
ErrorBase,
|
|
152
|
-
ExactOnSingleWordQuery,
|
|
153
|
-
Exhaustive,
|
|
154
|
-
FacetFilters,
|
|
155
|
-
FacetOrdering,
|
|
156
|
-
FacetStats,
|
|
157
|
-
Facets,
|
|
158
|
-
HighlightResult,
|
|
159
|
-
HighlightResultOption,
|
|
160
|
-
IgnorePlurals,
|
|
161
|
-
IndexSettingsAsSearchParams,
|
|
162
|
-
MatchLevel,
|
|
163
|
-
MatchedGeoLocation,
|
|
164
|
-
Mode,
|
|
165
|
-
NumericFilters,
|
|
166
|
-
OptionalFilters,
|
|
167
|
-
Params,
|
|
168
|
-
Personalization,
|
|
169
|
-
PersonalizationClient,
|
|
170
|
-
Promote,
|
|
171
|
-
PromoteObjectID,
|
|
172
|
-
PromoteObjectIDs,
|
|
173
|
-
QueryType,
|
|
174
|
-
Range,
|
|
175
|
-
RankingInfo,
|
|
176
|
-
ReRankingApplyFilter,
|
|
177
|
-
RecommendClient,
|
|
178
|
-
Redirect,
|
|
179
|
-
RedirectRuleIndexData,
|
|
180
|
-
RedirectRuleIndexMetadata,
|
|
181
|
-
RedirectURL,
|
|
182
|
-
RemoveStopWords,
|
|
183
|
-
RemoveWordsIfNoResults,
|
|
184
|
-
RenderingContent,
|
|
185
|
-
SearchClient,
|
|
186
|
-
SearchPagination,
|
|
187
|
-
SearchParams,
|
|
188
|
-
SearchParamsObject,
|
|
189
|
-
SearchParamsQuery,
|
|
190
|
-
SemanticSearch,
|
|
191
|
-
SnippetResult,
|
|
192
|
-
SnippetResultOption,
|
|
193
|
-
SortRemainingBy,
|
|
194
|
-
SupportedLanguage,
|
|
195
|
-
TagFilters,
|
|
196
|
-
TaskStatus,
|
|
197
|
-
TypoTolerance,
|
|
198
|
-
TypoToleranceEnum,
|
|
199
|
-
Value,
|
|
200
|
-
apiClientVersion,
|
|
201
|
-
...require("@algolia/client-search"),
|
|
202
|
-
...require("@algolia/recommend"),
|
|
203
|
-
...require("@algolia/client-personalization"),
|
|
204
|
-
...require("@algolia/client-analytics"),
|
|
205
|
-
...require("@algolia/client-abtesting")
|
|
206
|
-
});
|
|
207
|
-
//# sourceMappingURL=models.cjs.map
|
package/dist/models.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../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 { 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":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,iDAAAA;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA,iDAAAC;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,8BAA0C;AAC1C,8BAA0C;AAE1C,2BA0EO;AAIP,2BAAc,mCAnFd;AAoFA,2BAAc,+BApFd;AAqFA,2BAAc,4CArFd;AAsFA,2BAAc,sCAtFd;AAuFA,2BAAc,sCAvFd;AAyFA,IAAAC,wBAA6B;AAC7B,uBAAgC;AAChC,oCAAsC;AACtC,IAAAC,2BAAgC;AAChC,IAAAC,2BAAgC;","names":["ABTestingRegion","AnalyticsRegion","import_client_search","import_client_analytics","import_client_abtesting"]}
|
package/dist/models.js
DELETED
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
// builds/models.ts
|
|
2
|
-
import { Region as ABTestingRegion } from "@algolia/client-abtesting";
|
|
3
|
-
import { Region as AnalyticsRegion } from "@algolia/client-analytics";
|
|
4
|
-
import {
|
|
5
|
-
AdvancedSyntaxFeatures,
|
|
6
|
-
AlternativesAsExact,
|
|
7
|
-
Anchoring,
|
|
8
|
-
AroundPrecision,
|
|
9
|
-
AroundRadius,
|
|
10
|
-
AroundRadiusAll,
|
|
11
|
-
AutomaticFacetFilter,
|
|
12
|
-
AutomaticFacetFilters,
|
|
13
|
-
BaseSearchParams,
|
|
14
|
-
BaseSearchParamsWithoutQuery,
|
|
15
|
-
BaseSearchResponse,
|
|
16
|
-
BooleanString,
|
|
17
|
-
Condition,
|
|
18
|
-
Consequence,
|
|
19
|
-
ConsequenceHide,
|
|
20
|
-
ConsequenceParams,
|
|
21
|
-
ConsequenceQuery,
|
|
22
|
-
ConsequenceQueryObject,
|
|
23
|
-
CustomDeleteProps,
|
|
24
|
-
CustomGetProps,
|
|
25
|
-
CustomPostProps,
|
|
26
|
-
CustomPutProps,
|
|
27
|
-
DeletedAtResponse,
|
|
28
|
-
Distinct,
|
|
29
|
-
Edit,
|
|
30
|
-
EditType,
|
|
31
|
-
ErrorBase,
|
|
32
|
-
ExactOnSingleWordQuery,
|
|
33
|
-
Exhaustive,
|
|
34
|
-
FacetFilters,
|
|
35
|
-
FacetOrdering,
|
|
36
|
-
Facets,
|
|
37
|
-
FacetStats,
|
|
38
|
-
HighlightResult,
|
|
39
|
-
HighlightResultOption,
|
|
40
|
-
IgnorePlurals,
|
|
41
|
-
IndexSettingsAsSearchParams,
|
|
42
|
-
MatchLevel,
|
|
43
|
-
MatchedGeoLocation,
|
|
44
|
-
Mode,
|
|
45
|
-
NumericFilters,
|
|
46
|
-
OptionalFilters,
|
|
47
|
-
Params,
|
|
48
|
-
Personalization,
|
|
49
|
-
Promote,
|
|
50
|
-
PromoteObjectID,
|
|
51
|
-
PromoteObjectIDs,
|
|
52
|
-
QueryType,
|
|
53
|
-
Range,
|
|
54
|
-
RankingInfo,
|
|
55
|
-
ReRankingApplyFilter,
|
|
56
|
-
Redirect,
|
|
57
|
-
RedirectRuleIndexMetadata,
|
|
58
|
-
RedirectRuleIndexData,
|
|
59
|
-
RedirectURL,
|
|
60
|
-
RemoveStopWords,
|
|
61
|
-
RemoveWordsIfNoResults,
|
|
62
|
-
RenderingContent,
|
|
63
|
-
SearchPagination,
|
|
64
|
-
SearchParams,
|
|
65
|
-
SearchParamsObject,
|
|
66
|
-
SearchParamsQuery,
|
|
67
|
-
SemanticSearch,
|
|
68
|
-
SnippetResult,
|
|
69
|
-
SnippetResultOption,
|
|
70
|
-
SortRemainingBy,
|
|
71
|
-
SupportedLanguage,
|
|
72
|
-
TagFilters,
|
|
73
|
-
TaskStatus,
|
|
74
|
-
TypoTolerance,
|
|
75
|
-
TypoToleranceEnum,
|
|
76
|
-
Value,
|
|
77
|
-
apiClientVersion
|
|
78
|
-
} from "@algolia/client-search";
|
|
79
|
-
export * from "@algolia/client-search";
|
|
80
|
-
export * from "@algolia/recommend";
|
|
81
|
-
export * from "@algolia/client-personalization";
|
|
82
|
-
export * from "@algolia/client-analytics";
|
|
83
|
-
export * from "@algolia/client-abtesting";
|
|
84
|
-
import { SearchClient } from "@algolia/client-search";
|
|
85
|
-
import { RecommendClient } from "@algolia/recommend";
|
|
86
|
-
import { PersonalizationClient } from "@algolia/client-personalization";
|
|
87
|
-
import { AnalyticsClient } from "@algolia/client-analytics";
|
|
88
|
-
import { AbtestingClient } from "@algolia/client-abtesting";
|
|
89
|
-
export {
|
|
90
|
-
ABTestingRegion,
|
|
91
|
-
AbtestingClient,
|
|
92
|
-
AdvancedSyntaxFeatures,
|
|
93
|
-
AlternativesAsExact,
|
|
94
|
-
AnalyticsClient,
|
|
95
|
-
AnalyticsRegion,
|
|
96
|
-
Anchoring,
|
|
97
|
-
AroundPrecision,
|
|
98
|
-
AroundRadius,
|
|
99
|
-
AroundRadiusAll,
|
|
100
|
-
AutomaticFacetFilter,
|
|
101
|
-
AutomaticFacetFilters,
|
|
102
|
-
BaseSearchParams,
|
|
103
|
-
BaseSearchParamsWithoutQuery,
|
|
104
|
-
BaseSearchResponse,
|
|
105
|
-
BooleanString,
|
|
106
|
-
Condition,
|
|
107
|
-
Consequence,
|
|
108
|
-
ConsequenceHide,
|
|
109
|
-
ConsequenceParams,
|
|
110
|
-
ConsequenceQuery,
|
|
111
|
-
ConsequenceQueryObject,
|
|
112
|
-
CustomDeleteProps,
|
|
113
|
-
CustomGetProps,
|
|
114
|
-
CustomPostProps,
|
|
115
|
-
CustomPutProps,
|
|
116
|
-
DeletedAtResponse,
|
|
117
|
-
Distinct,
|
|
118
|
-
Edit,
|
|
119
|
-
EditType,
|
|
120
|
-
ErrorBase,
|
|
121
|
-
ExactOnSingleWordQuery,
|
|
122
|
-
Exhaustive,
|
|
123
|
-
FacetFilters,
|
|
124
|
-
FacetOrdering,
|
|
125
|
-
FacetStats,
|
|
126
|
-
Facets,
|
|
127
|
-
HighlightResult,
|
|
128
|
-
HighlightResultOption,
|
|
129
|
-
IgnorePlurals,
|
|
130
|
-
IndexSettingsAsSearchParams,
|
|
131
|
-
MatchLevel,
|
|
132
|
-
MatchedGeoLocation,
|
|
133
|
-
Mode,
|
|
134
|
-
NumericFilters,
|
|
135
|
-
OptionalFilters,
|
|
136
|
-
Params,
|
|
137
|
-
Personalization,
|
|
138
|
-
PersonalizationClient,
|
|
139
|
-
Promote,
|
|
140
|
-
PromoteObjectID,
|
|
141
|
-
PromoteObjectIDs,
|
|
142
|
-
QueryType,
|
|
143
|
-
Range,
|
|
144
|
-
RankingInfo,
|
|
145
|
-
ReRankingApplyFilter,
|
|
146
|
-
RecommendClient,
|
|
147
|
-
Redirect,
|
|
148
|
-
RedirectRuleIndexData,
|
|
149
|
-
RedirectRuleIndexMetadata,
|
|
150
|
-
RedirectURL,
|
|
151
|
-
RemoveStopWords,
|
|
152
|
-
RemoveWordsIfNoResults,
|
|
153
|
-
RenderingContent,
|
|
154
|
-
SearchClient,
|
|
155
|
-
SearchPagination,
|
|
156
|
-
SearchParams,
|
|
157
|
-
SearchParamsObject,
|
|
158
|
-
SearchParamsQuery,
|
|
159
|
-
SemanticSearch,
|
|
160
|
-
SnippetResult,
|
|
161
|
-
SnippetResultOption,
|
|
162
|
-
SortRemainingBy,
|
|
163
|
-
SupportedLanguage,
|
|
164
|
-
TagFilters,
|
|
165
|
-
TaskStatus,
|
|
166
|
-
TypoTolerance,
|
|
167
|
-
TypoToleranceEnum,
|
|
168
|
-
Value,
|
|
169
|
-
apiClientVersion
|
|
170
|
-
};
|
|
171
|
-
//# sourceMappingURL=models.js.map
|
package/dist/models.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../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 { 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":";AAEA,SAAS,UAAU,uBAAuB;AAC1C,SAAS,UAAU,uBAAuB;AAE1C;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAIP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,oBAAoB;AAC7B,SAAS,uBAAuB;AAChC,SAAS,6BAA6B;AACtC,SAAS,uBAAuB;AAChC,SAAS,uBAAuB;","names":[]}
|