-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFILES
More file actions
171 lines (171 loc) · 5.71 KB
/
FILES
File metadata and controls
171 lines (171 loc) · 5.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
.babelrc
.gitignore
.travis.yml
README.md
docs/AddFieldsData.md
docs/BatchGeneratePdfs201Response.md
docs/Client.md
docs/CombinePdfsData.md
docs/CombinedSubmission.md
docs/CombinedSubmissionAction.md
docs/CopyTemplateOptions.md
docs/CreateCombinedSubmissionResponse.md
docs/CreateCustomFileData.md
docs/CreateCustomFileResponse.md
docs/CreateFolderData.md
docs/CreateHtmlTemplate.md
docs/CreatePdfSubmissionData.md
docs/CreatePdfTemplate.md
docs/CreateSubmissionDataRequestData.md
docs/CreateSubmissionDataRequestEventRequest.md
docs/CreateSubmissionDataRequestEventResponse.md
docs/CreateSubmissionDataRequestResponse.md
docs/CreateSubmissionDataRequestTokenResponse.md
docs/CreateSubmissionResponse.md
docs/CustomFile.md
docs/ErrorOrMultipleErrorsResponse.md
docs/ErrorResponse.md
docs/Folder.md
docs/JsonSchema.md
docs/ListSubmissionsResponse.md
docs/MoveFolderData.md
docs/MoveTemplateData.md
docs/MultipleErrorsResponse.md
docs/PublishVersionData.md
docs/RenameFolderData.md
docs/RestoreVersionData.md
docs/Submission.md
docs/Submission422Response.md
docs/SubmissionAction.md
docs/SubmissionBatch.md
docs/SubmissionBatchData.md
docs/SubmissionBatchWithSubmissions.md
docs/SubmissionDataRequest.md
docs/SubmissionDataRequestEvent.md
docs/SubmissionDataRequestShow.md
docs/SubmissionDataRequestToken.md
docs/SubmissionPreview.md
docs/SuccessErrorResponse.md
docs/SuccessMultipleErrorsResponse.md
docs/Template.md
docs/TemplateAddFieldsResponse.md
docs/TemplateDeleteResponse.md
docs/TemplatePreview.md
docs/TemplatePublishVersionResponse.md
docs/UpdateHtmlTemplate.md
docs/UpdatePdfTemplate.md
docs/UpdateSubmissionDataRequestData.md
docs/UploadPresignResponse.md
git_push.sh
mocha.opts
package.json
src/ApiClient.js
src/api/Client.js
src/index.js
src/model/AddFieldsData.js
src/model/BatchGeneratePdfs201Response.js
src/model/CombinePdfsData.js
src/model/CombinedSubmission.js
src/model/CombinedSubmissionAction.js
src/model/CopyTemplateOptions.js
src/model/CreateCombinedSubmissionResponse.js
src/model/CreateCustomFileData.js
src/model/CreateCustomFileResponse.js
src/model/CreateFolderData.js
src/model/CreateHtmlTemplate.js
src/model/CreatePdfSubmissionData.js
src/model/CreatePdfTemplate.js
src/model/CreateSubmissionDataRequestData.js
src/model/CreateSubmissionDataRequestEventRequest.js
src/model/CreateSubmissionDataRequestEventResponse.js
src/model/CreateSubmissionDataRequestResponse.js
src/model/CreateSubmissionDataRequestTokenResponse.js
src/model/CreateSubmissionResponse.js
src/model/CustomFile.js
src/model/ErrorOrMultipleErrorsResponse.js
src/model/ErrorResponse.js
src/model/Folder.js
src/model/JsonSchema.js
src/model/ListSubmissionsResponse.js
src/model/MoveFolderData.js
src/model/MoveTemplateData.js
src/model/MultipleErrorsResponse.js
src/model/PublishVersionData.js
src/model/RenameFolderData.js
src/model/RestoreVersionData.js
src/model/Submission.js
src/model/Submission422Response.js
src/model/SubmissionAction.js
src/model/SubmissionBatch.js
src/model/SubmissionBatchData.js
src/model/SubmissionBatchWithSubmissions.js
src/model/SubmissionDataRequest.js
src/model/SubmissionDataRequestEvent.js
src/model/SubmissionDataRequestShow.js
src/model/SubmissionDataRequestToken.js
src/model/SubmissionPreview.js
src/model/SuccessErrorResponse.js
src/model/SuccessMultipleErrorsResponse.js
src/model/Template.js
src/model/TemplateAddFieldsResponse.js
src/model/TemplateDeleteResponse.js
src/model/TemplatePreview.js
src/model/TemplatePublishVersionResponse.js
src/model/UpdateHtmlTemplate.js
src/model/UpdatePdfTemplate.js
src/model/UpdateSubmissionDataRequestData.js
src/model/UploadPresignResponse.js
test/api/Client.spec.js
test/model/AddFieldsData.spec.js
test/model/BatchGeneratePdfs201Response.spec.js
test/model/CombinePdfsData.spec.js
test/model/CombinedSubmission.spec.js
test/model/CombinedSubmissionAction.spec.js
test/model/CopyTemplateOptions.spec.js
test/model/CreateCombinedSubmissionResponse.spec.js
test/model/CreateCustomFileData.spec.js
test/model/CreateCustomFileResponse.spec.js
test/model/CreateFolderData.spec.js
test/model/CreateHtmlTemplate.spec.js
test/model/CreatePdfSubmissionData.spec.js
test/model/CreatePdfTemplate.spec.js
test/model/CreateSubmissionDataRequestData.spec.js
test/model/CreateSubmissionDataRequestEventRequest.spec.js
test/model/CreateSubmissionDataRequestEventResponse.spec.js
test/model/CreateSubmissionDataRequestResponse.spec.js
test/model/CreateSubmissionDataRequestTokenResponse.spec.js
test/model/CreateSubmissionResponse.spec.js
test/model/CustomFile.spec.js
test/model/ErrorOrMultipleErrorsResponse.spec.js
test/model/ErrorResponse.spec.js
test/model/Folder.spec.js
test/model/JsonSchema.spec.js
test/model/ListSubmissionsResponse.spec.js
test/model/MoveFolderData.spec.js
test/model/MoveTemplateData.spec.js
test/model/MultipleErrorsResponse.spec.js
test/model/PublishVersionData.spec.js
test/model/RenameFolderData.spec.js
test/model/RestoreVersionData.spec.js
test/model/Submission.spec.js
test/model/Submission422Response.spec.js
test/model/SubmissionAction.spec.js
test/model/SubmissionBatch.spec.js
test/model/SubmissionBatchData.spec.js
test/model/SubmissionBatchWithSubmissions.spec.js
test/model/SubmissionDataRequest.spec.js
test/model/SubmissionDataRequestEvent.spec.js
test/model/SubmissionDataRequestShow.spec.js
test/model/SubmissionDataRequestToken.spec.js
test/model/SubmissionPreview.spec.js
test/model/SuccessErrorResponse.spec.js
test/model/SuccessMultipleErrorsResponse.spec.js
test/model/Template.spec.js
test/model/TemplateAddFieldsResponse.spec.js
test/model/TemplateDeleteResponse.spec.js
test/model/TemplatePreview.spec.js
test/model/TemplatePublishVersionResponse.spec.js
test/model/UpdateHtmlTemplate.spec.js
test/model/UpdatePdfTemplate.spec.js
test/model/UpdateSubmissionDataRequestData.spec.js
test/model/UploadPresignResponse.spec.js