@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/playground/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "74.
|
|
3
|
+
"version": "74.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -219,5 +219,5 @@
|
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
|
-
"sdkContentHash": "sha256:
|
|
222
|
+
"sdkContentHash": "sha256:b365127d45dad4fc4f4be51823f6d2d8052920e214f09a5d992cade6762bb81d"
|
|
223
223
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -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",
|