Skip to content

Commit 463ad1f

Browse files
committed
regen samples after mvn clean package
1 parent d685fbf commit 463ad1f

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

samples/client/petstore/typescript-fetch/builds/es6-target/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { AddPetRequest } from '@openapitools/typescript-fetch-petstore';
2222

2323
async function example() {
2424
console.log("🚀 Testing @openapitools/typescript-fetch-petstore SDK...");
25-
const config = new Configuration({
25+
const config = new Configuration({
2626
// To configure OAuth2 access token for authorization: petstore_auth implicit
2727
accessToken: "YOUR ACCESS TOKEN",
2828
});
@@ -96,7 +96,7 @@ Authentication schemes defined for the API:
9696
- **Type**: OAuth
9797
- **Flow**: implicit
9898
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
99-
- **Scopes**:
99+
- **Scopes**:
100100
- `write:pets`: modify pets in your account
101101
- `read:pets`: read your pets
102102
<a id="api_key"></a>

samples/client/petstore/typescript-fetch/builds/prefix-parameter-interfaces/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { AddPetRequest } from '@openapitools/typescript-fetch-petstore';
2222

2323
async function example() {
2424
console.log("🚀 Testing @openapitools/typescript-fetch-petstore SDK...");
25-
const config = new Configuration({
25+
const config = new Configuration({
2626
// To configure OAuth2 access token for authorization: petstore_auth implicit
2727
accessToken: "YOUR ACCESS TOKEN",
2828
});
@@ -96,7 +96,7 @@ Authentication schemes defined for the API:
9696
- **Type**: OAuth
9797
- **Flow**: implicit
9898
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
99-
- **Scopes**:
99+
- **Scopes**:
100100
- `write:pets`: modify pets in your account
101101
- `read:pets`: read your pets
102102
<a id="api_key"></a>

samples/client/petstore/typescript-fetch/builds/sagas-and-records/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Authentication schemes defined for the API:
118118
- **Type**: OAuth
119119
- **Flow**: implicit
120120
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
121-
- **Scopes**:
121+
- **Scopes**:
122122
- `write:pets`: modify pets in your account
123123
- `read:pets`: read your pets
124124
<a id="api_key"></a>

samples/client/petstore/typescript-fetch/builds/with-npm-version/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { AddPetRequest } from '@openapitools/typescript-fetch-petstore';
2222

2323
async function example() {
2424
console.log("🚀 Testing @openapitools/typescript-fetch-petstore SDK...");
25-
const config = new Configuration({
25+
const config = new Configuration({
2626
// To configure OAuth2 access token for authorization: petstore_auth implicit
2727
accessToken: "YOUR ACCESS TOKEN",
2828
});
@@ -96,7 +96,7 @@ Authentication schemes defined for the API:
9696
- **Type**: OAuth
9797
- **Flow**: implicit
9898
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
99-
- **Scopes**:
99+
- **Scopes**:
100100
- `write:pets`: modify pets in your account
101101
- `read:pets`: read your pets
102102
<a id="api_key"></a>

samples/client/petstore/typescript-fetch/builds/without-runtime-checks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { AddPetRequest } from '@openapitools/typescript-fetch-petstore';
2222

2323
async function example() {
2424
console.log("🚀 Testing @openapitools/typescript-fetch-petstore SDK...");
25-
const config = new Configuration({
25+
const config = new Configuration({
2626
// To configure OAuth2 access token for authorization: petstore_auth implicit
2727
accessToken: "YOUR ACCESS TOKEN",
2828
});
@@ -96,7 +96,7 @@ Authentication schemes defined for the API:
9696
- **Type**: OAuth
9797
- **Flow**: implicit
9898
- **Authorization URL**: http://petstore.swagger.io/api/oauth/dialog
99-
- **Scopes**:
99+
- **Scopes**:
100100
- `write:pets`: modify pets in your account
101101
- `read:pets`: read your pets
102102
<a id="api_key"></a>

0 commit comments

Comments
 (0)