__karma__ |
Type : any
|
context |
Default value : require.context('./', true, /\.spec\.ts$/)
|
require |
Type : any
|
ALLOWED_ROLES |
Type : []
|
Default value : ['All', 'PayToPerson']
|
AUTH_API |
Type : string
|
Default value : '../accountpay/api/auth'
|
COMBINED_API |
Type : string
|
Default value : '../accountpay/api/combined'
|
CUSTOMER_API |
Type : string
|
Default value : '../accountpay/api/customer'
|
DELIVERY_DATE_API |
Type : string
|
Default value : '../accountpay/api/deliverydates'
|
EMPTY_GUID |
Type : string
|
Default value : '00000000-0000-0000-0000-000000000000'
|
ERROR_MESSAGE |
Type : string
|
Default value : 'An unexpected error has occurred. Please wait a few minutes and try again. Contact your financial institution if this issue continues.'
|
EXPORT_TYPES |
Type : object
|
Default value : {
PDF: 'PDF',
XLS: 'XLS',
CSV: 'CSV',
}
|
GET_PAYMENTS_BY |
Type : object
|
Default value : {
SCHEDULED: true,
RECENT: false,
}
|
JWT_KEY |
Type : string
|
Default value : 'A2AJWT'
|
LIMITS_API |
Type : string
|
Default value : '../accountpay/api/limits'
|
LOCALE |
Type : string
|
Default value : 'en-us'
|
MASKLENGTH |
Type : number
|
Default value : 5
|
MULTI_FACTOR_API |
Type : string
|
Default value : '../accountpay/api/mfa'
|
ORDER_BY_DIRECTIONS |
Type : object
|
Default value : {
ASC: 'ASC',
DESC: 'DESC',
}
|
ORDER_BYS |
Type : object
|
Default value : {
PayToName: 'PayToName',
PaymentDate: 'PaymentDate',
ExpectedDeliveryDate: 'ExpectedDeliveryDate',
PayFromAccountName: 'PayFromAccountName',
Amount: 'Amount',
Memo: 'Memo',
}
|
PAYMENT_API |
Type : string
|
Default value : '../accountpay/api/payments'
|
PHONE_API |
Type : string
|
Default value : '../accountpay/api/phones'
|
PLAID_API |
Type : string
|
Default value : '../accountpay/api/plaid/accounts'
|
PLAID_API_LINK_TOKEN |
Type : string
|
Default value : '../accountpay/api/plaid/createlinktoken'
|
REPORT_API |
Type : string
|
Default value : '../accountpay/api/reports'
|
SEARCH_API |
Type : string
|
Default value : '../accountpay/api/search'
|
SESSION_API |
Type : string
|
Default value : '../accountpay/api/session'
|
STATUS_TYPES |
Type : object
|
Default value : {
INFLIGHT: 'InFlight',
PENDING: 'Pending',
PROCESSING: 'Processing',
ALLIEDHOLD: 'AlliedHold',
BANKHOLD: 'BankHold',
DONE: 'Done',
HOLD: 'Hold',
CREDITHOLD: 'CreditHold'
}
|
STORAGE_KEY |
Type : string
|
Default value : 'SESSION'
|
TEMPLATE_API |
Type : string
|
Default value : '../accountpay/api/templates'
|
appRoutes |
Default value : RouterModule.forRoot(routes)
|
ATM_INPUT_VALUE_ACCESSOR |
Type : any
|
Default value : {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => AtmInputComponent),
multi: true
}
|
DEFAULT_VALUE |
Type : null
|
Default value : null
|
CLIPBOARD_SERVICE_PROVIDER |
Type : object
|
Default value : {
deps: [DOCUMENT, WINDOW, [new Optional(), new SkipSelf(), ClipboardService]],
provide: ClipboardService,
useFactory: CLIPBOARD_SERVICE_PROVIDER_FACTORY
}
|
componentHandler |
Type : ComponentHandler
|
CYPRESS_KEY |
Type : string
|
Default value : 'cypress'
|
window |
Type : any
|
DEFAULT_PLAID_ENVIRONMENT |
Type : string
|
Default value : 'DEVELOPMENT'
|
environment |
Type : object
|
Default value : {
production: false,
datadog: {
clientKey: 'puba265056a8c0752142bb1173282dd256d',
site: 'datadoghq.com',
}
}
|
environment |
Type : object
|
Default value : {
production: true,
datadog: {
clientKey: 'puba265056a8c0752142bb1173282dd256d',
site: 'datadoghq.com',
}
}
|
errorMessage |
Default value : `401 Unauthorized!\nUser may not have required permissions.\nUsername or password may be incorrect.`
|
exportWindowLoader |
Type : string
|
Default value : '<h3 style="text-align:center;">Please wait...</h3>'
|
FI_VERIFIED |
Type : string
|
Default value : 'fiverified'
|
helper |
Default value : new JwtHelperService()
|
INACTIVE_THRESHOLD |
Default value : ONE_MINUTE * 4
|
ONE_MINUTE |
Default value : ONE_SECOND * 60
|
ONE_SECOND |
Type : number
|
Default value : 1
|
ONE_SECOND_IN_MS |
Type : number
|
Default value : 1000
|
TIMEOUT_THRESHOLD |
Default value : INACTIVE_THRESHOLD + ONE_MINUTE
|
Plaid |
Type : IPlaid
|
PLAID |
Type : string
|
Default value : 'PLAID'
|
providers |
Type : []
|
Default value : [
{ provide: 'BASE_URL', useFactory: getBaseUrl, deps: [] }
]
|
window |
Type : any
|
states |
Default value : PaymentState
|
states |
Default value : PaymentState
|
window |
Type : any
|
WINDOW |
Default value : new InjectionToken<Window>('WindowToken')
|