@operato/scene-visualizer 8.0.0-beta.0 → 8.0.0-beta.2

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