@lessly/sdk-app 13.0.0 → 14.1.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 (51) 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 +15 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +14 -2
  6. package/dist/brain/index.d.ts +14 -2
  7. package/dist/brain/index.js +13 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BnXpkn0p.d.cts → client.gen-BNghb8IL.d.cts} +209 -306
  10. package/dist/{client.gen-BnXpkn0p.d.ts → client.gen-BNghb8IL.d.ts} +209 -306
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.cjs +0 -5
  14. package/dist/deployment/index.cjs.map +1 -1
  15. package/dist/deployment/index.d.cts +2 -6
  16. package/dist/deployment/index.d.ts +2 -6
  17. package/dist/deployment/index.js +1 -5
  18. package/dist/deployment/index.js.map +1 -1
  19. package/dist/index.cjs +53 -123
  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 +53 -123
  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/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/waitlist/index.d.cts +1 -1
  34. package/dist/waitlist/index.d.ts +1 -1
  35. package/package.json +2 -7
  36. package/src/gen/bindings.gen.ts +53 -123
  37. package/src/gen/brain/index.ts +1 -1
  38. package/src/gen/brain/queryOptions.gen.ts +21 -0
  39. package/src/gen/client.gen.ts +13 -55
  40. package/src/gen/deployment/index.ts +1 -1
  41. package/src/gen/deployment/queryOptions.gen.ts +0 -6
  42. package/src/gen/manifest.gen.ts +1 -1
  43. package/src/gen/types.gen.ts +207 -310
  44. package/dist/playground/index.cjs +0 -66
  45. package/dist/playground/index.cjs.map +0 -1
  46. package/dist/playground/index.d.cts +0 -52
  47. package/dist/playground/index.d.ts +0 -52
  48. package/dist/playground/index.js +0 -53
  49. package/dist/playground/index.js.map +0 -1
  50. package/src/gen/playground/index.ts +0 -3
  51. 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-BnXpkn0p.cjs';
1
+ import { G as GeneratedClient } from './client.gen-BNghb8IL.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-BnXpkn0p.js';
1
+ import { G as GeneratedClient } from './client.gen-BNghb8IL.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -521,6 +521,21 @@ var bindings = {
521
521
  }
522
522
  },
523
523
  "knowledge": {
524
+ "graph": {
525
+ "method": "GET",
526
+ "params": [
527
+ {
528
+ "in": "query",
529
+ "name": "limit"
530
+ },
531
+ {
532
+ "in": "query",
533
+ "name": "scope"
534
+ }
535
+ ],
536
+ "path": "/brain/knowledge/graph",
537
+ "readOnly": true
538
+ },
524
539
  "neighborhood": {
525
540
  "method": "GET",
526
541
  "params": [
@@ -607,6 +622,31 @@ var bindings = {
607
622
  "readOnly": true
608
623
  }
609
624
  },
625
+ "knowledge-entity": {
626
+ "memories": {
627
+ "method": "GET",
628
+ "params": [
629
+ {
630
+ "in": "path",
631
+ "name": "entity_ref"
632
+ },
633
+ {
634
+ "in": "query",
635
+ "name": "limit"
636
+ },
637
+ {
638
+ "in": "query",
639
+ "name": "offset"
640
+ },
641
+ {
642
+ "in": "query",
643
+ "name": "scope"
644
+ }
645
+ ],
646
+ "path": "/brain/knowledge/entities/:entity_ref/memories",
647
+ "readOnly": true
648
+ }
649
+ },
610
650
  "memory": {
611
651
  "add": {
612
652
  "method": "POST",
@@ -755,6 +795,19 @@ var bindings = {
755
795
  "path": "/brain/restores/:restoreId",
756
796
  "readOnly": true
757
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
+ }
758
811
  }
759
812
  },
760
813
  "consent": {
@@ -2337,14 +2390,6 @@ var bindings = {
2337
2390
  "in": "body",
2338
2391
  "name": "resources"
2339
2392
  },
2340
- {
2341
- "in": "body",
2342
- "name": "scaleToZero"
2343
- },
2344
- {
2345
- "in": "body",
2346
- "name": "idleMinutes"
2347
- },
2348
2393
  {
2349
2394
  "in": "path",
2350
2395
  "name": "id"
@@ -2352,17 +2397,6 @@ var bindings = {
2352
2397
  ],
2353
2398
  "path": "/deployment/services/:id",
2354
2399
  "readOnly": false
2355
- },
2356
- "wake": {
2357
- "method": "POST",
2358
- "params": [
2359
- {
2360
- "in": "path",
2361
- "name": "id"
2362
- }
2363
- ],
2364
- "path": "/deployment/services/:id/wake",
2365
- "readOnly": false
2366
2400
  }
2367
2401
  },
2368
2402
  "ssh": {
@@ -4328,110 +4362,6 @@ var bindings = {
4328
4362
  }
4329
4363
  }
4330
4364
  },
4331
- "playground": {
4332
- "analytics": {
4333
- "overview": {
4334
- "method": "POST",
4335
- "params": [
4336
- {
4337
- "in": "body",
4338
- "name": "limit"
4339
- }
4340
- ],
4341
- "path": "/playground/analytics/overview",
4342
- "readOnly": true
4343
- }
4344
- },
4345
- "billing": {
4346
- "entitlements": {
4347
- "method": "POST",
4348
- "path": "/playground/billing/entitlements",
4349
- "readOnly": true
4350
- },
4351
- "record-usage": {
4352
- "method": "POST",
4353
- "params": [
4354
- {
4355
- "in": "body",
4356
- "name": "value"
4357
- }
4358
- ],
4359
- "path": "/playground/billing/usage",
4360
- "readOnly": false
4361
- }
4362
- },
4363
- "clickup": {
4364
- "create-task": {
4365
- "method": "POST",
4366
- "params": [
4367
- {
4368
- "in": "body",
4369
- "name": "listId"
4370
- },
4371
- {
4372
- "in": "body",
4373
- "name": "name"
4374
- }
4375
- ],
4376
- "path": "/playground/clickup/tasks",
4377
- "readOnly": false
4378
- },
4379
- "get-last-webhook": {
4380
- "method": "GET",
4381
- "path": "/playground/clickup/webhooks/last",
4382
- "readOnly": true
4383
- },
4384
- "get-overview": {
4385
- "method": "GET",
4386
- "path": "/playground/clickup/overview",
4387
- "readOnly": true
4388
- }
4389
- },
4390
- "gdrive": {
4391
- "get-last-change": {
4392
- "method": "GET",
4393
- "path": "/playground/gdrive/changes/last",
4394
- "readOnly": true
4395
- },
4396
- "read-file": {
4397
- "method": "POST",
4398
- "params": [
4399
- {
4400
- "in": "body",
4401
- "name": "fileId"
4402
- }
4403
- ],
4404
- "path": "/playground/gdrive/file",
4405
- "readOnly": true
4406
- }
4407
- },
4408
- "googleads": {
4409
- "read-customer": {
4410
- "method": "POST",
4411
- "path": "/playground/googleads/customer",
4412
- "readOnly": true
4413
- }
4414
- },
4415
- "lifecycle": {
4416
- "get-state": {
4417
- "method": "GET",
4418
- "path": "/playground/lifecycle/state",
4419
- "readOnly": true
4420
- },
4421
- "list-events": {
4422
- "method": "GET",
4423
- "path": "/playground/lifecycle/events",
4424
- "readOnly": true
4425
- }
4426
- },
4427
- "webhook": {
4428
- "get-last": {
4429
- "method": "GET",
4430
- "path": "/playground/webhooks/last",
4431
- "readOnly": true
4432
- }
4433
- }
4434
- },
4435
4365
  "realtime": {
4436
4366
  "archive": {
4437
4367
  "export": {