Skip to content

🔖 1.3.0-20250506 #246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 6, 2025
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"cafile",
"Camenisch",
"canonicalized",
"cheqd",
"cloudcontroller",
"codegen",
"conn",
Expand Down Expand Up @@ -67,6 +68,7 @@
"subwallets",
"tran",
"Trustping",
"VCDI",
"Verkey"
]
}
22 changes: 17 additions & 5 deletions aries_cloudcontroller/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down Expand Up @@ -108,12 +108,16 @@
ConnectionStaticResult,
ConnRecord,
Constraints,
CreateCheqdDIDRequest,
CreateCheqdDIDResponse,
CreateDidIndyRequest,
CreateDidIndyResponse,
CreateKeyRequest,
CreateKeyResponse,
CreateRequest,
CreateResponse,
CreateWalletRequest,
CreateWalletRequestWithGroupId,
CreateWalletResponse,
CreateWalletResponseWithGroupId,
CreateWalletTokenRequest,
CreateWalletTokenResponse,
CredAttrSpec,
Expand Down Expand Up @@ -147,8 +151,11 @@
CredRevRecordResult,
CredRevRecordResultSchemaAnonCreds,
DataIntegrityProofOptions,
DeactivateCheqdDIDRequest,
DeactivateCheqdDIDResponse,
DIDCreate,
DIDCreateOptions,
DIDDocument,
DIDEndpoint,
DIDEndpointWithType,
DIDList,
Expand Down Expand Up @@ -324,6 +331,7 @@
SDJWSVerifyResponse,
SendMenu,
SendMessage,
Service,
ServiceDecorator,
SignatureOptions,
SignedDoc,
Expand All @@ -346,10 +354,13 @@
TxnOrRegisterLedgerNymResponse,
TxnOrRevRegResult,
TxnOrSchemaSendResult,
UpdateCheqdDIDRequest,
UpdateCheqdDIDResponse,
UpdateKeyRequest,
UpdateKeyResponse,
UpdateProfileSettings,
UpdateWalletRequest,
UpdateWalletRequestWithGroupId,
V10CredentialBoundOfferRequest,
V10CredentialConnFreeOfferRequest,
V10CredentialCreate,
Expand Down Expand Up @@ -422,6 +433,7 @@
VCRecordList,
VerifiableCredential,
VerifiablePresentation,
VerificationMethod,
VerifyCredentialRequest,
VerifyCredentialResponse,
VerifyDiRequest,
Expand All @@ -432,9 +444,9 @@
VerifyResponse,
W3CCredentialsListRequest,
WalletList,
WalletListWithGroups,
WalletListWithGroupId,
WalletRecord,
WalletRecordWithGroups,
WalletRecordWithGroupId,
WriteLedger,
)
from aries_cloudcontroller.util import DEFAULT_PYDANTIC_MODEL_CONFIG
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/action_menu_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/anon_creds_revocation_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/anon_creds_schemas_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/anon_creds_wallet_upgrade_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/basicmessage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/connection_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/credential_definition_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/credentials_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
2 changes: 1 addition & 1 deletion aries_cloudcontroller/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: v1.3.0rc1.post20250417
The version of the OpenAPI document: v1.3.0.post20250505
Generated by OpenAPI Generator (https://openapi-generator.tech)

Do not edit the class manually.
Expand Down
Loading
Loading