Skip to content

Commit

Permalink
feat: update client all (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: Marat Shakirov <marat.s@affinidi.com>
Co-authored-by: maratsh <533533+maratsh@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 21, 2024
1 parent b437163 commit a77856f
Show file tree
Hide file tree
Showing 28 changed files with 187 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,3 @@ lib/model/vc_claimed_error.dart
lib/model/well_known_open_id_credential_issuer_response.dart
lib/model/well_known_open_id_credential_issuer_response_credentials_supported_inner.dart
pubspec.yaml
test/credential_supported_object_test.dart
test/supported_credential_metadata_display_inner_logo_test.dart
test/supported_credential_metadata_display_inner_test.dart
test/supported_credential_metadata_test.dart
test/well_known_open_id_credential_issuer_response_credentials_supported_inner_test.dart
4 changes: 0 additions & 4 deletions clients/dart/iota_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,3 @@ lib/model/update_configuration_by_id_ok.dart
lib/model/update_pex_query_input.dart
lib/model/vp_token_validation_error.dart
pubspec.yaml
test/aws_exchange_credentials_project_token_ok_credentials_test.dart
test/aws_exchange_credentials_project_token_ok_test.dart
test/aws_exchange_credentials_project_token_test.dart
test/cors_aws_exchange_credentials_project_token_ok_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,11 @@ docs/VcClaimedError.md
docs/WellKnownApi.md
docs/WellKnownOpenIdCredentialIssuerResponse.md
docs/WellKnownOpenIdCredentialIssuerResponseCredentialsSupportedInner.md
project.json
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_credential_supported_object.py
test/test_supported_credential_metadata.py
test/test_supported_credential_metadata_display_inner.py
test/test_supported_credential_metadata_display_inner_logo.py
test/test_well_known_open_id_credential_issuer_response_credentials_supported_inner.py
tox.ini
30 changes: 30 additions & 0 deletions clients/python/credential_issuance_client/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@affinidi-tdk/credential-issuance-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry build"
}
},
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "credential_issuance_client"
}
},
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry publish"
}
},
"tags": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ docs/W3cPresentation.md
docs/W3cPresentationContext.md
docs/W3cPresentationContextOneOfInner.md
docs/W3cProof.md
project.json
pyproject.toml
requirements.txt
setup.cfg
Expand Down
30 changes: 30 additions & 0 deletions clients/python/credential_verification_client/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@affinidi-tdk/credential-verification-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry build"
}
},
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "credential_verification_client"
}
},
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry publish"
}
},
"tags": []
}
}
1 change: 1 addition & 0 deletions clients/python/iam_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ docs/UserDto.md
docs/UserList.md
docs/WellKnownApi.md
docs/WhoamiDto.md
project.json
pyproject.toml
requirements.txt
setup.cfg
Expand Down
2 changes: 1 addition & 1 deletion clients/python/iam_client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "iam-client"
"packageName": "iam_client"
}
},
"nx-release-publish": {
Expand Down
2 changes: 1 addition & 1 deletion clients/python/iam_client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "affinidi_tdk_iam_client"
version = "1.18.0"
version = "1.0.0"
description = "Iam"
authors = ["Affinidi <info@affinidi.com>"]
license = "Apache-2.0"
Expand Down
5 changes: 1 addition & 4 deletions clients/python/iota_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,11 @@ docs/UpdateConfigurationByIdInput.md
docs/UpdateConfigurationByIdOK.md
docs/UpdatePexQueryInput.md
docs/VPTokenValidationError.md
project.json
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_aws_exchange_credentials_project_token.py
test/test_aws_exchange_credentials_project_token_ok.py
test/test_aws_exchange_credentials_project_token_ok_credentials.py
test/test_cors_aws_exchange_credentials_project_token_ok.py
tox.ini
30 changes: 30 additions & 0 deletions clients/python/iota_client/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@affinidi-tdk/iota-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry build"
}
},
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "iota_client"
}
},
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry publish"
}
},
"tags": []
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ docs/TokenEndpointAuthMethod.md
docs/UnauthorizedError.md
docs/UpdateLoginConfigurationInput.md
docs/VPTokenValidationError.md
project.json
pyproject.toml
requirements.txt
setup.cfg
Expand Down
30 changes: 30 additions & 0 deletions clients/python/login_configuration_client/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@affinidi-tdk/login-configuration-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry build"
}
},
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "login_configuration_client"
}
},
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry publish"
}
},
"tags": []
}
}
1 change: 1 addition & 0 deletions clients/python/wallets_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ docs/WalletApi.md
docs/WalletDto.md
docs/WalletDtoKeysInner.md
docs/WalletsListDto.md
project.json
pyproject.toml
requirements.txt
setup.cfg
Expand Down
30 changes: 30 additions & 0 deletions clients/python/wallets_client/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@affinidi-tdk/wallets-client-python",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "{projectRoot}",
"projectType": "library",
"private": false,
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry build"
}
},
"set-version": {
"executor": "@affinidi-tdk/nx-tdk-tools:set-version",
"options": {
"packageName": "wallets_client"
}
},
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"cwd": "{projectRoot}",
"command": "poetry publish"
}
},
"tags": []
}
}
2 changes: 1 addition & 1 deletion clients/typescript/credential-issuance-client/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/credential-issuance-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/credential-issuance-client",
"version": "1.19.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE",
"author": "Affinidi",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/credential-verification-client",
"version": "1.19.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION",
"author": "Affinidi",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/iam-client/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/iam-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/iam-client",
"version": "1.19.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi IAM",
"author": "Affinidi",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/iota-client/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/iota-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/iota-client",
"version": "1.15.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi IOTA",
"author": "Affinidi",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/login-configuration-client/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/login-configuration-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/login-configuration-client",
"version": "1.21.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION",
"author": "Affinidi",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/wallets-client/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const createRequestFunction = function (
const axiosRequestArgs = {
...axiosArgs.options,
url:
(axios.defaults.baseURL ? '' : configuration?.basePath ?? basePath) +
(axios.defaults.baseURL ? '' : (configuration?.basePath ?? basePath)) +
axiosArgs.url,
}
return axios.request<T, R>(axiosRequestArgs)
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/wallets-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@affinidi-tdk/wallets-client",
"version": "1.18.0",
"version": "1.0.0",
"description": "Affinidi TDK typescript client for Affinidi WALLETS",
"author": "Affinidi",
"repository": {
Expand Down
Loading

0 comments on commit a77856f

Please sign in to comment.