@things-factory/operato-dataset 7.0.1-alpha.10 → 7.0.1-alpha.100

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/schema.graphql CHANGED
@@ -93,7 +93,7 @@ type ActivityApproval {
93
93
  createdAt: DateTimeISO
94
94
  creator: User
95
95
  derivedApprovals: [ActivityApproval!]!
96
- domain: Domain
96
+ domain: Domain!
97
97
  id: ID!
98
98
  judgment: String
99
99
 
@@ -138,7 +138,7 @@ type ActivityInstance {
138
138
  createdAt: DateTimeISO
139
139
  creator: User
140
140
  description: String
141
- domain: Domain
141
+ domain: Domain!
142
142
  dueAt: DateTimeISO
143
143
  id: ID!
144
144
  input: Object
@@ -208,7 +208,7 @@ type ActivityInstanceHistory {
208
208
  createdAt: DateTimeISO
209
209
  creator: User
210
210
  description: String
211
- domain: Domain
211
+ domain: Domain!
212
212
  dueAt: DateTimeISO
213
213
  id: ID!
214
214
  input: Object
@@ -357,7 +357,7 @@ type ActivityTemplate {
357
357
  createdAt: DateTimeISO
358
358
  creator: User
359
359
  description: String
360
- domain: Domain
360
+ domain: Domain!
361
361
  id: ID!
362
362
  model: [ActivityModelItem!]
363
363
  name: String
@@ -409,7 +409,7 @@ type ActivityThread {
409
409
  assignee: User
410
410
  createdAt: DateTimeISO
411
411
  creator: User
412
- domain: Domain
412
+ domain: Domain!
413
413
  dueAt: DateTimeISO
414
414
  id: ID!
415
415
  output: Object
@@ -434,7 +434,7 @@ type ActivityThreadHistory {
434
434
  assignee: User
435
435
  createdAt: DateTimeISO
436
436
  creator: User
437
- domain: Domain
437
+ domain: Domain!
438
438
  dueAt: DateTimeISO
439
439
  id: ID!
440
440
  output: Object
@@ -473,7 +473,7 @@ type AppBinding {
473
473
  email: EmailAddress!
474
474
  id: ID!
475
475
  locale: String
476
- name: String!
476
+ name: String
477
477
  owner: Boolean
478
478
  reference: String
479
479
  refreshToken: String
@@ -577,7 +577,7 @@ type ApprovalLine {
577
577
  createdAt: DateTimeISO
578
578
  creator: User
579
579
  description: String
580
- domain: Domain
580
+ domain: Domain!
581
581
  id: ID!
582
582
  model: [ApprovalLineItem!]
583
583
  name: String
@@ -733,11 +733,10 @@ type AuthProvider {
733
733
  clientSecret: String
734
734
  createdAt: DateTimeISO
735
735
  creator: User
736
- domain: Domain
736
+ domain: Domain!
737
737
  id: ID!
738
738
  params: Object
739
739
  privateKey: String
740
- state: String
741
740
  tenantId: String
742
741
  type: String
743
742
  updatedAt: DateTimeISO
@@ -755,6 +754,7 @@ type AuthProviderParameterSpec {
755
754
  name: String!
756
755
  placeholder: String
757
756
  property: Object
757
+ styles: Object
758
758
  type: String!
759
759
  }
760
760
 
@@ -868,7 +868,7 @@ type BoardTemplate {
868
868
  createdAt: DateTimeISO
869
869
  creator: User
870
870
  description: String
871
- domain: Domain
871
+ domain: Domain!
872
872
  id: ID!
873
873
  mine: Boolean!
874
874
  model: String
@@ -919,7 +919,7 @@ type CommonCode {
919
919
  creator: User
920
920
  description: String
921
921
  details: [CommonCodeDetail!]!
922
- domain: Domain
922
+ domain: Domain!
923
923
  id: ID!
924
924
  name: String!
925
925
  updatedAt: DateTimeISO
@@ -932,7 +932,7 @@ type CommonCodeDetail {
932
932
  createdAt: DateTimeISO
933
933
  creator: User
934
934
  description: String
935
- domain: Domain
935
+ domain: Domain!
936
936
  id: ID!
937
937
  labels: Object
938
938
  name: String!
@@ -1005,7 +1005,7 @@ input ConnectionPatch {
1005
1005
 
1006
1006
  type ConnectionState {
1007
1007
  description: String
1008
- domain: Domain
1008
+ domain: Domain!
1009
1009
  edge: Appliance
1010
1010
  id: String
1011
1011
  name: String
@@ -1035,7 +1035,7 @@ type Contact {
1035
1035
  creator: User
1036
1036
  deletedAt: DateTimeISO
1037
1037
  department: String
1038
- domain: Domain
1038
+ domain: Domain!
1039
1039
  email: EmailAddress
1040
1040
  id: ID!
1041
1041
  items: [ContactItem!]
@@ -1093,7 +1093,7 @@ type Data {
1093
1093
  type DataArchive {
1094
1094
  createdAt: DateTimeISO
1095
1095
  creator: User
1096
- domain: Domain
1096
+ domain: Domain!
1097
1097
  downloadUrl: String
1098
1098
  id: ID!
1099
1099
  requestParams: Object
@@ -1250,7 +1250,7 @@ type DataKeySet {
1250
1250
  creator: User
1251
1251
  dataKeyItems: [DataKeyItem!]
1252
1252
  description: String
1253
- domain: Domain
1253
+ domain: Domain!
1254
1254
  id: ID!
1255
1255
  name: String!
1256
1256
  reportType: String
@@ -1292,7 +1292,7 @@ type DataOoc {
1292
1292
  dataSet: DataSet
1293
1293
  dataSetVersion: Float
1294
1294
  description: String
1295
- domain: Domain
1295
+ domain: Domain!
1296
1296
  history: Object
1297
1297
  id: ID!
1298
1298
  judgment: Object
@@ -1349,7 +1349,7 @@ type DataSample {
1349
1349
  dataSet: DataSet!
1350
1350
  dataSetVersion: Float
1351
1351
  description: String
1352
- domain: Domain
1352
+ domain: Domain!
1353
1353
  id: ID!
1354
1354
  judgment: Object
1355
1355
  key01: String
@@ -1392,7 +1392,7 @@ type DataSensor {
1392
1392
  decoder: Scenario
1393
1393
  description: String
1394
1394
  deviceId: String
1395
- domain: Domain
1395
+ domain: Domain!
1396
1396
  id: ID!
1397
1397
  model: String
1398
1398
  name: String!
@@ -1579,7 +1579,7 @@ type DataSetHistory {
1579
1579
  dataKeySet: DataKeySet
1580
1580
  dataKeySetId: String
1581
1581
  description: String
1582
- domain: Domain
1582
+ domain: Domain!
1583
1583
  entryBoard: Board
1584
1584
  entryRole: Role!
1585
1585
  entryRoleId: String
@@ -1705,7 +1705,7 @@ type DataSummary {
1705
1705
  dataSetVersion: Float
1706
1706
  date: String
1707
1707
  description: String
1708
- domain: Domain
1708
+ domain: Domain!
1709
1709
  id: ID!
1710
1710
  key01: String
1711
1711
  key02: String
@@ -1742,7 +1742,7 @@ type Department {
1742
1742
  creator: User
1743
1743
  deletedAt: DateTimeISO
1744
1744
  description: String
1745
- domain: Domain
1745
+ domain: Domain!
1746
1746
  extension: String
1747
1747
  id: ID!
1748
1748
  manager: Employee
@@ -1854,6 +1854,7 @@ type DynamicDataSummary {
1854
1854
 
1855
1855
  type EdgeContext {
1856
1856
  data: Object
1857
+ domain: Domain
1857
1858
  lng: String
1858
1859
  variables: Object
1859
1860
  }
@@ -1875,7 +1876,7 @@ type Employee {
1875
1876
  creator: User
1876
1877
  deletedAt: DateTimeISO
1877
1878
  department: Department
1878
- domain: Domain
1879
+ domain: Domain!
1879
1880
  email: EmailAddress
1880
1881
  extension: String
1881
1882
  hiredOn: String
@@ -1941,7 +1942,7 @@ type Entity {
1941
1942
  dataProp: String
1942
1943
  delStrategy: String
1943
1944
  description: String
1944
- domain: Domain
1945
+ domain: Domain!
1945
1946
  extEntity: Boolean
1946
1947
  fixedColumns: Float
1947
1948
  id: ID!
@@ -1966,7 +1967,7 @@ type EntityColumn {
1966
1967
  creator: User
1967
1968
  defVal: String
1968
1969
  description: String
1969
- domain: Domain
1970
+ domain: Domain!
1970
1971
  entity: Entity!
1971
1972
  formEditor: String
1972
1973
  formFormat: String
@@ -2139,7 +2140,7 @@ type Font {
2139
2140
  active: Boolean!
2140
2141
  createdAt: DateTimeISO
2141
2142
  creator: User
2142
- domain: Domain
2143
+ domain: Domain!
2143
2144
  files: [Attachment!]
2144
2145
  id: ID!
2145
2146
  name: String!
@@ -2274,9 +2275,11 @@ type LiteMenu {
2274
2275
  createdAt: DateTimeISO
2275
2276
  creator: User
2276
2277
  description: String
2277
- domain: Domain
2278
+ domain: Domain!
2278
2279
  icon: String
2279
2280
  id: ID!
2281
+ label: String!
2282
+ labels: Object
2280
2283
  name: String!
2281
2284
  parent: String
2282
2285
  privilege: PrivilegeObject
@@ -2297,6 +2300,7 @@ input LiteMenuPatch {
2297
2300
  appName: String
2298
2301
  description: String
2299
2302
  icon: String
2303
+ labels: Object
2300
2304
  name: String
2301
2305
  parent: String
2302
2306
  privilege: PrivilegeInput
@@ -2336,14 +2340,14 @@ type LoginHistoryList {
2336
2340
  type Menu {
2337
2341
  buttons: [MenuButton!]!
2338
2342
  category: String
2339
- children: [Menu!]!
2343
+ children(permittedOnly: Boolean! = false): [Menu!]!
2340
2344
  columns: [MenuColumn!]!
2341
2345
  createdAt: DateTimeISO
2342
2346
  creator: User
2343
2347
  description: String
2344
2348
  detailFormId: String
2345
2349
  detailLayout: String
2346
- domain: Domain
2350
+ domain: Domain!
2347
2351
  fixedColumns: Float
2348
2352
  gridSaveUrl: String
2349
2353
  hiddenFlag: Boolean
@@ -2355,6 +2359,7 @@ type Menu {
2355
2359
  name: String
2356
2360
  pagination: Boolean
2357
2361
  parent: Menu
2362
+ privilege: PrivilegeObject
2358
2363
  rank: Float
2359
2364
  resourceId: String
2360
2365
  resourceName: String
@@ -2376,7 +2381,7 @@ type MenuButton {
2376
2381
  auth: String
2377
2382
  createdAt: DateTimeISO
2378
2383
  creator: User
2379
- domain: Domain
2384
+ domain: Domain!
2380
2385
  icon: String
2381
2386
  id: ID!
2382
2387
  logic: String
@@ -2411,7 +2416,7 @@ type MenuColumn {
2411
2416
  creator: User
2412
2417
  defVal: String
2413
2418
  description: String
2414
- domain: Domain
2419
+ domain: Domain!
2415
2420
  extField: Boolean
2416
2421
  formEditor: String
2417
2422
  formFormat: String
@@ -2500,7 +2505,7 @@ type MenuDetail {
2500
2505
  creator: User
2501
2506
  customView: String
2502
2507
  dataProp: String
2503
- domain: Domain
2508
+ domain: Domain!
2504
2509
  entityId: String
2505
2510
  id: ID!
2506
2511
  masterField: String
@@ -2517,7 +2522,7 @@ type MenuDetail {
2517
2522
  type MenuDetailButton {
2518
2523
  createdAt: DateTimeISO
2519
2524
  creator: User
2520
- domain: Domain
2525
+ domain: Domain!
2521
2526
  icon: String
2522
2527
  id: ID!
2523
2528
  logic: String
@@ -2551,7 +2556,7 @@ type MenuDetailColumn {
2551
2556
  creator: User
2552
2557
  defVal: String
2553
2558
  description: String
2554
- domain: Domain
2559
+ domain: Domain!
2555
2560
  extField: Boolean
2556
2561
  formEditor: String
2557
2562
  formFormat: String
@@ -2676,6 +2681,7 @@ input MenuPatch {
2676
2681
  name: String
2677
2682
  pagination: Boolean
2678
2683
  parent: ObjectRef
2684
+ privilege: PrivilegeInput
2679
2685
  rank: Int
2680
2686
  resourceId: String
2681
2687
  resourceName: String
@@ -2718,6 +2724,9 @@ type Mutation {
2718
2724
  attachContact(contactId: String!, id: String!): Employee!
2719
2725
  cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
2720
2726
 
2727
+ """To clear translations cache"""
2728
+ clearTranslationsCache: Boolean!
2729
+
2721
2730
  """To clone a Board from existing Board"""
2722
2731
  cloneBoard(id: String!, patch: BoardPatch!, targetGroupId: String, targetSubdomain: String!): Board!
2723
2732
 
@@ -2840,6 +2849,9 @@ type Mutation {
2840
2849
  """To create new ApprovalLine for current user"""
2841
2850
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
2842
2851
 
2852
+ """To create my new PagePreference"""
2853
+ createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
2854
+
2843
2855
  """To create new Notification"""
2844
2856
  createNotification(notification: NewNotification!): Notification!
2845
2857
 
@@ -3075,6 +3087,9 @@ type Mutation {
3075
3087
  """To delete multiple ApprovalLines for current user"""
3076
3088
  deleteMyApprovalLines(ids: [String!]!): Boolean!
3077
3089
 
3090
+ """To delete my PagePreference"""
3091
+ deleteMyPagePreference(element: String!, page: String!): Boolean!
3092
+
3078
3093
  """To delete Notification"""
3079
3094
  deleteNotification(id: String!): Boolean!
3080
3095
 
@@ -3093,6 +3108,12 @@ type Mutation {
3093
3108
  """To delete multiple Oauth2Clients"""
3094
3109
  deleteOauth2Clients(ids: [String!]!): Boolean!
3095
3110
 
3111
+ """To delete PagePreference"""
3112
+ deletePagePreference(id: String!): Boolean!
3113
+
3114
+ """To delete multiple PagePreferences"""
3115
+ deletePagePreferences(ids: [String!]!): Boolean!
3116
+
3096
3117
  """To delete multiple partnerSettings"""
3097
3118
  deletePartnerSettings(ids: [String!]!): Boolean!
3098
3119
 
@@ -3604,6 +3625,9 @@ type Mutation {
3604
3625
  """To modify ApprovalLine information for current user"""
3605
3626
  updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
3606
3627
 
3628
+ """To create or update my PagePreference"""
3629
+ updateMyPagePreference(element: String!, page: String!, preference: Object!): PagePreference!
3630
+
3607
3631
  """To modify Notification information"""
3608
3632
  updateNotification(id: String!, patch: NotificationPatch!): Notification!
3609
3633
 
@@ -4018,6 +4042,7 @@ input NewLiteMenu {
4018
4042
  appName: String
4019
4043
  description: String
4020
4044
  icon: String
4045
+ labels: Object
4021
4046
  name: String!
4022
4047
  parent: String
4023
4048
  privilege: PrivilegeInput
@@ -4044,6 +4069,7 @@ input NewMenu {
4044
4069
  name: String!
4045
4070
  pagination: Boolean
4046
4071
  parent: ObjectRef
4072
+ privilege: PrivilegeInput
4047
4073
  rank: Int
4048
4074
  resourceId: String
4049
4075
  resourceName: String
@@ -4211,6 +4237,13 @@ input NewOauth2Client {
4211
4237
  webhook: String
4212
4238
  }
4213
4239
 
4240
+ input NewPagePreference {
4241
+ element: String
4242
+ page: String
4243
+ preference: Object!
4244
+ user: ObjectRef!
4245
+ }
4246
+
4214
4247
  input NewPayloadLog {
4215
4248
  description: String
4216
4249
  name: String!
@@ -4318,7 +4351,7 @@ type Notification {
4318
4351
  body: String
4319
4352
  createdAt: DateTimeISO
4320
4353
  creator: User
4321
- domain: Domain
4354
+ domain: Domain!
4322
4355
  id: ID!
4323
4356
  image: String
4324
4357
  owner: User
@@ -4352,7 +4385,7 @@ type NotificationRule {
4352
4385
  creator: User
4353
4386
  deletedAt: DateTimeISO
4354
4387
  description: String
4355
- domain: Domain
4388
+ domain: Domain!
4356
4389
  id: ID!
4357
4390
  name: String
4358
4391
 
@@ -4409,7 +4442,7 @@ type Oauth2Client {
4409
4442
  createdAt: DateTimeISO
4410
4443
  creator: User
4411
4444
  description: String
4412
- domain: Domain
4445
+ domain: Domain!
4413
4446
  expires: DateTimeISO
4414
4447
  grantType: String
4415
4448
  icon: String
@@ -4536,18 +4569,37 @@ enum OrgMemberTargetType {
4536
4569
  Role
4537
4570
  }
4538
4571
 
4572
+ """Entity for PagePreference"""
4573
+ type PagePreference {
4574
+ createdAt: DateTimeISO
4575
+ creator: User
4576
+ domain: Domain!
4577
+ element: String
4578
+ id: ID!
4579
+ page: String
4580
+ preference: Object
4581
+ updatedAt: DateTimeISO
4582
+ updater: User
4583
+ user: User!
4584
+ }
4585
+
4586
+ type PagePreferenceList {
4587
+ items: [PagePreference!]!
4588
+ total: Int!
4589
+ }
4590
+
4539
4591
  input Pagination {
4540
4592
  limit: Int
4541
4593
  page: Int
4542
4594
  }
4543
4595
 
4544
4596
  type Partner {
4545
- approvedAt: DateTimeISO!
4597
+ approvedAt: DateTimeISO
4546
4598
  approver: User
4547
4599
  domain: Domain!
4548
4600
  id: ID!
4549
4601
  partnerDomain: Domain!
4550
- requestedAt: DateTimeISO!
4602
+ requestedAt: DateTimeISO
4551
4603
  requester: User
4552
4604
  }
4553
4605
 
@@ -4562,7 +4614,7 @@ type PartnerSetting {
4562
4614
  createdAt: DateTimeISO
4563
4615
  creator: User
4564
4616
  description: String
4565
- domain: Domain
4617
+ domain: Domain!
4566
4618
  id: ID!
4567
4619
  name: String
4568
4620
  partnerDomain: Domain
@@ -4591,7 +4643,7 @@ input PartnerSettingPatch {
4591
4643
  type PayloadLog {
4592
4644
  createdAt: DateTimeISO
4593
4645
  creator: User
4594
- domain: Domain
4646
+ domain: Domain!
4595
4647
  endpoint: String!
4596
4648
  id: ID!
4597
4649
  name: String!
@@ -4757,6 +4809,7 @@ type PropertySpec {
4757
4809
  name: String!
4758
4810
  placeholder: String
4759
4811
  property: Object
4812
+ styles: Object
4760
4813
  type: String!
4761
4814
  }
4762
4815
 
@@ -5177,9 +5230,21 @@ type Query {
5177
5230
  myLiteMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LiteMenuList!
5178
5231
  myLoginHistories(limit: Float!): [LoginHistory!]!
5179
5232
 
5233
+ """To fetch my own Menus"""
5234
+ myMenus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
5235
+
5180
5236
  """To fetch my notifications"""
5181
5237
  myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
5182
5238
 
5239
+ """To fetch a User's own PagePreference"""
5240
+ myPageAllPreferences(page: String!): [PagePreference!]
5241
+
5242
+ """To fetch a User's own PagePreference"""
5243
+ myPagePreference(element: String!, page: String!): PagePreference
5244
+
5245
+ """To fetch multiple PagePreferences"""
5246
+ myPagePreferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PagePreferenceList!
5247
+
5183
5248
  """To fetch roles of current user"""
5184
5249
  myRoles: [Role!]!
5185
5250
 
@@ -5201,6 +5266,9 @@ type Query {
5201
5266
  """To fetch multiple Oauth2Clients"""
5202
5267
  oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
5203
5268
 
5269
+ """To fetch a PagePreference"""
5270
+ pagePreference(id: String!): PagePreference
5271
+
5204
5272
  """To fetch specific domain's CommonCodes by given name"""
5205
5273
  partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
5206
5274
 
@@ -5352,7 +5420,7 @@ type Role {
5352
5420
  description: String
5353
5421
  domain: Domain!
5354
5422
  id: ID!
5355
- name: String!
5423
+ name: String
5356
5424
  privileges: [Privilege!]
5357
5425
  updatedAt: DateTimeISO
5358
5426
  updater: User
@@ -5437,7 +5505,7 @@ type Scenario {
5437
5505
  createdAt: DateTimeISO
5438
5506
  creator: User
5439
5507
  description: String
5440
- domain: Domain
5508
+ domain: Domain!
5441
5509
  id: ID!
5442
5510
  instances: [ScenarioInstance!]
5443
5511
  name: String!
@@ -5533,7 +5601,7 @@ type Setting {
5533
5601
  createdAt: DateTimeISO
5534
5602
  creator: User
5535
5603
  description: String
5536
- domain: Domain
5604
+ domain: Domain!
5537
5605
  id: ID!
5538
5606
  name: String!
5539
5607
  updatedAt: DateTimeISO
@@ -5570,7 +5638,7 @@ type StateRegister {
5570
5638
  createdAt: DateTimeISO
5571
5639
  creator: User
5572
5640
  description: String
5573
- domain: Domain
5641
+ domain: Domain!
5574
5642
  id: ID!
5575
5643
  name: String
5576
5644
  refBy: String
@@ -5646,10 +5714,12 @@ type Subscription {
5646
5714
  activityInstance: ActivityInstance!
5647
5715
  activityThread: ActivityThread!
5648
5716
  board(id: String!): Board!
5717
+ connectConnections: [Connection!]!
5649
5718
  connectionLog(level: String): Log!
5650
5719
  connectionState(name: String): ConnectionState!
5651
5720
  data(tag: String!): Data!
5652
5721
  dataOoc: DataOoc!
5722
+ disconnectConnections: [Connection!]!
5653
5723
  notification(subjects: [String!]): Notification!
5654
5724
  playGroup(id: String!): PlayGroup!
5655
5725
  runTask: RunTaskPayload!
@@ -5676,13 +5746,15 @@ type TaskTypeList {
5676
5746
  type Terminology {
5677
5747
  category: String!
5678
5748
  createdAt: DateTimeISO
5749
+ creator: User
5679
5750
  description: String
5680
5751
  display: String!
5681
- domain: Domain
5752
+ domain: Domain!
5682
5753
  id: ID!
5683
5754
  locale: String!
5684
5755
  name: String!
5685
5756
  updatedAt: DateTimeISO
5757
+ updater: User
5686
5758
  }
5687
5759
 
5688
5760
  type TerminologyList {
@@ -5691,12 +5763,12 @@ type TerminologyList {
5691
5763
  }
5692
5764
 
5693
5765
  input TerminologyPatch {
5694
- category: String!
5766
+ category: String
5695
5767
  cuFlag: String
5696
5768
  description: String
5697
- display: String!
5769
+ display: String
5698
5770
  id: ID
5699
- locale: String!
5771
+ locale: String
5700
5772
  name: String
5701
5773
  }
5702
5774
 
@@ -5707,7 +5779,7 @@ type Theme {
5707
5779
  creator: User
5708
5780
  deletedAt: DateTimeISO
5709
5781
  description: String
5710
- domain: Domain
5782
+ domain: Domain!
5711
5783
  id: ID!
5712
5784
  name: String
5713
5785
  type: String
@@ -5747,7 +5819,7 @@ type User {
5747
5819
  email: EmailAddress!
5748
5820
  id: ID!
5749
5821
  locale: String
5750
- name: String!
5822
+ name: String
5751
5823
  owner: Boolean
5752
5824
  reference: String
5753
5825
  roles: [Role!]!
@@ -5788,7 +5860,7 @@ type UserRole {
5788
5860
  type UsersAuthProviders {
5789
5861
  authProvider: AuthProvider
5790
5862
  createdAt: DateTimeISO
5791
- domain: Domain
5863
+ domain: Domain!
5792
5864
  id: ID!
5793
5865
  ssoId: String
5794
5866
  updatedAt: DateTimeISO
@@ -5800,7 +5872,7 @@ type WorkShift {
5800
5872
  createdAt: DateTimeISO
5801
5873
  creator: User
5802
5874
  description: String
5803
- domain: Domain
5875
+ domain: Domain!
5804
5876
  fromDate: Float
5805
5877
  fromTime: String
5806
5878
  id: ID!
@@ -53,6 +53,8 @@
53
53
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
54
54
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
55
55
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
56
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
57
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
56
58
  <link rel="stylesheet" href="/theme.css" />
57
59
 
58
60
  <style>
@@ -74,7 +76,7 @@
74
76
  <link rel="prefetch" href="/auth/forgot-password.js">
75
77
  <link rel="prefetch" href="/auth/checkin.js">
76
78
  </head>
77
- <body>
79
+ <body class="light">
78
80
  <<%- pageElement %> id="page"></<%- pageElement %>>
79
81
  <noscript>
80
82
  Please enable JavaScript to view this website.
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -52,6 +52,8 @@
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
53
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
54
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
56
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
55
57
  <link rel="stylesheet" href="/theme.css" />
56
58
 
57
59
  <style>
@@ -70,7 +72,7 @@
70
72
  <!--- prefetch -->
71
73
  <link rel="prefetch" href="/public/home.js" />
72
74
  </head>
73
- <body>
75
+ <body class="light">
74
76
  <home-page id="page"></home-page>
75
77
  <noscript> Please enable JavaScript to view this website. </noscript>
76
78
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->