Skip to content

Commit

Permalink
fix(specs): delete user token processing time (#3525) (generated) [sk…
Browse files Browse the repository at this point in the history
…ip ci]

Co-authored-by: Kai Welke <kai.welke@algolia.com>
  • Loading branch information
algolia-bot and kai687 committed Aug 14, 2024
1 parent 40c5d47 commit 2798e35
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public interface IInsightsClient
object CustomPut(string path, Dictionary<string, object> parameters = default, object body = default, RequestOptions options = null, CancellationToken cancellationToken = default);

/// <summary>
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
/// </summary>
/// <param name="userToken">User token for which to delete all associated events.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand All @@ -142,7 +142,7 @@ public interface IInsightsClient
Task DeleteUserTokenAsync(string userToken, RequestOptions options = null, CancellationToken cancellationToken = default);

/// <summary>
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
/// </summary>
/// <param name="userToken">User token for which to delete all associated events.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down Expand Up @@ -412,7 +412,7 @@ public object CustomPut(string path, Dictionary<string, object> parameters = def


/// <summary>
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
/// </summary>
/// <param name="userToken">User token for which to delete all associated events.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand All @@ -436,7 +436,7 @@ public async Task DeleteUserTokenAsync(string userToken, RequestOptions options


/// <summary>
/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile). (Synchronous version)
/// </summary>
/// <param name="userToken">User token for which to delete all associated events.</param>
/// <param name="options">Add extra http header or query parameters to Algolia.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ final class InsightsClient implements ApiClient {
);
}

/// Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
///
/// Parameters:
/// * [userToken] User token for which to delete all associated events.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,9 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path) throws Alg
}

/**
* Deletes all events related to the specified user token from events metrics and analytics. To
* delete a personalization user profile, see [Delete a user
* Deletes all events related to the specified user token from events metrics and analytics. The
* deletion is asynchronous, and processed within 48 hours. To delete a personalization user
* profile, see [Delete a user
* profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param userToken User token for which to delete all associated events. (required)
Expand All @@ -492,8 +493,9 @@ public void deleteUserToken(@Nonnull String userToken, RequestOptions requestOpt
}

/**
* Deletes all events related to the specified user token from events metrics and analytics. To
* delete a personalization user profile, see [Delete a user
* Deletes all events related to the specified user token from events metrics and analytics. The
* deletion is asynchronous, and processed within 48 hours. To delete a personalization user
* profile, see [Delete a user
* profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param userToken User token for which to delete all associated events. (required)
Expand All @@ -505,7 +507,8 @@ public void deleteUserToken(@Nonnull String userToken) throws AlgoliaRuntimeExce

/**
* (asynchronously) Deletes all events related to the specified user token from events metrics and
* analytics. To delete a personalization user profile, see [Delete a user
* analytics. The deletion is asynchronous, and processed within 48 hours. To delete a
* personalization user profile, see [Delete a user
* profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param userToken User token for which to delete all associated events. (required)
Expand All @@ -523,7 +526,8 @@ public CompletableFuture<Void> deleteUserTokenAsync(@Nonnull String userToken, R

/**
* (asynchronously) Deletes all events related to the specified user token from events metrics and
* analytics. To delete a personalization user profile, see [Delete a user
* analytics. The deletion is asynchronous, and processed within 48 hours. To delete a
* personalization user profile, see [Delete a user
* profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param userToken User token for which to delete all associated events. (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export function createInsightsClient({
},

/**
* Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
* Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param deleteUserToken - The deleteUserToken object.
* @param deleteUserToken.userToken - User token for which to delete all associated events.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public class InsightsClient(
}

/**
* Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
* Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
* @param userToken User token for which to delete all associated events.
* @param requestOptions additional request configuration.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public function customPut($path, $parameters = null, $body = null, $requestOptio
}

/**
* Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
* Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param string $userToken User token for which to delete all associated events. (required)
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ async def delete_user_token_with_http_info(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> ApiResponse[str]:
"""
Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
:param user_token: User token for which to delete all associated events. (required)
Expand Down Expand Up @@ -491,7 +491,7 @@ async def delete_user_token(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> None:
"""
Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
:param user_token: User token for which to delete all associated events. (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def custom_put(path, parameters = nil, body = nil, request_options = {})
@api_client.deserialize(response.body, request_options[:debug_return_type] || "Object")
end

# Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
# Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).

# @param user_token [String] User token for which to delete all associated events. (required)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
Expand Down Expand Up @@ -267,7 +267,7 @@ def delete_user_token_with_http_info(user_token, request_options = {})
@api_client.call_api(:DELETE, path, new_options)
end

# Deletes all events related to the specified user token from events metrics and analytics. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
# Deletes all events related to the specified user token from events metrics and analytics. The deletion is asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).

# @param user_token [String] User token for which to delete all associated events. (required)
# @param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ class InsightsClient(
execute[T](request, requestOptions)
}

/** Deletes all events related to the specified user token from events metrics and analytics. To delete a
* personalization user profile, see [Delete a user
/** Deletes all events related to the specified user token from events metrics and analytics. The deletion is
* asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user
* profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
*
* @param userToken
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ open class InsightsClient {
try await self.deleteUserTokenWithHTTPInfo(userToken: userToken, requestOptions: requestOptions)
}

/// Deletes all events related to the specified user token from events metrics and analytics. To delete a
/// personalization user profile, see [Delete a user
/// Deletes all events related to the specified user token from events metrics and analytics. The deletion is
/// asynchronous, and processed within 48 hours. To delete a personalization user profile, see [Delete a user
/// profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
///
///
Expand Down
2 changes: 2 additions & 0 deletions specs/bundled/insights.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1834,6 +1834,8 @@ paths:
Deletes all events related to the specified user token from events
metrics and analytics.
The deletion is asynchronous, and processed within 48 hours.
To delete a personalization user profile, see [Delete a user
profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
parameters:
Expand Down
2 changes: 2 additions & 0 deletions specs/bundled/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,8 @@ paths:
Deletes all events related to the specified user token from events
metrics and analytics.
The deletion is asynchronous, and processed within 48 hours.
To delete a personalization user profile, see [Delete a user
profile](/specs/personalization#tag/profiles/operation/deleteUserProfile).
parameters:
Expand Down

0 comments on commit 2798e35

Please sign in to comment.