Skip to content

Commit 56c8ed4

Browse files
committed
chore: refresh auto generated code; chore: add axios to dev deps
1 parent 8a1f994 commit 56c8ed4

File tree

3 files changed

+20
-34
lines changed

3 files changed

+20
-34
lines changed

package-lock.json

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@
4747
"typings": "./index.d.ts",
4848
"main": "src/index.js",
4949
"devDependencies": {
50+
"@types/axios": "^0.14.0",
5051
"@types/lodash": "^4.14.166",
5152
"@types/node": "^15.0.2",
5253
"@types/prettier": "^2.1.6",
5354
"all-contributors-cli": "^6.19.0",
55+
"axios": "^0.21.4",
5456
"husky": "^4.3.6",
5557
"pretty-quick": "^3.1.0"
5658
},
5759
"dependencies": {
5860
"@types/swagger-schema-official": "2.0.21",
59-
"axios": "^0.21.1",
6061
"commander": "^6.2.1",
6162
"cosmiconfig": "^7.0.0",
6263
"eta": "^1.12.1",

tests/generated/v3.0/full-swagger-scheme.ts

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,52 +1073,34 @@ export interface CodeOfConduct {
10731073
* @example # Contributor Covenant Code of Conduct
10741074
*
10751075
* ## Our Pledge
1076-
*
10771076
* In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
1078-
*
10791077
* ## Our Standards
1080-
*
10811078
* Examples of behavior that contributes to creating a positive environment include:
1082-
*
10831079
* * Using welcoming and inclusive language
10841080
* * Being respectful of differing viewpoints and experiences
10851081
* * Gracefully accepting constructive criticism
10861082
* * Focusing on what is best for the community
10871083
* * Showing empathy towards other community members
1088-
*
10891084
* Examples of unacceptable behavior by participants include:
1090-
*
10911085
* * The use of sexualized language or imagery and unwelcome sexual attention or advances
10921086
* * Trolling, insulting/derogatory comments, and personal or political attacks
10931087
* * Public or private harassment
10941088
* * Publishing others' private information, such as a physical or electronic address, without explicit permission
10951089
* * Other conduct which could reasonably be considered inappropriate in a professional setting
1096-
*
10971090
* ## Our Responsibilities
1098-
*
10991091
* Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response
11001092
* to any instances of unacceptable behavior.
1101-
*
11021093
* Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
1103-
*
11041094
* ## Scope
1105-
*
11061095
* This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address,
11071096
* posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
1108-
*
11091097
* ## Enforcement
1110-
*
11111098
* Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [EMAIL]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
1112-
*
11131099
* Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
1114-
*
11151100
* ## Attribution
1116-
*
11171101
* This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
1118-
*
11191102
* [homepage]: http://contributor-covenant.org
11201103
* [version]: http://contributor-covenant.org/version/1/4/
1121-
*
11221104
*/
11231105
body?: string;
11241106

@@ -1978,18 +1960,15 @@ export interface GitignoreTemplate {
19781960
* # Libraries
19791961
* *.lib
19801962
* *.a
1981-
*
19821963
* # Shared objects (inc. Windows DLLs)
19831964
* *.dll
19841965
* *.so
19851966
* *.so.*
19861967
* *.dylib
1987-
*
19881968
* # Executables
19891969
* *.exe
19901970
* *.out
19911971
* *.app
1992-
*
19931972
*/
19941973
source: string;
19951974
}
@@ -2147,27 +2126,22 @@ export interface License {
21472126
* @example
21482127
*
21492128
* The MIT License (MIT)
2150-
*
21512129
* Copyright (c) [year] [fullname]
2152-
*
21532130
* Permission is hereby granted, free of charge, to any person obtaining a copy
21542131
* of this software and associated documentation files (the "Software"), to deal
21552132
* in the Software without restriction, including without limitation the rights
21562133
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21572134
* copies of the Software, and to permit persons to whom the Software is
21582135
* furnished to do so, subject to the following conditions:
2159-
*
21602136
* The above copyright notice and this permission notice shall be included in all
21612137
* copies or substantial portions of the Software.
2162-
*
21632138
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21642139
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21652140
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21662141
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21672142
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21682143
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21692144
* SOFTWARE.
2170-
*
21712145
*/
21722146
body: string;
21732147

0 commit comments

Comments
 (0)