@lessly/sdk-app 6.1.1 → 6.2.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-DrOaKXOV.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Q9n-n5S8.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-DrOaKXOV.js';
1
+ import { G as GeneratedClient } from './client.gen-Q9n-n5S8.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3849,6 +3849,27 @@ var bindings = {
3849
3849
  "readOnly": false
3850
3850
  }
3851
3851
  },
3852
+ "feedback": {
3853
+ "submit": {
3854
+ "method": "POST",
3855
+ "params": [
3856
+ {
3857
+ "in": "body",
3858
+ "name": "title"
3859
+ },
3860
+ {
3861
+ "in": "body",
3862
+ "name": "details"
3863
+ },
3864
+ {
3865
+ "in": "body",
3866
+ "name": "page"
3867
+ }
3868
+ ],
3869
+ "path": "/governance/api/v1/feedback",
3870
+ "readOnly": false
3871
+ }
3872
+ },
3852
3873
  "gdrive": {
3853
3874
  "install": {
3854
3875
  "method": "GET",