Skip to content

Commit 2bd73f2

Browse files
author
Connor O'Brien
committed
Updates for 1.0.56
1 parent 6471868 commit 2bd73f2

438 files changed

Lines changed: 90782 additions & 90792 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.swagger-codegen-ignore

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Swagger Codegen Ignore
2-
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3-
4-
# Use this file to prevent files from being overwritten by the generator.
5-
# The patterns follow closely to .gitignore or .dockerignore.
6-
7-
# As an example, the C# client generator defines ApiClient.cs.
8-
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9-
#ApiClient.cs
10-
11-
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12-
#foo/*/qux
13-
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14-
15-
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16-
#foo/**/qux
17-
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18-
19-
# You can also negate patterns with an exclamation (!).
20-
# For example, you can ignore all files in a docs folder with the file extension .md:
21-
#docs/*.md
22-
# Then explicitly reverse the ignore rule for a single file:
23-
#!docs/README.md
1+
# Swagger Codegen Ignore
2+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
language: node_js
2-
node_js:
3-
- "6"
4-
- "6.1"
5-
- "5"
6-
- "5.11"
7-
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "6.1"
5+
- "5"
6+
- "5.11"
7+

README.md

Lines changed: 551 additions & 551 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
{
2-
"name": "ordercloud-javascript-sdk",
3-
"version": "1.0.51",
4-
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
5-
"main": "dist/ordercloud-javascript-sdk.js",
6-
"authors": [
7-
"Four51 Inc. <ordercloud@four51.com>"
8-
],
9-
"license": "MIT",
10-
"keywords": [
11-
"API",
12-
"OrderCloud",
13-
"Four51",
14-
"E-Commerce"
15-
],
16-
"homepage": "https://github.com/cobrien451/OrderCloud-JavaScript-SDK",
17-
"ignore": [
18-
"**/.*",
19-
"node_modules",
20-
"bower_components",
21-
"test",
22-
"tests"
23-
]
1+
{
2+
"name": "ordercloud-javascript-sdk",
3+
"version": "1.0.56",
4+
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
5+
"main": "dist/ordercloud-javascript-sdk.js",
6+
"authors": [
7+
"Four51 Inc. <ordercloud@four51.com>"
8+
],
9+
"license": "MIT",
10+
"keywords": [
11+
"API",
12+
"OrderCloud",
13+
"Four51",
14+
"E-Commerce"
15+
],
16+
"homepage": "https://github.com/cobrien451/OrderCloud-JavaScript-SDK",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
2424
}

0 commit comments

Comments
 (0)