@duvdu-v1/duvdu 1.1.185 → 1.1.187

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.
@@ -21,7 +21,8 @@ const uploadProjectMedia = (folder) => (0, multer_1.default)({
21
21
  file.mimetype.startsWith('video') ||
22
22
  file.mimetype === 'application/pdf' ||
23
23
  file.mimetype === 'audio/mpeg' ||
24
- file.mimetype === 'audio/wav')
24
+ file.mimetype === 'audio/wav' ||
25
+ file.mimetype === 'audio/x-wav')
25
26
  return callback(null, true);
26
27
  return callback(new bad_request_error_1.BadRequestError('invalid file format'));
27
28
  },
@@ -86,4 +86,5 @@ export declare const permissions: {
86
86
  setting: PERMISSIONS[];
87
87
  producer: PERMISSIONS[];
88
88
  dashboard: PERMISSIONS[];
89
+ producerPlatform: PERMISSIONS[];
89
90
  };
@@ -168,4 +168,9 @@ exports.permissions = {
168
168
  ],
169
169
  producer: [PERMISSIONS.getProducerAnalysis],
170
170
  dashboard: [PERMISSIONS.accessDashboard],
171
+ producerPlatform: [
172
+ PERMISSIONS.getProducerAnalysis,
173
+ PERMISSIONS.createPlatform,
174
+ PERMISSIONS.updatePlatform,
175
+ ]
171
176
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duvdu-v1/duvdu",
3
- "version": "1.1.185",
3
+ "version": "1.1.187",
4
4
  "main": "./build/index.js",
5
5
  "types": "./build/index.d.ts",
6
6
  "files": [