jamespot-user-api 1.0.200 → 1.0.202
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 +2 -2
- 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/JCalendarApi.html +1 -0
- package/documentation/classes/JCommunityApi.html +1 -1
- package/documentation/classes/JDatasourceApi.html +1 -1
- package/documentation/classes/JDiapazoneApi.html +1 -1
- package/documentation/classes/JExternalAppApi.html +1 -0
- 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/JModuleApi.html +1 -0
- 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/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/jest.config.ts +2 -2
- package/lib/jamespot-user-api.js +1 -1
- package/lib/jamespot-user-api.js.map +1 -1
- package/lib/src/apis/application/types.d.ts +1 -1
- package/lib/src/apis/article/article.mock.d.ts +8 -1
- package/lib/src/apis/bbb/bbb.d.ts +3 -0
- package/lib/src/apis/calendar/calendar.d.ts +18 -0
- package/lib/src/apis/calendar/calendar.mock.d.ts +4 -0
- package/lib/src/apis/calendar/calendar.test.d.ts +1 -0
- package/lib/src/apis/externalApp/externalApp.d.ts +13 -0
- package/lib/src/apis/externalApp/externalApp.mock.d.ts +4 -0
- package/lib/src/apis/externalApp/externalApp.test.d.ts +1 -0
- package/lib/src/apis/index.d.ts +3 -0
- package/lib/src/apis/jamespotUserApi.d.ts +6 -0
- package/lib/src/apis/module/module.d.ts +13 -0
- package/lib/src/apis/module/module.mock.d.ts +4 -0
- package/lib/src/apis/module/module.test.d.ts +1 -0
- package/lib/src/apis/user/user.d.ts +15 -4
- package/lib/src/apis/user/user.mock.d.ts +2 -1
- package/lib/src/apis/widget/widget.mock.d.ts +4 -2
- package/lib/src/types/autocomplete.d.ts +6 -0
- package/lib/src/types/calendar.d.ts +83 -0
- package/lib/src/types/externalApp.d.ts +13 -0
- package/lib/src/types/faq.d.ts +5 -0
- package/lib/src/types/index.d.ts +3 -0
- package/lib/src/types/mediaLibrary.d.ts +5 -0
- package/lib/src/types/meeting.d.ts +105 -0
- package/lib/src/types/module.d.ts +17 -0
- package/lib/src/types/search.d.ts +139 -22
- package/lib/src/types/socialEvent.d.ts +105 -0
- package/lib/src/types/widgets/default.d.ts +120 -132
- package/lib/src/types/widgets/legacy.d.ts +3 -0
- package/lib/src/types/widgets/widgetPresence.d.ts +12 -12
- package/lib/src/types/widgets/widgetQuickSurvey.d.ts +40 -45
- package/lib/src/types/widgets.d.ts +56 -55
- package/package.json +1 -1
- package/phpunitMock/articleGetRead-default.json +10 -0
- package/phpunitMock/autocompleteUser-a.json +8 -4
- package/phpunitMock/bigBlueButtonVideoRecordingDelete-default.json +1 -0
- package/phpunitMock/calendarGetEvents-spot.json +24 -0
- package/phpunitMock/calendarGetEvents-user.json +24 -0
- package/phpunitMock/calendarGetLastEvents-raw-list.json +205 -0
- package/phpunitMock/externalAppList-default.json +21 -0
- package/phpunitMock/externalAppSave-default.json +19 -0
- package/phpunitMock/moduleGetConfiguration-DigitalDeskHook.json +45 -0
- package/phpunitMock/moduleSetConfiguration-DigitalDeskHook.json +1 -0
- package/phpunitMock/studioGet-install-V2.json +1 -1
- package/phpunitMock/studioInstall-V2.json +1 -1
- package/phpunitMock/studioList-install-V2.json +1 -1
- package/phpunitMock/studioList-testUserApiList.json +1 -1
- package/phpunitMock/studioRestart-V2.json +1 -1
- package/phpunitMock/studioSuspend-V2.json +1 -1
- package/phpunitMock/userGetSpots-rawLittle.json +32 -0
- package/phpunitMock/widgetQuickSurveyRespond-default.json +1 -0
- package/phpunitMock/widgetResponseUserList-default.json +118 -0
- package/phpunitMock/widgetUpdateWidget-quickSurvey.json +16 -6
- package/phpunitMock/widgetUpdateWidget-checkList.json +0 -23
|
@@ -1458,18 +1458,18 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1458
1458
|
}>, z.ZodObject<{
|
|
1459
1459
|
limit: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodNumber]>>;
|
|
1460
1460
|
limitValue: z.ZodOptional<z.ZodNumber>;
|
|
1461
|
-
closing: z.ZodOptional<z.ZodBoolean
|
|
1462
|
-
isClosed: z.ZodOptional<z.ZodBoolean
|
|
1461
|
+
closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1462
|
+
isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1463
1463
|
}, "strip", z.ZodTypeAny, {
|
|
1464
1464
|
limit?: number | boolean | undefined;
|
|
1465
1465
|
limitValue?: number | undefined;
|
|
1466
|
-
closing?: boolean | undefined;
|
|
1467
|
-
isClosed?: boolean | undefined;
|
|
1466
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1467
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1468
1468
|
}, {
|
|
1469
1469
|
limit?: number | boolean | undefined;
|
|
1470
1470
|
limitValue?: number | undefined;
|
|
1471
|
-
closing?: boolean | undefined;
|
|
1472
|
-
isClosed?: boolean | undefined;
|
|
1471
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1472
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1473
1473
|
}>, z.ZodObject<{
|
|
1474
1474
|
arr: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1475
1475
|
title: z.ZodType<string, z.ZodTypeDef, string>;
|
|
@@ -1518,41 +1518,38 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1518
1518
|
content?: unknown;
|
|
1519
1519
|
}>;
|
|
1520
1520
|
}, "strip", z.ZodUnknown, import("./widgets/common").WidgetBaseType, import("./widgets/common").WidgetBaseType>, "many">>;
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
anonymize: z.ZodOptional<z.ZodBoolean>;
|
|
1521
|
+
open: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1522
|
+
multi: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1523
|
+
closing: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1524
|
+
isClosed: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1525
|
+
showResult: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1526
|
+
isNotDisabled: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1527
|
+
seeResponseAfter: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1528
|
+
anonymize: z.ZodOptional<z.ZodUnion<[z.ZodUnion<[z.ZodBoolean, z.ZodLiteral<0>]>, z.ZodLiteral<1>]>>;
|
|
1530
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1531
1530
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1532
1531
|
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1533
1532
|
css?: Record<string, string> | undefined;
|
|
1534
|
-
closing?: boolean | undefined;
|
|
1535
|
-
isClosed?: boolean | undefined;
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
anonymize?: boolean | undefined;
|
|
1533
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1534
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1535
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1536
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1537
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1538
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1539
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1540
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1543
1541
|
}, {
|
|
1544
1542
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1545
1543
|
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1546
1544
|
css?: Record<string, string> | undefined;
|
|
1547
|
-
closing?: boolean | undefined;
|
|
1548
|
-
isClosed?: boolean | undefined;
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
anonymize?: boolean | undefined;
|
|
1545
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1546
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1547
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1548
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1549
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1550
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1551
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1552
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1556
1553
|
}>]>>, z.ZodBoolean], z.ZodUnknown>, z.ZodVoid>;
|
|
1557
1554
|
onStateChange: z.ZodFunction<z.ZodTuple<[z.ZodObject<{
|
|
1558
1555
|
busy: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodUndefined]>>;
|
|
@@ -1704,21 +1701,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1704
1701
|
} | {
|
|
1705
1702
|
limit?: number | boolean | undefined;
|
|
1706
1703
|
limitValue?: number | undefined;
|
|
1707
|
-
closing?: boolean | undefined;
|
|
1708
|
-
isClosed?: boolean | undefined;
|
|
1704
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1705
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1709
1706
|
} | {
|
|
1710
1707
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1711
1708
|
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1712
1709
|
css?: Record<string, string> | undefined;
|
|
1713
|
-
closing?: boolean | undefined;
|
|
1714
|
-
isClosed?: boolean | undefined;
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
anonymize?: boolean | undefined;
|
|
1710
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1711
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1712
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1713
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1714
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1715
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1716
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1717
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1722
1718
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1723
1719
|
onStateChange: (args_0: {
|
|
1724
1720
|
busy?: boolean | undefined;
|
|
@@ -1857,21 +1853,20 @@ export declare const widgetDefaultProps: z.ZodObject<{
|
|
|
1857
1853
|
} | {
|
|
1858
1854
|
limit?: number | boolean | undefined;
|
|
1859
1855
|
limitValue?: number | undefined;
|
|
1860
|
-
closing?: boolean | undefined;
|
|
1861
|
-
isClosed?: boolean | undefined;
|
|
1856
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1857
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1862
1858
|
} | {
|
|
1863
1859
|
widgets?: import("./widgets/common").WidgetBaseType[] | undefined;
|
|
1864
1860
|
arr?: import("./widgets/widgetQuickSurvey").WidgetQuickSurveyContentArr[] | undefined;
|
|
1865
1861
|
css?: Record<string, string> | undefined;
|
|
1866
|
-
closing?: boolean | undefined;
|
|
1867
|
-
isClosed?: boolean | undefined;
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
anonymize?: boolean | undefined;
|
|
1862
|
+
closing?: boolean | 0 | 1 | undefined;
|
|
1863
|
+
isClosed?: boolean | 0 | 1 | undefined;
|
|
1864
|
+
open?: boolean | 0 | 1 | undefined;
|
|
1865
|
+
multi?: boolean | 0 | 1 | undefined;
|
|
1866
|
+
showResult?: boolean | 0 | 1 | undefined;
|
|
1867
|
+
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
1868
|
+
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
1869
|
+
anonymize?: boolean | 0 | 1 | undefined;
|
|
1875
1870
|
}), args_1: boolean, ...args_2: unknown[]) => void;
|
|
1876
1871
|
onStateChange: (args_0: {
|
|
1877
1872
|
busy?: boolean | undefined;
|
|
@@ -5336,12 +5331,14 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5336
5331
|
title: z.ZodString;
|
|
5337
5332
|
}>, {
|
|
5338
5333
|
Pseudo: z.ZodString;
|
|
5334
|
+
_url: z.ZodString;
|
|
5339
5335
|
}>, "strip", z.ZodTypeAny, {
|
|
5340
5336
|
type: string;
|
|
5341
5337
|
id: string;
|
|
5342
5338
|
mainType: string;
|
|
5343
5339
|
uri: string;
|
|
5344
5340
|
title: string;
|
|
5341
|
+
_url: string;
|
|
5345
5342
|
name: string;
|
|
5346
5343
|
Pseudo: string;
|
|
5347
5344
|
class: string;
|
|
@@ -5355,6 +5352,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5355
5352
|
mainType: string;
|
|
5356
5353
|
uri: string;
|
|
5357
5354
|
title: string;
|
|
5355
|
+
_url: string;
|
|
5358
5356
|
name: string;
|
|
5359
5357
|
Pseudo: string;
|
|
5360
5358
|
class: string;
|
|
@@ -5442,6 +5440,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5442
5440
|
mainType: string;
|
|
5443
5441
|
uri: string;
|
|
5444
5442
|
title: string;
|
|
5443
|
+
_url: string;
|
|
5445
5444
|
name: string;
|
|
5446
5445
|
Pseudo: string;
|
|
5447
5446
|
class: string;
|
|
@@ -5560,6 +5559,7 @@ export declare const jArticleWidgetViewSchema: z.ZodObject<z.objectUtil.extendSh
|
|
|
5560
5559
|
mainType: string;
|
|
5561
5560
|
uri: string;
|
|
5562
5561
|
title: string;
|
|
5562
|
+
_url: string;
|
|
5563
5563
|
name: string;
|
|
5564
5564
|
Pseudo: string;
|
|
5565
5565
|
class: string;
|
|
@@ -5646,6 +5646,7 @@ export type jArticleWidgetView = z.infer<typeof jArticleWidgetViewSchema>;
|
|
|
5646
5646
|
export * from './widgets/common';
|
|
5647
5647
|
export * from './widgets/default';
|
|
5648
5648
|
export * from './widgets/ensure';
|
|
5649
|
+
export * from './widgets/legacy';
|
|
5649
5650
|
export * from './widgets/widgetArticleAttachment';
|
|
5650
5651
|
export * from './widgets/widgetArticleButton';
|
|
5651
5652
|
export * from './widgets/widgetArticleGallery';
|
package/package.json
CHANGED
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"cssClass": "user",
|
|
17
17
|
"cssColor": "#a4acaf",
|
|
18
18
|
"class": "user-selector-user",
|
|
19
|
-
"Pseudo": "Admin1"
|
|
19
|
+
"Pseudo": "Admin1",
|
|
20
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/4"
|
|
20
21
|
},
|
|
21
22
|
{
|
|
22
23
|
"id": "user/5",
|
|
@@ -30,7 +31,8 @@
|
|
|
30
31
|
"cssClass": "user",
|
|
31
32
|
"cssColor": "#a4acaf",
|
|
32
33
|
"class": "user-selector-user",
|
|
33
|
-
"Pseudo": "Admin2"
|
|
34
|
+
"Pseudo": "Admin2",
|
|
35
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/5"
|
|
34
36
|
},
|
|
35
37
|
{
|
|
36
38
|
"id": "user/1",
|
|
@@ -44,7 +46,8 @@
|
|
|
44
46
|
"cssClass": "user",
|
|
45
47
|
"cssColor": "#a4acaf",
|
|
46
48
|
"class": "user-selector-user",
|
|
47
|
-
"Pseudo": "AdminJenkins"
|
|
49
|
+
"Pseudo": "AdminJenkins",
|
|
50
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/1"
|
|
48
51
|
},
|
|
49
52
|
{
|
|
50
53
|
"id": "user/2",
|
|
@@ -58,7 +61,8 @@
|
|
|
58
61
|
"cssClass": "user",
|
|
59
62
|
"cssColor": "#a4acaf",
|
|
60
63
|
"class": "user-selector-user",
|
|
61
|
-
"Pseudo": "Browser.Stack"
|
|
64
|
+
"Pseudo": "Browser.Stack",
|
|
65
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/2"
|
|
62
66
|
}
|
|
63
67
|
]
|
|
64
68
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "bigBlueButton", "f": "videoRecordingDelete", "error": 0, "messages": [], "result": true }
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "calendar",
|
|
3
|
+
"f": "getEvents",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"idArticle": 97,
|
|
9
|
+
"title": "EVENT FOR TEST",
|
|
10
|
+
"start": "2024-09-27 14:32:56",
|
|
11
|
+
"end": "2024-09-27 17:32:56",
|
|
12
|
+
"url": "/article/97",
|
|
13
|
+
"subscribe": true
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"idArticle": 99,
|
|
17
|
+
"title": "EVENT FOR TEST Hybrid",
|
|
18
|
+
"start": "2024-09-27 14:32:56",
|
|
19
|
+
"end": "2024-09-27 17:32:56",
|
|
20
|
+
"url": "/article/99",
|
|
21
|
+
"subscribe": true
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "calendar",
|
|
3
|
+
"f": "getEvents",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"idArticle": 97,
|
|
9
|
+
"title": "EVENT FOR TEST",
|
|
10
|
+
"start": "2024-09-27 14:32:56",
|
|
11
|
+
"end": "2024-09-27 17:32:56",
|
|
12
|
+
"url": "/article/97",
|
|
13
|
+
"subscribe": true
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"idArticle": 99,
|
|
17
|
+
"title": "EVENT FOR TEST Hybrid",
|
|
18
|
+
"start": "2024-09-27 14:32:56",
|
|
19
|
+
"end": "2024-09-27 17:32:56",
|
|
20
|
+
"url": "/article/99",
|
|
21
|
+
"subscribe": true
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "calendar",
|
|
3
|
+
"f": "getLastEvents",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": [
|
|
7
|
+
{
|
|
8
|
+
"id": 97,
|
|
9
|
+
"mainType": "article",
|
|
10
|
+
"type": "socialEvent",
|
|
11
|
+
"uri": "socialEvent/97",
|
|
12
|
+
"dateCreation": "2024-09-27 14:32:56",
|
|
13
|
+
"dateModified": "2024-09-27 14:32:56",
|
|
14
|
+
"title": "EVENT FOR TEST",
|
|
15
|
+
"_url": "/article/97",
|
|
16
|
+
"_right": {
|
|
17
|
+
"create": true,
|
|
18
|
+
"read": true,
|
|
19
|
+
"publish": false,
|
|
20
|
+
"administrate": true,
|
|
21
|
+
"update": true,
|
|
22
|
+
"delete": true,
|
|
23
|
+
"comment": true,
|
|
24
|
+
"member": true
|
|
25
|
+
},
|
|
26
|
+
"description": "<div class='content-html'></div>",
|
|
27
|
+
"_user": {
|
|
28
|
+
"id": 1,
|
|
29
|
+
"mainType": "user",
|
|
30
|
+
"type": "user",
|
|
31
|
+
"uri": "user/1",
|
|
32
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
33
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
34
|
+
"title": "AdminJenkins",
|
|
35
|
+
"_url": "/user/1",
|
|
36
|
+
"level": 9
|
|
37
|
+
},
|
|
38
|
+
"_audience": [
|
|
39
|
+
{
|
|
40
|
+
"id": 1,
|
|
41
|
+
"mainType": "spot",
|
|
42
|
+
"type": "spot",
|
|
43
|
+
"uri": "spot/1",
|
|
44
|
+
"dateCreation": "2019-07-18 18:36:24",
|
|
45
|
+
"dateModified": "2024-09-27 14:33:00",
|
|
46
|
+
"title": "Groupe public",
|
|
47
|
+
"_url": "/group/1",
|
|
48
|
+
"privacy": 1,
|
|
49
|
+
"category": 1
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"place": "",
|
|
53
|
+
"address": "",
|
|
54
|
+
"dateStart": "2024-09-27 14:32:56",
|
|
55
|
+
"dateEnd": "2024-09-27 17:32:56",
|
|
56
|
+
"noGestion": false,
|
|
57
|
+
"maxdate": "1727458376.000000",
|
|
58
|
+
"subscribersTotal": 1,
|
|
59
|
+
"subscribers": [
|
|
60
|
+
{
|
|
61
|
+
"id": 1,
|
|
62
|
+
"mainType": "user",
|
|
63
|
+
"type": "user",
|
|
64
|
+
"uri": "user/1",
|
|
65
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
66
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
67
|
+
"title": "AdminJenkins",
|
|
68
|
+
"_url": "/user/1",
|
|
69
|
+
"level": 9
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": 99,
|
|
75
|
+
"mainType": "article",
|
|
76
|
+
"type": "socialEvent",
|
|
77
|
+
"uri": "socialEvent/99",
|
|
78
|
+
"dateCreation": "2024-09-27 14:32:59",
|
|
79
|
+
"dateModified": "2024-09-27 14:32:59",
|
|
80
|
+
"title": "EVENT FOR TEST Hybrid",
|
|
81
|
+
"_url": "/article/99",
|
|
82
|
+
"_right": {
|
|
83
|
+
"create": true,
|
|
84
|
+
"read": true,
|
|
85
|
+
"publish": false,
|
|
86
|
+
"administrate": true,
|
|
87
|
+
"update": true,
|
|
88
|
+
"delete": true,
|
|
89
|
+
"comment": true,
|
|
90
|
+
"member": true
|
|
91
|
+
},
|
|
92
|
+
"description": "<div class='content-html'></div>",
|
|
93
|
+
"_user": {
|
|
94
|
+
"id": 1,
|
|
95
|
+
"mainType": "user",
|
|
96
|
+
"type": "user",
|
|
97
|
+
"uri": "user/1",
|
|
98
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
99
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
100
|
+
"title": "AdminJenkins",
|
|
101
|
+
"_url": "/user/1",
|
|
102
|
+
"level": 9
|
|
103
|
+
},
|
|
104
|
+
"_audience": [
|
|
105
|
+
{
|
|
106
|
+
"id": 1,
|
|
107
|
+
"mainType": "spot",
|
|
108
|
+
"type": "spot",
|
|
109
|
+
"uri": "spot/1",
|
|
110
|
+
"dateCreation": "2019-07-18 18:36:24",
|
|
111
|
+
"dateModified": "2024-09-27 14:33:00",
|
|
112
|
+
"title": "Groupe public",
|
|
113
|
+
"_url": "/group/1",
|
|
114
|
+
"privacy": 1,
|
|
115
|
+
"category": 1
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"place": "jitsi:https://jenkins-preprod.jamespot.pro/?action=jitsiRedirect&id=97c7fb70-4873-4e81-ba2a-232ca86e9266",
|
|
119
|
+
"address": "HERE",
|
|
120
|
+
"dateStart": "2024-09-27 14:32:56",
|
|
121
|
+
"dateEnd": "2024-09-27 17:32:56",
|
|
122
|
+
"noGestion": false,
|
|
123
|
+
"maxdate": "1727458376.000000",
|
|
124
|
+
"subscribersTotal": 1,
|
|
125
|
+
"subscribers": [
|
|
126
|
+
{
|
|
127
|
+
"id": 1,
|
|
128
|
+
"mainType": "user",
|
|
129
|
+
"type": "user",
|
|
130
|
+
"uri": "user/1",
|
|
131
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
132
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
133
|
+
"title": "AdminJenkins",
|
|
134
|
+
"_url": "/user/1",
|
|
135
|
+
"level": 9
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id": 101,
|
|
141
|
+
"mainType": "article",
|
|
142
|
+
"type": "socialEvent",
|
|
143
|
+
"uri": "socialEvent/101",
|
|
144
|
+
"dateCreation": "2024-09-27 14:33:00",
|
|
145
|
+
"dateModified": "2024-09-27 14:33:00",
|
|
146
|
+
"title": "EVENT FOR testCalendarGetLastEvents",
|
|
147
|
+
"_url": "/article/101",
|
|
148
|
+
"_right": {
|
|
149
|
+
"create": true,
|
|
150
|
+
"read": true,
|
|
151
|
+
"publish": false,
|
|
152
|
+
"administrate": true,
|
|
153
|
+
"update": true,
|
|
154
|
+
"delete": true,
|
|
155
|
+
"comment": true,
|
|
156
|
+
"member": true
|
|
157
|
+
},
|
|
158
|
+
"description": "<div class='content-html'></div>",
|
|
159
|
+
"_user": {
|
|
160
|
+
"id": 1,
|
|
161
|
+
"mainType": "user",
|
|
162
|
+
"type": "user",
|
|
163
|
+
"uri": "user/1",
|
|
164
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
165
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
166
|
+
"title": "AdminJenkins",
|
|
167
|
+
"_url": "/user/1",
|
|
168
|
+
"level": 9
|
|
169
|
+
},
|
|
170
|
+
"_audience": [
|
|
171
|
+
{
|
|
172
|
+
"id": 1,
|
|
173
|
+
"mainType": "user",
|
|
174
|
+
"type": "user",
|
|
175
|
+
"uri": "user/1",
|
|
176
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
177
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
178
|
+
"title": "AdminJenkins",
|
|
179
|
+
"_url": "/user/1",
|
|
180
|
+
"level": 9
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"place": "",
|
|
184
|
+
"address": "",
|
|
185
|
+
"dateStart": "2024-09-27 14:33:00",
|
|
186
|
+
"dateEnd": "2024-09-28 14:33:00",
|
|
187
|
+
"noGestion": false,
|
|
188
|
+
"maxdate": "1727533980.000000",
|
|
189
|
+
"subscribersTotal": 1,
|
|
190
|
+
"subscribers": [
|
|
191
|
+
{
|
|
192
|
+
"id": 1,
|
|
193
|
+
"mainType": "user",
|
|
194
|
+
"type": "user",
|
|
195
|
+
"uri": "user/1",
|
|
196
|
+
"dateCreation": "2019-03-26 16:29:33",
|
|
197
|
+
"dateModified": "2019-07-19 09:39:23",
|
|
198
|
+
"title": "AdminJenkins",
|
|
199
|
+
"_url": "/user/1",
|
|
200
|
+
"level": 9
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "externalApp",
|
|
3
|
+
"f": "list",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"672a29dbf1b4c": {
|
|
8
|
+
"id": "672a29dbf1b4c",
|
|
9
|
+
"label": "External App 0.76837000 1730816475",
|
|
10
|
+
"description": "External App description",
|
|
11
|
+
"icon": "fs-applications",
|
|
12
|
+
"color": "#8F7CEA",
|
|
13
|
+
"url": "https://www.jamespot.com",
|
|
14
|
+
"accessRight": 0,
|
|
15
|
+
"accessRightSelector": [],
|
|
16
|
+
"mode": "link",
|
|
17
|
+
"target": true,
|
|
18
|
+
"noreferrer": true
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "externalApp",
|
|
3
|
+
"f": "save",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"id": "672a29dbf1b4c",
|
|
8
|
+
"label": "External App 0.76837000 1730816475",
|
|
9
|
+
"description": "External App description",
|
|
10
|
+
"icon": "fs-applications",
|
|
11
|
+
"color": "#8F7CEA",
|
|
12
|
+
"url": "https://www.jamespot.com",
|
|
13
|
+
"accessRight": 0,
|
|
14
|
+
"accessRightSelector": [],
|
|
15
|
+
"mode": "link",
|
|
16
|
+
"target": true,
|
|
17
|
+
"noreferrer": true
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"o": "module",
|
|
3
|
+
"f": "getConfiguration",
|
|
4
|
+
"error": 0,
|
|
5
|
+
"messages": [],
|
|
6
|
+
"result": {
|
|
7
|
+
"active": true,
|
|
8
|
+
"accessRight": 2,
|
|
9
|
+
"accessRightSelector": [
|
|
10
|
+
{
|
|
11
|
+
"id": "user/1",
|
|
12
|
+
"uri": "user/1",
|
|
13
|
+
"shortUri": "u1",
|
|
14
|
+
"title": "AdminJenkins",
|
|
15
|
+
"name": "AdminJenkins",
|
|
16
|
+
"mainType": "user",
|
|
17
|
+
"type": "user",
|
|
18
|
+
"label": "Utilisateur",
|
|
19
|
+
"cssClass": "user",
|
|
20
|
+
"cssColor": "#a4acaf",
|
|
21
|
+
"class": "user-selector-user",
|
|
22
|
+
"Pseudo": "AdminJenkins",
|
|
23
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/1"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"writeRight": 2,
|
|
27
|
+
"writeRightSelector": [
|
|
28
|
+
{
|
|
29
|
+
"id": "user/1",
|
|
30
|
+
"uri": "user/1",
|
|
31
|
+
"shortUri": "u1",
|
|
32
|
+
"title": "AdminJenkins",
|
|
33
|
+
"name": "AdminJenkins",
|
|
34
|
+
"mainType": "user",
|
|
35
|
+
"type": "user",
|
|
36
|
+
"label": "Utilisateur",
|
|
37
|
+
"cssClass": "user",
|
|
38
|
+
"cssColor": "#a4acaf",
|
|
39
|
+
"class": "user-selector-user",
|
|
40
|
+
"Pseudo": "AdminJenkins",
|
|
41
|
+
"_url": "http://jenkins-preprod.dev.jamespot.pro/user/1"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{ "o": "module", "f": "setConfiguration", "error": 0, "messages": [] }
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"color": "#ff9900",
|
|
15
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
16
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
17
|
-
"urlTarget":
|
|
17
|
+
"urlTarget": "_blank",
|
|
18
18
|
"description": "all v2 installed desc",
|
|
19
19
|
"order": 1,
|
|
20
20
|
"studioVersion": 2,
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"color": "#ff9900",
|
|
15
15
|
"url": "/index.php?action=typeApplication&nameApp=8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
16
16
|
"type": "8d90a676-3ebb-4268-8734-5aa644cf726b",
|
|
17
|
-
"urlTarget":
|
|
17
|
+
"urlTarget": "_blank",
|
|
18
18
|
"description": "all v2 installed desc",
|
|
19
19
|
"order": 1,
|
|
20
20
|
"studioVersion": 2,
|