@flexprice/mcp-server 2.0.4 → 2.0.6

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/bin/mcp-server.js CHANGED
@@ -50435,9 +50435,9 @@ var init_config = __esm(() => {
50435
50435
  SDK_METADATA = {
50436
50436
  language: "typescript",
50437
50437
  openapiDocVersion: "1.0",
50438
- sdkVersion: "2.0.4",
50439
- genVersion: "2.858.2",
50440
- userAgent: "speakeasy-sdk/mcp-typescript 2.0.4 2.858.2 1.0 @flexprice/mcp-server"
50438
+ sdkVersion: "2.0.6",
50439
+ genVersion: "2.862.0",
50440
+ userAgent: "speakeasy-sdk/mcp-typescript 2.0.6 2.862.0 1.0 @flexprice/mcp-server"
50441
50441
  };
50442
50442
  });
50443
50443
 
@@ -52551,7 +52551,6 @@ var WindowSize$zodSchema;
52551
52551
  var init_windowsize = __esm(() => {
52552
52552
  init_zod();
52553
52553
  WindowSize$zodSchema = _enum([
52554
- "MONTH",
52555
52554
  "MINUTE",
52556
52555
  "15MIN",
52557
52556
  "30MIN",
@@ -52560,7 +52559,8 @@ var init_windowsize = __esm(() => {
52560
52559
  "6HOUR",
52561
52560
  "12HOUR",
52562
52561
  "DAY",
52563
- "WEEK"
52562
+ "WEEK",
52563
+ "MONTH"
52564
52564
  ]);
52565
52565
  });
52566
52566
 
@@ -56897,6 +56897,7 @@ var DtoGetPreviewInvoiceRequest$zodSchema;
56897
56897
  var init_dtogetpreviewinvoicerequest = __esm(() => {
56898
56898
  init_zod();
56899
56899
  DtoGetPreviewInvoiceRequest$zodSchema = object({
56900
+ hide_zero_charges_line_items: boolean2().default(false),
56900
56901
  period_end: string2().optional(),
56901
56902
  period_start: string2().optional(),
56902
56903
  subscription_id: string2()
@@ -59901,7 +59902,7 @@ Use when changing price configuration (e.g. amount, billing scheme, or metadata)
59901
59902
  function createMCPServer(deps) {
59902
59903
  const server = new McpServer({
59903
59904
  name: "Flexprice",
59904
- version: "2.0.4"
59905
+ version: "2.0.6"
59905
59906
  });
59906
59907
  const getClient = deps.getSDK || (() => new FlexpriceCore({
59907
59908
  security: deps.security,
@@ -63804,7 +63805,7 @@ var routes = buildRouteMap({
63804
63805
  var app = buildApplication(routes, {
63805
63806
  name: "mcp",
63806
63807
  versionInfo: {
63807
- currentVersion: "2.0.4"
63808
+ currentVersion: "2.0.6"
63808
63809
  }
63809
63810
  });
63810
63811
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -63812,5 +63813,5 @@ export {
63812
63813
  app
63813
63814
  };
63814
63815
 
63815
- //# debugId=29D15984584037AB64756E2164756E21
63816
+ //# debugId=A0FFECC28F6B86EC64756E2164756E21
63816
63817
  //# sourceMappingURL=mcp-server.js.map