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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.19.3-beta.2",
4
+ "version": "2.19.3-beta.3",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
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 | number | undefined
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 | number): 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 | number): 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.1',
55065
+ version: '2.19.3-beta.3',
55066
55066
  buildNumber: '1165',
55067
55067
  creds: {
55068
55068
  'appId': 0,