@things-factory/operato-dataset 6.1.21 → 6.1.22

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-dataset",
3
- "version": "6.1.21",
3
+ "version": "6.1.22",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -57,40 +57,40 @@
57
57
  "@operato/scene-table": "^1.0.0",
58
58
  "@operato/scene-timer": "^1.0.0",
59
59
  "@operato/shell": "^1.2.6",
60
- "@things-factory/api": "^6.1.18",
61
- "@things-factory/apptool-base": "^6.1.18",
62
- "@things-factory/apptool-ui": "^6.1.18",
63
- "@things-factory/auth-base": "^6.1.18",
64
- "@things-factory/auth-ui": "^6.1.18",
65
- "@things-factory/board-service": "^6.1.18",
66
- "@things-factory/board-ui": "^6.1.18",
67
- "@things-factory/ccp": "^6.1.21",
68
- "@things-factory/context-ui": "^6.1.18",
69
- "@things-factory/dashboard": "^6.1.18",
70
- "@things-factory/dataset": "^6.1.21",
71
- "@things-factory/export-ui": "^6.1.18",
72
- "@things-factory/help": "^6.1.18",
73
- "@things-factory/i18n-base": "^6.1.18",
74
- "@things-factory/integration-base": "^6.1.21",
75
- "@things-factory/integration-msgraph": "^6.1.21",
76
- "@things-factory/integration-ui": "^6.1.21",
77
- "@things-factory/lite-menu": "^6.1.18",
78
- "@things-factory/more-base": "^6.1.18",
79
- "@things-factory/more-ui": "^6.1.18",
80
- "@things-factory/notification": "^6.1.18",
81
- "@things-factory/oauth2-client": "^6.1.18",
82
- "@things-factory/organization": "^6.1.18",
83
- "@things-factory/qc": "^6.1.21",
84
- "@things-factory/resource-ui": "^6.1.18",
85
- "@things-factory/setting-base": "^6.1.18",
86
- "@things-factory/setting-ui": "^6.1.20",
87
- "@things-factory/shell": "^6.1.18",
88
- "@things-factory/system-ui": "^6.1.18",
89
- "@things-factory/work-shift": "^6.1.18",
90
- "@things-factory/worklist": "^6.1.21"
60
+ "@things-factory/api": "^6.1.22",
61
+ "@things-factory/apptool-base": "^6.1.22",
62
+ "@things-factory/apptool-ui": "^6.1.22",
63
+ "@things-factory/auth-base": "^6.1.22",
64
+ "@things-factory/auth-ui": "^6.1.22",
65
+ "@things-factory/board-service": "^6.1.22",
66
+ "@things-factory/board-ui": "^6.1.22",
67
+ "@things-factory/ccp": "^6.1.22",
68
+ "@things-factory/context-ui": "^6.1.22",
69
+ "@things-factory/dashboard": "^6.1.22",
70
+ "@things-factory/dataset": "^6.1.22",
71
+ "@things-factory/export-ui": "^6.1.22",
72
+ "@things-factory/help": "^6.1.22",
73
+ "@things-factory/i18n-base": "^6.1.22",
74
+ "@things-factory/integration-base": "^6.1.22",
75
+ "@things-factory/integration-msgraph": "^6.1.22",
76
+ "@things-factory/integration-ui": "^6.1.22",
77
+ "@things-factory/lite-menu": "^6.1.22",
78
+ "@things-factory/more-base": "^6.1.22",
79
+ "@things-factory/more-ui": "^6.1.22",
80
+ "@things-factory/notification": "^6.1.22",
81
+ "@things-factory/oauth2-client": "^6.1.22",
82
+ "@things-factory/organization": "^6.1.22",
83
+ "@things-factory/qc": "^6.1.22",
84
+ "@things-factory/resource-ui": "^6.1.22",
85
+ "@things-factory/setting-base": "^6.1.22",
86
+ "@things-factory/setting-ui": "^6.1.22",
87
+ "@things-factory/shell": "^6.1.22",
88
+ "@things-factory/system-ui": "^6.1.22",
89
+ "@things-factory/work-shift": "^6.1.22",
90
+ "@things-factory/worklist": "^6.1.22"
91
91
  },
92
92
  "devDependencies": {
93
- "@things-factory/builder": "^6.1.18"
93
+ "@things-factory/builder": "^6.1.22"
94
94
  },
95
- "gitHead": "f7daba255a423d7a47f636a13e417750cbbaf232"
95
+ "gitHead": "b745ff277f5bd9359d74201edb88bc88c9392508"
96
96
  }
package/schema.gql CHANGED
@@ -3,6 +3,15 @@
3
3
  # !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
4
4
  # -----------------------------------------------
5
5
 
6
+ input APIDocCompletionInput {
7
+ code: String!
8
+ language: String
9
+ }
10
+
11
+ type APIDocCompletionOutput {
12
+ message: String
13
+ }
14
+
6
15
  type AccessToken {
7
16
  accesToken: String!
8
17
  refreshToken: String!
@@ -673,6 +682,24 @@ type BoardSetting {
673
682
  value: String!
674
683
  }
675
684
 
685
+ input ChatCompletionInput {
686
+ content: String!
687
+ }
688
+
689
+ type ChatCompletionOutput {
690
+ message: String
691
+ }
692
+
693
+ input CodeDecipherInput {
694
+ code: String!
695
+ language: String
696
+ system: String
697
+ }
698
+
699
+ type CodeDecipherOutput {
700
+ message: String
701
+ }
702
+
676
703
  """Entity for CommonCode"""
677
704
  type CommonCode {
678
705
  createdAt: Timestamp
@@ -1725,6 +1752,16 @@ input GroupPatch {
1725
1752
  name: String
1726
1753
  }
1727
1754
 
1755
+ input ImageCompletionInput {
1756
+ count: Float!
1757
+ description: String!
1758
+ size: String!
1759
+ }
1760
+
1761
+ type ImageCompletionOutput {
1762
+ images: String
1763
+ }
1764
+
1728
1765
  enum InheritedValueType {
1729
1766
  Include
1730
1767
  None
@@ -3855,6 +3892,8 @@ type PropertySpec {
3855
3892
  }
3856
3893
 
3857
3894
  type Query {
3895
+ APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
3896
+
3858
3897
  """To fetch multiple Activities"""
3859
3898
  activities(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ActivityList!
3860
3899
 
@@ -3951,6 +3990,7 @@ type Query {
3951
3990
 
3952
3991
  """To fetch Boards created by me"""
3953
3992
  boardsCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
3993
+ chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
3954
3994
 
3955
3995
  """To check if system would provide default password to create new user"""
3956
3996
  checkDefaultPassword: Boolean!
@@ -4084,6 +4124,8 @@ type Query {
4084
4124
 
4085
4125
  """To fetch multiple dynamically grouped DataSummaries"""
4086
4126
  dataSummaryByPeriod(dataKeys: [String!], dataSetName: String!, filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, period: String!, sortings: [Sorting!]): [DynamicDataSummary!]!
4127
+ decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
4128
+ decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
4087
4129
 
4088
4130
  """To fetch a Department"""
4089
4131
  department(id: String!): Department
@@ -4149,6 +4191,8 @@ type Query {
4149
4191
 
4150
4192
  """To query whether I have the given permission"""
4151
4193
  hasPrivilege(category: String!, name: String!): Boolean!
4194
+ i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
4195
+ imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
4152
4196
 
4153
4197
  """To fetch multiple InstallableActivitys"""
4154
4198
  installableActivities(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): InstallableActivityList!
@@ -4676,4 +4720,12 @@ input WorkShiftPatch {
4676
4720
  name: String!
4677
4721
  toDate: Float!
4678
4722
  toTime: String!
4723
+ }
4724
+
4725
+ input i18nCompletionInput {
4726
+ json: String!
4727
+ }
4728
+
4729
+ type i18nCompletionOutput {
4730
+ message: String
4679
4731
  }
@@ -1,12 +0,0 @@
1
- {
2
- "extends": "../../tsconfig-base.json",
3
- "compilerOptions": {
4
- "experimentalDecorators": true,
5
- "strict": true,
6
- "declaration": true,
7
- "module": "esnext",
8
- "outDir": "../dist-client",
9
- "baseUrl": "./"
10
- },
11
- "include": ["./**/*"]
12
- }