@lessly/sdk-app 74.2.0 → 74.4.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/{chunk-VDBGXDY3.js → chunk-5RJ6WKNG.js} +10 -2
- package/dist/chunk-5RJ6WKNG.js.map +1 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/playground/index.cjs.map +1 -1
- package/dist/playground/index.js +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/chunk-VDBGXDY3.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -7411,6 +7411,10 @@ var bindings = {
|
|
|
7411
7411
|
{
|
|
7412
7412
|
"in": "body",
|
|
7413
7413
|
"name": "body"
|
|
7414
|
+
},
|
|
7415
|
+
{
|
|
7416
|
+
"in": "body",
|
|
7417
|
+
"name": "attachments"
|
|
7414
7418
|
}
|
|
7415
7419
|
],
|
|
7416
7420
|
"path": "/governance/api/v1/support/threads",
|
|
@@ -7441,6 +7445,10 @@ var bindings = {
|
|
|
7441
7445
|
{
|
|
7442
7446
|
"in": "body",
|
|
7443
7447
|
"name": "body"
|
|
7448
|
+
},
|
|
7449
|
+
{
|
|
7450
|
+
"in": "body",
|
|
7451
|
+
"name": "attachments"
|
|
7444
7452
|
}
|
|
7445
7453
|
],
|
|
7446
7454
|
"path": "/governance/api/v1/support/threads/:id/messages",
|