Skip to content

Commit

Permalink
update nounce to nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
SEANDOUGHTY committed Feb 15, 2024
1 parent 2ee2b4a commit 78f697d
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/RekeyAttemptInitializeResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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]
Expand Down
2 changes: 1 addition & 1 deletion docs/RekeyAttemptReadProgressResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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]
Expand Down
2 changes: 1 addition & 1 deletion docs/RekeyAttemptUpdateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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]
Expand Down
2 changes: 1 addition & 1 deletion docs/RekeyVerificationCancelResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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 **bool** | | [optional]
**T** | Pointer to **int32** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/RekeyVerificationReadProgressResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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 **bool** | | [optional]
**T** | Pointer to **int32** | | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/RekeyVerificationUpdateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Complete** | Pointer to **bool** | | [optional]
**Nounce** | Pointer to **string** | | [optional]
**Nonce** | Pointer to **string** | | [optional]



Expand Down
12 changes: 6 additions & 6 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -48086,7 +48086,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"pgp_fingerprints": {
Expand Down Expand Up @@ -48124,7 +48124,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"pgp_fingerprints": {
Expand Down Expand Up @@ -48190,7 +48190,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"pgp_fingerprints": {
Expand Down Expand Up @@ -48257,7 +48257,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"progress": {
Expand All @@ -48277,7 +48277,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"progress": {
Expand Down Expand Up @@ -48310,7 +48310,7 @@
"complete": {
"type": "boolean"
},
"nounce": {
"nonce": {
"type": "string"
}
}
Expand Down
2 changes: 1 addition & 1 deletion schema/model_rekey_attempt_initialize_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schema/model_rekey_attempt_read_progress_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schema/model_rekey_attempt_update_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schema/model_rekey_verification_cancel_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schema/model_rekey_verification_read_progress_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schema/model_rekey_verification_update_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78f697d

Please sign in to comment.