@secrecy/lib 1.0.0-dev.70 → 1.0.0-dev.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.
- package/dist/client/SecrecyPayClient.d.ts +22 -1
- package/dist/client/SecrecyPayClient.js +35 -3
- package/dist/zeus/const.js +39 -116
- package/dist/zeus/index.d.ts +120 -404
- package/dist/zeus/index.js +31 -1
- package/package.json +1 -1
package/dist/zeus/index.d.ts
CHANGED
|
@@ -1707,18 +1707,14 @@ export declare type ValueTypes = {
|
|
|
1707
1707
|
}>;
|
|
1708
1708
|
["GetAllPaymentRequestToCollect"]: AliasType<{
|
|
1709
1709
|
id?: boolean | `@${string}`;
|
|
1710
|
-
object?: boolean | `@${string}`;
|
|
1711
1710
|
amount?: boolean | `@${string}`;
|
|
1712
1711
|
amount_capturable?: boolean | `@${string}`;
|
|
1713
|
-
amount_details?: boolean | `@${string}`;
|
|
1714
1712
|
amount_received?: boolean | `@${string}`;
|
|
1715
1713
|
application?: boolean | `@${string}`;
|
|
1716
1714
|
application_fee_amount?: boolean | `@${string}`;
|
|
1717
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
1718
1715
|
canceled_at?: boolean | `@${string}`;
|
|
1719
1716
|
cancellation_reason?: boolean | `@${string}`;
|
|
1720
1717
|
capture_method?: boolean | `@${string}`;
|
|
1721
|
-
charges?: boolean | `@${string}`;
|
|
1722
1718
|
client_secret?: boolean | `@${string}`;
|
|
1723
1719
|
confirmation_method?: boolean | `@${string}`;
|
|
1724
1720
|
created?: boolean | `@${string}`;
|
|
@@ -1726,25 +1722,9 @@ export declare type ValueTypes = {
|
|
|
1726
1722
|
customer?: boolean | `@${string}`;
|
|
1727
1723
|
description?: boolean | `@${string}`;
|
|
1728
1724
|
invoice?: boolean | `@${string}`;
|
|
1729
|
-
last_payment_error?: boolean | `@${string}`;
|
|
1730
1725
|
livemode?: boolean | `@${string}`;
|
|
1731
|
-
metadata?: boolean | `@${string}`;
|
|
1732
|
-
next_action?: boolean | `@${string}`;
|
|
1733
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
1734
1726
|
payment_method?: boolean | `@${string}`;
|
|
1735
|
-
payment_method_options?: boolean | `@${string}`;
|
|
1736
|
-
payment_method_types?: boolean | `@${string}`;
|
|
1737
|
-
processing?: boolean | `@${string}`;
|
|
1738
|
-
receipt_email?: boolean | `@${string}`;
|
|
1739
|
-
review?: boolean | `@${string}`;
|
|
1740
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
1741
|
-
shipping?: boolean | `@${string}`;
|
|
1742
|
-
source?: boolean | `@${string}`;
|
|
1743
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
1744
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
1745
1727
|
status?: boolean | `@${string}`;
|
|
1746
|
-
transfer_data?: boolean | `@${string}`;
|
|
1747
|
-
transfer_group?: boolean | `@${string}`;
|
|
1748
1728
|
__typename?: boolean | `@${string}`;
|
|
1749
1729
|
}>;
|
|
1750
1730
|
["GetAllPaymentRequestToCollectResponse"]: AliasType<{
|
|
@@ -1752,20 +1732,16 @@ export declare type ValueTypes = {
|
|
|
1752
1732
|
__typename?: boolean | `@${string}`;
|
|
1753
1733
|
}>;
|
|
1754
1734
|
["GetAllPaymentRequestResponse"]: AliasType<{
|
|
1755
|
-
id?: boolean | `@${string}`;
|
|
1756
1735
|
accountId?: boolean | `@${string}`;
|
|
1757
|
-
|
|
1736
|
+
id?: boolean | `@${string}`;
|
|
1758
1737
|
amount?: boolean | `@${string}`;
|
|
1759
1738
|
amount_capturable?: boolean | `@${string}`;
|
|
1760
|
-
amount_details?: boolean | `@${string}`;
|
|
1761
1739
|
amount_received?: boolean | `@${string}`;
|
|
1762
1740
|
application?: boolean | `@${string}`;
|
|
1763
1741
|
application_fee_amount?: boolean | `@${string}`;
|
|
1764
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
1765
1742
|
canceled_at?: boolean | `@${string}`;
|
|
1766
1743
|
cancellation_reason?: boolean | `@${string}`;
|
|
1767
1744
|
capture_method?: boolean | `@${string}`;
|
|
1768
|
-
charges?: boolean | `@${string}`;
|
|
1769
1745
|
client_secret?: boolean | `@${string}`;
|
|
1770
1746
|
confirmation_method?: boolean | `@${string}`;
|
|
1771
1747
|
created?: boolean | `@${string}`;
|
|
@@ -1773,25 +1749,9 @@ export declare type ValueTypes = {
|
|
|
1773
1749
|
customer?: boolean | `@${string}`;
|
|
1774
1750
|
description?: boolean | `@${string}`;
|
|
1775
1751
|
invoice?: boolean | `@${string}`;
|
|
1776
|
-
last_payment_error?: boolean | `@${string}`;
|
|
1777
1752
|
livemode?: boolean | `@${string}`;
|
|
1778
|
-
metadata?: boolean | `@${string}`;
|
|
1779
|
-
next_action?: boolean | `@${string}`;
|
|
1780
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
1781
1753
|
payment_method?: boolean | `@${string}`;
|
|
1782
|
-
payment_method_options?: boolean | `@${string}`;
|
|
1783
|
-
payment_method_types?: boolean | `@${string}`;
|
|
1784
|
-
processing?: boolean | `@${string}`;
|
|
1785
|
-
receipt_email?: boolean | `@${string}`;
|
|
1786
|
-
review?: boolean | `@${string}`;
|
|
1787
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
1788
|
-
shipping?: boolean | `@${string}`;
|
|
1789
|
-
source?: boolean | `@${string}`;
|
|
1790
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
1791
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
1792
1754
|
status?: boolean | `@${string}`;
|
|
1793
|
-
transfer_data?: boolean | `@${string}`;
|
|
1794
|
-
transfer_group?: boolean | `@${string}`;
|
|
1795
1755
|
__typename?: boolean | `@${string}`;
|
|
1796
1756
|
}>;
|
|
1797
1757
|
["GetAllPaymentRequestToPayResponse"]: AliasType<{
|
|
@@ -1800,18 +1760,14 @@ export declare type ValueTypes = {
|
|
|
1800
1760
|
}>;
|
|
1801
1761
|
["GetPaymentRequestToCollect"]: AliasType<{
|
|
1802
1762
|
id?: boolean | `@${string}`;
|
|
1803
|
-
object?: boolean | `@${string}`;
|
|
1804
1763
|
amount?: boolean | `@${string}`;
|
|
1805
1764
|
amount_capturable?: boolean | `@${string}`;
|
|
1806
|
-
amount_details?: boolean | `@${string}`;
|
|
1807
1765
|
amount_received?: boolean | `@${string}`;
|
|
1808
1766
|
application?: boolean | `@${string}`;
|
|
1809
1767
|
application_fee_amount?: boolean | `@${string}`;
|
|
1810
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
1811
1768
|
canceled_at?: boolean | `@${string}`;
|
|
1812
1769
|
cancellation_reason?: boolean | `@${string}`;
|
|
1813
1770
|
capture_method?: boolean | `@${string}`;
|
|
1814
|
-
charges?: boolean | `@${string}`;
|
|
1815
1771
|
client_secret?: boolean | `@${string}`;
|
|
1816
1772
|
confirmation_method?: boolean | `@${string}`;
|
|
1817
1773
|
created?: boolean | `@${string}`;
|
|
@@ -1819,25 +1775,9 @@ export declare type ValueTypes = {
|
|
|
1819
1775
|
customer?: boolean | `@${string}`;
|
|
1820
1776
|
description?: boolean | `@${string}`;
|
|
1821
1777
|
invoice?: boolean | `@${string}`;
|
|
1822
|
-
last_payment_error?: boolean | `@${string}`;
|
|
1823
1778
|
livemode?: boolean | `@${string}`;
|
|
1824
|
-
metadata?: boolean | `@${string}`;
|
|
1825
|
-
next_action?: boolean | `@${string}`;
|
|
1826
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
1827
1779
|
payment_method?: boolean | `@${string}`;
|
|
1828
|
-
payment_method_options?: boolean | `@${string}`;
|
|
1829
|
-
payment_method_types?: boolean | `@${string}`;
|
|
1830
|
-
processing?: boolean | `@${string}`;
|
|
1831
|
-
receipt_email?: boolean | `@${string}`;
|
|
1832
|
-
review?: boolean | `@${string}`;
|
|
1833
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
1834
|
-
shipping?: boolean | `@${string}`;
|
|
1835
|
-
source?: boolean | `@${string}`;
|
|
1836
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
1837
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
1838
1780
|
status?: boolean | `@${string}`;
|
|
1839
|
-
transfer_data?: boolean | `@${string}`;
|
|
1840
|
-
transfer_group?: boolean | `@${string}`;
|
|
1841
1781
|
__typename?: boolean | `@${string}`;
|
|
1842
1782
|
}>;
|
|
1843
1783
|
["GetPaymentRequestToCollectResponse"]: AliasType<{
|
|
@@ -1845,20 +1785,16 @@ export declare type ValueTypes = {
|
|
|
1845
1785
|
__typename?: boolean | `@${string}`;
|
|
1846
1786
|
}>;
|
|
1847
1787
|
["GetPaymentRequestToPay"]: AliasType<{
|
|
1848
|
-
id?: boolean | `@${string}`;
|
|
1849
1788
|
accountId?: boolean | `@${string}`;
|
|
1850
|
-
|
|
1789
|
+
id?: boolean | `@${string}`;
|
|
1851
1790
|
amount?: boolean | `@${string}`;
|
|
1852
1791
|
amount_capturable?: boolean | `@${string}`;
|
|
1853
|
-
amount_details?: boolean | `@${string}`;
|
|
1854
1792
|
amount_received?: boolean | `@${string}`;
|
|
1855
1793
|
application?: boolean | `@${string}`;
|
|
1856
1794
|
application_fee_amount?: boolean | `@${string}`;
|
|
1857
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
1858
1795
|
canceled_at?: boolean | `@${string}`;
|
|
1859
1796
|
cancellation_reason?: boolean | `@${string}`;
|
|
1860
1797
|
capture_method?: boolean | `@${string}`;
|
|
1861
|
-
charges?: boolean | `@${string}`;
|
|
1862
1798
|
client_secret?: boolean | `@${string}`;
|
|
1863
1799
|
confirmation_method?: boolean | `@${string}`;
|
|
1864
1800
|
created?: boolean | `@${string}`;
|
|
@@ -1866,31 +1802,19 @@ export declare type ValueTypes = {
|
|
|
1866
1802
|
customer?: boolean | `@${string}`;
|
|
1867
1803
|
description?: boolean | `@${string}`;
|
|
1868
1804
|
invoice?: boolean | `@${string}`;
|
|
1869
|
-
last_payment_error?: boolean | `@${string}`;
|
|
1870
1805
|
livemode?: boolean | `@${string}`;
|
|
1871
|
-
metadata?: boolean | `@${string}`;
|
|
1872
|
-
next_action?: boolean | `@${string}`;
|
|
1873
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
1874
1806
|
payment_method?: boolean | `@${string}`;
|
|
1875
|
-
payment_method_options?: boolean | `@${string}`;
|
|
1876
|
-
payment_method_types?: boolean | `@${string}`;
|
|
1877
|
-
processing?: boolean | `@${string}`;
|
|
1878
|
-
receipt_email?: boolean | `@${string}`;
|
|
1879
|
-
review?: boolean | `@${string}`;
|
|
1880
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
1881
|
-
shipping?: boolean | `@${string}`;
|
|
1882
|
-
source?: boolean | `@${string}`;
|
|
1883
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
1884
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
1885
1807
|
status?: boolean | `@${string}`;
|
|
1886
|
-
transfer_data?: boolean | `@${string}`;
|
|
1887
|
-
transfer_group?: boolean | `@${string}`;
|
|
1888
1808
|
__typename?: boolean | `@${string}`;
|
|
1889
1809
|
}>;
|
|
1890
1810
|
["GetPaymentRequestToPayResponse"]: AliasType<{
|
|
1891
1811
|
paymentRequestToPay?: ValueTypes["GetPaymentRequestToPay"];
|
|
1892
1812
|
__typename?: boolean | `@${string}`;
|
|
1893
1813
|
}>;
|
|
1814
|
+
["CancellationReason"]: CancellationReason;
|
|
1815
|
+
["CaptureMethod"]: CaptureMethod;
|
|
1816
|
+
["ConfirmationMethod"]: ConfirmationMethod;
|
|
1817
|
+
["Status"]: Status;
|
|
1894
1818
|
["GetAllStripePayoutResponse"]: AliasType<{
|
|
1895
1819
|
allPayout?: ValueTypes["PayoutResponse"];
|
|
1896
1820
|
__typename?: boolean | `@${string}`;
|
|
@@ -2557,12 +2481,7 @@ export declare type ValueTypes = {
|
|
|
2557
2481
|
},
|
|
2558
2482
|
ValueTypes["CreateStripeTransferResult"]
|
|
2559
2483
|
];
|
|
2560
|
-
stripeOnBoarding?: [
|
|
2561
|
-
{
|
|
2562
|
-
email: string | Variable<any, string>;
|
|
2563
|
-
},
|
|
2564
|
-
ValueTypes["StripeOnBoardingResult"]
|
|
2565
|
-
];
|
|
2484
|
+
stripeOnBoarding?: ValueTypes["StripeOnBoardingResult"];
|
|
2566
2485
|
cancelStripePayout?: [
|
|
2567
2486
|
{
|
|
2568
2487
|
payoutId: string | Variable<any, string>;
|
|
@@ -4087,18 +4006,14 @@ export declare type ResolverInputTypes = {
|
|
|
4087
4006
|
}>;
|
|
4088
4007
|
["GetAllPaymentRequestToCollect"]: AliasType<{
|
|
4089
4008
|
id?: boolean | `@${string}`;
|
|
4090
|
-
object?: boolean | `@${string}`;
|
|
4091
4009
|
amount?: boolean | `@${string}`;
|
|
4092
4010
|
amount_capturable?: boolean | `@${string}`;
|
|
4093
|
-
amount_details?: boolean | `@${string}`;
|
|
4094
4011
|
amount_received?: boolean | `@${string}`;
|
|
4095
4012
|
application?: boolean | `@${string}`;
|
|
4096
4013
|
application_fee_amount?: boolean | `@${string}`;
|
|
4097
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
4098
4014
|
canceled_at?: boolean | `@${string}`;
|
|
4099
4015
|
cancellation_reason?: boolean | `@${string}`;
|
|
4100
4016
|
capture_method?: boolean | `@${string}`;
|
|
4101
|
-
charges?: boolean | `@${string}`;
|
|
4102
4017
|
client_secret?: boolean | `@${string}`;
|
|
4103
4018
|
confirmation_method?: boolean | `@${string}`;
|
|
4104
4019
|
created?: boolean | `@${string}`;
|
|
@@ -4106,25 +4021,9 @@ export declare type ResolverInputTypes = {
|
|
|
4106
4021
|
customer?: boolean | `@${string}`;
|
|
4107
4022
|
description?: boolean | `@${string}`;
|
|
4108
4023
|
invoice?: boolean | `@${string}`;
|
|
4109
|
-
last_payment_error?: boolean | `@${string}`;
|
|
4110
4024
|
livemode?: boolean | `@${string}`;
|
|
4111
|
-
metadata?: boolean | `@${string}`;
|
|
4112
|
-
next_action?: boolean | `@${string}`;
|
|
4113
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
4114
4025
|
payment_method?: boolean | `@${string}`;
|
|
4115
|
-
payment_method_options?: boolean | `@${string}`;
|
|
4116
|
-
payment_method_types?: boolean | `@${string}`;
|
|
4117
|
-
processing?: boolean | `@${string}`;
|
|
4118
|
-
receipt_email?: boolean | `@${string}`;
|
|
4119
|
-
review?: boolean | `@${string}`;
|
|
4120
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
4121
|
-
shipping?: boolean | `@${string}`;
|
|
4122
|
-
source?: boolean | `@${string}`;
|
|
4123
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
4124
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
4125
4026
|
status?: boolean | `@${string}`;
|
|
4126
|
-
transfer_data?: boolean | `@${string}`;
|
|
4127
|
-
transfer_group?: boolean | `@${string}`;
|
|
4128
4027
|
__typename?: boolean | `@${string}`;
|
|
4129
4028
|
}>;
|
|
4130
4029
|
["GetAllPaymentRequestToCollectResponse"]: AliasType<{
|
|
@@ -4132,20 +4031,16 @@ export declare type ResolverInputTypes = {
|
|
|
4132
4031
|
__typename?: boolean | `@${string}`;
|
|
4133
4032
|
}>;
|
|
4134
4033
|
["GetAllPaymentRequestResponse"]: AliasType<{
|
|
4135
|
-
id?: boolean | `@${string}`;
|
|
4136
4034
|
accountId?: boolean | `@${string}`;
|
|
4137
|
-
|
|
4035
|
+
id?: boolean | `@${string}`;
|
|
4138
4036
|
amount?: boolean | `@${string}`;
|
|
4139
4037
|
amount_capturable?: boolean | `@${string}`;
|
|
4140
|
-
amount_details?: boolean | `@${string}`;
|
|
4141
4038
|
amount_received?: boolean | `@${string}`;
|
|
4142
4039
|
application?: boolean | `@${string}`;
|
|
4143
4040
|
application_fee_amount?: boolean | `@${string}`;
|
|
4144
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
4145
4041
|
canceled_at?: boolean | `@${string}`;
|
|
4146
4042
|
cancellation_reason?: boolean | `@${string}`;
|
|
4147
4043
|
capture_method?: boolean | `@${string}`;
|
|
4148
|
-
charges?: boolean | `@${string}`;
|
|
4149
4044
|
client_secret?: boolean | `@${string}`;
|
|
4150
4045
|
confirmation_method?: boolean | `@${string}`;
|
|
4151
4046
|
created?: boolean | `@${string}`;
|
|
@@ -4153,25 +4048,9 @@ export declare type ResolverInputTypes = {
|
|
|
4153
4048
|
customer?: boolean | `@${string}`;
|
|
4154
4049
|
description?: boolean | `@${string}`;
|
|
4155
4050
|
invoice?: boolean | `@${string}`;
|
|
4156
|
-
last_payment_error?: boolean | `@${string}`;
|
|
4157
4051
|
livemode?: boolean | `@${string}`;
|
|
4158
|
-
metadata?: boolean | `@${string}`;
|
|
4159
|
-
next_action?: boolean | `@${string}`;
|
|
4160
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
4161
4052
|
payment_method?: boolean | `@${string}`;
|
|
4162
|
-
payment_method_options?: boolean | `@${string}`;
|
|
4163
|
-
payment_method_types?: boolean | `@${string}`;
|
|
4164
|
-
processing?: boolean | `@${string}`;
|
|
4165
|
-
receipt_email?: boolean | `@${string}`;
|
|
4166
|
-
review?: boolean | `@${string}`;
|
|
4167
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
4168
|
-
shipping?: boolean | `@${string}`;
|
|
4169
|
-
source?: boolean | `@${string}`;
|
|
4170
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
4171
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
4172
4053
|
status?: boolean | `@${string}`;
|
|
4173
|
-
transfer_data?: boolean | `@${string}`;
|
|
4174
|
-
transfer_group?: boolean | `@${string}`;
|
|
4175
4054
|
__typename?: boolean | `@${string}`;
|
|
4176
4055
|
}>;
|
|
4177
4056
|
["GetAllPaymentRequestToPayResponse"]: AliasType<{
|
|
@@ -4180,18 +4059,14 @@ export declare type ResolverInputTypes = {
|
|
|
4180
4059
|
}>;
|
|
4181
4060
|
["GetPaymentRequestToCollect"]: AliasType<{
|
|
4182
4061
|
id?: boolean | `@${string}`;
|
|
4183
|
-
object?: boolean | `@${string}`;
|
|
4184
4062
|
amount?: boolean | `@${string}`;
|
|
4185
4063
|
amount_capturable?: boolean | `@${string}`;
|
|
4186
|
-
amount_details?: boolean | `@${string}`;
|
|
4187
4064
|
amount_received?: boolean | `@${string}`;
|
|
4188
4065
|
application?: boolean | `@${string}`;
|
|
4189
4066
|
application_fee_amount?: boolean | `@${string}`;
|
|
4190
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
4191
4067
|
canceled_at?: boolean | `@${string}`;
|
|
4192
4068
|
cancellation_reason?: boolean | `@${string}`;
|
|
4193
4069
|
capture_method?: boolean | `@${string}`;
|
|
4194
|
-
charges?: boolean | `@${string}`;
|
|
4195
4070
|
client_secret?: boolean | `@${string}`;
|
|
4196
4071
|
confirmation_method?: boolean | `@${string}`;
|
|
4197
4072
|
created?: boolean | `@${string}`;
|
|
@@ -4199,25 +4074,9 @@ export declare type ResolverInputTypes = {
|
|
|
4199
4074
|
customer?: boolean | `@${string}`;
|
|
4200
4075
|
description?: boolean | `@${string}`;
|
|
4201
4076
|
invoice?: boolean | `@${string}`;
|
|
4202
|
-
last_payment_error?: boolean | `@${string}`;
|
|
4203
4077
|
livemode?: boolean | `@${string}`;
|
|
4204
|
-
metadata?: boolean | `@${string}`;
|
|
4205
|
-
next_action?: boolean | `@${string}`;
|
|
4206
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
4207
4078
|
payment_method?: boolean | `@${string}`;
|
|
4208
|
-
payment_method_options?: boolean | `@${string}`;
|
|
4209
|
-
payment_method_types?: boolean | `@${string}`;
|
|
4210
|
-
processing?: boolean | `@${string}`;
|
|
4211
|
-
receipt_email?: boolean | `@${string}`;
|
|
4212
|
-
review?: boolean | `@${string}`;
|
|
4213
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
4214
|
-
shipping?: boolean | `@${string}`;
|
|
4215
|
-
source?: boolean | `@${string}`;
|
|
4216
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
4217
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
4218
4079
|
status?: boolean | `@${string}`;
|
|
4219
|
-
transfer_data?: boolean | `@${string}`;
|
|
4220
|
-
transfer_group?: boolean | `@${string}`;
|
|
4221
4080
|
__typename?: boolean | `@${string}`;
|
|
4222
4081
|
}>;
|
|
4223
4082
|
["GetPaymentRequestToCollectResponse"]: AliasType<{
|
|
@@ -4225,20 +4084,16 @@ export declare type ResolverInputTypes = {
|
|
|
4225
4084
|
__typename?: boolean | `@${string}`;
|
|
4226
4085
|
}>;
|
|
4227
4086
|
["GetPaymentRequestToPay"]: AliasType<{
|
|
4228
|
-
id?: boolean | `@${string}`;
|
|
4229
4087
|
accountId?: boolean | `@${string}`;
|
|
4230
|
-
|
|
4088
|
+
id?: boolean | `@${string}`;
|
|
4231
4089
|
amount?: boolean | `@${string}`;
|
|
4232
4090
|
amount_capturable?: boolean | `@${string}`;
|
|
4233
|
-
amount_details?: boolean | `@${string}`;
|
|
4234
4091
|
amount_received?: boolean | `@${string}`;
|
|
4235
4092
|
application?: boolean | `@${string}`;
|
|
4236
4093
|
application_fee_amount?: boolean | `@${string}`;
|
|
4237
|
-
automatic_payment_methods?: boolean | `@${string}`;
|
|
4238
4094
|
canceled_at?: boolean | `@${string}`;
|
|
4239
4095
|
cancellation_reason?: boolean | `@${string}`;
|
|
4240
4096
|
capture_method?: boolean | `@${string}`;
|
|
4241
|
-
charges?: boolean | `@${string}`;
|
|
4242
4097
|
client_secret?: boolean | `@${string}`;
|
|
4243
4098
|
confirmation_method?: boolean | `@${string}`;
|
|
4244
4099
|
created?: boolean | `@${string}`;
|
|
@@ -4246,31 +4101,19 @@ export declare type ResolverInputTypes = {
|
|
|
4246
4101
|
customer?: boolean | `@${string}`;
|
|
4247
4102
|
description?: boolean | `@${string}`;
|
|
4248
4103
|
invoice?: boolean | `@${string}`;
|
|
4249
|
-
last_payment_error?: boolean | `@${string}`;
|
|
4250
4104
|
livemode?: boolean | `@${string}`;
|
|
4251
|
-
metadata?: boolean | `@${string}`;
|
|
4252
|
-
next_action?: boolean | `@${string}`;
|
|
4253
|
-
on_behalf_of?: boolean | `@${string}`;
|
|
4254
4105
|
payment_method?: boolean | `@${string}`;
|
|
4255
|
-
payment_method_options?: boolean | `@${string}`;
|
|
4256
|
-
payment_method_types?: boolean | `@${string}`;
|
|
4257
|
-
processing?: boolean | `@${string}`;
|
|
4258
|
-
receipt_email?: boolean | `@${string}`;
|
|
4259
|
-
review?: boolean | `@${string}`;
|
|
4260
|
-
setup_future_usage?: boolean | `@${string}`;
|
|
4261
|
-
shipping?: boolean | `@${string}`;
|
|
4262
|
-
source?: boolean | `@${string}`;
|
|
4263
|
-
statement_descriptor?: boolean | `@${string}`;
|
|
4264
|
-
statement_descriptor_suffix?: boolean | `@${string}`;
|
|
4265
4106
|
status?: boolean | `@${string}`;
|
|
4266
|
-
transfer_data?: boolean | `@${string}`;
|
|
4267
|
-
transfer_group?: boolean | `@${string}`;
|
|
4268
4107
|
__typename?: boolean | `@${string}`;
|
|
4269
4108
|
}>;
|
|
4270
4109
|
["GetPaymentRequestToPayResponse"]: AliasType<{
|
|
4271
4110
|
paymentRequestToPay?: ResolverInputTypes["GetPaymentRequestToPay"];
|
|
4272
4111
|
__typename?: boolean | `@${string}`;
|
|
4273
4112
|
}>;
|
|
4113
|
+
["CancellationReason"]: CancellationReason;
|
|
4114
|
+
["CaptureMethod"]: CaptureMethod;
|
|
4115
|
+
["ConfirmationMethod"]: ConfirmationMethod;
|
|
4116
|
+
["Status"]: Status;
|
|
4274
4117
|
["GetAllStripePayoutResponse"]: AliasType<{
|
|
4275
4118
|
allPayout?: ResolverInputTypes["PayoutResponse"];
|
|
4276
4119
|
__typename?: boolean | `@${string}`;
|
|
@@ -4913,12 +4756,7 @@ export declare type ResolverInputTypes = {
|
|
|
4913
4756
|
},
|
|
4914
4757
|
ResolverInputTypes["CreateStripeTransferResult"]
|
|
4915
4758
|
];
|
|
4916
|
-
stripeOnBoarding?: [
|
|
4917
|
-
{
|
|
4918
|
-
email: string;
|
|
4919
|
-
},
|
|
4920
|
-
ResolverInputTypes["StripeOnBoardingResult"]
|
|
4921
|
-
];
|
|
4759
|
+
stripeOnBoarding?: ResolverInputTypes["StripeOnBoardingResult"];
|
|
4922
4760
|
cancelStripePayout?: [
|
|
4923
4761
|
{
|
|
4924
4762
|
payoutId: string;
|
|
@@ -5806,182 +5644,106 @@ export declare type ModelTypes = {
|
|
|
5806
5644
|
};
|
|
5807
5645
|
["GetAllPaymentRequestToCollect"]: {
|
|
5808
5646
|
id: string;
|
|
5809
|
-
object: string;
|
|
5810
5647
|
amount: number;
|
|
5811
5648
|
amount_capturable: number;
|
|
5812
|
-
amount_details?: ModelTypes["Json"] | undefined;
|
|
5813
5649
|
amount_received: number;
|
|
5814
|
-
application?:
|
|
5650
|
+
application?: string | undefined;
|
|
5815
5651
|
application_fee_amount?: number | undefined;
|
|
5816
|
-
automatic_payment_methods?: ModelTypes["Json"] | undefined;
|
|
5817
5652
|
canceled_at?: number | undefined;
|
|
5818
|
-
cancellation_reason?: ModelTypes["
|
|
5819
|
-
capture_method: ModelTypes["
|
|
5820
|
-
charges: ModelTypes["Json"];
|
|
5653
|
+
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5654
|
+
capture_method: ModelTypes["CaptureMethod"];
|
|
5821
5655
|
client_secret?: string | undefined;
|
|
5822
|
-
confirmation_method: ModelTypes["
|
|
5656
|
+
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5823
5657
|
created: number;
|
|
5824
5658
|
currency: string;
|
|
5825
|
-
customer?:
|
|
5659
|
+
customer?: string | undefined;
|
|
5826
5660
|
description?: string | undefined;
|
|
5827
|
-
invoice?:
|
|
5828
|
-
last_payment_error?: ModelTypes["Json"] | undefined;
|
|
5661
|
+
invoice?: string | undefined;
|
|
5829
5662
|
livemode: boolean;
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
on_behalf_of?: ModelTypes["Json"] | undefined;
|
|
5833
|
-
payment_method?: ModelTypes["Json"] | undefined;
|
|
5834
|
-
payment_method_options?: ModelTypes["Json"] | undefined;
|
|
5835
|
-
payment_method_types: Array<string>;
|
|
5836
|
-
processing?: ModelTypes["Json"] | undefined;
|
|
5837
|
-
receipt_email?: string | undefined;
|
|
5838
|
-
review?: ModelTypes["Json"] | undefined;
|
|
5839
|
-
setup_future_usage?: ModelTypes["Json"] | undefined;
|
|
5840
|
-
shipping?: ModelTypes["Json"] | undefined;
|
|
5841
|
-
source?: ModelTypes["Json"] | undefined;
|
|
5842
|
-
statement_descriptor?: string | undefined;
|
|
5843
|
-
statement_descriptor_suffix?: string | undefined;
|
|
5844
|
-
status: ModelTypes["Json"];
|
|
5845
|
-
transfer_data?: ModelTypes["Json"] | undefined;
|
|
5846
|
-
transfer_group?: string | undefined;
|
|
5663
|
+
payment_method?: string | undefined;
|
|
5664
|
+
status?: ModelTypes["Status"] | undefined;
|
|
5847
5665
|
};
|
|
5848
5666
|
["GetAllPaymentRequestToCollectResponse"]: {
|
|
5849
5667
|
allPaymentRequestToCollect: Array<ModelTypes["GetAllPaymentRequestToCollect"] | undefined>;
|
|
5850
5668
|
};
|
|
5851
5669
|
["GetAllPaymentRequestResponse"]: {
|
|
5852
|
-
id: string;
|
|
5853
5670
|
accountId?: string | undefined;
|
|
5854
|
-
|
|
5671
|
+
id: string;
|
|
5855
5672
|
amount: number;
|
|
5856
5673
|
amount_capturable: number;
|
|
5857
|
-
amount_details?: ModelTypes["Json"] | undefined;
|
|
5858
5674
|
amount_received: number;
|
|
5859
|
-
application?:
|
|
5675
|
+
application?: string | undefined;
|
|
5860
5676
|
application_fee_amount?: number | undefined;
|
|
5861
|
-
automatic_payment_methods?: ModelTypes["Json"] | undefined;
|
|
5862
5677
|
canceled_at?: number | undefined;
|
|
5863
|
-
cancellation_reason?: ModelTypes["
|
|
5864
|
-
capture_method: ModelTypes["
|
|
5865
|
-
charges: ModelTypes["Json"];
|
|
5678
|
+
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5679
|
+
capture_method: ModelTypes["CaptureMethod"];
|
|
5866
5680
|
client_secret?: string | undefined;
|
|
5867
|
-
confirmation_method: ModelTypes["
|
|
5681
|
+
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5868
5682
|
created: number;
|
|
5869
5683
|
currency: string;
|
|
5870
|
-
customer?:
|
|
5684
|
+
customer?: string | undefined;
|
|
5871
5685
|
description?: string | undefined;
|
|
5872
|
-
invoice?:
|
|
5873
|
-
last_payment_error?: ModelTypes["Json"] | undefined;
|
|
5686
|
+
invoice?: string | undefined;
|
|
5874
5687
|
livemode: boolean;
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
on_behalf_of?: ModelTypes["Json"] | undefined;
|
|
5878
|
-
payment_method?: ModelTypes["Json"] | undefined;
|
|
5879
|
-
payment_method_options?: ModelTypes["Json"] | undefined;
|
|
5880
|
-
payment_method_types: Array<string>;
|
|
5881
|
-
processing?: ModelTypes["Json"] | undefined;
|
|
5882
|
-
receipt_email?: string | undefined;
|
|
5883
|
-
review?: ModelTypes["Json"] | undefined;
|
|
5884
|
-
setup_future_usage?: ModelTypes["Json"] | undefined;
|
|
5885
|
-
shipping?: ModelTypes["Json"] | undefined;
|
|
5886
|
-
source?: ModelTypes["Json"] | undefined;
|
|
5887
|
-
statement_descriptor?: string | undefined;
|
|
5888
|
-
statement_descriptor_suffix?: string | undefined;
|
|
5889
|
-
status: ModelTypes["Json"];
|
|
5890
|
-
transfer_data?: ModelTypes["Json"] | undefined;
|
|
5891
|
-
transfer_group?: string | undefined;
|
|
5688
|
+
payment_method?: string | undefined;
|
|
5689
|
+
status?: ModelTypes["Status"] | undefined;
|
|
5892
5690
|
};
|
|
5893
5691
|
["GetAllPaymentRequestToPayResponse"]: {
|
|
5894
5692
|
allPaymentRequestToPay: Array<ModelTypes["GetAllPaymentRequestResponse"] | undefined>;
|
|
5895
5693
|
};
|
|
5896
5694
|
["GetPaymentRequestToCollect"]: {
|
|
5897
5695
|
id: string;
|
|
5898
|
-
object: string;
|
|
5899
5696
|
amount: number;
|
|
5900
5697
|
amount_capturable: number;
|
|
5901
|
-
amount_details?: ModelTypes["Json"] | undefined;
|
|
5902
5698
|
amount_received: number;
|
|
5903
|
-
application?:
|
|
5699
|
+
application?: string | undefined;
|
|
5904
5700
|
application_fee_amount?: number | undefined;
|
|
5905
|
-
automatic_payment_methods?: ModelTypes["Json"] | undefined;
|
|
5906
5701
|
canceled_at?: number | undefined;
|
|
5907
|
-
cancellation_reason?: ModelTypes["
|
|
5908
|
-
capture_method: ModelTypes["
|
|
5909
|
-
charges: ModelTypes["Json"];
|
|
5702
|
+
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5703
|
+
capture_method: ModelTypes["CaptureMethod"];
|
|
5910
5704
|
client_secret?: string | undefined;
|
|
5911
|
-
confirmation_method: ModelTypes["
|
|
5705
|
+
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5912
5706
|
created: number;
|
|
5913
5707
|
currency: string;
|
|
5914
|
-
customer?:
|
|
5708
|
+
customer?: string | undefined;
|
|
5915
5709
|
description?: string | undefined;
|
|
5916
|
-
invoice?:
|
|
5917
|
-
last_payment_error?: ModelTypes["Json"] | undefined;
|
|
5710
|
+
invoice?: string | undefined;
|
|
5918
5711
|
livemode: boolean;
|
|
5919
|
-
|
|
5920
|
-
|
|
5921
|
-
on_behalf_of?: ModelTypes["Json"] | undefined;
|
|
5922
|
-
payment_method?: ModelTypes["Json"] | undefined;
|
|
5923
|
-
payment_method_options?: ModelTypes["Json"] | undefined;
|
|
5924
|
-
payment_method_types: Array<string>;
|
|
5925
|
-
processing?: ModelTypes["Json"] | undefined;
|
|
5926
|
-
receipt_email?: string | undefined;
|
|
5927
|
-
review?: ModelTypes["Json"] | undefined;
|
|
5928
|
-
setup_future_usage?: ModelTypes["Json"] | undefined;
|
|
5929
|
-
shipping?: ModelTypes["Json"] | undefined;
|
|
5930
|
-
source?: ModelTypes["Json"] | undefined;
|
|
5931
|
-
statement_descriptor?: string | undefined;
|
|
5932
|
-
statement_descriptor_suffix?: string | undefined;
|
|
5933
|
-
status: ModelTypes["Json"];
|
|
5934
|
-
transfer_data?: ModelTypes["Json"] | undefined;
|
|
5935
|
-
transfer_group?: string | undefined;
|
|
5712
|
+
payment_method?: string | undefined;
|
|
5713
|
+
status?: ModelTypes["Status"] | undefined;
|
|
5936
5714
|
};
|
|
5937
5715
|
["GetPaymentRequestToCollectResponse"]: {
|
|
5938
5716
|
paymentRequestToCollect: ModelTypes["GetPaymentRequestToCollect"];
|
|
5939
5717
|
};
|
|
5940
5718
|
["GetPaymentRequestToPay"]: {
|
|
5941
|
-
id: string;
|
|
5942
5719
|
accountId?: string | undefined;
|
|
5943
|
-
|
|
5720
|
+
id: string;
|
|
5944
5721
|
amount: number;
|
|
5945
5722
|
amount_capturable: number;
|
|
5946
|
-
amount_details?: ModelTypes["Json"] | undefined;
|
|
5947
5723
|
amount_received: number;
|
|
5948
|
-
application?:
|
|
5724
|
+
application?: string | undefined;
|
|
5949
5725
|
application_fee_amount?: number | undefined;
|
|
5950
|
-
automatic_payment_methods?: ModelTypes["Json"] | undefined;
|
|
5951
5726
|
canceled_at?: number | undefined;
|
|
5952
|
-
cancellation_reason?: ModelTypes["
|
|
5953
|
-
capture_method: ModelTypes["
|
|
5954
|
-
charges: ModelTypes["Json"];
|
|
5727
|
+
cancellation_reason?: ModelTypes["CancellationReason"] | undefined;
|
|
5728
|
+
capture_method: ModelTypes["CaptureMethod"];
|
|
5955
5729
|
client_secret?: string | undefined;
|
|
5956
|
-
confirmation_method: ModelTypes["
|
|
5730
|
+
confirmation_method: ModelTypes["ConfirmationMethod"];
|
|
5957
5731
|
created: number;
|
|
5958
5732
|
currency: string;
|
|
5959
|
-
customer?:
|
|
5733
|
+
customer?: string | undefined;
|
|
5960
5734
|
description?: string | undefined;
|
|
5961
|
-
invoice?:
|
|
5962
|
-
last_payment_error?: ModelTypes["Json"] | undefined;
|
|
5735
|
+
invoice?: string | undefined;
|
|
5963
5736
|
livemode: boolean;
|
|
5964
|
-
|
|
5965
|
-
|
|
5966
|
-
on_behalf_of?: ModelTypes["Json"] | undefined;
|
|
5967
|
-
payment_method?: ModelTypes["Json"] | undefined;
|
|
5968
|
-
payment_method_options?: ModelTypes["Json"] | undefined;
|
|
5969
|
-
payment_method_types: Array<string>;
|
|
5970
|
-
processing?: ModelTypes["Json"] | undefined;
|
|
5971
|
-
receipt_email?: string | undefined;
|
|
5972
|
-
review?: ModelTypes["Json"] | undefined;
|
|
5973
|
-
setup_future_usage?: ModelTypes["Json"] | undefined;
|
|
5974
|
-
shipping?: ModelTypes["Json"] | undefined;
|
|
5975
|
-
source?: ModelTypes["Json"] | undefined;
|
|
5976
|
-
statement_descriptor?: string | undefined;
|
|
5977
|
-
statement_descriptor_suffix?: string | undefined;
|
|
5978
|
-
status: ModelTypes["Json"];
|
|
5979
|
-
transfer_data?: ModelTypes["Json"] | undefined;
|
|
5980
|
-
transfer_group?: string | undefined;
|
|
5737
|
+
payment_method?: string | undefined;
|
|
5738
|
+
status?: ModelTypes["Status"] | undefined;
|
|
5981
5739
|
};
|
|
5982
5740
|
["GetPaymentRequestToPayResponse"]: {
|
|
5983
5741
|
paymentRequestToPay: ModelTypes["GetPaymentRequestToPay"];
|
|
5984
5742
|
};
|
|
5743
|
+
["CancellationReason"]: CancellationReason;
|
|
5744
|
+
["CaptureMethod"]: CaptureMethod;
|
|
5745
|
+
["ConfirmationMethod"]: ConfirmationMethod;
|
|
5746
|
+
["Status"]: Status;
|
|
5985
5747
|
["GetAllStripePayoutResponse"]: {
|
|
5986
5748
|
allPayout: Array<ModelTypes["PayoutResponse"] | undefined>;
|
|
5987
5749
|
};
|
|
@@ -7702,44 +7464,24 @@ export declare type GraphQLTypes = {
|
|
|
7702
7464
|
["GetAllPaymentRequestToCollect"]: {
|
|
7703
7465
|
__typename: "GetAllPaymentRequestToCollect";
|
|
7704
7466
|
id: string;
|
|
7705
|
-
object: string;
|
|
7706
7467
|
amount: number;
|
|
7707
7468
|
amount_capturable: number;
|
|
7708
|
-
amount_details?: GraphQLTypes["Json"] | undefined;
|
|
7709
7469
|
amount_received: number;
|
|
7710
|
-
application?:
|
|
7470
|
+
application?: string | undefined;
|
|
7711
7471
|
application_fee_amount?: number | undefined;
|
|
7712
|
-
automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
|
|
7713
7472
|
canceled_at?: number | undefined;
|
|
7714
|
-
cancellation_reason?: GraphQLTypes["
|
|
7715
|
-
capture_method: GraphQLTypes["
|
|
7716
|
-
charges: GraphQLTypes["Json"];
|
|
7473
|
+
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7474
|
+
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7717
7475
|
client_secret?: string | undefined;
|
|
7718
|
-
confirmation_method: GraphQLTypes["
|
|
7476
|
+
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7719
7477
|
created: number;
|
|
7720
7478
|
currency: string;
|
|
7721
|
-
customer?:
|
|
7479
|
+
customer?: string | undefined;
|
|
7722
7480
|
description?: string | undefined;
|
|
7723
|
-
invoice?:
|
|
7724
|
-
last_payment_error?: GraphQLTypes["Json"] | undefined;
|
|
7481
|
+
invoice?: string | undefined;
|
|
7725
7482
|
livemode: boolean;
|
|
7726
|
-
|
|
7727
|
-
|
|
7728
|
-
on_behalf_of?: GraphQLTypes["Json"] | undefined;
|
|
7729
|
-
payment_method?: GraphQLTypes["Json"] | undefined;
|
|
7730
|
-
payment_method_options?: GraphQLTypes["Json"] | undefined;
|
|
7731
|
-
payment_method_types: Array<string>;
|
|
7732
|
-
processing?: GraphQLTypes["Json"] | undefined;
|
|
7733
|
-
receipt_email?: string | undefined;
|
|
7734
|
-
review?: GraphQLTypes["Json"] | undefined;
|
|
7735
|
-
setup_future_usage?: GraphQLTypes["Json"] | undefined;
|
|
7736
|
-
shipping?: GraphQLTypes["Json"] | undefined;
|
|
7737
|
-
source?: GraphQLTypes["Json"] | undefined;
|
|
7738
|
-
statement_descriptor?: string | undefined;
|
|
7739
|
-
statement_descriptor_suffix?: string | undefined;
|
|
7740
|
-
status: GraphQLTypes["Json"];
|
|
7741
|
-
transfer_data?: GraphQLTypes["Json"] | undefined;
|
|
7742
|
-
transfer_group?: string | undefined;
|
|
7483
|
+
payment_method?: string | undefined;
|
|
7484
|
+
status?: GraphQLTypes["Status"] | undefined;
|
|
7743
7485
|
};
|
|
7744
7486
|
["GetAllPaymentRequestToCollectResponse"]: {
|
|
7745
7487
|
__typename: "GetAllPaymentRequestToCollectResponse";
|
|
@@ -7747,46 +7489,26 @@ export declare type GraphQLTypes = {
|
|
|
7747
7489
|
};
|
|
7748
7490
|
["GetAllPaymentRequestResponse"]: {
|
|
7749
7491
|
__typename: "GetAllPaymentRequestResponse";
|
|
7750
|
-
id: string;
|
|
7751
7492
|
accountId?: string | undefined;
|
|
7752
|
-
|
|
7493
|
+
id: string;
|
|
7753
7494
|
amount: number;
|
|
7754
7495
|
amount_capturable: number;
|
|
7755
|
-
amount_details?: GraphQLTypes["Json"] | undefined;
|
|
7756
7496
|
amount_received: number;
|
|
7757
|
-
application?:
|
|
7497
|
+
application?: string | undefined;
|
|
7758
7498
|
application_fee_amount?: number | undefined;
|
|
7759
|
-
automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
|
|
7760
7499
|
canceled_at?: number | undefined;
|
|
7761
|
-
cancellation_reason?: GraphQLTypes["
|
|
7762
|
-
capture_method: GraphQLTypes["
|
|
7763
|
-
charges: GraphQLTypes["Json"];
|
|
7500
|
+
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7501
|
+
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7764
7502
|
client_secret?: string | undefined;
|
|
7765
|
-
confirmation_method: GraphQLTypes["
|
|
7503
|
+
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7766
7504
|
created: number;
|
|
7767
7505
|
currency: string;
|
|
7768
|
-
customer?:
|
|
7506
|
+
customer?: string | undefined;
|
|
7769
7507
|
description?: string | undefined;
|
|
7770
|
-
invoice?:
|
|
7771
|
-
last_payment_error?: GraphQLTypes["Json"] | undefined;
|
|
7508
|
+
invoice?: string | undefined;
|
|
7772
7509
|
livemode: boolean;
|
|
7773
|
-
|
|
7774
|
-
|
|
7775
|
-
on_behalf_of?: GraphQLTypes["Json"] | undefined;
|
|
7776
|
-
payment_method?: GraphQLTypes["Json"] | undefined;
|
|
7777
|
-
payment_method_options?: GraphQLTypes["Json"] | undefined;
|
|
7778
|
-
payment_method_types: Array<string>;
|
|
7779
|
-
processing?: GraphQLTypes["Json"] | undefined;
|
|
7780
|
-
receipt_email?: string | undefined;
|
|
7781
|
-
review?: GraphQLTypes["Json"] | undefined;
|
|
7782
|
-
setup_future_usage?: GraphQLTypes["Json"] | undefined;
|
|
7783
|
-
shipping?: GraphQLTypes["Json"] | undefined;
|
|
7784
|
-
source?: GraphQLTypes["Json"] | undefined;
|
|
7785
|
-
statement_descriptor?: string | undefined;
|
|
7786
|
-
statement_descriptor_suffix?: string | undefined;
|
|
7787
|
-
status: GraphQLTypes["Json"];
|
|
7788
|
-
transfer_data?: GraphQLTypes["Json"] | undefined;
|
|
7789
|
-
transfer_group?: string | undefined;
|
|
7510
|
+
payment_method?: string | undefined;
|
|
7511
|
+
status?: GraphQLTypes["Status"] | undefined;
|
|
7790
7512
|
};
|
|
7791
7513
|
["GetAllPaymentRequestToPayResponse"]: {
|
|
7792
7514
|
__typename: "GetAllPaymentRequestToPayResponse";
|
|
@@ -7795,44 +7517,24 @@ export declare type GraphQLTypes = {
|
|
|
7795
7517
|
["GetPaymentRequestToCollect"]: {
|
|
7796
7518
|
__typename: "GetPaymentRequestToCollect";
|
|
7797
7519
|
id: string;
|
|
7798
|
-
object: string;
|
|
7799
7520
|
amount: number;
|
|
7800
7521
|
amount_capturable: number;
|
|
7801
|
-
amount_details?: GraphQLTypes["Json"] | undefined;
|
|
7802
7522
|
amount_received: number;
|
|
7803
|
-
application?:
|
|
7523
|
+
application?: string | undefined;
|
|
7804
7524
|
application_fee_amount?: number | undefined;
|
|
7805
|
-
automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
|
|
7806
7525
|
canceled_at?: number | undefined;
|
|
7807
|
-
cancellation_reason?: GraphQLTypes["
|
|
7808
|
-
capture_method: GraphQLTypes["
|
|
7809
|
-
charges: GraphQLTypes["Json"];
|
|
7526
|
+
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7527
|
+
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7810
7528
|
client_secret?: string | undefined;
|
|
7811
|
-
confirmation_method: GraphQLTypes["
|
|
7529
|
+
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7812
7530
|
created: number;
|
|
7813
7531
|
currency: string;
|
|
7814
|
-
customer?:
|
|
7532
|
+
customer?: string | undefined;
|
|
7815
7533
|
description?: string | undefined;
|
|
7816
|
-
invoice?:
|
|
7817
|
-
last_payment_error?: GraphQLTypes["Json"] | undefined;
|
|
7534
|
+
invoice?: string | undefined;
|
|
7818
7535
|
livemode: boolean;
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
on_behalf_of?: GraphQLTypes["Json"] | undefined;
|
|
7822
|
-
payment_method?: GraphQLTypes["Json"] | undefined;
|
|
7823
|
-
payment_method_options?: GraphQLTypes["Json"] | undefined;
|
|
7824
|
-
payment_method_types: Array<string>;
|
|
7825
|
-
processing?: GraphQLTypes["Json"] | undefined;
|
|
7826
|
-
receipt_email?: string | undefined;
|
|
7827
|
-
review?: GraphQLTypes["Json"] | undefined;
|
|
7828
|
-
setup_future_usage?: GraphQLTypes["Json"] | undefined;
|
|
7829
|
-
shipping?: GraphQLTypes["Json"] | undefined;
|
|
7830
|
-
source?: GraphQLTypes["Json"] | undefined;
|
|
7831
|
-
statement_descriptor?: string | undefined;
|
|
7832
|
-
statement_descriptor_suffix?: string | undefined;
|
|
7833
|
-
status: GraphQLTypes["Json"];
|
|
7834
|
-
transfer_data?: GraphQLTypes["Json"] | undefined;
|
|
7835
|
-
transfer_group?: string | undefined;
|
|
7536
|
+
payment_method?: string | undefined;
|
|
7537
|
+
status?: GraphQLTypes["Status"] | undefined;
|
|
7836
7538
|
};
|
|
7837
7539
|
["GetPaymentRequestToCollectResponse"]: {
|
|
7838
7540
|
__typename: "GetPaymentRequestToCollectResponse";
|
|
@@ -7840,51 +7542,35 @@ export declare type GraphQLTypes = {
|
|
|
7840
7542
|
};
|
|
7841
7543
|
["GetPaymentRequestToPay"]: {
|
|
7842
7544
|
__typename: "GetPaymentRequestToPay";
|
|
7843
|
-
id: string;
|
|
7844
7545
|
accountId?: string | undefined;
|
|
7845
|
-
|
|
7546
|
+
id: string;
|
|
7846
7547
|
amount: number;
|
|
7847
7548
|
amount_capturable: number;
|
|
7848
|
-
amount_details?: GraphQLTypes["Json"] | undefined;
|
|
7849
7549
|
amount_received: number;
|
|
7850
|
-
application?:
|
|
7550
|
+
application?: string | undefined;
|
|
7851
7551
|
application_fee_amount?: number | undefined;
|
|
7852
|
-
automatic_payment_methods?: GraphQLTypes["Json"] | undefined;
|
|
7853
7552
|
canceled_at?: number | undefined;
|
|
7854
|
-
cancellation_reason?: GraphQLTypes["
|
|
7855
|
-
capture_method: GraphQLTypes["
|
|
7856
|
-
charges: GraphQLTypes["Json"];
|
|
7553
|
+
cancellation_reason?: GraphQLTypes["CancellationReason"] | undefined;
|
|
7554
|
+
capture_method: GraphQLTypes["CaptureMethod"];
|
|
7857
7555
|
client_secret?: string | undefined;
|
|
7858
|
-
confirmation_method: GraphQLTypes["
|
|
7556
|
+
confirmation_method: GraphQLTypes["ConfirmationMethod"];
|
|
7859
7557
|
created: number;
|
|
7860
7558
|
currency: string;
|
|
7861
|
-
customer?:
|
|
7559
|
+
customer?: string | undefined;
|
|
7862
7560
|
description?: string | undefined;
|
|
7863
|
-
invoice?:
|
|
7864
|
-
last_payment_error?: GraphQLTypes["Json"] | undefined;
|
|
7561
|
+
invoice?: string | undefined;
|
|
7865
7562
|
livemode: boolean;
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
on_behalf_of?: GraphQLTypes["Json"] | undefined;
|
|
7869
|
-
payment_method?: GraphQLTypes["Json"] | undefined;
|
|
7870
|
-
payment_method_options?: GraphQLTypes["Json"] | undefined;
|
|
7871
|
-
payment_method_types: Array<string>;
|
|
7872
|
-
processing?: GraphQLTypes["Json"] | undefined;
|
|
7873
|
-
receipt_email?: string | undefined;
|
|
7874
|
-
review?: GraphQLTypes["Json"] | undefined;
|
|
7875
|
-
setup_future_usage?: GraphQLTypes["Json"] | undefined;
|
|
7876
|
-
shipping?: GraphQLTypes["Json"] | undefined;
|
|
7877
|
-
source?: GraphQLTypes["Json"] | undefined;
|
|
7878
|
-
statement_descriptor?: string | undefined;
|
|
7879
|
-
statement_descriptor_suffix?: string | undefined;
|
|
7880
|
-
status: GraphQLTypes["Json"];
|
|
7881
|
-
transfer_data?: GraphQLTypes["Json"] | undefined;
|
|
7882
|
-
transfer_group?: string | undefined;
|
|
7563
|
+
payment_method?: string | undefined;
|
|
7564
|
+
status?: GraphQLTypes["Status"] | undefined;
|
|
7883
7565
|
};
|
|
7884
7566
|
["GetPaymentRequestToPayResponse"]: {
|
|
7885
7567
|
__typename: "GetPaymentRequestToPayResponse";
|
|
7886
7568
|
paymentRequestToPay: GraphQLTypes["GetPaymentRequestToPay"];
|
|
7887
7569
|
};
|
|
7570
|
+
["CancellationReason"]: CancellationReason;
|
|
7571
|
+
["CaptureMethod"]: CaptureMethod;
|
|
7572
|
+
["ConfirmationMethod"]: ConfirmationMethod;
|
|
7573
|
+
["Status"]: Status;
|
|
7888
7574
|
["GetAllStripePayoutResponse"]: {
|
|
7889
7575
|
__typename: "GetAllStripePayoutResponse";
|
|
7890
7576
|
allPayout: Array<GraphQLTypes["PayoutResponse"] | undefined>;
|
|
@@ -8186,6 +7872,32 @@ export declare enum PayInputType {
|
|
|
8186
7872
|
secure = "secure",
|
|
8187
7873
|
classic = "classic"
|
|
8188
7874
|
}
|
|
7875
|
+
export declare enum CancellationReason {
|
|
7876
|
+
abandoned = "abandoned",
|
|
7877
|
+
automatic = "automatic",
|
|
7878
|
+
duplicate = "duplicate",
|
|
7879
|
+
fraudulent = "fraudulent",
|
|
7880
|
+
failed_invoice = "failed_invoice",
|
|
7881
|
+
requested_by_customer = "requested_by_customer",
|
|
7882
|
+
void_invoice = "void_invoice"
|
|
7883
|
+
}
|
|
7884
|
+
export declare enum CaptureMethod {
|
|
7885
|
+
manual = "manual",
|
|
7886
|
+
automatic = "automatic"
|
|
7887
|
+
}
|
|
7888
|
+
export declare enum ConfirmationMethod {
|
|
7889
|
+
manual = "manual",
|
|
7890
|
+
automatic = "automatic"
|
|
7891
|
+
}
|
|
7892
|
+
export declare enum Status {
|
|
7893
|
+
cancelled = "cancelled",
|
|
7894
|
+
processing = "processing",
|
|
7895
|
+
requires_action = "requires_action",
|
|
7896
|
+
requires_capture = "requires_capture",
|
|
7897
|
+
requires_confirmation = "requires_confirmation",
|
|
7898
|
+
requires_payment_method = "requires_payment_method",
|
|
7899
|
+
succeeded = "succeeded"
|
|
7900
|
+
}
|
|
8189
7901
|
export declare enum PayoutType {
|
|
8190
7902
|
bank_account = "bank_account",
|
|
8191
7903
|
card = "card"
|
|
@@ -8211,6 +7923,10 @@ declare type ZEUS_VARIABLES = {
|
|
|
8211
7923
|
["ShareFileInHistoryInput"]: ValueTypes["ShareFileInHistoryInput"];
|
|
8212
7924
|
["ShareFileKeyInput"]: ValueTypes["ShareFileKeyInput"];
|
|
8213
7925
|
["ShareNodesInput"]: ValueTypes["ShareNodesInput"];
|
|
7926
|
+
["CancellationReason"]: ValueTypes["CancellationReason"];
|
|
7927
|
+
["CaptureMethod"]: ValueTypes["CaptureMethod"];
|
|
7928
|
+
["ConfirmationMethod"]: ValueTypes["ConfirmationMethod"];
|
|
7929
|
+
["Status"]: ValueTypes["Status"];
|
|
8214
7930
|
["PayoutType"]: ValueTypes["PayoutType"];
|
|
8215
7931
|
};
|
|
8216
7932
|
export {};
|