From 26aa099ac8056452f22f0ebd0bab308a91d048d6 Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Wed, 7 Aug 2024 22:27:38 +0000 Subject: [PATCH] feat: update client all --- .nx/workspace-data/file-map.json | 2740 +++++++++-------- .nx/workspace-data/lockfile.hash | 2 +- .nx/workspace-data/parsed-lock-file.json | 24 + .nx/workspace-data/project-graph.json | 26 + .../.openapi-generator/FILES | 2 - clients/dart/iota_client/doc/DefaultApi.md | 6 +- .../dart/iota_client/lib/api/default_api.dart | 13 +- .../.openapi-generator/FILES | 3 + .../dart/login_configuration_client/README.md | 1 + .../doc/InvalidVPTokenCreationTimeError.md | 19 + .../LoginSessionDtoAuthorizationRequest.md | 1 + .../login_configuration_client/lib/api.dart | 1 + .../lib/api_client.dart | 2 + .../invalid_vp_token_creation_time_error.dart | 353 +++ ...gin_session_dto_authorization_request.dart | 24 +- ...lid_vp_token_creation_time_error_test.dart | 47 + .../wallets_client/.openapi-generator/FILES | 1 - .../.openapi-generator/FILES | 2 - .../api/default_api.py | 18 +- clients/python/iota_client/docs/DefaultApi.md | 6 +- .../.openapi-generator/FILES | 3 + .../login_configuration_client/README.md | 1 + .../__init__.py | 1 + .../models/__init__.py | 1 + .../invalid_vp_token_creation_time_error.py | 109 + ...login_session_dto_authorization_request.py | 6 +- .../docs/InvalidVPTokenCreationTimeError.md | 31 + .../LoginSessionDtoAuthorizationRequest.md | 1 + ...st_invalid_vp_token_creation_time_error.py | 67 + .../wallets_client/.openapi-generator/FILES | 1 - .../credential-issuance-client/package.json | 2 +- .../package.json | 2 +- clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/api.ts | 29 +- .../iota-client/docs/Apis/DefaultApi.md | 3 +- clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/api.ts | 63 + .../docs/.openapi-generator/FILES | 1 + .../Models/InvalidVPTokenCreationTimeError.md | 13 + .../LoginSessionDto_authorizationRequest.md | 1 + .../login-configuration-client/docs/README.md | 1 + .../login-configuration-client/package.json | 2 +- .../typescript/wallets-client/package.json | 2 +- package-lock.json | 29 +- 44 files changed, 2266 insertions(+), 1398 deletions(-) create mode 100644 clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md create mode 100644 clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart create mode 100644 clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart create mode 100644 clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py create mode 100644 clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md create mode 100644 clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py create mode 100644 clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json index 8a1997cf..91856c04 100644 --- a/.nx/workspace-data/file-map.json +++ b/.nx/workspace-data/file-map.json @@ -50,7 +50,7 @@ }, { "file": "packages/common/CHANGELOG.md", - "hash": "16678199538895984826" + "hash": "748460740467484750" }, { "file": "packages/common/README.md", @@ -82,7 +82,7 @@ }, { "file": "packages/common/package.json", - "hash": "18190718287711298171", + "hash": "17499653055228567772", "deps": [ "npm:@typescript-eslint/eslint-plugin@7.14.1", "npm:@typescript-eslint/parser@7.14.1", @@ -100,199 +100,251 @@ "hash": "18338055837761480757" } ], - "@affinidi-tdk/wallets-client": [ + "@affinidi-tdk/credential-verification-client": [ { - "file": "clients/typescript/wallets-client/.gitignore", + "file": "clients/typescript/credential-verification-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/wallets-client/.npmignore", + "file": "clients/typescript/credential-verification-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/wallets-client/.openapi-generator-ignore", + "file": "clients/typescript/credential-verification-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/wallets-client/.openapi-generator/FILES", + "file": "clients/typescript/credential-verification-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/wallets-client/.openapi-generator/VERSION", + "file": "clients/typescript/credential-verification-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/wallets-client/CHANGELOG.md", - "hash": "17820234481273543708" + "file": "clients/typescript/credential-verification-client/CHANGELOG.md", + "hash": "17364505763026867116" }, { - "file": "clients/typescript/wallets-client/README.md", - "hash": "8750466389058582842" + "file": "clients/typescript/credential-verification-client/README.md", + "hash": "16270718440166771579" }, { - "file": "clients/typescript/wallets-client/api.ts", - "hash": "7756513574283425835", + "file": "clients/typescript/credential-verification-client/api.ts", + "hash": "11132014027984528437", "deps": ["npm:axios"] }, { - "file": "clients/typescript/wallets-client/base.ts", - "hash": "13129710434591303750", + "file": "clients/typescript/credential-verification-client/base.ts", + "hash": "277583991968041097", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/wallets-client/common.ts", - "hash": "7703184183771195145", + "file": "clients/typescript/credential-verification-client/common.ts", + "hash": "4743715242403686012", "deps": ["npm:axios"] }, { - "file": "clients/typescript/wallets-client/configuration.ts", - "hash": "3895375333166087847" + "file": "clients/typescript/credential-verification-client/configuration.ts", + "hash": "18252784272250183728" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator/FILES", - "hash": "10423347869626819873" + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/FILES", + "hash": "17728437533343232126" }, { - "file": "clients/typescript/wallets-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/wallets-client/docs/Apis/DefaultApi.md", - "hash": "7407614339709310520" + "file": "clients/typescript/credential-verification-client/docs/Apis/DefaultApi.md", + "hash": "16271472219152260234" }, { - "file": "clients/typescript/wallets-client/docs/Apis/RevocationApi.md", - "hash": "16249812369365017203" + "file": "clients/typescript/credential-verification-client/docs/Apis/VerifierApi.md", + "hash": "5613581142932322635" }, { - "file": "clients/typescript/wallets-client/docs/Apis/WalletApi.md", - "hash": "2268733025488606897" + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints.md", + "hash": "8224422380174649373" }, { - "file": "clients/typescript/wallets-client/docs/Models/CreateWalletInput.md", - "hash": "17649041758797465310" + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints_statuses.md", + "hash": "11754991742460978478" }, { - "file": "clients/typescript/wallets-client/docs/Models/CreateWalletResponse.md", - "hash": "952062848785439902" + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements.md", + "hash": "14330880183898288431" }, { - "file": "clients/typescript/wallets-client/docs/Models/DidKeyInputParams.md", - "hash": "6192006593193088931" + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements_constraints.md", + "hash": "8897853414596004774" }, { - "file": "clients/typescript/wallets-client/docs/Models/DidWebInputParams.md", - "hash": "2546548824674380561" + "file": "clients/typescript/credential-verification-client/docs/Models/Descriptor.md", + "hash": "17822764417879118028" }, { - "file": "clients/typescript/wallets-client/docs/Models/EntityNotFoundError.md", - "hash": "9482456262905448410" + "file": "clients/typescript/credential-verification-client/docs/Models/Error.md", + "hash": "11696982563022663662" }, { - "file": "clients/typescript/wallets-client/docs/Models/GetRevocationCredentialStatusOK.md", - "hash": "16976189214843140975" + "file": "clients/typescript/credential-verification-client/docs/Models/ErrorDetail.md", + "hash": "7669479793983699610" }, { - "file": "clients/typescript/wallets-client/docs/Models/GetRevocationListCredentialResultDto.md", - "hash": "9669446765602528276" + "file": "clients/typescript/credential-verification-client/docs/Models/EvaluateVpOutput.md", + "hash": "12475659337961752501" }, { - "file": "clients/typescript/wallets-client/docs/Models/InvalidDidParameterError.md", - "hash": "5660269009007237915" + "file": "clients/typescript/credential-verification-client/docs/Models/Field.md", + "hash": "16344232550088731177" }, { - "file": "clients/typescript/wallets-client/docs/Models/InvalidParameterError.md", - "hash": "14998073043207893911" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter.md", + "hash": "11167115346625919395" }, { - "file": "clients/typescript/wallets-client/docs/Models/KeyNotFoundError.md", - "hash": "11194657092601156466" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter__const.md", + "hash": "5465549425201085648" }, { - "file": "clients/typescript/wallets-client/docs/Models/NotFoundError.md", - "hash": "346108356057994109" + "file": "clients/typescript/credential-verification-client/docs/Models/Filter_items.md", + "hash": "18223580326040500803" }, { - "file": "clients/typescript/wallets-client/docs/Models/OperationForbiddenError.md", - "hash": "12048569244133604471" + "file": "clients/typescript/credential-verification-client/docs/Models/Format.md", + "hash": "11947223783130053517" }, { - "file": "clients/typescript/wallets-client/docs/Models/RevokeCredentialInput.md", - "hash": "4387508030749477723" + "file": "clients/typescript/credential-verification-client/docs/Models/HolderSubject.md", + "hash": "6400036786891960487" }, { - "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse.md", - "hash": "10258930677192710152" + "file": "clients/typescript/credential-verification-client/docs/Models/InputDescriptor.md", + "hash": "1521852140025933668" }, { - "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "13740777870771033595" + "file": "clients/typescript/credential-verification-client/docs/Models/InvalidParameterError.md", + "hash": "18109804642551374587" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md", - "hash": "16812742770699634884" + "file": "clients/typescript/credential-verification-client/docs/Models/JwtObject.md", + "hash": "9242833626317168008" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto_unsignedCredentialParams.md", - "hash": "11180064143745561171" + "file": "clients/typescript/credential-verification-client/docs/Models/LdpObject.md", + "hash": "18051787134290449466" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md", - "hash": "17197984508708366491" + "file": "clients/typescript/credential-verification-client/docs/Models/NestedDescriptor.md", + "hash": "5095821010106267341" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md", - "hash": "5774298681785680010" + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError.md", + "hash": "14826341536175237046" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignJwtToken.md", - "hash": "14045727545383702140" + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError_details_inner.md", + "hash": "11188843582803631812" }, { - "file": "clients/typescript/wallets-client/docs/Models/SignJwtTokenOK.md", - "hash": "3947750902044778021" + "file": "clients/typescript/credential-verification-client/docs/Models/PdStatus.md", + "hash": "14234197120251605767" }, { - "file": "clients/typescript/wallets-client/docs/Models/SigningFailedError.md", - "hash": "3472981140758636473" + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationDefinition.md", + "hash": "6682461980782141936" }, { - "file": "clients/typescript/wallets-client/docs/Models/UpdateWalletInput.md", - "hash": "15693518294452647898" + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationSubmission.md", + "hash": "7918858808457628641" }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletDto.md", - "hash": "7503672890814898227" + "file": "clients/typescript/credential-verification-client/docs/Models/SubmissionRequirement.md", + "hash": "16814609779003909852" }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletDto_keys_inner.md", - "hash": "6425712842697692481" + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtInput.md", + "hash": "5012746736675119806" }, { - "file": "clients/typescript/wallets-client/docs/Models/WalletsListDto.md", - "hash": "10718239702574551793" + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtOutput.md", + "hash": "4649432631695926336" }, { - "file": "clients/typescript/wallets-client/docs/Models/signCredential_400_response.md", - "hash": "15981280830009513630" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialInput.md", + "hash": "4852323625344989290" }, { - "file": "clients/typescript/wallets-client/docs/README.md", - "hash": "6885848740342463569" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialOutput.md", + "hash": "18445926908838640276" }, { - "file": "clients/typescript/wallets-client/index.ts", - "hash": "12729549862326235233" + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationInput.md", + "hash": "14709790372103273926" }, { - "file": "clients/typescript/wallets-client/package.json", - "hash": "15885328254603976260", + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput.md", + "hash": "16412914757573683500" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput_errors.md", + "hash": "790734790880850487" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential.md", + "hash": "1255942477727011146" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredentialStatus.md", + "hash": "326333964494403746" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSchema.md", + "hash": "4026463945030341819" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSubject.md", + "hash": "6263626771967494536" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_holder.md", + "hash": "5940680681404620354" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation.md", + "hash": "1382632681900291992" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context.md", + "hash": "9526759451030296791" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context_oneOf_inner.md", + "hash": "8414847368173539854" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cProof.md", + "hash": "9553238231345071549" + }, + { + "file": "clients/typescript/credential-verification-client/docs/README.md", + "hash": "9736888282698778045" + }, + { + "file": "clients/typescript/credential-verification-client/index.ts", + "hash": "14250472423217737567" + }, + { + "file": "clients/typescript/credential-verification-client/package.json", + "hash": "43555723217872571", "deps": [ - "npm:@types/node@18.19.33", + "npm:@types/node@18.19.31", "npm:typescript@4.9.5", "npm:axios", "npm:axios-retry", @@ -300,403 +352,378 @@ ] }, { - "file": "clients/typescript/wallets-client/project.json", - "hash": "4082741549274730516" + "file": "clients/typescript/credential-verification-client/project.json", + "hash": "292531990563144806" }, { - "file": "clients/typescript/wallets-client/tsconfig.esm.json", + "file": "clients/typescript/credential-verification-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/wallets-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/credential-verification-client/tsconfig.json", + "hash": "13354068531430747784" } ], - "@affinidi-tdk/auth-provider": [ + "@affinidi-tdk/iota-core": [ { - "file": "packages/auth-provider/.eslintrc.json", + "file": "libs/iota-core/.eslintrc.json", "hash": "1750809890614186748" }, { - "file": "packages/auth-provider/.gitignore", + "file": "libs/iota-core/.gitignore", "hash": "1654343886240425559" }, { - "file": "packages/auth-provider/.npmignore", + "file": "libs/iota-core/.npmignore", "hash": "12822870603302115381" }, { - "file": "packages/auth-provider/CHANGELOG.md", - "hash": "3139005370471759361" - }, - { - "file": "packages/auth-provider/README.md", - "hash": "11480977488421270372" - }, - { - "file": "packages/auth-provider/auth-provider.ts", - "hash": "1410286297950341493", - "deps": ["npm:uuid"] - }, - { - "file": "packages/auth-provider/helpers/fetch-project-scoped-token.ts", - "hash": "17202574524801505075", - "deps": ["npm:axios", "npm:jsonwebtoken", "npm:qs"] + "file": "libs/iota-core/CHANGELOG.md", + "hash": "13661542639043035956" }, { - "file": "packages/auth-provider/helpers/get-bff-headers.ts", - "hash": "13776581903181663912" + "file": "libs/iota-core/README.md", + "hash": "9792148159756041290" }, { - "file": "packages/auth-provider/helpers/index.ts", - "hash": "691866190261439977" + "file": "libs/iota-core/helpers/index.ts", + "hash": "13085024054351336276" }, { - "file": "packages/auth-provider/helpers/iota.ts", - "hash": "6357138712063769166", - "deps": ["npm:uuid", "npm:jsonwebtoken"] + "file": "libs/iota-core/helpers/iota-auth-provider.ts", + "hash": "6671631258407181963", + "deps": ["npm:@aws-sdk/client-cognito-identity"] }, { - "file": "packages/auth-provider/helpers/jwt.ts", - "hash": "16751379328728230434", - "deps": ["npm:axios", "npm:jsonwebtoken", "npm:jose"] + "file": "libs/iota-core/index.ts", + "hash": "9030039928657923145" }, { - "file": "packages/auth-provider/index.ts", - "hash": "3560753177100856969" + "file": "libs/iota-core/iota.ts", + "hash": "5497491287560431761" }, { - "file": "packages/auth-provider/package-lock.json", - "hash": "17441074165217720185" + "file": "libs/iota-core/package-lock.json", + "hash": "9632689410318565153" }, { - "file": "packages/auth-provider/package.json", - "hash": "12300534199790569831", + "file": "libs/iota-core/package.json", + "hash": "8652377738166785204", "deps": [ - "npm:@typescript-eslint/eslint-plugin@7.4.0", - "npm:@typescript-eslint/parser@7.4.0", + "npm:@types/node@22.0.0", + "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:jsii-release", "npm:typescript", "@affinidi-tdk/common", - "npm:@types/jsonwebtoken", - "npm:@types/qs", - "npm:@types/uuid", - "npm:axios", - "npm:jose", - "npm:jsonwebtoken", - "npm:qs", - "npm:uuid" + "@affinidi-tdk/iota-client", + "npm:@aws-sdk/client-cognito-identity" ] }, { - "file": "packages/auth-provider/project.json", - "hash": "7766335473734343420" + "file": "libs/iota-core/project.json", + "hash": "3817763126917309670" } ], - "@affinidi-tdk/login-configuration-client": [ + "@affinidi-tdk/credential-issuance-client": [ { - "file": "clients/typescript/login-configuration-client/.gitignore", + "file": "clients/typescript/credential-issuance-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/login-configuration-client/.npmignore", + "file": "clients/typescript/credential-issuance-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", + "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", + "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", + "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/login-configuration-client/CHANGELOG.md", - "hash": "6193626451919467719" + "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", + "hash": "9795685981015831864" }, { - "file": "clients/typescript/login-configuration-client/README.md", - "hash": "7307496094472253935" + "file": "clients/typescript/credential-issuance-client/README.md", + "hash": "11361252138584318715" }, { - "file": "clients/typescript/login-configuration-client/api.ts", - "hash": "8097692729520898574", + "file": "clients/typescript/credential-issuance-client/api.ts", + "hash": "14848138377501626936", "deps": ["npm:axios"] }, { - "file": "clients/typescript/login-configuration-client/base.ts", - "hash": "16229314945598098543", + "file": "clients/typescript/credential-issuance-client/base.ts", + "hash": "16104170937218988120", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/login-configuration-client/common.ts", - "hash": "13736291106879268571", + "file": "clients/typescript/credential-issuance-client/common.ts", + "hash": "15564255799733436695", "deps": ["npm:axios"] }, { - "file": "clients/typescript/login-configuration-client/configuration.ts", - "hash": "11864298413596439259" + "file": "clients/typescript/credential-issuance-client/configuration.ts", + "hash": "11550928463911291985" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", - "hash": "4512150892306820327" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", + "hash": "14576737458911652683" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", - "hash": "5805256341635475247" - }, - { - "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", - "hash": "9680951102532754255" + "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", + "hash": "586622252207685577" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", - "hash": "12108110521787247684" + "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", + "hash": "9948082165238710244" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", - "hash": "13520253225871591467" + "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", + "hash": "12723337465907067668" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", - "hash": "16748852284874910383" + "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", + "hash": "8878879477413906688" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", - "hash": "5040818850489786618" + "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", + "hash": "16934729056095985558" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", - "hash": "11737228402483462701" + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", + "hash": "3417965952706054372" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", - "hash": "4001324811911035502" + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", + "hash": "4989710874020037738" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", - "hash": "7104013800641557601" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", + "hash": "12312606823515636678" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", - "hash": "9623337462738960920" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", + "hash": "16394561654416814314" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", - "hash": "17859069842139110452" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "7712731945743530574" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", - "hash": "167208917540943346" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", + "hash": "15542838750607211209" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", - "hash": "14841992612302999971" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", + "hash": "11803524025556392104" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", - "hash": "8797200501390817572" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", + "hash": "4925490216852832408" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", - "hash": "14189721164760397867" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", + "hash": "4638517111052943396" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", - "hash": "16378260001283575419" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferClaimedError.md", + "hash": "10620970006669455023" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", - "hash": "16795637655858273375" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", + "hash": "937608574670043413" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", - "hash": "18002209521653387386" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", + "hash": "5150965673490368637" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", - "hash": "13588362046749074426" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", + "hash": "7833341705449481042" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", - "hash": "3421460614835968456" + "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/GroupDto.md", - "hash": "14897504167588170363" + "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/GroupNames.md", - "hash": "3520137151479217129" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", + "hash": "15474652345073175900" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", - "hash": "5121926248552507521" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", + "hash": "13639489985270972025" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", - "hash": "6817976510114205762" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", + "hash": "15252229005457613114" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", - "hash": "16495119943236085037" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", + "hash": "11079982507355133626" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", - "hash": "1140075318180264396" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", + "hash": "6406560420275345014" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", - "hash": "10006183097057342305" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", + "hash": "17510387289372567360" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", - "hash": "7088488436094147833" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", + "hash": "9105334559139468521" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", - "hash": "9713852211699020644" + "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", + "hash": "10081983816651387059" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", - "hash": "14132411561040986045" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", + "hash": "17564940257018403410" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", - "hash": "16950081424990277335" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", + "hash": "11675632441234748381" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "10659008443512271983" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", + "hash": "11452289139613853243" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", - "hash": "12509861741010587357" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", + "hash": "17879153843199212303" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", - "hash": "3640739410874705566" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", + "hash": "2050840754595108315" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", - "hash": "7066915197835472275" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", + "hash": "4539289264096231936" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", - "hash": "6650112179364974171" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", + "hash": "12754276771237375400" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", - "hash": "17938895467523180900" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", + "hash": "1116720055150595550" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", - "hash": "7030865877108129052" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", + "hash": "1924661391176501322" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", - "hash": "15988469771204223265" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", + "hash": "15806235769064208377" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", - "hash": "14358918609361638519" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", + "hash": "12117215729859602229" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", - "hash": "10770921841240092135" + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", + "hash": "9256008060731171745" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", - "hash": "11373970763284709346" + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", + "hash": "18381073156741513411" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", - "hash": "17433074413688269811" + "file": "clients/typescript/credential-issuance-client/docs/Models/MissingHolderDidError.md", + "hash": "5035884282235740123" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", - "hash": "7124646951388259482" + "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", + "hash": "10459422053344246060" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", - "hash": "8783962817969997893" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", + "hash": "271387093372129388" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", - "hash": "18179337565117014448" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", + "hash": "14145426060873867406" }, { - "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/StartIssuanceInput.md", + "hash": "8521071537766891473" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", - "hash": "17233454029610000045" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", + "hash": "1860156611693457807" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", - "hash": "4154103535885210301" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", + "hash": "9182913044592817846" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", - "hash": "11504621310203208918" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", + "hash": "17396861815357039945" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", - "hash": "16224757087412961278" + "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", + "hash": "3457458940988351058" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "16750761376841157018" + "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", + "hash": "5176260030491541489" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", - "hash": "1090137166050009772" + "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "10915132548294328357" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", - "hash": "14572973275482944244" + "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", + "hash": "1401819099015692727" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", - "hash": "117359878477112962" + "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", + "hash": "5471538394433161795" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", - "hash": "3059534489571722568" + "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", + "hash": "15096082744620703227" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", - "hash": "16862726959808170358" + "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", + "hash": "5050074996406606513" }, { - "file": "clients/typescript/login-configuration-client/docs/README.md", - "hash": "7652895433367263150" + "file": "clients/typescript/credential-issuance-client/docs/README.md", + "hash": "12192861233220892716" }, { - "file": "clients/typescript/login-configuration-client/index.ts", - "hash": "6373807090888931790" + "file": "clients/typescript/credential-issuance-client/index.ts", + "hash": "2607134449275041974" }, { - "file": "clients/typescript/login-configuration-client/package.json", - "hash": "16156814988460483817", + "file": "clients/typescript/credential-issuance-client/package.json", + "hash": "1136908846956791526", "deps": [ "npm:@types/node@18.19.31", "npm:typescript@4.9.5", @@ -706,572 +733,559 @@ ] }, { - "file": "clients/typescript/login-configuration-client/project.json", - "hash": "10659997051744722080" + "file": "clients/typescript/credential-issuance-client/project.json", + "hash": "10135124330372524243" }, { - "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", + "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/login-configuration-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "hash": "13354068531430747784" } ], - "@affinidi-tdk/iota-core": [ + "@affinidi-tdk/login-configuration-client": [ { - "file": "libs/iota-core/.eslintrc.json", - "hash": "1750809890614186748" + "file": "clients/typescript/login-configuration-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "libs/iota-core/.gitignore", - "hash": "1654343886240425559" + "file": "clients/typescript/login-configuration-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "libs/iota-core/.npmignore", - "hash": "12822870603302115381" + "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "libs/iota-core/CHANGELOG.md", - "hash": "16504765658817553118" + "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "libs/iota-core/README.md", - "hash": "9792148159756041290" + "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "libs/iota-core/helpers/index.ts", - "hash": "13085024054351336276" + "file": "clients/typescript/login-configuration-client/CHANGELOG.md", + "hash": "11211716841764982636" }, { - "file": "libs/iota-core/helpers/iota-auth-provider.ts", - "hash": "6671631258407181963", - "deps": ["npm:@aws-sdk/client-cognito-identity"] + "file": "clients/typescript/login-configuration-client/README.md", + "hash": "1883100314997818640" }, { - "file": "libs/iota-core/index.ts", - "hash": "9030039928657923145" + "file": "clients/typescript/login-configuration-client/api.ts", + "hash": "17505899433621754275", + "deps": ["npm:axios"] }, { - "file": "libs/iota-core/iota.ts", - "hash": "5497491287560431761" + "file": "clients/typescript/login-configuration-client/base.ts", + "hash": "16305979978769072359", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "libs/iota-core/package-lock.json", - "hash": "9632689410318565153" + "file": "clients/typescript/login-configuration-client/common.ts", + "hash": "983535651574902028", + "deps": ["npm:axios"] }, { - "file": "libs/iota-core/package.json", - "hash": "6774695175189263375", - "deps": [ - "npm:@types/node@22.0.0", - "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/login-configuration-client/configuration.ts", + "hash": "14331948531880182524" }, { - "file": "libs/iota-core/project.json", - "hash": "3817763126917309670" - } - ], - "@affinidi-tdk/iota-client": [ + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, { - "file": "clients/typescript/iota-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", + "hash": "16524191167708756933" }, { - "file": "clients/typescript/iota-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/iota-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", + "hash": "211826417999458165" }, { - "file": "clients/typescript/iota-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", + "hash": "6308120419168047526" }, { - "file": "clients/typescript/iota-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", + "hash": "7726796964845646802" }, { - "file": "clients/typescript/iota-client/CHANGELOG.md", - "hash": "9958580636509345222" + "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", + "hash": "15673226820463409487" }, { - "file": "clients/typescript/iota-client/README.md", - "hash": "12684478232457587214" + "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", + "hash": "1998998596304502853" }, { - "file": "clients/typescript/iota-client/api.ts", - "hash": "14615903211042339897", - "deps": ["npm:axios"] + "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", + "hash": "14968167471874634050" }, { - "file": "clients/typescript/iota-client/base.ts", - "hash": "5121113744749431850", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", + "hash": "12028981472381019965" }, { - "file": "clients/typescript/iota-client/common.ts", - "hash": "17274286870577820427", - "deps": ["npm:axios"] + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", + "hash": "13849823414408199571" }, { - "file": "clients/typescript/iota-client/configuration.ts", - "hash": "3155157493792382456" + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", + "hash": "1414244720524683365" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", + "hash": "15669763115432386462" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", - "hash": "9316288181443270673" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", + "hash": "18379217938836845823" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", + "hash": "13015445726325978709" }, { - "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", - "hash": "5829430633149244536" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", + "hash": "1368760751440017943" }, { - "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", - "hash": "610401899494121831" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", + "hash": "6257623641657711369" }, { - "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", - "hash": "13674751216753411812" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", + "hash": "4512187795552444984" }, { - "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", - "hash": "17451675836420090573" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", + "hash": "4347603429047299689" }, { - "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", - "hash": "16297099031609020323" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", + "hash": "10451887242916935250" }, { - "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", - "hash": "13982956071880135739" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", + "hash": "14891486953107045514" }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", - "hash": "7291359259218164942" + "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", + "hash": "11116444372217418526" }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", - "hash": "10397429574906556759" + "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", + "hash": "4945100139571376599" }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", - "hash": "9516508075788364006" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", + "hash": "7457067275584979839" }, { - "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", - "hash": "1494937820434377612" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", + "hash": "2001434629279341104" }, { - "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", - "hash": "17342304670897445909" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", + "hash": "6459039357265454501" }, { - "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", - "hash": "2059894785129823357" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", + "hash": "3707941998491139578" }, { - "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", - "hash": "2248508866797628898" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", + "hash": "11390371057615918323" }, { - "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", - "hash": "17823514374472358995" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", + "hash": "9827062062106347096" }, { - "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", - "hash": "9087365743387113504" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", + "hash": "17409854853291538664" }, { - "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", - "hash": "3410072254142146326" + "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", + "hash": "15532762300707176997" }, { - "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", - "hash": "4312461681816549805" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", + "hash": "5080857325547014340" }, { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", - "hash": "16950081424990277335" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", + "hash": "4686520207753966803" }, { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "10659008443512271983" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", - "hash": "6885025837841460788" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", - "hash": "5480948961177258840" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md", + "hash": "767794533419124368" }, { - "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", - "hash": "4812824010475104965" + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", + "hash": "16498421307409006817" }, { - "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", - "hash": "12425814506572249709" + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", + "hash": "13871275167623793304" }, { - "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", - "hash": "10420538352116372053" + "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", + "hash": "7606039821269543586" }, { - "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", - "hash": "5160431719024819176" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", + "hash": "13828842892164563217" }, { - "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", - "hash": "7124646951388259482" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", + "hash": "10503535986774061315" }, { - "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", - "hash": "16767079896090281257" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", + "hash": "15321466031796432333" }, { - "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", - "hash": "14240205735513727170" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", + "hash": "15475776983402324909" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", - "hash": "17394983123361233329" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", + "hash": "22747864508565680" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", - "hash": "1719682544482275872" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", + "hash": "5174275992233443632" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", - "hash": "7074836074422563129" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", + "hash": "6709006501811674695" }, { - "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", - "hash": "7412651357319803230" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", + "hash": "11537462109431281637" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", - "hash": "6649826978770171715" + "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", - "hash": "8314621549800884596" + "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", + "hash": "4930959784088992952" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", - "hash": "5951837345319734802" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", + "hash": "2179555926060989602" }, { - "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", - "hash": "3059534489571722568" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", + "hash": "2108824152749288018" }, { - "file": "clients/typescript/iota-client/docs/README.md", - "hash": "11813722628012328244" + "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", + "hash": "4785358361067685710" }, { - "file": "clients/typescript/iota-client/index.ts", - "hash": "13028166189350710757" + "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", + "hash": "3904605322360145707" }, { - "file": "clients/typescript/iota-client/package.json", - "hash": "8209541243542891645", - "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/ResourceCreationError.md", + "hash": "8643644109183080467" }, { - "file": "clients/typescript/iota-client/project.json", - "hash": "17100522076446086117" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", + "hash": "12876953554036964226" }, { - "file": "clients/typescript/iota-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "14238076193013934014" }, { - "file": "clients/typescript/iota-client/tsconfig.json", - "hash": "11552108383091034969" - } - ], - "@affinidi-tdk/iam-client": [ + "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", + "hash": "12927288365239818419" + }, { - "file": "clients/typescript/iam-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", + "hash": "2660119686726151063" }, { - "file": "clients/typescript/iam-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", + "hash": "3670336846105320965" }, { - "file": "clients/typescript/iam-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" }, { - "file": "clients/typescript/iam-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", + "hash": "10113364033065977966" }, { - "file": "clients/typescript/iam-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/login-configuration-client/docs/README.md", + "hash": "290730100280849941" }, { - "file": "clients/typescript/iam-client/CHANGELOG.md", - "hash": "844572421990836148" + "file": "clients/typescript/login-configuration-client/index.ts", + "hash": "14756906097170279877" }, { - "file": "clients/typescript/iam-client/README.md", - "hash": "626482004052540295" + "file": "clients/typescript/login-configuration-client/package.json", + "hash": "3386776067037058349", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] }, { - "file": "clients/typescript/iam-client/api.ts", - "hash": "10495826500203992489", - "deps": ["npm:axios"] + "file": "clients/typescript/login-configuration-client/project.json", + "hash": "13049922653240685091" }, { - "file": "clients/typescript/iam-client/base.ts", - "hash": "9156439382008351283", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", + "hash": "7022370158318588762" }, { - "file": "clients/typescript/iam-client/common.ts", - "hash": "10564944204908235493", - "deps": ["npm:axios"] + "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/iam-client/configuration.ts", - "hash": "8078262728981967797" + "file": "clients/typescript/iota-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/iota-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator/FILES", - "hash": "17887570298762221381" + "file": "clients/typescript/iota-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "clients/typescript/iam-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/iota-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/iam-client/docs/Apis/ConsumerAuthApi.md", - "hash": "2654573353559537698" + "file": "clients/typescript/iota-client/CHANGELOG.md", + "hash": "16877485417518463372" }, { - "file": "clients/typescript/iam-client/docs/Apis/DefaultApi.md", - "hash": "8328208903791034845" + "file": "clients/typescript/iota-client/README.md", + "hash": "364842604572357838" }, { - "file": "clients/typescript/iam-client/docs/Apis/PoliciesApi.md", - "hash": "12474140967726192710" + "file": "clients/typescript/iota-client/api.ts", + "hash": "14858635122430025167", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/iam-client/docs/Apis/ProjectsApi.md", - "hash": "15175034492163728932" + "file": "clients/typescript/iota-client/base.ts", + "hash": "5183618868330703673", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/iam-client/docs/Apis/StsApi.md", - "hash": "13097167279352993097" + "file": "clients/typescript/iota-client/common.ts", + "hash": "5797737429943583552", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/iam-client/docs/Apis/TokensApi.md", - "hash": "13372129004354478224" + "file": "clients/typescript/iota-client/configuration.ts", + "hash": "9499746687744957044" }, { - "file": "clients/typescript/iam-client/docs/Apis/WellKnownApi.md", - "hash": "14092365774479672777" + "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "clients/typescript/iam-client/docs/Models/ActionForbiddenError.md", - "hash": "2952631083003383170" + "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", + "hash": "9316288181443270673" }, { - "file": "clients/typescript/iam-client/docs/Models/AddUserToProjectInput.md", - "hash": "15862011479660908574" + "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointInput.md", - "hash": "17833801435420557058" + "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", + "hash": "10179637563003640290" }, { - "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointOutput.md", - "hash": "5329472828059994829" + "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", + "hash": "11975016746958418839" }, { - "file": "clients/typescript/iam-client/docs/Models/CorsConsumerAuthTokenEndpointOK.md", - "hash": "3934073926426320180" + "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", + "hash": "2420569439055406959" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectInput.md", - "hash": "7241858512435569958" + "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", + "hash": "17729438643975339767" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenInput.md", - "hash": "15985965139887295328" + "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", + "hash": "11181275603022684219" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenOutput.md", - "hash": "7526583102489488559" + "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", + "hash": "8167307877633540380" }, { - "file": "clients/typescript/iam-client/docs/Models/CreateTokenInput.md", - "hash": "7776882251915318439" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", + "hash": "13534815773726873120" }, { - "file": "clients/typescript/iam-client/docs/Models/InvalidJwtTokenError.md", - "hash": "2433315368753809215" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", + "hash": "9309684510199461991" }, { - "file": "clients/typescript/iam-client/docs/Models/InvalidParameterError.md", - "hash": "14998073043207893911" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", + "hash": "11508575050831055245" }, { - "file": "clients/typescript/iam-client/docs/Models/JsonWebKeyDto.md", - "hash": "16571928489955572714" + "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", + "hash": "3504125999840941595" }, { - "file": "clients/typescript/iam-client/docs/Models/JsonWebKeySetDto.md", - "hash": "11555222875916328126" + "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", + "hash": "14393404434768321086" }, { - "file": "clients/typescript/iam-client/docs/Models/NotFoundError.md", - "hash": "346108356057994109" + "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", + "hash": "10326045654078605519" }, { - "file": "clients/typescript/iam-client/docs/Models/PolicyDto.md", - "hash": "5106311482540291948" + "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", + "hash": "12275491875802613663" }, { - "file": "clients/typescript/iam-client/docs/Models/PolicyStatementDto.md", - "hash": "17869850671685749714" + "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", + "hash": "13238663401702041445" }, { - "file": "clients/typescript/iam-client/docs/Models/PrincipalCannotBeDeletedError.md", - "hash": "5880005468914584904" + "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", + "hash": "3379652219236993861" }, { - "file": "clients/typescript/iam-client/docs/Models/PrincipalDoesNotBelongToProjectError.md", - "hash": "1880440894527496686" + "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", + "hash": "3410072254142146326" }, { - "file": "clients/typescript/iam-client/docs/Models/ProjectDto.md", - "hash": "9851497781494205807" + "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", + "hash": "10882539487039750917" }, { - "file": "clients/typescript/iam-client/docs/Models/ProjectList.md", - "hash": "16212273706386174321" + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse.md", - "hash": "10258930677192710152" + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "13740777870771033595" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", + "hash": "11817316623538096940" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenAuthenticationMethodDto.md", - "hash": "10947705166176961867" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", + "hash": "18045918701962935634" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenDto.md", - "hash": "902683891268469052" + "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", + "hash": "7446786853302365491" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenList.md", - "hash": "10185809488858004313" + "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", + "hash": "2562690024456557891" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto.md", - "hash": "17394057459999019962" + "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", + "hash": "4678555364184959961" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo.md", - "hash": "8793961127053825535" + "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", + "hash": "16926188554916345172" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf.md", - "hash": "7480535207514997551" + "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf_1.md", - "hash": "14101884274431289842" + "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", + "hash": "7042244132448091951" }, { - "file": "clients/typescript/iam-client/docs/Models/TypedPricipalId.md", - "hash": "3331516066116530064" + "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", + "hash": "4325958840526176557" }, { - "file": "clients/typescript/iam-client/docs/Models/UnauthorizedError.md", - "hash": "13323257592954864924" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", + "hash": "7293771631148833790" }, { - "file": "clients/typescript/iam-client/docs/Models/UnexpectedError.md", - "hash": "8236404738409020527" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", + "hash": "4904339816751847143" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateProjectInput.md", - "hash": "15560023698370463669" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", + "hash": "3702813586844439531" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateTokenInput.md", - "hash": "10086357874950164841" + "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", + "hash": "4092030910125715975" }, { - "file": "clients/typescript/iam-client/docs/Models/UpdateTokenPrivateKeyAuthenticationMethodDto.md", - "hash": "2061502801307098533" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", + "hash": "7736664384809489792" }, { - "file": "clients/typescript/iam-client/docs/Models/UserDto.md", - "hash": "18029660002221635081" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", + "hash": "13126433387532303927" }, { - "file": "clients/typescript/iam-client/docs/Models/UserList.md", - "hash": "14674505333630900546" + "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", + "hash": "2249997056363339104" }, { - "file": "clients/typescript/iam-client/docs/Models/WhoamiDto.md", - "hash": "13561535035216613939" + "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" }, { - "file": "clients/typescript/iam-client/docs/README.md", - "hash": "4087276496145948194" + "file": "clients/typescript/iota-client/docs/README.md", + "hash": "5426124659574571122" }, { - "file": "clients/typescript/iam-client/index.ts", - "hash": "4540837668752702641" + "file": "clients/typescript/iota-client/index.ts", + "hash": "2354568788337105161" }, { - "file": "clients/typescript/iam-client/package.json", - "hash": "11758817875266244935", + "file": "clients/typescript/iota-client/package.json", + "hash": "4241381840610511109", "deps": [ - "npm:@types/node@18.19.31", + "npm:@types/node@18.19.33", "npm:typescript@4.9.5", "npm:axios", "npm:axios-retry", @@ -1279,263 +1293,297 @@ ] }, { - "file": "clients/typescript/iam-client/project.json", - "hash": "12990657282313349677" + "file": "clients/typescript/iota-client/project.json", + "hash": "12679259401059881125" }, { - "file": "clients/typescript/iam-client/tsconfig.esm.json", + "file": "clients/typescript/iota-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/iam-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/iota-client/tsconfig.json", + "hash": "13354068531430747784" } ], - "@affinidi-tdk/credential-verification-client": [ + "@affinidi-tdk/auth-provider": [ { - "file": "clients/typescript/credential-verification-client/.gitignore", - "hash": "14183275266285273190" + "file": "packages/auth-provider/.eslintrc.json", + "hash": "1750809890614186748" }, { - "file": "clients/typescript/credential-verification-client/.npmignore", - "hash": "12459326339142627036" + "file": "packages/auth-provider/.gitignore", + "hash": "1654343886240425559" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "packages/auth-provider/.npmignore", + "hash": "12822870603302115381" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "packages/auth-provider/CHANGELOG.md", + "hash": "6057945104931737024" }, { - "file": "clients/typescript/credential-verification-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "packages/auth-provider/README.md", + "hash": "11480977488421270372" }, { - "file": "clients/typescript/credential-verification-client/CHANGELOG.md", - "hash": "15517202524209212818" + "file": "packages/auth-provider/auth-provider.ts", + "hash": "1410286297950341493", + "deps": ["npm:uuid"] }, { - "file": "clients/typescript/credential-verification-client/README.md", - "hash": "5718223991600984209" + "file": "packages/auth-provider/helpers/fetch-project-scoped-token.ts", + "hash": "17202574524801505075", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:qs"] }, { - "file": "clients/typescript/credential-verification-client/api.ts", - "hash": "5596459778787688206", - "deps": ["npm:axios"] + "file": "packages/auth-provider/helpers/get-bff-headers.ts", + "hash": "13776581903181663912" }, { - "file": "clients/typescript/credential-verification-client/base.ts", - "hash": "15578589309322679988", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "packages/auth-provider/helpers/index.ts", + "hash": "691866190261439977" }, { - "file": "clients/typescript/credential-verification-client/common.ts", - "hash": "3592977741374994958", - "deps": ["npm:axios"] + "file": "packages/auth-provider/helpers/iota.ts", + "hash": "6357138712063769166", + "deps": ["npm:uuid", "npm:jsonwebtoken"] }, { - "file": "clients/typescript/credential-verification-client/configuration.ts", - "hash": "12897827762079837174" + "file": "packages/auth-provider/helpers/jwt.ts", + "hash": "16751379328728230434", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:jose"] }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "packages/auth-provider/index.ts", + "hash": "3560753177100856969" }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/FILES", - "hash": "17728437533343232126" + "file": "packages/auth-provider/package-lock.json", + "hash": "17441074165217720185" }, { - "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "packages/auth-provider/package.json", + "hash": "6452079117005793068", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.4.0", + "npm:@typescript-eslint/parser@7.4.0", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:jsii-release", + "npm:typescript", + "@affinidi-tdk/common", + "npm:@types/jsonwebtoken", + "npm:@types/qs", + "npm:@types/uuid", + "npm:axios", + "npm:jose", + "npm:jsonwebtoken", + "npm:qs", + "npm:uuid" + ] }, { - "file": "clients/typescript/credential-verification-client/docs/Apis/DefaultApi.md", - "hash": "10625014646968869719" + "file": "packages/auth-provider/project.json", + "hash": "7766335473734343420" + } + ], + "@affinidi-tdk/wallets-client": [ + { + "file": "clients/typescript/wallets-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-verification-client/docs/Apis/VerifierApi.md", - "hash": "5613581142932322635" + "file": "clients/typescript/wallets-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Constraints.md", - "hash": "10604984596312688649" + "file": "clients/typescript/wallets-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Constraints_statuses.md", - "hash": "119045313203540157" + "file": "clients/typescript/wallets-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements.md", - "hash": "10142302308720556425" + "file": "clients/typescript/wallets-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements_constraints.md", - "hash": "5480822043694650310" + "file": "clients/typescript/wallets-client/CHANGELOG.md", + "hash": "10659452085342933012" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Descriptor.md", - "hash": "1455745688313612276" + "file": "clients/typescript/wallets-client/README.md", + "hash": "16596071748196359103" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Error.md", - "hash": "3117986272450979302" + "file": "clients/typescript/wallets-client/api.ts", + "hash": "8661885661370730721", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ErrorDetail.md", - "hash": "10014933276310996005" + "file": "clients/typescript/wallets-client/base.ts", + "hash": "17138704450757319553", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-verification-client/docs/Models/EvaluateVpOutput.md", - "hash": "10592022469296117822" + "file": "clients/typescript/wallets-client/common.ts", + "hash": "6227610825220132317", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Field.md", - "hash": "7116112144428472939" + "file": "clients/typescript/wallets-client/configuration.ts", + "hash": "10220238969185364417" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter.md", - "hash": "12331110468197246409" + "file": "clients/typescript/wallets-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter__const.md", - "hash": "10081306722367534226" + "file": "clients/typescript/wallets-client/docs/.openapi-generator/FILES", + "hash": "10423347869626819873" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Filter_items.md", - "hash": "4608273956122341270" + "file": "clients/typescript/wallets-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/Format.md", - "hash": "1056938400793680490" + "file": "clients/typescript/wallets-client/docs/Apis/DefaultApi.md", + "hash": "6405817831559156536" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/HolderSubject.md", - "hash": "4115540282713558417" + "file": "clients/typescript/wallets-client/docs/Apis/RevocationApi.md", + "hash": "13341996820022723561" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/InputDescriptor.md", - "hash": "12446559856493928792" + "file": "clients/typescript/wallets-client/docs/Apis/WalletApi.md", + "hash": "17933919013083404137" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/InvalidParameterError.md", - "hash": "14447794402334621643" + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletInput.md", + "hash": "11221192023126911053" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/JwtObject.md", - "hash": "16295469424433600984" + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletResponse.md", + "hash": "10248417582608205481" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/LdpObject.md", - "hash": "3632001494916730975" + "file": "clients/typescript/wallets-client/docs/Models/DidKeyInputParams.md", + "hash": "288217726585120740" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NestedDescriptor.md", - "hash": "5648144560564205653" + "file": "clients/typescript/wallets-client/docs/Models/DidWebInputParams.md", + "hash": "17074276860102129481" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError.md", - "hash": "10989269602043425987" + "file": "clients/typescript/wallets-client/docs/Models/EntityNotFoundError.md", + "hash": "17318636471326406097" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError_details_inner.md", - "hash": "8376127495202672039" + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationCredentialStatusOK.md", + "hash": "6694591988781616728" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PdStatus.md", - "hash": "895405545202876072" + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationListCredentialResultDto.md", + "hash": "986065773918127838" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PresentationDefinition.md", - "hash": "532253943672455983" + "file": "clients/typescript/wallets-client/docs/Models/InvalidDidParameterError.md", + "hash": "1622640426033636084" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/PresentationSubmission.md", - "hash": "10020724959820677479" + "file": "clients/typescript/wallets-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/SubmissionRequirement.md", - "hash": "11898638205916123275" + "file": "clients/typescript/wallets-client/docs/Models/KeyNotFoundError.md", + "hash": "15639012012785651737" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtInput.md", - "hash": "18126644331221769796" + "file": "clients/typescript/wallets-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtOutput.md", - "hash": "17229149389662572532" + "file": "clients/typescript/wallets-client/docs/Models/OperationForbiddenError.md", + "hash": "2914538603598184368" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialInput.md", - "hash": "5681206504093546221" + "file": "clients/typescript/wallets-client/docs/Models/RevokeCredentialInput.md", + "hash": "16855176865445778669" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialOutput.md", - "hash": "7647191598083178852" + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationInput.md", - "hash": "2565821024170999706" + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput.md", - "hash": "14859710180511636709" + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md", + "hash": "449074001468460377" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput_errors.md", - "hash": "13745676638261239006" + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto_unsignedCredentialParams.md", + "hash": "10346092251564433464" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential.md", - "hash": "3964019054962282621" + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md", + "hash": "2590780018082102696" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredentialStatus.md", - "hash": "11628537929034336334" + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md", + "hash": "9110788175948797007" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSchema.md", - "hash": "3284309074275908290" + "file": "clients/typescript/wallets-client/docs/Models/SignJwtToken.md", + "hash": "3502821734505133824" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSubject.md", - "hash": "1685262767634922532" + "file": "clients/typescript/wallets-client/docs/Models/SignJwtTokenOK.md", + "hash": "3988117821986267275" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_holder.md", - "hash": "7652325312493973413" + "file": "clients/typescript/wallets-client/docs/Models/SigningFailedError.md", + "hash": "9253508471700514269" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation.md", - "hash": "8804954643830946474" + "file": "clients/typescript/wallets-client/docs/Models/UpdateWalletInput.md", + "hash": "3298720620970288677" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context.md", - "hash": "4722433188078292537" + "file": "clients/typescript/wallets-client/docs/Models/WalletDto.md", + "hash": "11096196368807354235" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context_oneOf_inner.md", - "hash": "5609291193314272403" + "file": "clients/typescript/wallets-client/docs/Models/WalletDto_keys_inner.md", + "hash": "12889750360559953749" }, { - "file": "clients/typescript/credential-verification-client/docs/Models/W3cProof.md", - "hash": "1294008686241203898" + "file": "clients/typescript/wallets-client/docs/Models/WalletsListDto.md", + "hash": "8713242098473665721" }, { - "file": "clients/typescript/credential-verification-client/docs/README.md", - "hash": "17871778661815944225" + "file": "clients/typescript/wallets-client/docs/Models/signCredential_400_response.md", + "hash": "10669845807794383792" }, { - "file": "clients/typescript/credential-verification-client/index.ts", - "hash": "1518547556522719111" + "file": "clients/typescript/wallets-client/docs/README.md", + "hash": "16538676559672061182" }, { - "file": "clients/typescript/credential-verification-client/package.json", - "hash": "1846582466115669828", + "file": "clients/typescript/wallets-client/index.ts", + "hash": "13722970733426280413" + }, + { + "file": "clients/typescript/wallets-client/package.json", + "hash": "17514709532648327142", "deps": [ - "npm:@types/node@18.19.31", + "npm:@types/node@18.19.33", "npm:typescript@4.9.5", "npm:axios", "npm:axios-retry", @@ -1543,16 +1591,16 @@ ] }, { - "file": "clients/typescript/credential-verification-client/project.json", - "hash": "10674020894859573743" + "file": "clients/typescript/wallets-client/project.json", + "hash": "8985801581962090148" }, { - "file": "clients/typescript/credential-verification-client/tsconfig.esm.json", + "file": "clients/typescript/wallets-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/credential-verification-client/tsconfig.json", - "hash": "11552108383091034969" + "file": "clients/typescript/wallets-client/tsconfig.json", + "hash": "13354068531430747784" } ], "@affinidi-tdk/iota-browser": [ @@ -1570,7 +1618,7 @@ }, { "file": "libs/iota-browser/CHANGELOG.md", - "hash": "12683463165213931708" + "hash": "4647503827558003559" }, { "file": "libs/iota-browser/README.md", @@ -1582,7 +1630,7 @@ }, { "file": "libs/iota-browser/package.json", - "hash": "6318590262347198572", + "hash": "2110636602480057821", "deps": [ "npm:@types/uuid", "npm:@typescript-eslint/eslint-plugin@7.14.1", @@ -1664,301 +1712,257 @@ "hash": "18134444585188285237" } ], - "@affinidi-tdk/credential-issuance-client": [ + "@affinidi-tdk/iam-client": [ { - "file": "clients/typescript/credential-issuance-client/.gitignore", + "file": "clients/typescript/iam-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-issuance-client/.npmignore", + "file": "clients/typescript/iam-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "file": "clients/typescript/iam-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "file": "clients/typescript/iam-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "file": "clients/typescript/iam-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", - "hash": "7445893590731573027" + "file": "clients/typescript/iam-client/CHANGELOG.md", + "hash": "8419831457405993071" }, { - "file": "clients/typescript/credential-issuance-client/README.md", - "hash": "11361252138584318715" + "file": "clients/typescript/iam-client/README.md", + "hash": "12699949143447782408" }, { - "file": "clients/typescript/credential-issuance-client/api.ts", - "hash": "14848138377501626936", + "file": "clients/typescript/iam-client/api.ts", + "hash": "5381998757282734050", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/base.ts", - "hash": "16104170937218988120", + "file": "clients/typescript/iam-client/base.ts", + "hash": "14856304259613298743", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-issuance-client/common.ts", - "hash": "15564255799733436695", + "file": "clients/typescript/iam-client/common.ts", + "hash": "15678693252897175616", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/configuration.ts", - "hash": "11550928463911291985" + "file": "clients/typescript/iam-client/configuration.ts", + "hash": "1300165192884372866" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/iam-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", - "hash": "14576737458911652683" + "file": "clients/typescript/iam-client/docs/.openapi-generator/FILES", + "hash": "17887570298762221381" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/iam-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", - "hash": "586622252207685577" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", - "hash": "9948082165238710244" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", - "hash": "12723337465907067668" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", - "hash": "8878879477413906688" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", - "hash": "16934729056095985558" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", - "hash": "3417965952706054372" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", - "hash": "4989710874020037738" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", - "hash": "12312606823515636678" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", - "hash": "16394561654416814314" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", - "hash": "7712731945743530574" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", - "hash": "15542838750607211209" - }, - { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", - "hash": "11803524025556392104" + "file": "clients/typescript/iam-client/docs/Apis/ConsumerAuthApi.md", + "hash": "15142547601362732925" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", - "hash": "4925490216852832408" + "file": "clients/typescript/iam-client/docs/Apis/DefaultApi.md", + "hash": "15453690463423686356" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", - "hash": "4638517111052943396" + "file": "clients/typescript/iam-client/docs/Apis/PoliciesApi.md", + "hash": "3323869997433113342" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferClaimedError.md", - "hash": "10620970006669455023" + "file": "clients/typescript/iam-client/docs/Apis/ProjectsApi.md", + "hash": "8608008023295564680" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", - "hash": "937608574670043413" + "file": "clients/typescript/iam-client/docs/Apis/StsApi.md", + "hash": "3871410128260238070" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", - "hash": "5150965673490368637" + "file": "clients/typescript/iam-client/docs/Apis/TokensApi.md", + "hash": "17002485204841661751" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", - "hash": "7833341705449481042" + "file": "clients/typescript/iam-client/docs/Apis/WellKnownApi.md", + "hash": "6272635339422276140" }, { - "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/iam-client/docs/Models/ActionForbiddenError.md", + "hash": "18007362040578073585" }, { - "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/iam-client/docs/Models/AddUserToProjectInput.md", + "hash": "10395463020419085379" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", - "hash": "15474652345073175900" + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointInput.md", + "hash": "7434740617746731700" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", - "hash": "13639489985270972025" + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointOutput.md", + "hash": "16390030873666631183" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", - "hash": "15252229005457613114" + "file": "clients/typescript/iam-client/docs/Models/CorsConsumerAuthTokenEndpointOK.md", + "hash": "11403998462298080312" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", - "hash": "11079982507355133626" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectInput.md", + "hash": "8478138782864096" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", - "hash": "6406560420275345014" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenInput.md", + "hash": "4936078722530724399" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", - "hash": "17510387289372567360" + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenOutput.md", + "hash": "5434058689537105500" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", - "hash": "9105334559139468521" + "file": "clients/typescript/iam-client/docs/Models/CreateTokenInput.md", + "hash": "3701860621719046580" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", - "hash": "10081983816651387059" + "file": "clients/typescript/iam-client/docs/Models/InvalidJwtTokenError.md", + "hash": "7141939819443647198" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", - "hash": "17564940257018403410" + "file": "clients/typescript/iam-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", - "hash": "11675632441234748381" + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeyDto.md", + "hash": "559070550473187127" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", - "hash": "11452289139613853243" + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeySetDto.md", + "hash": "11943241829305547903" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", - "hash": "17879153843199212303" + "file": "clients/typescript/iam-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", - "hash": "2050840754595108315" + "file": "clients/typescript/iam-client/docs/Models/PolicyDto.md", + "hash": "9489459275773737014" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", - "hash": "4539289264096231936" + "file": "clients/typescript/iam-client/docs/Models/PolicyStatementDto.md", + "hash": "3983927640894525599" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", - "hash": "12754276771237375400" + "file": "clients/typescript/iam-client/docs/Models/PrincipalCannotBeDeletedError.md", + "hash": "2136979989371310049" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", - "hash": "1116720055150595550" + "file": "clients/typescript/iam-client/docs/Models/PrincipalDoesNotBelongToProjectError.md", + "hash": "17751127252176199596" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", - "hash": "1924661391176501322" + "file": "clients/typescript/iam-client/docs/Models/ProjectDto.md", + "hash": "17057980930395593954" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", - "hash": "15806235769064208377" + "file": "clients/typescript/iam-client/docs/Models/ProjectList.md", + "hash": "10720001158562701191" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", - "hash": "12117215729859602229" + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", - "hash": "9256008060731171745" + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", - "hash": "18381073156741513411" + "file": "clients/typescript/iam-client/docs/Models/TokenAuthenticationMethodDto.md", + "hash": "3787710443469504370" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/MissingHolderDidError.md", - "hash": "5035884282235740123" + "file": "clients/typescript/iam-client/docs/Models/TokenDto.md", + "hash": "15841670781399145303" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", - "hash": "10459422053344246060" + "file": "clients/typescript/iam-client/docs/Models/TokenList.md", + "hash": "13834390305784058367" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", - "hash": "271387093372129388" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto.md", + "hash": "14465105311217204612" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", - "hash": "14145426060873867406" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo.md", + "hash": "5075308148664477607" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", - "hash": "8521071537766891473" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf.md", + "hash": "8440119530435896932" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", - "hash": "1860156611693457807" + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf_1.md", + "hash": "13267217028667685305" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", - "hash": "9182913044592817846" + "file": "clients/typescript/iam-client/docs/Models/TypedPricipalId.md", + "hash": "10470985910498918780" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", - "hash": "17396861815357039945" + "file": "clients/typescript/iam-client/docs/Models/UnauthorizedError.md", + "hash": "7230130057439415406" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", - "hash": "3457458940988351058" + "file": "clients/typescript/iam-client/docs/Models/UnexpectedError.md", + "hash": "10166084195587897115" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", - "hash": "5176260030491541489" + "file": "clients/typescript/iam-client/docs/Models/UpdateProjectInput.md", + "hash": "16988955669950572522" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", - "hash": "10915132548294328357" + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenInput.md", + "hash": "16792210607057227689" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", - "hash": "1401819099015692727" + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenPrivateKeyAuthenticationMethodDto.md", + "hash": "17086435968657792647" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", - "hash": "5471538394433161795" + "file": "clients/typescript/iam-client/docs/Models/UserDto.md", + "hash": "2865684923936987772" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", - "hash": "15096082744620703227" + "file": "clients/typescript/iam-client/docs/Models/UserList.md", + "hash": "5218815472435486555" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", - "hash": "5050074996406606513" + "file": "clients/typescript/iam-client/docs/Models/WhoamiDto.md", + "hash": "8394771788726974534" }, { - "file": "clients/typescript/credential-issuance-client/docs/README.md", - "hash": "12192861233220892716" + "file": "clients/typescript/iam-client/docs/README.md", + "hash": "695824441572995833" }, { - "file": "clients/typescript/credential-issuance-client/index.ts", - "hash": "2607134449275041974" + "file": "clients/typescript/iam-client/index.ts", + "hash": "3820786455494501015" }, { - "file": "clients/typescript/credential-issuance-client/package.json", - "hash": "1136908846956791526", + "file": "clients/typescript/iam-client/package.json", + "hash": "770818769711808242", "deps": [ "npm:@types/node@18.19.31", "npm:typescript@4.9.5", @@ -1968,15 +1972,15 @@ ] }, { - "file": "clients/typescript/credential-issuance-client/project.json", - "hash": "10135124330372524243" + "file": "clients/typescript/iam-client/project.json", + "hash": "9886125385433995733" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", + "file": "clients/typescript/iam-client/tsconfig.esm.json", "hash": "7022370158318588762" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "file": "clients/typescript/iam-client/tsconfig.json", "hash": "13354068531430747784" } ] @@ -2076,7 +2080,7 @@ }, { "file": "clients/dart/credential_issuance_client/.openapi-generator/FILES", - "hash": "8042001883004430802" + "hash": "7752502088335338348" }, { "file": "clients/dart/credential_issuance_client/.openapi-generator/VERSION", @@ -2824,11 +2828,11 @@ }, { "file": "clients/dart/credential_verification_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/credential_verification_client/README.md", - "hash": "14403450158854164369" + "hash": "5082059093485260696" }, { "file": "clients/dart/credential_verification_client/analysis_options.yaml", @@ -2836,119 +2840,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", @@ -2956,59 +2960,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": "2476597948910759405" + "hash": "472064993414806026" }, { "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", @@ -3420,11 +3424,11 @@ }, { "file": "clients/dart/iam_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/iam_client/README.md", - "hash": "15227803111513288635" + "hash": "9207561306237448045" }, { "file": "clients/dart/iam_client/analysis_options.yaml", @@ -3432,187 +3436,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": "12256230146334443925" + "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": "5356827023431246667" + "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", @@ -4040,11 +4044,11 @@ }, { "file": "clients/dart/iota_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/iota_client/README.md", - "hash": "9546213920725890430" + "hash": "5492479324012748125" }, { "file": "clients/dart/iota_client/analysis_options.yaml", @@ -4052,55 +4056,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": "7968352065802669812" }, { "file": "clients/dart/iota_client/doc/DemoWbx.md", @@ -4108,91 +4112,91 @@ }, { "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": "14334872165301604860" + "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": "12366077945685896650" + "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": "7230840928894757675" + "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", @@ -4208,7 +4212,7 @@ }, { "file": "clients/dart/iota_client/lib/api/default_api.dart", - "hash": "15759469366039703060" + "hash": "9263238202452998635" }, { "file": "clients/dart/iota_client/lib/api/iota_api.dart", @@ -4532,7 +4536,7 @@ }, { "file": "clients/dart/login_configuration_client/.openapi-generator/FILES", - "hash": "10009014264200757199" + "hash": "9212813155107993074" }, { "file": "clients/dart/login_configuration_client/.openapi-generator/VERSION", @@ -4540,11 +4544,11 @@ }, { "file": "clients/dart/login_configuration_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/login_configuration_client/README.md", - "hash": "10481602768561984640" + "hash": "16641181391505879011" }, { "file": "clients/dart/login_configuration_client/analysis_options.yaml", @@ -4552,227 +4556,231 @@ }, { "file": "clients/dart/login_configuration_client/doc/ActionForbiddenError.md", - "hash": "9461948494096395953" + "hash": "13601172592544473370" }, { "file": "clients/dart/login_configuration_client/doc/AddUserToGroupInput.md", - "hash": "15190193749293955836" + "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": "1447621674564060465" + "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": "985688115567684083" + "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": "6365150943706621481" + "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/InvalidVPTokenCreationTimeError.md", + "hash": "6828351240707276598" }, { "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": "10833559316110194098" }, { "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", - "hash": "9699939282949605864" + "hash": "17284102435496766319" }, { "file": "clients/dart/login_configuration_client/lib/api/allow_list_api.dart", @@ -4796,7 +4804,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/api_client.dart", - "hash": "12331747353895025032" + "hash": "15566668288229362976" }, { "file": "clients/dart/login_configuration_client/lib/api_exception.dart", @@ -4934,6 +4942,10 @@ "file": "clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart", "hash": "4146389732483541921" }, + { + "file": "clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart", + "hash": "14103052628927385814" + }, { "file": "clients/dart/login_configuration_client/lib/model/json_web_key.dart", "hash": "13259684982919517161" @@ -4968,7 +4980,7 @@ }, { "file": "clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart", - "hash": "1734730652923159140" + "hash": "4078918116456444130" }, { "file": "clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart", @@ -5158,6 +5170,10 @@ "file": "clients/dart/login_configuration_client/test/invalid_parameter_error_test.dart", "hash": "11892214444064725511" }, + { + "file": "clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart", + "hash": "10971511399575413660" + }, { "file": "clients/dart/login_configuration_client/test/json_web_key_keys_inner_test.dart", "hash": "5934822445291046780" @@ -5260,7 +5276,7 @@ }, { "file": "clients/dart/wallets_client/.openapi-generator/FILES", - "hash": "16606704467098865934" + "hash": "4379091480802641271" }, { "file": "clients/dart/wallets_client/.openapi-generator/VERSION", @@ -5268,11 +5284,11 @@ }, { "file": "clients/dart/wallets_client/.travis.yml", - "hash": "3083519598033215228" + "hash": "2324187359664921348" }, { "file": "clients/dart/wallets_client/README.md", - "hash": "11475495324329138385" + "hash": "658245724847987369" }, { "file": "clients/dart/wallets_client/analysis_options.yaml", @@ -5280,123 +5296,123 @@ }, { "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": "15378651393918605464" + "hash": "5531799113104128865" }, { "file": "clients/dart/wallets_client/doc/SignCredentialInputDtoUnsignedCredentialParams.md", - "hash": "4332279969832254507" + "hash": "16365567375485208318" }, { "file": "clients/dart/wallets_client/doc/SignCredentialResultDto.md", - "hash": "17629406391830543018" + "hash": "15304373048435204929" }, { "file": "clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md", - "hash": "11395994855772976459" + "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": "6652334681100798611" + "hash": "3460882215981784459" }, { "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", @@ -5692,7 +5708,7 @@ }, { "file": "clients/python/credential_issuance_client/.openapi-generator/FILES", - "hash": "12448751835038625061" + "hash": "7516934394140045969" }, { "file": "clients/python/credential_issuance_client/.openapi-generator/VERSION", @@ -6444,7 +6460,7 @@ }, { "file": "clients/python/credential_verification_client/.github/workflows/python.yml", - "hash": "11935355789758036297" + "hash": "14430391397850115735" }, { "file": "clients/python/credential_verification_client/.gitignore", @@ -6464,11 +6480,11 @@ }, { "file": "clients/python/credential_verification_client/.travis.yml", - "hash": "1423758246453612794" + "hash": "2376514911205202828" }, { "file": "clients/python/credential_verification_client/README.md", - "hash": "18268997956075990870" + "hash": "1155634464701898945" }, { "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py", @@ -6684,119 +6700,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", @@ -6804,59 +6820,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": "2181157453086983670" + "hash": "1043667610447487697" }, { "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", @@ -7064,7 +7080,7 @@ }, { "file": "clients/python/iam_client/.github/workflows/python.yml", - "hash": "1400917576481810484" + "hash": "14407466808176770825" }, { "file": "clients/python/iam_client/.gitignore", @@ -7084,11 +7100,11 @@ }, { "file": "clients/python/iam_client/.travis.yml", - "hash": "12495512156025846899" + "hash": "6525759630148986024" }, { "file": "clients/python/iam_client/README.md", - "hash": "7574437207973338119" + "hash": "12287956760541709403" }, { "file": "clients/python/iam_client/affinidi_tdk_iam_client/__init__.py", @@ -7312,187 +7328,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": "9701463405067453376" + "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": "1376152483972975695" + "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", @@ -7708,7 +7724,7 @@ }, { "file": "clients/python/iota_client/.github/workflows/python.yml", - "hash": "10867102190090769269" + "hash": "5342560840497942780" }, { "file": "clients/python/iota_client/.gitignore", @@ -7728,11 +7744,11 @@ }, { "file": "clients/python/iota_client/.travis.yml", - "hash": "16258172680481602075" + "hash": "2398701635432744604" }, { "file": "clients/python/iota_client/README.md", - "hash": "11373624399516301635" + "hash": "2002899714623135857" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/__init__.py", @@ -7752,7 +7768,7 @@ }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py", - "hash": "8348702507118852813" + "hash": "12332382697569404685" }, { "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py", @@ -7916,55 +7932,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": "16735325171077977690" }, { "file": "clients/python/iota_client/docs/DemoWbx.md", @@ -7972,91 +7988,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": "2998578424773573829" + "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": "10596689309977378116" + "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": "10529194203441546552" + "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", @@ -8232,7 +8248,7 @@ }, { "file": "clients/python/login_configuration_client/.github/workflows/python.yml", - "hash": "2854664493711023121" + "hash": "8233252740142487035" }, { "file": "clients/python/login_configuration_client/.gitignore", @@ -8244,7 +8260,7 @@ }, { "file": "clients/python/login_configuration_client/.openapi-generator/FILES", - "hash": "1251900060338168381" + "hash": "16818775708293734835" }, { "file": "clients/python/login_configuration_client/.openapi-generator/VERSION", @@ -8252,15 +8268,15 @@ }, { "file": "clients/python/login_configuration_client/.travis.yml", - "hash": "9948213502963157789" + "hash": "9887681263757820147" }, { "file": "clients/python/login_configuration_client/README.md", - "hash": "9639790988165965188" + "hash": "1966307598548183501" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py", - "hash": "861805399977295205" + "hash": "9116687829657444744" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/__init__.py", @@ -8304,7 +8320,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py", - "hash": "3324780190203041029" + "hash": "17472191165228864056" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py", @@ -8422,6 +8438,10 @@ "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py", "hash": "11352803717883370509" }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py", + "hash": "1980599593558448266" + }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py", "hash": "14122172329803179024" @@ -8464,7 +8484,7 @@ }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py", - "hash": "3057895217706322608" + "hash": "7399398539063618001" }, { "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py", @@ -8540,247 +8560,251 @@ }, { "file": "clients/python/login_configuration_client/docs/ActionForbiddenError.md", - "hash": "9776398404934716513" + "hash": "2937070130950046112" }, { "file": "clients/python/login_configuration_client/docs/AddUserToGroupInput.md", - "hash": "2653132671931632412" + "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": "16908729514167938919" + "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": "8167886031913620970" + "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": "11138323237895494250" + "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/InvalidVPTokenCreationTimeError.md", + "hash": "2826295088250229038" }, { "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": "5904580189488014382" }, { "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", @@ -8942,6 +8966,10 @@ "file": "clients/python/login_configuration_client/test/test_invalid_parameter_error_details_inner.py", "hash": "18278626223965997215" }, + { + "file": "clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py", + "hash": "1803271783189099835" + }, { "file": "clients/python/login_configuration_client/test/test_json_web_key.py", "hash": "11581136430835848574" @@ -9056,7 +9084,7 @@ }, { "file": "clients/python/wallets_client/.github/workflows/python.yml", - "hash": "17012045302731306416" + "hash": "9335180153511217710" }, { "file": "clients/python/wallets_client/.gitignore", @@ -9068,7 +9096,7 @@ }, { "file": "clients/python/wallets_client/.openapi-generator/FILES", - "hash": "3512883569123536842" + "hash": "17722635681551567359" }, { "file": "clients/python/wallets_client/.openapi-generator/VERSION", @@ -9076,11 +9104,11 @@ }, { "file": "clients/python/wallets_client/.travis.yml", - "hash": "14040979060649467480" + "hash": "736743004049336141" }, { "file": "clients/python/wallets_client/README.md", - "hash": "5426156836623122175" + "hash": "5000090084299881645" }, { "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py", @@ -9240,123 +9268,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": "4034417154832757689" + "hash": "17131613471405337875" }, { "file": "clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md", - "hash": "12060966479940374469" + "hash": "10997019410691172350" }, { "file": "clients/python/wallets_client/docs/SignCredentialResultDto.md", - "hash": "17494532999129035121" + "hash": "2776211747857884578" }, { "file": "clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md", - "hash": "12226976203704931113" + "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": "9147847984821519250" + "hash": "16582782983276893572" }, { "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", @@ -9544,7 +9572,7 @@ }, { "file": "package-lock.json", - "hash": "1074332416938949311" + "hash": "17268095015888991236" }, { "file": "package.json", diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash index b69ced96..8be3a5fd 100644 --- a/.nx/workspace-data/lockfile.hash +++ b/.nx/workspace-data/lockfile.hash @@ -1 +1 @@ -1718957446726285076 \ No newline at end of file +13684008662712906868 \ 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 98d39c24..e9372f7b 100644 --- a/.nx/workspace-data/parsed-lock-file.json +++ b/.nx/workspace-data/parsed-lock-file.json @@ -261,6 +261,15 @@ "hash": "18395649546124891387" } }, + "npm:@affinidi-tdk/iota-client@1.11.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.11.0", + "data": { + "version": "1.11.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-6YPvj9imSMlvCkHYikSFBazjUcGNRhbjBUN0u879d+TSnHyQgZXe5cu1qQjIPOvvVBszhVH4L6/0h0D11gOLlQ==" + } + }, "npm:undici-types@6.11.1": { "type": "npm", "name": "npm:undici-types@6.11.1", @@ -12260,6 +12269,21 @@ "target": "npm:brace-expansion", "type": "static" }, + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:url", + "type": "static" + }, { "source": "npm:@types/node@22.0.0", "target": "npm:undici-types@6.11.1", diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json index a41872b0..f4a1f2c1 100644 --- a/.nx/workspace-data/project-graph.json +++ b/.nx/workspace-data/project-graph.json @@ -1326,6 +1326,15 @@ "hash": "18395649546124891387" } }, + "npm:@affinidi-tdk/iota-client@1.11.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.11.0", + "data": { + "version": "1.11.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-6YPvj9imSMlvCkHYikSFBazjUcGNRhbjBUN0u879d+TSnHyQgZXe5cu1qQjIPOvvVBszhVH4L6/0h0D11gOLlQ==" + } + }, "npm:undici-types@6.11.1": { "type": "npm", "name": "npm:undici-types@6.11.1", @@ -13771,6 +13780,23 @@ "type": "static" } ], + "npm:@affinidi-tdk/iota-client@1.11.0": [ + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.11.0", + "target": "npm:url", + "type": "static" + } + ], "npm:@types/node@22.0.0": [ { "source": "npm:@types/node@22.0.0", diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index dcf851d7..9929e1cf 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -124,5 +124,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_offer_claimed_error_test.dart -test/missing_holder_did_error_test.dart diff --git a/clients/dart/iota_client/doc/DefaultApi.md b/clients/dart/iota_client/doc/DefaultApi.md index 44ed879f..554ff107 100644 --- a/clients/dart/iota_client/doc/DefaultApi.md +++ b/clients/dart/iota_client/doc/DefaultApi.md @@ -14,7 +14,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **listLoggedConsents** -> ListLoggedConsentsOK listLoggedConsents(userId, limit, exclusiveStartKey) +> ListLoggedConsentsOK listLoggedConsents(configurationId, userId, limit, exclusiveStartKey) returns a list of logged consents for the project @@ -28,12 +28,13 @@ import 'package:affinidi_tdk_iota_client/api.dart'; //defaultApiClient.getAuthentication('ProjectTokenAuth').apiKeyPrefix = 'Bearer'; final api_instance = DefaultApi(); +final configurationId = configurationId_example; // String | final userId = userId_example; // String | 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.listLoggedConsents(userId, limit, exclusiveStartKey); + final result = api_instance.listLoggedConsents(configurationId, userId, limit, exclusiveStartKey); print(result); } catch (e) { print('Exception when calling DefaultApi->listLoggedConsents: $e\n'); @@ -44,6 +45,7 @@ try { | Name | Type | Description | Notes | | --------------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configurationId** | **String** | | [optional] | | **userId** | **String** | | [optional] | | **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] | diff --git a/clients/dart/iota_client/lib/api/default_api.dart b/clients/dart/iota_client/lib/api/default_api.dart index 02f3b2aa..d3a21679 100644 --- a/clients/dart/iota_client/lib/api/default_api.dart +++ b/clients/dart/iota_client/lib/api/default_api.dart @@ -22,6 +22,8 @@ class DefaultApi { /// /// Parameters: /// + /// * [String] configurationId: + /// /// * [String] userId: /// /// * [int] limit: @@ -29,7 +31,7 @@ class DefaultApi { /// /// * [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 listLoggedConsentsWithHttpInfo({ String? userId, int? limit, String? exclusiveStartKey, }) async { + Future listLoggedConsentsWithHttpInfo({ String? configurationId, String? userId, int? limit, String? exclusiveStartKey, }) async { // ignore: prefer_const_declarations final path = r'/v1/logged-consents'; @@ -40,6 +42,9 @@ class DefaultApi { final headerParams = {}; final formParams = {}; + if (configurationId != null) { + queryParams.addAll(_queryParams('', 'configurationId', configurationId)); + } if (userId != null) { queryParams.addAll(_queryParams('', 'userId', userId)); } @@ -68,6 +73,8 @@ class DefaultApi { /// /// Parameters: /// + /// * [String] configurationId: + /// /// * [String] userId: /// /// * [int] limit: @@ -75,8 +82,8 @@ class DefaultApi { /// /// * [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 listLoggedConsents({ String? userId, int? limit, String? exclusiveStartKey, }) async { - final response = await listLoggedConsentsWithHttpInfo( userId: userId, limit: limit, exclusiveStartKey: exclusiveStartKey, ); + Future listLoggedConsents({ String? configurationId, String? userId, int? limit, String? exclusiveStartKey, }) async { + final response = await listLoggedConsentsWithHttpInfo( configurationId: configurationId, userId: userId, limit: limit, exclusiveStartKey: exclusiveStartKey, ); if (response.statusCode >= HttpStatus.badRequest) { throw ApiException(response.statusCode, await _decodeBodyBytes(response)); } diff --git a/clients/dart/login_configuration_client/.openapi-generator/FILES b/clients/dart/login_configuration_client/.openapi-generator/FILES index 35b7b876..b20bac6c 100644 --- a/clients/dart/login_configuration_client/.openapi-generator/FILES +++ b/clients/dart/login_configuration_client/.openapi-generator/FILES @@ -34,6 +34,7 @@ doc/InvalidClaimContextError.md doc/InvalidGroupsError.md doc/InvalidParameterError.md doc/InvalidParameterErrorDetailsInner.md +doc/InvalidVPTokenCreationTimeError.md doc/JsonWebKey.md doc/JsonWebKeyKeysInner.md doc/ListLoginConfigurationOutput.md @@ -98,6 +99,7 @@ lib/model/invalid_claim_context_error.dart lib/model/invalid_groups_error.dart lib/model/invalid_parameter_error.dart lib/model/invalid_parameter_error_details_inner.dart +lib/model/invalid_vp_token_creation_time_error.dart lib/model/json_web_key.dart lib/model/json_web_key_keys_inner.dart lib/model/list_login_configuration_output.dart @@ -122,3 +124,4 @@ lib/model/unauthorized_error.dart lib/model/update_login_configuration_input.dart lib/model/vp_token_validation_error.dart pubspec.yaml +test/invalid_vp_token_creation_time_error_test.dart diff --git a/clients/dart/login_configuration_client/README.md b/clients/dart/login_configuration_client/README.md index cf4cdb28..a24729e4 100644 --- a/clients/dart/login_configuration_client/README.md +++ b/clients/dart/login_configuration_client/README.md @@ -128,6 +128,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](doc//InvalidGroupsError.md) - [InvalidParameterError](doc//InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](doc//InvalidParameterErrorDetailsInner.md) +- [InvalidVPTokenCreationTimeError](doc//InvalidVPTokenCreationTimeError.md) - [JsonWebKey](doc//JsonWebKey.md) - [JsonWebKeyKeysInner](doc//JsonWebKeyKeysInner.md) - [ListLoginConfigurationOutput](doc//ListLoginConfigurationOutput.md) diff --git a/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md b/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..48b72e33 --- /dev/null +++ b/clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,19 @@ +# affinidi_tdk_login_configuration_client.model.InvalidVPTokenCreationTimeError + +## Load the model package + +```dart +import 'package:affinidi_tdk_login_configuration_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ------------------ | ----------------------------------------------------------------------------------- | ----------- | -------------------------------- | +| **name** | **String** | | +| **message** | **String** | | +| **httpStatusCode** | **int** | | +| **traceId** | **String** | | +| **details** | [**List**](InvalidParameterErrorDetailsInner.md) | | [optional] [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/LoginSessionDtoAuthorizationRequest.md b/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md index 221fe556..44fd66fb 100644 --- a/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md +++ b/clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md @@ -14,5 +14,6 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; | **presentationDefinition** | **String** | Presentation Definition to ask from the user. In JSON Stringify format. | | **ari** | **String** | ARI is used for analytics proposals. | [optional] | | **clientId** | **String** | clientId used for detect origin. | [optional] | +| **nonce** | **String** | nonce for VP Token proof challenge | [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/lib/api.dart b/clients/dart/login_configuration_client/lib/api.dart index d606e7bd..cecddc69 100644 --- a/clients/dart/login_configuration_client/lib/api.dart +++ b/clients/dart/login_configuration_client/lib/api.dart @@ -61,6 +61,7 @@ part 'model/invalid_claim_context_error.dart'; part 'model/invalid_groups_error.dart'; part 'model/invalid_parameter_error.dart'; part 'model/invalid_parameter_error_details_inner.dart'; +part 'model/invalid_vp_token_creation_time_error.dart'; part 'model/json_web_key.dart'; part 'model/json_web_key_keys_inner.dart'; part 'model/list_login_configuration_output.dart'; diff --git a/clients/dart/login_configuration_client/lib/api_client.dart b/clients/dart/login_configuration_client/lib/api_client.dart index f2f2c838..d0175110 100644 --- a/clients/dart/login_configuration_client/lib/api_client.dart +++ b/clients/dart/login_configuration_client/lib/api_client.dart @@ -236,6 +236,8 @@ class ApiClient { return InvalidParameterError.fromJson(value); case 'InvalidParameterErrorDetailsInner': return InvalidParameterErrorDetailsInner.fromJson(value); + case 'InvalidVPTokenCreationTimeError': + return InvalidVPTokenCreationTimeError.fromJson(value); case 'JsonWebKey': return JsonWebKey.fromJson(value); case 'JsonWebKeyKeysInner': diff --git a/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart new file mode 100644 index 00000000..06671ec7 --- /dev/null +++ b/clients/dart/login_configuration_client/lib/model/invalid_vp_token_creation_time_error.dart @@ -0,0 +1,353 @@ +// +// 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 InvalidVPTokenCreationTimeError { + /// Returns a new [InvalidVPTokenCreationTimeError] instance. + InvalidVPTokenCreationTimeError({ + required this.name, + required this.message, + required this.httpStatusCode, + required this.traceId, + this.details = const [], + }); + + InvalidVPTokenCreationTimeErrorNameEnum name; + + InvalidVPTokenCreationTimeErrorMessageEnum message; + + InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum httpStatusCode; + + String traceId; + + List details; + + @override + bool operator ==(Object other) => identical(this, other) || other is InvalidVPTokenCreationTimeError && + other.name == name && + other.message == message && + other.httpStatusCode == httpStatusCode && + other.traceId == traceId && + _deepEquality.equals(other.details, details); + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + (name.hashCode) + + (message.hashCode) + + (httpStatusCode.hashCode) + + (traceId.hashCode) + + (details.hashCode); + + @override + String toString() => 'InvalidVPTokenCreationTimeError[name=$name, message=$message, httpStatusCode=$httpStatusCode, traceId=$traceId, details=$details]'; + + Map toJson() { + final json = {}; + json[r'name'] = this.name; + json[r'message'] = this.message; + json[r'httpStatusCode'] = this.httpStatusCode; + json[r'traceId'] = this.traceId; + json[r'details'] = this.details; + return json; + } + + /// Returns a new [InvalidVPTokenCreationTimeError] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static InvalidVPTokenCreationTimeError? 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 "InvalidVPTokenCreationTimeError[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "InvalidVPTokenCreationTimeError[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return InvalidVPTokenCreationTimeError( + name: InvalidVPTokenCreationTimeErrorNameEnum.fromJson(json[r'name'])!, + message: InvalidVPTokenCreationTimeErrorMessageEnum.fromJson(json[r'message'])!, + httpStatusCode: InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.fromJson(json[r'httpStatusCode'])!, + traceId: mapValueOfType(json, r'traceId')!, + details: InvalidParameterErrorDetailsInner.listFromJson(json[r'details']), + ); + } + 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 = InvalidVPTokenCreationTimeError.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 = InvalidVPTokenCreationTimeError.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of InvalidVPTokenCreationTimeError-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] = InvalidVPTokenCreationTimeError.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + 'name', + 'message', + 'httpStatusCode', + 'traceId', + }; +} + + +class InvalidVPTokenCreationTimeErrorNameEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorNameEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const invalidVPTokenCreationTimeError = InvalidVPTokenCreationTimeErrorNameEnum._(r'InvalidVPTokenCreationTimeError'); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorNameEnum]. + static const values = [ + invalidVPTokenCreationTimeError, + ]; + + static InvalidVPTokenCreationTimeErrorNameEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer().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 = InvalidVPTokenCreationTimeErrorNameEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorNameEnum] to String, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorNameEnum]. +class InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer._(); + + String encode(InvalidVPTokenCreationTimeErrorNameEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorNameEnum. + /// + /// 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. + InvalidVPTokenCreationTimeErrorNameEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'InvalidVPTokenCreationTimeError': return InvalidVPTokenCreationTimeErrorNameEnum.invalidVPTokenCreationTimeError; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorNameEnumTypeTransformer? _instance; +} + + + +class InvalidVPTokenCreationTimeErrorMessageEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorMessageEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const vPTokenHasExpired = InvalidVPTokenCreationTimeErrorMessageEnum._(r'VP token has expired'); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorMessageEnum]. + static const values = [ + vPTokenHasExpired, + ]; + + static InvalidVPTokenCreationTimeErrorMessageEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer().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 = InvalidVPTokenCreationTimeErrorMessageEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorMessageEnum] to String, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorMessageEnum]. +class InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer._(); + + String encode(InvalidVPTokenCreationTimeErrorMessageEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorMessageEnum. + /// + /// 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. + InvalidVPTokenCreationTimeErrorMessageEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'VP token has expired': return InvalidVPTokenCreationTimeErrorMessageEnum.vPTokenHasExpired; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorMessageEnumTypeTransformer? _instance; +} + + + +class InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum { + /// Instantiate a new enum with the provided [value]. + const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum._(this.value); + + /// The underlying value of this enum member. + final int value; + + @override + String toString() => value.toString(); + + int toJson() => value; + + static const number400 = InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum._(400); + + /// List of all possible values in this [enum][InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum]. + static const values = [ + number400, + ]; + + static InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum? fromJson(dynamic value) => InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer().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 = InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum] to int, +/// and [decode] dynamic data back to [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum]. +class InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer { + factory InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer() => _instance ??= const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer._(); + + const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer._(); + + int encode(InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum. + /// + /// 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. + InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case 400: return InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum.number400; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer] instance. + static InvalidVPTokenCreationTimeErrorHttpStatusCodeEnumTypeTransformer? _instance; +} + + diff --git a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart index 6af63854..b365eb4f 100644 --- a/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart +++ b/clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart @@ -17,6 +17,7 @@ class LoginSessionDtoAuthorizationRequest { required this.presentationDefinition, this.ari, this.clientId, + this.nonce, }); /// State parameter @@ -43,12 +44,22 @@ class LoginSessionDtoAuthorizationRequest { /// String? clientId; + /// nonce for VP Token proof challenge + /// + /// 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? nonce; + @override bool operator ==(Object other) => identical(this, other) || other is LoginSessionDtoAuthorizationRequest && other.state == state && other.presentationDefinition == presentationDefinition && other.ari == ari && - other.clientId == clientId; + other.clientId == clientId && + other.nonce == nonce; @override int get hashCode => @@ -56,10 +67,11 @@ class LoginSessionDtoAuthorizationRequest { (state.hashCode) + (presentationDefinition.hashCode) + (ari == null ? 0 : ari!.hashCode) + - (clientId == null ? 0 : clientId!.hashCode); + (clientId == null ? 0 : clientId!.hashCode) + + (nonce == null ? 0 : nonce!.hashCode); @override - String toString() => 'LoginSessionDtoAuthorizationRequest[state=$state, presentationDefinition=$presentationDefinition, ari=$ari, clientId=$clientId]'; + String toString() => 'LoginSessionDtoAuthorizationRequest[state=$state, presentationDefinition=$presentationDefinition, ari=$ari, clientId=$clientId, nonce=$nonce]'; Map toJson() { final json = {}; @@ -75,6 +87,11 @@ class LoginSessionDtoAuthorizationRequest { } else { json[r'clientId'] = null; } + if (this.nonce != null) { + json[r'nonce'] = this.nonce; + } else { + json[r'nonce'] = null; + } return json; } @@ -101,6 +118,7 @@ class LoginSessionDtoAuthorizationRequest { presentationDefinition: mapValueOfType(json, r'presentationDefinition')!, ari: mapValueOfType(json, r'ari'), clientId: mapValueOfType(json, r'clientId'), + nonce: mapValueOfType(json, r'nonce'), ); } return null; diff --git a/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart b/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart new file mode 100644 index 00000000..a9bf25e2 --- /dev/null +++ b/clients/dart/login_configuration_client/test/invalid_vp_token_creation_time_error_test.dart @@ -0,0 +1,47 @@ +// +// 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_login_configuration_client/api.dart'; +import 'package:test/test.dart'; + +// tests for InvalidVPTokenCreationTimeError +void main() { + // final instance = InvalidVPTokenCreationTimeError(); + + group('test InvalidVPTokenCreationTimeError', () { + // String name + test('to test the property `name`', () async { + // TODO + }); + + // String message + test('to test the property `message`', () async { + // TODO + }); + + // int httpStatusCode + test('to test the property `httpStatusCode`', () async { + // TODO + }); + + // String traceId + test('to test the property `traceId`', () async { + // TODO + }); + + // List details (default value: const []) + test('to test the property `details`', () async { + // TODO + }); + + + }); + +} diff --git a/clients/dart/wallets_client/.openapi-generator/FILES b/clients/dart/wallets_client/.openapi-generator/FILES index 6619f673..fc75aa2f 100644 --- a/clients/dart/wallets_client/.openapi-generator/FILES +++ b/clients/dart/wallets_client/.openapi-generator/FILES @@ -72,4 +72,3 @@ 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/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index 2b929cc1..8acc55cf 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -129,6 +129,4 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_credential_offer_claimed_error.py -test/test_missing_holder_did_error.py tox.ini diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py index cd70ec18..e552cdc9 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py @@ -47,16 +47,18 @@ def __init__(self, api_client=None) -> None: self.api_client = api_client @validate_arguments - def list_logged_consents(self, user_id : Optional[StrictStr] = None, 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) -> ListLoggedConsentsOK: # noqa: E501 + def list_logged_consents(self, configuration_id : Optional[StrictStr] = None, user_id : Optional[StrictStr] = None, 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) -> ListLoggedConsentsOK: # noqa: E501 """list_logged_consents # noqa: E501 returns a list of logged consents for the project # 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_logged_consents(user_id, limit, exclusive_start_key, async_req=True) + >>> thread = api.list_logged_consents(configuration_id, user_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() + :param configuration_id: + :type configuration_id: str :param user_id: :type user_id: str :param limit: Maximum number of records to fetch in a list @@ -78,19 +80,21 @@ def list_logged_consents(self, user_id : Optional[StrictStr] = None, limit : Ann if '_preload_content' in kwargs: message = "Error! Please call the list_logged_consents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501 raise ValueError(message) - return self.list_logged_consents_with_http_info(user_id, limit, exclusive_start_key, **kwargs) # noqa: E501 + return self.list_logged_consents_with_http_info(configuration_id, user_id, limit, exclusive_start_key, **kwargs) # noqa: E501 @validate_arguments - def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = None, 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 + def list_logged_consents_with_http_info(self, configuration_id : Optional[StrictStr] = None, user_id : Optional[StrictStr] = None, 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_logged_consents # noqa: E501 returns a list of logged consents for the project # 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_logged_consents_with_http_info(user_id, limit, exclusive_start_key, async_req=True) + >>> thread = api.list_logged_consents_with_http_info(configuration_id, user_id, limit, exclusive_start_key, async_req=True) >>> result = thread.get() + :param configuration_id: + :type configuration_id: str :param user_id: :type user_id: str :param limit: Maximum number of records to fetch in a list @@ -125,6 +129,7 @@ def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = No _params = locals() _all_params = [ + 'configuration_id', 'user_id', 'limit', 'exclusive_start_key' @@ -158,6 +163,9 @@ def list_logged_consents_with_http_info(self, user_id : Optional[StrictStr] = No # process the query parameters _query_params = [] + if _params.get('configuration_id') is not None: # noqa: E501 + _query_params.append(('configurationId', _params['configuration_id'])) + if _params.get('user_id') is not None: # noqa: E501 _query_params.append(('userId', _params['user_id'])) diff --git a/clients/python/iota_client/docs/DefaultApi.md b/clients/python/iota_client/docs/DefaultApi.md index 3fba681f..4d9c9c01 100644 --- a/clients/python/iota_client/docs/DefaultApi.md +++ b/clients/python/iota_client/docs/DefaultApi.md @@ -8,7 +8,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **list_logged_consents** -> ListLoggedConsentsOK list_logged_consents(user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) +> ListLoggedConsentsOK list_logged_consents(configuration_id=configuration_id, user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) returns a list of logged consents for the project @@ -45,12 +45,13 @@ configuration.api_key['ProjectTokenAuth'] = os.environ["API_KEY"] with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: # Create an instance of the API class api_instance = affinidi_tdk_iota_client.DefaultApi(api_client) + configuration_id = 'configuration_id_example' # str | (optional) user_id = 'user_id_example' # str | (optional) 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_logged_consents(user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) + api_response = api_instance.list_logged_consents(configuration_id=configuration_id, user_id=user_id, limit=limit, exclusive_start_key=exclusive_start_key) print("The response of DefaultApi->list_logged_consents:\n") pprint(api_response) except Exception as e: @@ -61,6 +62,7 @@ with affinidi_tdk_iota_client.ApiClient(configuration) as api_client: | Name | Type | Description | Notes | | ----------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | +| **configuration_id** | **str** | | [optional] | | **user_id** | **str** | | [optional] | | **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] | diff --git a/clients/python/login_configuration_client/.openapi-generator/FILES b/clients/python/login_configuration_client/.openapi-generator/FILES index 40030042..9e8fa2ec 100644 --- a/clients/python/login_configuration_client/.openapi-generator/FILES +++ b/clients/python/login_configuration_client/.openapi-generator/FILES @@ -43,6 +43,7 @@ affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py affinidi_tdk_login_configuration_client/models/invalid_groups_error.py affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py +affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py affinidi_tdk_login_configuration_client/models/json_web_key.py affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py @@ -106,6 +107,7 @@ docs/InvalidClaimContextError.md docs/InvalidGroupsError.md docs/InvalidParameterError.md docs/InvalidParameterErrorDetailsInner.md +docs/InvalidVPTokenCreationTimeError.md docs/JsonWebKey.md docs/JsonWebKeyKeysInner.md docs/ListLoginConfigurationOutput.md @@ -139,4 +141,5 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_invalid_vp_token_creation_time_error.py tox.ini diff --git a/clients/python/login_configuration_client/README.md b/clients/python/login_configuration_client/README.md index 33968015..5dd2f668 100644 --- a/clients/python/login_configuration_client/README.md +++ b/clients/python/login_configuration_client/README.md @@ -162,6 +162,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](docs/InvalidGroupsError.md) - [InvalidParameterError](docs/InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](docs/InvalidParameterErrorDetailsInner.md) +- [InvalidVPTokenCreationTimeError](docs/InvalidVPTokenCreationTimeError.md) - [JsonWebKey](docs/JsonWebKey.md) - [JsonWebKeyKeysInner](docs/JsonWebKeyKeysInner.md) - [ListLoginConfigurationOutput](docs/ListLoginConfigurationOutput.md) diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py index 1139b64a..592c24b6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py @@ -65,6 +65,7 @@ from affinidi_tdk_login_configuration_client.models.invalid_groups_error import InvalidGroupsError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError from affinidi_tdk_login_configuration_client.models.json_web_key import JsonWebKey from affinidi_tdk_login_configuration_client.models.json_web_key_keys_inner import JsonWebKeyKeysInner from affinidi_tdk_login_configuration_client.models.list_login_configuration_output import ListLoginConfigurationOutput diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py index 063b0e9e..944e8b86 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py @@ -44,6 +44,7 @@ from affinidi_tdk_login_configuration_client.models.invalid_groups_error import InvalidGroupsError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError from affinidi_tdk_login_configuration_client.models.json_web_key import JsonWebKey from affinidi_tdk_login_configuration_client.models.json_web_key_keys_inner import JsonWebKeyKeysInner from affinidi_tdk_login_configuration_client.models.list_login_configuration_output import ListLoginConfigurationOutput diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py new file mode 100644 index 00000000..359d3670 --- /dev/null +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_vp_token_creation_time_error.py @@ -0,0 +1,109 @@ +# coding: utf-8 + +""" + OidcVpAdapterBackend + + Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + + The version of the OpenAPI document: 1.0.0 + Contact: info@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + + +from typing import List, Optional, Union +from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, conlist, validator +from affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner + +class InvalidVPTokenCreationTimeError(BaseModel): + """ + InvalidVPTokenCreationTimeError + """ + name: StrictStr = Field(...) + message: StrictStr = Field(...) + http_status_code: Union[StrictFloat, StrictInt] = Field(..., alias="httpStatusCode") + trace_id: StrictStr = Field(..., alias="traceId") + details: Optional[conlist(InvalidParameterErrorDetailsInner)] = None + __properties = ["name", "message", "httpStatusCode", "traceId", "details"] + + @validator('name') + def name_validate_enum(cls, value): + """Validates the enum""" + if value not in ('InvalidVPTokenCreationTimeError'): + raise ValueError("must be one of enum values ('InvalidVPTokenCreationTimeError')") + return value + + @validator('message') + def message_validate_enum(cls, value): + """Validates the enum""" + if value not in ('VP token has expired'): + raise ValueError("must be one of enum values ('VP token has expired')") + return value + + @validator('http_status_code') + def http_status_code_validate_enum(cls, value): + """Validates the enum""" + if value not in (400): + raise ValueError("must be one of enum values (400)") + return value + + class Config: + """Pydantic configuration""" + allow_population_by_field_name = True + validate_assignment = True + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.dict(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> InvalidVPTokenCreationTimeError: + """Create an instance of InvalidVPTokenCreationTimeError from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self): + """Returns the dictionary representation of the model using alias""" + _dict = self.dict(by_alias=True, + exclude={ + }, + exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of each item in details (list) + _items = [] + if self.details: + for _item in self.details: + if _item: + _items.append(_item.to_dict()) + _dict['details'] = _items + return _dict + + @classmethod + def from_dict(cls, obj: dict) -> InvalidVPTokenCreationTimeError: + """Create an instance of InvalidVPTokenCreationTimeError from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return InvalidVPTokenCreationTimeError.parse_obj(obj) + + _obj = InvalidVPTokenCreationTimeError.parse_obj({ + "name": obj.get("name"), + "message": obj.get("message"), + "http_status_code": obj.get("httpStatusCode"), + "trace_id": obj.get("traceId"), + "details": [InvalidParameterErrorDetailsInner.from_dict(_item) for _item in obj.get("details")] if obj.get("details") is not None else None + }) + return _obj + + diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py index 5c357c60..14bd31c6 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py @@ -30,7 +30,8 @@ class LoginSessionDtoAuthorizationRequest(BaseModel): presentation_definition: StrictStr = Field(..., alias="presentationDefinition", description="Presentation Definition to ask from the user. In JSON Stringify format.") ari: Optional[StrictStr] = Field(None, description="ARI is used for analytics proposals.") client_id: Optional[StrictStr] = Field(None, alias="clientId", description="clientId used for detect origin.") - __properties = ["state", "presentationDefinition", "ari", "clientId"] + nonce: Optional[StrictStr] = Field(None, description="nonce for VP Token proof challenge") + __properties = ["state", "presentationDefinition", "ari", "clientId", "nonce"] class Config: """Pydantic configuration""" @@ -71,7 +72,8 @@ def from_dict(cls, obj: dict) -> LoginSessionDtoAuthorizationRequest: "state": obj.get("state"), "presentation_definition": obj.get("presentationDefinition"), "ari": obj.get("ari"), - "client_id": obj.get("clientId") + "client_id": obj.get("clientId"), + "nonce": obj.get("nonce") }) return _obj diff --git a/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..cd7b9bf7 --- /dev/null +++ b/clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,31 @@ +# InvalidVPTokenCreationTimeError + +## Properties + +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------------------------- | ----------- | ---------- | +| **name** | **str** | | +| **message** | **str** | | +| **http_status_code** | **float** | | +| **trace_id** | **str** | | +| **details** | [**List[InvalidParameterErrorDetailsInner]**](InvalidParameterErrorDetailsInner.md) | | [optional] | + +## Example + +```python +from affinidi_tdk_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError + +# TODO update the JSON string below +json = "{}" +# create an instance of InvalidVPTokenCreationTimeError from a JSON string +invalid_vp_token_creation_time_error_instance = InvalidVPTokenCreationTimeError.from_json(json) +# print the JSON string representation of the object +print InvalidVPTokenCreationTimeError.to_json() + +# convert the object into a dict +invalid_vp_token_creation_time_error_dict = invalid_vp_token_creation_time_error_instance.to_dict() +# create an instance of InvalidVPTokenCreationTimeError from a dict +invalid_vp_token_creation_time_error_form_dict = invalid_vp_token_creation_time_error.from_dict(invalid_vp_token_creation_time_error_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/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md index 0c7c0db9..4317bb8c 100644 --- a/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md +++ b/clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md @@ -8,6 +8,7 @@ | **presentation_definition** | **str** | Presentation Definition to ask from the user. In JSON Stringify format. | | **ari** | **str** | ARI is used for analytics proposals. | [optional] | | **client_id** | **str** | clientId used for detect origin. | [optional] | +| **nonce** | **str** | nonce for VP Token proof challenge | [optional] | ## Example diff --git a/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py b/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py new file mode 100644 index 00000000..7a6b8e8e --- /dev/null +++ b/clients/python/login_configuration_client/test/test_invalid_vp_token_creation_time_error.py @@ -0,0 +1,67 @@ +# coding: utf-8 + +""" + OidcVpAdapterBackend + + Affinidi OIDC VP Adapter Backend An authorization token is necessary to create or obtain a project Access Token and access Admin APIs. Follow these step-by-step [instructions](https://lemmatree.atlassian.net/wiki/spaces/NETCORE/pages/2735317648020/ASA+Developer+Flow#Instructions-on-how-to-create-the-Project.) to set up an authorization token + + The version of the OpenAPI document: 1.0.0 + Contact: info@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_login_configuration_client.models.invalid_vp_token_creation_time_error import InvalidVPTokenCreationTimeError # noqa: E501 + +class TestInvalidVPTokenCreationTimeError(unittest.TestCase): + """InvalidVPTokenCreationTimeError unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> InvalidVPTokenCreationTimeError: + """Test InvalidVPTokenCreationTimeError + 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 `InvalidVPTokenCreationTimeError` + """ + model = InvalidVPTokenCreationTimeError() # noqa: E501 + if include_optional: + return InvalidVPTokenCreationTimeError( + name = 'InvalidVPTokenCreationTimeError', + message = 'VP token has expired', + http_status_code = 400, + trace_id = '', + details = [ + affinidi_tdk_login_configuration_client.models.invalid_parameter_error_details_inner.InvalidParameterError_details_inner( + issue = '', + field = '', + value = '', + location = '', ) + ] + ) + else: + return InvalidVPTokenCreationTimeError( + name = 'InvalidVPTokenCreationTimeError', + message = 'VP token has expired', + http_status_code = 400, + trace_id = '', + ) + """ + + def testInvalidVPTokenCreationTimeError(self): + """Test InvalidVPTokenCreationTimeError""" + # 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/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index 31aef251..b70235b0 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -77,5 +77,4 @@ 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/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 9406c31f..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.15.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/package.json b/clients/typescript/credential-verification-client/package.json index 6dabaef0..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.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index 59557603..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.15.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index 064736c8..e2ec9aaf 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -2035,6 +2035,7 @@ export const DefaultApiAxiosParamCreator = function ( return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @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. @@ -2042,6 +2043,7 @@ export const DefaultApiAxiosParamCreator = function ( * @throws {RequiredError} */ listLoggedConsents: async ( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, @@ -2070,6 +2072,10 @@ export const DefaultApiAxiosParamCreator = function ( configuration, ) + if (configurationId !== undefined) { + localVarQueryParameter['configurationId'] = configurationId + } + if (userId !== undefined) { localVarQueryParameter['userId'] = userId } @@ -2108,6 +2114,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @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. @@ -2115,6 +2122,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { * @throws {RequiredError} */ async listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, @@ -2127,6 +2135,7 @@ export const DefaultApiFp = function (configuration?: Configuration) { > { const localVarAxiosArgs = await localVarAxiosParamCreator.listLoggedConsents( + configurationId, userId, limit, exclusiveStartKey, @@ -2159,6 +2168,7 @@ export const DefaultApiFactory = function ( return { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @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. @@ -2166,13 +2176,20 @@ export const DefaultApiFactory = function ( * @throws {RequiredError} */ listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, options?: any, ): AxiosPromise { return localVarFp - .listLoggedConsents(userId, limit, exclusiveStartKey, options) + .listLoggedConsents( + configurationId, + userId, + limit, + exclusiveStartKey, + options, + ) .then((request) => request(axios, basePath)) }, } @@ -2187,6 +2204,7 @@ export const DefaultApiFactory = function ( export class DefaultApi extends BaseAPI { /** * returns a list of logged consents for the project + * @param {string} [configurationId] * @param {string} [userId] * @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. @@ -2195,13 +2213,20 @@ export class DefaultApi extends BaseAPI { * @memberof DefaultApi */ public listLoggedConsents( + configurationId?: string, userId?: string, limit?: number, exclusiveStartKey?: string, options?: RawAxiosRequestConfig, ) { return DefaultApiFp(this.configuration) - .listLoggedConsents(userId, limit, exclusiveStartKey, options) + .listLoggedConsents( + configurationId, + userId, + limit, + exclusiveStartKey, + options, + ) .then((request) => request(this.axios, this.basePath)) } } diff --git a/clients/typescript/iota-client/docs/Apis/DefaultApi.md b/clients/typescript/iota-client/docs/Apis/DefaultApi.md index 74edf9f2..0b6ccb64 100644 --- a/clients/typescript/iota-client/docs/Apis/DefaultApi.md +++ b/clients/typescript/iota-client/docs/Apis/DefaultApi.md @@ -10,7 +10,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* # **listLoggedConsents** -> ListLoggedConsentsOK listLoggedConsents(userId, limit, exclusiveStartKey) +> ListLoggedConsentsOK listLoggedConsents(configurationId, userId, limit, exclusiveStartKey) returns a list of logged consents for the project @@ -18,6 +18,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* | Name | Type | Description | Notes | | --------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | +| **configurationId** | **String** | | [optional] [default to null] | | **userId** | **String** | | [optional] [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] | diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 6f9f01db..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.11.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/api.ts b/clients/typescript/login-configuration-client/api.ts index 97ade82e..ed1389f0 100644 --- a/clients/typescript/login-configuration-client/api.ts +++ b/clients/typescript/login-configuration-client/api.ts @@ -1101,6 +1101,63 @@ export interface InvalidParameterErrorDetailsInner { */ location?: string } +/** + * + * @export + * @interface InvalidVPTokenCreationTimeError + */ +export interface InvalidVPTokenCreationTimeError { + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + name: InvalidVPTokenCreationTimeErrorNameEnum + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + message: InvalidVPTokenCreationTimeErrorMessageEnum + /** + * + * @type {number} + * @memberof InvalidVPTokenCreationTimeError + */ + httpStatusCode: InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum + /** + * + * @type {string} + * @memberof InvalidVPTokenCreationTimeError + */ + traceId: string + /** + * + * @type {Array} + * @memberof InvalidVPTokenCreationTimeError + */ + details?: Array +} + +export const InvalidVPTokenCreationTimeErrorNameEnum = { + InvalidVpTokenCreationTimeError: 'InvalidVPTokenCreationTimeError', +} as const + +export type InvalidVPTokenCreationTimeErrorNameEnum = + (typeof InvalidVPTokenCreationTimeErrorNameEnum)[keyof typeof InvalidVPTokenCreationTimeErrorNameEnum] +export const InvalidVPTokenCreationTimeErrorMessageEnum = { + VpTokenHasExpired: 'VP token has expired', +} as const + +export type InvalidVPTokenCreationTimeErrorMessageEnum = + (typeof InvalidVPTokenCreationTimeErrorMessageEnum)[keyof typeof InvalidVPTokenCreationTimeErrorMessageEnum] +export const InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum = { + NUMBER_400: 400, +} as const + +export type InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum = + (typeof InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum)[keyof typeof InvalidVPTokenCreationTimeErrorHttpStatusCodeEnum] + /** * * @export @@ -1518,6 +1575,12 @@ export interface LoginSessionDtoAuthorizationRequest { * @memberof LoginSessionDtoAuthorizationRequest */ clientId?: string + /** + * nonce for VP Token proof challenge + * @type {string} + * @memberof LoginSessionDtoAuthorizationRequest + */ + nonce?: string } /** * Input for Creating a Login Session diff --git a/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES b/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES index 2a993e64..6ef9c54d 100644 --- a/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES +++ b/clients/typescript/login-configuration-client/docs/.openapi-generator/FILES @@ -30,6 +30,7 @@ Models/InvalidClaimContextError.md Models/InvalidGroupsError.md Models/InvalidParameterError.md Models/InvalidParameterError_details_inner.md +Models/InvalidVPTokenCreationTimeError.md Models/JsonWebKey.md Models/JsonWebKey_keys_inner.md Models/ListLoginConfigurationOutput.md diff --git a/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md b/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md new file mode 100644 index 00000000..f77badb8 --- /dev/null +++ b/clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md @@ -0,0 +1,13 @@ +# InvalidVPTokenCreationTimeError + +## Properties + +| Name | Type | Description | Notes | +| ------------------ | -------------------------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [default to null] | +| **message** | **String** | | [default to null] | +| **httpStatusCode** | **BigDecimal** | | [default to null] | +| **traceId** | **String** | | [default to null] | +| **details** | [**List**](InvalidParameterError_details_inner.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/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md b/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md index b4498ef4..7bcc4d18 100644 --- a/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md +++ b/clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md @@ -8,5 +8,6 @@ | **presentationDefinition** | **String** | Presentation Definition to ask from the user. In JSON Stringify format. | [default to null] | | **ari** | **String** | ARI is used for analytics proposals. | [optional] [default to null] | | **clientId** | **String** | clientId used for detect origin. | [optional] [default to null] | +| **nonce** | **String** | nonce for VP Token proof challenge | [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/README.md b/clients/typescript/login-configuration-client/docs/README.md index 7d667565..8efc0d49 100644 --- a/clients/typescript/login-configuration-client/docs/README.md +++ b/clients/typescript/login-configuration-client/docs/README.md @@ -69,6 +69,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/vpa* - [InvalidGroupsError](./Models/InvalidGroupsError.md) - [InvalidParameterError](./Models/InvalidParameterError.md) - [InvalidParameterError_details_inner](./Models/InvalidParameterError_details_inner.md) +- [InvalidVPTokenCreationTimeError](./Models/InvalidVPTokenCreationTimeError.md) - [JsonWebKey](./Models/JsonWebKey.md) - [JsonWebKey_keys_inner](./Models/JsonWebKey_keys_inner.md) - [ListLoginConfigurationOutput](./Models/ListLoginConfigurationOutput.md) diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index ec966829..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.17.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index 2ac7936d..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.14.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 9c0155e2..b95cbde4 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.14.1", + "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.14.1", + "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.10.1", + "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.16.1", + "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.13.1", + "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.3.2", + "version": "1.4.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.3.2", + "version": "1.4.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -447,6 +447,17 @@ "typescript": "^5.2.2" } }, + "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.11.0.tgz", + "integrity": "sha512-6YPvj9imSMlvCkHYikSFBazjUcGNRhbjBUN0u879d+TSnHyQgZXe5cu1qQjIPOvvVBszhVH4L6/0h0D11gOLlQ==", + "inBundle": true, + "dependencies": { + "axios": "^1.6.0", + "axios-retry": "^4.1.0", + "url": "^0.11.3" + } + }, "libs/iota-core/node_modules/@types/node": { "version": "22.0.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", @@ -22671,7 +22682,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.13.2", + "version": "1.14.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22891,7 +22902,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.5.2", + "version": "1.6.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0",