jamespot-user-api 1.0.173 → 1.0.175
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/documentation/assets/search.js +1 -1
- package/documentation/classes/AdminLicenseApi.html +14 -14
- package/documentation/classes/AdminStoreApi.html +1 -1
- package/documentation/classes/AdminUtilsApi.html +1 -1
- package/documentation/classes/JApplicationApi.html +8 -8
- package/documentation/classes/JArticleApi.html +1 -1
- package/documentation/classes/JAssetReservation.html +1 -1
- package/documentation/classes/JAudienceApi.html +1 -1
- package/documentation/classes/JBaseApi.html +1 -1
- package/documentation/classes/JBbbApi.html +1 -1
- package/documentation/classes/JBookmarkApi.html +1 -1
- package/documentation/classes/JBusinessNetworkingApi.html +1 -1
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JFaqApi.html +1 -1
- package/documentation/classes/JFileApi.html +5 -5
- package/documentation/classes/JFilebankApi.html +1 -1
- package/documentation/classes/JGlobalApi.html +1 -1
- package/documentation/classes/JGroupApi.html +12 -12
- package/documentation/classes/JIAApi.html +1 -1
- package/documentation/classes/JLandApi.html +1 -1
- package/documentation/classes/JMessengerApi.html +1 -1
- package/documentation/classes/JObjectApi.html +1 -1
- package/documentation/classes/JSearchApi.html +6 -6
- package/documentation/classes/JShareApi.html +1 -1
- package/documentation/classes/JSocialActionApi.html +1 -1
- package/documentation/classes/JTaxonomyApi.html +2 -2
- package/documentation/classes/JUserApi.html +7 -7
- package/documentation/classes/JWedocApi.html +1 -1
- package/documentation/classes/JWidgetApi.html +1 -1
- package/documentation/classes/JamespotUserApi.html +1 -1
- package/documentation/classes/Network.html +1 -1
- package/documentation/classes/TVDisplayApi.html +1 -1
- package/documentation/classes/WindowBrowser.html +1 -1
- package/documentation/enums/BookmarkType.html +1 -1
- package/documentation/enums/Format.html +1 -1
- package/documentation/enums/GroupModerateStatus.html +1 -1
- package/documentation/enums/StudioApplicationStatus.html +1 -1
- package/documentation/enums/WidgetsName.html +1 -1
- package/documentation/index.html +1 -1
- package/documentation/interfaces/AccessRightObject.html +1 -1
- package/documentation/interfaces/ApiDefaultWrapper.html +1 -1
- package/documentation/interfaces/ApiWrapper.html +1 -1
- package/documentation/interfaces/BaseMessage.html +1 -1
- package/documentation/interfaces/Category.html +1 -1
- package/documentation/interfaces/FileBankProps.html +1 -1
- package/documentation/interfaces/FolderProps.html +1 -1
- package/documentation/interfaces/ListFilterSpec.html +1 -1
- package/documentation/interfaces/OF.html +1 -1
- package/documentation/interfaces/PagingResults.html +1 -1
- package/documentation/interfaces/RootFolderProps.html +1 -1
- package/documentation/interfaces/SpotProps.html +1 -1
- package/documentation/interfaces/TaxonomyCreate.html +1 -1
- package/documentation/interfaces/WidgetType.html +1 -1
- package/documentation/interfaces/WindowInterface.html +1 -1
- package/documentation/modules.html +11 -11
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/animations/animations.d.ts +3 -1
- package/lib/src/apis/animations/animations.mock.d.ts +3 -1
- package/lib/src/types/animations.d.ts +69 -2
- package/lib/src/types/assetReservation.d.ts +4 -4
- package/lib/src/types/autocomplete.d.ts +4 -4
- package/lib/src/types/comment.d.ts +12 -12
- package/lib/src/types/diapazone.d.ts +2 -2
- package/lib/src/types/global.d.ts +6 -6
- package/lib/src/types/meeting.d.ts +12 -12
- package/lib/src/types/model.d.ts +5 -1
- package/lib/src/types/pollSurvey.d.ts +4 -4
- package/lib/src/types/quizz.d.ts +8 -8
- package/lib/src/types/socialEvent.d.ts +8 -8
- package/lib/src/types/surveyDate.d.ts +8 -8
- package/lib/src/util/Test.d.ts +6 -6
- package/package.json +1 -1
- package/phpunitMock/objectListAnimationsStats-default.json +29 -0
- package/phpunitMock/objectListAnimationsStatsCurrent-default.json +20 -0
|
@@ -850,6 +850,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<{
|
|
|
850
850
|
dateModified: string;
|
|
851
851
|
};
|
|
852
852
|
_right: import("./common").Rights;
|
|
853
|
+
dateStart: string | null;
|
|
854
|
+
dateEnd: string;
|
|
853
855
|
_audience: (import("./user").jUserLittle | {
|
|
854
856
|
type: string;
|
|
855
857
|
id: number;
|
|
@@ -862,8 +864,6 @@ export declare const jSurveyDateListSchema: z.ZodObject<{
|
|
|
862
864
|
category: number;
|
|
863
865
|
privacy: number;
|
|
864
866
|
})[];
|
|
865
|
-
dateStart: string | null;
|
|
866
|
-
dateEnd: string;
|
|
867
867
|
dates: string[];
|
|
868
868
|
description?: string | null | undefined;
|
|
869
869
|
image?: {
|
|
@@ -1024,6 +1024,8 @@ export declare const jSurveyDateListSchema: z.ZodObject<{
|
|
|
1024
1024
|
dateModified: string;
|
|
1025
1025
|
};
|
|
1026
1026
|
_right: import("./common").Rights;
|
|
1027
|
+
dateStart: string | null;
|
|
1028
|
+
dateEnd: string;
|
|
1027
1029
|
_audience: (import("./user").jUserLittle | {
|
|
1028
1030
|
type: string;
|
|
1029
1031
|
id: number;
|
|
@@ -1036,8 +1038,6 @@ export declare const jSurveyDateListSchema: z.ZodObject<{
|
|
|
1036
1038
|
category: number;
|
|
1037
1039
|
privacy: number;
|
|
1038
1040
|
})[];
|
|
1039
|
-
dateStart: string | null;
|
|
1040
|
-
dateEnd: string;
|
|
1041
1041
|
dates: string[];
|
|
1042
1042
|
description?: string | null | undefined;
|
|
1043
1043
|
image?: {
|
|
@@ -3608,6 +3608,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
3608
3608
|
dateModified: string;
|
|
3609
3609
|
};
|
|
3610
3610
|
_right: import("./common").Rights;
|
|
3611
|
+
dateStart: string | null;
|
|
3612
|
+
dateEnd: string;
|
|
3611
3613
|
_audience: (import("./user").jUserLittle | {
|
|
3612
3614
|
type: string;
|
|
3613
3615
|
id: number;
|
|
@@ -3620,8 +3622,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
3620
3622
|
category: number;
|
|
3621
3623
|
privacy: number;
|
|
3622
3624
|
})[];
|
|
3623
|
-
dateStart: string | null;
|
|
3624
|
-
dateEnd: string;
|
|
3625
3625
|
dates: string[];
|
|
3626
3626
|
description?: string | null | undefined;
|
|
3627
3627
|
image?: {
|
|
@@ -3782,6 +3782,8 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
3782
3782
|
dateModified: string;
|
|
3783
3783
|
};
|
|
3784
3784
|
_right: import("./common").Rights;
|
|
3785
|
+
dateStart: string | null;
|
|
3786
|
+
dateEnd: string;
|
|
3785
3787
|
_audience: (import("./user").jUserLittle | {
|
|
3786
3788
|
type: string;
|
|
3787
3789
|
id: number;
|
|
@@ -3794,8 +3796,6 @@ export declare const jSurveyDateViewSchema: z.ZodIntersection<z.ZodIntersection<
|
|
|
3794
3796
|
category: number;
|
|
3795
3797
|
privacy: number;
|
|
3796
3798
|
})[];
|
|
3797
|
-
dateStart: string | null;
|
|
3798
|
-
dateEnd: string;
|
|
3799
3799
|
dates: string[];
|
|
3800
3800
|
description?: string | null | undefined;
|
|
3801
3801
|
image?: {
|
package/lib/src/util/Test.d.ts
CHANGED
|
@@ -932,12 +932,12 @@ export declare const validateCommentIsFormatList: <T extends {
|
|
|
932
932
|
_actions?: Record<string, {
|
|
933
933
|
type: string;
|
|
934
934
|
label: string;
|
|
935
|
-
cssClass: string;
|
|
936
|
-
cssColor: string;
|
|
937
|
-
class: string;
|
|
938
935
|
stats: {
|
|
939
936
|
total: number;
|
|
940
937
|
};
|
|
938
|
+
cssClass: string;
|
|
939
|
+
cssColor: string;
|
|
940
|
+
class: string;
|
|
941
941
|
isActive: boolean;
|
|
942
942
|
struct: {
|
|
943
943
|
type: string;
|
|
@@ -1116,12 +1116,12 @@ export declare const validateCommentIsFormatList: <T extends {
|
|
|
1116
1116
|
_actions?: Record<string, {
|
|
1117
1117
|
type: string;
|
|
1118
1118
|
label: string;
|
|
1119
|
-
cssClass: string;
|
|
1120
|
-
cssColor: string;
|
|
1121
|
-
class: string;
|
|
1122
1119
|
stats: {
|
|
1123
1120
|
total: number;
|
|
1124
1121
|
};
|
|
1122
|
+
cssClass: string;
|
|
1123
|
+
cssColor: string;
|
|
1124
|
+
class: string;
|
|
1125
1125
|
isActive: boolean;
|
|
1126
1126
|
struct: {
|
|
1127
1127
|
type: string;
|
package/package.json
CHANGED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "objectList",
|
|
3
|
+
"f": "AnimationsStats",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"limit": 0,
|
|
8
|
+
"page": 1,
|
|
9
|
+
"cnt": 1,
|
|
10
|
+
"data": [
|
|
11
|
+
{
|
|
12
|
+
"id": 9,
|
|
13
|
+
"mainType": "animationStat",
|
|
14
|
+
"type": "animationStat",
|
|
15
|
+
"uri": "animationStat/9",
|
|
16
|
+
"dateCreation": "2024-07-31 15:49:37",
|
|
17
|
+
"dateModified": "2024-07-31 15:49:37",
|
|
18
|
+
"animationName": "MusicFestival",
|
|
19
|
+
"auto": true,
|
|
20
|
+
"dateStart": "1970-01-01 01:00:00",
|
|
21
|
+
"dateEnd": null,
|
|
22
|
+
"stats": [{ "date": "2024-07-31 15:49:37", "number": 1 }],
|
|
23
|
+
"animAudience": ["networkPublic/1"]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"facets": null,
|
|
27
|
+
"idQuery": null
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "objectList",
|
|
3
|
+
"f": "AnimationsStatsCurrent",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": 9,
|
|
8
|
+
"mainType": "animationStat",
|
|
9
|
+
"type": "animationStat",
|
|
10
|
+
"uri": "animationStat/9",
|
|
11
|
+
"dateCreation": "2024-07-31 15:49:37",
|
|
12
|
+
"dateModified": "2024-07-31 15:49:37",
|
|
13
|
+
"animationName": "MusicFestival",
|
|
14
|
+
"auto": true,
|
|
15
|
+
"dateStart": "1970-01-01 01:00:00",
|
|
16
|
+
"dateEnd": null,
|
|
17
|
+
"stats": [{ "date": "2024-07-31 15:49:37", "number": 1 }],
|
|
18
|
+
"animAudience": ["networkPublic/1"]
|
|
19
|
+
}
|
|
20
|
+
}
|