@codat/lending 7.4.0 → 7.5.0

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
@@ -53124,9 +53124,9 @@ var init_config = __esm(() => {
53124
53124
  SDK_METADATA = {
53125
53125
  language: "typescript",
53126
53126
  openapiDocVersion: "3.0.0",
53127
- sdkVersion: "7.4.0",
53128
- genVersion: "2.797.1",
53129
- userAgent: "speakeasy-sdk/typescript 7.4.0 2.797.1 3.0.0 @codat/lending"
53127
+ sdkVersion: "7.5.0",
53128
+ genVersion: "2.803.3",
53129
+ userAgent: "speakeasy-sdk/typescript 7.5.0 2.803.3 3.0.0 @codat/lending"
53130
53130
  };
53131
53131
  });
53132
53132
 
@@ -63450,7 +63450,8 @@ var init_enhancedcashflowitem = __esm(() => {
63450
63450
  counterpartyNames: arrayType(stringType()).optional(),
63451
63451
  sourceRef: SourceRef$inboundSchema.optional(),
63452
63452
  accountRef: AccountRef$inboundSchema.optional(),
63453
- modifiedDate: stringType().optional()
63453
+ modifiedDate: stringType().optional(),
63454
+ isRecurring: nullableType(booleanType()).optional()
63454
63455
  });
63455
63456
  CashFlowTransaction$outboundSchema = objectType({
63456
63457
  id: stringType().optional(),
@@ -63463,7 +63464,8 @@ var init_enhancedcashflowitem = __esm(() => {
63463
63464
  counterpartyNames: arrayType(stringType()).optional(),
63464
63465
  sourceRef: SourceRef$outboundSchema.optional(),
63465
63466
  accountRef: AccountRef$outboundSchema.optional(),
63466
- modifiedDate: stringType().optional()
63467
+ modifiedDate: stringType().optional(),
63468
+ isRecurring: nullableType(booleanType()).optional()
63467
63469
  });
63468
63470
  EnhancedCashFlowItem$inboundSchema = objectType({
63469
63471
  transactions: arrayType(lazyType(() => CashFlowTransaction$inboundSchema)).optional()
@@ -89030,7 +89032,7 @@ Before using this endpoint, you must have [retrieved data for the company](https
89030
89032
  function createMCPServer(deps) {
89031
89033
  const server = new McpServer({
89032
89034
  name: "CodatLending",
89033
- version: "7.4.0"
89035
+ version: "7.5.0"
89034
89036
  });
89035
89037
  const client = new CodatLendingCore({
89036
89038
  authHeader: deps.authHeader,
@@ -90528,7 +90530,7 @@ var routes = rn({
90528
90530
  var app = Ve(routes, {
90529
90531
  name: "mcp",
90530
90532
  versionInfo: {
90531
- currentVersion: "7.4.0"
90533
+ currentVersion: "7.5.0"
90532
90534
  }
90533
90535
  });
90534
90536
  _t(app, process4.argv.slice(2), buildContext(process4));
@@ -90536,5 +90538,5 @@ export {
90536
90538
  app
90537
90539
  };
90538
90540
 
90539
- //# debugId=5BBE538DA4B565FD64756E2164756E21
90541
+ //# debugId=38C60395FE8807C064756E2164756E21
90540
90542
  //# sourceMappingURL=mcp-server.js.map