jamespot-front-business 1.2.41 → 1.2.42
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/dist/types.d.ts +29 -29
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1169,7 +1169,7 @@ declare const Animations: {
|
|
|
1169
1169
|
};
|
|
1170
1170
|
actions: {
|
|
1171
1171
|
saveCurrentAnimation: _reduxjs_toolkit.AsyncThunk<void, {
|
|
1172
|
-
name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1172
|
+
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1173
1173
|
audience: string[];
|
|
1174
1174
|
auto: boolean;
|
|
1175
1175
|
activeClickEffect: number;
|
|
@@ -1232,7 +1232,7 @@ declare const Animations: {
|
|
|
1232
1232
|
rejectedMeta?: unknown;
|
|
1233
1233
|
}>;
|
|
1234
1234
|
fetchCurrentAnimationApp: _reduxjs_toolkit.AsyncThunk<{
|
|
1235
|
-
name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1235
|
+
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1236
1236
|
audience: string[];
|
|
1237
1237
|
auto: boolean;
|
|
1238
1238
|
activeClickEffect: number;
|
|
@@ -1319,7 +1319,7 @@ declare const Animations: {
|
|
|
1319
1319
|
};
|
|
1320
1320
|
selectors: {
|
|
1321
1321
|
selectCurrentAnimation: (state: RootState$1) => {
|
|
1322
|
-
name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1322
|
+
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1323
1323
|
audience: string[];
|
|
1324
1324
|
auto: boolean;
|
|
1325
1325
|
activeClickEffect: number;
|
|
@@ -1328,7 +1328,7 @@ declare const Animations: {
|
|
|
1328
1328
|
isActiveAnimation: (state: RootState$1) => boolean;
|
|
1329
1329
|
isToggleLoading: (state: RootState$1) => boolean;
|
|
1330
1330
|
selectAnimationConfigurationApp: (state: RootState$1) => {
|
|
1331
|
-
name: "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1331
|
+
name: "Autumn" | "Christmas" | "Halloween" | "Celebration" | "Olympics" | "Maythefourth" | "Spring" | "MusicFestival" | "EasterEggs" | "CustomAnimation";
|
|
1332
1332
|
audience: string[];
|
|
1333
1333
|
auto: boolean;
|
|
1334
1334
|
activeClickEffect: number;
|
|
@@ -1554,15 +1554,16 @@ declare const Bookmark: {
|
|
|
1554
1554
|
resetMoveBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkList/resetMoveBookmarkStatus">;
|
|
1555
1555
|
resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
|
|
1556
1556
|
addBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1557
|
+
type: "bookmarkLink";
|
|
1557
1558
|
id: number;
|
|
1558
1559
|
mainType: string;
|
|
1559
|
-
type: "bookmarkLink";
|
|
1560
1560
|
uri: string;
|
|
1561
1561
|
value: string | null;
|
|
1562
1562
|
srcId: number;
|
|
1563
1563
|
srcType: string;
|
|
1564
1564
|
targetId: number;
|
|
1565
1565
|
targetType: string | null;
|
|
1566
|
+
url?: string | null | undefined;
|
|
1566
1567
|
dateCreation?: string | undefined;
|
|
1567
1568
|
dateModified?: string | null | undefined;
|
|
1568
1569
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1571,18 +1572,18 @@ declare const Bookmark: {
|
|
|
1571
1572
|
bookmarkOrder?: number | undefined;
|
|
1572
1573
|
bookmarkLabel?: string | undefined;
|
|
1573
1574
|
bookmarkMeta?: string | null | undefined;
|
|
1574
|
-
url?: string | null | undefined;
|
|
1575
1575
|
}, "bookmarkList/addBookmarkRT">;
|
|
1576
1576
|
deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1577
|
+
type: "bookmarkLink";
|
|
1577
1578
|
id: number;
|
|
1578
1579
|
mainType: string;
|
|
1579
|
-
type: "bookmarkLink";
|
|
1580
1580
|
uri: string;
|
|
1581
1581
|
value: string | null;
|
|
1582
1582
|
srcId: number;
|
|
1583
1583
|
srcType: string;
|
|
1584
1584
|
targetId: number;
|
|
1585
1585
|
targetType: string | null;
|
|
1586
|
+
url?: string | null | undefined;
|
|
1586
1587
|
dateCreation?: string | undefined;
|
|
1587
1588
|
dateModified?: string | null | undefined;
|
|
1588
1589
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1591,18 +1592,18 @@ declare const Bookmark: {
|
|
|
1591
1592
|
bookmarkOrder?: number | undefined;
|
|
1592
1593
|
bookmarkLabel?: string | undefined;
|
|
1593
1594
|
bookmarkMeta?: string | null | undefined;
|
|
1594
|
-
url?: string | null | undefined;
|
|
1595
1595
|
}, "bookmarkList/deleteBookmarkRT">;
|
|
1596
1596
|
updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1597
|
+
type: "bookmarkLink";
|
|
1597
1598
|
id: number;
|
|
1598
1599
|
mainType: string;
|
|
1599
|
-
type: "bookmarkLink";
|
|
1600
1600
|
uri: string;
|
|
1601
1601
|
value: string | null;
|
|
1602
1602
|
srcId: number;
|
|
1603
1603
|
srcType: string;
|
|
1604
1604
|
targetId: number;
|
|
1605
1605
|
targetType: string | null;
|
|
1606
|
+
url?: string | null | undefined;
|
|
1606
1607
|
dateCreation?: string | undefined;
|
|
1607
1608
|
dateModified?: string | null | undefined;
|
|
1608
1609
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1611,18 +1612,18 @@ declare const Bookmark: {
|
|
|
1611
1612
|
bookmarkOrder?: number | undefined;
|
|
1612
1613
|
bookmarkLabel?: string | undefined;
|
|
1613
1614
|
bookmarkMeta?: string | null | undefined;
|
|
1614
|
-
url?: string | null | undefined;
|
|
1615
1615
|
}, "bookmarkList/updateBookmarkRT">;
|
|
1616
1616
|
setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1617
|
+
type: "bookmarkLink";
|
|
1617
1618
|
id: number;
|
|
1618
1619
|
mainType: string;
|
|
1619
|
-
type: "bookmarkLink";
|
|
1620
1620
|
uri: string;
|
|
1621
1621
|
value: string | null;
|
|
1622
1622
|
srcId: number;
|
|
1623
1623
|
srcType: string;
|
|
1624
1624
|
targetId: number;
|
|
1625
1625
|
targetType: string | null;
|
|
1626
|
+
url?: string | null | undefined;
|
|
1626
1627
|
dateCreation?: string | undefined;
|
|
1627
1628
|
dateModified?: string | null | undefined;
|
|
1628
1629
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1631,20 +1632,20 @@ declare const Bookmark: {
|
|
|
1631
1632
|
bookmarkOrder?: number | undefined;
|
|
1632
1633
|
bookmarkLabel?: string | undefined;
|
|
1633
1634
|
bookmarkMeta?: string | null | undefined;
|
|
1634
|
-
url?: string | null | undefined;
|
|
1635
1635
|
}, "bookmarkEdit/setEditBookmark">;
|
|
1636
1636
|
unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
|
|
1637
1637
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
1638
1638
|
fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
|
|
1639
|
+
type: "bookmarkLink";
|
|
1639
1640
|
id: number;
|
|
1640
1641
|
mainType: string;
|
|
1641
|
-
type: "bookmarkLink";
|
|
1642
1642
|
uri: string;
|
|
1643
1643
|
value: string | null;
|
|
1644
1644
|
srcId: number;
|
|
1645
1645
|
srcType: string;
|
|
1646
1646
|
targetId: number;
|
|
1647
1647
|
targetType: string | null;
|
|
1648
|
+
url?: string | null | undefined;
|
|
1648
1649
|
dateCreation?: string | undefined;
|
|
1649
1650
|
dateModified?: string | null | undefined;
|
|
1650
1651
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1653,7 +1654,6 @@ declare const Bookmark: {
|
|
|
1653
1654
|
bookmarkOrder?: number | undefined;
|
|
1654
1655
|
bookmarkLabel?: string | undefined;
|
|
1655
1656
|
bookmarkMeta?: string | null | undefined;
|
|
1656
|
-
url?: string | null | undefined;
|
|
1657
1657
|
}>, void, {
|
|
1658
1658
|
dispatch: AppDispatch;
|
|
1659
1659
|
state: RootState$1;
|
|
@@ -1670,15 +1670,16 @@ declare const Bookmark: {
|
|
|
1670
1670
|
rejectedMeta?: unknown;
|
|
1671
1671
|
}>;
|
|
1672
1672
|
addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
|
|
1673
|
+
type: "bookmarkLink";
|
|
1673
1674
|
id: number;
|
|
1674
1675
|
mainType: string;
|
|
1675
|
-
type: "bookmarkLink";
|
|
1676
1676
|
uri: string;
|
|
1677
1677
|
value: string | null;
|
|
1678
1678
|
srcId: number;
|
|
1679
1679
|
srcType: string;
|
|
1680
1680
|
targetId: number;
|
|
1681
1681
|
targetType: string | null;
|
|
1682
|
+
url?: string | null | undefined;
|
|
1682
1683
|
dateCreation?: string | undefined;
|
|
1683
1684
|
dateModified?: string | null | undefined;
|
|
1684
1685
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1687,11 +1688,10 @@ declare const Bookmark: {
|
|
|
1687
1688
|
bookmarkOrder?: number | undefined;
|
|
1688
1689
|
bookmarkLabel?: string | undefined;
|
|
1689
1690
|
bookmarkMeta?: string | null | undefined;
|
|
1690
|
-
url?: string | null | undefined;
|
|
1691
1691
|
} | {
|
|
1692
|
+
type: string;
|
|
1692
1693
|
id: number;
|
|
1693
1694
|
mainType: string;
|
|
1694
|
-
type: string;
|
|
1695
1695
|
uri: string;
|
|
1696
1696
|
value: string | null;
|
|
1697
1697
|
srcId: number;
|
|
@@ -1700,27 +1700,28 @@ declare const Bookmark: {
|
|
|
1700
1700
|
targetType: string | null;
|
|
1701
1701
|
_cssColor: string;
|
|
1702
1702
|
_cssClass: string;
|
|
1703
|
+
url?: string | null | undefined;
|
|
1703
1704
|
_src?: jamespot_user_api.jObjectLittle | undefined;
|
|
1704
1705
|
_target?: jamespot_user_api.jObjectLittle | undefined;
|
|
1705
1706
|
bookmarkUrl?: string | null | undefined;
|
|
1706
1707
|
bookmarkOrder?: string | undefined;
|
|
1707
1708
|
bookmarkLabel?: string | undefined;
|
|
1708
1709
|
bookmarkMeta?: string | null | undefined;
|
|
1709
|
-
url?: string | null | undefined;
|
|
1710
1710
|
_values?: {
|
|
1711
1711
|
dateCreation: string;
|
|
1712
1712
|
dateModified: string;
|
|
1713
1713
|
} | undefined;
|
|
1714
1714
|
}, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
|
|
1715
|
+
type: "bookmarkLink";
|
|
1715
1716
|
id: number;
|
|
1716
1717
|
mainType: string;
|
|
1717
|
-
type: "bookmarkLink";
|
|
1718
1718
|
uri: string;
|
|
1719
1719
|
value: string | null;
|
|
1720
1720
|
srcId: number;
|
|
1721
1721
|
srcType: string;
|
|
1722
1722
|
targetId: number;
|
|
1723
1723
|
targetType: string | null;
|
|
1724
|
+
url?: string | null | undefined;
|
|
1724
1725
|
dateCreation?: string | undefined;
|
|
1725
1726
|
dateModified?: string | null | undefined;
|
|
1726
1727
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1729,7 +1730,6 @@ declare const Bookmark: {
|
|
|
1729
1730
|
bookmarkOrder?: number | undefined;
|
|
1730
1731
|
bookmarkLabel?: string | undefined;
|
|
1731
1732
|
bookmarkMeta?: string | null | undefined;
|
|
1732
|
-
url?: string | null | undefined;
|
|
1733
1733
|
}, jamespot_user_api.BaseMessages>, ({
|
|
1734
1734
|
bookmarkUrl?: string | null | undefined;
|
|
1735
1735
|
bookmarkLabel?: string | undefined;
|
|
@@ -1775,15 +1775,16 @@ declare const Bookmark: {
|
|
|
1775
1775
|
rejectedMeta?: unknown;
|
|
1776
1776
|
}>;
|
|
1777
1777
|
deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
|
|
1778
|
+
type: "bookmarkLink";
|
|
1778
1779
|
id: number;
|
|
1779
1780
|
mainType: string;
|
|
1780
|
-
type: "bookmarkLink";
|
|
1781
1781
|
uri: string;
|
|
1782
1782
|
value: string | null;
|
|
1783
1783
|
srcId: number;
|
|
1784
1784
|
srcType: string;
|
|
1785
1785
|
targetId: number;
|
|
1786
1786
|
targetType: string | null;
|
|
1787
|
+
url?: string | null | undefined;
|
|
1787
1788
|
dateCreation?: string | undefined;
|
|
1788
1789
|
dateModified?: string | null | undefined;
|
|
1789
1790
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1792,7 +1793,6 @@ declare const Bookmark: {
|
|
|
1792
1793
|
bookmarkOrder?: number | undefined;
|
|
1793
1794
|
bookmarkLabel?: string | undefined;
|
|
1794
1795
|
bookmarkMeta?: string | null | undefined;
|
|
1795
|
-
url?: string | null | undefined;
|
|
1796
1796
|
}, "id"> & {
|
|
1797
1797
|
requestId?: string | undefined;
|
|
1798
1798
|
}, {
|
|
@@ -1811,15 +1811,16 @@ declare const Bookmark: {
|
|
|
1811
1811
|
rejectedMeta?: unknown;
|
|
1812
1812
|
}>;
|
|
1813
1813
|
editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
|
|
1814
|
+
type: "bookmarkLink";
|
|
1814
1815
|
id: number;
|
|
1815
1816
|
mainType: string;
|
|
1816
|
-
type: "bookmarkLink";
|
|
1817
1817
|
uri: string;
|
|
1818
1818
|
value: string | null;
|
|
1819
1819
|
srcId: number;
|
|
1820
1820
|
srcType: string;
|
|
1821
1821
|
targetId: number;
|
|
1822
1822
|
targetType: string | null;
|
|
1823
|
+
url?: string | null | undefined;
|
|
1823
1824
|
dateCreation?: string | undefined;
|
|
1824
1825
|
dateModified?: string | null | undefined;
|
|
1825
1826
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1828,7 +1829,6 @@ declare const Bookmark: {
|
|
|
1828
1829
|
bookmarkOrder?: number | undefined;
|
|
1829
1830
|
bookmarkLabel?: string | undefined;
|
|
1830
1831
|
bookmarkMeta?: string | null | undefined;
|
|
1831
|
-
url?: string | null | undefined;
|
|
1832
1832
|
}>, {
|
|
1833
1833
|
dispatch: AppDispatch;
|
|
1834
1834
|
state: RootState$1;
|
|
@@ -1849,15 +1849,16 @@ declare const Bookmark: {
|
|
|
1849
1849
|
bookmarkList: (state: RootState$1) => bookmarkListState;
|
|
1850
1850
|
bookmarkListIsInitialized: (state: RootState$1) => boolean;
|
|
1851
1851
|
bookmarkEditBookmark: (state: RootState$1) => {
|
|
1852
|
+
type: "bookmarkLink";
|
|
1852
1853
|
id: number;
|
|
1853
1854
|
mainType: string;
|
|
1854
|
-
type: "bookmarkLink";
|
|
1855
1855
|
uri: string;
|
|
1856
1856
|
value: string | null;
|
|
1857
1857
|
srcId: number;
|
|
1858
1858
|
srcType: string;
|
|
1859
1859
|
targetId: number;
|
|
1860
1860
|
targetType: string | null;
|
|
1861
|
+
url?: string | null | undefined;
|
|
1861
1862
|
dateCreation?: string | undefined;
|
|
1862
1863
|
dateModified?: string | null | undefined;
|
|
1863
1864
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1866,18 +1867,18 @@ declare const Bookmark: {
|
|
|
1866
1867
|
bookmarkOrder?: number | undefined;
|
|
1867
1868
|
bookmarkLabel?: string | undefined;
|
|
1868
1869
|
bookmarkMeta?: string | null | undefined;
|
|
1869
|
-
url?: string | null | undefined;
|
|
1870
1870
|
} | undefined;
|
|
1871
1871
|
bookmarkByArticleId: (state: RootState$1, idArticle: number) => {
|
|
1872
|
+
type: "bookmarkLink";
|
|
1872
1873
|
id: number;
|
|
1873
1874
|
mainType: string;
|
|
1874
|
-
type: "bookmarkLink";
|
|
1875
1875
|
uri: string;
|
|
1876
1876
|
value: string | null;
|
|
1877
1877
|
srcId: number;
|
|
1878
1878
|
srcType: string;
|
|
1879
1879
|
targetId: number;
|
|
1880
1880
|
targetType: string | null;
|
|
1881
|
+
url?: string | null | undefined;
|
|
1881
1882
|
dateCreation?: string | undefined;
|
|
1882
1883
|
dateModified?: string | null | undefined;
|
|
1883
1884
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -1886,7 +1887,6 @@ declare const Bookmark: {
|
|
|
1886
1887
|
bookmarkOrder?: number | undefined;
|
|
1887
1888
|
bookmarkLabel?: string | undefined;
|
|
1888
1889
|
bookmarkMeta?: string | null | undefined;
|
|
1889
|
-
url?: string | null | undefined;
|
|
1890
1890
|
} | undefined;
|
|
1891
1891
|
};
|
|
1892
1892
|
getRTHandlers: (dispatch: AppDispatch) => ({
|
|
@@ -5763,7 +5763,6 @@ declare const Widget: {
|
|
|
5763
5763
|
slice: _reduxjs_toolkit.Slice<{
|
|
5764
5764
|
layers: Record<string, {
|
|
5765
5765
|
title: string;
|
|
5766
|
-
visible: boolean;
|
|
5767
5766
|
widgets: jamespot_user_api.WidgetWrapperGeneric<({
|
|
5768
5767
|
layers?: string[] | undefined;
|
|
5769
5768
|
} & jamespot_user_api.WidgetArticleAttachmentType) | ({
|
|
@@ -5839,6 +5838,7 @@ declare const Widget: {
|
|
|
5839
5838
|
} & jamespot_user_api.WidgetType<{
|
|
5840
5839
|
url?: string | undefined;
|
|
5841
5840
|
}>)>[];
|
|
5841
|
+
visible: boolean;
|
|
5842
5842
|
uniqid: string;
|
|
5843
5843
|
locked: boolean;
|
|
5844
5844
|
position?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.42",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"eslint-config-prettier": "^8.10.2",
|
|
32
32
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
33
33
|
"eslint-plugin-import": "^2.32.0",
|
|
34
|
-
"jamespot-user-api": "^1.2.
|
|
34
|
+
"jamespot-user-api": "^1.2.42",
|
|
35
35
|
"jest": "^30.1.2",
|
|
36
36
|
"jest-environment-jsdom": "^30.1.2",
|
|
37
37
|
"prettier": "^3.6.2",
|