@saooti/octopus-sdk 42.0.0-beta2 → 42.0.0-beta3
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/dist/src/stores/FilterStore.d.ts +48 -36
- package/dist/src/stores/class/rubrique/rubrique.d.ts +10 -3
- package/package.json +5 -3
- package/public/css/fonts/localFonts/Comfortaa-Regular.ttf +0 -0
- package/public/css/fonts/localFonts/Comfortaa-Regular.woff2 +0 -0
- package/public/css/fonts/localFonts/Cookie-Regular.ttf +0 -0
- package/public/css/fonts/localFonts/Cookie-Regular.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Black.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Black.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-BlackItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-BlackItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Bold.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Bold.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-BoldItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-BoldItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraBold.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraBold.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraBoldItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraBoldItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraLight.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraLight.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraLightItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-ExtraLightItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Italic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Italic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Light.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Light.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-LightItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-LightItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Medium.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Medium.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-MediumItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-MediumItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Regular.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Regular.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-SemiBold.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-SemiBold.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-SemiBoldItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-SemiBoldItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-Thin.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-Thin.woff2 +0 -0
- package/public/css/fonts/localFonts/Montserrat-ThinItalic.ttf +0 -0
- package/public/css/fonts/localFonts/Montserrat-ThinItalic.woff2 +0 -0
- package/public/css/fonts/localFonts/Roboto-Regular.ttf +0 -0
- package/public/css/fonts/localFonts/Roboto-Regular.woff2 +0 -0
- package/public/css/fonts/localFonts/RobotoSlab-Regular.ttf +0 -0
- package/public/css/fonts/localFonts/RobotoSlab-Regular.woff2 +0 -0
- package/public/css/fonts/localFonts/style.css +72 -0
|
@@ -26,11 +26,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
26
26
|
organisationId?: string;
|
|
27
27
|
rubriquageId?: number;
|
|
28
28
|
rubriques: {
|
|
29
|
-
emissionCount?: number;
|
|
30
29
|
name: string;
|
|
31
|
-
podcastCount?: number;
|
|
32
|
-
rubriquageId?: number;
|
|
33
30
|
rubriqueId: number;
|
|
31
|
+
rubriquageId?: number;
|
|
32
|
+
emissionCount?: number;
|
|
33
|
+
podcastCount?: number;
|
|
34
|
+
annotations?: Record<string, string | number | boolean>;
|
|
34
35
|
score?: number;
|
|
35
36
|
organisationPrivacy?: string;
|
|
36
37
|
}[];
|
|
@@ -42,11 +43,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
42
43
|
organisationId?: string;
|
|
43
44
|
rubriquageId?: number;
|
|
44
45
|
rubriques: {
|
|
45
|
-
emissionCount?: number;
|
|
46
46
|
name: string;
|
|
47
|
-
podcastCount?: number;
|
|
48
|
-
rubriquageId?: number;
|
|
49
47
|
rubriqueId: number;
|
|
48
|
+
rubriquageId?: number;
|
|
49
|
+
emissionCount?: number;
|
|
50
|
+
podcastCount?: number;
|
|
51
|
+
annotations?: Record<string, string | number | boolean>;
|
|
50
52
|
score?: number;
|
|
51
53
|
organisationPrivacy?: string;
|
|
52
54
|
}[];
|
|
@@ -67,19 +69,21 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
67
69
|
nameRubrique: string;
|
|
68
70
|
}[]>;
|
|
69
71
|
filterRubriqueDisplay: import('../../node_modules/vue').Ref<{
|
|
70
|
-
emissionCount?: number;
|
|
71
72
|
name: string;
|
|
72
|
-
podcastCount?: number;
|
|
73
|
-
rubriquageId?: number;
|
|
74
73
|
rubriqueId: number;
|
|
74
|
+
rubriquageId?: number;
|
|
75
|
+
emissionCount?: number;
|
|
76
|
+
podcastCount?: number;
|
|
77
|
+
annotations?: Record<string, string | number | boolean>;
|
|
75
78
|
score?: number;
|
|
76
79
|
organisationPrivacy?: string;
|
|
77
80
|
}[], Rubrique[] | {
|
|
78
|
-
emissionCount?: number;
|
|
79
81
|
name: string;
|
|
80
|
-
podcastCount?: number;
|
|
81
|
-
rubriquageId?: number;
|
|
82
82
|
rubriqueId: number;
|
|
83
|
+
rubriquageId?: number;
|
|
84
|
+
emissionCount?: number;
|
|
85
|
+
podcastCount?: number;
|
|
86
|
+
annotations?: Record<string, string | number | boolean>;
|
|
83
87
|
score?: number;
|
|
84
88
|
organisationPrivacy?: string;
|
|
85
89
|
}[]>;
|
|
@@ -105,11 +109,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
105
109
|
organisationId?: string;
|
|
106
110
|
rubriquageId?: number;
|
|
107
111
|
rubriques: {
|
|
108
|
-
emissionCount?: number;
|
|
109
112
|
name: string;
|
|
110
|
-
podcastCount?: number;
|
|
111
|
-
rubriquageId?: number;
|
|
112
113
|
rubriqueId: number;
|
|
114
|
+
rubriquageId?: number;
|
|
115
|
+
emissionCount?: number;
|
|
116
|
+
podcastCount?: number;
|
|
117
|
+
annotations?: Record<string, string | number | boolean>;
|
|
113
118
|
score?: number;
|
|
114
119
|
organisationPrivacy?: string;
|
|
115
120
|
}[];
|
|
@@ -121,11 +126,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
121
126
|
organisationId?: string;
|
|
122
127
|
rubriquageId?: number;
|
|
123
128
|
rubriques: {
|
|
124
|
-
emissionCount?: number;
|
|
125
129
|
name: string;
|
|
126
|
-
podcastCount?: number;
|
|
127
|
-
rubriquageId?: number;
|
|
128
130
|
rubriqueId: number;
|
|
131
|
+
rubriquageId?: number;
|
|
132
|
+
emissionCount?: number;
|
|
133
|
+
podcastCount?: number;
|
|
134
|
+
annotations?: Record<string, string | number | boolean>;
|
|
129
135
|
score?: number;
|
|
130
136
|
organisationPrivacy?: string;
|
|
131
137
|
}[];
|
|
@@ -146,19 +152,21 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
146
152
|
nameRubrique: string;
|
|
147
153
|
}[]>;
|
|
148
154
|
filterRubriqueDisplay: import('../../node_modules/vue').Ref<{
|
|
149
|
-
emissionCount?: number;
|
|
150
155
|
name: string;
|
|
151
|
-
podcastCount?: number;
|
|
152
|
-
rubriquageId?: number;
|
|
153
156
|
rubriqueId: number;
|
|
157
|
+
rubriquageId?: number;
|
|
158
|
+
emissionCount?: number;
|
|
159
|
+
podcastCount?: number;
|
|
160
|
+
annotations?: Record<string, string | number | boolean>;
|
|
154
161
|
score?: number;
|
|
155
162
|
organisationPrivacy?: string;
|
|
156
163
|
}[], Rubrique[] | {
|
|
157
|
-
emissionCount?: number;
|
|
158
164
|
name: string;
|
|
159
|
-
podcastCount?: number;
|
|
160
|
-
rubriquageId?: number;
|
|
161
165
|
rubriqueId: number;
|
|
166
|
+
rubriquageId?: number;
|
|
167
|
+
emissionCount?: number;
|
|
168
|
+
podcastCount?: number;
|
|
169
|
+
annotations?: Record<string, string | number | boolean>;
|
|
162
170
|
score?: number;
|
|
163
171
|
organisationPrivacy?: string;
|
|
164
172
|
}[]>;
|
|
@@ -184,11 +192,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
184
192
|
organisationId?: string;
|
|
185
193
|
rubriquageId?: number;
|
|
186
194
|
rubriques: {
|
|
187
|
-
emissionCount?: number;
|
|
188
195
|
name: string;
|
|
189
|
-
podcastCount?: number;
|
|
190
|
-
rubriquageId?: number;
|
|
191
196
|
rubriqueId: number;
|
|
197
|
+
rubriquageId?: number;
|
|
198
|
+
emissionCount?: number;
|
|
199
|
+
podcastCount?: number;
|
|
200
|
+
annotations?: Record<string, string | number | boolean>;
|
|
192
201
|
score?: number;
|
|
193
202
|
organisationPrivacy?: string;
|
|
194
203
|
}[];
|
|
@@ -200,11 +209,12 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
200
209
|
organisationId?: string;
|
|
201
210
|
rubriquageId?: number;
|
|
202
211
|
rubriques: {
|
|
203
|
-
emissionCount?: number;
|
|
204
212
|
name: string;
|
|
205
|
-
podcastCount?: number;
|
|
206
|
-
rubriquageId?: number;
|
|
207
213
|
rubriqueId: number;
|
|
214
|
+
rubriquageId?: number;
|
|
215
|
+
emissionCount?: number;
|
|
216
|
+
podcastCount?: number;
|
|
217
|
+
annotations?: Record<string, string | number | boolean>;
|
|
208
218
|
score?: number;
|
|
209
219
|
organisationPrivacy?: string;
|
|
210
220
|
}[];
|
|
@@ -225,19 +235,21 @@ export declare const useFilterStore: import('pinia').StoreDefinition<"FilterStor
|
|
|
225
235
|
nameRubrique: string;
|
|
226
236
|
}[]>;
|
|
227
237
|
filterRubriqueDisplay: import('../../node_modules/vue').Ref<{
|
|
228
|
-
emissionCount?: number;
|
|
229
238
|
name: string;
|
|
230
|
-
podcastCount?: number;
|
|
231
|
-
rubriquageId?: number;
|
|
232
239
|
rubriqueId: number;
|
|
240
|
+
rubriquageId?: number;
|
|
241
|
+
emissionCount?: number;
|
|
242
|
+
podcastCount?: number;
|
|
243
|
+
annotations?: Record<string, string | number | boolean>;
|
|
233
244
|
score?: number;
|
|
234
245
|
organisationPrivacy?: string;
|
|
235
246
|
}[], Rubrique[] | {
|
|
236
|
-
emissionCount?: number;
|
|
237
247
|
name: string;
|
|
238
|
-
podcastCount?: number;
|
|
239
|
-
rubriquageId?: number;
|
|
240
248
|
rubriqueId: number;
|
|
249
|
+
rubriquageId?: number;
|
|
250
|
+
emissionCount?: number;
|
|
251
|
+
podcastCount?: number;
|
|
252
|
+
annotations?: Record<string, string | number | boolean>;
|
|
241
253
|
score?: number;
|
|
242
254
|
organisationPrivacy?: string;
|
|
243
255
|
}[]>;
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
export interface Rubrique {
|
|
2
|
-
|
|
2
|
+
/** Name of the rubrique */
|
|
3
3
|
name: string;
|
|
4
|
-
|
|
5
|
-
rubriquageId?: number;
|
|
4
|
+
/** ID of the rubrique */
|
|
6
5
|
rubriqueId: number;
|
|
6
|
+
/** ID of the rubriquage this rubrique belongs to */
|
|
7
|
+
rubriquageId?: number;
|
|
8
|
+
/** Number of emissions in the rubrique */
|
|
9
|
+
emissionCount?: number;
|
|
10
|
+
/** Number of podcasts in the rubrique */
|
|
11
|
+
podcastCount?: number;
|
|
12
|
+
/** Custom properties defined on the rubrique */
|
|
13
|
+
annotations?: Record<string, string | number | boolean>;
|
|
7
14
|
score?: number;
|
|
8
15
|
organisationPrivacy?: string;
|
|
9
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saooti/octopus-sdk",
|
|
3
|
-
"version": "42.0.0-
|
|
3
|
+
"version": "42.0.0-beta3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -119,13 +119,15 @@
|
|
|
119
119
|
"./eslint-config": {
|
|
120
120
|
"types": "./eslint-config.d.ts",
|
|
121
121
|
"default": "./eslint-config.mjs"
|
|
122
|
-
}
|
|
122
|
+
},
|
|
123
|
+
"./fonts/style.css": "./public/css/fonts/localFonts/style.css"
|
|
123
124
|
},
|
|
124
125
|
"files": [
|
|
125
126
|
"dist",
|
|
126
127
|
"src",
|
|
127
128
|
"tests",
|
|
128
129
|
"eslint-config.mjs",
|
|
129
|
-
"eslint-config.d.ts"
|
|
130
|
+
"eslint-config.d.ts",
|
|
131
|
+
"public/css/fonts/localFonts"
|
|
130
132
|
]
|
|
131
133
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Montserrat";
|
|
3
|
+
src: local("Montserrat"),
|
|
4
|
+
url("./Montserrat-Regular.woff2") format('woff2'),
|
|
5
|
+
url("./Montserrat-Regular.ttf") format("truetype");
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-display: swap;
|
|
9
|
+
}
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: "Montserrat";
|
|
12
|
+
src: local("Montserrat"),
|
|
13
|
+
url("./Montserrat-Medium.woff2") format('woff2'),
|
|
14
|
+
url("./Montserrat-Medium.ttf") format("truetype");
|
|
15
|
+
font-weight: 500;
|
|
16
|
+
font-style: normal;
|
|
17
|
+
font-display: swap;
|
|
18
|
+
}
|
|
19
|
+
@font-face {
|
|
20
|
+
font-family: "Montserrat";
|
|
21
|
+
src: local("Montserrat"),
|
|
22
|
+
url("./Montserrat-SemiBold.woff2") format('woff2'),
|
|
23
|
+
url("./Montserrat-SemiBold.ttf") format("truetype");
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-display: swap;
|
|
27
|
+
}
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: "Montserrat";
|
|
30
|
+
src: local("Montserrat"),
|
|
31
|
+
url("./Montserrat-Bold.woff2") format('woff2'),
|
|
32
|
+
url("./Montserrat-Bold.ttf") format("truetype");
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
font-style: normal;
|
|
35
|
+
font-display: swap;
|
|
36
|
+
}
|
|
37
|
+
@font-face {
|
|
38
|
+
font-family: "Cookie";
|
|
39
|
+
src: local("Cookie"),
|
|
40
|
+
url("./Cookie-Regular.woff2") format('woff2'),
|
|
41
|
+
url("./Cookie-Regular.ttf") format("truetype");
|
|
42
|
+
font-weight: 400;
|
|
43
|
+
font-style: normal;
|
|
44
|
+
font-display: swap;
|
|
45
|
+
}
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: "Comfortaa";
|
|
48
|
+
src: local("Comfortaa"),
|
|
49
|
+
url("./Comfortaa-Regular.woff2") format('woff2'),
|
|
50
|
+
url("./Comfortaa-Regular.ttf") format("truetype");
|
|
51
|
+
font-weight: 400;
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-display: swap;
|
|
54
|
+
}
|
|
55
|
+
@font-face {
|
|
56
|
+
font-family: "Roboto";
|
|
57
|
+
src: local("Roboto"),
|
|
58
|
+
url("./Roboto-Regular.woff2") format('woff2'),
|
|
59
|
+
url("./Roboto-Regular.ttf") format("truetype");
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-display: swap;
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: "Roboto Slab";
|
|
66
|
+
src: local("Roboto Slab"),
|
|
67
|
+
url("./RobotoSlab-Regular.woff2") format('woff2'),
|
|
68
|
+
url("./RobotoSlab-Regular.ttf") format("truetype");
|
|
69
|
+
font-weight: 400;
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-display: swap;
|
|
72
|
+
}
|