added friendly name

This commit is contained in:
Joaquin Ossa 2025-02-05 12:41:30 +01:00
parent 4718990efb
commit fa9622721b
4 changed files with 10 additions and 0 deletions

View file

@ -78,6 +78,7 @@ select
b.guest_email, b.guest_email,
uu.billing_country_name as guest_billing_country, uu.billing_country_name as guest_billing_country,
uu.billing_town as guest_billing_town, uu.billing_town as guest_billing_town,
a.friendly_name,
a.country_name as accommodation_country, a.country_name as accommodation_country,
a.address_line_1 as accommodation_address, a.address_line_1 as accommodation_address,
vr.is_verification_request_complete, vr.is_verification_request_complete,

View file

@ -5100,6 +5100,10 @@ models:
data_type: character varying data_type: character varying
description: "Billing town of the guest." description: "Billing town of the guest."
- name: friendly_name
data_type: character varying
description: "Name of the listing."
- name: accommodation_country - name: accommodation_country
data_type: character varying data_type: character varying
description: "Country of the listing" description: "Country of the listing"

View file

@ -22,6 +22,7 @@ select
guest_email as guest_email, guest_email as guest_email,
guest_billing_country as guest_billing_country, guest_billing_country as guest_billing_country,
guest_billing_town as guest_billing_town, guest_billing_town as guest_billing_town,
friendly_name as friendly_name,
accommodation_country as accommodation_country, accommodation_country as accommodation_country,
accommodation_address as accommodation_address, accommodation_address as accommodation_address,
is_verification_request_complete as is_verification_request_complete, is_verification_request_complete as is_verification_request_complete,

View file

@ -1502,6 +1502,10 @@ models:
data_type: character varying data_type: character varying
description: "Billing town of the guest." description: "Billing town of the guest."
- name: friendly_name
data_type: character varying
description: "Name of the listing."
- name: accommodation_country - name: accommodation_country
data_type: character varying data_type: character varying
description: "Country of the listing" description: "Country of the listing"