🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@bootpay/backend-js

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bootpay/backend-js - npm Package Compare versions

Comparing version
2.0.6
to
2.0.7
+11
-7
lib/response.d.ts

@@ -26,2 +26,4 @@ export interface AccessTokenResponseParameters {

status: number;
status_locale: string;
receipt_url?: string;
card_data?: CardData;

@@ -71,3 +73,3 @@ phone_data?: PhoneData;

card_interest: string;
receipt_url: string;
receipt_url?: string;
card_type?: string;

@@ -81,2 +83,3 @@ card_owner_type?: string;

phone?: string;
receipt_url?: string;
}

@@ -94,2 +97,3 @@ export interface BankData {

cash_receipt_no?: string;
receipt_url?: string;
}

@@ -142,7 +146,7 @@ export interface EscrowData {

card_expire_month: string;
price: number;
tax_free: number;
price?: number;
tax_free?: number;
extra: ExtraModel;
user: UserModel;
metadata: object;
metadata?: object;
}

@@ -171,3 +175,3 @@ export interface SubscriptionBillingResponseParameters {

price: number;
tax_free: number;
tax_free?: number;
card_quota?: string;

@@ -223,5 +227,5 @@ card_interest?: string;

receipt_id: string;
username: string;
username?: string;
email?: string;
phone: string;
phone?: string;
identity_no: string;

@@ -228,0 +232,0 @@ cash_receipt_type: '소득공제' | '지출증빙';

{
"name": "@bootpay/backend-js",
"version": "2.0.6",
"version": "2.0.7",
"description": "Bootpay Server Side Package for Node.js",
"main": "dist/bootpay.js",
"types": "dist/bootpay.d.ts",

@@ -7,0 +6,0 @@ "scripts": {