@lessly/sdk-app 8.0.0 → 8.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 (49) hide show
  1. package/dist/brain/index.cjs +10 -0
  2. package/dist/brain/index.cjs.map +1 -1
  3. package/dist/brain/index.d.cts +10 -2
  4. package/dist/brain/index.d.ts +10 -2
  5. package/dist/brain/index.js +9 -1
  6. package/dist/brain/index.js.map +1 -1
  7. package/dist/{client.gen-t1yMTANn.d.cts → client.gen-Bwk8slzV.d.cts} +110 -257
  8. package/dist/{client.gen-t1yMTANn.d.ts → client.gen-Bwk8slzV.d.ts} +110 -257
  9. package/dist/consent/index.d.cts +1 -1
  10. package/dist/consent/index.d.ts +1 -1
  11. package/dist/deployment/index.d.cts +1 -1
  12. package/dist/deployment/index.d.ts +1 -1
  13. package/dist/index.cjs +40 -119
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.cts +1 -1
  16. package/dist/index.d.ts +1 -1
  17. package/dist/index.js +40 -119
  18. package/dist/index.js.map +1 -1
  19. package/dist/mail/index.d.cts +2 -2
  20. package/dist/mail/index.d.ts +2 -2
  21. package/dist/organization/index.d.cts +1 -1
  22. package/dist/organization/index.d.ts +1 -1
  23. package/dist/tracking/index.d.cts +1 -1
  24. package/dist/tracking/index.d.ts +1 -1
  25. package/dist/waitlist/index.d.cts +1 -1
  26. package/dist/waitlist/index.d.ts +1 -1
  27. package/package.json +2 -12
  28. package/src/gen/bindings.gen.ts +40 -119
  29. package/src/gen/brain/index.ts +1 -1
  30. package/src/gen/brain/queryOptions.gen.ts +14 -0
  31. package/src/gen/client.gen.ts +8 -59
  32. package/src/gen/manifest.gen.ts +1 -1
  33. package/src/gen/types.gen.ts +109 -257
  34. package/dist/analytics/index.cjs +0 -11
  35. package/dist/analytics/index.cjs.map +0 -1
  36. package/dist/analytics/index.d.cts +0 -8
  37. package/dist/analytics/index.d.ts +0 -8
  38. package/dist/analytics/index.js +0 -9
  39. package/dist/analytics/index.js.map +0 -1
  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/analytics/index.ts +0 -3
  47. package/src/gen/analytics/queryOptions.gen.ts +0 -11
  48. package/src/gen/playground/index.ts +0 -3
  49. 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-t1yMTANn.cjs';
1
+ import { G as GeneratedClient } from './client.gen-Bwk8slzV.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-t1yMTANn.js';
1
+ import { G as GeneratedClient } from './client.gen-Bwk8slzV.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.js CHANGED
@@ -114,21 +114,6 @@ function splitToolName(name) {
114
114
 
115
115
  // src/gen/bindings.gen.ts
116
116
  var bindings = {
117
- "analytics": {
118
- "query": {
119
- "run": {
120
- "method": "POST",
121
- "params": [
122
- {
123
- "in": "body",
124
- "name": "q"
125
- }
126
- ],
127
- "path": "/analytics/query",
128
- "readOnly": true
129
- }
130
- }
131
- },
132
117
  "brain": {
133
118
  "backup": {
134
119
  "create": {
@@ -521,6 +506,21 @@ var bindings = {
521
506
  }
522
507
  },
523
508
  "knowledge": {
509
+ "graph": {
510
+ "method": "GET",
511
+ "params": [
512
+ {
513
+ "in": "query",
514
+ "name": "limit"
515
+ },
516
+ {
517
+ "in": "query",
518
+ "name": "scope"
519
+ }
520
+ ],
521
+ "path": "/brain/knowledge/graph",
522
+ "readOnly": true
523
+ },
524
524
  "neighborhood": {
525
525
  "method": "GET",
526
526
  "params": [
@@ -607,6 +607,31 @@ var bindings = {
607
607
  "readOnly": true
608
608
  }
609
609
  },
610
+ "knowledge-entity": {
611
+ "memories": {
612
+ "method": "GET",
613
+ "params": [
614
+ {
615
+ "in": "path",
616
+ "name": "entity_ref"
617
+ },
618
+ {
619
+ "in": "query",
620
+ "name": "limit"
621
+ },
622
+ {
623
+ "in": "query",
624
+ "name": "offset"
625
+ },
626
+ {
627
+ "in": "query",
628
+ "name": "scope"
629
+ }
630
+ ],
631
+ "path": "/brain/knowledge/entities/:entity_ref/memories",
632
+ "readOnly": true
633
+ }
634
+ },
610
635
  "memory": {
611
636
  "add": {
612
637
  "method": "POST",
@@ -4309,110 +4334,6 @@ var bindings = {
4309
4334
  }
4310
4335
  }
4311
4336
  },
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
4337
  "tracking": {
4417
4338
  "api-keys": {
4418
4339
  "create": {