Skip to content

Commit

Permalink
Add env property to FlatAccountFields
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Feb 4, 2025
1 parent 6fcaead commit 071194e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubspot/local-dev-lib",
"version": "0.1.3-experimental.0",
"version": "3.2.0",
"description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
"main": "lib/index.js",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions types/Accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export interface FlatAccountFields_NEW extends CLIAccount_NEW {
scopes?: Array<string>;
apiKey?: string;
personalAccessKey?: string;
environment?: Environment;
}

export interface FlatAccountFields_DEPRECATED extends CLIAccount_DEPRECATED {
Expand All @@ -121,6 +122,7 @@ export interface FlatAccountFields_DEPRECATED extends CLIAccount_DEPRECATED {
scopes?: Array<string>;
apiKey?: string;
personalAccessKey?: string;
environment?: Environment;
}

export type FlatAccountFields =
Expand Down

0 comments on commit 071194e

Please sign in to comment.