Commit 271515b
authored
fix(deps): Update module github.com/okta/okta-sdk-golang/v2 to v2.16.0 (#5228)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/okta/okta-sdk-golang/v2](https://togithub.com/okta/okta-sdk-golang) | require | minor | `v2.13.0` -> `v2.16.0` |
---
### Release Notes
<details>
<summary>okta/okta-sdk-golang</summary>
### [`v2.16.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2160)
[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.15.0...v2.16.0)
- All API integers, which previously had been typed as `int64`, are now typed
`*int64` so that serialization of actual `0` values are not ignored when
omitempty tags are present for serialization.
### [`v2.15.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2150)
[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.14.0...v2.15.0)
##### Additions
- Added `POST /api/v1/authenticators` for `CreateAuthenticator` method to `AuthenticatorResource` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/154](https://togithub.com/okta/okta-management-openapi-spec/pull/154)
- Added `/api/v1/apps/${applicationId}/credentials/secrets` endpoints and `ClientSecret` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/146](https://togithub.com/okta/okta-management-openapi-spec/pull/146)
- Added property `pkce_required` to the `ApplicationCredentialsOAuthClient` model by [@​monde](https://togithub.com/monde) in [https://github.com/okta/okta-management-openapi-spec/pull/145](https://togithub.com/okta/okta-management-openapi-spec/pull/145)
- Added `uiSchemaId` property to the `ProfileEnrollmentPolicyRuleAction` model by [@​emanor-okta](https://togithub.com/emanor-okta) in [https://github.com/okta/okta-management-openapi-spec/pull/144](https://togithub.com/okta/okta-management-openapi-spec/pull/144)
##### Bug fixes
- Corrected parameters order
- `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules`
- `/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}`
- By [@​monde](https://togithub.com/monde) [https://github.com/okta/okta-management-openapi-spec/pull/131](https://togithub.com/okta/okta-management-openapi-spec/pull/131)
### [`v2.14.0`](https://togithub.com/okta/okta-sdk-golang/blob/HEAD/CHANGELOG.md#v2140)
[Compare Source](https://togithub.com/okta/okta-sdk-golang/compare/v2.13.0...v2.14.0)
##### Updates
- Added property `inactivityPeriod` to `VerificationMethod` model [openapi-2.14.0](https://togithub.com/okta/okta-management-openapi-spec/releases/tag/openapi-2.14.0)
- OAuth tokens are cached regardless of what request cache manager is utilized on the client.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->1 parent 829ec97 commit 271515b
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments