@segha/catalog 5.0.2 → 5.0.3
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/es/DataTypes/StreamUrls.ts +1 -0
- package/json-schemas/es/DataTypes/StreamUrlsSchema.json +5 -0
- package/json-schemas/es/DataTypes/index.json +5 -0
- package/json-schemas/es/Movie/MovieSchema.json +6 -1
- package/json-schemas/es/Movie/index.json +6 -1
- package/json-schemas/es/MovieSchema.json +6 -1
- package/json-schemas/es/NoteSchema.json +11 -1
- package/json-schemas/es/TVSeries/TVSeriesSchema.json +5 -0
- package/json-schemas/es/TVSeries/index.json +5 -0
- package/json-schemas/es/TVSeriesSchema.json +5 -0
- package/json-schemas/es/index.json +22 -2
- package/package.json +1 -1
|
@@ -9,4 +9,5 @@ export const StreamUrlsSchema = z.object({
|
|
|
9
9
|
hulu_url: z.url().optional().describe('URL de Hulu'),
|
|
10
10
|
pluto_tv_url: z.url().optional().describe('URL de Pluto TV'),
|
|
11
11
|
youtube_url: z.url().optional().describe('URL de YouTube'),
|
|
12
|
+
watch_url: z.url().optional().describe('URL de streaming'),
|
|
12
13
|
}).describe('URLs de streaming');
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
45
45
|
},
|
|
46
46
|
"icon": {
|
|
47
|
-
"default": "
|
|
47
|
+
"default": "film",
|
|
48
48
|
"description": "Icono de Lucide.",
|
|
49
49
|
"type": "string",
|
|
50
50
|
"pattern": "^[a-z-]+$"
|
|
@@ -327,6 +327,11 @@
|
|
|
327
327
|
"description": "URL de YouTube",
|
|
328
328
|
"type": "string",
|
|
329
329
|
"format": "uri"
|
|
330
|
+
},
|
|
331
|
+
"watch_url": {
|
|
332
|
+
"description": "URL de streaming",
|
|
333
|
+
"type": "string",
|
|
334
|
+
"format": "uri"
|
|
330
335
|
}
|
|
331
336
|
},
|
|
332
337
|
"description": "URLs de streaming"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
50
50
|
},
|
|
51
51
|
"icon": {
|
|
52
|
-
"default": "
|
|
52
|
+
"default": "film",
|
|
53
53
|
"description": "Icono de Lucide.",
|
|
54
54
|
"type": "string",
|
|
55
55
|
"pattern": "^[a-z-]+$"
|
|
@@ -332,6 +332,11 @@
|
|
|
332
332
|
"description": "URL de YouTube",
|
|
333
333
|
"type": "string",
|
|
334
334
|
"format": "uri"
|
|
335
|
+
},
|
|
336
|
+
"watch_url": {
|
|
337
|
+
"description": "URL de streaming",
|
|
338
|
+
"type": "string",
|
|
339
|
+
"format": "uri"
|
|
335
340
|
}
|
|
336
341
|
},
|
|
337
342
|
"description": "URLs de streaming"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
45
45
|
},
|
|
46
46
|
"icon": {
|
|
47
|
-
"default": "
|
|
47
|
+
"default": "film",
|
|
48
48
|
"description": "Icono de Lucide.",
|
|
49
49
|
"type": "string",
|
|
50
50
|
"pattern": "^[a-z-]+$"
|
|
@@ -327,6 +327,11 @@
|
|
|
327
327
|
"description": "URL de YouTube",
|
|
328
328
|
"type": "string",
|
|
329
329
|
"format": "uri"
|
|
330
|
+
},
|
|
331
|
+
"watch_url": {
|
|
332
|
+
"description": "URL de streaming",
|
|
333
|
+
"type": "string",
|
|
334
|
+
"format": "uri"
|
|
330
335
|
}
|
|
331
336
|
},
|
|
332
337
|
"description": "URLs de streaming"
|
|
@@ -1339,7 +1339,7 @@
|
|
|
1339
1339
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
1340
1340
|
},
|
|
1341
1341
|
"icon": {
|
|
1342
|
-
"default": "
|
|
1342
|
+
"default": "film",
|
|
1343
1343
|
"description": "Icono de Lucide.",
|
|
1344
1344
|
"type": "string",
|
|
1345
1345
|
"pattern": "^[a-z-]+$"
|
|
@@ -1622,6 +1622,11 @@
|
|
|
1622
1622
|
"description": "URL de YouTube",
|
|
1623
1623
|
"type": "string",
|
|
1624
1624
|
"format": "uri"
|
|
1625
|
+
},
|
|
1626
|
+
"watch_url": {
|
|
1627
|
+
"description": "URL de streaming",
|
|
1628
|
+
"type": "string",
|
|
1629
|
+
"format": "uri"
|
|
1625
1630
|
}
|
|
1626
1631
|
},
|
|
1627
1632
|
"description": "URLs de streaming"
|
|
@@ -2191,6 +2196,11 @@
|
|
|
2191
2196
|
"description": "URL de YouTube",
|
|
2192
2197
|
"type": "string",
|
|
2193
2198
|
"format": "uri"
|
|
2199
|
+
},
|
|
2200
|
+
"watch_url": {
|
|
2201
|
+
"description": "URL de streaming",
|
|
2202
|
+
"type": "string",
|
|
2203
|
+
"format": "uri"
|
|
2194
2204
|
}
|
|
2195
2205
|
},
|
|
2196
2206
|
"description": "URLs de streaming"
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
1345
1345
|
},
|
|
1346
1346
|
"icon": {
|
|
1347
|
-
"default": "
|
|
1347
|
+
"default": "film",
|
|
1348
1348
|
"description": "Icono de Lucide.",
|
|
1349
1349
|
"type": "string",
|
|
1350
1350
|
"pattern": "^[a-z-]+$"
|
|
@@ -1627,6 +1627,11 @@
|
|
|
1627
1627
|
"description": "URL de YouTube",
|
|
1628
1628
|
"type": "string",
|
|
1629
1629
|
"format": "uri"
|
|
1630
|
+
},
|
|
1631
|
+
"watch_url": {
|
|
1632
|
+
"description": "URL de streaming",
|
|
1633
|
+
"type": "string",
|
|
1634
|
+
"format": "uri"
|
|
1630
1635
|
}
|
|
1631
1636
|
},
|
|
1632
1637
|
"description": "URLs de streaming"
|
|
@@ -2196,6 +2201,11 @@
|
|
|
2196
2201
|
"description": "URL de YouTube",
|
|
2197
2202
|
"type": "string",
|
|
2198
2203
|
"format": "uri"
|
|
2204
|
+
},
|
|
2205
|
+
"watch_url": {
|
|
2206
|
+
"description": "URL de streaming",
|
|
2207
|
+
"type": "string",
|
|
2208
|
+
"format": "uri"
|
|
2199
2209
|
}
|
|
2200
2210
|
},
|
|
2201
2211
|
"description": "URLs de streaming"
|
|
@@ -3781,7 +3791,7 @@
|
|
|
3781
3791
|
"pattern": "^#([0-9a-fA-F]{6}|[0-9a-fA-F]{8})$"
|
|
3782
3792
|
},
|
|
3783
3793
|
"icon": {
|
|
3784
|
-
"default": "
|
|
3794
|
+
"default": "film",
|
|
3785
3795
|
"description": "Icono de Lucide.",
|
|
3786
3796
|
"type": "string",
|
|
3787
3797
|
"pattern": "^[a-z-]+$"
|
|
@@ -4064,6 +4074,11 @@
|
|
|
4064
4074
|
"description": "URL de YouTube",
|
|
4065
4075
|
"type": "string",
|
|
4066
4076
|
"format": "uri"
|
|
4077
|
+
},
|
|
4078
|
+
"watch_url": {
|
|
4079
|
+
"description": "URL de streaming",
|
|
4080
|
+
"type": "string",
|
|
4081
|
+
"format": "uri"
|
|
4067
4082
|
}
|
|
4068
4083
|
},
|
|
4069
4084
|
"description": "URLs de streaming"
|
|
@@ -4635,6 +4650,11 @@
|
|
|
4635
4650
|
"description": "URL de YouTube",
|
|
4636
4651
|
"type": "string",
|
|
4637
4652
|
"format": "uri"
|
|
4653
|
+
},
|
|
4654
|
+
"watch_url": {
|
|
4655
|
+
"description": "URL de streaming",
|
|
4656
|
+
"type": "string",
|
|
4657
|
+
"format": "uri"
|
|
4638
4658
|
}
|
|
4639
4659
|
},
|
|
4640
4660
|
"description": "URLs de streaming"
|