@lessly/sdk-app 14.0.0 → 14.2.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-CcgqVajm.d.cts → client.gen-ClvT4E7P.d.cts} +46 -1
  6. package/dist/{client.gen-CcgqVajm.d.ts → client.gen-ClvT4E7P.d.ts} +46 -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 +29 -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 +29 -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 +29 -0
  35. package/src/gen/client.gen.ts +11 -0
  36. package/src/gen/realtime/index.ts +1 -1
  37. package/src/gen/realtime/queryOptions.gen.ts +19 -0
  38. package/src/gen/types.gen.ts +47 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-CcgqVajm.cjs';
1
+ import { G as GeneratedClient } from './client.gen-ClvT4E7P.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-CcgqVajm.js';
1
+ import { G as GeneratedClient } from './client.gen-ClvT4E7P.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -4473,6 +4473,35 @@ var bindings = {
4473
4473
  }
4474
4474
  },
4475
4475
  "realtime": {
4476
+ "apikey": {
4477
+ "create": {
4478
+ "method": "POST",
4479
+ "params": [
4480
+ {
4481
+ "in": "body",
4482
+ "name": "name"
4483
+ }
4484
+ ],
4485
+ "path": "/realtime/api-keys",
4486
+ "readOnly": false
4487
+ },
4488
+ "list": {
4489
+ "method": "GET",
4490
+ "path": "/realtime/api-keys",
4491
+ "readOnly": true
4492
+ },
4493
+ "revoke": {
4494
+ "method": "DELETE",
4495
+ "params": [
4496
+ {
4497
+ "in": "path",
4498
+ "name": "id"
4499
+ }
4500
+ ],
4501
+ "path": "/realtime/api-keys/:id",
4502
+ "readOnly": false
4503
+ }
4504
+ },
4476
4505
  "archive": {
4477
4506
  "export": {
4478
4507
  "method": "POST",