jamespot-front-business 1.2.42 → 1.2.44

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 CHANGED
@@ -1,13 +1,17 @@
1
- import * as _reduxjs_toolkit from '@reduxjs/toolkit';
2
- import { EntityState, ThunkDispatch, AnyAction, PayloadAction } from '@reduxjs/toolkit';
3
1
  import * as jamespot_user_api from 'jamespot-user-api';
4
2
  import { Filters, Orders, AnimationConfigurationType, AnimationStats, ApplicationType, BookableAssetList, AssetReservationConfiguration, ReservationList, WedocFileType, PagingResults, TVChannelList, ValueOf, StudioApplicationBase, jTaxonomyLittle, jUserLittle, JLandMap, AdminLicensesNotAssigned, AudienceAutocomplete, jArticleView, jUserList, AdminLogNavigation, AdminLogObject, AdminLogSearch, ExtraBotConfig, CommentWithExtensions, jCommentList, BookmarkRawList, FaqHookProperties, FaqAccess, ExtendedFaqCategory, FaqList, HookListType, MediaLibraryList, MediaLibraryStats, MediaLibraryFolderStats, MediaLibraryFilesStats, NetworkType, TeamWorkTaskStatus, TinyMCECommonOptions, TinyMCEExtendedOptions, WidgetKeys, WidgetDisplayMode, CombinedWidgetContent, Model as Model$1, WidgetsRootState, JamespotUserApi, ApiWrapper, ContentReportStatus, LicenseHookListType, ApiPagingResults, WidgetDefinitionProps, WidgetWrapperProps, SocialAction } from 'jamespot-user-api';
3
+ import * as _reduxjs_toolkit from '@reduxjs/toolkit';
4
+ import { EntityState, ThunkDispatch, AnyAction, PayloadAction } from '@reduxjs/toolkit';
5
5
  import { ContentReportList } from 'jamespot-user-api/lib/src/types/contentReport';
6
6
  import * as redux from 'redux';
7
7
  import * as _reduxjs_toolkit_dist_tsHelpers from '@reduxjs/toolkit/dist/tsHelpers';
8
8
  import * as jamespot_user_api_lib_src_types_user from 'jamespot-user-api/lib/src/types/user';
9
9
  import React$1 from 'react';
10
10
 
11
+ declare const Article: {
12
+ getArticleRTHandlers: (listener: (article: jamespot_user_api.jObjectBase) => void) => Array<jamespot_user_api.RTMessageHandler<"JAMESPOT", jamespot_user_api.Namespaces["JAMESPOT"]>>;
13
+ };
14
+
11
15
  type Loading = {
12
16
  loading: 'idle' | 'pending';
13
17
  };
@@ -1007,8 +1011,8 @@ declare const AdminLogs: {
1007
1011
  level: number;
1008
1012
  pseudo: string;
1009
1013
  idUser: number;
1010
- action: string;
1011
1014
  ip: string;
1015
+ action: string;
1012
1016
  extended?: string | undefined;
1013
1017
  }>, jamespot_user_api.ListQueryParameters, {
1014
1018
  dispatch: AppDispatch;
@@ -1084,7 +1088,7 @@ declare const AdminLogs: {
1084
1088
  start: string;
1085
1089
  end: string;
1086
1090
  };
1087
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | undefined;
1091
+ operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1088
1092
  method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1089
1093
  or?: boolean | undefined;
1090
1094
  isNull?: boolean | undefined;
@@ -1107,7 +1111,7 @@ declare const AdminLogs: {
1107
1111
  start: string;
1108
1112
  end: string;
1109
1113
  };
1110
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | undefined;
1114
+ operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1111
1115
  method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1112
1116
  or?: boolean | undefined;
1113
1117
  isNull?: boolean | undefined;
@@ -1130,7 +1134,7 @@ declare const AdminLogs: {
1130
1134
  start: string;
1131
1135
  end: string;
1132
1136
  };
1133
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | undefined;
1137
+ operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
1134
1138
  method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
1135
1139
  or?: boolean | undefined;
1136
1140
  isNull?: boolean | undefined;
@@ -1554,16 +1558,15 @@ declare const Bookmark: {
1554
1558
  resetMoveBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkList/resetMoveBookmarkStatus">;
1555
1559
  resetDeleteBookmarkStatus: _reduxjs_toolkit.ActionCreatorWithPayload<string, "bookmarkList/resetDeleteBookmarkStatus">;
1556
1560
  addBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1557
- type: "bookmarkLink";
1558
1561
  id: number;
1559
1562
  mainType: string;
1563
+ type: "bookmarkLink";
1560
1564
  uri: string;
1561
1565
  value: string | null;
1562
1566
  srcId: number;
1563
1567
  srcType: string;
1564
1568
  targetId: number;
1565
1569
  targetType: string | null;
1566
- url?: string | null | undefined;
1567
1570
  dateCreation?: string | undefined;
1568
1571
  dateModified?: string | null | undefined;
1569
1572
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1572,18 +1575,18 @@ declare const Bookmark: {
1572
1575
  bookmarkOrder?: number | undefined;
1573
1576
  bookmarkLabel?: string | undefined;
1574
1577
  bookmarkMeta?: string | null | undefined;
1578
+ url?: string | null | undefined;
1575
1579
  }, "bookmarkList/addBookmarkRT">;
1576
1580
  deleteBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1577
- type: "bookmarkLink";
1578
1581
  id: number;
1579
1582
  mainType: string;
1583
+ type: "bookmarkLink";
1580
1584
  uri: string;
1581
1585
  value: string | null;
1582
1586
  srcId: number;
1583
1587
  srcType: string;
1584
1588
  targetId: number;
1585
1589
  targetType: string | null;
1586
- url?: string | null | undefined;
1587
1590
  dateCreation?: string | undefined;
1588
1591
  dateModified?: string | null | undefined;
1589
1592
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1592,18 +1595,18 @@ declare const Bookmark: {
1592
1595
  bookmarkOrder?: number | undefined;
1593
1596
  bookmarkLabel?: string | undefined;
1594
1597
  bookmarkMeta?: string | null | undefined;
1598
+ url?: string | null | undefined;
1595
1599
  }, "bookmarkList/deleteBookmarkRT">;
1596
1600
  updateBookmarkRT: _reduxjs_toolkit.ActionCreatorWithPayload<{
1597
- type: "bookmarkLink";
1598
1601
  id: number;
1599
1602
  mainType: string;
1603
+ type: "bookmarkLink";
1600
1604
  uri: string;
1601
1605
  value: string | null;
1602
1606
  srcId: number;
1603
1607
  srcType: string;
1604
1608
  targetId: number;
1605
1609
  targetType: string | null;
1606
- url?: string | null | undefined;
1607
1610
  dateCreation?: string | undefined;
1608
1611
  dateModified?: string | null | undefined;
1609
1612
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1612,18 +1615,18 @@ declare const Bookmark: {
1612
1615
  bookmarkOrder?: number | undefined;
1613
1616
  bookmarkLabel?: string | undefined;
1614
1617
  bookmarkMeta?: string | null | undefined;
1618
+ url?: string | null | undefined;
1615
1619
  }, "bookmarkList/updateBookmarkRT">;
1616
1620
  setEditBookmark: _reduxjs_toolkit.ActionCreatorWithPayload<{
1617
- type: "bookmarkLink";
1618
1621
  id: number;
1619
1622
  mainType: string;
1623
+ type: "bookmarkLink";
1620
1624
  uri: string;
1621
1625
  value: string | null;
1622
1626
  srcId: number;
1623
1627
  srcType: string;
1624
1628
  targetId: number;
1625
1629
  targetType: string | null;
1626
- url?: string | null | undefined;
1627
1630
  dateCreation?: string | undefined;
1628
1631
  dateModified?: string | null | undefined;
1629
1632
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1632,20 +1635,20 @@ declare const Bookmark: {
1632
1635
  bookmarkOrder?: number | undefined;
1633
1636
  bookmarkLabel?: string | undefined;
1634
1637
  bookmarkMeta?: string | null | undefined;
1638
+ url?: string | null | undefined;
1635
1639
  }, "bookmarkEdit/setEditBookmark">;
1636
1640
  unsetEditBookmark: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/unsetEditBookmark">;
1637
1641
  resetStatus: _reduxjs_toolkit.ActionCreatorWithoutPayload<"bookmarkEdit/resetStatus">;
1638
1642
  fetchBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiPagingResults<{
1639
- type: "bookmarkLink";
1640
1643
  id: number;
1641
1644
  mainType: string;
1645
+ type: "bookmarkLink";
1642
1646
  uri: string;
1643
1647
  value: string | null;
1644
1648
  srcId: number;
1645
1649
  srcType: string;
1646
1650
  targetId: number;
1647
1651
  targetType: string | null;
1648
- url?: string | null | undefined;
1649
1652
  dateCreation?: string | undefined;
1650
1653
  dateModified?: string | null | undefined;
1651
1654
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1654,6 +1657,7 @@ declare const Bookmark: {
1654
1657
  bookmarkOrder?: number | undefined;
1655
1658
  bookmarkLabel?: string | undefined;
1656
1659
  bookmarkMeta?: string | null | undefined;
1660
+ url?: string | null | undefined;
1657
1661
  }>, void, {
1658
1662
  dispatch: AppDispatch;
1659
1663
  state: RootState$1;
@@ -1670,16 +1674,15 @@ declare const Bookmark: {
1670
1674
  rejectedMeta?: unknown;
1671
1675
  }>;
1672
1676
  addBookmark: _reduxjs_toolkit.AsyncThunk<jamespot_user_api.ApiWrapper<{
1673
- type: "bookmarkLink";
1674
1677
  id: number;
1675
1678
  mainType: string;
1679
+ type: "bookmarkLink";
1676
1680
  uri: string;
1677
1681
  value: string | null;
1678
1682
  srcId: number;
1679
1683
  srcType: string;
1680
1684
  targetId: number;
1681
1685
  targetType: string | null;
1682
- url?: string | null | undefined;
1683
1686
  dateCreation?: string | undefined;
1684
1687
  dateModified?: string | null | undefined;
1685
1688
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1688,10 +1691,11 @@ declare const Bookmark: {
1688
1691
  bookmarkOrder?: number | undefined;
1689
1692
  bookmarkLabel?: string | undefined;
1690
1693
  bookmarkMeta?: string | null | undefined;
1694
+ url?: string | null | undefined;
1691
1695
  } | {
1692
- type: string;
1693
1696
  id: number;
1694
1697
  mainType: string;
1698
+ type: string;
1695
1699
  uri: string;
1696
1700
  value: string | null;
1697
1701
  srcId: number;
@@ -1700,28 +1704,27 @@ declare const Bookmark: {
1700
1704
  targetType: string | null;
1701
1705
  _cssColor: string;
1702
1706
  _cssClass: string;
1703
- url?: string | null | undefined;
1704
1707
  _src?: jamespot_user_api.jObjectLittle | undefined;
1705
1708
  _target?: jamespot_user_api.jObjectLittle | undefined;
1706
1709
  bookmarkUrl?: string | null | undefined;
1707
1710
  bookmarkOrder?: string | undefined;
1708
1711
  bookmarkLabel?: string | undefined;
1709
1712
  bookmarkMeta?: string | null | undefined;
1713
+ url?: string | null | undefined;
1710
1714
  _values?: {
1711
1715
  dateCreation: string;
1712
1716
  dateModified: string;
1713
1717
  } | undefined;
1714
1718
  }, jamespot_user_api.BaseMessagesOne> | jamespot_user_api.ApiWrapper<{
1715
- type: "bookmarkLink";
1716
1719
  id: number;
1717
1720
  mainType: string;
1721
+ type: "bookmarkLink";
1718
1722
  uri: string;
1719
1723
  value: string | null;
1720
1724
  srcId: number;
1721
1725
  srcType: string;
1722
1726
  targetId: number;
1723
1727
  targetType: string | null;
1724
- url?: string | null | undefined;
1725
1728
  dateCreation?: string | undefined;
1726
1729
  dateModified?: string | null | undefined;
1727
1730
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1730,6 +1733,7 @@ declare const Bookmark: {
1730
1733
  bookmarkOrder?: number | undefined;
1731
1734
  bookmarkLabel?: string | undefined;
1732
1735
  bookmarkMeta?: string | null | undefined;
1736
+ url?: string | null | undefined;
1733
1737
  }, jamespot_user_api.BaseMessages>, ({
1734
1738
  bookmarkUrl?: string | null | undefined;
1735
1739
  bookmarkLabel?: string | undefined;
@@ -1775,16 +1779,15 @@ declare const Bookmark: {
1775
1779
  rejectedMeta?: unknown;
1776
1780
  }>;
1777
1781
  deleteBookmark: _reduxjs_toolkit.AsyncThunk<void, Pick<{
1778
- type: "bookmarkLink";
1779
1782
  id: number;
1780
1783
  mainType: string;
1784
+ type: "bookmarkLink";
1781
1785
  uri: string;
1782
1786
  value: string | null;
1783
1787
  srcId: number;
1784
1788
  srcType: string;
1785
1789
  targetId: number;
1786
1790
  targetType: string | null;
1787
- url?: string | null | undefined;
1788
1791
  dateCreation?: string | undefined;
1789
1792
  dateModified?: string | null | undefined;
1790
1793
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1793,6 +1796,7 @@ declare const Bookmark: {
1793
1796
  bookmarkOrder?: number | undefined;
1794
1797
  bookmarkLabel?: string | undefined;
1795
1798
  bookmarkMeta?: string | null | undefined;
1799
+ url?: string | null | undefined;
1796
1800
  }, "id"> & {
1797
1801
  requestId?: string | undefined;
1798
1802
  }, {
@@ -1811,16 +1815,15 @@ declare const Bookmark: {
1811
1815
  rejectedMeta?: unknown;
1812
1816
  }>;
1813
1817
  editBookmark: _reduxjs_toolkit.AsyncThunk<void, Partial<{
1814
- type: "bookmarkLink";
1815
1818
  id: number;
1816
1819
  mainType: string;
1820
+ type: "bookmarkLink";
1817
1821
  uri: string;
1818
1822
  value: string | null;
1819
1823
  srcId: number;
1820
1824
  srcType: string;
1821
1825
  targetId: number;
1822
1826
  targetType: string | null;
1823
- url?: string | null | undefined;
1824
1827
  dateCreation?: string | undefined;
1825
1828
  dateModified?: string | null | undefined;
1826
1829
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1829,6 +1832,7 @@ declare const Bookmark: {
1829
1832
  bookmarkOrder?: number | undefined;
1830
1833
  bookmarkLabel?: string | undefined;
1831
1834
  bookmarkMeta?: string | null | undefined;
1835
+ url?: string | null | undefined;
1832
1836
  }>, {
1833
1837
  dispatch: AppDispatch;
1834
1838
  state: RootState$1;
@@ -1849,16 +1853,15 @@ declare const Bookmark: {
1849
1853
  bookmarkList: (state: RootState$1) => bookmarkListState;
1850
1854
  bookmarkListIsInitialized: (state: RootState$1) => boolean;
1851
1855
  bookmarkEditBookmark: (state: RootState$1) => {
1852
- type: "bookmarkLink";
1853
1856
  id: number;
1854
1857
  mainType: string;
1858
+ type: "bookmarkLink";
1855
1859
  uri: string;
1856
1860
  value: string | null;
1857
1861
  srcId: number;
1858
1862
  srcType: string;
1859
1863
  targetId: number;
1860
1864
  targetType: string | null;
1861
- url?: string | null | undefined;
1862
1865
  dateCreation?: string | undefined;
1863
1866
  dateModified?: string | null | undefined;
1864
1867
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1867,18 +1870,18 @@ declare const Bookmark: {
1867
1870
  bookmarkOrder?: number | undefined;
1868
1871
  bookmarkLabel?: string | undefined;
1869
1872
  bookmarkMeta?: string | null | undefined;
1873
+ url?: string | null | undefined;
1870
1874
  } | undefined;
1871
1875
  bookmarkByArticleId: (state: RootState$1, idArticle: number) => {
1872
- type: "bookmarkLink";
1873
1876
  id: number;
1874
1877
  mainType: string;
1878
+ type: "bookmarkLink";
1875
1879
  uri: string;
1876
1880
  value: string | null;
1877
1881
  srcId: number;
1878
1882
  srcType: string;
1879
1883
  targetId: number;
1880
1884
  targetType: string | null;
1881
- url?: string | null | undefined;
1882
1885
  dateCreation?: string | undefined;
1883
1886
  dateModified?: string | null | undefined;
1884
1887
  _src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
@@ -1887,16 +1890,17 @@ declare const Bookmark: {
1887
1890
  bookmarkOrder?: number | undefined;
1888
1891
  bookmarkLabel?: string | undefined;
1889
1892
  bookmarkMeta?: string | null | undefined;
1893
+ url?: string | null | undefined;
1890
1894
  } | undefined;
1891
1895
  };
1892
1896
  getRTHandlers: (dispatch: AppDispatch) => ({
1893
- namespace: "BOOKMARKS";
1894
- function: "update" | "add" | "delete";
1895
- handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1896
- } | {
1897
1897
  namespace: "CUSTOM-ACTION";
1898
1898
  function: "update" | "add" | "remove";
1899
1899
  handler: (message: jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "update", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "add", {}, {}> | jamespot_user_api.RTMessageObject<"CUSTOM-ACTION", "remove", {}, {}>) => void;
1900
+ } | {
1901
+ namespace: "BOOKMARKS";
1902
+ function: "update" | "add" | "delete";
1903
+ handler: (message: jamespot_user_api.RTMessageObject<"BOOKMARKS", "update", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "add", {}, {}> | jamespot_user_api.RTMessageObject<"BOOKMARKS", "delete", {}, {}>) => void;
1900
1904
  })[];
1901
1905
  };
1902
1906
 
@@ -1971,6 +1975,16 @@ declare const Comment: {
1971
1975
  _widgets?: jamespot_user_api.WidgetWrapperProps[] | undefined;
1972
1976
  } & {
1973
1977
  _extend: Pick<{
1978
+ licenses: {
1979
+ id: number;
1980
+ status: number;
1981
+ uri: string;
1982
+ dateCreation: string;
1983
+ kind: string;
1984
+ idFeature: number;
1985
+ contentId: number;
1986
+ contentType: string;
1987
+ }[];
1974
1988
  socialEventRecord: {
1975
1989
  userResponseStatus: 0 | 1 | "unknown" | "onSpot" | "visio" | "available" | "unavailable";
1976
1990
  subscribersTotal: number;
@@ -2001,15 +2015,6 @@ declare const Comment: {
2001
2015
  quizFieldDefinitions: never;
2002
2016
  quizResponseRecord: never;
2003
2017
  surveyDateRecord: never;
2004
- actions?: {
2005
- type: string;
2006
- targetId: number;
2007
- targetType: string;
2008
- label: string;
2009
- icon: string | null;
2010
- isActive?: boolean | undefined;
2011
- count?: number | undefined;
2012
- }[] | undefined;
2013
2018
  comments?: {
2014
2019
  id: number;
2015
2020
  type: string;
@@ -2160,12 +2165,34 @@ declare const Comment: {
2160
2165
  mimetype: string;
2161
2166
  path?: string | undefined;
2162
2167
  }[] | undefined;
2163
- licenses?: "0" | "1" | undefined;
2168
+ actions?: {
2169
+ type: string;
2170
+ targetId: number;
2171
+ targetType: string;
2172
+ label: string;
2173
+ icon: string | null;
2174
+ isActive?: boolean | undefined;
2175
+ count?: number | undefined;
2176
+ }[] | undefined;
2164
2177
  licensesExtrabot?: {
2165
2178
  active: boolean;
2166
2179
  monthRequestsMax: number;
2167
2180
  monthRequestsHit: number;
2168
2181
  } | undefined;
2182
+ messenger?: {
2183
+ id: number;
2184
+ type: string;
2185
+ uri: string;
2186
+ mainType: string;
2187
+ title: string;
2188
+ _url: string;
2189
+ idDiscussion: string;
2190
+ isMessengerSpotGroup: boolean;
2191
+ disabled: boolean;
2192
+ dateCreation?: string | undefined | undefined;
2193
+ dateModified?: string | null | undefined | undefined;
2194
+ } | null | undefined;
2195
+ filebank?: jamespot_user_api.jFolderLittle | null | undefined;
2169
2196
  }, "actions">;
2170
2197
  } & {
2171
2198
  pending?: boolean;
@@ -2197,6 +2224,7 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
2197
2224
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
2198
2225
  };
2199
2226
  _right: jamespot_user_api.Rights;
2227
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2200
2228
  _attachedFiles: {
2201
2229
  id: number;
2202
2230
  type: string;
@@ -2210,7 +2238,6 @@ declare const fetchExtraBotListAll: _reduxjs_toolkit.AsyncThunk<PagingResults<{
2210
2238
  mimetype: string;
2211
2239
  path?: string | undefined;
2212
2240
  }[];
2213
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2214
2241
  context: string;
2215
2242
  disclaimer: string;
2216
2243
  prompt: string;
@@ -2395,6 +2422,7 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
2395
2422
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
2396
2423
  };
2397
2424
  _right: jamespot_user_api.Rights;
2425
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2398
2426
  _attachedFiles: {
2399
2427
  id: number;
2400
2428
  type: string;
@@ -2408,7 +2436,6 @@ declare const fetchExtraBotListMines: _reduxjs_toolkit.AsyncThunk<PagingResults<
2408
2436
  mimetype: string;
2409
2437
  path?: string | undefined;
2410
2438
  }[];
2411
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2412
2439
  context: string;
2413
2440
  disclaimer: string;
2414
2441
  prompt: string;
@@ -2593,6 +2620,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
2593
2620
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
2594
2621
  };
2595
2622
  _right: jamespot_user_api.Rights;
2623
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2596
2624
  _attachedFiles: {
2597
2625
  id: number;
2598
2626
  type: string;
@@ -2606,7 +2634,6 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
2606
2634
  mimetype: string;
2607
2635
  path?: string | undefined;
2608
2636
  }[];
2609
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2610
2637
  context: string;
2611
2638
  disclaimer: string;
2612
2639
  prompt: string;
@@ -2776,6 +2803,7 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
2776
2803
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
2777
2804
  };
2778
2805
  _right: jamespot_user_api.Rights;
2806
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2779
2807
  _attachedFiles: {
2780
2808
  id: number;
2781
2809
  type: string;
@@ -2789,7 +2817,6 @@ declare const toggleExtraBotActivation: _reduxjs_toolkit.AsyncThunk<{
2789
2817
  mimetype: string;
2790
2818
  path?: string | undefined;
2791
2819
  }[];
2792
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2793
2820
  context: string;
2794
2821
  disclaimer: string;
2795
2822
  prompt: string;
@@ -2977,6 +3004,7 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
2977
3004
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
2978
3005
  };
2979
3006
  _right: jamespot_user_api.Rights;
3007
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2980
3008
  _attachedFiles: {
2981
3009
  id: number;
2982
3010
  type: string;
@@ -2990,7 +3018,6 @@ declare const saveExtraBot: _reduxjs_toolkit.AsyncThunk<{
2990
3018
  mimetype: string;
2991
3019
  path?: string | undefined;
2992
3020
  }[];
2993
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
2994
3021
  context: string;
2995
3022
  disclaimer: string;
2996
3023
  prompt: string;
@@ -3194,7 +3221,7 @@ declare const ExtraBot: {
3194
3221
  start: string;
3195
3222
  end: string;
3196
3223
  };
3197
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | undefined;
3224
+ operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
3198
3225
  method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
3199
3226
  or?: boolean | undefined;
3200
3227
  isNull?: boolean | undefined;
@@ -3217,7 +3244,7 @@ declare const ExtraBot: {
3217
3244
  start: string;
3218
3245
  end: string;
3219
3246
  };
3220
- operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | undefined;
3247
+ operator?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "not in" | "match" | "equal" | undefined;
3221
3248
  method?: "link" | "<" | ">" | "<=" | ">=" | "!=" | "<>" | "like" | "between" | "is" | "is not" | "in" | "match" | "equal" | "+" | "-" | undefined;
3222
3249
  or?: boolean | undefined;
3223
3250
  isNull?: boolean | undefined;
@@ -3248,6 +3275,7 @@ declare const ExtraBot: {
3248
3275
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
3249
3276
  };
3250
3277
  _right: jamespot_user_api.Rights;
3278
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3251
3279
  _attachedFiles: {
3252
3280
  id: number;
3253
3281
  type: string;
@@ -3261,7 +3289,6 @@ declare const ExtraBot: {
3261
3289
  mimetype: string;
3262
3290
  path?: string | undefined;
3263
3291
  }[];
3264
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3265
3292
  context: string;
3266
3293
  disclaimer: string;
3267
3294
  prompt: string;
@@ -3446,6 +3473,7 @@ declare const ExtraBot: {
3446
3473
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
3447
3474
  };
3448
3475
  _right: jamespot_user_api.Rights;
3476
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3449
3477
  _attachedFiles: {
3450
3478
  id: number;
3451
3479
  type: string;
@@ -3459,7 +3487,6 @@ declare const ExtraBot: {
3459
3487
  mimetype: string;
3460
3488
  path?: string | undefined;
3461
3489
  }[];
3462
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3463
3490
  context: string;
3464
3491
  disclaimer: string;
3465
3492
  prompt: string;
@@ -3644,6 +3671,7 @@ declare const ExtraBot: {
3644
3671
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
3645
3672
  };
3646
3673
  _right: jamespot_user_api.Rights;
3674
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3647
3675
  _attachedFiles: {
3648
3676
  id: number;
3649
3677
  type: string;
@@ -3657,7 +3685,6 @@ declare const ExtraBot: {
3657
3685
  mimetype: string;
3658
3686
  path?: string | undefined;
3659
3687
  }[];
3660
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3661
3688
  context: string;
3662
3689
  disclaimer: string;
3663
3690
  prompt: string;
@@ -3827,6 +3854,7 @@ declare const ExtraBot: {
3827
3854
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
3828
3855
  };
3829
3856
  _right: jamespot_user_api.Rights;
3857
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3830
3858
  _attachedFiles: {
3831
3859
  id: number;
3832
3860
  type: string;
@@ -3840,7 +3868,6 @@ declare const ExtraBot: {
3840
3868
  mimetype: string;
3841
3869
  path?: string | undefined;
3842
3870
  }[];
3843
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
3844
3871
  context: string;
3845
3872
  disclaimer: string;
3846
3873
  prompt: string;
@@ -4025,6 +4052,7 @@ declare const ExtraBot: {
4025
4052
  variant?: typeof jamespot_user_api.UserVariant[keyof typeof jamespot_user_api.UserVariant] | undefined;
4026
4053
  };
4027
4054
  _right: jamespot_user_api.Rights;
4055
+ _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
4028
4056
  _attachedFiles: {
4029
4057
  id: number;
4030
4058
  type: string;
@@ -4038,7 +4066,6 @@ declare const ExtraBot: {
4038
4066
  mimetype: string;
4039
4067
  path?: string | undefined;
4040
4068
  }[];
4041
- _audience: (jamespot_user_api_lib_src_types_user.jUserLittle | jamespot_user_api.jGroupLittle | jamespot_user_api.jFolderLittle)[];
4042
4069
  context: string;
4043
4070
  disclaimer: string;
4044
4071
  prompt: string;
@@ -4350,8 +4377,8 @@ declare const Hook: {
4350
4377
  hasLicense: boolean;
4351
4378
  } | undefined;
4352
4379
  AdminAdvancedHook?: {
4353
- isActive: boolean;
4354
4380
  sendAlert: boolean;
4381
+ isActive: boolean;
4355
4382
  } | undefined;
4356
4383
  AnimatedMeetingHook?: {
4357
4384
  color: string;
@@ -4508,8 +4535,8 @@ declare const Hook: {
4508
4535
  hasLicense: boolean;
4509
4536
  } | undefined;
4510
4537
  AdminAdvancedHook?: {
4511
- isActive: boolean;
4512
4538
  sendAlert: boolean;
4539
+ isActive: boolean;
4513
4540
  } | undefined;
4514
4541
  AnimatedMeetingHook?: {
4515
4542
  color: string;
@@ -4666,8 +4693,8 @@ declare const Hook: {
4666
4693
  hasLicense: boolean;
4667
4694
  } | undefined;
4668
4695
  AdminAdvancedHook?: {
4669
- isActive: boolean;
4670
4696
  sendAlert: boolean;
4697
+ isActive: boolean;
4671
4698
  } | undefined;
4672
4699
  AnimatedMeetingHook?: {
4673
4700
  color: string;
@@ -6824,5 +6851,5 @@ declare const studio: {
6824
6851
  };
6825
6852
  };
6826
6853
 
6827
- export { APP_STATUS_TYPE, AUDIENCE, AdminLogs, Animations, AppColumnsDefaultTypes, AppFieldFormPropertyTypes, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, Application, AssetReservation, Bookmark, Comment, ContentReport, Description, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraBot, Faq, Hook, MagicPad, MapExtraFieldsWithView, MediaLibrary, Model, Network, Platform, STUDIO_VIEW, Share, SocialActions, StatusType, TVDisplay, TeamWork, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, contentReportSlice, extraBotSlice, fetchExtraBotListAll, fetchExtraBotListMines, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, fetchReports, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, saveExtraBot, selectExtraBotListAll, selectExtraBotListMines, slice, studio, teamWorkSlice, teamworkReducer, toggleExtraBotActivation, updateListBotProperty, updateStatus, updateWidgetContent, viewsList };
6854
+ export { APP_STATUS_TYPE, AUDIENCE, AdminLogs, Animations, AppColumnsDefaultTypes, AppFieldFormPropertyTypes, AppFormBannedFromViews, AppFormFieldOnlyInView, AppFormFixedList, AppFormItemTypes, AppFormNoAsFieldList, AppFormNonPrimaryList, AppFormPrimaryList, AppFormPrimaryListValues, AppFormUniqueList, AppFormUniqueListCheck, Application, Article, AssetReservation, Bookmark, Comment, ContentReport, Description, Element, ExtraAppFieldsItemName, ExtraAppFieldsItemViews, ExtraBot, Faq, Hook, MagicPad, MapExtraFieldsWithView, MediaLibrary, Model, Network, Platform, STUDIO_VIEW, Share, SocialActions, StatusType, TVDisplay, TeamWork, TinyMCE, Toast, UserCurrent, WedocApp, Widget, WidgetEditor, actions, adminLogsReducer, adminLogsSlice, animationsReducer, animationsSlice, contentReportSlice, extraBotSlice, fetchExtraBotListAll, fetchExtraBotListMines, fetchMediaLibraryConfig, fetchMediaLibraryFilesStats, fetchMediaLibraryFolders, fetchMediaLibraryFoldersStats, fetchMediaLibraryStats, fetchMediaLibraryUnclassifiedFiles, fetchPads, fetchReports, jland, magicPadSlice, mediaLibraryReducer, mediaLibrarySlice, saveExtraBot, selectExtraBotListAll, selectExtraBotListMines, slice, studio, teamWorkSlice, teamworkReducer, toggleExtraBotActivation, updateListBotProperty, updateStatus, updateWidgetContent, viewsList };
6828
6855
  export type { AccessRightObjectList, Action, AnimationSliceListState, AnimationStatsCurrentSliceState, AnimationStatsSliceState, AnimationsRootState, ApiError, AppAttrSolrModel, AppAttrWidgetModel, AppDispatch, AppFieldFormProperty, AppFieldFormPropertyTypesValues, AppFieldView, AppFieldsFormItem, AppFormItemTypesValues, AppInstallForType, AppLabelContentType, AppLabelsType, AppServerDisplayModel, AppServerDisplaysModel, AppServerViewModel, AppStatusKeys, AppStatusType, AppSyncViewFieldOrder, AppTableAttributesModel, AppTableModel, AppTypeServerModel, AppViewFieldItem, AppViewFieldsItems, AppViews, AppViewsFields, ApplicationRootState, AssetReservationRootState, Attribute, BookableAssetRootState, BookableAssetState, BookmarkRootState, ChannelsListRootState, ChannelsListState, CheckBoxOption, Columns, CommentListRootState, CommentListState, CommentRootState, CommentsList, Configuration, ConfigurationRootState, ContentReportRootState, ContentReportSliceRootState, ContentTypePropertyValue, Create, CreateComposant, CurrentStudioAppRootState, CurrentStudioAppState, Display, DisplayComposant, Displays, ExtraAppFieldsItemViewsValues, ExtraBotFormModalOpen, ExtraBotFormModalState, ExtraBotGlobalState, ExtraBotListAllState, ExtraBotListMinesState, ExtraBotRootState, ExtraBotState, HTMLInfo, InstalledApp, JLandMapFront, JLandMapListRootState, JLandMapListState, JLandRootState, JType, MagicPadRootState, MagicPadSliceRootState, Manifest, MapCreateRootState, MapCreateState, MapCreationFront, OptionsClass, ParamsClass, ReservationForm, ReservationRootState, ReservationState, Right, RootState$1 as RootState, Solr, StudioAppBase, StudioAppManifest, StudioApplication, StudioAppsListRootState, StudioAppsListState, StudioAudienceType, StudioRootState, StudioWidget, TVDisplayRootState, Table, TaxonomyPropertyValue, TeamWorkRootState, TeamWorkSliceToDoState, ThunkApiConfig, UserCurrentRootState, Values, ViewName, WedocAppRootState, WedocAppState, WedocAppTabKeys, WedocFilesQuery, bookmarkEditRootState, bookmarkEditState, bookmarkListRootState, bookmarkListState };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.2.42",
3
+ "version": "1.2.44",
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.42",
34
+ "jamespot-user-api": "^1.2.44",
35
35
  "jest": "^30.1.2",
36
36
  "jest-environment-jsdom": "^30.1.2",
37
37
  "prettier": "^3.6.2",