@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
|
@@ -7196,6 +7196,10 @@ var bindings = {
|
|
|
7196
7196
|
{
|
|
7197
7197
|
"in": "body",
|
|
7198
7198
|
"name": "body"
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"in": "body",
|
|
7202
|
+
"name": "attachments"
|
|
7199
7203
|
}
|
|
7200
7204
|
],
|
|
7201
7205
|
"path": "/governance/api/v1/support/threads",
|
|
@@ -7226,6 +7230,10 @@ var bindings = {
|
|
|
7226
7230
|
{
|
|
7227
7231
|
"in": "body",
|
|
7228
7232
|
"name": "body"
|
|
7233
|
+
},
|
|
7234
|
+
{
|
|
7235
|
+
"in": "body",
|
|
7236
|
+
"name": "attachments"
|
|
7229
7237
|
}
|
|
7230
7238
|
],
|
|
7231
7239
|
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
@@ -11392,5 +11400,5 @@ var wsBindings = {
|
|
|
11392
11400
|
};
|
|
11393
11401
|
|
|
11394
11402
|
export { bindings, wsBindings };
|
|
11395
|
-
//# sourceMappingURL=chunk-
|
|
11396
|
-
//# sourceMappingURL=chunk-
|
|
11403
|
+
//# sourceMappingURL=chunk-5RJ6WKNG.js.map
|
|
11404
|
+
//# sourceMappingURL=chunk-5RJ6WKNG.js.map
|