@lessly/sdk-app 28.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-DhQqDgJm.d.cts → client.gen-BOjtovBR.d.cts} +154 -267
  10. package/dist/{client.gen-DhQqDgJm.d.ts → client.gen-BOjtovBR.d.ts} +154 -267
  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 +86 -109
  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 +86 -109
  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 +24 -4
  24. package/dist/organization/index.cjs.map +1 -1
  25. package/dist/organization/index.d.cts +21 -5
  26. package/dist/organization/index.d.ts +21 -5
  27. package/dist/organization/index.js +20 -4
  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 +86 -109
  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 +24 -55
  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 +29 -5
  45. package/src/gen/types.gen.ts +151 -269
  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-DhQqDgJm.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-DhQqDgJm.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": {
@@ -3643,6 +3656,52 @@ var bindings = {
3643
3656
  "readOnly": true
3644
3657
  }
3645
3658
  },
3659
+ "billing-budgets": {
3660
+ "get": {
3661
+ "method": "GET",
3662
+ "path": "/governance/api/v1/billing/budgets",
3663
+ "readOnly": true
3664
+ },
3665
+ "set": {
3666
+ "method": "PUT",
3667
+ "params": [
3668
+ {
3669
+ "in": "body",
3670
+ "name": "ceiling_minor"
3671
+ }
3672
+ ],
3673
+ "path": "/governance/api/v1/billing/budgets",
3674
+ "readOnly": false
3675
+ }
3676
+ },
3677
+ "billing-caps": {
3678
+ "clear": {
3679
+ "method": "DELETE",
3680
+ "params": [
3681
+ {
3682
+ "in": "body",
3683
+ "name": "productId"
3684
+ }
3685
+ ],
3686
+ "path": "/governance/api/v1/billing/budgets/cap",
3687
+ "readOnly": false
3688
+ },
3689
+ "set": {
3690
+ "method": "PUT",
3691
+ "params": [
3692
+ {
3693
+ "in": "body",
3694
+ "name": "productId"
3695
+ },
3696
+ {
3697
+ "in": "body",
3698
+ "name": "cap_minor"
3699
+ }
3700
+ ],
3701
+ "path": "/governance/api/v1/billing/budgets/cap",
3702
+ "readOnly": false
3703
+ }
3704
+ },
3646
3705
  "bindings": {
3647
3706
  "list": {
3648
3707
  "method": "GET",
@@ -3893,14 +3952,32 @@ var bindings = {
3893
3952
  ],
3894
3953
  "path": "/governance/api/v1/products/:productId/domains/:domainId",
3895
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
3896
3978
  }
3897
3979
  },
3898
3980
  "extensions": {
3899
- "list": {
3900
- "method": "GET",
3901
- "path": "/governance/api/v1/extensions",
3902
- "readOnly": true
3903
- },
3904
3981
  "list-installed": {
3905
3982
  "method": "GET",
3906
3983
  "params": [
@@ -4192,6 +4269,10 @@ var bindings = {
4192
4269
  {
4193
4270
  "in": "body",
4194
4271
  "name": "organizationId"
4272
+ },
4273
+ {
4274
+ "in": "body",
4275
+ "name": "region"
4195
4276
  }
4196
4277
  ],
4197
4278
  "path": "/governance/api/v1/products",
@@ -4488,110 +4569,6 @@ var bindings = {
4488
4569
  }
4489
4570
  }
4490
4571
  },
4491
- "playground": {
4492
- "analytics": {
4493
- "overview": {
4494
- "method": "POST",
4495
- "params": [
4496
- {
4497
- "in": "body",
4498
- "name": "limit"
4499
- }
4500
- ],
4501
- "path": "/playground/analytics/overview",
4502
- "readOnly": true
4503
- }
4504
- },
4505
- "billing": {
4506
- "entitlements": {
4507
- "method": "POST",
4508
- "path": "/playground/billing/entitlements",
4509
- "readOnly": true
4510
- },
4511
- "record-usage": {
4512
- "method": "POST",
4513
- "params": [
4514
- {
4515
- "in": "body",
4516
- "name": "value"
4517
- }
4518
- ],
4519
- "path": "/playground/billing/usage",
4520
- "readOnly": false
4521
- }
4522
- },
4523
- "clickup": {
4524
- "create-task": {
4525
- "method": "POST",
4526
- "params": [
4527
- {
4528
- "in": "body",
4529
- "name": "listId"
4530
- },
4531
- {
4532
- "in": "body",
4533
- "name": "name"
4534
- }
4535
- ],
4536
- "path": "/playground/clickup/tasks",
4537
- "readOnly": false
4538
- },
4539
- "get-last-webhook": {
4540
- "method": "GET",
4541
- "path": "/playground/clickup/webhooks/last",
4542
- "readOnly": true
4543
- },
4544
- "get-overview": {
4545
- "method": "GET",
4546
- "path": "/playground/clickup/overview",
4547
- "readOnly": true
4548
- }
4549
- },
4550
- "gdrive": {
4551
- "get-last-change": {
4552
- "method": "GET",
4553
- "path": "/playground/gdrive/changes/last",
4554
- "readOnly": true
4555
- },
4556
- "read-file": {
4557
- "method": "POST",
4558
- "params": [
4559
- {
4560
- "in": "body",
4561
- "name": "fileId"
4562
- }
4563
- ],
4564
- "path": "/playground/gdrive/file",
4565
- "readOnly": true
4566
- }
4567
- },
4568
- "googleads": {
4569
- "read-customer": {
4570
- "method": "POST",
4571
- "path": "/playground/googleads/customer",
4572
- "readOnly": true
4573
- }
4574
- },
4575
- "lifecycle": {
4576
- "get-state": {
4577
- "method": "GET",
4578
- "path": "/playground/lifecycle/state",
4579
- "readOnly": true
4580
- },
4581
- "list-events": {
4582
- "method": "GET",
4583
- "path": "/playground/lifecycle/events",
4584
- "readOnly": true
4585
- }
4586
- },
4587
- "webhook": {
4588
- "get-last": {
4589
- "method": "GET",
4590
- "path": "/playground/webhooks/last",
4591
- "readOnly": true
4592
- }
4593
- }
4594
- },
4595
4572
  "realtime": {
4596
4573
  "archive": {
4597
4574
  "export": {