@lessly/sdk-app 9.0.0 → 9.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 (43) 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-D7QDqI8G.d.cts → client.gen-LEUVRZRQ.d.cts} +107 -237
  10. package/dist/{client.gen-D7QDqI8G.d.ts → client.gen-LEUVRZRQ.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/tracking/index.d.cts +1 -1
  26. package/dist/tracking/index.d.ts +1 -1
  27. package/dist/waitlist/index.d.cts +1 -1
  28. package/dist/waitlist/index.d.ts +1 -1
  29. package/package.json +2 -7
  30. package/src/gen/bindings.gen.ts +40 -104
  31. package/src/gen/brain/index.ts +1 -1
  32. package/src/gen/brain/queryOptions.gen.ts +14 -0
  33. package/src/gen/client.gen.ts +8 -52
  34. package/src/gen/manifest.gen.ts +1 -1
  35. package/src/gen/types.gen.ts +106 -240
  36. package/dist/playground/index.cjs +0 -66
  37. package/dist/playground/index.cjs.map +0 -1
  38. package/dist/playground/index.d.cts +0 -52
  39. package/dist/playground/index.d.ts +0 -52
  40. package/dist/playground/index.js +0 -53
  41. package/dist/playground/index.js.map +0 -1
  42. package/src/gen/playground/index.ts +0 -3
  43. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.cjs CHANGED
@@ -523,6 +523,21 @@ var bindings = {
523
523
  }
524
524
  },
525
525
  "knowledge": {
526
+ "graph": {
527
+ "method": "GET",
528
+ "params": [
529
+ {
530
+ "in": "query",
531
+ "name": "limit"
532
+ },
533
+ {
534
+ "in": "query",
535
+ "name": "scope"
536
+ }
537
+ ],
538
+ "path": "/brain/knowledge/graph",
539
+ "readOnly": true
540
+ },
526
541
  "neighborhood": {
527
542
  "method": "GET",
528
543
  "params": [
@@ -609,6 +624,31 @@ var bindings = {
609
624
  "readOnly": true
610
625
  }
611
626
  },
627
+ "knowledge-entity": {
628
+ "memories": {
629
+ "method": "GET",
630
+ "params": [
631
+ {
632
+ "in": "path",
633
+ "name": "entity_ref"
634
+ },
635
+ {
636
+ "in": "query",
637
+ "name": "limit"
638
+ },
639
+ {
640
+ "in": "query",
641
+ "name": "offset"
642
+ },
643
+ {
644
+ "in": "query",
645
+ "name": "scope"
646
+ }
647
+ ],
648
+ "path": "/brain/knowledge/entities/:entity_ref/memories",
649
+ "readOnly": true
650
+ }
651
+ },
612
652
  "memory": {
613
653
  "add": {
614
654
  "method": "POST",
@@ -4311,110 +4351,6 @@ var bindings = {
4311
4351
  }
4312
4352
  }
4313
4353
  },
4314
- "playground": {
4315
- "analytics": {
4316
- "overview": {
4317
- "method": "POST",
4318
- "params": [
4319
- {
4320
- "in": "body",
4321
- "name": "limit"
4322
- }
4323
- ],
4324
- "path": "/playground/analytics/overview",
4325
- "readOnly": true
4326
- }
4327
- },
4328
- "billing": {
4329
- "entitlements": {
4330
- "method": "POST",
4331
- "path": "/playground/billing/entitlements",
4332
- "readOnly": true
4333
- },
4334
- "record-usage": {
4335
- "method": "POST",
4336
- "params": [
4337
- {
4338
- "in": "body",
4339
- "name": "value"
4340
- }
4341
- ],
4342
- "path": "/playground/billing/usage",
4343
- "readOnly": false
4344
- }
4345
- },
4346
- "clickup": {
4347
- "create-task": {
4348
- "method": "POST",
4349
- "params": [
4350
- {
4351
- "in": "body",
4352
- "name": "listId"
4353
- },
4354
- {
4355
- "in": "body",
4356
- "name": "name"
4357
- }
4358
- ],
4359
- "path": "/playground/clickup/tasks",
4360
- "readOnly": false
4361
- },
4362
- "get-last-webhook": {
4363
- "method": "GET",
4364
- "path": "/playground/clickup/webhooks/last",
4365
- "readOnly": true
4366
- },
4367
- "get-overview": {
4368
- "method": "GET",
4369
- "path": "/playground/clickup/overview",
4370
- "readOnly": true
4371
- }
4372
- },
4373
- "gdrive": {
4374
- "get-last-change": {
4375
- "method": "GET",
4376
- "path": "/playground/gdrive/changes/last",
4377
- "readOnly": true
4378
- },
4379
- "read-file": {
4380
- "method": "POST",
4381
- "params": [
4382
- {
4383
- "in": "body",
4384
- "name": "fileId"
4385
- }
4386
- ],
4387
- "path": "/playground/gdrive/file",
4388
- "readOnly": true
4389
- }
4390
- },
4391
- "googleads": {
4392
- "read-customer": {
4393
- "method": "POST",
4394
- "path": "/playground/googleads/customer",
4395
- "readOnly": true
4396
- }
4397
- },
4398
- "lifecycle": {
4399
- "get-state": {
4400
- "method": "GET",
4401
- "path": "/playground/lifecycle/state",
4402
- "readOnly": true
4403
- },
4404
- "list-events": {
4405
- "method": "GET",
4406
- "path": "/playground/lifecycle/events",
4407
- "readOnly": true
4408
- }
4409
- },
4410
- "webhook": {
4411
- "get-last": {
4412
- "method": "GET",
4413
- "path": "/playground/webhooks/last",
4414
- "readOnly": true
4415
- }
4416
- }
4417
- },
4418
4354
  "tracking": {
4419
4355
  "api-keys": {
4420
4356
  "create": {