Skip to content

Commit 99b24dd

Browse files
Merge pull request #28 from crhistianramirez/ts-definitions-final
feat: add typescript declaration file
2 parents 0d3999d + 4fb2e73 commit 99b24dd

4 files changed

Lines changed: 3816 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ of your imagination.
1010
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
1111

1212
- API version: 1.0
13-
- Package version: 3.0.2
13+
- Package version: 3.1.2
1414
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
1515

1616
For more information, please visit [https://documentation.ordercloud.io](https://documentation.ordercloud.io/platform-guides/getting-started/introduction-to-ordercloud)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "ordercloud-javascript-sdk",
3-
"version": "3.0.2",
3+
"version": "3.1.2",
44
"description": "JavaScript SDK autogenerated from swagger spec using the Swagger-CodeGen project",
55
"author": "Four51 Inc. <ordercloud@four51.com>",
66
"license": "MIT",
77
"main": "src/index.js",
8+
"typings": "src/index.d.ts",
89
"browser": "dist/ordercloud-javascript-sdk.min.js",
910
"scripts": {
1011
"build": "npm run concat && npm run minify",

0 commit comments

Comments
 (0)