Skip to content

Commit

Permalink
v0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Dec 24, 2024
1 parent 1a9d485 commit dd49f6f
Show file tree
Hide file tree
Showing 1,369 changed files with 13,594 additions and 5,948 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Introduction

> Version: **2412.1.6**
> Version: **2412.1.9**
>
> Date: **December 13, 2024**
> Date: **December 24, 2024**
---

Expand Down
4 changes: 2 additions & 2 deletions Third_Party_Code/NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
## github.com/apimatic/go-core-runtime

* Name: github.com/apimatic/go-core-runtime
* Version: v0.0.27
* License: [MIT](https://github.com/apimatic/go-core-runtime/blob/v0.0.27/LICENSE)
* Version: v0.0.28
* License: [MIT](https://github.com/apimatic/go-core-runtime/blob/v0.0.28/LICENSE)

```
MIT License
Expand Down
4 changes: 2 additions & 2 deletions doc/controllers/orgs-clients-wireless.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ SearchOrgWirelessClientSessions(
start *int,
end *int,
duration *string) (
models.ApiResponse[models.SearchWirelssClientSession],
models.ApiResponse[models.SearchWirelessClientSession],
error)
```

Expand All @@ -443,7 +443,7 @@ SearchOrgWirelessClientSessions(

## Response Type

[`models.SearchWirelssClientSession`](../../doc/models/search-wirelss-client-session.md)
[`models.SearchWirelessClientSession`](../../doc/models/search-wireless-client-session.md)

## Example Usage

Expand Down
3 changes: 0 additions & 3 deletions doc/controllers/orgs-sec-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ body := models.Secpolicy{
DefaultVlanId: models.ToPointer(models.VlanIdWithVariableContainer.FromNumber(999)),
Enabled: models.ToPointer(false),
Source: models.ToPointer(models.DynamicPskSourceEnum("cloud_psks")),
VlanIds: []models.VlanIdWithVariable{
models.VlanIdWithVariableContainer.FromNumber(1),
},
})),
DynamicVlan: models.NewOptional(models.ToPointer(models.WlanDynamicVlan{
DefaultVlanId: models.ToPointer(models.WlanDynamicVlanDefaultVlanIdDeprecatedContainer.FromNumber(999)),
Expand Down
6 changes: 0 additions & 6 deletions doc/controllers/sites-wlans.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ body := models.Wlan{
DefaultVlanId: models.ToPointer(models.VlanIdWithVariableContainer.FromNumber(999)),
Enabled: models.ToPointer(false),
Source: models.ToPointer(models.DynamicPskSourceEnum("cloud_psks")),
VlanIds: []models.VlanIdWithVariable{
models.VlanIdWithVariableContainer.FromNumber(1),
},
})),
DynamicVlan: models.NewOptional(models.ToPointer(models.WlanDynamicVlan{
DefaultVlanId: models.ToPointer(models.WlanDynamicVlanDefaultVlanIdDeprecatedContainer.FromNumber(999)),
Expand Down Expand Up @@ -864,9 +861,6 @@ body := models.Wlan{
DefaultVlanId: models.ToPointer(models.VlanIdWithVariableContainer.FromNumber(999)),
Enabled: models.ToPointer(false),
Source: models.ToPointer(models.DynamicPskSourceEnum("cloud_psks")),
VlanIds: []models.VlanIdWithVariable{
models.VlanIdWithVariableContainer.FromNumber(1),
},
})),
DynamicVlan: models.NewOptional(models.ToPointer(models.WlanDynamicVlan{
DefaultVlanId: models.ToPointer(models.WlanDynamicVlanDefaultVlanIdDeprecatedContainer.FromNumber(999)),
Expand Down
2 changes: 1 addition & 1 deletion doc/models/device-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ device gateway
| `Serial` | `*string` | Optional | device Serial |
| `ServicePolicies` | [`[]models.ServicePolicy`](../../doc/models/service-policy.md) | Optional | - |
| `SiteId` | `*uuid.UUID` | Optional | - |
| `TunnelConfigs` | [`map[string]models.TunnelConfigs`](../../doc/models/tunnel-configs.md) | Optional | Property key is the tunnel name |
| `TunnelConfigs` | [`map[string]models.TunnelConfig`](../../doc/models/tunnel-config.md) | Optional | Property key is the tunnel name |
| `TunnelProviderOptions` | [`*models.TunnelProviderOptions`](../../doc/models/tunnel-provider-options.md) | Optional | - |
| `Type` | `string` | Required, Constant | Device Type. enum: `gateway`<br>**Default**: `"gateway"` |
| `Vars` | `map[string]string` | Optional | a dictionary of name->value, the vars can then be used in Wlans. This can overwrite those from Site Vars |
Expand Down
2 changes: 1 addition & 1 deletion doc/models/deviceprofile-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gateway Template is applied to a site for gateway(s) in a site.
| `RouterId` | `*string` | Optional | auto assigned if not set |
| `RoutingPolicies` | [`map[string]models.RoutingPolicy`](../../doc/models/routing-policy.md) | Optional | Property key is the routing policy name |
| `ServicePolicies` | [`[]models.ServicePolicy`](../../doc/models/service-policy.md) | Optional | - |
| `TunnelConfigs` | [`map[string]models.TunnelConfigs`](../../doc/models/tunnel-configs.md) | Optional | Property key is the tunnel name |
| `TunnelConfigs` | [`map[string]models.TunnelConfig`](../../doc/models/tunnel-config.md) | Optional | Property key is the tunnel name |
| `TunnelProviderOptions` | [`*models.TunnelProviderOptions`](../../doc/models/tunnel-provider-options.md) | Optional | - |
| `Type` | `string` | Required, Constant | Device Type. enum: `gateway`<br>**Default**: `"gateway"` |
| `VrfConfig` | [`*models.VrfConfig`](../../doc/models/vrf-config.md) | Optional | - |
Expand Down
2 changes: 1 addition & 1 deletion doc/models/gateway-port-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gateway port config
| `LteUsername` | `*string` | Optional | if `wan_type`==`lte` |
| `Mtu` | `*int` | Optional | - |
| `Name` | `*string` | Optional | name that we'll use to derive config |
| `Networks` | `[]string` | Optional | if `usage`==`lan` |
| `Networks` | `[]string` | Optional | if `usage`==`lan`, name of the [networks]($h/Orgs%20Networks/_overview) to attach to the interface |
| `OuterVlanId` | `*int` | Optional | for Q-in-Q |
| `PoeDisabled` | `*bool` | Optional | **Default**: `false` |
| `PortNetwork` | `*string` | Optional | if `usage`==`lan` |
Expand Down
16 changes: 0 additions & 16 deletions doc/models/gateway-template-tunnel-ike-mode-enum.md

This file was deleted.

32 changes: 0 additions & 32 deletions doc/models/gateway-template-tunnel-ike-proposal.md

This file was deleted.

32 changes: 0 additions & 32 deletions doc/models/gateway-template-tunnel-ipsec-proposal.md

This file was deleted.

16 changes: 0 additions & 16 deletions doc/models/gateway-template-tunnel-mode-enum.md

This file was deleted.

50 changes: 0 additions & 50 deletions doc/models/gateway-template-tunnel-node.md

This file was deleted.

16 changes: 0 additions & 16 deletions doc/models/gateway-template-tunnel-protocol-enum.md

This file was deleted.

16 changes: 0 additions & 16 deletions doc/models/gateway-template-tunnel-version-enum.md

This file was deleted.

2 changes: 1 addition & 1 deletion doc/models/gateway-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gateway Template is applied to a site for gateway(s) in a site.
| `RouterId` | `*string` | Optional | auto assigned if not set |
| `RoutingPolicies` | [`map[string]models.RoutingPolicy`](../../doc/models/routing-policy.md) | Optional | Property key is the routing policy name |
| `ServicePolicies` | [`[]models.ServicePolicy`](../../doc/models/service-policy.md) | Optional | - |
| `TunnelConfigs` | [`map[string]models.TunnelConfigs`](../../doc/models/tunnel-configs.md) | Optional | Property key is the tunnel name |
| `TunnelConfigs` | [`map[string]models.TunnelConfig`](../../doc/models/tunnel-config.md) | Optional | Property key is the tunnel name |
| `TunnelProviderOptions` | [`*models.TunnelProviderOptions`](../../doc/models/tunnel-provider-options.md) | Optional | - |
| `Type` | [`*models.GatewayTemplateTypeEnum`](../../doc/models/gateway-template-type-enum.md) | Optional | enum: `spoke`, `standalone`<br>**Default**: `"standalone"` |
| `VrfConfig` | [`*models.VrfConfig`](../../doc/models/vrf-config.md) | Optional | - |
Expand Down
4 changes: 2 additions & 2 deletions doc/models/msp-license-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
| --- | --- | --- | --- |
| `AmendmentId` | `*string` | Optional | required if `op`==`unamend` |
| `DstOrgId` | `*uuid.UUID` | Optional | required if `op`==`amend`, destination org id |
| `Notes` | `*string` | Optional | required if `op`== `annotate` |
| `Notes` | `*string` | Optional | required if `op`==`annotate` |
| `Op` | [`models.MspLicenseActionOperationEnum`](../../doc/models/msp-license-action-operation-enum.md) | Required | enum: `amend`, `annotate`, `delete`, `unamend`<br>**Constraints**: *Minimum Length*: `1` |
| `Quantity` | `*float64` | Optional | required if `op`==`amend` |
| `SubscriptionId` | `*string` | Optional | required if `op`== `annotate`<br>**Constraints**: *Minimum Length*: `1` |
| `SubscriptionId` | `*string` | Optional | required if `op`==`annotate`<br>**Constraints**: *Minimum Length*: `1` |
| `AdditionalProperties` | `map[string]interface{}` | Optional | - |

## Example (as JSON)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# Search Wirelss Client Session
# Search Wireless Client Session

*This model accepts additional fields of type interface{}.*

## Structure

`SearchWirelssClientSession`
`SearchWirelessClientSession`

## Fields

Expand All @@ -14,7 +14,7 @@
| `End` | `float64` | Required | - |
| `Limit` | `int` | Required | - |
| `Next` | `*string` | Optional | - |
| `Results` | [`[]models.WirelssClientSession`](../../doc/models/wirelss-client-session.md) | Required | **Constraints**: *Unique Items Required* |
| `Results` | [`[]models.WirelessClientSession`](../../doc/models/wireless-client-session.md) | Required | **Constraints**: *Unique Items Required* |
| `Start` | `float64` | Required | - |
| `Total` | `int` | Required | - |
| `AdditionalProperties` | `map[string]interface{}` | Optional | - |
Expand All @@ -23,8 +23,8 @@

```json
{
"end": 51.28,
"limit": 162,
"end": 21.38,
"limit": 176,
"results": [
{
"ap": "ap8",
Expand All @@ -50,9 +50,9 @@
}
}
],
"start": 7.34,
"total": 0,
"next": "next2",
"start": 233.44,
"total": 82,
"next": "next8",
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
Expand Down
1 change: 1 addition & 0 deletions doc/models/site.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Site
| `SitegroupIds` | `[]uuid.UUID` | Optional | sitegroups this site belongs to |
| `SitetemplateId` | `models.Optional[uuid.UUID]` | Optional | Site Template ID |
| `Timezone` | `*string` | Optional | Timezone the site is at<br>**Default**: `"UTC"` |
| `Tzoffset` | `*int` | Optional | - |
| `AdditionalProperties` | `map[string]interface{}` | Optional | - |

## Example (as JSON)
Expand Down
Loading

0 comments on commit dd49f6f

Please sign in to comment.