@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/dist/_types/gen/types.gen.d.ts +1883 -47
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +8 -0
- package/src/gen/types.gen.ts +1756 -50
package/dist/index.js
CHANGED
|
@@ -7409,6 +7409,10 @@ var bindings = {
|
|
|
7409
7409
|
{
|
|
7410
7410
|
"in": "body",
|
|
7411
7411
|
"name": "body"
|
|
7412
|
+
},
|
|
7413
|
+
{
|
|
7414
|
+
"in": "body",
|
|
7415
|
+
"name": "attachments"
|
|
7412
7416
|
}
|
|
7413
7417
|
],
|
|
7414
7418
|
"path": "/governance/api/v1/support/threads",
|
|
@@ -7439,6 +7443,10 @@ var bindings = {
|
|
|
7439
7443
|
{
|
|
7440
7444
|
"in": "body",
|
|
7441
7445
|
"name": "body"
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"in": "body",
|
|
7449
|
+
"name": "attachments"
|
|
7442
7450
|
}
|
|
7443
7451
|
],
|
|
7444
7452
|
"path": "/governance/api/v1/support/threads/:id/messages",
|