From 167a446ad888e7f30164ca9a7c365daeee6d2aed Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 6 Sep 2024 06:26:05 -0700 Subject: [PATCH] re-gen plugin-runtime-types --- plugin-runtime-types/.gitignore | 1 - plugin-runtime-types/package.json | 2 +- plugin-runtime-types/src/gen/RenderRequest.ts | 3 --- plugin-runtime-types/src/gen/RenderResponse.ts | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 plugin-runtime-types/src/gen/RenderRequest.ts delete mode 100644 plugin-runtime-types/src/gen/RenderResponse.ts 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, };