@things-factory/operato-board 6.2.33 → 6.2.35

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.33",
3
+ "version": "6.2.35",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -87,42 +87,42 @@
87
87
  "@operato/shell": "^1.0.1",
88
88
  "@operato/styles": "^1.0.0",
89
89
  "@operato/utils": "^1.0.1",
90
- "@things-factory/apptool-ui": "^6.2.33",
91
- "@things-factory/auth-azure-ad": "^6.2.33",
92
- "@things-factory/auth-google": "^6.2.33",
93
- "@things-factory/auth-ui": "^6.2.33",
94
- "@things-factory/board-service": "^6.2.33",
95
- "@things-factory/board-ui": "^6.2.33",
96
- "@things-factory/context-ui": "^6.2.33",
97
- "@things-factory/export-ui": "^6.2.33",
98
- "@things-factory/fav-base": "^6.2.33",
99
- "@things-factory/font-base": "^6.2.33",
90
+ "@things-factory/apptool-ui": "^6.2.34",
91
+ "@things-factory/auth-azure-ad": "^6.2.34",
92
+ "@things-factory/auth-google": "^6.2.34",
93
+ "@things-factory/auth-ui": "^6.2.34",
94
+ "@things-factory/board-service": "^6.2.35",
95
+ "@things-factory/board-ui": "^6.2.35",
96
+ "@things-factory/context-ui": "^6.2.34",
97
+ "@things-factory/export-ui": "^6.2.34",
98
+ "@things-factory/fav-base": "^6.2.34",
99
+ "@things-factory/font-base": "^6.2.34",
100
100
  "@things-factory/form-ui": "^6.2.33",
101
- "@things-factory/help": "^6.2.33",
102
- "@things-factory/i18n-base": "^6.2.33",
103
- "@things-factory/import-ui": "^6.2.33",
104
- "@things-factory/integration-base": "^6.2.33",
105
- "@things-factory/integration-msgraph": "^6.2.33",
106
- "@things-factory/integration-notification": "^6.2.33",
107
- "@things-factory/integration-openai": "^6.2.33",
108
- "@things-factory/integration-ui": "^6.2.33",
109
- "@things-factory/more-ui": "^6.2.33",
110
- "@things-factory/notification": "^6.2.33",
111
- "@things-factory/oauth2-client": "^6.2.33",
112
- "@things-factory/offline-ui": "^6.2.33",
101
+ "@things-factory/help": "^6.2.34",
102
+ "@things-factory/i18n-base": "^6.2.34",
103
+ "@things-factory/import-ui": "^6.2.34",
104
+ "@things-factory/integration-base": "^6.2.35",
105
+ "@things-factory/integration-msgraph": "^6.2.35",
106
+ "@things-factory/integration-notification": "^6.2.35",
107
+ "@things-factory/integration-openai": "^6.2.35",
108
+ "@things-factory/integration-ui": "^6.2.35",
109
+ "@things-factory/more-ui": "^6.2.34",
110
+ "@things-factory/notification": "^6.2.34",
111
+ "@things-factory/oauth2-client": "^6.2.34",
112
+ "@things-factory/offline-ui": "^6.2.34",
113
113
  "@things-factory/operato-license-checker": "^3.1.0",
114
114
  "@things-factory/pdf": "^6.2.33",
115
- "@things-factory/print-service": "^6.2.33",
116
- "@things-factory/print-ui": "^6.2.33",
117
- "@things-factory/resource-ui": "^6.2.33",
115
+ "@things-factory/print-service": "^6.2.34",
116
+ "@things-factory/print-ui": "^6.2.34",
117
+ "@things-factory/resource-ui": "^6.2.34",
118
118
  "@things-factory/scene-google-map": "^6.2.33",
119
- "@things-factory/setting-ui": "^6.2.33",
120
- "@things-factory/shell": "^6.2.33",
121
- "@things-factory/system-ui": "^6.2.33"
119
+ "@things-factory/setting-ui": "^6.2.34",
120
+ "@things-factory/shell": "^6.2.34",
121
+ "@things-factory/system-ui": "^6.2.34"
122
122
  },
123
123
  "devDependencies": {
124
- "@things-factory/board-test": "^6.2.33",
124
+ "@things-factory/board-test": "^6.2.35",
125
125
  "@things-factory/builder": "^6.2.33"
126
126
  },
127
- "gitHead": "9fe5ab84786e99bc45027820fc50d3c5eca9600f"
127
+ "gitHead": "7f44fa314cdfcb84faf99e3db9d188efb53c2423"
128
128
  }
package/schema.graphql CHANGED
@@ -1614,6 +1614,9 @@ type Mutation {
1614
1614
  """To create new Setting"""
1615
1615
  createSetting(setting: NewSetting!): Setting!
1616
1616
 
1617
+ """To create new StateRegister"""
1618
+ createStateRegister(stateRegister: NewStateRegister!): StateRegister!
1619
+
1617
1620
  """To create new Terminology"""
1618
1621
  createTerminology(terminology: NewTerminology!): Terminology!
1619
1622
 
@@ -1819,6 +1822,12 @@ type Mutation {
1819
1822
  """To delete multiple settings"""
1820
1823
  deleteSettings(names: [String!]!): Boolean!
1821
1824
 
1825
+ """To delete StateRegister"""
1826
+ deleteStateRegister(id: String!): Boolean!
1827
+
1828
+ """To delete multiple StateRegisters"""
1829
+ deleteStateRegisters(ids: [String!]!): Boolean!
1830
+
1822
1831
  """To delete multiple steps"""
1823
1832
  deleteSteps(ids: [String!]!): Boolean!
1824
1833
 
@@ -1912,6 +1921,9 @@ type Mutation {
1912
1921
  """To import multiple scenarios"""
1913
1922
  importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
1914
1923
 
1924
+ """To import multiple StateRegisters"""
1925
+ importStateRegisters(stateRegisters: [StateRegisterPatch!]!): Boolean!
1926
+
1915
1927
  """To import multiple Terminologies"""
1916
1928
  importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
1917
1929
 
@@ -2133,6 +2145,9 @@ type Mutation {
2133
2145
  """To modify multiple Settings' information"""
2134
2146
  updateMultipleSetting(patches: [SettingPatch!]!): [Setting!]!
2135
2147
 
2148
+ """To modify multiple StateRegisters' information"""
2149
+ updateMultipleStateRegister(patches: [StateRegisterPatch!]!): [StateRegister!]!
2150
+
2136
2151
  """To modify multiple steps' in a scenario"""
2137
2152
  updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
2138
2153
 
@@ -2184,6 +2199,12 @@ type Mutation {
2184
2199
  """To modify Setting information"""
2185
2200
  updateSetting(name: String!, patch: SettingPatch!): Setting!
2186
2201
 
2202
+ """To modify StateRegister information"""
2203
+ updateStateRegister(id: String!, patch: StateRegisterPatch!): StateRegister!
2204
+
2205
+ """To update state of StateRegister by name"""
2206
+ updateStateRegisterByName(name: String!, state: Object!): StateRegister!
2207
+
2187
2208
  """To modify Terminology information"""
2188
2209
  updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
2189
2210
 
@@ -2649,6 +2670,15 @@ input NewSetting {
2649
2670
  value: String
2650
2671
  }
2651
2672
 
2673
+ input NewStateRegister {
2674
+ description: String
2675
+ name: String!
2676
+ refBy: String
2677
+ state: Object
2678
+ ttl: Int
2679
+ type: String
2680
+ }
2681
+
2652
2682
  input NewTerminology {
2653
2683
  category: String!
2654
2684
  description: String
@@ -3474,6 +3504,15 @@ type Query {
3474
3504
  """To fetch multiple Settings"""
3475
3505
  settings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): SettingList!
3476
3506
 
3507
+ """To fetch a StateRegister"""
3508
+ stateRegister(id: String!): StateRegister
3509
+
3510
+ """To fetch a StateRegister by name"""
3511
+ stateRegisterByName(name: String!): StateRegister
3512
+
3513
+ """To fetch multiple StateRegisters"""
3514
+ stateRegisters(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): StateRegisterList!
3515
+
3477
3516
  """To fetch a step"""
3478
3517
  step(name: String!): Step!
3479
3518
 
@@ -3691,6 +3730,40 @@ input Sorting {
3691
3730
  name: String!
3692
3731
  }
3693
3732
 
3733
+ """Entity for StateRegister"""
3734
+ type StateRegister {
3735
+ createdAt: DateTimeISO
3736
+ creator: User
3737
+ description: String
3738
+ domain: Domain
3739
+ id: ID!
3740
+ name: String
3741
+ refBy: String
3742
+ state: Object
3743
+ ttl: Int
3744
+ type: String
3745
+ updatedAt: DateTimeISO
3746
+ updater: User
3747
+ writer: User
3748
+ wroteAt: DateTimeISO
3749
+ }
3750
+
3751
+ type StateRegisterList {
3752
+ items: [StateRegister!]!
3753
+ total: Int!
3754
+ }
3755
+
3756
+ input StateRegisterPatch {
3757
+ cuFlag: String
3758
+ description: String
3759
+ id: ID
3760
+ name: String
3761
+ refBy: String
3762
+ state: Object
3763
+ ttl: Int
3764
+ type: String
3765
+ }
3766
+
3694
3767
  type Step {
3695
3768
  connection: String
3696
3769
  createdAt: DateTimeISO