@lessly/sdk-app 29.0.0 → 30.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 (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 +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-QlwjPsPF.d.cts → client.gen-BOjtovBR.d.cts} +123 -254
  10. package/dist/{client.gen-QlwjPsPF.d.ts → client.gen-BOjtovBR.d.ts} +123 -254
  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 +36 -104
  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 +36 -104
  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 +5 -0
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +6 -2
  26. package/dist/organization/index.d.ts +6 -2
  27. package/dist/organization/index.js +5 -1
  28. package/dist/organization/index.js.map +1 -1
  29. package/dist/realtime/index.d.cts +1 -1
  30. package/dist/realtime/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 -7
  38. package/src/gen/bindings.gen.ts +36 -104
  39. package/src/gen/brain/index.ts +1 -1
  40. package/src/gen/brain/queryOptions.gen.ts +7 -0
  41. package/src/gen/client.gen.ts +8 -52
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/organization/index.ts +1 -1
  44. package/src/gen/organization/queryOptions.gen.ts +6 -0
  45. package/src/gen/types.gen.ts +122 -257
  46. package/dist/playground/index.cjs +0 -66
  47. package/dist/playground/index.cjs.map +0 -1
  48. package/dist/playground/index.d.cts +0 -52
  49. package/dist/playground/index.d.ts +0 -52
  50. package/dist/playground/index.js +0 -53
  51. package/dist/playground/index.js.map +0 -1
  52. package/src/gen/playground/index.ts +0 -3
  53. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-QlwjPsPF.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BOjtovBR.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-QlwjPsPF.js';
1
+ import { G as GeneratedClient } from './client.gen-BOjtovBR.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -795,6 +795,19 @@ var bindings = {
795
795
  "path": "/brain/restores/:restoreId",
796
796
  "readOnly": true
797
797
  }
798
+ },
799
+ "usage": {
800
+ "report": {
801
+ "method": "GET",
802
+ "params": [
803
+ {
804
+ "in": "query",
805
+ "name": "days"
806
+ }
807
+ ],
808
+ "path": "/brain/usage/report",
809
+ "readOnly": true
810
+ }
798
811
  }
799
812
  },
800
813
  "consent": {
@@ -3939,6 +3952,29 @@ var bindings = {
3939
3952
  ],
3940
3953
  "path": "/governance/api/v1/products/:productId/domains/:domainId",
3941
3954
  "readOnly": false
3955
+ },
3956
+ "set-mode": {
3957
+ "method": "PUT",
3958
+ "params": [
3959
+ {
3960
+ "in": "path",
3961
+ "name": "productId"
3962
+ },
3963
+ {
3964
+ "in": "path",
3965
+ "name": "domainId"
3966
+ },
3967
+ {
3968
+ "in": "body",
3969
+ "name": "mode"
3970
+ },
3971
+ {
3972
+ "in": "body",
3973
+ "name": "providerConnectorId"
3974
+ }
3975
+ ],
3976
+ "path": "/governance/api/v1/products/:productId/domains/:domainId/mode",
3977
+ "readOnly": false
3942
3978
  }
3943
3979
  },
3944
3980
  "extensions": {
@@ -4533,110 +4569,6 @@ var bindings = {
4533
4569
  }
4534
4570
  }
4535
4571
  },
4536
- "playground": {
4537
- "analytics": {
4538
- "overview": {
4539
- "method": "POST",
4540
- "params": [
4541
- {
4542
- "in": "body",
4543
- "name": "limit"
4544
- }
4545
- ],
4546
- "path": "/playground/analytics/overview",
4547
- "readOnly": true
4548
- }
4549
- },
4550
- "billing": {
4551
- "entitlements": {
4552
- "method": "POST",
4553
- "path": "/playground/billing/entitlements",
4554
- "readOnly": true
4555
- },
4556
- "record-usage": {
4557
- "method": "POST",
4558
- "params": [
4559
- {
4560
- "in": "body",
4561
- "name": "value"
4562
- }
4563
- ],
4564
- "path": "/playground/billing/usage",
4565
- "readOnly": false
4566
- }
4567
- },
4568
- "clickup": {
4569
- "create-task": {
4570
- "method": "POST",
4571
- "params": [
4572
- {
4573
- "in": "body",
4574
- "name": "listId"
4575
- },
4576
- {
4577
- "in": "body",
4578
- "name": "name"
4579
- }
4580
- ],
4581
- "path": "/playground/clickup/tasks",
4582
- "readOnly": false
4583
- },
4584
- "get-last-webhook": {
4585
- "method": "GET",
4586
- "path": "/playground/clickup/webhooks/last",
4587
- "readOnly": true
4588
- },
4589
- "get-overview": {
4590
- "method": "GET",
4591
- "path": "/playground/clickup/overview",
4592
- "readOnly": true
4593
- }
4594
- },
4595
- "gdrive": {
4596
- "get-last-change": {
4597
- "method": "GET",
4598
- "path": "/playground/gdrive/changes/last",
4599
- "readOnly": true
4600
- },
4601
- "read-file": {
4602
- "method": "POST",
4603
- "params": [
4604
- {
4605
- "in": "body",
4606
- "name": "fileId"
4607
- }
4608
- ],
4609
- "path": "/playground/gdrive/file",
4610
- "readOnly": true
4611
- }
4612
- },
4613
- "googleads": {
4614
- "read-customer": {
4615
- "method": "POST",
4616
- "path": "/playground/googleads/customer",
4617
- "readOnly": true
4618
- }
4619
- },
4620
- "lifecycle": {
4621
- "get-state": {
4622
- "method": "GET",
4623
- "path": "/playground/lifecycle/state",
4624
- "readOnly": true
4625
- },
4626
- "list-events": {
4627
- "method": "GET",
4628
- "path": "/playground/lifecycle/events",
4629
- "readOnly": true
4630
- }
4631
- },
4632
- "webhook": {
4633
- "get-last": {
4634
- "method": "GET",
4635
- "path": "/playground/webhooks/last",
4636
- "readOnly": true
4637
- }
4638
- }
4639
- },
4640
4572
  "realtime": {
4641
4573
  "archive": {
4642
4574
  "export": {