@lessly/sdk-app 25.0.0 → 27.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 +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-DpY3PlYJ.d.cts → client.gen-BxrBJi8X.d.cts} +399 -98
  10. package/dist/{client.gen-DpY3PlYJ.d.ts → client.gen-BxrBJi8X.d.ts} +399 -98
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.cjs +5 -0
  14. package/dist/deployment/index.cjs.map +1 -1
  15. package/dist/deployment/index.d.cts +6 -2
  16. package/dist/deployment/index.d.ts +6 -2
  17. package/dist/deployment/index.js +5 -1
  18. package/dist/deployment/index.js.map +1 -1
  19. package/dist/index.cjs +119 -13
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.cts +1 -1
  22. package/dist/index.d.ts +1 -1
  23. package/dist/index.js +119 -13
  24. package/dist/index.js.map +1 -1
  25. package/dist/mail/index.d.cts +2 -2
  26. package/dist/mail/index.d.ts +2 -2
  27. package/dist/organization/index.d.cts +1 -1
  28. package/dist/organization/index.d.ts +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 +119 -13
  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 +57 -5
  48. package/src/gen/deployment/index.ts +1 -1
  49. package/src/gen/deployment/queryOptions.gen.ts +7 -0
  50. package/src/gen/manifest.gen.ts +1 -1
  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 +402 -96
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-DpY3PlYJ.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BxrBJi8X.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-DpY3PlYJ.js';
1
+ import { G as GeneratedClient } from './client.gen-BxrBJi8X.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,19 +795,6 @@ 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
- }
811
798
  }
812
799
  },
813
800
  "consent": {
@@ -2398,6 +2385,10 @@ var bindings = {
2398
2385
  "in": "body",
2399
2386
  "name": "idleMinutes"
2400
2387
  },
2388
+ {
2389
+ "in": "body",
2390
+ "name": "buildMachineType"
2391
+ },
2401
2392
  {
2402
2393
  "in": "path",
2403
2394
  "name": "id"
@@ -2464,6 +2455,13 @@ var bindings = {
2464
2455
  "readOnly": false
2465
2456
  }
2466
2457
  },
2458
+ "suspension": {
2459
+ "get": {
2460
+ "method": "GET",
2461
+ "path": "/deployment/product/suspension",
2462
+ "readOnly": true
2463
+ }
2464
+ },
2467
2465
  "variable": {
2468
2466
  "list": {
2469
2467
  "method": "GET",
@@ -4490,6 +4488,110 @@ var bindings = {
4490
4488
  }
4491
4489
  }
4492
4490
  },
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
+ },
4493
4595
  "realtime": {
4494
4596
  "archive": {
4495
4597
  "export": {
@@ -5694,6 +5796,10 @@ var bindings = {
5694
5796
  "in": "body",
5695
5797
  "name": "retention"
5696
5798
  },
5799
+ {
5800
+ "in": "body",
5801
+ "name": "hosted"
5802
+ },
5697
5803
  {
5698
5804
  "in": "body",
5699
5805
  "name": "mfa"