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" - * -*/ -