quickblox 2.19.3-beta.2 → 2.19.3-beta.3
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/package.json +1 -1
- package/quickblox.d.ts +3 -3
- package/quickblox.js +1 -1
- package/quickblox.min.js +1 -1
- package/src/qbConfig.js +1 -1
package/package.json
CHANGED
package/quickblox.d.ts
CHANGED
|
@@ -263,7 +263,7 @@ export declare interface ChatMessageAttachment {
|
|
|
263
263
|
duration?: string | number
|
|
264
264
|
/* Custom parameters. Useful for storing metadata of attachment */
|
|
265
265
|
data?: string
|
|
266
|
-
[key: string]: string |
|
|
266
|
+
[key: string]: string | undefined
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
declare enum QBChatDialogType {
|
|
@@ -912,12 +912,12 @@ interface QBContentModule {
|
|
|
912
912
|
* Get private URL for file download by file_uid (blob_uid)
|
|
913
913
|
* ([read more](https://docs.quickblox.com/docs/js-content#get-private-url)).
|
|
914
914
|
*/
|
|
915
|
-
privateUrl(fileUID: string
|
|
915
|
+
privateUrl(fileUID: string): string
|
|
916
916
|
/**
|
|
917
917
|
* Get public URL for file download by file_uid (blob_uid)
|
|
918
918
|
* ([read more](https://docs.quickblox.com/docs/js-content#get-public-url)).
|
|
919
919
|
*/
|
|
920
|
-
publicUrl(fileUID: string
|
|
920
|
+
publicUrl(fileUID: string): string
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
export declare interface QBCustomObjectAccess {
|
package/quickblox.js
CHANGED
|
@@ -55062,7 +55062,7 @@ module.exports = StreamManagement;
|
|
|
55062
55062
|
*/
|
|
55063
55063
|
|
|
55064
55064
|
var config = {
|
|
55065
|
-
version: '2.19.3-beta.
|
|
55065
|
+
version: '2.19.3-beta.3',
|
|
55066
55066
|
buildNumber: '1165',
|
|
55067
55067
|
creds: {
|
|
55068
55068
|
'appId': 0,
|