@empathyco/x-components 6.0.0-alpha.5 → 6.0.0-alpha.7
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.
- package/CHANGELOG.md +17 -0
- package/design-system/deprecated-full-theme.css +714 -714
- package/docs/API-reference/api/x-adapter-platform.md +9 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
- package/docs/API-reference/api/x-types.md +3 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +23 -0
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
- package/package.json +4 -4
- package/report/x-adapter-platform.api.json +574 -0
- package/report/x-types.api.json +261 -0
- package/types/adapter/e2e-adapter.d.ts.map +1 -1
package/report/x-types.api.json
CHANGED
|
@@ -4580,6 +4580,217 @@
|
|
|
4580
4580
|
"endIndex": 2
|
|
4581
4581
|
}
|
|
4582
4582
|
},
|
|
4583
|
+
{
|
|
4584
|
+
"kind": "Interface",
|
|
4585
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt:interface",
|
|
4586
|
+
"docComment": "/**\n * Represents a related prompt.\n */\n",
|
|
4587
|
+
"excerptTokens": [
|
|
4588
|
+
{
|
|
4589
|
+
"kind": "Content",
|
|
4590
|
+
"text": "export interface RelatedPrompt extends "
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "Reference",
|
|
4594
|
+
"text": "NamedModel",
|
|
4595
|
+
"canonicalReference": "@empathyco/x-types!NamedModel:interface"
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"kind": "Content",
|
|
4599
|
+
"text": "<'RelatedPrompt'>"
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"kind": "Content",
|
|
4603
|
+
"text": " "
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"fileUrlPath": "src/query-signals/related-prompt.model.ts",
|
|
4607
|
+
"releaseTag": "Public",
|
|
4608
|
+
"name": "RelatedPrompt",
|
|
4609
|
+
"preserveMemberOrder": false,
|
|
4610
|
+
"members": [
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "PropertySignature",
|
|
4613
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#nextQueries:member",
|
|
4614
|
+
"docComment": "/**\n * The next queries related to the prompt.\n */\n",
|
|
4615
|
+
"excerptTokens": [
|
|
4616
|
+
{
|
|
4617
|
+
"kind": "Content",
|
|
4618
|
+
"text": "nextQueries: "
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "Content",
|
|
4622
|
+
"text": "string[]"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"kind": "Content",
|
|
4626
|
+
"text": ";"
|
|
4627
|
+
}
|
|
4628
|
+
],
|
|
4629
|
+
"isReadonly": false,
|
|
4630
|
+
"isOptional": false,
|
|
4631
|
+
"releaseTag": "Public",
|
|
4632
|
+
"name": "nextQueries",
|
|
4633
|
+
"propertyTypeTokenRange": {
|
|
4634
|
+
"startIndex": 1,
|
|
4635
|
+
"endIndex": 2
|
|
4636
|
+
}
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"kind": "PropertySignature",
|
|
4640
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionText:member",
|
|
4641
|
+
"docComment": "/**\n * The prompt.\n */\n",
|
|
4642
|
+
"excerptTokens": [
|
|
4643
|
+
{
|
|
4644
|
+
"kind": "Content",
|
|
4645
|
+
"text": "suggestionText: "
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"kind": "Content",
|
|
4649
|
+
"text": "string"
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
"kind": "Content",
|
|
4653
|
+
"text": ";"
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
"isReadonly": false,
|
|
4657
|
+
"isOptional": false,
|
|
4658
|
+
"releaseTag": "Public",
|
|
4659
|
+
"name": "suggestionText",
|
|
4660
|
+
"propertyTypeTokenRange": {
|
|
4661
|
+
"startIndex": 1,
|
|
4662
|
+
"endIndex": 2
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"kind": "PropertySignature",
|
|
4667
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#type:member",
|
|
4668
|
+
"docComment": "/**\n * The type of the prompt.\n */\n",
|
|
4669
|
+
"excerptTokens": [
|
|
4670
|
+
{
|
|
4671
|
+
"kind": "Content",
|
|
4672
|
+
"text": "type: "
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
"kind": "Content",
|
|
4676
|
+
"text": "string"
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"kind": "Content",
|
|
4680
|
+
"text": ";"
|
|
4681
|
+
}
|
|
4682
|
+
],
|
|
4683
|
+
"isReadonly": false,
|
|
4684
|
+
"isOptional": false,
|
|
4685
|
+
"releaseTag": "Public",
|
|
4686
|
+
"name": "type",
|
|
4687
|
+
"propertyTypeTokenRange": {
|
|
4688
|
+
"startIndex": 1,
|
|
4689
|
+
"endIndex": 2
|
|
4690
|
+
}
|
|
4691
|
+
}
|
|
4692
|
+
],
|
|
4693
|
+
"extendsTokenRanges": [
|
|
4694
|
+
{
|
|
4695
|
+
"startIndex": 1,
|
|
4696
|
+
"endIndex": 3
|
|
4697
|
+
}
|
|
4698
|
+
]
|
|
4699
|
+
},
|
|
4700
|
+
{
|
|
4701
|
+
"kind": "Interface",
|
|
4702
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptsRequest:interface",
|
|
4703
|
+
"docComment": "/**\n * Request for Related Prompts endpoint.\n */\n",
|
|
4704
|
+
"excerptTokens": [
|
|
4705
|
+
{
|
|
4706
|
+
"kind": "Content",
|
|
4707
|
+
"text": "export interface RelatedPromptsRequest extends "
|
|
4708
|
+
},
|
|
4709
|
+
{
|
|
4710
|
+
"kind": "Reference",
|
|
4711
|
+
"text": "QueryableRequest",
|
|
4712
|
+
"canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
|
|
4713
|
+
},
|
|
4714
|
+
{
|
|
4715
|
+
"kind": "Content",
|
|
4716
|
+
"text": ", "
|
|
4717
|
+
},
|
|
4718
|
+
{
|
|
4719
|
+
"kind": "Reference",
|
|
4720
|
+
"text": "ExtraParamsRequest",
|
|
4721
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"kind": "Content",
|
|
4725
|
+
"text": " "
|
|
4726
|
+
}
|
|
4727
|
+
],
|
|
4728
|
+
"fileUrlPath": "src/request/related-prompts-request.model.ts",
|
|
4729
|
+
"releaseTag": "Public",
|
|
4730
|
+
"name": "RelatedPromptsRequest",
|
|
4731
|
+
"preserveMemberOrder": false,
|
|
4732
|
+
"members": [],
|
|
4733
|
+
"extendsTokenRanges": [
|
|
4734
|
+
{
|
|
4735
|
+
"startIndex": 1,
|
|
4736
|
+
"endIndex": 2
|
|
4737
|
+
},
|
|
4738
|
+
{
|
|
4739
|
+
"startIndex": 3,
|
|
4740
|
+
"endIndex": 4
|
|
4741
|
+
}
|
|
4742
|
+
]
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"kind": "Interface",
|
|
4746
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptsResponse:interface",
|
|
4747
|
+
"docComment": "/**\n * Response for the related prompts endpoint.\n */\n",
|
|
4748
|
+
"excerptTokens": [
|
|
4749
|
+
{
|
|
4750
|
+
"kind": "Content",
|
|
4751
|
+
"text": "export interface RelatedPromptsResponse "
|
|
4752
|
+
}
|
|
4753
|
+
],
|
|
4754
|
+
"fileUrlPath": "src/response/related-prompts-response.model.ts",
|
|
4755
|
+
"releaseTag": "Public",
|
|
4756
|
+
"name": "RelatedPromptsResponse",
|
|
4757
|
+
"preserveMemberOrder": false,
|
|
4758
|
+
"members": [
|
|
4759
|
+
{
|
|
4760
|
+
"kind": "PropertySignature",
|
|
4761
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptsResponse#relatedPrompts:member",
|
|
4762
|
+
"docComment": "",
|
|
4763
|
+
"excerptTokens": [
|
|
4764
|
+
{
|
|
4765
|
+
"kind": "Content",
|
|
4766
|
+
"text": "relatedPrompts: "
|
|
4767
|
+
},
|
|
4768
|
+
{
|
|
4769
|
+
"kind": "Reference",
|
|
4770
|
+
"text": "RelatedPrompt",
|
|
4771
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt:interface"
|
|
4772
|
+
},
|
|
4773
|
+
{
|
|
4774
|
+
"kind": "Content",
|
|
4775
|
+
"text": "[]"
|
|
4776
|
+
},
|
|
4777
|
+
{
|
|
4778
|
+
"kind": "Content",
|
|
4779
|
+
"text": ";"
|
|
4780
|
+
}
|
|
4781
|
+
],
|
|
4782
|
+
"isReadonly": false,
|
|
4783
|
+
"isOptional": false,
|
|
4784
|
+
"releaseTag": "Public",
|
|
4785
|
+
"name": "relatedPrompts",
|
|
4786
|
+
"propertyTypeTokenRange": {
|
|
4787
|
+
"startIndex": 1,
|
|
4788
|
+
"endIndex": 3
|
|
4789
|
+
}
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"extendsTokenRanges": []
|
|
4793
|
+
},
|
|
4583
4794
|
{
|
|
4584
4795
|
"kind": "Interface",
|
|
4585
4796
|
"canonicalReference": "@empathyco/x-types!RelatedTag:interface",
|
|
@@ -7339,6 +7550,56 @@
|
|
|
7339
7550
|
"endIndex": 7
|
|
7340
7551
|
}
|
|
7341
7552
|
},
|
|
7553
|
+
{
|
|
7554
|
+
"kind": "PropertySignature",
|
|
7555
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#relatedPrompts:member",
|
|
7556
|
+
"docComment": "",
|
|
7557
|
+
"excerptTokens": [
|
|
7558
|
+
{
|
|
7559
|
+
"kind": "Content",
|
|
7560
|
+
"text": "relatedPrompts: "
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"kind": "Reference",
|
|
7564
|
+
"text": "EndpointAdapter",
|
|
7565
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"kind": "Content",
|
|
7569
|
+
"text": "<"
|
|
7570
|
+
},
|
|
7571
|
+
{
|
|
7572
|
+
"kind": "Reference",
|
|
7573
|
+
"text": "RelatedPromptsRequest",
|
|
7574
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptsRequest:interface"
|
|
7575
|
+
},
|
|
7576
|
+
{
|
|
7577
|
+
"kind": "Content",
|
|
7578
|
+
"text": ", "
|
|
7579
|
+
},
|
|
7580
|
+
{
|
|
7581
|
+
"kind": "Reference",
|
|
7582
|
+
"text": "RelatedPromptsResponse",
|
|
7583
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptsResponse:interface"
|
|
7584
|
+
},
|
|
7585
|
+
{
|
|
7586
|
+
"kind": "Content",
|
|
7587
|
+
"text": ">"
|
|
7588
|
+
},
|
|
7589
|
+
{
|
|
7590
|
+
"kind": "Content",
|
|
7591
|
+
"text": ";"
|
|
7592
|
+
}
|
|
7593
|
+
],
|
|
7594
|
+
"isReadonly": false,
|
|
7595
|
+
"isOptional": false,
|
|
7596
|
+
"releaseTag": "Public",
|
|
7597
|
+
"name": "relatedPrompts",
|
|
7598
|
+
"propertyTypeTokenRange": {
|
|
7599
|
+
"startIndex": 1,
|
|
7600
|
+
"endIndex": 7
|
|
7601
|
+
}
|
|
7602
|
+
},
|
|
7342
7603
|
{
|
|
7343
7604
|
"kind": "PropertySignature",
|
|
7344
7605
|
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#relatedTags:member",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e2e-adapter.d.ts","sourceRoot":"","sources":["../../../src/adapter/e2e-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,eAAe,EAA0B,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3F;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,EAAE,UAMnC,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EACnD,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,OAAO,EAAE,QAAQ,CAAC,CASpC;AAED,eAAO,MAAM,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"e2e-adapter.d.ts","sourceRoot":"","sources":["../../../src/adapter/e2e-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,eAAe,EAA0B,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3F;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,EAAE,UAMnC,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EACnD,IAAI,EAAE,MAAM,GACX,eAAe,CAAC,OAAO,EAAE,QAAQ,CAAC,CASpC;AAED,eAAO,MAAM,UAAU,EAAE,kBAoBxB,CAAC"}
|