Skip to content

Commit d6335fa

Browse files
feat: add sdk generate using openapi-generator-cli
0 parents  commit d6335fa

Some content is hidden

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

58 files changed

+27347
-0
lines changed

.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
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 OpenAPI Generator 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

.openapi-generator/FILES

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
.openapi-generator-ignore
2+
apis/WorkspacesApi.ts
3+
apis/index.ts
4+
index.ts
5+
models/AccessEnum.ts
6+
models/BlankEnum.ts
7+
models/Cycle.ts
8+
models/CycleIssue.ts
9+
models/CycleLite.ts
10+
models/EntityTypeEnum.ts
11+
models/GroupEnum.ts
12+
models/InboxIssue.ts
13+
models/InboxIssueStatusEnum.ts
14+
models/Issue.ts
15+
models/IssueAttachment.ts
16+
models/IssueAttachmentEntityType.ts
17+
models/IssueComment.ts
18+
models/IssueExpand.ts
19+
models/IssueLink.ts
20+
models/IssuePropertyAPI.ts
21+
models/IssuePropertyAPIRelationType.ts
22+
models/IssuePropertyOptionAPI.ts
23+
models/IssuePropertyValueAPI.ts
24+
models/IssueTypeAPI.ts
25+
models/Label.ts
26+
models/LabelLite.ts
27+
models/Module.ts
28+
models/ModuleIssue.ts
29+
models/ModuleLite.ts
30+
models/NetworkEnum.ts
31+
models/NullEnum.ts
32+
models/PatchedCycle.ts
33+
models/PatchedInboxIssue.ts
34+
models/PatchedIssue.ts
35+
models/PatchedIssueComment.ts
36+
models/PatchedIssueLink.ts
37+
models/PatchedIssuePropertyAPI.ts
38+
models/PatchedIssuePropertyOptionAPI.ts
39+
models/PatchedIssueTypeAPI.ts
40+
models/PatchedLabel.ts
41+
models/PatchedModule.ts
42+
models/PatchedProject.ts
43+
models/PatchedState.ts
44+
models/PriorityEnum.ts
45+
models/Project.ts
46+
models/PropertyTypeEnum.ts
47+
models/RelationTypeEnum.ts
48+
models/State.ts
49+
models/StateLite.ts
50+
models/StatusA3dEnum.ts
51+
models/TimezoneEnum.ts
52+
models/UserLite.ts
53+
models/index.ts
54+
runtime.ts

.openapi-generator/VERSION

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

0 commit comments

Comments
 (0)