nim-web-sdk-ng 0.17.2 → 0.18.0

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.
@@ -132,14 +132,25 @@ export interface NIMEModuleParamCloudStorageConfig {
132
132
  /**
133
133
  * @Multi_Lang_Tag
134
134
  * @locale cn
135
- * NOS上传地址(直传)
135
+ * 小程序、UniApp上传地址
136
136
  * @locale
137
137
  *
138
138
  * @locale en
139
- * Upload address (direct)
139
+ * MiniApp, UniApp upload address
140
140
  * @locale
141
141
  */
142
142
  commonUploadHost?: string;
143
+ /**
144
+ * @Multi_Lang_Tag
145
+ * @locale cn
146
+ * 小程序、UniApp上传地址备用域名
147
+ * @locale
148
+ *
149
+ * @locale en
150
+ * MiniApp, UniApp upload backup address array
151
+ * @locale
152
+ */
153
+ commonUploadHostBackupList?: string[];
143
154
  /**
144
155
  * @Multi_Lang_Tag
145
156
  * @locale cn