@secrecy/lib 1.0.0-dev.83 → 1.0.0-dev.85
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.
- package/dist/zeus/const.js +14 -5
- package/dist/zeus/index.d.ts +59 -14
- package/dist/zeus/index.js +1 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ export declare type ScalarCoders = {
|
|
|
233
233
|
Json?: ScalarResolver;
|
|
234
234
|
Bytes?: ScalarResolver;
|
|
235
235
|
};
|
|
236
|
-
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["MyCryptoBalanceResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["GetCardIdentificationResult"] | GraphQLTypes["GetStripeBalanceResult"] | GraphQLTypes["GetStripeBalanceTransactionResult"] | GraphQLTypes["GetStripeTransactionResult"] | GraphQLTypes["HasStripeAccountResult"] | GraphQLTypes["KycStripeCompletedResult"] | GraphQLTypes["GetAllStripeTransferResult"] | GraphQLTypes["GetStripeTransferResult"] | GraphQLTypes["GetAllStripePayoutResult"] | GraphQLTypes["GetStripePayoutResult"] | GraphQLTypes["GetAllPaymentRequestToCollectResult"] | GraphQLTypes["GetAllPaymentRequestToPayResult"] | GraphQLTypes["GetPaymentRequestToCollectResult"] | GraphQLTypes["GetPaymentRequestToPayResult"] | GraphQLTypes["IsValidPaymentIntentResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["CreateCardTokenResult"] | GraphQLTypes["CreateStripeTransferResult"] | GraphQLTypes["StripeOnBoardingResult"] | GraphQLTypes["CancelStripePayoutResult"] | GraphQLTypes["CreateStripePayoutResult"] | GraphQLTypes["AddCartToPaymentIntentResult"] | GraphQLTypes["CancelPaymentIntentResult"] | GraphQLTypes["ConfirmPaymentIntentResult"] | GraphQLTypes["CreatePaymentIntentResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
236
|
+
declare type ZEUS_UNIONS = GraphQLTypes["AppNotificationsResult"] | GraphQLTypes["BlogResult"] | GraphQLTypes["DbConfigResult"] | GraphQLTypes["DbGetResult"] | GraphQLTypes["DbSearchResult"] | GraphQLTypes["DeletedMailsResult"] | GraphQLTypes["DeletedNodesResult"] | GraphQLTypes["FaqResult"] | GraphQLTypes["FileResult"] | GraphQLTypes["FileContentResult"] | GraphQLTypes["FilesContentResult"] | GraphQLTypes["GetJwtResult"] | GraphQLTypes["IsCryptoTransactionDoneResult"] | GraphQLTypes["LimitsResult"] | GraphQLTypes["MailResult"] | GraphQLTypes["MyCryptoBalanceResult"] | GraphQLTypes["NodeResult"] | GraphQLTypes["NodesSharedWithMeResult"] | GraphQLTypes["PaymentInfosResult"] | GraphQLTypes["PlansResult"] | GraphQLTypes["SharedNodesResult"] | GraphQLTypes["UnreadReceivedMailsCountResult"] | GraphQLTypes["UserResult"] | GraphQLTypes["UserListResult"] | GraphQLTypes["GetCardIdentificationResult"] | GraphQLTypes["GetStripeBalanceResult"] | GraphQLTypes["GetStripeBalanceTransactionResult"] | GraphQLTypes["GetStripeTransactionResult"] | GraphQLTypes["HasStripeAccountResult"] | GraphQLTypes["KycStripeCompletedResult"] | GraphQLTypes["GetAllStripeTransferResult"] | GraphQLTypes["GetStripeTransferResult"] | GraphQLTypes["GetAllStripePayoutResult"] | GraphQLTypes["GetStripePayoutResult"] | GraphQLTypes["GetAllPaymentRequestToCollectResult"] | GraphQLTypes["GetAllPaymentRequestToPayResult"] | GraphQLTypes["GetPaymentRequestToCollectResult"] | GraphQLTypes["GetPaymentRequestToPayResult"] | GraphQLTypes["IsValidPaymentIntentResult"] | GraphQLTypes["AddFileToHistoryResult"] | GraphQLTypes["CancelPaymentResult"] | GraphQLTypes["CreateApplicationResult"] | GraphQLTypes["CreateCryptoWalletResult"] | GraphQLTypes["CreateDraftMailResult"] | GraphQLTypes["CreateFolderResult"] | GraphQLTypes["DbConfigMutationResult"] | GraphQLTypes["DbSetResult"] | GraphQLTypes["DeleteDraftMailResult"] | GraphQLTypes["DeleteFileResult"] | GraphQLTypes["DeleteMailResult"] | GraphQLTypes["DeleteMailTrashResult"] | GraphQLTypes["DeleteNodeResult"] | GraphQLTypes["DeleteNodeCloudTrashResult"] | GraphQLTypes["DeleteNodeSharingResult"] | GraphQLTypes["DeleteUserResult"] | GraphQLTypes["DuplicateNodeResult"] | GraphQLTypes["EmptyCloudTrashResult"] | GraphQLTypes["EmptyMailTrashResult"] | GraphQLTypes["LogoutResult"] | GraphQLTypes["MoveNodesResult"] | GraphQLTypes["PayResult"] | GraphQLTypes["ReadMailResult"] | GraphQLTypes["RecoverMailResult"] | GraphQLTypes["RecoverNodeResult"] | GraphQLTypes["SaveInCloudResult"] | GraphQLTypes["SendAppMailResult"] | GraphQLTypes["SendCryptoTransactionResult"] | GraphQLTypes["SendDraftMailResult"] | GraphQLTypes["SendOneMailResult"] | GraphQLTypes["SendReportResult"] | GraphQLTypes["ShareFileInHistoryResult"] | GraphQLTypes["ShareNodeResult"] | GraphQLTypes["ShareNodeFinishResult"] | GraphQLTypes["UnreadMailResult"] | GraphQLTypes["UpdateAppNotificationsResult"] | GraphQLTypes["UpdateAppSettingsResult"] | GraphQLTypes["UpdateAutoDisconnectDelayResult"] | GraphQLTypes["UpdateDraftMailResult"] | GraphQLTypes["UpdateNodeResult"] | GraphQLTypes["UpdateProfileResult"] | GraphQLTypes["UploadFileResult"] | GraphQLTypes["UploadFileEndResult"] | GraphQLTypes["UploadFilePartEndResult"] | GraphQLTypes["UploadLiteFileResult"] | GraphQLTypes["ChangeUserPlanResult"] | GraphQLTypes["CreateCardTokenResult"] | GraphQLTypes["CreateStripeTransferResult"] | GraphQLTypes["DeleteCardTokenResult"] | GraphQLTypes["StripeOnBoardingResult"] | GraphQLTypes["CancelStripePayoutResult"] | GraphQLTypes["CreateStripePayoutResult"] | GraphQLTypes["AddCartToPaymentIntentResult"] | GraphQLTypes["CancelPaymentIntentResult"] | GraphQLTypes["ConfirmPaymentIntentResult"] | GraphQLTypes["CreatePaymentIntentResult"] | GraphQLTypes["Error"] | GraphQLTypes["FileContent"];
|
|
237
237
|
export declare type ValueTypes = {
|
|
238
238
|
["BigInt"]: unknown;
|
|
239
239
|
["DateTime"]: unknown;
|
|
@@ -381,7 +381,6 @@ export declare type ValueTypes = {
|
|
|
381
381
|
["GetCardIdentificationResult"]: AliasType<{
|
|
382
382
|
["...on CardIdentificationResponse"]: ValueTypes["CardIdentificationResponse"];
|
|
383
383
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
384
|
-
["...on ErrorStripe"]: ValueTypes["ErrorStripe"];
|
|
385
384
|
__typename?: boolean | `@${string}`;
|
|
386
385
|
}>;
|
|
387
386
|
["GetStripeBalanceResult"]: AliasType<{
|
|
@@ -760,6 +759,12 @@ export declare type ValueTypes = {
|
|
|
760
759
|
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
761
760
|
__typename?: boolean | `@${string}`;
|
|
762
761
|
}>;
|
|
762
|
+
["DeleteCardTokenResult"]: AliasType<{
|
|
763
|
+
["...on DeleteCardTokenResponse"]: ValueTypes["DeleteCardTokenResponse"];
|
|
764
|
+
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
765
|
+
["...on ErrorNotFound"]: ValueTypes["ErrorNotFound"];
|
|
766
|
+
__typename?: boolean | `@${string}`;
|
|
767
|
+
}>;
|
|
763
768
|
["StripeOnBoardingResult"]: AliasType<{
|
|
764
769
|
["...on StripeOnBoardingResponse"]: ValueTypes["StripeOnBoardingResponse"];
|
|
765
770
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
@@ -1518,6 +1523,10 @@ export declare type ValueTypes = {
|
|
|
1518
1523
|
created?: boolean | `@${string}`;
|
|
1519
1524
|
__typename?: boolean | `@${string}`;
|
|
1520
1525
|
}>;
|
|
1526
|
+
["DeleteCardTokenResponse"]: AliasType<{
|
|
1527
|
+
deleted?: boolean | `@${string}`;
|
|
1528
|
+
__typename?: boolean | `@${string}`;
|
|
1529
|
+
}>;
|
|
1521
1530
|
["CancelStripePayoutResponse"]: AliasType<{
|
|
1522
1531
|
cancel?: boolean | `@${string}`;
|
|
1523
1532
|
__typename?: boolean | `@${string}`;
|
|
@@ -1642,11 +1651,11 @@ export declare type ValueTypes = {
|
|
|
1642
1651
|
__typename?: boolean | `@${string}`;
|
|
1643
1652
|
}>;
|
|
1644
1653
|
["CardIdentificationResponse"]: AliasType<{
|
|
1645
|
-
|
|
1654
|
+
paymentMethods?: ValueTypes["CardIdentificationData"];
|
|
1646
1655
|
__typename?: boolean | `@${string}`;
|
|
1647
1656
|
}>;
|
|
1648
1657
|
["CardIdentificationData"]: AliasType<{
|
|
1649
|
-
|
|
1658
|
+
type?: boolean | `@${string}`;
|
|
1650
1659
|
identification?: boolean | `@${string}`;
|
|
1651
1660
|
tokenId?: boolean | `@${string}`;
|
|
1652
1661
|
__typename?: boolean | `@${string}`;
|
|
@@ -2484,6 +2493,12 @@ export declare type ValueTypes = {
|
|
|
2484
2493
|
},
|
|
2485
2494
|
ValueTypes["CreateStripeTransferResult"]
|
|
2486
2495
|
];
|
|
2496
|
+
deleteCardToken?: [
|
|
2497
|
+
{
|
|
2498
|
+
cardTokenId: string | Variable<any, string>;
|
|
2499
|
+
},
|
|
2500
|
+
ValueTypes["DeleteCardTokenResult"]
|
|
2501
|
+
];
|
|
2487
2502
|
stripeOnBoarding?: ValueTypes["StripeOnBoardingResult"];
|
|
2488
2503
|
cancelStripePayout?: [
|
|
2489
2504
|
{
|
|
@@ -2683,7 +2698,6 @@ export declare type ResolverInputTypes = {
|
|
|
2683
2698
|
["GetCardIdentificationResult"]: AliasType<{
|
|
2684
2699
|
CardIdentificationResponse?: ResolverInputTypes["CardIdentificationResponse"];
|
|
2685
2700
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
2686
|
-
ErrorStripe?: ResolverInputTypes["ErrorStripe"];
|
|
2687
2701
|
__typename?: boolean | `@${string}`;
|
|
2688
2702
|
}>;
|
|
2689
2703
|
["GetStripeBalanceResult"]: AliasType<{
|
|
@@ -3062,6 +3076,12 @@ export declare type ResolverInputTypes = {
|
|
|
3062
3076
|
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3063
3077
|
__typename?: boolean | `@${string}`;
|
|
3064
3078
|
}>;
|
|
3079
|
+
["DeleteCardTokenResult"]: AliasType<{
|
|
3080
|
+
DeleteCardTokenResponse?: ResolverInputTypes["DeleteCardTokenResponse"];
|
|
3081
|
+
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
3082
|
+
ErrorNotFound?: ResolverInputTypes["ErrorNotFound"];
|
|
3083
|
+
__typename?: boolean | `@${string}`;
|
|
3084
|
+
}>;
|
|
3065
3085
|
["StripeOnBoardingResult"]: AliasType<{
|
|
3066
3086
|
StripeOnBoardingResponse?: ResolverInputTypes["StripeOnBoardingResponse"];
|
|
3067
3087
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -3820,6 +3840,10 @@ export declare type ResolverInputTypes = {
|
|
|
3820
3840
|
created?: boolean | `@${string}`;
|
|
3821
3841
|
__typename?: boolean | `@${string}`;
|
|
3822
3842
|
}>;
|
|
3843
|
+
["DeleteCardTokenResponse"]: AliasType<{
|
|
3844
|
+
deleted?: boolean | `@${string}`;
|
|
3845
|
+
__typename?: boolean | `@${string}`;
|
|
3846
|
+
}>;
|
|
3823
3847
|
["CancelStripePayoutResponse"]: AliasType<{
|
|
3824
3848
|
cancel?: boolean | `@${string}`;
|
|
3825
3849
|
__typename?: boolean | `@${string}`;
|
|
@@ -3944,11 +3968,11 @@ export declare type ResolverInputTypes = {
|
|
|
3944
3968
|
__typename?: boolean | `@${string}`;
|
|
3945
3969
|
}>;
|
|
3946
3970
|
["CardIdentificationResponse"]: AliasType<{
|
|
3947
|
-
|
|
3971
|
+
paymentMethods?: ResolverInputTypes["CardIdentificationData"];
|
|
3948
3972
|
__typename?: boolean | `@${string}`;
|
|
3949
3973
|
}>;
|
|
3950
3974
|
["CardIdentificationData"]: AliasType<{
|
|
3951
|
-
|
|
3975
|
+
type?: boolean | `@${string}`;
|
|
3952
3976
|
identification?: boolean | `@${string}`;
|
|
3953
3977
|
tokenId?: boolean | `@${string}`;
|
|
3954
3978
|
__typename?: boolean | `@${string}`;
|
|
@@ -4762,6 +4786,12 @@ export declare type ResolverInputTypes = {
|
|
|
4762
4786
|
},
|
|
4763
4787
|
ResolverInputTypes["CreateStripeTransferResult"]
|
|
4764
4788
|
];
|
|
4789
|
+
deleteCardToken?: [
|
|
4790
|
+
{
|
|
4791
|
+
cardTokenId: string;
|
|
4792
|
+
},
|
|
4793
|
+
ResolverInputTypes["DeleteCardTokenResult"]
|
|
4794
|
+
];
|
|
4765
4795
|
stripeOnBoarding?: ResolverInputTypes["StripeOnBoardingResult"];
|
|
4766
4796
|
cancelStripePayout?: [
|
|
4767
4797
|
{
|
|
@@ -4850,7 +4880,7 @@ export declare type ModelTypes = {
|
|
|
4850
4880
|
["UnreadReceivedMailsCountResult"]: ModelTypes["UnreadReceivedMailsCountResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
4851
4881
|
["UserResult"]: ModelTypes["UserResponse"] | ModelTypes["ErrorNotFound"];
|
|
4852
4882
|
["UserListResult"]: ModelTypes["UserListResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
4853
|
-
["GetCardIdentificationResult"]: ModelTypes["CardIdentificationResponse"] | ModelTypes["ErrorAccessDenied"]
|
|
4883
|
+
["GetCardIdentificationResult"]: ModelTypes["CardIdentificationResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
4854
4884
|
["GetStripeBalanceResult"]: ModelTypes["GetStripeBalanceResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
|
|
4855
4885
|
["GetStripeBalanceTransactionResult"]: ModelTypes["GetStripeBalanceTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
|
|
4856
4886
|
["GetStripeTransactionResult"]: ModelTypes["GetStripeTransactionResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"] | ModelTypes["ErrorStripe"];
|
|
@@ -4913,6 +4943,7 @@ export declare type ModelTypes = {
|
|
|
4913
4943
|
["ChangeUserPlanResult"]: ModelTypes["ChangeUserPlanResponse"] | ModelTypes["ErrorAccessDenied"];
|
|
4914
4944
|
["CreateCardTokenResult"]: ModelTypes["CreateCardTokenResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
|
|
4915
4945
|
["CreateStripeTransferResult"]: ModelTypes["CreateStripeTransferResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
|
|
4946
|
+
["DeleteCardTokenResult"]: ModelTypes["DeleteCardTokenResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
4916
4947
|
["StripeOnBoardingResult"]: ModelTypes["StripeOnBoardingResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"];
|
|
4917
4948
|
["CancelStripePayoutResult"]: ModelTypes["CancelStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
|
|
4918
4949
|
["CreateStripePayoutResult"]: ModelTypes["CreateStripePayoutResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorStripe"] | ModelTypes["ErrorNotFound"];
|
|
@@ -5492,6 +5523,9 @@ export declare type ModelTypes = {
|
|
|
5492
5523
|
["CreateCardTokenResponse"]: {
|
|
5493
5524
|
created?: boolean | undefined;
|
|
5494
5525
|
};
|
|
5526
|
+
["DeleteCardTokenResponse"]: {
|
|
5527
|
+
deleted?: boolean | undefined;
|
|
5528
|
+
};
|
|
5495
5529
|
["CancelStripePayoutResponse"]: {
|
|
5496
5530
|
cancel?: boolean | undefined;
|
|
5497
5531
|
};
|
|
@@ -5587,10 +5621,10 @@ export declare type ModelTypes = {
|
|
|
5587
5621
|
pending: Array<ModelTypes["BalanceStripeResponse"]>;
|
|
5588
5622
|
};
|
|
5589
5623
|
["CardIdentificationResponse"]: {
|
|
5590
|
-
|
|
5624
|
+
paymentMethods?: Array<ModelTypes["CardIdentificationData"] | undefined> | undefined;
|
|
5591
5625
|
};
|
|
5592
5626
|
["CardIdentificationData"]: {
|
|
5593
|
-
|
|
5627
|
+
type?: Array<ModelTypes["PaymentMethod"]> | undefined;
|
|
5594
5628
|
identification: string;
|
|
5595
5629
|
tokenId: string;
|
|
5596
5630
|
};
|
|
@@ -5947,6 +5981,7 @@ export declare type ModelTypes = {
|
|
|
5947
5981
|
changeUserPlan?: ModelTypes["ChangeUserPlanResult"] | undefined;
|
|
5948
5982
|
createCardToken?: ModelTypes["CreateCardTokenResult"] | undefined;
|
|
5949
5983
|
createStripeTransfer?: ModelTypes["CreateStripeTransferResult"] | undefined;
|
|
5984
|
+
deleteCardToken?: ModelTypes["DeleteCardTokenResult"] | undefined;
|
|
5950
5985
|
stripeOnBoarding?: ModelTypes["StripeOnBoardingResult"] | undefined;
|
|
5951
5986
|
cancelStripePayout?: ModelTypes["CancelStripePayoutResult"] | undefined;
|
|
5952
5987
|
createStripePayout?: ModelTypes["CreateStripePayoutResult"] | undefined;
|
|
@@ -6112,10 +6147,9 @@ export declare type GraphQLTypes = {
|
|
|
6112
6147
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6113
6148
|
};
|
|
6114
6149
|
["GetCardIdentificationResult"]: {
|
|
6115
|
-
__typename: "CardIdentificationResponse" | "ErrorAccessDenied"
|
|
6150
|
+
__typename: "CardIdentificationResponse" | "ErrorAccessDenied";
|
|
6116
6151
|
["...on CardIdentificationResponse"]: "__union" & GraphQLTypes["CardIdentificationResponse"];
|
|
6117
6152
|
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6118
|
-
["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
|
|
6119
6153
|
};
|
|
6120
6154
|
["GetStripeBalanceResult"]: {
|
|
6121
6155
|
__typename: "GetStripeBalanceResponse" | "ErrorAccessDenied" | "ErrorNotFound" | "ErrorStripe";
|
|
@@ -6493,6 +6527,12 @@ export declare type GraphQLTypes = {
|
|
|
6493
6527
|
["...on ErrorStripe"]: "__union" & GraphQLTypes["ErrorStripe"];
|
|
6494
6528
|
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6495
6529
|
};
|
|
6530
|
+
["DeleteCardTokenResult"]: {
|
|
6531
|
+
__typename: "DeleteCardTokenResponse" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
6532
|
+
["...on DeleteCardTokenResponse"]: "__union" & GraphQLTypes["DeleteCardTokenResponse"];
|
|
6533
|
+
["...on ErrorAccessDenied"]: "__union" & GraphQLTypes["ErrorAccessDenied"];
|
|
6534
|
+
["...on ErrorNotFound"]: "__union" & GraphQLTypes["ErrorNotFound"];
|
|
6535
|
+
};
|
|
6496
6536
|
["StripeOnBoardingResult"]: {
|
|
6497
6537
|
__typename: "StripeOnBoardingResponse" | "ErrorAccessDenied" | "ErrorStripe";
|
|
6498
6538
|
["...on StripeOnBoardingResponse"]: "__union" & GraphQLTypes["StripeOnBoardingResponse"];
|
|
@@ -7251,6 +7291,10 @@ export declare type GraphQLTypes = {
|
|
|
7251
7291
|
__typename: "CreateCardTokenResponse";
|
|
7252
7292
|
created?: boolean | undefined;
|
|
7253
7293
|
};
|
|
7294
|
+
["DeleteCardTokenResponse"]: {
|
|
7295
|
+
__typename: "DeleteCardTokenResponse";
|
|
7296
|
+
deleted?: boolean | undefined;
|
|
7297
|
+
};
|
|
7254
7298
|
["CancelStripePayoutResponse"]: {
|
|
7255
7299
|
__typename: "CancelStripePayoutResponse";
|
|
7256
7300
|
cancel?: boolean | undefined;
|
|
@@ -7376,11 +7420,11 @@ export declare type GraphQLTypes = {
|
|
|
7376
7420
|
};
|
|
7377
7421
|
["CardIdentificationResponse"]: {
|
|
7378
7422
|
__typename: "CardIdentificationResponse";
|
|
7379
|
-
|
|
7423
|
+
paymentMethods?: Array<GraphQLTypes["CardIdentificationData"] | undefined> | undefined;
|
|
7380
7424
|
};
|
|
7381
7425
|
["CardIdentificationData"]: {
|
|
7382
7426
|
__typename: "CardIdentificationData";
|
|
7383
|
-
|
|
7427
|
+
type?: Array<GraphQLTypes["PaymentMethod"]> | undefined;
|
|
7384
7428
|
identification: string;
|
|
7385
7429
|
tokenId: string;
|
|
7386
7430
|
};
|
|
@@ -7772,6 +7816,7 @@ export declare type GraphQLTypes = {
|
|
|
7772
7816
|
changeUserPlan?: GraphQLTypes["ChangeUserPlanResult"] | undefined;
|
|
7773
7817
|
createCardToken?: GraphQLTypes["CreateCardTokenResult"] | undefined;
|
|
7774
7818
|
createStripeTransfer?: GraphQLTypes["CreateStripeTransferResult"] | undefined;
|
|
7819
|
+
deleteCardToken?: GraphQLTypes["DeleteCardTokenResult"] | undefined;
|
|
7775
7820
|
stripeOnBoarding?: GraphQLTypes["StripeOnBoardingResult"] | undefined;
|
|
7776
7821
|
cancelStripePayout?: GraphQLTypes["CancelStripePayoutResult"] | undefined;
|
|
7777
7822
|
createStripePayout?: GraphQLTypes["CreateStripePayoutResult"] | undefined;
|