@tricoteuses/assemblee 2.5.28 → 2.5.30

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.
@@ -1040,7 +1040,9 @@ const He = {
1040
1040
  { json: "seanceRef", js: "seanceRef", typ: "" },
1041
1041
  { json: "sessionRef", js: "sessionRef", typ: "" },
1042
1042
  { json: "metadonnees", js: "metadonnees", typ: j("Metadonnees") },
1043
- { json: "contenu", js: "contenu", typ: j("Contenu") }
1043
+ { json: "contenu", js: "contenu", typ: j("Contenu") },
1044
+ { json: "videoUrl", js: "videoUrl", typ: p(void 0, "") },
1045
+ { json: "videoTimecode", js: "videoTimecode", typ: p(void 0, 0) }
1044
1046
  ],
1045
1047
  !1
1046
1048
  ),
package/lib/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { c as B, t as x, g as _, m as Q, a as s, b as X, d as V, e as z, f as J, h as Z, i as K, l as ee, j as te, k as ne, w as re, n as U, o as k, p as ie, q as C } from "./parse-Ccs6wcUg.js";
2
- import { C as O } from "./datasets-CYS3pymi.js";
3
- import { n as mt, G as gt, b as pt, a as yt, c as ht, H as Rt, I as xt, D as Tt, o as Dt, p as wt, E as St, F as vt, f as bt, L as At, J as Et, K as Ot, O as Ct, U as Mt, M as _t, N as Pt, g as Lt, h as Nt, V as It, P as Bt, i as Ut, j as kt, q as Yt, r as qt, Q as Ft, R as jt, d as $t, k as Wt, S as Ht, s as Gt, t as Qt, u as Xt, v as Vt, w as zt, x as Jt, B as Zt, W as Kt, T as en, y as tn, e as nn, l as rn, A as on, m as an, z as sn, X as un, a1 as cn, Y as fn, Z as dn, _ as ln, $ as mn, a0 as gn } from "./datasets-CYS3pymi.js";
2
+ import { C as O } from "./datasets-Cb3wpfRH.js";
3
+ import { n as mt, G as gt, b as pt, a as yt, c as ht, H as Rt, I as xt, D as Tt, o as Dt, p as wt, E as St, F as vt, f as bt, L as At, J as Et, K as Ot, O as Ct, U as Mt, M as _t, N as Pt, g as Lt, h as Nt, V as It, P as Bt, i as Ut, j as kt, q as Yt, r as qt, Q as Ft, R as jt, d as $t, k as Wt, S as Ht, s as Gt, t as Qt, u as Xt, v as Vt, w as zt, x as Jt, B as Zt, W as Kt, T as en, y as tn, e as nn, l as rn, A as on, m as an, z as sn, X as un, a1 as cn, Y as fn, Z as dn, _ as ln, $ as mn, a0 as gn } from "./datasets-Cb3wpfRH.js";
4
4
  import { A as yn, a as hn, C as Rn, b as xn, c as Tn, D as Dn, E as wn, d as Sn, S as vn, T as bn, e as An, f as En, g as On } from "./amendements-40Z7OJLT.js";
5
5
  var Y = /* @__PURE__ */ ((e) => (e.Amendements = "amendements", e))(Y || {});
6
6
  const Qe = Object.values(Y);
package/lib/loaders.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import E from "node:assert";
2
2
  import g from "fs-extra";
3
3
  import t from "node:path";
4
- import { a1 as F, a2 as L, L as j, a3 as _, a4 as M, a5 as J, a6 as N, a7 as Q, a8 as T, Y as X, $ as Y, a0 as Z, X as G, Z as H, _ as K } from "./datasets-CYS3pymi.js";
4
+ import { a1 as F, a2 as L, L as j, a3 as _, a4 as M, a5 as J, a6 as N, a7 as Q, a8 as T, Y as X, $ as Y, a0 as Z, X as G, Z as H, _ as K } from "./datasets-Cb3wpfRH.js";
5
5
  import "glob";
6
6
  import { getChangedFilesSinceCommit as z } from "./git.js";
7
7
  import { C as w } from "./amendements-40Z7OJLT.js";
@@ -37,6 +37,12 @@
37
37
  },
38
38
  "contenu": {
39
39
  "$ref": "#/definitions/Contenu"
40
+ },
41
+ "videoUrl": {
42
+ "type": "string"
43
+ },
44
+ "videoTimecode": {
45
+ "type": "number"
40
46
  }
41
47
  },
42
48
  "required": [
@@ -16,6 +16,8 @@ export interface CompteRendu {
16
16
  sessionRef: string;
17
17
  metadonnees: Metadonnees;
18
18
  contenu: Contenu;
19
+ videoUrl?: string;
20
+ videoTimecode?: number;
19
21
  }
20
22
  /**
21
23
  * Contenu de la séance du débat.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tricoteuses/assemblee",
3
- "version": "2.5.28",
3
+ "version": "2.5.30",
4
4
  "description": "Retrieve, clean up & handle French Assemblée nationale's open data",
5
5
  "keywords": [
6
6
  "Assemblée nationale",