@carrierllc/mcp 0.9.0 → 0.9.2

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/cli.js CHANGED
@@ -39,7 +39,7 @@ import {
39
39
  verifyStorefront,
40
40
  walletScreen,
41
41
  which
42
- } from "./chunk-VACB3Z5V.js";
42
+ } from "./chunk-4XHSOF62.js";
43
43
  import {
44
44
  copyTree,
45
45
  exists,
@@ -3313,6 +3313,43 @@ var CLI_DOMAINS = [
3313
3313
  }
3314
3314
  ]
3315
3315
  },
3316
+ {
3317
+ name: "relay request",
3318
+ tool: "ui_request_reseller_relay_change",
3319
+ summary: "Drafts the parent-reseller/support request for reseller relay flags that are visible but read-only in the OCS portal at the current account tier.",
3320
+ options: [
3321
+ {
3322
+ flags: "--reseller-id <n>",
3323
+ description: "Reseller id; defaults to the authenticated reseller.",
3324
+ arg: "reseller_id",
3325
+ type: "number"
3326
+ },
3327
+ {
3328
+ flags: "--relay-gy <bool>",
3329
+ description: "Desired Relay Gy state.",
3330
+ arg: "relay_gy",
3331
+ type: "boolean"
3332
+ },
3333
+ {
3334
+ flags: "--relay-calls-sms <bool>",
3335
+ description: "Desired calls/SMS relay state.",
3336
+ arg: "relay_calls_sms",
3337
+ type: "boolean"
3338
+ },
3339
+ {
3340
+ flags: "--relay-voip <bool>",
3341
+ description: "Desired VoIP relay state.",
3342
+ arg: "relay_voip",
3343
+ type: "boolean"
3344
+ },
3345
+ {
3346
+ flags: "--reason <reason>",
3347
+ description: "Operational reason for the requested change.",
3348
+ arg: "reason",
3349
+ type: "string"
3350
+ }
3351
+ ]
3352
+ },
3316
3353
  {
3317
3354
  name: "destinations create",
3318
3355
  tool: "ui_create_destination_list",