jamespot-front-business 1.3.8 → 1.3.9
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.
|
@@ -38,6 +38,35 @@ export declare const Calendar: {
|
|
|
38
38
|
backgroundColor?: string | null | undefined;
|
|
39
39
|
textColor?: string | undefined;
|
|
40
40
|
articleWidgets?: import('jamespot-user-api').WidgetWrapperGeneric<import('jamespot-user-api').CombinedWidgetType>[] | undefined;
|
|
41
|
+
metas?: {
|
|
42
|
+
object?: import('jamespot-user-api').jObjectLittle | undefined;
|
|
43
|
+
uri?: string | undefined;
|
|
44
|
+
"og:type"?: "jamespot" | undefined;
|
|
45
|
+
} | {
|
|
46
|
+
url?: string | undefined;
|
|
47
|
+
title?: string | undefined;
|
|
48
|
+
description?: string | undefined;
|
|
49
|
+
"og:image"?: string | undefined;
|
|
50
|
+
"og:video:height"?: string | undefined;
|
|
51
|
+
"og:video:width"?: string | undefined;
|
|
52
|
+
"og:video:url"?: string | undefined;
|
|
53
|
+
"og:type"?: "youtube" | undefined;
|
|
54
|
+
} | {
|
|
55
|
+
url?: string | undefined;
|
|
56
|
+
uri?: string | undefined;
|
|
57
|
+
title?: string | undefined;
|
|
58
|
+
description?: string | undefined;
|
|
59
|
+
"og:image"?: string | undefined;
|
|
60
|
+
"og:title"?: string | undefined;
|
|
61
|
+
"og:url"?: string | undefined;
|
|
62
|
+
"og:video"?: string | undefined;
|
|
63
|
+
"og:description"?: string | undefined;
|
|
64
|
+
"og:video:height"?: string | undefined;
|
|
65
|
+
"og:video:width"?: string | undefined;
|
|
66
|
+
"og:video:url"?: string | undefined;
|
|
67
|
+
"og:type"?: string | undefined;
|
|
68
|
+
count?: number | undefined;
|
|
69
|
+
} | undefined;
|
|
41
70
|
tags?: {
|
|
42
71
|
type: string;
|
|
43
72
|
class: string;
|
|
@@ -127,6 +156,35 @@ export declare const Calendar: {
|
|
|
127
156
|
backgroundColor?: string | null | undefined;
|
|
128
157
|
textColor?: string | undefined;
|
|
129
158
|
articleWidgets?: import('jamespot-user-api').WidgetWrapperGeneric<import('jamespot-user-api').CombinedWidgetType>[] | undefined;
|
|
159
|
+
metas?: {
|
|
160
|
+
object?: import('jamespot-user-api').jObjectLittle | undefined;
|
|
161
|
+
uri?: string | undefined;
|
|
162
|
+
"og:type"?: "jamespot" | undefined;
|
|
163
|
+
} | {
|
|
164
|
+
url?: string | undefined;
|
|
165
|
+
title?: string | undefined;
|
|
166
|
+
description?: string | undefined;
|
|
167
|
+
"og:image"?: string | undefined;
|
|
168
|
+
"og:video:height"?: string | undefined;
|
|
169
|
+
"og:video:width"?: string | undefined;
|
|
170
|
+
"og:video:url"?: string | undefined;
|
|
171
|
+
"og:type"?: "youtube" | undefined;
|
|
172
|
+
} | {
|
|
173
|
+
url?: string | undefined;
|
|
174
|
+
uri?: string | undefined;
|
|
175
|
+
title?: string | undefined;
|
|
176
|
+
description?: string | undefined;
|
|
177
|
+
"og:image"?: string | undefined;
|
|
178
|
+
"og:title"?: string | undefined;
|
|
179
|
+
"og:url"?: string | undefined;
|
|
180
|
+
"og:video"?: string | undefined;
|
|
181
|
+
"og:description"?: string | undefined;
|
|
182
|
+
"og:video:height"?: string | undefined;
|
|
183
|
+
"og:video:width"?: string | undefined;
|
|
184
|
+
"og:video:url"?: string | undefined;
|
|
185
|
+
"og:type"?: string | undefined;
|
|
186
|
+
count?: number | undefined;
|
|
187
|
+
} | undefined;
|
|
130
188
|
tags?: {
|
|
131
189
|
type: string;
|
|
132
190
|
class: string;
|
|
@@ -214,6 +272,35 @@ export declare const Calendar: {
|
|
|
214
272
|
backgroundColor?: string | null | undefined;
|
|
215
273
|
textColor?: string | undefined;
|
|
216
274
|
articleWidgets?: import('jamespot-user-api').WidgetWrapperGeneric<import('jamespot-user-api').CombinedWidgetType>[] | undefined;
|
|
275
|
+
metas?: {
|
|
276
|
+
object?: import('jamespot-user-api').jObjectLittle | undefined;
|
|
277
|
+
uri?: string | undefined;
|
|
278
|
+
"og:type"?: "jamespot" | undefined;
|
|
279
|
+
} | {
|
|
280
|
+
url?: string | undefined;
|
|
281
|
+
title?: string | undefined;
|
|
282
|
+
description?: string | undefined;
|
|
283
|
+
"og:image"?: string | undefined;
|
|
284
|
+
"og:video:height"?: string | undefined;
|
|
285
|
+
"og:video:width"?: string | undefined;
|
|
286
|
+
"og:video:url"?: string | undefined;
|
|
287
|
+
"og:type"?: "youtube" | undefined;
|
|
288
|
+
} | {
|
|
289
|
+
url?: string | undefined;
|
|
290
|
+
uri?: string | undefined;
|
|
291
|
+
title?: string | undefined;
|
|
292
|
+
description?: string | undefined;
|
|
293
|
+
"og:image"?: string | undefined;
|
|
294
|
+
"og:title"?: string | undefined;
|
|
295
|
+
"og:url"?: string | undefined;
|
|
296
|
+
"og:video"?: string | undefined;
|
|
297
|
+
"og:description"?: string | undefined;
|
|
298
|
+
"og:video:height"?: string | undefined;
|
|
299
|
+
"og:video:width"?: string | undefined;
|
|
300
|
+
"og:video:url"?: string | undefined;
|
|
301
|
+
"og:type"?: string | undefined;
|
|
302
|
+
count?: number | undefined;
|
|
303
|
+
} | undefined;
|
|
217
304
|
tags?: {
|
|
218
305
|
type: string;
|
|
219
306
|
class: string;
|
|
@@ -31,6 +31,35 @@ export declare const fetchEvents: import('@reduxjs/toolkit').AsyncThunk<Calendar
|
|
|
31
31
|
backgroundColor?: string | null | undefined;
|
|
32
32
|
textColor?: string | undefined;
|
|
33
33
|
articleWidgets?: import('jamespot-user-api').WidgetWrapperGeneric<import('jamespot-user-api').CombinedWidgetType>[] | undefined;
|
|
34
|
+
metas?: {
|
|
35
|
+
object?: import('jamespot-user-api').jObjectLittle | undefined;
|
|
36
|
+
uri?: string | undefined;
|
|
37
|
+
"og:type"?: "jamespot" | undefined;
|
|
38
|
+
} | {
|
|
39
|
+
url?: string | undefined;
|
|
40
|
+
title?: string | undefined;
|
|
41
|
+
description?: string | undefined;
|
|
42
|
+
"og:image"?: string | undefined;
|
|
43
|
+
"og:video:height"?: string | undefined;
|
|
44
|
+
"og:video:width"?: string | undefined;
|
|
45
|
+
"og:video:url"?: string | undefined;
|
|
46
|
+
"og:type"?: "youtube" | undefined;
|
|
47
|
+
} | {
|
|
48
|
+
url?: string | undefined;
|
|
49
|
+
uri?: string | undefined;
|
|
50
|
+
title?: string | undefined;
|
|
51
|
+
description?: string | undefined;
|
|
52
|
+
"og:image"?: string | undefined;
|
|
53
|
+
"og:title"?: string | undefined;
|
|
54
|
+
"og:url"?: string | undefined;
|
|
55
|
+
"og:video"?: string | undefined;
|
|
56
|
+
"og:description"?: string | undefined;
|
|
57
|
+
"og:video:height"?: string | undefined;
|
|
58
|
+
"og:video:width"?: string | undefined;
|
|
59
|
+
"og:video:url"?: string | undefined;
|
|
60
|
+
"og:type"?: string | undefined;
|
|
61
|
+
count?: number | undefined;
|
|
62
|
+
} | undefined;
|
|
34
63
|
tags?: {
|
|
35
64
|
type: string;
|
|
36
65
|
class: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/jamespot-front-business.js",
|
|
6
6
|
"module": "dist/jamespot-front-business.mjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"eslint-config-prettier": "^8.10.2",
|
|
36
36
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
37
37
|
"eslint-plugin-import": "^2.32.0",
|
|
38
|
-
"jamespot-user-api": "^1.3.
|
|
38
|
+
"jamespot-user-api": "^1.3.9",
|
|
39
39
|
"jest": "^30.2.0",
|
|
40
40
|
"jest-environment-jsdom": "^30.2.0",
|
|
41
41
|
"knip": "^5.69.1",
|