fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-24 11:10:03 +01:00
parent 806970c701
commit ed8879a4c8
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest-interfaces',
version: '3.0.13',
version: '3.0.14',
description: 'interfaces for making typed requests'
}

View File

@ -91,12 +91,12 @@ export interface IUnifiedStreamDataPackage {
/**
* the main purpose of the data package
* start: indicates the start of a stream
* binaryChunk: indicates a binary chunk of data
* object: indicates a json object
* chunk: indicates a binary chunk of data
* read: indicates the introduction to send data
* end: indicates the end of a stream
* feedback: indicates a feedback message
*/
mainPurpose: 'start' | 'chunk' | 'object' | 'end' | 'feedback' | 'keepAlive';
mainPurpose: 'start' | 'chunk' | 'read' | 'end' | 'feedback' | 'keepAlive';
/**
* the data package