Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages_generated/dedibox/src/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ export interface Log {
*/
group?: RpnV2Group
/**
* RPN V2 member (if appliable).
* RPN V2 member (if applicable).
*/
member?: RpnV2Member
/**
Expand Down Expand Up @@ -1619,11 +1619,11 @@ export interface BMCAccess {
*/
url: string
/**
* The login to use for the BMC (Baseboard Management Controller) access authentification.
* The login to use for the BMC (Baseboard Management Controller) access authentication.
*/
login: string
/**
* The password to use for the BMC (Baseboard Management Controller) access authentification.
* The password to use for the BMC (Baseboard Management Controller) access authentication.
*/
password: string
/**
Expand Down Expand Up @@ -2718,7 +2718,7 @@ export interface Rescue {
*/
password: string
/**
* Protocol of the resuce.
* Protocol of the rescue.
*/
protocol: RescueProtocol
}
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/iot/src/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export interface Hub {
*/
organizationId: string
/**
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certifcate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certificate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
*/
enableDeviceAutoProvisioning: boolean
/**
Expand Down
2 changes: 1 addition & 1 deletion packages_generated/kafka/src/v1alpha1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export interface NodeTypeVolumeType {
*/
description: string
/**
* Mimimum size required for the volume.
* Minimum size required for the volume.
*/
minSizeBytes: number
/**
Expand Down
Loading