@things-factory/operato-dataset 6.0.27

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 (122) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/Dockerfile +16 -0
  3. package/_index.html +89 -0
  4. package/assets/favicon.ico +0 -0
  5. package/assets/helps/index.md +1 -0
  6. package/assets/images/hatiolab-logo.png +0 -0
  7. package/assets/images/spinner.png +0 -0
  8. package/assets/manifest/apple-1024.png +0 -0
  9. package/assets/manifest/apple-120.png +0 -0
  10. package/assets/manifest/apple-152.png +0 -0
  11. package/assets/manifest/apple-167.png +0 -0
  12. package/assets/manifest/apple-180.png +0 -0
  13. package/assets/manifest/apple-touch-icon.png +0 -0
  14. package/assets/manifest/badge-128x128.png +0 -0
  15. package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
  16. package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
  17. package/assets/manifest/icon-128x128.png +0 -0
  18. package/assets/manifest/icon-192x192.png +0 -0
  19. package/assets/manifest/icon-512x512.png +0 -0
  20. package/assets/manifest/icon-72x72.png +0 -0
  21. package/assets/manifest/icon-96x96.png +0 -0
  22. package/assets/manifest/image-metaog.png +0 -0
  23. package/assets/manifest/maskable_icon.png +0 -0
  24. package/assets/manifest/ms-icon-144x144.png +0 -0
  25. package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
  26. package/assets/manifest.json +27 -0
  27. package/client/bootstrap.ts +182 -0
  28. package/client/index.ts +0 -0
  29. package/client/menu.ts +135 -0
  30. package/client/query-data-key-sets.ts +29 -0
  31. package/client/route.ts +6 -0
  32. package/client/themes/app-theme.css +142 -0
  33. package/client/tsconfig.json +12 -0
  34. package/config/config.development.js +1 -0
  35. package/config/config.production.js +36 -0
  36. package/config.development.js +31 -0
  37. package/db.sqlite +0 -0
  38. package/dist-server/controllers/index.js +1 -0
  39. package/dist-server/controllers/index.js.map +1 -0
  40. package/dist-server/index.js +7 -0
  41. package/dist-server/index.js.map +1 -0
  42. package/dist-server/routes.js +25 -0
  43. package/dist-server/routes.js.map +1 -0
  44. package/dist-server/service/index.js +14 -0
  45. package/dist-server/service/index.js.map +1 -0
  46. package/dist-server/tsconfig.tsbuildinfo +1 -0
  47. package/installer/config.production.js +40 -0
  48. package/installer/docker-compose.yml +37 -0
  49. package/installer/install.sh +54 -0
  50. package/installer/migrate.sh +1 -0
  51. package/installer/start.sh +18 -0
  52. package/installer/stop.sh +1 -0
  53. package/installer/upgrade.sh +1 -0
  54. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +165 -0
  55. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +110 -0
  56. package/logs/application-2023-03-25-17.log +15 -0
  57. package/logs/application-2023-03-26-02.log +8 -0
  58. package/logs/application-2023-03-26-03.log +10 -0
  59. package/logs/application-2023-03-26-06.log +21 -0
  60. package/logs/application-2023-03-26-07.log +11 -0
  61. package/logs/application-2023-03-26-11.log +1 -0
  62. package/logs/application-2023-03-26-12.log +2 -0
  63. package/logs/application-2023-03-26-13.log +52 -0
  64. package/logs/application-2023-03-26-15.log +5 -0
  65. package/logs/application-2023-03-26-16.log +2 -0
  66. package/logs/application-2023-03-26-22.log +5 -0
  67. package/logs/application-2023-03-27-03.log +5 -0
  68. package/logs/application-2023-03-27-04.log +35 -0
  69. package/logs/application-2023-03-27-09.log +84 -0
  70. package/logs/application-2023-03-27-10.log +20 -0
  71. package/logs/application-2023-03-27-11.log +16 -0
  72. package/logs/application-2023-03-27-12.log +6 -0
  73. package/logs/application-2023-03-27-13.log +19 -0
  74. package/logs/application-2023-03-27-14.log +20 -0
  75. package/logs/application-2023-03-27-15.log +10 -0
  76. package/logs/application-2023-03-27-16.log +13 -0
  77. package/logs/application-2023-03-27-17.log +16 -0
  78. package/logs/application-2023-03-27-18.log +11 -0
  79. package/logs/application-2023-03-27-19.log +4 -0
  80. package/logs/application-2023-03-27-20.log +4 -0
  81. package/logs/application-2023-03-27-21.log +1 -0
  82. package/logs/application-2023-03-27-22.log +2 -0
  83. package/logs/application-2023-03-27-23.log +4 -0
  84. package/logs/application-2023-03-28-00.log +2 -0
  85. package/logs/application-2023-03-28-01.log +2 -0
  86. package/logs/application-2023-03-28-02.log +3 -0
  87. package/logs/connections-2023-03-25-14.log +0 -0
  88. package/logs/connections-2023-03-25-15.log +0 -0
  89. package/logs/connections-2023-03-25-16.log +0 -0
  90. package/logs/connections-2023-03-25-17.log +0 -0
  91. package/logs/connections-2023-03-26-02.log +0 -0
  92. package/logs/connections-2023-03-26-03.log +0 -0
  93. package/logs/connections-2023-03-26-06.log +0 -0
  94. package/logs/connections-2023-03-26-07.log +0 -0
  95. package/logs/connections-2023-03-26-13.log +0 -0
  96. package/logs/connections-2023-03-27-03.log +0 -0
  97. package/logs/connections-2023-03-27-04.log +0 -0
  98. package/logs/connections-2023-03-27-09.log +0 -0
  99. package/logs/connections-2023-03-27-10.log +0 -0
  100. package/logs/connections-2023-03-27-11.log +0 -0
  101. package/logs/connections-2023-03-27-12.log +0 -0
  102. package/logs/connections-2023-03-27-13.log +0 -0
  103. package/logs/connections-2023-03-27-14.log +0 -0
  104. package/logs/connections-2023-03-27-15.log +0 -0
  105. package/logs/connections-2023-03-27-16.log +0 -0
  106. package/logs/connections-2023-03-27-17.log +0 -0
  107. package/openapi/unstable.yaml +41 -0
  108. package/package.json +94 -0
  109. package/schema.gql +4326 -0
  110. package/server/controllers/index.ts +0 -0
  111. package/server/index.ts +4 -0
  112. package/server/routes.ts +28 -0
  113. package/server/service/index.ts +13 -0
  114. package/server/tsconfig.json +9 -0
  115. package/things-factory.config.ts +13 -0
  116. package/translations/en.json +1 -0
  117. package/translations/ko.json +1 -0
  118. package/translations/ms.json +1 -0
  119. package/translations/zh.json +1 -0
  120. package/views/auth-page.html +93 -0
  121. package/views/public/home.html +83 -0
  122. package/yarn-error.log +23772 -0
package/schema.gql ADDED
@@ -0,0 +1,4326 @@
1
+ # -----------------------------------------------
2
+ # !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!!
3
+ # !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
4
+ # -----------------------------------------------
5
+
6
+ type AccessToken {
7
+ accesToken: String!
8
+ refreshToken: String!
9
+ }
10
+
11
+ """Entity for Activity"""
12
+ type Activity {
13
+ activityType: String
14
+ assigneeRole: Role
15
+
16
+ """User assigned to the client application"""
17
+ client: User
18
+ createdAt: Timestamp
19
+ creator: User
20
+ cycleTime: Float
21
+ description: String
22
+ domain: Domain
23
+ id: ID!
24
+ issuerRole: Role
25
+ leadTime: Float
26
+ model: [ActivityModelItem!]
27
+ name: String
28
+ priority: Float
29
+ reportSource: String
30
+ reportType: String
31
+ schedule: String
32
+ standardTime: Float
33
+ startable: Boolean
34
+ state: String
35
+ supervisoryRole: Role
36
+ tactTime: Float
37
+ thumbnail: String
38
+ uiSource: String
39
+ uiType: String
40
+ updatedAt: Timestamp
41
+ updater: User
42
+ version: Float
43
+ }
44
+
45
+ """Entity for ActivityApproval"""
46
+ type ActivityApproval {
47
+ activityThread: ActivityThread
48
+ approver: User
49
+ comment: String
50
+ createdAt: Timestamp
51
+ creator: User
52
+ derivedApprovals: [ActivityApproval!]!
53
+ domain: Domain
54
+ id: ID!
55
+ judgment: String
56
+
57
+ """Nth order approval for given activity thread"""
58
+ order: Float
59
+
60
+ """delegator approval"""
61
+ originalApproval: ActivityApproval
62
+ round: Float
63
+ terminatedAt: Timestamp
64
+ terminator: User
65
+ transaction: String
66
+ updatedAt: Timestamp
67
+ updater: User
68
+ }
69
+
70
+ type ActivityApprovalList {
71
+ items: [ActivityApproval!]!
72
+ total: Int!
73
+ }
74
+
75
+ """Entity for ActivityInstance"""
76
+ type ActivityInstance {
77
+ activity: Activity
78
+ activityThreads: [ActivityThread!]!
79
+ activityType: String
80
+ adhocType: String
81
+ approvalLine: [ApprovalLineItem!]
82
+ assignedAt: Timestamp
83
+ assigneeRole: Role
84
+ assignees: [AssigneeItem!]
85
+ createdAt: Timestamp
86
+ creator: User
87
+ description: String
88
+ domain: Domain
89
+ dueAt: Timestamp
90
+ id: ID!
91
+ input: Object
92
+ name: String
93
+ output: Object
94
+ priority: Float
95
+ reason: String
96
+ refBy: String
97
+ startedAt: Timestamp
98
+ starter: User
99
+ state: String
100
+ supervisoryRole: Role
101
+ terminatedAt: Timestamp
102
+ terminator: User
103
+ threadsMax: Int
104
+ threadsMin: Int
105
+ thumbnail: String
106
+ transaction: String
107
+ uiSource: String
108
+ uiType: String
109
+ updatedAt: Timestamp
110
+ updater: User
111
+ version: Float
112
+ }
113
+
114
+ type ActivityInstanceList {
115
+ items: [ActivityInstance!]!
116
+ total: Int!
117
+ }
118
+
119
+ input ActivityInstancePatch {
120
+ approvalLine: Object
121
+ assignees: Object
122
+ cuFlag: String
123
+ description: String
124
+ dueAt: Date
125
+ id: ID
126
+ input: Object
127
+ name: String
128
+ priority: Float
129
+ state: String
130
+ threadsMax: Int
131
+ threadsMin: Int
132
+ }
133
+
134
+ input ActivityInstancePost {
135
+ activityId: String
136
+ activityType: String
137
+ adhocType: String
138
+ approvalLine: Object
139
+ assigneeRole: ObjectRef
140
+ assignees: Object
141
+ description: String
142
+ dueAt: Date
143
+ id: ID
144
+ input: Object
145
+ name: String
146
+ priority: Float
147
+ reason: String
148
+ refBy: String
149
+ supervisoryRole: ObjectRef
150
+ threadsMax: Int
151
+ threadsMin: Int
152
+ uiSource: String
153
+ uiType: String
154
+ }
155
+
156
+ type ActivityList {
157
+ items: [Activity!]!
158
+ total: Int!
159
+ }
160
+
161
+ """Entity for ActivityModelItem"""
162
+ type ActivityModelItem {
163
+ active: Boolean
164
+ description: String
165
+ hidden: Boolean
166
+ inout: ActivityModelItemInoutType
167
+ mandatory: Boolean
168
+ name: String
169
+ options: Object
170
+ quantifier: [Int!]
171
+ spec: Object
172
+ tag: String
173
+ type: String
174
+ unit: String
175
+ }
176
+
177
+ """inout enumeration of a activity-model-item"""
178
+ enum ActivityModelItemInoutType {
179
+ in
180
+ inout
181
+ out
182
+ }
183
+
184
+ input ActivityPatch {
185
+ activityType: String
186
+ assigneeRole: ObjectRef
187
+ cuFlag: String
188
+ cycleTime: Float
189
+ description: String
190
+ id: ID
191
+ issuerRole: ObjectRef
192
+ leadTime: Float
193
+ model: Object
194
+ name: String
195
+ priority: Float
196
+ reportSource: String
197
+ reportType: String
198
+ schedule: String
199
+ standardTime: Float
200
+ startable: Boolean
201
+ supervisoryRole: ObjectRef
202
+ tactTime: Float
203
+ thumbnail: Upload
204
+ uiSource: String
205
+ uiType: String
206
+ }
207
+
208
+ """Object Type for My Activity Summary"""
209
+ type ActivitySummary {
210
+ numberOfApprovalWaitings: Float
211
+ numberOfDrafts: Float
212
+ numberOfPicks: Float
213
+ numberOfToDos: Float
214
+ }
215
+
216
+ """Entity for ActivityTemplate"""
217
+ type ActivityTemplate {
218
+ active: Boolean
219
+ activityType: String
220
+ category: String
221
+ createdAt: Timestamp
222
+ creator: User
223
+ description: String
224
+ domain: Domain
225
+ id: ID!
226
+ model: [ActivityModelItem!]
227
+ name: String
228
+ reportSource: String
229
+ reportType: String
230
+ state: String
231
+ thumbnail: String
232
+ uiSource: String
233
+ uiType: String
234
+ updatedAt: Timestamp
235
+ updater: User
236
+ version: Float
237
+ visibility: String
238
+ }
239
+
240
+ type ActivityTemplateList {
241
+ items: [ActivityTemplate!]!
242
+ total: Int!
243
+ }
244
+
245
+ input ActivityTemplatePatch {
246
+ active: Boolean
247
+ activityType: String
248
+ category: String
249
+ cuFlag: String
250
+ description: String
251
+ id: ID
252
+ model: Object
253
+ name: String
254
+ reportSource: String
255
+ reportType: String
256
+ state: String
257
+ thumbnail: Upload
258
+ uiSource: String
259
+ uiType: String
260
+ visibility: String
261
+ }
262
+
263
+ """Entity for ActivityThread"""
264
+ type ActivityThread {
265
+ activityInstance: ActivityInstance
266
+ assignedAt: Timestamp
267
+ assignee: User
268
+ createdAt: Timestamp
269
+ creator: User
270
+ domain: Domain
271
+ dueAt: Timestamp
272
+ id: ID!
273
+ output: Object
274
+ round: Float
275
+ startedAt: Timestamp
276
+ state: String
277
+ terminatedAt: Timestamp
278
+ terminator: User
279
+ transaction: String
280
+ updatedAt: Timestamp
281
+ updater: User
282
+ version: Float
283
+ }
284
+
285
+ type ActivityThreadList {
286
+ items: [ActivityThread!]!
287
+ total: Int!
288
+ }
289
+
290
+ input ActivityThreadSave {
291
+ output: Object
292
+ }
293
+
294
+ """Any Scalar type (String, Boolean, Int, Float, Object, List)"""
295
+ scalar Any
296
+
297
+ type AppBinding {
298
+ application: Application
299
+ createdAt: Timestamp
300
+ creator: User!
301
+ description: String
302
+ domains: [Domain!]!
303
+ email: String!
304
+ id: ID!
305
+ locale: String
306
+ name: String!
307
+ owner: Boolean
308
+ reference: String
309
+ refreshToken: String
310
+ roles: [Role!]!
311
+ scope: String
312
+ status: String!
313
+ updatedAt: Timestamp
314
+ updater: User!
315
+ userType: String
316
+ }
317
+
318
+ type AppBindingList {
319
+ items: [AppBinding!]
320
+ total: Int
321
+ }
322
+
323
+ type Appliance {
324
+ accessToken: String
325
+ brand: String
326
+ createdAt: Timestamp
327
+ creator: User
328
+ description: String
329
+ domain: Domain!
330
+ id: ID!
331
+ model: String
332
+ name: String!
333
+ netmask: String
334
+ serialNo: String
335
+ updatedAt: Timestamp
336
+ updater: User
337
+ }
338
+
339
+ type ApplianceList {
340
+ items: [Appliance!]
341
+ total: Int
342
+ }
343
+
344
+ input AppliancePatch {
345
+ brand: String
346
+ description: String
347
+ id: ID
348
+ model: String
349
+ name: String
350
+ netmask: String
351
+ serialNo: String
352
+ }
353
+
354
+ type Application {
355
+ accessTokenUrl: String!
356
+ appKey: String
357
+ appSecret: String
358
+ authUrl: String!
359
+ availableScopes: String!
360
+ createdAt: Timestamp
361
+ creator: User
362
+ description: String
363
+ domain: Domain!
364
+ email: String!
365
+ icon: String
366
+ id: ID!
367
+ name: String!
368
+ redirectUrl: String!
369
+ status: String!
370
+ type: String!
371
+ updatedAt: Timestamp
372
+ updater: User
373
+ url: String!
374
+ webhook: String
375
+ }
376
+
377
+ type ApplicationList {
378
+ items: [Application!]
379
+ total: Int
380
+ }
381
+
382
+ input ApplicationPatch {
383
+ description: String
384
+ email: String
385
+ icon: String
386
+ name: String
387
+ redirectUrl: String
388
+ type: ApplicationType
389
+ url: String
390
+ webhook: String
391
+ }
392
+
393
+ """state enumeration of a application"""
394
+ enum ApplicationType {
395
+ MMS
396
+ OTHERS
397
+ SELLERCRAFT
398
+ SFTP
399
+ XERO
400
+ XILNEX
401
+ }
402
+
403
+ """Entity for ApprovalLine"""
404
+ type ApprovalLine {
405
+ createdAt: Timestamp
406
+ creator: User
407
+ description: String
408
+ domain: Domain
409
+ id: ID!
410
+ model: [ApprovalLineItem!]
411
+ name: String
412
+ owner: ApprovalLineOwner
413
+ ownerEmployee: Employee
414
+ ownerType: String
415
+ ownerValue: String
416
+ updatedAt: Timestamp
417
+ updater: User
418
+ }
419
+
420
+ """Entity for approval line item"""
421
+ type ApprovalLineItem {
422
+ approver: OrgMemberTarget
423
+ type: String
424
+ value: String
425
+ }
426
+
427
+ type ApprovalLineList {
428
+ items: [ApprovalLine!]!
429
+ total: Int!
430
+ }
431
+
432
+ type ApprovalLineOwner {
433
+ controlNo: String
434
+
435
+ """Field description"""
436
+ description: String
437
+
438
+ """Field id"""
439
+ id: ID!
440
+
441
+ """Field name"""
442
+ name: String
443
+ }
444
+
445
+ """type enumeration of a approvalLineOwner"""
446
+ enum ApprovalLineOwnerType {
447
+ Common
448
+ Employee
449
+ }
450
+
451
+ input ApprovalLinePatch {
452
+ cuFlag: String
453
+ description: String
454
+ id: ID
455
+ model: Object
456
+ name: String
457
+ owner: ObjectRefApprovalLineOwnerType
458
+ ownerType: ApprovalLineOwnerType
459
+ }
460
+
461
+ type AssigneeItem {
462
+ assignee: OrgMemberTarget
463
+ type: OrgMemberTargetType
464
+ value: String
465
+ }
466
+
467
+ type Attachment {
468
+ category: String
469
+ createdAt: Timestamp!
470
+ creator: User
471
+ description: String
472
+ domain: Domain!
473
+ encoding: String!
474
+ fullpath: String!
475
+ id: ID!
476
+ mimetype: String!
477
+ name: String!
478
+ path: String!
479
+ refBy: String
480
+ refType: String
481
+ size: String!
482
+ updatedAt: Timestamp!
483
+ updater: User
484
+ }
485
+
486
+ type AttachmentList {
487
+ items: [Attachment!]!
488
+ total: Int!
489
+ }
490
+
491
+ input AttachmentPatch {
492
+ category: String
493
+ description: String
494
+ encoding: String
495
+ file: Upload
496
+ mimetype: String
497
+ name: String
498
+ refBy: String
499
+ refType: String
500
+ }
501
+
502
+ """Entity for Visualization Board"""
503
+ type Board {
504
+ createdAt: Timestamp
505
+ creator: User
506
+ description: String
507
+ domain: Domain
508
+ group: Group
509
+ id: ID
510
+ model: String
511
+ name: String!
512
+ playGroups: [PlayGroup!]
513
+ thumbnail: String
514
+ updatedAt: Timestamp
515
+ updater: User
516
+ }
517
+
518
+ type BoardList {
519
+ items: [Board!]!
520
+ total: Int!
521
+ }
522
+
523
+ input BoardPatch {
524
+ description: String
525
+ groupId: String
526
+ model: String
527
+ name: String
528
+ thumbnail: String
529
+ }
530
+
531
+ type BoardSetting {
532
+ board: Board!
533
+ id: ID!
534
+ name: String!
535
+ value: String!
536
+ }
537
+
538
+ """Entity for CommonCode"""
539
+ type CommonCode {
540
+ createdAt: Timestamp
541
+ creator: User
542
+ description: String
543
+ details: [CommonCodeDetail!]!
544
+ domain: Domain
545
+ id: ID!
546
+ name: String!
547
+ updatedAt: Timestamp
548
+ updater: User
549
+ }
550
+
551
+ """Entity for CommonCodeDetail"""
552
+ type CommonCodeDetail {
553
+ commonCode: CommonCode
554
+ createdAt: Timestamp
555
+ creator: User
556
+ description: String
557
+ domain: Domain
558
+ id: ID!
559
+ name: String!
560
+ rank: Float
561
+ updatedAt: Timestamp
562
+ updater: User
563
+ }
564
+
565
+ type CommonCodeDetailList {
566
+ items: [CommonCodeDetail!]!
567
+ total: Int!
568
+ }
569
+
570
+ input CommonCodeDetailPatch {
571
+ commonCode: ObjectRef!
572
+ cuFlag: String
573
+ description: String
574
+ id: ID
575
+ name: String
576
+ rank: Float
577
+ }
578
+
579
+ type CommonCodeList {
580
+ items: [CommonCode!]!
581
+ total: Int!
582
+ }
583
+
584
+ input CommonCodePatch {
585
+ cuFlag: String
586
+ description: String
587
+ details: [String!]
588
+ id: ID
589
+ name: String
590
+ }
591
+
592
+ type Connection {
593
+ active: Boolean
594
+ createdAt: Timestamp
595
+ creator: User
596
+ description: String
597
+ domain: Domain
598
+ endpoint: String
599
+ id: ID!
600
+ name: String!
601
+ params: String
602
+ state: String
603
+ type: String
604
+ updatedAt: Timestamp
605
+ updater: User
606
+ }
607
+
608
+ type ConnectionList {
609
+ items: [Connection!]!
610
+ total: Int!
611
+ }
612
+
613
+ input ConnectionPatch {
614
+ active: Boolean
615
+ cuFlag: String!
616
+ description: String
617
+ endpoint: String
618
+ id: ID
619
+ name: String
620
+ params: String
621
+ type: String
622
+ }
623
+
624
+ type ConnectionState {
625
+ description: String
626
+ domain: Domain
627
+ id: String
628
+ name: String
629
+ state: String
630
+ timestamp: Timestamp
631
+ type: String
632
+ }
633
+
634
+ type ConnectorList {
635
+ items: [ConnectorType!]!
636
+ total: Int!
637
+ }
638
+
639
+ type ConnectorType {
640
+ description: String
641
+ help: String
642
+ name: String!
643
+ parameterSpec: [PropertySpec!]
644
+ taskPrefixes: [String!]
645
+ }
646
+
647
+ """Entity for Contact"""
648
+ type Contact {
649
+ address: String
650
+ company: String
651
+ createdAt: Timestamp
652
+ creator: User
653
+ deletedAt: Timestamp
654
+ department: String
655
+ domain: Domain
656
+ email: String
657
+ id: ID!
658
+ items: [ContactItem!]
659
+ name: String
660
+ note: String
661
+ phone: String
662
+ profile: Profile
663
+ updatedAt: Timestamp
664
+ updater: User
665
+ }
666
+
667
+ type ContactItem {
668
+ label: String!
669
+ type: String!
670
+ value: String!
671
+ }
672
+
673
+ input ContactItemPatch {
674
+ label: String!
675
+ type: String!
676
+ value: String!
677
+ }
678
+
679
+ type ContactList {
680
+ items: [Contact!]!
681
+ total: Int!
682
+ }
683
+
684
+ input ContactPatch {
685
+ address: String
686
+ company: String
687
+ cuFlag: String
688
+ department: String
689
+ email: String
690
+ id: ID
691
+ items: [ContactItemPatch!]
692
+ name: String
693
+ note: String
694
+ phone: String
695
+ profile: ProfileInput
696
+ }
697
+
698
+ type Data {
699
+ """Data delivered by subscription"""
700
+ data: Object
701
+
702
+ """The domain where the data originated"""
703
+ domain: Domain
704
+
705
+ """Tag name attached to data"""
706
+ tag: String!
707
+ }
708
+
709
+ """Entity for DataArchive"""
710
+ type DataArchive {
711
+ createdAt: Timestamp
712
+ creator: User
713
+ domain: Domain
714
+ downloadUrl: String
715
+ id: ID!
716
+ requestParams: Object
717
+ status: String
718
+ type: String
719
+ updatedAt: Timestamp
720
+ updater: User
721
+ }
722
+
723
+ type DataArchiveList {
724
+ items: [DataArchive!]!
725
+ total: Int!
726
+ }
727
+
728
+ input DataArchivePatch {
729
+ cuFlag: String
730
+ downloadUrl: String
731
+ id: ID
732
+ requestParams: Object
733
+ status: String
734
+ type: String
735
+ }
736
+
737
+ """Entity for DataItem"""
738
+ type DataItem {
739
+ active: Boolean
740
+ description: String
741
+ hidden: Boolean
742
+ name: String!
743
+ options: Object
744
+ quota: Int
745
+ spec: Object
746
+ tag: String
747
+ type: String
748
+ unit: String
749
+ }
750
+
751
+ input DataItemPatch {
752
+ active: Boolean
753
+ description: String
754
+ hidden: Boolean
755
+ name: String
756
+ options: Object
757
+ quota: Int
758
+ spec: Object
759
+ tag: String
760
+ type: DataItemType
761
+ unit: String
762
+ }
763
+
764
+ """type enumeration of a data-item"""
765
+ enum DataItemType {
766
+ boolean
767
+ file
768
+ number
769
+ select
770
+ text
771
+ }
772
+
773
+ """Entity for DataKeyItem"""
774
+ type DataKeyItem {
775
+ dataKey: String
776
+ description: String
777
+ name: String!
778
+ tKey: String
779
+ }
780
+
781
+ input DataKeyItemPatch {
782
+ dataKey: String
783
+ description: String
784
+ name: String
785
+ tKey: String
786
+ }
787
+
788
+ """Entity for DataKeySet"""
789
+ type DataKeySet {
790
+ active: Boolean
791
+ createdAt: Timestamp
792
+ creator: User
793
+ dataKeyItems: [DataKeyItem!]
794
+ description: String
795
+ domain: Domain
796
+ id: ID!
797
+ name: String!
798
+ reportType: String
799
+ reportView: String
800
+ thumbnail: String
801
+ updatedAt: Timestamp
802
+ updater: User
803
+ }
804
+
805
+ type DataKeySetList {
806
+ items: [DataKeySet!]!
807
+ total: Int!
808
+ }
809
+
810
+ input DataKeySetPatch {
811
+ active: Boolean
812
+ cuFlag: String
813
+ dataKeyItems: [DataKeyItemPatch!]
814
+ description: String
815
+ id: ID
816
+ name: String
817
+ reportType: String
818
+ reportView: String
819
+ thumbnail: Upload
820
+ }
821
+
822
+ """Entity for Out of control data"""
823
+ type DataOoc {
824
+ collectedAt: Timestamp
825
+ correctedAt: Timestamp
826
+ correctiveAction: String
827
+ corrector: User
828
+ createdAt: Timestamp
829
+ creator: User
830
+ data: Object
831
+ dataItems: [DataItem!]
832
+ dataSet: DataSet
833
+ dataSetVersion: Float
834
+ description: String
835
+ domain: Domain
836
+ history: Object
837
+ id: ID!
838
+ judgment: Object
839
+ key01: String
840
+ key02: String
841
+ key03: String
842
+ key04: String
843
+ key05: String
844
+ name: String!
845
+ ooc: Boolean
846
+ oos: Boolean
847
+ partitionKeys: Object
848
+ rawData: String
849
+ source: String
850
+ state: String
851
+ type: String
852
+ updatedAt: Timestamp
853
+ updater: User
854
+ useCase: String
855
+ workDate: String
856
+ workShift: String
857
+ }
858
+
859
+ type DataOocList {
860
+ items: [DataOoc!]!
861
+ total: Int!
862
+ }
863
+
864
+ input DataOocPatch {
865
+ correctiveAction: String
866
+ id: ID
867
+ state: DataOocStatus
868
+ }
869
+
870
+ """Out of control data corrective action process progress status"""
871
+ enum DataOocStatus {
872
+ CORRECTED
873
+ CREATED
874
+ REVIEWED
875
+ }
876
+
877
+ """Entity for DataSample"""
878
+ type DataSample {
879
+ collectedAt: Timestamp
880
+ createdAt: Timestamp
881
+ creator: User
882
+ data: Object
883
+ dataItems: [DataItem!]
884
+ dataSet: DataSet!
885
+ dataSetVersion: Float
886
+ description: String
887
+ domain: Domain
888
+ id: ID!
889
+ judgment: Object
890
+ key01: String
891
+ key02: String
892
+ key03: String
893
+ key04: String
894
+ key05: String
895
+ name: String!
896
+ ooc: Boolean
897
+ oos: Boolean
898
+ partitionKeys: Object
899
+ rawData: String
900
+ source: String
901
+ type: String
902
+ updatedAt: Timestamp
903
+ updater: User
904
+ useCase: String
905
+ workDate: String
906
+ workShift: String
907
+ }
908
+
909
+ type DataSampleList {
910
+ items: [DataSample!]!
911
+ total: Int!
912
+ }
913
+
914
+ """Entity for DataSensor"""
915
+ type DataSensor {
916
+ active: Boolean
917
+ appliance: Appliance
918
+ brand: String
919
+ createdAt: Timestamp
920
+ creator: User
921
+ dataSet: DataSet
922
+ description: String
923
+ deviceId: String
924
+ domain: Domain
925
+ id: ID!
926
+ model: String
927
+ name: String!
928
+ netmask: String
929
+ refBy: String
930
+ serialNo: String
931
+ tag: String
932
+ updatedAt: Timestamp
933
+ updater: User
934
+ }
935
+
936
+ type DataSensorList {
937
+ items: [DataSensor!]!
938
+ total: Int!
939
+ }
940
+
941
+ input DataSensorPatch {
942
+ active: Boolean
943
+ appliance: ObjectRef
944
+ brand: String
945
+ cuFlag: String!
946
+ dataSet: ObjectRef
947
+ description: String
948
+ deviceId: String
949
+ id: ID
950
+ model: String
951
+ name: String
952
+ netmask: String
953
+ refBy: String
954
+ serialNo: String
955
+ tag: String
956
+ }
957
+
958
+ """Entity for DataSet"""
959
+ type DataSet {
960
+ active: Boolean
961
+ createdAt: Timestamp
962
+ creator: User
963
+ dataItems: [DataItem!]
964
+ dataKeySet: DataKeySet
965
+ description: String
966
+ domain: Domain
967
+ entryBoard: Board
968
+ entryRole: Role
969
+ entryType: String
970
+ entryView: String
971
+ id: ID!
972
+ latestCollectedAt: Timestamp
973
+ monitorBoard: Board
974
+ monitorType: String
975
+ monitorView: String
976
+ name: String!
977
+ nextSchedule: Timestamp
978
+ partitionKeys: Object
979
+ prevSchedule: Timestamp
980
+ reportTemplate: String
981
+ reportType: String
982
+ reportView: String
983
+ schedule: String
984
+ supervisoryRole: Role
985
+ timezone: String
986
+ type: String
987
+ updatedAt: Timestamp
988
+ updater: User
989
+ useCase: String
990
+ version: Float
991
+ }
992
+
993
+ """Entity for DataSetHistory"""
994
+ type DataSetHistory {
995
+ active: Boolean
996
+ createdAt: Timestamp
997
+ creator: User
998
+ dataItems: [DataItem!]
999
+ dataKeySet: DataKeySet
1000
+ description: String
1001
+ domain: Domain
1002
+ entryBoard: Board
1003
+ entryRole: Role
1004
+ entryType: String
1005
+ entryView: String
1006
+ id: ID!
1007
+ monitorBoard: Board
1008
+ monitorType: String
1009
+ monitorView: String
1010
+ name: String!
1011
+ partitionKeys: Object
1012
+ reportTemplate: String
1013
+ reportType: String
1014
+ reportView: String
1015
+ schedule: String
1016
+ supervisoryRole: Role
1017
+ timestamp: User!
1018
+ timezone: String
1019
+ type: String
1020
+ updatedAt: Timestamp
1021
+ updater: User
1022
+ useCase: String
1023
+ version: Float
1024
+ }
1025
+
1026
+ type DataSetHistoryList {
1027
+ items: [DataSetHistory!]!
1028
+ total: Int!
1029
+ }
1030
+
1031
+ type DataSetList {
1032
+ items: [DataSet!]!
1033
+ total: Int!
1034
+ }
1035
+
1036
+ input DataSetPatch {
1037
+ active: Boolean
1038
+ cuFlag: String!
1039
+ dataItems: [DataItemPatch!]
1040
+ dataKeySet: ObjectRef
1041
+ description: String
1042
+ entryRole: ObjectRef
1043
+ entryType: String
1044
+ entryView: String
1045
+ id: ID
1046
+ monitorType: String
1047
+ monitorView: String
1048
+ name: String
1049
+ partitionKeys: Object
1050
+ reportTemplate: Upload
1051
+ reportType: String
1052
+ reportView: String
1053
+ schedule: String
1054
+ supervisoryRole: ObjectRef
1055
+ timezone: String
1056
+ type: String
1057
+ useCase: String
1058
+ }
1059
+
1060
+ type DataSpec {
1061
+ description: String
1062
+ help: String
1063
+ name: String!
1064
+ specItems: [DataSpecItem!]
1065
+ }
1066
+
1067
+ type DataSpecItem {
1068
+ label: String!
1069
+ name: String!
1070
+ placeholder: String
1071
+ property: Object
1072
+ type: String!
1073
+ }
1074
+
1075
+ type DataSpecList {
1076
+ items: [DataSpec!]!
1077
+ total: Int!
1078
+ }
1079
+
1080
+ """Date custom scalar type"""
1081
+ scalar Date
1082
+
1083
+ """Entity for Department"""
1084
+ type Department {
1085
+ active: Boolean
1086
+ children: [Department!]!
1087
+ controlNo: String!
1088
+ createdAt: Timestamp
1089
+ creator: User
1090
+ deletedAt: Timestamp
1091
+ description: String
1092
+ domain: Domain
1093
+ extension: String
1094
+ id: ID!
1095
+ manager: Employee
1096
+ members: [Employee!]!
1097
+ name: String
1098
+ parent: Department
1099
+ picture: String
1100
+ state: String
1101
+ updatedAt: Timestamp
1102
+ updater: User
1103
+ version: Float
1104
+ }
1105
+
1106
+ type DepartmentList {
1107
+ items: [Department!]!
1108
+ total: Int!
1109
+ }
1110
+
1111
+ input DepartmentPatch {
1112
+ active: Boolean
1113
+ controlNo: String
1114
+ cuFlag: String
1115
+ description: String
1116
+ id: ID
1117
+ manager: ObjectRefForEmployee
1118
+ name: String
1119
+ parent: ObjectRef
1120
+ picture: Upload
1121
+ state: DepartmentStatus
1122
+ }
1123
+
1124
+ """state enumeration of a department"""
1125
+ enum DepartmentStatus {
1126
+ STATUS_A
1127
+ STATUS_B
1128
+ }
1129
+
1130
+ type Domain {
1131
+ brandImage: String
1132
+ brandName: String
1133
+ contentImage: String
1134
+ createdAt: Timestamp
1135
+ description: String
1136
+ extType: String
1137
+ id: ID!
1138
+ name: String!
1139
+ owner: String
1140
+ ownerUser: User!
1141
+ subdomain: String
1142
+ systemFlag: Boolean
1143
+ theme: String
1144
+ timezone: String
1145
+ updatedAt: Timestamp
1146
+ workShifts: [WorkShift!]!
1147
+ }
1148
+
1149
+ input DomainGeneratorInput {
1150
+ description: String
1151
+ name: String!
1152
+ }
1153
+
1154
+ input DomainInput {
1155
+ description: String
1156
+ name: String!
1157
+ }
1158
+
1159
+ type DomainList {
1160
+ items: [Domain!]
1161
+ total: Int
1162
+ }
1163
+
1164
+ input DomainPatch {
1165
+ brandImage: String
1166
+ brandName: String
1167
+ contentImage: String
1168
+ description: String
1169
+ id: String
1170
+ name: String
1171
+ subdomain: String
1172
+ systemFlag: Boolean
1173
+ theme: String
1174
+ timezone: String
1175
+ }
1176
+
1177
+ input DomainUserRoleInput {
1178
+ domain: DomainInput!
1179
+ roles: [NewRole!]!
1180
+ users: [NewUserByDomainWizardInput!]!
1181
+ }
1182
+
1183
+ """Entity for Employee"""
1184
+ type Employee {
1185
+ active: Boolean
1186
+ address: String!
1187
+ approvalLines: [ApprovalLine!]!
1188
+ contact: Contact
1189
+ controlNo: String!
1190
+ createdAt: Timestamp
1191
+ creator: User
1192
+ deletedAt: Timestamp
1193
+ department: Department
1194
+ domain: Domain
1195
+ email: String
1196
+ extension: String
1197
+ hiredOn: String
1198
+ id: ID!
1199
+ manages: [Department!]!
1200
+ name: String
1201
+ note: String
1202
+ phone: String
1203
+ photo: String
1204
+ profile: Profile
1205
+ supervises: [Employee!]!
1206
+ supervisor: Employee
1207
+ type: String
1208
+ updatedAt: Timestamp
1209
+ updater: User
1210
+ user: User
1211
+ version: Float
1212
+ }
1213
+
1214
+ type EmployeeList {
1215
+ items: [Employee!]!
1216
+ total: Int!
1217
+ }
1218
+
1219
+ input EmployeePatch {
1220
+ active: Boolean
1221
+ controlNo: String
1222
+ cuFlag: String
1223
+ department: ObjectRef
1224
+ hiredOn: String
1225
+ id: ID
1226
+ name: String
1227
+ note: String
1228
+ photo: Upload
1229
+ supervisor: ObjectRefForEmployee
1230
+ type: EmployeeType
1231
+ user: ObjectRefForUser
1232
+ }
1233
+
1234
+ """type enumeration of a employee"""
1235
+ enum EmployeeType {
1236
+ FULLTIME
1237
+ PARTTIME
1238
+ TEMPORARY
1239
+ }
1240
+
1241
+ """Entity for Entity"""
1242
+ type Entity {
1243
+ active: Boolean
1244
+ association: String
1245
+ bundle: String!
1246
+ children: [Entity!]
1247
+ columns: [EntityColumn!]
1248
+ createdAt: Timestamp
1249
+ creator: User
1250
+ dataProp: String
1251
+ delStrategy: String
1252
+ description: String
1253
+ domain: Domain
1254
+ extEntity: Boolean
1255
+ fixedColumns: Float
1256
+ id: ID!
1257
+ idField: String
1258
+ idType: String
1259
+ master: Entity
1260
+ multiSaveUrl: String
1261
+ name: String!
1262
+ refField: String
1263
+ searchUrl: String
1264
+ tableName: String!
1265
+ titleField: String
1266
+ updatedAt: Timestamp
1267
+ updater: User
1268
+ }
1269
+
1270
+ """Entity for EntityColumn"""
1271
+ type EntityColumn {
1272
+ colSize: Float
1273
+ colType: String!
1274
+ createdAt: Timestamp
1275
+ creator: User
1276
+ defVal: String
1277
+ description: String
1278
+ domain: Domain
1279
+ entity: Entity!
1280
+ formEditor: String
1281
+ formFormat: String
1282
+ formValidator: String
1283
+ gridAlign: String
1284
+ gridEditor: String
1285
+ gridFormat: String
1286
+ gridRank: Float
1287
+ gridValidator: String
1288
+ gridWidth: Float
1289
+ id: ID!
1290
+ ignoreOnSav: Boolean
1291
+ name: String!
1292
+ nullable: Boolean
1293
+ rangeVal: String
1294
+ rank: Float
1295
+ refName: String
1296
+ refParams: String
1297
+ refRelated: String
1298
+ refType: String
1299
+ refUrl: String
1300
+ reverseSort: Boolean
1301
+ searchEditor: String
1302
+ searchInitVal: String
1303
+ searchName: String
1304
+ searchOper: String
1305
+ searchRank: Float
1306
+ sortRank: Float
1307
+ term: String
1308
+ uniqRank: Float
1309
+ updatedAt: Timestamp
1310
+ updater: User
1311
+ virtualField: Boolean
1312
+ }
1313
+
1314
+ type EntityColumnList {
1315
+ items: [EntityColumn!]!
1316
+ total: Int!
1317
+ }
1318
+
1319
+ """EntityColumn of Entity"""
1320
+ type EntityColumnMetadata {
1321
+ enum: [Any!]
1322
+ generatedType: String
1323
+ isArray: Boolean
1324
+ isNullable: Boolean!
1325
+ isPrimary: Boolean
1326
+ isReadonly: Boolean
1327
+ isUpdateDate: Boolean
1328
+ isVersion: Boolean
1329
+ length: Float
1330
+ propertyName: String!
1331
+ referenceColumn: Any
1332
+ relationMetadata: EntityRelationMetadata
1333
+ target: Any
1334
+ type: Any!
1335
+ width: Int
1336
+ }
1337
+
1338
+ input EntityColumnPatch {
1339
+ colSize: Int
1340
+ colType: String
1341
+ cuFlag: String
1342
+ defVal: String
1343
+ description: String
1344
+ entity: ObjectRef
1345
+ formEditor: String
1346
+ formFormat: String
1347
+ formValidator: String
1348
+ gridAlign: String
1349
+ gridEditor: String
1350
+ gridFormat: String
1351
+ gridRank: Int
1352
+ gridValidator: String
1353
+ gridWidth: Int
1354
+ id: ID
1355
+ ignoreOnSav: Boolean
1356
+ name: String
1357
+ nullable: Boolean
1358
+ rangeVal: String
1359
+ rank: Int
1360
+ refName: String
1361
+ refParams: String
1362
+ refRelated: String
1363
+ refType: String
1364
+ refUrl: String
1365
+ reverseSort: Boolean
1366
+ searchEditor: String
1367
+ searchInitVal: String
1368
+ searchName: String
1369
+ searchOper: String
1370
+ searchRank: Int
1371
+ sortRank: Float
1372
+ term: String
1373
+ uniqRank: Int
1374
+ virtualField: Boolean
1375
+ }
1376
+
1377
+ type EntityList {
1378
+ items: [Entity!]!
1379
+ total: Int!
1380
+ }
1381
+
1382
+ """Entity for EntityMetadata"""
1383
+ type EntityMetadata {
1384
+ columns: [EntityColumnMetadata!]
1385
+ name: String!
1386
+ }
1387
+
1388
+ input EntityPatch {
1389
+ active: Boolean
1390
+ association: String
1391
+ bundle: String
1392
+ children: [String!]
1393
+ columns: [String!]
1394
+ cuFlag: String
1395
+ dataProp: String
1396
+ delStrategy: String
1397
+ description: String
1398
+ extEntity: Boolean
1399
+ fixedColumns: Int
1400
+ id: ID
1401
+ idField: String
1402
+ idType: String
1403
+ master: String
1404
+ multiSaveUrl: String
1405
+ name: String
1406
+ refField: String
1407
+ searchUrl: String
1408
+ tableName: String
1409
+ titleField: String
1410
+ }
1411
+
1412
+ """RelationType of EntityColumn"""
1413
+ type EntityRelationMetadata {
1414
+ isManyToOne: Boolean
1415
+ isOneToMany: Boolean
1416
+ isOneToOne: Boolean
1417
+ joinColumns: [EntityColumnMetadata!]
1418
+ joinTableName: String
1419
+ relationType: Boolean
1420
+ }
1421
+
1422
+ input Filter {
1423
+ name: String!
1424
+ operator: String!
1425
+ relation: Boolean
1426
+ value: Any
1427
+ }
1428
+
1429
+ """Entity for Font"""
1430
+ type Font {
1431
+ active: Boolean!
1432
+ createdAt: Timestamp
1433
+ creator: User
1434
+ domain: Domain
1435
+ files: [Attachment!]
1436
+ id: ID!
1437
+ name: String!
1438
+ path: String
1439
+ provider: String!
1440
+ updatedAt: Timestamp
1441
+ updater: User
1442
+ uri: String
1443
+ }
1444
+
1445
+ type FontList {
1446
+ items: [Font!]!
1447
+ total: Int!
1448
+ }
1449
+
1450
+ input FontPatch {
1451
+ active: Boolean
1452
+ files: [Upload!]
1453
+ name: String
1454
+ path: String
1455
+ provider: String
1456
+ uri: String
1457
+ }
1458
+
1459
+ type GrantedRole {
1460
+ domain: Domain!
1461
+ id: ID!
1462
+ role: Role!
1463
+ }
1464
+
1465
+ """Entity for Board Management Group"""
1466
+ type Group {
1467
+ boards: [Board!]
1468
+ createdAt: Timestamp
1469
+ creator: User
1470
+ description: String
1471
+ domain: Domain
1472
+ id: ID!
1473
+ name: String!
1474
+ updatedAt: Timestamp
1475
+ updater: User
1476
+ }
1477
+
1478
+ type GroupList {
1479
+ items: [Group!]!
1480
+ total: Int!
1481
+ }
1482
+
1483
+ input GroupPatch {
1484
+ description: String
1485
+ name: String
1486
+ }
1487
+
1488
+ """Entity for InstallableActivity"""
1489
+ type InstallableActivity {
1490
+ activity: Activity
1491
+ activityType: String
1492
+ category: String
1493
+ description: String
1494
+ model: [ActivityModelItem!]
1495
+ name: String
1496
+
1497
+ """Provider information of the Activity"""
1498
+ provider: String
1499
+
1500
+ """Release information of the Activity"""
1501
+ release: String
1502
+ reportSource: String
1503
+ reportType: String
1504
+ startable: Boolean
1505
+ thumbnail: String
1506
+ uiSource: String
1507
+ uiType: String
1508
+ }
1509
+
1510
+ type InstallableActivityList {
1511
+ items: [InstallableActivity!]!
1512
+ total: Int!
1513
+ }
1514
+
1515
+ type Invitation {
1516
+ createdAt: Timestamp
1517
+ creator: User
1518
+ email: String!
1519
+ id: ID!
1520
+ reference: String!
1521
+ token: String!
1522
+ type: String!
1523
+ updatedAt: Timestamp
1524
+ updater: User
1525
+ }
1526
+
1527
+ type InvitationList {
1528
+ items: [Invitation!]
1529
+ total: Int
1530
+ }
1531
+
1532
+ """Entity for LiteMenu"""
1533
+ type LiteMenu {
1534
+ active: Boolean
1535
+ appName: String
1536
+ board: Board
1537
+ createdAt: Timestamp
1538
+ creator: User
1539
+ description: String
1540
+ domain: Domain
1541
+ icon: String
1542
+ id: ID!
1543
+ name: String!
1544
+ parent: String
1545
+ rank: Int
1546
+ type: String
1547
+ updatedAt: Timestamp
1548
+ updater: User
1549
+ value: String
1550
+ }
1551
+
1552
+ type LiteMenuList {
1553
+ items: [LiteMenu!]!
1554
+ total: Int!
1555
+ }
1556
+
1557
+ input LiteMenuPatch {
1558
+ active: Boolean
1559
+ appName: String
1560
+ description: String
1561
+ icon: String
1562
+ name: String
1563
+ parent: String
1564
+ rank: Int
1565
+ type: String
1566
+ value: String
1567
+ }
1568
+
1569
+ type Log {
1570
+ """log level (error, warning, info, ..)"""
1571
+ level: String!
1572
+
1573
+ """log body message"""
1574
+ message: String!
1575
+
1576
+ """the source of the log"""
1577
+ source: Object!
1578
+
1579
+ """timestamp the log occurred"""
1580
+ timestamp: String!
1581
+ }
1582
+
1583
+ type LoginHistory {
1584
+ accessDomain: Domain!
1585
+ accessUser: User!
1586
+ accessedAt: Timestamp
1587
+ accessorIp: String
1588
+ id: ID!
1589
+ }
1590
+
1591
+ """Entity for Menu"""
1592
+ type Menu {
1593
+ buttons: [MenuButton!]!
1594
+ category: String
1595
+ children: [Menu!]!
1596
+ columns: [MenuColumn!]!
1597
+ createdAt: Timestamp
1598
+ creator: User
1599
+ description: String
1600
+ detailFormId: String
1601
+ detailLayout: String
1602
+ domain: Domain
1603
+ fixedColumns: Float
1604
+ gridSaveUrl: String
1605
+ hiddenFlag: Boolean
1606
+ iconPath: String
1607
+ id: ID!
1608
+ idField: String
1609
+ itemsProp: String
1610
+ menuType: String
1611
+ name: String
1612
+ pagination: Boolean
1613
+ parent: Menu
1614
+ rank: Float
1615
+ resourceId: String
1616
+ resourceName: String
1617
+ resourceType: String
1618
+ resourceUrl: String
1619
+ role: Role
1620
+ roles: [Role!]
1621
+ routing: String
1622
+ routingType: String
1623
+ template: String
1624
+ titleField: String
1625
+ totalProp: String
1626
+ updatedAt: Timestamp
1627
+ updater: User
1628
+ }
1629
+
1630
+ """Entity for MenuButton"""
1631
+ type MenuButton {
1632
+ auth: String
1633
+ createdAt: Timestamp
1634
+ creator: User
1635
+ domain: Domain
1636
+ icon: String
1637
+ id: ID!
1638
+ logic: String
1639
+ menu: Menu
1640
+ rank: Float
1641
+ style: String
1642
+ text: String
1643
+ updatedAt: Timestamp
1644
+ updater: User
1645
+ }
1646
+
1647
+ type MenuButtonList {
1648
+ items: [MenuButton!]!
1649
+ total: Int!
1650
+ }
1651
+
1652
+ input MenuButtonPatch {
1653
+ auth: String
1654
+ icon: String
1655
+ logic: String
1656
+ menu: String
1657
+ rank: Int
1658
+ style: String
1659
+ text: String
1660
+ }
1661
+
1662
+ """Entity for MenuColumn"""
1663
+ type MenuColumn {
1664
+ colSize: Float
1665
+ colType: String
1666
+ createdAt: Timestamp
1667
+ creator: User
1668
+ defVal: String
1669
+ description: String
1670
+ domain: Domain
1671
+ extField: Boolean
1672
+ formEditor: String
1673
+ formFormat: String
1674
+ formValidator: String
1675
+ gridAlign: String
1676
+ gridEditor: String
1677
+ gridFormat: String
1678
+ gridRank: Float
1679
+ gridValidator: String
1680
+ gridWidth: Float
1681
+ id: ID!
1682
+ ignoreOnSave: Boolean
1683
+ menu: Menu
1684
+ name: String!
1685
+ nullable: Boolean
1686
+ rangeVal: String
1687
+ rank: Float
1688
+ refName: String
1689
+ refParams: String
1690
+ refRelated: String
1691
+ refType: String
1692
+ refUrl: String
1693
+ reverseSort: Boolean
1694
+ searchEditor: String
1695
+ searchInitVal: String
1696
+ searchName: String
1697
+ searchOper: String
1698
+ searchRank: Float
1699
+ sortRank: Float
1700
+ term: String
1701
+ uniqRank: Float
1702
+ updatedAt: Timestamp
1703
+ updater: User
1704
+ virtualField: Boolean
1705
+ }
1706
+
1707
+ type MenuColumnList {
1708
+ items: [MenuColumn!]!
1709
+ total: Int!
1710
+ }
1711
+
1712
+ input MenuColumnPatch {
1713
+ colSize: Int
1714
+ colType: String
1715
+ defVal: String
1716
+ description: String
1717
+ extField: Boolean
1718
+ formEditor: String
1719
+ formFormat: String
1720
+ formValidator: String
1721
+ gridAlign: String
1722
+ gridEditor: String
1723
+ gridFormat: String
1724
+ gridRank: Int
1725
+ gridValidator: String
1726
+ gridWidth: Int
1727
+ ignoreOnSave: Boolean
1728
+ menu: String
1729
+ name: String
1730
+ nullable: Boolean
1731
+ rangeVal: String
1732
+ rank: Int
1733
+ refName: String
1734
+ refParams: String
1735
+ refRelated: String
1736
+ refType: String
1737
+ refUrl: String
1738
+ reverseSort: Boolean
1739
+ searchEditor: String
1740
+ searchInitVal: String
1741
+ searchName: String
1742
+ searchOper: String
1743
+ searchRank: Int
1744
+ sortRank: Int
1745
+ term: String
1746
+ uniqRank: Int
1747
+ virtualField: Boolean
1748
+ }
1749
+
1750
+ """Entity for MenuDetail"""
1751
+ type MenuDetail {
1752
+ association: String
1753
+ buttons: [MenuDetailButton!]
1754
+ columns: [MenuDetailColumn!]
1755
+ createdAt: Timestamp
1756
+ creator: User
1757
+ customView: String
1758
+ dataProp: String
1759
+ domain: Domain
1760
+ entityId: String
1761
+ id: ID!
1762
+ masterField: String
1763
+ menu: Menu
1764
+ name: String!
1765
+ saveUrl: String
1766
+ searchUrl: String
1767
+ updatedAt: Timestamp
1768
+ updater: User
1769
+ viewSection: String
1770
+ }
1771
+
1772
+ """Entity for MenuDetailButton"""
1773
+ type MenuDetailButton {
1774
+ createdAt: Timestamp
1775
+ creator: User
1776
+ domain: Domain
1777
+ icon: String
1778
+ id: ID!
1779
+ logic: String
1780
+ menuDetail: MenuDetail
1781
+ rank: Float
1782
+ style: String
1783
+ text: String
1784
+ updatedAt: Timestamp
1785
+ updater: User
1786
+ }
1787
+
1788
+ type MenuDetailButtonList {
1789
+ items: [MenuDetailButton!]!
1790
+ total: Int!
1791
+ }
1792
+
1793
+ input MenuDetailButtonPatch {
1794
+ icon: String
1795
+ logic: String
1796
+ menuDetail: String
1797
+ rank: Int
1798
+ style: String
1799
+ text: String
1800
+ }
1801
+
1802
+ """Entity for MenuDetailColumn"""
1803
+ type MenuDetailColumn {
1804
+ colSize: Float
1805
+ colType: String
1806
+ createdAt: Timestamp
1807
+ creator: User
1808
+ defVal: String
1809
+ description: String
1810
+ domain: Domain
1811
+ extField: Boolean
1812
+ formEditor: String
1813
+ formFormat: String
1814
+ formValidator: String
1815
+ gridAlign: String
1816
+ gridEditor: String
1817
+ gridFormat: String
1818
+ gridRank: Float
1819
+ gridValidator: String
1820
+ gridWidth: Float
1821
+ id: ID!
1822
+ ignoreOnSave: Boolean
1823
+ menuDetail: MenuDetail
1824
+ name: String
1825
+ nullable: Boolean
1826
+ rangeVal: String
1827
+ rank: Float
1828
+ refName: String
1829
+ refParams: String
1830
+ refRelated: String
1831
+ refType: String
1832
+ refUrl: String
1833
+ reverseSort: Boolean
1834
+ searchEditor: String
1835
+ searchInitVal: String
1836
+ searchName: String
1837
+ searchOper: String
1838
+ searchRank: Float
1839
+ sortRank: Float
1840
+ term: String
1841
+ uniqRank: Float
1842
+ updatedAt: Timestamp
1843
+ updater: User
1844
+ virtualField: Boolean
1845
+ }
1846
+
1847
+ type MenuDetailColumnList {
1848
+ items: [MenuDetailColumn!]!
1849
+ total: Int!
1850
+ }
1851
+
1852
+ input MenuDetailColumnPatch {
1853
+ colSize: Int
1854
+ colType: String!
1855
+ defVal: String
1856
+ description: String
1857
+ extField: Boolean
1858
+ formEditor: String
1859
+ formFormat: String
1860
+ formValidator: String
1861
+ gridAlign: String
1862
+ gridEditor: String
1863
+ gridFormat: String
1864
+ gridRank: Int
1865
+ gridValidator: String
1866
+ gridWidth: Int
1867
+ ignoreOnSave: Boolean
1868
+ menuDetail: String!
1869
+ name: String!
1870
+ nullable: Boolean
1871
+ rangeVal: String
1872
+ rank: Int
1873
+ refName: String
1874
+ refParams: String
1875
+ refRelated: String
1876
+ refType: String
1877
+ refUrl: String
1878
+ reverseSort: Boolean
1879
+ searchEditor: String
1880
+ searchInitVal: String
1881
+ searchName: String
1882
+ searchOper: String
1883
+ searchRank: Int
1884
+ sortRank: Int
1885
+ term: String
1886
+ uniqRank: Int
1887
+ virtualField: Boolean
1888
+ }
1889
+
1890
+ type MenuDetailList {
1891
+ items: [MenuDetail!]!
1892
+ total: Int!
1893
+ }
1894
+
1895
+ input MenuDetailPatch {
1896
+ association: String
1897
+ buttons: [String!]
1898
+ columns: [String!]
1899
+ customView: String
1900
+ dataProp: String
1901
+ entityId: String
1902
+ masterField: String
1903
+ menu: String
1904
+ name: String
1905
+ saveUrl: String
1906
+ searchUrl: String
1907
+ viewSection: String
1908
+ }
1909
+
1910
+ type MenuList {
1911
+ items: [Menu!]!
1912
+ total: Int!
1913
+ }
1914
+
1915
+ input MenuPatch {
1916
+ buttons: [ObjectRef!]
1917
+ category: String
1918
+ children: [ObjectRef!]
1919
+ columns: [ObjectRef!]
1920
+ cuFlag: String
1921
+ description: String
1922
+ detailFormId: String
1923
+ detailLayout: String
1924
+ fixedColumns: Int
1925
+ gridSaveUrl: String
1926
+ hiddenFlag: Boolean
1927
+ iconPath: String
1928
+ id: ID
1929
+ idField: String
1930
+ itemsProp: String
1931
+ menuType: String
1932
+ name: String
1933
+ pagination: Boolean
1934
+ parent: ObjectRef
1935
+ rank: Int
1936
+ resourceId: String
1937
+ resourceName: String
1938
+ resourceType: String
1939
+ resourceUrl: String
1940
+ role: ObjectRef
1941
+ routing: String
1942
+ routingType: String
1943
+ template: String
1944
+ titleField: String
1945
+ totalProp: String
1946
+ }
1947
+
1948
+ type Mutation {
1949
+ """To abort a ActivityInstance"""
1950
+ abortActivityInstance(id: String!, reason: String): ActivityInstance!
1951
+
1952
+ """To abort a ActivityThread"""
1953
+ abortActivityThread(id: String!, reason: String): ActivityThread!
1954
+
1955
+ """To activate installable activity to Activity on given domain"""
1956
+ activateInstallableActivity(name: String!): Activity!
1957
+
1958
+ """To activate user"""
1959
+ activateUser(userId: String!): Boolean!
1960
+
1961
+ """To approve ActivityApproval"""
1962
+ approveActivityApproval(comment: String, id: String!): ActivityApproval
1963
+
1964
+ """To assign a ActivityInstance"""
1965
+ assignActivityInstance(
1966
+ """Email of assignee users"""
1967
+ assignees: [String!]
1968
+ dueAt: Timestamp
1969
+ id: String!
1970
+ reason: String
1971
+ ): ActivityInstance!
1972
+
1973
+ """To attach a contact on Employee"""
1974
+ attachContact(contactId: String!, id: String!): Employee!
1975
+ cancelInvitation(email: String!, reference: String!, type: String!): Boolean!
1976
+
1977
+ """To connect a connection"""
1978
+ connectConnection(name: String!): Connection!
1979
+
1980
+ """To copy multiple data-archives"""
1981
+ copyDataArchives(ids: [String!]!): [DataArchive!]!
1982
+
1983
+ """To copy multiple data-sets"""
1984
+ copyDataSets(ids: [String!]!): [DataSet!]!
1985
+
1986
+ """To import multiple scenarios"""
1987
+ copyScenarios(ids: [String!]!): [Scenario!]!
1988
+
1989
+ """To create new Activity"""
1990
+ createActivity(activity: NewActivity!): Activity!
1991
+
1992
+ """To create new ActivityTemplate"""
1993
+ createActivityTemplate(activityTemplate: NewActivityTemplate!): ActivityTemplate!
1994
+
1995
+ """To create new appliance"""
1996
+ createAppliance(appliance: NewAppliance!): Appliance!
1997
+
1998
+ """To create new application"""
1999
+ createApplication(application: NewApplication!): Application!
2000
+
2001
+ """To create new ApprovalLine"""
2002
+ createApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
2003
+ createAttachment(attachment: NewAttachment!): Attachment!
2004
+ createAttachments(attachments: [NewAttachment!]!): [Attachment!]!
2005
+
2006
+ """To create new Board"""
2007
+ createBoard(board: NewBoard!): Board!
2008
+
2009
+ """To create new CommonCode"""
2010
+ createCommonCode(commonCode: NewCommonCode!): CommonCode!
2011
+
2012
+ """To create new CommonCodeDetail"""
2013
+ createCommonCodeDetail(commonCodeDetail: NewCommonCodeDetail!): CommonCodeDetail!
2014
+
2015
+ """To create new connection"""
2016
+ createConnection(connection: NewConnection!): Connection!
2017
+
2018
+ """To create new Contact"""
2019
+ createContact(contact: NewContact!): Contact!
2020
+
2021
+ """To create new DataArchive"""
2022
+ createDataArchive(dataArchive: NewDataArchive!): DataArchive!
2023
+
2024
+ """To create new DataKeySet"""
2025
+ createDataKeySet(dataKeySet: NewDataKeySet!): DataKeySet!
2026
+
2027
+ """To create new DataOoc"""
2028
+ createDataOoc(dataOoc: NewDataOoc!): DataOoc!
2029
+
2030
+ """To create new data sample"""
2031
+ createDataSample(dataSample: NewDataSample!): DataSample!
2032
+
2033
+ """To create new DataSensor"""
2034
+ createDataSensor(dataSensor: NewDataSensor!): DataSensor!
2035
+
2036
+ """To create new DataSet"""
2037
+ createDataSet(dataSet: NewDataSet!): DataSet!
2038
+
2039
+ """To create new Department"""
2040
+ createDepartment(department: NewDepartment!): Department!
2041
+
2042
+ """To create domain (Only superuser is granted this privilege.)"""
2043
+ createDomain(domainInput: DomainPatch!): Domain!
2044
+
2045
+ """To create new Employee"""
2046
+ createEmployee(employee: NewEmployee!): Employee!
2047
+
2048
+ """To create new Entity"""
2049
+ createEntity(entity: NewEntity!): Entity!
2050
+
2051
+ """To create new EntityColumn"""
2052
+ createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
2053
+
2054
+ """To create new Font"""
2055
+ createFont(font: NewFont!): Font!
2056
+
2057
+ """To create new Group"""
2058
+ createGroup(group: NewGroup!): Group
2059
+
2060
+ """To create new LiteMenu"""
2061
+ createLiteMenu(liteMenu: NewLiteMenu!): LiteMenu!
2062
+
2063
+ """To create new Menu"""
2064
+ createMenu(menu: NewMenu!): Menu!
2065
+
2066
+ """To create new MenuButton"""
2067
+ createMenuButton(menuButton: NewMenuButton!): MenuButton!
2068
+
2069
+ """To create new MenuColumn"""
2070
+ createMenuColumn(menuColumn: NewMenuColumn!): MenuColumn!
2071
+
2072
+ """To create new MenuDetail"""
2073
+ createMenuDetail(menuDetail: NewMenuDetail!): MenuDetail!
2074
+
2075
+ """To create new MenuDetailButton"""
2076
+ createMenuDetailButton(menuDetailButton: NewMenuDetailButton!): MenuDetailButton!
2077
+
2078
+ """To create new MenuDetailColumn"""
2079
+ createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
2080
+
2081
+ """To create new ApprovalLine for current user"""
2082
+ createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
2083
+
2084
+ """To create new Oauth2Client"""
2085
+ createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
2086
+
2087
+ """To create new PayloadLog"""
2088
+ createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
2089
+
2090
+ """To create new PlayGroup"""
2091
+ createPlayGroup(playGroup: NewPlayGroup!): PlayGroup!
2092
+
2093
+ """To create new privilege"""
2094
+ createPrivilege(privilege: NewPrivilege!): Privilege!
2095
+
2096
+ """To create new user"""
2097
+ createRole(role: NewRole!): User!
2098
+
2099
+ """To create new scenario"""
2100
+ createScenario(scenario: NewScenario!): Scenario!
2101
+
2102
+ """To create new Setting"""
2103
+ createSetting(setting: NewSetting!): Setting!
2104
+
2105
+ """To create new Terminology"""
2106
+ createTerminology(terminology: NewTerminology!): Terminology!
2107
+
2108
+ """To create new user"""
2109
+ createUser(user: NewUser!): User!
2110
+
2111
+ """To deactivate installable activity to Activity on given domain"""
2112
+ deactivateInstallableActivity(name: String!): Activity!
2113
+
2114
+ """To delegate ActivityApproval"""
2115
+ delegateActivityApproval(comment: String, id: String!, to: ObjectRef!): ActivityApproval
2116
+
2117
+ """To delegate a ActivityInstance"""
2118
+ delegateActivityInstance(assigneeRole: ObjectRef, dueAt: Timestamp, id: String!, reason: String): ActivityInstance!
2119
+
2120
+ """To delegate a ActivityThread"""
2121
+ delegateActivityThread(assigneeRole: ObjectRef, dueAt: Timestamp, id: String!, reason: String): ActivityThread!
2122
+
2123
+ """To delete multiple Activities"""
2124
+ deleteActivities(ids: [String!]!): Boolean!
2125
+
2126
+ """To delete Activity"""
2127
+ deleteActivity(id: String!): Boolean!
2128
+
2129
+ """To delete ActivityTemplate"""
2130
+ deleteActivityTemplate(id: String!): Boolean!
2131
+
2132
+ """To delete multiple ActivityTemplates"""
2133
+ deleteActivityTemplates(ids: [String!]!): Boolean!
2134
+ deleteAppBinding(id: String!): Boolean!
2135
+
2136
+ """To delete appliance"""
2137
+ deleteAppliance(id: String!): Boolean!
2138
+
2139
+ """To delete application"""
2140
+ deleteApplication(id: String!): Boolean!
2141
+
2142
+ """To delete ApprovalLine"""
2143
+ deleteApprovalLine(id: String!): Boolean!
2144
+
2145
+ """To delete multiple ApprovalLines"""
2146
+ deleteApprovalLines(ids: [String!]!): Boolean!
2147
+ deleteAttachment(id: String!): Boolean!
2148
+ deleteAttachmentsByRef(refBys: [String!]!): Boolean!
2149
+
2150
+ """To delete Board"""
2151
+ deleteBoard(id: String!): Boolean!
2152
+
2153
+ """To delete CommonCode"""
2154
+ deleteCommonCode(id: String!): Boolean!
2155
+
2156
+ """To delete CommonCodeDetail"""
2157
+ deleteCommonCodeDetail(id: String!): Boolean!
2158
+
2159
+ """To delete multiple CommonCodeDetails"""
2160
+ deleteCommonCodeDetails(ids: [String!]!): Boolean!
2161
+
2162
+ """To delete multiple CommonCodes"""
2163
+ deleteCommonCodes(ids: [String!]!): Boolean!
2164
+
2165
+ """To delete connection"""
2166
+ deleteConnection(name: String!): Boolean!
2167
+
2168
+ """To delete multiple connections"""
2169
+ deleteConnections(names: [String!]!): Boolean!
2170
+
2171
+ """To delete Contact"""
2172
+ deleteContact(id: String!): Boolean!
2173
+
2174
+ """To delete multiple Contacts"""
2175
+ deleteContacts(ids: [String!]!): Boolean!
2176
+
2177
+ """To delete DataArchive"""
2178
+ deleteDataArchive(id: String!): Boolean!
2179
+
2180
+ """To delete multiple dataArchives"""
2181
+ deleteDataArchives(ids: [String!]!): Boolean!
2182
+
2183
+ """To delete DataKeySet"""
2184
+ deleteDataKeySet(id: String!): Boolean!
2185
+
2186
+ """To delete multiple DataKeySets"""
2187
+ deleteDataKeySets(ids: [String!]!): Boolean!
2188
+
2189
+ """To delete DataSensor"""
2190
+ deleteDataSensor(id: String!): Boolean!
2191
+
2192
+ """To delete multiple dataSensors"""
2193
+ deleteDataSensors(ids: [String!]!): Boolean!
2194
+
2195
+ """To delete DataSet"""
2196
+ deleteDataSet(id: String!): Boolean!
2197
+
2198
+ """To delete multiple dataSets"""
2199
+ deleteDataSets(ids: [String!]!): Boolean!
2200
+
2201
+ """To delete Department"""
2202
+ deleteDepartment(id: String!): Boolean!
2203
+
2204
+ """To delete multiple Departments"""
2205
+ deleteDepartments(ids: [String!]!): Boolean!
2206
+
2207
+ """To delete domain (Only superuser is granted this privilege.)"""
2208
+ deleteDomain(name: String!): Domain!
2209
+
2210
+ """To delete domain user"""
2211
+ deleteDomainUser(email: String!): Boolean!
2212
+
2213
+ """To delete multiple domains (Only superuser is granted this privilege.)"""
2214
+ deleteDomains(names: [String!]!): Boolean!
2215
+
2216
+ """To delete Employee"""
2217
+ deleteEmployee(id: String!): Boolean!
2218
+
2219
+ """To delete multiple Employees"""
2220
+ deleteEmployees(ids: [String!]!): Boolean!
2221
+
2222
+ """To delete multiple Entities"""
2223
+ deleteEntities(ids: [String!]!): Boolean!
2224
+
2225
+ """To delete Entity"""
2226
+ deleteEntity(id: String!): Boolean!
2227
+
2228
+ """To delete EntityColumn"""
2229
+ deleteEntityColumn(id: String!): Boolean!
2230
+
2231
+ """To delete multiple EntityColumns"""
2232
+ deleteEntityColumns(ids: [String!]!): Boolean!
2233
+
2234
+ """To delete Font"""
2235
+ deleteFont(id: String!): Boolean!
2236
+
2237
+ """To delete Group"""
2238
+ deleteGroup(id: String!): Boolean!
2239
+
2240
+ """To delete LiteMenu"""
2241
+ deleteLiteMenu(id: String!): Boolean!
2242
+
2243
+ """To delete Menu"""
2244
+ deleteMenu(id: String!): Boolean!
2245
+
2246
+ """To delete MenuButton"""
2247
+ deleteMenuButton(id: String!): Boolean!
2248
+
2249
+ """To delete multiple MenuButtons"""
2250
+ deleteMenuButtons(ids: [String!]!): Boolean!
2251
+
2252
+ """To delete MenuColumn"""
2253
+ deleteMenuColumn(id: String!): Boolean!
2254
+
2255
+ """To delete multiple MenuColumns"""
2256
+ deleteMenuColumns(ids: [String!]!): Boolean!
2257
+
2258
+ """To delete MenuDetail"""
2259
+ deleteMenuDetail(id: String!): Boolean!
2260
+
2261
+ """To delete MenuDetailButton"""
2262
+ deleteMenuDetailButton(id: String!): Boolean!
2263
+
2264
+ """To delete multiple MenuDetailButtons"""
2265
+ deleteMenuDetailButtons(ids: [String!]!): Boolean!
2266
+
2267
+ """To delete MenuDetailColumn"""
2268
+ deleteMenuDetailColumn(id: String!): Boolean!
2269
+
2270
+ """To delete multiple MenuDetailColumns"""
2271
+ deleteMenuDetailColumns(ids: [String!]!): Boolean!
2272
+
2273
+ """To delete multiple MenuDetails"""
2274
+ deleteMenuDetails(ids: [String!]!): Boolean!
2275
+
2276
+ """To delete multiple Menus"""
2277
+ deleteMenus(ids: [String!]!): Boolean!
2278
+
2279
+ """To delete ApprovalLine for current user"""
2280
+ deleteMyApprovalLine(id: String!): Boolean!
2281
+
2282
+ """To delete multiple ApprovalLines for current user"""
2283
+ deleteMyApprovalLines(ids: [String!]!): Boolean!
2284
+
2285
+ """To delete Oauth2Client"""
2286
+ deleteOauth2Client(id: String!): Boolean!
2287
+
2288
+ """To delete multiple Oauth2Clients"""
2289
+ deleteOauth2Clients(ids: [String!]!): Boolean!
2290
+
2291
+ """To delete multiple partnerSettings"""
2292
+ deletePartnerSettings(ids: [String!]!): Boolean!
2293
+
2294
+ """To delete PayloadLog"""
2295
+ deletePayloadLog(id: String!): Boolean!
2296
+
2297
+ """To delete multiple payloadLogs"""
2298
+ deletePayloadLogs(ids: [String!]!): Boolean!
2299
+
2300
+ """To delete PlayGroup"""
2301
+ deletePlayGroup(id: String!): Boolean!
2302
+
2303
+ """To delete privilege"""
2304
+ deletePrivilege(category: String!, name: String!): Boolean!
2305
+
2306
+ """To delete role"""
2307
+ deleteRole(id: String!): Boolean!
2308
+
2309
+ """To delete multiple roles"""
2310
+ deleteRoles(ids: [String!]!): Boolean!
2311
+
2312
+ """To delete scenario"""
2313
+ deleteScenario(name: String!): Boolean!
2314
+
2315
+ """To delete multiple scenarios"""
2316
+ deleteScenarios(ids: [String!]!): Boolean!
2317
+
2318
+ """To delete Setting"""
2319
+ deleteSetting(name: String!): Boolean!
2320
+
2321
+ """To delete multiple settings"""
2322
+ deleteSettings(names: [String!]!): Boolean!
2323
+
2324
+ """To delete multiple steps"""
2325
+ deleteSteps(ids: [String!]!): Boolean!
2326
+
2327
+ """To delete multiple Terminologies"""
2328
+ deleteTerminologies(ids: [String!]!): Boolean!
2329
+
2330
+ """To delete Terminology"""
2331
+ deleteTerminology(id: String!): Boolean!
2332
+
2333
+ """To delete a user"""
2334
+ deleteUser(email: String!): Boolean!
2335
+
2336
+ """To delete some users"""
2337
+ deleteUsers(emails: [String!]!): Boolean!
2338
+
2339
+ """To delete multiple workShifts"""
2340
+ deleteWorkShifts(ids: [String!]!): Boolean!
2341
+
2342
+ """To detach a contact from Employee"""
2343
+ detachContact(id: String!): Employee!
2344
+
2345
+ """To disconnect a connection"""
2346
+ disconnectConnection(name: String!): Connection!
2347
+ domainRegister(domainInput: DomainGeneratorInput!): Domain!
2348
+ domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
2349
+
2350
+ """To draft standard ActivityInstance"""
2351
+ draftActivityInstance(activityInstance: NewActivityInstance!): ActivityInstance!
2352
+
2353
+ """To end a ActivityInstance"""
2354
+ endActivityInstance(id: String!, output: Object, reason: String): ActivityInstance!
2355
+
2356
+ """To end a ActivityThread"""
2357
+ endActivityThread(id: String!, output: Object, reason: String): ActivityThread!
2358
+ generateApplianceSecret(id: String!): Appliance!
2359
+ generateApplicationSecret(id: String!): Application!
2360
+
2361
+ """To create new DataArchive"""
2362
+ generatePresignedUrl(patch: DataArchivePatch!): DataArchive!
2363
+ generateUploadURL(type: String!): UploadURL!
2364
+
2365
+ """To get oauth2 auth URL"""
2366
+ getOauth2AuthUrl(id: String!): String!
2367
+ grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
2368
+
2369
+ """To import multiple Activities"""
2370
+ importActivities(activities: [ActivityPatch!]!): Boolean!
2371
+
2372
+ """To import multiple ActivityTemplates"""
2373
+ importActivityTemplates(activityTemplates: [ActivityTemplatePatch!]!): Boolean!
2374
+
2375
+ """To import multiple ApprovalLines"""
2376
+ importApprovalLines(approvalLines: [ApprovalLinePatch!]!): Boolean!
2377
+
2378
+ """To import multiple CommonCodeDetails"""
2379
+ importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
2380
+
2381
+ """To import multiple CommonCodes"""
2382
+ importCommonCodes(commonCodes: [CommonCodePatch!]!): Boolean!
2383
+
2384
+ """To import multiple Contacts"""
2385
+ importContacts(contacts: [ContactPatch!]!): Boolean!
2386
+
2387
+ """To import multiple data-archives"""
2388
+ importDataArchives(dataArchives: [DataArchivePatch!]!): Boolean!
2389
+
2390
+ """To import multiple DataKeySets"""
2391
+ importDataKeySets(dataKeySets: [DataKeySetPatch!]!): Boolean!
2392
+
2393
+ """To import multiple data-sets"""
2394
+ importDataSets(dataSets: [DataSetPatch!]!): Boolean!
2395
+
2396
+ """To import multiple Departments"""
2397
+ importDepartments(departments: [DepartmentPatch!]!): Boolean!
2398
+
2399
+ """To import multiple Employees"""
2400
+ importEmployees(employees: [EmployeePatch!]!): Boolean!
2401
+
2402
+ """To import multiple MenuButtons"""
2403
+ importMenuButtons(menuButtons: [MenuButtonPatch!]!): Boolean!
2404
+
2405
+ """To import multiple MenuColumns"""
2406
+ importMenuColumns(menuColumns: [MenuColumnPatch!]!): Boolean!
2407
+
2408
+ """To import multiple MenuDetailButtons"""
2409
+ importMenuDetailButtons(menuDetailButtons: [MenuDetailButtonPatch!]!): Boolean!
2410
+
2411
+ """To import multiple MenuDetailColumns"""
2412
+ importMenuDetailColumns(menuDetailColumns: [MenuDetailColumnPatch!]!): Boolean!
2413
+
2414
+ """To import multiple MenuDetails"""
2415
+ importMenuDetails(menuDetails: [MenuDetailPatch!]!): Boolean!
2416
+
2417
+ """To import multiple Menus"""
2418
+ importMenus(menus: [MenuPatch!]!): Boolean!
2419
+
2420
+ """To import multiple Oauth2Clients"""
2421
+ importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
2422
+
2423
+ """To import multiple scenarios"""
2424
+ importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
2425
+
2426
+ """To import multiple Terminologies"""
2427
+ importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
2428
+
2429
+ """To inactivate user"""
2430
+ inactivateUser(userId: String!): Boolean!
2431
+ inviteCustomer(customerDomainName: String!): Boolean!
2432
+
2433
+ """To invite new user"""
2434
+ inviteUser(email: String!): Boolean!
2435
+
2436
+ """To make the board to join the group"""
2437
+ joinGroup(boardIds: [String!]!, id: String!): Group!
2438
+
2439
+ """To make the board to join the play group"""
2440
+ joinPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
2441
+
2442
+ """To make the board to leave from the play group"""
2443
+ leavePlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
2444
+ multipleUpload(files: [Upload!]!): [Attachment!]!
2445
+
2446
+ """
2447
+ To pick an activity ActivityInstance voluntarily. [cautions] This resolver will return a assigned ActivityThread.
2448
+ """
2449
+ pickActivityInstance(id: String!): ActivityThread
2450
+
2451
+ """To post standard ActivityInstance"""
2452
+ postActivityInstance(activityInstance: ActivityInstancePost!): ActivityInstance!
2453
+
2454
+ """To refresh oauth2 access token"""
2455
+ refreshOauth2AccessToken(id: String!): Oauth2Client!
2456
+
2457
+ """To reject ActivityApproval"""
2458
+ rejectActivityApproval(comment: String, id: String!): ActivityApproval
2459
+ renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
2460
+
2461
+ """To reset password to default"""
2462
+ resetPasswordToDefault(userId: String!): Boolean!
2463
+
2464
+ """To restart ActivityThread"""
2465
+ restartActivityThread(id: String!, output: Object, reason: String): ActivityThread
2466
+
2467
+ """
2468
+ To run new scenario instance and will return the result after the scenario stop.
2469
+ """
2470
+ runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
2471
+
2472
+ """To approve ActivityApproval"""
2473
+ saveActivityApproval(comment: String, id: String!): ActivityApproval
2474
+
2475
+ """To save ActivityThread information"""
2476
+ saveActivityThread(id: String!, save: ActivityThreadSave!): ActivityThread!
2477
+ sendInvitation(email: String!, reference: String!, type: String!): Invitation!
2478
+ singleUpload(file: Upload!): Attachment!
2479
+
2480
+ """To start ActivityThread"""
2481
+ startActivityThread(id: String!, output: Object, reason: String): ActivityThread
2482
+
2483
+ """To start new scenario instance"""
2484
+ startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
2485
+
2486
+ """To start new scenario instance"""
2487
+ stopScenario(instanceName: String): ScenarioInstance
2488
+
2489
+ """To submit a ActivityThread"""
2490
+ submitActivityThread(id: String!, output: Object, reason: String): ActivityThread!
2491
+ terminateContract(partnerName: String!): Boolean!
2492
+
2493
+ """To transfer owner of domain"""
2494
+ transferOwner(email: String!): Boolean!
2495
+
2496
+ """To modify Activity information"""
2497
+ updateActivity(id: String!, patch: ActivityPatch!): Activity!
2498
+
2499
+ """To modify ActivityInstance information"""
2500
+ updateActivityInstance(id: String!, patch: ActivityInstancePatch!): ActivityInstance!
2501
+
2502
+ """To modify ActivityTemplate information"""
2503
+ updateActivityTemplate(id: String!, patch: ActivityTemplatePatch!): ActivityTemplate!
2504
+ updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
2505
+ updateApplication(id: String!, patch: ApplicationPatch!): Application!
2506
+
2507
+ """To modify ApprovalLine information"""
2508
+ updateApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2509
+ updateAttachment(id: String!, patch: AttachmentPatch!): Attachment!
2510
+
2511
+ """To modify Board information"""
2512
+ updateBoard(id: String!, patch: BoardPatch!): Board!
2513
+
2514
+ """To modify CommonCode information"""
2515
+ updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
2516
+
2517
+ """To modify CommonCodeDetail information"""
2518
+ updateCommonCodeDetail(id: String!, patch: CommonCodeDetailPatch!): CommonCodeDetail!
2519
+
2520
+ """To modify connection information"""
2521
+ updateConnection(name: String!, patch: ConnectionPatch!): Connection!
2522
+
2523
+ """To modify Contact information"""
2524
+ updateContact(id: String!, patch: ContactPatch!): Contact!
2525
+
2526
+ """To modify DataArchive information"""
2527
+ updateDataArchive(id: String!, patch: DataArchivePatch!): DataArchive!
2528
+
2529
+ """To modify DataKeySet information"""
2530
+ updateDataKeySet(id: String!, patch: DataKeySetPatch!): DataKeySet!
2531
+
2532
+ """To modify DataOoc information"""
2533
+ updateDataOoc(id: String!, patch: DataOocPatch!): DataOoc!
2534
+
2535
+ """To modify DataSensor information"""
2536
+ updateDataSensor(id: String!, patch: DataSensorPatch!): DataSensor!
2537
+
2538
+ """To modify DataSet information"""
2539
+ updateDataSet(id: String!, patch: DataSetPatch!): DataSet!
2540
+
2541
+ """To modify Department information"""
2542
+ updateDepartment(id: String!, patch: DepartmentPatch!): Department!
2543
+
2544
+ """To update domain (Only superuser is granted this privilege.)"""
2545
+ updateDomain(name: String!, patch: DomainPatch!): Domain!
2546
+
2547
+ """To update multiple domains (Only superuser is granted this privilege.)"""
2548
+ updateDomains(patches: [DomainPatch!]!): Boolean!
2549
+
2550
+ """To modify Employee information"""
2551
+ updateEmployee(id: String!, patch: EmployeePatch!): Employee!
2552
+
2553
+ """To modify Entity' information"""
2554
+ updateEntity(id: String!, patch: EntityPatch!): Entity!
2555
+
2556
+ """To modify EntityColumn information"""
2557
+ updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
2558
+
2559
+ """To modify Font information"""
2560
+ updateFont(id: String!, patch: FontPatch!): Font!
2561
+
2562
+ """To modify Group information"""
2563
+ updateGroup(id: String!, patch: GroupPatch!): Group!
2564
+
2565
+ """To modify LiteMenu information"""
2566
+ updateLiteMenu(id: String!, patch: LiteMenuPatch!): LiteMenu!
2567
+
2568
+ """To modify Menu information"""
2569
+ updateMenu(id: String!, patch: MenuPatch!): Menu!
2570
+
2571
+ """To modify MenuButton information"""
2572
+ updateMenuButton(id: String!, patch: MenuButtonPatch!): MenuButton!
2573
+
2574
+ """To modify MenuColumn information"""
2575
+ updateMenuColumn(id: String!, patch: MenuColumnPatch!): MenuColumn!
2576
+
2577
+ """To modify MenuDetail information"""
2578
+ updateMenuDetail(id: String!, patch: MenuDetailPatch!): MenuDetail!
2579
+
2580
+ """To modify MenuDetailButton information"""
2581
+ updateMenuDetailButton(id: String!, patch: MenuDetailButtonPatch!): MenuDetailButton!
2582
+
2583
+ """To modify MenuDetailColumn information"""
2584
+ updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
2585
+
2586
+ """To modify multiple Activities' information"""
2587
+ updateMultipleActivity(patches: [ActivityPatch!]!): [Activity!]!
2588
+
2589
+ """To modify multiple ActivityTemplates' information"""
2590
+ updateMultipleActivityTemplate(patches: [ActivityTemplatePatch!]!): [ActivityTemplate!]!
2591
+
2592
+ """To modify multiple ApprovalLines' information"""
2593
+ updateMultipleApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
2594
+
2595
+ """To modify multiple CommonCodes' information"""
2596
+ updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
2597
+
2598
+ """To modify multiple CommonCodeDetails' information"""
2599
+ updateMultipleCommonCodeDetail(patches: [CommonCodeDetailPatch!]!): [CommonCodeDetail!]!
2600
+
2601
+ """To modify multiple connections' information"""
2602
+ updateMultipleConnection(patches: [ConnectionPatch!]!): [Connection!]!
2603
+
2604
+ """To modify multiple Contacts' information"""
2605
+ updateMultipleContact(patches: [ContactPatch!]!): [Contact!]!
2606
+
2607
+ """To modify multiple DataArchives' information"""
2608
+ updateMultipleDataArchive(patches: [DataArchivePatch!]!): [DataArchive!]!
2609
+
2610
+ """To modify multiple DataKeySets' information"""
2611
+ updateMultipleDataKeySet(patches: [DataKeySetPatch!]!): [DataKeySet!]!
2612
+
2613
+ """To modify multiple DataSensors' information"""
2614
+ updateMultipleDataSensor(patches: [DataSensorPatch!]!): [DataSensor!]!
2615
+
2616
+ """To modify multiple DataSets' information"""
2617
+ updateMultipleDataSet(patches: [DataSetPatch!]!): [DataSet!]!
2618
+
2619
+ """To modify multiple Departments' information"""
2620
+ updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
2621
+
2622
+ """To modify multiple Employees' information"""
2623
+ updateMultipleEmployee(patches: [EmployeePatch!]!): [Employee!]!
2624
+
2625
+ """To modify multiple Entitys' information"""
2626
+ updateMultipleEntity(patches: [EntityPatch!]!): [Entity!]!
2627
+
2628
+ """To modify multiple Entitys' information"""
2629
+ updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
2630
+
2631
+ """To modify multiple Menus' information"""
2632
+ updateMultipleMenu(patches: [MenuPatch!]!): [Menu!]!
2633
+
2634
+ """To modify multiple ApprovalLines' information for current user"""
2635
+ updateMultipleMyApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
2636
+
2637
+ """To modify multiple PartnerSettings' information"""
2638
+ updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
2639
+
2640
+ """To modify multiple PayloadLogs' information"""
2641
+ updateMultiplePayloadLog(patches: [PayloadLogPatch!]!): [PayloadLog!]!
2642
+
2643
+ """To modify multiple scenarios' information"""
2644
+ updateMultipleScenario(patches: [ScenarioPatch!]!): [Scenario!]!
2645
+
2646
+ """To modify multiple Settings' information"""
2647
+ updateMultipleSetting(patches: [SettingPatch!]!): [Setting!]!
2648
+
2649
+ """To modify multiple steps' in a scenario"""
2650
+ updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
2651
+
2652
+ """To modify multiple Terminologies' information"""
2653
+ updateMultipleTerminologies(patches: [TerminologyPatch!]!): [Terminology!]!
2654
+
2655
+ """To modify multiple users information"""
2656
+ updateMultipleUser(patches: [UserPatch!]!): [User!]!
2657
+
2658
+ """To modify multiple WorkShifts' information"""
2659
+ updateMultipleWorkShift(patches: [WorkShiftPatch!]!): [WorkShift!]!
2660
+
2661
+ """To modify ApprovalLine information for current user"""
2662
+ updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
2663
+
2664
+ """To modify Oauth2Client information"""
2665
+ updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
2666
+
2667
+ """To modify PayloadLog information"""
2668
+ updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
2669
+
2670
+ """To modify PlayGroup information"""
2671
+ updatePlayGroup(id: String!, patch: PlayGroupPatch!): PlayGroup!
2672
+
2673
+ """To modify privilege information"""
2674
+ updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
2675
+
2676
+ """To modify role information"""
2677
+ updateRole(id: String!, patch: RolePatch!): Role!
2678
+
2679
+ """To update role Menu"""
2680
+ updateRoleMenu(isCheckedMenu: Boolean!, roleId: String!, targetMenuId: String!): Menu!
2681
+
2682
+ """To update role Menu"""
2683
+ updateRoleMenus(isCheckedAll: Boolean!, parentMenuId: String!, roleId: String!): [Menu!]!
2684
+
2685
+ """To modify scenario information"""
2686
+ updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
2687
+
2688
+ """To modify Setting information"""
2689
+ updateSetting(name: String!, patch: SettingPatch!): Setting!
2690
+
2691
+ """To modify Terminology information"""
2692
+ updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
2693
+
2694
+ """To modify user information"""
2695
+ updateUser(email: String!, patch: UserPatch!): User!
2696
+
2697
+ """To update roles for a user"""
2698
+ updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
2699
+ }
2700
+
2701
+ input NewActivity {
2702
+ active: Boolean
2703
+ activityType: String
2704
+ assigneeRole: ObjectRef
2705
+ cycleTime: Float
2706
+ description: String
2707
+ issuerRole: ObjectRef
2708
+ leadTime: Float
2709
+ model: Object
2710
+ name: String!
2711
+ priority: Float
2712
+ reportSource: String
2713
+ reportType: String
2714
+ schedule: String
2715
+ standardTime: Float
2716
+ startable: Boolean
2717
+ supervisoryRole: ObjectRef
2718
+ tactTime: Float
2719
+ thumbnail: Upload
2720
+ uiSource: String
2721
+ uiType: String
2722
+ }
2723
+
2724
+ input NewActivityInstance {
2725
+ activityId: String
2726
+ activityType: String
2727
+ adhocType: String
2728
+ approvalLine: Object
2729
+ assigneeRole: ObjectRef
2730
+ assignees: Object
2731
+ description: String
2732
+ dueAt: Date
2733
+ input: Object
2734
+ name: String!
2735
+ priority: Float
2736
+ reason: String
2737
+ refBy: String
2738
+ supervisoryRole: ObjectRef
2739
+ threadsMax: Int
2740
+ threadsMin: Int
2741
+ uiSource: String
2742
+ uiType: String
2743
+ }
2744
+
2745
+ input NewActivityTemplate {
2746
+ active: Boolean
2747
+ activityType: String
2748
+ category: String
2749
+ description: String
2750
+ model: Object
2751
+ name: String!
2752
+ reportSource: String
2753
+ reportType: String
2754
+ state: String
2755
+ thumbnail: Upload
2756
+ uiSource: String
2757
+ uiType: String
2758
+ visibility: String
2759
+ }
2760
+
2761
+ input NewAppliance {
2762
+ brand: String!
2763
+ description: String
2764
+ model: String!
2765
+ name: String!
2766
+ netmask: String
2767
+ serialNo: String!
2768
+ }
2769
+
2770
+ input NewApplication {
2771
+ description: String
2772
+ email: String
2773
+ icon: String
2774
+ name: String!
2775
+ redirectUrl: String
2776
+ type: ApplicationType
2777
+ url: String
2778
+ webhook: String
2779
+ }
2780
+
2781
+ input NewApprovalLine {
2782
+ description: String
2783
+ model: Object
2784
+ name: String!
2785
+ owner: ObjectRefApprovalLineOwnerType!
2786
+ ownerType: ApprovalLineOwnerType!
2787
+ }
2788
+
2789
+ input NewAttachment {
2790
+ category: String
2791
+ description: String
2792
+ file: Upload!
2793
+ refBy: String
2794
+ refType: String
2795
+ }
2796
+
2797
+ input NewBoard {
2798
+ description: String
2799
+ groupId: String
2800
+ model: String!
2801
+ name: String!
2802
+ thumbnail: String
2803
+ }
2804
+
2805
+ input NewCommonCode {
2806
+ description: String
2807
+ details: [String!]
2808
+ name: String!
2809
+ }
2810
+
2811
+ input NewCommonCodeDetail {
2812
+ commonCode: ObjectRef!
2813
+ description: String
2814
+ name: String!
2815
+ rank: Float!
2816
+ }
2817
+
2818
+ input NewConnection {
2819
+ description: String
2820
+ endpoint: String
2821
+ name: String!
2822
+ params: String
2823
+ type: String
2824
+ }
2825
+
2826
+ input NewContact {
2827
+ address: String
2828
+ company: String
2829
+ department: String
2830
+ email: String
2831
+ items: [ContactItemPatch!]
2832
+ name: String!
2833
+ note: String
2834
+ phone: String
2835
+ profile: ProfileInput
2836
+ }
2837
+
2838
+ input NewDataArchive {
2839
+ downloadUrl: String
2840
+ requestParams: Object
2841
+ status: String
2842
+ type: String
2843
+ }
2844
+
2845
+ input NewDataKeySet {
2846
+ active: Boolean
2847
+ dataKeyItems: [DataKeyItemPatch!]
2848
+ description: String
2849
+ name: String!
2850
+ reportType: String
2851
+ reportView: String
2852
+ thumbnail: Upload
2853
+ }
2854
+
2855
+ input NewDataOoc {
2856
+ collectedAt: Timestamp
2857
+ data: Object
2858
+ dataSample: ObjectRef
2859
+ dataSet: ObjectRef
2860
+ dataSetVersion: Float
2861
+ description: String
2862
+ name: String!
2863
+ ooc: Boolean
2864
+ oos: Boolean
2865
+ rawData: String
2866
+ source: String
2867
+ state: DataOocStatus
2868
+ workDate: String
2869
+ workShift: String
2870
+ }
2871
+
2872
+ input NewDataSample {
2873
+ collectedAt: Timestamp
2874
+ data: Object
2875
+ dataSet: ObjectRef
2876
+ dataSetVersion: Float
2877
+ description: String
2878
+ name: String
2879
+ rawData: String
2880
+ source: String
2881
+ workDate: String
2882
+ workShift: String
2883
+ }
2884
+
2885
+ input NewDataSensor {
2886
+ active: Boolean
2887
+ appliance: ObjectRef
2888
+ brand: String
2889
+ dataSet: ObjectRef
2890
+ description: String
2891
+ deviceId: String
2892
+ model: String
2893
+ name: String!
2894
+ netmask: String
2895
+ refBy: String
2896
+ serialNo: String
2897
+ tag: String
2898
+ }
2899
+
2900
+ input NewDataSet {
2901
+ active: Boolean
2902
+ dataItems: [DataItemPatch!]
2903
+ dataKeySet: ObjectRef
2904
+ description: String
2905
+ entryRole: ObjectRef
2906
+ entryType: String
2907
+ entryView: String
2908
+ monitorType: String
2909
+ monitorView: String
2910
+ name: String!
2911
+ partitionKeys: Object
2912
+ reportTemplate: Upload
2913
+ reportType: String
2914
+ reportView: String
2915
+ schedule: String
2916
+ supervisoryRole: ObjectRef
2917
+ timezone: String
2918
+ type: String
2919
+ useCase: String
2920
+ }
2921
+
2922
+ input NewDepartment {
2923
+ active: Boolean
2924
+ controlNo: String!
2925
+ description: String
2926
+ extension: String
2927
+ manager: ObjectRefForEmployee
2928
+ name: String!
2929
+ parent: ObjectRef
2930
+ picture: Upload
2931
+ state: DepartmentStatus
2932
+ }
2933
+
2934
+ input NewEmployee {
2935
+ active: Boolean
2936
+ controlNo: String!
2937
+ department: ObjectRef
2938
+ extension: String
2939
+ hiredOn: String
2940
+ name: String!
2941
+ note: String
2942
+ photo: Upload
2943
+ supervisor: ObjectRefForEmployee
2944
+ type: EmployeeType
2945
+ user: ObjectRefForUser
2946
+ }
2947
+
2948
+ input NewEntity {
2949
+ active: Boolean
2950
+ association: String
2951
+ bundle: String!
2952
+ columns: [String!]
2953
+ dataProp: String
2954
+ delStrategy: String
2955
+ description: String
2956
+ extEntity: Boolean
2957
+ fixedColumns: Int
2958
+ idField: String
2959
+ idType: String
2960
+ master: String
2961
+ multiSaveUrl: String
2962
+ name: String!
2963
+ refField: String
2964
+ searchUrl: String
2965
+ tableName: String!
2966
+ titleField: String
2967
+ }
2968
+
2969
+ input NewEntityColumn {
2970
+ colSize: Float
2971
+ colType: String!
2972
+ defVal: String
2973
+ description: String
2974
+ entity: ObjectRef!
2975
+ formEditor: String
2976
+ formFormat: String
2977
+ formValidator: String
2978
+ gridAlign: String
2979
+ gridEditor: String
2980
+ gridFormat: String
2981
+ gridRank: Int
2982
+ gridValidator: String
2983
+ gridWidth: Int
2984
+ ignoreOnSav: Boolean
2985
+ name: String!
2986
+ nullable: Boolean
2987
+ rangeVal: String
2988
+ rank: Float
2989
+ refName: String
2990
+ refParams: String
2991
+ refRelated: String
2992
+ refType: String
2993
+ refUrl: String
2994
+ reverseSort: Boolean
2995
+ searchEditor: String
2996
+ searchInitVal: String
2997
+ searchName: String
2998
+ searchOper: String
2999
+ searchRank: Int
3000
+ sortRank: Int
3001
+ term: String
3002
+ uniqRank: Int
3003
+ virtualField: Boolean
3004
+ }
3005
+
3006
+ input NewFont {
3007
+ active: Boolean
3008
+ files: [Upload!]
3009
+ name: String!
3010
+ path: String
3011
+ provider: String
3012
+ uri: String
3013
+ }
3014
+
3015
+ input NewGroup {
3016
+ description: String
3017
+ name: String!
3018
+ }
3019
+
3020
+ input NewLiteMenu {
3021
+ active: Boolean
3022
+ appName: String
3023
+ description: String
3024
+ icon: String
3025
+ name: String!
3026
+ parent: String
3027
+ rank: Int
3028
+ type: String
3029
+ value: String
3030
+ }
3031
+
3032
+ input NewMenu {
3033
+ buttons: [ObjectRef!]
3034
+ category: String
3035
+ children: [ObjectRef!]
3036
+ columns: [ObjectRef!]
3037
+ description: String
3038
+ detailFormId: String
3039
+ detailLayout: String
3040
+ fixedColumns: Int
3041
+ gridSaveUrl: String
3042
+ hiddenFlag: Boolean
3043
+ iconPath: String
3044
+ idField: String
3045
+ itemsProp: String
3046
+ menuType: String!
3047
+ name: String!
3048
+ pagination: Boolean
3049
+ parent: ObjectRef
3050
+ rank: Int
3051
+ resourceId: String
3052
+ resourceName: String
3053
+ resourceType: String
3054
+ resourceUrl: String
3055
+ role: ObjectRef
3056
+ routing: String
3057
+ routingType: String
3058
+ template: String
3059
+ titleField: String
3060
+ totalProp: String
3061
+ }
3062
+
3063
+ input NewMenuButton {
3064
+ auth: String
3065
+ icon: String
3066
+ logic: String
3067
+ menu: String!
3068
+ rank: Int
3069
+ style: String
3070
+ text: String!
3071
+ }
3072
+
3073
+ input NewMenuColumn {
3074
+ colSize: Int
3075
+ colType: String!
3076
+ defVal: String
3077
+ description: String
3078
+ extField: Boolean
3079
+ formEditor: String
3080
+ formFormat: String
3081
+ formValidator: String
3082
+ gridAlign: String
3083
+ gridEditor: String
3084
+ gridFormat: String
3085
+ gridRank: Int
3086
+ gridValidator: String
3087
+ gridWidth: Int
3088
+ ignoreOnSave: Boolean
3089
+ menu: String!
3090
+ name: String!
3091
+ nullable: Boolean
3092
+ rangeVal: String
3093
+ rank: Int
3094
+ refName: String
3095
+ refParams: String
3096
+ refRelated: String
3097
+ refType: String
3098
+ refUrl: String
3099
+ reverseSort: Boolean
3100
+ searchEditor: String
3101
+ searchInitVal: String
3102
+ searchName: String
3103
+ searchOper: String
3104
+ searchRank: Int
3105
+ sortRank: Int
3106
+ term: String
3107
+ uniqRank: Int
3108
+ virtualField: Boolean
3109
+ }
3110
+
3111
+ input NewMenuDetail {
3112
+ association: String
3113
+ buttons: [String!]
3114
+ columns: [String!]
3115
+ customView: String
3116
+ dataProp: String
3117
+ entityId: String
3118
+ masterField: String
3119
+ menu: String!
3120
+ name: String!
3121
+ saveUrl: String
3122
+ searchUrl: String
3123
+ viewSection: String!
3124
+ }
3125
+
3126
+ input NewMenuDetailButton {
3127
+ icon: String
3128
+ logic: String
3129
+ menuDetail: String!
3130
+ rank: Int
3131
+ style: String
3132
+ text: String!
3133
+ }
3134
+
3135
+ input NewMenuDetailColumn {
3136
+ colSize: Int
3137
+ colType: String
3138
+ defVal: String
3139
+ description: String
3140
+ extField: Boolean
3141
+ formEditor: String
3142
+ formFormat: String
3143
+ formValidator: String
3144
+ gridAlign: String
3145
+ gridEditor: String
3146
+ gridFormat: String
3147
+ gridRank: Int
3148
+ gridValidator: String
3149
+ gridWidth: Int
3150
+ ignoreOnSave: Boolean
3151
+ menuDetail: String
3152
+ name: String
3153
+ nullable: Boolean
3154
+ rangeVal: String
3155
+ rank: Int
3156
+ refName: String
3157
+ refParams: String
3158
+ refRelated: String
3159
+ refType: String
3160
+ refUrl: String
3161
+ reverseSort: Boolean
3162
+ searchEditor: String
3163
+ searchInitVal: String
3164
+ searchName: String
3165
+ searchOper: String
3166
+ searchRank: Int
3167
+ sortRank: Int
3168
+ term: String
3169
+ uniqRank: Int
3170
+ virtualField: Boolean
3171
+ }
3172
+
3173
+ input NewOauth2Client {
3174
+ accessToken: String
3175
+ accessTokenUrl: String
3176
+ authUrl: String
3177
+ callbackUrl: String
3178
+ clientId: String
3179
+ clientSecret: String
3180
+ codeChallengeMethod: String
3181
+ codeVerifier: String
3182
+ description: String
3183
+ grantType: String
3184
+ icon: String
3185
+ jwtToken: String
3186
+ name: String!
3187
+ password: String
3188
+ refreshToken: String
3189
+ scopes: String
3190
+ username: String
3191
+ webhook: String
3192
+ }
3193
+
3194
+ input NewPayloadLog {
3195
+ description: String
3196
+ name: String!
3197
+ }
3198
+
3199
+ input NewPlayGroup {
3200
+ description: String
3201
+ name: String!
3202
+ }
3203
+
3204
+ input NewPrivilege {
3205
+ category: String!
3206
+ description: String
3207
+ name: String!
3208
+ roles: [ObjectRef!]
3209
+ }
3210
+
3211
+ input NewRole {
3212
+ description: String
3213
+ name: String!
3214
+ privileges: [ObjectRef!]
3215
+ users: [ObjectRef!]
3216
+ }
3217
+
3218
+ input NewScenario {
3219
+ active: Boolean
3220
+ description: String
3221
+ name: String!
3222
+ schedule: String
3223
+ timezone: String
3224
+ type: String
3225
+ }
3226
+
3227
+ input NewSetting {
3228
+ category: String!
3229
+ description: String
3230
+ name: String!
3231
+ value: String
3232
+ }
3233
+
3234
+ input NewTerminology {
3235
+ category: String!
3236
+ description: String
3237
+ display: String!
3238
+ locale: String!
3239
+ name: String!
3240
+ }
3241
+
3242
+ input NewUser {
3243
+ description: String
3244
+ email: String!
3245
+ name: String!
3246
+ password: String
3247
+ roles: [ObjectRef!]
3248
+ userType: String
3249
+ }
3250
+
3251
+ input NewUserByDomainWizardInput {
3252
+ email: String!
3253
+ isInvitee: Boolean
3254
+ name: String!
3255
+ owner: Boolean!
3256
+ password: String
3257
+ roles: [NewRole!]!
3258
+ }
3259
+
3260
+ type Notification {
3261
+ body: String!
3262
+ domain: Domain
3263
+ image: String
3264
+ property: Any
3265
+ subject: String
3266
+ timestamp: Date
3267
+ title: String!
3268
+ type: String
3269
+ url: String
3270
+ }
3271
+
3272
+ """Entity for Oauth2Client"""
3273
+ type Oauth2Client {
3274
+ accessToken: String
3275
+ accessTokenUrl: String
3276
+ authUrl: String
3277
+ callbackUrl: String
3278
+ clientId: String
3279
+ clientSecret: String
3280
+ codeChallengeMethod: String
3281
+ codeVerifier: String
3282
+ createdAt: Timestamp
3283
+ creator: User
3284
+ description: String
3285
+ domain: Domain
3286
+ expires: Timestamp
3287
+ grantType: String
3288
+ icon: String
3289
+ id: ID!
3290
+ jwtToken: String
3291
+ name: String!
3292
+ password: String
3293
+ refreshToken: String
3294
+ scopes: String
3295
+ state: String
3296
+ tokenType: String
3297
+ updatedAt: Timestamp
3298
+ updater: User
3299
+ username: String
3300
+ webhook: String
3301
+ }
3302
+
3303
+ type Oauth2ClientList {
3304
+ items: [Oauth2Client!]!
3305
+ total: Int!
3306
+ }
3307
+
3308
+ input Oauth2ClientPatch {
3309
+ accessToken: String
3310
+ accessTokenUrl: String
3311
+ authUrl: String
3312
+ callbackUrl: String
3313
+ clientId: String
3314
+ clientSecret: String
3315
+ codeChallengeMethod: String
3316
+ codeVerifier: String
3317
+ description: String
3318
+ grantType: String
3319
+ icon: String
3320
+ jwtToken: String
3321
+ name: String
3322
+ password: String
3323
+ refreshToken: String
3324
+ scopes: String
3325
+ username: String
3326
+ webhook: String
3327
+ }
3328
+
3329
+ """Can be anything"""
3330
+ scalar Object
3331
+
3332
+ input ObjectRef {
3333
+ """Field description"""
3334
+ description: String
3335
+
3336
+ """Field id"""
3337
+ id: ID!
3338
+
3339
+ """Field name"""
3340
+ name: String
3341
+ }
3342
+
3343
+ input ObjectRefApprovalLineOwnerType {
3344
+ controlNo: String
3345
+
3346
+ """Field description"""
3347
+ description: String
3348
+
3349
+ """Field id"""
3350
+ id: ID!
3351
+
3352
+ """Field name"""
3353
+ name: String
3354
+ }
3355
+
3356
+ input ObjectRefForEmployee {
3357
+ controlNo: String
3358
+
3359
+ """Field description"""
3360
+ description: String
3361
+ email: String
3362
+
3363
+ """Field id"""
3364
+ id: ID!
3365
+
3366
+ """Field name"""
3367
+ name: String
3368
+ photo: String
3369
+ }
3370
+
3371
+ input ObjectRefForUser {
3372
+ """Field description"""
3373
+ description: String
3374
+ email: String
3375
+
3376
+ """Field id"""
3377
+ id: ID!
3378
+
3379
+ """Field name"""
3380
+ name: String
3381
+ }
3382
+
3383
+ type OrgMemberTarget {
3384
+ controlNo: String
3385
+
3386
+ """Field description"""
3387
+ description: String
3388
+
3389
+ """Field id"""
3390
+ id: ID!
3391
+
3392
+ """Field name"""
3393
+ name: String
3394
+ }
3395
+
3396
+ """type enumeration of a approval line item"""
3397
+ enum OrgMemberTargetType {
3398
+ Department
3399
+ Employee
3400
+ MyDepartment
3401
+ MySupervisor
3402
+ Myself
3403
+ Role
3404
+ }
3405
+
3406
+ input Pagination {
3407
+ limit: Int
3408
+ page: Int
3409
+ }
3410
+
3411
+ type Partner {
3412
+ approvedAt: Timestamp!
3413
+ approver: User
3414
+ domain: Domain!
3415
+ id: ID!
3416
+ partnerDomain: Domain!
3417
+ requestedAt: Timestamp!
3418
+ requester: User
3419
+ }
3420
+
3421
+ type PartnerList {
3422
+ items: [Partner!]
3423
+ total: Int
3424
+ }
3425
+
3426
+ """Entity for PartnerSetting"""
3427
+ type PartnerSetting {
3428
+ category: String
3429
+ createdAt: Timestamp
3430
+ creator: User
3431
+ description: String
3432
+ domain: Domain
3433
+ id: ID!
3434
+ name: String
3435
+ partnerDomain: Domain
3436
+ partnerDomainId: String
3437
+ setting: Setting
3438
+ settingId: String
3439
+ updatedAt: Timestamp
3440
+ updater: User
3441
+ value: String
3442
+ }
3443
+
3444
+ type PartnerSettingList {
3445
+ items: [PartnerSetting!]!
3446
+ total: Int!
3447
+ }
3448
+
3449
+ input PartnerSettingPatch {
3450
+ cuFlag: String!
3451
+ id: ID
3452
+ partnerDomain: ObjectRef
3453
+ setting: ObjectRef
3454
+ value: String
3455
+ }
3456
+
3457
+ """Entity for PayloadLog"""
3458
+ type PayloadLog {
3459
+ createdAt: Timestamp
3460
+ creator: User
3461
+ domain: Domain
3462
+ endpoint: String!
3463
+ id: ID!
3464
+ name: String!
3465
+ request: String!
3466
+ response: String!
3467
+ src: String
3468
+ type: String!
3469
+ updatedAt: Timestamp
3470
+ updater: User
3471
+ }
3472
+
3473
+ type PayloadLogList {
3474
+ items: [PayloadLog!]!
3475
+ total: Int!
3476
+ }
3477
+
3478
+ input PayloadLogPatch {
3479
+ cuFlag: String!
3480
+ description: String
3481
+ id: ID
3482
+ name: String
3483
+ }
3484
+
3485
+ type PendingObject {
3486
+ due: String!
3487
+ priority: Int!
3488
+ stuff: Object!
3489
+ tag: String
3490
+ }
3491
+
3492
+ """Entity for Board PlayGroup"""
3493
+ type PlayGroup {
3494
+ boards: [Board!]
3495
+ createdAt: Timestamp
3496
+ creator: User
3497
+ description: String
3498
+ domain: Domain
3499
+ id: ID!
3500
+ name: String!
3501
+ updatedAt: Timestamp
3502
+ updater: User
3503
+ }
3504
+
3505
+ type PlayGroupList {
3506
+ items: [PlayGroup!]!
3507
+ total: Int!
3508
+ }
3509
+
3510
+ input PlayGroupPatch {
3511
+ description: String
3512
+ name: String
3513
+ }
3514
+
3515
+ type Privilege {
3516
+ category: String
3517
+ createdAt: Timestamp
3518
+ creator: User
3519
+ description: String
3520
+ id: ID!
3521
+ name: String!
3522
+ roles: [Role!]
3523
+ updatedAt: Timestamp
3524
+ updater: User
3525
+ }
3526
+
3527
+ type PrivilegeList {
3528
+ items: [Privilege!]
3529
+ total: Int
3530
+ }
3531
+
3532
+ input PrivilegePatch {
3533
+ category: String
3534
+ description: String
3535
+ id: String
3536
+ name: String
3537
+ roles: [ObjectRef!]
3538
+ }
3539
+
3540
+ """Object type for Profile"""
3541
+ type Profile {
3542
+ left: Float
3543
+ picture: String
3544
+ top: Float
3545
+ zoom: Float
3546
+ }
3547
+
3548
+ """Input type for Profile"""
3549
+ input ProfileInput {
3550
+ file: Upload
3551
+ left: Float
3552
+ picture: String
3553
+ top: Float
3554
+ zoom: Float
3555
+ }
3556
+
3557
+ type PropertySpec {
3558
+ label: String!
3559
+ name: String!
3560
+ placeholder: String
3561
+ property: Object
3562
+ type: String!
3563
+ }
3564
+
3565
+ type Query {
3566
+ """To fetch multiple Activities"""
3567
+ activities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityList!
3568
+
3569
+ """To fetch a Activity"""
3570
+ activity(id: String!): Activity
3571
+
3572
+ """To fetch a ActivityApproval"""
3573
+ activityApproval(id: String!): ActivityApproval
3574
+
3575
+ """To fetch multiple ActivityApprovals"""
3576
+ activityApprovals(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityApprovalList!
3577
+
3578
+ """To fetch a Activity by name"""
3579
+ activityByName(name: String!): Activity
3580
+
3581
+ """To fetch a ActivityInstance"""
3582
+ activityInstance(id: String!): ActivityInstance
3583
+
3584
+ """To fetch multiple ActivityInstances"""
3585
+ activityInstances(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityInstanceList!
3586
+
3587
+ """To fetch a Activity Summary"""
3588
+ activitySummary: ActivitySummary
3589
+
3590
+ """To fetch a ActivityTemplate"""
3591
+ activityTemplate(id: String!): ActivityTemplate
3592
+
3593
+ """To fetch multiple ActivityTemplates"""
3594
+ activityTemplates(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityTemplateList!
3595
+
3596
+ """To fetch a ActivityThread"""
3597
+ activityThread(id: String!): ActivityThread
3598
+
3599
+ """To fetch multiple ActivityThreads"""
3600
+ activityThreads(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityThreadList!
3601
+ appBinding(id: String!): AppBinding!
3602
+ appBindings(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AppBindingList!
3603
+
3604
+ """ To fetch appliance"""
3605
+ appliance(id: String!): Appliance!
3606
+
3607
+ """To fetch multiple appliance"""
3608
+ appliances(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApplianceList!
3609
+
3610
+ """To fetch application"""
3611
+ application(id: String!): Application!
3612
+
3613
+ """To fetch multiple application"""
3614
+ applications(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApplicationList!
3615
+
3616
+ """To fetch a approval line"""
3617
+ approvalLine(id: String!): ApprovalLine
3618
+
3619
+ """To fetch referable approval lines for the user"""
3620
+ approvalLineReferences(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3621
+
3622
+ """To fetch multiple approval lines"""
3623
+ approvalLines(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3624
+
3625
+ """To fetch the list of work results I need to review"""
3626
+ approvalWaitingList(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityApprovalList!
3627
+ attachment(id: String!): Attachment!
3628
+ attachments(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AttachmentList!
3629
+
3630
+ """To fetch a Board"""
3631
+ board(id: String!): Board!
3632
+
3633
+ """To fetch a BoardSettings"""
3634
+ boardSettings(names: [String!]): [BoardSetting!]!
3635
+
3636
+ """To fetch multiple Boards"""
3637
+ boards(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): BoardList!
3638
+
3639
+ """To fetch Boards created by me"""
3640
+ boardsCreatedByMe(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): BoardList!
3641
+
3642
+ """To check if system would provide default password to create new user"""
3643
+ checkDefaultPassword: Boolean!
3644
+
3645
+ """To check if system would provide default password to create new user"""
3646
+ checkResettablePasswordToDefault: Boolean!
3647
+
3648
+ """To fetch the preset of role for new user"""
3649
+ checkRolePreset: [Role!]!
3650
+
3651
+ """To check if current user is belongs to current domain"""
3652
+ checkUserBelongsDomain: Boolean!
3653
+
3654
+ """..."""
3655
+ checkUserExistence(email: String!): Boolean!
3656
+
3657
+ """To fetch common approval lines"""
3658
+ commonApprovalLines(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3659
+
3660
+ """To fetch a CommonCode"""
3661
+ commonCode(name: String!): CommonCode
3662
+
3663
+ """To fetch a CommonCodeDetail"""
3664
+ commonCodeDetail(id: String!): CommonCodeDetail!
3665
+
3666
+ """To fetch multiple CommonCodeDetails"""
3667
+ commonCodeDetails(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): CommonCodeDetailList!
3668
+
3669
+ """To fetch multiple CommonCodes"""
3670
+ commonCodes(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): CommonCodeList!
3671
+
3672
+ """To fetch a connector"""
3673
+ connection(name: String!): ConnectorType!
3674
+
3675
+ """To fetch multiple connections"""
3676
+ connections(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ConnectionList!
3677
+
3678
+ """To fetch the connector from a connection"""
3679
+ connectorByConnection(connectionName: String!): ConnectorType!
3680
+
3681
+ """To fetch multiple connector"""
3682
+ connectors: ConnectorList!
3683
+
3684
+ """To fetch a Contact"""
3685
+ contact(id: String!): Contact
3686
+
3687
+ """To fetch multiple Contacts"""
3688
+ contacts(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ContactList!
3689
+ customers: [Domain!]!
3690
+
3691
+ """To fetch a DataArchive"""
3692
+ dataArchive(id: String!): DataArchive!
3693
+
3694
+ """To fetch multiple DataArchives"""
3695
+ dataArchives(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataArchiveList!
3696
+
3697
+ """To fetch a DataKeySet"""
3698
+ dataKeySet(id: String!): DataKeySet
3699
+
3700
+ """To fetch multiple DataKeySets"""
3701
+ dataKeySets(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataKeySetList!
3702
+
3703
+ """To fetch a DataOoc"""
3704
+ dataOoc(id: String!): DataOoc!
3705
+
3706
+ """To fetch multiple DataOoc"""
3707
+ dataOocs(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataOocList!
3708
+
3709
+ """To fetch a data sample"""
3710
+ dataSample(id: String!): DataSample!
3711
+
3712
+ """To fetch multiple data samples"""
3713
+ dataSamples(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSampleList!
3714
+
3715
+ """To fetch multiple data samples by data key set"""
3716
+ dataSamplesByDataKeySet(dataKeySetId: String!, filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSampleList!
3717
+
3718
+ """To fetch a DataSensor"""
3719
+ dataSensor(id: String!): DataSensor!
3720
+
3721
+ """To fetch multiple DataSensors"""
3722
+ dataSensors(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSensorList!
3723
+
3724
+ """To fetch a DataSet"""
3725
+ dataSet(id: String!): DataSet!
3726
+
3727
+ """To fetch multiple DataSetHistories"""
3728
+ dataSetHistories(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSetHistoryList!
3729
+
3730
+ """To fetch a DataSetHistory"""
3731
+ dataSetHistory(id: String!, timestamp: Date!): DataSetHistory!
3732
+
3733
+ """To fetch multiple DataSets"""
3734
+ dataSets(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSetList!
3735
+
3736
+ """To fetch multiple DataSets for data entry manually"""
3737
+ dataSetsForEntry(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSetList!
3738
+
3739
+ """To fetch multiple DataSets to see data report"""
3740
+ dataSetsForReport(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DataSetList!
3741
+
3742
+ """To fetch a data-spec"""
3743
+ dataSpec(name: String!): DataSpec!
3744
+
3745
+ """To fetch all data-specs"""
3746
+ dataSpecs: DataSpecList!
3747
+
3748
+ """To fetch a Department"""
3749
+ department(id: String!): Department
3750
+
3751
+ """To fetch a Root Department"""
3752
+ departmentRoot: Department
3753
+
3754
+ """To fetch multiple Departments"""
3755
+ departments(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DepartmentList!
3756
+
3757
+ """To fetch domain"""
3758
+ domain(id: String!): Domain!
3759
+
3760
+ """To fetch all domains (Only superuser is granted this privilege.)"""
3761
+ domains(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DomainList!
3762
+
3763
+ """To fetch my own ActivityInstances"""
3764
+ draftList(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityInstanceList!
3765
+
3766
+ """To fetch a Employee"""
3767
+ employee(id: String!): Employee
3768
+
3769
+ """To fetch multiple Employees"""
3770
+ employees(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): EmployeeList!
3771
+
3772
+ """To fetch multiple Entities"""
3773
+ entities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): EntityList!
3774
+
3775
+ """To fetch a Entity"""
3776
+ entity(id: String!): Entity!
3777
+
3778
+ """To fetch a EntityColumn"""
3779
+ entityColumn(id: String!): EntityColumn!
3780
+
3781
+ """To fetch multiple EntityColumns"""
3782
+ entityColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): EntityColumnList!
3783
+
3784
+ """To fetch a EntityMetadata"""
3785
+ entityMetadata(name: String!): EntityMetadata!
3786
+
3787
+ """To fetch the state of a connection"""
3788
+ fetchConnectionState(name: String!): ConnectionState!
3789
+
3790
+ """To fetch a Font"""
3791
+ font(id: String!): Font!
3792
+
3793
+ """To fetch multiple Fonts"""
3794
+ fonts(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): FontList!
3795
+
3796
+ """To fetch a work date and work shift for given datetime"""
3797
+ getWorkDateAndShift(dateTime: Timestamp!): WorkDateWorkShiftPair!
3798
+ grantedRoles: [GrantedRole!]!
3799
+ grantingRoles(customerId: String!): [GrantedRole!]!
3800
+
3801
+ """To fetch a Group"""
3802
+ group(id: String!): Group
3803
+
3804
+ """To fetch multiple Groups"""
3805
+ groups(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): GroupList!
3806
+
3807
+ """To fetch multiple InstallableActivitys"""
3808
+ installableActivities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): InstallableActivityList!
3809
+
3810
+ """To fetch a InstallableActivity"""
3811
+ installableActivity(name: String!): InstallableActivity
3812
+ invitation(email: String!, reference: String!, type: String!): Invitation!
3813
+ invitations(reference: String!, type: String!): InvitationList!
3814
+
3815
+ """To fetch a LiteMenu"""
3816
+ liteMenu(id: String!): LiteMenu!
3817
+
3818
+ """To fetch multiple LiteMenus"""
3819
+ liteMenus(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
3820
+
3821
+ """To fetch a Menu"""
3822
+ menu(id: String!): Menu!
3823
+
3824
+ """To fetch a MenuButton"""
3825
+ menuButton(id: String!): MenuButton!
3826
+
3827
+ """To fetch multiple MenuButtons"""
3828
+ menuButtons(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuButtonList!
3829
+
3830
+ """To fetch a Menu by routing"""
3831
+ menuByRouting(routing: String!): Menu!
3832
+
3833
+ """To fetch a MenuColumn"""
3834
+ menuColumn(id: String!): MenuColumn!
3835
+
3836
+ """To fetch multiple MenuColumns"""
3837
+ menuColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuColumnList!
3838
+
3839
+ """To fetch a MenuDetail"""
3840
+ menuDetail(id: String!): MenuDetail!
3841
+
3842
+ """To fetch a MenuDetailButton"""
3843
+ menuDetailButton(id: String!): MenuDetailButton!
3844
+
3845
+ """To fetch multiple MenuDetailButtons"""
3846
+ menuDetailButtons(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailButtonList!
3847
+
3848
+ """To fetch a MenuDetailColumn"""
3849
+ menuDetailColumn(id: String!): MenuDetailColumn!
3850
+
3851
+ """To fetch multiple MenuDetailColumns"""
3852
+ menuDetailColumns(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailColumnList!
3853
+
3854
+ """To fetch multiple MenuDetails"""
3855
+ menuDetails(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuDetailList!
3856
+
3857
+ """To fetch multiple Menus"""
3858
+ menus(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): MenuList!
3859
+
3860
+ """To fetch approval lines only for to the user"""
3861
+ myApprovalLines(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
3862
+ myLoginHistories(limit: Float!): [LoginHistory!]!
3863
+
3864
+ """To fetch roles of current user"""
3865
+ myRoles: [Role!]!
3866
+
3867
+ """To fetch a Oauth2Client"""
3868
+ oauth2Client(id: String!): Oauth2Client
3869
+
3870
+ """To fetch multiple Oauth2Clients"""
3871
+ oauth2Clients(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
3872
+
3873
+ """To fetch specific domain's CommonCodes by given name"""
3874
+ partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
3875
+
3876
+ """To fetch a PartnerSetting"""
3877
+ partnerSetting(name: String!, partnerDomainId: String!): PartnerSetting!
3878
+
3879
+ """To fetch multiple PartnerSettings"""
3880
+ partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
3881
+ partners(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PartnerList!
3882
+
3883
+ """To fetch a PayloadLog"""
3884
+ payloadLog(id: String!): PayloadLog!
3885
+
3886
+ """To fetch multiple PayloadLogs"""
3887
+ payloadLogs(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
3888
+
3889
+ """To get list of activity instance that a user can pick"""
3890
+ pickableActivityList(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityInstanceList!
3891
+
3892
+ """To fetch a PlayGroup"""
3893
+ playGroup(id: String!): PlayGroup
3894
+
3895
+ """To fetch multiple PlayGroups"""
3896
+ playGroups(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
3897
+
3898
+ """To fetch privilege"""
3899
+ privilege(category: String!, name: String!): Privilege!
3900
+
3901
+ """To fetch multiple privileges"""
3902
+ privileges(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): PrivilegeList!
3903
+
3904
+ """To query data in S3 using Amazon Athena SDK"""
3905
+ queryFromAthena(queryData: Object!): Any!
3906
+
3907
+ """To fetch role"""
3908
+ role(name: String!): Role!
3909
+
3910
+ """To fetch Menus by role"""
3911
+ roleMenus(roleId: String!): MenuList!
3912
+
3913
+ """To fetch priviliges of a role"""
3914
+ rolePrivileges(roleId: String!): [RolePrivilege!]!
3915
+
3916
+ """To fetch multiple users"""
3917
+ roles(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): RoleList!
3918
+
3919
+ """To fetch a scenario"""
3920
+ scenario(id: String!): Scenario!
3921
+
3922
+ """To fetch a scenario instance"""
3923
+ scenarioInstance(instanceName: String!): ScenarioInstance!
3924
+
3925
+ """To fetch multiple scenario instances"""
3926
+ scenarioInstances(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ScenarioInstanceList!
3927
+
3928
+ """To fetch multiple scenarios"""
3929
+ scenarios(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ScenarioList!
3930
+ searchCustomers(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): DomainList!
3931
+
3932
+ """To fetch a Setting"""
3933
+ setting(name: String!, partnerDomainId: String): Setting!
3934
+
3935
+ """To fetch multiple Settings"""
3936
+ settings(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): SettingList!
3937
+
3938
+ """To fetch the list of activities I can start"""
3939
+ startableActivities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityList!
3940
+
3941
+ """To fetch a step"""
3942
+ step(name: String!): Step!
3943
+
3944
+ """To fetch multiple steps"""
3945
+ steps(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): StepList!
3946
+
3947
+ """To fetch the list of activities that I can report on"""
3948
+ supervisableActivities(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityList!
3949
+
3950
+ """To fetch a task-type"""
3951
+ taskType(name: String!): TaskType!
3952
+
3953
+ """To fetch multiple task-type"""
3954
+ taskTypes: TaskTypeList!
3955
+
3956
+ """To fetch the connector from a task-type"""
3957
+ taskTypesByConnection(connectionName: String!): TaskTypeList!
3958
+
3959
+ """To fetch multiple Terminologies"""
3960
+ terminologies(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): TerminologyList!
3961
+
3962
+ """To fetch a Terminology"""
3963
+ terminology(id: String!): Terminology!
3964
+
3965
+ """To fetch my own ActivityThreads"""
3966
+ todoList(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): ActivityThreadList!
3967
+
3968
+ """To fetch user"""
3969
+ user(email: String!): User!
3970
+
3971
+ """To fetch Menus by role"""
3972
+ userMenus: [Menu!]!
3973
+
3974
+ """To fetch roles of a user"""
3975
+ userRoles(userId: String!): [UserRole!]!
3976
+
3977
+ """To fetch multiple users"""
3978
+ users(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): UserList!
3979
+ vendors: [Domain!]!
3980
+
3981
+ """To fetch multiple WorkShifts"""
3982
+ workShifts(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): WorkShiftList!
3983
+ }
3984
+
3985
+ type Role {
3986
+ createdAt: Timestamp
3987
+ creator: User
3988
+ description: String
3989
+ domain: Domain!
3990
+ id: ID!
3991
+ name: String!
3992
+ privileges: [Privilege!]
3993
+ updatedAt: Timestamp
3994
+ updater: User
3995
+ users: [User!]
3996
+ }
3997
+
3998
+ type RoleList {
3999
+ items: [Role!]
4000
+ total: Int
4001
+ }
4002
+
4003
+ input RolePatch {
4004
+ cuFlag: String
4005
+ description: String
4006
+ id: String
4007
+ name: String
4008
+ privileges: [ObjectRef!]
4009
+ users: [ObjectRef!]
4010
+ }
4011
+
4012
+ type RolePrivilege {
4013
+ assigned: Boolean
4014
+ category: String
4015
+ description: String
4016
+ id: String
4017
+ name: String
4018
+ }
4019
+
4020
+ type Scenario {
4021
+ active: Boolean
4022
+ createdAt: Timestamp
4023
+ creator: User
4024
+ description: String
4025
+ domain: Domain
4026
+ id: ID!
4027
+ instances: [ScenarioInstance!]
4028
+ name: String!
4029
+ schedule: String
4030
+ state: String
4031
+ steps: [Step!]
4032
+ timezone: String
4033
+ type: String
4034
+ updatedAt: Timestamp
4035
+ updater: User
4036
+ }
4037
+
4038
+ type ScenarioInstance {
4039
+ data: Object
4040
+ domain: Domain
4041
+ instanceName: String
4042
+ message: String
4043
+ progress: ScenarioInstanceProgress
4044
+ root: ScenarioInstance
4045
+ scenarioName: String
4046
+ state: String
4047
+ timestamp: Timestamp
4048
+ variables: Object
4049
+ }
4050
+
4051
+ type ScenarioInstanceList {
4052
+ items: [ScenarioInstance!]!
4053
+ total: Int!
4054
+ }
4055
+
4056
+ type ScenarioInstanceProgress {
4057
+ rate: Int!
4058
+ rounds: Int!
4059
+ step: Int!
4060
+ steps: Int!
4061
+ }
4062
+
4063
+ type ScenarioInstanceState {
4064
+ data: Object
4065
+ domain: Domain
4066
+ instanceName: String
4067
+ message: String
4068
+ progress: ScenarioInstanceProgress
4069
+ scenarioName: String
4070
+ state: ScenarioInstanceStatus
4071
+ timestamp: Timestamp
4072
+ variables: Object
4073
+ }
4074
+
4075
+ """state enumeration of a scenario-instance"""
4076
+ enum ScenarioInstanceStatus {
4077
+ HALTED
4078
+ READY
4079
+ STARTED
4080
+ STOPPED
4081
+ UNLOADED
4082
+ }
4083
+
4084
+ type ScenarioList {
4085
+ items: [Scenario!]!
4086
+ total: Int!
4087
+ }
4088
+
4089
+ input ScenarioPatch {
4090
+ active: Boolean
4091
+ cuFlag: String
4092
+ description: String
4093
+ id: ID
4094
+ name: String
4095
+ schedule: String
4096
+ steps: [StepPatch!]
4097
+ timezone: String
4098
+ type: String
4099
+ }
4100
+
4101
+ type ScenarioQueueState {
4102
+ domain: Domain!
4103
+ queue: [PendingObject!]!
4104
+ }
4105
+
4106
+ """Entity for Setting"""
4107
+ type Setting {
4108
+ category: String!
4109
+ createdAt: Timestamp
4110
+ creator: User
4111
+ description: String
4112
+ domain: Domain
4113
+ id: ID!
4114
+ name: String!
4115
+ updatedAt: Timestamp
4116
+ updater: User
4117
+ value: String
4118
+ }
4119
+
4120
+ type SettingList {
4121
+ items: [Setting!]!
4122
+ total: Int!
4123
+ }
4124
+
4125
+ input SettingPatch {
4126
+ category: String
4127
+ cuFlag: String
4128
+ description: String
4129
+ id: ID
4130
+ name: String
4131
+ value: String
4132
+ }
4133
+
4134
+ input Sorting {
4135
+ """
4136
+ Set to true if descending sort. Default is "false"
4137
+ """
4138
+ desc: Boolean
4139
+
4140
+ """Field name to sort by"""
4141
+ name: String!
4142
+ }
4143
+
4144
+ type Step {
4145
+ connection: String
4146
+ createdAt: Timestamp
4147
+ creator: User
4148
+ description: String
4149
+ domain: Domain
4150
+ id: ID!
4151
+ log: Boolean
4152
+ name: String!
4153
+ params: String
4154
+ scenario: Scenario
4155
+ sequence: Float
4156
+ skip: Boolean
4157
+ task: String
4158
+ updatedAt: Timestamp
4159
+ updater: User
4160
+ }
4161
+
4162
+ type StepList {
4163
+ items: [Step!]!
4164
+ total: Int!
4165
+ }
4166
+
4167
+ input StepPatch {
4168
+ connection: String
4169
+ cuFlag: String
4170
+ description: String
4171
+ id: ID
4172
+ log: Boolean
4173
+ name: String
4174
+ params: String
4175
+ sequence: Int
4176
+ skip: Boolean
4177
+ task: String
4178
+ }
4179
+
4180
+ type Subscription {
4181
+ activityApproval: ActivityApproval!
4182
+ activityInstance: ActivityInstance!
4183
+ activityThread: ActivityThread!
4184
+ board(id: String!): Board!
4185
+ connectionLog(level: String): Log!
4186
+ connectionState(name: String): ConnectionState!
4187
+ data(tag: String!): Data!
4188
+ dataOoc: DataOoc!
4189
+ notification(subjects: [String!]): Notification!
4190
+ playGroup(id: String!): PlayGroup!
4191
+ scenarioInstanceLog(instanceName: String, level: String, scenarioName: String): Log!
4192
+ scenarioInstanceState(instanceName: String, scenarioName: String): ScenarioInstanceState!
4193
+ scenarioQueueState: ScenarioQueueState!
4194
+ }
4195
+
4196
+ type TaskType {
4197
+ connectorFree: Boolean
4198
+ description: String
4199
+ help: String
4200
+ name: String!
4201
+ parameterSpec: [PropertySpec!]
4202
+ }
4203
+
4204
+ type TaskTypeList {
4205
+ items: [TaskType!]!
4206
+ total: Int!
4207
+ }
4208
+
4209
+ """Entity for Terminology"""
4210
+ type Terminology {
4211
+ category: String!
4212
+ createdAt: Timestamp
4213
+ description: String
4214
+ display: String!
4215
+ domain: Domain
4216
+ id: ID!
4217
+ locale: String!
4218
+ name: String!
4219
+ updatedAt: Timestamp
4220
+ }
4221
+
4222
+ type TerminologyList {
4223
+ items: [Terminology!]!
4224
+ total: Int!
4225
+ }
4226
+
4227
+ input TerminologyPatch {
4228
+ category: String!
4229
+ cuFlag: String
4230
+ description: String
4231
+ display: String!
4232
+ id: ID
4233
+ locale: String!
4234
+ name: String
4235
+ }
4236
+
4237
+ """
4238
+ The javascript `Date` as integer. Type represents date and time as number of milliseconds from start of UNIX epoch.
4239
+ """
4240
+ scalar Timestamp
4241
+
4242
+ """The `Upload` scalar type represents a file upload."""
4243
+ scalar Upload
4244
+
4245
+ type UploadURL {
4246
+ fields: Any!
4247
+ url: String!
4248
+ }
4249
+
4250
+ type User {
4251
+ createdAt: Timestamp
4252
+ creator: User
4253
+ description: String
4254
+ domains: [Domain!]!
4255
+ email: String!
4256
+ id: ID!
4257
+ locale: String
4258
+ name: String!
4259
+ owner: Boolean
4260
+ reference: String
4261
+ roles: [Role!]!
4262
+ status: String!
4263
+ updatedAt: Timestamp
4264
+ updater: User
4265
+ userType: String
4266
+ }
4267
+
4268
+ type UserList {
4269
+ items: [User!]
4270
+ total: Int
4271
+ }
4272
+
4273
+ input UserPatch {
4274
+ cuFlag: String
4275
+ description: String
4276
+ domains: [ObjectRef!]
4277
+ email: String
4278
+ id: ID
4279
+ name: String
4280
+ password: String
4281
+ roles: [ObjectRef!]
4282
+ status: String
4283
+ userType: String
4284
+ }
4285
+
4286
+ type UserRole {
4287
+ assigned: Boolean
4288
+ description: String
4289
+ id: String
4290
+ name: String
4291
+ }
4292
+
4293
+ type WorkDateWorkShiftPair {
4294
+ workDate: String!
4295
+ workShift: String!
4296
+ }
4297
+
4298
+ """Entity for WorkShift"""
4299
+ type WorkShift {
4300
+ createdAt: Timestamp
4301
+ creator: User
4302
+ description: String
4303
+ domain: Domain
4304
+ fromDate: Float
4305
+ fromTime: String
4306
+ id: ID!
4307
+ name: String!
4308
+ toDate: Float
4309
+ toTime: String
4310
+ updatedAt: Timestamp
4311
+ updater: User
4312
+ }
4313
+
4314
+ type WorkShiftList {
4315
+ items: [WorkShift!]!
4316
+ total: Int!
4317
+ }
4318
+
4319
+ input WorkShiftPatch {
4320
+ description: String
4321
+ fromDate: Float!
4322
+ fromTime: String!
4323
+ name: String!
4324
+ toDate: Float!
4325
+ toTime: String!
4326
+ }