@lessly/sdk-app 32.1.1 → 33.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-BaBUJ3xx.cjs';
1
+ import { G as GeneratedClient } from './client.gen-B81KzIal.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-BaBUJ3xx.js';
1
+ import { G as GeneratedClient } from './client.gen-B81KzIal.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -5767,6 +5767,10 @@ var bindings = {
5767
5767
  {
5768
5768
  "in": "body",
5769
5769
  "name": "labelIds"
5770
+ },
5771
+ {
5772
+ "in": "body",
5773
+ "name": "rating"
5770
5774
  }
5771
5775
  ],
5772
5776
  "path": "/support/threads",
@@ -5814,6 +5818,14 @@ var bindings = {
5814
5818
  "in": "query",
5815
5819
  "name": "createdTo"
5816
5820
  },
5821
+ {
5822
+ "in": "query",
5823
+ "name": "ratingMin"
5824
+ },
5825
+ {
5826
+ "in": "query",
5827
+ "name": "ratingMax"
5828
+ },
5817
5829
  {
5818
5830
  "in": "query",
5819
5831
  "name": "labelIds"