diff --git a/plugin-runtime-types/.gitignore b/plugin-runtime-types/.gitignore index 3063f07d..3c3629e6 100644 --- a/plugin-runtime-types/.gitignore +++ b/plugin-runtime-types/.gitignore @@ -1,2 +1 @@ -lib node_modules diff --git a/plugin-runtime-types/package.json b/plugin-runtime-types/package.json index 22214170..380ed7c3 100644 --- a/plugin-runtime-types/package.json +++ b/plugin-runtime-types/package.json @@ -1,6 +1,6 @@ { "name": "@yaakapp/api", - "version": "0.1.13", + "version": "0.1.14", "main": "lib/index.js", "typings": "./lib/index.d.ts", "files": [ diff --git a/plugin-runtime-types/src/gen/RenderRequest.ts b/plugin-runtime-types/src/gen/RenderRequest.ts deleted file mode 100644 index 790fda7b..00000000 --- a/plugin-runtime-types/src/gen/RenderRequest.ts +++ /dev/null @@ -1,3 +0,0 @@ -// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. - -export type RenderRequest = { template: string, }; diff --git a/plugin-runtime-types/src/gen/RenderResponse.ts b/plugin-runtime-types/src/gen/RenderResponse.ts deleted file mode 100644 index 2b332f09..00000000 --- a/plugin-runtime-types/src/gen/RenderResponse.ts +++ /dev/null @@ -1,3 +0,0 @@ -// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually. - -export type RenderResponse = { rendered: string, };