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.
- package/dist/CHATROOM_BROWSER_SDK/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/CHATROOM_BROWSER_SDK.js +4 -4
- package/dist/CHATROOM_MINIAPP_SDK/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/CHATROOM_MINIAPP_SDK.js +4 -4
- package/dist/CHATROOM_UNIAPP_SDK.js +4 -4
- package/dist/NIM_BROWSER_SDK/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/NIM_BROWSER_SDK/NIMInterface.d.ts +14 -3
- package/dist/NIM_BROWSER_SDK.js +4 -4
- package/dist/NIM_MINIAPP_SDK/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/NIM_MINIAPP_SDK/NIMInterface.d.ts +14 -3
- package/dist/NIM_MINIAPP_SDK.js +4 -4
- package/dist/NIM_UNIAPP_SDK.js +4 -4
- package/dist/QCHAT_BROWSER_SDK/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/QCHAT_BROWSER_SDK.js +4 -4
- package/dist/QCHAT_UNIAPP_SDK.js +4 -4
- package/dist/esm/adapters.d.ts +1 -0
- package/dist/esm/chatroom/src/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/esm/index.js +4 -4
- package/dist/esm/nim/src/CloudStorageServiceInterface.d.ts +13 -2
- package/dist/esm/nim/src/NIMInterface.d.ts +14 -3
- package/dist/esm/qchat/src/CloudStorageServiceInterface.d.ts +13 -2
- package/package.json +1 -1
|
@@ -132,14 +132,25 @@ export interface NIMEModuleParamCloudStorageConfig {
|
|
|
132
132
|
/**
|
|
133
133
|
* @Multi_Lang_Tag
|
|
134
134
|
* @locale cn
|
|
135
|
-
*
|
|
135
|
+
* 小程序、UniApp上传地址
|
|
136
136
|
* @locale
|
|
137
137
|
*
|
|
138
138
|
* @locale en
|
|
139
|
-
*
|
|
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
|