@blue-repository/types 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) 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 +1 -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 +3 -0
  33. package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
  34. package/dist/packages/conversation/blue-ids.js +3 -0
  35. package/dist/packages/conversation/blue-ids.js.map +1 -1
  36. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts +44 -0
  37. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts.map +1 -0
  38. package/dist/packages/conversation/contents/CustomerActionRequested.js +44 -0
  39. package/dist/packages/conversation/contents/CustomerActionRequested.js.map +1 -0
  40. package/dist/packages/conversation/contents/CustomerConsent.d.ts +233 -0
  41. package/dist/packages/conversation/contents/CustomerConsent.d.ts.map +1 -0
  42. package/dist/packages/conversation/contents/CustomerConsent.js +244 -0
  43. package/dist/packages/conversation/contents/CustomerConsent.js.map +1 -0
  44. package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts +17 -0
  45. package/dist/packages/conversation/contents/CustomerConsentRevoked.d.ts.map +1 -0
  46. package/dist/packages/conversation/contents/CustomerConsentRevoked.js +17 -0
  47. package/dist/packages/conversation/contents/CustomerConsentRevoked.js.map +1 -0
  48. package/dist/packages/conversation/contents/index.d.ts +294 -0
  49. package/dist/packages/conversation/contents/index.d.ts.map +1 -1
  50. package/dist/packages/conversation/contents/index.js +9 -0
  51. package/dist/packages/conversation/contents/index.js.map +1 -1
  52. package/dist/packages/conversation/index.d.ts +1095 -166
  53. package/dist/packages/conversation/index.d.ts.map +1 -1
  54. package/dist/packages/conversation/meta.d.ts +41 -11
  55. package/dist/packages/conversation/meta.d.ts.map +1 -1
  56. package/dist/packages/conversation/meta.js +44 -11
  57. package/dist/packages/conversation/meta.js.map +1 -1
  58. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts +40 -0
  59. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts.map +1 -0
  60. package/dist/packages/conversation/schemas/CustomerActionRequested.js +15 -0
  61. package/dist/packages/conversation/schemas/CustomerActionRequested.js.map +1 -0
  62. package/dist/packages/conversation/schemas/CustomerConsent.d.ts +548 -0
  63. package/dist/packages/conversation/schemas/CustomerConsent.d.ts.map +1 -0
  64. package/dist/packages/conversation/schemas/CustomerConsent.js +31 -0
  65. package/dist/packages/conversation/schemas/CustomerConsent.js.map +1 -0
  66. package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts +29 -0
  67. package/dist/packages/conversation/schemas/CustomerConsentRevoked.d.ts.map +1 -0
  68. package/dist/packages/conversation/schemas/CustomerConsentRevoked.js +11 -0
  69. package/dist/packages/conversation/schemas/CustomerConsentRevoked.js.map +1 -0
  70. package/dist/packages/conversation/schemas/DocumentBootstrapFailed.d.ts +2 -2
  71. package/dist/packages/conversation/schemas/DocumentBootstrapResponded.d.ts +2 -2
  72. package/dist/packages/conversation/schemas/index.d.ts +615 -4
  73. package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
  74. package/dist/packages/conversation/schemas/index.js +9 -0
  75. package/dist/packages/conversation/schemas/index.js.map +1 -1
  76. package/dist/packages/myos/index.d.ts +284 -284
  77. package/dist/packages/myos/schemas/AddingParticipantRequested.d.ts +4 -4
  78. package/dist/packages/myos/schemas/AddingParticipantResponded.d.ts +6 -6
  79. package/dist/packages/myos/schemas/CallOperationFailed.d.ts +2 -2
  80. package/dist/packages/myos/schemas/ChatGPTConnectorAgent.d.ts +6 -6
  81. package/dist/packages/myos/schemas/DocumentSessionBootstrap.d.ts +4 -4
  82. package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToAccount.d.ts +60 -60
  83. package/dist/packages/myos/schemas/LinkedDocumentsPermissionGrantToDocument.d.ts +34 -34
  84. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts +2 -2
  85. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokeRequested.d.ts +2 -2
  86. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts +2 -2
  87. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts +2 -2
  88. package/dist/packages/myos/schemas/MyOSAdminBase.d.ts +6 -6
  89. package/dist/packages/myos/schemas/MyOSTimelineChannel.d.ts +2 -2
  90. package/dist/packages/myos/schemas/Participant.d.ts +2 -2
  91. package/dist/packages/myos/schemas/ParticipantActivated.d.ts +4 -4
  92. package/dist/packages/myos/schemas/ParticipantResolved.d.ts +4 -4
  93. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantResponded.d.ts +2 -2
  94. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToAccount.d.ts +60 -60
  95. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantToDocument.d.ts +34 -34
  96. package/dist/packages/myos/schemas/SingleDocumentPermissionRejected.d.ts +2 -2
  97. package/dist/packages/myos/schemas/SingleDocumentPermissionRevokeRequested.d.ts +2 -2
  98. package/dist/packages/myos/schemas/SubscriptionToSessionFailed.d.ts +2 -2
  99. package/dist/packages/myos/schemas/SubscriptionToSessionRevoked.d.ts +2 -2
  100. package/dist/packages/myos/schemas/WorkerAgencyPermissionGrant.d.ts +34 -34
  101. package/dist/packages/myos/schemas/WorkerAgencyPermissionRejected.d.ts +2 -2
  102. package/dist/packages/myos/schemas/WorkerAgencyPermissionRevokeRequested.d.ts +2 -2
  103. package/dist/packages/myos/schemas/index.d.ts +284 -284
  104. package/dist/packages/paynote/blue-ids.d.ts +10 -2
  105. package/dist/packages/paynote/blue-ids.d.ts.map +1 -1
  106. package/dist/packages/paynote/blue-ids.js +10 -2
  107. package/dist/packages/paynote/blue-ids.js.map +1 -1
  108. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts +34 -0
  109. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
  110. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js +34 -0
  111. package/dist/packages/paynote/contents/CardTransactionMonitoringRequestRejected.js.map +1 -0
  112. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts +38 -0
  113. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.d.ts.map +1 -0
  114. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js +38 -0
  115. package/dist/packages/paynote/contents/CardTransactionMonitoringStarted.js.map +1 -0
  116. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts +30 -0
  117. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.d.ts.map +1 -0
  118. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js +30 -0
  119. package/dist/packages/paynote/contents/CardTransactionMonitoringStopped.js.map +1 -0
  120. package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts +13 -0
  121. package/dist/packages/paynote/contents/CardTransactionPayNote.d.ts.map +1 -0
  122. package/dist/packages/paynote/contents/CardTransactionPayNote.js +13 -0
  123. package/dist/packages/paynote/contents/CardTransactionPayNote.js.map +1 -0
  124. package/dist/packages/paynote/contents/CardTransactionReport.d.ts +43 -0
  125. package/dist/packages/paynote/contents/CardTransactionReport.d.ts.map +1 -0
  126. package/dist/packages/paynote/contents/CardTransactionReport.js +43 -0
  127. package/dist/packages/paynote/contents/CardTransactionReport.js.map +1 -0
  128. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts +8 -0
  129. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.d.ts.map +1 -0
  130. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js +8 -0
  131. package/dist/packages/paynote/contents/MerchantToCustomerPayNote.js.map +1 -0
  132. package/dist/packages/paynote/contents/PayNote.d.ts +44 -0
  133. package/dist/packages/paynote/contents/PayNote.d.ts.map +1 -1
  134. package/dist/packages/paynote/contents/PayNote.js +46 -0
  135. package/dist/packages/paynote/contents/PayNote.js.map +1 -1
  136. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +4 -10
  137. package/dist/packages/paynote/contents/PayNoteDelivery.d.ts.map +1 -1
  138. package/dist/packages/paynote/contents/PayNoteDelivery.js +4 -10
  139. package/dist/packages/paynote/contents/PayNoteDelivery.js.map +1 -1
  140. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts +28 -0
  141. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
  142. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js +28 -0
  143. package/dist/packages/paynote/contents/StartCardTransactionMonitoringRequested.js.map +1 -0
  144. package/dist/packages/paynote/contents/TransactionStatus.d.ts +26 -0
  145. package/dist/packages/paynote/contents/TransactionStatus.d.ts.map +1 -0
  146. package/dist/packages/paynote/contents/TransactionStatus.js +26 -0
  147. package/dist/packages/paynote/contents/TransactionStatus.js.map +1 -0
  148. package/dist/packages/paynote/contents/index.d.ts +590 -332
  149. package/dist/packages/paynote/contents/index.d.ts.map +1 -1
  150. package/dist/packages/paynote/contents/index.js +30 -6
  151. package/dist/packages/paynote/contents/index.js.map +1 -1
  152. package/dist/packages/paynote/index.d.ts +2383 -792
  153. package/dist/packages/paynote/index.d.ts.map +1 -1
  154. package/dist/packages/paynote/meta.d.ts +87 -7
  155. package/dist/packages/paynote/meta.d.ts.map +1 -1
  156. package/dist/packages/paynote/meta.js +93 -5
  157. package/dist/packages/paynote/meta.js.map +1 -1
  158. package/dist/packages/paynote/schemas/CaptureDeclined.d.ts +2 -2
  159. package/dist/packages/paynote/schemas/CaptureFailed.d.ts +2 -2
  160. package/dist/packages/paynote/schemas/CardTransactionCaptureLockChangeFailed.d.ts +2 -2
  161. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts +34 -0
  162. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts.map +1 -0
  163. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js +13 -0
  164. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.js.map +1 -0
  165. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts +37 -0
  166. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.d.ts.map +1 -0
  167. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js +14 -0
  168. package/dist/packages/paynote/schemas/CardTransactionMonitoringStarted.js.map +1 -0
  169. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts +27 -0
  170. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.d.ts.map +1 -0
  171. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js +12 -0
  172. package/dist/packages/paynote/schemas/CardTransactionMonitoringStopped.js.map +1 -0
  173. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts +473 -0
  174. package/dist/packages/paynote/schemas/CardTransactionPayNote.d.ts.map +1 -0
  175. package/dist/packages/paynote/schemas/CardTransactionPayNote.js +11 -0
  176. package/dist/packages/paynote/schemas/CardTransactionPayNote.js.map +1 -0
  177. package/dist/packages/paynote/schemas/CardTransactionReport.d.ts +85 -0
  178. package/dist/packages/paynote/schemas/CardTransactionReport.d.ts.map +1 -0
  179. package/dist/packages/paynote/schemas/CardTransactionReport.js +18 -0
  180. package/dist/packages/paynote/schemas/CardTransactionReport.js.map +1 -0
  181. package/dist/packages/paynote/schemas/ChildPayNoteIssuanceDeclined.d.ts +2 -2
  182. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts +435 -0
  183. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.d.ts.map +1 -0
  184. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js +9 -0
  185. package/dist/packages/paynote/schemas/MerchantToCustomerPayNote.js.map +1 -0
  186. package/dist/packages/paynote/schemas/PayNote.d.ts +200 -0
  187. package/dist/packages/paynote/schemas/PayNote.d.ts.map +1 -1
  188. package/dist/packages/paynote/schemas/PayNote.js +6 -0
  189. package/dist/packages/paynote/schemas/PayNote.js.map +1 -1
  190. package/dist/packages/paynote/schemas/PayNoteCancellationRejected.d.ts +2 -2
  191. package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts +58 -128
  192. package/dist/packages/paynote/schemas/PayNoteDelivery.d.ts.map +1 -1
  193. package/dist/packages/paynote/schemas/PayNoteDelivery.js +0 -1
  194. package/dist/packages/paynote/schemas/PayNoteDelivery.js.map +1 -1
  195. package/dist/packages/paynote/schemas/PayNoteRejected.d.ts +2 -2
  196. package/dist/packages/paynote/schemas/ReservationDeclined.d.ts +2 -2
  197. package/dist/packages/paynote/schemas/ReservationReleaseDeclined.d.ts +2 -2
  198. package/dist/packages/paynote/schemas/SettlementAmountRejected.d.ts +2 -2
  199. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts +31 -0
  200. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.d.ts.map +1 -0
  201. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js +12 -0
  202. package/dist/packages/paynote/schemas/StartCardTransactionMonitoringRequested.js.map +1 -0
  203. package/dist/packages/paynote/schemas/TransactionStatus.d.ts +33 -0
  204. package/dist/packages/paynote/schemas/TransactionStatus.d.ts.map +1 -0
  205. package/dist/packages/paynote/schemas/TransactionStatus.js +13 -0
  206. package/dist/packages/paynote/schemas/TransactionStatus.js.map +1 -0
  207. package/dist/packages/paynote/schemas/index.d.ts +1508 -239
  208. package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
  209. package/dist/packages/paynote/schemas/index.js +26 -2
  210. package/dist/packages/paynote/schemas/index.js.map +1 -1
  211. package/dist/repository.d.ts +5499 -2957
  212. package/dist/repository.d.ts.map +1 -1
  213. package/package.json +2 -2
@@ -1,4 +1,5 @@
1
1
  export { CardTransactionCaptureLockChangeFailed } from './CardTransactionCaptureLockChangeFailed.js';
2
+ export { CardTransactionPayNote } from './CardTransactionPayNote.js';
2
3
  export { SettlementAmountRejected } from './SettlementAmountRejected.js';
3
4
  export { ReserveFundsAndCaptureImmediatelyRequested } from './ReserveFundsAndCaptureImmediatelyRequested.js';
4
5
  export { ReserveFundsRequested } from './ReserveFundsRequested.js';
@@ -6,15 +7,20 @@ export { SettlementAmountSpecified } from './SettlementAmountSpecified.js';
6
7
  export { ReservationDeclined } from './ReservationDeclined.js';
7
8
  export { CardTransactionCaptureUnlockRequested } from './CardTransactionCaptureUnlockRequested.js';
8
9
  export { IssueChildPayNoteRequested } from './IssueChildPayNoteRequested.js';
10
+ export { StartCardTransactionMonitoringRequested } from './StartCardTransactionMonitoringRequested.js';
9
11
  export { ReservationReleaseDeclined } from './ReservationReleaseDeclined.js';
10
12
  export { TransactionIdentified } from './TransactionIdentified.js';
13
+ export { PayNote } from './PayNote.js';
11
14
  export { PayNoteAcceptedByClient } from './PayNoteAcceptedByClient.js';
15
+ export { MerchantToCustomerPayNote } from './MerchantToCustomerPayNote.js';
12
16
  export { PayNoteCancelled } from './PayNoteCancelled.js';
17
+ export { PayNoteDelivery } from './PayNoteDelivery.js';
13
18
  export { PayNoteRejected } from './PayNoteRejected.js';
14
19
  export { FundsReserved } from './FundsReserved.js';
20
+ export { CardTransactionMonitoringRequestRejected } from './CardTransactionMonitoringRequestRejected.js';
15
21
  export { FundsCaptured } from './FundsCaptured.js';
16
22
  export { PayeeAssignmentRequested } from './PayeeAssignmentRequested.js';
17
- export { PayNote } from './PayNote.js';
23
+ export { CardTransactionMonitoringStopped } from './CardTransactionMonitoringStopped.js';
18
24
  export { ReservationReleased } from './ReservationReleased.js';
19
25
  export { PayNoteClientDecisionDiscarded } from './PayNoteClientDecisionDiscarded.js';
20
26
  export { ChildPayNoteIssuanceDeclined } from './ChildPayNoteIssuanceDeclined.js';
@@ -26,14 +32,16 @@ export { PayNoteRejectedByClient } from './PayNoteRejectedByClient.js';
26
32
  export { CardTransactionCaptureLocked } from './CardTransactionCaptureLocked.js';
27
33
  export { ChildPayNoteIssued } from './ChildPayNoteIssued.js';
28
34
  export { CaptureFailed } from './CaptureFailed.js';
35
+ export { TransactionStatus } from './TransactionStatus.js';
29
36
  export { CaptureDeclined } from './CaptureDeclined.js';
30
37
  export { PayNoteCancellationRejected } from './PayNoteCancellationRejected.js';
38
+ export { CardTransactionMonitoringStarted } from './CardTransactionMonitoringStarted.js';
39
+ export { CardTransactionReport } from './CardTransactionReport.js';
31
40
  export { PayNoteDeliveryFailed } from './PayNoteDeliveryFailed.js';
32
41
  export { ReservationReleaseRequested } from './ReservationReleaseRequested.js';
33
42
  export { TransactionIdentificationFailed } from './TransactionIdentificationFailed.js';
34
43
  export { CardTransactionDetails } from './CardTransactionDetails.js';
35
44
  export { PayNoteApproved } from './PayNoteApproved.js';
36
- export { PayNoteDelivery } from './PayNoteDelivery.js';
37
45
  export declare const contents: {
38
46
  readonly '2LFkmyxDFSdNqM8mr6Md3LF54V15fFGL1s5fTnUfCpUH': {
39
47
  readonly description: "Card transaction capture lock change failed.";
@@ -48,6 +56,18 @@ export declare const contents: {
48
56
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
49
57
  };
50
58
  };
59
+ readonly '31FeauChLTApQ7FmwwUPuYnYPtgPC9kiu737UkbgK495': {
60
+ readonly cardTransactionDetails: {
61
+ readonly type: {
62
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
63
+ };
64
+ };
65
+ readonly description: "PayNote tied to a specific card transaction via ISO scheme identifiers.";
66
+ readonly name: "Card Transaction PayNote";
67
+ readonly type: {
68
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
69
+ };
70
+ };
51
71
  readonly '3b3ePGPg5GzS6KYfqoDfgjWbjccXVnGzytbpFS53x4HM': {
52
72
  readonly description: "The Guarantor rejects the proposed settlement amount.";
53
73
  readonly name: "Settlement Amount Rejected";
@@ -130,94 +150,53 @@ export declare const contents: {
130
150
  readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
131
151
  };
132
152
  };
133
- readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': {
134
- readonly description: "The Guarantor failed to release the reserved funds.";
135
- readonly name: "Reservation Release Declined";
136
- readonly reason: {
137
- readonly type: {
153
+ readonly '649PKUqAakwi2JwDwHyypfWb4VmrrBAeEqzSU6FDWfgm': {
154
+ readonly description: "Request to start monitoring card events for a target merchant.";
155
+ readonly events: {
156
+ readonly description: "Requested card event categories.\nFor now:\n- transaction\n";
157
+ readonly itemType: {
138
158
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
139
159
  };
140
- };
141
- readonly type: {
142
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
143
- };
144
- };
145
- readonly '6gQWKeJHZEbBo13Vvyf2nsdg7TA9kLSYdzMaJgySPG7V': {
146
- readonly description: "The deliverer identified the card transaction.";
147
- readonly name: "Transaction Identified";
148
- readonly type: {
149
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
150
- };
151
- };
152
- readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': {
153
- readonly acceptedAt: {
154
- readonly description: "Timestamp when the client accepted.";
155
160
  readonly type: {
156
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
161
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
157
162
  };
158
163
  };
159
- readonly description: "The client accepted the PayNote.";
160
- readonly name: "PayNote Accepted By Client";
161
- readonly type: {
162
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
163
- };
164
- };
165
- readonly '96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y': {
166
- readonly description: "The Guarantor confirms PayNote cancellation requested by Payer.";
167
- readonly name: "PayNote Cancelled";
168
- readonly type: {
169
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
170
- };
171
- };
172
- readonly AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe: {
173
- readonly description: "The Guarantor denies the creation of the PayNote.";
174
- readonly name: "PayNote Rejected";
175
- readonly reason: {
164
+ readonly name: "Start Card Transaction Monitoring Requested";
165
+ readonly requestedAt: {
166
+ readonly description: "Timestamp (microseconds since epoch).";
176
167
  readonly type: {
177
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
168
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
178
169
  };
179
170
  };
180
- readonly type: {
181
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
182
- };
183
- };
184
- readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: {
185
- readonly amountReserved: {
171
+ readonly targetMerchantId: {
186
172
  readonly type: {
187
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
173
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
188
174
  };
189
175
  };
190
- readonly description: "The Guarantor confirms that funds have been successfully reserved (held).";
191
- readonly name: "Funds Reserved";
192
176
  readonly type: {
193
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
177
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
194
178
  };
195
179
  };
196
- readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: {
197
- readonly amountCaptured: {
180
+ readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': {
181
+ readonly description: "The Guarantor failed to release the reserved funds.";
182
+ readonly name: "Reservation Release Declined";
183
+ readonly reason: {
198
184
  readonly type: {
199
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
185
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
200
186
  };
201
187
  };
202
- readonly description: "The Guarantor confirms that funds have been successfully transferred to the Payee.";
203
- readonly name: "Funds Captured";
204
188
  readonly type: {
205
189
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
206
190
  };
207
191
  };
208
- readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: {
209
- readonly description: "The Payer requests to assign or change the Payee.";
210
- readonly name: "Payee Assignment Requested";
211
- readonly payeeEmail: {
212
- readonly type: {
213
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
214
- };
215
- };
192
+ readonly '6gQWKeJHZEbBo13Vvyf2nsdg7TA9kLSYdzMaJgySPG7V': {
193
+ readonly description: "The deliverer identified the card transaction.";
194
+ readonly name: "Transaction Identified";
216
195
  readonly type: {
217
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
196
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
218
197
  };
219
198
  };
220
- readonly CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT: {
199
+ readonly '6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE': {
221
200
  readonly amount: {
222
201
  readonly captured: {
223
202
  readonly description: "The amount that has been successfully captured.";
@@ -247,6 +226,44 @@ export declare const contents: {
247
226
  readonly blueId: "EvuCWsG1E6WJQg8QXmk6rwMANYTZjoLWVZ1vYQWUwdTH";
248
227
  };
249
228
  };
229
+ readonly guarantorUpdate: {
230
+ readonly channel: {
231
+ readonly type: {
232
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
233
+ };
234
+ readonly value: "guarantorChannel";
235
+ };
236
+ readonly description: "Standard operation used by the guarantor (bank) to deliver events into the document.";
237
+ readonly type: {
238
+ readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
239
+ };
240
+ };
241
+ readonly guarantorUpdateImpl: {
242
+ readonly description: "Re-emits provided events (MyOS-admin style).";
243
+ readonly operation: {
244
+ readonly type: {
245
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
246
+ };
247
+ readonly value: "guarantorUpdate";
248
+ };
249
+ readonly steps: {
250
+ readonly items: readonly [{
251
+ readonly code: {
252
+ readonly type: {
253
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
254
+ };
255
+ readonly value: "return { events: event.message.request };\n";
256
+ };
257
+ readonly name: "EmitGuarantorEvents";
258
+ readonly type: {
259
+ readonly blueId: "ExZxT61PSpWHpEAtP2WKMXXqxEYN7Z13j7Zv36Dp99kS";
260
+ };
261
+ }];
262
+ };
263
+ readonly type: {
264
+ readonly blueId: "CGdxkNjPcsdescqLPz6SNLsMyak6demQQr7RoKNHbCyv";
265
+ };
266
+ };
250
267
  readonly payeeChannel: {
251
268
  readonly type: {
252
269
  readonly blueId: "EvuCWsG1E6WJQg8QXmk6rwMANYTZjoLWVZ1vYQWUwdTH";
@@ -287,298 +304,84 @@ export declare const contents: {
287
304
  };
288
305
  readonly value: "Pending";
289
306
  };
290
- };
291
- readonly CFqiZigjKE5JatANkaAkWw2NbgvEmb2BVEVPf3ckUrWg: {
292
- readonly amountReleased: {
307
+ readonly transactionStatus: {
308
+ readonly description: "Optional status snapshot. If present in proposal, bank validates it; if missing bank sets it at bootstrap.";
293
309
  readonly type: {
294
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
310
+ readonly blueId: "FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ";
295
311
  };
296
312
  };
297
- readonly description: "The Guarantor confirms that previously reserved funds have been released.";
298
- readonly name: "Reservation Released";
299
- readonly type: {
300
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
301
- };
302
313
  };
303
- readonly Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j: {
304
- readonly decision: {
305
- readonly description: "Attempted decision (accepted or rejected).";
306
- readonly type: {
307
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
308
- };
309
- };
310
- readonly decisionAt: {
311
- readonly description: "Timestamp provided with the decision, if any.";
314
+ readonly '6VQC585V4SdpyA5hCeQQGM178bbeW3D2WcKt8ZCWK9s3': {
315
+ readonly acceptedAt: {
316
+ readonly description: "Timestamp when the client accepted.";
312
317
  readonly type: {
313
318
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
314
319
  };
315
320
  };
316
- readonly description: "The client's decision was discarded because it could not be applied in the current delivery state.";
317
- readonly name: "PayNote Client Decision Discarded";
318
- readonly reason: {
319
- readonly description: "Validation reason for discarding the decision.";
320
- readonly type: {
321
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
322
- };
323
- };
321
+ readonly description: "The client accepted the PayNote.";
322
+ readonly name: "PayNote Accepted By Client";
324
323
  readonly type: {
325
324
  readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
326
325
  };
327
326
  };
328
- readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: {
329
- readonly description: "The Guarantor declined the request to issue a Child PayNote.";
330
- readonly name: "Child PayNote Issuance Declined";
331
- readonly reason: {
332
- readonly type: {
333
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
334
- };
327
+ readonly '7d7HJZ39tANAtmeRus31iSpNEidCdAsMLd33S1FEy7zA': {
328
+ readonly description: "Base PayNote where payer is merchant and payee is customer. Bank sets/validates payer channel bindings.";
329
+ readonly name: "Merchant To Customer PayNote";
330
+ readonly type: {
331
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
335
332
  };
333
+ };
334
+ readonly '96buyUXwhkak8xKoCR5nAW9tMuwzkevJFdELVvwKxR6Y': {
335
+ readonly description: "The Guarantor confirms PayNote cancellation requested by Payer.";
336
+ readonly name: "PayNote Cancelled";
336
337
  readonly type: {
337
338
  readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
338
339
  };
339
340
  };
340
- readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: {
341
+ readonly '9jxRnexZ3DMoBAn1xZmjfV7pD1hkrd75qQ1p9a4Eeg4Y': {
341
342
  readonly cardTransactionDetails: {
343
+ readonly description: "Card network identifiers used to match processor and issuer records.";
342
344
  readonly type: {
343
345
  readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
344
346
  };
345
347
  };
346
- readonly description: "Request to the card issuer to deny any following card transaction capture requests.";
347
- readonly name: "Card Transaction Capture Lock Requested";
348
- readonly type: {
349
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
350
- };
351
- };
352
- readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: {
353
- readonly description: "Card transaction capture was unlocked. Any following card transaction capture requests will be processed.";
354
- readonly name: "Card Transaction Capture Unlocked";
355
- readonly type: {
356
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
357
- };
358
- readonly unlockedAt: {
359
- readonly description: "Timestamp of when the card transaction capture was unlocked.";
348
+ readonly clientAcceptedAt: {
349
+ readonly description: "Timestamp when the client accepted.";
360
350
  readonly type: {
361
351
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
362
352
  };
363
353
  };
364
- };
365
- readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: {
366
- readonly childPayNote: {
367
- readonly description: "Complete PayNote";
368
- };
369
- readonly description: "The Payer requests to cancel PayNote that is Approved but not yet\nReserved or Captured.\n";
370
- readonly name: "PayNote Cancellation Requested";
371
- readonly type: {
372
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
373
- };
374
- };
375
- readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: {
376
- readonly amount: {
377
- readonly type: {
378
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
379
- };
380
- };
381
- readonly description: "A participant (usually the Payee) requests the final transfer of funds.";
382
- readonly name: "Capture Funds Requested";
383
- readonly type: {
384
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
385
- };
386
- };
387
- readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: {
388
- readonly description: "The client rejected the PayNote.";
389
- readonly name: "PayNote Rejected By Client";
390
- readonly reason: {
391
- readonly description: "Optional rejection reason.";
354
+ readonly clientDecisionStatus: {
355
+ readonly description: "Client decision (pending, accepted, rejected).";
392
356
  readonly type: {
393
357
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
394
358
  };
395
359
  };
396
- readonly rejectedAt: {
360
+ readonly clientRejectedAt: {
397
361
  readonly description: "Timestamp when the client rejected.";
398
362
  readonly type: {
399
363
  readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
400
364
  };
401
365
  };
402
- readonly type: {
403
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
404
- };
405
- };
406
- readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: {
407
- readonly description: "Card transaction capture was locked. Any following card transaction capture requests will be rejected.";
408
- readonly lockedAt: {
409
- readonly description: "Timestamp of when the card transaction capture was locked.";
410
- readonly type: {
411
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
412
- };
413
- };
414
- readonly name: "Card Transaction Capture Locked";
415
- readonly type: {
416
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
417
- };
418
- };
419
- readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: {
420
- readonly childPayNote: {
421
- readonly description: "Content of the issued PayNote";
422
- };
423
- readonly description: "The Guarantor confirms that a new Child PayNote has been issued against this parent.";
424
- readonly name: "Child PayNote Issued";
425
- readonly type: {
426
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
427
- };
428
- };
429
- readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: {
430
- readonly description: "The Guarantor attempted the transfer, but it failed for a technical reason.";
431
- readonly name: "Capture Failed";
432
- readonly reason: {
433
- readonly type: {
434
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
435
- };
436
- };
437
- readonly type: {
438
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
439
- };
440
- };
441
- readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: {
442
- readonly description: "The Guarantor declined the capture request before attempting the transfer.";
443
- readonly name: "Capture Declined";
444
- readonly reason: {
445
- readonly type: {
446
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
447
- };
448
- };
449
- readonly type: {
450
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
451
- };
452
- };
453
- readonly GaYDPA7TTqWuoxioCYFPeyqomjH4g3YDtFxHv9yLRQ8A: {
454
- readonly description: "The Guarantor denies PayNote cancellation requested by Payer.";
455
- readonly name: "PayNote Cancellation Rejected";
456
- readonly reason: {
457
- readonly type: {
458
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
459
- };
460
- };
461
- readonly type: {
462
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
463
- };
464
- };
465
- readonly GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y: {
466
- readonly description: "Delivery failed for a non-identification reason.";
467
- readonly name: "PayNote Delivery Failed";
468
- readonly reason: {
469
- readonly description: "Failure reason.";
470
- readonly type: {
471
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
472
- };
473
- };
474
- readonly type: {
475
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
476
- };
477
- };
478
- readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: {
479
- readonly amount: {
480
- readonly type: {
481
- readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
482
- };
483
- };
484
- readonly description: "A participant requests the Guarantor to release previously held funds.";
485
- readonly name: "Reservation Release Requested";
486
- readonly type: {
487
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
488
- };
489
- };
490
- readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: {
491
- readonly description: "The deliverer could not identify the card transaction.";
492
- readonly name: "Transaction Identification Failed";
493
- readonly reason: {
494
- readonly description: "Optional failure reason.";
495
- readonly type: {
496
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
497
- };
498
- };
499
- readonly type: {
500
- readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
501
- };
502
- };
503
- readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: {
504
- readonly authorizationCode: {
505
- readonly description: "ISO 8583 DE38 Authorization Identification Response (authorization code).";
506
- readonly type: {
507
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
508
- };
509
- };
510
- readonly description: "Card network identifiers used by processor and issuer to match the same transaction (ISO 8583).";
511
- readonly name: "Card Transaction Details";
512
- readonly retrievalReferenceNumber: {
513
- readonly description: "ISO 8583 DE37 Retrieval Reference Number (RRN) for cross-network traceability.";
514
- readonly type: {
515
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
516
- };
517
- };
518
- readonly systemTraceAuditNumber: {
519
- readonly description: "ISO 8583 DE11 System Trace Audit Number (STAN).";
520
- readonly type: {
521
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
522
- };
523
- };
524
- readonly transmissionDateTime: {
525
- readonly description: "ISO 8583 DE7 Transmission Date and Time (MMDDhhmmss).";
526
- readonly type: {
527
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
528
- };
529
- };
530
- };
531
- readonly HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK: {
532
- readonly description: "The Guarantor confirms the PayNote is valid and ready for further action.";
533
- readonly name: "PayNote Approved";
534
- readonly type: {
535
- readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
536
- };
537
- };
538
- readonly J3tYgX1EYRXXJfAGAKbG5LkLm76hAwp1MurZdqkTdW1t: {
539
- readonly cardTransactionDetails: {
540
- readonly description: "Card network identifiers used to match processor and issuer records.";
541
- readonly type: {
542
- readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
543
- };
544
- };
545
- readonly clientAcceptedAt: {
546
- readonly description: "Timestamp when the client accepted.";
547
- readonly type: {
548
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
549
- };
550
- };
551
- readonly clientDecisionStatus: {
552
- readonly description: "Client decision (pending, accepted, rejected).";
553
- readonly type: {
554
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
555
- };
556
- };
557
- readonly clientRejectedAt: {
558
- readonly description: "Timestamp when the client rejected.";
559
- readonly type: {
560
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
561
- };
562
- };
563
- readonly contracts: {
564
- readonly acceptPayNote: {
565
- readonly channel: {
566
- readonly type: {
567
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
568
- };
569
- readonly value: "payNoteReceiver";
570
- };
571
- readonly request: {
572
- readonly acceptedAt: {
573
- readonly description: "Timestamp when the client accepted.";
574
- readonly type: {
575
- readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
576
- };
577
- };
578
- };
579
- readonly type: {
580
- readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
581
- };
366
+ readonly contracts: {
367
+ readonly acceptPayNote: {
368
+ readonly channel: {
369
+ readonly type: {
370
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
371
+ };
372
+ readonly value: "payNoteDeliverer";
373
+ };
374
+ readonly request: {
375
+ readonly acceptedAt: {
376
+ readonly description: "Timestamp when the client accepted.";
377
+ readonly type: {
378
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
379
+ };
380
+ };
381
+ };
382
+ readonly type: {
383
+ readonly blueId: "BoAiqVUZv9Fum3wFqaX2JnQMBHJLxJSo2V9U2UBmCfsC";
384
+ };
582
385
  };
583
386
  readonly acceptPayNoteImpl: {
584
387
  readonly operation: {
@@ -802,12 +605,6 @@ export declare const contents: {
802
605
  readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
803
606
  };
804
607
  };
805
- readonly payNoteReceiver: {
806
- readonly description: "Participant receiving the PayNote delivery (payer).";
807
- readonly type: {
808
- readonly blueId: "HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs";
809
- };
810
- };
811
608
  readonly payNoteSender: {
812
609
  readonly description: "Participant submitting the PayNote delivery (merchant or processor).";
813
610
  readonly type: {
@@ -819,7 +616,7 @@ export declare const contents: {
819
616
  readonly type: {
820
617
  readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
821
618
  };
822
- readonly value: "payNoteReceiver";
619
+ readonly value: "payNoteDeliverer";
823
620
  };
824
621
  readonly request: {
825
622
  readonly reason: {
@@ -1155,13 +952,13 @@ export declare const contents: {
1155
952
  readonly blueId: "58B8orsFkxxy7bWqjLXJmtBs2b5rwnNQNbeoAbGhPkJc";
1156
953
  };
1157
954
  };
1158
- readonly description: "Tracks delivery of a PayNote through a deliverer (e.g., bank) to a receiver (payer).";
955
+ readonly description: "Tracks delivery of a PayNote through a deliverer (e.g., bank) to a receiver (payer - client).";
1159
956
  readonly name: "PayNote Delivery";
1160
957
  readonly payNoteBootstrapRequest: {
1161
958
  readonly description: "PayNote bootstrap request details.";
1162
959
  readonly document: {
1163
960
  readonly type: {
1164
- readonly blueId: "CDMVLRyodD2WhScu2PPRgGquEArMNGXxvZCYiJXg2YjT";
961
+ readonly blueId: "6HxvsQMTdbmynxNgqtxcNuCr2RhiLHowVinyD5h3fXmE";
1165
962
  };
1166
963
  };
1167
964
  readonly type: {
@@ -1175,5 +972,466 @@ export declare const contents: {
1175
972
  };
1176
973
  };
1177
974
  };
975
+ readonly AdKfkwRfzRUxUKSzhRfYANsaUBNnz4u6JFWR66qhzyZe: {
976
+ readonly description: "The Guarantor denies the creation of the PayNote.";
977
+ readonly name: "PayNote Rejected";
978
+ readonly reason: {
979
+ readonly type: {
980
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
981
+ };
982
+ };
983
+ readonly type: {
984
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
985
+ };
986
+ };
987
+ readonly AopfdGqnwcxsw4mJzXbmjDMnASRtkce9BZB1n6QSRNXX: {
988
+ readonly amountReserved: {
989
+ readonly type: {
990
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
991
+ };
992
+ };
993
+ readonly description: "The Guarantor confirms that funds have been successfully reserved (held).";
994
+ readonly name: "Funds Reserved";
995
+ readonly type: {
996
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
997
+ };
998
+ };
999
+ readonly B2iherBskP5f4x7x31GahNmsJtyzian6ZN92b8kE1E5q: {
1000
+ readonly description: "Notification that card transaction monitoring was rejected.";
1001
+ readonly events: {
1002
+ readonly itemType: {
1003
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1004
+ };
1005
+ readonly type: {
1006
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1007
+ };
1008
+ };
1009
+ readonly name: "Card Transaction Monitoring Request Rejected";
1010
+ readonly reason: {
1011
+ readonly description: "Reason monitoring was rejected.";
1012
+ readonly type: {
1013
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1014
+ };
1015
+ };
1016
+ readonly rejectedAt: {
1017
+ readonly description: "Timestamp (microseconds since epoch) when monitoring was rejected.";
1018
+ readonly type: {
1019
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1020
+ };
1021
+ };
1022
+ readonly targetMerchantId: {
1023
+ readonly description: "External merchant identifier requested for monitoring.";
1024
+ readonly type: {
1025
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1026
+ };
1027
+ };
1028
+ readonly type: {
1029
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1030
+ };
1031
+ };
1032
+ readonly BJvjorbC5ed5KTV7SxoV3CvrJXjrFPcFxY9QT4jHBbXi: {
1033
+ readonly amountCaptured: {
1034
+ readonly type: {
1035
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1036
+ };
1037
+ };
1038
+ readonly description: "The Guarantor confirms that funds have been successfully transferred to the Payee.";
1039
+ readonly name: "Funds Captured";
1040
+ readonly type: {
1041
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1042
+ };
1043
+ };
1044
+ readonly BVLMcTzag3D2rvg8LoKQ3Htgoqsh77EAoiTLTxH5aVBE: {
1045
+ readonly description: "The Payer requests to assign or change the Payee.";
1046
+ readonly name: "Payee Assignment Requested";
1047
+ readonly payeeEmail: {
1048
+ readonly type: {
1049
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1050
+ };
1051
+ };
1052
+ readonly type: {
1053
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1054
+ };
1055
+ };
1056
+ readonly BYdTyyLphWQNKo1GBcnE1jQuaPyXexNnfzkXhMiRqmUr: {
1057
+ readonly events: {
1058
+ readonly itemType: {
1059
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1060
+ };
1061
+ readonly type: {
1062
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1063
+ };
1064
+ };
1065
+ readonly name: "Card Transaction Monitoring Stopped";
1066
+ readonly reason: {
1067
+ readonly type: {
1068
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1069
+ };
1070
+ };
1071
+ readonly stoppedAt: {
1072
+ readonly type: {
1073
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1074
+ };
1075
+ };
1076
+ readonly targetMerchantId: {
1077
+ readonly type: {
1078
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1079
+ };
1080
+ };
1081
+ readonly type: {
1082
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1083
+ };
1084
+ };
1085
+ readonly CFqiZigjKE5JatANkaAkWw2NbgvEmb2BVEVPf3ckUrWg: {
1086
+ readonly amountReleased: {
1087
+ readonly type: {
1088
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1089
+ };
1090
+ };
1091
+ readonly description: "The Guarantor confirms that previously reserved funds have been released.";
1092
+ readonly name: "Reservation Released";
1093
+ readonly type: {
1094
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1095
+ };
1096
+ };
1097
+ readonly Da7ZSyWgvMyTfwDVhAgCkGf3H8dwHhouHsHgNzg3DZ2j: {
1098
+ readonly decision: {
1099
+ readonly description: "Attempted decision (accepted or rejected).";
1100
+ readonly type: {
1101
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1102
+ };
1103
+ };
1104
+ readonly decisionAt: {
1105
+ readonly description: "Timestamp provided with the decision, if any.";
1106
+ readonly type: {
1107
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1108
+ };
1109
+ };
1110
+ readonly description: "The client's decision was discarded because it could not be applied in the current delivery state.";
1111
+ readonly name: "PayNote Client Decision Discarded";
1112
+ readonly reason: {
1113
+ readonly description: "Validation reason for discarding the decision.";
1114
+ readonly type: {
1115
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1116
+ };
1117
+ };
1118
+ readonly type: {
1119
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1120
+ };
1121
+ };
1122
+ readonly DFKVw43E36kimqj64FyiiVxE9yNuB22SETFx5M4WAi9m: {
1123
+ readonly description: "The Guarantor declined the request to issue a Child PayNote.";
1124
+ readonly name: "Child PayNote Issuance Declined";
1125
+ readonly reason: {
1126
+ readonly type: {
1127
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1128
+ };
1129
+ };
1130
+ readonly type: {
1131
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1132
+ };
1133
+ };
1134
+ readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: {
1135
+ readonly cardTransactionDetails: {
1136
+ readonly type: {
1137
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
1138
+ };
1139
+ };
1140
+ readonly description: "Request to the card issuer to deny any following card transaction capture requests.";
1141
+ readonly name: "Card Transaction Capture Lock Requested";
1142
+ readonly type: {
1143
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1144
+ };
1145
+ };
1146
+ readonly DiowRXdCBw83YCn5Pwcg2YABaVQZ1p4Wk1L9DJfajqp5: {
1147
+ readonly description: "Card transaction capture was unlocked. Any following card transaction capture requests will be processed.";
1148
+ readonly name: "Card Transaction Capture Unlocked";
1149
+ readonly type: {
1150
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1151
+ };
1152
+ readonly unlockedAt: {
1153
+ readonly description: "Timestamp of when the card transaction capture was unlocked.";
1154
+ readonly type: {
1155
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1156
+ };
1157
+ };
1158
+ };
1159
+ readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: {
1160
+ readonly childPayNote: {
1161
+ readonly description: "Complete PayNote";
1162
+ };
1163
+ readonly description: "The Payer requests to cancel PayNote that is Approved but not yet\nReserved or Captured.\n";
1164
+ readonly name: "PayNote Cancellation Requested";
1165
+ readonly type: {
1166
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1167
+ };
1168
+ };
1169
+ readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: {
1170
+ readonly amount: {
1171
+ readonly type: {
1172
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1173
+ };
1174
+ };
1175
+ readonly description: "A participant (usually the Payee) requests the final transfer of funds.";
1176
+ readonly name: "Capture Funds Requested";
1177
+ readonly type: {
1178
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1179
+ };
1180
+ };
1181
+ readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: {
1182
+ readonly description: "The client rejected the PayNote.";
1183
+ readonly name: "PayNote Rejected By Client";
1184
+ readonly reason: {
1185
+ readonly description: "Optional rejection reason.";
1186
+ readonly type: {
1187
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1188
+ };
1189
+ };
1190
+ readonly rejectedAt: {
1191
+ readonly description: "Timestamp when the client rejected.";
1192
+ readonly type: {
1193
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1194
+ };
1195
+ };
1196
+ readonly type: {
1197
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1198
+ };
1199
+ };
1200
+ readonly EXoQHkYEDQdhGd3AeXBryzxmCTXsvTjXTfZmjwuqqbHt: {
1201
+ readonly description: "Card transaction capture was locked. Any following card transaction capture requests will be rejected.";
1202
+ readonly lockedAt: {
1203
+ readonly description: "Timestamp of when the card transaction capture was locked.";
1204
+ readonly type: {
1205
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1206
+ };
1207
+ };
1208
+ readonly name: "Card Transaction Capture Locked";
1209
+ readonly type: {
1210
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1211
+ };
1212
+ };
1213
+ readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: {
1214
+ readonly childPayNote: {
1215
+ readonly description: "Content of the issued PayNote";
1216
+ };
1217
+ readonly description: "The Guarantor confirms that a new Child PayNote has been issued against this parent.";
1218
+ readonly name: "Child PayNote Issued";
1219
+ readonly type: {
1220
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1221
+ };
1222
+ };
1223
+ readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: {
1224
+ readonly description: "The Guarantor attempted the transfer, but it failed for a technical reason.";
1225
+ readonly name: "Capture Failed";
1226
+ readonly reason: {
1227
+ readonly type: {
1228
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1229
+ };
1230
+ };
1231
+ readonly type: {
1232
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1233
+ };
1234
+ };
1235
+ readonly FutWoAEUEb3wkmEm4YP4JGFPtu3B3PQ3m71BmnRFFnsQ: {
1236
+ readonly authorizedAmountMinor: {
1237
+ readonly type: {
1238
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1239
+ };
1240
+ };
1241
+ readonly capturedAmountMinor: {
1242
+ readonly type: {
1243
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1244
+ };
1245
+ };
1246
+ readonly currency: {
1247
+ readonly type: {
1248
+ readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
1249
+ };
1250
+ };
1251
+ readonly description: "Status snapshot of the referenced card transaction.";
1252
+ readonly name: "Transaction Status";
1253
+ readonly status: {
1254
+ readonly description: "authorized | captured | partiallyCaptured";
1255
+ readonly type: {
1256
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1257
+ };
1258
+ };
1259
+ };
1260
+ readonly FzJqLm7Ek58LsVstJV2c37JfiMhRiWtjZNsiMz2ZfCYG: {
1261
+ readonly description: "The Guarantor declined the capture request before attempting the transfer.";
1262
+ readonly name: "Capture Declined";
1263
+ readonly reason: {
1264
+ readonly type: {
1265
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1266
+ };
1267
+ };
1268
+ readonly type: {
1269
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1270
+ };
1271
+ };
1272
+ readonly GaYDPA7TTqWuoxioCYFPeyqomjH4g3YDtFxHv9yLRQ8A: {
1273
+ readonly description: "The Guarantor denies PayNote cancellation requested by Payer.";
1274
+ readonly name: "PayNote Cancellation Rejected";
1275
+ readonly reason: {
1276
+ readonly type: {
1277
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1278
+ };
1279
+ };
1280
+ readonly type: {
1281
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1282
+ };
1283
+ };
1284
+ readonly GcKHzzeu5qehMo1JLGN7X5tSzrHM2iJoscN2qmkB5RPm: {
1285
+ readonly consentDocumentId: {
1286
+ readonly type: {
1287
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1288
+ };
1289
+ };
1290
+ readonly consentSessionId: {
1291
+ readonly type: {
1292
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1293
+ };
1294
+ };
1295
+ readonly description: "Confirmation that card transaction monitoring has started.";
1296
+ readonly events: {
1297
+ readonly itemType: {
1298
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1299
+ };
1300
+ readonly type: {
1301
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
1302
+ };
1303
+ };
1304
+ readonly name: "Card Transaction Monitoring Started";
1305
+ readonly startedAt: {
1306
+ readonly description: "Timestamp (microseconds since epoch) when monitoring started.";
1307
+ readonly type: {
1308
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1309
+ };
1310
+ };
1311
+ readonly targetMerchantId: {
1312
+ readonly description: "External merchant identifier being monitored.";
1313
+ readonly type: {
1314
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1315
+ };
1316
+ };
1317
+ readonly type: {
1318
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1319
+ };
1320
+ };
1321
+ readonly GHjSaPm9ceTkRZn2QGxRkzptkiyVYi7AvF8LRgvWzVc2: {
1322
+ readonly amountMinor: {
1323
+ readonly description: "Purchase amount in minor currency units.";
1324
+ readonly type: {
1325
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1326
+ };
1327
+ };
1328
+ readonly cardTransactionDetails: {
1329
+ readonly type: {
1330
+ readonly blueId: "GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT";
1331
+ };
1332
+ };
1333
+ readonly currency: {
1334
+ readonly description: "ISO 4217 currency code.";
1335
+ readonly type: {
1336
+ readonly blueId: "CBnZ7aaNetj9KEqXpUWj5jvjKbmviLivP98T2EiyxiYc";
1337
+ };
1338
+ };
1339
+ readonly description: "Bank reports a posted card transaction into the requesting contract timeline.";
1340
+ readonly merchantId: {
1341
+ readonly description: "External merchant identifier for the purchase.";
1342
+ readonly type: {
1343
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1344
+ };
1345
+ };
1346
+ readonly name: "Card Transaction Report";
1347
+ readonly occurredAt: {
1348
+ readonly description: "Timestamp when the transaction occurred.";
1349
+ readonly type: {
1350
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
1351
+ };
1352
+ };
1353
+ readonly transactionId: {
1354
+ readonly description: "Unique transaction identifier used for idempotency.";
1355
+ readonly type: {
1356
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1357
+ };
1358
+ };
1359
+ readonly type: {
1360
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1361
+ };
1362
+ };
1363
+ readonly GtFG4Nt2fAamUZi9fSZNotab3BEUuv236LuPAcErVj5y: {
1364
+ readonly description: "Delivery failed for a non-identification reason.";
1365
+ readonly name: "PayNote Delivery Failed";
1366
+ readonly reason: {
1367
+ readonly description: "Failure reason.";
1368
+ readonly type: {
1369
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1370
+ };
1371
+ };
1372
+ readonly type: {
1373
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1374
+ };
1375
+ };
1376
+ readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: {
1377
+ readonly amount: {
1378
+ readonly type: {
1379
+ readonly blueId: "5WNMiV9Knz63B4dVY5JtMyh3FB4FSGqv7ceScvuapdE1";
1380
+ };
1381
+ };
1382
+ readonly description: "A participant requests the Guarantor to release previously held funds.";
1383
+ readonly name: "Reservation Release Requested";
1384
+ readonly type: {
1385
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
1386
+ };
1387
+ };
1388
+ readonly GvFQ71MZS1CrHvSopnTkSz8DBX2is4meMR5tpF5WmwCC: {
1389
+ readonly description: "The deliverer could not identify the card transaction.";
1390
+ readonly name: "Transaction Identification Failed";
1391
+ readonly reason: {
1392
+ readonly description: "Optional failure reason.";
1393
+ readonly type: {
1394
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1395
+ };
1396
+ };
1397
+ readonly type: {
1398
+ readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
1399
+ };
1400
+ };
1401
+ readonly GZLRe2fEsvs1v7dVcg9kEnCrWEdM3cUZYhFH4XqN5jQT: {
1402
+ readonly authorizationCode: {
1403
+ readonly description: "ISO 8583 DE38 Authorization Identification Response (authorization code).";
1404
+ readonly type: {
1405
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1406
+ };
1407
+ };
1408
+ readonly description: "Card network identifiers used by processor and issuer to match the same transaction (ISO 8583).";
1409
+ readonly name: "Card Transaction Details";
1410
+ readonly retrievalReferenceNumber: {
1411
+ readonly description: "ISO 8583 DE37 Retrieval Reference Number (RRN) for cross-network traceability.";
1412
+ readonly type: {
1413
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1414
+ };
1415
+ };
1416
+ readonly systemTraceAuditNumber: {
1417
+ readonly description: "ISO 8583 DE11 System Trace Audit Number (STAN).";
1418
+ readonly type: {
1419
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1420
+ };
1421
+ };
1422
+ readonly transmissionDateTime: {
1423
+ readonly description: "ISO 8583 DE7 Transmission Date and Time (MMDDhhmmss).";
1424
+ readonly type: {
1425
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
1426
+ };
1427
+ };
1428
+ };
1429
+ readonly HQTUxErobqhSuhWo9DAC1WwaG9oYdjfmdKprGtV4TeEK: {
1430
+ readonly description: "The Guarantor confirms the PayNote is valid and ready for further action.";
1431
+ readonly name: "PayNote Approved";
1432
+ readonly type: {
1433
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
1434
+ };
1435
+ };
1178
1436
  };
1179
1437
  //# sourceMappingURL=index.d.ts.map