@lessly/sdk-app 33.0.0 → 34.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-B81KzIal.d.cts → client.gen-CvgJUdcU.d.cts} +1378 -90
  6. package/dist/{client.gen-B81KzIal.d.ts → client.gen-CvgJUdcU.d.ts} +1378 -90
  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 +181 -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 +181 -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.d.cts +1 -1
  20. package/dist/observe/index.d.ts +1 -1
  21. package/dist/organization/index.d.cts +1 -1
  22. package/dist/organization/index.d.ts +1 -1
  23. package/dist/playground/index.d.cts +1 -1
  24. package/dist/playground/index.d.ts +1 -1
  25. package/dist/realtime/index.d.cts +1 -1
  26. package/dist/realtime/index.d.ts +1 -1
  27. package/dist/support/index.cjs +55 -0
  28. package/dist/support/index.cjs.map +1 -1
  29. package/dist/support/index.d.cts +46 -2
  30. package/dist/support/index.d.ts +46 -2
  31. package/dist/support/index.js +45 -1
  32. package/dist/support/index.js.map +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 +181 -0
  41. package/src/gen/client.gen.ts +37 -0
  42. package/src/gen/support/index.ts +1 -1
  43. package/src/gen/support/queryOptions.gen.ts +71 -0
  44. package/src/gen/types.gen.ts +1273 -5
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-B81KzIal.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CvgJUdcU.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-B81KzIal.js';
1
+ import { G as GeneratedClient } from './client.gen-CvgJUdcU.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -5647,6 +5647,69 @@ var bindings = {
5647
5647
  "readOnly": true
5648
5648
  }
5649
5649
  },
5650
+ "response": {
5651
+ "escalate": {
5652
+ "method": "POST",
5653
+ "params": [
5654
+ {
5655
+ "in": "path",
5656
+ "name": "id"
5657
+ }
5658
+ ],
5659
+ "path": "/support/responses/:id/escalate",
5660
+ "readOnly": false
5661
+ },
5662
+ "get": {
5663
+ "method": "GET",
5664
+ "params": [
5665
+ {
5666
+ "in": "path",
5667
+ "name": "id"
5668
+ }
5669
+ ],
5670
+ "path": "/support/responses/:id",
5671
+ "readOnly": true
5672
+ },
5673
+ "list": {
5674
+ "method": "GET",
5675
+ "params": [
5676
+ {
5677
+ "in": "query",
5678
+ "name": "surveyId"
5679
+ },
5680
+ {
5681
+ "in": "query",
5682
+ "name": "scoreMin"
5683
+ },
5684
+ {
5685
+ "in": "query",
5686
+ "name": "scoreMax"
5687
+ },
5688
+ {
5689
+ "in": "query",
5690
+ "name": "from"
5691
+ },
5692
+ {
5693
+ "in": "query",
5694
+ "name": "to"
5695
+ },
5696
+ {
5697
+ "in": "query",
5698
+ "name": "completed"
5699
+ },
5700
+ {
5701
+ "in": "query",
5702
+ "name": "limit"
5703
+ },
5704
+ {
5705
+ "in": "query",
5706
+ "name": "offset"
5707
+ }
5708
+ ],
5709
+ "path": "/support/responses",
5710
+ "readOnly": true
5711
+ }
5712
+ },
5650
5713
  "status": {
5651
5714
  "archive": {
5652
5715
  "method": "POST",
@@ -5725,6 +5788,124 @@ var bindings = {
5725
5788
  "readOnly": false
5726
5789
  }
5727
5790
  },
5791
+ "survey": {
5792
+ "archive": {
5793
+ "method": "POST",
5794
+ "params": [
5795
+ {
5796
+ "in": "path",
5797
+ "name": "id"
5798
+ }
5799
+ ],
5800
+ "path": "/support/surveys/:id/archive",
5801
+ "readOnly": false
5802
+ },
5803
+ "create": {
5804
+ "method": "POST",
5805
+ "params": [
5806
+ {
5807
+ "in": "body",
5808
+ "name": "name"
5809
+ },
5810
+ {
5811
+ "in": "body",
5812
+ "name": "questions"
5813
+ }
5814
+ ],
5815
+ "path": "/support/surveys",
5816
+ "readOnly": false
5817
+ },
5818
+ "get": {
5819
+ "method": "GET",
5820
+ "params": [
5821
+ {
5822
+ "in": "path",
5823
+ "name": "id"
5824
+ }
5825
+ ],
5826
+ "path": "/support/surveys/:id",
5827
+ "readOnly": true
5828
+ },
5829
+ "list": {
5830
+ "method": "GET",
5831
+ "params": [
5832
+ {
5833
+ "in": "query",
5834
+ "name": "status"
5835
+ },
5836
+ {
5837
+ "in": "query",
5838
+ "name": "limit"
5839
+ },
5840
+ {
5841
+ "in": "query",
5842
+ "name": "offset"
5843
+ }
5844
+ ],
5845
+ "path": "/support/surveys",
5846
+ "readOnly": true
5847
+ },
5848
+ "publish": {
5849
+ "method": "POST",
5850
+ "params": [
5851
+ {
5852
+ "in": "path",
5853
+ "name": "id"
5854
+ }
5855
+ ],
5856
+ "path": "/support/surveys/:id/publish",
5857
+ "readOnly": false
5858
+ },
5859
+ "stats": {
5860
+ "method": "GET",
5861
+ "params": [
5862
+ {
5863
+ "in": "path",
5864
+ "name": "id"
5865
+ },
5866
+ {
5867
+ "in": "query",
5868
+ "name": "from"
5869
+ },
5870
+ {
5871
+ "in": "query",
5872
+ "name": "to"
5873
+ }
5874
+ ],
5875
+ "path": "/support/surveys/:id/stats",
5876
+ "readOnly": true
5877
+ },
5878
+ "unpublish": {
5879
+ "method": "POST",
5880
+ "params": [
5881
+ {
5882
+ "in": "path",
5883
+ "name": "id"
5884
+ }
5885
+ ],
5886
+ "path": "/support/surveys/:id/unpublish",
5887
+ "readOnly": false
5888
+ },
5889
+ "update": {
5890
+ "method": "PATCH",
5891
+ "params": [
5892
+ {
5893
+ "in": "path",
5894
+ "name": "id"
5895
+ },
5896
+ {
5897
+ "in": "body",
5898
+ "name": "name"
5899
+ },
5900
+ {
5901
+ "in": "body",
5902
+ "name": "questions"
5903
+ }
5904
+ ],
5905
+ "path": "/support/surveys/:id",
5906
+ "readOnly": false
5907
+ }
5908
+ },
5728
5909
  "thread": {
5729
5910
  "assign": {
5730
5911
  "method": "POST",