cat-qw-lib 2.6.52 → 2.6.53
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.
|
@@ -296,6 +296,10 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
|
|
|
296
296
|
appId: string;
|
|
297
297
|
age: string;
|
|
298
298
|
tasks: string;
|
|
299
|
+
productName: string;
|
|
300
|
+
baseRate: string;
|
|
301
|
+
monthlyPayment: string;
|
|
302
|
+
submittedDate: string;
|
|
299
303
|
};
|
|
300
304
|
export declare const FIELD_DISPLAY_NAMES: {
|
|
301
305
|
[key: string]: string;
|