[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 удалений

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

@@ -228,6 +228,8 @@ type InvoiceLineItem struct {
Description string `json:"description"`
Type string `json:"type"`
Metadata map[string]any `json:"metadata"`
PeriodStart int64 `json:"period_start"`
PeriodEnd int64 `json:"period_end"`
}
type DelinquencyEmailTrigger struct {