Skip to content

Commit

Permalink
Regenerated the client
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Oct 22, 2024
1 parent abe4b13 commit 6adf49a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
- name: Publish
run: |
echo "$NPMRC" > ~/.npmrc
npm install --save-dev babel-cli
npm publish
4 changes: 3 additions & 1 deletion src/api/UtilsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ export default class UtilsApi {
if (body === undefined || body === null) {
throw new Error("Missing the required parameter 'body' when calling sql");
}

if (!('rawResponse' in opts)) {
opts['rawResponse'] = true;
}
let pathParams = {
};
let queryParams = {
Expand Down

0 comments on commit 6adf49a

Please sign in to comment.