lightrail-client
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -15,3 +15,3 @@ import * as transactions from "./cardTransactions"; | ||
export declare function createCard(params: CreateCardParams): Promise<Card>; | ||
export declare function getCards(params: GetCardsParams & PaginationParams): Promise<{ | ||
export declare function getCards(params: GetCardsParams | PaginationParams): Promise<{ | ||
cards: Card[]; | ||
@@ -18,0 +18,0 @@ pagination: Pagination; |
@@ -13,3 +13,3 @@ import { Card } from "./model/Card"; | ||
export declare function getTransaction(card: string | Card, transaction: string | Transaction): Promise<Transaction>; | ||
export declare function getTransactions(card: string | Card, params: GetTransactionsParams & PaginationParams): Promise<{ | ||
export declare function getTransactions(card: string | Card, params: GetTransactionsParams | PaginationParams): Promise<{ | ||
transactions: Transaction[]; | ||
@@ -16,0 +16,0 @@ pagination: Pagination; |
@@ -10,3 +10,3 @@ import { Transaction } from "./model/Transaction"; | ||
export declare function getTransaction(fullcode: string, pin: string, transaction: string | Transaction): Promise<Transaction>; | ||
export declare function getTransactions(fullcode: string, pin: string, params: GetTransactionsParams & PaginationParams): Promise<{ | ||
export declare function getTransactions(fullcode: string, pin: string, params: GetTransactionsParams | PaginationParams): Promise<{ | ||
transactions: Transaction[]; | ||
@@ -13,0 +13,0 @@ pagination: Pagination; |
@@ -15,3 +15,3 @@ import { Pagination } from "./model/Pagination"; | ||
}): Promise<Contact>; | ||
export declare function getContacts(params?: GetContactsParams & PaginationParams): Promise<{ | ||
export declare function getContacts(params?: GetContactsParams | PaginationParams): Promise<{ | ||
contacts: Contact[]; | ||
@@ -18,0 +18,0 @@ pagination: Pagination; |
@@ -5,5 +5,5 @@ import { GetProgramParams } from "./params/GetProgramParams"; | ||
import { Pagination } from "./model/Pagination"; | ||
export declare function getPrograms(params: GetProgramParams & PaginationParams): Promise<{ | ||
export declare function getPrograms(params: GetProgramParams | PaginationParams): Promise<{ | ||
programs: Program[]; | ||
pagination: Pagination; | ||
}>; |
@@ -8,3 +8,3 @@ import { Card } from "./model/Card"; | ||
export declare function createValueStore(card: string | Card, params: CreateValueStoreParams): Promise<ValueStore>; | ||
export declare function getValueStores(card: string | Card, params: GetValueStoresParams & PaginationParams): Promise<{ | ||
export declare function getValueStores(card: string | Card, params: GetValueStoresParams | PaginationParams): Promise<{ | ||
valueStores: ValueStore[]; | ||
@@ -11,0 +11,0 @@ pagination: Pagination; |
{ | ||
"name": "lightrail-client", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"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