@moovio/sdk 0.15.7 → 0.16.1

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/README.md CHANGED
@@ -795,7 +795,6 @@ you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
795
795
  To access this endpoint using an [access token](https://docs.moov.io/api/authentication/access-tokens/)
796
796
  you'll need to specify the `/accounts/{accountID}/issued-cards.read` scope.
797
797
 
798
-
799
798
  ### [onboarding](docs/sdks/onboarding/README.md)
800
799
 
801
800
  * [createInvite](docs/sdks/onboarding/README.md#createinvite) - Create an invitation containing a unique link that allows the recipient to onboard their organization with Moov.
package/bin/mcp-server.js CHANGED
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.15.7",
34179
- genVersion: "2.720.1",
34180
- userAgent: "speakeasy-sdk/typescript 0.15.7 2.720.1 latest @moovio/sdk"
34178
+ sdkVersion: "0.16.1",
34179
+ genVersion: "2.722.5",
34180
+ userAgent: "speakeasy-sdk/typescript 0.16.1 2.722.5 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -80973,7 +80973,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
80973
80973
  function createMCPServer(deps) {
80974
80974
  const server = new McpServer({
80975
80975
  name: "Moov",
80976
- version: "0.15.7"
80976
+ version: "0.16.1"
80977
80977
  });
80978
80978
  const client = new MoovCore({
80979
80979
  security: deps.security,
@@ -82499,7 +82499,7 @@ var routes = rn({
82499
82499
  var app = Ve(routes, {
82500
82500
  name: "mcp",
82501
82501
  versionInfo: {
82502
- currentVersion: "0.15.7"
82502
+ currentVersion: "0.16.1"
82503
82503
  }
82504
82504
  });
82505
82505
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -82507,5 +82507,5 @@ export {
82507
82507
  app
82508
82508
  };
82509
82509
 
82510
- //# debugId=1493228D02582F0064756E2164756E21
82510
+ //# debugId=DEF093CF592C3C3B64756E2164756E21
82511
82511
  //# sourceMappingURL=mcp-server.js.map