1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-06-28 04:25:52 +00:00

Fix the test I broke; update js

main.js and main.js.map both updated when I ran the scripts listed in the PR template, so updating them here.
This commit is contained in:
Skippy Williams 2025-06-20 18:42:34 -07:00
parent bf3bdafe10
commit 35a21eaf7e
3 changed files with 230 additions and 230 deletions

View file

@ -1593,6 +1593,9 @@ $c_Lgov_irs_factgraph_FactDictionary.prototype.addMeta__Lgov_irs_factgraph_defin
}; };
this.Lgov_irs_factgraph_FactDictionary__f_meta = metaConfigTrait this.Lgov_irs_factgraph_FactDictionary__f_meta = metaConfigTrait
}); });
$c_Lgov_irs_factgraph_FactDictionary.prototype.getMeta = (function() {
return this.Lgov_irs_factgraph_FactDictionary__f_meta
});
$c_Lgov_irs_factgraph_FactDictionary.prototype.getOptionsPathForEnum = (function(arg) { $c_Lgov_irs_factgraph_FactDictionary.prototype.getOptionsPathForEnum = (function(arg) {
var prep0 = $as_T(arg); var prep0 = $as_T(arg);
return this.getOptionsPathForEnum__T__s_Option(prep0) return this.getOptionsPathForEnum__T__s_Option(prep0)
@ -1601,9 +1604,6 @@ $c_Lgov_irs_factgraph_FactDictionary.prototype.getDefinition = (function(arg) {
var prep0 = $as_T(arg); var prep0 = $as_T(arg);
return this.apply__T__Lgov_irs_factgraph_FactDefinition(prep0) return this.apply__T__Lgov_irs_factgraph_FactDefinition(prep0)
}); });
$c_Lgov_irs_factgraph_FactDictionary.prototype.getMeta = (function() {
return this.Lgov_irs_factgraph_FactDictionary__f_meta
});
function $as_Lgov_irs_factgraph_FactDictionary(obj) { function $as_Lgov_irs_factgraph_FactDictionary(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_FactDictionary) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.FactDictionary")) return (((obj instanceof $c_Lgov_irs_factgraph_FactDictionary) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.FactDictionary"))
} }
@ -1857,14 +1857,30 @@ $c_Lgov_irs_factgraph_Graph.prototype.getCollectionPaths__T__sci_Seq = (function
var this$4 = $n(paths); var this$4 = $n(paths);
return this$4 return this$4
}); });
$c_Lgov_irs_factgraph_Graph.prototype.getVect = (function(arg) { $c_Lgov_irs_factgraph_Graph.prototype.delete = (function(arg) {
var prep0 = $as_T(arg); var prep0 = $as_T(arg);
return this.getVect__T__Lgov_irs_factgraph_monads_MaybeVector(prep0) this.delete__T__V(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.get = (function(arg) {
var prep0 = $as_T(arg);
return this.get__T__Lgov_irs_factgraph_monads_Result(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.explainWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
return this.explain__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_Explanation(prep0)
}); });
$c_Lgov_irs_factgraph_Graph.prototype.getVectWithPath = (function(arg) { $c_Lgov_irs_factgraph_Graph.prototype.getVectWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg); var prep0 = $as_Lgov_irs_factgraph_Path(arg);
return this.getVect__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_MaybeVector(prep0) return this.getVect__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_MaybeVector(prep0)
}); });
$c_Lgov_irs_factgraph_Graph.prototype.set = (function(arg, arg$2) {
var prep0 = $as_T(arg);
this.set__T__O__V(prep0, arg$2)
});
$c_Lgov_irs_factgraph_Graph.prototype.getWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
return this.get__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_Result(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.deleteWithPath = (function(arg) { $c_Lgov_irs_factgraph_Graph.prototype.deleteWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg); var prep0 = $as_Lgov_irs_factgraph_Path(arg);
this.delete__Lgov_irs_factgraph_Path__V(prep0) this.delete__Lgov_irs_factgraph_Path__V(prep0)
@ -1872,34 +1888,18 @@ $c_Lgov_irs_factgraph_Graph.prototype.deleteWithPath = (function(arg) {
$c_Lgov_irs_factgraph_Graph.prototype.getDictionary = (function() { $c_Lgov_irs_factgraph_Graph.prototype.getDictionary = (function() {
return this.Lgov_irs_factgraph_JSGraph__f_dictionary return this.Lgov_irs_factgraph_JSGraph__f_dictionary
}); });
$c_Lgov_irs_factgraph_Graph.prototype.delete = (function(arg) {
var prep0 = $as_T(arg);
this.delete__T__V(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.explain = (function(arg) { $c_Lgov_irs_factgraph_Graph.prototype.explain = (function(arg) {
var prep0 = $as_T(arg); var prep0 = $as_T(arg);
return this.explain__T__Lgov_irs_factgraph_Explanation(prep0) return this.explain__T__Lgov_irs_factgraph_Explanation(prep0)
}); });
$c_Lgov_irs_factgraph_Graph.prototype.getVect = (function(arg) {
var prep0 = $as_T(arg);
return this.getVect__T__Lgov_irs_factgraph_monads_MaybeVector(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.setWithPath = (function(arg, arg$2) { $c_Lgov_irs_factgraph_Graph.prototype.setWithPath = (function(arg, arg$2) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg); var prep0 = $as_Lgov_irs_factgraph_Path(arg);
this.set__Lgov_irs_factgraph_Path__O__V(prep0, arg$2) this.set__Lgov_irs_factgraph_Path__O__V(prep0, arg$2)
}); });
$c_Lgov_irs_factgraph_Graph.prototype.set = (function(arg, arg$2) {
var prep0 = $as_T(arg);
this.set__T__O__V(prep0, arg$2)
});
$c_Lgov_irs_factgraph_Graph.prototype.get = (function(arg) {
var prep0 = $as_T(arg);
return this.get__T__Lgov_irs_factgraph_monads_Result(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.getWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
return this.get__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_monads_Result(prep0)
});
$c_Lgov_irs_factgraph_Graph.prototype.explainWithPath = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_Path(arg);
return this.explain__Lgov_irs_factgraph_Path__Lgov_irs_factgraph_Explanation(prep0)
});
function $as_Lgov_irs_factgraph_Graph(obj) { function $as_Lgov_irs_factgraph_Graph(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_Graph) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Graph")) return (((obj instanceof $c_Lgov_irs_factgraph_Graph) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Graph"))
} }
@ -20719,24 +20719,30 @@ $c_Lgov_irs_factgraph_Fact.prototype.apply__Lgov_irs_factgraph_PathItem__Lgov_ir
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key])); var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
return $p_Lgov_irs_factgraph_Fact__apply__sci_List__Z__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems), true) return $p_Lgov_irs_factgraph_Fact__apply__sci_List__Z__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems), true)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "value", {
"get": (function() {
return this.Lgov_irs_factgraph_Fact__f_value
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "meta", { Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "meta", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_Fact__f_meta return this.Lgov_irs_factgraph_Fact__f_meta
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "graph", {
"get": (function() {
return this.Lgov_irs_factgraph_Fact__f_graph
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "limits", { Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "limits", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_Fact__f_limits return this.Lgov_irs_factgraph_Fact__f_limits
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "graph", {
"get": (function() {
return this.Lgov_irs_factgraph_Fact__f_graph
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "parent", { Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "parent", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_Fact__f_parent return this.Lgov_irs_factgraph_Fact__f_parent
@ -20749,12 +20755,6 @@ Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "path", {
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_Fact.prototype, "value", {
"get": (function() {
return this.Lgov_irs_factgraph_Fact__f_value
}),
"configurable": true
});
function $as_Lgov_irs_factgraph_Fact(obj) { function $as_Lgov_irs_factgraph_Fact(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_Fact) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Fact")) return (((obj instanceof $c_Lgov_irs_factgraph_Fact) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.Fact"))
} }
@ -21152,9 +21152,9 @@ $c_Lgov_irs_factgraph_FactDefinition.prototype.apply__Lgov_irs_factgraph_PathIte
var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key])); var elems = $m_sr_ScalaRunTime$().wrapRefArray__AO__sci_ArraySeq(new ($d_Lgov_irs_factgraph_PathItem.getArrayOf().constr)([key]));
return $p_Lgov_irs_factgraph_FactDefinition__apply__sci_List__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems)) return $p_Lgov_irs_factgraph_FactDefinition__apply__sci_List__Lgov_irs_factgraph_monads_MaybeVector(this, $m_sci_Nil$().prependedAll__sc_IterableOnce__sci_List(elems))
}); });
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "meta", { Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "value", {
"get": (function() { "get": (function() {
return this.meta__Lgov_irs_factgraph_Factual$Meta() return this.value__Lgov_irs_factgraph_compnodes_CompNode()
}), }),
"configurable": true "configurable": true
}); });
@ -21164,15 +21164,15 @@ Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "abstractP
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "limits", { Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "meta", {
"get": (function() { "get": (function() {
return this.limits__sci_Seq() return this.meta__Lgov_irs_factgraph_Factual$Meta()
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "value", { Object.defineProperty($c_Lgov_irs_factgraph_FactDefinition.prototype, "limits", {
"get": (function() { "get": (function() {
return this.value__Lgov_irs_factgraph_compnodes_CompNode() return this.limits__sci_Seq()
}), }),
"configurable": true "configurable": true
}); });
@ -21327,16 +21327,8 @@ $c_Lgov_irs_factgraph_JSGraph.prototype.explainAndSolve = (function(arg) {
var prep0 = $as_T(arg); var prep0 = $as_T(arg);
return this.explainAndSolve__T__sjs_js_Array(prep0) return this.explainAndSolve__T__sjs_js_Array(prep0)
}); });
$c_Lgov_irs_factgraph_JSGraph.prototype.toJson = (function(...rest) { $c_Lgov_irs_factgraph_JSGraph.prototype.save = (function() {
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0])); return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
});
$c_Lgov_irs_factgraph_JSGraph.prototype.toJSON = (function(...rest) {
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
});
$c_Lgov_irs_factgraph_JSGraph.prototype.checkPersister = (function() {
return this.jsCheckPersister__sjs_js_Array()
}); });
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "toJson$default$1", { Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "toJson$default$1", {
"get": (function() { "get": (function() {
@ -21344,18 +21336,9 @@ Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "toJson$default$1
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_JSGraph.prototype.jsSave = (function() { $c_Lgov_irs_factgraph_JSGraph.prototype.toJSON = (function(...rest) {
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue() var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
}); return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
$c_Lgov_irs_factgraph_JSGraph.prototype.save = (function() {
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
});
$c_Lgov_irs_factgraph_JSGraph.prototype.toStringDictionary = (function() {
return this.toStringDictionary__sjs_js_Dictionary()
});
$c_Lgov_irs_factgraph_JSGraph.prototype.getFact = (function(arg) {
var prep0 = $as_T(arg);
return this.getFact__T__Lgov_irs_factgraph_Fact(prep0)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "dictionary", { Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "dictionary", {
"get": (function() { "get": (function() {
@ -21372,6 +21355,23 @@ Object.defineProperty($c_Lgov_irs_factgraph_JSGraph.prototype, "persister", {
$c_Lgov_irs_factgraph_JSGraph.prototype.jsCheckPersister = (function() { $c_Lgov_irs_factgraph_JSGraph.prototype.jsCheckPersister = (function() {
return this.jsCheckPersister__sjs_js_Array() return this.jsCheckPersister__sjs_js_Array()
}); });
$c_Lgov_irs_factgraph_JSGraph.prototype.checkPersister = (function() {
return this.jsCheckPersister__sjs_js_Array()
});
$c_Lgov_irs_factgraph_JSGraph.prototype.jsSave = (function() {
return this.jsSave__Lgov_irs_factgraph_SaveReturnValue()
});
$c_Lgov_irs_factgraph_JSGraph.prototype.toJson = (function(...rest) {
var prep0 = ((rest[0] === (void 0)) ? (-1) : $uI(rest[0]));
return $n(this.Lgov_irs_factgraph_JSGraph__f_persister).toJson__I__T(prep0)
});
$c_Lgov_irs_factgraph_JSGraph.prototype.getFact = (function(arg) {
var prep0 = $as_T(arg);
return this.getFact__T__Lgov_irs_factgraph_Fact(prep0)
});
$c_Lgov_irs_factgraph_JSGraph.prototype.toStringDictionary = (function() {
return this.toStringDictionary__sjs_js_Dictionary()
});
var $d_Lgov_irs_factgraph_JSGraph = new $TypeData().initClass({ var $d_Lgov_irs_factgraph_JSGraph = new $TypeData().initClass({
Lgov_irs_factgraph_JSGraph: 0 Lgov_irs_factgraph_JSGraph: 0
}, false, "gov.irs.factgraph.JSGraph", { }, false, "gov.irs.factgraph.JSGraph", {
@ -56250,29 +56250,11 @@ $c_Lgov_irs_factgraph_types_Address.prototype.toString__T = (function() {
var streetLines = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "", "\n", ""); var streetLines = $f_sc_IterableOnceOps__mkString__T__T__T__T(this$3, "", "\n", "");
return ((((((((streetLines + "\n") + this.Lgov_irs_factgraph_types_Address__f_city) + ", ") + this.Lgov_irs_factgraph_types_Address__f_stateOrProvence) + " ") + this.Lgov_irs_factgraph_types_Address__f_postalCode) + "\n") + this.Lgov_irs_factgraph_types_Address__f_country) return ((((((((streetLines + "\n") + this.Lgov_irs_factgraph_types_Address__f_city) + ", ") + this.Lgov_irs_factgraph_types_Address__f_stateOrProvence) + " ") + this.Lgov_irs_factgraph_types_Address__f_postalCode) + "\n") + this.Lgov_irs_factgraph_types_Address__f_country)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "city", { $c_Lgov_irs_factgraph_types_Address.prototype.toString = (function() {
"get": (function() { return this.toString__T()
return this.Lgov_irs_factgraph_types_Address__f_city
}),
"configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "ZipCodePattern", { $c_Lgov_irs_factgraph_types_Address.prototype.foreignAddress = (function() {
"get": (function() { return this.foreignAddress__Z()
return this.Lgov_irs_factgraph_types_Address__f_ZipCodePattern
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "stateOrProvence", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_stateOrProvence
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPatternLength", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_StreetPatternLength
}),
"configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "addressErrors", { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "addressErrors", {
"get": (function() { "get": (function() {
@ -56290,6 +56272,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StatePatte
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "country", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_country
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPattern", { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPattern", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_StreetPattern return this.Lgov_irs_factgraph_types_Address__f_StreetPattern
@ -56302,23 +56290,23 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "postalCode
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "CityPattern", { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "stateOrProvence", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_CityPattern return this.Lgov_irs_factgraph_types_Address__f_stateOrProvence
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_types_Address.prototype.foreignAddress = (function() { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddress", {
return this.foreignAddress__Z()
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "country", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_country return this.Lgov_irs_factgraph_types_Address__f_streetAddress
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_types_Address.prototype.toString = (function() { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "ZipCodePattern", {
return this.toString__T() "get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_ZipCodePattern
}),
"configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddressLine2", { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddressLine2", {
"get": (function() { "get": (function() {
@ -56326,9 +56314,21 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddr
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "streetAddress", { Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "StreetPatternLength", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_streetAddress return this.Lgov_irs_factgraph_types_Address__f_StreetPatternLength
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "city", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_city
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Address.prototype, "CityPattern", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Address__f_CityPattern
}), }),
"configurable": true "configurable": true
}); });
@ -56791,12 +56791,6 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "accoun
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "AllowedAccountTypes", {
"get": (function() {
return this.Lgov_irs_factgraph_types_BankAccount__f_AllowedAccountTypes
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "routingNumber", { Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "routingNumber", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_BankAccount__f_routingNumber return this.Lgov_irs_factgraph_types_BankAccount__f_routingNumber
@ -56809,6 +56803,12 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "accoun
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_BankAccount.prototype, "AllowedAccountTypes", {
"get": (function() {
return this.Lgov_irs_factgraph_types_BankAccount__f_AllowedAccountTypes
}),
"configurable": true
});
function $as_Lgov_irs_factgraph_types_BankAccount(obj) { function $as_Lgov_irs_factgraph_types_BankAccount(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccount) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccount")) return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccount) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccount"))
} }
@ -57255,13 +57255,6 @@ $c_Lgov_irs_factgraph_types_Day.prototype.month__I = (function() {
$c_Lgov_irs_factgraph_types_Day.prototype.toString__T = (function() { $c_Lgov_irs_factgraph_types_Day.prototype.toString__T = (function() {
return $n(this.Lgov_irs_factgraph_types_Day__f_date).toString__T() return $n(this.Lgov_irs_factgraph_types_Day__f_date).toString__T()
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "day", {
"get": (function() {
var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date);
return this$1.Ljava_time_LocalDate__f_day
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "year", { Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "year", {
"get": (function() { "get": (function() {
var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date); var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date);
@ -57275,6 +57268,13 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "month", {
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Day.prototype, "day", {
"get": (function() {
var this$1 = $n(this.Lgov_irs_factgraph_types_Day__f_date);
return this$1.Ljava_time_LocalDate__f_day
}),
"configurable": true
});
function $as_Lgov_irs_factgraph_types_Day(obj) { function $as_Lgov_irs_factgraph_types_Day(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_Day) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Day")) return (((obj instanceof $c_Lgov_irs_factgraph_types_Day) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Day"))
} }
@ -57612,6 +57612,9 @@ $c_Lgov_irs_factgraph_types_Ein.prototype.productElement__I__O = (function(n) {
$c_Lgov_irs_factgraph_types_Ein.prototype.toString__T = (function() { $c_Lgov_irs_factgraph_types_Ein.prototype.toString__T = (function() {
return ((this.Lgov_irs_factgraph_types_Ein__f_prefix + "-") + this.Lgov_irs_factgraph_types_Ein__f_serial) return ((this.Lgov_irs_factgraph_types_Ein__f_prefix + "-") + this.Lgov_irs_factgraph_types_Ein__f_serial)
}); });
$c_Lgov_irs_factgraph_types_Ein.prototype.toString = (function() {
return this.toString__T()
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "prefix", { Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "prefix", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Ein__f_prefix return this.Lgov_irs_factgraph_types_Ein__f_prefix
@ -57624,9 +57627,6 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Ein.prototype, "serial", {
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_types_Ein.prototype.toString = (function() {
return this.toString__T()
});
function $as_Lgov_irs_factgraph_types_Ein(obj) { function $as_Lgov_irs_factgraph_types_Ein(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_Ein) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Ein")) return (((obj instanceof $c_Lgov_irs_factgraph_types_Ein) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Ein"))
} }
@ -57906,12 +57906,12 @@ $c_Lgov_irs_factgraph_types_Enum.prototype.getValue__T = (function() {
}; };
throw new $c_s_MatchError(x5) throw new $c_s_MatchError(x5)
}); });
$c_Lgov_irs_factgraph_types_Enum.prototype.getEnumOptionsPath = (function() {
return this.Lgov_irs_factgraph_types_Enum__f_enumOptionsPath
});
$c_Lgov_irs_factgraph_types_Enum.prototype.getValue = (function() { $c_Lgov_irs_factgraph_types_Enum.prototype.getValue = (function() {
return this.getValue__T() return this.getValue__T()
}); });
$c_Lgov_irs_factgraph_types_Enum.prototype.getEnumOptionsPath = (function() {
return this.Lgov_irs_factgraph_types_Enum__f_enumOptionsPath
});
function $as_Lgov_irs_factgraph_types_Enum(obj) { function $as_Lgov_irs_factgraph_types_Enum(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_Enum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Enum")) return (((obj instanceof $c_Lgov_irs_factgraph_types_Enum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Enum"))
} }
@ -58243,12 +58243,12 @@ $c_Lgov_irs_factgraph_types_MultiEnum.prototype.equals__O__Z = (function(obj) {
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue__sci_Set = (function() { $c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue__sci_Set = (function() {
return this.Lgov_irs_factgraph_types_MultiEnum__f_values return this.Lgov_irs_factgraph_types_MultiEnum__f_values
}); });
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getEnumOptionsPath = (function() {
return this.Lgov_irs_factgraph_types_MultiEnum__f_enumOptionsPath
});
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue = (function() { $c_Lgov_irs_factgraph_types_MultiEnum.prototype.getValue = (function() {
return this.getValue__sci_Set() return this.getValue__sci_Set()
}); });
$c_Lgov_irs_factgraph_types_MultiEnum.prototype.getEnumOptionsPath = (function() {
return this.Lgov_irs_factgraph_types_MultiEnum__f_enumOptionsPath
});
function $as_Lgov_irs_factgraph_types_MultiEnum(obj) { function $as_Lgov_irs_factgraph_types_MultiEnum(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_MultiEnum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.MultiEnum")) return (((obj instanceof $c_Lgov_irs_factgraph_types_MultiEnum) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.MultiEnum"))
} }
@ -58853,23 +58853,14 @@ $c_Lgov_irs_factgraph_types_Tin.prototype.isATIN__Z = (function() {
return false return false
} }
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isITIN", {
"get": (function() {
return this.isITIN__Z()
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "area", { Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "area", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_Tin__f_area return this.Lgov_irs_factgraph_types_Tin__f_area
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "allowAllZeros", { $c_Lgov_irs_factgraph_types_Tin.prototype.toString = (function() {
"get": (function() { return this.toString__T()
return this.Lgov_irs_factgraph_types_Tin__f_allowAllZeros
}),
"configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isATIN", { Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isATIN", {
"get": (function() { "get": (function() {
@ -58877,12 +58868,6 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isATIN", {
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "group", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Tin__f_group
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isSSN", { Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isSSN", {
"get": (function() { "get": (function() {
return this.isSSN__Z() return this.isSSN__Z()
@ -58895,8 +58880,23 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "serial", {
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_types_Tin.prototype.toString = (function() { Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "isITIN", {
return this.toString__T() "get": (function() {
return this.isITIN__Z()
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "allowAllZeros", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Tin__f_allowAllZeros
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_Tin.prototype, "group", {
"get": (function() {
return this.Lgov_irs_factgraph_types_Tin__f_group
}),
"configurable": true
}); });
function $as_Lgov_irs_factgraph_types_Tin(obj) { function $as_Lgov_irs_factgraph_types_Tin(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_Tin) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Tin")) return (((obj instanceof $c_Lgov_irs_factgraph_types_Tin) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.Tin"))
@ -71795,15 +71795,9 @@ $c_Lgov_irs_factgraph_compnodes_TinNode.prototype.extract__Lgov_irs_factgraph_Pa
}; };
return $m_s_None$() return $m_s_None$()
}); });
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "ValueClass", { Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "expr", {
"get": (function() { "get": (function() {
return $d_Lgov_irs_factgraph_types_Tin.getClassOf() return this.Lgov_irs_factgraph_compnodes_TinNode__f_expr
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "allowAllZeros", {
"get": (function() {
return this.Lgov_irs_factgraph_compnodes_TinNode__f_allowAllZeros
}), }),
"configurable": true "configurable": true
}); });
@ -71811,9 +71805,15 @@ $c_Lgov_irs_factgraph_compnodes_TinNode.prototype.extract = (function(arg) {
var prep0 = $as_Lgov_irs_factgraph_PathItem(arg); var prep0 = $as_Lgov_irs_factgraph_PathItem(arg);
return this.extract__Lgov_irs_factgraph_PathItem__s_Option(prep0) return this.extract__Lgov_irs_factgraph_PathItem__s_Option(prep0)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "expr", { Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "allowAllZeros", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_compnodes_TinNode__f_expr return this.Lgov_irs_factgraph_compnodes_TinNode__f_allowAllZeros
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_compnodes_TinNode.prototype, "ValueClass", {
"get": (function() {
return $d_Lgov_irs_factgraph_types_Tin.getClassOf()
}), }),
"configurable": true "configurable": true
}); });
@ -73018,18 +73018,6 @@ $c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight__sjs_js_Function1__
}; };
throw new $c_s_MatchError(this) throw new $c_s_MatchError(this)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isLeft", {
"get": (function() {
return (!this.isRight__Z())
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_JSEither.prototype.map = (function(arg) {
return this.map__sjs_js_Function1__sjs_js_Object(arg)
});
$c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight = (function(arg, arg$2) {
return this.mapLeftRight__sjs_js_Function1__sjs_js_Function1__sjs_js_Object(arg, arg$2)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "left", { Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "left", {
"get": (function() { "get": (function() {
return this.left__O() return this.left__O()
@ -73042,6 +73030,18 @@ Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "right",
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_monads_JSEither.prototype.mapLeftRight = (function(arg, arg$2) {
return this.mapLeftRight__sjs_js_Function1__sjs_js_Function1__sjs_js_Object(arg, arg$2)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isLeft", {
"get": (function() {
return (!this.isRight__Z())
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_JSEither.prototype.map = (function(arg) {
return this.map__sjs_js_Function1__sjs_js_Object(arg)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isRight", { Object.defineProperty($c_Lgov_irs_factgraph_monads_JSEither.prototype, "isRight", {
"get": (function() { "get": (function() {
return this.isRight__Z() return this.isRight__Z()
@ -73457,18 +73457,54 @@ $c_Lgov_irs_factgraph_monads_Result.prototype.flatMap = (function(arg) {
var prep0 = $as_F1(arg); var prep0 = $as_F1(arg);
return this.flatMap__F1__Lgov_irs_factgraph_monads_Result(prep0) return this.flatMap__F1__Lgov_irs_factgraph_monads_Result(prep0)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "get", {
"get": (function() {
return this.get__O()
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_Result.prototype.foreach = (function(arg) {
var prep0 = $as_F1(arg);
this.foreach__F1__V(prep0)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "hasValue", { Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "hasValue", {
"get": (function() { "get": (function() {
return this.hasValue__Z() return this.hasValue__Z()
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "get", { Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "value", {
"get": (function() { "get": (function() {
return this.get__O() return this.value__s_Option()
}), }),
"configurable": true "configurable": true
}); });
$c_Lgov_irs_factgraph_monads_Result.prototype.orElse = (function(arg) {
var prep0 = $as_F0(arg);
return this.orElse__F0__Lgov_irs_factgraph_monads_Result(prep0)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "complete", {
"get": (function() {
return this.complete__Z()
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "typeName", {
"get": (function() {
return this.typeName__T()
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "toString", {
"get": (function() {
return this.toString__T()
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_Result.prototype.map = (function(arg) {
var prep0 = $as_F1(arg);
return this.map__F1__Lgov_irs_factgraph_monads_Result(prep0)
});
$c_Lgov_irs_factgraph_monads_Result.prototype.getOrElse = (function(arg) { $c_Lgov_irs_factgraph_monads_Result.prototype.getOrElse = (function(arg) {
var prep0 = $as_F0(arg); var prep0 = $as_F0(arg);
return this.getOrElse__F0__O(prep0) return this.getOrElse__F0__O(prep0)
@ -73479,42 +73515,6 @@ Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "asPlacehol
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "toString", {
"get": (function() {
return this.toString__T()
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_Result.prototype.foreach = (function(arg) {
var prep0 = $as_F1(arg);
this.foreach__F1__V(prep0)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "complete", {
"get": (function() {
return this.complete__Z()
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "value", {
"get": (function() {
return this.value__s_Option()
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_Result.prototype.map = (function(arg) {
var prep0 = $as_F1(arg);
return this.map__F1__Lgov_irs_factgraph_monads_Result(prep0)
});
Object.defineProperty($c_Lgov_irs_factgraph_monads_Result.prototype, "typeName", {
"get": (function() {
return this.typeName__T()
}),
"configurable": true
});
$c_Lgov_irs_factgraph_monads_Result.prototype.orElse = (function(arg) {
var prep0 = $as_F0(arg);
return this.orElse__F0__Lgov_irs_factgraph_monads_Result(prep0)
});
function $as_Lgov_irs_factgraph_monads_Result(obj) { function $as_Lgov_irs_factgraph_monads_Result(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_monads_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.monads.Result")) return (((obj instanceof $c_Lgov_irs_factgraph_monads_Result) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.monads.Result"))
} }
@ -75143,12 +75143,6 @@ $c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.subscriberNumber__T = (funct
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted__T = (function() { $c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted__T = (function() {
return ((((this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode) + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber) return ((((this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode) + "-") + this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber)
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "countryCode", {
"get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_countryCode
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "lineNumber", { Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "lineNumber", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_lineNumber
@ -75161,21 +75155,27 @@ Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "subs
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "officeCode", {
"get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode
}),
"configurable": true
});
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "areaCode", { Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "areaCode", {
"get": (function() { "get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_areaCode
}), }),
"configurable": true "configurable": true
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "officeCode", {
"get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_officeCode
}),
"configurable": true
});
$c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted = (function() { $c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype.getFormatted = (function() {
return this.getFormatted__T() return this.getFormatted__T()
}); });
Object.defineProperty($c_Lgov_irs_factgraph_types_UsPhoneNumber.prototype, "countryCode", {
"get": (function() {
return this.Lgov_irs_factgraph_types_UsPhoneNumber__f_countryCode
}),
"configurable": true
});
function $as_Lgov_irs_factgraph_types_UsPhoneNumber(obj) { function $as_Lgov_irs_factgraph_types_UsPhoneNumber(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_UsPhoneNumber) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.UsPhoneNumber")) return (((obj instanceof $c_Lgov_irs_factgraph_types_UsPhoneNumber) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.UsPhoneNumber"))
} }
@ -105052,12 +105052,12 @@ class $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure extends $c_jl_Il
$js$exported$prop$message__O() { $js$exported$prop$message__O() {
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_validationMessage
};
get "message"() { get "message"() {
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_AddressFieldValidationFailure__f_validationMessage
};
} }
function $as_Lgov_irs_factgraph_types_AddressFieldValidationFailure(obj) { function $as_Lgov_irs_factgraph_types_AddressFieldValidationFailure(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressFieldValidationFailure")) return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressFieldValidationFailure"))
@ -105170,15 +105170,15 @@ class $c_Lgov_irs_factgraph_types_AddressValidationFailure extends $c_jl_Illegal
$js$exported$prop$message__O() { $js$exported$prop$message__O() {
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message
}; };
get "message"() {
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message
};
get "addressErrors"() { get "addressErrors"() {
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_addressErrors return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_addressErrors
}; };
get "validationMessage"() { get "validationMessage"() {
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_validationMessage return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_validationMessage
}; };
get "message"() {
return this.Lgov_irs_factgraph_types_AddressValidationFailure__f_message
};
} }
function $as_Lgov_irs_factgraph_types_AddressValidationFailure(obj) { function $as_Lgov_irs_factgraph_types_AddressValidationFailure(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressValidationFailure")) return (((obj instanceof $c_Lgov_irs_factgraph_types_AddressValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.AddressValidationFailure"))
@ -105278,12 +105278,12 @@ class $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure extends $c_j
$js$exported$prop$message__O() { $js$exported$prop$message__O() {
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_validationMessage
};
get "message"() { get "message"() {
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_BankAccountFieldValidationFailure__f_validationMessage
};
} }
function $as_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure(obj) { function $as_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccountFieldValidationFailure")) return (((obj instanceof $c_Lgov_irs_factgraph_types_BankAccountFieldValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.BankAccountFieldValidationFailure"))
@ -105396,14 +105396,14 @@ class $c_Lgov_irs_factgraph_types_BankAccountValidationFailure extends $c_jl_Ill
$js$exported$prop$message__O() { $js$exported$prop$message__O() {
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
}; };
get "fieldErrors"() { get "message"() {
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_fieldErrors return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message
}; };
get "validationMessage"() { get "validationMessage"() {
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_validationMessage return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_validationMessage
}; };
get "message"() { get "fieldErrors"() {
return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_message return this.Lgov_irs_factgraph_types_BankAccountValidationFailure__f_fieldErrors
}; };
} }
function $as_Lgov_irs_factgraph_types_BankAccountValidationFailure(obj) { function $as_Lgov_irs_factgraph_types_BankAccountValidationFailure(obj) {
@ -105702,12 +105702,12 @@ class $c_Lgov_irs_factgraph_types_DollarValidationFailure extends $c_jl_IllegalA
$js$exported$prop$message__O() { $js$exported$prop$message__O() {
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_validationMessage
};
get "message"() { get "message"() {
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_message
}; };
get "validationMessage"() {
return this.Lgov_irs_factgraph_types_DollarValidationFailure__f_validationMessage
};
} }
function $as_Lgov_irs_factgraph_types_DollarValidationFailure(obj) { function $as_Lgov_irs_factgraph_types_DollarValidationFailure(obj) {
return (((obj instanceof $c_Lgov_irs_factgraph_types_DollarValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.DollarValidationFailure")) return (((obj instanceof $c_Lgov_irs_factgraph_types_DollarValidationFailure) || (obj === null)) ? obj : $throwClassCastException(obj, "gov.irs.factgraph.types.DollarValidationFailure"))

File diff suppressed because one or more lines are too long

View file

@ -40,6 +40,6 @@ class ModuloSpec extends AnyFunSpec:
) )
) )
assert(node.get(0) == Result.Complete(Int("2"))) assert(node.get(0) == Result.Complete(2))
} }
} }