@operato/scene-legend 1.2.29 → 1.2.32

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/assets/favicon.ico +0 -0
  3. package/assets/images/spinner.png +0 -0
  4. package/attachments/dcf0e8fe-6c3e-4b36-b3e9-a8e70b4ed590.svg +425 -0
  5. package/dist/editors/index.d.ts +1 -0
  6. package/dist/editors/index.js +5 -0
  7. package/dist/editors/index.js.map +1 -1
  8. package/dist/editors/property-editor-gltf-info.d.ts +14 -0
  9. package/dist/editors/property-editor-gltf-info.js +130 -0
  10. package/dist/editors/property-editor-gltf-info.js.map +1 -0
  11. package/dist/editors/property-editor-svg-info.d.ts +15 -0
  12. package/dist/editors/property-editor-svg-info.js +71 -0
  13. package/dist/editors/property-editor-svg-info.js.map +1 -0
  14. package/dist/index.d.ts +1 -0
  15. package/dist/index.js +1 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/svg.d.ts +141 -0
  18. package/dist/svg.js +159 -0
  19. package/dist/svg.js.map +1 -0
  20. package/dist/templates/index.js +2 -1
  21. package/dist/templates/index.js.map +1 -1
  22. package/dist/templates/legend copy.d.ts +18 -0
  23. package/dist/templates/legend copy.js +19 -0
  24. package/dist/templates/legend copy.js.map +1 -0
  25. package/dist/templates/svg.d.ts +18 -0
  26. package/dist/templates/svg.js +19 -0
  27. package/dist/templates/svg.js.map +1 -0
  28. package/icons/svg.png +0 -0
  29. package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +30 -0
  30. package/logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json +20 -0
  31. package/logs/application-2023-05-09-07.log +30 -0
  32. package/logs/application-2023-05-09-08.log +2 -0
  33. package/logs/application-2023-05-09-09.log +12 -0
  34. package/logs/application-2023-05-09-11.log +4 -0
  35. package/logs/connections-2023-05-09-07.log +82 -0
  36. package/logs/connections-2023-05-09-11.log +3 -0
  37. package/logs/system/.144ddb221a51f7e2afac3fe1fc3dcf306a8de9ef-audit.json +20 -0
  38. package/logs/system/.437ed478d36eef33cb9dfb565b13329b4464783e-audit.json +20 -0
  39. package/logs/system/.a16ac19e6e222b854c699e1f94ae757f5c8db307-audit.json +15 -0
  40. package/logs/system/scenario-/353/260/234/354/240/204/353/237/211 /354/230/210/354/270/241 /353/215/260/354/235/264/355/204/260-2023-05-09-11.log" +16914 -0
  41. package/logs/system/scenario-/353/260/234/354/240/204/353/237/211 /354/230/210/354/270/241 /353/215/260/354/235/264/355/204/260-2023-05-09-12.log" +1382 -0
  42. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-11.log" +165 -0
  43. package/logs/system/scenario-/354/227/220/353/204/210/354/247/200 /353/240/210/354/235/264/354/226/264 /354/203/211/354/203/201-2023-05-09-12.log" +765 -0
  44. package/logs/system/scenario-/354/235/274/354/202/254/353/237/211 /354/230/210/354/270/241 /354/247/200/353/217/204-2023-05-09-12.log" +30 -0
  45. package/package.json +2 -2
  46. package/schema.gql +2668 -0
  47. package/src/editors/index.ts +5 -0
  48. package/src/editors/property-editor-svg-info.ts +77 -0
  49. package/src/index.ts +2 -0
  50. package/src/svg.ts +201 -0
  51. package/src/templates/index.ts +2 -1
  52. package/src/templates/svg.ts +19 -0
  53. package/translations/en.json +6 -0
  54. package/translations/ko.json +6 -0
  55. package/translations/ms.json +6 -0
  56. package/translations/zh.json +6 -0
  57. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,19 @@
1
+ const icon = new URL('../../icons/svg.png', import.meta.url).href;
2
+ export default {
3
+ type: 'svg',
4
+ description: 'svg for visualizer',
5
+ group: 'warehouse' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,
6
+ icon,
7
+ model: {
8
+ type: 'svg',
9
+ left: 100,
10
+ top: 100,
11
+ width: 400,
12
+ height: 300,
13
+ fillStyle: '#efefef',
14
+ direction: 'vertical',
15
+ strokeStyle: 'rgba(0, 0, 0, 0.3)',
16
+ lineWidth: 1
17
+ }
18
+ };
19
+ //# sourceMappingURL=svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg.js","sourceRoot":"","sources":["../../src/templates/svg.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,qBAAqB,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAA;AAEjE,eAAe;IACb,IAAI,EAAE,KAAK;IACX,WAAW,EAAE,oBAAoB;IACjC,KAAK,EAAE,WAAW,CAAC,gGAAgG;IACnH,IAAI;IACJ,KAAK,EAAE;QACL,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,GAAG;QACT,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,GAAG;QACV,MAAM,EAAE,GAAG;QACX,SAAS,EAAE,SAAS;QACpB,SAAS,EAAE,UAAU;QACrB,WAAW,EAAE,oBAAoB;QACjC,SAAS,EAAE,CAAC;KACb;CACF,CAAA","sourcesContent":["const icon = new URL('../../icons/svg.png', import.meta.url).href\n\nexport default {\n type: 'svg',\n description: 'svg for visualizer',\n group: 'warehouse' /* line|shape|textAndMedia|chartAndGauge|table|container|dataSource|IoT|3D|warehouse|form|etc */,\n icon,\n model: {\n type: 'svg',\n left: 100,\n top: 100,\n width: 400,\n height: 300,\n fillStyle: '#efefef',\n direction: 'vertical',\n strokeStyle: 'rgba(0, 0, 0, 0.3)',\n lineWidth: 1\n }\n}\n"]}
package/icons/svg.png ADDED
Binary file
@@ -0,0 +1,30 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 2
5
+ },
6
+ "auditLog": "logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1683583466312,
10
+ "name": "logs/application-2023-05-09-07.log",
11
+ "hash": "9cceae4be81b840f3e63d9f38b5da8664db22cfc14159a56a5b7e222c75a3086"
12
+ },
13
+ {
14
+ "date": 1683589396102,
15
+ "name": "logs/application-2023-05-09-08.log",
16
+ "hash": "65d79946b59cc4cd3ffaee240a033d4863557e93fd577a824524140241845380"
17
+ },
18
+ {
19
+ "date": 1683591132884,
20
+ "name": "logs/application-2023-05-09-09.log",
21
+ "hash": "3fc7b680fdb464ddbebbdada6fc10d8fcb3e3bee5080af83bec51c1e67a2913c"
22
+ },
23
+ {
24
+ "date": 1683599999447,
25
+ "name": "logs/application-2023-05-09-11.log",
26
+ "hash": "105e072738e1790b61528eed951ef05352dba12ce970a362f5aa4df91191ee96"
27
+ }
28
+ ],
29
+ "hashType": "sha256"
30
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 14
5
+ },
6
+ "auditLog": "logs/.5e5d741d8b7784a2fbad65eedc0fd46946aaf6f2-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1683583467360,
10
+ "name": "logs/connections-2023-05-09-07.log",
11
+ "hash": "7312caea9c4bf6f72d5b5309787c0e6fe7ee4abd54d3a9f941219cb6465d9fe1"
12
+ },
13
+ {
14
+ "date": 1683599277620,
15
+ "name": "logs/connections-2023-05-09-11.log",
16
+ "hash": "050a0dfdc9ef320f159158e8850ca139e2ad4c71ffa691b28e39a00f38d79303"
17
+ }
18
+ ],
19
+ "hashType": "sha256"
20
+ }
@@ -0,0 +1,30 @@
1
+ 2023-05-09T07:04:26+09:00 info: File Storage is Ready.
2
+ 2023-05-09T07:04:27+09:00 error: oracledb module loading failed
3
+ 2023-05-09T07:04:37+09:00 info: File Storage is Ready.
4
+ 2023-05-09T07:04:37+09:00 error: oracledb module loading failed
5
+ 2023-05-09T07:04:38+09:00 info: Default DataSource established
6
+ 2023-05-09T07:04:38+09:00 info: Transaction DataSource established
7
+ 2023-05-09T07:04:39+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
8
+ 2023-05-09T07:04:39+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
9
+ 2023-05-09T07:06:10+09:00 error: Unauthorized!
10
+ 2023-05-09T07:06:24+09:00 error: Unauthorized!
11
+ 2023-05-09T07:06:37+09:00 error: Unauthorized!
12
+ 2023-05-09T07:06:48+09:00 error: Unauthorized!
13
+ 2023-05-09T07:26:48+09:00 info: File Storage is Ready.
14
+ 2023-05-09T07:26:49+09:00 error: Module did not self-register: '/Users/super/Documents/GitHub/operato-scene/node_modules/@thiagoelg/node-printer/lib/node_printer.node'.
15
+ 2023-05-09T07:26:49+09:00 error: The module '/Users/super/Documents/GitHub/operato-scene/node_modules/mdns/build/Release/dns_sd_bindings.node'
16
+ was compiled against a different Node.js version using
17
+ NODE_MODULE_VERSION 93. This version of Node.js requires
18
+ NODE_MODULE_VERSION 108. Please try re-compiling or re-installing
19
+ the module (for instance, using `npm rebuild` or `npm install`).
20
+ 2023-05-09T07:26:49+09:00 error: oracledb module loading failed
21
+ 2023-05-09T07:26:50+09:00 error: Module did not self-register: '/Users/super/Documents/GitHub/operato-scene/node_modules/@thiagoelg/node-printer/lib/node_printer.node'.
22
+ 2023-05-09T07:26:50+09:00 error: The module '/Users/super/Documents/GitHub/operato-scene/node_modules/mdns/build/Release/dns_sd_bindings.node'
23
+ was compiled against a different Node.js version using
24
+ NODE_MODULE_VERSION 93. This version of Node.js requires
25
+ NODE_MODULE_VERSION 108. Please try re-compiling or re-installing
26
+ the module (for instance, using `npm rebuild` or `npm install`).
27
+ 2023-05-09T07:26:51+09:00 info: Default DataSource established
28
+ 2023-05-09T07:26:51+09:00 info: Transaction DataSource established
29
+ 2023-05-09T07:26:51+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
30
+ 2023-05-09T07:26:51+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1,2 @@
1
+ 2023-05-09T08:43:16+09:00 error: null
2
+ 2023-05-09T08:43:20+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/74fff6f7-61f2-4321-a0f3-837de57e280e.svg'
@@ -0,0 +1,12 @@
1
+ 2023-05-09T09:12:12+09:00 error: null
2
+ 2023-05-09T09:12:17+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/63ff5abe-b10a-4761-80fa-222367f43d6a.svg'
3
+ 2023-05-09T09:17:08+09:00 error: null
4
+ 2023-05-09T09:17:12+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
5
+ 2023-05-09T09:17:45+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
6
+ 2023-05-09T09:22:17+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
7
+ 2023-05-09T09:24:05+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
8
+ 2023-05-09T09:25:48+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
9
+ 2023-05-09T09:26:23+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
10
+ 2023-05-09T09:27:43+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
11
+ 2023-05-09T09:28:35+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
12
+ 2023-05-09T09:28:46+09:00 error: ENOENT: no such file or directory, stat '/Users/super/Documents/GitHub/operato-scene/packages/legend/attachments/4e6aef35-ed51-4200-96ea-cbb9f29ae3a6.svg'
@@ -0,0 +1,4 @@
1
+ 2023-05-09T11:39:59+09:00 error: 시나리오 인스턴스 '발전량 예측 데이터'를 찾을 수 없습니다. 이미 종료되었을 수 있습니다.
2
+ 2023-05-09T11:41:10+09:00 error: 시나리오 인스턴스 '발전량 예측 데이터'를 찾을 수 없습니다. 이미 종료되었을 수 있습니다.
3
+ 2023-05-09T11:42:21+09:00 error: 시나리오 인스턴스 '발전량 예측 데이터'를 찾을 수 없습니다. 이미 종료되었을 수 있습니다.
4
+ 2023-05-09T11:43:57+09:00 error: 시나리오 인스턴스 '발전량 예측 데이터'를 찾을 수 없습니다. 이미 종료되었을 수 있습니다.
@@ -0,0 +1,82 @@
1
+ 2023-05-09T07:04:39+09:00 info: Initializing ConnectionManager...
2
+ 2023-05-09T07:04:39+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2023-05-09T07:04:39+09:00 info: Connector 'echo-back' started to ready
4
+ 2023-05-09T07:04:39+09:00 info: Connector 'http-connector' started to ready
5
+ 2023-05-09T07:04:39+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2023-05-09T07:04:39+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2023-05-09T07:04:39+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2023-05-09T07:04:39+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2023-05-09T07:04:39+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2023-05-09T07:04:39+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2023-05-09T07:04:39+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2023-05-09T07:04:39+09:00 info: Connector 'socket-server' started to ready
13
+ 2023-05-09T07:04:39+09:00 info: Connector 'msgraph-connector' started to ready
14
+ 2023-05-09T07:04:39+09:00 info: Connector 'openai-connector' started to ready
15
+ 2023-05-09T07:04:39+09:00 info: echo-back-servers are ready
16
+ 2023-05-09T07:04:39+09:00 info: echo-back connections are ready
17
+ 2023-05-09T07:04:39+09:00 info: http-connector connections are ready
18
+ 2023-05-09T07:04:39+09:00 info: graphql-connector connections are ready
19
+ 2023-05-09T07:04:39+09:00 info: sqlite-connector connections are ready
20
+ 2023-05-09T07:04:39+09:00 info: postgresql-connector connections are ready
21
+ 2023-05-09T07:04:39+09:00 info: mqtt-connector connections are ready
22
+ 2023-05-09T07:04:39+09:00 info: mssql-connector connections are ready
23
+ 2023-05-09T07:04:39+09:00 info: oracle-connector connections are ready
24
+ 2023-05-09T07:04:39+09:00 info: mysql-connector connections are ready
25
+ 2023-05-09T07:04:39+09:00 info: socket servers are ready
26
+ 2023-05-09T07:04:39+09:00 info: msgraph-connector connections are ready
27
+ 2023-05-09T07:04:39+09:00 info: openai-connector connections are ready
28
+ 2023-05-09T07:04:39+09:00 info: All connector for 'echo-back-server' ready
29
+ 2023-05-09T07:04:39+09:00 info: All connector for 'echo-back' ready
30
+ 2023-05-09T07:04:39+09:00 info: All connector for 'http-connector' ready
31
+ 2023-05-09T07:04:39+09:00 info: All connector for 'graphql-connector' ready
32
+ 2023-05-09T07:04:39+09:00 info: All connector for 'sqlite-connector' ready
33
+ 2023-05-09T07:04:39+09:00 info: All connector for 'postgresql-connector' ready
34
+ 2023-05-09T07:04:39+09:00 info: All connector for 'mqtt-connector' ready
35
+ 2023-05-09T07:04:39+09:00 info: All connector for 'mssql-connector' ready
36
+ 2023-05-09T07:04:39+09:00 info: All connector for 'oracle-connector' ready
37
+ 2023-05-09T07:04:39+09:00 info: All connector for 'mysql-connector' ready
38
+ 2023-05-09T07:04:39+09:00 info: All connector for 'socket-server' ready
39
+ 2023-05-09T07:04:39+09:00 info: All connector for 'msgraph-connector' ready
40
+ 2023-05-09T07:04:39+09:00 info: All connector for 'openai-connector' ready
41
+ 2023-05-09T07:04:39+09:00 info: ConnectionManager initialization done:
42
+ 2023-05-09T07:26:51+09:00 info: Initializing ConnectionManager...
43
+ 2023-05-09T07:26:51+09:00 info: Connector 'echo-back-server' started to ready
44
+ 2023-05-09T07:26:51+09:00 info: Connector 'echo-back' started to ready
45
+ 2023-05-09T07:26:51+09:00 info: Connector 'http-connector' started to ready
46
+ 2023-05-09T07:26:51+09:00 info: Connector 'graphql-connector' started to ready
47
+ 2023-05-09T07:26:51+09:00 info: Connector 'sqlite-connector' started to ready
48
+ 2023-05-09T07:26:51+09:00 info: Connector 'postgresql-connector' started to ready
49
+ 2023-05-09T07:26:51+09:00 info: Connector 'mqtt-connector' started to ready
50
+ 2023-05-09T07:26:51+09:00 info: Connector 'mssql-connector' started to ready
51
+ 2023-05-09T07:26:51+09:00 info: Connector 'oracle-connector' started to ready
52
+ 2023-05-09T07:26:51+09:00 info: Connector 'mysql-connector' started to ready
53
+ 2023-05-09T07:26:51+09:00 info: Connector 'socket-server' started to ready
54
+ 2023-05-09T07:26:51+09:00 info: Connector 'msgraph-connector' started to ready
55
+ 2023-05-09T07:26:51+09:00 info: Connector 'openai-connector' started to ready
56
+ 2023-05-09T07:26:51+09:00 info: echo-back-servers are ready
57
+ 2023-05-09T07:26:51+09:00 info: echo-back connections are ready
58
+ 2023-05-09T07:26:51+09:00 info: http-connector connections are ready
59
+ 2023-05-09T07:26:51+09:00 info: graphql-connector connections are ready
60
+ 2023-05-09T07:26:51+09:00 info: sqlite-connector connections are ready
61
+ 2023-05-09T07:26:51+09:00 info: postgresql-connector connections are ready
62
+ 2023-05-09T07:26:51+09:00 info: mqtt-connector connections are ready
63
+ 2023-05-09T07:26:51+09:00 info: mssql-connector connections are ready
64
+ 2023-05-09T07:26:51+09:00 info: oracle-connector connections are ready
65
+ 2023-05-09T07:26:51+09:00 info: mysql-connector connections are ready
66
+ 2023-05-09T07:26:51+09:00 info: socket servers are ready
67
+ 2023-05-09T07:26:51+09:00 info: msgraph-connector connections are ready
68
+ 2023-05-09T07:26:51+09:00 info: openai-connector connections are ready
69
+ 2023-05-09T07:26:51+09:00 info: All connector for 'echo-back-server' ready
70
+ 2023-05-09T07:26:51+09:00 info: All connector for 'echo-back' ready
71
+ 2023-05-09T07:26:51+09:00 info: All connector for 'http-connector' ready
72
+ 2023-05-09T07:26:51+09:00 info: All connector for 'graphql-connector' ready
73
+ 2023-05-09T07:26:51+09:00 info: All connector for 'sqlite-connector' ready
74
+ 2023-05-09T07:26:51+09:00 info: All connector for 'postgresql-connector' ready
75
+ 2023-05-09T07:26:51+09:00 info: All connector for 'mqtt-connector' ready
76
+ 2023-05-09T07:26:51+09:00 info: All connector for 'mssql-connector' ready
77
+ 2023-05-09T07:26:51+09:00 info: All connector for 'oracle-connector' ready
78
+ 2023-05-09T07:26:51+09:00 info: All connector for 'mysql-connector' ready
79
+ 2023-05-09T07:26:51+09:00 info: All connector for 'socket-server' ready
80
+ 2023-05-09T07:26:51+09:00 info: All connector for 'msgraph-connector' ready
81
+ 2023-05-09T07:26:51+09:00 info: All connector for 'openai-connector' ready
82
+ 2023-05-09T07:26:51+09:00 info: ConnectionManager initialization done:
@@ -0,0 +1,3 @@
1
+ 2023-05-09T11:27:57+09:00 info: http-connector connection(날씨마루:https://bd.kma.go.kr) is connected
2
+ 2023-05-09T11:43:36+09:00 info: http-connector connection(날씨마루) is disconnected
3
+ 2023-05-09T11:43:39+09:00 info: http-connector connection(날씨마루:https://bd.kma.go.kr) is connected
@@ -0,0 +1,20 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 14
5
+ },
6
+ "auditLog": "logs/system/.144ddb221a51f7e2afac3fe1fc3dcf306a8de9ef-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1683600871467,
10
+ "name": "logs/system/scenario-에너지 레이어 색상-2023-05-09-11.log",
11
+ "hash": "f9607f620291037ea5b651b08143d5bb0474c60d24298485f424db925509bf97"
12
+ },
13
+ {
14
+ "date": 1683601563988,
15
+ "name": "logs/system/scenario-에너지 레이어 색상-2023-05-09-12.log",
16
+ "hash": "b4efbccb1ab727ccceaa6bba7da18c41af1fa8c6c854afb006cf6b444d183bfc"
17
+ }
18
+ ],
19
+ "hashType": "sha256"
20
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 14
5
+ },
6
+ "auditLog": "logs/system/.437ed478d36eef33cb9dfb565b13329b4464783e-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1683599346648,
10
+ "name": "logs/system/scenario-발전량 예측 데이터-2023-05-09-11.log",
11
+ "hash": "f7fa1a6df91294365d1b393045434891d9ea1a63afb428db4dea208c9b8bc12e"
12
+ },
13
+ {
14
+ "date": 1683601398986,
15
+ "name": "logs/system/scenario-발전량 예측 데이터-2023-05-09-12.log",
16
+ "hash": "798ae42f4efbc44a7d3ddd9e863c126d687fd1e7f790db7a627b64f5ac02e4a9"
17
+ }
18
+ ],
19
+ "hashType": "sha256"
20
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "keep": {
3
+ "days": true,
4
+ "amount": 14
5
+ },
6
+ "auditLog": "logs/system/.a16ac19e6e222b854c699e1f94ae757f5c8db307-audit.json",
7
+ "files": [
8
+ {
9
+ "date": 1683601372061,
10
+ "name": "logs/system/scenario-일사량 예측 지도-2023-05-09-12.log",
11
+ "hash": "93d606c9b51d26ada4839c94902f0d4d5efeb0a91708f754302cd1a24d747686"
12
+ }
13
+ ],
14
+ "hashType": "sha256"
15
+ }