@flowio/api-internal-prop-types 9.24.131 → 9.24.134
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 +454 -353
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +454 -353
- package/src/api-internal.js +642 -430
package/src/api-internal.js
CHANGED
|
@@ -70,11 +70,13 @@ T['io.flow.sellability.v0.enums.sellability_screening_mode'] = PropTypes.oneOf([
|
|
|
70
70
|
T['io.flow.sellability.v0.models.sellability_reason_with_regions'] = PropTypes.exact({
|
|
71
71
|
reason: PropTypes.string.isRequired,
|
|
72
72
|
regions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
73
|
+
review_status: PropTypes.string,
|
|
73
74
|
});
|
|
74
75
|
|
|
75
76
|
T['io.flow.sellability.v0.models.sellability_needs_action_attributes'] = PropTypes.exact({
|
|
76
77
|
reason_code: PropTypes.string.isRequired,
|
|
77
78
|
category_metafield_handles: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
79
|
+
category_metafield_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
78
80
|
require_msds: PropTypes.bool,
|
|
79
81
|
});
|
|
80
82
|
|
|
@@ -106,6 +108,18 @@ T['io.flow.organization.onboarding.state.v0.enums.merchant_disabled_reason'] = P
|
|
|
106
108
|
T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'] = PropTypes.oneOf(['final', 'pending']);
|
|
107
109
|
T['io.flow.catalog.return.v0.enums.return_policy_state'] = PropTypes.oneOf(['current', 'deleting', 'updating']);
|
|
108
110
|
|
|
111
|
+
T['io.flow.harmonization.v0.models.harmonization_tariff_code'] = PropTypes.exact({
|
|
112
|
+
tariff_code: PropTypes.string.isRequired,
|
|
113
|
+
destination: PropTypes.string.isRequired,
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
T['io.flow.harmonization.v0.models.tariff_codes'] = PropTypes.exact({
|
|
117
|
+
item_number: PropTypes.string.isRequired,
|
|
118
|
+
product_id: PropTypes.string.isRequired,
|
|
119
|
+
hs6_code: PropTypes.string.isRequired,
|
|
120
|
+
codes: PropTypes.arrayOf(T['io.flow.harmonization.v0.models.harmonization_tariff_code']).isRequired,
|
|
121
|
+
});
|
|
122
|
+
|
|
109
123
|
T['io.flow.billing.v0.models.bank_account_form_simple'] = PropTypes.exact({
|
|
110
124
|
discriminator: PropTypes.oneOf(['simple']).isRequired,
|
|
111
125
|
routing_number: PropTypes.string.isRequired,
|
|
@@ -154,12 +168,24 @@ T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'] = Pro
|
|
|
154
168
|
tracking_number: PropTypes.string.isRequired,
|
|
155
169
|
});
|
|
156
170
|
|
|
171
|
+
T['io.flow.billing.v0.models.transaction_metadata_merchant_fee_item'] = PropTypes.exact({
|
|
172
|
+
type: PropTypes.string.isRequired,
|
|
173
|
+
amount: PropTypes.number.isRequired,
|
|
174
|
+
local_amount: PropTypes.number,
|
|
175
|
+
description: PropTypes.string,
|
|
176
|
+
});
|
|
177
|
+
|
|
157
178
|
T['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'] = PropTypes.exact({
|
|
158
179
|
transaction_id: PropTypes.string.isRequired,
|
|
159
180
|
});
|
|
160
181
|
|
|
161
182
|
T['io.flow.billing.v0.enums.statement_status_code'] = PropTypes.oneOf(['scheduled', 'sent', 'failed']);
|
|
162
183
|
|
|
184
|
+
T['io.flow.billing.v0.models.transaction_metadata_merchant_fee'] = PropTypes.exact({
|
|
185
|
+
discriminator: PropTypes.oneOf(['merchant_fee']).isRequired,
|
|
186
|
+
items: PropTypes.arrayOf(T['io.flow.billing.v0.models.transaction_metadata_merchant_fee_item']).isRequired,
|
|
187
|
+
});
|
|
188
|
+
|
|
163
189
|
T['io.flow.billing.v0.models.transaction_metadata_payment_transaction'] = PropTypes.exact({
|
|
164
190
|
discriminator: PropTypes.oneOf(['payment_transaction']).isRequired,
|
|
165
191
|
id: PropTypes.string,
|
|
@@ -407,7 +433,7 @@ T['io.flow.inventory.v0.models.inventory_follow_ecommerce_platform'] = PropTypes
|
|
|
407
433
|
|
|
408
434
|
T['io.flow.inventory.v0.models.inventory_unlimited'] = PropTypes.exact({
|
|
409
435
|
discriminator: PropTypes.oneOf(['inventory_unlimited']).isRequired,
|
|
410
|
-
placeholder: PropTypes.string,
|
|
436
|
+
placeholder: PropTypes.string.isRequired,
|
|
411
437
|
});
|
|
412
438
|
|
|
413
439
|
T['io.flow.inventory.v0.models.inventory_stock'] = PropTypes.exact({
|
|
@@ -812,6 +838,12 @@ T['io.flow.ratecard.v0.models.ratecard_rate'] = PropTypes.exact({
|
|
|
812
838
|
weight: PropTypes.number.isRequired,
|
|
813
839
|
});
|
|
814
840
|
|
|
841
|
+
T['io.flow.ratecard.v0.models.ratecard_data'] = PropTypes.exact({
|
|
842
|
+
dhlParcelDistributionCenter: PropTypes.string,
|
|
843
|
+
glbeRatecardMetadataLaneIdentifier: PropTypes.string,
|
|
844
|
+
pickupCenter: PropTypes.string,
|
|
845
|
+
});
|
|
846
|
+
|
|
815
847
|
T['io.flow.label.v0.enums.commercial_invoice_mode'] = PropTypes.oneOf(['direct', 'indirect']);
|
|
816
848
|
|
|
817
849
|
T['io.flow.ratecard.v0.models.fuel_surcharge_percent'] = PropTypes.exact({
|
|
@@ -1353,6 +1385,7 @@ T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_shop_deleted
|
|
|
1353
1385
|
|
|
1354
1386
|
T['io.flow.shopify.markets.internal.v0.models.shopify_test_order'] = PropTypes.exact({
|
|
1355
1387
|
id: PropTypes.string.isRequired,
|
|
1388
|
+
submitted_at: PropTypes.string.isRequired,
|
|
1356
1389
|
});
|
|
1357
1390
|
|
|
1358
1391
|
T['io.flow.shopify.markets.internal.event.v0.models.shopify_test_order_upserted'] = PropTypes.exact({
|
|
@@ -1569,7 +1602,7 @@ T['io.flow.channel.internal.v0.models.channel_order_acceptance_failure'] = PropT
|
|
|
1569
1602
|
reason: PropTypes.string.isRequired,
|
|
1570
1603
|
});
|
|
1571
1604
|
|
|
1572
|
-
T['io.flow.order.price.v0.enums.order_price_fee_type'] = PropTypes.oneOf(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product']);
|
|
1605
|
+
T['io.flow.order.price.v0.enums.order_price_fee_type'] = PropTypes.oneOf(['service', 'fx', 'tax', 'duties', 'tax_and_duties', 'product', 'mor_tax']);
|
|
1573
1606
|
|
|
1574
1607
|
T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
|
|
1575
1608
|
'adjustment',
|
|
@@ -8275,25 +8308,6 @@ T['io.flow.merchant.onboarding.v0.models.monthly_average'] = PropTypes.exact({
|
|
|
8275
8308
|
number_transactions: PropTypes.number,
|
|
8276
8309
|
});
|
|
8277
8310
|
|
|
8278
|
-
T['io.flow.merchant.onboarding.v0.models.operations_contact'] = PropTypes.exact({
|
|
8279
|
-
company: PropTypes.string,
|
|
8280
|
-
email: PropTypes.string,
|
|
8281
|
-
phone: PropTypes.string,
|
|
8282
|
-
});
|
|
8283
|
-
|
|
8284
|
-
T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
8285
|
-
warehouse_address: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'].isRequired,
|
|
8286
|
-
warehouse_url: PropTypes.string,
|
|
8287
|
-
location: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'],
|
|
8288
|
-
|
|
8289
|
-
scheduled_pickups: PropTypes.arrayOf(
|
|
8290
|
-
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'],
|
|
8291
|
-
),
|
|
8292
|
-
|
|
8293
|
-
operations_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'].isRequired,
|
|
8294
|
-
center_id: PropTypes.string,
|
|
8295
|
-
});
|
|
8296
|
-
|
|
8297
8311
|
T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'] = PropTypes.exact({
|
|
8298
8312
|
name: PropTypes.string.isRequired,
|
|
8299
8313
|
dob: PropTypes.string.isRequired,
|
|
@@ -8594,57 +8608,15 @@ T['io.flow.internal.v0.models.tracking_processing_error_deleted'] = PropTypes.ex
|
|
|
8594
8608
|
id: PropTypes.string.isRequired,
|
|
8595
8609
|
});
|
|
8596
8610
|
|
|
8597
|
-
T['io.flow.internal.v0.models.
|
|
8598
|
-
discriminator: PropTypes.oneOf(['
|
|
8599
|
-
event_id: PropTypes.string.isRequired,
|
|
8600
|
-
timestamp: PropTypes.string.isRequired,
|
|
8601
|
-
id: PropTypes.string.isRequired,
|
|
8602
|
-
});
|
|
8603
|
-
|
|
8604
|
-
T['io.flow.internal.v0.models.ansh_item_deleted'] = PropTypes.exact({
|
|
8605
|
-
discriminator: PropTypes.oneOf(['ansh_item_deleted']).isRequired,
|
|
8606
|
-
event_id: PropTypes.string.isRequired,
|
|
8607
|
-
timestamp: PropTypes.string.isRequired,
|
|
8608
|
-
id: PropTypes.string.isRequired,
|
|
8609
|
-
});
|
|
8610
|
-
|
|
8611
|
-
T['io.flow.internal.v0.models.aldo_item_deleted'] = PropTypes.exact({
|
|
8612
|
-
discriminator: PropTypes.oneOf(['aldo_item_deleted']).isRequired,
|
|
8613
|
-
event_id: PropTypes.string.isRequired,
|
|
8614
|
-
timestamp: PropTypes.string.isRequired,
|
|
8615
|
-
id: PropTypes.string.isRequired,
|
|
8616
|
-
});
|
|
8617
|
-
|
|
8618
|
-
T['io.flow.internal.v0.models.rohan_item_deleted'] = PropTypes.exact({
|
|
8619
|
-
discriminator: PropTypes.oneOf(['rohan_item_deleted']).isRequired,
|
|
8620
|
-
event_id: PropTypes.string.isRequired,
|
|
8621
|
-
timestamp: PropTypes.string.isRequired,
|
|
8622
|
-
id: PropTypes.string.isRequired,
|
|
8623
|
-
});
|
|
8624
|
-
|
|
8625
|
-
T['io.flow.internal.v0.models.niall_item_deleted'] = PropTypes.exact({
|
|
8626
|
-
discriminator: PropTypes.oneOf(['niall_item_deleted']).isRequired,
|
|
8627
|
-
event_id: PropTypes.string.isRequired,
|
|
8628
|
-
timestamp: PropTypes.string.isRequired,
|
|
8629
|
-
id: PropTypes.string.isRequired,
|
|
8630
|
-
});
|
|
8631
|
-
|
|
8632
|
-
T['io.flow.internal.v0.models.hosein_item_deleted'] = PropTypes.exact({
|
|
8633
|
-
discriminator: PropTypes.oneOf(['hosein_item_deleted']).isRequired,
|
|
8634
|
-
event_id: PropTypes.string.isRequired,
|
|
8635
|
-
timestamp: PropTypes.string.isRequired,
|
|
8636
|
-
id: PropTypes.string.isRequired,
|
|
8637
|
-
});
|
|
8638
|
-
|
|
8639
|
-
T['io.flow.internal.v0.models.sarvesh_item_deleted'] = PropTypes.exact({
|
|
8640
|
-
discriminator: PropTypes.oneOf(['sarvesh_item_deleted']).isRequired,
|
|
8611
|
+
T['io.flow.internal.v0.models.chenglin_item_deleted'] = PropTypes.exact({
|
|
8612
|
+
discriminator: PropTypes.oneOf(['chenglin_item_deleted']).isRequired,
|
|
8641
8613
|
event_id: PropTypes.string.isRequired,
|
|
8642
8614
|
timestamp: PropTypes.string.isRequired,
|
|
8643
8615
|
id: PropTypes.string.isRequired,
|
|
8644
8616
|
});
|
|
8645
8617
|
|
|
8646
|
-
T['io.flow.internal.v0.models.
|
|
8647
|
-
discriminator: PropTypes.oneOf(['
|
|
8618
|
+
T['io.flow.internal.v0.models.gabriel_item_deleted'] = PropTypes.exact({
|
|
8619
|
+
discriminator: PropTypes.oneOf(['gabriel_item_deleted']).isRequired,
|
|
8648
8620
|
event_id: PropTypes.string.isRequired,
|
|
8649
8621
|
timestamp: PropTypes.string.isRequired,
|
|
8650
8622
|
id: PropTypes.string.isRequired,
|
|
@@ -8910,6 +8882,13 @@ T['io.flow.internal.v0.models.ratecard_standard_configuration_deleted'] = PropTy
|
|
|
8910
8882
|
id: PropTypes.string.isRequired,
|
|
8911
8883
|
});
|
|
8912
8884
|
|
|
8885
|
+
T['io.flow.internal.v0.models.product_sellability_result_deleted'] = PropTypes.exact({
|
|
8886
|
+
discriminator: PropTypes.oneOf(['product_sellability_result_deleted']).isRequired,
|
|
8887
|
+
event_id: PropTypes.string.isRequired,
|
|
8888
|
+
timestamp: PropTypes.string.isRequired,
|
|
8889
|
+
id: PropTypes.string.isRequired,
|
|
8890
|
+
});
|
|
8891
|
+
|
|
8913
8892
|
T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'] = PropTypes.exact({
|
|
8914
8893
|
discriminator: PropTypes.oneOf(['product_restriction_rule_decision_deleted']).isRequired,
|
|
8915
8894
|
event_id: PropTypes.string.isRequired,
|
|
@@ -8918,6 +8897,13 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'] = Prop
|
|
|
8918
8897
|
id: PropTypes.string.isRequired,
|
|
8919
8898
|
});
|
|
8920
8899
|
|
|
8900
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_deleted'] = PropTypes.exact({
|
|
8901
|
+
discriminator: PropTypes.oneOf(['preonboarding_sellability_result_deleted']).isRequired,
|
|
8902
|
+
event_id: PropTypes.string.isRequired,
|
|
8903
|
+
timestamp: PropTypes.string.isRequired,
|
|
8904
|
+
id: PropTypes.string.isRequired,
|
|
8905
|
+
});
|
|
8906
|
+
|
|
8921
8907
|
T['io.flow.internal.v0.models.paypal_dispute_deleted'] = PropTypes.exact({
|
|
8922
8908
|
discriminator: PropTypes.oneOf(['paypal_dispute_deleted']).isRequired,
|
|
8923
8909
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9257,6 +9243,14 @@ T['io.flow.internal.v0.models.fraud_review_deleted'] = PropTypes.exact({
|
|
|
9257
9243
|
id: PropTypes.string.isRequired,
|
|
9258
9244
|
});
|
|
9259
9245
|
|
|
9246
|
+
T['io.flow.internal.v0.models.shipping_cost_deleted'] = PropTypes.exact({
|
|
9247
|
+
discriminator: PropTypes.oneOf(['shipping_cost_deleted']).isRequired,
|
|
9248
|
+
event_id: PropTypes.string.isRequired,
|
|
9249
|
+
timestamp: PropTypes.string.isRequired,
|
|
9250
|
+
organization: PropTypes.string.isRequired,
|
|
9251
|
+
id: PropTypes.string.isRequired,
|
|
9252
|
+
});
|
|
9253
|
+
|
|
9260
9254
|
T['io.flow.internal.v0.models.bank_payment_order_deleted'] = PropTypes.exact({
|
|
9261
9255
|
discriminator: PropTypes.oneOf(['bank_payment_order_deleted']).isRequired,
|
|
9262
9256
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9500,14 +9494,6 @@ T['io.flow.internal.v0.models.catalog_settings_deleted'] = PropTypes.exact({
|
|
|
9500
9494
|
id: PropTypes.string.isRequired,
|
|
9501
9495
|
});
|
|
9502
9496
|
|
|
9503
|
-
T['io.flow.internal.v0.models.label_generation_settings_deleted'] = PropTypes.exact({
|
|
9504
|
-
discriminator: PropTypes.oneOf(['label_generation_settings_deleted']).isRequired,
|
|
9505
|
-
event_id: PropTypes.string.isRequired,
|
|
9506
|
-
timestamp: PropTypes.string.isRequired,
|
|
9507
|
-
organization: PropTypes.string.isRequired,
|
|
9508
|
-
id: PropTypes.string.isRequired,
|
|
9509
|
-
});
|
|
9510
|
-
|
|
9511
9497
|
T['io.flow.internal.v0.models.carrier_account_deleted'] = PropTypes.exact({
|
|
9512
9498
|
discriminator: PropTypes.oneOf(['carrier_account_deleted']).isRequired,
|
|
9513
9499
|
event_id: PropTypes.string.isRequired,
|
|
@@ -10029,6 +10015,7 @@ T['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'] = PropTypes.oneOf
|
|
|
10029
10015
|
'wyol_shipment_above_de_min',
|
|
10030
10016
|
'full_refund_without_shipment',
|
|
10031
10017
|
'unfulfilled_order_above_de_min',
|
|
10018
|
+
'order_cancellation_without_capture',
|
|
10032
10019
|
]);
|
|
10033
10020
|
|
|
10034
10021
|
T['io.flow.billing.v0.models.transaction_metadata_tax_duty'] = PropTypes.exact({
|
|
@@ -10416,6 +10403,7 @@ T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact(
|
|
|
10416
10403
|
|
|
10417
10404
|
T['io.flow.internal.v0.models.shopify_test_order'] = PropTypes.exact({
|
|
10418
10405
|
id: PropTypes.string.isRequired,
|
|
10406
|
+
submitted_at: PropTypes.string.isRequired,
|
|
10419
10407
|
});
|
|
10420
10408
|
|
|
10421
10409
|
T['io.flow.internal.v0.models.shopify_test_order_upserted'] = PropTypes.exact({
|
|
@@ -10426,6 +10414,174 @@ T['io.flow.internal.v0.models.shopify_test_order_upserted'] = PropTypes.exact({
|
|
|
10426
10414
|
shopify_test_order: T['io.flow.internal.v0.models.shopify_test_order'].isRequired,
|
|
10427
10415
|
});
|
|
10428
10416
|
|
|
10417
|
+
T['io.flow.internal.v0.models.shopify_contact_details'] = PropTypes.exact({
|
|
10418
|
+
company: PropTypes.string,
|
|
10419
|
+
email: PropTypes.string,
|
|
10420
|
+
name: PropTypes.string,
|
|
10421
|
+
phone: PropTypes.string,
|
|
10422
|
+
});
|
|
10423
|
+
|
|
10424
|
+
T['io.flow.internal.v0.models.shopify_address'] = PropTypes.exact({
|
|
10425
|
+
address1: PropTypes.string.isRequired,
|
|
10426
|
+
city: PropTypes.string.isRequired,
|
|
10427
|
+
country_code: PropTypes.string.isRequired,
|
|
10428
|
+
address2: PropTypes.string,
|
|
10429
|
+
postal_code: PropTypes.string,
|
|
10430
|
+
province: PropTypes.string,
|
|
10431
|
+
});
|
|
10432
|
+
|
|
10433
|
+
T['io.flow.internal.v0.models.shopify_rate_pickup_point'] = PropTypes.exact({
|
|
10434
|
+
partner_reference_id: PropTypes.string.isRequired,
|
|
10435
|
+
});
|
|
10436
|
+
|
|
10437
|
+
T['io.flow.internal.v0.models.shopify_shipping_location'] = PropTypes.exact({
|
|
10438
|
+
address: T['io.flow.internal.v0.models.shopify_address'].isRequired,
|
|
10439
|
+
contact_details: T['io.flow.internal.v0.models.shopify_contact_details'].isRequired,
|
|
10440
|
+
});
|
|
10441
|
+
|
|
10442
|
+
T['io.flow.internal.v0.enums.shopify_delivery_method_type'] = PropTypes.oneOf(['SHIPPING', 'PICKUP_POINT']);
|
|
10443
|
+
|
|
10444
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'] = PropTypes.exact({
|
|
10445
|
+
account_id: PropTypes.string.isRequired,
|
|
10446
|
+
carrier_account_reference_id: PropTypes.string.isRequired,
|
|
10447
|
+
byoa: PropTypes.bool.isRequired,
|
|
10448
|
+
});
|
|
10449
|
+
|
|
10450
|
+
T['io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code'] = PropTypes.oneOf([
|
|
10451
|
+
'SERVICE_NOT_AVAILABLE',
|
|
10452
|
+
'TEMPORARILY_UNAVAILABLE',
|
|
10453
|
+
'TIMEOUT',
|
|
10454
|
+
'RATE_LIMIT_EXCEEDED',
|
|
10455
|
+
'SYSTEM_ERROR',
|
|
10456
|
+
'THIRD_PARTY_SYSTEM_ERROR',
|
|
10457
|
+
'FAILED_VALIDATION',
|
|
10458
|
+
'INVALID_FORMAT',
|
|
10459
|
+
'MISSING_VALUE',
|
|
10460
|
+
'OUT_OF_RANGE',
|
|
10461
|
+
]);
|
|
10462
|
+
|
|
10463
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_reason'] = PropTypes.exact({
|
|
10464
|
+
code: T['io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code'].isRequired,
|
|
10465
|
+
field: PropTypes.string,
|
|
10466
|
+
message: PropTypes.string,
|
|
10467
|
+
});
|
|
10468
|
+
|
|
10469
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable'] = PropTypes.exact({
|
|
10470
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
10471
|
+
reasons: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_reason']).isRequired,
|
|
10472
|
+
});
|
|
10473
|
+
|
|
10474
|
+
T['io.flow.internal.v0.enums.shopify_package_type'] = PropTypes.oneOf(['BOX', 'ENVELOPE', 'SOFT_PACK', 'TUBE', 'CARRIER_PACKAGING']);
|
|
10475
|
+
|
|
10476
|
+
T['io.flow.internal.v0.enums.shopify_shipment_option_code'] = PropTypes.oneOf([
|
|
10477
|
+
'adult_signature_required',
|
|
10478
|
+
'delivery_confirmation',
|
|
10479
|
+
'insurance',
|
|
10480
|
+
'named_person_only',
|
|
10481
|
+
'no_neighbour_delivery',
|
|
10482
|
+
'pickup',
|
|
10483
|
+
'package_pickup',
|
|
10484
|
+
'signature_required',
|
|
10485
|
+
'proof_of_age',
|
|
10486
|
+
'proof_of_age_16',
|
|
10487
|
+
'proof_of_age_18',
|
|
10488
|
+
'proof_of_age_19',
|
|
10489
|
+
'proof_of_age_21',
|
|
10490
|
+
'incoterm_ddp',
|
|
10491
|
+
'incoterm_dap',
|
|
10492
|
+
'usps_first_mile',
|
|
10493
|
+
]);
|
|
10494
|
+
|
|
10495
|
+
T['io.flow.internal.v0.enums.shopify_charge_code'] = PropTypes.oneOf([
|
|
10496
|
+
'transport_cost',
|
|
10497
|
+
'above_threshold',
|
|
10498
|
+
'additional_handling',
|
|
10499
|
+
'customs_additional_fees',
|
|
10500
|
+
'customs_clearance',
|
|
10501
|
+
'customs_duties',
|
|
10502
|
+
'customs_regulatory_fee',
|
|
10503
|
+
'customs_duty',
|
|
10504
|
+
'customs_taxes',
|
|
10505
|
+
'dangerous_goods',
|
|
10506
|
+
'delivery_area_surcharge',
|
|
10507
|
+
'duties_fx_surcharge',
|
|
10508
|
+
'discount',
|
|
10509
|
+
'eei_filing',
|
|
10510
|
+
'elevated_risk_area_surcharge',
|
|
10511
|
+
'emergency_situation_surcharge',
|
|
10512
|
+
'environmental_surcharge',
|
|
10513
|
+
'fuel_surcharge',
|
|
10514
|
+
'oversize_piece_surcharge',
|
|
10515
|
+
'packaging',
|
|
10516
|
+
'pickup_area_surcharge',
|
|
10517
|
+
'peak_surcharge',
|
|
10518
|
+
'remote_delivery_area_surcharge',
|
|
10519
|
+
'residential_surcharge',
|
|
10520
|
+
'security_surcharge',
|
|
10521
|
+
'shipper_intercept',
|
|
10522
|
+
'address_correction',
|
|
10523
|
+
'undeliverable',
|
|
10524
|
+
'unknown',
|
|
10525
|
+
'prohibited_item',
|
|
10526
|
+
'trade_restriction_surcharge',
|
|
10527
|
+
'processing',
|
|
10528
|
+
'delivery',
|
|
10529
|
+
'notification',
|
|
10530
|
+
'broker_notification',
|
|
10531
|
+
'delivery_confirmation',
|
|
10532
|
+
'signature_required',
|
|
10533
|
+
'tax_gst',
|
|
10534
|
+
'tax_hst',
|
|
10535
|
+
'tax_pst',
|
|
10536
|
+
'tax_vat',
|
|
10537
|
+
'discount_tax',
|
|
10538
|
+
'incoterm_ddp',
|
|
10539
|
+
]);
|
|
10540
|
+
|
|
10541
|
+
T['io.flow.internal.v0.models.shopify_money'] = PropTypes.exact({
|
|
10542
|
+
amount: PropTypes.number.isRequired,
|
|
10543
|
+
currency_code: PropTypes.string.isRequired,
|
|
10544
|
+
});
|
|
10545
|
+
|
|
10546
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_option'] = PropTypes.exact({
|
|
10547
|
+
code: T['io.flow.internal.v0.enums.shopify_shipment_option_code'].isRequired,
|
|
10548
|
+
cost: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10549
|
+
optional: PropTypes.bool,
|
|
10550
|
+
});
|
|
10551
|
+
|
|
10552
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_charge'] = PropTypes.exact({
|
|
10553
|
+
code: T['io.flow.internal.v0.enums.shopify_charge_code'].isRequired,
|
|
10554
|
+
cost: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10555
|
+
});
|
|
10556
|
+
|
|
10557
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'] = PropTypes.exact({
|
|
10558
|
+
subtotal: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10559
|
+
tax: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10560
|
+
total: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10561
|
+
});
|
|
10562
|
+
|
|
10563
|
+
T['io.flow.internal.v0.enums.shopify_incoterm'] = PropTypes.oneOf(['DAP', 'DDP']);
|
|
10564
|
+
|
|
10565
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_available'] = PropTypes.exact({
|
|
10566
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
10567
|
+
total_charges: T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'].isRequired,
|
|
10568
|
+
charges: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_charge']).isRequired,
|
|
10569
|
+
shipment_options: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_option']).isRequired,
|
|
10570
|
+
expected_delivery_date: PropTypes.string,
|
|
10571
|
+
guaranteed_delivery_date: PropTypes.string,
|
|
10572
|
+
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'],
|
|
10573
|
+
});
|
|
10574
|
+
|
|
10575
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_response'] = PropTypes.exact({
|
|
10576
|
+
rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_available']).isRequired,
|
|
10577
|
+
unavailable_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable']).isRequired,
|
|
10578
|
+
});
|
|
10579
|
+
|
|
10580
|
+
T['io.flow.internal.v0.models.shopify_rate_customs_detail'] = PropTypes.exact({
|
|
10581
|
+
incoterm: T['io.flow.internal.v0.enums.shopify_incoterm'].isRequired,
|
|
10582
|
+
net_value: T['io.flow.internal.v0.models.shopify_money'].isRequired,
|
|
10583
|
+
});
|
|
10584
|
+
|
|
10429
10585
|
T['io.flow.internal.v0.models.shopify_product_taxonomy_attribute_value'] = PropTypes.exact({
|
|
10430
10586
|
id: PropTypes.string.isRequired,
|
|
10431
10587
|
attribute_id: PropTypes.string.isRequired,
|
|
@@ -10710,6 +10866,43 @@ T['io.flow.internal.v0.models.stripe_connect_report_record_upserted'] = PropType
|
|
|
10710
10866
|
record: T['io.flow.internal.v0.models.stripe_connect_report_record'].isRequired,
|
|
10711
10867
|
});
|
|
10712
10868
|
|
|
10869
|
+
T['io.flow.internal.v0.enums.shopify_weight_unit'] = PropTypes.oneOf(['g', 'kg', 'lb', 'oz']);
|
|
10870
|
+
T['io.flow.internal.v0.enums.shopify_dimension_unit'] = PropTypes.oneOf(['cm', 'ft', 'in', 'm', 'mm']);
|
|
10871
|
+
|
|
10872
|
+
T['io.flow.internal.v0.models.shopify_measurements'] = PropTypes.exact({
|
|
10873
|
+
dimension_unit: T['io.flow.internal.v0.enums.shopify_dimension_unit'].isRequired,
|
|
10874
|
+
height: PropTypes.number.isRequired,
|
|
10875
|
+
length: PropTypes.number.isRequired,
|
|
10876
|
+
width: PropTypes.number.isRequired,
|
|
10877
|
+
weight: PropTypes.number.isRequired,
|
|
10878
|
+
weight_unit: T['io.flow.internal.v0.enums.shopify_weight_unit'].isRequired,
|
|
10879
|
+
});
|
|
10880
|
+
|
|
10881
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_package'] = PropTypes.exact({
|
|
10882
|
+
type: T['io.flow.internal.v0.enums.shopify_package_type'].isRequired,
|
|
10883
|
+
measurements: T['io.flow.internal.v0.models.shopify_measurements'].isRequired,
|
|
10884
|
+
});
|
|
10885
|
+
|
|
10886
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'] = PropTypes.exact({
|
|
10887
|
+
carrier_id: PropTypes.string.isRequired,
|
|
10888
|
+
delivery_method_type: T['io.flow.internal.v0.enums.shopify_delivery_method_type'].isRequired,
|
|
10889
|
+
shipping_date_time: PropTypes.string.isRequired,
|
|
10890
|
+
'return': PropTypes.bool.isRequired,
|
|
10891
|
+
origin: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
10892
|
+
destination: T['io.flow.internal.v0.models.shopify_shipping_location'].isRequired,
|
|
10893
|
+
'package': T['io.flow.internal.v0.models.shopify_shipment_rate_package'].isRequired,
|
|
10894
|
+
pickup_point: T['io.flow.internal.v0.models.shopify_rate_pickup_point'],
|
|
10895
|
+
customs_detail: T['io.flow.internal.v0.models.shopify_rate_customs_detail'],
|
|
10896
|
+
});
|
|
10897
|
+
|
|
10898
|
+
T['io.flow.internal.v0.models.shopify_shipment_rate_request'] = PropTypes.exact({
|
|
10899
|
+
idempotency_key: PropTypes.string.isRequired,
|
|
10900
|
+
webhook_id: PropTypes.string.isRequired,
|
|
10901
|
+
test: PropTypes.bool.isRequired,
|
|
10902
|
+
shipper: T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'].isRequired,
|
|
10903
|
+
shipment: T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'].isRequired,
|
|
10904
|
+
});
|
|
10905
|
+
|
|
10713
10906
|
T['io.flow.shopify.markets.v0.enums.shopify_webhook_format'] = PropTypes.oneOf(['json', 'xml']);
|
|
10714
10907
|
|
|
10715
10908
|
T['io.flow.shopify.markets.v0.enums.shopify_webhook_topic'] = PropTypes.oneOf([
|
|
@@ -11072,6 +11265,36 @@ T['io.flow.internal.v0.models.shopify_dispute_upserted'] = PropTypes.exact({
|
|
|
11072
11265
|
dispute: T['io.flow.internal.v0.models.shopify_dispute'].isRequired,
|
|
11073
11266
|
});
|
|
11074
11267
|
|
|
11268
|
+
T['io.flow.internal.v0.enums.shopify_callback_error_code'] = PropTypes.oneOf([
|
|
11269
|
+
'UNKNOWN',
|
|
11270
|
+
'SYSTEM_ERROR',
|
|
11271
|
+
'THIRD_PARTY_SYSTEM_ERROR',
|
|
11272
|
+
'TIMEOUT',
|
|
11273
|
+
'VERSION_MISMATCH',
|
|
11274
|
+
'INVALID_AUTHENTICATION',
|
|
11275
|
+
'RATE_LIMIT_EXCEEDED',
|
|
11276
|
+
'TEMPORARILY_UNAVAILABLE',
|
|
11277
|
+
'FAILED_VALIDATION',
|
|
11278
|
+
'INVALID_FORMAT',
|
|
11279
|
+
'MISSING_VALUE',
|
|
11280
|
+
'OUT_OF_RANGE',
|
|
11281
|
+
'OVER_LIMIT',
|
|
11282
|
+
'UNDER_LIMIT',
|
|
11283
|
+
'UNAUTHORIZED',
|
|
11284
|
+
'NOT_FOUND',
|
|
11285
|
+
'EXPIRED',
|
|
11286
|
+
]);
|
|
11287
|
+
|
|
11288
|
+
T['io.flow.internal.v0.models.shopify_callback_error_item'] = PropTypes.exact({
|
|
11289
|
+
code: T['io.flow.internal.v0.enums.shopify_callback_error_code'].isRequired,
|
|
11290
|
+
message: PropTypes.string.isRequired,
|
|
11291
|
+
field: PropTypes.string,
|
|
11292
|
+
});
|
|
11293
|
+
|
|
11294
|
+
T['io.flow.internal.v0.models.shopify_callback_error'] = PropTypes.exact({
|
|
11295
|
+
errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.shopify_callback_error_item']).isRequired,
|
|
11296
|
+
});
|
|
11297
|
+
|
|
11075
11298
|
T['io.flow.ratecard.v0.models.ratecard_carrier_summary'] = PropTypes.exact({
|
|
11076
11299
|
id: PropTypes.string.isRequired,
|
|
11077
11300
|
name: PropTypes.string.isRequired,
|
|
@@ -11260,8 +11483,6 @@ T['io.flow.internal.v0.models.report_bank_account_cleartext'] = PropTypes.exact(
|
|
|
11260
11483
|
account_number: PropTypes.string.isRequired,
|
|
11261
11484
|
});
|
|
11262
11485
|
|
|
11263
|
-
T['io.flow.internal.v0.enums.sarvesh_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
11264
|
-
|
|
11265
11486
|
T['io.flow.internal.v0.models.price_inclusivity'] = PropTypes.exact({
|
|
11266
11487
|
tax: PropTypes.bool,
|
|
11267
11488
|
duty: PropTypes.bool,
|
|
@@ -11273,8 +11494,6 @@ T['io.flow.internal.v0.models.payment_is'] = PropTypes.exact({
|
|
|
11273
11494
|
managed_pricing: PropTypes.bool,
|
|
11274
11495
|
});
|
|
11275
11496
|
|
|
11276
|
-
T['io.flow.internal.v0.enums.rohan_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
11277
|
-
|
|
11278
11497
|
T['io.flow.internal.v0.models.marked_as_final'] = PropTypes.exact({
|
|
11279
11498
|
products: PropTypes.bool.isRequired,
|
|
11280
11499
|
shipping: PropTypes.bool.isRequired,
|
|
@@ -11573,6 +11792,8 @@ T['io.flow.internal.v0.models.report_organization_reference'] = PropTypes.exact(
|
|
|
11573
11792
|
organization_id: PropTypes.string.isRequired,
|
|
11574
11793
|
});
|
|
11575
11794
|
|
|
11795
|
+
T['io.flow.internal.v0.enums.account_currency_filter'] = PropTypes.oneOf(['GBP', 'CAD', 'USD']);
|
|
11796
|
+
|
|
11576
11797
|
T['io.flow.internal.v0.models.report_amount_range'] = PropTypes.exact({
|
|
11577
11798
|
min: PropTypes.number,
|
|
11578
11799
|
max: PropTypes.number,
|
|
@@ -11896,6 +12117,13 @@ T['io.flow.internal.v0.models.quote_upserted'] = PropTypes.exact({
|
|
|
11896
12117
|
quote: T['io.flow.internal.v0.models.quote'].isRequired,
|
|
11897
12118
|
});
|
|
11898
12119
|
|
|
12120
|
+
T['io.flow.internal.v0.enums.sellability_internal_match_type'] = PropTypes.oneOf(['positive_keyword', 'auto_restricted']);
|
|
12121
|
+
|
|
12122
|
+
T['io.flow.internal.v0.models.product_sellability_internal_rule_match'] = PropTypes.exact({
|
|
12123
|
+
rule_id: PropTypes.string.isRequired,
|
|
12124
|
+
match_types: PropTypes.arrayOf(T['io.flow.internal.v0.enums.sellability_internal_match_type']).isRequired,
|
|
12125
|
+
});
|
|
12126
|
+
|
|
11899
12127
|
T['io.flow.internal.v0.models.restriction_keywords'] = PropTypes.exact({
|
|
11900
12128
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
11901
12129
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -12021,7 +12249,7 @@ T['io.flow.internal.v0.models.restriction_rule_effect_upserted'] = PropTypes.exa
|
|
|
12021
12249
|
restriction_rule_effect: T['io.flow.internal.v0.models.restriction_rule_effect'].isRequired,
|
|
12022
12250
|
});
|
|
12023
12251
|
|
|
12024
|
-
T['io.flow.internal.v0.enums.classification_failure_reason'] = PropTypes.oneOf(['low_confidence', 'timeout']);
|
|
12252
|
+
T['io.flow.internal.v0.enums.classification_failure_reason'] = PropTypes.oneOf(['low_confidence', 'timeout', 'missing_hs6_code', 'invalid_price']);
|
|
12025
12253
|
|
|
12026
12254
|
T['io.flow.sellability.v0.models.sellability_restricted_region'] = PropTypes.exact({
|
|
12027
12255
|
type: T['io.flow.sellability.v0.enums.rule_effect_type'].isRequired,
|
|
@@ -12029,6 +12257,7 @@ T['io.flow.sellability.v0.models.sellability_restricted_region'] = PropTypes.exa
|
|
|
12029
12257
|
});
|
|
12030
12258
|
|
|
12031
12259
|
T['io.flow.sellability.v0.models.product_sellability_result'] = PropTypes.exact({
|
|
12260
|
+
id: PropTypes.string.isRequired,
|
|
12032
12261
|
merchant_id: PropTypes.string,
|
|
12033
12262
|
product_id: PropTypes.string.isRequired,
|
|
12034
12263
|
restricted_regions: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_restricted_region']).isRequired,
|
|
@@ -12039,7 +12268,16 @@ T['io.flow.sellability.v0.models.product_sellability_result'] = PropTypes.exact(
|
|
|
12039
12268
|
});
|
|
12040
12269
|
|
|
12041
12270
|
T['io.flow.internal.v0.enums.hs6_code_source'] = PropTypes.oneOf(['sellability', 'classification', 'human']);
|
|
12042
|
-
|
|
12271
|
+
|
|
12272
|
+
T['io.flow.sellability.v0.enums.sellability_result_error_code'] = PropTypes.oneOf([
|
|
12273
|
+
'insufficient_details',
|
|
12274
|
+
'ineligible_category',
|
|
12275
|
+
'wait_for_high_fidelity',
|
|
12276
|
+
'external_service_unavailable',
|
|
12277
|
+
'generic_error',
|
|
12278
|
+
'catalog_processing_threshold',
|
|
12279
|
+
]);
|
|
12280
|
+
|
|
12043
12281
|
T['io.flow.sellability.v0.enums.sellability_result_status'] = PropTypes.oneOf(['in_review', 'succeeded', 'failed']);
|
|
12044
12282
|
|
|
12045
12283
|
T['io.flow.sellability.v0.models.sellability_screening'] = PropTypes.exact({
|
|
@@ -12150,6 +12388,7 @@ T['io.flow.internal.v0.models.shopify_product_create_upserted'] = PropTypes.exac
|
|
|
12150
12388
|
});
|
|
12151
12389
|
|
|
12152
12390
|
T['io.flow.internal.v0.models.preonboarding_sellability_result'] = PropTypes.exact({
|
|
12391
|
+
id: PropTypes.string,
|
|
12153
12392
|
merchant_id: PropTypes.string.isRequired,
|
|
12154
12393
|
product_id: PropTypes.string.isRequired,
|
|
12155
12394
|
channel: PropTypes.string.isRequired,
|
|
@@ -12166,6 +12405,21 @@ T['io.flow.internal.v0.models.preonboarding_sellability_result'] = PropTypes.exa
|
|
|
12166
12405
|
fingerprint: PropTypes.string.isRequired,
|
|
12167
12406
|
});
|
|
12168
12407
|
|
|
12408
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_updated'] = PropTypes.exact({
|
|
12409
|
+
discriminator: PropTypes.oneOf(['preonboarding_sellability_result_updated']).isRequired,
|
|
12410
|
+
event_id: PropTypes.string.isRequired,
|
|
12411
|
+
timestamp: PropTypes.string.isRequired,
|
|
12412
|
+
previous_preonboarding_sellability_result: T['io.flow.internal.v0.models.preonboarding_sellability_result'].isRequired,
|
|
12413
|
+
preonboarding_sellability_result: T['io.flow.internal.v0.models.preonboarding_sellability_result'].isRequired,
|
|
12414
|
+
});
|
|
12415
|
+
|
|
12416
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_inserted'] = PropTypes.exact({
|
|
12417
|
+
discriminator: PropTypes.oneOf(['preonboarding_sellability_result_inserted']).isRequired,
|
|
12418
|
+
event_id: PropTypes.string.isRequired,
|
|
12419
|
+
timestamp: PropTypes.string.isRequired,
|
|
12420
|
+
preonboarding_sellability_result: T['io.flow.internal.v0.models.preonboarding_sellability_result'].isRequired,
|
|
12421
|
+
});
|
|
12422
|
+
|
|
12169
12423
|
T['io.flow.internal.v0.enums.preonboarding_request_status'] = PropTypes.oneOf(['pending', 'completed', 'failed', 'discarded']);
|
|
12170
12424
|
T['io.flow.internal.v0.enums.preonboarding_classification_platform'] = PropTypes.oneOf(['FlowOnboarding']);
|
|
12171
12425
|
|
|
@@ -12188,8 +12442,6 @@ T['io.flow.internal.v0.models.preonboarding_classification_rabbitmq_envelope'] =
|
|
|
12188
12442
|
message: T['io.flow.internal.v0.models.preonboarding_classification_rabbitmq_message'].isRequired,
|
|
12189
12443
|
});
|
|
12190
12444
|
|
|
12191
|
-
T['io.flow.internal.v0.enums.prateek_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
12192
|
-
|
|
12193
12445
|
T['io.flow.internal.v0.models.platform_fee_percentage_tier'] = PropTypes.exact({
|
|
12194
12446
|
minimum_amount_base: PropTypes.number.isRequired,
|
|
12195
12447
|
rate: PropTypes.number.isRequired,
|
|
@@ -12559,6 +12811,7 @@ T['io.flow.billing.v0.models.transaction_metadata_manual'] = PropTypes.exact({
|
|
|
12559
12811
|
description: PropTypes.string.isRequired,
|
|
12560
12812
|
original: T['io.flow.billing.v0.models.transaction_metadata_original_transaction'],
|
|
12561
12813
|
url: PropTypes.string,
|
|
12814
|
+
recoup: PropTypes.bool,
|
|
12562
12815
|
});
|
|
12563
12816
|
|
|
12564
12817
|
T['io.flow.common.v0.enums.currency_label_formatter'] = PropTypes.oneOf(['strip_trailing_zeros', 'symbol_prefix', 'symbol_suffix']);
|
|
@@ -12673,6 +12926,13 @@ T['io.flow.internal.v0.models.organization_restriction_screening_decision_form']
|
|
|
12673
12926
|
onboarding_first_viewed_at: PropTypes.string,
|
|
12674
12927
|
});
|
|
12675
12928
|
|
|
12929
|
+
T['io.flow.internal.v0.enums.organization_promotion_status'] = PropTypes.oneOf(['in_progress', 'completed', 'failed']);
|
|
12930
|
+
|
|
12931
|
+
T['io.flow.internal.v0.models.organization_promotion'] = PropTypes.exact({
|
|
12932
|
+
status: T['io.flow.internal.v0.enums.organization_promotion_status'].isRequired,
|
|
12933
|
+
prod_org: PropTypes.string.isRequired,
|
|
12934
|
+
});
|
|
12935
|
+
|
|
12676
12936
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'] = PropTypes.exact({
|
|
12677
12937
|
type: PropTypes.oneOf(['manual']).isRequired,
|
|
12678
12938
|
placeholder: PropTypes.string,
|
|
@@ -13021,8 +13281,6 @@ T['io.flow.internal.v0.models.report_payment'] = PropTypes.exact({
|
|
|
13021
13281
|
created_at: PropTypes.string.isRequired,
|
|
13022
13282
|
});
|
|
13023
13283
|
|
|
13024
|
-
T['io.flow.internal.v0.enums.niall_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
13025
|
-
|
|
13026
13284
|
T['io.flow.internal.v0.models.attempt_statistics'] = PropTypes.exact({
|
|
13027
13285
|
merchant_count: PropTypes.number.isRequired,
|
|
13028
13286
|
amount: PropTypes.number.isRequired,
|
|
@@ -13128,6 +13386,7 @@ T['io.flow.internal.v0.models.onboarding_organization'] = PropTypes.exact({
|
|
|
13128
13386
|
audit_result: T['io.flow.internal.v0.enums.onboarding_audit_result'],
|
|
13129
13387
|
blocked_since: PropTypes.string,
|
|
13130
13388
|
onboarding_segment: PropTypes.string,
|
|
13389
|
+
country: PropTypes.string,
|
|
13131
13390
|
});
|
|
13132
13391
|
|
|
13133
13392
|
T['io.flow.internal.v0.models.merchant_search_result'] = PropTypes.exact({
|
|
@@ -13653,6 +13912,7 @@ T['io.flow.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
|
|
|
13653
13912
|
'negative_balance_guarantee',
|
|
13654
13913
|
'bank_payment_failure',
|
|
13655
13914
|
'non_fraud_chargeback',
|
|
13915
|
+
'v1_migration_neg_balance_settlement',
|
|
13656
13916
|
]);
|
|
13657
13917
|
|
|
13658
13918
|
T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
@@ -13662,6 +13922,7 @@ T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
|
13662
13922
|
category: T['io.flow.internal.v0.enums.manual_transaction_category'],
|
|
13663
13923
|
order: T['io.flow.internal.v0.models.manual_transaction_form_order'],
|
|
13664
13924
|
original_transaction_id: PropTypes.string,
|
|
13925
|
+
recoup: PropTypes.bool,
|
|
13665
13926
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
13666
13927
|
});
|
|
13667
13928
|
|
|
@@ -13797,7 +14058,10 @@ T['io.flow.internal.v0.models.ledger_report_url'] = PropTypes.exact({
|
|
|
13797
14058
|
type: T['io.flow.internal.v0.enums.ledger_report_url_type'].isRequired,
|
|
13798
14059
|
});
|
|
13799
14060
|
|
|
13800
|
-
T['io.flow.internal.v0.enums.ledger_report_type'] = PropTypes.oneOf([
|
|
14061
|
+
T['io.flow.internal.v0.enums.ledger_report_type'] = PropTypes.oneOf([
|
|
14062
|
+
'periodic_mor_jurisdiction_report',
|
|
14063
|
+
'periodic_mor_jurisdiction_sandbox_report',
|
|
14064
|
+
]);
|
|
13801
14065
|
|
|
13802
14066
|
T['io.flow.internal.v0.models.ledger_report'] = PropTypes.exact({
|
|
13803
14067
|
id: PropTypes.string.isRequired,
|
|
@@ -13938,7 +14202,7 @@ T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
|
13938
14202
|
glbe_shipping_method_id: PropTypes.string,
|
|
13939
14203
|
glbe_proposition_name: PropTypes.string,
|
|
13940
14204
|
channel_revenue_share_percentage: PropTypes.number,
|
|
13941
|
-
data:
|
|
14205
|
+
data: T['io.flow.ratecard.v0.models.ratecard_data'],
|
|
13942
14206
|
});
|
|
13943
14207
|
|
|
13944
14208
|
T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
@@ -13979,6 +14243,7 @@ T['io.flow.label.v0.enums.label_request_method'] = PropTypes.oneOf([
|
|
|
13979
14243
|
'notification_requiring_crossdock',
|
|
13980
14244
|
'flow_simulation_sync',
|
|
13981
14245
|
'autogenerated',
|
|
14246
|
+
'legacy_shopify_graphql_server',
|
|
13982
14247
|
]);
|
|
13983
14248
|
|
|
13984
14249
|
T['io.flow.billing.v0.models.transaction_metadata_shipping_label'] = PropTypes.exact({
|
|
@@ -14088,20 +14353,6 @@ T['io.flow.trueup.v0.models.label_surcharge'] = PropTypes.exact({
|
|
|
14088
14353
|
detail: T['io.flow.trueup.v0.unions.label_surcharge_detail'].isRequired,
|
|
14089
14354
|
});
|
|
14090
14355
|
|
|
14091
|
-
T['io.flow.internal.v0.models.label_generation_settings'] = PropTypes.exact({
|
|
14092
|
-
id: PropTypes.string.isRequired,
|
|
14093
|
-
auto_generate_query: PropTypes.string,
|
|
14094
|
-
commercial_invoice_only_query: PropTypes.string,
|
|
14095
|
-
});
|
|
14096
|
-
|
|
14097
|
-
T['io.flow.internal.v0.models.label_generation_settings_upserted'] = PropTypes.exact({
|
|
14098
|
-
discriminator: PropTypes.oneOf(['label_generation_settings_upserted']).isRequired,
|
|
14099
|
-
event_id: PropTypes.string.isRequired,
|
|
14100
|
-
timestamp: PropTypes.string.isRequired,
|
|
14101
|
-
organization: PropTypes.string.isRequired,
|
|
14102
|
-
label_generation_settings: T['io.flow.internal.v0.models.label_generation_settings'].isRequired,
|
|
14103
|
-
});
|
|
14104
|
-
|
|
14105
14356
|
T['io.flow.internal.v0.enums.label_creation_status'] = PropTypes.oneOf(['success', 'error', 'pending', 'cancelled']);
|
|
14106
14357
|
|
|
14107
14358
|
T['io.flow.internal.v0.models.label_creation_job_summary'] = PropTypes.exact({
|
|
@@ -14760,7 +15011,12 @@ T['io.flow.internal.v0.models.internal_afterpay_authorization_details'] = PropTy
|
|
|
14760
15011
|
afterpay_authentication_data: T['io.flow.internal.v0.models.afterpay_authentication_data_reference'].isRequired,
|
|
14761
15012
|
});
|
|
14762
15013
|
|
|
14763
|
-
T['io.flow.internal.v0.enums.
|
|
15014
|
+
T['io.flow.internal.v0.enums.classification_source'] = PropTypes.oneOf(['sellability']);
|
|
15015
|
+
|
|
15016
|
+
T['io.flow.internal.v0.models.hs6_metadata'] = PropTypes.exact({
|
|
15017
|
+
description: PropTypes.string,
|
|
15018
|
+
classification_source: T['io.flow.internal.v0.enums.classification_source'],
|
|
15019
|
+
});
|
|
14764
15020
|
|
|
14765
15021
|
T['io.flow.internal.v0.models.harmonization_ml_model_summary'] = PropTypes.exact({
|
|
14766
15022
|
id: PropTypes.string,
|
|
@@ -14815,8 +15071,6 @@ T['io.flow.error.v0.models.generic_error'] = PropTypes.exact({
|
|
|
14815
15071
|
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
14816
15072
|
});
|
|
14817
15073
|
|
|
14818
|
-
T['io.flow.internal.v0.enums.gabriel_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
14819
|
-
|
|
14820
15074
|
T['io.flow.internal.v0.models.fx_revenue_recognition_account_rate'] = PropTypes.exact({
|
|
14821
15075
|
value: PropTypes.number.isRequired,
|
|
14822
15076
|
});
|
|
@@ -15025,6 +15279,7 @@ T['io.flow.internal.v0.models.shopper_breakdown'] = PropTypes.exact({
|
|
|
15025
15279
|
tax: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15026
15280
|
duty: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15027
15281
|
discount: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15282
|
+
subtotal: T['io.flow.internal.v0.models.reporting_monetary_value'],
|
|
15028
15283
|
total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
|
|
15029
15284
|
});
|
|
15030
15285
|
|
|
@@ -15362,6 +15617,14 @@ T['io.flow.internal.v0.models.fiserv_authentication'] = PropTypes.exact({
|
|
|
15362
15617
|
secret_key_reference: PropTypes.string.isRequired,
|
|
15363
15618
|
});
|
|
15364
15619
|
|
|
15620
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'] = PropTypes.exact({
|
|
15621
|
+
discriminator: PropTypes.oneOf(['kor']).isRequired,
|
|
15622
|
+
name: PropTypes.string.isRequired,
|
|
15623
|
+
bank_account_number: PropTypes.string.isRequired,
|
|
15624
|
+
bank_routing_number: PropTypes.string.isRequired,
|
|
15625
|
+
bank_name: PropTypes.string.isRequired,
|
|
15626
|
+
});
|
|
15627
|
+
|
|
15365
15628
|
T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'] = PropTypes.exact({
|
|
15366
15629
|
discriminator: PropTypes.oneOf(['ita']).isRequired,
|
|
15367
15630
|
swift_code: PropTypes.string.isRequired,
|
|
@@ -15396,18 +15659,37 @@ T['io.flow.internal.v0.models.finance_bank_account_owner'] = PropTypes.exact({
|
|
|
15396
15659
|
name: PropTypes.string.isRequired,
|
|
15397
15660
|
});
|
|
15398
15661
|
|
|
15399
|
-
T['io.flow.
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
|
|
15403
|
-
|
|
15404
|
-
|
|
15405
|
-
T['io.flow.
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
|
|
15409
|
-
|
|
15410
|
-
|
|
15662
|
+
T['io.flow.billing.bank.account.v0.unions.bank_account_info'] = PropTypes.oneOfType([
|
|
15663
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_usa'],
|
|
15664
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_can'],
|
|
15665
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_gbr'],
|
|
15666
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
|
|
15667
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
|
|
15668
|
+
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'],
|
|
15669
|
+
]);
|
|
15670
|
+
|
|
15671
|
+
T['io.flow.billing.v0.models.bank_account_form_info'] = PropTypes.exact({
|
|
15672
|
+
discriminator: PropTypes.oneOf(['info']).isRequired,
|
|
15673
|
+
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
|
|
15674
|
+
});
|
|
15675
|
+
|
|
15676
|
+
T['io.flow.billing.v0.unions.bank_account_form'] = PropTypes.oneOfType([
|
|
15677
|
+
T['io.flow.billing.v0.models.bank_account_form_info'],
|
|
15678
|
+
T['io.flow.billing.v0.models.bank_account_form_simple'],
|
|
15679
|
+
]);
|
|
15680
|
+
|
|
15681
|
+
T['io.flow.internal.v0.models.string_feature_rule_form'] = PropTypes.exact({
|
|
15682
|
+
discriminator: PropTypes.oneOf(['string']).isRequired,
|
|
15683
|
+
query: PropTypes.string.isRequired,
|
|
15684
|
+
value: PropTypes.string.isRequired,
|
|
15685
|
+
});
|
|
15686
|
+
|
|
15687
|
+
T['io.flow.internal.v0.models.boolean_feature_rule_form'] = PropTypes.exact({
|
|
15688
|
+
discriminator: PropTypes.oneOf(['boolean']).isRequired,
|
|
15689
|
+
query: PropTypes.string.isRequired,
|
|
15690
|
+
value: PropTypes.bool.isRequired,
|
|
15691
|
+
});
|
|
15692
|
+
|
|
15411
15693
|
T['io.flow.internal.v0.unions.feature_rule_form'] = PropTypes.oneOfType([
|
|
15412
15694
|
T['io.flow.internal.v0.models.boolean_feature_rule_form'],
|
|
15413
15695
|
T['io.flow.internal.v0.models.string_feature_rule_form'],
|
|
@@ -15714,9 +15996,14 @@ T['io.flow.restrictions.v0.models.product_restriction_result'] = PropTypes.exact
|
|
|
15714
15996
|
hs_code: PropTypes.string,
|
|
15715
15997
|
restricted_regions_by_type: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_region_result']),
|
|
15716
15998
|
needs_action_attributes: PropTypes.arrayOf(T['io.flow.restrictions.v0.models.needs_action_attributes']),
|
|
15999
|
+
fingerprint: PropTypes.string,
|
|
16000
|
+
restriction_created_at: PropTypes.string,
|
|
16001
|
+
first_reviewed_at: PropTypes.string,
|
|
16002
|
+
seconds_to_first_review: PropTypes.number,
|
|
15717
16003
|
});
|
|
15718
16004
|
|
|
15719
16005
|
T['io.flow.internal.v0.models.product_sellability_result'] = PropTypes.exact({
|
|
16006
|
+
id: PropTypes.string,
|
|
15720
16007
|
shop_id: PropTypes.string.isRequired,
|
|
15721
16008
|
product_number: PropTypes.string.isRequired,
|
|
15722
16009
|
request_id: PropTypes.string.isRequired,
|
|
@@ -15725,11 +16012,29 @@ T['io.flow.internal.v0.models.product_sellability_result'] = PropTypes.exact({
|
|
|
15725
16012
|
restricted_regions_by_type: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_region_result']),
|
|
15726
16013
|
rule_ids: PropTypes.arrayOf(PropTypes.string),
|
|
15727
16014
|
taxonomy_category: PropTypes.string,
|
|
16015
|
+
fingerprint: PropTypes.string,
|
|
16016
|
+
processed_at: PropTypes.string,
|
|
16017
|
+
});
|
|
16018
|
+
|
|
16019
|
+
T['io.flow.internal.v0.models.product_sellability_result_updated'] = PropTypes.exact({
|
|
16020
|
+
discriminator: PropTypes.oneOf(['product_sellability_result_updated']).isRequired,
|
|
16021
|
+
event_id: PropTypes.string.isRequired,
|
|
16022
|
+
timestamp: PropTypes.string.isRequired,
|
|
16023
|
+
previous_product_sellability_result: T['io.flow.internal.v0.models.product_sellability_result'].isRequired,
|
|
16024
|
+
product_sellability_result: T['io.flow.internal.v0.models.product_sellability_result'].isRequired,
|
|
16025
|
+
});
|
|
16026
|
+
|
|
16027
|
+
T['io.flow.internal.v0.models.product_sellability_result_inserted'] = PropTypes.exact({
|
|
16028
|
+
discriminator: PropTypes.oneOf(['product_sellability_result_inserted']).isRequired,
|
|
16029
|
+
event_id: PropTypes.string.isRequired,
|
|
16030
|
+
timestamp: PropTypes.string.isRequired,
|
|
16031
|
+
product_sellability_result: T['io.flow.internal.v0.models.product_sellability_result'].isRequired,
|
|
15728
16032
|
});
|
|
15729
16033
|
|
|
15730
16034
|
T['io.flow.internal.v0.models.product_sellability_internal_result'] = PropTypes.exact({
|
|
15731
16035
|
restricted_regions: PropTypes.arrayOf(T['io.flow.sellability.v0.models.sellability_region_result']).isRequired,
|
|
15732
|
-
|
|
16036
|
+
rule_matches: PropTypes.arrayOf(T['io.flow.internal.v0.models.product_sellability_internal_rule_match']).isRequired,
|
|
16037
|
+
matching_positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
15733
16038
|
});
|
|
15734
16039
|
|
|
15735
16040
|
T['io.flow.internal.v0.models.product_sellability_internal'] = PropTypes.exact({
|
|
@@ -16702,6 +17007,7 @@ T['io.flow.internal.v0.models.report_filter'] = PropTypes.exact({
|
|
|
16702
17007
|
source_type: T['io.flow.internal.v0.enums.source_type_filter'],
|
|
16703
17008
|
order_payment_source: T['io.flow.experience.v0.enums.order_payment_source_type'],
|
|
16704
17009
|
amount_range: T['io.flow.internal.v0.models.report_amount_range'],
|
|
17010
|
+
account_currency: T['io.flow.internal.v0.enums.account_currency_filter'],
|
|
16705
17011
|
});
|
|
16706
17012
|
|
|
16707
17013
|
T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
|
|
@@ -16739,6 +17045,9 @@ T['io.flow.internal.v0.models.sales_payment_record'] = PropTypes.exact({
|
|
|
16739
17045
|
price_inclusivity: T['io.flow.internal.v0.models.price_inclusivity'],
|
|
16740
17046
|
destination_country: PropTypes.string.isRequired,
|
|
16741
17047
|
fulfilled_at: PropTypes.string,
|
|
17048
|
+
reconciliation: T['io.flow.internal.v0.models.reporting_reconciliation'],
|
|
17049
|
+
is_eu_destination: PropTypes.bool,
|
|
17050
|
+
debug_url: PropTypes.string,
|
|
16742
17051
|
});
|
|
16743
17052
|
|
|
16744
17053
|
T['io.flow.label.v0.models.shipping_label_lane_summary'] = PropTypes.exact({
|
|
@@ -17112,6 +17421,7 @@ T['io.flow.internal.v0.models.other_record_metadata_trueup'] = PropTypes.exact({
|
|
|
17112
17421
|
label_transaction_id: PropTypes.string.isRequired,
|
|
17113
17422
|
label_invoice_request_id: PropTypes.string.isRequired,
|
|
17114
17423
|
carrier_charge_id: PropTypes.string.isRequired,
|
|
17424
|
+
subtype: PropTypes.string,
|
|
17115
17425
|
});
|
|
17116
17426
|
|
|
17117
17427
|
T['io.flow.internal.v0.models.other_record_metadata_shipping_label_revenue_share'] = PropTypes.exact({
|
|
@@ -17470,6 +17780,7 @@ T['io.flow.internal.v0.models.item_classification_summary'] = PropTypes.exact({
|
|
|
17470
17780
|
customs_description: PropTypes.string,
|
|
17471
17781
|
});
|
|
17472
17782
|
|
|
17783
|
+
T['io.flow.internal.v0.enums.gabriel_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
17473
17784
|
T['io.flow.internal.v0.enums.checkout_url_type'] = PropTypes.oneOf(['continue_shopping', 'confirmation', 'invalid_checkout']);
|
|
17474
17785
|
|
|
17475
17786
|
T['io.flow.internal.v0.models.checkout_url'] = PropTypes.exact({
|
|
@@ -18681,36 +18992,25 @@ T['io.flow.common.v0.models.address'] = PropTypes.exact({
|
|
|
18681
18992
|
longitude: PropTypes.string,
|
|
18682
18993
|
});
|
|
18683
18994
|
|
|
18684
|
-
T['io.flow.
|
|
18685
|
-
|
|
18686
|
-
name: PropTypes.string,
|
|
18687
|
-
address: T['io.flow.common.v0.models.address'],
|
|
18688
|
-
phone: PropTypes.string,
|
|
18995
|
+
T['io.flow.merchant.onboarding.v0.models.operations_contact'] = PropTypes.exact({
|
|
18996
|
+
company: PropTypes.string,
|
|
18689
18997
|
email: PropTypes.string,
|
|
18690
|
-
|
|
18691
|
-
|
|
18692
|
-
bank_name: PropTypes.string,
|
|
18693
|
-
bank_address: T['io.flow.common.v0.models.address'],
|
|
18998
|
+
phone: PropTypes.string,
|
|
18999
|
+
address: T['io.flow.common.v0.models.address'],
|
|
18694
19000
|
});
|
|
18695
19001
|
|
|
18696
|
-
T['io.flow.
|
|
18697
|
-
T['io.flow.
|
|
18698
|
-
|
|
18699
|
-
T['io.flow.
|
|
18700
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_fra'],
|
|
18701
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_ita'],
|
|
18702
|
-
T['io.flow.billing.bank.account.v0.models.bank_account_info_kor'],
|
|
18703
|
-
]);
|
|
19002
|
+
T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
19003
|
+
warehouse_address: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'].isRequired,
|
|
19004
|
+
warehouse_url: PropTypes.string,
|
|
19005
|
+
location: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'],
|
|
18704
19006
|
|
|
18705
|
-
|
|
18706
|
-
|
|
18707
|
-
|
|
18708
|
-
});
|
|
19007
|
+
scheduled_pickups: PropTypes.arrayOf(
|
|
19008
|
+
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'],
|
|
19009
|
+
),
|
|
18709
19010
|
|
|
18710
|
-
T['io.flow.
|
|
18711
|
-
|
|
18712
|
-
|
|
18713
|
-
]);
|
|
19011
|
+
operations_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'].isRequired,
|
|
19012
|
+
center_id: PropTypes.string,
|
|
19013
|
+
});
|
|
18714
19014
|
|
|
18715
19015
|
T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'] = PropTypes.exact({
|
|
18716
19016
|
name: PropTypes.string,
|
|
@@ -19129,7 +19429,7 @@ T['io.flow.billing.v0.models.transaction_metadata_carrier_charge'] = PropTypes.e
|
|
|
19129
19429
|
label_created_at: PropTypes.string.isRequired,
|
|
19130
19430
|
carrier_id: PropTypes.string.isRequired,
|
|
19131
19431
|
carrier_tracking_number: PropTypes.string.isRequired,
|
|
19132
|
-
revenue_share_percentage: PropTypes.number
|
|
19432
|
+
revenue_share_percentage: PropTypes.number,
|
|
19133
19433
|
outbound: T['io.flow.billing.v0.models.transaction_metadata_outbound_transaction'],
|
|
19134
19434
|
});
|
|
19135
19435
|
|
|
@@ -19138,7 +19438,7 @@ T['io.flow.internal.v0.models.other_record_metadata_carrier_charge'] = PropTypes
|
|
|
19138
19438
|
label_created_at: PropTypes.string.isRequired,
|
|
19139
19439
|
carrier_id: PropTypes.string.isRequired,
|
|
19140
19440
|
carrier_tracking_number: PropTypes.string.isRequired,
|
|
19141
|
-
revenue_share_percentage: PropTypes.number
|
|
19441
|
+
revenue_share_percentage: PropTypes.number,
|
|
19142
19442
|
outbound_transaction_id: PropTypes.string,
|
|
19143
19443
|
});
|
|
19144
19444
|
|
|
@@ -19203,6 +19503,7 @@ T['io.flow.billing.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
|
|
|
19203
19503
|
T['io.flow.billing.v0.models.transaction_metadata_failed_payout'],
|
|
19204
19504
|
T['io.flow.billing.v0.models.transaction_metadata_payment_transaction'],
|
|
19205
19505
|
T['io.flow.billing.v0.models.transaction_metadata_tax_duty'],
|
|
19506
|
+
T['io.flow.billing.v0.models.transaction_metadata_merchant_fee'],
|
|
19206
19507
|
]);
|
|
19207
19508
|
|
|
19208
19509
|
T['io.flow.internal.v0.models.label_metadata'] = PropTypes.exact({
|
|
@@ -19832,6 +20133,8 @@ T['io.flow.internal.v0.models.feature_value_result'] = PropTypes.exact({
|
|
|
19832
20133
|
values: PropTypes.arrayOf(T['io.flow.internal.v0.unions.feature_value']).isRequired,
|
|
19833
20134
|
});
|
|
19834
20135
|
|
|
20136
|
+
T['io.flow.internal.v0.enums.bojana_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
20137
|
+
|
|
19835
20138
|
T['io.flow.internal.v0.models.bitpay_authentication_form'] = PropTypes.exact({
|
|
19836
20139
|
api_token: PropTypes.string.isRequired,
|
|
19837
20140
|
public_key: PropTypes.string.isRequired,
|
|
@@ -20056,6 +20359,8 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
20056
20359
|
'merchant_fee',
|
|
20057
20360
|
'b2b_tax',
|
|
20058
20361
|
'b2b_tax_refund',
|
|
20362
|
+
'b2b_fee_mor_tax',
|
|
20363
|
+
'b2b_fee_shipping_tax',
|
|
20059
20364
|
]);
|
|
20060
20365
|
|
|
20061
20366
|
T['io.flow.internal.v0.models.debug_original_transaction_summary'] = PropTypes.exact({
|
|
@@ -20285,6 +20590,20 @@ T['io.flow.internal.v0.models.debug_banking_details'] = PropTypes.exact({
|
|
|
20285
20590
|
T['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'] = PropTypes.oneOf(['b2b_invoice', 'b2b_credit_memo']);
|
|
20286
20591
|
T['io.flow.internal.v0.enums.b2b_tax_rate_type'] = PropTypes.oneOf(['basic', 'preferential', 'exempt']);
|
|
20287
20592
|
T['io.flow.consumer.invoice.v0.enums.tax_type'] = PropTypes.oneOf(['vat', 'gst', 'hst', 'pst', 'qst', 'sales_tax']);
|
|
20593
|
+
T['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'] = PropTypes.oneOf(['label', 'trueup']);
|
|
20594
|
+
|
|
20595
|
+
T['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'] = PropTypes.exact({
|
|
20596
|
+
discriminator: PropTypes.oneOf(['b2b_fee_shipping_tax_trigger_metadata']).isRequired,
|
|
20597
|
+
trigger_type: T['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'].isRequired,
|
|
20598
|
+
});
|
|
20599
|
+
|
|
20600
|
+
T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'] = PropTypes.oneOf(['capture', 'order']);
|
|
20601
|
+
|
|
20602
|
+
T['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'] = PropTypes.exact({
|
|
20603
|
+
discriminator: PropTypes.oneOf(['b2b_fee_mor_tax_trigger_metadata']).isRequired,
|
|
20604
|
+
trigger_type: T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'].isRequired,
|
|
20605
|
+
});
|
|
20606
|
+
|
|
20288
20607
|
T['io.flow.internal.v0.enums.restriction_status'] = PropTypes.oneOf(['pending', 'in_review', 'escalated', 'accepted', 'restricted']);
|
|
20289
20608
|
|
|
20290
20609
|
T['io.flow.internal.v0.models.restriction_item_review_summary'] = PropTypes.exact({
|
|
@@ -21308,8 +21627,6 @@ T['io.flow.internal.v0.models.restriction_rule_upserted'] = PropTypes.exact({
|
|
|
21308
21627
|
restriction_rule: T['io.flow.internal.v0.models.restriction_rule'].isRequired,
|
|
21309
21628
|
});
|
|
21310
21629
|
|
|
21311
|
-
T['io.flow.internal.v0.enums.ansh_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
21312
|
-
T['io.flow.internal.v0.enums.anirban_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
21313
21630
|
T['io.flow.internal.v0.enums.amrutha_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
21314
21631
|
T['io.flow.common.v0.enums.role'] = PropTypes.oneOf(['admin', 'member']);
|
|
21315
21632
|
|
|
@@ -21377,8 +21694,6 @@ T['io.flow.internal.v0.models.all_organizations_membership'] = PropTypes.exact({
|
|
|
21377
21694
|
role: T['io.flow.common.v0.enums.role'].isRequired,
|
|
21378
21695
|
});
|
|
21379
21696
|
|
|
21380
|
-
T['io.flow.internal.v0.enums.aldo_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
21381
|
-
|
|
21382
21697
|
T['io.flow.internal.v0.models.afterpay_refund'] = PropTypes.exact({
|
|
21383
21698
|
id: PropTypes.string.isRequired,
|
|
21384
21699
|
flow_refund_id: PropTypes.string.isRequired,
|
|
@@ -22252,6 +22567,7 @@ T['io.flow.billing.v0.enums.fee_deduction_type'] = PropTypes.oneOf([
|
|
|
22252
22567
|
'transfer',
|
|
22253
22568
|
'negative_balance_guarantee',
|
|
22254
22569
|
'sp',
|
|
22570
|
+
'rev_share',
|
|
22255
22571
|
]);
|
|
22256
22572
|
|
|
22257
22573
|
T['io.flow.billing.v0.models.fee_deduction'] = PropTypes.exact({
|
|
@@ -22433,7 +22749,6 @@ T['io.flow.merchant.onboarding.v0.models.common_merchant_application_form'] = Pr
|
|
|
22433
22749
|
beneficiary_details: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'],
|
|
22434
22750
|
other_trade_sector: PropTypes.string,
|
|
22435
22751
|
center_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'],
|
|
22436
|
-
center_address: T['io.flow.common.v0.models.address'],
|
|
22437
22752
|
average_order_weight: PropTypes.number,
|
|
22438
22753
|
average_order_weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
22439
22754
|
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
@@ -22471,7 +22786,6 @@ T['io.flow.merchant.onboarding.v0.models.common_merchant_application'] = PropTyp
|
|
|
22471
22786
|
beneficiary_details: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_beneficiary_details'],
|
|
22472
22787
|
other_trade_sector: PropTypes.string,
|
|
22473
22788
|
center_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'],
|
|
22474
|
-
center_address: T['io.flow.common.v0.models.address'],
|
|
22475
22789
|
average_order_weight: PropTypes.number,
|
|
22476
22790
|
average_order_weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'],
|
|
22477
22791
|
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
@@ -22930,7 +23244,7 @@ T['io.flow.experience.v0.models.discount_rule_settings'] = PropTypes.exact({
|
|
|
22930
23244
|
|
|
22931
23245
|
T['io.flow.common.v0.models.discount_form'] = PropTypes.exact({
|
|
22932
23246
|
offer: T['io.flow.common.v0.unions.discount_offer'].isRequired,
|
|
22933
|
-
target: T['io.flow.common.v0.enums.discount_target'],
|
|
23247
|
+
target: T['io.flow.common.v0.enums.discount_target'].isRequired,
|
|
22934
23248
|
label: PropTypes.string,
|
|
22935
23249
|
});
|
|
22936
23250
|
|
|
@@ -23336,6 +23650,26 @@ T['io.flow.internal.v0.models.shipping_rate_estimate_internal'] = PropTypes.exac
|
|
|
23336
23650
|
available: PropTypes.arrayOf(T['io.flow.internal.v0.models.shipping_rate_estimate_available_internal']).isRequired,
|
|
23337
23651
|
});
|
|
23338
23652
|
|
|
23653
|
+
T['io.flow.internal.v0.models.shipping_cost_summary'] = PropTypes.exact({
|
|
23654
|
+
id: PropTypes.string.isRequired,
|
|
23655
|
+
source: T['io.flow.billing.v0.enums.transaction_source'].isRequired,
|
|
23656
|
+
organization_id: PropTypes.string.isRequired,
|
|
23657
|
+
order_number: PropTypes.string.isRequired,
|
|
23658
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
23659
|
+
tax: T['io.flow.common.v0.models.money'].isRequired,
|
|
23660
|
+
label_id: PropTypes.string,
|
|
23661
|
+
base: T['io.flow.trueup.v0.models.label_base'],
|
|
23662
|
+
surcharges: PropTypes.arrayOf(T['io.flow.trueup.v0.models.label_surcharge']),
|
|
23663
|
+
});
|
|
23664
|
+
|
|
23665
|
+
T['io.flow.internal.v0.models.shipping_cost_upserted'] = PropTypes.exact({
|
|
23666
|
+
discriminator: PropTypes.oneOf(['shipping_cost_upserted']).isRequired,
|
|
23667
|
+
event_id: PropTypes.string.isRequired,
|
|
23668
|
+
timestamp: PropTypes.string.isRequired,
|
|
23669
|
+
organization: PropTypes.string.isRequired,
|
|
23670
|
+
shipping_cost: T['io.flow.internal.v0.models.shipping_cost_summary'].isRequired,
|
|
23671
|
+
});
|
|
23672
|
+
|
|
23339
23673
|
T['io.flow.internal.v0.models.shipment_cost_summary'] = PropTypes.exact({
|
|
23340
23674
|
lane_id: PropTypes.string,
|
|
23341
23675
|
ratecard_id: PropTypes.string,
|
|
@@ -23456,6 +23790,7 @@ T['io.flow.internal.v0.unions.fuel_surcharge_service_fee_put_form'] = PropTypes.
|
|
|
23456
23790
|
T['io.flow.common.v0.models.line_item_form'] = PropTypes.exact({
|
|
23457
23791
|
number: PropTypes.string.isRequired,
|
|
23458
23792
|
quantity: PropTypes.number.isRequired,
|
|
23793
|
+
line_item_identifier: PropTypes.string,
|
|
23459
23794
|
shipment_estimate: T['io.flow.common.v0.models.datetime_range'],
|
|
23460
23795
|
price: T['io.flow.common.v0.models.money'],
|
|
23461
23796
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
@@ -24039,6 +24374,8 @@ T['io.flow.internal.v0.models.b2b_tax_ledger_form'] = PropTypes.exact({
|
|
|
24039
24374
|
document_type: T['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'].isRequired,
|
|
24040
24375
|
document_date: PropTypes.string.isRequired,
|
|
24041
24376
|
ledger_report_id: PropTypes.string,
|
|
24377
|
+
voids_invoice_number: PropTypes.string,
|
|
24378
|
+
document_number: PropTypes.string,
|
|
24042
24379
|
});
|
|
24043
24380
|
|
|
24044
24381
|
T['io.flow.internal.v0.models.b2b_tax_ledger'] = PropTypes.exact({
|
|
@@ -24058,6 +24395,8 @@ T['io.flow.internal.v0.models.b2b_tax_ledger'] = PropTypes.exact({
|
|
|
24058
24395
|
document_type: T['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'].isRequired,
|
|
24059
24396
|
document_date: PropTypes.string.isRequired,
|
|
24060
24397
|
ledger_report_id: PropTypes.string,
|
|
24398
|
+
voids_invoice_number: PropTypes.string,
|
|
24399
|
+
document_number: PropTypes.string,
|
|
24061
24400
|
});
|
|
24062
24401
|
|
|
24063
24402
|
T['io.flow.internal.v0.models.adjustment_details_amount_fixed'] = PropTypes.exact({
|
|
@@ -24481,7 +24820,7 @@ T['io.flow.common.v0.models.organization'] = PropTypes.exact({
|
|
|
24481
24820
|
parent: T['io.flow.common.v0.models.organization_reference'],
|
|
24482
24821
|
defaults: T['io.flow.common.v0.models.organization_defaults'],
|
|
24483
24822
|
created_at: PropTypes.string,
|
|
24484
|
-
status: T['io.flow.common.v0.enums.organization_status'],
|
|
24823
|
+
status: T['io.flow.common.v0.enums.organization_status'].isRequired,
|
|
24485
24824
|
type: T['io.flow.common.v0.enums.organization_type'],
|
|
24486
24825
|
});
|
|
24487
24826
|
|
|
@@ -24660,6 +24999,7 @@ T['io.flow.internal.v0.models.label_request_result'] = PropTypes.exact({
|
|
|
24660
24999
|
reference_id: PropTypes.string,
|
|
24661
25000
|
logistics_integration_provider: PropTypes.string,
|
|
24662
25001
|
tax_lrp_liabilities: PropTypes.arrayOf(T['io.flow.internal.v0.models.liability']),
|
|
25002
|
+
channel_id: PropTypes.string,
|
|
24663
25003
|
});
|
|
24664
25004
|
|
|
24665
25005
|
T['io.flow.internal.v0.models.invoice_data'] = PropTypes.exact({
|
|
@@ -24903,6 +25243,8 @@ T['io.flow.internal.v0.unions.task_metadata'] = PropTypes.oneOfType([
|
|
|
24903
25243
|
T['io.flow.internal.v0.models.accounting_return_metadata'],
|
|
24904
25244
|
T['io.flow.internal.v0.models.non_l4l_tax_duty_fx_fee_metadata'],
|
|
24905
25245
|
T['io.flow.internal.v0.models.channel_transaction_trigger_metadata'],
|
|
25246
|
+
T['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'],
|
|
25247
|
+
T['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'],
|
|
24906
25248
|
]);
|
|
24907
25249
|
|
|
24908
25250
|
T['io.flow.common.v0.models.price'] = PropTypes.exact({
|
|
@@ -25195,6 +25537,7 @@ T['io.flow.consumer.invoice.v0.models.b2b_credit_memo'] = PropTypes.exact({
|
|
|
25195
25537
|
b2b_invoice_type: T['io.flow.consumer.invoice.v0.enums.b2b_invoice_type'].isRequired,
|
|
25196
25538
|
center: T['io.flow.consumer.invoice.v0.models.consumer_invoice_center_reference'],
|
|
25197
25539
|
order: T['io.flow.consumer.invoice.v0.models.consumer_invoice_order_summary'],
|
|
25540
|
+
voids_b2b_invoice: PropTypes.bool,
|
|
25198
25541
|
});
|
|
25199
25542
|
|
|
25200
25543
|
T['io.flow.consumer.invoice.v0.models.consumer_invoice_payment'] = PropTypes.exact({
|
|
@@ -25527,54 +25870,6 @@ T['io.flow.internal.v0.models.subscription'] = PropTypes.exact({
|
|
|
25527
25870
|
created_at: PropTypes.string.isRequired,
|
|
25528
25871
|
});
|
|
25529
25872
|
|
|
25530
|
-
T['io.flow.internal.v0.models.sarvesh_item_form'] = PropTypes.exact({
|
|
25531
|
-
number: PropTypes.string.isRequired,
|
|
25532
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25533
|
-
description: PropTypes.string,
|
|
25534
|
-
type: T['io.flow.internal.v0.enums.sarvesh_item_type'].isRequired,
|
|
25535
|
-
added_on: PropTypes.string.isRequired,
|
|
25536
|
-
});
|
|
25537
|
-
|
|
25538
|
-
T['io.flow.internal.v0.models.sarvesh_item'] = PropTypes.exact({
|
|
25539
|
-
id: PropTypes.string.isRequired,
|
|
25540
|
-
number: PropTypes.string.isRequired,
|
|
25541
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25542
|
-
description: PropTypes.string,
|
|
25543
|
-
type: T['io.flow.internal.v0.enums.sarvesh_item_type'].isRequired,
|
|
25544
|
-
added_on: PropTypes.string.isRequired,
|
|
25545
|
-
});
|
|
25546
|
-
|
|
25547
|
-
T['io.flow.internal.v0.models.sarvesh_item_upserted'] = PropTypes.exact({
|
|
25548
|
-
discriminator: PropTypes.oneOf(['sarvesh_item_upserted']).isRequired,
|
|
25549
|
-
event_id: PropTypes.string.isRequired,
|
|
25550
|
-
timestamp: PropTypes.string.isRequired,
|
|
25551
|
-
item: T['io.flow.internal.v0.models.sarvesh_item'].isRequired,
|
|
25552
|
-
});
|
|
25553
|
-
|
|
25554
|
-
T['io.flow.internal.v0.models.rohan_item_form'] = PropTypes.exact({
|
|
25555
|
-
number: PropTypes.string.isRequired,
|
|
25556
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25557
|
-
description: PropTypes.string,
|
|
25558
|
-
type: T['io.flow.internal.v0.enums.rohan_item_type'].isRequired,
|
|
25559
|
-
added_on: PropTypes.string.isRequired,
|
|
25560
|
-
});
|
|
25561
|
-
|
|
25562
|
-
T['io.flow.internal.v0.models.rohan_item'] = PropTypes.exact({
|
|
25563
|
-
id: PropTypes.string.isRequired,
|
|
25564
|
-
number: PropTypes.string.isRequired,
|
|
25565
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25566
|
-
description: PropTypes.string,
|
|
25567
|
-
type: T['io.flow.internal.v0.enums.rohan_item_type'].isRequired,
|
|
25568
|
-
added_on: PropTypes.string.isRequired,
|
|
25569
|
-
});
|
|
25570
|
-
|
|
25571
|
-
T['io.flow.internal.v0.models.rohan_item_upserted'] = PropTypes.exact({
|
|
25572
|
-
discriminator: PropTypes.oneOf(['rohan_item_upserted']).isRequired,
|
|
25573
|
-
event_id: PropTypes.string.isRequired,
|
|
25574
|
-
timestamp: PropTypes.string.isRequired,
|
|
25575
|
-
item: T['io.flow.internal.v0.models.rohan_item'].isRequired,
|
|
25576
|
-
});
|
|
25577
|
-
|
|
25578
25873
|
T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
|
|
25579
25874
|
id: PropTypes.string.isRequired,
|
|
25580
25875
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -25624,23 +25919,6 @@ T['io.flow.internal.v0.models.restriction_item'] = PropTypes.exact({
|
|
|
25624
25919
|
channel: PropTypes.string,
|
|
25625
25920
|
});
|
|
25626
25921
|
|
|
25627
|
-
T['io.flow.internal.v0.models.prateek_item_form'] = PropTypes.exact({
|
|
25628
|
-
number: PropTypes.string.isRequired,
|
|
25629
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25630
|
-
description: PropTypes.string,
|
|
25631
|
-
type: T['io.flow.internal.v0.enums.prateek_item_type'].isRequired,
|
|
25632
|
-
added_on: PropTypes.string.isRequired,
|
|
25633
|
-
});
|
|
25634
|
-
|
|
25635
|
-
T['io.flow.internal.v0.models.prateek_item'] = PropTypes.exact({
|
|
25636
|
-
id: PropTypes.string.isRequired,
|
|
25637
|
-
number: PropTypes.string.isRequired,
|
|
25638
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25639
|
-
description: PropTypes.string,
|
|
25640
|
-
type: T['io.flow.internal.v0.enums.prateek_item_type'].isRequired,
|
|
25641
|
-
added_on: PropTypes.string.isRequired,
|
|
25642
|
-
});
|
|
25643
|
-
|
|
25644
25922
|
T['io.flow.internal.v0.models.payment_summary_v2'] = PropTypes.exact({
|
|
25645
25923
|
discriminator: PropTypes.oneOf(['payment_summary_v2']).isRequired,
|
|
25646
25924
|
id: PropTypes.string.isRequired,
|
|
@@ -25679,60 +25957,12 @@ T['io.flow.internal.v0.models.order_revenue_region_chart'] = PropTypes.exact({
|
|
|
25679
25957
|
data: PropTypes.arrayOf(T['io.flow.internal.v0.models.order_revenue_region_data_point']).isRequired,
|
|
25680
25958
|
});
|
|
25681
25959
|
|
|
25682
|
-
T['io.flow.internal.v0.models.niall_item_form'] = PropTypes.exact({
|
|
25683
|
-
number: PropTypes.string.isRequired,
|
|
25684
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25685
|
-
description: PropTypes.string,
|
|
25686
|
-
type: T['io.flow.internal.v0.enums.niall_item_type'].isRequired,
|
|
25687
|
-
added_on: PropTypes.string.isRequired,
|
|
25688
|
-
});
|
|
25689
|
-
|
|
25690
|
-
T['io.flow.internal.v0.models.niall_item'] = PropTypes.exact({
|
|
25691
|
-
id: PropTypes.string.isRequired,
|
|
25692
|
-
number: PropTypes.string.isRequired,
|
|
25693
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25694
|
-
description: PropTypes.string,
|
|
25695
|
-
type: T['io.flow.internal.v0.enums.niall_item_type'].isRequired,
|
|
25696
|
-
added_on: PropTypes.string.isRequired,
|
|
25697
|
-
});
|
|
25698
|
-
|
|
25699
|
-
T['io.flow.internal.v0.models.niall_item_upserted'] = PropTypes.exact({
|
|
25700
|
-
discriminator: PropTypes.oneOf(['niall_item_upserted']).isRequired,
|
|
25701
|
-
event_id: PropTypes.string.isRequired,
|
|
25702
|
-
timestamp: PropTypes.string.isRequired,
|
|
25703
|
-
item: T['io.flow.internal.v0.models.niall_item'].isRequired,
|
|
25704
|
-
});
|
|
25705
|
-
|
|
25706
25960
|
T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
|
|
25707
25961
|
id: PropTypes.string.isRequired,
|
|
25708
25962
|
description: PropTypes.string.isRequired,
|
|
25709
25963
|
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
25710
25964
|
});
|
|
25711
25965
|
|
|
25712
|
-
T['io.flow.internal.v0.models.hosein_item_form'] = PropTypes.exact({
|
|
25713
|
-
number: PropTypes.string.isRequired,
|
|
25714
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25715
|
-
description: PropTypes.string,
|
|
25716
|
-
type: T['io.flow.internal.v0.enums.hosein_item_type'].isRequired,
|
|
25717
|
-
added_on: PropTypes.string.isRequired,
|
|
25718
|
-
});
|
|
25719
|
-
|
|
25720
|
-
T['io.flow.internal.v0.models.hosein_item'] = PropTypes.exact({
|
|
25721
|
-
id: PropTypes.string.isRequired,
|
|
25722
|
-
number: PropTypes.string.isRequired,
|
|
25723
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
25724
|
-
description: PropTypes.string,
|
|
25725
|
-
type: T['io.flow.internal.v0.enums.hosein_item_type'].isRequired,
|
|
25726
|
-
added_on: PropTypes.string.isRequired,
|
|
25727
|
-
});
|
|
25728
|
-
|
|
25729
|
-
T['io.flow.internal.v0.models.hosein_item_upserted'] = PropTypes.exact({
|
|
25730
|
-
discriminator: PropTypes.oneOf(['hosein_item_upserted']).isRequired,
|
|
25731
|
-
event_id: PropTypes.string.isRequired,
|
|
25732
|
-
timestamp: PropTypes.string.isRequired,
|
|
25733
|
-
item: T['io.flow.internal.v0.models.hosein_item'].isRequired,
|
|
25734
|
-
});
|
|
25735
|
-
|
|
25736
25966
|
T['io.flow.internal.v0.models.gift_card'] = PropTypes.exact({
|
|
25737
25967
|
id: PropTypes.string.isRequired,
|
|
25738
25968
|
number: PropTypes.string.isRequired,
|
|
@@ -25785,6 +26015,30 @@ T['io.flow.internal.v0.models.components'] = PropTypes.exact({
|
|
|
25785
26015
|
insurance: T['io.flow.common.v0.models.price'].isRequired,
|
|
25786
26016
|
});
|
|
25787
26017
|
|
|
26018
|
+
T['io.flow.internal.v0.models.chenglin_item_form'] = PropTypes.exact({
|
|
26019
|
+
number: PropTypes.string.isRequired,
|
|
26020
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26021
|
+
description: PropTypes.string,
|
|
26022
|
+
type: T['io.flow.internal.v0.enums.gabriel_item_type'].isRequired,
|
|
26023
|
+
added_on: PropTypes.string.isRequired,
|
|
26024
|
+
});
|
|
26025
|
+
|
|
26026
|
+
T['io.flow.internal.v0.models.chenglin_item'] = PropTypes.exact({
|
|
26027
|
+
id: PropTypes.string.isRequired,
|
|
26028
|
+
number: PropTypes.string.isRequired,
|
|
26029
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26030
|
+
description: PropTypes.string,
|
|
26031
|
+
type: T['io.flow.internal.v0.enums.gabriel_item_type'].isRequired,
|
|
26032
|
+
added_on: PropTypes.string.isRequired,
|
|
26033
|
+
});
|
|
26034
|
+
|
|
26035
|
+
T['io.flow.internal.v0.models.chenglin_item_upserted'] = PropTypes.exact({
|
|
26036
|
+
discriminator: PropTypes.oneOf(['chenglin_item_upserted']).isRequired,
|
|
26037
|
+
event_id: PropTypes.string.isRequired,
|
|
26038
|
+
timestamp: PropTypes.string.isRequired,
|
|
26039
|
+
item: T['io.flow.internal.v0.models.chenglin_item'].isRequired,
|
|
26040
|
+
});
|
|
26041
|
+
|
|
25788
26042
|
T['io.flow.internal.v0.models.fee'] = PropTypes.exact({
|
|
25789
26043
|
value: T['io.flow.common.v0.models.price'].isRequired,
|
|
25790
26044
|
description: PropTypes.string,
|
|
@@ -25812,6 +26066,23 @@ T['io.flow.internal.v0.models.next_billing_statement'] = PropTypes.exact({
|
|
|
25812
26066
|
conditions: PropTypes.string,
|
|
25813
26067
|
});
|
|
25814
26068
|
|
|
26069
|
+
T['io.flow.internal.v0.models.bojana_item_form'] = PropTypes.exact({
|
|
26070
|
+
number: PropTypes.string.isRequired,
|
|
26071
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26072
|
+
description: PropTypes.string,
|
|
26073
|
+
type: T['io.flow.internal.v0.enums.bojana_item_type'].isRequired,
|
|
26074
|
+
added_on: PropTypes.string.isRequired,
|
|
26075
|
+
});
|
|
26076
|
+
|
|
26077
|
+
T['io.flow.internal.v0.models.bojana_item'] = PropTypes.exact({
|
|
26078
|
+
id: PropTypes.string.isRequired,
|
|
26079
|
+
number: PropTypes.string.isRequired,
|
|
26080
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26081
|
+
description: PropTypes.string,
|
|
26082
|
+
type: T['io.flow.internal.v0.enums.bojana_item_type'].isRequired,
|
|
26083
|
+
added_on: PropTypes.string.isRequired,
|
|
26084
|
+
});
|
|
26085
|
+
|
|
25815
26086
|
T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
25816
26087
|
starting_balance: T['io.flow.common.v0.models.price'].isRequired,
|
|
25817
26088
|
subscription: T['io.flow.common.v0.models.price'].isRequired,
|
|
@@ -25843,6 +26114,9 @@ T['io.flow.internal.v0.models.billing_statement_totals'] = PropTypes.exact({
|
|
|
25843
26114
|
tax_refund: T['io.flow.common.v0.models.price'].isRequired,
|
|
25844
26115
|
b2b_tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
25845
26116
|
b2b_tax_refund: T['io.flow.common.v0.models.price'].isRequired,
|
|
26117
|
+
merchant_fee: T['io.flow.common.v0.models.price'].isRequired,
|
|
26118
|
+
b2b_fee_mor_tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
26119
|
+
b2b_fee_shipping_tax: T['io.flow.common.v0.models.price'].isRequired,
|
|
25846
26120
|
});
|
|
25847
26121
|
|
|
25848
26122
|
T['io.flow.internal.v0.models.organization_billing_statement'] = PropTypes.exact({
|
|
@@ -26266,7 +26540,7 @@ T['io.flow.internal.v0.models.debug_order_transaction'] = PropTypes.exact({
|
|
|
26266
26540
|
debug: T['io.flow.internal.v0.models.debug_details'].isRequired,
|
|
26267
26541
|
transactions: PropTypes.arrayOf(T['io.flow.internal.v0.models.debug_order_transaction_details']).isRequired,
|
|
26268
26542
|
reporting: T['io.flow.internal.v0.models.reporting_details'].isRequired,
|
|
26269
|
-
banking: T['io.flow.internal.v0.models.debug_banking_details']
|
|
26543
|
+
banking: T['io.flow.internal.v0.models.debug_banking_details'],
|
|
26270
26544
|
});
|
|
26271
26545
|
|
|
26272
26546
|
T['io.flow.internal.v0.models.channel_order'] = PropTypes.exact({
|
|
@@ -26430,7 +26704,6 @@ T['io.flow.internal.v0.models.validated_shipping_data'] = PropTypes.exact({
|
|
|
26430
26704
|
fulfillment_key: PropTypes.string,
|
|
26431
26705
|
rex_number: PropTypes.string,
|
|
26432
26706
|
weee_number: PropTypes.string,
|
|
26433
|
-
generate_commercial_invoice_only: PropTypes.bool.isRequired,
|
|
26434
26707
|
liability_remittance_plan: T['io.flow.internal.v0.models.liability_remittance_plan'],
|
|
26435
26708
|
shipment_cost_summary: T['io.flow.internal.v0.models.shipment_cost_summary'],
|
|
26436
26709
|
shipping_label_hop_cost_itemized_estimate: T['io.flow.label.v0.models.shipping_label_hop_cost_itemized_estimate'],
|
|
@@ -26539,54 +26812,6 @@ T['io.flow.internal.v0.models.authorized_charge_status'] = PropTypes.exact({
|
|
|
26539
26812
|
refunded: T['io.flow.common.v0.models.price_with_base'].isRequired,
|
|
26540
26813
|
});
|
|
26541
26814
|
|
|
26542
|
-
T['io.flow.internal.v0.models.ansh_item_form'] = PropTypes.exact({
|
|
26543
|
-
number: PropTypes.string.isRequired,
|
|
26544
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26545
|
-
description: PropTypes.string,
|
|
26546
|
-
type: T['io.flow.internal.v0.enums.ansh_item_type'].isRequired,
|
|
26547
|
-
added_on: PropTypes.string.isRequired,
|
|
26548
|
-
});
|
|
26549
|
-
|
|
26550
|
-
T['io.flow.internal.v0.models.ansh_item'] = PropTypes.exact({
|
|
26551
|
-
id: PropTypes.string.isRequired,
|
|
26552
|
-
number: PropTypes.string.isRequired,
|
|
26553
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26554
|
-
description: PropTypes.string,
|
|
26555
|
-
type: T['io.flow.internal.v0.enums.ansh_item_type'].isRequired,
|
|
26556
|
-
added_on: PropTypes.string.isRequired,
|
|
26557
|
-
});
|
|
26558
|
-
|
|
26559
|
-
T['io.flow.internal.v0.models.ansh_item_upserted'] = PropTypes.exact({
|
|
26560
|
-
discriminator: PropTypes.oneOf(['ansh_item_upserted']).isRequired,
|
|
26561
|
-
event_id: PropTypes.string.isRequired,
|
|
26562
|
-
timestamp: PropTypes.string.isRequired,
|
|
26563
|
-
item: T['io.flow.internal.v0.models.ansh_item'].isRequired,
|
|
26564
|
-
});
|
|
26565
|
-
|
|
26566
|
-
T['io.flow.internal.v0.models.anirban_item_form'] = PropTypes.exact({
|
|
26567
|
-
number: PropTypes.string.isRequired,
|
|
26568
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26569
|
-
description: PropTypes.string,
|
|
26570
|
-
type: T['io.flow.internal.v0.enums.anirban_item_type'].isRequired,
|
|
26571
|
-
added_on: PropTypes.string.isRequired,
|
|
26572
|
-
});
|
|
26573
|
-
|
|
26574
|
-
T['io.flow.internal.v0.models.anirban_item'] = PropTypes.exact({
|
|
26575
|
-
id: PropTypes.string.isRequired,
|
|
26576
|
-
number: PropTypes.string.isRequired,
|
|
26577
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26578
|
-
description: PropTypes.string,
|
|
26579
|
-
type: T['io.flow.internal.v0.enums.anirban_item_type'].isRequired,
|
|
26580
|
-
added_on: PropTypes.string.isRequired,
|
|
26581
|
-
});
|
|
26582
|
-
|
|
26583
|
-
T['io.flow.internal.v0.models.anirban_item_upserted'] = PropTypes.exact({
|
|
26584
|
-
discriminator: PropTypes.oneOf(['anirban_item_upserted']).isRequired,
|
|
26585
|
-
event_id: PropTypes.string.isRequired,
|
|
26586
|
-
timestamp: PropTypes.string.isRequired,
|
|
26587
|
-
item: T['io.flow.internal.v0.models.anirban_item'].isRequired,
|
|
26588
|
-
});
|
|
26589
|
-
|
|
26590
26815
|
T['io.flow.internal.v0.models.amrutha_item_form'] = PropTypes.exact({
|
|
26591
26816
|
number: PropTypes.string.isRequired,
|
|
26592
26817
|
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
@@ -26604,30 +26829,6 @@ T['io.flow.internal.v0.models.amrutha_item'] = PropTypes.exact({
|
|
|
26604
26829
|
added_on: PropTypes.string.isRequired,
|
|
26605
26830
|
});
|
|
26606
26831
|
|
|
26607
|
-
T['io.flow.internal.v0.models.aldo_item_form'] = PropTypes.exact({
|
|
26608
|
-
number: PropTypes.string.isRequired,
|
|
26609
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26610
|
-
description: PropTypes.string,
|
|
26611
|
-
type: T['io.flow.internal.v0.enums.aldo_item_type'].isRequired,
|
|
26612
|
-
added_on: PropTypes.string.isRequired,
|
|
26613
|
-
});
|
|
26614
|
-
|
|
26615
|
-
T['io.flow.internal.v0.models.aldo_item'] = PropTypes.exact({
|
|
26616
|
-
id: PropTypes.string.isRequired,
|
|
26617
|
-
number: PropTypes.string.isRequired,
|
|
26618
|
-
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
26619
|
-
description: PropTypes.string,
|
|
26620
|
-
type: T['io.flow.internal.v0.enums.aldo_item_type'].isRequired,
|
|
26621
|
-
added_on: PropTypes.string.isRequired,
|
|
26622
|
-
});
|
|
26623
|
-
|
|
26624
|
-
T['io.flow.internal.v0.models.aldo_item_upserted'] = PropTypes.exact({
|
|
26625
|
-
discriminator: PropTypes.oneOf(['aldo_item_upserted']).isRequired,
|
|
26626
|
-
event_id: PropTypes.string.isRequired,
|
|
26627
|
-
timestamp: PropTypes.string.isRequired,
|
|
26628
|
-
item: T['io.flow.internal.v0.models.aldo_item'].isRequired,
|
|
26629
|
-
});
|
|
26630
|
-
|
|
26631
26832
|
T['io.flow.internal.v0.models.account_statistics_additional_balances'] = PropTypes.exact({
|
|
26632
26833
|
on_hold: T['io.flow.common.v0.models.price'].isRequired,
|
|
26633
26834
|
});
|
|
@@ -26989,11 +27190,13 @@ T['io.flow.internal.v0.models.account_settings'] = PropTypes.exact({
|
|
|
26989
27190
|
transfer_method: T['io.flow.internal.v0.enums.transfer_method'],
|
|
26990
27191
|
b2b_tax_remittance_days: PropTypes.number,
|
|
26991
27192
|
merchant_of_record_fee: PropTypes.number,
|
|
27193
|
+
merchant_of_record_fee_create_on_order: PropTypes.bool,
|
|
26992
27194
|
duty_guarantee_fee: PropTypes.number,
|
|
26993
27195
|
transfer_fee: PropTypes.number,
|
|
26994
27196
|
negative_balance_fee: PropTypes.number,
|
|
26995
27197
|
order_service_fee: T['io.flow.internal.v0.models.tiered_fee'],
|
|
26996
27198
|
label_fees: T['io.flow.internal.v0.models.account_setting_label_fees'],
|
|
27199
|
+
revenue_share_rate: PropTypes.number,
|
|
26997
27200
|
charge_label_cost_directly: PropTypes.bool.isRequired,
|
|
26998
27201
|
transaction_posting_method: T['io.flow.internal.v0.enums.transaction_posting_method'].isRequired,
|
|
26999
27202
|
statement_transfer_transaction_location: T['io.flow.internal.v0.enums.statement_transfer_transaction_location'].isRequired,
|
|
@@ -27004,6 +27207,10 @@ T['io.flow.internal.v0.models.account_settings'] = PropTypes.exact({
|
|
|
27004
27207
|
enable_fee_reversals: PropTypes.bool.isRequired,
|
|
27005
27208
|
record_reason_for_transactions_pending_payout: PropTypes.bool.isRequired,
|
|
27006
27209
|
enable_negative_debits: PropTypes.bool.isRequired,
|
|
27210
|
+
enable_statement_pdf: PropTypes.bool.isRequired,
|
|
27211
|
+
enable_shipping_label_revenue_share: PropTypes.bool,
|
|
27212
|
+
enable_carrier_charge_revenue_share: PropTypes.bool,
|
|
27213
|
+
always_charge_organization_for_trueup: PropTypes.bool,
|
|
27007
27214
|
});
|
|
27008
27215
|
|
|
27009
27216
|
T['io.flow.internal.v0.models.account_settings_upserted'] = PropTypes.exact({
|
|
@@ -27131,6 +27338,8 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
27131
27338
|
'merchant_refund',
|
|
27132
27339
|
'b2b_tax',
|
|
27133
27340
|
'b2b_tax_refund',
|
|
27341
|
+
'b2b_fee_mor_tax',
|
|
27342
|
+
'b2b_fee_shipping_tax',
|
|
27134
27343
|
]);
|
|
27135
27344
|
|
|
27136
27345
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -27383,6 +27592,7 @@ T['io.flow.internal.v0.models.manual_transaction'] = PropTypes.exact({
|
|
|
27383
27592
|
original_transaction: T['io.flow.internal.v0.models.transaction_reference'],
|
|
27384
27593
|
order: T['io.flow.internal.v0.models.billing_order_transaction_order_reference'],
|
|
27385
27594
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
27595
|
+
recoup: PropTypes.bool,
|
|
27386
27596
|
id: PropTypes.string.isRequired,
|
|
27387
27597
|
type: T['io.flow.internal.v0.enums.billing_transaction_type'].isRequired,
|
|
27388
27598
|
status: T['io.flow.internal.v0.enums.billing_transaction_status'].isRequired,
|
|
@@ -27905,8 +28115,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27905
28115
|
T['io.flow.internal.v0.models.calculator_organization_settings_deleted'],
|
|
27906
28116
|
T['io.flow.internal.v0.models.carrier_account_upserted_v2'],
|
|
27907
28117
|
T['io.flow.internal.v0.models.carrier_account_deleted'],
|
|
27908
|
-
T['io.flow.internal.v0.models.label_generation_settings_upserted'],
|
|
27909
|
-
T['io.flow.internal.v0.models.label_generation_settings_deleted'],
|
|
27910
28118
|
T['io.flow.internal.v0.models.catalog_import_request'],
|
|
27911
28119
|
T['io.flow.internal.v0.models.exclusion_rule_upserted'],
|
|
27912
28120
|
T['io.flow.internal.v0.models.exclusion_rule_deleted'],
|
|
@@ -27976,6 +28184,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27976
28184
|
T['io.flow.internal.v0.models.carrier_charge_deleted'],
|
|
27977
28185
|
T['io.flow.internal.v0.models.bank_payment_order_upserted'],
|
|
27978
28186
|
T['io.flow.internal.v0.models.bank_payment_order_deleted'],
|
|
28187
|
+
T['io.flow.internal.v0.models.shipping_cost_upserted'],
|
|
28188
|
+
T['io.flow.internal.v0.models.shipping_cost_deleted'],
|
|
27979
28189
|
T['io.flow.internal.v0.models.fraud_review_upserted'],
|
|
27980
28190
|
T['io.flow.internal.v0.models.fraud_review_deleted'],
|
|
27981
28191
|
T['io.flow.internal.v0.models.fraud_pending_review_upserted'],
|
|
@@ -28089,11 +28299,17 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28089
28299
|
T['io.flow.internal.v0.models.paypal_refund_upserted'],
|
|
28090
28300
|
T['io.flow.internal.v0.models.paypal_dispute_upserted'],
|
|
28091
28301
|
T['io.flow.internal.v0.models.paypal_dispute_deleted'],
|
|
28302
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_inserted'],
|
|
28303
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_updated'],
|
|
28304
|
+
T['io.flow.internal.v0.models.preonboarding_sellability_result_deleted'],
|
|
28092
28305
|
T['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'],
|
|
28093
28306
|
T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'],
|
|
28094
28307
|
T['io.flow.internal.v0.models.product_restriction_state_inserted'],
|
|
28095
28308
|
T['io.flow.internal.v0.models.product_restriction_state_updated'],
|
|
28096
28309
|
T['io.flow.internal.v0.models.product_restriction_state_deleted'],
|
|
28310
|
+
T['io.flow.internal.v0.models.product_sellability_result_inserted'],
|
|
28311
|
+
T['io.flow.internal.v0.models.product_sellability_result_updated'],
|
|
28312
|
+
T['io.flow.internal.v0.models.product_sellability_result_deleted'],
|
|
28097
28313
|
T['io.flow.internal.v0.models.order_rates_published_v3'],
|
|
28098
28314
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_upserted'],
|
|
28099
28315
|
T['io.flow.internal.v0.models.ratecard_dimension_estimate_deleted'],
|
|
@@ -28191,22 +28407,10 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
28191
28407
|
T['io.flow.internal.v0.models.stripe_connect_report_record_deleted'],
|
|
28192
28408
|
T['io.flow.internal.v0.models.liability_remittance_plan_upserted'],
|
|
28193
28409
|
T['io.flow.internal.v0.models.liability_remittance_plan_deleted'],
|
|
28194
|
-
T['io.flow.internal.v0.models.anirban_item_upserted'],
|
|
28195
|
-
T['io.flow.internal.v0.models.anirban_item_deleted'],
|
|
28196
|
-
T['io.flow.internal.v0.models.sarvesh_item_upserted'],
|
|
28197
|
-
T['io.flow.internal.v0.models.sarvesh_item_deleted'],
|
|
28198
|
-
T['io.flow.internal.v0.models.hosein_item_upserted'],
|
|
28199
|
-
T['io.flow.internal.v0.models.hosein_item_deleted'],
|
|
28200
|
-
T['io.flow.internal.v0.models.niall_item_upserted'],
|
|
28201
|
-
T['io.flow.internal.v0.models.niall_item_deleted'],
|
|
28202
|
-
T['io.flow.internal.v0.models.rohan_item_upserted'],
|
|
28203
|
-
T['io.flow.internal.v0.models.rohan_item_deleted'],
|
|
28204
|
-
T['io.flow.internal.v0.models.aldo_item_upserted'],
|
|
28205
|
-
T['io.flow.internal.v0.models.aldo_item_deleted'],
|
|
28206
|
-
T['io.flow.internal.v0.models.ansh_item_upserted'],
|
|
28207
|
-
T['io.flow.internal.v0.models.ansh_item_deleted'],
|
|
28208
28410
|
T['io.flow.internal.v0.models.gabriel_item_upserted'],
|
|
28209
28411
|
T['io.flow.internal.v0.models.gabriel_item_deleted'],
|
|
28412
|
+
T['io.flow.internal.v0.models.chenglin_item_upserted'],
|
|
28413
|
+
T['io.flow.internal.v0.models.chenglin_item_deleted'],
|
|
28210
28414
|
T['io.flow.internal.v0.models.tracking_processing_error_upserted'],
|
|
28211
28415
|
T['io.flow.internal.v0.models.tracking_processing_error_deleted'],
|
|
28212
28416
|
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'],
|
|
@@ -28383,6 +28587,7 @@ T['io.flow.internal.v0.enums.carrier_charge_transaction_type'] = PropTypes.oneOf
|
|
|
28383
28587
|
T['io.flow.internal.v0.enums.carrier_label_generation_method'] = PropTypes.oneOf(['direct', 'easypost']);
|
|
28384
28588
|
T['io.flow.internal.v0.enums.channel_billed_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'channel_initiated']);
|
|
28385
28589
|
T['io.flow.internal.v0.enums.channel_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'processing', 'order']);
|
|
28590
|
+
T['io.flow.internal.v0.enums.chenglin_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
28386
28591
|
T['io.flow.internal.v0.enums.compliance_type'] = PropTypes.oneOf(['weee']);
|
|
28387
28592
|
T['io.flow.internal.v0.enums.crossdock_tracking_status'] = PropTypes.oneOf(['notified', 'received', 'shipped']);
|
|
28388
28593
|
T['io.flow.internal.v0.enums.deminimis_adjustment_type'] = PropTypes.oneOf(['none', 'duty', 'vat', 'vat_and_duty']);
|
|
@@ -28460,8 +28665,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
28460
28665
|
'calculator_organization_settings_deleted',
|
|
28461
28666
|
'carrier_account_upserted_v2',
|
|
28462
28667
|
'carrier_account_deleted',
|
|
28463
|
-
'label_generation_settings_upserted',
|
|
28464
|
-
'label_generation_settings_deleted',
|
|
28465
28668
|
'catalog_import_request',
|
|
28466
28669
|
'exclusion_rule_upserted',
|
|
28467
28670
|
'exclusion_rule_deleted',
|
|
@@ -28531,6 +28734,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
28531
28734
|
'carrier_charge_deleted',
|
|
28532
28735
|
'bank_payment_order_upserted',
|
|
28533
28736
|
'bank_payment_order_deleted',
|
|
28737
|
+
'shipping_cost_upserted',
|
|
28738
|
+
'shipping_cost_deleted',
|
|
28534
28739
|
'fraud_review_upserted',
|
|
28535
28740
|
'fraud_review_deleted',
|
|
28536
28741
|
'fraud_pending_review_upserted',
|
|
@@ -28644,11 +28849,17 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
28644
28849
|
'paypal_refund_upserted',
|
|
28645
28850
|
'paypal_dispute_upserted',
|
|
28646
28851
|
'paypal_dispute_deleted',
|
|
28852
|
+
'preonboarding_sellability_result_inserted',
|
|
28853
|
+
'preonboarding_sellability_result_updated',
|
|
28854
|
+
'preonboarding_sellability_result_deleted',
|
|
28647
28855
|
'product_restriction_rule_decision_upserted',
|
|
28648
28856
|
'product_restriction_rule_decision_deleted',
|
|
28649
28857
|
'product_restriction_state_inserted',
|
|
28650
28858
|
'product_restriction_state_updated',
|
|
28651
28859
|
'product_restriction_state_deleted',
|
|
28860
|
+
'product_sellability_result_inserted',
|
|
28861
|
+
'product_sellability_result_updated',
|
|
28862
|
+
'product_sellability_result_deleted',
|
|
28652
28863
|
'order_rates_published_v3',
|
|
28653
28864
|
'ratecard_dimension_estimate_upserted',
|
|
28654
28865
|
'ratecard_dimension_estimate_deleted',
|
|
@@ -28746,22 +28957,10 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
28746
28957
|
'stripe_connect_report_record_deleted',
|
|
28747
28958
|
'liability_remittance_plan_upserted',
|
|
28748
28959
|
'liability_remittance_plan_deleted',
|
|
28749
|
-
'anirban_item_upserted',
|
|
28750
|
-
'anirban_item_deleted',
|
|
28751
|
-
'sarvesh_item_upserted',
|
|
28752
|
-
'sarvesh_item_deleted',
|
|
28753
|
-
'hosein_item_upserted',
|
|
28754
|
-
'hosein_item_deleted',
|
|
28755
|
-
'niall_item_upserted',
|
|
28756
|
-
'niall_item_deleted',
|
|
28757
|
-
'rohan_item_upserted',
|
|
28758
|
-
'rohan_item_deleted',
|
|
28759
|
-
'aldo_item_upserted',
|
|
28760
|
-
'aldo_item_deleted',
|
|
28761
|
-
'ansh_item_upserted',
|
|
28762
|
-
'ansh_item_deleted',
|
|
28763
28960
|
'gabriel_item_upserted',
|
|
28764
28961
|
'gabriel_item_deleted',
|
|
28962
|
+
'chenglin_item_upserted',
|
|
28963
|
+
'chenglin_item_deleted',
|
|
28765
28964
|
'tracking_processing_error_upserted',
|
|
28766
28965
|
'tracking_processing_error_deleted',
|
|
28767
28966
|
'tracking_label_event_upserted_v2',
|
|
@@ -28803,7 +29002,7 @@ T['io.flow.internal.v0.enums.graphql_service_types'] = PropTypes.oneOf([
|
|
|
28803
29002
|
T['io.flow.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
28804
29003
|
T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
|
|
28805
29004
|
T['io.flow.internal.v0.enums.label_billing_strategy'] = PropTypes.oneOf(['quote', 'carrier']);
|
|
28806
|
-
T['io.flow.internal.v0.enums.label_request_result_organization_type'] = PropTypes.oneOf(['all', '
|
|
29005
|
+
T['io.flow.internal.v0.enums.label_request_result_organization_type'] = PropTypes.oneOf(['all', 'cafe24_production', 'shopify_production', 'sandbox']);
|
|
28807
29006
|
T['io.flow.internal.v0.enums.label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']);
|
|
28808
29007
|
T['io.flow.internal.v0.enums.merchant_fee_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee']);
|
|
28809
29008
|
T['io.flow.internal.v0.enums.non_l4l_tax_duty_fx_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'fee']);
|
|
@@ -28862,6 +29061,8 @@ T['io.flow.internal.v0.enums.restriction_organization_channel'] = PropTypes.oneO
|
|
|
28862
29061
|
'shopify-sandbox',
|
|
28863
29062
|
'enterprise-sandbox',
|
|
28864
29063
|
'enterprise-qa',
|
|
29064
|
+
'cafe24',
|
|
29065
|
+
'cafe24-sandbox',
|
|
28865
29066
|
]);
|
|
28866
29067
|
|
|
28867
29068
|
T['io.flow.internal.v0.enums.restriction_rule_exception_action'] = PropTypes.oneOf(['allow', 'deny']);
|
|
@@ -29303,6 +29504,12 @@ T['io.flow.internal.v0.models.fulfillment_reference'] = PropTypes.exact({
|
|
|
29303
29504
|
id: PropTypes.string.isRequired,
|
|
29304
29505
|
});
|
|
29305
29506
|
|
|
29507
|
+
T['io.flow.internal.v0.models.generate_load_rate'] = PropTypes.exact({
|
|
29508
|
+
organization_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
29509
|
+
events_per_second: PropTypes.number.isRequired,
|
|
29510
|
+
duration_seconds: PropTypes.number.isRequired,
|
|
29511
|
+
});
|
|
29512
|
+
|
|
29306
29513
|
T['io.flow.internal.v0.models.gift_card_form'] = PropTypes.exact({
|
|
29307
29514
|
number: PropTypes.string.isRequired,
|
|
29308
29515
|
pin: PropTypes.string,
|
|
@@ -29335,10 +29542,6 @@ T['io.flow.internal.v0.models.hs6'] = PropTypes.exact({
|
|
|
29335
29542
|
description: PropTypes.string.isRequired,
|
|
29336
29543
|
});
|
|
29337
29544
|
|
|
29338
|
-
T['io.flow.internal.v0.models.hs6_metadata'] = PropTypes.exact({
|
|
29339
|
-
description: PropTypes.string.isRequired,
|
|
29340
|
-
});
|
|
29341
|
-
|
|
29342
29545
|
T['io.flow.internal.v0.models.internal_payment_request_verification'] = PropTypes.exact({
|
|
29343
29546
|
placeholder: PropTypes.string,
|
|
29344
29547
|
});
|
|
@@ -29403,11 +29606,6 @@ T['io.flow.internal.v0.models.item_values_form'] = PropTypes.exact({
|
|
|
29403
29606
|
values: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
29404
29607
|
});
|
|
29405
29608
|
|
|
29406
|
-
T['io.flow.internal.v0.models.jean_demo_item'] = PropTypes.exact({
|
|
29407
|
-
id: PropTypes.string.isRequired,
|
|
29408
|
-
name: PropTypes.string.isRequired,
|
|
29409
|
-
});
|
|
29410
|
-
|
|
29411
29609
|
T['io.flow.internal.v0.models.journal'] = PropTypes.exact({
|
|
29412
29610
|
name: PropTypes.string.isRequired,
|
|
29413
29611
|
queued: PropTypes.number.isRequired,
|
|
@@ -29426,12 +29624,6 @@ T['io.flow.internal.v0.models.label_association'] = PropTypes.exact({
|
|
|
29426
29624
|
constructions: PropTypes.objectOf(PropTypes.arrayOf(PropTypes.string)).isRequired,
|
|
29427
29625
|
});
|
|
29428
29626
|
|
|
29429
|
-
T['io.flow.internal.v0.models.label_generation_settings_form'] = PropTypes.exact({
|
|
29430
|
-
item_identifier: PropTypes.string,
|
|
29431
|
-
auto_generate_query: PropTypes.string,
|
|
29432
|
-
commercial_invoice_only_query: PropTypes.string,
|
|
29433
|
-
});
|
|
29434
|
-
|
|
29435
29627
|
T['io.flow.internal.v0.models.labels_prediction'] = PropTypes.exact({
|
|
29436
29628
|
main_material: PropTypes.string.isRequired,
|
|
29437
29629
|
gender: PropTypes.string.isRequired,
|
|
@@ -29507,6 +29699,11 @@ T['io.flow.internal.v0.models.organization_onboarding_state_audit_result'] = Pro
|
|
|
29507
29699
|
validation_errors: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
29508
29700
|
});
|
|
29509
29701
|
|
|
29702
|
+
T['io.flow.internal.v0.models.organization_promotion_warning'] = PropTypes.exact({
|
|
29703
|
+
prod_org: PropTypes.string.isRequired,
|
|
29704
|
+
message: PropTypes.string.isRequired,
|
|
29705
|
+
});
|
|
29706
|
+
|
|
29510
29707
|
T['io.flow.internal.v0.models.partner_organization_authorization_form'] = PropTypes.exact({
|
|
29511
29708
|
partner: PropTypes.string.isRequired,
|
|
29512
29709
|
});
|
|
@@ -31098,6 +31295,7 @@ export const accountContact = T['io.flow.internal.v0.models.account_contact'];
|
|
|
31098
31295
|
export const accountContactDeleted = T['io.flow.internal.v0.models.account_contact_deleted'];
|
|
31099
31296
|
export const accountContactForm = T['io.flow.internal.v0.models.account_contact_form'];
|
|
31100
31297
|
export const accountContactUpserted = T['io.flow.internal.v0.models.account_contact_upserted'];
|
|
31298
|
+
export const accountCurrencyFilter = T['io.flow.internal.v0.enums.account_currency_filter'];
|
|
31101
31299
|
export const accountDeletedV2 = T['io.flow.internal.v0.models.account_deleted_v2'];
|
|
31102
31300
|
export const accountDepositRule = T['io.flow.internal.v0.models.account_deposit_rule'];
|
|
31103
31301
|
export const accountDepositRuleForm = T['io.flow.internal.v0.models.account_deposit_rule_form'];
|
|
@@ -31185,11 +31383,6 @@ export const afterpayRefund = T['io.flow.internal.v0.models.afterpay_refund'];
|
|
|
31185
31383
|
export const afterpayRefundDeleted = T['io.flow.internal.v0.models.afterpay_refund_deleted'];
|
|
31186
31384
|
export const afterpayRefundUpserted = T['io.flow.internal.v0.models.afterpay_refund_upserted'];
|
|
31187
31385
|
export const aftershipWebhook = T['io.flow.internal.v0.models.aftership_webhook'];
|
|
31188
|
-
export const aldoItem = T['io.flow.internal.v0.models.aldo_item'];
|
|
31189
|
-
export const aldoItemDeleted = T['io.flow.internal.v0.models.aldo_item_deleted'];
|
|
31190
|
-
export const aldoItemForm = T['io.flow.internal.v0.models.aldo_item_form'];
|
|
31191
|
-
export const aldoItemType = T['io.flow.internal.v0.enums.aldo_item_type'];
|
|
31192
|
-
export const aldoItemUpserted = T['io.flow.internal.v0.models.aldo_item_upserted'];
|
|
31193
31386
|
export const allItemsExport = T['io.flow.internal.v0.models.all_items_export'];
|
|
31194
31387
|
export const allOrganizationsMembership = T['io.flow.internal.v0.models.all_organizations_membership'];
|
|
31195
31388
|
export const allocationItemReference = T['io.flow.internal.v0.models.allocation_item_reference'];
|
|
@@ -31197,16 +31390,6 @@ export const allowedLabels = T['io.flow.internal.v0.models.allowed_labels'];
|
|
|
31197
31390
|
export const amruthaItem = T['io.flow.internal.v0.models.amrutha_item'];
|
|
31198
31391
|
export const amruthaItemForm = T['io.flow.internal.v0.models.amrutha_item_form'];
|
|
31199
31392
|
export const amruthaItemType = T['io.flow.internal.v0.enums.amrutha_item_type'];
|
|
31200
|
-
export const anirbanItem = T['io.flow.internal.v0.models.anirban_item'];
|
|
31201
|
-
export const anirbanItemDeleted = T['io.flow.internal.v0.models.anirban_item_deleted'];
|
|
31202
|
-
export const anirbanItemForm = T['io.flow.internal.v0.models.anirban_item_form'];
|
|
31203
|
-
export const anirbanItemType = T['io.flow.internal.v0.enums.anirban_item_type'];
|
|
31204
|
-
export const anirbanItemUpserted = T['io.flow.internal.v0.models.anirban_item_upserted'];
|
|
31205
|
-
export const anshItem = T['io.flow.internal.v0.models.ansh_item'];
|
|
31206
|
-
export const anshItemDeleted = T['io.flow.internal.v0.models.ansh_item_deleted'];
|
|
31207
|
-
export const anshItemForm = T['io.flow.internal.v0.models.ansh_item_form'];
|
|
31208
|
-
export const anshItemType = T['io.flow.internal.v0.enums.ansh_item_type'];
|
|
31209
|
-
export const anshItemUpserted = T['io.flow.internal.v0.models.ansh_item_upserted'];
|
|
31210
31393
|
export const anyDangerousGoods = T['io.flow.internal.v0.enums.any_dangerous_goods'];
|
|
31211
31394
|
export const apiCallReferenceId = T['io.flow.internal.v0.enums.api_call_reference_id'];
|
|
31212
31395
|
export const applePayAuthorizationPayload = T['io.flow.internal.v0.models.apple_pay_authorization_payload'];
|
|
@@ -31229,6 +31412,10 @@ export const authorizedOrderCharge = T['io.flow.internal.v0.unions.authorized_or
|
|
|
31229
31412
|
export const authorizedShippingCharge = T['io.flow.internal.v0.models.authorized_shipping_charge'];
|
|
31230
31413
|
export const autoRestrictRule = T['io.flow.internal.v0.enums.auto_restrict_rule'];
|
|
31231
31414
|
export const autoReviewCriteria = T['io.flow.internal.v0.models.auto_review_criteria'];
|
|
31415
|
+
export const b2BFeeMorTaxTriggerMetadata = T['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'];
|
|
31416
|
+
export const b2BFeeMorTaxTriggerType = T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'];
|
|
31417
|
+
export const b2BFeeShippingTaxTriggerMetadata = T['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'];
|
|
31418
|
+
export const b2BFeeShippingTaxTriggerType = T['io.flow.internal.v0.enums.b2b_fee_shipping_tax_trigger_type'];
|
|
31232
31419
|
export const b2BTaxLedger = T['io.flow.internal.v0.models.b2b_tax_ledger'];
|
|
31233
31420
|
export const b2BTaxLedgerDocumentType = T['io.flow.internal.v0.enums.b2b_tax_ledger_document_type'];
|
|
31234
31421
|
export const b2BTaxLedgerForm = T['io.flow.internal.v0.models.b2b_tax_ledger_form'];
|
|
@@ -31290,6 +31477,9 @@ export const bitpayAccountPutForm = T['io.flow.internal.v0.models.bitpay_account
|
|
|
31290
31477
|
export const bitpayAuthentication = T['io.flow.internal.v0.models.bitpay_authentication'];
|
|
31291
31478
|
export const bitpayAuthenticationDataReference = T['io.flow.internal.v0.models.bitpay_authentication_data_reference'];
|
|
31292
31479
|
export const bitpayAuthenticationForm = T['io.flow.internal.v0.models.bitpay_authentication_form'];
|
|
31480
|
+
export const bojanaItem = T['io.flow.internal.v0.models.bojana_item'];
|
|
31481
|
+
export const bojanaItemForm = T['io.flow.internal.v0.models.bojana_item_form'];
|
|
31482
|
+
export const bojanaItemType = T['io.flow.internal.v0.enums.bojana_item_type'];
|
|
31293
31483
|
export const booleanFeatureDefaultValue = T['io.flow.internal.v0.models.boolean_feature_default_value'];
|
|
31294
31484
|
export const booleanFeatureRule = T['io.flow.internal.v0.models.boolean_feature_rule'];
|
|
31295
31485
|
export const booleanFeatureRuleForm = T['io.flow.internal.v0.models.boolean_feature_rule_form'];
|
|
@@ -31461,6 +31651,11 @@ export const checkoutSettings = T['io.flow.internal.v0.models.checkout_settings'
|
|
|
31461
31651
|
export const checkoutShippingMethodPromptBehavior = T['io.flow.internal.v0.enums.checkout_shipping_method_prompt_behavior'];
|
|
31462
31652
|
export const checkoutUrl = T['io.flow.internal.v0.models.checkout_url'];
|
|
31463
31653
|
export const checkoutUrlType = T['io.flow.internal.v0.enums.checkout_url_type'];
|
|
31654
|
+
export const chenglinItem = T['io.flow.internal.v0.models.chenglin_item'];
|
|
31655
|
+
export const chenglinItemDeleted = T['io.flow.internal.v0.models.chenglin_item_deleted'];
|
|
31656
|
+
export const chenglinItemForm = T['io.flow.internal.v0.models.chenglin_item_form'];
|
|
31657
|
+
export const chenglinItemType = T['io.flow.internal.v0.enums.chenglin_item_type'];
|
|
31658
|
+
export const chenglinItemUpserted = T['io.flow.internal.v0.models.chenglin_item_upserted'];
|
|
31464
31659
|
export const cipher = T['io.flow.internal.v0.models.cipher'];
|
|
31465
31660
|
export const cipherForm = T['io.flow.internal.v0.models.cipher_form'];
|
|
31466
31661
|
export const cipherReference = T['io.flow.internal.v0.models.cipher_reference'];
|
|
@@ -31494,6 +31689,7 @@ export const classificationProductSummaryPage = T['io.flow.internal.v0.models.cl
|
|
|
31494
31689
|
export const classificationRequeueRequest = T['io.flow.internal.v0.models.classification_requeue_request'];
|
|
31495
31690
|
export const classificationResponse = T['io.flow.internal.v0.unions.classification_response'];
|
|
31496
31691
|
export const classificationScope = T['io.flow.internal.v0.enums.classification_scope'];
|
|
31692
|
+
export const classificationSource = T['io.flow.internal.v0.enums.classification_source'];
|
|
31497
31693
|
export const classificationStatistics = T['io.flow.internal.v0.models.classification_statistics'];
|
|
31498
31694
|
export const classificationSummaryReportPayload = T['io.flow.internal.v0.models.classification_summary_report_payload'];
|
|
31499
31695
|
export const classificationTaxonomy = T['io.flow.internal.v0.unions.classification_taxonomy'];
|
|
@@ -31838,6 +32034,7 @@ export const geRevenueShareTransaction = T['io.flow.internal.v0.models.ge_revenu
|
|
|
31838
32034
|
export const geRevenueShareTransactionType = T['io.flow.internal.v0.enums.ge_revenue_share_transaction_type'];
|
|
31839
32035
|
export const generateLoad = T['io.flow.internal.v0.unions.generate_load'];
|
|
31840
32036
|
export const generateLoadMultipleOrgs = T['io.flow.internal.v0.models.generate_load_multiple_orgs'];
|
|
32037
|
+
export const generateLoadRate = T['io.flow.internal.v0.models.generate_load_rate'];
|
|
31841
32038
|
export const generateLoadSingleOrg = T['io.flow.internal.v0.models.generate_load_single_org'];
|
|
31842
32039
|
export const genericValidationError = T['io.flow.internal.v0.models.generic_validation_error'];
|
|
31843
32040
|
export const giftCard = T['io.flow.internal.v0.models.gift_card'];
|
|
@@ -31867,11 +32064,6 @@ export const harmonizationThresholdForm = T['io.flow.internal.v0.models.harmoniz
|
|
|
31867
32064
|
export const harmonizationUnclassifiedStatistics = T['io.flow.internal.v0.models.harmonization_unclassified_statistics'];
|
|
31868
32065
|
export const harmonizeFullyRequestV2 = T['io.flow.internal.v0.models.harmonize_fully_request_v2'];
|
|
31869
32066
|
export const harmonizedItemsHs6Export = T['io.flow.internal.v0.models.harmonized_items_hs6_export'];
|
|
31870
|
-
export const hoseinItem = T['io.flow.internal.v0.models.hosein_item'];
|
|
31871
|
-
export const hoseinItemDeleted = T['io.flow.internal.v0.models.hosein_item_deleted'];
|
|
31872
|
-
export const hoseinItemForm = T['io.flow.internal.v0.models.hosein_item_form'];
|
|
31873
|
-
export const hoseinItemType = T['io.flow.internal.v0.enums.hosein_item_type'];
|
|
31874
|
-
export const hoseinItemUpserted = T['io.flow.internal.v0.models.hosein_item_upserted'];
|
|
31875
32067
|
export const hs6 = T['io.flow.internal.v0.models.hs6'];
|
|
31876
32068
|
export const hs6CodeSource = T['io.flow.internal.v0.enums.hs6_code_source'];
|
|
31877
32069
|
export const hs6Metadata = T['io.flow.internal.v0.models.hs6_metadata'];
|
|
@@ -31945,7 +32137,6 @@ export const itemSalesMarginVersion = T['io.flow.internal.v0.models.item_sales_m
|
|
|
31945
32137
|
export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
|
|
31946
32138
|
export const itemType = T['io.flow.internal.v0.enums.item_type'];
|
|
31947
32139
|
export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
|
|
31948
|
-
export const jeanDemoItem = T['io.flow.internal.v0.models.jean_demo_item'];
|
|
31949
32140
|
export const journal = T['io.flow.internal.v0.models.journal'];
|
|
31950
32141
|
export const journalFailure = T['io.flow.internal.v0.models.journal_failure'];
|
|
31951
32142
|
export const journalOperation = T['io.flow.internal.v0.enums.journal_operation'];
|
|
@@ -31972,10 +32163,6 @@ export const labelCreationStatus = T['io.flow.internal.v0.enums.label_creation_s
|
|
|
31972
32163
|
export const labelDestination = T['io.flow.internal.v0.models.label_destination'];
|
|
31973
32164
|
export const labelEventMedium = T['io.flow.internal.v0.enums.label_event_medium'];
|
|
31974
32165
|
export const labelEventSource = T['io.flow.internal.v0.enums.label_event_source'];
|
|
31975
|
-
export const labelGenerationSettings = T['io.flow.internal.v0.models.label_generation_settings'];
|
|
31976
|
-
export const labelGenerationSettingsDeleted = T['io.flow.internal.v0.models.label_generation_settings_deleted'];
|
|
31977
|
-
export const labelGenerationSettingsForm = T['io.flow.internal.v0.models.label_generation_settings_form'];
|
|
31978
|
-
export const labelGenerationSettingsUpserted = T['io.flow.internal.v0.models.label_generation_settings_upserted'];
|
|
31979
32166
|
export const labelInvoiceRequest = T['io.flow.internal.v0.models.label_invoice_request'];
|
|
31980
32167
|
export const labelInvoiceRequestDeleted = T['io.flow.internal.v0.models.label_invoice_request_deleted'];
|
|
31981
32168
|
export const labelInvoiceRequestUpserted = T['io.flow.internal.v0.models.label_invoice_request_upserted'];
|
|
@@ -32083,11 +32270,6 @@ export const mixedBagWeight = T['io.flow.internal.v0.enums.mixed_bag_weight'];
|
|
|
32083
32270
|
export const natureOfSale = T['io.flow.internal.v0.enums.nature_of_sale'];
|
|
32084
32271
|
export const negativeDebitMetrics = T['io.flow.internal.v0.models.negative_debit_metrics'];
|
|
32085
32272
|
export const nextBillingStatement = T['io.flow.internal.v0.models.next_billing_statement'];
|
|
32086
|
-
export const niallItem = T['io.flow.internal.v0.models.niall_item'];
|
|
32087
|
-
export const niallItemDeleted = T['io.flow.internal.v0.models.niall_item_deleted'];
|
|
32088
|
-
export const niallItemForm = T['io.flow.internal.v0.models.niall_item_form'];
|
|
32089
|
-
export const niallItemType = T['io.flow.internal.v0.enums.niall_item_type'];
|
|
32090
|
-
export const niallItemUpserted = T['io.flow.internal.v0.models.niall_item_upserted'];
|
|
32091
32273
|
export const noCalculatedTaxAmount = T['io.flow.internal.v0.models.no_calculated_tax_amount'];
|
|
32092
32274
|
export const noClassificationForm = T['io.flow.internal.v0.models.no_classification_form'];
|
|
32093
32275
|
export const noLiabilityReasonCode = T['io.flow.internal.v0.enums.no_liability_reason_code'];
|
|
@@ -32203,6 +32385,9 @@ export const organizationPaymentSettingForm = T['io.flow.internal.v0.models.orga
|
|
|
32203
32385
|
export const organizationPaymentSettingUpserted = T['io.flow.internal.v0.models.organization_payment_setting_upserted'];
|
|
32204
32386
|
export const organizationPaymentSettingVersion = T['io.flow.internal.v0.models.organization_payment_setting_version'];
|
|
32205
32387
|
export const organizationPaymentStatus = T['io.flow.internal.v0.enums.organization_payment_status'];
|
|
32388
|
+
export const organizationPromotion = T['io.flow.internal.v0.models.organization_promotion'];
|
|
32389
|
+
export const organizationPromotionStatus = T['io.flow.internal.v0.enums.organization_promotion_status'];
|
|
32390
|
+
export const organizationPromotionWarning = T['io.flow.internal.v0.models.organization_promotion_warning'];
|
|
32206
32391
|
export const organizationRestrictionApprovalStatus = T['io.flow.internal.v0.enums.organization_restriction_approval_status'];
|
|
32207
32392
|
export const organizationRestrictionNoteForm = T['io.flow.internal.v0.models.organization_restriction_note_form'];
|
|
32208
32393
|
export const organizationRestrictionNoteType = T['io.flow.internal.v0.enums.organization_restriction_note_type'];
|
|
@@ -32325,9 +32510,6 @@ export const platformFeeFlat = T['io.flow.internal.v0.models.platform_fee_flat']
|
|
|
32325
32510
|
export const platformFeePause = T['io.flow.internal.v0.models.platform_fee_pause'];
|
|
32326
32511
|
export const platformFeePercentage = T['io.flow.internal.v0.models.platform_fee_percentage'];
|
|
32327
32512
|
export const platformFeePercentageTier = T['io.flow.internal.v0.models.platform_fee_percentage_tier'];
|
|
32328
|
-
export const prateekItem = T['io.flow.internal.v0.models.prateek_item'];
|
|
32329
|
-
export const prateekItemForm = T['io.flow.internal.v0.models.prateek_item_form'];
|
|
32330
|
-
export const prateekItemType = T['io.flow.internal.v0.enums.prateek_item_type'];
|
|
32331
32513
|
export const prediction = T['io.flow.internal.v0.models.prediction'];
|
|
32332
32514
|
export const preferredBillingSchedule = T['io.flow.internal.v0.enums.preferred_billing_schedule'];
|
|
32333
32515
|
export const preonboardingClassificationDecision = T['io.flow.internal.v0.enums.preonboarding_classification_decision'];
|
|
@@ -32340,6 +32522,9 @@ export const preonboardingClassificationType = T['io.flow.internal.v0.enums.preo
|
|
|
32340
32522
|
export const preonboardingMerchant = T['io.flow.internal.v0.models.preonboarding_merchant'];
|
|
32341
32523
|
export const preonboardingRequestStatus = T['io.flow.internal.v0.enums.preonboarding_request_status'];
|
|
32342
32524
|
export const preonboardingSellabilityResult = T['io.flow.internal.v0.models.preonboarding_sellability_result'];
|
|
32525
|
+
export const preonboardingSellabilityResultDeleted = T['io.flow.internal.v0.models.preonboarding_sellability_result_deleted'];
|
|
32526
|
+
export const preonboardingSellabilityResultInserted = T['io.flow.internal.v0.models.preonboarding_sellability_result_inserted'];
|
|
32527
|
+
export const preonboardingSellabilityResultUpdated = T['io.flow.internal.v0.models.preonboarding_sellability_result_updated'];
|
|
32343
32528
|
export const priceInclusivity = T['io.flow.internal.v0.models.price_inclusivity'];
|
|
32344
32529
|
export const priceSelector = T['io.flow.internal.v0.enums.price_selector'];
|
|
32345
32530
|
export const prioritizedCenterReference = T['io.flow.internal.v0.models.prioritized_center_reference'];
|
|
@@ -32383,7 +32568,11 @@ export const productReviewHistory = T['io.flow.internal.v0.models.product_review
|
|
|
32383
32568
|
export const productSellabilityInternal = T['io.flow.internal.v0.models.product_sellability_internal'];
|
|
32384
32569
|
export const productSellabilityInternalForm = T['io.flow.internal.v0.models.product_sellability_internal_form'];
|
|
32385
32570
|
export const productSellabilityInternalResult = T['io.flow.internal.v0.models.product_sellability_internal_result'];
|
|
32571
|
+
export const productSellabilityInternalRuleMatch = T['io.flow.internal.v0.models.product_sellability_internal_rule_match'];
|
|
32386
32572
|
export const productSellabilityResult = T['io.flow.internal.v0.models.product_sellability_result'];
|
|
32573
|
+
export const productSellabilityResultDeleted = T['io.flow.internal.v0.models.product_sellability_result_deleted'];
|
|
32574
|
+
export const productSellabilityResultInserted = T['io.flow.internal.v0.models.product_sellability_result_inserted'];
|
|
32575
|
+
export const productSellabilityResultUpdated = T['io.flow.internal.v0.models.product_sellability_result_updated'];
|
|
32387
32576
|
export const productStatus = T['io.flow.internal.v0.enums.product_status'];
|
|
32388
32577
|
export const productTransaction = T['io.flow.internal.v0.models.product_transaction'];
|
|
32389
32578
|
export const proofOfPosting = T['io.flow.internal.v0.unions.proof_of_posting'];
|
|
@@ -32594,11 +32783,6 @@ export const revenueRecordType = T['io.flow.internal.v0.enums.revenue_record_typ
|
|
|
32594
32783
|
export const revenueRecordUpserted = T['io.flow.internal.v0.models.revenue_record_upserted'];
|
|
32595
32784
|
export const riskCheck = T['io.flow.internal.v0.enums.risk_check'];
|
|
32596
32785
|
export const riskEvaluation = T['io.flow.internal.v0.enums.risk_evaluation'];
|
|
32597
|
-
export const rohanItem = T['io.flow.internal.v0.models.rohan_item'];
|
|
32598
|
-
export const rohanItemDeleted = T['io.flow.internal.v0.models.rohan_item_deleted'];
|
|
32599
|
-
export const rohanItemForm = T['io.flow.internal.v0.models.rohan_item_form'];
|
|
32600
|
-
export const rohanItemType = T['io.flow.internal.v0.enums.rohan_item_type'];
|
|
32601
|
-
export const rohanItemUpserted = T['io.flow.internal.v0.models.rohan_item_upserted'];
|
|
32602
32786
|
export const routingAccount = T['io.flow.internal.v0.models.routing_account'];
|
|
32603
32787
|
export const routingEntity = T['io.flow.internal.v0.unions.routing_entity'];
|
|
32604
32788
|
export const routingMerchant = T['io.flow.internal.v0.models.routing_merchant'];
|
|
@@ -32606,11 +32790,6 @@ export const routingProcessor = T['io.flow.internal.v0.models.routing_processor'
|
|
|
32606
32790
|
export const salesPaymentRecord = T['io.flow.internal.v0.models.sales_payment_record'];
|
|
32607
32791
|
export const sandboxSetup = T['io.flow.internal.v0.models.sandbox_setup'];
|
|
32608
32792
|
export const sandboxSetupForm = T['io.flow.internal.v0.models.sandbox_setup_form'];
|
|
32609
|
-
export const sarveshItem = T['io.flow.internal.v0.models.sarvesh_item'];
|
|
32610
|
-
export const sarveshItemDeleted = T['io.flow.internal.v0.models.sarvesh_item_deleted'];
|
|
32611
|
-
export const sarveshItemForm = T['io.flow.internal.v0.models.sarvesh_item_form'];
|
|
32612
|
-
export const sarveshItemType = T['io.flow.internal.v0.enums.sarvesh_item_type'];
|
|
32613
|
-
export const sarveshItemUpserted = T['io.flow.internal.v0.models.sarvesh_item_upserted'];
|
|
32614
32793
|
export const scheduledPayment = T['io.flow.internal.v0.models.scheduled_payment'];
|
|
32615
32794
|
export const screen = T['io.flow.internal.v0.models.screen'];
|
|
32616
32795
|
export const screenForm = T['io.flow.internal.v0.models.screen_form'];
|
|
@@ -32626,20 +32805,32 @@ export const searchProviderExport = T['io.flow.internal.v0.models.search_provide
|
|
|
32626
32805
|
export const searchTrackingSummary = T['io.flow.internal.v0.models.search_tracking_summary'];
|
|
32627
32806
|
export const sellabilityCheckResult = T['io.flow.internal.v0.models.sellability_check_result'];
|
|
32628
32807
|
export const sellabilityCheckStatus = T['io.flow.internal.v0.enums.sellability_check_status'];
|
|
32808
|
+
export const sellabilityInternalMatchType = T['io.flow.internal.v0.enums.sellability_internal_match_type'];
|
|
32629
32809
|
export const sellabilityStatus = T['io.flow.internal.v0.enums.sellability_status'];
|
|
32630
32810
|
export const sessionOrderData = T['io.flow.internal.v0.models.session_order_data'];
|
|
32631
32811
|
export const setupBlockPutForm = T['io.flow.internal.v0.models.setup_block_put_form'];
|
|
32632
32812
|
export const sfExpress = T['io.flow.internal.v0.models.sf_express'];
|
|
32633
32813
|
export const shipmentCostSummary = T['io.flow.internal.v0.models.shipment_cost_summary'];
|
|
32814
|
+
export const shippingCostDeleted = T['io.flow.internal.v0.models.shipping_cost_deleted'];
|
|
32815
|
+
export const shippingCostSummary = T['io.flow.internal.v0.models.shipping_cost_summary'];
|
|
32816
|
+
export const shippingCostUpserted = T['io.flow.internal.v0.models.shipping_cost_upserted'];
|
|
32634
32817
|
export const shippingLane = T['io.flow.internal.v0.models.shipping_lane'];
|
|
32635
32818
|
export const shippingMethodReference = T['io.flow.internal.v0.models.shipping_method_reference'];
|
|
32636
32819
|
export const shippingPricing = T['io.flow.internal.v0.models.shipping_pricing'];
|
|
32637
32820
|
export const shippingRateEstimateAvailableInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_available_internal'];
|
|
32638
32821
|
export const shippingRateEstimateInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_internal'];
|
|
32639
32822
|
export const shippingRateEstimateRequestInternal = T['io.flow.internal.v0.models.shipping_rate_estimate_request_internal'];
|
|
32823
|
+
export const shopifyAddress = T['io.flow.internal.v0.models.shopify_address'];
|
|
32824
|
+
export const shopifyCallbackError = T['io.flow.internal.v0.models.shopify_callback_error'];
|
|
32825
|
+
export const shopifyCallbackErrorCode = T['io.flow.internal.v0.enums.shopify_callback_error_code'];
|
|
32826
|
+
export const shopifyCallbackErrorItem = T['io.flow.internal.v0.models.shopify_callback_error_item'];
|
|
32640
32827
|
export const shopifyCatalogPublication = T['io.flow.internal.v0.models.shopify_catalog_publication'];
|
|
32641
32828
|
export const shopifyChannelOrganizationToken = T['io.flow.internal.v0.models.shopify_channel_organization_token'];
|
|
32642
32829
|
export const shopifyChannelOrganizationTokens = T['io.flow.internal.v0.models.shopify_channel_organization_tokens'];
|
|
32830
|
+
export const shopifyChargeCode = T['io.flow.internal.v0.enums.shopify_charge_code'];
|
|
32831
|
+
export const shopifyContactDetails = T['io.flow.internal.v0.models.shopify_contact_details'];
|
|
32832
|
+
export const shopifyDeliveryMethodType = T['io.flow.internal.v0.enums.shopify_delivery_method_type'];
|
|
32833
|
+
export const shopifyDimensionUnit = T['io.flow.internal.v0.enums.shopify_dimension_unit'];
|
|
32643
32834
|
export const shopifyDispute = T['io.flow.internal.v0.models.shopify_dispute'];
|
|
32644
32835
|
export const shopifyDisputeDeleted = T['io.flow.internal.v0.models.shopify_dispute_deleted'];
|
|
32645
32836
|
export const shopifyDisputeUpserted = T['io.flow.internal.v0.models.shopify_dispute_upserted'];
|
|
@@ -32647,6 +32838,7 @@ export const shopifyHs10Code = T['io.flow.internal.v0.models.shopify_hs10_code']
|
|
|
32647
32838
|
export const shopifyHs10Codes = T['io.flow.internal.v0.models.shopify_hs10_codes'];
|
|
32648
32839
|
export const shopifyHs10CodesDeleted = T['io.flow.internal.v0.models.shopify_hs10_codes_deleted'];
|
|
32649
32840
|
export const shopifyHs10CodesUpserted = T['io.flow.internal.v0.models.shopify_hs10_codes_upserted'];
|
|
32841
|
+
export const shopifyIncoterm = T['io.flow.internal.v0.enums.shopify_incoterm'];
|
|
32650
32842
|
export const shopifyIncotermConfiguration = T['io.flow.internal.v0.enums.shopify_incoterm_configuration'];
|
|
32651
32843
|
export const shopifyIncotermIncludes = T['io.flow.internal.v0.models.shopify_incoterm_includes'];
|
|
32652
32844
|
export const shopifyIncotermSummaryErrorData = T['io.flow.internal.v0.models.shopify_incoterm_summary_error_data'];
|
|
@@ -32693,10 +32885,12 @@ export const shopifyMarketsTradeSector = T['io.flow.internal.v0.enums.shopify_ma
|
|
|
32693
32885
|
export const shopifyMarketsWebhookRegistration = T['io.flow.internal.v0.models.shopify_markets_webhook_registration'];
|
|
32694
32886
|
export const shopifyMarketsWebhookRegistrationDeleted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_deleted'];
|
|
32695
32887
|
export const shopifyMarketsWebhookRegistrationUpserted = T['io.flow.internal.v0.models.shopify_markets_webhook_registration_upserted'];
|
|
32888
|
+
export const shopifyMeasurements = T['io.flow.internal.v0.models.shopify_measurements'];
|
|
32696
32889
|
export const shopifyMerchantPlan = T['io.flow.internal.v0.models.shopify_merchant_plan'];
|
|
32697
32890
|
export const shopifyMerchantPlanDeleted = T['io.flow.internal.v0.models.shopify_merchant_plan_deleted'];
|
|
32698
32891
|
export const shopifyMerchantPlanUpserted = T['io.flow.internal.v0.models.shopify_merchant_plan_upserted'];
|
|
32699
32892
|
export const shopifyMetadata = T['io.flow.internal.v0.models.shopify_metadata'];
|
|
32893
|
+
export const shopifyMoney = T['io.flow.internal.v0.models.shopify_money'];
|
|
32700
32894
|
export const shopifyMonitoringCarrierService = T['io.flow.internal.v0.models.shopify_monitoring_carrier_service'];
|
|
32701
32895
|
export const shopifyMonitoringFulfillmentExternal = T['io.flow.internal.v0.models.shopify_monitoring_fulfillment_external'];
|
|
32702
32896
|
export const shopifyMonitoringFulfillmentMissingDetails = T['io.flow.internal.v0.models.shopify_monitoring_fulfillment_missing_details'];
|
|
@@ -32720,6 +32914,7 @@ export const shopifyOrderRiskAssessmentUpserted = T['io.flow.internal.v0.models.
|
|
|
32720
32914
|
export const shopifyOrderTransaction = T['io.flow.internal.v0.models.shopify_order_transaction'];
|
|
32721
32915
|
export const shopifyOrderTransactionDeleted = T['io.flow.internal.v0.models.shopify_order_transaction_deleted'];
|
|
32722
32916
|
export const shopifyOrderTransactionUpserted = T['io.flow.internal.v0.models.shopify_order_transaction_upserted'];
|
|
32917
|
+
export const shopifyPackageType = T['io.flow.internal.v0.enums.shopify_package_type'];
|
|
32723
32918
|
export const shopifyPartnerWebhook = T['io.flow.internal.v0.models.shopify_partner_webhook'];
|
|
32724
32919
|
export const shopifyPartnerWebhookRaw = T['io.flow.internal.v0.models.shopify_partner_webhook_raw'];
|
|
32725
32920
|
export const shopifyPlanType = T['io.flow.internal.v0.enums.shopify_plan_type'];
|
|
@@ -32743,9 +32938,24 @@ export const shopifyProductUpdateDeleted = T['io.flow.internal.v0.models.shopify
|
|
|
32743
32938
|
export const shopifyProductUpdateUpserted = T['io.flow.internal.v0.models.shopify_product_update_upserted'];
|
|
32744
32939
|
export const shopifyProductUpdateWebhookEvent = T['io.flow.internal.v0.models.shopify_product_update_webhook_event'];
|
|
32745
32940
|
export const shopifyProductWrapper = T['io.flow.internal.v0.models.shopify_product_wrapper'];
|
|
32941
|
+
export const shopifyRateCustomsDetail = T['io.flow.internal.v0.models.shopify_rate_customs_detail'];
|
|
32942
|
+
export const shopifyRatePickupPoint = T['io.flow.internal.v0.models.shopify_rate_pickup_point'];
|
|
32746
32943
|
export const shopifyReportFileDeleted = T['io.flow.internal.v0.models.shopify_report_file_deleted'];
|
|
32747
32944
|
export const shopifyReportFileUpserted = T['io.flow.internal.v0.models.shopify_report_file_upserted'];
|
|
32748
32945
|
export const shopifyService = T['io.flow.internal.v0.enums.shopify_service'];
|
|
32946
|
+
export const shopifyShipmentOptionCode = T['io.flow.internal.v0.enums.shopify_shipment_option_code'];
|
|
32947
|
+
export const shopifyShipmentRateAvailable = T['io.flow.internal.v0.models.shopify_shipment_rate_available'];
|
|
32948
|
+
export const shopifyShipmentRateCharge = T['io.flow.internal.v0.models.shopify_shipment_rate_charge'];
|
|
32949
|
+
export const shopifyShipmentRateOption = T['io.flow.internal.v0.models.shopify_shipment_rate_option'];
|
|
32950
|
+
export const shopifyShipmentRatePackage = T['io.flow.internal.v0.models.shopify_shipment_rate_package'];
|
|
32951
|
+
export const shopifyShipmentRateReason = T['io.flow.internal.v0.models.shopify_shipment_rate_reason'];
|
|
32952
|
+
export const shopifyShipmentRateRequest = T['io.flow.internal.v0.models.shopify_shipment_rate_request'];
|
|
32953
|
+
export const shopifyShipmentRateResponse = T['io.flow.internal.v0.models.shopify_shipment_rate_response'];
|
|
32954
|
+
export const shopifyShipmentRateShipment = T['io.flow.internal.v0.models.shopify_shipment_rate_shipment'];
|
|
32955
|
+
export const shopifyShipmentRateShipper = T['io.flow.internal.v0.models.shopify_shipment_rate_shipper'];
|
|
32956
|
+
export const shopifyShipmentRateTotalCharges = T['io.flow.internal.v0.models.shopify_shipment_rate_total_charges'];
|
|
32957
|
+
export const shopifyShipmentRateUnavailable = T['io.flow.internal.v0.models.shopify_shipment_rate_unavailable'];
|
|
32958
|
+
export const shopifyShippingLocation = T['io.flow.internal.v0.models.shopify_shipping_location'];
|
|
32749
32959
|
export const shopifyShopStatistics = T['io.flow.internal.v0.models.shopify_shop_statistics'];
|
|
32750
32960
|
export const shopifyStoreDetail = T['io.flow.internal.v0.models.shopify_store_detail'];
|
|
32751
32961
|
export const shopifyStripeEvent = T['io.flow.internal.v0.models.shopify_stripe_event'];
|
|
@@ -32754,6 +32964,8 @@ export const shopifyTaxonomyAlignmentConfigForm = T['io.flow.internal.v0.models.
|
|
|
32754
32964
|
export const shopifyTestOrder = T['io.flow.internal.v0.models.shopify_test_order'];
|
|
32755
32965
|
export const shopifyTestOrderDeleted = T['io.flow.internal.v0.models.shopify_test_order_deleted'];
|
|
32756
32966
|
export const shopifyTestOrderUpserted = T['io.flow.internal.v0.models.shopify_test_order_upserted'];
|
|
32967
|
+
export const shopifyUnavailableRateReasonCode = T['io.flow.internal.v0.enums.shopify_unavailable_rate_reason_code'];
|
|
32968
|
+
export const shopifyWeightUnit = T['io.flow.internal.v0.enums.shopify_weight_unit'];
|
|
32757
32969
|
export const shopperBreakdown = T['io.flow.internal.v0.models.shopper_breakdown'];
|
|
32758
32970
|
export const shopperFees = T['io.flow.internal.v0.models.shopper_fees'];
|
|
32759
32971
|
export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];
|