-
Notifications
You must be signed in to change notification settings - Fork 68
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
Node client has missing exports #2334
Comments
to verify imports, we can use
and run index.ts:
|
Current exported list:
|
Keep in mind that a symbol which should be exported may not have |
Missing types and interfaces that has
interfaces:
Also, noticed that the definition of Per internal discussion, no function should be exported externally. Here are the functions that are included in
There are more functions in
|
No changes needed for |
This issue is related to: #2307 |
The issue is followed by: #2335 |
Describe the bug
The following are missing the init.py module exports:
Expected Behavior
The above types/interfaces must be exported.
Any internal function, type, or interface must not be exported.
Current Behavior
.
Reproduction Steps
.
Possible Solution
No response
Additional Information/Context
No response
Client version used
1.1
Engine type and version
N/A
OS
N/A
Language
TypeScript
Language Version
N/A
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: