Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-09-28 18:39:09 +00:00
parent 4863a7708b
commit 457b2dbc9d

View File

@ -60842,7 +60842,7 @@
if (B.JSString_methods.startsWith$1(url, "https://invoicing.co")) if (B.JSString_methods.startsWith$1(url, "https://invoicing.co"))
secret = ""; secret = "";
t1 = type$.legacy_String; t1 = type$.legacy_String;
headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.93", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1); headers = A.LinkedHashMap_LinkedHashMap$_literal(["X-CLIENT-VERSION", "5.0.94", "X-API-SECRET", secret, "X-Requested-With", "XMLHttpRequest", "Content-Type", "application/json; charset=utf-8"], t1, t1);
if (token.length !== 0) if (token.length !== 0)
headers.$indexSet(0, "X-API-Token", token); headers.$indexSet(0, "X-API-Token", token);
if ((idToken == null ? "" : idToken).length !== 0) if ((idToken == null ? "" : idToken).length !== 0)
@ -60865,9 +60865,9 @@
else if (serverVersion == null) else if (serverVersion == null)
throw A.wrapException("Error: please check that Invoice Ninja v5 is installed on the server"); throw A.wrapException("Error: please check that Invoice Ninja v5 is installed on the server");
else { else {
t2 = A.Version__compare(A.Version_parse("5.0.93"), A.Version_parse(minClientVersion)); t2 = A.Version__compare(A.Version_parse("5.0.94"), A.Version_parse(minClientVersion));
if (t2 < 0) if (t2 < 0)
throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.93 < Minimum v" + A.S(minClientVersion) + "]"); throw A.wrapException("Error: client not supported, please update to the latest version [Current v5.0.94 < Minimum v" + A.S(minClientVersion) + "]");
else { else {
t2 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4")); t2 = A.Version__compare(A.Version_parse(serverVersion), A.Version_parse("5.0.4"));
if (t2 < 0) if (t2 < 0)
@ -128290,9 +128290,9 @@
case "Android": case "Android":
return string$.https_p; return string$.https_p;
case "iPhone": case "iPhone":
return string$.https_as; return string$.https_asa;
case "Windows": case "Windows":
return string$.https_w; return string$.https_asm;
case "macOS": case "macOS":
return "https://apps.apple.com/app/id1503970375"; return "https://apps.apple.com/app/id1503970375";
case "Linux": case "Linux":
@ -356731,7 +356731,7 @@
version = "v" + (t1 == null ? "" : t1); version = "v" + (t1 == null ? "" : t1);
if (version.length !== 0) if (version.length !== 0)
version += "-"; version += "-";
return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.93".split("."))); return B.JSString_methods.$add(version + A.getPlatformLetter(), B.JSArray_methods.get$last("5.0.94".split(".")));
}, },
get$historyList() { get$historyList() {
var _this = this, var _this = this,
@ -421818,7 +421818,7 @@
}; };
A._showAbout____closure1.prototype = { A._showAbout____closure1.prototype = {
call$0() { call$0() {
return A.launchUrl(A.Uri_parse(string$.https_w, 0, null)); return A.launchUrl(A.Uri_parse(string$.https_asm, 0, null));
}, },
$signature: 28 $signature: 28
}; };
@ -421836,7 +421836,7 @@
}; };
A._showAbout____closure4.prototype = { A._showAbout____closure4.prototype = {
call$0() { call$0() {
return A.launchUrl(A.Uri_parse(string$.https_as, 0, null)); return A.launchUrl(A.Uri_parse(string$.https_asa, 0, null));
}, },
$signature: 28 $signature: 28
}; };
@ -518063,10 +518063,10 @@
expectd: "expected-doctype-name-but-got-right-bracket", expectd: "expected-doctype-name-but-got-right-bracket",
expects: "expected-space-or-right-bracket-in-doctype", expects: "expected-space-or-right-bracket-in-doctype",
https_a_: "https://app.invoiceninja.com/buy_now/?account_key=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=3", https_a_: "https://app.invoiceninja.com/buy_now/?account_key=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=3",
https_as: "https://apps.apple.com/us/app/invoice-ninja-v5/id1503970375", https_asa: "https://apps.apple.com/us/app/invoice-ninja-v5/id1503970375",
https_asm: "https://apps.microsoft.com/store/detail/invoice-ninja/9N3F2BBCFDR6",
https_g: "https://github.com/invoiceninja/invoiceninja/wiki/Release-notes", https_g: "https://github.com/invoiceninja/invoiceninja/wiki/Release-notes",
https_p: "https://play.google.com/store/apps/details?id=com.invoiceninja.app", https_p: "https://play.google.com/store/apps/details?id=com.invoiceninja.app",
https_w: "https://www.microsoft.com/en-us/p/invoice-ninja/9n3f2bbcfdr6",
max_mu: "max must be in range 0 < max \u2264 2^32, was ", max_mu: "max must be in range 0 < max \u2264 2^32, was ",
rememb: "remembering this marker to insert in copied region", rememb: "remembering this marker to insert in copied region",
serial: "serializer must be StructuredSerializer or PrimitiveSerializer", serial: "serializer must be StructuredSerializer or PrimitiveSerializer",