Skip to content
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

Fixing types to include description, raw for edit and create for the CI/CD Variables API #3542

Merged
merged 2 commits into from Feb 20, 2024

Conversation

jdalrymple
Copy link
Owner

fixes #3541

Fixing to include description, raw for edit and create for the CI/CD Variables API
@jdalrymple jdalrymple added the type:types Adding or enhancing typescript types label Feb 19, 2024
@@ -24,6 +24,8 @@ export interface GroupVariables<C extends boolean = false> extends ResourceVaria
protected?: boolean;
masked?: boolean;
environmentScope?: string;
description?: string;
raw?: string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't "raw" boolean?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup! typo there. I fixed it up

@jdalrymple jdalrymple merged commit b9a1c55 into main Feb 20, 2024
5 checks passed
@jdalrymple jdalrymple deleted the types/3541 branch February 20, 2024 16:05
@jdalrymple
Copy link
Owner Author

🚀 PR was released in 39.34.3 🚀

@jdalrymple jdalrymple added the released This issue/pull request has been released. label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released. type:types Adding or enhancing typescript types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Variables: No way to set raw
2 participants