mollie-api-typescript 0.3.1 → 0.3.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/bin/mcp-server.js CHANGED
@@ -34295,9 +34295,9 @@ var init_config = __esm(() => {
34295
34295
  SDK_METADATA = {
34296
34296
  language: "typescript",
34297
34297
  openapiDocVersion: "1.0.0",
34298
- sdkVersion: "0.3.1",
34298
+ sdkVersion: "0.3.2",
34299
34299
  genVersion: "2.723.2",
34300
- userAgent: "speakeasy-sdk/typescript 0.3.1 2.723.2 1.0.0 mollie-api-typescript"
34300
+ userAgent: "speakeasy-sdk/typescript 0.3.2 2.723.2 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -36865,7 +36865,7 @@ var init_createwebhook = __esm(() => {
36865
36865
  resource: stringType(),
36866
36866
  id: stringType(),
36867
36867
  url: stringType(),
36868
- profileId: stringType(),
36868
+ profileId: nullableType(stringType()),
36869
36869
  createdAt: stringType(),
36870
36870
  name: stringType(),
36871
36871
  eventTypes: arrayType(WebhookEventTypes$inboundSchema),
@@ -36882,7 +36882,7 @@ var init_createwebhook = __esm(() => {
36882
36882
  resource: stringType(),
36883
36883
  id: stringType(),
36884
36884
  url: stringType(),
36885
- profileId: stringType(),
36885
+ profileId: nullableType(stringType()),
36886
36886
  createdAt: stringType(),
36887
36887
  name: stringType(),
36888
36888
  eventTypes: arrayType(WebhookEventTypes$outboundSchema),
@@ -60772,7 +60772,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60772
60772
  function createMCPServer(deps) {
60773
60773
  const server = new McpServer({
60774
60774
  name: "Client",
60775
- version: "0.3.1"
60775
+ version: "0.3.2"
60776
60776
  });
60777
60777
  const client = new ClientCore({
60778
60778
  security: deps.security,
@@ -62167,7 +62167,7 @@ var routes = an({
62167
62167
  var app = He(routes, {
62168
62168
  name: "mcp",
62169
62169
  versionInfo: {
62170
- currentVersion: "0.3.1"
62170
+ currentVersion: "0.3.2"
62171
62171
  }
62172
62172
  });
62173
62173
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62175,5 +62175,5 @@ export {
62175
62175
  app
62176
62176
  };
62177
62177
 
62178
- //# debugId=86A7509D7C24584964756E2164756E21
62178
+ //# debugId=A3E32BD9D022076764756E2164756E21
62179
62179
  //# sourceMappingURL=mcp-server.js.map