@saooti/octopus-sdk 32.0.28 → 32.0.29

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 CHANGED
@@ -672,4 +672,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
672
672
  * 32.0.25 #11391
673
673
  * 32.0.26 Image Proxy
674
674
  * 32.0.27 Image Proxy -> webp
675
- * 32.0.28 Image Proxy
675
+ * 32.0.28 Image Proxy
676
+ * 32.0.29 SpeechToText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.28",
3
+ "version": "32.0.29",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -14,7 +14,7 @@
14
14
  "prettify": "prettier --single-quote --trailing-comma es5 --write src/**/**/**/*.{js,vue}"
15
15
  },
16
16
  "dependencies": {
17
- "@saooti/octopus-api": "^0.32.2",
17
+ "@saooti/octopus-api": "^0.32.3",
18
18
  "@vue/cli": "^5.0.8",
19
19
  "@vue/compat": "^3.2.37",
20
20
  "autoprefixer": "^10.4.8",
@@ -12,7 +12,7 @@ enum ModuleApi {
12
12
  STORAGE = 8,
13
13
  STUDIO = 9,
14
14
  PROCESSOR= 10,
15
- IMAGE=11
15
+ SPEECHTOTEXT=11
16
16
  }
17
17
  /* eslint-disable */
18
18
  export default {
@@ -88,6 +88,7 @@ const state:paramStore = {
88
88
  imageUrl:'http://imageproxy.dev2.saooti.org/',
89
89
  studioUrl: 'http://studio.dev2.saooti.org/',
90
90
  playerUrl: 'https://playerbeta.dev2.saooti.org/',
91
+ speechToTextUrl:'https://speech2text.dev2.saooti.org/',
91
92
  organisationId: undefined,
92
93
  rubriqueIdFilter: undefined,
93
94
  },
@@ -179,6 +180,7 @@ export interface OctopusApi{
179
180
  imageUrl?: string,
180
181
  studioUrl?: string,
181
182
  playerUrl?: string,
183
+ speechToTextUrl?:string,
182
184
  organisationId?: string | undefined,
183
185
  oAuthParam?: {
184
186
  accessToken: string,