Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

"organizationName" and "baseCountryCode" are missing in typescript interfaces #27

Closed
cromdev opened this issue Mar 31, 2022 · 1 comment

Comments

@cromdev
Copy link

cromdev commented Mar 31, 2022

Current Behavior:
build gives following error:
Object literal may only specify known properties, and 'baseCountryCode' does not exist in type 'FindOptions'.

Expected Behavior:
there should be no build errors

Additional information
Adding fields to corresponding interfaces in find-options.d.ts file fixes the issue.
Alternatively you can use as FindOptions to cast object when using find(), but that's temporary workaround.

@cromdev
Copy link
Author

cromdev commented Mar 31, 2022

there's also normalized?: string field missing in interface ContactXPhoneNumber

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants