@@ -27,11 +27,11 @@ Add a new pet to the store
2727import {
2828 Configuration ,
2929 PetApi ,
30- } from ' ' ;
31- import type { AddPetRequest } from ' ' ;
30+ } from ' @openapitools/typescript-fetch-petstore ' ;
31+ import type { AddPetRequest } from ' @openapitools/typescript-fetch-petstore ' ;
3232
3333async function example() {
34- console .log (" 🚀 Testing SDK..." );
34+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
3535 const config = new Configuration ({
3636 // To configure OAuth2 access token for authorization: petstore_auth implicit
3737 accessToken: " YOUR ACCESS TOKEN" ,
@@ -96,11 +96,11 @@ Deletes a pet
9696import {
9797 Configuration ,
9898 PetApi ,
99- } from ' ' ;
100- import type { DeletePetRequest } from ' ' ;
99+ } from ' @openapitools/typescript-fetch-petstore ' ;
100+ import type { DeletePetRequest } from ' @openapitools/typescript-fetch-petstore ' ;
101101
102102async function example() {
103- console .log (" 🚀 Testing SDK..." );
103+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
104104 const config = new Configuration ({
105105 // To configure OAuth2 access token for authorization: petstore_auth implicit
106106 accessToken: " YOUR ACCESS TOKEN" ,
@@ -170,11 +170,11 @@ Multiple status values can be provided with comma separated strings
170170import {
171171 Configuration ,
172172 PetApi ,
173- } from ' ' ;
174- import type { FindPetsByStatusRequest } from ' ' ;
173+ } from ' @openapitools/typescript-fetch-petstore ' ;
174+ import type { FindPetsByStatusRequest } from ' @openapitools/typescript-fetch-petstore ' ;
175175
176176async function example() {
177- console .log (" 🚀 Testing SDK..." );
177+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
178178 const config = new Configuration ({
179179 // To configure OAuth2 access token for authorization: petstore_auth implicit
180180 accessToken: " YOUR ACCESS TOKEN" ,
@@ -242,11 +242,11 @@ Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3
242242import {
243243 Configuration ,
244244 PetApi ,
245- } from ' ' ;
246- import type { FindPetsByTagsRequest } from ' ' ;
245+ } from ' @openapitools/typescript-fetch-petstore ' ;
246+ import type { FindPetsByTagsRequest } from ' @openapitools/typescript-fetch-petstore ' ;
247247
248248async function example() {
249- console .log (" 🚀 Testing SDK..." );
249+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
250250 const config = new Configuration ({
251251 // To configure OAuth2 access token for authorization: petstore_auth implicit
252252 accessToken: " YOUR ACCESS TOKEN" ,
@@ -314,11 +314,11 @@ Returns a single pet
314314import {
315315 Configuration ,
316316 PetApi ,
317- } from ' ' ;
318- import type { GetPetByIdRequest } from ' ' ;
317+ } from ' @openapitools/typescript-fetch-petstore ' ;
318+ import type { GetPetByIdRequest } from ' @openapitools/typescript-fetch-petstore ' ;
319319
320320async function example() {
321- console .log (" 🚀 Testing SDK..." );
321+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
322322 const config = new Configuration ({
323323 // To configure API key authorization: api_key
324324 apiKey: " YOUR API KEY" ,
@@ -385,11 +385,11 @@ Update an existing pet
385385import {
386386 Configuration ,
387387 PetApi ,
388- } from ' ' ;
389- import type { UpdatePetRequest } from ' ' ;
388+ } from ' @openapitools/typescript-fetch-petstore ' ;
389+ import type { UpdatePetRequest } from ' @openapitools/typescript-fetch-petstore ' ;
390390
391391async function example() {
392- console .log (" 🚀 Testing SDK..." );
392+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
393393 const config = new Configuration ({
394394 // To configure OAuth2 access token for authorization: petstore_auth implicit
395395 accessToken: " YOUR ACCESS TOKEN" ,
@@ -456,11 +456,11 @@ Updates a pet in the store with form data
456456import {
457457 Configuration ,
458458 PetApi ,
459- } from ' ' ;
460- import type { UpdatePetWithFormRequest } from ' ' ;
459+ } from ' @openapitools/typescript-fetch-petstore ' ;
460+ import type { UpdatePetWithFormRequest } from ' @openapitools/typescript-fetch-petstore ' ;
461461
462462async function example() {
463- console .log (" 🚀 Testing SDK..." );
463+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
464464 const config = new Configuration ({
465465 // To configure OAuth2 access token for authorization: petstore_auth implicit
466466 accessToken: " YOUR ACCESS TOKEN" ,
@@ -531,11 +531,11 @@ uploads an image
531531import {
532532 Configuration ,
533533 PetApi ,
534- } from ' ' ;
535- import type { UploadFileRequest } from ' ' ;
534+ } from ' @openapitools/typescript-fetch-petstore ' ;
535+ import type { UploadFileRequest } from ' @openapitools/typescript-fetch-petstore ' ;
536536
537537async function example() {
538- console .log (" 🚀 Testing SDK..." );
538+ console .log (" 🚀 Testing @openapitools/typescript-fetch-petstore SDK..." );
539539 const config = new Configuration ({
540540 // To configure OAuth2 access token for authorization: petstore_auth implicit
541541 accessToken: " YOUR ACCESS TOKEN" ,
0 commit comments