Terarea  2
The automation project
Loading...
Searching...
No Matches
constants.py File Reference

Go to the source code of this file.

Namespaces

namespace  src
 
namespace  src.lib
 
namespace  src.lib.actions
 
namespace  src.lib.actions.constants
 

Functions

int src.lib.actions.constants._spaceship (a, b)
 
bool src.lib.actions.constants.check_if_oauth_is_valid (str oauth_token)
 
Union[int, float, bool, None, datetime, date, str] src.lib.actions.constants.detect_and_convert (str value)
 

Variables

str src.lib.actions.constants.TYPE_UNKNOWN = "UNKNOWN LOGGING TYPE"
 
str src.lib.actions.constants.TYPE_API = "API"
 
str src.lib.actions.constants.TYPE_SERVICE = "SERVICE"
 
str src.lib.actions.constants.TYPE_SERVICE_TRIGGER = "SERVICE TRIGGER"
 
str src.lib.actions.constants.TYPE_SERVICE_ACTION = "SERVICE ACTION"
 
str src.lib.actions.constants.TYPE_ACTION = "ACTION"
 
str src.lib.actions.constants.TYPE_UNDEFINED = "UNDEFINED"
 
str src.lib.actions.constants.TYPE_MISMATCH = "MISMATCH"
 
str src.lib.actions.constants.TYPE_BEFORE_ASSIGNEMENT = "REFERENCED BEFORE ASSIGNEMENT"
 
str src.lib.actions.constants.TYPE_DIV_ZERO = "DIVISION BY ZERO"
 
str src.lib.actions.constants.TYPE_SYNTAX_ERROR = "SYNTAX ERROR"
 
str src.lib.actions.constants.TYPE_RUNTIME_ERROR = "RUNTIME ERROR"
 
str src.lib.actions.constants.TYPE_INCOMPARABLE = "INCOMPARABLE TYPES"
 
str src.lib.actions.constants.TYPE_OVERFLOW = "VALUE OVERFLOW"
 
str src.lib.actions.constants.TYPE_UNDERFLOW = "VALUE UNDERFLOW"
 
int src.lib.actions.constants.CODE_UNKNOWN = -1
 
int src.lib.actions.constants.CODE_INFO = 0
 
int src.lib.actions.constants.CODE_SUCCESS = 1
 
int src.lib.actions.constants.CODE_DEBUG = 2
 
int src.lib.actions.constants.CODE_WARNING = 3
 
int src.lib.actions.constants.CODE_ERROR = 4
 
int src.lib.actions.constants.CODE_CRITICAL = 5
 
int src.lib.actions.constants.CODE_FATAL = 6
 
str src.lib.actions.constants.LEVEL_UNKNOWN = "UNKNOWN"
 
str src.lib.actions.constants.LEVEL_INFO = "INFO"
 
str src.lib.actions.constants.LEVEL_SUCCESS = "SUCCESS"
 
str src.lib.actions.constants.LEVEL_DEBUG = "DEBUG"
 
str src.lib.actions.constants.LEVEL_WARNING = "WARNING"
 
str src.lib.actions.constants.LEVEL_ERROR = "ERROR"
 
str src.lib.actions.constants.LEVEL_CRITICAL = "CRITICAL"
 
str src.lib.actions.constants.LEVEL_FATAL = "FATAL"
 
str src.lib.actions.constants.MSG_UNKNOWN = "Unknown: Operation executed with unknown status."
 
str src.lib.actions.constants.MSG_INFO = "Information: Operation executed without any issues."
 
str src.lib.actions.constants.MSG_SUCCESS = "Success: Operation completed successfully."
 
str src.lib.actions.constants.MSG_DEBUG = "Debug: Tracking detailed operational data for diagnostics."
 
str src.lib.actions.constants.MSG_WARNING = "Warning: Potential issue detected. Review is recommended."
 
str src.lib.actions.constants.MSG_ERROR = "Error: Operation could not be completed successfully."
 
str src.lib.actions.constants.MSG_CRITICAL = "Critical: Immediate attention required to prevent severe impact."
 
str src.lib.actions.constants.MSG_FATAL = "Fatal: System failure imminent. Immediate intervention necessary."
 
dict src.lib.actions.constants.LOG_EQUIVALENCE
 
dict src.lib.actions.constants.LOG_MESSAGE_EQUIVALENCE
 
list src.lib.actions.constants.LIST_TYPE
 
list src.lib.actions.constants.LIST_CODE
 
list src.lib.actions.constants.LIST_LEVEL_INFO
 
list src.lib.actions.constants.LIST_MSG
 
dict src.lib.actions.constants.OPERATOR_EXCHANGE
 
dict src.lib.actions.constants.SECRETS_EQUIVALENCE
 
str src.lib.actions.constants.CONTENT_TYPE_KEY = "type"
 
str src.lib.actions.constants.CONTENT_KEY = "content"
 
dict src.lib.actions.constants.CONTENT_TYPES_JSON = {"application/json", "application/ld+json"}
 
dict src.lib.actions.constants.CONTENT_TYPES_TEXT
 
dict src.lib.actions.constants.CONTENT_TYPES_XML = {"application/xml", "application/xhtml+xml", "text/xml"}
 
dict src.lib.actions.constants.CONTENT_TYPES_BINARY
 
dict src.lib.actions.constants.CONTENT_TYPES_AUDIO
 
dict src.lib.actions.constants.CONTENT_TYPES_IMAGES
 
dict src.lib.actions.constants.CONTENT_TYPES_VIDEO
 
str src.lib.actions.constants.RESPONSE_NODE_BODY_KEY = "body"
 
str src.lib.actions.constants.RESPONSE_NODE_BODY_TYPE_KEY = "body_type"
 
str src.lib.actions.constants.RESPONSE_NODE_HEADERS_KEY = "headers"
 
str src.lib.actions.constants.RESPONSE_NODE_HEADERS_TYPE_KEY = "headers_type"
 
str src.lib.actions.constants.RESPONSE_NODE_ENCODING_KEY = "encoding"
 
str src.lib.actions.constants.RESPONSE_NODE_HISTORY_KEY = "history"
 
str src.lib.actions.constants.RESPONSE_NODE_COOKIES_KEY = "cookies"
 
str src.lib.actions.constants.RESPONSE_NODE_ELAPSED_KEY = "elapsed"
 
str src.lib.actions.constants.RESPONSE_NODE_REASON_KEY = "reason"
 
str src.lib.actions.constants.RESPONSE_NODE_URL_KEY = "url"
 
str src.lib.actions.constants.RESPONSE_NODE_METHOD_KEY = "method"
 
str src.lib.actions.constants.RESPONSE_NODE_STATUS_CODE_KEY = "status_code"
 
dict src.lib.actions.constants.RESPONSE_NODE_KEY_EQUIVALENCE
 
list src.lib.actions.constants.BRUTEFORCE_DATETIME_FORMATS
 
list src.lib.actions.constants.BRUTEFORCE_DATE_FORMATS