Skip to content

Commit

Permalink
Merge pull request #180 from okta/update_openapi_2_1_6
Browse files Browse the repository at this point in the history
Updates for openapi 2.1.6
  • Loading branch information
bogdanprodan-okta authored Nov 12, 2020
2 parents 8f8f56d + 395fe61 commit 31ba428
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 23 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
Running changelog of releases since `2.0.0-rc.4`

## v2.3.0
### New Structs
- `OpenIdConnectApplicationSettingsRefreshToken`
- `OpenIdConnectRefreshTokenRotationType`

### Bug Fixes
- `NewCustomHotpUserFactor` sets factor type to `token:htop`

### Updates
- Updates `OpenIdConnectApplicationSettingsClient` properties to include `RefreshToken *OpenIdConnectApplicationSettingsRefreshToken`

## v2.2.0
### New Structs
- `OpenIdConnectApplicationSettingsClientKeys`
Expand Down
2 changes: 1 addition & 1 deletion okta/customHotpUserFactor.go

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

2 changes: 1 addition & 1 deletion okta/okta.go

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

27 changes: 14 additions & 13 deletions okta/openIdConnectApplicationSettingsClient.go

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

24 changes: 24 additions & 0 deletions okta/openIdConnectApplicationSettingsRefreshToken.go

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

21 changes: 21 additions & 0 deletions okta/openIdConnectRefreshTokenRotationType.go

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

2 changes: 1 addition & 1 deletion openapi/generator/createdFiles.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions openapi/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ function isInstance(model) {
model.modelName == "OAuth2Scope" ||
model.modelName == "WebAuthnUserFactorProfile" ||
model.modelName == "OpenIdConnectApplicationSettingsClientKeys" ||
model.modelName == "OpenIdConnectApplicationSettingsRefreshToken" ||
model.modelName == "OAuth2ScopesMediationPolicyRuleCondition") {
return false
}
Expand Down
2 changes: 1 addition & 1 deletion openapi/generator/templates/okta.go.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)

const Version = "2.1.0"
const Version = "2.3.0"

type Client struct {
config *config
Expand Down
12 changes: 6 additions & 6 deletions openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


"@okta/openapi@~2.1.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@okta/openapi/-/openapi-2.1.2.tgz#b8bf11b0d3196553f6a6f2ac9092b2d9187d6643"
integrity sha512-rjNiV+333D4tjMG2/UklZvtwefUOk8o5YXUNoJxv2rBrj+5JQeGnojDLKboC4ccYmnlzCLlqjaMfTAYCpFBRKg==
version "2.1.6"
resolved "https://registry.yarnpkg.com/@okta/openapi/-/openapi-2.1.6.tgz#dd5b83daf3a7b22fa0cb36c1757c68f8aaa3f7f5"
integrity sha512-9Ln2TKp/tv9pq8WNOpC2wIgz4PuSWrC8YeYBdH3S5ICf9Q9wYFtk6/KF7ArCYVIs0WGGeOfd0vgJPqjvd/lvgw==
dependencies:
commander "2.9.0"
fs-extra "3.0.1"
Expand Down Expand Up @@ -356,9 +356,9 @@ swagger-parser@^8.0.4:
z-schema "^4.2.2"

uglify-js@^3.1.4:
version "3.11.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.4.tgz#b47b7ae99d4bd1dca65b53aaa69caa0909e6fadf"
integrity sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw==
version "3.11.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.11.5.tgz#d6788bc83cf35ff18ea78a65763e480803409bc6"
integrity sha512-btvv/baMqe7HxP7zJSF7Uc16h1mSfuuSplT0/qdjxseesDU+yYzH33eHBH+eMdeRXwujXspaCTooWHQVVBh09w==

universalify@^0.1.0:
version "0.1.2"
Expand Down

0 comments on commit 31ba428

Please sign in to comment.