diff --git a/docs/RekeyAttemptInitializeResponse.md b/docs/RekeyAttemptInitializeResponse.md index d1836e27..7c510cf1 100644 --- a/docs/RekeyAttemptInitializeResponse.md +++ b/docs/RekeyAttemptInitializeResponse.md @@ -7,11 +7,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Backup** | Pointer to **bool** | | [optional] **N** | Pointer to **int32** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] **PgpFingerprints** | Pointer to **[]string** | | [optional] **Progress** | Pointer to **int32** | | [optional] **Required** | Pointer to **int32** | | [optional] -**Started** | Pointer to **string** | | [optional] +**Started** | Pointer to **bool** | | [optional] **T** | Pointer to **int32** | | [optional] **VerificationNonce** | Pointer to **string** | | [optional] **VerificationRequired** | Pointer to **bool** | | [optional] diff --git a/docs/RekeyAttemptReadProgressResponse.md b/docs/RekeyAttemptReadProgressResponse.md index 23ffb962..0c6fa138 100644 --- a/docs/RekeyAttemptReadProgressResponse.md +++ b/docs/RekeyAttemptReadProgressResponse.md @@ -7,11 +7,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Backup** | Pointer to **bool** | | [optional] **N** | Pointer to **int32** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] **PgpFingerprints** | Pointer to **[]string** | | [optional] **Progress** | Pointer to **int32** | | [optional] **Required** | Pointer to **int32** | | [optional] -**Started** | Pointer to **string** | | [optional] +**Started** | Pointer to **bool** | | [optional] **T** | Pointer to **int32** | | [optional] **VerificationNonce** | Pointer to **string** | | [optional] **VerificationRequired** | Pointer to **bool** | | [optional] diff --git a/docs/RekeyAttemptUpdateResponse.md b/docs/RekeyAttemptUpdateResponse.md index 399f22f8..cad524d8 100644 --- a/docs/RekeyAttemptUpdateResponse.md +++ b/docs/RekeyAttemptUpdateResponse.md @@ -10,11 +10,11 @@ Name | Type | Description | Notes **Keys** | Pointer to **[]string** | | [optional] **KeysBase64** | Pointer to **[]string** | | [optional] **N** | Pointer to **int32** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] **PgpFingerprints** | Pointer to **[]string** | | [optional] **Progress** | Pointer to **int32** | | [optional] **Required** | Pointer to **int32** | | [optional] -**Started** | Pointer to **string** | | [optional] +**Started** | Pointer to **bool** | | [optional] **T** | Pointer to **int32** | | [optional] **VerificationNonce** | Pointer to **string** | | [optional] **VerificationRequired** | Pointer to **bool** | | [optional] diff --git a/docs/RekeyVerificationCancelResponse.md b/docs/RekeyVerificationCancelResponse.md index 5f2dd891..2481803f 100644 --- a/docs/RekeyVerificationCancelResponse.md +++ b/docs/RekeyVerificationCancelResponse.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **N** | Pointer to **int32** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] **Progress** | Pointer to **int32** | | [optional] -**Started** | Pointer to **string** | | [optional] +**Started** | Pointer to **bool** | | [optional] **T** | Pointer to **int32** | | [optional] diff --git a/docs/RekeyVerificationReadProgressResponse.md b/docs/RekeyVerificationReadProgressResponse.md index 28008ddc..15c4c36c 100644 --- a/docs/RekeyVerificationReadProgressResponse.md +++ b/docs/RekeyVerificationReadProgressResponse.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **N** | Pointer to **int32** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] **Progress** | Pointer to **int32** | | [optional] -**Started** | Pointer to **string** | | [optional] +**Started** | Pointer to **bool** | | [optional] **T** | Pointer to **int32** | | [optional] diff --git a/docs/RekeyVerificationUpdateResponse.md b/docs/RekeyVerificationUpdateResponse.md index 79eb0c62..f8a2bd97 100644 --- a/docs/RekeyVerificationUpdateResponse.md +++ b/docs/RekeyVerificationUpdateResponse.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Complete** | Pointer to **bool** | | [optional] -**Nounce** | Pointer to **string** | | [optional] +**Nonce** | Pointer to **string** | | [optional] diff --git a/openapi.json b/openapi.json index accc85f1..3c44bb54 100644 --- a/openapi.json +++ b/openapi.json @@ -48086,7 +48086,7 @@ "n": { "type": "integer" }, - "nounce": { + "nonce": { "type": "string" }, "pgp_fingerprints": { @@ -48102,7 +48102,7 @@ "type": "integer" }, "started": { - "type": "string" + "type": "boolean" }, "t": { "type": "integer" @@ -48124,7 +48124,7 @@ "n": { "type": "integer" }, - "nounce": { + "nonce": { "type": "string" }, "pgp_fingerprints": { @@ -48140,7 +48140,7 @@ "type": "integer" }, "started": { - "type": "string" + "type": "boolean" }, "t": { "type": "integer" @@ -48190,7 +48190,7 @@ "n": { "type": "integer" }, - "nounce": { + "nonce": { "type": "string" }, "pgp_fingerprints": { @@ -48206,7 +48206,7 @@ "type": "integer" }, "started": { - "type": "string" + "type": "boolean" }, "t": { "type": "integer" @@ -48257,14 +48257,14 @@ "n": { "type": "integer" }, - "nounce": { + "nonce": { "type": "string" }, "progress": { "type": "integer" }, "started": { - "type": "string" + "type": "boolean" }, "t": { "type": "integer" @@ -48277,14 +48277,14 @@ "n": { "type": "integer" }, - "nounce": { + "nonce": { "type": "string" }, "progress": { "type": "integer" }, "started": { - "type": "string" + "type": "boolean" }, "t": { "type": "integer" @@ -48310,7 +48310,7 @@ "complete": { "type": "boolean" }, - "nounce": { + "nonce": { "type": "string" } } diff --git a/schema/model_rekey_attempt_initialize_response.go b/schema/model_rekey_attempt_initialize_response.go index fe032123..437003ca 100644 --- a/schema/model_rekey_attempt_initialize_response.go +++ b/schema/model_rekey_attempt_initialize_response.go @@ -11,7 +11,7 @@ type RekeyAttemptInitializeResponse struct { N int32 `json:"n,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` PgpFingerprints []string `json:"pgp_fingerprints,omitempty"` @@ -19,7 +19,7 @@ type RekeyAttemptInitializeResponse struct { Required int32 `json:"required,omitempty"` - Started string `json:"started,omitempty"` + Started bool `json:"started,omitempty"` T int32 `json:"t,omitempty"` diff --git a/schema/model_rekey_attempt_read_progress_response.go b/schema/model_rekey_attempt_read_progress_response.go index 090b824f..7640a3c2 100644 --- a/schema/model_rekey_attempt_read_progress_response.go +++ b/schema/model_rekey_attempt_read_progress_response.go @@ -11,7 +11,7 @@ type RekeyAttemptReadProgressResponse struct { N int32 `json:"n,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` PgpFingerprints []string `json:"pgp_fingerprints,omitempty"` @@ -19,7 +19,7 @@ type RekeyAttemptReadProgressResponse struct { Required int32 `json:"required,omitempty"` - Started string `json:"started,omitempty"` + Started bool `json:"started,omitempty"` T int32 `json:"t,omitempty"` diff --git a/schema/model_rekey_attempt_update_response.go b/schema/model_rekey_attempt_update_response.go index d9d0ef54..8a75593f 100644 --- a/schema/model_rekey_attempt_update_response.go +++ b/schema/model_rekey_attempt_update_response.go @@ -17,7 +17,7 @@ type RekeyAttemptUpdateResponse struct { N int32 `json:"n,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` PgpFingerprints []string `json:"pgp_fingerprints,omitempty"` @@ -25,7 +25,7 @@ type RekeyAttemptUpdateResponse struct { Required int32 `json:"required,omitempty"` - Started string `json:"started,omitempty"` + Started bool `json:"started,omitempty"` T int32 `json:"t,omitempty"` diff --git a/schema/model_rekey_verification_cancel_response.go b/schema/model_rekey_verification_cancel_response.go index 3c26165c..bc3631a2 100644 --- a/schema/model_rekey_verification_cancel_response.go +++ b/schema/model_rekey_verification_cancel_response.go @@ -9,11 +9,11 @@ package schema type RekeyVerificationCancelResponse struct { N int32 `json:"n,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` Progress int32 `json:"progress,omitempty"` - Started string `json:"started,omitempty"` + Started bool `json:"started,omitempty"` T int32 `json:"t,omitempty"` } diff --git a/schema/model_rekey_verification_read_progress_response.go b/schema/model_rekey_verification_read_progress_response.go index 3fc09166..57f43595 100644 --- a/schema/model_rekey_verification_read_progress_response.go +++ b/schema/model_rekey_verification_read_progress_response.go @@ -9,11 +9,11 @@ package schema type RekeyVerificationReadProgressResponse struct { N int32 `json:"n,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` Progress int32 `json:"progress,omitempty"` - Started string `json:"started,omitempty"` + Started bool `json:"started,omitempty"` T int32 `json:"t,omitempty"` } diff --git a/schema/model_rekey_verification_update_response.go b/schema/model_rekey_verification_update_response.go index 9bc27742..790d927f 100644 --- a/schema/model_rekey_verification_update_response.go +++ b/schema/model_rekey_verification_update_response.go @@ -9,5 +9,5 @@ package schema type RekeyVerificationUpdateResponse struct { Complete bool `json:"complete,omitempty"` - Nounce string `json:"nounce,omitempty"` + Nonce string `json:"nonce,omitempty"` }