Skip to content

Commit

Permalink
## [1.1.22] - 2023-08-09
Browse files Browse the repository at this point in the history
- Support for nested children conditions was added.
- Adding parameter `RequestBasicPwdAuth` to `RequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap` and `RequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap` struct.
  • Loading branch information
fmunoz committed Aug 9, 2023
1 parent cecdf8a commit 7f12f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.22] - 2023-08-09
- Support for nested children conditions was added.
- Adding parameter `RequestBasicPwdAuth` to `RequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap` struct.
- Adding parameter `RequestBasicPwdAuth` to `RequestAllowedProtocolsCreateAllowedProtocolAllowedProtocolsTeap` and `RequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap` struct.

## [1.1.21] - 2023-06-27
- `ResponseNetworkDeviceGroupGetNetworkDeviceGroupByNameNetworkDeviceGroup`, `ResponseNetworkDeviceGroupGetNetworkDeviceGroupByIDNetworkDeviceGroup` and `RequestNetworkDeviceGroupUpdateNetworkDeviceGroupByIDNetworkDeviceGroup` change Ndgtype TO Othername on network_device_group.go.
Expand Down
1 change: 1 addition & 0 deletions sdk/allowed_protocols.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ type RequestAllowedProtocolsUpdateAllowedProtocolByIDAllowedProtocolsTeap struct
AcceptClientCertDuringTunnelEst *bool `json:"acceptClientCertDuringTunnelEst,omitempty"` //
EnableEapChaining *bool `json:"enableEapChaining,omitempty"` //
AllowDowngradeMsk *bool `json:"allowDowngradeMsk,omitempty"` //
RequestBasicPwdAuth *bool `json:"requestBasicPwdAuth,omitempty"` //
}

type RequestAllowedProtocolsCreateAllowedProtocol struct {
Expand Down

0 comments on commit 7f12f21

Please sign in to comment.