@flowio/api-internal-prop-types 9.24.78 → 9.24.80
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/lib/api-internal.d.ts +1768 -1323
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1768 -1323
- package/src/api-internal.js +996 -495
package/src/api-internal.js
CHANGED
|
@@ -747,6 +747,7 @@ T['io.flow.billing.internal.v0.enums.billing_statement_attachment_key'] = PropTy
|
|
|
747
747
|
'tax',
|
|
748
748
|
'duty',
|
|
749
749
|
'trueup',
|
|
750
|
+
'carrier_charge',
|
|
750
751
|
'all',
|
|
751
752
|
]);
|
|
752
753
|
|
|
@@ -1698,100 +1699,6 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statist
|
|
|
1698
1699
|
shopify_markets_shop_statistics: T['io.flow.shopify.markets.internal.v0.models.shopify_shop_statistics'].isRequired,
|
|
1699
1700
|
});
|
|
1700
1701
|
|
|
1701
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
1702
|
-
entity: PropTypes.number.isRequired,
|
|
1703
|
-
});
|
|
1704
|
-
|
|
1705
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
1706
|
-
ids: PropTypes.string.isRequired,
|
|
1707
|
-
});
|
|
1708
|
-
|
|
1709
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
1710
|
-
id: PropTypes.string.isRequired,
|
|
1711
|
-
});
|
|
1712
|
-
|
|
1713
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_usd'] = PropTypes.exact({
|
|
1714
|
-
usd: PropTypes.number.isRequired,
|
|
1715
|
-
});
|
|
1716
|
-
|
|
1717
|
-
T['io.flow.billing.reporting.csv.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
1718
|
-
|
|
1719
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_business'] = PropTypes.exact({
|
|
1720
|
-
vat_registration_number: PropTypes.string.isRequired,
|
|
1721
|
-
name: PropTypes.string,
|
|
1722
|
-
});
|
|
1723
|
-
|
|
1724
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fx'] = PropTypes.exact({
|
|
1725
|
-
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1726
|
-
fees: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1727
|
-
product: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1728
|
-
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1729
|
-
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1730
|
-
total: T['io.flow.billing.reporting.csv.v0.models.reporting_usd'].isRequired,
|
|
1731
|
-
});
|
|
1732
|
-
|
|
1733
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
1734
|
-
zero_vat_product: PropTypes.bool.isRequired,
|
|
1735
|
-
});
|
|
1736
|
-
|
|
1737
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
1738
|
-
replacement: PropTypes.bool.isRequired,
|
|
1739
|
-
virtual: T['io.flow.billing.reporting.csv.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
1740
|
-
duties_guaranteed: PropTypes.bool.isRequired,
|
|
1741
|
-
wyol: PropTypes.bool.isRequired,
|
|
1742
|
-
b2b: PropTypes.bool.isRequired,
|
|
1743
|
-
domestic: PropTypes.bool.isRequired,
|
|
1744
|
-
});
|
|
1745
|
-
|
|
1746
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_province'] = PropTypes.exact({
|
|
1747
|
-
code: PropTypes.string,
|
|
1748
|
-
name: PropTypes.string.isRequired,
|
|
1749
|
-
});
|
|
1750
|
-
|
|
1751
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_country'] = PropTypes.exact({
|
|
1752
|
-
code: PropTypes.string.isRequired,
|
|
1753
|
-
is_eu: PropTypes.bool.isRequired,
|
|
1754
|
-
});
|
|
1755
|
-
|
|
1756
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_destination'] = PropTypes.exact({
|
|
1757
|
-
country: T['io.flow.billing.reporting.csv.v0.models.reporting_country'].isRequired,
|
|
1758
|
-
province: T['io.flow.billing.reporting.csv.v0.models.reporting_province'],
|
|
1759
|
-
});
|
|
1760
|
-
|
|
1761
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_debug_missing_subsidies'] = PropTypes.exact({
|
|
1762
|
-
price: PropTypes.bool,
|
|
1763
|
-
tax: PropTypes.bool,
|
|
1764
|
-
duty: PropTypes.bool,
|
|
1765
|
-
});
|
|
1766
|
-
|
|
1767
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
1768
|
-
transaction: PropTypes.number.isRequired,
|
|
1769
|
-
merchant: PropTypes.number.isRequired,
|
|
1770
|
-
entity: PropTypes.number.isRequired,
|
|
1771
|
-
usd: PropTypes.number.isRequired,
|
|
1772
|
-
eur: PropTypes.number.isRequired,
|
|
1773
|
-
});
|
|
1774
|
-
|
|
1775
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
1776
|
-
fuel: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1777
|
-
remote_area: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1778
|
-
oversize: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1779
|
-
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1780
|
-
emergency: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1781
|
-
peak: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1782
|
-
});
|
|
1783
|
-
|
|
1784
|
-
T['io.flow.billing.reporting.csv.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
1785
|
-
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1786
|
-
fees: T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'].isRequired,
|
|
1787
|
-
product: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1788
|
-
subtotal: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1789
|
-
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1790
|
-
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1791
|
-
discount: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1792
|
-
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1793
|
-
});
|
|
1794
|
-
|
|
1795
1702
|
T['io.flow.ftp.v0.models.ftp_user'] = PropTypes.exact({
|
|
1796
1703
|
username: PropTypes.string.isRequired,
|
|
1797
1704
|
password: PropTypes.string,
|
|
@@ -1812,97 +1719,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings'] = PropTypes.exact({
|
|
|
1812
1719
|
account: T['io.flow.ftp.v0.models.ftp_account'],
|
|
1813
1720
|
});
|
|
1814
1721
|
|
|
1815
|
-
T['io.flow.common.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
1816
|
-
T['io.flow.common.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
1817
|
-
|
|
1818
|
-
T['io.flow.common.v0.enums.day_of_week'] = PropTypes.oneOf([
|
|
1819
|
-
'sunday',
|
|
1820
|
-
'monday',
|
|
1821
|
-
'tuesday',
|
|
1822
|
-
'wednesday',
|
|
1823
|
-
'thursday',
|
|
1824
|
-
'friday',
|
|
1825
|
-
'saturday',
|
|
1826
|
-
]);
|
|
1827
|
-
|
|
1828
|
-
T['io.flow.fulfillment.v0.models.scheduled_pickup'] = PropTypes.exact({
|
|
1829
|
-
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
1830
|
-
hour_of_day: PropTypes.string.isRequired,
|
|
1831
|
-
minute_of_hour: PropTypes.string.isRequired,
|
|
1832
|
-
});
|
|
1833
|
-
|
|
1834
|
-
T['io.flow.fulfillment.v0.models.available_service'] = PropTypes.exact({
|
|
1835
|
-
service: PropTypes.string.isRequired,
|
|
1836
|
-
scheduled_pickups: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.scheduled_pickup']),
|
|
1837
|
-
lead_days: T['io.flow.fulfillment.v0.models.number_range'],
|
|
1838
|
-
});
|
|
1839
|
-
|
|
1840
|
-
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'] = PropTypes.exact({
|
|
1841
|
-
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
1842
|
-
window: T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_pickup_window'].isRequired,
|
|
1843
|
-
instructions: PropTypes.string,
|
|
1844
|
-
});
|
|
1845
|
-
|
|
1846
|
-
T['io.flow.common.v0.models.price_source_price_book_reference'] = PropTypes.exact({
|
|
1847
|
-
id: PropTypes.string.isRequired,
|
|
1848
|
-
key: PropTypes.string.isRequired,
|
|
1849
|
-
});
|
|
1850
|
-
|
|
1851
|
-
T['io.flow.common.v0.enums.margin_type'] = PropTypes.oneOf(['fixed', 'percent']);
|
|
1852
|
-
|
|
1853
|
-
T['io.flow.common.v0.models.margin'] = PropTypes.exact({
|
|
1854
|
-
type: T['io.flow.common.v0.enums.margin_type'].isRequired,
|
|
1855
|
-
value: PropTypes.number.isRequired,
|
|
1856
|
-
});
|
|
1857
|
-
|
|
1858
|
-
T['io.flow.common.v0.models.logo_image_static'] = PropTypes.exact({
|
|
1859
|
-
url: PropTypes.string.isRequired,
|
|
1860
|
-
width: PropTypes.number.isRequired,
|
|
1861
|
-
height: PropTypes.number.isRequired,
|
|
1862
|
-
});
|
|
1863
|
-
|
|
1864
|
-
T['io.flow.common.v0.models.input_specification_limitation_max'] = PropTypes.exact({
|
|
1865
|
-
discriminator: PropTypes.oneOf(['input_specification_limitation_max']).isRequired,
|
|
1866
|
-
max: PropTypes.number.isRequired,
|
|
1867
|
-
});
|
|
1868
|
-
|
|
1869
|
-
T['io.flow.common.v0.unions.input_specification_limitation'] = PropTypes.oneOfType([T['io.flow.common.v0.models.input_specification_limitation_max']]);
|
|
1870
|
-
T['io.flow.common.v0.enums.input_specification_type'] = PropTypes.oneOf(['text', 'number']);
|
|
1871
|
-
T['io.flow.common.v0.enums.included_levy_key'] = PropTypes.oneOf(['duty', 'vat', 'vat_and_duty', 'none']);
|
|
1872
|
-
|
|
1873
|
-
T['io.flow.price.v0.models.price_book_form'] = PropTypes.exact({
|
|
1874
|
-
currency: PropTypes.string.isRequired,
|
|
1875
|
-
name: PropTypes.string.isRequired,
|
|
1876
|
-
includes: T['io.flow.common.v0.enums.included_levy_key'].isRequired,
|
|
1877
|
-
status: T['io.flow.common.v0.enums.price_book_status'],
|
|
1878
|
-
});
|
|
1879
|
-
|
|
1880
|
-
T['io.flow.common.v0.enums.exception_type'] = PropTypes.oneOf(['open', 'closed']);
|
|
1881
|
-
T['io.flow.common.v0.enums.entity_identifier_type'] = PropTypes.oneOf(['ioss', 'voec']);
|
|
1882
|
-
|
|
1883
|
-
T['io.flow.common.v0.models.discount_offer_percent'] = PropTypes.exact({
|
|
1884
|
-
discriminator: PropTypes.oneOf(['discount_offer_percent']).isRequired,
|
|
1885
|
-
percent: PropTypes.number.isRequired,
|
|
1886
|
-
});
|
|
1887
|
-
|
|
1888
|
-
T['io.flow.common.v0.enums.discount_target'] = PropTypes.oneOf(['item', 'shipping']);
|
|
1889
|
-
|
|
1890
|
-
T['io.flow.partner.v0.models.partner_order_reference'] = PropTypes.exact({
|
|
1891
|
-
id: PropTypes.string.isRequired,
|
|
1892
|
-
number: PropTypes.string.isRequired,
|
|
1893
|
-
});
|
|
1894
|
-
|
|
1895
|
-
T['io.flow.partner.v0.models.partner_organization_reference'] = PropTypes.exact({
|
|
1896
|
-
id: PropTypes.string.isRequired,
|
|
1897
|
-
});
|
|
1898
|
-
|
|
1899
|
-
T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
1900
|
-
id: PropTypes.string.isRequired,
|
|
1901
|
-
organization: T['io.flow.partner.v0.models.partner_organization_reference'].isRequired,
|
|
1902
|
-
order: T['io.flow.partner.v0.models.partner_order_reference'].isRequired,
|
|
1903
|
-
number: PropTypes.string.isRequired,
|
|
1904
|
-
});
|
|
1905
|
-
|
|
1906
1722
|
T['io.flow.payment.internal.v0.models.online_authorization_completed'] = PropTypes.exact({
|
|
1907
1723
|
discriminator: PropTypes.oneOf(['online_authorization_completed']).isRequired,
|
|
1908
1724
|
id: PropTypes.string.isRequired,
|
|
@@ -2103,38 +1919,6 @@ T['io.flow.payment.internal.v0.models.afterpay_authentication'] = PropTypes.exac
|
|
|
2103
1919
|
password_reference: PropTypes.string.isRequired,
|
|
2104
1920
|
});
|
|
2105
1921
|
|
|
2106
|
-
T['io.flow.payment.internal.v0.enums.processor'] = PropTypes.oneOf([
|
|
2107
|
-
'adyen',
|
|
2108
|
-
'afterpay',
|
|
2109
|
-
'bitpay',
|
|
2110
|
-
'stripe',
|
|
2111
|
-
'paypal',
|
|
2112
|
-
'flow_sandbox',
|
|
2113
|
-
'fiserv',
|
|
2114
|
-
'crypto',
|
|
2115
|
-
]);
|
|
2116
|
-
|
|
2117
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'] = PropTypes.exact({
|
|
2118
|
-
gateway: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2119
|
-
method: PropTypes.string.isRequired,
|
|
2120
|
-
psp_reference: PropTypes.string,
|
|
2121
|
-
authorization: T['io.flow.billing.reporting.csv.v0.models.reporting_authorization_reference'],
|
|
2122
|
-
settlement_date: PropTypes.string.isRequired,
|
|
2123
|
-
additional_authorizations: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata_additional_authorizations'],
|
|
2124
|
-
});
|
|
2125
|
-
|
|
2126
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment'] = PropTypes.exact({
|
|
2127
|
-
metadata: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'],
|
|
2128
|
-
psp: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2129
|
-
credit: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2130
|
-
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2131
|
-
});
|
|
2132
|
-
|
|
2133
|
-
T['io.flow.payment.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
2134
|
-
discriminator: PropTypes.oneOf(['routing_processor']).isRequired,
|
|
2135
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2136
|
-
});
|
|
2137
|
-
|
|
2138
1922
|
T['io.flow.payment.internal.v0.enums.adyen_integration_type'] = PropTypes.oneOf(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']);
|
|
2139
1923
|
|
|
2140
1924
|
T['io.flow.payment.internal.v0.models.adyen_authentication_data_reference'] = PropTypes.exact({
|
|
@@ -2167,16 +1951,6 @@ T['io.flow.payment.internal.v0.models.adyen_authentication_form'] = PropTypes.ex
|
|
|
2167
1951
|
T['io.flow.payment.internal.v0.enums.organization_capability'] = PropTypes.oneOf(['organization', 'flow', 'dynamic']);
|
|
2168
1952
|
T['io.flow.payment.internal.v0.enums.processor_entity_status'] = PropTypes.oneOf(['active', 'draft', 'archived']);
|
|
2169
1953
|
|
|
2170
|
-
T['io.flow.payment.internal.v0.models.processor_merchant_reference'] = PropTypes.exact({
|
|
2171
|
-
id: PropTypes.string.isRequired,
|
|
2172
|
-
organization_id: PropTypes.string.isRequired,
|
|
2173
|
-
key: PropTypes.string.isRequired,
|
|
2174
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2175
|
-
country: PropTypes.string.isRequired,
|
|
2176
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2177
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2178
|
-
});
|
|
2179
|
-
|
|
2180
1954
|
T['io.flow.payment.internal.v0.models.processor_entity_status_form'] = PropTypes.exact({
|
|
2181
1955
|
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2182
1956
|
});
|
|
@@ -2430,6 +2204,112 @@ T['io.flow.payment.internal.v0.models.afterpay_account'] = PropTypes.exact({
|
|
|
2430
2204
|
updated_at: PropTypes.string.isRequired,
|
|
2431
2205
|
});
|
|
2432
2206
|
|
|
2207
|
+
T['io.flow.payment.internal.v0.models.adyen_account_put_form'] = PropTypes.exact({
|
|
2208
|
+
discriminator: PropTypes.oneOf(['adyen_account_put_form']).isRequired,
|
|
2209
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2210
|
+
name: PropTypes.string.isRequired,
|
|
2211
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2212
|
+
authentication: T['io.flow.payment.internal.v0.models.adyen_authentication_form'].isRequired,
|
|
2213
|
+
country: PropTypes.string.isRequired,
|
|
2214
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2215
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2216
|
+
});
|
|
2217
|
+
|
|
2218
|
+
T['io.flow.payment.internal.v0.unions.processor_account_put_form'] = PropTypes.oneOfType([
|
|
2219
|
+
T['io.flow.payment.internal.v0.models.stripe_account_put_form'],
|
|
2220
|
+
T['io.flow.payment.internal.v0.models.adyen_account_put_form'],
|
|
2221
|
+
T['io.flow.payment.internal.v0.models.paypal_account_put_form'],
|
|
2222
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_put_form'],
|
|
2223
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_put_form'],
|
|
2224
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_put_form'],
|
|
2225
|
+
T['io.flow.payment.internal.v0.models.crypto_account_put_form'],
|
|
2226
|
+
]);
|
|
2227
|
+
|
|
2228
|
+
T['io.flow.payment.internal.v0.models.adyen_account_modification_form'] = PropTypes.exact({
|
|
2229
|
+
discriminator: PropTypes.oneOf(['adyen_account_modification_form']).isRequired,
|
|
2230
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2231
|
+
name: PropTypes.string.isRequired,
|
|
2232
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2233
|
+
country: PropTypes.string.isRequired,
|
|
2234
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2235
|
+
});
|
|
2236
|
+
|
|
2237
|
+
T['io.flow.payment.internal.v0.unions.processor_account_modification_form'] = PropTypes.oneOfType([
|
|
2238
|
+
T['io.flow.payment.internal.v0.models.stripe_account_modification_form'],
|
|
2239
|
+
T['io.flow.payment.internal.v0.models.adyen_account_modification_form'],
|
|
2240
|
+
T['io.flow.payment.internal.v0.models.paypal_account_modification_form'],
|
|
2241
|
+
T['io.flow.payment.internal.v0.models.afterpay_account_modification_form'],
|
|
2242
|
+
T['io.flow.payment.internal.v0.models.bitpay_account_modification_form'],
|
|
2243
|
+
T['io.flow.payment.internal.v0.models.fiserv_account_modification_form'],
|
|
2244
|
+
T['io.flow.payment.internal.v0.models.crypto_account_modification_form'],
|
|
2245
|
+
]);
|
|
2246
|
+
|
|
2247
|
+
T['io.flow.payment.internal.v0.models.adyen_account'] = PropTypes.exact({
|
|
2248
|
+
discriminator: PropTypes.oneOf(['adyen_account']).isRequired,
|
|
2249
|
+
id: PropTypes.string.isRequired,
|
|
2250
|
+
organization_id: PropTypes.string.isRequired,
|
|
2251
|
+
key: PropTypes.string.isRequired,
|
|
2252
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2253
|
+
name: PropTypes.string.isRequired,
|
|
2254
|
+
ui_reference: PropTypes.string.isRequired,
|
|
2255
|
+
authentication: T['io.flow.payment.internal.v0.models.adyen_authentication'].isRequired,
|
|
2256
|
+
country: PropTypes.string.isRequired,
|
|
2257
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2258
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2259
|
+
created_at: PropTypes.string.isRequired,
|
|
2260
|
+
updated_at: PropTypes.string.isRequired,
|
|
2261
|
+
});
|
|
2262
|
+
|
|
2263
|
+
T['io.flow.payment.internal.v0.unions.processor_account'] = PropTypes.oneOfType([
|
|
2264
|
+
T['io.flow.payment.internal.v0.models.stripe_account'],
|
|
2265
|
+
T['io.flow.payment.internal.v0.models.adyen_account'],
|
|
2266
|
+
T['io.flow.payment.internal.v0.models.paypal_account'],
|
|
2267
|
+
T['io.flow.payment.internal.v0.models.afterpay_account'],
|
|
2268
|
+
T['io.flow.payment.internal.v0.models.bitpay_account'],
|
|
2269
|
+
T['io.flow.payment.internal.v0.models.fiserv_account'],
|
|
2270
|
+
T['io.flow.payment.internal.v0.models.crypto_account'],
|
|
2271
|
+
]);
|
|
2272
|
+
|
|
2273
|
+
T['io.flow.billing.reporting.v0.enums.revenue_record_type'] = PropTypes.oneOf(['sales', 'refund']);
|
|
2274
|
+
|
|
2275
|
+
T['io.flow.billing.reporting.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
2276
|
+
entity: PropTypes.number.isRequired,
|
|
2277
|
+
});
|
|
2278
|
+
|
|
2279
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
2280
|
+
ids: PropTypes.string.isRequired,
|
|
2281
|
+
});
|
|
2282
|
+
|
|
2283
|
+
T['io.flow.billing.reporting.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
2284
|
+
id: PropTypes.string.isRequired,
|
|
2285
|
+
});
|
|
2286
|
+
|
|
2287
|
+
T['io.flow.payment.internal.v0.enums.processor'] = PropTypes.oneOf([
|
|
2288
|
+
'adyen',
|
|
2289
|
+
'afterpay',
|
|
2290
|
+
'bitpay',
|
|
2291
|
+
'stripe',
|
|
2292
|
+
'paypal',
|
|
2293
|
+
'flow_sandbox',
|
|
2294
|
+
'fiserv',
|
|
2295
|
+
'crypto',
|
|
2296
|
+
]);
|
|
2297
|
+
|
|
2298
|
+
T['io.flow.payment.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
2299
|
+
discriminator: PropTypes.oneOf(['routing_processor']).isRequired,
|
|
2300
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2301
|
+
});
|
|
2302
|
+
|
|
2303
|
+
T['io.flow.payment.internal.v0.models.processor_merchant_reference'] = PropTypes.exact({
|
|
2304
|
+
id: PropTypes.string.isRequired,
|
|
2305
|
+
organization_id: PropTypes.string.isRequired,
|
|
2306
|
+
key: PropTypes.string.isRequired,
|
|
2307
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2308
|
+
country: PropTypes.string.isRequired,
|
|
2309
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2310
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2311
|
+
});
|
|
2312
|
+
|
|
2433
2313
|
T['io.flow.payment.internal.v0.models.processor_account_reference'] = PropTypes.exact({
|
|
2434
2314
|
id: PropTypes.string.isRequired,
|
|
2435
2315
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -2504,71 +2384,250 @@ T['io.flow.payment.internal.v0.models.adyen_merchant'] = PropTypes.exact({
|
|
|
2504
2384
|
updated_at: PropTypes.string.isRequired,
|
|
2505
2385
|
});
|
|
2506
2386
|
|
|
2507
|
-
T['io.flow.
|
|
2508
|
-
|
|
2509
|
-
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
2510
|
-
name: PropTypes.string.isRequired,
|
|
2511
|
-
ui_reference: PropTypes.string.isRequired,
|
|
2512
|
-
authentication: T['io.flow.payment.internal.v0.models.adyen_authentication_form'].isRequired,
|
|
2513
|
-
country: PropTypes.string.isRequired,
|
|
2514
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'],
|
|
2515
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'],
|
|
2387
|
+
T['io.flow.billing.reporting.v0.models.reporting_usd'] = PropTypes.exact({
|
|
2388
|
+
usd: PropTypes.number.isRequired,
|
|
2516
2389
|
});
|
|
2517
2390
|
|
|
2518
|
-
T['io.flow.
|
|
2519
|
-
T['io.flow.payment.internal.v0.models.stripe_account_put_form'],
|
|
2520
|
-
T['io.flow.payment.internal.v0.models.adyen_account_put_form'],
|
|
2521
|
-
T['io.flow.payment.internal.v0.models.paypal_account_put_form'],
|
|
2522
|
-
T['io.flow.payment.internal.v0.models.afterpay_account_put_form'],
|
|
2523
|
-
T['io.flow.payment.internal.v0.models.bitpay_account_put_form'],
|
|
2524
|
-
T['io.flow.payment.internal.v0.models.fiserv_account_put_form'],
|
|
2525
|
-
T['io.flow.payment.internal.v0.models.crypto_account_put_form'],
|
|
2526
|
-
]);
|
|
2391
|
+
T['io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
2527
2392
|
|
|
2528
|
-
T['io.flow.
|
|
2529
|
-
|
|
2530
|
-
|
|
2393
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment_metadata'] = PropTypes.exact({
|
|
2394
|
+
gateway: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2395
|
+
method: PropTypes.string.isRequired,
|
|
2396
|
+
psp_reference: PropTypes.string,
|
|
2397
|
+
authorization: T['io.flow.billing.reporting.v0.models.reporting_authorization_reference'],
|
|
2398
|
+
settlement_date: PropTypes.string.isRequired,
|
|
2399
|
+
additional_authorizations: T['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'],
|
|
2400
|
+
});
|
|
2401
|
+
|
|
2402
|
+
T['io.flow.billing.reporting.v0.models.reporting_business'] = PropTypes.exact({
|
|
2403
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
2404
|
+
name: PropTypes.string,
|
|
2405
|
+
});
|
|
2406
|
+
|
|
2407
|
+
T['io.flow.billing.reporting.v0.models.reporting_fx'] = PropTypes.exact({
|
|
2408
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2409
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2410
|
+
product: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2411
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2412
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2413
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2414
|
+
});
|
|
2415
|
+
|
|
2416
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
2417
|
+
zero_vat_product: PropTypes.bool.isRequired,
|
|
2418
|
+
});
|
|
2419
|
+
|
|
2420
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
2421
|
+
replacement: PropTypes.bool.isRequired,
|
|
2422
|
+
virtual: T['io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
2423
|
+
duties_guaranteed: PropTypes.bool.isRequired,
|
|
2424
|
+
wyol: PropTypes.bool.isRequired,
|
|
2425
|
+
b2b: PropTypes.bool.isRequired,
|
|
2426
|
+
domestic: PropTypes.bool.isRequired,
|
|
2427
|
+
});
|
|
2428
|
+
|
|
2429
|
+
T['io.flow.billing.reporting.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
2430
|
+
carrier: PropTypes.string.isRequired,
|
|
2431
|
+
tracking_number: PropTypes.string,
|
|
2432
|
+
});
|
|
2433
|
+
|
|
2434
|
+
T['io.flow.billing.reporting.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
2435
|
+
id: PropTypes.string.isRequired,
|
|
2436
|
+
});
|
|
2437
|
+
|
|
2438
|
+
T['io.flow.billing.reporting.v0.models.reporting_province'] = PropTypes.exact({
|
|
2439
|
+
code: PropTypes.string,
|
|
2531
2440
|
name: PropTypes.string.isRequired,
|
|
2532
|
-
ui_reference: PropTypes.string.isRequired,
|
|
2533
|
-
country: PropTypes.string.isRequired,
|
|
2534
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2535
2441
|
});
|
|
2536
2442
|
|
|
2537
|
-
T['io.flow.
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
T['io.flow.
|
|
2544
|
-
T['io.flow.
|
|
2443
|
+
T['io.flow.billing.reporting.v0.models.reporting_country'] = PropTypes.exact({
|
|
2444
|
+
code: PropTypes.string.isRequired,
|
|
2445
|
+
is_eu: PropTypes.bool.isRequired,
|
|
2446
|
+
});
|
|
2447
|
+
|
|
2448
|
+
T['io.flow.billing.reporting.v0.models.reporting_destination'] = PropTypes.exact({
|
|
2449
|
+
country: T['io.flow.billing.reporting.v0.models.reporting_country'].isRequired,
|
|
2450
|
+
province: T['io.flow.billing.reporting.v0.models.reporting_province'],
|
|
2451
|
+
});
|
|
2452
|
+
|
|
2453
|
+
T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'] = PropTypes.exact({
|
|
2454
|
+
price: PropTypes.bool,
|
|
2455
|
+
tax: PropTypes.bool,
|
|
2456
|
+
duty: PropTypes.bool,
|
|
2457
|
+
});
|
|
2458
|
+
|
|
2459
|
+
T['io.flow.billing.reporting.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
|
|
2460
|
+
|
|
2461
|
+
T['io.flow.billing.reporting.v0.models.report_form'] = PropTypes.exact({
|
|
2462
|
+
from: PropTypes.string.isRequired,
|
|
2463
|
+
to: PropTypes.string.isRequired,
|
|
2464
|
+
type: T['io.flow.billing.reporting.v0.enums.report_type'].isRequired,
|
|
2465
|
+
});
|
|
2466
|
+
|
|
2467
|
+
T['io.flow.billing.reporting.v0.enums.report_status'] = PropTypes.oneOf(['created', 'completed', 'completed_no_records', 'failed']);
|
|
2468
|
+
|
|
2469
|
+
T['io.flow.billing.reporting.v0.models.report'] = PropTypes.exact({
|
|
2470
|
+
id: PropTypes.string.isRequired,
|
|
2471
|
+
status: T['io.flow.billing.reporting.v0.enums.report_status'].isRequired,
|
|
2472
|
+
type: T['io.flow.billing.reporting.v0.enums.report_type'].isRequired,
|
|
2473
|
+
from: PropTypes.string.isRequired,
|
|
2474
|
+
to: PropTypes.string.isRequired,
|
|
2475
|
+
url: PropTypes.string,
|
|
2476
|
+
processed_at: PropTypes.string,
|
|
2477
|
+
});
|
|
2478
|
+
|
|
2479
|
+
T['io.flow.billing.reporting.v0.models.report_bank_account'] = PropTypes.exact({
|
|
2480
|
+
id: PropTypes.string,
|
|
2481
|
+
last4: PropTypes.string,
|
|
2482
|
+
});
|
|
2483
|
+
|
|
2484
|
+
T['io.flow.billing.reporting.v0.models.report_payment'] = PropTypes.exact({
|
|
2485
|
+
id: PropTypes.string.isRequired,
|
|
2486
|
+
created_at: PropTypes.string.isRequired,
|
|
2487
|
+
});
|
|
2488
|
+
|
|
2489
|
+
T['io.flow.billing.reporting.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
2490
|
+
transaction: PropTypes.number.isRequired,
|
|
2491
|
+
merchant: PropTypes.number.isRequired,
|
|
2492
|
+
entity: PropTypes.number.isRequired,
|
|
2493
|
+
usd: PropTypes.number.isRequired,
|
|
2494
|
+
eur: PropTypes.number.isRequired,
|
|
2495
|
+
});
|
|
2496
|
+
|
|
2497
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment'] = PropTypes.exact({
|
|
2498
|
+
metadata: T['io.flow.billing.reporting.v0.models.reporting_payment_metadata'],
|
|
2499
|
+
psp: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2500
|
+
credit: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2501
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2502
|
+
});
|
|
2503
|
+
|
|
2504
|
+
T['io.flow.billing.reporting.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
2505
|
+
fuel: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2506
|
+
remote_area: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2507
|
+
oversize: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2508
|
+
ccf: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2509
|
+
emergency: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2510
|
+
peak: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2511
|
+
});
|
|
2512
|
+
|
|
2513
|
+
T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
2514
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2515
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_shopper_fees'].isRequired,
|
|
2516
|
+
product: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2517
|
+
subtotal: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2518
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2519
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2520
|
+
discount: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2521
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2522
|
+
});
|
|
2523
|
+
|
|
2524
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
2525
|
+
id: PropTypes.string.isRequired,
|
|
2526
|
+
sequence_number: PropTypes.number.isRequired,
|
|
2527
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
2528
|
+
completes_order: PropTypes.bool.isRequired,
|
|
2529
|
+
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
2530
|
+
refund: T['io.flow.billing.reporting.v0.models.reporting_refund_reference'],
|
|
2531
|
+
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
2532
|
+
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
2533
|
+
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'],
|
|
2534
|
+
shipment: T['io.flow.billing.reporting.v0.models.reporting_shipment'],
|
|
2535
|
+
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
2536
|
+
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
2537
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
2538
|
+
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
2539
|
+
});
|
|
2540
|
+
|
|
2541
|
+
T['io.flow.common.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
2542
|
+
T['io.flow.common.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
2543
|
+
|
|
2544
|
+
T['io.flow.common.v0.enums.day_of_week'] = PropTypes.oneOf([
|
|
2545
|
+
'sunday',
|
|
2546
|
+
'monday',
|
|
2547
|
+
'tuesday',
|
|
2548
|
+
'wednesday',
|
|
2549
|
+
'thursday',
|
|
2550
|
+
'friday',
|
|
2551
|
+
'saturday',
|
|
2545
2552
|
]);
|
|
2546
2553
|
|
|
2547
|
-
T['io.flow.
|
|
2548
|
-
|
|
2554
|
+
T['io.flow.fulfillment.v0.models.scheduled_pickup'] = PropTypes.exact({
|
|
2555
|
+
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
2556
|
+
hour_of_day: PropTypes.string.isRequired,
|
|
2557
|
+
minute_of_hour: PropTypes.string.isRequired,
|
|
2558
|
+
});
|
|
2559
|
+
|
|
2560
|
+
T['io.flow.fulfillment.v0.models.available_service'] = PropTypes.exact({
|
|
2561
|
+
service: PropTypes.string.isRequired,
|
|
2562
|
+
scheduled_pickups: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.scheduled_pickup']),
|
|
2563
|
+
lead_days: T['io.flow.fulfillment.v0.models.number_range'],
|
|
2564
|
+
});
|
|
2565
|
+
|
|
2566
|
+
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'] = PropTypes.exact({
|
|
2567
|
+
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
2568
|
+
window: T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_pickup_window'].isRequired,
|
|
2569
|
+
instructions: PropTypes.string,
|
|
2570
|
+
});
|
|
2571
|
+
|
|
2572
|
+
T['io.flow.common.v0.models.price_source_price_book_reference'] = PropTypes.exact({
|
|
2549
2573
|
id: PropTypes.string.isRequired,
|
|
2550
|
-
organization_id: PropTypes.string.isRequired,
|
|
2551
2574
|
key: PropTypes.string.isRequired,
|
|
2552
|
-
|
|
2575
|
+
});
|
|
2576
|
+
|
|
2577
|
+
T['io.flow.common.v0.enums.margin_type'] = PropTypes.oneOf(['fixed', 'percent']);
|
|
2578
|
+
|
|
2579
|
+
T['io.flow.common.v0.models.margin'] = PropTypes.exact({
|
|
2580
|
+
type: T['io.flow.common.v0.enums.margin_type'].isRequired,
|
|
2581
|
+
value: PropTypes.number.isRequired,
|
|
2582
|
+
});
|
|
2583
|
+
|
|
2584
|
+
T['io.flow.common.v0.models.logo_image_static'] = PropTypes.exact({
|
|
2585
|
+
url: PropTypes.string.isRequired,
|
|
2586
|
+
width: PropTypes.number.isRequired,
|
|
2587
|
+
height: PropTypes.number.isRequired,
|
|
2588
|
+
});
|
|
2589
|
+
|
|
2590
|
+
T['io.flow.common.v0.models.input_specification_limitation_max'] = PropTypes.exact({
|
|
2591
|
+
discriminator: PropTypes.oneOf(['input_specification_limitation_max']).isRequired,
|
|
2592
|
+
max: PropTypes.number.isRequired,
|
|
2593
|
+
});
|
|
2594
|
+
|
|
2595
|
+
T['io.flow.common.v0.unions.input_specification_limitation'] = PropTypes.oneOfType([T['io.flow.common.v0.models.input_specification_limitation_max']]);
|
|
2596
|
+
T['io.flow.common.v0.enums.input_specification_type'] = PropTypes.oneOf(['text', 'number']);
|
|
2597
|
+
T['io.flow.common.v0.enums.included_levy_key'] = PropTypes.oneOf(['duty', 'vat', 'vat_and_duty', 'none']);
|
|
2598
|
+
|
|
2599
|
+
T['io.flow.price.v0.models.price_book_form'] = PropTypes.exact({
|
|
2600
|
+
currency: PropTypes.string.isRequired,
|
|
2553
2601
|
name: PropTypes.string.isRequired,
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
country: PropTypes.string.isRequired,
|
|
2557
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2558
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2559
|
-
created_at: PropTypes.string.isRequired,
|
|
2560
|
-
updated_at: PropTypes.string.isRequired,
|
|
2602
|
+
includes: T['io.flow.common.v0.enums.included_levy_key'].isRequired,
|
|
2603
|
+
status: T['io.flow.common.v0.enums.price_book_status'],
|
|
2561
2604
|
});
|
|
2562
2605
|
|
|
2563
|
-
T['io.flow.
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
]);
|
|
2606
|
+
T['io.flow.common.v0.enums.exception_type'] = PropTypes.oneOf(['open', 'closed']);
|
|
2607
|
+
T['io.flow.common.v0.enums.entity_identifier_type'] = PropTypes.oneOf(['ioss', 'voec']);
|
|
2608
|
+
|
|
2609
|
+
T['io.flow.common.v0.models.discount_offer_percent'] = PropTypes.exact({
|
|
2610
|
+
discriminator: PropTypes.oneOf(['discount_offer_percent']).isRequired,
|
|
2611
|
+
percent: PropTypes.number.isRequired,
|
|
2612
|
+
});
|
|
2613
|
+
|
|
2614
|
+
T['io.flow.common.v0.enums.discount_target'] = PropTypes.oneOf(['item', 'shipping']);
|
|
2615
|
+
|
|
2616
|
+
T['io.flow.partner.v0.models.partner_order_reference'] = PropTypes.exact({
|
|
2617
|
+
id: PropTypes.string.isRequired,
|
|
2618
|
+
number: PropTypes.string.isRequired,
|
|
2619
|
+
});
|
|
2620
|
+
|
|
2621
|
+
T['io.flow.partner.v0.models.partner_organization_reference'] = PropTypes.exact({
|
|
2622
|
+
id: PropTypes.string.isRequired,
|
|
2623
|
+
});
|
|
2624
|
+
|
|
2625
|
+
T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
2626
|
+
id: PropTypes.string.isRequired,
|
|
2627
|
+
organization: T['io.flow.partner.v0.models.partner_organization_reference'].isRequired,
|
|
2628
|
+
order: T['io.flow.partner.v0.models.partner_order_reference'].isRequired,
|
|
2629
|
+
number: PropTypes.string.isRequired,
|
|
2630
|
+
});
|
|
2572
2631
|
|
|
2573
2632
|
T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
|
|
2574
2633
|
'adjustment',
|
|
@@ -3488,6 +3547,29 @@ T['io.flow.shopify.markets.v0.models.shopify_order_id'] = PropTypes.exact({
|
|
|
3488
3547
|
id: PropTypes.number.isRequired,
|
|
3489
3548
|
});
|
|
3490
3549
|
|
|
3550
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_type'] = PropTypes.oneOf(['mutation', 'query']);
|
|
3551
|
+
|
|
3552
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_status'] = PropTypes.oneOf([
|
|
3553
|
+
'canceled',
|
|
3554
|
+
'canceling',
|
|
3555
|
+
'completed',
|
|
3556
|
+
'created',
|
|
3557
|
+
'expired',
|
|
3558
|
+
'failed',
|
|
3559
|
+
'running',
|
|
3560
|
+
]);
|
|
3561
|
+
|
|
3562
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_error_code'] = PropTypes.oneOf(['access_denied', 'internal_server_error', 'timeout']);
|
|
3563
|
+
|
|
3564
|
+
T['io.flow.shopify.markets.v0.models.shopify_bulk_operations_finish'] = PropTypes.exact({
|
|
3565
|
+
admin_graphql_api_id: PropTypes.string.isRequired,
|
|
3566
|
+
completed_at: PropTypes.string,
|
|
3567
|
+
created_at: PropTypes.string.isRequired,
|
|
3568
|
+
error_code: T['io.flow.shopify.markets.v0.enums.bulk_operation_error_code'],
|
|
3569
|
+
status: T['io.flow.shopify.markets.v0.enums.bulk_operation_status'].isRequired,
|
|
3570
|
+
type: T['io.flow.shopify.markets.v0.enums.bulk_operation_type'].isRequired,
|
|
3571
|
+
});
|
|
3572
|
+
|
|
3491
3573
|
T['io.flow.shopify.markets.v0.enums.shopify_discount_value_type'] = PropTypes.oneOf(['fixed_amount', 'percentage']);
|
|
3492
3574
|
|
|
3493
3575
|
T['io.flow.shopify.markets.v0.models.shopify_applied_discount'] = PropTypes.exact({
|
|
@@ -5014,6 +5096,11 @@ T['io.flow.channel.internal.v0.models.channel_order_acceptance'] = PropTypes.exa
|
|
|
5014
5096
|
order_updated_at: PropTypes.string,
|
|
5015
5097
|
});
|
|
5016
5098
|
|
|
5099
|
+
T['io.flow.channel.internal.v0.models.channel_order_acceptance_details'] = PropTypes.exact({
|
|
5100
|
+
order_acceptance: T['io.flow.channel.internal.v0.models.channel_order_acceptance'].isRequired,
|
|
5101
|
+
external_order: PropTypes.object.isRequired,
|
|
5102
|
+
});
|
|
5103
|
+
|
|
5017
5104
|
T['io.flow.shopify.markets.internal.v0.models.product_restriction_result_validation_error'] = PropTypes.exact({
|
|
5018
5105
|
message: PropTypes.string.isRequired,
|
|
5019
5106
|
reason: PropTypes.string.isRequired,
|
|
@@ -7281,6 +7368,17 @@ T['io.flow.billing.internal.v0.models.account_summary'] = PropTypes.exact({
|
|
|
7281
7368
|
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7282
7369
|
});
|
|
7283
7370
|
|
|
7371
|
+
T['io.flow.billing.reporting.v0.models.report_account'] = PropTypes.exact({
|
|
7372
|
+
id: PropTypes.string.isRequired,
|
|
7373
|
+
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7374
|
+
});
|
|
7375
|
+
|
|
7376
|
+
T['io.flow.billing.reporting.v0.models.non_channel_payment_bank_account'] = PropTypes.exact({
|
|
7377
|
+
payment: T['io.flow.billing.reporting.v0.models.report_payment'].isRequired,
|
|
7378
|
+
bank_account: T['io.flow.billing.reporting.v0.models.report_bank_account'].isRequired,
|
|
7379
|
+
account: T['io.flow.billing.reporting.v0.models.report_account'].isRequired,
|
|
7380
|
+
});
|
|
7381
|
+
|
|
7284
7382
|
T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers'] = PropTypes.exact({
|
|
7285
7383
|
shopify_order_id: PropTypes.string,
|
|
7286
7384
|
});
|
|
@@ -7294,6 +7392,12 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'] = Pro
|
|
|
7294
7392
|
original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'].isRequired,
|
|
7295
7393
|
});
|
|
7296
7394
|
|
|
7395
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'] = PropTypes.exact({
|
|
7396
|
+
label_id: PropTypes.string.isRequired,
|
|
7397
|
+
base_amount: PropTypes.number,
|
|
7398
|
+
percentage: PropTypes.number,
|
|
7399
|
+
});
|
|
7400
|
+
|
|
7297
7401
|
T['io.flow.billing.csv.v0.models.billing_csv_transaction_account_source_summary'] = PropTypes.exact({
|
|
7298
7402
|
id: PropTypes.string.isRequired,
|
|
7299
7403
|
type: T['io.flow.billing.internal.v0.enums.account_type'].isRequired,
|
|
@@ -7712,6 +7816,8 @@ T['io.flow.payment.gateway.v0.models.payment_reversal'] = PropTypes.exact({
|
|
|
7712
7816
|
id: PropTypes.string.isRequired,
|
|
7713
7817
|
amount: PropTypes.number.isRequired,
|
|
7714
7818
|
currency: PropTypes.string.isRequired,
|
|
7819
|
+
base_amount: PropTypes.number,
|
|
7820
|
+
base_currency: PropTypes.string,
|
|
7715
7821
|
created_at: PropTypes.string.isRequired,
|
|
7716
7822
|
updated_at: PropTypes.string.isRequired,
|
|
7717
7823
|
status: T['io.flow.payment.gateway.v0.models.payment_reversal_status'].isRequired,
|
|
@@ -7743,6 +7849,8 @@ T['io.flow.payment.gateway.v0.models.payment_refund'] = PropTypes.exact({
|
|
|
7743
7849
|
id: PropTypes.string.isRequired,
|
|
7744
7850
|
amount: PropTypes.number.isRequired,
|
|
7745
7851
|
currency: PropTypes.string.isRequired,
|
|
7852
|
+
base_amount: PropTypes.number,
|
|
7853
|
+
base_currency: PropTypes.string,
|
|
7746
7854
|
created_at: PropTypes.string.isRequired,
|
|
7747
7855
|
updated_at: PropTypes.string.isRequired,
|
|
7748
7856
|
status: T['io.flow.payment.gateway.v0.models.payment_refund_status'].isRequired,
|
|
@@ -7856,6 +7964,8 @@ T['io.flow.payment.gateway.v0.models.payment_capture'] = PropTypes.exact({
|
|
|
7856
7964
|
id: PropTypes.string.isRequired,
|
|
7857
7965
|
amount: PropTypes.number.isRequired,
|
|
7858
7966
|
currency: PropTypes.string.isRequired,
|
|
7967
|
+
base_amount: PropTypes.number,
|
|
7968
|
+
base_currency: PropTypes.string,
|
|
7859
7969
|
created_at: PropTypes.string.isRequired,
|
|
7860
7970
|
updated_at: PropTypes.string.isRequired,
|
|
7861
7971
|
status: T['io.flow.payment.gateway.v0.models.payment_capture_status'].isRequired,
|
|
@@ -10149,6 +10259,14 @@ T['io.flow.internal.v0.models.calculator_organization_settings_deleted'] = PropT
|
|
|
10149
10259
|
id: PropTypes.string.isRequired,
|
|
10150
10260
|
});
|
|
10151
10261
|
|
|
10262
|
+
T['io.flow.internal.v0.models.revenue_record_deleted'] = PropTypes.exact({
|
|
10263
|
+
discriminator: PropTypes.oneOf(['revenue_record_deleted']).isRequired,
|
|
10264
|
+
event_id: PropTypes.string.isRequired,
|
|
10265
|
+
timestamp: PropTypes.string.isRequired,
|
|
10266
|
+
organization: PropTypes.string.isRequired,
|
|
10267
|
+
id: PropTypes.string.isRequired,
|
|
10268
|
+
});
|
|
10269
|
+
|
|
10152
10270
|
T['io.flow.internal.v0.models.sales_record_deleted'] = PropTypes.exact({
|
|
10153
10271
|
discriminator: PropTypes.oneOf(['sales_record_deleted']).isRequired,
|
|
10154
10272
|
event_id: PropTypes.string.isRequired,
|
|
@@ -11265,6 +11383,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
|
11265
11383
|
'themes/create',
|
|
11266
11384
|
'themes/publish',
|
|
11267
11385
|
'themes/update',
|
|
11386
|
+
'bulk_operations/finish',
|
|
11268
11387
|
]);
|
|
11269
11388
|
|
|
11270
11389
|
T['io.flow.shopify.markets.v0.models.shopify_webhook_request'] = PropTypes.exact({
|
|
@@ -11513,124 +11632,149 @@ T['io.flow.payment.v0.unions.expandable_payment_processor'] = PropTypes.oneOfTyp
|
|
|
11513
11632
|
T['io.flow.payment.v0.models.payment_processor_reference'],
|
|
11514
11633
|
]);
|
|
11515
11634
|
|
|
11516
|
-
T['io.flow.billing.reporting.
|
|
11517
|
-
|
|
11518
|
-
|
|
11519
|
-
allocation_order_item_discount_delta: PropTypes.number,
|
|
11520
|
-
missing_item_subsidies: T['io.flow.billing.reporting.csv.v0.models.reporting_debug_missing_subsidies'],
|
|
11521
|
-
missing_shipping_subsidies: T['io.flow.billing.reporting.csv.v0.models.reporting_debug_missing_subsidies'],
|
|
11635
|
+
T['io.flow.billing.reporting.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11636
|
+
products: PropTypes.bool.isRequired,
|
|
11637
|
+
shipping: PropTypes.bool.isRequired,
|
|
11522
11638
|
});
|
|
11523
11639
|
|
|
11524
|
-
T['io.flow.billing.reporting.
|
|
11640
|
+
T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11525
11641
|
currency: PropTypes.string.isRequired,
|
|
11526
|
-
rate: T['io.flow.billing.reporting.
|
|
11642
|
+
rate: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11527
11643
|
});
|
|
11528
11644
|
|
|
11529
|
-
T['io.flow.billing.reporting.csv.v0.models.
|
|
11530
|
-
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
|
|
11645
|
+
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
11646
|
+
id: PropTypes.string.isRequired,
|
|
11647
|
+
sequence_number: PropTypes.number.isRequired,
|
|
11648
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
11649
|
+
completes_order: PropTypes.bool.isRequired,
|
|
11650
|
+
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
11651
|
+
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
11652
|
+
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
11653
|
+
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'].isRequired,
|
|
11654
|
+
carrier: PropTypes.string,
|
|
11655
|
+
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
11656
|
+
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
11657
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
11658
|
+
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
11535
11659
|
});
|
|
11536
11660
|
|
|
11537
|
-
T['io.flow.billing.reporting.
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
|
|
11543
|
-
rate_lock: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11544
|
-
transfer: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11661
|
+
T['io.flow.billing.reporting.v0.models.reporting_debug'] = PropTypes.exact({
|
|
11662
|
+
console_order_link: PropTypes.string.isRequired,
|
|
11663
|
+
allocation_order_totals_delta: PropTypes.number,
|
|
11664
|
+
allocation_order_item_discount_delta: PropTypes.number,
|
|
11665
|
+
missing_item_subsidies: T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'],
|
|
11666
|
+
missing_shipping_subsidies: T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'],
|
|
11545
11667
|
});
|
|
11546
11668
|
|
|
11547
|
-
T['io.flow.billing.reporting.
|
|
11548
|
-
|
|
11549
|
-
|
|
11550
|
-
|
|
11551
|
-
|
|
11669
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'] = PropTypes.exact({
|
|
11670
|
+
adjustment: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11671
|
+
reversal: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11672
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11673
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11674
|
+
freight: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11675
|
+
refund: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11552
11676
|
});
|
|
11553
11677
|
|
|
11554
|
-
T['io.flow.billing.reporting.
|
|
11555
|
-
|
|
11556
|
-
|
|
11678
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'] = PropTypes.exact({
|
|
11679
|
+
duty_guarantee: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11680
|
+
mor: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11681
|
+
fraud: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11682
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11683
|
+
processing: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11684
|
+
rate_lock: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11685
|
+
transfer: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11686
|
+
});
|
|
11687
|
+
|
|
11688
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'] = PropTypes.exact({
|
|
11689
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11690
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11691
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11692
|
+
ccf: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11557
11693
|
});
|
|
11558
11694
|
|
|
11559
|
-
T['io.flow.billing.reporting.
|
|
11695
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_breakdown'] = PropTypes.exact({
|
|
11696
|
+
subsidies: T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11697
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'].isRequired,
|
|
11698
|
+
transactions: T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'].isRequired,
|
|
11699
|
+
});
|
|
11700
|
+
|
|
11701
|
+
T['io.flow.billing.reporting.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11560
11702
|
date: PropTypes.string.isRequired,
|
|
11561
11703
|
month: PropTypes.number.isRequired,
|
|
11562
11704
|
year: PropTypes.number.isRequired,
|
|
11563
11705
|
});
|
|
11564
11706
|
|
|
11565
|
-
T['io.flow.billing.reporting.
|
|
11566
|
-
id: PropTypes.string.isRequired,
|
|
11567
|
-
sequence_number: PropTypes.number.isRequired,
|
|
11568
|
-
fulfilled_at: PropTypes.string.isRequired,
|
|
11569
|
-
completes_order: PropTypes.bool.isRequired,
|
|
11570
|
-
payment: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment'].isRequired,
|
|
11571
|
-
value: T['io.flow.billing.reporting.csv.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
11572
|
-
dispatch_country: T['io.flow.billing.reporting.csv.v0.models.reporting_country'],
|
|
11573
|
-
destination: T['io.flow.billing.reporting.csv.v0.models.reporting_destination'].isRequired,
|
|
11574
|
-
carrier: PropTypes.string,
|
|
11575
|
-
is: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_is'].isRequired,
|
|
11576
|
-
has: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_has'].isRequired,
|
|
11577
|
-
fx: T['io.flow.billing.reporting.csv.v0.models.reporting_fx'].isRequired,
|
|
11578
|
-
business: T['io.flow.billing.reporting.csv.v0.models.reporting_business'],
|
|
11579
|
-
});
|
|
11580
|
-
|
|
11581
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11707
|
+
T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11582
11708
|
merchant: PropTypes.number.isRequired,
|
|
11583
11709
|
entity: PropTypes.number.isRequired,
|
|
11584
11710
|
usd: PropTypes.number.isRequired,
|
|
11585
11711
|
eur: PropTypes.number.isRequired,
|
|
11586
11712
|
});
|
|
11587
11713
|
|
|
11588
|
-
T['io.flow.billing.reporting.
|
|
11714
|
+
T['io.flow.billing.reporting.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11589
11715
|
transaction: PropTypes.string.isRequired,
|
|
11590
11716
|
merchant: PropTypes.string.isRequired,
|
|
11591
11717
|
entity: PropTypes.string.isRequired,
|
|
11592
11718
|
});
|
|
11593
11719
|
|
|
11594
|
-
T['io.flow.billing.reporting.
|
|
11720
|
+
T['io.flow.billing.reporting.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11595
11721
|
id: PropTypes.string.isRequired,
|
|
11596
11722
|
});
|
|
11597
11723
|
|
|
11598
|
-
T['io.flow.billing.reporting.
|
|
11724
|
+
T['io.flow.billing.reporting.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11599
11725
|
id: PropTypes.string.isRequired,
|
|
11600
11726
|
});
|
|
11601
11727
|
|
|
11602
|
-
T['io.flow.billing.reporting.
|
|
11728
|
+
T['io.flow.billing.reporting.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11603
11729
|
id: PropTypes.string.isRequired,
|
|
11604
11730
|
number: PropTypes.string.isRequired,
|
|
11605
11731
|
submitted_at: PropTypes.string.isRequired,
|
|
11606
11732
|
});
|
|
11607
11733
|
|
|
11608
|
-
T['io.flow.billing.reporting.
|
|
11734
|
+
T['io.flow.billing.reporting.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11609
11735
|
id: PropTypes.string.isRequired,
|
|
11610
11736
|
name: PropTypes.string.isRequired,
|
|
11611
11737
|
});
|
|
11612
11738
|
|
|
11613
|
-
T['io.flow.billing.reporting.
|
|
11739
|
+
T['io.flow.billing.reporting.v0.models.record_reference'] = PropTypes.exact({
|
|
11614
11740
|
id: PropTypes.string.isRequired,
|
|
11615
11741
|
});
|
|
11616
11742
|
|
|
11743
|
+
T['io.flow.billing.reporting.v0.models.revenue_record'] = PropTypes.exact({
|
|
11744
|
+
id: PropTypes.string.isRequired,
|
|
11745
|
+
organization: T['io.flow.billing.reporting.v0.models.reporting_organization_summary'].isRequired,
|
|
11746
|
+
parent: T['io.flow.billing.reporting.v0.models.record_reference'],
|
|
11747
|
+
type: T['io.flow.billing.reporting.v0.enums.revenue_record_type'].isRequired,
|
|
11748
|
+
order: T['io.flow.billing.reporting.v0.models.reporting_order_summary'].isRequired,
|
|
11749
|
+
entity: T['io.flow.billing.reporting.v0.models.reporting_entity'].isRequired,
|
|
11750
|
+
vendor: T['io.flow.billing.reporting.v0.models.reporting_vendor'].isRequired,
|
|
11751
|
+
currencies: T['io.flow.billing.reporting.v0.models.reporting_currencies'].isRequired,
|
|
11752
|
+
conversion_rate: T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'].isRequired,
|
|
11753
|
+
reconciliation: T['io.flow.billing.reporting.v0.models.reporting_reconciliation'].isRequired,
|
|
11754
|
+
merchant: T['io.flow.billing.reporting.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
11755
|
+
fulfillment: T['io.flow.billing.reporting.v0.models.reporting_fulfillment'].isRequired,
|
|
11756
|
+
vat_remittance: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'].isRequired,
|
|
11757
|
+
marked_as_final: T['io.flow.billing.reporting.v0.models.marked_as_final'].isRequired,
|
|
11758
|
+
debug: T['io.flow.billing.reporting.v0.models.reporting_debug'].isRequired,
|
|
11759
|
+
});
|
|
11760
|
+
|
|
11617
11761
|
T['io.flow.billing.reporting.csv.v0.models.sales_record'] = PropTypes.exact({
|
|
11618
11762
|
id: PropTypes.string.isRequired,
|
|
11619
|
-
parent: T['io.flow.billing.reporting.
|
|
11620
|
-
merchant: T['io.flow.billing.reporting.
|
|
11621
|
-
order: T['io.flow.billing.reporting.
|
|
11622
|
-
entity: T['io.flow.billing.reporting.
|
|
11623
|
-
vendor: T['io.flow.billing.reporting.
|
|
11624
|
-
currencies: T['io.flow.billing.reporting.
|
|
11625
|
-
conversion_rate: T['io.flow.billing.reporting.
|
|
11763
|
+
parent: T['io.flow.billing.reporting.v0.models.record_reference'],
|
|
11764
|
+
merchant: T['io.flow.billing.reporting.v0.models.reporting_organization_summary'].isRequired,
|
|
11765
|
+
order: T['io.flow.billing.reporting.v0.models.reporting_order_summary'].isRequired,
|
|
11766
|
+
entity: T['io.flow.billing.reporting.v0.models.reporting_entity'].isRequired,
|
|
11767
|
+
vendor: T['io.flow.billing.reporting.v0.models.reporting_vendor'].isRequired,
|
|
11768
|
+
currencies: T['io.flow.billing.reporting.v0.models.reporting_currencies'].isRequired,
|
|
11769
|
+
conversion_rate: T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'].isRequired,
|
|
11770
|
+
reconciliation: T['io.flow.billing.reporting.v0.models.reporting_reconciliation'].isRequired,
|
|
11771
|
+
merchant_subsidies: T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11772
|
+
merchant_fees: T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'].isRequired,
|
|
11773
|
+
merchant_transactions: T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'].isRequired,
|
|
11774
|
+
debug: T['io.flow.billing.reporting.v0.models.reporting_debug'].isRequired,
|
|
11626
11775
|
fulfillment: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'].isRequired,
|
|
11627
|
-
|
|
11628
|
-
marked_as_final: T['io.flow.billing.reporting.
|
|
11629
|
-
merchant_subsidies: T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11630
|
-
merchant_fees: T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_fees'].isRequired,
|
|
11631
|
-
merchant_transactions: T['io.flow.billing.reporting.csv.v0.models.reporting_merchant_transactions'].isRequired,
|
|
11632
|
-
vat_remittance: T['io.flow.billing.reporting.csv.v0.models.reporting_vat_remittance'].isRequired,
|
|
11633
|
-
debug: T['io.flow.billing.reporting.csv.v0.models.reporting_debug'].isRequired,
|
|
11776
|
+
vat_remittance: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'].isRequired,
|
|
11777
|
+
marked_as_final: T['io.flow.billing.reporting.v0.models.marked_as_final'].isRequired,
|
|
11634
11778
|
});
|
|
11635
11779
|
|
|
11636
11780
|
T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
@@ -11641,6 +11785,55 @@ T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
|
11641
11785
|
sales_record: T['io.flow.billing.reporting.csv.v0.models.sales_record'].isRequired,
|
|
11642
11786
|
});
|
|
11643
11787
|
|
|
11788
|
+
T['io.flow.internal.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11789
|
+
products: PropTypes.bool.isRequired,
|
|
11790
|
+
shipping: PropTypes.bool.isRequired,
|
|
11791
|
+
});
|
|
11792
|
+
|
|
11793
|
+
T['io.flow.internal.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11794
|
+
date: PropTypes.string.isRequired,
|
|
11795
|
+
month: PropTypes.number.isRequired,
|
|
11796
|
+
year: PropTypes.number.isRequired,
|
|
11797
|
+
});
|
|
11798
|
+
|
|
11799
|
+
T['io.flow.internal.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11800
|
+
merchant: PropTypes.number.isRequired,
|
|
11801
|
+
entity: PropTypes.number.isRequired,
|
|
11802
|
+
usd: PropTypes.number.isRequired,
|
|
11803
|
+
eur: PropTypes.number.isRequired,
|
|
11804
|
+
});
|
|
11805
|
+
|
|
11806
|
+
T['io.flow.internal.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11807
|
+
transaction: PropTypes.string.isRequired,
|
|
11808
|
+
merchant: PropTypes.string.isRequired,
|
|
11809
|
+
entity: PropTypes.string.isRequired,
|
|
11810
|
+
});
|
|
11811
|
+
|
|
11812
|
+
T['io.flow.internal.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11813
|
+
id: PropTypes.string.isRequired,
|
|
11814
|
+
});
|
|
11815
|
+
|
|
11816
|
+
T['io.flow.internal.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11817
|
+
id: PropTypes.string.isRequired,
|
|
11818
|
+
});
|
|
11819
|
+
|
|
11820
|
+
T['io.flow.internal.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11821
|
+
id: PropTypes.string.isRequired,
|
|
11822
|
+
number: PropTypes.string.isRequired,
|
|
11823
|
+
submitted_at: PropTypes.string.isRequired,
|
|
11824
|
+
});
|
|
11825
|
+
|
|
11826
|
+
T['io.flow.internal.v0.enums.revenue_record_type'] = PropTypes.oneOf(['sales', 'refund']);
|
|
11827
|
+
|
|
11828
|
+
T['io.flow.internal.v0.models.record_reference'] = PropTypes.exact({
|
|
11829
|
+
id: PropTypes.string.isRequired,
|
|
11830
|
+
});
|
|
11831
|
+
|
|
11832
|
+
T['io.flow.internal.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11833
|
+
id: PropTypes.string.isRequired,
|
|
11834
|
+
name: PropTypes.string.isRequired,
|
|
11835
|
+
});
|
|
11836
|
+
|
|
11644
11837
|
T['io.flow.payment.v0.models.refund_reference'] = PropTypes.exact({
|
|
11645
11838
|
id: PropTypes.string.isRequired,
|
|
11646
11839
|
key: PropTypes.string.isRequired,
|
|
@@ -11721,6 +11914,94 @@ T['io.flow.internal.v0.models.restriction_item_review_decision_form'] = PropType
|
|
|
11721
11914
|
decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
|
|
11722
11915
|
});
|
|
11723
11916
|
|
|
11917
|
+
T['io.flow.internal.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
11918
|
+
entity: PropTypes.number.isRequired,
|
|
11919
|
+
});
|
|
11920
|
+
|
|
11921
|
+
T['io.flow.internal.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11922
|
+
currency: PropTypes.string.isRequired,
|
|
11923
|
+
rate: T['io.flow.internal.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11924
|
+
});
|
|
11925
|
+
|
|
11926
|
+
T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
11927
|
+
ids: PropTypes.string.isRequired,
|
|
11928
|
+
});
|
|
11929
|
+
|
|
11930
|
+
T['io.flow.internal.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
11931
|
+
id: PropTypes.string.isRequired,
|
|
11932
|
+
});
|
|
11933
|
+
|
|
11934
|
+
T['io.flow.internal.v0.models.reporting_usd'] = PropTypes.exact({
|
|
11935
|
+
usd: PropTypes.number.isRequired,
|
|
11936
|
+
});
|
|
11937
|
+
|
|
11938
|
+
T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
11939
|
+
|
|
11940
|
+
T['io.flow.internal.v0.models.reporting_business'] = PropTypes.exact({
|
|
11941
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
11942
|
+
name: PropTypes.string,
|
|
11943
|
+
});
|
|
11944
|
+
|
|
11945
|
+
T['io.flow.internal.v0.models.reporting_fx'] = PropTypes.exact({
|
|
11946
|
+
shipping: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11947
|
+
fees: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11948
|
+
product: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11949
|
+
tax: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11950
|
+
duty: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11951
|
+
total: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11952
|
+
});
|
|
11953
|
+
|
|
11954
|
+
T['io.flow.internal.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
11955
|
+
zero_vat_product: PropTypes.bool.isRequired,
|
|
11956
|
+
});
|
|
11957
|
+
|
|
11958
|
+
T['io.flow.internal.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
11959
|
+
replacement: PropTypes.bool.isRequired,
|
|
11960
|
+
virtual: T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
11961
|
+
duties_guaranteed: PropTypes.bool.isRequired,
|
|
11962
|
+
wyol: PropTypes.bool.isRequired,
|
|
11963
|
+
b2b: PropTypes.bool.isRequired,
|
|
11964
|
+
domestic: PropTypes.bool.isRequired,
|
|
11965
|
+
});
|
|
11966
|
+
|
|
11967
|
+
T['io.flow.internal.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
11968
|
+
carrier: PropTypes.string.isRequired,
|
|
11969
|
+
tracking_number: PropTypes.string,
|
|
11970
|
+
});
|
|
11971
|
+
|
|
11972
|
+
T['io.flow.internal.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
11973
|
+
id: PropTypes.string.isRequired,
|
|
11974
|
+
});
|
|
11975
|
+
|
|
11976
|
+
T['io.flow.internal.v0.models.reporting_province'] = PropTypes.exact({
|
|
11977
|
+
code: PropTypes.string,
|
|
11978
|
+
name: PropTypes.string.isRequired,
|
|
11979
|
+
});
|
|
11980
|
+
|
|
11981
|
+
T['io.flow.internal.v0.models.reporting_country'] = PropTypes.exact({
|
|
11982
|
+
code: PropTypes.string.isRequired,
|
|
11983
|
+
is_eu: PropTypes.bool.isRequired,
|
|
11984
|
+
});
|
|
11985
|
+
|
|
11986
|
+
T['io.flow.internal.v0.models.reporting_destination'] = PropTypes.exact({
|
|
11987
|
+
country: T['io.flow.internal.v0.models.reporting_country'].isRequired,
|
|
11988
|
+
province: T['io.flow.internal.v0.models.reporting_province'],
|
|
11989
|
+
});
|
|
11990
|
+
|
|
11991
|
+
T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'] = PropTypes.exact({
|
|
11992
|
+
price: PropTypes.bool,
|
|
11993
|
+
tax: PropTypes.bool,
|
|
11994
|
+
duty: PropTypes.bool,
|
|
11995
|
+
});
|
|
11996
|
+
|
|
11997
|
+
T['io.flow.internal.v0.models.reporting_debug'] = PropTypes.exact({
|
|
11998
|
+
console_order_link: PropTypes.string.isRequired,
|
|
11999
|
+
allocation_order_totals_delta: PropTypes.number,
|
|
12000
|
+
allocation_order_item_discount_delta: PropTypes.number,
|
|
12001
|
+
missing_item_subsidies: T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'],
|
|
12002
|
+
missing_shipping_subsidies: T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'],
|
|
12003
|
+
});
|
|
12004
|
+
|
|
11724
12005
|
T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
|
|
11725
12006
|
|
|
11726
12007
|
T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
|
|
@@ -12667,6 +12948,7 @@ T['io.flow.internal.v0.enums.onboarding_audit_theme_key'] = PropTypes.oneOf([
|
|
|
12667
12948
|
'dtce',
|
|
12668
12949
|
'restrictions',
|
|
12669
12950
|
'organization_status',
|
|
12951
|
+
'category_constraints',
|
|
12670
12952
|
'miscellaneous',
|
|
12671
12953
|
]);
|
|
12672
12954
|
|
|
@@ -14752,6 +15034,66 @@ T['io.flow.internal.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
|
14752
15034
|
T['io.flow.internal.v0.models.fulfillment_proof_order_combined_shipment_reference'],
|
|
14753
15035
|
]);
|
|
14754
15036
|
|
|
15037
|
+
T['io.flow.internal.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
15038
|
+
transaction: PropTypes.number.isRequired,
|
|
15039
|
+
merchant: PropTypes.number.isRequired,
|
|
15040
|
+
entity: PropTypes.number.isRequired,
|
|
15041
|
+
usd: PropTypes.number.isRequired,
|
|
15042
|
+
eur: PropTypes.number.isRequired,
|
|
15043
|
+
});
|
|
15044
|
+
|
|
15045
|
+
T['io.flow.internal.v0.models.reporting_merchant_transactions'] = PropTypes.exact({
|
|
15046
|
+
adjustment: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15047
|
+
reversal: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15048
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15049
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15050
|
+
freight: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15051
|
+
refund: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15052
|
+
});
|
|
15053
|
+
|
|
15054
|
+
T['io.flow.internal.v0.models.reporting_merchant_fees'] = PropTypes.exact({
|
|
15055
|
+
duty_guarantee: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15056
|
+
mor: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15057
|
+
fraud: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15058
|
+
fx: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15059
|
+
processing: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15060
|
+
rate_lock: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15061
|
+
transfer: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15062
|
+
});
|
|
15063
|
+
|
|
15064
|
+
T['io.flow.internal.v0.models.reporting_merchant_subsidies'] = PropTypes.exact({
|
|
15065
|
+
shipping: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15066
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15067
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15068
|
+
ccf: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15069
|
+
});
|
|
15070
|
+
|
|
15071
|
+
T['io.flow.internal.v0.models.reporting_merchant_breakdown'] = PropTypes.exact({
|
|
15072
|
+
subsidies: T['io.flow.internal.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
15073
|
+
fees: T['io.flow.internal.v0.models.reporting_merchant_fees'].isRequired,
|
|
15074
|
+
transactions: T['io.flow.internal.v0.models.reporting_merchant_transactions'].isRequired,
|
|
15075
|
+
});
|
|
15076
|
+
|
|
15077
|
+
T['io.flow.internal.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
15078
|
+
fuel: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15079
|
+
remote_area: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15080
|
+
oversize: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15081
|
+
ccf: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15082
|
+
emergency: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15083
|
+
peak: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15084
|
+
});
|
|
15085
|
+
|
|
15086
|
+
T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
15087
|
+
shipping: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15088
|
+
fees: T['io.flow.internal.v0.models.reporting_shopper_fees'].isRequired,
|
|
15089
|
+
product: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15090
|
+
subtotal: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15091
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15092
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15093
|
+
discount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15094
|
+
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15095
|
+
});
|
|
15096
|
+
|
|
14755
15097
|
T['io.flow.order.management.v0.models.fulfillment_item_quantity'] = PropTypes.exact({
|
|
14756
15098
|
status: T['io.flow.order.management.v0.enums.fulfillment_item_quantity_status'].isRequired,
|
|
14757
15099
|
quantity: PropTypes.number.isRequired,
|
|
@@ -16243,7 +16585,10 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16243
16585
|
'capture_transactions_ignored_fully_refunded_count',
|
|
16244
16586
|
'capture_transactions_ignored_other_count',
|
|
16245
16587
|
'capture_transactions_ignored_previously_processed_count',
|
|
16588
|
+
'capture_queued_count',
|
|
16246
16589
|
'capture_transactions_total',
|
|
16590
|
+
'carrier_charge_transactions_count',
|
|
16591
|
+
'carrier_charge_transactions_total',
|
|
16247
16592
|
'channel_transactions_processing_count',
|
|
16248
16593
|
'channel_transactions_processing_total',
|
|
16249
16594
|
'channel_transactions_adjustment_count',
|
|
@@ -16273,6 +16618,7 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16273
16618
|
'refund_transactions_ignored_fully_refunded_count',
|
|
16274
16619
|
'refund_transactions_ignored_other_count',
|
|
16275
16620
|
'refund_transactions_ignored_previously_processed_count',
|
|
16621
|
+
'refund_queued_count',
|
|
16276
16622
|
'refund_transactions_total',
|
|
16277
16623
|
'reversal_order_cancellations_transactions_count',
|
|
16278
16624
|
'reversal_order_cancellations_transactions_total',
|
|
@@ -16319,6 +16665,11 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16319
16665
|
'percentage_billable_label_transactions_with_carrier_charge_30_days',
|
|
16320
16666
|
'percentage_billable_label_transactions_with_carrier_charge_60_days',
|
|
16321
16667
|
'percentage_billable_label_transactions_with_carrier_charge_90_days',
|
|
16668
|
+
'percentage_bank_account_updates',
|
|
16669
|
+
'percentage_bank_account_unique_updates',
|
|
16670
|
+
'negative_balance_number_accounts',
|
|
16671
|
+
'negative_balance_total',
|
|
16672
|
+
'negative_balance_single_account_max',
|
|
16322
16673
|
]);
|
|
16323
16674
|
|
|
16324
16675
|
T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
|
|
@@ -17550,6 +17901,8 @@ T['io.flow.payment.gateway.v0.models.payment_authorization'] = PropTypes.exact({
|
|
|
17550
17901
|
status: T['io.flow.payment.gateway.v0.models.payment_authorization_status'].isRequired,
|
|
17551
17902
|
amount: PropTypes.number.isRequired,
|
|
17552
17903
|
currency: PropTypes.string.isRequired,
|
|
17904
|
+
base_amount: PropTypes.number,
|
|
17905
|
+
base_currency: PropTypes.string,
|
|
17553
17906
|
});
|
|
17554
17907
|
|
|
17555
17908
|
T['io.flow.payment.gateway.v0.models.payment_information'] = PropTypes.exact({
|
|
@@ -19306,6 +19659,8 @@ T['io.flow.payment.gateway.v0.models.payment_request'] = PropTypes.exact({
|
|
|
19306
19659
|
next_action: T['io.flow.payment.gateway.v0.unions.action'],
|
|
19307
19660
|
amount: PropTypes.number.isRequired,
|
|
19308
19661
|
currency: PropTypes.string.isRequired,
|
|
19662
|
+
base_amount: PropTypes.number,
|
|
19663
|
+
base_currency: PropTypes.string,
|
|
19309
19664
|
order_information: T['io.flow.payment.gateway.v0.unions.order_information'].isRequired,
|
|
19310
19665
|
device_details: T['io.flow.payment.v0.unions.device_details'].isRequired,
|
|
19311
19666
|
locale: PropTypes.string,
|
|
@@ -20540,6 +20895,21 @@ T['io.flow.internal.v0.models.experiment_version'] = PropTypes.exact({
|
|
|
20540
20895
|
|
|
20541
20896
|
T['io.flow.internal.v0.enums.chargeback_process_status'] = PropTypes.oneOf(['inquiry', 'open', 'closed']);
|
|
20542
20897
|
T['io.flow.internal.v0.enums.chargeback_payment_status'] = PropTypes.oneOf(['captured', 'refunded']);
|
|
20898
|
+
T['io.flow.internal.v0.enums.charge_estimate_source'] = PropTypes.oneOf(['global-e', 'shopify']);
|
|
20899
|
+
|
|
20900
|
+
T['io.flow.internal.v0.enums.charge_input_type'] = PropTypes.oneOf([
|
|
20901
|
+
'fuelsc',
|
|
20902
|
+
'incoterm_ddp',
|
|
20903
|
+
'delivery_confirmation',
|
|
20904
|
+
'base_charge',
|
|
20905
|
+
'package_pickup',
|
|
20906
|
+
'insurance',
|
|
20907
|
+
'usps_first_mile',
|
|
20908
|
+
'oversize_piece',
|
|
20909
|
+
'incoterm_dap',
|
|
20910
|
+
'emergency_situation',
|
|
20911
|
+
'remote_area_delivery',
|
|
20912
|
+
]);
|
|
20543
20913
|
|
|
20544
20914
|
T['io.flow.internal.v0.models.transaction_reference'] = PropTypes.exact({
|
|
20545
20915
|
id: PropTypes.string.isRequired,
|
|
@@ -21457,6 +21827,11 @@ T['io.flow.internal.v0.models.channel_order_acceptance_upserted'] = PropTypes.ex
|
|
|
21457
21827
|
channel_order_acceptance: T['io.flow.internal.v0.models.channel_order_acceptance'].isRequired,
|
|
21458
21828
|
});
|
|
21459
21829
|
|
|
21830
|
+
T['io.flow.internal.v0.models.channel_order_acceptance_details'] = PropTypes.exact({
|
|
21831
|
+
order_acceptance: T['io.flow.internal.v0.models.channel_order_acceptance'].isRequired,
|
|
21832
|
+
external_order: PropTypes.object.isRequired,
|
|
21833
|
+
});
|
|
21834
|
+
|
|
21460
21835
|
T['io.flow.internal.v0.models.channel_order_acceptance_deleted'] = PropTypes.exact({
|
|
21461
21836
|
discriminator: PropTypes.oneOf(['channel_order_acceptance_deleted']).isRequired,
|
|
21462
21837
|
event_id: PropTypes.string.isRequired,
|
|
@@ -21560,7 +21935,20 @@ T['io.flow.internal.v0.models.catalog_import_request'] = PropTypes.exact({
|
|
|
21560
21935
|
filename: PropTypes.string,
|
|
21561
21936
|
});
|
|
21562
21937
|
|
|
21563
|
-
T['io.flow.
|
|
21938
|
+
T['io.flow.trueup.v0.enums.carrier_charge_reason'] = PropTypes.oneOf(['return_to_origin', 'rejection', 'other']);
|
|
21939
|
+
|
|
21940
|
+
T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'] = PropTypes.exact({
|
|
21941
|
+
discriminator: PropTypes.oneOf(['carrier_charge']).isRequired,
|
|
21942
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21943
|
+
carrier_id: PropTypes.string.isRequired,
|
|
21944
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
21945
|
+
});
|
|
21946
|
+
|
|
21947
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'] = PropTypes.exact({
|
|
21948
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21949
|
+
carrier_id: PropTypes.string.isRequired,
|
|
21950
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
21951
|
+
});
|
|
21564
21952
|
|
|
21565
21953
|
T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
21566
21954
|
amount: PropTypes.number.isRequired,
|
|
@@ -21614,6 +22002,7 @@ T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
|
21614
22002
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
21615
22003
|
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
21616
22004
|
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
22005
|
+
T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'],
|
|
21617
22006
|
T['io.flow.billing.v0.models.transaction_metadata_manual'],
|
|
21618
22007
|
]);
|
|
21619
22008
|
|
|
@@ -21653,7 +22042,7 @@ T['io.flow.internal.v0.models.carrier_charge_units'] = PropTypes.exact({
|
|
|
21653
22042
|
T['io.flow.internal.v0.models.carrier_charge_form_other'] = PropTypes.exact({
|
|
21654
22043
|
discriminator: PropTypes.oneOf(['other']).isRequired,
|
|
21655
22044
|
id: PropTypes.string.isRequired,
|
|
21656
|
-
reason: T['io.flow.
|
|
22045
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21657
22046
|
organization_id: PropTypes.string.isRequired,
|
|
21658
22047
|
order_number: PropTypes.string.isRequired,
|
|
21659
22048
|
carrier_id: PropTypes.string.isRequired,
|
|
@@ -22694,6 +23083,7 @@ T['io.flow.internal.v0.enums.billing_statement_attachment_key'] = PropTypes.oneO
|
|
|
22694
23083
|
'tax',
|
|
22695
23084
|
'duty',
|
|
22696
23085
|
'trueup',
|
|
23086
|
+
'carrier_charge',
|
|
22697
23087
|
'all',
|
|
22698
23088
|
]);
|
|
22699
23089
|
|
|
@@ -22785,6 +23175,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
22785
23175
|
'shipping_label',
|
|
22786
23176
|
'shipping_label_service',
|
|
22787
23177
|
'trueup',
|
|
23178
|
+
'carrier_charge',
|
|
22788
23179
|
'shipping_label_revenue_share',
|
|
22789
23180
|
'platform_fee',
|
|
22790
23181
|
'tax',
|
|
@@ -22807,7 +23198,9 @@ T['io.flow.billing.v0.models.parent_transaction_summary'] = PropTypes.exact({
|
|
|
22807
23198
|
T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata'] = PropTypes.exact({
|
|
22808
23199
|
channel: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_channel'],
|
|
22809
23200
|
shipping_label: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label'],
|
|
23201
|
+
shipping_label_revenue_share: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'],
|
|
22810
23202
|
trueup: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'],
|
|
23203
|
+
carrier_charge: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'],
|
|
22811
23204
|
manual: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'],
|
|
22812
23205
|
});
|
|
22813
23206
|
|
|
@@ -22839,6 +23232,7 @@ T['io.flow.billing.internal.v0.enums.billing_transaction_type'] = PropTypes.oneO
|
|
|
22839
23232
|
'tax',
|
|
22840
23233
|
'duty',
|
|
22841
23234
|
'trueup',
|
|
23235
|
+
'carrier_charge',
|
|
22842
23236
|
]);
|
|
22843
23237
|
|
|
22844
23238
|
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction'] = PropTypes.exact({
|
|
@@ -23010,6 +23404,7 @@ T['io.flow.internal.v0.models.restriction_item_request_form'] = PropTypes.exact(
|
|
|
23010
23404
|
status: T['io.flow.internal.v0.enums.restriction_status'],
|
|
23011
23405
|
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.enums.restriction_status']),
|
|
23012
23406
|
rule_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23407
|
+
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23013
23408
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
23014
23409
|
product_name_query: PropTypes.string,
|
|
23015
23410
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -23386,6 +23781,15 @@ T['io.flow.experience.v0.models.order_builder_customer_invoice_address_form'] =
|
|
|
23386
23781
|
address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23387
23782
|
});
|
|
23388
23783
|
|
|
23784
|
+
T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropTypes.exact({
|
|
23785
|
+
order_number: PropTypes.string.isRequired,
|
|
23786
|
+
amount: PropTypes.number.isRequired,
|
|
23787
|
+
currency: PropTypes.string.isRequired,
|
|
23788
|
+
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
23789
|
+
ip: PropTypes.string,
|
|
23790
|
+
origin_url: PropTypes.string,
|
|
23791
|
+
});
|
|
23792
|
+
|
|
23389
23793
|
T['io.flow.common.v0.models.customer_invoice'] = PropTypes.exact({
|
|
23390
23794
|
address: T['io.flow.common.v0.models.billing_address'],
|
|
23391
23795
|
});
|
|
@@ -23403,15 +23807,6 @@ T['io.flow.experience.v0.models.order_builder_customer_form'] = PropTypes.exact(
|
|
|
23403
23807
|
customer: T['io.flow.common.v0.models.order_customer_form'].isRequired,
|
|
23404
23808
|
});
|
|
23405
23809
|
|
|
23406
|
-
T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropTypes.exact({
|
|
23407
|
-
order_number: PropTypes.string.isRequired,
|
|
23408
|
-
amount: PropTypes.number.isRequired,
|
|
23409
|
-
currency: PropTypes.string.isRequired,
|
|
23410
|
-
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
23411
|
-
ip: PropTypes.string,
|
|
23412
|
-
origin_url: PropTypes.string,
|
|
23413
|
-
});
|
|
23414
|
-
|
|
23415
23810
|
T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
23416
23811
|
warehouse_address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23417
23812
|
warehouse_url: PropTypes.string,
|
|
@@ -23668,6 +24063,11 @@ T['io.flow.internal.v0.models.authorization_parameters_form'] = PropTypes.exact(
|
|
|
23668
24063
|
origin_url: PropTypes.string,
|
|
23669
24064
|
});
|
|
23670
24065
|
|
|
24066
|
+
T['io.flow.payment.request.bundle.v0.models.payment_request_billing_currency_rate'] = PropTypes.exact({
|
|
24067
|
+
base_amount: PropTypes.number.isRequired,
|
|
24068
|
+
base_currency: PropTypes.string.isRequired,
|
|
24069
|
+
});
|
|
24070
|
+
|
|
23671
24071
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing_fees'] = PropTypes.exact({
|
|
23672
24072
|
mor_fee_rate: PropTypes.number,
|
|
23673
24073
|
fx_fee_rate: PropTypes.number,
|
|
@@ -23717,6 +24117,7 @@ T['io.flow.payment.v0.unions.payment_order_reference'] = PropTypes.oneOfType([
|
|
|
23717
24117
|
|
|
23718
24118
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing'] = PropTypes.exact({
|
|
23719
24119
|
fees: T['io.flow.payment.request.bundle.v0.models.payment_request_billing_fees'].isRequired,
|
|
24120
|
+
currency_rate: T['io.flow.payment.request.bundle.v0.models.payment_request_billing_currency_rate'],
|
|
23720
24121
|
});
|
|
23721
24122
|
|
|
23722
24123
|
T['io.flow.payment.request.bundle.v0.models.payment_request_bundle_form'] = PropTypes.exact({
|
|
@@ -24260,6 +24661,65 @@ T['io.flow.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
|
24260
24661
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
24261
24662
|
});
|
|
24262
24663
|
|
|
24664
|
+
T['io.flow.internal.v0.models.reporting_payment_metadata'] = PropTypes.exact({
|
|
24665
|
+
gateway: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
24666
|
+
method: PropTypes.string.isRequired,
|
|
24667
|
+
psp_reference: PropTypes.string,
|
|
24668
|
+
authorization: T['io.flow.internal.v0.models.reporting_authorization_reference'],
|
|
24669
|
+
settlement_date: PropTypes.string.isRequired,
|
|
24670
|
+
additional_authorizations: T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'],
|
|
24671
|
+
});
|
|
24672
|
+
|
|
24673
|
+
T['io.flow.internal.v0.models.reporting_payment'] = PropTypes.exact({
|
|
24674
|
+
metadata: T['io.flow.internal.v0.models.reporting_payment_metadata'],
|
|
24675
|
+
psp: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24676
|
+
credit: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24677
|
+
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24678
|
+
});
|
|
24679
|
+
|
|
24680
|
+
T['io.flow.internal.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
24681
|
+
id: PropTypes.string.isRequired,
|
|
24682
|
+
sequence_number: PropTypes.number.isRequired,
|
|
24683
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
24684
|
+
completes_order: PropTypes.bool.isRequired,
|
|
24685
|
+
payment: T['io.flow.internal.v0.models.reporting_payment'].isRequired,
|
|
24686
|
+
refund: T['io.flow.internal.v0.models.reporting_refund_reference'],
|
|
24687
|
+
value: T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
24688
|
+
dispatch_country: T['io.flow.internal.v0.models.reporting_country'],
|
|
24689
|
+
destination: T['io.flow.internal.v0.models.reporting_destination'],
|
|
24690
|
+
shipment: T['io.flow.internal.v0.models.reporting_shipment'],
|
|
24691
|
+
is: T['io.flow.internal.v0.models.reporting_fulfillment_is'].isRequired,
|
|
24692
|
+
has: T['io.flow.internal.v0.models.reporting_fulfillment_has'].isRequired,
|
|
24693
|
+
fx: T['io.flow.internal.v0.models.reporting_fx'].isRequired,
|
|
24694
|
+
business: T['io.flow.internal.v0.models.reporting_business'],
|
|
24695
|
+
});
|
|
24696
|
+
|
|
24697
|
+
T['io.flow.internal.v0.models.revenue_record'] = PropTypes.exact({
|
|
24698
|
+
id: PropTypes.string.isRequired,
|
|
24699
|
+
organization: T['io.flow.internal.v0.models.reporting_organization_summary'].isRequired,
|
|
24700
|
+
parent: T['io.flow.internal.v0.models.record_reference'],
|
|
24701
|
+
type: T['io.flow.internal.v0.enums.revenue_record_type'].isRequired,
|
|
24702
|
+
order: T['io.flow.internal.v0.models.reporting_order_summary'].isRequired,
|
|
24703
|
+
entity: T['io.flow.internal.v0.models.reporting_entity'].isRequired,
|
|
24704
|
+
vendor: T['io.flow.internal.v0.models.reporting_vendor'].isRequired,
|
|
24705
|
+
currencies: T['io.flow.internal.v0.models.reporting_currencies'].isRequired,
|
|
24706
|
+
conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
|
|
24707
|
+
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'].isRequired,
|
|
24708
|
+
merchant: T['io.flow.internal.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
24709
|
+
fulfillment: T['io.flow.internal.v0.models.reporting_fulfillment'].isRequired,
|
|
24710
|
+
vat_remittance: T['io.flow.internal.v0.models.reporting_vat_remittance'].isRequired,
|
|
24711
|
+
marked_as_final: T['io.flow.internal.v0.models.marked_as_final'].isRequired,
|
|
24712
|
+
debug: T['io.flow.internal.v0.models.reporting_debug'].isRequired,
|
|
24713
|
+
});
|
|
24714
|
+
|
|
24715
|
+
T['io.flow.internal.v0.models.revenue_record_upserted'] = PropTypes.exact({
|
|
24716
|
+
discriminator: PropTypes.oneOf(['revenue_record_upserted']).isRequired,
|
|
24717
|
+
event_id: PropTypes.string.isRequired,
|
|
24718
|
+
timestamp: PropTypes.string.isRequired,
|
|
24719
|
+
organization: PropTypes.string.isRequired,
|
|
24720
|
+
revenue_record: T['io.flow.internal.v0.models.revenue_record'].isRequired,
|
|
24721
|
+
});
|
|
24722
|
+
|
|
24263
24723
|
T['io.flow.internal.v0.models.internal_authorization'] = PropTypes.exact({
|
|
24264
24724
|
id: PropTypes.string.isRequired,
|
|
24265
24725
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
@@ -25532,6 +25992,32 @@ T['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'] = PropTypes.exac
|
|
|
25532
25992
|
ratecard_aggregate: T['io.flow.internal.v0.models.ratecard_lane_aggregate'].isRequired,
|
|
25533
25993
|
});
|
|
25534
25994
|
|
|
25995
|
+
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
25996
|
+
id: PropTypes.string.isRequired,
|
|
25997
|
+
key: PropTypes.string.isRequired,
|
|
25998
|
+
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
25999
|
+
amount: PropTypes.number.isRequired,
|
|
26000
|
+
currency: PropTypes.string.isRequired,
|
|
26001
|
+
base: T['io.flow.common.v0.models.money'],
|
|
26002
|
+
chargeback_issued_at: PropTypes.string.isRequired,
|
|
26003
|
+
created_at: PropTypes.string.isRequired,
|
|
26004
|
+
payment_status: T['io.flow.payment.internal.v0.enums.chargeback_payment_status'].isRequired,
|
|
26005
|
+
process_status: T['io.flow.payment.internal.v0.enums.chargeback_process_status'].isRequired,
|
|
26006
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
26007
|
+
processor_reason: PropTypes.string.isRequired,
|
|
26008
|
+
processor_status: PropTypes.string.isRequired,
|
|
26009
|
+
processor_reference: PropTypes.string,
|
|
26010
|
+
provider_reference: PropTypes.string,
|
|
26011
|
+
provider_reason_code: PropTypes.string,
|
|
26012
|
+
});
|
|
26013
|
+
|
|
26014
|
+
T['io.flow.payment.internal.v0.models.chargeback_version'] = PropTypes.exact({
|
|
26015
|
+
id: PropTypes.string.isRequired,
|
|
26016
|
+
timestamp: PropTypes.string.isRequired,
|
|
26017
|
+
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
26018
|
+
chargeback: T['io.flow.payment.internal.v0.models.chargeback'].isRequired,
|
|
26019
|
+
});
|
|
26020
|
+
|
|
25535
26021
|
T['io.flow.common.v0.models.price_source_provided'] = PropTypes.exact({
|
|
25536
26022
|
discriminator: PropTypes.oneOf(['provided']).isRequired,
|
|
25537
26023
|
price: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -25644,32 +26130,6 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
25644
26130
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
25645
26131
|
});
|
|
25646
26132
|
|
|
25647
|
-
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
25648
|
-
id: PropTypes.string.isRequired,
|
|
25649
|
-
key: PropTypes.string.isRequired,
|
|
25650
|
-
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
25651
|
-
amount: PropTypes.number.isRequired,
|
|
25652
|
-
currency: PropTypes.string.isRequired,
|
|
25653
|
-
base: T['io.flow.common.v0.models.money'],
|
|
25654
|
-
chargeback_issued_at: PropTypes.string.isRequired,
|
|
25655
|
-
created_at: PropTypes.string.isRequired,
|
|
25656
|
-
payment_status: T['io.flow.payment.internal.v0.enums.chargeback_payment_status'].isRequired,
|
|
25657
|
-
process_status: T['io.flow.payment.internal.v0.enums.chargeback_process_status'].isRequired,
|
|
25658
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
25659
|
-
processor_reason: PropTypes.string.isRequired,
|
|
25660
|
-
processor_status: PropTypes.string.isRequired,
|
|
25661
|
-
processor_reference: PropTypes.string,
|
|
25662
|
-
provider_reference: PropTypes.string,
|
|
25663
|
-
provider_reason_code: PropTypes.string,
|
|
25664
|
-
});
|
|
25665
|
-
|
|
25666
|
-
T['io.flow.payment.internal.v0.models.chargeback_version'] = PropTypes.exact({
|
|
25667
|
-
id: PropTypes.string.isRequired,
|
|
25668
|
-
timestamp: PropTypes.string.isRequired,
|
|
25669
|
-
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
25670
|
-
chargeback: T['io.flow.payment.internal.v0.models.chargeback'].isRequired,
|
|
25671
|
-
});
|
|
25672
|
-
|
|
25673
26133
|
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
25674
26134
|
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
25675
26135
|
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26262,13 +26722,6 @@ T['io.flow.internal.v0.models.liability_item'] = PropTypes.exact({
|
|
|
26262
26722
|
no_liability_reason_code: T['io.flow.internal.v0.enums.no_liability_reason_code'],
|
|
26263
26723
|
});
|
|
26264
26724
|
|
|
26265
|
-
T['io.flow.internal.v0.models.label_creation_request_form'] = PropTypes.exact({
|
|
26266
|
-
organization: PropTypes.string.isRequired,
|
|
26267
|
-
shipping_label_form: T['io.flow.label.v0.unions.shipping_label_form'].isRequired,
|
|
26268
|
-
shipment_cost: T['io.flow.common.v0.models.money'],
|
|
26269
|
-
reference_id: PropTypes.string,
|
|
26270
|
-
});
|
|
26271
|
-
|
|
26272
26725
|
T['io.flow.internal.v0.models.fx_revenue_recognition_source'] = PropTypes.exact({
|
|
26273
26726
|
id: PropTypes.string.isRequired,
|
|
26274
26727
|
local: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26551,6 +27004,20 @@ T['io.flow.internal.v0.models.chargeback_deleted'] = PropTypes.exact({
|
|
|
26551
27004
|
chargeback: T['io.flow.internal.v0.models.chargeback'].isRequired,
|
|
26552
27005
|
});
|
|
26553
27006
|
|
|
27007
|
+
T['io.flow.internal.v0.models.charge_input'] = PropTypes.exact({
|
|
27008
|
+
charge_input_code: T['io.flow.internal.v0.enums.charge_input_type'].isRequired,
|
|
27009
|
+
price: T['io.flow.common.v0.models.money'].isRequired,
|
|
27010
|
+
charge_input_source: T['io.flow.internal.v0.enums.charge_estimate_source'].isRequired,
|
|
27011
|
+
});
|
|
27012
|
+
|
|
27013
|
+
T['io.flow.internal.v0.models.label_creation_request_form'] = PropTypes.exact({
|
|
27014
|
+
organization: PropTypes.string.isRequired,
|
|
27015
|
+
shipping_label_form: T['io.flow.label.v0.unions.shipping_label_form'].isRequired,
|
|
27016
|
+
shipment_cost: T['io.flow.common.v0.models.money'],
|
|
27017
|
+
charges: PropTypes.arrayOf(T['io.flow.internal.v0.models.charge_input']),
|
|
27018
|
+
reference_id: PropTypes.string,
|
|
27019
|
+
});
|
|
27020
|
+
|
|
26554
27021
|
T['io.flow.internal.v0.models.adjustment_details_amount_fixed'] = PropTypes.exact({
|
|
26555
27022
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26556
27023
|
});
|
|
@@ -27154,6 +27621,7 @@ T['io.flow.internal.v0.models.return'] = PropTypes.exact({
|
|
|
27154
27621
|
posting_cutoff: PropTypes.string.isRequired,
|
|
27155
27622
|
trigger: T['io.flow.internal.v0.unions.return_trigger'].isRequired,
|
|
27156
27623
|
returned_at: PropTypes.string.isRequired,
|
|
27624
|
+
completes_order: PropTypes.bool.isRequired,
|
|
27157
27625
|
});
|
|
27158
27626
|
|
|
27159
27627
|
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
@@ -27729,6 +28197,19 @@ T['io.flow.billing.internal.v0.models.next_billing_statement'] = PropTypes.exact
|
|
|
27729
28197
|
conditions: PropTypes.string,
|
|
27730
28198
|
});
|
|
27731
28199
|
|
|
28200
|
+
T['io.flow.billing.internal.v0.models.carrier_charge_transaction'] = PropTypes.exact({
|
|
28201
|
+
discriminator: PropTypes.oneOf(['carrier_charge_transaction']).isRequired,
|
|
28202
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
28203
|
+
id: PropTypes.string.isRequired,
|
|
28204
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
28205
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
28206
|
+
posted_at: PropTypes.string,
|
|
28207
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
28208
|
+
description: PropTypes.string.isRequired,
|
|
28209
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
28210
|
+
created_at: PropTypes.string.isRequired,
|
|
28211
|
+
});
|
|
28212
|
+
|
|
27732
28213
|
T['io.flow.billing.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
27733
28214
|
id: PropTypes.string.isRequired,
|
|
27734
28215
|
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -27763,6 +28244,7 @@ T['io.flow.billing.internal.v0.models.billing_statement_totals'] = PropTypes.exa
|
|
|
27763
28244
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
27764
28245
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
27765
28246
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
28247
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
27766
28248
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27767
28249
|
});
|
|
27768
28250
|
|
|
@@ -28808,6 +29290,7 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
28808
29290
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
28809
29291
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
28810
29292
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
29293
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
28811
29294
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
28812
29295
|
});
|
|
28813
29296
|
|
|
@@ -29031,6 +29514,7 @@ T['io.flow.billing.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
29031
29514
|
T['io.flow.billing.internal.v0.models.tax_transaction'],
|
|
29032
29515
|
T['io.flow.billing.internal.v0.models.duty_transaction'],
|
|
29033
29516
|
T['io.flow.billing.internal.v0.models.trueup_transaction'],
|
|
29517
|
+
T['io.flow.billing.internal.v0.models.carrier_charge_transaction'],
|
|
29034
29518
|
]);
|
|
29035
29519
|
|
|
29036
29520
|
T['io.flow.item.v0.models.local_item_attribute_pricing'] = PropTypes.exact({
|
|
@@ -30089,6 +30573,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
30089
30573
|
'tax',
|
|
30090
30574
|
'duty',
|
|
30091
30575
|
'trueup',
|
|
30576
|
+
'carrier_charge',
|
|
30092
30577
|
]);
|
|
30093
30578
|
|
|
30094
30579
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -30434,6 +30919,26 @@ T['io.flow.internal.v0.models.channel_billed_transaction'] = PropTypes.exact({
|
|
|
30434
30919
|
created_at: PropTypes.string.isRequired,
|
|
30435
30920
|
});
|
|
30436
30921
|
|
|
30922
|
+
T['io.flow.internal.v0.models.channel_billed_transaction_upserted'] = PropTypes.exact({
|
|
30923
|
+
discriminator: PropTypes.oneOf(['channel_billed_transaction_upserted']).isRequired,
|
|
30924
|
+
event_id: PropTypes.string.isRequired,
|
|
30925
|
+
timestamp: PropTypes.string.isRequired,
|
|
30926
|
+
channel_billed_transaction: T['io.flow.internal.v0.models.channel_billed_transaction'].isRequired,
|
|
30927
|
+
});
|
|
30928
|
+
|
|
30929
|
+
T['io.flow.internal.v0.models.carrier_charge_transaction'] = PropTypes.exact({
|
|
30930
|
+
discriminator: PropTypes.oneOf(['carrier_charge_transaction']).isRequired,
|
|
30931
|
+
order: T['io.flow.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
30932
|
+
id: PropTypes.string.isRequired,
|
|
30933
|
+
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
30934
|
+
status: T['io.flow.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
30935
|
+
posted_at: PropTypes.string,
|
|
30936
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
30937
|
+
description: PropTypes.string.isRequired,
|
|
30938
|
+
statement: T['io.flow.internal.v0.models.billing_statement_reference'],
|
|
30939
|
+
created_at: PropTypes.string.isRequired,
|
|
30940
|
+
});
|
|
30941
|
+
|
|
30437
30942
|
T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
30438
30943
|
T['io.flow.internal.v0.models.invoice_transaction'],
|
|
30439
30944
|
T['io.flow.internal.v0.models.manual_transaction'],
|
|
@@ -30450,15 +30955,9 @@ T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
30450
30955
|
T['io.flow.internal.v0.models.tax_transaction'],
|
|
30451
30956
|
T['io.flow.internal.v0.models.duty_transaction'],
|
|
30452
30957
|
T['io.flow.internal.v0.models.trueup_transaction'],
|
|
30958
|
+
T['io.flow.internal.v0.models.carrier_charge_transaction'],
|
|
30453
30959
|
]);
|
|
30454
30960
|
|
|
30455
|
-
T['io.flow.internal.v0.models.channel_billed_transaction_upserted'] = PropTypes.exact({
|
|
30456
|
-
discriminator: PropTypes.oneOf(['channel_billed_transaction_upserted']).isRequired,
|
|
30457
|
-
event_id: PropTypes.string.isRequired,
|
|
30458
|
-
timestamp: PropTypes.string.isRequired,
|
|
30459
|
-
channel_billed_transaction: T['io.flow.internal.v0.models.channel_billed_transaction'].isRequired,
|
|
30460
|
-
});
|
|
30461
|
-
|
|
30462
30961
|
T['io.flow.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
30463
30962
|
id: PropTypes.string.isRequired,
|
|
30464
30963
|
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -30734,6 +31233,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
30734
31233
|
T['io.flow.internal.v0.models.daily_value_deleted'],
|
|
30735
31234
|
T['io.flow.internal.v0.models.sales_record_upserted'],
|
|
30736
31235
|
T['io.flow.internal.v0.models.sales_record_deleted'],
|
|
31236
|
+
T['io.flow.internal.v0.models.revenue_record_upserted'],
|
|
31237
|
+
T['io.flow.internal.v0.models.revenue_record_deleted'],
|
|
30737
31238
|
T['io.flow.internal.v0.models.calculator_organization_settings_upserted'],
|
|
30738
31239
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
30739
31240
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
@@ -31117,8 +31618,10 @@ T['io.flow.internal.v0.enums.calculator_engine'] = PropTypes.oneOf([
|
|
|
31117
31618
|
'dtce_two_calls',
|
|
31118
31619
|
'dtce_with_deminimis',
|
|
31119
31620
|
'dtce_merged_with_tax',
|
|
31621
|
+
'dtce_with_inclusive_pricing',
|
|
31120
31622
|
]);
|
|
31121
31623
|
|
|
31624
|
+
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
31122
31625
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
31123
31626
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
31124
31627
|
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
@@ -31191,6 +31694,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
31191
31694
|
'daily_value_deleted',
|
|
31192
31695
|
'sales_record_upserted',
|
|
31193
31696
|
'sales_record_deleted',
|
|
31697
|
+
'revenue_record_upserted',
|
|
31698
|
+
'revenue_record_deleted',
|
|
31194
31699
|
'calculator_organization_settings_upserted',
|
|
31195
31700
|
'calculator_organization_settings_deleted',
|
|
31196
31701
|
'carrier_account_upserted_v2',
|
|
@@ -31531,6 +32036,7 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
31531
32036
|
'fulfillment_external',
|
|
31532
32037
|
'fulfillment_order_combined_shipment',
|
|
31533
32038
|
'fulfillment_order_time',
|
|
32039
|
+
'return_refund',
|
|
31534
32040
|
'label_tracking_summary',
|
|
31535
32041
|
'label_invoice_request',
|
|
31536
32042
|
'carrier_charge',
|
|
@@ -31542,6 +32048,7 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
31542
32048
|
'refund',
|
|
31543
32049
|
'refund_over_capture',
|
|
31544
32050
|
'sales_record',
|
|
32051
|
+
'refund_record',
|
|
31545
32052
|
'statement_batch',
|
|
31546
32053
|
'statement_email',
|
|
31547
32054
|
'statement_summary_email',
|
|
@@ -31598,6 +32105,7 @@ T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'] = PropTypes.on
|
|
|
31598
32105
|
'order_update',
|
|
31599
32106
|
'product_restriction_result',
|
|
31600
32107
|
'product_sync',
|
|
32108
|
+
'webhook_registrations',
|
|
31601
32109
|
]);
|
|
31602
32110
|
|
|
31603
32111
|
T['io.flow.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
|
|
@@ -32158,6 +32666,11 @@ T['io.flow.internal.v0.models.item_values_form'] = PropTypes.exact({
|
|
|
32158
32666
|
values: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
32159
32667
|
});
|
|
32160
32668
|
|
|
32669
|
+
T['io.flow.internal.v0.models.jean_demo_item'] = PropTypes.exact({
|
|
32670
|
+
id: PropTypes.string.isRequired,
|
|
32671
|
+
name: PropTypes.string.isRequired,
|
|
32672
|
+
});
|
|
32673
|
+
|
|
32161
32674
|
T['io.flow.internal.v0.models.key'] = PropTypes.exact({
|
|
32162
32675
|
id: PropTypes.string.isRequired,
|
|
32163
32676
|
created_at: PropTypes.string.isRequired,
|
|
@@ -33366,6 +33879,41 @@ T['io.flow.channel.internal.v0.models.flow_channel_organization'] = PropTypes.ex
|
|
|
33366
33879
|
placeholder: PropTypes.string,
|
|
33367
33880
|
});
|
|
33368
33881
|
|
|
33882
|
+
T['io.flow.partner.v0.models.partner_bridge_manifest_form'] = PropTypes.exact({
|
|
33883
|
+
order_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33884
|
+
});
|
|
33885
|
+
|
|
33886
|
+
T['io.flow.partner.v0.models.partner_manifest_form'] = PropTypes.exact({
|
|
33887
|
+
tracking_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33888
|
+
service: PropTypes.string,
|
|
33889
|
+
});
|
|
33890
|
+
|
|
33891
|
+
T['io.flow.partner.v0.models.partner_order_identifier_form'] = PropTypes.exact({
|
|
33892
|
+
number: PropTypes.string.isRequired,
|
|
33893
|
+
order_number: PropTypes.string.isRequired,
|
|
33894
|
+
});
|
|
33895
|
+
|
|
33896
|
+
T['io.flow.partner.v0.models.partner_order_identifier_put_form'] = PropTypes.exact({
|
|
33897
|
+
order_number: PropTypes.string.isRequired,
|
|
33898
|
+
});
|
|
33899
|
+
|
|
33900
|
+
T['io.flow.common.v0.enums.capability'] = PropTypes.oneOf(['crossdock']);
|
|
33901
|
+
T['io.flow.common.v0.enums.schedule_exception_status'] = PropTypes.oneOf(['Open', 'Closed']);
|
|
33902
|
+
T['io.flow.common.v0.enums.sort_direction'] = PropTypes.oneOf(['ascending', 'descending']);
|
|
33903
|
+
T['io.flow.common.v0.enums.value_added_service'] = PropTypes.oneOf(['Hazardous Material']);
|
|
33904
|
+
|
|
33905
|
+
T['io.flow.common.v0.models.input_form'] = PropTypes.exact({
|
|
33906
|
+
values: PropTypes.objectOf(PropTypes.string),
|
|
33907
|
+
});
|
|
33908
|
+
|
|
33909
|
+
T['io.flow.common.v0.models.line_item_attributes_form'] = PropTypes.exact({
|
|
33910
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
33911
|
+
});
|
|
33912
|
+
|
|
33913
|
+
T['io.flow.common.v0.models.line_item_quantity_form'] = PropTypes.exact({
|
|
33914
|
+
quantity: PropTypes.number.isRequired,
|
|
33915
|
+
});
|
|
33916
|
+
|
|
33369
33917
|
T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
33370
33918
|
T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
|
|
33371
33919
|
|
|
@@ -33466,41 +34014,6 @@ T['io.flow.payment.internal.v0.models.virtual_card_provider'] = PropTypes.exact(
|
|
|
33466
34014
|
updated_at: PropTypes.string.isRequired,
|
|
33467
34015
|
});
|
|
33468
34016
|
|
|
33469
|
-
T['io.flow.partner.v0.models.partner_bridge_manifest_form'] = PropTypes.exact({
|
|
33470
|
-
order_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33471
|
-
});
|
|
33472
|
-
|
|
33473
|
-
T['io.flow.partner.v0.models.partner_manifest_form'] = PropTypes.exact({
|
|
33474
|
-
tracking_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33475
|
-
service: PropTypes.string,
|
|
33476
|
-
});
|
|
33477
|
-
|
|
33478
|
-
T['io.flow.partner.v0.models.partner_order_identifier_form'] = PropTypes.exact({
|
|
33479
|
-
number: PropTypes.string.isRequired,
|
|
33480
|
-
order_number: PropTypes.string.isRequired,
|
|
33481
|
-
});
|
|
33482
|
-
|
|
33483
|
-
T['io.flow.partner.v0.models.partner_order_identifier_put_form'] = PropTypes.exact({
|
|
33484
|
-
order_number: PropTypes.string.isRequired,
|
|
33485
|
-
});
|
|
33486
|
-
|
|
33487
|
-
T['io.flow.common.v0.enums.capability'] = PropTypes.oneOf(['crossdock']);
|
|
33488
|
-
T['io.flow.common.v0.enums.schedule_exception_status'] = PropTypes.oneOf(['Open', 'Closed']);
|
|
33489
|
-
T['io.flow.common.v0.enums.sort_direction'] = PropTypes.oneOf(['ascending', 'descending']);
|
|
33490
|
-
T['io.flow.common.v0.enums.value_added_service'] = PropTypes.oneOf(['Hazardous Material']);
|
|
33491
|
-
|
|
33492
|
-
T['io.flow.common.v0.models.input_form'] = PropTypes.exact({
|
|
33493
|
-
values: PropTypes.objectOf(PropTypes.string),
|
|
33494
|
-
});
|
|
33495
|
-
|
|
33496
|
-
T['io.flow.common.v0.models.line_item_attributes_form'] = PropTypes.exact({
|
|
33497
|
-
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
33498
|
-
});
|
|
33499
|
-
|
|
33500
|
-
T['io.flow.common.v0.models.line_item_quantity_form'] = PropTypes.exact({
|
|
33501
|
-
quantity: PropTypes.number.isRequired,
|
|
33502
|
-
});
|
|
33503
|
-
|
|
33504
34017
|
T['io.flow.ftp.v0.models.ftp_file_form'] = PropTypes.exact({
|
|
33505
34018
|
url: PropTypes.string.isRequired,
|
|
33506
34019
|
directory: PropTypes.string.isRequired,
|
|
@@ -33525,67 +34038,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings_form'] = PropTypes.exact({
|
|
|
33525
34038
|
emails: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33526
34039
|
});
|
|
33527
34040
|
|
|
33528
|
-
T['io.flow.billing.reporting.csv.v0.models.refund_record'] = PropTypes.exact({
|
|
33529
|
-
billing_entity: PropTypes.string.isRequired,
|
|
33530
|
-
order_id: PropTypes.string.isRequired,
|
|
33531
|
-
order_refund_id: PropTypes.string.isRequired,
|
|
33532
|
-
refund_created_at_date: PropTypes.string.isRequired,
|
|
33533
|
-
reconciliation_date: PropTypes.string.isRequired,
|
|
33534
|
-
reconciliation_month: PropTypes.number.isRequired,
|
|
33535
|
-
reconciliation_year: PropTypes.number.isRequired,
|
|
33536
|
-
order_created_at_date: PropTypes.string.isRequired,
|
|
33537
|
-
order_status: PropTypes.string.isRequired,
|
|
33538
|
-
b2b_sale: PropTypes.bool.isRequired,
|
|
33539
|
-
a_zero_vat_product_exists: PropTypes.bool.isRequired,
|
|
33540
|
-
payment_merchant_reference: PropTypes.string,
|
|
33541
|
-
merchant_reference: PropTypes.string,
|
|
33542
|
-
merchant_id: PropTypes.string.isRequired,
|
|
33543
|
-
merchant_name: PropTypes.string.isRequired,
|
|
33544
|
-
destination_country: PropTypes.string.isRequired,
|
|
33545
|
-
shopper_country_is_eu: PropTypes.bool.isRequired,
|
|
33546
|
-
order_refund_reason_name: PropTypes.string.isRequired,
|
|
33547
|
-
order_refund_status_name: PropTypes.string.isRequired,
|
|
33548
|
-
original_ccy: PropTypes.string.isRequired,
|
|
33549
|
-
transaction_ccy: PropTypes.string.isRequired,
|
|
33550
|
-
total_refund_amount_exc_vat_in_transaction_ccy: PropTypes.number,
|
|
33551
|
-
refund_vat_in_transaction_ccy: PropTypes.number,
|
|
33552
|
-
total_refund_amount_inc_vat_in_transaction_ccy: PropTypes.number,
|
|
33553
|
-
merchant_total_products_refund_amount_exc_vat_in_original_ccy: PropTypes.number.isRequired,
|
|
33554
|
-
merchant_shipping_refund_amount_exc_vat_in_transaction_ccy: PropTypes.number,
|
|
33555
|
-
merchant_shipping_refund_amount_exc_vat_in_original_ccy: PropTypes.number.isRequired,
|
|
33556
|
-
total_refund_amount_exc_tax_collected_in_shopper_ccy: PropTypes.number,
|
|
33557
|
-
tax_collected_amount_in_shopper_ccy: PropTypes.number.isRequired,
|
|
33558
|
-
total_refund_amount_inc_tax_collected_in_shopper_ccy: PropTypes.number,
|
|
33559
|
-
payment_gateway: PropTypes.string.isRequired,
|
|
33560
|
-
min_product_customer_vat_rate: PropTypes.number,
|
|
33561
|
-
is_virtual_order: PropTypes.bool.isRequired,
|
|
33562
|
-
is_mixed_virtual_order: PropTypes.bool.isRequired,
|
|
33563
|
-
total_refund_amount_exc_tax_collected_in_usd: PropTypes.number.isRequired,
|
|
33564
|
-
tax_collected_amount_in_usd: PropTypes.number.isRequired,
|
|
33565
|
-
total_refund_amount_inc_tax_collected_in_usd: PropTypes.number.isRequired,
|
|
33566
|
-
total_refund_amount_exc_tax_collected_in_eur: PropTypes.number.isRequired,
|
|
33567
|
-
tax_collected_amount_in_eur: PropTypes.number.isRequired,
|
|
33568
|
-
total_refund_amount_inc_tax_collected_in_eur: PropTypes.number.isRequired,
|
|
33569
|
-
is_wyol_order: PropTypes.bool.isRequired,
|
|
33570
|
-
is_duties_guaranteed: PropTypes.bool.isRequired,
|
|
33571
|
-
invoice_id: PropTypes.string,
|
|
33572
|
-
total_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33573
|
-
refund_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33574
|
-
total_refund_amount_inc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33575
|
-
merchant_total_products_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33576
|
-
merchant_shipping_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33577
|
-
merchant_duties_and_taxes_refund_amount_in_entity_ccy: PropTypes.number.isRequired,
|
|
33578
|
-
merchant_service_gesture_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33579
|
-
customer_prepaid_refund_amount_exc_vat_in_entity_ccy: PropTypes.number.isRequired,
|
|
33580
|
-
total_refund_amount_exc_tax_collected_in_entity_ccy: PropTypes.number.isRequired,
|
|
33581
|
-
tax_collected_amount_in_entity_ccy: PropTypes.number.isRequired,
|
|
33582
|
-
total_refund_amount_inc_tax_collected_in_entity_ccy: PropTypes.number.isRequired,
|
|
33583
|
-
conversion_rate_transaction_to_entity_ccy: PropTypes.number.isRequired,
|
|
33584
|
-
merchant_order_id: PropTypes.string.isRequired,
|
|
33585
|
-
transaction_date: PropTypes.string.isRequired,
|
|
33586
|
-
debug_console_order_link: PropTypes.string.isRequired,
|
|
33587
|
-
});
|
|
33588
|
-
|
|
33589
34041
|
T['io.flow.experience.v0.models.checkout_attribute_form'] = PropTypes.exact({
|
|
33590
34042
|
key: PropTypes.string.isRequired,
|
|
33591
34043
|
name: PropTypes.string,
|
|
@@ -33841,6 +34293,7 @@ T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf(
|
|
|
33841
34293
|
]);
|
|
33842
34294
|
|
|
33843
34295
|
T['io.flow.billing.internal.v0.enums.billing_statement_batch_file_key'] = PropTypes.oneOf(['summary']);
|
|
34296
|
+
T['io.flow.billing.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
33844
34297
|
T['io.flow.billing.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
33845
34298
|
T['io.flow.billing.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
33846
34299
|
T['io.flow.billing.internal.v0.enums.dispute_transaction_type'] = PropTypes.oneOf(['adjustment', 'dispute']);
|
|
@@ -33868,6 +34321,7 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
33868
34321
|
'fulfillment_external',
|
|
33869
34322
|
'fulfillment_order_combined_shipment',
|
|
33870
34323
|
'fulfillment_order_time',
|
|
34324
|
+
'return_refund',
|
|
33871
34325
|
'label_tracking_summary',
|
|
33872
34326
|
'label_invoice_request',
|
|
33873
34327
|
'carrier_charge',
|
|
@@ -33879,6 +34333,7 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
33879
34333
|
'refund',
|
|
33880
34334
|
'refund_over_capture',
|
|
33881
34335
|
'sales_record',
|
|
34336
|
+
'refund_record',
|
|
33882
34337
|
'statement_batch',
|
|
33883
34338
|
'statement_email',
|
|
33884
34339
|
'statement_summary_email',
|
|
@@ -34388,7 +34843,8 @@ export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_cha
|
|
|
34388
34843
|
export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
|
|
34389
34844
|
export const carrierChargeFormLabel = T['io.flow.internal.v0.models.carrier_charge_form_label'];
|
|
34390
34845
|
export const carrierChargeFormOther = T['io.flow.internal.v0.models.carrier_charge_form_other'];
|
|
34391
|
-
export const
|
|
34846
|
+
export const carrierChargeTransaction = T['io.flow.internal.v0.models.carrier_charge_transaction'];
|
|
34847
|
+
export const carrierChargeTransactionType = T['io.flow.internal.v0.enums.carrier_charge_transaction_type'];
|
|
34392
34848
|
export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
|
|
34393
34849
|
export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
|
|
34394
34850
|
export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
|
|
@@ -34438,6 +34894,7 @@ export const channelMembershipPutForm = T['io.flow.internal.v0.models.channel_me
|
|
|
34438
34894
|
export const channelOrder = T['io.flow.internal.v0.models.channel_order'];
|
|
34439
34895
|
export const channelOrderAcceptance = T['io.flow.internal.v0.models.channel_order_acceptance'];
|
|
34440
34896
|
export const channelOrderAcceptanceDeleted = T['io.flow.internal.v0.models.channel_order_acceptance_deleted'];
|
|
34897
|
+
export const channelOrderAcceptanceDetails = T['io.flow.internal.v0.models.channel_order_acceptance_details'];
|
|
34441
34898
|
export const channelOrderAcceptanceErrorAction = T['io.flow.internal.v0.enums.channel_order_acceptance_error_action'];
|
|
34442
34899
|
export const channelOrderAcceptanceForm = T['io.flow.internal.v0.models.channel_order_acceptance_form'];
|
|
34443
34900
|
export const channelOrderAcceptanceNextActionFrom = T['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'];
|
|
@@ -34461,6 +34918,9 @@ export const channelTransactionDeleted = T['io.flow.internal.v0.models.channel_t
|
|
|
34461
34918
|
export const channelTransactionRate = T['io.flow.internal.v0.models.channel_transaction_rate'];
|
|
34462
34919
|
export const channelTransactionType = T['io.flow.internal.v0.enums.channel_transaction_type'];
|
|
34463
34920
|
export const channelTransactionUpserted = T['io.flow.internal.v0.models.channel_transaction_upserted'];
|
|
34921
|
+
export const chargeEstimateSource = T['io.flow.internal.v0.enums.charge_estimate_source'];
|
|
34922
|
+
export const chargeInput = T['io.flow.internal.v0.models.charge_input'];
|
|
34923
|
+
export const chargeInputType = T['io.flow.internal.v0.enums.charge_input_type'];
|
|
34464
34924
|
export const chargeback = T['io.flow.internal.v0.models.chargeback'];
|
|
34465
34925
|
export const chargebackDeleted = T['io.flow.internal.v0.models.chargeback_deleted'];
|
|
34466
34926
|
export const chargebackPaymentStatus = T['io.flow.internal.v0.enums.chargeback_payment_status'];
|
|
@@ -35361,6 +35821,7 @@ export const fulfillmentProofOrderCombinedShipmentReference = T['io.flow.interna
|
|
|
35361
35821
|
export const fulfillmentProofShippingNotificationReference = T['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference'];
|
|
35362
35822
|
export const fulfillmentReference = T['io.flow.internal.v0.models.fulfillment_reference'];
|
|
35363
35823
|
export const fulfillmentShipmentTracking = T['io.flow.internal.v0.models.fulfillment_shipment_tracking'];
|
|
35824
|
+
export const fulfillmentShopperBreakdown = T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'];
|
|
35364
35825
|
export const fulfillmentSnapshot = T['io.flow.internal.v0.models.fulfillment_snapshot'];
|
|
35365
35826
|
export const fulfillmentSubsidyBreakdown = T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'];
|
|
35366
35827
|
export const fulfillmentTrigger = T['io.flow.internal.v0.unions.fulfillment_trigger'];
|
|
@@ -35543,6 +36004,7 @@ export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
|
|
|
35543
36004
|
export const itemType = T['io.flow.internal.v0.enums.item_type'];
|
|
35544
36005
|
export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
|
|
35545
36006
|
export const itemsShipped = T['io.flow.internal.v0.models.items_shipped'];
|
|
36007
|
+
export const jeanDemoItem = T['io.flow.internal.v0.models.jean_demo_item'];
|
|
35546
36008
|
export const key = T['io.flow.internal.v0.models.key'];
|
|
35547
36009
|
export const keyReference = T['io.flow.internal.v0.models.key_reference'];
|
|
35548
36010
|
export const keywordType = T['io.flow.internal.v0.enums.keyword_type'];
|
|
@@ -35646,6 +36108,7 @@ export const manualTransaction = T['io.flow.internal.v0.models.manual_transactio
|
|
|
35646
36108
|
export const manualTransactionCategory = T['io.flow.internal.v0.enums.manual_transaction_category'];
|
|
35647
36109
|
export const manualTransactionForm = T['io.flow.internal.v0.models.manual_transaction_form'];
|
|
35648
36110
|
export const manualTransactionFormOrder = T['io.flow.internal.v0.models.manual_transaction_form_order'];
|
|
36111
|
+
export const markedAsFinal = T['io.flow.internal.v0.models.marked_as_final'];
|
|
35649
36112
|
export const marketingGatewayAccountConnectionStatus = T['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'];
|
|
35650
36113
|
export const marketingGatewayChannel = T['io.flow.internal.v0.models.marketing_gateway_channel'];
|
|
35651
36114
|
export const marketingGatewayChannelConnectionForm = T['io.flow.internal.v0.models.marketing_gateway_channel_connection_form'];
|
|
@@ -36030,6 +36493,7 @@ export const readyToFulfill = T['io.flow.internal.v0.models.ready_to_fulfill'];
|
|
|
36030
36493
|
export const reboundConfiguration = T['io.flow.internal.v0.models.rebound_configuration'];
|
|
36031
36494
|
export const reboundConfigurationForm = T['io.flow.internal.v0.models.rebound_configuration_form'];
|
|
36032
36495
|
export const reboundConfigurationStatus = T['io.flow.internal.v0.enums.rebound_configuration_status'];
|
|
36496
|
+
export const recordReference = T['io.flow.internal.v0.models.record_reference'];
|
|
36033
36497
|
export const redirect = T['io.flow.internal.v0.models.redirect'];
|
|
36034
36498
|
export const redirectActionCompleted = T['io.flow.internal.v0.models.redirect_action_completed'];
|
|
36035
36499
|
export const redirectReason = T['io.flow.internal.v0.enums.redirect_reason'];
|
|
@@ -36046,8 +36510,41 @@ export const reportRuleDecision = T['io.flow.internal.v0.models.report_rule_deci
|
|
|
36046
36510
|
export const reportStatus = T['io.flow.internal.v0.enums.report_status'];
|
|
36047
36511
|
export const reportSummary = T['io.flow.internal.v0.models.report_summary'];
|
|
36048
36512
|
export const reportType = T['io.flow.internal.v0.enums.report_type'];
|
|
36513
|
+
export const reportingAuthorizationReference = T['io.flow.internal.v0.models.reporting_authorization_reference'];
|
|
36514
|
+
export const reportingBusiness = T['io.flow.internal.v0.models.reporting_business'];
|
|
36515
|
+
export const reportingConversionRates = T['io.flow.internal.v0.models.reporting_conversion_rates'];
|
|
36516
|
+
export const reportingCountry = T['io.flow.internal.v0.models.reporting_country'];
|
|
36517
|
+
export const reportingCurrencies = T['io.flow.internal.v0.models.reporting_currencies'];
|
|
36518
|
+
export const reportingDebug = T['io.flow.internal.v0.models.reporting_debug'];
|
|
36519
|
+
export const reportingDebugMissingSubsidies = T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'];
|
|
36520
|
+
export const reportingDestination = T['io.flow.internal.v0.models.reporting_destination'];
|
|
36049
36521
|
export const reportingDetails = T['io.flow.internal.v0.models.reporting_details'];
|
|
36522
|
+
export const reportingEntity = T['io.flow.internal.v0.models.reporting_entity'];
|
|
36523
|
+
export const reportingFulfillment = T['io.flow.internal.v0.models.reporting_fulfillment'];
|
|
36524
|
+
export const reportingFulfillmentHas = T['io.flow.internal.v0.models.reporting_fulfillment_has'];
|
|
36525
|
+
export const reportingFulfillmentIs = T['io.flow.internal.v0.models.reporting_fulfillment_is'];
|
|
36526
|
+
export const reportingFulfillmentIsVirtual = T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'];
|
|
36527
|
+
export const reportingFx = T['io.flow.internal.v0.models.reporting_fx'];
|
|
36528
|
+
export const reportingMerchantBreakdown = T['io.flow.internal.v0.models.reporting_merchant_breakdown'];
|
|
36529
|
+
export const reportingMerchantFees = T['io.flow.internal.v0.models.reporting_merchant_fees'];
|
|
36530
|
+
export const reportingMerchantSubsidies = T['io.flow.internal.v0.models.reporting_merchant_subsidies'];
|
|
36531
|
+
export const reportingMerchantTransactions = T['io.flow.internal.v0.models.reporting_merchant_transactions'];
|
|
36532
|
+
export const reportingMonetaryValue = T['io.flow.internal.v0.models.reporting_monetary_value'];
|
|
36533
|
+
export const reportingOrderSummary = T['io.flow.internal.v0.models.reporting_order_summary'];
|
|
36534
|
+
export const reportingOrganizationSummary = T['io.flow.internal.v0.models.reporting_organization_summary'];
|
|
36535
|
+
export const reportingPayment = T['io.flow.internal.v0.models.reporting_payment'];
|
|
36536
|
+
export const reportingPaymentMetadata = T['io.flow.internal.v0.models.reporting_payment_metadata'];
|
|
36537
|
+
export const reportingPaymentMetadataAdditionalAuthorizations = T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'];
|
|
36538
|
+
export const reportingProvince = T['io.flow.internal.v0.models.reporting_province'];
|
|
36539
|
+
export const reportingReconciliation = T['io.flow.internal.v0.models.reporting_reconciliation'];
|
|
36540
|
+
export const reportingRefundReference = T['io.flow.internal.v0.models.reporting_refund_reference'];
|
|
36050
36541
|
export const reportingScheme = T['io.flow.internal.v0.enums.reporting_scheme'];
|
|
36542
|
+
export const reportingShipment = T['io.flow.internal.v0.models.reporting_shipment'];
|
|
36543
|
+
export const reportingShopperFees = T['io.flow.internal.v0.models.reporting_shopper_fees'];
|
|
36544
|
+
export const reportingUsd = T['io.flow.internal.v0.models.reporting_usd'];
|
|
36545
|
+
export const reportingVatRemittance = T['io.flow.internal.v0.models.reporting_vat_remittance'];
|
|
36546
|
+
export const reportingVatRemittanceRate = T['io.flow.internal.v0.models.reporting_vat_remittance_rate'];
|
|
36547
|
+
export const reportingVendor = T['io.flow.internal.v0.models.reporting_vendor'];
|
|
36051
36548
|
export const requeueRequestForm = T['io.flow.internal.v0.models.requeue_request_form'];
|
|
36052
36549
|
export const responsibleParty = T['io.flow.internal.v0.enums.responsible_party'];
|
|
36053
36550
|
export const restrictionAction = T['io.flow.internal.v0.enums.restriction_action'];
|
|
@@ -36093,6 +36590,10 @@ export const returnPolicyUpserted = T['io.flow.internal.v0.models.return_policy_
|
|
|
36093
36590
|
export const returnSummary = T['io.flow.internal.v0.models.return_summary'];
|
|
36094
36591
|
export const returnTrigger = T['io.flow.internal.v0.unions.return_trigger'];
|
|
36095
36592
|
export const returnTriggerRefund = T['io.flow.internal.v0.models.return_trigger_refund'];
|
|
36593
|
+
export const revenueRecord = T['io.flow.internal.v0.models.revenue_record'];
|
|
36594
|
+
export const revenueRecordDeleted = T['io.flow.internal.v0.models.revenue_record_deleted'];
|
|
36595
|
+
export const revenueRecordType = T['io.flow.internal.v0.enums.revenue_record_type'];
|
|
36596
|
+
export const revenueRecordUpserted = T['io.flow.internal.v0.models.revenue_record_upserted'];
|
|
36096
36597
|
export const riskCheck = T['io.flow.internal.v0.enums.risk_check'];
|
|
36097
36598
|
export const riskEvaluation = T['io.flow.internal.v0.enums.risk_evaluation'];
|
|
36098
36599
|
export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
|