@flowio/api-internal-prop-types 9.24.79 → 9.24.81
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 +1837 -1333
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1837 -1333
- package/src/api-internal.js +1019 -525
package/src/api-internal.js
CHANGED
|
@@ -609,6 +609,7 @@ T['io.flow.billing.internal.v0.enums.manual_transaction_category'] = PropTypes.o
|
|
|
609
609
|
'tax_credit',
|
|
610
610
|
'carrier_credit',
|
|
611
611
|
'negative_balance_guarantee',
|
|
612
|
+
'bank_payment_failure',
|
|
612
613
|
]);
|
|
613
614
|
|
|
614
615
|
T['io.flow.billing.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
@@ -747,6 +748,7 @@ T['io.flow.billing.internal.v0.enums.billing_statement_attachment_key'] = PropTy
|
|
|
747
748
|
'tax',
|
|
748
749
|
'duty',
|
|
749
750
|
'trueup',
|
|
751
|
+
'carrier_charge',
|
|
750
752
|
'all',
|
|
751
753
|
]);
|
|
752
754
|
|
|
@@ -1698,104 +1700,6 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_statist
|
|
|
1698
1700
|
shopify_markets_shop_statistics: T['io.flow.shopify.markets.internal.v0.models.shopify_shop_statistics'].isRequired,
|
|
1699
1701
|
});
|
|
1700
1702
|
|
|
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
1703
|
T['io.flow.ftp.v0.models.ftp_user'] = PropTypes.exact({
|
|
1800
1704
|
username: PropTypes.string.isRequired,
|
|
1801
1705
|
password: PropTypes.string,
|
|
@@ -1816,97 +1720,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings'] = PropTypes.exact({
|
|
|
1816
1720
|
account: T['io.flow.ftp.v0.models.ftp_account'],
|
|
1817
1721
|
});
|
|
1818
1722
|
|
|
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
1723
|
T['io.flow.payment.internal.v0.models.online_authorization_completed'] = PropTypes.exact({
|
|
1911
1724
|
discriminator: PropTypes.oneOf(['online_authorization_completed']).isRequired,
|
|
1912
1725
|
id: PropTypes.string.isRequired,
|
|
@@ -2107,38 +1920,6 @@ T['io.flow.payment.internal.v0.models.afterpay_authentication'] = PropTypes.exac
|
|
|
2107
1920
|
password_reference: PropTypes.string.isRequired,
|
|
2108
1921
|
});
|
|
2109
1922
|
|
|
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
1923
|
T['io.flow.payment.internal.v0.enums.adyen_integration_type'] = PropTypes.oneOf(['hosted_payment_page', 'checkout_payments_api', 'classic_authorise_api']);
|
|
2143
1924
|
|
|
2144
1925
|
T['io.flow.payment.internal.v0.models.adyen_authentication_data_reference'] = PropTypes.exact({
|
|
@@ -2171,16 +1952,6 @@ T['io.flow.payment.internal.v0.models.adyen_authentication_form'] = PropTypes.ex
|
|
|
2171
1952
|
T['io.flow.payment.internal.v0.enums.organization_capability'] = PropTypes.oneOf(['organization', 'flow', 'dynamic']);
|
|
2172
1953
|
T['io.flow.payment.internal.v0.enums.processor_entity_status'] = PropTypes.oneOf(['active', 'draft', 'archived']);
|
|
2173
1954
|
|
|
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
1955
|
T['io.flow.payment.internal.v0.models.processor_entity_status_form'] = PropTypes.exact({
|
|
2185
1956
|
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2186
1957
|
});
|
|
@@ -2434,80 +2205,6 @@ T['io.flow.payment.internal.v0.models.afterpay_account'] = PropTypes.exact({
|
|
|
2434
2205
|
updated_at: PropTypes.string.isRequired,
|
|
2435
2206
|
});
|
|
2436
2207
|
|
|
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
2208
|
T['io.flow.payment.internal.v0.models.adyen_account_put_form'] = PropTypes.exact({
|
|
2512
2209
|
discriminator: PropTypes.oneOf(['adyen_account_put_form']).isRequired,
|
|
2513
2210
|
owner: T['io.flow.payment.internal.v0.enums.owner'],
|
|
@@ -2574,6 +2271,365 @@ T['io.flow.payment.internal.v0.unions.processor_account'] = PropTypes.oneOfType(
|
|
|
2574
2271
|
T['io.flow.payment.internal.v0.models.crypto_account'],
|
|
2575
2272
|
]);
|
|
2576
2273
|
|
|
2274
|
+
T['io.flow.billing.reporting.v0.enums.revenue_record_type'] = PropTypes.oneOf(['sales', 'refund']);
|
|
2275
|
+
|
|
2276
|
+
T['io.flow.billing.reporting.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
2277
|
+
entity: PropTypes.number.isRequired,
|
|
2278
|
+
});
|
|
2279
|
+
|
|
2280
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
2281
|
+
ids: PropTypes.string.isRequired,
|
|
2282
|
+
});
|
|
2283
|
+
|
|
2284
|
+
T['io.flow.billing.reporting.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
2285
|
+
id: PropTypes.string.isRequired,
|
|
2286
|
+
});
|
|
2287
|
+
|
|
2288
|
+
T['io.flow.payment.internal.v0.enums.processor'] = PropTypes.oneOf([
|
|
2289
|
+
'adyen',
|
|
2290
|
+
'afterpay',
|
|
2291
|
+
'bitpay',
|
|
2292
|
+
'stripe',
|
|
2293
|
+
'paypal',
|
|
2294
|
+
'flow_sandbox',
|
|
2295
|
+
'fiserv',
|
|
2296
|
+
'crypto',
|
|
2297
|
+
]);
|
|
2298
|
+
|
|
2299
|
+
T['io.flow.payment.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
2300
|
+
discriminator: PropTypes.oneOf(['routing_processor']).isRequired,
|
|
2301
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2302
|
+
});
|
|
2303
|
+
|
|
2304
|
+
T['io.flow.payment.internal.v0.models.processor_merchant_reference'] = PropTypes.exact({
|
|
2305
|
+
id: PropTypes.string.isRequired,
|
|
2306
|
+
organization_id: PropTypes.string.isRequired,
|
|
2307
|
+
key: PropTypes.string.isRequired,
|
|
2308
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2309
|
+
country: PropTypes.string.isRequired,
|
|
2310
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2311
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2312
|
+
});
|
|
2313
|
+
|
|
2314
|
+
T['io.flow.payment.internal.v0.models.processor_account_reference'] = PropTypes.exact({
|
|
2315
|
+
id: PropTypes.string.isRequired,
|
|
2316
|
+
organization_id: PropTypes.string.isRequired,
|
|
2317
|
+
key: PropTypes.string.isRequired,
|
|
2318
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2319
|
+
country: PropTypes.string.isRequired,
|
|
2320
|
+
owner: T['io.flow.payment.internal.v0.enums.owner'].isRequired,
|
|
2321
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2322
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2323
|
+
});
|
|
2324
|
+
|
|
2325
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'] = PropTypes.exact({
|
|
2326
|
+
discriminator: PropTypes.oneOf(['routing_merchant']).isRequired,
|
|
2327
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2328
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2329
|
+
processor_merchant: T['io.flow.payment.internal.v0.models.processor_merchant_reference'].isRequired,
|
|
2330
|
+
});
|
|
2331
|
+
|
|
2332
|
+
T['io.flow.payment.internal.v0.models.routing_account'] = PropTypes.exact({
|
|
2333
|
+
discriminator: PropTypes.oneOf(['routing_account']).isRequired,
|
|
2334
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2335
|
+
processor_account: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2336
|
+
});
|
|
2337
|
+
|
|
2338
|
+
T['io.flow.payment.internal.v0.unions.routing_entity'] = PropTypes.oneOfType([
|
|
2339
|
+
T['io.flow.payment.internal.v0.models.routing_processor'],
|
|
2340
|
+
T['io.flow.payment.internal.v0.models.routing_account'],
|
|
2341
|
+
T['io.flow.payment.internal.v0.models.routing_merchant'],
|
|
2342
|
+
]);
|
|
2343
|
+
|
|
2344
|
+
T['io.flow.payment.internal.v0.models.paypal_merchant'] = PropTypes.exact({
|
|
2345
|
+
discriminator: PropTypes.oneOf(['paypal_merchant']).isRequired,
|
|
2346
|
+
id: PropTypes.string.isRequired,
|
|
2347
|
+
key: PropTypes.string.isRequired,
|
|
2348
|
+
organization_id: PropTypes.string.isRequired,
|
|
2349
|
+
external_id: PropTypes.string.isRequired,
|
|
2350
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2351
|
+
country: PropTypes.string.isRequired,
|
|
2352
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2353
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2354
|
+
created_at: PropTypes.string.isRequired,
|
|
2355
|
+
updated_at: PropTypes.string.isRequired,
|
|
2356
|
+
});
|
|
2357
|
+
|
|
2358
|
+
T['io.flow.payment.internal.v0.models.fiserv_merchant'] = PropTypes.exact({
|
|
2359
|
+
discriminator: PropTypes.oneOf(['fiserv_merchant']).isRequired,
|
|
2360
|
+
id: PropTypes.string.isRequired,
|
|
2361
|
+
key: PropTypes.string.isRequired,
|
|
2362
|
+
organization_id: PropTypes.string.isRequired,
|
|
2363
|
+
external_id: PropTypes.string.isRequired,
|
|
2364
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2365
|
+
base_currency: PropTypes.string.isRequired,
|
|
2366
|
+
funding_currency: PropTypes.string.isRequired,
|
|
2367
|
+
country: PropTypes.string.isRequired,
|
|
2368
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2369
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2370
|
+
created_at: PropTypes.string.isRequired,
|
|
2371
|
+
updated_at: PropTypes.string.isRequired,
|
|
2372
|
+
});
|
|
2373
|
+
|
|
2374
|
+
T['io.flow.payment.internal.v0.models.adyen_merchant'] = PropTypes.exact({
|
|
2375
|
+
discriminator: PropTypes.oneOf(['adyen_merchant']).isRequired,
|
|
2376
|
+
id: PropTypes.string.isRequired,
|
|
2377
|
+
key: PropTypes.string.isRequired,
|
|
2378
|
+
organization_id: PropTypes.string.isRequired,
|
|
2379
|
+
external_id: PropTypes.string.isRequired,
|
|
2380
|
+
processor_account_reference: T['io.flow.payment.internal.v0.models.processor_account_reference'].isRequired,
|
|
2381
|
+
country: PropTypes.string.isRequired,
|
|
2382
|
+
status: T['io.flow.payment.internal.v0.enums.processor_entity_status'].isRequired,
|
|
2383
|
+
organization_capability: T['io.flow.payment.internal.v0.enums.organization_capability'].isRequired,
|
|
2384
|
+
created_at: PropTypes.string.isRequired,
|
|
2385
|
+
updated_at: PropTypes.string.isRequired,
|
|
2386
|
+
});
|
|
2387
|
+
|
|
2388
|
+
T['io.flow.billing.reporting.v0.models.reporting_usd'] = PropTypes.exact({
|
|
2389
|
+
usd: PropTypes.number.isRequired,
|
|
2390
|
+
});
|
|
2391
|
+
|
|
2392
|
+
T['io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
2393
|
+
|
|
2394
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment_metadata'] = PropTypes.exact({
|
|
2395
|
+
gateway: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
2396
|
+
method: PropTypes.string.isRequired,
|
|
2397
|
+
psp_reference: PropTypes.string,
|
|
2398
|
+
authorization: T['io.flow.billing.reporting.v0.models.reporting_authorization_reference'],
|
|
2399
|
+
settlement_date: PropTypes.string.isRequired,
|
|
2400
|
+
additional_authorizations: T['io.flow.billing.reporting.v0.models.reporting_payment_metadata_additional_authorizations'],
|
|
2401
|
+
});
|
|
2402
|
+
|
|
2403
|
+
T['io.flow.billing.reporting.v0.models.reporting_business'] = PropTypes.exact({
|
|
2404
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
2405
|
+
name: PropTypes.string,
|
|
2406
|
+
});
|
|
2407
|
+
|
|
2408
|
+
T['io.flow.billing.reporting.v0.models.reporting_fx'] = PropTypes.exact({
|
|
2409
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2410
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2411
|
+
product: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2412
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2413
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2414
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_usd'].isRequired,
|
|
2415
|
+
});
|
|
2416
|
+
|
|
2417
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
2418
|
+
zero_vat_product: PropTypes.bool.isRequired,
|
|
2419
|
+
});
|
|
2420
|
+
|
|
2421
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
2422
|
+
replacement: PropTypes.bool.isRequired,
|
|
2423
|
+
virtual: T['io.flow.billing.reporting.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
2424
|
+
duties_guaranteed: PropTypes.bool.isRequired,
|
|
2425
|
+
wyol: PropTypes.bool.isRequired,
|
|
2426
|
+
b2b: PropTypes.bool.isRequired,
|
|
2427
|
+
domestic: PropTypes.bool.isRequired,
|
|
2428
|
+
});
|
|
2429
|
+
|
|
2430
|
+
T['io.flow.billing.reporting.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
2431
|
+
carrier: PropTypes.string.isRequired,
|
|
2432
|
+
tracking_number: PropTypes.string,
|
|
2433
|
+
});
|
|
2434
|
+
|
|
2435
|
+
T['io.flow.billing.reporting.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
2436
|
+
id: PropTypes.string.isRequired,
|
|
2437
|
+
});
|
|
2438
|
+
|
|
2439
|
+
T['io.flow.billing.reporting.v0.models.reporting_province'] = PropTypes.exact({
|
|
2440
|
+
code: PropTypes.string,
|
|
2441
|
+
name: PropTypes.string.isRequired,
|
|
2442
|
+
});
|
|
2443
|
+
|
|
2444
|
+
T['io.flow.billing.reporting.v0.models.reporting_country'] = PropTypes.exact({
|
|
2445
|
+
code: PropTypes.string.isRequired,
|
|
2446
|
+
is_eu: PropTypes.bool.isRequired,
|
|
2447
|
+
});
|
|
2448
|
+
|
|
2449
|
+
T['io.flow.billing.reporting.v0.models.reporting_destination'] = PropTypes.exact({
|
|
2450
|
+
country: T['io.flow.billing.reporting.v0.models.reporting_country'].isRequired,
|
|
2451
|
+
province: T['io.flow.billing.reporting.v0.models.reporting_province'],
|
|
2452
|
+
});
|
|
2453
|
+
|
|
2454
|
+
T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'] = PropTypes.exact({
|
|
2455
|
+
price: PropTypes.bool,
|
|
2456
|
+
tax: PropTypes.bool,
|
|
2457
|
+
duty: PropTypes.bool,
|
|
2458
|
+
});
|
|
2459
|
+
|
|
2460
|
+
T['io.flow.billing.reporting.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
|
|
2461
|
+
|
|
2462
|
+
T['io.flow.billing.reporting.v0.models.report_form'] = PropTypes.exact({
|
|
2463
|
+
from: PropTypes.string.isRequired,
|
|
2464
|
+
to: PropTypes.string.isRequired,
|
|
2465
|
+
type: T['io.flow.billing.reporting.v0.enums.report_type'].isRequired,
|
|
2466
|
+
});
|
|
2467
|
+
|
|
2468
|
+
T['io.flow.billing.reporting.v0.enums.report_status'] = PropTypes.oneOf(['created', 'completed', 'completed_no_records', 'failed']);
|
|
2469
|
+
|
|
2470
|
+
T['io.flow.billing.reporting.v0.models.report'] = PropTypes.exact({
|
|
2471
|
+
id: PropTypes.string.isRequired,
|
|
2472
|
+
status: T['io.flow.billing.reporting.v0.enums.report_status'].isRequired,
|
|
2473
|
+
type: T['io.flow.billing.reporting.v0.enums.report_type'].isRequired,
|
|
2474
|
+
from: PropTypes.string.isRequired,
|
|
2475
|
+
to: PropTypes.string.isRequired,
|
|
2476
|
+
url: PropTypes.string,
|
|
2477
|
+
processed_at: PropTypes.string,
|
|
2478
|
+
});
|
|
2479
|
+
|
|
2480
|
+
T['io.flow.billing.reporting.v0.models.report_bank_account'] = PropTypes.exact({
|
|
2481
|
+
id: PropTypes.string,
|
|
2482
|
+
last4: PropTypes.string,
|
|
2483
|
+
});
|
|
2484
|
+
|
|
2485
|
+
T['io.flow.billing.reporting.v0.models.report_payment'] = PropTypes.exact({
|
|
2486
|
+
id: PropTypes.string.isRequired,
|
|
2487
|
+
created_at: PropTypes.string.isRequired,
|
|
2488
|
+
});
|
|
2489
|
+
|
|
2490
|
+
T['io.flow.billing.reporting.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
2491
|
+
transaction: PropTypes.number.isRequired,
|
|
2492
|
+
merchant: PropTypes.number.isRequired,
|
|
2493
|
+
entity: PropTypes.number.isRequired,
|
|
2494
|
+
usd: PropTypes.number.isRequired,
|
|
2495
|
+
eur: PropTypes.number.isRequired,
|
|
2496
|
+
});
|
|
2497
|
+
|
|
2498
|
+
T['io.flow.billing.reporting.v0.models.reporting_payment'] = PropTypes.exact({
|
|
2499
|
+
metadata: T['io.flow.billing.reporting.v0.models.reporting_payment_metadata'],
|
|
2500
|
+
psp: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2501
|
+
credit: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2502
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2503
|
+
});
|
|
2504
|
+
|
|
2505
|
+
T['io.flow.billing.reporting.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
2506
|
+
fuel: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2507
|
+
remote_area: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2508
|
+
oversize: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2509
|
+
ccf: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2510
|
+
emergency: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2511
|
+
peak: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2512
|
+
});
|
|
2513
|
+
|
|
2514
|
+
T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
2515
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2516
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_shopper_fees'].isRequired,
|
|
2517
|
+
product: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2518
|
+
subtotal: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2519
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2520
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2521
|
+
discount: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2522
|
+
total: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2523
|
+
});
|
|
2524
|
+
|
|
2525
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
2526
|
+
id: PropTypes.string.isRequired,
|
|
2527
|
+
sequence_number: PropTypes.number.isRequired,
|
|
2528
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
2529
|
+
completes_order: PropTypes.bool.isRequired,
|
|
2530
|
+
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
2531
|
+
refund: T['io.flow.billing.reporting.v0.models.reporting_refund_reference'],
|
|
2532
|
+
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
2533
|
+
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
2534
|
+
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'],
|
|
2535
|
+
shipment: T['io.flow.billing.reporting.v0.models.reporting_shipment'],
|
|
2536
|
+
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
2537
|
+
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
2538
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
2539
|
+
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
2540
|
+
});
|
|
2541
|
+
|
|
2542
|
+
T['io.flow.common.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
2543
|
+
T['io.flow.common.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
2544
|
+
|
|
2545
|
+
T['io.flow.common.v0.enums.day_of_week'] = PropTypes.oneOf([
|
|
2546
|
+
'sunday',
|
|
2547
|
+
'monday',
|
|
2548
|
+
'tuesday',
|
|
2549
|
+
'wednesday',
|
|
2550
|
+
'thursday',
|
|
2551
|
+
'friday',
|
|
2552
|
+
'saturday',
|
|
2553
|
+
]);
|
|
2554
|
+
|
|
2555
|
+
T['io.flow.fulfillment.v0.models.scheduled_pickup'] = PropTypes.exact({
|
|
2556
|
+
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
2557
|
+
hour_of_day: PropTypes.string.isRequired,
|
|
2558
|
+
minute_of_hour: PropTypes.string.isRequired,
|
|
2559
|
+
});
|
|
2560
|
+
|
|
2561
|
+
T['io.flow.fulfillment.v0.models.available_service'] = PropTypes.exact({
|
|
2562
|
+
service: PropTypes.string.isRequired,
|
|
2563
|
+
scheduled_pickups: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.scheduled_pickup']),
|
|
2564
|
+
lead_days: T['io.flow.fulfillment.v0.models.number_range'],
|
|
2565
|
+
});
|
|
2566
|
+
|
|
2567
|
+
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'] = PropTypes.exact({
|
|
2568
|
+
day_of_week: T['io.flow.common.v0.enums.day_of_week'].isRequired,
|
|
2569
|
+
window: T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_pickup_window'].isRequired,
|
|
2570
|
+
instructions: PropTypes.string,
|
|
2571
|
+
});
|
|
2572
|
+
|
|
2573
|
+
T['io.flow.common.v0.models.price_source_price_book_reference'] = PropTypes.exact({
|
|
2574
|
+
id: PropTypes.string.isRequired,
|
|
2575
|
+
key: PropTypes.string.isRequired,
|
|
2576
|
+
});
|
|
2577
|
+
|
|
2578
|
+
T['io.flow.common.v0.enums.margin_type'] = PropTypes.oneOf(['fixed', 'percent']);
|
|
2579
|
+
|
|
2580
|
+
T['io.flow.common.v0.models.margin'] = PropTypes.exact({
|
|
2581
|
+
type: T['io.flow.common.v0.enums.margin_type'].isRequired,
|
|
2582
|
+
value: PropTypes.number.isRequired,
|
|
2583
|
+
});
|
|
2584
|
+
|
|
2585
|
+
T['io.flow.common.v0.models.logo_image_static'] = PropTypes.exact({
|
|
2586
|
+
url: PropTypes.string.isRequired,
|
|
2587
|
+
width: PropTypes.number.isRequired,
|
|
2588
|
+
height: PropTypes.number.isRequired,
|
|
2589
|
+
});
|
|
2590
|
+
|
|
2591
|
+
T['io.flow.common.v0.models.input_specification_limitation_max'] = PropTypes.exact({
|
|
2592
|
+
discriminator: PropTypes.oneOf(['input_specification_limitation_max']).isRequired,
|
|
2593
|
+
max: PropTypes.number.isRequired,
|
|
2594
|
+
});
|
|
2595
|
+
|
|
2596
|
+
T['io.flow.common.v0.unions.input_specification_limitation'] = PropTypes.oneOfType([T['io.flow.common.v0.models.input_specification_limitation_max']]);
|
|
2597
|
+
T['io.flow.common.v0.enums.input_specification_type'] = PropTypes.oneOf(['text', 'number']);
|
|
2598
|
+
T['io.flow.common.v0.enums.included_levy_key'] = PropTypes.oneOf(['duty', 'vat', 'vat_and_duty', 'none']);
|
|
2599
|
+
|
|
2600
|
+
T['io.flow.price.v0.models.price_book_form'] = PropTypes.exact({
|
|
2601
|
+
currency: PropTypes.string.isRequired,
|
|
2602
|
+
name: PropTypes.string.isRequired,
|
|
2603
|
+
includes: T['io.flow.common.v0.enums.included_levy_key'].isRequired,
|
|
2604
|
+
status: T['io.flow.common.v0.enums.price_book_status'],
|
|
2605
|
+
});
|
|
2606
|
+
|
|
2607
|
+
T['io.flow.common.v0.enums.exception_type'] = PropTypes.oneOf(['open', 'closed']);
|
|
2608
|
+
T['io.flow.common.v0.enums.entity_identifier_type'] = PropTypes.oneOf(['ioss', 'voec']);
|
|
2609
|
+
|
|
2610
|
+
T['io.flow.common.v0.models.discount_offer_percent'] = PropTypes.exact({
|
|
2611
|
+
discriminator: PropTypes.oneOf(['discount_offer_percent']).isRequired,
|
|
2612
|
+
percent: PropTypes.number.isRequired,
|
|
2613
|
+
});
|
|
2614
|
+
|
|
2615
|
+
T['io.flow.common.v0.enums.discount_target'] = PropTypes.oneOf(['item', 'shipping']);
|
|
2616
|
+
|
|
2617
|
+
T['io.flow.partner.v0.models.partner_order_reference'] = PropTypes.exact({
|
|
2618
|
+
id: PropTypes.string.isRequired,
|
|
2619
|
+
number: PropTypes.string.isRequired,
|
|
2620
|
+
});
|
|
2621
|
+
|
|
2622
|
+
T['io.flow.partner.v0.models.partner_organization_reference'] = PropTypes.exact({
|
|
2623
|
+
id: PropTypes.string.isRequired,
|
|
2624
|
+
});
|
|
2625
|
+
|
|
2626
|
+
T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
|
|
2627
|
+
id: PropTypes.string.isRequired,
|
|
2628
|
+
organization: T['io.flow.partner.v0.models.partner_organization_reference'].isRequired,
|
|
2629
|
+
order: T['io.flow.partner.v0.models.partner_order_reference'].isRequired,
|
|
2630
|
+
number: PropTypes.string.isRequired,
|
|
2631
|
+
});
|
|
2632
|
+
|
|
2577
2633
|
T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
|
|
2578
2634
|
'adjustment',
|
|
2579
2635
|
'vat_deminimis',
|
|
@@ -3492,6 +3548,29 @@ T['io.flow.shopify.markets.v0.models.shopify_order_id'] = PropTypes.exact({
|
|
|
3492
3548
|
id: PropTypes.number.isRequired,
|
|
3493
3549
|
});
|
|
3494
3550
|
|
|
3551
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_type'] = PropTypes.oneOf(['mutation', 'query']);
|
|
3552
|
+
|
|
3553
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_status'] = PropTypes.oneOf([
|
|
3554
|
+
'canceled',
|
|
3555
|
+
'canceling',
|
|
3556
|
+
'completed',
|
|
3557
|
+
'created',
|
|
3558
|
+
'expired',
|
|
3559
|
+
'failed',
|
|
3560
|
+
'running',
|
|
3561
|
+
]);
|
|
3562
|
+
|
|
3563
|
+
T['io.flow.shopify.markets.v0.enums.bulk_operation_error_code'] = PropTypes.oneOf(['access_denied', 'internal_server_error', 'timeout']);
|
|
3564
|
+
|
|
3565
|
+
T['io.flow.shopify.markets.v0.models.shopify_bulk_operations_finish'] = PropTypes.exact({
|
|
3566
|
+
admin_graphql_api_id: PropTypes.string.isRequired,
|
|
3567
|
+
completed_at: PropTypes.string,
|
|
3568
|
+
created_at: PropTypes.string.isRequired,
|
|
3569
|
+
error_code: T['io.flow.shopify.markets.v0.enums.bulk_operation_error_code'],
|
|
3570
|
+
status: T['io.flow.shopify.markets.v0.enums.bulk_operation_status'].isRequired,
|
|
3571
|
+
type: T['io.flow.shopify.markets.v0.enums.bulk_operation_type'].isRequired,
|
|
3572
|
+
});
|
|
3573
|
+
|
|
3495
3574
|
T['io.flow.shopify.markets.v0.enums.shopify_discount_value_type'] = PropTypes.oneOf(['fixed_amount', 'percentage']);
|
|
3496
3575
|
|
|
3497
3576
|
T['io.flow.shopify.markets.v0.models.shopify_applied_discount'] = PropTypes.exact({
|
|
@@ -7290,6 +7369,17 @@ T['io.flow.billing.internal.v0.models.account_summary'] = PropTypes.exact({
|
|
|
7290
7369
|
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7291
7370
|
});
|
|
7292
7371
|
|
|
7372
|
+
T['io.flow.billing.reporting.v0.models.report_account'] = PropTypes.exact({
|
|
7373
|
+
id: PropTypes.string.isRequired,
|
|
7374
|
+
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
7375
|
+
});
|
|
7376
|
+
|
|
7377
|
+
T['io.flow.billing.reporting.v0.models.non_channel_payment_bank_account'] = PropTypes.exact({
|
|
7378
|
+
payment: T['io.flow.billing.reporting.v0.models.report_payment'].isRequired,
|
|
7379
|
+
bank_account: T['io.flow.billing.reporting.v0.models.report_bank_account'].isRequired,
|
|
7380
|
+
account: T['io.flow.billing.reporting.v0.models.report_account'].isRequired,
|
|
7381
|
+
});
|
|
7382
|
+
|
|
7293
7383
|
T['io.flow.billing.csv.v0.models.billing_csv_transaction_order_summary_identifiers'] = PropTypes.exact({
|
|
7294
7384
|
shopify_order_id: PropTypes.string,
|
|
7295
7385
|
});
|
|
@@ -7727,6 +7817,8 @@ T['io.flow.payment.gateway.v0.models.payment_reversal'] = PropTypes.exact({
|
|
|
7727
7817
|
id: PropTypes.string.isRequired,
|
|
7728
7818
|
amount: PropTypes.number.isRequired,
|
|
7729
7819
|
currency: PropTypes.string.isRequired,
|
|
7820
|
+
base_amount: PropTypes.number,
|
|
7821
|
+
base_currency: PropTypes.string,
|
|
7730
7822
|
created_at: PropTypes.string.isRequired,
|
|
7731
7823
|
updated_at: PropTypes.string.isRequired,
|
|
7732
7824
|
status: T['io.flow.payment.gateway.v0.models.payment_reversal_status'].isRequired,
|
|
@@ -7758,6 +7850,8 @@ T['io.flow.payment.gateway.v0.models.payment_refund'] = PropTypes.exact({
|
|
|
7758
7850
|
id: PropTypes.string.isRequired,
|
|
7759
7851
|
amount: PropTypes.number.isRequired,
|
|
7760
7852
|
currency: PropTypes.string.isRequired,
|
|
7853
|
+
base_amount: PropTypes.number,
|
|
7854
|
+
base_currency: PropTypes.string,
|
|
7761
7855
|
created_at: PropTypes.string.isRequired,
|
|
7762
7856
|
updated_at: PropTypes.string.isRequired,
|
|
7763
7857
|
status: T['io.flow.payment.gateway.v0.models.payment_refund_status'].isRequired,
|
|
@@ -7871,6 +7965,8 @@ T['io.flow.payment.gateway.v0.models.payment_capture'] = PropTypes.exact({
|
|
|
7871
7965
|
id: PropTypes.string.isRequired,
|
|
7872
7966
|
amount: PropTypes.number.isRequired,
|
|
7873
7967
|
currency: PropTypes.string.isRequired,
|
|
7968
|
+
base_amount: PropTypes.number,
|
|
7969
|
+
base_currency: PropTypes.string,
|
|
7874
7970
|
created_at: PropTypes.string.isRequired,
|
|
7875
7971
|
updated_at: PropTypes.string.isRequired,
|
|
7876
7972
|
status: T['io.flow.payment.gateway.v0.models.payment_capture_status'].isRequired,
|
|
@@ -10164,6 +10260,14 @@ T['io.flow.internal.v0.models.calculator_organization_settings_deleted'] = PropT
|
|
|
10164
10260
|
id: PropTypes.string.isRequired,
|
|
10165
10261
|
});
|
|
10166
10262
|
|
|
10263
|
+
T['io.flow.internal.v0.models.revenue_record_deleted'] = PropTypes.exact({
|
|
10264
|
+
discriminator: PropTypes.oneOf(['revenue_record_deleted']).isRequired,
|
|
10265
|
+
event_id: PropTypes.string.isRequired,
|
|
10266
|
+
timestamp: PropTypes.string.isRequired,
|
|
10267
|
+
organization: PropTypes.string.isRequired,
|
|
10268
|
+
id: PropTypes.string.isRequired,
|
|
10269
|
+
});
|
|
10270
|
+
|
|
10167
10271
|
T['io.flow.internal.v0.models.sales_record_deleted'] = PropTypes.exact({
|
|
10168
10272
|
discriminator: PropTypes.oneOf(['sales_record_deleted']).isRequired,
|
|
10169
10273
|
event_id: PropTypes.string.isRequired,
|
|
@@ -10642,6 +10746,24 @@ T['io.flow.internal.v0.models.tax_calculation_error'] = PropTypes.exact({
|
|
|
10642
10746
|
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
10643
10747
|
});
|
|
10644
10748
|
|
|
10749
|
+
T['io.flow.internal.v0.enums.svitlana_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
10750
|
+
|
|
10751
|
+
T['io.flow.internal.v0.models.svitlana_item_form'] = PropTypes.exact({
|
|
10752
|
+
number: PropTypes.string.isRequired,
|
|
10753
|
+
amount: PropTypes.number.isRequired,
|
|
10754
|
+
description: PropTypes.string,
|
|
10755
|
+
type: T['io.flow.internal.v0.enums.svitlana_type'].isRequired,
|
|
10756
|
+
});
|
|
10757
|
+
|
|
10758
|
+
T['io.flow.internal.v0.models.svitlana_item'] = PropTypes.exact({
|
|
10759
|
+
id: PropTypes.string.isRequired,
|
|
10760
|
+
number: PropTypes.string.isRequired,
|
|
10761
|
+
amount: PropTypes.number.isRequired,
|
|
10762
|
+
description: PropTypes.string,
|
|
10763
|
+
type: T['io.flow.internal.v0.enums.svitlana_type'].isRequired,
|
|
10764
|
+
added_on: PropTypes.string.isRequired,
|
|
10765
|
+
});
|
|
10766
|
+
|
|
10645
10767
|
T['io.flow.internal.v0.models.svb_virtual_card_clearing'] = PropTypes.exact({
|
|
10646
10768
|
id: PropTypes.string.isRequired,
|
|
10647
10769
|
virtual_card_id: PropTypes.string.isRequired,
|
|
@@ -10966,6 +11088,8 @@ T['io.flow.internal.v0.models.simplified_taxonomy_category'] = PropTypes.exact({
|
|
|
10966
11088
|
children: PropTypes.arrayOf(T['io.flow.internal.v0.unions.simplified_classification_taxonomy']).isRequired,
|
|
10967
11089
|
});
|
|
10968
11090
|
|
|
11091
|
+
T['io.flow.internal.v0.enums.shruti_demo_type'] = PropTypes.oneOf(['digital', 'physical']);
|
|
11092
|
+
|
|
10969
11093
|
T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact({
|
|
10970
11094
|
tax: PropTypes.number.isRequired,
|
|
10971
11095
|
duty: PropTypes.number.isRequired,
|
|
@@ -11280,6 +11404,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
|
11280
11404
|
'themes/create',
|
|
11281
11405
|
'themes/publish',
|
|
11282
11406
|
'themes/update',
|
|
11407
|
+
'bulk_operations/finish',
|
|
11283
11408
|
]);
|
|
11284
11409
|
|
|
11285
11410
|
T['io.flow.shopify.markets.v0.models.shopify_webhook_request'] = PropTypes.exact({
|
|
@@ -11528,14 +11653,14 @@ T['io.flow.payment.v0.unions.expandable_payment_processor'] = PropTypes.oneOfTyp
|
|
|
11528
11653
|
T['io.flow.payment.v0.models.payment_processor_reference'],
|
|
11529
11654
|
]);
|
|
11530
11655
|
|
|
11531
|
-
T['io.flow.billing.reporting.
|
|
11656
|
+
T['io.flow.billing.reporting.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11532
11657
|
products: PropTypes.bool.isRequired,
|
|
11533
11658
|
shipping: PropTypes.bool.isRequired,
|
|
11534
11659
|
});
|
|
11535
11660
|
|
|
11536
|
-
T['io.flow.billing.reporting.
|
|
11661
|
+
T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11537
11662
|
currency: PropTypes.string.isRequired,
|
|
11538
|
-
rate: T['io.flow.billing.reporting.
|
|
11663
|
+
rate: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11539
11664
|
});
|
|
11540
11665
|
|
|
11541
11666
|
T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
@@ -11543,127 +11668,134 @@ T['io.flow.billing.reporting.csv.v0.models.reporting_fulfillment'] = PropTypes.e
|
|
|
11543
11668
|
sequence_number: PropTypes.number.isRequired,
|
|
11544
11669
|
fulfilled_at: PropTypes.string.isRequired,
|
|
11545
11670
|
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.
|
|
11671
|
+
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
11672
|
+
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
11673
|
+
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
11674
|
+
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'].isRequired,
|
|
11550
11675
|
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.
|
|
11676
|
+
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
11677
|
+
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
11678
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
11679
|
+
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
11555
11680
|
});
|
|
11556
11681
|
|
|
11557
|
-
T['io.flow.billing.reporting.
|
|
11682
|
+
T['io.flow.billing.reporting.v0.models.reporting_debug'] = PropTypes.exact({
|
|
11558
11683
|
console_order_link: PropTypes.string.isRequired,
|
|
11559
11684
|
allocation_order_totals_delta: PropTypes.number,
|
|
11560
11685
|
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.
|
|
11686
|
+
missing_item_subsidies: T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'],
|
|
11687
|
+
missing_shipping_subsidies: T['io.flow.billing.reporting.v0.models.reporting_debug_missing_subsidies'],
|
|
11688
|
+
});
|
|
11689
|
+
|
|
11690
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'] = PropTypes.exact({
|
|
11691
|
+
adjustment: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11692
|
+
reversal: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11693
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11694
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11695
|
+
freight: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11696
|
+
refund: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11563
11697
|
});
|
|
11564
11698
|
|
|
11565
|
-
T['io.flow.billing.reporting.
|
|
11566
|
-
|
|
11567
|
-
|
|
11568
|
-
|
|
11569
|
-
|
|
11570
|
-
|
|
11571
|
-
|
|
11699
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'] = PropTypes.exact({
|
|
11700
|
+
duty_guarantee: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11701
|
+
mor: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11702
|
+
fraud: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11703
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11704
|
+
processing: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11705
|
+
rate_lock: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11706
|
+
transfer: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11572
11707
|
});
|
|
11573
11708
|
|
|
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,
|
|
11709
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'] = PropTypes.exact({
|
|
11710
|
+
shipping: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11711
|
+
tax: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11712
|
+
duty: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11713
|
+
ccf: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
11582
11714
|
});
|
|
11583
11715
|
|
|
11584
|
-
T['io.flow.billing.reporting.
|
|
11585
|
-
|
|
11586
|
-
|
|
11587
|
-
|
|
11588
|
-
ccf: T['io.flow.billing.reporting.csv.v0.models.reporting_monetary_value'].isRequired,
|
|
11716
|
+
T['io.flow.billing.reporting.v0.models.reporting_merchant_breakdown'] = PropTypes.exact({
|
|
11717
|
+
subsidies: T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11718
|
+
fees: T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'].isRequired,
|
|
11719
|
+
transactions: T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'].isRequired,
|
|
11589
11720
|
});
|
|
11590
11721
|
|
|
11591
|
-
T['io.flow.billing.reporting.
|
|
11722
|
+
T['io.flow.billing.reporting.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11592
11723
|
date: PropTypes.string.isRequired,
|
|
11593
11724
|
month: PropTypes.number.isRequired,
|
|
11594
11725
|
year: PropTypes.number.isRequired,
|
|
11595
11726
|
});
|
|
11596
11727
|
|
|
11597
|
-
T['io.flow.billing.reporting.
|
|
11728
|
+
T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11598
11729
|
merchant: PropTypes.number.isRequired,
|
|
11599
11730
|
entity: PropTypes.number.isRequired,
|
|
11600
11731
|
usd: PropTypes.number.isRequired,
|
|
11601
11732
|
eur: PropTypes.number.isRequired,
|
|
11602
11733
|
});
|
|
11603
11734
|
|
|
11604
|
-
T['io.flow.billing.reporting.
|
|
11735
|
+
T['io.flow.billing.reporting.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11605
11736
|
transaction: PropTypes.string.isRequired,
|
|
11606
11737
|
merchant: PropTypes.string.isRequired,
|
|
11607
11738
|
entity: PropTypes.string.isRequired,
|
|
11608
11739
|
});
|
|
11609
11740
|
|
|
11610
|
-
T['io.flow.billing.reporting.
|
|
11741
|
+
T['io.flow.billing.reporting.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11611
11742
|
id: PropTypes.string.isRequired,
|
|
11612
11743
|
});
|
|
11613
11744
|
|
|
11614
|
-
T['io.flow.billing.reporting.
|
|
11745
|
+
T['io.flow.billing.reporting.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11615
11746
|
id: PropTypes.string.isRequired,
|
|
11616
11747
|
});
|
|
11617
11748
|
|
|
11618
|
-
T['io.flow.billing.reporting.
|
|
11749
|
+
T['io.flow.billing.reporting.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11619
11750
|
id: PropTypes.string.isRequired,
|
|
11620
11751
|
number: PropTypes.string.isRequired,
|
|
11621
11752
|
submitted_at: PropTypes.string.isRequired,
|
|
11622
11753
|
});
|
|
11623
11754
|
|
|
11624
|
-
T['io.flow.billing.reporting.
|
|
11755
|
+
T['io.flow.billing.reporting.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11625
11756
|
id: PropTypes.string.isRequired,
|
|
11626
11757
|
name: PropTypes.string.isRequired,
|
|
11627
11758
|
});
|
|
11628
11759
|
|
|
11629
|
-
T['io.flow.billing.reporting.
|
|
11760
|
+
T['io.flow.billing.reporting.v0.models.record_reference'] = PropTypes.exact({
|
|
11630
11761
|
id: PropTypes.string.isRequired,
|
|
11631
11762
|
});
|
|
11632
11763
|
|
|
11633
|
-
T['io.flow.billing.reporting.
|
|
11764
|
+
T['io.flow.billing.reporting.v0.models.revenue_record'] = PropTypes.exact({
|
|
11634
11765
|
id: PropTypes.string.isRequired,
|
|
11635
|
-
|
|
11636
|
-
|
|
11637
|
-
|
|
11638
|
-
|
|
11639
|
-
|
|
11640
|
-
|
|
11641
|
-
|
|
11642
|
-
|
|
11643
|
-
|
|
11644
|
-
|
|
11645
|
-
|
|
11646
|
-
|
|
11647
|
-
|
|
11766
|
+
organization: T['io.flow.billing.reporting.v0.models.reporting_organization_summary'].isRequired,
|
|
11767
|
+
parent: T['io.flow.billing.reporting.v0.models.record_reference'],
|
|
11768
|
+
type: T['io.flow.billing.reporting.v0.enums.revenue_record_type'].isRequired,
|
|
11769
|
+
order: T['io.flow.billing.reporting.v0.models.reporting_order_summary'].isRequired,
|
|
11770
|
+
entity: T['io.flow.billing.reporting.v0.models.reporting_entity'].isRequired,
|
|
11771
|
+
vendor: T['io.flow.billing.reporting.v0.models.reporting_vendor'].isRequired,
|
|
11772
|
+
currencies: T['io.flow.billing.reporting.v0.models.reporting_currencies'].isRequired,
|
|
11773
|
+
conversion_rate: T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'].isRequired,
|
|
11774
|
+
reconciliation: T['io.flow.billing.reporting.v0.models.reporting_reconciliation'].isRequired,
|
|
11775
|
+
merchant: T['io.flow.billing.reporting.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
11776
|
+
fulfillment: T['io.flow.billing.reporting.v0.models.reporting_fulfillment'].isRequired,
|
|
11777
|
+
vat_remittance: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'].isRequired,
|
|
11778
|
+
marked_as_final: T['io.flow.billing.reporting.v0.models.marked_as_final'].isRequired,
|
|
11779
|
+
debug: T['io.flow.billing.reporting.v0.models.reporting_debug'].isRequired,
|
|
11648
11780
|
});
|
|
11649
11781
|
|
|
11650
11782
|
T['io.flow.billing.reporting.csv.v0.models.sales_record'] = PropTypes.exact({
|
|
11651
11783
|
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.
|
|
11784
|
+
parent: T['io.flow.billing.reporting.v0.models.record_reference'],
|
|
11785
|
+
merchant: T['io.flow.billing.reporting.v0.models.reporting_organization_summary'].isRequired,
|
|
11786
|
+
order: T['io.flow.billing.reporting.v0.models.reporting_order_summary'].isRequired,
|
|
11787
|
+
entity: T['io.flow.billing.reporting.v0.models.reporting_entity'].isRequired,
|
|
11788
|
+
vendor: T['io.flow.billing.reporting.v0.models.reporting_vendor'].isRequired,
|
|
11789
|
+
currencies: T['io.flow.billing.reporting.v0.models.reporting_currencies'].isRequired,
|
|
11790
|
+
conversion_rate: T['io.flow.billing.reporting.v0.models.reporting_conversion_rates'].isRequired,
|
|
11791
|
+
reconciliation: T['io.flow.billing.reporting.v0.models.reporting_reconciliation'].isRequired,
|
|
11792
|
+
merchant_subsidies: T['io.flow.billing.reporting.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
11793
|
+
merchant_fees: T['io.flow.billing.reporting.v0.models.reporting_merchant_fees'].isRequired,
|
|
11794
|
+
merchant_transactions: T['io.flow.billing.reporting.v0.models.reporting_merchant_transactions'].isRequired,
|
|
11795
|
+
debug: T['io.flow.billing.reporting.v0.models.reporting_debug'].isRequired,
|
|
11664
11796
|
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.
|
|
11797
|
+
vat_remittance: T['io.flow.billing.reporting.v0.models.reporting_vat_remittance'].isRequired,
|
|
11798
|
+
marked_as_final: T['io.flow.billing.reporting.v0.models.marked_as_final'].isRequired,
|
|
11667
11799
|
});
|
|
11668
11800
|
|
|
11669
11801
|
T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
@@ -11674,6 +11806,55 @@ T['io.flow.internal.v0.models.sales_record_upserted'] = PropTypes.exact({
|
|
|
11674
11806
|
sales_record: T['io.flow.billing.reporting.csv.v0.models.sales_record'].isRequired,
|
|
11675
11807
|
});
|
|
11676
11808
|
|
|
11809
|
+
T['io.flow.internal.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11810
|
+
products: PropTypes.bool.isRequired,
|
|
11811
|
+
shipping: PropTypes.bool.isRequired,
|
|
11812
|
+
});
|
|
11813
|
+
|
|
11814
|
+
T['io.flow.internal.v0.models.reporting_reconciliation'] = PropTypes.exact({
|
|
11815
|
+
date: PropTypes.string.isRequired,
|
|
11816
|
+
month: PropTypes.number.isRequired,
|
|
11817
|
+
year: PropTypes.number.isRequired,
|
|
11818
|
+
});
|
|
11819
|
+
|
|
11820
|
+
T['io.flow.internal.v0.models.reporting_conversion_rates'] = PropTypes.exact({
|
|
11821
|
+
merchant: PropTypes.number.isRequired,
|
|
11822
|
+
entity: PropTypes.number.isRequired,
|
|
11823
|
+
usd: PropTypes.number.isRequired,
|
|
11824
|
+
eur: PropTypes.number.isRequired,
|
|
11825
|
+
});
|
|
11826
|
+
|
|
11827
|
+
T['io.flow.internal.v0.models.reporting_currencies'] = PropTypes.exact({
|
|
11828
|
+
transaction: PropTypes.string.isRequired,
|
|
11829
|
+
merchant: PropTypes.string.isRequired,
|
|
11830
|
+
entity: PropTypes.string.isRequired,
|
|
11831
|
+
});
|
|
11832
|
+
|
|
11833
|
+
T['io.flow.internal.v0.models.reporting_vendor'] = PropTypes.exact({
|
|
11834
|
+
id: PropTypes.string.isRequired,
|
|
11835
|
+
});
|
|
11836
|
+
|
|
11837
|
+
T['io.flow.internal.v0.models.reporting_entity'] = PropTypes.exact({
|
|
11838
|
+
id: PropTypes.string.isRequired,
|
|
11839
|
+
});
|
|
11840
|
+
|
|
11841
|
+
T['io.flow.internal.v0.models.reporting_order_summary'] = PropTypes.exact({
|
|
11842
|
+
id: PropTypes.string.isRequired,
|
|
11843
|
+
number: PropTypes.string.isRequired,
|
|
11844
|
+
submitted_at: PropTypes.string.isRequired,
|
|
11845
|
+
});
|
|
11846
|
+
|
|
11847
|
+
T['io.flow.internal.v0.enums.revenue_record_type'] = PropTypes.oneOf(['sales', 'refund']);
|
|
11848
|
+
|
|
11849
|
+
T['io.flow.internal.v0.models.record_reference'] = PropTypes.exact({
|
|
11850
|
+
id: PropTypes.string.isRequired,
|
|
11851
|
+
});
|
|
11852
|
+
|
|
11853
|
+
T['io.flow.internal.v0.models.reporting_organization_summary'] = PropTypes.exact({
|
|
11854
|
+
id: PropTypes.string.isRequired,
|
|
11855
|
+
name: PropTypes.string.isRequired,
|
|
11856
|
+
});
|
|
11857
|
+
|
|
11677
11858
|
T['io.flow.payment.v0.models.refund_reference'] = PropTypes.exact({
|
|
11678
11859
|
id: PropTypes.string.isRequired,
|
|
11679
11860
|
key: PropTypes.string.isRequired,
|
|
@@ -11754,6 +11935,94 @@ T['io.flow.internal.v0.models.restriction_item_review_decision_form'] = PropType
|
|
|
11754
11935
|
decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
|
|
11755
11936
|
});
|
|
11756
11937
|
|
|
11938
|
+
T['io.flow.internal.v0.models.reporting_vat_remittance_rate'] = PropTypes.exact({
|
|
11939
|
+
entity: PropTypes.number.isRequired,
|
|
11940
|
+
});
|
|
11941
|
+
|
|
11942
|
+
T['io.flow.internal.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
11943
|
+
currency: PropTypes.string.isRequired,
|
|
11944
|
+
rate: T['io.flow.internal.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11945
|
+
});
|
|
11946
|
+
|
|
11947
|
+
T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'] = PropTypes.exact({
|
|
11948
|
+
ids: PropTypes.string.isRequired,
|
|
11949
|
+
});
|
|
11950
|
+
|
|
11951
|
+
T['io.flow.internal.v0.models.reporting_authorization_reference'] = PropTypes.exact({
|
|
11952
|
+
id: PropTypes.string.isRequired,
|
|
11953
|
+
});
|
|
11954
|
+
|
|
11955
|
+
T['io.flow.internal.v0.models.reporting_usd'] = PropTypes.exact({
|
|
11956
|
+
usd: PropTypes.number.isRequired,
|
|
11957
|
+
});
|
|
11958
|
+
|
|
11959
|
+
T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
11960
|
+
|
|
11961
|
+
T['io.flow.internal.v0.models.reporting_business'] = PropTypes.exact({
|
|
11962
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
11963
|
+
name: PropTypes.string,
|
|
11964
|
+
});
|
|
11965
|
+
|
|
11966
|
+
T['io.flow.internal.v0.models.reporting_fx'] = PropTypes.exact({
|
|
11967
|
+
shipping: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11968
|
+
fees: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11969
|
+
product: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11970
|
+
tax: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11971
|
+
duty: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11972
|
+
total: T['io.flow.internal.v0.models.reporting_usd'].isRequired,
|
|
11973
|
+
});
|
|
11974
|
+
|
|
11975
|
+
T['io.flow.internal.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
11976
|
+
zero_vat_product: PropTypes.bool.isRequired,
|
|
11977
|
+
});
|
|
11978
|
+
|
|
11979
|
+
T['io.flow.internal.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
11980
|
+
replacement: PropTypes.bool.isRequired,
|
|
11981
|
+
virtual: T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'].isRequired,
|
|
11982
|
+
duties_guaranteed: PropTypes.bool.isRequired,
|
|
11983
|
+
wyol: PropTypes.bool.isRequired,
|
|
11984
|
+
b2b: PropTypes.bool.isRequired,
|
|
11985
|
+
domestic: PropTypes.bool.isRequired,
|
|
11986
|
+
});
|
|
11987
|
+
|
|
11988
|
+
T['io.flow.internal.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
11989
|
+
carrier: PropTypes.string.isRequired,
|
|
11990
|
+
tracking_number: PropTypes.string,
|
|
11991
|
+
});
|
|
11992
|
+
|
|
11993
|
+
T['io.flow.internal.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
11994
|
+
id: PropTypes.string.isRequired,
|
|
11995
|
+
});
|
|
11996
|
+
|
|
11997
|
+
T['io.flow.internal.v0.models.reporting_province'] = PropTypes.exact({
|
|
11998
|
+
code: PropTypes.string,
|
|
11999
|
+
name: PropTypes.string.isRequired,
|
|
12000
|
+
});
|
|
12001
|
+
|
|
12002
|
+
T['io.flow.internal.v0.models.reporting_country'] = PropTypes.exact({
|
|
12003
|
+
code: PropTypes.string.isRequired,
|
|
12004
|
+
is_eu: PropTypes.bool.isRequired,
|
|
12005
|
+
});
|
|
12006
|
+
|
|
12007
|
+
T['io.flow.internal.v0.models.reporting_destination'] = PropTypes.exact({
|
|
12008
|
+
country: T['io.flow.internal.v0.models.reporting_country'].isRequired,
|
|
12009
|
+
province: T['io.flow.internal.v0.models.reporting_province'],
|
|
12010
|
+
});
|
|
12011
|
+
|
|
12012
|
+
T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'] = PropTypes.exact({
|
|
12013
|
+
price: PropTypes.bool,
|
|
12014
|
+
tax: PropTypes.bool,
|
|
12015
|
+
duty: PropTypes.bool,
|
|
12016
|
+
});
|
|
12017
|
+
|
|
12018
|
+
T['io.flow.internal.v0.models.reporting_debug'] = PropTypes.exact({
|
|
12019
|
+
console_order_link: PropTypes.string.isRequired,
|
|
12020
|
+
allocation_order_totals_delta: PropTypes.number,
|
|
12021
|
+
allocation_order_item_discount_delta: PropTypes.number,
|
|
12022
|
+
missing_item_subsidies: T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'],
|
|
12023
|
+
missing_shipping_subsidies: T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'],
|
|
12024
|
+
});
|
|
12025
|
+
|
|
11757
12026
|
T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf(['sales_record', 'trueup_overview', 'non_channel_payment_bank_account']);
|
|
11758
12027
|
|
|
11759
12028
|
T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
|
|
@@ -12012,8 +12281,6 @@ T['io.flow.internal.v0.enums.duty_selection_rule'] = PropTypes.oneOf([
|
|
|
12012
12281
|
T['io.flow.internal.v0.models.restriction_keywords'] = PropTypes.exact({
|
|
12013
12282
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12014
12283
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12015
|
-
positive_search_matches: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12016
|
-
negative_search_matches: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12017
12284
|
});
|
|
12018
12285
|
|
|
12019
12286
|
T['io.flow.internal.v0.models.restriction_rule_summary'] = PropTypes.exact({
|
|
@@ -12700,6 +12967,7 @@ T['io.flow.internal.v0.enums.onboarding_audit_theme_key'] = PropTypes.oneOf([
|
|
|
12700
12967
|
'dtce',
|
|
12701
12968
|
'restrictions',
|
|
12702
12969
|
'organization_status',
|
|
12970
|
+
'category_constraints',
|
|
12703
12971
|
'miscellaneous',
|
|
12704
12972
|
]);
|
|
12705
12973
|
|
|
@@ -13545,6 +13813,7 @@ T['io.flow.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
|
|
|
13545
13813
|
'tax_credit',
|
|
13546
13814
|
'carrier_credit',
|
|
13547
13815
|
'negative_balance_guarantee',
|
|
13816
|
+
'bank_payment_failure',
|
|
13548
13817
|
]);
|
|
13549
13818
|
|
|
13550
13819
|
T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
@@ -14785,6 +15054,66 @@ T['io.flow.internal.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
|
14785
15054
|
T['io.flow.internal.v0.models.fulfillment_proof_order_combined_shipment_reference'],
|
|
14786
15055
|
]);
|
|
14787
15056
|
|
|
15057
|
+
T['io.flow.internal.v0.models.reporting_monetary_value'] = PropTypes.exact({
|
|
15058
|
+
transaction: PropTypes.number.isRequired,
|
|
15059
|
+
merchant: PropTypes.number.isRequired,
|
|
15060
|
+
entity: PropTypes.number.isRequired,
|
|
15061
|
+
usd: PropTypes.number.isRequired,
|
|
15062
|
+
eur: PropTypes.number.isRequired,
|
|
15063
|
+
});
|
|
15064
|
+
|
|
15065
|
+
T['io.flow.internal.v0.models.reporting_merchant_transactions'] = PropTypes.exact({
|
|
15066
|
+
adjustment: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15067
|
+
reversal: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15068
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15069
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15070
|
+
freight: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15071
|
+
refund: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15072
|
+
});
|
|
15073
|
+
|
|
15074
|
+
T['io.flow.internal.v0.models.reporting_merchant_fees'] = PropTypes.exact({
|
|
15075
|
+
duty_guarantee: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15076
|
+
mor: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15077
|
+
fraud: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15078
|
+
fx: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15079
|
+
processing: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15080
|
+
rate_lock: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15081
|
+
transfer: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15082
|
+
});
|
|
15083
|
+
|
|
15084
|
+
T['io.flow.internal.v0.models.reporting_merchant_subsidies'] = PropTypes.exact({
|
|
15085
|
+
shipping: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15086
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15087
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15088
|
+
ccf: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15089
|
+
});
|
|
15090
|
+
|
|
15091
|
+
T['io.flow.internal.v0.models.reporting_merchant_breakdown'] = PropTypes.exact({
|
|
15092
|
+
subsidies: T['io.flow.internal.v0.models.reporting_merchant_subsidies'].isRequired,
|
|
15093
|
+
fees: T['io.flow.internal.v0.models.reporting_merchant_fees'].isRequired,
|
|
15094
|
+
transactions: T['io.flow.internal.v0.models.reporting_merchant_transactions'].isRequired,
|
|
15095
|
+
});
|
|
15096
|
+
|
|
15097
|
+
T['io.flow.internal.v0.models.reporting_shopper_fees'] = PropTypes.exact({
|
|
15098
|
+
fuel: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15099
|
+
remote_area: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15100
|
+
oversize: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15101
|
+
ccf: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15102
|
+
emergency: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15103
|
+
peak: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15104
|
+
});
|
|
15105
|
+
|
|
15106
|
+
T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'] = PropTypes.exact({
|
|
15107
|
+
shipping: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15108
|
+
fees: T['io.flow.internal.v0.models.reporting_shopper_fees'].isRequired,
|
|
15109
|
+
product: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15110
|
+
subtotal: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15111
|
+
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15112
|
+
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15113
|
+
discount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15114
|
+
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15115
|
+
});
|
|
15116
|
+
|
|
14788
15117
|
T['io.flow.order.management.v0.models.fulfillment_item_quantity'] = PropTypes.exact({
|
|
14789
15118
|
status: T['io.flow.order.management.v0.enums.fulfillment_item_quantity_status'].isRequired,
|
|
14790
15119
|
quantity: PropTypes.number.isRequired,
|
|
@@ -16276,7 +16605,10 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16276
16605
|
'capture_transactions_ignored_fully_refunded_count',
|
|
16277
16606
|
'capture_transactions_ignored_other_count',
|
|
16278
16607
|
'capture_transactions_ignored_previously_processed_count',
|
|
16608
|
+
'capture_queued_count',
|
|
16279
16609
|
'capture_transactions_total',
|
|
16610
|
+
'carrier_charge_transactions_count',
|
|
16611
|
+
'carrier_charge_transactions_total',
|
|
16280
16612
|
'channel_transactions_processing_count',
|
|
16281
16613
|
'channel_transactions_processing_total',
|
|
16282
16614
|
'channel_transactions_adjustment_count',
|
|
@@ -16306,6 +16638,7 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16306
16638
|
'refund_transactions_ignored_fully_refunded_count',
|
|
16307
16639
|
'refund_transactions_ignored_other_count',
|
|
16308
16640
|
'refund_transactions_ignored_previously_processed_count',
|
|
16641
|
+
'refund_queued_count',
|
|
16309
16642
|
'refund_transactions_total',
|
|
16310
16643
|
'reversal_order_cancellations_transactions_count',
|
|
16311
16644
|
'reversal_order_cancellations_transactions_total',
|
|
@@ -16352,6 +16685,11 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16352
16685
|
'percentage_billable_label_transactions_with_carrier_charge_30_days',
|
|
16353
16686
|
'percentage_billable_label_transactions_with_carrier_charge_60_days',
|
|
16354
16687
|
'percentage_billable_label_transactions_with_carrier_charge_90_days',
|
|
16688
|
+
'percentage_bank_account_updates',
|
|
16689
|
+
'percentage_bank_account_unique_updates',
|
|
16690
|
+
'negative_balance_number_accounts',
|
|
16691
|
+
'negative_balance_total',
|
|
16692
|
+
'negative_balance_single_account_max',
|
|
16355
16693
|
]);
|
|
16356
16694
|
|
|
16357
16695
|
T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
|
|
@@ -16839,6 +17177,8 @@ T['io.flow.internal.v0.models.invoice_line_item'] = PropTypes.exact({
|
|
|
16839
17177
|
export_control_classification_number: PropTypes.string.isRequired,
|
|
16840
17178
|
});
|
|
16841
17179
|
|
|
17180
|
+
T['io.flow.internal.v0.enums.colm_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
17181
|
+
|
|
16842
17182
|
T['io.flow.internal.v0.enums.item_classification_status'] = PropTypes.oneOf([
|
|
16843
17183
|
'unknown',
|
|
16844
17184
|
'manual',
|
|
@@ -17583,6 +17923,8 @@ T['io.flow.payment.gateway.v0.models.payment_authorization'] = PropTypes.exact({
|
|
|
17583
17923
|
status: T['io.flow.payment.gateway.v0.models.payment_authorization_status'].isRequired,
|
|
17584
17924
|
amount: PropTypes.number.isRequired,
|
|
17585
17925
|
currency: PropTypes.string.isRequired,
|
|
17926
|
+
base_amount: PropTypes.number,
|
|
17927
|
+
base_currency: PropTypes.string,
|
|
17586
17928
|
});
|
|
17587
17929
|
|
|
17588
17930
|
T['io.flow.payment.gateway.v0.models.payment_information'] = PropTypes.exact({
|
|
@@ -19339,6 +19681,8 @@ T['io.flow.payment.gateway.v0.models.payment_request'] = PropTypes.exact({
|
|
|
19339
19681
|
next_action: T['io.flow.payment.gateway.v0.unions.action'],
|
|
19340
19682
|
amount: PropTypes.number.isRequired,
|
|
19341
19683
|
currency: PropTypes.string.isRequired,
|
|
19684
|
+
base_amount: PropTypes.number,
|
|
19685
|
+
base_currency: PropTypes.string,
|
|
19342
19686
|
order_information: T['io.flow.payment.gateway.v0.unions.order_information'].isRequired,
|
|
19343
19687
|
device_details: T['io.flow.payment.v0.unions.device_details'].isRequired,
|
|
19344
19688
|
locale: PropTypes.string,
|
|
@@ -20529,11 +20873,12 @@ T['io.flow.internal.v0.models.spot_rate_version'] = PropTypes.exact({
|
|
|
20529
20873
|
spot_rate: T['io.flow.internal.v0.models.spot_rate'].isRequired,
|
|
20530
20874
|
});
|
|
20531
20875
|
|
|
20532
|
-
T['io.flow.internal.v0.models.
|
|
20876
|
+
T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'] = PropTypes.exact({
|
|
20533
20877
|
id: PropTypes.string.isRequired,
|
|
20534
20878
|
timestamp: PropTypes.string.isRequired,
|
|
20535
20879
|
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
20536
20880
|
shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
|
|
20881
|
+
shop_id: PropTypes.string,
|
|
20537
20882
|
});
|
|
20538
20883
|
|
|
20539
20884
|
T['io.flow.internal.v0.models.organization_payment_setting_version'] = PropTypes.exact({
|
|
@@ -20585,6 +20930,7 @@ T['io.flow.internal.v0.enums.charge_input_type'] = PropTypes.oneOf([
|
|
|
20585
20930
|
'usps_first_mile',
|
|
20586
20931
|
'oversize_piece',
|
|
20587
20932
|
'incoterm_dap',
|
|
20933
|
+
'emergency_situation',
|
|
20588
20934
|
'remote_area_delivery',
|
|
20589
20935
|
]);
|
|
20590
20936
|
|
|
@@ -21612,7 +21958,20 @@ T['io.flow.internal.v0.models.catalog_import_request'] = PropTypes.exact({
|
|
|
21612
21958
|
filename: PropTypes.string,
|
|
21613
21959
|
});
|
|
21614
21960
|
|
|
21615
|
-
T['io.flow.
|
|
21961
|
+
T['io.flow.trueup.v0.enums.carrier_charge_reason'] = PropTypes.oneOf(['return_to_origin', 'rejection', 'other']);
|
|
21962
|
+
|
|
21963
|
+
T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'] = PropTypes.exact({
|
|
21964
|
+
discriminator: PropTypes.oneOf(['carrier_charge']).isRequired,
|
|
21965
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21966
|
+
carrier_id: PropTypes.string.isRequired,
|
|
21967
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
21968
|
+
});
|
|
21969
|
+
|
|
21970
|
+
T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'] = PropTypes.exact({
|
|
21971
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21972
|
+
carrier_id: PropTypes.string.isRequired,
|
|
21973
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
21974
|
+
});
|
|
21616
21975
|
|
|
21617
21976
|
T['io.flow.internal.v0.models.label_surcharge_single_form'] = PropTypes.exact({
|
|
21618
21977
|
amount: PropTypes.number.isRequired,
|
|
@@ -21666,6 +22025,7 @@ T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
|
21666
22025
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
21667
22026
|
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
21668
22027
|
T['io.flow.billing.v0.models.transaction_metadata_trueup'],
|
|
22028
|
+
T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'],
|
|
21669
22029
|
T['io.flow.billing.v0.models.transaction_metadata_manual'],
|
|
21670
22030
|
]);
|
|
21671
22031
|
|
|
@@ -21705,7 +22065,7 @@ T['io.flow.internal.v0.models.carrier_charge_units'] = PropTypes.exact({
|
|
|
21705
22065
|
T['io.flow.internal.v0.models.carrier_charge_form_other'] = PropTypes.exact({
|
|
21706
22066
|
discriminator: PropTypes.oneOf(['other']).isRequired,
|
|
21707
22067
|
id: PropTypes.string.isRequired,
|
|
21708
|
-
reason: T['io.flow.
|
|
22068
|
+
reason: T['io.flow.trueup.v0.enums.carrier_charge_reason'].isRequired,
|
|
21709
22069
|
organization_id: PropTypes.string.isRequired,
|
|
21710
22070
|
order_number: PropTypes.string.isRequired,
|
|
21711
22071
|
carrier_id: PropTypes.string.isRequired,
|
|
@@ -22746,6 +23106,7 @@ T['io.flow.internal.v0.enums.billing_statement_attachment_key'] = PropTypes.oneO
|
|
|
22746
23106
|
'tax',
|
|
22747
23107
|
'duty',
|
|
22748
23108
|
'trueup',
|
|
23109
|
+
'carrier_charge',
|
|
22749
23110
|
'all',
|
|
22750
23111
|
]);
|
|
22751
23112
|
|
|
@@ -22837,6 +23198,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
22837
23198
|
'shipping_label',
|
|
22838
23199
|
'shipping_label_service',
|
|
22839
23200
|
'trueup',
|
|
23201
|
+
'carrier_charge',
|
|
22840
23202
|
'shipping_label_revenue_share',
|
|
22841
23203
|
'platform_fee',
|
|
22842
23204
|
'tax',
|
|
@@ -22861,6 +23223,7 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata'] = PropTypes.
|
|
|
22861
23223
|
shipping_label: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label'],
|
|
22862
23224
|
shipping_label_revenue_share: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_shipping_label_revenue_share'],
|
|
22863
23225
|
trueup: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_trueup'],
|
|
23226
|
+
carrier_charge: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge'],
|
|
22864
23227
|
manual: T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_manual'],
|
|
22865
23228
|
});
|
|
22866
23229
|
|
|
@@ -22892,6 +23255,7 @@ T['io.flow.billing.internal.v0.enums.billing_transaction_type'] = PropTypes.oneO
|
|
|
22892
23255
|
'tax',
|
|
22893
23256
|
'duty',
|
|
22894
23257
|
'trueup',
|
|
23258
|
+
'carrier_charge',
|
|
22895
23259
|
]);
|
|
22896
23260
|
|
|
22897
23261
|
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction'] = PropTypes.exact({
|
|
@@ -23063,6 +23427,7 @@ T['io.flow.internal.v0.models.restriction_item_request_form'] = PropTypes.exact(
|
|
|
23063
23427
|
status: T['io.flow.internal.v0.enums.restriction_status'],
|
|
23064
23428
|
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.enums.restriction_status']),
|
|
23065
23429
|
rule_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23430
|
+
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
23066
23431
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
23067
23432
|
product_name_query: PropTypes.string,
|
|
23068
23433
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -23084,8 +23449,6 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.ex
|
|
|
23084
23449
|
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
23085
23450
|
matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
23086
23451
|
matching_negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
23087
|
-
positive_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
23088
|
-
negative_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
23089
23452
|
updated_by_user_id: PropTypes.string.isRequired,
|
|
23090
23453
|
});
|
|
23091
23454
|
|
|
@@ -23439,6 +23802,15 @@ T['io.flow.experience.v0.models.order_builder_customer_invoice_address_form'] =
|
|
|
23439
23802
|
address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23440
23803
|
});
|
|
23441
23804
|
|
|
23805
|
+
T['io.flow.payment.internal.v0.models.authorization_parameters_form'] = PropTypes.exact({
|
|
23806
|
+
order_number: PropTypes.string.isRequired,
|
|
23807
|
+
amount: PropTypes.number.isRequired,
|
|
23808
|
+
currency: PropTypes.string.isRequired,
|
|
23809
|
+
billing_address: T['io.flow.common.v0.models.billing_address'],
|
|
23810
|
+
ip: PropTypes.string,
|
|
23811
|
+
origin_url: PropTypes.string,
|
|
23812
|
+
});
|
|
23813
|
+
|
|
23442
23814
|
T['io.flow.common.v0.models.customer_invoice'] = PropTypes.exact({
|
|
23443
23815
|
address: T['io.flow.common.v0.models.billing_address'],
|
|
23444
23816
|
});
|
|
@@ -23456,15 +23828,6 @@ T['io.flow.experience.v0.models.order_builder_customer_form'] = PropTypes.exact(
|
|
|
23456
23828
|
customer: T['io.flow.common.v0.models.order_customer_form'].isRequired,
|
|
23457
23829
|
});
|
|
23458
23830
|
|
|
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
23831
|
T['io.flow.shopify.markets.internal.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
23469
23832
|
warehouse_address: T['io.flow.common.v0.models.billing_address'].isRequired,
|
|
23470
23833
|
warehouse_url: PropTypes.string,
|
|
@@ -23721,6 +24084,11 @@ T['io.flow.internal.v0.models.authorization_parameters_form'] = PropTypes.exact(
|
|
|
23721
24084
|
origin_url: PropTypes.string,
|
|
23722
24085
|
});
|
|
23723
24086
|
|
|
24087
|
+
T['io.flow.payment.request.bundle.v0.models.payment_request_billing_currency_rate'] = PropTypes.exact({
|
|
24088
|
+
base_amount: PropTypes.number.isRequired,
|
|
24089
|
+
base_currency: PropTypes.string.isRequired,
|
|
24090
|
+
});
|
|
24091
|
+
|
|
23724
24092
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing_fees'] = PropTypes.exact({
|
|
23725
24093
|
mor_fee_rate: PropTypes.number,
|
|
23726
24094
|
fx_fee_rate: PropTypes.number,
|
|
@@ -23770,6 +24138,7 @@ T['io.flow.payment.v0.unions.payment_order_reference'] = PropTypes.oneOfType([
|
|
|
23770
24138
|
|
|
23771
24139
|
T['io.flow.payment.request.bundle.v0.models.payment_request_billing'] = PropTypes.exact({
|
|
23772
24140
|
fees: T['io.flow.payment.request.bundle.v0.models.payment_request_billing_fees'].isRequired,
|
|
24141
|
+
currency_rate: T['io.flow.payment.request.bundle.v0.models.payment_request_billing_currency_rate'],
|
|
23773
24142
|
});
|
|
23774
24143
|
|
|
23775
24144
|
T['io.flow.payment.request.bundle.v0.models.payment_request_bundle_form'] = PropTypes.exact({
|
|
@@ -24313,6 +24682,65 @@ T['io.flow.internal.v0.models.routing_processor'] = PropTypes.exact({
|
|
|
24313
24682
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
24314
24683
|
});
|
|
24315
24684
|
|
|
24685
|
+
T['io.flow.internal.v0.models.reporting_payment_metadata'] = PropTypes.exact({
|
|
24686
|
+
gateway: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
24687
|
+
method: PropTypes.string.isRequired,
|
|
24688
|
+
psp_reference: PropTypes.string,
|
|
24689
|
+
authorization: T['io.flow.internal.v0.models.reporting_authorization_reference'],
|
|
24690
|
+
settlement_date: PropTypes.string.isRequired,
|
|
24691
|
+
additional_authorizations: T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'],
|
|
24692
|
+
});
|
|
24693
|
+
|
|
24694
|
+
T['io.flow.internal.v0.models.reporting_payment'] = PropTypes.exact({
|
|
24695
|
+
metadata: T['io.flow.internal.v0.models.reporting_payment_metadata'],
|
|
24696
|
+
psp: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24697
|
+
credit: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24698
|
+
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
24699
|
+
});
|
|
24700
|
+
|
|
24701
|
+
T['io.flow.internal.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
24702
|
+
id: PropTypes.string.isRequired,
|
|
24703
|
+
sequence_number: PropTypes.number.isRequired,
|
|
24704
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
24705
|
+
completes_order: PropTypes.bool.isRequired,
|
|
24706
|
+
payment: T['io.flow.internal.v0.models.reporting_payment'].isRequired,
|
|
24707
|
+
refund: T['io.flow.internal.v0.models.reporting_refund_reference'],
|
|
24708
|
+
value: T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
24709
|
+
dispatch_country: T['io.flow.internal.v0.models.reporting_country'],
|
|
24710
|
+
destination: T['io.flow.internal.v0.models.reporting_destination'],
|
|
24711
|
+
shipment: T['io.flow.internal.v0.models.reporting_shipment'],
|
|
24712
|
+
is: T['io.flow.internal.v0.models.reporting_fulfillment_is'].isRequired,
|
|
24713
|
+
has: T['io.flow.internal.v0.models.reporting_fulfillment_has'].isRequired,
|
|
24714
|
+
fx: T['io.flow.internal.v0.models.reporting_fx'].isRequired,
|
|
24715
|
+
business: T['io.flow.internal.v0.models.reporting_business'],
|
|
24716
|
+
});
|
|
24717
|
+
|
|
24718
|
+
T['io.flow.internal.v0.models.revenue_record'] = PropTypes.exact({
|
|
24719
|
+
id: PropTypes.string.isRequired,
|
|
24720
|
+
organization: T['io.flow.internal.v0.models.reporting_organization_summary'].isRequired,
|
|
24721
|
+
parent: T['io.flow.internal.v0.models.record_reference'],
|
|
24722
|
+
type: T['io.flow.internal.v0.enums.revenue_record_type'].isRequired,
|
|
24723
|
+
order: T['io.flow.internal.v0.models.reporting_order_summary'].isRequired,
|
|
24724
|
+
entity: T['io.flow.internal.v0.models.reporting_entity'].isRequired,
|
|
24725
|
+
vendor: T['io.flow.internal.v0.models.reporting_vendor'].isRequired,
|
|
24726
|
+
currencies: T['io.flow.internal.v0.models.reporting_currencies'].isRequired,
|
|
24727
|
+
conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
|
|
24728
|
+
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'].isRequired,
|
|
24729
|
+
merchant: T['io.flow.internal.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
24730
|
+
fulfillment: T['io.flow.internal.v0.models.reporting_fulfillment'].isRequired,
|
|
24731
|
+
vat_remittance: T['io.flow.internal.v0.models.reporting_vat_remittance'].isRequired,
|
|
24732
|
+
marked_as_final: T['io.flow.internal.v0.models.marked_as_final'].isRequired,
|
|
24733
|
+
debug: T['io.flow.internal.v0.models.reporting_debug'].isRequired,
|
|
24734
|
+
});
|
|
24735
|
+
|
|
24736
|
+
T['io.flow.internal.v0.models.revenue_record_upserted'] = PropTypes.exact({
|
|
24737
|
+
discriminator: PropTypes.oneOf(['revenue_record_upserted']).isRequired,
|
|
24738
|
+
event_id: PropTypes.string.isRequired,
|
|
24739
|
+
timestamp: PropTypes.string.isRequired,
|
|
24740
|
+
organization: PropTypes.string.isRequired,
|
|
24741
|
+
revenue_record: T['io.flow.internal.v0.models.revenue_record'].isRequired,
|
|
24742
|
+
});
|
|
24743
|
+
|
|
24316
24744
|
T['io.flow.internal.v0.models.internal_authorization'] = PropTypes.exact({
|
|
24317
24745
|
id: PropTypes.string.isRequired,
|
|
24318
24746
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
@@ -25585,6 +26013,32 @@ T['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'] = PropTypes.exac
|
|
|
25585
26013
|
ratecard_aggregate: T['io.flow.internal.v0.models.ratecard_lane_aggregate'].isRequired,
|
|
25586
26014
|
});
|
|
25587
26015
|
|
|
26016
|
+
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
26017
|
+
id: PropTypes.string.isRequired,
|
|
26018
|
+
key: PropTypes.string.isRequired,
|
|
26019
|
+
authorization: T['io.flow.payment.v0.models.authorization_reference'].isRequired,
|
|
26020
|
+
amount: PropTypes.number.isRequired,
|
|
26021
|
+
currency: PropTypes.string.isRequired,
|
|
26022
|
+
base: T['io.flow.common.v0.models.money'],
|
|
26023
|
+
chargeback_issued_at: PropTypes.string.isRequired,
|
|
26024
|
+
created_at: PropTypes.string.isRequired,
|
|
26025
|
+
payment_status: T['io.flow.payment.internal.v0.enums.chargeback_payment_status'].isRequired,
|
|
26026
|
+
process_status: T['io.flow.payment.internal.v0.enums.chargeback_process_status'].isRequired,
|
|
26027
|
+
processor: T['io.flow.payment.internal.v0.enums.processor'].isRequired,
|
|
26028
|
+
processor_reason: PropTypes.string.isRequired,
|
|
26029
|
+
processor_status: PropTypes.string.isRequired,
|
|
26030
|
+
processor_reference: PropTypes.string,
|
|
26031
|
+
provider_reference: PropTypes.string,
|
|
26032
|
+
provider_reason_code: PropTypes.string,
|
|
26033
|
+
});
|
|
26034
|
+
|
|
26035
|
+
T['io.flow.payment.internal.v0.models.chargeback_version'] = PropTypes.exact({
|
|
26036
|
+
id: PropTypes.string.isRequired,
|
|
26037
|
+
timestamp: PropTypes.string.isRequired,
|
|
26038
|
+
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
26039
|
+
chargeback: T['io.flow.payment.internal.v0.models.chargeback'].isRequired,
|
|
26040
|
+
});
|
|
26041
|
+
|
|
25588
26042
|
T['io.flow.common.v0.models.price_source_provided'] = PropTypes.exact({
|
|
25589
26043
|
discriminator: PropTypes.oneOf(['provided']).isRequired,
|
|
25590
26044
|
price: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -25697,32 +26151,6 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
25697
26151
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
25698
26152
|
});
|
|
25699
26153
|
|
|
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
26154
|
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
25727
26155
|
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
25728
26156
|
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -27214,6 +27642,7 @@ T['io.flow.internal.v0.models.return'] = PropTypes.exact({
|
|
|
27214
27642
|
posting_cutoff: PropTypes.string.isRequired,
|
|
27215
27643
|
trigger: T['io.flow.internal.v0.unions.return_trigger'].isRequired,
|
|
27216
27644
|
returned_at: PropTypes.string.isRequired,
|
|
27645
|
+
completes_order: PropTypes.bool.isRequired,
|
|
27217
27646
|
});
|
|
27218
27647
|
|
|
27219
27648
|
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
@@ -27789,6 +28218,19 @@ T['io.flow.billing.internal.v0.models.next_billing_statement'] = PropTypes.exact
|
|
|
27789
28218
|
conditions: PropTypes.string,
|
|
27790
28219
|
});
|
|
27791
28220
|
|
|
28221
|
+
T['io.flow.billing.internal.v0.models.carrier_charge_transaction'] = PropTypes.exact({
|
|
28222
|
+
discriminator: PropTypes.oneOf(['carrier_charge_transaction']).isRequired,
|
|
28223
|
+
order: T['io.flow.billing.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
28224
|
+
id: PropTypes.string.isRequired,
|
|
28225
|
+
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
28226
|
+
status: T['io.flow.billing.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
28227
|
+
posted_at: PropTypes.string,
|
|
28228
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
28229
|
+
description: PropTypes.string.isRequired,
|
|
28230
|
+
statement: T['io.flow.billing.internal.v0.models.billing_statement_reference'],
|
|
28231
|
+
created_at: PropTypes.string.isRequired,
|
|
28232
|
+
});
|
|
28233
|
+
|
|
27792
28234
|
T['io.flow.billing.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
27793
28235
|
id: PropTypes.string.isRequired,
|
|
27794
28236
|
type: T['io.flow.billing.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -27823,6 +28265,7 @@ T['io.flow.billing.internal.v0.models.billing_statement_totals'] = PropTypes.exa
|
|
|
27823
28265
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
27824
28266
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
27825
28267
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
28268
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
27826
28269
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
27827
28270
|
});
|
|
27828
28271
|
|
|
@@ -28382,6 +28825,23 @@ T['io.flow.internal.v0.models.subscription'] = PropTypes.exact({
|
|
|
28382
28825
|
created_at: PropTypes.string.isRequired,
|
|
28383
28826
|
});
|
|
28384
28827
|
|
|
28828
|
+
T['io.flow.internal.v0.models.shruti_demo_item_form'] = PropTypes.exact({
|
|
28829
|
+
number: PropTypes.string.isRequired,
|
|
28830
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28831
|
+
description: PropTypes.string,
|
|
28832
|
+
type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
|
|
28833
|
+
added_on: PropTypes.string.isRequired,
|
|
28834
|
+
});
|
|
28835
|
+
|
|
28836
|
+
T['io.flow.internal.v0.models.shruti_demo_item'] = PropTypes.exact({
|
|
28837
|
+
id: PropTypes.string.isRequired,
|
|
28838
|
+
number: PropTypes.string.isRequired,
|
|
28839
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28840
|
+
description: PropTypes.string,
|
|
28841
|
+
type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
|
|
28842
|
+
added_on: PropTypes.string.isRequired,
|
|
28843
|
+
});
|
|
28844
|
+
|
|
28385
28845
|
T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
|
|
28386
28846
|
id: PropTypes.string.isRequired,
|
|
28387
28847
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -28489,6 +28949,23 @@ T['io.flow.internal.v0.models.components'] = PropTypes.exact({
|
|
|
28489
28949
|
insurance: T['io.flow.common.v0.models.price'].isRequired,
|
|
28490
28950
|
});
|
|
28491
28951
|
|
|
28952
|
+
T['io.flow.internal.v0.models.colm_item_form'] = PropTypes.exact({
|
|
28953
|
+
number: PropTypes.string.isRequired,
|
|
28954
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28955
|
+
description: PropTypes.string,
|
|
28956
|
+
type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
|
|
28957
|
+
added_on: PropTypes.string.isRequired,
|
|
28958
|
+
});
|
|
28959
|
+
|
|
28960
|
+
T['io.flow.internal.v0.models.colm_item'] = PropTypes.exact({
|
|
28961
|
+
id: PropTypes.string.isRequired,
|
|
28962
|
+
number: PropTypes.string.isRequired,
|
|
28963
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28964
|
+
description: PropTypes.string,
|
|
28965
|
+
type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
|
|
28966
|
+
added_on: PropTypes.string.isRequired,
|
|
28967
|
+
});
|
|
28968
|
+
|
|
28492
28969
|
T['io.flow.experience.v0.models.order_summary_item'] = PropTypes.exact({
|
|
28493
28970
|
number: PropTypes.string.isRequired,
|
|
28494
28971
|
name: PropTypes.string.isRequired,
|
|
@@ -28868,6 +29345,7 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
28868
29345
|
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
28869
29346
|
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
28870
29347
|
trueup: T['io.flow.common.v0.models.price'].isRequired,
|
|
29348
|
+
carrier_charge: T['io.flow.common.v0.models.price'].isRequired,
|
|
28871
29349
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
28872
29350
|
});
|
|
28873
29351
|
|
|
@@ -29091,6 +29569,7 @@ T['io.flow.billing.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
29091
29569
|
T['io.flow.billing.internal.v0.models.tax_transaction'],
|
|
29092
29570
|
T['io.flow.billing.internal.v0.models.duty_transaction'],
|
|
29093
29571
|
T['io.flow.billing.internal.v0.models.trueup_transaction'],
|
|
29572
|
+
T['io.flow.billing.internal.v0.models.carrier_charge_transaction'],
|
|
29094
29573
|
]);
|
|
29095
29574
|
|
|
29096
29575
|
T['io.flow.item.v0.models.local_item_attribute_pricing'] = PropTypes.exact({
|
|
@@ -30149,6 +30628,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
30149
30628
|
'tax',
|
|
30150
30629
|
'duty',
|
|
30151
30630
|
'trueup',
|
|
30631
|
+
'carrier_charge',
|
|
30152
30632
|
]);
|
|
30153
30633
|
|
|
30154
30634
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -30494,6 +30974,26 @@ T['io.flow.internal.v0.models.channel_billed_transaction'] = PropTypes.exact({
|
|
|
30494
30974
|
created_at: PropTypes.string.isRequired,
|
|
30495
30975
|
});
|
|
30496
30976
|
|
|
30977
|
+
T['io.flow.internal.v0.models.channel_billed_transaction_upserted'] = PropTypes.exact({
|
|
30978
|
+
discriminator: PropTypes.oneOf(['channel_billed_transaction_upserted']).isRequired,
|
|
30979
|
+
event_id: PropTypes.string.isRequired,
|
|
30980
|
+
timestamp: PropTypes.string.isRequired,
|
|
30981
|
+
channel_billed_transaction: T['io.flow.internal.v0.models.channel_billed_transaction'].isRequired,
|
|
30982
|
+
});
|
|
30983
|
+
|
|
30984
|
+
T['io.flow.internal.v0.models.carrier_charge_transaction'] = PropTypes.exact({
|
|
30985
|
+
discriminator: PropTypes.oneOf(['carrier_charge_transaction']).isRequired,
|
|
30986
|
+
order: T['io.flow.internal.v0.models.billing_order_transaction_order_reference'].isRequired,
|
|
30987
|
+
id: PropTypes.string.isRequired,
|
|
30988
|
+
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
30989
|
+
status: T['io.flow.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
30990
|
+
posted_at: PropTypes.string,
|
|
30991
|
+
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
30992
|
+
description: PropTypes.string.isRequired,
|
|
30993
|
+
statement: T['io.flow.internal.v0.models.billing_statement_reference'],
|
|
30994
|
+
created_at: PropTypes.string.isRequired,
|
|
30995
|
+
});
|
|
30996
|
+
|
|
30497
30997
|
T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
30498
30998
|
T['io.flow.internal.v0.models.invoice_transaction'],
|
|
30499
30999
|
T['io.flow.internal.v0.models.manual_transaction'],
|
|
@@ -30510,15 +31010,9 @@ T['io.flow.internal.v0.unions.transaction'] = PropTypes.oneOfType([
|
|
|
30510
31010
|
T['io.flow.internal.v0.models.tax_transaction'],
|
|
30511
31011
|
T['io.flow.internal.v0.models.duty_transaction'],
|
|
30512
31012
|
T['io.flow.internal.v0.models.trueup_transaction'],
|
|
31013
|
+
T['io.flow.internal.v0.models.carrier_charge_transaction'],
|
|
30513
31014
|
]);
|
|
30514
31015
|
|
|
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
31016
|
T['io.flow.internal.v0.models.billing_transaction'] = PropTypes.exact({
|
|
30523
31017
|
id: PropTypes.string.isRequired,
|
|
30524
31018
|
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
@@ -30794,6 +31288,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
30794
31288
|
T['io.flow.internal.v0.models.daily_value_deleted'],
|
|
30795
31289
|
T['io.flow.internal.v0.models.sales_record_upserted'],
|
|
30796
31290
|
T['io.flow.internal.v0.models.sales_record_deleted'],
|
|
31291
|
+
T['io.flow.internal.v0.models.revenue_record_upserted'],
|
|
31292
|
+
T['io.flow.internal.v0.models.revenue_record_deleted'],
|
|
30797
31293
|
T['io.flow.internal.v0.models.calculator_organization_settings_upserted'],
|
|
30798
31294
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
30799
31295
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
@@ -31177,8 +31673,10 @@ T['io.flow.internal.v0.enums.calculator_engine'] = PropTypes.oneOf([
|
|
|
31177
31673
|
'dtce_two_calls',
|
|
31178
31674
|
'dtce_with_deminimis',
|
|
31179
31675
|
'dtce_merged_with_tax',
|
|
31676
|
+
'dtce_with_inclusive_pricing',
|
|
31180
31677
|
]);
|
|
31181
31678
|
|
|
31679
|
+
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
31182
31680
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
31183
31681
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
31184
31682
|
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
@@ -31251,6 +31749,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
31251
31749
|
'daily_value_deleted',
|
|
31252
31750
|
'sales_record_upserted',
|
|
31253
31751
|
'sales_record_deleted',
|
|
31752
|
+
'revenue_record_upserted',
|
|
31753
|
+
'revenue_record_deleted',
|
|
31254
31754
|
'calculator_organization_settings_upserted',
|
|
31255
31755
|
'calculator_organization_settings_deleted',
|
|
31256
31756
|
'carrier_account_upserted_v2',
|
|
@@ -31582,35 +32082,6 @@ T['io.flow.internal.v0.enums.processing_transaction_type'] = PropTypes.oneOf([
|
|
|
31582
32082
|
T['io.flow.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
|
|
31583
32083
|
T['io.flow.internal.v0.enums.prompt_action'] = PropTypes.oneOf(['prompt_displayed', 'consent_granted', 'consent_denied']);
|
|
31584
32084
|
|
|
31585
|
-
T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
31586
|
-
'capture',
|
|
31587
|
-
'channel_transaction',
|
|
31588
|
-
'consumer_invoice',
|
|
31589
|
-
'fulfillment_in_transit',
|
|
31590
|
-
'fulfillment_shipping_notification',
|
|
31591
|
-
'fulfillment_external',
|
|
31592
|
-
'fulfillment_order_combined_shipment',
|
|
31593
|
-
'fulfillment_order_time',
|
|
31594
|
-
'return_refund',
|
|
31595
|
-
'label_tracking_summary',
|
|
31596
|
-
'label_invoice_request',
|
|
31597
|
-
'carrier_charge',
|
|
31598
|
-
'carrier_charge_file',
|
|
31599
|
-
'order',
|
|
31600
|
-
'order_identifier',
|
|
31601
|
-
'organization_onboarding_state',
|
|
31602
|
-
'posting_proof',
|
|
31603
|
-
'refund',
|
|
31604
|
-
'refund_over_capture',
|
|
31605
|
-
'sales_record',
|
|
31606
|
-
'statement_batch',
|
|
31607
|
-
'statement_email',
|
|
31608
|
-
'statement_summary_email',
|
|
31609
|
-
'pending_payout_transaction_event',
|
|
31610
|
-
'credit_and_subsidy',
|
|
31611
|
-
'negative_balance_guarantee',
|
|
31612
|
-
]);
|
|
31613
|
-
|
|
31614
32085
|
T['io.flow.internal.v0.enums.rate_level_key'] = PropTypes.oneOf([
|
|
31615
32086
|
'shopify_small_usa',
|
|
31616
32087
|
'shopify_medium_usa',
|
|
@@ -31659,6 +32130,7 @@ T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'] = PropTypes.on
|
|
|
31659
32130
|
'order_update',
|
|
31660
32131
|
'product_restriction_result',
|
|
31661
32132
|
'product_sync',
|
|
32133
|
+
'webhook_registrations',
|
|
31662
32134
|
]);
|
|
31663
32135
|
|
|
31664
32136
|
T['io.flow.internal.v0.enums.shopify_markets_trade_sector'] = PropTypes.oneOf([
|
|
@@ -32219,6 +32691,11 @@ T['io.flow.internal.v0.models.item_values_form'] = PropTypes.exact({
|
|
|
32219
32691
|
values: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
32220
32692
|
});
|
|
32221
32693
|
|
|
32694
|
+
T['io.flow.internal.v0.models.jean_demo_item'] = PropTypes.exact({
|
|
32695
|
+
id: PropTypes.string.isRequired,
|
|
32696
|
+
name: PropTypes.string.isRequired,
|
|
32697
|
+
});
|
|
32698
|
+
|
|
32222
32699
|
T['io.flow.internal.v0.models.key'] = PropTypes.exact({
|
|
32223
32700
|
id: PropTypes.string.isRequired,
|
|
32224
32701
|
created_at: PropTypes.string.isRequired,
|
|
@@ -32489,8 +32966,6 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
|
|
|
32489
32966
|
accepted_rules: PropTypes.arrayOf(PropTypes.string),
|
|
32490
32967
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32491
32968
|
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32492
|
-
positive_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32493
|
-
negative_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32494
32969
|
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
32495
32970
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
32496
32971
|
product_name_query: PropTypes.string,
|
|
@@ -33427,6 +33902,41 @@ T['io.flow.channel.internal.v0.models.flow_channel_organization'] = PropTypes.ex
|
|
|
33427
33902
|
placeholder: PropTypes.string,
|
|
33428
33903
|
});
|
|
33429
33904
|
|
|
33905
|
+
T['io.flow.partner.v0.models.partner_bridge_manifest_form'] = PropTypes.exact({
|
|
33906
|
+
order_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33907
|
+
});
|
|
33908
|
+
|
|
33909
|
+
T['io.flow.partner.v0.models.partner_manifest_form'] = PropTypes.exact({
|
|
33910
|
+
tracking_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33911
|
+
service: PropTypes.string,
|
|
33912
|
+
});
|
|
33913
|
+
|
|
33914
|
+
T['io.flow.partner.v0.models.partner_order_identifier_form'] = PropTypes.exact({
|
|
33915
|
+
number: PropTypes.string.isRequired,
|
|
33916
|
+
order_number: PropTypes.string.isRequired,
|
|
33917
|
+
});
|
|
33918
|
+
|
|
33919
|
+
T['io.flow.partner.v0.models.partner_order_identifier_put_form'] = PropTypes.exact({
|
|
33920
|
+
order_number: PropTypes.string.isRequired,
|
|
33921
|
+
});
|
|
33922
|
+
|
|
33923
|
+
T['io.flow.common.v0.enums.capability'] = PropTypes.oneOf(['crossdock']);
|
|
33924
|
+
T['io.flow.common.v0.enums.schedule_exception_status'] = PropTypes.oneOf(['Open', 'Closed']);
|
|
33925
|
+
T['io.flow.common.v0.enums.sort_direction'] = PropTypes.oneOf(['ascending', 'descending']);
|
|
33926
|
+
T['io.flow.common.v0.enums.value_added_service'] = PropTypes.oneOf(['Hazardous Material']);
|
|
33927
|
+
|
|
33928
|
+
T['io.flow.common.v0.models.input_form'] = PropTypes.exact({
|
|
33929
|
+
values: PropTypes.objectOf(PropTypes.string),
|
|
33930
|
+
});
|
|
33931
|
+
|
|
33932
|
+
T['io.flow.common.v0.models.line_item_attributes_form'] = PropTypes.exact({
|
|
33933
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
33934
|
+
});
|
|
33935
|
+
|
|
33936
|
+
T['io.flow.common.v0.models.line_item_quantity_form'] = PropTypes.exact({
|
|
33937
|
+
quantity: PropTypes.number.isRequired,
|
|
33938
|
+
});
|
|
33939
|
+
|
|
33430
33940
|
T['io.flow.payment.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
33431
33941
|
T['io.flow.payment.internal.v0.enums.risk_check'] = PropTypes.oneOf(['three_d_secure']);
|
|
33432
33942
|
|
|
@@ -33527,41 +34037,6 @@ T['io.flow.payment.internal.v0.models.virtual_card_provider'] = PropTypes.exact(
|
|
|
33527
34037
|
updated_at: PropTypes.string.isRequired,
|
|
33528
34038
|
});
|
|
33529
34039
|
|
|
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
34040
|
T['io.flow.ftp.v0.models.ftp_file_form'] = PropTypes.exact({
|
|
33566
34041
|
url: PropTypes.string.isRequired,
|
|
33567
34042
|
directory: PropTypes.string.isRequired,
|
|
@@ -33586,10 +34061,6 @@ T['io.flow.ftp.v0.models.ftp_organization_settings_form'] = PropTypes.exact({
|
|
|
33586
34061
|
emails: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
33587
34062
|
});
|
|
33588
34063
|
|
|
33589
|
-
T['io.flow.billing.reporting.csv.v0.models.transaction_reference'] = PropTypes.exact({
|
|
33590
|
-
id: PropTypes.string.isRequired,
|
|
33591
|
-
});
|
|
33592
|
-
|
|
33593
34064
|
T['io.flow.experience.v0.models.checkout_attribute_form'] = PropTypes.exact({
|
|
33594
34065
|
key: PropTypes.string.isRequired,
|
|
33595
34066
|
name: PropTypes.string,
|
|
@@ -33845,6 +34316,7 @@ T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf(
|
|
|
33845
34316
|
]);
|
|
33846
34317
|
|
|
33847
34318
|
T['io.flow.billing.internal.v0.enums.billing_statement_batch_file_key'] = PropTypes.oneOf(['summary']);
|
|
34319
|
+
T['io.flow.billing.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
33848
34320
|
T['io.flow.billing.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
33849
34321
|
T['io.flow.billing.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
33850
34322
|
T['io.flow.billing.internal.v0.enums.dispute_transaction_type'] = PropTypes.oneOf(['adjustment', 'dispute']);
|
|
@@ -33863,34 +34335,6 @@ T['io.flow.billing.internal.v0.enums.processing_transaction_type'] = PropTypes.o
|
|
|
33863
34335
|
'credit_payment',
|
|
33864
34336
|
]);
|
|
33865
34337
|
|
|
33866
|
-
T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
|
|
33867
|
-
'capture',
|
|
33868
|
-
'channel_transaction',
|
|
33869
|
-
'consumer_invoice',
|
|
33870
|
-
'fulfillment_in_transit',
|
|
33871
|
-
'fulfillment_shipping_notification',
|
|
33872
|
-
'fulfillment_external',
|
|
33873
|
-
'fulfillment_order_combined_shipment',
|
|
33874
|
-
'fulfillment_order_time',
|
|
33875
|
-
'label_tracking_summary',
|
|
33876
|
-
'label_invoice_request',
|
|
33877
|
-
'carrier_charge',
|
|
33878
|
-
'carrier_charge_file',
|
|
33879
|
-
'order',
|
|
33880
|
-
'order_identifier',
|
|
33881
|
-
'organization_onboarding_state',
|
|
33882
|
-
'posting_proof',
|
|
33883
|
-
'refund',
|
|
33884
|
-
'refund_over_capture',
|
|
33885
|
-
'sales_record',
|
|
33886
|
-
'statement_batch',
|
|
33887
|
-
'statement_email',
|
|
33888
|
-
'statement_summary_email',
|
|
33889
|
-
'pending_payout_transaction_event',
|
|
33890
|
-
'credit_and_subsidy',
|
|
33891
|
-
'negative_balance_guarantee',
|
|
33892
|
-
]);
|
|
33893
|
-
|
|
33894
34338
|
T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
|
|
33895
34339
|
T['io.flow.billing.internal.v0.enums.trueup_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'trueup']);
|
|
33896
34340
|
|
|
@@ -34392,7 +34836,8 @@ export const carrierChargeFileResult = T['io.flow.internal.v0.models.carrier_cha
|
|
|
34392
34836
|
export const carrierChargeForm = T['io.flow.internal.v0.unions.carrier_charge_form'];
|
|
34393
34837
|
export const carrierChargeFormLabel = T['io.flow.internal.v0.models.carrier_charge_form_label'];
|
|
34394
34838
|
export const carrierChargeFormOther = T['io.flow.internal.v0.models.carrier_charge_form_other'];
|
|
34395
|
-
export const
|
|
34839
|
+
export const carrierChargeTransaction = T['io.flow.internal.v0.models.carrier_charge_transaction'];
|
|
34840
|
+
export const carrierChargeTransactionType = T['io.flow.internal.v0.enums.carrier_charge_transaction_type'];
|
|
34396
34841
|
export const carrierChargeUnits = T['io.flow.internal.v0.models.carrier_charge_units'];
|
|
34397
34842
|
export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credentials'];
|
|
34398
34843
|
export const carrierInvoice = T['io.flow.internal.v0.models.carrier_invoice'];
|
|
@@ -35034,6 +35479,9 @@ export const classificationTaxonomy = T['io.flow.internal.v0.unions.classificati
|
|
|
35034
35479
|
export const classificationWrapper = T['io.flow.internal.v0.models.classification_wrapper'];
|
|
35035
35480
|
export const classifiedProduct = T['io.flow.internal.v0.models.classified_product'];
|
|
35036
35481
|
export const classifiedProductDetail = T['io.flow.internal.v0.models.classified_product_detail'];
|
|
35482
|
+
export const colmItem = T['io.flow.internal.v0.models.colm_item'];
|
|
35483
|
+
export const colmItemForm = T['io.flow.internal.v0.models.colm_item_form'];
|
|
35484
|
+
export const colmItemType = T['io.flow.internal.v0.enums.colm_item_type'];
|
|
35037
35485
|
export const commercialInvoiceComparison = T['io.flow.internal.v0.models.commercial_invoice_comparison'];
|
|
35038
35486
|
export const commercialInvoiceInternal = T['io.flow.internal.v0.models.commercial_invoice_internal'];
|
|
35039
35487
|
export const commercialInvoiceInternalDeleted = T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'];
|
|
@@ -35369,6 +35817,7 @@ export const fulfillmentProofOrderCombinedShipmentReference = T['io.flow.interna
|
|
|
35369
35817
|
export const fulfillmentProofShippingNotificationReference = T['io.flow.internal.v0.models.fulfillment_proof_shipping_notification_reference'];
|
|
35370
35818
|
export const fulfillmentReference = T['io.flow.internal.v0.models.fulfillment_reference'];
|
|
35371
35819
|
export const fulfillmentShipmentTracking = T['io.flow.internal.v0.models.fulfillment_shipment_tracking'];
|
|
35820
|
+
export const fulfillmentShopperBreakdown = T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'];
|
|
35372
35821
|
export const fulfillmentSnapshot = T['io.flow.internal.v0.models.fulfillment_snapshot'];
|
|
35373
35822
|
export const fulfillmentSubsidyBreakdown = T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'];
|
|
35374
35823
|
export const fulfillmentTrigger = T['io.flow.internal.v0.unions.fulfillment_trigger'];
|
|
@@ -35551,6 +36000,7 @@ export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
|
|
|
35551
36000
|
export const itemType = T['io.flow.internal.v0.enums.item_type'];
|
|
35552
36001
|
export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
|
|
35553
36002
|
export const itemsShipped = T['io.flow.internal.v0.models.items_shipped'];
|
|
36003
|
+
export const jeanDemoItem = T['io.flow.internal.v0.models.jean_demo_item'];
|
|
35554
36004
|
export const key = T['io.flow.internal.v0.models.key'];
|
|
35555
36005
|
export const keyReference = T['io.flow.internal.v0.models.key_reference'];
|
|
35556
36006
|
export const keywordType = T['io.flow.internal.v0.enums.keyword_type'];
|
|
@@ -35654,6 +36104,7 @@ export const manualTransaction = T['io.flow.internal.v0.models.manual_transactio
|
|
|
35654
36104
|
export const manualTransactionCategory = T['io.flow.internal.v0.enums.manual_transaction_category'];
|
|
35655
36105
|
export const manualTransactionForm = T['io.flow.internal.v0.models.manual_transaction_form'];
|
|
35656
36106
|
export const manualTransactionFormOrder = T['io.flow.internal.v0.models.manual_transaction_form_order'];
|
|
36107
|
+
export const markedAsFinal = T['io.flow.internal.v0.models.marked_as_final'];
|
|
35657
36108
|
export const marketingGatewayAccountConnectionStatus = T['io.flow.internal.v0.enums.marketing_gateway_account_connection_status'];
|
|
35658
36109
|
export const marketingGatewayChannel = T['io.flow.internal.v0.models.marketing_gateway_channel'];
|
|
35659
36110
|
export const marketingGatewayChannelConnectionForm = T['io.flow.internal.v0.models.marketing_gateway_channel_connection_form'];
|
|
@@ -35977,7 +36428,6 @@ export const proofOfPostingOrderCancellation = T['io.flow.internal.v0.models.pro
|
|
|
35977
36428
|
export const proofOfPostingOrderCombinedShipment = T['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'];
|
|
35978
36429
|
export const proofOfPostingShippingNotification = T['io.flow.internal.v0.models.proof_of_posting_shipping_notification'];
|
|
35979
36430
|
export const queuedRecord = T['io.flow.internal.v0.models.queued_record'];
|
|
35980
|
-
export const queuedRecordType = T['io.flow.internal.v0.enums.queued_record_type'];
|
|
35981
36431
|
export const quoteRequest = T['io.flow.internal.v0.models.quote_request'];
|
|
35982
36432
|
export const quoteRequestType = T['io.flow.internal.v0.enums.quote_request_type'];
|
|
35983
36433
|
export const rateAndRuleItem = T['io.flow.internal.v0.models.rate_and_rule_item'];
|
|
@@ -36038,6 +36488,7 @@ export const readyToFulfill = T['io.flow.internal.v0.models.ready_to_fulfill'];
|
|
|
36038
36488
|
export const reboundConfiguration = T['io.flow.internal.v0.models.rebound_configuration'];
|
|
36039
36489
|
export const reboundConfigurationForm = T['io.flow.internal.v0.models.rebound_configuration_form'];
|
|
36040
36490
|
export const reboundConfigurationStatus = T['io.flow.internal.v0.enums.rebound_configuration_status'];
|
|
36491
|
+
export const recordReference = T['io.flow.internal.v0.models.record_reference'];
|
|
36041
36492
|
export const redirect = T['io.flow.internal.v0.models.redirect'];
|
|
36042
36493
|
export const redirectActionCompleted = T['io.flow.internal.v0.models.redirect_action_completed'];
|
|
36043
36494
|
export const redirectReason = T['io.flow.internal.v0.enums.redirect_reason'];
|
|
@@ -36054,8 +36505,41 @@ export const reportRuleDecision = T['io.flow.internal.v0.models.report_rule_deci
|
|
|
36054
36505
|
export const reportStatus = T['io.flow.internal.v0.enums.report_status'];
|
|
36055
36506
|
export const reportSummary = T['io.flow.internal.v0.models.report_summary'];
|
|
36056
36507
|
export const reportType = T['io.flow.internal.v0.enums.report_type'];
|
|
36508
|
+
export const reportingAuthorizationReference = T['io.flow.internal.v0.models.reporting_authorization_reference'];
|
|
36509
|
+
export const reportingBusiness = T['io.flow.internal.v0.models.reporting_business'];
|
|
36510
|
+
export const reportingConversionRates = T['io.flow.internal.v0.models.reporting_conversion_rates'];
|
|
36511
|
+
export const reportingCountry = T['io.flow.internal.v0.models.reporting_country'];
|
|
36512
|
+
export const reportingCurrencies = T['io.flow.internal.v0.models.reporting_currencies'];
|
|
36513
|
+
export const reportingDebug = T['io.flow.internal.v0.models.reporting_debug'];
|
|
36514
|
+
export const reportingDebugMissingSubsidies = T['io.flow.internal.v0.models.reporting_debug_missing_subsidies'];
|
|
36515
|
+
export const reportingDestination = T['io.flow.internal.v0.models.reporting_destination'];
|
|
36057
36516
|
export const reportingDetails = T['io.flow.internal.v0.models.reporting_details'];
|
|
36517
|
+
export const reportingEntity = T['io.flow.internal.v0.models.reporting_entity'];
|
|
36518
|
+
export const reportingFulfillment = T['io.flow.internal.v0.models.reporting_fulfillment'];
|
|
36519
|
+
export const reportingFulfillmentHas = T['io.flow.internal.v0.models.reporting_fulfillment_has'];
|
|
36520
|
+
export const reportingFulfillmentIs = T['io.flow.internal.v0.models.reporting_fulfillment_is'];
|
|
36521
|
+
export const reportingFulfillmentIsVirtual = T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'];
|
|
36522
|
+
export const reportingFx = T['io.flow.internal.v0.models.reporting_fx'];
|
|
36523
|
+
export const reportingMerchantBreakdown = T['io.flow.internal.v0.models.reporting_merchant_breakdown'];
|
|
36524
|
+
export const reportingMerchantFees = T['io.flow.internal.v0.models.reporting_merchant_fees'];
|
|
36525
|
+
export const reportingMerchantSubsidies = T['io.flow.internal.v0.models.reporting_merchant_subsidies'];
|
|
36526
|
+
export const reportingMerchantTransactions = T['io.flow.internal.v0.models.reporting_merchant_transactions'];
|
|
36527
|
+
export const reportingMonetaryValue = T['io.flow.internal.v0.models.reporting_monetary_value'];
|
|
36528
|
+
export const reportingOrderSummary = T['io.flow.internal.v0.models.reporting_order_summary'];
|
|
36529
|
+
export const reportingOrganizationSummary = T['io.flow.internal.v0.models.reporting_organization_summary'];
|
|
36530
|
+
export const reportingPayment = T['io.flow.internal.v0.models.reporting_payment'];
|
|
36531
|
+
export const reportingPaymentMetadata = T['io.flow.internal.v0.models.reporting_payment_metadata'];
|
|
36532
|
+
export const reportingPaymentMetadataAdditionalAuthorizations = T['io.flow.internal.v0.models.reporting_payment_metadata_additional_authorizations'];
|
|
36533
|
+
export const reportingProvince = T['io.flow.internal.v0.models.reporting_province'];
|
|
36534
|
+
export const reportingReconciliation = T['io.flow.internal.v0.models.reporting_reconciliation'];
|
|
36535
|
+
export const reportingRefundReference = T['io.flow.internal.v0.models.reporting_refund_reference'];
|
|
36058
36536
|
export const reportingScheme = T['io.flow.internal.v0.enums.reporting_scheme'];
|
|
36537
|
+
export const reportingShipment = T['io.flow.internal.v0.models.reporting_shipment'];
|
|
36538
|
+
export const reportingShopperFees = T['io.flow.internal.v0.models.reporting_shopper_fees'];
|
|
36539
|
+
export const reportingUsd = T['io.flow.internal.v0.models.reporting_usd'];
|
|
36540
|
+
export const reportingVatRemittance = T['io.flow.internal.v0.models.reporting_vat_remittance'];
|
|
36541
|
+
export const reportingVatRemittanceRate = T['io.flow.internal.v0.models.reporting_vat_remittance_rate'];
|
|
36542
|
+
export const reportingVendor = T['io.flow.internal.v0.models.reporting_vendor'];
|
|
36059
36543
|
export const requeueRequestForm = T['io.flow.internal.v0.models.requeue_request_form'];
|
|
36060
36544
|
export const responsibleParty = T['io.flow.internal.v0.enums.responsible_party'];
|
|
36061
36545
|
export const restrictionAction = T['io.flow.internal.v0.enums.restriction_action'];
|
|
@@ -36101,6 +36585,10 @@ export const returnPolicyUpserted = T['io.flow.internal.v0.models.return_policy_
|
|
|
36101
36585
|
export const returnSummary = T['io.flow.internal.v0.models.return_summary'];
|
|
36102
36586
|
export const returnTrigger = T['io.flow.internal.v0.unions.return_trigger'];
|
|
36103
36587
|
export const returnTriggerRefund = T['io.flow.internal.v0.models.return_trigger_refund'];
|
|
36588
|
+
export const revenueRecord = T['io.flow.internal.v0.models.revenue_record'];
|
|
36589
|
+
export const revenueRecordDeleted = T['io.flow.internal.v0.models.revenue_record_deleted'];
|
|
36590
|
+
export const revenueRecordType = T['io.flow.internal.v0.enums.revenue_record_type'];
|
|
36591
|
+
export const revenueRecordUpserted = T['io.flow.internal.v0.models.revenue_record_upserted'];
|
|
36104
36592
|
export const riskCheck = T['io.flow.internal.v0.enums.risk_check'];
|
|
36105
36593
|
export const riskEvaluation = T['io.flow.internal.v0.enums.risk_evaluation'];
|
|
36106
36594
|
export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
|
|
@@ -36167,7 +36655,7 @@ export const shopifyMarketsMetricsUpserted = T['io.flow.internal.v0.models.shopi
|
|
|
36167
36655
|
export const shopifyMarketsOrder = T['io.flow.internal.v0.models.shopify_markets_order'];
|
|
36168
36656
|
export const shopifyMarketsOrderDeleted = T['io.flow.internal.v0.models.shopify_markets_order_deleted'];
|
|
36169
36657
|
export const shopifyMarketsOrderUpserted = T['io.flow.internal.v0.models.shopify_markets_order_upserted'];
|
|
36170
|
-
export const
|
|
36658
|
+
export const shopifyMarketsOrderVersionWithShopId = T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'];
|
|
36171
36659
|
export const shopifyMarketsOrdersMetrics = T['io.flow.internal.v0.models.shopify_markets_orders_metrics'];
|
|
36172
36660
|
export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
|
|
36173
36661
|
export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];
|
|
@@ -36249,6 +36737,9 @@ export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];
|
|
|
36249
36737
|
export const shopperLine = T['io.flow.internal.v0.models.shopper_line'];
|
|
36250
36738
|
export const shopperLines = T['io.flow.internal.v0.models.shopper_lines'];
|
|
36251
36739
|
export const shopperSummary = T['io.flow.internal.v0.models.shopper_summary'];
|
|
36740
|
+
export const shrutiDemoItem = T['io.flow.internal.v0.models.shruti_demo_item'];
|
|
36741
|
+
export const shrutiDemoItemForm = T['io.flow.internal.v0.models.shruti_demo_item_form'];
|
|
36742
|
+
export const shrutiDemoType = T['io.flow.internal.v0.enums.shruti_demo_type'];
|
|
36252
36743
|
export const significanceAction = T['io.flow.internal.v0.enums.significance_action'];
|
|
36253
36744
|
export const simpleAccountReference = T['io.flow.internal.v0.models.simple_account_reference'];
|
|
36254
36745
|
export const simpleRoundingStrategy = T['io.flow.internal.v0.enums.simple_rounding_strategy'];
|
|
@@ -36317,6 +36808,9 @@ export const supportedLabels = T['io.flow.internal.v0.models.supported_labels'];
|
|
|
36317
36808
|
export const svbVirtualCardClearing = T['io.flow.internal.v0.models.svb_virtual_card_clearing'];
|
|
36318
36809
|
export const svbVirtualCardClearingDeleted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'];
|
|
36319
36810
|
export const svbVirtualCardClearingUpserted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'];
|
|
36811
|
+
export const svitlanaItem = T['io.flow.internal.v0.models.svitlana_item'];
|
|
36812
|
+
export const svitlanaItemForm = T['io.flow.internal.v0.models.svitlana_item_form'];
|
|
36813
|
+
export const svitlanaType = T['io.flow.internal.v0.enums.svitlana_type'];
|
|
36320
36814
|
export const tariffCodeDuty = T['io.flow.internal.v0.models.tariff_code_duty'];
|
|
36321
36815
|
export const tariffCodesExport = T['io.flow.internal.v0.models.tariff_codes_export'];
|
|
36322
36816
|
export const tariffEligibility = T['io.flow.internal.v0.models.tariff_eligibility'];
|