Skip to content

Commit

Permalink
v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 23, 2024
1 parent 5399e2b commit be9ebf2
Show file tree
Hide file tree
Showing 514 changed files with 2,393 additions and 2,634 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-trees-talk.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@

-

# 3.19.0

API Docs: https://sap.github.io/cloud-sdk/api/3.19.0

## Fixed Issues

- [openapi-generator] Prevent query parameters from being optional when header parameters are required in signature. (a566fdd)

# 3.18.1

API Docs: https://sap.github.io/cloud-sdk/api/3.18.1
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version: 3.18.1
## Version: 3.19.0

The SAP Cloud SDK for JavaScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform.

Expand Down
29 changes: 11 additions & 18 deletions knowledge-base/api-reference/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
:root {
--light-hl-0: #001080;
--dark-hl-0: #9CDCFE;
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #795E26;
--dark-hl-2: #DCDCAA;
--light-hl-3: #A31515;
--dark-hl-3: #CE9178;
--dark-hl-1: #C8C8C8;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #0000FF;
--dark-hl-4: #569CD6;
--light-hl-5: #AF00DB;
--dark-hl-5: #C586C0;
--light-hl-6: #008000;
--dark-hl-6: #6A9955;
--light-hl-6: #795E26;
--dark-hl-6: #DCDCAA;
--light-hl-7: #0070C1;
--dark-hl-7: #4FC1FF;
--light-hl-8: #267F99;
--dark-hl-8: #4EC9B0;
--light-hl-9: #000000;
--dark-hl-9: #C8C8C8;
--light-hl-10: #0451A5;
--dark-hl-10: #9CDCFE;
--light-hl-9: #008000;
--dark-hl-9: #6A9955;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -36,7 +34,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -51,7 +48,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -66,7 +62,6 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -81,7 +76,6 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -95,5 +89,4 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
31 changes: 17 additions & 14 deletions knowledge-base/api-reference/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion knowledge-base/api-reference/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions knowledge-base/api-reference/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion knowledge-base/api-reference/assets/navigation.js

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

2 changes: 1 addition & 1 deletion knowledge-base/api-reference/assets/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit be9ebf2

Please sign in to comment.