@empathyco/x-components 3.0.0-alpha.119 → 3.0.0-alpha.120
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 +9 -0
- package/design-system/full-theme.css +144 -143
- package/docs/API-reference/api/x-adapter-platform.bannerschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.md +22 -22
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueryschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.numberfilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.promotedschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.redirectionschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchrequestschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.searchresponseschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.simplefilterschema.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.suggestionschema.md +11 -0
- package/package.json +3 -3
- package/report/x-adapter-platform.api.json +66 -66
- package/docs/API-reference/api/x-adapter-platform.bannermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.facetmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.hierarchicalfiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextqueriesresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.nextquerymutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.numberfiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.popularsearchesrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.popularsearchesresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.promotedmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.querysuggestionsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.recommendationsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.recommendationsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.redirectionmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagsrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.relatedtagsresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.searchrequestmutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.searchresponsemutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.simplefiltermutableschema.md +0 -11
- package/docs/API-reference/api/x-adapter-platform.suggestionmutableschema.md +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.120](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.119...@empathyco/x-components@3.0.0-alpha.120) (2022-06-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## [3.0.0-alpha.119](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.118...@empathyco/x-components@3.0.0-alpha.119) (2022-06-24)
|
|
7
16
|
|
|
8
17
|
**Note:** Version bump only for package @empathyco/x-components
|
|
@@ -1567,149 +1567,6 @@
|
|
|
1567
1567
|
--x-size-border-radius-bottom-right-input-pill: var(--x-size-border-radius-input-pill);
|
|
1568
1568
|
--x-size-border-radius-bottom-left-input-pill: var(--x-size-border-radius-input-pill);
|
|
1569
1569
|
}
|
|
1570
|
-
.x-list {
|
|
1571
|
-
display: flex;
|
|
1572
|
-
flex-flow: var(--x-string-flow-list);
|
|
1573
|
-
list-style: none;
|
|
1574
|
-
gap: var(--x-size-gap-list);
|
|
1575
|
-
margin: 0;
|
|
1576
|
-
padding: var(--x-size-padding-list);
|
|
1577
|
-
justify-content: var(--x-size-justify-list);
|
|
1578
|
-
align-items: var(--x-size-align-list);
|
|
1579
|
-
min-width: 0;
|
|
1580
|
-
}
|
|
1581
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1582
|
-
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
1583
|
-
gap: 0;
|
|
1584
|
-
}
|
|
1585
|
-
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
1586
|
-
margin-bottom: var(--x-size-gap-list);
|
|
1587
|
-
}
|
|
1588
|
-
}
|
|
1589
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1590
|
-
.x-list.x-list--horizontal {
|
|
1591
|
-
gap: 0;
|
|
1592
|
-
}
|
|
1593
|
-
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
1594
|
-
margin-right: var(--x-size-gap-list);
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
1598
|
-
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
1599
|
-
gap: 0;
|
|
1600
|
-
}
|
|
1601
|
-
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
1602
|
-
margin-right: var(--x-size-gap-list);
|
|
1603
|
-
margin-bottom: var(--x-size-gap-list);
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
|
|
1607
|
-
.x-list--vertical.x-list {
|
|
1608
|
-
flex-flow: column nowrap;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
.x-list--horizontal.x-list {
|
|
1612
|
-
flex-flow: row nowrap;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.x-list--wrap.x-list {
|
|
1616
|
-
flex-flow: row wrap;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
.x-list--wrap-reverse.x-list {
|
|
1620
|
-
flex-flow: row wrap-reverse;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
.x-list--justify-stretch.x-list {
|
|
1624
|
-
justify-content: stretch;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
.x-list--justify-center.x-list {
|
|
1628
|
-
justify-content: center;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
.x-list--justify-end.x-list {
|
|
1632
|
-
justify-content: flex-end;
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
.x-list--justify-start.x-list {
|
|
1636
|
-
justify-content: flex-start;
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
.x-list--align-stretch.x-list {
|
|
1640
|
-
align-items: stretch;
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
.x-list--align-center.x-list {
|
|
1644
|
-
align-items: center;
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
.x-list--align-baseline.x-list {
|
|
1648
|
-
align-items: baseline;
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.x-list--align-end.x-list {
|
|
1652
|
-
align-items: flex-end;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
.x-list--align-start.x-list {
|
|
1656
|
-
align-items: flex-start;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.x-list > .x-list__item--expand {
|
|
1660
|
-
flex: 1 1 auto;
|
|
1661
|
-
}
|
|
1662
|
-
.x-list > .x-list__item--no-expand {
|
|
1663
|
-
flex: 0 0 auto;
|
|
1664
|
-
}
|
|
1665
|
-
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
1666
|
-
min-width: 0;
|
|
1667
|
-
}
|
|
1668
|
-
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
1669
|
-
min-height: 0;
|
|
1670
|
-
}
|
|
1671
|
-
.x-list > .x-list__item--stretch {
|
|
1672
|
-
align-self: stretch;
|
|
1673
|
-
}
|
|
1674
|
-
.x-list > .x-list__item--flex-none {
|
|
1675
|
-
flex: none;
|
|
1676
|
-
}
|
|
1677
|
-
.x-list > .x-list__item--01 {
|
|
1678
|
-
flex: 1 12 auto;
|
|
1679
|
-
}
|
|
1680
|
-
.x-list > .x-list__item--02 {
|
|
1681
|
-
flex: 2 11 auto;
|
|
1682
|
-
}
|
|
1683
|
-
.x-list > .x-list__item--03 {
|
|
1684
|
-
flex: 3 10 auto;
|
|
1685
|
-
}
|
|
1686
|
-
.x-list > .x-list__item--04 {
|
|
1687
|
-
flex: 4 9 auto;
|
|
1688
|
-
}
|
|
1689
|
-
.x-list > .x-list__item--05 {
|
|
1690
|
-
flex: 5 8 auto;
|
|
1691
|
-
}
|
|
1692
|
-
.x-list > .x-list__item--06 {
|
|
1693
|
-
flex: 6 7 auto;
|
|
1694
|
-
}
|
|
1695
|
-
.x-list > .x-list__item--07 {
|
|
1696
|
-
flex: 7 6 auto;
|
|
1697
|
-
}
|
|
1698
|
-
.x-list > .x-list__item--08 {
|
|
1699
|
-
flex: 8 5 auto;
|
|
1700
|
-
}
|
|
1701
|
-
.x-list > .x-list__item--09 {
|
|
1702
|
-
flex: 9 4 auto;
|
|
1703
|
-
}
|
|
1704
|
-
.x-list > .x-list__item--10 {
|
|
1705
|
-
flex: 10 3 auto;
|
|
1706
|
-
}
|
|
1707
|
-
.x-list > .x-list__item--11 {
|
|
1708
|
-
flex: 11 2 auto;
|
|
1709
|
-
}
|
|
1710
|
-
.x-list > .x-list__item--12 {
|
|
1711
|
-
flex: 12 1 auto;
|
|
1712
|
-
}
|
|
1713
1570
|
:root {
|
|
1714
1571
|
--x-string-flow-list: column nowrap;
|
|
1715
1572
|
--x-size-padding-list: 0;
|
|
@@ -7613,3 +7470,147 @@
|
|
|
7613
7470
|
.x-normal-case {
|
|
7614
7471
|
text-transform: none;
|
|
7615
7472
|
}
|
|
7473
|
+
|
|
7474
|
+
.x-list {
|
|
7475
|
+
display: flex;
|
|
7476
|
+
flex-flow: var(--x-string-flow-list);
|
|
7477
|
+
list-style: none;
|
|
7478
|
+
gap: var(--x-size-gap-list);
|
|
7479
|
+
margin: 0;
|
|
7480
|
+
padding: var(--x-size-padding-list);
|
|
7481
|
+
justify-content: var(--x-size-justify-list);
|
|
7482
|
+
align-items: var(--x-size-align-list);
|
|
7483
|
+
min-width: 0;
|
|
7484
|
+
}
|
|
7485
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7486
|
+
.x-list:not(.x-list--horizontal), .x-list.x-list--vertical {
|
|
7487
|
+
gap: 0;
|
|
7488
|
+
}
|
|
7489
|
+
.x-list:not(.x-list--horizontal) > *:not(:last-child), .x-list.x-list--vertical > *:not(:last-child) {
|
|
7490
|
+
margin-bottom: var(--x-size-gap-list);
|
|
7491
|
+
}
|
|
7492
|
+
}
|
|
7493
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7494
|
+
.x-list.x-list--horizontal {
|
|
7495
|
+
gap: 0;
|
|
7496
|
+
}
|
|
7497
|
+
.x-list.x-list--horizontal > *:not(:last-child) {
|
|
7498
|
+
margin-right: var(--x-size-gap-list);
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7501
|
+
@media not all and (min-resolution: 0.001dpcm) {
|
|
7502
|
+
.x-list.x-list--wrap, .x-list.x-list--wrap-reverse {
|
|
7503
|
+
gap: 0;
|
|
7504
|
+
}
|
|
7505
|
+
.x-list.x-list--wrap > *:not(:last-child), .x-list.x-list--wrap-reverse > *:not(:last-child) {
|
|
7506
|
+
margin-right: var(--x-size-gap-list);
|
|
7507
|
+
margin-bottom: var(--x-size-gap-list);
|
|
7508
|
+
}
|
|
7509
|
+
}
|
|
7510
|
+
|
|
7511
|
+
.x-list--vertical.x-list {
|
|
7512
|
+
flex-flow: column nowrap;
|
|
7513
|
+
}
|
|
7514
|
+
|
|
7515
|
+
.x-list--horizontal.x-list {
|
|
7516
|
+
flex-flow: row nowrap;
|
|
7517
|
+
}
|
|
7518
|
+
|
|
7519
|
+
.x-list--wrap.x-list {
|
|
7520
|
+
flex-flow: row wrap;
|
|
7521
|
+
}
|
|
7522
|
+
|
|
7523
|
+
.x-list--wrap-reverse.x-list {
|
|
7524
|
+
flex-flow: row wrap-reverse;
|
|
7525
|
+
}
|
|
7526
|
+
|
|
7527
|
+
.x-list--justify-stretch.x-list {
|
|
7528
|
+
justify-content: stretch;
|
|
7529
|
+
}
|
|
7530
|
+
|
|
7531
|
+
.x-list--justify-center.x-list {
|
|
7532
|
+
justify-content: center;
|
|
7533
|
+
}
|
|
7534
|
+
|
|
7535
|
+
.x-list--justify-end.x-list {
|
|
7536
|
+
justify-content: flex-end;
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
.x-list--justify-start.x-list {
|
|
7540
|
+
justify-content: flex-start;
|
|
7541
|
+
}
|
|
7542
|
+
|
|
7543
|
+
.x-list--align-stretch.x-list {
|
|
7544
|
+
align-items: stretch;
|
|
7545
|
+
}
|
|
7546
|
+
|
|
7547
|
+
.x-list--align-center.x-list {
|
|
7548
|
+
align-items: center;
|
|
7549
|
+
}
|
|
7550
|
+
|
|
7551
|
+
.x-list--align-baseline.x-list {
|
|
7552
|
+
align-items: baseline;
|
|
7553
|
+
}
|
|
7554
|
+
|
|
7555
|
+
.x-list--align-end.x-list {
|
|
7556
|
+
align-items: flex-end;
|
|
7557
|
+
}
|
|
7558
|
+
|
|
7559
|
+
.x-list--align-start.x-list {
|
|
7560
|
+
align-items: flex-start;
|
|
7561
|
+
}
|
|
7562
|
+
|
|
7563
|
+
.x-list > .x-list__item--expand {
|
|
7564
|
+
flex: 1 1 auto;
|
|
7565
|
+
}
|
|
7566
|
+
.x-list > .x-list__item--no-expand {
|
|
7567
|
+
flex: 0 0 auto;
|
|
7568
|
+
}
|
|
7569
|
+
.x-list.x-list--horizontal > .x-list__item--expand {
|
|
7570
|
+
min-width: 0;
|
|
7571
|
+
}
|
|
7572
|
+
.x-list:not(.x-list--horizontal) > .x-list__item--expand {
|
|
7573
|
+
min-height: 0;
|
|
7574
|
+
}
|
|
7575
|
+
.x-list > .x-list__item--stretch {
|
|
7576
|
+
align-self: stretch;
|
|
7577
|
+
}
|
|
7578
|
+
.x-list > .x-list__item--flex-none {
|
|
7579
|
+
flex: none;
|
|
7580
|
+
}
|
|
7581
|
+
.x-list > .x-list__item--01 {
|
|
7582
|
+
flex: 1 12 auto;
|
|
7583
|
+
}
|
|
7584
|
+
.x-list > .x-list__item--02 {
|
|
7585
|
+
flex: 2 11 auto;
|
|
7586
|
+
}
|
|
7587
|
+
.x-list > .x-list__item--03 {
|
|
7588
|
+
flex: 3 10 auto;
|
|
7589
|
+
}
|
|
7590
|
+
.x-list > .x-list__item--04 {
|
|
7591
|
+
flex: 4 9 auto;
|
|
7592
|
+
}
|
|
7593
|
+
.x-list > .x-list__item--05 {
|
|
7594
|
+
flex: 5 8 auto;
|
|
7595
|
+
}
|
|
7596
|
+
.x-list > .x-list__item--06 {
|
|
7597
|
+
flex: 6 7 auto;
|
|
7598
|
+
}
|
|
7599
|
+
.x-list > .x-list__item--07 {
|
|
7600
|
+
flex: 7 6 auto;
|
|
7601
|
+
}
|
|
7602
|
+
.x-list > .x-list__item--08 {
|
|
7603
|
+
flex: 8 5 auto;
|
|
7604
|
+
}
|
|
7605
|
+
.x-list > .x-list__item--09 {
|
|
7606
|
+
flex: 9 4 auto;
|
|
7607
|
+
}
|
|
7608
|
+
.x-list > .x-list__item--10 {
|
|
7609
|
+
flex: 10 3 auto;
|
|
7610
|
+
}
|
|
7611
|
+
.x-list > .x-list__item--11 {
|
|
7612
|
+
flex: 11 2 auto;
|
|
7613
|
+
}
|
|
7614
|
+
.x-list > .x-list__item--12 {
|
|
7615
|
+
flex: 12 1 auto;
|
|
7616
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [bannerSchema](./x-adapter-platform.bannerschema.md)
|
|
4
|
+
|
|
5
|
+
## bannerSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
bannerSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformBanner, Banner>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [facetSchema](./x-adapter-platform.facetschema.md)
|
|
4
|
+
|
|
5
|
+
## facetSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
facetSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFacet, EditableNumberRangeFacet | HierarchicalFacet | NumberRangeFacet | SimpleFacet>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [hierarchicalFilterSchema](./x-adapter-platform.hierarchicalfilterschema.md)
|
|
4
|
+
|
|
5
|
+
## hierarchicalFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
hierarchicalFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformHierarchicalFilter, HierarchicalFilter>>
|
|
11
|
+
```
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
|
|
51
51
|
| Variable | Description |
|
|
52
52
|
| --- | --- |
|
|
53
|
-
| [
|
|
54
|
-
| [
|
|
53
|
+
| [bannerSchema](./x-adapter-platform.bannerschema.md) | |
|
|
54
|
+
| [facetSchema](./x-adapter-platform.facetschema.md) | |
|
|
55
55
|
| [facetsConfig](./x-adapter-platform.facetsconfig.md) | |
|
|
56
|
-
| [
|
|
56
|
+
| [hierarchicalFilterSchema](./x-adapter-platform.hierarchicalfilterschema.md) | |
|
|
57
57
|
| [identifierResultsEndpointAdapter](./x-adapter-platform.identifierresultsendpointadapter.md) | |
|
|
58
58
|
| [identifierResultsRequestMapper](./x-adapter-platform.identifierresultsrequestmapper.md) | |
|
|
59
59
|
| [identifierResultsRequestSchema](./x-adapter-platform.identifierresultsrequestschema.md) | |
|
|
@@ -61,43 +61,43 @@
|
|
|
61
61
|
| [identifierResultsResponseSchema](./x-adapter-platform.identifierresultsresponseschema.md) | |
|
|
62
62
|
| [nextQueriesEndpointAdapter](./x-adapter-platform.nextqueriesendpointadapter.md) | This endpoint does not support pagination in the request. |
|
|
63
63
|
| [nextQueriesRequestMapper](./x-adapter-platform.nextqueriesrequestmapper.md) | |
|
|
64
|
-
| [
|
|
64
|
+
| [nextQueriesRequestSchema](./x-adapter-platform.nextqueriesrequestschema.md) | |
|
|
65
65
|
| [nextQueriesResponseMapper](./x-adapter-platform.nextqueriesresponsemapper.md) | |
|
|
66
|
-
| [
|
|
67
|
-
| [
|
|
68
|
-
| [
|
|
66
|
+
| [nextQueriesResponseSchema](./x-adapter-platform.nextqueriesresponseschema.md) | |
|
|
67
|
+
| [nextQuerySchema](./x-adapter-platform.nextqueryschema.md) | |
|
|
68
|
+
| [numberFilterSchema](./x-adapter-platform.numberfilterschema.md) | |
|
|
69
69
|
| [platformAdapter](./x-adapter-platform.platformadapter.md) | |
|
|
70
70
|
| [popularSearchesEndpointAdapter](./x-adapter-platform.popularsearchesendpointadapter.md) | |
|
|
71
71
|
| [popularSearchesRequestMapper](./x-adapter-platform.popularsearchesrequestmapper.md) | |
|
|
72
|
-
| [
|
|
72
|
+
| [popularSearchesRequestSchema](./x-adapter-platform.popularsearchesrequestschema.md) | |
|
|
73
73
|
| [popularSearchesResponseMapper](./x-adapter-platform.popularsearchesresponsemapper.md) | |
|
|
74
|
-
| [
|
|
75
|
-
| [
|
|
74
|
+
| [popularSearchesResponseSchema](./x-adapter-platform.popularsearchesresponseschema.md) | |
|
|
75
|
+
| [promotedSchema](./x-adapter-platform.promotedschema.md) | |
|
|
76
76
|
| [querySuggestionsEndpointAdapter](./x-adapter-platform.querysuggestionsendpointadapter.md) | |
|
|
77
77
|
| [querySuggestionsRequestMapper](./x-adapter-platform.querysuggestionsrequestmapper.md) | |
|
|
78
|
-
| [
|
|
78
|
+
| [querySuggestionsRequestSchema](./x-adapter-platform.querysuggestionsrequestschema.md) | |
|
|
79
79
|
| [querySuggestionsResponseMapper](./x-adapter-platform.querysuggestionsresponsemapper.md) | |
|
|
80
|
-
| [
|
|
80
|
+
| [querySuggestionsResponseSchema](./x-adapter-platform.querysuggestionsresponseschema.md) | |
|
|
81
81
|
| [recommendationsEndpointAdapter](./x-adapter-platform.recommendationsendpointadapter.md) | |
|
|
82
82
|
| [recommendationsRequestMapper](./x-adapter-platform.recommendationsrequestmapper.md) | |
|
|
83
|
-
| [
|
|
83
|
+
| [recommendationsRequestSchema](./x-adapter-platform.recommendationsrequestschema.md) | |
|
|
84
84
|
| [recommendationsResponseMapper](./x-adapter-platform.recommendationsresponsemapper.md) | |
|
|
85
|
-
| [
|
|
86
|
-
| [
|
|
87
|
-
| [
|
|
85
|
+
| [recommendationsResponseSchema](./x-adapter-platform.recommendationsresponseschema.md) | |
|
|
86
|
+
| [redirectionSchema](./x-adapter-platform.redirectionschema.md) | |
|
|
87
|
+
| [relatedTagSchema](./x-adapter-platform.relatedtagschema.md) | |
|
|
88
88
|
| [relatedTagsEndpointAdapter](./x-adapter-platform.relatedtagsendpointadapter.md) | This endpoint does not support pagination in the request. |
|
|
89
89
|
| [relatedTagsRequestMapper](./x-adapter-platform.relatedtagsrequestmapper.md) | |
|
|
90
|
-
| [
|
|
90
|
+
| [relatedTagsRequestSchema](./x-adapter-platform.relatedtagsrequestschema.md) | |
|
|
91
91
|
| [relatedTagsResponseMapper](./x-adapter-platform.relatedtagsresponsemapper.md) | |
|
|
92
|
-
| [
|
|
92
|
+
| [relatedTagsResponseSchema](./x-adapter-platform.relatedtagsresponseschema.md) | |
|
|
93
93
|
| [resultSchema](./x-adapter-platform.resultschema.md) | |
|
|
94
94
|
| [searchEndpointAdapter](./x-adapter-platform.searchendpointadapter.md) | |
|
|
95
95
|
| [searchRequestMapper](./x-adapter-platform.searchrequestmapper.md) | |
|
|
96
|
-
| [
|
|
96
|
+
| [searchRequestSchema](./x-adapter-platform.searchrequestschema.md) | |
|
|
97
97
|
| [searchResponseMapper](./x-adapter-platform.searchresponsemapper.md) | |
|
|
98
|
-
| [
|
|
99
|
-
| [
|
|
100
|
-
| [
|
|
98
|
+
| [searchResponseSchema](./x-adapter-platform.searchresponseschema.md) | |
|
|
99
|
+
| [simpleFilterSchema](./x-adapter-platform.simplefilterschema.md) | |
|
|
100
|
+
| [suggestionSchema](./x-adapter-platform.suggestionschema.md) | |
|
|
101
101
|
| [taggingEndpointAdapter](./x-adapter-platform.taggingendpointadapter.md) | |
|
|
102
102
|
| [taggingRequestMapper](./x-adapter-platform.taggingrequestmapper.md) | |
|
|
103
103
|
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQueriesRequestSchema](./x-adapter-platform.nextqueriesrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQueriesRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQueriesRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<NextQueriesRequest, PlatformNextQueriesRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQueriesResponseSchema](./x-adapter-platform.nextqueriesresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQueriesResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQueriesResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformNextQueriesResponse, NextQueriesResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [nextQuerySchema](./x-adapter-platform.nextqueryschema.md)
|
|
4
|
+
|
|
5
|
+
## nextQuerySchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
nextQuerySchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformNextQuery, NextQuery>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [numberFilterSchema](./x-adapter-platform.numberfilterschema.md)
|
|
4
|
+
|
|
5
|
+
## numberFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
numberFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFilter, NumberRangeFilter>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [popularSearchesRequestSchema](./x-adapter-platform.popularsearchesrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## popularSearchesRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
popularSearchesRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PopularSearchesRequest, PlatformPopularSearchesRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [popularSearchesResponseSchema](./x-adapter-platform.popularsearchesresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## popularSearchesResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
popularSearchesResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformPopularSearchesResponse, PopularSearchesResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [promotedSchema](./x-adapter-platform.promotedschema.md)
|
|
4
|
+
|
|
5
|
+
## promotedSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
promotedSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformPromoted, Promoted>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [querySuggestionsRequestSchema](./x-adapter-platform.querysuggestionsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## querySuggestionsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
querySuggestionsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<QuerySuggestionsRequest, PlatformQuerySuggestionsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [querySuggestionsResponseSchema](./x-adapter-platform.querysuggestionsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## querySuggestionsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
querySuggestionsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformQuerySuggestionsResponse, QuerySuggestionsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [recommendationsRequestSchema](./x-adapter-platform.recommendationsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## recommendationsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
recommendationsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<RecommendationsRequest, PlatformRecommendationsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [recommendationsResponseSchema](./x-adapter-platform.recommendationsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## recommendationsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
recommendationsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRecommendationsResponse, RecommendationsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [redirectionSchema](./x-adapter-platform.redirectionschema.md)
|
|
4
|
+
|
|
5
|
+
## redirectionSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
redirectionSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRedirection, Redirection>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagSchema](./x-adapter-platform.relatedtagschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRelatedTag, RelatedTag>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagsRequestSchema](./x-adapter-platform.relatedtagsrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagsRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagsRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<RelatedTagsRequest, PlatformRelatedTagsRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [relatedTagsResponseSchema](./x-adapter-platform.relatedtagsresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## relatedTagsResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
relatedTagsResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformRelatedTagsResponse, RelatedTagsResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [searchRequestSchema](./x-adapter-platform.searchrequestschema.md)
|
|
4
|
+
|
|
5
|
+
## searchRequestSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
searchRequestSchema: import("@empathyco/x-adapter").MutableSchema<Schema<SearchRequest, PlatformSearchRequest>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [searchResponseSchema](./x-adapter-platform.searchresponseschema.md)
|
|
4
|
+
|
|
5
|
+
## searchResponseSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
searchResponseSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformSearchResponse, SearchResponse>>
|
|
11
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [simpleFilterSchema](./x-adapter-platform.simplefilterschema.md)
|
|
4
|
+
|
|
5
|
+
## simpleFilterSchema variable
|
|
6
|
+
|
|
7
|
+
<b>Signature:</b>
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
simpleFilterSchema: import("@empathyco/x-adapter").MutableSchema<Schema<PlatformFilter, SimpleFilter>>
|
|
11
|
+
```
|