@carrierllc/mcp 0.11.9 → 0.11.11
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/{chunk-BPCTRBF3.js → chunk-GPROVMAP.js} +20 -5
- package/dist/chunk-GPROVMAP.js.map +1 -0
- package/dist/cli.js +26 -14
- package/dist/cli.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-BPCTRBF3.js.map +0 -1
package/dist/cli.js
CHANGED
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
verifyStorefront,
|
|
40
40
|
walletScreen,
|
|
41
41
|
which
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-GPROVMAP.js";
|
|
43
43
|
import {
|
|
44
44
|
copyTree,
|
|
45
45
|
exists,
|
|
@@ -1634,7 +1634,8 @@ var CLI_DOMAINS = [
|
|
|
1634
1634
|
required: true
|
|
1635
1635
|
}
|
|
1636
1636
|
],
|
|
1637
|
-
write: true
|
|
1637
|
+
write: true,
|
|
1638
|
+
requireConfirm: true
|
|
1638
1639
|
},
|
|
1639
1640
|
{
|
|
1640
1641
|
name: "set-balance",
|
|
@@ -1679,7 +1680,8 @@ var CLI_DOMAINS = [
|
|
|
1679
1680
|
required: true
|
|
1680
1681
|
}
|
|
1681
1682
|
],
|
|
1682
|
-
write: true
|
|
1683
|
+
write: true,
|
|
1684
|
+
requireConfirm: true
|
|
1683
1685
|
},
|
|
1684
1686
|
{
|
|
1685
1687
|
name: "phone-number set",
|
|
@@ -1796,7 +1798,8 @@ var CLI_DOMAINS = [
|
|
|
1796
1798
|
tool: "reset_subscriber_gz_counter",
|
|
1797
1799
|
summary: "Reset the Green Zone byte counter to zero. Irreversible.",
|
|
1798
1800
|
options: [ICCID],
|
|
1799
|
-
write: true
|
|
1801
|
+
write: true,
|
|
1802
|
+
requireConfirm: true
|
|
1800
1803
|
},
|
|
1801
1804
|
{
|
|
1802
1805
|
name: "cell-location",
|
|
@@ -1998,14 +2001,16 @@ var CLI_DOMAINS = [
|
|
|
1998
2001
|
tool: "clean_all_packages",
|
|
1999
2002
|
summary: "Remove ALL packages from a subscriber. Irreversible.",
|
|
2000
2003
|
options: [ICCID],
|
|
2001
|
-
write: true
|
|
2004
|
+
write: true,
|
|
2005
|
+
requireConfirm: true
|
|
2002
2006
|
},
|
|
2003
2007
|
{
|
|
2004
2008
|
name: "delete",
|
|
2005
2009
|
tool: "delete_subscriber_package",
|
|
2006
2010
|
summary: "Permanently remove one package from a subscriber.",
|
|
2007
2011
|
options: [ICCID, PACKAGE_ID],
|
|
2008
|
-
write: true
|
|
2012
|
+
write: true,
|
|
2013
|
+
requireConfirm: true
|
|
2009
2014
|
}
|
|
2010
2015
|
]
|
|
2011
2016
|
},
|
|
@@ -2241,7 +2246,8 @@ var CLI_DOMAINS = [
|
|
|
2241
2246
|
required: true
|
|
2242
2247
|
}
|
|
2243
2248
|
],
|
|
2244
|
-
write: true
|
|
2249
|
+
write: true,
|
|
2250
|
+
requireConfirm: true
|
|
2245
2251
|
},
|
|
2246
2252
|
{
|
|
2247
2253
|
name: "move-subscribers",
|
|
@@ -2284,7 +2290,8 @@ var CLI_DOMAINS = [
|
|
|
2284
2290
|
required: true
|
|
2285
2291
|
}
|
|
2286
2292
|
],
|
|
2287
|
-
write: true
|
|
2293
|
+
write: true,
|
|
2294
|
+
requireConfirm: true
|
|
2288
2295
|
}
|
|
2289
2296
|
]
|
|
2290
2297
|
},
|
|
@@ -3075,7 +3082,8 @@ var CLI_DOMAINS = [
|
|
|
3075
3082
|
arg: "ip",
|
|
3076
3083
|
type: "string"
|
|
3077
3084
|
}
|
|
3078
|
-
]
|
|
3085
|
+
],
|
|
3086
|
+
requireConfirm: true
|
|
3079
3087
|
}
|
|
3080
3088
|
]
|
|
3081
3089
|
},
|
|
@@ -3262,7 +3270,8 @@ var CLI_DOMAINS = [
|
|
|
3262
3270
|
arg: "initial_balance",
|
|
3263
3271
|
type: "number"
|
|
3264
3272
|
}
|
|
3265
|
-
]
|
|
3273
|
+
],
|
|
3274
|
+
requireConfirm: true
|
|
3266
3275
|
},
|
|
3267
3276
|
{
|
|
3268
3277
|
name: "steering build",
|
|
@@ -3450,7 +3459,8 @@ var CLI_DOMAINS = [
|
|
|
3450
3459
|
type: "number",
|
|
3451
3460
|
required: true
|
|
3452
3461
|
}
|
|
3453
|
-
]
|
|
3462
|
+
],
|
|
3463
|
+
requireConfirm: true
|
|
3454
3464
|
},
|
|
3455
3465
|
{
|
|
3456
3466
|
name: "zones edit",
|
|
@@ -3498,7 +3508,8 @@ var CLI_DOMAINS = [
|
|
|
3498
3508
|
type: "number",
|
|
3499
3509
|
required: true
|
|
3500
3510
|
}
|
|
3501
|
-
]
|
|
3511
|
+
],
|
|
3512
|
+
requireConfirm: true
|
|
3502
3513
|
},
|
|
3503
3514
|
{
|
|
3504
3515
|
name: "templates delete",
|
|
@@ -3513,7 +3524,8 @@ var CLI_DOMAINS = [
|
|
|
3513
3524
|
type: "number",
|
|
3514
3525
|
required: true
|
|
3515
3526
|
}
|
|
3516
|
-
]
|
|
3527
|
+
],
|
|
3528
|
+
requireConfirm: true
|
|
3517
3529
|
}
|
|
3518
3530
|
]
|
|
3519
3531
|
},
|
|
@@ -4812,7 +4824,7 @@ connectCmd.command("status").description("Show the authenticated operator's Stri
|
|
|
4812
4824
|
p3.outro("");
|
|
4813
4825
|
}
|
|
4814
4826
|
});
|
|
4815
|
-
connectCmd.command("begin").description("Start or resume Stripe Connect onboarding and open the secure Stripe flow.").option("--type <type>", "
|
|
4827
|
+
connectCmd.command("begin").description("Start or resume Stripe Connect onboarding and open the secure Stripe flow.").option("--type <type>", "express = new Stripe + KYC; standard = OAuth onto an existing verified Stripe", "standard").option("--no-open", "Print the onboarding URL instead of opening it").action(async (opts) => {
|
|
4816
4828
|
header();
|
|
4817
4829
|
if (!["express", "standard"].includes(opts.type)) {
|
|
4818
4830
|
p3.log.error("--type must be express or standard");
|