@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,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
+ }
@@ -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: {
@@ -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,8 +0,0 @@
1
- export interface CustomPlayer{
2
- customId: number,
3
- organisationId: string,
4
- template: string,
5
- css: string,
6
- typePlayer: string,
7
- name: string
8
- }
@@ -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
- }
@@ -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
- }
@@ -1,6 +0,0 @@
1
- export interface RubriquageFilter{
2
- rubriquageId: number;
3
- rubriqueId: number;
4
- nameRubriquage: string;
5
- nameRubrique: string;
6
- }
@@ -1,9 +0,0 @@
1
- export interface Rubrique {
2
- emissionCount?: number;
3
- name: string;
4
- podcastCount?: number;
5
- rubriquageId?: number;
6
- rubriqueId?: number;
7
- score?: number;
8
- }
9
-