[CLD-6538] Renewal Card for Cloud Purchase Modal, remove unnecessary components (#25606)

* Add renewal card component to purchase modal, remove some unneeded components

* Add back commented code

* Fixes for pipelines

* Delinquency modal skips invoice summary table if there is only one invoice

* Updates

* Fixes from ms precision changes

* Fixes for tests after ms precision changes

* A couple more occurrences

* Removal of a bunch of code that's no longer necessary

* Fix linter

* Fix i18n

* Fix

* More fixing

* Updates

* Updates based on PR feedback

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Nick Misasi
2024-01-10 14:19:29 -05:00
коммит произвёл GitHub
родитель 978f335925
Коммит 1d108f0d9f
42 изменённых файлов: 945 добавлений и 2552 удалений

Просмотреть файл

@@ -187,6 +187,8 @@ export type InvoiceLineItem = {
description: string;
type: typeof InvoiceLineItemType[keyof typeof InvoiceLineItemType];
metadata: Record<string, string>;
period_start: number;
period_end: number;
}
export type Limits = {