@flowio/api-prop-types 10.16.48 → 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 +28 -8
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +28 -8
- package/src/api.js +203 -181
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,
|
|
@@ -5597,23 +5607,6 @@ T['io.flow.v0.models.dimension_estimate'] = PropTypes.exact({
|
|
|
5597
5607
|
position: PropTypes.number.isRequired,
|
|
5598
5608
|
});
|
|
5599
5609
|
|
|
5600
|
-
T['io.flow.v0.models.dimension'] = PropTypes.exact({
|
|
5601
|
-
depth: T['io.flow.v0.models.measurement'],
|
|
5602
|
-
diameter: T['io.flow.v0.models.measurement'],
|
|
5603
|
-
length: T['io.flow.v0.models.measurement'],
|
|
5604
|
-
weight: T['io.flow.v0.models.measurement'],
|
|
5605
|
-
width: T['io.flow.v0.models.measurement'],
|
|
5606
|
-
});
|
|
5607
|
-
|
|
5608
|
-
T['io.flow.v0.models.single_package_shipping_notification_form'] = PropTypes.exact({
|
|
5609
|
-
discriminator: PropTypes.oneOf(['single_package_shipping_notification_form']).isRequired,
|
|
5610
|
-
fulfillment_key: PropTypes.string.isRequired,
|
|
5611
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
5612
|
-
package_dimensions: T['io.flow.v0.models.dimension'],
|
|
5613
|
-
service: PropTypes.string,
|
|
5614
|
-
shipment_recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
5615
|
-
});
|
|
5616
|
-
|
|
5617
5610
|
T['io.flow.v0.models.percent_margin'] = PropTypes.exact({
|
|
5618
5611
|
discriminator: PropTypes.oneOf(['percent_margin']).isRequired,
|
|
5619
5612
|
percentage: PropTypes.number.isRequired,
|
|
@@ -5733,45 +5726,6 @@ T['io.flow.v0.models.tier_summary'] = PropTypes.exact({
|
|
|
5733
5726
|
settings: T['io.flow.v0.models.tier_settings'],
|
|
5734
5727
|
});
|
|
5735
5728
|
|
|
5736
|
-
T['io.flow.v0.models.datetime_range'] = PropTypes.exact({
|
|
5737
|
-
from: PropTypes.string.isRequired,
|
|
5738
|
-
to: PropTypes.string.isRequired,
|
|
5739
|
-
});
|
|
5740
|
-
|
|
5741
|
-
T['io.flow.v0.models.tracking_form'] = PropTypes.exact({
|
|
5742
|
-
status: T['io.flow.v0.enums.tracking_status'],
|
|
5743
|
-
order_number: PropTypes.string,
|
|
5744
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
5745
|
-
window: T['io.flow.v0.models.datetime_range'],
|
|
5746
|
-
});
|
|
5747
|
-
|
|
5748
|
-
T['io.flow.v0.models.shopify_localization_setting_form'] = PropTypes.exact({
|
|
5749
|
-
method: T['io.flow.v0.enums.shopify_localization_method'].isRequired,
|
|
5750
|
-
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
5751
|
-
});
|
|
5752
|
-
|
|
5753
|
-
T['io.flow.v0.models.shopify_localization_setting'] = PropTypes.exact({
|
|
5754
|
-
id: PropTypes.string.isRequired,
|
|
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_upserted'] = PropTypes.exact({
|
|
5760
|
-
discriminator: PropTypes.oneOf(['shopify_localization_setting_upserted']).isRequired,
|
|
5761
|
-
event_id: PropTypes.string.isRequired,
|
|
5762
|
-
timestamp: PropTypes.string.isRequired,
|
|
5763
|
-
organization_id: PropTypes.string.isRequired,
|
|
5764
|
-
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
5765
|
-
});
|
|
5766
|
-
|
|
5767
|
-
T['io.flow.v0.models.shopify_localization_setting_deleted'] = PropTypes.exact({
|
|
5768
|
-
discriminator: PropTypes.oneOf(['shopify_localization_setting_deleted']).isRequired,
|
|
5769
|
-
event_id: PropTypes.string.isRequired,
|
|
5770
|
-
timestamp: PropTypes.string.isRequired,
|
|
5771
|
-
organization_id: PropTypes.string.isRequired,
|
|
5772
|
-
shopify_localization_setting: T['io.flow.v0.models.shopify_localization_setting'].isRequired,
|
|
5773
|
-
});
|
|
5774
|
-
|
|
5775
5729
|
T['io.flow.v0.enums.delivered_duty_display_type'] = PropTypes.oneOf(['all', 'single']);
|
|
5776
5730
|
T['io.flow.v0.enums.cvv_result_code'] = PropTypes.oneOf(['matched', 'not_available', 'not_checked', 'not_matched']);
|
|
5777
5731
|
|
|
@@ -6688,31 +6642,10 @@ T['io.flow.v0.models.partner_reference'] = PropTypes.exact({
|
|
|
6688
6642
|
id: PropTypes.string.isRequired,
|
|
6689
6643
|
});
|
|
6690
6644
|
|
|
6691
|
-
T['io.flow.v0.models.exception'] = PropTypes.exact({
|
|
6692
|
-
type: T['io.flow.v0.enums.exception_type'].isRequired,
|
|
6693
|
-
datetime_range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6694
|
-
});
|
|
6695
|
-
|
|
6696
6645
|
T['io.flow.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
6697
6646
|
T['io.flow.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
6698
|
-
|
|
6699
|
-
T['io.flow.v0.models.center_reference'] = PropTypes.exact({
|
|
6700
|
-
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
6701
|
-
organization_id: PropTypes.string.isRequired,
|
|
6702
|
-
center_key: PropTypes.string.isRequired,
|
|
6703
|
-
});
|
|
6704
|
-
|
|
6705
6647
|
T['io.flow.v0.enums.center_capability'] = PropTypes.oneOf(['international', 'domestic', 'crossdock', 'commercial_invoice']);
|
|
6706
6648
|
|
|
6707
|
-
T['io.flow.v0.models.schedule'] = PropTypes.exact({
|
|
6708
|
-
calendar: T['io.flow.v0.enums.calendar'],
|
|
6709
|
-
holiday: T['io.flow.v0.enums.holiday_calendar'].isRequired,
|
|
6710
|
-
exception: PropTypes.arrayOf(T['io.flow.v0.models.exception']).isRequired,
|
|
6711
|
-
cutoff: PropTypes.string,
|
|
6712
|
-
min_lead_time: PropTypes.number,
|
|
6713
|
-
max_lead_time: PropTypes.number,
|
|
6714
|
-
});
|
|
6715
|
-
|
|
6716
6649
|
T['io.flow.v0.models.catalog'] = PropTypes.exact({
|
|
6717
6650
|
id: PropTypes.string.isRequired,
|
|
6718
6651
|
});
|
|
@@ -6763,23 +6696,6 @@ T['io.flow.v0.models.shopify_item_event_data'] = PropTypes.exact({
|
|
|
6763
6696
|
item: T['io.flow.v0.models.catalog_item_summary'].isRequired,
|
|
6764
6697
|
});
|
|
6765
6698
|
|
|
6766
|
-
T['io.flow.v0.models.shopify_item_event_bucket'] = PropTypes.exact({
|
|
6767
|
-
discriminator: PropTypes.oneOf(['shopify_item_event_bucket']).isRequired,
|
|
6768
|
-
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6769
|
-
count: PropTypes.number.isRequired,
|
|
6770
|
-
data: PropTypes.arrayOf(T['io.flow.v0.models.shopify_item_event_data']).isRequired,
|
|
6771
|
-
});
|
|
6772
|
-
|
|
6773
|
-
T['io.flow.v0.unions.shopify_event_bucket'] = PropTypes.oneOfType([T['io.flow.v0.models.shopify_item_event_bucket']]);
|
|
6774
|
-
|
|
6775
|
-
T['io.flow.v0.models.shopify_sync_status'] = PropTypes.exact({
|
|
6776
|
-
sync_check: T['io.flow.v0.enums.shopify_sync_check'].isRequired,
|
|
6777
|
-
range: T['io.flow.v0.models.datetime_range'].isRequired,
|
|
6778
|
-
interval_seconds: PropTypes.number.isRequired,
|
|
6779
|
-
total: PropTypes.number.isRequired,
|
|
6780
|
-
buckets: PropTypes.arrayOf(T['io.flow.v0.unions.shopify_event_bucket']).isRequired,
|
|
6781
|
-
});
|
|
6782
|
-
|
|
6783
6699
|
T['io.flow.v0.enums.image_tag'] = PropTypes.oneOf(['thumbnail', 'checkout']);
|
|
6784
6700
|
|
|
6785
6701
|
T['io.flow.v0.models.image_form'] = PropTypes.exact({
|
|
@@ -6822,42 +6738,6 @@ T['io.flow.v0.unions.document'] = PropTypes.oneOfType([
|
|
|
6822
6738
|
T['io.flow.v0.models.harmonization_document'],
|
|
6823
6739
|
]);
|
|
6824
6740
|
|
|
6825
|
-
T['io.flow.v0.models.dimensions'] = PropTypes.exact({
|
|
6826
|
-
product: T['io.flow.v0.models.dimension'],
|
|
6827
|
-
packaging: T['io.flow.v0.models.dimension'],
|
|
6828
|
-
});
|
|
6829
|
-
|
|
6830
|
-
T['io.flow.v0.models.item_form_overlay_form'] = PropTypes.exact({
|
|
6831
|
-
number: PropTypes.string.isRequired,
|
|
6832
|
-
price: PropTypes.number,
|
|
6833
|
-
currency: PropTypes.string,
|
|
6834
|
-
position: PropTypes.number,
|
|
6835
|
-
categories: PropTypes.arrayOf(PropTypes.string),
|
|
6836
|
-
description: PropTypes.string,
|
|
6837
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
6838
|
-
dimensions: T['io.flow.v0.models.dimensions'],
|
|
6839
|
-
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
6840
|
-
});
|
|
6841
|
-
|
|
6842
|
-
T['io.flow.v0.models.item_form'] = PropTypes.exact({
|
|
6843
|
-
number: PropTypes.string.isRequired,
|
|
6844
|
-
locale: PropTypes.string.isRequired,
|
|
6845
|
-
name: PropTypes.string.isRequired,
|
|
6846
|
-
currency: PropTypes.string.isRequired,
|
|
6847
|
-
price: PropTypes.number.isRequired,
|
|
6848
|
-
categories: PropTypes.arrayOf(PropTypes.string),
|
|
6849
|
-
description: PropTypes.string,
|
|
6850
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
6851
|
-
dimensions: T['io.flow.v0.models.dimensions'],
|
|
6852
|
-
images: PropTypes.arrayOf(T['io.flow.v0.models.image_form']),
|
|
6853
|
-
});
|
|
6854
|
-
|
|
6855
|
-
T['io.flow.v0.models.packaging'] = PropTypes.exact({
|
|
6856
|
-
dimensions: T['io.flow.v0.models.dimensions'].isRequired,
|
|
6857
|
-
name: PropTypes.string,
|
|
6858
|
-
number: PropTypes.string,
|
|
6859
|
-
});
|
|
6860
|
-
|
|
6861
6741
|
T['io.flow.v0.models.carrier'] = PropTypes.exact({
|
|
6862
6742
|
id: PropTypes.string.isRequired,
|
|
6863
6743
|
name: PropTypes.string.isRequired,
|
|
@@ -7318,6 +7198,135 @@ T['io.flow.v0.models.browse_optin_responses_upserted'] = PropTypes.exact({
|
|
|
7318
7198
|
browse_optin_responses: T['io.flow.v0.models.browse_optin_responses'].isRequired,
|
|
7319
7199
|
});
|
|
7320
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
|
+
|
|
7321
7330
|
T['io.flow.v0.models.carrier_reference'] = PropTypes.exact({
|
|
7322
7331
|
id: PropTypes.string.isRequired,
|
|
7323
7332
|
});
|
|
@@ -10464,7 +10473,7 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_contact'] = PropTypes.exact({
|
|
|
10464
10473
|
country_code: PropTypes.string,
|
|
10465
10474
|
});
|
|
10466
10475
|
|
|
10467
|
-
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']);
|
|
10468
10477
|
|
|
10469
10478
|
T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
10470
10479
|
'amex',
|
|
@@ -10476,12 +10485,12 @@ T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
|
10476
10485
|
'visa',
|
|
10477
10486
|
]);
|
|
10478
10487
|
|
|
10479
|
-
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']);
|
|
10480
10489
|
|
|
10481
10490
|
T['io.flow.apple.pay.v0.models.apple_pay_shipping_method'] = PropTypes.exact({
|
|
10482
10491
|
label: PropTypes.string.isRequired,
|
|
10483
10492
|
detail: PropTypes.string.isRequired,
|
|
10484
|
-
amount: PropTypes.
|
|
10493
|
+
amount: PropTypes.number.isRequired,
|
|
10485
10494
|
identifier: PropTypes.string.isRequired,
|
|
10486
10495
|
});
|
|
10487
10496
|
|
|
@@ -10490,7 +10499,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_merchant_capability'] = PropTypes.oneOf(
|
|
|
10490
10499
|
T['io.flow.apple.pay.v0.models.apple_pay_line_item'] = PropTypes.exact({
|
|
10491
10500
|
label: PropTypes.string.isRequired,
|
|
10492
10501
|
type: T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'].isRequired,
|
|
10493
|
-
amount: PropTypes.
|
|
10502
|
+
amount: PropTypes.number.isRequired,
|
|
10494
10503
|
});
|
|
10495
10504
|
|
|
10496
10505
|
T['io.flow.apple.pay.v0.models.apple_pay_payment_info'] = PropTypes.exact({
|
|
@@ -12043,6 +12052,52 @@ T['io.flow.v0.models.order_estimate_form'] = PropTypes.exact({
|
|
|
12043
12052
|
selections: PropTypes.arrayOf(PropTypes.string),
|
|
12044
12053
|
});
|
|
12045
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
|
+
|
|
12046
12101
|
T['io.flow.v0.models.shipping_label_package'] = PropTypes.exact({
|
|
12047
12102
|
dimensions: T['io.flow.v0.models.dimension'].isRequired,
|
|
12048
12103
|
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
@@ -12399,6 +12454,7 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
12399
12454
|
T['io.flow.v0.models.virtual_card_refund_upserted'],
|
|
12400
12455
|
T['io.flow.v0.models.virtual_card_refund_deleted'],
|
|
12401
12456
|
T['io.flow.v0.models.payment_request_upserted'],
|
|
12457
|
+
T['io.flow.v0.models.payment_request_deleted'],
|
|
12402
12458
|
T['io.flow.v0.models.price_book_upserted'],
|
|
12403
12459
|
T['io.flow.v0.models.price_book_deleted'],
|
|
12404
12460
|
T['io.flow.v0.models.price_book_item_upserted'],
|
|
@@ -12446,60 +12502,23 @@ T['io.flow.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
|
|
|
12446
12502
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
12447
12503
|
delivered_duty: T['io.flow.v0.enums.delivered_duty'],
|
|
12448
12504
|
direction: T['io.flow.v0.enums.direction'],
|
|
12449
|
-
order_number: PropTypes.string,
|
|
12505
|
+
order_number: PropTypes.string.isRequired,
|
|
12450
12506
|
service: PropTypes.string,
|
|
12451
12507
|
shipment_recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
12452
12508
|
});
|
|
12453
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
|
+
|
|
12454
12518
|
T['io.flow.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
12455
12519
|
T['io.flow.v0.models.detailed_shipping_label_form'],
|
|
12456
12520
|
T['io.flow.v0.models.summary_shipping_label_form'],
|
|
12457
|
-
]
|
|
12458
|
-
|
|
12459
|
-
T['io.flow.v0.models.delivery_summary'] = PropTypes.exact({
|
|
12460
|
-
id: PropTypes.string.isRequired,
|
|
12461
|
-
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12462
|
-
});
|
|
12463
|
-
|
|
12464
|
-
T['io.flow.v0.models.delivery_version'] = PropTypes.exact({
|
|
12465
|
-
id: PropTypes.string.isRequired,
|
|
12466
|
-
timestamp: PropTypes.string.isRequired,
|
|
12467
|
-
type: T['io.flow.v0.enums.change_type'].isRequired,
|
|
12468
|
-
delivery: T['io.flow.v0.models.delivery_summary'].isRequired,
|
|
12469
|
-
});
|
|
12470
|
-
|
|
12471
|
-
T['io.flow.v0.models.order_form'] = PropTypes.exact({
|
|
12472
|
-
customer: T['io.flow.v0.models.order_customer_form'],
|
|
12473
|
-
items: PropTypes.arrayOf(T['io.flow.v0.models.line_item_form']).isRequired,
|
|
12474
|
-
delivered_duty: T['io.flow.v0.enums.delivered_duty'],
|
|
12475
|
-
number: PropTypes.string,
|
|
12476
|
-
destination: T['io.flow.v0.models.order_address'],
|
|
12477
|
-
discount: T['io.flow.v0.models.money'],
|
|
12478
|
-
discounts: T['io.flow.v0.models.discounts_form'],
|
|
12479
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
12480
|
-
authorization_keys: PropTypes.arrayOf(PropTypes.string),
|
|
12481
|
-
options: T['io.flow.v0.models.order_options'],
|
|
12482
|
-
});
|
|
12483
|
-
|
|
12484
|
-
T['io.flow.v0.models.order_with_discounts_form'] = PropTypes.exact({
|
|
12485
|
-
order: T['io.flow.v0.models.order_form'].isRequired,
|
|
12486
|
-
discounts: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12487
|
-
});
|
|
12488
|
-
|
|
12489
|
-
T['io.flow.v0.models.checkout_token_order_form'] = PropTypes.exact({
|
|
12490
|
-
discriminator: PropTypes.oneOf(['checkout_token_order_form']).isRequired,
|
|
12491
|
-
order_form: T['io.flow.v0.models.order_form'].isRequired,
|
|
12492
|
-
customer: T['io.flow.v0.models.customer_form'],
|
|
12493
|
-
address_book: T['io.flow.v0.models.customer_address_book_form'],
|
|
12494
|
-
payment_sources: PropTypes.arrayOf(T['io.flow.v0.unions.payment_source_form']),
|
|
12495
|
-
session_id: PropTypes.string.isRequired,
|
|
12496
|
-
urls: T['io.flow.v0.models.checkout_urls_form'],
|
|
12497
|
-
identifiers: PropTypes.arrayOf(T['io.flow.v0.models.order_submission_identifier_form']),
|
|
12498
|
-
});
|
|
12499
|
-
|
|
12500
|
-
T['io.flow.v0.unions.checkout_token_form'] = PropTypes.oneOfType([
|
|
12501
|
-
T['io.flow.v0.models.checkout_token_order_form'],
|
|
12502
|
-
T['io.flow.v0.models.checkout_token_reference_form'],
|
|
12521
|
+
T['io.flow.v0.models.bridge_shipping_label_form'],
|
|
12503
12522
|
]);
|
|
12504
12523
|
|
|
12505
12524
|
T['io.flow.v0.models.abandoned_order_promotion_discount_details'] = PropTypes.exact({
|
|
@@ -12811,6 +12830,7 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
12811
12830
|
'virtual_card_refund_upserted',
|
|
12812
12831
|
'virtual_card_refund_deleted',
|
|
12813
12832
|
'payment_request_upserted',
|
|
12833
|
+
'payment_request_deleted',
|
|
12814
12834
|
'price_book_upserted',
|
|
12815
12835
|
'price_book_deleted',
|
|
12816
12836
|
'price_book_item_upserted',
|
|
@@ -13852,6 +13872,7 @@ export const billingChannelStatementReference = T['io.flow.v0.models.billing_cha
|
|
|
13852
13872
|
export const billingDiscount = T['io.flow.v0.models.billing_discount'];
|
|
13853
13873
|
export const bridgeManifest = T['io.flow.v0.models.bridge_manifest'];
|
|
13854
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'];
|
|
13855
13876
|
export const browseOptinResponses = T['io.flow.v0.models.browse_optin_responses'];
|
|
13856
13877
|
export const browseOptinResponsesDeleted = T['io.flow.v0.models.browse_optin_responses_deleted'];
|
|
13857
13878
|
export const browseOptinResponsesUpserted = T['io.flow.v0.models.browse_optin_responses_upserted'];
|
|
@@ -14841,6 +14862,7 @@ export const paymentRequestBilling = T['io.flow.v0.models.payment_request_billin
|
|
|
14841
14862
|
export const paymentRequestBillingFees = T['io.flow.v0.models.payment_request_billing_fees'];
|
|
14842
14863
|
export const paymentRequestBundle = T['io.flow.v0.models.payment_request_bundle'];
|
|
14843
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'];
|
|
14844
14866
|
export const paymentRequestForm = T['io.flow.v0.models.payment_request_form'];
|
|
14845
14867
|
export const paymentRequestReference = T['io.flow.v0.models.payment_request_reference'];
|
|
14846
14868
|
export const paymentRequestReview = T['io.flow.v0.models.payment_request_review'];
|