@lessly/sdk-app 10.0.0 → 12.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.
Files changed (38) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.d.cts +1 -1
  4. package/dist/brain/index.d.ts +1 -1
  5. package/dist/{client.gen-XqieBmDz.d.cts → client.gen-CV5cWZ6q.d.cts} +158 -1
  6. package/dist/{client.gen-XqieBmDz.d.ts → client.gen-CV5cWZ6q.d.ts} +158 -1
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/deployment/index.d.cts +1 -1
  10. package/dist/deployment/index.d.ts +1 -1
  11. package/dist/index.cjs +69 -0
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.d.cts +1 -1
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.js +69 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/mail/index.d.cts +2 -2
  18. package/dist/mail/index.d.ts +2 -2
  19. package/dist/organization/index.d.cts +1 -1
  20. package/dist/organization/index.d.ts +1 -1
  21. package/dist/playground/index.d.cts +1 -1
  22. package/dist/playground/index.d.ts +1 -1
  23. package/dist/realtime/index.cjs +15 -0
  24. package/dist/realtime/index.cjs.map +1 -1
  25. package/dist/realtime/index.d.cts +14 -2
  26. package/dist/realtime/index.d.ts +14 -2
  27. package/dist/realtime/index.js +13 -1
  28. package/dist/realtime/index.js.map +1 -1
  29. package/dist/tracking/index.d.cts +1 -1
  30. package/dist/tracking/index.d.ts +1 -1
  31. package/dist/waitlist/index.d.cts +1 -1
  32. package/dist/waitlist/index.d.ts +1 -1
  33. package/package.json +2 -2
  34. package/src/gen/bindings.gen.ts +69 -0
  35. package/src/gen/client.gen.ts +13 -0
  36. package/src/gen/realtime/index.ts +1 -1
  37. package/src/gen/realtime/queryOptions.gen.ts +20 -0
  38. package/src/gen/types.gen.ts +156 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-XqieBmDz.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CV5cWZ6q.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-XqieBmDz.js';
1
+ import { G as GeneratedClient } from './client.gen-CV5cWZ6q.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -4414,6 +4414,59 @@ var bindings = {
4414
4414
  }
4415
4415
  },
4416
4416
  "realtime": {
4417
+ "archive": {
4418
+ "export": {
4419
+ "method": "POST",
4420
+ "params": [
4421
+ {
4422
+ "in": "body",
4423
+ "name": "channel"
4424
+ },
4425
+ {
4426
+ "in": "body",
4427
+ "name": "from_ts"
4428
+ },
4429
+ {
4430
+ "in": "body",
4431
+ "name": "to_ts"
4432
+ }
4433
+ ],
4434
+ "path": "/realtime/archive/exports",
4435
+ "readOnly": false
4436
+ },
4437
+ "get": {
4438
+ "method": "GET",
4439
+ "params": [
4440
+ {
4441
+ "in": "query",
4442
+ "name": "channel"
4443
+ },
4444
+ {
4445
+ "in": "query",
4446
+ "name": "after_offset"
4447
+ },
4448
+ {
4449
+ "in": "query",
4450
+ "name": "limit"
4451
+ }
4452
+ ],
4453
+ "path": "/realtime/archive",
4454
+ "readOnly": true
4455
+ }
4456
+ },
4457
+ "archive-export": {
4458
+ "status": {
4459
+ "method": "GET",
4460
+ "params": [
4461
+ {
4462
+ "in": "path",
4463
+ "name": "export_id"
4464
+ }
4465
+ ],
4466
+ "path": "/realtime/archive/exports/:export_id",
4467
+ "readOnly": true
4468
+ }
4469
+ },
4417
4470
  "grant": {
4418
4471
  "create": {
4419
4472
  "method": "POST",
@@ -4538,6 +4591,14 @@ var bindings = {
4538
4591
  {
4539
4592
  "in": "body",
4540
4593
  "name": "identifiedOnly"
4594
+ },
4595
+ {
4596
+ "in": "body",
4597
+ "name": "subscribeProxyUrl"
4598
+ },
4599
+ {
4600
+ "in": "body",
4601
+ "name": "archive"
4541
4602
  }
4542
4603
  ],
4543
4604
  "path": "/realtime/namespaces",
@@ -4604,6 +4665,14 @@ var bindings = {
4604
4665
  {
4605
4666
  "in": "body",
4606
4667
  "name": "identifiedOnly"
4668
+ },
4669
+ {
4670
+ "in": "body",
4671
+ "name": "subscribeProxyUrl"
4672
+ },
4673
+ {
4674
+ "in": "body",
4675
+ "name": "archive"
4607
4676
  }
4608
4677
  ],
4609
4678
  "path": "/realtime/namespaces/:name",