@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.
Files changed (73) hide show
  1. package/.openapi-generator/FILES +20 -0
  2. package/README.md +20 -2
  3. package/dist/apis/SupportTicketApi.d.ts +191 -0
  4. package/dist/apis/SupportTicketApi.js +457 -0
  5. package/dist/apis/index.d.ts +1 -0
  6. package/dist/apis/index.js +1 -0
  7. package/dist/esm/apis/SupportTicketApi.d.ts +191 -0
  8. package/dist/esm/apis/SupportTicketApi.js +453 -0
  9. package/dist/esm/apis/index.d.ts +1 -0
  10. package/dist/esm/apis/index.js +1 -0
  11. package/dist/esm/models/DownloadSupportTicketAttachment200Response.d.ts +32 -0
  12. package/dist/esm/models/DownloadSupportTicketAttachment200Response.js +43 -0
  13. package/dist/esm/models/GetSupportTicket.d.ts +142 -0
  14. package/dist/esm/models/GetSupportTicket.js +120 -0
  15. package/dist/esm/models/GetSupportTicketAttachment.d.ts +62 -0
  16. package/dist/esm/models/GetSupportTicketAttachment.js +63 -0
  17. package/dist/esm/models/GetSupportTicketComment.d.ts +57 -0
  18. package/dist/esm/models/GetSupportTicketComment.js +60 -0
  19. package/dist/esm/models/GetSupportTicketList.d.ts +57 -0
  20. package/dist/esm/models/GetSupportTicketList.js +60 -0
  21. package/dist/esm/models/PostSupportTicket.d.ts +71 -0
  22. package/dist/esm/models/PostSupportTicket.js +74 -0
  23. package/dist/esm/models/PostSupportTicketComment.d.ts +38 -0
  24. package/dist/esm/models/PostSupportTicketComment.js +45 -0
  25. package/dist/esm/models/PutSupportTicket.d.ts +63 -0
  26. package/dist/esm/models/PutSupportTicket.js +62 -0
  27. package/dist/esm/models/SupportTicketUser.d.ts +50 -0
  28. package/dist/esm/models/SupportTicketUser.js +55 -0
  29. package/dist/esm/models/index.d.ts +9 -0
  30. package/dist/esm/models/index.js +9 -0
  31. package/dist/models/DownloadSupportTicketAttachment200Response.d.ts +32 -0
  32. package/dist/models/DownloadSupportTicketAttachment200Response.js +50 -0
  33. package/dist/models/GetSupportTicket.d.ts +142 -0
  34. package/dist/models/GetSupportTicket.js +128 -0
  35. package/dist/models/GetSupportTicketAttachment.d.ts +62 -0
  36. package/dist/models/GetSupportTicketAttachment.js +70 -0
  37. package/dist/models/GetSupportTicketComment.d.ts +57 -0
  38. package/dist/models/GetSupportTicketComment.js +67 -0
  39. package/dist/models/GetSupportTicketList.d.ts +57 -0
  40. package/dist/models/GetSupportTicketList.js +67 -0
  41. package/dist/models/PostSupportTicket.d.ts +71 -0
  42. package/dist/models/PostSupportTicket.js +82 -0
  43. package/dist/models/PostSupportTicketComment.d.ts +38 -0
  44. package/dist/models/PostSupportTicketComment.js +52 -0
  45. package/dist/models/PutSupportTicket.d.ts +63 -0
  46. package/dist/models/PutSupportTicket.js +70 -0
  47. package/dist/models/SupportTicketUser.d.ts +50 -0
  48. package/dist/models/SupportTicketUser.js +62 -0
  49. package/dist/models/index.d.ts +9 -0
  50. package/dist/models/index.js +9 -0
  51. package/docs/DownloadSupportTicketAttachment200Response.md +34 -0
  52. package/docs/GetSupportTicket.md +60 -0
  53. package/docs/GetSupportTicketAttachment.md +44 -0
  54. package/docs/GetSupportTicketComment.md +42 -0
  55. package/docs/GetSupportTicketList.md +42 -0
  56. package/docs/PostSupportTicket.md +40 -0
  57. package/docs/PostSupportTicketComment.md +36 -0
  58. package/docs/PutSupportTicket.md +38 -0
  59. package/docs/SupportTicketApi.md +651 -0
  60. package/docs/SupportTicketUser.md +40 -0
  61. package/package.json +1 -1
  62. package/src/apis/SupportTicketApi.ts +599 -0
  63. package/src/apis/index.ts +1 -0
  64. package/src/models/DownloadSupportTicketAttachment200Response.ts +66 -0
  65. package/src/models/GetSupportTicket.ts +231 -0
  66. package/src/models/GetSupportTicketAttachment.ts +111 -0
  67. package/src/models/GetSupportTicketComment.ts +110 -0
  68. package/src/models/GetSupportTicketList.ts +110 -0
  69. package/src/models/PostSupportTicket.ts +118 -0
  70. package/src/models/PostSupportTicketComment.ts +74 -0
  71. package/src/models/PutSupportTicket.ts +104 -0
  72. package/src/models/SupportTicketUser.ts +93 -0
  73. package/src/models/index.ts +9 -0
@@ -0,0 +1,120 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { GetSupportTicketAttachmentFromJSON, GetSupportTicketAttachmentToJSON, } from './GetSupportTicketAttachment';
15
+ import { SupportTicketUserFromJSON, SupportTicketUserToJSON, } from './SupportTicketUser';
16
+ /**
17
+ * @export
18
+ */
19
+ export const GetSupportTicketStatusEnum = {
20
+ Open: 'Open',
21
+ InProgress: 'InProgress',
22
+ Closed: 'Closed'
23
+ };
24
+ /**
25
+ * @export
26
+ */
27
+ export const GetSupportTicketPriorityEnum = {
28
+ Low: 'Low',
29
+ Medium: 'Medium',
30
+ High: 'High',
31
+ Critical: 'Critical'
32
+ };
33
+ /**
34
+ * @export
35
+ */
36
+ export const GetSupportTicketCategoryEnum = {
37
+ Bug: 'Bug',
38
+ FeatureRequest: 'FeatureRequest',
39
+ AccountIssue: 'AccountIssue',
40
+ ContentIssue: 'ContentIssue',
41
+ Other: 'Other'
42
+ };
43
+ /**
44
+ * Check if a given object implements the GetSupportTicket interface.
45
+ */
46
+ export function instanceOfGetSupportTicket(value) {
47
+ if (!('id' in value) || value['id'] === undefined)
48
+ return false;
49
+ if (!('portalId' in value) || value['portalId'] === undefined)
50
+ return false;
51
+ if (!('subject' in value) || value['subject'] === undefined)
52
+ return false;
53
+ if (!('description' in value) || value['description'] === undefined)
54
+ return false;
55
+ if (!('status' in value) || value['status'] === undefined)
56
+ return false;
57
+ if (!('priority' in value) || value['priority'] === undefined)
58
+ return false;
59
+ if (!('category' in value) || value['category'] === undefined)
60
+ return false;
61
+ if (!('reporter' in value) || value['reporter'] === undefined)
62
+ return false;
63
+ if (!('commentCount' in value) || value['commentCount'] === undefined)
64
+ return false;
65
+ if (!('attachments' in value) || value['attachments'] === undefined)
66
+ return false;
67
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
68
+ return false;
69
+ if (!('updatedAt' in value) || value['updatedAt'] === undefined)
70
+ return false;
71
+ return true;
72
+ }
73
+ export function GetSupportTicketFromJSON(json) {
74
+ return GetSupportTicketFromJSONTyped(json, false);
75
+ }
76
+ export function GetSupportTicketFromJSONTyped(json, ignoreDiscriminator) {
77
+ if (json == null) {
78
+ return json;
79
+ }
80
+ return {
81
+ 'id': json['id'],
82
+ 'portalId': json['portal_id'],
83
+ 'subject': json['subject'],
84
+ 'description': json['description'],
85
+ 'status': json['status'],
86
+ 'priority': json['priority'],
87
+ 'category': json['category'],
88
+ 'reporter': SupportTicketUserFromJSON(json['reporter']),
89
+ 'assignedTo': json['assigned_to'] == null ? undefined : SupportTicketUserFromJSON(json['assigned_to']),
90
+ 'commentCount': json['comment_count'],
91
+ 'attachments': (json['attachments'].map(GetSupportTicketAttachmentFromJSON)),
92
+ 'createdAt': json['created_at'],
93
+ 'updatedAt': json['updated_at'],
94
+ 'closedAt': json['closed_at'] == null ? undefined : json['closed_at'],
95
+ };
96
+ }
97
+ export function GetSupportTicketToJSON(json) {
98
+ return GetSupportTicketToJSONTyped(json, false);
99
+ }
100
+ export function GetSupportTicketToJSONTyped(value, ignoreDiscriminator = false) {
101
+ if (value == null) {
102
+ return value;
103
+ }
104
+ return {
105
+ 'id': value['id'],
106
+ 'portal_id': value['portalId'],
107
+ 'subject': value['subject'],
108
+ 'description': value['description'],
109
+ 'status': value['status'],
110
+ 'priority': value['priority'],
111
+ 'category': value['category'],
112
+ 'reporter': SupportTicketUserToJSON(value['reporter']),
113
+ 'assigned_to': SupportTicketUserToJSON(value['assignedTo']),
114
+ 'comment_count': value['commentCount'],
115
+ 'attachments': (value['attachments'].map(GetSupportTicketAttachmentToJSON)),
116
+ 'created_at': value['createdAt'],
117
+ 'updated_at': value['updatedAt'],
118
+ 'closed_at': value['closedAt'],
119
+ };
120
+ }
@@ -0,0 +1,62 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface GetSupportTicketAttachment
16
+ */
17
+ export interface GetSupportTicketAttachment {
18
+ /**
19
+ * External attachment ID
20
+ * @type {string}
21
+ * @memberof GetSupportTicketAttachment
22
+ */
23
+ id: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof GetSupportTicketAttachment
28
+ */
29
+ fileName: string;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof GetSupportTicketAttachment
34
+ */
35
+ fileSize: number;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof GetSupportTicketAttachment
40
+ */
41
+ mimeType: string;
42
+ /**
43
+ * Presigned URL to download the attachment
44
+ * @type {string}
45
+ * @memberof GetSupportTicketAttachment
46
+ */
47
+ downloadUrl: string;
48
+ /**
49
+ * Unix epoch timestamp
50
+ * @type {number}
51
+ * @memberof GetSupportTicketAttachment
52
+ */
53
+ createdAt: number;
54
+ }
55
+ /**
56
+ * Check if a given object implements the GetSupportTicketAttachment interface.
57
+ */
58
+ export declare function instanceOfGetSupportTicketAttachment(value: object): value is GetSupportTicketAttachment;
59
+ export declare function GetSupportTicketAttachmentFromJSON(json: any): GetSupportTicketAttachment;
60
+ export declare function GetSupportTicketAttachmentFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSupportTicketAttachment;
61
+ export declare function GetSupportTicketAttachmentToJSON(json: any): GetSupportTicketAttachment;
62
+ export declare function GetSupportTicketAttachmentToJSONTyped(value?: GetSupportTicketAttachment | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,63 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * Check if a given object implements the GetSupportTicketAttachment interface.
16
+ */
17
+ export function instanceOfGetSupportTicketAttachment(value) {
18
+ if (!('id' in value) || value['id'] === undefined)
19
+ return false;
20
+ if (!('fileName' in value) || value['fileName'] === undefined)
21
+ return false;
22
+ if (!('fileSize' in value) || value['fileSize'] === undefined)
23
+ return false;
24
+ if (!('mimeType' in value) || value['mimeType'] === undefined)
25
+ return false;
26
+ if (!('downloadUrl' in value) || value['downloadUrl'] === undefined)
27
+ return false;
28
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
29
+ return false;
30
+ return true;
31
+ }
32
+ export function GetSupportTicketAttachmentFromJSON(json) {
33
+ return GetSupportTicketAttachmentFromJSONTyped(json, false);
34
+ }
35
+ export function GetSupportTicketAttachmentFromJSONTyped(json, ignoreDiscriminator) {
36
+ if (json == null) {
37
+ return json;
38
+ }
39
+ return {
40
+ 'id': json['id'],
41
+ 'fileName': json['file_name'],
42
+ 'fileSize': json['file_size'],
43
+ 'mimeType': json['mime_type'],
44
+ 'downloadUrl': json['download_url'],
45
+ 'createdAt': json['created_at'],
46
+ };
47
+ }
48
+ export function GetSupportTicketAttachmentToJSON(json) {
49
+ return GetSupportTicketAttachmentToJSONTyped(json, false);
50
+ }
51
+ export function GetSupportTicketAttachmentToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'id': value['id'],
57
+ 'file_name': value['fileName'],
58
+ 'file_size': value['fileSize'],
59
+ 'mime_type': value['mimeType'],
60
+ 'download_url': value['downloadUrl'],
61
+ 'created_at': value['createdAt'],
62
+ };
63
+ }
@@ -0,0 +1,57 @@
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 type { SupportTicketUser } from './SupportTicketUser';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GetSupportTicketComment
17
+ */
18
+ export interface GetSupportTicketComment {
19
+ /**
20
+ * External comment ID
21
+ * @type {string}
22
+ * @memberof GetSupportTicketComment
23
+ */
24
+ id: string;
25
+ /**
26
+ *
27
+ * @type {SupportTicketUser}
28
+ * @memberof GetSupportTicketComment
29
+ */
30
+ user: SupportTicketUser;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof GetSupportTicketComment
35
+ */
36
+ content: string;
37
+ /**
38
+ *
39
+ * @type {boolean}
40
+ * @memberof GetSupportTicketComment
41
+ */
42
+ isInternal: boolean;
43
+ /**
44
+ * Unix epoch timestamp
45
+ * @type {number}
46
+ * @memberof GetSupportTicketComment
47
+ */
48
+ createdAt: number;
49
+ }
50
+ /**
51
+ * Check if a given object implements the GetSupportTicketComment interface.
52
+ */
53
+ export declare function instanceOfGetSupportTicketComment(value: object): value is GetSupportTicketComment;
54
+ export declare function GetSupportTicketCommentFromJSON(json: any): GetSupportTicketComment;
55
+ export declare function GetSupportTicketCommentFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSupportTicketComment;
56
+ export declare function GetSupportTicketCommentToJSON(json: any): GetSupportTicketComment;
57
+ export declare function GetSupportTicketCommentToJSONTyped(value?: GetSupportTicketComment | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { SupportTicketUserFromJSON, SupportTicketUserToJSON, } from './SupportTicketUser';
15
+ /**
16
+ * Check if a given object implements the GetSupportTicketComment interface.
17
+ */
18
+ export function instanceOfGetSupportTicketComment(value) {
19
+ if (!('id' in value) || value['id'] === undefined)
20
+ return false;
21
+ if (!('user' in value) || value['user'] === undefined)
22
+ return false;
23
+ if (!('content' in value) || value['content'] === undefined)
24
+ return false;
25
+ if (!('isInternal' in value) || value['isInternal'] === undefined)
26
+ return false;
27
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ export function GetSupportTicketCommentFromJSON(json) {
32
+ return GetSupportTicketCommentFromJSONTyped(json, false);
33
+ }
34
+ export function GetSupportTicketCommentFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'id': json['id'],
40
+ 'user': SupportTicketUserFromJSON(json['user']),
41
+ 'content': json['content'],
42
+ 'isInternal': json['is_internal'],
43
+ 'createdAt': json['created_at'],
44
+ };
45
+ }
46
+ export function GetSupportTicketCommentToJSON(json) {
47
+ return GetSupportTicketCommentToJSONTyped(json, false);
48
+ }
49
+ export function GetSupportTicketCommentToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'id': value['id'],
55
+ 'user': SupportTicketUserToJSON(value['user']),
56
+ 'content': value['content'],
57
+ 'is_internal': value['isInternal'],
58
+ 'created_at': value['createdAt'],
59
+ };
60
+ }
@@ -0,0 +1,57 @@
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 type { GetSupportTicket } from './GetSupportTicket';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GetSupportTicketList
17
+ */
18
+ export interface GetSupportTicketList {
19
+ /**
20
+ * The current page number
21
+ * @type {number}
22
+ * @memberof GetSupportTicketList
23
+ */
24
+ page: number;
25
+ /**
26
+ * The number of items per page
27
+ * @type {number}
28
+ * @memberof GetSupportTicketList
29
+ */
30
+ pageSize: number;
31
+ /**
32
+ * The total number of pages
33
+ * @type {number}
34
+ * @memberof GetSupportTicketList
35
+ */
36
+ totalPages: number;
37
+ /**
38
+ * The total number of items
39
+ * @type {number}
40
+ * @memberof GetSupportTicketList
41
+ */
42
+ totalItems: number;
43
+ /**
44
+ *
45
+ * @type {Array<GetSupportTicket>}
46
+ * @memberof GetSupportTicketList
47
+ */
48
+ items: Array<GetSupportTicket>;
49
+ }
50
+ /**
51
+ * Check if a given object implements the GetSupportTicketList interface.
52
+ */
53
+ export declare function instanceOfGetSupportTicketList(value: object): value is GetSupportTicketList;
54
+ export declare function GetSupportTicketListFromJSON(json: any): GetSupportTicketList;
55
+ export declare function GetSupportTicketListFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSupportTicketList;
56
+ export declare function GetSupportTicketListToJSON(json: any): GetSupportTicketList;
57
+ export declare function GetSupportTicketListToJSONTyped(value?: GetSupportTicketList | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,60 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { GetSupportTicketFromJSON, GetSupportTicketToJSON, } from './GetSupportTicket';
15
+ /**
16
+ * Check if a given object implements the GetSupportTicketList interface.
17
+ */
18
+ export function instanceOfGetSupportTicketList(value) {
19
+ if (!('page' in value) || value['page'] === undefined)
20
+ return false;
21
+ if (!('pageSize' in value) || value['pageSize'] === undefined)
22
+ return false;
23
+ if (!('totalPages' in value) || value['totalPages'] === undefined)
24
+ return false;
25
+ if (!('totalItems' in value) || value['totalItems'] === undefined)
26
+ return false;
27
+ if (!('items' in value) || value['items'] === undefined)
28
+ return false;
29
+ return true;
30
+ }
31
+ export function GetSupportTicketListFromJSON(json) {
32
+ return GetSupportTicketListFromJSONTyped(json, false);
33
+ }
34
+ export function GetSupportTicketListFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'page': json['page'],
40
+ 'pageSize': json['pageSize'],
41
+ 'totalPages': json['totalPages'],
42
+ 'totalItems': json['totalItems'],
43
+ 'items': (json['items'].map(GetSupportTicketFromJSON)),
44
+ };
45
+ }
46
+ export function GetSupportTicketListToJSON(json) {
47
+ return GetSupportTicketListToJSONTyped(json, false);
48
+ }
49
+ export function GetSupportTicketListToJSONTyped(value, ignoreDiscriminator = false) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'page': value['page'],
55
+ 'pageSize': value['pageSize'],
56
+ 'totalPages': value['totalPages'],
57
+ 'totalItems': value['totalItems'],
58
+ 'items': (value['items'].map(GetSupportTicketToJSON)),
59
+ };
60
+ }
@@ -0,0 +1,71 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface PostSupportTicket
16
+ */
17
+ export interface PostSupportTicket {
18
+ /**
19
+ * Brief summary of the issue
20
+ * @type {string}
21
+ * @memberof PostSupportTicket
22
+ */
23
+ subject: string;
24
+ /**
25
+ * Detailed description of the issue
26
+ * @type {string}
27
+ * @memberof PostSupportTicket
28
+ */
29
+ description: string;
30
+ /**
31
+ * Ticket priority level
32
+ * @type {PostSupportTicketPriorityEnum}
33
+ * @memberof PostSupportTicket
34
+ */
35
+ priority: PostSupportTicketPriorityEnum;
36
+ /**
37
+ * Ticket category
38
+ * @type {PostSupportTicketCategoryEnum}
39
+ * @memberof PostSupportTicket
40
+ */
41
+ category: PostSupportTicketCategoryEnum;
42
+ }
43
+ /**
44
+ * @export
45
+ */
46
+ export declare const PostSupportTicketPriorityEnum: {
47
+ readonly Low: "Low";
48
+ readonly Medium: "Medium";
49
+ readonly High: "High";
50
+ readonly Critical: "Critical";
51
+ };
52
+ export type PostSupportTicketPriorityEnum = typeof PostSupportTicketPriorityEnum[keyof typeof PostSupportTicketPriorityEnum];
53
+ /**
54
+ * @export
55
+ */
56
+ export declare const PostSupportTicketCategoryEnum: {
57
+ readonly Bug: "Bug";
58
+ readonly FeatureRequest: "FeatureRequest";
59
+ readonly AccountIssue: "AccountIssue";
60
+ readonly ContentIssue: "ContentIssue";
61
+ readonly Other: "Other";
62
+ };
63
+ export type PostSupportTicketCategoryEnum = typeof PostSupportTicketCategoryEnum[keyof typeof PostSupportTicketCategoryEnum];
64
+ /**
65
+ * Check if a given object implements the PostSupportTicket interface.
66
+ */
67
+ export declare function instanceOfPostSupportTicket(value: object): value is PostSupportTicket;
68
+ export declare function PostSupportTicketFromJSON(json: any): PostSupportTicket;
69
+ export declare function PostSupportTicketFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostSupportTicket;
70
+ export declare function PostSupportTicketToJSON(json: any): PostSupportTicket;
71
+ export declare function PostSupportTicketToJSONTyped(value?: PostSupportTicket | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,74 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * LMS API
5
+ * LMS API
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * @export
16
+ */
17
+ export const PostSupportTicketPriorityEnum = {
18
+ Low: 'Low',
19
+ Medium: 'Medium',
20
+ High: 'High',
21
+ Critical: 'Critical'
22
+ };
23
+ /**
24
+ * @export
25
+ */
26
+ export const PostSupportTicketCategoryEnum = {
27
+ Bug: 'Bug',
28
+ FeatureRequest: 'FeatureRequest',
29
+ AccountIssue: 'AccountIssue',
30
+ ContentIssue: 'ContentIssue',
31
+ Other: 'Other'
32
+ };
33
+ /**
34
+ * Check if a given object implements the PostSupportTicket interface.
35
+ */
36
+ export function instanceOfPostSupportTicket(value) {
37
+ if (!('subject' in value) || value['subject'] === undefined)
38
+ return false;
39
+ if (!('description' in value) || value['description'] === undefined)
40
+ return false;
41
+ if (!('priority' in value) || value['priority'] === undefined)
42
+ return false;
43
+ if (!('category' in value) || value['category'] === undefined)
44
+ return false;
45
+ return true;
46
+ }
47
+ export function PostSupportTicketFromJSON(json) {
48
+ return PostSupportTicketFromJSONTyped(json, false);
49
+ }
50
+ export function PostSupportTicketFromJSONTyped(json, ignoreDiscriminator) {
51
+ if (json == null) {
52
+ return json;
53
+ }
54
+ return {
55
+ 'subject': json['subject'],
56
+ 'description': json['description'],
57
+ 'priority': json['priority'],
58
+ 'category': json['category'],
59
+ };
60
+ }
61
+ export function PostSupportTicketToJSON(json) {
62
+ return PostSupportTicketToJSONTyped(json, false);
63
+ }
64
+ export function PostSupportTicketToJSONTyped(value, ignoreDiscriminator = false) {
65
+ if (value == null) {
66
+ return value;
67
+ }
68
+ return {
69
+ 'subject': value['subject'],
70
+ 'description': value['description'],
71
+ 'priority': value['priority'],
72
+ 'category': value['category'],
73
+ };
74
+ }
@@ -0,0 +1,38 @@
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
+ /**
13
+ *
14
+ * @export
15
+ * @interface PostSupportTicketComment
16
+ */
17
+ export interface PostSupportTicketComment {
18
+ /**
19
+ * Comment text
20
+ * @type {string}
21
+ * @memberof PostSupportTicketComment
22
+ */
23
+ content: string;
24
+ /**
25
+ * Whether this comment is internal (not visible to reporter)
26
+ * @type {boolean}
27
+ * @memberof PostSupportTicketComment
28
+ */
29
+ isInternal?: boolean;
30
+ }
31
+ /**
32
+ * Check if a given object implements the PostSupportTicketComment interface.
33
+ */
34
+ export declare function instanceOfPostSupportTicketComment(value: object): value is PostSupportTicketComment;
35
+ export declare function PostSupportTicketCommentFromJSON(json: any): PostSupportTicketComment;
36
+ export declare function PostSupportTicketCommentFromJSONTyped(json: any, ignoreDiscriminator: boolean): PostSupportTicketComment;
37
+ export declare function PostSupportTicketCommentToJSON(json: any): PostSupportTicketComment;
38
+ export declare function PostSupportTicketCommentToJSONTyped(value?: PostSupportTicketComment | null, ignoreDiscriminator?: boolean): any;