@tricoteuses/assemblee
Version:
Retrieve, clean up & handle French Assemblée nationale's open data
1,529 lines (1,526 loc) • 176 kB
JavaScript
"use strict";
require("core-js/modules/es.symbol.js");
require("core-js/modules/es.symbol.description.js");
require("core-js/modules/es.symbol.iterator.js");
require("core-js/modules/es.array.iterator.js");
require("core-js/modules/es.object.define-property.js");
require("core-js/modules/es.string.iterator.js");
require("core-js/modules/web.dom-collections.iterator.js");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TypeTexte = exports.TypeMission = exports.TypeJo = exports.TypeCorrection = exports.TypeBudget = exports.TexteExterneAssocieTypeDoc = exports.StatutAdoption = exports.Qualite = exports.Provenance = exports.Motif = exports.DossierParlementaireXsiType = exports.DocumentXsiType = exports.DocumentDenominationStructurelle = exports.Convert = exports.Code = exports.Cause = exports.ActeLegislatifXsiType = void 0;
require("core-js/modules/es.symbol.to-primitive.js");
require("core-js/modules/es.array.concat.js");
require("core-js/modules/es.array.for-each.js");
require("core-js/modules/es.array.index-of.js");
require("core-js/modules/es.array.is-array.js");
require("core-js/modules/es.array.map.js");
require("core-js/modules/es.date.to-json.js");
require("core-js/modules/es.date.to-primitive.js");
require("core-js/modules/es.date.to-string.js");
require("core-js/modules/es.number.constructor.js");
require("core-js/modules/es.object.get-own-property-names.js");
require("core-js/modules/es.object.keys.js");
require("core-js/modules/es.object.to-string.js");
require("core-js/modules/es.object.values.js");
require("core-js/modules/web.dom-collections.for-each.js");
var _codes_actes = require("../shared_types/codes_actes");
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } // To parse this data:
//
// import { Convert, Document, DossierParlementaire, DossiersLegislatifs } from "./file";
//
// const document = Convert.toDocument(json);
// const dossierParlementaire = Convert.toDossierParlementaire(json);
// const dossiersLegislatifs = Convert.toDossiersLegislatifs(json);
//
// These functions will throw an error if the JSON doesn't
// match the expected interface, even if the JSON is valid.
var DocumentXsiType = exports.DocumentXsiType = /*#__PURE__*/function (DocumentXsiType) {
DocumentXsiType["AccordInternationalType"] = "accordInternational_Type";
DocumentXsiType["AvisConseilEtatType"] = "avisConseilEtat_Type";
DocumentXsiType["DocumentEtudeImpactType"] = "documentEtudeImpact_Type";
DocumentXsiType["RapportParlementaireType"] = "rapportParlementaire_Type";
DocumentXsiType["TexteLoiType"] = "texteLoi_Type";
return DocumentXsiType;
}({});
var Qualite = exports.Qualite = /*#__PURE__*/function (Qualite) {
Qualite["Auteur"] = "auteur";
Qualite["Cosignataire"] = "cosignataire";
Qualite["Rapporteur"] = "rapporteur";
Qualite["RapporteurG\xE9n\xE9ral"] = "rapporteur g\xE9n\xE9ral";
Qualite["RapporteurPourAvis"] = "rapporteur pour avis";
Qualite["RapporteurSp\xE9cial"] = "rapporteur sp\xE9cial";
return Qualite;
}({});
var Code = exports.Code = /*#__PURE__*/function (Code) {
Code["Accpresrp"] = "ACCPRESRP";
Code["Appart1515"] = "APPART1515";
Code["Appart341"] = "APPART341";
Code["Apploi"] = "APPLOI";
Code["Aue"] = "AUE";
Code["Autratconv"] = "AUTRATCONV";
Code["Avecvote"] = "AVECVOTE";
Code["Censure492"] = "CENSURE492";
Code["Censure493"] = "CENSURE493";
Code["Comenq"] = "COMENQ";
Code["Compa"] = "COMPA";
Code["Comspcpte"] = "COMSPCPTE";
Code["Const"] = "CONST";
Code["Ctrlbudg"] = "CTRLBUDG";
Code["Divers"] = "DIVERS";
Code["Engresptxt"] = "ENGRESPTXT";
Code["Enqu"] = "ENQU";
Code["Fin"] = "FIN";
Code["Fingest"] = "FINGEST";
Code["Finrect"] = "FINRECT";
Code["Finssoc"] = "FINSSOC";
Code["Finssocrec"] = "FINSSOCREC";
Code["Impactlois"] = "IMPACTLOIS";
Code["Legdelegan"] = "LEGDELEGAN";
Code["Minfocomper"] = "MINFOCOMPER";
Code["Modregltan"] = "MODREGLTAN";
Code["Noteopecst"] = "NOTEOPECST";
Code["Offparl"] = "OFFPARL";
Code["Org"] = "ORG";
Code["Petition"] = "PETITION";
Code["Presidage"] = "PRESIDAGE";
Code["Presidass"] = "PRESIDASS";
Code["Presidrep"] = "PRESIDREP";
Code["Propactcom"] = "PROPACTCOM";
Code["Prpdit"] = "PRPDIT";
Code["Rect"] = "RECT";
Code["Refart11"] = "REFART11";
Code["Rgltbudg"] = "RGLTBUDG";
Code["Rgltbudg2"] = "RGLTBUDG2";
Code["Supp"] = "SUPP";
Code["Suspours"] = "SUSPOURS";
Code["Tvxinstiteurop"] = "TVXINSTITEUROP";
return Code;
}({});
var StatutAdoption = exports.StatutAdoption = /*#__PURE__*/function (StatutAdoption) {
StatutAdoption["Adoptcom"] = "ADOPTCOM";
StatutAdoption["Adoptseance"] = "ADOPTSEANCE";
StatutAdoption["Rejetseance"] = "REJETSEANCE";
return StatutAdoption;
}({});
var TypeCorrection = exports.TypeCorrection = /*#__PURE__*/function (TypeCorrection) {
TypeCorrection["Rectifi\xE9"] = "Rectifi\xE9";
return TypeCorrection;
}({});
var DocumentDenominationStructurelle = exports.DocumentDenominationStructurelle = /*#__PURE__*/function (DocumentDenominationStructurelle) {
DocumentDenominationStructurelle["Allocution"] = "Allocution";
DocumentDenominationStructurelle["Avis"] = "Avis";
DocumentDenominationStructurelle["D\xE9claration"] = "D\xE9claration";
DocumentDenominationStructurelle["Lettre"] = "Lettre";
DocumentDenominationStructurelle["Message"] = "Message";
DocumentDenominationStructurelle["Motion"] = "Motion";
DocumentDenominationStructurelle["ProjetDeLoi"] = "Projet de loi";
DocumentDenominationStructurelle["PropositionDeLoi"] = "Proposition de loi";
DocumentDenominationStructurelle["PropositionDeR\xE9solution"] = "Proposition de r\xE9solution";
DocumentDenominationStructurelle["Rapport"] = "Rapport";
DocumentDenominationStructurelle["RapportDInformation"] = "Rapport d'information";
DocumentDenominationStructurelle["R\xE9solution"] = "R\xE9solution";
return DocumentDenominationStructurelle;
}({});
var Provenance = exports.Provenance = /*#__PURE__*/function (Provenance) {
Provenance["Commission"] = "Commission";
Provenance["S\xE9ance"] = "S\xE9ance";
Provenance["TexteD\xE9pos\xE9"] = "Texte D\xE9pos\xE9";
return Provenance;
}({});
var DossierParlementaireXsiType = exports.DossierParlementaireXsiType = /*#__PURE__*/function (DossierParlementaireXsiType) {
DossierParlementaireXsiType["DossierCommissionEnqueteType"] = "DossierCommissionEnquete_Type";
DossierParlementaireXsiType["DossierIniativeExecutifType"] = "DossierIniativeExecutif_Type";
DossierParlementaireXsiType["DossierLegislatifType"] = "DossierLegislatif_Type";
DossierParlementaireXsiType["DossierMissionControleType"] = "DossierMissionControle_Type";
DossierParlementaireXsiType["DossierMissionInformationType"] = "DossierMissionInformation_Type";
DossierParlementaireXsiType["DossierResolutionAn"] = "DossierResolutionAN";
return DossierParlementaireXsiType;
}({});
var TypeBudget = exports.TypeBudget = /*#__PURE__*/function (TypeBudget) {
TypeBudget["BudgetAnnexe"] = "Budget annexe";
TypeBudget["BudgetG\xE9n\xE9ral"] = "Budget g\xE9n\xE9ral";
TypeBudget["CompteDeConcoursFinancier"] = "Compte de concours financier";
TypeBudget["CompteSp\xE9cial"] = "Compte sp\xE9cial";
TypeBudget["Premi\xE8rePartie"] = "Premi\xE8re partie";
return TypeBudget;
}({});
var TypeMission = exports.TypeMission = /*#__PURE__*/function (TypeMission) {
TypeMission["MissionPrincipale"] = "mission principale";
TypeMission["MissionSecondaire"] = "mission secondaire";
TypeMission["PartieDeMission"] = "partie de mission";
return TypeMission;
}({});
var ActeLegislatifXsiType = exports.ActeLegislatifXsiType = /*#__PURE__*/function (ActeLegislatifXsiType) {
ActeLegislatifXsiType["AdoptionEuropeType"] = "Adoption_Europe_Type";
ActeLegislatifXsiType["ConclusionEtapeCcType"] = "ConclusionEtapeCC_Type";
ActeLegislatifXsiType["ConvocationCongresType"] = "ConvocationCongres_Type";
ActeLegislatifXsiType["CreationOrganeTemporaireType"] = "CreationOrganeTemporaire_Type";
ActeLegislatifXsiType["DecisionMotionCensureType"] = "DecisionMotionCensure_Type";
ActeLegislatifXsiType["DecisionRecevabiliteBureauType"] = "DecisionRecevabiliteBureau_Type";
ActeLegislatifXsiType["DecisionType"] = "Decision_Type";
ActeLegislatifXsiType["DeclarationGouvernementType"] = "DeclarationGouvernement_Type";
ActeLegislatifXsiType["DepotAccordInternationalType"] = "DepotAccordInternational_Type";
ActeLegislatifXsiType["DepotAvisConseilEtatType"] = "DepotAvisConseilEtat_Type";
ActeLegislatifXsiType["DepotInitiativeNavetteType"] = "DepotInitiativeNavette_Type";
ActeLegislatifXsiType["DepotInitiativeType"] = "DepotInitiative_Type";
ActeLegislatifXsiType["DepotLettreRectificativeType"] = "DepotLettreRectificative_Type";
ActeLegislatifXsiType["DepotMotionCensureType"] = "DepotMotionCensure_Type";
ActeLegislatifXsiType["DepotMotionReferendaireType"] = "DepotMotionReferendaire_Type";
ActeLegislatifXsiType["DepotRapportType"] = "DepotRapport_Type";
ActeLegislatifXsiType["DiscussionCommissionType"] = "DiscussionCommission_Type";
ActeLegislatifXsiType["DiscussionSeancePubliqueType"] = "DiscussionSeancePublique_Type";
ActeLegislatifXsiType["EtapeType"] = "Etape_Type";
ActeLegislatifXsiType["EtudeImpactType"] = "EtudeImpact_Type";
ActeLegislatifXsiType["MotionProcedureType"] = "MotionProcedure_Type";
ActeLegislatifXsiType["NominRapporteursType"] = "NominRapporteurs_Type";
ActeLegislatifXsiType["ProcedureAccelereType"] = "ProcedureAccelere_Type";
ActeLegislatifXsiType["PromulgationType"] = "Promulgation_Type";
ActeLegislatifXsiType["RenvoiPrealableType"] = "RenvoiPrealable_Type";
ActeLegislatifXsiType["RenvoiCmpType"] = "RenvoiCMP_Type";
ActeLegislatifXsiType["RetraitInitiativeType"] = "RetraitInitiative_Type";
ActeLegislatifXsiType["SaisieComAvisType"] = "SaisieComAvis_Type";
ActeLegislatifXsiType["SaisieComFondType"] = "SaisieComFond_Type";
ActeLegislatifXsiType["SaisineConseilConstitType"] = "SaisineConseilConstit_Type";
return ActeLegislatifXsiType;
}({});
var TypeTexte = exports.TypeTexte = /*#__PURE__*/function (TypeTexte) {
TypeTexte["Bta"] = "BTA";
TypeTexte["Tap"] = "TAP";
return TypeTexte;
}({});
var Motif = exports.Motif = /*#__PURE__*/function (Motif) {
Motif["EnApplicationDeLArticle612DeLaConstitution"] = "En application de l'article 61\xA72 de la Constitution";
return Motif;
}({});
var TypeJo = exports.TypeJo = /*#__PURE__*/function (TypeJo) {
TypeJo["JoLoiDecret"] = "JO_LOI_DECRET";
return TypeJo;
}({});
var Cause = exports.Cause = /*#__PURE__*/function (Cause) {
Cause["DossierAbsorb\xE9"] = "Dossier absorb\xE9";
Cause["ExamenCommun"] = "Examen commun";
return Cause;
}({});
var TexteExterneAssocieTypeDoc = exports.TexteExterneAssocieTypeDoc = /*#__PURE__*/function (TexteExterneAssocieTypeDoc) {
TexteExterneAssocieTypeDoc["Decret"] = "D\xE9cret";
return TexteExterneAssocieTypeDoc;
}({}); // Converts JSON strings to/from your types
// and asserts the results of JSON.parse at runtime
var Convert = exports.Convert = /*#__PURE__*/function () {
function Convert() {
_classCallCheck(this, Convert);
}
return _createClass(Convert, null, [{
key: "toDocument",
value: function toDocument(json) {
return cast(JSON.parse(json), r("Document"));
}
}, {
key: "documentToJson",
value: function documentToJson(value) {
return JSON.stringify(uncast(value, r("Document")), null, 2);
}
}, {
key: "toDossierParlementaire",
value: function toDossierParlementaire(json) {
return cast(JSON.parse(json), r("DossierParlementaire"));
}
}, {
key: "dossierParlementaireToJson",
value: function dossierParlementaireToJson(value) {
return JSON.stringify(uncast(value, r("DossierParlementaire")), null, 2);
}
}, {
key: "toDossiersLegislatifs",
value: function toDossiersLegislatifs(json) {
return cast(JSON.parse(json), r("DossiersLegislatifs"));
}
}, {
key: "dossiersLegislatifsToJson",
value: function dossiersLegislatifsToJson(value) {
return JSON.stringify(uncast(value, r("DossiersLegislatifs")), null, 2);
}
}]);
}();
function invalidValue(typ, val) {
var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
if (key) {
throw Error("Invalid value for key \"".concat(key, "\". Expected type ").concat(JSON.stringify(typ), " but got ").concat(JSON.stringify(val)));
}
throw Error("Invalid value ".concat(JSON.stringify(val), " for type ").concat(JSON.stringify(typ)));
}
function jsonToJSProps(typ) {
if (typ.jsonToJS === undefined) {
var map = {};
typ.props.forEach(function (p) {
return map[p.json] = {
key: p.js,
typ: p.typ
};
});
typ.jsonToJS = map;
}
return typ.jsonToJS;
}
function jsToJSONProps(typ) {
if (typ.jsToJSON === undefined) {
var map = {};
typ.props.forEach(function (p) {
return map[p.js] = {
key: p.json,
typ: p.typ
};
});
typ.jsToJSON = map;
}
return typ.jsToJSON;
}
function transform(val, typ, getProps) {
var key = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '';
function transformPrimitive(typ, val) {
if (_typeof(typ) === _typeof(val)) return val;
return invalidValue(typ, val, key);
}
function transformUnion(typs, val) {
// val must validate against one typ in typs
var l = typs.length;
for (var i = 0; i < l; i++) {
var _typ = typs[i];
try {
return transform(val, _typ, getProps);
} catch (_) {}
}
return invalidValue(typs, val);
}
function transformEnum(cases, val) {
if (cases.indexOf(val) !== -1) return val;
return invalidValue(cases, val);
}
function transformArray(typ, val) {
// val must be an array with no invalid elements
if (!Array.isArray(val)) return invalidValue("array", val);
return val.map(function (el) {
return transform(el, typ, getProps);
});
}
function transformDate(val) {
if (val === null) {
return null;
}
var d = new Date(val);
if (isNaN(d.valueOf())) {
return invalidValue("Date", val);
}
return d;
}
function transformObject(props, additional, val) {
if (val === null || _typeof(val) !== "object" || Array.isArray(val)) {
return invalidValue("object", val);
}
var result = {};
Object.getOwnPropertyNames(props).forEach(function (key) {
var prop = props[key];
var v = Object.prototype.hasOwnProperty.call(val, key) ? val[key] : undefined;
result[prop.key] = transform(v, prop.typ, getProps, prop.key);
});
Object.getOwnPropertyNames(val).forEach(function (key) {
if (!Object.prototype.hasOwnProperty.call(props, key)) {
result[key] = transform(val[key], additional, getProps, key);
}
});
return result;
}
if (typ === "any") return val;
if (typ === null) {
if (val === null) return val;
return invalidValue(typ, val);
}
if (typ === false) return invalidValue(typ, val);
while (_typeof(typ) === "object" && typ.ref !== undefined) {
typ = typeMap[typ.ref];
}
if (Array.isArray(typ)) return transformEnum(typ, val);
if (_typeof(typ) === "object") {
return typ.hasOwnProperty("unionMembers") ? transformUnion(typ.unionMembers, val) : typ.hasOwnProperty("arrayItems") ? transformArray(typ.arrayItems, val) : typ.hasOwnProperty("props") ? transformObject(getProps(typ), typ.additional, val) : invalidValue(typ, val);
}
// Numbers can be parsed by Date but shouldn't be.
if (typ === Date && typeof val !== "number") return transformDate(val);
return transformPrimitive(typ, val);
}
function cast(val, typ) {
return transform(val, typ, jsonToJSProps);
}
function uncast(val, typ) {
return transform(val, typ, jsToJSONProps);
}
function a(typ) {
return {
arrayItems: typ
};
}
function u() {
for (var _len = arguments.length, typs = new Array(_len), _key = 0; _key < _len; _key++) {
typs[_key] = arguments[_key];
}
return {
unionMembers: typs
};
}
function o(props, additional) {
return {
props: props,
additional: additional
};
}
// function m(additional: any) {
// return { props: [], additional };
// }
function r(name) {
return {
ref: name
};
}
var typeMap = {
"Document": o([{
json: "document",
js: "document",
typ: u(r("DocumentDocument"), r("DocumentSupprime"))
}], false),
"DocumentDocument": o([{
json: "@xmlns",
js: "@xmlns",
typ: ""
}, {
json: "@xmlns:xsi",
js: "@xmlns:xsi",
typ: ""
}, {
json: "@xsi:type",
js: "@xsi:type",
typ: r("DocumentXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "legislature",
js: "legislature",
typ: u(null, "")
}, {
json: "cycleDeVie",
js: "cycleDeVie",
typ: r("CycleDeVie")
}, {
json: "denominationStructurelle",
js: "denominationStructurelle",
typ: r("DocumentDenominationStructurelle")
}, {
json: "provenance",
js: "provenance",
typ: u(undefined, r("Provenance"))
}, {
json: "titres",
js: "titres",
typ: r("Titres")
}, {
json: "divisions",
js: "divisions",
typ: u(r("Divisions"), null)
}, {
json: "dossierRef",
js: "dossierRef",
typ: ""
}, {
json: "redacteur",
js: "redacteur",
typ: null
}, {
json: "classification",
js: "classification",
typ: r("Classification")
}, {
json: "auteurs",
js: "auteurs",
typ: r("Auteurs")
}, {
json: "correction",
js: "correction",
typ: u(r("Correction"), null)
}, {
json: "notice",
js: "notice",
typ: r("Notice")
}, {
json: "indexation",
js: "indexation",
typ: u(r("Indexation"), null)
}, {
json: "imprimerie",
js: "imprimerie",
typ: u(r("Imprimerie"), null)
}, {
json: "coSignataires",
js: "coSignataires",
typ: u(undefined, u(r("CoSignataires"), null))
}, {
json: "depotAmendements",
js: "depotAmendements",
typ: u(undefined, u(r("DepotAmendements"), null))
}, {
json: "organesReferents",
js: "organesReferents",
typ: u(undefined, u(r("OrganesReferents"), null))
}, {
json: "rapportPublie",
js: "rapportPublie",
typ: u(undefined, "")
}], false),
"DocumentSupprime": o([{
json: "@xmlns",
js: "@xmlns",
typ: ""
}, {
json: "@xmlns:xsi",
js: "@xmlns:xsi",
typ: ""
}, {
json: "@xsi:type",
js: "@xsi:type",
typ: r("DocumentXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "metadatas",
js: "metadatas",
typ: r("DocumentSupprimeMetadata")
}], false),
"DocumentSupprimeMetadata": o([{
json: "dateSuppression",
js: "dateSuppression",
typ: Date
}], false),
"Auteurs": o([{
json: "auteur",
js: "auteur",
typ: u(a(r("AuteurElement")), r("AuteurElement"))
}], false),
"AuteurElement": o([{
json: "acteur",
js: "acteur",
typ: u(undefined, r("AuteurActeur"))
}, {
json: "organe",
js: "organe",
typ: u(undefined, r("AuteurOrgane"))
}], false),
"AuteurActeur": o([{
json: "acteurRef",
js: "acteurRef",
typ: ""
}, {
json: "qualite",
js: "qualite",
typ: r("Qualite")
}], false),
"AuteurOrgane": o([{
json: "organeRef",
js: "organeRef",
typ: ""
}], false),
"Classification": o([{
json: "famille",
js: "famille",
typ: u(r("Famille"), null)
}, {
json: "type",
js: "type",
typ: r("ProcedureParlementaire")
}, {
json: "sousType",
js: "sousType",
typ: u(r("SousType"), null)
}, {
json: "statutAdoption",
js: "statutAdoption",
typ: u(r("StatutAdoption"), null)
}], false),
"Famille": o([{
json: "depot",
js: "depot",
typ: r("ProcedureParlementaire")
}, {
json: "classe",
js: "classe",
typ: r("ProcedureParlementaire")
}, {
json: "espece",
js: "espece",
typ: u(undefined, r("ProcedureParlementaire"))
}], false),
"ProcedureParlementaire": o([{
json: "code",
js: "code",
typ: ""
}, {
json: "libelle",
js: "libelle",
typ: ""
}], false),
"SousType": o([{
json: "code",
js: "code",
typ: r("Code")
}, {
json: "libelle",
js: "libelle",
typ: u(undefined, "")
}, {
json: "libelleEdition",
js: "libelleEdition",
typ: u(undefined, "")
}], false),
"CoSignataires": o([{
json: "coSignataire",
js: "coSignataire",
typ: u(a(r("CoSignataireElement")), r("CoSignataireElement"))
}], false),
"CoSignataireElement": o([{
json: "acteur",
js: "acteur",
typ: u(undefined, r("CoSignataireActeur"))
}, {
json: "dateCosignature",
js: "dateCosignature",
typ: ""
}, {
json: "dateRetraitCosignature",
js: "dateRetraitCosignature",
typ: u(null, "")
}, {
json: "edite",
js: "edite",
typ: ""
}, {
json: "organe",
js: "organe",
typ: u(undefined, r("CoSignataireOrgane"))
}], false),
"CoSignataireActeur": o([{
json: "acteurRef",
js: "acteurRef",
typ: ""
}], false),
"InitiateursRefs": o([{
json: "acteurRef",
js: "acteurRef",
typ: u(undefined, "")
}, {
json: "organeRef",
js: "organeRef",
typ: u(undefined, "")
}], false),
"CoSignataireOrgane": o([{
json: "organeRef",
js: "organeRef",
typ: ""
}, {
json: "etApparentes",
js: "etApparentes",
typ: ""
}], false),
"Correction": o([{
json: "typeCorrection",
js: "typeCorrection",
typ: r("TypeCorrection")
}, {
json: "niveauCorrection",
js: "niveauCorrection",
typ: u(undefined, "")
}], false),
"CycleDeVie": o([{
json: "chrono",
js: "chrono",
typ: r("Chrono")
}], false),
"Chrono": o([{
json: "dateCreation",
js: "dateCreation",
typ: Date
}, {
json: "dateDepot",
js: "dateDepot",
typ: u(Date, null)
}, {
json: "datePublication",
js: "datePublication",
typ: u(Date, null)
}, {
json: "datePublicationWeb",
js: "datePublicationWeb",
typ: u(Date, null)
}], false),
"DepotAmendements": o([{
json: "amendementsSeance",
js: "amendementsSeance",
typ: r("AmendementsSeance")
}, {
json: "amendementsCommission",
js: "amendementsCommission",
typ: u(undefined, r("AmendementsCommission"))
}], false),
"AmendementsCommission": o([{
json: "commission",
js: "commission",
typ: u(a(r("CommissionElement")), r("CommissionElement"))
}], false),
"CommissionElement": o([{
json: "organeRef",
js: "organeRef",
typ: ""
}, {
json: "amendable",
js: "amendable",
typ: ""
}, {
json: "dateLimiteDepot",
js: "dateLimiteDepot",
typ: null
}], false),
"AmendementsSeance": o([{
json: "amendable",
js: "amendable",
typ: ""
}, {
json: "dateLimiteDepot",
js: "dateLimiteDepot",
typ: null
}], false),
"Divisions": o([{
json: "division",
js: "division",
typ: u(a(r("Division")), r("Division"))
}], false),
"Division": o([{
json: "@xsi:type",
js: "@xsi:type",
typ: r("DocumentXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "legislature",
js: "legislature",
typ: u(null, "")
}, {
json: "cycleDeVie",
js: "cycleDeVie",
typ: r("CycleDeVie")
}, {
json: "denominationStructurelle",
js: "denominationStructurelle",
typ: ""
}, {
json: "titres",
js: "titres",
typ: r("Titres")
}, {
json: "divisions",
js: "divisions",
typ: u(r("Divisions"), null)
}, {
json: "dossierRef",
js: "dossierRef",
typ: ""
}, {
json: "redacteur",
js: "redacteur",
typ: null
}, {
json: "classification",
js: "classification",
typ: r("Classification")
}, {
json: "auteurs",
js: "auteurs",
typ: r("Auteurs")
}, {
json: "organesReferents",
js: "organesReferents",
typ: u(undefined, u(r("OrganesReferents"), null))
}, {
json: "correction",
js: "correction",
typ: u(r("Correction"), null)
}, {
json: "notice",
js: "notice",
typ: r("Notice")
}, {
json: "indexation",
js: "indexation",
typ: u(r("Indexation"), null)
}, {
json: "imprimerie",
js: "imprimerie",
typ: u(r("Imprimerie"), null)
}, {
json: "coSignataires",
js: "coSignataires",
typ: u(undefined, null)
}, {
json: "depotAmendements",
js: "depotAmendements",
typ: u(undefined, null)
}, {
json: "rapportPublie",
js: "rapportPublie",
typ: u(undefined, "")
}], false),
"Imprimerie": o([{
json: "DIAN",
js: "DIAN",
typ: u(undefined, u(null, ""))
}, {
json: "ISBN",
js: "ISBN",
typ: u(undefined, u(null, ""))
}, {
json: "ISSN",
js: "ISSN",
typ: u(undefined, null)
}, {
json: "nbPage",
js: "nbPage",
typ: u(undefined, u(null, ""))
}, {
json: "prix",
js: "prix",
typ: u(null, "")
}], false),
"Notice": o([{
json: "numNotice",
js: "numNotice",
typ: u(undefined, "")
}, {
json: "formule",
js: "formule",
typ: u(undefined, "")
}, {
json: "adoptionConforme",
js: "adoptionConforme",
typ: ""
}], false),
"Titres": o([{
json: "titrePrincipal",
js: "titrePrincipal",
typ: ""
}, {
json: "titrePrincipalCourt",
js: "titrePrincipalCourt",
typ: ""
}], false),
"OrganesReferents": o([{
json: "organeRef",
js: "organeRef",
typ: u(a(""), "")
}], false),
"DossierParlementaire": o([{
json: "dossierParlementaire",
js: "dossierParlementaire",
typ: r("DossierParlementaireDossierParlementaire")
}], false),
"DossierParlementaireDossierParlementaire": o([{
json: "@xmlns",
js: "@xmlns",
typ: ""
}, {
json: "@xmlns:xsi",
js: "@xmlns:xsi",
typ: ""
}, {
json: "@xsi:type",
js: "@xsi:type",
typ: r("DossierParlementaireXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "legislature",
js: "legislature",
typ: ""
}, {
json: "titreDossier",
js: "titreDossier",
typ: r("TitreDossier")
}, {
json: "procedureParlementaire",
js: "procedureParlementaire",
typ: r("ProcedureParlementaire")
}, {
json: "initiateur",
js: "initiateur",
typ: u(r("Initiateur"), null)
}, {
json: "actesLegislatifs",
js: "actesLegislatifs",
typ: u(r("ActesLegislatifs"), null)
}, {
json: "indexation",
js: "indexation",
typ: u(undefined, r("Indexation"))
}, {
json: "fusionDossier",
js: "fusionDossier",
typ: u(r("FusionDossier"), null)
}, {
json: "PLF",
js: "PLF",
typ: u(undefined, r("Plf"))
}], false),
"Plf": o([{
json: "EtudePLF",
js: "EtudePLF",
typ: a(r("EtudePlf"))
}], false),
"EtudePlf": o([{
json: "uid",
js: "uid",
typ: ""
}, {
json: "organeRef",
js: "organeRef",
typ: ""
}, {
json: "texteAssocie",
js: "texteAssocie",
typ: u(undefined, "")
}, {
json: "rapporteur",
js: "rapporteur",
typ: u(undefined, u(a(r("Rapporteur")), r("Rapporteur")))
}, {
json: "missionMinefi",
js: "missionMinefi",
typ: u(undefined, r("MissionMinefiElement"))
}, {
json: "ordreDIQS",
js: "ordreDIQS",
typ: ""
}, {
json: "ordreCommission",
js: "ordreCommission",
typ: ""
}], false),
"Missions": o([{
json: "mission",
js: "mission",
typ: u(a(r("MissionMinefiElement")), r("MissionMinefiElement"))
}], false),
"MissionMinefiElement": o([{
json: "typeMission",
js: "typeMission",
typ: r("TypeMission")
}, {
json: "codeMission",
js: "codeMission",
typ: u(undefined, "")
}, {
json: "libelleLong",
js: "libelleLong",
typ: ""
}, {
json: "libelleCourt",
js: "libelleCourt",
typ: ""
}, {
json: "typeBudget",
js: "typeBudget",
typ: r("TypeBudget")
}, {
json: "missions",
js: "missions",
typ: u(undefined, r("Missions"))
}], false),
"ActesLegislatifs": o([{
json: "acteLegislatif",
js: "acteLegislatif",
typ: u(a(r("ActeLegislatif")), r("ActeLegislatif"))
}], false),
"ActeLegislatif": o([{
json: "@xsi:type",
js: "@xsi:type",
typ: r("ActeLegislatifXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "codeActe",
js: "codeActe",
typ: r("CodeActe")
}, {
json: "libelleActe",
js: "libelleActe",
typ: r("LibelleActe")
}, {
json: "organeRef",
js: "organeRef",
typ: u(undefined, "")
}, {
json: "dateActe",
js: "dateActe",
typ: u(Date, null)
}, {
json: "actesLegislatifs",
js: "actesLegislatifs",
typ: u(r("ActesLegislatifs"), null)
}, {
json: "texteAssocie",
js: "texteAssocie",
typ: u(undefined, "")
}, {
json: "contributionInternaute",
js: "contributionInternaute",
typ: u(undefined, r("ContributionInternaute"))
}, {
json: "provenance",
js: "provenance",
typ: u(undefined, "")
}, {
json: "depotInitialLectureDefinitiveRef",
js: "depotInitialLectureDefinitiveRef",
typ: u(undefined, u(null, ""))
}, {
json: "initiateur",
js: "initiateur",
typ: u(undefined, r("Initiateur"))
}, {
json: "statutConclusion",
js: "statutConclusion",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "reunionRef",
js: "reunionRef",
typ: u(undefined, u("", null))
}, {
json: "odjRef",
js: "odjRef",
typ: u(undefined, u("", null))
}, {
json: "odSeancejRef",
js: "odSeancejRef",
typ: u(undefined, null)
}, {
json: "voteRefs",
js: "voteRefs",
typ: u(undefined, u(r("VoteRefs"), null))
}, {
json: "textesAssocies",
js: "textesAssocies",
typ: u(undefined, r("TextesAssocies"))
}, {
json: "reunion",
js: "reunion",
typ: u(undefined, null)
}, {
json: "rapporteurs",
js: "rapporteurs",
typ: u(undefined, r("Rapporteurs"))
}, {
json: "texteAdopte",
js: "texteAdopte",
typ: u(undefined, u(null, ""))
}, {
json: "casSaisine",
js: "casSaisine",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "decision",
js: "decision",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "formuleDecision",
js: "formuleDecision",
typ: u(undefined, "")
}, {
json: "initiateurs",
js: "initiateurs",
typ: u(undefined, u(r("InitiateursRefs"), null))
}, {
json: "motif",
js: "motif",
typ: u(undefined, r("Motif"))
}, {
json: "urlConclusion",
js: "urlConclusion",
typ: u(undefined, "")
}, {
json: "numDecision",
js: "numDecision",
typ: u(undefined, "")
}, {
json: "anneeDecision",
js: "anneeDecision",
typ: u(undefined, "")
}, {
json: "typeDeclaration",
js: "typeDeclaration",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "typeMotionCensure",
js: "typeMotionCensure",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "auteurs",
js: "auteurs",
typ: u(undefined, u(r("ActeLegislatifAuteurs"), null))
}, {
json: "typeMotion",
js: "typeMotion",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "auteurMotion",
js: "auteurMotion",
typ: u(undefined, "")
}, {
json: "dateRetrait",
js: "dateRetrait",
typ: u(undefined, null)
}, {
json: "texteLoiRef",
js: "texteLoiRef",
typ: u(undefined, "")
}, {
json: "infoJO",
js: "infoJO",
typ: u(undefined, u(r("InfoJoElement"), null))
}, {
json: "urlEcheancierLoi",
js: "urlEcheancierLoi",
typ: u(undefined, u(null, ""))
}, {
json: "codeLoi",
js: "codeLoi",
typ: u(undefined, "")
}, {
json: "titreLoi",
js: "titreLoi",
typ: u(undefined, u(null, ""))
}, {
json: "infoJORect",
js: "infoJORect",
typ: u(undefined, u(a(r("InfoJoElement")), r("InfoJoElement")))
}, {
json: "texteEuropeen",
js: "texteEuropeen",
typ: u(undefined, r("TexteEuropeen"))
}, {
json: "infoJOCE",
js: "infoJOCE",
typ: u(undefined, r("InfoJoce"))
}, {
json: "statutAdoption",
js: "statutAdoption",
typ: u(undefined, r("TypeDeclaration"))
}, {
json: "urlLegifrance",
js: "urlLegifrance",
typ: u(undefined, "")
}, {
json: "referenceNOR",
js: "referenceNOR",
typ: u(undefined, "")
}, {
json: "texteExterneAssocie",
js: "texteExterneAssocie",
typ: u(undefined, r("TexteExterneAssocie"))
}], false),
"LibelleActe": o([{
json: "nomCanonique",
js: "nomCanonique",
typ: ""
}, {
json: "libelleCourt",
js: "libelleCourt",
typ: u(undefined, "")
}], false),
"Rapporteur": o([{
json: "acteurRef",
js: "acteurRef",
typ: ""
}, {
json: "typeRapporteur",
js: "typeRapporteur",
typ: r("Qualite")
}, {
json: "etudePLFRef",
js: "etudePLFRef",
typ: u(undefined, "")
}], false),
"TypeDeclaration": o([{
json: "fam_code",
js: "fam_code",
typ: ""
}, {
json: "libelle",
js: "libelle",
typ: u(undefined, "")
}], false),
"Rapporteurs": o([{
json: "rapporteur",
js: "rapporteur",
typ: u(a(r("Rapporteur")), r("Rapporteur"))
}], false),
"TextesAssocies": o([{
json: "texteAssocie",
js: "texteAssocie",
typ: u(a(r("TexteAssocieElement")), r("TexteAssocieElement"))
}], false),
"TexteAssocieElement": o([{
json: "typeTexte",
js: "typeTexte",
typ: r("TypeTexte")
}, {
json: "refTexteAssocie",
js: "refTexteAssocie",
typ: ""
}], false),
"VoteRefs": o([{
json: "voteRef",
js: "voteRef",
typ: u(a(""), "")
}], false),
"ActeLegislatifAuteurs": o([{
json: "acteurRef",
js: "acteurRef",
typ: u(a(""), "")
}], false),
"ContributionInternaute": o([{
json: "dateFermeture",
js: "dateFermeture",
typ: u(null, "")
}, {
json: "dateOuverture",
js: "dateOuverture",
typ: u(undefined, "")
}], false),
"ActeurElement": o([{
json: "acteurRef",
js: "acteurRef",
typ: ""
}, {
json: "mandatRef",
js: "mandatRef",
typ: ""
}], false),
"InfoJoElement": o([{
json: "typeJO",
js: "typeJO",
typ: r("TypeJo")
}, {
json: "dateJO",
js: "dateJO",
typ: ""
}, {
json: "pageJO",
js: "pageJO",
typ: null
}, {
json: "numJO",
js: "numJO",
typ: ""
}, {
json: "urlLegifrance",
js: "urlLegifrance",
typ: u(undefined, "")
}, {
json: "referenceNOR",
js: "referenceNOR",
typ: u(undefined, "")
}], false),
"FusionDossier": o([{
json: "cause",
js: "cause",
typ: r("Cause")
}, {
json: "dossierAbsorbantRef",
js: "dossierAbsorbantRef",
typ: ""
}], false),
"Initiateur": o([{
json: "acteurs",
js: "acteurs",
typ: u(undefined, r("InitiateurActeurs"))
}, {
json: "organes",
js: "organes",
typ: u(undefined, r("Organes"))
}], false),
"InitiateurActeurs": o([{
json: "acteur",
js: "acteur",
typ: u(a(r("ActeurElement")), r("ActeurElement"))
}], false),
"Organes": o([{
json: "organe",
js: "organe",
typ: r("OrganesOrgane")
}], false),
"OrganesOrgane": o([{
json: "organeRef",
js: "organeRef",
typ: r("OrganeRefClass")
}], false),
"OrganeRefClass": o([{
json: "uid",
js: "uid",
typ: ""
}], false),
"TitreDossier": o([{
json: "titre",
js: "titre",
typ: ""
}, {
json: "titreChemin",
js: "titreChemin",
typ: u(null, "")
}, {
json: "senatChemin",
js: "senatChemin",
typ: u(null, "")
}], false),
"DossiersLegislatifs": o([{
json: "export",
js: "export",
typ: r("Export")
}], false),
"Export": o([{
json: "@xmlns:xsi",
js: "@xmlns:xsi",
typ: ""
}, {
json: "textesLegislatifs",
js: "textesLegislatifs",
typ: r("TextesLegislatifs")
}, {
json: "dossiersLegislatifs",
js: "dossiersLegislatifs",
typ: r("DossiersLegislatifsClass")
}], false),
"DossiersLegislatifsClass": o([{
json: "dossier",
js: "dossier",
typ: a(r("Dossier"))
}], false),
"Dossier": o([{
json: "dossierParlementaire",
js: "dossierParlementaire",
typ: r("DossierDossierParlementaire")
}], false),
"DossierDossierParlementaire": o([{
json: "@xsi:type",
js: "@xsi:type",
typ: u(undefined, r("DossierParlementaireXsiType"))
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "legislature",
js: "legislature",
typ: ""
}, {
json: "titreDossier",
js: "titreDossier",
typ: r("TitreDossier")
}, {
json: "procedureParlementaire",
js: "procedureParlementaire",
typ: r("ProcedureParlementaire")
}, {
json: "initiateur",
js: "initiateur",
typ: u(r("Initiateur"), null)
}, {
json: "actesLegislatifs",
js: "actesLegislatifs",
typ: r("ActesLegislatifs")
}, {
json: "indexation",
js: "indexation",
typ: u(undefined, r("Indexation"))
}, {
json: "fusionDossier",
js: "fusionDossier",
typ: u(r("FusionDossier"), null)
}, {
json: "PLF",
js: "PLF",
typ: u(undefined, r("Plf"))
}], false),
"InfoJoce": o([{
json: "refJOCE",
js: "refJOCE",
typ: ""
}, {
json: "dateJOCE",
js: "dateJOCE",
typ: ""
}], false),
"TexteEuropeen": o([{
json: "typeTexteEuropeen",
js: "typeTexteEuropeen",
typ: ""
}, {
json: "titreTexteEuropeen",
js: "titreTexteEuropeen",
typ: ""
}], false),
"Indexation": o([{
json: "themes",
js: "themes",
typ: r("Themes")
}], false),
"Themes": o([{
json: "@niveau",
js: "@niveau",
typ: ""
}, {
json: "theme",
js: "theme",
typ: r("Theme")
}], false),
"Theme": o([{
json: "libelleTheme",
js: "libelleTheme",
typ: ""
}], false),
"TextesLegislatifs": o([{
json: "document",
js: "document",
typ: a(r("DocumentElement"))
}], false),
"DocumentElement": o([{
json: "@xsi:type",
js: "@xsi:type",
typ: r("DocumentXsiType")
}, {
json: "uid",
js: "uid",
typ: ""
}, {
json: "legislature",
js: "legislature",
typ: u(null, "")
}, {
json: "cycleDeVie",
js: "cycleDeVie",
typ: r("CycleDeVie")
}, {
json: "denominationStructurelle",
js: "denominationStructurelle",
typ: r("DocumentDenominationStructurelle")
}, {
json: "provenance",
js: "provenance",
typ: u(undefined, r("Provenance"))
}, {
json: "titres",
js: "titres",
typ: r("Titres")
}, {
json: "divisions",
js: "divisions",
typ: u(r("Divisions"), null)
}, {
json: "dossierRef",
js: "dossierRef",
typ: ""
}, {
json: "redacteur",
js: "redacteur",
typ: null
}, {
json: "classification",
js: "classification",
typ: r("Classification")
}, {
json: "auteurs",
js: "auteurs",
typ: r("Auteurs")
}, {
json: "correction",
js: "correction",
typ: u(r("Correction"), null)
}, {
json: "notice",
js: "notice",
typ: r("Notice")
}, {
json: "indexation",
js: "indexation",
typ: u(r("Indexation"), null)
}, {
json: "imprimerie",
js: "imprimerie",
typ: u(r("Imprimerie"), null)
}, {
json: "coSignataires",
js: "coSignataires",
typ: u(undefined, u(r("CoSignataires"), null))
}, {
json: "depotAmendements",
js: "depotAmendements",
typ: u(undefined, u(r("DepotAmendements"), null))
}, {
json: "rapportPublie",
js: "rapportPublie",
typ: u(undefined, "")
}], false),
"TexteExterneAssocie": o([{
json: "typeDoc",
js: "typeDoc",
typ: r("TexteExterneAssocieTypeDoc")
}, {
json: "texteRef",
js: "texteRef",
typ: ""
}, {
json: "titreDoc",
js: "titreDoc",
typ: ""
}, {
json: "urlDoc",
js: "urlDoc",
typ: ""
}], false),
"DocumentXsiType": ["accordInternational_Type", "avisConseilEtat_Type", "documentEtudeImpact_Type", "rapportParlementaire_Type", "texteLoi_Type"],
"Qualite": ["auteur", "cosignataire", "rapporteur", "rapporteur général", "rapporteur pour avis", "rapporteur spécial"],
"Code": ["ACCPRESRP", "APPART1515", "APPART341", "APPLOI", "AUE", "AUTRATCONV", "AVECVOTE", "CENSURE492", "CENSURE493", "COMENQ", "COMPA", "COMSPCPTE", "CONST", "CTRLBUDG", "DIVERS", "ENGRESPTXT", "ENQU", "FIN", "FINGEST", "FINRECT", "FINSSOC", "FINSSOCREC", "IMPACTLOIS", "LEGDELEGAN", "MINFOCOMPER", "MODREGLTAN", "NOTEOPECST", "OFFPARL", "ORG", "PETITION", "PRESIDAGE", "PRESIDASS", "PRESIDREP", "PROPACTCOM", "PRPDIT", "RECT", "REFART11", "RGLTBUDG", "RGLTBUDG2", "SUPP", "SUSPOURS", "TVXINSTITEUROP"],
"StatutAdoption": ["ADOPTCOM", "ADOPTSEANCE", "REJETSEANCE"],
"TypeCorrection": ["Rectifié"],
"DocumentDenominationStructurelle": ["Allocution", "Avis", "Déclaration", "Lettre", "Message", "Motion", "Projet de loi", "Proposition de loi", "Proposition de résolution", "Rapport", "Rapport d'information", "Résolution"],
"Provenance": ["Commission", "Séance", "Texte Déposé"],
"DossierParlementaireXsiType": ["DossierCommissionEnquete_Type", "DossierIniativeExecutif_Type", "DossierLegislatif_Type", "DossierMissionControle_Type", "DossierMissionInformation_Type", "DossierResolutionAN"],
"TypeBudget": ["Budget annexe", "Budget général", "Compte de concours financier", "Compte spécial", "Première partie"],
"TypeMission": ["mission principale", "mission secondaire", "partie de mission"],
"ActeLegislatifXsiType": ["Adoption_Europe_Type", "ConclusionEtapeCC_Type", "ConvocationCongres_Type", "CreationOrganeTemporaire_Type", "DecisionMotionCensure_Type", "DecisionRecevabiliteBureau_Type", "Decision_Type", "DeclarationGouvernement_Type", "DepotAccordInternational_Type", "DepotAvisConseilEtat_Type", "DepotInitiativeNavette_Type", "DepotInitiative_Type", "DepotLettreRectificative_Type", "DepotMotionCensure_Type", "DepotMotionReferendaire_Type", "DepotRapport_Type", "DiscussionCommission_Type", "DiscussionSeancePublique_Type", "Etape_Type", "EtudeImpact_Type", "MotionProcedure_Type", "NominRapporteurs_Type", "ProcedureAccelere_Type", "Promulgation_Type", "RenvoiCMP_Type", "RenvoiPrealable_Type", "RetraitInitiative_Type", "SaisieComAvis_Type", "SaisieComFond_Type", "SaisineConseilConstit_Type"],
"CodeActe": Object.values(_codes_actes.CodeActe),
"TypeTexte": ["BTA", "TAP"],
"Motif": ["En application de l'article 61§2 de la Constitution"],
"TypeJo": ["JO_LOI_DECRET"],
"Cause": ["Dossier absorbé", "Examen commun"],
"TexteExterneAssocieTypeDoc": ["Décret"]
};
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJfY29kZXNfYWN0ZXMiLCJyZXF1aXJlIiwiX3R5cGVvZiIsIm8iLCJTeW1ib2wiLCJpdGVyYXRvciIsImNvbnN0cnVjdG9yIiwicHJvdG90eXBlIiwiX2NsYXNzQ2FsbENoZWNrIiwiYSIsIm4iLCJUeXBlRXJyb3IiLCJfZGVmaW5lUHJvcGVydGllcyIsImUiLCJyIiwidCIsImxlbmd0aCIsImVudW1lcmFibGUiLCJjb25maWd1cmFibGUiLCJ3cml0YWJsZSIsIk9iamVjdCIsImRlZmluZVByb3BlcnR5IiwiX3RvUHJvcGVydHlLZXkiLCJrZXkiLCJfY3JlYXRlQ2xhc3MiLCJpIiwiX3RvUHJpbWl0aXZlIiwidG9QcmltaXRpdmUiLCJjYWxsIiwiU3RyaW5nIiwiTnVtYmVyIiwiRG9jdW1lbnRYc2lUeXBlIiwiZXhwb3J0cyIsIlF1YWxpdGUiLCJDb2RlIiwiU3RhdHV0QWRvcHRpb24iLCJUeXBlQ29ycmVjdGlvbiIsIkRvY3VtZW50RGVub21pbmF0aW9uU3RydWN0dXJlbGxlIiwiUHJvdmVuYW5jZSIsIkRvc3NpZXJQYXJsZW1lbnRhaXJlWHNpVHlwZSIsIlR5cGVCdWRnZXQiLCJUeXBlTWlzc2lvbiIsIkFjdGVMZWdpc2xhdGlmWHNpVHlwZSIsIlR5cGVUZXh0ZSIsIk1vdGlmIiwiVHlwZUpvIiwiQ2F1c2UiLCJUZXh0ZUV4dGVybmVBc3NvY2llVHlwZURvYyIsIkNvbnZlcnQiLCJ2YWx1ZSIsInRvRG9jdW1lbnQiLCJqc29uIiwiY2FzdCIsIkpTT04iLCJwYXJzZSIsImRvY3VtZW50VG9Kc29uIiwic3RyaW5naWZ5IiwidW5jYXN0IiwidG9Eb3NzaWVyUGFybGVtZW50YWlyZSIsImRvc3NpZXJQYXJsZW1lbnRhaXJlVG9Kc29uIiwidG9Eb3NzaWVyc0xlZ2lzbGF0aWZzIiwiZG9zc2llcnNMZWdpc2xhdGlmc1RvSnNvbiIsImludmFsaWRWYWx1ZSIsInR5cCIsInZhbCIsImFyZ3VtZW50cyIsInVuZGVmaW5lZCIsIkVycm9yIiwiY29uY2F0IiwianNvblRvSlNQcm9wcyIsImpzb25Ub0pTIiwibWFwIiwicHJvcHMiLCJmb3JFYWNoIiwicCIsImpzIiwianNUb0pTT05Qcm9wcyIsImpzVG9KU09OIiwidHJhbnNmb3JtIiwiZ2V0UHJvcHMiLCJ0cmFuc2Zvcm1QcmltaXRpdmUiLCJ0cmFuc2Zvcm1VbmlvbiIsInR5cHMiLCJsIiwiXyIsInRyYW5zZm9ybUVudW0iLCJjYXNlcyIsImluZGV4T2YiLCJ0cmFuc2Zvcm1BcnJheSIsIkFycmF5IiwiaXNBcnJheSIsImVsIiwidHJhbnNmb3JtRGF0ZSIsImQiLCJEYXRlIiwiaXNOYU4iLCJ2YWx1ZU9mIiwidHJhbnNmb3JtT2JqZWN0IiwiYWRkaXRpb25hbCIsInJlc3VsdCIsImdldE93blByb3BlcnR5TmFtZXMiLCJwcm9wIiwidiIsImhhc093blByb3BlcnR5IiwicmVmIiwidHlwZU1hcCIsInVuaW9uTWVtYmVycyIsImFycmF5SXRlbXMiLCJ1IiwiX2xlbiIsIl9rZXkiLCJuYW1lIiwidmFsdWVzIiwiQ29kZUFjdGUiXSwic291cmNlcyI6WyIuLi8uLi9zcmMvcmF3X3R5cGVzL2Rvc3NpZXJzX2xlZ2lzbGF0aWZzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIFRvIHBhcnNlIHRoaXMgZGF0YTpcbi8vXG4vLyAgIGltcG9ydCB7IENvbnZlcnQsIERvY3VtZW50LCBEb3NzaWVyUGFybGVtZW50YWlyZSwgRG9zc2llcnNMZWdpc2xhdGlmcyB9IGZyb20gXCIuL2ZpbGVcIjtcbi8vXG4vLyAgIGNvbnN0IGRvY3VtZW50ID0gQ29udmVydC50b0RvY3VtZW50KGpzb24pO1xuLy8gICBjb25zdCBkb3NzaWVyUGFybGVtZW50YWlyZSA9IENvbnZlcnQudG9Eb3NzaWVyUGFybGVtZW50YWlyZShqc29uKTtcbi8vICAgY29uc3QgZG9zc2llcnNMZWdpc2xhdGlmcyA9IENvbnZlcnQudG9Eb3NzaWVyc0xlZ2lzbGF0aWZzKGpzb24pO1xuLy9cbi8vIFRoZXNlIGZ1bmN0aW9ucyB3aWxsIHRocm93IGFuIGVycm9yIGlmIHRoZSBKU09OIGRvZXNuJ3Rcbi8vIG1hdGNoIHRoZSBleHBlY3RlZCBpbnRlcmZhY2UsIGV2ZW4gaWYgdGhlIEpTT04gaXMgdmFsaWQuXG5cbmltcG9ydCB7IENvZGVBY3RlIH0gZnJvbSBcIi4uL3NoYXJlZF90eXBlcy9jb2Rlc19hY3Rlc1wiXG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnQge1xuICAgIGRvY3VtZW50OiBEb2N1bWVudERvY3VtZW50IHwgRG9jdW1lbnRTdXBwcmltZTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBEb2N1bWVudERvY3VtZW50IHtcbiAgICBcIkB4bWxuc1wiOiAgICAgICAgICAgICAgICAgc3RyaW5nO1xuICAgIFwiQHhtbG5zOnhzaVwiOiAgICAgICAgICAgICBzdHJpbmc7XG4gICAgXCJAeHNpOnR5cGVcIjogICAgICAgICAgICAgIERvY3VtZW50WHNpVHlwZTtcbiAgICB1aWQ6ICAgICAgICAgICAgICAgICAgICAgIHN0cmluZztcbiAgICBsZWdpc2xhdHVyZTogICAgICAgICAgICAgIG51bGwgfCBzdHJpbmc7XG4gICAgY3ljbGVEZVZpZTogICAgICAgICAgICAgICBDeWNsZURlVmllO1xuICAgIGRlbm9taW5hdGlvblN0cnVjdHVyZWxsZTogRG9jdW1lbnREZW5vbWluYXRpb25TdHJ1Y3R1cmVsbGU7XG4gICAgcHJvdmVuYW5jZT86ICAgICAgICAgICAgICBQcm92ZW5hbmNlO1xuICAgIHRpdHJlczogICAgICAgICAgICAgICAgICAgVGl0cmVzO1xuICAgIGRpdmlzaW9uczogICAgICAgICAgICAgICAgRGl2aXNpb25zIHwgbnVsbDtcbiAgICBkb3NzaWVyUmVmOiAgICAgICAgICAgICAgIHN0cmluZztcbiAgICByZWRhY3RldXI6ICAgICAgICAgICAgICAgIG51bGw7XG4gICAgY2xhc3NpZmljYXRpb246ICAgICAgICAgICBDbGFzc2lmaWNhdGlvbjtcbiAgICBhdXRldXJzOiAgICAgICAgICAgICAgICAgIEF1dGV1cnM7XG4gICAgY29ycmVjdGlvbjogICAgICAgICAgICAgICBDb3JyZWN0aW9uIHwgbnVsbDtcbiAgICBub3RpY2U6ICAgICAgICAgICAgICAgICAgIE5vdGljZTtcbiAgICBpbmRleGF0aW9uOiAgICAgICAgICAgICAgIEluZGV4YXRpb24gfCBudWxsO1xuICAgIGltcHJpbWVyaWU6ICAgICAgICAgICAgICAgSW1wcmltZXJpZSB8IG51bGw7XG4gICAgY29TaWduYXRhaXJlcz86ICAgICAgICAgICBDb1NpZ25hdGFpcmVzIHwgbnVsbDtcbiAgICBkZXBvdEFtZW5kZW1lbnRzPzogICAgICAgIERlcG90QW1lbmRlbWVudHMgfCBudWxsO1xuICAgIG9yZ2FuZXNSZWZlcmVudHM/OiAgICAgICAgT3JnYW5lc1JlZmVyZW50cyB8IG51bGw7XG4gICAgcmFwcG9ydFB1YmxpZT86ICAgICAgICAgICBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRTdXBwcmltZSB7XG4gICAgXCJAeG1sbnNcIjogICAgIHN0cmluZztcbiAgICBcIkB4bWxuczp4c2lcIjogc3RyaW5nO1xuICAgIFwiQHhzaTp0eXBlXCI6ICBEb2N1bWVudFhzaVR5cGU7XG4gICAgdWlkOiAgICAgICAgICBzdHJpbmc7XG4gICAgbWV0YWRhdGFzOiAgICBEb2N1bWVudFN1cHByaW1lTWV0YWRhdGE7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRG9jdW1lbnRTdXBwcmltZU1ldGFkYXRhIHtcbiAgICBkYXRlU3VwcHJlc3Npb246IERhdGU7XG59XG5cbmV4cG9ydCBlbnVtIERvY3VtZW50WHNpVHlwZSB7XG4gICAgQWNjb3JkSW50ZXJuYXRpb25hbFR5cGUgPSBcImFjY29yZEludGVybmF0aW9uYWxfVHlwZVwiLFxuICAgIEF2aXNDb25zZWlsRXRhdFR5cGUgPSBcImF2aXNDb25zZWlsRXRhdF9UeXBlXCIsXG4gICAgRG9jdW1lbnRFdHVkZUltcGFjdFR5cGUgPSBcImRvY3VtZW50RXR1ZGVJbXBhY3RfVHlwZVwiLFxuICAgIFJhcHBvcnRQYXJsZW1lbnRhaXJlVHlwZSA9IFwicmFwcG9ydFBhcmxlbWVudGFpcmVfVHlwZVwiLFxuICAgIFRleHRlTG9pVHlwZSA9IFwidGV4dGVMb2lfVHlwZVwiLFxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEF1dGV1cnMge1xuICAgIGF1dGV1cjogQXV0ZXVyRWxlbWVudFtdIHwgQXV0ZXVyRWxlbWVudDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBBdXRldXJFbGVtZW50IHtcbiAgICBhY3RldXI/OiBBdXRldXJBY3RldXI7XG4gICAgb3JnYW5lPzogQXV0ZXVyT3JnYW5lO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEF1dGV1ckFjdGV1ciB7XG4gICAgYWN0ZXVyUmVmOiBzdHJpbmc7XG4gICAgcXVhbGl0ZTogICBRdWFsaXRlO1xufVxuXG5leHBvcnQgZW51bSBRdWFsaXRlIHtcbiAgICBBdXRldXIgPSBcImF1dGV1clwiLFxuICAgIENvc2lnbmF0YWlyZSA9IFwiY29zaWduYXRhaXJlXCIsXG4gICAgUmFwcG9ydGV1ciA9IFwicmFwcG9ydGV1clwiLFxuICAgIFJhcHBvcnRldXJHw6luw6lyYWwgPSBcInJhcHBvcnRldXIgZ8OpbsOpcmFsXCIsXG4gICAgUmFwcG9ydGV1clBvdXJBdmlzID0gXCJyYXBwb3J0ZXVyIHBvdXIgYXZpc1wiLFxuICAgIFJhcHBvcnRldXJTcMOpY2lhbCA9IFwicmFwcG9ydGV1ciBzcMOpY2lhbFwiLFxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEF1dGV1ck9yZ2FuZSB7XG4gICAgb3JnYW5lUmVmOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2xhc3NpZmljYXRpb24ge1xuICAgIGZhbWlsbGU6ICAgICAgICBGYW1pbGxlIHwgbnVsbDtcbiAgICB0eXBlOiAgICAgICAgICAgUHJvY2VkdXJlUGFybGVtZW50YWlyZTtcbiAgICBzb3VzVHlwZTogICAgICAgU291c1R5cGUgfCBudWxsO1xuICAgIHN0YXR1dEFkb3B0aW9uOiBTdGF0dXRBZG9wdGlvbiB8IG51bGw7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgRmFtaWxsZSB7XG4gICAgZGVwb3Q6I