New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@loyaltyvip/sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loyaltyvip/sdk

Typed, zero-dependency TypeScript/JavaScript client for the LoyaltyVIP API (casino player intelligence: directory, tiers, trips, offers, comps, tax).

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@loyaltyvip/sdk

Typed, zero-dependency TypeScript/JavaScript client for the LoyaltyVIP API. Node 18+ and modern browsers.

npm i @loyaltyvip/sdk
import { LoyaltyVIP } from "@loyaltyvip/sdk";

const lv = new LoyaltyVIP(); // public directory needs no key
const { data } = await lv.searchCasinos({ state: "NV", has_rewards: true });

const me = new LoyaltyVIP({ apiKey: process.env.LOYALTYVIP_API_KEY });
await me.player("tier_status");        // full action API
await me.taxReport("generate_summary", { tax_year: 2025 }); // scope: tax

Methods: searchCasinos, getCasino, listRewardsPrograms, getRewardsProgram (public); me, tiers, trips, offers, player, comp, predict, tierMatch, taxReport (API key). Errors throw LoyaltyVIPError (status, code, message, docs).

Get a key at https://loyaltyvip.com/dashboard/developer. Docs: https://loyaltyvip.com/developers · OpenAPI: https://loyaltyvip.com/openapi.json.

MIT © movaMedia.

Keywords

loyaltyvip

FAQs

Package last updated on 20 Jun 2026

Related posts