@hmcts/ccpay-web-component 6.5.1-cme-779-prerelease → 6.5.2-cme-779-prerelease

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.
@@ -8441,6 +8441,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
8441
8441
  ] }]
8442
8442
  }] });
8443
8443
 
8444
+ class IPaymentStatus {
8445
+ allocation_status;
8446
+ date_created;
8447
+ payment_group_reference;
8448
+ payment_reference;
8449
+ receiving_office;
8450
+ receiving_email_address;
8451
+ sending_email_address;
8452
+ unidentified_reason;
8453
+ user_id;
8454
+ }
8455
+
8456
+ class IssueRefundRequest {
8457
+ payment_reference;
8458
+ refund_reason;
8459
+ refund_amount;
8460
+ constructor(payment_reference, refund_reason, refund_amount) {
8461
+ this.payment_reference = payment_reference;
8462
+ this.refund_reason = refund_reason;
8463
+ this.refund_amount = refund_amount;
8464
+ }
8465
+ }
8466
+
8467
+ class RefundsRequest {
8468
+ payment_reference;
8469
+ refund_reason;
8470
+ constructor(payment_reference, refund_reason) {
8471
+ this.payment_reference = payment_reference;
8472
+ this.refund_reason = refund_reason;
8473
+ }
8474
+ }
8475
+
8444
8476
  /*
8445
8477
  * Public API Surface of payment-lib
8446
8478
  */
@@ -8449,5 +8481,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
8449
8481
  * Generated bundle index. Do not edit.
8450
8482
  */
8451
8483
 
8452
- export { PaymentLibComponent, PaymentLibModule, PaymentLibService };
8484
+ export { AddRemissionRequest, AddRetroRemissionRequest, AllocatePaymentRequest, IAllocationPaymentsRequest, IPaymentStatus, IPutNotificationRequest, IResubmitRefundRequest, IserviceRequestCardPayment, IserviceRequestPbaPayment, IssueRefundRequest, NotificationPreviewRequest, PayhubAntennaRequest, PaymentLibComponent, PaymentLibModule, PaymentLibService, PaymentToPayhubRequest, PostIssueRefundRetroRemission, PostRefundRetroRemission, RefundsRequest, UnidentifiedPaymentsRequest, UnsolicitedPaymentsRequest };
8453
8485
  //# sourceMappingURL=hmcts-ccpay-web-component.mjs.map