@lessly/sdk-app 36.1.0 → 36.3.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 (71) 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 +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/client.gen-C6K8y7em.d.cts +40155 -0
  10. package/dist/client.gen-C6K8y7em.d.ts +40155 -0
  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 +338 -767
  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 +338 -767
  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/organization/index.cjs +18 -33
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +15 -27
  26. package/dist/organization/index.d.ts +15 -27
  27. package/dist/organization/index.js +15 -27
  28. package/dist/organization/index.js.map +1 -1
  29. package/dist/realtime/index.d.cts +1 -1
  30. package/dist/realtime/index.d.ts +1 -1
  31. package/dist/support/index.cjs +25 -0
  32. package/dist/support/index.cjs.map +1 -1
  33. package/dist/support/index.d.cts +22 -2
  34. package/dist/support/index.d.ts +22 -2
  35. package/dist/support/index.js +21 -1
  36. package/dist/support/index.js.map +1 -1
  37. package/dist/tracking/index.d.cts +1 -1
  38. package/dist/tracking/index.d.ts +1 -1
  39. package/dist/users/index.d.cts +1 -1
  40. package/dist/users/index.d.ts +1 -1
  41. package/dist/waitlist/index.d.cts +1 -1
  42. package/dist/waitlist/index.d.ts +1 -1
  43. package/package.json +2 -12
  44. package/src/gen/bindings.gen.ts +338 -767
  45. package/src/gen/brain/index.ts +1 -1
  46. package/src/gen/brain/queryOptions.gen.ts +7 -0
  47. package/src/gen/client.gen.ts +34 -167
  48. package/src/gen/manifest.gen.ts +1 -1
  49. package/src/gen/organization/index.ts +1 -1
  50. package/src/gen/organization/queryOptions.gen.ts +21 -41
  51. package/src/gen/support/index.ts +1 -1
  52. package/src/gen/support/queryOptions.gen.ts +32 -0
  53. package/src/gen/types.gen.ts +18629 -3399
  54. package/dist/client.gen-DmyTGPoI.d.cts +0 -23536
  55. package/dist/client.gen-DmyTGPoI.d.ts +0 -23536
  56. package/dist/observe/index.cjs +0 -126
  57. package/dist/observe/index.cjs.map +0 -1
  58. package/dist/observe/index.d.cts +0 -100
  59. package/dist/observe/index.d.ts +0 -100
  60. package/dist/observe/index.js +0 -101
  61. package/dist/observe/index.js.map +0 -1
  62. package/dist/playground/index.cjs +0 -66
  63. package/dist/playground/index.cjs.map +0 -1
  64. package/dist/playground/index.d.cts +0 -52
  65. package/dist/playground/index.d.ts +0 -52
  66. package/dist/playground/index.js +0 -53
  67. package/dist/playground/index.js.map +0 -1
  68. package/src/gen/observe/index.ts +0 -3
  69. package/src/gen/observe/queryOptions.gen.ts +0 -161
  70. package/src/gen/playground/index.ts +0 -3
  71. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-DmyTGPoI.cjs';
1
+ import { G as GeneratedClient } from './client.gen-C6K8y7em.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-DmyTGPoI.js';
1
+ import { G as GeneratedClient } from './client.gen-C6K8y7em.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';