fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-23 17:02:12 +01:00
parent 56f59bf640
commit 1d3dc08e39
2 changed files with 2 additions and 2 deletions

View File

@ -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'
}

View File

@ -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