(ctx context.Context, projectID string, environment *string)
| 340 | DeleteBillingIssueByTypeForOrg(ctx context.Context, orgID string, errorType BillingIssueType) error |
| 341 | |
| 342 | FindProjectVariables(ctx context.Context, projectID string, environment *string) ([]*ProjectVariable, error) |
| 343 | UpsertProjectVariable(ctx context.Context, projectID, environment string, vars map[string]string, userID string) ([]*ProjectVariable, error) |
| 344 | DeleteProjectVariables(ctx context.Context, projectID, environment string, vars []string) error |
| 345 |
no outgoing calls