@alicloud/mpserverless-sdk
Advanced tools
Comparing version 3.1.4 to 3.1.5-alpha.1
@@ -51,2 +51,3 @@ import { BaseService, GenericObject, HTTPTransport } from './../core'; | ||
timeout?: number; | ||
cloudPath?: string; | ||
} | ||
@@ -59,3 +60,3 @@ export declare class MPFileService extends BaseService { | ||
info(fileIds: string | string[], options?: object): Promise<any>; | ||
getOSSUploadOptionsFromPath(relativePath: string, targetPath: string, fileSize?: number): Promise<any>; | ||
getOSSUploadOptionsFromPath(relativePath: string, targetPath: string, fileSize?: number, cloudPath?: string): Promise<any>; | ||
reportOSSUpload(id: string, contentType?: string): Promise<void>; | ||
@@ -62,0 +63,0 @@ private validate; |
@@ -54,2 +54,6 @@ export declare const uploadFileSchema: { | ||
}; | ||
cloudPath: { | ||
type: string; | ||
required: boolean; | ||
}; | ||
}; | ||
@@ -56,0 +60,0 @@ }; |
{ | ||
"name": "@alicloud/mpserverless-sdk", | ||
"author": "junmo <qwe_lingkun@163.com>", | ||
"version": "3.1.4", | ||
"version": "3.1.5-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
243599
1087
2