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