@lessly/sdk-app 11.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 (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 +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-BfMz1akk.d.cts → client.gen-CUGiXN_3.d.cts} +204 -221
  10. package/dist/{client.gen-BfMz1akk.d.ts → client.gen-CUGiXN_3.d.ts} +204 -221
  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 +76 -79
  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 +76 -79
  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.cjs +15 -0
  26. package/dist/realtime/index.cjs.map +1 -1
  27. package/dist/realtime/index.d.cts +14 -2
  28. package/dist/realtime/index.d.ts +14 -2
  29. package/dist/realtime/index.js +13 -1
  30. package/dist/realtime/index.js.map +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 +76 -79
  37. package/src/gen/brain/index.ts +1 -1
  38. package/src/gen/brain/queryOptions.gen.ts +14 -0
  39. package/src/gen/client.gen.ts +20 -51
  40. package/src/gen/manifest.gen.ts +1 -1
  41. package/src/gen/realtime/index.ts +1 -1
  42. package/src/gen/realtime/queryOptions.gen.ts +20 -0
  43. package/src/gen/types.gen.ts +194 -216
  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-BfMz1akk.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-BfMz1akk.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,111 +4349,60 @@ var bindings = {
4309
4349
  }
4310
4350
  }
4311
4351
  },
4312
- "playground": {
4313
- "analytics": {
4314
- "overview": {
4352
+ "realtime": {
4353
+ "archive": {
4354
+ "export": {
4315
4355
  "method": "POST",
4316
4356
  "params": [
4317
4357
  {
4318
4358
  "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": [
4359
+ "name": "channel"
4360
+ },
4335
4361
  {
4336
4362
  "in": "body",
4337
- "name": "value"
4363
+ "name": "from_ts"
4364
+ },
4365
+ {
4366
+ "in": "body",
4367
+ "name": "to_ts"
4338
4368
  }
4339
4369
  ],
4340
- "path": "/playground/billing/usage",
4370
+ "path": "/realtime/archive/exports",
4341
4371
  "readOnly": false
4342
- }
4343
- },
4344
- "clickup": {
4345
- "create-task": {
4346
- "method": "POST",
4372
+ },
4373
+ "get": {
4374
+ "method": "GET",
4347
4375
  "params": [
4348
4376
  {
4349
- "in": "body",
4350
- "name": "listId"
4377
+ "in": "query",
4378
+ "name": "channel"
4351
4379
  },
4352
4380
  {
4353
- "in": "body",
4354
- "name": "name"
4381
+ "in": "query",
4382
+ "name": "after_offset"
4383
+ },
4384
+ {
4385
+ "in": "query",
4386
+ "name": "limit"
4355
4387
  }
4356
4388
  ],
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",
4389
+ "path": "/realtime/archive",
4368
4390
  "readOnly": true
4369
4391
  }
4370
4392
  },
4371
- "gdrive": {
4372
- "get-last-change": {
4393
+ "archive-export": {
4394
+ "status": {
4373
4395
  "method": "GET",
4374
- "path": "/playground/gdrive/changes/last",
4375
- "readOnly": true
4376
- },
4377
- "read-file": {
4378
- "method": "POST",
4379
4396
  "params": [
4380
4397
  {
4381
- "in": "body",
4382
- "name": "fileId"
4398
+ "in": "path",
4399
+ "name": "export_id"
4383
4400
  }
4384
4401
  ],
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",
4402
+ "path": "/realtime/archive/exports/:export_id",
4405
4403
  "readOnly": true
4406
4404
  }
4407
4405
  },
4408
- "webhook": {
4409
- "get-last": {
4410
- "method": "GET",
4411
- "path": "/playground/webhooks/last",
4412
- "readOnly": true
4413
- }
4414
- }
4415
- },
4416
- "realtime": {
4417
4406
  "grant": {
4418
4407
  "create": {
4419
4408
  "method": "POST",
@@ -4542,6 +4531,10 @@ var bindings = {
4542
4531
  {
4543
4532
  "in": "body",
4544
4533
  "name": "subscribeProxyUrl"
4534
+ },
4535
+ {
4536
+ "in": "body",
4537
+ "name": "archive"
4545
4538
  }
4546
4539
  ],
4547
4540
  "path": "/realtime/namespaces",
@@ -4612,6 +4605,10 @@ var bindings = {
4612
4605
  {
4613
4606
  "in": "body",
4614
4607
  "name": "subscribeProxyUrl"
4608
+ },
4609
+ {
4610
+ "in": "body",
4611
+ "name": "archive"
4615
4612
  }
4616
4613
  ],
4617
4614
  "path": "/realtime/namespaces/:name",