@moovio/sdk 26.4.2 → 26.4.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 +8 -7
- package/bin/mcp-server.js.map +6 -6
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/collectionpaymentmethodtype.d.ts +1 -0
- package/models/components/collectionpaymentmethodtype.d.ts.map +1 -1
- package/models/components/collectionpaymentmethodtype.js +1 -0
- package/models/components/collectionpaymentmethodtype.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/collectionpaymentmethodtype.ts +1 -0
package/bin/mcp-server.js
CHANGED
|
@@ -52879,9 +52879,9 @@ var init_config = __esm(() => {
|
|
|
52879
52879
|
SDK_METADATA = {
|
|
52880
52880
|
language: "typescript",
|
|
52881
52881
|
openapiDocVersion: "v2026.04.00",
|
|
52882
|
-
sdkVersion: "26.4.
|
|
52883
|
-
genVersion: "2.
|
|
52884
|
-
userAgent: "speakeasy-sdk/typescript 26.4.
|
|
52882
|
+
sdkVersion: "26.4.3",
|
|
52883
|
+
genVersion: "2.882.0",
|
|
52884
|
+
userAgent: "speakeasy-sdk/typescript 26.4.3 2.882.0 v2026.04.00 @moovio/sdk"
|
|
52885
52885
|
};
|
|
52886
52886
|
});
|
|
52887
52887
|
|
|
@@ -60802,7 +60802,8 @@ var init_collectionpaymentmethodtype = __esm(() => {
|
|
|
60802
60802
|
CollectionPaymentMethodType = {
|
|
60803
60803
|
ApplePay: "apple-pay",
|
|
60804
60804
|
CardPayment: "card-payment",
|
|
60805
|
-
AchDebitCollect: "ach-debit-collect"
|
|
60805
|
+
AchDebitCollect: "ach-debit-collect",
|
|
60806
|
+
GooglePay: "google-pay"
|
|
60806
60807
|
};
|
|
60807
60808
|
CollectionPaymentMethodType$inboundSchema = nativeEnumType(CollectionPaymentMethodType);
|
|
60808
60809
|
CollectionPaymentMethodType$outboundSchema = CollectionPaymentMethodType$inboundSchema;
|
|
@@ -102233,7 +102234,7 @@ var init_webhooksUpdate2 = __esm(() => {
|
|
|
102233
102234
|
function createMCPServer(deps) {
|
|
102234
102235
|
const server = new McpServer({
|
|
102235
102236
|
name: "Moov",
|
|
102236
|
-
version: "26.4.
|
|
102237
|
+
version: "26.4.3"
|
|
102237
102238
|
});
|
|
102238
102239
|
const client = new MoovCore({
|
|
102239
102240
|
security: deps.security,
|
|
@@ -103820,7 +103821,7 @@ var routes = rn({
|
|
|
103820
103821
|
var app = Ve(routes, {
|
|
103821
103822
|
name: "mcp",
|
|
103822
103823
|
versionInfo: {
|
|
103823
|
-
currentVersion: "26.4.
|
|
103824
|
+
currentVersion: "26.4.3"
|
|
103824
103825
|
}
|
|
103825
103826
|
});
|
|
103826
103827
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -103828,5 +103829,5 @@ export {
|
|
|
103828
103829
|
app
|
|
103829
103830
|
};
|
|
103830
103831
|
|
|
103831
|
-
//# debugId=
|
|
103832
|
+
//# debugId=41836995C36E479064756E2164756E21
|
|
103832
103833
|
//# sourceMappingURL=mcp-server.js.map
|