@flowio/api-internal-prop-types 9.24.57 → 9.24.59
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 +317 -29
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +317 -29
- package/src/api-internal.js +705 -390
package/src/api-internal.js
CHANGED
|
@@ -89,13 +89,6 @@ T['io.flow.fraud.v0.models.fraud_email_rule_form'] = PropTypes.exact({
|
|
|
89
89
|
rule: T['io.flow.fraud.v0.models.fraud_email_rule'].isRequired,
|
|
90
90
|
});
|
|
91
91
|
|
|
92
|
-
T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'] = PropTypes.oneOf([
|
|
93
|
-
'street_address_is_blank_3pl',
|
|
94
|
-
'street_address_is_po_box_3pl',
|
|
95
|
-
'business_street_address_is_blank',
|
|
96
|
-
'business_street_address_is_po_box',
|
|
97
|
-
]);
|
|
98
|
-
|
|
99
92
|
T['io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason'] = PropTypes.oneOf([
|
|
100
93
|
'merchant_ubo_is_pep',
|
|
101
94
|
'merchant_catalog_is_unsupportable',
|
|
@@ -619,6 +612,7 @@ T['io.flow.inventory.v0.models.inventory_check_response'] = PropTypes.exact({
|
|
|
619
612
|
});
|
|
620
613
|
|
|
621
614
|
T['io.flow.catalog.v0.models.catalog_statistics'] = PropTypes.exact({
|
|
615
|
+
id: PropTypes.string.isRequired,
|
|
622
616
|
items: PropTypes.number.isRequired,
|
|
623
617
|
categories: PropTypes.number.isRequired,
|
|
624
618
|
});
|
|
@@ -1541,6 +1535,11 @@ T['io.flow.payment.gateway.v0.enums.payment_failure_code'] = PropTypes.oneOf([
|
|
|
1541
1535
|
'payment_checks_declined',
|
|
1542
1536
|
]);
|
|
1543
1537
|
|
|
1538
|
+
T['io.flow.payment.gateway.v0.models.payment_method_action_cancellation'] = PropTypes.exact({
|
|
1539
|
+
reason_code: T['io.flow.payment.gateway.v0.enums.payment_failure_code'],
|
|
1540
|
+
data: PropTypes.object,
|
|
1541
|
+
});
|
|
1542
|
+
|
|
1544
1543
|
T['io.flow.payment.gateway.v0.models.payment_contact_shipping'] = PropTypes.exact({
|
|
1545
1544
|
first_name: PropTypes.string,
|
|
1546
1545
|
last_name: PropTypes.string.isRequired,
|
|
@@ -3159,6 +3158,7 @@ T['io.flow.adyen.v0.models.payment_response_additional_data'] = PropTypes.exact(
|
|
|
3159
3158
|
threeDOfferedResponse: PropTypes.string,
|
|
3160
3159
|
threeDSVersion: PropTypes.string,
|
|
3161
3160
|
eci: PropTypes.string,
|
|
3161
|
+
cavv: PropTypes.string,
|
|
3162
3162
|
scaExemptionRequested: PropTypes.string,
|
|
3163
3163
|
paymentMethod: PropTypes.string,
|
|
3164
3164
|
paymentMethodVariant: PropTypes.string,
|
|
@@ -3174,6 +3174,9 @@ T['io.flow.adyen.v0.models.payment_response_additional_data'] = PropTypes.exact(
|
|
|
3174
3174
|
issuerBin: PropTypes.string,
|
|
3175
3175
|
cardSummary: PropTypes.string,
|
|
3176
3176
|
untokenisedCardSummary: PropTypes.string,
|
|
3177
|
+
expiryDate: PropTypes.string,
|
|
3178
|
+
cardHolderName: PropTypes.string,
|
|
3179
|
+
fundingSource: PropTypes.string,
|
|
3177
3180
|
ownerName: PropTypes.string,
|
|
3178
3181
|
bankName: PropTypes.string,
|
|
3179
3182
|
issuerCountry: PropTypes.string,
|
|
@@ -5489,8 +5492,6 @@ T['io.flow.payment.v0.models.direct_debit'] = PropTypes.exact({
|
|
|
5489
5492
|
account_holder_name: PropTypes.string,
|
|
5490
5493
|
});
|
|
5491
5494
|
|
|
5492
|
-
T['io.flow.payment.v0.unions.confirmation_details'] = PropTypes.oneOfType([T['io.flow.payment.v0.models.direct_debit']]);
|
|
5493
|
-
|
|
5494
5495
|
T['io.flow.payment.v0.models.klarna_payment_method_category'] = PropTypes.exact({
|
|
5495
5496
|
id: PropTypes.string.isRequired,
|
|
5496
5497
|
name: PropTypes.string,
|
|
@@ -6234,26 +6235,11 @@ T['io.flow.fulfillment.v0.models.center_reference'] = PropTypes.exact({
|
|
|
6234
6235
|
center_key: PropTypes.string.isRequired,
|
|
6235
6236
|
});
|
|
6236
6237
|
|
|
6237
|
-
T['io.flow.label.v0.enums.label_trigger_method'] = PropTypes.oneOf(['autogenerated', 'on_demand']);
|
|
6238
|
-
|
|
6239
|
-
T['io.flow.label.v0.enums.label_request_method'] = PropTypes.oneOf([
|
|
6240
|
-
'flow_web_sync',
|
|
6241
|
-
'channel_web_async',
|
|
6242
|
-
'direct_api_sync',
|
|
6243
|
-
'direct_api_async',
|
|
6244
|
-
'bridge_api_sync',
|
|
6245
|
-
'partner_api_sync',
|
|
6246
|
-
'notification_requiring_crossdock',
|
|
6247
|
-
'autogenerated',
|
|
6248
|
-
]);
|
|
6249
|
-
|
|
6250
6238
|
T['io.flow.label.v0.models.label_order_summary'] = PropTypes.exact({
|
|
6251
6239
|
id: PropTypes.string.isRequired,
|
|
6252
6240
|
number: PropTypes.string.isRequired,
|
|
6253
6241
|
});
|
|
6254
6242
|
|
|
6255
|
-
T['io.flow.label.v0.enums.cost_estimate_source'] = PropTypes.oneOf(['flow', 'channel']);
|
|
6256
|
-
|
|
6257
6243
|
T['io.flow.return.v0.enums.return_tracking_status'] = PropTypes.oneOf([
|
|
6258
6244
|
'awaiting_customs_clearance',
|
|
6259
6245
|
'cancel_requested',
|
|
@@ -7407,6 +7393,14 @@ T['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_deleted'] = Pr
|
|
|
7407
7393
|
id: PropTypes.string.isRequired,
|
|
7408
7394
|
});
|
|
7409
7395
|
|
|
7396
|
+
T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'] = PropTypes.exact({
|
|
7397
|
+
discriminator: PropTypes.oneOf(['shopify_markets_webhook_registration_deleted']).isRequired,
|
|
7398
|
+
event_id: PropTypes.string.isRequired,
|
|
7399
|
+
timestamp: PropTypes.string.isRequired,
|
|
7400
|
+
organization: PropTypes.string.isRequired,
|
|
7401
|
+
id: PropTypes.string.isRequired,
|
|
7402
|
+
});
|
|
7403
|
+
|
|
7410
7404
|
T['io.flow.internal.v0.models.shopify_markets_shop_deleted'] = PropTypes.exact({
|
|
7411
7405
|
discriminator: PropTypes.oneOf(['shopify_markets_shop_deleted']).isRequired,
|
|
7412
7406
|
event_id: PropTypes.string.isRequired,
|
|
@@ -7422,6 +7416,13 @@ T['io.flow.internal.v0.models.shopify_shop_deleted'] = PropTypes.exact({
|
|
|
7422
7416
|
id: PropTypes.string.isRequired,
|
|
7423
7417
|
});
|
|
7424
7418
|
|
|
7419
|
+
T['io.flow.internal.v0.models.organization_restriction_status_deleted'] = PropTypes.exact({
|
|
7420
|
+
discriminator: PropTypes.oneOf(['organization_restriction_status_deleted']).isRequired,
|
|
7421
|
+
event_id: PropTypes.string.isRequired,
|
|
7422
|
+
timestamp: PropTypes.string.isRequired,
|
|
7423
|
+
id: PropTypes.string.isRequired,
|
|
7424
|
+
});
|
|
7425
|
+
|
|
7425
7426
|
T['io.flow.internal.v0.models.ratecard_standard_configuration_deleted'] = PropTypes.exact({
|
|
7426
7427
|
discriminator: PropTypes.oneOf(['ratecard_standard_configuration_deleted']).isRequired,
|
|
7427
7428
|
event_id: PropTypes.string.isRequired,
|
|
@@ -7446,10 +7447,19 @@ T['io.flow.internal.v0.models.authorization_bundle_deleted'] = PropTypes.exact({
|
|
|
7446
7447
|
id: PropTypes.string.isRequired,
|
|
7447
7448
|
});
|
|
7448
7449
|
|
|
7450
|
+
T['io.flow.internal.v0.models.partner_organization_settings_deleted'] = PropTypes.exact({
|
|
7451
|
+
discriminator: PropTypes.oneOf(['partner_organization_settings_deleted']).isRequired,
|
|
7452
|
+
event_id: PropTypes.string.isRequired,
|
|
7453
|
+
timestamp: PropTypes.string.isRequired,
|
|
7454
|
+
organization: PropTypes.string.isRequired,
|
|
7455
|
+
id: PropTypes.string.isRequired,
|
|
7456
|
+
});
|
|
7457
|
+
|
|
7449
7458
|
T['io.flow.internal.v0.models.organization_status_change_deleted'] = PropTypes.exact({
|
|
7450
7459
|
discriminator: PropTypes.oneOf(['organization_status_change_deleted']).isRequired,
|
|
7451
7460
|
event_id: PropTypes.string.isRequired,
|
|
7452
7461
|
timestamp: PropTypes.string.isRequired,
|
|
7462
|
+
organization: PropTypes.string.isRequired,
|
|
7453
7463
|
id: PropTypes.string.isRequired,
|
|
7454
7464
|
});
|
|
7455
7465
|
|
|
@@ -7617,6 +7627,14 @@ T['io.flow.internal.v0.models.all_items_export'] = PropTypes.exact({
|
|
|
7617
7627
|
export_id: PropTypes.string.isRequired,
|
|
7618
7628
|
});
|
|
7619
7629
|
|
|
7630
|
+
T['io.flow.internal.v0.models.center_defaults_deleted'] = PropTypes.exact({
|
|
7631
|
+
discriminator: PropTypes.oneOf(['center_defaults_deleted']).isRequired,
|
|
7632
|
+
event_id: PropTypes.string.isRequired,
|
|
7633
|
+
timestamp: PropTypes.string.isRequired,
|
|
7634
|
+
organization: PropTypes.string.isRequired,
|
|
7635
|
+
id: PropTypes.string.isRequired,
|
|
7636
|
+
});
|
|
7637
|
+
|
|
7620
7638
|
T['io.flow.internal.v0.models.ftp_file_deleted'] = PropTypes.exact({
|
|
7621
7639
|
discriminator: PropTypes.oneOf(['ftp_file_deleted']).isRequired,
|
|
7622
7640
|
event_id: PropTypes.string.isRequired,
|
|
@@ -7625,6 +7643,14 @@ T['io.flow.internal.v0.models.ftp_file_deleted'] = PropTypes.exact({
|
|
|
7625
7643
|
id: PropTypes.string.isRequired,
|
|
7626
7644
|
});
|
|
7627
7645
|
|
|
7646
|
+
T['io.flow.internal.v0.models.manual_review_rule_deleted'] = PropTypes.exact({
|
|
7647
|
+
discriminator: PropTypes.oneOf(['manual_review_rule_deleted']).isRequired,
|
|
7648
|
+
event_id: PropTypes.string.isRequired,
|
|
7649
|
+
timestamp: PropTypes.string.isRequired,
|
|
7650
|
+
organization: PropTypes.string.isRequired,
|
|
7651
|
+
id: PropTypes.string.isRequired,
|
|
7652
|
+
});
|
|
7653
|
+
|
|
7628
7654
|
T['io.flow.internal.v0.models.fraud_review_decision_deleted'] = PropTypes.exact({
|
|
7629
7655
|
discriminator: PropTypes.oneOf(['fraud_review_decision_deleted']).isRequired,
|
|
7630
7656
|
event_id: PropTypes.string.isRequired,
|
|
@@ -7895,6 +7921,14 @@ T['io.flow.internal.v0.models.catalog_settings_deleted'] = PropTypes.exact({
|
|
|
7895
7921
|
id: PropTypes.string.isRequired,
|
|
7896
7922
|
});
|
|
7897
7923
|
|
|
7924
|
+
T['io.flow.internal.v0.models.label_generation_settings_deleted'] = PropTypes.exact({
|
|
7925
|
+
discriminator: PropTypes.oneOf(['label_generation_settings_deleted']).isRequired,
|
|
7926
|
+
event_id: PropTypes.string.isRequired,
|
|
7927
|
+
timestamp: PropTypes.string.isRequired,
|
|
7928
|
+
organization: PropTypes.string.isRequired,
|
|
7929
|
+
id: PropTypes.string.isRequired,
|
|
7930
|
+
});
|
|
7931
|
+
|
|
7898
7932
|
T['io.flow.internal.v0.models.carrier_account_deleted'] = PropTypes.exact({
|
|
7899
7933
|
discriminator: PropTypes.oneOf(['carrier_account_deleted']).isRequired,
|
|
7900
7934
|
event_id: PropTypes.string.isRequired,
|
|
@@ -8371,6 +8405,14 @@ T['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'] = PropTypes.ex
|
|
|
8371
8405
|
svb_virtual_card_clearing: T['io.flow.internal.v0.models.svb_virtual_card_clearing'].isRequired,
|
|
8372
8406
|
});
|
|
8373
8407
|
|
|
8408
|
+
T['io.flow.internal.v0.enums.surcharge_type'] = PropTypes.oneOf(['fuel', 'remote_area', 'oversize', 'duties_paid']);
|
|
8409
|
+
|
|
8410
|
+
T['io.flow.internal.v0.models.surcharge'] = PropTypes.exact({
|
|
8411
|
+
amount: PropTypes.number,
|
|
8412
|
+
percentage: PropTypes.number,
|
|
8413
|
+
type: T['io.flow.internal.v0.enums.surcharge_type'].isRequired,
|
|
8414
|
+
});
|
|
8415
|
+
|
|
8374
8416
|
T['io.flow.internal.v0.models.label_aliases'] = PropTypes.exact({
|
|
8375
8417
|
name: PropTypes.string.isRequired,
|
|
8376
8418
|
aliases: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -8933,9 +8975,18 @@ T['io.flow.shopify.markets.v0.models.shopify_webhook_response_wrapper'] = PropTy
|
|
|
8933
8975
|
});
|
|
8934
8976
|
|
|
8935
8977
|
T['io.flow.internal.v0.models.shopify_markets_webhook_registration'] = PropTypes.exact({
|
|
8978
|
+
id: PropTypes.string.isRequired,
|
|
8936
8979
|
response: T['io.flow.shopify.markets.v0.models.shopify_webhook_response'].isRequired,
|
|
8937
8980
|
});
|
|
8938
8981
|
|
|
8982
|
+
T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'] = PropTypes.exact({
|
|
8983
|
+
discriminator: PropTypes.oneOf(['shopify_markets_webhook_registration_upserted']).isRequired,
|
|
8984
|
+
event_id: PropTypes.string.isRequired,
|
|
8985
|
+
timestamp: PropTypes.string.isRequired,
|
|
8986
|
+
organization: PropTypes.string.isRequired,
|
|
8987
|
+
registration: T['io.flow.internal.v0.models.shopify_markets_webhook_registration'].isRequired,
|
|
8988
|
+
});
|
|
8989
|
+
|
|
8939
8990
|
T['io.flow.internal.v0.models.shopify_markets_incorporation_country'] = PropTypes.exact({
|
|
8940
8991
|
country: PropTypes.string.isRequired,
|
|
8941
8992
|
state: PropTypes.string,
|
|
@@ -9038,6 +9089,19 @@ T['io.flow.internal.v0.models.shipper_account_info_form'] = PropTypes.exact({
|
|
|
9038
9089
|
invoice_info: T['io.flow.internal.v0.models.invoice_info_form'],
|
|
9039
9090
|
});
|
|
9040
9091
|
|
|
9092
|
+
T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'] = PropTypes.oneOf([
|
|
9093
|
+
'street_address_is_blank_3pl',
|
|
9094
|
+
'street_address_is_po_box_3pl',
|
|
9095
|
+
'business_street_address_is_blank',
|
|
9096
|
+
'business_street_address_is_po_box',
|
|
9097
|
+
]);
|
|
9098
|
+
|
|
9099
|
+
T['io.flow.internal.v0.models.setup_block_put_form'] = PropTypes.exact({
|
|
9100
|
+
reasons: PropTypes.arrayOf(
|
|
9101
|
+
T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'],
|
|
9102
|
+
).isRequired,
|
|
9103
|
+
});
|
|
9104
|
+
|
|
9041
9105
|
T['io.flow.internal.v0.enums.session_country_status'] = PropTypes.oneOf(['enabled', 'disabled']);
|
|
9042
9106
|
|
|
9043
9107
|
T['io.flow.internal.v0.models.session_country_form'] = PropTypes.exact({
|
|
@@ -9282,29 +9346,6 @@ T['io.flow.ratecard.v0.models.ratecard_carrier_summary'] = PropTypes.exact({
|
|
|
9282
9346
|
name: PropTypes.string.isRequired,
|
|
9283
9347
|
});
|
|
9284
9348
|
|
|
9285
|
-
T['io.flow.fulfillment.v0.enums.ratecard_owner'] = PropTypes.oneOf(['flow', 'organization']);
|
|
9286
|
-
|
|
9287
|
-
T['io.flow.ratecard.v0.models.ratecard_summary'] = PropTypes.exact({
|
|
9288
|
-
id: PropTypes.string.isRequired,
|
|
9289
|
-
number: PropTypes.string.isRequired,
|
|
9290
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
9291
|
-
});
|
|
9292
|
-
|
|
9293
|
-
T['io.flow.ratecard.v0.models.lane_summary'] = PropTypes.exact({
|
|
9294
|
-
id: PropTypes.string.isRequired,
|
|
9295
|
-
ratecard: T['io.flow.ratecard.v0.models.ratecard_summary'].isRequired,
|
|
9296
|
-
});
|
|
9297
|
-
|
|
9298
|
-
T['io.flow.label.v0.models.shipping_label_ratecard_summary'] = PropTypes.exact({
|
|
9299
|
-
id: PropTypes.string,
|
|
9300
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
9301
|
-
});
|
|
9302
|
-
|
|
9303
|
-
T['io.flow.label.v0.models.shipping_label_lane_summary'] = PropTypes.exact({
|
|
9304
|
-
id: PropTypes.string,
|
|
9305
|
-
ratecard: T['io.flow.label.v0.models.shipping_label_ratecard_summary'].isRequired,
|
|
9306
|
-
});
|
|
9307
|
-
|
|
9308
9349
|
T['io.flow.ratecard.v0.models.ratecard_reference'] = PropTypes.exact({
|
|
9309
9350
|
id: PropTypes.string.isRequired,
|
|
9310
9351
|
});
|
|
@@ -9338,26 +9379,6 @@ T['io.flow.common.v0.models.zone'] = PropTypes.exact({
|
|
|
9338
9379
|
country: PropTypes.string.isRequired,
|
|
9339
9380
|
});
|
|
9340
9381
|
|
|
9341
|
-
T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
9342
|
-
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
9343
|
-
effective_at: PropTypes.string.isRequired,
|
|
9344
|
-
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
9345
|
-
service: PropTypes.string.isRequired,
|
|
9346
|
-
number: PropTypes.string,
|
|
9347
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
9348
|
-
});
|
|
9349
|
-
|
|
9350
|
-
T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
9351
|
-
id: PropTypes.string.isRequired,
|
|
9352
|
-
number: PropTypes.string.isRequired,
|
|
9353
|
-
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
9354
|
-
effective_at: PropTypes.string.isRequired,
|
|
9355
|
-
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
9356
|
-
service: T['io.flow.ratecard.v0.models.ratecard_service_summary'].isRequired,
|
|
9357
|
-
published_at: PropTypes.string,
|
|
9358
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
9359
|
-
});
|
|
9360
|
-
|
|
9361
9382
|
T['io.flow.ratecard.v0.models.fuel_surcharge_service_fee'] = PropTypes.exact({
|
|
9362
9383
|
discriminator: PropTypes.oneOf(['fuel_surcharge_service_fee']).isRequired,
|
|
9363
9384
|
percent: PropTypes.number.isRequired,
|
|
@@ -9696,10 +9717,19 @@ T['io.flow.internal.v0.models.partner_organization_settings_form'] = PropTypes.e
|
|
|
9696
9717
|
});
|
|
9697
9718
|
|
|
9698
9719
|
T['io.flow.internal.v0.models.partner_organization_settings'] = PropTypes.exact({
|
|
9720
|
+
id: PropTypes.string.isRequired,
|
|
9699
9721
|
label_format: T['io.flow.partner.v0.enums.label_format'].isRequired,
|
|
9700
9722
|
glbe_merchant_guid: PropTypes.string.isRequired,
|
|
9701
9723
|
});
|
|
9702
9724
|
|
|
9725
|
+
T['io.flow.internal.v0.models.partner_organization_settings_upserted'] = PropTypes.exact({
|
|
9726
|
+
discriminator: PropTypes.oneOf(['partner_organization_settings_upserted']).isRequired,
|
|
9727
|
+
event_id: PropTypes.string.isRequired,
|
|
9728
|
+
timestamp: PropTypes.string.isRequired,
|
|
9729
|
+
organization: PropTypes.string.isRequired,
|
|
9730
|
+
partner_organization_settings: T['io.flow.internal.v0.models.partner_organization_settings'].isRequired,
|
|
9731
|
+
});
|
|
9732
|
+
|
|
9703
9733
|
T['io.flow.common.v0.enums.currency_label_formatter'] = PropTypes.oneOf(['strip_trailing_zeros', 'symbol_prefix', 'symbol_suffix']);
|
|
9704
9734
|
T['io.flow.common.v0.enums.currency_symbol_format'] = PropTypes.oneOf(['narrow', 'primary']);
|
|
9705
9735
|
|
|
@@ -9762,13 +9792,6 @@ T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'] = Prop
|
|
|
9762
9792
|
organization_restriction_snapshot: T['io.flow.internal.v0.models.organization_restriction_snapshot'].isRequired,
|
|
9763
9793
|
});
|
|
9764
9794
|
|
|
9765
|
-
T['io.flow.internal.v0.enums.organization_restriction_note_type'] = PropTypes.oneOf(['internal', 'rejection_reason', 'additional_rejection_info']);
|
|
9766
|
-
|
|
9767
|
-
T['io.flow.internal.v0.models.organization_restriction_note_form'] = PropTypes.exact({
|
|
9768
|
-
note: PropTypes.string.isRequired,
|
|
9769
|
-
note_type: T['io.flow.internal.v0.enums.organization_restriction_note_type'].isRequired,
|
|
9770
|
-
});
|
|
9771
|
-
|
|
9772
9795
|
T['io.flow.internal.v0.enums.organization_restriction_risk_level'] = PropTypes.oneOf(['5', '15']);
|
|
9773
9796
|
T['io.flow.internal.v0.enums.organization_restriction_screening_status'] = PropTypes.oneOf(['in_review', 'fully_reviewed', 'rejected', 'unscreened']);
|
|
9774
9797
|
T['io.flow.internal.v0.enums.organization_restriction_approval_status'] = PropTypes.oneOf(['ready', 'not-ready']);
|
|
@@ -9801,16 +9824,6 @@ T['io.flow.internal.v0.models.restriction_organization_status_deleted'] = PropTy
|
|
|
9801
9824
|
restriction_organization_status: T['io.flow.internal.v0.models.restriction_organization_status'].isRequired,
|
|
9802
9825
|
});
|
|
9803
9826
|
|
|
9804
|
-
T['io.flow.internal.v0.models.organization_restriction_screening_decision_form'] = PropTypes.exact({
|
|
9805
|
-
organization_id: PropTypes.string.isRequired,
|
|
9806
|
-
approval_status: T['io.flow.internal.v0.enums.organization_restriction_approval_status'].isRequired,
|
|
9807
|
-
screening_status: T['io.flow.internal.v0.enums.organization_restriction_screening_status'].isRequired,
|
|
9808
|
-
risk_level: T['io.flow.internal.v0.enums.organization_restriction_risk_level'],
|
|
9809
|
-
hs_code: PropTypes.string,
|
|
9810
|
-
merchant_category_code: PropTypes.string,
|
|
9811
|
-
notes: PropTypes.arrayOf(T['io.flow.internal.v0.models.organization_restriction_note_form']),
|
|
9812
|
-
});
|
|
9813
|
-
|
|
9814
9827
|
T['io.flow.internal.v0.models.organization_restriction_status'] = PropTypes.exact({
|
|
9815
9828
|
id: PropTypes.string.isRequired,
|
|
9816
9829
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -9821,29 +9834,33 @@ T['io.flow.internal.v0.models.organization_restriction_status'] = PropTypes.exac
|
|
|
9821
9834
|
selective_review_end_date: PropTypes.string,
|
|
9822
9835
|
full_review_start_date: PropTypes.string,
|
|
9823
9836
|
full_review_end_date: PropTypes.string,
|
|
9824
|
-
|
|
9825
|
-
|
|
9826
|
-
T['io.flow.internal.v0.models.organization_restriction_approval'] = PropTypes.exact({
|
|
9827
|
-
id: PropTypes.string.isRequired,
|
|
9828
|
-
status: T['io.flow.internal.v0.models.organization_restriction_status'].isRequired,
|
|
9837
|
+
merchant_category_code: PropTypes.string,
|
|
9829
9838
|
reason: PropTypes.string,
|
|
9830
9839
|
updated_at: PropTypes.string.isRequired,
|
|
9831
9840
|
});
|
|
9832
9841
|
|
|
9833
|
-
T['io.flow.internal.v0.models.
|
|
9834
|
-
discriminator: PropTypes.oneOf(['
|
|
9842
|
+
T['io.flow.internal.v0.models.organization_restriction_status_upserted'] = PropTypes.exact({
|
|
9843
|
+
discriminator: PropTypes.oneOf(['organization_restriction_status_upserted']).isRequired,
|
|
9835
9844
|
event_id: PropTypes.string.isRequired,
|
|
9836
9845
|
timestamp: PropTypes.string.isRequired,
|
|
9837
|
-
|
|
9838
|
-
organization_restriction_approval: T['io.flow.internal.v0.models.organization_restriction_approval'].isRequired,
|
|
9846
|
+
organization_restriction_status: T['io.flow.internal.v0.models.organization_restriction_status'].isRequired,
|
|
9839
9847
|
});
|
|
9840
9848
|
|
|
9841
|
-
T['io.flow.internal.v0.
|
|
9842
|
-
|
|
9843
|
-
|
|
9844
|
-
|
|
9845
|
-
|
|
9846
|
-
|
|
9849
|
+
T['io.flow.internal.v0.enums.organization_restriction_note_type'] = PropTypes.oneOf(['internal', 'rejection_reason', 'additional_rejection_info']);
|
|
9850
|
+
|
|
9851
|
+
T['io.flow.internal.v0.models.organization_restriction_note_form'] = PropTypes.exact({
|
|
9852
|
+
note: PropTypes.string.isRequired,
|
|
9853
|
+
note_type: T['io.flow.internal.v0.enums.organization_restriction_note_type'].isRequired,
|
|
9854
|
+
});
|
|
9855
|
+
|
|
9856
|
+
T['io.flow.internal.v0.models.organization_restriction_screening_decision_form'] = PropTypes.exact({
|
|
9857
|
+
organization_id: PropTypes.string.isRequired,
|
|
9858
|
+
approval_status: T['io.flow.internal.v0.enums.organization_restriction_approval_status'].isRequired,
|
|
9859
|
+
screening_status: T['io.flow.internal.v0.enums.organization_restriction_screening_status'].isRequired,
|
|
9860
|
+
risk_level: T['io.flow.internal.v0.enums.organization_restriction_risk_level'],
|
|
9861
|
+
hs_code: PropTypes.string,
|
|
9862
|
+
merchant_category_code: PropTypes.string,
|
|
9863
|
+
notes: PropTypes.arrayOf(T['io.flow.internal.v0.models.organization_restriction_note_form']),
|
|
9847
9864
|
});
|
|
9848
9865
|
|
|
9849
9866
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'] = PropTypes.exact({
|
|
@@ -10049,6 +10066,11 @@ T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition']
|
|
|
10049
10066
|
started_at: PropTypes.string.isRequired,
|
|
10050
10067
|
});
|
|
10051
10068
|
|
|
10069
|
+
T['io.flow.internal.v0.models.onboarding_state_form'] = PropTypes.exact({
|
|
10070
|
+
onboarding_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
10071
|
+
transitioned_at: PropTypes.string.isRequired,
|
|
10072
|
+
});
|
|
10073
|
+
|
|
10052
10074
|
T['io.flow.internal.v0.models.onboarding_organization'] = PropTypes.exact({
|
|
10053
10075
|
age: PropTypes.number.isRequired,
|
|
10054
10076
|
compliance_approved: PropTypes.bool.isRequired,
|
|
@@ -10140,7 +10162,6 @@ T['io.flow.merchant.onboarding.v0.models.onboarding_organization_reference'] = P
|
|
|
10140
10162
|
|
|
10141
10163
|
T['io.flow.internal.v0.models.organization_status_change'] = PropTypes.exact({
|
|
10142
10164
|
id: PropTypes.string.isRequired,
|
|
10143
|
-
organization: PropTypes.string.isRequired,
|
|
10144
10165
|
previous_status: T['io.flow.common.v0.enums.organization_status'],
|
|
10145
10166
|
status: T['io.flow.common.v0.enums.organization_status'].isRequired,
|
|
10146
10167
|
status_set_at: PropTypes.string.isRequired,
|
|
@@ -10150,6 +10171,7 @@ T['io.flow.internal.v0.models.organization_status_change_upserted'] = PropTypes.
|
|
|
10150
10171
|
discriminator: PropTypes.oneOf(['organization_status_change_upserted']).isRequired,
|
|
10151
10172
|
event_id: PropTypes.string.isRequired,
|
|
10152
10173
|
timestamp: PropTypes.string.isRequired,
|
|
10174
|
+
organization: PropTypes.string.isRequired,
|
|
10153
10175
|
organization_status_change: T['io.flow.internal.v0.models.organization_status_change'].isRequired,
|
|
10154
10176
|
});
|
|
10155
10177
|
|
|
@@ -11097,6 +11119,22 @@ T['io.flow.label.v0.models.shipping_label_document'] = PropTypes.exact({
|
|
|
11097
11119
|
});
|
|
11098
11120
|
|
|
11099
11121
|
T['io.flow.label.v0.enums.shipment_recipient'] = PropTypes.oneOf(['customer', 'return', 'crossdock']);
|
|
11122
|
+
|
|
11123
|
+
T['io.flow.internal.v0.models.label_generation_settings'] = PropTypes.exact({
|
|
11124
|
+
id: PropTypes.string.isRequired,
|
|
11125
|
+
item_identifier: PropTypes.string,
|
|
11126
|
+
auto_generate_query: PropTypes.string,
|
|
11127
|
+
commercial_invoice_only_query: PropTypes.string,
|
|
11128
|
+
});
|
|
11129
|
+
|
|
11130
|
+
T['io.flow.internal.v0.models.label_generation_settings_upserted'] = PropTypes.exact({
|
|
11131
|
+
discriminator: PropTypes.oneOf(['label_generation_settings_upserted']).isRequired,
|
|
11132
|
+
event_id: PropTypes.string.isRequired,
|
|
11133
|
+
timestamp: PropTypes.string.isRequired,
|
|
11134
|
+
organization: PropTypes.string.isRequired,
|
|
11135
|
+
label_generation_settings: T['io.flow.internal.v0.models.label_generation_settings'].isRequired,
|
|
11136
|
+
});
|
|
11137
|
+
|
|
11100
11138
|
T['io.flow.internal.v0.enums.label_creation_status'] = PropTypes.oneOf(['success', 'error', 'pending', 'cancelled']);
|
|
11101
11139
|
|
|
11102
11140
|
T['io.flow.internal.v0.models.label_creation_job_summary'] = PropTypes.exact({
|
|
@@ -11272,6 +11310,21 @@ T['io.flow.payment.v0.enums.card_type'] = PropTypes.oneOf([
|
|
|
11272
11310
|
'visa',
|
|
11273
11311
|
]);
|
|
11274
11312
|
|
|
11313
|
+
T['io.flow.payment.v0.models.card_confirmation_summary'] = PropTypes.exact({
|
|
11314
|
+
discriminator: PropTypes.oneOf(['card_confirmation_summary']).isRequired,
|
|
11315
|
+
type: T['io.flow.payment.v0.enums.card_type'],
|
|
11316
|
+
funding_type: PropTypes.string,
|
|
11317
|
+
expiration: T['io.flow.payment.v0.models.expiration'],
|
|
11318
|
+
iin: PropTypes.string,
|
|
11319
|
+
issuer: T['io.flow.payment.v0.models.issuer_summary'],
|
|
11320
|
+
last4: PropTypes.string,
|
|
11321
|
+
});
|
|
11322
|
+
|
|
11323
|
+
T['io.flow.payment.v0.unions.confirmation_details'] = PropTypes.oneOfType([
|
|
11324
|
+
T['io.flow.payment.v0.models.direct_debit'],
|
|
11325
|
+
T['io.flow.payment.v0.models.card_confirmation_summary'],
|
|
11326
|
+
]);
|
|
11327
|
+
|
|
11275
11328
|
T['io.flow.payment.v0.enums.cvv_result_code'] = PropTypes.oneOf(['matched', 'not_available', 'not_checked', 'not_matched']);
|
|
11276
11329
|
T['io.flow.payment.v0.enums.address_verification_result_field_code'] = PropTypes.oneOf(['matched', 'not_available', 'not_checked', 'not_matched']);
|
|
11277
11330
|
|
|
@@ -11474,6 +11527,7 @@ T['io.flow.internal.v0.models.organization_payment_setting_form'] = PropTypes.ex
|
|
|
11474
11527
|
});
|
|
11475
11528
|
|
|
11476
11529
|
T['io.flow.internal.v0.models.organization_payment_setting'] = PropTypes.exact({
|
|
11530
|
+
id: PropTypes.string.isRequired,
|
|
11477
11531
|
organization_id: PropTypes.string.isRequired,
|
|
11478
11532
|
default_capture_option: T['io.flow.payment.gateway.v0.unions.payment_capture_option'].isRequired,
|
|
11479
11533
|
status: T['io.flow.internal.v0.enums.organization_payment_status'].isRequired,
|
|
@@ -11830,143 +11884,38 @@ T['io.flow.order.management.v0.models.fulfillment_cancellation_form'] = PropType
|
|
|
11830
11884
|
lines: PropTypes.arrayOf(T['io.flow.order.management.v0.models.fulfillment_line_cancel_form']).isRequired,
|
|
11831
11885
|
});
|
|
11832
11886
|
|
|
11833
|
-
T['io.flow.
|
|
11834
|
-
'
|
|
11835
|
-
'
|
|
11836
|
-
'
|
|
11837
|
-
'
|
|
11838
|
-
'
|
|
11839
|
-
'cubic_meter',
|
|
11840
|
-
'gram',
|
|
11841
|
-
'kilogram',
|
|
11842
|
-
'meter',
|
|
11843
|
-
'ounce',
|
|
11844
|
-
'pound',
|
|
11887
|
+
T['io.flow.internal.v0.enums.ftp_intent'] = PropTypes.oneOf([
|
|
11888
|
+
'orders_from_flow',
|
|
11889
|
+
'pricebooks_from_flow',
|
|
11890
|
+
'pricebooks_to_flow',
|
|
11891
|
+
'catalog_to_flow',
|
|
11892
|
+
'inventory_to_flow',
|
|
11845
11893
|
]);
|
|
11846
11894
|
|
|
11847
|
-
T['io.flow.
|
|
11848
|
-
|
|
11849
|
-
|
|
11850
|
-
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
11851
|
-
margin: PropTypes.number,
|
|
11852
|
-
amount: PropTypes.number,
|
|
11895
|
+
T['io.flow.internal.v0.models.ftp_settings_paths'] = PropTypes.exact({
|
|
11896
|
+
inbound: PropTypes.string.isRequired,
|
|
11897
|
+
outbound: PropTypes.string.isRequired,
|
|
11853
11898
|
});
|
|
11854
11899
|
|
|
11855
|
-
T['io.flow.
|
|
11856
|
-
value: PropTypes.string.isRequired,
|
|
11857
|
-
units: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
11858
|
-
});
|
|
11900
|
+
T['io.flow.internal.v0.enums.ftp_protocol'] = PropTypes.oneOf(['sftp', 'ftp']);
|
|
11859
11901
|
|
|
11860
|
-
T['io.flow.
|
|
11861
|
-
|
|
11862
|
-
|
|
11902
|
+
T['io.flow.internal.v0.models.ftp_setting_form'] = PropTypes.exact({
|
|
11903
|
+
protocol: T['io.flow.internal.v0.enums.ftp_protocol'].isRequired,
|
|
11904
|
+
paths: T['io.flow.internal.v0.models.ftp_settings_paths'].isRequired,
|
|
11905
|
+
username: PropTypes.string.isRequired,
|
|
11906
|
+
password: PropTypes.string.isRequired,
|
|
11907
|
+
host: PropTypes.string,
|
|
11908
|
+
intents: PropTypes.arrayOf(T['io.flow.internal.v0.enums.ftp_intent']),
|
|
11863
11909
|
});
|
|
11864
11910
|
|
|
11865
|
-
T['io.flow.
|
|
11866
|
-
|
|
11867
|
-
|
|
11868
|
-
|
|
11869
|
-
|
|
11870
|
-
|
|
11871
|
-
|
|
11872
|
-
|
|
11873
|
-
T['io.flow.label.v0.models.single_package_shipping_notification_form'] = PropTypes.exact({
|
|
11874
|
-
discriminator: PropTypes.oneOf(['single_package_shipping_notification_form']).isRequired,
|
|
11875
|
-
fulfillment_key: PropTypes.string.isRequired,
|
|
11876
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
11877
|
-
package_dimensions: T['io.flow.common.v0.models.dimension'],
|
|
11878
|
-
service: PropTypes.string,
|
|
11879
|
-
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
11880
|
-
});
|
|
11881
|
-
|
|
11882
|
-
T['io.flow.ratecard.v0.models.estimated_dimensions'] = PropTypes.exact({
|
|
11883
|
-
depth: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
11884
|
-
length: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
11885
|
-
weight: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
11886
|
-
width: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
11887
|
-
});
|
|
11888
|
-
|
|
11889
|
-
T['io.flow.ratecard.v0.models.dimension_estimate_form'] = PropTypes.exact({
|
|
11890
|
-
q: PropTypes.string.isRequired,
|
|
11891
|
-
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
11892
|
-
position: PropTypes.number,
|
|
11893
|
-
});
|
|
11894
|
-
|
|
11895
|
-
T['io.flow.ratecard.v0.models.dimension_estimate'] = PropTypes.exact({
|
|
11896
|
-
id: PropTypes.string.isRequired,
|
|
11897
|
-
q: PropTypes.string.isRequired,
|
|
11898
|
-
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
11899
|
-
position: PropTypes.number.isRequired,
|
|
11900
|
-
});
|
|
11901
|
-
|
|
11902
|
-
T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'] = PropTypes.exact({
|
|
11903
|
-
discriminator: PropTypes.oneOf(['ratecard_dimension_estimate_upserted']).isRequired,
|
|
11904
|
-
event_id: PropTypes.string.isRequired,
|
|
11905
|
-
timestamp: PropTypes.string.isRequired,
|
|
11906
|
-
organization: PropTypes.string.isRequired,
|
|
11907
|
-
estimate: T['io.flow.ratecard.v0.models.dimension_estimate'].isRequired,
|
|
11908
|
-
});
|
|
11909
|
-
|
|
11910
|
-
T['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'] = PropTypes.exact({
|
|
11911
|
-
discriminator: PropTypes.oneOf(['ratecard_dimension_estimate_deleted']).isRequired,
|
|
11912
|
-
event_id: PropTypes.string.isRequired,
|
|
11913
|
-
timestamp: PropTypes.string.isRequired,
|
|
11914
|
-
organization: PropTypes.string.isRequired,
|
|
11915
|
-
estimate: T['io.flow.ratecard.v0.models.dimension_estimate'].isRequired,
|
|
11916
|
-
});
|
|
11917
|
-
|
|
11918
|
-
T['io.flow.internal.v0.models.item_dimension_estimate'] = PropTypes.exact({
|
|
11919
|
-
id: PropTypes.string.isRequired,
|
|
11920
|
-
item: T['io.flow.common.v0.models.item_reference'].isRequired,
|
|
11921
|
-
q: PropTypes.string.isRequired,
|
|
11922
|
-
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
11923
|
-
});
|
|
11924
|
-
|
|
11925
|
-
T['io.flow.internal.v0.models.item_dimension_estimate_upserted_v2'] = PropTypes.exact({
|
|
11926
|
-
discriminator: PropTypes.oneOf(['item_dimension_estimate_upserted_v2']).isRequired,
|
|
11927
|
-
event_id: PropTypes.string.isRequired,
|
|
11928
|
-
timestamp: PropTypes.string.isRequired,
|
|
11929
|
-
organization: PropTypes.string.isRequired,
|
|
11930
|
-
estimate: T['io.flow.internal.v0.models.item_dimension_estimate'].isRequired,
|
|
11931
|
-
});
|
|
11932
|
-
|
|
11933
|
-
T['io.flow.ratecard.v0.models.fee_weight'] = PropTypes.exact({
|
|
11934
|
-
weight: PropTypes.number.isRequired,
|
|
11935
|
-
unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
11936
|
-
});
|
|
11937
|
-
|
|
11938
|
-
T['io.flow.internal.v0.enums.ftp_intent'] = PropTypes.oneOf([
|
|
11939
|
-
'orders_from_flow',
|
|
11940
|
-
'pricebooks_from_flow',
|
|
11941
|
-
'pricebooks_to_flow',
|
|
11942
|
-
'catalog_to_flow',
|
|
11943
|
-
'inventory_to_flow',
|
|
11944
|
-
]);
|
|
11945
|
-
|
|
11946
|
-
T['io.flow.internal.v0.models.ftp_settings_paths'] = PropTypes.exact({
|
|
11947
|
-
inbound: PropTypes.string.isRequired,
|
|
11948
|
-
outbound: PropTypes.string.isRequired,
|
|
11949
|
-
});
|
|
11950
|
-
|
|
11951
|
-
T['io.flow.internal.v0.enums.ftp_protocol'] = PropTypes.oneOf(['sftp', 'ftp']);
|
|
11952
|
-
|
|
11953
|
-
T['io.flow.internal.v0.models.ftp_setting_form'] = PropTypes.exact({
|
|
11954
|
-
protocol: T['io.flow.internal.v0.enums.ftp_protocol'].isRequired,
|
|
11955
|
-
paths: T['io.flow.internal.v0.models.ftp_settings_paths'].isRequired,
|
|
11956
|
-
username: PropTypes.string.isRequired,
|
|
11957
|
-
password: PropTypes.string.isRequired,
|
|
11958
|
-
host: PropTypes.string,
|
|
11959
|
-
intents: PropTypes.arrayOf(T['io.flow.internal.v0.enums.ftp_intent']),
|
|
11960
|
-
});
|
|
11961
|
-
|
|
11962
|
-
T['io.flow.internal.v0.models.ftp_setting'] = PropTypes.exact({
|
|
11963
|
-
id: PropTypes.string.isRequired,
|
|
11964
|
-
protocol: T['io.flow.internal.v0.enums.ftp_protocol'].isRequired,
|
|
11965
|
-
paths: T['io.flow.internal.v0.models.ftp_settings_paths'].isRequired,
|
|
11966
|
-
username: PropTypes.string.isRequired,
|
|
11967
|
-
password: PropTypes.string.isRequired,
|
|
11968
|
-
host: PropTypes.string,
|
|
11969
|
-
intents: PropTypes.arrayOf(T['io.flow.internal.v0.enums.ftp_intent']),
|
|
11911
|
+
T['io.flow.internal.v0.models.ftp_setting'] = PropTypes.exact({
|
|
11912
|
+
id: PropTypes.string.isRequired,
|
|
11913
|
+
protocol: T['io.flow.internal.v0.enums.ftp_protocol'].isRequired,
|
|
11914
|
+
paths: T['io.flow.internal.v0.models.ftp_settings_paths'].isRequired,
|
|
11915
|
+
username: PropTypes.string.isRequired,
|
|
11916
|
+
password: PropTypes.string.isRequired,
|
|
11917
|
+
host: PropTypes.string,
|
|
11918
|
+
intents: PropTypes.arrayOf(T['io.flow.internal.v0.enums.ftp_intent']),
|
|
11970
11919
|
});
|
|
11971
11920
|
|
|
11972
11921
|
T['io.flow.ftp.v0.enums.ftp_file_source'] = PropTypes.oneOf(['flow', 'organization']);
|
|
@@ -13236,175 +13185,445 @@ T['io.flow.internal.v0.models.smp_tax_calculation'] = PropTypes.exact({
|
|
|
13236
13185
|
customer_code: PropTypes.string,
|
|
13237
13186
|
});
|
|
13238
13187
|
|
|
13239
|
-
T['io.flow.internal.v0.models.shopify_order_destination_form'] = PropTypes.exact({
|
|
13240
|
-
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13188
|
+
T['io.flow.internal.v0.models.shopify_order_destination_form'] = PropTypes.exact({
|
|
13189
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13190
|
+
});
|
|
13191
|
+
|
|
13192
|
+
T['io.flow.internal.v0.models.rate_and_rule_item_form'] = PropTypes.exact({
|
|
13193
|
+
item_reference: PropTypes.string.isRequired,
|
|
13194
|
+
hs_code: PropTypes.string.isRequired,
|
|
13195
|
+
origin: PropTypes.string.isRequired,
|
|
13196
|
+
ship_from_address: T['io.flow.common.v0.models.address'].isRequired,
|
|
13197
|
+
});
|
|
13198
|
+
|
|
13199
|
+
T['io.flow.internal.v0.models.rate_and_rule_lookup_form'] = PropTypes.exact({
|
|
13200
|
+
address: T['io.flow.common.v0.models.address'].isRequired,
|
|
13201
|
+
effective_date: PropTypes.string.isRequired,
|
|
13202
|
+
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item_form']).isRequired,
|
|
13203
|
+
});
|
|
13204
|
+
|
|
13205
|
+
T['io.flow.internal.v0.models.export_tracking_label_event'] = PropTypes.exact({
|
|
13206
|
+
id: PropTypes.string.isRequired,
|
|
13207
|
+
address: T['io.flow.common.v0.models.address'],
|
|
13208
|
+
carrier: PropTypes.string.isRequired,
|
|
13209
|
+
carrier_timestamp: PropTypes.string.isRequired,
|
|
13210
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
13211
|
+
flow_tracking_number: PropTypes.string.isRequired,
|
|
13212
|
+
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
13213
|
+
delivery_estimate: PropTypes.string,
|
|
13214
|
+
description: PropTypes.string,
|
|
13215
|
+
order_number: PropTypes.string,
|
|
13216
|
+
});
|
|
13217
|
+
|
|
13218
|
+
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'] = PropTypes.exact({
|
|
13219
|
+
discriminator: PropTypes.oneOf(['tracking_label_event_upserted_v2']).isRequired,
|
|
13220
|
+
event_id: PropTypes.string.isRequired,
|
|
13221
|
+
timestamp: PropTypes.string.isRequired,
|
|
13222
|
+
organization: PropTypes.string.isRequired,
|
|
13223
|
+
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
13224
|
+
});
|
|
13225
|
+
|
|
13226
|
+
T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exact({
|
|
13227
|
+
discriminator: PropTypes.oneOf(['tracking_label_event_deleted_v2']).isRequired,
|
|
13228
|
+
event_id: PropTypes.string.isRequired,
|
|
13229
|
+
timestamp: PropTypes.string.isRequired,
|
|
13230
|
+
organization: PropTypes.string.isRequired,
|
|
13231
|
+
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
13232
|
+
});
|
|
13233
|
+
|
|
13234
|
+
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
13235
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13236
|
+
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
13237
|
+
ship_from: T['io.flow.common.v0.models.address'].isRequired,
|
|
13238
|
+
});
|
|
13239
|
+
|
|
13240
|
+
T['io.flow.internal.v0.models.customs_product_labels'] = PropTypes.exact({
|
|
13241
|
+
item_type: PropTypes.string.isRequired,
|
|
13242
|
+
gender: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13243
|
+
material: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13244
|
+
construction: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13245
|
+
});
|
|
13246
|
+
|
|
13247
|
+
T['io.flow.price.v0.models.duty'] = PropTypes.exact({
|
|
13248
|
+
rate: PropTypes.number.isRequired,
|
|
13249
|
+
components: PropTypes.arrayOf(T['io.flow.price.v0.enums.levy_component']).isRequired,
|
|
13250
|
+
deminimis: T['io.flow.price.v0.unions.deminimis'],
|
|
13251
|
+
name: PropTypes.string,
|
|
13252
|
+
});
|
|
13253
|
+
|
|
13254
|
+
T['io.flow.harmonization.v0.models.lane_landed_cost'] = PropTypes.exact({
|
|
13255
|
+
origin: PropTypes.string.isRequired,
|
|
13256
|
+
destination: PropTypes.string.isRequired,
|
|
13257
|
+
tariff_code: PropTypes.string.isRequired,
|
|
13258
|
+
effective_duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13259
|
+
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
13260
|
+
});
|
|
13261
|
+
|
|
13262
|
+
T['io.flow.price.v0.models.price_equation'] = PropTypes.exact({
|
|
13263
|
+
contracted_rate: PropTypes.number.isRequired,
|
|
13264
|
+
rate: PropTypes.number.isRequired,
|
|
13265
|
+
pricing: T['io.flow.price.v0.models.pricing'].isRequired,
|
|
13266
|
+
base_price: PropTypes.number.isRequired,
|
|
13267
|
+
discount: PropTypes.number.isRequired,
|
|
13268
|
+
fixed_margin: PropTypes.number.isRequired,
|
|
13269
|
+
percent_margin: PropTypes.number.isRequired,
|
|
13270
|
+
insurance: PropTypes.number.isRequired,
|
|
13271
|
+
freight: PropTypes.number.isRequired,
|
|
13272
|
+
duty: T['io.flow.price.v0.models.duty'],
|
|
13273
|
+
tax: T['io.flow.price.v0.models.tax'],
|
|
13274
|
+
percent_sales_margin: PropTypes.number.isRequired,
|
|
13275
|
+
});
|
|
13276
|
+
|
|
13277
|
+
T['io.flow.internal.v0.models.rate_and_rule_item'] = PropTypes.exact({
|
|
13278
|
+
item_reference: PropTypes.string.isRequired,
|
|
13279
|
+
hs_code: PropTypes.string.isRequired,
|
|
13280
|
+
origin: PropTypes.string.isRequired,
|
|
13281
|
+
ship_from_address: T['io.flow.common.v0.models.address'].isRequired,
|
|
13282
|
+
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13283
|
+
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
13284
|
+
duty_selection_rule: T['io.flow.internal.v0.enums.duty_selection_rule'].isRequired,
|
|
13285
|
+
});
|
|
13286
|
+
|
|
13287
|
+
T['io.flow.internal.v0.models.rate_and_rule_lookup'] = PropTypes.exact({
|
|
13288
|
+
address: T['io.flow.common.v0.models.address'].isRequired,
|
|
13289
|
+
effective_date: PropTypes.string.isRequired,
|
|
13290
|
+
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item']).isRequired,
|
|
13291
|
+
});
|
|
13292
|
+
|
|
13293
|
+
T['io.flow.harmonization.v0.models.harmonized_landed_cost_item'] = PropTypes.exact({
|
|
13294
|
+
item: T['io.flow.harmonization.v0.models.harmonized_item_reference'].isRequired,
|
|
13295
|
+
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13296
|
+
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
13297
|
+
tax_applicability: T['io.flow.harmonization.v0.enums.tax_applicability'],
|
|
13298
|
+
origin: PropTypes.string,
|
|
13299
|
+
hs_code: PropTypes.string,
|
|
13300
|
+
tariff_code: PropTypes.string,
|
|
13301
|
+
customs_description: PropTypes.string,
|
|
13302
|
+
source_address: T['io.flow.common.v0.models.address'],
|
|
13303
|
+
});
|
|
13304
|
+
|
|
13305
|
+
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'] = PropTypes.exact({
|
|
13306
|
+
discriminator: PropTypes.oneOf(['rex']).isRequired,
|
|
13307
|
+
number: PropTypes.string.isRequired,
|
|
13308
|
+
});
|
|
13309
|
+
|
|
13310
|
+
T['io.flow.internal.v0.models.item_customs_details'] = PropTypes.exact({
|
|
13311
|
+
item_number: PropTypes.string.isRequired,
|
|
13312
|
+
sub_item_number: PropTypes.string,
|
|
13313
|
+
customs_description: PropTypes.string,
|
|
13314
|
+
origin: PropTypes.string.isRequired,
|
|
13315
|
+
hs6: PropTypes.string,
|
|
13316
|
+
hs_description: PropTypes.string,
|
|
13317
|
+
tariff_code: PropTypes.string,
|
|
13318
|
+
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13319
|
+
price_composition_rate: PropTypes.number.isRequired,
|
|
13320
|
+
duty_composition_rate: PropTypes.number.isRequired,
|
|
13321
|
+
export_control_classification_number: PropTypes.string,
|
|
13322
|
+
labels: T['io.flow.internal.v0.models.customs_product_labels'],
|
|
13323
|
+
});
|
|
13324
|
+
|
|
13325
|
+
T['io.flow.internal.v0.unions.tariff_eligibility_data'] = PropTypes.oneOfType([
|
|
13326
|
+
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'],
|
|
13327
|
+
]);
|
|
13328
|
+
|
|
13329
|
+
T['io.flow.internal.v0.models.tariff_eligibility'] = PropTypes.exact({
|
|
13330
|
+
id: PropTypes.string.isRequired,
|
|
13331
|
+
data: T['io.flow.internal.v0.unions.tariff_eligibility_data'].isRequired,
|
|
13332
|
+
});
|
|
13333
|
+
|
|
13334
|
+
T['io.flow.internal.v0.models.duties'] = PropTypes.exact({
|
|
13335
|
+
duty_rate: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13336
|
+
duty_rate_v2: T['io.flow.internal.v0.models.duty_rate'],
|
|
13337
|
+
});
|
|
13338
|
+
|
|
13339
|
+
T['io.flow.internal.v0.models.tariff_code_duty'] = PropTypes.exact({
|
|
13340
|
+
tariff_code: PropTypes.string.isRequired,
|
|
13341
|
+
duties: PropTypes.objectOf(T['io.flow.internal.v0.models.duties']).isRequired,
|
|
13342
|
+
});
|
|
13343
|
+
|
|
13344
|
+
T['io.flow.internal.v0.models.customs_description_tariff_code_duty_form'] = PropTypes.exact({
|
|
13345
|
+
customs_description: PropTypes.string.isRequired,
|
|
13346
|
+
harmonization_code: PropTypes.string,
|
|
13347
|
+
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
13348
|
+
});
|
|
13349
|
+
|
|
13350
|
+
T['io.flow.internal.v0.models.customs_description_tariff_code_duty'] = PropTypes.exact({
|
|
13351
|
+
id: PropTypes.string.isRequired,
|
|
13352
|
+
customs_description: PropTypes.string.isRequired,
|
|
13353
|
+
status: PropTypes.string.isRequired,
|
|
13354
|
+
harmonization_code: PropTypes.string,
|
|
13355
|
+
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
13356
|
+
tariff_codes_metadata: PropTypes.objectOf(PropTypes.string),
|
|
13357
|
+
});
|
|
13358
|
+
|
|
13359
|
+
T['io.flow.internal.v0.models.organization_reference'] = PropTypes.exact({
|
|
13360
|
+
id: PropTypes.string.isRequired,
|
|
13361
|
+
});
|
|
13362
|
+
|
|
13363
|
+
T['io.flow.label.v0.enums.cost_estimate_source'] = PropTypes.oneOf(['flow', 'channel']);
|
|
13364
|
+
T['io.flow.label.v0.enums.label_trigger_method'] = PropTypes.oneOf(['autogenerated', 'on_demand']);
|
|
13365
|
+
|
|
13366
|
+
T['io.flow.label.v0.enums.label_request_method'] = PropTypes.oneOf([
|
|
13367
|
+
'flow_web_sync',
|
|
13368
|
+
'channel_web_async',
|
|
13369
|
+
'direct_api_sync',
|
|
13370
|
+
'direct_api_async',
|
|
13371
|
+
'bridge_api_sync',
|
|
13372
|
+
'partner_api_sync',
|
|
13373
|
+
'notification_requiring_crossdock',
|
|
13374
|
+
'autogenerated',
|
|
13375
|
+
]);
|
|
13376
|
+
|
|
13377
|
+
T['io.flow.internal.v0.models.csv_label_cost'] = PropTypes.exact({
|
|
13378
|
+
amount: PropTypes.number.isRequired,
|
|
13379
|
+
currency: PropTypes.string.isRequired,
|
|
13380
|
+
source: T['io.flow.label.v0.enums.cost_estimate_source'].isRequired,
|
|
13381
|
+
});
|
|
13382
|
+
|
|
13383
|
+
T['io.flow.internal.v0.models.csv_label'] = PropTypes.exact({
|
|
13384
|
+
id: PropTypes.string.isRequired,
|
|
13385
|
+
cost: T['io.flow.internal.v0.models.csv_label_cost'].isRequired,
|
|
13386
|
+
created_at: PropTypes.string.isRequired,
|
|
13387
|
+
request_method: T['io.flow.label.v0.enums.label_request_method'],
|
|
13388
|
+
trigger_method: T['io.flow.label.v0.enums.label_trigger_method'],
|
|
13389
|
+
});
|
|
13390
|
+
|
|
13391
|
+
T['io.flow.internal.v0.enums.label_input_source'] = PropTypes.oneOf(['estimate']);
|
|
13392
|
+
|
|
13393
|
+
T['io.flow.internal.v0.models.csv_global_e_proposition'] = PropTypes.exact({
|
|
13394
|
+
name: PropTypes.string.isRequired,
|
|
13395
|
+
});
|
|
13396
|
+
|
|
13397
|
+
T['io.flow.internal.v0.models.csv_global_e_shipping_method'] = PropTypes.exact({
|
|
13398
|
+
id: PropTypes.string.isRequired,
|
|
13399
|
+
proposition: T['io.flow.internal.v0.models.csv_global_e_proposition'].isRequired,
|
|
13400
|
+
});
|
|
13401
|
+
|
|
13402
|
+
T['io.flow.internal.v0.models.csv_service_fee'] = PropTypes.exact({
|
|
13403
|
+
amount: PropTypes.number,
|
|
13404
|
+
currency: PropTypes.string,
|
|
13405
|
+
percentage: PropTypes.number,
|
|
13406
|
+
});
|
|
13407
|
+
|
|
13408
|
+
T['io.flow.internal.v0.models.csv_flow_ratecard_surcharges'] = PropTypes.exact({
|
|
13409
|
+
fuel: T['io.flow.internal.v0.models.csv_service_fee'],
|
|
13410
|
+
remote_area: T['io.flow.internal.v0.models.csv_service_fee'],
|
|
13411
|
+
oversize: T['io.flow.internal.v0.models.csv_service_fee'],
|
|
13412
|
+
duties_paid: T['io.flow.internal.v0.models.csv_service_fee'],
|
|
13413
|
+
});
|
|
13414
|
+
|
|
13415
|
+
T['io.flow.internal.v0.models.lane_reference'] = PropTypes.exact({
|
|
13416
|
+
id: PropTypes.string.isRequired,
|
|
13417
|
+
});
|
|
13418
|
+
|
|
13419
|
+
T['io.flow.fulfillment.v0.enums.ratecard_owner'] = PropTypes.oneOf(['flow', 'organization']);
|
|
13420
|
+
|
|
13421
|
+
T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
13422
|
+
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
13423
|
+
effective_at: PropTypes.string.isRequired,
|
|
13424
|
+
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
13425
|
+
service: PropTypes.string.isRequired,
|
|
13426
|
+
number: PropTypes.string,
|
|
13427
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
13428
|
+
});
|
|
13429
|
+
|
|
13430
|
+
T['io.flow.ratecard.v0.models.ratecard_summary'] = PropTypes.exact({
|
|
13431
|
+
id: PropTypes.string.isRequired,
|
|
13432
|
+
number: PropTypes.string.isRequired,
|
|
13433
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
13434
|
+
});
|
|
13435
|
+
|
|
13436
|
+
T['io.flow.ratecard.v0.models.lane_summary'] = PropTypes.exact({
|
|
13437
|
+
id: PropTypes.string.isRequired,
|
|
13438
|
+
ratecard: T['io.flow.ratecard.v0.models.ratecard_summary'].isRequired,
|
|
13439
|
+
});
|
|
13440
|
+
|
|
13441
|
+
T['io.flow.label.v0.models.shipping_label_ratecard_summary'] = PropTypes.exact({
|
|
13442
|
+
id: PropTypes.string,
|
|
13443
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
13444
|
+
});
|
|
13445
|
+
|
|
13446
|
+
T['io.flow.label.v0.models.shipping_label_lane_summary'] = PropTypes.exact({
|
|
13447
|
+
id: PropTypes.string,
|
|
13448
|
+
ratecard: T['io.flow.label.v0.models.shipping_label_ratecard_summary'].isRequired,
|
|
13449
|
+
});
|
|
13450
|
+
|
|
13451
|
+
T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
13452
|
+
id: PropTypes.string.isRequired,
|
|
13453
|
+
number: PropTypes.string.isRequired,
|
|
13454
|
+
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
13455
|
+
effective_at: PropTypes.string.isRequired,
|
|
13456
|
+
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
13457
|
+
service: T['io.flow.ratecard.v0.models.ratecard_service_summary'].isRequired,
|
|
13458
|
+
published_at: PropTypes.string,
|
|
13459
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
13460
|
+
});
|
|
13461
|
+
|
|
13462
|
+
T['io.flow.internal.v0.models.csv_flow_ratecard'] = PropTypes.exact({
|
|
13463
|
+
id: PropTypes.string.isRequired,
|
|
13464
|
+
number: PropTypes.string.isRequired,
|
|
13465
|
+
owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
13466
|
+
lane: T['io.flow.internal.v0.models.lane_reference'].isRequired,
|
|
13467
|
+
dim_factor: PropTypes.number.isRequired,
|
|
13468
|
+
surcharges: T['io.flow.internal.v0.models.csv_flow_ratecard_surcharges'].isRequired,
|
|
13469
|
+
base_amount: PropTypes.number,
|
|
13470
|
+
});
|
|
13471
|
+
|
|
13472
|
+
T['io.flow.internal.v0.models.csv_surcharge_percentage'] = PropTypes.exact({
|
|
13473
|
+
percentage: PropTypes.number.isRequired,
|
|
13474
|
+
amount: PropTypes.number.isRequired,
|
|
13475
|
+
});
|
|
13476
|
+
|
|
13477
|
+
T['io.flow.internal.v0.models.csv_actual_ratecard'] = PropTypes.exact({
|
|
13478
|
+
base_amount: PropTypes.number,
|
|
13479
|
+
});
|
|
13480
|
+
|
|
13481
|
+
T['io.flow.common.v0.enums.unit_of_measurement'] = PropTypes.oneOf([
|
|
13482
|
+
'millimeter',
|
|
13483
|
+
'centimeter',
|
|
13484
|
+
'inch',
|
|
13485
|
+
'foot',
|
|
13486
|
+
'cubic_inch',
|
|
13487
|
+
'cubic_meter',
|
|
13488
|
+
'gram',
|
|
13489
|
+
'kilogram',
|
|
13490
|
+
'meter',
|
|
13491
|
+
'ounce',
|
|
13492
|
+
'pound',
|
|
13493
|
+
]);
|
|
13494
|
+
|
|
13495
|
+
T['io.flow.ratecard.v0.models.oversized_shipment_ratecard_fee'] = PropTypes.exact({
|
|
13496
|
+
discriminator: PropTypes.oneOf(['oversized_shipment_ratecard_fee']).isRequired,
|
|
13497
|
+
weight_threshold: PropTypes.number.isRequired,
|
|
13498
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13499
|
+
margin: PropTypes.number,
|
|
13500
|
+
amount: PropTypes.number,
|
|
13501
|
+
});
|
|
13502
|
+
|
|
13503
|
+
T['io.flow.common.v0.models.measurement'] = PropTypes.exact({
|
|
13504
|
+
value: PropTypes.string.isRequired,
|
|
13505
|
+
units: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13506
|
+
});
|
|
13507
|
+
|
|
13508
|
+
T['io.flow.fulfillment.v0.models.option_weight_estimates'] = PropTypes.exact({
|
|
13509
|
+
gravitational: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13510
|
+
dimensional: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13511
|
+
});
|
|
13512
|
+
|
|
13513
|
+
T['io.flow.common.v0.models.dimension'] = PropTypes.exact({
|
|
13514
|
+
depth: T['io.flow.common.v0.models.measurement'],
|
|
13515
|
+
diameter: T['io.flow.common.v0.models.measurement'],
|
|
13516
|
+
length: T['io.flow.common.v0.models.measurement'],
|
|
13517
|
+
weight: T['io.flow.common.v0.models.measurement'],
|
|
13518
|
+
width: T['io.flow.common.v0.models.measurement'],
|
|
13241
13519
|
});
|
|
13242
13520
|
|
|
13243
|
-
T['io.flow.
|
|
13244
|
-
|
|
13245
|
-
|
|
13246
|
-
|
|
13247
|
-
|
|
13521
|
+
T['io.flow.label.v0.models.single_package_shipping_notification_form'] = PropTypes.exact({
|
|
13522
|
+
discriminator: PropTypes.oneOf(['single_package_shipping_notification_form']).isRequired,
|
|
13523
|
+
fulfillment_key: PropTypes.string.isRequired,
|
|
13524
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
13525
|
+
package_dimensions: T['io.flow.common.v0.models.dimension'],
|
|
13526
|
+
service: PropTypes.string,
|
|
13527
|
+
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
13248
13528
|
});
|
|
13249
13529
|
|
|
13250
|
-
T['io.flow.
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13530
|
+
T['io.flow.ratecard.v0.models.estimated_dimensions'] = PropTypes.exact({
|
|
13531
|
+
depth: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13532
|
+
length: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13533
|
+
weight: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13534
|
+
width: T['io.flow.common.v0.models.measurement'].isRequired,
|
|
13254
13535
|
});
|
|
13255
13536
|
|
|
13256
|
-
T['io.flow.
|
|
13537
|
+
T['io.flow.ratecard.v0.models.dimension_estimate_form'] = PropTypes.exact({
|
|
13538
|
+
q: PropTypes.string.isRequired,
|
|
13539
|
+
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
13540
|
+
position: PropTypes.number,
|
|
13541
|
+
});
|
|
13542
|
+
|
|
13543
|
+
T['io.flow.ratecard.v0.models.dimension_estimate'] = PropTypes.exact({
|
|
13257
13544
|
id: PropTypes.string.isRequired,
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
13262
|
-
flow_tracking_number: PropTypes.string.isRequired,
|
|
13263
|
-
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
13264
|
-
delivery_estimate: PropTypes.string,
|
|
13265
|
-
description: PropTypes.string,
|
|
13266
|
-
order_number: PropTypes.string,
|
|
13545
|
+
q: PropTypes.string.isRequired,
|
|
13546
|
+
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
13547
|
+
position: PropTypes.number.isRequired,
|
|
13267
13548
|
});
|
|
13268
13549
|
|
|
13269
|
-
T['io.flow.internal.v0.models.
|
|
13270
|
-
discriminator: PropTypes.oneOf(['
|
|
13550
|
+
T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'] = PropTypes.exact({
|
|
13551
|
+
discriminator: PropTypes.oneOf(['ratecard_dimension_estimate_upserted']).isRequired,
|
|
13271
13552
|
event_id: PropTypes.string.isRequired,
|
|
13272
13553
|
timestamp: PropTypes.string.isRequired,
|
|
13273
13554
|
organization: PropTypes.string.isRequired,
|
|
13274
|
-
|
|
13555
|
+
estimate: T['io.flow.ratecard.v0.models.dimension_estimate'].isRequired,
|
|
13275
13556
|
});
|
|
13276
13557
|
|
|
13277
|
-
T['io.flow.internal.v0.models.
|
|
13278
|
-
discriminator: PropTypes.oneOf(['
|
|
13558
|
+
T['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'] = PropTypes.exact({
|
|
13559
|
+
discriminator: PropTypes.oneOf(['ratecard_dimension_estimate_deleted']).isRequired,
|
|
13279
13560
|
event_id: PropTypes.string.isRequired,
|
|
13280
13561
|
timestamp: PropTypes.string.isRequired,
|
|
13281
13562
|
organization: PropTypes.string.isRequired,
|
|
13282
|
-
|
|
13283
|
-
});
|
|
13284
|
-
|
|
13285
|
-
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
13286
|
-
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13287
|
-
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
13288
|
-
ship_from: T['io.flow.common.v0.models.address'].isRequired,
|
|
13289
|
-
});
|
|
13290
|
-
|
|
13291
|
-
T['io.flow.internal.v0.models.customs_product_labels'] = PropTypes.exact({
|
|
13292
|
-
item_type: PropTypes.string.isRequired,
|
|
13293
|
-
gender: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13294
|
-
material: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13295
|
-
construction: T['io.flow.internal.v0.models.customs_product_attribute_label'],
|
|
13296
|
-
});
|
|
13297
|
-
|
|
13298
|
-
T['io.flow.price.v0.models.duty'] = PropTypes.exact({
|
|
13299
|
-
rate: PropTypes.number.isRequired,
|
|
13300
|
-
components: PropTypes.arrayOf(T['io.flow.price.v0.enums.levy_component']).isRequired,
|
|
13301
|
-
deminimis: T['io.flow.price.v0.unions.deminimis'],
|
|
13302
|
-
name: PropTypes.string,
|
|
13303
|
-
});
|
|
13304
|
-
|
|
13305
|
-
T['io.flow.harmonization.v0.models.lane_landed_cost'] = PropTypes.exact({
|
|
13306
|
-
origin: PropTypes.string.isRequired,
|
|
13307
|
-
destination: PropTypes.string.isRequired,
|
|
13308
|
-
tariff_code: PropTypes.string.isRequired,
|
|
13309
|
-
effective_duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13310
|
-
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
13563
|
+
estimate: T['io.flow.ratecard.v0.models.dimension_estimate'].isRequired,
|
|
13311
13564
|
});
|
|
13312
13565
|
|
|
13313
|
-
T['io.flow.
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13317
|
-
|
|
13318
|
-
discount: PropTypes.number.isRequired,
|
|
13319
|
-
fixed_margin: PropTypes.number.isRequired,
|
|
13320
|
-
percent_margin: PropTypes.number.isRequired,
|
|
13321
|
-
insurance: PropTypes.number.isRequired,
|
|
13322
|
-
freight: PropTypes.number.isRequired,
|
|
13323
|
-
duty: T['io.flow.price.v0.models.duty'],
|
|
13324
|
-
tax: T['io.flow.price.v0.models.tax'],
|
|
13325
|
-
percent_sales_margin: PropTypes.number.isRequired,
|
|
13566
|
+
T['io.flow.internal.v0.models.item_dimension_estimate'] = PropTypes.exact({
|
|
13567
|
+
id: PropTypes.string.isRequired,
|
|
13568
|
+
item: T['io.flow.common.v0.models.item_reference'].isRequired,
|
|
13569
|
+
q: PropTypes.string.isRequired,
|
|
13570
|
+
dimensions: T['io.flow.ratecard.v0.models.estimated_dimensions'].isRequired,
|
|
13326
13571
|
});
|
|
13327
13572
|
|
|
13328
|
-
T['io.flow.internal.v0.models.
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13333
|
-
|
|
13334
|
-
tax: T['io.flow.price.v0.models.tax'].isRequired,
|
|
13335
|
-
duty_selection_rule: T['io.flow.internal.v0.enums.duty_selection_rule'].isRequired,
|
|
13573
|
+
T['io.flow.internal.v0.models.item_dimension_estimate_upserted_v2'] = PropTypes.exact({
|
|
13574
|
+
discriminator: PropTypes.oneOf(['item_dimension_estimate_upserted_v2']).isRequired,
|
|
13575
|
+
event_id: PropTypes.string.isRequired,
|
|
13576
|
+
timestamp: PropTypes.string.isRequired,
|
|
13577
|
+
organization: PropTypes.string.isRequired,
|
|
13578
|
+
estimate: T['io.flow.internal.v0.models.item_dimension_estimate'].isRequired,
|
|
13336
13579
|
});
|
|
13337
13580
|
|
|
13338
|
-
T['io.flow.
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
items: PropTypes.arrayOf(T['io.flow.internal.v0.models.rate_and_rule_item']).isRequired,
|
|
13581
|
+
T['io.flow.ratecard.v0.models.fee_weight'] = PropTypes.exact({
|
|
13582
|
+
weight: PropTypes.number.isRequired,
|
|
13583
|
+
unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13342
13584
|
});
|
|
13343
13585
|
|
|
13344
|
-
T['io.flow.
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
origin: PropTypes.string,
|
|
13350
|
-
hs_code: PropTypes.string,
|
|
13351
|
-
tariff_code: PropTypes.string,
|
|
13352
|
-
customs_description: PropTypes.string,
|
|
13353
|
-
source_address: T['io.flow.common.v0.models.address'],
|
|
13586
|
+
T['io.flow.internal.v0.models.csv_weight'] = PropTypes.exact({
|
|
13587
|
+
unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13588
|
+
provided: PropTypes.number.isRequired,
|
|
13589
|
+
dimensional: PropTypes.number.isRequired,
|
|
13590
|
+
lookup: PropTypes.number.isRequired,
|
|
13354
13591
|
});
|
|
13355
13592
|
|
|
13356
|
-
T['io.flow.internal.v0.models.
|
|
13357
|
-
|
|
13358
|
-
|
|
13593
|
+
T['io.flow.internal.v0.models.csv_dimensions'] = PropTypes.exact({
|
|
13594
|
+
unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13595
|
+
length: PropTypes.number.isRequired,
|
|
13596
|
+
width: PropTypes.number.isRequired,
|
|
13597
|
+
depth: PropTypes.number.isRequired,
|
|
13359
13598
|
});
|
|
13360
13599
|
|
|
13361
|
-
T['io.flow.internal.v0.models.
|
|
13362
|
-
|
|
13363
|
-
|
|
13364
|
-
|
|
13365
|
-
|
|
13366
|
-
hs6: PropTypes.string,
|
|
13367
|
-
hs_description: PropTypes.string,
|
|
13368
|
-
tariff_code: PropTypes.string,
|
|
13369
|
-
duty: T['io.flow.price.v0.models.duty'].isRequired,
|
|
13370
|
-
price_composition_rate: PropTypes.number.isRequired,
|
|
13371
|
-
duty_composition_rate: PropTypes.number.isRequired,
|
|
13372
|
-
export_control_classification_number: PropTypes.string,
|
|
13373
|
-
labels: T['io.flow.internal.v0.models.customs_product_labels'],
|
|
13600
|
+
T['io.flow.internal.v0.models.csv_surcharges'] = PropTypes.exact({
|
|
13601
|
+
fuel: T['io.flow.internal.v0.models.csv_surcharge_percentage'].isRequired,
|
|
13602
|
+
remote_area: PropTypes.number.isRequired,
|
|
13603
|
+
oversize: PropTypes.number.isRequired,
|
|
13604
|
+
duties_paid: PropTypes.number.isRequired,
|
|
13374
13605
|
});
|
|
13375
13606
|
|
|
13376
|
-
T['io.flow.internal.v0.
|
|
13377
|
-
T['io.flow.internal.v0.models.registered_exporter_tariff_eligibility_data'],
|
|
13378
|
-
]);
|
|
13379
|
-
|
|
13380
|
-
T['io.flow.internal.v0.models.tariff_eligibility'] = PropTypes.exact({
|
|
13607
|
+
T['io.flow.internal.v0.models.csv_input'] = PropTypes.exact({
|
|
13381
13608
|
id: PropTypes.string.isRequired,
|
|
13382
|
-
|
|
13383
|
-
|
|
13384
|
-
|
|
13385
|
-
T['io.flow.internal.v0.models.
|
|
13386
|
-
|
|
13387
|
-
|
|
13388
|
-
|
|
13389
|
-
|
|
13390
|
-
T['io.flow.internal.v0.models.tariff_code_duty'] = PropTypes.exact({
|
|
13391
|
-
tariff_code: PropTypes.string.isRequired,
|
|
13392
|
-
duties: PropTypes.objectOf(T['io.flow.internal.v0.models.duties']).isRequired,
|
|
13393
|
-
});
|
|
13394
|
-
|
|
13395
|
-
T['io.flow.internal.v0.models.customs_description_tariff_code_duty_form'] = PropTypes.exact({
|
|
13396
|
-
customs_description: PropTypes.string.isRequired,
|
|
13397
|
-
harmonization_code: PropTypes.string,
|
|
13398
|
-
tariff_codes: PropTypes.objectOf(T['io.flow.internal.v0.models.tariff_code_duty']),
|
|
13609
|
+
source: T['io.flow.internal.v0.enums.label_input_source'].isRequired,
|
|
13610
|
+
currency: PropTypes.string.isRequired,
|
|
13611
|
+
base_amount: PropTypes.number.isRequired,
|
|
13612
|
+
surcharges: T['io.flow.internal.v0.models.csv_surcharges'].isRequired,
|
|
13613
|
+
total: PropTypes.number.isRequired,
|
|
13614
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13615
|
+
weight: PropTypes.number.isRequired,
|
|
13399
13616
|
});
|
|
13400
13617
|
|
|
13401
|
-
T['io.flow.internal.v0.models.
|
|
13618
|
+
T['io.flow.internal.v0.models.csv_actual'] = PropTypes.exact({
|
|
13402
13619
|
id: PropTypes.string.isRequired,
|
|
13403
|
-
|
|
13404
|
-
|
|
13405
|
-
|
|
13406
|
-
|
|
13407
|
-
|
|
13620
|
+
currency: PropTypes.string.isRequired,
|
|
13621
|
+
base_amount: PropTypes.number.isRequired,
|
|
13622
|
+
surcharges: T['io.flow.internal.v0.models.csv_surcharges'].isRequired,
|
|
13623
|
+
total: PropTypes.number.isRequired,
|
|
13624
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13625
|
+
weight: PropTypes.number.isRequired,
|
|
13626
|
+
ratecard: T['io.flow.internal.v0.models.csv_actual_ratecard'].isRequired,
|
|
13408
13627
|
});
|
|
13409
13628
|
|
|
13410
13629
|
T['io.flow.internal.v0.models.crypto_authentication_form'] = PropTypes.exact({
|
|
@@ -17600,12 +17819,21 @@ T['io.flow.internal.v0.models.manual_review_rule_form'] = PropTypes.exact({
|
|
|
17600
17819
|
});
|
|
17601
17820
|
|
|
17602
17821
|
T['io.flow.internal.v0.models.manual_review_rule'] = PropTypes.exact({
|
|
17822
|
+
id: PropTypes.string.isRequired,
|
|
17603
17823
|
responsible_party: T['io.flow.internal.v0.enums.fraud_review_responsible_party'].isRequired,
|
|
17604
17824
|
status: T['io.flow.internal.v0.enums.manual_review_rule_status'].isRequired,
|
|
17605
17825
|
duration: T['io.flow.common.v0.models.duration'].isRequired,
|
|
17606
17826
|
emails: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
17607
17827
|
});
|
|
17608
17828
|
|
|
17829
|
+
T['io.flow.internal.v0.models.manual_review_rule_upserted'] = PropTypes.exact({
|
|
17830
|
+
discriminator: PropTypes.oneOf(['manual_review_rule_upserted']).isRequired,
|
|
17831
|
+
event_id: PropTypes.string.isRequired,
|
|
17832
|
+
timestamp: PropTypes.string.isRequired,
|
|
17833
|
+
organization: PropTypes.string.isRequired,
|
|
17834
|
+
rule: T['io.flow.internal.v0.models.manual_review_rule'].isRequired,
|
|
17835
|
+
});
|
|
17836
|
+
|
|
17609
17837
|
T['io.flow.internal.v0.models.rate_data_v3'] = PropTypes.exact({
|
|
17610
17838
|
base: PropTypes.string.isRequired,
|
|
17611
17839
|
target: PropTypes.string.isRequired,
|
|
@@ -19183,7 +19411,7 @@ T['io.flow.fulfillment.v0.models.quote_version'] = PropTypes.exact({
|
|
|
19183
19411
|
|
|
19184
19412
|
T['io.flow.partner.v0.models.bridge_hub'] = PropTypes.exact({
|
|
19185
19413
|
hub_code: PropTypes.string.isRequired,
|
|
19186
|
-
address: T['io.flow.fulfillment.v0.models.shipping_address'],
|
|
19414
|
+
address: T['io.flow.fulfillment.v0.models.shipping_address'].isRequired,
|
|
19187
19415
|
});
|
|
19188
19416
|
|
|
19189
19417
|
T['io.flow.return.v0.models.return_form'] = PropTypes.exact({
|
|
@@ -19266,10 +19494,19 @@ T['io.flow.internal.v0.models.center_defaults_form'] = PropTypes.exact({
|
|
|
19266
19494
|
});
|
|
19267
19495
|
|
|
19268
19496
|
T['io.flow.internal.v0.models.center_defaults'] = PropTypes.exact({
|
|
19497
|
+
id: PropTypes.string.isRequired,
|
|
19269
19498
|
packaging: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.packaging']).isRequired,
|
|
19270
19499
|
shipping_address_contact: T['io.flow.common.v0.models.contact'].isRequired,
|
|
19271
19500
|
});
|
|
19272
19501
|
|
|
19502
|
+
T['io.flow.internal.v0.models.center_defaults_upserted'] = PropTypes.exact({
|
|
19503
|
+
discriminator: PropTypes.oneOf(['center_defaults_upserted']).isRequired,
|
|
19504
|
+
event_id: PropTypes.string.isRequired,
|
|
19505
|
+
timestamp: PropTypes.string.isRequired,
|
|
19506
|
+
organization: PropTypes.string.isRequired,
|
|
19507
|
+
center_defaults: T['io.flow.internal.v0.models.center_defaults'].isRequired,
|
|
19508
|
+
});
|
|
19509
|
+
|
|
19273
19510
|
T['io.flow.common.v0.models.billing_address'] = PropTypes.exact({
|
|
19274
19511
|
name: T['io.flow.common.v0.models.name'],
|
|
19275
19512
|
streets: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -21649,7 +21886,7 @@ T['io.flow.label.v0.models.shipping_notification'] = PropTypes.exact({
|
|
|
21649
21886
|
order_identifier: PropTypes.string,
|
|
21650
21887
|
fulfillment_key: PropTypes.string,
|
|
21651
21888
|
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
21652
|
-
updated_at: PropTypes.string
|
|
21889
|
+
updated_at: PropTypes.string,
|
|
21653
21890
|
});
|
|
21654
21891
|
|
|
21655
21892
|
T['io.flow.label.v0.models.shipping_notification_version'] = PropTypes.exact({
|
|
@@ -22049,6 +22286,32 @@ T['io.flow.internal.v0.models.dispute_upserted'] = PropTypes.exact({
|
|
|
22049
22286
|
dispute: T['io.flow.internal.v0.models.dispute'].isRequired,
|
|
22050
22287
|
});
|
|
22051
22288
|
|
|
22289
|
+
T['io.flow.internal.v0.models.csv_order'] = PropTypes.exact({
|
|
22290
|
+
organization: T['io.flow.internal.v0.models.organization_reference'].isRequired,
|
|
22291
|
+
number: PropTypes.string.isRequired,
|
|
22292
|
+
destination: T['io.flow.experience.v0.models.order_address'].isRequired,
|
|
22293
|
+
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
22294
|
+
tax: T['io.flow.common.v0.models.money'].isRequired,
|
|
22295
|
+
duty: T['io.flow.common.v0.models.money'].isRequired,
|
|
22296
|
+
total: T['io.flow.common.v0.models.money'].isRequired,
|
|
22297
|
+
number_items: PropTypes.number.isRequired,
|
|
22298
|
+
});
|
|
22299
|
+
|
|
22300
|
+
T['io.flow.internal.v0.models.csv_record'] = PropTypes.exact({
|
|
22301
|
+
label: T['io.flow.internal.v0.models.csv_label'].isRequired,
|
|
22302
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
22303
|
+
carrier_tracking_number: PropTypes.string.isRequired,
|
|
22304
|
+
order: T['io.flow.internal.v0.models.csv_order'].isRequired,
|
|
22305
|
+
flow_ratecard: T['io.flow.internal.v0.models.csv_flow_ratecard'].isRequired,
|
|
22306
|
+
global_e_shipping_method: T['io.flow.internal.v0.models.csv_global_e_shipping_method'],
|
|
22307
|
+
weight: T['io.flow.internal.v0.models.csv_weight'].isRequired,
|
|
22308
|
+
dimensions: T['io.flow.internal.v0.models.csv_dimensions'].isRequired,
|
|
22309
|
+
input: T['io.flow.internal.v0.models.csv_input'],
|
|
22310
|
+
actual: T['io.flow.internal.v0.models.csv_actual'],
|
|
22311
|
+
deltas: PropTypes.arrayOf(PropTypes.string),
|
|
22312
|
+
outliers: PropTypes.arrayOf(PropTypes.string),
|
|
22313
|
+
});
|
|
22314
|
+
|
|
22052
22315
|
T['io.flow.experience.v0.models.order_form'] = PropTypes.exact({
|
|
22053
22316
|
customer: T['io.flow.common.v0.models.order_customer_form'],
|
|
22054
22317
|
items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']).isRequired,
|
|
@@ -22392,16 +22655,6 @@ T['io.flow.session.v0.models.organization_session_authorization'] = PropTypes.ex
|
|
|
22392
22655
|
|
|
22393
22656
|
T['io.flow.session.v0.unions.session_authorization'] = PropTypes.oneOfType([T['io.flow.session.v0.models.organization_session_authorization']]);
|
|
22394
22657
|
|
|
22395
|
-
T['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'] = PropTypes.exact({
|
|
22396
|
-
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
22397
|
-
|
|
22398
|
-
transitions: PropTypes.arrayOf(
|
|
22399
|
-
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'],
|
|
22400
|
-
).isRequired,
|
|
22401
|
-
|
|
22402
|
-
current_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
22403
|
-
});
|
|
22404
|
-
|
|
22405
22658
|
T['io.flow.checkout.v0.models.checkout_token'] = PropTypes.exact({
|
|
22406
22659
|
id: PropTypes.string.isRequired,
|
|
22407
22660
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
@@ -22479,6 +22732,16 @@ T['io.flow.export.v0.models.export_version'] = PropTypes.exact({
|
|
|
22479
22732
|
'export': T['io.flow.export.v0.models.export'].isRequired,
|
|
22480
22733
|
});
|
|
22481
22734
|
|
|
22735
|
+
T['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'] = PropTypes.exact({
|
|
22736
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
22737
|
+
|
|
22738
|
+
transitions: PropTypes.arrayOf(
|
|
22739
|
+
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'],
|
|
22740
|
+
).isRequired,
|
|
22741
|
+
|
|
22742
|
+
current_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
22743
|
+
});
|
|
22744
|
+
|
|
22482
22745
|
T['io.flow.internal.v0.models.store_connection'] = PropTypes.exact({
|
|
22483
22746
|
organization: T['io.flow.common.v0.models.organization_reference'],
|
|
22484
22747
|
id: PropTypes.string.isRequired,
|
|
@@ -23682,6 +23945,8 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
23682
23945
|
label: T['io.flow.common.v0.models.price'].isRequired,
|
|
23683
23946
|
order: T['io.flow.common.v0.models.price'].isRequired,
|
|
23684
23947
|
channel_billed: T['io.flow.common.v0.models.price'].isRequired,
|
|
23948
|
+
tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
23949
|
+
duty: T['io.flow.common.v0.models.price'].isRequired,
|
|
23685
23950
|
ending_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
23686
23951
|
});
|
|
23687
23952
|
|
|
@@ -25377,6 +25642,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25377
25642
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
25378
25643
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
25379
25644
|
T['io.flow.internal.v0.models.carrier_account_deleted'],
|
|
25645
|
+
T['io.flow.internal.v0.models.label_generation_settings_upserted'],
|
|
25646
|
+
T['io.flow.internal.v0.models.label_generation_settings_deleted'],
|
|
25380
25647
|
T['io.flow.internal.v0.models.catalog_import_request'],
|
|
25381
25648
|
T['io.flow.internal.v0.models.exclusion_rule_upserted'],
|
|
25382
25649
|
T['io.flow.internal.v0.models.exclusion_rule_deleted'],
|
|
@@ -25467,9 +25734,13 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25467
25734
|
T['io.flow.internal.v0.models.fraud_review_decision_deleted'],
|
|
25468
25735
|
T['io.flow.internal.v0.models.fraud_provider_configuration_upserted'],
|
|
25469
25736
|
T['io.flow.internal.v0.models.fraud_provider_configuration_deleted'],
|
|
25737
|
+
T['io.flow.internal.v0.models.manual_review_rule_upserted'],
|
|
25738
|
+
T['io.flow.internal.v0.models.manual_review_rule_deleted'],
|
|
25470
25739
|
T['io.flow.internal.v0.models.ftp_file_upserted'],
|
|
25471
25740
|
T['io.flow.internal.v0.models.ftp_file_deleted'],
|
|
25472
25741
|
T['io.flow.internal.v0.models.ftp_file_to_process_uploaded'],
|
|
25742
|
+
T['io.flow.internal.v0.models.center_defaults_upserted'],
|
|
25743
|
+
T['io.flow.internal.v0.models.center_defaults_deleted'],
|
|
25473
25744
|
T['io.flow.internal.v0.models.pregenerated_request_event'],
|
|
25474
25745
|
T['io.flow.internal.v0.models.all_items_export'],
|
|
25475
25746
|
T['io.flow.internal.v0.models.harmonized_items_hs6_export'],
|
|
@@ -25524,8 +25795,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25524
25795
|
T['io.flow.internal.v0.models.organization_business_entity_upserted'],
|
|
25525
25796
|
T['io.flow.internal.v0.models.organization_status_change_upserted'],
|
|
25526
25797
|
T['io.flow.internal.v0.models.organization_status_change_deleted'],
|
|
25527
|
-
T['io.flow.internal.v0.models.
|
|
25528
|
-
T['io.flow.internal.v0.models.
|
|
25798
|
+
T['io.flow.internal.v0.models.partner_organization_settings_upserted'],
|
|
25799
|
+
T['io.flow.internal.v0.models.partner_organization_settings_deleted'],
|
|
25529
25800
|
T['io.flow.internal.v0.models.internal_authorization_upserted'],
|
|
25530
25801
|
T['io.flow.internal.v0.models.internal_authorization_deleted'],
|
|
25531
25802
|
T['io.flow.internal.v0.models.afterpay_authorization_upserted'],
|
|
@@ -25575,6 +25846,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25575
25846
|
T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'],
|
|
25576
25847
|
T['io.flow.internal.v0.models.restriction_organization_status_upserted'],
|
|
25577
25848
|
T['io.flow.internal.v0.models.restriction_organization_status_deleted'],
|
|
25849
|
+
T['io.flow.internal.v0.models.organization_restriction_status_upserted'],
|
|
25850
|
+
T['io.flow.internal.v0.models.organization_restriction_status_deleted'],
|
|
25578
25851
|
T['io.flow.internal.v0.models.shopify_shop_upserted'],
|
|
25579
25852
|
T['io.flow.internal.v0.models.shopify_shop_deleted'],
|
|
25580
25853
|
T['io.flow.internal.v0.models.shopify_experience_short_id_upserted'],
|
|
@@ -25583,6 +25856,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25583
25856
|
T['io.flow.internal.v0.models.shopify_markets_order_deleted'],
|
|
25584
25857
|
T['io.flow.internal.v0.models.shopify_markets_shop_upserted'],
|
|
25585
25858
|
T['io.flow.internal.v0.models.shopify_markets_shop_deleted'],
|
|
25859
|
+
T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'],
|
|
25860
|
+
T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'],
|
|
25586
25861
|
T['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_upserted'],
|
|
25587
25862
|
T['io.flow.internal.v0.models.shopify_monitoring_order_monitor_event_deleted'],
|
|
25588
25863
|
T['io.flow.internal.v0.models.shopify_order_fulfillments_snapshot_upserted'],
|
|
@@ -25886,6 +26161,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
25886
26161
|
'calculator_organization_settings_deleted',
|
|
25887
26162
|
'carrier_account_upserted_v2',
|
|
25888
26163
|
'carrier_account_deleted',
|
|
26164
|
+
'label_generation_settings_upserted',
|
|
26165
|
+
'label_generation_settings_deleted',
|
|
25889
26166
|
'catalog_import_request',
|
|
25890
26167
|
'exclusion_rule_upserted',
|
|
25891
26168
|
'exclusion_rule_deleted',
|
|
@@ -25976,9 +26253,13 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
25976
26253
|
'fraud_review_decision_deleted',
|
|
25977
26254
|
'fraud_provider_configuration_upserted',
|
|
25978
26255
|
'fraud_provider_configuration_deleted',
|
|
26256
|
+
'manual_review_rule_upserted',
|
|
26257
|
+
'manual_review_rule_deleted',
|
|
25979
26258
|
'ftp_file_upserted',
|
|
25980
26259
|
'ftp_file_deleted',
|
|
25981
26260
|
'ftp_file_to_process_uploaded',
|
|
26261
|
+
'center_defaults_upserted',
|
|
26262
|
+
'center_defaults_deleted',
|
|
25982
26263
|
'pregenerated_request_event',
|
|
25983
26264
|
'all_items_export',
|
|
25984
26265
|
'harmonized_items_hs6_export',
|
|
@@ -26033,8 +26314,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26033
26314
|
'organization_business_entity_upserted',
|
|
26034
26315
|
'organization_status_change_upserted',
|
|
26035
26316
|
'organization_status_change_deleted',
|
|
26036
|
-
'
|
|
26037
|
-
'
|
|
26317
|
+
'partner_organization_settings_upserted',
|
|
26318
|
+
'partner_organization_settings_deleted',
|
|
26038
26319
|
'internal_authorization_upserted',
|
|
26039
26320
|
'internal_authorization_deleted',
|
|
26040
26321
|
'afterpay_authorization_upserted',
|
|
@@ -26084,6 +26365,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26084
26365
|
'organization_restriction_snapshot_deleted',
|
|
26085
26366
|
'restriction_organization_status_upserted',
|
|
26086
26367
|
'restriction_organization_status_deleted',
|
|
26368
|
+
'organization_restriction_status_upserted',
|
|
26369
|
+
'organization_restriction_status_deleted',
|
|
26087
26370
|
'shopify_shop_upserted',
|
|
26088
26371
|
'shopify_shop_deleted',
|
|
26089
26372
|
'shopify_experience_short_id_upserted',
|
|
@@ -26092,6 +26375,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26092
26375
|
'shopify_markets_order_deleted',
|
|
26093
26376
|
'shopify_markets_shop_upserted',
|
|
26094
26377
|
'shopify_markets_shop_deleted',
|
|
26378
|
+
'shopify_markets_webhook_registration_upserted',
|
|
26379
|
+
'shopify_markets_webhook_registration_deleted',
|
|
26095
26380
|
'shopify_monitoring_order_monitor_event_upserted',
|
|
26096
26381
|
'shopify_monitoring_order_monitor_event_deleted',
|
|
26097
26382
|
'shopify_order_fulfillments_snapshot_upserted',
|
|
@@ -26635,13 +26920,6 @@ T['io.flow.internal.v0.models.label_association'] = PropTypes.exact({
|
|
|
26635
26920
|
constructions: PropTypes.objectOf(PropTypes.arrayOf(PropTypes.string)).isRequired,
|
|
26636
26921
|
});
|
|
26637
26922
|
|
|
26638
|
-
T['io.flow.internal.v0.models.label_generation_settings'] = PropTypes.exact({
|
|
26639
|
-
id: PropTypes.string.isRequired,
|
|
26640
|
-
item_identifier: PropTypes.string,
|
|
26641
|
-
auto_generate_query: PropTypes.string,
|
|
26642
|
-
commercial_invoice_only_query: PropTypes.string,
|
|
26643
|
-
});
|
|
26644
|
-
|
|
26645
26923
|
T['io.flow.internal.v0.models.label_generation_settings_form'] = PropTypes.exact({
|
|
26646
26924
|
item_identifier: PropTypes.string,
|
|
26647
26925
|
auto_generate_query: PropTypes.string,
|
|
@@ -27053,6 +27331,10 @@ T['io.flow.internal.v0.models.user_product_detail_settings'] = PropTypes.exact({
|
|
|
27053
27331
|
keys: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
27054
27332
|
});
|
|
27055
27333
|
|
|
27334
|
+
T['io.flow.internal.v0.models.wash_export_request'] = PropTypes.exact({
|
|
27335
|
+
url: PropTypes.string.isRequired,
|
|
27336
|
+
});
|
|
27337
|
+
|
|
27056
27338
|
T['io.flow.internal.v0.models.webhook'] = PropTypes.exact({
|
|
27057
27339
|
placeholder: PropTypes.string,
|
|
27058
27340
|
});
|
|
@@ -28254,7 +28536,9 @@ export const catalogSettingsDeleted = T['io.flow.internal.v0.models.catalog_sett
|
|
|
28254
28536
|
export const catalogSettingsPutForm = T['io.flow.internal.v0.models.catalog_settings_put_form'];
|
|
28255
28537
|
export const catalogSettingsUpserted = T['io.flow.internal.v0.models.catalog_settings_upserted'];
|
|
28256
28538
|
export const centerDefaults = T['io.flow.internal.v0.models.center_defaults'];
|
|
28539
|
+
export const centerDefaultsDeleted = T['io.flow.internal.v0.models.center_defaults_deleted'];
|
|
28257
28540
|
export const centerDefaultsForm = T['io.flow.internal.v0.models.center_defaults_form'];
|
|
28541
|
+
export const centerDefaultsUpserted = T['io.flow.internal.v0.models.center_defaults_upserted'];
|
|
28258
28542
|
export const centerQueryBuilder = T['io.flow.internal.v0.models.center_query_builder'];
|
|
28259
28543
|
export const changeSettingsIndexTask = T['io.flow.internal.v0.models.change_settings_index_task'];
|
|
28260
28544
|
export const channelAccount = T['io.flow.internal.v0.models.channel_account'];
|
|
@@ -28892,6 +29176,22 @@ export const cryptoAccountModificationForm = T['io.flow.internal.v0.models.crypt
|
|
|
28892
29176
|
export const cryptoAccountPutForm = T['io.flow.internal.v0.models.crypto_account_put_form'];
|
|
28893
29177
|
export const cryptoAuthentication = T['io.flow.internal.v0.models.crypto_authentication'];
|
|
28894
29178
|
export const cryptoAuthenticationForm = T['io.flow.internal.v0.models.crypto_authentication_form'];
|
|
29179
|
+
export const csvActual = T['io.flow.internal.v0.models.csv_actual'];
|
|
29180
|
+
export const csvActualRatecard = T['io.flow.internal.v0.models.csv_actual_ratecard'];
|
|
29181
|
+
export const csvDimensions = T['io.flow.internal.v0.models.csv_dimensions'];
|
|
29182
|
+
export const csvFlowRatecard = T['io.flow.internal.v0.models.csv_flow_ratecard'];
|
|
29183
|
+
export const csvFlowRatecardSurcharges = T['io.flow.internal.v0.models.csv_flow_ratecard_surcharges'];
|
|
29184
|
+
export const csvGlobalEProposition = T['io.flow.internal.v0.models.csv_global_e_proposition'];
|
|
29185
|
+
export const csvGlobalEShippingMethod = T['io.flow.internal.v0.models.csv_global_e_shipping_method'];
|
|
29186
|
+
export const csvInput = T['io.flow.internal.v0.models.csv_input'];
|
|
29187
|
+
export const csvLabel = T['io.flow.internal.v0.models.csv_label'];
|
|
29188
|
+
export const csvLabelCost = T['io.flow.internal.v0.models.csv_label_cost'];
|
|
29189
|
+
export const csvOrder = T['io.flow.internal.v0.models.csv_order'];
|
|
29190
|
+
export const csvRecord = T['io.flow.internal.v0.models.csv_record'];
|
|
29191
|
+
export const csvServiceFee = T['io.flow.internal.v0.models.csv_service_fee'];
|
|
29192
|
+
export const csvSurchargePercentage = T['io.flow.internal.v0.models.csv_surcharge_percentage'];
|
|
29193
|
+
export const csvSurcharges = T['io.flow.internal.v0.models.csv_surcharges'];
|
|
29194
|
+
export const csvWeight = T['io.flow.internal.v0.models.csv_weight'];
|
|
28895
29195
|
export const currencyInternalRate = T['io.flow.internal.v0.models.currency_internal_rate'];
|
|
28896
29196
|
export const customerPurgeUpserted = T['io.flow.internal.v0.models.customer_purge_upserted'];
|
|
28897
29197
|
export const customerSecret = T['io.flow.internal.v0.models.customer_secret'];
|
|
@@ -29357,7 +29657,10 @@ export const labelCreationJobSummary = T['io.flow.internal.v0.models.label_creat
|
|
|
29357
29657
|
export const labelCreationRequestForm = T['io.flow.internal.v0.models.label_creation_request_form'];
|
|
29358
29658
|
export const labelCreationStatus = T['io.flow.internal.v0.enums.label_creation_status'];
|
|
29359
29659
|
export const labelGenerationSettings = T['io.flow.internal.v0.models.label_generation_settings'];
|
|
29660
|
+
export const labelGenerationSettingsDeleted = T['io.flow.internal.v0.models.label_generation_settings_deleted'];
|
|
29360
29661
|
export const labelGenerationSettingsForm = T['io.flow.internal.v0.models.label_generation_settings_form'];
|
|
29662
|
+
export const labelGenerationSettingsUpserted = T['io.flow.internal.v0.models.label_generation_settings_upserted'];
|
|
29663
|
+
export const labelInputSource = T['io.flow.internal.v0.enums.label_input_source'];
|
|
29361
29664
|
export const labelSummary = T['io.flow.internal.v0.models.label_summary'];
|
|
29362
29665
|
export const labelTaxonomy = T['io.flow.internal.v0.models.label_taxonomy'];
|
|
29363
29666
|
export const labelTrackingSummaryDeleted = T['io.flow.internal.v0.models.label_tracking_summary_deleted'];
|
|
@@ -29370,6 +29673,7 @@ export const labeledContent = T['io.flow.internal.v0.models.labeled_content'];
|
|
|
29370
29673
|
export const labelsPrediction = T['io.flow.internal.v0.models.labels_prediction'];
|
|
29371
29674
|
export const landedCostItem = T['io.flow.internal.v0.models.landed_cost_item'];
|
|
29372
29675
|
export const landmark = T['io.flow.internal.v0.models.landmark'];
|
|
29676
|
+
export const laneReference = T['io.flow.internal.v0.models.lane_reference'];
|
|
29373
29677
|
export const levyRateSummary = T['io.flow.internal.v0.models.levy_rate_summary'];
|
|
29374
29678
|
export const levyRateSummaryUpserted = T['io.flow.internal.v0.models.levy_rate_summary_upserted'];
|
|
29375
29679
|
export const liability = T['io.flow.internal.v0.models.liability'];
|
|
@@ -29418,8 +29722,10 @@ export const mainTransactionStatus = T['io.flow.internal.v0.enums.main_transacti
|
|
|
29418
29722
|
export const mainTransactionUpserted = T['io.flow.internal.v0.models.main_transaction_upserted'];
|
|
29419
29723
|
export const mainTransactionUpsertedV2 = T['io.flow.internal.v0.models.main_transaction_upserted_v2'];
|
|
29420
29724
|
export const manualReviewRule = T['io.flow.internal.v0.models.manual_review_rule'];
|
|
29725
|
+
export const manualReviewRuleDeleted = T['io.flow.internal.v0.models.manual_review_rule_deleted'];
|
|
29421
29726
|
export const manualReviewRuleForm = T['io.flow.internal.v0.models.manual_review_rule_form'];
|
|
29422
29727
|
export const manualReviewRuleStatus = T['io.flow.internal.v0.enums.manual_review_rule_status'];
|
|
29728
|
+
export const manualReviewRuleUpserted = T['io.flow.internal.v0.models.manual_review_rule_upserted'];
|
|
29423
29729
|
export const manualTransaction = T['io.flow.internal.v0.models.manual_transaction'];
|
|
29424
29730
|
export const manualTransactionCategory = T['io.flow.internal.v0.enums.manual_transaction_category'];
|
|
29425
29731
|
export const manualTransactionForm = T['io.flow.internal.v0.models.manual_transaction_form'];
|
|
@@ -29499,6 +29805,7 @@ export const onboardingAuditThemeReport = T['io.flow.internal.v0.models.onboardi
|
|
|
29499
29805
|
export const onboardingAutomationProcessState = T['io.flow.internal.v0.enums.onboarding_automation_process_state'];
|
|
29500
29806
|
export const onboardingAutomationTaskState = T['io.flow.internal.v0.enums.onboarding_automation_task_state'];
|
|
29501
29807
|
export const onboardingOrganization = T['io.flow.internal.v0.models.onboarding_organization'];
|
|
29808
|
+
export const onboardingStateForm = T['io.flow.internal.v0.models.onboarding_state_form'];
|
|
29502
29809
|
export const oneTimeTokenRedemptionForm = T['io.flow.internal.v0.models.one_time_token_redemption_form'];
|
|
29503
29810
|
export const onlineAuthorizationCompleted = T['io.flow.internal.v0.models.online_authorization_completed'];
|
|
29504
29811
|
export const optinAttribute = T['io.flow.internal.v0.models.optin_attribute'];
|
|
@@ -29572,10 +29879,8 @@ export const organizationPaymentSettingForm = T['io.flow.internal.v0.models.orga
|
|
|
29572
29879
|
export const organizationPaymentSettingUpserted = T['io.flow.internal.v0.models.organization_payment_setting_upserted'];
|
|
29573
29880
|
export const organizationPaymentSettingVersion = T['io.flow.internal.v0.models.organization_payment_setting_version'];
|
|
29574
29881
|
export const organizationPaymentStatus = T['io.flow.internal.v0.enums.organization_payment_status'];
|
|
29575
|
-
export const
|
|
29576
|
-
export const organizationRestrictionApprovalDeleted = T['io.flow.internal.v0.models.organization_restriction_approval_deleted'];
|
|
29882
|
+
export const organizationReference = T['io.flow.internal.v0.models.organization_reference'];
|
|
29577
29883
|
export const organizationRestrictionApprovalStatus = T['io.flow.internal.v0.enums.organization_restriction_approval_status'];
|
|
29578
|
-
export const organizationRestrictionApprovalUpserted = T['io.flow.internal.v0.models.organization_restriction_approval_upserted'];
|
|
29579
29884
|
export const organizationRestrictionNoteForm = T['io.flow.internal.v0.models.organization_restriction_note_form'];
|
|
29580
29885
|
export const organizationRestrictionNoteType = T['io.flow.internal.v0.enums.organization_restriction_note_type'];
|
|
29581
29886
|
export const organizationRestrictionRiskLevel = T['io.flow.internal.v0.enums.organization_restriction_risk_level'];
|
|
@@ -29585,7 +29890,9 @@ export const organizationRestrictionSnapshot = T['io.flow.internal.v0.models.org
|
|
|
29585
29890
|
export const organizationRestrictionSnapshotDeleted = T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'];
|
|
29586
29891
|
export const organizationRestrictionSnapshotUpserted = T['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'];
|
|
29587
29892
|
export const organizationRestrictionStatus = T['io.flow.internal.v0.models.organization_restriction_status'];
|
|
29893
|
+
export const organizationRestrictionStatusDeleted = T['io.flow.internal.v0.models.organization_restriction_status_deleted'];
|
|
29588
29894
|
export const organizationRestrictionStatusNote = T['io.flow.internal.v0.models.organization_restriction_status_note'];
|
|
29895
|
+
export const organizationRestrictionStatusUpserted = T['io.flow.internal.v0.models.organization_restriction_status_upserted'];
|
|
29589
29896
|
export const organizationSettings = T['io.flow.internal.v0.models.organization_settings'];
|
|
29590
29897
|
export const organizationSettingsForm = T['io.flow.internal.v0.models.organization_settings_form'];
|
|
29591
29898
|
export const organizationStatusChange = T['io.flow.internal.v0.models.organization_status_change'];
|
|
@@ -29605,7 +29912,9 @@ export const partnerMembershipVersion = T['io.flow.internal.v0.models.partner_me
|
|
|
29605
29912
|
export const partnerOrganizationAuthorization = T['io.flow.internal.v0.models.partner_organization_authorization'];
|
|
29606
29913
|
export const partnerOrganizationAuthorizationForm = T['io.flow.internal.v0.models.partner_organization_authorization_form'];
|
|
29607
29914
|
export const partnerOrganizationSettings = T['io.flow.internal.v0.models.partner_organization_settings'];
|
|
29915
|
+
export const partnerOrganizationSettingsDeleted = T['io.flow.internal.v0.models.partner_organization_settings_deleted'];
|
|
29608
29916
|
export const partnerOrganizationSettingsForm = T['io.flow.internal.v0.models.partner_organization_settings_form'];
|
|
29917
|
+
export const partnerOrganizationSettingsUpserted = T['io.flow.internal.v0.models.partner_organization_settings_upserted'];
|
|
29609
29918
|
export const passphrase = T['io.flow.internal.v0.models.passphrase'];
|
|
29610
29919
|
export const passphraseForm = T['io.flow.internal.v0.models.passphrase_form'];
|
|
29611
29920
|
export const passphraseSummary = T['io.flow.internal.v0.models.passphrase_summary'];
|
|
@@ -29832,6 +30141,7 @@ export const sessionCountryStatus = T['io.flow.internal.v0.enums.session_country
|
|
|
29832
30141
|
export const sessionOrderData = T['io.flow.internal.v0.models.session_order_data'];
|
|
29833
30142
|
export const sessionRollout = T['io.flow.internal.v0.models.session_rollout'];
|
|
29834
30143
|
export const sessionRolloutForm = T['io.flow.internal.v0.models.session_rollout_form'];
|
|
30144
|
+
export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
|
|
29835
30145
|
export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
|
|
29836
30146
|
export const shippedItemValue = T['io.flow.internal.v0.models.shipped_item_value'];
|
|
29837
30147
|
export const shipperAccountInfoForm = T['io.flow.internal.v0.models.shipper_account_info_form'];
|
|
@@ -29871,6 +30181,8 @@ export const shopifyMarketsSubsidiaryCompany = T['io.flow.internal.v0.models.sho
|
|
|
29871
30181
|
export const shopifyMarketsSync = T['io.flow.internal.v0.models.shopify_markets_sync'];
|
|
29872
30182
|
export const shopifyMarketsTradeSector = T['io.flow.internal.v0.enums.shopify_markets_trade_sector'];
|
|
29873
30183
|
export const shopifyMarketsWebhookRegistration = T['io.flow.internal.v0.models.shopify_markets_webhook_registration'];
|
|
30184
|
+
export const shopifyMarketsWebhookRegistrationDeleted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'];
|
|
30185
|
+
export const shopifyMarketsWebhookRegistrationUpserted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'];
|
|
29874
30186
|
export const shopifyMetadata = T['io.flow.internal.v0.models.shopify_metadata'];
|
|
29875
30187
|
export const shopifyMonitoringCarrierService = T['io.flow.internal.v0.models.shopify_monitoring_carrier_service'];
|
|
29876
30188
|
export const shopifyMonitoringFulfillmentExternal = T['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external'];
|
|
@@ -29992,6 +30304,8 @@ export const subscriptionFrequency = T['io.flow.internal.v0.enums.subscription_f
|
|
|
29992
30304
|
export const subscriptionTransaction = T['io.flow.internal.v0.models.subscription_transaction'];
|
|
29993
30305
|
export const suggestionAction = T['io.flow.internal.v0.enums.suggestion_action'];
|
|
29994
30306
|
export const supportedLabels = T['io.flow.internal.v0.models.supported_labels'];
|
|
30307
|
+
export const surcharge = T['io.flow.internal.v0.models.surcharge'];
|
|
30308
|
+
export const surchargeType = T['io.flow.internal.v0.enums.surcharge_type'];
|
|
29995
30309
|
export const svbVirtualCardClearing = T['io.flow.internal.v0.models.svb_virtual_card_clearing'];
|
|
29996
30310
|
export const svbVirtualCardClearingDeleted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'];
|
|
29997
30311
|
export const svbVirtualCardClearingUpserted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'];
|
|
@@ -30099,6 +30413,7 @@ export const virtualCardProvider = T['io.flow.internal.v0.models.virtual_card_pr
|
|
|
30099
30413
|
export const virtualCardProviderDeleted = T['io.flow.internal.v0.models.virtual_card_provider_deleted'];
|
|
30100
30414
|
export const virtualCardProviderUpserted = T['io.flow.internal.v0.models.virtual_card_provider_upserted'];
|
|
30101
30415
|
export const virtualCardTransaction = T['io.flow.internal.v0.models.virtual_card_transaction'];
|
|
30416
|
+
export const washExportRequest = T['io.flow.internal.v0.models.wash_export_request'];
|
|
30102
30417
|
export const wasteElectricalAndElectronicEquipmentComplianceData = T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'];
|
|
30103
30418
|
export const wasteElectricalAndElectronicEquipmentComplianceForm = T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_form'];
|
|
30104
30419
|
export const webhook = T['io.flow.internal.v0.models.webhook'];
|