@saooti/octopus-sdk 38.3.0 → 38.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.3.0",
3
+ "version": "38.3.1",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -303,6 +303,9 @@ export default defineComponent({
303
303
  if (this.isLiveReadyToRecord) {
304
304
  this.iFrameModel = "large";
305
305
  }
306
+ if("true"===this.podcast?.annotations?.["fromTTS"]){
307
+ this.displayTranscript = false;
308
+ }
306
309
  },
307
310
  methods: {
308
311
  ...mapActions(useSaveFetchStore, ["getOrgaAttributes"]),
@@ -13,7 +13,7 @@ const state: ParamStore = {
13
13
  isProduction: true,
14
14
  isContribution: true,
15
15
  isRadio: true,
16
- ApiUri: "https://api.staging.saooti.org/",
16
+ ApiUri: "https://api.dev2.saooti.org/",
17
17
  podcastmaker: false,
18
18
  buttonPlus: true,
19
19
  allCategories: [],
@@ -27,8 +27,8 @@ const state: ParamStore = {
27
27
  SharePlayer: true,
28
28
  ShareButtons: true,
29
29
  ShareDistribution: true,
30
- MiniplayerUri: "https://playerbeta.staging.saooti.org/",
31
- hlsUri: "https://hls.live.staging.saooti.org/",
30
+ MiniplayerUri: "https://playerbeta.dev2.saooti.org/",
31
+ hlsUri: "https://hls.live.dev2.saooti.org/",
32
32
  mainRubrique: 0,
33
33
  resourceUrl: undefined,
34
34
  podcastItemShowEmission: false,
@@ -80,14 +80,14 @@ const state: ParamStore = {
80
80
  userName: "",
81
81
  },
82
82
  octopusApi: {
83
- url: "https://api.staging.saooti.org/",
84
- commentsUrl: "https://comments.staging.saooti.org/",
85
- imageUrl: "https://imageproxy.staging.saooti.org/",
86
- studioUrl: "https://studio.staging.saooti.org/",
87
- playerUrl: "https://playerbeta.staging.saooti.org/",
88
- speechToTextUrl: "https://speech2text.staging.saooti.org/",
89
- radioUrl:"https://radio.staging.saooti.org/",
90
- recoUrl: "https://reco.staging.saooti.org/",
83
+ url: "https://api.dev2.saooti.org/",
84
+ commentsUrl: "https://comments.dev2.saooti.org/",
85
+ imageUrl: "https://imageproxy.dev2.saooti.org/",
86
+ studioUrl: "https://studio.dev2.saooti.org/",
87
+ playerUrl: "https://playerbeta.dev2.saooti.org/",
88
+ speechToTextUrl: "https://speech2text.dev2.saooti.org/",
89
+ radioUrl:"https://radio.dev2.saooti.org/",
90
+ recoUrl: "https://reco.dev2.saooti.org/",
91
91
  organisationId: undefined,
92
92
  rubriqueIdFilter: undefined,
93
93
  },