@things-factory/operato-dataset 6.0.106 → 6.0.107
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/db.sqlite +0 -0
- package/db.sqlite-journal +0 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +6 -21
- package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +5 -70
- package/logs/application-2023-05-29-07.log +8 -0
- package/logs/application-2023-05-29-16.log +2 -0
- package/logs/system/.64e6fcfa94428ae3826cc0334b9373408ccce300-audit.json +3 -28
- package/logs/system/.d6bc70581c7a9e3c14d0b340120ce2614d6e7f7c-audit.json +3 -3
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-29-07.log" +2719 -0
- package/logs/system/scenario-/355/231/224/354/236/245/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-29-07.log" +64531 -0
- package/package.json +33 -33
- package/schema.gql +37 -34
- package/logs/application-2023-05-25-20.log +0 -15
- package/logs/application-2023-05-26-04.log +0 -4
- package/logs/application-2023-05-26-05.log +0 -13
- package/logs/application-2023-05-26-13.log +0 -1
- package/logs/application-2023-05-26-14.log +0 -2
- package/logs/connections-2023-05-12-14.log +0 -0
- package/logs/connections-2023-05-12-15.log +0 -0
- package/logs/connections-2023-05-12-16.log +0 -0
- package/logs/connections-2023-05-12-17.log +0 -0
- package/logs/connections-2023-05-12-18.log +0 -0
- package/logs/connections-2023-05-12-19.log +0 -0
- package/logs/connections-2023-05-13-14.log +0 -0
- package/logs/connections-2023-05-13-15.log +0 -0
- package/logs/connections-2023-05-13-16.log +0 -0
- package/logs/connections-2023-05-13-17.log +0 -0
- package/logs/connections-2023-05-13-18.log +0 -0
- package/logs/connections-2023-05-15-02.log +0 -0
- package/logs/connections-2023-05-15-03.log +0 -0
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-02.log" +0 -72649
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-02.log.1" +0 -72649
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-02.log.2" +0 -72649
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-02.log.3" +0 -72649
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-02.log.4" +0 -1369
- package/logs/system/scenario-/355/203/225/353/271/204/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-03.log" +0 -25601
- package/logs/system/scenario-/355/231/224/354/236/245/354/213/244/352/264/200/353/246/254 /354/204/234/353/250/270/353/246/254-2023-05-15-03.log" +0 -60878
- /package/logs/{connections-2023-05-12-13.log → connections-2023-05-29-07.log} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.107",
|
|
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.0.
|
|
61
|
-
"@things-factory/apptool-base": "^6.0.
|
|
62
|
-
"@things-factory/apptool-ui": "^6.0.
|
|
63
|
-
"@things-factory/auth-base": "^6.0.
|
|
64
|
-
"@things-factory/auth-ui": "^6.0.
|
|
65
|
-
"@things-factory/board-service": "^6.0.
|
|
66
|
-
"@things-factory/board-ui": "^6.0.
|
|
67
|
-
"@things-factory/ccp": "^6.0.
|
|
68
|
-
"@things-factory/context-ui": "^6.0.
|
|
69
|
-
"@things-factory/dashboard": "^6.0.
|
|
70
|
-
"@things-factory/dataset": "^6.0.
|
|
71
|
-
"@things-factory/export-ui": "^6.0.
|
|
72
|
-
"@things-factory/help": "^6.0.
|
|
73
|
-
"@things-factory/i18n-base": "^6.0.
|
|
74
|
-
"@things-factory/integration-base": "^6.0.
|
|
75
|
-
"@things-factory/integration-msgraph": "^6.0.
|
|
76
|
-
"@things-factory/integration-ui": "^6.0.
|
|
77
|
-
"@things-factory/lite-menu": "^6.0.
|
|
78
|
-
"@things-factory/more-base": "^6.0.
|
|
79
|
-
"@things-factory/more-ui": "^6.0.
|
|
80
|
-
"@things-factory/notification": "^6.0.
|
|
81
|
-
"@things-factory/oauth2-client": "^6.0.
|
|
82
|
-
"@things-factory/organization": "^6.0.
|
|
83
|
-
"@things-factory/qc": "^6.0.
|
|
84
|
-
"@things-factory/resource-ui": "^6.0.
|
|
85
|
-
"@things-factory/setting-base": "^6.0.
|
|
86
|
-
"@things-factory/setting-ui": "^6.0.
|
|
87
|
-
"@things-factory/shell": "^6.0.
|
|
88
|
-
"@things-factory/system-ui": "^6.0.
|
|
89
|
-
"@things-factory/work-shift": "^6.0.
|
|
90
|
-
"@things-factory/worklist": "^6.0.
|
|
60
|
+
"@things-factory/api": "^6.0.107",
|
|
61
|
+
"@things-factory/apptool-base": "^6.0.107",
|
|
62
|
+
"@things-factory/apptool-ui": "^6.0.107",
|
|
63
|
+
"@things-factory/auth-base": "^6.0.107",
|
|
64
|
+
"@things-factory/auth-ui": "^6.0.107",
|
|
65
|
+
"@things-factory/board-service": "^6.0.107",
|
|
66
|
+
"@things-factory/board-ui": "^6.0.107",
|
|
67
|
+
"@things-factory/ccp": "^6.0.107",
|
|
68
|
+
"@things-factory/context-ui": "^6.0.107",
|
|
69
|
+
"@things-factory/dashboard": "^6.0.107",
|
|
70
|
+
"@things-factory/dataset": "^6.0.107",
|
|
71
|
+
"@things-factory/export-ui": "^6.0.107",
|
|
72
|
+
"@things-factory/help": "^6.0.107",
|
|
73
|
+
"@things-factory/i18n-base": "^6.0.107",
|
|
74
|
+
"@things-factory/integration-base": "^6.0.107",
|
|
75
|
+
"@things-factory/integration-msgraph": "^6.0.107",
|
|
76
|
+
"@things-factory/integration-ui": "^6.0.107",
|
|
77
|
+
"@things-factory/lite-menu": "^6.0.107",
|
|
78
|
+
"@things-factory/more-base": "^6.0.107",
|
|
79
|
+
"@things-factory/more-ui": "^6.0.107",
|
|
80
|
+
"@things-factory/notification": "^6.0.107",
|
|
81
|
+
"@things-factory/oauth2-client": "^6.0.107",
|
|
82
|
+
"@things-factory/organization": "^6.0.107",
|
|
83
|
+
"@things-factory/qc": "^6.0.107",
|
|
84
|
+
"@things-factory/resource-ui": "^6.0.107",
|
|
85
|
+
"@things-factory/setting-base": "^6.0.107",
|
|
86
|
+
"@things-factory/setting-ui": "^6.0.107",
|
|
87
|
+
"@things-factory/shell": "^6.0.107",
|
|
88
|
+
"@things-factory/system-ui": "^6.0.107",
|
|
89
|
+
"@things-factory/work-shift": "^6.0.107",
|
|
90
|
+
"@things-factory/worklist": "^6.0.107"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@things-factory/builder": "^6.0.104"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "fa6d3ad23a445081db89b26e75a696fb46a38bd6"
|
|
96
96
|
}
|
package/schema.gql
CHANGED
|
@@ -582,37 +582,39 @@ input AttachmentPatch {
|
|
|
582
582
|
refType: String
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
"""Entity for
|
|
586
|
-
type
|
|
585
|
+
"""Entity for AttributeSet"""
|
|
586
|
+
type AttributeSet {
|
|
587
587
|
createdAt: Timestamp
|
|
588
588
|
description: String
|
|
589
589
|
entity: String
|
|
590
590
|
id: ID!
|
|
591
|
-
items: [
|
|
591
|
+
items: [AttributeSetItem!]
|
|
592
592
|
updatedAt: Timestamp
|
|
593
593
|
}
|
|
594
594
|
|
|
595
|
-
"""Entity for
|
|
596
|
-
type
|
|
595
|
+
"""Entity for AttributeSetItem"""
|
|
596
|
+
type AttributeSetItem {
|
|
597
597
|
active: Boolean
|
|
598
598
|
description: String
|
|
599
599
|
hidden: Boolean
|
|
600
600
|
name: String!
|
|
601
601
|
options: Object
|
|
602
|
+
tag: String
|
|
602
603
|
type: String
|
|
603
604
|
}
|
|
604
605
|
|
|
605
|
-
input
|
|
606
|
+
input AttributeSetItemPatch {
|
|
606
607
|
active: Boolean
|
|
607
608
|
description: String
|
|
608
609
|
hidden: Boolean
|
|
609
610
|
name: String
|
|
610
611
|
options: Object
|
|
611
|
-
|
|
612
|
+
tag: String
|
|
613
|
+
type: AttributeSetItemType
|
|
612
614
|
}
|
|
613
615
|
|
|
614
|
-
"""type enumeration of a attribute-item"""
|
|
615
|
-
enum
|
|
616
|
+
"""type enumeration of a attribute-set-item"""
|
|
617
|
+
enum AttributeSetItemType {
|
|
616
618
|
boolean
|
|
617
619
|
date
|
|
618
620
|
datetime
|
|
@@ -622,17 +624,17 @@ enum AttributeItemType {
|
|
|
622
624
|
text
|
|
623
625
|
}
|
|
624
626
|
|
|
625
|
-
type
|
|
626
|
-
items: [
|
|
627
|
+
type AttributeSetList {
|
|
628
|
+
items: [AttributeSet!]!
|
|
627
629
|
total: Int!
|
|
628
630
|
}
|
|
629
631
|
|
|
630
|
-
input
|
|
632
|
+
input AttributeSetPatch {
|
|
631
633
|
cuFlag: String
|
|
632
634
|
description: String
|
|
635
|
+
entity: String
|
|
633
636
|
id: ID
|
|
634
|
-
items: [
|
|
635
|
-
name: String
|
|
637
|
+
items: [AttributeSetItemPatch!]
|
|
636
638
|
}
|
|
637
639
|
|
|
638
640
|
"""Entity for Visualization Board"""
|
|
@@ -1376,6 +1378,7 @@ type DomainList {
|
|
|
1376
1378
|
}
|
|
1377
1379
|
|
|
1378
1380
|
input DomainPatch {
|
|
1381
|
+
attributes: Object
|
|
1379
1382
|
brandImage: String
|
|
1380
1383
|
brandName: String
|
|
1381
1384
|
contentImage: String
|
|
@@ -2244,8 +2247,8 @@ type Mutation {
|
|
|
2244
2247
|
createAttachment(attachment: NewAttachment!): Attachment!
|
|
2245
2248
|
createAttachments(attachments: [NewAttachment!]!): [Attachment!]!
|
|
2246
2249
|
|
|
2247
|
-
"""To create new
|
|
2248
|
-
|
|
2250
|
+
"""To create new AttributeSet"""
|
|
2251
|
+
createAttributeSet(attribute: NewAttributeSet!): AttributeSet!
|
|
2249
2252
|
|
|
2250
2253
|
"""To create new Board"""
|
|
2251
2254
|
createBoard(board: NewBoard!): Board!
|
|
@@ -2388,11 +2391,11 @@ type Mutation {
|
|
|
2388
2391
|
deleteAttachment(id: String!): Boolean!
|
|
2389
2392
|
deleteAttachmentsByRef(refBys: [String!]!): Boolean!
|
|
2390
2393
|
|
|
2391
|
-
"""To delete
|
|
2392
|
-
|
|
2394
|
+
"""To delete AttributeSet"""
|
|
2395
|
+
deleteAttributeSet(id: String!): Boolean!
|
|
2393
2396
|
|
|
2394
|
-
"""To delete multiple
|
|
2395
|
-
|
|
2397
|
+
"""To delete multiple AttributeSets"""
|
|
2398
|
+
deleteAttributeSets(ids: [String!]!): Boolean!
|
|
2396
2399
|
|
|
2397
2400
|
"""To delete Board"""
|
|
2398
2401
|
deleteBoard(id: String!): Boolean!
|
|
@@ -2628,8 +2631,8 @@ type Mutation {
|
|
|
2628
2631
|
"""To import multiple ApprovalLines"""
|
|
2629
2632
|
importApprovalLines(approvalLines: [ApprovalLinePatch!]!): Boolean!
|
|
2630
2633
|
|
|
2631
|
-
"""To import multiple
|
|
2632
|
-
|
|
2634
|
+
"""To import multiple AttributeSets"""
|
|
2635
|
+
importAttributeSets(attributes: [AttributeSetPatch!]!): Boolean!
|
|
2633
2636
|
|
|
2634
2637
|
"""To import multiple CommonCodeDetails"""
|
|
2635
2638
|
importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
|
|
@@ -2784,8 +2787,8 @@ type Mutation {
|
|
|
2784
2787
|
updateApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
|
|
2785
2788
|
updateAttachment(id: String!, patch: AttachmentPatch!): Attachment!
|
|
2786
2789
|
|
|
2787
|
-
"""To modify
|
|
2788
|
-
|
|
2790
|
+
"""To modify AttributeSet information"""
|
|
2791
|
+
updateAttributeSet(id: String!, patch: AttributeSetPatch!): AttributeSet!
|
|
2789
2792
|
|
|
2790
2793
|
"""To modify Board information"""
|
|
2791
2794
|
updateBoard(id: String!, patch: BoardPatch!): Board!
|
|
@@ -2871,8 +2874,8 @@ type Mutation {
|
|
|
2871
2874
|
"""To modify multiple ApprovalLines' information"""
|
|
2872
2875
|
updateMultipleApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
|
|
2873
2876
|
|
|
2874
|
-
"""To modify multiple
|
|
2875
|
-
|
|
2877
|
+
"""To modify multiple AttributeSets' information"""
|
|
2878
|
+
updateMultipleAttributeSet(patches: [AttributeSetPatch!]!): [AttributeSet!]!
|
|
2876
2879
|
|
|
2877
2880
|
"""To modify multiple CommonCodes' information"""
|
|
2878
2881
|
updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
|
|
@@ -3063,11 +3066,11 @@ input NewAttachment {
|
|
|
3063
3066
|
refType: String
|
|
3064
3067
|
}
|
|
3065
3068
|
|
|
3066
|
-
input
|
|
3069
|
+
input NewAttributeSet {
|
|
3067
3070
|
active: Boolean
|
|
3068
3071
|
description: String
|
|
3069
3072
|
entity: String!
|
|
3070
|
-
items: [
|
|
3073
|
+
items: [AttributeSetItemPatch!]
|
|
3071
3074
|
}
|
|
3072
3075
|
|
|
3073
3076
|
input NewBoard {
|
|
@@ -3915,14 +3918,14 @@ type Query {
|
|
|
3915
3918
|
attachment(id: String!): Attachment!
|
|
3916
3919
|
attachments(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AttachmentList!
|
|
3917
3920
|
|
|
3918
|
-
"""To fetch a
|
|
3919
|
-
|
|
3921
|
+
"""To fetch a AttributeSet"""
|
|
3922
|
+
attributeSet(id: String!): AttributeSet
|
|
3920
3923
|
|
|
3921
|
-
"""To fetch a
|
|
3922
|
-
|
|
3924
|
+
"""To fetch a AttributeSet by Entity name"""
|
|
3925
|
+
attributeSetByEntity(entity: String!): AttributeSet
|
|
3923
3926
|
|
|
3924
|
-
"""To fetch multiple
|
|
3925
|
-
|
|
3927
|
+
"""To fetch multiple AttributeSets"""
|
|
3928
|
+
attributeSets(filters: [Filter!], pagination: Pagination, sortings: [Sorting!]): AttributeSetList!
|
|
3926
3929
|
|
|
3927
3930
|
"""To fetch a Board"""
|
|
3928
3931
|
board(id: String!): Board!
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
2023-05-26T05:16:26+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-05-26T05:16:27+09:00 info: Default DataSource established
|
|
3
|
-
2023-05-26T05:16:27+09:00 info: Transaction DataSource established
|
|
4
|
-
2023-05-26T05:16:28+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
5
|
-
2023-05-26T05:16:28+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
6
|
-
2023-05-26T05:41:31+09:00 error: oracledb module loading failed
|
|
7
|
-
2023-05-26T05:41:32+09:00 info: Default DataSource established
|
|
8
|
-
2023-05-26T05:41:32+09:00 info: Transaction DataSource established
|
|
9
|
-
2023-05-26T05:41:33+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
10
|
-
2023-05-26T05:41:33+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
11
|
-
2023-05-26T05:55:22+09:00 error: oracledb module loading failed
|
|
12
|
-
2023-05-26T05:55:23+09:00 info: Default DataSource established
|
|
13
|
-
2023-05-26T05:55:23+09:00 info: Transaction DataSource established
|
|
14
|
-
2023-05-26T05:55:24+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
15
|
-
2023-05-26T05:55:24+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
2023-05-26T13:32:43+09:00 error: oracledb module loading failed
|
|
2
|
-
2023-05-26T13:32:44+09:00 info: Default DataSource established
|
|
3
|
-
2023-05-26T13:32:44+09:00 info: Transaction DataSource established
|
|
4
|
-
2023-05-26T13:32:45+09:00 error: "Upload" defined in resolvers, but has invalid value "undefined". The resolver's value must be of type object.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
2023-05-26T05:16:25+09:00 info: File Storage is Ready.
|
|
2
|
-
2023-05-26T05:41:30+09:00 info: File Storage is Ready.
|
|
3
|
-
2023-05-26T05:55:20+09:00 info: File Storage is Ready.
|
|
4
|
-
2023-05-26T14:30:27+09:00 error: oracledb module loading failed
|
|
5
|
-
2023-05-26T14:30:28+09:00 info: Default DataSource established
|
|
6
|
-
2023-05-26T14:30:29+09:00 info: Transaction DataSource established
|
|
7
|
-
2023-05-26T14:30:30+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
-
2023-05-26T14:30:30+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
9
|
-
2023-05-26T14:36:02+09:00 error: oracledb module loading failed
|
|
10
|
-
2023-05-26T14:36:03+09:00 info: Default DataSource established
|
|
11
|
-
2023-05-26T14:36:03+09:00 info: Transaction DataSource established
|
|
12
|
-
2023-05-26T14:36:04+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
13
|
-
2023-05-26T14:36:04+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2023-05-26T13:32:41+09:00 info: File Storage is Ready.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|