@secrecy/lib 1.0.0-dev.78 → 1.0.0-dev.79
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 +13 -1
- package/dist/zeus/index.d.ts +62 -0
- package/dist/zeus/index.js +6 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -245,6 +245,7 @@ export declare type ValueTypes = {
|
|
|
245
245
|
["MailType"]: MailType;
|
|
246
246
|
["Rights"]: Rights;
|
|
247
247
|
["NodeType"]: NodeType;
|
|
248
|
+
["PaymentMethod"]: PaymentMethod;
|
|
248
249
|
["AppNotificationsResult"]: AliasType<{
|
|
249
250
|
["...on UserAppNotifications"]: ValueTypes["UserAppNotifications"];
|
|
250
251
|
["...on ErrorAccessDenied"]: ValueTypes["ErrorAccessDenied"];
|
|
@@ -1628,6 +1629,16 @@ export declare type ValueTypes = {
|
|
|
1628
1629
|
pending?: ValueTypes["BalanceStripeResponse"];
|
|
1629
1630
|
__typename?: boolean | `@${string}`;
|
|
1630
1631
|
}>;
|
|
1632
|
+
["CardIdentificationResponse"]: AliasType<{
|
|
1633
|
+
paymentMethod?: ValueTypes["CardIdentificationData"];
|
|
1634
|
+
__typename?: boolean | `@${string}`;
|
|
1635
|
+
}>;
|
|
1636
|
+
["CardIdentificationData"]: AliasType<{
|
|
1637
|
+
paymentMethod?: boolean | `@${string}`;
|
|
1638
|
+
identification?: boolean | `@${string}`;
|
|
1639
|
+
tokenId?: boolean | `@${string}`;
|
|
1640
|
+
__typename?: boolean | `@${string}`;
|
|
1641
|
+
}>;
|
|
1631
1642
|
["GetStripeBalanceResponse"]: AliasType<{
|
|
1632
1643
|
balance?: ValueTypes["BalanceStripeObjectResponse"];
|
|
1633
1644
|
__typename?: boolean | `@${string}`;
|
|
@@ -1764,6 +1775,10 @@ export declare type ValueTypes = {
|
|
|
1764
1775
|
paymentRequestToPay?: ValueTypes["GetPaymentRequestToPay"];
|
|
1765
1776
|
__typename?: boolean | `@${string}`;
|
|
1766
1777
|
}>;
|
|
1778
|
+
["ValidPaymentIntentResponse"]: AliasType<{
|
|
1779
|
+
isValid?: boolean | `@${string}`;
|
|
1780
|
+
__typename?: boolean | `@${string}`;
|
|
1781
|
+
}>;
|
|
1767
1782
|
["CancellationReason"]: CancellationReason;
|
|
1768
1783
|
["CaptureMethod"]: CaptureMethod;
|
|
1769
1784
|
["ConfirmationMethod"]: ConfirmationMethod;
|
|
@@ -2497,6 +2512,7 @@ export declare type ResolverInputTypes = {
|
|
|
2497
2512
|
["MailType"]: MailType;
|
|
2498
2513
|
["Rights"]: Rights;
|
|
2499
2514
|
["NodeType"]: NodeType;
|
|
2515
|
+
["PaymentMethod"]: PaymentMethod;
|
|
2500
2516
|
["AppNotificationsResult"]: AliasType<{
|
|
2501
2517
|
UserAppNotifications?: ResolverInputTypes["UserAppNotifications"];
|
|
2502
2518
|
ErrorAccessDenied?: ResolverInputTypes["ErrorAccessDenied"];
|
|
@@ -3880,6 +3896,16 @@ export declare type ResolverInputTypes = {
|
|
|
3880
3896
|
pending?: ResolverInputTypes["BalanceStripeResponse"];
|
|
3881
3897
|
__typename?: boolean | `@${string}`;
|
|
3882
3898
|
}>;
|
|
3899
|
+
["CardIdentificationResponse"]: AliasType<{
|
|
3900
|
+
paymentMethod?: ResolverInputTypes["CardIdentificationData"];
|
|
3901
|
+
__typename?: boolean | `@${string}`;
|
|
3902
|
+
}>;
|
|
3903
|
+
["CardIdentificationData"]: AliasType<{
|
|
3904
|
+
paymentMethod?: boolean | `@${string}`;
|
|
3905
|
+
identification?: boolean | `@${string}`;
|
|
3906
|
+
tokenId?: boolean | `@${string}`;
|
|
3907
|
+
__typename?: boolean | `@${string}`;
|
|
3908
|
+
}>;
|
|
3883
3909
|
["GetStripeBalanceResponse"]: AliasType<{
|
|
3884
3910
|
balance?: ResolverInputTypes["BalanceStripeObjectResponse"];
|
|
3885
3911
|
__typename?: boolean | `@${string}`;
|
|
@@ -4016,6 +4042,10 @@ export declare type ResolverInputTypes = {
|
|
|
4016
4042
|
paymentRequestToPay?: ResolverInputTypes["GetPaymentRequestToPay"];
|
|
4017
4043
|
__typename?: boolean | `@${string}`;
|
|
4018
4044
|
}>;
|
|
4045
|
+
["ValidPaymentIntentResponse"]: AliasType<{
|
|
4046
|
+
isValid?: boolean | `@${string}`;
|
|
4047
|
+
__typename?: boolean | `@${string}`;
|
|
4048
|
+
}>;
|
|
4019
4049
|
["CancellationReason"]: CancellationReason;
|
|
4020
4050
|
["CaptureMethod"]: CaptureMethod;
|
|
4021
4051
|
["ConfirmationMethod"]: ConfirmationMethod;
|
|
@@ -4725,6 +4755,7 @@ export declare type ModelTypes = {
|
|
|
4725
4755
|
["MailType"]: MailType;
|
|
4726
4756
|
["Rights"]: Rights;
|
|
4727
4757
|
["NodeType"]: NodeType;
|
|
4758
|
+
["PaymentMethod"]: PaymentMethod;
|
|
4728
4759
|
["AppNotificationsResult"]: ModelTypes["UserAppNotifications"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotFound"];
|
|
4729
4760
|
["BlogResult"]: ModelTypes["BlogResponse"] | ModelTypes["ErrorLangNotExist"];
|
|
4730
4761
|
["DbConfigResult"]: ModelTypes["DbConfigResponse"] | ModelTypes["ErrorAccessDenied"] | ModelTypes["ErrorNotExist"] | ModelTypes["ErrorNotFound"];
|
|
@@ -5483,6 +5514,14 @@ export declare type ModelTypes = {
|
|
|
5483
5514
|
livemode: boolean;
|
|
5484
5515
|
pending: Array<ModelTypes["BalanceStripeResponse"]>;
|
|
5485
5516
|
};
|
|
5517
|
+
["CardIdentificationResponse"]: {
|
|
5518
|
+
paymentMethod?: Array<ModelTypes["CardIdentificationData"] | undefined> | undefined;
|
|
5519
|
+
};
|
|
5520
|
+
["CardIdentificationData"]: {
|
|
5521
|
+
paymentMethod?: Array<ModelTypes["PaymentMethod"]> | undefined;
|
|
5522
|
+
identification: string;
|
|
5523
|
+
tokenId: string;
|
|
5524
|
+
};
|
|
5486
5525
|
["GetStripeBalanceResponse"]: {
|
|
5487
5526
|
balance: ModelTypes["BalanceStripeObjectResponse"];
|
|
5488
5527
|
};
|
|
@@ -5601,6 +5640,9 @@ export declare type ModelTypes = {
|
|
|
5601
5640
|
["GetPaymentRequestToPayResponse"]: {
|
|
5602
5641
|
paymentRequestToPay: ModelTypes["GetPaymentRequestToPay"];
|
|
5603
5642
|
};
|
|
5643
|
+
["ValidPaymentIntentResponse"]: {
|
|
5644
|
+
isValid?: boolean | undefined;
|
|
5645
|
+
};
|
|
5604
5646
|
["CancellationReason"]: CancellationReason;
|
|
5605
5647
|
["CaptureMethod"]: CaptureMethod;
|
|
5606
5648
|
["ConfirmationMethod"]: ConfirmationMethod;
|
|
@@ -5862,6 +5904,7 @@ export declare type GraphQLTypes = {
|
|
|
5862
5904
|
["MailType"]: MailType;
|
|
5863
5905
|
["Rights"]: Rights;
|
|
5864
5906
|
["NodeType"]: NodeType;
|
|
5907
|
+
["PaymentMethod"]: PaymentMethod;
|
|
5865
5908
|
["AppNotificationsResult"]: {
|
|
5866
5909
|
__typename: "UserAppNotifications" | "ErrorAccessDenied" | "ErrorNotFound";
|
|
5867
5910
|
["...on UserAppNotifications"]: "__union" & GraphQLTypes["UserAppNotifications"];
|
|
@@ -7245,6 +7288,16 @@ export declare type GraphQLTypes = {
|
|
|
7245
7288
|
livemode: boolean;
|
|
7246
7289
|
pending: Array<GraphQLTypes["BalanceStripeResponse"]>;
|
|
7247
7290
|
};
|
|
7291
|
+
["CardIdentificationResponse"]: {
|
|
7292
|
+
__typename: "CardIdentificationResponse";
|
|
7293
|
+
paymentMethod?: Array<GraphQLTypes["CardIdentificationData"] | undefined> | undefined;
|
|
7294
|
+
};
|
|
7295
|
+
["CardIdentificationData"]: {
|
|
7296
|
+
__typename: "CardIdentificationData";
|
|
7297
|
+
paymentMethod?: Array<GraphQLTypes["PaymentMethod"]> | undefined;
|
|
7298
|
+
identification: string;
|
|
7299
|
+
tokenId: string;
|
|
7300
|
+
};
|
|
7248
7301
|
["GetStripeBalanceResponse"]: {
|
|
7249
7302
|
__typename: "GetStripeBalanceResponse";
|
|
7250
7303
|
balance: GraphQLTypes["BalanceStripeObjectResponse"];
|
|
@@ -7381,6 +7434,10 @@ export declare type GraphQLTypes = {
|
|
|
7381
7434
|
__typename: "GetPaymentRequestToPayResponse";
|
|
7382
7435
|
paymentRequestToPay: GraphQLTypes["GetPaymentRequestToPay"];
|
|
7383
7436
|
};
|
|
7437
|
+
["ValidPaymentIntentResponse"]: {
|
|
7438
|
+
__typename: "ValidPaymentIntentResponse";
|
|
7439
|
+
isValid?: boolean | undefined;
|
|
7440
|
+
};
|
|
7384
7441
|
["CancellationReason"]: CancellationReason;
|
|
7385
7442
|
["CaptureMethod"]: CaptureMethod;
|
|
7386
7443
|
["ConfirmationMethod"]: ConfirmationMethod;
|
|
@@ -7667,6 +7724,10 @@ export declare enum NodeType {
|
|
|
7667
7724
|
FILE = "FILE",
|
|
7668
7725
|
FOLDER = "FOLDER"
|
|
7669
7726
|
}
|
|
7727
|
+
export declare enum PaymentMethod {
|
|
7728
|
+
card = "card",
|
|
7729
|
+
wire_transfer = "wire_transfer"
|
|
7730
|
+
}
|
|
7670
7731
|
export declare enum FileContentType {
|
|
7671
7732
|
cloud = "cloud",
|
|
7672
7733
|
lite = "lite",
|
|
@@ -7727,6 +7788,7 @@ declare type ZEUS_VARIABLES = {
|
|
|
7727
7788
|
["MailType"]: ValueTypes["MailType"];
|
|
7728
7789
|
["Rights"]: ValueTypes["Rights"];
|
|
7729
7790
|
["NodeType"]: ValueTypes["NodeType"];
|
|
7791
|
+
["PaymentMethod"]: ValueTypes["PaymentMethod"];
|
|
7730
7792
|
["FileContentType"]: ValueTypes["FileContentType"];
|
|
7731
7793
|
["InfuraNetwork"]: ValueTypes["InfuraNetwork"];
|
|
7732
7794
|
["MailFileInput"]: ValueTypes["MailFileInput"];
|