@lessly/sdk-app 36.0.0 → 36.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 (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 +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-B78AtFRC.d.cts +41744 -0
  10. package/dist/client.gen-B78AtFRC.d.ts +41744 -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 +894 -215
  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 +894 -215
  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 +126 -0
  24. package/dist/observe/index.cjs.map +1 -0
  25. package/dist/observe/index.d.cts +100 -0
  26. package/dist/observe/index.d.ts +100 -0
  27. package/dist/observe/index.js +101 -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 +25 -0
  44. package/dist/support/index.cjs.map +1 -1
  45. package/dist/support/index.d.cts +22 -2
  46. package/dist/support/index.d.ts +22 -2
  47. package/dist/support/index.js +21 -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 +894 -215
  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 +184 -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 +161 -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 +32 -0
  69. package/src/gen/types.gen.ts +20412 -1980
  70. package/dist/client.gen-BSiYBjET.d.cts +0 -21947
  71. package/dist/client.gen-BSiYBjET.d.ts +0 -21947
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-BSiYBjET.cjs';
1
+ import { G as GeneratedClient } from './client.gen-B78AtFRC.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-BSiYBjET.js';
1
+ import { G as GeneratedClient } from './client.gen-B78AtFRC.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';