fix(core): update
This commit is contained in:
parent
56f59bf640
commit
1d3dc08e39
@ -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'
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user