@secrecy/lib 1.0.0-dev.75 → 1.0.0-dev.76
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 +3 -46
- package/dist/zeus/index.d.ts +8 -186
- package/dist/zeus/index.js +1 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -1704,57 +1704,12 @@ export declare type ValueTypes = {
|
|
|
1704
1704
|
destination_payment?: boolean | `@${string}`;
|
|
1705
1705
|
__typename?: boolean | `@${string}`;
|
|
1706
1706
|
}>;
|
|
1707
|
-
["GetAllPaymentRequestToCollect"]: AliasType<{
|
|
1708
|
-
id?: boolean | `@${string}`;
|
|
1709
|
-
amount?: boolean | `@${string}`;
|
|
1710
|
-
amount_capturable?: boolean | `@${string}`;
|
|
1711
|
-
amount_received?: boolean | `@${string}`;
|
|
1712
|
-
application?: ValueTypes["ApplicationType"];
|
|
1713
|
-
application_fee_amount?: boolean | `@${string}`;
|
|
1714
|
-
canceled_at?: boolean | `@${string}`;
|
|
1715
|
-
cancellation_reason?: boolean | `@${string}`;
|
|
1716
|
-
capture_method?: boolean | `@${string}`;
|
|
1717
|
-
client_secret?: boolean | `@${string}`;
|
|
1718
|
-
confirmation_method?: boolean | `@${string}`;
|
|
1719
|
-
created?: boolean | `@${string}`;
|
|
1720
|
-
currency?: boolean | `@${string}`;
|
|
1721
|
-
customer?: boolean | `@${string}`;
|
|
1722
|
-
description?: boolean | `@${string}`;
|
|
1723
|
-
invoice?: boolean | `@${string}`;
|
|
1724
|
-
livemode?: boolean | `@${string}`;
|
|
1725
|
-
payment_method?: boolean | `@${string}`;
|
|
1726
|
-
status?: boolean | `@${string}`;
|
|
1727
|
-
__typename?: boolean | `@${string}`;
|
|
1728
|
-
}>;
|
|
1729
1707
|
["GetAllPaymentRequestToCollectResponse"]: AliasType<{
|
|
1730
|
-
allPaymentRequestToCollect?: ValueTypes["
|
|
1731
|
-
__typename?: boolean | `@${string}`;
|
|
1732
|
-
}>;
|
|
1733
|
-
["GetAllPaymentRequestResponse"]: AliasType<{
|
|
1734
|
-
accountId?: boolean | `@${string}`;
|
|
1735
|
-
id?: boolean | `@${string}`;
|
|
1736
|
-
amount?: boolean | `@${string}`;
|
|
1737
|
-
amount_capturable?: boolean | `@${string}`;
|
|
1738
|
-
amount_received?: boolean | `@${string}`;
|
|
1739
|
-
application?: ValueTypes["ApplicationType"];
|
|
1740
|
-
application_fee_amount?: boolean | `@${string}`;
|
|
1741
|
-
canceled_at?: boolean | `@${string}`;
|
|
1742
|
-
cancellation_reason?: boolean | `@${string}`;
|
|
1743
|
-
capture_method?: boolean | `@${string}`;
|
|
1744
|
-
client_secret?: boolean | `@${string}`;
|
|
1745
|
-
confirmation_method?: boolean | `@${string}`;
|
|
1746
|
-
created?: boolean | `@${string}`;
|
|
1747
|
-
currency?: boolean | `@${string}`;
|
|
1748
|
-
customer?: boolean | `@${string}`;
|
|
1749
|
-
description?: boolean | `@${string}`;
|
|
1750
|
-
invoice?: boolean | `@${string}`;
|
|
1751
|
-
livemode?: boolean | `@${string}`;
|
|
1752
|
-
payment_method?: boolean | `@${string}`;
|
|
1753
|
-
status?: boolean | `@${string}`;
|
|
1708
|
+
allPaymentRequestToCollect?: ValueTypes["GetPaymentRequestToCollect"];
|
|
1754
1709
|
__typename?: boolean | `@${string}`;
|
|
1755
1710
|
}>;
|
|
1756
1711
|
["GetAllPaymentRequestToPayResponse"]: AliasType<{
|
|
1757
|
-
allPaymentRequestToPay?: ValueTypes["
|
|
1712
|
+
allPaymentRequestToPay?: ValueTypes["GetPaymentRequestToPay"];
|
|
1758
1713
|
__typename?: boolean | `@${string}`;
|
|
1759
1714
|
}>;
|
|
1760
1715
|
["GetPaymentRequestToCollect"]: AliasType<{
|
|
@@ -4016,57 +3971,12 @@ export declare type ResolverInputTypes = {
|
|
|
4016
3971
|
destination_payment?: boolean | `@${string}`;
|
|
4017
3972
|
__typename?: boolean | `@${string}`;
|
|
4018
3973
|
}>;
|
|
4019
|
-
["GetAllPaymentRequestToCollect"]: AliasType<{
|
|
4020
|
-
id?: boolean | `@${string}`;
|
|
4021
|
-
amount?: boolean | `@${string}`;
|
|
4022
|
-
amount_capturable?: boolean | `@${string}`;
|
|
4023
|
-
amount_received?: boolean | `@${string}`;
|
|
4024
|
-
application?: ResolverInputTypes["ApplicationType"];
|
|
4025
|
-
application_fee_amount?: boolean | `@${string}`;
|
|
4026
|
-
canceled_at?: boolean | `@${string}`;
|
|
4027
|
-
cancellation_reason?: boolean | `@${string}`;
|
|
4028
|
-
capture_method?: boolean | `@${string}`;
|
|
4029
|
-
client_secret?: boolean | `@${string}`;
|
|
4030
|
-
confirmation_method?: boolean | `@${string}`;
|
|
4031
|
-
created?: boolean | `@${string}`;
|
|
4032
|
-
currency?: boolean | `@${string}`;
|
|
4033
|
-
customer?: boolean | `@${string}`;
|
|
4034
|
-
description?: boolean | `@${string}`;
|
|
4035
|
-
invoice?: boolean | `@${string}`;
|
|
4036
|
-
livemode?: boolean | `@${string}`;
|
|
4037
|
-
payment_method?: boolean | `@${string}`;
|
|
4038
|
-
status?: boolean | `@${string}`;
|
|
4039
|
-
__typename?: boolean | `@${string}`;
|
|
4040
|
-
}>;
|
|
4041
3974
|
["GetAllPaymentRequestToCollectResponse"]: AliasType<{
|
|
4042
|
-
allPaymentRequestToCollect?: ResolverInputTypes["
|
|
4043
|
-
__typename?: boolean | `@${string}`;
|
|
4044
|
-
}>;
|
|
4045
|
-
["GetAllPaymentRequestResponse"]: AliasType<{
|
|
4046
|
-
accountId?: boolean | `@${string}`;
|
|
4047
|
-
id?: boolean | `@${string}`;
|
|
4048
|
-
amount?: boolean | `@${string}`;
|
|
4049
|
-
amount_capturable?: boolean | `@${string}`;
|
|
4050
|
-
amount_received?: boolean | `@${string}`;
|
|
4051
|
-
application?: ResolverInputTypes["ApplicationType"];
|
|
4052
|
-
application_fee_amount?: boolean | `@${string}`;
|
|
4053
|
-
canceled_at?: boolean | `@${string}`;
|
|
4054
|
-
cancellation_reason?: boolean | `@${string}`;
|
|
4055
|
-
capture_method?: boolean | `@${string}`;
|
|
4056
|
-
client_secret?: boolean | `@${string}`;
|
|
4057
|
-
confirmation_method?: boolean | `@${string}`;
|
|
4058
|
-
created?: boolean | `@${string}`;
|
|
4059
|
-
currency?: boolean | `@${string}`;
|
|
4060
|
-
customer?: boolean | `@${string}`;
|
|
4061
|
-
description?: boolean | `@${string}`;
|
|
4062
|
-
invoice?: boolean | `@${string}`;
|
|
4063
|
-
livemode?: boolean | `@${string}`;
|
|
4064
|
-
payment_method?: boolean | `@${string}`;
|
|
4065
|
-
status?: boolean | `@${string}`;
|
|
3975
|
+
allPaymentRequestToCollect?: ResolverInputTypes["GetPaymentRequestToCollect"];
|
|
4066
3976
|
__typename?: boolean | `@${string}`;
|
|
4067
3977
|
}>;
|
|
4068
3978
|
["GetAllPaymentRequestToPayResponse"]: AliasType<{
|
|
4069
|
-
allPaymentRequestToPay?: ResolverInputTypes["
|
|
3979
|
+
allPaymentRequestToPay?: ResolverInputTypes["GetPaymentRequestToPay"];
|
|
4070
3980
|
__typename?: boolean | `@${string}`;
|
|
4071
3981
|
}>;
|
|
4072
3982
|
["GetPaymentRequestToCollect"]: AliasType<{
|
|
@@ -5667,54 +5577,11 @@ export declare type ModelTypes = {
|
|
|
5667
5577
|
description?: string | undefined;
|
|
5668
5578
|
destination_payment?: ModelTypes["Json"] | undefined;
|
|
5669
5579
|
};
|
|
5670
|
-
["GetAllPaymentRequestToCollect"]: {
|
|
5671
|
-
id: string;
|
|
5672
|
-
amount: number;
|
|
5673
|
-
amount_capturable: number;
|
|
5674
|
-
amount_received: number;
|
|
5675
|
-
application?: ModelTypes["ApplicationType"] | undefined;
|
|
5676
|
-
application_fee_amount?: number | undefined;
|
|
5677
|
-
canceled_at?: number | undefined;
|
|
5678
|
-
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5679
|
-
capture_method: ModelTypes["CaptureMethod"];
|
|
5680
|
-
client_secret?: string | undefined;
|
|
5681
|
-
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5682
|
-
created: number;
|
|
5683
|
-
currency: string;
|
|
5684
|
-
customer?: string | undefined;
|
|
5685
|
-
description?: string | undefined;
|
|
5686
|
-
invoice?: string | undefined;
|
|
5687
|
-
livemode: boolean;
|
|
5688
|
-
payment_method?: string | undefined;
|
|
5689
|
-
status?: ModelTypes["Status"] | undefined;
|
|
5690
|
-
};
|
|
5691
5580
|
["GetAllPaymentRequestToCollectResponse"]: {
|
|
5692
|
-
allPaymentRequestToCollect: Array<ModelTypes["
|
|
5693
|
-
};
|
|
5694
|
-
["GetAllPaymentRequestResponse"]: {
|
|
5695
|
-
accountId?: string | undefined;
|
|
5696
|
-
id: string;
|
|
5697
|
-
amount: number;
|
|
5698
|
-
amount_capturable: number;
|
|
5699
|
-
amount_received: number;
|
|
5700
|
-
application?: ModelTypes["ApplicationType"] | undefined;
|
|
5701
|
-
application_fee_amount?: number | undefined;
|
|
5702
|
-
canceled_at?: number | undefined;
|
|
5703
|
-
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5704
|
-
capture_method: ModelTypes["CaptureMethod"];
|
|
5705
|
-
client_secret?: string | undefined;
|
|
5706
|
-
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5707
|
-
created: number;
|
|
5708
|
-
currency: string;
|
|
5709
|
-
customer?: string | undefined;
|
|
5710
|
-
description?: string | undefined;
|
|
5711
|
-
invoice?: string | undefined;
|
|
5712
|
-
livemode: boolean;
|
|
5713
|
-
payment_method?: string | undefined;
|
|
5714
|
-
status?: ModelTypes["Status"] | undefined;
|
|
5581
|
+
allPaymentRequestToCollect: Array<ModelTypes["GetPaymentRequestToCollect"] | undefined>;
|
|
5715
5582
|
};
|
|
5716
5583
|
["GetAllPaymentRequestToPayResponse"]: {
|
|
5717
|
-
allPaymentRequestToPay: Array<ModelTypes["
|
|
5584
|
+
allPaymentRequestToPay: Array<ModelTypes["GetPaymentRequestToPay"] | undefined>;
|
|
5718
5585
|
};
|
|
5719
5586
|
["GetPaymentRequestToCollect"]: {
|
|
5720
5587
|
id: string;
|
|
@@ -7493,58 +7360,13 @@ export declare type GraphQLTypes = {
|
|
|
7493
7360
|
description?: string | undefined;
|
|
7494
7361
|
destination_payment?: GraphQLTypes["Json"] | undefined;
|
|
7495
7362
|
};
|
|
7496
|
-
["GetAllPaymentRequestToCollect"]: {
|
|
7497
|
-
__typename: "GetAllPaymentRequestToCollect";
|
|
7498
|
-
id: string;
|
|
7499
|
-
amount: number;
|
|
7500
|
-
amount_capturable: number;
|
|
7501
|
-
amount_received: number;
|
|
7502
|
-
application?: GraphQLTypes["ApplicationType"] | undefined;
|
|
7503
|
-
application_fee_amount?: number | undefined;
|
|
7504
|
-
canceled_at?: number | undefined;
|
|
7505
|
-
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7506
|
-
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7507
|
-
client_secret?: string | undefined;
|
|
7508
|
-
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7509
|
-
created: number;
|
|
7510
|
-
currency: string;
|
|
7511
|
-
customer?: string | undefined;
|
|
7512
|
-
description?: string | undefined;
|
|
7513
|
-
invoice?: string | undefined;
|
|
7514
|
-
livemode: boolean;
|
|
7515
|
-
payment_method?: string | undefined;
|
|
7516
|
-
status?: GraphQLTypes["Status"] | undefined;
|
|
7517
|
-
};
|
|
7518
7363
|
["GetAllPaymentRequestToCollectResponse"]: {
|
|
7519
7364
|
__typename: "GetAllPaymentRequestToCollectResponse";
|
|
7520
|
-
allPaymentRequestToCollect: Array<GraphQLTypes["
|
|
7521
|
-
};
|
|
7522
|
-
["GetAllPaymentRequestResponse"]: {
|
|
7523
|
-
__typename: "GetAllPaymentRequestResponse";
|
|
7524
|
-
accountId?: string | undefined;
|
|
7525
|
-
id: string;
|
|
7526
|
-
amount: number;
|
|
7527
|
-
amount_capturable: number;
|
|
7528
|
-
amount_received: number;
|
|
7529
|
-
application?: GraphQLTypes["ApplicationType"] | undefined;
|
|
7530
|
-
application_fee_amount?: number | undefined;
|
|
7531
|
-
canceled_at?: number | undefined;
|
|
7532
|
-
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7533
|
-
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7534
|
-
client_secret?: string | undefined;
|
|
7535
|
-
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7536
|
-
created: number;
|
|
7537
|
-
currency: string;
|
|
7538
|
-
customer?: string | undefined;
|
|
7539
|
-
description?: string | undefined;
|
|
7540
|
-
invoice?: string | undefined;
|
|
7541
|
-
livemode: boolean;
|
|
7542
|
-
payment_method?: string | undefined;
|
|
7543
|
-
status?: GraphQLTypes["Status"] | undefined;
|
|
7365
|
+
allPaymentRequestToCollect: Array<GraphQLTypes["GetPaymentRequestToCollect"] | undefined>;
|
|
7544
7366
|
};
|
|
7545
7367
|
["GetAllPaymentRequestToPayResponse"]: {
|
|
7546
7368
|
__typename: "GetAllPaymentRequestToPayResponse";
|
|
7547
|
-
allPaymentRequestToPay: Array<GraphQLTypes["
|
|
7369
|
+
allPaymentRequestToPay: Array<GraphQLTypes["GetPaymentRequestToPay"] | undefined>;
|
|
7548
7370
|
};
|
|
7549
7371
|
["GetPaymentRequestToCollect"]: {
|
|
7550
7372
|
__typename: "GetPaymentRequestToCollect";
|