Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
feat(vendor-mapping): add bitmovin vendor ID
Browse files Browse the repository at this point in the history
  • Loading branch information
André Niendorf committed Sep 8, 2020
1 parent 1b4c730 commit 871dbc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Array [
"VENDOR_ID_PODIGEE",
"VENDOR_NAME_GIPHY",
"VENDOR_ID_GIPHY",
"VENDOR_NAME_BITMOVIN",
"VENDOR_ID_BITMOVIN",
"VENDOR_NAME_GOOGLE_ANALYTICS",
"VENDOR_ID_GOOGLE_ANALYTICS",
"VENDOR_NAME_FLOURISH",
Expand Down
3 changes: 3 additions & 0 deletions src/vendor-mapping/custom-vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export const VENDOR_ID_PODIGEE = '5e717ad49a0b5040d5750815';
export const VENDOR_NAME_GIPHY = 'giphy';
export const VENDOR_ID_GIPHY = '5eb97863c9a2c12e5cfa5127';

export const VENDOR_NAME_BITMOVIN = 'bitmovin';
export const VENDOR_ID_BITMOVIN = '5e71764c69966540e4554f02';

export const VENDOR_NAME_GOOGLE_ANALYTICS = 'google_analytics';
export const VENDOR_ID_GOOGLE_ANALYTICS = '5e542b3a4cd8884eb41b5a72';

Expand Down

0 comments on commit 871dbc9

Please sign in to comment.