@firestitch/api
Advanced tools
Comparing version 13.5.6 to 13.5.7
@@ -0,4 +1,7 @@ | ||
export * from './api-cache'; | ||
export * from './api-config'; | ||
export * from './api-file'; | ||
export * from './params-encoder'; | ||
export * from './api-config'; | ||
export * from './request-handler'; | ||
export * from './stream-event-complete'; | ||
export * from './stream-event-data'; |
export declare enum StreamEventType { | ||
Data = "data", | ||
HttpResponse = "httpResponse" | ||
Complete = "complete" | ||
} |
@@ -5,3 +5,1 @@ export * from './file-config.interface'; | ||
export * from './request-config.interface'; | ||
export * from './stream-event-data.interface'; | ||
export * from './stream-event-http-response.interface'; |
@@ -1,2 +0,2 @@ | ||
import { StreamEventData, StreamEventHttpResponse } from '../interfaces'; | ||
export declare type StreamEvent = StreamEventData | StreamEventHttpResponse; | ||
import { StreamEventData } from '../classes/stream-event-data'; | ||
export declare type StreamEvent = StreamEventData; |
{ | ||
"name": "@firestitch/api", | ||
"version": "13.5.6", | ||
"version": "13.5.7", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
335997
3004