@accounter/modern-poalim-scraper
Version:
A new architecture for Israeli bank scrapers to hopefully merge into [Israeli-bank-scrapers](https://github.com/eshaham/israeli-bank-scrapers) when they are ready
1,390 lines • 68.2 kB
TypeScript
import type { Page } from 'puppeteer';
import type { IsracardDashboardMonth } from '../__generated__/isracardDashboardMonth.js';
export declare function isracard(page: Page, credentials: IsracardCredentials, options?: IsracardOptions): Promise<{
getMonthDashboard: (RequestedMonthDate: Date) => Promise<{
isValid: boolean;
errors: unknown;
data: IsracardDashboardMonth | null;
} | {
data: IsracardDashboardMonth | null;
}>;
getDashboards: () => Promise<({
isValid: boolean;
errors: unknown;
data: IsracardDashboardMonth | null;
} | {
data: IsracardDashboardMonth | null;
})[]>;
getMonthTransactions: (RequestedMonthDate: Date) => Promise<{
data: {
Header: {
Status: "1" | "-2";
Message: null;
ErrorPage?: string | undefined;
};
CardsTransactionsListBean: {
[x: string]: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
} | {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[] | {
currentId: string;
displayProperties: null;
holderId: null;
holderName: string;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: string | null;
totalEuro: string | null;
totalNis: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
EsbServicesCall: null;
clientIpAddress?: null | undefined;
}[];
EsbServicesCall: null;
card0: {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[];
card6Digits: string;
cardIdx: "0" | "0,1,2,3,4,5" | "0,1,2,3,4" | "0,1,2,3" | "0,1,2" | "0,1";
cardNumberList: string[];
cardNumberTail: string;
currentDate: string;
dateList: string[];
displayProperties: string;
endDate: null;
Index0: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
};
isButton: "false";
isCaptcha: "false";
isCashBack: "false";
isError: "false";
isShowDealsInboundForCharge: "yes" | "NO";
isShowDealsInboundForInfo: "NO";
isThereData: "1" | null;
isTooManyRecords: null;
message: null;
moed: string;
month: "10" | "11" | "12" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09";
payDay: "10" | "15" | "02" | null;
paymentPercent: null;
paymentSum: "000" | "280";
returnCode: null;
returnMessage: null;
selectedCardIndex: "0" | "1" | "2" | "3" | "4" | "5";
selectedCardInfo: string;
selectedDateIndex: "23" | "24";
siteName: null;
specificDate: null;
stage: null;
startDate: null;
tablePageNum: "0";
totalChargeDollar: null;
totalChargeEuro: null;
totalChargeNis: string | null;
totalDebit: null;
userId: string;
year: "2010" | "2011" | "2012" | "2013" | "2014" | "2015" | "2016" | "2017" | "2018" | "2019" | "2020" | "2021" | "2022" | "2023" | "2024" | "2025";
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: string | undefined;
};
} | null;
isValid: boolean;
errors: import("zod/v4/core/errors.cjs").$ZodIssue[] | null;
} | {
data: {
Header: {
Status: "1" | "-2";
Message: null;
ErrorPage?: string | undefined;
};
CardsTransactionsListBean: {
[x: string]: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
} | {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[] | {
currentId: string;
displayProperties: null;
holderId: null;
holderName: string;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: string | null;
totalEuro: string | null;
totalNis: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
EsbServicesCall: null;
clientIpAddress?: null | undefined;
}[];
EsbServicesCall: null;
card0: {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[];
card6Digits: string;
cardIdx: "0" | "0,1,2,3,4,5" | "0,1,2,3,4" | "0,1,2,3" | "0,1,2" | "0,1";
cardNumberList: string[];
cardNumberTail: string;
currentDate: string;
dateList: string[];
displayProperties: string;
endDate: null;
Index0: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
};
isButton: "false";
isCaptcha: "false";
isCashBack: "false";
isError: "false";
isShowDealsInboundForCharge: "yes" | "NO";
isShowDealsInboundForInfo: "NO";
isThereData: "1" | null;
isTooManyRecords: null;
message: null;
moed: string;
month: "10" | "11" | "12" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09";
payDay: "10" | "15" | "02" | null;
paymentPercent: null;
paymentSum: "000" | "280";
returnCode: null;
returnMessage: null;
selectedCardIndex: "0" | "1" | "2" | "3" | "4" | "5";
selectedCardInfo: string;
selectedDateIndex: "23" | "24";
siteName: null;
specificDate: null;
stage: null;
startDate: null;
tablePageNum: "0";
totalChargeDollar: null;
totalChargeEuro: null;
totalChargeNis: string | null;
totalDebit: null;
userId: string;
year: "2010" | "2011" | "2012" | "2013" | "2014" | "2015" | "2016" | "2017" | "2018" | "2019" | "2020" | "2021" | "2022" | "2023" | "2024" | "2025";
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: string | undefined;
};
} | null;
isValid: null;
errors?: never;
}>;
getTransactions: () => Promise<({
data: {
Header: {
Status: "1" | "-2";
Message: null;
ErrorPage?: string | undefined;
};
CardsTransactionsListBean: {
[x: string]: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
} | {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[] | {
currentId: string;
displayProperties: null;
holderId: null;
holderName: string;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: string | null;
totalEuro: string | null;
totalNis: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
EsbServicesCall: null;
clientIpAddress?: null | undefined;
}[];
EsbServicesCall: null;
card0: {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[];
card6Digits: string;
cardIdx: "0" | "0,1,2,3,4,5" | "0,1,2,3,4" | "0,1,2,3" | "0,1,2" | "0,1";
cardNumberList: string[];
cardNumberTail: string;
currentDate: string;
dateList: string[];
displayProperties: string;
endDate: null;
Index0: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
};
isButton: "false";
isCaptcha: "false";
isCashBack: "false";
isError: "false";
isShowDealsInboundForCharge: "yes" | "NO";
isShowDealsInboundForInfo: "NO";
isThereData: "1" | null;
isTooManyRecords: null;
message: null;
moed: string;
month: "10" | "11" | "12" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09";
payDay: "10" | "15" | "02" | null;
paymentPercent: null;
paymentSum: "000" | "280";
returnCode: null;
returnMessage: null;
selectedCardIndex: "0" | "1" | "2" | "3" | "4" | "5";
selectedCardInfo: string;
selectedDateIndex: "23" | "24";
siteName: null;
specificDate: null;
stage: null;
startDate: null;
tablePageNum: "0";
totalChargeDollar: null;
totalChargeEuro: null;
totalChargeNis: string | null;
totalDebit: null;
userId: string;
year: "2010" | "2011" | "2012" | "2013" | "2014" | "2015" | "2016" | "2017" | "2018" | "2019" | "2020" | "2021" | "2022" | "2023" | "2024" | "2025";
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: string | undefined;
};
} | null;
isValid: boolean;
errors: import("zod/v4/core/errors.cjs").$ZodIssue[] | null;
} | {
data: {
Header: {
Status: "1" | "-2";
Message: null;
ErrorPage?: string | undefined;
};
CardsTransactionsListBean: {
[x: string]: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
} | {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[] | {
currentId: string;
displayProperties: null;
holderId: null;
holderName: string;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: string | null;
totalEuro: string | null;
totalNis: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
EsbServicesCall: null;
clientIpAddress?: null | undefined;
}[];
EsbServicesCall: null;
card0: {
EsbServicesCall: null;
currentId: "0" | "1" | "2" | "3" | "4" | "5" | null;
displayProperties: null;
holderId: string;
holderName: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
message: null;
returnCode: null;
returnMessage: null;
siteName: null;
stage: null;
tablePageNum: "0";
totalDollar: "0" | null;
totalEuro: "0" | null;
totalNis: string | null;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: null | undefined;
}[];
card6Digits: string;
cardIdx: "0" | "0,1,2,3,4,5" | "0,1,2,3,4" | "0,1,2,3" | "0,1,2" | "0,1";
cardNumberList: string[];
cardNumberTail: string;
currentDate: string;
dateList: string[];
displayProperties: string;
endDate: null;
Index0: {
'@AllCards': "AllCards";
CurrentCardTransactions: {
'@cardTransactions': string;
txnAbroad?: {
EsbServicesCall: null;
adendum: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: string | null;
currencyId: "NIS" | "USD" | "EUR" | null;
currentPaymentCurrency: "NIS" | "USD" | "EUR" | "LEU" | "SUR" | "DKK" | "TRY" | "GBP" | "CHF" | "HUF" | "AUD" | "INR" | "HKD" | "YUN" | "JPY" | "SGD" | "OMR" | "CZE" | "NOK" | "THB" | "KOR" | "TWD" | "CDL" | "AUR" | "SER" | "PLZ" | "CAD" | "ISK" | null;
dealsInbound: null;
dealSum: null;
dealSumOutbound: string | null;
dealSumType: null;
displayProperties: null;
fullPaymentDate: string | null;
fullPurchaseDate: null;
fullPurchaseDateOutbound: string | null;
fullSupplierNameHeb: null;
fullSupplierNameOutbound: string;
horaatKeva: null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false";
isShowDealsOutbound: "_" | null;
isShowLinkForSupplierDetails: null;
message: null;
moreInfo: null;
paymentDate: string | null;
paymentSum: null;
paymentSumOutbound: string;
paymentSumSign: null;
purchaseDate: null;
purchaseDateOutbound: string | null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: null;
specificDate: null;
stage: null;
supplierId: null;
supplierName: null;
supplierNameOutbound: string;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: null;
voucherNumberRatzOutbound: string;
bcKey: null;
requestNumber: null;
accountErrorCode: null;
kodMatbeaMekori: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
txnInfo?: null | undefined;
txnIsrael?: {
EsbServicesCall: null;
accountErrorCode: null;
adendum: null;
bcKey: null;
cardIndex: "0" | "1" | "2" | "3" | "4" | "5";
city: null;
currencyId: "ש\"ח" | "דולר" | null;
currentPaymentCurrency: null;
dealsInbound: "yes" | "NO";
dealSum: string | null;
dealSumOutbound: null;
dealSumType: "1" | "T" | "P" | null;
displayProperties: null;
fullPaymentDate: null;
fullPurchaseDate: string | null;
fullPurchaseDateOutbound: null;
fullSupplierNameHeb: string | null;
fullSupplierNameOutbound: null;
horaatKeva: "K" | null;
isButton: "false";
isCaptcha: "false";
isError: "false";
isHoraatKeva: "false" | "true";
isShowDealsOutbound: null;
isShowLinkForSupplierDetails: "yes" | "NO";
kodMatbeaMekori: "ש\"ח" | "דולר" | null;
message: null;
moreInfo: string | null;
paymentDate: null;
paymentSum: string | null;
paymentSumOutbound: null;
paymentSumSign: "-" | null;
purchaseDate: string | null;
purchaseDateOutbound: null;
requestNumber: null;
returnCode: null;
returnMessage: null;
siteName: null;
solek: "_" | "T" | "K" | "I" | "L" | "V" | null;
specificDate: null;
stage: null;
supplierId: string | null;
supplierName: string | null;
supplierNameOutbound: null;
tablePageNum: "0";
voucherNumber: string | null;
voucherNumberRatz: string;
voucherNumberRatzOutbound: null;
clientIpAddress?: null | undefined;
}[] | null | undefined;
}[];
};
isButton: "false";
isCaptcha: "false";
isCashBack: "false";
isError: "false";
isShowDealsInboundForCharge: "yes" | "NO";
isShowDealsInboundForInfo: "NO";
isThereData: "1" | null;
isTooManyRecords: null;
message: null;
moed: string;
month: "10" | "11" | "12" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09";
payDay: "10" | "15" | "02" | null;
paymentPercent: null;
paymentSum: "000" | "280";
returnCode: null;
returnMessage: null;
selectedCardIndex: "0" | "1" | "2" | "3" | "4" | "5";
selectedCardInfo: string;
selectedDateIndex: "23" | "24";
siteName: null;
specificDate: null;
stage: null;
startDate: null;
tablePageNum: "0";
totalChargeDollar: null;
totalChargeEuro: null;
totalChargeNis: string | null;
totalDebit: null;
userId: string;
year: "2010" | "2011" | "2012" | "2013" | "2014" | "2015" | "2016" | "2017" | "2018" | "2019" | "2020" | "2021" | "2022" | "2023" | "2024" | "2025";
bcKey: null;
requestNumber: null;
accountErrorCode: null;
clientIpAddress?: string | undefined;
};
} | null;
isValid: null;
errors?: never;
})[]>;
}>;
export declare class IsracardOptions {
validateSchema: boolean;
duration?: number;
}
export declare class IsracardCredentials {
ID: string;
password: string;
card6Digits: string;
}