Skip to content

Commit 96b3d5a

Browse files
algolia-botrenovate[bot]shortcuts
committed
chore(deps): dependencies 2025-03-24 (generated)
algolia/api-clients-automation#4617 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: shortcuts <[email protected]>
1 parent d70d556 commit 96b3d5a

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

Sources/Insights/InsightsClient.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ open class InsightsClient {
313313

314314
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is
315315
/// asynchronous, and processed within 48 hours. To delete a personalization user profile, see `Delete a user
316-
/// profile`
317-
/// in the Personalization API.
316+
/// profile` in the Personalization API.
318317
///
319318
///
320319
/// - parameter userToken: (path) User token for which to delete all associated events.

Sources/Monitoring/MonitoringClient.swift

+2-3
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,8 @@ open class MonitoringClient {
583583
/// description of the API response. To include all metrics, use `*`.
584584
/// - parameter period: (path) Period over which to aggregate the metrics: - `minute`. Aggregate the last minute. 1
585585
/// data point per 10 seconds. - `hour`. Aggregate the last hour. 1 data point per minute. - `day`. Aggregate the
586-
/// last
587-
/// day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`. Aggregate
588-
/// the last month. 1 data point per day.
586+
/// last day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`.
587+
/// Aggregate the last month. 1 data point per day.
589588
/// - returns: InfrastructureResponse
590589
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
591590
open func getMetrics(

Sources/Recommend/Models/RecommendBaseSearchResponse.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ public struct RecommendBaseSearchResponse: Codable, JSONEncodable {
224224
"exhaustiveFacetsCount", "exhaustiveNbHits", "exhaustiveTypo", "facets", "facetsStats", "index",
225225
"indexUsed", "message", "nbSortedHits", "parsedQuery", "processingTimeMS", "processingTimingsMS",
226226
"queryAfterRemoval", "redirect", "renderingContent", "serverTimeMS", "serverUsed", "userData",
227-
"queryID", "automaticInsights":
227+
"queryID",
228+
"automaticInsights":
228229
continue
229230
default:
230231
self.additionalProperties[key] = value

Sources/Search/Models/SearchBaseSearchResponse.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ public struct SearchBaseSearchResponse: Codable, JSONEncodable {
224224
"exhaustiveFacetsCount", "exhaustiveNbHits", "exhaustiveTypo", "facets", "facetsStats", "index",
225225
"indexUsed", "message", "nbSortedHits", "parsedQuery", "processingTimeMS", "processingTimingsMS",
226226
"queryAfterRemoval", "redirect", "renderingContent", "serverTimeMS", "serverUsed", "userData",
227-
"queryID", "automaticInsights":
227+
"queryID",
228+
"automaticInsights":
228229
continue
229230
default:
230231
self.additionalProperties[key] = value

Sources/Search/Models/SearchResponse.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ public struct SearchResponse<T: Codable>: Codable, JSONEncodable {
280280
"exhaustiveFacetsCount", "exhaustiveNbHits", "exhaustiveTypo", "facets", "facetsStats", "index",
281281
"indexUsed", "message", "nbSortedHits", "parsedQuery", "processingTimeMS", "processingTimingsMS",
282282
"queryAfterRemoval", "redirect", "renderingContent", "serverTimeMS", "serverUsed", "userData",
283-
"queryID", "automaticInsights", "page", "nbHits", "nbPages", "hitsPerPage", "hits", "query", "params":
283+
"queryID",
284+
"automaticInsights", "page", "nbHits", "nbPages", "hitsPerPage", "hits", "query", "params":
284285
continue
285286
default:
286287
self.additionalProperties[key] = value

Sources/Search/SearchClient.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ open class SearchClient {
8181
/// - parameter indexName: (path) Name of the index on which to perform the operation.
8282
/// - parameter objectID: (path) Unique record identifier.
8383
/// - parameter body: (body) The record. A schemaless object with attributes that are useful in the context of
84-
/// search
85-
/// and discovery.
84+
/// search and discovery.
8685
/// - returns: UpdatedAtWithObjectIdResponse
8786
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
8887
open func addOrUpdateObject(
@@ -3062,8 +3061,7 @@ open class SearchClient {
30623061

30633062
/// - parameter indexName: (path) Name of the index on which to perform the operation.
30643063
/// - parameter body: (body) The record. A schemaless object with attributes that are useful in the context of
3065-
/// search
3066-
/// and discovery.
3064+
/// search and discovery.
30673065
/// - returns: SaveObjectResponse
30683066
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
30693067
open func saveObject(

0 commit comments

Comments
 (0)