@empathyco/x-components 6.3.0 → 6.3.2

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 (31) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/docs/API-reference/api/x-adapter-platform.md +0 -189
  3. package/docs/API-reference/api/x-types.xcomponentsadapter.md +0 -51
  4. package/package.json +11 -11
  5. package/report/x-adapter-platform.api.json +117 -1078
  6. package/report/x-types.api.json +0 -150
  7. package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +0 -13
  8. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +0 -13
  9. package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +0 -13
  10. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +0 -13
  11. package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +0 -13
  12. package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +0 -13
  13. package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +0 -15
  14. package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +0 -13
  15. package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +0 -13
  16. package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +0 -13
  17. package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +0 -13
  18. package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +0 -13
  19. package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +0 -13
  20. package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +0 -11
  21. package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +0 -11
  22. package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +0 -11
  23. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +0 -16
  24. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +0 -56
  25. package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +0 -15
  26. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +0 -56
  27. package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +0 -11
  28. package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +0 -15
  29. package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +0 -11
  30. package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +0 -11
  31. package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +0 -11
@@ -190,662 +190,12 @@
190
190
  "members": [
191
191
  {
192
192
  "kind": "Variable",
193
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsEndpointAdapter:var",
194
- "docComment": "/**\n * Default adapter for the questions v1 endpoint.\n *\n * @public\n */\n",
195
- "excerptTokens": [
196
- {
197
- "kind": "Content",
198
- "text": "aiQuestionsEndpointAdapter: "
199
- },
200
- {
201
- "kind": "Content",
202
- "text": "import(\"@empathyco/x-adapter\")."
203
- },
204
- {
205
- "kind": "Reference",
206
- "text": "ExtendableEndpointAdapter",
207
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
208
- },
209
- {
210
- "kind": "Content",
211
- "text": "<"
212
- },
213
- {
214
- "kind": "Reference",
215
- "text": "AiQuestionsRequest",
216
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
217
- },
218
- {
219
- "kind": "Content",
220
- "text": ", "
221
- },
222
- {
223
- "kind": "Reference",
224
- "text": "AiQuestionsResponse",
225
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
226
- },
227
- {
228
- "kind": "Content",
229
- "text": ">"
230
- }
231
- ],
232
- "fileUrlPath": "dist/types/endpoint-adapters/ai/questions.endpoint-adapter.d.ts",
233
- "isReadonly": true,
234
- "releaseTag": "Public",
235
- "name": "aiQuestionsEndpointAdapter",
236
- "variableTypeTokenRange": {
237
- "startIndex": 1,
238
- "endIndex": 8
239
- }
240
- },
241
- {
242
- "kind": "Variable",
243
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsRequestMapper:var",
244
- "docComment": "/**\n * Default implementation for the AIQuestionsRequestMapper.\n *\n * @public\n */\n",
245
- "excerptTokens": [
246
- {
247
- "kind": "Content",
248
- "text": "aiQuestionsRequestMapper: "
249
- },
250
- {
251
- "kind": "Content",
252
- "text": "import(\"@empathyco/x-adapter\")."
253
- },
254
- {
255
- "kind": "Reference",
256
- "text": "Mapper",
257
- "canonicalReference": "@empathyco/x-adapter!Mapper:type"
258
- },
259
- {
260
- "kind": "Content",
261
- "text": "<"
262
- },
263
- {
264
- "kind": "Reference",
265
- "text": "AiQuestionsRequest",
266
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
267
- },
268
- {
269
- "kind": "Content",
270
- "text": ", "
271
- },
272
- {
273
- "kind": "Reference",
274
- "text": "PlatformAiQuestionsRequest",
275
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface"
276
- },
277
- {
278
- "kind": "Content",
279
- "text": ">"
280
- }
281
- ],
282
- "fileUrlPath": "dist/types/mappers/requests/ai/questions-request.mapper.d.ts",
283
- "isReadonly": true,
284
- "releaseTag": "Public",
285
- "name": "aiQuestionsRequestMapper",
286
- "variableTypeTokenRange": {
287
- "startIndex": 1,
288
- "endIndex": 8
289
- }
290
- },
291
- {
292
- "kind": "Variable",
293
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsRequestSchema:var",
294
- "docComment": "/**\n * Default implementation for the AiQuestionsRequestSchema.\n *\n * @public\n */\n",
295
- "excerptTokens": [
296
- {
297
- "kind": "Content",
298
- "text": "aiQuestionsRequestSchema: "
299
- },
300
- {
301
- "kind": "Content",
302
- "text": "import(\"@empathyco/x-adapter\")."
303
- },
304
- {
305
- "kind": "Reference",
306
- "text": "MutableSchema",
307
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
308
- },
309
- {
310
- "kind": "Content",
311
- "text": "<"
312
- },
313
- {
314
- "kind": "Reference",
315
- "text": "AiQuestionsRequest",
316
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
317
- },
318
- {
319
- "kind": "Content",
320
- "text": ", "
321
- },
322
- {
323
- "kind": "Reference",
324
- "text": "PlatformAiQuestionsRequest",
325
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface"
326
- },
327
- {
328
- "kind": "Content",
329
- "text": ">"
330
- }
331
- ],
332
- "fileUrlPath": "dist/types/schemas/requests/ai/questions-request.schema.d.ts",
333
- "isReadonly": true,
334
- "releaseTag": "Public",
335
- "name": "aiQuestionsRequestSchema",
336
- "variableTypeTokenRange": {
337
- "startIndex": 1,
338
- "endIndex": 8
339
- }
340
- },
341
- {
342
- "kind": "Variable",
343
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsResponseMapper:var",
344
- "docComment": "/**\n * Default implementation for the AiQuestionsResponseMapper.\n *\n * @public\n */\n",
345
- "excerptTokens": [
346
- {
347
- "kind": "Content",
348
- "text": "aiQuestionsResponseMapper: "
349
- },
350
- {
351
- "kind": "Content",
352
- "text": "import(\"@empathyco/x-adapter\")."
353
- },
354
- {
355
- "kind": "Reference",
356
- "text": "Mapper",
357
- "canonicalReference": "@empathyco/x-adapter!Mapper:type"
358
- },
359
- {
360
- "kind": "Content",
361
- "text": "<"
362
- },
363
- {
364
- "kind": "Reference",
365
- "text": "PlatformAiQuestionsResponse",
366
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
367
- },
368
- {
369
- "kind": "Content",
370
- "text": ", "
371
- },
372
- {
373
- "kind": "Reference",
374
- "text": "AiQuestionsResponse",
375
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
376
- },
377
- {
378
- "kind": "Content",
379
- "text": ">"
380
- }
381
- ],
382
- "fileUrlPath": "dist/types/mappers/responses/ai/questions-response.mapper.d.ts",
383
- "isReadonly": true,
384
- "releaseTag": "Public",
385
- "name": "aiQuestionsResponseMapper",
386
- "variableTypeTokenRange": {
387
- "startIndex": 1,
388
- "endIndex": 8
389
- }
390
- },
391
- {
392
- "kind": "Variable",
393
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsResponseSchema:var",
394
- "docComment": "/**\n * Default implementation for the AIQuestionsResponseSchema.\n *\n * @public\n */\n",
395
- "excerptTokens": [
396
- {
397
- "kind": "Content",
398
- "text": "aiQuestionsResponseSchema: "
399
- },
400
- {
401
- "kind": "Content",
402
- "text": "import(\"@empathyco/x-adapter\")."
403
- },
404
- {
405
- "kind": "Reference",
406
- "text": "MutableSchema",
407
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
408
- },
409
- {
410
- "kind": "Content",
411
- "text": "<"
412
- },
413
- {
414
- "kind": "Reference",
415
- "text": "PlatformAiQuestionsResponse",
416
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
417
- },
418
- {
419
- "kind": "Content",
420
- "text": ", "
421
- },
422
- {
423
- "kind": "Reference",
424
- "text": "AiQuestionsResponse",
425
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
426
- },
427
- {
428
- "kind": "Content",
429
- "text": ">"
430
- }
431
- ],
432
- "fileUrlPath": "dist/types/schemas/responses/ai/questions-response.schema.d.ts",
433
- "isReadonly": true,
434
- "releaseTag": "Public",
435
- "name": "aiQuestionsResponseSchema",
436
- "variableTypeTokenRange": {
437
- "startIndex": 1,
438
- "endIndex": 8
439
- }
440
- },
441
- {
442
- "kind": "Variable",
443
- "canonicalReference": "@empathyco/x-adapter-platform!aiQuestionsSchema:var",
444
- "docComment": "/**\n * Default implementation for the AIQuestionsSchema.\n *\n * @public\n */\n",
445
- "excerptTokens": [
446
- {
447
- "kind": "Content",
448
- "text": "aiQuestionsSchema: "
449
- },
450
- {
451
- "kind": "Content",
452
- "text": "import(\"@empathyco/x-adapter\")."
453
- },
454
- {
455
- "kind": "Reference",
456
- "text": "MutableSchema",
457
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
458
- },
459
- {
460
- "kind": "Content",
461
- "text": "<"
462
- },
463
- {
464
- "kind": "Reference",
465
- "text": "PlatformAiQuestionsResponse",
466
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface"
467
- },
468
- {
469
- "kind": "Content",
470
- "text": ", "
471
- },
472
- {
473
- "kind": "Reference",
474
- "text": "AiQuestionsResponse",
475
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
476
- },
477
- {
478
- "kind": "Content",
479
- "text": ">"
480
- }
481
- ],
482
- "fileUrlPath": "dist/types/schemas/models/ai/questions.schema.d.ts",
483
- "isReadonly": true,
484
- "releaseTag": "Public",
485
- "name": "aiQuestionsSchema",
486
- "variableTypeTokenRange": {
487
- "startIndex": 1,
488
- "endIndex": 8
489
- }
490
- },
491
- {
492
- "kind": "Variable",
493
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionSearchSchema:var",
494
- "docComment": "/**\n * Default implementation for the AiSuggestionSearchSchema.\n *\n * @public\n */\n",
495
- "excerptTokens": [
496
- {
497
- "kind": "Content",
498
- "text": "aiSuggestionSearchSchema: "
499
- },
500
- {
501
- "kind": "Content",
502
- "text": "import(\"@empathyco/x-adapter\")."
503
- },
504
- {
505
- "kind": "Reference",
506
- "text": "MutableSchema",
507
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
508
- },
509
- {
510
- "kind": "Content",
511
- "text": "<"
512
- },
513
- {
514
- "kind": "Reference",
515
- "text": "PlatformAiSuggestionSearch",
516
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface"
517
- },
518
- {
519
- "kind": "Content",
520
- "text": ", "
521
- },
522
- {
523
- "kind": "Reference",
524
- "text": "AiSuggestionSearch",
525
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionSearch:interface"
526
- },
527
- {
528
- "kind": "Content",
529
- "text": ">"
530
- }
531
- ],
532
- "fileUrlPath": "dist/types/schemas/models/ai/suggestion-search.schema.d.ts",
533
- "isReadonly": true,
534
- "releaseTag": "Public",
535
- "name": "aiSuggestionSearchSchema",
536
- "variableTypeTokenRange": {
537
- "startIndex": 1,
538
- "endIndex": 8
539
- }
540
- },
541
- {
542
- "kind": "Variable",
543
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsEndpointAdapter:var",
544
- "docComment": "/**\n * Default adapter for the Overview suggestions v1 endpoint.\n *\n * @public\n */\n",
545
- "excerptTokens": [
546
- {
547
- "kind": "Content",
548
- "text": "aiSuggestionsEndpointAdapter: "
549
- },
550
- {
551
- "kind": "Content",
552
- "text": "import(\"@empathyco/x-adapter\")."
553
- },
554
- {
555
- "kind": "Reference",
556
- "text": "ExtendableEndpointAdapter",
557
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
558
- },
559
- {
560
- "kind": "Content",
561
- "text": "<"
562
- },
563
- {
564
- "kind": "Reference",
565
- "text": "AiSuggestionsRequest",
566
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
567
- },
568
- {
569
- "kind": "Content",
570
- "text": ", "
571
- },
572
- {
573
- "kind": "Reference",
574
- "text": "Response",
575
- "canonicalReference": "!Response:interface"
576
- },
577
- {
578
- "kind": "Content",
579
- "text": ">"
580
- }
581
- ],
582
- "fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions.endpoint-adapter.d.ts",
583
- "isReadonly": true,
584
- "releaseTag": "Public",
585
- "name": "aiSuggestionsEndpointAdapter",
586
- "variableTypeTokenRange": {
587
- "startIndex": 1,
588
- "endIndex": 8
589
- }
590
- },
591
- {
592
- "kind": "Variable",
593
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsRequestMapper:var",
594
- "docComment": "/**\n * Default implementation for the aiSuggestionsRequestMapper.\n *\n * @public\n */\n",
595
- "excerptTokens": [
596
- {
597
- "kind": "Content",
598
- "text": "aiSuggestionsRequestMapper: "
599
- },
600
- {
601
- "kind": "Content",
602
- "text": "import(\"@empathyco/x-adapter\")."
603
- },
604
- {
605
- "kind": "Reference",
606
- "text": "Mapper",
607
- "canonicalReference": "@empathyco/x-adapter!Mapper:type"
608
- },
609
- {
610
- "kind": "Content",
611
- "text": "<"
612
- },
613
- {
614
- "kind": "Reference",
615
- "text": "AiSuggestionsRequest",
616
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
617
- },
618
- {
619
- "kind": "Content",
620
- "text": ", "
621
- },
622
- {
623
- "kind": "Reference",
624
- "text": "PlatformAiSuggestionsRequest",
625
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsRequest:interface"
626
- },
627
- {
628
- "kind": "Content",
629
- "text": ">"
630
- }
631
- ],
632
- "fileUrlPath": "dist/types/mappers/requests/ai/suggestions-request.mapper.d.ts",
633
- "isReadonly": true,
634
- "releaseTag": "Public",
635
- "name": "aiSuggestionsRequestMapper",
636
- "variableTypeTokenRange": {
637
- "startIndex": 1,
638
- "endIndex": 8
639
- }
640
- },
641
- {
642
- "kind": "Variable",
643
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchEndpointAdapter:var",
644
- "docComment": "/**\n * Default adapter for the ai suggestions search endpoint.\n *\n * @public\n */\n",
645
- "excerptTokens": [
646
- {
647
- "kind": "Content",
648
- "text": "aiSuggestionsSearchEndpointAdapter: "
649
- },
650
- {
651
- "kind": "Content",
652
- "text": "import(\"@empathyco/x-adapter\")."
653
- },
654
- {
655
- "kind": "Reference",
656
- "text": "ExtendableEndpointAdapter",
657
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
658
- },
659
- {
660
- "kind": "Content",
661
- "text": "<"
662
- },
663
- {
664
- "kind": "Reference",
665
- "text": "AiSuggestionsSearchRequest",
666
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
667
- },
668
- {
669
- "kind": "Content",
670
- "text": ", "
671
- },
672
- {
673
- "kind": "Reference",
674
- "text": "AiSuggestionsSearchResponse",
675
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
676
- },
677
- {
678
- "kind": "Content",
679
- "text": ">"
680
- }
681
- ],
682
- "fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions-search.endpoint-adapter.d.ts",
683
- "isReadonly": true,
684
- "releaseTag": "Public",
685
- "name": "aiSuggestionsSearchEndpointAdapter",
686
- "variableTypeTokenRange": {
687
- "startIndex": 1,
688
- "endIndex": 8
689
- }
690
- },
691
- {
692
- "kind": "Variable",
693
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestMapper:var",
694
- "docComment": "/**\n * Default implementation for the aiSuggestionsSearchRequestMapper.\n *\n * @public\n */\n",
695
- "excerptTokens": [
696
- {
697
- "kind": "Content",
698
- "text": "aiSuggestionsSearchRequestMapper: "
699
- },
700
- {
701
- "kind": "Content",
702
- "text": "import(\"@empathyco/x-adapter\")."
703
- },
704
- {
705
- "kind": "Reference",
706
- "text": "Mapper",
707
- "canonicalReference": "@empathyco/x-adapter!Mapper:type"
708
- },
709
- {
710
- "kind": "Content",
711
- "text": "<"
712
- },
713
- {
714
- "kind": "Reference",
715
- "text": "AiSuggestionsSearchRequest",
716
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
717
- },
718
- {
719
- "kind": "Content",
720
- "text": ", "
721
- },
722
- {
723
- "kind": "Reference",
724
- "text": "PlatformAiSuggestionsSearchRequest",
725
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
726
- },
727
- {
728
- "kind": "Content",
729
- "text": ">"
730
- }
731
- ],
732
- "fileUrlPath": "dist/types/mappers/requests/ai/suggestions-search-request.mapper.d.ts",
733
- "isReadonly": true,
734
- "releaseTag": "Public",
735
- "name": "aiSuggestionsSearchRequestMapper",
736
- "variableTypeTokenRange": {
737
- "startIndex": 1,
738
- "endIndex": 8
739
- }
740
- },
741
- {
742
- "kind": "Variable",
743
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestSchema:var",
744
- "docComment": "/**\n * Default implementation for the AiOverviewSuggestionsSearchRequestSchema.\n *\n * @public\n */\n",
745
- "excerptTokens": [
746
- {
747
- "kind": "Content",
748
- "text": "aiSuggestionsSearchRequestSchema: "
749
- },
750
- {
751
- "kind": "Content",
752
- "text": "import(\"@empathyco/x-adapter\")."
753
- },
754
- {
755
- "kind": "Reference",
756
- "text": "MutableSchema",
757
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
758
- },
759
- {
760
- "kind": "Content",
761
- "text": "<"
762
- },
763
- {
764
- "kind": "Reference",
765
- "text": "AiSuggestionsSearchRequest",
766
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
767
- },
768
- {
769
- "kind": "Content",
770
- "text": ", "
771
- },
772
- {
773
- "kind": "Reference",
774
- "text": "PlatformAiSuggestionsSearchRequest",
775
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
776
- },
777
- {
778
- "kind": "Content",
779
- "text": ">"
780
- }
781
- ],
782
- "fileUrlPath": "dist/types/schemas/requests/ai/suggestions-search-request.schema.d.ts",
783
- "isReadonly": true,
784
- "releaseTag": "Public",
785
- "name": "aiSuggestionsSearchRequestSchema",
786
- "variableTypeTokenRange": {
787
- "startIndex": 1,
788
- "endIndex": 8
789
- }
790
- },
791
- {
792
- "kind": "Variable",
793
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseMapper:var",
794
- "docComment": "/**\n * Default implementation for the AiSuggestionsSearchResponseMapper.\n *\n * @public\n */\n",
795
- "excerptTokens": [
796
- {
797
- "kind": "Content",
798
- "text": "aiSuggestionsSearchResponseMapper: "
799
- },
800
- {
801
- "kind": "Content",
802
- "text": "import(\"@empathyco/x-adapter\")."
803
- },
804
- {
805
- "kind": "Reference",
806
- "text": "Mapper",
807
- "canonicalReference": "@empathyco/x-adapter!Mapper:type"
808
- },
809
- {
810
- "kind": "Content",
811
- "text": "<"
812
- },
813
- {
814
- "kind": "Reference",
815
- "text": "PlatformAiSuggestionsSearchResponse",
816
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
817
- },
818
- {
819
- "kind": "Content",
820
- "text": ", "
821
- },
822
- {
823
- "kind": "Reference",
824
- "text": "AiSuggestionsSearchResponse",
825
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
826
- },
827
- {
828
- "kind": "Content",
829
- "text": ">"
830
- }
831
- ],
832
- "fileUrlPath": "dist/types/mappers/responses/ai/suggestions-search-response.mapper.d.ts",
833
- "isReadonly": true,
834
- "releaseTag": "Public",
835
- "name": "aiSuggestionsSearchResponseMapper",
836
- "variableTypeTokenRange": {
837
- "startIndex": 1,
838
- "endIndex": 8
839
- }
840
- },
841
- {
842
- "kind": "Variable",
843
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseSchema:var",
844
- "docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchResponseSchema.\n *\n * @public\n */\n",
193
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionSearchSchema:var",
194
+ "docComment": "/**\n * Default implementation for the AiSuggestionSearchSchema.\n *\n * @public\n */\n",
845
195
  "excerptTokens": [
846
196
  {
847
197
  "kind": "Content",
848
- "text": "aiSuggestionsSearchResponseSchema: "
198
+ "text": "aiSuggestionSearchSchema: "
849
199
  },
850
200
  {
851
201
  "kind": "Content",
@@ -862,8 +212,8 @@
862
212
  },
863
213
  {
864
214
  "kind": "Reference",
865
- "text": "PlatformAiSuggestionsSearchResponse",
866
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
215
+ "text": "PlatformAiSuggestionSearch",
216
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface"
867
217
  },
868
218
  {
869
219
  "kind": "Content",
@@ -871,18 +221,18 @@
871
221
  },
872
222
  {
873
223
  "kind": "Reference",
874
- "text": "AiSuggestionsSearchResponse",
875
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
224
+ "text": "AiSuggestionSearch",
225
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionSearch:interface"
876
226
  },
877
227
  {
878
228
  "kind": "Content",
879
229
  "text": ">"
880
230
  }
881
231
  ],
882
- "fileUrlPath": "dist/types/schemas/responses/ai/suggestions-search-response.schema.d.ts",
232
+ "fileUrlPath": "dist/types/schemas/models/ai/suggestion-search.schema.d.ts",
883
233
  "isReadonly": true,
884
234
  "releaseTag": "Public",
885
- "name": "aiSuggestionsSearchResponseSchema",
235
+ "name": "aiSuggestionSearchSchema",
886
236
  "variableTypeTokenRange": {
887
237
  "startIndex": 1,
888
238
  "endIndex": 8
@@ -890,12 +240,12 @@
890
240
  },
891
241
  {
892
242
  "kind": "Variable",
893
- "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchSchema:var",
894
- "docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchSchema.\n *\n * @public\n */\n",
243
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsEndpointAdapter:var",
244
+ "docComment": "/**\n * Default adapter for the Overview suggestions v1 endpoint.\n *\n * @public\n */\n",
895
245
  "excerptTokens": [
896
246
  {
897
247
  "kind": "Content",
898
- "text": "aiSuggestionsSearchSchema: "
248
+ "text": "aiSuggestionsEndpointAdapter: "
899
249
  },
900
250
  {
901
251
  "kind": "Content",
@@ -903,8 +253,8 @@
903
253
  },
904
254
  {
905
255
  "kind": "Reference",
906
- "text": "MutableSchema",
907
- "canonicalReference": "@empathyco/x-adapter!MutableSchema:type"
256
+ "text": "ExtendableEndpointAdapter",
257
+ "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
908
258
  },
909
259
  {
910
260
  "kind": "Content",
@@ -912,8 +262,8 @@
912
262
  },
913
263
  {
914
264
  "kind": "Reference",
915
- "text": "PlatformAiSuggestionsSearchResponse",
916
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
265
+ "text": "AiSuggestionsRequest",
266
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
917
267
  },
918
268
  {
919
269
  "kind": "Content",
@@ -921,18 +271,18 @@
921
271
  },
922
272
  {
923
273
  "kind": "Reference",
924
- "text": "AiSuggestionsSearchResponse",
925
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
274
+ "text": "Response",
275
+ "canonicalReference": "!Response:interface"
926
276
  },
927
277
  {
928
278
  "kind": "Content",
929
279
  "text": ">"
930
280
  }
931
281
  ],
932
- "fileUrlPath": "dist/types/schemas/models/ai/suggestions-search.schema.d.ts",
282
+ "fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions.endpoint-adapter.d.ts",
933
283
  "isReadonly": true,
934
284
  "releaseTag": "Public",
935
- "name": "aiSuggestionsSearchSchema",
285
+ "name": "aiSuggestionsEndpointAdapter",
936
286
  "variableTypeTokenRange": {
937
287
  "startIndex": 1,
938
288
  "endIndex": 8
@@ -940,12 +290,12 @@
940
290
  },
941
291
  {
942
292
  "kind": "Variable",
943
- "canonicalReference": "@empathyco/x-adapter-platform!aiSummarizeEndpointAdapter:var",
944
- "docComment": "/**\n * Default adapter for the Overview summarize streaming endpoint.\n *\n * Mirrors the aiSuggestions endpoint adapter.\n *\n * @public\n */\n",
293
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsRequestMapper:var",
294
+ "docComment": "/**\n * Default implementation for the aiSuggestionsRequestMapper.\n *\n * @public\n */\n",
945
295
  "excerptTokens": [
946
296
  {
947
297
  "kind": "Content",
948
- "text": "aiSummarizeEndpointAdapter: "
298
+ "text": "aiSuggestionsRequestMapper: "
949
299
  },
950
300
  {
951
301
  "kind": "Content",
@@ -953,8 +303,8 @@
953
303
  },
954
304
  {
955
305
  "kind": "Reference",
956
- "text": "ExtendableEndpointAdapter",
957
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
306
+ "text": "Mapper",
307
+ "canonicalReference": "@empathyco/x-adapter!Mapper:type"
958
308
  },
959
309
  {
960
310
  "kind": "Content",
@@ -971,18 +321,18 @@
971
321
  },
972
322
  {
973
323
  "kind": "Reference",
974
- "text": "Response",
975
- "canonicalReference": "!Response:interface"
324
+ "text": "PlatformAiSuggestionsRequest",
325
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsRequest:interface"
976
326
  },
977
327
  {
978
328
  "kind": "Content",
979
329
  "text": ">"
980
330
  }
981
331
  ],
982
- "fileUrlPath": "dist/types/endpoint-adapters/ai/summarize.endpoint-adapter.d.ts",
332
+ "fileUrlPath": "dist/types/mappers/requests/ai/suggestions-request.mapper.d.ts",
983
333
  "isReadonly": true,
984
334
  "releaseTag": "Public",
985
- "name": "aiSummarizeEndpointAdapter",
335
+ "name": "aiSuggestionsRequestMapper",
986
336
  "variableTypeTokenRange": {
987
337
  "startIndex": 1,
988
338
  "endIndex": 8
@@ -990,12 +340,12 @@
990
340
  },
991
341
  {
992
342
  "kind": "Variable",
993
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksEndpointAdapter:var",
994
- "docComment": "/**\n * Default adapter for the questions v1 endpoint.\n *\n * @public\n */\n",
343
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchEndpointAdapter:var",
344
+ "docComment": "/**\n * Default adapter for the ai suggestions search endpoint.\n *\n * @public\n */\n",
995
345
  "excerptTokens": [
996
346
  {
997
347
  "kind": "Content",
998
- "text": "aiTasksEndpointAdapter: "
348
+ "text": "aiSuggestionsSearchEndpointAdapter: "
999
349
  },
1000
350
  {
1001
351
  "kind": "Content",
@@ -1012,8 +362,8 @@
1012
362
  },
1013
363
  {
1014
364
  "kind": "Reference",
1015
- "text": "AiTasksRequest",
1016
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
365
+ "text": "AiSuggestionsSearchRequest",
366
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
1017
367
  },
1018
368
  {
1019
369
  "kind": "Content",
@@ -1021,18 +371,18 @@
1021
371
  },
1022
372
  {
1023
373
  "kind": "Reference",
1024
- "text": "AiTasksResponse",
1025
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
374
+ "text": "AiSuggestionsSearchResponse",
375
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
1026
376
  },
1027
377
  {
1028
378
  "kind": "Content",
1029
379
  "text": ">"
1030
380
  }
1031
381
  ],
1032
- "fileUrlPath": "dist/types/endpoint-adapters/ai/tasks.endpoint-adapter.d.ts",
382
+ "fileUrlPath": "dist/types/endpoint-adapters/ai/suggestions-search.endpoint-adapter.d.ts",
1033
383
  "isReadonly": true,
1034
384
  "releaseTag": "Public",
1035
- "name": "aiTasksEndpointAdapter",
385
+ "name": "aiSuggestionsSearchEndpointAdapter",
1036
386
  "variableTypeTokenRange": {
1037
387
  "startIndex": 1,
1038
388
  "endIndex": 8
@@ -1040,12 +390,12 @@
1040
390
  },
1041
391
  {
1042
392
  "kind": "Variable",
1043
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksRequestMapper:var",
1044
- "docComment": "/**\n * Default implementation for the AiTasksRequestMapper.\n *\n * @public\n */\n",
393
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestMapper:var",
394
+ "docComment": "/**\n * Default implementation for the aiSuggestionsSearchRequestMapper.\n *\n * @public\n */\n",
1045
395
  "excerptTokens": [
1046
396
  {
1047
397
  "kind": "Content",
1048
- "text": "aiTasksRequestMapper: "
398
+ "text": "aiSuggestionsSearchRequestMapper: "
1049
399
  },
1050
400
  {
1051
401
  "kind": "Content",
@@ -1062,8 +412,8 @@
1062
412
  },
1063
413
  {
1064
414
  "kind": "Reference",
1065
- "text": "AiTasksRequest",
1066
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
415
+ "text": "AiSuggestionsSearchRequest",
416
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
1067
417
  },
1068
418
  {
1069
419
  "kind": "Content",
@@ -1071,18 +421,18 @@
1071
421
  },
1072
422
  {
1073
423
  "kind": "Reference",
1074
- "text": "PlatformAiTasksRequest",
1075
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface"
424
+ "text": "PlatformAiSuggestionsSearchRequest",
425
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
1076
426
  },
1077
427
  {
1078
428
  "kind": "Content",
1079
429
  "text": ">"
1080
430
  }
1081
431
  ],
1082
- "fileUrlPath": "dist/types/mappers/requests/ai/tasks-request.mapper.d.ts",
432
+ "fileUrlPath": "dist/types/mappers/requests/ai/suggestions-search-request.mapper.d.ts",
1083
433
  "isReadonly": true,
1084
434
  "releaseTag": "Public",
1085
- "name": "aiTasksRequestMapper",
435
+ "name": "aiSuggestionsSearchRequestMapper",
1086
436
  "variableTypeTokenRange": {
1087
437
  "startIndex": 1,
1088
438
  "endIndex": 8
@@ -1090,12 +440,12 @@
1090
440
  },
1091
441
  {
1092
442
  "kind": "Variable",
1093
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksRequestSchema:var",
1094
- "docComment": "/**\n * Default implementation for the AiTasksRequestSchema.\n *\n * @public\n */\n",
443
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchRequestSchema:var",
444
+ "docComment": "/**\n * Default implementation for the AiOverviewSuggestionsSearchRequestSchema.\n *\n * @public\n */\n",
1095
445
  "excerptTokens": [
1096
446
  {
1097
447
  "kind": "Content",
1098
- "text": "aiTasksRequestSchema: "
448
+ "text": "aiSuggestionsSearchRequestSchema: "
1099
449
  },
1100
450
  {
1101
451
  "kind": "Content",
@@ -1112,8 +462,8 @@
1112
462
  },
1113
463
  {
1114
464
  "kind": "Reference",
1115
- "text": "AiTasksRequest",
1116
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
465
+ "text": "AiSuggestionsSearchRequest",
466
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchRequest:interface"
1117
467
  },
1118
468
  {
1119
469
  "kind": "Content",
@@ -1121,18 +471,18 @@
1121
471
  },
1122
472
  {
1123
473
  "kind": "Reference",
1124
- "text": "PlatformAiTasksRequest",
1125
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface"
474
+ "text": "PlatformAiSuggestionsSearchRequest",
475
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchRequest:interface"
1126
476
  },
1127
477
  {
1128
478
  "kind": "Content",
1129
479
  "text": ">"
1130
480
  }
1131
481
  ],
1132
- "fileUrlPath": "dist/types/schemas/requests/ai/tasks-request.schema.d.ts",
482
+ "fileUrlPath": "dist/types/schemas/requests/ai/suggestions-search-request.schema.d.ts",
1133
483
  "isReadonly": true,
1134
484
  "releaseTag": "Public",
1135
- "name": "aiTasksRequestSchema",
485
+ "name": "aiSuggestionsSearchRequestSchema",
1136
486
  "variableTypeTokenRange": {
1137
487
  "startIndex": 1,
1138
488
  "endIndex": 8
@@ -1140,12 +490,12 @@
1140
490
  },
1141
491
  {
1142
492
  "kind": "Variable",
1143
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksResponseMapper:var",
1144
- "docComment": "/**\n * Default implementation for the AiTasksResponseMapper.\n *\n * @public\n */\n",
493
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseMapper:var",
494
+ "docComment": "/**\n * Default implementation for the AiSuggestionsSearchResponseMapper.\n *\n * @public\n */\n",
1145
495
  "excerptTokens": [
1146
496
  {
1147
497
  "kind": "Content",
1148
- "text": "aiTasksResponseMapper: "
498
+ "text": "aiSuggestionsSearchResponseMapper: "
1149
499
  },
1150
500
  {
1151
501
  "kind": "Content",
@@ -1162,8 +512,8 @@
1162
512
  },
1163
513
  {
1164
514
  "kind": "Reference",
1165
- "text": "PlatformAiTasksResponse",
1166
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
515
+ "text": "PlatformAiSuggestionsSearchResponse",
516
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
1167
517
  },
1168
518
  {
1169
519
  "kind": "Content",
@@ -1171,18 +521,18 @@
1171
521
  },
1172
522
  {
1173
523
  "kind": "Reference",
1174
- "text": "AiTasksResponse",
1175
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
524
+ "text": "AiSuggestionsSearchResponse",
525
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
1176
526
  },
1177
527
  {
1178
528
  "kind": "Content",
1179
529
  "text": ">"
1180
530
  }
1181
531
  ],
1182
- "fileUrlPath": "dist/types/mappers/responses/ai/tasks-response.mapper.d.ts",
532
+ "fileUrlPath": "dist/types/mappers/responses/ai/suggestions-search-response.mapper.d.ts",
1183
533
  "isReadonly": true,
1184
534
  "releaseTag": "Public",
1185
- "name": "aiTasksResponseMapper",
535
+ "name": "aiSuggestionsSearchResponseMapper",
1186
536
  "variableTypeTokenRange": {
1187
537
  "startIndex": 1,
1188
538
  "endIndex": 8
@@ -1190,12 +540,12 @@
1190
540
  },
1191
541
  {
1192
542
  "kind": "Variable",
1193
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksResponseSchema:var",
1194
- "docComment": "/**\n * Default implementation for the AITasksResponseSchema.\n *\n * @public\n */\n",
543
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchResponseSchema:var",
544
+ "docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchResponseSchema.\n *\n * @public\n */\n",
1195
545
  "excerptTokens": [
1196
546
  {
1197
547
  "kind": "Content",
1198
- "text": "aiTasksResponseSchema: "
548
+ "text": "aiSuggestionsSearchResponseSchema: "
1199
549
  },
1200
550
  {
1201
551
  "kind": "Content",
@@ -1212,8 +562,8 @@
1212
562
  },
1213
563
  {
1214
564
  "kind": "Reference",
1215
- "text": "PlatformAiTasksResponse",
1216
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
565
+ "text": "PlatformAiSuggestionsSearchResponse",
566
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
1217
567
  },
1218
568
  {
1219
569
  "kind": "Content",
@@ -1221,18 +571,18 @@
1221
571
  },
1222
572
  {
1223
573
  "kind": "Reference",
1224
- "text": "AiTasksResponse",
1225
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
574
+ "text": "AiSuggestionsSearchResponse",
575
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
1226
576
  },
1227
577
  {
1228
578
  "kind": "Content",
1229
579
  "text": ">"
1230
580
  }
1231
581
  ],
1232
- "fileUrlPath": "dist/types/schemas/responses/ai/tasks-response.schema.d.ts",
582
+ "fileUrlPath": "dist/types/schemas/responses/ai/suggestions-search-response.schema.d.ts",
1233
583
  "isReadonly": true,
1234
584
  "releaseTag": "Public",
1235
- "name": "aiTasksResponseSchema",
585
+ "name": "aiSuggestionsSearchResponseSchema",
1236
586
  "variableTypeTokenRange": {
1237
587
  "startIndex": 1,
1238
588
  "endIndex": 8
@@ -1240,12 +590,12 @@
1240
590
  },
1241
591
  {
1242
592
  "kind": "Variable",
1243
- "canonicalReference": "@empathyco/x-adapter-platform!aiTasksSchema:var",
1244
- "docComment": "/**\n * Default implementation for the AITasksSchema.\n *\n * @public\n */\n",
593
+ "canonicalReference": "@empathyco/x-adapter-platform!aiSuggestionsSearchSchema:var",
594
+ "docComment": "/**\n * Default implementation for the AIOverviewSuggestionsSearchSchema.\n *\n * @public\n */\n",
1245
595
  "excerptTokens": [
1246
596
  {
1247
597
  "kind": "Content",
1248
- "text": "aiTasksSchema: "
598
+ "text": "aiSuggestionsSearchSchema: "
1249
599
  },
1250
600
  {
1251
601
  "kind": "Content",
@@ -1262,8 +612,8 @@
1262
612
  },
1263
613
  {
1264
614
  "kind": "Reference",
1265
- "text": "PlatformAiTasksResponse",
1266
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface"
615
+ "text": "PlatformAiSuggestionsSearchResponse",
616
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionsSearchResponse:interface"
1267
617
  },
1268
618
  {
1269
619
  "kind": "Content",
@@ -1271,18 +621,18 @@
1271
621
  },
1272
622
  {
1273
623
  "kind": "Reference",
1274
- "text": "AiTasksResponse",
1275
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
624
+ "text": "AiSuggestionsSearchResponse",
625
+ "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsSearchResponse:interface"
1276
626
  },
1277
627
  {
1278
628
  "kind": "Content",
1279
629
  "text": ">"
1280
630
  }
1281
631
  ],
1282
- "fileUrlPath": "dist/types/schemas/models/ai/tasks.schema.d.ts",
632
+ "fileUrlPath": "dist/types/schemas/models/ai/suggestions-search.schema.d.ts",
1283
633
  "isReadonly": true,
1284
634
  "releaseTag": "Public",
1285
- "name": "aiTasksSchema",
635
+ "name": "aiSuggestionsSearchSchema",
1286
636
  "variableTypeTokenRange": {
1287
637
  "startIndex": 1,
1288
638
  "endIndex": 8
@@ -2871,91 +2221,41 @@
2871
2221
  {
2872
2222
  "kind": "Content",
2873
2223
  "text": ">"
2874
- }
2875
- ],
2876
- "fileUrlPath": "dist/types/schemas/models/partial-results.schema.d.ts",
2877
- "isReadonly": true,
2878
- "releaseTag": "Public",
2879
- "name": "partialResultsSchema",
2880
- "variableTypeTokenRange": {
2881
- "startIndex": 1,
2882
- "endIndex": 8
2883
- }
2884
- },
2885
- {
2886
- "kind": "Interface",
2887
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter:interface",
2888
- "docComment": "/**\n * Platform adapter interface.\n *\n * @public\n */\n",
2889
- "excerptTokens": [
2890
- {
2891
- "kind": "Content",
2892
- "text": "export interface PlatformAdapter extends "
2893
- },
2894
- {
2895
- "kind": "Reference",
2896
- "text": "XComponentsAdapter",
2897
- "canonicalReference": "@empathyco/x-adapter-platform!XComponentsAdapter:interface"
2898
- },
2899
- {
2900
- "kind": "Content",
2901
- "text": " "
2902
- }
2903
- ],
2904
- "fileUrlPath": "dist/types/types/platform-adapter.types.d.ts",
2905
- "releaseTag": "Public",
2906
- "name": "PlatformAdapter",
2907
- "preserveMemberOrder": false,
2908
- "members": [
2909
- {
2910
- "kind": "PropertySignature",
2911
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiQuestions:member",
2912
- "docComment": "",
2913
- "excerptTokens": [
2914
- {
2915
- "kind": "Content",
2916
- "text": "aiQuestions: "
2917
- },
2918
- {
2919
- "kind": "Reference",
2920
- "text": "ExtendableEndpointAdapter",
2921
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
2922
- },
2923
- {
2924
- "kind": "Content",
2925
- "text": "<"
2926
- },
2927
- {
2928
- "kind": "Reference",
2929
- "text": "AiQuestionsRequest",
2930
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsRequest:interface"
2931
- },
2932
- {
2933
- "kind": "Content",
2934
- "text": ", "
2935
- },
2936
- {
2937
- "kind": "Reference",
2938
- "text": "AiQuestionsResponse",
2939
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
2940
- },
2941
- {
2942
- "kind": "Content",
2943
- "text": ">"
2944
- },
2945
- {
2946
- "kind": "Content",
2947
- "text": ";"
2948
- }
2949
- ],
2950
- "isReadonly": false,
2951
- "isOptional": false,
2952
- "releaseTag": "Public",
2953
- "name": "aiQuestions",
2954
- "propertyTypeTokenRange": {
2955
- "startIndex": 1,
2956
- "endIndex": 7
2957
- }
2224
+ }
2225
+ ],
2226
+ "fileUrlPath": "dist/types/schemas/models/partial-results.schema.d.ts",
2227
+ "isReadonly": true,
2228
+ "releaseTag": "Public",
2229
+ "name": "partialResultsSchema",
2230
+ "variableTypeTokenRange": {
2231
+ "startIndex": 1,
2232
+ "endIndex": 8
2233
+ }
2234
+ },
2235
+ {
2236
+ "kind": "Interface",
2237
+ "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter:interface",
2238
+ "docComment": "/**\n * Platform adapter interface.\n *\n * @public\n */\n",
2239
+ "excerptTokens": [
2240
+ {
2241
+ "kind": "Content",
2242
+ "text": "export interface PlatformAdapter extends "
2243
+ },
2244
+ {
2245
+ "kind": "Reference",
2246
+ "text": "XComponentsAdapter",
2247
+ "canonicalReference": "@empathyco/x-adapter-platform!XComponentsAdapter:interface"
2958
2248
  },
2249
+ {
2250
+ "kind": "Content",
2251
+ "text": " "
2252
+ }
2253
+ ],
2254
+ "fileUrlPath": "dist/types/types/platform-adapter.types.d.ts",
2255
+ "releaseTag": "Public",
2256
+ "name": "PlatformAdapter",
2257
+ "preserveMemberOrder": false,
2258
+ "members": [
2959
2259
  {
2960
2260
  "kind": "PropertySignature",
2961
2261
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiSuggestions:member",
@@ -3056,106 +2356,6 @@
3056
2356
  "endIndex": 7
3057
2357
  }
3058
2358
  },
3059
- {
3060
- "kind": "PropertySignature",
3061
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiSummarize:member",
3062
- "docComment": "",
3063
- "excerptTokens": [
3064
- {
3065
- "kind": "Content",
3066
- "text": "aiSummarize: "
3067
- },
3068
- {
3069
- "kind": "Reference",
3070
- "text": "ExtendableEndpointAdapter",
3071
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
3072
- },
3073
- {
3074
- "kind": "Content",
3075
- "text": "<"
3076
- },
3077
- {
3078
- "kind": "Reference",
3079
- "text": "AiSuggestionsRequest",
3080
- "canonicalReference": "@empathyco/x-adapter-platform!AiSuggestionsRequest:interface"
3081
- },
3082
- {
3083
- "kind": "Content",
3084
- "text": ", "
3085
- },
3086
- {
3087
- "kind": "Reference",
3088
- "text": "Response",
3089
- "canonicalReference": "!Response:interface"
3090
- },
3091
- {
3092
- "kind": "Content",
3093
- "text": ">"
3094
- },
3095
- {
3096
- "kind": "Content",
3097
- "text": ";"
3098
- }
3099
- ],
3100
- "isReadonly": false,
3101
- "isOptional": false,
3102
- "releaseTag": "Public",
3103
- "name": "aiSummarize",
3104
- "propertyTypeTokenRange": {
3105
- "startIndex": 1,
3106
- "endIndex": 7
3107
- }
3108
- },
3109
- {
3110
- "kind": "PropertySignature",
3111
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#aiTasks:member",
3112
- "docComment": "",
3113
- "excerptTokens": [
3114
- {
3115
- "kind": "Content",
3116
- "text": "aiTasks: "
3117
- },
3118
- {
3119
- "kind": "Reference",
3120
- "text": "ExtendableEndpointAdapter",
3121
- "canonicalReference": "@empathyco/x-adapter!ExtendableEndpointAdapter:interface"
3122
- },
3123
- {
3124
- "kind": "Content",
3125
- "text": "<"
3126
- },
3127
- {
3128
- "kind": "Reference",
3129
- "text": "AiTasksRequest",
3130
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksRequest:interface"
3131
- },
3132
- {
3133
- "kind": "Content",
3134
- "text": ", "
3135
- },
3136
- {
3137
- "kind": "Reference",
3138
- "text": "AiTasksResponse",
3139
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
3140
- },
3141
- {
3142
- "kind": "Content",
3143
- "text": ">"
3144
- },
3145
- {
3146
- "kind": "Content",
3147
- "text": ";"
3148
- }
3149
- ],
3150
- "isReadonly": false,
3151
- "isOptional": false,
3152
- "releaseTag": "Public",
3153
- "name": "aiTasks",
3154
- "propertyTypeTokenRange": {
3155
- "startIndex": 1,
3156
- "endIndex": 7
3157
- }
3158
- },
3159
2359
  {
3160
2360
  "kind": "PropertySignature",
3161
2361
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformAdapter#experienceControls:member",
@@ -3729,91 +2929,6 @@
3729
2929
  "endIndex": 2
3730
2930
  }
3731
2931
  },
3732
- {
3733
- "kind": "Interface",
3734
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest:interface",
3735
- "docComment": "/**\n * Request for the `Questions v1` endpoint.\n *\n * @public\n */\n",
3736
- "excerptTokens": [
3737
- {
3738
- "kind": "Content",
3739
- "text": "export interface PlatformAiQuestionsRequest "
3740
- }
3741
- ],
3742
- "fileUrlPath": "dist/types/types/requests/ai/questions-request.model.d.ts",
3743
- "releaseTag": "Public",
3744
- "name": "PlatformAiQuestionsRequest",
3745
- "preserveMemberOrder": false,
3746
- "members": [
3747
- {
3748
- "kind": "PropertySignature",
3749
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsRequest#context:member",
3750
- "docComment": "",
3751
- "excerptTokens": [
3752
- {
3753
- "kind": "Content",
3754
- "text": "context: "
3755
- },
3756
- {
3757
- "kind": "Content",
3758
- "text": "{\n lang: string;\n instance?: string;\n filters?: "
3759
- },
3760
- {
3761
- "kind": "Reference",
3762
- "text": "Record",
3763
- "canonicalReference": "!Record:type"
3764
- },
3765
- {
3766
- "kind": "Content",
3767
- "text": "<string, unknown>;\n query?: string;\n }"
3768
- },
3769
- {
3770
- "kind": "Content",
3771
- "text": ";"
3772
- }
3773
- ],
3774
- "isReadonly": false,
3775
- "isOptional": false,
3776
- "releaseTag": "Public",
3777
- "name": "context",
3778
- "propertyTypeTokenRange": {
3779
- "startIndex": 1,
3780
- "endIndex": 4
3781
- }
3782
- }
3783
- ],
3784
- "extendsTokenRanges": []
3785
- },
3786
- {
3787
- "kind": "Interface",
3788
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiQuestionsResponse:interface",
3789
- "docComment": "/**\n * Response for the `questions` endpoint.\n *\n * @public\n */\n",
3790
- "excerptTokens": [
3791
- {
3792
- "kind": "Content",
3793
- "text": "export interface PlatformAiQuestionsResponse extends "
3794
- },
3795
- {
3796
- "kind": "Reference",
3797
- "text": "AiQuestionsResponse",
3798
- "canonicalReference": "@empathyco/x-adapter-platform!AiQuestionsResponse:interface"
3799
- },
3800
- {
3801
- "kind": "Content",
3802
- "text": " "
3803
- }
3804
- ],
3805
- "fileUrlPath": "dist/types/types/responses/ai/questions-response.model.d.ts",
3806
- "releaseTag": "Public",
3807
- "name": "PlatformAiQuestionsResponse",
3808
- "preserveMemberOrder": false,
3809
- "members": [],
3810
- "extendsTokenRanges": [
3811
- {
3812
- "startIndex": 1,
3813
- "endIndex": 2
3814
- }
3815
- ]
3816
- },
3817
2932
  {
3818
2933
  "kind": "Interface",
3819
2934
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiSuggestionSearch:interface",
@@ -4166,82 +3281,6 @@
4166
3281
  ],
4167
3282
  "extendsTokenRanges": []
4168
3283
  },
4169
- {
4170
- "kind": "Interface",
4171
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest:interface",
4172
- "docComment": "/**\n * Request for the `Tasks v1` endpoint.\n *\n * @public\n */\n",
4173
- "excerptTokens": [
4174
- {
4175
- "kind": "Content",
4176
- "text": "export interface PlatformAiTasksRequest "
4177
- }
4178
- ],
4179
- "fileUrlPath": "dist/types/types/requests/ai/tasks-request.model.d.ts",
4180
- "releaseTag": "Public",
4181
- "name": "PlatformAiTasksRequest",
4182
- "preserveMemberOrder": false,
4183
- "members": [
4184
- {
4185
- "kind": "PropertySignature",
4186
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksRequest#taskId:member",
4187
- "docComment": "",
4188
- "excerptTokens": [
4189
- {
4190
- "kind": "Content",
4191
- "text": "taskId: "
4192
- },
4193
- {
4194
- "kind": "Content",
4195
- "text": "string"
4196
- },
4197
- {
4198
- "kind": "Content",
4199
- "text": ";"
4200
- }
4201
- ],
4202
- "isReadonly": false,
4203
- "isOptional": false,
4204
- "releaseTag": "Public",
4205
- "name": "taskId",
4206
- "propertyTypeTokenRange": {
4207
- "startIndex": 1,
4208
- "endIndex": 2
4209
- }
4210
- }
4211
- ],
4212
- "extendsTokenRanges": []
4213
- },
4214
- {
4215
- "kind": "Interface",
4216
- "canonicalReference": "@empathyco/x-adapter-platform!PlatformAiTasksResponse:interface",
4217
- "docComment": "/**\n * Response for the `tasks` endpoint.\n *\n * @public\n */\n",
4218
- "excerptTokens": [
4219
- {
4220
- "kind": "Content",
4221
- "text": "export interface PlatformAiTasksResponse extends "
4222
- },
4223
- {
4224
- "kind": "Reference",
4225
- "text": "AiTasksResponse",
4226
- "canonicalReference": "@empathyco/x-adapter-platform!AiTasksResponse:interface"
4227
- },
4228
- {
4229
- "kind": "Content",
4230
- "text": " "
4231
- }
4232
- ],
4233
- "fileUrlPath": "dist/types/types/responses/ai/tasks-response.model.d.ts",
4234
- "releaseTag": "Public",
4235
- "name": "PlatformAiTasksResponse",
4236
- "preserveMemberOrder": false,
4237
- "members": [],
4238
- "extendsTokenRanges": [
4239
- {
4240
- "startIndex": 1,
4241
- "endIndex": 2
4242
- }
4243
- ]
4244
- },
4245
3284
  {
4246
3285
  "kind": "Interface",
4247
3286
  "canonicalReference": "@empathyco/x-adapter-platform!PlatformBanner:interface",