@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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-BaBUJ3xx.d.cts → client.gen-B81KzIal.d.cts} +36 -0
- package/dist/{client.gen-BaBUJ3xx.d.ts → client.gen-B81KzIal.d.ts} +36 -0
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/gen/bindings.gen.ts +12 -0
- package/src/gen/types.gen.ts +36 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
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"
|