From fa1288f0c0845c939167b1ed943d78fbc832f985 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Thu, 13 Jan 2022 10:55:04 +0100 Subject: [PATCH] dummy test --- .../client-personalization/model/deleteUserProfileResponse.ts | 2 +- specs/personalization/paths/deleteUserProfile.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/algoliasearch-client-javascript/client-personalization/model/deleteUserProfileResponse.ts b/clients/algoliasearch-client-javascript/client-personalization/model/deleteUserProfileResponse.ts index 45abf172e5..49717f3f25 100644 --- a/clients/algoliasearch-client-javascript/client-personalization/model/deleteUserProfileResponse.ts +++ b/clients/algoliasearch-client-javascript/client-personalization/model/deleteUserProfileResponse.ts @@ -6,5 +6,5 @@ export type DeleteUserProfileResponse = { /** * A date until which the data can safely be considered as deleted for the given user. Any data received after the deletedUntil date will start building a new user profile. */ - deletedUntil: Date; + deletedUntil: string; }; diff --git a/specs/personalization/paths/deleteUserProfile.yml b/specs/personalization/paths/deleteUserProfile.yml index c4067a0422..c3cf8fb7f1 100644 --- a/specs/personalization/paths/deleteUserProfile.yml +++ b/specs/personalization/paths/deleteUserProfile.yml @@ -23,7 +23,6 @@ delete: $ref: '../common/parameters.yml#/userToken' deletedUntil: type: string - format: date-time description: A date until which the data can safely be considered as deleted for the given user. Any data received after the deletedUntil date will start building a new user profile. '400': $ref: ../../common/responses/BadRequest.yml