Skip to content

Commit ea157bc

Browse files
author
Bitmovin OpenApi Bot
committed
Updated Javascript client to v1.178.1
1 parent 769151e commit ea157bc

File tree

858 files changed

+18698
-14432
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

858 files changed

+18698
-14432
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you have any questions regarding the SDK, provided examples or our services,
3131
## Installation
3232

3333
``` bash
34-
npm install @bitmovin/api-sdk@1.177.0
34+
npm install @bitmovin/api-sdk@1.178.1
3535
```
3636

3737
## Initialization

docs/assets/highlight.css

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #267F99;
5-
--dark-hl-1: #4EC9B0;
6-
--light-hl-2: #001080;
7-
--dark-hl-2: #9CDCFE;
8-
--light-hl-3: #0000FF;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #0070C1;
11-
--dark-hl-4: #4FC1FF;
12-
--light-hl-5: #795E26;
13-
--dark-hl-5: #DCDCAA;
14-
--light-hl-6: #A31515;
15-
--dark-hl-6: #CE9178;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #267F99;
9+
--dark-hl-3: #4EC9B0;
10+
--light-hl-4: #001080;
11+
--dark-hl-4: #9CDCFE;
12+
--light-hl-5: #0000FF;
13+
--dark-hl-5: #569CD6;
14+
--light-hl-6: #0070C1;
15+
--dark-hl-6: #4FC1FF;
1616
--light-hl-7: #098658;
1717
--dark-hl-7: #B5CEA8;
18-
--light-code-background: #F5F5F5;
18+
--light-code-background: #FFFFFF;
1919
--dark-code-background: #1E1E1E;
2020
}
2121

@@ -43,7 +43,7 @@
4343
--code-background: var(--dark-code-background);
4444
} }
4545

46-
body.light {
46+
:root[data-theme='light'] {
4747
--hl-0: var(--light-hl-0);
4848
--hl-1: var(--light-hl-1);
4949
--hl-2: var(--light-hl-2);
@@ -55,7 +55,7 @@ body.light {
5555
--code-background: var(--light-code-background);
5656
}
5757

58-
body.dark {
58+
:root[data-theme='dark'] {
5959
--hl-0: var(--dark-hl-0);
6060
--hl-1: var(--dark-hl-1);
6161
--hl-2: var(--dark-hl-2);

docs/assets/main.js

+59-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)