-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug]: Alerts v3 Types not included in published cxsdk package #111
Comments
Hi! yes you are right, there has been a lot of development happening without publishing. We'll get a new version out asap. |
We also miss types :(
|
Let me know what else you are missing :) |
For the record... updating your toolchain to 1.23.4 and pulling v0.12.1 from github is a valid workaround. I didn't realize I needed to update Go 🤦 |
@celaus Hi! Sorry, maybe not directly related to missing types. But missing some information how to use API.
but in type ListAlertDefsRequest I see only
I tried to search ListAlertDefsRequest in proto
Which means I can't set any parameters/filters for list? |
Thanks for updating the package. Maybe I'm missing something now. But I get a namespace collision error in
|
Yes the Alerts API doesn't provide a direct filtering ability, so you'll have to do it manually (unfortunately). However I'll take this in as a feature request 😄
|
I'm closing this, reopen in case of more questions 👍 |
Expected Result
A lot of the generated types required for the Alerts v3 api are undefined in the cxsdk package that is published to pkg.go.dev.
Using the CreateAlert example verbatim in my workspace yields UndeclaredImportedName errors in my compiler. Is it possible the package is not publishing with recent changes?
Or am I using an SDK that's simply not ready?
Actual Result
The list goes on.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: