Skip to content

Commit

Permalink
feat: provide more exports from @fingerprintjs/fingerprintjs-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Oct 6, 2023
1 parent 73064be commit 5f8d310
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,30 @@ export { ICache, Cacheable, LocalStorageCache, SessionStorageCache, InMemoryCach
export * from './client'
export * from './global'

export { defaultEndpoint, defaultTlsEndpoint, defaultScriptUrlPattern } from '@fingerprintjs/fingerprintjs-pro'
export {
defaultEndpoint,

Check warning on line 6 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
defaultTlsEndpoint,

Check warning on line 7 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
defaultScriptUrlPattern,

Check warning on line 8 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_API_KEY_EXPIRED,

Check warning on line 9 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_API_KEY_INVALID,

Check warning on line 10 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_API_KEY_MISSING,

Check warning on line 11 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_BAD_REQUEST_FORMAT,

Check warning on line 12 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_BAD_RESPONSE_FORMAT,

Check warning on line 13 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_CLIENT_TIMEOUT,

Check warning on line 14 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_CSP_BLOCK,

Check warning on line 15 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_FORBIDDEN_ENDPOINT,

Check warning on line 16 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_FORBIDDEN_HEADER,

Check warning on line 17 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_FORBIDDEN_ORIGIN,

Check warning on line 18 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_GENERAL_SERVER_FAILURE,

Check warning on line 19 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_INSTALLATION_METHOD_RESTRICTED,

Check warning on line 20 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_INTEGRATION_FAILURE,

Check warning on line 21 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_NETWORK_ABORT,

Check warning on line 22 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_NETWORK_CONNECTION,

Check warning on line 23 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_RATE_LIMIT,

Check warning on line 24 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_SCRIPT_LOAD_FAIL,

Check warning on line 25 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_SERVER_TIMEOUT,

Check warning on line 26 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_SUBSCRIPTION_NOT_ACTIVE,

Check warning on line 27 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_UNSUPPORTED_VERSION,

Check warning on line 28 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
ERROR_WRONG_REGION,

Check warning on line 29 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
} from '@fingerprintjs/fingerprintjs-pro'
export type { Agent, LoadOptions, GetOptions, GetResult, ExtendedGetResult } from '@fingerprintjs/fingerprintjs-pro'

0 comments on commit 5f8d310

Please sign in to comment.