/*******************************************************************************
 * Copyright 2013-2023 Aerospike, Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

#pragma once

#include <node.h>

#define TTL_NAMESPACE_DEFAULT 0
#define TTL_NEVER_EXPIRE -1
#define TTL_DONT_UPDATE -2
#define TTL_CLIENT_DEFAULT -3

v8::Local<v8::Object> auth_mode_enum_values();
v8::Local<v8::Object> bitwise_enum_values();
v8::Local<v8::Object> ctxType();
v8::Local<v8::Object> cdtOpContext();
v8::Local<v8::Object> cdt_opcode_values();
v8::Local<v8::Object> generation_policy_values();
v8::Local<v8::Object> hll_enum_values();
v8::Local<v8::Object> indexDataType();
v8::Local<v8::Object> indexType();
v8::Local<v8::Object> jobStatus();
v8::Local<v8::Object> key_policy_values();
v8::Local<v8::Object> languages();
v8::Local<v8::Object> list_enum_values();
v8::Local<v8::Object> log_enum_values();
v8::Local<v8::Object> map_enum_values();
v8::Local<v8::Object> policy();
v8::Local<v8::Object> predicates();
v8::Local<v8::Object> retry_policy_values();
v8::Local<v8::Object> status();
v8::Local<v8::Object> ttl_enum_values();
v8::Local<v8::Object> batchTypes();
v8::Local<v8::Object> queryDuration();
v8::Local<v8::Object> pathModifyFlags();
v8::Local<v8::Object> pathSelectFlags();
v8::Local<v8::Object> privilegeCode();
v8::Local<v8::Object> expReadFlags();
v8::Local<v8::Object> expWriteFlags();
v8::Local<v8::Object> abortStatus();
v8::Local<v8::Object> commitStatus();
v8::Local<v8::Object> txnState();
v8::Local<v8::Object> txnCapacity();
