Skip to content

Commit fbb9e42

Browse files
committed
generated with codegen at box/box-codegen@fad16e2 and spec at box/box-openapi@e5f3e7d
1 parent f9bf83d commit fbb9e42

File tree

296 files changed

+149
-29641
lines changed

Some content is hidden

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

296 files changed

+149
-29641
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug
3+
about: Report a bug found in the SDK
4+
title: ''
5+
labels: bug
6+
assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejleszczynski
7+
---
8+
9+
- [ ] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue.
10+
- [ ] I have checked that the [API documentation][api-docs] doesn't solve my issue.
11+
- [ ] I have searched the [Box Developer Forums][dev-forums] and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
12+
- [ ] I have searched [Issues in this repo][github-repo] and my issue isn't already reported.
13+
14+
### Description of the Issue
15+
16+
<!-- Replace this text with a description of what problem you're having. -->
17+
<!-- Please include as much detail as possible to help us troubleshoot! -->
18+
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. -->
19+
<!-- This is really important so we know how to start troubleshooting your issue. -->
20+
21+
### Steps to Reproduce
22+
23+
<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. -->
24+
<!-- If you don't have a reproducible error, please make sure that you give us as much detail -->
25+
<!-- as you can about what your application was doing when the error occurred. -->
26+
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! -->
27+
28+
1. Go to '...'
29+
2. Click on '....'
30+
3. Scroll down to '....'
31+
4. See error
32+
33+
### Expected Behavior
34+
35+
<!-- What did you expect to happen? -->
36+
37+
### Error Message, Including Stack Trace
38+
39+
<!-- Share the full error output you're seeing, if applicable. -->
40+
<!-- Please include the full stack trace to help us identify where the error is happening. -->
41+
42+
### Screenshots
43+
44+
<!-- If applicable, add screenshots to help explain your problem. -->
45+
46+
### Versions Used
47+
48+
Typescript SDK: <!-- Replace with the version of the Typescript SDK you're using. -->
49+
Platform: <!-- Replace with the platform you're using (e.g. Node.js, Javascript (Browser), etc.) -->
50+
Node.js (if applicabe): <!-- Replace with the version of Node.js your application is running on. -->
51+
52+
[sdk-docs]: https://github.com/box/box-ts-sdk-generated/tree/main/docs
53+
[api-docs]: https://developer.box.com/docs
54+
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
55+
[github-repo]: https://github.com/box/box-ts-sdk-generated/search?type=Issues

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: SDK documentation
4+
url: https://github.com/box/box-ts-sdk-generated/tree/main/docs
5+
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
6+
- name: API documentation
7+
url: https://developer.box.com/docs
8+
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
9+
- name: Box Developer Forums
10+
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
11+
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
12+
- name: Issues in this repo
13+
url: https://github.com/box/box-ts-sdk-generated/search?type=Issues
14+
about: Before creating an issue, I have searched Issues in this repo and my issue isn't already reported.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Enhancement
3+
about: Suggest a new feature or change
4+
title: ''
5+
labels: enhancement
6+
assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejleszczynski
7+
---
8+
9+
### Is your feature request related to a problem? Please describe.
10+
11+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
12+
13+
### Describe the solution you'd like
14+
15+
<!-- A clear and concise description of what you want to happen. -->
16+
17+
### Describe alternatives you've considered
18+
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
21+
### Additional context
22+
23+
<!-- Add any other context or screenshots about the feature request here. -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Question
3+
about: Request for Assistance
4+
title: ''
5+
labels: question
6+
assignees: mwwoda, mhagmajer, antusus, arjankowski, lukaszsocha2, bartlomiejleszczynski
7+
---
8+
9+
- [ ] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue.
10+
- [ ] I have checked that the [API documentation][api-docs] doesn't solve my issue.
11+
- [ ] I have searched the [Box Developer Forums][dev-forums] and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
12+
- [ ] I have searched [Issues in this repo][github-repo] and my issue isn't already reported.
13+
14+
### Description of the Issue
15+
16+
<!-- Replace this text with a description of what problem you're having. -->
17+
<!-- Please include as much detail as possible to help us troubleshoot! -->
18+
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. -->
19+
<!-- This is really important so we know how to start troubleshooting your issue. -->
20+
21+
### Steps to Reproduce
22+
23+
<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. -->
24+
<!-- If you don't have a reproducible error, please make sure that you give us as much detail -->
25+
<!-- as you can about what your application was doing when the error occurred. -->
26+
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! -->
27+
28+
1. Go to '...'
29+
2. Click on '....'
30+
3. Scroll down to '....'
31+
4. See error
32+
33+
### Expected Behavior
34+
35+
<!-- What did you expect to happen? -->
36+
37+
### Error Message, Including Stack Trace
38+
39+
<!-- Share the full error output you're seeing, if applicable. -->
40+
<!-- Please include the full stack trace to help us identify where the error is happening. -->
41+
42+
### Screenshots
43+
44+
<!-- If applicable, add screenshots to help explain your problem. -->
45+
46+
### Versions Used
47+
48+
Typescript SDK: <!-- Replace with the version of the Typescript SDK you're using. -->
49+
Platform: <!-- Replace with the platform you're using (e.g. Node.js, Javascript (Browser), etc.) -->
50+
Node.js (if applicabe): <!-- Replace with the version of Node.js your application is running on. -->
51+
52+
[sdk-docs]: https://github.com/box/box-ts-sdk-generated/tree/main/docs
53+
[api-docs]: https://developer.box.com/docs
54+
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
55+
[github-repo]: https://github.com/box/box-ts-sdk-generated/search?type=Issues

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib/
2+
coverage/

lib/auth.d.ts

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

lib/auth.js

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

lib/auth.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/authSchemas.d.ts

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

lib/authSchemas.js

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

0 commit comments

Comments
 (0)