@gr4vy/sdk 0.18.0 → 0.18.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/bin/mcp-server.js CHANGED
@@ -4026,9 +4026,9 @@ var init_config = __esm(() => {
4026
4026
  SDK_METADATA = {
4027
4027
  language: "typescript",
4028
4028
  openapiDocVersion: "1.0.0",
4029
- sdkVersion: "0.18.0",
4029
+ sdkVersion: "0.18.1",
4030
4030
  genVersion: "2.591.1",
4031
- userAgent: "speakeasy-sdk/typescript 0.18.0 2.591.1 1.0.0 @gr4vy/sdk"
4031
+ userAgent: "speakeasy-sdk/typescript 0.18.1 2.591.1 1.0.0 @gr4vy/sdk"
4032
4032
  };
4033
4033
  });
4034
4034
 
@@ -54821,7 +54821,7 @@ var init_transactionsCapture2 = __esm(() => {
54821
54821
  name: "transactions-capture",
54822
54822
  description: `Capture transaction
54823
54823
 
54824
- Capture an authorized transaction.`,
54824
+ Capture a previously authorized transaction.`,
54825
54825
  args: args55,
54826
54826
  tool: async (client, args56, ctx) => {
54827
54827
  const [result, apiCall] = await transactionsCapture(client, args56.transactionCapture, args56.transactionId, args56.timeoutInSeconds, args56.merchantAccountId, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -55983,7 +55983,7 @@ Void an authorized transaction.`,
55983
55983
  function createMCPServer(deps) {
55984
55984
  const server = new McpServer({
55985
55985
  name: "Gr4vy",
55986
- version: "0.18.0"
55986
+ version: "0.18.1"
55987
55987
  });
55988
55988
  const client = new Gr4vyCore({
55989
55989
  bearerAuth: deps.bearerAuth,
@@ -57341,7 +57341,7 @@ var routes = an({
57341
57341
  var app = He(routes, {
57342
57342
  name: "mcp",
57343
57343
  versionInfo: {
57344
- currentVersion: "0.18.0"
57344
+ currentVersion: "0.18.1"
57345
57345
  }
57346
57346
  });
57347
57347
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -57349,5 +57349,5 @@ export {
57349
57349
  app
57350
57350
  };
57351
57351
 
57352
- //# debugId=E250964C8AFD347E64756E2164756E21
57352
+ //# debugId=698671C31051241464756E2164756E21
57353
57353
  //# sourceMappingURL=mcp-server.js.map