@flowio/api-internal-prop-types 9.24.136 → 9.24.138
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 +464 -93
- package/lib/api-internal.js +1 -1
- package/package.json +1 -1
- package/src/api-internal.d.ts +464 -93
- package/src/api-internal.js +728 -295
package/src/api-internal.js
CHANGED
|
@@ -22,6 +22,7 @@ T['io.flow.organization.v0.models.tax_registration_detail'] = PropTypes.exact({
|
|
|
22
22
|
country: PropTypes.string.isRequired,
|
|
23
23
|
tax_code: PropTypes.string.isRequired,
|
|
24
24
|
province: PropTypes.string,
|
|
25
|
+
legal_name: PropTypes.string,
|
|
25
26
|
});
|
|
26
27
|
|
|
27
28
|
T['io.flow.organization.v0.enums.invitation_error_code'] = PropTypes.oneOf(['expired', 'invalid_email']);
|
|
@@ -138,13 +139,6 @@ T['io.flow.billing.v0.models.trueup_label_base_v2'] = PropTypes.exact({
|
|
|
138
139
|
amount: PropTypes.number.isRequired,
|
|
139
140
|
});
|
|
140
141
|
|
|
141
|
-
T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
|
|
142
|
-
amount: PropTypes.number.isRequired,
|
|
143
|
-
weight: PropTypes.number.isRequired,
|
|
144
|
-
});
|
|
145
|
-
|
|
146
|
-
T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups', 'fedex']);
|
|
147
|
-
|
|
148
142
|
T['io.flow.billing.v0.models.transaction_metadata_tax_duty_delta'] = PropTypes.exact({
|
|
149
143
|
base: PropTypes.number,
|
|
150
144
|
local: PropTypes.number,
|
|
@@ -160,6 +154,13 @@ T['io.flow.billing.v0.models.transaction_metadata_tax_duty_actual'] = PropTypes.
|
|
|
160
154
|
local: PropTypes.number,
|
|
161
155
|
});
|
|
162
156
|
|
|
157
|
+
T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
|
|
158
|
+
amount: PropTypes.number.isRequired,
|
|
159
|
+
weight: PropTypes.number.isRequired,
|
|
160
|
+
});
|
|
161
|
+
|
|
162
|
+
T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups', 'fedex']);
|
|
163
|
+
|
|
163
164
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'] = PropTypes.exact({
|
|
164
165
|
id: PropTypes.string.isRequired,
|
|
165
166
|
service_id: PropTypes.string,
|
|
@@ -177,7 +178,7 @@ T['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'] = PropT
|
|
|
177
178
|
transaction_id: PropTypes.string.isRequired,
|
|
178
179
|
});
|
|
179
180
|
|
|
180
|
-
T['io.flow.billing.v0.enums.statement_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed']);
|
|
181
|
+
T['io.flow.billing.v0.enums.statement_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed', 'paid']);
|
|
181
182
|
|
|
182
183
|
T['io.flow.billing.v0.models.transaction_metadata_flat_rate_label'] = PropTypes.exact({
|
|
183
184
|
discriminator: PropTypes.oneOf(['flat_rate_label']).isRequired,
|
|
@@ -837,7 +838,6 @@ T['io.flow.ratecard.v0.models.ratecard_rate_form'] = PropTypes.exact({
|
|
|
837
838
|
});
|
|
838
839
|
|
|
839
840
|
T['io.flow.ratecard.v0.models.ratecard_rate'] = PropTypes.exact({
|
|
840
|
-
id: PropTypes.string.isRequired,
|
|
841
841
|
amount: PropTypes.number.isRequired,
|
|
842
842
|
weight: PropTypes.number.isRequired,
|
|
843
843
|
});
|
|
@@ -1278,6 +1278,14 @@ T['io.flow.experience.v0.models.address_configuration_province'] = PropTypes.exa
|
|
|
1278
1278
|
),
|
|
1279
1279
|
});
|
|
1280
1280
|
|
|
1281
|
+
T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_deleted'] = PropTypes.exact({
|
|
1282
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_markets_deleted']).isRequired,
|
|
1283
|
+
event_id: PropTypes.string.isRequired,
|
|
1284
|
+
timestamp: PropTypes.string.isRequired,
|
|
1285
|
+
organization: PropTypes.string.isRequired,
|
|
1286
|
+
id: PropTypes.string.isRequired,
|
|
1287
|
+
});
|
|
1288
|
+
|
|
1281
1289
|
T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
|
|
1282
1290
|
discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
|
|
1283
1291
|
event_id: PropTypes.string.isRequired,
|
|
@@ -1923,6 +1931,23 @@ T['io.flow.shopify.markets.v0.models.shopify_applied_discount'] = PropTypes.exac
|
|
|
1923
1931
|
amount: PropTypes.number,
|
|
1924
1932
|
});
|
|
1925
1933
|
|
|
1934
|
+
T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destination'] = PropTypes.exact({
|
|
1935
|
+
country_code: PropTypes.string.isRequired,
|
|
1936
|
+
updated_at: PropTypes.string.isRequired,
|
|
1937
|
+
tax_and_duty_coefficient: PropTypes.string.isRequired,
|
|
1938
|
+
fees_coefficient: PropTypes.string.isRequired,
|
|
1939
|
+
merchant_subsidy_amount: PropTypes.string.isRequired,
|
|
1940
|
+
merchant_subsidy_currency: PropTypes.string.isRequired,
|
|
1941
|
+
adaptive_pricing_enabled: PropTypes.bool.isRequired,
|
|
1942
|
+
adaptive_shipping_enabled: PropTypes.bool.isRequired,
|
|
1943
|
+
});
|
|
1944
|
+
|
|
1945
|
+
T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destinations_wrapper'] = PropTypes.exact({
|
|
1946
|
+
destinations: PropTypes.arrayOf(
|
|
1947
|
+
T['io.flow.shopify.markets.v0.models.shopify_adaptive_pricing_destination'],
|
|
1948
|
+
).isRequired,
|
|
1949
|
+
});
|
|
1950
|
+
|
|
1926
1951
|
T['io.flow.shopify.markets.v0.models.shop'] = PropTypes.exact({
|
|
1927
1952
|
id: PropTypes.number.isRequired,
|
|
1928
1953
|
name: PropTypes.string.isRequired,
|
|
@@ -3479,6 +3504,13 @@ T['io.flow.consumer.invoice.v0.models.credit_memo_form'] = PropTypes.exact({
|
|
|
3479
3504
|
|
|
3480
3505
|
T['io.flow.consumer.invoice.v0.enums.consumer_invoice_customer_type'] = PropTypes.oneOf(['business_eu_verified', 'business_non_verified', 'individual']);
|
|
3481
3506
|
T['io.flow.merchant.of.record.v0.enums.economic_title_location'] = PropTypes.oneOf(['high_seas', 'origination', 'destination']);
|
|
3507
|
+
|
|
3508
|
+
T['io.flow.consumer.invoice.v0.models.b2b_debit_note_reference'] = PropTypes.exact({
|
|
3509
|
+
id: PropTypes.string.isRequired,
|
|
3510
|
+
key: PropTypes.string.isRequired,
|
|
3511
|
+
number: PropTypes.string.isRequired,
|
|
3512
|
+
});
|
|
3513
|
+
|
|
3482
3514
|
T['io.flow.consumer.invoice.v0.enums.consumer_invoice_document_type'] = PropTypes.oneOf(['pdf']);
|
|
3483
3515
|
|
|
3484
3516
|
T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'] = PropTypes.exact({
|
|
@@ -3531,6 +3563,29 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_product_bundle_upser
|
|
|
3531
3563
|
shopify_product_bundle: T['io.flow.shopify.markets.internal.v0.models.shopify_product_bundle'].isRequired,
|
|
3532
3564
|
});
|
|
3533
3565
|
|
|
3566
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_market_country'] = PropTypes.exact({
|
|
3567
|
+
code: PropTypes.string.isRequired,
|
|
3568
|
+
actively_managing: PropTypes.bool.isRequired,
|
|
3569
|
+
enabled: PropTypes.bool.isRequired,
|
|
3570
|
+
});
|
|
3571
|
+
|
|
3572
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_markets'] = PropTypes.exact({
|
|
3573
|
+
id: PropTypes.string.isRequired,
|
|
3574
|
+
organization_id: PropTypes.string.isRequired,
|
|
3575
|
+
|
|
3576
|
+
countries: PropTypes.arrayOf(
|
|
3577
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_market_country'],
|
|
3578
|
+
).isRequired,
|
|
3579
|
+
});
|
|
3580
|
+
|
|
3581
|
+
T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_upserted'] = PropTypes.exact({
|
|
3582
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_markets_upserted']).isRequired,
|
|
3583
|
+
event_id: PropTypes.string.isRequired,
|
|
3584
|
+
timestamp: PropTypes.string.isRequired,
|
|
3585
|
+
organization: PropTypes.string.isRequired,
|
|
3586
|
+
shopify_merchant_markets: T['io.flow.shopify.markets.internal.v0.models.shopify_merchant_markets'].isRequired,
|
|
3587
|
+
});
|
|
3588
|
+
|
|
3534
3589
|
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_incorporation_country'] = PropTypes.exact({
|
|
3535
3590
|
country: PropTypes.string.isRequired,
|
|
3536
3591
|
state: PropTypes.string,
|
|
@@ -3604,6 +3659,7 @@ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_rejection_reason']
|
|
|
3604
3659
|
'unsupported_order_edit',
|
|
3605
3660
|
'order_allocation_duties_mismatch',
|
|
3606
3661
|
'order_missing',
|
|
3662
|
+
'order_cancelled',
|
|
3607
3663
|
'organization_deactivated',
|
|
3608
3664
|
]);
|
|
3609
3665
|
|
|
@@ -7411,6 +7467,21 @@ T['io.flow.fulfillment.v0.models.scheduled_pickup'] = PropTypes.exact({
|
|
|
7411
7467
|
minute_of_hour: PropTypes.string.isRequired,
|
|
7412
7468
|
});
|
|
7413
7469
|
|
|
7470
|
+
T['io.flow.restrictions.v0.enums.restriction_decision_reason'] = PropTypes.oneOf(['manual_dispute']);
|
|
7471
|
+
T['io.flow.restrictions.v0.enums.restriction_decision'] = PropTypes.oneOf(['accept', 'reject', 'escalate', 'review']);
|
|
7472
|
+
|
|
7473
|
+
T['io.flow.restrictions.v0.models.restriction_rule_decision_form'] = PropTypes.exact({
|
|
7474
|
+
product_id: PropTypes.string.isRequired,
|
|
7475
|
+
reason_code: PropTypes.string.isRequired,
|
|
7476
|
+
decision: T['io.flow.restrictions.v0.enums.restriction_decision'].isRequired,
|
|
7477
|
+
decision_reason: T['io.flow.restrictions.v0.enums.restriction_decision_reason'].isRequired,
|
|
7478
|
+
});
|
|
7479
|
+
|
|
7480
|
+
T['io.flow.restrictions.v0.models.restriction_decisions_form'] = PropTypes.exact({
|
|
7481
|
+
organization_id: PropTypes.string.isRequired,
|
|
7482
|
+
rule_decisions: PropTypes.arrayOf(T['io.flow.restrictions.v0.models.restriction_rule_decision_form']).isRequired,
|
|
7483
|
+
});
|
|
7484
|
+
|
|
7414
7485
|
T['io.flow.restrictions.v0.enums.restricted_review_status'] = PropTypes.oneOf(['in_review', 'reviewed']);
|
|
7415
7486
|
|
|
7416
7487
|
T['io.flow.restrictions.v0.models.needs_action_attributes'] = PropTypes.exact({
|
|
@@ -8601,6 +8672,13 @@ T['io.flow.internal.v0.models.tracking_processing_error_deleted'] = PropTypes.ex
|
|
|
8601
8672
|
id: PropTypes.string.isRequired,
|
|
8602
8673
|
});
|
|
8603
8674
|
|
|
8675
|
+
T['io.flow.internal.v0.models.mahesh_item_deleted'] = PropTypes.exact({
|
|
8676
|
+
discriminator: PropTypes.oneOf(['mahesh_item_deleted']).isRequired,
|
|
8677
|
+
event_id: PropTypes.string.isRequired,
|
|
8678
|
+
timestamp: PropTypes.string.isRequired,
|
|
8679
|
+
id: PropTypes.string.isRequired,
|
|
8680
|
+
});
|
|
8681
|
+
|
|
8604
8682
|
T['io.flow.internal.v0.models.raveena_item_deleted'] = PropTypes.exact({
|
|
8605
8683
|
discriminator: PropTypes.oneOf(['raveena_item_deleted']).isRequired,
|
|
8606
8684
|
event_id: PropTypes.string.isRequired,
|
|
@@ -8728,6 +8806,14 @@ T['io.flow.internal.v0.models.shopify_product_create_deleted'] = PropTypes.exact
|
|
|
8728
8806
|
id: PropTypes.string.isRequired,
|
|
8729
8807
|
});
|
|
8730
8808
|
|
|
8809
|
+
T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'] = PropTypes.exact({
|
|
8810
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_markets_deleted']).isRequired,
|
|
8811
|
+
event_id: PropTypes.string.isRequired,
|
|
8812
|
+
timestamp: PropTypes.string.isRequired,
|
|
8813
|
+
organization: PropTypes.string.isRequired,
|
|
8814
|
+
id: PropTypes.string.isRequired,
|
|
8815
|
+
});
|
|
8816
|
+
|
|
8731
8817
|
T['io.flow.internal.v0.models.shopify_test_order_deleted'] = PropTypes.exact({
|
|
8732
8818
|
discriminator: PropTypes.oneOf(['shopify_test_order_deleted']).isRequired,
|
|
8733
8819
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9193,6 +9279,14 @@ T['io.flow.internal.v0.models.all_items_export'] = PropTypes.exact({
|
|
|
9193
9279
|
export_id: PropTypes.string.isRequired,
|
|
9194
9280
|
});
|
|
9195
9281
|
|
|
9282
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'] = PropTypes.exact({
|
|
9283
|
+
discriminator: PropTypes.oneOf(['guaranteed_shipping_published_output_deleted']).isRequired,
|
|
9284
|
+
event_id: PropTypes.string.isRequired,
|
|
9285
|
+
timestamp: PropTypes.string.isRequired,
|
|
9286
|
+
organization: PropTypes.string.isRequired,
|
|
9287
|
+
id: PropTypes.string.isRequired,
|
|
9288
|
+
});
|
|
9289
|
+
|
|
9196
9290
|
T['io.flow.internal.v0.models.quote_deleted'] = PropTypes.exact({
|
|
9197
9291
|
discriminator: PropTypes.oneOf(['quote_deleted']).isRequired,
|
|
9198
9292
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9570,6 +9664,14 @@ T['io.flow.internal.v0.models.calculator_organization_settings_deleted'] = PropT
|
|
|
9570
9664
|
id: PropTypes.string.isRequired,
|
|
9571
9665
|
});
|
|
9572
9666
|
|
|
9667
|
+
T['io.flow.internal.v0.models.sales_payment_record_deleted'] = PropTypes.exact({
|
|
9668
|
+
discriminator: PropTypes.oneOf(['sales_payment_record_deleted']).isRequired,
|
|
9669
|
+
event_id: PropTypes.string.isRequired,
|
|
9670
|
+
timestamp: PropTypes.string.isRequired,
|
|
9671
|
+
organization: PropTypes.string.isRequired,
|
|
9672
|
+
id: PropTypes.string.isRequired,
|
|
9673
|
+
});
|
|
9674
|
+
|
|
9573
9675
|
T['io.flow.internal.v0.models.other_record_deleted'] = PropTypes.exact({
|
|
9574
9676
|
discriminator: PropTypes.oneOf(['other_record_deleted']).isRequired,
|
|
9575
9677
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9743,6 +9845,24 @@ T['io.flow.internal.v0.models.adaptive_shipping_rate_deleted'] = PropTypes.exact
|
|
|
9743
9845
|
id: PropTypes.string.isRequired,
|
|
9744
9846
|
});
|
|
9745
9847
|
|
|
9848
|
+
T['io.flow.internal.v0.models.adaptive_pricing_update_deleted'] = PropTypes.exact({
|
|
9849
|
+
discriminator: PropTypes.oneOf(['adaptive_pricing_update_deleted']).isRequired,
|
|
9850
|
+
event_id: PropTypes.string.isRequired,
|
|
9851
|
+
timestamp: PropTypes.string.isRequired,
|
|
9852
|
+
organization: PropTypes.string.isRequired,
|
|
9853
|
+
channel_id: PropTypes.string.isRequired,
|
|
9854
|
+
id: PropTypes.string.isRequired,
|
|
9855
|
+
});
|
|
9856
|
+
|
|
9857
|
+
T['io.flow.internal.v0.models.adaptive_pricing_coefficient_deleted'] = PropTypes.exact({
|
|
9858
|
+
discriminator: PropTypes.oneOf(['adaptive_pricing_coefficient_deleted']).isRequired,
|
|
9859
|
+
event_id: PropTypes.string.isRequired,
|
|
9860
|
+
timestamp: PropTypes.string.isRequired,
|
|
9861
|
+
organization: PropTypes.string.isRequired,
|
|
9862
|
+
channel_id: PropTypes.string.isRequired,
|
|
9863
|
+
id: PropTypes.string.isRequired,
|
|
9864
|
+
});
|
|
9865
|
+
|
|
9746
9866
|
T['io.flow.internal.v0.models.console_mark_unresolvable_form'] = PropTypes.exact({
|
|
9747
9867
|
discriminator: PropTypes.oneOf(['console_mark_unresolvable_form']).isRequired,
|
|
9748
9868
|
order_number: PropTypes.string.isRequired,
|
|
@@ -10606,50 +10726,8 @@ T['io.flow.internal.v0.enums.shopify_charge_code'] = PropTypes.oneOf([
|
|
|
10606
10726
|
'incoterm_ddp',
|
|
10607
10727
|
]);
|
|
10608
10728
|
|
|
10609
|
-
T['io.flow.internal.v0.models.shopify_money'] = PropTypes.exact({
|
|
10610
|
-
amount: PropTypes.number.isRequired,
|
|
10611
|
-
currency_code: PropTypes.string.isRequired,
|
|
10612
|
-
});
|
|
10613
|
-
|
|
10614
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_option'] = PropTypes.exact({
|
|
10615
|
-
code: T['io.flow.internal.v0.enums.shopify_shipment_option_code'].isRequired,
|
|
10616
|
-
cost: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10617
|
-
optional: PropTypes.bool,
|
|
10618
|
-
});
|
|
10619
|
-
|
|
10620
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_charge'] = PropTypes.exact({
|
|
10621
|
-
code: T['io.flow.internal.v0.enums.shopify_charge_code'].isRequired,
|
|
10622
|
-
cost: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10623
|
-
});
|
|
10624
|
-
|
|
10625
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'] = PropTypes.exact({
|
|
10626
|
-
subtotal: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10627
|
-
tax: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10628
|
-
total: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10629
|
-
});
|
|
10630
|
-
|
|
10631
10729
|
T['io.flow.internal.v0.enums.shopify_incoterm'] = PropTypes.oneOf(['DAP', 'DDP']);
|
|
10632
10730
|
|
|
10633
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_available'] = PropTypes.exact({
|
|
10634
|
-
carrier_service_id: PropTypes.string.isRequired,
|
|
10635
|
-
total_charges: T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'].isRequired,
|
|
10636
|
-
charges: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_charge']).isRequired,
|
|
10637
|
-
shipment_options: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_option']).isRequired,
|
|
10638
|
-
expected_delivery_date: PropTypes.string,
|
|
10639
|
-
guaranteed_delivery_date: PropTypes.string,
|
|
10640
|
-
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'],
|
|
10641
|
-
});
|
|
10642
|
-
|
|
10643
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_response'] = PropTypes.exact({
|
|
10644
|
-
rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_available']).isRequired,
|
|
10645
|
-
unavailable_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable']).isRequired,
|
|
10646
|
-
});
|
|
10647
|
-
|
|
10648
|
-
T['io.flow.internal.v0.models.shopify_rate_customs_detail'] = PropTypes.exact({
|
|
10649
|
-
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'].isRequired,
|
|
10650
|
-
net_value: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10651
|
-
});
|
|
10652
|
-
|
|
10653
10731
|
T['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'] = PropTypes.exact({
|
|
10654
10732
|
id: PropTypes.string.isRequired,
|
|
10655
10733
|
attribute_id: PropTypes.string.isRequired,
|
|
@@ -10934,6 +11012,26 @@ T['io.flow.internal.v0.models.stripe_connect_report_record_upserted'] = PropType
|
|
|
10934
11012
|
record: T['io.flow.internal.v0.models.stripe_connect_report_record'].isRequired,
|
|
10935
11013
|
});
|
|
10936
11014
|
|
|
11015
|
+
T['io.flow.internal.v0.models.shopify_merchant_market_country'] = PropTypes.exact({
|
|
11016
|
+
code: PropTypes.string.isRequired,
|
|
11017
|
+
actively_managing: PropTypes.bool.isRequired,
|
|
11018
|
+
enabled: PropTypes.bool.isRequired,
|
|
11019
|
+
});
|
|
11020
|
+
|
|
11021
|
+
T['io.flow.internal.v0.models.shopify_merchant_markets'] = PropTypes.exact({
|
|
11022
|
+
id: PropTypes.string.isRequired,
|
|
11023
|
+
organization_id: PropTypes.string.isRequired,
|
|
11024
|
+
countries: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_merchant_market_country']).isRequired,
|
|
11025
|
+
});
|
|
11026
|
+
|
|
11027
|
+
T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'] = PropTypes.exact({
|
|
11028
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_markets_upserted']).isRequired,
|
|
11029
|
+
event_id: PropTypes.string.isRequired,
|
|
11030
|
+
timestamp: PropTypes.string.isRequired,
|
|
11031
|
+
organization: PropTypes.string.isRequired,
|
|
11032
|
+
shopify_merchant_markets: T['io.flow.internal.v0.models.shopify_merchant_markets'].isRequired,
|
|
11033
|
+
});
|
|
11034
|
+
|
|
10937
11035
|
T['io.flow.internal.v0.enums.shopify_weight_unit'] = PropTypes.oneOf(['g', 'kg', 'lb', 'oz']);
|
|
10938
11036
|
T['io.flow.internal.v0.enums.shopify_dimension_unit'] = PropTypes.oneOf(['cm', 'ft', 'in', 'm', 'mm']);
|
|
10939
11037
|
|
|
@@ -10951,26 +11049,6 @@ T['io.flow.internal.v0.models.shopify_shipment_rate_package'] = PropTypes.exact(
|
|
|
10951
11049
|
measurements: T['io.flow.internal.v0.models.shopify_measurements'].isRequired,
|
|
10952
11050
|
});
|
|
10953
11051
|
|
|
10954
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'] = PropTypes.exact({
|
|
10955
|
-
carrier_id: PropTypes.string.isRequired,
|
|
10956
|
-
delivery_method_type: T['io.flow.internal.v0.enums.shopify_delivery_method_type'].isRequired,
|
|
10957
|
-
shipping_date_time: PropTypes.string.isRequired,
|
|
10958
|
-
'return': PropTypes.bool.isRequired,
|
|
10959
|
-
origin: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
10960
|
-
destination: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
10961
|
-
'package': T['io.flow.internal.v0.models.shopify_shipment_rate_package'].isRequired,
|
|
10962
|
-
pickup_point: T['io.flow.internal.v0.models.shopify_rate_pickup_point'],
|
|
10963
|
-
customs_detail: T['io.flow.internal.v0.models.shopify_rate_customs_detail'],
|
|
10964
|
-
});
|
|
10965
|
-
|
|
10966
|
-
T['io.flow.internal.v0.models.shopify_shipment_rate_request'] = PropTypes.exact({
|
|
10967
|
-
idempotency_key: PropTypes.string.isRequired,
|
|
10968
|
-
webhook_id: PropTypes.string.isRequired,
|
|
10969
|
-
test: PropTypes.bool.isRequired,
|
|
10970
|
-
shipper: T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'].isRequired,
|
|
10971
|
-
shipment: T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'].isRequired,
|
|
10972
|
-
});
|
|
10973
|
-
|
|
10974
11052
|
T['io.flow.shopify.markets.v0.enums.shopify_webhook_format'] = PropTypes.oneOf(['json', 'xml']);
|
|
10975
11053
|
|
|
10976
11054
|
T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
@@ -11004,6 +11082,7 @@ T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
|
11004
11082
|
'themes/update',
|
|
11005
11083
|
'bulk_operations/finish',
|
|
11006
11084
|
'shop/update',
|
|
11085
|
+
'managed_markets_adaptive_pricing/updated',
|
|
11007
11086
|
]);
|
|
11008
11087
|
|
|
11009
11088
|
T['io.flow.shopify.markets.v0.models.shopify_webhook_request'] = PropTypes.exact({
|
|
@@ -11333,6 +11412,68 @@ T['io.flow.internal.v0.models.shopify_dispute_upserted'] = PropTypes.exact({
|
|
|
11333
11412
|
dispute: T['io.flow.internal.v0.models.shopify_dispute'].isRequired,
|
|
11334
11413
|
});
|
|
11335
11414
|
|
|
11415
|
+
T['io.flow.internal.v0.models.shopify_money'] = PropTypes.exact({
|
|
11416
|
+
amount: PropTypes.number.isRequired,
|
|
11417
|
+
currency_code: PropTypes.string.isRequired,
|
|
11418
|
+
});
|
|
11419
|
+
|
|
11420
|
+
T['io.flow.internal.v0.models.shopify_rate_customs_detail'] = PropTypes.exact({
|
|
11421
|
+
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'].isRequired,
|
|
11422
|
+
net_value: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
11423
|
+
});
|
|
11424
|
+
|
|
11425
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'] = PropTypes.exact({
|
|
11426
|
+
carrier_id: PropTypes.string.isRequired,
|
|
11427
|
+
delivery_method_type: T['io.flow.internal.v0.enums.shopify_delivery_method_type'].isRequired,
|
|
11428
|
+
shipping_date_time: PropTypes.string.isRequired,
|
|
11429
|
+
'return': PropTypes.bool.isRequired,
|
|
11430
|
+
origin: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
11431
|
+
destination: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
11432
|
+
'package': T['io.flow.internal.v0.models.shopify_shipment_rate_package'].isRequired,
|
|
11433
|
+
pickup_point: T['io.flow.internal.v0.models.shopify_rate_pickup_point'],
|
|
11434
|
+
customs_detail: T['io.flow.internal.v0.models.shopify_rate_customs_detail'],
|
|
11435
|
+
});
|
|
11436
|
+
|
|
11437
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_request'] = PropTypes.exact({
|
|
11438
|
+
idempotency_key: PropTypes.string.isRequired,
|
|
11439
|
+
webhook_id: PropTypes.string.isRequired,
|
|
11440
|
+
test: PropTypes.bool.isRequired,
|
|
11441
|
+
shipper: T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'].isRequired,
|
|
11442
|
+
shipment: T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'].isRequired,
|
|
11443
|
+
});
|
|
11444
|
+
|
|
11445
|
+
T['io.flow.internal.v0.models.shopify_cost'] = PropTypes.exact({
|
|
11446
|
+
subtotal: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
11447
|
+
tax: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
11448
|
+
total: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
11449
|
+
});
|
|
11450
|
+
|
|
11451
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_option'] = PropTypes.exact({
|
|
11452
|
+
code: T['io.flow.internal.v0.enums.shopify_shipment_option_code'].isRequired,
|
|
11453
|
+
cost: T['io.flow.internal.v0.models.shopify_cost'].isRequired,
|
|
11454
|
+
optional: PropTypes.bool,
|
|
11455
|
+
});
|
|
11456
|
+
|
|
11457
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_charge'] = PropTypes.exact({
|
|
11458
|
+
code: T['io.flow.internal.v0.enums.shopify_charge_code'].isRequired,
|
|
11459
|
+
cost: T['io.flow.internal.v0.models.shopify_cost'].isRequired,
|
|
11460
|
+
});
|
|
11461
|
+
|
|
11462
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_available'] = PropTypes.exact({
|
|
11463
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
11464
|
+
total_charges: T['io.flow.internal.v0.models.shopify_cost'].isRequired,
|
|
11465
|
+
charges: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_charge']).isRequired,
|
|
11466
|
+
shipment_options: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_option']).isRequired,
|
|
11467
|
+
expected_delivery_date: PropTypes.string,
|
|
11468
|
+
guaranteed_delivery_date: PropTypes.string,
|
|
11469
|
+
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'],
|
|
11470
|
+
});
|
|
11471
|
+
|
|
11472
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_response'] = PropTypes.exact({
|
|
11473
|
+
rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_available']).isRequired,
|
|
11474
|
+
unavailable_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable']).isRequired,
|
|
11475
|
+
});
|
|
11476
|
+
|
|
11336
11477
|
T['io.flow.internal.v0.enums.shopify_callback_error_code'] = PropTypes.oneOf([
|
|
11337
11478
|
'UNKNOWN',
|
|
11338
11479
|
'SYSTEM_ERROR',
|
|
@@ -11390,6 +11531,7 @@ T['io.flow.ratecard.v0.models.ratecard_summary'] = PropTypes.exact({
|
|
|
11390
11531
|
T['io.flow.ratecard.v0.models.lane_summary'] = PropTypes.exact({
|
|
11391
11532
|
id: PropTypes.string.isRequired,
|
|
11392
11533
|
ratecard: T['io.flow.ratecard.v0.models.ratecard_summary'].isRequired,
|
|
11534
|
+
dim_factor: PropTypes.number.isRequired,
|
|
11393
11535
|
});
|
|
11394
11536
|
|
|
11395
11537
|
T['io.flow.label.v0.models.shipping_label_ratecard_summary'] = PropTypes.exact({
|
|
@@ -11842,8 +11984,9 @@ T['io.flow.internal.v0.models.reporting_vat_remittance'] = PropTypes.exact({
|
|
|
11842
11984
|
rate: T['io.flow.internal.v0.models.reporting_vat_remittance_rate'].isRequired,
|
|
11843
11985
|
});
|
|
11844
11986
|
|
|
11845
|
-
T['io.flow.internal.v0.models.
|
|
11987
|
+
T['io.flow.internal.v0.models.reporting_fx_value'] = PropTypes.exact({
|
|
11846
11988
|
usd: PropTypes.number.isRequired,
|
|
11989
|
+
merchant: PropTypes.number,
|
|
11847
11990
|
});
|
|
11848
11991
|
|
|
11849
11992
|
T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'] = PropTypes.oneOf(['all', 'mixed', 'none']);
|
|
@@ -11854,13 +11997,13 @@ T['io.flow.internal.v0.models.reporting_business'] = PropTypes.exact({
|
|
|
11854
11997
|
});
|
|
11855
11998
|
|
|
11856
11999
|
T['io.flow.internal.v0.models.reporting_fx'] = PropTypes.exact({
|
|
11857
|
-
shipping: T['io.flow.internal.v0.models.
|
|
11858
|
-
fees: T['io.flow.internal.v0.models.
|
|
11859
|
-
product: T['io.flow.internal.v0.models.
|
|
11860
|
-
tax: T['io.flow.internal.v0.models.
|
|
11861
|
-
duty: T['io.flow.internal.v0.models.
|
|
11862
|
-
tips: T['io.flow.internal.v0.models.
|
|
11863
|
-
total: T['io.flow.internal.v0.models.
|
|
12000
|
+
shipping: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
12001
|
+
fees: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
12002
|
+
product: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
12003
|
+
tax: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
12004
|
+
duty: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
12005
|
+
tips: T['io.flow.internal.v0.models.reporting_fx_value'],
|
|
12006
|
+
total: T['io.flow.internal.v0.models.reporting_fx_value'].isRequired,
|
|
11864
12007
|
});
|
|
11865
12008
|
|
|
11866
12009
|
T['io.flow.internal.v0.models.reporting_fulfillment_has'] = PropTypes.exact({
|
|
@@ -12161,20 +12304,6 @@ T['io.flow.internal.v0.models.ratecard_rate_level_deleted'] = PropTypes.exact({
|
|
|
12161
12304
|
rate_level: T['io.flow.internal.v0.models.rate_level'].isRequired,
|
|
12162
12305
|
});
|
|
12163
12306
|
|
|
12164
|
-
T['io.flow.ratecard.v0.models.ratecard_lanes_import_request_data'] = PropTypes.exact({
|
|
12165
|
-
id: PropTypes.string.isRequired,
|
|
12166
|
-
source_url: PropTypes.string.isRequired,
|
|
12167
|
-
filename: PropTypes.string,
|
|
12168
|
-
});
|
|
12169
|
-
|
|
12170
|
-
T['io.flow.internal.v0.models.ratecard_lanes_import_request'] = PropTypes.exact({
|
|
12171
|
-
discriminator: PropTypes.oneOf(['ratecard_lanes_import_request']).isRequired,
|
|
12172
|
-
event_id: PropTypes.string.isRequired,
|
|
12173
|
-
timestamp: PropTypes.string.isRequired,
|
|
12174
|
-
organization: PropTypes.string.isRequired,
|
|
12175
|
-
data: T['io.flow.ratecard.v0.models.ratecard_lanes_import_request_data'].isRequired,
|
|
12176
|
-
});
|
|
12177
|
-
|
|
12178
12307
|
T['io.flow.ratecard.v0.models.fuel_surcharge_service_fee'] = PropTypes.exact({
|
|
12179
12308
|
discriminator: PropTypes.oneOf(['fuel_surcharge_service_fee']).isRequired,
|
|
12180
12309
|
percent: PropTypes.number.isRequired,
|
|
@@ -12561,8 +12690,11 @@ T['io.flow.internal.v0.models.preonboarding_sellability_result'] = PropTypes.exa
|
|
|
12561
12690
|
matching_sellability_positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
12562
12691
|
classification_failure_reason: T['io.flow.internal.v0.enums.classification_failure_reason'],
|
|
12563
12692
|
taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
|
|
12693
|
+
inferred_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
|
|
12694
|
+
effective_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
|
|
12564
12695
|
fingerprint: PropTypes.string.isRequired,
|
|
12565
12696
|
screening_mode: T['io.flow.sellability.v0.enums.sellability_screening_mode'],
|
|
12697
|
+
created_at: PropTypes.string,
|
|
12566
12698
|
});
|
|
12567
12699
|
|
|
12568
12700
|
T['io.flow.internal.v0.models.preonboarding_sellability_result_updated'] = PropTypes.exact({
|
|
@@ -14378,6 +14510,7 @@ T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
|
14378
14510
|
glbe_shipping_method_id: PropTypes.string,
|
|
14379
14511
|
glbe_proposition_name: PropTypes.string,
|
|
14380
14512
|
channel_revenue_share_percentage: PropTypes.number,
|
|
14513
|
+
channel_id: PropTypes.string,
|
|
14381
14514
|
data: T['io.flow.ratecard.v0.models.ratecard_data'],
|
|
14382
14515
|
});
|
|
14383
14516
|
|
|
@@ -14395,6 +14528,7 @@ T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
|
14395
14528
|
glbe_shipping_method_id: PropTypes.string,
|
|
14396
14529
|
glbe_proposition_name: PropTypes.string,
|
|
14397
14530
|
channel_revenue_share_percentage: PropTypes.number,
|
|
14531
|
+
channel_id: PropTypes.string,
|
|
14398
14532
|
});
|
|
14399
14533
|
|
|
14400
14534
|
T['io.flow.internal.v0.enums.label_request_error_handling_responsibility'] = PropTypes.oneOf([
|
|
@@ -14423,13 +14557,6 @@ T['io.flow.label.v0.enums.label_request_method'] = PropTypes.oneOf([
|
|
|
14423
14557
|
'legacy_shopify_graphql_server',
|
|
14424
14558
|
]);
|
|
14425
14559
|
|
|
14426
|
-
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'] = PropTypes.exact({
|
|
14427
|
-
discriminator: PropTypes.oneOf(['shipping_label']).isRequired,
|
|
14428
|
-
request_method: T['io.flow.label.v0.enums.label_request_method'],
|
|
14429
|
-
carrier: T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'].isRequired,
|
|
14430
|
-
revenue_share_percentage: PropTypes.number,
|
|
14431
|
-
});
|
|
14432
|
-
|
|
14433
14560
|
T['io.flow.internal.v0.models.last_failure_summary'] = PropTypes.exact({
|
|
14434
14561
|
label_request_method: T['io.flow.label.v0.enums.label_request_method'].isRequired,
|
|
14435
14562
|
label_trigger_method: T['io.flow.label.v0.enums.label_trigger_method'].isRequired,
|
|
@@ -15478,12 +15605,15 @@ T['io.flow.internal.v0.models.reporting_merchant_transactions'] = PropTypes.exac
|
|
|
15478
15605
|
freight_breakdown: T['io.flow.internal.v0.models.reporting_merchant_freight'],
|
|
15479
15606
|
freight_guaranteed: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15480
15607
|
freight_non_guaranteed: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15608
|
+
freight_subsidy: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15481
15609
|
discount: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15482
15610
|
total: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15483
15611
|
tax_refund: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15484
15612
|
duty_refund: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15485
15613
|
tax_reversal: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15486
15614
|
duty_reversal: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15615
|
+
flat_rate_reversal: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15616
|
+
flat_rate_subsidy_reversal: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15487
15617
|
tax_reversal_for_lvg_order: PropTypes.bool,
|
|
15488
15618
|
duty_reversal_for_lvg_order: PropTypes.bool,
|
|
15489
15619
|
});
|
|
@@ -15527,6 +15657,20 @@ T['io.flow.internal.v0.models.reporting_payment'] = PropTypes.exact({
|
|
|
15527
15657
|
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15528
15658
|
});
|
|
15529
15659
|
|
|
15660
|
+
T['io.flow.internal.v0.models.reporting_freight_subsidy'] = PropTypes.exact({
|
|
15661
|
+
amount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15662
|
+
});
|
|
15663
|
+
|
|
15664
|
+
T['io.flow.internal.v0.models.reporting_freight_guaranteed'] = PropTypes.exact({
|
|
15665
|
+
amount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15666
|
+
coefficient: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15667
|
+
});
|
|
15668
|
+
|
|
15669
|
+
T['io.flow.internal.v0.models.reporting_freight'] = PropTypes.exact({
|
|
15670
|
+
guaranteed: T['io.flow.internal.v0.models.reporting_freight_guaranteed'],
|
|
15671
|
+
subsidy: T['io.flow.internal.v0.models.reporting_freight_subsidy'],
|
|
15672
|
+
});
|
|
15673
|
+
|
|
15530
15674
|
T['io.flow.internal.v0.models.reporting_fees'] = PropTypes.exact({
|
|
15531
15675
|
mor: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15532
15676
|
fx: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
@@ -15580,10 +15724,13 @@ T['io.flow.internal.v0.models.merchant_transactions'] = PropTypes.exact({
|
|
|
15580
15724
|
surcharges: PropTypes.arrayOf(T['io.flow.internal.v0.models.merchant_surcharge']),
|
|
15581
15725
|
freight_guaranteed: PropTypes.number,
|
|
15582
15726
|
freight_non_guaranteed: PropTypes.number,
|
|
15727
|
+
freight_subsidy: PropTypes.number,
|
|
15583
15728
|
total: PropTypes.number.isRequired,
|
|
15584
15729
|
tax_refund: PropTypes.number,
|
|
15585
15730
|
tax_reversal: PropTypes.number,
|
|
15586
15731
|
duty_reversal: PropTypes.number,
|
|
15732
|
+
flat_rate_reversal: PropTypes.number,
|
|
15733
|
+
flat_rate_subsidy_reversal: PropTypes.number,
|
|
15587
15734
|
tax_reversal_for_lvg_order: PropTypes.bool,
|
|
15588
15735
|
duty_reversal_for_lvg_order: PropTypes.bool,
|
|
15589
15736
|
});
|
|
@@ -15810,8 +15957,8 @@ T['io.flow.internal.v0.models.fiserv_authentication'] = PropTypes.exact({
|
|
|
15810
15957
|
secret_key_reference: PropTypes.string.isRequired,
|
|
15811
15958
|
});
|
|
15812
15959
|
|
|
15813
|
-
T['io.flow.billing.bank.account.v0.models.
|
|
15814
|
-
discriminator: PropTypes.oneOf(['
|
|
15960
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'] = PropTypes.exact({
|
|
15961
|
+
discriminator: PropTypes.oneOf(['kor']).isRequired,
|
|
15815
15962
|
name: PropTypes.string.isRequired,
|
|
15816
15963
|
bank_account_number: PropTypes.string.isRequired,
|
|
15817
15964
|
bank_routing_number: PropTypes.string.isRequired,
|
|
@@ -15852,6 +15999,25 @@ T['io.flow.internal.v0.models.finance_bank_account_owner'] = PropTypes.exact({
|
|
|
15852
15999
|
name: PropTypes.string.isRequired,
|
|
15853
16000
|
});
|
|
15854
16001
|
|
|
16002
|
+
T['io.flow.billing.bank.account.v0.unions.bank_account_info'] = PropTypes.oneOfType([
|
|
16003
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_usa'],
|
|
16004
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_can'],
|
|
16005
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_gbr'],
|
|
16006
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
|
|
16007
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
|
|
16008
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'],
|
|
16009
|
+
]);
|
|
16010
|
+
|
|
16011
|
+
T['io.flow.billing.v0.models.bank_account_form_info'] = PropTypes.exact({
|
|
16012
|
+
discriminator: PropTypes.oneOf(['info']).isRequired,
|
|
16013
|
+
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
|
|
16014
|
+
});
|
|
16015
|
+
|
|
16016
|
+
T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
|
|
16017
|
+
T['io.flow.billing.v0.models.bank_account_form_info'],
|
|
16018
|
+
T['io.flow.billing.v0.models.bank_account_form_simple'],
|
|
16019
|
+
]);
|
|
16020
|
+
|
|
15855
16021
|
T['io.flow.internal.v0.models.string_feature_rule_form'] = PropTypes.exact({
|
|
15856
16022
|
discriminator: PropTypes.oneOf(['string']).isRequired,
|
|
15857
16023
|
query: PropTypes.string.isRequired,
|
|
@@ -16972,20 +17138,6 @@ T['io.flow.internal.v0.models.delivered_duty_option_message'] = PropTypes.exact(
|
|
|
16972
17138
|
|
|
16973
17139
|
T['io.flow.common.v0.enums.delivered_duty'] = PropTypes.oneOf(['paid', 'unpaid']);
|
|
16974
17140
|
|
|
16975
|
-
T['io.flow.ratecard.v0.models.ratecard_lane_import_form'] = PropTypes.exact({
|
|
16976
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
16977
|
-
service: PropTypes.string.isRequired,
|
|
16978
|
-
currency: PropTypes.string.isRequired,
|
|
16979
|
-
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
16980
|
-
origin: T['io.flow.common.v0.models.zone'].isRequired,
|
|
16981
|
-
destination: T['io.flow.common.v0.models.zone'].isRequired,
|
|
16982
|
-
shipment_window: T['io.flow.ratecard.v0.models.shipment_window'].isRequired,
|
|
16983
|
-
dim_factor: PropTypes.number.isRequired,
|
|
16984
|
-
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
16985
|
-
distance_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
16986
|
-
rates: PropTypes.arrayOf(T['io.flow.ratecard.v0.models.ratecard_rate_form']).isRequired,
|
|
16987
|
-
});
|
|
16988
|
-
|
|
16989
17141
|
T['io.flow.experience.v0.models.order_builder_delivered_duty_form'] = PropTypes.exact({
|
|
16990
17142
|
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'].isRequired,
|
|
16991
17143
|
});
|
|
@@ -17182,7 +17334,7 @@ T['io.flow.internal.v0.models.report_filter'] = PropTypes.exact({
|
|
|
17182
17334
|
source_type: T['io.flow.internal.v0.enums.source_type_filter'],
|
|
17183
17335
|
order_payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
|
|
17184
17336
|
amount_range: T['io.flow.internal.v0.models.report_amount_range'],
|
|
17185
|
-
|
|
17337
|
+
account_currencies: PropTypes.arrayOf(T['io.flow.internal.v0.enums.account_currency_filter']),
|
|
17186
17338
|
channel_id: PropTypes.string,
|
|
17187
17339
|
});
|
|
17188
17340
|
|
|
@@ -17216,20 +17368,31 @@ T['io.flow.internal.v0.models.sales_payment_record'] = PropTypes.exact({
|
|
|
17216
17368
|
tax: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
17217
17369
|
duty: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
17218
17370
|
fees: T['io.flow.internal.v0.models.reporting_fees'].isRequired,
|
|
17371
|
+
freight: T['io.flow.internal.v0.models.reporting_freight'],
|
|
17219
17372
|
conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
|
|
17220
17373
|
payment_is: T['io.flow.internal.v0.models.payment_is'].isRequired,
|
|
17221
17374
|
price_inclusivity: T['io.flow.internal.v0.models.price_inclusivity'],
|
|
17222
17375
|
destination_country: PropTypes.string.isRequired,
|
|
17376
|
+
destination_province: PropTypes.string,
|
|
17223
17377
|
fulfilled_at: PropTypes.string,
|
|
17224
17378
|
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'],
|
|
17225
17379
|
is_eu_destination: PropTypes.bool,
|
|
17226
17380
|
debug_url: PropTypes.string,
|
|
17227
17381
|
});
|
|
17228
17382
|
|
|
17383
|
+
T['io.flow.internal.v0.models.sales_payment_record_upserted'] = PropTypes.exact({
|
|
17384
|
+
discriminator: PropTypes.oneOf(['sales_payment_record_upserted']).isRequired,
|
|
17385
|
+
event_id: PropTypes.string.isRequired,
|
|
17386
|
+
timestamp: PropTypes.string.isRequired,
|
|
17387
|
+
organization: PropTypes.string.isRequired,
|
|
17388
|
+
sales_payment_record: T['io.flow.internal.v0.models.sales_payment_record'].isRequired,
|
|
17389
|
+
});
|
|
17390
|
+
|
|
17229
17391
|
T['io.flow.label.v0.models.shipping_label_lane_summary'] = PropTypes.exact({
|
|
17230
17392
|
id: PropTypes.string,
|
|
17231
17393
|
ratecard: T['io.flow.label.v0.models.shipping_label_ratecard_summary'].isRequired,
|
|
17232
17394
|
weight_break: PropTypes.number,
|
|
17395
|
+
dim_factor: PropTypes.number,
|
|
17233
17396
|
});
|
|
17234
17397
|
|
|
17235
17398
|
T['io.flow.experience.v0.models.allocation_order_summary'] = PropTypes.exact({
|
|
@@ -17631,6 +17794,111 @@ T['io.flow.internal.v0.models.crypto_authentication'] = PropTypes.exact({
|
|
|
17631
17794
|
signature_secret_reference: PropTypes.string.isRequired,
|
|
17632
17795
|
});
|
|
17633
17796
|
|
|
17797
|
+
T['io.flow.internal.v0.enums.cpsc_file_type'] = PropTypes.oneOf(['GeRegistered', 'PreRegistered']);
|
|
17798
|
+
|
|
17799
|
+
T['io.flow.internal.v0.models.cpsc_queue_message'] = PropTypes.exact({
|
|
17800
|
+
filePath: PropTypes.string.isRequired,
|
|
17801
|
+
merchantId: PropTypes.string.isRequired,
|
|
17802
|
+
fileType: T['io.flow.internal.v0.enums.cpsc_file_type'].isRequired,
|
|
17803
|
+
});
|
|
17804
|
+
|
|
17805
|
+
T['io.flow.internal.v0.models.cpsc_queue_envelope'] = PropTypes.exact({
|
|
17806
|
+
messageType: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
17807
|
+
message: T['io.flow.internal.v0.models.cpsc_queue_message'].isRequired,
|
|
17808
|
+
});
|
|
17809
|
+
|
|
17810
|
+
T['io.flow.internal.v0.enums.cpsc_point_of_contact_type'] = PropTypes.oneOf(['Importer', 'Manufacturer', 'Laboratory', 'Broker', 'Other']);
|
|
17811
|
+
T['io.flow.internal.v0.enums.cpsc_lab_type'] = PropTypes.oneOf(['ITL', 'LAB', 'NOL']);
|
|
17812
|
+
T['io.flow.internal.v0.enums.cpsc_lot_number_assigned_by'] = PropTypes.oneOf(['Seller', 'Manufacturer']);
|
|
17813
|
+
T['io.flow.internal.v0.enums.cpsc_yes_no'] = PropTypes.oneOf(['Y', 'N']);
|
|
17814
|
+
T['io.flow.internal.v0.enums.cpsc_certificate_type'] = PropTypes.oneOf(['GCC', 'CPC']);
|
|
17815
|
+
|
|
17816
|
+
T['io.flow.internal.v0.enums.cpsc_primary_product_id_type'] = PropTypes.oneOf([
|
|
17817
|
+
'GTIN',
|
|
17818
|
+
'UPC',
|
|
17819
|
+
'SKU',
|
|
17820
|
+
'Model Number',
|
|
17821
|
+
'Serial Number',
|
|
17822
|
+
'Registered Number',
|
|
17823
|
+
'Alternate Identifier',
|
|
17824
|
+
]);
|
|
17825
|
+
|
|
17826
|
+
T['io.flow.internal.v0.models.cpsc_product_registration'] = PropTypes.exact({
|
|
17827
|
+
product_update: PropTypes.bool.isRequired,
|
|
17828
|
+
current_version_id: PropTypes.string,
|
|
17829
|
+
new_version_id: PropTypes.string.isRequired,
|
|
17830
|
+
primary_product_id: PropTypes.string.isRequired,
|
|
17831
|
+
primary_product_id_type: T['io.flow.internal.v0.enums.cpsc_primary_product_id_type'].isRequired,
|
|
17832
|
+
gtin: PropTypes.string,
|
|
17833
|
+
upc: PropTypes.string,
|
|
17834
|
+
sku: PropTypes.string,
|
|
17835
|
+
model_number: PropTypes.string,
|
|
17836
|
+
serial_number: PropTypes.string,
|
|
17837
|
+
registered_number: PropTypes.string,
|
|
17838
|
+
alternate_identifier: PropTypes.string,
|
|
17839
|
+
certificate_type: T['io.flow.internal.v0.enums.cpsc_certificate_type'].isRequired,
|
|
17840
|
+
product_name: PropTypes.string.isRequired,
|
|
17841
|
+
trade_brand_name: PropTypes.string,
|
|
17842
|
+
product_description: PropTypes.string,
|
|
17843
|
+
product_color: PropTypes.string,
|
|
17844
|
+
product_style: PropTypes.string,
|
|
17845
|
+
manufacturer_is_new: T['io.flow.internal.v0.enums.cpsc_yes_no'],
|
|
17846
|
+
manufacturer_gln: PropTypes.string,
|
|
17847
|
+
manufacturer_alternate_id: PropTypes.string,
|
|
17848
|
+
manufacturer_name: PropTypes.string,
|
|
17849
|
+
small_batch_manufacturer_cpsc_id: PropTypes.string,
|
|
17850
|
+
manufacturer_address_line_1: PropTypes.string,
|
|
17851
|
+
manufacturer_address_line_2: PropTypes.string,
|
|
17852
|
+
manufacturer_apt_suite_number: PropTypes.string,
|
|
17853
|
+
manufacturer_city: PropTypes.string,
|
|
17854
|
+
manufacturer_state_province: PropTypes.string,
|
|
17855
|
+
manufacturer_country: PropTypes.string,
|
|
17856
|
+
manufacturer_zip_postal_code: PropTypes.string,
|
|
17857
|
+
manufacturer_phone: PropTypes.string,
|
|
17858
|
+
manufacturer_email: PropTypes.string,
|
|
17859
|
+
manufacture_date: PropTypes.string.isRequired,
|
|
17860
|
+
production_start_date: PropTypes.string,
|
|
17861
|
+
production_end_date: PropTypes.string,
|
|
17862
|
+
lot_number: PropTypes.string,
|
|
17863
|
+
lot_number_assigned_by: T['io.flow.internal.v0.enums.cpsc_lot_number_assigned_by'],
|
|
17864
|
+
lab_1_type: T['io.flow.internal.v0.enums.cpsc_lab_type'].isRequired,
|
|
17865
|
+
lab_1_is_new: T['io.flow.internal.v0.enums.cpsc_yes_no'],
|
|
17866
|
+
lab_1_cpsc_id: PropTypes.string,
|
|
17867
|
+
lab_1_alternate_id: PropTypes.string,
|
|
17868
|
+
lab_1_gln: PropTypes.string,
|
|
17869
|
+
lab_1_name: PropTypes.string,
|
|
17870
|
+
lab_1_address_line_1: PropTypes.string,
|
|
17871
|
+
lab_1_address_line_2: PropTypes.string,
|
|
17872
|
+
lab_1_apt_suite_number: PropTypes.string,
|
|
17873
|
+
lab_1_city: PropTypes.string,
|
|
17874
|
+
lab_1_state_province: PropTypes.string,
|
|
17875
|
+
lab_1_country: PropTypes.string,
|
|
17876
|
+
lab_1_zip_postal_code: PropTypes.string,
|
|
17877
|
+
lab_1_phone: PropTypes.string,
|
|
17878
|
+
lab_1_email: PropTypes.string,
|
|
17879
|
+
lab_1_citation_codes: PropTypes.string.isRequired,
|
|
17880
|
+
lab_1_test_report_id: PropTypes.string,
|
|
17881
|
+
lab_1_test_url: PropTypes.string,
|
|
17882
|
+
lab_1_test_report_access_key: PropTypes.string,
|
|
17883
|
+
lab_1_is_component: PropTypes.bool,
|
|
17884
|
+
lab_1_component_description: PropTypes.string,
|
|
17885
|
+
last_test_date: PropTypes.string,
|
|
17886
|
+
poc_for_test_records: T['io.flow.internal.v0.enums.cpsc_point_of_contact_type'].isRequired,
|
|
17887
|
+
poc_is_new: T['io.flow.internal.v0.enums.cpsc_yes_no'],
|
|
17888
|
+
poc_alternate_id: PropTypes.string,
|
|
17889
|
+
poc_gln: PropTypes.string,
|
|
17890
|
+
poc_name: PropTypes.string,
|
|
17891
|
+
poc_address_line_1: PropTypes.string,
|
|
17892
|
+
poc_address_line_2: PropTypes.string,
|
|
17893
|
+
poc_apt_suite_number: PropTypes.string,
|
|
17894
|
+
poc_city: PropTypes.string,
|
|
17895
|
+
poc_state_province: PropTypes.string,
|
|
17896
|
+
poc_country: PropTypes.string,
|
|
17897
|
+
poc_zip_postal_code: PropTypes.string,
|
|
17898
|
+
poc_phone: PropTypes.string,
|
|
17899
|
+
poc_email: PropTypes.string,
|
|
17900
|
+
});
|
|
17901
|
+
|
|
17634
17902
|
T['io.flow.internal.v0.models.waste_electrical_and_electronic_equipment_compliance_data'] = PropTypes.exact({
|
|
17635
17903
|
discriminator: PropTypes.oneOf(['weee']).isRequired,
|
|
17636
17904
|
label: PropTypes.string.isRequired,
|
|
@@ -18084,13 +18352,6 @@ T['io.flow.ratecard.v0.models.ratecard_version'] = PropTypes.exact({
|
|
|
18084
18352
|
ratecard: T['io.flow.ratecard.v0.models.ratecard'].isRequired,
|
|
18085
18353
|
});
|
|
18086
18354
|
|
|
18087
|
-
T['io.flow.ratecard.v0.models.ratecard_rate_version'] = PropTypes.exact({
|
|
18088
|
-
id: PropTypes.string.isRequired,
|
|
18089
|
-
timestamp: PropTypes.string.isRequired,
|
|
18090
|
-
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
18091
|
-
ratecard_rate: T['io.flow.ratecard.v0.models.ratecard_rate'].isRequired,
|
|
18092
|
-
});
|
|
18093
|
-
|
|
18094
18355
|
T['io.flow.ratecard.v0.models.dimension_estimate_version'] = PropTypes.exact({
|
|
18095
18356
|
id: PropTypes.string.isRequired,
|
|
18096
18357
|
timestamp: PropTypes.string.isRequired,
|
|
@@ -18453,6 +18714,7 @@ T['io.flow.internal.v0.enums.channel_order_acceptance_rejection_reason'] = PropT
|
|
|
18453
18714
|
'unsupported_order_edit',
|
|
18454
18715
|
'order_allocation_duties_mismatch',
|
|
18455
18716
|
'order_missing',
|
|
18717
|
+
'order_cancelled',
|
|
18456
18718
|
'organization_deactivated',
|
|
18457
18719
|
]);
|
|
18458
18720
|
|
|
@@ -19029,122 +19291,6 @@ T['io.flow.common.v0.models.repeat_hourly'] = PropTypes.exact({
|
|
|
19029
19291
|
interval: PropTypes.number.isRequired,
|
|
19030
19292
|
});
|
|
19031
19293
|
|
|
19032
|
-
T['io.flow.common.v0.models.channel_reference'] = PropTypes.exact({
|
|
19033
|
-
id: PropTypes.string.isRequired,
|
|
19034
|
-
});
|
|
19035
|
-
|
|
19036
|
-
T['io.flow.channel.internal.v0.models.channel_shop_statistics'] = PropTypes.exact({
|
|
19037
|
-
id: PropTypes.string.isRequired,
|
|
19038
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19039
|
-
initial_catalog_synced_at: PropTypes.string,
|
|
19040
|
-
catalog_sync_duration: PropTypes.number,
|
|
19041
|
-
catalog_products_count: PropTypes.number,
|
|
19042
|
-
});
|
|
19043
|
-
|
|
19044
|
-
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_summary'] = PropTypes.exact({
|
|
19045
|
-
organization: T['io.flow.common.v0.models.organization_summary'].isRequired,
|
|
19046
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19047
|
-
});
|
|
19048
|
-
|
|
19049
|
-
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'] = PropTypes.exact({
|
|
19050
|
-
id: PropTypes.string.isRequired,
|
|
19051
|
-
shopify_shop_id: PropTypes.string,
|
|
19052
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19053
|
-
domain: PropTypes.string.isRequired,
|
|
19054
|
-
myshopify_domain: PropTypes.string.isRequired,
|
|
19055
|
-
organization_id: PropTypes.string.isRequired,
|
|
19056
|
-
shop: PropTypes.string.isRequired,
|
|
19057
|
-
created_at: PropTypes.string.isRequired,
|
|
19058
|
-
shared_secret_masked: PropTypes.string.isRequired,
|
|
19059
|
-
api_key_masked: PropTypes.string,
|
|
19060
|
-
api_password_masked: PropTypes.string,
|
|
19061
|
-
access_token_masked: PropTypes.string,
|
|
19062
|
-
shopify_plan_name: T['io.flow.shopify.external.v0.enums.shopify_plan_name'],
|
|
19063
|
-
catalog_publication_owner: T['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'],
|
|
19064
|
-
fast_sellability_completed_at: PropTypes.string,
|
|
19065
|
-
});
|
|
19066
|
-
|
|
19067
|
-
T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_upserted'] = PropTypes.exact({
|
|
19068
|
-
discriminator: PropTypes.oneOf(['shopify_markets_shop_upserted']).isRequired,
|
|
19069
|
-
event_id: PropTypes.string.isRequired,
|
|
19070
|
-
timestamp: PropTypes.string.isRequired,
|
|
19071
|
-
organization: PropTypes.string.isRequired,
|
|
19072
|
-
shopify_markets_shop: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'].isRequired,
|
|
19073
|
-
});
|
|
19074
|
-
|
|
19075
|
-
T['io.flow.channel.v0.models.channel_currency'] = PropTypes.exact({
|
|
19076
|
-
id: PropTypes.string.isRequired,
|
|
19077
|
-
currency: PropTypes.string.isRequired,
|
|
19078
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19079
|
-
capabilities: PropTypes.arrayOf(T['io.flow.channel.v0.enums.channel_currency_capability']).isRequired,
|
|
19080
|
-
});
|
|
19081
|
-
|
|
19082
|
-
T['io.flow.internal.v0.models.shopify_markets_shop_summary'] = PropTypes.exact({
|
|
19083
|
-
organization: T['io.flow.common.v0.models.organization_summary'].isRequired,
|
|
19084
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19085
|
-
});
|
|
19086
|
-
|
|
19087
|
-
T['io.flow.internal.v0.models.shopify_markets_shop'] = PropTypes.exact({
|
|
19088
|
-
id: PropTypes.string.isRequired,
|
|
19089
|
-
shopify_shop_id: PropTypes.string,
|
|
19090
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19091
|
-
domain: PropTypes.string.isRequired,
|
|
19092
|
-
myshopify_domain: PropTypes.string.isRequired,
|
|
19093
|
-
organization_id: PropTypes.string.isRequired,
|
|
19094
|
-
shop: PropTypes.string.isRequired,
|
|
19095
|
-
created_at: PropTypes.string.isRequired,
|
|
19096
|
-
shared_secret_masked: PropTypes.string.isRequired,
|
|
19097
|
-
api_key_masked: PropTypes.string,
|
|
19098
|
-
api_password_masked: PropTypes.string,
|
|
19099
|
-
access_token_masked: PropTypes.string,
|
|
19100
|
-
shopify_plan_name: T['io.flow.shopify.external.v0.enums.shopify_plan_name'],
|
|
19101
|
-
catalog_publication_owner: T['io.flow.internal.v0.enums.catalog_publication_owner'],
|
|
19102
|
-
fast_sellability_completed_at: PropTypes.string,
|
|
19103
|
-
});
|
|
19104
|
-
|
|
19105
|
-
T['io.flow.internal.v0.models.shopify_markets_shop_upserted'] = PropTypes.exact({
|
|
19106
|
-
discriminator: PropTypes.oneOf(['shopify_markets_shop_upserted']).isRequired,
|
|
19107
|
-
event_id: PropTypes.string.isRequired,
|
|
19108
|
-
timestamp: PropTypes.string.isRequired,
|
|
19109
|
-
organization: PropTypes.string.isRequired,
|
|
19110
|
-
shopify_markets_shop: T['io.flow.internal.v0.models.shopify_markets_shop'].isRequired,
|
|
19111
|
-
});
|
|
19112
|
-
|
|
19113
|
-
T['io.flow.internal.v0.models.internal_channel_rate'] = PropTypes.exact({
|
|
19114
|
-
id: PropTypes.string.isRequired,
|
|
19115
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19116
|
-
base: PropTypes.string.isRequired,
|
|
19117
|
-
target: PropTypes.string.isRequired,
|
|
19118
|
-
effective_at: PropTypes.string.isRequired,
|
|
19119
|
-
spot_rate: PropTypes.number.isRequired,
|
|
19120
|
-
flow_margin: PropTypes.number.isRequired,
|
|
19121
|
-
flow_rate: PropTypes.number.isRequired,
|
|
19122
|
-
rate_lock: T['io.flow.common.v0.models.duration'].isRequired,
|
|
19123
|
-
});
|
|
19124
|
-
|
|
19125
|
-
T['io.flow.internal.v0.models.internal_channel_rate_upserted'] = PropTypes.exact({
|
|
19126
|
-
discriminator: PropTypes.oneOf(['internal_channel_rate_upserted']).isRequired,
|
|
19127
|
-
event_id: PropTypes.string.isRequired,
|
|
19128
|
-
timestamp: PropTypes.string.isRequired,
|
|
19129
|
-
rate: T['io.flow.internal.v0.models.internal_channel_rate'].isRequired,
|
|
19130
|
-
});
|
|
19131
|
-
|
|
19132
|
-
T['io.flow.internal.v0.models.channel_shop_statistics'] = PropTypes.exact({
|
|
19133
|
-
id: PropTypes.string.isRequired,
|
|
19134
|
-
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
19135
|
-
initial_catalog_synced_at: PropTypes.string,
|
|
19136
|
-
catalog_sync_duration: PropTypes.number,
|
|
19137
|
-
catalog_products_count: PropTypes.number,
|
|
19138
|
-
});
|
|
19139
|
-
|
|
19140
|
-
T['io.flow.internal.v0.models.channel_shop_statistics_upserted'] = PropTypes.exact({
|
|
19141
|
-
discriminator: PropTypes.oneOf(['channel_shop_statistics_upserted']).isRequired,
|
|
19142
|
-
event_id: PropTypes.string.isRequired,
|
|
19143
|
-
timestamp: PropTypes.string.isRequired,
|
|
19144
|
-
organization: PropTypes.string.isRequired,
|
|
19145
|
-
channel_shop_statistics: T['io.flow.internal.v0.models.channel_shop_statistics'].isRequired,
|
|
19146
|
-
});
|
|
19147
|
-
|
|
19148
19294
|
T['io.flow.common.v0.models.dimensions'] = PropTypes.exact({
|
|
19149
19295
|
product: T['io.flow.common.v0.models.dimension'],
|
|
19150
19296
|
packaging: T['io.flow.common.v0.models.dimension'],
|
|
@@ -19219,38 +19365,6 @@ T['io.flow.common.v0.models.address'] = PropTypes.exact({
|
|
|
19219
19365
|
longitude: PropTypes.string,
|
|
19220
19366
|
});
|
|
19221
19367
|
|
|
19222
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'] = PropTypes.exact({
|
|
19223
|
-
discriminator: PropTypes.oneOf(['kor']).isRequired,
|
|
19224
|
-
name: PropTypes.string,
|
|
19225
|
-
address: T['io.flow.common.v0.models.address'],
|
|
19226
|
-
phone: PropTypes.string,
|
|
19227
|
-
email: PropTypes.string,
|
|
19228
|
-
bank_account_number: PropTypes.string.isRequired,
|
|
19229
|
-
bank_routing_number: PropTypes.string,
|
|
19230
|
-
bank_name: PropTypes.string,
|
|
19231
|
-
bank_address: T['io.flow.common.v0.models.address'],
|
|
19232
|
-
});
|
|
19233
|
-
|
|
19234
|
-
T['io.flow.billing.bank.account.v0.unions.bank_account_info'] = PropTypes.oneOfType([
|
|
19235
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_usa'],
|
|
19236
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_can'],
|
|
19237
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_gbr'],
|
|
19238
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
|
|
19239
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
|
|
19240
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'],
|
|
19241
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor_v2'],
|
|
19242
|
-
]);
|
|
19243
|
-
|
|
19244
|
-
T['io.flow.billing.v0.models.bank_account_form_info'] = PropTypes.exact({
|
|
19245
|
-
discriminator: PropTypes.oneOf(['info']).isRequired,
|
|
19246
|
-
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
|
|
19247
|
-
});
|
|
19248
|
-
|
|
19249
|
-
T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
|
|
19250
|
-
T['io.flow.billing.v0.models.bank_account_form_info'],
|
|
19251
|
-
T['io.flow.billing.v0.models.bank_account_form_simple'],
|
|
19252
|
-
]);
|
|
19253
|
-
|
|
19254
19368
|
T['io.flow.merchant.onboarding.v0.models.operations_contact'] = PropTypes.exact({
|
|
19255
19369
|
company: PropTypes.string,
|
|
19256
19370
|
email: PropTypes.string,
|
|
@@ -19751,6 +19865,14 @@ T['io.flow.billing.v0.models.transaction_metadata_trueup'] = PropTypes.exact({
|
|
|
19751
19865
|
actual: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'].isRequired,
|
|
19752
19866
|
});
|
|
19753
19867
|
|
|
19868
|
+
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'] = PropTypes.exact({
|
|
19869
|
+
discriminator: PropTypes.oneOf(['shipping_label']).isRequired,
|
|
19870
|
+
request_method: T['io.flow.label.v0.enums.label_request_method'],
|
|
19871
|
+
carrier: T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'].isRequired,
|
|
19872
|
+
revenue_share_percentage: PropTypes.number,
|
|
19873
|
+
actual: T['io.flow.billing.v0.models.transaction_metadata_trueup_data'],
|
|
19874
|
+
});
|
|
19875
|
+
|
|
19754
19876
|
T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
19755
19877
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'],
|
|
19756
19878
|
T['io.flow.billing.v0.models.transaction_metadata_channel'],
|
|
@@ -20542,6 +20664,122 @@ T['io.flow.internal.v0.models.billing_organization_processing_rates_upserted'] =
|
|
|
20542
20664
|
rates: T['io.flow.internal.v0.models.billing_organization_processing_rates'].isRequired,
|
|
20543
20665
|
});
|
|
20544
20666
|
|
|
20667
|
+
T['io.flow.common.v0.models.channel_reference'] = PropTypes.exact({
|
|
20668
|
+
id: PropTypes.string.isRequired,
|
|
20669
|
+
});
|
|
20670
|
+
|
|
20671
|
+
T['io.flow.channel.internal.v0.models.channel_shop_statistics'] = PropTypes.exact({
|
|
20672
|
+
id: PropTypes.string.isRequired,
|
|
20673
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20674
|
+
initial_catalog_synced_at: PropTypes.string,
|
|
20675
|
+
catalog_sync_duration: PropTypes.number,
|
|
20676
|
+
catalog_products_count: PropTypes.number,
|
|
20677
|
+
});
|
|
20678
|
+
|
|
20679
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_summary'] = PropTypes.exact({
|
|
20680
|
+
organization: T['io.flow.common.v0.models.organization_summary'].isRequired,
|
|
20681
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20682
|
+
});
|
|
20683
|
+
|
|
20684
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'] = PropTypes.exact({
|
|
20685
|
+
id: PropTypes.string.isRequired,
|
|
20686
|
+
shopify_shop_id: PropTypes.string,
|
|
20687
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20688
|
+
domain: PropTypes.string.isRequired,
|
|
20689
|
+
myshopify_domain: PropTypes.string.isRequired,
|
|
20690
|
+
organization_id: PropTypes.string.isRequired,
|
|
20691
|
+
shop: PropTypes.string.isRequired,
|
|
20692
|
+
created_at: PropTypes.string.isRequired,
|
|
20693
|
+
shared_secret_masked: PropTypes.string.isRequired,
|
|
20694
|
+
api_key_masked: PropTypes.string,
|
|
20695
|
+
api_password_masked: PropTypes.string,
|
|
20696
|
+
access_token_masked: PropTypes.string,
|
|
20697
|
+
shopify_plan_name: T['io.flow.shopify.external.v0.enums.shopify_plan_name'],
|
|
20698
|
+
catalog_publication_owner: T['io.flow.channel.shopify.internal.v0.enums.catalog_publication_owner'],
|
|
20699
|
+
fast_sellability_completed_at: PropTypes.string,
|
|
20700
|
+
});
|
|
20701
|
+
|
|
20702
|
+
T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_upserted'] = PropTypes.exact({
|
|
20703
|
+
discriminator: PropTypes.oneOf(['shopify_markets_shop_upserted']).isRequired,
|
|
20704
|
+
event_id: PropTypes.string.isRequired,
|
|
20705
|
+
timestamp: PropTypes.string.isRequired,
|
|
20706
|
+
organization: PropTypes.string.isRequired,
|
|
20707
|
+
shopify_markets_shop: T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop'].isRequired,
|
|
20708
|
+
});
|
|
20709
|
+
|
|
20710
|
+
T['io.flow.channel.v0.models.channel_currency'] = PropTypes.exact({
|
|
20711
|
+
id: PropTypes.string.isRequired,
|
|
20712
|
+
currency: PropTypes.string.isRequired,
|
|
20713
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20714
|
+
capabilities: PropTypes.arrayOf(T['io.flow.channel.v0.enums.channel_currency_capability']).isRequired,
|
|
20715
|
+
});
|
|
20716
|
+
|
|
20717
|
+
T['io.flow.internal.v0.models.shopify_markets_shop_summary'] = PropTypes.exact({
|
|
20718
|
+
organization: T['io.flow.common.v0.models.organization_summary'].isRequired,
|
|
20719
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20720
|
+
});
|
|
20721
|
+
|
|
20722
|
+
T['io.flow.internal.v0.models.shopify_markets_shop'] = PropTypes.exact({
|
|
20723
|
+
id: PropTypes.string.isRequired,
|
|
20724
|
+
shopify_shop_id: PropTypes.string,
|
|
20725
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20726
|
+
domain: PropTypes.string.isRequired,
|
|
20727
|
+
myshopify_domain: PropTypes.string.isRequired,
|
|
20728
|
+
organization_id: PropTypes.string.isRequired,
|
|
20729
|
+
shop: PropTypes.string.isRequired,
|
|
20730
|
+
created_at: PropTypes.string.isRequired,
|
|
20731
|
+
shared_secret_masked: PropTypes.string.isRequired,
|
|
20732
|
+
api_key_masked: PropTypes.string,
|
|
20733
|
+
api_password_masked: PropTypes.string,
|
|
20734
|
+
access_token_masked: PropTypes.string,
|
|
20735
|
+
shopify_plan_name: T['io.flow.shopify.external.v0.enums.shopify_plan_name'],
|
|
20736
|
+
catalog_publication_owner: T['io.flow.internal.v0.enums.catalog_publication_owner'],
|
|
20737
|
+
fast_sellability_completed_at: PropTypes.string,
|
|
20738
|
+
});
|
|
20739
|
+
|
|
20740
|
+
T['io.flow.internal.v0.models.shopify_markets_shop_upserted'] = PropTypes.exact({
|
|
20741
|
+
discriminator: PropTypes.oneOf(['shopify_markets_shop_upserted']).isRequired,
|
|
20742
|
+
event_id: PropTypes.string.isRequired,
|
|
20743
|
+
timestamp: PropTypes.string.isRequired,
|
|
20744
|
+
organization: PropTypes.string.isRequired,
|
|
20745
|
+
shopify_markets_shop: T['io.flow.internal.v0.models.shopify_markets_shop'].isRequired,
|
|
20746
|
+
});
|
|
20747
|
+
|
|
20748
|
+
T['io.flow.internal.v0.models.internal_channel_rate'] = PropTypes.exact({
|
|
20749
|
+
id: PropTypes.string.isRequired,
|
|
20750
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20751
|
+
base: PropTypes.string.isRequired,
|
|
20752
|
+
target: PropTypes.string.isRequired,
|
|
20753
|
+
effective_at: PropTypes.string.isRequired,
|
|
20754
|
+
spot_rate: PropTypes.number.isRequired,
|
|
20755
|
+
flow_margin: PropTypes.number.isRequired,
|
|
20756
|
+
flow_rate: PropTypes.number.isRequired,
|
|
20757
|
+
rate_lock: T['io.flow.common.v0.models.duration'].isRequired,
|
|
20758
|
+
});
|
|
20759
|
+
|
|
20760
|
+
T['io.flow.internal.v0.models.internal_channel_rate_upserted'] = PropTypes.exact({
|
|
20761
|
+
discriminator: PropTypes.oneOf(['internal_channel_rate_upserted']).isRequired,
|
|
20762
|
+
event_id: PropTypes.string.isRequired,
|
|
20763
|
+
timestamp: PropTypes.string.isRequired,
|
|
20764
|
+
rate: T['io.flow.internal.v0.models.internal_channel_rate'].isRequired,
|
|
20765
|
+
});
|
|
20766
|
+
|
|
20767
|
+
T['io.flow.internal.v0.models.channel_shop_statistics'] = PropTypes.exact({
|
|
20768
|
+
id: PropTypes.string.isRequired,
|
|
20769
|
+
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
20770
|
+
initial_catalog_synced_at: PropTypes.string,
|
|
20771
|
+
catalog_sync_duration: PropTypes.number,
|
|
20772
|
+
catalog_products_count: PropTypes.number,
|
|
20773
|
+
});
|
|
20774
|
+
|
|
20775
|
+
T['io.flow.internal.v0.models.channel_shop_statistics_upserted'] = PropTypes.exact({
|
|
20776
|
+
discriminator: PropTypes.oneOf(['channel_shop_statistics_upserted']).isRequired,
|
|
20777
|
+
event_id: PropTypes.string.isRequired,
|
|
20778
|
+
timestamp: PropTypes.string.isRequired,
|
|
20779
|
+
organization: PropTypes.string.isRequired,
|
|
20780
|
+
channel_shop_statistics: T['io.flow.internal.v0.models.channel_shop_statistics'].isRequired,
|
|
20781
|
+
});
|
|
20782
|
+
|
|
20545
20783
|
T['io.flow.internal.v0.models.billing_order_destination'] = PropTypes.exact({
|
|
20546
20784
|
city: PropTypes.string,
|
|
20547
20785
|
province: PropTypes.string,
|
|
@@ -20622,6 +20860,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
20622
20860
|
'b2b_fee_mor_tax',
|
|
20623
20861
|
'b2b_fee_shipping_tax',
|
|
20624
20862
|
'flat_rate_label',
|
|
20863
|
+
'flat_rate_label_subsidy',
|
|
20625
20864
|
]);
|
|
20626
20865
|
|
|
20627
20866
|
T['io.flow.internal.v0.models.debug_original_transaction_summary'] = PropTypes.exact({
|
|
@@ -20644,6 +20883,7 @@ T['io.flow.internal.v0.models.other_record_order_summary'] = PropTypes.exact({
|
|
|
20644
20883
|
organization: T['io.flow.internal.v0.models.other_record_organization_summary'].isRequired,
|
|
20645
20884
|
number: PropTypes.string.isRequired,
|
|
20646
20885
|
identifiers: T['io.flow.internal.v0.models.other_record_order_summary_identifiers'].isRequired,
|
|
20886
|
+
destination_province: PropTypes.string,
|
|
20647
20887
|
});
|
|
20648
20888
|
|
|
20649
20889
|
T['io.flow.internal.v0.models.other_record_metadata'] = PropTypes.exact({
|
|
@@ -20738,7 +20978,7 @@ T['io.flow.internal.v0.models.bank_payment_detail_attachment'] = PropTypes.exact
|
|
|
20738
20978
|
statement_transactions_url: PropTypes.string,
|
|
20739
20979
|
});
|
|
20740
20980
|
|
|
20741
|
-
T['io.flow.internal.v0.enums.bank_payment_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed']);
|
|
20981
|
+
T['io.flow.internal.v0.enums.bank_payment_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed', 'paid']);
|
|
20742
20982
|
|
|
20743
20983
|
T['io.flow.internal.v0.models.bank_payment_status_single_form'] = PropTypes.exact({
|
|
20744
20984
|
payment_id: PropTypes.string.isRequired,
|
|
@@ -20755,6 +20995,11 @@ T['io.flow.internal.v0.models.bank_payment_status_form'] = PropTypes.exact({
|
|
|
20755
20995
|
failure_reason: T['io.flow.billing.v0.enums.payout_status_failure_code'],
|
|
20756
20996
|
});
|
|
20757
20997
|
|
|
20998
|
+
T['io.flow.billing.v0.models.payout_status_paid'] = PropTypes.exact({
|
|
20999
|
+
code: PropTypes.oneOf(['paid']).isRequired,
|
|
21000
|
+
timestamp: PropTypes.string.isRequired,
|
|
21001
|
+
});
|
|
21002
|
+
|
|
20758
21003
|
T['io.flow.billing.v0.models.payout_status_failed'] = PropTypes.exact({
|
|
20759
21004
|
code: PropTypes.oneOf(['failed']).isRequired,
|
|
20760
21005
|
timestamp: PropTypes.string.isRequired,
|
|
@@ -20775,6 +21020,7 @@ T['io.flow.billing.v0.unions.payout_status'] = PropTypes.oneOfType([
|
|
|
20775
21020
|
T['io.flow.billing.v0.models.payout_status_scheduled'],
|
|
20776
21021
|
T['io.flow.billing.v0.models.payout_status_sent'],
|
|
20777
21022
|
T['io.flow.billing.v0.models.payout_status_failed'],
|
|
21023
|
+
T['io.flow.billing.v0.models.payout_status_paid'],
|
|
20778
21024
|
]);
|
|
20779
21025
|
|
|
20780
21026
|
T['io.flow.billing.v0.models.settlement_payout'] = PropTypes.exact({
|
|
@@ -20895,7 +21141,7 @@ T['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'] = PropType
|
|
|
20895
21141
|
trigger_type: T['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'].isRequired,
|
|
20896
21142
|
});
|
|
20897
21143
|
|
|
20898
|
-
T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'] = PropTypes.oneOf(['capture', 'order']);
|
|
21144
|
+
T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'] = PropTypes.oneOf(['capture', 'order', 'settings']);
|
|
20899
21145
|
|
|
20900
21146
|
T['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'] = PropTypes.exact({
|
|
20901
21147
|
discriminator: PropTypes.oneOf(['b2b_fee_mor_tax_trigger_metadata']).isRequired,
|
|
@@ -22909,6 +23155,26 @@ T['io.flow.internal.v0.models.debug_order_transaction_details'] = PropTypes.exac
|
|
|
22909
23155
|
payout_details: T['io.flow.billing.v0.unions.payout_status'],
|
|
22910
23156
|
});
|
|
22911
23157
|
|
|
23158
|
+
T['io.flow.internal.v0.enums.mail_class'] = PropTypes.oneOf(['standard', 'express']);
|
|
23159
|
+
T['io.flow.internal.v0.enums.adaptive_shipping_order_guarantee_state'] = PropTypes.oneOf(['confirmed', 'voided']);
|
|
23160
|
+
|
|
23161
|
+
T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee'] = PropTypes.exact({
|
|
23162
|
+
id: PropTypes.string.isRequired,
|
|
23163
|
+
organization_id: PropTypes.string.isRequired,
|
|
23164
|
+
order_number: PropTypes.string.isRequired,
|
|
23165
|
+
guarantee_state: T['io.flow.internal.v0.enums.adaptive_shipping_order_guarantee_state'].isRequired,
|
|
23166
|
+
label_id: PropTypes.string,
|
|
23167
|
+
notification_id: PropTypes.string,
|
|
23168
|
+
});
|
|
23169
|
+
|
|
23170
|
+
T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee_upserted'] = PropTypes.exact({
|
|
23171
|
+
discriminator: PropTypes.oneOf(['adaptive_shipping_order_guarantee_upserted']).isRequired,
|
|
23172
|
+
event_id: PropTypes.string.isRequired,
|
|
23173
|
+
timestamp: PropTypes.string.isRequired,
|
|
23174
|
+
organization: PropTypes.string.isRequired,
|
|
23175
|
+
adaptive_shipping_order_guarantee: T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee'].isRequired,
|
|
23176
|
+
});
|
|
23177
|
+
|
|
22912
23178
|
T['io.flow.common.v0.models.money'] = PropTypes.exact({
|
|
22913
23179
|
amount: PropTypes.number.isRequired,
|
|
22914
23180
|
currency: PropTypes.string.isRequired,
|
|
@@ -22922,6 +23188,7 @@ T['io.flow.sellability.v0.models.sellability_screening_form'] = PropTypes.exact(
|
|
|
22922
23188
|
price: T['io.flow.common.v0.models.money'].isRequired,
|
|
22923
23189
|
description: PropTypes.string.isRequired,
|
|
22924
23190
|
taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'].isRequired,
|
|
23191
|
+
inferred_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
|
|
22925
23192
|
mode: T['io.flow.sellability.v0.enums.sellability_screening_mode'].isRequired,
|
|
22926
23193
|
catalog_size: PropTypes.number,
|
|
22927
23194
|
relative_ranking: PropTypes.number,
|
|
@@ -23376,7 +23643,7 @@ T['io.flow.ratecard.v0.unions.service_fee'] = PropTypes.oneOfType([
|
|
|
23376
23643
|
T['io.flow.ratecard.v0.models.eei_filing_service_fee'],
|
|
23377
23644
|
]);
|
|
23378
23645
|
|
|
23379
|
-
T['io.flow.internal.v0.models.
|
|
23646
|
+
T['io.flow.internal.v0.models.service_fees_form'] = PropTypes.exact({
|
|
23380
23647
|
service_fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
23381
23648
|
});
|
|
23382
23649
|
|
|
@@ -23922,6 +24189,7 @@ T['io.flow.internal.v0.models.shipment_cost_summary'] = PropTypes.exact({
|
|
|
23922
24189
|
rate_level_key: PropTypes.string,
|
|
23923
24190
|
cost_estimate_source: T['io.flow.label.v0.enums.cost_estimate_source'].isRequired,
|
|
23924
24191
|
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
24192
|
+
dim_factor: PropTypes.number.isRequired,
|
|
23925
24193
|
});
|
|
23926
24194
|
|
|
23927
24195
|
T['io.flow.internal.v0.models.restriction_organization'] = PropTypes.exact({
|
|
@@ -24763,8 +25031,6 @@ T['io.flow.internal.v0.unions.calculator_stamp'] = PropTypes.oneOfType([
|
|
|
24763
25031
|
T['io.flow.internal.v0.models.calculation_step'],
|
|
24764
25032
|
]);
|
|
24765
25033
|
|
|
24766
|
-
T['io.flow.internal.v0.enums.mail_class'] = PropTypes.oneOf(['standard', 'express']);
|
|
24767
|
-
|
|
24768
25034
|
T['io.flow.internal.v0.models.flat_rate'] = PropTypes.exact({
|
|
24769
25035
|
mail_class: T['io.flow.internal.v0.enums.mail_class'].isRequired,
|
|
24770
25036
|
carrier_id: PropTypes.string.isRequired,
|
|
@@ -24775,9 +25041,28 @@ T['io.flow.internal.v0.models.flat_rate'] = PropTypes.exact({
|
|
|
24775
25041
|
max_delivery_days: PropTypes.number,
|
|
24776
25042
|
});
|
|
24777
25043
|
|
|
25044
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_published_output'] = PropTypes.exact({
|
|
25045
|
+
id: PropTypes.string.isRequired,
|
|
25046
|
+
organization_id: PropTypes.string.isRequired,
|
|
25047
|
+
channel_id: PropTypes.string.isRequired,
|
|
25048
|
+
destination_country: PropTypes.string.isRequired,
|
|
25049
|
+
coefficient: PropTypes.number.isRequired,
|
|
25050
|
+
flat_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.flat_rate']).isRequired,
|
|
25051
|
+
inputs_updated_at: PropTypes.number.isRequired,
|
|
25052
|
+
});
|
|
25053
|
+
|
|
25054
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'] = PropTypes.exact({
|
|
25055
|
+
discriminator: PropTypes.oneOf(['guaranteed_shipping_published_output_upserted']).isRequired,
|
|
25056
|
+
event_id: PropTypes.string.isRequired,
|
|
25057
|
+
timestamp: PropTypes.string.isRequired,
|
|
25058
|
+
organization: PropTypes.string.isRequired,
|
|
25059
|
+
guaranteed_shipping_published_output: T['io.flow.internal.v0.models.guaranteed_shipping_published_output'].isRequired,
|
|
25060
|
+
});
|
|
25061
|
+
|
|
24778
25062
|
T['io.flow.internal.v0.models.adaptive_shipping_rate'] = PropTypes.exact({
|
|
24779
25063
|
id: PropTypes.string.isRequired,
|
|
24780
25064
|
organization_id: PropTypes.string.isRequired,
|
|
25065
|
+
channel_id: PropTypes.string.isRequired,
|
|
24781
25066
|
destination_country: PropTypes.string.isRequired,
|
|
24782
25067
|
coefficient: PropTypes.number.isRequired,
|
|
24783
25068
|
flat_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.flat_rate']).isRequired,
|
|
@@ -24793,23 +25078,47 @@ T['io.flow.internal.v0.models.adaptive_shipping_rate_upserted'] = PropTypes.exac
|
|
|
24793
25078
|
adaptive_shipping_rate: T['io.flow.internal.v0.models.adaptive_shipping_rate'].isRequired,
|
|
24794
25079
|
});
|
|
24795
25080
|
|
|
24796
|
-
T['io.flow.internal.v0.
|
|
25081
|
+
T['io.flow.internal.v0.models.adaptive_pricing_destination_update'] = PropTypes.exact({
|
|
25082
|
+
country: PropTypes.string.isRequired,
|
|
25083
|
+
updated_at: PropTypes.string.isRequired,
|
|
25084
|
+
tax_and_duty_coefficient: PropTypes.number.isRequired,
|
|
25085
|
+
fees_coefficient: PropTypes.number.isRequired,
|
|
25086
|
+
merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
|
|
25087
|
+
});
|
|
24797
25088
|
|
|
24798
|
-
T['io.flow.internal.v0.models.
|
|
24799
|
-
|
|
25089
|
+
T['io.flow.internal.v0.models.adaptive_pricing_update'] = PropTypes.exact({
|
|
25090
|
+
channel_id: PropTypes.string.isRequired,
|
|
24800
25091
|
organization_id: PropTypes.string.isRequired,
|
|
24801
|
-
|
|
24802
|
-
guarantee_state: T['io.flow.internal.v0.enums.adaptive_shipping_order_guarantee_state'].isRequired,
|
|
24803
|
-
label_id: PropTypes.string,
|
|
24804
|
-
notification_id: PropTypes.string,
|
|
25092
|
+
destination_updates: PropTypes.arrayOf(T['io.flow.internal.v0.models.adaptive_pricing_destination_update']).isRequired,
|
|
24805
25093
|
});
|
|
24806
25094
|
|
|
24807
|
-
T['io.flow.internal.v0.models.
|
|
24808
|
-
discriminator: PropTypes.oneOf(['
|
|
25095
|
+
T['io.flow.internal.v0.models.adaptive_pricing_update_upserted'] = PropTypes.exact({
|
|
25096
|
+
discriminator: PropTypes.oneOf(['adaptive_pricing_update_upserted']).isRequired,
|
|
24809
25097
|
event_id: PropTypes.string.isRequired,
|
|
24810
25098
|
timestamp: PropTypes.string.isRequired,
|
|
24811
25099
|
organization: PropTypes.string.isRequired,
|
|
24812
|
-
|
|
25100
|
+
channel_id: PropTypes.string.isRequired,
|
|
25101
|
+
adaptive_pricing_update: T['io.flow.internal.v0.models.adaptive_pricing_update'].isRequired,
|
|
25102
|
+
});
|
|
25103
|
+
|
|
25104
|
+
T['io.flow.internal.v0.models.adaptive_pricing_coefficient'] = PropTypes.exact({
|
|
25105
|
+
coefficients_updated_at: PropTypes.number.isRequired,
|
|
25106
|
+
channel_id: PropTypes.string.isRequired,
|
|
25107
|
+
organization_id: PropTypes.string.isRequired,
|
|
25108
|
+
destination_country: PropTypes.string.isRequired,
|
|
25109
|
+
tax_and_duty_coefficient: PropTypes.number.isRequired,
|
|
25110
|
+
fees_coefficient: PropTypes.number.isRequired,
|
|
25111
|
+
merchant_subsidy: T['io.flow.common.v0.models.money'].isRequired,
|
|
25112
|
+
created_at: PropTypes.number.isRequired,
|
|
25113
|
+
});
|
|
25114
|
+
|
|
25115
|
+
T['io.flow.internal.v0.models.adaptive_pricing_coefficient_upserted'] = PropTypes.exact({
|
|
25116
|
+
discriminator: PropTypes.oneOf(['adaptive_pricing_coefficient_upserted']).isRequired,
|
|
25117
|
+
event_id: PropTypes.string.isRequired,
|
|
25118
|
+
timestamp: PropTypes.string.isRequired,
|
|
25119
|
+
organization: PropTypes.string.isRequired,
|
|
25120
|
+
channel_id: PropTypes.string.isRequired,
|
|
25121
|
+
adaptive_pricing_coefficient: T['io.flow.internal.v0.models.adaptive_pricing_coefficient'].isRequired,
|
|
24813
25122
|
});
|
|
24814
25123
|
|
|
24815
25124
|
T['io.flow.internal.v0.enums.item_quantity_action'] = PropTypes.oneOf(['fulfillment_ship', 'fulfillment_cancel', 'fulfillment_generate_label']);
|
|
@@ -24942,6 +25251,7 @@ T['io.flow.internal.v0.models.account_origin'] = PropTypes.exact({
|
|
|
24942
25251
|
T['io.flow.common.v0.models.organization_reference'] = PropTypes.exact({
|
|
24943
25252
|
discriminator: PropTypes.oneOf(['organization_reference']).isRequired,
|
|
24944
25253
|
id: PropTypes.string.isRequired,
|
|
25254
|
+
channel: T['io.flow.common.v0.models.channel_reference'],
|
|
24945
25255
|
});
|
|
24946
25256
|
|
|
24947
25257
|
T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
|
|
@@ -25012,6 +25322,8 @@ T['io.flow.shopify.markets.internal.event.v0.unions.shopify_markets_internal_eve
|
|
|
25012
25322
|
T['io.flow.shopify.markets.internal.event.v0.models.shopify_order_transaction_deleted'],
|
|
25013
25323
|
T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_upserted'],
|
|
25014
25324
|
T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_deleted'],
|
|
25325
|
+
T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_upserted'],
|
|
25326
|
+
T['io.flow.shopify.markets.internal.event.v0.models.shopify_merchant_markets_deleted'],
|
|
25015
25327
|
]);
|
|
25016
25328
|
|
|
25017
25329
|
T['io.flow.export.v0.models.marketing_feeds_export_type'] = PropTypes.exact({
|
|
@@ -25103,7 +25415,7 @@ T['io.flow.internal.v0.models.ratecard_internal_summary'] = PropTypes.exact({
|
|
|
25103
25415
|
number: PropTypes.string.isRequired,
|
|
25104
25416
|
});
|
|
25105
25417
|
|
|
25106
|
-
T['io.flow.internal.v0.models.
|
|
25418
|
+
T['io.flow.internal.v0.models.service_fees'] = PropTypes.exact({
|
|
25107
25419
|
ratecard: T['io.flow.internal.v0.models.ratecard_internal_summary'].isRequired,
|
|
25108
25420
|
service_fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
25109
25421
|
});
|
|
@@ -25139,6 +25451,7 @@ T['io.flow.common.v0.models.organization'] = PropTypes.exact({
|
|
|
25139
25451
|
created_at: PropTypes.string,
|
|
25140
25452
|
status: T['io.flow.common.v0.enums.organization_status'],
|
|
25141
25453
|
type: T['io.flow.common.v0.enums.organization_type'],
|
|
25454
|
+
channel: T['io.flow.common.v0.models.channel_reference'],
|
|
25142
25455
|
});
|
|
25143
25456
|
|
|
25144
25457
|
T['io.flow.organization.v0.models.organization_version'] = PropTypes.exact({
|
|
@@ -25877,6 +26190,36 @@ T['io.flow.consumer.invoice.v0.models.b2b_invoice'] = PropTypes.exact({
|
|
|
25877
26190
|
b2b_invoice_type: T['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'].isRequired,
|
|
25878
26191
|
});
|
|
25879
26192
|
|
|
26193
|
+
T['io.flow.consumer.invoice.v0.models.b2b_debit_note'] = PropTypes.exact({
|
|
26194
|
+
id: PropTypes.string.isRequired,
|
|
26195
|
+
number: PropTypes.string.isRequired,
|
|
26196
|
+
buyer: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
26197
|
+
seller: T['io.flow.common.v0.models.merchant_of_record_entity'].isRequired,
|
|
26198
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
26199
|
+
date: PropTypes.string.isRequired,
|
|
26200
|
+
key: PropTypes.string.isRequired,
|
|
26201
|
+
order: T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'].isRequired,
|
|
26202
|
+
center: T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'],
|
|
26203
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
26204
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
26205
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
26206
|
+
});
|
|
26207
|
+
|
|
26208
|
+
T['io.flow.consumer.invoice.v0.models.b2b_credit_note'] = PropTypes.exact({
|
|
26209
|
+
id: PropTypes.string.isRequired,
|
|
26210
|
+
number: PropTypes.string.isRequired,
|
|
26211
|
+
status: T['io.flow.consumer.invoice.v0.enums.consumer_invoice_status'].isRequired,
|
|
26212
|
+
date: PropTypes.string.isRequired,
|
|
26213
|
+
key: PropTypes.string.isRequired,
|
|
26214
|
+
debit_note: T['io.flow.consumer.invoice.v0.models.b2b_debit_note_reference'].isRequired,
|
|
26215
|
+
order: T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'],
|
|
26216
|
+
center: T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'],
|
|
26217
|
+
lines: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.unions.consumer_invoice_line']).isRequired,
|
|
26218
|
+
documents: PropTypes.arrayOf(T['io.flow.consumer.invoice.v0.models.consumer_invoice_document']).isRequired,
|
|
26219
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
26220
|
+
voids_b2b_debit_note: PropTypes.bool,
|
|
26221
|
+
});
|
|
26222
|
+
|
|
25880
26223
|
T['io.flow.consumer.invoice.v0.models.b2b_credit_memo'] = PropTypes.exact({
|
|
25881
26224
|
id: PropTypes.string.isRequired,
|
|
25882
26225
|
number: PropTypes.string.isRequired,
|
|
@@ -26356,6 +26699,13 @@ T['io.flow.internal.v0.models.mahesh_item'] = PropTypes.exact({
|
|
|
26356
26699
|
added_on: PropTypes.string.isRequired,
|
|
26357
26700
|
});
|
|
26358
26701
|
|
|
26702
|
+
T['io.flow.internal.v0.models.mahesh_item_upserted'] = PropTypes.exact({
|
|
26703
|
+
discriminator: PropTypes.oneOf(['mahesh_item_upserted']).isRequired,
|
|
26704
|
+
event_id: PropTypes.string.isRequired,
|
|
26705
|
+
timestamp: PropTypes.string.isRequired,
|
|
26706
|
+
item: T['io.flow.internal.v0.models.mahesh_item'].isRequired,
|
|
26707
|
+
});
|
|
26708
|
+
|
|
26359
26709
|
T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
|
|
26360
26710
|
id: PropTypes.string.isRequired,
|
|
26361
26711
|
description: PropTypes.string.isRequired,
|
|
@@ -26457,6 +26807,7 @@ T['io.flow.internal.v0.models.fees'] = PropTypes.exact({
|
|
|
26457
26807
|
transfer: T['io.flow.internal.v0.models.fee'],
|
|
26458
26808
|
negative_balance: T['io.flow.internal.v0.models.fee'],
|
|
26459
26809
|
sp: T['io.flow.internal.v0.models.fee'],
|
|
26810
|
+
revenue_share: T['io.flow.internal.v0.models.fee'],
|
|
26460
26811
|
});
|
|
26461
26812
|
|
|
26462
26813
|
T['io.flow.internal.v0.models.next_billing_statement'] = PropTypes.exact({
|
|
@@ -26524,6 +26875,7 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
26524
26875
|
b2b_fee_mor_tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
26525
26876
|
b2b_fee_shipping_tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
26526
26877
|
flat_rate_label: T['io.flow.common.v0.models.price'].isRequired,
|
|
26878
|
+
flat_rate_label_subsidy: T['io.flow.common.v0.models.price'].isRequired,
|
|
26527
26879
|
});
|
|
26528
26880
|
|
|
26529
26881
|
T['io.flow.internal.v0.models.organization_billing_statement'] = PropTypes.exact({
|
|
@@ -26575,6 +26927,8 @@ T['io.flow.internal.v0.models.bank_payment'] = PropTypes.exact({
|
|
|
26575
26927
|
expected_delivery_by: PropTypes.string,
|
|
26576
26928
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
26577
26929
|
total: T['io.flow.common.v0.models.price'].isRequired,
|
|
26930
|
+
created_at: PropTypes.string,
|
|
26931
|
+
failed_on: PropTypes.string,
|
|
26578
26932
|
});
|
|
26579
26933
|
|
|
26580
26934
|
T['io.flow.internal.v0.models.bank_payment_upserted_v2'] = PropTypes.exact({
|
|
@@ -27748,6 +28102,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
27748
28102
|
'b2b_fee_mor_tax',
|
|
27749
28103
|
'b2b_fee_shipping_tax',
|
|
27750
28104
|
'flat_rate_label',
|
|
28105
|
+
'flat_rate_label_subsidy',
|
|
27751
28106
|
]);
|
|
27752
28107
|
|
|
27753
28108
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -28023,6 +28378,7 @@ T['io.flow.internal.v0.models.main_transaction'] = PropTypes.exact({
|
|
|
28023
28378
|
channel_statement: T['io.flow.internal.v0.models.billing_statement_reference'],
|
|
28024
28379
|
created_at: PropTypes.string.isRequired,
|
|
28025
28380
|
original_at: PropTypes.string,
|
|
28381
|
+
payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
|
|
28026
28382
|
});
|
|
28027
28383
|
|
|
28028
28384
|
T['io.flow.internal.v0.models.main_transaction_upserted_v2'] = PropTypes.exact({
|
|
@@ -28469,6 +28825,10 @@ T['io.flow.internal.v0.models.fraud_review_authorization_decision_upserted'] = P
|
|
|
28469
28825
|
});
|
|
28470
28826
|
|
|
28471
28827
|
T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
28828
|
+
T['io.flow.internal.v0.models.adaptive_pricing_coefficient_upserted'],
|
|
28829
|
+
T['io.flow.internal.v0.models.adaptive_pricing_coefficient_deleted'],
|
|
28830
|
+
T['io.flow.internal.v0.models.adaptive_pricing_update_upserted'],
|
|
28831
|
+
T['io.flow.internal.v0.models.adaptive_pricing_update_deleted'],
|
|
28472
28832
|
T['io.flow.internal.v0.models.adaptive_shipping_rate_upserted'],
|
|
28473
28833
|
T['io.flow.internal.v0.models.adaptive_shipping_rate_deleted'],
|
|
28474
28834
|
T['io.flow.internal.v0.models.adyen_authorization_deleted'],
|
|
@@ -28535,6 +28895,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28535
28895
|
T['io.flow.internal.v0.models.revenue_record_deleted'],
|
|
28536
28896
|
T['io.flow.internal.v0.models.other_record_upserted'],
|
|
28537
28897
|
T['io.flow.internal.v0.models.other_record_deleted'],
|
|
28898
|
+
T['io.flow.internal.v0.models.sales_payment_record_upserted'],
|
|
28899
|
+
T['io.flow.internal.v0.models.sales_payment_record_deleted'],
|
|
28538
28900
|
T['io.flow.internal.v0.models.calculator_organization_settings_upserted'],
|
|
28539
28901
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
28540
28902
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
@@ -28641,6 +29003,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28641
29003
|
T['io.flow.internal.v0.models.fulfillment_fallbacks_deleted'],
|
|
28642
29004
|
T['io.flow.internal.v0.models.quote_upserted'],
|
|
28643
29005
|
T['io.flow.internal.v0.models.quote_deleted'],
|
|
29006
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'],
|
|
29007
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'],
|
|
28644
29008
|
T['io.flow.internal.v0.models.all_items_export'],
|
|
28645
29009
|
T['io.flow.internal.v0.models.harmonized_items_hs6_export'],
|
|
28646
29010
|
T['io.flow.internal.v0.models.unharmonized_items_export'],
|
|
@@ -28745,7 +29109,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28745
29109
|
T['io.flow.internal.v0.models.order_rates_published_v3'],
|
|
28746
29110
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'],
|
|
28747
29111
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'],
|
|
28748
|
-
T['io.flow.internal.v0.models.ratecard_lanes_import_request'],
|
|
28749
29112
|
T['io.flow.internal.v0.models.ratecard_service_fee_upserted'],
|
|
28750
29113
|
T['io.flow.internal.v0.models.ratecard_service_fee_deleted'],
|
|
28751
29114
|
T['io.flow.internal.v0.models.ratecard_rate_level_upserted'],
|
|
@@ -28807,6 +29170,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28807
29170
|
T['io.flow.internal.v0.models.shopify_order_transaction_deleted'],
|
|
28808
29171
|
T['io.flow.internal.v0.models.shopify_test_order_upserted'],
|
|
28809
29172
|
T['io.flow.internal.v0.models.shopify_test_order_deleted'],
|
|
29173
|
+
T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'],
|
|
29174
|
+
T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'],
|
|
28810
29175
|
T['io.flow.internal.v0.models.shopify_product_create_upserted'],
|
|
28811
29176
|
T['io.flow.internal.v0.models.shopify_product_create_deleted'],
|
|
28812
29177
|
T['io.flow.internal.v0.models.shopify_product_update_upserted'],
|
|
@@ -28853,6 +29218,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28853
29218
|
T['io.flow.internal.v0.models.bojana_item_deleted'],
|
|
28854
29219
|
T['io.flow.internal.v0.models.raveena_item_upserted'],
|
|
28855
29220
|
T['io.flow.internal.v0.models.raveena_item_deleted'],
|
|
29221
|
+
T['io.flow.internal.v0.models.mahesh_item_upserted'],
|
|
29222
|
+
T['io.flow.internal.v0.models.mahesh_item_deleted'],
|
|
28856
29223
|
T['io.flow.internal.v0.models.tracking_processing_error_upserted'],
|
|
28857
29224
|
T['io.flow.internal.v0.models.tracking_processing_error_deleted'],
|
|
28858
29225
|
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'],
|
|
@@ -29039,6 +29406,10 @@ T['io.flow.internal.v0.enums.duty_exempt_item_types'] = PropTypes.oneOf(['gift_c
|
|
|
29039
29406
|
T['io.flow.internal.v0.enums.duty_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'duty', 'refund']);
|
|
29040
29407
|
|
|
29041
29408
|
T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
29409
|
+
'adaptive_pricing_coefficient_upserted',
|
|
29410
|
+
'adaptive_pricing_coefficient_deleted',
|
|
29411
|
+
'adaptive_pricing_update_upserted',
|
|
29412
|
+
'adaptive_pricing_update_deleted',
|
|
29042
29413
|
'adaptive_shipping_rate_upserted',
|
|
29043
29414
|
'adaptive_shipping_rate_deleted',
|
|
29044
29415
|
'adyen_authorization_deleted',
|
|
@@ -29105,6 +29476,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29105
29476
|
'revenue_record_deleted',
|
|
29106
29477
|
'other_record_upserted',
|
|
29107
29478
|
'other_record_deleted',
|
|
29479
|
+
'sales_payment_record_upserted',
|
|
29480
|
+
'sales_payment_record_deleted',
|
|
29108
29481
|
'calculator_organization_settings_upserted',
|
|
29109
29482
|
'calculator_organization_settings_deleted',
|
|
29110
29483
|
'carrier_account_upserted_v2',
|
|
@@ -29211,6 +29584,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29211
29584
|
'fulfillment_fallbacks_deleted',
|
|
29212
29585
|
'quote_upserted',
|
|
29213
29586
|
'quote_deleted',
|
|
29587
|
+
'guaranteed_shipping_published_output_upserted',
|
|
29588
|
+
'guaranteed_shipping_published_output_deleted',
|
|
29214
29589
|
'all_items_export',
|
|
29215
29590
|
'harmonized_items_hs6_export',
|
|
29216
29591
|
'unharmonized_items_export',
|
|
@@ -29315,7 +29690,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29315
29690
|
'order_rates_published_v3',
|
|
29316
29691
|
'ratecard_dimension_estimate_upserted',
|
|
29317
29692
|
'ratecard_dimension_estimate_deleted',
|
|
29318
|
-
'ratecard_lanes_import_request',
|
|
29319
29693
|
'ratecard_service_fee_upserted',
|
|
29320
29694
|
'ratecard_service_fee_deleted',
|
|
29321
29695
|
'ratecard_rate_level_upserted',
|
|
@@ -29377,6 +29751,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29377
29751
|
'shopify_order_transaction_deleted',
|
|
29378
29752
|
'shopify_test_order_upserted',
|
|
29379
29753
|
'shopify_test_order_deleted',
|
|
29754
|
+
'shopify_merchant_markets_upserted',
|
|
29755
|
+
'shopify_merchant_markets_deleted',
|
|
29380
29756
|
'shopify_product_create_upserted',
|
|
29381
29757
|
'shopify_product_create_deleted',
|
|
29382
29758
|
'shopify_product_update_upserted',
|
|
@@ -29423,6 +29799,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29423
29799
|
'bojana_item_deleted',
|
|
29424
29800
|
'raveena_item_upserted',
|
|
29425
29801
|
'raveena_item_deleted',
|
|
29802
|
+
'mahesh_item_upserted',
|
|
29803
|
+
'mahesh_item_deleted',
|
|
29426
29804
|
'tracking_processing_error_upserted',
|
|
29427
29805
|
'tracking_processing_error_deleted',
|
|
29428
29806
|
'tracking_label_event_upserted_v2',
|
|
@@ -29445,7 +29823,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29445
29823
|
'user_deleted_v2',
|
|
29446
29824
|
]);
|
|
29447
29825
|
|
|
29448
|
-
T['io.flow.internal.v0.enums.
|
|
29826
|
+
T['io.flow.internal.v0.enums.flat_rate_label_guarantee_status'] = PropTypes.oneOf(['active', 'void']);
|
|
29827
|
+
T['io.flow.internal.v0.enums.flat_rate_label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee', 'subsidy']);
|
|
29449
29828
|
T['io.flow.internal.v0.enums.ge_ingestion_file_status'] = PropTypes.oneOf(['pending', 'processed']);
|
|
29450
29829
|
T['io.flow.internal.v0.enums.ge_revenue_share_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'revenue_share']);
|
|
29451
29830
|
|
|
@@ -29524,6 +29903,8 @@ T['io.flow.internal.v0.enums.restriction_organization_channel'] = PropTypes.oneO
|
|
|
29524
29903
|
'shopify-sandbox',
|
|
29525
29904
|
'enterprise-sandbox',
|
|
29526
29905
|
'enterprise-qa',
|
|
29906
|
+
'globale',
|
|
29907
|
+
'globale-sandbox',
|
|
29527
29908
|
'cafe24',
|
|
29528
29909
|
'cafe24-sandbox',
|
|
29529
29910
|
]);
|
|
@@ -30279,6 +30660,10 @@ T['io.flow.internal.v0.models.report_summary'] = PropTypes.exact({
|
|
|
30279
30660
|
task_id: PropTypes.string.isRequired,
|
|
30280
30661
|
});
|
|
30281
30662
|
|
|
30663
|
+
T['io.flow.internal.v0.models.reporting_usd'] = PropTypes.exact({
|
|
30664
|
+
usd: PropTypes.number.isRequired,
|
|
30665
|
+
});
|
|
30666
|
+
|
|
30282
30667
|
T['io.flow.internal.v0.models.requeue_request_form'] = PropTypes.exact({
|
|
30283
30668
|
product_ids: PropTypes.arrayOf(PropTypes.string),
|
|
30284
30669
|
hs6_codes: PropTypes.arrayOf(PropTypes.string),
|
|
@@ -31618,6 +32003,21 @@ T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector'] = PropTypes.on
|
|
|
31618
32003
|
'other',
|
|
31619
32004
|
]);
|
|
31620
32005
|
|
|
32006
|
+
T['io.flow.catalog.v0.enums.cpsc_attribute'] = PropTypes.oneOf([
|
|
32007
|
+
'certification_id',
|
|
32008
|
+
'citation_codes',
|
|
32009
|
+
'manufactured_date',
|
|
32010
|
+
'manufactured_location',
|
|
32011
|
+
'product_test_date',
|
|
32012
|
+
'test_lab_name',
|
|
32013
|
+
'point_of_contact',
|
|
32014
|
+
'certification_version',
|
|
32015
|
+
'certification_product_id',
|
|
32016
|
+
'certificate_type',
|
|
32017
|
+
'lab_type',
|
|
32018
|
+
'taxonomy_reference',
|
|
32019
|
+
]);
|
|
32020
|
+
|
|
31621
32021
|
T['io.flow.catalog.v0.enums.fulfillment_method_type'] = PropTypes.oneOf(['fulfillment_method']);
|
|
31622
32022
|
T['io.flow.catalog.v0.enums.taxability_type'] = PropTypes.oneOf(['tax_rule']);
|
|
31623
32023
|
T['io.flow.catalog.v0.enums.taxability_value'] = PropTypes.oneOf(['exempt']);
|
|
@@ -31750,6 +32150,7 @@ T['io.flow.organization.v0.models.organization_tax_registration_form'] = PropTyp
|
|
|
31750
32150
|
province: PropTypes.string,
|
|
31751
32151
|
self_billing_agreement_effective_at: PropTypes.string.isRequired,
|
|
31752
32152
|
self_billing_agreement_expires_at: PropTypes.string,
|
|
32153
|
+
legal_name: PropTypes.string,
|
|
31753
32154
|
});
|
|
31754
32155
|
|
|
31755
32156
|
export const acceptance = T['io.flow.internal.v0.models.acceptance'];
|
|
@@ -31788,6 +32189,13 @@ export const accountUpsertedV2 = T['io.flow.internal.v0.models.account_upserted_
|
|
|
31788
32189
|
export const accountingPendingOrderMetadata = T['io.flow.internal.v0.models.accounting_pending_order_metadata'];
|
|
31789
32190
|
export const accountingReturnMetadata = T['io.flow.internal.v0.models.accounting_return_metadata'];
|
|
31790
32191
|
export const actionQuantity = T['io.flow.internal.v0.models.action_quantity'];
|
|
32192
|
+
export const adaptivePricingCoefficient = T['io.flow.internal.v0.models.adaptive_pricing_coefficient'];
|
|
32193
|
+
export const adaptivePricingCoefficientDeleted = T['io.flow.internal.v0.models.adaptive_pricing_coefficient_deleted'];
|
|
32194
|
+
export const adaptivePricingCoefficientUpserted = T['io.flow.internal.v0.models.adaptive_pricing_coefficient_upserted'];
|
|
32195
|
+
export const adaptivePricingDestinationUpdate = T['io.flow.internal.v0.models.adaptive_pricing_destination_update'];
|
|
32196
|
+
export const adaptivePricingUpdate = T['io.flow.internal.v0.models.adaptive_pricing_update'];
|
|
32197
|
+
export const adaptivePricingUpdateDeleted = T['io.flow.internal.v0.models.adaptive_pricing_update_deleted'];
|
|
32198
|
+
export const adaptivePricingUpdateUpserted = T['io.flow.internal.v0.models.adaptive_pricing_update_upserted'];
|
|
31791
32199
|
export const adaptiveShippingOrderGuarantee = T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee'];
|
|
31792
32200
|
export const adaptiveShippingOrderGuaranteeDeleted = T['io.flow.internal.v0.models.adaptive_shipping_order_guarantee_deleted'];
|
|
31793
32201
|
export const adaptiveShippingOrderGuaranteeState = T['io.flow.internal.v0.enums.adaptive_shipping_order_guarantee_state'];
|
|
@@ -32198,6 +32606,16 @@ export const consoleLabelRequestForm = T['io.flow.internal.v0.models.console_lab
|
|
|
32198
32606
|
export const consoleLabelValidationForm = T['io.flow.internal.v0.unions.console_label_validation_form'];
|
|
32199
32607
|
export const consoleMarkUnresolvableForm = T['io.flow.internal.v0.models.console_mark_unresolvable_form'];
|
|
32200
32608
|
export const courthouseProductSummary = T['io.flow.internal.v0.models.courthouse_product_summary'];
|
|
32609
|
+
export const cpscCertificateType = T['io.flow.internal.v0.enums.cpsc_certificate_type'];
|
|
32610
|
+
export const cpscFileType = T['io.flow.internal.v0.enums.cpsc_file_type'];
|
|
32611
|
+
export const cpscLabType = T['io.flow.internal.v0.enums.cpsc_lab_type'];
|
|
32612
|
+
export const cpscLotNumberAssignedBy = T['io.flow.internal.v0.enums.cpsc_lot_number_assigned_by'];
|
|
32613
|
+
export const cpscPointOfContactType = T['io.flow.internal.v0.enums.cpsc_point_of_contact_type'];
|
|
32614
|
+
export const cpscPrimaryProductIdType = T['io.flow.internal.v0.enums.cpsc_primary_product_id_type'];
|
|
32615
|
+
export const cpscProductRegistration = T['io.flow.internal.v0.models.cpsc_product_registration'];
|
|
32616
|
+
export const cpscQueueEnvelope = T['io.flow.internal.v0.models.cpsc_queue_envelope'];
|
|
32617
|
+
export const cpscQueueMessage = T['io.flow.internal.v0.models.cpsc_queue_message'];
|
|
32618
|
+
export const cpscYesNo = T['io.flow.internal.v0.enums.cpsc_yes_no'];
|
|
32201
32619
|
export const crossdockTrackingStatus = T['io.flow.internal.v0.enums.crossdock_tracking_status'];
|
|
32202
32620
|
export const cryptoAccount = T['io.flow.internal.v0.models.crypto_account'];
|
|
32203
32621
|
export const cryptoAccountModificationForm = T['io.flow.internal.v0.models.crypto_account_modification_form'];
|
|
@@ -32423,6 +32841,7 @@ export const fiservMerchant = T['io.flow.internal.v0.models.fiserv_merchant'];
|
|
|
32423
32841
|
export const fiservMerchantModificationForm = T['io.flow.internal.v0.models.fiserv_merchant_modification_form'];
|
|
32424
32842
|
export const fiservMerchantPutForm = T['io.flow.internal.v0.models.fiserv_merchant_put_form'];
|
|
32425
32843
|
export const flatRate = T['io.flow.internal.v0.models.flat_rate'];
|
|
32844
|
+
export const flatRateLabelGuaranteeStatus = T['io.flow.internal.v0.enums.flat_rate_label_guarantee_status'];
|
|
32426
32845
|
export const flatRateLabelReversal = T['io.flow.internal.v0.models.flat_rate_label_reversal'];
|
|
32427
32846
|
export const flatRateLabelReversalDeleted = T['io.flow.internal.v0.models.flat_rate_label_reversal_deleted'];
|
|
32428
32847
|
export const flatRateLabelReversalUpserted = T['io.flow.internal.v0.models.flat_rate_label_reversal_upserted'];
|
|
@@ -32532,6 +32951,9 @@ export const googleShoppingAccountParameters = T['io.flow.internal.v0.models.goo
|
|
|
32532
32951
|
export const googleShoppingSetting = T['io.flow.internal.v0.models.google_shopping_setting'];
|
|
32533
32952
|
export const googleTagManager = T['io.flow.internal.v0.models.google_tag_manager'];
|
|
32534
32953
|
export const graphqlServiceTypes = T['io.flow.internal.v0.enums.graphql_service_types'];
|
|
32954
|
+
export const guaranteedShippingPublishedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_published_output'];
|
|
32955
|
+
export const guaranteedShippingPublishedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'];
|
|
32956
|
+
export const guaranteedShippingPublishedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'];
|
|
32535
32957
|
export const harmonizationClassificationStatisticsData = T['io.flow.internal.v0.models.harmonization_classification_statistics_data'];
|
|
32536
32958
|
export const harmonizationClassificationStatisticsPublished = T['io.flow.internal.v0.models.harmonization_classification_statistics_published'];
|
|
32537
32959
|
export const harmonizationCodesImport = T['io.flow.internal.v0.models.harmonization_codes_import'];
|
|
@@ -32701,8 +33123,10 @@ export const loyaltyProgramMessage = T['io.flow.internal.v0.models.loyalty_progr
|
|
|
32701
33123
|
export const loyaltyProgramReward = T['io.flow.internal.v0.models.loyalty_program_reward'];
|
|
32702
33124
|
export const loyaltyProgramRewards = T['io.flow.internal.v0.models.loyalty_program_rewards'];
|
|
32703
33125
|
export const maheshItem = T['io.flow.internal.v0.models.mahesh_item'];
|
|
33126
|
+
export const maheshItemDeleted = T['io.flow.internal.v0.models.mahesh_item_deleted'];
|
|
32704
33127
|
export const maheshItemForm = T['io.flow.internal.v0.models.mahesh_item_form'];
|
|
32705
33128
|
export const maheshItemType = T['io.flow.internal.v0.enums.mahesh_item_type'];
|
|
33129
|
+
export const maheshItemUpserted = T['io.flow.internal.v0.models.mahesh_item_upserted'];
|
|
32706
33130
|
export const mailClass = T['io.flow.internal.v0.enums.mail_class'];
|
|
32707
33131
|
export const mainTransaction = T['io.flow.internal.v0.models.main_transaction'];
|
|
32708
33132
|
export const mainTransactionDeleted = T['io.flow.internal.v0.models.main_transaction_deleted'];
|
|
@@ -33115,7 +33539,6 @@ export const ratecardDimensionEstimateDeleted = T['io.flow.internal.v0.models.ra
|
|
|
33115
33539
|
export const ratecardDimensionEstimateUpserted = T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'];
|
|
33116
33540
|
export const ratecardInternalServiceFee = T['io.flow.internal.v0.models.ratecard_internal_service_fee'];
|
|
33117
33541
|
export const ratecardInternalSummary = T['io.flow.internal.v0.models.ratecard_internal_summary'];
|
|
33118
|
-
export const ratecardLanesImportRequest = T['io.flow.internal.v0.models.ratecard_lanes_import_request'];
|
|
33119
33542
|
export const ratecardRateLevelDeleted = T['io.flow.internal.v0.models.ratecard_rate_level_deleted'];
|
|
33120
33543
|
export const ratecardRateLevelOrganizationDeleted = T['io.flow.internal.v0.models.ratecard_rate_level_organization_deleted'];
|
|
33121
33544
|
export const ratecardRateLevelOrganizationUpserted = T['io.flow.internal.v0.models.ratecard_rate_level_organization_upserted'];
|
|
@@ -33124,8 +33547,6 @@ export const ratecardRateLevelRatecardUpserted = T['io.flow.internal.v0.models.r
|
|
|
33124
33547
|
export const ratecardRateLevelUpserted = T['io.flow.internal.v0.models.ratecard_rate_level_upserted'];
|
|
33125
33548
|
export const ratecardServiceFeeDeleted = T['io.flow.internal.v0.models.ratecard_service_fee_deleted'];
|
|
33126
33549
|
export const ratecardServiceFeeUpserted = T['io.flow.internal.v0.models.ratecard_service_fee_upserted'];
|
|
33127
|
-
export const ratecardServiceFeesOverride = T['io.flow.internal.v0.models.ratecard_service_fees_override'];
|
|
33128
|
-
export const ratecardServiceFeesOverrideForm = T['io.flow.internal.v0.models.ratecard_service_fees_override_form'];
|
|
33129
33550
|
export const ratesChanged = T['io.flow.internal.v0.models.rates_changed'];
|
|
33130
33551
|
export const ratesNamesSummary = T['io.flow.internal.v0.models.rates_names_summary'];
|
|
33131
33552
|
export const raveenaItem = T['io.flow.internal.v0.models.raveena_item'];
|
|
@@ -33174,11 +33595,15 @@ export const reportingDebugMissingSubsidies = T['io.flow.internal.v0.models.repo
|
|
|
33174
33595
|
export const reportingDestination = T['io.flow.internal.v0.models.reporting_destination'];
|
|
33175
33596
|
export const reportingDetails = T['io.flow.internal.v0.models.reporting_details'];
|
|
33176
33597
|
export const reportingFees = T['io.flow.internal.v0.models.reporting_fees'];
|
|
33598
|
+
export const reportingFreight = T['io.flow.internal.v0.models.reporting_freight'];
|
|
33599
|
+
export const reportingFreightGuaranteed = T['io.flow.internal.v0.models.reporting_freight_guaranteed'];
|
|
33600
|
+
export const reportingFreightSubsidy = T['io.flow.internal.v0.models.reporting_freight_subsidy'];
|
|
33177
33601
|
export const reportingFulfillment = T['io.flow.internal.v0.models.reporting_fulfillment'];
|
|
33178
33602
|
export const reportingFulfillmentHas = T['io.flow.internal.v0.models.reporting_fulfillment_has'];
|
|
33179
33603
|
export const reportingFulfillmentIs = T['io.flow.internal.v0.models.reporting_fulfillment_is'];
|
|
33180
33604
|
export const reportingFulfillmentIsVirtual = T['io.flow.internal.v0.enums.reporting_fulfillment_is_virtual'];
|
|
33181
33605
|
export const reportingFx = T['io.flow.internal.v0.models.reporting_fx'];
|
|
33606
|
+
export const reportingFxValue = T['io.flow.internal.v0.models.reporting_fx_value'];
|
|
33182
33607
|
export const reportingMerchantBreakdown = T['io.flow.internal.v0.models.reporting_merchant_breakdown'];
|
|
33183
33608
|
export const reportingMerchantFees = T['io.flow.internal.v0.models.reporting_merchant_fees'];
|
|
33184
33609
|
export const reportingMerchantFreight = T['io.flow.internal.v0.models.reporting_merchant_freight'];
|
|
@@ -33289,6 +33714,8 @@ export const routingEntity = T['io.flow.internal.v0.unions.routing_entity'];
|
|
|
33289
33714
|
export const routingMerchant = T['io.flow.internal.v0.models.routing_merchant'];
|
|
33290
33715
|
export const routingProcessor = T['io.flow.internal.v0.models.routing_processor'];
|
|
33291
33716
|
export const salesPaymentRecord = T['io.flow.internal.v0.models.sales_payment_record'];
|
|
33717
|
+
export const salesPaymentRecordDeleted = T['io.flow.internal.v0.models.sales_payment_record_deleted'];
|
|
33718
|
+
export const salesPaymentRecordUpserted = T['io.flow.internal.v0.models.sales_payment_record_upserted'];
|
|
33292
33719
|
export const sandboxSetup = T['io.flow.internal.v0.models.sandbox_setup'];
|
|
33293
33720
|
export const sandboxSetupForm = T['io.flow.internal.v0.models.sandbox_setup_form'];
|
|
33294
33721
|
export const scheduledPayment = T['io.flow.internal.v0.models.scheduled_payment'];
|
|
@@ -33308,6 +33735,8 @@ export const sellabilityCheckResult = T['io.flow.internal.v0.models.sellability_
|
|
|
33308
33735
|
export const sellabilityCheckStatus = T['io.flow.internal.v0.enums.sellability_check_status'];
|
|
33309
33736
|
export const sellabilityInternalMatchType = T['io.flow.internal.v0.enums.sellability_internal_match_type'];
|
|
33310
33737
|
export const sellabilityStatus = T['io.flow.internal.v0.enums.sellability_status'];
|
|
33738
|
+
export const serviceFees = T['io.flow.internal.v0.models.service_fees'];
|
|
33739
|
+
export const serviceFeesForm = T['io.flow.internal.v0.models.service_fees_form'];
|
|
33311
33740
|
export const sessionOrderData = T['io.flow.internal.v0.models.session_order_data'];
|
|
33312
33741
|
export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
|
|
33313
33742
|
export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
|
|
@@ -33330,6 +33759,7 @@ export const shopifyChannelOrganizationToken = T['io.flow.internal.v0.models.sho
|
|
|
33330
33759
|
export const shopifyChannelOrganizationTokens = T['io.flow.internal.v0.models.shopify_channel_organization_tokens'];
|
|
33331
33760
|
export const shopifyChargeCode = T['io.flow.internal.v0.enums.shopify_charge_code'];
|
|
33332
33761
|
export const shopifyContactDetails = T['io.flow.internal.v0.models.shopify_contact_details'];
|
|
33762
|
+
export const shopifyCost = T['io.flow.internal.v0.models.shopify_cost'];
|
|
33333
33763
|
export const shopifyDeliveryMethodType = T['io.flow.internal.v0.enums.shopify_delivery_method_type'];
|
|
33334
33764
|
export const shopifyDimensionUnit = T['io.flow.internal.v0.enums.shopify_dimension_unit'];
|
|
33335
33765
|
export const shopifyDispute = T['io.flow.internal.v0.models.shopify_dispute'];
|
|
@@ -33387,6 +33817,10 @@ export const shopifyMarketsWebhookRegistration = T['io.flow.internal.v0.models.s
|
|
|
33387
33817
|
export const shopifyMarketsWebhookRegistrationDeleted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'];
|
|
33388
33818
|
export const shopifyMarketsWebhookRegistrationUpserted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'];
|
|
33389
33819
|
export const shopifyMeasurements = T['io.flow.internal.v0.models.shopify_measurements'];
|
|
33820
|
+
export const shopifyMerchantMarketCountry = T['io.flow.internal.v0.models.shopify_merchant_market_country'];
|
|
33821
|
+
export const shopifyMerchantMarkets = T['io.flow.internal.v0.models.shopify_merchant_markets'];
|
|
33822
|
+
export const shopifyMerchantMarketsDeleted = T['io.flow.internal.v0.models.shopify_merchant_markets_deleted'];
|
|
33823
|
+
export const shopifyMerchantMarketsUpserted = T['io.flow.internal.v0.models.shopify_merchant_markets_upserted'];
|
|
33390
33824
|
export const shopifyMerchantPlan = T['io.flow.internal.v0.models.shopify_merchant_plan'];
|
|
33391
33825
|
export const shopifyMerchantPlanDeleted = T['io.flow.internal.v0.models.shopify_merchant_plan_deleted'];
|
|
33392
33826
|
export const shopifyMerchantPlanUpserted = T['io.flow.internal.v0.models.shopify_merchant_plan_upserted'];
|
|
@@ -33454,7 +33888,6 @@ export const shopifyShipmentRateRequest = T['io.flow.internal.v0.models.shopify_
|
|
|
33454
33888
|
export const shopifyShipmentRateResponse = T['io.flow.internal.v0.models.shopify_shipment_rate_response'];
|
|
33455
33889
|
export const shopifyShipmentRateShipment = T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'];
|
|
33456
33890
|
export const shopifyShipmentRateShipper = T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'];
|
|
33457
|
-
export const shopifyShipmentRateTotalCharges = T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'];
|
|
33458
33891
|
export const shopifyShipmentRateUnavailable = T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable'];
|
|
33459
33892
|
export const shopifyShippingLocation = T['io.flow.internal.v0.models.shopify_shipping_location'];
|
|
33460
33893
|
export const shopifyShopStatistics = T['io.flow.internal.v0.models.shopify_shop_statistics'];
|