-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Types #46
Update Types #46
Conversation
lib/types/VeryfiDocument.ts
Outdated
rounding?: null | number | BoundingElement; | ||
server_name?: null | string | BoundingElement; | ||
service_end_date?: null | string; | ||
service_start_date?: null | string; | ||
ship_date?: null | string | BoundingElement; | ||
ship_to?: null | ShipTo; | ||
shipping?: null | number | BoundingElement; | ||
source?: null | string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? never saw this one
lib/types/VeryfiDocument.ts
Outdated
rounding?: null | number | BoundingElement; | ||
server_name?: null | string | BoundingElement; | ||
service_end_date?: null | string; | ||
service_start_date?: null | string; | ||
ship_date?: null | string | BoundingElement; | ||
ship_to?: null | ShipTo; | ||
shipping?: null | number | BoundingElement; | ||
source?: null | string; | ||
source_documents?: Array<{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
lib/types/VeryfiDocument.ts
Outdated
payment?: null | Payment; | ||
pdf_url?: null | string; | ||
previous_balance?: null | number | BoundingElement; | ||
processed_pages?: null | number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
lib/types/VeryfiDocument.ts
Outdated
notes?: null | string; | ||
ocr_text?: null | string; | ||
order_date?: null | string | BoundingElement; | ||
owner?: null | string; | ||
pages?: Array<{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't exist, same for owner
No description provided.