File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import * as shell from "shelljs";
66import merge from "lodash/merge" ;
77import isEmpty from "lodash/isEmpty" ;
88import { dirname , resolve } from "path" ;
9- import { AppData } from "@contentstack/management /types/app" ;
9+ import { AppData } from "@contentstack/marketplace-sdk /types/marketplace /app" ;
1010import {
1111 rmSync ,
1212 mkdirSync ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import pick from "lodash/pick";
22import merge from "lodash/merge" ;
33import isEmpty from "lodash/isEmpty" ;
44import { flags , FlagInput } from "@contentstack/cli-utilities" ;
5- import { App } from "@contentstack/management /types/app" ;
5+ import { App } from "@contentstack/marketplace-sdk /types/marketplace /app" ;
66import { existsSync , readFileSync , writeFileSync } from "fs" ;
77
88import { $t , appUpdate } from "../../messages" ;
Original file line number Diff line number Diff line change 44 FlagInput ,
55} from "@contentstack/cli-utilities" ;
66import { CommonOptions } from "../util" ;
7- import { AppTarget } from "@contentstack/management /types/app/index " ;
7+ import { AppTarget } from "@contentstack/marketplace-sdk /types/marketplace/app " ;
88
99export interface UninstallApp {
1010 run (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 getInstallation ,
1111 uninstallApp ,
1212} from "../util" ;
13- import { AppTarget } from "@contentstack/management /types/app/index " ;
13+ import { AppTarget } from "@contentstack/marketplace-sdk /types/marketplace/app " ;
1414
1515export class UninstallAll implements UninstallApp {
1616 public async run (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 getInstallation ,
1111 uninstallApp ,
1212} from "../util" ;
13- import { AppTarget } from "@contentstack/management /types/app/index " ;
13+ import { AppTarget } from "@contentstack/marketplace-sdk /types/marketplace/app " ;
1414
1515export class UninstallSelected implements UninstallApp {
1616 public async run (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 ContentstackClient ,
1111 ContentstackMarketplaceClient ,
1212} from "@contentstack/cli-utilities" ;
13- import { AppTarget } from "@contentstack/management /types/app/index " ;
13+ import { AppTarget } from "@contentstack/marketplace-sdk /types/marketplace/app " ;
1414
1515import messages , {
1616 $t ,
You can’t perform that action at this time.
0 commit comments