From d1a384b56b9234e505a1a20ddafd294f415ee5d1 Mon Sep 17 00:00:00 2001 From: GermanVor Date: Fri, 22 Nov 2024 12:08:07 +0100 Subject: [PATCH] chore: prettier --- clients/ai-assistants-v1/tsconfig.json | 6 ++---- clients/ai-files-v1/tsconfig.json | 6 ++---- clients/ai-foundation_models-v1/tsconfig.json | 6 ++---- clients/ai-llm-v1alpha/tsconfig.json | 6 ++---- clients/ai-ocr-v1/tsconfig.json | 6 ++---- clients/ai-stt-v2/tsconfig.json | 6 ++---- clients/ai-stt-v3/tsconfig.json | 6 ++---- clients/ai-translate-v2/tsconfig.json | 6 ++---- clients/ai-tts-v3/tsconfig.json | 6 ++---- clients/ai-vision-v1/tsconfig.json | 6 ++---- clients/ai-vision-v2/tsconfig.json | 6 ++---- clients/airflow-v1/tsconfig.json | 6 ++---- clients/apploadbalancer-v1/tsconfig.json | 6 ++---- clients/audittrails-v1/tsconfig.json | 6 ++---- clients/backup-v1/tsconfig.json | 6 ++---- clients/billing-v1/tsconfig.json | 6 ++---- clients/cdn-v1/tsconfig.json | 6 ++---- clients/certificatemanager-v1/tsconfig.json | 6 ++---- clients/cic-v1/tsconfig.json | 6 ++---- clients/cloudapps-workload-v1/tsconfig.json | 6 ++---- clients/cloudrouter-v1/tsconfig.json | 6 ++---- clients/compute-v1/tsconfig.json | 6 ++---- clients/containerregistry-v1/tsconfig.json | 6 ++---- clients/dataproc-manager-v1/tsconfig.json | 6 ++---- clients/dataproc-v1/tsconfig.json | 6 ++---- clients/datasphere-v1/tsconfig.json | 6 ++---- clients/datasphere-v2/tsconfig.json | 6 ++---- clients/datatransfer-v1/tsconfig.json | 6 ++---- clients/dns-v1/tsconfig.json | 6 ++---- clients/endpoint/tsconfig.json | 6 ++---- clients/iam-v1/tsconfig.json | 6 ++---- clients/iot-broker-v1/tsconfig.json | 6 ++---- clients/iot-devices-v1/tsconfig.json | 6 ++---- clients/k8s-marketplace-v1/tsconfig.json | 6 ++---- clients/k8s-v1/tsconfig.json | 6 ++---- clients/kms-v1/tsconfig.json | 6 ++---- clients/loadbalancer-v1/tsconfig.json | 6 ++---- clients/loadtesting-agent-v1/tsconfig.json | 6 ++---- clients/loadtesting-api-v1/tsconfig.json | 6 ++---- clients/lockbox-v1/tsconfig.json | 6 ++---- clients/logging-v1/tsconfig.json | 6 ++---- clients/marketplace-licensemanager-saas-v1/tsconfig.json | 6 ++---- clients/marketplace-licensemanager-v1/tsconfig.json | 6 ++---- clients/marketplace-metering-v1/tsconfig.json | 6 ++---- clients/marketplace-v1/tsconfig.json | 6 ++---- clients/mdb-clickhouse-v1/tsconfig.json | 6 ++---- clients/mdb-elasticsearch-v1/tsconfig.json | 6 ++---- clients/mdb-greenplum-v1/tsconfig.json | 6 ++---- clients/mdb-kafka-v1/tsconfig.json | 6 ++---- clients/mdb-mongodb-v1/tsconfig.json | 6 ++---- clients/mdb-mysql-v1/tsconfig.json | 6 ++---- clients/mdb-mysql-v1alpha/tsconfig.json | 6 ++---- clients/mdb-opensearch-v1/tsconfig.json | 6 ++---- clients/mdb-postgresql-v1/tsconfig.json | 6 ++---- clients/mdb-redis-v1/tsconfig.json | 6 ++---- clients/mdb-sqlserver-v1/tsconfig.json | 6 ++---- clients/monitoring-v3/tsconfig.json | 6 ++---- clients/operation/tsconfig.json | 6 ++---- clients/organizationmanager-v1/tsconfig.json | 6 ++---- clients/resourcemanager-v1/tsconfig.json | 6 ++---- clients/serverless-apigateway-v1/tsconfig.json | 6 ++---- clients/serverless-apigateway-websocket-v1/tsconfig.json | 6 ++---- clients/serverless-containers-v1/tsconfig.json | 6 ++---- clients/serverless-eventrouter-v1/tsconfig.json | 6 ++---- clients/serverless-functions-v1/tsconfig.json | 6 ++---- clients/serverless-mdbproxy-v1/tsconfig.json | 6 ++---- clients/serverless-triggers-v1/tsconfig.json | 6 ++---- clients/serverless-workflows-v1/tsconfig.json | 6 ++---- clients/smartcaptcha-v1/tsconfig.json | 6 ++---- clients/smartwebsecurity-v1/tsconfig.json | 6 ++---- clients/speechsense-v1/tsconfig.json | 6 ++---- clients/storage-v1/tsconfig.json | 6 ++---- clients/video-v1/tsconfig.json | 6 ++---- clients/vpc-v1/tsconfig.json | 6 ++---- clients/ydb-v1/tsconfig.json | 6 ++---- package.json | 1 + scripts/generate_services/index.ts | 2 ++ 77 files changed, 153 insertions(+), 300 deletions(-) diff --git a/clients/ai-assistants-v1/tsconfig.json b/clients/ai-assistants-v1/tsconfig.json index fdd84a8..37ac4c2 100644 --- a/clients/ai-assistants-v1/tsconfig.json +++ b/clients/ai-assistants-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-assistants-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-files-v1/tsconfig.json b/clients/ai-files-v1/tsconfig.json index 10f7167..cf2e169 100644 --- a/clients/ai-files-v1/tsconfig.json +++ b/clients/ai-files-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-files-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-foundation_models-v1/tsconfig.json b/clients/ai-foundation_models-v1/tsconfig.json index db643ef..6bad37e 100644 --- a/clients/ai-foundation_models-v1/tsconfig.json +++ b/clients/ai-foundation_models-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-foundation_models-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-llm-v1alpha/tsconfig.json b/clients/ai-llm-v1alpha/tsconfig.json index 49b5243..ea5207d 100644 --- a/clients/ai-llm-v1alpha/tsconfig.json +++ b/clients/ai-llm-v1alpha/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-llm-v1alpha" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-ocr-v1/tsconfig.json b/clients/ai-ocr-v1/tsconfig.json index b4535d1..7194a94 100644 --- a/clients/ai-ocr-v1/tsconfig.json +++ b/clients/ai-ocr-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-ocr-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-stt-v2/tsconfig.json b/clients/ai-stt-v2/tsconfig.json index 27b8922..8aeef2b 100644 --- a/clients/ai-stt-v2/tsconfig.json +++ b/clients/ai-stt-v2/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-stt-v2" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-stt-v3/tsconfig.json b/clients/ai-stt-v3/tsconfig.json index 679bb7d..2463669 100644 --- a/clients/ai-stt-v3/tsconfig.json +++ b/clients/ai-stt-v3/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-stt-v3" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-translate-v2/tsconfig.json b/clients/ai-translate-v2/tsconfig.json index c1e660a..417aa17 100644 --- a/clients/ai-translate-v2/tsconfig.json +++ b/clients/ai-translate-v2/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-translate-v2" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-tts-v3/tsconfig.json b/clients/ai-tts-v3/tsconfig.json index b85f6e7..cf893dd 100644 --- a/clients/ai-tts-v3/tsconfig.json +++ b/clients/ai-tts-v3/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-tts-v3" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-vision-v1/tsconfig.json b/clients/ai-vision-v1/tsconfig.json index 9c8f853..d8e1abf 100644 --- a/clients/ai-vision-v1/tsconfig.json +++ b/clients/ai-vision-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-vision-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ai-vision-v2/tsconfig.json b/clients/ai-vision-v2/tsconfig.json index 97e55cf..319812f 100644 --- a/clients/ai-vision-v2/tsconfig.json +++ b/clients/ai-vision-v2/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ai-vision-v2" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/airflow-v1/tsconfig.json b/clients/airflow-v1/tsconfig.json index f94d1e2..d380827 100644 --- a/clients/airflow-v1/tsconfig.json +++ b/clients/airflow-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../airflow-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/apploadbalancer-v1/tsconfig.json b/clients/apploadbalancer-v1/tsconfig.json index db2c7fb..aa51a10 100644 --- a/clients/apploadbalancer-v1/tsconfig.json +++ b/clients/apploadbalancer-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../apploadbalancer-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/audittrails-v1/tsconfig.json b/clients/audittrails-v1/tsconfig.json index 9ff4d2b..3f4e777 100644 --- a/clients/audittrails-v1/tsconfig.json +++ b/clients/audittrails-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../audittrails-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/backup-v1/tsconfig.json b/clients/backup-v1/tsconfig.json index 79cfa1c..8fafe3b 100644 --- a/clients/backup-v1/tsconfig.json +++ b/clients/backup-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../backup-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/billing-v1/tsconfig.json b/clients/billing-v1/tsconfig.json index 6d5a1d9..ae8bc17 100644 --- a/clients/billing-v1/tsconfig.json +++ b/clients/billing-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../billing-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/cdn-v1/tsconfig.json b/clients/cdn-v1/tsconfig.json index 86a4dad..0e0090c 100644 --- a/clients/cdn-v1/tsconfig.json +++ b/clients/cdn-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../cdn-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/certificatemanager-v1/tsconfig.json b/clients/certificatemanager-v1/tsconfig.json index a010981..172fc32 100644 --- a/clients/certificatemanager-v1/tsconfig.json +++ b/clients/certificatemanager-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../certificatemanager-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/cic-v1/tsconfig.json b/clients/cic-v1/tsconfig.json index 318500a..9f221a9 100644 --- a/clients/cic-v1/tsconfig.json +++ b/clients/cic-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../cic-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/cloudapps-workload-v1/tsconfig.json b/clients/cloudapps-workload-v1/tsconfig.json index 1b84fe1..00ee691 100644 --- a/clients/cloudapps-workload-v1/tsconfig.json +++ b/clients/cloudapps-workload-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../cloudapps-workload-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/cloudrouter-v1/tsconfig.json b/clients/cloudrouter-v1/tsconfig.json index 5a96dd7..d7a5186 100644 --- a/clients/cloudrouter-v1/tsconfig.json +++ b/clients/cloudrouter-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../cloudrouter-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/compute-v1/tsconfig.json b/clients/compute-v1/tsconfig.json index 1ed7bda..95482f8 100644 --- a/clients/compute-v1/tsconfig.json +++ b/clients/compute-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../compute-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/containerregistry-v1/tsconfig.json b/clients/containerregistry-v1/tsconfig.json index bc0fd5a..0b4a4f0 100644 --- a/clients/containerregistry-v1/tsconfig.json +++ b/clients/containerregistry-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../containerregistry-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/dataproc-manager-v1/tsconfig.json b/clients/dataproc-manager-v1/tsconfig.json index 22aa927..f3ca97d 100644 --- a/clients/dataproc-manager-v1/tsconfig.json +++ b/clients/dataproc-manager-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../dataproc-manager-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/dataproc-v1/tsconfig.json b/clients/dataproc-v1/tsconfig.json index f8b9e5e..ae64996 100644 --- a/clients/dataproc-v1/tsconfig.json +++ b/clients/dataproc-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../dataproc-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/datasphere-v1/tsconfig.json b/clients/datasphere-v1/tsconfig.json index ad0b4aa..b784b18 100644 --- a/clients/datasphere-v1/tsconfig.json +++ b/clients/datasphere-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../datasphere-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/datasphere-v2/tsconfig.json b/clients/datasphere-v2/tsconfig.json index 20a92a8..7d2cadf 100644 --- a/clients/datasphere-v2/tsconfig.json +++ b/clients/datasphere-v2/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../datasphere-v2" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/datatransfer-v1/tsconfig.json b/clients/datatransfer-v1/tsconfig.json index a35f895..32f0cb0 100644 --- a/clients/datatransfer-v1/tsconfig.json +++ b/clients/datatransfer-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../datatransfer-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/dns-v1/tsconfig.json b/clients/dns-v1/tsconfig.json index f68009e..ecea5ef 100644 --- a/clients/dns-v1/tsconfig.json +++ b/clients/dns-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../dns-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/endpoint/tsconfig.json b/clients/endpoint/tsconfig.json index 60c9597..64bc5a4 100644 --- a/clients/endpoint/tsconfig.json +++ b/clients/endpoint/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../endpoint" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/iam-v1/tsconfig.json b/clients/iam-v1/tsconfig.json index 910a4c6..9ed6298 100644 --- a/clients/iam-v1/tsconfig.json +++ b/clients/iam-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../iam-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/iot-broker-v1/tsconfig.json b/clients/iot-broker-v1/tsconfig.json index 8fed037..49e84c7 100644 --- a/clients/iot-broker-v1/tsconfig.json +++ b/clients/iot-broker-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../iot-broker-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/iot-devices-v1/tsconfig.json b/clients/iot-devices-v1/tsconfig.json index 925497f..deb9ed4 100644 --- a/clients/iot-devices-v1/tsconfig.json +++ b/clients/iot-devices-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../iot-devices-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/k8s-marketplace-v1/tsconfig.json b/clients/k8s-marketplace-v1/tsconfig.json index ed70e7a..4832489 100644 --- a/clients/k8s-marketplace-v1/tsconfig.json +++ b/clients/k8s-marketplace-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../k8s-marketplace-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/k8s-v1/tsconfig.json b/clients/k8s-v1/tsconfig.json index 8f94428..65749d7 100644 --- a/clients/k8s-v1/tsconfig.json +++ b/clients/k8s-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../k8s-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/kms-v1/tsconfig.json b/clients/kms-v1/tsconfig.json index c950d1d..f0d052b 100644 --- a/clients/kms-v1/tsconfig.json +++ b/clients/kms-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../kms-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/loadbalancer-v1/tsconfig.json b/clients/loadbalancer-v1/tsconfig.json index b4e69ed..707277a 100644 --- a/clients/loadbalancer-v1/tsconfig.json +++ b/clients/loadbalancer-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../loadbalancer-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/loadtesting-agent-v1/tsconfig.json b/clients/loadtesting-agent-v1/tsconfig.json index 685d66a..bd9ce95 100644 --- a/clients/loadtesting-agent-v1/tsconfig.json +++ b/clients/loadtesting-agent-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../loadtesting-agent-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/loadtesting-api-v1/tsconfig.json b/clients/loadtesting-api-v1/tsconfig.json index aac36c9..f71da79 100644 --- a/clients/loadtesting-api-v1/tsconfig.json +++ b/clients/loadtesting-api-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../loadtesting-api-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/lockbox-v1/tsconfig.json b/clients/lockbox-v1/tsconfig.json index 4be0e39..e07ba5e 100644 --- a/clients/lockbox-v1/tsconfig.json +++ b/clients/lockbox-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../lockbox-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/logging-v1/tsconfig.json b/clients/logging-v1/tsconfig.json index aaac7c4..e420a02 100644 --- a/clients/logging-v1/tsconfig.json +++ b/clients/logging-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../logging-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/marketplace-licensemanager-saas-v1/tsconfig.json b/clients/marketplace-licensemanager-saas-v1/tsconfig.json index cb60224..da4336b 100644 --- a/clients/marketplace-licensemanager-saas-v1/tsconfig.json +++ b/clients/marketplace-licensemanager-saas-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../marketplace-licensemanager-saas-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/marketplace-licensemanager-v1/tsconfig.json b/clients/marketplace-licensemanager-v1/tsconfig.json index fd4f769..634778c 100644 --- a/clients/marketplace-licensemanager-v1/tsconfig.json +++ b/clients/marketplace-licensemanager-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../marketplace-licensemanager-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/marketplace-metering-v1/tsconfig.json b/clients/marketplace-metering-v1/tsconfig.json index 3334294..e9d11ba 100644 --- a/clients/marketplace-metering-v1/tsconfig.json +++ b/clients/marketplace-metering-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../marketplace-metering-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/marketplace-v1/tsconfig.json b/clients/marketplace-v1/tsconfig.json index 6764fe9..001bdcf 100644 --- a/clients/marketplace-v1/tsconfig.json +++ b/clients/marketplace-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../marketplace-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-clickhouse-v1/tsconfig.json b/clients/mdb-clickhouse-v1/tsconfig.json index ec73513..50d69b2 100644 --- a/clients/mdb-clickhouse-v1/tsconfig.json +++ b/clients/mdb-clickhouse-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-clickhouse-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-elasticsearch-v1/tsconfig.json b/clients/mdb-elasticsearch-v1/tsconfig.json index 443986a..3139a95 100644 --- a/clients/mdb-elasticsearch-v1/tsconfig.json +++ b/clients/mdb-elasticsearch-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-elasticsearch-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-greenplum-v1/tsconfig.json b/clients/mdb-greenplum-v1/tsconfig.json index 6f25616..32f29d1 100644 --- a/clients/mdb-greenplum-v1/tsconfig.json +++ b/clients/mdb-greenplum-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-greenplum-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-kafka-v1/tsconfig.json b/clients/mdb-kafka-v1/tsconfig.json index 63aed0c..3d48ba1 100644 --- a/clients/mdb-kafka-v1/tsconfig.json +++ b/clients/mdb-kafka-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-kafka-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-mongodb-v1/tsconfig.json b/clients/mdb-mongodb-v1/tsconfig.json index fa5017b..b663b5d 100644 --- a/clients/mdb-mongodb-v1/tsconfig.json +++ b/clients/mdb-mongodb-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-mongodb-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-mysql-v1/tsconfig.json b/clients/mdb-mysql-v1/tsconfig.json index f3a963d..3780497 100644 --- a/clients/mdb-mysql-v1/tsconfig.json +++ b/clients/mdb-mysql-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-mysql-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-mysql-v1alpha/tsconfig.json b/clients/mdb-mysql-v1alpha/tsconfig.json index bd98c80..a9c5c49 100644 --- a/clients/mdb-mysql-v1alpha/tsconfig.json +++ b/clients/mdb-mysql-v1alpha/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-mysql-v1alpha" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-opensearch-v1/tsconfig.json b/clients/mdb-opensearch-v1/tsconfig.json index 258e2cb..9306fb1 100644 --- a/clients/mdb-opensearch-v1/tsconfig.json +++ b/clients/mdb-opensearch-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-opensearch-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-postgresql-v1/tsconfig.json b/clients/mdb-postgresql-v1/tsconfig.json index 23a4ce4..902dc79 100644 --- a/clients/mdb-postgresql-v1/tsconfig.json +++ b/clients/mdb-postgresql-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-postgresql-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-redis-v1/tsconfig.json b/clients/mdb-redis-v1/tsconfig.json index f2e5c73..53a6f6f 100644 --- a/clients/mdb-redis-v1/tsconfig.json +++ b/clients/mdb-redis-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-redis-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/mdb-sqlserver-v1/tsconfig.json b/clients/mdb-sqlserver-v1/tsconfig.json index 1d18337..15e5f13 100644 --- a/clients/mdb-sqlserver-v1/tsconfig.json +++ b/clients/mdb-sqlserver-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../mdb-sqlserver-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/monitoring-v3/tsconfig.json b/clients/monitoring-v3/tsconfig.json index 078d7d0..306365f 100644 --- a/clients/monitoring-v3/tsconfig.json +++ b/clients/monitoring-v3/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../monitoring-v3" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/operation/tsconfig.json b/clients/operation/tsconfig.json index 3af2591..de6848f 100644 --- a/clients/operation/tsconfig.json +++ b/clients/operation/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../operation" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/organizationmanager-v1/tsconfig.json b/clients/organizationmanager-v1/tsconfig.json index 25abb50..173465a 100644 --- a/clients/organizationmanager-v1/tsconfig.json +++ b/clients/organizationmanager-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../organizationmanager-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/resourcemanager-v1/tsconfig.json b/clients/resourcemanager-v1/tsconfig.json index 7ad9780..3d8f7df 100644 --- a/clients/resourcemanager-v1/tsconfig.json +++ b/clients/resourcemanager-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../resourcemanager-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-apigateway-v1/tsconfig.json b/clients/serverless-apigateway-v1/tsconfig.json index cfef0e4..aae559d 100644 --- a/clients/serverless-apigateway-v1/tsconfig.json +++ b/clients/serverless-apigateway-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-apigateway-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-apigateway-websocket-v1/tsconfig.json b/clients/serverless-apigateway-websocket-v1/tsconfig.json index 00a3d3b..2060f2e 100644 --- a/clients/serverless-apigateway-websocket-v1/tsconfig.json +++ b/clients/serverless-apigateway-websocket-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-apigateway-websocket-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-containers-v1/tsconfig.json b/clients/serverless-containers-v1/tsconfig.json index 31f0fe4..a717d1a 100644 --- a/clients/serverless-containers-v1/tsconfig.json +++ b/clients/serverless-containers-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-containers-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-eventrouter-v1/tsconfig.json b/clients/serverless-eventrouter-v1/tsconfig.json index 5e0b230..4645b34 100644 --- a/clients/serverless-eventrouter-v1/tsconfig.json +++ b/clients/serverless-eventrouter-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-eventrouter-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-functions-v1/tsconfig.json b/clients/serverless-functions-v1/tsconfig.json index a55781b..9b18e39 100644 --- a/clients/serverless-functions-v1/tsconfig.json +++ b/clients/serverless-functions-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-functions-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-mdbproxy-v1/tsconfig.json b/clients/serverless-mdbproxy-v1/tsconfig.json index 510c53c..42dd24c 100644 --- a/clients/serverless-mdbproxy-v1/tsconfig.json +++ b/clients/serverless-mdbproxy-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-mdbproxy-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-triggers-v1/tsconfig.json b/clients/serverless-triggers-v1/tsconfig.json index b7ec2eb..e9922c5 100644 --- a/clients/serverless-triggers-v1/tsconfig.json +++ b/clients/serverless-triggers-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-triggers-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/serverless-workflows-v1/tsconfig.json b/clients/serverless-workflows-v1/tsconfig.json index c317397..08c6a5e 100644 --- a/clients/serverless-workflows-v1/tsconfig.json +++ b/clients/serverless-workflows-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../serverless-workflows-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/smartcaptcha-v1/tsconfig.json b/clients/smartcaptcha-v1/tsconfig.json index 639d321..a1c7ef0 100644 --- a/clients/smartcaptcha-v1/tsconfig.json +++ b/clients/smartcaptcha-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../smartcaptcha-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/smartwebsecurity-v1/tsconfig.json b/clients/smartwebsecurity-v1/tsconfig.json index 95c60cb..7754aa1 100644 --- a/clients/smartwebsecurity-v1/tsconfig.json +++ b/clients/smartwebsecurity-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../smartwebsecurity-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/speechsense-v1/tsconfig.json b/clients/speechsense-v1/tsconfig.json index 33bda47..988eae0 100644 --- a/clients/speechsense-v1/tsconfig.json +++ b/clients/speechsense-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../speechsense-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/storage-v1/tsconfig.json b/clients/storage-v1/tsconfig.json index f592a18..d8fa197 100644 --- a/clients/storage-v1/tsconfig.json +++ b/clients/storage-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../storage-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/video-v1/tsconfig.json b/clients/video-v1/tsconfig.json index 78df45b..58f7bef 100644 --- a/clients/video-v1/tsconfig.json +++ b/clients/video-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../video-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/vpc-v1/tsconfig.json b/clients/vpc-v1/tsconfig.json index f45cef7..74e3c24 100644 --- a/clients/vpc-v1/tsconfig.json +++ b/clients/vpc-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../vpc-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/clients/ydb-v1/tsconfig.json b/clients/ydb-v1/tsconfig.json index 7bb35b2..134e670 100644 --- a/clients/ydb-v1/tsconfig.json +++ b/clients/ydb-v1/tsconfig.json @@ -3,7 +3,5 @@ "compilerOptions": { "outDir": "../../ydb-v1" }, - "include": [ - "." - ] -} \ No newline at end of file + "include": ["."] +} diff --git a/package.json b/package.json index b925c01..fdfb320 100644 --- a/package.json +++ b/package.json @@ -156,6 +156,7 @@ "lint": "eslint src config", "generate-code": "ts-node scripts/generate-code.ts", "check-endpoints": "ts-node scripts/check-endpoints.ts", + "prettier:fix:clients": "prettier clients/ --write", "prepare": "husky install", "prepublishOnly": "npm run build", "generate_services": "ts-node scripts/generate_services", diff --git a/scripts/generate_services/index.ts b/scripts/generate_services/index.ts index b925fd5..50fe7cf 100644 --- a/scripts/generate_services/index.ts +++ b/scripts/generate_services/index.ts @@ -172,6 +172,8 @@ const main = async () => { serviceList.sort(); await Promise.all([modifyGitignore(serviceList), modifyPackageJSON(serviceList)]); + + await exec('npm run prettier:fix:clients'); }; if (require.main === module) {