@lessly/sdk-app 10.0.0 → 11.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-XqieBmDz.d.cts → client.gen-BfMz1akk.d.cts} +44 -0
- package/dist/{client.gen-XqieBmDz.d.ts → client.gen-BfMz1akk.d.ts} +44 -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 +8 -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 +8 -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/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/tracking/index.d.cts +1 -1
- package/dist/tracking/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 +8 -0
- package/src/gen/types.gen.ts +44 -0
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4538,6 +4538,10 @@ var bindings = {
|
|
|
4538
4538
|
{
|
|
4539
4539
|
"in": "body",
|
|
4540
4540
|
"name": "identifiedOnly"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"in": "body",
|
|
4544
|
+
"name": "subscribeProxyUrl"
|
|
4541
4545
|
}
|
|
4542
4546
|
],
|
|
4543
4547
|
"path": "/realtime/namespaces",
|
|
@@ -4604,6 +4608,10 @@ var bindings = {
|
|
|
4604
4608
|
{
|
|
4605
4609
|
"in": "body",
|
|
4606
4610
|
"name": "identifiedOnly"
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"in": "body",
|
|
4614
|
+
"name": "subscribeProxyUrl"
|
|
4607
4615
|
}
|
|
4608
4616
|
],
|
|
4609
4617
|
"path": "/realtime/namespaces/:name",
|