@saooti/octopus-sdk 30.0.64 → 30.0.65

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
@@ -560,4 +560,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
560
560
  * 30.0.61 Page podcast -> init recherche
561
561
  * 30.0.62 Italian translation
562
562
  * 30.0.63 Italian translation
563
- * 30.0.64 Modif Le soir
563
+ * 30.0.64 Modif Le soir
564
+ * 30.0.65 OAuthType
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.64",
3
+ "version": "30.0.65",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -185,9 +185,7 @@ export interface OctopusApi{
185
185
  oAuthParam?: {
186
186
  accessToken: string,
187
187
  refreshToken: string,
188
- accessTokenUri: string,
189
188
  expiration: string,
190
- clientId: string,
191
189
  },
192
190
  rubriqueIdFilter?: Array<number>,
193
191
  }
@@ -138,8 +138,6 @@ export function emptyPodcastData(): Podcast{
138
138
  oAuthParam: {
139
139
  accessToken: string | undefined;
140
140
  refreshToken: string | undefined;
141
- accessTokenUri: string | undefined;
142
- clientId: string | undefined;
143
141
  expiration: number | undefined;
144
142
  };
145
143
  media: Media;
@@ -250,8 +248,6 @@ export function emptyPodcastData(): Podcast{
250
248
  oAuthParam: {
251
249
  accessToken: undefined ,
252
250
  refreshToken: undefined ,
253
- accessTokenUri: undefined ,
254
- clientId: undefined ,
255
251
  expiration:undefined
256
252
  },
257
253
  media: {