@moovio/sdk 0.0.0-dev.22 → 0.0.0-dev.23

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: "dev",
53589
- sdkVersion: "0.0.0-dev.22",
53590
- genVersion: "2.884.0",
53591
- userAgent: "speakeasy-sdk/typescript 0.0.0-dev.22 2.884.0 dev @moovio/sdk"
53589
+ sdkVersion: "0.0.0-dev.23",
53590
+ genVersion: "2.884.4",
53591
+ userAgent: "speakeasy-sdk/typescript 0.0.0-dev.23 2.884.4 dev @moovio/sdk"
53592
53592
  };
53593
53593
  });
53594
53594
 
@@ -104432,7 +104432,7 @@ var init_webhooksUpdate2 = __esm(() => {
104432
104432
  function createMCPServer(deps) {
104433
104433
  const server = new McpServer({
104434
104434
  name: "Moov",
104435
- version: "0.0.0-dev.22"
104435
+ version: "0.0.0-dev.23"
104436
104436
  });
104437
104437
  const client = new MoovCore({
104438
104438
  security: deps.security,
@@ -106032,7 +106032,7 @@ var routes = rn({
106032
106032
  var app = Ve(routes, {
106033
106033
  name: "mcp",
106034
106034
  versionInfo: {
106035
- currentVersion: "0.0.0-dev.22"
106035
+ currentVersion: "0.0.0-dev.23"
106036
106036
  }
106037
106037
  });
106038
106038
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -106040,5 +106040,5 @@ export {
106040
106040
  app
106041
106041
  };
106042
106042
 
106043
- //# debugId=8D270352857277BC64756E2164756E21
106043
+ //# debugId=27680F70A02FE5B664756E2164756E21
106044
106044
  //# sourceMappingURL=mcp-server.js.map