@flowio/api-internal-prop-types 9.24.87 → 9.24.89
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 +551 -30
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +551 -30
- package/src/api-internal.js +750 -185
package/src/api-internal.js
CHANGED
|
@@ -95,6 +95,8 @@ T['io.flow.organization.onboarding.state.v0.enums.merchant_rejected_reason'] = P
|
|
|
95
95
|
'merchant_failed_kyb_review',
|
|
96
96
|
]);
|
|
97
97
|
|
|
98
|
+
T['io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason'] = PropTypes.oneOf(['merchant_deactivated', 'merchant_rejected']);
|
|
99
|
+
|
|
98
100
|
T['io.flow.checkout.v0.models.checkout_urls'] = PropTypes.exact({
|
|
99
101
|
continue_shopping: PropTypes.string,
|
|
100
102
|
confirmation: PropTypes.string,
|
|
@@ -704,6 +706,12 @@ T['io.flow.billing.internal.v0.models.account_origin'] = PropTypes.exact({
|
|
|
704
706
|
country: PropTypes.string.isRequired,
|
|
705
707
|
});
|
|
706
708
|
|
|
709
|
+
T['io.flow.billing.internal.v0.enums.account_status'] = PropTypes.oneOf(['active', 'inactive']);
|
|
710
|
+
|
|
711
|
+
T['io.flow.billing.internal.v0.models.flow_account_status_form'] = PropTypes.exact({
|
|
712
|
+
status: T['io.flow.billing.internal.v0.enums.account_status'].isRequired,
|
|
713
|
+
});
|
|
714
|
+
|
|
707
715
|
T['io.flow.billing.internal.v0.models.carrier_charge_reference'] = PropTypes.exact({
|
|
708
716
|
id: PropTypes.string.isRequired,
|
|
709
717
|
});
|
|
@@ -2457,11 +2465,6 @@ T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'] = PropTypes.ex
|
|
|
2457
2465
|
domestic: PropTypes.bool.isRequired,
|
|
2458
2466
|
});
|
|
2459
2467
|
|
|
2460
|
-
T['io.flow.billing.reporting.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
2461
|
-
carrier: PropTypes.string.isRequired,
|
|
2462
|
-
tracking_number: PropTypes.string,
|
|
2463
|
-
});
|
|
2464
|
-
|
|
2465
2468
|
T['io.flow.billing.reporting.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
2466
2469
|
id: PropTypes.string.isRequired,
|
|
2467
2470
|
});
|
|
@@ -2558,23 +2561,6 @@ T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'] = PropTyp
|
|
|
2558
2561
|
total: T['io.flow.billing.reporting.v0.models.reporting_monetary_value'].isRequired,
|
|
2559
2562
|
});
|
|
2560
2563
|
|
|
2561
|
-
T['io.flow.billing.reporting.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
2562
|
-
id: PropTypes.string.isRequired,
|
|
2563
|
-
sequence_number: PropTypes.number.isRequired,
|
|
2564
|
-
fulfilled_at: PropTypes.string.isRequired,
|
|
2565
|
-
completes_order: PropTypes.bool.isRequired,
|
|
2566
|
-
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
2567
|
-
refund: T['io.flow.billing.reporting.v0.models.reporting_refund_reference'],
|
|
2568
|
-
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
2569
|
-
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
2570
|
-
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'],
|
|
2571
|
-
shipment: T['io.flow.billing.reporting.v0.models.reporting_shipment'],
|
|
2572
|
-
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
2573
|
-
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
2574
|
-
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
2575
|
-
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
2576
|
-
});
|
|
2577
|
-
|
|
2578
2564
|
T['io.flow.common.v0.enums.holiday_calendar'] = PropTypes.oneOf(['us_bank_holidays', 'jewish_holidays']);
|
|
2579
2565
|
T['io.flow.common.v0.enums.calendar'] = PropTypes.oneOf(['weekdays', 'everyday']);
|
|
2580
2566
|
|
|
@@ -5129,6 +5115,7 @@ T['io.flow.channel.internal.v0.models.channel_order_acceptance'] = PropTypes.exa
|
|
|
5129
5115
|
channel_id: PropTypes.string.isRequired,
|
|
5130
5116
|
external_order_reference: PropTypes.string.isRequired,
|
|
5131
5117
|
payment_request_id: PropTypes.string,
|
|
5118
|
+
order_edit_payment_request_ids: PropTypes.arrayOf(PropTypes.string),
|
|
5132
5119
|
status: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'].isRequired,
|
|
5133
5120
|
reasons: PropTypes.arrayOf(T['io.flow.channel.internal.v0.models.channel_order_acceptance_reason']).isRequired,
|
|
5134
5121
|
next_action_from: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_next_action_from'],
|
|
@@ -6452,6 +6439,16 @@ T['io.flow.stripe.v0.models.plan'] = PropTypes.exact({
|
|
|
6452
6439
|
type: PropTypes.string,
|
|
6453
6440
|
});
|
|
6454
6441
|
|
|
6442
|
+
T['io.flow.stripe.v0.models.klarna_dob_form'] = PropTypes.exact({
|
|
6443
|
+
day: PropTypes.number.isRequired,
|
|
6444
|
+
month: PropTypes.number.isRequired,
|
|
6445
|
+
year: PropTypes.number.isRequired,
|
|
6446
|
+
});
|
|
6447
|
+
|
|
6448
|
+
T['io.flow.stripe.v0.models.payment_method_klarna_form'] = PropTypes.exact({
|
|
6449
|
+
dob: T['io.flow.stripe.v0.models.klarna_dob_form'],
|
|
6450
|
+
});
|
|
6451
|
+
|
|
6455
6452
|
T['io.flow.stripe.v0.models.payment_method_card_form'] = PropTypes.exact({
|
|
6456
6453
|
exp_month: PropTypes.string.isRequired,
|
|
6457
6454
|
exp_year: PropTypes.string.isRequired,
|
|
@@ -6475,10 +6472,6 @@ T['io.flow.stripe.v0.models.payment_method_options_card_form'] = PropTypes.exact
|
|
|
6475
6472
|
mcc: PropTypes.string,
|
|
6476
6473
|
});
|
|
6477
6474
|
|
|
6478
|
-
T['io.flow.stripe.v0.models.payment_method_options_form'] = PropTypes.exact({
|
|
6479
|
-
card: T['io.flow.stripe.v0.models.payment_method_options_card_form'],
|
|
6480
|
-
});
|
|
6481
|
-
|
|
6482
6475
|
T['io.flow.stripe.v0.models.payment_method_options_card'] = PropTypes.exact({
|
|
6483
6476
|
network: PropTypes.string,
|
|
6484
6477
|
request_three_d_secure: T['io.flow.stripe.v0.enums.request_three_d_secure_type'],
|
|
@@ -6498,11 +6491,6 @@ T['io.flow.stripe.v0.enums.payment_intent_status'] = PropTypes.oneOf([
|
|
|
6498
6491
|
]);
|
|
6499
6492
|
|
|
6500
6493
|
T['io.flow.stripe.v0.enums.setup_future_usage'] = PropTypes.oneOf(['on_session', 'off_session']);
|
|
6501
|
-
|
|
6502
|
-
T['io.flow.stripe.v0.models.payment_method_options'] = PropTypes.exact({
|
|
6503
|
-
card: T['io.flow.stripe.v0.models.payment_method_options_card'],
|
|
6504
|
-
});
|
|
6505
|
-
|
|
6506
6494
|
T['io.flow.stripe.v0.enums.confirmation_method'] = PropTypes.oneOf(['automatic', 'manual']);
|
|
6507
6495
|
T['io.flow.stripe.v0.enums.capture_method'] = PropTypes.oneOf(['automatic', 'manual']);
|
|
6508
6496
|
|
|
@@ -6520,6 +6508,40 @@ T['io.flow.stripe.v0.models.payment_intent_cancellation_form'] = PropTypes.exact
|
|
|
6520
6508
|
cancellation_reason: T['io.flow.stripe.v0.enums.cancellation_reason'],
|
|
6521
6509
|
});
|
|
6522
6510
|
|
|
6511
|
+
T['io.flow.stripe.v0.models.marketplace_seller_info'] = PropTypes.exact({
|
|
6512
|
+
name: PropTypes.string.isRequired,
|
|
6513
|
+
id: PropTypes.string,
|
|
6514
|
+
product_category: PropTypes.string,
|
|
6515
|
+
});
|
|
6516
|
+
|
|
6517
|
+
T['io.flow.stripe.v0.models.payment_details'] = PropTypes.exact({
|
|
6518
|
+
marketplace_seller_info: T['io.flow.stripe.v0.models.marketplace_seller_info'],
|
|
6519
|
+
});
|
|
6520
|
+
|
|
6521
|
+
T['io.flow.stripe.v0.models.payment_method_options_klarna_form'] = PropTypes.exact({
|
|
6522
|
+
capture_method: T['io.flow.stripe.v0.enums.capture_method'],
|
|
6523
|
+
preferred_locale: T['io.flow.stripe.v0.enums.preferred_locale_klarna'],
|
|
6524
|
+
setup_future_usage: T['io.flow.stripe.v0.enums.setup_future_usage'],
|
|
6525
|
+
payment_details: T['io.flow.stripe.v0.models.payment_details'],
|
|
6526
|
+
});
|
|
6527
|
+
|
|
6528
|
+
T['io.flow.stripe.v0.models.payment_method_options_form'] = PropTypes.exact({
|
|
6529
|
+
card: T['io.flow.stripe.v0.models.payment_method_options_card_form'],
|
|
6530
|
+
klarna: T['io.flow.stripe.v0.models.payment_method_options_klarna_form'],
|
|
6531
|
+
});
|
|
6532
|
+
|
|
6533
|
+
T['io.flow.stripe.v0.models.payment_method_options_klarna'] = PropTypes.exact({
|
|
6534
|
+
capture_method: T['io.flow.stripe.v0.enums.capture_method'],
|
|
6535
|
+
preferred_locale: T['io.flow.stripe.v0.enums.preferred_locale_klarna'],
|
|
6536
|
+
setup_future_usage: T['io.flow.stripe.v0.enums.setup_future_usage'],
|
|
6537
|
+
payment_details: T['io.flow.stripe.v0.models.payment_details'],
|
|
6538
|
+
});
|
|
6539
|
+
|
|
6540
|
+
T['io.flow.stripe.v0.models.payment_method_options'] = PropTypes.exact({
|
|
6541
|
+
card: T['io.flow.stripe.v0.models.payment_method_options_card'],
|
|
6542
|
+
klarna: T['io.flow.stripe.v0.models.payment_method_options_klarna'],
|
|
6543
|
+
});
|
|
6544
|
+
|
|
6523
6545
|
T['io.flow.stripe.v0.enums.order_item_type'] = PropTypes.oneOf(['sku', 'tax', 'shipping', 'discount']);
|
|
6524
6546
|
|
|
6525
6547
|
T['io.flow.stripe.v0.models.order_item_request'] = PropTypes.exact({
|
|
@@ -6583,6 +6605,13 @@ T['io.flow.stripe.v0.models.payment_method_billing_details'] = PropTypes.exact({
|
|
|
6583
6605
|
phone: PropTypes.string,
|
|
6584
6606
|
});
|
|
6585
6607
|
|
|
6608
|
+
T['io.flow.stripe.v0.models.payment_method_form_klarna'] = PropTypes.exact({
|
|
6609
|
+
type: PropTypes.oneOf(['klarna']).isRequired,
|
|
6610
|
+
billing_details: T['io.flow.stripe.v0.models.payment_method_billing_details'],
|
|
6611
|
+
metadata: PropTypes.object,
|
|
6612
|
+
klarna: T['io.flow.stripe.v0.models.payment_method_klarna_form'].isRequired,
|
|
6613
|
+
});
|
|
6614
|
+
|
|
6586
6615
|
T['io.flow.stripe.v0.models.payment_method_form_card'] = PropTypes.exact({
|
|
6587
6616
|
type: PropTypes.oneOf(['card']).isRequired,
|
|
6588
6617
|
billing_details: T['io.flow.stripe.v0.models.payment_method_billing_details'],
|
|
@@ -6590,7 +6619,17 @@ T['io.flow.stripe.v0.models.payment_method_form_card'] = PropTypes.exact({
|
|
|
6590
6619
|
card: T['io.flow.stripe.v0.models.payment_method_card_form'].isRequired,
|
|
6591
6620
|
});
|
|
6592
6621
|
|
|
6593
|
-
T['io.flow.stripe.v0.unions.payment_method_form'] = PropTypes.oneOfType([
|
|
6622
|
+
T['io.flow.stripe.v0.unions.payment_method_form'] = PropTypes.oneOfType([
|
|
6623
|
+
T['io.flow.stripe.v0.models.payment_method_form_card'],
|
|
6624
|
+
T['io.flow.stripe.v0.models.payment_method_form_klarna'],
|
|
6625
|
+
]);
|
|
6626
|
+
|
|
6627
|
+
T['io.flow.stripe.v0.models.payment_method_data_klarna'] = PropTypes.exact({
|
|
6628
|
+
type: PropTypes.oneOf(['klarna']).isRequired,
|
|
6629
|
+
billing_details: T['io.flow.stripe.v0.models.payment_method_billing_details'],
|
|
6630
|
+
metadata: PropTypes.object,
|
|
6631
|
+
klarna: T['io.flow.stripe.v0.models.payment_method_klarna_form'].isRequired,
|
|
6632
|
+
});
|
|
6594
6633
|
|
|
6595
6634
|
T['io.flow.stripe.v0.models.payment_method_data_card'] = PropTypes.exact({
|
|
6596
6635
|
type: PropTypes.oneOf(['card']).isRequired,
|
|
@@ -6599,7 +6638,10 @@ T['io.flow.stripe.v0.models.payment_method_data_card'] = PropTypes.exact({
|
|
|
6599
6638
|
card: T['io.flow.stripe.v0.models.payment_method_card_form'].isRequired,
|
|
6600
6639
|
});
|
|
6601
6640
|
|
|
6602
|
-
T['io.flow.stripe.v0.unions.payment_method_data'] = PropTypes.oneOfType([
|
|
6641
|
+
T['io.flow.stripe.v0.unions.payment_method_data'] = PropTypes.oneOfType([
|
|
6642
|
+
T['io.flow.stripe.v0.models.payment_method_data_card'],
|
|
6643
|
+
T['io.flow.stripe.v0.models.payment_method_data_klarna'],
|
|
6644
|
+
]);
|
|
6603
6645
|
|
|
6604
6646
|
T['io.flow.stripe.v0.models.payment_intent_confirmation_form'] = PropTypes.exact({
|
|
6605
6647
|
off_session: PropTypes.bool,
|
|
@@ -7100,6 +7142,7 @@ T['io.flow.stripe.v0.models.payment_method'] = PropTypes.exact({
|
|
|
7100
7142
|
billing_details: T['io.flow.stripe.v0.models.payment_method_billing_details'],
|
|
7101
7143
|
card: T['io.flow.stripe.v0.models.payment_method_card_details'],
|
|
7102
7144
|
card_present: PropTypes.object,
|
|
7145
|
+
klarna: PropTypes.object,
|
|
7103
7146
|
created: PropTypes.number.isRequired,
|
|
7104
7147
|
customer: PropTypes.string,
|
|
7105
7148
|
livemode: PropTypes.bool.isRequired,
|
|
@@ -7546,45 +7589,10 @@ T['io.flow.billing.csv.v0.models.billing_csv_tier'] = PropTypes.exact({
|
|
|
7546
7589
|
name: PropTypes.string.isRequired,
|
|
7547
7590
|
});
|
|
7548
7591
|
|
|
7549
|
-
T['io.flow.billing.internal.v0.enums.responsible_party'] = PropTypes.oneOf(['flow', 'organization']);
|
|
7550
|
-
|
|
7551
|
-
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_form'] = PropTypes.exact({
|
|
7552
|
-
responsible_party: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
7553
|
-
|
|
7554
|
-
tracking: PropTypes.arrayOf(
|
|
7555
|
-
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking_form'],
|
|
7556
|
-
),
|
|
7557
|
-
});
|
|
7558
|
-
|
|
7559
7592
|
T['io.flow.billing.csv.v0.models.billing_csv_service'] = PropTypes.exact({
|
|
7560
7593
|
id: PropTypes.string.isRequired,
|
|
7561
7594
|
});
|
|
7562
7595
|
|
|
7563
|
-
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'] = PropTypes.exact({
|
|
7564
|
-
delivery_option_id: PropTypes.string.isRequired,
|
|
7565
|
-
ratecard_owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
7566
|
-
service: T['io.flow.billing.csv.v0.models.billing_csv_service'].isRequired,
|
|
7567
|
-
center: T['io.flow.billing.csv.v0.models.billing_csv_center'].isRequired,
|
|
7568
|
-
ship_from_country: PropTypes.string.isRequired,
|
|
7569
|
-
delivered_duty: PropTypes.string.isRequired,
|
|
7570
|
-
});
|
|
7571
|
-
|
|
7572
|
-
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'] = PropTypes.exact({
|
|
7573
|
-
total: PropTypes.number.isRequired,
|
|
7574
|
-
subtotal: PropTypes.number.isRequired,
|
|
7575
|
-
discount: PropTypes.number.isRequired,
|
|
7576
|
-
vat: PropTypes.number.isRequired,
|
|
7577
|
-
duty: PropTypes.number.isRequired,
|
|
7578
|
-
shipping: PropTypes.number.isRequired,
|
|
7579
|
-
vat_subsidy: PropTypes.number,
|
|
7580
|
-
duty_subsidy: PropTypes.number,
|
|
7581
|
-
estimated_freight: PropTypes.number.isRequired,
|
|
7582
|
-
|
|
7583
|
-
selected_deliveries: PropTypes.arrayOf(
|
|
7584
|
-
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'],
|
|
7585
|
-
).isRequired,
|
|
7586
|
-
});
|
|
7587
|
-
|
|
7588
7596
|
T['io.flow.billing.csv.v0.models.billing_csv_carrier'] = PropTypes.exact({
|
|
7589
7597
|
id: PropTypes.string.isRequired,
|
|
7590
7598
|
});
|
|
@@ -8538,6 +8546,200 @@ T['io.flow.export.v0.models.account_transactions_export_type'] = PropTypes.exact
|
|
|
8538
8546
|
|
|
8539
8547
|
T['io.flow.export.v0.unions.export_delivery'] = PropTypes.oneOfType([T['io.flow.export.v0.models.export_delivery_email']]);
|
|
8540
8548
|
T['io.flow.export.v0.enums.export_status'] = PropTypes.oneOf(['created', 'processing', 'completed', 'failed']);
|
|
8549
|
+
|
|
8550
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact({
|
|
8551
|
+
tax: PropTypes.number.isRequired,
|
|
8552
|
+
duty: PropTypes.number.isRequired,
|
|
8553
|
+
total: PropTypes.number.isRequired,
|
|
8554
|
+
});
|
|
8555
|
+
|
|
8556
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_order_combined_shipment_reference'] = PropTypes.exact({
|
|
8557
|
+
discriminator: PropTypes.oneOf(['order_combined_shipment']).isRequired,
|
|
8558
|
+
id: PropTypes.string.isRequired,
|
|
8559
|
+
carrier_id: PropTypes.string,
|
|
8560
|
+
carrier_service_id: PropTypes.string,
|
|
8561
|
+
carrier_tracking_number: PropTypes.string,
|
|
8562
|
+
label_id: PropTypes.string,
|
|
8563
|
+
created_at: PropTypes.string,
|
|
8564
|
+
});
|
|
8565
|
+
|
|
8566
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_external_fulfillment_proof_reference'] = PropTypes.exact({
|
|
8567
|
+
discriminator: PropTypes.oneOf(['external_fulfillment']).isRequired,
|
|
8568
|
+
id: PropTypes.string.isRequired,
|
|
8569
|
+
carrier_id: PropTypes.string,
|
|
8570
|
+
carrier_service_id: PropTypes.string,
|
|
8571
|
+
carrier_tracking_number: PropTypes.string,
|
|
8572
|
+
label_id: PropTypes.string,
|
|
8573
|
+
created_at: PropTypes.string,
|
|
8574
|
+
});
|
|
8575
|
+
|
|
8576
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_shipping_notification_reference'] = PropTypes.exact({
|
|
8577
|
+
discriminator: PropTypes.oneOf(['shipping_notification']).isRequired,
|
|
8578
|
+
id: PropTypes.string.isRequired,
|
|
8579
|
+
carrier_id: PropTypes.string,
|
|
8580
|
+
carrier_service_id: PropTypes.string,
|
|
8581
|
+
carrier_tracking_number: PropTypes.string,
|
|
8582
|
+
label_id: PropTypes.string,
|
|
8583
|
+
created_at: PropTypes.string,
|
|
8584
|
+
});
|
|
8585
|
+
|
|
8586
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_label_tracking_reference'] = PropTypes.exact({
|
|
8587
|
+
discriminator: PropTypes.oneOf(['label_tracking']).isRequired,
|
|
8588
|
+
id: PropTypes.string.isRequired,
|
|
8589
|
+
carrier_id: PropTypes.string,
|
|
8590
|
+
carrier_service_id: PropTypes.string,
|
|
8591
|
+
carrier_tracking_number: PropTypes.string,
|
|
8592
|
+
label_id: PropTypes.string,
|
|
8593
|
+
created_at: PropTypes.string,
|
|
8594
|
+
});
|
|
8595
|
+
|
|
8596
|
+
T['io.flow.billing.accounting.v0.unions.fulfillment_proof'] = PropTypes.oneOfType([
|
|
8597
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_label_tracking_reference'],
|
|
8598
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_shipping_notification_reference'],
|
|
8599
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_external_fulfillment_proof_reference'],
|
|
8600
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_proof_order_combined_shipment_reference'],
|
|
8601
|
+
]);
|
|
8602
|
+
|
|
8603
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_trigger_time'] = PropTypes.exact({
|
|
8604
|
+
discriminator: PropTypes.oneOf(['by_time']).isRequired,
|
|
8605
|
+
placeholder: PropTypes.string,
|
|
8606
|
+
});
|
|
8607
|
+
|
|
8608
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_trigger_proof'] = PropTypes.exact({
|
|
8609
|
+
discriminator: PropTypes.oneOf(['by_proof']).isRequired,
|
|
8610
|
+
proof: T['io.flow.billing.accounting.v0.unions.fulfillment_proof'].isRequired,
|
|
8611
|
+
});
|
|
8612
|
+
|
|
8613
|
+
T['io.flow.billing.accounting.v0.models.merchant_transactions'] = PropTypes.exact({
|
|
8614
|
+
adjustment: PropTypes.number.isRequired,
|
|
8615
|
+
reversal: PropTypes.number.isRequired,
|
|
8616
|
+
tax: PropTypes.number.isRequired,
|
|
8617
|
+
duty: PropTypes.number.isRequired,
|
|
8618
|
+
freight: PropTypes.number.isRequired,
|
|
8619
|
+
total: PropTypes.number.isRequired,
|
|
8620
|
+
});
|
|
8621
|
+
|
|
8622
|
+
T['io.flow.billing.accounting.v0.models.merchant_fees'] = PropTypes.exact({
|
|
8623
|
+
duty_guarantee: PropTypes.number.isRequired,
|
|
8624
|
+
mor: PropTypes.number.isRequired,
|
|
8625
|
+
fraud: PropTypes.number.isRequired,
|
|
8626
|
+
fx: PropTypes.number.isRequired,
|
|
8627
|
+
processing: PropTypes.number.isRequired,
|
|
8628
|
+
rate_lock: PropTypes.number.isRequired,
|
|
8629
|
+
transfer: PropTypes.number.isRequired,
|
|
8630
|
+
total: PropTypes.number.isRequired,
|
|
8631
|
+
});
|
|
8632
|
+
|
|
8633
|
+
T['io.flow.billing.accounting.v0.models.shopper_freight'] = PropTypes.exact({
|
|
8634
|
+
price: PropTypes.number.isRequired,
|
|
8635
|
+
discount: PropTypes.number.isRequired,
|
|
8636
|
+
tax: PropTypes.number.isRequired,
|
|
8637
|
+
duty: PropTypes.number.isRequired,
|
|
8638
|
+
subsidies: T['io.flow.billing.accounting.v0.models.fulfillment_subsidy_breakdown'].isRequired,
|
|
8639
|
+
total: PropTypes.number.isRequired,
|
|
8640
|
+
});
|
|
8641
|
+
|
|
8642
|
+
T['io.flow.billing.accounting.v0.models.shopper_fees'] = PropTypes.exact({
|
|
8643
|
+
fuel: PropTypes.number.isRequired,
|
|
8644
|
+
remote_area: PropTypes.number.isRequired,
|
|
8645
|
+
oversize: PropTypes.number.isRequired,
|
|
8646
|
+
ccf: PropTypes.number.isRequired,
|
|
8647
|
+
emergency: PropTypes.number.isRequired,
|
|
8648
|
+
peak: PropTypes.number.isRequired,
|
|
8649
|
+
total: PropTypes.number.isRequired,
|
|
8650
|
+
});
|
|
8651
|
+
|
|
8652
|
+
T['io.flow.billing.accounting.v0.models.merchant_subsidies'] = PropTypes.exact({
|
|
8653
|
+
fees: T['io.flow.billing.accounting.v0.models.shopper_fees'].isRequired,
|
|
8654
|
+
tax: PropTypes.number.isRequired,
|
|
8655
|
+
duty: PropTypes.number.isRequired,
|
|
8656
|
+
total: PropTypes.number.isRequired,
|
|
8657
|
+
});
|
|
8658
|
+
|
|
8659
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_business'] = PropTypes.exact({
|
|
8660
|
+
vat_registration_number: PropTypes.string.isRequired,
|
|
8661
|
+
});
|
|
8662
|
+
|
|
8663
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_origin'] = PropTypes.exact({
|
|
8664
|
+
country: PropTypes.string.isRequired,
|
|
8665
|
+
province_code: PropTypes.string,
|
|
8666
|
+
});
|
|
8667
|
+
|
|
8668
|
+
T['io.flow.billing.internal.v0.enums.responsible_party'] = PropTypes.oneOf(['flow', 'organization']);
|
|
8669
|
+
|
|
8670
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_form'] = PropTypes.exact({
|
|
8671
|
+
responsible_party: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8672
|
+
|
|
8673
|
+
tracking: PropTypes.arrayOf(
|
|
8674
|
+
T['io.flow.billing.internal.v0.models.external_fulfillment_proof_tracking_form'],
|
|
8675
|
+
),
|
|
8676
|
+
});
|
|
8677
|
+
|
|
8678
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'] = PropTypes.exact({
|
|
8679
|
+
delivery_option_id: PropTypes.string.isRequired,
|
|
8680
|
+
ratecard_owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8681
|
+
service: T['io.flow.billing.csv.v0.models.billing_csv_service'].isRequired,
|
|
8682
|
+
center: T['io.flow.billing.csv.v0.models.billing_csv_center'].isRequired,
|
|
8683
|
+
ship_from_country: PropTypes.string.isRequired,
|
|
8684
|
+
delivered_duty: PropTypes.string.isRequired,
|
|
8685
|
+
});
|
|
8686
|
+
|
|
8687
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_order_detail'] = PropTypes.exact({
|
|
8688
|
+
total: PropTypes.number.isRequired,
|
|
8689
|
+
subtotal: PropTypes.number.isRequired,
|
|
8690
|
+
discount: PropTypes.number.isRequired,
|
|
8691
|
+
vat: PropTypes.number.isRequired,
|
|
8692
|
+
duty: PropTypes.number.isRequired,
|
|
8693
|
+
shipping: PropTypes.number.isRequired,
|
|
8694
|
+
vat_subsidy: PropTypes.number,
|
|
8695
|
+
duty_subsidy: PropTypes.number,
|
|
8696
|
+
estimated_freight: PropTypes.number.isRequired,
|
|
8697
|
+
|
|
8698
|
+
selected_deliveries: PropTypes.arrayOf(
|
|
8699
|
+
T['io.flow.billing.csv.v0.models.billing_csv_processing_transaction_delivery'],
|
|
8700
|
+
).isRequired,
|
|
8701
|
+
});
|
|
8702
|
+
|
|
8703
|
+
T['io.flow.billing.accounting.v0.unions.fulfillment_trigger'] = PropTypes.oneOfType([
|
|
8704
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_trigger_proof'],
|
|
8705
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_trigger_time'],
|
|
8706
|
+
]);
|
|
8707
|
+
|
|
8708
|
+
T['io.flow.billing.accounting.v0.models.merchant_summary'] = PropTypes.exact({
|
|
8709
|
+
subsidies: T['io.flow.billing.accounting.v0.models.merchant_subsidies'].isRequired,
|
|
8710
|
+
fees: T['io.flow.billing.accounting.v0.models.merchant_fees'].isRequired,
|
|
8711
|
+
transactions: T['io.flow.billing.accounting.v0.models.merchant_transactions'].isRequired,
|
|
8712
|
+
total: PropTypes.number.isRequired,
|
|
8713
|
+
});
|
|
8714
|
+
|
|
8715
|
+
T['io.flow.billing.accounting.v0.models.remittance_responsibility'] = PropTypes.exact({
|
|
8716
|
+
tax: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8717
|
+
duty: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
8718
|
+
});
|
|
8719
|
+
|
|
8720
|
+
T['io.flow.billing.reporting.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
8721
|
+
remittance: T['io.flow.billing.accounting.v0.models.remittance_responsibility'],
|
|
8722
|
+
carrier: PropTypes.string.isRequired,
|
|
8723
|
+
tracking_number: PropTypes.string,
|
|
8724
|
+
});
|
|
8725
|
+
|
|
8726
|
+
T['io.flow.billing.reporting.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
8727
|
+
id: PropTypes.string.isRequired,
|
|
8728
|
+
sequence_number: PropTypes.number.isRequired,
|
|
8729
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
8730
|
+
completes_order: PropTypes.bool.isRequired,
|
|
8731
|
+
payment: T['io.flow.billing.reporting.v0.models.reporting_payment'].isRequired,
|
|
8732
|
+
refund: T['io.flow.billing.reporting.v0.models.reporting_refund_reference'],
|
|
8733
|
+
value: T['io.flow.billing.reporting.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
8734
|
+
dispatch_country: T['io.flow.billing.reporting.v0.models.reporting_country'],
|
|
8735
|
+
destination: T['io.flow.billing.reporting.v0.models.reporting_destination'],
|
|
8736
|
+
shipment: T['io.flow.billing.reporting.v0.models.reporting_shipment'],
|
|
8737
|
+
is: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_is'].isRequired,
|
|
8738
|
+
has: T['io.flow.billing.reporting.v0.models.reporting_fulfillment_has'].isRequired,
|
|
8739
|
+
fx: T['io.flow.billing.reporting.v0.models.reporting_fx'].isRequired,
|
|
8740
|
+
business: T['io.flow.billing.reporting.v0.models.reporting_business'],
|
|
8741
|
+
});
|
|
8742
|
+
|
|
8541
8743
|
T['io.flow.invoice.v0.enums.payment_term'] = PropTypes.oneOf(['net7', 'net15', 'net30']);
|
|
8542
8744
|
|
|
8543
8745
|
T['io.flow.billing.internal.v0.models.billing_organization_settings'] = PropTypes.exact({
|
|
@@ -8552,6 +8754,7 @@ T['io.flow.billing.internal.v0.models.billing_organization_settings'] = PropType
|
|
|
8552
8754
|
b2b_tax_remittance_days: PropTypes.number,
|
|
8553
8755
|
mor_fee: PropTypes.number,
|
|
8554
8756
|
duty_guarantee_fee: PropTypes.number,
|
|
8757
|
+
negative_balance_fee: PropTypes.number,
|
|
8555
8758
|
order_service_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8556
8759
|
label_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8557
8760
|
});
|
|
@@ -8569,7 +8772,7 @@ T['io.flow.billing.internal.v0.models.account_settings'] = PropTypes.exact({
|
|
|
8569
8772
|
merchant_of_record_fee: PropTypes.number,
|
|
8570
8773
|
duty_guarantee_fee: PropTypes.number,
|
|
8571
8774
|
transfer_fee: PropTypes.number,
|
|
8572
|
-
|
|
8775
|
+
negative_balance_fee: PropTypes.number,
|
|
8573
8776
|
order_service_fee: T['io.flow.billing.internal.v0.models.tiered_fee'],
|
|
8574
8777
|
label_fees: T['io.flow.billing.internal.v0.models.account_setting_label_fees'],
|
|
8575
8778
|
charge_label_cost_directly: PropTypes.bool.isRequired,
|
|
@@ -8693,6 +8896,7 @@ T['io.flow.permission.v0.enums.flow_role'] = PropTypes.oneOf([
|
|
|
8693
8896
|
'organization_fulfillment',
|
|
8694
8897
|
'organization_marketing',
|
|
8695
8898
|
'organization_finance',
|
|
8899
|
+
'organization_classification',
|
|
8696
8900
|
'flow_operations',
|
|
8697
8901
|
'channel_admin',
|
|
8698
8902
|
'channel_organization_admin',
|
|
@@ -9659,6 +9863,13 @@ T['io.flow.internal.v0.models.shruti_demo_item_deleted'] = PropTypes.exact({
|
|
|
9659
9863
|
id: PropTypes.string.isRequired,
|
|
9660
9864
|
});
|
|
9661
9865
|
|
|
9866
|
+
T['io.flow.internal.v0.models.matias_item_deleted'] = PropTypes.exact({
|
|
9867
|
+
discriminator: PropTypes.oneOf(['matias_item_deleted']).isRequired,
|
|
9868
|
+
event_id: PropTypes.string.isRequired,
|
|
9869
|
+
timestamp: PropTypes.string.isRequired,
|
|
9870
|
+
id: PropTypes.string.isRequired,
|
|
9871
|
+
});
|
|
9872
|
+
|
|
9662
9873
|
T['io.flow.internal.v0.models.colm_item_deleted'] = PropTypes.exact({
|
|
9663
9874
|
discriminator: PropTypes.oneOf(['colm_item_deleted']).isRequired,
|
|
9664
9875
|
event_id: PropTypes.string.isRequired,
|
|
@@ -10608,6 +10819,11 @@ T['io.flow.internal.v0.unions.channel_rate_metadata'] = PropTypes.oneOfType([
|
|
|
10608
10819
|
T['io.flow.internal.v0.models.channel_rate_metadata_rate'],
|
|
10609
10820
|
]);
|
|
10610
10821
|
|
|
10822
|
+
T['io.flow.internal.v0.models.message_stamp'] = PropTypes.exact({
|
|
10823
|
+
discriminator: PropTypes.oneOf(['message_stamp']).isRequired,
|
|
10824
|
+
message: PropTypes.string.isRequired,
|
|
10825
|
+
});
|
|
10826
|
+
|
|
10611
10827
|
T['io.flow.internal.v0.models.blaze_payment_auth_complete_message'] = PropTypes.exact({
|
|
10612
10828
|
discriminator: PropTypes.oneOf(['payment_auth_complete']).isRequired,
|
|
10613
10829
|
});
|
|
@@ -11711,6 +11927,7 @@ T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'] =
|
|
|
11711
11927
|
'business_street_address_is_blank',
|
|
11712
11928
|
'business_street_address_is_po_box',
|
|
11713
11929
|
'exception_merchant',
|
|
11930
|
+
'application_missing',
|
|
11714
11931
|
]);
|
|
11715
11932
|
|
|
11716
11933
|
T['io.flow.internal.v0.models.setup_block_put_form'] = PropTypes.exact({
|
|
@@ -12001,6 +12218,13 @@ T['io.flow.payment.v0.models.refund_identifier'] = PropTypes.exact({
|
|
|
12001
12218
|
primary: PropTypes.bool.isRequired,
|
|
12002
12219
|
});
|
|
12003
12220
|
|
|
12221
|
+
T['io.flow.billing.accounting.v0.models.return_trigger_refund'] = PropTypes.exact({
|
|
12222
|
+
discriminator: PropTypes.oneOf(['by_refund']).isRequired,
|
|
12223
|
+
refund: T['io.flow.payment.v0.models.refund_reference'].isRequired,
|
|
12224
|
+
});
|
|
12225
|
+
|
|
12226
|
+
T['io.flow.billing.accounting.v0.unions.return_trigger'] = PropTypes.oneOfType([T['io.flow.billing.accounting.v0.models.return_trigger_refund']]);
|
|
12227
|
+
|
|
12004
12228
|
T['io.flow.return.v0.models.return_reason'] = PropTypes.exact({
|
|
12005
12229
|
name: PropTypes.string.isRequired,
|
|
12006
12230
|
});
|
|
@@ -12118,11 +12342,6 @@ T['io.flow.internal.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
|
12118
12342
|
domestic: PropTypes.bool.isRequired,
|
|
12119
12343
|
});
|
|
12120
12344
|
|
|
12121
|
-
T['io.flow.internal.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
12122
|
-
carrier: PropTypes.string.isRequired,
|
|
12123
|
-
tracking_number: PropTypes.string,
|
|
12124
|
-
});
|
|
12125
|
-
|
|
12126
12345
|
T['io.flow.internal.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
12127
12346
|
id: PropTypes.string.isRequired,
|
|
12128
12347
|
});
|
|
@@ -12969,7 +13188,7 @@ T['io.flow.internal.v0.models.organization_bank_account_upserted'] = PropTypes.e
|
|
|
12969
13188
|
});
|
|
12970
13189
|
|
|
12971
13190
|
T['io.flow.internal.v0.enums.channel_order_acceptance_error_action'] = PropTypes.oneOf(['auto_reject', 'auto_accept']);
|
|
12972
|
-
T['io.flow.internal.v0.enums.order_validation_status'] = PropTypes.oneOf(['success', 'failed', 'unresolvable']);
|
|
13191
|
+
T['io.flow.internal.v0.enums.order_validation_status'] = PropTypes.oneOf(['success', 'failed', 'label_created', 'unresolvable']);
|
|
12973
13192
|
|
|
12974
13193
|
T['io.flow.internal.v0.models.order_validation'] = PropTypes.exact({
|
|
12975
13194
|
id: PropTypes.string.isRequired,
|
|
@@ -13218,6 +13437,11 @@ T['io.flow.internal.v0.models.shipping_method_reference'] = PropTypes.exact({
|
|
|
13218
13437
|
id: PropTypes.string.isRequired,
|
|
13219
13438
|
});
|
|
13220
13439
|
|
|
13440
|
+
T['io.flow.organization.onboarding.state.v0.models.merchant_disabled'] = PropTypes.exact({
|
|
13441
|
+
discriminator: PropTypes.oneOf(['merchant_disabled']).isRequired,
|
|
13442
|
+
reason: T['io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason'].isRequired,
|
|
13443
|
+
});
|
|
13444
|
+
|
|
13221
13445
|
T['io.flow.organization.onboarding.state.v0.models.merchant_deactivated'] = PropTypes.exact({
|
|
13222
13446
|
discriminator: PropTypes.oneOf(['merchant_deactivated']).isRequired,
|
|
13223
13447
|
reason: PropTypes.string.isRequired,
|
|
@@ -13266,6 +13490,7 @@ T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'] = PropType
|
|
|
13266
13490
|
T['io.flow.organization.onboarding.state.v0.models.setup_completed'],
|
|
13267
13491
|
T['io.flow.organization.onboarding.state.v0.models.merchant_activated'],
|
|
13268
13492
|
T['io.flow.organization.onboarding.state.v0.models.merchant_deactivated'],
|
|
13493
|
+
T['io.flow.organization.onboarding.state.v0.models.merchant_disabled'],
|
|
13269
13494
|
]);
|
|
13270
13495
|
|
|
13271
13496
|
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'] = PropTypes.exact({
|
|
@@ -13366,6 +13591,8 @@ T['io.flow.internal.v0.models.merchant_upserted'] = PropTypes.exact({
|
|
|
13366
13591
|
merchant: T['io.flow.internal.v0.models.merchant'].isRequired,
|
|
13367
13592
|
});
|
|
13368
13593
|
|
|
13594
|
+
T['io.flow.internal.v0.enums.matias_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
13595
|
+
|
|
13369
13596
|
T['io.flow.shopify.markets.v0.models.shopify_order_metafield'] = PropTypes.exact({
|
|
13370
13597
|
id: PropTypes.number.isRequired,
|
|
13371
13598
|
key: PropTypes.string.isRequired,
|
|
@@ -14382,6 +14609,10 @@ T['io.flow.trueup.v0.enums.trueup_surcharge_type'] = PropTypes.oneOf([
|
|
|
14382
14609
|
'emergency',
|
|
14383
14610
|
'peak',
|
|
14384
14611
|
'address_correction',
|
|
14612
|
+
'security_ratecard_fee',
|
|
14613
|
+
'eei_filing_ratecard_fee',
|
|
14614
|
+
'fixed_ddp_ratecard_fee',
|
|
14615
|
+
'fixed_currency_conversion_ratecard_fee',
|
|
14385
14616
|
]);
|
|
14386
14617
|
|
|
14387
14618
|
T['io.flow.billing.v0.models.trueup_label_surcharge'] = PropTypes.exact({
|
|
@@ -14486,10 +14717,44 @@ T['io.flow.internal.v0.models.klarna_authorization_parameters'] = PropTypes.exac
|
|
|
14486
14717
|
T['io.flow.internal.v0.unions.inline_authorization_parameters'] = PropTypes.oneOfType([T['io.flow.internal.v0.models.klarna_authorization_parameters']]);
|
|
14487
14718
|
T['io.flow.catalog.v0.enums.fulfillment_method_value'] = PropTypes.oneOf(['digital', 'physical']);
|
|
14488
14719
|
|
|
14720
|
+
T['io.flow.billing.accounting.v0.models.item_summary'] = PropTypes.exact({
|
|
14721
|
+
number: PropTypes.string.isRequired,
|
|
14722
|
+
fulfillment_method: T['io.flow.catalog.v0.enums.fulfillment_method_value'].isRequired,
|
|
14723
|
+
country_of_origin: PropTypes.string,
|
|
14724
|
+
tarriff_code: PropTypes.string,
|
|
14725
|
+
inferred: PropTypes.bool,
|
|
14726
|
+
});
|
|
14727
|
+
|
|
14728
|
+
T['io.flow.billing.accounting.v0.models.shopper_line'] = PropTypes.exact({
|
|
14729
|
+
item: T['io.flow.billing.accounting.v0.models.item_summary'].isRequired,
|
|
14730
|
+
quantity: PropTypes.number.isRequired,
|
|
14731
|
+
unit_price: PropTypes.number.isRequired,
|
|
14732
|
+
price: PropTypes.number.isRequired,
|
|
14733
|
+
discount: PropTypes.number.isRequired,
|
|
14734
|
+
tax: PropTypes.number.isRequired,
|
|
14735
|
+
duty: PropTypes.number.isRequired,
|
|
14736
|
+
subsidies: T['io.flow.billing.accounting.v0.models.fulfillment_subsidy_breakdown'].isRequired,
|
|
14737
|
+
total: PropTypes.number.isRequired,
|
|
14738
|
+
});
|
|
14739
|
+
|
|
14740
|
+
T['io.flow.billing.accounting.v0.models.shopper_lines'] = PropTypes.exact({
|
|
14741
|
+
lines: PropTypes.arrayOf(T['io.flow.billing.accounting.v0.models.shopper_line']).isRequired,
|
|
14742
|
+
total: PropTypes.number.isRequired,
|
|
14743
|
+
});
|
|
14744
|
+
|
|
14745
|
+
T['io.flow.billing.accounting.v0.models.shopper_summary'] = PropTypes.exact({
|
|
14746
|
+
product: T['io.flow.billing.accounting.v0.models.shopper_lines'].isRequired,
|
|
14747
|
+
fees: T['io.flow.billing.accounting.v0.models.shopper_fees'].isRequired,
|
|
14748
|
+
freight: T['io.flow.billing.accounting.v0.models.shopper_freight'].isRequired,
|
|
14749
|
+
order_discount: PropTypes.number.isRequired,
|
|
14750
|
+
total: PropTypes.number.isRequired,
|
|
14751
|
+
});
|
|
14752
|
+
|
|
14489
14753
|
T['io.flow.internal.v0.models.item_summary'] = PropTypes.exact({
|
|
14490
14754
|
number: PropTypes.string.isRequired,
|
|
14491
14755
|
fulfillment_method: T['io.flow.catalog.v0.enums.fulfillment_method_value'].isRequired,
|
|
14492
14756
|
country_of_origin: PropTypes.string,
|
|
14757
|
+
tarriff_code: PropTypes.string,
|
|
14493
14758
|
inferred: PropTypes.bool,
|
|
14494
14759
|
});
|
|
14495
14760
|
|
|
@@ -16330,6 +16595,9 @@ T['io.flow.internal.v0.models.erp_flow_vendor'] = PropTypes.exact({
|
|
|
16330
16595
|
bank_code: PropTypes.string.isRequired,
|
|
16331
16596
|
id: PropTypes.string.isRequired,
|
|
16332
16597
|
tax_code: PropTypes.string,
|
|
16598
|
+
tax_code_2: PropTypes.string,
|
|
16599
|
+
debit_entry_code: PropTypes.string,
|
|
16600
|
+
credit_entry_code: PropTypes.string,
|
|
16333
16601
|
vat_flag: PropTypes.string,
|
|
16334
16602
|
w_tax_percent: PropTypes.string,
|
|
16335
16603
|
iban: PropTypes.string,
|
|
@@ -16741,6 +17009,10 @@ T['io.flow.billing.v0.models.billing_channel_order_summary'] = PropTypes.exact({
|
|
|
16741
17009
|
identifiers: PropTypes.objectOf(PropTypes.string),
|
|
16742
17010
|
});
|
|
16743
17011
|
|
|
17012
|
+
T['io.flow.billing.v0.models.account_id_reference'] = PropTypes.exact({
|
|
17013
|
+
id: PropTypes.string.isRequired,
|
|
17014
|
+
});
|
|
17015
|
+
|
|
16744
17016
|
T['io.flow.billing.v0.models.billing_channel_statement_reference'] = PropTypes.exact({
|
|
16745
17017
|
id: PropTypes.string.isRequired,
|
|
16746
17018
|
});
|
|
@@ -16890,6 +17162,9 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
16890
17162
|
'negative_balance_total_with_order_in_past_30_days',
|
|
16891
17163
|
'negative_balance_total_without_order_in_past_30_days',
|
|
16892
17164
|
'negative_balance_single_account_max',
|
|
17165
|
+
'inactive_accounts_count',
|
|
17166
|
+
'inactive_account_pending_payment_promise_count',
|
|
17167
|
+
'inactive_account_pending_payment_promise_total',
|
|
16893
17168
|
]);
|
|
16894
17169
|
|
|
16895
17170
|
T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
|
|
@@ -17369,6 +17644,12 @@ T['io.flow.internal.v0.models.invoice_line_item'] = PropTypes.exact({
|
|
|
17369
17644
|
export_control_classification_number: PropTypes.string.isRequired,
|
|
17370
17645
|
});
|
|
17371
17646
|
|
|
17647
|
+
T['io.flow.internal.v0.models.commercial_invoice_summary'] = PropTypes.exact({
|
|
17648
|
+
id: PropTypes.string.isRequired,
|
|
17649
|
+
label_id: PropTypes.string.isRequired,
|
|
17650
|
+
line_items: PropTypes.arrayOf(T['io.flow.internal.v0.models.invoice_line_item']).isRequired,
|
|
17651
|
+
});
|
|
17652
|
+
|
|
17372
17653
|
T['io.flow.internal.v0.enums.colm_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
17373
17654
|
|
|
17374
17655
|
T['io.flow.internal.v0.enums.item_classification_status'] = PropTypes.oneOf([
|
|
@@ -22039,6 +22320,7 @@ T['io.flow.internal.v0.models.channel_order_acceptance'] = PropTypes.exact({
|
|
|
22039
22320
|
channel_id: PropTypes.string.isRequired,
|
|
22040
22321
|
external_order_reference: PropTypes.string.isRequired,
|
|
22041
22322
|
payment_request_id: PropTypes.string,
|
|
22323
|
+
order_edit_payment_request_ids: PropTypes.arrayOf(PropTypes.string),
|
|
22042
22324
|
status: T['io.flow.internal.v0.enums.channel_order_acceptance_status'].isRequired,
|
|
22043
22325
|
reasons: PropTypes.arrayOf(T['io.flow.internal.v0.models.channel_order_acceptance_reason']).isRequired,
|
|
22044
22326
|
next_action_from: T['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'],
|
|
@@ -22210,6 +22492,7 @@ T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'] = PropTypes.e
|
|
|
22210
22492
|
label_created_at: PropTypes.string.isRequired,
|
|
22211
22493
|
carrier_id: PropTypes.string.isRequired,
|
|
22212
22494
|
carrier_tracking_number: PropTypes.string.isRequired,
|
|
22495
|
+
revenue_share_percentage: PropTypes.number.isRequired,
|
|
22213
22496
|
outbound: T['io.flow.billing.v0.models.transaction_metadata_carrier_charge_outbound'],
|
|
22214
22497
|
});
|
|
22215
22498
|
|
|
@@ -22218,6 +22501,7 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_metadata_carrier_charge
|
|
|
22218
22501
|
label_created_at: PropTypes.string.isRequired,
|
|
22219
22502
|
carrier_id: PropTypes.string.isRequired,
|
|
22220
22503
|
carrier_tracking_number: PropTypes.string.isRequired,
|
|
22504
|
+
revenue_share_percentage: PropTypes.number.isRequired,
|
|
22221
22505
|
outbound_transaction_id: PropTypes.string,
|
|
22222
22506
|
});
|
|
22223
22507
|
|
|
@@ -22556,6 +22840,18 @@ T['io.flow.internal.v0.models.calculator_dtce_post_body'] = PropTypes.exact({
|
|
|
22556
22840
|
provinceCode: PropTypes.string,
|
|
22557
22841
|
});
|
|
22558
22842
|
|
|
22843
|
+
T['io.flow.internal.v0.models.calculation_stamping_shipping_line'] = PropTypes.exact({
|
|
22844
|
+
first_ship_from: PropTypes.string,
|
|
22845
|
+
duty: PropTypes.number,
|
|
22846
|
+
duty_rate: PropTypes.number,
|
|
22847
|
+
tax: PropTypes.number,
|
|
22848
|
+
tax_rate: PropTypes.number,
|
|
22849
|
+
price: PropTypes.number,
|
|
22850
|
+
duty_rate_on_shipping: PropTypes.number,
|
|
22851
|
+
tax_rate_on_shipping: PropTypes.number,
|
|
22852
|
+
import_fee: PropTypes.number,
|
|
22853
|
+
});
|
|
22854
|
+
|
|
22559
22855
|
T['io.flow.internal.v0.models.product_labels'] = PropTypes.exact({
|
|
22560
22856
|
item_type: PropTypes.string.isRequired,
|
|
22561
22857
|
gender: T['io.flow.internal.v0.models.attribute_label'],
|
|
@@ -23432,6 +23728,7 @@ T['io.flow.billing.csv.v0.models.billing_csv_transaction_fees'] = PropTypes.exac
|
|
|
23432
23728
|
processing: PropTypes.number.isRequired,
|
|
23433
23729
|
rate_lock: PropTypes.number.isRequired,
|
|
23434
23730
|
transfer: PropTypes.number.isRequired,
|
|
23731
|
+
negative_balance: PropTypes.number.isRequired,
|
|
23435
23732
|
});
|
|
23436
23733
|
|
|
23437
23734
|
T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
@@ -23442,9 +23739,10 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
23442
23739
|
'reversal',
|
|
23443
23740
|
'shipping_label',
|
|
23444
23741
|
'shipping_label_service',
|
|
23742
|
+
'shipping_label_revenue_share',
|
|
23445
23743
|
'trueup',
|
|
23446
23744
|
'carrier_charge',
|
|
23447
|
-
'
|
|
23745
|
+
'carrier_charge_revenue_share',
|
|
23448
23746
|
'platform_fee',
|
|
23449
23747
|
'tax',
|
|
23450
23748
|
'duty',
|
|
@@ -25019,49 +25317,6 @@ T['io.flow.internal.v0.models.reporting_payment'] = PropTypes.exact({
|
|
|
25019
25317
|
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
25020
25318
|
});
|
|
25021
25319
|
|
|
25022
|
-
T['io.flow.internal.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
25023
|
-
id: PropTypes.string.isRequired,
|
|
25024
|
-
sequence_number: PropTypes.number.isRequired,
|
|
25025
|
-
fulfilled_at: PropTypes.string.isRequired,
|
|
25026
|
-
completes_order: PropTypes.bool.isRequired,
|
|
25027
|
-
payment: T['io.flow.internal.v0.models.reporting_payment'].isRequired,
|
|
25028
|
-
refund: T['io.flow.internal.v0.models.reporting_refund_reference'],
|
|
25029
|
-
value: T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
25030
|
-
dispatch_country: T['io.flow.internal.v0.models.reporting_country'],
|
|
25031
|
-
destination: T['io.flow.internal.v0.models.reporting_destination'],
|
|
25032
|
-
shipment: T['io.flow.internal.v0.models.reporting_shipment'],
|
|
25033
|
-
is: T['io.flow.internal.v0.models.reporting_fulfillment_is'].isRequired,
|
|
25034
|
-
has: T['io.flow.internal.v0.models.reporting_fulfillment_has'].isRequired,
|
|
25035
|
-
fx: T['io.flow.internal.v0.models.reporting_fx'].isRequired,
|
|
25036
|
-
business: T['io.flow.internal.v0.models.reporting_business'],
|
|
25037
|
-
});
|
|
25038
|
-
|
|
25039
|
-
T['io.flow.internal.v0.models.revenue_record'] = PropTypes.exact({
|
|
25040
|
-
id: PropTypes.string.isRequired,
|
|
25041
|
-
organization: T['io.flow.internal.v0.models.reporting_organization_summary'].isRequired,
|
|
25042
|
-
parent: T['io.flow.internal.v0.models.record_reference'],
|
|
25043
|
-
type: T['io.flow.internal.v0.enums.revenue_record_type'].isRequired,
|
|
25044
|
-
order: T['io.flow.internal.v0.models.reporting_order_summary'].isRequired,
|
|
25045
|
-
entity: T['io.flow.internal.v0.models.reporting_entity'].isRequired,
|
|
25046
|
-
vendor: T['io.flow.internal.v0.models.reporting_vendor'].isRequired,
|
|
25047
|
-
currencies: T['io.flow.internal.v0.models.reporting_currencies'].isRequired,
|
|
25048
|
-
conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
|
|
25049
|
-
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'].isRequired,
|
|
25050
|
-
merchant: T['io.flow.internal.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
25051
|
-
fulfillment: T['io.flow.internal.v0.models.reporting_fulfillment'].isRequired,
|
|
25052
|
-
vat_remittance: T['io.flow.internal.v0.models.reporting_vat_remittance'].isRequired,
|
|
25053
|
-
marked_as_final: T['io.flow.internal.v0.models.marked_as_final'].isRequired,
|
|
25054
|
-
debug: T['io.flow.internal.v0.models.reporting_debug'].isRequired,
|
|
25055
|
-
});
|
|
25056
|
-
|
|
25057
|
-
T['io.flow.internal.v0.models.revenue_record_upserted'] = PropTypes.exact({
|
|
25058
|
-
discriminator: PropTypes.oneOf(['revenue_record_upserted']).isRequired,
|
|
25059
|
-
event_id: PropTypes.string.isRequired,
|
|
25060
|
-
timestamp: PropTypes.string.isRequired,
|
|
25061
|
-
organization: PropTypes.string.isRequired,
|
|
25062
|
-
revenue_record: T['io.flow.internal.v0.models.revenue_record'].isRequired,
|
|
25063
|
-
});
|
|
25064
|
-
|
|
25065
25320
|
T['io.flow.internal.v0.models.internal_authorization'] = PropTypes.exact({
|
|
25066
25321
|
id: PropTypes.string.isRequired,
|
|
25067
25322
|
processor: T['io.flow.internal.v0.enums.processor'].isRequired,
|
|
@@ -25733,6 +25988,27 @@ T['io.flow.billing.v0.models.withholding_deduction'] = PropTypes.exact({
|
|
|
25733
25988
|
|
|
25734
25989
|
T['io.flow.billing.v0.models.payout_transaction'] = PropTypes.exact({
|
|
25735
25990
|
id: PropTypes.string.isRequired,
|
|
25991
|
+
account: T['io.flow.billing.v0.models.account_id_reference'].isRequired,
|
|
25992
|
+
metadata: T['io.flow.billing.v0.unions.transaction_metadata'],
|
|
25993
|
+
order: T['io.flow.billing.v0.models.billing_channel_order_summary'],
|
|
25994
|
+
payment_request: T['io.flow.billing.v0.models.billing_channel_payment_request_reference'],
|
|
25995
|
+
currency: PropTypes.string.isRequired,
|
|
25996
|
+
source: T['io.flow.billing.v0.enums.transaction_source'].isRequired,
|
|
25997
|
+
parent: T['io.flow.billing.v0.models.parent_transaction_summary'],
|
|
25998
|
+
gross: PropTypes.number.isRequired,
|
|
25999
|
+
fees: PropTypes.arrayOf(T['io.flow.billing.v0.models.fee_deduction']).isRequired,
|
|
26000
|
+
withholdings: PropTypes.arrayOf(T['io.flow.billing.v0.models.withholding_deduction']).isRequired,
|
|
26001
|
+
discounts: PropTypes.arrayOf(T['io.flow.billing.v0.models.billing_discount']).isRequired,
|
|
26002
|
+
net: PropTypes.number.isRequired,
|
|
26003
|
+
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
26004
|
+
created_at: PropTypes.string.isRequired,
|
|
26005
|
+
updated_at: PropTypes.string.isRequired,
|
|
26006
|
+
});
|
|
26007
|
+
|
|
26008
|
+
T['io.flow.billing.v0.models.flow_transaction'] = PropTypes.exact({
|
|
26009
|
+
statement: T['io.flow.billing.v0.models.billing_channel_statement_reference'],
|
|
26010
|
+
id: PropTypes.string.isRequired,
|
|
26011
|
+
account: T['io.flow.billing.v0.models.account_id_reference'].isRequired,
|
|
25736
26012
|
metadata: T['io.flow.billing.v0.unions.transaction_metadata'],
|
|
25737
26013
|
order: T['io.flow.billing.v0.models.billing_channel_order_summary'],
|
|
25738
26014
|
payment_request: T['io.flow.billing.v0.models.billing_channel_payment_request_reference'],
|
|
@@ -25752,6 +26028,7 @@ T['io.flow.billing.v0.models.payout_transaction'] = PropTypes.exact({
|
|
|
25752
26028
|
T['io.flow.billing.v0.models.channel_transaction'] = PropTypes.exact({
|
|
25753
26029
|
statement: T['io.flow.billing.v0.models.billing_channel_statement_reference'],
|
|
25754
26030
|
id: PropTypes.string.isRequired,
|
|
26031
|
+
account: T['io.flow.billing.v0.models.account_id_reference'].isRequired,
|
|
25755
26032
|
metadata: T['io.flow.billing.v0.unions.transaction_metadata'],
|
|
25756
26033
|
order: T['io.flow.billing.v0.models.billing_channel_order_summary'],
|
|
25757
26034
|
payment_request: T['io.flow.billing.v0.models.billing_channel_payment_request_reference'],
|
|
@@ -25771,6 +26048,7 @@ T['io.flow.billing.v0.models.channel_transaction'] = PropTypes.exact({
|
|
|
25771
26048
|
T['io.flow.billing.v0.models.transaction'] = PropTypes.exact({
|
|
25772
26049
|
statement: T['io.flow.billing.v0.models.billing_channel_statement_reference'],
|
|
25773
26050
|
id: PropTypes.string.isRequired,
|
|
26051
|
+
account: T['io.flow.billing.v0.models.account_id_reference'].isRequired,
|
|
25774
26052
|
metadata: T['io.flow.billing.v0.unions.transaction_metadata'],
|
|
25775
26053
|
order: T['io.flow.billing.v0.models.billing_channel_order_summary'],
|
|
25776
26054
|
payment_request: T['io.flow.billing.v0.models.billing_channel_payment_request_reference'],
|
|
@@ -25816,6 +26094,21 @@ T['io.flow.internal.v0.models.channel_debug_transaction'] = PropTypes.exact({
|
|
|
25816
26094
|
queue: T['io.flow.internal.v0.models.debug_transaction_queued'],
|
|
25817
26095
|
});
|
|
25818
26096
|
|
|
26097
|
+
T['io.flow.internal.v0.enums.address_configuration_setting_province_code'] = PropTypes.oneOf(['iso_3166_2', 'name']);
|
|
26098
|
+
|
|
26099
|
+
T['io.flow.internal.v0.models.address_configuration_setting_form'] = PropTypes.exact({
|
|
26100
|
+
province_code: T['io.flow.internal.v0.enums.address_configuration_setting_province_code'].isRequired,
|
|
26101
|
+
});
|
|
26102
|
+
|
|
26103
|
+
T['io.flow.internal.v0.models.address_configuration_province_setting'] = PropTypes.exact({
|
|
26104
|
+
code: T['io.flow.internal.v0.enums.address_configuration_setting_province_code'].isRequired,
|
|
26105
|
+
});
|
|
26106
|
+
|
|
26107
|
+
T['io.flow.internal.v0.models.address_configuration_setting'] = PropTypes.exact({
|
|
26108
|
+
id: PropTypes.string.isRequired,
|
|
26109
|
+
province: T['io.flow.internal.v0.models.address_configuration_province_setting'].isRequired,
|
|
26110
|
+
});
|
|
26111
|
+
|
|
25819
26112
|
T['io.flow.common.v0.models.money'] = PropTypes.exact({
|
|
25820
26113
|
amount: PropTypes.number.isRequired,
|
|
25821
26114
|
currency: PropTypes.string.isRequired,
|
|
@@ -26073,6 +26366,17 @@ T['io.flow.tracking.v0.models.tracking_label_form'] = PropTypes.exact({
|
|
|
26073
26366
|
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
26074
26367
|
});
|
|
26075
26368
|
|
|
26369
|
+
T['io.flow.ratecard.v0.models.security_service_fee'] = PropTypes.exact({
|
|
26370
|
+
discriminator: PropTypes.oneOf(['security_service_fee']).isRequired,
|
|
26371
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26372
|
+
countries: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
26373
|
+
});
|
|
26374
|
+
|
|
26375
|
+
T['io.flow.ratecard.v0.models.security_ratecard_fee'] = PropTypes.exact({
|
|
26376
|
+
discriminator: PropTypes.oneOf(['security_ratecard_fee']).isRequired,
|
|
26377
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26378
|
+
});
|
|
26379
|
+
|
|
26076
26380
|
T['io.flow.ratecard.v0.models.remote_area_service_fee'] = PropTypes.exact({
|
|
26077
26381
|
discriminator: PropTypes.oneOf(['remote_area_service_fee']).isRequired,
|
|
26078
26382
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26083,6 +26387,12 @@ T['io.flow.ratecard.v0.models.remote_area_ratecard_fee'] = PropTypes.exact({
|
|
|
26083
26387
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26084
26388
|
});
|
|
26085
26389
|
|
|
26390
|
+
T['io.flow.ratecard.v0.models.remote_area_by_weight_service_fee'] = PropTypes.exact({
|
|
26391
|
+
discriminator: PropTypes.oneOf(['remote_area_by_weight_service_fee']).isRequired,
|
|
26392
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26393
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
26394
|
+
});
|
|
26395
|
+
|
|
26086
26396
|
T['io.flow.ratecard.v0.models.peak_surcharge_service_fee'] = PropTypes.exact({
|
|
26087
26397
|
discriminator: PropTypes.oneOf(['peak_surcharge_service_fee']).isRequired,
|
|
26088
26398
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26124,6 +26434,15 @@ T['io.flow.ratecard.v0.models.oversize_piece_surcharge_ratecard_fee'] = PropType
|
|
|
26124
26434
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26125
26435
|
});
|
|
26126
26436
|
|
|
26437
|
+
T['io.flow.ratecard.v0.models.large_package_service_fee'] = PropTypes.exact({
|
|
26438
|
+
discriminator: PropTypes.oneOf(['large_package_service_fee']).isRequired,
|
|
26439
|
+
length_girth_threshold: PropTypes.number,
|
|
26440
|
+
dimensional_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
26441
|
+
weight_threshold: PropTypes.number,
|
|
26442
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
26443
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26444
|
+
});
|
|
26445
|
+
|
|
26127
26446
|
T['io.flow.ratecard.v0.models.fuel_surcharge_ratecard_fee'] = PropTypes.exact({
|
|
26128
26447
|
discriminator: PropTypes.oneOf(['fuel_surcharge_ratecard_fee']).isRequired,
|
|
26129
26448
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26139,6 +26458,31 @@ T['io.flow.ratecard.v0.models.fuel_surcharge_amount_by_weight_service_fee'] = Pr
|
|
|
26139
26458
|
ends_at: PropTypes.string,
|
|
26140
26459
|
});
|
|
26141
26460
|
|
|
26461
|
+
T['io.flow.ratecard.v0.models.fixed_ddp_ratecard_fee'] = PropTypes.exact({
|
|
26462
|
+
discriminator: PropTypes.oneOf(['fixed_ddp_ratecard_fee']).isRequired,
|
|
26463
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26464
|
+
});
|
|
26465
|
+
|
|
26466
|
+
T['io.flow.ratecard.v0.models.fixed_fee_condition'] = PropTypes.exact({
|
|
26467
|
+
countries: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
26468
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26469
|
+
});
|
|
26470
|
+
|
|
26471
|
+
T['io.flow.ratecard.v0.models.fixed_ddp_service_fee'] = PropTypes.exact({
|
|
26472
|
+
discriminator: PropTypes.oneOf(['fixed_ddp_service_fee']).isRequired,
|
|
26473
|
+
conditions: PropTypes.arrayOf(T['io.flow.ratecard.v0.models.fixed_fee_condition']).isRequired,
|
|
26474
|
+
});
|
|
26475
|
+
|
|
26476
|
+
T['io.flow.ratecard.v0.models.fixed_currency_conversion_service_fee'] = PropTypes.exact({
|
|
26477
|
+
discriminator: PropTypes.oneOf(['fixed_currency_conversion_service_fee']).isRequired,
|
|
26478
|
+
conditions: PropTypes.arrayOf(T['io.flow.ratecard.v0.models.fixed_fee_condition']).isRequired,
|
|
26479
|
+
});
|
|
26480
|
+
|
|
26481
|
+
T['io.flow.ratecard.v0.models.fixed_currency_conversion_ratecard_fee'] = PropTypes.exact({
|
|
26482
|
+
discriminator: PropTypes.oneOf(['fixed_currency_conversion_ratecard_fee']).isRequired,
|
|
26483
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26484
|
+
});
|
|
26485
|
+
|
|
26142
26486
|
T['io.flow.ratecard.v0.models.emergency_situation_surcharge_service_fee'] = PropTypes.exact({
|
|
26143
26487
|
discriminator: PropTypes.oneOf(['emergency_situation_surcharge_service_fee']).isRequired,
|
|
26144
26488
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -26152,50 +26496,22 @@ T['io.flow.ratecard.v0.models.emergency_situation_surcharge_ratecard_fee'] = Pro
|
|
|
26152
26496
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26153
26497
|
});
|
|
26154
26498
|
|
|
26155
|
-
T['io.flow.ratecard.v0.models.
|
|
26156
|
-
discriminator: PropTypes.oneOf(['
|
|
26499
|
+
T['io.flow.ratecard.v0.models.eei_filing_service_fee'] = PropTypes.exact({
|
|
26500
|
+
discriminator: PropTypes.oneOf(['eei_filing_service_fee']).isRequired,
|
|
26157
26501
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26158
|
-
|
|
26159
|
-
ends_at: PropTypes.string,
|
|
26160
|
-
});
|
|
26161
|
-
|
|
26162
|
-
T['io.flow.ratecard.v0.unions.service_fee'] = PropTypes.oneOfType([
|
|
26163
|
-
T['io.flow.ratecard.v0.models.fuel_surcharge_service_fee'],
|
|
26164
|
-
T['io.flow.ratecard.v0.models.fuel_surcharge_amount_by_weight_service_fee'],
|
|
26165
|
-
T['io.flow.ratecard.v0.models.remote_area_service_fee'],
|
|
26166
|
-
T['io.flow.ratecard.v0.models.emergency_situation_surcharge_service_fee'],
|
|
26167
|
-
T['io.flow.ratecard.v0.models.peak_surcharge_service_fee'],
|
|
26168
|
-
T['io.flow.ratecard.v0.models.peak_surcharge_by_weight_service_fee'],
|
|
26169
|
-
T['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_service_fee'],
|
|
26170
|
-
T['io.flow.ratecard.v0.models.oversize_piece_surcharge_service_fee'],
|
|
26171
|
-
]);
|
|
26172
|
-
|
|
26173
|
-
T['io.flow.internal.v0.models.ratecard_service_fees_override_form'] = PropTypes.exact({
|
|
26174
|
-
service_fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
26175
|
-
});
|
|
26176
|
-
|
|
26177
|
-
T['io.flow.internal.v0.models.ratecard_internal_service_fee'] = PropTypes.exact({
|
|
26178
|
-
id: PropTypes.string.isRequired,
|
|
26179
|
-
service_id: PropTypes.string.isRequired,
|
|
26180
|
-
created_at: PropTypes.string.isRequired,
|
|
26181
|
-
updated_at: PropTypes.string.isRequired,
|
|
26182
|
-
fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
26502
|
+
value_threshold: T['io.flow.common.v0.models.money'].isRequired,
|
|
26183
26503
|
});
|
|
26184
26504
|
|
|
26185
|
-
T['io.flow.
|
|
26186
|
-
discriminator: PropTypes.oneOf(['
|
|
26187
|
-
|
|
26188
|
-
timestamp: PropTypes.string.isRequired,
|
|
26189
|
-
organization: PropTypes.string.isRequired,
|
|
26190
|
-
fee: T['io.flow.internal.v0.models.ratecard_internal_service_fee'].isRequired,
|
|
26505
|
+
T['io.flow.ratecard.v0.models.eei_filing_ratecard_fee'] = PropTypes.exact({
|
|
26506
|
+
discriminator: PropTypes.oneOf(['eei_filing_ratecard_fee']).isRequired,
|
|
26507
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26191
26508
|
});
|
|
26192
26509
|
|
|
26193
|
-
T['io.flow.
|
|
26194
|
-
discriminator: PropTypes.oneOf(['
|
|
26195
|
-
|
|
26196
|
-
|
|
26197
|
-
|
|
26198
|
-
fee: T['io.flow.internal.v0.models.ratecard_internal_service_fee'].isRequired,
|
|
26510
|
+
T['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_service_fee'] = PropTypes.exact({
|
|
26511
|
+
discriminator: PropTypes.oneOf(['duties_taxes_paid_surcharge_service_fee']).isRequired,
|
|
26512
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26513
|
+
starts_at: PropTypes.string,
|
|
26514
|
+
ends_at: PropTypes.string,
|
|
26199
26515
|
});
|
|
26200
26516
|
|
|
26201
26517
|
T['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_ratecard_fee'] = PropTypes.exact({
|
|
@@ -26220,6 +26536,10 @@ T['io.flow.ratecard.v0.unions.ratecard_fee'] = PropTypes.oneOfType([
|
|
|
26220
26536
|
T['io.flow.ratecard.v0.models.emergency_situation_surcharge_ratecard_fee'],
|
|
26221
26537
|
T['io.flow.ratecard.v0.models.peak_surcharge_ratecard_fee'],
|
|
26222
26538
|
T['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_ratecard_fee'],
|
|
26539
|
+
T['io.flow.ratecard.v0.models.security_ratecard_fee'],
|
|
26540
|
+
T['io.flow.ratecard.v0.models.eei_filing_ratecard_fee'],
|
|
26541
|
+
T['io.flow.ratecard.v0.models.fixed_ddp_ratecard_fee'],
|
|
26542
|
+
T['io.flow.ratecard.v0.models.fixed_currency_conversion_ratecard_fee'],
|
|
26223
26543
|
]);
|
|
26224
26544
|
|
|
26225
26545
|
T['io.flow.ratecard.v0.models.ratecard_lane_form'] = PropTypes.exact({
|
|
@@ -26335,6 +26655,63 @@ T['io.flow.internal.v0.models.ratecard_lane_aggregate_deleted'] = PropTypes.exac
|
|
|
26335
26655
|
ratecard_aggregate: T['io.flow.internal.v0.models.ratecard_lane_aggregate'].isRequired,
|
|
26336
26656
|
});
|
|
26337
26657
|
|
|
26658
|
+
T['io.flow.ratecard.v0.models.additional_handling_service_fee'] = PropTypes.exact({
|
|
26659
|
+
discriminator: PropTypes.oneOf(['additional_handling_service_fee']).isRequired,
|
|
26660
|
+
length_girth_threshold: PropTypes.number,
|
|
26661
|
+
length_threshold: PropTypes.number,
|
|
26662
|
+
width_threshold: PropTypes.number,
|
|
26663
|
+
dimensional_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
26664
|
+
weight_threshold: PropTypes.number,
|
|
26665
|
+
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
26666
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
26667
|
+
});
|
|
26668
|
+
|
|
26669
|
+
T['io.flow.ratecard.v0.unions.service_fee'] = PropTypes.oneOfType([
|
|
26670
|
+
T['io.flow.ratecard.v0.models.fuel_surcharge_service_fee'],
|
|
26671
|
+
T['io.flow.ratecard.v0.models.fuel_surcharge_amount_by_weight_service_fee'],
|
|
26672
|
+
T['io.flow.ratecard.v0.models.remote_area_service_fee'],
|
|
26673
|
+
T['io.flow.ratecard.v0.models.emergency_situation_surcharge_service_fee'],
|
|
26674
|
+
T['io.flow.ratecard.v0.models.peak_surcharge_service_fee'],
|
|
26675
|
+
T['io.flow.ratecard.v0.models.peak_surcharge_by_weight_service_fee'],
|
|
26676
|
+
T['io.flow.ratecard.v0.models.duties_taxes_paid_surcharge_service_fee'],
|
|
26677
|
+
T['io.flow.ratecard.v0.models.oversize_piece_surcharge_service_fee'],
|
|
26678
|
+
T['io.flow.ratecard.v0.models.remote_area_by_weight_service_fee'],
|
|
26679
|
+
T['io.flow.ratecard.v0.models.additional_handling_service_fee'],
|
|
26680
|
+
T['io.flow.ratecard.v0.models.large_package_service_fee'],
|
|
26681
|
+
T['io.flow.ratecard.v0.models.security_service_fee'],
|
|
26682
|
+
T['io.flow.ratecard.v0.models.fixed_ddp_service_fee'],
|
|
26683
|
+
T['io.flow.ratecard.v0.models.fixed_currency_conversion_service_fee'],
|
|
26684
|
+
T['io.flow.ratecard.v0.models.eei_filing_service_fee'],
|
|
26685
|
+
]);
|
|
26686
|
+
|
|
26687
|
+
T['io.flow.internal.v0.models.ratecard_service_fees_override_form'] = PropTypes.exact({
|
|
26688
|
+
service_fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
26689
|
+
});
|
|
26690
|
+
|
|
26691
|
+
T['io.flow.internal.v0.models.ratecard_internal_service_fee'] = PropTypes.exact({
|
|
26692
|
+
id: PropTypes.string.isRequired,
|
|
26693
|
+
service_id: PropTypes.string.isRequired,
|
|
26694
|
+
created_at: PropTypes.string.isRequired,
|
|
26695
|
+
updated_at: PropTypes.string.isRequired,
|
|
26696
|
+
fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
26697
|
+
});
|
|
26698
|
+
|
|
26699
|
+
T['io.flow.internal.v0.models.ratecard_service_fee_upserted'] = PropTypes.exact({
|
|
26700
|
+
discriminator: PropTypes.oneOf(['ratecard_service_fee_upserted']).isRequired,
|
|
26701
|
+
event_id: PropTypes.string.isRequired,
|
|
26702
|
+
timestamp: PropTypes.string.isRequired,
|
|
26703
|
+
organization: PropTypes.string.isRequired,
|
|
26704
|
+
fee: T['io.flow.internal.v0.models.ratecard_internal_service_fee'].isRequired,
|
|
26705
|
+
});
|
|
26706
|
+
|
|
26707
|
+
T['io.flow.internal.v0.models.ratecard_service_fee_deleted'] = PropTypes.exact({
|
|
26708
|
+
discriminator: PropTypes.oneOf(['ratecard_service_fee_deleted']).isRequired,
|
|
26709
|
+
event_id: PropTypes.string.isRequired,
|
|
26710
|
+
timestamp: PropTypes.string.isRequired,
|
|
26711
|
+
organization: PropTypes.string.isRequired,
|
|
26712
|
+
fee: T['io.flow.internal.v0.models.ratecard_internal_service_fee'].isRequired,
|
|
26713
|
+
});
|
|
26714
|
+
|
|
26338
26715
|
T['io.flow.payment.internal.v0.models.chargeback'] = PropTypes.exact({
|
|
26339
26716
|
id: PropTypes.string.isRequired,
|
|
26340
26717
|
key: PropTypes.string.isRequired,
|
|
@@ -27363,6 +27740,18 @@ T['io.flow.internal.v0.models.label_creation_request_form'] = PropTypes.exact({
|
|
|
27363
27740
|
reference_id: PropTypes.string,
|
|
27364
27741
|
});
|
|
27365
27742
|
|
|
27743
|
+
T['io.flow.internal.v0.models.calculation_stamping_line_item'] = PropTypes.exact({
|
|
27744
|
+
id: PropTypes.string,
|
|
27745
|
+
hs_code: PropTypes.string,
|
|
27746
|
+
duty: T['io.flow.common.v0.models.money'].isRequired,
|
|
27747
|
+
duty_rate: PropTypes.number.isRequired,
|
|
27748
|
+
sales_tax: T['io.flow.common.v0.models.money'].isRequired,
|
|
27749
|
+
sales_tax_rate: PropTypes.number.isRequired,
|
|
27750
|
+
additional_tax: T['io.flow.common.v0.models.money'],
|
|
27751
|
+
additional_tax_rate: PropTypes.number,
|
|
27752
|
+
total: T['io.flow.common.v0.models.money'].isRequired,
|
|
27753
|
+
});
|
|
27754
|
+
|
|
27366
27755
|
T['io.flow.internal.v0.models.adjustment_details_amount_fixed'] = PropTypes.exact({
|
|
27367
27756
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
27368
27757
|
});
|
|
@@ -27420,21 +27809,38 @@ T['io.flow.internal.v0.models.transaction_adjustment'] = PropTypes.exact({
|
|
|
27420
27809
|
details: T['io.flow.internal.v0.unions.adjustment_details'].isRequired,
|
|
27421
27810
|
});
|
|
27422
27811
|
|
|
27423
|
-
T['io.flow.internal.v0.
|
|
27424
|
-
|
|
27425
|
-
T['io.flow.
|
|
27426
|
-
|
|
27812
|
+
T['io.flow.internal.v0.models.additional_import_tax'] = PropTypes.exact({
|
|
27813
|
+
name: PropTypes.string,
|
|
27814
|
+
additional_import_tax_value: T['io.flow.common.v0.models.money'],
|
|
27815
|
+
rate: PropTypes.number,
|
|
27427
27816
|
});
|
|
27428
27817
|
|
|
27429
|
-
T['io.flow.internal.v0.models.
|
|
27430
|
-
|
|
27818
|
+
T['io.flow.internal.v0.models.calculation_total'] = PropTypes.exact({
|
|
27819
|
+
customs_value_name: PropTypes.string.isRequired,
|
|
27820
|
+
customs_value_amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
27821
|
+
additional_import_included: PropTypes.bool,
|
|
27822
|
+
additional_import_value: T['io.flow.common.v0.models.money'],
|
|
27823
|
+
duty: T['io.flow.common.v0.models.money'].isRequired,
|
|
27824
|
+
sales_tax: T['io.flow.common.v0.models.money'].isRequired,
|
|
27825
|
+
additional_tax_import_included: PropTypes.bool.isRequired,
|
|
27826
|
+
additional_tax: T['io.flow.common.v0.models.money'],
|
|
27827
|
+
additional_import_tax: PropTypes.arrayOf(T['io.flow.internal.v0.models.additional_import_tax']),
|
|
27431
27828
|
});
|
|
27432
27829
|
|
|
27433
|
-
T['io.flow.internal.v0.models.
|
|
27434
|
-
|
|
27435
|
-
|
|
27830
|
+
T['io.flow.internal.v0.models.calculation_step'] = PropTypes.exact({
|
|
27831
|
+
discriminator: PropTypes.oneOf(['calculation_step']).isRequired,
|
|
27832
|
+
primary_identifier: PropTypes.string.isRequired,
|
|
27833
|
+
line_item: PropTypes.arrayOf(T['io.flow.internal.v0.models.calculation_stamping_line_item']).isRequired,
|
|
27834
|
+
shipping_line_item: T['io.flow.internal.v0.models.calculation_stamping_shipping_line'].isRequired,
|
|
27835
|
+
total: T['io.flow.internal.v0.models.calculation_total'].isRequired,
|
|
27836
|
+
explanation: PropTypes.string,
|
|
27436
27837
|
});
|
|
27437
27838
|
|
|
27839
|
+
T['io.flow.internal.v0.unions.calculator_stamp'] = PropTypes.oneOfType([
|
|
27840
|
+
T['io.flow.internal.v0.models.message_stamp'],
|
|
27841
|
+
T['io.flow.internal.v0.models.calculation_step'],
|
|
27842
|
+
]);
|
|
27843
|
+
|
|
27438
27844
|
T['io.flow.internal.v0.enums.item_quantity_action'] = PropTypes.oneOf(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']);
|
|
27439
27845
|
|
|
27440
27846
|
T['io.flow.internal.v0.models.action_quantity'] = PropTypes.exact({
|
|
@@ -27496,6 +27902,12 @@ T['io.flow.internal.v0.models.account_origin'] = PropTypes.exact({
|
|
|
27496
27902
|
country: PropTypes.string.isRequired,
|
|
27497
27903
|
});
|
|
27498
27904
|
|
|
27905
|
+
T['io.flow.internal.v0.enums.account_status'] = PropTypes.oneOf(['active', 'inactive']);
|
|
27906
|
+
|
|
27907
|
+
T['io.flow.internal.v0.models.flow_account_status_form'] = PropTypes.exact({
|
|
27908
|
+
status: T['io.flow.internal.v0.enums.account_status'].isRequired,
|
|
27909
|
+
});
|
|
27910
|
+
|
|
27499
27911
|
T['io.flow.common.v0.models.organization_reference'] = PropTypes.exact({
|
|
27500
27912
|
discriminator: PropTypes.oneOf(['organization_reference']).isRequired,
|
|
27501
27913
|
id: PropTypes.string.isRequired,
|
|
@@ -27725,6 +28137,45 @@ T['io.flow.export.v0.models.export_version'] = PropTypes.exact({
|
|
|
27725
28137
|
'export': T['io.flow.export.v0.models.export'].isRequired,
|
|
27726
28138
|
});
|
|
27727
28139
|
|
|
28140
|
+
T['io.flow.billing.accounting.v0.models.order_summary'] = PropTypes.exact({
|
|
28141
|
+
id: PropTypes.string.isRequired,
|
|
28142
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
28143
|
+
number: PropTypes.string.isRequired,
|
|
28144
|
+
type: T['io.flow.experience.v0.enums.order_type'].isRequired,
|
|
28145
|
+
submitted_at: PropTypes.string.isRequired,
|
|
28146
|
+
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
28147
|
+
currency: PropTypes.string.isRequired,
|
|
28148
|
+
});
|
|
28149
|
+
|
|
28150
|
+
T['io.flow.billing.accounting.v0.models.return'] = PropTypes.exact({
|
|
28151
|
+
id: PropTypes.string.isRequired,
|
|
28152
|
+
order: T['io.flow.billing.accounting.v0.models.order_summary'].isRequired,
|
|
28153
|
+
shopper: T['io.flow.billing.accounting.v0.models.shopper_summary'].isRequired,
|
|
28154
|
+
remittance: T['io.flow.billing.accounting.v0.models.remittance_responsibility'].isRequired,
|
|
28155
|
+
merchant: T['io.flow.billing.accounting.v0.models.merchant_summary'].isRequired,
|
|
28156
|
+
sequence_number: PropTypes.number.isRequired,
|
|
28157
|
+
posting_cutoff: PropTypes.string.isRequired,
|
|
28158
|
+
trigger: T['io.flow.billing.accounting.v0.unions.return_trigger'].isRequired,
|
|
28159
|
+
returned_at: PropTypes.string.isRequired,
|
|
28160
|
+
completes_order: PropTypes.bool.isRequired,
|
|
28161
|
+
});
|
|
28162
|
+
|
|
28163
|
+
T['io.flow.billing.accounting.v0.models.fulfillment'] = PropTypes.exact({
|
|
28164
|
+
id: PropTypes.string.isRequired,
|
|
28165
|
+
order: T['io.flow.billing.accounting.v0.models.order_summary'].isRequired,
|
|
28166
|
+
shopper: T['io.flow.billing.accounting.v0.models.shopper_summary'].isRequired,
|
|
28167
|
+
remittance: T['io.flow.billing.accounting.v0.models.remittance_responsibility'].isRequired,
|
|
28168
|
+
merchant: T['io.flow.billing.accounting.v0.models.merchant_summary'].isRequired,
|
|
28169
|
+
sequence_number: PropTypes.number.isRequired,
|
|
28170
|
+
posting_cutoff: PropTypes.string.isRequired,
|
|
28171
|
+
trigger: T['io.flow.billing.accounting.v0.unions.fulfillment_trigger'].isRequired,
|
|
28172
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
28173
|
+
owner: T['io.flow.billing.internal.v0.enums.responsible_party'].isRequired,
|
|
28174
|
+
origin: T['io.flow.billing.accounting.v0.models.fulfillment_origin'],
|
|
28175
|
+
business: T['io.flow.billing.accounting.v0.models.fulfillment_business'],
|
|
28176
|
+
completes_order: PropTypes.bool.isRequired,
|
|
28177
|
+
});
|
|
28178
|
+
|
|
27728
28179
|
T['io.flow.internal.v0.models.store_connection'] = PropTypes.exact({
|
|
27729
28180
|
organization: T['io.flow.common.v0.models.organization_reference'],
|
|
27730
28181
|
id: PropTypes.string.isRequired,
|
|
@@ -28036,7 +28487,7 @@ T['io.flow.internal.v0.models.commercial_invoice_internal'] = PropTypes.exact({
|
|
|
28036
28487
|
invoice_reference: PropTypes.string.isRequired,
|
|
28037
28488
|
signature_url: PropTypes.string.isRequired,
|
|
28038
28489
|
signature_date: PropTypes.string.isRequired,
|
|
28039
|
-
signature_name: PropTypes.string
|
|
28490
|
+
signature_name: PropTypes.string,
|
|
28040
28491
|
line_items: PropTypes.arrayOf(T['io.flow.internal.v0.models.invoice_line_item']).isRequired,
|
|
28041
28492
|
currency: PropTypes.string.isRequired,
|
|
28042
28493
|
delivered_duty: PropTypes.string.isRequired,
|
|
@@ -28576,6 +29027,14 @@ T['io.flow.billing.internal.v0.models.organization_billing_statement'] = PropTyp
|
|
|
28576
29027
|
attachments: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
28577
29028
|
});
|
|
28578
29029
|
|
|
29030
|
+
T['io.flow.billing.internal.v0.models.flow_billing_statement'] = PropTypes.exact({
|
|
29031
|
+
id: PropTypes.string.isRequired,
|
|
29032
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
29033
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
29034
|
+
totals: T['io.flow.billing.internal.v0.models.billing_statement_totals'].isRequired,
|
|
29035
|
+
attachments: PropTypes.arrayOf(T['io.flow.billing.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
29036
|
+
});
|
|
29037
|
+
|
|
28579
29038
|
T['io.flow.billing.internal.v0.models.channel_billing_statement'] = PropTypes.exact({
|
|
28580
29039
|
id: PropTypes.string.isRequired,
|
|
28581
29040
|
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
@@ -28614,6 +29073,7 @@ T['io.flow.billing.internal.v0.models.organization_account'] = PropTypes.exact({
|
|
|
28614
29073
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
28615
29074
|
id: PropTypes.string.isRequired,
|
|
28616
29075
|
key: PropTypes.string,
|
|
29076
|
+
status: T['io.flow.billing.internal.v0.enums.account_status'].isRequired,
|
|
28617
29077
|
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
28618
29078
|
currency: PropTypes.string.isRequired,
|
|
28619
29079
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -28632,6 +29092,7 @@ T['io.flow.billing.internal.v0.models.flow_account'] = PropTypes.exact({
|
|
|
28632
29092
|
source: T['io.flow.billing.internal.v0.models.account_source'].isRequired,
|
|
28633
29093
|
id: PropTypes.string.isRequired,
|
|
28634
29094
|
key: PropTypes.string,
|
|
29095
|
+
status: T['io.flow.billing.internal.v0.enums.account_status'].isRequired,
|
|
28635
29096
|
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
28636
29097
|
currency: PropTypes.string.isRequired,
|
|
28637
29098
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -28650,6 +29111,7 @@ T['io.flow.billing.internal.v0.models.channel_account'] = PropTypes.exact({
|
|
|
28650
29111
|
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
28651
29112
|
id: PropTypes.string.isRequired,
|
|
28652
29113
|
key: PropTypes.string,
|
|
29114
|
+
status: T['io.flow.billing.internal.v0.enums.account_status'].isRequired,
|
|
28653
29115
|
origin: T['io.flow.billing.internal.v0.models.account_origin'],
|
|
28654
29116
|
currency: PropTypes.string.isRequired,
|
|
28655
29117
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -29245,6 +29707,30 @@ T['io.flow.internal.v0.models.order_revenue_region_chart'] = PropTypes.exact({
|
|
|
29245
29707
|
data: PropTypes.arrayOf(T['io.flow.internal.v0.models.order_revenue_region_data_point']).isRequired,
|
|
29246
29708
|
});
|
|
29247
29709
|
|
|
29710
|
+
T['io.flow.internal.v0.models.matias_item_form'] = PropTypes.exact({
|
|
29711
|
+
number: PropTypes.string.isRequired,
|
|
29712
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
29713
|
+
description: PropTypes.string,
|
|
29714
|
+
type: T['io.flow.internal.v0.enums.matias_item_type'].isRequired,
|
|
29715
|
+
added_on: PropTypes.string.isRequired,
|
|
29716
|
+
});
|
|
29717
|
+
|
|
29718
|
+
T['io.flow.internal.v0.models.matias_item'] = PropTypes.exact({
|
|
29719
|
+
id: PropTypes.string.isRequired,
|
|
29720
|
+
number: PropTypes.string.isRequired,
|
|
29721
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
29722
|
+
description: PropTypes.string,
|
|
29723
|
+
type: T['io.flow.internal.v0.enums.matias_item_type'].isRequired,
|
|
29724
|
+
added_on: PropTypes.string.isRequired,
|
|
29725
|
+
});
|
|
29726
|
+
|
|
29727
|
+
T['io.flow.internal.v0.models.matias_item_upserted'] = PropTypes.exact({
|
|
29728
|
+
discriminator: PropTypes.oneOf(['matias_item_upserted']).isRequired,
|
|
29729
|
+
event_id: PropTypes.string.isRequired,
|
|
29730
|
+
timestamp: PropTypes.string.isRequired,
|
|
29731
|
+
item: T['io.flow.internal.v0.models.matias_item'].isRequired,
|
|
29732
|
+
});
|
|
29733
|
+
|
|
29248
29734
|
T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
|
|
29249
29735
|
id: PropTypes.string.isRequired,
|
|
29250
29736
|
description: PropTypes.string.isRequired,
|
|
@@ -29558,6 +30044,7 @@ T['io.flow.internal.v0.models.fees'] = PropTypes.exact({
|
|
|
29558
30044
|
fx: T['io.flow.internal.v0.models.fee'],
|
|
29559
30045
|
duty_guarantee: T['io.flow.internal.v0.models.fee'],
|
|
29560
30046
|
transfer: T['io.flow.internal.v0.models.fee'],
|
|
30047
|
+
negative_balance: T['io.flow.internal.v0.models.fee'],
|
|
29561
30048
|
});
|
|
29562
30049
|
|
|
29563
30050
|
T['io.flow.catalog.v0.models.localized_total'] = PropTypes.exact({
|
|
@@ -29651,6 +30138,7 @@ T['io.flow.internal.v0.models.channel_order'] = PropTypes.exact({
|
|
|
29651
30138
|
tracking_numbers: PropTypes.arrayOf(PropTypes.string),
|
|
29652
30139
|
carrier: T['io.flow.reference.v0.models.carrier_service'],
|
|
29653
30140
|
duty_paid: PropTypes.bool.isRequired,
|
|
30141
|
+
shop_id: PropTypes.string,
|
|
29654
30142
|
});
|
|
29655
30143
|
|
|
29656
30144
|
T['io.flow.internal.v0.models.next_billing_statement'] = PropTypes.exact({
|
|
@@ -29694,6 +30182,14 @@ T['io.flow.internal.v0.models.organization_billing_statement'] = PropTypes.exact
|
|
|
29694
30182
|
attachments: PropTypes.arrayOf(T['io.flow.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
29695
30183
|
});
|
|
29696
30184
|
|
|
30185
|
+
T['io.flow.internal.v0.models.flow_billing_statement'] = PropTypes.exact({
|
|
30186
|
+
id: PropTypes.string.isRequired,
|
|
30187
|
+
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
30188
|
+
period: T['io.flow.common.v0.models.datetime_range'].isRequired,
|
|
30189
|
+
totals: T['io.flow.internal.v0.models.billing_statement_totals'].isRequired,
|
|
30190
|
+
attachments: PropTypes.arrayOf(T['io.flow.internal.v0.models.billing_statement_attachment']).isRequired,
|
|
30191
|
+
});
|
|
30192
|
+
|
|
29697
30193
|
T['io.flow.internal.v0.models.channel_billing_statement'] = PropTypes.exact({
|
|
29698
30194
|
id: PropTypes.string.isRequired,
|
|
29699
30195
|
account: T['io.flow.billing.v0.models.account_reference'].isRequired,
|
|
@@ -29744,14 +30240,6 @@ T['io.flow.internal.v0.models.bank_payment_upserted'] = PropTypes.exact({
|
|
|
29744
30240
|
bank_payment: T['io.flow.internal.v0.models.bank_payment'].isRequired,
|
|
29745
30241
|
});
|
|
29746
30242
|
|
|
29747
|
-
T['io.flow.internal.v0.models.bank_payment_deleted'] = PropTypes.exact({
|
|
29748
|
-
discriminator: PropTypes.oneOf(['bank_payment_deleted']).isRequired,
|
|
29749
|
-
event_id: PropTypes.string.isRequired,
|
|
29750
|
-
timestamp: PropTypes.string.isRequired,
|
|
29751
|
-
organization: PropTypes.string.isRequired,
|
|
29752
|
-
bank_payment: T['io.flow.internal.v0.models.bank_payment'].isRequired,
|
|
29753
|
-
});
|
|
29754
|
-
|
|
29755
30243
|
T['io.flow.common.v0.models.price_with_base'] = PropTypes.exact({
|
|
29756
30244
|
currency: PropTypes.string.isRequired,
|
|
29757
30245
|
amount: PropTypes.number.isRequired,
|
|
@@ -30662,6 +31150,7 @@ T['io.flow.internal.v0.models.channel_account'] = PropTypes.exact({
|
|
|
30662
31150
|
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
30663
31151
|
id: PropTypes.string.isRequired,
|
|
30664
31152
|
key: PropTypes.string,
|
|
31153
|
+
status: T['io.flow.internal.v0.enums.account_status'].isRequired,
|
|
30665
31154
|
origin: T['io.flow.internal.v0.models.account_origin'],
|
|
30666
31155
|
currency: PropTypes.string.isRequired,
|
|
30667
31156
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -30687,6 +31176,7 @@ T['io.flow.internal.v0.models.organization_account'] = PropTypes.exact({
|
|
|
30687
31176
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
30688
31177
|
id: PropTypes.string.isRequired,
|
|
30689
31178
|
key: PropTypes.string,
|
|
31179
|
+
status: T['io.flow.internal.v0.enums.account_status'].isRequired,
|
|
30690
31180
|
origin: T['io.flow.internal.v0.models.account_origin'],
|
|
30691
31181
|
currency: PropTypes.string.isRequired,
|
|
30692
31182
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -30747,6 +31237,7 @@ T['io.flow.internal.v0.models.flow_account'] = PropTypes.exact({
|
|
|
30747
31237
|
source: T['io.flow.internal.v0.models.account_source'].isRequired,
|
|
30748
31238
|
id: PropTypes.string.isRequired,
|
|
30749
31239
|
key: PropTypes.string,
|
|
31240
|
+
status: T['io.flow.internal.v0.enums.account_status'].isRequired,
|
|
30750
31241
|
origin: T['io.flow.internal.v0.models.account_origin'],
|
|
30751
31242
|
currency: PropTypes.string.isRequired,
|
|
30752
31243
|
updated_at: PropTypes.string.isRequired,
|
|
@@ -30825,7 +31316,7 @@ T['io.flow.internal.v0.models.return'] = PropTypes.exact({
|
|
|
30825
31316
|
id: PropTypes.string.isRequired,
|
|
30826
31317
|
order: T['io.flow.internal.v0.models.order_summary'].isRequired,
|
|
30827
31318
|
shopper: T['io.flow.internal.v0.models.shopper_summary'].isRequired,
|
|
30828
|
-
remittance: T['io.flow.internal.v0.models.remittance_responsibility'],
|
|
31319
|
+
remittance: T['io.flow.internal.v0.models.remittance_responsibility'].isRequired,
|
|
30829
31320
|
merchant: T['io.flow.internal.v0.models.merchant_summary'].isRequired,
|
|
30830
31321
|
sequence_number: PropTypes.number.isRequired,
|
|
30831
31322
|
posting_cutoff: PropTypes.string.isRequired,
|
|
@@ -30834,11 +31325,60 @@ T['io.flow.internal.v0.models.return'] = PropTypes.exact({
|
|
|
30834
31325
|
completes_order: PropTypes.bool.isRequired,
|
|
30835
31326
|
});
|
|
30836
31327
|
|
|
31328
|
+
T['io.flow.internal.v0.models.reporting_shipment'] = PropTypes.exact({
|
|
31329
|
+
remittance: T['io.flow.internal.v0.models.remittance_responsibility'],
|
|
31330
|
+
carrier: PropTypes.string.isRequired,
|
|
31331
|
+
tracking_number: PropTypes.string,
|
|
31332
|
+
});
|
|
31333
|
+
|
|
31334
|
+
T['io.flow.internal.v0.models.reporting_fulfillment'] = PropTypes.exact({
|
|
31335
|
+
id: PropTypes.string.isRequired,
|
|
31336
|
+
sequence_number: PropTypes.number.isRequired,
|
|
31337
|
+
fulfilled_at: PropTypes.string.isRequired,
|
|
31338
|
+
completes_order: PropTypes.bool.isRequired,
|
|
31339
|
+
payment: T['io.flow.internal.v0.models.reporting_payment'].isRequired,
|
|
31340
|
+
refund: T['io.flow.internal.v0.models.reporting_refund_reference'],
|
|
31341
|
+
value: T['io.flow.internal.v0.models.fulfillment_shopper_breakdown'].isRequired,
|
|
31342
|
+
dispatch_country: T['io.flow.internal.v0.models.reporting_country'],
|
|
31343
|
+
destination: T['io.flow.internal.v0.models.reporting_destination'],
|
|
31344
|
+
shipment: T['io.flow.internal.v0.models.reporting_shipment'],
|
|
31345
|
+
is: T['io.flow.internal.v0.models.reporting_fulfillment_is'].isRequired,
|
|
31346
|
+
has: T['io.flow.internal.v0.models.reporting_fulfillment_has'].isRequired,
|
|
31347
|
+
fx: T['io.flow.internal.v0.models.reporting_fx'].isRequired,
|
|
31348
|
+
business: T['io.flow.internal.v0.models.reporting_business'],
|
|
31349
|
+
});
|
|
31350
|
+
|
|
31351
|
+
T['io.flow.internal.v0.models.revenue_record'] = PropTypes.exact({
|
|
31352
|
+
id: PropTypes.string.isRequired,
|
|
31353
|
+
organization: T['io.flow.internal.v0.models.reporting_organization_summary'].isRequired,
|
|
31354
|
+
parent: T['io.flow.internal.v0.models.record_reference'],
|
|
31355
|
+
type: T['io.flow.internal.v0.enums.revenue_record_type'].isRequired,
|
|
31356
|
+
order: T['io.flow.internal.v0.models.reporting_order_summary'].isRequired,
|
|
31357
|
+
entity: T['io.flow.internal.v0.models.reporting_entity'].isRequired,
|
|
31358
|
+
vendor: T['io.flow.internal.v0.models.reporting_vendor'].isRequired,
|
|
31359
|
+
currencies: T['io.flow.internal.v0.models.reporting_currencies'].isRequired,
|
|
31360
|
+
conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
|
|
31361
|
+
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'].isRequired,
|
|
31362
|
+
merchant: T['io.flow.internal.v0.models.reporting_merchant_breakdown'].isRequired,
|
|
31363
|
+
fulfillment: T['io.flow.internal.v0.models.reporting_fulfillment'].isRequired,
|
|
31364
|
+
vat_remittance: T['io.flow.internal.v0.models.reporting_vat_remittance'].isRequired,
|
|
31365
|
+
marked_as_final: T['io.flow.internal.v0.models.marked_as_final'].isRequired,
|
|
31366
|
+
debug: T['io.flow.internal.v0.models.reporting_debug'].isRequired,
|
|
31367
|
+
});
|
|
31368
|
+
|
|
31369
|
+
T['io.flow.internal.v0.models.revenue_record_upserted'] = PropTypes.exact({
|
|
31370
|
+
discriminator: PropTypes.oneOf(['revenue_record_upserted']).isRequired,
|
|
31371
|
+
event_id: PropTypes.string.isRequired,
|
|
31372
|
+
timestamp: PropTypes.string.isRequired,
|
|
31373
|
+
organization: PropTypes.string.isRequired,
|
|
31374
|
+
revenue_record: T['io.flow.internal.v0.models.revenue_record'].isRequired,
|
|
31375
|
+
});
|
|
31376
|
+
|
|
30837
31377
|
T['io.flow.internal.v0.models.fulfillment'] = PropTypes.exact({
|
|
30838
31378
|
id: PropTypes.string.isRequired,
|
|
30839
31379
|
order: T['io.flow.internal.v0.models.order_summary'].isRequired,
|
|
30840
31380
|
shopper: T['io.flow.internal.v0.models.shopper_summary'].isRequired,
|
|
30841
|
-
remittance: T['io.flow.internal.v0.models.remittance_responsibility'],
|
|
31381
|
+
remittance: T['io.flow.internal.v0.models.remittance_responsibility'].isRequired,
|
|
30842
31382
|
merchant: T['io.flow.internal.v0.models.merchant_summary'].isRequired,
|
|
30843
31383
|
sequence_number: PropTypes.number.isRequired,
|
|
30844
31384
|
posting_cutoff: PropTypes.string.isRequired,
|
|
@@ -30884,6 +31424,7 @@ T['io.flow.internal.v0.models.billing_organization_settings'] = PropTypes.exact(
|
|
|
30884
31424
|
b2b_tax_remittance_days: PropTypes.number,
|
|
30885
31425
|
mor_fee: PropTypes.number,
|
|
30886
31426
|
duty_guarantee_fee: PropTypes.number,
|
|
31427
|
+
negative_balance_fee: PropTypes.number,
|
|
30887
31428
|
order_service_fee: T['io.flow.internal.v0.models.tiered_fee'],
|
|
30888
31429
|
label_fee: T['io.flow.internal.v0.models.tiered_fee'],
|
|
30889
31430
|
});
|
|
@@ -30914,7 +31455,7 @@ T['io.flow.internal.v0.models.account_settings'] = PropTypes.exact({
|
|
|
30914
31455
|
merchant_of_record_fee: PropTypes.number,
|
|
30915
31456
|
duty_guarantee_fee: PropTypes.number,
|
|
30916
31457
|
transfer_fee: PropTypes.number,
|
|
30917
|
-
|
|
31458
|
+
negative_balance_fee: PropTypes.number,
|
|
30918
31459
|
order_service_fee: T['io.flow.internal.v0.models.tiered_fee'],
|
|
30919
31460
|
label_fees: T['io.flow.internal.v0.models.account_setting_label_fees'],
|
|
30920
31461
|
charge_label_cost_directly: PropTypes.bool.isRequired,
|
|
@@ -31650,7 +32191,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
31650
32191
|
T['io.flow.internal.v0.models.processing_transaction_upserted'],
|
|
31651
32192
|
T['io.flow.internal.v0.models.processing_transaction_deleted'],
|
|
31652
32193
|
T['io.flow.internal.v0.models.bank_payment_upserted'],
|
|
31653
|
-
T['io.flow.internal.v0.models.bank_payment_deleted'],
|
|
31654
32194
|
T['io.flow.internal.v0.models.bank_payment_upserted_v2'],
|
|
31655
32195
|
T['io.flow.internal.v0.models.bank_payment_deleted_v2'],
|
|
31656
32196
|
T['io.flow.internal.v0.models.channel_transaction_upserted'],
|
|
@@ -31947,6 +32487,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
31947
32487
|
T['io.flow.internal.v0.models.svitlana_item_deleted'],
|
|
31948
32488
|
T['io.flow.internal.v0.models.colm_item_upserted'],
|
|
31949
32489
|
T['io.flow.internal.v0.models.colm_item_deleted'],
|
|
32490
|
+
T['io.flow.internal.v0.models.matias_item_upserted'],
|
|
32491
|
+
T['io.flow.internal.v0.models.matias_item_deleted'],
|
|
31950
32492
|
T['io.flow.internal.v0.models.shruti_demo_item_upserted'],
|
|
31951
32493
|
T['io.flow.internal.v0.models.shruti_demo_item_deleted'],
|
|
31952
32494
|
T['io.flow.internal.v0.models.tam_item_upserted'],
|
|
@@ -32075,7 +32617,7 @@ T['io.flow.internal.v0.enums.calculator_engine'] = PropTypes.oneOf([
|
|
|
32075
32617
|
'dtce_with_inclusive_pricing',
|
|
32076
32618
|
]);
|
|
32077
32619
|
|
|
32078
|
-
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
32620
|
+
T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge', 'revenue_share']);
|
|
32079
32621
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
32080
32622
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
32081
32623
|
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
@@ -32127,7 +32669,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
32127
32669
|
'processing_transaction_upserted',
|
|
32128
32670
|
'processing_transaction_deleted',
|
|
32129
32671
|
'bank_payment_upserted',
|
|
32130
|
-
'bank_payment_deleted',
|
|
32131
32672
|
'bank_payment_upserted_v2',
|
|
32132
32673
|
'bank_payment_deleted_v2',
|
|
32133
32674
|
'channel_transaction_upserted',
|
|
@@ -32424,6 +32965,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
32424
32965
|
'svitlana_item_deleted',
|
|
32425
32966
|
'colm_item_upserted',
|
|
32426
32967
|
'colm_item_deleted',
|
|
32968
|
+
'matias_item_upserted',
|
|
32969
|
+
'matias_item_deleted',
|
|
32427
32970
|
'shruti_demo_item_upserted',
|
|
32428
32971
|
'shruti_demo_item_deleted',
|
|
32429
32972
|
'tam_item_upserted',
|
|
@@ -32860,6 +33403,9 @@ T['io.flow.internal.v0.models.erp_priority_vendor'] = PropTypes.exact({
|
|
|
32860
33403
|
id: PropTypes.string.isRequired,
|
|
32861
33404
|
acc_des: PropTypes.string,
|
|
32862
33405
|
tax_code: PropTypes.string,
|
|
33406
|
+
tax_code_2: PropTypes.string,
|
|
33407
|
+
debit_entry_code: PropTypes.string,
|
|
33408
|
+
credit_entry_code: PropTypes.string,
|
|
32863
33409
|
vat_flag: PropTypes.string,
|
|
32864
33410
|
country_name: PropTypes.string,
|
|
32865
33411
|
w_tax_percent: PropTypes.string,
|
|
@@ -33670,6 +34216,10 @@ T['io.flow.channel.v0.models.channel_organization_authorization_form'] = PropTyp
|
|
|
33670
34216
|
organization_id: PropTypes.string.isRequired,
|
|
33671
34217
|
});
|
|
33672
34218
|
|
|
34219
|
+
T['io.flow.billing.accounting.v0.models.fulfillment_reference'] = PropTypes.exact({
|
|
34220
|
+
id: PropTypes.string.isRequired,
|
|
34221
|
+
});
|
|
34222
|
+
|
|
33673
34223
|
T['io.flow.export.v0.models.landed_cost_item'] = PropTypes.exact({
|
|
33674
34224
|
number: PropTypes.string.isRequired,
|
|
33675
34225
|
origin: PropTypes.string.isRequired,
|
|
@@ -33790,7 +34340,7 @@ T['io.flow.stripe.v0.enums.klarna_payment_method_category_type'] = PropTypes.one
|
|
|
33790
34340
|
'pay_over_time',
|
|
33791
34341
|
]);
|
|
33792
34342
|
|
|
33793
|
-
T['io.flow.stripe.v0.enums.payment_method_type'] = PropTypes.oneOf(['card', 'card_present']);
|
|
34343
|
+
T['io.flow.stripe.v0.enums.payment_method_type'] = PropTypes.oneOf(['card', 'card_present', 'klarna']);
|
|
33794
34344
|
|
|
33795
34345
|
T['io.flow.stripe.v0.models.card_request'] = PropTypes.exact({
|
|
33796
34346
|
object: PropTypes.string.isRequired,
|
|
@@ -34761,7 +35311,7 @@ T['io.flow.billing.internal.v0.enums.billing_allocation_key'] = PropTypes.oneOf(
|
|
|
34761
35311
|
]);
|
|
34762
35312
|
|
|
34763
35313
|
T['io.flow.billing.internal.v0.enums.billing_statement_batch_file_key'] = PropTypes.oneOf(['summary']);
|
|
34764
|
-
T['io.flow.billing.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge']);
|
|
35314
|
+
T['io.flow.billing.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'charge', 'revenue_share']);
|
|
34765
35315
|
T['io.flow.billing.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
34766
35316
|
T['io.flow.billing.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing']);
|
|
34767
35317
|
T['io.flow.billing.internal.v0.enums.dispute_transaction_type'] = PropTypes.oneOf(['adjustment', 'dispute']);
|
|
@@ -35078,12 +35628,14 @@ export const accountSettingsDeleted = T['io.flow.internal.v0.models.account_sett
|
|
|
35078
35628
|
export const accountSettingsUpserted = T['io.flow.internal.v0.models.account_settings_upserted'];
|
|
35079
35629
|
export const accountSource = T['io.flow.internal.v0.models.account_source'];
|
|
35080
35630
|
export const accountStatistics = T['io.flow.internal.v0.models.account_statistics'];
|
|
35631
|
+
export const accountStatus = T['io.flow.internal.v0.enums.account_status'];
|
|
35081
35632
|
export const accountSummary = T['io.flow.internal.v0.models.account_summary'];
|
|
35082
35633
|
export const accountTransactionsExportRequest = T['io.flow.internal.v0.models.account_transactions_export_request'];
|
|
35083
35634
|
export const accountType = T['io.flow.internal.v0.enums.account_type'];
|
|
35084
35635
|
export const accountUpserted = T['io.flow.internal.v0.models.account_upserted'];
|
|
35085
35636
|
export const accountUpsertedV2 = T['io.flow.internal.v0.models.account_upserted_v2'];
|
|
35086
35637
|
export const actionQuantity = T['io.flow.internal.v0.models.action_quantity'];
|
|
35638
|
+
export const additionalImportTax = T['io.flow.internal.v0.models.additional_import_tax'];
|
|
35087
35639
|
export const addressConfigurationProvinceSetting = T['io.flow.internal.v0.models.address_configuration_province_setting'];
|
|
35088
35640
|
export const addressConfigurationSetting = T['io.flow.internal.v0.models.address_configuration_setting'];
|
|
35089
35641
|
export const addressConfigurationSettingForm = T['io.flow.internal.v0.models.address_configuration_setting_form'];
|
|
@@ -35174,7 +35726,6 @@ export const backfill = T['io.flow.internal.v0.models.backfill'];
|
|
|
35174
35726
|
export const backfillForm = T['io.flow.internal.v0.models.backfill_form'];
|
|
35175
35727
|
export const bankAccountReference = T['io.flow.internal.v0.models.bank_account_reference'];
|
|
35176
35728
|
export const bankPayment = T['io.flow.internal.v0.models.bank_payment'];
|
|
35177
|
-
export const bankPaymentDeleted = T['io.flow.internal.v0.models.bank_payment_deleted'];
|
|
35178
35729
|
export const bankPaymentDeletedV2 = T['io.flow.internal.v0.models.bank_payment_deleted_v2'];
|
|
35179
35730
|
export const bankPaymentForm = T['io.flow.internal.v0.models.bank_payment_form'];
|
|
35180
35731
|
export const bankPaymentPromiseCompletedMethod = T['io.flow.internal.v0.enums.bank_payment_promise_completed_method'];
|
|
@@ -35275,6 +35826,10 @@ export const browserBundlePaymentMethods = T['io.flow.internal.v0.models.browser
|
|
|
35275
35826
|
export const bulkClassificationAction = T['io.flow.internal.v0.models.bulk_classification_action'];
|
|
35276
35827
|
export const byRuleSnapshot = T['io.flow.internal.v0.models.by_rule_snapshot'];
|
|
35277
35828
|
export const calculatedTaxAmount = T['io.flow.internal.v0.models.calculated_tax_amount'];
|
|
35829
|
+
export const calculationStampingLineItem = T['io.flow.internal.v0.models.calculation_stamping_line_item'];
|
|
35830
|
+
export const calculationStampingShippingLine = T['io.flow.internal.v0.models.calculation_stamping_shipping_line'];
|
|
35831
|
+
export const calculationStep = T['io.flow.internal.v0.models.calculation_step'];
|
|
35832
|
+
export const calculationTotal = T['io.flow.internal.v0.models.calculation_total'];
|
|
35278
35833
|
export const calculatorDtcePostBody = T['io.flow.internal.v0.models.calculator_dtce_post_body'];
|
|
35279
35834
|
export const calculatorDtceProduct = T['io.flow.internal.v0.models.calculator_dtce_product'];
|
|
35280
35835
|
export const calculatorEngine = T['io.flow.internal.v0.enums.calculator_engine'];
|
|
@@ -35282,6 +35837,7 @@ export const calculatorOrganizationSettings = T['io.flow.internal.v0.models.calc
|
|
|
35282
35837
|
export const calculatorOrganizationSettingsDeleted = T['io.flow.internal.v0.models.calculator_organization_settings_deleted'];
|
|
35283
35838
|
export const calculatorOrganizationSettingsForm = T['io.flow.internal.v0.models.calculator_organization_settings_form'];
|
|
35284
35839
|
export const calculatorOrganizationSettingsUpserted = T['io.flow.internal.v0.models.calculator_organization_settings_upserted'];
|
|
35840
|
+
export const calculatorStamp = T['io.flow.internal.v0.unions.calculator_stamp'];
|
|
35285
35841
|
export const carrierAccount = T['io.flow.internal.v0.models.carrier_account'];
|
|
35286
35842
|
export const carrierAccountDeleted = T['io.flow.internal.v0.models.carrier_account_deleted'];
|
|
35287
35843
|
export const carrierAccountForm = T['io.flow.internal.v0.models.carrier_account_form'];
|
|
@@ -35950,6 +36506,7 @@ export const commercialInvoiceComparison = T['io.flow.internal.v0.models.commerc
|
|
|
35950
36506
|
export const commercialInvoiceInternal = T['io.flow.internal.v0.models.commercial_invoice_internal'];
|
|
35951
36507
|
export const commercialInvoiceInternalDeleted = T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'];
|
|
35952
36508
|
export const commercialInvoiceInternalUpserted = T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'];
|
|
36509
|
+
export const commercialInvoiceSummary = T['io.flow.internal.v0.models.commercial_invoice_summary'];
|
|
35953
36510
|
export const companyReference = T['io.flow.internal.v0.models.company_reference'];
|
|
35954
36511
|
export const compliance = T['io.flow.internal.v0.models.compliance'];
|
|
35955
36512
|
export const complianceData = T['io.flow.internal.v0.unions.compliance_data'];
|
|
@@ -36228,7 +36785,9 @@ export const fiservMerchant = T['io.flow.internal.v0.models.fiserv_merchant'];
|
|
|
36228
36785
|
export const fiservMerchantModificationForm = T['io.flow.internal.v0.models.fiserv_merchant_modification_form'];
|
|
36229
36786
|
export const fiservMerchantPutForm = T['io.flow.internal.v0.models.fiserv_merchant_put_form'];
|
|
36230
36787
|
export const flowAccount = T['io.flow.internal.v0.models.flow_account'];
|
|
36788
|
+
export const flowAccountStatusForm = T['io.flow.internal.v0.models.flow_account_status_form'];
|
|
36231
36789
|
export const flowApp = T['io.flow.internal.v0.enums.flow_app'];
|
|
36790
|
+
export const flowBillingStatement = T['io.flow.internal.v0.models.flow_billing_statement'];
|
|
36232
36791
|
export const flowChannelOrganization = T['io.flow.internal.v0.models.flow_channel_organization'];
|
|
36233
36792
|
export const flowLabProject = T['io.flow.internal.v0.models.flow_lab_project'];
|
|
36234
36793
|
export const flowLabProjectPostForm = T['io.flow.internal.v0.models.flow_lab_project_post_form'];
|
|
@@ -36622,6 +37181,11 @@ export const marketingGatewaySchemaSummary = T['io.flow.internal.v0.models.marke
|
|
|
36622
37181
|
export const marketingGatewaySourceSummary = T['io.flow.internal.v0.unions.marketing_gateway_source_summary'];
|
|
36623
37182
|
export const marketingGatewaySupportedChannelDetails = T['io.flow.internal.v0.models.marketing_gateway_supported_channel_details'];
|
|
36624
37183
|
export const marketsOrder = T['io.flow.internal.v0.models.markets_order'];
|
|
37184
|
+
export const matiasItem = T['io.flow.internal.v0.models.matias_item'];
|
|
37185
|
+
export const matiasItemDeleted = T['io.flow.internal.v0.models.matias_item_deleted'];
|
|
37186
|
+
export const matiasItemForm = T['io.flow.internal.v0.models.matias_item_form'];
|
|
37187
|
+
export const matiasItemType = T['io.flow.internal.v0.enums.matias_item_type'];
|
|
37188
|
+
export const matiasItemUpserted = T['io.flow.internal.v0.models.matias_item_upserted'];
|
|
36625
37189
|
export const merchant = T['io.flow.internal.v0.models.merchant'];
|
|
36626
37190
|
export const merchantApplicationSummaries = T['io.flow.internal.v0.models.merchant_application_summaries'];
|
|
36627
37191
|
export const merchantApplicationSummary = T['io.flow.internal.v0.models.merchant_application_summary'];
|
|
@@ -36637,6 +37201,7 @@ export const merchantSubsidies = T['io.flow.internal.v0.models.merchant_subsidie
|
|
|
36637
37201
|
export const merchantSummary = T['io.flow.internal.v0.models.merchant_summary'];
|
|
36638
37202
|
export const merchantTransactions = T['io.flow.internal.v0.models.merchant_transactions'];
|
|
36639
37203
|
export const merchantUpserted = T['io.flow.internal.v0.models.merchant_upserted'];
|
|
37204
|
+
export const messageStamp = T['io.flow.internal.v0.models.message_stamp'];
|
|
36640
37205
|
export const metadataProposition = T['io.flow.internal.v0.models.metadata_proposition'];
|
|
36641
37206
|
export const metadataRatecard = T['io.flow.internal.v0.models.metadata_ratecard'];
|
|
36642
37207
|
export const mixedBagWeight = T['io.flow.internal.v0.enums.mixed_bag_weight'];
|