@@ -410,6 +410,80 @@ const clientConfigJson = {
410410 logging : false ,
411411} ;
412412
413+ const members = [ ] ;
414+ Array . from ( Array ( 31 ) . keys ( ) ) . forEach ( ( i ) => {
415+ members . push ( {
416+ "@id" : "/v2/playlist-slides/01JX8KAN3R1D201EJC06AF099N" ,
417+ "@type" : "PlaylistSlide" ,
418+ slide : {
419+ "@id" : "/v2/slides/00015Y0ZVC18N407JD07SM0YCF" ,
420+ "@type" : "Slide" ,
421+ } ,
422+ playlist : {
423+ "@id" : "/v2/playlists/01JQHJV7101JG70V6G0E9313PV" ,
424+ "@type" : "Playlist" ,
425+ title : "1" ,
426+ description :
427+ "Similique voluptas aut temporibus soluta et cupiditate dolore. Ut ut totam fuga. Ullam quis ut nulla et totam neque quia." ,
428+ schedules : [ ] ,
429+ slides : "/v2/playlists/01JQHJV7101JG70V6G0E9313PV/slides" ,
430+ campaignScreens : [ ] ,
431+ campaignScreenGroups : [ ] ,
432+ tenants : [
433+ {
434+ "@type" : "Tenant" ,
435+ "@id" : "/v2/tenants/01JDHRTN7R0JWK1KYN12WC16QX" ,
436+ } ,
437+ ] ,
438+ isCampaign : false ,
439+ published : {
440+ from : "2024-09-27T13:08:20.000Z" ,
441+ to : "2025-05-26T09:48:41.000Z" ,
442+ } ,
443+ relationsChecksum : {
444+ slides : "a392e0ee600c545e5604713161f14bac7460471f" ,
445+ } ,
446+ } ,
447+ weight : { i } ,
448+ } ) ;
449+ } ) ;
450+
451+ const slidesPlaylist = {
452+ "@context" : "/contexts/PlaylistSlide" ,
453+ "@id" : "/v2/slides/01JVA5509R1V8S16PR15BB1Q4D/playlists" ,
454+ "hydra:totalItems" : 31 ,
455+ "hydra:member" : members ,
456+ } ;
457+
458+ const slideJson = {
459+ "@context" : "/contexts/Slide" ,
460+ "@id" : "/v2/slides/00015Y0ZVC18N407JD07SM0YCF" ,
461+ "@type" : "Slide" ,
462+ title : "" ,
463+ description : "" ,
464+ templateInfo : {
465+ "@id" : "/v2/templates/01FP2SNGFN0BZQH03KCBXHKYHG" ,
466+ options : [ ] ,
467+ } ,
468+ onPlaylists : [ ] ,
469+ published : {
470+ from : "2025-09-18T09:30:00.000Z" ,
471+ to : null ,
472+ } ,
473+ media : [ ] ,
474+ content : {
475+ title : "Title" ,
476+ } ,
477+ modifiedBy : "admin@example.com" ,
478+ createdBy : "admin@example.com" ,
479+ id : "01K5E2JGX3G60S73YRGR26W81J" ,
480+ created : "2025-09-18T11:30:32.000Z" ,
481+ modified : "2025-09-18T11:33:13.000Z" ,
482+ relationsChecksum : {
483+ templateInfo : "b2341f464f952dcd78c26990075ab5090af1286c" ,
484+ } ,
485+ } ;
486+
413487const slidesJson1 = {
414488 "@id" : "/v2/slides" ,
415489 "hydra:member" : [
@@ -986,6 +1060,25 @@ const screensListJson = {
9861060 ] ,
9871061} ;
9881062
1063+ const onlyImageTextListJson = {
1064+ "@context" : "/contexts/Template" ,
1065+ "@id" : "/v2/templates" ,
1066+ "@type" : "hydra:Collection" ,
1067+ "hydra:totalItems" : 1 ,
1068+ "hydra:member" : [
1069+ {
1070+ "@id" : "/v2/templates/01FP2SNGFN0BZQH03KCBXHKYHG" ,
1071+ "@type" : "Template" ,
1072+ title : "Billede og tekst" ,
1073+ modifiedBy : "" ,
1074+ createdBy : "" ,
1075+ id : "01FP2SNGFN0BZQH03KCBXHKYHG" ,
1076+ created : "2024-08-03T09:38:27.000Z" ,
1077+ modified : "2025-02-01T06:08:28.000Z" ,
1078+ } ,
1079+ ] ,
1080+ } ;
1081+
9891082const templatesListJson = {
9901083 "@id" : "/v2/templates" ,
9911084 "hydra:member" : [
@@ -1076,6 +1169,15 @@ const templatesListJson = {
10761169 "hydra:totalItems" : 12 ,
10771170} ;
10781171
1172+ const imageTextTemplate = {
1173+ title : "Billede og tekst" ,
1174+ modifiedBy : "" ,
1175+ createdBy : "" ,
1176+ id : "01FP2SNGFN0BZQH03KCBXHKYHG" ,
1177+ created : "2024-08-04T06:32:42.000Z" ,
1178+ modified : "2025-02-02T03:02:43.000Z" ,
1179+ } ;
1180+
10791181const slidesListJson = {
10801182 "@id" : "/v2/slides" ,
10811183 "hydra:member" : [
@@ -1089,7 +1191,7 @@ const slidesListJson = {
10891191 modifiedBy : "" ,
10901192 createdBy : "" ,
10911193 templateInfo : {
1092- "@id" : "/v2/templates/00MWCNKC4P0X5C0AT70E741E2V " ,
1194+ "@id" : "/v2/templates/01FP2SNGFN0BZQH03KCBXHKYHG " ,
10931195 options : [ ] ,
10941196 } ,
10951197 theme : "" ,
@@ -1645,4 +1747,8 @@ export {
16451747 slidesListJson ,
16461748 themesJson ,
16471749 themesSingleJson ,
1750+ onlyImageTextListJson ,
1751+ slideJson ,
1752+ imageTextTemplate ,
1753+ slidesPlaylist ,
16481754} ;
0 commit comments