updated docs for core__verification_requests from Pablo's comments

This commit is contained in:
Joaquin Ossa 2024-06-10 11:32:04 +02:00
parent 5e7504499f
commit 1bb4229dce

View file

@ -407,7 +407,7 @@ models:
- name: id_user_host - name: id_user_host
data_type: character varying data_type: character varying
description: Unique, incremental, internal ID for the guest user. description: Unique, incremental, internal ID for the host user.
- name: is_verification_request_complete - name: is_verification_request_complete
data_type: boolean data_type: boolean
@ -477,27 +477,27 @@ models:
- name: link_used_at_utc - name: link_used_at_utc
data_type: timestamp without time zone data_type: timestamp without time zone
description: description:
-->The date and time at which the guest used the link for the verification. The date and time at which the guest used the link for the verification.
- name: link_used_date_utc - name: link_used_date_utc
data_type: date data_type: date
description: description:
-->The date on which the guest used the link for the verification. The date on which the guest used the link for the verification.
- name: expire_at_utc - name: expire_at_utc
data_type: timestamp without time zone data_type: timestamp without time zone
description: description:
-->The date and time at which the link for the verification expires. The date and time at which the link for the verification expires.
- name: expire_date_utc - name: expire_date_utc
data_type: date data_type: date
description: description:
-->The date on which the link for the verification expires. The date on which the link for the verification expires.
- name: is_deleted - name: is_deleted
data_type: boolean data_type: boolean
description: | description: |
-->True if the link for verification expired before finishing the True if the link for verification expired before finishing the
verification. verification.
- name: redirect_name - name: redirect_name
@ -519,18 +519,17 @@ models:
- name: rejection_reason - name: rejection_reason
data_type: character varying data_type: character varying
description: description:
-->Reason as to why the guest was rejected. Reason as to why the guest was rejected.
- name: has_switched_to_mobile - name: has_switched_to_mobile
data_type: boolean data_type: boolean
description: | description: |
-->True if the guest changed has switched to mobile True if the guest changed has switched to mobile
during the verification process. during the verification process.
- name: is_verifier_rejected - name: is_verifier_rejected
data_type: boolean data_type: boolean
description: | description: ""
-->True if the guest is rejected after verifications.
- name: config - name: config
data_type: character varying data_type: character varying
@ -543,24 +542,22 @@ models:
- name: created_at_utc - name: created_at_utc
data_type: timestamp without time zone data_type: timestamp without time zone
description: description:
-->The date and time at which the verification process was created. The date and time at which the verification process was created.
- name: created_date_utc - name: created_date_utc
data_type: date data_type: date
description: description:
-->The date on which the verification process was created. The date on which the verification process was created.
- name: updated_at_utc - name: updated_at_utc
data_type: timestamp without time zone data_type: timestamp without time zone
description: description:
-->The date and time at which the last update of the The date and time at which the last update on the entry happened.
process happened.
- name: updated_date_utc - name: updated_date_utc
data_type: date data_type: date
description: description:
-->The date on which the last update of the The date on which the last update on the entry happened.
process happened.
- name: dwh_extracted_at_utc - name: dwh_extracted_at_utc
data_type: timestamp with time zone data_type: timestamp with time zone