@longvansoftware/storefront-js-client 1.9.8 → 2.0.1

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.
@@ -2,808 +2,808 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CLOSE_TOPIC = exports.REMOVE_TAG = exports.UPDATE_CONNECTOR_DESCRIPTION = exports.ADD_TAG = exports.CREATE_CONNECTOR = exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = exports.CREATE_WORK_EFFORT = exports.ADD_COMMENT = exports.ADD_TICKED = exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = exports.UPDATE_WORK_EFFORT_STATUS = exports.UPDATE_WORK_EFFORT_NAME = exports.UPDATE_WORK_EFFORT_DESCRIPTION = exports.UPDATE_STATUS_ATTACHMENT_BY_ID = exports.ADD_OPPORTUNITY_MUTATION = void 0;
4
4
  const graphql_tag_1 = require("graphql-tag");
5
- exports.ADD_OPPORTUNITY_MUTATION = (0, graphql_tag_1.gql) `
6
- mutation AddOpportunity(
7
- $partyId: String!
8
- $addOpportunityRequest: AddOpportunityRequest
9
- $performerId: String!
10
- ) {
11
- addOpportunity(
12
- partyId: $partyId
13
- addOpportunityRequest: $addOpportunityRequest
14
- performerId: $performerId
15
- ) {
16
- goal
17
- campaignId
18
- valueReal
19
- valueExpect
20
- successRate
21
- referName
22
- referPhone
23
- referEmail
24
- id
25
- createdBy
26
- ownerId
27
- workEffortTypeId
28
- partyId
29
- name
30
- description
31
- parentId
32
- status
33
- stmId
34
- createdStamp
35
- updatedStamp
36
- endDateExpect
37
- priorityName
38
- targetId
39
- targetType
40
- targetUrl
41
- extSource
42
- connectorId
43
- processResult
44
- }
45
- }
5
+ exports.ADD_OPPORTUNITY_MUTATION = (0, graphql_tag_1.gql) `
6
+ mutation AddOpportunity(
7
+ $partyId: String!
8
+ $addOpportunityRequest: AddOpportunityRequest
9
+ $performerId: String!
10
+ ) {
11
+ addOpportunity(
12
+ partyId: $partyId
13
+ addOpportunityRequest: $addOpportunityRequest
14
+ performerId: $performerId
15
+ ) {
16
+ goal
17
+ campaignId
18
+ valueReal
19
+ valueExpect
20
+ successRate
21
+ referName
22
+ referPhone
23
+ referEmail
24
+ id
25
+ createdBy
26
+ ownerId
27
+ workEffortTypeId
28
+ partyId
29
+ name
30
+ description
31
+ parentId
32
+ status
33
+ stmId
34
+ createdStamp
35
+ updatedStamp
36
+ endDateExpect
37
+ priorityName
38
+ targetId
39
+ targetType
40
+ targetUrl
41
+ extSource
42
+ connectorId
43
+ processResult
44
+ }
45
+ }
46
46
  `;
47
- exports.UPDATE_STATUS_ATTACHMENT_BY_ID = (0, graphql_tag_1.gql) `
48
- mutation UpdateStatusAttachmentById(
49
- $performerId: String!
50
- $attachmentId: String!
51
- $status: AttachmentStatus!
52
- ) {
53
- updateStatusAttachmentById(
54
- performerId: $performerId
55
- attachmentId: $attachmentId
56
- status: $status
57
- ) {
58
- id
59
- createdStamp
60
- updatedStamp
61
- updatedBy
62
- createdBy
63
- partyId
64
- path
65
- srcId
66
- srcName
67
- srcPath
68
- srcConfigPathId
69
- name
70
- fileType
71
- type
72
- status
73
- referId
74
- }
75
- }
47
+ exports.UPDATE_STATUS_ATTACHMENT_BY_ID = (0, graphql_tag_1.gql) `
48
+ mutation UpdateStatusAttachmentById(
49
+ $performerId: String!
50
+ $attachmentId: String!
51
+ $status: AttachmentStatus!
52
+ ) {
53
+ updateStatusAttachmentById(
54
+ performerId: $performerId
55
+ attachmentId: $attachmentId
56
+ status: $status
57
+ ) {
58
+ id
59
+ createdStamp
60
+ updatedStamp
61
+ updatedBy
62
+ createdBy
63
+ partyId
64
+ path
65
+ srcId
66
+ srcName
67
+ srcPath
68
+ srcConfigPathId
69
+ name
70
+ fileType
71
+ type
72
+ status
73
+ referId
74
+ }
75
+ }
76
76
  `;
77
- exports.UPDATE_WORK_EFFORT_DESCRIPTION = (0, graphql_tag_1.gql) `
78
- mutation UpdateWorkEffortDescription(
79
- $performerId: String!
80
- $workEffortId: String!
81
- $description: String!
82
- ) {
83
- updateWorkEffortDescription(
84
- performerId: $performerId
85
- workEffortId: $workEffortId
86
- description: $description
87
- ) {
88
- id
89
- createdStamp
90
- updatedStamp
91
- createdBy
92
- updatedBy
93
- name
94
- partyId
95
- targetId
96
- targetType
97
- targetUrl
98
- description
99
- status
100
- parentId
101
- workEffortTypeId
102
- stmId
103
- workflowId
104
- endDateExpect
105
- endDateActual
106
- startDateActual
107
- startDateExpect
108
- source
109
- owner {
110
- id
111
- fullName
112
- name
113
- type
114
- phone
115
- email
116
- }
117
- priorityName
118
- priorityValue
119
- connectorId
120
- mode
121
- partyGroupIds
122
- tagIds
123
- processResult
124
- }
125
- }
77
+ exports.UPDATE_WORK_EFFORT_DESCRIPTION = (0, graphql_tag_1.gql) `
78
+ mutation UpdateWorkEffortDescription(
79
+ $performerId: String!
80
+ $workEffortId: String!
81
+ $description: String!
82
+ ) {
83
+ updateWorkEffortDescription(
84
+ performerId: $performerId
85
+ workEffortId: $workEffortId
86
+ description: $description
87
+ ) {
88
+ id
89
+ createdStamp
90
+ updatedStamp
91
+ createdBy
92
+ updatedBy
93
+ name
94
+ partyId
95
+ targetId
96
+ targetType
97
+ targetUrl
98
+ description
99
+ status
100
+ parentId
101
+ workEffortTypeId
102
+ stmId
103
+ workflowId
104
+ endDateExpect
105
+ endDateActual
106
+ startDateActual
107
+ startDateExpect
108
+ source
109
+ owner {
110
+ id
111
+ fullName
112
+ name
113
+ type
114
+ phone
115
+ email
116
+ }
117
+ priorityName
118
+ priorityValue
119
+ connectorId
120
+ mode
121
+ partyGroupIds
122
+ tagIds
123
+ processResult
124
+ }
125
+ }
126
126
  `;
127
- exports.UPDATE_WORK_EFFORT_NAME = (0, graphql_tag_1.gql) `
128
- mutation UpdateWorkEffortName(
129
- $partyId: String!
130
- $performerId: String!
131
- $workEffortId: String!
132
- $newName: String!
133
- ) {
134
- updateWorkEffortName(
135
- partyId: $partyId
136
- performerId: $performerId
137
- workEffortId: $workEffortId
138
- newName: $newName
139
- ) {
140
- id
141
- createdStamp
142
- updatedStamp
143
- createdBy
144
- updatedBy
145
- name
146
- partyId
147
- targetId
148
- targetType
149
- targetUrl
150
- description
151
- status
152
- parentId
153
- workEffortTypeId
154
- stmId
155
- workflowId
156
- endDateExpect
157
- endDateActual
158
- startDateActual
159
- startDateExpect
160
- source
161
- owner {
162
- id
163
- fullName
164
- name
165
- type
166
- phone
167
- email
168
- }
169
- priorityName
170
- priorityValue
171
- connectorId
172
- mode
173
- partyGroupIds
174
- tagIds
175
- processResult
176
- processPipeline {
177
- id
178
- name
179
- }
180
- attachments {
181
- id
182
- createdStamp
183
- updatedStamp
184
- updatedBy
185
- createdBy
186
- partyId
187
- path
188
- srcId
189
- srcName
190
- srcPath
191
- srcConfigPathId
192
- name
193
- fileType
194
- type
195
- status
196
- referId
197
- }
198
- subTasks {
199
- id
200
- createdStamp
201
- updatedStamp
202
- createdBy
203
- updatedBy
204
- name
205
- partyId
206
- targetId
207
- targetType
208
- targetUrl
209
- description
210
- status
211
- parentId
212
- workEffortTypeId
213
- stmId
214
- workflowId
215
- endDateExpect
216
- endDateActual
217
- startDateActual
218
- startDateExpect
219
- source
220
- owner {
221
- id
222
- fullName
223
- name
224
- type
225
- phone
226
- email
227
- }
228
- priorityName
229
- priorityValue
230
- connectorId
231
- mode
232
- partyGroupIds
233
- tagIds
234
- processResult
235
- }
236
- actionLink {
237
- name
238
- uri
239
- type
240
- partyId
241
- fromCollection
242
- toCollection
243
- group
244
- params
245
- id
246
- createdStamp
247
- updatedStamp
248
- updatedBy
249
- createdBy
250
- }
251
- }
252
- }
127
+ exports.UPDATE_WORK_EFFORT_NAME = (0, graphql_tag_1.gql) `
128
+ mutation UpdateWorkEffortName(
129
+ $partyId: String!
130
+ $performerId: String!
131
+ $workEffortId: String!
132
+ $newName: String!
133
+ ) {
134
+ updateWorkEffortName(
135
+ partyId: $partyId
136
+ performerId: $performerId
137
+ workEffortId: $workEffortId
138
+ newName: $newName
139
+ ) {
140
+ id
141
+ createdStamp
142
+ updatedStamp
143
+ createdBy
144
+ updatedBy
145
+ name
146
+ partyId
147
+ targetId
148
+ targetType
149
+ targetUrl
150
+ description
151
+ status
152
+ parentId
153
+ workEffortTypeId
154
+ stmId
155
+ workflowId
156
+ endDateExpect
157
+ endDateActual
158
+ startDateActual
159
+ startDateExpect
160
+ source
161
+ owner {
162
+ id
163
+ fullName
164
+ name
165
+ type
166
+ phone
167
+ email
168
+ }
169
+ priorityName
170
+ priorityValue
171
+ connectorId
172
+ mode
173
+ partyGroupIds
174
+ tagIds
175
+ processResult
176
+ processPipeline {
177
+ id
178
+ name
179
+ }
180
+ attachments {
181
+ id
182
+ createdStamp
183
+ updatedStamp
184
+ updatedBy
185
+ createdBy
186
+ partyId
187
+ path
188
+ srcId
189
+ srcName
190
+ srcPath
191
+ srcConfigPathId
192
+ name
193
+ fileType
194
+ type
195
+ status
196
+ referId
197
+ }
198
+ subTasks {
199
+ id
200
+ createdStamp
201
+ updatedStamp
202
+ createdBy
203
+ updatedBy
204
+ name
205
+ partyId
206
+ targetId
207
+ targetType
208
+ targetUrl
209
+ description
210
+ status
211
+ parentId
212
+ workEffortTypeId
213
+ stmId
214
+ workflowId
215
+ endDateExpect
216
+ endDateActual
217
+ startDateActual
218
+ startDateExpect
219
+ source
220
+ owner {
221
+ id
222
+ fullName
223
+ name
224
+ type
225
+ phone
226
+ email
227
+ }
228
+ priorityName
229
+ priorityValue
230
+ connectorId
231
+ mode
232
+ partyGroupIds
233
+ tagIds
234
+ processResult
235
+ }
236
+ actionLink {
237
+ name
238
+ uri
239
+ type
240
+ partyId
241
+ fromCollection
242
+ toCollection
243
+ group
244
+ params
245
+ id
246
+ createdStamp
247
+ updatedStamp
248
+ updatedBy
249
+ createdBy
250
+ }
251
+ }
252
+ }
253
253
  `;
254
- exports.UPDATE_WORK_EFFORT_STATUS = (0, graphql_tag_1.gql) `
255
- mutation UpdateWorkEffortStatus(
256
- $partyId: String!
257
- $performerId: String!
258
- $workEffortId: String!
259
- $source: String!
260
- $status: String!
261
- ) {
262
- updateWorkEffortStatus(
263
- partyId: $partyId
264
- performerId: $performerId
265
- workEffortId: $workEffortId
266
- source: $source
267
- status: $status
268
- ) {
269
- id
270
- createdStamp
271
- updatedStamp
272
- createdBy
273
- updatedBy
274
- name
275
- partyId
276
- targetId
277
- targetType
278
- targetUrl
279
- description
280
- status
281
- parentId
282
- workEffortTypeId
283
- stmId
284
- workflowId
285
- endDateExpect
286
- endDateActual
287
- startDateActual
288
- startDateExpect
289
- source
290
- owner {
291
- id
292
- fullName
293
- name
294
- type
295
- phone
296
- email
297
- }
298
- priorityName
299
- priorityValue
300
- extSource
301
- extSourceTopicId
302
- extSourceSocialAppId
303
- extSourceSupportChannelType
304
- extSourceSocialChannelType
305
- extSourceSocialAppName
306
- extSourceTopicUrl
307
- connectorId
308
- mode
309
- partyGroupIds
310
- tagIds
311
- processResult
312
- }
313
- }
254
+ exports.UPDATE_WORK_EFFORT_STATUS = (0, graphql_tag_1.gql) `
255
+ mutation UpdateWorkEffortStatus(
256
+ $partyId: String!
257
+ $performerId: String!
258
+ $workEffortId: String!
259
+ $source: String!
260
+ $status: String!
261
+ ) {
262
+ updateWorkEffortStatus(
263
+ partyId: $partyId
264
+ performerId: $performerId
265
+ workEffortId: $workEffortId
266
+ source: $source
267
+ status: $status
268
+ ) {
269
+ id
270
+ createdStamp
271
+ updatedStamp
272
+ createdBy
273
+ updatedBy
274
+ name
275
+ partyId
276
+ targetId
277
+ targetType
278
+ targetUrl
279
+ description
280
+ status
281
+ parentId
282
+ workEffortTypeId
283
+ stmId
284
+ workflowId
285
+ endDateExpect
286
+ endDateActual
287
+ startDateActual
288
+ startDateExpect
289
+ source
290
+ owner {
291
+ id
292
+ fullName
293
+ name
294
+ type
295
+ phone
296
+ email
297
+ }
298
+ priorityName
299
+ priorityValue
300
+ extSource
301
+ extSourceTopicId
302
+ extSourceSocialAppId
303
+ extSourceSupportChannelType
304
+ extSourceSocialChannelType
305
+ extSourceSocialAppName
306
+ extSourceTopicUrl
307
+ connectorId
308
+ mode
309
+ partyGroupIds
310
+ tagIds
311
+ processResult
312
+ }
313
+ }
314
314
  `;
315
- exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = (0, graphql_tag_1.gql) `
316
- mutation (
317
- $partyId: String!
318
- $performerId: String!
319
- $workEffortId: String!
320
- $addAttachmentRequest: [AddAttachmentRequest]
321
- ) {
322
- addAttachmentForWorkEffort(
323
- partyId: $partyId
324
- performerId: $performerId
325
- workEffortId: $workEffortId
326
- addAttachmentRequest: $addAttachmentRequest
327
- ) {
328
- id
329
- createdStamp
330
- updatedStamp
331
- updatedBy
332
- createdBy
333
- partyId
334
- path
335
- srcId
336
- srcName
337
- srcPath
338
- srcConfigPathId
339
- name
340
- fileType
341
- type
342
- referId
343
- }
344
- }
315
+ exports.ADD_ATTACHMENT_FOR_WORK_EFFORT = (0, graphql_tag_1.gql) `
316
+ mutation (
317
+ $partyId: String!
318
+ $performerId: String!
319
+ $workEffortId: String!
320
+ $addAttachmentRequest: [AddAttachmentRequest]
321
+ ) {
322
+ addAttachmentForWorkEffort(
323
+ partyId: $partyId
324
+ performerId: $performerId
325
+ workEffortId: $workEffortId
326
+ addAttachmentRequest: $addAttachmentRequest
327
+ ) {
328
+ id
329
+ createdStamp
330
+ updatedStamp
331
+ updatedBy
332
+ createdBy
333
+ partyId
334
+ path
335
+ srcId
336
+ srcName
337
+ srcPath
338
+ srcConfigPathId
339
+ name
340
+ fileType
341
+ type
342
+ referId
343
+ }
344
+ }
345
345
  `;
346
- exports.ADD_TICKED = (0, graphql_tag_1.gql) `
347
- mutation AddTicket(
348
- $partyId: String!
349
- $performerId: String!
350
- $addTicketRequest: AddTicketRequest!
351
- $addAttachmentRequest: [AddAttachmentRequest]
352
- ) {
353
- addTicket(
354
- partyId: $partyId
355
- performerId: $performerId
356
- addTicketRequest: $addTicketRequest
357
- addAttachmentRequest: $addAttachmentRequest
358
- ) {
359
- id
360
- partyId
361
- name
362
- description
363
- status
364
- parentId
365
- stmId
366
- createdStamp
367
- updatedStamp
368
- endDateExpect
369
- priorityName
370
- targetId
371
- targetType
372
- extSource
373
- connectorId
374
- }
375
- }
346
+ exports.ADD_TICKED = (0, graphql_tag_1.gql) `
347
+ mutation AddTicket(
348
+ $partyId: String!
349
+ $performerId: String!
350
+ $addTicketRequest: AddTicketRequest!
351
+ $addAttachmentRequest: [AddAttachmentRequest]
352
+ ) {
353
+ addTicket(
354
+ partyId: $partyId
355
+ performerId: $performerId
356
+ addTicketRequest: $addTicketRequest
357
+ addAttachmentRequest: $addAttachmentRequest
358
+ ) {
359
+ id
360
+ partyId
361
+ name
362
+ description
363
+ status
364
+ parentId
365
+ stmId
366
+ createdStamp
367
+ updatedStamp
368
+ endDateExpect
369
+ priorityName
370
+ targetId
371
+ targetType
372
+ extSource
373
+ connectorId
374
+ }
375
+ }
376
376
  `;
377
- exports.ADD_COMMENT = (0, graphql_tag_1.gql) `
378
- mutation AddComment(
379
- $partyId: String!
380
- $performerId: String!
381
- $format: CommentFormat!
382
- $content: String
383
- $referId: String!
384
- $addAttachmentRequest: [AddAttachmentRequest]
385
- ) {
386
- addComment(
387
- partyId: $partyId
388
- performerId: $performerId
389
- format: $format
390
- content: $content
391
- referId: $referId
392
- addAttachmentRequest: $addAttachmentRequest
393
- ) {
394
- id
395
- content
396
- }
397
- }
377
+ exports.ADD_COMMENT = (0, graphql_tag_1.gql) `
378
+ mutation AddComment(
379
+ $partyId: String!
380
+ $performerId: String!
381
+ $format: CommentFormat!
382
+ $content: String
383
+ $referId: String!
384
+ $addAttachmentRequest: [AddAttachmentRequest]
385
+ ) {
386
+ addComment(
387
+ partyId: $partyId
388
+ performerId: $performerId
389
+ format: $format
390
+ content: $content
391
+ referId: $referId
392
+ addAttachmentRequest: $addAttachmentRequest
393
+ ) {
394
+ id
395
+ content
396
+ }
397
+ }
398
398
  `;
399
- exports.CREATE_WORK_EFFORT = (0, graphql_tag_1.gql) `
400
- mutation CreateWorkEffort(
401
- $partnerId: String!
402
- $createdBy: String!
403
- $name: String
404
- $description: String
405
- $workEffortTypeId: String!
406
- $source: String!
407
- $attributes: JSON
408
- $addAttachmentRequest: [AddAttachmentRequest]
409
- ) {
410
- createWorkEffort(
411
- partnerId: $partnerId
412
- createdBy: $createdBy
413
- name: $name
414
- description: $description
415
- workEffortTypeId: $workEffortTypeId
416
- source: $source
417
- attributes: $attributes
418
- addAttachmentRequest: $addAttachmentRequest
419
- ) {
420
- id
421
- createdStamp
422
- updatedStamp
423
- createdBy
424
- updatedBy
425
- name
426
- partyId
427
- targetId
428
- targetType
429
- targetUrl
430
- description
431
- status
432
- parentId
433
- workEffortTypeId
434
- stmId
435
- workflowId
436
- endDateExpect
437
- endDateActual
438
- startDateActual
439
- startDateExpect
440
- source
441
- owner {
442
- id
443
- fullName
444
- name
445
- type
446
- phone
447
- email
448
- }
449
- priorityName
450
- priorityValue
451
- connectorId
452
- mode
453
- partyGroupIds
454
- tagIds
455
- processResult
456
- processStatus
457
- subTasks {
458
- id
459
- createdStamp
460
- updatedStamp
461
- createdBy
462
- updatedBy
463
- name
464
- partyId
465
- targetId
466
- targetType
467
- targetUrl
468
- description
469
- status
470
- parentId
471
- workEffortTypeId
472
- stmId
473
- workflowId
474
- endDateExpect
475
- endDateActual
476
- startDateActual
477
- startDateExpect
478
- source
479
- owner {
480
- id
481
- fullName
482
- name
483
- type
484
- phone
485
- email
486
- }
487
- priorityName
488
- priorityValue
489
- connectorId
490
- mode
491
- partyGroupIds
492
- tagIds
493
- processResult
494
- processStatus
495
- processPipeline {
496
- id
497
- name
498
- }
499
- attachments {
500
- id
501
- createdStamp
502
- updatedStamp
503
- updatedBy
504
- createdBy
505
- partyId
506
- path
507
- srcId
508
- srcName
509
- srcPath
510
- srcConfigPathId
511
- name
512
- fileType
513
- type
514
- status
515
- referId
516
- }
517
- subTasks {
518
- id
519
- createdStamp
520
- updatedStamp
521
- createdBy
522
- updatedBy
523
- name
524
- partyId
525
- targetId
526
- targetType
527
- targetUrl
528
- description
529
- status
530
- parentId
531
- workEffortTypeId
532
- stmId
533
- workflowId
534
- endDateExpect
535
- endDateActual
536
- startDateActual
537
- startDateExpect
538
- source
539
- owner {
540
- id
541
- fullName
542
- name
543
- type
544
- phone
545
- email
546
- }
547
- priorityName
548
- priorityValue
549
- connectorId
550
- mode
551
- partyGroupIds
552
- tagIds
553
- processResult
554
- processStatus
555
- }
556
- actionLink {
557
- name
558
- uri
559
- type
560
- partyId
561
- fromCollection
562
- toCollection
563
- group
564
- params
565
- id
566
- createdStamp
567
- updatedStamp
568
- updatedBy
569
- createdBy
570
- }
571
- }
572
- attachments {
573
- id
574
- createdStamp
575
- updatedStamp
576
- updatedBy
577
- createdBy
578
- partyId
579
- path
580
- srcId
581
- srcName
582
- srcPath
583
- srcConfigPathId
584
- name
585
- fileType
586
- type
587
- status
588
- referId
589
- }
590
- processPipeline {
591
- id
592
- name
593
- }
594
- actionLink {
595
- name
596
- uri
597
- type
598
- partyId
599
- fromCollection
600
- toCollection
601
- group
602
- params
603
- id
604
- createdStamp
605
- updatedStamp
606
- updatedBy
607
- createdBy
608
- }
609
- }
610
- }
399
+ exports.CREATE_WORK_EFFORT = (0, graphql_tag_1.gql) `
400
+ mutation CreateWorkEffort(
401
+ $partnerId: String!
402
+ $createdBy: String!
403
+ $name: String
404
+ $description: String
405
+ $workEffortTypeId: String!
406
+ $source: String!
407
+ $attributes: JSON
408
+ $addAttachmentRequest: [AddAttachmentRequest]
409
+ ) {
410
+ createWorkEffort(
411
+ partnerId: $partnerId
412
+ createdBy: $createdBy
413
+ name: $name
414
+ description: $description
415
+ workEffortTypeId: $workEffortTypeId
416
+ source: $source
417
+ attributes: $attributes
418
+ addAttachmentRequest: $addAttachmentRequest
419
+ ) {
420
+ id
421
+ createdStamp
422
+ updatedStamp
423
+ createdBy
424
+ updatedBy
425
+ name
426
+ partyId
427
+ targetId
428
+ targetType
429
+ targetUrl
430
+ description
431
+ status
432
+ parentId
433
+ workEffortTypeId
434
+ stmId
435
+ workflowId
436
+ endDateExpect
437
+ endDateActual
438
+ startDateActual
439
+ startDateExpect
440
+ source
441
+ owner {
442
+ id
443
+ fullName
444
+ name
445
+ type
446
+ phone
447
+ email
448
+ }
449
+ priorityName
450
+ priorityValue
451
+ connectorId
452
+ mode
453
+ partyGroupIds
454
+ tagIds
455
+ processResult
456
+ processStatus
457
+ subTasks {
458
+ id
459
+ createdStamp
460
+ updatedStamp
461
+ createdBy
462
+ updatedBy
463
+ name
464
+ partyId
465
+ targetId
466
+ targetType
467
+ targetUrl
468
+ description
469
+ status
470
+ parentId
471
+ workEffortTypeId
472
+ stmId
473
+ workflowId
474
+ endDateExpect
475
+ endDateActual
476
+ startDateActual
477
+ startDateExpect
478
+ source
479
+ owner {
480
+ id
481
+ fullName
482
+ name
483
+ type
484
+ phone
485
+ email
486
+ }
487
+ priorityName
488
+ priorityValue
489
+ connectorId
490
+ mode
491
+ partyGroupIds
492
+ tagIds
493
+ processResult
494
+ processStatus
495
+ processPipeline {
496
+ id
497
+ name
498
+ }
499
+ attachments {
500
+ id
501
+ createdStamp
502
+ updatedStamp
503
+ updatedBy
504
+ createdBy
505
+ partyId
506
+ path
507
+ srcId
508
+ srcName
509
+ srcPath
510
+ srcConfigPathId
511
+ name
512
+ fileType
513
+ type
514
+ status
515
+ referId
516
+ }
517
+ subTasks {
518
+ id
519
+ createdStamp
520
+ updatedStamp
521
+ createdBy
522
+ updatedBy
523
+ name
524
+ partyId
525
+ targetId
526
+ targetType
527
+ targetUrl
528
+ description
529
+ status
530
+ parentId
531
+ workEffortTypeId
532
+ stmId
533
+ workflowId
534
+ endDateExpect
535
+ endDateActual
536
+ startDateActual
537
+ startDateExpect
538
+ source
539
+ owner {
540
+ id
541
+ fullName
542
+ name
543
+ type
544
+ phone
545
+ email
546
+ }
547
+ priorityName
548
+ priorityValue
549
+ connectorId
550
+ mode
551
+ partyGroupIds
552
+ tagIds
553
+ processResult
554
+ processStatus
555
+ }
556
+ actionLink {
557
+ name
558
+ uri
559
+ type
560
+ partyId
561
+ fromCollection
562
+ toCollection
563
+ group
564
+ params
565
+ id
566
+ createdStamp
567
+ updatedStamp
568
+ updatedBy
569
+ createdBy
570
+ }
571
+ }
572
+ attachments {
573
+ id
574
+ createdStamp
575
+ updatedStamp
576
+ updatedBy
577
+ createdBy
578
+ partyId
579
+ path
580
+ srcId
581
+ srcName
582
+ srcPath
583
+ srcConfigPathId
584
+ name
585
+ fileType
586
+ type
587
+ status
588
+ referId
589
+ }
590
+ processPipeline {
591
+ id
592
+ name
593
+ }
594
+ actionLink {
595
+ name
596
+ uri
597
+ type
598
+ partyId
599
+ fromCollection
600
+ toCollection
601
+ group
602
+ params
603
+ id
604
+ createdStamp
605
+ updatedStamp
606
+ updatedBy
607
+ createdBy
608
+ }
609
+ }
610
+ }
611
611
  `;
612
- exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = (0, graphql_tag_1.gql) `
613
- mutation UpdateWorkEffortProcessStatus(
614
- $workEffortId: String!
615
- $processStatus: String!
616
- $performerId: String!
617
- ) {
618
- updateWorkEffortProcessStatus(
619
- workEffortId: $workEffortId
620
- processStatus: $processStatus
621
- performerId: $performerId
622
- ) {
623
- id
624
- createdStamp
625
- updatedStamp
626
- createdBy
627
- updatedBy
628
- name
629
- partyId
630
- targetId
631
- targetType
632
- targetUrl
633
- description
634
- status
635
- parentId
636
- workEffortTypeId
637
- stmId
638
- workflowId
639
- endDateExpect
640
- endDateActual
641
- startDateActual
642
- startDateExpect
643
- source
644
- owner {
645
- id
646
- fullName
647
- name
648
- type
649
- phone
650
- email
651
- }
652
- priorityName
653
- priorityValue
654
- connectorId
655
- mode
656
- partyGroupIds
657
- tagIds
658
- processResult
659
- actionLink {
660
- name
661
- uri
662
- type
663
- partyId
664
- fromCollection
665
- toCollection
666
- group
667
- params
668
- id
669
- createdStamp
670
- updatedStamp
671
- updatedBy
672
- createdBy
673
- }
674
- subTasks {
675
- id
676
- createdStamp
677
- updatedStamp
678
- createdBy
679
- updatedBy
680
- name
681
- partyId
682
- targetId
683
- targetType
684
- targetUrl
685
- description
686
- status
687
- parentId
688
- workEffortTypeId
689
- stmId
690
- workflowId
691
- endDateExpect
692
- endDateActual
693
- startDateActual
694
- startDateExpect
695
- source
696
- owner {
697
- id
698
- fullName
699
- name
700
- type
701
- phone
702
- email
703
- }
704
- priorityName
705
- priorityValue
706
- connectorId
707
- mode
708
- partyGroupIds
709
- tagIds
710
- processResult
711
- }
712
- attachments {
713
- id
714
- createdStamp
715
- updatedStamp
716
- updatedBy
717
- createdBy
718
- partyId
719
- path
720
- srcId
721
- srcName
722
- srcPath
723
- srcConfigPathId
724
- name
725
- fileType
726
- type
727
- status
728
- referId
729
- }
730
- processPipeline {
731
- id
732
- name
733
- }
734
- }
735
- }
612
+ exports.UPDATE_WORK_EFFORT_PROCESS_STATUS = (0, graphql_tag_1.gql) `
613
+ mutation UpdateWorkEffortProcessStatus(
614
+ $workEffortId: String!
615
+ $processStatus: String!
616
+ $performerId: String!
617
+ ) {
618
+ updateWorkEffortProcessStatus(
619
+ workEffortId: $workEffortId
620
+ processStatus: $processStatus
621
+ performerId: $performerId
622
+ ) {
623
+ id
624
+ createdStamp
625
+ updatedStamp
626
+ createdBy
627
+ updatedBy
628
+ name
629
+ partyId
630
+ targetId
631
+ targetType
632
+ targetUrl
633
+ description
634
+ status
635
+ parentId
636
+ workEffortTypeId
637
+ stmId
638
+ workflowId
639
+ endDateExpect
640
+ endDateActual
641
+ startDateActual
642
+ startDateExpect
643
+ source
644
+ owner {
645
+ id
646
+ fullName
647
+ name
648
+ type
649
+ phone
650
+ email
651
+ }
652
+ priorityName
653
+ priorityValue
654
+ connectorId
655
+ mode
656
+ partyGroupIds
657
+ tagIds
658
+ processResult
659
+ actionLink {
660
+ name
661
+ uri
662
+ type
663
+ partyId
664
+ fromCollection
665
+ toCollection
666
+ group
667
+ params
668
+ id
669
+ createdStamp
670
+ updatedStamp
671
+ updatedBy
672
+ createdBy
673
+ }
674
+ subTasks {
675
+ id
676
+ createdStamp
677
+ updatedStamp
678
+ createdBy
679
+ updatedBy
680
+ name
681
+ partyId
682
+ targetId
683
+ targetType
684
+ targetUrl
685
+ description
686
+ status
687
+ parentId
688
+ workEffortTypeId
689
+ stmId
690
+ workflowId
691
+ endDateExpect
692
+ endDateActual
693
+ startDateActual
694
+ startDateExpect
695
+ source
696
+ owner {
697
+ id
698
+ fullName
699
+ name
700
+ type
701
+ phone
702
+ email
703
+ }
704
+ priorityName
705
+ priorityValue
706
+ connectorId
707
+ mode
708
+ partyGroupIds
709
+ tagIds
710
+ processResult
711
+ }
712
+ attachments {
713
+ id
714
+ createdStamp
715
+ updatedStamp
716
+ updatedBy
717
+ createdBy
718
+ partyId
719
+ path
720
+ srcId
721
+ srcName
722
+ srcPath
723
+ srcConfigPathId
724
+ name
725
+ fileType
726
+ type
727
+ status
728
+ referId
729
+ }
730
+ processPipeline {
731
+ id
732
+ name
733
+ }
734
+ }
735
+ }
736
736
  `;
737
- exports.CREATE_CONNECTOR = (0, graphql_tag_1.gql) `
738
- mutation CreateConnector(
739
- $resourceId: String!
740
- $resourceType: String!
741
- $description: String
742
- $type: String!
743
- $createdBy: String!
744
- ) {
745
- createConnector(
746
- resourceId: $resourceId
747
- resourceType: $resourceType
748
- description: $description
749
- type: $type
750
- createdBy: $createdBy
751
- )
752
- }
737
+ exports.CREATE_CONNECTOR = (0, graphql_tag_1.gql) `
738
+ mutation CreateConnector(
739
+ $resourceId: String!
740
+ $resourceType: String!
741
+ $description: String
742
+ $type: String!
743
+ $createdBy: String!
744
+ ) {
745
+ createConnector(
746
+ resourceId: $resourceId
747
+ resourceType: $resourceType
748
+ description: $description
749
+ type: $type
750
+ createdBy: $createdBy
751
+ )
752
+ }
753
753
  `;
754
- exports.ADD_TAG = (0, graphql_tag_1.gql) `
755
- mutation AddTag(
756
- $connectorId: String!
757
- $tagTitle: String!
758
- $tagId: String
759
- $addedBy: String!
760
- ) {
761
- addTag(
762
- connectorId: $connectorId
763
- tagTitle: $tagTitle
764
- tagId: $tagId
765
- addedBy: $addedBy
766
- )
767
- }
754
+ exports.ADD_TAG = (0, graphql_tag_1.gql) `
755
+ mutation AddTag(
756
+ $connectorId: String!
757
+ $tagTitle: String!
758
+ $tagId: String
759
+ $addedBy: String!
760
+ ) {
761
+ addTag(
762
+ connectorId: $connectorId
763
+ tagTitle: $tagTitle
764
+ tagId: $tagId
765
+ addedBy: $addedBy
766
+ )
767
+ }
768
768
  `;
769
- exports.UPDATE_CONNECTOR_DESCRIPTION = (0, graphql_tag_1.gql) `
770
- mutation UpdateConnectorDescription(
771
- $connectorId: String!
772
- $description: String!
773
- $updatedBy: String!
774
- ) {
775
- updateConnectorDescription(
776
- connectorId: $connectorId
777
- description: $description
778
- updatedBy: $updatedBy
779
- )
780
- }
769
+ exports.UPDATE_CONNECTOR_DESCRIPTION = (0, graphql_tag_1.gql) `
770
+ mutation UpdateConnectorDescription(
771
+ $connectorId: String!
772
+ $description: String!
773
+ $updatedBy: String!
774
+ ) {
775
+ updateConnectorDescription(
776
+ connectorId: $connectorId
777
+ description: $description
778
+ updatedBy: $updatedBy
779
+ )
780
+ }
781
781
  `;
782
- exports.REMOVE_TAG = (0, graphql_tag_1.gql) `
783
- mutation RemoveTag($connectorId: String!, $tagId: String!, $removedBy: String!) {
784
- removeTag(connectorId: $connectorId, tagId: $tagId, removedBy: $removedBy)
785
- }
782
+ exports.REMOVE_TAG = (0, graphql_tag_1.gql) `
783
+ mutation RemoveTag($connectorId: String!, $tagId: String!, $removedBy: String!) {
784
+ removeTag(connectorId: $connectorId, tagId: $tagId, removedBy: $removedBy)
785
+ }
786
786
  `;
787
- exports.CLOSE_TOPIC = (0, graphql_tag_1.gql) `
788
- mutation CloseTopic(
789
- $id: String!
790
- $updatedBy: String
791
- ) {
792
- closeTopic(
793
- id: $id
794
- updatedBy: $updatedBy
795
- ) {
796
- id
797
- status
798
- name
799
- communicationChannel
800
- customerId
801
- accountableId
802
- accountableName
803
- customerName
804
- createdStamp
805
- threadId
806
- roomId
807
- }
808
- }
787
+ exports.CLOSE_TOPIC = (0, graphql_tag_1.gql) `
788
+ mutation CloseTopic(
789
+ $id: String!
790
+ $updatedBy: String
791
+ ) {
792
+ closeTopic(
793
+ id: $id
794
+ updatedBy: $updatedBy
795
+ ) {
796
+ id
797
+ status
798
+ name
799
+ communicationChannel
800
+ customerId
801
+ accountableId
802
+ accountableName
803
+ customerName
804
+ createdStamp
805
+ threadId
806
+ roomId
807
+ }
808
+ }
809
809
  `;