-
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.
- Loading branch information
1 parent
53be1cb
commit 359f4ed
Showing
19 changed files
with
16 additions
and
1,076 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
wwwroot/*.js | ||
node_modules | ||
typings | ||
dist | ||
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 +0,0 @@ | ||
# empty npmignore to ensure all required files (e.g., in the dist folder) are published by npm | ||
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +0,0 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* Country | ||
* Basic Material | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
|
||
export * from './api/add-favorite-api'; | ||
export * from './api/basic-login-api'; | ||
export * from './api/create-instrument-api'; | ||
export * from './api/delete-instrument-by-id-api'; | ||
export * from './api/edit-instrument-api'; | ||
export * from './api/get-countries-api'; | ||
export * from './api/get-instrument-basic-materials-api'; | ||
export * from './api/get-instrument-by-id-api'; | ||
export * from './api/get-instrument-photo-api'; | ||
export * from './api/get-instrument-types-api'; | ||
export * from './api/get-instruments-by-criteria-api'; | ||
export * from './api/get-instruments-by-criteria-paginated-api'; | ||
export * from './api/get-manufacturers-api'; | ||
export * from './api/get-user-profile-api'; | ||
export * from './api/list-favorite-api'; | ||
export * from './api/logout-api'; | ||
export * from './api/remove-favorite-api'; | ||
export * from './api/user-registration-api'; | ||
|
||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.