From 1d3dc08e3903342fdec409fc17d6828a0c949d2c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 23 Feb 2024 17:02:12 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 81172b1..eb7ec28 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.11', + version: '3.0.12', description: 'interfaces for making typed requests' } diff --git a/ts/index.ts b/ts/index.ts index 6b477d3..2277764 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -96,7 +96,7 @@ export interface IUnifiedStreamDataPackage { * end: indicates the end of a stream * feedback: indicates a feedback message */ - mainPurpose: 'start' | 'binaryChunk' | 'object' | 'end' | 'feedback' | 'keepAlive'; + mainPurpose: 'start' | 'chunk' | 'object' | 'end' | 'feedback' | 'keepAlive'; /** * the data package