@stock-in-the-channel/sinch-vue-components 0.0.306 → 0.0.307

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/dist/index.es.js CHANGED
@@ -13976,7 +13976,7 @@ const TL = (e, t, n, r, o, a, i) => {
13976
13976
  _: 1
13977
13977
  }, 8, ["label"]));
13978
13978
  }
13979
- }), qx = "Search", Px = "Sort By First Page Hits", $x = "Vendors", Nx = "Categories", Rx = "Loading...", Ax = "First Page Hits", Lx = "Select Visible", Dx = "Select All", Mx = "Clear selection", Fx = "Language", Vx = "My Account", Bx = "Edit my details", Ux = "Company Profile", jx = "Invite Colleagues", zx = "View team members", Hx = "Log Out", Qx = "Enter a SKU or product name", Wx = "Category", Kx = "Sub Category", Yx = "Vendor", Gx = "SKU", Jx = "Clear Filter", Xx = "More", Zx = "Add to Basket", eE = "show more", tE = "show less", nE = "Failed", rE = "Succeed", oE = "Waiting", aE = "Open", iE = "Accepted", lE = "Rejected", sE = "Won", uE = "Created", cE = "Order Created", dE = "more available", fE = "Enable auto-renew", pE = "No configuration required", vE = "Cancel Subscription", mE = "TD Synnex", hE = "Cloud Providers", gE = "Starting from", yE = "Results for", bE = "per page", _E = "items found", wE = "Automate billing and provisioning of cloud products", SE = {
13979
+ }), qx = "Search", Px = "Sort By First Page Hits", $x = "Vendors", Nx = "Categories", Rx = "Loading...", Ax = "First Page Hits", Lx = "Select Visible", Dx = "Select All", Mx = "Clear selection", Fx = "Language", Vx = "My Account", Bx = "Edit my details", Ux = "Company Profile", jx = "Invite Colleagues", zx = "View team members", Hx = "Log Out", Qx = "Enter a SKU or product name", Wx = "Category", Kx = "Sub Category", Yx = "Vendor", Gx = "SKU", Jx = "Clear Filter", Xx = "More", Zx = "Add to Basket", eE = "show more", tE = "show less", nE = "Failed", rE = "Succeed", oE = "Waiting", aE = "Open", iE = "Accepted", lE = "Rejected", sE = "Won", uE = "Created", cE = "Order Created", dE = "more available", fE = "Enable auto-renew", pE = "No configuration required", vE = "Cancel Subscription", mE = "TD Synnex", hE = "Cloud Providers", gE = "Starting from", yE = "Results for", bE = "per page", _E = "items found", wE = "Automated billing and provisioning from following CSP provider(s)", SE = {
13980
13980
  Search: qx,
13981
13981
  SortByFirstPageHits: Px,
13982
13982
  Brands: $x,
@@ -30327,7 +30327,7 @@ query vendorOrderParametersByBasketId($basketId: Int!){
30327
30327
  };
30328
30328
  window.sinch || (window.sinch = {});
30329
30329
  window.sinch.checkIfNeedsLogin = (e) => {
30330
- if (e && e.status && (e.status === 401 || e.status === 403)) {
30330
+ if (e && e.status && e.status === 401) {
30331
30331
  const t = `/login?returnUrl=${window.location.href}`;
30332
30332
  window.location.hash = "", window.location.href = t;
30333
30333
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.306",
3
+ "version": "0.0.307",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
File without changes