@lessly/sdk-app 30.1.0 → 30.2.1

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 (53) 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/{client.gen-C6_mJktu.d.cts → client.gen-QlwjPsPF.d.cts} +217 -119
  10. package/dist/{client.gen-C6_mJktu.d.ts → client.gen-QlwjPsPF.d.ts} +217 -119
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/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 -36
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +104 -36
  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/organization/index.cjs +0 -5
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +2 -6
  26. package/dist/organization/index.d.ts +2 -6
  27. package/dist/organization/index.js +1 -5
  28. package/dist/organization/index.js.map +1 -1
  29. package/dist/playground/index.cjs +66 -0
  30. package/dist/playground/index.cjs.map +1 -0
  31. package/dist/playground/index.d.cts +52 -0
  32. package/dist/playground/index.d.ts +52 -0
  33. package/dist/playground/index.js +53 -0
  34. package/dist/playground/index.js.map +1 -0
  35. package/dist/realtime/index.d.cts +1 -1
  36. package/dist/realtime/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/users/index.d.cts +1 -1
  40. package/dist/users/index.d.ts +1 -1
  41. package/dist/waitlist/index.d.cts +1 -1
  42. package/dist/waitlist/index.d.ts +1 -1
  43. package/package.json +7 -2
  44. package/src/gen/bindings.gen.ts +104 -36
  45. package/src/gen/brain/index.ts +1 -1
  46. package/src/gen/brain/queryOptions.gen.ts +0 -7
  47. package/src/gen/client.gen.ts +52 -8
  48. package/src/gen/manifest.gen.ts +1 -1
  49. package/src/gen/organization/index.ts +1 -1
  50. package/src/gen/organization/queryOptions.gen.ts +0 -6
  51. package/src/gen/playground/index.ts +3 -0
  52. package/src/gen/playground/queryOptions.gen.ts +86 -0
  53. package/src/gen/types.gen.ts +220 -118
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-C6_mJktu.cjs';
1
+ import { G as GeneratedClient } from './client.gen-QlwjPsPF.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-C6_mJktu.js';
1
+ import { G as GeneratedClient } from './client.gen-QlwjPsPF.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -803,19 +803,6 @@ var bindings = {
803
803
  "path": "/brain/restores/:restoreId",
804
804
  "readOnly": true
805
805
  }
806
- },
807
- "usage": {
808
- "report": {
809
- "method": "GET",
810
- "params": [
811
- {
812
- "in": "query",
813
- "name": "days"
814
- }
815
- ],
816
- "path": "/brain/usage/report",
817
- "readOnly": true
818
- }
819
806
  }
820
807
  },
821
808
  "consent": {
@@ -3960,29 +3947,6 @@ var bindings = {
3960
3947
  ],
3961
3948
  "path": "/governance/api/v1/products/:productId/domains/:domainId",
3962
3949
  "readOnly": false
3963
- },
3964
- "set-mode": {
3965
- "method": "PUT",
3966
- "params": [
3967
- {
3968
- "in": "path",
3969
- "name": "productId"
3970
- },
3971
- {
3972
- "in": "path",
3973
- "name": "domainId"
3974
- },
3975
- {
3976
- "in": "body",
3977
- "name": "mode"
3978
- },
3979
- {
3980
- "in": "body",
3981
- "name": "providerConnectorId"
3982
- }
3983
- ],
3984
- "path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
3985
- "readOnly": false
3986
3950
  }
3987
3951
  },
3988
3952
  "extensions": {
@@ -4577,6 +4541,110 @@ var bindings = {
4577
4541
  }
4578
4542
  }
4579
4543
  },
4544
+ "playground": {
4545
+ "analytics": {
4546
+ "overview": {
4547
+ "method": "POST",
4548
+ "params": [
4549
+ {
4550
+ "in": "body",
4551
+ "name": "limit"
4552
+ }
4553
+ ],
4554
+ "path": "/playground/analytics/overview",
4555
+ "readOnly": true
4556
+ }
4557
+ },
4558
+ "billing": {
4559
+ "entitlements": {
4560
+ "method": "POST",
4561
+ "path": "/playground/billing/entitlements",
4562
+ "readOnly": true
4563
+ },
4564
+ "record-usage": {
4565
+ "method": "POST",
4566
+ "params": [
4567
+ {
4568
+ "in": "body",
4569
+ "name": "value"
4570
+ }
4571
+ ],
4572
+ "path": "/playground/billing/usage",
4573
+ "readOnly": false
4574
+ }
4575
+ },
4576
+ "clickup": {
4577
+ "create-task": {
4578
+ "method": "POST",
4579
+ "params": [
4580
+ {
4581
+ "in": "body",
4582
+ "name": "listId"
4583
+ },
4584
+ {
4585
+ "in": "body",
4586
+ "name": "name"
4587
+ }
4588
+ ],
4589
+ "path": "/playground/clickup/tasks",
4590
+ "readOnly": false
4591
+ },
4592
+ "get-last-webhook": {
4593
+ "method": "GET",
4594
+ "path": "/playground/clickup/webhooks/last",
4595
+ "readOnly": true
4596
+ },
4597
+ "get-overview": {
4598
+ "method": "GET",
4599
+ "path": "/playground/clickup/overview",
4600
+ "readOnly": true
4601
+ }
4602
+ },
4603
+ "gdrive": {
4604
+ "get-last-change": {
4605
+ "method": "GET",
4606
+ "path": "/playground/gdrive/changes/last",
4607
+ "readOnly": true
4608
+ },
4609
+ "read-file": {
4610
+ "method": "POST",
4611
+ "params": [
4612
+ {
4613
+ "in": "body",
4614
+ "name": "fileId"
4615
+ }
4616
+ ],
4617
+ "path": "/playground/gdrive/file",
4618
+ "readOnly": true
4619
+ }
4620
+ },
4621
+ "googleads": {
4622
+ "read-customer": {
4623
+ "method": "POST",
4624
+ "path": "/playground/googleads/customer",
4625
+ "readOnly": true
4626
+ }
4627
+ },
4628
+ "lifecycle": {
4629
+ "get-state": {
4630
+ "method": "GET",
4631
+ "path": "/playground/lifecycle/state",
4632
+ "readOnly": true
4633
+ },
4634
+ "list-events": {
4635
+ "method": "GET",
4636
+ "path": "/playground/lifecycle/events",
4637
+ "readOnly": true
4638
+ }
4639
+ },
4640
+ "webhook": {
4641
+ "get-last": {
4642
+ "method": "GET",
4643
+ "path": "/playground/webhooks/last",
4644
+ "readOnly": true
4645
+ }
4646
+ }
4647
+ },
4580
4648
  "realtime": {
4581
4649
  "archive": {
4582
4650
  "export": {