@managespace/sdk 0.1.25 → 0.1.26
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/dist/extensibility/functions/project/billing.d.ts +6 -23
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/extensibility/functions/project/communication-method.d.ts +1 -1
- package/dist/extensibility/functions/project/communication-method.d.ts.map +1 -1
- package/dist/extensibility/functions/project/managespace.d.ts +6 -0
- package/dist/extensibility/functions/project/managespace.d.ts.map +1 -1
- package/dist/extensibility/functions/project/managespace.js +5 -0
- package/dist/extensibility/functions/project/topics.enum.d.ts +2 -1
- package/dist/extensibility/functions/project/topics.enum.d.ts.map +1 -1
- package/dist/extensibility/functions/project/topics.enum.js +1 -0
- package/dist/generated/apis/default-api.d.ts +45 -46
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +141 -128
- package/dist/generated/models/assets.d.ts +34 -0
- package/dist/generated/models/assets.d.ts.map +1 -0
- package/dist/generated/models/assets.js +52 -0
- package/dist/generated/models/base-pagination-query.d.ts +39 -0
- package/dist/generated/models/base-pagination-query.d.ts.map +1 -0
- package/dist/generated/models/base-pagination-query.js +51 -0
- package/dist/generated/models/complex-query.d.ts +48 -0
- package/dist/generated/models/complex-query.d.ts.map +1 -0
- package/dist/generated/models/complex-query.js +56 -0
- package/dist/generated/models/create-notes.d.ts +34 -0
- package/dist/generated/models/create-notes.d.ts.map +1 -0
- package/dist/generated/models/create-notes.js +52 -0
- package/dist/generated/models/filter-item-value.d.ts +27 -0
- package/dist/generated/models/filter-item-value.d.ts.map +1 -0
- package/dist/generated/models/filter-item-value.js +39 -0
- package/dist/generated/models/filter-item.d.ts +47 -0
- package/dist/generated/models/filter-item.d.ts.map +1 -0
- package/dist/generated/models/filter-item.js +61 -0
- package/dist/generated/models/filter-operator.d.ts +36 -0
- package/dist/generated/models/filter-operator.d.ts.map +1 -0
- package/dist/generated/models/filter-operator.js +61 -0
- package/dist/generated/models/get-customers-query.d.ts +48 -0
- package/dist/generated/models/get-customers-query.d.ts.map +1 -0
- package/dist/generated/models/get-customers-query.js +56 -0
- package/dist/generated/models/get-invoices-query.d.ts +60 -0
- package/dist/generated/models/get-invoices-query.d.ts.map +1 -0
- package/dist/generated/models/get-invoices-query.js +60 -0
- package/dist/generated/models/get-subscriptions-query.d.ts +66 -0
- package/dist/generated/models/get-subscriptions-query.d.ts.map +1 -0
- package/dist/generated/models/get-subscriptions-query.js +62 -0
- package/dist/generated/models/index.d.ts +13 -1
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +13 -1
- package/dist/generated/models/order-operator.d.ts +26 -0
- package/dist/generated/models/order-operator.d.ts.map +1 -0
- package/dist/generated/models/order-operator.js +51 -0
- package/dist/generated/models/plugin-filter-item.d.ts +41 -0
- package/dist/generated/models/plugin-filter-item.d.ts.map +1 -0
- package/dist/generated/models/plugin-filter-item.js +57 -0
- package/dist/generated/models/plugin-filter-operator.d.ts +27 -0
- package/dist/generated/models/plugin-filter-operator.d.ts.map +1 -0
- package/dist/generated/models/plugin-filter-operator.js +52 -0
- package/dist/generated/models/sort-order.d.ts +40 -0
- package/dist/generated/models/sort-order.d.ts.map +1 -0
- package/dist/generated/models/sort-order.js +52 -0
- package/dist/generated/models/update-customer200-response.d.ts +41 -0
- package/dist/generated/models/update-customer200-response.d.ts.map +1 -0
- package/dist/generated/models/update-customer200-response.js +55 -0
- package/package.json +1 -1
- package/src/extensibility/functions/project/billing.ts +8 -18
- package/src/extensibility/functions/project/communication-method.ts +1 -1
- package/src/extensibility/functions/project/managespace.ts +5 -0
- package/src/extensibility/functions/project/topics.enum.ts +1 -0
- package/src/generated/.openapi-generator/FILES +13 -1
- package/src/generated/apis/default-api.ts +232 -222
- package/src/generated/models/assets.ts +74 -0
- package/src/generated/models/base-pagination-query.ts +73 -0
- package/src/generated/models/complex-query.ts +103 -0
- package/src/generated/models/create-notes.ts +74 -0
- package/src/generated/models/filter-item-value.ts +46 -0
- package/src/generated/models/filter-item.ts +101 -0
- package/src/generated/models/filter-operator.ts +63 -0
- package/src/generated/models/get-customers-query.ts +103 -0
- package/src/generated/models/get-invoices-query.ts +119 -0
- package/src/generated/models/get-subscriptions-query.ts +127 -0
- package/src/generated/models/index.ts +13 -1
- package/src/generated/models/order-operator.ts +53 -0
- package/src/generated/models/plugin-filter-item.ts +92 -0
- package/src/generated/models/plugin-filter-operator.ts +54 -0
- package/src/generated/models/sort-order.ts +83 -0
- package/src/generated/models/update-customer200-response.ts +89 -0
- package/dist/generated/models/change-active-site.d.ts +0 -33
- package/dist/generated/models/change-active-site.d.ts.map +0 -1
- package/dist/generated/models/change-active-site.js +0 -51
- package/dist/generated/models/create-checklist.d.ts +0 -76
- package/dist/generated/models/create-checklist.d.ts.map +0 -1
- package/dist/generated/models/create-checklist.js +0 -72
- package/dist/generated/models/create-task-template.d.ts +0 -45
- package/dist/generated/models/create-task-template.d.ts.map +0 -1
- package/dist/generated/models/create-task-template.js +0 -57
- package/dist/generated/models/create-task.d.ts +0 -76
- package/dist/generated/models/create-task.d.ts.map +0 -1
- package/dist/generated/models/create-task.js +0 -72
- package/dist/generated/models/custom-update-task-template.d.ts +0 -51
- package/dist/generated/models/custom-update-task-template.d.ts.map +0 -1
- package/dist/generated/models/custom-update-task-template.js +0 -63
- package/dist/generated/models/document-signed.d.ts +0 -69
- package/dist/generated/models/document-signed.d.ts.map +0 -1
- package/dist/generated/models/document-signed.js +0 -65
- package/dist/generated/models/get-payments1200-response.d.ts +0 -41
- package/dist/generated/models/get-payments1200-response.d.ts.map +0 -1
- package/dist/generated/models/get-payments1200-response.js +0 -55
- package/dist/generated/models/get-task-templates200-response.d.ts +0 -41
- package/dist/generated/models/get-task-templates200-response.d.ts.map +0 -1
- package/dist/generated/models/get-task-templates200-response.js +0 -55
- package/dist/generated/models/get-tasks200-response.d.ts +0 -41
- package/dist/generated/models/get-tasks200-response.d.ts.map +0 -1
- package/dist/generated/models/get-tasks200-response.js +0 -55
- package/dist/generated/models/task-template.d.ts +0 -98
- package/dist/generated/models/task-template.d.ts.map +0 -1
- package/dist/generated/models/task-template.js +0 -86
- package/dist/generated/models/task.d.ts +0 -160
- package/dist/generated/models/task.d.ts.map +0 -1
- package/dist/generated/models/task.js +0 -122
- package/dist/generated/models/update-checklist-task-template.d.ts +0 -33
- package/dist/generated/models/update-checklist-task-template.d.ts.map +0 -1
- package/dist/generated/models/update-checklist-task-template.js +0 -51
- package/src/generated/models/change-active-site.ts +0 -66
- package/src/generated/models/create-checklist.ts +0 -135
- package/src/generated/models/create-task-template.ts +0 -83
- package/src/generated/models/create-task.ts +0 -135
- package/src/generated/models/custom-update-task-template.ts +0 -93
- package/src/generated/models/document-signed.ts +0 -115
- package/src/generated/models/get-payments1200-response.ts +0 -89
- package/src/generated/models/get-task-templates200-response.ts +0 -89
- package/src/generated/models/get-tasks200-response.ts +0 -89
- package/src/generated/models/task-template.ts +0 -187
- package/src/generated/models/task.ts +0 -290
- package/src/generated/models/update-checklist-task-template.ts +0 -66
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ManageSpace API
|
|
3
|
-
* ManageSpace API Documentation
|
|
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 { Site } from './site';
|
|
13
|
-
import type { TaskTemplate } from './task-template';
|
|
14
|
-
import type { User } from './user';
|
|
15
|
-
import type { ExtensibilityFunctionInstance } from './extensibility-function-instance';
|
|
16
|
-
import type { Org } from './org';
|
|
17
|
-
import type { Checklist } from './checklist';
|
|
18
|
-
import type { TaskCompletionStatus } from './task-completion-status';
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
* @interface Task
|
|
23
|
-
*/
|
|
24
|
-
export interface Task {
|
|
25
|
-
/**
|
|
26
|
-
* Task ID
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof Task
|
|
29
|
-
*/
|
|
30
|
-
id: string;
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
33
|
-
* @type {Org}
|
|
34
|
-
* @memberof Task
|
|
35
|
-
*/
|
|
36
|
-
org?: Org;
|
|
37
|
-
/**
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof Task
|
|
41
|
-
*/
|
|
42
|
-
orgId: string;
|
|
43
|
-
/**
|
|
44
|
-
*
|
|
45
|
-
* @type {Site}
|
|
46
|
-
* @memberof Task
|
|
47
|
-
*/
|
|
48
|
-
site?: Site;
|
|
49
|
-
/**
|
|
50
|
-
*
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof Task
|
|
53
|
-
*/
|
|
54
|
-
siteId: string;
|
|
55
|
-
/**
|
|
56
|
-
* Who created the note
|
|
57
|
-
* @type {User}
|
|
58
|
-
* @memberof Task
|
|
59
|
-
*/
|
|
60
|
-
createdBy?: User;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @type {string}
|
|
64
|
-
* @memberof Task
|
|
65
|
-
*/
|
|
66
|
-
createdById: string;
|
|
67
|
-
/**
|
|
68
|
-
*
|
|
69
|
-
* @type {ExtensibilityFunctionInstance}
|
|
70
|
-
* @memberof Task
|
|
71
|
-
*/
|
|
72
|
-
createdByExtensibilityFunctionInstance?: ExtensibilityFunctionInstance | null;
|
|
73
|
-
/**
|
|
74
|
-
*
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof Task
|
|
77
|
-
*/
|
|
78
|
-
createdByExtensibilityFunctionInstanceId: string | null;
|
|
79
|
-
/**
|
|
80
|
-
*
|
|
81
|
-
* @type {User}
|
|
82
|
-
* @memberof Task
|
|
83
|
-
*/
|
|
84
|
-
assignedToUser?: User;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @type {string}
|
|
88
|
-
* @memberof Task
|
|
89
|
-
*/
|
|
90
|
-
assignedToUserId: string;
|
|
91
|
-
/**
|
|
92
|
-
* Name of Task
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof Task
|
|
95
|
-
*/
|
|
96
|
-
name: string;
|
|
97
|
-
/**
|
|
98
|
-
* Any relevant information for the task
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof Task
|
|
101
|
-
*/
|
|
102
|
-
description: string | null;
|
|
103
|
-
/**
|
|
104
|
-
* When the notification should be shown
|
|
105
|
-
* @type {Date}
|
|
106
|
-
* @memberof Task
|
|
107
|
-
*/
|
|
108
|
-
dueBy: Date;
|
|
109
|
-
/**
|
|
110
|
-
*
|
|
111
|
-
* @type {TaskCompletionStatus}
|
|
112
|
-
* @memberof Task
|
|
113
|
-
*/
|
|
114
|
-
status: TaskCompletionStatus;
|
|
115
|
-
/**
|
|
116
|
-
*
|
|
117
|
-
* @type {Checklist}
|
|
118
|
-
* @memberof Task
|
|
119
|
-
*/
|
|
120
|
-
checklist?: Checklist | null;
|
|
121
|
-
/**
|
|
122
|
-
*
|
|
123
|
-
* @type {string}
|
|
124
|
-
* @memberof Task
|
|
125
|
-
*/
|
|
126
|
-
checklistId: string | null;
|
|
127
|
-
/**
|
|
128
|
-
*
|
|
129
|
-
* @type {TaskTemplate}
|
|
130
|
-
* @memberof Task
|
|
131
|
-
*/
|
|
132
|
-
taskTemplate?: TaskTemplate | null;
|
|
133
|
-
/**
|
|
134
|
-
*
|
|
135
|
-
* @type {string}
|
|
136
|
-
* @memberof Task
|
|
137
|
-
*/
|
|
138
|
-
taskTemplateId: string | null;
|
|
139
|
-
/**
|
|
140
|
-
*
|
|
141
|
-
* @type {User}
|
|
142
|
-
* @memberof Task
|
|
143
|
-
*/
|
|
144
|
-
user?: User | null;
|
|
145
|
-
/**
|
|
146
|
-
*
|
|
147
|
-
* @type {string}
|
|
148
|
-
* @memberof Task
|
|
149
|
-
*/
|
|
150
|
-
userId: string | null;
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* Check if a given object implements the Task interface.
|
|
154
|
-
*/
|
|
155
|
-
export declare function instanceOfTask(value: object): value is Task;
|
|
156
|
-
export declare function TaskFromJSON(json: any): Task;
|
|
157
|
-
export declare function TaskFromJSONTyped(json: any, ignoreDiscriminator: boolean): Task;
|
|
158
|
-
export declare function TaskToJSON(json: any): Task;
|
|
159
|
-
export declare function TaskToJSONTyped(value?: Task | null, ignoreDiscriminator?: boolean): any;
|
|
160
|
-
//# sourceMappingURL=task.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task.d.ts","sourceRoot":"","sources":["../../../src/generated/models/task.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAOvF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAOjC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAO7C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACjB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;IACV;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,sCAAsC,CAAC,EAAE,6BAA6B,GAAG,IAAI,CAAC;IAC9E;;;;OAIG;IACH,wCAAwC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxD;;;;OAIG;IACH,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,KAAK,EAAE,IAAI,CAAC;IACZ;;;;OAIG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB;;;;OAIG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAID;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,IAAI,CAe3D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE5C;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,IAAI,CA4B/E;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAE1C;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,IAAI,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CA6B9F"}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* ManageSpace API
|
|
6
|
-
* ManageSpace API Documentation
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.TaskToJSONTyped = exports.TaskToJSON = exports.TaskFromJSONTyped = exports.TaskFromJSON = exports.instanceOfTask = void 0;
|
|
17
|
-
const site_1 = require("./site");
|
|
18
|
-
const task_template_1 = require("./task-template");
|
|
19
|
-
const user_1 = require("./user");
|
|
20
|
-
const extensibility_function_instance_1 = require("./extensibility-function-instance");
|
|
21
|
-
const org_1 = require("./org");
|
|
22
|
-
const checklist_1 = require("./checklist");
|
|
23
|
-
const task_completion_status_1 = require("./task-completion-status");
|
|
24
|
-
/**
|
|
25
|
-
* Check if a given object implements the Task interface.
|
|
26
|
-
*/
|
|
27
|
-
function instanceOfTask(value) {
|
|
28
|
-
if (!('id' in value) || value['id'] === undefined)
|
|
29
|
-
return false;
|
|
30
|
-
if (!('orgId' in value) || value['orgId'] === undefined)
|
|
31
|
-
return false;
|
|
32
|
-
if (!('siteId' in value) || value['siteId'] === undefined)
|
|
33
|
-
return false;
|
|
34
|
-
if (!('createdById' in value) || value['createdById'] === undefined)
|
|
35
|
-
return false;
|
|
36
|
-
if (!('createdByExtensibilityFunctionInstanceId' in value) || value['createdByExtensibilityFunctionInstanceId'] === undefined)
|
|
37
|
-
return false;
|
|
38
|
-
if (!('assignedToUserId' in value) || value['assignedToUserId'] === undefined)
|
|
39
|
-
return false;
|
|
40
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
41
|
-
return false;
|
|
42
|
-
if (!('description' in value) || value['description'] === undefined)
|
|
43
|
-
return false;
|
|
44
|
-
if (!('dueBy' in value) || value['dueBy'] === undefined)
|
|
45
|
-
return false;
|
|
46
|
-
if (!('status' in value) || value['status'] === undefined)
|
|
47
|
-
return false;
|
|
48
|
-
if (!('checklistId' in value) || value['checklistId'] === undefined)
|
|
49
|
-
return false;
|
|
50
|
-
if (!('taskTemplateId' in value) || value['taskTemplateId'] === undefined)
|
|
51
|
-
return false;
|
|
52
|
-
if (!('userId' in value) || value['userId'] === undefined)
|
|
53
|
-
return false;
|
|
54
|
-
return true;
|
|
55
|
-
}
|
|
56
|
-
exports.instanceOfTask = instanceOfTask;
|
|
57
|
-
function TaskFromJSON(json) {
|
|
58
|
-
return TaskFromJSONTyped(json, false);
|
|
59
|
-
}
|
|
60
|
-
exports.TaskFromJSON = TaskFromJSON;
|
|
61
|
-
function TaskFromJSONTyped(json, ignoreDiscriminator) {
|
|
62
|
-
if (json == null) {
|
|
63
|
-
return json;
|
|
64
|
-
}
|
|
65
|
-
return {
|
|
66
|
-
'id': json['id'],
|
|
67
|
-
'org': json['org'] == null ? undefined : (0, org_1.OrgFromJSON)(json['org']),
|
|
68
|
-
'orgId': json['orgId'],
|
|
69
|
-
'site': json['site'] == null ? undefined : (0, site_1.SiteFromJSON)(json['site']),
|
|
70
|
-
'siteId': json['siteId'],
|
|
71
|
-
'createdBy': json['createdBy'] == null ? undefined : (0, user_1.UserFromJSON)(json['createdBy']),
|
|
72
|
-
'createdById': json['createdById'],
|
|
73
|
-
'createdByExtensibilityFunctionInstance': json['createdByExtensibilityFunctionInstance'] == null ? undefined : (0, extensibility_function_instance_1.ExtensibilityFunctionInstanceFromJSON)(json['createdByExtensibilityFunctionInstance']),
|
|
74
|
-
'createdByExtensibilityFunctionInstanceId': json['createdByExtensibilityFunctionInstanceId'],
|
|
75
|
-
'assignedToUser': json['assignedToUser'] == null ? undefined : (0, user_1.UserFromJSON)(json['assignedToUser']),
|
|
76
|
-
'assignedToUserId': json['assignedToUserId'],
|
|
77
|
-
'name': json['name'],
|
|
78
|
-
'description': json['description'],
|
|
79
|
-
'dueBy': (new Date(json['dueBy'])),
|
|
80
|
-
'status': (0, task_completion_status_1.TaskCompletionStatusFromJSON)(json['status']),
|
|
81
|
-
'checklist': json['checklist'] == null ? undefined : (0, checklist_1.ChecklistFromJSON)(json['checklist']),
|
|
82
|
-
'checklistId': json['checklistId'],
|
|
83
|
-
'taskTemplate': json['taskTemplate'] == null ? undefined : (0, task_template_1.TaskTemplateFromJSON)(json['taskTemplate']),
|
|
84
|
-
'taskTemplateId': json['taskTemplateId'],
|
|
85
|
-
'user': json['User'] == null ? undefined : (0, user_1.UserFromJSON)(json['User']),
|
|
86
|
-
'userId': json['userId'],
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
exports.TaskFromJSONTyped = TaskFromJSONTyped;
|
|
90
|
-
function TaskToJSON(json) {
|
|
91
|
-
return TaskToJSONTyped(json, false);
|
|
92
|
-
}
|
|
93
|
-
exports.TaskToJSON = TaskToJSON;
|
|
94
|
-
function TaskToJSONTyped(value, ignoreDiscriminator = false) {
|
|
95
|
-
if (value == null) {
|
|
96
|
-
return value;
|
|
97
|
-
}
|
|
98
|
-
return {
|
|
99
|
-
'id': value['id'],
|
|
100
|
-
'org': (0, org_1.OrgToJSON)(value['org']),
|
|
101
|
-
'orgId': value['orgId'],
|
|
102
|
-
'site': (0, site_1.SiteToJSON)(value['site']),
|
|
103
|
-
'siteId': value['siteId'],
|
|
104
|
-
'createdBy': (0, user_1.UserToJSON)(value['createdBy']),
|
|
105
|
-
'createdById': value['createdById'],
|
|
106
|
-
'createdByExtensibilityFunctionInstance': (0, extensibility_function_instance_1.ExtensibilityFunctionInstanceToJSON)(value['createdByExtensibilityFunctionInstance']),
|
|
107
|
-
'createdByExtensibilityFunctionInstanceId': value['createdByExtensibilityFunctionInstanceId'],
|
|
108
|
-
'assignedToUser': (0, user_1.UserToJSON)(value['assignedToUser']),
|
|
109
|
-
'assignedToUserId': value['assignedToUserId'],
|
|
110
|
-
'name': value['name'],
|
|
111
|
-
'description': value['description'],
|
|
112
|
-
'dueBy': ((value['dueBy']).toISOString()),
|
|
113
|
-
'status': (0, task_completion_status_1.TaskCompletionStatusToJSON)(value['status']),
|
|
114
|
-
'checklist': (0, checklist_1.ChecklistToJSON)(value['checklist']),
|
|
115
|
-
'checklistId': value['checklistId'],
|
|
116
|
-
'taskTemplate': (0, task_template_1.TaskTemplateToJSON)(value['taskTemplate']),
|
|
117
|
-
'taskTemplateId': value['taskTemplateId'],
|
|
118
|
-
'User': (0, user_1.UserToJSON)(value['user']),
|
|
119
|
-
'userId': value['userId'],
|
|
120
|
-
};
|
|
121
|
-
}
|
|
122
|
-
exports.TaskToJSONTyped = TaskToJSONTyped;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ManageSpace API
|
|
3
|
-
* ManageSpace API Documentation
|
|
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 UpdateChecklistTaskTemplate
|
|
16
|
-
*/
|
|
17
|
-
export interface UpdateChecklistTaskTemplate {
|
|
18
|
-
/**
|
|
19
|
-
* List of task templates to add to checklist
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof UpdateChecklistTaskTemplate
|
|
22
|
-
*/
|
|
23
|
-
templateId: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the UpdateChecklistTaskTemplate interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfUpdateChecklistTaskTemplate(value: object): value is UpdateChecklistTaskTemplate;
|
|
29
|
-
export declare function UpdateChecklistTaskTemplateFromJSON(json: any): UpdateChecklistTaskTemplate;
|
|
30
|
-
export declare function UpdateChecklistTaskTemplateFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateChecklistTaskTemplate;
|
|
31
|
-
export declare function UpdateChecklistTaskTemplateToJSON(json: any): UpdateChecklistTaskTemplate;
|
|
32
|
-
export declare function UpdateChecklistTaskTemplateToJSONTyped(value?: UpdateChecklistTaskTemplate | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
-
//# sourceMappingURL=update-checklist-task-template.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-checklist-task-template.d.ts","sourceRoot":"","sources":["../../../src/generated/models/update-checklist-task-template.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAGzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAQ7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5I"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* ManageSpace API
|
|
6
|
-
* ManageSpace API Documentation
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.UpdateChecklistTaskTemplateToJSONTyped = exports.UpdateChecklistTaskTemplateToJSON = exports.UpdateChecklistTaskTemplateFromJSONTyped = exports.UpdateChecklistTaskTemplateFromJSON = exports.instanceOfUpdateChecklistTaskTemplate = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the UpdateChecklistTaskTemplate interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfUpdateChecklistTaskTemplate(value) {
|
|
21
|
-
if (!('templateId' in value) || value['templateId'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfUpdateChecklistTaskTemplate = instanceOfUpdateChecklistTaskTemplate;
|
|
26
|
-
function UpdateChecklistTaskTemplateFromJSON(json) {
|
|
27
|
-
return UpdateChecklistTaskTemplateFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
exports.UpdateChecklistTaskTemplateFromJSON = UpdateChecklistTaskTemplateFromJSON;
|
|
30
|
-
function UpdateChecklistTaskTemplateFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'templateId': json['templateId'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
exports.UpdateChecklistTaskTemplateFromJSONTyped = UpdateChecklistTaskTemplateFromJSONTyped;
|
|
39
|
-
function UpdateChecklistTaskTemplateToJSON(json) {
|
|
40
|
-
return UpdateChecklistTaskTemplateToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
exports.UpdateChecklistTaskTemplateToJSON = UpdateChecklistTaskTemplateToJSON;
|
|
43
|
-
function UpdateChecklistTaskTemplateToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'templateId': value['templateId'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
exports.UpdateChecklistTaskTemplateToJSONTyped = UpdateChecklistTaskTemplateToJSONTyped;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* ManageSpace API
|
|
5
|
-
* ManageSpace API Documentation
|
|
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
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface ChangeActiveSite
|
|
20
|
-
*/
|
|
21
|
-
export interface ChangeActiveSite {
|
|
22
|
-
/**
|
|
23
|
-
* The ID of the site the user is currently active on.
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof ChangeActiveSite
|
|
26
|
-
*/
|
|
27
|
-
activeSiteId: string;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* Check if a given object implements the ChangeActiveSite interface.
|
|
32
|
-
*/
|
|
33
|
-
export function instanceOfChangeActiveSite(value: object): value is ChangeActiveSite {
|
|
34
|
-
if (!('activeSiteId' in value) || value['activeSiteId'] === undefined) return false;
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function ChangeActiveSiteFromJSON(json: any): ChangeActiveSite {
|
|
39
|
-
return ChangeActiveSiteFromJSONTyped(json, false);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function ChangeActiveSiteFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChangeActiveSite {
|
|
43
|
-
if (json == null) {
|
|
44
|
-
return json;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
|
|
48
|
-
'activeSiteId': json['activeSiteId'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export function ChangeActiveSiteToJSON(json: any): ChangeActiveSite {
|
|
53
|
-
return ChangeActiveSiteToJSONTyped(json, false);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
export function ChangeActiveSiteToJSONTyped(value?: ChangeActiveSite | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
-
if (value == null) {
|
|
58
|
-
return value;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
return {
|
|
62
|
-
|
|
63
|
-
'activeSiteId': value['activeSiteId'],
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* ManageSpace API
|
|
5
|
-
* ManageSpace API Documentation
|
|
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
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
import type { ChecklistRecurrenceFrequency } from './checklist-recurrence-frequency';
|
|
17
|
-
import {
|
|
18
|
-
ChecklistRecurrenceFrequencyFromJSON,
|
|
19
|
-
ChecklistRecurrenceFrequencyFromJSONTyped,
|
|
20
|
-
ChecklistRecurrenceFrequencyToJSON,
|
|
21
|
-
ChecklistRecurrenceFrequencyToJSONTyped,
|
|
22
|
-
} from './checklist-recurrence-frequency';
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @export
|
|
27
|
-
* @interface CreateChecklist
|
|
28
|
-
*/
|
|
29
|
-
export interface CreateChecklist {
|
|
30
|
-
/**
|
|
31
|
-
* Name of checklist
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateChecklist
|
|
34
|
-
*/
|
|
35
|
-
name: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {ChecklistRecurrenceFrequency}
|
|
39
|
-
* @memberof CreateChecklist
|
|
40
|
-
*/
|
|
41
|
-
recurrence: ChecklistRecurrenceFrequency;
|
|
42
|
-
/**
|
|
43
|
-
* Interval of frequency (1st of the month)
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof CreateChecklist
|
|
46
|
-
*/
|
|
47
|
-
interval: number;
|
|
48
|
-
/**
|
|
49
|
-
* Which day to repeat checklist
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof CreateChecklist
|
|
52
|
-
*/
|
|
53
|
-
byDay?: string | null;
|
|
54
|
-
/**
|
|
55
|
-
* Which month to repeat checklsit
|
|
56
|
-
* @type {number}
|
|
57
|
-
* @memberof CreateChecklist
|
|
58
|
-
*/
|
|
59
|
-
byMonth?: number | null;
|
|
60
|
-
/**
|
|
61
|
-
* Which day of the month to repeat checklist
|
|
62
|
-
* @type {number}
|
|
63
|
-
* @memberof CreateChecklist
|
|
64
|
-
*/
|
|
65
|
-
byMonthDay?: number | null;
|
|
66
|
-
/**
|
|
67
|
-
* What day the checklist started
|
|
68
|
-
* @type {Date}
|
|
69
|
-
* @memberof CreateChecklist
|
|
70
|
-
*/
|
|
71
|
-
startDate: Date;
|
|
72
|
-
/**
|
|
73
|
-
* When to repeat the checklist
|
|
74
|
-
* @type {Date}
|
|
75
|
-
* @memberof CreateChecklist
|
|
76
|
-
*/
|
|
77
|
-
executeBy?: Date | null;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* Check if a given object implements the CreateChecklist interface.
|
|
84
|
-
*/
|
|
85
|
-
export function instanceOfCreateChecklist(value: object): value is CreateChecklist {
|
|
86
|
-
if (!('name' in value) || value['name'] === undefined) return false;
|
|
87
|
-
if (!('recurrence' in value) || value['recurrence'] === undefined) return false;
|
|
88
|
-
if (!('interval' in value) || value['interval'] === undefined) return false;
|
|
89
|
-
if (!('startDate' in value) || value['startDate'] === undefined) return false;
|
|
90
|
-
return true;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export function CreateChecklistFromJSON(json: any): CreateChecklist {
|
|
94
|
-
return CreateChecklistFromJSONTyped(json, false);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export function CreateChecklistFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateChecklist {
|
|
98
|
-
if (json == null) {
|
|
99
|
-
return json;
|
|
100
|
-
}
|
|
101
|
-
return {
|
|
102
|
-
|
|
103
|
-
'name': json['name'],
|
|
104
|
-
'recurrence': ChecklistRecurrenceFrequencyFromJSON(json['recurrence']),
|
|
105
|
-
'interval': json['interval'],
|
|
106
|
-
'byDay': json['byDay'] == null ? undefined : json['byDay'],
|
|
107
|
-
'byMonth': json['byMonth'] == null ? undefined : json['byMonth'],
|
|
108
|
-
'byMonthDay': json['byMonthDay'] == null ? undefined : json['byMonthDay'],
|
|
109
|
-
'startDate': (new Date(json['startDate'])),
|
|
110
|
-
'executeBy': json['executeBy'] == null ? undefined : (new Date(json['executeBy'])),
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export function CreateChecklistToJSON(json: any): CreateChecklist {
|
|
115
|
-
return CreateChecklistToJSONTyped(json, false);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export function CreateChecklistToJSONTyped(value?: CreateChecklist | null, ignoreDiscriminator: boolean = false): any {
|
|
119
|
-
if (value == null) {
|
|
120
|
-
return value;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
return {
|
|
124
|
-
|
|
125
|
-
'name': value['name'],
|
|
126
|
-
'recurrence': ChecklistRecurrenceFrequencyToJSON(value['recurrence']),
|
|
127
|
-
'interval': value['interval'],
|
|
128
|
-
'byDay': value['byDay'],
|
|
129
|
-
'byMonth': value['byMonth'],
|
|
130
|
-
'byMonthDay': value['byMonthDay'],
|
|
131
|
-
'startDate': ((value['startDate']).toISOString()),
|
|
132
|
-
'executeBy': value['executeBy'] == null ? undefined : ((value['executeBy'] as any).toISOString()),
|
|
133
|
-
};
|
|
134
|
-
}
|
|
135
|
-
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* ManageSpace API
|
|
5
|
-
* ManageSpace API Documentation
|
|
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
|
-
import { mapValues } from '../runtime';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
* @export
|
|
19
|
-
* @interface CreateTaskTemplate
|
|
20
|
-
*/
|
|
21
|
-
export interface CreateTaskTemplate {
|
|
22
|
-
/**
|
|
23
|
-
* Name of task template
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof CreateTaskTemplate
|
|
26
|
-
*/
|
|
27
|
-
name: string;
|
|
28
|
-
/**
|
|
29
|
-
*
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof CreateTaskTemplate
|
|
32
|
-
*/
|
|
33
|
-
assignedToUserId?: string | null;
|
|
34
|
-
/**
|
|
35
|
-
* List of tasks
|
|
36
|
-
* @type {object}
|
|
37
|
-
* @memberof CreateTaskTemplate
|
|
38
|
-
*/
|
|
39
|
-
taskList: object;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Check if a given object implements the CreateTaskTemplate interface.
|
|
44
|
-
*/
|
|
45
|
-
export function instanceOfCreateTaskTemplate(value: object): value is CreateTaskTemplate {
|
|
46
|
-
if (!('name' in value) || value['name'] === undefined) return false;
|
|
47
|
-
if (!('taskList' in value) || value['taskList'] === undefined) return false;
|
|
48
|
-
return true;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export function CreateTaskTemplateFromJSON(json: any): CreateTaskTemplate {
|
|
52
|
-
return CreateTaskTemplateFromJSONTyped(json, false);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export function CreateTaskTemplateFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateTaskTemplate {
|
|
56
|
-
if (json == null) {
|
|
57
|
-
return json;
|
|
58
|
-
}
|
|
59
|
-
return {
|
|
60
|
-
|
|
61
|
-
'name': json['name'],
|
|
62
|
-
'assignedToUserId': json['assignedToUserId'] == null ? undefined : json['assignedToUserId'],
|
|
63
|
-
'taskList': json['taskList'],
|
|
64
|
-
};
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export function CreateTaskTemplateToJSON(json: any): CreateTaskTemplate {
|
|
68
|
-
return CreateTaskTemplateToJSONTyped(json, false);
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export function CreateTaskTemplateToJSONTyped(value?: CreateTaskTemplate | null, ignoreDiscriminator: boolean = false): any {
|
|
72
|
-
if (value == null) {
|
|
73
|
-
return value;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return {
|
|
77
|
-
|
|
78
|
-
'name': value['name'],
|
|
79
|
-
'assignedToUserId': value['assignedToUserId'],
|
|
80
|
-
'taskList': value['taskList'],
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
|