@@ -8,50 +8,5 @@ module.exports = {
88 LOWER_ENV_FEATURE_WHITELIST : [ 'reportGeneration' ] ,
99 ADDITIONAL_DATASETS : { } ,
1010 USE_MOCK_RELEASE_CALENDAR_DATA_ON_API_FAIL : true ,
11- ADDITIONAL_ENDPOINTS : {
12- '319' : {
13- endpoint : 'v1/accounting/od/utf_account_balances' ,
14- dateField : 'eff_date' ,
15- downloadName : 'UTF_Account_Balances ' ,
16- alwaysSortWith : [ '-eff_date' , 'acct_statement' ] ,
17- apiFilter : {
18- field : 'acct_desc' ,
19- downloadLabel : 'Account' ,
20- label : 'Choose a Federal or State Account' ,
21- dataUnmatchedHeader : 'There is no data to display based on the current filters selected.' ,
22- dataUnmatchedMessage : 'Select a different account description and/or date range in order to preview the data.' ,
23- dataDefaultHeader : 'This table requires additional filters.' ,
24- dataDefaultMessage : 'Select an account in the filter section above to display the data.' ,
25- dataSearchLabel : 'Search account descriptions' ,
26- notice : `Effective Dates on Fiscal Data may differ from the published effective dates for corresponding reports on TreasuryDirect.` ,
27- fieldFilter : {
28- field : 'report_type' ,
29- value : [ 'Federal' , 'State' ] ,
30- } ,
31- } ,
32- selectColumns : [ ] ,
33- } ,
34- '320' : {
35- endpoint : 'v1/accounting/od/utf_transaction_subtotals' ,
36- dateField : 'eff_date' ,
37- downloadName : 'UTF_Transaction_Subtotals ' ,
38- alwaysSortWith : [ '-eff_date' , 'trans_statement' , 'trans_desc_cd' ] ,
39- apiFilter : {
40- field : 'acct_desc' ,
41- downloadLabel : 'Account' ,
42- label : 'Choose a Federal or State Account' ,
43- dataUnmatchedHeader : 'There is no data to display based on the current filters selected.' ,
44- dataUnmatchedMessage : 'Select a different account description and/or date range in order to preview the data.' ,
45- dataDefaultHeader : 'This table requires additional filters.' ,
46- dataDefaultMessage : 'Select an account in the filter section above to display the data.' ,
47- dataSearchLabel : 'Search account descriptions' ,
48- notice : `Effective Dates on Fiscal Data may differ from the published effective dates for corresponding reports on TreasuryDirect.` ,
49- fieldFilter : {
50- field : 'report_type' ,
51- value : [ 'Federal' , 'State' ] ,
52- } ,
53- } ,
54- selectColumns : [ ] ,
55- } ,
56- } ,
11+ ADDITIONAL_ENDPOINTS : { } ,
5712} ;
0 commit comments