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.
@@ -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((s) => s.includes("operatorId")), r = e.find((s) => s.includes("envId")), i = e.find((s) => s.includes("companyId")), o = e.find((s) => s.includes("aksToken"));
6384
- return r === "aks_svi" ? Ze.URL = "https://1c60-37-182-75-116.ngrok-free.app" : r === "aks_qua" ? Ze.URL = "https://gen-doc-back-65440859697.europe-west1.run.app" : Ze.URL = "https://gen-doc-back-573906316236.europe-west1.run.app", {
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] : "",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "akpm-procedures",
3
3
  "private": false,
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "CDN"