Skip to content

Commit acaadb8

Browse files
authored
feat: Typescript types (#149)
1 parent 1985ade commit acaadb8

File tree

108 files changed

+11700
-918
lines changed

Some content is hidden

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

108 files changed

+11700
-918
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scripts/

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,9 @@ typings/
6464
# next.js build output
6565
.next
6666

67+
# intermediate typescript doc files
68+
docsrc/
69+
70+
# os specific files
6771
.DS_Store
6872
.*.swp

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
examples/
22
test/
3-
doc/
3+
docs/
4+
scripts/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<a href="https://smartthingsdev.slack.com/messages/CG595N08N"><img src="https://badgen.net/badge//smartthingsdev?icon=slack"/></a>
1313
</p>
1414

15-
[Reference Documentation](doc/index.md)
15+
#### [Reference Documentation](docs/index.md)
1616

1717
SDK that wraps the SmartThings REST API and reduces the amount of code necessary to write a SmartApp app. It supports
1818
both webhook and AWS Lambda implementations. This is a preview version of the API and will change over time time.

doc/index.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

doc/initialization.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/localization.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/pages.md

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)