You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ggez-banking-sdk

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggez-banking-sdk - npm Package Compare versions

Comparing version

to
0.0.79

4

dist/bank-system/constants/enum.d.ts

@@ -1111,4 +1111,4 @@ export declare enum RequestStatus {

export declare enum PromotionVisibility {
Invite = 1,
Public = 2
Public = 1,
Invite = 2
}

@@ -1115,0 +1115,0 @@ export declare enum PromotionStatus {

@@ -20,3 +20,3 @@ import { PromotionType, PromotionVisibility, PromotionStatus, PromotionGames, GGEZGiftType, OrderStatus } from "../constants";

type: PromotionType;
referral_user_id?: string;
referral_code?: string;
visibility: PromotionVisibility;

@@ -23,0 +23,0 @@ status: PromotionStatus;

{
"name": "ggez-banking-sdk",
"version": "0.0.78",
"version": "0.0.79",
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display