@things-factory/operato-codelingua 6.1.4
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/CHANGELOG.md +8 -0
- package/Dockerfile +16 -0
- package/README.md +37 -0
- package/_index.html +89 -0
- package/assets/favicon.ico +0 -0
- package/assets/helps/index.md +1 -0
- package/assets/images/hatiolab-logo.png +0 -0
- package/assets/images/spinner.png +0 -0
- package/assets/manifest/apple-1024.png +0 -0
- package/assets/manifest/apple-120.png +0 -0
- package/assets/manifest/apple-152.png +0 -0
- package/assets/manifest/apple-167.png +0 -0
- package/assets/manifest/apple-180.png +0 -0
- package/assets/manifest/apple-touch-icon.png +0 -0
- package/assets/manifest/badge-128x128.png +0 -0
- package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
- package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
- package/assets/manifest/icon-128x128.png +0 -0
- package/assets/manifest/icon-192x192.png +0 -0
- package/assets/manifest/icon-512x512.png +0 -0
- package/assets/manifest/icon-72x72.png +0 -0
- package/assets/manifest/icon-96x96.png +0 -0
- package/assets/manifest/image-metaog.png +0 -0
- package/assets/manifest/maskable_icon.png +0 -0
- package/assets/manifest/ms-icon-144x144.png +0 -0
- package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
- package/assets/manifest.json +27 -0
- package/client/actions/main.ts +1 -0
- package/client/bootstrap.ts +8 -0
- package/client/index.ts +1 -0
- package/client/pages/main.ts +33 -0
- package/client/reducers/main.ts +17 -0
- package/client/route.ts +10 -0
- package/client/themes/app-theme.css +142 -0
- package/client/tsconfig.json +12 -0
- package/config/config.development.js +7 -0
- package/config/config.production.js +41 -0
- package/config.development.js +7 -0
- package/db.sqlite +0 -0
- package/dist-server/controllers/index.js +5 -0
- package/dist-server/controllers/index.js.map +1 -0
- package/dist-server/controllers/openai-connection.js +26 -0
- package/dist-server/controllers/openai-connection.js.map +1 -0
- package/dist-server/index.js +6 -0
- package/dist-server/index.js.map +1 -0
- package/dist-server/routes.js +25 -0
- package/dist-server/routes.js.map +1 -0
- package/dist-server/service/index.js +14 -0
- package/dist-server/service/index.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/installer/config.production.js +40 -0
- package/installer/docker-compose.yml +37 -0
- package/installer/install.sh +54 -0
- package/installer/migrate.sh +1 -0
- package/installer/start.sh +18 -0
- package/installer/stop.sh +1 -0
- package/installer/upgrade.sh +1 -0
- package/logs/.08636eb59927f12972f6774f5947c8507b3564c2-audit.json +30 -0
- package/logs/application-2023-06-25-11.log +12 -0
- package/logs/application-2023-06-25-12.log +34 -0
- package/logs/application-2023-06-25-13.log +8 -0
- package/openapi/unstable.yaml +41 -0
- package/package.json +55 -0
- package/schema.gql +841 -0
- package/server/controllers/index.ts +1 -0
- package/server/controllers/openai-connection.ts +27 -0
- package/server/index.ts +3 -0
- package/server/routes.ts +28 -0
- package/server/service/index.ts +13 -0
- package/server/tsconfig.json +9 -0
- package/things-factory.config.ts +13 -0
- package/translations/en.json +1 -0
- package/translations/ja.json +1 -0
- package/translations/ko.json +1 -0
- package/translations/ms.json +1 -0
- package/translations/zh.json +1 -0
- package/views/auth-page.html +93 -0
- package/views/public/home.html +83 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/lerna/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/lerna/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../server/routes.ts","../server/service/index.ts","../server/index.ts","../../../node_modules/openai/dist/configuration.d.ts","../../../node_modules/openai/node_modules/axios/index.d.ts","../../../node_modules/openai/dist/base.d.ts","../../../node_modules/openai/dist/api.d.ts","../../../node_modules/openai/dist/index.d.ts","../server/controllers/openai-connection.ts","../server/controllers/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@jest/expect-utils/build/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/@sinclair/typebox/typebox.d.ts","../../../node_modules/@jest/schemas/build/index.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/expect/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"f3d4da15233e593eacb3965cde7960f3fddf5878528d882bcedd5cbaba0193c7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"f1c9fe42b65437a61104e601eb298c5c859fb522b483f1bdb700eed67a16f980",{"version":"7ccb8478e6d10c6371c11543ce0f941aa0237162574e8d482ff2481db6ce3352","affectsGlobalScope":true},"b9516dd0d60937676906fb13064d6a4e1e69752b9e3a08ab7b4986541c4a3123","5f6f3ad27ac9612df16e30e886b336f2d2dffd94928745c150491e8604c10a19","3ac893bb831cf929af812392e1568467766536d79abd4e29d6ae653695c18cdd","2808645b990069e5f8b5ff14c9f1e6077eb642583c3f7854012d60757f23c70e","98cd87f84eb134151b0b760d49e09f0ae3ca01d9f86e6b64f6bb933cc4a40b29","db750d991d0c6e773c114cfe170c5ee4fc1bea43364e0efa5cecb03d198be80a","c5dde9dd9e1bf7168d8a2480a31f9799158f84e3aa1bb061fd09a0cf5a1fcb14","0f9fae6c40cddf053c333ce7675ddc085184f5b2416ce4bf8bc1d548e2204a20","bfd96bad6c0361178f95a9ee36287e9de994e3a1247fbcebe2477f6c8225c52b","587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"bce910d9164785c9f0d4dcea4be359f5f92130c7c7833dea6138ab1db310a1f9","affectsGlobalScope":true},"7a435e0c814f58f23e9a0979045ec0ef5909aac95a70986e8bcce30c27dff228",{"version":"a7534271773a27ff7d136d550e86b41894d8090fa857ba4c02b5bb18d2eb1c8e","affectsGlobalScope":true},"db71be322f07f769200108aa19b79a75dd19a187c9dca2a30c4537b233aa2863","57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050",{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","b8e431e9b9bb2dc832b23d4e3e02774e953d5537998923f215ea446169e9a61e","3690133deae19c8127c5505fcb67b04bdc9eb053796008538a9b9abbb70d85aa","5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"b85c02e14ecb2a873dad5a1de72319b265160ba48f1b83661aeb3bba1366c1bc","affectsGlobalScope":true},"7a2ba0c9af860ac3e77b35ed01fd96d15986f17aa22fe40f188ae556fb1070df","fc3764040518a1008dd04bdc80964591b566b896283e00df85c95851c1f46237","55709608060f77965c270ac10ac646286589f1bd1cb174fff1778a2dd9a7ef31","790623a47c5eda62910098884ecb154dc0e5f3a23fc36c1bfb3b5b9ed44e2c2d","42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","354612fe1d49ecc9551ea3a27d94eef2887b64ef4a71f72ca444efe0f2f0ba80",{"version":"125af9d85cb9d5e508353f10a8d52f01652d2d48b2cea54789a33e5b4d289c1c","affectsGlobalScope":true},"f5490f53d40291cc8607f5463434d1ac6c5564bc4fbb03abceb03a8f6b014457","5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d",{"version":"14a50dafe3f45713f7f27cb6320dff07c6ac31678f07959c2134260061bf91ff","affectsGlobalScope":true},{"version":"19da7150ca062323b1db6311a6ef058c9b0a39cc64d836b5e9b75d301869653b","affectsGlobalScope":true},"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","0cab4d7d4edc40cd3af9eea7c3ed6d1016910c0954c49c4297e479bf3822a625","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270","1fb6c5ec52332a8b531a8d7a5300ac9301f98c4fe62f68e744e0841ccba65e7e",{"version":"ab294c4b7279318ee2a8fdf681305457ecc05970c94108d304933f18823eeac1","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","bbda6ea452a2386093a1eda18a6e26a989e98869f1b9f37e46f510a986d2e740","812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661",{"version":"75dd741ca6a6c8d2437a6ca8349b64b816421dbf9fe82dd026afaba965576962","affectsGlobalScope":true},{"version":"8799401a7ab57764f0d464513a7fa7c72e1d70a226b172ec60fff534ea94d108","affectsGlobalScope":true},"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","92db194ef7d208d5e4b6242a3434573fd142a621ff996d84cc9dbba3553277d0","16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b",{"version":"0bd9543cd8fc0959c76fb8f4f5a26626c2ed62ef4be98fd857bce268066db0a2","affectsGlobalScope":true},"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"247aa3419c98713231952b33801d4f46563fe542e03604acd8c63ac45a32409c","6c1e688f95fcaf53b1e41c0fdadf2c1cfc96fa924eaf7f9fdb60f96deb0a4986","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","db25694be959314fd1e868d72e567746db1db9e2001fae545d12d2a8c1bba1b8","43883cf3635bb1846cbdc6c363787b76227677388c74f7313e3f0edb380840fa","2d47012580f859dae201d2eef898a416bdae719dffc087dfd06aefe3de2f9c8d","3e70a7e67c2cb16f8cd49097360c0309fe9d1e3210ff9222e9dac1f8df9d4fb6","ab68d2a3e3e8767c3fba8f80de099a1cfc18c0de79e42cb02ae66e22dfe14a66","2cec1a31729b9b01e9294c33fc9425d336eff067282809761ad2e74425d6d2a5",{"version":"240c702fb4b3bd54d83ee167d80fa7f0cd7300fef7eea0b32cef33129740893c","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"declaration":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":1,"noEmitOnError":true,"noImplicitAny":false,"outDir":"./","sourceMap":true,"strict":false,"target":4,"useDefineForClassFields":false},"fileIdsList":[[101],[101,111],[101,113,116],[55,101],[58,101],[59,64,92,101],[60,71,72,79,89,100,101],[60,61,71,79,101],[62,101],[63,64,72,80,101],[64,89,97,101],[65,67,71,79,101],[66,101],[67,68,101],[71,101],[69,71,101],[71,72,73,89,100,101],[71,72,73,86,89,92,101],[101,105],[67,71,74,79,89,100,101],[71,72,74,75,79,89,97,100,101],[74,76,89,97,100,101],[55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107],[71,77,101],[78,100,101],[67,71,79,89,101],[80,101],[81,101],[58,82,101],[83,99,101,105],[84,101],[85,101],[71,86,87,101],[86,88,101,103],[59,71,89,90,91,92,101],[59,89,91,101],[89,90,101],[92,101],[93,101],[89,101],[71,95,96,101],[95,96,101],[64,79,89,97,101],[98,101],[79,99,101],[59,74,85,100,101],[64,101],[89,101,102],[101,103],[101,104],[59,64,71,73,82,89,100,101,103,105],[89,101,106],[101,109,115],[101,113],[101,110,114],[48,49,50,101],[48,49,101],[48,51,101],[101,112],[44,53,101],[44,52,101],[44,46,101],[44,101]],"referencedMap":[[109,1],[112,2],[111,1],[117,3],[55,4],[56,4],[58,5],[59,6],[60,7],[61,8],[62,9],[63,10],[64,11],[65,12],[66,13],[67,14],[68,14],[70,15],[69,16],[71,15],[72,17],[73,18],[57,19],[107,1],[74,20],[75,21],[76,22],[108,23],[77,24],[78,25],[79,26],[80,27],[81,28],[82,29],[83,30],[84,31],[85,32],[86,33],[87,33],[88,34],[89,35],[91,36],[90,37],[92,38],[93,39],[94,40],[95,41],[96,42],[97,43],[98,44],[99,45],[100,46],[101,47],[102,48],[103,49],[104,50],[105,51],[106,52],[110,1],[116,53],[114,54],[115,55],[8,1],[9,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[34,1],[31,1],[32,1],[33,1],[35,1],[7,1],[36,1],[41,1],[42,1],[37,1],[38,1],[39,1],[40,1],[1,1],[43,1],[51,56],[50,57],[48,1],[52,58],[49,1],[113,59],[44,1],[54,60],[53,61],[47,62],[45,1],[46,63]],"exportedModulesMap":[[109,1],[112,2],[111,1],[117,3],[55,4],[56,4],[58,5],[59,6],[60,7],[61,8],[62,9],[63,10],[64,11],[65,12],[66,13],[67,14],[68,14],[70,15],[69,16],[71,15],[72,17],[73,18],[57,19],[107,1],[74,20],[75,21],[76,22],[108,23],[77,24],[78,25],[79,26],[80,27],[81,28],[82,29],[83,30],[84,31],[85,32],[86,33],[87,33],[88,34],[89,35],[91,36],[90,37],[92,38],[93,39],[94,40],[95,41],[96,42],[97,43],[98,44],[99,45],[100,46],[101,47],[102,48],[103,49],[104,50],[105,51],[106,52],[110,1],[116,53],[114,54],[115,55],[8,1],[9,1],[11,1],[10,1],[2,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[19,1],[3,1],[4,1],[23,1],[20,1],[21,1],[22,1],[24,1],[25,1],[26,1],[5,1],[27,1],[28,1],[29,1],[30,1],[6,1],[34,1],[31,1],[32,1],[33,1],[35,1],[7,1],[36,1],[41,1],[42,1],[37,1],[38,1],[39,1],[40,1],[1,1],[43,1],[51,56],[50,57],[48,1],[52,58],[49,1],[113,59],[44,1],[54,60],[53,61],[47,62],[45,1],[46,63]],"semanticDiagnosticsPerFile":[109,112,111,117,55,56,58,59,60,61,62,63,64,65,66,67,68,70,69,71,72,73,57,107,74,75,76,108,77,78,79,80,81,82,83,84,85,86,87,88,89,91,90,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,110,116,114,115,8,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,35,7,36,41,42,37,38,39,40,1,43,51,50,48,52,49,113,44,54,53,47,45,46]},"version":"4.9.5"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
SECRET: '0xD58F835B69D207A76CC5F84a70a1D0d4C79dAC95', // should be changed
|
|
3
|
+
email: {
|
|
4
|
+
host: 'smtp.office365.com', // your sender-email smtp host
|
|
5
|
+
port: 587, // smtp server port
|
|
6
|
+
secure: false, // true for 465, false for other ports
|
|
7
|
+
auth: {
|
|
8
|
+
user: 'your sender-email',
|
|
9
|
+
pass: 'your sender-email password' // generated ethereal password
|
|
10
|
+
},
|
|
11
|
+
secureConnection: false,
|
|
12
|
+
tls: {
|
|
13
|
+
ciphers: 'SSLv3'
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
logger: {
|
|
17
|
+
file: {
|
|
18
|
+
filename: 'logs/application-%DATE%.log',
|
|
19
|
+
datePattern: 'YYYY-MM-DD-HH',
|
|
20
|
+
zippedArchive: false,
|
|
21
|
+
maxSize: '20m',
|
|
22
|
+
maxFiles: '2d',
|
|
23
|
+
level: 'info'
|
|
24
|
+
},
|
|
25
|
+
console: {
|
|
26
|
+
level: 'silly'
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
ormconfig: {
|
|
30
|
+
name: 'default',
|
|
31
|
+
type: 'postgres',
|
|
32
|
+
host: 'postgres',
|
|
33
|
+
port: 5432,
|
|
34
|
+
database: 'postgres',
|
|
35
|
+
username: 'postgres',
|
|
36
|
+
password: 'abcd1234',
|
|
37
|
+
synchronize: true,
|
|
38
|
+
logging: true
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
version: '3'
|
|
2
|
+
services:
|
|
3
|
+
nginx:
|
|
4
|
+
image: hatiolab/operato-nginx:latest
|
|
5
|
+
ports:
|
|
6
|
+
- ${HostPort}:80
|
|
7
|
+
depends_on:
|
|
8
|
+
- app
|
|
9
|
+
app:
|
|
10
|
+
build: .
|
|
11
|
+
container_name: operato-codelingua
|
|
12
|
+
image: hatiolab/operato-codelingua:latest
|
|
13
|
+
privileged: true
|
|
14
|
+
volumes:
|
|
15
|
+
- ./logs:/app/logs
|
|
16
|
+
- ./config.production.js:/app/config.production.js
|
|
17
|
+
ports:
|
|
18
|
+
- 4000:3000
|
|
19
|
+
depends_on:
|
|
20
|
+
- postgres
|
|
21
|
+
- mosquitto
|
|
22
|
+
postgres:
|
|
23
|
+
image: postgres:13.2
|
|
24
|
+
container_name: db-operato-codelingua
|
|
25
|
+
environment:
|
|
26
|
+
POSTGRES_PASSWORD: abcd1234
|
|
27
|
+
POSTGRES_USER: postgres
|
|
28
|
+
PGDATA: /var/lib/postgresql/data/pgdata
|
|
29
|
+
volumes:
|
|
30
|
+
- ./postgres_data:/var/lib/postgresql/data/pgdata
|
|
31
|
+
ports:
|
|
32
|
+
- '55432:5432'
|
|
33
|
+
mosquitto:
|
|
34
|
+
image: eclipse-mosquitto:latest
|
|
35
|
+
ports:
|
|
36
|
+
- 1883:1883
|
|
37
|
+
- 9001:9001
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
if [ -f "config.production.js" ] ; then
|
|
2
|
+
echo "config.production.js exist"
|
|
3
|
+
else
|
|
4
|
+
echo "config.production.js create"
|
|
5
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/config.production.js
|
|
6
|
+
fi
|
|
7
|
+
|
|
8
|
+
if [ -f "start.sh" ] ; then
|
|
9
|
+
echo "start.sh exist"
|
|
10
|
+
else
|
|
11
|
+
echo "start.sh create"
|
|
12
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/start.sh
|
|
13
|
+
fi
|
|
14
|
+
|
|
15
|
+
if [ -f "stop.sh" ] ; then
|
|
16
|
+
echo "stop.sh exist"
|
|
17
|
+
else
|
|
18
|
+
echo "stop.sh create"
|
|
19
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/stop.sh
|
|
20
|
+
fi
|
|
21
|
+
|
|
22
|
+
if [ -f "upgrade.sh" ] ; then
|
|
23
|
+
echo "upgrade.sh exist"
|
|
24
|
+
else
|
|
25
|
+
echo "upgrade.sh create"
|
|
26
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/upgrade.sh
|
|
27
|
+
fi
|
|
28
|
+
|
|
29
|
+
if [ -f "migrate.sh" ] ; then
|
|
30
|
+
echo "migrate.sh exist"
|
|
31
|
+
else
|
|
32
|
+
echo "migrate.sh create"
|
|
33
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/migrate.sh
|
|
34
|
+
fi
|
|
35
|
+
|
|
36
|
+
if [ -f "docker-compose.yml" ] ; then
|
|
37
|
+
echo "docker-compose.yml exist"
|
|
38
|
+
else
|
|
39
|
+
echo "docker-compose.yml create"
|
|
40
|
+
curl -O https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/docker-compose.yml
|
|
41
|
+
fi
|
|
42
|
+
|
|
43
|
+
chmod u+x start.sh
|
|
44
|
+
chmod u+x stop.sh
|
|
45
|
+
chmod u+x upgrade.sh
|
|
46
|
+
chmod u+x migrate.sh
|
|
47
|
+
|
|
48
|
+
echo "HostPort=3000" > .env
|
|
49
|
+
|
|
50
|
+
docker pull hatiolab/operato-codelingua:latest
|
|
51
|
+
|
|
52
|
+
docker pull hatiolab/operato-nginx:latest
|
|
53
|
+
|
|
54
|
+
docker-compose create
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
docker exec -it operato-codelingua npm run migration -- --mode=production
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
HOST_PORT=3000
|
|
2
|
+
|
|
3
|
+
if [ $# -eq 0 ] ; then
|
|
4
|
+
echo "Warning: default port 3000"
|
|
5
|
+
else
|
|
6
|
+
HOST_PORT=$1
|
|
7
|
+
fi
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
echo "HOST_PORT : ${HOST_PORT}"
|
|
11
|
+
|
|
12
|
+
echo "HostPort="$HOST_PORT > .env
|
|
13
|
+
|
|
14
|
+
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
|
15
|
+
xhost +"local:docker@"
|
|
16
|
+
fi
|
|
17
|
+
|
|
18
|
+
docker-compose up -d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
docker-compose stop
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
curl -fsSL https://raw.githubusercontent.com/things-factory/things-factory/master/packages/operato-codelingua/installer/install.sh | bash -s
|
|
@@ -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": 1687661136255,
|
|
10
|
+
"name": "logs/application-2023-06-25-11.log",
|
|
11
|
+
"hash": "59b70b94225c2ad6ffbdfc6049dc465fdd0b94648edb3dc1ccdcf047ce10e123"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"date": 1687662017765,
|
|
15
|
+
"name": "logs/application-2023-06-25-12.log",
|
|
16
|
+
"hash": "ee6b31ce25b45f598866aaf4ba566862bde074f8d4415da351bc0d8cea804855"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"date": 1687668421041,
|
|
20
|
+
"name": "logs/application-2023-06-25-13.log",
|
|
21
|
+
"hash": "02520a149fe4a82a4822b1b9ff605a02d63a22b01916910b681647b2dee42bb7"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": 1687685535589,
|
|
25
|
+
"name": "logs/application-2023-06-25-18.log",
|
|
26
|
+
"hash": "a2162ebde22fb6e3735d83afb118edf52749a88590e8552576190dc3b523acf2"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"hashType": "sha256"
|
|
30
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
2023-06-25T11:50:26+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-06-25T11:50:35+09:00 info: File Storage is Ready.
|
|
3
|
+
2023-06-25T11:50:36+09:00 info: Default DataSource established
|
|
4
|
+
2023-06-25T11:50:36+09:00 error: app.post is not a function
|
|
5
|
+
2023-06-25T11:52:59+09:00 info: File Storage is Ready.
|
|
6
|
+
2023-06-25T11:53:00+09:00 info: Default DataSource established
|
|
7
|
+
2023-06-25T11:53:00+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
+
2023-06-25T11:53:00+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
9
|
+
2023-06-25T11:56:27+09:00 info: File Storage is Ready.
|
|
10
|
+
2023-06-25T11:56:28+09:00 info: Default DataSource established
|
|
11
|
+
2023-06-25T11:56:28+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
12
|
+
2023-06-25T11:56:28+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
2023-06-25T12:00:18+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-06-25T12:00:19+09:00 info: Default DataSource established
|
|
3
|
+
2023-06-25T12:00:19+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-06-25T12:00:19+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2023-06-25T12:01:46+09:00 info: File Storage is Ready.
|
|
6
|
+
2023-06-25T12:01:46+09:00 info: Default DataSource established
|
|
7
|
+
2023-06-25T12:01:47+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
+
2023-06-25T12:01:47+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
9
|
+
2023-06-25T12:03:53+09:00 info: File Storage is Ready.
|
|
10
|
+
2023-06-25T12:03:53+09:00 info: Default DataSource established
|
|
11
|
+
2023-06-25T12:03:54+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
12
|
+
2023-06-25T12:03:54+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
13
|
+
2023-06-25T12:04:02+09:00 error: stream is not readable
|
|
14
|
+
2023-06-25T12:04:02+09:00 error: stream is not readable
|
|
15
|
+
2023-06-25T12:34:10+09:00 info: File Storage is Ready.
|
|
16
|
+
2023-06-25T12:34:11+09:00 info: Default DataSource established
|
|
17
|
+
2023-06-25T12:34:11+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
18
|
+
2023-06-25T12:34:11+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
19
|
+
2023-06-25T12:38:30+09:00 info: File Storage is Ready.
|
|
20
|
+
2023-06-25T12:38:31+09:00 info: Default DataSource established
|
|
21
|
+
2023-06-25T12:38:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
22
|
+
2023-06-25T12:38:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
23
|
+
2023-06-25T12:40:04+09:00 info: File Storage is Ready.
|
|
24
|
+
2023-06-25T12:40:05+09:00 info: Default DataSource established
|
|
25
|
+
2023-06-25T12:40:05+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
26
|
+
2023-06-25T12:40:05+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
27
|
+
2023-06-25T12:44:54+09:00 info: File Storage is Ready.
|
|
28
|
+
2023-06-25T12:44:55+09:00 info: Default DataSource established
|
|
29
|
+
2023-06-25T12:44:55+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
30
|
+
2023-06-25T12:44:55+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
31
|
+
2023-06-25T12:48:09+09:00 info: File Storage is Ready.
|
|
32
|
+
2023-06-25T12:48:10+09:00 info: Default DataSource established
|
|
33
|
+
2023-06-25T12:48:10+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
34
|
+
2023-06-25T12:48:10+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
2023-06-25T13:47:01+09:00 info: File Storage is Ready.
|
|
2
|
+
2023-06-25T13:47:18+09:00 info: Default DataSource established
|
|
3
|
+
2023-06-25T13:47:18+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
4
|
+
2023-06-25T13:47:18+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
5
|
+
2023-06-25T13:51:35+09:00 info: File Storage is Ready.
|
|
6
|
+
2023-06-25T13:51:36+09:00 info: Default DataSource established
|
|
7
|
+
2023-06-25T13:51:37+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
|
|
8
|
+
2023-06-25T13:51:37+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
openapi: 3.0.0
|
|
2
|
+
info:
|
|
3
|
+
description: >
|
|
4
|
+
For the latest release information please check our [release notes](https://developer.operato-codelingua.com/release_notes).
|
|
5
|
+
The Operato-Codelingua API exposes integrations endpoint and related functions.
|
|
6
|
+
version: 'unstable'
|
|
7
|
+
title: 'Operato-Codelingua'
|
|
8
|
+
termsOfService: 'https://operato-codelingua.com/terms/'
|
|
9
|
+
contact:
|
|
10
|
+
email: 'heartyoh@hatiolab.com'
|
|
11
|
+
license:
|
|
12
|
+
name: MIT
|
|
13
|
+
url: http://mit-license.org/
|
|
14
|
+
tags:
|
|
15
|
+
- name: 'operato-codelingua'
|
|
16
|
+
description: 'API for read, create and update operato-codelinguas'
|
|
17
|
+
schemes:
|
|
18
|
+
- 'https'
|
|
19
|
+
- 'http'
|
|
20
|
+
servers:
|
|
21
|
+
- url: '/api/unstable'
|
|
22
|
+
|
|
23
|
+
components:
|
|
24
|
+
securitySchemes:
|
|
25
|
+
basicAuth:
|
|
26
|
+
type: http
|
|
27
|
+
scheme: basic
|
|
28
|
+
bearerAuth:
|
|
29
|
+
type: http
|
|
30
|
+
scheme: bearer
|
|
31
|
+
|
|
32
|
+
security:
|
|
33
|
+
- basicAuth: []
|
|
34
|
+
- bearerAuth: []
|
|
35
|
+
responses:
|
|
36
|
+
UnauthorizedError:
|
|
37
|
+
description: Unauthorized
|
|
38
|
+
|
|
39
|
+
externalDocs:
|
|
40
|
+
description: 'Find out about our release notes'
|
|
41
|
+
url: 'https://developer.operato-codelingua.com/release_notes'
|
package/package.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@things-factory/operato-codelingua",
|
|
3
|
+
"version": "6.1.4",
|
|
4
|
+
"main": "dist-server/index.js",
|
|
5
|
+
"browser": "dist-client/index.js",
|
|
6
|
+
"things-factory": true,
|
|
7
|
+
"thingsFactoryConfig": "things-factory.config.ts",
|
|
8
|
+
"author": "heartyoh <heartyoh@hatiolab.com>",
|
|
9
|
+
"description": "CodeLingua is a revolutionary service that deciphers technical system responses and translates them into understandable language. By leveraging the power of AI, CodeLingua turns cryptic error codes and system messages into user-friendly explanations, making technical troubleshooting a breeze for anyone",
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"access": "public",
|
|
12
|
+
"@things-factory:registry": "https://registry.npmjs.org"
|
|
13
|
+
},
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "git+https://github.com/hatiolab/things-factory.git",
|
|
17
|
+
"directory": "packages/operato-codelingua"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"serve": "things-factory operato-codelingua",
|
|
21
|
+
"serve:dev": "npm run build:server && things-factory-dev operato-codelingua",
|
|
22
|
+
"build": "npm run build:server",
|
|
23
|
+
"build:client": "npm run clean:client && webpack --config ../builder/webpack.config.js",
|
|
24
|
+
"build:server": "npm run clean:server && tsc --p ./server/tsconfig.json",
|
|
25
|
+
"clean:server": "rm -rf dist-server",
|
|
26
|
+
"clean:client": "rm -rf dist-client",
|
|
27
|
+
"clean": "npm run clean:server && npm run clean:client",
|
|
28
|
+
"migration": "npm run build:server && things-factory-migration",
|
|
29
|
+
"migration:privileges": "npm run build:server && things-factory-migration-privileges",
|
|
30
|
+
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations",
|
|
31
|
+
"migration:generate": "node ../../node_modules/typeorm/cli.js migration:generate",
|
|
32
|
+
"migration:run": "node ../../node_modules/typeorm/cli.js migration:run",
|
|
33
|
+
"migration:revert": "node ../../node_modules/typeorm/cli.js migration:revert",
|
|
34
|
+
"stop:dev": "kill $(lsof -t -i:3000,3001)",
|
|
35
|
+
"stop": "things-factory-stop operato-codelingua",
|
|
36
|
+
"docker": "npm run build:client && things-factory-dockerize hatiolab/operato-codelingua:latest hatiolab/operato-codelingua:$npm_package_version linux/amd64",
|
|
37
|
+
"docker:run": "docker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-codelingua:latest",
|
|
38
|
+
"docker:push": "docker image push hatiolab/operato-codelingua:latest && docker image push hatiolab/operato-codelingua:$npm_package_version"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@operato/app": "^1.3.11",
|
|
42
|
+
"@operato/data-grist": "^1.3.11",
|
|
43
|
+
"@operato/graphql": "^1.3.7",
|
|
44
|
+
"@operato/shell": "^1.3.7",
|
|
45
|
+
"@things-factory/attachment-base": "^6.1.1",
|
|
46
|
+
"@things-factory/auth-base": "^6.0.0",
|
|
47
|
+
"@things-factory/auth-ui": "^6.1.1",
|
|
48
|
+
"@things-factory/codelingua": "^6.1.4",
|
|
49
|
+
"@things-factory/shell": "^6.0.0"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@things-factory/builder": "^6.0.0"
|
|
53
|
+
},
|
|
54
|
+
"gitHead": "071a2a3e4418a386d070fc1a38f415003a646537"
|
|
55
|
+
}
|