lightrail-client
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -24,3 +24,3 @@ import * as transactions from "./cardTransactions"; | ||
export declare function cancelCard(card: string | Card, userSuppliedId: string): Promise<Card>; | ||
export declare function activeCard(card: string | Card, userSuppliedId: string): Promise<Transaction>; | ||
export declare function activateCard(card: string | Card, userSuppliedId: string): Promise<Transaction>; | ||
/** | ||
@@ -27,0 +27,0 @@ * Get cardId from the string (as the ID itself) or Card object. |
@@ -115,3 +115,3 @@ "use strict"; | ||
exports.cancelCard = cancelCard; | ||
function activeCard(card, userSuppliedId) { | ||
function activateCard(card, userSuppliedId) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -126,3 +126,3 @@ const cardId = getCardId(card); | ||
} | ||
exports.activeCard = activeCard; | ||
exports.activateCard = activateCard; | ||
/** | ||
@@ -129,0 +129,0 @@ * Get cardId from the string (as the ID itself) or Card object. |
{ | ||
"name": "lightrail-client", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A Javascript and Typescript client for Lightrail", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48303