Skip to content

Commit

Permalink
Merge pull request #261 from okta/spec-2-9-2
Browse files Browse the repository at this point in the history
Re-generate SDK using openapi spec 2.9.2
  • Loading branch information
serhiibuniak-okta authored Nov 30, 2021
2 parents 45366dd + a38c615 commit 10d8cdd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions okta/models/device_access_policy_rule_condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
# AUTO-GENERATED! DO NOT EDIT FILE DIRECTLY
# SEE CONTRIBUTOR DOCUMENTATION

from okta.okta_object import OktaObject
from okta.models.device_policy_rule_condition\
import DevicePolicyRuleCondition


class DeviceAccessPolicyRuleCondition(
OktaObject
DevicePolicyRuleCondition
):
"""
A class for DeviceAccessPolicyRuleCondition objects.
Expand Down
2 changes: 1 addition & 1 deletion openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@okta/openapi": "^2.9.1",
"@okta/openapi": "^2.9.2",
"lodash": "^4.17.15"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions openapi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@okta/openapi@^2.9.1":
"integrity" "sha512-hib3lKNFxQ+oS8ZR+eDTjSwUlGNBYMAKhcmefN3oOJJGyId+iP88r8n9VlydxZe22A0sGu9XYmWX/thG8iTv7g=="
"resolved" "https://registry.npmjs.org/@okta/openapi/-/openapi-2.9.1.tgz"
"version" "2.9.1"
"@okta/openapi@^2.9.2":
"integrity" "sha512-GhUDr7gawiGz5yGKETqReSgt6PvbKMHnFOxs4Gu/mG6tQAruJ7d42Y6ZK3JA2e0/6bBlxc7IsNfukaCVcOZALg=="
"resolved" "https://registry.npmjs.org/@okta/openapi/-/openapi-2.9.2.tgz"
"version" "2.9.2"
dependencies:
"commander" "2.9.0"
"fs-extra" "3.0.1"
Expand Down

0 comments on commit 10d8cdd

Please sign in to comment.