@things-factory/operato-board 6.2.76 → 6.2.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-board",
3
- "version": "6.2.76",
3
+ "version": "6.2.77",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -63,6 +63,7 @@
63
63
  "@operato/scene-excel": "^1.0.0",
64
64
  "@operato/scene-form": "^1.0.0",
65
65
  "@operato/scene-gauge": "^1.0.0",
66
+ "@operato/scene-google-map": "^1.0.0",
66
67
  "@operato/scene-graphql": "^1.0.0",
67
68
  "@operato/scene-grist": "^1.0.0",
68
69
  "@operato/scene-half-roundrect": "^1.0.0",
@@ -88,41 +89,40 @@
88
89
  "@operato/shell": "^1.0.1",
89
90
  "@operato/styles": "^1.0.0",
90
91
  "@operato/utils": "^1.0.1",
91
- "@things-factory/apptool-ui": "^6.2.76",
92
- "@things-factory/auth-azure-ad": "^6.2.70",
93
- "@things-factory/auth-google": "^6.2.70",
94
- "@things-factory/auth-ui": "^6.2.70",
95
- "@things-factory/board-service": "^6.2.75",
96
- "@things-factory/board-ui": "^6.2.75",
97
- "@things-factory/context-ui": "^6.2.70",
98
- "@things-factory/export-ui": "^6.2.70",
99
- "@things-factory/fav-base": "^6.2.70",
100
- "@things-factory/font-base": "^6.2.73",
92
+ "@things-factory/apptool-ui": "^6.2.77",
93
+ "@things-factory/auth-azure-ad": "^6.2.77",
94
+ "@things-factory/auth-google": "^6.2.77",
95
+ "@things-factory/auth-ui": "^6.2.77",
96
+ "@things-factory/board-service": "^6.2.77",
97
+ "@things-factory/board-ui": "^6.2.77",
98
+ "@things-factory/context-ui": "^6.2.77",
99
+ "@things-factory/export-ui": "^6.2.77",
100
+ "@things-factory/fav-base": "^6.2.77",
101
+ "@things-factory/font-base": "^6.2.77",
101
102
  "@things-factory/form-ui": "^6.2.33",
102
- "@things-factory/help": "^6.2.70",
103
- "@things-factory/i18n-base": "^6.2.70",
104
- "@things-factory/import-ui": "^6.2.70",
105
- "@things-factory/integration-base": "^6.2.75",
106
- "@things-factory/integration-msgraph": "^6.2.75",
107
- "@things-factory/integration-notification": "^6.2.75",
108
- "@things-factory/integration-openai": "^6.2.75",
109
- "@things-factory/integration-ui": "^6.2.76",
110
- "@things-factory/more-ui": "^6.2.70",
111
- "@things-factory/notification": "^6.2.73",
112
- "@things-factory/oauth2-client": "^6.2.70",
113
- "@things-factory/offline-ui": "^6.2.70",
103
+ "@things-factory/help": "^6.2.77",
104
+ "@things-factory/i18n-base": "^6.2.77",
105
+ "@things-factory/import-ui": "^6.2.77",
106
+ "@things-factory/integration-base": "^6.2.77",
107
+ "@things-factory/integration-msgraph": "^6.2.77",
108
+ "@things-factory/integration-notification": "^6.2.77",
109
+ "@things-factory/integration-openai": "^6.2.77",
110
+ "@things-factory/integration-ui": "^6.2.77",
111
+ "@things-factory/more-ui": "^6.2.77",
112
+ "@things-factory/notification": "^6.2.77",
113
+ "@things-factory/oauth2-client": "^6.2.77",
114
+ "@things-factory/offline-ui": "^6.2.77",
114
115
  "@things-factory/pdf": "^6.2.48",
115
- "@things-factory/print-service": "^6.2.70",
116
- "@things-factory/print-ui": "^6.2.70",
117
- "@things-factory/resource-ui": "^6.2.70",
118
- "@things-factory/scene-google-map": "^6.2.33",
119
- "@things-factory/setting-ui": "^6.2.70",
120
- "@things-factory/shell": "^6.2.70",
121
- "@things-factory/system": "^6.2.71"
116
+ "@things-factory/print-service": "^6.2.77",
117
+ "@things-factory/print-ui": "^6.2.77",
118
+ "@things-factory/resource-ui": "^6.2.77",
119
+ "@things-factory/setting-ui": "^6.2.77",
120
+ "@things-factory/shell": "^6.2.77",
121
+ "@things-factory/system": "^6.2.77"
122
122
  },
123
123
  "devDependencies": {
124
- "@things-factory/board-test": "^6.2.75",
124
+ "@things-factory/board-test": "^6.2.77",
125
125
  "@things-factory/builder": "^6.2.33"
126
126
  },
127
- "gitHead": "9849310de2fc865e448dc929c04a2045b03adb65"
127
+ "gitHead": "91090127331d8e4cdbbfeb2f82c8dfe8dc65bfee"
128
128
  }
package/schema.graphql CHANGED
@@ -26,7 +26,7 @@ type AppBinding {
26
26
  creator: User!
27
27
  description: String
28
28
  domains: [Domain!]!
29
- email: String!
29
+ email: EmailAddress!
30
30
  id: ID!
31
31
  locale: String
32
32
  name: String!
@@ -89,7 +89,7 @@ type Application {
89
89
  creator: User
90
90
  description: String
91
91
  domain: Domain!
92
- email: String!
92
+ email: EmailAddress!
93
93
  icon: String
94
94
  id: ID!
95
95
  name: String!
@@ -109,7 +109,7 @@ type ApplicationList {
109
109
 
110
110
  input ApplicationPatch {
111
111
  description: String
112
- email: String
112
+ email: EmailAddress
113
113
  icon: String
114
114
  name: String
115
115
  redirectUrl: String
@@ -574,7 +574,7 @@ type Contact {
574
574
  deletedAt: DateTimeISO
575
575
  department: String
576
576
  domain: Domain
577
- email: String
577
+ email: EmailAddress
578
578
  id: ID!
579
579
  items: [ContactItem!]
580
580
  name: String
@@ -607,7 +607,7 @@ input ContactPatch {
607
607
  company: String
608
608
  cuFlag: String
609
609
  department: String
610
- email: String
610
+ email: EmailAddress
611
611
  id: ID
612
612
  items: [ContactItemPatch!]
613
613
  name: String
@@ -638,7 +638,7 @@ scalar DateTimeISO
638
638
  """Entity for Department"""
639
639
  type Department {
640
640
  active: Boolean
641
- children: [Department!]!
641
+ children(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): [Department!]!
642
642
  controlNo: String!
643
643
  createdAt: DateTimeISO
644
644
  creator: User
@@ -742,6 +742,11 @@ input DomainUserRoleInput {
742
742
  users: [NewUserByDomainWizardInput!]!
743
743
  }
744
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
+
745
750
  """Entity for Employee"""
746
751
  type Employee {
747
752
  active: Boolean
@@ -755,7 +760,7 @@ type Employee {
755
760
  deletedAt: DateTimeISO
756
761
  department: Department
757
762
  domain: Domain
758
- email: String
763
+ email: EmailAddress
759
764
  extension: String
760
765
  hiredOn: String
761
766
  id: ID!
@@ -1091,7 +1096,7 @@ enum InheritedValueType {
1091
1096
  type Invitation {
1092
1097
  createdAt: DateTimeISO
1093
1098
  creator: User
1094
- email: String!
1099
+ email: EmailAddress!
1095
1100
  id: ID!
1096
1101
  reference: String!
1097
1102
  token: String!
@@ -1105,6 +1110,11 @@ type InvitationList {
1105
1110
  total: Int
1106
1111
  }
1107
1112
 
1113
+ """
1114
+ A field whose value is a JSON Web Token (JWT): https://jwt.io/introduction.
1115
+ """
1116
+ scalar JWT
1117
+
1108
1118
  type Log {
1109
1119
  """log level (error, warning, info, ..)"""
1110
1120
  level: String!
@@ -1495,7 +1505,7 @@ type Mutation {
1495
1505
 
1496
1506
  """To attach a contact on Employee"""
1497
1507
  attachContact(contactId: String!, id: String!): Employee!
1498
- cancelInvitation(email: String!, reference: String!, type: String!): Boolean!
1508
+ cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
1499
1509
 
1500
1510
  """To clone a Board from existing Board"""
1501
1511
  cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
@@ -1693,7 +1703,7 @@ type Mutation {
1693
1703
  deleteDomain(name: String!): Domain!
1694
1704
 
1695
1705
  """To delete domain user"""
1696
- deleteDomainUser(email: String!): Boolean!
1706
+ deleteDomainUser(email: EmailAddress!): Boolean!
1697
1707
 
1698
1708
  """To delete multiple domains (Only superuser is granted this privilege.)"""
1699
1709
  deleteDomains(names: [String!]!): Boolean!
@@ -1846,7 +1856,7 @@ type Mutation {
1846
1856
  deleteThemes(ids: [String!]!): Boolean!
1847
1857
 
1848
1858
  """To delete a user"""
1849
- deleteUser(email: String!): Boolean!
1859
+ deleteUser(email: EmailAddress!): Boolean!
1850
1860
 
1851
1861
  """To delete some users"""
1852
1862
  deleteUsers(emails: [String!]!): Boolean!
@@ -1937,7 +1947,7 @@ type Mutation {
1937
1947
  inviteCustomer(customerDomainName: String!): Boolean!
1938
1948
 
1939
1949
  """To invite new user"""
1940
- inviteUser(email: String!): Boolean!
1950
+ inviteUser(email: EmailAddress!): Boolean!
1941
1951
 
1942
1952
  """To make the board to join the group"""
1943
1953
  joinGroup(boardIds: [String!]!, id: String!): Group!
@@ -1984,7 +1994,7 @@ type Mutation {
1984
1994
  To run new scenario instance and will return the result after the scenario stop.
1985
1995
  """
1986
1996
  runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
1987
- sendInvitation(email: String!, reference: String!, type: String!): Invitation!
1997
+ sendInvitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
1988
1998
  singleUpload(file: Upload!): Attachment!
1989
1999
 
1990
2000
  """To start new scenario instance"""
@@ -2015,7 +2025,7 @@ type Mutation {
2015
2025
  terminateContract(partnerName: String!): Boolean!
2016
2026
 
2017
2027
  """To transfer owner of domain"""
2018
- transferOwner(email: String!): Boolean!
2028
+ transferOwner(email: EmailAddress!): Boolean!
2019
2029
  updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
2020
2030
  updateApplication(id: String!, patch: ApplicationPatch!): Application!
2021
2031
 
@@ -2217,7 +2227,7 @@ type Mutation {
2217
2227
  updateTheme(id: String!, patch: ThemePatch!): Theme!
2218
2228
 
2219
2229
  """To modify user information"""
2220
- updateUser(email: String!, patch: UserPatch!): User!
2230
+ updateUser(email: EmailAddress!, patch: UserPatch!): User!
2221
2231
 
2222
2232
  """To update roles for a user"""
2223
2233
  updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
@@ -2234,7 +2244,7 @@ input NewAppliance {
2234
2244
 
2235
2245
  input NewApplication {
2236
2246
  description: String
2237
- email: String
2247
+ email: EmailAddress
2238
2248
  icon: String
2239
2249
  name: String!
2240
2250
  redirectUrl: String
@@ -2317,7 +2327,7 @@ input NewContact {
2317
2327
  address: String
2318
2328
  company: String
2319
2329
  department: String
2320
- email: String
2330
+ email: EmailAddress
2321
2331
  items: [ContactItemPatch!]
2322
2332
  name: String!
2323
2333
  note: String
@@ -2607,7 +2617,7 @@ input NewOauth2Client {
2607
2617
  description: String
2608
2618
  grantType: String
2609
2619
  icon: String
2610
- jwtToken: String
2620
+ jwtToken: JWT
2611
2621
  name: String!
2612
2622
  password: String
2613
2623
  refreshToken: String
@@ -2702,7 +2712,7 @@ input NewTheme {
2702
2712
 
2703
2713
  input NewUser {
2704
2714
  description: String
2705
- email: String!
2715
+ email: EmailAddress!
2706
2716
  name: String!
2707
2717
  password: String
2708
2718
  roles: [ObjectRef!]
@@ -2710,7 +2720,7 @@ input NewUser {
2710
2720
  }
2711
2721
 
2712
2722
  input NewUserByDomainWizardInput {
2713
- email: String!
2723
+ email: EmailAddress!
2714
2724
  isInvitee: Boolean
2715
2725
  name: String!
2716
2726
  owner: Boolean!
@@ -2819,7 +2829,7 @@ type Oauth2Client {
2819
2829
  grantType: String
2820
2830
  icon: String
2821
2831
  id: ID!
2822
- jwtToken: String
2832
+ jwtToken: JWT
2823
2833
  name: String!
2824
2834
  password: String
2825
2835
  refreshToken: String
@@ -2849,7 +2859,7 @@ input Oauth2ClientPatch {
2849
2859
  description: String
2850
2860
  grantType: String
2851
2861
  icon: String
2852
- jwtToken: String
2862
+ jwtToken: JWT
2853
2863
  name: String
2854
2864
  password: String
2855
2865
  refreshToken: String
@@ -2892,22 +2902,24 @@ input ObjectRefForEmployee {
2892
2902
 
2893
2903
  """Field description"""
2894
2904
  description: String
2895
- email: String
2905
+ email: EmailAddress
2896
2906
  hiredOn: String
2897
2907
 
2898
2908
  """Field id"""
2899
2909
  id: ID!
2900
2910
  jobPosition: String
2911
+ jobResponsibility: String
2901
2912
 
2902
2913
  """Field name"""
2903
2914
  name: String
2904
2915
  photo: String
2916
+ type: EmployeeType
2905
2917
  }
2906
2918
 
2907
2919
  input ObjectRefForUser {
2908
2920
  """Field description"""
2909
2921
  description: String
2910
- email: String
2922
+ email: EmailAddress
2911
2923
 
2912
2924
  """Field id"""
2913
2925
  id: ID!
@@ -3250,7 +3262,7 @@ type Query {
3250
3262
  checkUserBelongsDomain: Boolean!
3251
3263
 
3252
3264
  """..."""
3253
- checkUserExistence(email: String!): Boolean!
3265
+ checkUserExistence(email: EmailAddress!): Boolean!
3254
3266
 
3255
3267
  """To fetch common approval lines"""
3256
3268
  commonApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
@@ -3360,7 +3372,7 @@ type Query {
3360
3372
 
3361
3373
  """To fetch integration Analyses"""
3362
3374
  integrationAnalysis: Object!
3363
- invitation(email: String!, reference: String!, type: String!): Invitation!
3375
+ invitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
3364
3376
  invitations(reference: String!, type: String!): InvitationList!
3365
3377
 
3366
3378
  """To fetch multiple LoginHistories"""
@@ -3544,7 +3556,7 @@ type Query {
3544
3556
  themes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ThemeList!
3545
3557
 
3546
3558
  """To fetch user"""
3547
- user(email: String!): User!
3559
+ user(email: EmailAddress!): User!
3548
3560
 
3549
3561
  """To fetch Menus by role"""
3550
3562
  userMenus: [Menu!]!
@@ -3906,7 +3918,7 @@ type User {
3906
3918
  creator: User
3907
3919
  description: String
3908
3920
  domains: [Domain!]!
3909
- email: String!
3921
+ email: EmailAddress!
3910
3922
  id: ID!
3911
3923
  locale: String
3912
3924
  name: String!
@@ -3930,7 +3942,7 @@ input UserPatch {
3930
3942
  cuFlag: String
3931
3943
  description: String
3932
3944
  domains: [ObjectRef!]
3933
- email: String
3945
+ email: EmailAddress
3934
3946
  id: ID
3935
3947
  name: String
3936
3948
  password: String