@andrey4emk/npm-app-back-b24 0.6.8 → 0.6.9

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrey4emk/npm-app-back-b24",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Bitrix24 OAuth helpers for Node.js projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -129,7 +129,7 @@ export class Wappi {
129
129
  // ! url: fileUrl,
130
130
  file_name: fileName,
131
131
  caption: message,
132
- base64: base64,
132
+ b64_file: base64,
133
133
  }),
134
134
  });
135
135
  let data = await res.json();