@lessly/sdk-app 49.0.0 → 49.1.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 (52) 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/chunk-YVDZDXA7.js +8648 -0
  6. package/dist/chunk-YVDZDXA7.js.map +1 -0
  7. package/dist/{client.gen-CLRsCNvG.d.cts → client.gen-C39RGAWI.d.cts} +219 -1
  8. package/dist/{client.gen-CLRsCNvG.d.ts → client.gen-C39RGAWI.d.ts} +219 -1
  9. package/dist/consent/index.d.cts +1 -1
  10. package/dist/consent/index.d.ts +1 -1
  11. package/dist/content/index.d.cts +1 -1
  12. package/dist/content/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 +104 -0
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +4 -83
  18. package/dist/index.d.ts +4 -83
  19. package/dist/index.js +2 -8532
  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.d.cts +1 -1
  24. package/dist/observe/index.d.ts +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.cjs +81 -0
  28. package/dist/playground/index.cjs.map +1 -0
  29. package/dist/playground/index.d.cts +55 -0
  30. package/dist/playground/index.d.ts +55 -0
  31. package/dist/playground/index.js +58 -0
  32. package/dist/playground/index.js.map +1 -0
  33. package/dist/realtime/index.d.cts +1 -1
  34. package/dist/realtime/index.d.ts +1 -1
  35. package/dist/support/index.d.cts +1 -1
  36. package/dist/support/index.d.ts +1 -1
  37. package/dist/tracking/index.d.cts +1 -1
  38. package/dist/tracking/index.d.ts +1 -1
  39. package/dist/types-gTIUAUsP.d.cts +82 -0
  40. package/dist/types-gTIUAUsP.d.ts +82 -0
  41. package/dist/users/index.d.cts +1 -1
  42. package/dist/users/index.d.ts +1 -1
  43. package/dist/waitlist/index.d.cts +1 -1
  44. package/dist/waitlist/index.d.ts +1 -1
  45. package/package.json +7 -2
  46. package/src/gen/bindings.gen.ts +113 -1
  47. package/src/gen/client.gen.ts +52 -0
  48. package/src/gen/manifest.gen.ts +1 -1
  49. package/src/gen/playground/connect.gen.ts +9 -0
  50. package/src/gen/playground/index.ts +4 -0
  51. package/src/gen/playground/queryOptions.gen.ts +86 -0
  52. package/src/gen/types.gen.ts +226 -0
package/dist/index.cjs CHANGED
@@ -5868,6 +5868,110 @@ var bindings = {
5868
5868
  }
5869
5869
  }
5870
5870
  },
5871
+ "playground": {
5872
+ "analytics": {
5873
+ "overview": {
5874
+ "method": "POST",
5875
+ "params": [
5876
+ {
5877
+ "in": "body",
5878
+ "name": "limit"
5879
+ }
5880
+ ],
5881
+ "path": "/playground/analytics/overview",
5882
+ "readOnly": true
5883
+ }
5884
+ },
5885
+ "billing": {
5886
+ "entitlements": {
5887
+ "method": "POST",
5888
+ "path": "/playground/billing/entitlements",
5889
+ "readOnly": true
5890
+ },
5891
+ "record-usage": {
5892
+ "method": "POST",
5893
+ "params": [
5894
+ {
5895
+ "in": "body",
5896
+ "name": "value"
5897
+ }
5898
+ ],
5899
+ "path": "/playground/billing/usage",
5900
+ "readOnly": false
5901
+ }
5902
+ },
5903
+ "clickup": {
5904
+ "create-task": {
5905
+ "method": "POST",
5906
+ "params": [
5907
+ {
5908
+ "in": "body",
5909
+ "name": "listId"
5910
+ },
5911
+ {
5912
+ "in": "body",
5913
+ "name": "name"
5914
+ }
5915
+ ],
5916
+ "path": "/playground/clickup/tasks",
5917
+ "readOnly": false
5918
+ },
5919
+ "get-last-webhook": {
5920
+ "method": "GET",
5921
+ "path": "/playground/clickup/webhooks/last",
5922
+ "readOnly": true
5923
+ },
5924
+ "get-overview": {
5925
+ "method": "GET",
5926
+ "path": "/playground/clickup/overview",
5927
+ "readOnly": true
5928
+ }
5929
+ },
5930
+ "gdrive": {
5931
+ "get-last-change": {
5932
+ "method": "GET",
5933
+ "path": "/playground/gdrive/changes/last",
5934
+ "readOnly": true
5935
+ },
5936
+ "read-file": {
5937
+ "method": "POST",
5938
+ "params": [
5939
+ {
5940
+ "in": "body",
5941
+ "name": "fileId"
5942
+ }
5943
+ ],
5944
+ "path": "/playground/gdrive/file",
5945
+ "readOnly": true
5946
+ }
5947
+ },
5948
+ "googleads": {
5949
+ "read-customer": {
5950
+ "method": "POST",
5951
+ "path": "/playground/googleads/customer",
5952
+ "readOnly": true
5953
+ }
5954
+ },
5955
+ "lifecycle": {
5956
+ "get-state": {
5957
+ "method": "GET",
5958
+ "path": "/playground/lifecycle/state",
5959
+ "readOnly": true
5960
+ },
5961
+ "list-events": {
5962
+ "method": "GET",
5963
+ "path": "/playground/lifecycle/events",
5964
+ "readOnly": true
5965
+ }
5966
+ },
5967
+ "webhook": {
5968
+ "get-last": {
5969
+ "method": "GET",
5970
+ "path": "/playground/webhooks/last",
5971
+ "readOnly": true
5972
+ }
5973
+ }
5974
+ },
5871
5975
  "realtime": {
5872
5976
  "archive": {
5873
5977
  "export": {