@hmcts/ccpay-web-component 6.5.1-cme-779-prerelease → 6.5.3-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.
@@ -8348,10 +8348,10 @@ class PaymentLibModule {
8348
8348
  ServiceRequestComponent,
8349
8349
  NotificationPreviewComponent,
8350
8350
  CaseTransactionsComponent,
8351
- AddRemissionComponent,
8352
8351
  UnprocessedPaymentsComponent,
8353
8352
  RefundStatusComponent,
8354
- PbaPaymentComponent, i8.RpxTranslationModule], exports: [PaymentLibComponent] });
8353
+ PbaPaymentComponent,
8354
+ StatusHistoryComponent, i8.RpxTranslationModule], exports: [PaymentLibComponent] });
8355
8355
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.1", ngImport: i0, type: PaymentLibModule, providers: [
8356
8356
  { provide: LoggerService, useClass: ConsoleLoggerService },
8357
8357
  XlFileService,
@@ -8371,10 +8371,10 @@ class PaymentLibModule {
8371
8371
  ServiceRequestComponent,
8372
8372
  NotificationPreviewComponent,
8373
8373
  CaseTransactionsComponent,
8374
- AddRemissionComponent,
8375
8374
  UnprocessedPaymentsComponent,
8376
8375
  RefundStatusComponent,
8377
8376
  PbaPaymentComponent,
8377
+ StatusHistoryComponent,
8378
8378
  // BrowserAnimationsModule,
8379
8379
  // NoopAnimationsModule
8380
8380
  RpxTranslationModule.forChild()] });
@@ -8427,10 +8427,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.1", ngImpor
8427
8427
  ServiceRequestComponent,
8428
8428
  NotificationPreviewComponent,
8429
8429
  CaseTransactionsComponent,
8430
- AddRemissionComponent,
8431
8430
  UnprocessedPaymentsComponent,
8432
8431
  RefundStatusComponent,
8433
8432
  PbaPaymentComponent,
8433
+ StatusHistoryComponent,
8434
8434
  // BrowserAnimationsModule,
8435
8435
  // NoopAnimationsModule
8436
8436
  RpxTranslationModule.forChild()], providers: [
@@ -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