@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.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-Cyz4I2yE.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BsjxuDLy.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-Cyz4I2yE.js';
1
+ import { G as GeneratedClient } from './client.gen-BsjxuDLy.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -3800,6 +3800,40 @@ var bindings = {
3800
3800
  "path": "/observe/issues/:id/assign",
3801
3801
  "readOnly": false
3802
3802
  },
3803
+ "event": {
3804
+ "method": "GET",
3805
+ "params": [
3806
+ {
3807
+ "in": "path",
3808
+ "name": "id"
3809
+ },
3810
+ {
3811
+ "in": "query",
3812
+ "name": "eventId"
3813
+ }
3814
+ ],
3815
+ "path": "/observe/issues/:id/event",
3816
+ "readOnly": true
3817
+ },
3818
+ "events": {
3819
+ "method": "GET",
3820
+ "params": [
3821
+ {
3822
+ "in": "path",
3823
+ "name": "id"
3824
+ },
3825
+ {
3826
+ "in": "query",
3827
+ "name": "limit"
3828
+ },
3829
+ {
3830
+ "in": "query",
3831
+ "name": "cursor"
3832
+ }
3833
+ ],
3834
+ "path": "/observe/issues/:id/events",
3835
+ "readOnly": true
3836
+ },
3803
3837
  "get": {
3804
3838
  "method": "GET",
3805
3839
  "params": [
@@ -3811,6 +3845,21 @@ var bindings = {
3811
3845
  "path": "/observe/issues/:id",
3812
3846
  "readOnly": true
3813
3847
  },
3848
+ "histogram": {
3849
+ "method": "GET",
3850
+ "params": [
3851
+ {
3852
+ "in": "path",
3853
+ "name": "id"
3854
+ },
3855
+ {
3856
+ "in": "query",
3857
+ "name": "window"
3858
+ }
3859
+ ],
3860
+ "path": "/observe/issues/:id/histogram",
3861
+ "readOnly": true
3862
+ },
3814
3863
  "list": {
3815
3864
  "method": "GET",
3816
3865
  "params": [