akpm-procedures 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CDN/akpm-procedures.js +2 -2
- package/package.json +1 -1
package/CDN/akpm-procedures.js
CHANGED
|
@@ -6380,8 +6380,8 @@ class $r {
|
|
|
6380
6380
|
}
|
|
6381
6381
|
const Ze = class Ze {
|
|
6382
6382
|
static getCookies() {
|
|
6383
|
-
const e = document.cookie.split(";"), n = e.find((
|
|
6384
|
-
return
|
|
6383
|
+
const e = document.cookie.split(";"), n = e.find((a) => a.includes("operatorId")), r = e.find((a) => a.includes("envId")), i = e.find((a) => a.includes("companyId")), o = e.find((a) => a.includes("aksToken")), s = r ? r.split("=")[1] : "";
|
|
6384
|
+
return s === "aks_svi" ? Ze.URL = "https://1c60-37-182-75-116.ngrok-free.app" : s === "aks_qua" ? Ze.URL = "https://gen-doc-back-65440859697.europe-west1.run.app" : Ze.URL = "https://gen-doc-back-573906316236.europe-west1.run.app", {
|
|
6385
6385
|
OpId: n ? n.split("=")[1] : "",
|
|
6386
6386
|
EnvId: r ? r.split("=")[1] : "",
|
|
6387
6387
|
CompanyId: i ? i.split("=")[1] : "",
|