@lessly/sdk-app 17.1.0 → 17.2.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 (47) 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-BhAPseKn.d.cts → client.gen-C3-OM0XA.d.cts} +98 -222
  10. package/dist/{client.gen-BhAPseKn.d.ts → client.gen-C3-OM0XA.d.ts} +98 -222
  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 +13 -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 +13 -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.d.cts +1 -1
  24. package/dist/organization/index.d.ts +1 -1
  25. package/dist/realtime/index.d.cts +1 -1
  26. package/dist/realtime/index.d.ts +1 -1
  27. package/dist/tracking/index.d.cts +1 -1
  28. package/dist/tracking/index.d.ts +1 -1
  29. package/dist/users/index.d.cts +1 -1
  30. package/dist/users/index.d.ts +1 -1
  31. package/dist/waitlist/index.d.cts +1 -1
  32. package/dist/waitlist/index.d.ts +1 -1
  33. package/package.json +2 -7
  34. package/src/gen/bindings.gen.ts +13 -104
  35. package/src/gen/brain/index.ts +1 -1
  36. package/src/gen/brain/queryOptions.gen.ts +7 -0
  37. package/src/gen/client.gen.ts +5 -52
  38. package/src/gen/manifest.gen.ts +1 -1
  39. package/src/gen/types.gen.ts +96 -225
  40. package/dist/playground/index.cjs +0 -66
  41. package/dist/playground/index.cjs.map +0 -1
  42. package/dist/playground/index.d.cts +0 -52
  43. package/dist/playground/index.d.ts +0 -52
  44. package/dist/playground/index.js +0 -53
  45. package/dist/playground/index.js.map +0 -1
  46. package/src/gen/playground/index.ts +0 -3
  47. 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-BhAPseKn.cjs';
1
+ import { G as GeneratedClient } from './client.gen-C3-OM0XA.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-BhAPseKn.js';
1
+ import { G as GeneratedClient } from './client.gen-C3-OM0XA.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": {
@@ -4428,110 +4441,6 @@ var bindings = {
4428
4441
  }
4429
4442
  }
4430
4443
  },
4431
- "playground": {
4432
- "analytics": {
4433
- "overview": {
4434
- "method": "POST",
4435
- "params": [
4436
- {
4437
- "in": "body",
4438
- "name": "limit"
4439
- }
4440
- ],
4441
- "path": "/playground/analytics/overview",
4442
- "readOnly": true
4443
- }
4444
- },
4445
- "billing": {
4446
- "entitlements": {
4447
- "method": "POST",
4448
- "path": "/playground/billing/entitlements",
4449
- "readOnly": true
4450
- },
4451
- "record-usage": {
4452
- "method": "POST",
4453
- "params": [
4454
- {
4455
- "in": "body",
4456
- "name": "value"
4457
- }
4458
- ],
4459
- "path": "/playground/billing/usage",
4460
- "readOnly": false
4461
- }
4462
- },
4463
- "clickup": {
4464
- "create-task": {
4465
- "method": "POST",
4466
- "params": [
4467
- {
4468
- "in": "body",
4469
- "name": "listId"
4470
- },
4471
- {
4472
- "in": "body",
4473
- "name": "name"
4474
- }
4475
- ],
4476
- "path": "/playground/clickup/tasks",
4477
- "readOnly": false
4478
- },
4479
- "get-last-webhook": {
4480
- "method": "GET",
4481
- "path": "/playground/clickup/webhooks/last",
4482
- "readOnly": true
4483
- },
4484
- "get-overview": {
4485
- "method": "GET",
4486
- "path": "/playground/clickup/overview",
4487
- "readOnly": true
4488
- }
4489
- },
4490
- "gdrive": {
4491
- "get-last-change": {
4492
- "method": "GET",
4493
- "path": "/playground/gdrive/changes/last",
4494
- "readOnly": true
4495
- },
4496
- "read-file": {
4497
- "method": "POST",
4498
- "params": [
4499
- {
4500
- "in": "body",
4501
- "name": "fileId"
4502
- }
4503
- ],
4504
- "path": "/playground/gdrive/file",
4505
- "readOnly": true
4506
- }
4507
- },
4508
- "googleads": {
4509
- "read-customer": {
4510
- "method": "POST",
4511
- "path": "/playground/googleads/customer",
4512
- "readOnly": true
4513
- }
4514
- },
4515
- "lifecycle": {
4516
- "get-state": {
4517
- "method": "GET",
4518
- "path": "/playground/lifecycle/state",
4519
- "readOnly": true
4520
- },
4521
- "list-events": {
4522
- "method": "GET",
4523
- "path": "/playground/lifecycle/events",
4524
- "readOnly": true
4525
- }
4526
- },
4527
- "webhook": {
4528
- "get-last": {
4529
- "method": "GET",
4530
- "path": "/playground/webhooks/last",
4531
- "readOnly": true
4532
- }
4533
- }
4534
- },
4535
4444
  "realtime": {
4536
4445
  "apikey": {
4537
4446
  "create": {