@spritz-finance/service-client 0.2.71 → 0.2.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69,24 +69,20 @@ export declare enum AccountSyncStatus {
|
|
|
69
69
|
Syncing = "Syncing",
|
|
70
70
|
Unavailable = "Unavailable"
|
|
71
71
|
}
|
|
72
|
-
export declare enum AccountType {
|
|
73
|
-
Business = "BUSINESS",
|
|
74
|
-
Checking = "CHECKING",
|
|
75
|
-
Savings = "SAVINGS"
|
|
76
|
-
}
|
|
77
72
|
export type AccountTypePayable = {
|
|
78
73
|
__typename?: 'AccountTypePayable';
|
|
79
74
|
country: Scalars['String']['output'];
|
|
80
75
|
provider: AccountProvider;
|
|
81
76
|
type: AccountPaymentType;
|
|
82
77
|
};
|
|
83
|
-
export type
|
|
84
|
-
__typename?: '
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
78
|
+
export type Address = {
|
|
79
|
+
__typename?: 'Address';
|
|
80
|
+
city?: Maybe<Scalars['String']['output']>;
|
|
81
|
+
countryCode?: Maybe<Scalars['String']['output']>;
|
|
82
|
+
postalCode?: Maybe<Scalars['String']['output']>;
|
|
83
|
+
street?: Maybe<Scalars['String']['output']>;
|
|
84
|
+
street2?: Maybe<Scalars['String']['output']>;
|
|
85
|
+
subdivision?: Maybe<Scalars['String']['output']>;
|
|
90
86
|
};
|
|
91
87
|
export type AddTransactionToPaymentInput = {
|
|
92
88
|
directPaymentId: Scalars['String']['input'];
|
|
@@ -112,6 +108,12 @@ export declare enum AppDomain {
|
|
|
112
108
|
Quickswap = "QUICKSWAP",
|
|
113
109
|
Spritz = "SPRITZ"
|
|
114
110
|
}
|
|
111
|
+
export type AvailableVirtualCardType = {
|
|
112
|
+
__typename?: 'AvailableVirtualCardType';
|
|
113
|
+
country: Scalars['String']['output'];
|
|
114
|
+
provider: AccountProvider;
|
|
115
|
+
type: Scalars['String']['output'];
|
|
116
|
+
};
|
|
115
117
|
export type BankAccount = PayableAccount & {
|
|
116
118
|
__typename?: 'BankAccount';
|
|
117
119
|
accountNumber: Scalars['String']['output'];
|
|
@@ -124,16 +126,22 @@ export type BankAccount = PayableAccount & {
|
|
|
124
126
|
currency: Scalars['String']['output'];
|
|
125
127
|
dataSync?: Maybe<AccountDataSync>;
|
|
126
128
|
email: Scalars['String']['output'];
|
|
129
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
127
130
|
holder: Scalars['String']['output'];
|
|
128
131
|
id: Scalars['ID']['output'];
|
|
129
132
|
institution?: Maybe<PayableAccountInstitution>;
|
|
130
133
|
mask?: Maybe<Scalars['String']['output']>;
|
|
131
134
|
name?: Maybe<Scalars['String']['output']>;
|
|
135
|
+
originalName?: Maybe<Scalars['String']['output']>;
|
|
132
136
|
originator: PayableAccountOriginator;
|
|
133
137
|
ownedByUser: Scalars['Boolean']['output'];
|
|
138
|
+
payable: Scalars['Boolean']['output'];
|
|
134
139
|
paymentCount?: Maybe<Scalars['Int']['output']>;
|
|
140
|
+
testPaymentAvailable: Scalars['Boolean']['output'];
|
|
135
141
|
type: PayableAccountType;
|
|
142
|
+
user: User;
|
|
136
143
|
userId: Scalars['String']['output'];
|
|
144
|
+
verifying: Scalars['Boolean']['output'];
|
|
137
145
|
};
|
|
138
146
|
export type BankAccountDetails = CanadianBankAccountDetails | UsBankAccountDetails;
|
|
139
147
|
export type BankAccountFeatures = UsBankAccountFeatures;
|
|
@@ -184,46 +192,20 @@ export type Bill = PayableAccount & {
|
|
|
184
192
|
createdAt: Scalars['DateTime']['output'];
|
|
185
193
|
currency: Scalars['String']['output'];
|
|
186
194
|
dataSync?: Maybe<AccountDataSync>;
|
|
195
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
187
196
|
id: Scalars['ID']['output'];
|
|
188
197
|
institution?: Maybe<PayableAccountInstitution>;
|
|
189
198
|
mask?: Maybe<Scalars['String']['output']>;
|
|
190
199
|
name?: Maybe<Scalars['String']['output']>;
|
|
200
|
+
originalName?: Maybe<Scalars['String']['output']>;
|
|
191
201
|
originator: PayableAccountOriginator;
|
|
202
|
+
payable: Scalars['Boolean']['output'];
|
|
192
203
|
paymentCount?: Maybe<Scalars['Int']['output']>;
|
|
193
|
-
type: PayableAccountType;
|
|
194
|
-
userId: Scalars['String']['output'];
|
|
195
|
-
};
|
|
196
|
-
export type BillAccount = {
|
|
197
|
-
__typename?: 'BillAccount';
|
|
198
|
-
accountId: Scalars['String']['output'];
|
|
199
|
-
amountDue?: Maybe<Scalars['Float']['output']>;
|
|
200
|
-
balance?: Maybe<Scalars['Float']['output']>;
|
|
201
|
-
canReceive: Scalars['Boolean']['output'];
|
|
202
|
-
connected: Scalars['Boolean']['output'];
|
|
203
|
-
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
204
|
-
destinationAccountId?: Maybe<Scalars['String']['output']>;
|
|
205
|
-
id: Scalars['ID']['output'];
|
|
206
|
-
institution?: Maybe<BillAccountInstitution>;
|
|
207
|
-
lastPaymentAmount?: Maybe<Scalars['Float']['output']>;
|
|
208
|
-
lastPaymentDate?: Maybe<Scalars['DateTime']['output']>;
|
|
209
|
-
lastStatementBalance?: Maybe<Scalars['Float']['output']>;
|
|
210
|
-
lastSync?: Maybe<Scalars['DateTime']['output']>;
|
|
211
|
-
manual?: Maybe<Scalars['Boolean']['output']>;
|
|
212
|
-
mask?: Maybe<Scalars['String']['output']>;
|
|
213
|
-
name: Scalars['String']['output'];
|
|
214
|
-
nextPaymentDueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
215
|
-
nextPaymentMinimumAmount?: Maybe<Scalars['Float']['output']>;
|
|
216
|
-
openedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
217
|
-
originalName: Scalars['String']['output'];
|
|
218
|
-
payments?: Maybe<Scalars['Int']['output']>;
|
|
219
|
-
provider: AccountProvider;
|
|
220
|
-
remainingStatementBalance?: Maybe<Scalars['Float']['output']>;
|
|
221
|
-
syncStatus: BillSyncStatus;
|
|
222
204
|
testPaymentAvailable: Scalars['Boolean']['output'];
|
|
223
|
-
type:
|
|
205
|
+
type: PayableAccountType;
|
|
224
206
|
user: User;
|
|
225
|
-
userId: Scalars['
|
|
226
|
-
|
|
207
|
+
userId: Scalars['String']['output'];
|
|
208
|
+
verifying: Scalars['Boolean']['output'];
|
|
227
209
|
};
|
|
228
210
|
export type BillAccountDetails = {
|
|
229
211
|
__typename?: 'BillAccountDetails';
|
|
@@ -232,20 +214,10 @@ export type BillAccountDetails = {
|
|
|
232
214
|
lastPaymentAmount?: Maybe<Scalars['Float']['output']>;
|
|
233
215
|
lastPaymentDate?: Maybe<Scalars['DateTime']['output']>;
|
|
234
216
|
lastStatementBalance?: Maybe<Scalars['Float']['output']>;
|
|
235
|
-
lastSync?: Maybe<Scalars['DateTime']['output']>;
|
|
236
217
|
nextPaymentDueDate?: Maybe<Scalars['DateTime']['output']>;
|
|
237
218
|
nextPaymentMinimumAmount?: Maybe<Scalars['Float']['output']>;
|
|
238
219
|
openedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
239
220
|
remainingStatementBalance?: Maybe<Scalars['Float']['output']>;
|
|
240
|
-
syncStatus?: Maybe<AccountSyncStatus>;
|
|
241
|
-
};
|
|
242
|
-
export type BillAccountInstitution = {
|
|
243
|
-
__typename?: 'BillAccountInstitution';
|
|
244
|
-
id: Scalars['ID']['output'];
|
|
245
|
-
institutionId: Scalars['String']['output'];
|
|
246
|
-
logo?: Maybe<Scalars['String']['output']>;
|
|
247
|
-
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
248
|
-
name: Scalars['String']['output'];
|
|
249
221
|
};
|
|
250
222
|
export type BillingInfo = {
|
|
251
223
|
__typename?: 'BillingInfo';
|
|
@@ -257,6 +229,7 @@ export type BillingInfo = {
|
|
|
257
229
|
export type BillInstitution = PayableAccountInstitution & {
|
|
258
230
|
__typename?: 'BillInstitution';
|
|
259
231
|
accountNumberFormats: Array<Scalars['String']['output']>;
|
|
232
|
+
billTypes: Array<Scalars['String']['output']>;
|
|
260
233
|
country: Scalars['String']['output'];
|
|
261
234
|
createdAt: Scalars['DateTime']['output'];
|
|
262
235
|
currency: Scalars['String']['output'];
|
|
@@ -269,12 +242,6 @@ export type BillModule = {
|
|
|
269
242
|
payableTypes: Array<AccountTypePayable>;
|
|
270
243
|
status: ModuleStatus;
|
|
271
244
|
};
|
|
272
|
-
export declare enum BillSyncStatus {
|
|
273
|
-
Complete = "Complete",
|
|
274
|
-
Error = "Error",
|
|
275
|
-
InProgress = "InProgress",
|
|
276
|
-
Unavailable = "Unavailable"
|
|
277
|
-
}
|
|
278
245
|
export declare enum BillType {
|
|
279
246
|
AutoLoan = "AutoLoan",
|
|
280
247
|
CreditCard = "CreditCard",
|
|
@@ -289,6 +256,14 @@ export type BrexBalance = {
|
|
|
289
256
|
__typename?: 'BrexBalance';
|
|
290
257
|
available: Scalars['Float']['output'];
|
|
291
258
|
};
|
|
259
|
+
export type BusinessIdentity = {
|
|
260
|
+
__typename?: 'BusinessIdentity';
|
|
261
|
+
address?: Maybe<Address>;
|
|
262
|
+
dba?: Maybe<Scalars['String']['output']>;
|
|
263
|
+
ein?: Maybe<Scalars['String']['output']>;
|
|
264
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
265
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
266
|
+
};
|
|
292
267
|
export type CanadianBankAccountDetails = {
|
|
293
268
|
__typename?: 'CanadianBankAccountDetails';
|
|
294
269
|
institutionNumber: Scalars['Float']['output'];
|
|
@@ -309,22 +284,6 @@ export type CardTransaction = {
|
|
|
309
284
|
description: Scalars['String']['output'];
|
|
310
285
|
timestamp: Scalars['DateTime']['output'];
|
|
311
286
|
};
|
|
312
|
-
export type CheckbookAccount = {
|
|
313
|
-
__typename?: 'CheckbookAccount';
|
|
314
|
-
accountNumber: Scalars['String']['output'];
|
|
315
|
-
createdAt: Scalars['DateTime']['output'];
|
|
316
|
-
email: Scalars['String']['output'];
|
|
317
|
-
holder: Scalars['String']['output'];
|
|
318
|
-
id: Scalars['ID']['output'];
|
|
319
|
-
institution?: Maybe<AchInstitution>;
|
|
320
|
-
institutionId?: Maybe<Scalars['ObjectId']['output']>;
|
|
321
|
-
isRTPEnabled: Scalars['Boolean']['output'];
|
|
322
|
-
name: Scalars['String']['output'];
|
|
323
|
-
ownedByUser: Scalars['Boolean']['output'];
|
|
324
|
-
routingNumber: Scalars['String']['output'];
|
|
325
|
-
type: AccountType;
|
|
326
|
-
userId: Scalars['ObjectId']['output'];
|
|
327
|
-
};
|
|
328
287
|
export type CheckbookAddress = {
|
|
329
288
|
__typename?: 'CheckbookAddress';
|
|
330
289
|
city: Scalars['String']['output'];
|
|
@@ -417,15 +376,6 @@ export type CognitoKycFlowTemplate = {
|
|
|
417
376
|
id: Scalars['ID']['output'];
|
|
418
377
|
version: Scalars['Int']['output'];
|
|
419
378
|
};
|
|
420
|
-
export type CreateAccountInput = {
|
|
421
|
-
accountNumber: Scalars['String']['input'];
|
|
422
|
-
email: Scalars['String']['input'];
|
|
423
|
-
holder: Scalars['String']['input'];
|
|
424
|
-
name: Scalars['String']['input'];
|
|
425
|
-
ownedByUser?: InputMaybe<Scalars['Boolean']['input']>;
|
|
426
|
-
routingNumber: Scalars['String']['input'];
|
|
427
|
-
type: AccountType;
|
|
428
|
-
};
|
|
429
379
|
export type CreateDirectPaymentInput = {
|
|
430
380
|
accountId: Scalars['String']['input'];
|
|
431
381
|
amount: Scalars['Float']['input'];
|
|
@@ -469,11 +419,10 @@ export type CryptoExchangeRate = {
|
|
|
469
419
|
};
|
|
470
420
|
export type DirectPayment = {
|
|
471
421
|
__typename?: 'DirectPayment';
|
|
472
|
-
account
|
|
422
|
+
account?: Maybe<BasicPayableAccount>;
|
|
473
423
|
accountId: Scalars['ObjectId']['output'];
|
|
474
424
|
amount: Scalars['Float']['output'];
|
|
475
425
|
amountDue: Scalars['Float']['output'];
|
|
476
|
-
bill?: Maybe<BillAccount>;
|
|
477
426
|
createdAt: Scalars['DateTime']['output'];
|
|
478
427
|
currentTime?: Maybe<Scalars['DateTime']['output']>;
|
|
479
428
|
feeAmount?: Maybe<Scalars['Float']['output']>;
|
|
@@ -545,6 +494,7 @@ export type GasSpeed = {
|
|
|
545
494
|
};
|
|
546
495
|
export type GrowsurfParticipant = {
|
|
547
496
|
__typename?: 'GrowsurfParticipant';
|
|
497
|
+
checkedFeeRewards: Scalars['Boolean']['output'];
|
|
548
498
|
email: Scalars['String']['output'];
|
|
549
499
|
fraudRiskLevel: Scalars['String']['output'];
|
|
550
500
|
id: Scalars['ID']['output'];
|
|
@@ -574,6 +524,8 @@ export type GrowsurfReferralStats = {
|
|
|
574
524
|
};
|
|
575
525
|
export type IdentityModule = {
|
|
576
526
|
__typename?: 'IdentityModule';
|
|
527
|
+
accountType?: Maybe<Scalars['String']['output']>;
|
|
528
|
+
business?: Maybe<BusinessIdentity>;
|
|
577
529
|
country?: Maybe<Scalars['String']['output']>;
|
|
578
530
|
sessionId?: Maybe<Scalars['String']['output']>;
|
|
579
531
|
status: ModuleStatus;
|
|
@@ -602,6 +554,15 @@ export type KycStatus = {
|
|
|
602
554
|
id: Scalars['ID']['output'];
|
|
603
555
|
signature: Scalars['String']['output'];
|
|
604
556
|
};
|
|
557
|
+
export type LiquidityLimits = {
|
|
558
|
+
__typename?: 'LiquidityLimits';
|
|
559
|
+
checkbookHighWaterMark: Scalars['Float']['output'];
|
|
560
|
+
checkbookLowWaterMark: Scalars['Float']['output'];
|
|
561
|
+
};
|
|
562
|
+
export type LiquidityLimitsInput = {
|
|
563
|
+
checkbookHighWaterMark: Scalars['Float']['input'];
|
|
564
|
+
checkbookLowWaterMark: Scalars['Float']['input'];
|
|
565
|
+
};
|
|
605
566
|
export type MemberReferralStats = {
|
|
606
567
|
__typename?: 'MemberReferralStats';
|
|
607
568
|
allTimeEarnings: Scalars['Float']['output'];
|
|
@@ -651,7 +612,6 @@ export type MethodFiAccount = {
|
|
|
651
612
|
connected?: Maybe<Scalars['Boolean']['output']>;
|
|
652
613
|
holder_id: Scalars['String']['output'];
|
|
653
614
|
id: Scalars['ID']['output'];
|
|
654
|
-
institution?: Maybe<MethodFiMerchant>;
|
|
655
615
|
integrationId?: Maybe<Scalars['String']['output']>;
|
|
656
616
|
integrationType?: Maybe<Scalars['String']['output']>;
|
|
657
617
|
liability?: Maybe<MethodFiLiability>;
|
|
@@ -794,21 +754,21 @@ export declare enum ModuleStatus {
|
|
|
794
754
|
}
|
|
795
755
|
export type Mutation = {
|
|
796
756
|
__typename?: 'Mutation';
|
|
797
|
-
addAccount: MethodFiAccount;
|
|
798
757
|
addAffiliateReferralCode: Scalars['Boolean']['output'];
|
|
799
758
|
addAssociatedWallet: Scalars['Boolean']['output'];
|
|
800
759
|
addSignupCode: Scalars['Boolean']['output'];
|
|
801
760
|
/** @deprecated No longer used */
|
|
802
761
|
addTransactionToDirectPayment: DirectPayment;
|
|
762
|
+
addUSBill: Bill;
|
|
803
763
|
adminCreateDirectPayment: DirectPayment;
|
|
804
764
|
adminIssuePayment?: Maybe<Payment>;
|
|
765
|
+
adminResyncUserProviders?: Maybe<Verification>;
|
|
805
766
|
approvePaymentReversal: Scalars['Boolean']['output'];
|
|
767
|
+
changeBillType: Bill;
|
|
806
768
|
checkbookNotifyFunding: Scalars['Boolean']['output'];
|
|
807
769
|
checkbookSendQueuedPayments?: Maybe<Array<CheckbookPayment>>;
|
|
808
|
-
connectBills: Scalars['Boolean']['output'];
|
|
809
770
|
createApiToken: ApiToken;
|
|
810
771
|
createApiTokenFor?: Maybe<ApiToken>;
|
|
811
|
-
createCheckbookAccount: CheckbookAccount;
|
|
812
772
|
createDirectPayment: DirectPayment;
|
|
813
773
|
createGrowsurfParticipant?: Maybe<GrowsurfParticipant>;
|
|
814
774
|
createIntegrationToken: IntegrationToken;
|
|
@@ -818,16 +778,14 @@ export type Mutation = {
|
|
|
818
778
|
createUSBankAccount: BankAccount;
|
|
819
779
|
createUser: User;
|
|
820
780
|
createUSVirtualDebitCard: VirtualCard;
|
|
821
|
-
createVirtualCard: CheckbookVirtualCard;
|
|
822
|
-
deleteBill: Scalars['Boolean']['output'];
|
|
823
|
-
deleteCheckbookAccount: CheckbookAccount;
|
|
824
781
|
deleteDirectPayment: Scalars['Boolean']['output'];
|
|
825
782
|
deletePayableAccount: PayableAccount;
|
|
826
783
|
deleteSubscription: Scalars['Boolean']['output'];
|
|
827
784
|
disableUser?: Maybe<Verification>;
|
|
828
|
-
disconnectBill: Scalars['Boolean']['output'];
|
|
829
785
|
flushBalances: Array<TokenBalance>;
|
|
830
786
|
forcePayment: Payment;
|
|
787
|
+
forceStrictVerification?: Maybe<Verification>;
|
|
788
|
+
forceStrictVerificationUser?: Maybe<Verification>;
|
|
831
789
|
grantCredit: RewardTransaction;
|
|
832
790
|
kycStatusSetUserCompleted: KycStatus;
|
|
833
791
|
lockEntityAuth: MethodFiEntity;
|
|
@@ -837,15 +795,15 @@ export type Mutation = {
|
|
|
837
795
|
refreshEntities: Scalars['Boolean']['output'];
|
|
838
796
|
refundPayment: Payment;
|
|
839
797
|
refundPaymentWithCredits: Payment;
|
|
840
|
-
renameBill: BillAccount;
|
|
841
|
-
renameCheckbookAccount: CheckbookAccount;
|
|
842
798
|
renamePayableAccount: PayableAccount;
|
|
843
799
|
resetEntity: Scalars['Boolean']['output'];
|
|
800
|
+
restartFlow: Verification;
|
|
844
801
|
resubmitEntityVerification: Scalars['Boolean']['output'];
|
|
845
|
-
resyncEntityAccounts: Scalars['Boolean']['output'];
|
|
846
802
|
retrySubscriptionCharge: Scalars['Boolean']['output'];
|
|
847
803
|
revokeApiToken: Scalars['Boolean']['output'];
|
|
804
|
+
setLiquidityLimits: LiquidityLimits;
|
|
848
805
|
setupWallet: Scalars['Boolean']['output'];
|
|
806
|
+
setUserAccountType: User;
|
|
849
807
|
setUserLimits: PricingUser;
|
|
850
808
|
setUserPricing: PricingUser;
|
|
851
809
|
setVerificationStatus?: Maybe<Verification>;
|
|
@@ -853,16 +811,10 @@ export type Mutation = {
|
|
|
853
811
|
updateAnalyticsSession?: Maybe<User>;
|
|
854
812
|
updateAppDomain: Scalars['Boolean']['output'];
|
|
855
813
|
updateAttributionSource?: Maybe<User>;
|
|
856
|
-
updateBillType: BillAccount;
|
|
857
814
|
updateCurrentUser: User;
|
|
858
815
|
updateEntityAuthentication?: Maybe<MethodFiEntity>;
|
|
859
816
|
updateUserTimezone: User;
|
|
860
817
|
};
|
|
861
|
-
export type MutationAddAccountArgs = {
|
|
862
|
-
accountId: Scalars['String']['input'];
|
|
863
|
-
merchantId: Scalars['String']['input'];
|
|
864
|
-
type?: InputMaybe<BillType>;
|
|
865
|
-
};
|
|
866
818
|
export type MutationAddAffiliateReferralCodeArgs = {
|
|
867
819
|
referralCode: Scalars['String']['input'];
|
|
868
820
|
};
|
|
@@ -875,6 +827,11 @@ export type MutationAddSignupCodeArgs = {
|
|
|
875
827
|
export type MutationAddTransactionToDirectPaymentArgs = {
|
|
876
828
|
addTransactionToPaymentInput: AddTransactionToPaymentInput;
|
|
877
829
|
};
|
|
830
|
+
export type MutationAddUsBillArgs = {
|
|
831
|
+
accountNumber: Scalars['String']['input'];
|
|
832
|
+
institutionId: Scalars['String']['input'];
|
|
833
|
+
type?: InputMaybe<BillType>;
|
|
834
|
+
};
|
|
878
835
|
export type MutationAdminCreateDirectPaymentArgs = {
|
|
879
836
|
createDirectPaymentInput: CreateDirectPaymentInput;
|
|
880
837
|
userId: Scalars['String']['input'];
|
|
@@ -882,24 +839,25 @@ export type MutationAdminCreateDirectPaymentArgs = {
|
|
|
882
839
|
export type MutationAdminIssuePaymentArgs = {
|
|
883
840
|
issuePaymentInput: AdminIssuePaymentInput;
|
|
884
841
|
};
|
|
842
|
+
export type MutationAdminResyncUserProvidersArgs = {
|
|
843
|
+
userId: Scalars['String']['input'];
|
|
844
|
+
};
|
|
885
845
|
export type MutationApprovePaymentReversalArgs = {
|
|
886
846
|
paymentId: Scalars['String']['input'];
|
|
887
847
|
};
|
|
848
|
+
export type MutationChangeBillTypeArgs = {
|
|
849
|
+
accountId: Scalars['String']['input'];
|
|
850
|
+
billType: BillType;
|
|
851
|
+
};
|
|
888
852
|
export type MutationCheckbookNotifyFundingArgs = {
|
|
889
853
|
notifyFundingInput: CheckbookNotifyFundingInput;
|
|
890
854
|
};
|
|
891
855
|
export type MutationCheckbookSendQueuedPaymentsArgs = {
|
|
892
856
|
checkbookSendQueuedPaymentsInput?: InputMaybe<CheckbookSendQueuedPaymentsInput>;
|
|
893
857
|
};
|
|
894
|
-
export type MutationConnectBillsArgs = {
|
|
895
|
-
accountIds: Array<Scalars['String']['input']>;
|
|
896
|
-
};
|
|
897
858
|
export type MutationCreateApiTokenForArgs = {
|
|
898
859
|
userId: Scalars['String']['input'];
|
|
899
860
|
};
|
|
900
|
-
export type MutationCreateCheckbookAccountArgs = {
|
|
901
|
-
createAccountInput: CreateAccountInput;
|
|
902
|
-
};
|
|
903
861
|
export type MutationCreateDirectPaymentArgs = {
|
|
904
862
|
createDirectPaymentInput: CreateDirectPaymentInput;
|
|
905
863
|
};
|
|
@@ -923,13 +881,6 @@ export type MutationCreateUsBankAccountArgs = {
|
|
|
923
881
|
export type MutationCreateUserArgs = {
|
|
924
882
|
createUser: CreateUserInput;
|
|
925
883
|
};
|
|
926
|
-
export type MutationDeleteBillArgs = {
|
|
927
|
-
accountId: Scalars['String']['input'];
|
|
928
|
-
provider?: InputMaybe<AccountProvider>;
|
|
929
|
-
};
|
|
930
|
-
export type MutationDeleteCheckbookAccountArgs = {
|
|
931
|
-
accountId: Scalars['String']['input'];
|
|
932
|
-
};
|
|
933
884
|
export type MutationDeleteDirectPaymentArgs = {
|
|
934
885
|
directPaymentId: Scalars['String']['input'];
|
|
935
886
|
};
|
|
@@ -942,16 +893,15 @@ export type MutationDeleteSubscriptionArgs = {
|
|
|
942
893
|
export type MutationDisableUserArgs = {
|
|
943
894
|
userId: Scalars['String']['input'];
|
|
944
895
|
};
|
|
945
|
-
export type MutationDisconnectBillArgs = {
|
|
946
|
-
accountId: Scalars['String']['input'];
|
|
947
|
-
provider?: InputMaybe<AccountProvider>;
|
|
948
|
-
};
|
|
949
896
|
export type MutationFlushBalancesArgs = {
|
|
950
897
|
addresses: Array<Scalars['String']['input']>;
|
|
951
898
|
};
|
|
952
899
|
export type MutationForcePaymentArgs = {
|
|
953
900
|
paymentId: Scalars['String']['input'];
|
|
954
901
|
};
|
|
902
|
+
export type MutationForceStrictVerificationArgs = {
|
|
903
|
+
userId: Scalars['String']['input'];
|
|
904
|
+
};
|
|
955
905
|
export type MutationGrantCreditArgs = {
|
|
956
906
|
amount: Scalars['Float']['input'];
|
|
957
907
|
category?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -975,15 +925,6 @@ export type MutationRefundPaymentArgs = {
|
|
|
975
925
|
export type MutationRefundPaymentWithCreditsArgs = {
|
|
976
926
|
refundPaymentInput: RefundPaymentWithCreditsInput;
|
|
977
927
|
};
|
|
978
|
-
export type MutationRenameBillArgs = {
|
|
979
|
-
accountId: Scalars['String']['input'];
|
|
980
|
-
name: Scalars['String']['input'];
|
|
981
|
-
provider?: InputMaybe<AccountProvider>;
|
|
982
|
-
};
|
|
983
|
-
export type MutationRenameCheckbookAccountArgs = {
|
|
984
|
-
accountId: Scalars['String']['input'];
|
|
985
|
-
name: Scalars['String']['input'];
|
|
986
|
-
};
|
|
987
928
|
export type MutationRenamePayableAccountArgs = {
|
|
988
929
|
accountId: Scalars['String']['input'];
|
|
989
930
|
name: Scalars['String']['input'];
|
|
@@ -991,11 +932,12 @@ export type MutationRenamePayableAccountArgs = {
|
|
|
991
932
|
export type MutationResetEntityArgs = {
|
|
992
933
|
userId: Scalars['String']['input'];
|
|
993
934
|
};
|
|
994
|
-
export type
|
|
935
|
+
export type MutationRestartFlowArgs = {
|
|
936
|
+
flowId: Scalars['String']['input'];
|
|
995
937
|
userId: Scalars['String']['input'];
|
|
996
938
|
};
|
|
997
|
-
export type
|
|
998
|
-
|
|
939
|
+
export type MutationResubmitEntityVerificationArgs = {
|
|
940
|
+
userId: Scalars['String']['input'];
|
|
999
941
|
};
|
|
1000
942
|
export type MutationRetrySubscriptionChargeArgs = {
|
|
1001
943
|
subscriptionId: Scalars['String']['input'];
|
|
@@ -1003,10 +945,17 @@ export type MutationRetrySubscriptionChargeArgs = {
|
|
|
1003
945
|
export type MutationRevokeApiTokenArgs = {
|
|
1004
946
|
token: Scalars['String']['input'];
|
|
1005
947
|
};
|
|
948
|
+
export type MutationSetLiquidityLimitsArgs = {
|
|
949
|
+
limits: LiquidityLimitsInput;
|
|
950
|
+
};
|
|
1006
951
|
export type MutationSetupWalletArgs = {
|
|
1007
952
|
account?: InputMaybe<Scalars['String']['input']>;
|
|
1008
953
|
network: Scalars['String']['input'];
|
|
1009
954
|
};
|
|
955
|
+
export type MutationSetUserAccountTypeArgs = {
|
|
956
|
+
accountType: Scalars['String']['input'];
|
|
957
|
+
userId: Scalars['String']['input'];
|
|
958
|
+
};
|
|
1010
959
|
export type MutationSetUserLimitsArgs = {
|
|
1011
960
|
input: SetUserLimitsInput;
|
|
1012
961
|
};
|
|
@@ -1031,11 +980,6 @@ export type MutationUpdateAppDomainArgs = {
|
|
|
1031
980
|
export type MutationUpdateAttributionSourceArgs = {
|
|
1032
981
|
attributionSource: Scalars['String']['input'];
|
|
1033
982
|
};
|
|
1034
|
-
export type MutationUpdateBillTypeArgs = {
|
|
1035
|
-
accountId: Scalars['String']['input'];
|
|
1036
|
-
provider?: InputMaybe<AccountProvider>;
|
|
1037
|
-
type: BillType;
|
|
1038
|
-
};
|
|
1039
983
|
export type MutationUpdateCurrentUserArgs = {
|
|
1040
984
|
userUpdate: UpdateCurrentUserInput;
|
|
1041
985
|
};
|
|
@@ -1074,14 +1018,20 @@ export type PayableAccount = {
|
|
|
1074
1018
|
createdAt: Scalars['DateTime']['output'];
|
|
1075
1019
|
currency: Scalars['String']['output'];
|
|
1076
1020
|
dataSync?: Maybe<AccountDataSync>;
|
|
1021
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
1077
1022
|
id: Scalars['ID']['output'];
|
|
1078
1023
|
institution?: Maybe<PayableAccountInstitution>;
|
|
1079
1024
|
mask?: Maybe<Scalars['String']['output']>;
|
|
1080
1025
|
name?: Maybe<Scalars['String']['output']>;
|
|
1026
|
+
originalName?: Maybe<Scalars['String']['output']>;
|
|
1081
1027
|
originator: PayableAccountOriginator;
|
|
1028
|
+
payable: Scalars['Boolean']['output'];
|
|
1082
1029
|
paymentCount?: Maybe<Scalars['Int']['output']>;
|
|
1030
|
+
testPaymentAvailable: Scalars['Boolean']['output'];
|
|
1083
1031
|
type: PayableAccountType;
|
|
1032
|
+
user: User;
|
|
1084
1033
|
userId: Scalars['String']['output'];
|
|
1034
|
+
verifying: Scalars['Boolean']['output'];
|
|
1085
1035
|
};
|
|
1086
1036
|
export type PayableAccountInstitution = {
|
|
1087
1037
|
country: Scalars['String']['output'];
|
|
@@ -1103,9 +1053,8 @@ export declare enum PayableAccountType {
|
|
|
1103
1053
|
export type Payment = {
|
|
1104
1054
|
__typename?: 'Payment';
|
|
1105
1055
|
account?: Maybe<BasicPayableAccount>;
|
|
1106
|
-
accountId
|
|
1056
|
+
accountId: Scalars['ObjectId']['output'];
|
|
1107
1057
|
amount?: Maybe<Scalars['Float']['output']>;
|
|
1108
|
-
bill?: Maybe<BillAccount>;
|
|
1109
1058
|
createdAt: Scalars['DateTime']['output'];
|
|
1110
1059
|
deliveryDate?: Maybe<Scalars['DateTime']['output']>;
|
|
1111
1060
|
directPayment?: Maybe<DirectPayment>;
|
|
@@ -1114,7 +1063,6 @@ export type Payment = {
|
|
|
1114
1063
|
externalPaymentId?: Maybe<Scalars['ObjectId']['output']>;
|
|
1115
1064
|
feeAmount?: Maybe<Scalars['Float']['output']>;
|
|
1116
1065
|
id: Scalars['ID']['output'];
|
|
1117
|
-
paymentDestination?: Maybe<PaymentDestination>;
|
|
1118
1066
|
paymentProvider: PaymentProvider;
|
|
1119
1067
|
refund?: Maybe<PaymentRefund>;
|
|
1120
1068
|
rewardsAmount?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1125,7 +1073,6 @@ export type Payment = {
|
|
|
1125
1073
|
user: User;
|
|
1126
1074
|
userId: Scalars['ObjectId']['output'];
|
|
1127
1075
|
};
|
|
1128
|
-
export type PaymentDestination = CheckbookAccount | CheckbookVirtualCard | MethodFiAccount;
|
|
1129
1076
|
export type PaymentEventToken = {
|
|
1130
1077
|
__typename?: 'PaymentEventToken';
|
|
1131
1078
|
address: Scalars['String']['output'];
|
|
@@ -1210,15 +1157,6 @@ export declare enum PaymentType {
|
|
|
1210
1157
|
DirectPayment = "DIRECT_PAYMENT",
|
|
1211
1158
|
ScheduledPayment = "SCHEDULED_PAYMENT"
|
|
1212
1159
|
}
|
|
1213
|
-
export type PopularBill = {
|
|
1214
|
-
__typename?: 'PopularBill';
|
|
1215
|
-
count: Scalars['Int']['output'];
|
|
1216
|
-
id: Scalars['ID']['output'];
|
|
1217
|
-
institution: BillAccountInstitution;
|
|
1218
|
-
merchantId: Scalars['String']['output'];
|
|
1219
|
-
name: Scalars['String']['output'];
|
|
1220
|
-
type: BillType;
|
|
1221
|
-
};
|
|
1222
1160
|
export type PricingUser = {
|
|
1223
1161
|
__typename?: 'PricingUser';
|
|
1224
1162
|
dailyLimit?: Maybe<Scalars['Float']['output']>;
|
|
@@ -1229,8 +1167,6 @@ export type PricingUser = {
|
|
|
1229
1167
|
};
|
|
1230
1168
|
export type Query = {
|
|
1231
1169
|
__typename?: 'Query';
|
|
1232
|
-
achInstitution?: Maybe<AchInstitution>;
|
|
1233
|
-
activeBills: Array<BillAccount>;
|
|
1234
1170
|
adminCheckbookVirtualCard?: Maybe<CheckbookVirtualCard>;
|
|
1235
1171
|
adminDirectPayment?: Maybe<DirectPayment>;
|
|
1236
1172
|
adminDirectPayments: Array<DirectPayment>;
|
|
@@ -1238,23 +1174,23 @@ export type Query = {
|
|
|
1238
1174
|
adminPaymentsCount: Scalars['Int']['output'];
|
|
1239
1175
|
adminRecentPayments: Array<Payment>;
|
|
1240
1176
|
adminTransactionPrice: Scalars['Float']['output'];
|
|
1177
|
+
adminUtxoInvoices: Array<UtxoInvoice>;
|
|
1241
1178
|
apiTokens: Array<ApiToken>;
|
|
1242
1179
|
bankAccounts: Array<BankAccount>;
|
|
1243
|
-
|
|
1244
|
-
/** @deprecated Use billAccounts instead */
|
|
1245
|
-
bills: Array<BillAccount>;
|
|
1180
|
+
bills: Array<Bill>;
|
|
1246
1181
|
brexBalance: BrexBalance;
|
|
1247
1182
|
checkbookPrefundedAccountBalance?: Maybe<Scalars['Float']['output']>;
|
|
1248
1183
|
checkbookVirtualCard?: Maybe<CheckbookVirtualCard>;
|
|
1184
|
+
checkPayment?: Maybe<UtxoInvoice>;
|
|
1249
1185
|
circleBalances: CircleBalances;
|
|
1250
1186
|
coinbaseBalance: Scalars['Float']['output'];
|
|
1251
1187
|
cryptoExchangeRate: CryptoExchangeRate;
|
|
1188
|
+
/** @deprecated no longer in use */
|
|
1252
1189
|
directPayment?: Maybe<DirectPayment>;
|
|
1253
1190
|
directPayments: Array<DirectPayment>;
|
|
1254
1191
|
findByWalletAddress: Array<User>;
|
|
1255
1192
|
gasPrice?: Maybe<GasPrice>;
|
|
1256
1193
|
getMethodFiAuthToken?: Maybe<Scalars['String']['output']>;
|
|
1257
|
-
getPayableAccounts: Array<BasicPayableAccount>;
|
|
1258
1194
|
getSpritzSourceAccount?: Maybe<MethodFiAccount>;
|
|
1259
1195
|
getUser: User;
|
|
1260
1196
|
getUserByEmail: User;
|
|
@@ -1262,9 +1198,12 @@ export type Query = {
|
|
|
1262
1198
|
getUsers: Array<User>;
|
|
1263
1199
|
growsurfParticipant?: Maybe<GrowsurfParticipant>;
|
|
1264
1200
|
growsurfSecret?: Maybe<Scalars['String']['output']>;
|
|
1201
|
+
/** @deprecated No longer used */
|
|
1265
1202
|
hasBillPayPayments: Scalars['Boolean']['output'];
|
|
1203
|
+
/** @deprecated No longer used */
|
|
1266
1204
|
hasPayments: Scalars['Boolean']['output'];
|
|
1267
1205
|
integrators: Array<Integrator>;
|
|
1206
|
+
liquidityLimits: LiquidityLimits;
|
|
1268
1207
|
me: User;
|
|
1269
1208
|
memberStats?: Maybe<MemberReferralStats>;
|
|
1270
1209
|
merchants: Array<MethodFiMerchant>;
|
|
@@ -1275,6 +1214,7 @@ export type Query = {
|
|
|
1275
1214
|
methodFiEntity?: Maybe<MethodFiEntity>;
|
|
1276
1215
|
methodFiWebhooks: Array<MethodFiWebhook>;
|
|
1277
1216
|
notifications: Array<UserNotification>;
|
|
1217
|
+
/** @deprecated no longer in use */
|
|
1278
1218
|
outstandingDirectPayments: Array<DirectPayment>;
|
|
1279
1219
|
paginatedRewardTransactions: PaginatedRewardTransaction;
|
|
1280
1220
|
payableAccounts: Array<PayableAccount>;
|
|
@@ -1285,15 +1225,15 @@ export type Query = {
|
|
|
1285
1225
|
payments: Array<Payment>;
|
|
1286
1226
|
paymentsForAccount: Array<Payment>;
|
|
1287
1227
|
paymentsInProgress: Array<Payment>;
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
popularMerchants: Array<MethodFiMerchant>;
|
|
1228
|
+
pendingVerificationBills: Array<Bill>;
|
|
1229
|
+
popularUSBillInstitutions: Array<PayableAccountInstitution>;
|
|
1291
1230
|
referralStats?: Maybe<GrowsurfReferralStats>;
|
|
1292
1231
|
reversals: MethodFiReversal;
|
|
1293
1232
|
rewardsBalance: Scalars['Float']['output'];
|
|
1294
1233
|
rewardTransactions: Array<RewardTransaction>;
|
|
1295
1234
|
scheduledPayments: Array<Payment>;
|
|
1296
1235
|
sdkConfig: Array<Scalars['String']['output']>;
|
|
1236
|
+
searchUSBillInstitutions: Array<BillInstitution>;
|
|
1297
1237
|
spritzPayParams: PaymentParams;
|
|
1298
1238
|
subscriptions: Array<PaymentSubscription>;
|
|
1299
1239
|
tokenBalances: Array<TokenBalance>;
|
|
@@ -1301,13 +1241,16 @@ export type Query = {
|
|
|
1301
1241
|
transactionPrice: Scalars['Float']['output'];
|
|
1302
1242
|
transactions: Array<Transaction>;
|
|
1303
1243
|
transactionVolume: Scalars['Float']['output'];
|
|
1244
|
+
tronBalance: Array<TronBalance>;
|
|
1245
|
+
usBankAccountInstitution?: Maybe<BankAccountInstitution>;
|
|
1304
1246
|
/** @deprecated Use bankAccounts instead */
|
|
1305
1247
|
userBankAccounts: Array<BankAccount>;
|
|
1306
|
-
|
|
1248
|
+
userPayableAccounts: Array<PayableAccount>;
|
|
1307
1249
|
userPayment: Payment;
|
|
1308
1250
|
userPayments: Array<Payment>;
|
|
1309
1251
|
userUpcomingPayments: Array<Payment>;
|
|
1310
1252
|
userVerification?: Maybe<Verification>;
|
|
1253
|
+
userVirtualDebitCard?: Maybe<VirtualCard>;
|
|
1311
1254
|
utxoBalance: UtxoBalance;
|
|
1312
1255
|
validateReferralCode: Scalars['Boolean']['output'];
|
|
1313
1256
|
verification?: Maybe<Verification>;
|
|
@@ -1319,9 +1262,6 @@ export type Query = {
|
|
|
1319
1262
|
virtualCards: Array<CheckbookVirtualCard>;
|
|
1320
1263
|
virtualDebitCard?: Maybe<VirtualCard>;
|
|
1321
1264
|
};
|
|
1322
|
-
export type QueryAchInstitutionArgs = {
|
|
1323
|
-
routingNumber: Scalars['String']['input'];
|
|
1324
|
-
};
|
|
1325
1265
|
export type QueryAdminCheckbookVirtualCardArgs = {
|
|
1326
1266
|
userId: Scalars['String']['input'];
|
|
1327
1267
|
};
|
|
@@ -1347,6 +1287,9 @@ export type QueryAdminTransactionPriceArgs = {
|
|
|
1347
1287
|
amount: Scalars['Float']['input'];
|
|
1348
1288
|
userId: Scalars['String']['input'];
|
|
1349
1289
|
};
|
|
1290
|
+
export type QueryCheckPaymentArgs = {
|
|
1291
|
+
address: Scalars['String']['input'];
|
|
1292
|
+
};
|
|
1350
1293
|
export type QueryCryptoExchangeRateArgs = {
|
|
1351
1294
|
amount?: InputMaybe<Scalars['Float']['input']>;
|
|
1352
1295
|
base?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1361,9 +1304,6 @@ export type QueryFindByWalletAddressArgs = {
|
|
|
1361
1304
|
export type QueryGasPriceArgs = {
|
|
1362
1305
|
network: Scalars['String']['input'];
|
|
1363
1306
|
};
|
|
1364
|
-
export type QueryGetPayableAccountsArgs = {
|
|
1365
|
-
accountIds: Array<Scalars['String']['input']>;
|
|
1366
|
-
};
|
|
1367
1307
|
export type QueryGetUserArgs = {
|
|
1368
1308
|
userId: Scalars['String']['input'];
|
|
1369
1309
|
};
|
|
@@ -1408,8 +1348,12 @@ export type QueryPaymentsArgs = {
|
|
|
1408
1348
|
export type QueryPaymentsForAccountArgs = {
|
|
1409
1349
|
accountId: Scalars['String']['input'];
|
|
1410
1350
|
};
|
|
1411
|
-
export type
|
|
1412
|
-
|
|
1351
|
+
export type QueryPopularUsBillInstitutionsArgs = {
|
|
1352
|
+
billType?: InputMaybe<BillType>;
|
|
1353
|
+
};
|
|
1354
|
+
export type QuerySearchUsBillInstitutionsArgs = {
|
|
1355
|
+
billType?: InputMaybe<BillType>;
|
|
1356
|
+
searchTerm: Scalars['String']['input'];
|
|
1413
1357
|
};
|
|
1414
1358
|
export type QuerySpritzPayParamsArgs = {
|
|
1415
1359
|
amount: Scalars['Float']['input'];
|
|
@@ -1431,7 +1375,13 @@ export type QueryTransactionPriceArgs = {
|
|
|
1431
1375
|
export type QueryTransactionsArgs = {
|
|
1432
1376
|
address: Scalars['String']['input'];
|
|
1433
1377
|
};
|
|
1434
|
-
export type
|
|
1378
|
+
export type QueryTronBalanceArgs = {
|
|
1379
|
+
address: Scalars['String']['input'];
|
|
1380
|
+
};
|
|
1381
|
+
export type QueryUsBankAccountInstitutionArgs = {
|
|
1382
|
+
routingNumber: Scalars['String']['input'];
|
|
1383
|
+
};
|
|
1384
|
+
export type QueryUserPayableAccountsArgs = {
|
|
1435
1385
|
userId: Scalars['String']['input'];
|
|
1436
1386
|
};
|
|
1437
1387
|
export type QueryUserPaymentArgs = {
|
|
@@ -1446,6 +1396,9 @@ export type QueryUserUpcomingPaymentsArgs = {
|
|
|
1446
1396
|
export type QueryUserVerificationArgs = {
|
|
1447
1397
|
userId: Scalars['String']['input'];
|
|
1448
1398
|
};
|
|
1399
|
+
export type QueryUserVirtualDebitCardArgs = {
|
|
1400
|
+
userId: Scalars['String']['input'];
|
|
1401
|
+
};
|
|
1449
1402
|
export type QueryUtxoBalanceArgs = {
|
|
1450
1403
|
address: Scalars['String']['input'];
|
|
1451
1404
|
network: Scalars['String']['input'];
|
|
@@ -1611,6 +1564,13 @@ export type TransactionLog = {
|
|
|
1611
1564
|
transactionHash?: Maybe<Scalars['String']['output']>;
|
|
1612
1565
|
transactionIndex?: Maybe<Scalars['String']['output']>;
|
|
1613
1566
|
};
|
|
1567
|
+
export type TronBalance = {
|
|
1568
|
+
__typename?: 'TronBalance';
|
|
1569
|
+
address: Scalars['String']['output'];
|
|
1570
|
+
amount: Scalars['Float']['output'];
|
|
1571
|
+
tokenAddress: Scalars['String']['output'];
|
|
1572
|
+
tokenSymbol: Scalars['String']['output'];
|
|
1573
|
+
};
|
|
1614
1574
|
/** Fields to update on userClient */
|
|
1615
1575
|
export type UpdateCurrentUserInput = {
|
|
1616
1576
|
dob?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1638,6 +1598,7 @@ export type UsBankAccountInput = {
|
|
|
1638
1598
|
};
|
|
1639
1599
|
export type User = {
|
|
1640
1600
|
__typename?: 'User';
|
|
1601
|
+
accountType?: Maybe<Scalars['String']['output']>;
|
|
1641
1602
|
appDomain?: Maybe<AppDomain>;
|
|
1642
1603
|
associatedWallets: Array<Scalars['String']['output']>;
|
|
1643
1604
|
attributionSource?: Maybe<Scalars['String']['output']>;
|
|
@@ -1689,16 +1650,20 @@ export type UtxoInvoice = {
|
|
|
1689
1650
|
address: Scalars['String']['output'];
|
|
1690
1651
|
amount: Scalars['Float']['output'];
|
|
1691
1652
|
amountFiat: Scalars['Float']['output'];
|
|
1653
|
+
directPayment: DirectPayment;
|
|
1692
1654
|
expiry: Scalars['DateTime']['output'];
|
|
1693
1655
|
network: Scalars['String']['output'];
|
|
1694
1656
|
paymentReference: Scalars['ObjectId']['output'];
|
|
1695
1657
|
status: UtxoInvoiceStatus;
|
|
1658
|
+
symbol?: Maybe<Scalars['String']['output']>;
|
|
1659
|
+
tokenAddress?: Maybe<Scalars['String']['output']>;
|
|
1696
1660
|
transaction?: Maybe<UtxoTransaction>;
|
|
1697
1661
|
};
|
|
1698
1662
|
export declare enum UtxoInvoiceStatus {
|
|
1699
1663
|
Confirmed = "CONFIRMED",
|
|
1700
1664
|
Created = "CREATED",
|
|
1701
|
-
Pending = "PENDING"
|
|
1665
|
+
Pending = "PENDING",
|
|
1666
|
+
Transferred = "TRANSFERRED"
|
|
1702
1667
|
}
|
|
1703
1668
|
export type UtxoTransaction = {
|
|
1704
1669
|
__typename?: 'UtxoTransaction';
|
|
@@ -1713,9 +1678,13 @@ export type Verification = {
|
|
|
1713
1678
|
__typename?: 'Verification';
|
|
1714
1679
|
bankAccount: BankAccountModule;
|
|
1715
1680
|
bills: BillModule;
|
|
1681
|
+
checkbookUser?: Maybe<CheckbookUser>;
|
|
1682
|
+
flows: Array<CognitoKycFlow>;
|
|
1716
1683
|
identity: IdentityModule;
|
|
1684
|
+
methodFiEntity?: Maybe<MethodFiEntity>;
|
|
1717
1685
|
signature: Scalars['String']['output'];
|
|
1718
1686
|
userId: Scalars['ObjectId']['output'];
|
|
1687
|
+
virtualCard: VirtualCardModule;
|
|
1719
1688
|
};
|
|
1720
1689
|
export type VirtualCard = PayableAccount & {
|
|
1721
1690
|
__typename?: 'VirtualCard';
|
|
@@ -1725,17 +1694,28 @@ export type VirtualCard = PayableAccount & {
|
|
|
1725
1694
|
createdAt: Scalars['DateTime']['output'];
|
|
1726
1695
|
currency: Scalars['String']['output'];
|
|
1727
1696
|
dataSync?: Maybe<AccountDataSync>;
|
|
1697
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
1728
1698
|
id: Scalars['ID']['output'];
|
|
1729
1699
|
institution?: Maybe<PayableAccountInstitution>;
|
|
1730
1700
|
mask?: Maybe<Scalars['String']['output']>;
|
|
1731
1701
|
name?: Maybe<Scalars['String']['output']>;
|
|
1702
|
+
originalName?: Maybe<Scalars['String']['output']>;
|
|
1732
1703
|
originator: PayableAccountOriginator;
|
|
1704
|
+
payable: Scalars['Boolean']['output'];
|
|
1733
1705
|
paymentCount?: Maybe<Scalars['Int']['output']>;
|
|
1734
1706
|
renderSecret?: Maybe<Scalars['String']['output']>;
|
|
1707
|
+
testPaymentAvailable: Scalars['Boolean']['output'];
|
|
1735
1708
|
type: PayableAccountType;
|
|
1709
|
+
user: User;
|
|
1736
1710
|
userId: Scalars['String']['output'];
|
|
1711
|
+
verifying: Scalars['Boolean']['output'];
|
|
1737
1712
|
virtualCardType: VirtualCardType;
|
|
1738
1713
|
};
|
|
1714
|
+
export type VirtualCardModule = {
|
|
1715
|
+
__typename?: 'VirtualCardModule';
|
|
1716
|
+
availableCardTypes: Array<AvailableVirtualCardType>;
|
|
1717
|
+
status: ModuleStatus;
|
|
1718
|
+
};
|
|
1739
1719
|
export declare enum VirtualCardType {
|
|
1740
1720
|
UsVirtualDebitCard = "USVirtualDebitCard"
|
|
1741
1721
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VirtualCardType = exports.UtxoInvoiceStatus = exports.SubscriptionType = exports.SubscriptionFrequency = exports.SubscriptionErrorType = exports.RewardTransactionType = exports.RewardProvider = exports.RewardCreditSource = exports.PaymentType = exports.PaymentStatus = exports.PaymentProvider = exports.PayableAccountType = exports.PayableAccountOriginator = exports.Network = exports.ModuleStatus = exports.DirectPaymentTransactionReferenceStatus = exports.DirectPaymentStatus = exports.CheckbookPaymentStatus = exports.BillType = exports.
|
|
3
|
+
exports.VirtualCardType = exports.UtxoInvoiceStatus = exports.SubscriptionType = exports.SubscriptionFrequency = exports.SubscriptionErrorType = exports.RewardTransactionType = exports.RewardProvider = exports.RewardCreditSource = exports.PaymentType = exports.PaymentStatus = exports.PaymentProvider = exports.PayableAccountType = exports.PayableAccountOriginator = exports.Network = exports.ModuleStatus = exports.DirectPaymentTransactionReferenceStatus = exports.DirectPaymentStatus = exports.CheckbookPaymentStatus = exports.BillType = exports.BasicPayableAccountType = exports.BankAccountType = exports.BankAccountSubType = exports.AppDomain = exports.AccountSyncStatus = exports.AccountProvider = exports.AccountPaymentType = void 0;
|
|
4
4
|
var AccountPaymentType;
|
|
5
5
|
(function (AccountPaymentType) {
|
|
6
6
|
AccountPaymentType["UsBill"] = "US_BILL";
|
|
@@ -18,12 +18,6 @@ var AccountSyncStatus;
|
|
|
18
18
|
AccountSyncStatus["Syncing"] = "Syncing";
|
|
19
19
|
AccountSyncStatus["Unavailable"] = "Unavailable";
|
|
20
20
|
})(AccountSyncStatus || (exports.AccountSyncStatus = AccountSyncStatus = {}));
|
|
21
|
-
var AccountType;
|
|
22
|
-
(function (AccountType) {
|
|
23
|
-
AccountType["Business"] = "BUSINESS";
|
|
24
|
-
AccountType["Checking"] = "CHECKING";
|
|
25
|
-
AccountType["Savings"] = "SAVINGS";
|
|
26
|
-
})(AccountType || (exports.AccountType = AccountType = {}));
|
|
27
21
|
var AppDomain;
|
|
28
22
|
(function (AppDomain) {
|
|
29
23
|
AppDomain["Quickswap"] = "QUICKSWAP";
|
|
@@ -46,13 +40,6 @@ var BasicPayableAccountType;
|
|
|
46
40
|
BasicPayableAccountType["PayOthers"] = "PAY_OTHERS";
|
|
47
41
|
BasicPayableAccountType["SpritzCard"] = "SPRITZ_CARD";
|
|
48
42
|
})(BasicPayableAccountType || (exports.BasicPayableAccountType = BasicPayableAccountType = {}));
|
|
49
|
-
var BillSyncStatus;
|
|
50
|
-
(function (BillSyncStatus) {
|
|
51
|
-
BillSyncStatus["Complete"] = "Complete";
|
|
52
|
-
BillSyncStatus["Error"] = "Error";
|
|
53
|
-
BillSyncStatus["InProgress"] = "InProgress";
|
|
54
|
-
BillSyncStatus["Unavailable"] = "Unavailable";
|
|
55
|
-
})(BillSyncStatus || (exports.BillSyncStatus = BillSyncStatus = {}));
|
|
56
43
|
var BillType;
|
|
57
44
|
(function (BillType) {
|
|
58
45
|
BillType["AutoLoan"] = "AutoLoan";
|
|
@@ -196,6 +183,7 @@ var UtxoInvoiceStatus;
|
|
|
196
183
|
UtxoInvoiceStatus["Confirmed"] = "CONFIRMED";
|
|
197
184
|
UtxoInvoiceStatus["Created"] = "CREATED";
|
|
198
185
|
UtxoInvoiceStatus["Pending"] = "PENDING";
|
|
186
|
+
UtxoInvoiceStatus["Transferred"] = "TRANSFERRED";
|
|
199
187
|
})(UtxoInvoiceStatus || (exports.UtxoInvoiceStatus = UtxoInvoiceStatus = {}));
|
|
200
188
|
var VirtualCardType;
|
|
201
189
|
(function (VirtualCardType) {
|
|
@@ -27,6 +27,13 @@ export type CreateUnblockUserInput = {
|
|
|
27
27
|
email: string;
|
|
28
28
|
targetAddress?: string;
|
|
29
29
|
country: string;
|
|
30
|
+
dob: string;
|
|
31
|
+
address?: {
|
|
32
|
+
address_line_1: string;
|
|
33
|
+
address_line_2?: string;
|
|
34
|
+
post_code: string;
|
|
35
|
+
city: string;
|
|
36
|
+
};
|
|
30
37
|
};
|
|
31
38
|
export type UnblockAccount = {
|
|
32
39
|
id: string;
|