@alicloud/mpserverless-sdk
Advanced tools
Comparing version 3.1.5 to 3.1.6-alpha.1
@@ -59,3 +59,3 @@ import { BaseService, GenericObject, HTTPTransport } from './../core'; | ||
info(fileIds: string | string[], options?: object): Promise<any>; | ||
getOSSUploadOptionsFromPath(relativePath: string, targetPath: string, fileSize?: number, cloudPath?: string): Promise<any>; | ||
getOSSUploadOptionsFromPath(relativePath: string, targetPath: string, fileSize?: number, cloudPath?: string, meta?: GenericObject<string>): Promise<any>; | ||
reportOSSUpload(id: string, contentType?: string): Promise<void>; | ||
@@ -62,0 +62,0 @@ private validate; |
@@ -10,7 +10,2 @@ export declare const uploadFileSchema: { | ||
}; | ||
extension: { | ||
type: string; | ||
required: boolean; | ||
values: string[]; | ||
}; | ||
filePath: { | ||
@@ -17,0 +12,0 @@ type: string; |
{ | ||
"name": "@alicloud/mpserverless-sdk", | ||
"author": "junmo <qwe_lingkun@163.com>", | ||
"version": "3.1.5", | ||
"version": "3.1.6-alpha.1", | ||
"description": "Custom FrameWork JavaScript SDK for Alicloud MPServerless", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
243358
1082
2