@carrierllc/mcp 0.2.13 → 0.2.14
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.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5560,11 +5560,12 @@ function registerProvisioningWizard(server2, ctx) {
|
|
|
5560
5560
|
isError: true
|
|
5561
5561
|
};
|
|
5562
5562
|
}
|
|
5563
|
+
const resellerIdForTemplates = await getDefaultResellerId(ctx.env, token2);
|
|
5563
5564
|
const packagesResult = await safeCallWithToken2(
|
|
5564
5565
|
client,
|
|
5565
5566
|
token2,
|
|
5566
|
-
"
|
|
5567
|
-
{}
|
|
5567
|
+
"listPrepaidPackageTemplate",
|
|
5568
|
+
{ resellerId: resellerIdForTemplates }
|
|
5568
5569
|
);
|
|
5569
5570
|
const updated = {
|
|
5570
5571
|
...session,
|