From 59c42d22139a2db800a0c2442c34900a9e2fdc9d Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Sun, 28 Jul 2024 22:24:28 +0000 Subject: [PATCH] feat: update client all --- .nx/workspace-data/file-map.json | 1474 +++++++++-------- .nx/workspace-data/lockfile.hash | 2 +- .../.openapi-generator/FILES | 3 + .../dart/login_configuration_client/README.md | 1 + .../doc/InvalidVPTokenCreationTimeError.md | 19 + .../login_configuration_client/lib/api.dart | 1 + .../lib/api_client.dart | 2 + .../invalid_vp_token_creation_time_error.dart | 353 ++++ ...lid_vp_token_creation_time_error_test.dart | 47 + .../wallets_client/.openapi-generator/FILES | 1 - .../.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 ++ .../docs/InvalidVPTokenCreationTimeError.md | 31 + ...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/package.json | 2 +- .../login-configuration-client/api.ts | 57 + .../docs/.openapi-generator/FILES | 1 + .../Models/InvalidVPTokenCreationTimeError.md | 13 + .../login-configuration-client/docs/README.md | 1 + .../login-configuration-client/package.json | 2 +- .../typescript/wallets-client/package.json | 2 +- package-lock.json | 8 +- 29 files changed, 1473 insertions(+), 736 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 9a1d90db..4ca85e24 100644 --- a/.nx/workspace-data/file-map.json +++ b/.nx/workspace-data/file-map.json @@ -35,1041 +35,1131 @@ }, "fileMap": { "projectFileMap": { - "@affinidi-tdk/credential-issuance-client": [ + "@affinidi-tdk/iota-client": [ { - "file": "clients/typescript/credential-issuance-client/.gitignore", + "file": "clients/typescript/iota-client/.gitignore", "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-issuance-client/.npmignore", + "file": "clients/typescript/iota-client/.npmignore", "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "file": "clients/typescript/iota-client/.openapi-generator-ignore", "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "file": "clients/typescript/iota-client/.openapi-generator/FILES", "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "file": "clients/typescript/iota-client/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", - "hash": "6747398861456267640" + "file": "clients/typescript/iota-client/CHANGELOG.md", + "hash": "15360628828826800920" }, { - "file": "clients/typescript/credential-issuance-client/README.md", - "hash": "11361252138584318715" + "file": "clients/typescript/iota-client/README.md", + "hash": "364842604572357838" }, { - "file": "clients/typescript/credential-issuance-client/api.ts", - "hash": "4600022183929618856", + "file": "clients/typescript/iota-client/api.ts", + "hash": "7535100526641766230", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/base.ts", - "hash": "16104170937218988120", + "file": "clients/typescript/iota-client/base.ts", + "hash": "5183618868330703673", "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-issuance-client/common.ts", - "hash": "15564255799733436695", + "file": "clients/typescript/iota-client/common.ts", + "hash": "5797737429943583552", "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/configuration.ts", - "hash": "11550928463911291985" + "file": "clients/typescript/iota-client/configuration.ts", + "hash": "9499746687744957044" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", - "hash": "3793266823368198492" + "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", + "hash": "9316288181443270673" }, { - "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", - "hash": "586622252207685577" + "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", + "hash": "10179637563003640290" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", - "hash": "9948082165238710244" + "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", + "hash": "11975016746958418839" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", - "hash": "12723337465907067668" + "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", + "hash": "2910408234551462943" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", - "hash": "8878879477413906688" + "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", + "hash": "17729438643975339767" }, { - "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", - "hash": "16934729056095985558" + "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", + "hash": "11181275603022684219" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", - "hash": "3417965952706054372" + "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", + "hash": "8167307877633540380" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", - "hash": "4989710874020037738" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", + "hash": "13534815773726873120" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", - "hash": "12312606823515636678" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", + "hash": "9309684510199461991" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", - "hash": "16394561654416814314" + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", + "hash": "11508575050831055245" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", - "hash": "7712731945743530574" + "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", + "hash": "3504125999840941595" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", - "hash": "15542838750607211209" + "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", + "hash": "14393404434768321086" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", - "hash": "11803524025556392104" + "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", + "hash": "10326045654078605519" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", - "hash": "4925490216852832408" + "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", + "hash": "12275491875802613663" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", - "hash": "4638517111052943396" + "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", + "hash": "13238663401702041445" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", - "hash": "937608574670043413" + "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", + "hash": "3379652219236993861" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", - "hash": "5150965673490368637" + "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", + "hash": "3410072254142146326" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", - "hash": "7833341705449481042" + "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", + "hash": "10882539487039750917" }, { - "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/iota-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "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/iota-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", - "hash": "15474652345073175900" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", + "hash": "11817316623538096940" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", - "hash": "13639489985270972025" + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", + "hash": "18045918701962935634" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", - "hash": "15252229005457613114" + "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", + "hash": "7446786853302365491" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", - "hash": "11079982507355133626" + "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", + "hash": "2562690024456557891" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", - "hash": "6406560420275345014" + "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", + "hash": "4678555364184959961" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", - "hash": "17510387289372567360" + "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", + "hash": "16926188554916345172" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", - "hash": "9105334559139468521" + "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", - "hash": "10081983816651387059" + "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", + "hash": "7042244132448091951" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", - "hash": "17564940257018403410" + "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", + "hash": "4325958840526176557" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", - "hash": "11675632441234748381" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", + "hash": "7293771631148833790" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", - "hash": "11452289139613853243" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", + "hash": "4904339816751847143" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", - "hash": "17879153843199212303" + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", + "hash": "3702813586844439531" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", - "hash": "2050840754595108315" + "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", + "hash": "4092030910125715975" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", - "hash": "4539289264096231936" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", + "hash": "7736664384809489792" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", - "hash": "12754276771237375400" + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", + "hash": "13126433387532303927" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", - "hash": "1116720055150595550" + "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", + "hash": "2249997056363339104" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", - "hash": "1924661391176501322" + "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", - "hash": "15806235769064208377" + "file": "clients/typescript/iota-client/docs/README.md", + "hash": "5426124659574571122" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", - "hash": "12117215729859602229" + "file": "clients/typescript/iota-client/index.ts", + "hash": "2354568788337105161" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", - "hash": "9256008060731171745" + "file": "clients/typescript/iota-client/package.json", + "hash": "4241381840610511109", + "deps": [ + "npm:@types/node@18.19.33", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", - "hash": "18381073156741513411" + "file": "clients/typescript/iota-client/project.json", + "hash": "12679259401059881125" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", - "hash": "10459422053344246060" + "file": "clients/typescript/iota-client/tsconfig.esm.json", + "hash": "7022370158318588762" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", - "hash": "271387093372129388" + "file": "clients/typescript/iota-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/login-configuration-client": [ + { + "file": "clients/typescript/login-configuration-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", - "hash": "14145426060873867406" + "file": "clients/typescript/login-configuration-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", - "hash": "10965344678378350260" + "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", - "hash": "1860156611693457807" + "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", - "hash": "9182913044592817846" + "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", - "hash": "17396861815357039945" + "file": "clients/typescript/login-configuration-client/CHANGELOG.md", + "hash": "8352207373086837199" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", - "hash": "3457458940988351058" + "file": "clients/typescript/login-configuration-client/README.md", + "hash": "1883100314997818640" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", - "hash": "5176260030491541489" + "file": "clients/typescript/login-configuration-client/api.ts", + "hash": "5110110209003144732", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", - "hash": "10915132548294328357" + "file": "clients/typescript/login-configuration-client/base.ts", + "hash": "16305979978769072359", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", - "hash": "1401819099015692727" + "file": "clients/typescript/login-configuration-client/common.ts", + "hash": "983535651574902028", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", - "hash": "5471538394433161795" + "file": "clients/typescript/login-configuration-client/configuration.ts", + "hash": "14331948531880182524" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", - "hash": "15096082744620703227" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", - "hash": "5050074996406606513" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", + "hash": "16524191167708756933" }, { - "file": "clients/typescript/credential-issuance-client/docs/README.md", - "hash": "2790900437805361872" + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/credential-issuance-client/index.ts", - "hash": "2607134449275041974" + "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", + "hash": "211826417999458165" }, { - "file": "clients/typescript/credential-issuance-client/package.json", - "hash": "1136908846956791526", - "deps": [ - "npm:@types/node@18.19.31", - "npm:typescript@4.9.5", - "npm:axios", - "npm:axios-retry", - "npm:url" - ] + "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", + "hash": "6308120419168047526" }, { - "file": "clients/typescript/credential-issuance-client/project.json", - "hash": "10135124330372524243" + "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", + "hash": "7726796964845646802" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", + "hash": "15673226820463409487" }, { - "file": "clients/typescript/credential-issuance-client/tsconfig.json", - "hash": "13354068531430747784" - } - ], - "@affinidi-tdk/iota-core": [ + "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", + "hash": "1998998596304502853" + }, { - "file": "libs/iota-core/.eslintrc.json", - "hash": "1750809890614186748" + "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", + "hash": "14968167471874634050" }, { - "file": "libs/iota-core/.gitignore", - "hash": "1654343886240425559" + "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", + "hash": "12028981472381019965" }, { - "file": "libs/iota-core/.npmignore", - "hash": "12822870603302115381" + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", + "hash": "13849823414408199571" }, { - "file": "libs/iota-core/CHANGELOG.md", - "hash": "17692757931946007829" + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", + "hash": "1414244720524683365" }, { - "file": "libs/iota-core/README.md", - "hash": "9792148159756041290" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", + "hash": "15669763115432386462" }, { - "file": "libs/iota-core/helpers/index.ts", - "hash": "13085024054351336276" + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", + "hash": "18379217938836845823" }, { - "file": "libs/iota-core/helpers/iota-auth-provider.ts", - "hash": "6671631258407181963", - "deps": ["npm:@aws-sdk/client-cognito-identity"] + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", + "hash": "13015445726325978709" }, { - "file": "libs/iota-core/index.ts", - "hash": "9030039928657923145" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", + "hash": "1368760751440017943" }, { - "file": "libs/iota-core/iota.ts", - "hash": "5497491287560431761" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", + "hash": "6257623641657711369" }, { - "file": "libs/iota-core/package-lock.json", - "hash": "9894897686119214121" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", + "hash": "4512187795552444984" }, { - "file": "libs/iota-core/package.json", - "hash": "8376960884351482930", - "deps": [ - "npm:@typescript-eslint/eslint-plugin@7.14.1", - "npm:@typescript-eslint/parser@7.14.1", - "npm:eslint", - "npm:eslint-config-prettier", - "npm:eslint-plugin-prettier", - "npm:jsii", - "npm:jsii-pacmak", - "npm:typescript", - "@affinidi-tdk/common", - "@affinidi-tdk/iota-client", - "npm:@aws-sdk/client-cognito-identity" - ] + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", + "hash": "4347603429047299689" }, { - "file": "libs/iota-core/project.json", - "hash": "3817763126917309670" - } - ], - "@affinidi-tdk/iota-browser": [ + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", + "hash": "10451887242916935250" + }, { - "file": "libs/iota-browser/.eslintrc.json", - "hash": "1750809890614186748" + "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", + "hash": "14891486953107045514" }, { - "file": "libs/iota-browser/.gitignore", - "hash": "6505681825785332825" + "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", + "hash": "11116444372217418526" }, { - "file": "libs/iota-browser/.npmignore", - "hash": "13416941849267755969" + "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", + "hash": "4945100139571376599" }, { - "file": "libs/iota-browser/CHANGELOG.md", - "hash": "9634779779009913810" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", + "hash": "7457067275584979839" }, { - "file": "libs/iota-browser/README.md", - "hash": "15995057680214185445" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", + "hash": "2001434629279341104" }, { - "file": "libs/iota-browser/package-lock.json", - "hash": "6686562311803803373" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", + "hash": "6459039357265454501" }, { - "file": "libs/iota-browser/package.json", - "hash": "7613263773469227876", - "deps": [ - "npm:@types/uuid", - "npm:@typescript-eslint/eslint-plugin@7.14.1", - "npm:@typescript-eslint/parser@7.14.1", - "npm:esbuild", - "npm:esbuild-plugin-copy", - "npm:eslint", - "npm:eslint-config-prettier", - "npm:eslint-plugin-prettier", - "npm:fs-extra", - "npm:typescript", - "@affinidi-tdk/common", - "npm:@smithy/types", - "npm:aws-iot-device-sdk-v2", - "npm:jose", - "npm:uuid", - "npm:zod" - ] + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", + "hash": "3707941998491139578" }, { - "file": "libs/iota-browser/project.json", - "hash": "9973445680169374108" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", + "hash": "11390371057615918323" }, { - "file": "libs/iota-browser/src/helpers/channel-provider.ts", - "hash": "5355431321712936449", - "deps": [ - "npm:@aws-sdk/util-utf8-browser", - "npm:@smithy/types", - "npm:aws-iot-device-sdk-v2", - "npm:jose", - "npm:uuid" - ] + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", + "hash": "9827062062106347096" }, { - "file": "libs/iota-browser/src/helpers/index.ts", - "hash": "1567623500509272083" + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", + "hash": "17409854853291538664" }, { - "file": "libs/iota-browser/src/helpers/response-handler.ts", - "hash": "9047971325111704489", - "deps": [ - "npm:@aws-sdk/util-utf8-browser", - "npm:aws-iot-device-sdk-v2" - ] + "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", + "hash": "15532762300707176997" }, { - "file": "libs/iota-browser/src/helpers/vault-handler.ts", - "hash": "10903745839625535715" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", + "hash": "5080857325547014340" }, { - "file": "libs/iota-browser/src/index.ts", - "hash": "17302482135842732062" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", + "hash": "4686520207753966803" }, { - "file": "libs/iota-browser/src/request.ts", - "hash": "14763953038095601403" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" }, { - "file": "libs/iota-browser/src/session.ts", - "hash": "15918759819051628865" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" }, { - "file": "libs/iota-browser/src/validators/error.ts", - "hash": "10978386070272458138" + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidVPTokenCreationTimeError.md", + "hash": "767794533419124368" }, { - "file": "libs/iota-browser/src/validators/events.ts", - "hash": "11976344922797899889", - "deps": ["npm:zod"] + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", + "hash": "16498421307409006817" }, { - "file": "libs/iota-browser/src/validators/ssi.ts", - "hash": "15856158042909631281", - "deps": ["npm:zod"] + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", + "hash": "13871275167623793304" }, { - "file": "libs/iota-browser/tsconfig.json", - "hash": "18134444585188285237" - } - ], - "@affinidi-tdk/iota-client": [ + "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", + "hash": "7606039821269543586" + }, { - "file": "clients/typescript/iota-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", + "hash": "13828842892164563217" }, { - "file": "clients/typescript/iota-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", + "hash": "10503535986774061315" }, { - "file": "clients/typescript/iota-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", + "hash": "15321466031796432333" }, { - "file": "clients/typescript/iota-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", + "hash": "15475776983402324909" }, { - "file": "clients/typescript/iota-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", + "hash": "22747864508565680" }, { - "file": "clients/typescript/iota-client/CHANGELOG.md", - "hash": "8582654973879931266" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", + "hash": "13619981892024046465" }, { - "file": "clients/typescript/iota-client/README.md", - "hash": "364842604572357838" + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", + "hash": "6709006501811674695" }, { - "file": "clients/typescript/iota-client/api.ts", - "hash": "7535100526641766230", - "deps": ["npm:axios"] + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", + "hash": "11537462109431281637" }, { - "file": "clients/typescript/iota-client/base.ts", - "hash": "5183618868330703673", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" }, { - "file": "clients/typescript/iota-client/common.ts", - "hash": "5797737429943583552", - "deps": ["npm:axios"] + "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", + "hash": "4930959784088992952" }, { - "file": "clients/typescript/iota-client/configuration.ts", - "hash": "9499746687744957044" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", + "hash": "2179555926060989602" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", + "hash": "2108824152749288018" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", - "hash": "9316288181443270673" + "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", + "hash": "4785358361067685710" }, { - "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", + "hash": "3904605322360145707" }, { - "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", - "hash": "10179637563003640290" + "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", + "hash": "8643644109183080467" }, { - "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", - "hash": "11975016746958418839" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", + "hash": "12876953554036964226" }, { - "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", - "hash": "2910408234551462943" + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "14238076193013934014" }, { - "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", - "hash": "17729438643975339767" + "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", + "hash": "12927288365239818419" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", + "hash": "2660119686726151063" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", + "hash": "3670336846105320965" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", + "hash": "10113364033065977966" + }, + { + "file": "clients/typescript/login-configuration-client/docs/README.md", + "hash": "290730100280849941" + }, + { + "file": "clients/typescript/login-configuration-client/index.ts", + "hash": "14756906097170279877" + }, + { + "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/login-configuration-client/project.json", + "hash": "13049922653240685091" + }, + { + "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/login-configuration-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iota-browser": [ + { + "file": "libs/iota-browser/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "libs/iota-browser/.gitignore", + "hash": "6505681825785332825" + }, + { + "file": "libs/iota-browser/.npmignore", + "hash": "13416941849267755969" + }, + { + "file": "libs/iota-browser/CHANGELOG.md", + "hash": "3862020472829847380" + }, + { + "file": "libs/iota-browser/README.md", + "hash": "15995057680214185445" + }, + { + "file": "libs/iota-browser/package-lock.json", + "hash": "6686562311803803373" + }, + { + "file": "libs/iota-browser/package.json", + "hash": "17894863728745339967", + "deps": [ + "npm:@types/uuid", + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:esbuild", + "npm:esbuild-plugin-copy", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:fs-extra", + "npm:typescript", + "@affinidi-tdk/common", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid", + "npm:zod" + ] }, { - "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", - "hash": "11181275603022684219" + "file": "libs/iota-browser/project.json", + "hash": "9973445680169374108" }, { - "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", - "hash": "8167307877633540380" + "file": "libs/iota-browser/src/helpers/channel-provider.ts", + "hash": "282131842050169925", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid" + ] }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", - "hash": "13534815773726873120" + "file": "libs/iota-browser/src/helpers/index.ts", + "hash": "1567623500509272083" }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", - "hash": "9309684510199461991" + "file": "libs/iota-browser/src/helpers/response-handler.ts", + "hash": "9047971325111704489", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:aws-iot-device-sdk-v2" + ] }, { - "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", - "hash": "11508575050831055245" + "file": "libs/iota-browser/src/helpers/vault-handler.ts", + "hash": "10903745839625535715" }, { - "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", - "hash": "3504125999840941595" + "file": "libs/iota-browser/src/index.ts", + "hash": "17302482135842732062" }, { - "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", - "hash": "14393404434768321086" + "file": "libs/iota-browser/src/request.ts", + "hash": "14763953038095601403" }, { - "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", - "hash": "10326045654078605519" + "file": "libs/iota-browser/src/session.ts", + "hash": "15918759819051628865" }, { - "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", - "hash": "12275491875802613663" + "file": "libs/iota-browser/src/validators/error.ts", + "hash": "10978386070272458138" }, { - "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", - "hash": "13238663401702041445" + "file": "libs/iota-browser/src/validators/events.ts", + "hash": "11976344922797899889", + "deps": ["npm:zod"] }, { - "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", - "hash": "3379652219236993861" + "file": "libs/iota-browser/src/validators/ssi.ts", + "hash": "15856158042909631281", + "deps": ["npm:zod"] }, { - "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", - "hash": "3410072254142146326" - }, + "file": "libs/iota-browser/tsconfig.json", + "hash": "18134444585188285237" + } + ], + "@affinidi-tdk/iota-core": [ { - "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", - "hash": "10882539487039750917" + "file": "libs/iota-core/.eslintrc.json", + "hash": "1750809890614186748" }, { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", - "hash": "12586844208213212965" + "file": "libs/iota-core/.gitignore", + "hash": "1654343886240425559" }, { - "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "1817687726993770181" + "file": "libs/iota-core/.npmignore", + "hash": "12822870603302115381" }, { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", - "hash": "11817316623538096940" + "file": "libs/iota-core/CHANGELOG.md", + "hash": "8011786426187175679" }, { - "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", - "hash": "18045918701962935634" + "file": "libs/iota-core/README.md", + "hash": "9792148159756041290" }, { - "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", - "hash": "7446786853302365491" + "file": "libs/iota-core/helpers/index.ts", + "hash": "13085024054351336276" }, { - "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", - "hash": "2562690024456557891" + "file": "libs/iota-core/helpers/iota-auth-provider.ts", + "hash": "6671631258407181963", + "deps": ["npm:@aws-sdk/client-cognito-identity"] }, { - "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", - "hash": "4678555364184959961" + "file": "libs/iota-core/index.ts", + "hash": "9030039928657923145" }, { - "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", - "hash": "16926188554916345172" + "file": "libs/iota-core/iota.ts", + "hash": "5497491287560431761" }, { - "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", - "hash": "1096161092545869598" + "file": "libs/iota-core/package-lock.json", + "hash": "9894897686119214121" }, { - "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", - "hash": "7042244132448091951" + "file": "libs/iota-core/package.json", + "hash": "11455740862813122902", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:typescript", + "@affinidi-tdk/common", + "@affinidi-tdk/iota-client", + "npm:@aws-sdk/client-cognito-identity" + ] }, { - "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", - "hash": "4325958840526176557" - }, + "file": "libs/iota-core/project.json", + "hash": "3817763126917309670" + } + ], + "@affinidi-tdk/credential-issuance-client": [ { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", - "hash": "7293771631148833790" + "file": "clients/typescript/credential-issuance-client/.gitignore", + "hash": "14183275266285273190" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", - "hash": "4904339816751847143" + "file": "clients/typescript/credential-issuance-client/.npmignore", + "hash": "12459326339142627036" }, { - "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", - "hash": "3702813586844439531" + "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "hash": "3577137087323931601" }, { - "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", - "hash": "4092030910125715975" + "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "hash": "10359846699431722078" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", - "hash": "7736664384809489792" + "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", - "hash": "13126433387532303927" + "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", + "hash": "831612100966238196" }, { - "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", - "hash": "2249997056363339104" + "file": "clients/typescript/credential-issuance-client/README.md", + "hash": "11361252138584318715" }, { - "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", - "hash": "12227056606097382675" + "file": "clients/typescript/credential-issuance-client/api.ts", + "hash": "4600022183929618856", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/iota-client/docs/README.md", - "hash": "5426124659574571122" + "file": "clients/typescript/credential-issuance-client/base.ts", + "hash": "16104170937218988120", + "deps": ["npm:axios", "npm:axios-retry"] }, { - "file": "clients/typescript/iota-client/index.ts", - "hash": "2354568788337105161" + "file": "clients/typescript/credential-issuance-client/common.ts", + "hash": "15564255799733436695", + "deps": ["npm:axios"] }, { - "file": "clients/typescript/iota-client/package.json", - "hash": "4241381840610511109", - "deps": [ - "npm:@types/node@18.19.33", - "npm:typescript@4.9.5", - "npm:axios", - "npm:axios-retry", - "npm:url" - ] + "file": "clients/typescript/credential-issuance-client/configuration.ts", + "hash": "11550928463911291985" }, { - "file": "clients/typescript/iota-client/project.json", - "hash": "12679259401059881125" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" }, { - "file": "clients/typescript/iota-client/tsconfig.esm.json", - "hash": "7022370158318588762" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", + "hash": "3793266823368198492" }, { - "file": "clients/typescript/iota-client/tsconfig.json", - "hash": "13354068531430747784" - } - ], - "@affinidi-tdk/login-configuration-client": [ - { - "file": "clients/typescript/login-configuration-client/.gitignore", - "hash": "14183275266285273190" + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" }, { - "file": "clients/typescript/login-configuration-client/.npmignore", - "hash": "12459326339142627036" + "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", + "hash": "586622252207685577" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", - "hash": "3577137087323931601" + "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", + "hash": "9948082165238710244" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", - "hash": "10359846699431722078" + "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", + "hash": "12723337465907067668" }, { - "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", + "hash": "8878879477413906688" }, { - "file": "clients/typescript/login-configuration-client/CHANGELOG.md", - "hash": "15338467640158097323" + "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", + "hash": "16934729056095985558" }, { - "file": "clients/typescript/login-configuration-client/README.md", - "hash": "1883100314997818640" + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", + "hash": "3417965952706054372" }, { - "file": "clients/typescript/login-configuration-client/api.ts", - "hash": "4272265428066802121", - "deps": ["npm:axios"] + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", + "hash": "4989710874020037738" }, { - "file": "clients/typescript/login-configuration-client/base.ts", - "hash": "16305979978769072359", - "deps": ["npm:axios", "npm:axios-retry"] + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", + "hash": "12312606823515636678" }, { - "file": "clients/typescript/login-configuration-client/common.ts", - "hash": "983535651574902028", - "deps": ["npm:axios"] + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", + "hash": "16394561654416814314" }, { - "file": "clients/typescript/login-configuration-client/configuration.ts", - "hash": "14331948531880182524" + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "7712731945743530574" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", - "hash": "5921108589004068994" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", + "hash": "15542838750607211209" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", - "hash": "4512150892306820327" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", + "hash": "11803524025556392104" }, { - "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", - "hash": "16136251632416930662" + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", + "hash": "4925490216852832408" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", - "hash": "211826417999458165" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", + "hash": "4638517111052943396" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", - "hash": "6308120419168047526" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", + "hash": "937608574670043413" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", - "hash": "7726796964845646802" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", + "hash": "5150965673490368637" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", - "hash": "15673226820463409487" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", + "hash": "7833341705449481042" }, { - "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", - "hash": "1998998596304502853" + "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/ActionForbiddenError.md", - "hash": "14968167471874634050" + "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/AddUserToGroupInput.md", - "hash": "12028981472381019965" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", + "hash": "15474652345073175900" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", - "hash": "13849823414408199571" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", + "hash": "13639489985270972025" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", - "hash": "1414244720524683365" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", + "hash": "15252229005457613114" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", - "hash": "15669763115432386462" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", + "hash": "11079982507355133626" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", - "hash": "18379217938836845823" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", + "hash": "6406560420275345014" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", - "hash": "13015445726325978709" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", + "hash": "17510387289372567360" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", - "hash": "1368760751440017943" + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", + "hash": "9105334559139468521" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", - "hash": "6257623641657711369" + "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", + "hash": "10081983816651387059" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", - "hash": "4512187795552444984" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", + "hash": "17564940257018403410" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", - "hash": "4347603429047299689" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", + "hash": "11675632441234748381" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", - "hash": "10451887242916935250" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", + "hash": "11452289139613853243" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", - "hash": "14891486953107045514" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", + "hash": "17879153843199212303" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", - "hash": "11116444372217418526" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", + "hash": "2050840754595108315" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", - "hash": "4945100139571376599" + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", + "hash": "4539289264096231936" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", - "hash": "7457067275584979839" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", + "hash": "12754276771237375400" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", - "hash": "2001434629279341104" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", + "hash": "1116720055150595550" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", - "hash": "6459039357265454501" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", + "hash": "1924661391176501322" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", - "hash": "3707941998491139578" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", + "hash": "15806235769064208377" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", - "hash": "11390371057615918323" + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", + "hash": "12117215729859602229" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", - "hash": "9827062062106347096" + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", + "hash": "9256008060731171745" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", - "hash": "17409854853291538664" + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse_issuances_inner.md", + "hash": "18381073156741513411" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", - "hash": "15532762300707176997" + "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", + "hash": "10459422053344246060" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", - "hash": "5080857325547014340" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", + "hash": "271387093372129388" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", - "hash": "4686520207753966803" + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", + "hash": "14145426060873867406" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", - "hash": "12586844208213212965" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", + "hash": "10965344678378350260" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", - "hash": "1817687726993770181" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", + "hash": "1860156611693457807" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", - "hash": "16498421307409006817" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", + "hash": "9182913044592817846" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", - "hash": "13871275167623793304" + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", + "hash": "17396861815357039945" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", - "hash": "7606039821269543586" + "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", + "hash": "3457458940988351058" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", - "hash": "13828842892164563217" + "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", + "hash": "5176260030491541489" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", - "hash": "10503535986774061315" + "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "10915132548294328357" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", - "hash": "15321466031796432333" + "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", + "hash": "1401819099015692727" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", - "hash": "15475776983402324909" + "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", + "hash": "5471538394433161795" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", - "hash": "22747864508565680" + "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", + "hash": "15096082744620703227" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", - "hash": "13619981892024046465" + "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", + "hash": "5050074996406606513" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", - "hash": "6709006501811674695" + "file": "clients/typescript/credential-issuance-client/docs/README.md", + "hash": "2790900437805361872" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", - "hash": "11537462109431281637" + "file": "clients/typescript/credential-issuance-client/index.ts", + "hash": "2607134449275041974" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", - "hash": "1096161092545869598" + "file": "clients/typescript/credential-issuance-client/package.json", + "hash": "1136908846956791526", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", - "hash": "4930959784088992952" + "file": "clients/typescript/credential-issuance-client/project.json", + "hash": "10135124330372524243" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", - "hash": "2179555926060989602" + "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", + "hash": "7022370158318588762" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", - "hash": "2108824152749288018" + "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/auth-provider": [ + { + "file": "packages/auth-provider/.eslintrc.json", + "hash": "1750809890614186748" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", - "hash": "4785358361067685710" + "file": "packages/auth-provider/.gitignore", + "hash": "1654343886240425559" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", - "hash": "3904605322360145707" + "file": "packages/auth-provider/.npmignore", + "hash": "12822870603302115381" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", - "hash": "8643644109183080467" + "file": "packages/auth-provider/CHANGELOG.md", + "hash": "8736943429842312594" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", - "hash": "12876953554036964226" + "file": "packages/auth-provider/README.md", + "hash": "11480977488421270372" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", - "hash": "14238076193013934014" + "file": "packages/auth-provider/auth-provider.ts", + "hash": "1410286297950341493", + "deps": ["npm:uuid"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", - "hash": "12927288365239818419" + "file": "packages/auth-provider/helpers/fetch-project-scoped-token.ts", + "hash": "17202574524801505075", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:qs"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", - "hash": "2660119686726151063" + "file": "packages/auth-provider/helpers/get-bff-headers.ts", + "hash": "13776581903181663912" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", - "hash": "3670336846105320965" + "file": "packages/auth-provider/helpers/index.ts", + "hash": "691866190261439977" }, { - "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", - "hash": "12227056606097382675" + "file": "packages/auth-provider/helpers/iota.ts", + "hash": "6357138712063769166", + "deps": ["npm:uuid", "npm:jsonwebtoken"] }, { - "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", - "hash": "10113364033065977966" + "file": "packages/auth-provider/helpers/jwt.ts", + "hash": "16751379328728230434", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:jose"] }, { - "file": "clients/typescript/login-configuration-client/docs/README.md", - "hash": "18428175335345609865" + "file": "packages/auth-provider/index.ts", + "hash": "3560753177100856969" }, { - "file": "clients/typescript/login-configuration-client/index.ts", - "hash": "14756906097170279877" + "file": "packages/auth-provider/package-lock.json", + "hash": "17441074165217720185" }, { - "file": "clients/typescript/login-configuration-client/package.json", - "hash": "3386776067037058349", + "file": "packages/auth-provider/package.json", + "hash": "11615083062236916653", "deps": [ - "npm:@types/node@18.19.31", - "npm:typescript@4.9.5", + "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:axios-retry", - "npm:url" + "npm:jose", + "npm:jsonwebtoken", + "npm:qs", + "npm:uuid" ] }, { - "file": "clients/typescript/login-configuration-client/project.json", - "hash": "13049922653240685091" - }, - { - "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", - "hash": "7022370158318588762" - }, - { - "file": "clients/typescript/login-configuration-client/tsconfig.json", - "hash": "13354068531430747784" + "file": "packages/auth-provider/project.json", + "hash": "7766335473734343420" } ], "@affinidi-tdk/credential-verification-client": [ @@ -1095,7 +1185,7 @@ }, { "file": "clients/typescript/credential-verification-client/CHANGELOG.md", - "hash": "4403536223278086199" + "hash": "18099741521675263329" }, { "file": "clients/typescript/credential-verification-client/README.md", @@ -1336,157 +1426,6 @@ "hash": "13354068531430747784" } ], - "@affinidi-tdk/common": [ - { - "file": "packages/common/.eslintrc.json", - "hash": "1750809890614186748" - }, - { - "file": "packages/common/.gitignore", - "hash": "1654343886240425559" - }, - { - "file": "packages/common/.npmignore", - "hash": "12822870603302115381" - }, - { - "file": "packages/common/CHANGELOG.md", - "hash": "7493044425498261933" - }, - { - "file": "packages/common/README.md", - "hash": "13736686297854932605" - }, - { - "file": "packages/common/helpers/environment.ts", - "hash": "12807175711941537118" - }, - { - "file": "packages/common/helpers/index.ts", - "hash": "3331714586627763516" - }, - { - "file": "packages/common/helpers/logger.ts", - "hash": "17616776113026191349" - }, - { - "file": "packages/common/helpers/vault.ts", - "hash": "2687200996638439273" - }, - { - "file": "packages/common/index.ts", - "hash": "16365846209251303121" - }, - { - "file": "packages/common/package-lock.json", - "hash": "4491739938388568222" - }, - { - "file": "packages/common/package.json", - "hash": "12785570889907162910", - "deps": [ - "npm:@typescript-eslint/eslint-plugin@7.14.1", - "npm:@typescript-eslint/parser@7.14.1", - "npm:eslint", - "npm:eslint-config-prettier", - "npm:eslint-plugin-prettier", - "npm:jsii", - "npm:jsii-pacmak", - "npm:jsii-release", - "npm:typescript" - ] - }, - { - "file": "packages/common/project.json", - "hash": "18338055837761480757" - } - ], - "@affinidi-tdk/auth-provider": [ - { - "file": "packages/auth-provider/.eslintrc.json", - "hash": "1750809890614186748" - }, - { - "file": "packages/auth-provider/.gitignore", - "hash": "1654343886240425559" - }, - { - "file": "packages/auth-provider/.npmignore", - "hash": "12822870603302115381" - }, - { - "file": "packages/auth-provider/CHANGELOG.md", - "hash": "6601577730056138125" - }, - { - "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": "packages/auth-provider/helpers/get-bff-headers.ts", - "hash": "13776581903181663912" - }, - { - "file": "packages/auth-provider/helpers/index.ts", - "hash": "691866190261439977" - }, - { - "file": "packages/auth-provider/helpers/iota.ts", - "hash": "6357138712063769166", - "deps": ["npm:uuid", "npm:jsonwebtoken"] - }, - { - "file": "packages/auth-provider/helpers/jwt.ts", - "hash": "16751379328728230434", - "deps": ["npm:axios", "npm:jsonwebtoken", "npm:jose"] - }, - { - "file": "packages/auth-provider/index.ts", - "hash": "3560753177100856969" - }, - { - "file": "packages/auth-provider/package-lock.json", - "hash": "17441074165217720185" - }, - { - "file": "packages/auth-provider/package.json", - "hash": "4593503654906592228", - "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": "packages/auth-provider/project.json", - "hash": "7766335473734343420" - } - ], "@affinidi-tdk/iam-client": [ { "file": "clients/typescript/iam-client/.gitignore", @@ -1510,7 +1449,7 @@ }, { "file": "clients/typescript/iam-client/CHANGELOG.md", - "hash": "11855981124901361737" + "hash": "6153441662241678324" }, { "file": "clients/typescript/iam-client/README.md", @@ -1782,7 +1721,7 @@ }, { "file": "clients/typescript/wallets-client/CHANGELOG.md", - "hash": "9483350756789546302" + "hash": "15799214151639147057" }, { "file": "clients/typescript/wallets-client/README.md", @@ -1970,6 +1909,71 @@ "file": "clients/typescript/wallets-client/tsconfig.json", "hash": "13354068531430747784" } + ], + "@affinidi-tdk/common": [ + { + "file": "packages/common/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "packages/common/.gitignore", + "hash": "1654343886240425559" + }, + { + "file": "packages/common/.npmignore", + "hash": "12822870603302115381" + }, + { + "file": "packages/common/CHANGELOG.md", + "hash": "17477587657308771538" + }, + { + "file": "packages/common/README.md", + "hash": "13736686297854932605" + }, + { + "file": "packages/common/helpers/environment.ts", + "hash": "11050155173009602866" + }, + { + "file": "packages/common/helpers/index.ts", + "hash": "3331714586627763516" + }, + { + "file": "packages/common/helpers/logger.ts", + "hash": "13783866329871777167" + }, + { + "file": "packages/common/helpers/vault.ts", + "hash": "2687200996638439273" + }, + { + "file": "packages/common/index.ts", + "hash": "16365846209251303121" + }, + { + "file": "packages/common/package-lock.json", + "hash": "4491739938388568222" + }, + { + "file": "packages/common/package.json", + "hash": "3580923710042354400", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:jsii-release", + "npm:typescript" + ] + }, + { + "file": "packages/common/project.json", + "hash": "18338055837761480757" + } ] }, "nonProjectFiles": [ @@ -4499,7 +4503,7 @@ }, { "file": "clients/dart/login_configuration_client/.openapi-generator/FILES", - "hash": "10009014264200757199" + "hash": "9212813155107993074" }, { "file": "clients/dart/login_configuration_client/.openapi-generator/VERSION", @@ -4511,7 +4515,7 @@ }, { "file": "clients/dart/login_configuration_client/README.md", - "hash": "12945566997650810755" + "hash": "16641181391505879011" }, { "file": "clients/dart/login_configuration_client/analysis_options.yaml", @@ -4645,6 +4649,10 @@ "file": "clients/dart/login_configuration_client/doc/InvalidParameterErrorDetailsInner.md", "hash": "11269664638005359387" }, + { + "file": "clients/dart/login_configuration_client/doc/InvalidVPTokenCreationTimeError.md", + "hash": "6828351240707276598" + }, { "file": "clients/dart/login_configuration_client/doc/JsonWebKey.md", "hash": "7951081183717742699" @@ -4739,7 +4747,7 @@ }, { "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", @@ -4763,7 +4771,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", @@ -4901,6 +4909,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" @@ -5125,6 +5137,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" @@ -5227,7 +5243,7 @@ }, { "file": "clients/dart/wallets_client/.openapi-generator/FILES", - "hash": "16606704467098865934" + "hash": "4379091480802641271" }, { "file": "clients/dart/wallets_client/.openapi-generator/VERSION", @@ -8187,7 +8203,7 @@ }, { "file": "clients/python/login_configuration_client/.openapi-generator/FILES", - "hash": "1251900060338168381" + "hash": "16818775708293734835" }, { "file": "clients/python/login_configuration_client/.openapi-generator/VERSION", @@ -8199,11 +8215,11 @@ }, { "file": "clients/python/login_configuration_client/README.md", - "hash": "14578762911019727456" + "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", @@ -8247,7 +8263,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", @@ -8365,6 +8381,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" @@ -8617,6 +8637,10 @@ "file": "clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md", "hash": "14088156279895321655" }, + { + "file": "clients/python/login_configuration_client/docs/InvalidVPTokenCreationTimeError.md", + "hash": "2826295088250229038" + }, { "file": "clients/python/login_configuration_client/docs/JsonWebKey.md", "hash": "14483755368923267467" @@ -8885,6 +8909,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" @@ -9011,7 +9039,7 @@ }, { "file": "clients/python/wallets_client/.openapi-generator/FILES", - "hash": "3512883569123536842" + "hash": "17722635681551567359" }, { "file": "clients/python/wallets_client/.openapi-generator/VERSION", @@ -9487,7 +9515,7 @@ }, { "file": "package-lock.json", - "hash": "2034266648754056681" + "hash": "13912485108793967736" }, { "file": "package.json", diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash index 2e0018a8..636fcbe7 100644 --- a/.nx/workspace-data/lockfile.hash +++ b/.nx/workspace-data/lockfile.hash @@ -1 +1 @@ -1764459230610537994 \ No newline at end of file +17876604324579992918 \ No newline at end of file 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/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/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/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/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/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 5f90ed67..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.14.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 fee77933..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.14.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 0576c4c5..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.14.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 2d7e57f5..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.10.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..2a75911e 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 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/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 0c9fffab..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.16.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 1dd5901d..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.13.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 9dcfd436..bb2b232f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.2.2", + "version": "1.3.1", "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.2.0", + "version": "1.3.1", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -22666,7 +22666,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.12.0", + "version": "1.13.1", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22886,7 +22886,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.4.0", + "version": "1.5.1", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0",