Skip to content

Commit

Permalink
Merge pull request #835 from salesforcecli/sm/remove-undeclared-jsfor…
Browse files Browse the repository at this point in the history
…ce-dependency

refactor(types): remove jsforce imports
  • Loading branch information
mshanemc authored Oct 17, 2023
2 parents 0667db2 + 78a5153 commit b5d127f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/commands/org/login/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/

import { OAuth2Config } from 'jsforce';
import { AuthFields, AuthInfo, DeviceOauthService, Messages } from '@salesforce/core';
import { AuthFields, AuthInfo, DeviceOauthService, Messages, OAuth2Config } from '@salesforce/core';
import { Flags, loglevel } from '@salesforce/sf-plugins-core';
import { DeviceCodeResponse } from '@salesforce/core/lib/deviceOauthService';
import { ux } from '@oclif/core';
Expand Down
3 changes: 1 addition & 2 deletions src/commands/org/login/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
import * as open from 'open';

import { Flags, loglevel } from '@salesforce/sf-plugins-core';
import { OAuth2Config } from 'jsforce';
import { AuthFields, AuthInfo, Logger, Messages, SfError, WebOAuthServer } from '@salesforce/core';
import { AuthFields, AuthInfo, Logger, Messages, OAuth2Config, SfError, WebOAuthServer } from '@salesforce/core';
import { Env } from '@salesforce/kit';
import { Interfaces } from '@oclif/core';
import { AuthBaseCommand } from '../../../authBaseCommand';
Expand Down

0 comments on commit b5d127f

Please sign in to comment.