jamespot-front-business 1.2.57 → 1.2.58
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 +43 -43
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -450,7 +450,7 @@ type JType = {
|
|
|
450
450
|
mainType: string;
|
|
451
451
|
};
|
|
452
452
|
type ContentTypePropertyValue = Pick<JType, 'type' | 'label'>;
|
|
453
|
-
declare const AppFormFixedList: ("
|
|
453
|
+
declare const AppFormFixedList: ("TITLE" | "USER" | "PUBLISHTO" | "SENDALERTTOSUBSCRIBERS" | "RECEIVEACOPY" | "CREATIONDATE")[];
|
|
454
454
|
declare const AppFormNoAsFieldList: Array<ExtraAppFieldsItemViewsValues | AppFormItemTypesValues>;
|
|
455
455
|
declare const AppFormFieldOnlyInView: "CODEHTML"[];
|
|
456
456
|
declare const AppFormNonPrimaryList: (AppFormItemTypesValues | ExtraAppFieldsItemViewsValues)[];
|
|
@@ -1120,8 +1120,8 @@ declare const AdminLogs: {
|
|
|
1120
1120
|
start: string;
|
|
1121
1121
|
end: string;
|
|
1122
1122
|
};
|
|
1123
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
1124
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
1123
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
1124
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
1125
1125
|
or?: boolean | undefined;
|
|
1126
1126
|
isNull?: boolean | undefined;
|
|
1127
1127
|
isNotNull?: boolean | undefined;
|
|
@@ -1143,8 +1143,8 @@ declare const AdminLogs: {
|
|
|
1143
1143
|
start: string;
|
|
1144
1144
|
end: string;
|
|
1145
1145
|
};
|
|
1146
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
1147
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
1146
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
1147
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
1148
1148
|
or?: boolean | undefined;
|
|
1149
1149
|
isNull?: boolean | undefined;
|
|
1150
1150
|
isNotNull?: boolean | undefined;
|
|
@@ -1166,8 +1166,8 @@ declare const AdminLogs: {
|
|
|
1166
1166
|
start: string;
|
|
1167
1167
|
end: string;
|
|
1168
1168
|
};
|
|
1169
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
1170
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
1169
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
1170
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
1171
1171
|
or?: boolean | undefined;
|
|
1172
1172
|
isNull?: boolean | undefined;
|
|
1173
1173
|
isNotNull?: boolean | undefined;
|
|
@@ -1594,9 +1594,9 @@ declare const Bookmark: {
|
|
|
1594
1594
|
resetMoveBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkList/resetMoveBookmarkStatus">;
|
|
1595
1595
|
resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
|
|
1596
1596
|
addBookmarkRT: _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;
|
|
@@ -1604,8 +1604,8 @@ declare const Bookmark: {
|
|
|
1604
1604
|
targetId: number;
|
|
1605
1605
|
targetType: string | null;
|
|
1606
1606
|
dateCreation?: string | undefined;
|
|
1607
|
-
dateModified?: string | null | undefined;
|
|
1608
1607
|
url?: string | null | undefined;
|
|
1608
|
+
dateModified?: string | null | undefined;
|
|
1609
1609
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1610
1610
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1611
1611
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1614,9 +1614,9 @@ declare const Bookmark: {
|
|
|
1614
1614
|
bookmarkMeta?: string | null | undefined;
|
|
1615
1615
|
}, "bookmarkList/addBookmarkRT">;
|
|
1616
1616
|
deleteBookmarkRT: _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;
|
|
@@ -1624,8 +1624,8 @@ declare const Bookmark: {
|
|
|
1624
1624
|
targetId: number;
|
|
1625
1625
|
targetType: string | null;
|
|
1626
1626
|
dateCreation?: string | undefined;
|
|
1627
|
-
dateModified?: string | null | undefined;
|
|
1628
1627
|
url?: string | null | undefined;
|
|
1628
|
+
dateModified?: string | null | undefined;
|
|
1629
1629
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1630
1630
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1631
1631
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1634,9 +1634,9 @@ declare const Bookmark: {
|
|
|
1634
1634
|
bookmarkMeta?: string | null | undefined;
|
|
1635
1635
|
}, "bookmarkList/deleteBookmarkRT">;
|
|
1636
1636
|
updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1637
|
+
type: "bookmarkLink";
|
|
1637
1638
|
id: number;
|
|
1638
1639
|
mainType: string;
|
|
1639
|
-
type: "bookmarkLink";
|
|
1640
1640
|
uri: string;
|
|
1641
1641
|
value: string | null;
|
|
1642
1642
|
srcId: number;
|
|
@@ -1644,8 +1644,8 @@ declare const Bookmark: {
|
|
|
1644
1644
|
targetId: number;
|
|
1645
1645
|
targetType: string | null;
|
|
1646
1646
|
dateCreation?: string | undefined;
|
|
1647
|
-
dateModified?: string | null | undefined;
|
|
1648
1647
|
url?: string | null | undefined;
|
|
1648
|
+
dateModified?: string | null | undefined;
|
|
1649
1649
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1650
1650
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1651
1651
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1654,9 +1654,9 @@ declare const Bookmark: {
|
|
|
1654
1654
|
bookmarkMeta?: string | null | undefined;
|
|
1655
1655
|
}, "bookmarkList/updateBookmarkRT">;
|
|
1656
1656
|
setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
1657
|
+
type: "bookmarkLink";
|
|
1657
1658
|
id: number;
|
|
1658
1659
|
mainType: string;
|
|
1659
|
-
type: "bookmarkLink";
|
|
1660
1660
|
uri: string;
|
|
1661
1661
|
value: string | null;
|
|
1662
1662
|
srcId: number;
|
|
@@ -1664,8 +1664,8 @@ declare const Bookmark: {
|
|
|
1664
1664
|
targetId: number;
|
|
1665
1665
|
targetType: string | null;
|
|
1666
1666
|
dateCreation?: string | undefined;
|
|
1667
|
-
dateModified?: string | null | undefined;
|
|
1668
1667
|
url?: string | null | undefined;
|
|
1668
|
+
dateModified?: string | null | undefined;
|
|
1669
1669
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1670
1670
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1671
1671
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1676,9 +1676,9 @@ declare const Bookmark: {
|
|
|
1676
1676
|
unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
|
|
1677
1677
|
resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
|
|
1678
1678
|
fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
|
|
1679
|
+
type: "bookmarkLink";
|
|
1679
1680
|
id: number;
|
|
1680
1681
|
mainType: string;
|
|
1681
|
-
type: "bookmarkLink";
|
|
1682
1682
|
uri: string;
|
|
1683
1683
|
value: string | null;
|
|
1684
1684
|
srcId: number;
|
|
@@ -1686,8 +1686,8 @@ declare const Bookmark: {
|
|
|
1686
1686
|
targetId: number;
|
|
1687
1687
|
targetType: string | null;
|
|
1688
1688
|
dateCreation?: string | undefined;
|
|
1689
|
-
dateModified?: string | null | undefined;
|
|
1690
1689
|
url?: string | null | undefined;
|
|
1690
|
+
dateModified?: string | null | undefined;
|
|
1691
1691
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1692
1692
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1693
1693
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1710,9 +1710,9 @@ declare const Bookmark: {
|
|
|
1710
1710
|
rejectedMeta?: unknown;
|
|
1711
1711
|
}>;
|
|
1712
1712
|
addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
|
|
1713
|
+
type: "bookmarkLink";
|
|
1713
1714
|
id: number;
|
|
1714
1715
|
mainType: string;
|
|
1715
|
-
type: "bookmarkLink";
|
|
1716
1716
|
uri: string;
|
|
1717
1717
|
value: string | null;
|
|
1718
1718
|
srcId: number;
|
|
@@ -1720,8 +1720,8 @@ declare const Bookmark: {
|
|
|
1720
1720
|
targetId: number;
|
|
1721
1721
|
targetType: string | null;
|
|
1722
1722
|
dateCreation?: string | undefined;
|
|
1723
|
-
dateModified?: string | null | undefined;
|
|
1724
1723
|
url?: string | null | undefined;
|
|
1724
|
+
dateModified?: string | null | undefined;
|
|
1725
1725
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1726
1726
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1727
1727
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1729,9 +1729,9 @@ declare const Bookmark: {
|
|
|
1729
1729
|
bookmarkLabel?: string | undefined;
|
|
1730
1730
|
bookmarkMeta?: string | null | undefined;
|
|
1731
1731
|
} | {
|
|
1732
|
+
type: string;
|
|
1732
1733
|
id: number;
|
|
1733
1734
|
mainType: string;
|
|
1734
|
-
type: string;
|
|
1735
1735
|
uri: string;
|
|
1736
1736
|
value: string | null;
|
|
1737
1737
|
srcId: number;
|
|
@@ -1752,9 +1752,9 @@ declare const Bookmark: {
|
|
|
1752
1752
|
dateModified: string;
|
|
1753
1753
|
} | undefined;
|
|
1754
1754
|
}, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
|
|
1755
|
+
type: "bookmarkLink";
|
|
1755
1756
|
id: number;
|
|
1756
1757
|
mainType: string;
|
|
1757
|
-
type: "bookmarkLink";
|
|
1758
1758
|
uri: string;
|
|
1759
1759
|
value: string | null;
|
|
1760
1760
|
srcId: number;
|
|
@@ -1762,8 +1762,8 @@ declare const Bookmark: {
|
|
|
1762
1762
|
targetId: number;
|
|
1763
1763
|
targetType: string | null;
|
|
1764
1764
|
dateCreation?: string | undefined;
|
|
1765
|
-
dateModified?: string | null | undefined;
|
|
1766
1765
|
url?: string | null | undefined;
|
|
1766
|
+
dateModified?: string | null | undefined;
|
|
1767
1767
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1768
1768
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1769
1769
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1815,9 +1815,9 @@ declare const Bookmark: {
|
|
|
1815
1815
|
rejectedMeta?: unknown;
|
|
1816
1816
|
}>;
|
|
1817
1817
|
deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
|
|
1818
|
+
type: "bookmarkLink";
|
|
1818
1819
|
id: number;
|
|
1819
1820
|
mainType: string;
|
|
1820
|
-
type: "bookmarkLink";
|
|
1821
1821
|
uri: string;
|
|
1822
1822
|
value: string | null;
|
|
1823
1823
|
srcId: number;
|
|
@@ -1825,8 +1825,8 @@ declare const Bookmark: {
|
|
|
1825
1825
|
targetId: number;
|
|
1826
1826
|
targetType: string | null;
|
|
1827
1827
|
dateCreation?: string | undefined;
|
|
1828
|
-
dateModified?: string | null | undefined;
|
|
1829
1828
|
url?: string | null | undefined;
|
|
1829
|
+
dateModified?: string | null | undefined;
|
|
1830
1830
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1831
1831
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1832
1832
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1851,9 +1851,9 @@ declare const Bookmark: {
|
|
|
1851
1851
|
rejectedMeta?: unknown;
|
|
1852
1852
|
}>;
|
|
1853
1853
|
editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
|
|
1854
|
+
type: "bookmarkLink";
|
|
1854
1855
|
id: number;
|
|
1855
1856
|
mainType: string;
|
|
1856
|
-
type: "bookmarkLink";
|
|
1857
1857
|
uri: string;
|
|
1858
1858
|
value: string | null;
|
|
1859
1859
|
srcId: number;
|
|
@@ -1861,8 +1861,8 @@ declare const Bookmark: {
|
|
|
1861
1861
|
targetId: number;
|
|
1862
1862
|
targetType: string | null;
|
|
1863
1863
|
dateCreation?: string | undefined;
|
|
1864
|
-
dateModified?: string | null | undefined;
|
|
1865
1864
|
url?: string | null | undefined;
|
|
1865
|
+
dateModified?: string | null | undefined;
|
|
1866
1866
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1867
1867
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1868
1868
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1889,9 +1889,9 @@ declare const Bookmark: {
|
|
|
1889
1889
|
bookmarkList: (state: RootState$1) => bookmarkListState;
|
|
1890
1890
|
bookmarkListIsInitialized: (state: RootState$1) => boolean;
|
|
1891
1891
|
bookmarkEditBookmark: (state: RootState$1) => {
|
|
1892
|
+
type: "bookmarkLink";
|
|
1892
1893
|
id: number;
|
|
1893
1894
|
mainType: string;
|
|
1894
|
-
type: "bookmarkLink";
|
|
1895
1895
|
uri: string;
|
|
1896
1896
|
value: string | null;
|
|
1897
1897
|
srcId: number;
|
|
@@ -1899,8 +1899,8 @@ declare const Bookmark: {
|
|
|
1899
1899
|
targetId: number;
|
|
1900
1900
|
targetType: string | null;
|
|
1901
1901
|
dateCreation?: string | undefined;
|
|
1902
|
-
dateModified?: string | null | undefined;
|
|
1903
1902
|
url?: string | null | undefined;
|
|
1903
|
+
dateModified?: string | null | undefined;
|
|
1904
1904
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1905
1905
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1906
1906
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1909,9 +1909,9 @@ declare const Bookmark: {
|
|
|
1909
1909
|
bookmarkMeta?: string | null | undefined;
|
|
1910
1910
|
} | undefined;
|
|
1911
1911
|
bookmarkByArticleId: (state: RootState$1, idArticle: number) => {
|
|
1912
|
+
type: "bookmarkLink";
|
|
1912
1913
|
id: number;
|
|
1913
1914
|
mainType: string;
|
|
1914
|
-
type: "bookmarkLink";
|
|
1915
1915
|
uri: string;
|
|
1916
1916
|
value: string | null;
|
|
1917
1917
|
srcId: number;
|
|
@@ -1919,8 +1919,8 @@ declare const Bookmark: {
|
|
|
1919
1919
|
targetId: number;
|
|
1920
1920
|
targetType: string | null;
|
|
1921
1921
|
dateCreation?: string | undefined;
|
|
1922
|
-
dateModified?: string | null | undefined;
|
|
1923
1922
|
url?: string | null | undefined;
|
|
1923
|
+
dateModified?: string | null | undefined;
|
|
1924
1924
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1925
1925
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
1926
1926
|
bookmarkUrl?: string | null | undefined;
|
|
@@ -1930,13 +1930,13 @@ declare const Bookmark: {
|
|
|
1930
1930
|
} | undefined;
|
|
1931
1931
|
};
|
|
1932
1932
|
getRTHandlers: (dispatch: AppDispatch) => ({
|
|
1933
|
-
namespace: "BOOKMARKS";
|
|
1934
|
-
function: "update" | "add" | "delete";
|
|
1935
|
-
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1936
|
-
} | {
|
|
1937
1933
|
namespace: "CUSTOM-ACTION";
|
|
1938
1934
|
function: "update" | "add" | "remove";
|
|
1939
1935
|
handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
|
|
1936
|
+
} | {
|
|
1937
|
+
namespace: "BOOKMARKS";
|
|
1938
|
+
function: "update" | "add" | "delete";
|
|
1939
|
+
handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
|
|
1940
1940
|
})[];
|
|
1941
1941
|
};
|
|
1942
1942
|
|
|
@@ -2970,8 +2970,8 @@ declare const ExtraBot: {
|
|
|
2970
2970
|
start: string;
|
|
2971
2971
|
end: string;
|
|
2972
2972
|
};
|
|
2973
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
2974
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
2973
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
2974
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
2975
2975
|
or?: boolean | undefined;
|
|
2976
2976
|
isNull?: boolean | undefined;
|
|
2977
2977
|
isNotNull?: boolean | undefined;
|
|
@@ -2993,8 +2993,8 @@ declare const ExtraBot: {
|
|
|
2993
2993
|
start: string;
|
|
2994
2994
|
end: string;
|
|
2995
2995
|
};
|
|
2996
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
2997
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
2996
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
2997
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
2998
2998
|
or?: boolean | undefined;
|
|
2999
2999
|
isNull?: boolean | undefined;
|
|
3000
3000
|
isNotNull?: boolean | undefined;
|
|
@@ -3079,7 +3079,7 @@ declare const Faq: {
|
|
|
3079
3079
|
};
|
|
3080
3080
|
actions: {
|
|
3081
3081
|
fetchFaqConfig: _reduxjs_toolkit.AsyncThunk<{
|
|
3082
|
-
_web: "" | "
|
|
3082
|
+
_web: "" | "1" | "0" | undefined;
|
|
3083
3083
|
appImage: string | {
|
|
3084
3084
|
image: {
|
|
3085
3085
|
id: string;
|
|
@@ -3090,7 +3090,7 @@ declare const Faq: {
|
|
|
3090
3090
|
access: {
|
|
3091
3091
|
createCategory: boolean;
|
|
3092
3092
|
};
|
|
3093
|
-
_displayComment: "" | "
|
|
3093
|
+
_displayComment: "" | "1" | "0" | undefined;
|
|
3094
3094
|
} | {
|
|
3095
3095
|
_web: string;
|
|
3096
3096
|
appImage?: never;
|
|
@@ -3201,8 +3201,8 @@ declare const FileIntegrity: {
|
|
|
3201
3201
|
start: string;
|
|
3202
3202
|
end: string;
|
|
3203
3203
|
};
|
|
3204
|
-
operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "
|
|
3205
|
-
method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "
|
|
3204
|
+
operator?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "json_contains" | "match" | undefined;
|
|
3205
|
+
method?: "link" | "=" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "json_contains" | "match" | "+" | "-" | undefined;
|
|
3206
3206
|
or?: boolean | undefined;
|
|
3207
3207
|
isNull?: boolean | undefined;
|
|
3208
3208
|
isNotNull?: boolean | undefined;
|
|
@@ -5290,7 +5290,7 @@ declare const Widget: {
|
|
|
5290
5290
|
}[];
|
|
5291
5291
|
selectFlushedWidgets: (state: RootState$1) => string[];
|
|
5292
5292
|
selectWidgetContext: (state: RootState$1, uniqid: string) => "article" | "comment" | undefined;
|
|
5293
|
-
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 |
|
|
5293
|
+
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 | 3 | 2 | 4 | undefined;
|
|
5294
5294
|
selectWidgetWrapperStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
5295
5295
|
selectWidgetTitleStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
5296
5296
|
selectWidgetChipCount: (state: RootState$1, uniqid: string) => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.58",
|
|
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.58",
|
|
35
35
|
"jest": "^30.2.0",
|
|
36
36
|
"jest-environment-jsdom": "^30.2.0",
|
|
37
37
|
"prettier": "^3.6.2",
|