@lessly/sdk-app 6.1.2 → 7.0.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/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-CJ4W5FzA.cjs';
1
+ import { G as GeneratedClient } from './client.gen-oPZGjxpS.cjs';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-CJ4W5FzA.js';
1
+ import { G as GeneratedClient } from './client.gen-oPZGjxpS.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -2225,6 +2225,27 @@ var bindings = {
2225
2225
  "readOnly": false
2226
2226
  }
2227
2227
  },
2228
+ "feedback": {
2229
+ "submit": {
2230
+ "method": "POST",
2231
+ "params": [
2232
+ {
2233
+ "in": "body",
2234
+ "name": "title"
2235
+ },
2236
+ {
2237
+ "in": "body",
2238
+ "name": "details"
2239
+ },
2240
+ {
2241
+ "in": "body",
2242
+ "name": "page"
2243
+ }
2244
+ ],
2245
+ "path": "/governance/api/v1/feedback",
2246
+ "readOnly": false
2247
+ }
2248
+ },
2228
2249
  "gdrive": {
2229
2250
  "install": {
2230
2251
  "method": "GET",