@moovio/sdk 0.14.11 → 0.14.12
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 +19 -7
- package/bin/mcp-server.js.map +6 -6
- package/examples/README.md +5 -0
- package/examples/accountsCreate.example.ts +2 -0
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/requirementid.d.ts +36 -0
- package/models/components/requirementid.d.ts.map +1 -1
- package/models/components/requirementid.js +12 -0
- package/models/components/requirementid.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/requirementid.ts +19 -0
package/examples/README.md
CHANGED
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
39
39
|
export declare const SDK_METADATA: {
|
|
40
40
|
readonly language: "typescript";
|
|
41
41
|
readonly openapiDocVersion: "latest";
|
|
42
|
-
readonly sdkVersion: "0.14.
|
|
43
|
-
readonly genVersion: "2.
|
|
44
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.14.
|
|
42
|
+
readonly sdkVersion: "0.14.12";
|
|
43
|
+
readonly genVersion: "2.658.3";
|
|
44
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.14.12 2.658.3 latest @moovio/sdk";
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "latest",
|
|
34
|
-
sdkVersion: "0.14.
|
|
35
|
-
genVersion: "2.
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.14.
|
|
34
|
+
sdkVersion: "0.14.12",
|
|
35
|
+
genVersion: "2.658.3",
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.14.12 2.658.3 latest @moovio/sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "0.14.
|
|
25
|
+
currentVersion: "0.14.12",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
package/mcp-server/server.js
CHANGED
|
@@ -155,7 +155,7 @@ const walletTransactionsList_js_1 = require("./tools/walletTransactionsList.js")
|
|
|
155
155
|
function createMCPServer(deps) {
|
|
156
156
|
const server = new mcp_js_1.McpServer({
|
|
157
157
|
name: "Moov",
|
|
158
|
-
version: "0.14.
|
|
158
|
+
version: "0.14.12",
|
|
159
159
|
});
|
|
160
160
|
const client = new core_js_1.MoovCore({
|
|
161
161
|
security: deps.security,
|
|
@@ -58,6 +58,18 @@ export declare const RequirementID: {
|
|
|
58
58
|
readonly RepresentativeRepUuidIsOwner: "representative.{rep-uuid}.is-owner";
|
|
59
59
|
readonly RepresentativeRepUuidOwnership: "representative.{rep-uuid}.ownership";
|
|
60
60
|
readonly DocumentDocUuid: "document.{doc-uuid}";
|
|
61
|
+
readonly UnderwritingBusinessPresence: "underwriting.businessPresence";
|
|
62
|
+
readonly UnderwritingCapabilityCardAcceptanceMethods: "underwriting.{capability}.cardAcceptanceMethods";
|
|
63
|
+
readonly UnderwritingCapabilityCurrentlyAcceptsCards: "underwriting.{capability}.currentlyAcceptsCards";
|
|
64
|
+
readonly UnderwritingCapabilityEstimatedActivityAverageTransactionAmount: "underwriting.{capability}.estimatedActivity.averageTransactionAmount";
|
|
65
|
+
readonly UnderwritingCapabilityEstimatedActivityMaximumTransactionAmount: "underwriting.{capability}.estimatedActivity.maximumTransactionAmount";
|
|
66
|
+
readonly UnderwritingCapabilityEstimatedActivityMonthlyVolumeRange: "underwriting.{capability}.estimatedActivity.monthlyVolumeRange";
|
|
67
|
+
readonly UnderwritingCapabilityFulfillment: "underwriting.{capability}.fulfillment";
|
|
68
|
+
readonly UnderwritingGeographicReach: "underwriting.geographicReach";
|
|
69
|
+
readonly UnderwritingPendingLitigation: "underwriting.pendingLitigation";
|
|
70
|
+
readonly UnderwritingDocumentsProcessingStatementsPast3Months: "underwriting.documents.processingStatementsPast3Months";
|
|
71
|
+
readonly UnderwritingCapabilityRefundPolicy: "underwriting.{capability}.refundPolicy";
|
|
72
|
+
readonly UnderwritingVolumeShareByCustomerType: "underwriting.volumeShareByCustomerType";
|
|
61
73
|
};
|
|
62
74
|
/**
|
|
63
75
|
* The unique ID of what the requirement is asking to be filled out.
|
|
@@ -128,6 +140,18 @@ export declare namespace RequirementID$ {
|
|
|
128
140
|
readonly RepresentativeRepUuidIsOwner: "representative.{rep-uuid}.is-owner";
|
|
129
141
|
readonly RepresentativeRepUuidOwnership: "representative.{rep-uuid}.ownership";
|
|
130
142
|
readonly DocumentDocUuid: "document.{doc-uuid}";
|
|
143
|
+
readonly UnderwritingBusinessPresence: "underwriting.businessPresence";
|
|
144
|
+
readonly UnderwritingCapabilityCardAcceptanceMethods: "underwriting.{capability}.cardAcceptanceMethods";
|
|
145
|
+
readonly UnderwritingCapabilityCurrentlyAcceptsCards: "underwriting.{capability}.currentlyAcceptsCards";
|
|
146
|
+
readonly UnderwritingCapabilityEstimatedActivityAverageTransactionAmount: "underwriting.{capability}.estimatedActivity.averageTransactionAmount";
|
|
147
|
+
readonly UnderwritingCapabilityEstimatedActivityMaximumTransactionAmount: "underwriting.{capability}.estimatedActivity.maximumTransactionAmount";
|
|
148
|
+
readonly UnderwritingCapabilityEstimatedActivityMonthlyVolumeRange: "underwriting.{capability}.estimatedActivity.monthlyVolumeRange";
|
|
149
|
+
readonly UnderwritingCapabilityFulfillment: "underwriting.{capability}.fulfillment";
|
|
150
|
+
readonly UnderwritingGeographicReach: "underwriting.geographicReach";
|
|
151
|
+
readonly UnderwritingPendingLitigation: "underwriting.pendingLitigation";
|
|
152
|
+
readonly UnderwritingDocumentsProcessingStatementsPast3Months: "underwriting.documents.processingStatementsPast3Months";
|
|
153
|
+
readonly UnderwritingCapabilityRefundPolicy: "underwriting.{capability}.refundPolicy";
|
|
154
|
+
readonly UnderwritingVolumeShareByCustomerType: "underwriting.volumeShareByCustomerType";
|
|
131
155
|
}>;
|
|
132
156
|
/** @deprecated use `RequirementID$outboundSchema` instead. */
|
|
133
157
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -185,6 +209,18 @@ export declare namespace RequirementID$ {
|
|
|
185
209
|
readonly RepresentativeRepUuidIsOwner: "representative.{rep-uuid}.is-owner";
|
|
186
210
|
readonly RepresentativeRepUuidOwnership: "representative.{rep-uuid}.ownership";
|
|
187
211
|
readonly DocumentDocUuid: "document.{doc-uuid}";
|
|
212
|
+
readonly UnderwritingBusinessPresence: "underwriting.businessPresence";
|
|
213
|
+
readonly UnderwritingCapabilityCardAcceptanceMethods: "underwriting.{capability}.cardAcceptanceMethods";
|
|
214
|
+
readonly UnderwritingCapabilityCurrentlyAcceptsCards: "underwriting.{capability}.currentlyAcceptsCards";
|
|
215
|
+
readonly UnderwritingCapabilityEstimatedActivityAverageTransactionAmount: "underwriting.{capability}.estimatedActivity.averageTransactionAmount";
|
|
216
|
+
readonly UnderwritingCapabilityEstimatedActivityMaximumTransactionAmount: "underwriting.{capability}.estimatedActivity.maximumTransactionAmount";
|
|
217
|
+
readonly UnderwritingCapabilityEstimatedActivityMonthlyVolumeRange: "underwriting.{capability}.estimatedActivity.monthlyVolumeRange";
|
|
218
|
+
readonly UnderwritingCapabilityFulfillment: "underwriting.{capability}.fulfillment";
|
|
219
|
+
readonly UnderwritingGeographicReach: "underwriting.geographicReach";
|
|
220
|
+
readonly UnderwritingPendingLitigation: "underwriting.pendingLitigation";
|
|
221
|
+
readonly UnderwritingDocumentsProcessingStatementsPast3Months: "underwriting.documents.processingStatementsPast3Months";
|
|
222
|
+
readonly UnderwritingCapabilityRefundPolicy: "underwriting.{capability}.refundPolicy";
|
|
223
|
+
readonly UnderwritingVolumeShareByCustomerType: "underwriting.volumeShareByCustomerType";
|
|
188
224
|
}>;
|
|
189
225
|
}
|
|
190
226
|
//# sourceMappingURL=requirementid.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requirementid.d.ts","sourceRoot":"","sources":["../../src/models/components/requirementid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"requirementid.d.ts","sourceRoot":"","sources":["../../src/models/components/requirementid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8EhB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AAE7D,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,aAAa,CACvD,OAAO,aAAa,CACS,CAAC;AAEhC,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,aAAa,CACxD,OAAO,aAAa,CACS,CAAC;AAEhC;;;GAGG;AACH,yBAAiB,cAAc,CAAC;IAC9B,6DAA6D;IACtD,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA8B,CAAC;IACzD,8DAA8D;IACvD,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAA+B,CAAC;CAC5D"}
|
|
@@ -96,6 +96,18 @@ exports.RequirementID = {
|
|
|
96
96
|
RepresentativeRepUuidIsOwner: "representative.{rep-uuid}.is-owner",
|
|
97
97
|
RepresentativeRepUuidOwnership: "representative.{rep-uuid}.ownership",
|
|
98
98
|
DocumentDocUuid: "document.{doc-uuid}",
|
|
99
|
+
UnderwritingBusinessPresence: "underwriting.businessPresence",
|
|
100
|
+
UnderwritingCapabilityCardAcceptanceMethods: "underwriting.{capability}.cardAcceptanceMethods",
|
|
101
|
+
UnderwritingCapabilityCurrentlyAcceptsCards: "underwriting.{capability}.currentlyAcceptsCards",
|
|
102
|
+
UnderwritingCapabilityEstimatedActivityAverageTransactionAmount: "underwriting.{capability}.estimatedActivity.averageTransactionAmount",
|
|
103
|
+
UnderwritingCapabilityEstimatedActivityMaximumTransactionAmount: "underwriting.{capability}.estimatedActivity.maximumTransactionAmount",
|
|
104
|
+
UnderwritingCapabilityEstimatedActivityMonthlyVolumeRange: "underwriting.{capability}.estimatedActivity.monthlyVolumeRange",
|
|
105
|
+
UnderwritingCapabilityFulfillment: "underwriting.{capability}.fulfillment",
|
|
106
|
+
UnderwritingGeographicReach: "underwriting.geographicReach",
|
|
107
|
+
UnderwritingPendingLitigation: "underwriting.pendingLitigation",
|
|
108
|
+
UnderwritingDocumentsProcessingStatementsPast3Months: "underwriting.documents.processingStatementsPast3Months",
|
|
109
|
+
UnderwritingCapabilityRefundPolicy: "underwriting.{capability}.refundPolicy",
|
|
110
|
+
UnderwritingVolumeShareByCustomerType: "underwriting.volumeShareByCustomerType",
|
|
99
111
|
};
|
|
100
112
|
/** @internal */
|
|
101
113
|
exports.RequirementID$inboundSchema = z.nativeEnum(exports.RequirementID);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requirementid.js","sourceRoot":"","sources":["../../src/models/components/requirementid.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGzB;;GAEG;AACU,QAAA,aAAa,GAAG;IAC3B,oBAAoB,EAAE,wBAAwB;IAC9C,gBAAgB,EAAE,mBAAmB;IACrC,eAAe,EAAE,kBAAkB;IACnC,uBAAuB,EAAE,4BAA4B;IACrD,mBAAmB,EAAE,sBAAsB;IAC3C,kBAAkB,EAAE,qBAAqB;IACzC,iBAAiB,EAAE,oBAAoB;IACvC,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,mBAAmB,EAAE,sBAAsB;IAC3C,iBAAiB,EAAE,oBAAoB;IACvC,4BAA4B,EAAE,iCAAiC;IAC/D,kBAAkB,EAAE,sBAAsB;IAC1C,oBAAoB,EAAE,wBAAwB;IAC9C,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,eAAe,EAAE,kBAAkB;IACnC,aAAa,EAAE,gBAAgB;IAC/B,cAAc,EAAE,iBAAiB;IACjC,mBAAmB,EAAE,sBAAsB;IAC3C,cAAc,EAAE,iBAAiB;IACjC,sBAAsB,EAAE,yBAAyB;IACjD,uBAAuB,EAAE,4BAA4B;IACrD,8BAA8B,EAAE,mCAAmC;IACnE,8BAA8B,EAAE,mCAAmC;IACnE,0BAA0B,EAAE,+BAA+B;IAC3D,uCAAuC,EACrC,6CAA6C;IAC/C,4BAA4B,EAAE,kCAAkC;IAChE,8BAA8B,EAAE,mCAAmC;IACnE,mBAAmB,EAAE,sBAAsB;IAC3C,mBAAmB,EAAE,sBAAsB;IAC3C,oCAAoC,EAClC,0CAA0C;IAC5C,gBAAgB,EAAE,oBAAoB;IACtC,yBAAyB,EAAE,8BAA8B;IACzD,yBAAyB,EAAE,8BAA8B;IACzD,4BAA4B,EAAE,gCAAgC;IAC9D,qBAAqB,EAAE,yBAAyB;IAChD,8BAA8B,EAAE,kCAAkC;IAClE,gCAAgC,EAAE,wCAAwC;IAC1E,yCAAyC,EACvC,iDAAiD;IACnD,2BAA2B,EAAE,kCAAkC;IAC/D,0BAA0B,EAAE,iCAAiC;IAC7D,kCAAkC,EAChC,2CAA2C;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,6BAA6B,EAAE,oCAAoC;IACnE,4BAA4B,EAAE,mCAAmC;IACjE,6BAA6B,EAAE,qCAAqC;IACpE,wBAAwB,EAAE,+BAA+B;IACzD,8BAA8B,EAAE,qCAAqC;IACrE,6BAA6B,EAAE,qCAAqC;IACpE,iCAAiC,EAAE,yCAAyC;IAC5E,4BAA4B,EAAE,oCAAoC;IAClE,8BAA8B,EAAE,qCAAqC;IACrE,eAAe,EAAE,qBAAqB;
|
|
1
|
+
{"version":3,"file":"requirementid.js","sourceRoot":"","sources":["../../src/models/components/requirementid.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -73,7 +73,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
73
73
|
export const SDK_METADATA = {
|
|
74
74
|
language: "typescript",
|
|
75
75
|
openapiDocVersion: "latest",
|
|
76
|
-
sdkVersion: "0.14.
|
|
77
|
-
genVersion: "2.
|
|
78
|
-
userAgent: "speakeasy-sdk/typescript 0.14.
|
|
76
|
+
sdkVersion: "0.14.12",
|
|
77
|
+
genVersion: "2.658.3",
|
|
78
|
+
userAgent: "speakeasy-sdk/typescript 0.14.12 2.658.3 latest @moovio/sdk",
|
|
79
79
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -67,6 +67,25 @@ export const RequirementID = {
|
|
|
67
67
|
RepresentativeRepUuidIsOwner: "representative.{rep-uuid}.is-owner",
|
|
68
68
|
RepresentativeRepUuidOwnership: "representative.{rep-uuid}.ownership",
|
|
69
69
|
DocumentDocUuid: "document.{doc-uuid}",
|
|
70
|
+
UnderwritingBusinessPresence: "underwriting.businessPresence",
|
|
71
|
+
UnderwritingCapabilityCardAcceptanceMethods:
|
|
72
|
+
"underwriting.{capability}.cardAcceptanceMethods",
|
|
73
|
+
UnderwritingCapabilityCurrentlyAcceptsCards:
|
|
74
|
+
"underwriting.{capability}.currentlyAcceptsCards",
|
|
75
|
+
UnderwritingCapabilityEstimatedActivityAverageTransactionAmount:
|
|
76
|
+
"underwriting.{capability}.estimatedActivity.averageTransactionAmount",
|
|
77
|
+
UnderwritingCapabilityEstimatedActivityMaximumTransactionAmount:
|
|
78
|
+
"underwriting.{capability}.estimatedActivity.maximumTransactionAmount",
|
|
79
|
+
UnderwritingCapabilityEstimatedActivityMonthlyVolumeRange:
|
|
80
|
+
"underwriting.{capability}.estimatedActivity.monthlyVolumeRange",
|
|
81
|
+
UnderwritingCapabilityFulfillment: "underwriting.{capability}.fulfillment",
|
|
82
|
+
UnderwritingGeographicReach: "underwriting.geographicReach",
|
|
83
|
+
UnderwritingPendingLitigation: "underwriting.pendingLitigation",
|
|
84
|
+
UnderwritingDocumentsProcessingStatementsPast3Months:
|
|
85
|
+
"underwriting.documents.processingStatementsPast3Months",
|
|
86
|
+
UnderwritingCapabilityRefundPolicy: "underwriting.{capability}.refundPolicy",
|
|
87
|
+
UnderwritingVolumeShareByCustomerType:
|
|
88
|
+
"underwriting.volumeShareByCustomerType",
|
|
70
89
|
} as const;
|
|
71
90
|
/**
|
|
72
91
|
* The unique ID of what the requirement is asking to be filled out.
|