@steuerboard/mcp 0.3.0 → 0.3.3

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
@@ -40755,9 +40755,9 @@ var init_config = __esm(() => {
40755
40755
  SDK_METADATA = {
40756
40756
  language: "typescript",
40757
40757
  openapiDocVersion: "0.1.0",
40758
- sdkVersion: "0.3.0",
40758
+ sdkVersion: "0.3.3",
40759
40759
  genVersion: "2.721.3",
40760
- userAgent: "speakeasy-sdk/mcp-typescript 0.3.0 2.721.3 0.1.0 @steuerboard/mcp"
40760
+ userAgent: "speakeasy-sdk/mcp-typescript 0.3.3 2.721.3 0.1.0 @steuerboard/mcp"
40761
40761
  };
40762
40762
  });
40763
40763
 
@@ -47052,16 +47052,16 @@ Returns a single client user by ID.`,
47052
47052
  });
47053
47053
 
47054
47054
  // src/models/clientuserinvite.ts
47055
- var ClientUserInviteRole$zodSchema, ClientUserInvite$zodSchema;
47055
+ var ClientUserInviteUserRole$zodSchema, ClientUserInvite$zodSchema;
47056
47056
  var init_clientuserinvite = __esm(() => {
47057
47057
  init_zod();
47058
- ClientUserInviteRole$zodSchema = enumType([
47059
- "client_admin",
47060
- "client_user"
47061
- ]).describe("Role to assign to the invited user.");
47058
+ ClientUserInviteUserRole$zodSchema = enumType([
47059
+ "admin",
47060
+ "user"
47061
+ ]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
47062
47062
  ClientUserInvite$zodSchema = objectType({
47063
47063
  email: stringType(),
47064
- role: ClientUserInviteRole$zodSchema,
47064
+ role: ClientUserInviteUserRole$zodSchema,
47065
47065
  workspaceIds: arrayType(stringType()).optional()
47066
47066
  });
47067
47067
  });
@@ -47443,15 +47443,15 @@ Returns a paginated list of client users.`,
47443
47443
  });
47444
47444
 
47445
47445
  // src/models/clientuserupdate.ts
47446
- var ClientUserUpdateRole$zodSchema, ClientUserUpdate$zodSchema;
47446
+ var ClientUserUpdateUserRole$zodSchema, ClientUserUpdate$zodSchema;
47447
47447
  var init_clientuserupdate = __esm(() => {
47448
47448
  init_zod();
47449
- ClientUserUpdateRole$zodSchema = enumType([
47450
- "client_admin",
47451
- "client_user"
47452
- ]).describe("Role that should replace the user's current role.");
47449
+ ClientUserUpdateUserRole$zodSchema = enumType([
47450
+ "admin",
47451
+ "user"
47452
+ ]).describe("Role to assign to the invited user. Can be 'admin', 'user'.");
47453
47453
  ClientUserUpdate$zodSchema = objectType({
47454
- role: ClientUserUpdateRole$zodSchema
47454
+ role: ClientUserUpdateUserRole$zodSchema
47455
47455
  });
47456
47456
  });
47457
47457
 
@@ -49067,7 +49067,7 @@ Updates a workspace by ID.`,
49067
49067
  function createMCPServer(deps) {
49068
49068
  const server = new McpServer({
49069
49069
  name: "Steuerboard",
49070
- version: "0.3.0"
49070
+ version: "0.3.3"
49071
49071
  });
49072
49072
  const getClient = deps.getSDK || (() => new SteuerboardCore({
49073
49073
  security: deps.security,
@@ -50356,7 +50356,7 @@ var routes = ln({
50356
50356
  var app = _e(routes, {
50357
50357
  name: "mcp",
50358
50358
  versionInfo: {
50359
- currentVersion: "0.3.0"
50359
+ currentVersion: "0.3.3"
50360
50360
  }
50361
50361
  });
50362
50362
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -50364,5 +50364,5 @@ export {
50364
50364
  app
50365
50365
  };
50366
50366
 
50367
- //# debugId=0F19E01E6997DBD564756E2164756E21
50367
+ //# debugId=7D768C173A3E89E264756E2164756E21
50368
50368
  //# sourceMappingURL=mcp-server.js.map