@lessly/sdk-app 50.1.0 → 51.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 (64) 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.cjs +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/chunk-5IRH5DIK.js +8710 -0
  10. package/dist/chunk-5IRH5DIK.js.map +1 -0
  11. package/dist/{client.gen-xvJrhIVe.d.cts → client.gen-Boew7CkH.d.cts} +400 -120
  12. package/dist/{client.gen-xvJrhIVe.d.ts → client.gen-Boew7CkH.d.ts} +400 -120
  13. package/dist/consent/index.d.cts +1 -1
  14. package/dist/consent/index.d.ts +1 -1
  15. package/dist/content/index.d.cts +1 -1
  16. package/dist/content/index.d.ts +1 -1
  17. package/dist/deployment/index.cjs +15 -5
  18. package/dist/deployment/index.cjs.map +1 -1
  19. package/dist/deployment/index.d.cts +14 -6
  20. package/dist/deployment/index.d.ts +14 -6
  21. package/dist/deployment/index.js +13 -5
  22. package/dist/deployment/index.js.map +1 -1
  23. package/dist/index.cjs +199 -46
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +4 -83
  26. package/dist/index.d.ts +4 -83
  27. package/dist/index.js +2 -8545
  28. package/dist/index.js.map +1 -1
  29. package/dist/mail/index.d.cts +2 -2
  30. package/dist/mail/index.d.ts +2 -2
  31. package/dist/observe/index.d.cts +1 -1
  32. package/dist/observe/index.d.ts +1 -1
  33. package/dist/organization/index.d.cts +1 -1
  34. package/dist/organization/index.d.ts +1 -1
  35. package/dist/playground/index.cjs +81 -0
  36. package/dist/playground/index.cjs.map +1 -0
  37. package/dist/playground/index.d.cts +55 -0
  38. package/dist/playground/index.d.ts +55 -0
  39. package/dist/playground/index.js +58 -0
  40. package/dist/playground/index.js.map +1 -0
  41. package/dist/realtime/index.d.cts +1 -1
  42. package/dist/realtime/index.d.ts +1 -1
  43. package/dist/support/index.d.cts +1 -1
  44. package/dist/support/index.d.ts +1 -1
  45. package/dist/tracking/index.d.cts +1 -1
  46. package/dist/tracking/index.d.ts +1 -1
  47. package/dist/types-gTIUAUsP.d.cts +82 -0
  48. package/dist/types-gTIUAUsP.d.ts +82 -0
  49. package/dist/users/index.d.cts +1 -1
  50. package/dist/users/index.d.ts +1 -1
  51. package/dist/waitlist/index.d.cts +1 -1
  52. package/dist/waitlist/index.d.ts +1 -1
  53. package/package.json +7 -2
  54. package/src/gen/bindings.gen.ts +208 -47
  55. package/src/gen/brain/index.ts +1 -1
  56. package/src/gen/brain/queryOptions.gen.ts +0 -7
  57. package/src/gen/client.gen.ts +67 -10
  58. package/src/gen/deployment/index.ts +1 -1
  59. package/src/gen/deployment/queryOptions.gen.ts +20 -7
  60. package/src/gen/manifest.gen.ts +1 -1
  61. package/src/gen/playground/connect.gen.ts +9 -0
  62. package/src/gen/playground/index.ts +4 -0
  63. package/src/gen/playground/queryOptions.gen.ts +86 -0
  64. package/src/gen/types.gen.ts +404 -117
package/dist/index.cjs CHANGED
@@ -882,19 +882,6 @@ var bindings = {
882
882
  "path": "/brain/restores/:restoreId",
883
883
  "readOnly": true
884
884
  }
885
- },
886
- "usage": {
887
- "report": {
888
- "method": "GET",
889
- "params": [
890
- {
891
- "in": "query",
892
- "name": "days"
893
- }
894
- ],
895
- "path": "/brain/usage/report",
896
- "readOnly": true
897
- }
898
885
  }
899
886
  },
900
887
  "consent": {
@@ -1800,39 +1787,6 @@ var bindings = {
1800
1787
  "readOnly": true
1801
1788
  }
1802
1789
  },
1803
- "audit": {
1804
- "list": {
1805
- "method": "GET",
1806
- "params": [
1807
- {
1808
- "in": "path",
1809
- "name": "environmentId"
1810
- },
1811
- {
1812
- "in": "query",
1813
- "name": "entityType"
1814
- },
1815
- {
1816
- "in": "query",
1817
- "name": "action"
1818
- },
1819
- {
1820
- "in": "query",
1821
- "name": "actorId"
1822
- },
1823
- {
1824
- "in": "query",
1825
- "name": "serviceId"
1826
- },
1827
- {
1828
- "in": "query",
1829
- "name": "limit"
1830
- }
1831
- ],
1832
- "path": "/deployment/environments/:environmentId/audit",
1833
- "readOnly": true
1834
- }
1835
- },
1836
1790
  "build": {
1837
1791
  "get": {
1838
1792
  "method": "GET",
@@ -2528,6 +2482,57 @@ var bindings = {
2528
2482
  "readOnly": true
2529
2483
  }
2530
2484
  },
2485
+ "job": {
2486
+ "run": {
2487
+ "method": "POST",
2488
+ "params": [
2489
+ {
2490
+ "in": "path",
2491
+ "name": "serviceId"
2492
+ }
2493
+ ],
2494
+ "path": "/deployment/services/:serviceId/runs",
2495
+ "readOnly": false
2496
+ }
2497
+ },
2498
+ "job-run": {
2499
+ "logs": {
2500
+ "method": "GET",
2501
+ "params": [
2502
+ {
2503
+ "in": "path",
2504
+ "name": "serviceId"
2505
+ },
2506
+ {
2507
+ "in": "path",
2508
+ "name": "runId"
2509
+ }
2510
+ ],
2511
+ "path": "/deployment/services/:serviceId/runs/:runId/logs",
2512
+ "readOnly": true
2513
+ }
2514
+ },
2515
+ "job-runs": {
2516
+ "list": {
2517
+ "method": "GET",
2518
+ "params": [
2519
+ {
2520
+ "in": "path",
2521
+ "name": "serviceId"
2522
+ },
2523
+ {
2524
+ "in": "query",
2525
+ "name": "limit"
2526
+ },
2527
+ {
2528
+ "in": "query",
2529
+ "name": "cursor"
2530
+ }
2531
+ ],
2532
+ "path": "/deployment/services/:serviceId/runs",
2533
+ "readOnly": true
2534
+ }
2535
+ },
2531
2536
  "managed-service": {
2532
2537
  "backup": {
2533
2538
  "method": "POST",
@@ -2855,6 +2860,26 @@ var bindings = {
2855
2860
  {
2856
2861
  "in": "body",
2857
2862
  "name": "canvas"
2863
+ },
2864
+ {
2865
+ "in": "body",
2866
+ "name": "mode"
2867
+ },
2868
+ {
2869
+ "in": "body",
2870
+ "name": "schedule"
2871
+ },
2872
+ {
2873
+ "in": "body",
2874
+ "name": "command"
2875
+ },
2876
+ {
2877
+ "in": "body",
2878
+ "name": "jobTimeoutSec"
2879
+ },
2880
+ {
2881
+ "in": "body",
2882
+ "name": "jobConcurrency"
2858
2883
  }
2859
2884
  ],
2860
2885
  "path": "/deployment/environments/:environmentId/services",
@@ -3030,6 +3055,30 @@ var bindings = {
3030
3055
  "in": "body",
3031
3056
  "name": "autoDeploy"
3032
3057
  },
3058
+ {
3059
+ "in": "body",
3060
+ "name": "schedule"
3061
+ },
3062
+ {
3063
+ "in": "body",
3064
+ "name": "scheduleSuspended"
3065
+ },
3066
+ {
3067
+ "in": "body",
3068
+ "name": "command"
3069
+ },
3070
+ {
3071
+ "in": "body",
3072
+ "name": "jobTimeoutSec"
3073
+ },
3074
+ {
3075
+ "in": "body",
3076
+ "name": "jobConcurrency"
3077
+ },
3078
+ {
3079
+ "in": "body",
3080
+ "name": "mode"
3081
+ },
3033
3082
  {
3034
3083
  "in": "path",
3035
3084
  "name": "id"
@@ -5881,6 +5930,110 @@ var bindings = {
5881
5930
  }
5882
5931
  }
5883
5932
  },
5933
+ "playground": {
5934
+ "analytics": {
5935
+ "overview": {
5936
+ "method": "POST",
5937
+ "params": [
5938
+ {
5939
+ "in": "body",
5940
+ "name": "limit"
5941
+ }
5942
+ ],
5943
+ "path": "/playground/analytics/overview",
5944
+ "readOnly": true
5945
+ }
5946
+ },
5947
+ "billing": {
5948
+ "entitlements": {
5949
+ "method": "POST",
5950
+ "path": "/playground/billing/entitlements",
5951
+ "readOnly": true
5952
+ },
5953
+ "record-usage": {
5954
+ "method": "POST",
5955
+ "params": [
5956
+ {
5957
+ "in": "body",
5958
+ "name": "value"
5959
+ }
5960
+ ],
5961
+ "path": "/playground/billing/usage",
5962
+ "readOnly": false
5963
+ }
5964
+ },
5965
+ "clickup": {
5966
+ "create-task": {
5967
+ "method": "POST",
5968
+ "params": [
5969
+ {
5970
+ "in": "body",
5971
+ "name": "listId"
5972
+ },
5973
+ {
5974
+ "in": "body",
5975
+ "name": "name"
5976
+ }
5977
+ ],
5978
+ "path": "/playground/clickup/tasks",
5979
+ "readOnly": false
5980
+ },
5981
+ "get-last-webhook": {
5982
+ "method": "GET",
5983
+ "path": "/playground/clickup/webhooks/last",
5984
+ "readOnly": true
5985
+ },
5986
+ "get-overview": {
5987
+ "method": "GET",
5988
+ "path": "/playground/clickup/overview",
5989
+ "readOnly": true
5990
+ }
5991
+ },
5992
+ "gdrive": {
5993
+ "get-last-change": {
5994
+ "method": "GET",
5995
+ "path": "/playground/gdrive/changes/last",
5996
+ "readOnly": true
5997
+ },
5998
+ "read-file": {
5999
+ "method": "POST",
6000
+ "params": [
6001
+ {
6002
+ "in": "body",
6003
+ "name": "fileId"
6004
+ }
6005
+ ],
6006
+ "path": "/playground/gdrive/file",
6007
+ "readOnly": true
6008
+ }
6009
+ },
6010
+ "googleads": {
6011
+ "read-customer": {
6012
+ "method": "POST",
6013
+ "path": "/playground/googleads/customer",
6014
+ "readOnly": true
6015
+ }
6016
+ },
6017
+ "lifecycle": {
6018
+ "get-state": {
6019
+ "method": "GET",
6020
+ "path": "/playground/lifecycle/state",
6021
+ "readOnly": true
6022
+ },
6023
+ "list-events": {
6024
+ "method": "GET",
6025
+ "path": "/playground/lifecycle/events",
6026
+ "readOnly": true
6027
+ }
6028
+ },
6029
+ "webhook": {
6030
+ "get-last": {
6031
+ "method": "GET",
6032
+ "path": "/playground/webhooks/last",
6033
+ "readOnly": true
6034
+ }
6035
+ }
6036
+ },
5884
6037
  "realtime": {
5885
6038
  "archive": {
5886
6039
  "export": {