@expedite-commerce/expedite-components 0.2.76 → 0.2.77
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.
|
@@ -9520,16 +9520,11 @@ const n2 = {
|
|
|
9520
9520
|
}
|
|
9521
9521
|
async function E() {
|
|
9522
9522
|
try {
|
|
9523
|
-
const
|
|
9523
|
+
const S = `${r.composablesApiUrl.value}/product-pricing/findCatalogInContext?accountId=${r.accountId.value}&catalogType=Custom&catalogLookupFieldName=XX_ORD1__Parts_eCatalog__c`;
|
|
9524
|
+
return (await (await fetch(S, {
|
|
9524
9525
|
method: "GET",
|
|
9525
|
-
headers:
|
|
9526
|
-
|
|
9527
|
-
"Content-Type": "application/json"
|
|
9528
|
-
}
|
|
9529
|
-
});
|
|
9530
|
-
console.log("response = ", D);
|
|
9531
|
-
const q = await D.json();
|
|
9532
|
-
return console.log("data = ", q), q;
|
|
9526
|
+
headers: d()
|
|
9527
|
+
})).json()).data.catalogId;
|
|
9533
9528
|
} catch (S) {
|
|
9534
9529
|
return e.handleError(S, "playbookStore.getCatalogInContext"), null;
|
|
9535
9530
|
}
|
|
@@ -37504,7 +37499,7 @@ const _C = ["innerHTML"], CC = {
|
|
|
37504
37499
|
if (L && (L = JSON.parse(L)), console.info("sequenceNumberServer = ", G), y.templateId) {
|
|
37505
37500
|
l.value = !0;
|
|
37506
37501
|
const j = await t.getCatalogInContext();
|
|
37507
|
-
console.log("catalogInContext = ", j), await a.fetchBlockInformationREST({
|
|
37502
|
+
console.log("catalogInContext = ", j), j && n.updateConfig({ eCatalogId: j }), await a.fetchBlockInformationREST({
|
|
37508
37503
|
templateId: y.templateId
|
|
37509
37504
|
});
|
|
37510
37505
|
const N = a.pageBlocks[0].blocks[0].playbookId;
|
|
@@ -37646,7 +37641,7 @@ const _C = ["innerHTML"], CC = {
|
|
|
37646
37641
|
]);
|
|
37647
37642
|
};
|
|
37648
37643
|
}
|
|
37649
|
-
}, N0 = /* @__PURE__ */ Se(Fk, [["__scopeId", "data-v-
|
|
37644
|
+
}, N0 = /* @__PURE__ */ Se(Fk, [["__scopeId", "data-v-aac25c6d"]]), Rk = {
|
|
37650
37645
|
ExpediteConfigurator: Ol,
|
|
37651
37646
|
ExpediteGPT: Gc,
|
|
37652
37647
|
ExpediteCatalog: Bl,
|