@ucloud-sdks/ucloud-sdk-js 0.2.34 → 0.2.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,6 +37,7 @@ export declare class Client extends BaseClient {
37
37
  umem(): any;
38
38
  umongodb(): any;
39
39
  unet(): any;
40
+ upfs(): any;
40
41
  uphone(): any;
41
42
  uphost(): any;
42
43
  usms(): any;
@@ -33,6 +33,7 @@ const ULogServiceClient = require('./ulogservice').default;
33
33
  const UMemClient = require('./umem').default;
34
34
  const UMongoDBClient = require('./umongodb').default;
35
35
  const UNetClient = require('./unet').default;
36
+ const UPFSClient = require('./upfs').default;
36
37
  const UPhoneClient = require('./uphone').default;
37
38
  const UPHostClient = require('./uphost').default;
38
39
  const USMSClient = require('./usms').default;
@@ -229,6 +230,12 @@ class Client extends BaseClient {
229
230
  credential: this.credential,
230
231
  });
231
232
  }
233
+ upfs() {
234
+ return new UPFSClient({
235
+ config: this.config,
236
+ credential: this.credential,
237
+ });
238
+ }
232
239
  uphone() {
233
240
  return new UPhoneClient({
234
241
  config: this.config,