@blue-repository/types 0.10.0 → 0.12.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 (239) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +2 -3
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/common/blue-ids.d.ts +1 -0
  7. package/dist/packages/common/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/common/blue-ids.js +1 -0
  9. package/dist/packages/common/blue-ids.js.map +1 -1
  10. package/dist/packages/common/contents/Currency.d.ts +8 -0
  11. package/dist/packages/common/contents/Currency.d.ts.map +1 -0
  12. package/dist/packages/common/contents/Currency.js +8 -0
  13. package/dist/packages/common/contents/Currency.js.map +1 -0
  14. package/dist/packages/common/contents/index.d.ts +8 -0
  15. package/dist/packages/common/contents/index.d.ts.map +1 -1
  16. package/dist/packages/common/contents/index.js +3 -0
  17. package/dist/packages/common/contents/index.js.map +1 -1
  18. package/dist/packages/common/index.d.ts +22 -0
  19. package/dist/packages/common/index.d.ts.map +1 -1
  20. package/dist/packages/common/meta.d.ts +10 -0
  21. package/dist/packages/common/meta.d.ts.map +1 -1
  22. package/dist/packages/common/meta.js +11 -0
  23. package/dist/packages/common/meta.js.map +1 -1
  24. package/dist/packages/common/schemas/Currency.d.ts +8 -0
  25. package/dist/packages/common/schemas/Currency.d.ts.map +1 -0
  26. package/dist/packages/common/schemas/Currency.js +5 -0
  27. package/dist/packages/common/schemas/Currency.js.map +1 -0
  28. package/dist/packages/common/schemas/index.d.ts +6 -0
  29. package/dist/packages/common/schemas/index.d.ts.map +1 -1
  30. package/dist/packages/common/schemas/index.js +3 -0
  31. package/dist/packages/common/schemas/index.js.map +1 -1
  32. package/dist/packages/conversation/blue-ids.d.ts +10 -7
  33. package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
  34. package/dist/packages/conversation/blue-ids.js +10 -7
  35. package/dist/packages/conversation/blue-ids.js.map +1 -1
  36. package/dist/packages/conversation/contents/AcceptChangeWorkflow.d.ts +1 -1
  37. package/dist/packages/conversation/contents/AcceptChangeWorkflow.js +1 -1
  38. package/dist/packages/conversation/contents/AcceptChangeWorkflow.js.map +1 -1
  39. package/dist/packages/conversation/contents/ChangeOperation.d.ts +1 -1
  40. package/dist/packages/conversation/contents/ChangeOperation.js +1 -1
  41. package/dist/packages/conversation/contents/ChangeRequest.d.ts +8 -8
  42. package/dist/packages/conversation/contents/ChangeRequest.js +8 -8
  43. package/dist/packages/conversation/contents/ChangeRequest.js.map +1 -1
  44. package/dist/packages/conversation/contents/ChangeWorkflow.d.ts +2 -2
  45. package/dist/packages/conversation/contents/ChangeWorkflow.js +2 -2
  46. package/dist/packages/conversation/contents/ChangeWorkflow.js.map +1 -1
  47. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts +44 -0
  48. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts.map +1 -0
  49. package/dist/packages/conversation/contents/CustomerActionRequested.js +44 -0
  50. package/dist/packages/conversation/contents/CustomerActionRequested.js.map +1 -0
  51. package/dist/packages/conversation/contents/CustomerConsent.d.ts +233 -0
  52. package/dist/packages/conversation/contents/CustomerConsent.d.ts.map +1 -0
  53. package/dist/packages/conversation/contents/CustomerConsent.js +244 -0
  54. package/dist/packages/conversation/contents/CustomerConsent.js.map +1 -0
  55. package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts +17 -0
  56. package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts.map +1 -0
  57. package/dist/packages/conversation/contents/CustomerConsentRevoked.js +17 -0
  58. package/dist/packages/conversation/contents/CustomerConsentRevoked.js.map +1 -0
  59. package/dist/packages/conversation/contents/ProposeChangeOperation.d.ts +1 -1
  60. package/dist/packages/conversation/contents/ProposeChangeOperation.js +1 -1
  61. package/dist/packages/conversation/contents/ProposeChangeWorkflow.d.ts +2 -2
  62. package/dist/packages/conversation/contents/ProposeChangeWorkflow.js +2 -2
  63. package/dist/packages/conversation/contents/ProposeChangeWorkflow.js.map +1 -1
  64. package/dist/packages/conversation/contents/RejectChangeWorkflow.d.ts +1 -1
  65. package/dist/packages/conversation/contents/RejectChangeWorkflow.js +1 -1
  66. package/dist/packages/conversation/contents/RejectChangeWorkflow.js.map +1 -1
  67. package/dist/packages/conversation/contents/index.d.ts +482 -188
  68. package/dist/packages/conversation/contents/index.d.ts.map +1 -1
  69. package/dist/packages/conversation/contents/index.js +30 -21
  70. package/dist/packages/conversation/contents/index.js.map +1 -1
  71. package/dist/packages/conversation/index.d.ts +1319 -390
  72. package/dist/packages/conversation/index.d.ts.map +1 -1
  73. package/dist/packages/conversation/meta.d.ts +57 -27
  74. package/dist/packages/conversation/meta.d.ts.map +1 -1
  75. package/dist/packages/conversation/meta.js +53 -20
  76. package/dist/packages/conversation/meta.js.map +1 -1
  77. package/dist/packages/conversation/schemas/ChangeOperation.d.ts +5 -5
  78. package/dist/packages/conversation/schemas/ChangeRequest.d.ts +3 -3
  79. package/dist/packages/conversation/schemas/ChangeRequest.js +1 -1
  80. package/dist/packages/conversation/schemas/ChangeRequest.js.map +1 -1
  81. package/dist/packages/conversation/schemas/ChangeWorkflow.d.ts +5 -5
  82. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts +40 -0
  83. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts.map +1 -0
  84. package/dist/packages/conversation/schemas/CustomerActionRequested.js +15 -0
  85. package/dist/packages/conversation/schemas/CustomerActionRequested.js.map +1 -0
  86. package/dist/packages/conversation/schemas/CustomerConsent.d.ts +548 -0
  87. package/dist/packages/conversation/schemas/CustomerConsent.d.ts.map +1 -0
  88. package/dist/packages/conversation/schemas/CustomerConsent.js +31 -0
  89. package/dist/packages/conversation/schemas/CustomerConsent.js.map +1 -0
  90. package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts +29 -0
  91. package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts.map +1 -0
  92. package/dist/packages/conversation/schemas/CustomerConsentRevoked.js +11 -0
  93. package/dist/packages/conversation/schemas/CustomerConsentRevoked.js.map +1 -0
  94. package/dist/packages/conversation/schemas/DocumentBootstrapFailed.d.ts +2 -2
  95. package/dist/packages/conversation/schemas/DocumentBootstrapResponded.d.ts +2 -2
  96. package/dist/packages/conversation/schemas/ProposeChangeOperation.d.ts +5 -5
  97. package/dist/packages/conversation/schemas/ProposeChangeWorkflow.d.ts +5 -5
  98. package/dist/packages/conversation/schemas/index.d.ts +645 -34
  99. package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
  100. package/dist/packages/conversation/schemas/index.js +16 -7
  101. package/dist/packages/conversation/schemas/index.js.map +1 -1
  102. package/dist/packages/myos/index.d.ts +284 -284
  103. package/dist/packages/myos/schemas/AddingParticipantRequested.d.ts +4 -4
  104. package/dist/packages/myos/schemas/AddingParticipantResponded.d.ts +6 -6
  105. package/dist/packages/myos/schemas/CallOperationFailed.d.ts +2 -2
  106. package/dist/packages/myos/schemas/ChatGPTConnectorAgent.d.ts +6 -6
  107. package/dist/packages/myos/schemas/DocumentSessionBootstrap.d.ts +4 -4
  108. package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts +60 -60
  109. package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts +34 -34
  110. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts +2 -2
  111. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.d.ts +2 -2
  112. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts +2 -2
  113. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts +2 -2
  114. package/dist/packages/myos/schemas/MyOSAdminBase.d.ts +6 -6
  115. package/dist/packages/myos/schemas/MyOSTimelineChannel.d.ts +2 -2
  116. package/dist/packages/myos/schemas/Participant.d.ts +2 -2
  117. package/dist/packages/myos/schemas/ParticipantActivated.d.ts +4 -4
  118. package/dist/packages/myos/schemas/ParticipantResolved.d.ts +4 -4
  119. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantResponded.d.ts +2 -2
  120. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToAccount.d.ts +60 -60
  121. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToDocument.d.ts +34 -34
  122. package/dist/packages/myos/schemas/SingleDocumentPermissionRejected.d.ts +2 -2
  123. package/dist/packages/myos/schemas/SingleDocumentPermissionRevokeRequested.d.ts +2 -2
  124. package/dist/packages/myos/schemas/SubscriptionToSessionFailed.d.ts +2 -2
  125. package/dist/packages/myos/schemas/SubscriptionToSessionRevoked.d.ts +2 -2
  126. package/dist/packages/myos/schemas/WorkerAgencyPermissionGrant.d.ts +34 -34
  127. package/dist/packages/myos/schemas/WorkerAgencyPermissionRejected.d.ts +2 -2
  128. package/dist/packages/myos/schemas/WorkerAgencyPermissionRevokeRequested.d.ts +2 -2
  129. package/dist/packages/myos/schemas/index.d.ts +284 -284
  130. package/dist/packages/paynote/blue-ids.d.ts +10 -2
  131. package/dist/packages/paynote/blue-ids.d.ts.map +1 -1
  132. package/dist/packages/paynote/blue-ids.js +10 -2
  133. package/dist/packages/paynote/blue-ids.js.map +1 -1
  134. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts +34 -0
  135. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
  136. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js +34 -0
  137. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js.map +1 -0
  138. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts +38 -0
  139. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts.map +1 -0
  140. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js +38 -0
  141. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js.map +1 -0
  142. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts +30 -0
  143. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts.map +1 -0
  144. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js +30 -0
  145. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js.map +1 -0
  146. package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts +13 -0
  147. package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts.map +1 -0
  148. package/dist/packages/paynote/contents/CardTransactionPayNote.js +13 -0
  149. package/dist/packages/paynote/contents/CardTransactionPayNote.js.map +1 -0
  150. package/dist/packages/paynote/contents/CardTransactionReport.d.ts +43 -0
  151. package/dist/packages/paynote/contents/CardTransactionReport.d.ts.map +1 -0
  152. package/dist/packages/paynote/contents/CardTransactionReport.js +43 -0
  153. package/dist/packages/paynote/contents/CardTransactionReport.js.map +1 -0
  154. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts +8 -0
  155. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts.map +1 -0
  156. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js +8 -0
  157. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js.map +1 -0
  158. package/dist/packages/paynote/contents/PayNote.d.ts +44 -0
  159. package/dist/packages/paynote/contents/PayNote.d.ts.map +1 -1
  160. package/dist/packages/paynote/contents/PayNote.js +46 -0
  161. package/dist/packages/paynote/contents/PayNote.js.map +1 -1
  162. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +4 -10
  163. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts.map +1 -1
  164. package/dist/packages/paynote/contents/PayNoteDelivery.js +4 -10
  165. package/dist/packages/paynote/contents/PayNoteDelivery.js.map +1 -1
  166. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts +28 -0
  167. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
  168. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js +28 -0
  169. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js.map +1 -0
  170. package/dist/packages/paynote/contents/TransactionStatus.d.ts +26 -0
  171. package/dist/packages/paynote/contents/TransactionStatus.d.ts.map +1 -0
  172. package/dist/packages/paynote/contents/TransactionStatus.js +26 -0
  173. package/dist/packages/paynote/contents/TransactionStatus.js.map +1 -0
  174. package/dist/packages/paynote/contents/index.d.ts +590 -332
  175. package/dist/packages/paynote/contents/index.d.ts.map +1 -1
  176. package/dist/packages/paynote/contents/index.js +30 -6
  177. package/dist/packages/paynote/contents/index.js.map +1 -1
  178. package/dist/packages/paynote/index.d.ts +2383 -792
  179. package/dist/packages/paynote/index.d.ts.map +1 -1
  180. package/dist/packages/paynote/meta.d.ts +87 -7
  181. package/dist/packages/paynote/meta.d.ts.map +1 -1
  182. package/dist/packages/paynote/meta.js +93 -5
  183. package/dist/packages/paynote/meta.js.map +1 -1
  184. package/dist/packages/paynote/schemas/CaptureDeclined.d.ts +2 -2
  185. package/dist/packages/paynote/schemas/CaptureFailed.d.ts +2 -2
  186. package/dist/packages/paynote/schemas/CardTransactionCaptureLockChangeFailed.d.ts +2 -2
  187. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts +34 -0
  188. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
  189. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js +13 -0
  190. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js.map +1 -0
  191. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts +37 -0
  192. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts.map +1 -0
  193. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js +14 -0
  194. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js.map +1 -0
  195. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts +27 -0
  196. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts.map +1 -0
  197. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js +12 -0
  198. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js.map +1 -0
  199. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +473 -0
  200. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts.map +1 -0
  201. package/dist/packages/paynote/schemas/CardTransactionPayNote.js +11 -0
  202. package/dist/packages/paynote/schemas/CardTransactionPayNote.js.map +1 -0
  203. package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +85 -0
  204. package/dist/packages/paynote/schemas/CardTransactionReport.d.ts.map +1 -0
  205. package/dist/packages/paynote/schemas/CardTransactionReport.js +18 -0
  206. package/dist/packages/paynote/schemas/CardTransactionReport.js.map +1 -0
  207. package/dist/packages/paynote/schemas/ChildPayNoteIssuanceDeclined.d.ts +2 -2
  208. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +435 -0
  209. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts.map +1 -0
  210. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js +9 -0
  211. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js.map +1 -0
  212. package/dist/packages/paynote/schemas/PayNote.d.ts +200 -0
  213. package/dist/packages/paynote/schemas/PayNote.d.ts.map +1 -1
  214. package/dist/packages/paynote/schemas/PayNote.js +6 -0
  215. package/dist/packages/paynote/schemas/PayNote.js.map +1 -1
  216. package/dist/packages/paynote/schemas/PayNoteCancellationRejected.d.ts +2 -2
  217. package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts +58 -128
  218. package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts.map +1 -1
  219. package/dist/packages/paynote/schemas/PayNoteDelivery.js +0 -1
  220. package/dist/packages/paynote/schemas/PayNoteDelivery.js.map +1 -1
  221. package/dist/packages/paynote/schemas/PayNoteRejected.d.ts +2 -2
  222. package/dist/packages/paynote/schemas/ReservationDeclined.d.ts +2 -2
  223. package/dist/packages/paynote/schemas/ReservationReleaseDeclined.d.ts +2 -2
  224. package/dist/packages/paynote/schemas/SettlementAmountRejected.d.ts +2 -2
  225. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts +31 -0
  226. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
  227. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js +12 -0
  228. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js.map +1 -0
  229. package/dist/packages/paynote/schemas/TransactionStatus.d.ts +33 -0
  230. package/dist/packages/paynote/schemas/TransactionStatus.d.ts.map +1 -0
  231. package/dist/packages/paynote/schemas/TransactionStatus.js +13 -0
  232. package/dist/packages/paynote/schemas/TransactionStatus.js.map +1 -0
  233. package/dist/packages/paynote/schemas/index.d.ts +1508 -239
  234. package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
  235. package/dist/packages/paynote/schemas/index.js +26 -2
  236. package/dist/packages/paynote/schemas/index.js.map +1 -1
  237. package/dist/repository.d.ts +5577 -3035
  238. package/dist/repository.d.ts.map +1 -1
  239. package/package.json +2 -2
@@ -16,6 +16,18 @@ declare const _default: {
16
16
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
17
17
  };
18
18
  };
19
+ readonly '31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495': {
20
+ readonly cardTransactionDetails: {
21
+ readonly type: {
22
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
23
+ };
24
+ };
25
+ readonly description: "PayNote tied to a specific card transaction via ISO scheme identifiers.";
26
+ readonly name: "Card Transaction PayNote";
27
+ readonly type: {
28
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
29
+ };
30
+ };
19
31
  readonly '3b3ePGPg5GzS6KYfqoDfgjWbjccXVnGzytbpFS53x4HM': {
20
32
  readonly description: "The Guarantor rejects the proposed settlement amount.";
21
33
  readonly name: "Settlement Amount Rejected";
@@ -98,94 +110,53 @@ declare const _default: {
98
110
  readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
99
111
  };
100
112
  };
101
- readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': {
102
- readonly description: "The Guarantor failed to release the reserved funds.";
103
- readonly name: "Reservation Release Declined";
104
- readonly reason: {
105
- readonly type: {
113
+ readonly '649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm': {
114
+ readonly description: "Request to start monitoring card events for a target merchant.";
115
+ readonly events: {
116
+ readonly description: "Requested card event categories.\nFor now:\n- transaction\n";
117
+ readonly itemType: {
106
118
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
107
119
  };
108
- };
109
- readonly type: {
110
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
111
- };
112
- };
113
- readonly '6gQWKeJHZEbBo13Vvyf2nsdg7TA9kLSYdzMaJgySPG7V': {
114
- readonly description: "The deliverer identified the card transaction.";
115
- readonly name: "Transaction Identified";
116
- readonly type: {
117
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
118
- };
119
- };
120
- readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': {
121
- readonly acceptedAt: {
122
- readonly description: "Timestamp when the client accepted.";
123
120
  readonly type: {
124
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
121
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
125
122
  };
126
123
  };
127
- readonly description: "The client accepted the PayNote.";
128
- readonly name: "PayNote Accepted By Client";
129
- readonly type: {
130
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
131
- };
132
- };
133
- readonly '96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y': {
134
- readonly description: "The Guarantor confirms PayNote cancellation requested by Payer.";
135
- readonly name: "PayNote Cancelled";
136
- readonly type: {
137
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
138
- };
139
- };
140
- readonly AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe: {
141
- readonly description: "The Guarantor denies the creation of the PayNote.";
142
- readonly name: "PayNote Rejected";
143
- readonly reason: {
124
+ readonly name: "Start Card Transaction Monitoring Requested";
125
+ readonly requestedAt: {
126
+ readonly description: "Timestamp (microseconds since epoch).";
144
127
  readonly type: {
145
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
128
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
146
129
  };
147
130
  };
148
- readonly type: {
149
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
150
- };
151
- };
152
- readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: {
153
- readonly amountReserved: {
131
+ readonly targetMerchantId: {
154
132
  readonly type: {
155
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
133
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
156
134
  };
157
135
  };
158
- readonly description: "The Guarantor confirms that funds have been successfully reserved (held).";
159
- readonly name: "Funds Reserved";
160
136
  readonly type: {
161
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
137
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
162
138
  };
163
139
  };
164
- readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: {
165
- readonly amountCaptured: {
140
+ readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': {
141
+ readonly description: "The Guarantor failed to release the reserved funds.";
142
+ readonly name: "Reservation Release Declined";
143
+ readonly reason: {
166
144
  readonly type: {
167
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
145
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
168
146
  };
169
147
  };
170
- readonly description: "The Guarantor confirms that funds have been successfully transferred to the Payee.";
171
- readonly name: "Funds Captured";
172
148
  readonly type: {
173
149
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
174
150
  };
175
151
  };
176
- readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: {
177
- readonly description: "The Payer requests to assign or change the Payee.";
178
- readonly name: "Payee Assignment Requested";
179
- readonly payeeEmail: {
180
- readonly type: {
181
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
182
- };
183
- };
152
+ readonly '6gQWKeJHZEbBo13Vvyf2nsdg7TA9kLSYdzMaJgySPG7V': {
153
+ readonly description: "The deliverer identified the card transaction.";
154
+ readonly name: "Transaction Identified";
184
155
  readonly type: {
185
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
156
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
186
157
  };
187
158
  };
188
- readonly CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT: {
159
+ readonly '6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE': {
189
160
  readonly amount: {
190
161
  readonly captured: {
191
162
  readonly description: "The amount that has been successfully captured.";
@@ -215,6 +186,44 @@ declare const _default: {
215
186
  readonly blueId: "EvuCWsG1E6WJQg8QXmk6rwMANYTZjoLWVZ1vYQWUwdTH";
216
187
  };
217
188
  };
189
+ readonly guarantorUpdate: {
190
+ readonly channel: {
191
+ readonly type: {
192
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
193
+ };
194
+ readonly value: "guarantorChannel";
195
+ };
196
+ readonly description: "Standard operation used by the guarantor (bank) to deliver events into the document.";
197
+ readonly type: {
198
+ readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
199
+ };
200
+ };
201
+ readonly guarantorUpdateImpl: {
202
+ readonly description: "Re-emits provided events (MyOS-admin style).";
203
+ readonly operation: {
204
+ readonly type: {
205
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
206
+ };
207
+ readonly value: "guarantorUpdate";
208
+ };
209
+ readonly steps: {
210
+ readonly items: readonly [{
211
+ readonly code: {
212
+ readonly type: {
213
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
214
+ };
215
+ readonly value: "return { events: event.message.request };\n";
216
+ };
217
+ readonly name: "EmitGuarantorEvents";
218
+ readonly type: {
219
+ readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
220
+ };
221
+ }];
222
+ };
223
+ readonly type: {
224
+ readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
225
+ };
226
+ };
218
227
  readonly payeeChannel: {
219
228
  readonly type: {
220
229
  readonly blueId: "EvuCWsG1E6WJQg8QXmk6rwMANYTZjoLWVZ1vYQWUwdTH";
@@ -255,298 +264,84 @@ declare const _default: {
255
264
  };
256
265
  readonly value: "Pending";
257
266
  };
258
- };
259
- readonly CFqiZigjKE5JatANkaAkWw2NbgvEmb2BVEVPf3ckUrWg: {
260
- readonly amountReleased: {
267
+ readonly transactionStatus: {
268
+ readonly description: "Optional status snapshot. If present in proposal, bank validates it; if missing bank sets it at bootstrap.";
261
269
  readonly type: {
262
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
270
+ readonly blueId: "FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ";
263
271
  };
264
272
  };
265
- readonly description: "The Guarantor confirms that previously reserved funds have been released.";
266
- readonly name: "Reservation Released";
267
- readonly type: {
268
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
269
- };
270
273
  };
271
- readonly Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j: {
272
- readonly decision: {
273
- readonly description: "Attempted decision (accepted or rejected).";
274
- readonly type: {
275
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
276
- };
277
- };
278
- readonly decisionAt: {
279
- readonly description: "Timestamp provided with the decision, if any.";
274
+ readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': {
275
+ readonly acceptedAt: {
276
+ readonly description: "Timestamp when the client accepted.";
280
277
  readonly type: {
281
278
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
282
279
  };
283
280
  };
284
- readonly description: "The client's decision was discarded because it could not be applied in the current delivery state.";
285
- readonly name: "PayNote Client Decision Discarded";
286
- readonly reason: {
287
- readonly description: "Validation reason for discarding the decision.";
288
- readonly type: {
289
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
290
- };
291
- };
281
+ readonly description: "The client accepted the PayNote.";
282
+ readonly name: "PayNote Accepted By Client";
292
283
  readonly type: {
293
284
  readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
294
285
  };
295
286
  };
296
- readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: {
297
- readonly description: "The Guarantor declined the request to issue a Child PayNote.";
298
- readonly name: "Child PayNote Issuance Declined";
299
- readonly reason: {
300
- readonly type: {
301
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
302
- };
287
+ readonly '7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA': {
288
+ readonly description: "Base PayNote where payer is merchant and payee is customer. Bank sets/validates payer channel bindings.";
289
+ readonly name: "Merchant To Customer PayNote";
290
+ readonly type: {
291
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
303
292
  };
293
+ };
294
+ readonly '96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y': {
295
+ readonly description: "The Guarantor confirms PayNote cancellation requested by Payer.";
296
+ readonly name: "PayNote Cancelled";
304
297
  readonly type: {
305
298
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
306
299
  };
307
300
  };
308
- readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: {
301
+ readonly '9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y': {
309
302
  readonly cardTransactionDetails: {
303
+ readonly description: "Card network identifiers used to match processor and issuer records.";
310
304
  readonly type: {
311
305
  readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
312
306
  };
313
307
  };
314
- readonly description: "Request to the card issuer to deny any following card transaction capture requests.";
315
- readonly name: "Card Transaction Capture Lock Requested";
316
- readonly type: {
317
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
318
- };
319
- };
320
- readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: {
321
- readonly description: "Card transaction capture was unlocked. Any following card transaction capture requests will be processed.";
322
- readonly name: "Card Transaction Capture Unlocked";
323
- readonly type: {
324
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
325
- };
326
- readonly unlockedAt: {
327
- readonly description: "Timestamp of when the card transaction capture was unlocked.";
308
+ readonly clientAcceptedAt: {
309
+ readonly description: "Timestamp when the client accepted.";
328
310
  readonly type: {
329
311
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
330
312
  };
331
313
  };
332
- };
333
- readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: {
334
- readonly childPayNote: {
335
- readonly description: "Complete PayNote";
336
- };
337
- readonly description: "The Payer requests to cancel PayNote that is Approved but not yet\nReserved or Captured.\n";
338
- readonly name: "PayNote Cancellation Requested";
339
- readonly type: {
340
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
341
- };
342
- };
343
- readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: {
344
- readonly amount: {
345
- readonly type: {
346
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
347
- };
348
- };
349
- readonly description: "A participant (usually the Payee) requests the final transfer of funds.";
350
- readonly name: "Capture Funds Requested";
351
- readonly type: {
352
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
353
- };
354
- };
355
- readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: {
356
- readonly description: "The client rejected the PayNote.";
357
- readonly name: "PayNote Rejected By Client";
358
- readonly reason: {
359
- readonly description: "Optional rejection reason.";
314
+ readonly clientDecisionStatus: {
315
+ readonly description: "Client decision (pending, accepted, rejected).";
360
316
  readonly type: {
361
317
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
362
318
  };
363
319
  };
364
- readonly rejectedAt: {
320
+ readonly clientRejectedAt: {
365
321
  readonly description: "Timestamp when the client rejected.";
366
322
  readonly type: {
367
323
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
368
324
  };
369
325
  };
370
- readonly type: {
371
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
372
- };
373
- };
374
- readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: {
375
- readonly description: "Card transaction capture was locked. Any following card transaction capture requests will be rejected.";
376
- readonly lockedAt: {
377
- readonly description: "Timestamp of when the card transaction capture was locked.";
378
- readonly type: {
379
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
380
- };
381
- };
382
- readonly name: "Card Transaction Capture Locked";
383
- readonly type: {
384
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
385
- };
386
- };
387
- readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: {
388
- readonly childPayNote: {
389
- readonly description: "Content of the issued PayNote";
390
- };
391
- readonly description: "The Guarantor confirms that a new Child PayNote has been issued against this parent.";
392
- readonly name: "Child PayNote Issued";
393
- readonly type: {
394
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
395
- };
396
- };
397
- readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: {
398
- readonly description: "The Guarantor attempted the transfer, but it failed for a technical reason.";
399
- readonly name: "Capture Failed";
400
- readonly reason: {
401
- readonly type: {
402
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
403
- };
404
- };
405
- readonly type: {
406
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
407
- };
408
- };
409
- readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: {
410
- readonly description: "The Guarantor declined the capture request before attempting the transfer.";
411
- readonly name: "Capture Declined";
412
- readonly reason: {
413
- readonly type: {
414
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
415
- };
416
- };
417
- readonly type: {
418
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
419
- };
420
- };
421
- readonly GaYDPA7TTqWuoxioCYFPeyqomjH4g3YDtFxHv9yLRQ8A: {
422
- readonly description: "The Guarantor denies PayNote cancellation requested by Payer.";
423
- readonly name: "PayNote Cancellation Rejected";
424
- readonly reason: {
425
- readonly type: {
426
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
427
- };
428
- };
429
- readonly type: {
430
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
431
- };
432
- };
433
- readonly GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y: {
434
- readonly description: "Delivery failed for a non-identification reason.";
435
- readonly name: "PayNote Delivery Failed";
436
- readonly reason: {
437
- readonly description: "Failure reason.";
438
- readonly type: {
439
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
440
- };
441
- };
442
- readonly type: {
443
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
444
- };
445
- };
446
- readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: {
447
- readonly amount: {
448
- readonly type: {
449
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
450
- };
451
- };
452
- readonly description: "A participant requests the Guarantor to release previously held funds.";
453
- readonly name: "Reservation Release Requested";
454
- readonly type: {
455
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
456
- };
457
- };
458
- readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: {
459
- readonly description: "The deliverer could not identify the card transaction.";
460
- readonly name: "Transaction Identification Failed";
461
- readonly reason: {
462
- readonly description: "Optional failure reason.";
463
- readonly type: {
464
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
465
- };
466
- };
467
- readonly type: {
468
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
469
- };
470
- };
471
- readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: {
472
- readonly authorizationCode: {
473
- readonly description: "ISO 8583 DE38 Authorization Identification Response (authorization code).";
474
- readonly type: {
475
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
476
- };
477
- };
478
- readonly description: "Card network identifiers used by processor and issuer to match the same transaction (ISO 8583).";
479
- readonly name: "Card Transaction Details";
480
- readonly retrievalReferenceNumber: {
481
- readonly description: "ISO 8583 DE37 Retrieval Reference Number (RRN) for cross-network traceability.";
482
- readonly type: {
483
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
484
- };
485
- };
486
- readonly systemTraceAuditNumber: {
487
- readonly description: "ISO 8583 DE11 System Trace Audit Number (STAN).";
488
- readonly type: {
489
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
490
- };
491
- };
492
- readonly transmissionDateTime: {
493
- readonly description: "ISO 8583 DE7 Transmission Date and Time (MMDDhhmmss).";
494
- readonly type: {
495
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
496
- };
497
- };
498
- };
499
- readonly HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK: {
500
- readonly description: "The Guarantor confirms the PayNote is valid and ready for further action.";
501
- readonly name: "PayNote Approved";
502
- readonly type: {
503
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
504
- };
505
- };
506
- readonly J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t: {
507
- readonly cardTransactionDetails: {
508
- readonly description: "Card network identifiers used to match processor and issuer records.";
509
- readonly type: {
510
- readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
511
- };
512
- };
513
- readonly clientAcceptedAt: {
514
- readonly description: "Timestamp when the client accepted.";
515
- readonly type: {
516
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
517
- };
518
- };
519
- readonly clientDecisionStatus: {
520
- readonly description: "Client decision (pending, accepted, rejected).";
521
- readonly type: {
522
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
523
- };
524
- };
525
- readonly clientRejectedAt: {
526
- readonly description: "Timestamp when the client rejected.";
527
- readonly type: {
528
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
529
- };
530
- };
531
- readonly contracts: {
532
- readonly acceptPayNote: {
533
- readonly channel: {
534
- readonly type: {
535
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
536
- };
537
- readonly value: "payNoteReceiver";
538
- };
539
- readonly request: {
540
- readonly acceptedAt: {
541
- readonly description: "Timestamp when the client accepted.";
542
- readonly type: {
543
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
544
- };
545
- };
546
- };
547
- readonly type: {
548
- readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
549
- };
326
+ readonly contracts: {
327
+ readonly acceptPayNote: {
328
+ readonly channel: {
329
+ readonly type: {
330
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
331
+ };
332
+ readonly value: "payNoteDeliverer";
333
+ };
334
+ readonly request: {
335
+ readonly acceptedAt: {
336
+ readonly description: "Timestamp when the client accepted.";
337
+ readonly type: {
338
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
339
+ };
340
+ };
341
+ };
342
+ readonly type: {
343
+ readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
344
+ };
550
345
  };
551
346
  readonly acceptPayNoteImpl: {
552
347
  readonly operation: {
@@ -770,12 +565,6 @@ declare const _default: {
770
565
  readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
771
566
  };
772
567
  };
773
- readonly payNoteReceiver: {
774
- readonly description: "Participant receiving the PayNote delivery (payer).";
775
- readonly type: {
776
- readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
777
- };
778
- };
779
568
  readonly payNoteSender: {
780
569
  readonly description: "Participant submitting the PayNote delivery (merchant or processor).";
781
570
  readonly type: {
@@ -787,7 +576,7 @@ declare const _default: {
787
576
  readonly type: {
788
577
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
789
578
  };
790
- readonly value: "payNoteReceiver";
579
+ readonly value: "payNoteDeliverer";
791
580
  };
792
581
  readonly request: {
793
582
  readonly reason: {
@@ -1123,13 +912,13 @@ declare const _default: {
1123
912
  readonly blueId: "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
1124
913
  };
1125
914
  };
1126
- readonly description: "Tracks delivery of a PayNote through a deliverer (e.g., bank) to a receiver (payer).";
915
+ readonly description: "Tracks delivery of a PayNote through a deliverer (e.g., bank) to a receiver (payer - client).";
1127
916
  readonly name: "PayNote Delivery";
1128
917
  readonly payNoteBootstrapRequest: {
1129
918
  readonly description: "PayNote bootstrap request details.";
1130
919
  readonly document: {
1131
920
  readonly type: {
1132
- readonly blueId: "CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT";
921
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
1133
922
  };
1134
923
  };
1135
924
  readonly type: {
@@ -1143,110 +932,1323 @@ declare const _default: {
1143
932
  };
1144
933
  };
1145
934
  };
1146
- };
1147
- readonly schemas: {
1148
- readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1149
- description: import("zod").ZodOptional<import("zod").ZodString>;
1150
- name: import("zod").ZodOptional<import("zod").ZodString>;
1151
- }, {
1152
- description: import("zod").ZodOptional<import("zod").ZodString>;
1153
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1154
- name: import("zod").ZodOptional<import("zod").ZodString>;
1155
- }>, {
1156
- description: import("zod").ZodOptional<import("zod").ZodString>;
1157
- name: import("zod").ZodOptional<import("zod").ZodString>;
1158
- reason: import("zod").ZodOptional<import("zod").ZodString>;
1159
- }>, "strip", import("zod").ZodTypeAny, {
1160
- description?: string | undefined;
1161
- name?: string | undefined;
1162
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1163
- reason?: string | undefined;
1164
- }, {
1165
- description?: string | undefined;
1166
- name?: string | undefined;
1167
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1168
- reason?: string | undefined;
1169
- }>;
1170
- readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1171
- description: import("zod").ZodOptional<import("zod").ZodString>;
1172
- name: import("zod").ZodOptional<import("zod").ZodString>;
1173
- }, {
1174
- description: import("zod").ZodOptional<import("zod").ZodString>;
1175
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1176
- name: import("zod").ZodOptional<import("zod").ZodString>;
1177
- }>, {
1178
- description: import("zod").ZodOptional<import("zod").ZodString>;
1179
- name: import("zod").ZodOptional<import("zod").ZodString>;
1180
- reason: import("zod").ZodOptional<import("zod").ZodString>;
1181
- }>, "strip", import("zod").ZodTypeAny, {
1182
- description?: string | undefined;
1183
- name?: string | undefined;
1184
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1185
- reason?: string | undefined;
1186
- }, {
1187
- description?: string | undefined;
1188
- name?: string | undefined;
1189
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1190
- reason?: string | undefined;
1191
- }>;
1192
- readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1193
- description: import("zod").ZodOptional<import("zod").ZodString>;
1194
- name: import("zod").ZodOptional<import("zod").ZodString>;
1195
- }, {
1196
- description: import("zod").ZodOptional<import("zod").ZodString>;
1197
- name: import("zod").ZodOptional<import("zod").ZodString>;
1198
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
1199
- }>, {
1200
- amount: import("zod").ZodOptional<import("zod").ZodNumber>;
1201
- description: import("zod").ZodOptional<import("zod").ZodString>;
1202
- name: import("zod").ZodOptional<import("zod").ZodString>;
1203
- }>, "strip", import("zod").ZodTypeAny, {
1204
- description?: string | undefined;
1205
- name?: string | undefined;
1206
- requestId?: string | undefined;
1207
- amount?: number | undefined;
1208
- }, {
1209
- description?: string | undefined;
1210
- name?: string | undefined;
1211
- requestId?: string | undefined;
1212
- amount?: number | undefined;
1213
- }>;
1214
- readonly '2LFkmyxDFSdNqM8mr6Md3LF54V15fFGL1s5fTnUfCpUH': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1215
- description: import("zod").ZodOptional<import("zod").ZodString>;
1216
- name: import("zod").ZodOptional<import("zod").ZodString>;
1217
- }, {
1218
- description: import("zod").ZodOptional<import("zod").ZodString>;
1219
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1220
- name: import("zod").ZodOptional<import("zod").ZodString>;
1221
- }>, {
1222
- description: import("zod").ZodOptional<import("zod").ZodString>;
1223
- name: import("zod").ZodOptional<import("zod").ZodString>;
1224
- reason: import("zod").ZodOptional<import("zod").ZodString>;
1225
- }>, "strip", import("zod").ZodTypeAny, {
1226
- description?: string | undefined;
1227
- name?: string | undefined;
1228
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1229
- reason?: string | undefined;
1230
- }, {
1231
- description?: string | undefined;
1232
- name?: string | undefined;
1233
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1234
- reason?: string | undefined;
1235
- }>;
1236
- readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1237
- description: import("zod").ZodOptional<import("zod").ZodString>;
1238
- name: import("zod").ZodOptional<import("zod").ZodString>;
1239
- }, {
1240
- description: import("zod").ZodOptional<import("zod").ZodString>;
1241
- name: import("zod").ZodOptional<import("zod").ZodString>;
1242
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
1243
- }>, {
1244
- cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
1245
- authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1246
- description: import("zod").ZodOptional<import("zod").ZodString>;
1247
- name: import("zod").ZodOptional<import("zod").ZodString>;
1248
- retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1249
- systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
935
+ readonly AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe: {
936
+ readonly description: "The Guarantor denies the creation of the PayNote.";
937
+ readonly name: "PayNote Rejected";
938
+ readonly reason: {
939
+ readonly type: {
940
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
941
+ };
942
+ };
943
+ readonly type: {
944
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
945
+ };
946
+ };
947
+ readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: {
948
+ readonly amountReserved: {
949
+ readonly type: {
950
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
951
+ };
952
+ };
953
+ readonly description: "The Guarantor confirms that funds have been successfully reserved (held).";
954
+ readonly name: "Funds Reserved";
955
+ readonly type: {
956
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
957
+ };
958
+ };
959
+ readonly B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q: {
960
+ readonly description: "Notification that card transaction monitoring was rejected.";
961
+ readonly events: {
962
+ readonly itemType: {
963
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
964
+ };
965
+ readonly type: {
966
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
967
+ };
968
+ };
969
+ readonly name: "Card Transaction Monitoring Request Rejected";
970
+ readonly reason: {
971
+ readonly description: "Reason monitoring was rejected.";
972
+ readonly type: {
973
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
974
+ };
975
+ };
976
+ readonly rejectedAt: {
977
+ readonly description: "Timestamp (microseconds since epoch) when monitoring was rejected.";
978
+ readonly type: {
979
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
980
+ };
981
+ };
982
+ readonly targetMerchantId: {
983
+ readonly description: "External merchant identifier requested for monitoring.";
984
+ readonly type: {
985
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
986
+ };
987
+ };
988
+ readonly type: {
989
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
990
+ };
991
+ };
992
+ readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: {
993
+ readonly amountCaptured: {
994
+ readonly type: {
995
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
996
+ };
997
+ };
998
+ readonly description: "The Guarantor confirms that funds have been successfully transferred to the Payee.";
999
+ readonly name: "Funds Captured";
1000
+ readonly type: {
1001
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1002
+ };
1003
+ };
1004
+ readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: {
1005
+ readonly description: "The Payer requests to assign or change the Payee.";
1006
+ readonly name: "Payee Assignment Requested";
1007
+ readonly payeeEmail: {
1008
+ readonly type: {
1009
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1010
+ };
1011
+ };
1012
+ readonly type: {
1013
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1014
+ };
1015
+ };
1016
+ readonly BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr: {
1017
+ readonly events: {
1018
+ readonly itemType: {
1019
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1020
+ };
1021
+ readonly type: {
1022
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1023
+ };
1024
+ };
1025
+ readonly name: "Card Transaction Monitoring Stopped";
1026
+ readonly reason: {
1027
+ readonly type: {
1028
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1029
+ };
1030
+ };
1031
+ readonly stoppedAt: {
1032
+ readonly type: {
1033
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1034
+ };
1035
+ };
1036
+ readonly targetMerchantId: {
1037
+ readonly type: {
1038
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1039
+ };
1040
+ };
1041
+ readonly type: {
1042
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1043
+ };
1044
+ };
1045
+ readonly CFqiZigjKE5JatANkaAkWw2NbgvEmb2BVEVPf3ckUrWg: {
1046
+ readonly amountReleased: {
1047
+ readonly type: {
1048
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1049
+ };
1050
+ };
1051
+ readonly description: "The Guarantor confirms that previously reserved funds have been released.";
1052
+ readonly name: "Reservation Released";
1053
+ readonly type: {
1054
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1055
+ };
1056
+ };
1057
+ readonly Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j: {
1058
+ readonly decision: {
1059
+ readonly description: "Attempted decision (accepted or rejected).";
1060
+ readonly type: {
1061
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1062
+ };
1063
+ };
1064
+ readonly decisionAt: {
1065
+ readonly description: "Timestamp provided with the decision, if any.";
1066
+ readonly type: {
1067
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1068
+ };
1069
+ };
1070
+ readonly description: "The client's decision was discarded because it could not be applied in the current delivery state.";
1071
+ readonly name: "PayNote Client Decision Discarded";
1072
+ readonly reason: {
1073
+ readonly description: "Validation reason for discarding the decision.";
1074
+ readonly type: {
1075
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1076
+ };
1077
+ };
1078
+ readonly type: {
1079
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1080
+ };
1081
+ };
1082
+ readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: {
1083
+ readonly description: "The Guarantor declined the request to issue a Child PayNote.";
1084
+ readonly name: "Child PayNote Issuance Declined";
1085
+ readonly reason: {
1086
+ readonly type: {
1087
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1088
+ };
1089
+ };
1090
+ readonly type: {
1091
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1092
+ };
1093
+ };
1094
+ readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: {
1095
+ readonly cardTransactionDetails: {
1096
+ readonly type: {
1097
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
1098
+ };
1099
+ };
1100
+ readonly description: "Request to the card issuer to deny any following card transaction capture requests.";
1101
+ readonly name: "Card Transaction Capture Lock Requested";
1102
+ readonly type: {
1103
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1104
+ };
1105
+ };
1106
+ readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: {
1107
+ readonly description: "Card transaction capture was unlocked. Any following card transaction capture requests will be processed.";
1108
+ readonly name: "Card Transaction Capture Unlocked";
1109
+ readonly type: {
1110
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1111
+ };
1112
+ readonly unlockedAt: {
1113
+ readonly description: "Timestamp of when the card transaction capture was unlocked.";
1114
+ readonly type: {
1115
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1116
+ };
1117
+ };
1118
+ };
1119
+ readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: {
1120
+ readonly childPayNote: {
1121
+ readonly description: "Complete PayNote";
1122
+ };
1123
+ readonly description: "The Payer requests to cancel PayNote that is Approved but not yet\nReserved or Captured.\n";
1124
+ readonly name: "PayNote Cancellation Requested";
1125
+ readonly type: {
1126
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1127
+ };
1128
+ };
1129
+ readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: {
1130
+ readonly amount: {
1131
+ readonly type: {
1132
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1133
+ };
1134
+ };
1135
+ readonly description: "A participant (usually the Payee) requests the final transfer of funds.";
1136
+ readonly name: "Capture Funds Requested";
1137
+ readonly type: {
1138
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1139
+ };
1140
+ };
1141
+ readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: {
1142
+ readonly description: "The client rejected the PayNote.";
1143
+ readonly name: "PayNote Rejected By Client";
1144
+ readonly reason: {
1145
+ readonly description: "Optional rejection reason.";
1146
+ readonly type: {
1147
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1148
+ };
1149
+ };
1150
+ readonly rejectedAt: {
1151
+ readonly description: "Timestamp when the client rejected.";
1152
+ readonly type: {
1153
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1154
+ };
1155
+ };
1156
+ readonly type: {
1157
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1158
+ };
1159
+ };
1160
+ readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: {
1161
+ readonly description: "Card transaction capture was locked. Any following card transaction capture requests will be rejected.";
1162
+ readonly lockedAt: {
1163
+ readonly description: "Timestamp of when the card transaction capture was locked.";
1164
+ readonly type: {
1165
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1166
+ };
1167
+ };
1168
+ readonly name: "Card Transaction Capture Locked";
1169
+ readonly type: {
1170
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1171
+ };
1172
+ };
1173
+ readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: {
1174
+ readonly childPayNote: {
1175
+ readonly description: "Content of the issued PayNote";
1176
+ };
1177
+ readonly description: "The Guarantor confirms that a new Child PayNote has been issued against this parent.";
1178
+ readonly name: "Child PayNote Issued";
1179
+ readonly type: {
1180
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1181
+ };
1182
+ };
1183
+ readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: {
1184
+ readonly description: "The Guarantor attempted the transfer, but it failed for a technical reason.";
1185
+ readonly name: "Capture Failed";
1186
+ readonly reason: {
1187
+ readonly type: {
1188
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1189
+ };
1190
+ };
1191
+ readonly type: {
1192
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1193
+ };
1194
+ };
1195
+ readonly FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ: {
1196
+ readonly authorizedAmountMinor: {
1197
+ readonly type: {
1198
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1199
+ };
1200
+ };
1201
+ readonly capturedAmountMinor: {
1202
+ readonly type: {
1203
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1204
+ };
1205
+ };
1206
+ readonly currency: {
1207
+ readonly type: {
1208
+ readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
1209
+ };
1210
+ };
1211
+ readonly description: "Status snapshot of the referenced card transaction.";
1212
+ readonly name: "Transaction Status";
1213
+ readonly status: {
1214
+ readonly description: "authorized | captured | partiallyCaptured";
1215
+ readonly type: {
1216
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1217
+ };
1218
+ };
1219
+ };
1220
+ readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: {
1221
+ readonly description: "The Guarantor declined the capture request before attempting the transfer.";
1222
+ readonly name: "Capture Declined";
1223
+ readonly reason: {
1224
+ readonly type: {
1225
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1226
+ };
1227
+ };
1228
+ readonly type: {
1229
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1230
+ };
1231
+ };
1232
+ readonly GaYDPA7TTqWuoxioCYFPeyqomjH4g3YDtFxHv9yLRQ8A: {
1233
+ readonly description: "The Guarantor denies PayNote cancellation requested by Payer.";
1234
+ readonly name: "PayNote Cancellation Rejected";
1235
+ readonly reason: {
1236
+ readonly type: {
1237
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1238
+ };
1239
+ };
1240
+ readonly type: {
1241
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1242
+ };
1243
+ };
1244
+ readonly GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm: {
1245
+ readonly consentDocumentId: {
1246
+ readonly type: {
1247
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1248
+ };
1249
+ };
1250
+ readonly consentSessionId: {
1251
+ readonly type: {
1252
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1253
+ };
1254
+ };
1255
+ readonly description: "Confirmation that card transaction monitoring has started.";
1256
+ readonly events: {
1257
+ readonly itemType: {
1258
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1259
+ };
1260
+ readonly type: {
1261
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1262
+ };
1263
+ };
1264
+ readonly name: "Card Transaction Monitoring Started";
1265
+ readonly startedAt: {
1266
+ readonly description: "Timestamp (microseconds since epoch) when monitoring started.";
1267
+ readonly type: {
1268
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1269
+ };
1270
+ };
1271
+ readonly targetMerchantId: {
1272
+ readonly description: "External merchant identifier being monitored.";
1273
+ readonly type: {
1274
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1275
+ };
1276
+ };
1277
+ readonly type: {
1278
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1279
+ };
1280
+ };
1281
+ readonly GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2: {
1282
+ readonly amountMinor: {
1283
+ readonly description: "Purchase amount in minor currency units.";
1284
+ readonly type: {
1285
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1286
+ };
1287
+ };
1288
+ readonly cardTransactionDetails: {
1289
+ readonly type: {
1290
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
1291
+ };
1292
+ };
1293
+ readonly currency: {
1294
+ readonly description: "ISO 4217 currency code.";
1295
+ readonly type: {
1296
+ readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
1297
+ };
1298
+ };
1299
+ readonly description: "Bank reports a posted card transaction into the requesting contract timeline.";
1300
+ readonly merchantId: {
1301
+ readonly description: "External merchant identifier for the purchase.";
1302
+ readonly type: {
1303
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1304
+ };
1305
+ };
1306
+ readonly name: "Card Transaction Report";
1307
+ readonly occurredAt: {
1308
+ readonly description: "Timestamp when the transaction occurred.";
1309
+ readonly type: {
1310
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1311
+ };
1312
+ };
1313
+ readonly transactionId: {
1314
+ readonly description: "Unique transaction identifier used for idempotency.";
1315
+ readonly type: {
1316
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1317
+ };
1318
+ };
1319
+ readonly type: {
1320
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1321
+ };
1322
+ };
1323
+ readonly GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y: {
1324
+ readonly description: "Delivery failed for a non-identification reason.";
1325
+ readonly name: "PayNote Delivery Failed";
1326
+ readonly reason: {
1327
+ readonly description: "Failure reason.";
1328
+ readonly type: {
1329
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1330
+ };
1331
+ };
1332
+ readonly type: {
1333
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1334
+ };
1335
+ };
1336
+ readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: {
1337
+ readonly amount: {
1338
+ readonly type: {
1339
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1340
+ };
1341
+ };
1342
+ readonly description: "A participant requests the Guarantor to release previously held funds.";
1343
+ readonly name: "Reservation Release Requested";
1344
+ readonly type: {
1345
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1346
+ };
1347
+ };
1348
+ readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: {
1349
+ readonly description: "The deliverer could not identify the card transaction.";
1350
+ readonly name: "Transaction Identification Failed";
1351
+ readonly reason: {
1352
+ readonly description: "Optional failure reason.";
1353
+ readonly type: {
1354
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1355
+ };
1356
+ };
1357
+ readonly type: {
1358
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1359
+ };
1360
+ };
1361
+ readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: {
1362
+ readonly authorizationCode: {
1363
+ readonly description: "ISO 8583 DE38 Authorization Identification Response (authorization code).";
1364
+ readonly type: {
1365
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1366
+ };
1367
+ };
1368
+ readonly description: "Card network identifiers used by processor and issuer to match the same transaction (ISO 8583).";
1369
+ readonly name: "Card Transaction Details";
1370
+ readonly retrievalReferenceNumber: {
1371
+ readonly description: "ISO 8583 DE37 Retrieval Reference Number (RRN) for cross-network traceability.";
1372
+ readonly type: {
1373
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1374
+ };
1375
+ };
1376
+ readonly systemTraceAuditNumber: {
1377
+ readonly description: "ISO 8583 DE11 System Trace Audit Number (STAN).";
1378
+ readonly type: {
1379
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1380
+ };
1381
+ };
1382
+ readonly transmissionDateTime: {
1383
+ readonly description: "ISO 8583 DE7 Transmission Date and Time (MMDDhhmmss).";
1384
+ readonly type: {
1385
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1386
+ };
1387
+ };
1388
+ };
1389
+ readonly HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK: {
1390
+ readonly description: "The Guarantor confirms the PayNote is valid and ready for further action.";
1391
+ readonly name: "PayNote Approved";
1392
+ readonly type: {
1393
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1394
+ };
1395
+ };
1396
+ };
1397
+ readonly schemas: {
1398
+ readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1399
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1400
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1401
+ }, {
1402
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1403
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1404
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1405
+ }>, {
1406
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1407
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1408
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1409
+ }>, "strip", import("zod").ZodTypeAny, {
1410
+ description?: string | undefined;
1411
+ name?: string | undefined;
1412
+ reason?: string | undefined;
1413
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1414
+ }, {
1415
+ description?: string | undefined;
1416
+ name?: string | undefined;
1417
+ reason?: string | undefined;
1418
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1419
+ }>;
1420
+ readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1421
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1422
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1423
+ }, {
1424
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1425
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1426
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1427
+ }>, {
1428
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1429
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1430
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1431
+ }>, "strip", import("zod").ZodTypeAny, {
1432
+ description?: string | undefined;
1433
+ name?: string | undefined;
1434
+ reason?: string | undefined;
1435
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1436
+ }, {
1437
+ description?: string | undefined;
1438
+ name?: string | undefined;
1439
+ reason?: string | undefined;
1440
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1441
+ }>;
1442
+ readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1443
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1444
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1445
+ }, {
1446
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1447
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1448
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
1449
+ }>, {
1450
+ amount: import("zod").ZodOptional<import("zod").ZodNumber>;
1451
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1452
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1453
+ }>, "strip", import("zod").ZodTypeAny, {
1454
+ description?: string | undefined;
1455
+ name?: string | undefined;
1456
+ requestId?: string | undefined;
1457
+ amount?: number | undefined;
1458
+ }, {
1459
+ description?: string | undefined;
1460
+ name?: string | undefined;
1461
+ requestId?: string | undefined;
1462
+ amount?: number | undefined;
1463
+ }>;
1464
+ readonly '2LFkmyxDFSdNqM8mr6Md3LF54V15fFGL1s5fTnUfCpUH': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1465
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1466
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1467
+ }, {
1468
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1469
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1470
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1471
+ }>, {
1472
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1473
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1474
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1475
+ }>, "strip", import("zod").ZodTypeAny, {
1476
+ description?: string | undefined;
1477
+ name?: string | undefined;
1478
+ reason?: string | undefined;
1479
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1480
+ }, {
1481
+ description?: string | undefined;
1482
+ name?: string | undefined;
1483
+ reason?: string | undefined;
1484
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1485
+ }>;
1486
+ readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1487
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1488
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1489
+ }, {
1490
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1491
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1492
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
1493
+ }>, {
1494
+ cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
1495
+ authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1496
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1497
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1498
+ retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1499
+ systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1500
+ transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
1501
+ }, "strip", import("zod").ZodTypeAny, {
1502
+ description?: string | undefined;
1503
+ name?: string | undefined;
1504
+ authorizationCode?: string | undefined;
1505
+ retrievalReferenceNumber?: string | undefined;
1506
+ systemTraceAuditNumber?: string | undefined;
1507
+ transmissionDateTime?: string | undefined;
1508
+ }, {
1509
+ description?: string | undefined;
1510
+ name?: string | undefined;
1511
+ authorizationCode?: string | undefined;
1512
+ retrievalReferenceNumber?: string | undefined;
1513
+ systemTraceAuditNumber?: string | undefined;
1514
+ transmissionDateTime?: string | undefined;
1515
+ }>>;
1516
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1517
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1518
+ }>, "strip", import("zod").ZodTypeAny, {
1519
+ description?: string | undefined;
1520
+ name?: string | undefined;
1521
+ requestId?: string | undefined;
1522
+ cardTransactionDetails?: {
1523
+ description?: string | undefined;
1524
+ name?: string | undefined;
1525
+ authorizationCode?: string | undefined;
1526
+ retrievalReferenceNumber?: string | undefined;
1527
+ systemTraceAuditNumber?: string | undefined;
1528
+ transmissionDateTime?: string | undefined;
1529
+ } | undefined;
1530
+ }, {
1531
+ description?: string | undefined;
1532
+ name?: string | undefined;
1533
+ requestId?: string | undefined;
1534
+ cardTransactionDetails?: {
1535
+ description?: string | undefined;
1536
+ name?: string | undefined;
1537
+ authorizationCode?: string | undefined;
1538
+ retrievalReferenceNumber?: string | undefined;
1539
+ systemTraceAuditNumber?: string | undefined;
1540
+ transmissionDateTime?: string | undefined;
1541
+ } | undefined;
1542
+ }>;
1543
+ readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1544
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1545
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1546
+ }, {
1547
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1548
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1549
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1550
+ }>, {
1551
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1552
+ lockedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1553
+ [x: string]: any;
1554
+ }, {
1555
+ [x: string]: any;
1556
+ }>>;
1557
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1558
+ }>, "strip", import("zod").ZodTypeAny, {
1559
+ description?: string | undefined;
1560
+ name?: string | undefined;
1561
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1562
+ lockedAt?: {
1563
+ [x: string]: any;
1564
+ } | undefined;
1565
+ }, {
1566
+ description?: string | undefined;
1567
+ name?: string | undefined;
1568
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1569
+ lockedAt?: {
1570
+ [x: string]: any;
1571
+ } | undefined;
1572
+ }>;
1573
+ readonly '531sxtH5rD9ter3EzwBTcn9GMdA7RAYFwmSQRzxCru8z': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1574
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1575
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1576
+ }, {
1577
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1578
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1579
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
1580
+ }>, {
1581
+ cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
1582
+ authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1583
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1584
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1585
+ retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1586
+ systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1587
+ transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
1588
+ }, "strip", import("zod").ZodTypeAny, {
1589
+ description?: string | undefined;
1590
+ name?: string | undefined;
1591
+ authorizationCode?: string | undefined;
1592
+ retrievalReferenceNumber?: string | undefined;
1593
+ systemTraceAuditNumber?: string | undefined;
1594
+ transmissionDateTime?: string | undefined;
1595
+ }, {
1596
+ description?: string | undefined;
1597
+ name?: string | undefined;
1598
+ authorizationCode?: string | undefined;
1599
+ retrievalReferenceNumber?: string | undefined;
1600
+ systemTraceAuditNumber?: string | undefined;
1601
+ transmissionDateTime?: string | undefined;
1602
+ }>>;
1603
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1604
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1605
+ }>, "strip", import("zod").ZodTypeAny, {
1606
+ description?: string | undefined;
1607
+ name?: string | undefined;
1608
+ requestId?: string | undefined;
1609
+ cardTransactionDetails?: {
1610
+ description?: string | undefined;
1611
+ name?: string | undefined;
1612
+ authorizationCode?: string | undefined;
1613
+ retrievalReferenceNumber?: string | undefined;
1614
+ systemTraceAuditNumber?: string | undefined;
1615
+ transmissionDateTime?: string | undefined;
1616
+ } | undefined;
1617
+ }, {
1618
+ description?: string | undefined;
1619
+ name?: string | undefined;
1620
+ requestId?: string | undefined;
1621
+ cardTransactionDetails?: {
1622
+ description?: string | undefined;
1623
+ name?: string | undefined;
1624
+ authorizationCode?: string | undefined;
1625
+ retrievalReferenceNumber?: string | undefined;
1626
+ systemTraceAuditNumber?: string | undefined;
1627
+ transmissionDateTime?: string | undefined;
1628
+ } | undefined;
1629
+ }>;
1630
+ readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1631
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1632
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1633
+ }, {
1634
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1635
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1636
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1637
+ }>, {
1638
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1639
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1640
+ unlockedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1641
+ [x: string]: any;
1642
+ }, {
1643
+ [x: string]: any;
1644
+ }>>;
1645
+ }>, "strip", import("zod").ZodTypeAny, {
1646
+ description?: string | undefined;
1647
+ name?: string | undefined;
1648
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1649
+ unlockedAt?: {
1650
+ [x: string]: any;
1651
+ } | undefined;
1652
+ }, {
1653
+ description?: string | undefined;
1654
+ name?: string | undefined;
1655
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1656
+ unlockedAt?: {
1657
+ [x: string]: any;
1658
+ } | undefined;
1659
+ }>;
1660
+ readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: import("zod").ZodObject<{
1661
+ authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1662
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1663
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1664
+ retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1665
+ systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1666
+ transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
1667
+ }, "strip", import("zod").ZodTypeAny, {
1668
+ description?: string | undefined;
1669
+ name?: string | undefined;
1670
+ authorizationCode?: string | undefined;
1671
+ retrievalReferenceNumber?: string | undefined;
1672
+ systemTraceAuditNumber?: string | undefined;
1673
+ transmissionDateTime?: string | undefined;
1674
+ }, {
1675
+ description?: string | undefined;
1676
+ name?: string | undefined;
1677
+ authorizationCode?: string | undefined;
1678
+ retrievalReferenceNumber?: string | undefined;
1679
+ systemTraceAuditNumber?: string | undefined;
1680
+ transmissionDateTime?: string | undefined;
1681
+ }>;
1682
+ readonly B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1683
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1684
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1685
+ }, {
1686
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1687
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1688
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1689
+ }>, {
1690
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1691
+ events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1692
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1693
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1694
+ rejectedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
1695
+ targetMerchantId: import("zod").ZodOptional<import("zod").ZodString>;
1696
+ }>, "strip", import("zod").ZodTypeAny, {
1697
+ description?: string | undefined;
1698
+ name?: string | undefined;
1699
+ reason?: string | undefined;
1700
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1701
+ events?: string[] | undefined;
1702
+ rejectedAt?: number | undefined;
1703
+ targetMerchantId?: string | undefined;
1704
+ }, {
1705
+ description?: string | undefined;
1706
+ name?: string | undefined;
1707
+ reason?: string | undefined;
1708
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1709
+ events?: string[] | undefined;
1710
+ rejectedAt?: number | undefined;
1711
+ targetMerchantId?: string | undefined;
1712
+ }>;
1713
+ readonly GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1714
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1715
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1716
+ }, {
1717
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1718
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1719
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1720
+ }>, {
1721
+ consentDocumentId: import("zod").ZodOptional<import("zod").ZodString>;
1722
+ consentSessionId: import("zod").ZodOptional<import("zod").ZodString>;
1723
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1724
+ events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1725
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1726
+ startedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
1727
+ targetMerchantId: import("zod").ZodOptional<import("zod").ZodString>;
1728
+ }>, "strip", import("zod").ZodTypeAny, {
1729
+ description?: string | undefined;
1730
+ name?: string | undefined;
1731
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1732
+ events?: string[] | undefined;
1733
+ targetMerchantId?: string | undefined;
1734
+ consentDocumentId?: string | undefined;
1735
+ consentSessionId?: string | undefined;
1736
+ startedAt?: number | undefined;
1737
+ }, {
1738
+ description?: string | undefined;
1739
+ name?: string | undefined;
1740
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1741
+ events?: string[] | undefined;
1742
+ targetMerchantId?: string | undefined;
1743
+ consentDocumentId?: string | undefined;
1744
+ consentSessionId?: string | undefined;
1745
+ startedAt?: number | undefined;
1746
+ }>;
1747
+ readonly BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
1748
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1749
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1750
+ }, {
1751
+ events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
1752
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1753
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1754
+ stoppedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
1755
+ targetMerchantId: import("zod").ZodOptional<import("zod").ZodString>;
1756
+ }>, "strip", import("zod").ZodTypeAny, {
1757
+ description?: string | undefined;
1758
+ name?: string | undefined;
1759
+ reason?: string | undefined;
1760
+ events?: string[] | undefined;
1761
+ targetMerchantId?: string | undefined;
1762
+ stoppedAt?: number | undefined;
1763
+ }, {
1764
+ description?: string | undefined;
1765
+ name?: string | undefined;
1766
+ reason?: string | undefined;
1767
+ events?: string[] | undefined;
1768
+ targetMerchantId?: string | undefined;
1769
+ stoppedAt?: number | undefined;
1770
+ }>;
1771
+ readonly '31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
1772
+ amount: import("zod").ZodOptional<import("zod").ZodObject<{
1773
+ captured: import("zod").ZodOptional<import("zod").ZodNumber>;
1774
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1775
+ reserved: import("zod").ZodOptional<import("zod").ZodNumber>;
1776
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
1777
+ }, "strip", import("zod").ZodTypeAny, {
1778
+ description?: string | undefined;
1779
+ captured?: number | undefined;
1780
+ reserved?: number | undefined;
1781
+ total?: number | undefined;
1782
+ }, {
1783
+ description?: string | undefined;
1784
+ captured?: number | undefined;
1785
+ reserved?: number | undefined;
1786
+ total?: number | undefined;
1787
+ }>>;
1788
+ contracts: import("zod").ZodOptional<import("zod").ZodObject<{
1789
+ guarantorChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1790
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1791
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1792
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
1793
+ }, {
1794
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1795
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1796
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1797
+ }>, {
1798
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1799
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1800
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
1801
+ }>, "strip", import("zod").ZodTypeAny, {
1802
+ description?: string | undefined;
1803
+ name?: string | undefined;
1804
+ order?: number | undefined;
1805
+ event?: import("@blue-labs/language").BlueNode | undefined;
1806
+ timelineId?: string | undefined;
1807
+ }, {
1808
+ description?: string | undefined;
1809
+ name?: string | undefined;
1810
+ order?: number | undefined;
1811
+ event?: import("@blue-labs/language").BlueNode | undefined;
1812
+ timelineId?: string | undefined;
1813
+ }>>;
1814
+ guarantorUpdate: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1815
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1816
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1817
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
1818
+ }, {
1819
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1820
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1821
+ }>, {
1822
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
1823
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1824
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1825
+ request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1826
+ }>, "strip", import("zod").ZodTypeAny, {
1827
+ description?: string | undefined;
1828
+ name?: string | undefined;
1829
+ order?: number | undefined;
1830
+ channel?: string | undefined;
1831
+ request?: import("@blue-labs/language").BlueNode | undefined;
1832
+ }, {
1833
+ description?: string | undefined;
1834
+ name?: string | undefined;
1835
+ order?: number | undefined;
1836
+ channel?: string | undefined;
1837
+ request?: import("@blue-labs/language").BlueNode | undefined;
1838
+ }>>;
1839
+ guarantorUpdateImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1840
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1841
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1842
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
1843
+ }, {
1844
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
1845
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1846
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1847
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1848
+ }>, {
1849
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1850
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1851
+ steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
1852
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1853
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1854
+ }, "strip", import("zod").ZodTypeAny, {
1855
+ description?: string | undefined;
1856
+ name?: string | undefined;
1857
+ }, {
1858
+ description?: string | undefined;
1859
+ name?: string | undefined;
1860
+ }>, "many">>;
1861
+ }>, {
1862
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1863
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1864
+ operation: import("zod").ZodOptional<import("zod").ZodString>;
1865
+ }>, "strip", import("zod").ZodTypeAny, {
1866
+ description?: string | undefined;
1867
+ name?: string | undefined;
1868
+ order?: number | undefined;
1869
+ channel?: string | undefined;
1870
+ event?: import("@blue-labs/language").BlueNode | undefined;
1871
+ steps?: {
1872
+ description?: string | undefined;
1873
+ name?: string | undefined;
1874
+ }[] | undefined;
1875
+ operation?: string | undefined;
1876
+ }, {
1877
+ description?: string | undefined;
1878
+ name?: string | undefined;
1879
+ order?: number | undefined;
1880
+ channel?: string | undefined;
1881
+ event?: import("@blue-labs/language").BlueNode | undefined;
1882
+ steps?: {
1883
+ description?: string | undefined;
1884
+ name?: string | undefined;
1885
+ }[] | undefined;
1886
+ operation?: string | undefined;
1887
+ }>>;
1888
+ payeeChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1889
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1890
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1891
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
1892
+ }, {
1893
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1894
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1895
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1896
+ }>, {
1897
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1898
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1899
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
1900
+ }>, "strip", import("zod").ZodTypeAny, {
1901
+ description?: string | undefined;
1902
+ name?: string | undefined;
1903
+ order?: number | undefined;
1904
+ event?: import("@blue-labs/language").BlueNode | undefined;
1905
+ timelineId?: string | undefined;
1906
+ }, {
1907
+ description?: string | undefined;
1908
+ name?: string | undefined;
1909
+ order?: number | undefined;
1910
+ event?: import("@blue-labs/language").BlueNode | undefined;
1911
+ timelineId?: string | undefined;
1912
+ }>>;
1913
+ payerChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1914
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1915
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1916
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
1917
+ }, {
1918
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1919
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1920
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1921
+ }>, {
1922
+ description: import("zod").ZodOptional<import("zod").ZodString>;
1923
+ name: import("zod").ZodOptional<import("zod").ZodString>;
1924
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
1925
+ }>, "strip", import("zod").ZodTypeAny, {
1926
+ description?: string | undefined;
1927
+ name?: string | undefined;
1928
+ order?: number | undefined;
1929
+ event?: import("@blue-labs/language").BlueNode | undefined;
1930
+ timelineId?: string | undefined;
1931
+ }, {
1932
+ description?: string | undefined;
1933
+ name?: string | undefined;
1934
+ order?: number | undefined;
1935
+ event?: import("@blue-labs/language").BlueNode | undefined;
1936
+ timelineId?: string | undefined;
1937
+ }>>;
1938
+ }, "strip", import("zod").ZodTypeAny, {
1939
+ guarantorChannel?: {
1940
+ description?: string | undefined;
1941
+ name?: string | undefined;
1942
+ order?: number | undefined;
1943
+ event?: import("@blue-labs/language").BlueNode | undefined;
1944
+ timelineId?: string | undefined;
1945
+ } | undefined;
1946
+ guarantorUpdate?: {
1947
+ description?: string | undefined;
1948
+ name?: string | undefined;
1949
+ order?: number | undefined;
1950
+ channel?: string | undefined;
1951
+ request?: import("@blue-labs/language").BlueNode | undefined;
1952
+ } | undefined;
1953
+ guarantorUpdateImpl?: {
1954
+ description?: string | undefined;
1955
+ name?: string | undefined;
1956
+ order?: number | undefined;
1957
+ channel?: string | undefined;
1958
+ event?: import("@blue-labs/language").BlueNode | undefined;
1959
+ steps?: {
1960
+ description?: string | undefined;
1961
+ name?: string | undefined;
1962
+ }[] | undefined;
1963
+ operation?: string | undefined;
1964
+ } | undefined;
1965
+ payeeChannel?: {
1966
+ description?: string | undefined;
1967
+ name?: string | undefined;
1968
+ order?: number | undefined;
1969
+ event?: import("@blue-labs/language").BlueNode | undefined;
1970
+ timelineId?: string | undefined;
1971
+ } | undefined;
1972
+ payerChannel?: {
1973
+ description?: string | undefined;
1974
+ name?: string | undefined;
1975
+ order?: number | undefined;
1976
+ event?: import("@blue-labs/language").BlueNode | undefined;
1977
+ timelineId?: string | undefined;
1978
+ } | undefined;
1979
+ }, {
1980
+ guarantorChannel?: {
1981
+ description?: string | undefined;
1982
+ name?: string | undefined;
1983
+ order?: number | undefined;
1984
+ event?: import("@blue-labs/language").BlueNode | undefined;
1985
+ timelineId?: string | undefined;
1986
+ } | undefined;
1987
+ guarantorUpdate?: {
1988
+ description?: string | undefined;
1989
+ name?: string | undefined;
1990
+ order?: number | undefined;
1991
+ channel?: string | undefined;
1992
+ request?: import("@blue-labs/language").BlueNode | undefined;
1993
+ } | undefined;
1994
+ guarantorUpdateImpl?: {
1995
+ description?: string | undefined;
1996
+ name?: string | undefined;
1997
+ order?: number | undefined;
1998
+ channel?: string | undefined;
1999
+ event?: import("@blue-labs/language").BlueNode | undefined;
2000
+ steps?: {
2001
+ description?: string | undefined;
2002
+ name?: string | undefined;
2003
+ }[] | undefined;
2004
+ operation?: string | undefined;
2005
+ } | undefined;
2006
+ payeeChannel?: {
2007
+ description?: string | undefined;
2008
+ name?: string | undefined;
2009
+ order?: number | undefined;
2010
+ event?: import("@blue-labs/language").BlueNode | undefined;
2011
+ timelineId?: string | undefined;
2012
+ } | undefined;
2013
+ payerChannel?: {
2014
+ description?: string | undefined;
2015
+ name?: string | undefined;
2016
+ order?: number | undefined;
2017
+ event?: import("@blue-labs/language").BlueNode | undefined;
2018
+ timelineId?: string | undefined;
2019
+ } | undefined;
2020
+ }>>;
2021
+ currency: import("zod").ZodOptional<import("zod").ZodString>;
2022
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2023
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2024
+ payNoteInitialStateDescription: import("zod").ZodOptional<import("zod").ZodObject<{
2025
+ details: import("zod").ZodOptional<import("zod").ZodString>;
2026
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
2027
+ }, "strip", import("zod").ZodTypeAny, {
2028
+ summary?: string | undefined;
2029
+ details?: string | undefined;
2030
+ }, {
2031
+ summary?: string | undefined;
2032
+ details?: string | undefined;
2033
+ }>>;
2034
+ status: import("zod").ZodOptional<import("zod").ZodString>;
2035
+ transactionStatus: import("zod").ZodOptional<import("zod").ZodObject<{
2036
+ authorizedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2037
+ capturedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2038
+ currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2039
+ [x: string]: any;
2040
+ }, {
2041
+ [x: string]: any;
2042
+ }>>;
2043
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2044
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2045
+ status: import("zod").ZodOptional<import("zod").ZodString>;
2046
+ }, "strip", import("zod").ZodTypeAny, {
2047
+ status?: string | undefined;
2048
+ description?: string | undefined;
2049
+ name?: string | undefined;
2050
+ authorizedAmountMinor?: number | undefined;
2051
+ capturedAmountMinor?: number | undefined;
2052
+ currency?: {
2053
+ [x: string]: any;
2054
+ } | undefined;
2055
+ }, {
2056
+ status?: string | undefined;
2057
+ description?: string | undefined;
2058
+ name?: string | undefined;
2059
+ authorizedAmountMinor?: number | undefined;
2060
+ capturedAmountMinor?: number | undefined;
2061
+ currency?: {
2062
+ [x: string]: any;
2063
+ } | undefined;
2064
+ }>>;
2065
+ }, {
2066
+ cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
2067
+ authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
2068
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2069
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2070
+ retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
2071
+ systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
2072
+ transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
2073
+ }, "strip", import("zod").ZodTypeAny, {
2074
+ description?: string | undefined;
2075
+ name?: string | undefined;
2076
+ authorizationCode?: string | undefined;
2077
+ retrievalReferenceNumber?: string | undefined;
2078
+ systemTraceAuditNumber?: string | undefined;
2079
+ transmissionDateTime?: string | undefined;
2080
+ }, {
2081
+ description?: string | undefined;
2082
+ name?: string | undefined;
2083
+ authorizationCode?: string | undefined;
2084
+ retrievalReferenceNumber?: string | undefined;
2085
+ systemTraceAuditNumber?: string | undefined;
2086
+ transmissionDateTime?: string | undefined;
2087
+ }>>;
2088
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2089
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2090
+ }>, "strip", import("zod").ZodTypeAny, {
2091
+ status?: string | undefined;
2092
+ description?: string | undefined;
2093
+ name?: string | undefined;
2094
+ contracts?: {
2095
+ guarantorChannel?: {
2096
+ description?: string | undefined;
2097
+ name?: string | undefined;
2098
+ order?: number | undefined;
2099
+ event?: import("@blue-labs/language").BlueNode | undefined;
2100
+ timelineId?: string | undefined;
2101
+ } | undefined;
2102
+ guarantorUpdate?: {
2103
+ description?: string | undefined;
2104
+ name?: string | undefined;
2105
+ order?: number | undefined;
2106
+ channel?: string | undefined;
2107
+ request?: import("@blue-labs/language").BlueNode | undefined;
2108
+ } | undefined;
2109
+ guarantorUpdateImpl?: {
2110
+ description?: string | undefined;
2111
+ name?: string | undefined;
2112
+ order?: number | undefined;
2113
+ channel?: string | undefined;
2114
+ event?: import("@blue-labs/language").BlueNode | undefined;
2115
+ steps?: {
2116
+ description?: string | undefined;
2117
+ name?: string | undefined;
2118
+ }[] | undefined;
2119
+ operation?: string | undefined;
2120
+ } | undefined;
2121
+ payeeChannel?: {
2122
+ description?: string | undefined;
2123
+ name?: string | undefined;
2124
+ order?: number | undefined;
2125
+ event?: import("@blue-labs/language").BlueNode | undefined;
2126
+ timelineId?: string | undefined;
2127
+ } | undefined;
2128
+ payerChannel?: {
2129
+ description?: string | undefined;
2130
+ name?: string | undefined;
2131
+ order?: number | undefined;
2132
+ event?: import("@blue-labs/language").BlueNode | undefined;
2133
+ timelineId?: string | undefined;
2134
+ } | undefined;
2135
+ } | undefined;
2136
+ amount?: {
2137
+ description?: string | undefined;
2138
+ captured?: number | undefined;
2139
+ reserved?: number | undefined;
2140
+ total?: number | undefined;
2141
+ } | undefined;
2142
+ cardTransactionDetails?: {
2143
+ description?: string | undefined;
2144
+ name?: string | undefined;
2145
+ authorizationCode?: string | undefined;
2146
+ retrievalReferenceNumber?: string | undefined;
2147
+ systemTraceAuditNumber?: string | undefined;
2148
+ transmissionDateTime?: string | undefined;
2149
+ } | undefined;
2150
+ currency?: string | undefined;
2151
+ payNoteInitialStateDescription?: {
2152
+ summary?: string | undefined;
2153
+ details?: string | undefined;
2154
+ } | undefined;
2155
+ transactionStatus?: {
2156
+ status?: string | undefined;
2157
+ description?: string | undefined;
2158
+ name?: string | undefined;
2159
+ authorizedAmountMinor?: number | undefined;
2160
+ capturedAmountMinor?: number | undefined;
2161
+ currency?: {
2162
+ [x: string]: any;
2163
+ } | undefined;
2164
+ } | undefined;
2165
+ }, {
2166
+ status?: string | undefined;
2167
+ description?: string | undefined;
2168
+ name?: string | undefined;
2169
+ contracts?: {
2170
+ guarantorChannel?: {
2171
+ description?: string | undefined;
2172
+ name?: string | undefined;
2173
+ order?: number | undefined;
2174
+ event?: import("@blue-labs/language").BlueNode | undefined;
2175
+ timelineId?: string | undefined;
2176
+ } | undefined;
2177
+ guarantorUpdate?: {
2178
+ description?: string | undefined;
2179
+ name?: string | undefined;
2180
+ order?: number | undefined;
2181
+ channel?: string | undefined;
2182
+ request?: import("@blue-labs/language").BlueNode | undefined;
2183
+ } | undefined;
2184
+ guarantorUpdateImpl?: {
2185
+ description?: string | undefined;
2186
+ name?: string | undefined;
2187
+ order?: number | undefined;
2188
+ channel?: string | undefined;
2189
+ event?: import("@blue-labs/language").BlueNode | undefined;
2190
+ steps?: {
2191
+ description?: string | undefined;
2192
+ name?: string | undefined;
2193
+ }[] | undefined;
2194
+ operation?: string | undefined;
2195
+ } | undefined;
2196
+ payeeChannel?: {
2197
+ description?: string | undefined;
2198
+ name?: string | undefined;
2199
+ order?: number | undefined;
2200
+ event?: import("@blue-labs/language").BlueNode | undefined;
2201
+ timelineId?: string | undefined;
2202
+ } | undefined;
2203
+ payerChannel?: {
2204
+ description?: string | undefined;
2205
+ name?: string | undefined;
2206
+ order?: number | undefined;
2207
+ event?: import("@blue-labs/language").BlueNode | undefined;
2208
+ timelineId?: string | undefined;
2209
+ } | undefined;
2210
+ } | undefined;
2211
+ amount?: {
2212
+ description?: string | undefined;
2213
+ captured?: number | undefined;
2214
+ reserved?: number | undefined;
2215
+ total?: number | undefined;
2216
+ } | undefined;
2217
+ cardTransactionDetails?: {
2218
+ description?: string | undefined;
2219
+ name?: string | undefined;
2220
+ authorizationCode?: string | undefined;
2221
+ retrievalReferenceNumber?: string | undefined;
2222
+ systemTraceAuditNumber?: string | undefined;
2223
+ transmissionDateTime?: string | undefined;
2224
+ } | undefined;
2225
+ currency?: string | undefined;
2226
+ payNoteInitialStateDescription?: {
2227
+ summary?: string | undefined;
2228
+ details?: string | undefined;
2229
+ } | undefined;
2230
+ transactionStatus?: {
2231
+ status?: string | undefined;
2232
+ description?: string | undefined;
2233
+ name?: string | undefined;
2234
+ authorizedAmountMinor?: number | undefined;
2235
+ capturedAmountMinor?: number | undefined;
2236
+ currency?: {
2237
+ [x: string]: any;
2238
+ } | undefined;
2239
+ } | undefined;
2240
+ }>;
2241
+ readonly GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
2242
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2243
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2244
+ }, {
2245
+ amountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2246
+ cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
2247
+ authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
2248
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2249
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2250
+ retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
2251
+ systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1250
2252
  transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
1251
2253
  }, "strip", import("zod").ZodTypeAny, {
1252
2254
  description?: string | undefined;
@@ -1263,12 +2265,23 @@ declare const _default: {
1263
2265
  systemTraceAuditNumber?: string | undefined;
1264
2266
  transmissionDateTime?: string | undefined;
1265
2267
  }>>;
2268
+ currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2269
+ [x: string]: any;
2270
+ }, {
2271
+ [x: string]: any;
2272
+ }>>;
1266
2273
  description: import("zod").ZodOptional<import("zod").ZodString>;
2274
+ merchantId: import("zod").ZodOptional<import("zod").ZodString>;
1267
2275
  name: import("zod").ZodOptional<import("zod").ZodString>;
2276
+ occurredAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2277
+ [x: string]: any;
2278
+ }, {
2279
+ [x: string]: any;
2280
+ }>>;
2281
+ transactionId: import("zod").ZodOptional<import("zod").ZodString>;
1268
2282
  }>, "strip", import("zod").ZodTypeAny, {
1269
2283
  description?: string | undefined;
1270
2284
  name?: string | undefined;
1271
- requestId?: string | undefined;
1272
2285
  cardTransactionDetails?: {
1273
2286
  description?: string | undefined;
1274
2287
  name?: string | undefined;
@@ -1277,10 +2290,18 @@ declare const _default: {
1277
2290
  systemTraceAuditNumber?: string | undefined;
1278
2291
  transmissionDateTime?: string | undefined;
1279
2292
  } | undefined;
2293
+ currency?: {
2294
+ [x: string]: any;
2295
+ } | undefined;
2296
+ amountMinor?: number | undefined;
2297
+ merchantId?: string | undefined;
2298
+ occurredAt?: {
2299
+ [x: string]: any;
2300
+ } | undefined;
2301
+ transactionId?: string | undefined;
1280
2302
  }, {
1281
2303
  description?: string | undefined;
1282
2304
  name?: string | undefined;
1283
- requestId?: string | undefined;
1284
2305
  cardTransactionDetails?: {
1285
2306
  description?: string | undefined;
1286
2307
  name?: string | undefined;
@@ -1289,8 +2310,17 @@ declare const _default: {
1289
2310
  systemTraceAuditNumber?: string | undefined;
1290
2311
  transmissionDateTime?: string | undefined;
1291
2312
  } | undefined;
2313
+ currency?: {
2314
+ [x: string]: any;
2315
+ } | undefined;
2316
+ amountMinor?: number | undefined;
2317
+ merchantId?: string | undefined;
2318
+ occurredAt?: {
2319
+ [x: string]: any;
2320
+ } | undefined;
2321
+ transactionId?: string | undefined;
1292
2322
  }>;
1293
- readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2323
+ readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1294
2324
  description: import("zod").ZodOptional<import("zod").ZodString>;
1295
2325
  name: import("zod").ZodOptional<import("zod").ZodString>;
1296
2326
  }, {
@@ -1299,245 +2329,538 @@ declare const _default: {
1299
2329
  name: import("zod").ZodOptional<import("zod").ZodString>;
1300
2330
  }>, {
1301
2331
  description: import("zod").ZodOptional<import("zod").ZodString>;
1302
- lockedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1303
- [x: string]: any;
1304
- }, {
1305
- [x: string]: any;
1306
- }>>;
1307
2332
  name: import("zod").ZodOptional<import("zod").ZodString>;
2333
+ reason: import("zod").ZodOptional<import("zod").ZodString>;
1308
2334
  }>, "strip", import("zod").ZodTypeAny, {
1309
2335
  description?: string | undefined;
1310
2336
  name?: string | undefined;
2337
+ reason?: string | undefined;
2338
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2339
+ }, {
2340
+ description?: string | undefined;
2341
+ name?: string | undefined;
2342
+ reason?: string | undefined;
1311
2343
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1312
- lockedAt?: {
1313
- [x: string]: any;
1314
- } | undefined;
2344
+ }>;
2345
+ readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2346
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2347
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2348
+ }, {
2349
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2350
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2351
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2352
+ }>, {
2353
+ childPayNote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2354
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2355
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2356
+ }>, "strip", import("zod").ZodTypeAny, {
2357
+ description?: string | undefined;
2358
+ name?: string | undefined;
2359
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2360
+ childPayNote?: import("@blue-labs/language").BlueNode | undefined;
2361
+ }, {
2362
+ description?: string | undefined;
2363
+ name?: string | undefined;
2364
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2365
+ childPayNote?: import("@blue-labs/language").BlueNode | undefined;
2366
+ }>;
2367
+ readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2368
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2369
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2370
+ }, {
2371
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2372
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2373
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2374
+ }>, {
2375
+ amountCaptured: import("zod").ZodOptional<import("zod").ZodNumber>;
2376
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2377
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2378
+ }>, "strip", import("zod").ZodTypeAny, {
2379
+ description?: string | undefined;
2380
+ name?: string | undefined;
2381
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2382
+ amountCaptured?: number | undefined;
2383
+ }, {
2384
+ description?: string | undefined;
2385
+ name?: string | undefined;
2386
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2387
+ amountCaptured?: number | undefined;
2388
+ }>;
2389
+ readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2390
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2391
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2392
+ }, {
2393
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2394
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2395
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2396
+ }>, {
2397
+ amountReserved: import("zod").ZodOptional<import("zod").ZodNumber>;
2398
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2399
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2400
+ }>, "strip", import("zod").ZodTypeAny, {
2401
+ description?: string | undefined;
2402
+ name?: string | undefined;
2403
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2404
+ amountReserved?: number | undefined;
2405
+ }, {
2406
+ description?: string | undefined;
2407
+ name?: string | undefined;
2408
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2409
+ amountReserved?: number | undefined;
2410
+ }>;
2411
+ readonly '53Dir2sGy1NHuCQXF6suGoDMxYacNhbcy23AKD89SghD': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2412
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2413
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2414
+ }, {
2415
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2416
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2417
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
2418
+ }>, {
2419
+ childPayNote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2420
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2421
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2422
+ }>, "strip", import("zod").ZodTypeAny, {
2423
+ description?: string | undefined;
2424
+ name?: string | undefined;
2425
+ requestId?: string | undefined;
2426
+ childPayNote?: import("@blue-labs/language").BlueNode | undefined;
1315
2427
  }, {
1316
2428
  description?: string | undefined;
1317
2429
  name?: string | undefined;
1318
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1319
- lockedAt?: {
1320
- [x: string]: any;
1321
- } | undefined;
2430
+ requestId?: string | undefined;
2431
+ childPayNote?: import("@blue-labs/language").BlueNode | undefined;
1322
2432
  }>;
1323
- readonly '531sxtH5rD9ter3EzwBTcn9GMdA7RAYFwmSQRzxCru8z': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1324
- description: import("zod").ZodOptional<import("zod").ZodString>;
1325
- name: import("zod").ZodOptional<import("zod").ZodString>;
1326
- }, {
2433
+ readonly '7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
2434
+ amount: import("zod").ZodOptional<import("zod").ZodObject<{
2435
+ captured: import("zod").ZodOptional<import("zod").ZodNumber>;
2436
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2437
+ reserved: import("zod").ZodOptional<import("zod").ZodNumber>;
2438
+ total: import("zod").ZodOptional<import("zod").ZodNumber>;
2439
+ }, "strip", import("zod").ZodTypeAny, {
2440
+ description?: string | undefined;
2441
+ captured?: number | undefined;
2442
+ reserved?: number | undefined;
2443
+ total?: number | undefined;
2444
+ }, {
2445
+ description?: string | undefined;
2446
+ captured?: number | undefined;
2447
+ reserved?: number | undefined;
2448
+ total?: number | undefined;
2449
+ }>>;
2450
+ contracts: import("zod").ZodOptional<import("zod").ZodObject<{
2451
+ guarantorChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2452
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2453
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2454
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2455
+ }, {
2456
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2457
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2458
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2459
+ }>, {
2460
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2461
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2462
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
2463
+ }>, "strip", import("zod").ZodTypeAny, {
2464
+ description?: string | undefined;
2465
+ name?: string | undefined;
2466
+ order?: number | undefined;
2467
+ event?: import("@blue-labs/language").BlueNode | undefined;
2468
+ timelineId?: string | undefined;
2469
+ }, {
2470
+ description?: string | undefined;
2471
+ name?: string | undefined;
2472
+ order?: number | undefined;
2473
+ event?: import("@blue-labs/language").BlueNode | undefined;
2474
+ timelineId?: string | undefined;
2475
+ }>>;
2476
+ guarantorUpdate: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2477
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2478
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2479
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2480
+ }, {
2481
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2482
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2483
+ }>, {
2484
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
2485
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2486
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2487
+ request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2488
+ }>, "strip", import("zod").ZodTypeAny, {
2489
+ description?: string | undefined;
2490
+ name?: string | undefined;
2491
+ order?: number | undefined;
2492
+ channel?: string | undefined;
2493
+ request?: import("@blue-labs/language").BlueNode | undefined;
2494
+ }, {
2495
+ description?: string | undefined;
2496
+ name?: string | undefined;
2497
+ order?: number | undefined;
2498
+ channel?: string | undefined;
2499
+ request?: import("@blue-labs/language").BlueNode | undefined;
2500
+ }>>;
2501
+ guarantorUpdateImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2502
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2503
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2504
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2505
+ }, {
2506
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
2507
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2508
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2509
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2510
+ }>, {
2511
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2512
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2513
+ steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2514
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2515
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2516
+ }, "strip", import("zod").ZodTypeAny, {
2517
+ description?: string | undefined;
2518
+ name?: string | undefined;
2519
+ }, {
2520
+ description?: string | undefined;
2521
+ name?: string | undefined;
2522
+ }>, "many">>;
2523
+ }>, {
2524
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2525
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2526
+ operation: import("zod").ZodOptional<import("zod").ZodString>;
2527
+ }>, "strip", import("zod").ZodTypeAny, {
2528
+ description?: string | undefined;
2529
+ name?: string | undefined;
2530
+ order?: number | undefined;
2531
+ channel?: string | undefined;
2532
+ event?: import("@blue-labs/language").BlueNode | undefined;
2533
+ steps?: {
2534
+ description?: string | undefined;
2535
+ name?: string | undefined;
2536
+ }[] | undefined;
2537
+ operation?: string | undefined;
2538
+ }, {
2539
+ description?: string | undefined;
2540
+ name?: string | undefined;
2541
+ order?: number | undefined;
2542
+ channel?: string | undefined;
2543
+ event?: import("@blue-labs/language").BlueNode | undefined;
2544
+ steps?: {
2545
+ description?: string | undefined;
2546
+ name?: string | undefined;
2547
+ }[] | undefined;
2548
+ operation?: string | undefined;
2549
+ }>>;
2550
+ payeeChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2551
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2552
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2553
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2554
+ }, {
2555
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2556
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2557
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2558
+ }>, {
2559
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2560
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2561
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
2562
+ }>, "strip", import("zod").ZodTypeAny, {
2563
+ description?: string | undefined;
2564
+ name?: string | undefined;
2565
+ order?: number | undefined;
2566
+ event?: import("@blue-labs/language").BlueNode | undefined;
2567
+ timelineId?: string | undefined;
2568
+ }, {
2569
+ description?: string | undefined;
2570
+ name?: string | undefined;
2571
+ order?: number | undefined;
2572
+ event?: import("@blue-labs/language").BlueNode | undefined;
2573
+ timelineId?: string | undefined;
2574
+ }>>;
2575
+ payerChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2576
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2577
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2578
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2579
+ }, {
2580
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2581
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2582
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2583
+ }>, {
2584
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2585
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2586
+ timelineId: import("zod").ZodOptional<import("zod").ZodString>;
2587
+ }>, "strip", import("zod").ZodTypeAny, {
2588
+ description?: string | undefined;
2589
+ name?: string | undefined;
2590
+ order?: number | undefined;
2591
+ event?: import("@blue-labs/language").BlueNode | undefined;
2592
+ timelineId?: string | undefined;
2593
+ }, {
2594
+ description?: string | undefined;
2595
+ name?: string | undefined;
2596
+ order?: number | undefined;
2597
+ event?: import("@blue-labs/language").BlueNode | undefined;
2598
+ timelineId?: string | undefined;
2599
+ }>>;
2600
+ }, "strip", import("zod").ZodTypeAny, {
2601
+ guarantorChannel?: {
2602
+ description?: string | undefined;
2603
+ name?: string | undefined;
2604
+ order?: number | undefined;
2605
+ event?: import("@blue-labs/language").BlueNode | undefined;
2606
+ timelineId?: string | undefined;
2607
+ } | undefined;
2608
+ guarantorUpdate?: {
2609
+ description?: string | undefined;
2610
+ name?: string | undefined;
2611
+ order?: number | undefined;
2612
+ channel?: string | undefined;
2613
+ request?: import("@blue-labs/language").BlueNode | undefined;
2614
+ } | undefined;
2615
+ guarantorUpdateImpl?: {
2616
+ description?: string | undefined;
2617
+ name?: string | undefined;
2618
+ order?: number | undefined;
2619
+ channel?: string | undefined;
2620
+ event?: import("@blue-labs/language").BlueNode | undefined;
2621
+ steps?: {
2622
+ description?: string | undefined;
2623
+ name?: string | undefined;
2624
+ }[] | undefined;
2625
+ operation?: string | undefined;
2626
+ } | undefined;
2627
+ payeeChannel?: {
2628
+ description?: string | undefined;
2629
+ name?: string | undefined;
2630
+ order?: number | undefined;
2631
+ event?: import("@blue-labs/language").BlueNode | undefined;
2632
+ timelineId?: string | undefined;
2633
+ } | undefined;
2634
+ payerChannel?: {
2635
+ description?: string | undefined;
2636
+ name?: string | undefined;
2637
+ order?: number | undefined;
2638
+ event?: import("@blue-labs/language").BlueNode | undefined;
2639
+ timelineId?: string | undefined;
2640
+ } | undefined;
2641
+ }, {
2642
+ guarantorChannel?: {
2643
+ description?: string | undefined;
2644
+ name?: string | undefined;
2645
+ order?: number | undefined;
2646
+ event?: import("@blue-labs/language").BlueNode | undefined;
2647
+ timelineId?: string | undefined;
2648
+ } | undefined;
2649
+ guarantorUpdate?: {
2650
+ description?: string | undefined;
2651
+ name?: string | undefined;
2652
+ order?: number | undefined;
2653
+ channel?: string | undefined;
2654
+ request?: import("@blue-labs/language").BlueNode | undefined;
2655
+ } | undefined;
2656
+ guarantorUpdateImpl?: {
2657
+ description?: string | undefined;
2658
+ name?: string | undefined;
2659
+ order?: number | undefined;
2660
+ channel?: string | undefined;
2661
+ event?: import("@blue-labs/language").BlueNode | undefined;
2662
+ steps?: {
2663
+ description?: string | undefined;
2664
+ name?: string | undefined;
2665
+ }[] | undefined;
2666
+ operation?: string | undefined;
2667
+ } | undefined;
2668
+ payeeChannel?: {
2669
+ description?: string | undefined;
2670
+ name?: string | undefined;
2671
+ order?: number | undefined;
2672
+ event?: import("@blue-labs/language").BlueNode | undefined;
2673
+ timelineId?: string | undefined;
2674
+ } | undefined;
2675
+ payerChannel?: {
2676
+ description?: string | undefined;
2677
+ name?: string | undefined;
2678
+ order?: number | undefined;
2679
+ event?: import("@blue-labs/language").BlueNode | undefined;
2680
+ timelineId?: string | undefined;
2681
+ } | undefined;
2682
+ }>>;
2683
+ currency: import("zod").ZodOptional<import("zod").ZodString>;
1327
2684
  description: import("zod").ZodOptional<import("zod").ZodString>;
1328
2685
  name: import("zod").ZodOptional<import("zod").ZodString>;
1329
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
1330
- }>, {
1331
- cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
1332
- authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
2686
+ payNoteInitialStateDescription: import("zod").ZodOptional<import("zod").ZodObject<{
2687
+ details: import("zod").ZodOptional<import("zod").ZodString>;
2688
+ summary: import("zod").ZodOptional<import("zod").ZodString>;
2689
+ }, "strip", import("zod").ZodTypeAny, {
2690
+ summary?: string | undefined;
2691
+ details?: string | undefined;
2692
+ }, {
2693
+ summary?: string | undefined;
2694
+ details?: string | undefined;
2695
+ }>>;
2696
+ status: import("zod").ZodOptional<import("zod").ZodString>;
2697
+ transactionStatus: import("zod").ZodOptional<import("zod").ZodObject<{
2698
+ authorizedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2699
+ capturedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
2700
+ currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2701
+ [x: string]: any;
2702
+ }, {
2703
+ [x: string]: any;
2704
+ }>>;
1333
2705
  description: import("zod").ZodOptional<import("zod").ZodString>;
1334
2706
  name: import("zod").ZodOptional<import("zod").ZodString>;
1335
- retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1336
- systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1337
- transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
2707
+ status: import("zod").ZodOptional<import("zod").ZodString>;
1338
2708
  }, "strip", import("zod").ZodTypeAny, {
2709
+ status?: string | undefined;
1339
2710
  description?: string | undefined;
1340
2711
  name?: string | undefined;
1341
- authorizationCode?: string | undefined;
1342
- retrievalReferenceNumber?: string | undefined;
1343
- systemTraceAuditNumber?: string | undefined;
1344
- transmissionDateTime?: string | undefined;
2712
+ authorizedAmountMinor?: number | undefined;
2713
+ capturedAmountMinor?: number | undefined;
2714
+ currency?: {
2715
+ [x: string]: any;
2716
+ } | undefined;
1345
2717
  }, {
2718
+ status?: string | undefined;
1346
2719
  description?: string | undefined;
1347
2720
  name?: string | undefined;
1348
- authorizationCode?: string | undefined;
1349
- retrievalReferenceNumber?: string | undefined;
1350
- systemTraceAuditNumber?: string | undefined;
1351
- transmissionDateTime?: string | undefined;
2721
+ authorizedAmountMinor?: number | undefined;
2722
+ capturedAmountMinor?: number | undefined;
2723
+ currency?: {
2724
+ [x: string]: any;
2725
+ } | undefined;
1352
2726
  }>>;
2727
+ }, {
1353
2728
  description: import("zod").ZodOptional<import("zod").ZodString>;
1354
2729
  name: import("zod").ZodOptional<import("zod").ZodString>;
1355
2730
  }>, "strip", import("zod").ZodTypeAny, {
2731
+ status?: string | undefined;
1356
2732
  description?: string | undefined;
1357
2733
  name?: string | undefined;
1358
- requestId?: string | undefined;
1359
- cardTransactionDetails?: {
1360
- description?: string | undefined;
1361
- name?: string | undefined;
1362
- authorizationCode?: string | undefined;
1363
- retrievalReferenceNumber?: string | undefined;
1364
- systemTraceAuditNumber?: string | undefined;
1365
- transmissionDateTime?: string | undefined;
2734
+ contracts?: {
2735
+ guarantorChannel?: {
2736
+ description?: string | undefined;
2737
+ name?: string | undefined;
2738
+ order?: number | undefined;
2739
+ event?: import("@blue-labs/language").BlueNode | undefined;
2740
+ timelineId?: string | undefined;
2741
+ } | undefined;
2742
+ guarantorUpdate?: {
2743
+ description?: string | undefined;
2744
+ name?: string | undefined;
2745
+ order?: number | undefined;
2746
+ channel?: string | undefined;
2747
+ request?: import("@blue-labs/language").BlueNode | undefined;
2748
+ } | undefined;
2749
+ guarantorUpdateImpl?: {
2750
+ description?: string | undefined;
2751
+ name?: string | undefined;
2752
+ order?: number | undefined;
2753
+ channel?: string | undefined;
2754
+ event?: import("@blue-labs/language").BlueNode | undefined;
2755
+ steps?: {
2756
+ description?: string | undefined;
2757
+ name?: string | undefined;
2758
+ }[] | undefined;
2759
+ operation?: string | undefined;
2760
+ } | undefined;
2761
+ payeeChannel?: {
2762
+ description?: string | undefined;
2763
+ name?: string | undefined;
2764
+ order?: number | undefined;
2765
+ event?: import("@blue-labs/language").BlueNode | undefined;
2766
+ timelineId?: string | undefined;
2767
+ } | undefined;
2768
+ payerChannel?: {
2769
+ description?: string | undefined;
2770
+ name?: string | undefined;
2771
+ order?: number | undefined;
2772
+ event?: import("@blue-labs/language").BlueNode | undefined;
2773
+ timelineId?: string | undefined;
2774
+ } | undefined;
1366
2775
  } | undefined;
1367
- }, {
1368
- description?: string | undefined;
1369
- name?: string | undefined;
1370
- requestId?: string | undefined;
1371
- cardTransactionDetails?: {
2776
+ amount?: {
1372
2777
  description?: string | undefined;
1373
- name?: string | undefined;
1374
- authorizationCode?: string | undefined;
1375
- retrievalReferenceNumber?: string | undefined;
1376
- systemTraceAuditNumber?: string | undefined;
1377
- transmissionDateTime?: string | undefined;
2778
+ captured?: number | undefined;
2779
+ reserved?: number | undefined;
2780
+ total?: number | undefined;
1378
2781
  } | undefined;
1379
- }>;
1380
- readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1381
- description: import("zod").ZodOptional<import("zod").ZodString>;
1382
- name: import("zod").ZodOptional<import("zod").ZodString>;
1383
- }, {
1384
- description: import("zod").ZodOptional<import("zod").ZodString>;
1385
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1386
- name: import("zod").ZodOptional<import("zod").ZodString>;
1387
- }>, {
1388
- description: import("zod").ZodOptional<import("zod").ZodString>;
1389
- name: import("zod").ZodOptional<import("zod").ZodString>;
1390
- unlockedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
1391
- [x: string]: any;
1392
- }, {
1393
- [x: string]: any;
1394
- }>>;
1395
- }>, "strip", import("zod").ZodTypeAny, {
1396
- description?: string | undefined;
1397
- name?: string | undefined;
1398
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1399
- unlockedAt?: {
1400
- [x: string]: any;
2782
+ currency?: string | undefined;
2783
+ payNoteInitialStateDescription?: {
2784
+ summary?: string | undefined;
2785
+ details?: string | undefined;
1401
2786
  } | undefined;
1402
- }, {
1403
- description?: string | undefined;
1404
- name?: string | undefined;
1405
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1406
- unlockedAt?: {
1407
- [x: string]: any;
2787
+ transactionStatus?: {
2788
+ status?: string | undefined;
2789
+ description?: string | undefined;
2790
+ name?: string | undefined;
2791
+ authorizedAmountMinor?: number | undefined;
2792
+ capturedAmountMinor?: number | undefined;
2793
+ currency?: {
2794
+ [x: string]: any;
2795
+ } | undefined;
1408
2796
  } | undefined;
1409
- }>;
1410
- readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: import("zod").ZodObject<{
1411
- authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1412
- description: import("zod").ZodOptional<import("zod").ZodString>;
1413
- name: import("zod").ZodOptional<import("zod").ZodString>;
1414
- retrievalReferenceNumber: import("zod").ZodOptional<import("zod").ZodString>;
1415
- systemTraceAuditNumber: import("zod").ZodOptional<import("zod").ZodString>;
1416
- transmissionDateTime: import("zod").ZodOptional<import("zod").ZodString>;
1417
- }, "strip", import("zod").ZodTypeAny, {
1418
- description?: string | undefined;
1419
- name?: string | undefined;
1420
- authorizationCode?: string | undefined;
1421
- retrievalReferenceNumber?: string | undefined;
1422
- systemTraceAuditNumber?: string | undefined;
1423
- transmissionDateTime?: string | undefined;
1424
- }, {
1425
- description?: string | undefined;
1426
- name?: string | undefined;
1427
- authorizationCode?: string | undefined;
1428
- retrievalReferenceNumber?: string | undefined;
1429
- systemTraceAuditNumber?: string | undefined;
1430
- transmissionDateTime?: string | undefined;
1431
- }>;
1432
- readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1433
- description: import("zod").ZodOptional<import("zod").ZodString>;
1434
- name: import("zod").ZodOptional<import("zod").ZodString>;
1435
- }, {
1436
- description: import("zod").ZodOptional<import("zod").ZodString>;
1437
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1438
- name: import("zod").ZodOptional<import("zod").ZodString>;
1439
- }>, {
1440
- description: import("zod").ZodOptional<import("zod").ZodString>;
1441
- name: import("zod").ZodOptional<import("zod").ZodString>;
1442
- reason: import("zod").ZodOptional<import("zod").ZodString>;
1443
- }>, "strip", import("zod").ZodTypeAny, {
1444
- description?: string | undefined;
1445
- name?: string | undefined;
1446
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1447
- reason?: string | undefined;
1448
- }, {
1449
- description?: string | undefined;
1450
- name?: string | undefined;
1451
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1452
- reason?: string | undefined;
1453
- }>;
1454
- readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1455
- description: import("zod").ZodOptional<import("zod").ZodString>;
1456
- name: import("zod").ZodOptional<import("zod").ZodString>;
1457
- }, {
1458
- description: import("zod").ZodOptional<import("zod").ZodString>;
1459
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1460
- name: import("zod").ZodOptional<import("zod").ZodString>;
1461
- }>, {
1462
- childPayNote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1463
- description: import("zod").ZodOptional<import("zod").ZodString>;
1464
- name: import("zod").ZodOptional<import("zod").ZodString>;
1465
- }>, "strip", import("zod").ZodTypeAny, {
1466
- description?: string | undefined;
1467
- name?: string | undefined;
1468
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1469
- childPayNote?: import("@blue-labs/language").BlueNode | undefined;
1470
- }, {
1471
- description?: string | undefined;
1472
- name?: string | undefined;
1473
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1474
- childPayNote?: import("@blue-labs/language").BlueNode | undefined;
1475
- }>;
1476
- readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1477
- description: import("zod").ZodOptional<import("zod").ZodString>;
1478
- name: import("zod").ZodOptional<import("zod").ZodString>;
1479
- }, {
1480
- description: import("zod").ZodOptional<import("zod").ZodString>;
1481
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1482
- name: import("zod").ZodOptional<import("zod").ZodString>;
1483
- }>, {
1484
- amountCaptured: import("zod").ZodOptional<import("zod").ZodNumber>;
1485
- description: import("zod").ZodOptional<import("zod").ZodString>;
1486
- name: import("zod").ZodOptional<import("zod").ZodString>;
1487
- }>, "strip", import("zod").ZodTypeAny, {
1488
- description?: string | undefined;
1489
- name?: string | undefined;
1490
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1491
- amountCaptured?: number | undefined;
1492
- }, {
1493
- description?: string | undefined;
1494
- name?: string | undefined;
1495
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1496
- amountCaptured?: number | undefined;
1497
- }>;
1498
- readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1499
- description: import("zod").ZodOptional<import("zod").ZodString>;
1500
- name: import("zod").ZodOptional<import("zod").ZodString>;
1501
- }, {
1502
- description: import("zod").ZodOptional<import("zod").ZodString>;
1503
- inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1504
- name: import("zod").ZodOptional<import("zod").ZodString>;
1505
- }>, {
1506
- amountReserved: import("zod").ZodOptional<import("zod").ZodNumber>;
1507
- description: import("zod").ZodOptional<import("zod").ZodString>;
1508
- name: import("zod").ZodOptional<import("zod").ZodString>;
1509
- }>, "strip", import("zod").ZodTypeAny, {
1510
- description?: string | undefined;
1511
- name?: string | undefined;
1512
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1513
- amountReserved?: number | undefined;
1514
- }, {
1515
- description?: string | undefined;
1516
- name?: string | undefined;
1517
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1518
- amountReserved?: number | undefined;
1519
- }>;
1520
- readonly '53Dir2sGy1NHuCQXF6suGoDMxYacNhbcy23AKD89SghD': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1521
- description: import("zod").ZodOptional<import("zod").ZodString>;
1522
- name: import("zod").ZodOptional<import("zod").ZodString>;
1523
- }, {
1524
- description: import("zod").ZodOptional<import("zod").ZodString>;
1525
- name: import("zod").ZodOptional<import("zod").ZodString>;
1526
- requestId: import("zod").ZodOptional<import("zod").ZodString>;
1527
- }>, {
1528
- childPayNote: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
1529
- description: import("zod").ZodOptional<import("zod").ZodString>;
1530
- name: import("zod").ZodOptional<import("zod").ZodString>;
1531
- }>, "strip", import("zod").ZodTypeAny, {
1532
- description?: string | undefined;
1533
- name?: string | undefined;
1534
- requestId?: string | undefined;
1535
- childPayNote?: import("@blue-labs/language").BlueNode | undefined;
1536
2797
  }, {
2798
+ status?: string | undefined;
1537
2799
  description?: string | undefined;
1538
2800
  name?: string | undefined;
1539
- requestId?: string | undefined;
1540
- childPayNote?: import("@blue-labs/language").BlueNode | undefined;
2801
+ contracts?: {
2802
+ guarantorChannel?: {
2803
+ description?: string | undefined;
2804
+ name?: string | undefined;
2805
+ order?: number | undefined;
2806
+ event?: import("@blue-labs/language").BlueNode | undefined;
2807
+ timelineId?: string | undefined;
2808
+ } | undefined;
2809
+ guarantorUpdate?: {
2810
+ description?: string | undefined;
2811
+ name?: string | undefined;
2812
+ order?: number | undefined;
2813
+ channel?: string | undefined;
2814
+ request?: import("@blue-labs/language").BlueNode | undefined;
2815
+ } | undefined;
2816
+ guarantorUpdateImpl?: {
2817
+ description?: string | undefined;
2818
+ name?: string | undefined;
2819
+ order?: number | undefined;
2820
+ channel?: string | undefined;
2821
+ event?: import("@blue-labs/language").BlueNode | undefined;
2822
+ steps?: {
2823
+ description?: string | undefined;
2824
+ name?: string | undefined;
2825
+ }[] | undefined;
2826
+ operation?: string | undefined;
2827
+ } | undefined;
2828
+ payeeChannel?: {
2829
+ description?: string | undefined;
2830
+ name?: string | undefined;
2831
+ order?: number | undefined;
2832
+ event?: import("@blue-labs/language").BlueNode | undefined;
2833
+ timelineId?: string | undefined;
2834
+ } | undefined;
2835
+ payerChannel?: {
2836
+ description?: string | undefined;
2837
+ name?: string | undefined;
2838
+ order?: number | undefined;
2839
+ event?: import("@blue-labs/language").BlueNode | undefined;
2840
+ timelineId?: string | undefined;
2841
+ } | undefined;
2842
+ } | undefined;
2843
+ amount?: {
2844
+ description?: string | undefined;
2845
+ captured?: number | undefined;
2846
+ reserved?: number | undefined;
2847
+ total?: number | undefined;
2848
+ } | undefined;
2849
+ currency?: string | undefined;
2850
+ payNoteInitialStateDescription?: {
2851
+ summary?: string | undefined;
2852
+ details?: string | undefined;
2853
+ } | undefined;
2854
+ transactionStatus?: {
2855
+ status?: string | undefined;
2856
+ description?: string | undefined;
2857
+ name?: string | undefined;
2858
+ authorizedAmountMinor?: number | undefined;
2859
+ capturedAmountMinor?: number | undefined;
2860
+ currency?: {
2861
+ [x: string]: any;
2862
+ } | undefined;
2863
+ } | undefined;
1541
2864
  }>;
1542
2865
  readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1543
2866
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1561,7 +2884,7 @@ declare const _default: {
1561
2884
  requestId?: string | undefined;
1562
2885
  payeeEmail?: string | undefined;
1563
2886
  }>;
1564
- readonly CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT: import("zod").ZodObject<{
2887
+ readonly '6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE': import("zod").ZodObject<{
1565
2888
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
1566
2889
  captured: import("zod").ZodOptional<import("zod").ZodNumber>;
1567
2890
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1604,6 +2927,80 @@ declare const _default: {
1604
2927
  event?: import("@blue-labs/language").BlueNode | undefined;
1605
2928
  timelineId?: string | undefined;
1606
2929
  }>>;
2930
+ guarantorUpdate: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2931
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2932
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2933
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2934
+ }, {
2935
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2936
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2937
+ }>, {
2938
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
2939
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2940
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2941
+ request: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2942
+ }>, "strip", import("zod").ZodTypeAny, {
2943
+ description?: string | undefined;
2944
+ name?: string | undefined;
2945
+ order?: number | undefined;
2946
+ channel?: string | undefined;
2947
+ request?: import("@blue-labs/language").BlueNode | undefined;
2948
+ }, {
2949
+ description?: string | undefined;
2950
+ name?: string | undefined;
2951
+ order?: number | undefined;
2952
+ channel?: string | undefined;
2953
+ request?: import("@blue-labs/language").BlueNode | undefined;
2954
+ }>>;
2955
+ guarantorUpdateImpl: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2956
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2957
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2958
+ order: import("zod").ZodOptional<import("zod").ZodNumber>;
2959
+ }, {
2960
+ channel: import("zod").ZodOptional<import("zod").ZodString>;
2961
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2962
+ event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2963
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2964
+ }>, {
2965
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2966
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2967
+ steps: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
2968
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2969
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2970
+ }, "strip", import("zod").ZodTypeAny, {
2971
+ description?: string | undefined;
2972
+ name?: string | undefined;
2973
+ }, {
2974
+ description?: string | undefined;
2975
+ name?: string | undefined;
2976
+ }>, "many">>;
2977
+ }>, {
2978
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2979
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2980
+ operation: import("zod").ZodOptional<import("zod").ZodString>;
2981
+ }>, "strip", import("zod").ZodTypeAny, {
2982
+ description?: string | undefined;
2983
+ name?: string | undefined;
2984
+ order?: number | undefined;
2985
+ channel?: string | undefined;
2986
+ event?: import("@blue-labs/language").BlueNode | undefined;
2987
+ steps?: {
2988
+ description?: string | undefined;
2989
+ name?: string | undefined;
2990
+ }[] | undefined;
2991
+ operation?: string | undefined;
2992
+ }, {
2993
+ description?: string | undefined;
2994
+ name?: string | undefined;
2995
+ order?: number | undefined;
2996
+ channel?: string | undefined;
2997
+ event?: import("@blue-labs/language").BlueNode | undefined;
2998
+ steps?: {
2999
+ description?: string | undefined;
3000
+ name?: string | undefined;
3001
+ }[] | undefined;
3002
+ operation?: string | undefined;
3003
+ }>>;
1607
3004
  payeeChannel: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1608
3005
  description: import("zod").ZodOptional<import("zod").ZodString>;
1609
3006
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1662,6 +3059,25 @@ declare const _default: {
1662
3059
  event?: import("@blue-labs/language").BlueNode | undefined;
1663
3060
  timelineId?: string | undefined;
1664
3061
  } | undefined;
3062
+ guarantorUpdate?: {
3063
+ description?: string | undefined;
3064
+ name?: string | undefined;
3065
+ order?: number | undefined;
3066
+ channel?: string | undefined;
3067
+ request?: import("@blue-labs/language").BlueNode | undefined;
3068
+ } | undefined;
3069
+ guarantorUpdateImpl?: {
3070
+ description?: string | undefined;
3071
+ name?: string | undefined;
3072
+ order?: number | undefined;
3073
+ channel?: string | undefined;
3074
+ event?: import("@blue-labs/language").BlueNode | undefined;
3075
+ steps?: {
3076
+ description?: string | undefined;
3077
+ name?: string | undefined;
3078
+ }[] | undefined;
3079
+ operation?: string | undefined;
3080
+ } | undefined;
1665
3081
  payeeChannel?: {
1666
3082
  description?: string | undefined;
1667
3083
  name?: string | undefined;
@@ -1684,6 +3100,25 @@ declare const _default: {
1684
3100
  event?: import("@blue-labs/language").BlueNode | undefined;
1685
3101
  timelineId?: string | undefined;
1686
3102
  } | undefined;
3103
+ guarantorUpdate?: {
3104
+ description?: string | undefined;
3105
+ name?: string | undefined;
3106
+ order?: number | undefined;
3107
+ channel?: string | undefined;
3108
+ request?: import("@blue-labs/language").BlueNode | undefined;
3109
+ } | undefined;
3110
+ guarantorUpdateImpl?: {
3111
+ description?: string | undefined;
3112
+ name?: string | undefined;
3113
+ order?: number | undefined;
3114
+ channel?: string | undefined;
3115
+ event?: import("@blue-labs/language").BlueNode | undefined;
3116
+ steps?: {
3117
+ description?: string | undefined;
3118
+ name?: string | undefined;
3119
+ }[] | undefined;
3120
+ operation?: string | undefined;
3121
+ } | undefined;
1687
3122
  payeeChannel?: {
1688
3123
  description?: string | undefined;
1689
3124
  name?: string | undefined;
@@ -1713,6 +3148,36 @@ declare const _default: {
1713
3148
  details?: string | undefined;
1714
3149
  }>>;
1715
3150
  status: import("zod").ZodOptional<import("zod").ZodString>;
3151
+ transactionStatus: import("zod").ZodOptional<import("zod").ZodObject<{
3152
+ authorizedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
3153
+ capturedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
3154
+ currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
3155
+ [x: string]: any;
3156
+ }, {
3157
+ [x: string]: any;
3158
+ }>>;
3159
+ description: import("zod").ZodOptional<import("zod").ZodString>;
3160
+ name: import("zod").ZodOptional<import("zod").ZodString>;
3161
+ status: import("zod").ZodOptional<import("zod").ZodString>;
3162
+ }, "strip", import("zod").ZodTypeAny, {
3163
+ status?: string | undefined;
3164
+ description?: string | undefined;
3165
+ name?: string | undefined;
3166
+ authorizedAmountMinor?: number | undefined;
3167
+ capturedAmountMinor?: number | undefined;
3168
+ currency?: {
3169
+ [x: string]: any;
3170
+ } | undefined;
3171
+ }, {
3172
+ status?: string | undefined;
3173
+ description?: string | undefined;
3174
+ name?: string | undefined;
3175
+ authorizedAmountMinor?: number | undefined;
3176
+ capturedAmountMinor?: number | undefined;
3177
+ currency?: {
3178
+ [x: string]: any;
3179
+ } | undefined;
3180
+ }>>;
1716
3181
  }, "strip", import("zod").ZodTypeAny, {
1717
3182
  status?: string | undefined;
1718
3183
  description?: string | undefined;
@@ -1725,6 +3190,25 @@ declare const _default: {
1725
3190
  event?: import("@blue-labs/language").BlueNode | undefined;
1726
3191
  timelineId?: string | undefined;
1727
3192
  } | undefined;
3193
+ guarantorUpdate?: {
3194
+ description?: string | undefined;
3195
+ name?: string | undefined;
3196
+ order?: number | undefined;
3197
+ channel?: string | undefined;
3198
+ request?: import("@blue-labs/language").BlueNode | undefined;
3199
+ } | undefined;
3200
+ guarantorUpdateImpl?: {
3201
+ description?: string | undefined;
3202
+ name?: string | undefined;
3203
+ order?: number | undefined;
3204
+ channel?: string | undefined;
3205
+ event?: import("@blue-labs/language").BlueNode | undefined;
3206
+ steps?: {
3207
+ description?: string | undefined;
3208
+ name?: string | undefined;
3209
+ }[] | undefined;
3210
+ operation?: string | undefined;
3211
+ } | undefined;
1728
3212
  payeeChannel?: {
1729
3213
  description?: string | undefined;
1730
3214
  name?: string | undefined;
@@ -1751,6 +3235,16 @@ declare const _default: {
1751
3235
  summary?: string | undefined;
1752
3236
  details?: string | undefined;
1753
3237
  } | undefined;
3238
+ transactionStatus?: {
3239
+ status?: string | undefined;
3240
+ description?: string | undefined;
3241
+ name?: string | undefined;
3242
+ authorizedAmountMinor?: number | undefined;
3243
+ capturedAmountMinor?: number | undefined;
3244
+ currency?: {
3245
+ [x: string]: any;
3246
+ } | undefined;
3247
+ } | undefined;
1754
3248
  }, {
1755
3249
  status?: string | undefined;
1756
3250
  description?: string | undefined;
@@ -1763,6 +3257,25 @@ declare const _default: {
1763
3257
  event?: import("@blue-labs/language").BlueNode | undefined;
1764
3258
  timelineId?: string | undefined;
1765
3259
  } | undefined;
3260
+ guarantorUpdate?: {
3261
+ description?: string | undefined;
3262
+ name?: string | undefined;
3263
+ order?: number | undefined;
3264
+ channel?: string | undefined;
3265
+ request?: import("@blue-labs/language").BlueNode | undefined;
3266
+ } | undefined;
3267
+ guarantorUpdateImpl?: {
3268
+ description?: string | undefined;
3269
+ name?: string | undefined;
3270
+ order?: number | undefined;
3271
+ channel?: string | undefined;
3272
+ event?: import("@blue-labs/language").BlueNode | undefined;
3273
+ steps?: {
3274
+ description?: string | undefined;
3275
+ name?: string | undefined;
3276
+ }[] | undefined;
3277
+ operation?: string | undefined;
3278
+ } | undefined;
1766
3279
  payeeChannel?: {
1767
3280
  description?: string | undefined;
1768
3281
  name?: string | undefined;
@@ -1789,6 +3302,16 @@ declare const _default: {
1789
3302
  summary?: string | undefined;
1790
3303
  details?: string | undefined;
1791
3304
  } | undefined;
3305
+ transactionStatus?: {
3306
+ status?: string | undefined;
3307
+ description?: string | undefined;
3308
+ name?: string | undefined;
3309
+ authorizedAmountMinor?: number | undefined;
3310
+ capturedAmountMinor?: number | undefined;
3311
+ currency?: {
3312
+ [x: string]: any;
3313
+ } | undefined;
3314
+ } | undefined;
1792
3315
  }>;
1793
3316
  readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': import("zod").ZodObject<import("zod").objectUtil.extendShape<{
1794
3317
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1847,13 +3370,13 @@ declare const _default: {
1847
3370
  }>, "strip", import("zod").ZodTypeAny, {
1848
3371
  description?: string | undefined;
1849
3372
  name?: string | undefined;
1850
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1851
3373
  reason?: string | undefined;
3374
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1852
3375
  }, {
1853
3376
  description?: string | undefined;
1854
3377
  name?: string | undefined;
1855
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1856
3378
  reason?: string | undefined;
3379
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
1857
3380
  }>;
1858
3381
  readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
1859
3382
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1926,7 +3449,7 @@ declare const _default: {
1926
3449
  [x: string]: any;
1927
3450
  } | undefined;
1928
3451
  }>;
1929
- readonly J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t: import("zod").ZodObject<{
3452
+ readonly '9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y': import("zod").ZodObject<{
1930
3453
  cardTransactionDetails: import("zod").ZodOptional<import("zod").ZodObject<{
1931
3454
  authorizationCode: import("zod").ZodOptional<import("zod").ZodString>;
1932
3455
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2122,51 +3645,17 @@ declare const _default: {
2122
3645
  name?: string | undefined;
2123
3646
  order?: number | undefined;
2124
3647
  event?: import("@blue-labs/language").BlueNode | undefined;
2125
- email?: string | undefined;
2126
- timelineId?: string | undefined;
2127
- accountId?: string | undefined;
2128
- }, {
2129
- description?: string | undefined;
2130
- name?: string | undefined;
2131
- order?: number | undefined;
2132
- event?: import("@blue-labs/language").BlueNode | undefined;
2133
- email?: string | undefined;
2134
- timelineId?: string | undefined;
2135
- accountId?: string | undefined;
2136
- }>>;
2137
- payNoteReceiver: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2138
- description: import("zod").ZodOptional<import("zod").ZodString>;
2139
- name: import("zod").ZodOptional<import("zod").ZodString>;
2140
- order: import("zod").ZodOptional<import("zod").ZodNumber>;
2141
- }, {
2142
- description: import("zod").ZodOptional<import("zod").ZodString>;
2143
- event: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2144
- name: import("zod").ZodOptional<import("zod").ZodString>;
2145
- }>, {
2146
- description: import("zod").ZodOptional<import("zod").ZodString>;
2147
- name: import("zod").ZodOptional<import("zod").ZodString>;
2148
- timelineId: import("zod").ZodOptional<import("zod").ZodString>;
2149
- }>, {
2150
- accountId: import("zod").ZodOptional<import("zod").ZodString>;
2151
- description: import("zod").ZodOptional<import("zod").ZodString>;
2152
- email: import("zod").ZodOptional<import("zod").ZodString>;
2153
- name: import("zod").ZodOptional<import("zod").ZodString>;
2154
- }>, "strip", import("zod").ZodTypeAny, {
2155
- description?: string | undefined;
2156
- name?: string | undefined;
2157
- order?: number | undefined;
2158
- event?: import("@blue-labs/language").BlueNode | undefined;
2159
- email?: string | undefined;
2160
3648
  timelineId?: string | undefined;
2161
3649
  accountId?: string | undefined;
3650
+ email?: string | undefined;
2162
3651
  }, {
2163
3652
  description?: string | undefined;
2164
3653
  name?: string | undefined;
2165
3654
  order?: number | undefined;
2166
3655
  event?: import("@blue-labs/language").BlueNode | undefined;
2167
- email?: string | undefined;
2168
3656
  timelineId?: string | undefined;
2169
3657
  accountId?: string | undefined;
3658
+ email?: string | undefined;
2170
3659
  }>>;
2171
3660
  payNoteSender: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2172
3661
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2190,17 +3679,17 @@ declare const _default: {
2190
3679
  name?: string | undefined;
2191
3680
  order?: number | undefined;
2192
3681
  event?: import("@blue-labs/language").BlueNode | undefined;
2193
- email?: string | undefined;
2194
3682
  timelineId?: string | undefined;
2195
3683
  accountId?: string | undefined;
3684
+ email?: string | undefined;
2196
3685
  }, {
2197
3686
  description?: string | undefined;
2198
3687
  name?: string | undefined;
2199
3688
  order?: number | undefined;
2200
3689
  event?: import("@blue-labs/language").BlueNode | undefined;
2201
- email?: string | undefined;
2202
3690
  timelineId?: string | undefined;
2203
3691
  accountId?: string | undefined;
3692
+ email?: string | undefined;
2204
3693
  }>>;
2205
3694
  rejectPayNote: import("zod").ZodOptional<import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2206
3695
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -2431,14 +3920,25 @@ declare const _default: {
2431
3920
  order?: number | undefined;
2432
3921
  event?: import("@blue-labs/language").BlueNode | undefined;
2433
3922
  } | undefined;
2434
- payNoteReceiver?: {
3923
+ initialize?: {
3924
+ description?: string | undefined;
3925
+ name?: string | undefined;
3926
+ order?: number | undefined;
3927
+ channel?: string | undefined;
3928
+ event?: import("@blue-labs/language").BlueNode | undefined;
3929
+ steps?: {
3930
+ description?: string | undefined;
3931
+ name?: string | undefined;
3932
+ }[] | undefined;
3933
+ } | undefined;
3934
+ payNoteDeliverer?: {
2435
3935
  description?: string | undefined;
2436
3936
  name?: string | undefined;
2437
3937
  order?: number | undefined;
2438
3938
  event?: import("@blue-labs/language").BlueNode | undefined;
2439
- email?: string | undefined;
2440
3939
  timelineId?: string | undefined;
2441
3940
  accountId?: string | undefined;
3941
+ email?: string | undefined;
2442
3942
  } | undefined;
2443
3943
  acceptPayNote?: {
2444
3944
  description?: string | undefined;
@@ -2454,15 +3954,6 @@ declare const _default: {
2454
3954
  channel?: string | undefined;
2455
3955
  request?: import("@blue-labs/language").BlueNode | undefined;
2456
3956
  } | undefined;
2457
- payNoteDeliverer?: {
2458
- description?: string | undefined;
2459
- name?: string | undefined;
2460
- order?: number | undefined;
2461
- event?: import("@blue-labs/language").BlueNode | undefined;
2462
- email?: string | undefined;
2463
- timelineId?: string | undefined;
2464
- accountId?: string | undefined;
2465
- } | undefined;
2466
3957
  reportDeliveryError?: {
2467
3958
  description?: string | undefined;
2468
3959
  name?: string | undefined;
@@ -2489,25 +3980,14 @@ declare const _default: {
2489
3980
  }[] | undefined;
2490
3981
  operation?: string | undefined;
2491
3982
  } | undefined;
2492
- initialize?: {
2493
- description?: string | undefined;
2494
- name?: string | undefined;
2495
- order?: number | undefined;
2496
- channel?: string | undefined;
2497
- event?: import("@blue-labs/language").BlueNode | undefined;
2498
- steps?: {
2499
- description?: string | undefined;
2500
- name?: string | undefined;
2501
- }[] | undefined;
2502
- } | undefined;
2503
3983
  payNoteSender?: {
2504
3984
  description?: string | undefined;
2505
3985
  name?: string | undefined;
2506
3986
  order?: number | undefined;
2507
3987
  event?: import("@blue-labs/language").BlueNode | undefined;
2508
- email?: string | undefined;
2509
3988
  timelineId?: string | undefined;
2510
3989
  accountId?: string | undefined;
3990
+ email?: string | undefined;
2511
3991
  } | undefined;
2512
3992
  rejectPayNoteImpl?: {
2513
3993
  description?: string | undefined;
@@ -2552,14 +4032,25 @@ declare const _default: {
2552
4032
  order?: number | undefined;
2553
4033
  event?: import("@blue-labs/language").BlueNode | undefined;
2554
4034
  } | undefined;
2555
- payNoteReceiver?: {
4035
+ initialize?: {
4036
+ description?: string | undefined;
4037
+ name?: string | undefined;
4038
+ order?: number | undefined;
4039
+ channel?: string | undefined;
4040
+ event?: import("@blue-labs/language").BlueNode | undefined;
4041
+ steps?: {
4042
+ description?: string | undefined;
4043
+ name?: string | undefined;
4044
+ }[] | undefined;
4045
+ } | undefined;
4046
+ payNoteDeliverer?: {
2556
4047
  description?: string | undefined;
2557
4048
  name?: string | undefined;
2558
4049
  order?: number | undefined;
2559
4050
  event?: import("@blue-labs/language").BlueNode | undefined;
2560
- email?: string | undefined;
2561
4051
  timelineId?: string | undefined;
2562
4052
  accountId?: string | undefined;
4053
+ email?: string | undefined;
2563
4054
  } | undefined;
2564
4055
  acceptPayNote?: {
2565
4056
  description?: string | undefined;
@@ -2575,15 +4066,6 @@ declare const _default: {
2575
4066
  channel?: string | undefined;
2576
4067
  request?: import("@blue-labs/language").BlueNode | undefined;
2577
4068
  } | undefined;
2578
- payNoteDeliverer?: {
2579
- description?: string | undefined;
2580
- name?: string | undefined;
2581
- order?: number | undefined;
2582
- event?: import("@blue-labs/language").BlueNode | undefined;
2583
- email?: string | undefined;
2584
- timelineId?: string | undefined;
2585
- accountId?: string | undefined;
2586
- } | undefined;
2587
4069
  reportDeliveryError?: {
2588
4070
  description?: string | undefined;
2589
4071
  name?: string | undefined;
@@ -2610,25 +4092,14 @@ declare const _default: {
2610
4092
  }[] | undefined;
2611
4093
  operation?: string | undefined;
2612
4094
  } | undefined;
2613
- initialize?: {
2614
- description?: string | undefined;
2615
- name?: string | undefined;
2616
- order?: number | undefined;
2617
- channel?: string | undefined;
2618
- event?: import("@blue-labs/language").BlueNode | undefined;
2619
- steps?: {
2620
- description?: string | undefined;
2621
- name?: string | undefined;
2622
- }[] | undefined;
2623
- } | undefined;
2624
4095
  payNoteSender?: {
2625
4096
  description?: string | undefined;
2626
4097
  name?: string | undefined;
2627
4098
  order?: number | undefined;
2628
4099
  event?: import("@blue-labs/language").BlueNode | undefined;
2629
- email?: string | undefined;
2630
4100
  timelineId?: string | undefined;
2631
4101
  accountId?: string | undefined;
4102
+ email?: string | undefined;
2632
4103
  } | undefined;
2633
4104
  rejectPayNoteImpl?: {
2634
4105
  description?: string | undefined;
@@ -2773,14 +4244,25 @@ declare const _default: {
2773
4244
  order?: number | undefined;
2774
4245
  event?: import("@blue-labs/language").BlueNode | undefined;
2775
4246
  } | undefined;
2776
- payNoteReceiver?: {
4247
+ initialize?: {
4248
+ description?: string | undefined;
4249
+ name?: string | undefined;
4250
+ order?: number | undefined;
4251
+ channel?: string | undefined;
4252
+ event?: import("@blue-labs/language").BlueNode | undefined;
4253
+ steps?: {
4254
+ description?: string | undefined;
4255
+ name?: string | undefined;
4256
+ }[] | undefined;
4257
+ } | undefined;
4258
+ payNoteDeliverer?: {
2777
4259
  description?: string | undefined;
2778
4260
  name?: string | undefined;
2779
4261
  order?: number | undefined;
2780
4262
  event?: import("@blue-labs/language").BlueNode | undefined;
2781
- email?: string | undefined;
2782
4263
  timelineId?: string | undefined;
2783
4264
  accountId?: string | undefined;
4265
+ email?: string | undefined;
2784
4266
  } | undefined;
2785
4267
  acceptPayNote?: {
2786
4268
  description?: string | undefined;
@@ -2796,15 +4278,6 @@ declare const _default: {
2796
4278
  channel?: string | undefined;
2797
4279
  request?: import("@blue-labs/language").BlueNode | undefined;
2798
4280
  } | undefined;
2799
- payNoteDeliverer?: {
2800
- description?: string | undefined;
2801
- name?: string | undefined;
2802
- order?: number | undefined;
2803
- event?: import("@blue-labs/language").BlueNode | undefined;
2804
- email?: string | undefined;
2805
- timelineId?: string | undefined;
2806
- accountId?: string | undefined;
2807
- } | undefined;
2808
4281
  reportDeliveryError?: {
2809
4282
  description?: string | undefined;
2810
4283
  name?: string | undefined;
@@ -2831,25 +4304,14 @@ declare const _default: {
2831
4304
  }[] | undefined;
2832
4305
  operation?: string | undefined;
2833
4306
  } | undefined;
2834
- initialize?: {
2835
- description?: string | undefined;
2836
- name?: string | undefined;
2837
- order?: number | undefined;
2838
- channel?: string | undefined;
2839
- event?: import("@blue-labs/language").BlueNode | undefined;
2840
- steps?: {
2841
- description?: string | undefined;
2842
- name?: string | undefined;
2843
- }[] | undefined;
2844
- } | undefined;
2845
4307
  payNoteSender?: {
2846
4308
  description?: string | undefined;
2847
4309
  name?: string | undefined;
2848
4310
  order?: number | undefined;
2849
4311
  event?: import("@blue-labs/language").BlueNode | undefined;
2850
- email?: string | undefined;
2851
4312
  timelineId?: string | undefined;
2852
4313
  accountId?: string | undefined;
4314
+ email?: string | undefined;
2853
4315
  } | undefined;
2854
4316
  rejectPayNoteImpl?: {
2855
4317
  description?: string | undefined;
@@ -2938,14 +4400,25 @@ declare const _default: {
2938
4400
  order?: number | undefined;
2939
4401
  event?: import("@blue-labs/language").BlueNode | undefined;
2940
4402
  } | undefined;
2941
- payNoteReceiver?: {
4403
+ initialize?: {
4404
+ description?: string | undefined;
4405
+ name?: string | undefined;
4406
+ order?: number | undefined;
4407
+ channel?: string | undefined;
4408
+ event?: import("@blue-labs/language").BlueNode | undefined;
4409
+ steps?: {
4410
+ description?: string | undefined;
4411
+ name?: string | undefined;
4412
+ }[] | undefined;
4413
+ } | undefined;
4414
+ payNoteDeliverer?: {
2942
4415
  description?: string | undefined;
2943
4416
  name?: string | undefined;
2944
4417
  order?: number | undefined;
2945
4418
  event?: import("@blue-labs/language").BlueNode | undefined;
2946
- email?: string | undefined;
2947
4419
  timelineId?: string | undefined;
2948
4420
  accountId?: string | undefined;
4421
+ email?: string | undefined;
2949
4422
  } | undefined;
2950
4423
  acceptPayNote?: {
2951
4424
  description?: string | undefined;
@@ -2961,15 +4434,6 @@ declare const _default: {
2961
4434
  channel?: string | undefined;
2962
4435
  request?: import("@blue-labs/language").BlueNode | undefined;
2963
4436
  } | undefined;
2964
- payNoteDeliverer?: {
2965
- description?: string | undefined;
2966
- name?: string | undefined;
2967
- order?: number | undefined;
2968
- event?: import("@blue-labs/language").BlueNode | undefined;
2969
- email?: string | undefined;
2970
- timelineId?: string | undefined;
2971
- accountId?: string | undefined;
2972
- } | undefined;
2973
4437
  reportDeliveryError?: {
2974
4438
  description?: string | undefined;
2975
4439
  name?: string | undefined;
@@ -2996,25 +4460,14 @@ declare const _default: {
2996
4460
  }[] | undefined;
2997
4461
  operation?: string | undefined;
2998
4462
  } | undefined;
2999
- initialize?: {
3000
- description?: string | undefined;
3001
- name?: string | undefined;
3002
- order?: number | undefined;
3003
- channel?: string | undefined;
3004
- event?: import("@blue-labs/language").BlueNode | undefined;
3005
- steps?: {
3006
- description?: string | undefined;
3007
- name?: string | undefined;
3008
- }[] | undefined;
3009
- } | undefined;
3010
4463
  payNoteSender?: {
3011
4464
  description?: string | undefined;
3012
4465
  name?: string | undefined;
3013
4466
  order?: number | undefined;
3014
4467
  event?: import("@blue-labs/language").BlueNode | undefined;
3015
- email?: string | undefined;
3016
4468
  timelineId?: string | undefined;
3017
4469
  accountId?: string | undefined;
4470
+ email?: string | undefined;
3018
4471
  } | undefined;
3019
4472
  rejectPayNoteImpl?: {
3020
4473
  description?: string | undefined;
@@ -3124,13 +4577,13 @@ declare const _default: {
3124
4577
  }>, "strip", import("zod").ZodTypeAny, {
3125
4578
  description?: string | undefined;
3126
4579
  name?: string | undefined;
3127
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3128
4580
  reason?: string | undefined;
4581
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3129
4582
  }, {
3130
4583
  description?: string | undefined;
3131
4584
  name?: string | undefined;
3132
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3133
4585
  reason?: string | undefined;
4586
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3134
4587
  }>;
3135
4588
  readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
3136
4589
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3173,13 +4626,13 @@ declare const _default: {
3173
4626
  }>, "strip", import("zod").ZodTypeAny, {
3174
4627
  description?: string | undefined;
3175
4628
  name?: string | undefined;
3176
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3177
4629
  reason?: string | undefined;
4630
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3178
4631
  }, {
3179
4632
  description?: string | undefined;
3180
4633
  name?: string | undefined;
3181
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3182
4634
  reason?: string | undefined;
4635
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3183
4636
  }>;
3184
4637
  readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
3185
4638
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3195,13 +4648,13 @@ declare const _default: {
3195
4648
  }>, "strip", import("zod").ZodTypeAny, {
3196
4649
  description?: string | undefined;
3197
4650
  name?: string | undefined;
3198
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3199
4651
  reason?: string | undefined;
4652
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3200
4653
  }, {
3201
4654
  description?: string | undefined;
3202
4655
  name?: string | undefined;
3203
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3204
4656
  reason?: string | undefined;
4657
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3205
4658
  }>;
3206
4659
  readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
3207
4660
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3305,13 +4758,13 @@ declare const _default: {
3305
4758
  }>, "strip", import("zod").ZodTypeAny, {
3306
4759
  description?: string | undefined;
3307
4760
  name?: string | undefined;
3308
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3309
4761
  reason?: string | undefined;
4762
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3310
4763
  }, {
3311
4764
  description?: string | undefined;
3312
4765
  name?: string | undefined;
3313
- inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3314
4766
  reason?: string | undefined;
4767
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3315
4768
  }>;
3316
4769
  readonly '4pVAdZo93FHRRkAkshqCZW4pUvvV1ccczJZ2Lu4jkD1D': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
3317
4770
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3335,6 +4788,34 @@ declare const _default: {
3335
4788
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3336
4789
  finalAmount?: number | undefined;
3337
4790
  }>;
4791
+ readonly '649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
4792
+ description: import("zod").ZodOptional<import("zod").ZodString>;
4793
+ name: import("zod").ZodOptional<import("zod").ZodString>;
4794
+ }, {
4795
+ description: import("zod").ZodOptional<import("zod").ZodString>;
4796
+ name: import("zod").ZodOptional<import("zod").ZodString>;
4797
+ requestId: import("zod").ZodOptional<import("zod").ZodString>;
4798
+ }>, {
4799
+ description: import("zod").ZodOptional<import("zod").ZodString>;
4800
+ events: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
4801
+ name: import("zod").ZodOptional<import("zod").ZodString>;
4802
+ requestedAt: import("zod").ZodOptional<import("zod").ZodNumber>;
4803
+ targetMerchantId: import("zod").ZodOptional<import("zod").ZodString>;
4804
+ }>, "strip", import("zod").ZodTypeAny, {
4805
+ description?: string | undefined;
4806
+ name?: string | undefined;
4807
+ requestId?: string | undefined;
4808
+ events?: string[] | undefined;
4809
+ targetMerchantId?: string | undefined;
4810
+ requestedAt?: number | undefined;
4811
+ }, {
4812
+ description?: string | undefined;
4813
+ name?: string | undefined;
4814
+ requestId?: string | undefined;
4815
+ events?: string[] | undefined;
4816
+ targetMerchantId?: string | undefined;
4817
+ requestedAt?: number | undefined;
4818
+ }>;
3338
4819
  readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
3339
4820
  description: import("zod").ZodOptional<import("zod").ZodString>;
3340
4821
  name: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3364,6 +4845,36 @@ declare const _default: {
3364
4845
  description?: string | undefined;
3365
4846
  name?: string | undefined;
3366
4847
  }>;
4848
+ readonly FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ: import("zod").ZodObject<{
4849
+ authorizedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
4850
+ capturedAmountMinor: import("zod").ZodOptional<import("zod").ZodNumber>;
4851
+ currency: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
4852
+ [x: string]: any;
4853
+ }, {
4854
+ [x: string]: any;
4855
+ }>>;
4856
+ description: import("zod").ZodOptional<import("zod").ZodString>;
4857
+ name: import("zod").ZodOptional<import("zod").ZodString>;
4858
+ status: import("zod").ZodOptional<import("zod").ZodString>;
4859
+ }, "strip", import("zod").ZodTypeAny, {
4860
+ status?: string | undefined;
4861
+ description?: string | undefined;
4862
+ name?: string | undefined;
4863
+ authorizedAmountMinor?: number | undefined;
4864
+ capturedAmountMinor?: number | undefined;
4865
+ currency?: {
4866
+ [x: string]: any;
4867
+ } | undefined;
4868
+ }, {
4869
+ status?: string | undefined;
4870
+ description?: string | undefined;
4871
+ name?: string | undefined;
4872
+ authorizedAmountMinor?: number | undefined;
4873
+ capturedAmountMinor?: number | undefined;
4874
+ currency?: {
4875
+ [x: string]: any;
4876
+ } | undefined;
4877
+ }>;
3367
4878
  };
3368
4879
  readonly aliases: {
3369
4880
  readonly 'PayNote/Capture Declined': "FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG";
@@ -3375,20 +4886,26 @@ declare const _default: {
3375
4886
  readonly 'PayNote/Card Transaction Capture Unlock Requested': "531sxtH5rD9ter3EzwBTcn9GMdA7RAYFwmSQRzxCru8z";
3376
4887
  readonly 'PayNote/Card Transaction Capture Unlocked': "DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5";
3377
4888
  readonly 'PayNote/Card Transaction Details': "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
4889
+ readonly 'PayNote/Card Transaction Monitoring Request Rejected': "B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q";
4890
+ readonly 'PayNote/Card Transaction Monitoring Started': "GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm";
4891
+ readonly 'PayNote/Card Transaction Monitoring Stopped': "BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr";
4892
+ readonly 'PayNote/Card Transaction PayNote': "31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495";
4893
+ readonly 'PayNote/Card Transaction Report': "GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2";
3378
4894
  readonly 'PayNote/Child PayNote Issuance Declined': "DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m";
3379
4895
  readonly 'PayNote/Child PayNote Issued': "FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs";
3380
4896
  readonly 'PayNote/Funds Captured': "BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi";
3381
4897
  readonly 'PayNote/Funds Reserved': "AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX";
3382
4898
  readonly 'PayNote/Issue Child PayNote Requested': "53Dir2sGy1NHuCQXF6suGoDMxYacNhbcy23AKD89SghD";
4899
+ readonly 'PayNote/Merchant To Customer PayNote': "7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA";
3383
4900
  readonly 'PayNote/Payee Assignment Requested': "BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE";
3384
- readonly 'PayNote/PayNote': "CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT";
4901
+ readonly 'PayNote/PayNote': "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
3385
4902
  readonly 'PayNote/PayNote Accepted By Client': "6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3";
3386
4903
  readonly 'PayNote/PayNote Approved': "HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK";
3387
4904
  readonly 'PayNote/PayNote Cancellation Rejected': "GaYDPA7TTqWuoxioCYFPeyqomjH4g3YDtFxHv9yLRQ8A";
3388
4905
  readonly 'PayNote/PayNote Cancellation Requested': "DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB";
3389
4906
  readonly 'PayNote/PayNote Cancelled': "96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y";
3390
4907
  readonly 'PayNote/PayNote Client Decision Discarded': "Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j";
3391
- readonly 'PayNote/PayNote Delivery': "J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t";
4908
+ readonly 'PayNote/PayNote Delivery': "9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y";
3392
4909
  readonly 'PayNote/PayNote Delivery Failed': "GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y";
3393
4910
  readonly 'PayNote/PayNote Rejected': "AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe";
3394
4911
  readonly 'PayNote/PayNote Rejected By Client': "EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G";
@@ -3400,8 +4917,10 @@ declare const _default: {
3400
4917
  readonly 'PayNote/Reserve Funds Requested': "3Y3TYmSfZMmPYKmF5i3eR8YcVPNP5Sic2bZN8xRnvMWm";
3401
4918
  readonly 'PayNote/Settlement Amount Rejected': "3b3ePGPg5GzS6KYfqoDfgjWbjccXVnGzytbpFS53x4HM";
3402
4919
  readonly 'PayNote/Settlement Amount Specified': "4pVAdZo93FHRRkAkshqCZW4pUvvV1ccczJZ2Lu4jkD1D";
4920
+ readonly 'PayNote/Start Card Transaction Monitoring Requested': "649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm";
3403
4921
  readonly 'PayNote/Transaction Identification Failed': "GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC";
3404
4922
  readonly 'PayNote/Transaction Identified': "6gQWKeJHZEbBo13Vvyf2nsdg7TA9kLSYdzMaJgySPG7V";
4923
+ readonly 'PayNote/Transaction Status': "FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ";
3405
4924
  };
3406
4925
  readonly name: "PayNote";
3407
4926
  readonly typesMeta: {
@@ -3486,6 +5005,51 @@ declare const _default: {
3486
5005
  readonly attributesAdded: readonly [];
3487
5006
  }];
3488
5007
  };
5008
+ readonly B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q: {
5009
+ readonly status: "dev";
5010
+ readonly name: "Card Transaction Monitoring Request Rejected";
5011
+ readonly versions: readonly [{
5012
+ readonly repositoryVersionIndex: 0;
5013
+ readonly typeBlueId: "B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q";
5014
+ readonly attributesAdded: readonly [];
5015
+ }];
5016
+ };
5017
+ readonly GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm: {
5018
+ readonly status: "dev";
5019
+ readonly name: "Card Transaction Monitoring Started";
5020
+ readonly versions: readonly [{
5021
+ readonly repositoryVersionIndex: 0;
5022
+ readonly typeBlueId: "GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm";
5023
+ readonly attributesAdded: readonly [];
5024
+ }];
5025
+ };
5026
+ readonly BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr: {
5027
+ readonly status: "dev";
5028
+ readonly name: "Card Transaction Monitoring Stopped";
5029
+ readonly versions: readonly [{
5030
+ readonly repositoryVersionIndex: 0;
5031
+ readonly typeBlueId: "BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr";
5032
+ readonly attributesAdded: readonly [];
5033
+ }];
5034
+ };
5035
+ readonly '31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495': {
5036
+ readonly status: "dev";
5037
+ readonly name: "Card Transaction PayNote";
5038
+ readonly versions: readonly [{
5039
+ readonly repositoryVersionIndex: 0;
5040
+ readonly typeBlueId: "31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495";
5041
+ readonly attributesAdded: readonly [];
5042
+ }];
5043
+ };
5044
+ readonly GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2: {
5045
+ readonly status: "dev";
5046
+ readonly name: "Card Transaction Report";
5047
+ readonly versions: readonly [{
5048
+ readonly repositoryVersionIndex: 0;
5049
+ readonly typeBlueId: "GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2";
5050
+ readonly attributesAdded: readonly [];
5051
+ }];
5052
+ };
3489
5053
  readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: {
3490
5054
  readonly status: "stable";
3491
5055
  readonly name: "Child PayNote Issuance Declined";
@@ -3531,6 +5095,15 @@ declare const _default: {
3531
5095
  readonly attributesAdded: readonly [];
3532
5096
  }];
3533
5097
  };
5098
+ readonly '7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA': {
5099
+ readonly status: "dev";
5100
+ readonly name: "Merchant To Customer PayNote";
5101
+ readonly versions: readonly [{
5102
+ readonly repositoryVersionIndex: 0;
5103
+ readonly typeBlueId: "7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA";
5104
+ readonly attributesAdded: readonly [];
5105
+ }];
5106
+ };
3534
5107
  readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: {
3535
5108
  readonly status: "stable";
3536
5109
  readonly name: "Payee Assignment Requested";
@@ -3540,12 +5113,12 @@ declare const _default: {
3540
5113
  readonly attributesAdded: readonly [];
3541
5114
  }];
3542
5115
  };
3543
- readonly CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT: {
3544
- readonly status: "stable";
5116
+ readonly '6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE': {
5117
+ readonly status: "dev";
3545
5118
  readonly name: "PayNote";
3546
5119
  readonly versions: readonly [{
3547
5120
  readonly repositoryVersionIndex: 0;
3548
- readonly typeBlueId: "CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT";
5121
+ readonly typeBlueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
3549
5122
  readonly attributesAdded: readonly [];
3550
5123
  }];
3551
5124
  };
@@ -3603,12 +5176,12 @@ declare const _default: {
3603
5176
  readonly attributesAdded: readonly [];
3604
5177
  }];
3605
5178
  };
3606
- readonly J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t: {
5179
+ readonly '9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y': {
3607
5180
  readonly status: "dev";
3608
5181
  readonly name: "PayNote Delivery";
3609
5182
  readonly versions: readonly [{
3610
5183
  readonly repositoryVersionIndex: 0;
3611
- readonly typeBlueId: "J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t";
5184
+ readonly typeBlueId: "9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y";
3612
5185
  readonly attributesAdded: readonly [];
3613
5186
  }];
3614
5187
  };
@@ -3711,6 +5284,15 @@ declare const _default: {
3711
5284
  readonly attributesAdded: readonly [];
3712
5285
  }];
3713
5286
  };
5287
+ readonly '649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm': {
5288
+ readonly status: "dev";
5289
+ readonly name: "Start Card Transaction Monitoring Requested";
5290
+ readonly versions: readonly [{
5291
+ readonly repositoryVersionIndex: 0;
5292
+ readonly typeBlueId: "649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm";
5293
+ readonly attributesAdded: readonly [];
5294
+ }];
5295
+ };
3714
5296
  readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: {
3715
5297
  readonly status: "dev";
3716
5298
  readonly name: "Transaction Identification Failed";
@@ -3729,6 +5311,15 @@ declare const _default: {
3729
5311
  readonly attributesAdded: readonly [];
3730
5312
  }];
3731
5313
  };
5314
+ readonly FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ: {
5315
+ readonly status: "dev";
5316
+ readonly name: "Transaction Status";
5317
+ readonly versions: readonly [{
5318
+ readonly repositoryVersionIndex: 0;
5319
+ readonly typeBlueId: "FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ";
5320
+ readonly attributesAdded: readonly [];
5321
+ }];
5322
+ };
3732
5323
  };
3733
5324
  };
3734
5325
  export default _default;