@lessly/sdk-app 21.0.0 → 22.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 (40) 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-CaEegxH4.d.cts → client.gen-Bh9hLF_d.d.cts} +1 -46
  6. package/dist/{client.gen-CaEegxH4.d.ts → client.gen-Bh9hLF_d.d.ts} +1 -46
  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 +0 -29
  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 +0 -29
  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 +0 -15
  24. package/dist/realtime/index.cjs.map +1 -1
  25. package/dist/realtime/index.d.cts +2 -14
  26. package/dist/realtime/index.d.ts +2 -14
  27. package/dist/realtime/index.js +1 -13
  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/users/index.d.cts +1 -1
  32. package/dist/users/index.d.ts +1 -1
  33. package/dist/waitlist/index.d.cts +1 -1
  34. package/dist/waitlist/index.d.ts +1 -1
  35. package/package.json +2 -2
  36. package/src/gen/bindings.gen.ts +0 -29
  37. package/src/gen/client.gen.ts +0 -11
  38. package/src/gen/realtime/index.ts +1 -1
  39. package/src/gen/realtime/queryOptions.gen.ts +0 -19
  40. package/src/gen/types.gen.ts +0 -47
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-CaEegxH4.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Bh9hLF_d.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-CaEegxH4.js';
1
+ import { G as GeneratedClient } from './client.gen-Bh9hLF_d.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -4503,35 +4503,6 @@ var bindings = {
4503
4503
  }
4504
4504
  },
4505
4505
  "realtime": {
4506
- "apikey": {
4507
- "create": {
4508
- "method": "POST",
4509
- "params": [
4510
- {
4511
- "in": "body",
4512
- "name": "name"
4513
- }
4514
- ],
4515
- "path": "/realtime/api-keys",
4516
- "readOnly": false
4517
- },
4518
- "list": {
4519
- "method": "GET",
4520
- "path": "/realtime/api-keys",
4521
- "readOnly": true
4522
- },
4523
- "revoke": {
4524
- "method": "DELETE",
4525
- "params": [
4526
- {
4527
- "in": "path",
4528
- "name": "id"
4529
- }
4530
- ],
4531
- "path": "/realtime/api-keys/:id",
4532
- "readOnly": false
4533
- }
4534
- },
4535
4506
  "archive": {
4536
4507
  "export": {
4537
4508
  "method": "POST",