Skip to content

Commit

Permalink
Merge branch 'art/rename-anoncred' into sync-development
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Dec 5, 2024
2 parents d8c6d5b + c55d1d4 commit 4531d8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion acapy_agent/anoncreds/models/presentation_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class Meta:
},
),
},
name="AnoncredPresentationRequestNonRevokedSchema",
name="AnoncredsPresentationRequestNonRevokedSchema",
),
allow_none=True,
required=False,
Expand Down
4 changes: 2 additions & 2 deletions open-api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7786,7 +7786,7 @@
},
"type" : "object"
},
"AnoncredPresentationRequestNonRevoked" : {
"AnoncredsPresentationRequestNonRevoked" : {
"properties" : {
"from" : {
"description" : "Earliest time of interest in non-revocation interval",
Expand Down Expand Up @@ -7918,7 +7918,7 @@
"type" : "string"
},
"non_revoked" : {
"$ref" : "#/components/schemas/AnoncredPresentationRequestNonRevoked"
"$ref" : "#/components/schemas/AnoncredsPresentationRequestNonRevoked"
},
"nonce" : {
"description" : "Nonce",
Expand Down
4 changes: 2 additions & 2 deletions open-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6417,7 +6417,7 @@
}
}
},
"AnoncredPresentationRequestNonRevoked" : {
"AnoncredsPresentationRequestNonRevoked" : {
"type" : "object",
"properties" : {
"from" : {
Expand Down Expand Up @@ -6551,7 +6551,7 @@
"description" : "Proof request name"
},
"non_revoked" : {
"$ref" : "#/definitions/AnoncredPresentationRequestNonRevoked"
"$ref" : "#/definitions/AnoncredsPresentationRequestNonRevoked"
},
"nonce" : {
"type" : "string",
Expand Down

0 comments on commit 4531d8a

Please sign in to comment.