From 4c8e230e503ff3d96c0e7bb083200b7e796444c8 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 8 Feb 2023 10:53:30 +0800 Subject: [PATCH] update ts samples --- .../others/typescript/builds/with-unique-items/README.md | 3 ++- .../client/petstore/typescript/builds/browser/README.md | 3 ++- .../petstore/typescript/builds/composed-schemas/README.md | 3 ++- .../client/petstore/typescript/builds/default/README.md | 3 ++- .../client/petstore/typescript/builds/inversify/README.md | 3 ++- .../client/petstore/typescript/builds/jquery/README.md | 3 ++- .../client/petstore/typescript/builds/object_params/README.md | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/samples/client/others/typescript/builds/with-unique-items/README.md b/samples/client/others/typescript/builds/with-unique-items/README.md index c17de4ef3e5..f1f2196cf0f 100644 --- a/samples/client/others/typescript/builds/with-unique-items/README.md +++ b/samples/client/others/typescript/builds/with-unique-items/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/browser/README.md b/samples/openapi3/client/petstore/typescript/builds/browser/README.md index 43a5d42634c..325283a6632 100644 --- a/samples/openapi3/client/petstore/typescript/builds/browser/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/browser/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/composed-schemas/README.md b/samples/openapi3/client/petstore/typescript/builds/composed-schemas/README.md index 43a5d42634c..325283a6632 100644 --- a/samples/openapi3/client/petstore/typescript/builds/composed-schemas/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/composed-schemas/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/default/README.md b/samples/openapi3/client/petstore/typescript/builds/default/README.md index 43a5d42634c..325283a6632 100644 --- a/samples/openapi3/client/petstore/typescript/builds/default/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/default/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/inversify/README.md b/samples/openapi3/client/petstore/typescript/builds/inversify/README.md index 43a5d42634c..325283a6632 100644 --- a/samples/openapi3/client/petstore/typescript/builds/inversify/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/inversify/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/jquery/README.md b/samples/openapi3/client/petstore/typescript/builds/jquery/README.md index c050f19264d..17e2d8c1c32 100644 --- a/samples/openapi3/client/petstore/typescript/builds/jquery/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/jquery/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +``` diff --git a/samples/openapi3/client/petstore/typescript/builds/object_params/README.md b/samples/openapi3/client/petstore/typescript/builds/object_params/README.md index 43a5d42634c..325283a6632 100644 --- a/samples/openapi3/client/petstore/typescript/builds/object_params/README.md +++ b/samples/openapi3/client/petstore/typescript/builds/object_params/README.md @@ -28,6 +28,7 @@ _unPublished (not recommended):_ ``` npm install PATH_TO_GENERATED_PACKAGE --save +``` ### Usage @@ -76,4 +77,4 @@ p.tags = []; p.status = "available"; Promise createdPet = api.addPet(p); -``` \ No newline at end of file +```