Index

src/test.ts

__karma__
Type : any
context
Default value : require.context('./', true, /\.spec\.ts$/)
require
Type : any

src/app/app.constants.ts

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'

src/app/app.routes.ts

appRoutes
Default value : RouterModule.forRoot(routes)

src/app/components/atm-input/atm-input.component.ts

ATM_INPUT_VALUE_ACCESSOR
Type : any
Default value : { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => AtmInputComponent), multi: true }
DEFAULT_VALUE
Type : null
Default value : null

src/app/providers/services/clipboard.service.ts

CLIPBOARD_SERVICE_PROVIDER
Type : object
Default value : { deps: [DOCUMENT, WINDOW, [new Optional(), new SkipSelf(), ClipboardService]], provide: ClipboardService, useFactory: CLIPBOARD_SERVICE_PROVIDER_FACTORY }

src/app/providers/services/material.service.ts

componentHandler
Type : ComponentHandler

src/app/components/app-main-title/app-main-title.component.ts

CYPRESS_KEY
Type : string
Default value : 'cypress'
window
Type : any

src/app/models/session.model.ts

DEFAULT_PLAID_ENVIRONMENT
Type : string
Default value : 'DEVELOPMENT'

src/environments/environment.ts

environment
Type : object
Default value : { production: false, datadog: { clientKey: 'puba265056a8c0752142bb1173282dd256d', site: 'datadoghq.com', } }

src/environments/environment.prod.ts

environment
Type : object
Default value : { production: true, datadog: { clientKey: 'puba265056a8c0752142bb1173282dd256d', site: 'datadoghq.com', } }

src/app/components/login/login.component.ts

errorMessage
Default value : `401 Unauthorized!\nUser may not have required permissions.\nUsername or password may be incorrect.`

src/app/components/payments/payment-list/payment-list.component.ts

exportWindowLoader
Type : string
Default value : '<h3 style="text-align:center;">Please wait...</h3>'

src/app/providers/services/template.service.ts

FI_VERIFIED
Type : string
Default value : 'fiverified'

src/app/shared.module.ts

helper
Default value : new JwtHelperService()

src/app/components/timeout/timeout.service.ts

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

src/app/providers/services/plaid.service.ts

Plaid
Type : IPlaid

src/app/providers/guards/plaid.guard.ts

PLAID
Type : string
Default value : 'PLAID'

src/main.ts

providers
Type : []
Default value : [ { provide: 'BASE_URL', useFactory: getBaseUrl, deps: [] } ]
window
Type : any

src/app/providers/services/payment-status.service.ts

states
Default value : PaymentState

src/app/components/payments/payment-detail/payment-detail.vm.ts

states
Default value : PaymentState

src/app/providers/services/storage.service.ts

window
Type : any

src/app/window-token.module.ts

WINDOW
Default value : new InjectionToken<Window>('WindowToken')

results matching ""

    No results matching ""