@lessly/sdk-app 74.3.0 → 74.5.0

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": "@lessly/sdk-app",
3
- "version": "74.3.0",
3
+ "version": "74.5.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -209,5 +209,5 @@
209
209
  }
210
210
  }
211
211
  },
212
- "sdkContentHash": "sha256:11e73cf614873273dad7d2719e53f45759d324f4d69db9cd997812b29942cd59"
212
+ "sdkContentHash": "sha256:05162c56429074dd8c80b70b8d727652ed0fc76b1528e81b5c5160929a01071f"
213
213
  }
@@ -7198,6 +7198,10 @@ export const bindings: BindingsMap = {
7198
7198
  {
7199
7199
  "in": "body",
7200
7200
  "name": "body"
7201
+ },
7202
+ {
7203
+ "in": "body",
7204
+ "name": "attachments"
7201
7205
  }
7202
7206
  ],
7203
7207
  "path": "/governance/api/v1/support/threads",
@@ -7228,6 +7232,10 @@ export const bindings: BindingsMap = {
7228
7232
  {
7229
7233
  "in": "body",
7230
7234
  "name": "body"
7235
+ },
7236
+ {
7237
+ "in": "body",
7238
+ "name": "attachments"
7231
7239
  }
7232
7240
  ],
7233
7241
  "path": "/governance/api/v1/support/threads/:id/messages",