@moovio/sdk 26.7.0-dev.1 → 26.7.0-dev.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/README.md CHANGED
@@ -240,6 +240,32 @@ run();
240
240
  ```
241
241
  <!-- End Authentication [security] -->
242
242
 
243
+ Client-side authentication is supported through the `accessToken` parameter. For example:
244
+ ```typescript
245
+ import { Moov } from "@moovio/sdk";
246
+
247
+ const moov = new Moov({
248
+ accessToken: "",
249
+ });
250
+
251
+ async function run() {
252
+ const result = await moov.accounts.create({
253
+ accountType: "business",
254
+ profile: {
255
+ business: {
256
+ legalBusinessName: "Whole Body Fitness LLC",
257
+ },
258
+ },
259
+ });
260
+
261
+ console.log(result);
262
+ }
263
+
264
+ run();
265
+
266
+ ```
267
+ See the [Moov authentication docs](https://docs.moov.io/api/authentication/api-authentication/) for more information.
268
+
243
269
  <!-- Start Available Resources and Operations [operations] -->
244
270
  ## Available Resources and Operations
245
271
 
package/bin/mcp-server.js CHANGED
@@ -53586,9 +53586,9 @@ var init_config = __esm(() => {
53586
53586
  SDK_METADATA = {
53587
53587
  language: "typescript",
53588
53588
  openapiDocVersion: "v2026.07.00",
53589
- sdkVersion: "26.7.0-dev.1",
53590
- genVersion: "2.884.0",
53591
- userAgent: "speakeasy-sdk/typescript 26.7.0-dev.1 2.884.0 v2026.07.00 @moovio/sdk"
53589
+ sdkVersion: "26.7.0-dev.2",
53590
+ genVersion: "2.884.4",
53591
+ userAgent: "speakeasy-sdk/typescript 26.7.0-dev.2 2.884.4 v2026.07.00 @moovio/sdk"
53592
53592
  };
53593
53593
  });
53594
53594
 
@@ -104296,7 +104296,7 @@ var init_webhooksUpdate2 = __esm(() => {
104296
104296
  function createMCPServer(deps) {
104297
104297
  const server = new McpServer({
104298
104298
  name: "Moov",
104299
- version: "26.7.0-dev.1"
104299
+ version: "26.7.0-dev.2"
104300
104300
  });
104301
104301
  const client = new MoovCore({
104302
104302
  security: deps.security,
@@ -105896,7 +105896,7 @@ var routes = rn({
105896
105896
  var app = Ve(routes, {
105897
105897
  name: "mcp",
105898
105898
  versionInfo: {
105899
- currentVersion: "26.7.0-dev.1"
105899
+ currentVersion: "26.7.0-dev.2"
105900
105900
  }
105901
105901
  });
105902
105902
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -105904,5 +105904,5 @@ export {
105904
105904
  app
105905
105905
  };
105906
105906
 
105907
- //# debugId=C688786A19037AF564756E2164756E21
105907
+ //# debugId=24833665F6C29A8B64756E2164756E21
105908
105908
  //# sourceMappingURL=mcp-server.js.map