Comparing version 0.28.5 to 0.28.6
@@ -1307,4 +1307,2 @@ export declare type Maybe<T> = T | null; | ||
vatCutoffLine?: Maybe<Scalars['DateTime']>; | ||
/** @deprecated This field will be removed in an upcoming release */ | ||
taxCutoffLine?: Maybe<Scalars['DateTime']>; | ||
/** @deprecated This field will be removed in an upcoming release and should now be queried from "viewer.taxDetails.vatPaymentFrequency" */ | ||
@@ -1311,0 +1309,0 @@ vatPaymentFrequency?: Maybe<PaymentFrequency>; |
@@ -17,3 +17,3 @@ /* @flow */ | ||
export type Account = {| | ||
__typename?: 'Account', | ||
__typename?: 'Account', | ||
iban: $ElementType<Scalars, 'String'>, | ||
@@ -98,3 +98,3 @@ cardHolderRepresentation?: ?$ElementType<Scalars, 'String'>, | ||
export type AccountStats = {| | ||
__typename?: 'AccountStats', | ||
__typename?: 'AccountStats', | ||
/** The amount that is currently available on the bank account */ | ||
@@ -125,3 +125,3 @@ accountBalance: $ElementType<Scalars, 'Int'>, | ||
export type AvailableStatements = {| | ||
__typename?: 'AvailableStatements', | ||
__typename?: 'AvailableStatements', | ||
year: $ElementType<Scalars, 'Int'>, | ||
@@ -132,3 +132,3 @@ months: Array<$ElementType<Scalars, 'Int'>>, | ||
export type Banner = {| | ||
__typename?: 'Banner', | ||
__typename?: 'Banner', | ||
name: BannerName, | ||
@@ -157,3 +157,3 @@ dismissedAt?: ?$ElementType<Scalars, 'DateTime'>, | ||
export type BatchTransfer = {| | ||
__typename?: 'BatchTransfer', | ||
__typename?: 'BatchTransfer', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -176,3 +176,3 @@ status: BatchTransferStatus, | ||
export type Card = {| | ||
__typename?: 'Card', | ||
__typename?: 'Card', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -204,3 +204,3 @@ status: CardStatus, | ||
export type CardLimit = {| | ||
__typename?: 'CardLimit', | ||
__typename?: 'CardLimit', | ||
maxAmountCents: $ElementType<Scalars, 'Float'>, | ||
@@ -216,3 +216,3 @@ maxTransactions: $ElementType<Scalars, 'Float'>, | ||
export type CardLimits = {| | ||
__typename?: 'CardLimits', | ||
__typename?: 'CardLimits', | ||
daily: CardLimit, | ||
@@ -240,3 +240,3 @@ monthly: CardLimit, | ||
export type CardSettings = {| | ||
__typename?: 'CardSettings', | ||
__typename?: 'CardSettings', | ||
contactlessEnabled: $ElementType<Scalars, 'Boolean'>, | ||
@@ -279,3 +279,3 @@ cardPresentLimits?: ?CardLimits, | ||
export type Client = {| | ||
__typename?: 'Client', | ||
__typename?: 'Client', | ||
id: $ElementType<Scalars, 'ID'>, | ||
@@ -313,3 +313,3 @@ /** The URL to redirect to after authentication */ | ||
export type ConfirmationRequest = {| | ||
__typename?: 'ConfirmationRequest', | ||
__typename?: 'ConfirmationRequest', | ||
confirmationId: $ElementType<Scalars, 'String'>, | ||
@@ -321,3 +321,3 @@ |}; | ||
export type ConfirmationStatus = {| | ||
__typename?: 'ConfirmationStatus', | ||
__typename?: 'ConfirmationStatus', | ||
status: $ElementType<Scalars, 'String'>, | ||
@@ -327,3 +327,3 @@ |}; | ||
export type ConfirmFraudResponse = {| | ||
__typename?: 'ConfirmFraudResponse', | ||
__typename?: 'ConfirmFraudResponse', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -393,3 +393,3 @@ resolution: $ElementType<Scalars, 'String'>, | ||
export type DirectDebitFee = {| | ||
__typename?: 'DirectDebitFee', | ||
__typename?: 'DirectDebitFee', | ||
id: $ElementType<Scalars, 'Int'>, | ||
@@ -420,3 +420,3 @@ type: TransactionFeeType, | ||
export type GooglePayCardToken = {| | ||
__typename?: 'GooglePayCardToken', | ||
__typename?: 'GooglePayCardToken', | ||
walletId: $ElementType<Scalars, 'String'>, | ||
@@ -437,3 +437,3 @@ tokenRefId: $ElementType<Scalars, 'String'>, | ||
export type Icon = {| | ||
__typename?: 'Icon', | ||
__typename?: 'Icon', | ||
uri: $ElementType<Scalars, 'String'>, | ||
@@ -443,3 +443,3 @@ |}; | ||
export type IdentificationDetails = {| | ||
__typename?: 'IdentificationDetails', | ||
__typename?: 'IdentificationDetails', | ||
/** The link to use for IDNow identification */ | ||
@@ -488,3 +488,3 @@ link?: ?$ElementType<Scalars, 'String'>, | ||
export type Money = {| | ||
__typename?: 'Money', | ||
__typename?: 'Money', | ||
amount: $ElementType<Scalars, 'Int'>, | ||
@@ -496,3 +496,3 @@ fullAmount?: ?$ElementType<Scalars, 'Int'>, | ||
export type Mutation = {| | ||
__typename?: 'Mutation', | ||
__typename?: 'Mutation', | ||
/** Cancel an existing Timed Order or Standing Order */ | ||
@@ -760,3 +760,3 @@ cancelTransfer: ConfirmationRequestOrTransfer, | ||
export type MutationResult = {| | ||
__typename?: 'MutationResult', | ||
__typename?: 'MutationResult', | ||
success: $ElementType<Scalars, 'Boolean'>, | ||
@@ -1020,3 +1020,3 @@ |}; | ||
export type Notification = {| | ||
__typename?: 'Notification', | ||
__typename?: 'Notification', | ||
type: NotificationType, | ||
@@ -1039,3 +1039,3 @@ active: $ElementType<Scalars, 'Boolean'>, | ||
export type Overdraft = {| | ||
__typename?: 'Overdraft', | ||
__typename?: 'Overdraft', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -1068,3 +1068,3 @@ /** Overdraft status */ | ||
export type PageInfo = {| | ||
__typename?: 'PageInfo', | ||
__typename?: 'PageInfo', | ||
startCursor?: ?$ElementType<Scalars, 'String'>, | ||
@@ -1106,3 +1106,3 @@ endCursor?: ?$ElementType<Scalars, 'String'>, | ||
export type Query = {| | ||
__typename?: 'Query', | ||
__typename?: 'Query', | ||
/** The current user information */ | ||
@@ -1114,3 +1114,3 @@ viewer?: ?User, | ||
export type ReferralDetails = {| | ||
__typename?: 'ReferralDetails', | ||
__typename?: 'ReferralDetails', | ||
code?: ?$ElementType<Scalars, 'String'>, | ||
@@ -1140,3 +1140,3 @@ link?: ?$ElementType<Scalars, 'String'>, | ||
export type SepaTransfer = {| | ||
__typename?: 'SepaTransfer', | ||
__typename?: 'SepaTransfer', | ||
/** The status of the SEPA Transfer */ | ||
@@ -1184,3 +1184,3 @@ status: SepaTransferStatus, | ||
export type Subscription = {| | ||
__typename?: 'Subscription', | ||
__typename?: 'Subscription', | ||
newTransaction: Transaction, | ||
@@ -1190,3 +1190,3 @@ |}; | ||
export type SubscriptionFeature = {| | ||
__typename?: 'SubscriptionFeature', | ||
__typename?: 'SubscriptionFeature', | ||
title: $ElementType<Scalars, 'String'>, | ||
@@ -1197,3 +1197,3 @@ icon?: ?Icon, | ||
export type SubscriptionFeatureGroup = {| | ||
__typename?: 'SubscriptionFeatureGroup', | ||
__typename?: 'SubscriptionFeatureGroup', | ||
title?: ?$ElementType<Scalars, 'String'>, | ||
@@ -1205,3 +1205,3 @@ icon?: ?Icon, | ||
export type SubscriptionPlan = {| | ||
__typename?: 'SubscriptionPlan', | ||
__typename?: 'SubscriptionPlan', | ||
type: PurchaseType, | ||
@@ -1218,3 +1218,3 @@ subtitle?: ?$ElementType<Scalars, 'String'>, | ||
export type SystemStatus = {| | ||
__typename?: 'SystemStatus', | ||
__typename?: 'SystemStatus', | ||
type?: ?Status, | ||
@@ -1232,3 +1232,3 @@ message?: ?$ElementType<Scalars, 'String'>, | ||
export type TaxYearSetting = {| | ||
__typename?: 'TaxYearSetting', | ||
__typename?: 'TaxYearSetting', | ||
/** Tax year the individual settings apply to */ | ||
@@ -1252,3 +1252,3 @@ year: $ElementType<Scalars, 'Int'>, | ||
export type Transaction = {| | ||
__typename?: 'Transaction', | ||
__typename?: 'Transaction', | ||
id: $ElementType<Scalars, 'ID'>, | ||
@@ -1340,3 +1340,3 @@ /** The amount of the transaction in cents */ | ||
export type TransactionFee = {| | ||
__typename?: 'TransactionFee', | ||
__typename?: 'TransactionFee', | ||
type: TransactionFeeType, | ||
@@ -1446,3 +1446,3 @@ status: TransactionFeeStatus, | ||
export type TransactionsConnection = {| | ||
__typename?: 'TransactionsConnection', | ||
__typename?: 'TransactionsConnection', | ||
edges: Array<TransactionsConnectionEdge>, | ||
@@ -1453,3 +1453,3 @@ pageInfo: PageInfo, | ||
export type TransactionsConnectionEdge = {| | ||
__typename?: 'TransactionsConnectionEdge', | ||
__typename?: 'TransactionsConnectionEdge', | ||
node: Transaction, | ||
@@ -1460,3 +1460,3 @@ cursor: $ElementType<Scalars, 'String'>, | ||
export type TransactionSplit = {| | ||
__typename?: 'TransactionSplit', | ||
__typename?: 'TransactionSplit', | ||
id: $ElementType<Scalars, 'Int'>, | ||
@@ -1469,3 +1469,3 @@ amount: $ElementType<Scalars, 'Int'>, | ||
export type Transfer = {| | ||
__typename?: 'Transfer', | ||
__typename?: 'Transfer', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -1499,3 +1499,3 @@ /** The name of the transfer recipient */ | ||
export type TransfersConnection = {| | ||
__typename?: 'TransfersConnection', | ||
__typename?: 'TransfersConnection', | ||
edges: Array<TransfersConnectionEdge>, | ||
@@ -1506,3 +1506,3 @@ pageInfo: PageInfo, | ||
export type TransfersConnectionEdge = {| | ||
__typename?: 'TransfersConnectionEdge', | ||
__typename?: 'TransfersConnectionEdge', | ||
node: Transfer, | ||
@@ -1535,3 +1535,3 @@ cursor: $ElementType<Scalars, 'String'>, | ||
export type TransferSuggestion = {| | ||
__typename?: 'TransferSuggestion', | ||
__typename?: 'TransferSuggestion', | ||
iban: $ElementType<Scalars, 'String'>, | ||
@@ -1567,3 +1567,3 @@ name: $ElementType<Scalars, 'String'>, | ||
export type UpdateSubscriptionPlanResult = {| | ||
__typename?: 'UpdateSubscriptionPlanResult', | ||
__typename?: 'UpdateSubscriptionPlanResult', | ||
newPlan: $ElementType<Scalars, 'String'>, | ||
@@ -1606,7 +1606,6 @@ previousPlans: Array<PurchaseType>, | ||
export type User = {| | ||
__typename?: 'User', | ||
__typename?: 'User', | ||
email: $ElementType<Scalars, 'String'>, | ||
createdAt: $ElementType<Scalars, 'DateTime'>, | ||
vatCutoffLine?: ?$ElementType<Scalars, 'DateTime'>, | ||
taxCutoffLine?: ?$ElementType<Scalars, 'DateTime'>, | ||
vatPaymentFrequency?: ?PaymentFrequency, | ||
@@ -1692,3 +1691,3 @@ taxPaymentFrequency?: ?TaxPaymentFrequency, | ||
export type UserIntegration = {| | ||
__typename?: 'UserIntegration', | ||
__typename?: 'UserIntegration', | ||
type: IntegrationType, | ||
@@ -1700,3 +1699,3 @@ hasAccount: $ElementType<Scalars, 'Boolean'>, | ||
export type UserMetadata = {| | ||
__typename?: 'UserMetadata', | ||
__typename?: 'UserMetadata', | ||
currentTermsAccepted: $ElementType<Scalars, 'Boolean'>, | ||
@@ -1727,3 +1726,3 @@ acceptedTermsVersion?: ?$ElementType<Scalars, 'String'>, | ||
export type UserSubscription = {| | ||
__typename?: 'UserSubscription', | ||
__typename?: 'UserSubscription', | ||
/** The type of the plans a user has subscribed to */ | ||
@@ -1736,3 +1735,3 @@ type: PurchaseType, | ||
export type UserTaxDetails = {| | ||
__typename?: 'UserTaxDetails', | ||
__typename?: 'UserTaxDetails', | ||
adjustAdvancePayments: $ElementType<Scalars, 'Boolean'>, | ||
@@ -1751,3 +1750,3 @@ lastTaxPaymentDate?: ?$ElementType<Scalars, 'DateTime'>, | ||
export type WhitelistCardResponse = {| | ||
__typename?: 'WhitelistCardResponse', | ||
__typename?: 'WhitelistCardResponse', | ||
id: $ElementType<Scalars, 'String'>, | ||
@@ -1768,3 +1767,3 @@ resolution: $ElementType<Scalars, 'String'>, | ||
export type WirecardDetails = {| | ||
__typename?: 'WirecardDetails', | ||
__typename?: 'WirecardDetails', | ||
cardStatus: WirecardCardStatus, | ||
@@ -1771,0 +1770,0 @@ directDebitMandateAccepted: $ElementType<Scalars, 'Boolean'>, |
@@ -54,3 +54,3 @@ "use strict"; | ||
var model_1 = require("./model"); | ||
var GET_USER = "query {\n viewer {\n birthDate\n birthPlace\n businessPurpose\n city\n companyType\n country\n createdAt\n economicSector\n email\n firstName\n gender\n identificationLink\n identificationStatus\n isUSPerson\n lastName\n mobileNumber\n nationality\n otherEconomicSector\n postCode\n publicId\n referralCode\n street\n taxCutoffLine\n taxPaymentFrequency\n taxRate\n untrustedPhoneNumber\n vatCutoffLine\n vatNumber\n vatPaymentFrequency\n vatRate\n }\n}"; | ||
var GET_USER = "query {\n viewer {\n birthDate\n birthPlace\n businessPurpose\n city\n companyType\n country\n createdAt\n economicSector\n email\n firstName\n gender\n identificationLink\n identificationStatus\n isUSPerson\n lastName\n mobileNumber\n nationality\n otherEconomicSector\n postCode\n publicId\n referralCode\n street\n taxPaymentFrequency\n taxRate\n untrustedPhoneNumber\n vatCutoffLine\n vatNumber\n vatPaymentFrequency\n vatRate\n }\n}"; | ||
var User = /** @class */ (function (_super) { | ||
@@ -57,0 +57,0 @@ __extends(User, _super); |
{ | ||
"name": "kontist", | ||
"version": "0.28.5", | ||
"version": "0.28.6", | ||
"description": "Kontist client SDK", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
609470
10129