-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenAPIクライアントのコード生成時に削除と新規作成を行う (#1045)
* Dresscaについて対応 * AzureADB2Cについて対応 * スペルミスを修正 * ドキュメント作成時の違和感により生成コマンドの名称をcreateからgenerateへ変更 * ドキュメントを更新 * npm-sを使用するように変更 * ドキュメントのサンプルコードを修正 * レビュー指摘に対応
- Loading branch information
1 parent
5fafb91
commit 62b4a6a
Showing
9 changed files
with
22 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
samples/AzureADB2CAuth/auth-frontend/src/generated/api-client/.openapi-generator/FILES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.gitignore | ||
.npmignore | ||
.openapi-generator-ignore | ||
api.ts | ||
api/server-time-api.ts | ||
api/users-api.ts | ||
|
56 changes: 0 additions & 56 deletions
56
samples/AzureADB2CAuth/auth-frontend/src/generated/api-client/models/problem-details.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
samples/Dressca/dressca-frontend/src/generated/api-client/.openapi-generator/FILES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.gitignore | ||
.npmignore | ||
.openapi-generator-ignore | ||
api.ts | ||
api/assets-api.ts | ||
api/basket-items-api.ts | ||
|
27 changes: 0 additions & 27 deletions
27
...sca/dressca-frontend/src/generated/api-client/models/basket-item-response-catalog-item.ts
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
samples/Dressca/dressca-frontend/src/generated/api-client/models/basket-response-account.ts
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...ssca/dressca-frontend/src/generated/api-client/models/order-item-response-item-ordered.ts
This file was deleted.
Oops, something went wrong.