Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
  • Loading branch information
app-services-ci and app-services-ci authored May 17, 2022
1 parent 88f3050 commit d336074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ export const SecurityApiAxiosParamCreator = function (configuration?: Configurat
const localVarHeaderParameter = {} as any;
const localVarQueryParameter = {} as any;

// authentication Bearer required
// http bearer authentication required
await setBearerAuthToObject(localVarHeaderParameter, configuration)



setSearchParams(localVarUrlObj, localVarQueryParameter);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
* @interface SsoProviderAllOf
*/
export interface SsoProviderAllOf {
/**
* name of the sso provider
* @type {string}
* @memberof SsoProviderAllOf
*/
'name'?: string;
/**
* base url
* @type {string}
Expand Down

0 comments on commit d336074

Please sign in to comment.