zudello-integration-sdk 1.0.44 → 1.0.45

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": "zudello-integration-sdk",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "Zudello Integrations SDK",
5
5
  "main": "./src/index.js",
6
6
  "repository": {
@@ -11,7 +11,7 @@ class AttachmentModule {
11
11
 
12
12
  /**
13
13
  * Create attachment.
14
- * @param {object} body Body of attachment.
14
+ * @param {object} body Body of attachment. And should contain the following fields: record_type, record_id, folder_id, s3_signed_url, file_name
15
15
  * @returns {object} Response.
16
16
  */
17
17
  async create({ body }) {