@ucloud-sdks/ucloud-sdk-js 0.2.13 → 0.2.15
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.
package/lib/services/index.d.ts
CHANGED
package/lib/services/index.js
CHANGED
|
@@ -6,6 +6,7 @@ const CubeClient = require('./cube').default;
|
|
|
6
6
|
const IPSecVPNClient = require('./ipsecvpn').default;
|
|
7
7
|
const PathXClient = require('./pathx').default;
|
|
8
8
|
const UAccountClient = require('./uaccount').default;
|
|
9
|
+
const UAIModelverseClient = require('./uai_modelverse').default;
|
|
9
10
|
const UBillClient = require('./ubill').default;
|
|
10
11
|
const UCDNClient = require('./ucdn').default;
|
|
11
12
|
const UClickhouseClient = require('./uclickhouse').default;
|
|
@@ -61,6 +62,12 @@ class Client extends BaseClient {
|
|
|
61
62
|
credential: this.credential,
|
|
62
63
|
});
|
|
63
64
|
}
|
|
65
|
+
uai_modelverse() {
|
|
66
|
+
return new UAIModelverseClient({
|
|
67
|
+
config: this.config,
|
|
68
|
+
credential: this.credential,
|
|
69
|
+
});
|
|
70
|
+
}
|
|
64
71
|
ubill() {
|
|
65
72
|
return new UBillClient({
|
|
66
73
|
config: this.config,
|