@saooti/octopus-sdk 30.0.4 → 30.0.5

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.
Files changed (133) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
  3. package/src/App.vue +4 -4
  4. package/src/api/comments.ts +1 -1
  5. package/src/components/display/categories/CategoryChooser.vue +1 -1
  6. package/src/components/display/categories/CategoryFilter.vue +4 -4
  7. package/src/components/display/categories/CategoryList.vue +1 -1
  8. package/src/components/display/comments/CommentInput.vue +3 -3
  9. package/src/components/display/comments/CommentItem.vue +3 -3
  10. package/src/components/display/comments/CommentList.vue +4 -4
  11. package/src/components/display/comments/CommentParentInfo.vue +1 -1
  12. package/src/components/display/comments/CommentPlayer.vue +1 -1
  13. package/src/components/display/comments/CommentSection.vue +3 -3
  14. package/src/components/display/edit/EditBox.vue +1 -1
  15. package/src/components/display/edit/EditCommentBox.vue +1 -1
  16. package/src/components/display/emission/EmissionChooser.vue +2 -2
  17. package/src/components/display/emission/EmissionInlineList.vue +2 -2
  18. package/src/components/display/emission/EmissionItem.vue +1 -1
  19. package/src/components/display/emission/EmissionList.vue +3 -3
  20. package/src/components/display/emission/EmissionPlayerItem.vue +2 -2
  21. package/src/components/display/filter/AdvancedSearch.vue +1 -1
  22. package/src/components/display/filter/CategoryFilter.vue +1 -1
  23. package/src/components/display/filter/ProductorSearch.vue +1 -1
  24. package/src/components/display/filter/RubriqueChoice.vue +2 -2
  25. package/src/components/display/filter/RubriqueFilter.vue +2 -2
  26. package/src/components/display/live/LiveHorizontalList.vue +1 -1
  27. package/src/components/display/live/LiveItem.vue +2 -2
  28. package/src/components/display/live/LiveList.vue +1 -1
  29. package/src/components/display/organisation/OrganisationChooser.vue +1 -1
  30. package/src/components/display/organisation/OrganisationChooserLight.vue +1 -1
  31. package/src/components/display/participant/ParticipantItem.vue +1 -1
  32. package/src/components/display/participant/ParticipantList.vue +1 -1
  33. package/src/components/display/playlist/PlaylistItem.vue +1 -1
  34. package/src/components/display/playlist/PlaylistList.vue +1 -1
  35. package/src/components/display/playlist/PodcastList.vue +2 -2
  36. package/src/components/display/podcasts/AnimatorsItem.vue +1 -1
  37. package/src/components/display/podcasts/ParticipantDescription.vue +1 -1
  38. package/src/components/display/podcasts/PodcastFilterList.vue +2 -2
  39. package/src/components/display/podcasts/PodcastImage.vue +2 -2
  40. package/src/components/display/podcasts/PodcastInlineList.vue +2 -2
  41. package/src/components/display/podcasts/PodcastItem.vue +2 -2
  42. package/src/components/display/podcasts/PodcastList.vue +2 -2
  43. package/src/components/display/podcasts/PodcastModuleBox.vue +2 -2
  44. package/src/components/display/rubriques/RubriqueChooser.vue +1 -1
  45. package/src/components/display/rubriques/RubriqueList.vue +3 -3
  46. package/src/components/display/sharing/PlayerParameters.vue +7 -58
  47. package/src/components/display/sharing/ShareButtons.vue +2 -2
  48. package/src/components/display/sharing/ShareDistribution.vue +1 -1
  49. package/src/components/display/sharing/SharePlayer.vue +27 -34
  50. package/src/components/display/sharing/SharePlayerTypes.vue +5 -5
  51. package/src/components/display/sharing/SubscribeButtons.vue +1 -1
  52. package/src/components/misc/Footer.vue +2 -2
  53. package/src/components/misc/LeftMenu.vue +3 -3
  54. package/src/components/misc/Player.vue +2 -2
  55. package/src/components/misc/PlayerButtons.vue +2 -2
  56. package/src/components/misc/PlayerClockAndTimeline.vue +1 -1
  57. package/src/components/misc/PlayerProgressBar.vue +1 -1
  58. package/src/components/misc/TopBar.vue +2 -2
  59. package/src/components/misc/modal/ClipboardModal.vue +1 -1
  60. package/src/components/misc/modal/NewsletterModal.vue +2 -2
  61. package/src/components/misc/modal/QrCodeModal.vue +2 -2
  62. package/src/components/misc/modal/ShareModalPlayer.vue +1 -1
  63. package/src/components/mixins/init.ts +1 -1
  64. package/src/components/mixins/organisationFilter.ts +1 -1
  65. package/src/components/pages/Category.vue +1 -1
  66. package/src/components/pages/Emission.vue +1 -1
  67. package/src/components/pages/Emissions.vue +2 -2
  68. package/src/components/pages/Home.vue +4 -4
  69. package/src/components/pages/Lives.vue +2 -2
  70. package/src/components/pages/Participant.vue +1 -1
  71. package/src/components/pages/Playlist.vue +1 -1
  72. package/src/components/pages/Podcast.vue +4 -4
  73. package/src/components/pages/Podcasts.vue +3 -3
  74. package/src/store/class/{adserverConfig.ts → adserver/adserverConfig.ts} +0 -0
  75. package/src/store/class/adserver/adserverOtherEmission.ts +13 -0
  76. package/src/store/class/{adserverTiming.ts → adserver/adserverTiming.ts} +0 -0
  77. package/src/store/class/cartouchier/cartouche.ts +15 -0
  78. package/src/store/class/cartouchier/cartouchier.ts +9 -0
  79. package/src/store/class/conference/conference.ts +35 -0
  80. package/src/store/class/conference/conferenceMessage.ts +10 -0
  81. package/src/store/class/conference/conferenceParticipant.ts +18 -0
  82. package/src/store/class/conference/pad.ts +15 -0
  83. package/src/store/class/conference/studioCall.ts +7 -0
  84. package/src/store/class/contract/contract.ts +7 -0
  85. package/src/store/class/contract/contractOrganisation.ts +7 -0
  86. package/src/store/class/ftp/ftpEmission.ts +41 -0
  87. package/src/store/class/ftp/ftpParam.ts +12 -0
  88. package/src/store/class/ftp/testFtpEmission.ts +5 -0
  89. package/src/store/class/general/audioView.ts +21 -0
  90. package/src/store/class/{category.ts → general/category.ts} +1 -1
  91. package/src/store/class/general/comment.ts +16 -0
  92. package/src/store/class/general/customPlayer.ts +8 -0
  93. package/src/store/class/{emission.ts → general/emission.ts} +2 -2
  94. package/src/store/class/general/fetchParam.ts +33 -0
  95. package/src/store/class/general/initState.ts +25 -0
  96. package/src/store/class/general/ituneCategory.ts +5 -0
  97. package/src/store/class/general/media.ts +14 -0
  98. package/src/store/class/general/organisation.ts +19 -0
  99. package/src/store/class/general/pageable.ts +13 -0
  100. package/src/store/class/{participant.ts → general/participant.ts} +0 -0
  101. package/src/store/class/{player.ts → general/player.ts} +0 -0
  102. package/src/store/class/{playlist.ts → general/playlist.ts} +2 -2
  103. package/src/store/class/{podcast.ts → general/podcast.ts} +2 -1
  104. package/src/store/class/general/sortPageable.ts +5 -0
  105. package/src/store/class/general/soundcastCategory.ts +8 -0
  106. package/src/store/class/ouestFrance/ofTag.ts +36 -0
  107. package/src/store/class/ouestFrance/ofTagInfo.ts +9 -0
  108. package/src/store/class/ouestFrance/ofTagPage.ts +7 -0
  109. package/src/store/class/ouestFrance/ofTagSeo.ts +7 -0
  110. package/src/store/class/ouestFrance/ofTagVente.ts +6 -0
  111. package/src/store/class/ouestFrance/ofTagWithParents.ts +26 -0
  112. package/src/store/class/rss/aggregator.ts +28 -0
  113. package/src/store/class/rss/rssEmission.ts +14 -0
  114. package/src/store/class/rss/rssInfo.ts +8 -0
  115. package/src/store/class/{rubriquage.ts → rubrique/rubriquage.ts} +0 -0
  116. package/src/store/class/rubrique/rubriquageFilter.ts +6 -0
  117. package/src/store/class/rubrique/rubrique.ts +8 -0
  118. package/src/store/class/stat/statArrayIncome.ts +6 -0
  119. package/src/store/class/stat/statArrayObject.ts +34 -0
  120. package/src/store/class/stat/statGraph.ts +7 -0
  121. package/src/store/class/{person.ts → user/person.ts} +2 -2
  122. package/src/store/class/user/profile.ts +12 -0
  123. package/src/store/class/user/userKeycloak.ts +24 -0
  124. package/src/store/paramStore.ts +1 -1
  125. package/src/store/typeAppStore.ts +10 -10
  126. package/src/store/class/comment.ts +0 -16
  127. package/src/store/class/conference.ts +0 -31
  128. package/src/store/class/customPlayer.ts +0 -8
  129. package/src/store/class/fetchParam.ts +0 -33
  130. package/src/store/class/media.ts +0 -14
  131. package/src/store/class/organisation.ts +0 -19
  132. package/src/store/class/rubriquageFilter.ts +0 -6
  133. package/src/store/class/rubrique.ts +0 -9
@@ -0,0 +1,15 @@
1
+ import { Media } from '../general/media';
2
+
3
+ export interface Cartouche {
4
+ mediaId?: number;
5
+ media?: Media;
6
+ title?: string;
7
+ cartoucheId?: number;
8
+ colorId?: string;
9
+ level?: number;
10
+ id: number;
11
+ width: number;
12
+ interval?:number;
13
+ elapsed?:number;
14
+ loop?:boolean;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { Cartouche } from "./cartouche";
2
+
3
+ export interface Cartouchier {
4
+ cartouchierId?: number;
5
+ title: string;
6
+ organisationId: string;
7
+ cartouches: {[key:string] : Cartouche};
8
+ cartoucheComplete?: {[key:string] : Cartouche};
9
+ }
@@ -0,0 +1,35 @@
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
+ orderStatus?:number;
32
+ websocket?: string;
33
+ interval?: ReturnType<typeof setTimeout>;
34
+ duration?:number;
35
+ }
@@ -0,0 +1,10 @@
1
+ import { Conference } from './conference';
2
+
3
+ export interface ConferenceMessage {
4
+ conference?: Conference;
5
+ date: string;
6
+ message: string;
7
+ messageId?: number;
8
+ userId: string;
9
+ username: string;
10
+ }
@@ -0,0 +1,18 @@
1
+ import { Conference } from './conference';
2
+
3
+ export interface ConferenceParticipant {
4
+ conference?: Conference;
5
+ conferenceGuestId?: number;
6
+ fullName: string;
7
+ keycloakId?: string;
8
+ kind?: string;
9
+ sipIdentifier?: string;
10
+ sipPassword?: string;
11
+ muted?: boolean;
12
+ talking?: boolean;
13
+ memberId?: number;
14
+ callerNumber?: string;
15
+ callerName?: string;
16
+ gain?: number;
17
+ img?: string;
18
+ }
@@ -0,0 +1,15 @@
1
+ export interface Pad {
2
+ lineId: number;
3
+ ligneId?: number;
4
+ interval?: number;
5
+ paletteId?: number;
6
+ loop?: boolean;
7
+ volume?: number;
8
+ automix?: boolean;
9
+ url?: string;
10
+ duration?: number;
11
+ mediaId?: number;
12
+ fadeInMode?: string;
13
+ fadeInDuration?: number;
14
+ elapsed?: number;
15
+ }
@@ -0,0 +1,7 @@
1
+ export interface StudioCall {
2
+ callId: string;
3
+ display: string;
4
+ muted: boolean;
5
+ number: string;
6
+ result: boolean;
7
+ }
@@ -0,0 +1,7 @@
1
+ export interface Contract {
2
+ contractName: string;
3
+ id: string;
4
+ updateDate: string;
5
+ validationDate: string;
6
+ contratType?: string;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { Contract } from "./contract";
2
+
3
+ export interface ContractOrganisation{
4
+ contractList: Array<Contract>;
5
+ enable: boolean;
6
+ valide: boolean;
7
+ }
@@ -0,0 +1,41 @@
1
+ export interface FtpEmission {
2
+ email: string;
3
+ serverId: number | undefined;
4
+ emissionId: number | undefined;
5
+ regexp: string;
6
+ directory: string;
7
+ formatDescription: string;
8
+ formatTitre: string;
9
+ rubriqueIds: Array<number>;
10
+ guests: Array<number>;
11
+ formatDate: string;
12
+ parsingDate: string;
13
+ visibility: boolean;
14
+ commentable: string;
15
+ animators: Array<number>;
16
+ tags: Array<string>;
17
+ importType: string;
18
+ validePodcast?: number;
19
+ tooLong?: number;
20
+ spoilPodcast?: number;
21
+ }
22
+ export function emptyFtpEmission(): FtpEmission {
23
+ return {
24
+ email: '',
25
+ serverId: undefined,
26
+ emissionId: undefined,
27
+ regexp: '',
28
+ directory: '',
29
+ formatDescription: '',
30
+ formatTitre: '',
31
+ rubriqueIds: [],
32
+ guests: [],
33
+ formatDate: '',
34
+ parsingDate: '',
35
+ visibility: true,
36
+ commentable: 'INHERIT',
37
+ animators: [],
38
+ tags: [],
39
+ importType: 'standard',
40
+ };
41
+ }
@@ -0,0 +1,12 @@
1
+ export interface FtpParam {
2
+ domain: string;
3
+ ftpProtocol: string;
4
+ id: number;
5
+ login: string;
6
+ organisationId: string;
7
+ secureFile: string;
8
+ port: number;
9
+ version: number;
10
+ name: string;
11
+ delay: number;
12
+ }
@@ -0,0 +1,5 @@
1
+ export interface TestFtpEmission {
2
+ validePodcast?: number,
3
+ tooLong?: number,
4
+ spoilPodcast?: number,
5
+ }
@@ -0,0 +1,21 @@
1
+ import { Podcast } from "./podcast";
2
+ export interface AudioView {
3
+ audioStorageUrl: string;
4
+ creationParam : Podcast;
5
+ logs: Array<string>;
6
+ sendSuccess: boolean;
7
+ publisherId:string;
8
+ creation: Date;
9
+ creationPod: string;
10
+ duration: number;
11
+ id: number;
12
+ immediate: boolean;
13
+ localUrl: string;
14
+ notifiedEmail: string;
15
+ originalName: string;
16
+ original: Int8Array;
17
+ size: number;
18
+ status: string;
19
+ tags: {[key:string]: string};
20
+ priority: string;
21
+ }
@@ -1,4 +1,4 @@
1
- import { AdserverConfig } from "./adserverConfig";
1
+ import { AdserverConfig } from "../adserver/adserverConfig";
2
2
  export interface Category {
3
3
  id: number;
4
4
  name: string;
@@ -0,0 +1,16 @@
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
+ }
@@ -0,0 +1,8 @@
1
+ export interface CustomPlayer{
2
+ customId: number,
3
+ organisationId: string,
4
+ template: string,
5
+ css: string,
6
+ typePlayer: string,
7
+ name: string
8
+ }
@@ -1,6 +1,6 @@
1
- import { AdserverConfig } from './adserverConfig';
1
+ import { AdserverConfig } from '../adserver/adserverConfig';
2
2
  import { Organisation } from './organisation';
3
- import { Person } from './person';
3
+ import { Person } from '../user/person';
4
4
 
5
5
  export interface Emission {
6
6
  imageUrl?: string;
@@ -0,0 +1,33 @@
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
+ }
@@ -0,0 +1,25 @@
1
+ export interface InitState {
2
+ accessToken: string;
3
+ accessTokenUri: string;
4
+ apiUri: string;
5
+ authenticated: boolean;
6
+ captchaDevelopmentProfil: boolean;
7
+ clientId: string;
8
+ commentsUri: string;
9
+ expiration: string;
10
+ frontendUri: string;
11
+ ftpUri: string;
12
+ hlsUri: string;
13
+ isEducation: boolean;
14
+ keycloakApiUri: string;
15
+ mediaUri: string;
16
+ name: string;
17
+ playerUri: string;
18
+ processorUri:string;
19
+ refreshToken: string;
20
+ role: Array<string>;
21
+ rssUri: string;
22
+ rtmpUri: string;
23
+ storageUri: string;
24
+ studioUri: string;
25
+ }
@@ -0,0 +1,5 @@
1
+ export interface ItuneCategory {
2
+ level1: string,
3
+ level2?: string,
4
+ id?: number,
5
+ }
@@ -0,0 +1,14 @@
1
+ export interface Media {
2
+ mediaId: number;
3
+ imageUrl?: string;
4
+ organisationId: string;
5
+ title: string;
6
+ year?: string;
7
+ type?: string;
8
+ artiste?: string;
9
+ album?: string;
10
+ creation?: string;
11
+ duration?: number;
12
+ filePath?: string;
13
+ audioUrl: string;
14
+ }
@@ -0,0 +1,19 @@
1
+ import { Person } from "../user/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
+ }
@@ -0,0 +1,13 @@
1
+ import { SortPageable } from "./sortPageable";
2
+
3
+ export interface Pageable {
4
+ offset: number;
5
+ pageNumber: number;
6
+ pageSize: number;
7
+ paged: boolean;
8
+ sort: SortPageable;
9
+ empty: boolean;
10
+ sorted: boolean;
11
+ unsorted: boolean;
12
+ unpaged: boolean;
13
+ }
File without changes
@@ -1,5 +1,5 @@
1
- import { Organisation } from './organisation';
2
- import { Person } from './person';
1
+ import { Organisation } from '../general/organisation';
2
+ import { Person } from '../user/person';
3
3
 
4
4
  export interface Playlist {
5
5
  imageUrl?: string;
@@ -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 './person';
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,5 @@
1
+ export interface SortPageable {
2
+ empty: boolean;
3
+ sorted: boolean;
4
+ unsorted: boolean;
5
+ }
@@ -0,0 +1,8 @@
1
+ export interface SoundcastCategory {
2
+ content_category_id: number;
3
+ content_category_name: string;
4
+ name:string;
5
+ network_id: string;
6
+ site_id: string;
7
+ uuid: string;
8
+ }
@@ -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,9 @@
1
+ export interface OfTagInfo{
2
+ communeInactive: boolean;
3
+ dateMaj: string;
4
+ id: string;
5
+ utilisationDebut: string;
6
+ utilisationFin:string;
7
+ utilisationNbArticles: number;
8
+ version: number;
9
+ }
@@ -0,0 +1,7 @@
1
+ export interface OfTagPage{
2
+ dateMaj: string;
3
+ id: string;
4
+ titre: string;
5
+ type: string;
6
+ version: number;
7
+ }
@@ -0,0 +1,7 @@
1
+ export interface OfTagSeo{
2
+ dateMaj: string;
3
+ description: string;
4
+ id: string;
5
+ titre: string;
6
+ version: number;
7
+ }
@@ -0,0 +1,6 @@
1
+ export interface OfTagVente{
2
+ dateMaj: string;
3
+ id: string;
4
+ version: number;
5
+ zoneCommerciale: string;
6
+ }
@@ -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
+ }
@@ -0,0 +1,8 @@
1
+ export interface RssInfo {
2
+ authorName: string;
3
+ description: string;
4
+ detect: number;
5
+ imageUrl: string;
6
+ title: string;
7
+ error?:number;
8
+ }
@@ -0,0 +1,6 @@
1
+ export interface RubriquageFilter {
2
+ rubriquageId: number;
3
+ rubriqueId: number;
4
+ nameRubriquage: string;
5
+ nameRubrique: string;
6
+ }
@@ -0,0 +1,8 @@
1
+ export interface Rubrique {
2
+ emissionCount?: number;
3
+ name: string;
4
+ podcastCount?: number;
5
+ rubriquageId?: number;
6
+ rubriqueId?: number;
7
+ score?: number;
8
+ }
@@ -0,0 +1,6 @@
1
+ export interface StatArrayIncome {
2
+ id?: number;
3
+ impressions: number;
4
+ income: number;
5
+ name: string;
6
+ }
@@ -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
+ }
@@ -0,0 +1,7 @@
1
+ export interface StatGraph {
2
+ end: string,
3
+ interval: string,
4
+ start:string,
5
+ points?: {[key:string]: {[key:string]:number}},
6
+ total?: Array<number>
7
+ }
@@ -1,4 +1,4 @@
1
- import { Organisation } from './organisation';
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
+ }