mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 03:24:35 -04:00
Admin Portal - Hosted
This commit is contained in:
parent
c753aaecd9
commit
937990dd63
6
public/flutter_service_worker.js
vendored
6
public/flutter_service_worker.js
vendored
@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
|
||||
const TEMP = 'flutter-temp-cache';
|
||||
const CACHE_NAME = 'flutter-app-cache';
|
||||
const RESOURCES = {
|
||||
"main.dart.js": "f55038b140208aba52df77b789b5a19a",
|
||||
"main.dart.js": "44b88d1cf425c65a8beef59603cc2c76",
|
||||
"canvaskit/canvaskit.wasm": "bf50631470eb967688cca13ee181af62",
|
||||
"canvaskit/profiling/canvaskit.wasm": "95a45378b69e77af5ed2bc72b2209b94",
|
||||
"canvaskit/profiling/canvaskit.js": "38164e5a72bdad0faa4ce740c9b8e564",
|
||||
@ -299,9 +299,9 @@ const RESOURCES = {
|
||||
"assets/assets/images/payment_types/carteblanche.png": "d936e11fa3884b8c9f1bd5c914be8629",
|
||||
"assets/assets/google_fonts/Roboto-Regular.ttf": "8a36205bd9b83e03af0591a004bc97f4",
|
||||
"assets/NOTICES": "1a34e70168d56fad075adfb4bdbb20eb",
|
||||
"/": "e0f4109ad2212563540a468fdf6d87dd",
|
||||
"/": "e70fc124a951faf9fb1b2b28323ccc42",
|
||||
"favicon.png": "dca91c54388f52eded692718d5a98b8b",
|
||||
"version.json": "24384ab74df4959b7306375afd5b672f"
|
||||
"version.json": "43e72e92e1557ca9db0b6a8ef41236ef"
|
||||
};
|
||||
|
||||
// The application shell files that are downloaded before a service worker can
|
||||
|
10
public/main.dart.js
vendored
10
public/main.dart.js
vendored
@ -37055,7 +37055,7 @@ cEE:function cEE(){},
|
||||
bjY(a,b,c,d,e){var s,r
|
||||
if(B.c.cv(a,"https://invoicing.co"))e=""
|
||||
s=t.X
|
||||
r=A.t(["X-CLIENT-VERSION","5.0.103","X-API-SECRET",e,"X-Requested-With","XMLHttpRequest","Content-Type","application/json; charset=utf-8"],s,s)
|
||||
r=A.t(["X-CLIENT-VERSION","5.0.104","X-API-SECRET",e,"X-Requested-With","XMLHttpRequest","Content-Type","application/json; charset=utf-8"],s,s)
|
||||
if(b.length!==0)r.u(0,"X-API-Token",b)
|
||||
if((c==null?"":c).length!==0)r.u(0,"X-API-OAUTH-PASSWORD",c)
|
||||
if((d==null?"":d).length!==0){s=B.aH.giW().eh(d)
|
||||
@ -37064,8 +37064,8 @@ dAi(a){var s,r=a.e,q=r.h(0,"x-app-version"),p=r.h(0,"x-minimum-client-version")
|
||||
r=a.b
|
||||
if(r>=500)throw A.i(A.eQV(r,a.gi2(a)))
|
||||
else if(q==null)throw A.i("Error: please check that Invoice Ninja v5 is installed on the server")
|
||||
else{s=A.att(A.atu("5.0.103"),A.atu(p))
|
||||
if(s<0)throw A.i("Error: client not supported, please update to the latest version [Current v5.0.103 < Minimum v"+A.k(p)+"]")
|
||||
else{s=A.att(A.atu("5.0.104"),A.atu(p))
|
||||
if(s<0)throw A.i("Error: client not supported, please update to the latest version [Current v5.0.104 < Minimum v"+A.k(p)+"]")
|
||||
else{s=A.att(A.atu(q),A.atu("5.0.4"))
|
||||
if(s<0)throw A.i("Error: server not supported, please update to the latest version [Current v"+q+" < Minimum v5.0.4]")
|
||||
else if(r>=400)throw A.i(A.eQV(r,a.gi2(a)))}}},
|
||||
@ -190452,7 +190452,7 @@ $S:31}
|
||||
A.ehM.prototype={
|
||||
$1(a){a.a="https://21e3763afb044f1fb75d832fd9f06b73@sentry2.invoicing.co/3"
|
||||
a.ay=""
|
||||
a.dy="5.0.103"
|
||||
a.dy="5.0.104"
|
||||
a.at=new A.ehI(this.a)},
|
||||
$S:1219}
|
||||
A.ehI.prototype={
|
||||
@ -192324,7 +192324,7 @@ r=this.y.a[r].b.x
|
||||
r=r==null?null:r.x
|
||||
s="v"+(r==null?"":r)
|
||||
if(s.length!==0)s+="-"
|
||||
return B.c.ah(s+A.eSr(),B.a.ga0("5.0.103".split(".")))},
|
||||
return B.c.ah(s+A.eSr(),B.a.ga0("5.0.104".split(".")))},
|
||||
gxf(){var s=this,r=s.w.ok,q=s.x.a
|
||||
q=s.y.a[q].b.f.aM
|
||||
q=r.b.h(0,q).a.a
|
||||
|
@ -1 +1 @@
|
||||
{"app_name":"invoiceninja_flutter","version":"5.0.103","build_number":"103","package_name":"invoiceninja_flutter"}
|
||||
{"app_name":"invoiceninja_flutter","version":"5.0.104","build_number":"104","package_name":"invoiceninja_flutter"}
|
Loading…
x
Reference in New Issue
Block a user