@lessly/sdk-app 42.1.0 → 43.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 (44) 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-BsYUM5lP.d.cts → client.gen-BE8VaNrU.d.cts} +259 -1
  6. package/dist/{client.gen-BsYUM5lP.d.ts → client.gen-BE8VaNrU.d.ts} +259 -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 +49 -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 +49 -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/observe/index.cjs +15 -0
  20. package/dist/observe/index.cjs.map +1 -1
  21. package/dist/observe/index.d.cts +14 -2
  22. package/dist/observe/index.d.ts +14 -2
  23. package/dist/observe/index.js +13 -1
  24. package/dist/observe/index.js.map +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/index.d.ts +1 -1
  27. package/dist/playground/index.d.cts +1 -1
  28. package/dist/playground/index.d.ts +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.d.cts +1 -1
  32. package/dist/support/index.d.ts +1 -1
  33. package/dist/tracking/index.d.cts +1 -1
  34. package/dist/tracking/index.d.ts +1 -1
  35. package/dist/users/index.d.cts +1 -1
  36. package/dist/users/index.d.ts +1 -1
  37. package/dist/waitlist/index.d.cts +1 -1
  38. package/dist/waitlist/index.d.ts +1 -1
  39. package/package.json +2 -2
  40. package/src/gen/bindings.gen.ts +49 -0
  41. package/src/gen/client.gen.ts +9 -0
  42. package/src/gen/observe/index.ts +1 -1
  43. package/src/gen/observe/queryOptions.gen.ts +21 -0
  44. package/src/gen/types.gen.ts +261 -0
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-BsYUM5lP.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BE8VaNrU.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-BsYUM5lP.js';
1
+ import { G as GeneratedClient } from './client.gen-BE8VaNrU.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3787,6 +3787,40 @@ var bindings = {
3787
3787
  "path": "/observe/issues/:id/assign",
3788
3788
  "readOnly": false
3789
3789
  },
3790
+ "event": {
3791
+ "method": "GET",
3792
+ "params": [
3793
+ {
3794
+ "in": "path",
3795
+ "name": "id"
3796
+ },
3797
+ {
3798
+ "in": "query",
3799
+ "name": "eventId"
3800
+ }
3801
+ ],
3802
+ "path": "/observe/issues/:id/event",
3803
+ "readOnly": true
3804
+ },
3805
+ "events": {
3806
+ "method": "GET",
3807
+ "params": [
3808
+ {
3809
+ "in": "path",
3810
+ "name": "id"
3811
+ },
3812
+ {
3813
+ "in": "query",
3814
+ "name": "limit"
3815
+ },
3816
+ {
3817
+ "in": "query",
3818
+ "name": "cursor"
3819
+ }
3820
+ ],
3821
+ "path": "/observe/issues/:id/events",
3822
+ "readOnly": true
3823
+ },
3790
3824
  "get": {
3791
3825
  "method": "GET",
3792
3826
  "params": [
@@ -3798,6 +3832,21 @@ var bindings = {
3798
3832
  "path": "/observe/issues/:id",
3799
3833
  "readOnly": true
3800
3834
  },
3835
+ "histogram": {
3836
+ "method": "GET",
3837
+ "params": [
3838
+ {
3839
+ "in": "path",
3840
+ "name": "id"
3841
+ },
3842
+ {
3843
+ "in": "query",
3844
+ "name": "window"
3845
+ }
3846
+ ],
3847
+ "path": "/observe/issues/:id/histogram",
3848
+ "readOnly": true
3849
+ },
3801
3850
  "list": {
3802
3851
  "method": "GET",
3803
3852
  "params": [