Comparing version 0.1.29 to 0.1.30
@@ -63,6 +63,3 @@ "use strict"; | ||
}); | ||
sf.addImportDeclaration({ | ||
namedImports: ['get', 'post', 'put', 'del', 'getMutate'], | ||
moduleSpecifier: constants_1.INTERNAL_PACKAGE, | ||
}); | ||
sf.addStatements(`import * as request from '${constants_1.INTERNAL_PACKAGE}';`); | ||
sf.addStatements(`const endpoint = '/api/${constants_1.API_ROUTE_NAME}/data/${model.name}';`); | ||
@@ -69,0 +66,0 @@ const useFuncBody = sf |
@@ -5,3 +5,3 @@ { | ||
"description": "ZenStack CLI and Language Tools", | ||
"version": "0.1.29", | ||
"version": "0.1.30", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "vscode": "^1.56.0" |
Sorry, the diff of this file is not supported yet
329270
5853