From b34e88123d9014c164f48dcd732f37f8e982ec6c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 24 Feb 2024 14:51:08 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 92494a3..b5cab26 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@api.global/typedrequest-interfaces', - version: '3.0.16', + version: '3.0.17', description: 'interfaces for making typed requests' } diff --git a/ts/index.ts b/ts/index.ts index 7e5fa0b..52507f2 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -82,6 +82,8 @@ export interface IVirtualStream { // Properties side: 'requesting' | 'responding'; streamId: string; + sendMethod: any; + typedrouter: any; // Methods handleStreamTr(streamTrArg: IStreamRequest): Promise;