@lessly/sdk-app 32.1.2 → 34.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 (69) 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.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-p_iZK5OO.d.cts → client.gen-CvgJUdcU.d.cts} +4041 -1698
  10. package/dist/{client.gen-p_iZK5OO.d.ts → client.gen-CvgJUdcU.d.ts} +4041 -1698
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +621 -69
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +621 -69
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.cjs +71 -0
  24. package/dist/observe/index.cjs.map +1 -0
  25. package/dist/observe/index.d.cts +56 -0
  26. package/dist/observe/index.d.ts +56 -0
  27. package/dist/observe/index.js +57 -0
  28. package/dist/observe/index.js.map +1 -0
  29. package/dist/organization/index.cjs +33 -18
  30. package/dist/organization/index.cjs.map +1 -1
  31. package/dist/organization/index.d.cts +27 -15
  32. package/dist/organization/index.d.ts +27 -15
  33. package/dist/organization/index.js +27 -15
  34. package/dist/organization/index.js.map +1 -1
  35. package/dist/playground/index.cjs +66 -0
  36. package/dist/playground/index.cjs.map +1 -0
  37. package/dist/playground/index.d.cts +52 -0
  38. package/dist/playground/index.d.ts +52 -0
  39. package/dist/playground/index.js +53 -0
  40. package/dist/playground/index.js.map +1 -0
  41. package/dist/realtime/index.d.cts +1 -1
  42. package/dist/realtime/index.d.ts +1 -1
  43. package/dist/support/index.cjs +55 -0
  44. package/dist/support/index.cjs.map +1 -1
  45. package/dist/support/index.d.cts +46 -2
  46. package/dist/support/index.d.ts +46 -2
  47. package/dist/support/index.js +45 -1
  48. package/dist/support/index.js.map +1 -1
  49. package/dist/tracking/index.d.cts +1 -1
  50. package/dist/tracking/index.d.ts +1 -1
  51. package/dist/users/index.d.cts +1 -1
  52. package/dist/users/index.d.ts +1 -1
  53. package/dist/waitlist/index.d.cts +1 -1
  54. package/dist/waitlist/index.d.ts +1 -1
  55. package/package.json +12 -2
  56. package/src/gen/bindings.gen.ts +621 -69
  57. package/src/gen/brain/index.ts +1 -1
  58. package/src/gen/brain/queryOptions.gen.ts +0 -7
  59. package/src/gen/client.gen.ts +163 -17
  60. package/src/gen/manifest.gen.ts +1 -1
  61. package/src/gen/observe/index.ts +3 -0
  62. package/src/gen/observe/queryOptions.gen.ts +89 -0
  63. package/src/gen/organization/index.ts +1 -1
  64. package/src/gen/organization/queryOptions.gen.ts +41 -21
  65. package/src/gen/playground/index.ts +3 -0
  66. package/src/gen/playground/queryOptions.gen.ts +86 -0
  67. package/src/gen/support/index.ts +1 -1
  68. package/src/gen/support/queryOptions.gen.ts +71 -0
  69. package/src/gen/types.gen.ts +4130 -1799
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-p_iZK5OO.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CvgJUdcU.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-p_iZK5OO.js';
1
+ import { G as GeneratedClient } from './client.gen-CvgJUdcU.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';