jamespot-front-business 1.2.39 → 1.2.40
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
|
@@ -447,7 +447,7 @@ type JType = {
|
|
|
447
447
|
mainType: string;
|
|
448
448
|
};
|
|
449
449
|
type ContentTypePropertyValue = Pick<JType, 'type' | 'label'>;
|
|
450
|
-
declare const AppFormFixedList: ("
|
|
450
|
+
declare const AppFormFixedList: ("USER" | "TITLE" | "PUBLISHTO" | "SENDALERTTOSUBSCRIBERS" | "RECEIVEACOPY" | "CREATIONDATE")[];
|
|
451
451
|
declare const AppFormNoAsFieldList: Array<ExtraAppFieldsItemViewsValues | AppFormItemTypesValues>;
|
|
452
452
|
declare const AppFormFieldOnlyInView: "CODEHTML"[];
|
|
453
453
|
declare const AppFormNonPrimaryList: (AppFormItemTypesValues | ExtraAppFieldsItemViewsValues)[];
|
|
@@ -1264,9 +1264,9 @@ declare const Animations: {
|
|
|
1264
1264
|
date: string;
|
|
1265
1265
|
}[];
|
|
1266
1266
|
auto: boolean;
|
|
1267
|
-
animationName: string;
|
|
1268
|
-
dateStart: string;
|
|
1269
1267
|
dateEnd: string | null;
|
|
1268
|
+
dateStart: string;
|
|
1269
|
+
animationName: string;
|
|
1270
1270
|
animAudience: string[];
|
|
1271
1271
|
}[], {
|
|
1272
1272
|
name: string;
|
|
@@ -1297,9 +1297,9 @@ declare const Animations: {
|
|
|
1297
1297
|
date: string;
|
|
1298
1298
|
}[];
|
|
1299
1299
|
auto: boolean;
|
|
1300
|
-
animationName: string;
|
|
1301
|
-
dateStart: string;
|
|
1302
1300
|
dateEnd: string | null;
|
|
1301
|
+
dateStart: string;
|
|
1302
|
+
animationName: string;
|
|
1303
1303
|
animAudience: string[];
|
|
1304
1304
|
} | null, string, {
|
|
1305
1305
|
dispatch: AppDispatch;
|
|
@@ -1595,8 +1595,8 @@ declare const AssetReservation: {
|
|
|
1595
1595
|
dateModified?: string | null | undefined | undefined;
|
|
1596
1596
|
folderColor?: string | undefined;
|
|
1597
1597
|
})[];
|
|
1598
|
-
dateStart: string;
|
|
1599
1598
|
dateEnd: string;
|
|
1599
|
+
dateStart: string;
|
|
1600
1600
|
reservationCancelled: boolean;
|
|
1601
1601
|
_asset: {
|
|
1602
1602
|
id: number;
|
|
@@ -1989,8 +1989,8 @@ declare const AssetReservation: {
|
|
|
1989
1989
|
dateModified?: string | null | undefined | undefined;
|
|
1990
1990
|
folderColor?: string | undefined;
|
|
1991
1991
|
})[];
|
|
1992
|
-
dateStart: string;
|
|
1993
1992
|
dateEnd: string;
|
|
1993
|
+
dateStart: string;
|
|
1994
1994
|
reservationCancelled: boolean;
|
|
1995
1995
|
_asset: {
|
|
1996
1996
|
id: number;
|
|
@@ -2569,8 +2569,8 @@ declare const Bookmark: {
|
|
|
2569
2569
|
srcType: string;
|
|
2570
2570
|
targetId: number;
|
|
2571
2571
|
targetType: string | null;
|
|
2572
|
-
dateCreation?: string | undefined;
|
|
2573
2572
|
url?: string | null | undefined;
|
|
2573
|
+
dateCreation?: string | undefined;
|
|
2574
2574
|
dateModified?: string | null | undefined;
|
|
2575
2575
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2576
2576
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2589,8 +2589,8 @@ declare const Bookmark: {
|
|
|
2589
2589
|
srcType: string;
|
|
2590
2590
|
targetId: number;
|
|
2591
2591
|
targetType: string | null;
|
|
2592
|
-
dateCreation?: string | undefined;
|
|
2593
2592
|
url?: string | null | undefined;
|
|
2593
|
+
dateCreation?: string | undefined;
|
|
2594
2594
|
dateModified?: string | null | undefined;
|
|
2595
2595
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2596
2596
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2609,8 +2609,8 @@ declare const Bookmark: {
|
|
|
2609
2609
|
srcType: string;
|
|
2610
2610
|
targetId: number;
|
|
2611
2611
|
targetType: string | null;
|
|
2612
|
-
dateCreation?: string | undefined;
|
|
2613
2612
|
url?: string | null | undefined;
|
|
2613
|
+
dateCreation?: string | undefined;
|
|
2614
2614
|
dateModified?: string | null | undefined;
|
|
2615
2615
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2616
2616
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2629,8 +2629,8 @@ declare const Bookmark: {
|
|
|
2629
2629
|
srcType: string;
|
|
2630
2630
|
targetId: number;
|
|
2631
2631
|
targetType: string | null;
|
|
2632
|
-
dateCreation?: string | undefined;
|
|
2633
2632
|
url?: string | null | undefined;
|
|
2633
|
+
dateCreation?: string | undefined;
|
|
2634
2634
|
dateModified?: string | null | undefined;
|
|
2635
2635
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2636
2636
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2651,8 +2651,8 @@ declare const Bookmark: {
|
|
|
2651
2651
|
srcType: string;
|
|
2652
2652
|
targetId: number;
|
|
2653
2653
|
targetType: string | null;
|
|
2654
|
-
dateCreation?: string | undefined;
|
|
2655
2654
|
url?: string | null | undefined;
|
|
2655
|
+
dateCreation?: string | undefined;
|
|
2656
2656
|
dateModified?: string | null | undefined;
|
|
2657
2657
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2658
2658
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2685,8 +2685,8 @@ declare const Bookmark: {
|
|
|
2685
2685
|
srcType: string;
|
|
2686
2686
|
targetId: number;
|
|
2687
2687
|
targetType: string | null;
|
|
2688
|
-
dateCreation?: string | undefined;
|
|
2689
2688
|
url?: string | null | undefined;
|
|
2689
|
+
dateCreation?: string | undefined;
|
|
2690
2690
|
dateModified?: string | null | undefined;
|
|
2691
2691
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2692
2692
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2727,8 +2727,8 @@ declare const Bookmark: {
|
|
|
2727
2727
|
srcType: string;
|
|
2728
2728
|
targetId: number;
|
|
2729
2729
|
targetType: string | null;
|
|
2730
|
-
dateCreation?: string | undefined;
|
|
2731
2730
|
url?: string | null | undefined;
|
|
2731
|
+
dateCreation?: string | undefined;
|
|
2732
2732
|
dateModified?: string | null | undefined;
|
|
2733
2733
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2734
2734
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2790,8 +2790,8 @@ declare const Bookmark: {
|
|
|
2790
2790
|
srcType: string;
|
|
2791
2791
|
targetId: number;
|
|
2792
2792
|
targetType: string | null;
|
|
2793
|
-
dateCreation?: string | undefined;
|
|
2794
2793
|
url?: string | null | undefined;
|
|
2794
|
+
dateCreation?: string | undefined;
|
|
2795
2795
|
dateModified?: string | null | undefined;
|
|
2796
2796
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2797
2797
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2826,8 +2826,8 @@ declare const Bookmark: {
|
|
|
2826
2826
|
srcType: string;
|
|
2827
2827
|
targetId: number;
|
|
2828
2828
|
targetType: string | null;
|
|
2829
|
-
dateCreation?: string | undefined;
|
|
2830
2829
|
url?: string | null | undefined;
|
|
2830
|
+
dateCreation?: string | undefined;
|
|
2831
2831
|
dateModified?: string | null | undefined;
|
|
2832
2832
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2833
2833
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2864,8 +2864,8 @@ declare const Bookmark: {
|
|
|
2864
2864
|
srcType: string;
|
|
2865
2865
|
targetId: number;
|
|
2866
2866
|
targetType: string | null;
|
|
2867
|
-
dateCreation?: string | undefined;
|
|
2868
2867
|
url?: string | null | undefined;
|
|
2868
|
+
dateCreation?: string | undefined;
|
|
2869
2869
|
dateModified?: string | null | undefined;
|
|
2870
2870
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2871
2871
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -2884,8 +2884,8 @@ declare const Bookmark: {
|
|
|
2884
2884
|
srcType: string;
|
|
2885
2885
|
targetId: number;
|
|
2886
2886
|
targetType: string | null;
|
|
2887
|
-
dateCreation?: string | undefined;
|
|
2888
2887
|
url?: string | null | undefined;
|
|
2888
|
+
dateCreation?: string | undefined;
|
|
2889
2889
|
dateModified?: string | null | undefined;
|
|
2890
2890
|
_src?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
2891
2891
|
_target?: jamespot_user_api.jObjectLittle | jamespot_user_api.jUserLittle | undefined;
|
|
@@ -5395,7 +5395,7 @@ declare const Faq: {
|
|
|
5395
5395
|
};
|
|
5396
5396
|
actions: {
|
|
5397
5397
|
fetchFaqConfig: _reduxjs_toolkit.AsyncThunk<{
|
|
5398
|
-
_web: "" | "
|
|
5398
|
+
_web: "" | "0" | "1" | undefined;
|
|
5399
5399
|
appImage: string | {
|
|
5400
5400
|
image: {
|
|
5401
5401
|
id: string;
|
|
@@ -5406,7 +5406,7 @@ declare const Faq: {
|
|
|
5406
5406
|
access: {
|
|
5407
5407
|
createCategory: boolean;
|
|
5408
5408
|
};
|
|
5409
|
-
_displayComment: "" | "
|
|
5409
|
+
_displayComment: "" | "0" | "1" | undefined;
|
|
5410
5410
|
} | {
|
|
5411
5411
|
_web: string;
|
|
5412
5412
|
appImage?: never;
|
|
@@ -5574,8 +5574,8 @@ declare const Hook: {
|
|
|
5574
5574
|
} | undefined;
|
|
5575
5575
|
AnimatedMeetingHook?: {
|
|
5576
5576
|
color: string;
|
|
5577
|
-
description: string;
|
|
5578
5577
|
create: boolean;
|
|
5578
|
+
description: string;
|
|
5579
5579
|
label: string;
|
|
5580
5580
|
icon: string;
|
|
5581
5581
|
isActive: boolean;
|
|
@@ -5614,8 +5614,8 @@ declare const Hook: {
|
|
|
5614
5614
|
} | undefined;
|
|
5615
5615
|
FileBankHook?: {
|
|
5616
5616
|
isActive: boolean;
|
|
5617
|
-
orderBy: string;
|
|
5618
5617
|
order: "ASC" | "DESC";
|
|
5618
|
+
orderBy: string;
|
|
5619
5619
|
} | undefined;
|
|
5620
5620
|
JitsiHook?: {
|
|
5621
5621
|
create: boolean;
|
|
@@ -5733,8 +5733,8 @@ declare const Hook: {
|
|
|
5733
5733
|
} | undefined;
|
|
5734
5734
|
AnimatedMeetingHook?: {
|
|
5735
5735
|
color: string;
|
|
5736
|
-
description: string;
|
|
5737
5736
|
create: boolean;
|
|
5737
|
+
description: string;
|
|
5738
5738
|
label: string;
|
|
5739
5739
|
icon: string;
|
|
5740
5740
|
isActive: boolean;
|
|
@@ -5773,8 +5773,8 @@ declare const Hook: {
|
|
|
5773
5773
|
} | undefined;
|
|
5774
5774
|
FileBankHook?: {
|
|
5775
5775
|
isActive: boolean;
|
|
5776
|
-
orderBy: string;
|
|
5777
5776
|
order: "ASC" | "DESC";
|
|
5777
|
+
orderBy: string;
|
|
5778
5778
|
} | undefined;
|
|
5779
5779
|
JitsiHook?: {
|
|
5780
5780
|
create: boolean;
|
|
@@ -5892,8 +5892,8 @@ declare const Hook: {
|
|
|
5892
5892
|
} | undefined;
|
|
5893
5893
|
AnimatedMeetingHook?: {
|
|
5894
5894
|
color: string;
|
|
5895
|
-
description: string;
|
|
5896
5895
|
create: boolean;
|
|
5896
|
+
description: string;
|
|
5897
5897
|
label: string;
|
|
5898
5898
|
icon: string;
|
|
5899
5899
|
isActive: boolean;
|
|
@@ -5932,8 +5932,8 @@ declare const Hook: {
|
|
|
5932
5932
|
} | undefined;
|
|
5933
5933
|
FileBankHook?: {
|
|
5934
5934
|
isActive: boolean;
|
|
5935
|
-
orderBy: string;
|
|
5936
5935
|
order: "ASC" | "DESC";
|
|
5936
|
+
orderBy: string;
|
|
5937
5937
|
} | undefined;
|
|
5938
5938
|
JitsiHook?: {
|
|
5939
5939
|
create: boolean;
|
|
@@ -7815,8 +7815,8 @@ declare const TVDisplay: {
|
|
|
7815
7815
|
contents?: {
|
|
7816
7816
|
uri: string;
|
|
7817
7817
|
dateEnd?: string | undefined;
|
|
7818
|
-
order?: number | undefined;
|
|
7819
7818
|
showComments?: boolean | undefined;
|
|
7819
|
+
order?: number | undefined;
|
|
7820
7820
|
}[] | undefined;
|
|
7821
7821
|
};
|
|
7822
7822
|
dateCreation?: string | undefined | undefined;
|
|
@@ -7876,8 +7876,8 @@ declare const TVDisplay: {
|
|
|
7876
7876
|
contents?: {
|
|
7877
7877
|
uri: string;
|
|
7878
7878
|
dateEnd?: string | undefined;
|
|
7879
|
-
order?: number | undefined;
|
|
7880
7879
|
showComments?: boolean | undefined;
|
|
7880
|
+
order?: number | undefined;
|
|
7881
7881
|
}[] | undefined;
|
|
7882
7882
|
};
|
|
7883
7883
|
dateCreation?: string | undefined | undefined;
|
|
@@ -8576,7 +8576,7 @@ declare const Widget: {
|
|
|
8576
8576
|
}[];
|
|
8577
8577
|
selectFlushedWidgets: (state: RootState$1) => string[];
|
|
8578
8578
|
selectWidgetContext: (state: RootState$1, uniqid: string) => "comment" | "article" | undefined;
|
|
8579
|
-
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 |
|
|
8579
|
+
selectWidgetLevel: (state: RootState$1, uniqid: string) => 1 | 2 | 3 | 4 | undefined;
|
|
8580
8580
|
selectWidgetWrapperStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
8581
8581
|
selectWidgetTitleStyle: (state: RootState$1, uniqid: string) => Record<string, string | number>;
|
|
8582
8582
|
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.40",
|
|
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.40",
|
|
35
35
|
"jest": "^30.1.2",
|
|
36
36
|
"jest-environment-jsdom": "^30.1.2",
|
|
37
37
|
"prettier": "^3.6.2",
|