From 3d68c5cdbc7e8b695140b3c448e86b91e39190ae Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Tue, 16 Jul 2024 22:19:17 +0000 Subject: [PATCH] feat: update client all --- .nx/workspace-data/file-map.json | 3024 +++++++++-------- .nx/workspace-data/lockfile.hash | 2 +- .nx/workspace-data/parsed-lock-file.json | 24 + .nx/workspace-data/project-graph.json | 26 + .../.openapi-generator/FILES | 3 - .../dart/iam_client/doc/CreateTokenInput.md | 5 +- clients/dart/iam_client/doc/PolicyDto.md | 2 + .../lib/model/create_token_input.dart | 23 +- .../dart/iam_client/lib/model/policy_dto.dart | 36 +- .../dart/iota_client/.openapi-generator/FILES | 2 - clients/dart/iota_client/README.md | 1 - .../dart/iota_client/doc/ListPexQueriesOK.md | 7 +- clients/dart/iota_client/doc/PexQueryApi.md | 14 +- .../doc/UpdateConfigurationByIdInput.md | 1 + clients/dart/iota_client/lib/api.dart | 1 - .../iota_client/lib/api/pex_query_api.dart | 25 +- clients/dart/iota_client/lib/api_client.dart | 2 - .../lib/model/list_pex_queries_ok.dart | 23 +- .../update_configuration_by_id_input.dart | 20 +- .../doc/AddUserToGroupInput.md | 8 +- .../doc/BlockedUsersInput.md | 8 +- .../doc/CreateGroupInput.md | 8 +- .../doc/CreateLoginConfigurationInput.md | 1 + .../lib/model/add_user_to_group_input.dart | 36 +- .../lib/model/blocked_users_input.dart | 36 +- .../lib/model/create_group_input.dart | 40 +- .../create_login_configuration_input.dart | 19 +- .../wallets_client/.openapi-generator/FILES | 3 + clients/dart/wallets_client/README.md | 1 + .../doc/SignCredentialInputDto.md | 1 + .../doc/SignCredentialResultDto.md | 6 +- ...SignCredentialResultDtoSignedCredential.md | 14 + clients/dart/wallets_client/lib/api.dart | 1 + .../dart/wallets_client/lib/api_client.dart | 2 + .../model/invalid_did_parameter_error.dart | 6 +- .../lib/model/sign_credential_input_dto.dart | 87 +- .../lib/model/sign_credential_result_dto.dart | 4 +- ...edential_result_dto_signed_credential.dart | 101 + ...ial_result_dto_signed_credential_test.dart | 22 + .../.openapi-generator/FILES | 3 - .../models/create_token_input.py | 10 +- .../models/policy_dto.py | 6 +- .../iam_client/docs/CreateTokenInput.md | 5 +- clients/python/iam_client/docs/PolicyDto.md | 2 + .../iota_client/.openapi-generator/FILES | 2 - clients/python/iota_client/README.md | 1 - .../affinidi_tdk_iota_client/__init__.py | 1 - .../api/pex_query_api.py | 32 +- .../models/__init__.py | 1 - .../models/list_pex_queries_ok.py | 10 +- .../update_configuration_by_id_input.py | 4 +- .../iota_client/docs/ListPexQueriesOK.md | 7 +- .../python/iota_client/docs/PexQueryApi.md | 14 +- .../docs/UpdateConfigurationByIdInput.md | 1 + .../models/add_user_to_group_input.py | 8 +- .../models/blocked_users_input.py | 8 +- .../models/create_group_input.py | 12 +- .../create_login_configuration_input.py | 4 +- .../docs/AddUserToGroupInput.md | 8 +- .../docs/BlockedUsersInput.md | 8 +- .../docs/CreateGroupInput.md | 8 +- .../docs/CreateLoginConfigurationInput.md | 1 + .../wallets_client/.openapi-generator/FILES | 3 + clients/python/wallets_client/README.md | 1 + .../affinidi_tdk_wallets_client/__init__.py | 1 + .../models/__init__.py | 1 + .../models/invalid_did_parameter_error.py | 4 +- .../models/sign_credential_input_dto.py | 16 +- .../models/sign_credential_result_dto.py | 10 +- ...credential_result_dto_signed_credential.py | 148 + .../docs/SignCredentialInputDto.md | 1 + .../docs/SignCredentialResultDto.md | 6 +- ...SignCredentialResultDtoSignedCredential.md | 26 + ...credential_result_dto_signed_credential.py | 52 + .../credential-issuance-client/package.json | 2 +- .../credential-verification-client/README.md | 1 - .../package.json | 2 +- clients/typescript/iam-client/README.md | 1 - clients/typescript/iam-client/api.ts | 18 + .../docs/Models/CreateTokenInput.md | 9 +- .../iam-client/docs/Models/PolicyDto.md | 2 + clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/README.md | 1 - clients/typescript/iota-client/api.ts | 61 +- .../iota-client/docs/.openapi-generator/FILES | 1 - .../iota-client/docs/Apis/PexQueryApi.md | 10 +- .../docs/Models/ListPexQueriesOK.md | 7 +- .../Models/UpdateConfigurationByIdInput.md | 1 + clients/typescript/iota-client/docs/README.md | 1 - clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/README.md | 1 - .../login-configuration-client/api.ts | 42 + .../docs/Models/AddUserToGroupInput.md | 8 +- .../docs/Models/BlockedUsersInput.md | 8 +- .../docs/Models/CreateGroupInput.md | 8 +- .../Models/CreateLoginConfigurationInput.md | 1 + .../login-configuration-client/package.json | 2 +- clients/typescript/wallets-client/README.md | 1 - clients/typescript/wallets-client/api.ts | 27 +- .../docs/.openapi-generator/FILES | 1 + .../docs/Models/SignCredentialInputDto.md | 1 + .../docs/Models/SignCredentialResultDto.md | 6 +- ...ignCredentialResultDto_signedCredential.md | 8 + .../typescript/wallets-client/docs/README.md | 1 + .../typescript/wallets-client/package.json | 2 +- package-lock.json | 29 +- 106 files changed, 2652 insertions(+), 1685 deletions(-) create mode 100644 clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md create mode 100644 clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart create mode 100644 clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart create mode 100644 clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py create mode 100644 clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md create mode 100644 clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py create mode 100644 clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json index 08f70916..159a45e0 100644 --- a/.nx/workspace-data/file-map.json +++ b/.nx/workspace-data/file-map.json @@ -35,357 +35,305 @@ }, "fileMap": { "projectFileMap": { - "@affinidi-tdk/iota-core": [ - { - "file": "libs/iota-core/.eslintrc.json", - "hash": "1750809890614186748" - }, - { - "file": "libs/iota-core/.gitignore", - "hash": "1654343886240425559" - }, - { - "file": "libs/iota-core/.npmignore", - "hash": "12822870603302115381" - }, - { - "file": "libs/iota-core/CHANGELOG.md", - "hash": "14506626152103830848" - }, - { - "file": "libs/iota-core/README.md", - "hash": "9792148159756041290" - }, - { - "file": "libs/iota-core/helpers/index.ts", - "hash": "13085024054351336276" - }, - { - "file": "libs/iota-core/helpers/iota-auth-provider.ts", - "hash": "6671631258407181963", - "deps": ["npm:@aws-sdk/client-cognito-identity"] - }, - { - "file": "libs/iota-core/index.ts", - "hash": "9030039928657923145" - }, - { - "file": "libs/iota-core/iota.ts", - "hash": "5497491287560431761" - }, - { - "file": "libs/iota-core/package-lock.json", - "hash": "9894897686119214121" - }, - { - "file": "libs/iota-core/package.json", - "hash": "13716662299853954466", - "deps": [ - "npm:@typescript-eslint/eslint-plugin@7.14.1", - "npm:@typescript-eslint/parser@7.14.1", - "npm:eslint", - "npm:eslint-config-prettier", - "npm:eslint-plugin-prettier", - "npm:jsii", - "npm:jsii-pacmak", - "npm:typescript", - "@affinidi-tdk/common", - "@affinidi-tdk/iota-client", - "npm:@aws-sdk/client-cognito-identity" - ] - }, - { - "file": "libs/iota-core/project.json", - "hash": "3817763126917309670" - } - ], - "@affinidi-tdk/credential-issuance-client": [ + "@affinidi-tdk/login-configuration-client": [ { - "file": "clients/typescript/credential-issuance-client/.gitignore", + "file": "clients/typescript/login-configuration-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-issuance-client/.npmignore", + "file": "clients/typescript/login-configuration-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", - "hash": "3349847274010049619" + "file": "clients/typescript/login-configuration-client/CHANGELOG.md", + "hash": "15338467640158097323" }, { - "file": "clients/typescript/credential-issuance-client/README.md", - "hash": "11361252138584318715" + "file": "clients/typescript/login-configuration-client/README.md", + "hash": "1883100314997818640" }, { - "file": "clients/typescript/credential-issuance-client/api.ts", - "hash": "3995331577201602665", + "file": "clients/typescript/login-configuration-client/api.ts", + "hash": "11225894088610849763", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/base.ts", - "hash": "15995471266493953236", + "file": "clients/typescript/login-configuration-client/base.ts", + "hash": "16747926869090281031", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-issuance-client/common.ts", - "hash": "9048455069558559597", + "file": "clients/typescript/login-configuration-client/common.ts", + "hash": "18202857980768004223", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/configuration.ts", - "hash": "5824441927449105890" + "file": "clients/typescript/login-configuration-client/configuration.ts", + "hash": "17640768364001282978" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", - "hash": "3793266823368198492" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", + "hash": "4512150892306820327" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", - "hash": "586622252207685577" + "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", + "hash": "211826417999458165" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", - "hash": "9948082165238710244" + "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", + "hash": "6308120419168047526" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", - "hash": "12723337465907067668" + "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", + "hash": "7726796964845646802" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", - "hash": "8878879477413906688" + "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", + "hash": "15673226820463409487" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", - "hash": "16934729056095985558" + "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", + "hash": "1998998596304502853" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", - "hash": "3417965952706054372" + "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", + "hash": "14968167471874634050" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", - "hash": "4989710874020037738" + "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", + "hash": "12028981472381019965" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", - "hash": "12312606823515636678" + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", + "hash": "13849823414408199571" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", - "hash": "16394561654416814314" + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", + "hash": "1414244720524683365" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", - "hash": "7712731945743530574" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", + "hash": "15669763115432386462" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", - "hash": "15542838750607211209" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", + "hash": "18379217938836845823" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", - "hash": "11803524025556392104" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", + "hash": "13015445726325978709" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", - "hash": "4925490216852832408" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", + "hash": "1368760751440017943" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", - "hash": "4638517111052943396" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", + "hash": "6257623641657711369" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", - "hash": "937608574670043413" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", + "hash": "4512187795552444984" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", - "hash": "5150965673490368637" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", + "hash": "4347603429047299689" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", - "hash": "7833341705449481042" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", + "hash": "10451887242916935250" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md", - "hash": "6588156635268796827" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", + "hash": "14891486953107045514" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.md", - "hash": "10987862498997550585" + "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", + "hash": "11116444372217418526" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", - "hash": "15474652345073175900" + "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", + "hash": "4945100139571376599" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", - "hash": "13639489985270972025" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", + "hash": "7457067275584979839" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", - "hash": "15252229005457613114" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", + "hash": "2001434629279341104" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", - "hash": "11079982507355133626" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", + "hash": "6459039357265454501" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", - "hash": "6406560420275345014" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", + "hash": "3707941998491139578" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", - "hash": "17510387289372567360" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", + "hash": "11390371057615918323" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", - "hash": "9105334559139468521" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", + "hash": "9827062062106347096" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", - "hash": "10081983816651387059" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", + "hash": "17409854853291538664" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", - "hash": "17564940257018403410" + "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", + "hash": "15532762300707176997" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", - "hash": "11675632441234748381" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", + "hash": "5080857325547014340" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", - "hash": "11452289139613853243" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", + "hash": "4686520207753966803" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", - "hash": "17879153843199212303" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", - "hash": "2050840754595108315" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", - "hash": "4539289264096231936" + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", + "hash": "16498421307409006817" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", - "hash": "12754276771237375400" + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", + "hash": "13871275167623793304" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", - "hash": "1116720055150595550" + "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", + "hash": "7606039821269543586" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", - "hash": "1924661391176501322" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", + "hash": "13828842892164563217" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", - "hash": "15806235769064208377" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", + "hash": "10503535986774061315" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", - "hash": "12117215729859602229" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", + "hash": "15321466031796432333" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", - "hash": "9256008060731171745" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", + "hash": "15475776983402324909" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", - "hash": "18381073156741513411" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", + "hash": "22747864508565680" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", - "hash": "10459422053344246060" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", + "hash": "13619981892024046465" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", - "hash": "271387093372129388" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", + "hash": "6709006501811674695" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", - "hash": "14145426060873867406" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", + "hash": "11537462109431281637" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", - "hash": "10965344678378350260" + "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", - "hash": "1860156611693457807" + "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", + "hash": "4930959784088992952" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", - "hash": "9182913044592817846" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", + "hash": "2179555926060989602" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", - "hash": "17396861815357039945" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", + "hash": "2108824152749288018" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", - "hash": "3457458940988351058" + "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", + "hash": "4785358361067685710" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", - "hash": "5176260030491541489" + "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", + "hash": "3904605322360145707" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", - "hash": "10915132548294328357" + "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", + "hash": "8643644109183080467" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", - "hash": "1401819099015692727" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", + "hash": "12876953554036964226" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", - "hash": "5471538394433161795" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "14238076193013934014" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", - "hash": "15096082744620703227" + "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", + "hash": "12927288365239818419" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", - "hash": "5050074996406606513" + "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", + "hash": "2660119686726151063" }, { - "file": "clients/typescript/credential-issuance-client/docs/README.md", - "hash": "2790900437805361872" + "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", + "hash": "3670336846105320965" }, { - "file": "clients/typescript/credential-issuance-client/index.ts", - "hash": "9420574639687458874" + "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" }, { - "file": "clients/typescript/credential-issuance-client/package.json", - "hash": "1136908846956791526", + "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", + "hash": "10113364033065977966" + }, + { + "file": "clients/typescript/login-configuration-client/docs/README.md", + "hash": "18428175335345609865" + }, + { + "file": "clients/typescript/login-configuration-client/index.ts", + "hash": "17604494128934036763" + }, + { + "file": "clients/typescript/login-configuration-client/package.json", + "hash": "3386776067037058349", "deps": [ "npm:@types/node@18.19.31", "npm:typescript@4.9.5", @@ -395,505 +343,325 @@ ] }, { - "file": "clients/typescript/credential-issuance-client/project.json", - "hash": "10135124330372524243" + "file": "clients/typescript/login-configuration-client/project.json", + "hash": "13049922653240685091" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", + "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "file": "clients/typescript/login-configuration-client/tsconfig.json", "hash": "13354068531430747784" } ], - "@affinidi-tdk/iota-client": [ - { - "file": "clients/typescript/iota-client/.gitignore", - "hash": "14183275266285273190" - }, - { - "file": "clients/typescript/iota-client/.npmignore", - "hash": "12459326339142627036" - }, - { - "file": "clients/typescript/iota-client/.openapi-generator-ignore", - "hash": "3577137087323931601" - }, - { - "file": "clients/typescript/iota-client/.openapi-generator/FILES", - "hash": "10359846699431722078" - }, - { - "file": "clients/typescript/iota-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" - }, - { - "file": "clients/typescript/iota-client/CHANGELOG.md", - "hash": "1070157929916350371" - }, - { - "file": "clients/typescript/iota-client/README.md", - "hash": "1310553644360178917" - }, - { - "file": "clients/typescript/iota-client/api.ts", - "hash": "3804658855755312352", - "deps": ["npm:axios"] - }, - { - "file": "clients/typescript/iota-client/base.ts", - "hash": "18322563984760913600", - "deps": ["npm:axios", "npm:axios-retry"] - }, - { - "file": "clients/typescript/iota-client/common.ts", - "hash": "5422541999315110772", - "deps": ["npm:axios"] - }, - { - "file": "clients/typescript/iota-client/configuration.ts", - "hash": "2313285651424429746" - }, - { - "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" - }, - { - "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", - "hash": "15266817594851707366" - }, - { - "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" - }, - { - "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", - "hash": "5829430633149244536" - }, - { - "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", - "hash": "610401899494121831" - }, - { - "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", - "hash": "13674751216753411812" - }, - { - "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", - "hash": "17451675836420090573" - }, - { - "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", - "hash": "3190871205310371834" - }, - { - "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", - "hash": "13982956071880135739" - }, - { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", - "hash": "7291359259218164942" - }, - { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", - "hash": "10397429574906556759" - }, - { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", - "hash": "9516508075788364006" - }, - { - "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", - "hash": "1494937820434377612" - }, - { - "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", - "hash": "17342304670897445909" - }, - { - "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", - "hash": "2059894785129823357" - }, - { - "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", - "hash": "2248508866797628898" - }, - { - "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", - "hash": "17823514374472358995" - }, - { - "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", - "hash": "9087365743387113504" - }, - { - "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", - "hash": "3410072254142146326" - }, - { - "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", - "hash": "4312461681816549805" - }, - { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", - "hash": "16950081424990277335" - }, - { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "10659008443512271983" - }, - { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", - "hash": "6885025837841460788" - }, - { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", - "hash": "5480948961177258840" - }, - { - "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", - "hash": "4812824010475104965" - }, - { - "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", - "hash": "12425814506572249709" - }, - { - "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", - "hash": "12583513041492552712" - }, - { - "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", - "hash": "5160431719024819176" - }, - { - "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", - "hash": "7124646951388259482" - }, - { - "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", - "hash": "16767079896090281257" - }, - { - "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", - "hash": "14240205735513727170" - }, + "@affinidi-tdk/iota-core": [ { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", - "hash": "17394983123361233329" + "file": "libs/iota-core/.eslintrc.json", + "hash": "1750809890614186748" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", - "hash": "1719682544482275872" + "file": "libs/iota-core/.gitignore", + "hash": "1654343886240425559" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", - "hash": "7074836074422563129" + "file": "libs/iota-core/.npmignore", + "hash": "12822870603302115381" }, { - "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", - "hash": "7412651357319803230" + "file": "libs/iota-core/CHANGELOG.md", + "hash": "17692757931946007829" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", - "hash": "3729881655860630133" + "file": "libs/iota-core/README.md", + "hash": "9792148159756041290" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", - "hash": "8314621549800884596" + "file": "libs/iota-core/helpers/index.ts", + "hash": "13085024054351336276" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", - "hash": "5951837345319734802" + "file": "libs/iota-core/helpers/iota-auth-provider.ts", + "hash": "6671631258407181963", + "deps": ["npm:@aws-sdk/client-cognito-identity"] }, { - "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", - "hash": "3059534489571722568" + "file": "libs/iota-core/index.ts", + "hash": "9030039928657923145" }, { - "file": "clients/typescript/iota-client/docs/README.md", - "hash": "634161450694591765" + "file": "libs/iota-core/iota.ts", + "hash": "5497491287560431761" }, { - "file": "clients/typescript/iota-client/index.ts", - "hash": "9526365853822366694" + "file": "libs/iota-core/package-lock.json", + "hash": "9894897686119214121" }, { - "file": "clients/typescript/iota-client/package.json", - "hash": "6620832647241236055", + "file": "libs/iota-core/package.json", + "hash": "8376960884351482930", "deps": [ - "npm:@types/node@18.19.33", - "npm:typescript@4.9.5", - "npm:axios", - "npm:axios-retry", - "npm:url" - ] - }, - { - "file": "clients/typescript/iota-client/project.json", - "hash": "17100522076446086117" - }, - { - "file": "clients/typescript/iota-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:typescript", + "@affinidi-tdk/common", + "@affinidi-tdk/iota-client", + "npm:@aws-sdk/client-cognito-identity" + ] }, { - "file": "clients/typescript/iota-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "libs/iota-core/project.json", + "hash": "3817763126917309670" } ], - "@affinidi-tdk/iam-client": [ + "@affinidi-tdk/credential-verification-client": [ { - "file": "clients/typescript/iam-client/.gitignore", + "file": "clients/typescript/credential-verification-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/iam-client/.npmignore", + "file": "clients/typescript/credential-verification-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/iam-client/.openapi-generator-ignore", + "file": "clients/typescript/credential-verification-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/iam-client/.openapi-generator/FILES", + "file": "clients/typescript/credential-verification-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/iam-client/.openapi-generator/VERSION", + "file": "clients/typescript/credential-verification-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/iam-client/CHANGELOG.md", - "hash": "18299692853281528447" + "file": "clients/typescript/credential-verification-client/CHANGELOG.md", + "hash": "4403536223278086199" }, { - "file": "clients/typescript/iam-client/README.md", - "hash": "9260886743276765633" + "file": "clients/typescript/credential-verification-client/README.md", + "hash": "16270718440166771579" }, { - "file": "clients/typescript/iam-client/api.ts", - "hash": "5083560155686585216", + "file": "clients/typescript/credential-verification-client/api.ts", + "hash": "13092177238765188373", "deps": ["npm:axios"] }, { - "file": "clients/typescript/iam-client/base.ts", - "hash": "16268636243110589953", + "file": "clients/typescript/credential-verification-client/base.ts", + "hash": "4664134441643790375", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/iam-client/common.ts", - "hash": "13786165532056273276", + "file": "clients/typescript/credential-verification-client/common.ts", + "hash": "14532153793119355119", "deps": ["npm:axios"] }, { - "file": "clients/typescript/iam-client/configuration.ts", - "hash": "5991743247633140926" + "file": "clients/typescript/credential-verification-client/configuration.ts", + "hash": "15219341787828890273" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator/FILES", - "hash": "17887570298762221381" + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/FILES", + "hash": "17728437533343232126" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/iam-client/docs/Apis/ConsumerAuthApi.md", - "hash": "2654573353559537698" - }, - { - "file": "clients/typescript/iam-client/docs/Apis/DefaultApi.md", - "hash": "8328208903791034845" - }, - { - "file": "clients/typescript/iam-client/docs/Apis/PoliciesApi.md", - "hash": "12474140967726192710" + "file": "clients/typescript/credential-verification-client/docs/Apis/DefaultApi.md", + "hash": "16271472219152260234" }, { - "file": "clients/typescript/iam-client/docs/Apis/ProjectsApi.md", - "hash": "15175034492163728932" + "file": "clients/typescript/credential-verification-client/docs/Apis/VerifierApi.md", + "hash": "5613581142932322635" }, { - "file": "clients/typescript/iam-client/docs/Apis/StsApi.md", - "hash": "13097167279352993097" + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints.md", + "hash": "8224422380174649373" }, { - "file": "clients/typescript/iam-client/docs/Apis/TokensApi.md", - "hash": "13372129004354478224" + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints_statuses.md", + "hash": "11754991742460978478" }, { - "file": "clients/typescript/iam-client/docs/Apis/WellKnownApi.md", - "hash": "14092365774479672777" + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements.md", + "hash": "14330880183898288431" }, { - "file": "clients/typescript/iam-client/docs/Models/ActionForbiddenError.md", - "hash": "2952631083003383170" + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements_constraints.md", + "hash": "8897853414596004774" }, { - "file": "clients/typescript/iam-client/docs/Models/AddUserToProjectInput.md", - "hash": "15862011479660908574" + "file": "clients/typescript/credential-verification-client/docs/Models/Descriptor.md", + "hash": "17822764417879118028" }, { - "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointInput.md", - "hash": "17833801435420557058" + "file": "clients/typescript/credential-verification-client/docs/Models/Error.md", + "hash": "11696982563022663662" }, { - "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointOutput.md", - "hash": "5329472828059994829" + "file": "clients/typescript/credential-verification-client/docs/Models/ErrorDetail.md", + "hash": "7669479793983699610" }, { - "file": "clients/typescript/iam-client/docs/Models/CorsConsumerAuthTokenEndpointOK.md", - "hash": "3934073926426320180" + "file": "clients/typescript/credential-verification-client/docs/Models/EvaluateVpOutput.md", + "hash": "12475659337961752501" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectInput.md", - "hash": "7241858512435569958" + "file": "clients/typescript/credential-verification-client/docs/Models/Field.md", + "hash": "16344232550088731177" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenInput.md", - "hash": "15985965139887295328" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter.md", + "hash": "11167115346625919395" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenOutput.md", - "hash": "7526583102489488559" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter__const.md", + "hash": "5465549425201085648" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateTokenInput.md", - "hash": "10351416077215097202" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter_items.md", + "hash": "18223580326040500803" }, { - "file": "clients/typescript/iam-client/docs/Models/InvalidJwtTokenError.md", - "hash": "2433315368753809215" + "file": "clients/typescript/credential-verification-client/docs/Models/Format.md", + "hash": "11947223783130053517" }, { - "file": "clients/typescript/iam-client/docs/Models/InvalidParameterError.md", - "hash": "14998073043207893911" + "file": "clients/typescript/credential-verification-client/docs/Models/HolderSubject.md", + "hash": "6400036786891960487" }, { - "file": "clients/typescript/iam-client/docs/Models/JsonWebKeyDto.md", - "hash": "16571928489955572714" + "file": "clients/typescript/credential-verification-client/docs/Models/InputDescriptor.md", + "hash": "1521852140025933668" }, { - "file": "clients/typescript/iam-client/docs/Models/JsonWebKeySetDto.md", - "hash": "11555222875916328126" + "file": "clients/typescript/credential-verification-client/docs/Models/InvalidParameterError.md", + "hash": "18109804642551374587" }, { - "file": "clients/typescript/iam-client/docs/Models/NotFoundError.md", - "hash": "346108356057994109" + "file": "clients/typescript/credential-verification-client/docs/Models/JwtObject.md", + "hash": "9242833626317168008" }, { - "file": "clients/typescript/iam-client/docs/Models/PolicyDto.md", - "hash": "876645430797968486" + "file": "clients/typescript/credential-verification-client/docs/Models/LdpObject.md", + "hash": "18051787134290449466" }, { - "file": "clients/typescript/iam-client/docs/Models/PolicyStatementDto.md", - "hash": "17869850671685749714" + "file": "clients/typescript/credential-verification-client/docs/Models/NestedDescriptor.md", + "hash": "5095821010106267341" }, { - "file": "clients/typescript/iam-client/docs/Models/PrincipalCannotBeDeletedError.md", - "hash": "5880005468914584904" + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError.md", + "hash": "14826341536175237046" }, { - "file": "clients/typescript/iam-client/docs/Models/PrincipalDoesNotBelongToProjectError.md", - "hash": "1880440894527496686" + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError_details_inner.md", + "hash": "11188843582803631812" }, { - "file": "clients/typescript/iam-client/docs/Models/ProjectDto.md", - "hash": "9851497781494205807" + "file": "clients/typescript/credential-verification-client/docs/Models/PdStatus.md", + "hash": "14234197120251605767" }, { - "file": "clients/typescript/iam-client/docs/Models/ProjectList.md", - "hash": "16212273706386174321" + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationDefinition.md", + "hash": "6682461980782141936" }, { - "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse.md", - "hash": "10258930677192710152" + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationSubmission.md", + "hash": "7918858808457628641" }, { - "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "13740777870771033595" + "file": "clients/typescript/credential-verification-client/docs/Models/SubmissionRequirement.md", + "hash": "16814609779003909852" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenAuthenticationMethodDto.md", - "hash": "10947705166176961867" + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtInput.md", + "hash": "5012746736675119806" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenDto.md", - "hash": "902683891268469052" + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtOutput.md", + "hash": "4649432631695926336" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenList.md", - "hash": "10185809488858004313" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialInput.md", + "hash": "4852323625344989290" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto.md", - "hash": "17394057459999019962" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialOutput.md", + "hash": "18445926908838640276" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo.md", - "hash": "8793961127053825535" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationInput.md", + "hash": "15525507599283799450" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf.md", - "hash": "7480535207514997551" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput.md", + "hash": "16412914757573683500" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf_1.md", - "hash": "14101884274431289842" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput_errors.md", + "hash": "790734790880850487" }, { - "file": "clients/typescript/iam-client/docs/Models/TypedPricipalId.md", - "hash": "3331516066116530064" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential.md", + "hash": "1255942477727011146" }, { - "file": "clients/typescript/iam-client/docs/Models/UnauthorizedError.md", - "hash": "13323257592954864924" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredentialStatus.md", + "hash": "326333964494403746" }, { - "file": "clients/typescript/iam-client/docs/Models/UnexpectedError.md", - "hash": "8236404738409020527" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSchema.md", + "hash": "4026463945030341819" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateProjectInput.md", - "hash": "15560023698370463669" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSubject.md", + "hash": "6263626771967494536" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateTokenInput.md", - "hash": "10086357874950164841" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_holder.md", + "hash": "5940680681404620354" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateTokenPrivateKeyAuthenticationMethodDto.md", - "hash": "2061502801307098533" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation.md", + "hash": "1382632681900291992" }, { - "file": "clients/typescript/iam-client/docs/Models/UserDto.md", - "hash": "18029660002221635081" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context.md", + "hash": "9526759451030296791" }, { - "file": "clients/typescript/iam-client/docs/Models/UserList.md", - "hash": "14674505333630900546" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context_oneOf_inner.md", + "hash": "8414847368173539854" }, { - "file": "clients/typescript/iam-client/docs/Models/WhoamiDto.md", - "hash": "13561535035216613939" + "file": "clients/typescript/credential-verification-client/docs/Models/W3cProof.md", + "hash": "9553238231345071549" }, { - "file": "clients/typescript/iam-client/docs/README.md", - "hash": "4087276496145948194" + "file": "clients/typescript/credential-verification-client/docs/README.md", + "hash": "9736888282698778045" }, { - "file": "clients/typescript/iam-client/index.ts", - "hash": "15734800625251011830" + "file": "clients/typescript/credential-verification-client/index.ts", + "hash": "11338016225391964899" }, { - "file": "clients/typescript/iam-client/package.json", - "hash": "13450963915099595037", + "file": "clients/typescript/credential-verification-client/package.json", + "hash": "43555723217872571", "deps": [ "npm:@types/node@18.19.31", "npm:typescript@4.9.5", @@ -903,653 +671,669 @@ ] }, { - "file": "clients/typescript/iam-client/project.json", - "hash": "12990657282313349677" + "file": "clients/typescript/credential-verification-client/project.json", + "hash": "292531990563144806" }, { - "file": "clients/typescript/iam-client/tsconfig.esm.json", + "file": "clients/typescript/credential-verification-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/iam-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/credential-verification-client/tsconfig.json", + "hash": "13354068531430747784" } ], - "@affinidi-tdk/iota-browser": [ + "@affinidi-tdk/iota-client": [ { - "file": "libs/iota-browser/.eslintrc.json", - "hash": "1750809890614186748" + "file": "clients/typescript/iota-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "libs/iota-browser/.gitignore", - "hash": "6505681825785332825" + "file": "clients/typescript/iota-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "libs/iota-browser/.npmignore", - "hash": "13416941849267755969" + "file": "clients/typescript/iota-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "libs/iota-browser/CHANGELOG.md", - "hash": "15210343095268499485" + "file": "clients/typescript/iota-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "libs/iota-browser/README.md", - "hash": "15995057680214185445" + "file": "clients/typescript/iota-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "libs/iota-browser/package-lock.json", - "hash": "6686562311803803373" + "file": "clients/typescript/iota-client/CHANGELOG.md", + "hash": "8582654973879931266" }, { - "file": "libs/iota-browser/package.json", - "hash": "6490744243214356441", - "deps": [ - "npm:@types/uuid", - "npm:@typescript-eslint/eslint-plugin@7.14.1", - "npm:@typescript-eslint/parser@7.14.1", - "npm:esbuild", - "npm:esbuild-plugin-copy", - "npm:eslint", - "npm:eslint-config-prettier", - "npm:eslint-plugin-prettier", - "npm:fs-extra", - "npm:typescript", - "@affinidi-tdk/common", - "npm:@smithy/types", - "npm:aws-iot-device-sdk-v2", - "npm:jose", - "npm:uuid", - "npm:zod" - ] + "file": "clients/typescript/iota-client/README.md", + "hash": "364842604572357838" }, { - "file": "libs/iota-browser/project.json", - "hash": "9973445680169374108" + "file": "clients/typescript/iota-client/api.ts", + "hash": "8765803432911340754", + "deps": ["npm:axios"] }, { - "file": "libs/iota-browser/src/helpers/channel-provider.ts", - "hash": "5355431321712936449", - "deps": [ - "npm:@aws-sdk/util-utf8-browser", - "npm:@smithy/types", - "npm:aws-iot-device-sdk-v2", - "npm:jose", - "npm:uuid" - ] + "file": "clients/typescript/iota-client/base.ts", + "hash": "10806505417522268117", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "libs/iota-browser/src/helpers/index.ts", - "hash": "1567623500509272083" + "file": "clients/typescript/iota-client/common.ts", + "hash": "13422980307678446638", + "deps": ["npm:axios"] }, { - "file": "libs/iota-browser/src/helpers/response-handler.ts", - "hash": "17967389171635413019", - "deps": [ - "npm:@aws-sdk/util-utf8-browser", - "npm:aws-iot-device-sdk-v2" - ] + "file": "clients/typescript/iota-client/configuration.ts", + "hash": "7786645004484812870" }, { - "file": "libs/iota-browser/src/helpers/vault-handler.ts", - "hash": "15117836591067749504" + "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "libs/iota-browser/src/index.ts", - "hash": "17302482135842732062" + "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", + "hash": "9316288181443270673" }, { - "file": "libs/iota-browser/src/request.ts", - "hash": "7958481597133890867" + "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "libs/iota-browser/src/session.ts", - "hash": "15918759819051628865" + "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", + "hash": "10179637563003640290" }, { - "file": "libs/iota-browser/src/validators/error.ts", - "hash": "10978386070272458138" + "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", + "hash": "11975016746958418839" }, { - "file": "libs/iota-browser/src/validators/events.ts", - "hash": "11976344922797899889", - "deps": ["npm:zod"] + "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", + "hash": "2910408234551462943" }, { - "file": "libs/iota-browser/src/validators/ssi.ts", - "hash": "15856158042909631281", - "deps": ["npm:zod"] + "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", + "hash": "17729438643975339767" }, { - "file": "libs/iota-browser/tsconfig.json", - "hash": "18134444585188285237" - } - ], - "@affinidi-tdk/login-configuration-client": [ + "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", + "hash": "11181275603022684219" + }, { - "file": "clients/typescript/login-configuration-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", + "hash": "8167307877633540380" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", + "hash": "13534815773726873120" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", + "hash": "9309684510199461991" }, { - "file": "clients/typescript/login-configuration-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", + "hash": "11508575050831055245" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", + "hash": "3504125999840941595" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", + "hash": "14393404434768321086" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", + "hash": "10326045654078605519" }, { - "file": "clients/typescript/login-configuration-client/CHANGELOG.md", - "hash": "4519790572132554332" + "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", + "hash": "12275491875802613663" }, { - "file": "clients/typescript/login-configuration-client/README.md", - "hash": "9559996184660639625" + "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", + "hash": "13238663401702041445" }, { - "file": "clients/typescript/login-configuration-client/api.ts", - "hash": "1258088880563628807", - "deps": ["npm:axios"] + "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", + "hash": "3379652219236993861" }, { - "file": "clients/typescript/login-configuration-client/base.ts", - "hash": "5383038765349505722", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", + "hash": "3410072254142146326" }, { - "file": "clients/typescript/login-configuration-client/common.ts", - "hash": "4143529855569354305", - "deps": ["npm:axios"] + "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", + "hash": "10882539487039750917" }, { - "file": "clients/typescript/login-configuration-client/configuration.ts", - "hash": "14394752967426161015" + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", - "hash": "4512150892306820327" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", + "hash": "11817316623538096940" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", + "hash": "18045918701962935634" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", - "hash": "5805256341635475247" + "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", + "hash": "7446786853302365491" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", - "hash": "9680951102532754255" + "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", + "hash": "2562690024456557891" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", - "hash": "12108110521787247684" + "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", + "hash": "4678555364184959961" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", - "hash": "13520253225871591467" + "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", + "hash": "16926188554916345172" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", - "hash": "16748852284874910383" + "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", - "hash": "5040818850489786618" + "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", + "hash": "7042244132448091951" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", - "hash": "9990183755848282846" + "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", + "hash": "4325958840526176557" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", - "hash": "4001324811911035502" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", + "hash": "7293771631148833790" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", - "hash": "4428290471712702630" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", + "hash": "4904339816751847143" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", - "hash": "9623337462738960920" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", + "hash": "3702813586844439531" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", - "hash": "17859069842139110452" + "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", + "hash": "4092030910125715975" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", - "hash": "167208917540943346" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", + "hash": "7736664384809489792" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", - "hash": "8902326947319337561" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", + "hash": "13126433387532303927" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", - "hash": "8797200501390817572" + "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", + "hash": "2249997056363339104" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", - "hash": "3423290342325879710" + "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", - "hash": "16378260001283575419" + "file": "clients/typescript/iota-client/docs/README.md", + "hash": "5426124659574571122" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", - "hash": "16795637655858273375" + "file": "clients/typescript/iota-client/index.ts", + "hash": "819579751579780417" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", - "hash": "18002209521653387386" + "file": "clients/typescript/iota-client/package.json", + "hash": "4241381840610511109", + "deps": [ + "npm:@types/node@18.19.33", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", - "hash": "13588362046749074426" + "file": "clients/typescript/iota-client/project.json", + "hash": "12679259401059881125" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", - "hash": "3421460614835968456" + "file": "clients/typescript/iota-client/tsconfig.esm.json", + "hash": "7022370158318588762" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", - "hash": "14897504167588170363" + "file": "clients/typescript/iota-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/credential-issuance-client": [ + { + "file": "clients/typescript/credential-issuance-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", - "hash": "3520137151479217129" + "file": "clients/typescript/credential-issuance-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", - "hash": "5121926248552507521" + "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", - "hash": "6817976510114205762" + "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", - "hash": "16495119943236085037" + "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", - "hash": "1140075318180264396" + "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", + "hash": "6747398861456267640" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", - "hash": "10006183097057342305" + "file": "clients/typescript/credential-issuance-client/README.md", + "hash": "11361252138584318715" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", - "hash": "7088488436094147833" + "file": "clients/typescript/credential-issuance-client/api.ts", + "hash": "3995331577201602665", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", - "hash": "9713852211699020644" + "file": "clients/typescript/credential-issuance-client/base.ts", + "hash": "15995471266493953236", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", - "hash": "14132411561040986045" + "file": "clients/typescript/credential-issuance-client/common.ts", + "hash": "9048455069558559597", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", - "hash": "16950081424990277335" + "file": "clients/typescript/credential-issuance-client/configuration.ts", + "hash": "5824441927449105890" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "10659008443512271983" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", - "hash": "12509861741010587357" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", + "hash": "3793266823368198492" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", - "hash": "3640739410874705566" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", - "hash": "7066915197835472275" + "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", + "hash": "586622252207685577" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", - "hash": "6650112179364974171" + "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", + "hash": "9948082165238710244" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", - "hash": "17938895467523180900" + "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", + "hash": "12723337465907067668" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", - "hash": "7030865877108129052" + "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", + "hash": "8878879477413906688" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", - "hash": "15988469771204223265" + "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", + "hash": "16934729056095985558" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", - "hash": "14358918609361638519" + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", + "hash": "3417965952706054372" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", - "hash": "10770921841240092135" + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", + "hash": "4989710874020037738" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", - "hash": "11373970763284709346" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", + "hash": "12312606823515636678" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", - "hash": "17433074413688269811" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", + "hash": "16394561654416814314" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", - "hash": "7124646951388259482" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "7712731945743530574" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", - "hash": "8783962817969997893" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", + "hash": "15542838750607211209" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", - "hash": "18179337565117014448" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", + "hash": "11803524025556392104" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", - "hash": "13838292546920193125" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", + "hash": "4925490216852832408" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", - "hash": "17233454029610000045" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", + "hash": "4638517111052943396" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", - "hash": "4154103535885210301" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", + "hash": "937608574670043413" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", - "hash": "11504621310203208918" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", + "hash": "5150965673490368637" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", - "hash": "16224757087412961278" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", + "hash": "7833341705449481042" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "16750761376841157018" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md", + "hash": "6588156635268796827" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", - "hash": "1090137166050009772" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.md", + "hash": "10987862498997550585" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", - "hash": "14572973275482944244" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", + "hash": "15474652345073175900" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", - "hash": "117359878477112962" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", + "hash": "13639489985270972025" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", - "hash": "3059534489571722568" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", + "hash": "15252229005457613114" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", - "hash": "16862726959808170358" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", + "hash": "11079982507355133626" }, { - "file": "clients/typescript/login-configuration-client/docs/README.md", - "hash": "7652895433367263150" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", + "hash": "6406560420275345014" }, { - "file": "clients/typescript/login-configuration-client/index.ts", - "hash": "1843004672253270214" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", + "hash": "17510387289372567360" }, { - "file": "clients/typescript/login-configuration-client/package.json", - "hash": "13990258851232568389", - "deps": [ - "npm:@types/node@18.19.31", - "npm:typescript@4.9.5", - "npm:axios", - "npm:axios-retry", - "npm:url" - ] + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", + "hash": "9105334559139468521" }, { - "file": "clients/typescript/login-configuration-client/project.json", - "hash": "10659997051744722080" + "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", + "hash": "10081983816651387059" }, { - "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", + "hash": "17564940257018403410" }, { - "file": "clients/typescript/login-configuration-client/tsconfig.json", - "hash": "11552108383091034969" - } - ], - "@affinidi-tdk/wallets-client": [ + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", + "hash": "11675632441234748381" + }, { - "file": "clients/typescript/wallets-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", + "hash": "11452289139613853243" }, { - "file": "clients/typescript/wallets-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", + "hash": "17879153843199212303" }, { - "file": "clients/typescript/wallets-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", + "hash": "2050840754595108315" }, { - "file": "clients/typescript/wallets-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", + "hash": "4539289264096231936" }, { - "file": "clients/typescript/wallets-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", + "hash": "12754276771237375400" }, { - "file": "clients/typescript/wallets-client/CHANGELOG.md", - "hash": "16578924920283802518" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", + "hash": "1116720055150595550" }, { - "file": "clients/typescript/wallets-client/README.md", - "hash": "7662952584252049286" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", + "hash": "1924661391176501322" }, { - "file": "clients/typescript/wallets-client/api.ts", - "hash": "16703024355938766071", - "deps": ["npm:axios"] + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", + "hash": "15806235769064208377" }, { - "file": "clients/typescript/wallets-client/base.ts", - "hash": "18361657794576012879", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", + "hash": "12117215729859602229" }, { - "file": "clients/typescript/wallets-client/common.ts", - "hash": "17635689668048196428", - "deps": ["npm:axios"] + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", + "hash": "9256008060731171745" }, { - "file": "clients/typescript/wallets-client/configuration.ts", - "hash": "13149299121949669062" + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", + "hash": "18381073156741513411" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", + "hash": "10459422053344246060" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator/FILES", - "hash": "18159718406076086588" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", + "hash": "271387093372129388" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", + "hash": "14145426060873867406" }, { - "file": "clients/typescript/wallets-client/docs/Apis/DefaultApi.md", - "hash": "7407614339709310520" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", + "hash": "10965344678378350260" }, { - "file": "clients/typescript/wallets-client/docs/Apis/RevocationApi.md", - "hash": "16249812369365017203" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", + "hash": "1860156611693457807" }, { - "file": "clients/typescript/wallets-client/docs/Apis/WalletApi.md", - "hash": "950933794117271037" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", + "hash": "9182913044592817846" }, { - "file": "clients/typescript/wallets-client/docs/Models/CreateWalletInput.md", - "hash": "17649041758797465310" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", + "hash": "17396861815357039945" }, { - "file": "clients/typescript/wallets-client/docs/Models/CreateWalletResponse.md", - "hash": "952062848785439902" + "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", + "hash": "3457458940988351058" }, { - "file": "clients/typescript/wallets-client/docs/Models/DidKeyInputParams.md", - "hash": "6192006593193088931" + "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", + "hash": "5176260030491541489" }, { - "file": "clients/typescript/wallets-client/docs/Models/DidWebInputParams.md", - "hash": "2546548824674380561" + "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "10915132548294328357" }, { - "file": "clients/typescript/wallets-client/docs/Models/EntityNotFoundError.md", - "hash": "9482456262905448410" + "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", + "hash": "1401819099015692727" }, { - "file": "clients/typescript/wallets-client/docs/Models/GetRevocationCredentialStatusOK.md", - "hash": "16976189214843140975" + "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", + "hash": "5471538394433161795" }, { - "file": "clients/typescript/wallets-client/docs/Models/GetRevocationListCredentialResultDto.md", - "hash": "9669446765602528276" + "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", + "hash": "15096082744620703227" }, { - "file": "clients/typescript/wallets-client/docs/Models/InvalidDidParameterError.md", - "hash": "5660269009007237915" + "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", + "hash": "5050074996406606513" }, { - "file": "clients/typescript/wallets-client/docs/Models/InvalidParameterError.md", - "hash": "14998073043207893911" + "file": "clients/typescript/credential-issuance-client/docs/README.md", + "hash": "2790900437805361872" }, { - "file": "clients/typescript/wallets-client/docs/Models/KeyNotFoundError.md", - "hash": "11194657092601156466" + "file": "clients/typescript/credential-issuance-client/index.ts", + "hash": "9420574639687458874" }, { - "file": "clients/typescript/wallets-client/docs/Models/NotFoundError.md", - "hash": "346108356057994109" + "file": "clients/typescript/credential-issuance-client/package.json", + "hash": "1136908846956791526", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] }, { - "file": "clients/typescript/wallets-client/docs/Models/OperationForbiddenError.md", - "hash": "12048569244133604471" + "file": "clients/typescript/credential-issuance-client/project.json", + "hash": "10135124330372524243" }, { - "file": "clients/typescript/wallets-client/docs/Models/RevokeCredentialInput.md", - "hash": "4387508030749477723" + "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", + "hash": "7022370158318588762" }, { - "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse.md", - "hash": "10258930677192710152" + "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iota-browser": [ + { + "file": "libs/iota-browser/.eslintrc.json", + "hash": "1750809890614186748" }, { - "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "13740777870771033595" + "file": "libs/iota-browser/.gitignore", + "hash": "6505681825785332825" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md", - "hash": "2654513366244067774" + "file": "libs/iota-browser/.npmignore", + "hash": "13416941849267755969" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto_unsignedCredentialParams.md", - "hash": "11180064143745561171" + "file": "libs/iota-browser/CHANGELOG.md", + "hash": "15952119363350803150" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md", - "hash": "4480444003083860242" + "file": "libs/iota-browser/README.md", + "hash": "15995057680214185445" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignJwtToken.md", - "hash": "14045727545383702140" + "file": "libs/iota-browser/package-lock.json", + "hash": "6686562311803803373" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignJwtTokenOK.md", - "hash": "3947750902044778021" + "file": "libs/iota-browser/package.json", + "hash": "11079529546210309589", + "deps": [ + "npm:@types/uuid", + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:esbuild", + "npm:esbuild-plugin-copy", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:fs-extra", + "npm:typescript", + "@affinidi-tdk/common", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid", + "npm:zod" + ] }, { - "file": "clients/typescript/wallets-client/docs/Models/SigningFailedError.md", - "hash": "3472981140758636473" + "file": "libs/iota-browser/project.json", + "hash": "9973445680169374108" }, { - "file": "clients/typescript/wallets-client/docs/Models/UpdateWalletInput.md", - "hash": "15693518294452647898" + "file": "libs/iota-browser/src/helpers/channel-provider.ts", + "hash": "5355431321712936449", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid" + ] }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletDto.md", - "hash": "7503672890814898227" + "file": "libs/iota-browser/src/helpers/index.ts", + "hash": "1567623500509272083" }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletDto_keys_inner.md", - "hash": "6425712842697692481" + "file": "libs/iota-browser/src/helpers/response-handler.ts", + "hash": "17967389171635413019", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:aws-iot-device-sdk-v2" + ] }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletsListDto.md", - "hash": "10718239702574551793" + "file": "libs/iota-browser/src/helpers/vault-handler.ts", + "hash": "15117836591067749504" }, { - "file": "clients/typescript/wallets-client/docs/Models/signCredential_400_response.md", - "hash": "15981280830009513630" + "file": "libs/iota-browser/src/index.ts", + "hash": "17302482135842732062" }, { - "file": "clients/typescript/wallets-client/docs/README.md", - "hash": "7931200608158076948" + "file": "libs/iota-browser/src/request.ts", + "hash": "7958481597133890867" }, { - "file": "clients/typescript/wallets-client/index.ts", - "hash": "940104038226854915" + "file": "libs/iota-browser/src/session.ts", + "hash": "15918759819051628865" }, { - "file": "clients/typescript/wallets-client/package.json", - "hash": "1940929467395906087", - "deps": [ - "npm:@types/node@18.19.33", - "npm:typescript@4.9.5", - "npm:axios", - "npm:axios-retry", - "npm:url" - ] + "file": "libs/iota-browser/src/validators/error.ts", + "hash": "10978386070272458138" }, { - "file": "clients/typescript/wallets-client/project.json", - "hash": "4082741549274730516" + "file": "libs/iota-browser/src/validators/events.ts", + "hash": "11976344922797899889", + "deps": ["npm:zod"] }, { - "file": "clients/typescript/wallets-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "file": "libs/iota-browser/src/validators/ssi.ts", + "hash": "15856158042909631281", + "deps": ["npm:zod"] }, { - "file": "clients/typescript/wallets-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "libs/iota-browser/tsconfig.json", + "hash": "18134444585188285237" } ], "@affinidi-tdk/common": [ @@ -1567,7 +1351,7 @@ }, { "file": "packages/common/CHANGELOG.md", - "hash": "15571384238521755484" + "hash": "7493044425498261933" }, { "file": "packages/common/README.md", @@ -1599,7 +1383,7 @@ }, { "file": "packages/common/package.json", - "hash": "11235908631835379292", + "hash": "12785570889907162910", "deps": [ "npm:@typescript-eslint/eslint-plugin@7.14.1", "npm:@typescript-eslint/parser@7.14.1", @@ -1617,249 +1401,257 @@ "hash": "18338055837761480757" } ], - "@affinidi-tdk/credential-verification-client": [ + "@affinidi-tdk/iam-client": [ { - "file": "clients/typescript/credential-verification-client/.gitignore", + "file": "clients/typescript/iam-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-verification-client/.npmignore", + "file": "clients/typescript/iam-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator-ignore", + "file": "clients/typescript/iam-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator/FILES", + "file": "clients/typescript/iam-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator/VERSION", + "file": "clients/typescript/iam-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-verification-client/CHANGELOG.md", - "hash": "15391498962890562343" + "file": "clients/typescript/iam-client/CHANGELOG.md", + "hash": "11855981124901361737" }, { - "file": "clients/typescript/credential-verification-client/README.md", - "hash": "8408791323739652071" + "file": "clients/typescript/iam-client/README.md", + "hash": "12699949143447782408" }, { - "file": "clients/typescript/credential-verification-client/api.ts", - "hash": "12531118733458922279", + "file": "clients/typescript/iam-client/api.ts", + "hash": "8242458139565200192", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-verification-client/base.ts", - "hash": "2502418225904630705", + "file": "clients/typescript/iam-client/base.ts", + "hash": "16176249176867763958", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-verification-client/common.ts", - "hash": "3004874191317676300", + "file": "clients/typescript/iam-client/common.ts", + "hash": "9218818050140345945", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-verification-client/configuration.ts", - "hash": "850248869664535640" + "file": "clients/typescript/iam-client/configuration.ts", + "hash": "14898474330627821754" }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/iam-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/FILES", - "hash": "17728437533343232126" + "file": "clients/typescript/iam-client/docs/.openapi-generator/FILES", + "hash": "17887570298762221381" }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/iam-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-verification-client/docs/Apis/DefaultApi.md", - "hash": "10625014646968869719" + "file": "clients/typescript/iam-client/docs/Apis/ConsumerAuthApi.md", + "hash": "15142547601362732925" }, { - "file": "clients/typescript/credential-verification-client/docs/Apis/VerifierApi.md", - "hash": "5613581142932322635" + "file": "clients/typescript/iam-client/docs/Apis/DefaultApi.md", + "hash": "15453690463423686356" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Constraints.md", - "hash": "10604984596312688649" + "file": "clients/typescript/iam-client/docs/Apis/PoliciesApi.md", + "hash": "3323869997433113342" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Constraints_statuses.md", - "hash": "119045313203540157" + "file": "clients/typescript/iam-client/docs/Apis/ProjectsApi.md", + "hash": "8608008023295564680" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements.md", - "hash": "10142302308720556425" + "file": "clients/typescript/iam-client/docs/Apis/StsApi.md", + "hash": "3871410128260238070" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements_constraints.md", - "hash": "5480822043694650310" + "file": "clients/typescript/iam-client/docs/Apis/TokensApi.md", + "hash": "17002485204841661751" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Descriptor.md", - "hash": "1455745688313612276" + "file": "clients/typescript/iam-client/docs/Apis/WellKnownApi.md", + "hash": "6272635339422276140" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Error.md", - "hash": "3117986272450979302" + "file": "clients/typescript/iam-client/docs/Models/ActionForbiddenError.md", + "hash": "18007362040578073585" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ErrorDetail.md", - "hash": "10014933276310996005" + "file": "clients/typescript/iam-client/docs/Models/AddUserToProjectInput.md", + "hash": "10395463020419085379" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/EvaluateVpOutput.md", - "hash": "10592022469296117822" + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointInput.md", + "hash": "7434740617746731700" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Field.md", - "hash": "7116112144428472939" + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointOutput.md", + "hash": "16390030873666631183" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter.md", - "hash": "12331110468197246409" + "file": "clients/typescript/iam-client/docs/Models/CorsConsumerAuthTokenEndpointOK.md", + "hash": "11403998462298080312" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter__const.md", - "hash": "10081306722367534226" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectInput.md", + "hash": "8478138782864096" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter_items.md", - "hash": "4608273956122341270" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenInput.md", + "hash": "4936078722530724399" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Format.md", - "hash": "1056938400793680490" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenOutput.md", + "hash": "5434058689537105500" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CreateTokenInput.md", + "hash": "3701860621719046580" + }, + { + "file": "clients/typescript/iam-client/docs/Models/InvalidJwtTokenError.md", + "hash": "7141939819443647198" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/HolderSubject.md", - "hash": "4115540282713558417" + "file": "clients/typescript/iam-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/InputDescriptor.md", - "hash": "12446559856493928792" + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeyDto.md", + "hash": "559070550473187127" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/InvalidParameterError.md", - "hash": "14447794402334621643" + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeySetDto.md", + "hash": "11943241829305547903" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/JwtObject.md", - "hash": "16295469424433600984" + "file": "clients/typescript/iam-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/LdpObject.md", - "hash": "3632001494916730975" + "file": "clients/typescript/iam-client/docs/Models/PolicyDto.md", + "hash": "9489459275773737014" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NestedDescriptor.md", - "hash": "5648144560564205653" + "file": "clients/typescript/iam-client/docs/Models/PolicyStatementDto.md", + "hash": "3983927640894525599" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError.md", - "hash": "10989269602043425987" + "file": "clients/typescript/iam-client/docs/Models/PrincipalCannotBeDeletedError.md", + "hash": "2136979989371310049" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError_details_inner.md", - "hash": "8376127495202672039" + "file": "clients/typescript/iam-client/docs/Models/PrincipalDoesNotBelongToProjectError.md", + "hash": "17751127252176199596" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PdStatus.md", - "hash": "895405545202876072" + "file": "clients/typescript/iam-client/docs/Models/ProjectDto.md", + "hash": "17057980930395593954" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PresentationDefinition.md", - "hash": "532253943672455983" + "file": "clients/typescript/iam-client/docs/Models/ProjectList.md", + "hash": "10720001158562701191" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PresentationSubmission.md", - "hash": "10020724959820677479" + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/SubmissionRequirement.md", - "hash": "11898638205916123275" + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtInput.md", - "hash": "18126644331221769796" + "file": "clients/typescript/iam-client/docs/Models/TokenAuthenticationMethodDto.md", + "hash": "3787710443469504370" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtOutput.md", - "hash": "17229149389662572532" + "file": "clients/typescript/iam-client/docs/Models/TokenDto.md", + "hash": "15841670781399145303" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialInput.md", - "hash": "5681206504093546221" + "file": "clients/typescript/iam-client/docs/Models/TokenList.md", + "hash": "13834390305784058367" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialOutput.md", - "hash": "7647191598083178852" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto.md", + "hash": "14465105311217204612" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationInput.md", - "hash": "2713464724345693504" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo.md", + "hash": "5075308148664477607" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput.md", - "hash": "14859710180511636709" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf.md", + "hash": "8440119530435896932" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput_errors.md", - "hash": "13745676638261239006" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf_1.md", + "hash": "13267217028667685305" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential.md", - "hash": "3964019054962282621" + "file": "clients/typescript/iam-client/docs/Models/TypedPricipalId.md", + "hash": "10470985910498918780" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredentialStatus.md", - "hash": "11628537929034336334" + "file": "clients/typescript/iam-client/docs/Models/UnauthorizedError.md", + "hash": "7230130057439415406" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSchema.md", - "hash": "3284309074275908290" + "file": "clients/typescript/iam-client/docs/Models/UnexpectedError.md", + "hash": "10166084195587897115" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSubject.md", - "hash": "1685262767634922532" + "file": "clients/typescript/iam-client/docs/Models/UpdateProjectInput.md", + "hash": "16988955669950572522" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_holder.md", - "hash": "7652325312493973413" + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenInput.md", + "hash": "16792210607057227689" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation.md", - "hash": "8804954643830946474" + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenPrivateKeyAuthenticationMethodDto.md", + "hash": "17086435968657792647" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context.md", - "hash": "4722433188078292537" + "file": "clients/typescript/iam-client/docs/Models/UserDto.md", + "hash": "2865684923936987772" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context_oneOf_inner.md", - "hash": "5609291193314272403" + "file": "clients/typescript/iam-client/docs/Models/UserList.md", + "hash": "5218815472435486555" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cProof.md", - "hash": "1294008686241203898" + "file": "clients/typescript/iam-client/docs/Models/WhoamiDto.md", + "hash": "8394771788726974534" }, { - "file": "clients/typescript/credential-verification-client/docs/README.md", - "hash": "17871778661815944225" + "file": "clients/typescript/iam-client/docs/README.md", + "hash": "695824441572995833" }, { - "file": "clients/typescript/credential-verification-client/index.ts", - "hash": "13976394126788586904" + "file": "clients/typescript/iam-client/index.ts", + "hash": "17752703718533832387" }, { - "file": "clients/typescript/credential-verification-client/package.json", - "hash": "14475354776332431450", + "file": "clients/typescript/iam-client/package.json", + "hash": "770818769711808242", "deps": [ "npm:@types/node@18.19.31", "npm:typescript@4.9.5", @@ -1869,16 +1661,16 @@ ] }, { - "file": "clients/typescript/credential-verification-client/project.json", - "hash": "10674020894859573743" + "file": "clients/typescript/iam-client/project.json", + "hash": "9886125385433995733" }, { - "file": "clients/typescript/credential-verification-client/tsconfig.esm.json", + "file": "clients/typescript/iam-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/credential-verification-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/iam-client/tsconfig.json", + "hash": "13354068531430747784" } ], "@affinidi-tdk/auth-provider": [ @@ -1896,7 +1688,7 @@ }, { "file": "packages/auth-provider/CHANGELOG.md", - "hash": "15640408511624180843" + "hash": "6601577730056138125" }, { "file": "packages/auth-provider/README.md", @@ -1940,7 +1732,7 @@ }, { "file": "packages/auth-provider/package.json", - "hash": "17699616300468719432", + "hash": "4593503654906592228", "deps": [ "npm:@typescript-eslint/eslint-plugin@7.4.0", "npm:@typescript-eslint/parser@7.4.0", @@ -1966,6 +1758,218 @@ "file": "packages/auth-provider/project.json", "hash": "7766335473734343420" } + ], + "@affinidi-tdk/wallets-client": [ + { + "file": "clients/typescript/wallets-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/wallets-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/wallets-client/CHANGELOG.md", + "hash": "9483350756789546302" + }, + { + "file": "clients/typescript/wallets-client/README.md", + "hash": "16596071748196359103" + }, + { + "file": "clients/typescript/wallets-client/api.ts", + "hash": "5754618723900662411", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/wallets-client/base.ts", + "hash": "16780058893764590018", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/wallets-client/common.ts", + "hash": "15900594498005875370", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/wallets-client/configuration.ts", + "hash": "15313778429912282501" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator/FILES", + "hash": "10423347869626819873" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/DefaultApi.md", + "hash": "6405817831559156536" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/RevocationApi.md", + "hash": "13341996820022723561" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/WalletApi.md", + "hash": "1176691572936647396" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletInput.md", + "hash": "11221192023126911053" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletResponse.md", + "hash": "10248417582608205481" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/DidKeyInputParams.md", + "hash": "288217726585120740" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/DidWebInputParams.md", + "hash": "17074276860102129481" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/EntityNotFoundError.md", + "hash": "17318636471326406097" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationCredentialStatusOK.md", + "hash": "6694591988781616728" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationListCredentialResultDto.md", + "hash": "986065773918127838" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/InvalidDidParameterError.md", + "hash": "1622640426033636084" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/KeyNotFoundError.md", + "hash": "15639012012785651737" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/OperationForbiddenError.md", + "hash": "2914538603598184368" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/RevokeCredentialInput.md", + "hash": "16855176865445778669" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md", + "hash": "449074001468460377" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto_unsignedCredentialParams.md", + "hash": "10346092251564433464" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md", + "hash": "2590780018082102696" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md", + "hash": "9110788175948797007" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignJwtToken.md", + "hash": "3502821734505133824" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignJwtTokenOK.md", + "hash": "3988117821986267275" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SigningFailedError.md", + "hash": "9253508471700514269" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/UpdateWalletInput.md", + "hash": "3298720620970288677" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletDto.md", + "hash": "11096196368807354235" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletDto_keys_inner.md", + "hash": "12889750360559953749" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletsListDto.md", + "hash": "8713242098473665721" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/signCredential_400_response.md", + "hash": "10669845807794383792" + }, + { + "file": "clients/typescript/wallets-client/docs/README.md", + "hash": "16538676559672061182" + }, + { + "file": "clients/typescript/wallets-client/index.ts", + "hash": "13920605589490083836" + }, + { + "file": "clients/typescript/wallets-client/package.json", + "hash": "17514709532648327142", + "deps": [ + "npm:@types/node@18.19.33", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/wallets-client/project.json", + "hash": "8985801581962090148" + }, + { + "file": "clients/typescript/wallets-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/wallets-client/tsconfig.json", + "hash": "13354068531430747784" + } ] }, "nonProjectFiles": [ @@ -2063,7 +2067,7 @@ }, { "file": "clients/dart/credential_issuance_client/.openapi-generator/FILES", - "hash": "8503386031239673080" + "hash": "8448008349849714667" }, { "file": "clients/dart/credential_issuance_client/.openapi-generator/VERSION", @@ -2787,11 +2791,11 @@ }, { "file": "clients/dart/credential_verification_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/credential_verification_client/README.md", - "hash": "2692970446107843632" + "hash": "10683587417485710117" }, { "file": "clients/dart/credential_verification_client/analysis_options.yaml", @@ -2799,119 +2803,119 @@ }, { "file": "clients/dart/credential_verification_client/doc/Constraints.md", - "hash": "1942179304295363727" + "hash": "4766213304683887144" }, { "file": "clients/dart/credential_verification_client/doc/ConstraintsStatuses.md", - "hash": "6028439546531088287" + "hash": "10715039288475923231" }, { "file": "clients/dart/credential_verification_client/doc/CredentialRequirements.md", - "hash": "5722971506833930211" + "hash": "18131079445669944575" }, { "file": "clients/dart/credential_verification_client/doc/CredentialRequirementsConstraints.md", - "hash": "12960588473027412489" + "hash": "13590028041092591232" }, { "file": "clients/dart/credential_verification_client/doc/DefaultApi.md", - "hash": "5233970731914924197" + "hash": "14914486171807490482" }, { "file": "clients/dart/credential_verification_client/doc/Descriptor.md", - "hash": "7682991925656060640" + "hash": "13650306405357992578" }, { "file": "clients/dart/credential_verification_client/doc/Error.md", - "hash": "16255444220674298" + "hash": "12251636223693070129" }, { "file": "clients/dart/credential_verification_client/doc/ErrorDetail.md", - "hash": "5815920425971391010" + "hash": "16903623808696739696" }, { "file": "clients/dart/credential_verification_client/doc/EvaluateVpOutput.md", - "hash": "10978532914829362706" + "hash": "409125698222744370" }, { "file": "clients/dart/credential_verification_client/doc/Field.md", - "hash": "16897743826239225107" + "hash": "17427300909891541739" }, { "file": "clients/dart/credential_verification_client/doc/Filter.md", - "hash": "5935833343596846060" + "hash": "12043567341207944388" }, { "file": "clients/dart/credential_verification_client/doc/FilterConst.md", - "hash": "8510603731118537401" + "hash": "4342763130009027754" }, { "file": "clients/dart/credential_verification_client/doc/FilterItems.md", - "hash": "135987311171433592" + "hash": "17489438084830692538" }, { "file": "clients/dart/credential_verification_client/doc/Format.md", - "hash": "10793309464592312139" + "hash": "4755502120347259119" }, { "file": "clients/dart/credential_verification_client/doc/FreeFormObject.md", - "hash": "8957704917971046664" + "hash": "12022344864707789592" }, { "file": "clients/dart/credential_verification_client/doc/HolderSubject.md", - "hash": "5950145436757040761" + "hash": "507147326778480538" }, { "file": "clients/dart/credential_verification_client/doc/InputDescriptor.md", - "hash": "3684025591550730798" + "hash": "17918860495854435625" }, { "file": "clients/dart/credential_verification_client/doc/InvalidParameterError.md", - "hash": "6734115517301396956" + "hash": "11539576930075406848" }, { "file": "clients/dart/credential_verification_client/doc/JwtObject.md", - "hash": "12030371951818272278" + "hash": "11077975091961694173" }, { "file": "clients/dart/credential_verification_client/doc/LdpObject.md", - "hash": "18222490981744579316" + "hash": "14481382141017753291" }, { "file": "clients/dart/credential_verification_client/doc/NestedDescriptor.md", - "hash": "12814500700459018658" + "hash": "17672639959956468361" }, { "file": "clients/dart/credential_verification_client/doc/NotFoundError.md", - "hash": "10120957771612378548" + "hash": "8669936499675450108" }, { "file": "clients/dart/credential_verification_client/doc/NotFoundErrorDetailsInner.md", - "hash": "14769329840274959638" + "hash": "7255951611635309592" }, { "file": "clients/dart/credential_verification_client/doc/PdStatus.md", - "hash": "9816766526187717925" + "hash": "12017321571017770189" }, { "file": "clients/dart/credential_verification_client/doc/PresentationDefinition.md", - "hash": "7228512983667095942" + "hash": "11148522851260534415" }, { "file": "clients/dart/credential_verification_client/doc/PresentationSubmission.md", - "hash": "3688514082943964185" + "hash": "13974121273829425747" }, { "file": "clients/dart/credential_verification_client/doc/SubmissionRequirement.md", - "hash": "9712664603568624905" + "hash": "12837143152940777292" }, { "file": "clients/dart/credential_verification_client/doc/ValidateJwtInput.md", - "hash": "7311063950915294001" + "hash": "333563458081245319" }, { "file": "clients/dart/credential_verification_client/doc/ValidateJwtOutput.md", - "hash": "10954379087621400244" + "hash": "8371986555090487171" }, { "file": "clients/dart/credential_verification_client/doc/VerifierApi.md", @@ -2919,59 +2923,59 @@ }, { "file": "clients/dart/credential_verification_client/doc/VerifyCredentialInput.md", - "hash": "6984544070283461972" + "hash": "14055829030837933406" }, { "file": "clients/dart/credential_verification_client/doc/VerifyCredentialOutput.md", - "hash": "13783441244556629608" + "hash": "13389813571017508051" }, { "file": "clients/dart/credential_verification_client/doc/VerifyPresentationInput.md", - "hash": "17896588246785686072" + "hash": "15177432234373017132" }, { "file": "clients/dart/credential_verification_client/doc/VerifyPresentationOutput.md", - "hash": "1596254847327062419" + "hash": "15926045237049697575" }, { "file": "clients/dart/credential_verification_client/doc/VerifyPresentationOutputErrors.md", - "hash": "6745606950562372534" + "hash": "3539047163521980317" }, { "file": "clients/dart/credential_verification_client/doc/W3cCredential.md", - "hash": "10118311438919037841" + "hash": "9871637054929164491" }, { "file": "clients/dart/credential_verification_client/doc/W3cCredentialCredentialSchema.md", - "hash": "13853404187155992072" + "hash": "12787385937577747865" }, { "file": "clients/dart/credential_verification_client/doc/W3cCredentialCredentialSubject.md", - "hash": "858603691507377354" + "hash": "12403952818577334303" }, { "file": "clients/dart/credential_verification_client/doc/W3cCredentialHolder.md", - "hash": "5018695144320121949" + "hash": "15623020269854258495" }, { "file": "clients/dart/credential_verification_client/doc/W3cCredentialStatus.md", - "hash": "1219968045793946860" + "hash": "5471324604947508170" }, { "file": "clients/dart/credential_verification_client/doc/W3cPresentation.md", - "hash": "10943466378184171795" + "hash": "3082111159262133852" }, { "file": "clients/dart/credential_verification_client/doc/W3cPresentationContext.md", - "hash": "15413893003578909032" + "hash": "16051038513573862318" }, { "file": "clients/dart/credential_verification_client/doc/W3cPresentationContextOneOfInner.md", - "hash": "15944400508990694585" + "hash": "6768014493055775734" }, { "file": "clients/dart/credential_verification_client/doc/W3cProof.md", - "hash": "3258144767648415967" + "hash": "7469322891724237846" }, { "file": "clients/dart/credential_verification_client/lib/api.dart", @@ -3383,11 +3387,11 @@ }, { "file": "clients/dart/iam_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/iam_client/README.md", - "hash": "16837146167767763944" + "hash": "5067867496777737314" }, { "file": "clients/dart/iam_client/analysis_options.yaml", @@ -3395,187 +3399,187 @@ }, { "file": "clients/dart/iam_client/doc/ActionForbiddenError.md", - "hash": "10432701688664273057" + "hash": "13783497433524938518" }, { "file": "clients/dart/iam_client/doc/AddUserToProjectInput.md", - "hash": "5000617027936913238" + "hash": "4194875810710814332" }, { "file": "clients/dart/iam_client/doc/ConsumerAuthApi.md", - "hash": "18167350363220285589" + "hash": "9336368303008661609" }, { "file": "clients/dart/iam_client/doc/ConsumerAuthTokenEndpointInput.md", - "hash": "12263967537243650933" + "hash": "3341195215121072205" }, { "file": "clients/dart/iam_client/doc/ConsumerAuthTokenEndpointOutput.md", - "hash": "12948970294258467972" + "hash": "14059383583840235866" }, { "file": "clients/dart/iam_client/doc/CorsConsumerAuthTokenEndpointOK.md", - "hash": "10584745194422006597" + "hash": "14835617142044917907" }, { "file": "clients/dart/iam_client/doc/CreateProjectInput.md", - "hash": "14538549877935819166" + "hash": "14640092657087192779" }, { "file": "clients/dart/iam_client/doc/CreateProjectScopedTokenInput.md", - "hash": "683935864909933101" + "hash": "17812542956981458348" }, { "file": "clients/dart/iam_client/doc/CreateProjectScopedTokenOutput.md", - "hash": "7009122337486870357" + "hash": "2287831029235069521" }, { "file": "clients/dart/iam_client/doc/CreateTokenInput.md", - "hash": "4312031869802026575" + "hash": "4654578404233339868" }, { "file": "clients/dart/iam_client/doc/DefaultApi.md", - "hash": "16389449576376255883" + "hash": "16808672220163303237" }, { "file": "clients/dart/iam_client/doc/GetWellKnownDidOK.md", - "hash": "13554411819294160300" + "hash": "992795790034929851" }, { "file": "clients/dart/iam_client/doc/InvalidJwtTokenError.md", - "hash": "13660337280768944494" + "hash": "18248678301795777976" }, { "file": "clients/dart/iam_client/doc/InvalidParameterError.md", - "hash": "11558952027812359549" + "hash": "1411805920322224294" }, { "file": "clients/dart/iam_client/doc/JsonWebKeyDto.md", - "hash": "4765398133167991097" + "hash": "3726525668146139267" }, { "file": "clients/dart/iam_client/doc/JsonWebKeySetDto.md", - "hash": "6488510310714489430" + "hash": "9901395309660858525" }, { "file": "clients/dart/iam_client/doc/NotFoundError.md", - "hash": "9537454343926542718" + "hash": "8814110998960330225" }, { "file": "clients/dart/iam_client/doc/PoliciesApi.md", - "hash": "10246346229181310091" + "hash": "14700122566610749663" }, { "file": "clients/dart/iam_client/doc/PolicyDto.md", - "hash": "10817345976792757792" + "hash": "17824302812428100366" }, { "file": "clients/dart/iam_client/doc/PolicyStatementDto.md", - "hash": "17886294129029454235" + "hash": "15337493331621703192" }, { "file": "clients/dart/iam_client/doc/PrincipalCannotBeDeletedError.md", - "hash": "16181032498767273743" + "hash": "14522451957752913663" }, { "file": "clients/dart/iam_client/doc/PrincipalDoesNotBelongToProjectError.md", - "hash": "17266553072240503484" + "hash": "5393130224827386269" }, { "file": "clients/dart/iam_client/doc/ProjectDto.md", - "hash": "14342561457875266434" + "hash": "14917730547876204006" }, { "file": "clients/dart/iam_client/doc/ProjectList.md", - "hash": "15764582582322753625" + "hash": "4495016431268025102" }, { "file": "clients/dart/iam_client/doc/ProjectsApi.md", - "hash": "11295881162312337241" + "hash": "3959437789308130153" }, { "file": "clients/dart/iam_client/doc/ServiceErrorResponse.md", - "hash": "1966086215805546872" + "hash": "15907878097791471162" }, { "file": "clients/dart/iam_client/doc/ServiceErrorResponseDetailsInner.md", - "hash": "6452408976678405045" + "hash": "17224873024459343305" }, { "file": "clients/dart/iam_client/doc/StsApi.md", - "hash": "15949373127713605193" + "hash": "13344553869801201882" }, { "file": "clients/dart/iam_client/doc/TokenAuthenticationMethodDto.md", - "hash": "17686323326268436403" + "hash": "10671461731360694013" }, { "file": "clients/dart/iam_client/doc/TokenDto.md", - "hash": "3607575344890400022" + "hash": "3603450331497414900" }, { "file": "clients/dart/iam_client/doc/TokenList.md", - "hash": "4237037487661394585" + "hash": "1126595779260041341" }, { "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDto.md", - "hash": "3760563761463958643" + "hash": "3364270206092558385" }, { "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md", - "hash": "16740973144389479085" + "hash": "7170025787862272699" }, { "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md", - "hash": "13547857859297043650" + "hash": "12986941255894980691" }, { "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md", - "hash": "14456679504643275549" + "hash": "12248248268232583773" }, { "file": "clients/dart/iam_client/doc/TokensApi.md", - "hash": "4822892588722477319" + "hash": "13100893793190879280" }, { "file": "clients/dart/iam_client/doc/TypedPricipalId.md", - "hash": "17989405806579999880" + "hash": "7720099504127521805" }, { "file": "clients/dart/iam_client/doc/UnauthorizedError.md", - "hash": "4444561757098770192" + "hash": "5463745074718374566" }, { "file": "clients/dart/iam_client/doc/UnexpectedError.md", - "hash": "14476906106658077189" + "hash": "6533809163784554281" }, { "file": "clients/dart/iam_client/doc/UpdateProjectInput.md", - "hash": "13127053912829020312" + "hash": "6234416410441795046" }, { "file": "clients/dart/iam_client/doc/UpdateTokenInput.md", - "hash": "16624622345474784237" + "hash": "14184772623094123836" }, { "file": "clients/dart/iam_client/doc/UpdateTokenPrivateKeyAuthenticationMethodDto.md", - "hash": "8302361165958873076" + "hash": "14156236092269537664" }, { "file": "clients/dart/iam_client/doc/UserDto.md", - "hash": "17795136713242358322" + "hash": "12268972113810609917" }, { "file": "clients/dart/iam_client/doc/UserList.md", - "hash": "18190393682161129438" + "hash": "14904274817234656187" }, { "file": "clients/dart/iam_client/doc/WellKnownApi.md", - "hash": "9934019904230337786" + "hash": "12913964077833401249" }, { "file": "clients/dart/iam_client/doc/WhoamiDto.md", - "hash": "15547187690543248225" + "hash": "5909455772272706564" }, { "file": "clients/dart/iam_client/lib/api.dart", @@ -3675,7 +3679,7 @@ }, { "file": "clients/dart/iam_client/lib/model/create_token_input.dart", - "hash": "17121716665914070653" + "hash": "3735525826223746896" }, { "file": "clients/dart/iam_client/lib/model/get_well_known_did_ok.dart", @@ -3703,7 +3707,7 @@ }, { "file": "clients/dart/iam_client/lib/model/policy_dto.dart", - "hash": "7824698907666393116" + "hash": "10478309422614256250" }, { "file": "clients/dart/iam_client/lib/model/policy_statement_dto.dart", @@ -3995,7 +3999,7 @@ }, { "file": "clients/dart/iota_client/.openapi-generator/FILES", - "hash": "14875738619516987947" + "hash": "3305936606446310418" }, { "file": "clients/dart/iota_client/.openapi-generator/VERSION", @@ -4003,11 +4007,11 @@ }, { "file": "clients/dart/iota_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/iota_client/README.md", - "hash": "16123865812581881313" + "hash": "14560101112383863528" }, { "file": "clients/dart/iota_client/analysis_options.yaml", @@ -4015,55 +4019,55 @@ }, { "file": "clients/dart/iota_client/doc/AlreadyExistsError.md", - "hash": "2185722153330978056" + "hash": "14528179201010366335" }, { "file": "clients/dart/iota_client/doc/AwsExchangeCredentials.md", - "hash": "11799377950741201064" + "hash": "6093976690569145799" }, { "file": "clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md", - "hash": "9409777946952009253" + "hash": "6823539026261843906" }, { "file": "clients/dart/iota_client/doc/AwsExchangeCredentialsOKCredentials.md", - "hash": "2660688537565669761" + "hash": "17352200994982248682" }, { "file": "clients/dart/iota_client/doc/CallbackApi.md", - "hash": "5128819743052816179" + "hash": "6369874391644771566" }, { "file": "clients/dart/iota_client/doc/CallbackInput.md", - "hash": "11417055344311854097" + "hash": "4484036204454017193" }, { "file": "clients/dart/iota_client/doc/ConfigurationsApi.md", - "hash": "18440229129155206334" + "hash": "108646687634230789" }, { "file": "clients/dart/iota_client/doc/ConsentDto.md", - "hash": "18036071052895929191" + "hash": "16044234612034427856" }, { "file": "clients/dart/iota_client/doc/CorsAwsExchangeCredentialsOK.md", - "hash": "12419119678551125376" + "hash": "15474755452054296196" }, { "file": "clients/dart/iota_client/doc/CorsIotOidc4vpcallbackOK.md", - "hash": "7523293316914791832" + "hash": "5737206571994110817" }, { "file": "clients/dart/iota_client/doc/CreateIotaConfigurationInput.md", - "hash": "5921067860404639062" + "hash": "7416573915298311772" }, { "file": "clients/dart/iota_client/doc/CreatePexQueryInput.md", - "hash": "9001755091155939927" + "hash": "3924283534511168641" }, { "file": "clients/dart/iota_client/doc/DefaultApi.md", - "hash": "6630421209686257817" + "hash": "18405349685428401625" }, { "file": "clients/dart/iota_client/doc/DemoWbx.md", @@ -4071,95 +4075,95 @@ }, { "file": "clients/dart/iota_client/doc/GetIotaConfigurationMetaDataOK.md", - "hash": "9635517680027988321" + "hash": "2128204440456427574" }, { "file": "clients/dart/iota_client/doc/InvalidParameterError.md", - "hash": "9433992174505915191" + "hash": "2149400894505932924" }, { "file": "clients/dart/iota_client/doc/InvalidParameterErrorDetailsInner.md", - "hash": "10817293951549458489" + "hash": "13292504683435594646" }, { "file": "clients/dart/iota_client/doc/IotaApi.md", - "hash": "1811534109124196158" + "hash": "3342742809384005320" }, { "file": "clients/dart/iota_client/doc/IotaConfigurationDto.md", - "hash": "13751483855124048500" + "hash": "15944015897187614073" }, { "file": "clients/dart/iota_client/doc/IotaConfigurationDtoClientMetadata.md", - "hash": "9180811284548522192" + "hash": "15569075077617595907" }, { "file": "clients/dart/iota_client/doc/ListConfigurationOK.md", - "hash": "18344616004492951587" + "hash": "13887947025630139920" }, { "file": "clients/dart/iota_client/doc/ListLoggedConsentsOK.md", - "hash": "6780818146292727457" + "hash": "14079222391795801673" }, { "file": "clients/dart/iota_client/doc/ListPexQueriesOK.md", - "hash": "13486727938996758287" + "hash": "11169393386832435104" }, { "file": "clients/dart/iota_client/doc/MessagePublishingError.md", - "hash": "17185013320463923226" + "hash": "559777137314150667" }, { "file": "clients/dart/iota_client/doc/NotFoundError.md", - "hash": "14678308544472884798" + "hash": "894782775530513831" }, { "file": "clients/dart/iota_client/doc/OperationForbiddenError.md", - "hash": "5677791999041071804" + "hash": "11430142932078997815" }, { "file": "clients/dart/iota_client/doc/PexQueryApi.md", - "hash": "11490248066248337633" + "hash": "15048028409359707707" }, { "file": "clients/dart/iota_client/doc/PexQueryDto.md", - "hash": "8593014002131132442" + "hash": "17331712200990676426" }, { "file": "clients/dart/iota_client/doc/PrepareRequest.md", - "hash": "4327715952952564347" + "hash": "12825909639966395552" }, { "file": "clients/dart/iota_client/doc/PrepareRequestCreated.md", - "hash": "3261445179847330708" + "hash": "5718143906953963375" }, { "file": "clients/dart/iota_client/doc/PrepareRequestCreatedData.md", - "hash": "17957010260946963427" + "hash": "4290392948957355937" }, { "file": "clients/dart/iota_client/doc/ResourceLimitExceededError.md", - "hash": "5738415634614245265" + "hash": "7494620340420237730" }, { "file": "clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md", - "hash": "1650596688129505050" + "hash": "3556888733993324296" }, { "file": "clients/dart/iota_client/doc/UpdateConfigurationByIdOK.md", - "hash": "4923413988674657016" + "hash": "8823980836226833650" }, { "file": "clients/dart/iota_client/doc/UpdatePexQueryInput.md", - "hash": "16658860599501959223" + "hash": "8161677299288120029" }, { "file": "clients/dart/iota_client/doc/VPTokenValidationError.md", - "hash": "18287343869357194484" + "hash": "16786087754377975493" }, { "file": "clients/dart/iota_client/lib/api.dart", - "hash": "5035101206189973394" + "hash": "16224036846628181343" }, { "file": "clients/dart/iota_client/lib/api/callback_api.dart", @@ -4179,11 +4183,11 @@ }, { "file": "clients/dart/iota_client/lib/api/pex_query_api.dart", - "hash": "3193982595732111798" + "hash": "5193815127382104658" }, { "file": "clients/dart/iota_client/lib/api_client.dart", - "hash": "12534761056332677448" + "hash": "519998125631073049" }, { "file": "clients/dart/iota_client/lib/api_exception.dart", @@ -4287,7 +4291,7 @@ }, { "file": "clients/dart/iota_client/lib/model/list_pex_queries_ok.dart", - "hash": "4805278515026082339" + "hash": "904033794547545973" }, { "file": "clients/dart/iota_client/lib/model/message_publishing_error.dart", @@ -4323,7 +4327,7 @@ }, { "file": "clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart", - "hash": "883225880085069881" + "hash": "9579903455387257909" }, { "file": "clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart", @@ -4503,11 +4507,11 @@ }, { "file": "clients/dart/login_configuration_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/login_configuration_client/README.md", - "hash": "2001193082820829542" + "hash": "15679345775119964794" }, { "file": "clients/dart/login_configuration_client/analysis_options.yaml", @@ -4515,223 +4519,223 @@ }, { "file": "clients/dart/login_configuration_client/doc/ActionForbiddenError.md", - "hash": "9461948494096395953" + "hash": "13601172592544473370" }, { "file": "clients/dart/login_configuration_client/doc/AddUserToGroupInput.md", - "hash": "10328656118207665081" + "hash": "10736765099304314337" }, { "file": "clients/dart/login_configuration_client/doc/AllowListApi.md", - "hash": "9616812558841554542" + "hash": "7355881291181346883" }, { "file": "clients/dart/login_configuration_client/doc/BlockedUsers.md", - "hash": "17835179470061862002" + "hash": "17744110055326441512" }, { "file": "clients/dart/login_configuration_client/doc/BlockedUsersInput.md", - "hash": "393759937742508950" + "hash": "5337901096115546821" }, { "file": "clients/dart/login_configuration_client/doc/ConfigurationApi.md", - "hash": "17159291024029271646" + "hash": "10368422290890043189" }, { "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionAcceptResponseOK.md", - "hash": "1376350467273815154" + "hash": "3601095489415422911" }, { "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionForIdpOK.md", - "hash": "9794959536816323598" + "hash": "12025354300198335372" }, { "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionRejectResponseOK.md", - "hash": "13885858087424994891" + "hash": "12872244184075622975" }, { "file": "clients/dart/login_configuration_client/doc/CreateGroupInput.md", - "hash": "18086364078726807660" + "hash": "4637471545656065796" }, { "file": "clients/dart/login_configuration_client/doc/CreateHydraNetworkError.md", - "hash": "18123492047980000386" + "hash": "17786086543430788390" }, { "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md", - "hash": "17957674915906985765" + "hash": "5276861343415554851" }, { "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationOutput.md", - "hash": "2211363441452398384" + "hash": "4974405662442082181" }, { "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationOutputAuth.md", - "hash": "18269967745797467391" + "hash": "2816309355438497125" }, { "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurations400Response.md", - "hash": "8110880224490557949" + "hash": "3581453279533306027" }, { "file": "clients/dart/login_configuration_client/doc/CreateProjectNetworkError.md", - "hash": "17915966915639229583" + "hash": "12507282346741522816" }, { "file": "clients/dart/login_configuration_client/doc/DenyListApi.md", - "hash": "5562013676940978180" + "hash": "7491143285573174260" }, { "file": "clients/dart/login_configuration_client/doc/ErrorOAuth2.md", - "hash": "16906106711633957459" + "hash": "900276391025180793" }, { "file": "clients/dart/login_configuration_client/doc/GetUserInfo.md", - "hash": "14429574113398087285" + "hash": "821311352639050696" }, { "file": "clients/dart/login_configuration_client/doc/GroupApi.md", - "hash": "3493425337104763343" + "hash": "13373472626042581027" }, { "file": "clients/dart/login_configuration_client/doc/GroupDto.md", - "hash": "8702500169978678495" + "hash": "17434004270421918633" }, { "file": "clients/dart/login_configuration_client/doc/GroupNames.md", - "hash": "8378226778069543457" + "hash": "5143852671773003883" }, { "file": "clients/dart/login_configuration_client/doc/GroupNamesInput.md", - "hash": "13356611706611637129" + "hash": "15884828998918692295" }, { "file": "clients/dart/login_configuration_client/doc/GroupUserMappingDto.md", - "hash": "439127921347639711" + "hash": "5197054079339715766" }, { "file": "clients/dart/login_configuration_client/doc/GroupUserMappingsList.md", - "hash": "15515508649626147224" + "hash": "8895218490865790173" }, { "file": "clients/dart/login_configuration_client/doc/GroupsList.md", - "hash": "9388720393231477931" + "hash": "15499426973652365161" }, { "file": "clients/dart/login_configuration_client/doc/GroupsPerUserLimitExceededError.md", - "hash": "2493634145944758223" + "hash": "17684364097668017002" }, { "file": "clients/dart/login_configuration_client/doc/IdpApi.md", - "hash": "278448651945162879" + "hash": "2218887308681398628" }, { "file": "clients/dart/login_configuration_client/doc/InvalidClaimContextError.md", - "hash": "10844557013980269084" + "hash": "11003247506763687572" }, { "file": "clients/dart/login_configuration_client/doc/InvalidGroupsError.md", - "hash": "15182639757049730450" + "hash": "7772692508062935430" }, { "file": "clients/dart/login_configuration_client/doc/InvalidParameterError.md", - "hash": "15092952233381423165" + "hash": "1734734136166575297" }, { "file": "clients/dart/login_configuration_client/doc/InvalidParameterErrorDetailsInner.md", - "hash": "18235742631178697604" + "hash": "11269664638005359387" }, { "file": "clients/dart/login_configuration_client/doc/JsonWebKey.md", - "hash": "14175420243019802923" + "hash": "7951081183717742699" }, { "file": "clients/dart/login_configuration_client/doc/JsonWebKeyKeysInner.md", - "hash": "13290562618965313033" + "hash": "13253188685956856787" }, { "file": "clients/dart/login_configuration_client/doc/ListLoginConfigurationOutput.md", - "hash": "3863901175613157443" + "hash": "13015091608009899701" }, { "file": "clients/dart/login_configuration_client/doc/LoginConfigurationClientMetadataInput.md", - "hash": "18207699703282383830" + "hash": "16956218750605382351" }, { "file": "clients/dart/login_configuration_client/doc/LoginConfigurationClientMetadataOutput.md", - "hash": "3309092533606927174" + "hash": "7119061487641503048" }, { "file": "clients/dart/login_configuration_client/doc/LoginConfigurationObject.md", - "hash": "15607570905178310747" + "hash": "15089243440505802985" }, { "file": "clients/dart/login_configuration_client/doc/LoginConfigurationReadInvalidClientIdError.md", - "hash": "16338235293750646886" + "hash": "77694465770398754" }, { "file": "clients/dart/login_configuration_client/doc/LoginSessionDto.md", - "hash": "4264458569574048864" + "hash": "1281501883192909948" }, { "file": "clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md", - "hash": "13523407063729733158" + "hash": "14575397341540094410" }, { "file": "clients/dart/login_configuration_client/doc/LoginSessionForIDPInput.md", - "hash": "11861067654313347011" + "hash": "14475105836487928554" }, { "file": "clients/dart/login_configuration_client/doc/NotFoundError.md", - "hash": "3295275725112411278" + "hash": "5084424461497109104" }, { "file": "clients/dart/login_configuration_client/doc/OAuth2Token.md", - "hash": "2422448919724647699" + "hash": "13256339893336726134" }, { "file": "clients/dart/login_configuration_client/doc/OIDCConfig.md", - "hash": "17519372316726429150" + "hash": "5231536521226034175" }, { "file": "clients/dart/login_configuration_client/doc/OIDCConfigCredentialsSupportedDraft00Inner.md", - "hash": "9046181766124585668" + "hash": "6085287563971517543" }, { "file": "clients/dart/login_configuration_client/doc/RedirectResponse.md", - "hash": "13115482262590266855" + "hash": "13907376172232164587" }, { "file": "clients/dart/login_configuration_client/doc/RemoveUserFromGroupInput.md", - "hash": "2443197842878316154" + "hash": "3418977718039461269" }, { "file": "clients/dart/login_configuration_client/doc/ResourceCreationError.md", - "hash": "3745302339477682872" + "hash": "15122442334498784394" }, { "file": "clients/dart/login_configuration_client/doc/ServiceErrorResponse.md", - "hash": "12291496403453549381" + "hash": "1961641319087113386" }, { "file": "clients/dart/login_configuration_client/doc/ServiceErrorResponseDetailsInner.md", - "hash": "15348354010997364033" + "hash": "4951917593798753938" }, { "file": "clients/dart/login_configuration_client/doc/TokenEndpointAuthMethod.md", - "hash": "1032132085480563714" + "hash": "549859981153563411" }, { "file": "clients/dart/login_configuration_client/doc/UnauthorizedError.md", - "hash": "7786713111310733020" + "hash": "15531638069220167729" }, { "file": "clients/dart/login_configuration_client/doc/UpdateLoginConfigurationInput.md", - "hash": "12415177374941429001" + "hash": "3024209713104925683" }, { "file": "clients/dart/login_configuration_client/doc/VPTokenValidationError.md", - "hash": "4298050610850663741" + "hash": "8731514457387324111" }, { "file": "clients/dart/login_configuration_client/lib/api.dart", @@ -4795,7 +4799,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart", - "hash": "5526471875437503117" + "hash": "4486430923956624965" }, { "file": "clients/dart/login_configuration_client/lib/model/blocked_users.dart", @@ -4803,7 +4807,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/model/blocked_users_input.dart", - "hash": "1258729281149717616" + "hash": "9061552756368335309" }, { "file": "clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart", @@ -4819,7 +4823,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/model/create_group_input.dart", - "hash": "6888673242623703110" + "hash": "119746763897831860" }, { "file": "clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart", @@ -4827,7 +4831,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart", - "hash": "14928611294981506112" + "hash": "13252241251775109087" }, { "file": "clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart", @@ -5223,7 +5227,7 @@ }, { "file": "clients/dart/wallets_client/.openapi-generator/FILES", - "hash": "544606084632187492" + "hash": "16606704467098865934" }, { "file": "clients/dart/wallets_client/.openapi-generator/VERSION", @@ -5231,11 +5235,11 @@ }, { "file": "clients/dart/wallets_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/wallets_client/README.md", - "hash": "16492588735973877151" + "hash": "1825948274378307119" }, { "file": "clients/dart/wallets_client/analysis_options.yaml", @@ -5243,123 +5247,127 @@ }, { "file": "clients/dart/wallets_client/doc/CreateWalletInput.md", - "hash": "12476396604609260422" + "hash": "10866957949735533221" }, { "file": "clients/dart/wallets_client/doc/CreateWalletResponse.md", - "hash": "18282411491385656601" + "hash": "17710425422894691350" }, { "file": "clients/dart/wallets_client/doc/DefaultApi.md", - "hash": "12988949115516298282" + "hash": "300889691080015251" }, { "file": "clients/dart/wallets_client/doc/DidKeyInputParams.md", - "hash": "7966624052114377605" + "hash": "9098100665389063565" }, { "file": "clients/dart/wallets_client/doc/DidWebInputParams.md", - "hash": "76446003526471580" + "hash": "14543168086399612973" }, { "file": "clients/dart/wallets_client/doc/EntityNotFoundError.md", - "hash": "8272858861824499961" + "hash": "6773794096382114097" }, { "file": "clients/dart/wallets_client/doc/GetRevocationCredentialStatusOK.md", - "hash": "12069915061685461536" + "hash": "7274018431145343095" }, { "file": "clients/dart/wallets_client/doc/GetRevocationListCredentialResultDto.md", - "hash": "4247757709468147100" + "hash": "6541964906000854917" }, { "file": "clients/dart/wallets_client/doc/InvalidDidParameterError.md", - "hash": "11606758020619260065" + "hash": "15454018447127300290" }, { "file": "clients/dart/wallets_client/doc/InvalidParameterError.md", - "hash": "15738525803584695037" + "hash": "9101361606524825476" }, { "file": "clients/dart/wallets_client/doc/KeyNotFoundError.md", - "hash": "14785516077617955566" + "hash": "12237086062168579150" }, { "file": "clients/dart/wallets_client/doc/NotFoundError.md", - "hash": "2125398165663960070" + "hash": "16417113321289005828" }, { "file": "clients/dart/wallets_client/doc/OperationForbiddenError.md", - "hash": "10167370328706955618" + "hash": "15842387107855452922" }, { "file": "clients/dart/wallets_client/doc/RevocationApi.md", - "hash": "14459685583369489527" + "hash": "10729657638756722477" }, { "file": "clients/dart/wallets_client/doc/RevokeCredentialInput.md", - "hash": "11210706714150347188" + "hash": "9105669592847855793" }, { "file": "clients/dart/wallets_client/doc/ServiceErrorResponse.md", - "hash": "13743345819677407095" + "hash": "3603968717127483608" }, { "file": "clients/dart/wallets_client/doc/ServiceErrorResponseDetailsInner.md", - "hash": "3369010190089411860" + "hash": "12098683636371360826" }, { "file": "clients/dart/wallets_client/doc/SignCredential400Response.md", - "hash": "15755477705952653632" + "hash": "8212421380273405046" }, { "file": "clients/dart/wallets_client/doc/SignCredentialInputDto.md", - "hash": "7092564483958693065" + "hash": "5531799113104128865" }, { "file": "clients/dart/wallets_client/doc/SignCredentialInputDtoUnsignedCredentialParams.md", - "hash": "4332279969832254507" + "hash": "16365567375485208318" }, { "file": "clients/dart/wallets_client/doc/SignCredentialResultDto.md", - "hash": "11045822098142241204" + "hash": "15304373048435204929" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md", + "hash": "7494869273965175471" }, { "file": "clients/dart/wallets_client/doc/SignJwtToken.md", - "hash": "18158223338626868237" + "hash": "12665109127096222922" }, { "file": "clients/dart/wallets_client/doc/SignJwtTokenOK.md", - "hash": "9740373753229094414" + "hash": "18033987529692028523" }, { "file": "clients/dart/wallets_client/doc/SigningFailedError.md", - "hash": "4962652630073850853" + "hash": "5686799234971284070" }, { "file": "clients/dart/wallets_client/doc/UpdateWalletInput.md", - "hash": "15186337391538519429" + "hash": "17633622914933958896" }, { "file": "clients/dart/wallets_client/doc/WalletApi.md", - "hash": "7433634614201135009" + "hash": "6666939474898497182" }, { "file": "clients/dart/wallets_client/doc/WalletDto.md", - "hash": "14918020298748561473" + "hash": "18316694089038896562" }, { "file": "clients/dart/wallets_client/doc/WalletDtoKeysInner.md", - "hash": "8521833586447088847" + "hash": "18333302260047721010" }, { "file": "clients/dart/wallets_client/doc/WalletsListDto.md", - "hash": "11076526705604464222" + "hash": "3294447398623006353" }, { "file": "clients/dart/wallets_client/lib/api.dart", - "hash": "10322023859124455081" + "hash": "6874035317522278600" }, { "file": "clients/dart/wallets_client/lib/api/default_api.dart", @@ -5375,7 +5383,7 @@ }, { "file": "clients/dart/wallets_client/lib/api_client.dart", - "hash": "15302912296126745939" + "hash": "7022997371203570801" }, { "file": "clients/dart/wallets_client/lib/api_exception.dart", @@ -5435,7 +5443,7 @@ }, { "file": "clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart", - "hash": "6185125081827629201" + "hash": "51448475477027764" }, { "file": "clients/dart/wallets_client/lib/model/invalid_parameter_error.dart", @@ -5471,7 +5479,7 @@ }, { "file": "clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart", - "hash": "4218012484620562670" + "hash": "18400621354978983692" }, { "file": "clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart", @@ -5479,7 +5487,11 @@ }, { "file": "clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart", - "hash": "8434308792475167481" + "hash": "5387642472545553537" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart", + "hash": "12782421642748605017" }, { "file": "clients/dart/wallets_client/lib/model/sign_jwt_token.dart", @@ -5593,6 +5605,10 @@ "file": "clients/dart/wallets_client/test/sign_credential_input_dto_unsigned_credential_params_test.dart", "hash": "5251743695559698503" }, + { + "file": "clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart", + "hash": "5951535149747614884" + }, { "file": "clients/dart/wallets_client/test/sign_credential_result_dto_test.dart", "hash": "7865897994346612534" @@ -5643,7 +5659,7 @@ }, { "file": "clients/python/credential_issuance_client/.openapi-generator/FILES", - "hash": "1471970910406631982" + "hash": "11541320434855641912" }, { "file": "clients/python/credential_issuance_client/.openapi-generator/VERSION", @@ -6371,7 +6387,7 @@ }, { "file": "clients/python/credential_verification_client/.github/workflows/python.yml", - "hash": "11935355789758036297" + "hash": "14430391397850115735" }, { "file": "clients/python/credential_verification_client/.gitignore", @@ -6391,11 +6407,11 @@ }, { "file": "clients/python/credential_verification_client/.travis.yml", - "hash": "1423758246453612794" + "hash": "2376514911205202828" }, { "file": "clients/python/credential_verification_client/README.md", - "hash": "16743250539849747971" + "hash": "6028930651450105660" }, { "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py", @@ -6611,119 +6627,119 @@ }, { "file": "clients/python/credential_verification_client/docs/Constraints.md", - "hash": "4877696374772944512" + "hash": "3460675231590461040" }, { "file": "clients/python/credential_verification_client/docs/ConstraintsStatuses.md", - "hash": "10735222907062923735" + "hash": "13891482278283188010" }, { "file": "clients/python/credential_verification_client/docs/CredentialRequirements.md", - "hash": "3012421974815777641" + "hash": "16290456260191819609" }, { "file": "clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md", - "hash": "15012083404595018764" + "hash": "17899374190143351418" }, { "file": "clients/python/credential_verification_client/docs/DefaultApi.md", - "hash": "16440391225660789226" + "hash": "11978177859650786497" }, { "file": "clients/python/credential_verification_client/docs/Descriptor.md", - "hash": "9161845172233437942" + "hash": "972638833786439923" }, { "file": "clients/python/credential_verification_client/docs/Error.md", - "hash": "7252860825617427996" + "hash": "18316706733952733604" }, { "file": "clients/python/credential_verification_client/docs/ErrorDetail.md", - "hash": "17177814670384726277" + "hash": "10336222822175740819" }, { "file": "clients/python/credential_verification_client/docs/EvaluateVpOutput.md", - "hash": "17213839115963142674" + "hash": "820813628260328210" }, { "file": "clients/python/credential_verification_client/docs/Field.md", - "hash": "3642033819823505273" + "hash": "5962943419177643268" }, { "file": "clients/python/credential_verification_client/docs/Filter.md", - "hash": "11806397473569780983" + "hash": "16553498412444563328" }, { "file": "clients/python/credential_verification_client/docs/FilterConst.md", - "hash": "7136056245824100101" + "hash": "16789051562770868687" }, { "file": "clients/python/credential_verification_client/docs/FilterItems.md", - "hash": "594528943825446740" + "hash": "15475130344171024181" }, { "file": "clients/python/credential_verification_client/docs/Format.md", - "hash": "7651721027227193325" + "hash": "6920536618166301729" }, { "file": "clients/python/credential_verification_client/docs/FreeFormObject.md", - "hash": "13707954603251200356" + "hash": "11222384107115816316" }, { "file": "clients/python/credential_verification_client/docs/HolderSubject.md", - "hash": "11624427743009999619" + "hash": "7748952736264538277" }, { "file": "clients/python/credential_verification_client/docs/InputDescriptor.md", - "hash": "17152576243085274547" + "hash": "5781249776900809407" }, { "file": "clients/python/credential_verification_client/docs/InvalidParameterError.md", - "hash": "4502191180403979412" + "hash": "6863091410834224352" }, { "file": "clients/python/credential_verification_client/docs/JwtObject.md", - "hash": "17800231225443634967" + "hash": "11828459701368393704" }, { "file": "clients/python/credential_verification_client/docs/LdpObject.md", - "hash": "7746788543710966256" + "hash": "4756205924179748277" }, { "file": "clients/python/credential_verification_client/docs/NestedDescriptor.md", - "hash": "12389574322959345933" + "hash": "3302032705182305184" }, { "file": "clients/python/credential_verification_client/docs/NotFoundError.md", - "hash": "17953372072494834291" + "hash": "9423787363876472012" }, { "file": "clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md", - "hash": "7160937290699586528" + "hash": "6112011103592759279" }, { "file": "clients/python/credential_verification_client/docs/PdStatus.md", - "hash": "13915218855425201476" + "hash": "13212143153623981841" }, { "file": "clients/python/credential_verification_client/docs/PresentationDefinition.md", - "hash": "15754019402666981223" + "hash": "14855756031272849189" }, { "file": "clients/python/credential_verification_client/docs/PresentationSubmission.md", - "hash": "12311948384692168921" + "hash": "17556064182485165937" }, { "file": "clients/python/credential_verification_client/docs/SubmissionRequirement.md", - "hash": "2214534068937423005" + "hash": "9285570296015155183" }, { "file": "clients/python/credential_verification_client/docs/ValidateJwtInput.md", - "hash": "715679136423041366" + "hash": "10173738822796543727" }, { "file": "clients/python/credential_verification_client/docs/ValidateJwtOutput.md", - "hash": "16937920124148715967" + "hash": "14635432725703372196" }, { "file": "clients/python/credential_verification_client/docs/VerifierApi.md", @@ -6731,59 +6747,59 @@ }, { "file": "clients/python/credential_verification_client/docs/VerifyCredentialInput.md", - "hash": "7830081431884197529" + "hash": "13139454541216301592" }, { "file": "clients/python/credential_verification_client/docs/VerifyCredentialOutput.md", - "hash": "18090314557816260638" + "hash": "6875807571465873597" }, { "file": "clients/python/credential_verification_client/docs/VerifyPresentationInput.md", - "hash": "13329521979295106728" + "hash": "8415083923945851865" }, { "file": "clients/python/credential_verification_client/docs/VerifyPresentationOutput.md", - "hash": "13465825326930358923" + "hash": "14573109983898853407" }, { "file": "clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md", - "hash": "18029869597718182906" + "hash": "10027308115833718606" }, { "file": "clients/python/credential_verification_client/docs/W3cCredential.md", - "hash": "8098128972885555282" + "hash": "203026389462916192" }, { "file": "clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md", - "hash": "8510786942737368720" + "hash": "14361598319913826977" }, { "file": "clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md", - "hash": "5615039267219281979" + "hash": "2748495084726320489" }, { "file": "clients/python/credential_verification_client/docs/W3cCredentialHolder.md", - "hash": "13412769411254772775" + "hash": "17655305615591363010" }, { "file": "clients/python/credential_verification_client/docs/W3cCredentialStatus.md", - "hash": "2015210325655691181" + "hash": "9208731052736209729" }, { "file": "clients/python/credential_verification_client/docs/W3cPresentation.md", - "hash": "11955501705816947108" + "hash": "17684957894328863841" }, { "file": "clients/python/credential_verification_client/docs/W3cPresentationContext.md", - "hash": "11722554152896437070" + "hash": "7977286498913117223" }, { "file": "clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md", - "hash": "14154144094790213966" + "hash": "1836360683524568460" }, { "file": "clients/python/credential_verification_client/docs/W3cProof.md", - "hash": "12707198787078270614" + "hash": "17000097144967962029" }, { "file": "clients/python/credential_verification_client/pyproject.toml", @@ -6991,7 +7007,7 @@ }, { "file": "clients/python/iam_client/.github/workflows/python.yml", - "hash": "1400917576481810484" + "hash": "14407466808176770825" }, { "file": "clients/python/iam_client/.gitignore", @@ -7011,11 +7027,11 @@ }, { "file": "clients/python/iam_client/.travis.yml", - "hash": "12495512156025846899" + "hash": "6525759630148986024" }, { "file": "clients/python/iam_client/README.md", - "hash": "7704479246606838269" + "hash": "13345835301974099206" }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/__init__.py", @@ -7107,7 +7123,7 @@ }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py", - "hash": "17839194038407708559" + "hash": "4465404771073172524" }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py", @@ -7135,7 +7151,7 @@ }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py", - "hash": "3813569919773568704" + "hash": "15268216611481815704" }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py", @@ -7239,187 +7255,187 @@ }, { "file": "clients/python/iam_client/docs/ActionForbiddenError.md", - "hash": "50762008614488559" + "hash": "10661587894187100383" }, { "file": "clients/python/iam_client/docs/AddUserToProjectInput.md", - "hash": "1627856800463953829" + "hash": "13689350173175079513" }, { "file": "clients/python/iam_client/docs/ConsumerAuthApi.md", - "hash": "4545134389562513951" + "hash": "4396960392953093890" }, { "file": "clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md", - "hash": "6390618132873663925" + "hash": "16223795127346774366" }, { "file": "clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md", - "hash": "9468473551800095389" + "hash": "4979881779118352219" }, { "file": "clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md", - "hash": "4369480922059429235" + "hash": "1851864858607424402" }, { "file": "clients/python/iam_client/docs/CreateProjectInput.md", - "hash": "16225767309111643042" + "hash": "15798960041019707460" }, { "file": "clients/python/iam_client/docs/CreateProjectScopedTokenInput.md", - "hash": "12906024656149395376" + "hash": "8732609377155516956" }, { "file": "clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md", - "hash": "822871005141975435" + "hash": "5087207001902038378" }, { "file": "clients/python/iam_client/docs/CreateTokenInput.md", - "hash": "13861523531265115398" + "hash": "14564835530756781845" }, { "file": "clients/python/iam_client/docs/DefaultApi.md", - "hash": "17839685599103278401" + "hash": "1604108868272229429" }, { "file": "clients/python/iam_client/docs/GetWellKnownDidOK.md", - "hash": "1046087661600637197" + "hash": "17350885942151893906" }, { "file": "clients/python/iam_client/docs/InvalidJwtTokenError.md", - "hash": "7031272543052973591" + "hash": "5811248384247911877" }, { "file": "clients/python/iam_client/docs/InvalidParameterError.md", - "hash": "17599286265008050413" + "hash": "3017978594024691317" }, { "file": "clients/python/iam_client/docs/JsonWebKeyDto.md", - "hash": "7894835600145790748" + "hash": "12912450186110081174" }, { "file": "clients/python/iam_client/docs/JsonWebKeySetDto.md", - "hash": "17726966983293464634" + "hash": "4376682385783460537" }, { "file": "clients/python/iam_client/docs/NotFoundError.md", - "hash": "17735895024452304124" + "hash": "13251758929947262515" }, { "file": "clients/python/iam_client/docs/PoliciesApi.md", - "hash": "6322226319378204827" + "hash": "9748547699599262800" }, { "file": "clients/python/iam_client/docs/PolicyDto.md", - "hash": "2962523320837833337" + "hash": "13548175564852436966" }, { "file": "clients/python/iam_client/docs/PolicyStatementDto.md", - "hash": "10489596034491242303" + "hash": "15657449521619399761" }, { "file": "clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md", - "hash": "3461600523185783349" + "hash": "4556951284977155721" }, { "file": "clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md", - "hash": "10771451366239152993" + "hash": "8432150529128481563" }, { "file": "clients/python/iam_client/docs/ProjectDto.md", - "hash": "13431027454765116502" + "hash": "12745629015001364819" }, { "file": "clients/python/iam_client/docs/ProjectList.md", - "hash": "14293280433031290540" + "hash": "6592613094290801976" }, { "file": "clients/python/iam_client/docs/ProjectsApi.md", - "hash": "8454378357267763201" + "hash": "2243479306154524403" }, { "file": "clients/python/iam_client/docs/ServiceErrorResponse.md", - "hash": "11398342147065993474" + "hash": "7862646960140829220" }, { "file": "clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md", - "hash": "1060804861745433275" + "hash": "9958635313222169943" }, { "file": "clients/python/iam_client/docs/StsApi.md", - "hash": "16515565888652042613" + "hash": "12093189943311094421" }, { "file": "clients/python/iam_client/docs/TokenAuthenticationMethodDto.md", - "hash": "17941892129275950819" + "hash": "3301672414674716878" }, { "file": "clients/python/iam_client/docs/TokenDto.md", - "hash": "8834001205274007720" + "hash": "2164826508924152257" }, { "file": "clients/python/iam_client/docs/TokenList.md", - "hash": "447473939892520798" + "hash": "7655288020899391154" }, { "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md", - "hash": "17458863258467721196" + "hash": "16701026567753108986" }, { "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md", - "hash": "7144329601577584287" + "hash": "11258734504864936477" }, { "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md", - "hash": "9484594956588341988" + "hash": "16469628965947429948" }, { "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md", - "hash": "10893704186903303652" + "hash": "3663233477786255266" }, { "file": "clients/python/iam_client/docs/TokensApi.md", - "hash": "4995326826264162499" + "hash": "8130285051242792916" }, { "file": "clients/python/iam_client/docs/TypedPricipalId.md", - "hash": "16334357228993828360" + "hash": "2266121832919997308" }, { "file": "clients/python/iam_client/docs/UnauthorizedError.md", - "hash": "7171964376767768429" + "hash": "17309869533188573013" }, { "file": "clients/python/iam_client/docs/UnexpectedError.md", - "hash": "8539016728775839252" + "hash": "17646752515890375139" }, { "file": "clients/python/iam_client/docs/UpdateProjectInput.md", - "hash": "14082722828147169117" + "hash": "3463548139953702277" }, { "file": "clients/python/iam_client/docs/UpdateTokenInput.md", - "hash": "6173916416363652515" + "hash": "10068593403433315619" }, { "file": "clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md", - "hash": "9131472281153182918" + "hash": "15127245026631801468" }, { "file": "clients/python/iam_client/docs/UserDto.md", - "hash": "3555584427818613137" + "hash": "17437057559791911566" }, { "file": "clients/python/iam_client/docs/UserList.md", - "hash": "12572753863210337560" + "hash": "15147753439231127509" }, { "file": "clients/python/iam_client/docs/WellKnownApi.md", - "hash": "104773424576266013" + "hash": "10286786693758816506" }, { "file": "clients/python/iam_client/docs/WhoamiDto.md", - "hash": "8065047613741149093" + "hash": "16024680071015352473" }, { "file": "clients/python/iam_client/pyproject.toml", @@ -7635,7 +7651,7 @@ }, { "file": "clients/python/iota_client/.github/workflows/python.yml", - "hash": "10867102190090769269" + "hash": "5342560840497942780" }, { "file": "clients/python/iota_client/.gitignore", @@ -7647,7 +7663,7 @@ }, { "file": "clients/python/iota_client/.openapi-generator/FILES", - "hash": "13201437477665488512" + "hash": "7627758491760120461" }, { "file": "clients/python/iota_client/.openapi-generator/VERSION", @@ -7655,15 +7671,15 @@ }, { "file": "clients/python/iota_client/.travis.yml", - "hash": "16258172680481602075" + "hash": "2398701635432744604" }, { "file": "clients/python/iota_client/README.md", - "hash": "10191158028112341305" + "hash": "17936752738130670806" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/__init__.py", - "hash": "7578140665663294192" + "hash": "16355991742991990277" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/__init__.py", @@ -7687,7 +7703,7 @@ }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py", - "hash": "8343206936224271621" + "hash": "15642401002692066767" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/api_client.py", @@ -7707,7 +7723,7 @@ }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py", - "hash": "10597040661624754209" + "hash": "8070576256509676825" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py", @@ -7783,7 +7799,7 @@ }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py", - "hash": "5021789584230439476" + "hash": "9808619855178392346" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py", @@ -7819,7 +7835,7 @@ }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py", - "hash": "14490544429493781875" + "hash": "9969204711191639279" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py", @@ -7843,55 +7859,55 @@ }, { "file": "clients/python/iota_client/docs/AlreadyExistsError.md", - "hash": "9018639017547182425" + "hash": "6898264440226346257" }, { "file": "clients/python/iota_client/docs/AwsExchangeCredentials.md", - "hash": "3516898006862851909" + "hash": "9756357896155060234" }, { "file": "clients/python/iota_client/docs/AwsExchangeCredentialsOK.md", - "hash": "3675438214050487655" + "hash": "10009498961502996641" }, { "file": "clients/python/iota_client/docs/AwsExchangeCredentialsOKCredentials.md", - "hash": "14790565833819511496" + "hash": "1547474609947008050" }, { "file": "clients/python/iota_client/docs/CallbackApi.md", - "hash": "9605436158810420738" + "hash": "4835712573031803657" }, { "file": "clients/python/iota_client/docs/CallbackInput.md", - "hash": "9187969940623684637" + "hash": "8491052083746104738" }, { "file": "clients/python/iota_client/docs/ConfigurationsApi.md", - "hash": "3183349678176964967" + "hash": "3098272033218413375" }, { "file": "clients/python/iota_client/docs/ConsentDto.md", - "hash": "16029340690816400821" + "hash": "7916517763673095211" }, { "file": "clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md", - "hash": "17759389024800381199" + "hash": "5899551376112353099" }, { "file": "clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md", - "hash": "10950188376855239141" + "hash": "17441055655444077777" }, { "file": "clients/python/iota_client/docs/CreateIotaConfigurationInput.md", - "hash": "12887231600731768239" + "hash": "15434039307006578937" }, { "file": "clients/python/iota_client/docs/CreatePexQueryInput.md", - "hash": "13134179148965576526" + "hash": "1027246731112442267" }, { "file": "clients/python/iota_client/docs/DefaultApi.md", - "hash": "13372469017954155143" + "hash": "4146995382963937040" }, { "file": "clients/python/iota_client/docs/DemoWbx.md", @@ -7899,91 +7915,91 @@ }, { "file": "clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md", - "hash": "3638840446402547222" + "hash": "3376459118842167709" }, { "file": "clients/python/iota_client/docs/InvalidParameterError.md", - "hash": "8893699035524559476" + "hash": "3263958877739697284" }, { "file": "clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md", - "hash": "6368454488486841509" + "hash": "2264554977109424856" }, { "file": "clients/python/iota_client/docs/IotaApi.md", - "hash": "8603173617010533876" + "hash": "8393368214443724705" }, { "file": "clients/python/iota_client/docs/IotaConfigurationDto.md", - "hash": "14444794270420155277" + "hash": "13704008279272812126" }, { "file": "clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md", - "hash": "5730267010394282757" + "hash": "16640622859816121392" }, { "file": "clients/python/iota_client/docs/ListConfigurationOK.md", - "hash": "11163421301192947067" + "hash": "513257750740865342" }, { "file": "clients/python/iota_client/docs/ListLoggedConsentsOK.md", - "hash": "14462884235009286158" + "hash": "4719120463606508994" }, { "file": "clients/python/iota_client/docs/ListPexQueriesOK.md", - "hash": "8435723040612262061" + "hash": "14118517433139987602" }, { "file": "clients/python/iota_client/docs/MessagePublishingError.md", - "hash": "11356280380255888567" + "hash": "13114069998461977348" }, { "file": "clients/python/iota_client/docs/NotFoundError.md", - "hash": "16708479337160356677" + "hash": "13668772766025069458" }, { "file": "clients/python/iota_client/docs/OperationForbiddenError.md", - "hash": "16070027301117495137" + "hash": "1722992618037253893" }, { "file": "clients/python/iota_client/docs/PexQueryApi.md", - "hash": "10953764968051655429" + "hash": "14496838672148021708" }, { "file": "clients/python/iota_client/docs/PexQueryDto.md", - "hash": "3871023872867390495" + "hash": "2783566494288875252" }, { "file": "clients/python/iota_client/docs/PrepareRequest.md", - "hash": "250591308635888607" + "hash": "1720725386162425095" }, { "file": "clients/python/iota_client/docs/PrepareRequestCreated.md", - "hash": "1926401282877376830" + "hash": "8658750455568735128" }, { "file": "clients/python/iota_client/docs/PrepareRequestCreatedData.md", - "hash": "3519607019738999651" + "hash": "2290674402629658230" }, { "file": "clients/python/iota_client/docs/ResourceLimitExceededError.md", - "hash": "3765925983021975465" + "hash": "17139247106453403043" }, { "file": "clients/python/iota_client/docs/UpdateConfigurationByIdInput.md", - "hash": "17932399494535043581" + "hash": "9486630363708263339" }, { "file": "clients/python/iota_client/docs/UpdateConfigurationByIdOK.md", - "hash": "1216097571263753697" + "hash": "310497045956383137" }, { "file": "clients/python/iota_client/docs/UpdatePexQueryInput.md", - "hash": "17816855837383358925" + "hash": "4176151950432610890" }, { "file": "clients/python/iota_client/docs/VPTokenValidationError.md", - "hash": "12046910065012951552" + "hash": "10735163891751318742" }, { "file": "clients/python/iota_client/pyproject.toml", @@ -8159,7 +8175,7 @@ }, { "file": "clients/python/login_configuration_client/.github/workflows/python.yml", - "hash": "2854664493711023121" + "hash": "8233252740142487035" }, { "file": "clients/python/login_configuration_client/.gitignore", @@ -8179,11 +8195,11 @@ }, { "file": "clients/python/login_configuration_client/.travis.yml", - "hash": "9948213502963157789" + "hash": "9887681263757820147" }, { "file": "clients/python/login_configuration_client/README.md", - "hash": "2747400299237312026" + "hash": "16392776604611551722" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py", @@ -8239,7 +8255,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py", - "hash": "8836910081235354509" + "hash": "17296081182949298279" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py", @@ -8247,7 +8263,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py", - "hash": "7520304790367077759" + "hash": "16967342373103193768" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py", @@ -8263,7 +8279,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py", - "hash": "5992432023117258806" + "hash": "16956470935292703047" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py", @@ -8271,7 +8287,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py", - "hash": "15406888274743788694" + "hash": "11547034081623676390" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py", @@ -8467,247 +8483,247 @@ }, { "file": "clients/python/login_configuration_client/docs/ActionForbiddenError.md", - "hash": "9776398404934716513" + "hash": "2937070130950046112" }, { "file": "clients/python/login_configuration_client/docs/AddUserToGroupInput.md", - "hash": "11576464692297318914" + "hash": "1734732774732619466" }, { "file": "clients/python/login_configuration_client/docs/AllowListApi.md", - "hash": "12809807615170324092" + "hash": "15043392304223062458" }, { "file": "clients/python/login_configuration_client/docs/BlockedUsers.md", - "hash": "11438696027268420222" + "hash": "775099864605334681" }, { "file": "clients/python/login_configuration_client/docs/BlockedUsersInput.md", - "hash": "3059683636644821865" + "hash": "9958835674155535198" }, { "file": "clients/python/login_configuration_client/docs/ConfigurationApi.md", - "hash": "7486803887251078197" + "hash": "12774721589580862924" }, { "file": "clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md", - "hash": "3171524639080835019" + "hash": "4573734481334847236" }, { "file": "clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md", - "hash": "2054542539343676071" + "hash": "10829063178404470972" }, { "file": "clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md", - "hash": "17102252667275318030" + "hash": "15776033703758906569" }, { "file": "clients/python/login_configuration_client/docs/CreateGroupInput.md", - "hash": "17476341848849163298" + "hash": "11740465688146224620" }, { "file": "clients/python/login_configuration_client/docs/CreateHydraNetworkError.md", - "hash": "11925672507712052007" + "hash": "653570433931430788" }, { "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md", - "hash": "16010925940786007919" + "hash": "13057628808272257483" }, { "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md", - "hash": "13583671445762469698" + "hash": "17428173833654167547" }, { "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md", - "hash": "9388002402103480076" + "hash": "3468300351522460644" }, { "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md", - "hash": "16601454884313072792" + "hash": "2191523407480617473" }, { "file": "clients/python/login_configuration_client/docs/CreateProjectNetworkError.md", - "hash": "12485464929533040307" + "hash": "8731339146020068370" }, { "file": "clients/python/login_configuration_client/docs/DenyListApi.md", - "hash": "10046805443318105568" + "hash": "8727115486795653590" }, { "file": "clients/python/login_configuration_client/docs/ErrorOAuth2.md", - "hash": "7884146539825085696" + "hash": "11609187293813518290" }, { "file": "clients/python/login_configuration_client/docs/GetUserInfo.md", - "hash": "5624827789857437301" + "hash": "2705977573728770172" }, { "file": "clients/python/login_configuration_client/docs/GroupApi.md", - "hash": "5842558944677156260" + "hash": "950296868179413157" }, { "file": "clients/python/login_configuration_client/docs/GroupDto.md", - "hash": "13346274876955230147" + "hash": "1627687967266317317" }, { "file": "clients/python/login_configuration_client/docs/GroupNames.md", - "hash": "11379849183173038383" + "hash": "13870791719750103694" }, { "file": "clients/python/login_configuration_client/docs/GroupNamesInput.md", - "hash": "5624296313052200812" + "hash": "5947052536429608305" }, { "file": "clients/python/login_configuration_client/docs/GroupUserMappingDto.md", - "hash": "138884257786808619" + "hash": "6209876646918655992" }, { "file": "clients/python/login_configuration_client/docs/GroupUserMappingsList.md", - "hash": "10879801568439835046" + "hash": "444022233177830738" }, { "file": "clients/python/login_configuration_client/docs/GroupsList.md", - "hash": "9274355156834437797" + "hash": "18113853610336342302" }, { "file": "clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md", - "hash": "15598059207393659342" + "hash": "9093525437872431140" }, { "file": "clients/python/login_configuration_client/docs/IdTokenMapping.md", - "hash": "14276874713926381941" + "hash": "1560490706280034605" }, { "file": "clients/python/login_configuration_client/docs/IdTokenMappingInner.md", - "hash": "7160929441172207253" + "hash": "3461613936422420205" }, { "file": "clients/python/login_configuration_client/docs/IdpApi.md", - "hash": "6346918158608542363" + "hash": "4707381158738501310" }, { "file": "clients/python/login_configuration_client/docs/InvalidClaimContextError.md", - "hash": "8105208895566287806" + "hash": "17933213842369056662" }, { "file": "clients/python/login_configuration_client/docs/InvalidGroupsError.md", - "hash": "9132292512216534447" + "hash": "10203602009177356117" }, { "file": "clients/python/login_configuration_client/docs/InvalidParameterError.md", - "hash": "8593942345276278110" + "hash": "14470496491087864360" }, { "file": "clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md", - "hash": "11959771384382555969" + "hash": "14088156279895321655" }, { "file": "clients/python/login_configuration_client/docs/JsonWebKey.md", - "hash": "2243473643998371977" + "hash": "14483755368923267467" }, { "file": "clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md", - "hash": "10928841933992920120" + "hash": "16504479521163428539" }, { "file": "clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md", - "hash": "6242720271523530010" + "hash": "140457976995537859" }, { "file": "clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md", - "hash": "12635769064739026952" + "hash": "8747479798253706419" }, { "file": "clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md", - "hash": "8677056588272379980" + "hash": "9994520511517027125" }, { "file": "clients/python/login_configuration_client/docs/LoginConfigurationObject.md", - "hash": "14754491411504194288" + "hash": "108482880986233782" }, { "file": "clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md", - "hash": "12043941661013704718" + "hash": "6089406452143220676" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md", - "hash": "12270562073516555468" + "hash": "8347781190954210392" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md", - "hash": "17558819949025500790" + "hash": "15601626779534737116" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionDto.md", - "hash": "18188593342305879849" + "hash": "5595267783962333227" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md", - "hash": "16822779315753007520" + "hash": "8162850791828948031" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md", - "hash": "6397253085266982285" + "hash": "18144146180946700899" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md", - "hash": "12902407549241396737" + "hash": "4384746503684508381" }, { "file": "clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md", - "hash": "7804660203031991383" + "hash": "2302183469089036787" }, { "file": "clients/python/login_configuration_client/docs/NotFoundError.md", - "hash": "16232451715312055140" + "hash": "11328145934616306660" }, { "file": "clients/python/login_configuration_client/docs/OAuth2Token.md", - "hash": "5690140055414838463" + "hash": "11650129057027285587" }, { "file": "clients/python/login_configuration_client/docs/OIDCConfig.md", - "hash": "5274166315929942187" + "hash": "5868916902688547940" }, { "file": "clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md", - "hash": "6036577001532885004" + "hash": "14262287387812779929" }, { "file": "clients/python/login_configuration_client/docs/RedirectResponse.md", - "hash": "16934949883879878658" + "hash": "14071223373526866428" }, { "file": "clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md", - "hash": "13964470852580284861" + "hash": "16686806424632366641" }, { "file": "clients/python/login_configuration_client/docs/ResourceCreationError.md", - "hash": "14859483334928664140" + "hash": "5313139003938660259" }, { "file": "clients/python/login_configuration_client/docs/ServiceErrorResponse.md", - "hash": "13102813136305632821" + "hash": "2906419057160509282" }, { "file": "clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md", - "hash": "1199476011534217039" + "hash": "12663545644430155663" }, { "file": "clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md", - "hash": "6079737798135311328" + "hash": "6921489027591757444" }, { "file": "clients/python/login_configuration_client/docs/UnauthorizedError.md", - "hash": "11661167087355618695" + "hash": "15175793638922201307" }, { "file": "clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md", - "hash": "11177661025997562287" + "hash": "7125315942026640813" }, { "file": "clients/python/login_configuration_client/docs/VPTokenValidationError.md", - "hash": "5231974096848188390" + "hash": "5593715056725652180" }, { "file": "clients/python/login_configuration_client/pyproject.toml", @@ -8983,7 +8999,7 @@ }, { "file": "clients/python/wallets_client/.github/workflows/python.yml", - "hash": "17012045302731306416" + "hash": "9335180153511217710" }, { "file": "clients/python/wallets_client/.gitignore", @@ -8995,7 +9011,7 @@ }, { "file": "clients/python/wallets_client/.openapi-generator/FILES", - "hash": "18443275414939639868" + "hash": "3512883569123536842" }, { "file": "clients/python/wallets_client/.openapi-generator/VERSION", @@ -9003,15 +9019,15 @@ }, { "file": "clients/python/wallets_client/.travis.yml", - "hash": "14040979060649467480" + "hash": "736743004049336141" }, { "file": "clients/python/wallets_client/README.md", - "hash": "6730341976740661702" + "hash": "2918065498468813308" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py", - "hash": "13183092204215836883" + "hash": "14578505613980806520" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api/__init__.py", @@ -9047,7 +9063,7 @@ }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py", - "hash": "9845656691520810996" + "hash": "3487118278419835424" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py", @@ -9079,7 +9095,7 @@ }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py", - "hash": "402625111614198075" + "hash": "15428425271588824308" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py", @@ -9115,7 +9131,7 @@ }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py", - "hash": "15975180275468967864" + "hash": "16465398223087028962" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py", @@ -9123,7 +9139,11 @@ }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py", - "hash": "1134076664935294485" + "hash": "10513643208697472318" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py", + "hash": "18161378009127509095" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py", @@ -9163,119 +9183,123 @@ }, { "file": "clients/python/wallets_client/docs/CreateWalletInput.md", - "hash": "8275129576455183038" + "hash": "1486711090928637169" }, { "file": "clients/python/wallets_client/docs/CreateWalletResponse.md", - "hash": "9023594687323910424" + "hash": "15649297168091148886" }, { "file": "clients/python/wallets_client/docs/DefaultApi.md", - "hash": "1822108627519869478" + "hash": "17939249811326634651" }, { "file": "clients/python/wallets_client/docs/DidKeyInputParams.md", - "hash": "5309041605696590235" + "hash": "531474115364983192" }, { "file": "clients/python/wallets_client/docs/DidWebInputParams.md", - "hash": "9767845221354700129" + "hash": "13241381494147844231" }, { "file": "clients/python/wallets_client/docs/EntityNotFoundError.md", - "hash": "14200437994950741638" + "hash": "16509015792486159544" }, { "file": "clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md", - "hash": "17884134363963211607" + "hash": "14990484108522314590" }, { "file": "clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md", - "hash": "18324859795873386641" + "hash": "9366043041970118634" }, { "file": "clients/python/wallets_client/docs/InvalidDidParameterError.md", - "hash": "7118577646998242540" + "hash": "9973191639668358208" }, { "file": "clients/python/wallets_client/docs/InvalidParameterError.md", - "hash": "12841414143818760445" + "hash": "3972689309500681380" }, { "file": "clients/python/wallets_client/docs/KeyNotFoundError.md", - "hash": "13922130225938761718" + "hash": "6663725511524568434" }, { "file": "clients/python/wallets_client/docs/NotFoundError.md", - "hash": "6067023042345297987" + "hash": "5605275047815725788" }, { "file": "clients/python/wallets_client/docs/OperationForbiddenError.md", - "hash": "6110685431754490476" + "hash": "16760554810209430410" }, { "file": "clients/python/wallets_client/docs/RevocationApi.md", - "hash": "16496475496189680742" + "hash": "13111884672054740753" }, { "file": "clients/python/wallets_client/docs/RevokeCredentialInput.md", - "hash": "13764791785535008327" + "hash": "11391410927379469185" }, { "file": "clients/python/wallets_client/docs/ServiceErrorResponse.md", - "hash": "957973867748971541" + "hash": "3470068455593866765" }, { "file": "clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md", - "hash": "18378112302055360087" + "hash": "12310141325503164711" }, { "file": "clients/python/wallets_client/docs/SignCredential400Response.md", - "hash": "17282899906787090083" + "hash": "15194262765689242283" }, { "file": "clients/python/wallets_client/docs/SignCredentialInputDto.md", - "hash": "16322768504274631253" + "hash": "17131613471405337875" }, { "file": "clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md", - "hash": "12060966479940374469" + "hash": "10997019410691172350" }, { "file": "clients/python/wallets_client/docs/SignCredentialResultDto.md", - "hash": "11315915837009987132" + "hash": "2776211747857884578" + }, + { + "file": "clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md", + "hash": "4857913417328621588" }, { "file": "clients/python/wallets_client/docs/SignJwtToken.md", - "hash": "17366948715994719307" + "hash": "1131487512199844997" }, { "file": "clients/python/wallets_client/docs/SignJwtTokenOK.md", - "hash": "13393774095054081452" + "hash": "1474801721223026698" }, { "file": "clients/python/wallets_client/docs/SigningFailedError.md", - "hash": "1351751500754211904" + "hash": "12458584544124583775" }, { "file": "clients/python/wallets_client/docs/UpdateWalletInput.md", - "hash": "15889819846914801269" + "hash": "15583106022725692017" }, { "file": "clients/python/wallets_client/docs/WalletApi.md", - "hash": "17082884954836990655" + "hash": "7506142988870135431" }, { "file": "clients/python/wallets_client/docs/WalletDto.md", - "hash": "4750701864178916126" + "hash": "14591513902404158570" }, { "file": "clients/python/wallets_client/docs/WalletDtoKeysInner.md", - "hash": "15670941138699214763" + "hash": "6787295544819582784" }, { "file": "clients/python/wallets_client/docs/WalletsListDto.md", - "hash": "15908062526585270433" + "hash": "13571992482981084337" }, { "file": "clients/python/wallets_client/pyproject.toml", @@ -9385,6 +9409,10 @@ "file": "clients/python/wallets_client/test/test_sign_credential_result_dto.py", "hash": "5572403529805450216" }, + { + "file": "clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py", + "hash": "7790649046761671707" + }, { "file": "clients/python/wallets_client/test/test_sign_jwt_token.py", "hash": "2020880252515048618" @@ -9459,7 +9487,7 @@ }, { "file": "package-lock.json", - "hash": "7467657866307740537" + "hash": "15283163812787910211" }, { "file": "package.json", diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash index 83d2d6f4..557b7e88 100644 --- a/.nx/workspace-data/lockfile.hash +++ b/.nx/workspace-data/lockfile.hash @@ -1 +1 @@ -13786563843267139396 \ No newline at end of file +2676219666036482414 \ No newline at end of file diff --git a/.nx/workspace-data/parsed-lock-file.json b/.nx/workspace-data/parsed-lock-file.json index c781fd78..7a071e78 100644 --- a/.nx/workspace-data/parsed-lock-file.json +++ b/.nx/workspace-data/parsed-lock-file.json @@ -252,6 +252,15 @@ "hash": "18395649546124891387" } }, + "npm:@affinidi-tdk/iota-client@1.9.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-MMszIMPCy/KFSEAU548IaqzeazF03oUf6EN+VctLdNeydJh2xmYahD2zKE3wbnNR1SCjuyoJIEq5NBzr7+anlg==" + } + }, "npm:@ampproject/remapping": { "type": "npm", "name": "npm:@ampproject/remapping", @@ -12242,6 +12251,21 @@ "target": "npm:brace-expansion", "type": "static" }, + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:url", + "type": "static" + }, { "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", "target": "npm:@typescript-eslint/parser@7.14.1", diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json index 834f2668..6f371e91 100644 --- a/.nx/workspace-data/project-graph.json +++ b/.nx/workspace-data/project-graph.json @@ -1317,6 +1317,15 @@ "hash": "18395649546124891387" } }, + "npm:@affinidi-tdk/iota-client@1.9.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-MMszIMPCy/KFSEAU548IaqzeazF03oUf6EN+VctLdNeydJh2xmYahD2zKE3wbnNR1SCjuyoJIEq5NBzr7+anlg==" + } + }, "npm:@ampproject/remapping": { "type": "npm", "name": "npm:@ampproject/remapping", @@ -13748,6 +13757,23 @@ "type": "static" } ], + "npm:@affinidi-tdk/iota-client@1.9.0": [ + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.9.0", + "target": "npm:url", + "type": "static" + } + ], "npm:@ampproject/remapping": [ { "source": "npm:@ampproject/remapping", diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index 7e95892a..18e7cdb5 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -120,6 +120,3 @@ lib/model/update_issuance_config_input.dart lib/model/vc_claimed_error.dart lib/model/well_known_open_id_credential_issuer_response.dart pubspec.yaml -test/credential_response_immediate_c_nonce_expires_in_test.dart -test/credential_response_immediate_credential_test.dart -test/list_issuance_response_issuances_inner_test.dart diff --git a/clients/dart/iam_client/doc/CreateTokenInput.md b/clients/dart/iam_client/doc/CreateTokenInput.md index 494cabe6..f7398595 100644 --- a/clients/dart/iam_client/doc/CreateTokenInput.md +++ b/clients/dart/iam_client/doc/CreateTokenInput.md @@ -8,9 +8,10 @@ import 'package:affinidi_tdk_iam_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------------ | ------------------------------------------------------------------- | ----------- | ----- | +| Name | Type | Description | Notes | +| ------------------------ | ------------------------------------------------------------------- | ----------- | ---------- | | **name** | **String** | | | **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | +| **description** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iam_client/doc/PolicyDto.md b/clients/dart/iam_client/doc/PolicyDto.md index 600e71f5..bcad7f6b 100644 --- a/clients/dart/iam_client/doc/PolicyDto.md +++ b/clients/dart/iam_client/doc/PolicyDto.md @@ -10,6 +10,8 @@ import 'package:affinidi_tdk_iam_client/api.dart'; | Name | Type | Description | Notes | | --------------- | ----------------------------------------------------- | ----------- | --------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | | **principalId** | **String** | | [optional] | | **projectId** | **String** | | [optional] | | **version** | **String** | | diff --git a/clients/dart/iam_client/lib/model/create_token_input.dart b/clients/dart/iam_client/lib/model/create_token_input.dart index 660e6e65..824cd7d2 100644 --- a/clients/dart/iam_client/lib/model/create_token_input.dart +++ b/clients/dart/iam_client/lib/model/create_token_input.dart @@ -15,30 +15,46 @@ class CreateTokenInput { CreateTokenInput({ required this.name, required this.authenticationMethod, + this.description, }); String name; TokenAuthenticationMethodDto authenticationMethod; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + @override bool operator ==(Object other) => identical(this, other) || other is CreateTokenInput && other.name == name && - other.authenticationMethod == authenticationMethod; + other.authenticationMethod == authenticationMethod && + other.description == description; @override int get hashCode => // ignore: unnecessary_parenthesis (name.hashCode) + - (authenticationMethod.hashCode); + (authenticationMethod.hashCode) + + (description == null ? 0 : description!.hashCode); @override - String toString() => 'CreateTokenInput[name=$name, authenticationMethod=$authenticationMethod]'; + String toString() => 'CreateTokenInput[name=$name, authenticationMethod=$authenticationMethod, description=$description]'; Map toJson() { final json = {}; json[r'name'] = this.name; json[r'authenticationMethod'] = this.authenticationMethod; + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } return json; } @@ -63,6 +79,7 @@ class CreateTokenInput { return CreateTokenInput( name: mapValueOfType(json, r'name')!, authenticationMethod: TokenAuthenticationMethodDto.fromJson(json[r'authenticationMethod'])!, + description: mapValueOfType(json, r'description'), ); } return null; diff --git a/clients/dart/iam_client/lib/model/policy_dto.dart b/clients/dart/iam_client/lib/model/policy_dto.dart index 6c87749c..fcdd9dd0 100644 --- a/clients/dart/iam_client/lib/model/policy_dto.dart +++ b/clients/dart/iam_client/lib/model/policy_dto.dart @@ -13,12 +13,30 @@ part of openapi.api; class PolicyDto { /// Returns a new [PolicyDto] instance. PolicyDto({ + this.name, + this.description, this.principalId, this.projectId, required this.version, this.statement = const [], }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -41,6 +59,8 @@ class PolicyDto { @override bool operator ==(Object other) => identical(this, other) || other is PolicyDto && + other.name == name && + other.description == description && other.principalId == principalId && other.projectId == projectId && other.version == version && @@ -49,16 +69,28 @@ class PolicyDto { @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (principalId == null ? 0 : principalId!.hashCode) + (projectId == null ? 0 : projectId!.hashCode) + (version.hashCode) + (statement.hashCode); @override - String toString() => 'PolicyDto[principalId=$principalId, projectId=$projectId, version=$version, statement=$statement]'; + String toString() => 'PolicyDto[name=$name, description=$description, principalId=$principalId, projectId=$projectId, version=$version, statement=$statement]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } if (this.principalId != null) { json[r'principalId'] = this.principalId; } else { @@ -93,6 +125,8 @@ class PolicyDto { }()); return PolicyDto( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), principalId: mapValueOfType(json, r'principalId'), projectId: mapValueOfType(json, r'projectId'), version: mapValueOfType(json, r'version')!, diff --git a/clients/dart/iota_client/.openapi-generator/FILES b/clients/dart/iota_client/.openapi-generator/FILES index 4c9ab3f6..c6197b1a 100644 --- a/clients/dart/iota_client/.openapi-generator/FILES +++ b/clients/dart/iota_client/.openapi-generator/FILES @@ -15,7 +15,6 @@ doc/CorsIotOidc4vpcallbackOK.md doc/CreateIotaConfigurationInput.md doc/CreatePexQueryInput.md doc/DefaultApi.md -doc/DemoWbx.md doc/GetIotaConfigurationMetaDataOK.md doc/InvalidParameterError.md doc/InvalidParameterErrorDetailsInner.md @@ -62,7 +61,6 @@ lib/model/cors_aws_exchange_credentials_ok.dart lib/model/cors_iot_oidc4vpcallback_ok.dart lib/model/create_iota_configuration_input.dart lib/model/create_pex_query_input.dart -lib/model/demo_wbx.dart lib/model/get_iota_configuration_meta_data_ok.dart lib/model/invalid_parameter_error.dart lib/model/invalid_parameter_error_details_inner.dart diff --git a/clients/dart/iota_client/README.md b/clients/dart/iota_client/README.md index fbfacd40..337207be 100644 --- a/clients/dart/iota_client/README.md +++ b/clients/dart/iota_client/README.md @@ -90,7 +90,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](doc//CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](doc//CreateIotaConfigurationInput.md) - [CreatePexQueryInput](doc//CreatePexQueryInput.md) -- [DemoWbx](doc//DemoWbx.md) - [GetIotaConfigurationMetaDataOK](doc//GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](doc//InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](doc//InvalidParameterErrorDetailsInner.md) diff --git a/clients/dart/iota_client/doc/ListPexQueriesOK.md b/clients/dart/iota_client/doc/ListPexQueriesOK.md index 24b209c4..ad48b6ff 100644 --- a/clients/dart/iota_client/doc/ListPexQueriesOK.md +++ b/clients/dart/iota_client/doc/ListPexQueriesOK.md @@ -8,8 +8,9 @@ import 'package:affinidi_tdk_iota_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| -------------- | --------------------------------------- | ----------- | --------------------- | -| **pexQueries** | [**List**](PexQueryDto.md) | | [default to const []] | +| Name | Type | Description | Notes | +| -------------------- | --------------------------------------- | ----------- | --------------------- | +| **pexQueries** | [**List**](PexQueryDto.md) | | [default to const []] | +| **lastEvaluatedKey** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/doc/PexQueryApi.md b/clients/dart/iota_client/doc/PexQueryApi.md index 65fb5f2a..532b0548 100644 --- a/clients/dart/iota_client/doc/PexQueryApi.md +++ b/clients/dart/iota_client/doc/PexQueryApi.md @@ -158,7 +158,7 @@ try { # **listPexQueries** -> ListPexQueriesOK listPexQueries(configurationId) +> ListPexQueriesOK listPexQueries(configurationId, limit, exclusiveStartKey) ### Example @@ -171,9 +171,11 @@ import 'package:affinidi_tdk_iota_client/api.dart'; final api_instance = PexQueryApi(); final configurationId = configurationId_example; // String | iotaConfiguration Id +final limit = 56; // int | Maximum number of records to fetch in a list +final exclusiveStartKey = exclusiveStartKey_example; // String | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. try { - final result = api_instance.listPexQueries(configurationId); + final result = api_instance.listPexQueries(configurationId, limit, exclusiveStartKey); print(result); } catch (e) { print('Exception when calling PexQueryApi->listPexQueries: $e\n'); @@ -182,9 +184,11 @@ try { ### Parameters -| Name | Type | Description | Notes | -| ------------------- | ---------- | -------------------- | ----- | -| **configurationId** | **String** | iotaConfiguration Id | +| Name | Type | Description | Notes | +| --------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configurationId** | **String** | iotaConfiguration Id | +| **limit** | **int** | Maximum number of records to fetch in a list | [optional] | +| **exclusiveStartKey** | **String** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] | ### Return type diff --git a/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md b/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md index 153abe09..b2a19900 100644 --- a/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md +++ b/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md @@ -16,6 +16,7 @@ import 'package:affinidi_tdk_iota_client/api.dart'; | **enableVerification** | **bool** | | [optional] | | **enableConsentAuditLog** | **bool** | | [optional] | | **tokenMaxAge** | **int** | token time to live in seconds | [optional] | +| **description** | **String** | The description of the config | [optional] | | **clientMetadata** | [**IotaConfigurationDtoClientMetadata**](IotaConfigurationDtoClientMetadata.md) | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/lib/api.dart b/clients/dart/iota_client/lib/api.dart index 6413fee7..3832afcf 100644 --- a/clients/dart/iota_client/lib/api.dart +++ b/clients/dart/iota_client/lib/api.dart @@ -44,7 +44,6 @@ part 'model/cors_aws_exchange_credentials_ok.dart'; part 'model/cors_iot_oidc4vpcallback_ok.dart'; part 'model/create_iota_configuration_input.dart'; part 'model/create_pex_query_input.dart'; -part 'model/demo_wbx.dart'; part 'model/get_iota_configuration_meta_data_ok.dart'; part 'model/invalid_parameter_error.dart'; part 'model/invalid_parameter_error_details_inner.dart'; diff --git a/clients/dart/iota_client/lib/api/pex_query_api.dart b/clients/dart/iota_client/lib/api/pex_query_api.dart index dc2a9828..b4174707 100644 --- a/clients/dart/iota_client/lib/api/pex_query_api.dart +++ b/clients/dart/iota_client/lib/api/pex_query_api.dart @@ -183,7 +183,13 @@ class PexQueryApi { /// /// * [String] configurationId (required): /// iotaConfiguration Id - Future listPexQueriesWithHttpInfo(String configurationId,) async { + /// + /// * [int] limit: + /// Maximum number of records to fetch in a list + /// + /// * [String] exclusiveStartKey: + /// The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. + Future listPexQueriesWithHttpInfo(String configurationId, { int? limit, String? exclusiveStartKey, }) async { // ignore: prefer_const_declarations final path = r'/v1/configurations/{configurationId}/pex-queries' .replaceAll('{configurationId}', configurationId); @@ -195,6 +201,13 @@ class PexQueryApi { final headerParams = {}; final formParams = {}; + if (limit != null) { + queryParams.addAll(_queryParams('', 'limit', limit)); + } + if (exclusiveStartKey != null) { + queryParams.addAll(_queryParams('', 'exclusiveStartKey', exclusiveStartKey)); + } + const contentTypes = []; @@ -213,8 +226,14 @@ class PexQueryApi { /// /// * [String] configurationId (required): /// iotaConfiguration Id - Future listPexQueries(String configurationId,) async { - final response = await listPexQueriesWithHttpInfo(configurationId,); + /// + /// * [int] limit: + /// Maximum number of records to fetch in a list + /// + /// * [String] exclusiveStartKey: + /// The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. + Future listPexQueries(String configurationId, { int? limit, String? exclusiveStartKey, }) async { + final response = await listPexQueriesWithHttpInfo(configurationId, limit: limit, exclusiveStartKey: exclusiveStartKey, ); if (response.statusCode >= HttpStatus.badRequest) { throw ApiException(response.statusCode, await _decodeBodyBytes(response)); } diff --git a/clients/dart/iota_client/lib/api_client.dart b/clients/dart/iota_client/lib/api_client.dart index 12e707ce..80db30a7 100644 --- a/clients/dart/iota_client/lib/api_client.dart +++ b/clients/dart/iota_client/lib/api_client.dart @@ -202,8 +202,6 @@ class ApiClient { return CreateIotaConfigurationInput.fromJson(value); case 'CreatePexQueryInput': return CreatePexQueryInput.fromJson(value); - case 'DemoWbx': - return DemoWbx.fromJson(value); case 'GetIotaConfigurationMetaDataOK': return GetIotaConfigurationMetaDataOK.fromJson(value); case 'InvalidParameterError': diff --git a/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart b/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart index f856e626..3b9dcd97 100644 --- a/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart +++ b/clients/dart/iota_client/lib/model/list_pex_queries_ok.dart @@ -14,25 +14,41 @@ class ListPexQueriesOK { /// Returns a new [ListPexQueriesOK] instance. ListPexQueriesOK({ this.pexQueries = const [], + this.lastEvaluatedKey, }); List pexQueries; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? lastEvaluatedKey; + @override bool operator ==(Object other) => identical(this, other) || other is ListPexQueriesOK && - _deepEquality.equals(other.pexQueries, pexQueries); + _deepEquality.equals(other.pexQueries, pexQueries) && + other.lastEvaluatedKey == lastEvaluatedKey; @override int get hashCode => // ignore: unnecessary_parenthesis - (pexQueries.hashCode); + (pexQueries.hashCode) + + (lastEvaluatedKey == null ? 0 : lastEvaluatedKey!.hashCode); @override - String toString() => 'ListPexQueriesOK[pexQueries=$pexQueries]'; + String toString() => 'ListPexQueriesOK[pexQueries=$pexQueries, lastEvaluatedKey=$lastEvaluatedKey]'; Map toJson() { final json = {}; json[r'pexQueries'] = this.pexQueries; + if (this.lastEvaluatedKey != null) { + json[r'lastEvaluatedKey'] = this.lastEvaluatedKey; + } else { + json[r'lastEvaluatedKey'] = null; + } return json; } @@ -56,6 +72,7 @@ class ListPexQueriesOK { return ListPexQueriesOK( pexQueries: PexQueryDto.listFromJson(json[r'pexQueries']), + lastEvaluatedKey: mapValueOfType(json, r'lastEvaluatedKey'), ); } return null; diff --git a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart index 2c4f9efe..b7874542 100644 --- a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart +++ b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart @@ -19,6 +19,7 @@ class UpdateConfigurationByIdInput { this.enableVerification, this.enableConsentAuditLog, this.tokenMaxAge, + this.description, this.clientMetadata, }); @@ -74,6 +75,15 @@ class UpdateConfigurationByIdInput { /// int? tokenMaxAge; + /// The description of the config + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -90,6 +100,7 @@ class UpdateConfigurationByIdInput { other.enableVerification == enableVerification && other.enableConsentAuditLog == enableConsentAuditLog && other.tokenMaxAge == tokenMaxAge && + other.description == description && other.clientMetadata == clientMetadata; @override @@ -101,10 +112,11 @@ class UpdateConfigurationByIdInput { (enableVerification == null ? 0 : enableVerification!.hashCode) + (enableConsentAuditLog == null ? 0 : enableConsentAuditLog!.hashCode) + (tokenMaxAge == null ? 0 : tokenMaxAge!.hashCode) + + (description == null ? 0 : description!.hashCode) + (clientMetadata == null ? 0 : clientMetadata!.hashCode); @override - String toString() => 'UpdateConfigurationByIdInput[name=$name, walletAri=$walletAri, iotaResponseWebhookURL=$iotaResponseWebhookURL, enableVerification=$enableVerification, enableConsentAuditLog=$enableConsentAuditLog, tokenMaxAge=$tokenMaxAge, clientMetadata=$clientMetadata]'; + String toString() => 'UpdateConfigurationByIdInput[name=$name, walletAri=$walletAri, iotaResponseWebhookURL=$iotaResponseWebhookURL, enableVerification=$enableVerification, enableConsentAuditLog=$enableConsentAuditLog, tokenMaxAge=$tokenMaxAge, description=$description, clientMetadata=$clientMetadata]'; Map toJson() { final json = {}; @@ -138,6 +150,11 @@ class UpdateConfigurationByIdInput { } else { json[r'tokenMaxAge'] = null; } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } if (this.clientMetadata != null) { json[r'clientMetadata'] = this.clientMetadata; } else { @@ -171,6 +188,7 @@ class UpdateConfigurationByIdInput { enableVerification: mapValueOfType(json, r'enableVerification'), enableConsentAuditLog: mapValueOfType(json, r'enableConsentAuditLog'), tokenMaxAge: mapValueOfType(json, r'tokenMaxAge'), + description: mapValueOfType(json, r'description'), clientMetadata: IotaConfigurationDtoClientMetadata.fromJson(json[r'clientMetadata']), ); } diff --git a/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md b/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md index c69978be..389e24f4 100644 --- a/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md +++ b/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ---------- | ---------- | ----------------------------- | ----- | -| **userId** | **String** | Unique identifier of the user | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------------------------- | ---------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **userId** | **String** | Unique identifier of the user | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/BlockedUsersInput.md b/clients/dart/login_configuration_client/doc/BlockedUsersInput.md index c586219c..1b0ff2ab 100644 --- a/clients/dart/login_configuration_client/doc/BlockedUsersInput.md +++ b/clients/dart/login_configuration_client/doc/BlockedUsersInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ----------- | ---------------- | ----------- | --------------------- | -| **userIds** | **List** | | [default to const []] | +| Name | Type | Description | Notes | +| --------------- | ---------------- | ----------- | --------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **userIds** | **List** | | [default to const []] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/CreateGroupInput.md b/clients/dart/login_configuration_client/doc/CreateGroupInput.md index 8c0943e2..38bc6e1b 100644 --- a/clients/dart/login_configuration_client/doc/CreateGroupInput.md +++ b/clients/dart/login_configuration_client/doc/CreateGroupInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------- | ---------- | ------------------------------------------ | ----- | -| **groupName** | **String** | name of the group for users, used as an id | +| Name | Type | Description | Notes | +| --------------- | ---------- | ------------------------------------------ | ---------- | +| **groupName** | **String** | name of the group for users, used as an id | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md b/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md index c9de07af..c321f646 100644 --- a/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md +++ b/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md @@ -11,6 +11,7 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; | Name | Type | Description | Notes | | --------------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | | **name** | **String** | User defined login configuration name | +| **description** | **String** | | [optional] | | **redirectUris** | **List** | OAuth 2.0 Redirect URIs | [default to const []] | | **postLogoutRedirectUris** | **List** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] [default to const []] | | **vpDefinition** | **String** | VP definition in JSON stringify format | [optional] | diff --git a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart index 10449641..0a3a7923 100644 --- a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart @@ -13,26 +13,58 @@ part of openapi.api; class AddUserToGroupInput { /// Returns a new [AddUserToGroupInput] instance. AddUserToGroupInput({ + this.name, + this.description, required this.userId, }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// Unique identifier of the user String userId; @override bool operator ==(Object other) => identical(this, other) || other is AddUserToGroupInput && + other.name == name && + other.description == description && other.userId == userId; @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (userId.hashCode); @override - String toString() => 'AddUserToGroupInput[userId=$userId]'; + String toString() => 'AddUserToGroupInput[name=$name, description=$description, userId=$userId]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'userId'] = this.userId; return json; } @@ -56,6 +88,8 @@ class AddUserToGroupInput { }()); return AddUserToGroupInput( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), userId: mapValueOfType(json, r'userId')!, ); } diff --git a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart index 00f11594..28dbe823 100644 --- a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart +++ b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart @@ -13,25 +13,57 @@ part of openapi.api; class BlockedUsersInput { /// Returns a new [BlockedUsersInput] instance. BlockedUsersInput({ + this.name, + this.description, this.userIds = const [], }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + List userIds; @override bool operator ==(Object other) => identical(this, other) || other is BlockedUsersInput && + other.name == name && + other.description == description && _deepEquality.equals(other.userIds, userIds); @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (userIds.hashCode); @override - String toString() => 'BlockedUsersInput[userIds=$userIds]'; + String toString() => 'BlockedUsersInput[name=$name, description=$description, userIds=$userIds]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'userIds'] = this.userIds; return json; } @@ -55,6 +87,8 @@ class BlockedUsersInput { }()); return BlockedUsersInput( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), userIds: json[r'userIds'] is Iterable ? (json[r'userIds'] as Iterable).cast().toList(growable: false) : const [], diff --git a/clients/dart/login_configuration_client/lib/model/create_group_input.dart b/clients/dart/login_configuration_client/lib/model/create_group_input.dart index 7ef36353..5cffde21 100644 --- a/clients/dart/login_configuration_client/lib/model/create_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_group_input.dart @@ -14,26 +14,58 @@ class CreateGroupInput { /// Returns a new [CreateGroupInput] instance. CreateGroupInput({ required this.groupName, + this.name, + this.description, }); /// name of the group for users, used as an id String groupName; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + @override bool operator ==(Object other) => identical(this, other) || other is CreateGroupInput && - other.groupName == groupName; + other.groupName == groupName && + other.name == name && + other.description == description; @override int get hashCode => // ignore: unnecessary_parenthesis - (groupName.hashCode); + (groupName.hashCode) + + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode); @override - String toString() => 'CreateGroupInput[groupName=$groupName]'; + String toString() => 'CreateGroupInput[groupName=$groupName, name=$name, description=$description]'; Map toJson() { final json = {}; json[r'groupName'] = this.groupName; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } return json; } @@ -57,6 +89,8 @@ class CreateGroupInput { return CreateGroupInput( groupName: mapValueOfType(json, r'groupName')!, + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), ); } return null; diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart index 8c340f1f..2be5b80c 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart @@ -14,6 +14,7 @@ class CreateLoginConfigurationInput { /// Returns a new [CreateLoginConfigurationInput] instance. CreateLoginConfigurationInput({ required this.name, + this.description, this.redirectUris = const [], this.postLogoutRedirectUris = const [], this.vpDefinition, @@ -28,6 +29,14 @@ class CreateLoginConfigurationInput { /// User defined login configuration name String name; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// OAuth 2.0 Redirect URIs List redirectUris; @@ -86,6 +95,7 @@ class CreateLoginConfigurationInput { @override bool operator ==(Object other) => identical(this, other) || other is CreateLoginConfigurationInput && other.name == name && + other.description == description && _deepEquality.equals(other.redirectUris, redirectUris) && _deepEquality.equals(other.postLogoutRedirectUris, postLogoutRedirectUris) && other.vpDefinition == vpDefinition && @@ -100,6 +110,7 @@ class CreateLoginConfigurationInput { int get hashCode => // ignore: unnecessary_parenthesis (name.hashCode) + + (description == null ? 0 : description!.hashCode) + (redirectUris.hashCode) + (postLogoutRedirectUris.hashCode) + (vpDefinition == null ? 0 : vpDefinition!.hashCode) + @@ -111,11 +122,16 @@ class CreateLoginConfigurationInput { (tokenEndpointAuthMethod == null ? 0 : tokenEndpointAuthMethod!.hashCode); @override - String toString() => 'CreateLoginConfigurationInput[name=$name, redirectUris=$redirectUris, postLogoutRedirectUris=$postLogoutRedirectUris, vpDefinition=$vpDefinition, presentationDefinition=$presentationDefinition, clientMetadata=$clientMetadata, claimFormat=$claimFormat, failOnMappingConflict=$failOnMappingConflict, scope=$scope, tokenEndpointAuthMethod=$tokenEndpointAuthMethod]'; + String toString() => 'CreateLoginConfigurationInput[name=$name, description=$description, redirectUris=$redirectUris, postLogoutRedirectUris=$postLogoutRedirectUris, vpDefinition=$vpDefinition, presentationDefinition=$presentationDefinition, clientMetadata=$clientMetadata, claimFormat=$claimFormat, failOnMappingConflict=$failOnMappingConflict, scope=$scope, tokenEndpointAuthMethod=$tokenEndpointAuthMethod]'; Map toJson() { final json = {}; json[r'name'] = this.name; + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'redirectUris'] = this.redirectUris; json[r'postLogoutRedirectUris'] = this.postLogoutRedirectUris; if (this.vpDefinition != null) { @@ -172,6 +188,7 @@ class CreateLoginConfigurationInput { return CreateLoginConfigurationInput( name: mapValueOfType(json, r'name')!, + description: mapValueOfType(json, r'description'), redirectUris: json[r'redirectUris'] is Iterable ? (json[r'redirectUris'] as Iterable).cast().toList(growable: false) : const [], diff --git a/clients/dart/wallets_client/.openapi-generator/FILES b/clients/dart/wallets_client/.openapi-generator/FILES index 0264fd95..6619f673 100644 --- a/clients/dart/wallets_client/.openapi-generator/FILES +++ b/clients/dart/wallets_client/.openapi-generator/FILES @@ -23,6 +23,7 @@ doc/SignCredential400Response.md doc/SignCredentialInputDto.md doc/SignCredentialInputDtoUnsignedCredentialParams.md doc/SignCredentialResultDto.md +doc/SignCredentialResultDtoSignedCredential.md doc/SignJwtToken.md doc/SignJwtTokenOK.md doc/SigningFailedError.md @@ -62,6 +63,7 @@ lib/model/sign_credential400_response.dart lib/model/sign_credential_input_dto.dart lib/model/sign_credential_input_dto_unsigned_credential_params.dart lib/model/sign_credential_result_dto.dart +lib/model/sign_credential_result_dto_signed_credential.dart lib/model/sign_jwt_token.dart lib/model/sign_jwt_token_ok.dart lib/model/signing_failed_error.dart @@ -70,3 +72,4 @@ lib/model/wallet_dto.dart lib/model/wallet_dto_keys_inner.dart lib/model/wallets_list_dto.dart pubspec.yaml +test/sign_credential_result_dto_signed_credential_test.dart diff --git a/clients/dart/wallets_client/README.md b/clients/dart/wallets_client/README.md index b6a11aaf..1918b9c0 100644 --- a/clients/dart/wallets_client/README.md +++ b/clients/dart/wallets_client/README.md @@ -101,6 +101,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](doc//SignCredentialInputDto.md) - [SignCredentialInputDtoUnsignedCredentialParams](doc//SignCredentialInputDtoUnsignedCredentialParams.md) - [SignCredentialResultDto](doc//SignCredentialResultDto.md) +- [SignCredentialResultDtoSignedCredential](doc//SignCredentialResultDtoSignedCredential.md) - [SignJwtToken](doc//SignJwtToken.md) - [SignJwtTokenOK](doc//SignJwtTokenOK.md) - [SigningFailedError](doc//SigningFailedError.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialInputDto.md b/clients/dart/wallets_client/doc/SignCredentialInputDto.md index a92332e9..ba2bd4cc 100644 --- a/clients/dart/wallets_client/doc/SignCredentialInputDto.md +++ b/clients/dart/wallets_client/doc/SignCredentialInputDto.md @@ -12,6 +12,7 @@ import 'package:affinidi_tdk_wallets_client/api.dart'; | ---------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ---------- | | **unsignedCredential** | [**Object**](.md) | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] | | **revocable** | **bool** | | [optional] | +| **credentialFormat** | **String** | | [optional] | | **unsignedCredentialParams** | [**SignCredentialInputDtoUnsignedCredentialParams**](SignCredentialInputDtoUnsignedCredentialParams.md) | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialResultDto.md b/clients/dart/wallets_client/doc/SignCredentialResultDto.md index 28c782ac..f05f8e74 100644 --- a/clients/dart/wallets_client/doc/SignCredentialResultDto.md +++ b/clients/dart/wallets_client/doc/SignCredentialResultDto.md @@ -8,8 +8,8 @@ import 'package:affinidi_tdk_wallets_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| -------------------- | ----------------- | ----------- | ----- | -| **signedCredential** | [**Object**](.md) | | +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------------------------------- | ----------- | ----- | +| **signedCredential** | [**SignCredentialResultDtoSignedCredential**](SignCredentialResultDtoSignedCredential.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md b/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md new file mode 100644 index 00000000..7517ab45 --- /dev/null +++ b/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md @@ -0,0 +1,14 @@ +# affinidi_tdk_wallets_client.model.SignCredentialResultDtoSignedCredential + +## Load the model package + +```dart +import 'package:affinidi_tdk_wallets_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/lib/api.dart b/clients/dart/wallets_client/lib/api.dart index 03b6c43d..bf8b778e 100644 --- a/clients/dart/wallets_client/lib/api.dart +++ b/clients/dart/wallets_client/lib/api.dart @@ -51,6 +51,7 @@ part 'model/sign_credential400_response.dart'; part 'model/sign_credential_input_dto.dart'; part 'model/sign_credential_input_dto_unsigned_credential_params.dart'; part 'model/sign_credential_result_dto.dart'; +part 'model/sign_credential_result_dto_signed_credential.dart'; part 'model/sign_jwt_token.dart'; part 'model/sign_jwt_token_ok.dart'; part 'model/signing_failed_error.dart'; diff --git a/clients/dart/wallets_client/lib/api_client.dart b/clients/dart/wallets_client/lib/api_client.dart index 133550d8..f963ba89 100644 --- a/clients/dart/wallets_client/lib/api_client.dart +++ b/clients/dart/wallets_client/lib/api_client.dart @@ -220,6 +220,8 @@ class ApiClient { return SignCredentialInputDtoUnsignedCredentialParams.fromJson(value); case 'SignCredentialResultDto': return SignCredentialResultDto.fromJson(value); + case 'SignCredentialResultDtoSignedCredential': + return SignCredentialResultDtoSignedCredential.fromJson(value); case 'SignJwtToken': return SignJwtToken.fromJson(value); case 'SignJwtTokenOK': diff --git a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart index 0f748be6..ee306656 100644 --- a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart +++ b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart @@ -222,11 +222,11 @@ class InvalidDidParameterErrorMessageEnum { String toJson() => value; - static const givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod = InvalidDidParameterErrorMessageEnum._(r'Given did in field \"toDid\" is invalid. Use only resolvable form of did.'); + static const givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod = InvalidDidParameterErrorMessageEnum._(r'Given did in field 'toDid' is invalid. Use only resolvable form of did.'); /// List of all possible values in this [enum][InvalidDidParameterErrorMessageEnum]. static const values = [ - givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod, + givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod, ]; static InvalidDidParameterErrorMessageEnum? fromJson(dynamic value) => InvalidDidParameterErrorMessageEnumTypeTransformer().decode(value); @@ -265,7 +265,7 @@ class InvalidDidParameterErrorMessageEnumTypeTransformer { InvalidDidParameterErrorMessageEnum? decode(dynamic data, {bool allowNull = true}) { if (data != null) { switch (data) { - case r'Given did in field \"toDid\" is invalid. Use only resolvable form of did.': return InvalidDidParameterErrorMessageEnum.givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod; + case r'Given did in field 'toDid' is invalid. Use only resolvable form of did.': return InvalidDidParameterErrorMessageEnum.givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart index 34bd52bb..6bbaceed 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart @@ -15,6 +15,7 @@ class SignCredentialInputDto { SignCredentialInputDto({ this.unsignedCredential, this.revocable, + this.credentialFormat, this.unsignedCredentialParams, }); @@ -35,6 +36,8 @@ class SignCredentialInputDto { /// bool? revocable; + SignCredentialInputDtoCredentialFormatEnum? credentialFormat; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -47,6 +50,7 @@ class SignCredentialInputDto { bool operator ==(Object other) => identical(this, other) || other is SignCredentialInputDto && other.unsignedCredential == unsignedCredential && other.revocable == revocable && + other.credentialFormat == credentialFormat && other.unsignedCredentialParams == unsignedCredentialParams; @override @@ -54,10 +58,11 @@ class SignCredentialInputDto { // ignore: unnecessary_parenthesis (unsignedCredential == null ? 0 : unsignedCredential!.hashCode) + (revocable == null ? 0 : revocable!.hashCode) + + (credentialFormat == null ? 0 : credentialFormat!.hashCode) + (unsignedCredentialParams == null ? 0 : unsignedCredentialParams!.hashCode); @override - String toString() => 'SignCredentialInputDto[unsignedCredential=$unsignedCredential, revocable=$revocable, unsignedCredentialParams=$unsignedCredentialParams]'; + String toString() => 'SignCredentialInputDto[unsignedCredential=$unsignedCredential, revocable=$revocable, credentialFormat=$credentialFormat, unsignedCredentialParams=$unsignedCredentialParams]'; Map toJson() { final json = {}; @@ -71,6 +76,11 @@ class SignCredentialInputDto { } else { json[r'revocable'] = null; } + if (this.credentialFormat != null) { + json[r'credentialFormat'] = this.credentialFormat; + } else { + json[r'credentialFormat'] = null; + } if (this.unsignedCredentialParams != null) { json[r'unsignedCredentialParams'] = this.unsignedCredentialParams; } else { @@ -100,6 +110,7 @@ class SignCredentialInputDto { return SignCredentialInputDto( unsignedCredential: mapValueOfType(json, r'unsignedCredential'), revocable: mapValueOfType(json, r'revocable'), + credentialFormat: SignCredentialInputDtoCredentialFormatEnum.fromJson(json[r'credentialFormat']), unsignedCredentialParams: SignCredentialInputDtoUnsignedCredentialParams.fromJson(json[r'unsignedCredentialParams']), ); } @@ -151,3 +162,77 @@ class SignCredentialInputDto { }; } + +class SignCredentialInputDtoCredentialFormatEnum { + /// Instantiate a new enum with the provided [value]. + const SignCredentialInputDtoCredentialFormatEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const ldpVc = SignCredentialInputDtoCredentialFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = SignCredentialInputDtoCredentialFormatEnum._(r'jwt_vc_json-ld'); + + /// List of all possible values in this [enum][SignCredentialInputDtoCredentialFormatEnum]. + static const values = [ + ldpVc, + jwtVcJsonLd, + ]; + + static SignCredentialInputDtoCredentialFormatEnum? fromJson(dynamic value) => SignCredentialInputDtoCredentialFormatEnumTypeTransformer().decode(value); + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SignCredentialInputDtoCredentialFormatEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [SignCredentialInputDtoCredentialFormatEnum] to String, +/// and [decode] dynamic data back to [SignCredentialInputDtoCredentialFormatEnum]. +class SignCredentialInputDtoCredentialFormatEnumTypeTransformer { + factory SignCredentialInputDtoCredentialFormatEnumTypeTransformer() => _instance ??= const SignCredentialInputDtoCredentialFormatEnumTypeTransformer._(); + + const SignCredentialInputDtoCredentialFormatEnumTypeTransformer._(); + + String encode(SignCredentialInputDtoCredentialFormatEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a SignCredentialInputDtoCredentialFormatEnum. + /// + /// If [allowNull] is true and the [dynamic value][data] cannot be decoded successfully, + /// then null is returned. However, if [allowNull] is false and the [dynamic value][data] + /// cannot be decoded successfully, then an [UnimplementedError] is thrown. + /// + /// The [allowNull] is very handy when an API changes and a new enum value is added or removed, + /// and users are still using an old app with the old code. + SignCredentialInputDtoCredentialFormatEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'ldp_vc': return SignCredentialInputDtoCredentialFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return SignCredentialInputDtoCredentialFormatEnum.jwtVcJsonLd; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [SignCredentialInputDtoCredentialFormatEnumTypeTransformer] instance. + static SignCredentialInputDtoCredentialFormatEnumTypeTransformer? _instance; +} + + diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart index b4bbaaa3..e3234208 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart @@ -16,7 +16,7 @@ class SignCredentialResultDto { required this.signedCredential, }); - Object signedCredential; + SignCredentialResultDtoSignedCredential signedCredential; @override bool operator ==(Object other) => identical(this, other) || other is SignCredentialResultDto && @@ -55,7 +55,7 @@ class SignCredentialResultDto { }()); return SignCredentialResultDto( - signedCredential: mapValueOfType(json, r'signedCredential')!, + signedCredential: SignCredentialResultDtoSignedCredential.fromJson(json[r'signedCredential'])!, ); } return null; diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart new file mode 100644 index 00000000..951cc38b --- /dev/null +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart @@ -0,0 +1,101 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class SignCredentialResultDtoSignedCredential { + /// Returns a new [SignCredentialResultDtoSignedCredential] instance. + SignCredentialResultDtoSignedCredential({ + }); + + @override + bool operator ==(Object other) => identical(this, other) || other is SignCredentialResultDtoSignedCredential && + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + + @override + String toString() => 'SignCredentialResultDtoSignedCredential[]'; + + Map toJson() { + final json = {}; + return json; + } + + /// Returns a new [SignCredentialResultDtoSignedCredential] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static SignCredentialResultDtoSignedCredential? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "SignCredentialResultDtoSignedCredential[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "SignCredentialResultDtoSignedCredential[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return SignCredentialResultDtoSignedCredential( + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SignCredentialResultDtoSignedCredential.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = SignCredentialResultDtoSignedCredential.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of SignCredentialResultDtoSignedCredential-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = SignCredentialResultDtoSignedCredential.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart b/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart new file mode 100644 index 00000000..23b87433 --- /dev/null +++ b/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart @@ -0,0 +1,22 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_wallets_client/api.dart'; +import 'package:test/test.dart'; + +// tests for SignCredentialResultDtoSignedCredential +void main() { + // final instance = SignCredentialResultDtoSignedCredential(); + + group('test SignCredentialResultDtoSignedCredential', () { + + }); + +} diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index f9395dcd..ffdc29ba 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -125,7 +125,4 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_credential_response_immediate_c_nonce_expires_in.py -test/test_credential_response_immediate_credential.py -test/test_list_issuance_response_issuances_inner.py tox.ini diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py index 13041502..5eeda308 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py @@ -19,8 +19,8 @@ import json - -from pydantic import BaseModel, Field, constr, validator +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr, validator from affinidi_tdk_iam_client.models.token_authentication_method_dto import TokenAuthenticationMethodDto class CreateTokenInput(BaseModel): @@ -29,7 +29,8 @@ class CreateTokenInput(BaseModel): """ name: constr(strict=True) = Field(...) authentication_method: TokenAuthenticationMethodDto = Field(..., alias="authenticationMethod") - __properties = ["name", "authenticationMethod"] + description: Optional[StrictStr] = None + __properties = ["name", "authenticationMethod", "description"] @validator('name') def name_validate_regular_expression(cls, value): @@ -78,7 +79,8 @@ def from_dict(cls, obj: dict) -> CreateTokenInput: _obj = CreateTokenInput.parse_obj({ "name": obj.get("name"), - "authentication_method": TokenAuthenticationMethodDto.from_dict(obj.get("authenticationMethod")) if obj.get("authenticationMethod") is not None else None + "authentication_method": TokenAuthenticationMethodDto.from_dict(obj.get("authenticationMethod")) if obj.get("authenticationMethod") is not None else None, + "description": obj.get("description") }) return _obj diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py index 928cee9a..df53db45 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py @@ -27,11 +27,13 @@ class PolicyDto(BaseModel): """ PolicyDto """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None principal_id: Optional[StrictStr] = Field(None, alias="principalId") project_id: Optional[StrictStr] = Field(None, alias="projectId") version: StrictStr = Field(...) statement: conlist(PolicyStatementDto) = Field(...) - __properties = ["principalId", "projectId", "version", "statement"] + __properties = ["name", "description", "principalId", "projectId", "version", "statement"] class Config: """Pydantic configuration""" @@ -76,6 +78,8 @@ def from_dict(cls, obj: dict) -> PolicyDto: return PolicyDto.parse_obj(obj) _obj = PolicyDto.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "principal_id": obj.get("principalId"), "project_id": obj.get("projectId"), "version": obj.get("version"), diff --git a/clients/python/iam_client/docs/CreateTokenInput.md b/clients/python/iam_client/docs/CreateTokenInput.md index 5b6182cb..a226a38d 100644 --- a/clients/python/iam_client/docs/CreateTokenInput.md +++ b/clients/python/iam_client/docs/CreateTokenInput.md @@ -2,10 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------- | ------------------------------------------------------------------- | ----------- | ----- | +| Name | Type | Description | Notes | +| ------------------------- | ------------------------------------------------------------------- | ----------- | ---------- | | **name** | **str** | | | **authentication_method** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | +| **description** | **str** | | [optional] | ## Example diff --git a/clients/python/iam_client/docs/PolicyDto.md b/clients/python/iam_client/docs/PolicyDto.md index 19f5260b..b57f7f28 100644 --- a/clients/python/iam_client/docs/PolicyDto.md +++ b/clients/python/iam_client/docs/PolicyDto.md @@ -4,6 +4,8 @@ | Name | Type | Description | Notes | | ---------------- | ----------------------------------------------------- | ----------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | | **principal_id** | **str** | | [optional] | | **project_id** | **str** | | [optional] | | **version** | **str** | | diff --git a/clients/python/iota_client/.openapi-generator/FILES b/clients/python/iota_client/.openapi-generator/FILES index 7517e811..30636857 100644 --- a/clients/python/iota_client/.openapi-generator/FILES +++ b/clients/python/iota_client/.openapi-generator/FILES @@ -24,7 +24,6 @@ affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py affinidi_tdk_iota_client/models/create_iota_configuration_input.py affinidi_tdk_iota_client/models/create_pex_query_input.py -affinidi_tdk_iota_client/models/demo_wbx.py affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py affinidi_tdk_iota_client/models/invalid_parameter_error.py affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py @@ -60,7 +59,6 @@ docs/CorsIotOidc4vpcallbackOK.md docs/CreateIotaConfigurationInput.md docs/CreatePexQueryInput.md docs/DefaultApi.md -docs/DemoWbx.md docs/GetIotaConfigurationMetaDataOK.md docs/InvalidParameterError.md docs/InvalidParameterErrorDetailsInner.md diff --git a/clients/python/iota_client/README.md b/clients/python/iota_client/README.md index 65b58074..3bfeb8ec 100644 --- a/clients/python/iota_client/README.md +++ b/clients/python/iota_client/README.md @@ -118,7 +118,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](docs/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](docs/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](docs/CreatePexQueryInput.md) -- [DemoWbx](docs/DemoWbx.md) - [GetIotaConfigurationMetaDataOK](docs/GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](docs/InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](docs/InvalidParameterErrorDetailsInner.md) diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py index f80a685e..a85c8f51 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py @@ -46,7 +46,6 @@ from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput -from affinidi_tdk_iota_client.models.demo_wbx import DemoWbx from affinidi_tdk_iota_client.models.get_iota_configuration_meta_data_ok import GetIotaConfigurationMetaDataOK from affinidi_tdk_iota_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_iota_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py index 05727ea6..6d17b5c5 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py @@ -20,7 +20,9 @@ from pydantic import validate_arguments, ValidationError from typing_extensions import Annotated -from pydantic import Field, StrictStr +from pydantic import Field, StrictStr, conint, constr + +from typing import Optional from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput from affinidi_tdk_iota_client.models.list_pex_queries_ok import ListPexQueriesOK @@ -499,17 +501,21 @@ def get_pex_query_by_id_with_http_info(self, configuration_id : Annotated[Strict _request_auth=_params.get('_request_auth')) @validate_arguments - def list_pex_queries(self, configuration_id : Annotated[StrictStr, Field(..., description="iotaConfiguration Id")], **kwargs) -> ListPexQueriesOK: # noqa: E501 + def list_pex_queries(self, configuration_id : Annotated[StrictStr, Field(..., description="iotaConfiguration Id")], limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ListPexQueriesOK: # noqa: E501 """list_pex_queries # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pex_queries(configuration_id, async_req=True) + >>> thread = api.list_pex_queries(configuration_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() :param configuration_id: iotaConfiguration Id (required) :type configuration_id: str + :param limit: Maximum number of records to fetch in a list + :type limit: int + :param exclusive_start_key: The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. + :type exclusive_start_key: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _request_timeout: timeout setting for this request. @@ -525,20 +531,24 @@ def list_pex_queries(self, configuration_id : Annotated[StrictStr, Field(..., de if '_preload_content' in kwargs: message = "Error! Please call the list_pex_queries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501 raise ValueError(message) - return self.list_pex_queries_with_http_info(configuration_id, **kwargs) # noqa: E501 + return self.list_pex_queries_with_http_info(configuration_id, limit, exclusive_start_key, **kwargs) # noqa: E501 @validate_arguments - def list_pex_queries_with_http_info(self, configuration_id : Annotated[StrictStr, Field(..., description="iotaConfiguration Id")], **kwargs) -> ApiResponse: # noqa: E501 + def list_pex_queries_with_http_info(self, configuration_id : Annotated[StrictStr, Field(..., description="iotaConfiguration Id")], limit : Annotated[Optional[conint(strict=True, le=100, ge=1)], Field(description="Maximum number of records to fetch in a list")] = None, exclusive_start_key : Annotated[Optional[constr(strict=True, max_length=3000)], Field(description="The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation.")] = None, **kwargs) -> ApiResponse: # noqa: E501 """list_pex_queries # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True - >>> thread = api.list_pex_queries_with_http_info(configuration_id, async_req=True) + >>> thread = api.list_pex_queries_with_http_info(configuration_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() :param configuration_id: iotaConfiguration Id (required) :type configuration_id: str + :param limit: Maximum number of records to fetch in a list + :type limit: int + :param exclusive_start_key: The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. + :type exclusive_start_key: str :param async_req: Whether to execute the request asynchronously. :type async_req: bool, optional :param _preload_content: if False, the ApiResponse.data will @@ -567,7 +577,9 @@ def list_pex_queries_with_http_info(self, configuration_id : Annotated[StrictStr _params = locals() _all_params = [ - 'configuration_id' + 'configuration_id', + 'limit', + 'exclusive_start_key' ] _all_params.extend( [ @@ -601,6 +613,12 @@ def list_pex_queries_with_http_info(self, configuration_id : Annotated[StrictStr # process the query parameters _query_params = [] + if _params.get('limit') is not None: # noqa: E501 + _query_params.append(('limit', _params['limit'])) + + if _params.get('exclusive_start_key') is not None: # noqa: E501 + _query_params.append(('exclusiveStartKey', _params['exclusive_start_key'])) + # process the header parameters _header_params = dict(_params.get('_headers', {})) # process the form parameters diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py index 1596de3c..39a5be76 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py @@ -25,7 +25,6 @@ from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput -from affinidi_tdk_iota_client.models.demo_wbx import DemoWbx from affinidi_tdk_iota_client.models.get_iota_configuration_meta_data_ok import GetIotaConfigurationMetaDataOK from affinidi_tdk_iota_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_iota_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py index c41d9256..8495fcd1 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py @@ -19,8 +19,8 @@ import json -from typing import List -from pydantic import BaseModel, Field, conlist +from typing import List, Optional +from pydantic import BaseModel, Field, StrictStr, conlist from affinidi_tdk_iota_client.models.pex_query_dto import PexQueryDto class ListPexQueriesOK(BaseModel): @@ -28,7 +28,8 @@ class ListPexQueriesOK(BaseModel): ListPexQueriesOK """ pex_queries: conlist(PexQueryDto) = Field(..., alias="pexQueries") - __properties = ["pexQueries"] + last_evaluated_key: Optional[StrictStr] = Field(None, alias="lastEvaluatedKey") + __properties = ["pexQueries", "lastEvaluatedKey"] class Config: """Pydantic configuration""" @@ -73,7 +74,8 @@ def from_dict(cls, obj: dict) -> ListPexQueriesOK: return ListPexQueriesOK.parse_obj(obj) _obj = ListPexQueriesOK.parse_obj({ - "pex_queries": [PexQueryDto.from_dict(_item) for _item in obj.get("pexQueries")] if obj.get("pexQueries") is not None else None + "pex_queries": [PexQueryDto.from_dict(_item) for _item in obj.get("pexQueries")] if obj.get("pexQueries") is not None else None, + "last_evaluated_key": obj.get("lastEvaluatedKey") }) return _obj diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py index 60106159..2aaf989f 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py @@ -33,8 +33,9 @@ class UpdateConfigurationByIdInput(BaseModel): enable_verification: Optional[StrictBool] = Field(None, alias="enableVerification") enable_consent_audit_log: Optional[StrictBool] = Field(None, alias="enableConsentAuditLog") token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tokenMaxAge", description="token time to live in seconds") + description: Optional[StrictStr] = Field(None, description="The description of the config") client_metadata: Optional[IotaConfigurationDtoClientMetadata] = Field(None, alias="clientMetadata") - __properties = ["name", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "clientMetadata"] + __properties = ["name", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "description", "clientMetadata"] class Config: """Pydantic configuration""" @@ -81,6 +82,7 @@ def from_dict(cls, obj: dict) -> UpdateConfigurationByIdInput: "enable_verification": obj.get("enableVerification"), "enable_consent_audit_log": obj.get("enableConsentAuditLog"), "token_max_age": obj.get("tokenMaxAge"), + "description": obj.get("description"), "client_metadata": IotaConfigurationDtoClientMetadata.from_dict(obj.get("clientMetadata")) if obj.get("clientMetadata") is not None else None }) return _obj diff --git a/clients/python/iota_client/docs/ListPexQueriesOK.md b/clients/python/iota_client/docs/ListPexQueriesOK.md index 0099a676..3daa59d0 100644 --- a/clients/python/iota_client/docs/ListPexQueriesOK.md +++ b/clients/python/iota_client/docs/ListPexQueriesOK.md @@ -2,9 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| --------------- | --------------------------------------- | ----------- | ----- | -| **pex_queries** | [**List[PexQueryDto]**](PexQueryDto.md) | | +| Name | Type | Description | Notes | +| ---------------------- | --------------------------------------- | ----------- | ---------- | +| **pex_queries** | [**List[PexQueryDto]**](PexQueryDto.md) | | +| **last_evaluated_key** | **str** | | [optional] | ## Example diff --git a/clients/python/iota_client/docs/PexQueryApi.md b/clients/python/iota_client/docs/PexQueryApi.md index e16c558f..fa621082 100644 --- a/clients/python/iota_client/docs/PexQueryApi.md +++ b/clients/python/iota_client/docs/PexQueryApi.md @@ -249,7 +249,7 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: # **list_pex_queries** -> ListPexQueriesOK list_pex_queries(configuration_id) +> ListPexQueriesOK list_pex_queries(configuration_id, limit=limit, exclusive_start_key=exclusive_start_key) ### Example @@ -285,9 +285,11 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = affinidi_tdk_iota_client.PexQueryApi(api_client) configuration_id = 'configuration_id_example' # str | iotaConfiguration Id + limit = 56 # int | Maximum number of records to fetch in a list (optional) + exclusive_start_key = 'exclusive_start_key_example' # str | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. (optional) try: - api_response = api_instance.list_pex_queries(configuration_id) + api_response = api_instance.list_pex_queries(configuration_id, limit=limit, exclusive_start_key=exclusive_start_key) print("The response of PexQueryApi->list_pex_queries:\n") pprint(api_response) except Exception as e: @@ -296,9 +298,11 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: ### Parameters -| Name | Type | Description | Notes | -| -------------------- | ------- | -------------------- | ----- | -| **configuration_id** | **str** | iotaConfiguration Id | +| Name | Type | Description | Notes | +| ----------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configuration_id** | **str** | iotaConfiguration Id | +| **limit** | **int** | Maximum number of records to fetch in a list | [optional] | +| **exclusive_start_key** | **str** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] | ### Return type diff --git a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md index d4aa3524..5d1d2791 100644 --- a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md +++ b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md @@ -10,6 +10,7 @@ | **enable_verification** | **bool** | | [optional] | | **enable_consent_audit_log** | **bool** | | [optional] | | **token_max_age** | **float** | token time to live in seconds | [optional] | +| **description** | **str** | The description of the config | [optional] | | **client_metadata** | [**IotaConfigurationDtoClientMetadata**](IotaConfigurationDtoClientMetadata.md) | | [optional] | ## Example diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py index 34d57051..3fadcfb8 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py @@ -19,15 +19,17 @@ import json - +from typing import Optional from pydantic import BaseModel, Field, StrictStr class AddUserToGroupInput(BaseModel): """ input used to add a user to a group # noqa: E501 """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None user_id: StrictStr = Field(..., alias="userId", description="Unique identifier of the user") - __properties = ["userId"] + __properties = ["name", "description", "userId"] class Config: """Pydantic configuration""" @@ -65,6 +67,8 @@ def from_dict(cls, obj: dict) -> AddUserToGroupInput: return AddUserToGroupInput.parse_obj(obj) _obj = AddUserToGroupInput.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "user_id": obj.get("userId") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py index f62113e9..f474ff39 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py @@ -19,15 +19,17 @@ import json -from typing import List +from typing import List, Optional from pydantic import BaseModel, Field, StrictStr, conlist class BlockedUsersInput(BaseModel): """ BlockedUsersInput """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None user_ids: conlist(StrictStr, max_items=25) = Field(..., alias="userIds") - __properties = ["userIds"] + __properties = ["name", "description", "userIds"] class Config: """Pydantic configuration""" @@ -65,6 +67,8 @@ def from_dict(cls, obj: dict) -> BlockedUsersInput: return BlockedUsersInput.parse_obj(obj) _obj = BlockedUsersInput.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "user_ids": obj.get("userIds") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py index 05bbf67b..681c4cab 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py @@ -19,15 +19,17 @@ import json - -from pydantic import BaseModel, Field, constr, validator +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr, validator class CreateGroupInput(BaseModel): """ CreateGroupInput """ group_name: constr(strict=True, max_length=24) = Field(..., alias="groupName", description="name of the group for users, used as an id") - __properties = ["groupName"] + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None + __properties = ["groupName", "name", "description"] @validator('group_name') def group_name_validate_regular_expression(cls, value): @@ -72,7 +74,9 @@ def from_dict(cls, obj: dict) -> CreateGroupInput: return CreateGroupInput.parse_obj(obj) _obj = CreateGroupInput.parse_obj({ - "group_name": obj.get("groupName") + "group_name": obj.get("groupName"), + "name": obj.get("name"), + "description": obj.get("description") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py index d64e08c3..29e84b3b 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py @@ -30,6 +30,7 @@ class CreateLoginConfigurationInput(BaseModel): CreateLoginConfigurationInput """ name: StrictStr = Field(..., description="User defined login configuration name") + description: Optional[StrictStr] = None redirect_uris: conlist(StrictStr) = Field(..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") vp_definition: Optional[StrictStr] = Field(None, alias="vpDefinition", description="VP definition in JSON stringify format") @@ -40,7 +41,7 @@ class CreateLoginConfigurationInput(BaseModel): fail_on_mapping_conflict: Optional[StrictBool] = Field(True, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") scope: Optional[StrictStr] = Field(None, description="List of groups separated by space") token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(None, alias="tokenEndpointAuthMethod") - __properties = ["name", "redirectUris", "postLogoutRedirectUris", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "claimFormat", "failOnMappingConflict", "scope", "tokenEndpointAuthMethod"] + __properties = ["name", "description", "redirectUris", "postLogoutRedirectUris", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "claimFormat", "failOnMappingConflict", "scope", "tokenEndpointAuthMethod"] @validator('claim_format') def claim_format_validate_enum(cls, value): @@ -95,6 +96,7 @@ def from_dict(cls, obj: dict) -> CreateLoginConfigurationInput: _obj = CreateLoginConfigurationInput.parse_obj({ "name": obj.get("name"), + "description": obj.get("description"), "redirect_uris": obj.get("redirectUris"), "post_logout_redirect_uris": obj.get("postLogoutRedirectUris"), "vp_definition": obj.get("vpDefinition"), diff --git a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md index b2f420b7..a7417457 100644 --- a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md +++ b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md @@ -4,9 +4,11 @@ input used to add a user to a group ## Properties -| Name | Type | Description | Notes | -| ----------- | ------- | ----------------------------- | ----- | -| **user_id** | **str** | Unique identifier of the user | +| Name | Type | Description | Notes | +| --------------- | ------- | ----------------------------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **user_id** | **str** | Unique identifier of the user | ## Example diff --git a/clients/python/login_configuration_client/docs/BlockedUsersInput.md b/clients/python/login_configuration_client/docs/BlockedUsersInput.md index f7e43975..31928d18 100644 --- a/clients/python/login_configuration_client/docs/BlockedUsersInput.md +++ b/clients/python/login_configuration_client/docs/BlockedUsersInput.md @@ -2,9 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ------------ | ------------- | ----------- | ----- | -| **user_ids** | **List[str]** | | +| Name | Type | Description | Notes | +| --------------- | ------------- | ----------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **user_ids** | **List[str]** | | ## Example diff --git a/clients/python/login_configuration_client/docs/CreateGroupInput.md b/clients/python/login_configuration_client/docs/CreateGroupInput.md index dd8b6f68..0ff568c2 100644 --- a/clients/python/login_configuration_client/docs/CreateGroupInput.md +++ b/clients/python/login_configuration_client/docs/CreateGroupInput.md @@ -2,9 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| -------------- | ------- | ------------------------------------------ | ----- | -| **group_name** | **str** | name of the group for users, used as an id | +| Name | Type | Description | Notes | +| --------------- | ------- | ------------------------------------------ | ---------- | +| **group_name** | **str** | name of the group for users, used as an id | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | ## Example diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md index ccfb09b4..b61d9368 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md @@ -5,6 +5,7 @@ | Name | Type | Description | Notes | | ------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | **name** | **str** | User defined login configuration name | +| **description** | **str** | | [optional] | | **redirect_uris** | **List[str]** | OAuth 2.0 Redirect URIs | | **post_logout_redirect_uris** | **List[str]** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] | | **vp_definition** | **str** | VP definition in JSON stringify format | [optional] | diff --git a/clients/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index a7262103..31aef251 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -31,6 +31,7 @@ affinidi_tdk_wallets_client/models/sign_credential400_response.py affinidi_tdk_wallets_client/models/sign_credential_input_dto.py affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py affinidi_tdk_wallets_client/models/sign_jwt_token.py affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py affinidi_tdk_wallets_client/models/signing_failed_error.py @@ -61,6 +62,7 @@ docs/SignCredential400Response.md docs/SignCredentialInputDto.md docs/SignCredentialInputDtoUnsignedCredentialParams.md docs/SignCredentialResultDto.md +docs/SignCredentialResultDtoSignedCredential.md docs/SignJwtToken.md docs/SignJwtTokenOK.md docs/SigningFailedError.md @@ -75,4 +77,5 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_sign_credential_result_dto_signed_credential.py tox.ini diff --git a/clients/python/wallets_client/README.md b/clients/python/wallets_client/README.md index 18b1c019..456944ea 100644 --- a/clients/python/wallets_client/README.md +++ b/clients/python/wallets_client/README.md @@ -134,6 +134,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](docs/SignCredentialInputDto.md) - [SignCredentialInputDtoUnsignedCredentialParams](docs/SignCredentialInputDtoUnsignedCredentialParams.md) - [SignCredentialResultDto](docs/SignCredentialResultDto.md) +- [SignCredentialResultDtoSignedCredential](docs/SignCredentialResultDtoSignedCredential.md) - [SignJwtToken](docs/SignJwtToken.md) - [SignJwtTokenOK](docs/SignJwtTokenOK.md) - [SigningFailedError](docs/SigningFailedError.md) diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py index c9391441..a850c298 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py @@ -53,6 +53,7 @@ from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py index 42844921..1e5205ad 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py @@ -34,6 +34,7 @@ from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py index 552140a4..0f0233a9 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py @@ -44,8 +44,8 @@ def name_validate_enum(cls, value): @validator('message') def message_validate_enum(cls, value): """Validates the enum""" - if value not in ('Given did in field \"toDid\" is invalid. Use only resolvable form of did.'): - raise ValueError("must be one of enum values ('Given did in field \"toDid\" is invalid. Use only resolvable form of did.')") + if value not in ('Given did in field 'toDid' is invalid. Use only resolvable form of did.'): + raise ValueError("must be one of enum values ('Given did in field 'toDid' is invalid. Use only resolvable form of did.')") return value @validator('http_status_code') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py index 11681d60..4a16c215 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py @@ -20,7 +20,7 @@ from typing import Any, Dict, Optional -from pydantic import BaseModel, Field, StrictBool +from pydantic import BaseModel, Field, StrictBool, StrictStr, validator from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams class SignCredentialInputDto(BaseModel): @@ -29,8 +29,19 @@ class SignCredentialInputDto(BaseModel): """ unsigned_credential: Optional[Dict[str, Any]] = Field(None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted") revocable: Optional[StrictBool] = None + credential_format: Optional[StrictStr] = Field(None, alias="credentialFormat") unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(None, alias="unsignedCredentialParams") - __properties = ["unsignedCredential", "revocable", "unsignedCredentialParams"] + __properties = ["unsignedCredential", "revocable", "credentialFormat", "unsignedCredentialParams"] + + @validator('credential_format') + def credential_format_validate_enum(cls, value): + """Validates the enum""" + if value is None: + return value + + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") + return value class Config: """Pydantic configuration""" @@ -73,6 +84,7 @@ def from_dict(cls, obj: dict) -> SignCredentialInputDto: _obj = SignCredentialInputDto.parse_obj({ "unsigned_credential": obj.get("unsignedCredential"), "revocable": obj.get("revocable"), + "credential_format": obj.get("credentialFormat"), "unsigned_credential_params": SignCredentialInputDtoUnsignedCredentialParams.from_dict(obj.get("unsignedCredentialParams")) if obj.get("unsignedCredentialParams") is not None else None }) return _obj diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py index f61f4421..2c3fbcfc 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py @@ -19,14 +19,15 @@ import json -from typing import Any, Dict + from pydantic import BaseModel, Field +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential class SignCredentialResultDto(BaseModel): """ DTO contains signed credential # noqa: E501 """ - signed_credential: Dict[str, Any] = Field(..., alias="signedCredential") + signed_credential: SignCredentialResultDtoSignedCredential = Field(..., alias="signedCredential") __properties = ["signedCredential"] class Config: @@ -53,6 +54,9 @@ def to_dict(self): exclude={ }, exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of signed_credential + if self.signed_credential: + _dict['signedCredential'] = self.signed_credential.to_dict() return _dict @classmethod @@ -65,7 +69,7 @@ def from_dict(cls, obj: dict) -> SignCredentialResultDto: return SignCredentialResultDto.parse_obj(obj) _obj = SignCredentialResultDto.parse_obj({ - "signed_credential": obj.get("signedCredential") + "signed_credential": SignCredentialResultDtoSignedCredential.from_dict(obj.get("signedCredential")) if obj.get("signedCredential") is not None else None }) return _obj diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py new file mode 100644 index 00000000..b9b16e28 --- /dev/null +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py @@ -0,0 +1,148 @@ +# coding: utf-8 + +""" + CloudWalletEssentials + + Cloud Wallet For Enterprise Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +from inspect import getfullargspec +import json +import pprint +import re # noqa: F401 + +from typing import Any, Dict, List, Optional +from pydantic import BaseModel, Field, StrictStr, ValidationError, validator +from typing import Union, Any, List, TYPE_CHECKING +from pydantic import StrictStr, Field + +SIGNCREDENTIALRESULTDTOSIGNEDCREDENTIAL_ONE_OF_SCHEMAS = ["object", "str"] + +class SignCredentialResultDtoSignedCredential(BaseModel): + """ + SignCredentialResultDtoSignedCredential + """ + # data type: object + oneof_schema_1_validator: Optional[Dict[str, Any]] = None + # data type: str + oneof_schema_2_validator: Optional[StrictStr] = None + if TYPE_CHECKING: + actual_instance: Union[object, str] + else: + actual_instance: Any + one_of_schemas: List[str] = Field(SIGNCREDENTIALRESULTDTOSIGNEDCREDENTIAL_ONE_OF_SCHEMAS, const=True) + + class Config: + validate_assignment = True + + def __init__(self, *args, **kwargs) -> None: + if args: + if len(args) > 1: + raise ValueError("If a position argument is used, only 1 is allowed to set `actual_instance`") + if kwargs: + raise ValueError("If a position argument is used, keyword arguments cannot be used.") + super().__init__(actual_instance=args[0]) + else: + super().__init__(**kwargs) + + @validator('actual_instance') + def actual_instance_must_validate_oneof(cls, v): + instance = SignCredentialResultDtoSignedCredential.construct() + error_messages = [] + match = 0 + # validate data type: object + try: + instance.oneof_schema_1_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # validate data type: str + try: + instance.oneof_schema_2_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when setting `actual_instance` in SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when setting `actual_instance` in SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + else: + return v + + @classmethod + def from_dict(cls, obj: dict) -> SignCredentialResultDtoSignedCredential: + return cls.from_json(json.dumps(obj)) + + @classmethod + def from_json(cls, json_str: str) -> SignCredentialResultDtoSignedCredential: + """Returns the object represented by the json string""" + instance = SignCredentialResultDtoSignedCredential.construct() + error_messages = [] + match = 0 + + # deserialize data into object + try: + # validation + instance.oneof_schema_1_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_1_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # deserialize data into str + try: + # validation + instance.oneof_schema_2_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_2_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when deserializing the JSON string into SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when deserializing the JSON string into SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + else: + return instance + + def to_json(self) -> str: + """Returns the JSON representation of the actual instance""" + if self.actual_instance is None: + return "null" + + to_json = getattr(self.actual_instance, "to_json", None) + if callable(to_json): + return self.actual_instance.to_json() + else: + return json.dumps(self.actual_instance) + + def to_dict(self) -> dict: + """Returns the dict representation of the actual instance""" + if self.actual_instance is None: + return None + + to_dict = getattr(self.actual_instance, "to_dict", None) + if callable(to_dict): + return self.actual_instance.to_dict() + else: + # primitive type + return self.actual_instance + + def to_str(self) -> str: + """Returns the string representation of the actual instance""" + return pprint.pformat(self.dict()) + + diff --git a/clients/python/wallets_client/docs/SignCredentialInputDto.md b/clients/python/wallets_client/docs/SignCredentialInputDto.md index a8bb5101..1e75cf08 100644 --- a/clients/python/wallets_client/docs/SignCredentialInputDto.md +++ b/clients/python/wallets_client/docs/SignCredentialInputDto.md @@ -8,6 +8,7 @@ DTO contains params to sign credential | ------------------------------ | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------- | | **unsigned_credential** | **object** | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] | | **revocable** | **bool** | | [optional] | +| **credential_format** | **str** | | [optional] | | **unsigned_credential_params** | [**SignCredentialInputDtoUnsignedCredentialParams**](SignCredentialInputDtoUnsignedCredentialParams.md) | | [optional] | ## Example diff --git a/clients/python/wallets_client/docs/SignCredentialResultDto.md b/clients/python/wallets_client/docs/SignCredentialResultDto.md index d412abf3..563a36e4 100644 --- a/clients/python/wallets_client/docs/SignCredentialResultDto.md +++ b/clients/python/wallets_client/docs/SignCredentialResultDto.md @@ -4,9 +4,9 @@ DTO contains signed credential ## Properties -| Name | Type | Description | Notes | -| --------------------- | ---------- | ----------- | ----- | -| **signed_credential** | **object** | | +| Name | Type | Description | Notes | +| --------------------- | ----------------------------------------------------------------------------------------- | ----------- | ----- | +| **signed_credential** | [**SignCredentialResultDtoSignedCredential**](SignCredentialResultDtoSignedCredential.md) | | ## Example diff --git a/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md new file mode 100644 index 00000000..47a8bdef --- /dev/null +++ b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md @@ -0,0 +1,26 @@ +# SignCredentialResultDtoSignedCredential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +## Example + +```python +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential + +# TODO update the JSON string below +json = "{}" +# create an instance of SignCredentialResultDtoSignedCredential from a JSON string +sign_credential_result_dto_signed_credential_instance = SignCredentialResultDtoSignedCredential.from_json(json) +# print the JSON string representation of the object +print SignCredentialResultDtoSignedCredential.to_json() + +# convert the object into a dict +sign_credential_result_dto_signed_credential_dict = sign_credential_result_dto_signed_credential_instance.to_dict() +# create an instance of SignCredentialResultDtoSignedCredential from a dict +sign_credential_result_dto_signed_credential_form_dict = sign_credential_result_dto_signed_credential.from_dict(sign_credential_result_dto_signed_credential_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py b/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py new file mode 100644 index 00000000..270952e6 --- /dev/null +++ b/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py @@ -0,0 +1,52 @@ +# coding: utf-8 + +""" + CloudWalletEssentials + + Cloud Wallet For Enterprise Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential # noqa: E501 + +class TestSignCredentialResultDtoSignedCredential(unittest.TestCase): + """SignCredentialResultDtoSignedCredential unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SignCredentialResultDtoSignedCredential: + """Test SignCredentialResultDtoSignedCredential + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SignCredentialResultDtoSignedCredential` + """ + model = SignCredentialResultDtoSignedCredential() # noqa: E501 + if include_optional: + return SignCredentialResultDtoSignedCredential( + ) + else: + return SignCredentialResultDtoSignedCredential( + ) + """ + + def testSignCredentialResultDtoSignedCredential(self): + """Test SignCredentialResultDtoSignedCredential""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index abdac3c3..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.13.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/clients/typescript/credential-verification-client/README.md b/clients/typescript/credential-verification-client/README.md index 32671fdf..c0e23dfd 100644 --- a/clients/typescript/credential-verification-client/README.md +++ b/clients/typescript/credential-verification-client/README.md @@ -71,7 +71,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 98f572d5..7694b648 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.13.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/README.md b/clients/typescript/iam-client/README.md index 9f88e397..7a0a4fa8 100644 --- a/clients/typescript/iam-client/README.md +++ b/clients/typescript/iam-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/iam-client/api.ts b/clients/typescript/iam-client/api.ts index 5b830255..fbc55178 100644 --- a/clients/typescript/iam-client/api.ts +++ b/clients/typescript/iam-client/api.ts @@ -286,6 +286,12 @@ export interface CreateTokenInput { * @memberof CreateTokenInput */ authenticationMethod: TokenAuthenticationMethodDto + /** + * + * @type {string} + * @memberof CreateTokenInput + */ + description?: string } /** * @@ -546,6 +552,18 @@ export type NotFoundErrorHttpStatusCodeEnum = * @interface PolicyDto */ export interface PolicyDto { + /** + * + * @type {string} + * @memberof PolicyDto + */ + name?: string + /** + * + * @type {string} + * @memberof PolicyDto + */ + description?: string /** * * @type {string} diff --git a/clients/typescript/iam-client/docs/Models/CreateTokenInput.md b/clients/typescript/iam-client/docs/Models/CreateTokenInput.md index 32550431..09f7a6e9 100644 --- a/clients/typescript/iam-client/docs/Models/CreateTokenInput.md +++ b/clients/typescript/iam-client/docs/Models/CreateTokenInput.md @@ -2,9 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------ | ------------------------------------------------------------------- | ----------- | ----------------- | -| **name** | **String** | | [default to null] | -| **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | [default to null] | +| Name | Type | Description | Notes | +| ------------------------ | ------------------------------------------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [default to null] | +| **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | [default to null] | +| **description** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iam-client/docs/Models/PolicyDto.md b/clients/typescript/iam-client/docs/Models/PolicyDto.md index 74f1e219..2656f82b 100644 --- a/clients/typescript/iam-client/docs/Models/PolicyDto.md +++ b/clients/typescript/iam-client/docs/Models/PolicyDto.md @@ -4,6 +4,8 @@ | Name | Type | Description | Notes | | --------------- | --------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | | **principalId** | **String** | | [optional] [default to null] | | **projectId** | **String** | | [optional] [default to null] | | **version** | **String** | | [default to null] | diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index a6dff506..a001edb5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.13.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/README.md b/clients/typescript/iota-client/README.md index 7664fbf2..5861067e 100644 --- a/clients/typescript/iota-client/README.md +++ b/clients/typescript/iota-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index 3c896643..8b848611 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -359,25 +359,6 @@ export interface CreatePexQueryInput { */ description?: string } -/** - * - * @export - * @interface DemoWbx - */ -export interface DemoWbx { - /** - * - * @type {string} - * @memberof DemoWbx - */ - topicName: string - /** - * - * @type {object} - * @memberof DemoWbx - */ - event: object -} /** * * @export @@ -629,6 +610,12 @@ export interface ListPexQueriesOK { * @memberof ListPexQueriesOK */ pexQueries: Array + /** + * + * @type {string} + * @memberof ListPexQueriesOK + */ + lastEvaluatedKey?: string } /** * @@ -1012,6 +999,12 @@ export interface UpdateConfigurationByIdInput { * @memberof UpdateConfigurationByIdInput */ tokenMaxAge?: number + /** + * The description of the config + * @type {string} + * @memberof UpdateConfigurationByIdInput + */ + description?: string /** * * @type {IotaConfigurationDtoClientMetadata} @@ -2571,11 +2564,15 @@ export const PexQueryApiAxiosParamCreator = function ( /** * * @param {string} configurationId iotaConfiguration Id + * @param {number} [limit] Maximum number of records to fetch in a list + * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. * @param {*} [options] Override http request option. * @throws {RequiredError} */ listPexQueries: async ( configurationId: string, + limit?: number, + exclusiveStartKey?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'configurationId' is not null or undefined @@ -2607,6 +2604,14 @@ export const PexQueryApiAxiosParamCreator = function ( configuration, ) + if (limit !== undefined) { + localVarQueryParameter['limit'] = limit + } + + if (exclusiveStartKey !== undefined) { + localVarQueryParameter['exclusiveStartKey'] = exclusiveStartKey + } + setSearchParams(localVarUrlObj, localVarQueryParameter) let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {} @@ -2803,11 +2808,15 @@ export const PexQueryApiFp = function (configuration?: Configuration) { /** * * @param {string} configurationId iotaConfiguration Id + * @param {number} [limit] Maximum number of records to fetch in a list + * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. * @param {*} [options] Override http request option. * @throws {RequiredError} */ async listPexQueries( configurationId: string, + limit?: number, + exclusiveStartKey?: string, options?: RawAxiosRequestConfig, ): Promise< ( @@ -2817,6 +2826,8 @@ export const PexQueryApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listPexQueries( configurationId, + limit, + exclusiveStartKey, options, ) const index = configuration?.serverIndex ?? 0 @@ -2929,15 +2940,19 @@ export const PexQueryApiFactory = function ( /** * * @param {string} configurationId iotaConfiguration Id + * @param {number} [limit] Maximum number of records to fetch in a list + * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. * @param {*} [options] Override http request option. * @throws {RequiredError} */ listPexQueries( configurationId: string, + limit?: number, + exclusiveStartKey?: string, options?: any, ): AxiosPromise { return localVarFp - .listPexQueries(configurationId, options) + .listPexQueries(configurationId, limit, exclusiveStartKey, options) .then((request) => request(axios, basePath)) }, /** @@ -3030,16 +3045,20 @@ export class PexQueryApi extends BaseAPI { /** * * @param {string} configurationId iotaConfiguration Id + * @param {number} [limit] Maximum number of records to fetch in a list + * @param {string} [exclusiveStartKey] The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof PexQueryApi */ public listPexQueries( configurationId: string, + limit?: number, + exclusiveStartKey?: string, options?: RawAxiosRequestConfig, ) { return PexQueryApiFp(this.configuration) - .listPexQueries(configurationId, options) + .listPexQueries(configurationId, limit, exclusiveStartKey, options) .then((request) => request(this.axios, this.basePath)) } diff --git a/clients/typescript/iota-client/docs/.openapi-generator/FILES b/clients/typescript/iota-client/docs/.openapi-generator/FILES index b2aa3a1c..7954ddc4 100644 --- a/clients/typescript/iota-client/docs/.openapi-generator/FILES +++ b/clients/typescript/iota-client/docs/.openapi-generator/FILES @@ -13,7 +13,6 @@ Models/CorsAwsExchangeCredentialsOK.md Models/CorsIotOidc4vpcallbackOK.md Models/CreateIotaConfigurationInput.md Models/CreatePexQueryInput.md -Models/DemoWbx.md Models/GetIotaConfigurationMetaDataOK.md Models/InvalidParameterError.md Models/InvalidParameterError_details_inner.md diff --git a/clients/typescript/iota-client/docs/Apis/PexQueryApi.md b/clients/typescript/iota-client/docs/Apis/PexQueryApi.md index 9129b61c..93c2d781 100644 --- a/clients/typescript/iota-client/docs/Apis/PexQueryApi.md +++ b/clients/typescript/iota-client/docs/Apis/PexQueryApi.md @@ -92,13 +92,15 @@ null (empty response body) # **listPexQueries** -> ListPexQueriesOK listPexQueries(configurationId) +> ListPexQueriesOK listPexQueries(configurationId, limit, exclusiveStartKey) ### Parameters -| Name | Type | Description | Notes | -| ------------------- | ---------- | -------------------- | ----------------- | -| **configurationId** | **String** | iotaConfiguration Id | [default to null] | +| Name | Type | Description | Notes | +| --------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **configurationId** | **String** | iotaConfiguration Id | [default to null] | +| **limit** | **Integer** | Maximum number of records to fetch in a list | [optional] [default to null] | +| **exclusiveStartKey** | **String** | The base64url encoded key of the first item that this operation will evaluate (it is not returned). Use the value that was returned in the previous operation. | [optional] [default to null] | ### Return type diff --git a/clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md b/clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md index d6868fbc..ec330969 100644 --- a/clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md +++ b/clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md @@ -2,8 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| -------------- | -------------------------- | ----------- | ----------------- | -| **pexQueries** | [**List**](PexQueryDto.md) | | [default to null] | +| Name | Type | Description | Notes | +| -------------------- | -------------------------- | ----------- | ---------------------------- | +| **pexQueries** | [**List**](PexQueryDto.md) | | [default to null] | +| **lastEvaluatedKey** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md b/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md index c6aeb8ad..9bca419f 100644 --- a/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md +++ b/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md @@ -10,6 +10,7 @@ | **enableVerification** | **Boolean** | | [optional] [default to null] | | **enableConsentAuditLog** | **Boolean** | | [optional] [default to null] | | **tokenMaxAge** | **BigDecimal** | token time to live in seconds | [optional] [default to null] | +| **description** | **String** | The description of the config | [optional] [default to null] | | **clientMetadata** | [**IotaConfigurationDto_clientMetadata**](IotaConfigurationDto_clientMetadata.md) | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/README.md b/clients/typescript/iota-client/docs/README.md index 2390890c..1f484936 100644 --- a/clients/typescript/iota-client/docs/README.md +++ b/clients/typescript/iota-client/docs/README.md @@ -37,7 +37,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](./Models/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](./Models/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](./Models/CreatePexQueryInput.md) -- [DemoWbx](./Models/DemoWbx.md) - [GetIotaConfigurationMetaDataOK](./Models/GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](./Models/InvalidParameterError.md) - [InvalidParameterError_details_inner](./Models/InvalidParameterError_details_inner.md) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 726b39fd..b23283a3 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.9.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/README.md b/clients/typescript/login-configuration-client/README.md index c9916f63..1a9424a7 100644 --- a/clients/typescript/login-configuration-client/README.md +++ b/clients/typescript/login-configuration-client/README.md @@ -71,7 +71,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/login-configuration-client/api.ts b/clients/typescript/login-configuration-client/api.ts index baa06924..d584263c 100644 --- a/clients/typescript/login-configuration-client/api.ts +++ b/clients/typescript/login-configuration-client/api.ts @@ -103,6 +103,18 @@ export type ActionForbiddenErrorHttpStatusCodeEnum = * @interface AddUserToGroupInput */ export interface AddUserToGroupInput { + /** + * + * @type {string} + * @memberof AddUserToGroupInput + */ + name?: string + /** + * + * @type {string} + * @memberof AddUserToGroupInput + */ + description?: string /** * Unique identifier of the user * @type {string} @@ -135,6 +147,18 @@ export interface BlockedUsers { * @interface BlockedUsersInput */ export interface BlockedUsersInput { + /** + * + * @type {string} + * @memberof BlockedUsersInput + */ + name?: string + /** + * + * @type {string} + * @memberof BlockedUsersInput + */ + description?: string /** * * @type {Array} @@ -193,6 +217,18 @@ export interface CreateGroupInput { * @memberof CreateGroupInput */ groupName: string + /** + * + * @type {string} + * @memberof CreateGroupInput + */ + name?: string + /** + * + * @type {string} + * @memberof CreateGroupInput + */ + description?: string } /** * @@ -263,6 +299,12 @@ export interface CreateLoginConfigurationInput { * @memberof CreateLoginConfigurationInput */ name: string + /** + * + * @type {string} + * @memberof CreateLoginConfigurationInput + */ + description?: string /** * OAuth 2.0 Redirect URIs * @type {Array} diff --git a/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md b/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md index 793e4c51..439dcbc0 100644 --- a/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ---------- | ---------- | ----------------------------- | ----------------- | -| **userId** | **String** | Unique identifier of the user | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------------------------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **userId** | **String** | Unique identifier of the user | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md b/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md index f6a9acdd..f0665bd7 100644 --- a/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ----------- | -------- | ----------- | ----------------- | -| **userIds** | **List** | | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **userIds** | **List** | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md b/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md index ddb9f444..7a85f6d7 100644 --- a/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ------------- | ---------- | ------------------------------------------ | ----------------- | -| **groupName** | **String** | name of the group for users, used as an id | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ------------------------------------------ | ---------------------------- | +| **groupName** | **String** | name of the group for users, used as an id | [default to null] | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md b/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md index 834c2eec..69796402 100644 --- a/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md @@ -5,6 +5,7 @@ | Name | Type | Description | Notes | | --------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | **name** | **String** | User defined login configuration name | [default to null] | +| **description** | **String** | | [optional] [default to null] | | **redirectUris** | **List** | OAuth 2.0 Redirect URIs | [default to null] | | **postLogoutRedirectUris** | **List** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] [default to null] | | **vpDefinition** | **String** | VP definition in JSON stringify format | [optional] [default to null] | diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index 8463ae6c..5db82c1f 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/README.md b/clients/typescript/wallets-client/README.md index 0517a66b..c6605bb3 100644 --- a/clients/typescript/wallets-client/README.md +++ b/clients/typescript/wallets-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/wallets-client/api.ts b/clients/typescript/wallets-client/api.ts index add4262b..f8578cd4 100644 --- a/clients/typescript/wallets-client/api.ts +++ b/clients/typescript/wallets-client/api.ts @@ -259,7 +259,7 @@ export type InvalidDidParameterErrorNameEnum = (typeof InvalidDidParameterErrorNameEnum)[keyof typeof InvalidDidParameterErrorNameEnum] export const InvalidDidParameterErrorMessageEnum = { GivenDidInFieldToDidIsInvalidUseOnlyResolvableFormOfDid: - 'Given did in field "toDid" is invalid. Use only resolvable form of did.', + "Given did in field 'toDid' is invalid. Use only resolvable form of did.", } as const export type InvalidDidParameterErrorMessageEnum = @@ -606,6 +606,12 @@ export interface SignCredentialInputDto { * @memberof SignCredentialInputDto */ revocable?: boolean + /** + * + * @type {string} + * @memberof SignCredentialInputDto + */ + credentialFormat?: SignCredentialInputDtoCredentialFormatEnum /** * * @type {SignCredentialInputDtoUnsignedCredentialParams} @@ -613,6 +619,15 @@ export interface SignCredentialInputDto { */ unsignedCredentialParams?: SignCredentialInputDtoUnsignedCredentialParams } + +export const SignCredentialInputDtoCredentialFormatEnum = { + LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', +} as const + +export type SignCredentialInputDtoCredentialFormatEnum = + (typeof SignCredentialInputDtoCredentialFormatEnum)[keyof typeof SignCredentialInputDtoCredentialFormatEnum] + /** * unsignedCredentialParams. Used to build an unsigned credential before the signing. This param is not accepted when \"unsignedCredential\" is given * @export @@ -664,11 +679,17 @@ export interface SignCredentialInputDtoUnsignedCredentialParams { export interface SignCredentialResultDto { /** * - * @type {object} + * @type {SignCredentialResultDtoSignedCredential} * @memberof SignCredentialResultDto */ - signedCredential: object + signedCredential: SignCredentialResultDtoSignedCredential } +/** + * @type SignCredentialResultDtoSignedCredential + * @export + */ +export type SignCredentialResultDtoSignedCredential = object | string + /** * DTO contains parts of JWT to be signed * @export diff --git a/clients/typescript/wallets-client/docs/.openapi-generator/FILES b/clients/typescript/wallets-client/docs/.openapi-generator/FILES index 5757a9c9..47d73b6b 100644 --- a/clients/typescript/wallets-client/docs/.openapi-generator/FILES +++ b/clients/typescript/wallets-client/docs/.openapi-generator/FILES @@ -19,6 +19,7 @@ Models/ServiceErrorResponse_details_inner.md Models/SignCredentialInputDto.md Models/SignCredentialInputDto_unsignedCredentialParams.md Models/SignCredentialResultDto.md +Models/SignCredentialResultDto_signedCredential.md Models/SignJwtToken.md Models/SignJwtTokenOK.md Models/SigningFailedError.md diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md b/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md index 16e86f01..ef3c6ba0 100644 --- a/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md @@ -6,6 +6,7 @@ | ---------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------------------------- | | **unsignedCredential** | [**Object**](.md) | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] [default to null] | | **revocable** | **Boolean** | | [optional] [default to null] | +| **credentialFormat** | **String** | | [optional] [default to null] | | **unsignedCredentialParams** | [**SignCredentialInputDto_unsignedCredentialParams**](SignCredentialInputDto_unsignedCredentialParams.md) | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md index 078abce0..27b3a271 100644 --- a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md @@ -2,8 +2,8 @@ ## Properties -| Name | Type | Description | Notes | -| -------------------- | ----------------- | ----------- | ----------------- | -| **signedCredential** | [**Object**](.md) | | [default to null] | +| Name | Type | Description | Notes | +| -------------------- | ------------------------------------------------------------------------------------------- | ----------- | ----------------- | +| **signedCredential** | [**SignCredentialResultDto_signedCredential**](SignCredentialResultDto_signedCredential.md) | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md new file mode 100644 index 00000000..19cee855 --- /dev/null +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md @@ -0,0 +1,8 @@ +# SignCredentialResultDto_signedCredential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/README.md b/clients/typescript/wallets-client/docs/README.md index fbdf941d..9ab7b07e 100644 --- a/clients/typescript/wallets-client/docs/README.md +++ b/clients/typescript/wallets-client/docs/README.md @@ -41,6 +41,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](./Models/SignCredentialInputDto.md) - [SignCredentialInputDto_unsignedCredentialParams](./Models/SignCredentialInputDto_unsignedCredentialParams.md) - [SignCredentialResultDto](./Models/SignCredentialResultDto.md) +- [SignCredentialResultDto_signedCredential](./Models/SignCredentialResultDto_signedCredential.md) - [SignJwtToken](./Models/SignJwtToken.md) - [SignJwtTokenOK](./Models/SignJwtTokenOK.md) - [SigningFailedError](./Models/SigningFailedError.md) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 5731c4a9..760767a2 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.12.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index 19f9cffe..0b2353a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.12.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -111,7 +111,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.12.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -145,7 +145,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.8.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -179,7 +179,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.14.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -213,7 +213,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.11.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.1.2", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -423,7 +423,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.1.1", + "version": "1.2.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -446,6 +446,17 @@ "typescript": "^5.2.2" } }, + "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.9.0.tgz", + "integrity": "sha512-MMszIMPCy/KFSEAU548IaqzeazF03oUf6EN+VctLdNeydJh2xmYahD2zKE3wbnNR1SCjuyoJIEq5NBzr7+anlg==", + "inBundle": true, + "dependencies": { + "axios": "^1.6.0", + "axios-retry": "^4.1.0", + "url": "^0.11.3" + } + }, "libs/iota-core/node_modules/@typescript-eslint/eslint-plugin": { "version": "7.14.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz", @@ -22655,7 +22666,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.11.0", + "version": "1.12.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22875,7 +22886,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.3.0", + "version": "1.4.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0",