@flowio/api-internal-prop-types 9.24.79 → 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 +1752 -1302
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1752 -1302
- package/src/api-internal.js +952 -459
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,104 +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_return'] = PropTypes.exact({
|
|
1768
|
-
placeholder: PropTypes.string.isRequired,
|
|
1769
|
-
});
|
|
1770
|
-
|
|
1771
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
1772
|
-
transaction: PropTypes.number.isRequired,
|
|
1773
|
-
merchant: PropTypes.number.isRequired,
|
|
1774
|
-
entity: PropTypes.number.isRequired,
|
|
1775
|
-
usd: PropTypes.number.isRequired,
|
|
1776
|
-
eur: PropTypes.number.isRequired,
|
|
1777
|
-
});
|
|
1778
|
-
|
|
1779
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
1780
|
-
fuel: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1781
|
-
remote_area: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1782
|
-
oversize: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1783
|
-
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1784
|
-
emergency: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1785
|
-
peak: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1786
|
-
});
|
|
1787
|
-
|
|
1788
|
-
T['io.flow.billing.reporting.csv.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
1789
|
-
shipping: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1790
|
-
fees: T['io.flow.billing.reporting.csv.v0.models.reporting_shopper_fees'].isRequired,
|
|
1791
|
-
product: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1792
|
-
subtotal: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1793
|
-
tax: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1794
|
-
duty: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1795
|
-
discount: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1796
|
-
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
1797
|
-
});
|
|
1798
|
-
|
|
1799
1702
|
T['io.flow.ftp.v0.models.ftp_user'] = PropTypes.exact({
|
|
1800
1703
|
username: PropTypes.string.isRequired,
|
|
1801
1704
|
password: PropTypes.string,
|
|
@@ -1816,97 +1719,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings'] = PropTypes.exact({
|
|
|
1816
1719
|
account: T['io.flow.ftp.v0.models.ftp_account'],
|
|
1817
1720
|
});
|
|
1818
1721
|
|
|
1819
|
-
T['io.flow.common.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
1820
|
-
T['io.flow.common.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
1821
|
-
|
|
1822
|
-
T['io.flow.common.v0.enums.day_of_week'] = PropTypes.oneOf([
|
|
1823
|
-
'sunday',
|
|
1824
|
-
'monday',
|
|
1825
|
-
'tuesday',
|
|
1826
|
-
'wednesday',
|
|
1827
|
-
'thursday',
|
|
1828
|
-
'friday',
|
|
1829
|
-
'saturday',
|
|
1830
|
-
]);
|
|
1831
|
-
|
|
1832
|
-
T['io.flow.fulfillment.v0.models.scheduled_pickup'] = PropTypes.exact({
|
|
1833
|
-
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
1834
|
-
hour_of_day: PropTypes.string.isRequired,
|
|
1835
|
-
minute_of_hour: PropTypes.string.isRequired,
|
|
1836
|
-
});
|
|
1837
|
-
|
|
1838
|
-
T['io.flow.fulfillment.v0.models.available_service'] = PropTypes.exact({
|
|
1839
|
-
service: PropTypes.string.isRequired,
|
|
1840
|
-
scheduled_pickups: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.scheduled_pickup']),
|
|
1841
|
-
lead_days: T['io.flow.fulfillment.v0.models.number_range'],
|
|
1842
|
-
});
|
|
1843
|
-
|
|
1844
|
-
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'] = PropTypes.exact({
|
|
1845
|
-
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
1846
|
-
window: T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_pickup_window'].isRequired,
|
|
1847
|
-
instructions: PropTypes.string,
|
|
1848
|
-
});
|
|
1849
|
-
|
|
1850
|
-
T['io.flow.common.v0.models.price_source_price_book_reference'] = PropTypes.exact({
|
|
1851
|
-
id: PropTypes.string.isRequired,
|
|
1852
|
-
key: PropTypes.string.isRequired,
|
|
1853
|
-
});
|
|
1854
|
-
|
|
1855
|
-
T['io.flow.common.v0.enums.margin_type'] = PropTypes.oneOf(['fixed', 'percent']);
|
|
1856
|
-
|
|
1857
|
-
T['io.flow.common.v0.models.margin'] = PropTypes.exact({
|
|
1858
|
-
type: T['io.flow.common.v0.enums.margin_type'].isRequired,
|
|
1859
|
-
value: PropTypes.number.isRequired,
|
|
1860
|
-
});
|
|
1861
|
-
|
|
1862
|
-
T['io.flow.common.v0.models.logo_image_static'] = PropTypes.exact({
|
|
1863
|
-
url: PropTypes.string.isRequired,
|
|
1864
|
-
width: PropTypes.number.isRequired,
|
|
1865
|
-
height: PropTypes.number.isRequired,
|
|
1866
|
-
});
|
|
1867
|
-
|
|
1868
|
-
T['io.flow.common.v0.models.input_specification_limitation_max'] = PropTypes.exact({
|
|
1869
|
-
discriminator: PropTypes.oneOf(['input_specification_limitation_max']).isRequired,
|
|
1870
|
-
max: PropTypes.number.isRequired,
|
|
1871
|
-
});
|
|
1872
|
-
|
|
1873
|
-
T['io.flow.common.v0.unions.input_specification_limitation'] = PropTypes.oneOfType([T['io.flow.common.v0.models.input_specification_limitation_max']]);
|
|
1874
|
-
T['io.flow.common.v0.enums.input_specification_type'] = PropTypes.oneOf(['text', 'number']);
|
|
1875
|
-
T['io.flow.common.v0.enums.included_levy_key'] = PropTypes.oneOf(['duty', 'vat', 'vat_and_duty', 'none']);
|
|
1876
|
-
|
|
1877
|
-
T['io.flow.price.v0.models.price_book_form'] = PropTypes.exact({
|
|
1878
|
-
currency: PropTypes.string.isRequired,
|
|
1879
|
-
name: PropTypes.string.isRequired,
|
|
1880
|
-
includes: T['io.flow.common.v0.enums.included_levy_key'].isRequired,
|
|
1881
|
-
status: T['io.flow.common.v0.enums.price_book_status'],
|
|
1882
|
-
});
|
|
1883
|
-
|
|
1884
|
-
T['io.flow.common.v0.enums.exception_type'] = PropTypes.oneOf(['open', 'closed']);
|
|
1885
|
-
T['io.flow.common.v0.enums.entity_identifier_type'] = PropTypes.oneOf(['ioss', 'voec']);
|
|
1886
|
-
|
|
1887
|
-
T['io.flow.common.v0.models.discount_offer_percent'] = PropTypes.exact({
|
|
1888
|
-
discriminator: PropTypes.oneOf(['discount_offer_percent']).isRequired,
|
|
1889
|
-
percent: PropTypes.number.isRequired,
|
|
1890
|
-
});
|
|
1891
|
-
|
|
1892
|
-
T['io.flow.common.v0.enums.discount_target'] = PropTypes.oneOf(['item', 'shipping']);
|
|
1893
|
-
|
|
1894
|
-
T['io.flow.partner.v0.models.partner_order_reference'] = PropTypes.exact({
|
|
1895
|
-
id: PropTypes.string.isRequired,
|
|
1896
|
-
number: PropTypes.string.isRequired,
|
|
1897
|
-
});
|
|
1898
|
-
|
|
1899
|
-
T['io.flow.partner.v0.models.partner_organization_reference'] = PropTypes.exact({
|
|
1900
|
-
id: PropTypes.string.isRequired,
|
|
1901
|
-
});
|
|
1902
|
-
|
|
1903
|
-
T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
1904
|
-
id: PropTypes.string.isRequired,
|
|
1905
|
-
organization: T['io.flow.partner.v0.models.partner_organization_reference'].isRequired,
|
|
1906
|
-
order: T['io.flow.partner.v0.models.partner_order_reference'].isRequired,
|
|
1907
|
-
number: PropTypes.string.isRequired,
|
|
1908
|
-
});
|
|
1909
|
-
|
|
1910
1722
|
T['io.flow.payment.internal.v0.models.online_authorization_completed'] = PropTypes.exact({
|
|
1911
1723
|
discriminator: PropTypes.oneOf(['online_authorization_completed']).isRequired,
|
|
1912
1724
|
id: PropTypes.string.isRequired,
|
|
@@ -2107,38 +1919,6 @@ T['io.flow.payment.internal.v0.models.afterpay_authentication'] = PropTypes.exac
|
|
|
2107
1919
|
password_reference: PropTypes.string.isRequired,
|
|
2108
1920
|
});
|
|
2109
1921
|
|
|
2110
|
-
T['io.flow.payment.internal.v0.enums.processor'] = PropTypes.oneOf([
|
|
2111
|
-
'adyen',
|
|
2112
|
-
'afterpay',
|
|
2113
|
-
'bitpay',
|
|
2114
|
-
'stripe',
|
|
2115
|
-
'paypal',
|
|
2116
|
-
'flow_sandbox',
|
|
2117
|
-
'fiserv',
|
|
2118
|
-
'crypto',
|
|
2119
|
-
]);
|
|
2120
|
-
|
|
2121
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'] = PropTypes.exact({
|
|
2122
|
-
gateway: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2123
|
-
method: PropTypes.string.isRequired,
|
|
2124
|
-
psp_reference: PropTypes.string,
|
|
2125
|
-
authorization: T['io.flow.billing.reporting.csv.v0.models.reporting_authorization_reference'],
|
|
2126
|
-
settlement_date: PropTypes.string.isRequired,
|
|
2127
|
-
additional_authorizations: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata_additional_authorizations'],
|
|
2128
|
-
});
|
|
2129
|
-
|
|
2130
|
-
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment'] = PropTypes.exact({
|
|
2131
|
-
metadata: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment_payment_metadata'],
|
|
2132
|
-
psp: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2133
|
-
credit: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2134
|
-
total: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
2135
|
-
});
|
|
2136
|
-
|
|
2137
|
-
T['io.flow.payment.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
2138
|
-
discriminator: PropTypes.oneOf(['routing_processor']).isRequired,
|
|
2139
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2140
|
-
});
|
|
2141
|
-
|
|
2142
1922
|
T['io.flow.payment.internal.v0.enums.adyen_integration_type'] = PropTypes.oneOf(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']);
|
|
2143
1923
|
|
|
2144
1924
|
T['io.flow.payment.internal.v0.models.adyen_authentication_data_reference'] = PropTypes.exact({
|
|
@@ -2171,16 +1951,6 @@ T['io.flow.payment.internal.v0.models.adyen_authentication_form'] = PropTypes.ex
|
|
|
2171
1951
|
T['io.flow.payment.internal.v0.enums.organization_capability'] = PropTypes.oneOf(['organization', 'flow', 'dynamic']);
|
|
2172
1952
|
T['io.flow.payment.internal.v0.enums.processor_entity_status'] = PropTypes.oneOf(['active', 'draft', 'archived']);
|
|
2173
1953
|
|
|
2174
|
-
T['io.flow.payment.internal.v0.models.processor_merchant_reference'] = PropTypes.exact({
|
|
2175
|
-
id: PropTypes.string.isRequired,
|
|
2176
|
-
organization_id: PropTypes.string.isRequired,
|
|
2177
|
-
key: PropTypes.string.isRequired,
|
|
2178
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2179
|
-
country: PropTypes.string.isRequired,
|
|
2180
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2181
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2182
|
-
});
|
|
2183
|
-
|
|
2184
1954
|
T['io.flow.payment.internal.v0.models.processor_entity_status_form'] = PropTypes.exact({
|
|
2185
1955
|
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2186
1956
|
});
|
|
@@ -2434,80 +2204,6 @@ T['io.flow.payment.internal.v0.models.afterpay_account'] = PropTypes.exact({
|
|
|
2434
2204
|
updated_at: PropTypes.string.isRequired,
|
|
2435
2205
|
});
|
|
2436
2206
|
|
|
2437
|
-
T['io.flow.payment.internal.v0.models.processor_account_reference'] = PropTypes.exact({
|
|
2438
|
-
id: PropTypes.string.isRequired,
|
|
2439
|
-
organization_id: PropTypes.string.isRequired,
|
|
2440
|
-
key: PropTypes.string.isRequired,
|
|
2441
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2442
|
-
country: PropTypes.string.isRequired,
|
|
2443
|
-
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2444
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2445
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2446
|
-
});
|
|
2447
|
-
|
|
2448
|
-
T['io.flow.payment.internal.v0.models.routing_merchant'] = PropTypes.exact({
|
|
2449
|
-
discriminator: PropTypes.oneOf(['routing_merchant']).isRequired,
|
|
2450
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2451
|
-
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2452
|
-
processor_merchant: T['io.flow.payment.internal.v0.models.processor_merchant_reference'].isRequired,
|
|
2453
|
-
});
|
|
2454
|
-
|
|
2455
|
-
T['io.flow.payment.internal.v0.models.routing_account'] = PropTypes.exact({
|
|
2456
|
-
discriminator: PropTypes.oneOf(['routing_account']).isRequired,
|
|
2457
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2458
|
-
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2459
|
-
});
|
|
2460
|
-
|
|
2461
|
-
T['io.flow.payment.internal.v0.unions.routing_entity'] = PropTypes.oneOfType([
|
|
2462
|
-
T['io.flow.payment.internal.v0.models.routing_processor'],
|
|
2463
|
-
T['io.flow.payment.internal.v0.models.routing_account'],
|
|
2464
|
-
T['io.flow.payment.internal.v0.models.routing_merchant'],
|
|
2465
|
-
]);
|
|
2466
|
-
|
|
2467
|
-
T['io.flow.payment.internal.v0.models.paypal_merchant'] = PropTypes.exact({
|
|
2468
|
-
discriminator: PropTypes.oneOf(['paypal_merchant']).isRequired,
|
|
2469
|
-
id: PropTypes.string.isRequired,
|
|
2470
|
-
key: PropTypes.string.isRequired,
|
|
2471
|
-
organization_id: PropTypes.string.isRequired,
|
|
2472
|
-
external_id: PropTypes.string.isRequired,
|
|
2473
|
-
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2474
|
-
country: PropTypes.string.isRequired,
|
|
2475
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2476
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2477
|
-
created_at: PropTypes.string.isRequired,
|
|
2478
|
-
updated_at: PropTypes.string.isRequired,
|
|
2479
|
-
});
|
|
2480
|
-
|
|
2481
|
-
T['io.flow.payment.internal.v0.models.fiserv_merchant'] = PropTypes.exact({
|
|
2482
|
-
discriminator: PropTypes.oneOf(['fiserv_merchant']).isRequired,
|
|
2483
|
-
id: PropTypes.string.isRequired,
|
|
2484
|
-
key: PropTypes.string.isRequired,
|
|
2485
|
-
organization_id: PropTypes.string.isRequired,
|
|
2486
|
-
external_id: PropTypes.string.isRequired,
|
|
2487
|
-
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2488
|
-
base_currency: PropTypes.string.isRequired,
|
|
2489
|
-
funding_currency: PropTypes.string.isRequired,
|
|
2490
|
-
country: PropTypes.string.isRequired,
|
|
2491
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2492
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2493
|
-
created_at: PropTypes.string.isRequired,
|
|
2494
|
-
updated_at: PropTypes.string.isRequired,
|
|
2495
|
-
});
|
|
2496
|
-
|
|
2497
|
-
T['io.flow.payment.internal.v0.models.adyen_merchant'] = PropTypes.exact({
|
|
2498
|
-
discriminator: PropTypes.oneOf(['adyen_merchant']).isRequired,
|
|
2499
|
-
id: PropTypes.string.isRequired,
|
|
2500
|
-
key: PropTypes.string.isRequired,
|
|
2501
|
-
organization_id: PropTypes.string.isRequired,
|
|
2502
|
-
external_id: PropTypes.string.isRequired,
|
|
2503
|
-
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2504
|
-
country: PropTypes.string.isRequired,
|
|
2505
|
-
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2506
|
-
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2507
|
-
created_at: PropTypes.string.isRequired,
|
|
2508
|
-
updated_at: PropTypes.string.isRequired,
|
|
2509
|
-
});
|
|
2510
|
-
|
|
2511
2207
|
T['io.flow.payment.internal.v0.models.adyen_account_put_form'] = PropTypes.exact({
|
|
2512
2208
|
discriminator: PropTypes.oneOf(['adyen_account_put_form']).isRequired,
|
|
2513
2209
|
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
@@ -2574,6 +2270,365 @@ T['io.flow.payment.internal.v0.unions.processor_account'] = PropTypes.oneOfType(
|
|
|
2574
2270
|
T['io.flow.payment.internal.v0.models.crypto_account'],
|
|
2575
2271
|
]);
|
|
2576
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
|
+
|
|
2313
|
+
T['io.flow.payment.internal.v0.models.processor_account_reference'] = PropTypes.exact({
|
|
2314
|
+
id: PropTypes.string.isRequired,
|
|
2315
|
+
organization_id: PropTypes.string.isRequired,
|
|
2316
|
+
key: PropTypes.string.isRequired,
|
|
2317
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2318
|
+
country: PropTypes.string.isRequired,
|
|
2319
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2320
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2321
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2322
|
+
});
|
|
2323
|
+
|
|
2324
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'] = PropTypes.exact({
|
|
2325
|
+
discriminator: PropTypes.oneOf(['routing_merchant']).isRequired,
|
|
2326
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2327
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2328
|
+
processor_merchant: T['io.flow.payment.internal.v0.models.processor_merchant_reference'].isRequired,
|
|
2329
|
+
});
|
|
2330
|
+
|
|
2331
|
+
T['io.flow.payment.internal.v0.models.routing_account'] = PropTypes.exact({
|
|
2332
|
+
discriminator: PropTypes.oneOf(['routing_account']).isRequired,
|
|
2333
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2334
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2335
|
+
});
|
|
2336
|
+
|
|
2337
|
+
T['io.flow.payment.internal.v0.unions.routing_entity'] = PropTypes.oneOfType([
|
|
2338
|
+
T['io.flow.payment.internal.v0.models.routing_processor'],
|
|
2339
|
+
T['io.flow.payment.internal.v0.models.routing_account'],
|
|
2340
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'],
|
|
2341
|
+
]);
|
|
2342
|
+
|
|
2343
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant'] = PropTypes.exact({
|
|
2344
|
+
discriminator: PropTypes.oneOf(['paypal_merchant']).isRequired,
|
|
2345
|
+
id: PropTypes.string.isRequired,
|
|
2346
|
+
key: PropTypes.string.isRequired,
|
|
2347
|
+
organization_id: PropTypes.string.isRequired,
|
|
2348
|
+
external_id: PropTypes.string.isRequired,
|
|
2349
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2350
|
+
country: PropTypes.string.isRequired,
|
|
2351
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2352
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2353
|
+
created_at: PropTypes.string.isRequired,
|
|
2354
|
+
updated_at: PropTypes.string.isRequired,
|
|
2355
|
+
});
|
|
2356
|
+
|
|
2357
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant'] = PropTypes.exact({
|
|
2358
|
+
discriminator: PropTypes.oneOf(['fiserv_merchant']).isRequired,
|
|
2359
|
+
id: PropTypes.string.isRequired,
|
|
2360
|
+
key: PropTypes.string.isRequired,
|
|
2361
|
+
organization_id: PropTypes.string.isRequired,
|
|
2362
|
+
external_id: PropTypes.string.isRequired,
|
|
2363
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2364
|
+
base_currency: PropTypes.string.isRequired,
|
|
2365
|
+
funding_currency: PropTypes.string.isRequired,
|
|
2366
|
+
country: PropTypes.string.isRequired,
|
|
2367
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2368
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2369
|
+
created_at: PropTypes.string.isRequired,
|
|
2370
|
+
updated_at: PropTypes.string.isRequired,
|
|
2371
|
+
});
|
|
2372
|
+
|
|
2373
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant'] = PropTypes.exact({
|
|
2374
|
+
discriminator: PropTypes.oneOf(['adyen_merchant']).isRequired,
|
|
2375
|
+
id: PropTypes.string.isRequired,
|
|
2376
|
+
key: PropTypes.string.isRequired,
|
|
2377
|
+
organization_id: PropTypes.string.isRequired,
|
|
2378
|
+
external_id: PropTypes.string.isRequired,
|
|
2379
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2380
|
+
country: PropTypes.string.isRequired,
|
|
2381
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2382
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2383
|
+
created_at: PropTypes.string.isRequired,
|
|
2384
|
+
updated_at: PropTypes.string.isRequired,
|
|
2385
|
+
});
|
|
2386
|
+
|
|
2387
|
+
T['io.flow.billing.reporting.v0.models.reporting_usd'] = PropTypes.exact({
|
|
2388
|
+
usd: PropTypes.number.isRequired,
|
|
2389
|
+
});
|
|
2390
|
+
|
|
2391
|
+
T['io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
2392
|
+
|
|
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,
|
|
2440
|
+
name: PropTypes.string.isRequired,
|
|
2441
|
+
});
|
|
2442
|
+
|
|
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',
|
|
2552
|
+
]);
|
|
2553
|
+
|
|
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({
|
|
2573
|
+
id: PropTypes.string.isRequired,
|
|
2574
|
+
key: PropTypes.string.isRequired,
|
|
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,
|
|
2601
|
+
name: 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'],
|
|
2604
|
+
});
|
|
2605
|
+
|
|
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
|
+
});
|
|
2631
|
+
|
|
2577
2632
|
T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
|
|
2578
2633
|
'adjustment',
|
|
2579
2634
|
'vat_deminimis',
|
|
@@ -3492,6 +3547,29 @@ T['io.flow.shopify.markets.v0.models.shopify_order_id'] = PropTypes.exact({
|
|
|
3492
3547
|
id: PropTypes.number.isRequired,
|
|
3493
3548
|
});
|
|
3494
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
|
+
|
|
3495
3573
|
T['io.flow.shopify.markets.v0.enums.shopify_discount_value_type'] = PropTypes.oneOf(['fixed_amount', 'percentage']);
|
|
3496
3574
|
|
|
3497
3575
|
T['io.flow.shopify.markets.v0.models.shopify_applied_discount'] = PropTypes.exact({
|
|
@@ -7290,6 +7368,17 @@ T['io.flow.billing.internal.v0.models.account_summary'] = PropTypes.exact({
|
|
|
7290
7368
|
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7291
7369
|
});
|
|
7292
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
|
+
|
|
7293
7382
|
T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers'] = PropTypes.exact({
|
|
7294
7383
|
shopify_order_id: PropTypes.string,
|
|
7295
7384
|
});
|
|
@@ -7727,6 +7816,8 @@ T['io.flow.payment.gateway.v0.models.payment_reversal'] = PropTypes.exact({
|
|
|
7727
7816
|
id: PropTypes.string.isRequired,
|
|
7728
7817
|
amount: PropTypes.number.isRequired,
|
|
7729
7818
|
currency: PropTypes.string.isRequired,
|
|
7819
|
+
base_amount: PropTypes.number,
|
|
7820
|
+
base_currency: PropTypes.string,
|
|
7730
7821
|
created_at: PropTypes.string.isRequired,
|
|
7731
7822
|
updated_at: PropTypes.string.isRequired,
|
|
7732
7823
|
status: T['io.flow.payment.gateway.v0.models.payment_reversal_status'].isRequired,
|
|
@@ -7758,6 +7849,8 @@ T['io.flow.payment.gateway.v0.models.payment_refund'] = PropTypes.exact({
|
|
|
7758
7849
|
id: PropTypes.string.isRequired,
|
|
7759
7850
|
amount: PropTypes.number.isRequired,
|
|
7760
7851
|
currency: PropTypes.string.isRequired,
|
|
7852
|
+
base_amount: PropTypes.number,
|
|
7853
|
+
base_currency: PropTypes.string,
|
|
7761
7854
|
created_at: PropTypes.string.isRequired,
|
|
7762
7855
|
updated_at: PropTypes.string.isRequired,
|
|
7763
7856
|
status: T['io.flow.payment.gateway.v0.models.payment_refund_status'].isRequired,
|
|
@@ -7871,6 +7964,8 @@ T['io.flow.payment.gateway.v0.models.payment_capture'] = PropTypes.exact({
|
|
|
7871
7964
|
id: PropTypes.string.isRequired,
|
|
7872
7965
|
amount: PropTypes.number.isRequired,
|
|
7873
7966
|
currency: PropTypes.string.isRequired,
|
|
7967
|
+
base_amount: PropTypes.number,
|
|
7968
|
+
base_currency: PropTypes.string,
|
|
7874
7969
|
created_at: PropTypes.string.isRequired,
|
|
7875
7970
|
updated_at: PropTypes.string.isRequired,
|
|
7876
7971
|
status: T['io.flow.payment.gateway.v0.models.payment_capture_status'].isRequired,
|
|
@@ -10164,6 +10259,14 @@ T['io.flow.internal.v0.models.calculator_organization_settings_deleted'] = PropT
|
|
|
10164
10259
|
id: PropTypes.string.isRequired,
|
|
10165
10260
|
});
|
|
10166
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
|
+
|
|
10167
10270
|
T['io.flow.internal.v0.models.sales_record_deleted'] = PropTypes.exact({
|
|
10168
10271
|
discriminator: PropTypes.oneOf(['sales_record_deleted']).isRequired,
|
|
10169
10272
|
event_id: PropTypes.string.isRequired,
|
|
@@ -11280,6 +11383,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
|
11280
11383
|
'themes/create',
|
|
11281
11384
|
'themes/publish',
|
|
11282
11385
|
'themes/update',
|
|
11386
|
+
'bulk_operations/finish',
|
|
11283
11387
|
]);
|
|
11284
11388
|
|
|
11285
11389
|
T['io.flow.shopify.markets.v0.models.shopify_webhook_request'] = PropTypes.exact({
|
|
@@ -11528,14 +11632,14 @@ T['io.flow.payment.v0.unions.expandable_payment_processor'] = PropTypes.oneOfTyp
|
|
|
11528
11632
|
T['io.flow.payment.v0.models.payment_processor_reference'],
|
|
11529
11633
|
]);
|
|
11530
11634
|
|
|
11531
|
-
T['io.flow.billing.reporting.
|
|
11635
|
+
T['io.flow.billing.reporting.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11532
11636
|
products: PropTypes.bool.isRequired,
|
|
11533
11637
|
shipping: PropTypes.bool.isRequired,
|
|
11534
11638
|
});
|
|
11535
11639
|
|
|
11536
|
-
T['io.flow.billing.reporting.
|
|
11640
|
+
T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11537
11641
|
currency: PropTypes.string.isRequired,
|
|
11538
|
-
rate: T['io.flow.billing.reporting.
|
|
11642
|
+
rate: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11539
11643
|
});
|
|
11540
11644
|
|
|
11541
11645
|
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
@@ -11543,127 +11647,134 @@ T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.e
|
|
|
11543
11647
|
sequence_number: PropTypes.number.isRequired,
|
|
11544
11648
|
fulfilled_at: PropTypes.string.isRequired,
|
|
11545
11649
|
completes_order: PropTypes.bool.isRequired,
|
|
11546
|
-
payment: T['io.flow.billing.reporting.
|
|
11547
|
-
value: T['io.flow.billing.reporting.
|
|
11548
|
-
dispatch_country: T['io.flow.billing.reporting.
|
|
11549
|
-
destination: T['io.flow.billing.reporting.
|
|
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,
|
|
11550
11654
|
carrier: PropTypes.string,
|
|
11551
|
-
is: T['io.flow.billing.reporting.
|
|
11552
|
-
has: T['io.flow.billing.reporting.
|
|
11553
|
-
fx: T['io.flow.billing.reporting.
|
|
11554
|
-
business: T['io.flow.billing.reporting.
|
|
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'],
|
|
11555
11659
|
});
|
|
11556
11660
|
|
|
11557
|
-
T['io.flow.billing.reporting.
|
|
11661
|
+
T['io.flow.billing.reporting.v0.models.reporting_debug'] = PropTypes.exact({
|
|
11558
11662
|
console_order_link: PropTypes.string.isRequired,
|
|
11559
11663
|
allocation_order_totals_delta: PropTypes.number,
|
|
11560
11664
|
allocation_order_item_discount_delta: PropTypes.number,
|
|
11561
|
-
missing_item_subsidies: T['io.flow.billing.reporting.
|
|
11562
|
-
missing_shipping_subsidies: T['io.flow.billing.reporting.
|
|
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'],
|
|
11667
|
+
});
|
|
11668
|
+
|
|
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,
|
|
11563
11676
|
});
|
|
11564
11677
|
|
|
11565
|
-
T['io.flow.billing.reporting.
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
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,
|
|
11572
11686
|
});
|
|
11573
11687
|
|
|
11574
|
-
T['io.flow.billing.reporting.
|
|
11575
|
-
|
|
11576
|
-
|
|
11577
|
-
|
|
11578
|
-
|
|
11579
|
-
processing: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11580
|
-
rate_lock: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11581
|
-
transfer: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
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,
|
|
11582
11693
|
});
|
|
11583
11694
|
|
|
11584
|
-
T['io.flow.billing.reporting.
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
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,
|
|
11589
11699
|
});
|
|
11590
11700
|
|
|
11591
|
-
T['io.flow.billing.reporting.
|
|
11701
|
+
T['io.flow.billing.reporting.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11592
11702
|
date: PropTypes.string.isRequired,
|
|
11593
11703
|
month: PropTypes.number.isRequired,
|
|
11594
11704
|
year: PropTypes.number.isRequired,
|
|
11595
11705
|
});
|
|
11596
11706
|
|
|
11597
|
-
T['io.flow.billing.reporting.
|
|
11707
|
+
T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11598
11708
|
merchant: PropTypes.number.isRequired,
|
|
11599
11709
|
entity: PropTypes.number.isRequired,
|
|
11600
11710
|
usd: PropTypes.number.isRequired,
|
|
11601
11711
|
eur: PropTypes.number.isRequired,
|
|
11602
11712
|
});
|
|
11603
11713
|
|
|
11604
|
-
T['io.flow.billing.reporting.
|
|
11714
|
+
T['io.flow.billing.reporting.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11605
11715
|
transaction: PropTypes.string.isRequired,
|
|
11606
11716
|
merchant: PropTypes.string.isRequired,
|
|
11607
11717
|
entity: PropTypes.string.isRequired,
|
|
11608
11718
|
});
|
|
11609
11719
|
|
|
11610
|
-
T['io.flow.billing.reporting.
|
|
11720
|
+
T['io.flow.billing.reporting.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11611
11721
|
id: PropTypes.string.isRequired,
|
|
11612
11722
|
});
|
|
11613
11723
|
|
|
11614
|
-
T['io.flow.billing.reporting.
|
|
11724
|
+
T['io.flow.billing.reporting.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11615
11725
|
id: PropTypes.string.isRequired,
|
|
11616
11726
|
});
|
|
11617
11727
|
|
|
11618
|
-
T['io.flow.billing.reporting.
|
|
11728
|
+
T['io.flow.billing.reporting.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11619
11729
|
id: PropTypes.string.isRequired,
|
|
11620
11730
|
number: PropTypes.string.isRequired,
|
|
11621
11731
|
submitted_at: PropTypes.string.isRequired,
|
|
11622
11732
|
});
|
|
11623
11733
|
|
|
11624
|
-
T['io.flow.billing.reporting.
|
|
11734
|
+
T['io.flow.billing.reporting.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11625
11735
|
id: PropTypes.string.isRequired,
|
|
11626
11736
|
name: PropTypes.string.isRequired,
|
|
11627
11737
|
});
|
|
11628
11738
|
|
|
11629
|
-
T['io.flow.billing.reporting.
|
|
11739
|
+
T['io.flow.billing.reporting.v0.models.record_reference'] = PropTypes.exact({
|
|
11630
11740
|
id: PropTypes.string.isRequired,
|
|
11631
11741
|
});
|
|
11632
11742
|
|
|
11633
|
-
T['io.flow.billing.reporting.
|
|
11743
|
+
T['io.flow.billing.reporting.v0.models.revenue_record'] = PropTypes.exact({
|
|
11634
11744
|
id: PropTypes.string.isRequired,
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
|
|
11645
|
-
|
|
11646
|
-
|
|
11647
|
-
|
|
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,
|
|
11648
11759
|
});
|
|
11649
11760
|
|
|
11650
11761
|
T['io.flow.billing.reporting.csv.v0.models.sales_record'] = PropTypes.exact({
|
|
11651
11762
|
id: PropTypes.string.isRequired,
|
|
11652
|
-
parent: T['io.flow.billing.reporting.
|
|
11653
|
-
merchant: T['io.flow.billing.reporting.
|
|
11654
|
-
order: T['io.flow.billing.reporting.
|
|
11655
|
-
entity: T['io.flow.billing.reporting.
|
|
11656
|
-
vendor: T['io.flow.billing.reporting.
|
|
11657
|
-
currencies: T['io.flow.billing.reporting.
|
|
11658
|
-
conversion_rate: T['io.flow.billing.reporting.
|
|
11659
|
-
reconciliation: T['io.flow.billing.reporting.
|
|
11660
|
-
merchant_subsidies: T['io.flow.billing.reporting.
|
|
11661
|
-
merchant_fees: T['io.flow.billing.reporting.
|
|
11662
|
-
merchant_transactions: T['io.flow.billing.reporting.
|
|
11663
|
-
debug: 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,
|
|
11664
11775
|
fulfillment: T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'].isRequired,
|
|
11665
|
-
vat_remittance: T['io.flow.billing.reporting.
|
|
11666
|
-
marked_as_final: T['io.flow.billing.reporting.
|
|
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,
|
|
11667
11778
|
});
|
|
11668
11779
|
|
|
11669
11780
|
T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
@@ -11674,6 +11785,55 @@ T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
|
11674
11785
|
sales_record: T['io.flow.billing.reporting.csv.v0.models.sales_record'].isRequired,
|
|
11675
11786
|
});
|
|
11676
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
|
+
|
|
11677
11837
|
T['io.flow.payment.v0.models.refund_reference'] = PropTypes.exact({
|
|
11678
11838
|
id: PropTypes.string.isRequired,
|
|
11679
11839
|
key: PropTypes.string.isRequired,
|
|
@@ -11754,6 +11914,94 @@ T['io.flow.internal.v0.models.restriction_item_review_decision_form'] = PropType
|
|
|
11754
11914
|
decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
|
|
11755
11915
|
});
|
|
11756
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
|
+
|
|
11757
12005
|
T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
|
|
11758
12006
|
|
|
11759
12007
|
T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
|
|
@@ -12700,6 +12948,7 @@ T['io.flow.internal.v0.enums.onboarding_audit_theme_key'] = PropTypes.oneOf([
|
|
|
12700
12948
|
'dtce',
|
|
12701
12949
|
'restrictions',
|
|
12702
12950
|
'organization_status',
|
|
12951
|
+
'category_constraints',
|
|
12703
12952
|
'miscellaneous',
|
|
12704
12953
|
]);
|
|
12705
12954
|
|
|
@@ -14785,6 +15034,66 @@ T['io.flow.internal.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
|
14785
15034
|
T['io.flow.internal.v0.models.fulfillment_proof_order_combined_shipment_reference'],
|
|
14786
15035
|
]);
|
|
14787
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
|
+
|
|
14788
15097
|
T['io.flow.order.management.v0.models.fulfillment_item_quantity'] = PropTypes.exact({
|
|
14789
15098
|
status: T['io.flow.order.management.v0.enums.fulfillment_item_quantity_status'].isRequired,
|
|
14790
15099
|
quantity: PropTypes.number.isRequired,
|
|
@@ -16276,7 +16585,10 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16276
16585
|
'capture_transactions_ignored_fully_refunded_count',
|
|
16277
16586
|
'capture_transactions_ignored_other_count',
|
|
16278
16587
|
'capture_transactions_ignored_previously_processed_count',
|
|
16588
|
+
'capture_queued_count',
|
|
16279
16589
|
'capture_transactions_total',
|
|
16590
|
+
'carrier_charge_transactions_count',
|
|
16591
|
+
'carrier_charge_transactions_total',
|
|
16280
16592
|
'channel_transactions_processing_count',
|
|
16281
16593
|
'channel_transactions_processing_total',
|
|
16282
16594
|
'channel_transactions_adjustment_count',
|
|
@@ -16306,6 +16618,7 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16306
16618
|
'refund_transactions_ignored_fully_refunded_count',
|
|
16307
16619
|
'refund_transactions_ignored_other_count',
|
|
16308
16620
|
'refund_transactions_ignored_previously_processed_count',
|
|
16621
|
+
'refund_queued_count',
|
|
16309
16622
|
'refund_transactions_total',
|
|
16310
16623
|
'reversal_order_cancellations_transactions_count',
|
|
16311
16624
|
'reversal_order_cancellations_transactions_total',
|
|
@@ -16352,6 +16665,11 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16352
16665
|
'percentage_billable_label_transactions_with_carrier_charge_30_days',
|
|
16353
16666
|
'percentage_billable_label_transactions_with_carrier_charge_60_days',
|
|
16354
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',
|
|
16355
16673
|
]);
|
|
16356
16674
|
|
|
16357
16675
|
T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
|
|
@@ -17583,6 +17901,8 @@ T['io.flow.payment.gateway.v0.models.payment_authorization'] = PropTypes.exact({
|
|
|
17583
17901
|
status: T['io.flow.payment.gateway.v0.models.payment_authorization_status'].isRequired,
|
|
17584
17902
|
amount: PropTypes.number.isRequired,
|
|
17585
17903
|
currency: PropTypes.string.isRequired,
|
|
17904
|
+
base_amount: PropTypes.number,
|
|
17905
|
+
base_currency: PropTypes.string,
|
|
17586
17906
|
});
|
|
17587
17907
|
|
|
17588
17908
|
T['io.flow.payment.gateway.v0.models.payment_information'] = PropTypes.exact({
|
|
@@ -19339,6 +19659,8 @@ T['io.flow.payment.gateway.v0.models.payment_request'] = PropTypes.exact({
|
|
|
19339
19659
|
next_action: T['io.flow.payment.gateway.v0.unions.action'],
|
|
19340
19660
|
amount: PropTypes.number.isRequired,
|
|
19341
19661
|
currency: PropTypes.string.isRequired,
|
|
19662
|
+
base_amount: PropTypes.number,
|
|
19663
|
+
base_currency: PropTypes.string,
|
|
19342
19664
|
order_information: T['io.flow.payment.gateway.v0.unions.order_information'].isRequired,
|
|
19343
19665
|
device_details: T['io.flow.payment.v0.unions.device_details'].isRequired,
|
|
19344
19666
|
locale: PropTypes.string,
|
|
@@ -20585,6 +20907,7 @@ T['io.flow.internal.v0.enums.charge_input_type'] = PropTypes.oneOf([
|
|
|
20585
20907
|
'usps_first_mile',
|
|
20586
20908
|
'oversize_piece',
|
|
20587
20909
|
'incoterm_dap',
|
|
20910
|
+
'emergency_situation',
|
|
20588
20911
|
'remote_area_delivery',
|
|
20589
20912
|
]);
|
|
20590
20913
|
|
|
@@ -21612,7 +21935,20 @@ T['io.flow.internal.v0.models.catalog_import_request'] = PropTypes.exact({
|
|
|
21612
21935
|
filename: PropTypes.string,
|
|
21613
21936
|
});
|
|
21614
21937
|
|
|
21615
|
-
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
|
+
});
|
|
21616
21952
|
|
|
21617
21953
|
T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
21618
21954
|
amount: PropTypes.number.isRequired,
|
|
@@ -21666,6 +22002,7 @@ T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
|
21666
22002
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
21667
22003
|
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
21668
22004
|
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
22005
|
+
T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'],
|
|
21669
22006
|
T['io.flow.billing.v0.models.transaction_metadata_manual'],
|
|
21670
22007
|
]);
|
|
21671
22008
|
|
|
@@ -21705,7 +22042,7 @@ T['io.flow.internal.v0.models.carrier_charge_units'] = PropTypes.exact({
|
|
|
21705
22042
|
T['io.flow.internal.v0.models.carrier_charge_form_other'] = PropTypes.exact({
|
|
21706
22043
|
discriminator: PropTypes.oneOf(['other']).isRequired,
|
|
21707
22044
|
id: PropTypes.string.isRequired,
|
|
21708
|
-
reason: T['io.flow.
|
|
22045
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21709
22046
|
organization_id: PropTypes.string.isRequired,
|
|
21710
22047
|
order_number: PropTypes.string.isRequired,
|
|
21711
22048
|
carrier_id: PropTypes.string.isRequired,
|
|
@@ -22746,6 +23083,7 @@ T['io.flow.internal.v0.enums.billing_statement_attachment_key'] = PropTypes.oneO
|
|
|
22746
23083
|
'tax',
|
|
22747
23084
|
'duty',
|
|
22748
23085
|
'trueup',
|
|
23086
|
+
'carrier_charge',
|
|
22749
23087
|
'all',
|
|
22750
23088
|
]);
|
|
22751
23089
|
|
|
@@ -22837,6 +23175,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
22837
23175
|
'shipping_label',
|
|
22838
23176
|
'shipping_label_service',
|
|
22839
23177
|
'trueup',
|
|
23178
|
+
'carrier_charge',
|
|
22840
23179
|
'shipping_label_revenue_share',
|
|
22841
23180
|
'platform_fee',
|
|
22842
23181
|
'tax',
|
|
@@ -22861,6 +23200,7 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata'] = PropTypes.
|
|
|
22861
23200
|
shipping_label: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label'],
|
|
22862
23201
|
shipping_label_revenue_share: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'],
|
|
22863
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'],
|
|
22864
23204
|
manual: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'],
|
|
22865
23205
|
});
|
|
22866
23206
|
|
|
@@ -22892,6 +23232,7 @@ T['io.flow.billing.internal.v0.enums.billing_transaction_type'] = PropTypes.oneO
|
|
|
22892
23232
|
'tax',
|
|
22893
23233
|
'duty',
|
|
22894
23234
|
'trueup',
|
|
23235
|
+
'carrier_charge',
|
|
22895
23236
|
]);
|
|
22896
23237
|
|
|
22897
23238
|
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction'] = PropTypes.exact({
|
|
@@ -23063,6 +23404,7 @@ T['io.flow.internal.v0.models.restriction_item_request_form'] = PropTypes.exact(
|
|
|
23063
23404
|
status: T['io.flow.internal.v0.enums.restriction_status'],
|
|
23064
23405
|
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.enums.restriction_status']),
|
|
23065
23406
|
rule_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23407
|
+
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23066
23408
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
23067
23409
|
product_name_query: PropTypes.string,
|
|
23068
23410
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -23439,6 +23781,15 @@ T['io.flow.experience.v0.models.order_builder_customer_invoice_address_form'] =
|
|
|
23439
23781
|
address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23440
23782
|
});
|
|
23441
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
|
+
|
|
23442
23793
|
T['io.flow.common.v0.models.customer_invoice'] = PropTypes.exact({
|
|
23443
23794
|
address: T['io.flow.common.v0.models.billing_address'],
|
|
23444
23795
|
});
|
|
@@ -23456,15 +23807,6 @@ T['io.flow.experience.v0.models.order_builder_customer_form'] = PropTypes.exact(
|
|
|
23456
23807
|
customer: T['io.flow.common.v0.models.order_customer_form'].isRequired,
|
|
23457
23808
|
});
|
|
23458
23809
|
|
|
23459
|
-
T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropTypes.exact({
|
|
23460
|
-
order_number: PropTypes.string.isRequired,
|
|
23461
|
-
amount: PropTypes.number.isRequired,
|
|
23462
|
-
currency: PropTypes.string.isRequired,
|
|
23463
|
-
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
23464
|
-
ip: PropTypes.string,
|
|
23465
|
-
origin_url: PropTypes.string,
|
|
23466
|
-
});
|
|
23467
|
-
|
|
23468
23810
|
T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
23469
23811
|
warehouse_address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23470
23812
|
warehouse_url: PropTypes.string,
|
|
@@ -23721,6 +24063,11 @@ T['io.flow.internal.v0.models.authorization_parameters_form'] = PropTypes.exact(
|
|
|
23721
24063
|
origin_url: PropTypes.string,
|
|
23722
24064
|
});
|
|
23723
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
|
+
|
|
23724
24071
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing_fees'] = PropTypes.exact({
|
|
23725
24072
|
mor_fee_rate: PropTypes.number,
|
|
23726
24073
|
fx_fee_rate: PropTypes.number,
|
|
@@ -23770,6 +24117,7 @@ T['io.flow.payment.v0.unions.payment_order_reference'] = PropTypes.oneOfType([
|
|
|
23770
24117
|
|
|
23771
24118
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing'] = PropTypes.exact({
|
|
23772
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'],
|
|
23773
24121
|
});
|
|
23774
24122
|
|
|
23775
24123
|
T['io.flow.payment.request.bundle.v0.models.payment_request_bundle_form'] = PropTypes.exact({
|
|
@@ -24313,6 +24661,65 @@ T['io.flow.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
|
24313
24661
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
24314
24662
|
});
|
|
24315
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
|
+
|
|
24316
24723
|
T['io.flow.internal.v0.models.internal_authorization'] = PropTypes.exact({
|
|
24317
24724
|
id: PropTypes.string.isRequired,
|
|
24318
24725
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
@@ -25585,6 +25992,32 @@ T['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'] = PropTypes.exac
|
|
|
25585
25992
|
ratecard_aggregate: T['io.flow.internal.v0.models.ratecard_lane_aggregate'].isRequired,
|
|
25586
25993
|
});
|
|
25587
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
|
+
|
|
25588
26021
|
T['io.flow.common.v0.models.price_source_provided'] = PropTypes.exact({
|
|
25589
26022
|
discriminator: PropTypes.oneOf(['provided']).isRequired,
|
|
25590
26023
|
price: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -25697,32 +26130,6 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
25697
26130
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
25698
26131
|
});
|
|
25699
26132
|
|
|
25700
|
-
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
25701
|
-
id: PropTypes.string.isRequired,
|
|
25702
|
-
key: PropTypes.string.isRequired,
|
|
25703
|
-
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
25704
|
-
amount: PropTypes.number.isRequired,
|
|
25705
|
-
currency: PropTypes.string.isRequired,
|
|
25706
|
-
base: T['io.flow.common.v0.models.money'],
|
|
25707
|
-
chargeback_issued_at: PropTypes.string.isRequired,
|
|
25708
|
-
created_at: PropTypes.string.isRequired,
|
|
25709
|
-
payment_status: T['io.flow.payment.internal.v0.enums.chargeback_payment_status'].isRequired,
|
|
25710
|
-
process_status: T['io.flow.payment.internal.v0.enums.chargeback_process_status'].isRequired,
|
|
25711
|
-
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
25712
|
-
processor_reason: PropTypes.string.isRequired,
|
|
25713
|
-
processor_status: PropTypes.string.isRequired,
|
|
25714
|
-
processor_reference: PropTypes.string,
|
|
25715
|
-
provider_reference: PropTypes.string,
|
|
25716
|
-
provider_reason_code: PropTypes.string,
|
|
25717
|
-
});
|
|
25718
|
-
|
|
25719
|
-
T['io.flow.payment.internal.v0.models.chargeback_version'] = PropTypes.exact({
|
|
25720
|
-
id: PropTypes.string.isRequired,
|
|
25721
|
-
timestamp: PropTypes.string.isRequired,
|
|
25722
|
-
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
25723
|
-
chargeback: T['io.flow.payment.internal.v0.models.chargeback'].isRequired,
|
|
25724
|
-
});
|
|
25725
|
-
|
|
25726
26133
|
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
25727
26134
|
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
25728
26135
|
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -27214,6 +27621,7 @@ T['io.flow.internal.v0.models.return'] = PropTypes.exact({
|
|
|
27214
27621
|
posting_cutoff: PropTypes.string.isRequired,
|
|
27215
27622
|
trigger: T['io.flow.internal.v0.unions.return_trigger'].isRequired,
|
|
27216
27623
|
returned_at: PropTypes.string.isRequired,
|
|
27624
|
+
completes_order: PropTypes.bool.isRequired,
|
|
27217
27625
|
});
|
|
27218
27626
|
|
|
27219
27627
|
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
@@ -27789,6 +28197,19 @@ T['io.flow.billing.internal.v0.models.next_billing_statement'] = PropTypes.exact
|
|
|
27789
28197
|
conditions: PropTypes.string,
|
|
27790
28198
|
});
|
|
27791
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
|
+
|
|
27792
28213
|
T['io.flow.billing.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
27793
28214
|
id: PropTypes.string.isRequired,
|
|
27794
28215
|
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -27823,6 +28244,7 @@ T['io.flow.billing.internal.v0.models.billing_statement_totals'] = PropTypes.exa
|
|
|
27823
28244
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
27824
28245
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
27825
28246
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
28247
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
27826
28248
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27827
28249
|
});
|
|
27828
28250
|
|
|
@@ -28868,6 +29290,7 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
28868
29290
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
28869
29291
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
28870
29292
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
29293
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
28871
29294
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
28872
29295
|
});
|
|
28873
29296
|
|
|
@@ -29091,6 +29514,7 @@ T['io.flow.billing.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
29091
29514
|
T['io.flow.billing.internal.v0.models.tax_transaction'],
|
|
29092
29515
|
T['io.flow.billing.internal.v0.models.duty_transaction'],
|
|
29093
29516
|
T['io.flow.billing.internal.v0.models.trueup_transaction'],
|
|
29517
|
+
T['io.flow.billing.internal.v0.models.carrier_charge_transaction'],
|
|
29094
29518
|
]);
|
|
29095
29519
|
|
|
29096
29520
|
T['io.flow.item.v0.models.local_item_attribute_pricing'] = PropTypes.exact({
|
|
@@ -30149,6 +30573,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
30149
30573
|
'tax',
|
|
30150
30574
|
'duty',
|
|
30151
30575
|
'trueup',
|
|
30576
|
+
'carrier_charge',
|
|
30152
30577
|
]);
|
|
30153
30578
|
|
|
30154
30579
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -30494,6 +30919,26 @@ T['io.flow.internal.v0.models.channel_billed_transaction'] = PropTypes.exact({
|
|
|
30494
30919
|
created_at: PropTypes.string.isRequired,
|
|
30495
30920
|
});
|
|
30496
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
|
+
|
|
30497
30942
|
T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
30498
30943
|
T['io.flow.internal.v0.models.invoice_transaction'],
|
|
30499
30944
|
T['io.flow.internal.v0.models.manual_transaction'],
|
|
@@ -30510,15 +30955,9 @@ T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
30510
30955
|
T['io.flow.internal.v0.models.tax_transaction'],
|
|
30511
30956
|
T['io.flow.internal.v0.models.duty_transaction'],
|
|
30512
30957
|
T['io.flow.internal.v0.models.trueup_transaction'],
|
|
30958
|
+
T['io.flow.internal.v0.models.carrier_charge_transaction'],
|
|
30513
30959
|
]);
|
|
30514
30960
|
|
|
30515
|
-
T['io.flow.internal.v0.models.channel_billed_transaction_upserted'] = PropTypes.exact({
|
|
30516
|
-
discriminator: PropTypes.oneOf(['channel_billed_transaction_upserted']).isRequired,
|
|
30517
|
-
event_id: PropTypes.string.isRequired,
|
|
30518
|
-
timestamp: PropTypes.string.isRequired,
|
|
30519
|
-
channel_billed_transaction: T['io.flow.internal.v0.models.channel_billed_transaction'].isRequired,
|
|
30520
|
-
});
|
|
30521
|
-
|
|
30522
30961
|
T['io.flow.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
30523
30962
|
id: PropTypes.string.isRequired,
|
|
30524
30963
|
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -30794,6 +31233,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
30794
31233
|
T['io.flow.internal.v0.models.daily_value_deleted'],
|
|
30795
31234
|
T['io.flow.internal.v0.models.sales_record_upserted'],
|
|
30796
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'],
|
|
30797
31238
|
T['io.flow.internal.v0.models.calculator_organization_settings_upserted'],
|
|
30798
31239
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
30799
31240
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
@@ -31177,8 +31618,10 @@ T['io.flow.internal.v0.enums.calculator_engine'] = PropTypes.oneOf([
|
|
|
31177
31618
|
'dtce_two_calls',
|
|
31178
31619
|
'dtce_with_deminimis',
|
|
31179
31620
|
'dtce_merged_with_tax',
|
|
31621
|
+
'dtce_with_inclusive_pricing',
|
|
31180
31622
|
]);
|
|
31181
31623
|
|
|
31624
|
+
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
31182
31625
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
31183
31626
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
31184
31627
|
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
@@ -31251,6 +31694,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
31251
31694
|
'daily_value_deleted',
|
|
31252
31695
|
'sales_record_upserted',
|
|
31253
31696
|
'sales_record_deleted',
|
|
31697
|
+
'revenue_record_upserted',
|
|
31698
|
+
'revenue_record_deleted',
|
|
31254
31699
|
'calculator_organization_settings_upserted',
|
|
31255
31700
|
'calculator_organization_settings_deleted',
|
|
31256
31701
|
'carrier_account_upserted_v2',
|
|
@@ -31603,6 +32048,7 @@ T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
31603
32048
|
'refund',
|
|
31604
32049
|
'refund_over_capture',
|
|
31605
32050
|
'sales_record',
|
|
32051
|
+
'refund_record',
|
|
31606
32052
|
'statement_batch',
|
|
31607
32053
|
'statement_email',
|
|
31608
32054
|
'statement_summary_email',
|
|
@@ -31659,6 +32105,7 @@ T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'] = PropTypes.on
|
|
|
31659
32105
|
'order_update',
|
|
31660
32106
|
'product_restriction_result',
|
|
31661
32107
|
'product_sync',
|
|
32108
|
+
'webhook_registrations',
|
|
31662
32109
|
]);
|
|
31663
32110
|
|
|
31664
32111
|
T['io.flow.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
|
|
@@ -32219,6 +32666,11 @@ T['io.flow.internal.v0.models.item_values_form'] = PropTypes.exact({
|
|
|
32219
32666
|
values: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
32220
32667
|
});
|
|
32221
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
|
+
|
|
32222
32674
|
T['io.flow.internal.v0.models.key'] = PropTypes.exact({
|
|
32223
32675
|
id: PropTypes.string.isRequired,
|
|
32224
32676
|
created_at: PropTypes.string.isRequired,
|
|
@@ -33427,6 +33879,41 @@ T['io.flow.channel.internal.v0.models.flow_channel_organization'] = PropTypes.ex
|
|
|
33427
33879
|
placeholder: PropTypes.string,
|
|
33428
33880
|
});
|
|
33429
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
|
+
|
|
33430
33917
|
T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
33431
33918
|
T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
|
|
33432
33919
|
|
|
@@ -33527,41 +34014,6 @@ T['io.flow.payment.internal.v0.models.virtual_card_provider'] = PropTypes.exact(
|
|
|
33527
34014
|
updated_at: PropTypes.string.isRequired,
|
|
33528
34015
|
});
|
|
33529
34016
|
|
|
33530
|
-
T['io.flow.partner.v0.models.partner_bridge_manifest_form'] = PropTypes.exact({
|
|
33531
|
-
order_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33532
|
-
});
|
|
33533
|
-
|
|
33534
|
-
T['io.flow.partner.v0.models.partner_manifest_form'] = PropTypes.exact({
|
|
33535
|
-
tracking_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33536
|
-
service: PropTypes.string,
|
|
33537
|
-
});
|
|
33538
|
-
|
|
33539
|
-
T['io.flow.partner.v0.models.partner_order_identifier_form'] = PropTypes.exact({
|
|
33540
|
-
number: PropTypes.string.isRequired,
|
|
33541
|
-
order_number: PropTypes.string.isRequired,
|
|
33542
|
-
});
|
|
33543
|
-
|
|
33544
|
-
T['io.flow.partner.v0.models.partner_order_identifier_put_form'] = PropTypes.exact({
|
|
33545
|
-
order_number: PropTypes.string.isRequired,
|
|
33546
|
-
});
|
|
33547
|
-
|
|
33548
|
-
T['io.flow.common.v0.enums.capability'] = PropTypes.oneOf(['crossdock']);
|
|
33549
|
-
T['io.flow.common.v0.enums.schedule_exception_status'] = PropTypes.oneOf(['Open', 'Closed']);
|
|
33550
|
-
T['io.flow.common.v0.enums.sort_direction'] = PropTypes.oneOf(['ascending', 'descending']);
|
|
33551
|
-
T['io.flow.common.v0.enums.value_added_service'] = PropTypes.oneOf(['Hazardous Material']);
|
|
33552
|
-
|
|
33553
|
-
T['io.flow.common.v0.models.input_form'] = PropTypes.exact({
|
|
33554
|
-
values: PropTypes.objectOf(PropTypes.string),
|
|
33555
|
-
});
|
|
33556
|
-
|
|
33557
|
-
T['io.flow.common.v0.models.line_item_attributes_form'] = PropTypes.exact({
|
|
33558
|
-
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
33559
|
-
});
|
|
33560
|
-
|
|
33561
|
-
T['io.flow.common.v0.models.line_item_quantity_form'] = PropTypes.exact({
|
|
33562
|
-
quantity: PropTypes.number.isRequired,
|
|
33563
|
-
});
|
|
33564
|
-
|
|
33565
34017
|
T['io.flow.ftp.v0.models.ftp_file_form'] = PropTypes.exact({
|
|
33566
34018
|
url: PropTypes.string.isRequired,
|
|
33567
34019
|
directory: PropTypes.string.isRequired,
|
|
@@ -33586,10 +34038,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings_form'] = PropTypes.exact({
|
|
|
33586
34038
|
emails: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33587
34039
|
});
|
|
33588
34040
|
|
|
33589
|
-
T['io.flow.billing.reporting.csv.v0.models.transaction_reference'] = PropTypes.exact({
|
|
33590
|
-
id: PropTypes.string.isRequired,
|
|
33591
|
-
});
|
|
33592
|
-
|
|
33593
34041
|
T['io.flow.experience.v0.models.checkout_attribute_form'] = PropTypes.exact({
|
|
33594
34042
|
key: PropTypes.string.isRequired,
|
|
33595
34043
|
name: PropTypes.string,
|
|
@@ -33845,6 +34293,7 @@ T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf(
|
|
|
33845
34293
|
]);
|
|
33846
34294
|
|
|
33847
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']);
|
|
33848
34297
|
T['io.flow.billing.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
33849
34298
|
T['io.flow.billing.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
33850
34299
|
T['io.flow.billing.internal.v0.enums.dispute_transaction_type'] = PropTypes.oneOf(['adjustment', 'dispute']);
|
|
@@ -33872,6 +34321,7 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
33872
34321
|
'fulfillment_external',
|
|
33873
34322
|
'fulfillment_order_combined_shipment',
|
|
33874
34323
|
'fulfillment_order_time',
|
|
34324
|
+
'return_refund',
|
|
33875
34325
|
'label_tracking_summary',
|
|
33876
34326
|
'label_invoice_request',
|
|
33877
34327
|
'carrier_charge',
|
|
@@ -33883,6 +34333,7 @@ T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
|
33883
34333
|
'refund',
|
|
33884
34334
|
'refund_over_capture',
|
|
33885
34335
|
'sales_record',
|
|
34336
|
+
'refund_record',
|
|
33886
34337
|
'statement_batch',
|
|
33887
34338
|
'statement_email',
|
|
33888
34339
|
'statement_summary_email',
|
|
@@ -34392,7 +34843,8 @@ export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_cha
|
|
|
34392
34843
|
export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
|
|
34393
34844
|
export const carrierChargeFormLabel = T['io.flow.internal.v0.models.carrier_charge_form_label'];
|
|
34394
34845
|
export const carrierChargeFormOther = T['io.flow.internal.v0.models.carrier_charge_form_other'];
|
|
34395
|
-
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'];
|
|
34396
34848
|
export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
|
|
34397
34849
|
export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
|
|
34398
34850
|
export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
|
|
@@ -35369,6 +35821,7 @@ export const fulfillmentProofOrderCombinedShipmentReference = T['io.flow.interna
|
|
|
35369
35821
|
export const fulfillmentProofShippingNotificationReference = T['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference'];
|
|
35370
35822
|
export const fulfillmentReference = T['io.flow.internal.v0.models.fulfillment_reference'];
|
|
35371
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'];
|
|
35372
35825
|
export const fulfillmentSnapshot = T['io.flow.internal.v0.models.fulfillment_snapshot'];
|
|
35373
35826
|
export const fulfillmentSubsidyBreakdown = T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'];
|
|
35374
35827
|
export const fulfillmentTrigger = T['io.flow.internal.v0.unions.fulfillment_trigger'];
|
|
@@ -35551,6 +36004,7 @@ export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
|
|
|
35551
36004
|
export const itemType = T['io.flow.internal.v0.enums.item_type'];
|
|
35552
36005
|
export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
|
|
35553
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'];
|
|
35554
36008
|
export const key = T['io.flow.internal.v0.models.key'];
|
|
35555
36009
|
export const keyReference = T['io.flow.internal.v0.models.key_reference'];
|
|
35556
36010
|
export const keywordType = T['io.flow.internal.v0.enums.keyword_type'];
|
|
@@ -35654,6 +36108,7 @@ export const manualTransaction = T['io.flow.internal.v0.models.manual_transactio
|
|
|
35654
36108
|
export const manualTransactionCategory = T['io.flow.internal.v0.enums.manual_transaction_category'];
|
|
35655
36109
|
export const manualTransactionForm = T['io.flow.internal.v0.models.manual_transaction_form'];
|
|
35656
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'];
|
|
35657
36112
|
export const marketingGatewayAccountConnectionStatus = T['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'];
|
|
35658
36113
|
export const marketingGatewayChannel = T['io.flow.internal.v0.models.marketing_gateway_channel'];
|
|
35659
36114
|
export const marketingGatewayChannelConnectionForm = T['io.flow.internal.v0.models.marketing_gateway_channel_connection_form'];
|
|
@@ -36038,6 +36493,7 @@ export const readyToFulfill = T['io.flow.internal.v0.models.ready_to_fulfill'];
|
|
|
36038
36493
|
export const reboundConfiguration = T['io.flow.internal.v0.models.rebound_configuration'];
|
|
36039
36494
|
export const reboundConfigurationForm = T['io.flow.internal.v0.models.rebound_configuration_form'];
|
|
36040
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'];
|
|
36041
36497
|
export const redirect = T['io.flow.internal.v0.models.redirect'];
|
|
36042
36498
|
export const redirectActionCompleted = T['io.flow.internal.v0.models.redirect_action_completed'];
|
|
36043
36499
|
export const redirectReason = T['io.flow.internal.v0.enums.redirect_reason'];
|
|
@@ -36054,8 +36510,41 @@ export const reportRuleDecision = T['io.flow.internal.v0.models.report_rule_deci
|
|
|
36054
36510
|
export const reportStatus = T['io.flow.internal.v0.enums.report_status'];
|
|
36055
36511
|
export const reportSummary = T['io.flow.internal.v0.models.report_summary'];
|
|
36056
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'];
|
|
36057
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'];
|
|
36058
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'];
|
|
36059
36548
|
export const requeueRequestForm = T['io.flow.internal.v0.models.requeue_request_form'];
|
|
36060
36549
|
export const responsibleParty = T['io.flow.internal.v0.enums.responsible_party'];
|
|
36061
36550
|
export const restrictionAction = T['io.flow.internal.v0.enums.restriction_action'];
|
|
@@ -36101,6 +36590,10 @@ export const returnPolicyUpserted = T['io.flow.internal.v0.models.return_policy_
|
|
|
36101
36590
|
export const returnSummary = T['io.flow.internal.v0.models.return_summary'];
|
|
36102
36591
|
export const returnTrigger = T['io.flow.internal.v0.unions.return_trigger'];
|
|
36103
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'];
|
|
36104
36597
|
export const riskCheck = T['io.flow.internal.v0.enums.risk_check'];
|
|
36105
36598
|
export const riskEvaluation = T['io.flow.internal.v0.enums.risk_evaluation'];
|
|
36106
36599
|
export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
|