@moovio/sdk 0.10.16 → 0.11.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.
Files changed (194) hide show
  1. package/bin/mcp-server.js +864 -8
  2. package/bin/mcp-server.js.map +42 -8
  3. package/jsr.json +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/lib/config.js.map +1 -1
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/mcp-server.js.map +1 -1
  9. package/mcp-server/server.js +1 -1
  10. package/mcp-server/server.js.map +1 -1
  11. package/models/components/dispute.d.ts +2 -0
  12. package/models/components/dispute.d.ts.map +1 -1
  13. package/models/components/dispute.js +2 -0
  14. package/models/components/dispute.js.map +1 -1
  15. package/models/components/index.d.ts +34 -0
  16. package/models/components/index.d.ts.map +1 -1
  17. package/models/components/index.js +34 -0
  18. package/models/components/index.js.map +1 -1
  19. package/models/components/webhookdata.d.ts +57 -0
  20. package/models/components/webhookdata.d.ts.map +1 -0
  21. package/models/components/webhookdata.js +154 -0
  22. package/models/components/webhookdata.js.map +1 -0
  23. package/models/components/webhookdataaccountcreated.d.ts +31 -0
  24. package/models/components/webhookdataaccountcreated.d.ts.map +1 -0
  25. package/models/components/webhookdataaccountcreated.js +71 -0
  26. package/models/components/webhookdataaccountcreated.js.map +1 -0
  27. package/models/components/webhookdataaccountdeleted.d.ts +31 -0
  28. package/models/components/webhookdataaccountdeleted.d.ts.map +1 -0
  29. package/models/components/webhookdataaccountdeleted.js +71 -0
  30. package/models/components/webhookdataaccountdeleted.js.map +1 -0
  31. package/models/components/webhookdataaccountupdated.d.ts +31 -0
  32. package/models/components/webhookdataaccountupdated.d.ts.map +1 -0
  33. package/models/components/webhookdataaccountupdated.js +71 -0
  34. package/models/components/webhookdataaccountupdated.js.map +1 -0
  35. package/models/components/webhookdatabalanceupdated.d.ts +31 -0
  36. package/models/components/webhookdatabalanceupdated.d.ts.map +1 -0
  37. package/models/components/webhookdatabalanceupdated.js +71 -0
  38. package/models/components/webhookdatabalanceupdated.js.map +1 -0
  39. package/models/components/webhookdatabankaccountcreated.d.ts +31 -0
  40. package/models/components/webhookdatabankaccountcreated.d.ts.map +1 -0
  41. package/models/components/webhookdatabankaccountcreated.js +71 -0
  42. package/models/components/webhookdatabankaccountcreated.js.map +1 -0
  43. package/models/components/webhookdatabankaccountdeleted.d.ts +31 -0
  44. package/models/components/webhookdatabankaccountdeleted.d.ts.map +1 -0
  45. package/models/components/webhookdatabankaccountdeleted.js +71 -0
  46. package/models/components/webhookdatabankaccountdeleted.js.map +1 -0
  47. package/models/components/webhookdatabankaccountupdated.d.ts +46 -0
  48. package/models/components/webhookdatabankaccountupdated.d.ts.map +1 -0
  49. package/models/components/webhookdatabankaccountupdated.js +80 -0
  50. package/models/components/webhookdatabankaccountupdated.js.map +1 -0
  51. package/models/components/webhookdatacancellationcreated.d.ts +34 -0
  52. package/models/components/webhookdatacancellationcreated.d.ts.map +1 -0
  53. package/models/components/webhookdatacancellationcreated.js +74 -0
  54. package/models/components/webhookdatacancellationcreated.js.map +1 -0
  55. package/models/components/webhookdatacancellationupdated.d.ts +34 -0
  56. package/models/components/webhookdatacancellationupdated.d.ts.map +1 -0
  57. package/models/components/webhookdatacancellationupdated.js +74 -0
  58. package/models/components/webhookdatacancellationupdated.js.map +1 -0
  59. package/models/components/webhookdatacapabilityrequested.d.ts +41 -0
  60. package/models/components/webhookdatacapabilityrequested.d.ts.map +1 -0
  61. package/models/components/webhookdatacapabilityrequested.js +74 -0
  62. package/models/components/webhookdatacapabilityrequested.js.map +1 -0
  63. package/models/components/webhookdatacapabilityupdated.d.ts +47 -0
  64. package/models/components/webhookdatacapabilityupdated.d.ts.map +1 -0
  65. package/models/components/webhookdatacapabilityupdated.js +77 -0
  66. package/models/components/webhookdatacapabilityupdated.js.map +1 -0
  67. package/models/components/webhookdatacardautoupdated.d.ts +37 -0
  68. package/models/components/webhookdatacardautoupdated.d.ts.map +1 -0
  69. package/models/components/webhookdatacardautoupdated.js +74 -0
  70. package/models/components/webhookdatacardautoupdated.js.map +1 -0
  71. package/models/components/webhookdatadisputecreated.d.ts +51 -0
  72. package/models/components/webhookdatadisputecreated.d.ts.map +1 -0
  73. package/models/components/webhookdatadisputecreated.js +81 -0
  74. package/models/components/webhookdatadisputecreated.js.map +1 -0
  75. package/models/components/webhookdatadisputeupdated.d.ts +51 -0
  76. package/models/components/webhookdatadisputeupdated.d.ts.map +1 -0
  77. package/models/components/webhookdatadisputeupdated.js +81 -0
  78. package/models/components/webhookdatadisputeupdated.js.map +1 -0
  79. package/models/components/webhookdatanetworkidupdated.d.ts +39 -0
  80. package/models/components/webhookdatanetworkidupdated.d.ts.map +1 -0
  81. package/models/components/webhookdatanetworkidupdated.js +80 -0
  82. package/models/components/webhookdatanetworkidupdated.js.map +1 -0
  83. package/models/components/webhookdatapaymentmethoddisabled.d.ts +33 -0
  84. package/models/components/webhookdatapaymentmethoddisabled.d.ts.map +1 -0
  85. package/models/components/webhookdatapaymentmethoddisabled.js +73 -0
  86. package/models/components/webhookdatapaymentmethoddisabled.js.map +1 -0
  87. package/models/components/webhookdatapaymentmethodenabled.d.ts +33 -0
  88. package/models/components/webhookdatapaymentmethodenabled.d.ts.map +1 -0
  89. package/models/components/webhookdatapaymentmethodenabled.js +73 -0
  90. package/models/components/webhookdatapaymentmethodenabled.js.map +1 -0
  91. package/models/components/webhookdatarefundcreated.d.ts +33 -0
  92. package/models/components/webhookdatarefundcreated.d.ts.map +1 -0
  93. package/models/components/webhookdatarefundcreated.js +73 -0
  94. package/models/components/webhookdatarefundcreated.js.map +1 -0
  95. package/models/components/webhookdatarefundupdated.d.ts +36 -0
  96. package/models/components/webhookdatarefundupdated.d.ts.map +1 -0
  97. package/models/components/webhookdatarefundupdated.js +76 -0
  98. package/models/components/webhookdatarefundupdated.js.map +1 -0
  99. package/models/components/webhookdatarepresentativecreated.d.ts +31 -0
  100. package/models/components/webhookdatarepresentativecreated.d.ts.map +1 -0
  101. package/models/components/webhookdatarepresentativecreated.js +71 -0
  102. package/models/components/webhookdatarepresentativecreated.js.map +1 -0
  103. package/models/components/webhookdatarepresentativedisabled.d.ts +31 -0
  104. package/models/components/webhookdatarepresentativedisabled.d.ts.map +1 -0
  105. package/models/components/webhookdatarepresentativedisabled.js +71 -0
  106. package/models/components/webhookdatarepresentativedisabled.js.map +1 -0
  107. package/models/components/webhookdatarepresentativeupdated.d.ts +31 -0
  108. package/models/components/webhookdatarepresentativeupdated.d.ts.map +1 -0
  109. package/models/components/webhookdatarepresentativeupdated.js +71 -0
  110. package/models/components/webhookdatarepresentativeupdated.js.map +1 -0
  111. package/models/components/webhookdatasweepcreated.d.ts +31 -0
  112. package/models/components/webhookdatasweepcreated.d.ts.map +1 -0
  113. package/models/components/webhookdatasweepcreated.js +71 -0
  114. package/models/components/webhookdatasweepcreated.js.map +1 -0
  115. package/models/components/webhookdatasweepupdated.d.ts +36 -0
  116. package/models/components/webhookdatasweepupdated.d.ts.map +1 -0
  117. package/models/components/webhookdatasweepupdated.js +76 -0
  118. package/models/components/webhookdatasweepupdated.js.map +1 -0
  119. package/models/components/webhookdataterminalapplicationcreated.d.ts +35 -0
  120. package/models/components/webhookdataterminalapplicationcreated.d.ts.map +1 -0
  121. package/models/components/webhookdataterminalapplicationcreated.js +72 -0
  122. package/models/components/webhookdataterminalapplicationcreated.js.map +1 -0
  123. package/models/components/webhookdataterminalapplicationupdated.d.ts +35 -0
  124. package/models/components/webhookdataterminalapplicationupdated.d.ts.map +1 -0
  125. package/models/components/webhookdataterminalapplicationupdated.js +72 -0
  126. package/models/components/webhookdataterminalapplicationupdated.js.map +1 -0
  127. package/models/components/webhookdatatransfercreated.d.ts +40 -0
  128. package/models/components/webhookdatatransfercreated.d.ts.map +1 -0
  129. package/models/components/webhookdatatransfercreated.js +74 -0
  130. package/models/components/webhookdatatransfercreated.js.map +1 -0
  131. package/models/components/webhookdatatransferupdated.d.ts +51 -0
  132. package/models/components/webhookdatatransferupdated.d.ts.map +1 -0
  133. package/models/components/webhookdatatransferupdated.js +79 -0
  134. package/models/components/webhookdatatransferupdated.js.map +1 -0
  135. package/models/components/webhookdatawallettransactionupdated.d.ts +42 -0
  136. package/models/components/webhookdatawallettransactionupdated.d.ts.map +1 -0
  137. package/models/components/webhookdatawallettransactionupdated.js +79 -0
  138. package/models/components/webhookdatawallettransactionupdated.js.map +1 -0
  139. package/models/components/webhookevent.d.ts +49 -0
  140. package/models/components/webhookevent.d.ts.map +1 -0
  141. package/models/components/webhookevent.js +77 -0
  142. package/models/components/webhookevent.js.map +1 -0
  143. package/models/components/webhookeventtype.d.ts +115 -0
  144. package/models/components/webhookeventtype.d.ts.map +1 -0
  145. package/models/components/webhookeventtype.js +90 -0
  146. package/models/components/webhookeventtype.js.map +1 -0
  147. package/models/components/webhooktransferpaymentmethoddetails.d.ts +34 -0
  148. package/models/components/webhooktransferpaymentmethoddetails.d.ts.map +1 -0
  149. package/models/components/webhooktransferpaymentmethoddetails.js +71 -0
  150. package/models/components/webhooktransferpaymentmethoddetails.js.map +1 -0
  151. package/models/components/webhookwalletavailablebalance.d.ts +36 -0
  152. package/models/components/webhookwalletavailablebalance.d.ts.map +1 -0
  153. package/models/components/webhookwalletavailablebalance.js +73 -0
  154. package/models/components/webhookwalletavailablebalance.js.map +1 -0
  155. package/package.json +1 -1
  156. package/src/lib/config.ts +3 -3
  157. package/src/mcp-server/mcp-server.ts +1 -1
  158. package/src/mcp-server/server.ts +1 -1
  159. package/src/models/components/dispute.ts +6 -0
  160. package/src/models/components/index.ts +34 -0
  161. package/src/models/components/webhookdata.ts +349 -0
  162. package/src/models/components/webhookdataaccountcreated.ts +70 -0
  163. package/src/models/components/webhookdataaccountdeleted.ts +70 -0
  164. package/src/models/components/webhookdataaccountupdated.ts +70 -0
  165. package/src/models/components/webhookdatabalanceupdated.ts +70 -0
  166. package/src/models/components/webhookdatabankaccountcreated.ts +72 -0
  167. package/src/models/components/webhookdatabankaccountdeleted.ts +72 -0
  168. package/src/models/components/webhookdatabankaccountupdated.ts +106 -0
  169. package/src/models/components/webhookdatacancellationcreated.ts +81 -0
  170. package/src/models/components/webhookdatacancellationupdated.ts +81 -0
  171. package/src/models/components/webhookdatacapabilityrequested.ts +88 -0
  172. package/src/models/components/webhookdatacapabilityupdated.ts +100 -0
  173. package/src/models/components/webhookdatacardautoupdated.ts +82 -0
  174. package/src/models/components/webhookdatadisputecreated.ts +106 -0
  175. package/src/models/components/webhookdatadisputeupdated.ts +106 -0
  176. package/src/models/components/webhookdatanetworkidupdated.ts +89 -0
  177. package/src/models/components/webhookdatapaymentmethoddisabled.ts +76 -0
  178. package/src/models/components/webhookdatapaymentmethodenabled.ts +76 -0
  179. package/src/models/components/webhookdatarefundcreated.ts +74 -0
  180. package/src/models/components/webhookdatarefundupdated.ts +83 -0
  181. package/src/models/components/webhookdatarepresentativecreated.ts +72 -0
  182. package/src/models/components/webhookdatarepresentativedisabled.ts +73 -0
  183. package/src/models/components/webhookdatarepresentativeupdated.ts +72 -0
  184. package/src/models/components/webhookdatasweepcreated.ts +70 -0
  185. package/src/models/components/webhookdatasweepupdated.ts +83 -0
  186. package/src/models/components/webhookdataterminalapplicationcreated.ts +83 -0
  187. package/src/models/components/webhookdataterminalapplicationupdated.ts +83 -0
  188. package/src/models/components/webhookdatatransfercreated.ts +85 -0
  189. package/src/models/components/webhookdatatransferupdated.ts +105 -0
  190. package/src/models/components/webhookdatawallettransactionupdated.ts +101 -0
  191. package/src/models/components/webhookevent.ts +97 -0
  192. package/src/models/components/webhookeventtype.ts +66 -0
  193. package/src/models/components/webhooktransferpaymentmethoddetails.ts +78 -0
  194. package/src/models/components/webhookwalletavailablebalance.ts +79 -0
package/bin/mcp-server.js CHANGED
@@ -34207,9 +34207,9 @@ var init_config = __esm(() => {
34207
34207
  SDK_METADATA = {
34208
34208
  language: "typescript",
34209
34209
  openapiDocVersion: "latest",
34210
- sdkVersion: "0.10.16",
34211
- genVersion: "2.588.4",
34212
- userAgent: "speakeasy-sdk/typescript 0.10.16 2.588.4 latest @moovio/sdk"
34210
+ sdkVersion: "0.11.0",
34211
+ genVersion: "2.593.4",
34212
+ userAgent: "speakeasy-sdk/typescript 0.11.0 2.593.4 latest @moovio/sdk"
34213
34213
  };
34214
34214
  });
34215
34215
 
@@ -40751,7 +40751,8 @@ var init_dispute = __esm(() => {
40751
40751
  respondBy: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
40752
40752
  status: DisputeStatus$inboundSchema,
40753
40753
  phase: DisputePhase$inboundSchema,
40754
- createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
40754
+ createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
40755
+ submittedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
40755
40756
  });
40756
40757
  Dispute$outboundSchema = objectType({
40757
40758
  disputeID: stringType(),
@@ -40763,7 +40764,8 @@ var init_dispute = __esm(() => {
40763
40764
  respondBy: dateType().transform((v2) => v2.toISOString()),
40764
40765
  status: DisputeStatus$outboundSchema,
40765
40766
  phase: DisputePhase$outboundSchema,
40766
- createdOn: dateType().transform((v2) => v2.toISOString())
40767
+ createdOn: dateType().transform((v2) => v2.toISOString()),
40768
+ submittedOn: dateType().transform((v2) => v2.toISOString()).optional()
40767
40769
  });
40768
40770
  ((Dispute$) => {
40769
40771
  Dispute$.inboundSchema = Dispute$inboundSchema;
@@ -44831,6 +44833,826 @@ var init_wallettransaction = __esm(() => {
44831
44833
  })(WalletTransaction$ ||= {});
44832
44834
  });
44833
44835
 
44836
+ // src/models/components/webhookdataaccountcreated.ts
44837
+ var WebhookDataAccountCreated$inboundSchema, WebhookDataAccountCreated$outboundSchema, WebhookDataAccountCreated$;
44838
+ var init_webhookdataaccountcreated = __esm(() => {
44839
+ init_lib();
44840
+ WebhookDataAccountCreated$inboundSchema = objectType({
44841
+ accountID: stringType(),
44842
+ foreignID: stringType().optional()
44843
+ });
44844
+ WebhookDataAccountCreated$outboundSchema = objectType({
44845
+ accountID: stringType(),
44846
+ foreignID: stringType().optional()
44847
+ });
44848
+ ((WebhookDataAccountCreated$) => {
44849
+ WebhookDataAccountCreated$.inboundSchema = WebhookDataAccountCreated$inboundSchema;
44850
+ WebhookDataAccountCreated$.outboundSchema = WebhookDataAccountCreated$outboundSchema;
44851
+ })(WebhookDataAccountCreated$ ||= {});
44852
+ });
44853
+
44854
+ // src/models/components/webhookdataaccountdeleted.ts
44855
+ var WebhookDataAccountDeleted$inboundSchema, WebhookDataAccountDeleted$outboundSchema, WebhookDataAccountDeleted$;
44856
+ var init_webhookdataaccountdeleted = __esm(() => {
44857
+ init_lib();
44858
+ WebhookDataAccountDeleted$inboundSchema = objectType({
44859
+ accountID: stringType(),
44860
+ foreignID: stringType().optional()
44861
+ });
44862
+ WebhookDataAccountDeleted$outboundSchema = objectType({
44863
+ accountID: stringType(),
44864
+ foreignID: stringType().optional()
44865
+ });
44866
+ ((WebhookDataAccountDeleted$) => {
44867
+ WebhookDataAccountDeleted$.inboundSchema = WebhookDataAccountDeleted$inboundSchema;
44868
+ WebhookDataAccountDeleted$.outboundSchema = WebhookDataAccountDeleted$outboundSchema;
44869
+ })(WebhookDataAccountDeleted$ ||= {});
44870
+ });
44871
+
44872
+ // src/models/components/webhookdataaccountupdated.ts
44873
+ var WebhookDataAccountUpdated$inboundSchema, WebhookDataAccountUpdated$outboundSchema, WebhookDataAccountUpdated$;
44874
+ var init_webhookdataaccountupdated = __esm(() => {
44875
+ init_lib();
44876
+ WebhookDataAccountUpdated$inboundSchema = objectType({
44877
+ accountID: stringType(),
44878
+ foreignID: stringType().optional()
44879
+ });
44880
+ WebhookDataAccountUpdated$outboundSchema = objectType({
44881
+ accountID: stringType(),
44882
+ foreignID: stringType().optional()
44883
+ });
44884
+ ((WebhookDataAccountUpdated$) => {
44885
+ WebhookDataAccountUpdated$.inboundSchema = WebhookDataAccountUpdated$inboundSchema;
44886
+ WebhookDataAccountUpdated$.outboundSchema = WebhookDataAccountUpdated$outboundSchema;
44887
+ })(WebhookDataAccountUpdated$ ||= {});
44888
+ });
44889
+
44890
+ // src/models/components/webhookdatabalanceupdated.ts
44891
+ var WebhookDataBalanceUpdated$inboundSchema, WebhookDataBalanceUpdated$outboundSchema, WebhookDataBalanceUpdated$;
44892
+ var init_webhookdatabalanceupdated = __esm(() => {
44893
+ init_lib();
44894
+ WebhookDataBalanceUpdated$inboundSchema = objectType({
44895
+ accountID: stringType(),
44896
+ walletID: stringType()
44897
+ });
44898
+ WebhookDataBalanceUpdated$outboundSchema = objectType({
44899
+ accountID: stringType(),
44900
+ walletID: stringType()
44901
+ });
44902
+ ((WebhookDataBalanceUpdated$) => {
44903
+ WebhookDataBalanceUpdated$.inboundSchema = WebhookDataBalanceUpdated$inboundSchema;
44904
+ WebhookDataBalanceUpdated$.outboundSchema = WebhookDataBalanceUpdated$outboundSchema;
44905
+ })(WebhookDataBalanceUpdated$ ||= {});
44906
+ });
44907
+
44908
+ // src/models/components/webhookdatabankaccountcreated.ts
44909
+ var WebhookDataBankAccountCreated$inboundSchema, WebhookDataBankAccountCreated$outboundSchema, WebhookDataBankAccountCreated$;
44910
+ var init_webhookdatabankaccountcreated = __esm(() => {
44911
+ init_lib();
44912
+ WebhookDataBankAccountCreated$inboundSchema = objectType({
44913
+ bankAccountID: stringType(),
44914
+ accountID: stringType()
44915
+ });
44916
+ WebhookDataBankAccountCreated$outboundSchema = objectType({
44917
+ bankAccountID: stringType(),
44918
+ accountID: stringType()
44919
+ });
44920
+ ((WebhookDataBankAccountCreated$) => {
44921
+ WebhookDataBankAccountCreated$.inboundSchema = WebhookDataBankAccountCreated$inboundSchema;
44922
+ WebhookDataBankAccountCreated$.outboundSchema = WebhookDataBankAccountCreated$outboundSchema;
44923
+ })(WebhookDataBankAccountCreated$ ||= {});
44924
+ });
44925
+
44926
+ // src/models/components/webhookdatabankaccountdeleted.ts
44927
+ var WebhookDataBankAccountDeleted$inboundSchema, WebhookDataBankAccountDeleted$outboundSchema, WebhookDataBankAccountDeleted$;
44928
+ var init_webhookdatabankaccountdeleted = __esm(() => {
44929
+ init_lib();
44930
+ WebhookDataBankAccountDeleted$inboundSchema = objectType({
44931
+ bankAccountID: stringType(),
44932
+ accountID: stringType()
44933
+ });
44934
+ WebhookDataBankAccountDeleted$outboundSchema = objectType({
44935
+ bankAccountID: stringType(),
44936
+ accountID: stringType()
44937
+ });
44938
+ ((WebhookDataBankAccountDeleted$) => {
44939
+ WebhookDataBankAccountDeleted$.inboundSchema = WebhookDataBankAccountDeleted$inboundSchema;
44940
+ WebhookDataBankAccountDeleted$.outboundSchema = WebhookDataBankAccountDeleted$outboundSchema;
44941
+ })(WebhookDataBankAccountDeleted$ ||= {});
44942
+ });
44943
+
44944
+ // src/models/components/webhookdatabankaccountupdated.ts
44945
+ var WebhookDataBankAccountUpdated$inboundSchema, WebhookDataBankAccountUpdated$outboundSchema, WebhookDataBankAccountUpdated$;
44946
+ var init_webhookdatabankaccountupdated = __esm(() => {
44947
+ init_lib();
44948
+ init_bankaccountexception();
44949
+ init_bankaccountstatus();
44950
+ init_bankaccountstatusreason();
44951
+ WebhookDataBankAccountUpdated$inboundSchema = objectType({
44952
+ bankAccountID: stringType(),
44953
+ accountID: stringType(),
44954
+ status: BankAccountStatus$inboundSchema,
44955
+ statusReason: BankAccountStatusReason$inboundSchema,
44956
+ exceptionDetails: BankAccountException$inboundSchema.optional()
44957
+ });
44958
+ WebhookDataBankAccountUpdated$outboundSchema = objectType({
44959
+ bankAccountID: stringType(),
44960
+ accountID: stringType(),
44961
+ status: BankAccountStatus$outboundSchema,
44962
+ statusReason: BankAccountStatusReason$outboundSchema,
44963
+ exceptionDetails: BankAccountException$outboundSchema.optional()
44964
+ });
44965
+ ((WebhookDataBankAccountUpdated$) => {
44966
+ WebhookDataBankAccountUpdated$.inboundSchema = WebhookDataBankAccountUpdated$inboundSchema;
44967
+ WebhookDataBankAccountUpdated$.outboundSchema = WebhookDataBankAccountUpdated$outboundSchema;
44968
+ })(WebhookDataBankAccountUpdated$ ||= {});
44969
+ });
44970
+
44971
+ // src/models/components/webhookdatacancellationcreated.ts
44972
+ var WebhookDataCancellationCreated$inboundSchema, WebhookDataCancellationCreated$outboundSchema, WebhookDataCancellationCreated$;
44973
+ var init_webhookdatacancellationcreated = __esm(() => {
44974
+ init_lib();
44975
+ init_cancellationstatus();
44976
+ WebhookDataCancellationCreated$inboundSchema = objectType({
44977
+ cancellationID: stringType(),
44978
+ transferID: stringType(),
44979
+ status: CancellationStatus$inboundSchema
44980
+ });
44981
+ WebhookDataCancellationCreated$outboundSchema = objectType({
44982
+ cancellationID: stringType(),
44983
+ transferID: stringType(),
44984
+ status: CancellationStatus$outboundSchema
44985
+ });
44986
+ ((WebhookDataCancellationCreated$) => {
44987
+ WebhookDataCancellationCreated$.inboundSchema = WebhookDataCancellationCreated$inboundSchema;
44988
+ WebhookDataCancellationCreated$.outboundSchema = WebhookDataCancellationCreated$outboundSchema;
44989
+ })(WebhookDataCancellationCreated$ ||= {});
44990
+ });
44991
+
44992
+ // src/models/components/webhookdatacancellationupdated.ts
44993
+ var WebhookDataCancellationUpdated$inboundSchema, WebhookDataCancellationUpdated$outboundSchema, WebhookDataCancellationUpdated$;
44994
+ var init_webhookdatacancellationupdated = __esm(() => {
44995
+ init_lib();
44996
+ init_cancellationstatus();
44997
+ WebhookDataCancellationUpdated$inboundSchema = objectType({
44998
+ cancellationID: stringType(),
44999
+ transferID: stringType(),
45000
+ status: CancellationStatus$inboundSchema
45001
+ });
45002
+ WebhookDataCancellationUpdated$outboundSchema = objectType({
45003
+ cancellationID: stringType(),
45004
+ transferID: stringType(),
45005
+ status: CancellationStatus$outboundSchema
45006
+ });
45007
+ ((WebhookDataCancellationUpdated$) => {
45008
+ WebhookDataCancellationUpdated$.inboundSchema = WebhookDataCancellationUpdated$inboundSchema;
45009
+ WebhookDataCancellationUpdated$.outboundSchema = WebhookDataCancellationUpdated$outboundSchema;
45010
+ })(WebhookDataCancellationUpdated$ ||= {});
45011
+ });
45012
+
45013
+ // src/models/components/webhookdatacapabilityrequested.ts
45014
+ var WebhookDataCapabilityRequested$inboundSchema, WebhookDataCapabilityRequested$outboundSchema, WebhookDataCapabilityRequested$;
45015
+ var init_webhookdatacapabilityrequested = __esm(() => {
45016
+ init_lib();
45017
+ init_capabilityid();
45018
+ WebhookDataCapabilityRequested$inboundSchema = objectType({
45019
+ accountID: stringType(),
45020
+ foreignID: stringType().optional(),
45021
+ capabilityID: CapabilityID$inboundSchema
45022
+ });
45023
+ WebhookDataCapabilityRequested$outboundSchema = objectType({
45024
+ accountID: stringType(),
45025
+ foreignID: stringType().optional(),
45026
+ capabilityID: CapabilityID$outboundSchema
45027
+ });
45028
+ ((WebhookDataCapabilityRequested$) => {
45029
+ WebhookDataCapabilityRequested$.inboundSchema = WebhookDataCapabilityRequested$inboundSchema;
45030
+ WebhookDataCapabilityRequested$.outboundSchema = WebhookDataCapabilityRequested$outboundSchema;
45031
+ })(WebhookDataCapabilityRequested$ ||= {});
45032
+ });
45033
+
45034
+ // src/models/components/webhookdatacapabilityupdated.ts
45035
+ var WebhookDataCapabilityUpdated$inboundSchema, WebhookDataCapabilityUpdated$outboundSchema, WebhookDataCapabilityUpdated$;
45036
+ var init_webhookdatacapabilityupdated = __esm(() => {
45037
+ init_lib();
45038
+ init_capabilityid();
45039
+ init_capabilitystatus();
45040
+ WebhookDataCapabilityUpdated$inboundSchema = objectType({
45041
+ accountID: stringType(),
45042
+ foreignID: stringType().optional(),
45043
+ capabilityID: CapabilityID$inboundSchema,
45044
+ status: CapabilityStatus$inboundSchema
45045
+ });
45046
+ WebhookDataCapabilityUpdated$outboundSchema = objectType({
45047
+ accountID: stringType(),
45048
+ foreignID: stringType().optional(),
45049
+ capabilityID: CapabilityID$outboundSchema,
45050
+ status: CapabilityStatus$outboundSchema
45051
+ });
45052
+ ((WebhookDataCapabilityUpdated$) => {
45053
+ WebhookDataCapabilityUpdated$.inboundSchema = WebhookDataCapabilityUpdated$inboundSchema;
45054
+ WebhookDataCapabilityUpdated$.outboundSchema = WebhookDataCapabilityUpdated$outboundSchema;
45055
+ })(WebhookDataCapabilityUpdated$ ||= {});
45056
+ });
45057
+
45058
+ // src/models/components/webhookdatacardautoupdated.ts
45059
+ var WebhookDataCardAutoUpdated$inboundSchema, WebhookDataCardAutoUpdated$outboundSchema, WebhookDataCardAutoUpdated$;
45060
+ var init_webhookdatacardautoupdated = __esm(() => {
45061
+ init_lib();
45062
+ init_cardupdatereason();
45063
+ WebhookDataCardAutoUpdated$inboundSchema = objectType({
45064
+ cardID: stringType(),
45065
+ accountID: stringType(),
45066
+ updateType: CardUpdateReason$inboundSchema
45067
+ });
45068
+ WebhookDataCardAutoUpdated$outboundSchema = objectType({
45069
+ cardID: stringType(),
45070
+ accountID: stringType(),
45071
+ updateType: CardUpdateReason$outboundSchema
45072
+ });
45073
+ ((WebhookDataCardAutoUpdated$) => {
45074
+ WebhookDataCardAutoUpdated$.inboundSchema = WebhookDataCardAutoUpdated$inboundSchema;
45075
+ WebhookDataCardAutoUpdated$.outboundSchema = WebhookDataCardAutoUpdated$outboundSchema;
45076
+ })(WebhookDataCardAutoUpdated$ ||= {});
45077
+ });
45078
+
45079
+ // src/models/components/webhookdatadisputecreated.ts
45080
+ var WebhookDataDisputeCreated$inboundSchema, WebhookDataDisputeCreated$outboundSchema, WebhookDataDisputeCreated$;
45081
+ var init_webhookdatadisputecreated = __esm(() => {
45082
+ init_lib();
45083
+ init_disputephase();
45084
+ init_disputestatus();
45085
+ WebhookDataDisputeCreated$inboundSchema = objectType({
45086
+ accountID: stringType(),
45087
+ transferID: stringType(),
45088
+ transactionID: stringType(),
45089
+ disputeID: stringType(),
45090
+ status: DisputeStatus$inboundSchema,
45091
+ phase: DisputePhase$inboundSchema
45092
+ });
45093
+ WebhookDataDisputeCreated$outboundSchema = objectType({
45094
+ accountID: stringType(),
45095
+ transferID: stringType(),
45096
+ transactionID: stringType(),
45097
+ disputeID: stringType(),
45098
+ status: DisputeStatus$outboundSchema,
45099
+ phase: DisputePhase$outboundSchema
45100
+ });
45101
+ ((WebhookDataDisputeCreated$) => {
45102
+ WebhookDataDisputeCreated$.inboundSchema = WebhookDataDisputeCreated$inboundSchema;
45103
+ WebhookDataDisputeCreated$.outboundSchema = WebhookDataDisputeCreated$outboundSchema;
45104
+ })(WebhookDataDisputeCreated$ ||= {});
45105
+ });
45106
+
45107
+ // src/models/components/webhookdatadisputeupdated.ts
45108
+ var WebhookDataDisputeUpdated$inboundSchema, WebhookDataDisputeUpdated$outboundSchema, WebhookDataDisputeUpdated$;
45109
+ var init_webhookdatadisputeupdated = __esm(() => {
45110
+ init_lib();
45111
+ init_disputephase();
45112
+ init_disputestatus();
45113
+ WebhookDataDisputeUpdated$inboundSchema = objectType({
45114
+ accountID: stringType(),
45115
+ transferID: stringType(),
45116
+ transactionID: stringType(),
45117
+ disputeID: stringType(),
45118
+ status: DisputeStatus$inboundSchema,
45119
+ phase: DisputePhase$inboundSchema
45120
+ });
45121
+ WebhookDataDisputeUpdated$outboundSchema = objectType({
45122
+ accountID: stringType(),
45123
+ transferID: stringType(),
45124
+ transactionID: stringType(),
45125
+ disputeID: stringType(),
45126
+ status: DisputeStatus$outboundSchema,
45127
+ phase: DisputePhase$outboundSchema
45128
+ });
45129
+ ((WebhookDataDisputeUpdated$) => {
45130
+ WebhookDataDisputeUpdated$.inboundSchema = WebhookDataDisputeUpdated$inboundSchema;
45131
+ WebhookDataDisputeUpdated$.outboundSchema = WebhookDataDisputeUpdated$outboundSchema;
45132
+ })(WebhookDataDisputeUpdated$ ||= {});
45133
+ });
45134
+
45135
+ // src/models/components/webhookdatanetworkidupdated.ts
45136
+ var WebhookDataNetworkIDUpdated$inboundSchema, WebhookDataNetworkIDUpdated$outboundSchema, WebhookDataNetworkIDUpdated$;
45137
+ var init_webhookdatanetworkidupdated = __esm(() => {
45138
+ init_lib();
45139
+ WebhookDataNetworkIDUpdated$inboundSchema = objectType({
45140
+ accountID: stringType(),
45141
+ visaMid: stringType().optional(),
45142
+ mastercardMid: stringType().optional(),
45143
+ discoverMid: stringType().optional(),
45144
+ amexMid: stringType().optional(),
45145
+ updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional()
45146
+ });
45147
+ WebhookDataNetworkIDUpdated$outboundSchema = objectType({
45148
+ accountID: stringType(),
45149
+ visaMid: stringType().optional(),
45150
+ mastercardMid: stringType().optional(),
45151
+ discoverMid: stringType().optional(),
45152
+ amexMid: stringType().optional(),
45153
+ updatedOn: dateType().transform((v2) => v2.toISOString()).optional()
45154
+ });
45155
+ ((WebhookDataNetworkIDUpdated$) => {
45156
+ WebhookDataNetworkIDUpdated$.inboundSchema = WebhookDataNetworkIDUpdated$inboundSchema;
45157
+ WebhookDataNetworkIDUpdated$.outboundSchema = WebhookDataNetworkIDUpdated$outboundSchema;
45158
+ })(WebhookDataNetworkIDUpdated$ ||= {});
45159
+ });
45160
+
45161
+ // src/models/components/webhookdatapaymentmethoddisabled.ts
45162
+ var WebhookDataPaymentMethodDisabled$inboundSchema, WebhookDataPaymentMethodDisabled$outboundSchema, WebhookDataPaymentMethodDisabled$;
45163
+ var init_webhookdatapaymentmethoddisabled = __esm(() => {
45164
+ init_lib();
45165
+ WebhookDataPaymentMethodDisabled$inboundSchema = objectType({
45166
+ accountID: stringType(),
45167
+ paymentMethodID: stringType(),
45168
+ sourceID: stringType()
45169
+ });
45170
+ WebhookDataPaymentMethodDisabled$outboundSchema = objectType({
45171
+ accountID: stringType(),
45172
+ paymentMethodID: stringType(),
45173
+ sourceID: stringType()
45174
+ });
45175
+ ((WebhookDataPaymentMethodDisabled$) => {
45176
+ WebhookDataPaymentMethodDisabled$.inboundSchema = WebhookDataPaymentMethodDisabled$inboundSchema;
45177
+ WebhookDataPaymentMethodDisabled$.outboundSchema = WebhookDataPaymentMethodDisabled$outboundSchema;
45178
+ })(WebhookDataPaymentMethodDisabled$ ||= {});
45179
+ });
45180
+
45181
+ // src/models/components/webhookdatapaymentmethodenabled.ts
45182
+ var WebhookDataPaymentMethodEnabled$inboundSchema, WebhookDataPaymentMethodEnabled$outboundSchema, WebhookDataPaymentMethodEnabled$;
45183
+ var init_webhookdatapaymentmethodenabled = __esm(() => {
45184
+ init_lib();
45185
+ WebhookDataPaymentMethodEnabled$inboundSchema = objectType({
45186
+ accountID: stringType(),
45187
+ paymentMethodID: stringType(),
45188
+ sourceID: stringType()
45189
+ });
45190
+ WebhookDataPaymentMethodEnabled$outboundSchema = objectType({
45191
+ accountID: stringType(),
45192
+ paymentMethodID: stringType(),
45193
+ sourceID: stringType()
45194
+ });
45195
+ ((WebhookDataPaymentMethodEnabled$) => {
45196
+ WebhookDataPaymentMethodEnabled$.inboundSchema = WebhookDataPaymentMethodEnabled$inboundSchema;
45197
+ WebhookDataPaymentMethodEnabled$.outboundSchema = WebhookDataPaymentMethodEnabled$outboundSchema;
45198
+ })(WebhookDataPaymentMethodEnabled$ ||= {});
45199
+ });
45200
+
45201
+ // src/models/components/webhookdatarefundcreated.ts
45202
+ var WebhookDataRefundCreated$inboundSchema, WebhookDataRefundCreated$outboundSchema, WebhookDataRefundCreated$;
45203
+ var init_webhookdatarefundcreated = __esm(() => {
45204
+ init_lib();
45205
+ WebhookDataRefundCreated$inboundSchema = objectType({
45206
+ accountID: stringType(),
45207
+ transferID: stringType(),
45208
+ refundID: stringType()
45209
+ });
45210
+ WebhookDataRefundCreated$outboundSchema = objectType({
45211
+ accountID: stringType(),
45212
+ transferID: stringType(),
45213
+ refundID: stringType()
45214
+ });
45215
+ ((WebhookDataRefundCreated$) => {
45216
+ WebhookDataRefundCreated$.inboundSchema = WebhookDataRefundCreated$inboundSchema;
45217
+ WebhookDataRefundCreated$.outboundSchema = WebhookDataRefundCreated$outboundSchema;
45218
+ })(WebhookDataRefundCreated$ ||= {});
45219
+ });
45220
+
45221
+ // src/models/components/webhookdatarefundupdated.ts
45222
+ var WebhookDataRefundUpdated$inboundSchema, WebhookDataRefundUpdated$outboundSchema, WebhookDataRefundUpdated$;
45223
+ var init_webhookdatarefundupdated = __esm(() => {
45224
+ init_lib();
45225
+ init_refundstatus();
45226
+ WebhookDataRefundUpdated$inboundSchema = objectType({
45227
+ accountID: stringType(),
45228
+ transferID: stringType(),
45229
+ refundID: stringType(),
45230
+ status: RefundStatus$inboundSchema
45231
+ });
45232
+ WebhookDataRefundUpdated$outboundSchema = objectType({
45233
+ accountID: stringType(),
45234
+ transferID: stringType(),
45235
+ refundID: stringType(),
45236
+ status: RefundStatus$outboundSchema
45237
+ });
45238
+ ((WebhookDataRefundUpdated$) => {
45239
+ WebhookDataRefundUpdated$.inboundSchema = WebhookDataRefundUpdated$inboundSchema;
45240
+ WebhookDataRefundUpdated$.outboundSchema = WebhookDataRefundUpdated$outboundSchema;
45241
+ })(WebhookDataRefundUpdated$ ||= {});
45242
+ });
45243
+
45244
+ // src/models/components/webhookdatarepresentativecreated.ts
45245
+ var WebhookDataRepresentativeCreated$inboundSchema, WebhookDataRepresentativeCreated$outboundSchema, WebhookDataRepresentativeCreated$;
45246
+ var init_webhookdatarepresentativecreated = __esm(() => {
45247
+ init_lib();
45248
+ WebhookDataRepresentativeCreated$inboundSchema = objectType({
45249
+ accountID: stringType(),
45250
+ representativeID: stringType()
45251
+ });
45252
+ WebhookDataRepresentativeCreated$outboundSchema = objectType({
45253
+ accountID: stringType(),
45254
+ representativeID: stringType()
45255
+ });
45256
+ ((WebhookDataRepresentativeCreated$) => {
45257
+ WebhookDataRepresentativeCreated$.inboundSchema = WebhookDataRepresentativeCreated$inboundSchema;
45258
+ WebhookDataRepresentativeCreated$.outboundSchema = WebhookDataRepresentativeCreated$outboundSchema;
45259
+ })(WebhookDataRepresentativeCreated$ ||= {});
45260
+ });
45261
+
45262
+ // src/models/components/webhookdatarepresentativedisabled.ts
45263
+ var WebhookDataRepresentativeDisabled$inboundSchema, WebhookDataRepresentativeDisabled$outboundSchema, WebhookDataRepresentativeDisabled$;
45264
+ var init_webhookdatarepresentativedisabled = __esm(() => {
45265
+ init_lib();
45266
+ WebhookDataRepresentativeDisabled$inboundSchema = objectType({
45267
+ accountID: stringType(),
45268
+ representativeID: stringType()
45269
+ });
45270
+ WebhookDataRepresentativeDisabled$outboundSchema = objectType({
45271
+ accountID: stringType(),
45272
+ representativeID: stringType()
45273
+ });
45274
+ ((WebhookDataRepresentativeDisabled$) => {
45275
+ WebhookDataRepresentativeDisabled$.inboundSchema = WebhookDataRepresentativeDisabled$inboundSchema;
45276
+ WebhookDataRepresentativeDisabled$.outboundSchema = WebhookDataRepresentativeDisabled$outboundSchema;
45277
+ })(WebhookDataRepresentativeDisabled$ ||= {});
45278
+ });
45279
+
45280
+ // src/models/components/webhookdatarepresentativeupdated.ts
45281
+ var WebhookDataRepresentativeUpdated$inboundSchema, WebhookDataRepresentativeUpdated$outboundSchema, WebhookDataRepresentativeUpdated$;
45282
+ var init_webhookdatarepresentativeupdated = __esm(() => {
45283
+ init_lib();
45284
+ WebhookDataRepresentativeUpdated$inboundSchema = objectType({
45285
+ accountID: stringType(),
45286
+ representativeID: stringType()
45287
+ });
45288
+ WebhookDataRepresentativeUpdated$outboundSchema = objectType({
45289
+ accountID: stringType(),
45290
+ representativeID: stringType()
45291
+ });
45292
+ ((WebhookDataRepresentativeUpdated$) => {
45293
+ WebhookDataRepresentativeUpdated$.inboundSchema = WebhookDataRepresentativeUpdated$inboundSchema;
45294
+ WebhookDataRepresentativeUpdated$.outboundSchema = WebhookDataRepresentativeUpdated$outboundSchema;
45295
+ })(WebhookDataRepresentativeUpdated$ ||= {});
45296
+ });
45297
+
45298
+ // src/models/components/webhookdatasweepcreated.ts
45299
+ var WebhookDataSweepCreated$inboundSchema, WebhookDataSweepCreated$outboundSchema, WebhookDataSweepCreated$;
45300
+ var init_webhookdatasweepcreated = __esm(() => {
45301
+ init_lib();
45302
+ WebhookDataSweepCreated$inboundSchema = objectType({
45303
+ walletID: stringType(),
45304
+ sweepID: stringType()
45305
+ });
45306
+ WebhookDataSweepCreated$outboundSchema = objectType({
45307
+ walletID: stringType(),
45308
+ sweepID: stringType()
45309
+ });
45310
+ ((WebhookDataSweepCreated$) => {
45311
+ WebhookDataSweepCreated$.inboundSchema = WebhookDataSweepCreated$inboundSchema;
45312
+ WebhookDataSweepCreated$.outboundSchema = WebhookDataSweepCreated$outboundSchema;
45313
+ })(WebhookDataSweepCreated$ ||= {});
45314
+ });
45315
+
45316
+ // src/models/components/webhookdatasweepupdated.ts
45317
+ var WebhookDataSweepUpdated$inboundSchema, WebhookDataSweepUpdated$outboundSchema, WebhookDataSweepUpdated$;
45318
+ var init_webhookdatasweepupdated = __esm(() => {
45319
+ init_lib();
45320
+ init_sweepstatus();
45321
+ WebhookDataSweepUpdated$inboundSchema = objectType({
45322
+ walletID: stringType(),
45323
+ sweepID: stringType(),
45324
+ transferID: stringType().optional(),
45325
+ status: SweepStatus$inboundSchema
45326
+ });
45327
+ WebhookDataSweepUpdated$outboundSchema = objectType({
45328
+ walletID: stringType(),
45329
+ sweepID: stringType(),
45330
+ transferID: stringType().optional(),
45331
+ status: SweepStatus$outboundSchema
45332
+ });
45333
+ ((WebhookDataSweepUpdated$) => {
45334
+ WebhookDataSweepUpdated$.inboundSchema = WebhookDataSweepUpdated$inboundSchema;
45335
+ WebhookDataSweepUpdated$.outboundSchema = WebhookDataSweepUpdated$outboundSchema;
45336
+ })(WebhookDataSweepUpdated$ ||= {});
45337
+ });
45338
+
45339
+ // src/models/components/webhookdataterminalapplicationcreated.ts
45340
+ var WebhookDataTerminalApplicationCreated$inboundSchema, WebhookDataTerminalApplicationCreated$outboundSchema, WebhookDataTerminalApplicationCreated$;
45341
+ var init_webhookdataterminalapplicationcreated = __esm(() => {
45342
+ init_lib();
45343
+ init_terminalapplicationstatus();
45344
+ WebhookDataTerminalApplicationCreated$inboundSchema = objectType({
45345
+ terminalApplicationID: stringType(),
45346
+ status: TerminalApplicationStatus$inboundSchema
45347
+ });
45348
+ WebhookDataTerminalApplicationCreated$outboundSchema = objectType({
45349
+ terminalApplicationID: stringType(),
45350
+ status: TerminalApplicationStatus$outboundSchema
45351
+ });
45352
+ ((WebhookDataTerminalApplicationCreated$) => {
45353
+ WebhookDataTerminalApplicationCreated$.inboundSchema = WebhookDataTerminalApplicationCreated$inboundSchema;
45354
+ WebhookDataTerminalApplicationCreated$.outboundSchema = WebhookDataTerminalApplicationCreated$outboundSchema;
45355
+ })(WebhookDataTerminalApplicationCreated$ ||= {});
45356
+ });
45357
+
45358
+ // src/models/components/webhookdataterminalapplicationupdated.ts
45359
+ var WebhookDataTerminalApplicationUpdated$inboundSchema, WebhookDataTerminalApplicationUpdated$outboundSchema, WebhookDataTerminalApplicationUpdated$;
45360
+ var init_webhookdataterminalapplicationupdated = __esm(() => {
45361
+ init_lib();
45362
+ init_terminalapplicationstatus();
45363
+ WebhookDataTerminalApplicationUpdated$inboundSchema = objectType({
45364
+ terminalApplicationID: stringType(),
45365
+ status: TerminalApplicationStatus$inboundSchema
45366
+ });
45367
+ WebhookDataTerminalApplicationUpdated$outboundSchema = objectType({
45368
+ terminalApplicationID: stringType(),
45369
+ status: TerminalApplicationStatus$outboundSchema
45370
+ });
45371
+ ((WebhookDataTerminalApplicationUpdated$) => {
45372
+ WebhookDataTerminalApplicationUpdated$.inboundSchema = WebhookDataTerminalApplicationUpdated$inboundSchema;
45373
+ WebhookDataTerminalApplicationUpdated$.outboundSchema = WebhookDataTerminalApplicationUpdated$outboundSchema;
45374
+ })(WebhookDataTerminalApplicationUpdated$ ||= {});
45375
+ });
45376
+
45377
+ // src/models/components/webhookdatatransfercreated.ts
45378
+ var WebhookDataTransferCreated$inboundSchema, WebhookDataTransferCreated$outboundSchema, WebhookDataTransferCreated$;
45379
+ var init_webhookdatatransfercreated = __esm(() => {
45380
+ init_lib();
45381
+ init_transferstatus();
45382
+ WebhookDataTransferCreated$inboundSchema = objectType({
45383
+ accountID: stringType(),
45384
+ transferID: stringType(),
45385
+ status: TransferStatus$inboundSchema
45386
+ });
45387
+ WebhookDataTransferCreated$outboundSchema = objectType({
45388
+ accountID: stringType(),
45389
+ transferID: stringType(),
45390
+ status: TransferStatus$outboundSchema
45391
+ });
45392
+ ((WebhookDataTransferCreated$) => {
45393
+ WebhookDataTransferCreated$.inboundSchema = WebhookDataTransferCreated$inboundSchema;
45394
+ WebhookDataTransferCreated$.outboundSchema = WebhookDataTransferCreated$outboundSchema;
45395
+ })(WebhookDataTransferCreated$ ||= {});
45396
+ });
45397
+
45398
+ // src/models/components/webhooktransferpaymentmethoddetails.ts
45399
+ var WebhookTransferPaymentMethodDetails$inboundSchema, WebhookTransferPaymentMethodDetails$outboundSchema, WebhookTransferPaymentMethodDetails$;
45400
+ var init_webhooktransferpaymentmethoddetails = __esm(() => {
45401
+ init_lib();
45402
+ WebhookTransferPaymentMethodDetails$inboundSchema = objectType({
45403
+ accountID: stringType(),
45404
+ paymentMethodID: stringType()
45405
+ });
45406
+ WebhookTransferPaymentMethodDetails$outboundSchema = objectType({
45407
+ accountID: stringType(),
45408
+ paymentMethodID: stringType()
45409
+ });
45410
+ ((WebhookTransferPaymentMethodDetails$) => {
45411
+ WebhookTransferPaymentMethodDetails$.inboundSchema = WebhookTransferPaymentMethodDetails$inboundSchema;
45412
+ WebhookTransferPaymentMethodDetails$.outboundSchema = WebhookTransferPaymentMethodDetails$outboundSchema;
45413
+ })(WebhookTransferPaymentMethodDetails$ ||= {});
45414
+ });
45415
+
45416
+ // src/models/components/webhookdatatransferupdated.ts
45417
+ var WebhookDataTransferUpdated$inboundSchema, WebhookDataTransferUpdated$outboundSchema, WebhookDataTransferUpdated$;
45418
+ var init_webhookdatatransferupdated = __esm(() => {
45419
+ init_lib();
45420
+ init_transferstatus();
45421
+ init_webhooktransferpaymentmethoddetails();
45422
+ WebhookDataTransferUpdated$inboundSchema = objectType({
45423
+ accountID: stringType(),
45424
+ transferID: stringType(),
45425
+ status: TransferStatus$inboundSchema,
45426
+ source: WebhookTransferPaymentMethodDetails$inboundSchema,
45427
+ destination: WebhookTransferPaymentMethodDetails$inboundSchema
45428
+ });
45429
+ WebhookDataTransferUpdated$outboundSchema = objectType({
45430
+ accountID: stringType(),
45431
+ transferID: stringType(),
45432
+ status: TransferStatus$outboundSchema,
45433
+ source: WebhookTransferPaymentMethodDetails$outboundSchema,
45434
+ destination: WebhookTransferPaymentMethodDetails$outboundSchema
45435
+ });
45436
+ ((WebhookDataTransferUpdated$) => {
45437
+ WebhookDataTransferUpdated$.inboundSchema = WebhookDataTransferUpdated$inboundSchema;
45438
+ WebhookDataTransferUpdated$.outboundSchema = WebhookDataTransferUpdated$outboundSchema;
45439
+ })(WebhookDataTransferUpdated$ ||= {});
45440
+ });
45441
+
45442
+ // src/models/components/webhookwalletavailablebalance.ts
45443
+ var WebhookWalletAvailableBalance$inboundSchema, WebhookWalletAvailableBalance$outboundSchema, WebhookWalletAvailableBalance$;
45444
+ var init_webhookwalletavailablebalance = __esm(() => {
45445
+ init_lib();
45446
+ WebhookWalletAvailableBalance$inboundSchema = objectType({
45447
+ currency: stringType(),
45448
+ value: numberType().int(),
45449
+ valueDecimal: stringType()
45450
+ });
45451
+ WebhookWalletAvailableBalance$outboundSchema = objectType({
45452
+ currency: stringType(),
45453
+ value: numberType().int(),
45454
+ valueDecimal: stringType()
45455
+ });
45456
+ ((WebhookWalletAvailableBalance$) => {
45457
+ WebhookWalletAvailableBalance$.inboundSchema = WebhookWalletAvailableBalance$inboundSchema;
45458
+ WebhookWalletAvailableBalance$.outboundSchema = WebhookWalletAvailableBalance$outboundSchema;
45459
+ })(WebhookWalletAvailableBalance$ ||= {});
45460
+ });
45461
+
45462
+ // src/models/components/webhookdatawallettransactionupdated.ts
45463
+ var WebhookDataWalletTransactionUpdated$inboundSchema, WebhookDataWalletTransactionUpdated$outboundSchema, WebhookDataWalletTransactionUpdated$;
45464
+ var init_webhookdatawallettransactionupdated = __esm(() => {
45465
+ init_lib();
45466
+ init_wallettransactionstatus();
45467
+ init_webhookwalletavailablebalance();
45468
+ WebhookDataWalletTransactionUpdated$inboundSchema = objectType({
45469
+ accountID: stringType(),
45470
+ walletID: stringType(),
45471
+ transactionID: stringType(),
45472
+ status: WalletTransactionStatus$inboundSchema,
45473
+ availableBalance: WebhookWalletAvailableBalance$inboundSchema.optional()
45474
+ });
45475
+ WebhookDataWalletTransactionUpdated$outboundSchema = objectType({
45476
+ accountID: stringType(),
45477
+ walletID: stringType(),
45478
+ transactionID: stringType(),
45479
+ status: WalletTransactionStatus$outboundSchema,
45480
+ availableBalance: WebhookWalletAvailableBalance$outboundSchema.optional()
45481
+ });
45482
+ ((WebhookDataWalletTransactionUpdated$) => {
45483
+ WebhookDataWalletTransactionUpdated$.inboundSchema = WebhookDataWalletTransactionUpdated$inboundSchema;
45484
+ WebhookDataWalletTransactionUpdated$.outboundSchema = WebhookDataWalletTransactionUpdated$outboundSchema;
45485
+ })(WebhookDataWalletTransactionUpdated$ ||= {});
45486
+ });
45487
+
45488
+ // src/models/components/webhookdata.ts
45489
+ var WebhookData$inboundSchema, WebhookData$outboundSchema, WebhookData$;
45490
+ var init_webhookdata = __esm(() => {
45491
+ init_lib();
45492
+ init_webhookdataaccountcreated();
45493
+ init_webhookdataaccountdeleted();
45494
+ init_webhookdataaccountupdated();
45495
+ init_webhookdatabalanceupdated();
45496
+ init_webhookdatabankaccountcreated();
45497
+ init_webhookdatabankaccountdeleted();
45498
+ init_webhookdatabankaccountupdated();
45499
+ init_webhookdatacancellationcreated();
45500
+ init_webhookdatacancellationupdated();
45501
+ init_webhookdatacapabilityrequested();
45502
+ init_webhookdatacapabilityupdated();
45503
+ init_webhookdatacardautoupdated();
45504
+ init_webhookdatadisputecreated();
45505
+ init_webhookdatadisputeupdated();
45506
+ init_webhookdatanetworkidupdated();
45507
+ init_webhookdatapaymentmethoddisabled();
45508
+ init_webhookdatapaymentmethodenabled();
45509
+ init_webhookdatarefundcreated();
45510
+ init_webhookdatarefundupdated();
45511
+ init_webhookdatarepresentativecreated();
45512
+ init_webhookdatarepresentativedisabled();
45513
+ init_webhookdatarepresentativeupdated();
45514
+ init_webhookdatasweepcreated();
45515
+ init_webhookdatasweepupdated();
45516
+ init_webhookdataterminalapplicationcreated();
45517
+ init_webhookdataterminalapplicationupdated();
45518
+ init_webhookdatatransfercreated();
45519
+ init_webhookdatatransferupdated();
45520
+ init_webhookdatawallettransactionupdated();
45521
+ WebhookData$inboundSchema = unionType([
45522
+ WebhookDataAccountCreated$inboundSchema,
45523
+ WebhookDataAccountUpdated$inboundSchema,
45524
+ WebhookDataAccountDeleted$inboundSchema,
45525
+ WebhookDataBalanceUpdated$inboundSchema,
45526
+ WebhookDataBankAccountCreated$inboundSchema,
45527
+ WebhookDataBankAccountDeleted$inboundSchema,
45528
+ WebhookDataRepresentativeCreated$inboundSchema,
45529
+ WebhookDataRepresentativeUpdated$inboundSchema,
45530
+ WebhookDataRepresentativeDisabled$inboundSchema,
45531
+ WebhookDataSweepCreated$inboundSchema,
45532
+ WebhookDataTerminalApplicationCreated$inboundSchema,
45533
+ WebhookDataTerminalApplicationUpdated$inboundSchema,
45534
+ WebhookDataCancellationCreated$inboundSchema,
45535
+ WebhookDataCancellationUpdated$inboundSchema,
45536
+ WebhookDataCardAutoUpdated$inboundSchema,
45537
+ WebhookDataCapabilityRequested$inboundSchema,
45538
+ WebhookDataPaymentMethodEnabled$inboundSchema,
45539
+ WebhookDataPaymentMethodDisabled$inboundSchema,
45540
+ WebhookDataRefundCreated$inboundSchema,
45541
+ WebhookDataTransferCreated$inboundSchema,
45542
+ WebhookDataCapabilityUpdated$inboundSchema,
45543
+ WebhookDataRefundUpdated$inboundSchema,
45544
+ WebhookDataSweepUpdated$inboundSchema,
45545
+ WebhookDataBankAccountUpdated$inboundSchema,
45546
+ WebhookDataTransferUpdated$inboundSchema,
45547
+ WebhookDataWalletTransactionUpdated$inboundSchema,
45548
+ WebhookDataDisputeCreated$inboundSchema,
45549
+ WebhookDataDisputeUpdated$inboundSchema,
45550
+ WebhookDataNetworkIDUpdated$inboundSchema
45551
+ ]);
45552
+ WebhookData$outboundSchema = unionType([
45553
+ WebhookDataAccountCreated$outboundSchema,
45554
+ WebhookDataAccountUpdated$outboundSchema,
45555
+ WebhookDataAccountDeleted$outboundSchema,
45556
+ WebhookDataBalanceUpdated$outboundSchema,
45557
+ WebhookDataBankAccountCreated$outboundSchema,
45558
+ WebhookDataBankAccountDeleted$outboundSchema,
45559
+ WebhookDataRepresentativeCreated$outboundSchema,
45560
+ WebhookDataRepresentativeUpdated$outboundSchema,
45561
+ WebhookDataRepresentativeDisabled$outboundSchema,
45562
+ WebhookDataSweepCreated$outboundSchema,
45563
+ WebhookDataTerminalApplicationCreated$outboundSchema,
45564
+ WebhookDataTerminalApplicationUpdated$outboundSchema,
45565
+ WebhookDataCancellationCreated$outboundSchema,
45566
+ WebhookDataCancellationUpdated$outboundSchema,
45567
+ WebhookDataCardAutoUpdated$outboundSchema,
45568
+ WebhookDataCapabilityRequested$outboundSchema,
45569
+ WebhookDataPaymentMethodEnabled$outboundSchema,
45570
+ WebhookDataPaymentMethodDisabled$outboundSchema,
45571
+ WebhookDataRefundCreated$outboundSchema,
45572
+ WebhookDataTransferCreated$outboundSchema,
45573
+ WebhookDataCapabilityUpdated$outboundSchema,
45574
+ WebhookDataRefundUpdated$outboundSchema,
45575
+ WebhookDataSweepUpdated$outboundSchema,
45576
+ WebhookDataBankAccountUpdated$outboundSchema,
45577
+ WebhookDataTransferUpdated$outboundSchema,
45578
+ WebhookDataWalletTransactionUpdated$outboundSchema,
45579
+ WebhookDataDisputeCreated$outboundSchema,
45580
+ WebhookDataDisputeUpdated$outboundSchema,
45581
+ WebhookDataNetworkIDUpdated$outboundSchema
45582
+ ]);
45583
+ ((WebhookData$) => {
45584
+ WebhookData$.inboundSchema = WebhookData$inboundSchema;
45585
+ WebhookData$.outboundSchema = WebhookData$outboundSchema;
45586
+ })(WebhookData$ ||= {});
45587
+ });
45588
+
45589
+ // src/models/components/webhookeventtype.ts
45590
+ var WebhookEventType, WebhookEventType$inboundSchema, WebhookEventType$outboundSchema, WebhookEventType$;
45591
+ var init_webhookeventtype = __esm(() => {
45592
+ init_lib();
45593
+ WebhookEventType = {
45594
+ AccountCreated: "account.created",
45595
+ AccountUpdated: "account.updated",
45596
+ AccountDeleted: "account.deleted",
45597
+ BalanceUpdated: "balance.updated",
45598
+ BankAccountCreated: "bankAccount.created",
45599
+ BankAccountUpdated: "bankAccount.updated",
45600
+ BankAccountDeleted: "bankAccount.deleted",
45601
+ CancellationCreated: "cancellation.created",
45602
+ CancellationUpdated: "cancellation.updated",
45603
+ CardAutoUpdated: "card.autoUpdated",
45604
+ CapabilityRequested: "capability.requested",
45605
+ CapabilityUpdated: "capability.updated",
45606
+ DisputeCreated: "dispute.created",
45607
+ DisputeUpdated: "dispute.updated",
45608
+ NetworkIDUpdated: "networkID.updated",
45609
+ PaymentMethodEnabled: "paymentMethod.enabled",
45610
+ PaymentMethodDisabled: "paymentMethod.disabled",
45611
+ RefundCreated: "refund.created",
45612
+ RefundUpdated: "refund.updated",
45613
+ RepresentativeCreated: "representative.created",
45614
+ RepresentativeUpdated: "representative.updated",
45615
+ RepresentativeDeleted: "representative.deleted",
45616
+ SweepCreated: "sweep.created",
45617
+ SweepUpdated: "sweep.updated",
45618
+ TerminalApplicationCreated: "terminalApplication.created",
45619
+ TerminalApplicationUpdated: "terminalApplication.updated",
45620
+ TransferCreated: "transfer.created",
45621
+ TransferUpdated: "transfer.updated",
45622
+ WalletTransactionUpdated: "walletTransaction.updated"
45623
+ };
45624
+ WebhookEventType$inboundSchema = nativeEnumType(WebhookEventType);
45625
+ WebhookEventType$outboundSchema = WebhookEventType$inboundSchema;
45626
+ ((WebhookEventType$) => {
45627
+ WebhookEventType$.inboundSchema = WebhookEventType$inboundSchema;
45628
+ WebhookEventType$.outboundSchema = WebhookEventType$outboundSchema;
45629
+ })(WebhookEventType$ ||= {});
45630
+ });
45631
+
45632
+ // src/models/components/webhookevent.ts
45633
+ var WebhookEvent$inboundSchema, WebhookEvent$outboundSchema, WebhookEvent$;
45634
+ var init_webhookevent = __esm(() => {
45635
+ init_lib();
45636
+ init_webhookdata();
45637
+ init_webhookeventtype();
45638
+ WebhookEvent$inboundSchema = objectType({
45639
+ eventID: stringType(),
45640
+ type: WebhookEventType$inboundSchema,
45641
+ data: WebhookData$inboundSchema,
45642
+ createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
45643
+ });
45644
+ WebhookEvent$outboundSchema = objectType({
45645
+ eventID: stringType(),
45646
+ type: WebhookEventType$outboundSchema,
45647
+ data: WebhookData$outboundSchema,
45648
+ createdOn: dateType().transform((v2) => v2.toISOString())
45649
+ });
45650
+ ((WebhookEvent$) => {
45651
+ WebhookEvent$.inboundSchema = WebhookEvent$inboundSchema;
45652
+ WebhookEvent$.outboundSchema = WebhookEvent$outboundSchema;
45653
+ })(WebhookEvent$ ||= {});
45654
+ });
45655
+
44834
45656
  // src/models/components/index.ts
44835
45657
  var init_components = __esm(() => {
44836
45658
  init_account();
@@ -45195,6 +46017,40 @@ var init_components = __esm(() => {
45195
46017
  init_wallettransactionsourcetype();
45196
46018
  init_wallettransactionstatus();
45197
46019
  init_wallettransactiontype();
46020
+ init_webhookdata();
46021
+ init_webhookdataaccountcreated();
46022
+ init_webhookdataaccountdeleted();
46023
+ init_webhookdataaccountupdated();
46024
+ init_webhookdatabalanceupdated();
46025
+ init_webhookdatabankaccountcreated();
46026
+ init_webhookdatabankaccountdeleted();
46027
+ init_webhookdatabankaccountupdated();
46028
+ init_webhookdatacancellationcreated();
46029
+ init_webhookdatacancellationupdated();
46030
+ init_webhookdatacapabilityrequested();
46031
+ init_webhookdatacapabilityupdated();
46032
+ init_webhookdatacardautoupdated();
46033
+ init_webhookdatadisputecreated();
46034
+ init_webhookdatadisputeupdated();
46035
+ init_webhookdatanetworkidupdated();
46036
+ init_webhookdatapaymentmethoddisabled();
46037
+ init_webhookdatapaymentmethodenabled();
46038
+ init_webhookdatarefundcreated();
46039
+ init_webhookdatarefundupdated();
46040
+ init_webhookdatarepresentativecreated();
46041
+ init_webhookdatarepresentativedisabled();
46042
+ init_webhookdatarepresentativeupdated();
46043
+ init_webhookdatasweepcreated();
46044
+ init_webhookdatasweepupdated();
46045
+ init_webhookdataterminalapplicationcreated();
46046
+ init_webhookdataterminalapplicationupdated();
46047
+ init_webhookdatatransfercreated();
46048
+ init_webhookdatatransferupdated();
46049
+ init_webhookdatawallettransactionupdated();
46050
+ init_webhookevent();
46051
+ init_webhookeventtype();
46052
+ init_webhooktransferpaymentmethoddetails();
46053
+ init_webhookwalletavailablebalance();
45198
46054
  });
45199
46055
 
45200
46056
  // src/models/errors/addcapabilitieserror.ts
@@ -71451,7 +72307,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
71451
72307
  function createMCPServer(deps) {
71452
72308
  const server = new McpServer({
71453
72309
  name: "Moov",
71454
- version: "0.10.16"
72310
+ version: "0.11.0"
71455
72311
  });
71456
72312
  const client = new MoovCore({
71457
72313
  security: deps.security,
@@ -72961,7 +73817,7 @@ var routes = rn({
72961
73817
  var app = Ve(routes, {
72962
73818
  name: "mcp",
72963
73819
  versionInfo: {
72964
- currentVersion: "0.10.16"
73820
+ currentVersion: "0.11.0"
72965
73821
  }
72966
73822
  });
72967
73823
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -72969,5 +73825,5 @@ export {
72969
73825
  app
72970
73826
  };
72971
73827
 
72972
- //# debugId=9FD9E775DF99AF7B64756E2164756E21
73828
+ //# debugId=E0B29D05441F0A5E64756E2164756E21
72973
73829
  //# sourceMappingURL=mcp-server.js.map