@flowio/api-prop-types 10.16.47 → 10.16.49
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.d.ts +48 -9
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +48 -9
- package/src/api.js +241 -195
package/src/api.js
CHANGED
|
@@ -1096,6 +1096,7 @@ T['io.flow.stripe.v0.models.payment_intent_capture_form'] = PropTypes.exact({
|
|
|
1096
1096
|
T['io.flow.stripe.v0.models.metadata'] = PropTypes.exact({
|
|
1097
1097
|
order_number: PropTypes.string,
|
|
1098
1098
|
authorization_id: PropTypes.string,
|
|
1099
|
+
organization_id: PropTypes.string,
|
|
1099
1100
|
});
|
|
1100
1101
|
|
|
1101
1102
|
T['io.flow.stripe.v0.models.refund_request'] = PropTypes.exact({
|
|
@@ -1355,6 +1356,7 @@ T['io.flow.stripe.v0.models.source_request'] = PropTypes.exact({
|
|
|
1355
1356
|
token: PropTypes.string,
|
|
1356
1357
|
usage: T['io.flow.stripe.v0.enums.source_usage_type'].isRequired,
|
|
1357
1358
|
source_order: T['io.flow.stripe.v0.models.source_order_request'],
|
|
1359
|
+
metadata: T['io.flow.stripe.v0.models.metadata'],
|
|
1358
1360
|
});
|
|
1359
1361
|
|
|
1360
1362
|
T['io.flow.stripe.v0.models.source'] = PropTypes.exact({
|
|
@@ -1851,6 +1853,14 @@ T['io.flow.v0.models.price_book_deleted'] = PropTypes.exact({
|
|
|
1851
1853
|
id: PropTypes.string.isRequired,
|
|
1852
1854
|
});
|
|
1853
1855
|
|
|
1856
|
+
T['io.flow.v0.models.payment_request_deleted'] = PropTypes.exact({
|
|
1857
|
+
discriminator: PropTypes.oneOf(['payment_request_deleted']).isRequired,
|
|
1858
|
+
event_id: PropTypes.string.isRequired,
|
|
1859
|
+
timestamp: PropTypes.string.isRequired,
|
|
1860
|
+
organization: PropTypes.string.isRequired,
|
|
1861
|
+
id: PropTypes.string.isRequired,
|
|
1862
|
+
});
|
|
1863
|
+
|
|
1854
1864
|
T['io.flow.v0.models.virtual_card_refund_deleted'] = PropTypes.exact({
|
|
1855
1865
|
discriminator: PropTypes.oneOf(['virtual_card_refund_deleted']).isRequired,
|
|
1856
1866
|
event_id: PropTypes.string.isRequired,
|
|
@@ -2254,6 +2264,14 @@ T['io.flow.v0.models.channel_deleted'] = PropTypes.exact({
|
|
|
2254
2264
|
id: PropTypes.string.isRequired,
|
|
2255
2265
|
});
|
|
2256
2266
|
|
|
2267
|
+
T['io.flow.v0.models.catalog_statistics_deleted'] = PropTypes.exact({
|
|
2268
|
+
discriminator: PropTypes.oneOf(['catalog_statistics_deleted']).isRequired,
|
|
2269
|
+
event_id: PropTypes.string.isRequired,
|
|
2270
|
+
timestamp: PropTypes.string.isRequired,
|
|
2271
|
+
organization: PropTypes.string.isRequired,
|
|
2272
|
+
id: PropTypes.string.isRequired,
|
|
2273
|
+
});
|
|
2274
|
+
|
|
2257
2275
|
T['io.flow.v0.models.subcatalog_item_deleted'] = PropTypes.exact({
|
|
2258
2276
|
discriminator: PropTypes.oneOf(['subcatalog_item_deleted']).isRequired,
|
|
2259
2277
|
event_id: PropTypes.string.isRequired,
|
|
@@ -2763,25 +2781,11 @@ T['io.flow.v0.models.surcharge_responsible_party_display'] = PropTypes.exact({
|
|
|
2763
2781
|
responsible_party: T['io.flow.v0.enums.surcharge_responsible_party'].isRequired,
|
|
2764
2782
|
});
|
|
2765
2783
|
|
|
2766
|
-
T['io.flow.v0.models.catalog_statistics'] = PropTypes.exact({
|
|
2767
|
-
id: PropTypes.string.isRequired,
|
|
2768
|
-
items: PropTypes.number.isRequired,
|
|
2769
|
-
categories: PropTypes.number.isRequired,
|
|
2770
|
-
});
|
|
2771
|
-
|
|
2772
2784
|
T['io.flow.v0.models.item_statistics'] = PropTypes.exact({
|
|
2773
2785
|
items: PropTypes.number.isRequired,
|
|
2774
2786
|
categories: PropTypes.number.isRequired,
|
|
2775
2787
|
});
|
|
2776
2788
|
|
|
2777
|
-
T['io.flow.v0.models.subcatalog_statistics'] = PropTypes.exact({
|
|
2778
|
-
excluded: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
2779
|
-
included: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
2780
|
-
restricted: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
2781
|
-
queue: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
2782
|
-
catalog: T['io.flow.v0.models.catalog_statistics'].isRequired,
|
|
2783
|
-
});
|
|
2784
|
-
|
|
2785
2789
|
T['io.flow.v0.enums.update_policy'] = PropTypes.oneOf(['auto', 'queue', 'discard']);
|
|
2786
2790
|
|
|
2787
2791
|
T['io.flow.v0.models.subcatalog_settings_form'] = PropTypes.exact({
|
|
@@ -5603,23 +5607,6 @@ T['io.flow.v0.models.dimension_estimate'] = PropTypes.exact({
|
|
|
5603
5607
|
position: PropTypes.number.isRequired,
|
|
5604
5608
|
});
|
|
5605
5609
|
|
|
5606
|
-
T['io.flow.v0.models.dimension'] = PropTypes.exact({
|
|
5607
|
-
depth: T['io.flow.v0.models.measurement'],
|
|
5608
|
-
diameter: T['io.flow.v0.models.measurement'],
|
|
5609
|
-
length: T['io.flow.v0.models.measurement'],
|
|
5610
|
-
weight: T['io.flow.v0.models.measurement'],
|
|
5611
|
-
width: T['io.flow.v0.models.measurement'],
|
|
5612
|
-
});
|
|
5613
|
-
|
|
5614
|
-
T['io.flow.v0.models.single_package_shipping_notification_form'] = PropTypes.exact({
|
|
5615
|
-
discriminator: PropTypes.oneOf(['single_package_shipping_notification_form']).isRequired,
|
|
5616
|
-
fulfillment_key: PropTypes.string.isRequired,
|
|
5617
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
5618
|
-
package_dimensions: T['io.flow.v0.models.dimension'],
|
|
5619
|
-
service: PropTypes.string,
|
|
5620
|
-
shipment_recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
5621
|
-
});
|
|
5622
|
-
|
|
5623
5610
|
T['io.flow.v0.models.percent_margin'] = PropTypes.exact({
|
|
5624
5611
|
discriminator: PropTypes.oneOf(['percent_margin']).isRequired,
|
|
5625
5612
|
percentage: PropTypes.number.isRequired,
|
|
@@ -5739,45 +5726,6 @@ T['io.flow.v0.models.tier_summary'] = PropTypes.exact({
|
|
|
5739
5726
|
settings: T['io.flow.v0.models.tier_settings'],
|
|
5740
5727
|
});
|
|
5741
5728
|
|
|
5742
|
-
T['io.flow.v0.models.datetime_range'] = PropTypes.exact({
|
|
5743
|
-
from: PropTypes.string.isRequired,
|
|
5744
|
-
to: PropTypes.string.isRequired,
|
|
5745
|
-
});
|
|
5746
|
-
|
|
5747
|
-
T['io.flow.v0.models.tracking_form'] = PropTypes.exact({
|
|
5748
|
-
status: T['io.flow.v0.enums.tracking_status'],
|
|
5749
|
-
order_number: PropTypes.string,
|
|
5750
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
5751
|
-
window: T['io.flow.v0.models.datetime_range'],
|
|
5752
|
-
});
|
|
5753
|
-
|
|
5754
|
-
T['io.flow.v0.models.shopify_localization_setting_form'] = PropTypes.exact({
|
|
5755
|
-
method: T['io.flow.v0.enums.shopify_localization_method'].isRequired,
|
|
5756
|
-
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
5757
|
-
});
|
|
5758
|
-
|
|
5759
|
-
T['io.flow.v0.models.shopify_localization_setting'] = PropTypes.exact({
|
|
5760
|
-
id: PropTypes.string.isRequired,
|
|
5761
|
-
method: T['io.flow.v0.enums.shopify_localization_method'].isRequired,
|
|
5762
|
-
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
5763
|
-
});
|
|
5764
|
-
|
|
5765
|
-
T['io.flow.v0.models.shopify_localization_setting_upserted'] = PropTypes.exact({
|
|
5766
|
-
discriminator: PropTypes.oneOf(['shopify_localization_setting_upserted']).isRequired,
|
|
5767
|
-
event_id: PropTypes.string.isRequired,
|
|
5768
|
-
timestamp: PropTypes.string.isRequired,
|
|
5769
|
-
organization_id: PropTypes.string.isRequired,
|
|
5770
|
-
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
5771
|
-
});
|
|
5772
|
-
|
|
5773
|
-
T['io.flow.v0.models.shopify_localization_setting_deleted'] = PropTypes.exact({
|
|
5774
|
-
discriminator: PropTypes.oneOf(['shopify_localization_setting_deleted']).isRequired,
|
|
5775
|
-
event_id: PropTypes.string.isRequired,
|
|
5776
|
-
timestamp: PropTypes.string.isRequired,
|
|
5777
|
-
organization_id: PropTypes.string.isRequired,
|
|
5778
|
-
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
5779
|
-
});
|
|
5780
|
-
|
|
5781
5729
|
T['io.flow.v0.enums.delivered_duty_display_type'] = PropTypes.oneOf(['all', 'single']);
|
|
5782
5730
|
T['io.flow.v0.enums.cvv_result_code'] = PropTypes.oneOf(['matched', 'not_available', 'not_checked', 'not_matched']);
|
|
5783
5731
|
|
|
@@ -6414,6 +6362,7 @@ T['io.flow.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
6414
6362
|
'platform_fee',
|
|
6415
6363
|
'tax',
|
|
6416
6364
|
'duty',
|
|
6365
|
+
'withholding',
|
|
6417
6366
|
'other_adjustment',
|
|
6418
6367
|
'tax_adjustment',
|
|
6419
6368
|
'channel',
|
|
@@ -6693,31 +6642,10 @@ T['io.flow.v0.models.partner_reference'] = PropTypes.exact({
|
|
|
6693
6642
|
id: PropTypes.string.isRequired,
|
|
6694
6643
|
});
|
|
6695
6644
|
|
|
6696
|
-
T['io.flow.v0.models.exception'] = PropTypes.exact({
|
|
6697
|
-
type: T['io.flow.v0.enums.exception_type'].isRequired,
|
|
6698
|
-
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6699
|
-
});
|
|
6700
|
-
|
|
6701
6645
|
T['io.flow.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
6702
6646
|
T['io.flow.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
6703
|
-
|
|
6704
|
-
T['io.flow.v0.models.center_reference'] = PropTypes.exact({
|
|
6705
|
-
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
6706
|
-
organization_id: PropTypes.string.isRequired,
|
|
6707
|
-
center_key: PropTypes.string.isRequired,
|
|
6708
|
-
});
|
|
6709
|
-
|
|
6710
6647
|
T['io.flow.v0.enums.center_capability'] = PropTypes.oneOf(['international', 'domestic', 'crossdock', 'commercial_invoice']);
|
|
6711
6648
|
|
|
6712
|
-
T['io.flow.v0.models.schedule'] = PropTypes.exact({
|
|
6713
|
-
calendar: T['io.flow.v0.enums.calendar'],
|
|
6714
|
-
holiday: T['io.flow.v0.enums.holiday_calendar'].isRequired,
|
|
6715
|
-
exception: PropTypes.arrayOf(T['io.flow.v0.models.exception']).isRequired,
|
|
6716
|
-
cutoff: PropTypes.string,
|
|
6717
|
-
min_lead_time: PropTypes.number,
|
|
6718
|
-
max_lead_time: PropTypes.number,
|
|
6719
|
-
});
|
|
6720
|
-
|
|
6721
6649
|
T['io.flow.v0.models.catalog'] = PropTypes.exact({
|
|
6722
6650
|
id: PropTypes.string.isRequired,
|
|
6723
6651
|
});
|
|
@@ -6734,6 +6662,28 @@ T['io.flow.v0.unions.expandable_subcatalog'] = PropTypes.oneOfType([
|
|
|
6734
6662
|
T['io.flow.v0.models.subcatalog_reference'],
|
|
6735
6663
|
]);
|
|
6736
6664
|
|
|
6665
|
+
T['io.flow.v0.models.catalog_statistics'] = PropTypes.exact({
|
|
6666
|
+
id: PropTypes.string.isRequired,
|
|
6667
|
+
items: PropTypes.number.isRequired,
|
|
6668
|
+
categories: PropTypes.number.isRequired,
|
|
6669
|
+
});
|
|
6670
|
+
|
|
6671
|
+
T['io.flow.v0.models.subcatalog_statistics'] = PropTypes.exact({
|
|
6672
|
+
excluded: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
6673
|
+
included: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
6674
|
+
restricted: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
6675
|
+
queue: T['io.flow.v0.models.item_statistics'].isRequired,
|
|
6676
|
+
catalog: T['io.flow.v0.models.catalog_statistics'].isRequired,
|
|
6677
|
+
});
|
|
6678
|
+
|
|
6679
|
+
T['io.flow.v0.models.catalog_statistics_upserted'] = PropTypes.exact({
|
|
6680
|
+
discriminator: PropTypes.oneOf(['catalog_statistics_upserted']).isRequired,
|
|
6681
|
+
event_id: PropTypes.string.isRequired,
|
|
6682
|
+
timestamp: PropTypes.string.isRequired,
|
|
6683
|
+
organization: PropTypes.string.isRequired,
|
|
6684
|
+
statistics: T['io.flow.v0.models.catalog_statistics'].isRequired,
|
|
6685
|
+
});
|
|
6686
|
+
|
|
6737
6687
|
T['io.flow.v0.models.catalog_item_summary'] = PropTypes.exact({
|
|
6738
6688
|
number: PropTypes.string.isRequired,
|
|
6739
6689
|
name: PropTypes.string.isRequired,
|
|
@@ -6746,23 +6696,6 @@ T['io.flow.v0.models.shopify_item_event_data'] = PropTypes.exact({
|
|
|
6746
6696
|
item: T['io.flow.v0.models.catalog_item_summary'].isRequired,
|
|
6747
6697
|
});
|
|
6748
6698
|
|
|
6749
|
-
T['io.flow.v0.models.shopify_item_event_bucket'] = PropTypes.exact({
|
|
6750
|
-
discriminator: PropTypes.oneOf(['shopify_item_event_bucket']).isRequired,
|
|
6751
|
-
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6752
|
-
count: PropTypes.number.isRequired,
|
|
6753
|
-
data: PropTypes.arrayOf(T['io.flow.v0.models.shopify_item_event_data']).isRequired,
|
|
6754
|
-
});
|
|
6755
|
-
|
|
6756
|
-
T['io.flow.v0.unions.shopify_event_bucket'] = PropTypes.oneOfType([T['io.flow.v0.models.shopify_item_event_bucket']]);
|
|
6757
|
-
|
|
6758
|
-
T['io.flow.v0.models.shopify_sync_status'] = PropTypes.exact({
|
|
6759
|
-
sync_check: T['io.flow.v0.enums.shopify_sync_check'].isRequired,
|
|
6760
|
-
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6761
|
-
interval_seconds: PropTypes.number.isRequired,
|
|
6762
|
-
total: PropTypes.number.isRequired,
|
|
6763
|
-
buckets: PropTypes.arrayOf(T['io.flow.v0.unions.shopify_event_bucket']).isRequired,
|
|
6764
|
-
});
|
|
6765
|
-
|
|
6766
6699
|
T['io.flow.v0.enums.image_tag'] = PropTypes.oneOf(['thumbnail', 'checkout']);
|
|
6767
6700
|
|
|
6768
6701
|
T['io.flow.v0.models.image_form'] = PropTypes.exact({
|
|
@@ -6805,42 +6738,6 @@ T['io.flow.v0.unions.document'] = PropTypes.oneOfType([
|
|
|
6805
6738
|
T['io.flow.v0.models.harmonization_document'],
|
|
6806
6739
|
]);
|
|
6807
6740
|
|
|
6808
|
-
T['io.flow.v0.models.dimensions'] = PropTypes.exact({
|
|
6809
|
-
product: T['io.flow.v0.models.dimension'],
|
|
6810
|
-
packaging: T['io.flow.v0.models.dimension'],
|
|
6811
|
-
});
|
|
6812
|
-
|
|
6813
|
-
T['io.flow.v0.models.item_form_overlay_form'] = PropTypes.exact({
|
|
6814
|
-
number: PropTypes.string.isRequired,
|
|
6815
|
-
price: PropTypes.number,
|
|
6816
|
-
currency: PropTypes.string,
|
|
6817
|
-
position: PropTypes.number,
|
|
6818
|
-
categories: PropTypes.arrayOf(PropTypes.string),
|
|
6819
|
-
description: PropTypes.string,
|
|
6820
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
6821
|
-
dimensions: T['io.flow.v0.models.dimensions'],
|
|
6822
|
-
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
6823
|
-
});
|
|
6824
|
-
|
|
6825
|
-
T['io.flow.v0.models.item_form'] = PropTypes.exact({
|
|
6826
|
-
number: PropTypes.string.isRequired,
|
|
6827
|
-
locale: PropTypes.string.isRequired,
|
|
6828
|
-
name: PropTypes.string.isRequired,
|
|
6829
|
-
currency: PropTypes.string.isRequired,
|
|
6830
|
-
price: PropTypes.number.isRequired,
|
|
6831
|
-
categories: PropTypes.arrayOf(PropTypes.string),
|
|
6832
|
-
description: PropTypes.string,
|
|
6833
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
6834
|
-
dimensions: T['io.flow.v0.models.dimensions'],
|
|
6835
|
-
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
6836
|
-
});
|
|
6837
|
-
|
|
6838
|
-
T['io.flow.v0.models.packaging'] = PropTypes.exact({
|
|
6839
|
-
dimensions: T['io.flow.v0.models.dimensions'].isRequired,
|
|
6840
|
-
name: PropTypes.string,
|
|
6841
|
-
number: PropTypes.string,
|
|
6842
|
-
});
|
|
6843
|
-
|
|
6844
6741
|
T['io.flow.v0.models.carrier'] = PropTypes.exact({
|
|
6845
6742
|
id: PropTypes.string.isRequired,
|
|
6846
6743
|
name: PropTypes.string.isRequired,
|
|
@@ -7301,6 +7198,135 @@ T['io.flow.v0.models.browse_optin_responses_upserted'] = PropTypes.exact({
|
|
|
7301
7198
|
browse_optin_responses: T['io.flow.v0.models.browse_optin_responses'].isRequired,
|
|
7302
7199
|
});
|
|
7303
7200
|
|
|
7201
|
+
T['io.flow.v0.models.center_reference'] = PropTypes.exact({
|
|
7202
|
+
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
7203
|
+
organization_id: PropTypes.string.isRequired,
|
|
7204
|
+
center_key: PropTypes.string.isRequired,
|
|
7205
|
+
});
|
|
7206
|
+
|
|
7207
|
+
T['io.flow.v0.models.dimension'] = PropTypes.exact({
|
|
7208
|
+
depth: T['io.flow.v0.models.measurement'],
|
|
7209
|
+
diameter: T['io.flow.v0.models.measurement'],
|
|
7210
|
+
length: T['io.flow.v0.models.measurement'],
|
|
7211
|
+
weight: T['io.flow.v0.models.measurement'],
|
|
7212
|
+
width: T['io.flow.v0.models.measurement'],
|
|
7213
|
+
});
|
|
7214
|
+
|
|
7215
|
+
T['io.flow.v0.models.single_package_shipping_notification_form'] = PropTypes.exact({
|
|
7216
|
+
discriminator: PropTypes.oneOf(['single_package_shipping_notification_form']).isRequired,
|
|
7217
|
+
fulfillment_key: PropTypes.string.isRequired,
|
|
7218
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
7219
|
+
package_dimensions: T['io.flow.v0.models.dimension'],
|
|
7220
|
+
service: PropTypes.string,
|
|
7221
|
+
shipment_recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
7222
|
+
});
|
|
7223
|
+
|
|
7224
|
+
T['io.flow.v0.models.dimensions'] = PropTypes.exact({
|
|
7225
|
+
product: T['io.flow.v0.models.dimension'],
|
|
7226
|
+
packaging: T['io.flow.v0.models.dimension'],
|
|
7227
|
+
});
|
|
7228
|
+
|
|
7229
|
+
T['io.flow.v0.models.item_form_overlay_form'] = PropTypes.exact({
|
|
7230
|
+
number: PropTypes.string.isRequired,
|
|
7231
|
+
price: PropTypes.number,
|
|
7232
|
+
currency: PropTypes.string,
|
|
7233
|
+
position: PropTypes.number,
|
|
7234
|
+
categories: PropTypes.arrayOf(PropTypes.string),
|
|
7235
|
+
description: PropTypes.string,
|
|
7236
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
7237
|
+
dimensions: T['io.flow.v0.models.dimensions'],
|
|
7238
|
+
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
7239
|
+
});
|
|
7240
|
+
|
|
7241
|
+
T['io.flow.v0.models.item_form'] = PropTypes.exact({
|
|
7242
|
+
number: PropTypes.string.isRequired,
|
|
7243
|
+
locale: PropTypes.string.isRequired,
|
|
7244
|
+
name: PropTypes.string.isRequired,
|
|
7245
|
+
currency: PropTypes.string.isRequired,
|
|
7246
|
+
price: PropTypes.number.isRequired,
|
|
7247
|
+
categories: PropTypes.arrayOf(PropTypes.string),
|
|
7248
|
+
description: PropTypes.string,
|
|
7249
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
7250
|
+
dimensions: T['io.flow.v0.models.dimensions'],
|
|
7251
|
+
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
7252
|
+
});
|
|
7253
|
+
|
|
7254
|
+
T['io.flow.v0.models.packaging'] = PropTypes.exact({
|
|
7255
|
+
dimensions: T['io.flow.v0.models.dimensions'].isRequired,
|
|
7256
|
+
name: PropTypes.string,
|
|
7257
|
+
number: PropTypes.string,
|
|
7258
|
+
});
|
|
7259
|
+
|
|
7260
|
+
T['io.flow.v0.models.datetime_range'] = PropTypes.exact({
|
|
7261
|
+
from: PropTypes.string.isRequired,
|
|
7262
|
+
to: PropTypes.string.isRequired,
|
|
7263
|
+
});
|
|
7264
|
+
|
|
7265
|
+
T['io.flow.v0.models.tracking_form'] = PropTypes.exact({
|
|
7266
|
+
status: T['io.flow.v0.enums.tracking_status'],
|
|
7267
|
+
order_number: PropTypes.string,
|
|
7268
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
7269
|
+
window: T['io.flow.v0.models.datetime_range'],
|
|
7270
|
+
});
|
|
7271
|
+
|
|
7272
|
+
T['io.flow.v0.models.shopify_localization_setting_form'] = PropTypes.exact({
|
|
7273
|
+
method: T['io.flow.v0.enums.shopify_localization_method'].isRequired,
|
|
7274
|
+
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
7275
|
+
});
|
|
7276
|
+
|
|
7277
|
+
T['io.flow.v0.models.shopify_localization_setting'] = PropTypes.exact({
|
|
7278
|
+
id: PropTypes.string.isRequired,
|
|
7279
|
+
method: T['io.flow.v0.enums.shopify_localization_method'].isRequired,
|
|
7280
|
+
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
7281
|
+
});
|
|
7282
|
+
|
|
7283
|
+
T['io.flow.v0.models.shopify_localization_setting_upserted'] = PropTypes.exact({
|
|
7284
|
+
discriminator: PropTypes.oneOf(['shopify_localization_setting_upserted']).isRequired,
|
|
7285
|
+
event_id: PropTypes.string.isRequired,
|
|
7286
|
+
timestamp: PropTypes.string.isRequired,
|
|
7287
|
+
organization_id: PropTypes.string.isRequired,
|
|
7288
|
+
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
7289
|
+
});
|
|
7290
|
+
|
|
7291
|
+
T['io.flow.v0.models.shopify_localization_setting_deleted'] = PropTypes.exact({
|
|
7292
|
+
discriminator: PropTypes.oneOf(['shopify_localization_setting_deleted']).isRequired,
|
|
7293
|
+
event_id: PropTypes.string.isRequired,
|
|
7294
|
+
timestamp: PropTypes.string.isRequired,
|
|
7295
|
+
organization_id: PropTypes.string.isRequired,
|
|
7296
|
+
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
7297
|
+
});
|
|
7298
|
+
|
|
7299
|
+
T['io.flow.v0.models.shopify_item_event_bucket'] = PropTypes.exact({
|
|
7300
|
+
discriminator: PropTypes.oneOf(['shopify_item_event_bucket']).isRequired,
|
|
7301
|
+
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
7302
|
+
count: PropTypes.number.isRequired,
|
|
7303
|
+
data: PropTypes.arrayOf(T['io.flow.v0.models.shopify_item_event_data']).isRequired,
|
|
7304
|
+
});
|
|
7305
|
+
|
|
7306
|
+
T['io.flow.v0.unions.shopify_event_bucket'] = PropTypes.oneOfType([T['io.flow.v0.models.shopify_item_event_bucket']]);
|
|
7307
|
+
|
|
7308
|
+
T['io.flow.v0.models.shopify_sync_status'] = PropTypes.exact({
|
|
7309
|
+
sync_check: T['io.flow.v0.enums.shopify_sync_check'].isRequired,
|
|
7310
|
+
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
7311
|
+
interval_seconds: PropTypes.number.isRequired,
|
|
7312
|
+
total: PropTypes.number.isRequired,
|
|
7313
|
+
buckets: PropTypes.arrayOf(T['io.flow.v0.unions.shopify_event_bucket']).isRequired,
|
|
7314
|
+
});
|
|
7315
|
+
|
|
7316
|
+
T['io.flow.v0.models.exception'] = PropTypes.exact({
|
|
7317
|
+
type: T['io.flow.v0.enums.exception_type'].isRequired,
|
|
7318
|
+
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
7319
|
+
});
|
|
7320
|
+
|
|
7321
|
+
T['io.flow.v0.models.schedule'] = PropTypes.exact({
|
|
7322
|
+
calendar: T['io.flow.v0.enums.calendar'],
|
|
7323
|
+
holiday: T['io.flow.v0.enums.holiday_calendar'].isRequired,
|
|
7324
|
+
exception: PropTypes.arrayOf(T['io.flow.v0.models.exception']).isRequired,
|
|
7325
|
+
cutoff: PropTypes.string,
|
|
7326
|
+
min_lead_time: PropTypes.number,
|
|
7327
|
+
max_lead_time: PropTypes.number,
|
|
7328
|
+
});
|
|
7329
|
+
|
|
7304
7330
|
T['io.flow.v0.models.carrier_reference'] = PropTypes.exact({
|
|
7305
7331
|
id: PropTypes.string.isRequired,
|
|
7306
7332
|
});
|
|
@@ -7594,6 +7620,7 @@ T['io.flow.v0.models.organization_onboarding_state_deleted'] = PropTypes.exact({
|
|
|
7594
7620
|
event_id: PropTypes.string.isRequired,
|
|
7595
7621
|
timestamp: PropTypes.string.isRequired,
|
|
7596
7622
|
organization: PropTypes.string.isRequired,
|
|
7623
|
+
id: PropTypes.string.isRequired,
|
|
7597
7624
|
organization_onboarding_state: T['io.flow.v0.models.organization_onboarding_state'].isRequired,
|
|
7598
7625
|
});
|
|
7599
7626
|
|
|
@@ -10446,7 +10473,7 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_contact'] = PropTypes.exact({
|
|
|
10446
10473
|
country_code: PropTypes.string,
|
|
10447
10474
|
});
|
|
10448
10475
|
|
|
10449
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', '
|
|
10476
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', 'postal_address', 'phonetic_name']);
|
|
10450
10477
|
|
|
10451
10478
|
T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
10452
10479
|
'amex',
|
|
@@ -10458,12 +10485,12 @@ T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
|
10458
10485
|
'visa',
|
|
10459
10486
|
]);
|
|
10460
10487
|
|
|
10461
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', '
|
|
10488
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', 'store_pickup', 'service_pickup']);
|
|
10462
10489
|
|
|
10463
10490
|
T['io.flow.apple.pay.v0.models.apple_pay_shipping_method'] = PropTypes.exact({
|
|
10464
10491
|
label: PropTypes.string.isRequired,
|
|
10465
10492
|
detail: PropTypes.string.isRequired,
|
|
10466
|
-
amount: PropTypes.
|
|
10493
|
+
amount: PropTypes.number.isRequired,
|
|
10467
10494
|
identifier: PropTypes.string.isRequired,
|
|
10468
10495
|
});
|
|
10469
10496
|
|
|
@@ -10472,7 +10499,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_merchant_capability'] = PropTypes.oneOf(
|
|
|
10472
10499
|
T['io.flow.apple.pay.v0.models.apple_pay_line_item'] = PropTypes.exact({
|
|
10473
10500
|
label: PropTypes.string.isRequired,
|
|
10474
10501
|
type: T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'].isRequired,
|
|
10475
|
-
amount: PropTypes.
|
|
10502
|
+
amount: PropTypes.number.isRequired,
|
|
10476
10503
|
});
|
|
10477
10504
|
|
|
10478
10505
|
T['io.flow.apple.pay.v0.models.apple_pay_payment_info'] = PropTypes.exact({
|
|
@@ -12025,6 +12052,52 @@ T['io.flow.v0.models.order_estimate_form'] = PropTypes.exact({
|
|
|
12025
12052
|
selections: PropTypes.arrayOf(PropTypes.string),
|
|
12026
12053
|
});
|
|
12027
12054
|
|
|
12055
|
+
T['io.flow.v0.models.delivery_summary'] = PropTypes.exact({
|
|
12056
|
+
id: PropTypes.string.isRequired,
|
|
12057
|
+
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12058
|
+
});
|
|
12059
|
+
|
|
12060
|
+
T['io.flow.v0.models.delivery_version'] = PropTypes.exact({
|
|
12061
|
+
id: PropTypes.string.isRequired,
|
|
12062
|
+
timestamp: PropTypes.string.isRequired,
|
|
12063
|
+
type: T['io.flow.v0.enums.change_type'].isRequired,
|
|
12064
|
+
delivery: T['io.flow.v0.models.delivery_summary'].isRequired,
|
|
12065
|
+
});
|
|
12066
|
+
|
|
12067
|
+
T['io.flow.v0.models.order_form'] = PropTypes.exact({
|
|
12068
|
+
customer: T['io.flow.v0.models.order_customer_form'],
|
|
12069
|
+
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12070
|
+
delivered_duty: T['io.flow.v0.enums.delivered_duty'],
|
|
12071
|
+
number: PropTypes.string,
|
|
12072
|
+
destination: T['io.flow.v0.models.order_address'],
|
|
12073
|
+
discount: T['io.flow.v0.models.money'],
|
|
12074
|
+
discounts: T['io.flow.v0.models.discounts_form'],
|
|
12075
|
+
attributes: PropTypes.objectOf(PropTypes.string),
|
|
12076
|
+
authorization_keys: PropTypes.arrayOf(PropTypes.string),
|
|
12077
|
+
options: T['io.flow.v0.models.order_options'],
|
|
12078
|
+
});
|
|
12079
|
+
|
|
12080
|
+
T['io.flow.v0.models.order_with_discounts_form'] = PropTypes.exact({
|
|
12081
|
+
order: T['io.flow.v0.models.order_form'].isRequired,
|
|
12082
|
+
discounts: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12083
|
+
});
|
|
12084
|
+
|
|
12085
|
+
T['io.flow.v0.models.checkout_token_order_form'] = PropTypes.exact({
|
|
12086
|
+
discriminator: PropTypes.oneOf(['checkout_token_order_form']).isRequired,
|
|
12087
|
+
order_form: T['io.flow.v0.models.order_form'].isRequired,
|
|
12088
|
+
customer: T['io.flow.v0.models.customer_form'],
|
|
12089
|
+
address_book: T['io.flow.v0.models.customer_address_book_form'],
|
|
12090
|
+
payment_sources: PropTypes.arrayOf(T['io.flow.v0.unions.payment_source_form']),
|
|
12091
|
+
session_id: PropTypes.string.isRequired,
|
|
12092
|
+
urls: T['io.flow.v0.models.checkout_urls_form'],
|
|
12093
|
+
identifiers: PropTypes.arrayOf(T['io.flow.v0.models.order_submission_identifier_form']),
|
|
12094
|
+
});
|
|
12095
|
+
|
|
12096
|
+
T['io.flow.v0.unions.checkout_token_form'] = PropTypes.oneOfType([
|
|
12097
|
+
T['io.flow.v0.models.checkout_token_order_form'],
|
|
12098
|
+
T['io.flow.v0.models.checkout_token_reference_form'],
|
|
12099
|
+
]);
|
|
12100
|
+
|
|
12028
12101
|
T['io.flow.v0.models.shipping_label_package'] = PropTypes.exact({
|
|
12029
12102
|
dimensions: T['io.flow.v0.models.dimension'].isRequired,
|
|
12030
12103
|
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
@@ -12232,6 +12305,8 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
12232
12305
|
T['io.flow.v0.models.catalog_item_deleted_v2'],
|
|
12233
12306
|
T['io.flow.v0.models.subcatalog_item_upserted'],
|
|
12234
12307
|
T['io.flow.v0.models.subcatalog_item_deleted'],
|
|
12308
|
+
T['io.flow.v0.models.catalog_statistics_upserted'],
|
|
12309
|
+
T['io.flow.v0.models.catalog_statistics_deleted'],
|
|
12235
12310
|
T['io.flow.v0.models.channel_upserted'],
|
|
12236
12311
|
T['io.flow.v0.models.channel_deleted'],
|
|
12237
12312
|
T['io.flow.v0.models.channel_currency_upserted'],
|
|
@@ -12379,6 +12454,7 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
12379
12454
|
T['io.flow.v0.models.virtual_card_refund_upserted'],
|
|
12380
12455
|
T['io.flow.v0.models.virtual_card_refund_deleted'],
|
|
12381
12456
|
T['io.flow.v0.models.payment_request_upserted'],
|
|
12457
|
+
T['io.flow.v0.models.payment_request_deleted'],
|
|
12382
12458
|
T['io.flow.v0.models.price_book_upserted'],
|
|
12383
12459
|
T['io.flow.v0.models.price_book_deleted'],
|
|
12384
12460
|
T['io.flow.v0.models.price_book_item_upserted'],
|
|
@@ -12426,60 +12502,23 @@ T['io.flow.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
|
|
|
12426
12502
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
12427
12503
|
delivered_duty: T['io.flow.v0.enums.delivered_duty'],
|
|
12428
12504
|
direction: T['io.flow.v0.enums.direction'],
|
|
12429
|
-
order_number: PropTypes.string,
|
|
12505
|
+
order_number: PropTypes.string.isRequired,
|
|
12430
12506
|
service: PropTypes.string,
|
|
12431
12507
|
shipment_recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
12432
12508
|
});
|
|
12433
12509
|
|
|
12510
|
+
T['io.flow.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
|
|
12511
|
+
discriminator: PropTypes.oneOf(['bridge_shipping_label_form']).isRequired,
|
|
12512
|
+
order_number: PropTypes.string.isRequired,
|
|
12513
|
+
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']),
|
|
12514
|
+
'package': T['io.flow.v0.models.shipping_label_package'],
|
|
12515
|
+
origin: T['io.flow.v0.models.shipping_address'],
|
|
12516
|
+
});
|
|
12517
|
+
|
|
12434
12518
|
T['io.flow.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
12435
12519
|
T['io.flow.v0.models.detailed_shipping_label_form'],
|
|
12436
12520
|
T['io.flow.v0.models.summary_shipping_label_form'],
|
|
12437
|
-
]
|
|
12438
|
-
|
|
12439
|
-
T['io.flow.v0.models.delivery_summary'] = PropTypes.exact({
|
|
12440
|
-
id: PropTypes.string.isRequired,
|
|
12441
|
-
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12442
|
-
});
|
|
12443
|
-
|
|
12444
|
-
T['io.flow.v0.models.delivery_version'] = PropTypes.exact({
|
|
12445
|
-
id: PropTypes.string.isRequired,
|
|
12446
|
-
timestamp: PropTypes.string.isRequired,
|
|
12447
|
-
type: T['io.flow.v0.enums.change_type'].isRequired,
|
|
12448
|
-
delivery: T['io.flow.v0.models.delivery_summary'].isRequired,
|
|
12449
|
-
});
|
|
12450
|
-
|
|
12451
|
-
T['io.flow.v0.models.order_form'] = PropTypes.exact({
|
|
12452
|
-
customer: T['io.flow.v0.models.order_customer_form'],
|
|
12453
|
-
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12454
|
-
delivered_duty: T['io.flow.v0.enums.delivered_duty'],
|
|
12455
|
-
number: PropTypes.string,
|
|
12456
|
-
destination: T['io.flow.v0.models.order_address'],
|
|
12457
|
-
discount: T['io.flow.v0.models.money'],
|
|
12458
|
-
discounts: T['io.flow.v0.models.discounts_form'],
|
|
12459
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
12460
|
-
authorization_keys: PropTypes.arrayOf(PropTypes.string),
|
|
12461
|
-
options: T['io.flow.v0.models.order_options'],
|
|
12462
|
-
});
|
|
12463
|
-
|
|
12464
|
-
T['io.flow.v0.models.order_with_discounts_form'] = PropTypes.exact({
|
|
12465
|
-
order: T['io.flow.v0.models.order_form'].isRequired,
|
|
12466
|
-
discounts: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12467
|
-
});
|
|
12468
|
-
|
|
12469
|
-
T['io.flow.v0.models.checkout_token_order_form'] = PropTypes.exact({
|
|
12470
|
-
discriminator: PropTypes.oneOf(['checkout_token_order_form']).isRequired,
|
|
12471
|
-
order_form: T['io.flow.v0.models.order_form'].isRequired,
|
|
12472
|
-
customer: T['io.flow.v0.models.customer_form'],
|
|
12473
|
-
address_book: T['io.flow.v0.models.customer_address_book_form'],
|
|
12474
|
-
payment_sources: PropTypes.arrayOf(T['io.flow.v0.unions.payment_source_form']),
|
|
12475
|
-
session_id: PropTypes.string.isRequired,
|
|
12476
|
-
urls: T['io.flow.v0.models.checkout_urls_form'],
|
|
12477
|
-
identifiers: PropTypes.arrayOf(T['io.flow.v0.models.order_submission_identifier_form']),
|
|
12478
|
-
});
|
|
12479
|
-
|
|
12480
|
-
T['io.flow.v0.unions.checkout_token_form'] = PropTypes.oneOfType([
|
|
12481
|
-
T['io.flow.v0.models.checkout_token_order_form'],
|
|
12482
|
-
T['io.flow.v0.models.checkout_token_reference_form'],
|
|
12521
|
+
T['io.flow.v0.models.bridge_shipping_label_form'],
|
|
12483
12522
|
]);
|
|
12484
12523
|
|
|
12485
12524
|
T['io.flow.v0.models.abandoned_order_promotion_discount_details'] = PropTypes.exact({
|
|
@@ -12642,6 +12681,8 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
12642
12681
|
'catalog_item_deleted_v2',
|
|
12643
12682
|
'subcatalog_item_upserted',
|
|
12644
12683
|
'subcatalog_item_deleted',
|
|
12684
|
+
'catalog_statistics_upserted',
|
|
12685
|
+
'catalog_statistics_deleted',
|
|
12645
12686
|
'channel_upserted',
|
|
12646
12687
|
'channel_deleted',
|
|
12647
12688
|
'channel_currency_upserted',
|
|
@@ -12789,6 +12830,7 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
12789
12830
|
'virtual_card_refund_upserted',
|
|
12790
12831
|
'virtual_card_refund_deleted',
|
|
12791
12832
|
'payment_request_upserted',
|
|
12833
|
+
'payment_request_deleted',
|
|
12792
12834
|
'price_book_upserted',
|
|
12793
12835
|
'price_book_deleted',
|
|
12794
12836
|
'price_book_item_upserted',
|
|
@@ -13830,6 +13872,7 @@ export const billingChannelStatementReference = T['io.flow.v0.models.billing_cha
|
|
|
13830
13872
|
export const billingDiscount = T['io.flow.v0.models.billing_discount'];
|
|
13831
13873
|
export const bridgeManifest = T['io.flow.v0.models.bridge_manifest'];
|
|
13832
13874
|
export const bridgeManifestForm = T['io.flow.v0.models.bridge_manifest_form'];
|
|
13875
|
+
export const bridgeShippingLabelForm = T['io.flow.v0.models.bridge_shipping_label_form'];
|
|
13833
13876
|
export const browseOptinResponses = T['io.flow.v0.models.browse_optin_responses'];
|
|
13834
13877
|
export const browseOptinResponsesDeleted = T['io.flow.v0.models.browse_optin_responses_deleted'];
|
|
13835
13878
|
export const browseOptinResponsesUpserted = T['io.flow.v0.models.browse_optin_responses_upserted'];
|
|
@@ -13894,6 +13937,8 @@ export const catalogItemUpsertedV2 = T['io.flow.v0.models.catalog_item_upserted_
|
|
|
13894
13937
|
export const catalogPriceBookItemDocument = T['io.flow.v0.models.catalog_price_book_item_document'];
|
|
13895
13938
|
export const catalogReference = T['io.flow.v0.models.catalog_reference'];
|
|
13896
13939
|
export const catalogStatistics = T['io.flow.v0.models.catalog_statistics'];
|
|
13940
|
+
export const catalogStatisticsDeleted = T['io.flow.v0.models.catalog_statistics_deleted'];
|
|
13941
|
+
export const catalogStatisticsUpserted = T['io.flow.v0.models.catalog_statistics_upserted'];
|
|
13897
13942
|
export const catalogUpserted = T['io.flow.v0.models.catalog_upserted'];
|
|
13898
13943
|
export const catalogVersion = T['io.flow.v0.models.catalog_version'];
|
|
13899
13944
|
export const categorySummary = T['io.flow.v0.models.category_summary'];
|
|
@@ -14817,6 +14862,7 @@ export const paymentRequestBilling = T['io.flow.v0.models.payment_request_billin
|
|
|
14817
14862
|
export const paymentRequestBillingFees = T['io.flow.v0.models.payment_request_billing_fees'];
|
|
14818
14863
|
export const paymentRequestBundle = T['io.flow.v0.models.payment_request_bundle'];
|
|
14819
14864
|
export const paymentRequestBundleForm = T['io.flow.v0.models.payment_request_bundle_form'];
|
|
14865
|
+
export const paymentRequestDeleted = T['io.flow.v0.models.payment_request_deleted'];
|
|
14820
14866
|
export const paymentRequestForm = T['io.flow.v0.models.payment_request_form'];
|
|
14821
14867
|
export const paymentRequestReference = T['io.flow.v0.models.payment_request_reference'];
|
|
14822
14868
|
export const paymentRequestReview = T['io.flow.v0.models.payment_request_review'];
|