changed names

This commit is contained in:
Joaquin 2025-06-10 14:20:28 +02:00
parent e85de15d22
commit a543fa1d83
4 changed files with 18 additions and 18 deletions

View file

@ -2183,7 +2183,7 @@ models:
description: |
The name of the Product Bundle.
- name: starts_at_utc
- name: start_at_utc
data_type: timestamp
description: |
Timestamp of when this Product Bundle is assigned into an Accommodation was
@ -2191,21 +2191,21 @@ models:
data_tests:
- not_null
- name: ends_at_utc
- name: end_at_utc
data_type: timestamp
description: |
Timestamp of when this Product Bundle is assigned into an Accommodation was
active for the last time, according to the Backend. If null it means that
it's currently active.
- name: starts_date_utc
- name: start_date_utc
data_type: date
description: |
The date when this Product Bundle was first assigned to the Accommodation.
data_tests:
- not_null
- name: ends_date_utc
- name: end_date_utc
data_type: date
description: |
The date when this Product Bundle was last active for the Accommodation.