@lessly/sdk-app 23.1.0 → 24.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-DqpzhA8m.d.cts → client.gen-MqVL6l3Y.d.cts} +130 -372
  10. package/dist/{client.gen-DqpzhA8m.d.ts → client.gen-MqVL6l3Y.d.ts} +130 -372
  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 +25 -98
  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 +25 -98
  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.d.cts +1 -1
  24. package/dist/organization/index.d.ts +1 -1
  25. package/dist/realtime/index.cjs +15 -5
  26. package/dist/realtime/index.cjs.map +1 -1
  27. package/dist/realtime/index.d.cts +14 -6
  28. package/dist/realtime/index.d.ts +14 -6
  29. package/dist/realtime/index.js +13 -5
  30. package/dist/realtime/index.js.map +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 +25 -98
  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 +16 -57
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/realtime/index.ts +1 -1
  44. package/src/gen/realtime/queryOptions.gen.ts +19 -7
  45. package/src/gen/types.gen.ts +120 -365
  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-DqpzhA8m.cjs';
1
+ import { G as GeneratedClient } from './client.gen-MqVL6l3Y.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-DqpzhA8m.js';
1
+ import { G as GeneratedClient } from './client.gen-MqVL6l3Y.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": {
@@ -4477,111 +4490,36 @@ var bindings = {
4477
4490
  }
4478
4491
  }
4479
4492
  },
4480
- "playground": {
4481
- "analytics": {
4482
- "overview": {
4483
- "method": "POST",
4484
- "params": [
4485
- {
4486
- "in": "body",
4487
- "name": "limit"
4488
- }
4489
- ],
4490
- "path": "/playground/analytics/overview",
4491
- "readOnly": true
4492
- }
4493
- },
4494
- "billing": {
4495
- "entitlements": {
4496
- "method": "POST",
4497
- "path": "/playground/billing/entitlements",
4498
- "readOnly": true
4499
- },
4500
- "record-usage": {
4501
- "method": "POST",
4502
- "params": [
4503
- {
4504
- "in": "body",
4505
- "name": "value"
4506
- }
4507
- ],
4508
- "path": "/playground/billing/usage",
4509
- "readOnly": false
4510
- }
4511
- },
4512
- "clickup": {
4513
- "create-task": {
4493
+ "realtime": {
4494
+ "apikey": {
4495
+ "create": {
4514
4496
  "method": "POST",
4515
4497
  "params": [
4516
- {
4517
- "in": "body",
4518
- "name": "listId"
4519
- },
4520
4498
  {
4521
4499
  "in": "body",
4522
4500
  "name": "name"
4523
4501
  }
4524
4502
  ],
4525
- "path": "/playground/clickup/tasks",
4503
+ "path": "/realtime/api-keys",
4526
4504
  "readOnly": false
4527
4505
  },
4528
- "get-last-webhook": {
4529
- "method": "GET",
4530
- "path": "/playground/clickup/webhooks/last",
4531
- "readOnly": true
4532
- },
4533
- "get-overview": {
4534
- "method": "GET",
4535
- "path": "/playground/clickup/overview",
4536
- "readOnly": true
4537
- }
4538
- },
4539
- "gdrive": {
4540
- "get-last-change": {
4506
+ "list": {
4541
4507
  "method": "GET",
4542
- "path": "/playground/gdrive/changes/last",
4508
+ "path": "/realtime/api-keys",
4543
4509
  "readOnly": true
4544
4510
  },
4545
- "read-file": {
4546
- "method": "POST",
4511
+ "revoke": {
4512
+ "method": "DELETE",
4547
4513
  "params": [
4548
4514
  {
4549
- "in": "body",
4550
- "name": "fileId"
4515
+ "in": "path",
4516
+ "name": "id"
4551
4517
  }
4552
4518
  ],
4553
- "path": "/playground/gdrive/file",
4554
- "readOnly": true
4555
- }
4556
- },
4557
- "googleads": {
4558
- "read-customer": {
4559
- "method": "POST",
4560
- "path": "/playground/googleads/customer",
4561
- "readOnly": true
4562
- }
4563
- },
4564
- "lifecycle": {
4565
- "get-state": {
4566
- "method": "GET",
4567
- "path": "/playground/lifecycle/state",
4568
- "readOnly": true
4569
- },
4570
- "list-events": {
4571
- "method": "GET",
4572
- "path": "/playground/lifecycle/events",
4573
- "readOnly": true
4519
+ "path": "/realtime/api-keys/:id",
4520
+ "readOnly": false
4574
4521
  }
4575
4522
  },
4576
- "webhook": {
4577
- "get-last": {
4578
- "method": "GET",
4579
- "path": "/playground/webhooks/last",
4580
- "readOnly": true
4581
- }
4582
- }
4583
- },
4584
- "realtime": {
4585
4523
  "archive": {
4586
4524
  "export": {
4587
4525
  "method": "POST",
@@ -4932,13 +4870,6 @@ var bindings = {
4932
4870
  "readOnly": false
4933
4871
  }
4934
4872
  },
4935
- "public-access": {
4936
- "status": {
4937
- "method": "GET",
4938
- "path": "/realtime/public-access/status",
4939
- "readOnly": true
4940
- }
4941
- },
4942
4873
  "status": {
4943
4874
  "get": {
4944
4875
  "method": "GET",
@@ -5785,10 +5716,6 @@ var bindings = {
5785
5716
  "in": "body",
5786
5717
  "name": "retention"
5787
5718
  },
5788
- {
5789
- "in": "body",
5790
- "name": "hosted"
5791
- },
5792
5719
  {
5793
5720
  "in": "body",
5794
5721
  "name": "mfa"