From fc377a136006df0f1c3d5cb6e0be340a486a03f0 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 14 Jul 2025 11:42:28 +0300 Subject: [PATCH] chore(docs): fix generate OAS for gift card (#12937) --- .../oas-output/schemas/StoreGiftCard.ts | 5 ++-- .../schemas/StoreGiftCardInvitation.ts | 29 ------------------- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 www/utils/generated/oas-output/schemas/StoreGiftCardInvitation.ts diff --git a/www/utils/generated/oas-output/schemas/StoreGiftCard.ts b/www/utils/generated/oas-output/schemas/StoreGiftCard.ts index 1b72dfee27..041e45f4fe 100644 --- a/www/utils/generated/oas-output/schemas/StoreGiftCard.ts +++ b/www/utils/generated/oas-output/schemas/StoreGiftCard.ts @@ -77,6 +77,5 @@ * format: date-time * title: updated_at * description: The date the gift card was updated. - * -*/ - + * +*/ \ No newline at end of file diff --git a/www/utils/generated/oas-output/schemas/StoreGiftCardInvitation.ts b/www/utils/generated/oas-output/schemas/StoreGiftCardInvitation.ts deleted file mode 100644 index e5f5912ad4..0000000000 --- a/www/utils/generated/oas-output/schemas/StoreGiftCardInvitation.ts +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @schema StoreGiftCardInvitation - * type: object - * description: The gift card invitation's details. - * x-schemaName: StoreGiftCardInvitation - * required: - * - id - * - email - * - status - * - gift_card - * properties: - * id: - * type: string - * title: id - * description: The gift card invitation's ID. - * email: - * type: string - * title: email - * description: The gift card invitation's email. - * format: email - * status: - * type: string - * title: status - * description: The gift card invitation's status. - * gift_card: - * $ref: "#/components/schemas/StoreGiftCard" - * -*/ -