@financeable/lenders 0.4.0 → 0.4.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
@@ -34169,9 +34169,9 @@ var init_config = __esm(() => {
34169
34169
  SDK_METADATA = {
34170
34170
  language: "typescript",
34171
34171
  openapiDocVersion: "0.1.0",
34172
- sdkVersion: "0.4.0",
34173
- genVersion: "2.768.1",
34174
- userAgent: "speakeasy-sdk/typescript 0.4.0 2.768.1 0.1.0 @financeable/lenders"
34172
+ sdkVersion: "0.4.1",
34173
+ genVersion: "2.770.0",
34174
+ userAgent: "speakeasy-sdk/typescript 0.4.1 2.770.0 0.1.0 @financeable/lenders"
34175
34175
  };
34176
34176
  });
34177
34177
 
@@ -35989,7 +35989,8 @@ var init_asset = __esm(() => {
35989
35989
  blueflagPPSR: anyType().optional(),
35990
35990
  documents: arrayType(anyType()).optional(),
35991
35991
  application: stringType().optional(),
35992
- odometer: stringType().optional()
35992
+ odometer: stringType().optional(),
35993
+ serialNumber: stringType().optional()
35993
35994
  }).transform((v2) => {
35994
35995
  return remap(v2, {
35995
35996
  _id: "id"
@@ -36035,7 +36036,8 @@ var init_asset = __esm(() => {
36035
36036
  blueflagPPSR: anyType().optional(),
36036
36037
  documents: arrayType(anyType()).optional(),
36037
36038
  application: stringType().optional(),
36038
- odometer: stringType().optional()
36039
+ odometer: stringType().optional(),
36040
+ serialNumber: stringType().optional()
36039
36041
  }).transform((v2) => {
36040
36042
  return remap(v2, {
36041
36043
  id: "_id"
@@ -39462,7 +39464,7 @@ var init_createPersonalSubmission2 = __esm(() => {
39462
39464
  function createMCPServer(deps) {
39463
39465
  const server = new McpServer({
39464
39466
  name: "FinanceableLenders",
39465
- version: "0.4.0"
39467
+ version: "0.4.1"
39466
39468
  });
39467
39469
  const client = new FinanceableLendersCore({
39468
39470
  serverURL: deps.serverURL,
@@ -40657,7 +40659,7 @@ var routes = rn({
40657
40659
  var app = Ve(routes, {
40658
40660
  name: "mcp",
40659
40661
  versionInfo: {
40660
- currentVersion: "0.4.0"
40662
+ currentVersion: "0.4.1"
40661
40663
  }
40662
40664
  });
40663
40665
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -40665,5 +40667,5 @@ export {
40665
40667
  app
40666
40668
  };
40667
40669
 
40668
- //# debugId=DF7D4BD85CF2E53764756E2164756E21
40670
+ //# debugId=F3FEF7B63B5B99EB64756E2164756E21
40669
40671
  //# sourceMappingURL=mcp-server.js.map