UNPKG

skyflow-node

Version:
147 lines (146 loc) 5.6 kB
declare const logs: { infoLogs: { EMPTY_BEARER_TOKEN: string; BEARER_TOKEN_EXPIRED: string; GENERATE_BEARER_TOKEN_TRIGGERED: string; GENERATE_BEARER_TOKEN_SUCCESS: string; GENERATE_SIGNED_DATA_TOKEN_SUCCESS: string; INITIALIZE_CLIENT: string; CLIENT_INITIALIZED: string; VALIDATE_RECORDS: string; VALIDATE_DETOKENIZE_INPUT: string; VALIDATE_GET_BY_ID_INPUT: string; VALIDATE_GET_INPUT: string; VALIDATE_CONNECTION_CONFIG: string; INSERT_DATA_SUCCESS: string; DETOKENIZE_SUCCESS: string; GET_BY_ID_SUCCESS: string; BEARER_TOKEN_LISTENER: string; BEARER_TOKEN_RESOLVED: string; REUSE_BEARER_TOKEN: string; CONTROLLER_INITIALIZED: string; INSERT_TRIGGERED: string; DETOKENIZE_TRIGGERED: string; GET_BY_ID_TRIGGERED: string; GET_CALL_TRIGGERED: string; INVOKE_CONNECTION_TRIGGERED: string; DELETE_TRIGGERED: string; DELETE_REQUEST_RESOLVED: string; EMIT_REQUEST: string; FETCH_RECORDS_RESOLVED: string; INSERT_RECORDS_RESOLVED: string; GET_BY_SKYFLOWID_RESOLVED: string; SEND_INVOKE_CONNECTION_RESOLVED: string; GENERATE_SIGNED_DATA_TOKENS_TRIGGERED: string; UPDATE_TRIGGERED: string; UPDATE_REQUEST_RESOLVED: string; UNABLE_TO_GENERATE_SDK_METRIC: string; }; errorLogs: { CLIENT_CONNECTION: string; VAULTID_IS_REQUIRED: string; EMPTY_VAULTID_IN_INIT: string; VAULTURL_IS_REQUIRED: string; EMPTY_VAULTURL_IN_INIT: string; INVALID_VAULTURL_IN_INIT: string; GET_BEARER_TOKEN_IS_REQUIRED: string; BEARER_TOKEN_REJECTED: string; INVALID_ENCODE_URI_IN_GET: string; INVALID_BEARER_TOKEN: string; INVALID_VAULT_ID: string; EMPTY_VAULT_ID: string; INVALID_CREDENTIALS: string; INVALID_CONTAINER_TYPE: string; INVALID_COLLECT_VALUE: string; INVALID_COLLECT_VALUE_WITH_LABEL: string; RECORDS_KEY_NOT_FOUND: string; EMPTY_RECORDS: string; RECORDS_KEY_ERROR: string; MISSING_RECORDS: string; INVALID_RECORDS: string; EMPTY_RECORD_IDS: string; EMPTY_RECORD_COLUMN_VALUES: string; INVALID_RECORD_ID_TYPE: string; INVALID_RECORD_COLUMN_VALUE_TYPE: string; INVALID_RECORD_LABEL: string; INVALID_RECORD_ALT_TEXT: string; FETCH_RECORDS_REJECTED: string; INSERT_RECORDS_REJECTED: string; GET_BY_SKYFLOWID_REJECTED: string; SEND_INVOKE_CONNECTION_REJECTED: string; UPDATE_REQUEST_REJECTED: string; INVALID_TABLE_NAME: string; EMPTY_TABLE_NAME: string; EMPTY_TABLE_AND_FIELDS: string; EMPTY_TABLE: string; TABLE_KEY_ERROR: string; FIELDS_KEY_ERROR: string; INVALID_TABLE_OR_COLUMN: string; INVALID_COLUMN_NAME: string; EMPTY_COLUMN_NAME: string; MISSING_TABLE: string; MISSING_RECORD_COLUMN_VALUE: string; MISSING_RECORD_COLUMN_NAME: string; MISSING_ID_AND_COLUMN_NAME: string; EMPTY_COLUMN_VALUE: string; INVALID_RECORD_TABLE_VALUE: string; INVALID_RECORD_COLUMN_VALUE: string; INVALID_COLUMN_VALUES_OPTION_TYPE: string; INVALID_TOKEN_ID: string; INVALID_TOKEN_ID_WITH_ID: string; EMPTY_TOKEN_ID: string; ID_KEY_ERROR: string; MISSING_TOKEN: string; MISSING_TOKEN_KEY: string; REDACTION_KEY_ERROR: string; INVALID_REDACTION_TYPE: string; MISSING_REDACTION: string; MISSING_REDACTION_VALUE: string; MISSING_IDS: string; MISSING_CONNECTION_URL: string; INVALID_CONNECTION_URL_TYPE: string; INVALID_CONNECTION_URL: string; MISSING_METHODNAME_KEY: string; INVALID_METHODNAME_VALUE: string; UNKNOWN_ERROR: string; TRANSACTION_ERROR: string; CONNECTION_ERROR: string; ERROR_OCCURED: string; RESPONSE_BODY_KEY_MISSING: string; INVALID_UPSERT_OPTION_TYPE: string; EMPTY_UPSERT_OPTIONS_ARRAY: string; INVALID_UPSERT_OPTION_OBJECT_TYPE: string; MISSING_TABLE_IN_UPSERT_OPTION: string; MISSING_COLUMN_IN_UPSERT_OPTION: string; INVALID_TABLE_IN_UPSERT_OPTION: string; INVALID_COLUMN_IN_UPSERT_OPTION: string; INVALID_TOKENS_IN_INSERT: string; INVALID_CONTINUE_ON_ERROR_IN_INSERT: string; INVALID_TOKENS_IN_UPDATE: string; MISSING_TABLE_IN_IN_UPDATE: string; MISSING_FIELDS_IN_IN_UPDATE: string; MISSING_ID_IN_UPDATE: string; INVALID_ID_IN_UPDATE: string; INVALID_TABLE_IN_UPDATE: string; INVALID_FIELDS_IN_UPDATE: string; INVALID_UPDATE_INPUT: string; INVALID_RECORDS_UPDATE_INPUT: string; INVALID_GET_BY_ID_INPUT: string; INVALID_TOKENS_IN_GET: string; TOKENS_GET_COLUMN_NOT_SUPPORTED: string; REDACTION_WITH_TOKENS_NOT_SUPPORTED: string; INVALID_DELETE_INPUT: string; INVLAID_DELETE_RECORDS_INPUT: string; MISSING_ID_IN_DELETE: string; INVALID_ID_IN_DELETE: string; MISSING_TABLE_IN_DELETE: string; INVALID_TABLE_IN_DELETE: string; DELETE_REQUEST_REJECTED: string; DETOKENIZE_INVALID_REDACTION_TYPE: string; }; warnLogs: { GENERATE_BEARER_DEPRECATED: string; ISVALID_DEPRECATED: string; }; }; export default logs;