@saooti/octopus-sdk 30.0.3 → 30.0.7
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/README.md +6 -0
- package/package.json +1 -1
- package/src/App.vue +4 -4
- package/src/api/comments.ts +1 -1
- package/src/assets/form.scss +0 -15
- package/src/assets/multiselect.scss +1 -1
- package/src/components/display/categories/CategoryChooser.vue +1 -1
- package/src/components/display/categories/CategoryFilter.vue +4 -4
- package/src/components/display/categories/CategoryList.vue +1 -1
- package/src/components/display/comments/CommentInput.vue +3 -3
- package/src/components/display/comments/CommentItem.vue +4 -4
- package/src/components/display/comments/CommentList.vue +4 -4
- package/src/components/display/comments/CommentParentInfo.vue +1 -1
- package/src/components/display/comments/CommentPlayer.vue +1 -1
- package/src/components/display/comments/CommentSection.vue +3 -3
- package/src/components/display/edit/EditBox.vue +1 -1
- package/src/components/display/edit/EditCommentBox.vue +1 -1
- package/src/components/display/emission/EmissionChooser.vue +2 -2
- package/src/components/display/emission/EmissionInlineList.vue +2 -2
- package/src/components/display/emission/EmissionItem.vue +1 -1
- package/src/components/display/emission/EmissionList.vue +3 -3
- package/src/components/display/emission/EmissionPlayerItem.vue +2 -2
- package/src/components/display/filter/AdvancedSearch.vue +1 -5
- package/src/components/display/filter/CategoryFilter.vue +1 -1
- package/src/components/display/filter/MonetizableFilter.vue +1 -1
- package/src/components/display/filter/ProductorSearch.vue +1 -1
- package/src/components/display/filter/RubriqueChoice.vue +3 -3
- package/src/components/display/filter/RubriqueFilter.vue +2 -2
- package/src/components/display/live/LiveHorizontalList.vue +1 -1
- package/src/components/display/live/LiveItem.vue +2 -2
- package/src/components/display/live/LiveList.vue +1 -1
- package/src/components/display/organisation/OrganisationChooser.vue +1 -1
- package/src/components/display/organisation/OrganisationChooserLight.vue +2 -2
- package/src/components/display/participant/ParticipantItem.vue +1 -1
- package/src/components/display/participant/ParticipantList.vue +1 -1
- package/src/components/display/playlist/PlaylistItem.vue +1 -1
- package/src/components/display/playlist/PlaylistList.vue +1 -1
- package/src/components/display/playlist/PodcastList.vue +2 -2
- package/src/components/display/podcasts/AnimatorsItem.vue +1 -1
- package/src/components/display/podcasts/ParticipantDescription.vue +2 -2
- package/src/components/display/podcasts/PodcastFilterList.vue +2 -2
- package/src/components/display/podcasts/PodcastImage.vue +2 -2
- package/src/components/display/podcasts/PodcastInlineList.vue +2 -2
- package/src/components/display/podcasts/PodcastItem.vue +2 -2
- package/src/components/display/podcasts/PodcastList.vue +2 -2
- package/src/components/display/podcasts/PodcastModuleBox.vue +2 -2
- package/src/components/display/podcasts/TagList.vue +1 -2
- package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
- package/src/components/display/rubriques/RubriqueList.vue +4 -4
- package/src/components/display/sharing/PlayerParameters.vue +7 -58
- package/src/components/display/sharing/ShareButtons.vue +4 -3
- package/src/components/display/sharing/ShareDistribution.vue +1 -1
- package/src/components/display/sharing/SharePlayer.vue +37 -72
- package/src/components/display/sharing/SharePlayerColors.vue +4 -49
- package/src/components/display/sharing/SharePlayerTypes.vue +12 -15
- package/src/components/display/sharing/SubscribeButtons.vue +1 -1
- package/src/components/misc/Footer.vue +2 -2
- package/src/components/misc/LeftMenu.vue +3 -3
- package/src/components/misc/Player.vue +2 -2
- package/src/components/misc/PlayerButtons.vue +2 -2
- package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
- package/src/components/misc/PlayerProgressBar.vue +1 -1
- package/src/components/misc/Popover.vue +8 -3
- package/src/components/misc/TopBar.vue +2 -2
- package/src/components/misc/modal/ClipboardModal.vue +1 -1
- package/src/components/misc/modal/NewsletterModal.vue +2 -2
- package/src/components/misc/modal/QrCodeModal.vue +2 -2
- package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
- package/src/components/mixins/init.ts +1 -1
- package/src/components/mixins/organisationFilter.ts +1 -1
- package/src/components/pages/Category.vue +1 -1
- package/src/components/pages/Emission.vue +1 -1
- package/src/components/pages/Emissions.vue +2 -2
- package/src/components/pages/Home.vue +4 -4
- package/src/components/pages/Lives.vue +2 -2
- package/src/components/pages/Participant.vue +1 -1
- package/src/components/pages/Playlist.vue +1 -1
- package/src/components/pages/Podcast.vue +4 -4
- package/src/components/pages/Podcasts.vue +3 -3
- package/src/locale/en.ts +0 -1
- package/src/locale/fr.ts +0 -1
- package/src/store/class/{adserverConfig.ts → adserver/adserverConfig.ts} +0 -0
- package/src/store/class/adserver/adserverOtherEmission.ts +13 -0
- package/src/store/class/{adserverTiming.ts → adserver/adserverTiming.ts} +0 -0
- package/src/store/class/cartouchier/cartouche.ts +15 -0
- package/src/store/class/cartouchier/cartouchier.ts +9 -0
- package/src/store/class/conference/conference.ts +35 -0
- package/src/store/class/conference/conferenceMessage.ts +10 -0
- package/src/store/class/conference/conferenceParticipant.ts +18 -0
- package/src/store/class/conference/pad.ts +15 -0
- package/src/store/class/conference/studioCall.ts +7 -0
- package/src/store/class/contract/contract.ts +7 -0
- package/src/store/class/contract/contractOrganisation.ts +7 -0
- package/src/store/class/ftp/ftpEmission.ts +41 -0
- package/src/store/class/ftp/ftpParam.ts +12 -0
- package/src/store/class/ftp/testFtpEmission.ts +5 -0
- package/src/store/class/general/audioView.ts +21 -0
- package/src/store/class/{category.ts → general/category.ts} +1 -1
- package/src/store/class/general/comment.ts +16 -0
- package/src/store/class/general/customPlayer.ts +8 -0
- package/src/store/class/{emission.ts → general/emission.ts} +2 -2
- package/src/store/class/general/fetchParam.ts +33 -0
- package/src/store/class/general/initState.ts +25 -0
- package/src/store/class/general/ituneCategory.ts +5 -0
- package/src/store/class/general/media.ts +14 -0
- package/src/store/class/general/organisation.ts +19 -0
- package/src/store/class/general/pageable.ts +13 -0
- package/src/store/class/{participant.ts → general/participant.ts} +0 -0
- package/src/store/class/{player.ts → general/player.ts} +0 -0
- package/src/store/class/{playlist.ts → general/playlist.ts} +2 -2
- package/src/store/class/{podcast.ts → general/podcast.ts} +2 -1
- package/src/store/class/general/sortPageable.ts +5 -0
- package/src/store/class/general/soundcastCategory.ts +8 -0
- package/src/store/class/ouestFrance/ofTag.ts +36 -0
- package/src/store/class/ouestFrance/ofTagInfo.ts +9 -0
- package/src/store/class/ouestFrance/ofTagPage.ts +7 -0
- package/src/store/class/ouestFrance/ofTagSeo.ts +7 -0
- package/src/store/class/ouestFrance/ofTagVente.ts +6 -0
- package/src/store/class/ouestFrance/ofTagWithParents.ts +26 -0
- package/src/store/class/rss/aggregator.ts +28 -0
- package/src/store/class/rss/rssEmission.ts +14 -0
- package/src/store/class/rss/rssInfo.ts +8 -0
- package/src/store/class/{rubriquage.ts → rubrique/rubriquage.ts} +0 -0
- package/src/store/class/rubrique/rubriquageFilter.ts +6 -0
- package/src/store/class/rubrique/rubrique.ts +8 -0
- package/src/store/class/stat/statArrayIncome.ts +6 -0
- package/src/store/class/stat/statArrayObject.ts +34 -0
- package/src/store/class/stat/statGraph.ts +7 -0
- package/src/store/class/{person.ts → user/person.ts} +2 -2
- package/src/store/class/user/profile.ts +12 -0
- package/src/store/class/user/userKeycloak.ts +24 -0
- package/src/store/paramStore.ts +2 -4
- package/src/store/typeAppStore.ts +10 -10
- package/src/store/class/comment.ts +0 -16
- package/src/store/class/conference.ts +0 -31
- package/src/store/class/customPlayer.ts +0 -8
- package/src/store/class/fetchParam.ts +0 -33
- package/src/store/class/media.ts +0 -14
- package/src/store/class/organisation.ts +0 -19
- package/src/store/class/rubriquageFilter.ts +0 -6
- package/src/store/class/rubrique.ts +0 -9
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Emission } from './emission';
|
|
2
2
|
import { Organisation } from './organisation';
|
|
3
3
|
import { Participant } from './participant';
|
|
4
|
-
import { Person } from '
|
|
4
|
+
import { Person } from '../user/person';
|
|
5
5
|
export interface Podcast {
|
|
6
6
|
imageUrl?: string;
|
|
7
7
|
animators?: Array<Participant>;
|
|
@@ -35,6 +35,7 @@ export interface Podcast {
|
|
|
35
35
|
score?: number;
|
|
36
36
|
size?: number;
|
|
37
37
|
tags?: Array<string>;
|
|
38
|
+
ofTags? : Array<string>;
|
|
38
39
|
title: string;
|
|
39
40
|
weekDownloadCount?: number;
|
|
40
41
|
order?: number;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export interface OfTag{
|
|
2
|
+
actif: boolean;
|
|
3
|
+
chemin: string;
|
|
4
|
+
dateMaj: string;
|
|
5
|
+
entites: Array<string>;
|
|
6
|
+
id: string;
|
|
7
|
+
idDrupal: string;
|
|
8
|
+
ignoreCommuneInactive: boolean;
|
|
9
|
+
ignorePage: boolean;
|
|
10
|
+
ignorePush: boolean;
|
|
11
|
+
ignoreSeo: boolean;
|
|
12
|
+
noms: Array<string>;
|
|
13
|
+
redactions: Array<string>;
|
|
14
|
+
slug: string;
|
|
15
|
+
source: string;
|
|
16
|
+
version: number;
|
|
17
|
+
}
|
|
18
|
+
export function emptyOfTag(): OfTag {
|
|
19
|
+
return {
|
|
20
|
+
actif: false,
|
|
21
|
+
chemin: "",
|
|
22
|
+
dateMaj: "",
|
|
23
|
+
entites: [],
|
|
24
|
+
id: "fakeTag",
|
|
25
|
+
idDrupal: "fakeTag",
|
|
26
|
+
ignoreCommuneInactive: false,
|
|
27
|
+
ignorePage: false,
|
|
28
|
+
ignorePush: false,
|
|
29
|
+
ignoreSeo: false,
|
|
30
|
+
noms: [],
|
|
31
|
+
redactions: [],
|
|
32
|
+
slug: "",
|
|
33
|
+
source: "",
|
|
34
|
+
version: 0
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { OfTag } from "./ofTag";
|
|
2
|
+
import { OfTagInfo } from "./ofTagInfo";
|
|
3
|
+
import { OfTagPage } from "./ofTagPage";
|
|
4
|
+
import { OfTagSeo } from "./ofTagSeo";
|
|
5
|
+
import { OfTagVente } from "./ofTagVente";
|
|
6
|
+
|
|
7
|
+
export interface OfTagWithParents{
|
|
8
|
+
ancetreIds: string;
|
|
9
|
+
ancetreNoms: Array<string>;
|
|
10
|
+
ancetreNomsCanoniques: Array<string>;
|
|
11
|
+
dateMaj: string;
|
|
12
|
+
id: string;
|
|
13
|
+
nbAncetres: number;
|
|
14
|
+
nbEnfants: number;
|
|
15
|
+
pageManquant: boolean;
|
|
16
|
+
pushManquant: boolean;
|
|
17
|
+
pushPossible: string;
|
|
18
|
+
role: string;
|
|
19
|
+
seoManquant:boolean;
|
|
20
|
+
tag: OfTag;
|
|
21
|
+
tagInfo: OfTagInfo;
|
|
22
|
+
tagPage: OfTagPage
|
|
23
|
+
tagSeo: OfTagSeo;
|
|
24
|
+
tagVente: OfTagVente;
|
|
25
|
+
version: number;
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface Aggregator {
|
|
2
|
+
aggregatorId: number;
|
|
3
|
+
createdBy: string;
|
|
4
|
+
image?: string;
|
|
5
|
+
matchers: Array<Matcher>;
|
|
6
|
+
name: string;
|
|
7
|
+
}
|
|
8
|
+
export interface Matcher {
|
|
9
|
+
ip?: string;
|
|
10
|
+
ipRange?: string;
|
|
11
|
+
matchDisplayname?: boolean;
|
|
12
|
+
matcherId?: number;
|
|
13
|
+
uaRegexp?: string;
|
|
14
|
+
}
|
|
15
|
+
export interface RuleRss {
|
|
16
|
+
ruleId: number;
|
|
17
|
+
aggregatorIds: Array<number>;
|
|
18
|
+
emissionId?: number;
|
|
19
|
+
organisationId?: string;
|
|
20
|
+
parameters: Array<ParamRss>;
|
|
21
|
+
}
|
|
22
|
+
export interface ParamRss {
|
|
23
|
+
forbid: boolean;
|
|
24
|
+
maxAge: string;
|
|
25
|
+
maxItem: number;
|
|
26
|
+
minAge: string;
|
|
27
|
+
parameterId: number;
|
|
28
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface RssEmission {
|
|
2
|
+
authorId: number;
|
|
3
|
+
description: string|null;
|
|
4
|
+
email: string;
|
|
5
|
+
emissionId: number;
|
|
6
|
+
forSaooti: boolean;
|
|
7
|
+
guids: Array<string>;
|
|
8
|
+
id: number;
|
|
9
|
+
orgaId: string;
|
|
10
|
+
title: string;
|
|
11
|
+
urlFeed: string;
|
|
12
|
+
userId: string;
|
|
13
|
+
version: number;
|
|
14
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export interface StatOrigin {
|
|
2
|
+
COMPLETION: string;
|
|
3
|
+
DESKTOP: {count: number, averageCompletion: number};
|
|
4
|
+
MOBILE: {count: number, averageCompletion: number};
|
|
5
|
+
TABLET: {count: number, averageCompletion: number};
|
|
6
|
+
TOTAL: {count: number, averageCompletion?: number};
|
|
7
|
+
}
|
|
8
|
+
export interface InnerStatArrayObject {
|
|
9
|
+
name: string;
|
|
10
|
+
value:StatOrigin
|
|
11
|
+
}
|
|
12
|
+
export interface StatArrayObject {
|
|
13
|
+
completion: number;
|
|
14
|
+
id?: string;
|
|
15
|
+
origins?: Array<InnerStatArrayObject>;
|
|
16
|
+
originsLive?: Array<InnerStatArrayObject>;
|
|
17
|
+
title: string;
|
|
18
|
+
total: number;
|
|
19
|
+
totalDesktop: number;
|
|
20
|
+
totalMobile: number;
|
|
21
|
+
totalTablet: number;
|
|
22
|
+
}
|
|
23
|
+
export interface InnerStatDataArray{
|
|
24
|
+
[key:string]: {
|
|
25
|
+
name?: string;
|
|
26
|
+
total: number;
|
|
27
|
+
origins: {[key:string] :StatOrigin}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export interface StatDataArray {
|
|
31
|
+
emissionId?: InnerStatDataArray;
|
|
32
|
+
podcastId?: InnerStatDataArray;
|
|
33
|
+
total: number;
|
|
34
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Organisation } from '
|
|
1
|
+
import { Organisation } from '../general/organisation';
|
|
2
2
|
|
|
3
3
|
export interface Person {
|
|
4
4
|
attributes?: {[key:string]: string|number|boolean|undefined|Array<string>};
|
|
@@ -12,4 +12,4 @@ export interface Person {
|
|
|
12
12
|
organisation?: Organisation;
|
|
13
13
|
activeOrganisation?: Organisation;
|
|
14
14
|
organisations?: Array<Organisation>;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Organisation } from "../general/organisation";
|
|
2
|
+
|
|
3
|
+
export interface Profile {
|
|
4
|
+
firstname?: string;
|
|
5
|
+
lastname?: string;
|
|
6
|
+
email?: string;
|
|
7
|
+
userId: string;
|
|
8
|
+
imageUrl?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
organisations?:Array<Organisation>;
|
|
11
|
+
attributes?: {[key:string]: string|number|boolean|undefined|Array<string>};
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface UserRole{
|
|
2
|
+
clientRole: boolean;
|
|
3
|
+
composite: boolean;
|
|
4
|
+
containerId: string;
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export interface UserKeycloak {
|
|
11
|
+
id?: string;
|
|
12
|
+
email: string;
|
|
13
|
+
firstName: string;
|
|
14
|
+
lastName: string;
|
|
15
|
+
organisation?: string;
|
|
16
|
+
telephone?: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
project?: string;
|
|
19
|
+
realmRoles?: null|Array<UserRole>;
|
|
20
|
+
attributes?: {[key:string]:Array<string|boolean>|undefined};
|
|
21
|
+
password?: string;
|
|
22
|
+
isTemporary?: boolean;
|
|
23
|
+
getted?:boolean;
|
|
24
|
+
}
|
package/src/store/paramStore.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import octopusApi from '@saooti/octopus-api';
|
|
2
|
-
import { Category } from './class/category';
|
|
2
|
+
import { Category } from './class/general/category';
|
|
3
3
|
|
|
4
4
|
const state:paramStore = {
|
|
5
5
|
generalParameters: {
|
|
@@ -24,8 +24,7 @@ const state:paramStore = {
|
|
|
24
24
|
SharePlayer: true,
|
|
25
25
|
ShareButtons: true,
|
|
26
26
|
ShareDistribution: true,
|
|
27
|
-
MiniplayerUri: 'https://
|
|
28
|
-
MiniplayerBetaUri: 'https://playerbeta.dev2.saooti.org/',
|
|
27
|
+
MiniplayerUri: 'https://playerbeta.dev2.saooti.org/',
|
|
29
28
|
ouestFranceStyle: false,
|
|
30
29
|
downloadButton: false,
|
|
31
30
|
hlsUri: 'https://hls.dev2.saooti.org/',
|
|
@@ -111,7 +110,6 @@ export interface PodcastPage{
|
|
|
111
110
|
ShareButtons?: boolean,
|
|
112
111
|
ShareDistribution?: boolean,
|
|
113
112
|
MiniplayerUri?: string,
|
|
114
|
-
MiniplayerBetaUri?: string,
|
|
115
113
|
ouestFranceStyle?: boolean,
|
|
116
114
|
downloadButton?: boolean,
|
|
117
115
|
hlsUri?: string,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Category } from "./class/category"
|
|
2
|
-
import { CommentPodcast } from "./class/comment"
|
|
3
|
-
import { Emission } from "./class/emission"
|
|
4
|
-
import { Media } from "./class/media"
|
|
5
|
-
import { Organisation } from "./class/organisation"
|
|
6
|
-
import { Player } from "./class/player"
|
|
7
|
-
import { Podcast } from "./class/podcast"
|
|
8
|
-
import { Rubriquage } from "./class/rubriquage"
|
|
9
|
-
import { RubriquageFilter } from "./class/rubriquageFilter"
|
|
10
|
-
import { Rubrique } from "./class/rubrique"
|
|
1
|
+
import { Category } from "./class/general/category"
|
|
2
|
+
import { CommentPodcast } from "./class/general/comment"
|
|
3
|
+
import { Emission } from "./class/general/emission"
|
|
4
|
+
import { Media } from "./class/general/media"
|
|
5
|
+
import { Organisation } from "./class/general/organisation"
|
|
6
|
+
import { Player } from "./class/general/player"
|
|
7
|
+
import { Podcast } from "./class/general/podcast"
|
|
8
|
+
import { Rubriquage } from "./class/rubrique/rubriquage"
|
|
9
|
+
import { RubriquageFilter } from "./class/rubrique/rubriquageFilter"
|
|
10
|
+
import { Rubrique } from "./class/rubrique/rubrique"
|
|
11
11
|
export function emptyEmissionData(): Emission{
|
|
12
12
|
return {
|
|
13
13
|
emissionId: 0 ,
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface CommentPodcast {
|
|
2
|
-
comId?: number;
|
|
3
|
-
content: string;
|
|
4
|
-
name: string;
|
|
5
|
-
organisationId?: string;
|
|
6
|
-
userId?: string;
|
|
7
|
-
podcastId?: number;
|
|
8
|
-
commentIdReferer?: number;
|
|
9
|
-
timeline?: number;
|
|
10
|
-
status?: string;
|
|
11
|
-
certified?: boolean;
|
|
12
|
-
phase?: string;
|
|
13
|
-
date?: string;
|
|
14
|
-
relatedComments?: number;
|
|
15
|
-
relatedValidComments?: number;
|
|
16
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface Conference{
|
|
2
|
-
album?: string;
|
|
3
|
-
artist?: string;
|
|
4
|
-
conferenceId: number;
|
|
5
|
-
conferenceUrlIdentifier?: string;
|
|
6
|
-
date?: string;
|
|
7
|
-
debriefingDate?: string;
|
|
8
|
-
deletionAttempts?: number;
|
|
9
|
-
directCode?: string;
|
|
10
|
-
hostname?: string;
|
|
11
|
-
jingleDuration?: number;
|
|
12
|
-
jingleFilePath?: string;
|
|
13
|
-
jingleId?: number;
|
|
14
|
-
mediaId?: number;
|
|
15
|
-
organisationId?: string;
|
|
16
|
-
participants?: Array<{
|
|
17
|
-
conferenceGuestId: number,
|
|
18
|
-
fullName: string,
|
|
19
|
-
keycloakId:string,
|
|
20
|
-
kind: string,
|
|
21
|
-
sipIdentifier:string}>;
|
|
22
|
-
phone?: string;
|
|
23
|
-
podcastId?: number;
|
|
24
|
-
prefix?: {[key:string]:string};
|
|
25
|
-
queueCode?: string;
|
|
26
|
-
recordDate?: string;
|
|
27
|
-
recordingPort?: number;
|
|
28
|
-
status?: string;
|
|
29
|
-
title: string;
|
|
30
|
-
token?: string;
|
|
31
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export interface FetchParam{
|
|
2
|
-
first?: number,
|
|
3
|
-
size?: number,
|
|
4
|
-
organisationId?: string,
|
|
5
|
-
emissionId?: number,
|
|
6
|
-
podcastId?:number,
|
|
7
|
-
iabId?: number,
|
|
8
|
-
participantId?: number,
|
|
9
|
-
query?: string,
|
|
10
|
-
monetisable?: string,
|
|
11
|
-
sort?: string,
|
|
12
|
-
before?: string,
|
|
13
|
-
after?: string,
|
|
14
|
-
noRubriquageId?: Array<number>,
|
|
15
|
-
rubriqueId?:Array<number>,
|
|
16
|
-
rubriquageId?: Array<number>|number,
|
|
17
|
-
status?:Array<string>,
|
|
18
|
-
distributedBy?: string,
|
|
19
|
-
includeHidden?:boolean,
|
|
20
|
-
validity?:boolean,
|
|
21
|
-
publisherId?: string,
|
|
22
|
-
lang?:string,
|
|
23
|
-
start?:string,
|
|
24
|
-
end?:string,
|
|
25
|
-
interval?: string,
|
|
26
|
-
tzId?: string,
|
|
27
|
-
role?: string,
|
|
28
|
-
includeNotValid?: boolean,
|
|
29
|
-
type?: string,
|
|
30
|
-
listening?: string,
|
|
31
|
-
top?: number,
|
|
32
|
-
homePageOrder?:boolean,
|
|
33
|
-
}
|
package/src/store/class/media.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export interface Media{
|
|
2
|
-
audioUrl: string;
|
|
3
|
-
mediaId: number;
|
|
4
|
-
imageUrl?: string;
|
|
5
|
-
organisationId: string;
|
|
6
|
-
title: string;
|
|
7
|
-
year?: string;
|
|
8
|
-
type?: string;
|
|
9
|
-
artiste?: string;
|
|
10
|
-
album?: string;
|
|
11
|
-
creation?: string;
|
|
12
|
-
duration?: number;
|
|
13
|
-
filePath?: string;
|
|
14
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Person } from "./person";
|
|
2
|
-
|
|
3
|
-
export interface Organisation{
|
|
4
|
-
imageUrl: string;
|
|
5
|
-
admin?: Person;
|
|
6
|
-
comments?: string;
|
|
7
|
-
attributes?: {[key: string]:string|number|boolean|undefined}|undefined;
|
|
8
|
-
description?: string;
|
|
9
|
-
id: string;
|
|
10
|
-
location?: {
|
|
11
|
-
longitude: number;
|
|
12
|
-
latitude: number;
|
|
13
|
-
};
|
|
14
|
-
monetisable?: string;
|
|
15
|
-
name: string;
|
|
16
|
-
notSeenOnKeycloak?: number;
|
|
17
|
-
score?: number;
|
|
18
|
-
soundcastId?: string;
|
|
19
|
-
}
|