@lessly/sdk-app 12.0.0 → 12.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 (45) 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 +10 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +10 -2
  6. package/dist/brain/index.d.ts +10 -2
  7. package/dist/brain/index.js +9 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-CV5cWZ6q.d.cts → client.gen-CUGiXN_3.d.cts} +107 -237
  10. package/dist/{client.gen-CV5cWZ6q.d.ts → client.gen-CUGiXN_3.d.ts} +107 -237
  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 +40 -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 +40 -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/waitlist/index.d.cts +1 -1
  30. package/dist/waitlist/index.d.ts +1 -1
  31. package/package.json +2 -7
  32. package/src/gen/bindings.gen.ts +40 -104
  33. package/src/gen/brain/index.ts +1 -1
  34. package/src/gen/brain/queryOptions.gen.ts +14 -0
  35. package/src/gen/client.gen.ts +8 -52
  36. package/src/gen/manifest.gen.ts +1 -1
  37. package/src/gen/types.gen.ts +106 -240
  38. package/dist/playground/index.cjs +0 -66
  39. package/dist/playground/index.cjs.map +0 -1
  40. package/dist/playground/index.d.cts +0 -52
  41. package/dist/playground/index.d.ts +0 -52
  42. package/dist/playground/index.js +0 -53
  43. package/dist/playground/index.js.map +0 -1
  44. package/src/gen/playground/index.ts +0 -3
  45. 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-CV5cWZ6q.cjs';
1
+ import { G as GeneratedClient } from './client.gen-CUGiXN_3.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-CV5cWZ6q.js';
1
+ import { G as GeneratedClient } from './client.gen-CUGiXN_3.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",
@@ -4309,110 +4349,6 @@ var bindings = {
4309
4349
  }
4310
4350
  }
4311
4351
  },
4312
- "playground": {
4313
- "analytics": {
4314
- "overview": {
4315
- "method": "POST",
4316
- "params": [
4317
- {
4318
- "in": "body",
4319
- "name": "limit"
4320
- }
4321
- ],
4322
- "path": "/playground/analytics/overview",
4323
- "readOnly": true
4324
- }
4325
- },
4326
- "billing": {
4327
- "entitlements": {
4328
- "method": "POST",
4329
- "path": "/playground/billing/entitlements",
4330
- "readOnly": true
4331
- },
4332
- "record-usage": {
4333
- "method": "POST",
4334
- "params": [
4335
- {
4336
- "in": "body",
4337
- "name": "value"
4338
- }
4339
- ],
4340
- "path": "/playground/billing/usage",
4341
- "readOnly": false
4342
- }
4343
- },
4344
- "clickup": {
4345
- "create-task": {
4346
- "method": "POST",
4347
- "params": [
4348
- {
4349
- "in": "body",
4350
- "name": "listId"
4351
- },
4352
- {
4353
- "in": "body",
4354
- "name": "name"
4355
- }
4356
- ],
4357
- "path": "/playground/clickup/tasks",
4358
- "readOnly": false
4359
- },
4360
- "get-last-webhook": {
4361
- "method": "GET",
4362
- "path": "/playground/clickup/webhooks/last",
4363
- "readOnly": true
4364
- },
4365
- "get-overview": {
4366
- "method": "GET",
4367
- "path": "/playground/clickup/overview",
4368
- "readOnly": true
4369
- }
4370
- },
4371
- "gdrive": {
4372
- "get-last-change": {
4373
- "method": "GET",
4374
- "path": "/playground/gdrive/changes/last",
4375
- "readOnly": true
4376
- },
4377
- "read-file": {
4378
- "method": "POST",
4379
- "params": [
4380
- {
4381
- "in": "body",
4382
- "name": "fileId"
4383
- }
4384
- ],
4385
- "path": "/playground/gdrive/file",
4386
- "readOnly": true
4387
- }
4388
- },
4389
- "googleads": {
4390
- "read-customer": {
4391
- "method": "POST",
4392
- "path": "/playground/googleads/customer",
4393
- "readOnly": true
4394
- }
4395
- },
4396
- "lifecycle": {
4397
- "get-state": {
4398
- "method": "GET",
4399
- "path": "/playground/lifecycle/state",
4400
- "readOnly": true
4401
- },
4402
- "list-events": {
4403
- "method": "GET",
4404
- "path": "/playground/lifecycle/events",
4405
- "readOnly": true
4406
- }
4407
- },
4408
- "webhook": {
4409
- "get-last": {
4410
- "method": "GET",
4411
- "path": "/playground/webhooks/last",
4412
- "readOnly": true
4413
- }
4414
- }
4415
- },
4416
4352
  "realtime": {
4417
4353
  "archive": {
4418
4354
  "export": {