@moovio/sdk 0.14.28 → 0.14.29

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.
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "@moovio/sdk",
21
- "version": "0.14.28",
21
+ "version": "0.14.29",
22
22
  "dependencies": {
23
23
  "zod": "^3.20.0"
24
24
  },
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@moovio/sdk",
5
- "version": "0.14.28",
5
+ "version": "0.14.29",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
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.28";
43
- readonly genVersion: "2.686.7";
44
- readonly userAgent: "speakeasy-sdk/typescript 0.14.28 2.686.7 latest @moovio/sdk";
42
+ readonly sdkVersion: "0.14.29";
43
+ readonly genVersion: "2.687.1";
44
+ readonly userAgent: "speakeasy-sdk/typescript 0.14.29 2.687.1 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.28",
35
- genVersion: "2.686.7",
36
- userAgent: "speakeasy-sdk/typescript 0.14.28 2.686.7 latest @moovio/sdk",
34
+ sdkVersion: "0.14.29",
35
+ genVersion: "2.687.1",
36
+ userAgent: "speakeasy-sdk/typescript 0.14.29 2.687.1 latest @moovio/sdk",
37
37
  };
38
38
  //# sourceMappingURL=config.js.map
@@ -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.28",
25
+ currentVersion: "0.14.29",
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));
@@ -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.28",
158
+ version: "0.14.29",
159
159
  });
160
160
  const client = new core_js_1.MoovCore({
161
161
  security: deps.security,
@@ -26,6 +26,7 @@ export declare const WalletTransactionType: {
26
26
  readonly TopUp: "top-up";
27
27
  readonly WalletTransfer: "wallet-transfer";
28
28
  readonly Adjustment: "adjustment";
29
+ readonly FeeRevenue: "fee-revenue";
29
30
  };
30
31
  export type WalletTransactionType = ClosedEnum<typeof WalletTransactionType>;
31
32
  /** @internal */
@@ -64,6 +65,7 @@ export declare namespace WalletTransactionType$ {
64
65
  readonly TopUp: "top-up";
65
66
  readonly WalletTransfer: "wallet-transfer";
66
67
  readonly Adjustment: "adjustment";
68
+ readonly FeeRevenue: "fee-revenue";
67
69
  }>;
68
70
  /** @deprecated use `WalletTransactionType$outboundSchema` instead. */
69
71
  const outboundSchema: z.ZodNativeEnum<{
@@ -92,6 +94,7 @@ export declare namespace WalletTransactionType$ {
92
94
  readonly TopUp: "top-up";
93
95
  readonly WalletTransfer: "wallet-transfer";
94
96
  readonly Adjustment: "adjustment";
97
+ readonly FeeRevenue: "fee-revenue";
95
98
  }>;
96
99
  }
97
100
  //# sourceMappingURL=wallettransactiontype.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"wallettransactiontype.d.ts","sourceRoot":"","sources":["../../src/models/components/wallettransactiontype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BxB,CAAC;AACX,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuC,CAAC;CACpE"}
1
+ {"version":3,"file":"wallettransactiontype.d.ts","sourceRoot":"","sources":["../../src/models/components/wallettransactiontype.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BxB,CAAC;AACX,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAuC,CAAC;CACpE"}
@@ -64,6 +64,7 @@ exports.WalletTransactionType = {
64
64
  TopUp: "top-up",
65
65
  WalletTransfer: "wallet-transfer",
66
66
  Adjustment: "adjustment",
67
+ FeeRevenue: "fee-revenue",
67
68
  };
68
69
  /** @internal */
69
70
  exports.WalletTransactionType$inboundSchema = z.nativeEnum(exports.WalletTransactionType);
@@ -1 +1 @@
1
- {"version":3,"file":"wallettransactiontype.js","sourceRoot":"","sources":["../../src/models/components/wallettransactiontype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,qBAAqB,GAAG;IACnC,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,qBAAqB;IACzC,4BAA4B,EAAE,gCAAgC;IAC9D,eAAe,EAAE,mBAAmB;IACpC,kBAAkB,EAAE,sBAAsB;IAC1C,cAAc,EAAE,iBAAiB;IACjC,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,QAAQ;IACf,cAAc,EAAE,iBAAiB;IACjC,UAAU,EAAE,YAAY;CAChB,CAAC;AAGX,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAE7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACrE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC"}
1
+ {"version":3,"file":"wallettransactiontype.js","sourceRoot":"","sources":["../../src/models/components/wallettransactiontype.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,uCAAyB;AAGZ,QAAA,qBAAqB,GAAG;IACnC,cAAc,EAAE,iBAAiB;IACjC,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,WAAW,EAAE,cAAc;IAC3B,YAAY,EAAE,eAAe;IAC7B,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,kBAAkB;IACnC,cAAc,EAAE,iBAAiB;IACjC,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,qBAAqB;IACzC,4BAA4B,EAAE,gCAAgC;IAC9D,eAAe,EAAE,mBAAmB;IACpC,kBAAkB,EAAE,sBAAsB;IAC1C,cAAc,EAAE,iBAAiB;IACjC,OAAO,EAAE,UAAU;IACnB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,gBAAgB;IAC/B,UAAU,EAAE,aAAa;IACzB,KAAK,EAAE,QAAQ;IACf,cAAc,EAAE,iBAAiB;IACjC,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,aAAa;CACjB,CAAC;AAGX,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAE7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACrE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moovio/sdk",
3
- "version": "0.14.28",
3
+ "version": "0.14.29",
4
4
  "author": "Moov",
5
5
  "bin": {
6
6
  "mcp": "bin/mcp-server.js"
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.28",
77
- genVersion: "2.686.7",
78
- userAgent: "speakeasy-sdk/typescript 0.14.28 2.686.7 latest @moovio/sdk",
76
+ sdkVersion: "0.14.29",
77
+ genVersion: "2.687.1",
78
+ userAgent: "speakeasy-sdk/typescript 0.14.29 2.687.1 latest @moovio/sdk",
79
79
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "0.14.28",
22
+ currentVersion: "0.14.29",
23
23
  },
24
24
  });
25
25
 
@@ -168,7 +168,7 @@ export function createMCPServer(deps: {
168
168
  }) {
169
169
  const server = new McpServer({
170
170
  name: "Moov",
171
- version: "0.14.28",
171
+ version: "0.14.29",
172
172
  });
173
173
 
174
174
  const client = new MoovCore({
@@ -31,6 +31,7 @@ export const WalletTransactionType = {
31
31
  TopUp: "top-up",
32
32
  WalletTransfer: "wallet-transfer",
33
33
  Adjustment: "adjustment",
34
+ FeeRevenue: "fee-revenue",
34
35
  } as const;
35
36
  export type WalletTransactionType = ClosedEnum<typeof WalletTransactionType>;
36
37