@lessly/sdk-app 42.2.0 → 44.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 (42) 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-Cyz4I2yE.d.cts → client.gen-BsjxuDLy.d.cts} +259 -1
  6. package/dist/{client.gen-Cyz4I2yE.d.ts → client.gen-BsjxuDLy.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/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/package.json +2 -2
  38. package/src/gen/bindings.gen.ts +49 -0
  39. package/src/gen/client.gen.ts +9 -0
  40. package/src/gen/observe/index.ts +1 -1
  41. package/src/gen/observe/queryOptions.gen.ts +21 -0
  42. package/src/gen/types.gen.ts +261 -0
package/dist/index.cjs CHANGED
@@ -3802,6 +3802,40 @@ var bindings = {
3802
3802
  "path": "/observe/issues/:id/assign",
3803
3803
  "readOnly": false
3804
3804
  },
3805
+ "event": {
3806
+ "method": "GET",
3807
+ "params": [
3808
+ {
3809
+ "in": "path",
3810
+ "name": "id"
3811
+ },
3812
+ {
3813
+ "in": "query",
3814
+ "name": "eventId"
3815
+ }
3816
+ ],
3817
+ "path": "/observe/issues/:id/event",
3818
+ "readOnly": true
3819
+ },
3820
+ "events": {
3821
+ "method": "GET",
3822
+ "params": [
3823
+ {
3824
+ "in": "path",
3825
+ "name": "id"
3826
+ },
3827
+ {
3828
+ "in": "query",
3829
+ "name": "limit"
3830
+ },
3831
+ {
3832
+ "in": "query",
3833
+ "name": "cursor"
3834
+ }
3835
+ ],
3836
+ "path": "/observe/issues/:id/events",
3837
+ "readOnly": true
3838
+ },
3805
3839
  "get": {
3806
3840
  "method": "GET",
3807
3841
  "params": [
@@ -3813,6 +3847,21 @@ var bindings = {
3813
3847
  "path": "/observe/issues/:id",
3814
3848
  "readOnly": true
3815
3849
  },
3850
+ "histogram": {
3851
+ "method": "GET",
3852
+ "params": [
3853
+ {
3854
+ "in": "path",
3855
+ "name": "id"
3856
+ },
3857
+ {
3858
+ "in": "query",
3859
+ "name": "window"
3860
+ }
3861
+ ],
3862
+ "path": "/observe/issues/:id/histogram",
3863
+ "readOnly": true
3864
+ },
3816
3865
  "list": {
3817
3866
  "method": "GET",
3818
3867
  "params": [