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;