Merge remote-tracking branch 'origin/dealPrefilling'
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { BillPaymentInfo } from './BillPaymentInfo';
|
||||
import type { BillPaymentStatus } from './BillPaymentStatus';
|
||||
import type { NotificationChannel } from './NotificationChannel';
|
||||
export type BillStatusUpdateRequest = {
|
||||
listenerTransactionId: number;
|
||||
channel: NotificationChannel;
|
||||
info: BillPaymentStatus;
|
||||
info: (BillPaymentInfo | BillPaymentStatus);
|
||||
};
|
||||
|
||||
|
||||
9
src/client/models/DealPrefillRequest.ts
Normal file
9
src/client/models/DealPrefillRequest.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type DealPrefillRequest = {
|
||||
oldDealId: number;
|
||||
newDealId: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user