opticore-webapp 1.0.19 → 1.0.21

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.
@@ -1,78 +0,0 @@
1
- {
2
- "dbConnection": "DataBase connection",
3
- "dbConnectionClosed": "MySQL connection is closed",
4
- "mysqlErrorCon": "MysqlError connection",
5
- "mySQLError": "MysqlError",
6
- "mySqlCloseConnection": "MySql close connection",
7
- "verifyExistingKey": "Verify Existing Key",
8
- "invalidRequest": "Invalid request",
9
- "tokenNotProvided": "No token provided.",
10
- "ExpiresToken": "Expires Token. You're not authorize",
11
- "privateKeyNotExist": "A private key doesn't exist.",
12
- "publicKeyNotExist": "A public key doesn't exist.",
13
- "errorNamePublicKeyNotExist": "No public key",
14
- "errorAuthorPublicKeyNotExist": "PublicKey not existing",
15
- "errorDecryption": "Error decryption with private key",
16
- "rsaKeyNotFound": "RSA key provided is not found.",
17
- "notVerifyingRSAKey": "Not verify RSA Key",
18
- "errorNameNotVerifyingRSAKey": "Error Verify RSA Key",
19
- "errorEncryptionPublicKey": "Error encryption with public key",
20
- "errorEncryptionPrivateKey": "Error encryption with private key",
21
- "errorNameRsaVerifyExistingKey": "Verify existing key",
22
- "signatureRSAKeyFailed": "Signature verification failed.",
23
- "encryptionWithPrivateKeyFailed": "Encryption With PrivateKey",
24
- "encryptionFailed": "Encryption failed",
25
- "decryptionWithPublicKeyFailed": "Decryption With PublicKey",
26
- "decryptionFailed": "Decryption failed",
27
- "verifyRSAKey": "Verify RSA Keys",
28
- "verifyRSAKeyFailed": "Verify RSA Keys Failed",
29
- "notVerifying": "Verification failed",
30
- "signatureRSAKeysError": "Signature RSA Keys Error",
31
- "encryptionWithPublicKey": "Encryption error",
32
- "errorDecryptionWithPrivateKey": "Error Decryption With PrivateKey",
33
- "verifyPublicRSAKey": "Verify Public RSA Key",
34
- "PostgresDBConnectionChecker": "PostgresDB Connection Checker",
35
- "PostgresConnection": "connection",
36
- "MongoDBConnectionChecker": "MongoDB Connection Checker",
37
- "MongoConnection": "connection",
38
- "mongoDBAuthentication": "authentication",
39
- "mongoDBConnection": "MongoDB connection",
40
- "mongoDBAuthenticationFailed": "failed",
41
- "mongoDBUnableParsingUrl": "unable to parse",
42
- "mongoDBConnectionUrl": "url",
43
- "mongoDBServerSelection": "MongoServer selection error",
44
- "mongoDBServer": "MongoServer",
45
- "mongoDBConnectionError": "connection error",
46
- "mongoDBError": "error",
47
- "loadedModules": "Loading core modules",
48
- "kernel": "Kernel",
49
- "loadKernel": "load kernel",
50
- "moduleAppLoaded": "Modules app have been successfully loaded",
51
- "content": "content",
52
- "serverSide": "server side",
53
- "hasBeenLoadedSuccessfully": "has been loaded successfully",
54
- "routerService": "Routers service",
55
- "registerRoutes": "Register routes",
56
- "fail": "fail",
57
- "loading": "loading",
58
- "routers": "routers",
59
- "registerLoadingFailed": "The route register failed to load",
60
- "dbConnChecker": "database checker connection",
61
- "loadedModulesError": "Required core modules are not loaded properly",
62
- "dbConnexionSuccess": "The database connection was successful 🚀",
63
- "mongoConnectionSuccess": "Connection to database is successfully.",
64
- "PostgresConnectionSuccess": "Connection to database is successfully.",
65
- "verifyExistingKeyError": "The provided key is not found",
66
- "webServer": "Web server",
67
- "listening": "listening",
68
- "webHost": "host",
69
- "badHost": "bad host",
70
- "hostNotFound": "not found",
71
- "errorHostUrl": "The host and port are not define, please define them in .env",
72
- "badPort": "bad port",
73
- "errorPort": "The port is not correct. Please define a right port with number port.",
74
- "errorHost": "The host can't be empty or blank. Please define a string host in .env",
75
- "accessDeniedToDBCon": "Access denied for user {user}. Database credentials in .env file are User: {user} and Password: {password}. {user}''{password}'@'localhost'. Try to set user and password in .env file",
76
- "unknownDB": "Database {database} is unknown. Please try to use Database CLI to create your database, or do it manually in your Database Management System",
77
- "errorDBHost": "A database host ${host} does not allow connection. Please either set the host like this: {localhost} in your .env file"
78
- }
@@ -1,78 +0,0 @@
1
- {
2
- "dbConnection": "DataBase connection",
3
- "dbConnectionClosed": "MySQL connection is closed",
4
- "mysqlErrorCon": "MysqlError connection",
5
- "mySQLError": "MysqlError",
6
- "mySqlCloseConnection": "MySql close connection",
7
- "verifyExistingKey": "Verify Existing Key",
8
- "invalidRequest": "Invalid request",
9
- "tokenNotProvided": "No token provided.",
10
- "ExpiresToken": "Expires Token. You're not authorize",
11
- "privateKeyNotExist": "A private key doesn't exist.",
12
- "publicKeyNotExist": "A public key doesn't exist.",
13
- "errorNamePublicKeyNotExist": "No public key",
14
- "errorAuthorPublicKeyNotExist": "PublicKey not existing",
15
- "errorDecryption": "Error decryption with private key",
16
- "rsaKeyNotFound": "RSA key provided is not found.",
17
- "notVerifyingRSAKey": "Not verify RSA Key",
18
- "errorNameNotVerifyingRSAKey": "Error Verify RSA Key",
19
- "errorEncryptionPublicKey": "Error encryption with public key",
20
- "errorEncryptionPrivateKey": "Error encryption with private key",
21
- "errorNameRsaVerifyExistingKey": "Verify existing key",
22
- "signatureRSAKeyFailed": "Signature verification failed.",
23
- "encryptionWithPrivateKeyFailed": "Encryption With PrivateKey",
24
- "encryptionFailed": "Encryption failed",
25
- "decryptionWithPublicKeyFailed": "Decryption With PublicKey",
26
- "decryptionFailed": "Decryption failed",
27
- "verifyRSAKey": "Verify RSA Keys",
28
- "verifyRSAKeyFailed": "Verify RSA Keys Failed",
29
- "notVerifying": "Verification failed",
30
- "signatureRSAKeysError": "Signature RSA Keys Error",
31
- "encryptionWithPublicKey": "Encryption error",
32
- "errorDecryptionWithPrivateKey": "Error Decryption With PrivateKey",
33
- "verifyPublicRSAKey": "Verify Public RSA Key",
34
- "PostgresDBConnectionChecker": "PostgresDB Connection Checker",
35
- "PostgresConnection": "connection",
36
- "MongoDBConnectionChecker": "MongoDB Connection Checker",
37
- "MongoConnection": "connection",
38
- "mongoDBAuthentication": "authentication",
39
- "mongoDBConnection": "MongoDB connection",
40
- "mongoDBAuthenticationFailed": "failed",
41
- "mongoDBUnableParsingUrl": "unable to parse",
42
- "mongoDBConnectionUrl": "url",
43
- "mongoDBServerSelection": "MongoServer selection error",
44
- "mongoDBServer": "MongoServer",
45
- "mongoDBConnectionError": "connection error",
46
- "mongoDBError": "error",
47
- "loadedModules": "Loading core modules",
48
- "kernel": "Kernel",
49
- "loadKernel": "load kernel",
50
- "moduleAppLoaded": "Modules app have been successfully loaded",
51
- "content": "content",
52
- "serverSide": "server side",
53
- "hasBeenLoadedSuccessfully": "has been loaded successfully",
54
- "routerService": "Routers service",
55
- "registerRoutes": "Register routes",
56
- "fail": "fail",
57
- "loading": "loading",
58
- "routers": "routers",
59
- "registerLoadingFailed": "The route register failed to load",
60
- "dbConnChecker": "database checker connection",
61
- "loadedModulesError": "Required core modules are not loaded properly",
62
- "dbConnexionSuccess": "The database connection was successful 🚀",
63
- "mongoConnectionSuccess": "Connection to database is successfully.",
64
- "PostgresConnectionSuccess": "Connection to database is successfully.",
65
- "verifyExistingKeyError": "The provided key is not found",
66
- "webServer": "Web server",
67
- "listening": "listening",
68
- "webHost": "host",
69
- "badHost": "bad host",
70
- "hostNotFound": "not found",
71
- "errorHostUrl": "The host and port are not define, please define them in .env",
72
- "badPort": "bad port",
73
- "errorPort": "The port is not correct. Please define a right port with number port.",
74
- "errorHost": "The host can't be empty or blank. Please define a string host in .env",
75
- "accessDeniedToDBCon": "Access denied for user {user}. Database credentials in .env file are User: {user} and Password: {password}. {user}''{password}'@'localhost'. Try to set user and password in .env file",
76
- "unknownDB": "Database {database} is unknown. Please try to use Database CLI to create your database, or do it manually in your Database Management System",
77
- "errorDBHost": "A database host ${host} does not allow connection. Please either set the host like this: {localhost} in your .env file"
78
- }
package/tsup.config.ts DELETED
@@ -1,11 +0,0 @@
1
- import { defineConfig } from "tsup";
2
-
3
- export default defineConfig({
4
- name: "opticore-webapp",
5
- format: ["cjs", "esm"],
6
- entry: ['src/index.ts'] ,
7
- dts: true,
8
- shims: true,
9
- skipNodeModulesBundle: true,
10
- clean: true
11
- });