@easyedu/js-lsm-api 1.41.0 → 1.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +20 -0
- package/README.md +20 -2
- package/dist/apis/SupportTicketApi.d.ts +191 -0
- package/dist/apis/SupportTicketApi.js +457 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/SupportTicketApi.d.ts +191 -0
- package/dist/esm/apis/SupportTicketApi.js +453 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/DownloadSupportTicketAttachment200Response.d.ts +32 -0
- package/dist/esm/models/DownloadSupportTicketAttachment200Response.js +43 -0
- package/dist/esm/models/GetSupportTicket.d.ts +142 -0
- package/dist/esm/models/GetSupportTicket.js +120 -0
- package/dist/esm/models/GetSupportTicketAttachment.d.ts +62 -0
- package/dist/esm/models/GetSupportTicketAttachment.js +63 -0
- package/dist/esm/models/GetSupportTicketComment.d.ts +57 -0
- package/dist/esm/models/GetSupportTicketComment.js +60 -0
- package/dist/esm/models/GetSupportTicketList.d.ts +57 -0
- package/dist/esm/models/GetSupportTicketList.js +60 -0
- package/dist/esm/models/PostSupportTicket.d.ts +71 -0
- package/dist/esm/models/PostSupportTicket.js +74 -0
- package/dist/esm/models/PostSupportTicketComment.d.ts +38 -0
- package/dist/esm/models/PostSupportTicketComment.js +45 -0
- package/dist/esm/models/PutSupportTicket.d.ts +63 -0
- package/dist/esm/models/PutSupportTicket.js +62 -0
- package/dist/esm/models/SupportTicketUser.d.ts +50 -0
- package/dist/esm/models/SupportTicketUser.js +55 -0
- package/dist/esm/models/index.d.ts +9 -0
- package/dist/esm/models/index.js +9 -0
- package/dist/models/DownloadSupportTicketAttachment200Response.d.ts +32 -0
- package/dist/models/DownloadSupportTicketAttachment200Response.js +50 -0
- package/dist/models/GetSupportTicket.d.ts +142 -0
- package/dist/models/GetSupportTicket.js +128 -0
- package/dist/models/GetSupportTicketAttachment.d.ts +62 -0
- package/dist/models/GetSupportTicketAttachment.js +70 -0
- package/dist/models/GetSupportTicketComment.d.ts +57 -0
- package/dist/models/GetSupportTicketComment.js +67 -0
- package/dist/models/GetSupportTicketList.d.ts +57 -0
- package/dist/models/GetSupportTicketList.js +67 -0
- package/dist/models/PostSupportTicket.d.ts +71 -0
- package/dist/models/PostSupportTicket.js +82 -0
- package/dist/models/PostSupportTicketComment.d.ts +38 -0
- package/dist/models/PostSupportTicketComment.js +52 -0
- package/dist/models/PutSupportTicket.d.ts +63 -0
- package/dist/models/PutSupportTicket.js +70 -0
- package/dist/models/SupportTicketUser.d.ts +50 -0
- package/dist/models/SupportTicketUser.js +62 -0
- package/dist/models/index.d.ts +9 -0
- package/dist/models/index.js +9 -0
- package/docs/DownloadSupportTicketAttachment200Response.md +34 -0
- package/docs/GetSupportTicket.md +60 -0
- package/docs/GetSupportTicketAttachment.md +44 -0
- package/docs/GetSupportTicketComment.md +42 -0
- package/docs/GetSupportTicketList.md +42 -0
- package/docs/PostSupportTicket.md +40 -0
- package/docs/PostSupportTicketComment.md +36 -0
- package/docs/PutSupportTicket.md +38 -0
- package/docs/SupportTicketApi.md +651 -0
- package/docs/SupportTicketUser.md +40 -0
- package/package.json +1 -1
- package/src/apis/SupportTicketApi.ts +599 -0
- package/src/apis/index.ts +1 -0
- package/src/models/DownloadSupportTicketAttachment200Response.ts +66 -0
- package/src/models/GetSupportTicket.ts +231 -0
- package/src/models/GetSupportTicketAttachment.ts +111 -0
- package/src/models/GetSupportTicketComment.ts +110 -0
- package/src/models/GetSupportTicketList.ts +110 -0
- package/src/models/PostSupportTicket.ts +118 -0
- package/src/models/PostSupportTicketComment.ts +74 -0
- package/src/models/PutSupportTicket.ts +104 -0
- package/src/models/SupportTicketUser.ts +93 -0
- package/src/models/index.ts +9 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -8,6 +8,7 @@ docs/CourseApi.md
|
|
|
8
8
|
docs/CriteriaBasedSelection.md
|
|
9
9
|
docs/CriteriaBasedSelectionCriteria.md
|
|
10
10
|
docs/CriteriaBasedSelectionDistribution.md
|
|
11
|
+
docs/DownloadSupportTicketAttachment200Response.md
|
|
11
12
|
docs/Essay.md
|
|
12
13
|
docs/Essay1.md
|
|
13
14
|
docs/FillInBlank.md
|
|
@@ -130,6 +131,10 @@ docs/GetScormPackage.md
|
|
|
130
131
|
docs/GetScormPackagePackageInfo.md
|
|
131
132
|
docs/GetScormSessionData.md
|
|
132
133
|
docs/GetScormSessionDataActivity.md
|
|
134
|
+
docs/GetSupportTicket.md
|
|
135
|
+
docs/GetSupportTicketAttachment.md
|
|
136
|
+
docs/GetSupportTicketComment.md
|
|
137
|
+
docs/GetSupportTicketList.md
|
|
133
138
|
docs/GetUser.md
|
|
134
139
|
docs/GetUserQuizAttempts.md
|
|
135
140
|
docs/GetUserQuizAttemptsAllOfAttempts.md
|
|
@@ -190,6 +195,8 @@ docs/PostQuizSettings.md
|
|
|
190
195
|
docs/PostResetPassword.md
|
|
191
196
|
docs/PostRole.md
|
|
192
197
|
docs/PostSendResetPassword.md
|
|
198
|
+
docs/PostSupportTicket.md
|
|
199
|
+
docs/PostSupportTicketComment.md
|
|
193
200
|
docs/PostVerifyManifest.md
|
|
194
201
|
docs/PostVerifyManifestItemsInner.md
|
|
195
202
|
docs/PostVerifyManifestResourcesInner.md
|
|
@@ -208,6 +215,7 @@ docs/PutQuizAnswerGrade.md
|
|
|
208
215
|
docs/PutQuizSettings.md
|
|
209
216
|
docs/PutRole.md
|
|
210
217
|
docs/PutRolePermissions.md
|
|
218
|
+
docs/PutSupportTicket.md
|
|
211
219
|
docs/PutUser.md
|
|
212
220
|
docs/QuestionApi.md
|
|
213
221
|
docs/QuizApi.md
|
|
@@ -229,6 +237,8 @@ docs/ScormSetValueResponse.md
|
|
|
229
237
|
docs/ShortAnswer.md
|
|
230
238
|
docs/ShortAnswer1.md
|
|
231
239
|
docs/SingleAnswer.md
|
|
240
|
+
docs/SupportTicketApi.md
|
|
241
|
+
docs/SupportTicketUser.md
|
|
232
242
|
docs/UserApi.md
|
|
233
243
|
package.json
|
|
234
244
|
src/apis/ChatApi.ts
|
|
@@ -241,12 +251,14 @@ src/apis/QuestionApi.ts
|
|
|
241
251
|
src/apis/QuizApi.ts
|
|
242
252
|
src/apis/ReportingApi.ts
|
|
243
253
|
src/apis/RoleApi.ts
|
|
254
|
+
src/apis/SupportTicketApi.ts
|
|
244
255
|
src/apis/UserApi.ts
|
|
245
256
|
src/apis/index.ts
|
|
246
257
|
src/index.ts
|
|
247
258
|
src/models/CriteriaBasedSelection.ts
|
|
248
259
|
src/models/CriteriaBasedSelectionCriteria.ts
|
|
249
260
|
src/models/CriteriaBasedSelectionDistribution.ts
|
|
261
|
+
src/models/DownloadSupportTicketAttachment200Response.ts
|
|
250
262
|
src/models/Essay.ts
|
|
251
263
|
src/models/Essay1.ts
|
|
252
264
|
src/models/FillInBlank.ts
|
|
@@ -369,6 +381,10 @@ src/models/GetScormPackage.ts
|
|
|
369
381
|
src/models/GetScormPackagePackageInfo.ts
|
|
370
382
|
src/models/GetScormSessionData.ts
|
|
371
383
|
src/models/GetScormSessionDataActivity.ts
|
|
384
|
+
src/models/GetSupportTicket.ts
|
|
385
|
+
src/models/GetSupportTicketAttachment.ts
|
|
386
|
+
src/models/GetSupportTicketComment.ts
|
|
387
|
+
src/models/GetSupportTicketList.ts
|
|
372
388
|
src/models/GetUser.ts
|
|
373
389
|
src/models/GetUserQuizAttempts.ts
|
|
374
390
|
src/models/GetUserQuizAttemptsAllOfAttempts.ts
|
|
@@ -426,6 +442,8 @@ src/models/PostQuizSettings.ts
|
|
|
426
442
|
src/models/PostResetPassword.ts
|
|
427
443
|
src/models/PostRole.ts
|
|
428
444
|
src/models/PostSendResetPassword.ts
|
|
445
|
+
src/models/PostSupportTicket.ts
|
|
446
|
+
src/models/PostSupportTicketComment.ts
|
|
429
447
|
src/models/PostVerifyManifest.ts
|
|
430
448
|
src/models/PostVerifyManifestItemsInner.ts
|
|
431
449
|
src/models/PostVerifyManifestResourcesInner.ts
|
|
@@ -444,6 +462,7 @@ src/models/PutQuizAnswerGrade.ts
|
|
|
444
462
|
src/models/PutQuizSettings.ts
|
|
445
463
|
src/models/PutRole.ts
|
|
446
464
|
src/models/PutRolePermissions.ts
|
|
465
|
+
src/models/PutSupportTicket.ts
|
|
447
466
|
src/models/PutUser.ts
|
|
448
467
|
src/models/QuizContent.ts
|
|
449
468
|
src/models/QuizContentAssignment.ts
|
|
@@ -461,6 +480,7 @@ src/models/ScormSetValueResponse.ts
|
|
|
461
480
|
src/models/ShortAnswer.ts
|
|
462
481
|
src/models/ShortAnswer1.ts
|
|
463
482
|
src/models/SingleAnswer.ts
|
|
483
|
+
src/models/SupportTicketUser.ts
|
|
464
484
|
src/models/index.ts
|
|
465
485
|
src/runtime.ts
|
|
466
486
|
tsconfig.esm.json
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @easyedu/js-lsm-api@1.
|
|
1
|
+
# @easyedu/js-lsm-api@1.42.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
|
|
4
4
|
|
|
@@ -153,6 +153,15 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
153
153
|
*RoleApi* | [**unassignUserRole**](docs/RoleApi.md#unassignuserrole) | **DELETE** /roles/users/{userId}/portals/{portalId}/roles/{roleId} | Remove a role from a user for a portal
|
|
154
154
|
*RoleApi* | [**updateRole**](docs/RoleApi.md#updaterole) | **PUT** /roles/{roleId} | Update a custom role name and description
|
|
155
155
|
*RoleApi* | [**updateRolePermissions**](docs/RoleApi.md#updaterolepermissions) | **PUT** /roles/{roleId}/permissions | Replace all permissions for a custom role
|
|
156
|
+
*SupportTicketApi* | [**closeSupportTicket**](docs/SupportTicketApi.md#closesupportticket) | **POST** /support/tickets/{ticketId}/close | Close a support ticket
|
|
157
|
+
*SupportTicketApi* | [**downloadSupportTicketAttachment**](docs/SupportTicketApi.md#downloadsupportticketattachment) | **GET** /support/tickets/{ticketId}/attachments/{attachmentId}/download | Download a ticket attachment
|
|
158
|
+
*SupportTicketApi* | [**getSupportTicket**](docs/SupportTicketApi.md#getsupportticket) | **GET** /support/tickets/{ticketId} | Get support ticket details
|
|
159
|
+
*SupportTicketApi* | [**getSupportTicketComments**](docs/SupportTicketApi.md#getsupportticketcomments) | **GET** /support/tickets/{ticketId}/comments | Get comments for a ticket
|
|
160
|
+
*SupportTicketApi* | [**getSupportTickets**](docs/SupportTicketApi.md#getsupporttickets) | **GET** /support/tickets | List support tickets
|
|
161
|
+
*SupportTicketApi* | [**postSupportTicket**](docs/SupportTicketApi.md#postsupportticket) | **POST** /support/tickets | Create a support ticket
|
|
162
|
+
*SupportTicketApi* | [**postSupportTicketAttachment**](docs/SupportTicketApi.md#postsupportticketattachment) | **POST** /support/tickets/{ticketId}/attachments | Upload an attachment to a ticket
|
|
163
|
+
*SupportTicketApi* | [**postSupportTicketComment**](docs/SupportTicketApi.md#postsupportticketcomment) | **POST** /support/tickets/{ticketId}/comments | Add a comment to a ticket
|
|
164
|
+
*SupportTicketApi* | [**putSupportTicket**](docs/SupportTicketApi.md#putsupportticket) | **PUT** /support/tickets/{ticketId} | Update a support ticket
|
|
156
165
|
*UserApi* | [**getAuthCheck**](docs/UserApi.md#getauthcheck) | **GET** /auth/check | Check if a user is logged in
|
|
157
166
|
*UserApi* | [**getCurrentUserPermissions**](docs/UserApi.md#getcurrentuserpermissions) | **GET** /users/current/permissions | Get the current user\'s permissions
|
|
158
167
|
*UserApi* | [**getUser**](docs/UserApi.md#getuser) | **GET** /users/{userId} | Get a user by id
|
|
@@ -168,6 +177,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
168
177
|
- [CriteriaBasedSelection](docs/CriteriaBasedSelection.md)
|
|
169
178
|
- [CriteriaBasedSelectionCriteria](docs/CriteriaBasedSelectionCriteria.md)
|
|
170
179
|
- [CriteriaBasedSelectionDistribution](docs/CriteriaBasedSelectionDistribution.md)
|
|
180
|
+
- [DownloadSupportTicketAttachment200Response](docs/DownloadSupportTicketAttachment200Response.md)
|
|
171
181
|
- [Essay](docs/Essay.md)
|
|
172
182
|
- [Essay1](docs/Essay1.md)
|
|
173
183
|
- [FillInBlank](docs/FillInBlank.md)
|
|
@@ -290,6 +300,10 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
290
300
|
- [GetScormPackagePackageInfo](docs/GetScormPackagePackageInfo.md)
|
|
291
301
|
- [GetScormSessionData](docs/GetScormSessionData.md)
|
|
292
302
|
- [GetScormSessionDataActivity](docs/GetScormSessionDataActivity.md)
|
|
303
|
+
- [GetSupportTicket](docs/GetSupportTicket.md)
|
|
304
|
+
- [GetSupportTicketAttachment](docs/GetSupportTicketAttachment.md)
|
|
305
|
+
- [GetSupportTicketComment](docs/GetSupportTicketComment.md)
|
|
306
|
+
- [GetSupportTicketList](docs/GetSupportTicketList.md)
|
|
293
307
|
- [GetUser](docs/GetUser.md)
|
|
294
308
|
- [GetUserQuizAttempts](docs/GetUserQuizAttempts.md)
|
|
295
309
|
- [GetUserQuizAttemptsAllOfAttempts](docs/GetUserQuizAttemptsAllOfAttempts.md)
|
|
@@ -347,6 +361,8 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
347
361
|
- [PostResetPassword](docs/PostResetPassword.md)
|
|
348
362
|
- [PostRole](docs/PostRole.md)
|
|
349
363
|
- [PostSendResetPassword](docs/PostSendResetPassword.md)
|
|
364
|
+
- [PostSupportTicket](docs/PostSupportTicket.md)
|
|
365
|
+
- [PostSupportTicketComment](docs/PostSupportTicketComment.md)
|
|
350
366
|
- [PostVerifyManifest](docs/PostVerifyManifest.md)
|
|
351
367
|
- [PostVerifyManifestItemsInner](docs/PostVerifyManifestItemsInner.md)
|
|
352
368
|
- [PostVerifyManifestResourcesInner](docs/PostVerifyManifestResourcesInner.md)
|
|
@@ -365,6 +381,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
365
381
|
- [PutQuizSettings](docs/PutQuizSettings.md)
|
|
366
382
|
- [PutRole](docs/PutRole.md)
|
|
367
383
|
- [PutRolePermissions](docs/PutRolePermissions.md)
|
|
384
|
+
- [PutSupportTicket](docs/PutSupportTicket.md)
|
|
368
385
|
- [PutUser](docs/PutUser.md)
|
|
369
386
|
- [QuizContent](docs/QuizContent.md)
|
|
370
387
|
- [QuizContentAssignment](docs/QuizContentAssignment.md)
|
|
@@ -382,6 +399,7 @@ All URIs are relative to *https://sbzw93t49b.execute-api.us-east-2.amazonaws.com
|
|
|
382
399
|
- [ShortAnswer](docs/ShortAnswer.md)
|
|
383
400
|
- [ShortAnswer1](docs/ShortAnswer1.md)
|
|
384
401
|
- [SingleAnswer](docs/SingleAnswer.md)
|
|
402
|
+
- [SupportTicketUser](docs/SupportTicketUser.md)
|
|
385
403
|
|
|
386
404
|
### Authorization
|
|
387
405
|
|
|
@@ -395,7 +413,7 @@ and is automatically generated by the
|
|
|
395
413
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
396
414
|
|
|
397
415
|
- API version: `1.0.0`
|
|
398
|
-
- Package version: `1.
|
|
416
|
+
- Package version: `1.42.0`
|
|
399
417
|
- Generator version: `7.21.0`
|
|
400
418
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
401
419
|
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LMS API
|
|
3
|
+
* LMS API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { DownloadSupportTicketAttachment200Response, GetSupportTicket, GetSupportTicketAttachment, GetSupportTicketComment, GetSupportTicketList, PostSupportTicket, PostSupportTicketComment, PutSupportTicket } from '../models/index';
|
|
14
|
+
export interface CloseSupportTicketRequest {
|
|
15
|
+
ticketId: string;
|
|
16
|
+
}
|
|
17
|
+
export interface DownloadSupportTicketAttachmentRequest {
|
|
18
|
+
ticketId: string;
|
|
19
|
+
attachmentId: string;
|
|
20
|
+
}
|
|
21
|
+
export interface GetSupportTicketRequest {
|
|
22
|
+
ticketId: string;
|
|
23
|
+
}
|
|
24
|
+
export interface GetSupportTicketCommentsRequest {
|
|
25
|
+
ticketId: string;
|
|
26
|
+
}
|
|
27
|
+
export interface GetSupportTicketsRequest {
|
|
28
|
+
page?: number;
|
|
29
|
+
pageSize?: number;
|
|
30
|
+
status?: GetSupportTicketsStatusEnum;
|
|
31
|
+
priority?: GetSupportTicketsPriorityEnum;
|
|
32
|
+
category?: GetSupportTicketsCategoryEnum;
|
|
33
|
+
}
|
|
34
|
+
export interface PostSupportTicketRequest {
|
|
35
|
+
postSupportTicket: PostSupportTicket;
|
|
36
|
+
}
|
|
37
|
+
export interface PostSupportTicketAttachmentRequest {
|
|
38
|
+
ticketId: string;
|
|
39
|
+
file: Blob;
|
|
40
|
+
}
|
|
41
|
+
export interface PostSupportTicketCommentRequest {
|
|
42
|
+
ticketId: string;
|
|
43
|
+
postSupportTicketComment: PostSupportTicketComment;
|
|
44
|
+
}
|
|
45
|
+
export interface PutSupportTicketRequest {
|
|
46
|
+
ticketId: string;
|
|
47
|
+
putSupportTicket: PutSupportTicket;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
export declare class SupportTicketApi extends runtime.BaseAPI {
|
|
53
|
+
/**
|
|
54
|
+
* Creates request options for closeSupportTicket without sending the request
|
|
55
|
+
*/
|
|
56
|
+
closeSupportTicketRequestOpts(requestParameters: CloseSupportTicketRequest): Promise<runtime.RequestOpts>;
|
|
57
|
+
/**
|
|
58
|
+
* Close a support ticket
|
|
59
|
+
*/
|
|
60
|
+
closeSupportTicketRaw(requestParameters: CloseSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
61
|
+
/**
|
|
62
|
+
* Close a support ticket
|
|
63
|
+
*/
|
|
64
|
+
closeSupportTicket(requestParameters: CloseSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
65
|
+
/**
|
|
66
|
+
* Creates request options for downloadSupportTicketAttachment without sending the request
|
|
67
|
+
*/
|
|
68
|
+
downloadSupportTicketAttachmentRequestOpts(requestParameters: DownloadSupportTicketAttachmentRequest): Promise<runtime.RequestOpts>;
|
|
69
|
+
/**
|
|
70
|
+
* Download a ticket attachment
|
|
71
|
+
*/
|
|
72
|
+
downloadSupportTicketAttachmentRaw(requestParameters: DownloadSupportTicketAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DownloadSupportTicketAttachment200Response>>;
|
|
73
|
+
/**
|
|
74
|
+
* Download a ticket attachment
|
|
75
|
+
*/
|
|
76
|
+
downloadSupportTicketAttachment(requestParameters: DownloadSupportTicketAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DownloadSupportTicketAttachment200Response>;
|
|
77
|
+
/**
|
|
78
|
+
* Creates request options for getSupportTicket without sending the request
|
|
79
|
+
*/
|
|
80
|
+
getSupportTicketRequestOpts(requestParameters: GetSupportTicketRequest): Promise<runtime.RequestOpts>;
|
|
81
|
+
/**
|
|
82
|
+
* Get support ticket details
|
|
83
|
+
*/
|
|
84
|
+
getSupportTicketRaw(requestParameters: GetSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetSupportTicket>>;
|
|
85
|
+
/**
|
|
86
|
+
* Get support ticket details
|
|
87
|
+
*/
|
|
88
|
+
getSupportTicket(requestParameters: GetSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetSupportTicket>;
|
|
89
|
+
/**
|
|
90
|
+
* Creates request options for getSupportTicketComments without sending the request
|
|
91
|
+
*/
|
|
92
|
+
getSupportTicketCommentsRequestOpts(requestParameters: GetSupportTicketCommentsRequest): Promise<runtime.RequestOpts>;
|
|
93
|
+
/**
|
|
94
|
+
* Get comments for a ticket
|
|
95
|
+
*/
|
|
96
|
+
getSupportTicketCommentsRaw(requestParameters: GetSupportTicketCommentsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<GetSupportTicketComment>>>;
|
|
97
|
+
/**
|
|
98
|
+
* Get comments for a ticket
|
|
99
|
+
*/
|
|
100
|
+
getSupportTicketComments(requestParameters: GetSupportTicketCommentsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<GetSupportTicketComment>>;
|
|
101
|
+
/**
|
|
102
|
+
* Creates request options for getSupportTickets without sending the request
|
|
103
|
+
*/
|
|
104
|
+
getSupportTicketsRequestOpts(requestParameters: GetSupportTicketsRequest): Promise<runtime.RequestOpts>;
|
|
105
|
+
/**
|
|
106
|
+
* List support tickets
|
|
107
|
+
*/
|
|
108
|
+
getSupportTicketsRaw(requestParameters: GetSupportTicketsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetSupportTicketList>>;
|
|
109
|
+
/**
|
|
110
|
+
* List support tickets
|
|
111
|
+
*/
|
|
112
|
+
getSupportTickets(requestParameters?: GetSupportTicketsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetSupportTicketList>;
|
|
113
|
+
/**
|
|
114
|
+
* Creates request options for postSupportTicket without sending the request
|
|
115
|
+
*/
|
|
116
|
+
postSupportTicketRequestOpts(requestParameters: PostSupportTicketRequest): Promise<runtime.RequestOpts>;
|
|
117
|
+
/**
|
|
118
|
+
* Create a support ticket
|
|
119
|
+
*/
|
|
120
|
+
postSupportTicketRaw(requestParameters: PostSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetSupportTicket>>;
|
|
121
|
+
/**
|
|
122
|
+
* Create a support ticket
|
|
123
|
+
*/
|
|
124
|
+
postSupportTicket(requestParameters: PostSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetSupportTicket>;
|
|
125
|
+
/**
|
|
126
|
+
* Creates request options for postSupportTicketAttachment without sending the request
|
|
127
|
+
*/
|
|
128
|
+
postSupportTicketAttachmentRequestOpts(requestParameters: PostSupportTicketAttachmentRequest): Promise<runtime.RequestOpts>;
|
|
129
|
+
/**
|
|
130
|
+
* Upload an attachment to a ticket
|
|
131
|
+
*/
|
|
132
|
+
postSupportTicketAttachmentRaw(requestParameters: PostSupportTicketAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetSupportTicketAttachment>>;
|
|
133
|
+
/**
|
|
134
|
+
* Upload an attachment to a ticket
|
|
135
|
+
*/
|
|
136
|
+
postSupportTicketAttachment(requestParameters: PostSupportTicketAttachmentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetSupportTicketAttachment>;
|
|
137
|
+
/**
|
|
138
|
+
* Creates request options for postSupportTicketComment without sending the request
|
|
139
|
+
*/
|
|
140
|
+
postSupportTicketCommentRequestOpts(requestParameters: PostSupportTicketCommentRequest): Promise<runtime.RequestOpts>;
|
|
141
|
+
/**
|
|
142
|
+
* Add a comment to a ticket
|
|
143
|
+
*/
|
|
144
|
+
postSupportTicketCommentRaw(requestParameters: PostSupportTicketCommentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetSupportTicketComment>>;
|
|
145
|
+
/**
|
|
146
|
+
* Add a comment to a ticket
|
|
147
|
+
*/
|
|
148
|
+
postSupportTicketComment(requestParameters: PostSupportTicketCommentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetSupportTicketComment>;
|
|
149
|
+
/**
|
|
150
|
+
* Creates request options for putSupportTicket without sending the request
|
|
151
|
+
*/
|
|
152
|
+
putSupportTicketRequestOpts(requestParameters: PutSupportTicketRequest): Promise<runtime.RequestOpts>;
|
|
153
|
+
/**
|
|
154
|
+
* Update a support ticket
|
|
155
|
+
*/
|
|
156
|
+
putSupportTicketRaw(requestParameters: PutSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
157
|
+
/**
|
|
158
|
+
* Update a support ticket
|
|
159
|
+
*/
|
|
160
|
+
putSupportTicket(requestParameters: PutSupportTicketRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* @export
|
|
164
|
+
*/
|
|
165
|
+
export declare const GetSupportTicketsStatusEnum: {
|
|
166
|
+
readonly Open: "Open";
|
|
167
|
+
readonly InProgress: "InProgress";
|
|
168
|
+
readonly Closed: "Closed";
|
|
169
|
+
};
|
|
170
|
+
export type GetSupportTicketsStatusEnum = typeof GetSupportTicketsStatusEnum[keyof typeof GetSupportTicketsStatusEnum];
|
|
171
|
+
/**
|
|
172
|
+
* @export
|
|
173
|
+
*/
|
|
174
|
+
export declare const GetSupportTicketsPriorityEnum: {
|
|
175
|
+
readonly Low: "Low";
|
|
176
|
+
readonly Medium: "Medium";
|
|
177
|
+
readonly High: "High";
|
|
178
|
+
readonly Critical: "Critical";
|
|
179
|
+
};
|
|
180
|
+
export type GetSupportTicketsPriorityEnum = typeof GetSupportTicketsPriorityEnum[keyof typeof GetSupportTicketsPriorityEnum];
|
|
181
|
+
/**
|
|
182
|
+
* @export
|
|
183
|
+
*/
|
|
184
|
+
export declare const GetSupportTicketsCategoryEnum: {
|
|
185
|
+
readonly Bug: "Bug";
|
|
186
|
+
readonly FeatureRequest: "FeatureRequest";
|
|
187
|
+
readonly AccountIssue: "AccountIssue";
|
|
188
|
+
readonly ContentIssue: "ContentIssue";
|
|
189
|
+
readonly Other: "Other";
|
|
190
|
+
};
|
|
191
|
+
export type GetSupportTicketsCategoryEnum = typeof GetSupportTicketsCategoryEnum[keyof typeof GetSupportTicketsCategoryEnum];
|