@flowio/api-internal-prop-types 9.24.97 → 9.24.99
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 +38 -51
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +38 -51
- package/src/api-internal.js +121 -100
package/src/api-internal.js
CHANGED
|
@@ -305,7 +305,7 @@ T['io.flow.fulfillment.v0.models.physical_delivery_preferred_service'] = PropTyp
|
|
|
305
305
|
selection_stratey: T['io.flow.fulfillment.v0.enums.preferred_service_selection_strategy'].isRequired,
|
|
306
306
|
});
|
|
307
307
|
|
|
308
|
-
T['io.flow.merchant.of.record.v0.enums.flow_entity'] = PropTypes.oneOf(['flow-usa', 'flow-irl', 'flow-can']);
|
|
308
|
+
T['io.flow.merchant.of.record.v0.enums.flow_entity'] = PropTypes.oneOf(['flow-usa', 'flow-irl', 'flow-can', 'ge-usa']);
|
|
309
309
|
T['io.flow.common.v0.enums.goods_supply'] = PropTypes.oneOf(['export', 'intra_community', 'local']);
|
|
310
310
|
T['io.flow.fulfillment.v0.enums.physical_delivery_special_serivce'] = PropTypes.oneOf(['cold_storage', 'hazardous', 'perishable']);
|
|
311
311
|
T['io.flow.fulfillment.v0.enums.fulfillment_routing'] = PropTypes.oneOf(['fulfilled_from_center', 'fulfillment_service']);
|
|
@@ -3025,6 +3025,7 @@ T['io.flow.adyen.v0.enums.payment_method'] = PropTypes.oneOf([
|
|
|
3025
3025
|
'molpay_points',
|
|
3026
3026
|
'multibanco',
|
|
3027
3027
|
'onlineBanking_PL',
|
|
3028
|
+
'paywithgoogle',
|
|
3028
3029
|
'qiwiwallet',
|
|
3029
3030
|
'sepadirectdebit',
|
|
3030
3031
|
'trustly',
|
|
@@ -3074,6 +3075,9 @@ T['io.flow.adyen.v0.enums.event_code'] = PropTypes.oneOf([
|
|
|
3074
3075
|
'SECOND_CHARGEBACK',
|
|
3075
3076
|
'PREARBITRATION_WON',
|
|
3076
3077
|
'PREARBITRATION_LOST',
|
|
3078
|
+
'INFORMATION_SUPPLIED',
|
|
3079
|
+
'DISPUTE_DEFENSE_PERIOD_ENDED',
|
|
3080
|
+
'ISSUER_RESPONSE_TIMEFRAME_EXPIRED',
|
|
3077
3081
|
]);
|
|
3078
3082
|
|
|
3079
3083
|
T['io.flow.adyen.v0.enums.result_code'] = PropTypes.oneOf([
|
|
@@ -3249,30 +3253,6 @@ T['io.flow.adyen.v0.models.modification_request'] = PropTypes.exact({
|
|
|
3249
3253
|
reference: PropTypes.string.isRequired,
|
|
3250
3254
|
});
|
|
3251
3255
|
|
|
3252
|
-
T['io.flow.adyen.v0.models.inner_notification_request_item'] = PropTypes.exact({
|
|
3253
|
-
additionalData: PropTypes.object,
|
|
3254
|
-
amount: T['io.flow.adyen.v0.models.amount'].isRequired,
|
|
3255
|
-
pspReference: PropTypes.string.isRequired,
|
|
3256
|
-
originalReference: PropTypes.string,
|
|
3257
|
-
eventCode: T['io.flow.adyen.v0.enums.event_code'].isRequired,
|
|
3258
|
-
eventDate: PropTypes.string.isRequired,
|
|
3259
|
-
merchantAccountCode: PropTypes.string.isRequired,
|
|
3260
|
-
operations: PropTypes.arrayOf(T['io.flow.adyen.v0.enums.operation']),
|
|
3261
|
-
merchantReference: PropTypes.string.isRequired,
|
|
3262
|
-
paymentMethod: T['io.flow.adyen.v0.enums.payment_method'],
|
|
3263
|
-
reason: PropTypes.string,
|
|
3264
|
-
success: PropTypes.string.isRequired,
|
|
3265
|
-
});
|
|
3266
|
-
|
|
3267
|
-
T['io.flow.adyen.v0.models.outer_notification_request_item'] = PropTypes.exact({
|
|
3268
|
-
NotificationRequestItem: T['io.flow.adyen.v0.models.inner_notification_request_item'].isRequired,
|
|
3269
|
-
});
|
|
3270
|
-
|
|
3271
|
-
T['io.flow.adyen.v0.models.notification_request'] = PropTypes.exact({
|
|
3272
|
-
live: PropTypes.string.isRequired,
|
|
3273
|
-
notificationItems: PropTypes.arrayOf(T['io.flow.adyen.v0.models.outer_notification_request_item']).isRequired,
|
|
3274
|
-
});
|
|
3275
|
-
|
|
3276
3256
|
T['io.flow.adyen.v0.models.authorize_request'] = PropTypes.exact({
|
|
3277
3257
|
reference: PropTypes.string.isRequired,
|
|
3278
3258
|
merchantAccount: PropTypes.string.isRequired,
|
|
@@ -3300,6 +3280,35 @@ T['io.flow.adyen.v0.models.authorize_request'] = PropTypes.exact({
|
|
|
3300
3280
|
captureDelayHours: PropTypes.number,
|
|
3301
3281
|
});
|
|
3302
3282
|
|
|
3283
|
+
T['io.flow.adyen.v0.models.inner_notification_request_item'] = PropTypes.exact({
|
|
3284
|
+
additionalData: PropTypes.object,
|
|
3285
|
+
amount: T['io.flow.adyen.v0.models.amount'].isRequired,
|
|
3286
|
+
pspReference: PropTypes.string.isRequired,
|
|
3287
|
+
originalReference: PropTypes.string,
|
|
3288
|
+
eventCode: T['io.flow.adyen.v0.enums.event_code'].isRequired,
|
|
3289
|
+
eventDate: PropTypes.string.isRequired,
|
|
3290
|
+
merchantAccountCode: PropTypes.string.isRequired,
|
|
3291
|
+
operations: PropTypes.arrayOf(T['io.flow.adyen.v0.enums.operation']),
|
|
3292
|
+
merchantReference: PropTypes.string.isRequired,
|
|
3293
|
+
paymentMethod: T['io.flow.adyen.v0.enums.payment_method'],
|
|
3294
|
+
reason: PropTypes.string,
|
|
3295
|
+
success: PropTypes.string.isRequired,
|
|
3296
|
+
});
|
|
3297
|
+
|
|
3298
|
+
T['io.flow.adyen.v0.models.outer_notification_request_item'] = PropTypes.exact({
|
|
3299
|
+
NotificationRequestItem: T['io.flow.adyen.v0.models.inner_notification_request_item'].isRequired,
|
|
3300
|
+
});
|
|
3301
|
+
|
|
3302
|
+
T['io.flow.adyen.v0.models.notification_request'] = PropTypes.exact({
|
|
3303
|
+
live: PropTypes.string.isRequired,
|
|
3304
|
+
notificationItems: PropTypes.arrayOf(T['io.flow.adyen.v0.models.outer_notification_request_item']).isRequired,
|
|
3305
|
+
});
|
|
3306
|
+
|
|
3307
|
+
T['io.flow.adyen.v0.models.adyen_dispute_event'] = PropTypes.exact({
|
|
3308
|
+
live: PropTypes.string.isRequired,
|
|
3309
|
+
notificationItems: PropTypes.arrayOf(T['io.flow.adyen.v0.models.outer_notification_request_item']).isRequired,
|
|
3310
|
+
});
|
|
3311
|
+
|
|
3303
3312
|
T['io.flow.channel.internal.v0.enums.channel_order_acceptance_status'] = PropTypes.oneOf(['accepted', 'rejected', 'review', 'edit_review', 'edit_accepted']);
|
|
3304
3313
|
|
|
3305
3314
|
T['io.flow.channel.internal.v0.models.channel_order_acceptance_form'] = PropTypes.exact({
|
|
@@ -6949,6 +6958,11 @@ T['io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact'] = Pro
|
|
|
6949
6958
|
reference: PropTypes.string,
|
|
6950
6959
|
});
|
|
6951
6960
|
|
|
6961
|
+
T['io.flow.payment.gateway.v0.models.payment_method_data_init_mobilepay'] = PropTypes.exact({
|
|
6962
|
+
type: PropTypes.oneOf(['init_mobilepay']).isRequired,
|
|
6963
|
+
reference: PropTypes.string,
|
|
6964
|
+
});
|
|
6965
|
+
|
|
6952
6966
|
T['io.flow.payment.gateway.v0.models.payment_method_data_init_przelewy24'] = PropTypes.exact({
|
|
6953
6967
|
type: PropTypes.oneOf(['init_przelewy24']).isRequired,
|
|
6954
6968
|
reference: PropTypes.string,
|
|
@@ -7033,6 +7047,7 @@ T['io.flow.payment.gateway.v0.enums.payment_type'] = PropTypes.oneOf([
|
|
|
7033
7047
|
'bancontact',
|
|
7034
7048
|
'twint',
|
|
7035
7049
|
'przelewy24',
|
|
7050
|
+
'mobilepay',
|
|
7036
7051
|
]);
|
|
7037
7052
|
|
|
7038
7053
|
T['io.flow.payment.gateway.v0.models.payment_method_data_option_logo_svg'] = PropTypes.exact({
|
|
@@ -7646,7 +7661,6 @@ T['io.flow.google.pay.v0.models.encrypted_message'] = PropTypes.exact({
|
|
|
7646
7661
|
paymentMethodDetails: T['io.flow.google.pay.v0.models.payment_method_details'].isRequired,
|
|
7647
7662
|
});
|
|
7648
7663
|
|
|
7649
|
-
T['io.flow.label.v0.enums.direction'] = PropTypes.oneOf(['outbound', 'return']);
|
|
7650
7664
|
T['io.flow.fulfillment.v0.enums.item_availability_status'] = PropTypes.oneOf(['available', 'low', 'out_of_stock']);
|
|
7651
7665
|
|
|
7652
7666
|
T['io.flow.fulfillment.v0.models.country_availability'] = PropTypes.exact({
|
|
@@ -10590,6 +10604,7 @@ T['io.flow.internal.v0.models.reporting_fulfillment_is'] = PropTypes.exact({
|
|
|
10590
10604
|
lvg: PropTypes.bool,
|
|
10591
10605
|
tax_inclusive: PropTypes.bool,
|
|
10592
10606
|
duty_inclusive: PropTypes.bool,
|
|
10607
|
+
manual_payment: PropTypes.bool,
|
|
10593
10608
|
});
|
|
10594
10609
|
|
|
10595
10610
|
T['io.flow.internal.v0.models.reporting_refund_reference'] = PropTypes.exact({
|
|
@@ -10877,35 +10892,6 @@ T['io.flow.common.v0.models.zone'] = PropTypes.exact({
|
|
|
10877
10892
|
country: PropTypes.string.isRequired,
|
|
10878
10893
|
});
|
|
10879
10894
|
|
|
10880
|
-
T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
10881
|
-
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
10882
|
-
effective_at: PropTypes.string.isRequired,
|
|
10883
|
-
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
10884
|
-
service: PropTypes.string.isRequired,
|
|
10885
|
-
number: PropTypes.string,
|
|
10886
|
-
rate_level_key: PropTypes.string,
|
|
10887
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
10888
|
-
glbe_shipping_method_id: PropTypes.string,
|
|
10889
|
-
glbe_proposition_name: PropTypes.string,
|
|
10890
|
-
channel_revenue_share_percentage: PropTypes.number,
|
|
10891
|
-
data: PropTypes.objectOf(PropTypes.string),
|
|
10892
|
-
});
|
|
10893
|
-
|
|
10894
|
-
T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
10895
|
-
id: PropTypes.string.isRequired,
|
|
10896
|
-
number: PropTypes.string.isRequired,
|
|
10897
|
-
rate_level_key: PropTypes.string,
|
|
10898
|
-
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
10899
|
-
effective_at: PropTypes.string.isRequired,
|
|
10900
|
-
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
10901
|
-
service: T['io.flow.ratecard.v0.models.ratecard_service_summary'].isRequired,
|
|
10902
|
-
published_at: PropTypes.string,
|
|
10903
|
-
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
10904
|
-
glbe_shipping_method_id: PropTypes.string,
|
|
10905
|
-
glbe_proposition_name: PropTypes.string,
|
|
10906
|
-
channel_revenue_share_percentage: PropTypes.number,
|
|
10907
|
-
});
|
|
10908
|
-
|
|
10909
10895
|
T['io.flow.ratecard.v0.models.fuel_surcharge_service_fee'] = PropTypes.exact({
|
|
10910
10896
|
discriminator: PropTypes.oneOf(['fuel_surcharge_service_fee']).isRequired,
|
|
10911
10897
|
percent: PropTypes.number.isRequired,
|
|
@@ -11379,41 +11365,6 @@ T['io.flow.experience.v0.models.experience_currency_format'] = PropTypes.exact({
|
|
|
11379
11365
|
label_formatters: PropTypes.arrayOf(T['io.flow.common.v0.enums.currency_label_formatter']).isRequired,
|
|
11380
11366
|
});
|
|
11381
11367
|
|
|
11382
|
-
T['io.flow.internal.v0.models.by_rule_snapshot'] = PropTypes.exact({
|
|
11383
|
-
id: PropTypes.string.isRequired,
|
|
11384
|
-
name: PropTypes.string.isRequired,
|
|
11385
|
-
open_decision_count: PropTypes.number.isRequired,
|
|
11386
|
-
restricted_product_count: PropTypes.number.isRequired,
|
|
11387
|
-
});
|
|
11388
|
-
|
|
11389
|
-
T['io.flow.internal.v0.models.organization_restriction_snapshot'] = PropTypes.exact({
|
|
11390
|
-
id: PropTypes.string.isRequired,
|
|
11391
|
-
organization_id: PropTypes.string.isRequired,
|
|
11392
|
-
organization_channel_id: PropTypes.string.isRequired,
|
|
11393
|
-
organization_status: PropTypes.string.isRequired,
|
|
11394
|
-
product_count: PropTypes.number.isRequired,
|
|
11395
|
-
open_decision_count: PropTypes.number.isRequired,
|
|
11396
|
-
restricted_product_count: PropTypes.number.isRequired,
|
|
11397
|
-
count_by_rule: PropTypes.arrayOf(T['io.flow.internal.v0.models.by_rule_snapshot']).isRequired,
|
|
11398
|
-
earliest_pending_decision_date: PropTypes.string.isRequired,
|
|
11399
|
-
earliest_product_receipt_date: PropTypes.string.isRequired,
|
|
11400
|
-
date: PropTypes.string.isRequired,
|
|
11401
|
-
});
|
|
11402
|
-
|
|
11403
|
-
T['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'] = PropTypes.exact({
|
|
11404
|
-
discriminator: PropTypes.oneOf(['organization_restriction_snapshot_upserted']).isRequired,
|
|
11405
|
-
event_id: PropTypes.string.isRequired,
|
|
11406
|
-
timestamp: PropTypes.string.isRequired,
|
|
11407
|
-
organization_restriction_snapshot: T['io.flow.internal.v0.models.organization_restriction_snapshot'].isRequired,
|
|
11408
|
-
});
|
|
11409
|
-
|
|
11410
|
-
T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'] = PropTypes.exact({
|
|
11411
|
-
discriminator: PropTypes.oneOf(['organization_restriction_snapshot_deleted']).isRequired,
|
|
11412
|
-
event_id: PropTypes.string.isRequired,
|
|
11413
|
-
timestamp: PropTypes.string.isRequired,
|
|
11414
|
-
organization_restriction_snapshot: T['io.flow.internal.v0.models.organization_restriction_snapshot'].isRequired,
|
|
11415
|
-
});
|
|
11416
|
-
|
|
11417
11368
|
T['io.flow.internal.v0.enums.organization_restriction_risk_level'] = PropTypes.oneOf(['5', '15']);
|
|
11418
11369
|
T['io.flow.internal.v0.enums.organization_restriction_review_type'] = PropTypes.oneOf(['all_pending', 'pending_verification']);
|
|
11419
11370
|
T['io.flow.internal.v0.enums.organization_restriction_screening_status'] = PropTypes.oneOf(['in_review', 'fully_reviewed', 'rejected', 'unscreened']);
|
|
@@ -12995,6 +12946,36 @@ T['io.flow.label.v0.models.shipping_label_document'] = PropTypes.exact({
|
|
|
12995
12946
|
});
|
|
12996
12947
|
|
|
12997
12948
|
T['io.flow.label.v0.enums.shipment_recipient'] = PropTypes.oneOf(['customer', 'return', 'crossdock']);
|
|
12949
|
+
T['io.flow.label.v0.enums.direction'] = PropTypes.oneOf(['outbound', 'return']);
|
|
12950
|
+
|
|
12951
|
+
T['io.flow.ratecard.v0.models.ratecard_form'] = PropTypes.exact({
|
|
12952
|
+
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
12953
|
+
effective_at: PropTypes.string.isRequired,
|
|
12954
|
+
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
12955
|
+
service: PropTypes.string.isRequired,
|
|
12956
|
+
number: PropTypes.string,
|
|
12957
|
+
rate_level_key: PropTypes.string,
|
|
12958
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'],
|
|
12959
|
+
glbe_shipping_method_id: PropTypes.string,
|
|
12960
|
+
glbe_proposition_name: PropTypes.string,
|
|
12961
|
+
channel_revenue_share_percentage: PropTypes.number,
|
|
12962
|
+
data: PropTypes.objectOf(PropTypes.string),
|
|
12963
|
+
});
|
|
12964
|
+
|
|
12965
|
+
T['io.flow.ratecard.v0.models.ratecard'] = PropTypes.exact({
|
|
12966
|
+
id: PropTypes.string.isRequired,
|
|
12967
|
+
number: PropTypes.string.isRequired,
|
|
12968
|
+
rate_level_key: PropTypes.string,
|
|
12969
|
+
direction: T['io.flow.label.v0.enums.direction'].isRequired,
|
|
12970
|
+
effective_at: PropTypes.string.isRequired,
|
|
12971
|
+
origination_zones: PropTypes.arrayOf(T['io.flow.common.v0.models.zone']).isRequired,
|
|
12972
|
+
service: T['io.flow.ratecard.v0.models.ratecard_service_summary'].isRequired,
|
|
12973
|
+
published_at: PropTypes.string,
|
|
12974
|
+
ratecard_owner: T['io.flow.fulfillment.v0.enums.ratecard_owner'].isRequired,
|
|
12975
|
+
glbe_shipping_method_id: PropTypes.string,
|
|
12976
|
+
glbe_proposition_name: PropTypes.string,
|
|
12977
|
+
channel_revenue_share_percentage: PropTypes.number,
|
|
12978
|
+
});
|
|
12998
12979
|
|
|
12999
12980
|
T['io.flow.internal.v0.enums.label_request_error_handling_responsibility'] = PropTypes.oneOf([
|
|
13000
12981
|
'merchant',
|
|
@@ -13067,6 +13048,7 @@ T['io.flow.internal.v0.models.label_request_error'] = PropTypes.exact({
|
|
|
13067
13048
|
carrier_id: PropTypes.string,
|
|
13068
13049
|
service_id: PropTypes.string,
|
|
13069
13050
|
errors: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
13051
|
+
direction: T['io.flow.label.v0.enums.direction'],
|
|
13070
13052
|
});
|
|
13071
13053
|
|
|
13072
13054
|
T['io.flow.internal.v0.models.label_request_error_upserted'] = PropTypes.exact({
|
|
@@ -13111,6 +13093,7 @@ T['io.flow.trueup.v0.enums.trueup_surcharge_type'] = PropTypes.oneOf([
|
|
|
13111
13093
|
'direct_delivery',
|
|
13112
13094
|
'saturday_stop',
|
|
13113
13095
|
'residential_extended_area_pickup',
|
|
13096
|
+
'package_level_detail',
|
|
13114
13097
|
]);
|
|
13115
13098
|
|
|
13116
13099
|
T['io.flow.billing.v0.models.trueup_label_surcharge'] = PropTypes.exact({
|
|
@@ -13453,6 +13436,7 @@ T['io.flow.payment.gateway.v0.unions.payment_method_data'] = PropTypes.oneOfType
|
|
|
13453
13436
|
T['io.flow.payment.gateway.v0.models.payment_method_data_init_sofort'],
|
|
13454
13437
|
T['io.flow.payment.gateway.v0.models.payment_method_data_init_twint'],
|
|
13455
13438
|
T['io.flow.payment.gateway.v0.models.payment_method_data_init_przelewy24'],
|
|
13439
|
+
T['io.flow.payment.gateway.v0.models.payment_method_data_init_mobilepay'],
|
|
13456
13440
|
T['io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact'],
|
|
13457
13441
|
T['io.flow.payment.gateway.v0.models.payment_method_data_validate_applepay'],
|
|
13458
13442
|
T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_card'],
|
|
@@ -13851,6 +13835,11 @@ T['io.flow.payment.gateway.v0.models.payment_method_summary_paypal'] = PropTypes
|
|
|
13851
13835
|
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
13852
13836
|
});
|
|
13853
13837
|
|
|
13838
|
+
T['io.flow.payment.gateway.v0.models.payment_method_summary_mobilepay'] = PropTypes.exact({
|
|
13839
|
+
type: PropTypes.oneOf(['mobilepay']).isRequired,
|
|
13840
|
+
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
13841
|
+
});
|
|
13842
|
+
|
|
13854
13843
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_klarna'] = PropTypes.exact({
|
|
13855
13844
|
type: PropTypes.oneOf(['klarna']).isRequired,
|
|
13856
13845
|
merchant_of_record: T['io.flow.common.v0.enums.merchant_of_record'].isRequired,
|
|
@@ -13902,6 +13891,7 @@ T['io.flow.payment.gateway.v0.unions.payment_method_summary'] = PropTypes.oneOfT
|
|
|
13902
13891
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_ideal'],
|
|
13903
13892
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_twint'],
|
|
13904
13893
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_przelewy24'],
|
|
13894
|
+
T['io.flow.payment.gateway.v0.models.payment_method_summary_mobilepay'],
|
|
13905
13895
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_sofort'],
|
|
13906
13896
|
T['io.flow.payment.gateway.v0.models.payment_method_summary_bancontact'],
|
|
13907
13897
|
]);
|
|
@@ -15557,6 +15547,12 @@ T['io.flow.internal.v0.enums.billing_metric_key'] = PropTypes.oneOf([
|
|
|
15557
15547
|
'accounts_with_final_statements_pending_transaction_total',
|
|
15558
15548
|
'edited_order_tax_amount_exceeding_transaction',
|
|
15559
15549
|
'edited_order_duty_amount_exceeding_transaction',
|
|
15550
|
+
'negative_balance_scheduled_total',
|
|
15551
|
+
'negative_balance_debited_total',
|
|
15552
|
+
'negative_balance_failed_to_be_debited_total',
|
|
15553
|
+
'number_of_orgs_eligible_to_negative_balance_debit',
|
|
15554
|
+
'number_of_orgs_with_failed_negative_debit',
|
|
15555
|
+
'negative_debit_success_rate',
|
|
15560
15556
|
]);
|
|
15561
15557
|
|
|
15562
15558
|
T['io.flow.internal.v0.models.daily_value'] = PropTypes.exact({
|
|
@@ -17085,6 +17081,7 @@ T['io.flow.internal.v0.models.rate_freshness_summary_deleted'] = PropTypes.exact
|
|
|
17085
17081
|
|
|
17086
17082
|
T['io.flow.internal.v0.models.processed_payment_summary'] = PropTypes.exact({
|
|
17087
17083
|
type: T['io.flow.reference.v0.enums.payment_method_capability'].isRequired,
|
|
17084
|
+
amount: PropTypes.number.isRequired,
|
|
17088
17085
|
currency: T['io.flow.reference.v0.models.currency'].isRequired,
|
|
17089
17086
|
method: T['io.flow.reference.v0.models.payment_method'].isRequired,
|
|
17090
17087
|
card_issuer_country: T['io.flow.reference.v0.models.country'],
|
|
@@ -18535,6 +18532,7 @@ T['io.flow.internal.v0.models.label_surcharge_form'] = PropTypes.exact({
|
|
|
18535
18532
|
direct_delivery: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
18536
18533
|
saturday_stop: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
18537
18534
|
residential_extended_area_pickup: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
18535
|
+
package_level_detail: T['io.flow.internal.v0.models.label_surcharge_single_form'],
|
|
18538
18536
|
});
|
|
18539
18537
|
|
|
18540
18538
|
T['io.flow.internal.v0.models.carrier_tax_form'] = PropTypes.exact({
|
|
@@ -19975,6 +19973,7 @@ T['io.flow.internal.v0.models.order_validation_failure_summary'] = PropTypes.exa
|
|
|
19975
19973
|
created_at: PropTypes.string.isRequired,
|
|
19976
19974
|
cancelled_at: PropTypes.string,
|
|
19977
19975
|
resolved_at: PropTypes.string,
|
|
19976
|
+
environment: T['io.flow.common.v0.enums.environment'].isRequired,
|
|
19978
19977
|
});
|
|
19979
19978
|
|
|
19980
19979
|
T['io.flow.internal.v0.models.order_validation_failure'] = PropTypes.exact({
|
|
@@ -22370,6 +22369,7 @@ T['io.flow.label.v0.models.summary_shipping_label_form'] = PropTypes.exact({
|
|
|
22370
22369
|
order_number: PropTypes.string.isRequired,
|
|
22371
22370
|
items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']).isRequired,
|
|
22372
22371
|
center_key: PropTypes.string,
|
|
22372
|
+
direction: T['io.flow.label.v0.enums.direction'],
|
|
22373
22373
|
});
|
|
22374
22374
|
|
|
22375
22375
|
T['io.flow.label.v0.models.shipping_label_package'] = PropTypes.exact({
|
|
@@ -22470,6 +22470,7 @@ T['io.flow.label.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
|
|
|
22470
22470
|
items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']),
|
|
22471
22471
|
'package': T['io.flow.label.v0.models.shipping_label_package'],
|
|
22472
22472
|
origin: T['io.flow.fulfillment.v0.models.shipping_address'],
|
|
22473
|
+
direction: T['io.flow.label.v0.enums.direction'],
|
|
22473
22474
|
});
|
|
22474
22475
|
|
|
22475
22476
|
T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
@@ -22733,7 +22734,6 @@ T['io.flow.internal.v0.models.restriction_organization_decision_summary'] = Prop
|
|
|
22733
22734
|
priority_score: PropTypes.number.isRequired,
|
|
22734
22735
|
date: PropTypes.string.isRequired,
|
|
22735
22736
|
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_status_metadata']).isRequired,
|
|
22736
|
-
rules: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_rule_metadata']).isRequired,
|
|
22737
22737
|
count: PropTypes.number.isRequired,
|
|
22738
22738
|
});
|
|
22739
22739
|
|
|
@@ -24288,6 +24288,7 @@ T['io.flow.label.v0.models.shipping_label'] = PropTypes.exact({
|
|
|
24288
24288
|
additional_services_requested: PropTypes.arrayOf(T['io.flow.label.v0.models.additional_services_requested']),
|
|
24289
24289
|
created_at: PropTypes.string,
|
|
24290
24290
|
updated_at: PropTypes.string,
|
|
24291
|
+
direction: T['io.flow.label.v0.enums.direction'],
|
|
24291
24292
|
});
|
|
24292
24293
|
|
|
24293
24294
|
T['io.flow.label.v0.models.shipping_label_version'] = PropTypes.exact({
|
|
@@ -27153,8 +27154,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
27153
27154
|
T['io.flow.internal.v0.models.ratecard_rate_level_ratecard_deleted'],
|
|
27154
27155
|
T['io.flow.internal.v0.models.ratecard_rate_level_organization_upserted'],
|
|
27155
27156
|
T['io.flow.internal.v0.models.ratecard_rate_level_organization_deleted'],
|
|
27156
|
-
T['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'],
|
|
27157
|
-
T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'],
|
|
27158
27157
|
T['io.flow.internal.v0.models.restriction_organization_status_upserted'],
|
|
27159
27158
|
T['io.flow.internal.v0.models.restriction_organization_status_deleted'],
|
|
27160
27159
|
T['io.flow.internal.v0.models.organization_restriction_status_upserted'],
|
|
@@ -27689,8 +27688,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27689
27688
|
'ratecard_rate_level_ratecard_deleted',
|
|
27690
27689
|
'ratecard_rate_level_organization_upserted',
|
|
27691
27690
|
'ratecard_rate_level_organization_deleted',
|
|
27692
|
-
'organization_restriction_snapshot_upserted',
|
|
27693
|
-
'organization_restriction_snapshot_deleted',
|
|
27694
27691
|
'restriction_organization_status_upserted',
|
|
27695
27692
|
'restriction_organization_status_deleted',
|
|
27696
27693
|
'organization_restriction_status_upserted',
|
|
@@ -27771,6 +27768,19 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
27771
27768
|
|
|
27772
27769
|
T['io.flow.internal.v0.enums.financial_reporting_responsible_party'] = PropTypes.oneOf(['flow', 'organization']);
|
|
27773
27770
|
T['io.flow.internal.v0.enums.flow_app'] = PropTypes.oneOf(['console']);
|
|
27771
|
+
|
|
27772
|
+
T['io.flow.internal.v0.enums.graphql_service_types'] = PropTypes.oneOf([
|
|
27773
|
+
'order_update_mutation',
|
|
27774
|
+
'shipping_address_validation',
|
|
27775
|
+
'bulk_publication_status',
|
|
27776
|
+
'country_catalog_sync',
|
|
27777
|
+
'inventory_item',
|
|
27778
|
+
'product_bundle',
|
|
27779
|
+
'shopify_location',
|
|
27780
|
+
'shopify_order',
|
|
27781
|
+
'sync_product_catalog',
|
|
27782
|
+
]);
|
|
27783
|
+
|
|
27774
27784
|
T['io.flow.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
27775
27785
|
T['io.flow.internal.v0.enums.label_billing_strategy'] = PropTypes.oneOf(['quote', 'carrier']);
|
|
27776
27786
|
T['io.flow.internal.v0.enums.label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']);
|
|
@@ -27799,7 +27809,7 @@ T['io.flow.internal.v0.enums.onboarding_state_source'] = PropTypes.oneOf([
|
|
|
27799
27809
|
|
|
27800
27810
|
T['io.flow.internal.v0.enums.order_lifecycle_event'] = PropTypes.oneOf(['order_placed', 'ready_to_fulfill']);
|
|
27801
27811
|
T['io.flow.internal.v0.enums.order_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'order_service']);
|
|
27802
|
-
T['io.flow.internal.v0.enums.organization_metric_type'] = PropTypes.oneOf(['
|
|
27812
|
+
T['io.flow.internal.v0.enums.organization_metric_type'] = PropTypes.oneOf(['organization_restriction_status']);
|
|
27803
27813
|
T['io.flow.internal.v0.enums.output_style'] = PropTypes.oneOf(['flow', 'shopify_p1']);
|
|
27804
27814
|
T['io.flow.internal.v0.enums.preferred_billing_schedule'] = PropTypes.oneOf(['monthly', 'bi-monthly']);
|
|
27805
27815
|
T['io.flow.internal.v0.enums.price_selector'] = PropTypes.oneOf(['minimum', 'maximum']);
|
|
@@ -29235,6 +29245,19 @@ T['io.flow.brickftp.v0.models.file_upload_metadata'] = PropTypes.exact({
|
|
|
29235
29245
|
T['io.flow.units.v0.enums.unit_of_volume'] = PropTypes.oneOf(['cubic_inch', 'cubic_meter']);
|
|
29236
29246
|
T['io.flow.shopify.markets.internal.v0.enums.any_dangerous_goods'] = PropTypes.oneOf(['yes', 'no', 'i_dont_know']);
|
|
29237
29247
|
T['io.flow.shopify.markets.internal.v0.enums.api_call_reference_id'] = PropTypes.oneOf(['duty_rates_data_event', 'integration_test', 'unit_test']);
|
|
29248
|
+
|
|
29249
|
+
T['io.flow.shopify.markets.internal.v0.enums.graphql_service_types'] = PropTypes.oneOf([
|
|
29250
|
+
'order_update_mutation',
|
|
29251
|
+
'shipping_address_validation',
|
|
29252
|
+
'bulk_publication_status',
|
|
29253
|
+
'country_catalog_sync',
|
|
29254
|
+
'inventory_item',
|
|
29255
|
+
'product_bundle',
|
|
29256
|
+
'shopify_location',
|
|
29257
|
+
'shopify_order',
|
|
29258
|
+
'sync_product_catalog',
|
|
29259
|
+
]);
|
|
29260
|
+
|
|
29238
29261
|
T['io.flow.shopify.markets.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
|
|
29239
29262
|
|
|
29240
29263
|
T['io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods'] = PropTypes.oneOf([
|
|
@@ -29350,6 +29373,7 @@ T['io.flow.adyen.v0.models.chargeback_notification_additional_data'] = PropTypes
|
|
|
29350
29373
|
chargebackReasonCode: PropTypes.string.isRequired,
|
|
29351
29374
|
modificationMerchantReferences: PropTypes.string.isRequired,
|
|
29352
29375
|
chargebackSchemeCode: PropTypes.string.isRequired,
|
|
29376
|
+
defensePeriodEndsAt: PropTypes.string,
|
|
29353
29377
|
});
|
|
29354
29378
|
|
|
29355
29379
|
T['io.flow.adyen.v0.models.error'] = PropTypes.exact({
|
|
@@ -30250,7 +30274,6 @@ export const browserBundlePaymentMethod = T['io.flow.internal.v0.models.browser_
|
|
|
30250
30274
|
export const browserBundlePaymentMethodForm = T['io.flow.internal.v0.models.browser_bundle_payment_method_form'];
|
|
30251
30275
|
export const browserBundlePaymentMethods = T['io.flow.internal.v0.models.browser_bundle_payment_methods'];
|
|
30252
30276
|
export const bulkClassificationAction = T['io.flow.internal.v0.models.bulk_classification_action'];
|
|
30253
|
-
export const byRuleSnapshot = T['io.flow.internal.v0.models.by_rule_snapshot'];
|
|
30254
30277
|
export const calculatedTaxAmount = T['io.flow.internal.v0.models.calculated_tax_amount'];
|
|
30255
30278
|
export const calculationStampingLineItem = T['io.flow.internal.v0.models.calculation_stamping_line_item'];
|
|
30256
30279
|
export const calculationStampingShippingLine = T['io.flow.internal.v0.models.calculation_stamping_shipping_line'];
|
|
@@ -30818,6 +30841,7 @@ export const googleLinker = T['io.flow.internal.v0.models.google_linker'];
|
|
|
30818
30841
|
export const googleShoppingAccountParameters = T['io.flow.internal.v0.models.google_shopping_account_parameters'];
|
|
30819
30842
|
export const googleShoppingSetting = T['io.flow.internal.v0.models.google_shopping_setting'];
|
|
30820
30843
|
export const googleTagManager = T['io.flow.internal.v0.models.google_tag_manager'];
|
|
30844
|
+
export const graphqlServiceTypes = T['io.flow.internal.v0.enums.graphql_service_types'];
|
|
30821
30845
|
export const harinathItem = T['io.flow.internal.v0.models.harinath_item'];
|
|
30822
30846
|
export const harinathItemDeleted = T['io.flow.internal.v0.models.harinath_item_deleted'];
|
|
30823
30847
|
export const harinathItemForm = T['io.flow.internal.v0.models.harinath_item_form'];
|
|
@@ -31266,9 +31290,6 @@ export const organizationRestrictionReviewType = T['io.flow.internal.v0.enums.or
|
|
|
31266
31290
|
export const organizationRestrictionRiskLevel = T['io.flow.internal.v0.enums.organization_restriction_risk_level'];
|
|
31267
31291
|
export const organizationRestrictionScreeningDecisionForm = T['io.flow.internal.v0.models.organization_restriction_screening_decision_form'];
|
|
31268
31292
|
export const organizationRestrictionScreeningStatus = T['io.flow.internal.v0.enums.organization_restriction_screening_status'];
|
|
31269
|
-
export const organizationRestrictionSnapshot = T['io.flow.internal.v0.models.organization_restriction_snapshot'];
|
|
31270
|
-
export const organizationRestrictionSnapshotDeleted = T['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'];
|
|
31271
|
-
export const organizationRestrictionSnapshotUpserted = T['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'];
|
|
31272
31293
|
export const organizationRestrictionStatus = T['io.flow.internal.v0.models.organization_restriction_status'];
|
|
31273
31294
|
export const organizationRestrictionStatusDeleted = T['io.flow.internal.v0.models.organization_restriction_status_deleted'];
|
|
31274
31295
|
export const organizationRestrictionStatusNote = T['io.flow.internal.v0.models.organization_restriction_status_note'];
|