Skip to content

Commit 1dbe1c0

Browse files
authored
🔖 1.3.0-20250506 (#246)
* :boomark: v1.3.0.post20250505 * 🔥 Deleted models * ✨ Update wallet-group plugin models didx-xyz/acapy-wallet-groups-plugin#80 * 🎨 Rename DidIndy models * 📝 Updated openapi specs * 🔧 Remove custom group-id models from postprocess script * 🔧 Update generator script - use acapy-cloud/agent:latest image, with plugin * 🔖 1.3.0-20250506 * 🎨 Rename group_id field * 🎨 Update group id description in create wallet request * 🎨 Update WalletListWithGroupId * 📝 Updated openapi specs * 🎨 * ✨ Run acapy with cheqd plugin * ✨ New Cheqd models and api methods * ✨ Add `cheqd` to supported DID methods * 📝 Updated openapi specs * 🎨 Improve regex validators
1 parent 7a2d318 commit 1dbe1c0

File tree

427 files changed

+2894
-953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+2894
-953
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"cafile",
1313
"Camenisch",
1414
"canonicalized",
15+
"cheqd",
1516
"cloudcontroller",
1617
"codegen",
1718
"conn",
@@ -67,6 +68,7 @@
6768
"subwallets",
6869
"tran",
6970
"Trustping",
71+
"VCDI",
7072
"Verkey"
7173
]
7274
}

aries_cloudcontroller/__init__.py

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
99
10-
The version of the OpenAPI document: v1.3.0rc1.post20250417
10+
The version of the OpenAPI document: v1.3.0.post20250505
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
@@ -108,12 +108,16 @@
108108
ConnectionStaticResult,
109109
ConnRecord,
110110
Constraints,
111+
CreateCheqdDIDRequest,
112+
CreateCheqdDIDResponse,
113+
CreateDidIndyRequest,
114+
CreateDidIndyResponse,
111115
CreateKeyRequest,
112116
CreateKeyResponse,
113-
CreateRequest,
114-
CreateResponse,
115117
CreateWalletRequest,
118+
CreateWalletRequestWithGroupId,
116119
CreateWalletResponse,
120+
CreateWalletResponseWithGroupId,
117121
CreateWalletTokenRequest,
118122
CreateWalletTokenResponse,
119123
CredAttrSpec,
@@ -147,8 +151,11 @@
147151
CredRevRecordResult,
148152
CredRevRecordResultSchemaAnonCreds,
149153
DataIntegrityProofOptions,
154+
DeactivateCheqdDIDRequest,
155+
DeactivateCheqdDIDResponse,
150156
DIDCreate,
151157
DIDCreateOptions,
158+
DIDDocument,
152159
DIDEndpoint,
153160
DIDEndpointWithType,
154161
DIDList,
@@ -324,6 +331,7 @@
324331
SDJWSVerifyResponse,
325332
SendMenu,
326333
SendMessage,
334+
Service,
327335
ServiceDecorator,
328336
SignatureOptions,
329337
SignedDoc,
@@ -346,10 +354,13 @@
346354
TxnOrRegisterLedgerNymResponse,
347355
TxnOrRevRegResult,
348356
TxnOrSchemaSendResult,
357+
UpdateCheqdDIDRequest,
358+
UpdateCheqdDIDResponse,
349359
UpdateKeyRequest,
350360
UpdateKeyResponse,
351361
UpdateProfileSettings,
352362
UpdateWalletRequest,
363+
UpdateWalletRequestWithGroupId,
353364
V10CredentialBoundOfferRequest,
354365
V10CredentialConnFreeOfferRequest,
355366
V10CredentialCreate,
@@ -422,6 +433,7 @@
422433
VCRecordList,
423434
VerifiableCredential,
424435
VerifiablePresentation,
436+
VerificationMethod,
425437
VerifyCredentialRequest,
426438
VerifyCredentialResponse,
427439
VerifyDiRequest,
@@ -432,9 +444,9 @@
432444
VerifyResponse,
433445
W3CCredentialsListRequest,
434446
WalletList,
435-
WalletListWithGroups,
447+
WalletListWithGroupId,
436448
WalletRecord,
437-
WalletRecordWithGroups,
449+
WalletRecordWithGroupId,
438450
WriteLedger,
439451
)
440452
from aries_cloudcontroller.util import DEFAULT_PYDANTIC_MODEL_CONFIG

aries_cloudcontroller/api/action_menu_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/anon_creds_credential_definitions_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/anon_creds_revocation_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/anon_creds_schemas_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/anon_creds_wallet_upgrade_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/basicmessage_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/connection_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/credential_definition_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/credentials_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aries_cloudcontroller/api/default_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: v1.3.0rc1.post20250417
8+
The version of the OpenAPI document: v1.3.0.post20250505
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)