Skip to content

Commit

Permalink
feat: update client all
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Sep 12, 2024
1 parent 4bda9f6 commit dd91d8f
Show file tree
Hide file tree
Showing 17 changed files with 94 additions and 22 deletions.
2 changes: 0 additions & 2 deletions clients/dart/iam_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,3 @@ lib/model/user_dto.dart
lib/model/user_list.dart
lib/model/whoami_dto.dart
pubspec.yaml
test/invalid_did_error_test.dart
test/public_key_cannot_be_resolved_from_did_error_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 @@ -102,7 +102,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/cors_iota_exchange_credentials_ok_test.dart
test/iota_exchange_credentials_ok_credentials_test.dart
test/iota_exchange_credentials_ok_test.dart
test/iota_exchange_credentials_test.dart
2 changes: 0 additions & 2 deletions clients/python/iam_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_invalid_did_error.py
test/test_public_key_cannot_be_resolved_from_did_error.py
tox.ini
4 changes: 0 additions & 4 deletions clients/python/iota_client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_cors_iota_exchange_credentials_ok.py
test/test_iota_exchange_credentials.py
test/test_iota_exchange_credentials_ok.py
test/test_iota_exchange_credentials_ok_credentials.py
tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
13 changes: 13 additions & 0 deletions clients/typescript/credential-issuance-client/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
1 change: 1 addition & 0 deletions clients/typescript/iam-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
13 changes: 13 additions & 0 deletions clients/typescript/iam-client/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
1 change: 1 addition & 0 deletions clients/typescript/iota-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
13 changes: 13 additions & 0 deletions clients/typescript/iota-client/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
13 changes: 13 additions & 0 deletions clients/typescript/login-configuration-client/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
1 change: 1 addition & 0 deletions clients/typescript/wallets-client/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ package.json
project.json
tsconfig.esm.json
tsconfig.json
tsconfig.lib.json
13 changes: 13 additions & 0 deletions clients/typescript/wallets-client/tsconfig.lib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "commonjs",
"noImplicitAny": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node"
},
"exclude": ["dist", "node_modules"]
}
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd91d8f

Please sign in to comment.