Skip to content

Commit fc79eed

Browse files
algolia-botkai687
andcommitted
chore: generated code for commit cdc8665. [skip ci]
Co-authored-by: Kai Welke <[email protected]>
1 parent cdc8665 commit fc79eed

File tree

33 files changed

+1269
-284
lines changed

33 files changed

+1269
-284
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Clients/SearchClient.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ public interface ISearchClient
10561056
MultipleBatchResponse MultipleBatch(BatchParams batchParams, RequestOptions options = null, CancellationToken cancellationToken = default);
10571057

10581058
/// <summary>
1059-
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for index-specific API keys and analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
1059+
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
10601060
/// </summary>
10611061
/// <param name="indexName">Name of the index on which to perform the operation.</param>
10621062
/// <param name="operationIndexParams"></param>
@@ -1069,7 +1069,7 @@ public interface ISearchClient
10691069
Task<UpdatedAtResponse> OperationIndexAsync(string indexName, OperationIndexParams operationIndexParams, RequestOptions options = null, CancellationToken cancellationToken = default);
10701070

10711071
/// <summary>
1072-
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for index-specific API keys and analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/). (Synchronous version)
1072+
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/). (Synchronous version)
10731073
/// </summary>
10741074
/// <param name="indexName">Name of the index on which to perform the operation.</param>
10751075
/// <param name="operationIndexParams"></param>
@@ -3500,7 +3500,7 @@ public MultipleBatchResponse MultipleBatch(BatchParams batchParams, RequestOptio
35003500

35013501

35023502
/// <summary>
3503-
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for index-specific API keys and analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
3503+
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
35043504
/// </summary>
35053505
///
35063506
/// Required API Key ACLs:
@@ -3533,7 +3533,7 @@ public async Task<UpdatedAtResponse> OperationIndexAsync(string indexName, Opera
35333533

35343534

35353535
/// <summary>
3536-
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for index-specific API keys and analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/). (Synchronous version)
3536+
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/). (Synchronous version)
35373537
/// </summary>
35383538
///
35393539
/// Required API Key ACLs:

clients/algoliasearch-client-dart/packages/client_search/lib/src/api/search_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ final class SearchClient implements ApiClient {
14921492
);
14931493
}
14941494

1495-
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for index-specific API keys and analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
1495+
/// Copies or moves (renames) an index within the same Algolia application. - Existing destination indices are overwritten, except for their analytics data. - If the destination index doesn't exist yet, it'll be created. **Copy** - Copying a source index that doesn't exist creates a new index with 0 records and default settings. - The API keys of the source index are merged with the existing keys in the destination index. - You can't copy the `enableReRanking`, `mode`, and `replicas` settings. - You can't copy to a destination index that already has replicas. - Be aware of the [size limits](https://www.algolia.com/doc/guides/scaling/algolia-service-limits/#application-record-and-index-limits). - Related guide: [Copy indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/copy-indices/) **Move** - Moving a source index that doesn't exist is ignored without returning an error. - When moving an index, the analytics data keep their original name and a new set of analytics data is started for the new name. To access the original analytics in the dashboard, create an index with the original name. - If the destination index has replicas, moving will overwrite the existing index and copy the data to the replica indices. - Related guide: [Move indices](https://www.algolia.com/doc/guides/sending-and-managing-data/manage-indices-and-apps/manage-indices/how-to/move-indices/).
14961496
///
14971497
/// Required API Key ACLs:
14981498
/// - addObject

clients/algoliasearch-client-go/algolia/abtesting/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

clients/algoliasearch-client-go/algolia/analytics/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

clients/algoliasearch-client-go/algolia/ingestion/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@ func reportError(format string, a ...any) error {
248248
}
249249

250250
// A wrapper for strict JSON decoding.
251-
func newStrictDecoder(data []byte) *json.Decoder {
251+
func newStrictDecoder(data []byte) *json.Decoder {
252252
dec := json.NewDecoder(bytes.NewBuffer(data))
253253
dec.DisallowUnknownFields()
254254
return dec
255255
}
256256

257257
// A wrapper for validating a struct, returns nil if value is not a struct.
258-
func validateStruct(v any) error {
258+
func validateStruct(v any) error {
259259
err := validator.New().Struct(v)
260260
validationErrors, ok := err.(validator.ValidationErrors)
261261
if ok && len(validationErrors) > 0 {

clients/algoliasearch-client-go/algolia/insights/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,14 +252,14 @@ func reportError(format string, a ...any) error {
252252
}
253253

254254
// A wrapper for strict JSON decoding.
255-
func newStrictDecoder(data []byte) *json.Decoder {
255+
func newStrictDecoder(data []byte) *json.Decoder {
256256
dec := json.NewDecoder(bytes.NewBuffer(data))
257257
dec.DisallowUnknownFields()
258258
return dec
259259
}
260260

261261
// A wrapper for validating a struct, returns nil if value is not a struct.
262-
func validateStruct(v any) error {
262+
func validateStruct(v any) error {
263263
err := validator.New().Struct(v)
264264
validationErrors, ok := err.(validator.ValidationErrors)
265265
if ok && len(validationErrors) > 0 {

clients/algoliasearch-client-go/algolia/query-suggestions/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@ func reportError(format string, a ...any) error {
248248
}
249249

250250
// A wrapper for strict JSON decoding.
251-
func newStrictDecoder(data []byte) *json.Decoder {
251+
func newStrictDecoder(data []byte) *json.Decoder {
252252
dec := json.NewDecoder(bytes.NewBuffer(data))
253253
dec.DisallowUnknownFields()
254254
return dec
255255
}
256256

257257
// A wrapper for validating a struct, returns nil if value is not a struct.
258-
func validateStruct(v any) error {
258+
func validateStruct(v any) error {
259259
err := validator.New().Struct(v)
260260
validationErrors, ok := err.(validator.ValidationErrors)
261261
if ok && len(validationErrors) > 0 {

clients/algoliasearch-client-go/algolia/recommend/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ func reportError(format string, a ...any) error {
254254
}
255255

256256
// A wrapper for strict JSON decoding.
257-
func newStrictDecoder(data []byte) *json.Decoder {
257+
func newStrictDecoder(data []byte) *json.Decoder {
258258
dec := json.NewDecoder(bytes.NewBuffer(data))
259259
dec.DisallowUnknownFields()
260260
return dec
261261
}
262262

263263
// A wrapper for validating a struct, returns nil if value is not a struct.
264-
func validateStruct(v any) error {
264+
func validateStruct(v any) error {
265265
err := validator.New().Struct(v)
266266
validationErrors, ok := err.(validator.ValidationErrors)
267267
if ok && len(validationErrors) > 0 {

0 commit comments

Comments
 (0)