Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/RekeyAttemptInitializeResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/RekeyAttemptReadProgressResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/RekeyAttemptUpdateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/RekeyVerificationCancelResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]


Expand Down
4 changes: 2 additions & 2 deletions docs/RekeyVerificationReadProgressResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]


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
22 changes: 11 additions & 11 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 All @@ -48102,7 +48102,7 @@
"type": "integer"
},
"started": {
"type": "string"
"type": "boolean"
},
"t": {
"type": "integer"
Expand All @@ -48124,7 +48124,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"pgp_fingerprints": {
Expand All @@ -48140,7 +48140,7 @@
"type": "integer"
},
"started": {
"type": "string"
"type": "boolean"
},
"t": {
"type": "integer"
Expand Down Expand Up @@ -48190,7 +48190,7 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"pgp_fingerprints": {
Expand All @@ -48206,7 +48206,7 @@
"type": "integer"
},
"started": {
"type": "string"
"type": "boolean"
},
"t": {
"type": "integer"
Expand Down Expand Up @@ -48257,14 +48257,14 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"progress": {
"type": "integer"
},
"started": {
"type": "string"
"type": "boolean"
},
"t": {
"type": "integer"
Expand All @@ -48277,14 +48277,14 @@
"n": {
"type": "integer"
},
"nounce": {
"nonce": {
"type": "string"
},
"progress": {
"type": "integer"
},
"started": {
"type": "string"
"type": "boolean"
},
"t": {
"type": "integer"
Expand All @@ -48310,7 +48310,7 @@
"complete": {
"type": "boolean"
},
"nounce": {
"nonce": {
"type": "string"
}
}
Expand Down
4 changes: 2 additions & 2 deletions schema/model_rekey_attempt_initialize_response.go

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

4 changes: 2 additions & 2 deletions 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.

4 changes: 2 additions & 2 deletions schema/model_rekey_attempt_update_response.go

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

4 changes: 2 additions & 2 deletions schema/model_rekey_verification_cancel_response.go

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

4 changes: 2 additions & 2 deletions 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.

Loading