@flowio/api-internal-prop-types 9.24.61 → 9.24.62
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 +77 -88
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +77 -88
- package/src/api-internal.js +224 -243
package/src/api-internal.js
CHANGED
|
@@ -718,64 +718,6 @@ T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'] = PropTyp
|
|
|
718
718
|
country: PropTypes.string,
|
|
719
719
|
});
|
|
720
720
|
|
|
721
|
-
T['io.flow.merchant.onboarding.v0.models.shop'] = PropTypes.exact({
|
|
722
|
-
name: PropTypes.string.isRequired,
|
|
723
|
-
id: PropTypes.string.isRequired,
|
|
724
|
-
});
|
|
725
|
-
|
|
726
|
-
T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector'] = PropTypes.oneOf([
|
|
727
|
-
'accessories',
|
|
728
|
-
'animals_and_pet_supplies',
|
|
729
|
-
'apparel',
|
|
730
|
-
'apparel_and_accessories',
|
|
731
|
-
'arts_and_entertainment',
|
|
732
|
-
'baby_and_toddler',
|
|
733
|
-
'business_and_industrial',
|
|
734
|
-
'cameras_and_optics',
|
|
735
|
-
'electronics',
|
|
736
|
-
'food_beverages_and_tobacco',
|
|
737
|
-
'furniture',
|
|
738
|
-
'gift_cards',
|
|
739
|
-
'hardware',
|
|
740
|
-
'health_and_beauty',
|
|
741
|
-
'home_and_garden',
|
|
742
|
-
'jewelry',
|
|
743
|
-
'luggage_and_bags',
|
|
744
|
-
'mature',
|
|
745
|
-
'media',
|
|
746
|
-
'office_supplies',
|
|
747
|
-
'paper_and_art',
|
|
748
|
-
'religious_and_ceremonial',
|
|
749
|
-
'software',
|
|
750
|
-
'sporting_goods',
|
|
751
|
-
'sports_and_fitness',
|
|
752
|
-
'toys_and_games',
|
|
753
|
-
'toys_hobbies_gifts',
|
|
754
|
-
'vehicles_and_parts',
|
|
755
|
-
'other',
|
|
756
|
-
]);
|
|
757
|
-
|
|
758
|
-
T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'] = PropTypes.exact({
|
|
759
|
-
name: PropTypes.string.isRequired,
|
|
760
|
-
dob: PropTypes.string.isRequired,
|
|
761
|
-
});
|
|
762
|
-
|
|
763
|
-
T['io.flow.merchant.onboarding.v0.models.indirect_tax'] = PropTypes.exact({
|
|
764
|
-
number: PropTypes.string,
|
|
765
|
-
id: PropTypes.string,
|
|
766
|
-
});
|
|
767
|
-
|
|
768
|
-
T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'] = PropTypes.oneOf(['to_do', 'in_progress', 'on_hold', 'rejected', 'accepted']);
|
|
769
|
-
|
|
770
|
-
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'] = PropTypes.exact({
|
|
771
|
-
discriminator: PropTypes.oneOf(['shopify_merchant_application_put_form']).isRequired,
|
|
772
|
-
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'],
|
|
773
|
-
});
|
|
774
|
-
|
|
775
|
-
T['io.flow.merchant.onboarding.v0.unions.merchant_application_put_form'] = PropTypes.oneOfType([
|
|
776
|
-
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'],
|
|
777
|
-
]);
|
|
778
|
-
|
|
779
721
|
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_time'] = PropTypes.exact({
|
|
780
722
|
hour_of_day: PropTypes.string.isRequired,
|
|
781
723
|
minute_of_hour: PropTypes.string.isRequired,
|
|
@@ -792,28 +734,8 @@ T['io.flow.merchant.onboarding.v0.models.monthly_average_volume'] = PropTypes.ex
|
|
|
792
734
|
currency: PropTypes.string,
|
|
793
735
|
});
|
|
794
736
|
|
|
795
|
-
T['io.flow.merchant.onboarding.v0.models.monthly_average'] = PropTypes.exact({
|
|
796
|
-
volume: T['io.flow.merchant.onboarding.v0.models.monthly_average_volume'],
|
|
797
|
-
number_transactions: PropTypes.number,
|
|
798
|
-
});
|
|
799
|
-
|
|
800
737
|
T['io.flow.merchant.onboarding.v0.enums.region_type'] = PropTypes.oneOf(['state', 'province', 'jurisdiction']);
|
|
801
|
-
|
|
802
|
-
T['io.flow.merchant.onboarding.v0.models.merchant_info'] = PropTypes.exact({
|
|
803
|
-
legal_name: PropTypes.string,
|
|
804
|
-
country: PropTypes.string.isRequired,
|
|
805
|
-
region: T['io.flow.merchant.onboarding.v0.enums.region_type'],
|
|
806
|
-
region_value: PropTypes.string,
|
|
807
|
-
category_code: PropTypes.string,
|
|
808
|
-
});
|
|
809
|
-
|
|
810
738
|
T['io.flow.merchant.onboarding.v0.enums.logistics_format_preference'] = PropTypes.oneOf(['shopify_console', 'existing_3pl_integration', 'byo_integration']);
|
|
811
|
-
|
|
812
|
-
T['io.flow.merchant.onboarding.v0.models.logistics_format'] = PropTypes.exact({
|
|
813
|
-
preference: T['io.flow.merchant.onboarding.v0.enums.logistics_format_preference'].isRequired,
|
|
814
|
-
description: PropTypes.string,
|
|
815
|
-
});
|
|
816
|
-
|
|
817
739
|
T['io.flow.crypto.v0.enums.reason_type'] = PropTypes.oneOf(['duplicate', 'fraudulent', 'requested_by_customer']);
|
|
818
740
|
|
|
819
741
|
T['io.flow.crypto.v0.models.refund_request'] = PropTypes.exact({
|
|
@@ -1234,19 +1156,6 @@ T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup']
|
|
|
1234
1156
|
instructions: PropTypes.string,
|
|
1235
1157
|
});
|
|
1236
1158
|
|
|
1237
|
-
T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
1238
|
-
warehouse_address: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'].isRequired,
|
|
1239
|
-
warehouse_url: PropTypes.string,
|
|
1240
|
-
location: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'],
|
|
1241
|
-
|
|
1242
|
-
scheduled_pickups: PropTypes.arrayOf(
|
|
1243
|
-
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'],
|
|
1244
|
-
),
|
|
1245
|
-
|
|
1246
|
-
operations_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'].isRequired,
|
|
1247
|
-
center_id: PropTypes.string,
|
|
1248
|
-
});
|
|
1249
|
-
|
|
1250
1159
|
T['io.flow.common.v0.models.price_source_price_book_reference'] = PropTypes.exact({
|
|
1251
1160
|
id: PropTypes.string.isRequired,
|
|
1252
1161
|
key: PropTypes.string.isRequired,
|
|
@@ -1656,7 +1565,7 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_contact'] = PropTypes.exact({
|
|
|
1656
1565
|
country_code: PropTypes.string,
|
|
1657
1566
|
});
|
|
1658
1567
|
|
|
1659
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', '
|
|
1568
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', 'postal_address', 'phonetic_name']);
|
|
1660
1569
|
|
|
1661
1570
|
T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
1662
1571
|
'amex',
|
|
@@ -1668,12 +1577,12 @@ T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
|
1668
1577
|
'visa',
|
|
1669
1578
|
]);
|
|
1670
1579
|
|
|
1671
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', '
|
|
1580
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['shipping', 'delivery', 'store_pickup', 'service_pickup']);
|
|
1672
1581
|
|
|
1673
1582
|
T['io.flow.apple.pay.v0.models.apple_pay_shipping_method'] = PropTypes.exact({
|
|
1674
1583
|
label: PropTypes.string.isRequired,
|
|
1675
1584
|
detail: PropTypes.string.isRequired,
|
|
1676
|
-
amount: PropTypes.
|
|
1585
|
+
amount: PropTypes.number.isRequired,
|
|
1677
1586
|
identifier: PropTypes.string.isRequired,
|
|
1678
1587
|
});
|
|
1679
1588
|
|
|
@@ -1682,7 +1591,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_merchant_capability'] = PropTypes.oneOf(
|
|
|
1682
1591
|
T['io.flow.apple.pay.v0.models.apple_pay_line_item'] = PropTypes.exact({
|
|
1683
1592
|
label: PropTypes.string.isRequired,
|
|
1684
1593
|
type: T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'].isRequired,
|
|
1685
|
-
amount: PropTypes.
|
|
1594
|
+
amount: PropTypes.number.isRequired,
|
|
1686
1595
|
});
|
|
1687
1596
|
|
|
1688
1597
|
T['io.flow.apple.pay.v0.models.apple_pay_payment_info'] = PropTypes.exact({
|
|
@@ -3123,15 +3032,7 @@ T['io.flow.shopify.external.v0.models.response_product'] = PropTypes.exact({
|
|
|
3123
3032
|
});
|
|
3124
3033
|
|
|
3125
3034
|
T['io.flow.order.management.v0.enums.fulfillment_item_quantity_status'] = PropTypes.oneOf(['new', 'shipped', 'cancelled']);
|
|
3126
|
-
|
|
3127
|
-
T['io.flow.adyen.v0.models.sdk_v3_on_complete_data'] = PropTypes.exact({
|
|
3128
|
-
details: PropTypes.object.isRequired,
|
|
3129
|
-
payment_data: PropTypes.string,
|
|
3130
|
-
});
|
|
3131
|
-
|
|
3132
|
-
T['io.flow.adyen.v0.models.sdk_v3_on_complete_result'] = PropTypes.exact({
|
|
3133
|
-
data: T['io.flow.adyen.v0.models.sdk_v3_on_complete_data'].isRequired,
|
|
3134
|
-
});
|
|
3035
|
+
T['io.flow.adyen.v0.enums.method'] = PropTypes.oneOf(['GET', 'POST']);
|
|
3135
3036
|
|
|
3136
3037
|
T['io.flow.adyen.v0.models.redirect_data'] = PropTypes.exact({
|
|
3137
3038
|
PaReq: PropTypes.string,
|
|
@@ -3139,6 +3040,12 @@ T['io.flow.adyen.v0.models.redirect_data'] = PropTypes.exact({
|
|
|
3139
3040
|
MD: PropTypes.string,
|
|
3140
3041
|
});
|
|
3141
3042
|
|
|
3043
|
+
T['io.flow.adyen.v0.models.redirect'] = PropTypes.exact({
|
|
3044
|
+
data: T['io.flow.adyen.v0.models.redirect_data'],
|
|
3045
|
+
method: T['io.flow.adyen.v0.enums.method'],
|
|
3046
|
+
url: PropTypes.string,
|
|
3047
|
+
});
|
|
3048
|
+
|
|
3142
3049
|
T['io.flow.adyen.v0.models.authentication'] = PropTypes.exact({
|
|
3143
3050
|
'threeds2.fingerprintToken': PropTypes.string,
|
|
3144
3051
|
'threeds2.challengeToken': PropTypes.string,
|
|
@@ -3147,59 +3054,12 @@ T['io.flow.adyen.v0.models.authentication'] = PropTypes.exact({
|
|
|
3147
3054
|
T['io.flow.adyen.v0.models.payment_response_additional_data'] = PropTypes.exact({
|
|
3148
3055
|
authCode: PropTypes.string,
|
|
3149
3056
|
avsResultRaw: PropTypes.string,
|
|
3150
|
-
avsResult: PropTypes.string,
|
|
3151
3057
|
cvcResultRaw: PropTypes.string,
|
|
3152
|
-
cvcResult: PropTypes.string,
|
|
3153
|
-
refusalReasonRaw: PropTypes.string,
|
|
3154
3058
|
liabilityShift: PropTypes.string,
|
|
3155
3059
|
threeDAuthenticated: PropTypes.string,
|
|
3156
3060
|
threeDAuthenticatedResponse: PropTypes.string,
|
|
3157
3061
|
threeDOffered: PropTypes.string,
|
|
3158
3062
|
threeDOfferedResponse: PropTypes.string,
|
|
3159
|
-
threeDSVersion: PropTypes.string,
|
|
3160
|
-
eci: PropTypes.string,
|
|
3161
|
-
cavv: PropTypes.string,
|
|
3162
|
-
scaExemptionRequested: PropTypes.string,
|
|
3163
|
-
paymentMethod: PropTypes.string,
|
|
3164
|
-
paymentMethodVariant: PropTypes.string,
|
|
3165
|
-
tokenTxVariant: PropTypes.string,
|
|
3166
|
-
acquirerCode: PropTypes.string,
|
|
3167
|
-
acquirerAccountCode: PropTypes.string,
|
|
3168
|
-
cardPaymentMethod: PropTypes.string,
|
|
3169
|
-
coBrandedWith: PropTypes.string,
|
|
3170
|
-
cardIssuingCountry: PropTypes.string,
|
|
3171
|
-
cardIssuingCurrency: PropTypes.string,
|
|
3172
|
-
cardIssuingBank: PropTypes.string,
|
|
3173
|
-
cardBin: PropTypes.string,
|
|
3174
|
-
issuerBin: PropTypes.string,
|
|
3175
|
-
cardSummary: PropTypes.string,
|
|
3176
|
-
untokenisedCardSummary: PropTypes.string,
|
|
3177
|
-
expiryDate: PropTypes.string,
|
|
3178
|
-
cardHolderName: PropTypes.string,
|
|
3179
|
-
fundingSource: PropTypes.string,
|
|
3180
|
-
ownerName: PropTypes.string,
|
|
3181
|
-
bankName: PropTypes.string,
|
|
3182
|
-
issuerCountry: PropTypes.string,
|
|
3183
|
-
iban: PropTypes.string,
|
|
3184
|
-
bic: PropTypes.string,
|
|
3185
|
-
iDealConsumerAccountNumber: PropTypes.string,
|
|
3186
|
-
iDealConsumerBIC: PropTypes.string,
|
|
3187
|
-
iDealConsumerCity: PropTypes.string,
|
|
3188
|
-
iDealConsumerIBAN: PropTypes.string,
|
|
3189
|
-
iDealConsumerName: PropTypes.string,
|
|
3190
|
-
iDealTransactionId: PropTypes.string,
|
|
3191
|
-
'recurring.recurringDetailReference': PropTypes.string,
|
|
3192
|
-
'recurring.shopperReference': PropTypes.string,
|
|
3193
|
-
networkTxReference: PropTypes.string,
|
|
3194
|
-
PaymentAccountReference: PropTypes.string,
|
|
3195
|
-
'networkToken.available': PropTypes.string,
|
|
3196
|
-
'networkToken.bin': PropTypes.string,
|
|
3197
|
-
'networkToken.tokenSummary': PropTypes.string,
|
|
3198
|
-
});
|
|
3199
|
-
|
|
3200
|
-
T['io.flow.adyen.v0.models.applepay'] = PropTypes.exact({
|
|
3201
|
-
type: PropTypes.oneOf(['applepay']).isRequired,
|
|
3202
|
-
applePayToken: PropTypes.string.isRequired,
|
|
3203
3063
|
});
|
|
3204
3064
|
|
|
3205
3065
|
T['io.flow.adyen.v0.models.scheme'] = PropTypes.exact({
|
|
@@ -3209,16 +3069,6 @@ T['io.flow.adyen.v0.models.scheme'] = PropTypes.exact({
|
|
|
3209
3069
|
holderName: PropTypes.string.isRequired,
|
|
3210
3070
|
number: PropTypes.string.isRequired,
|
|
3211
3071
|
cvc: PropTypes.string,
|
|
3212
|
-
storedPaymentMethodId: PropTypes.string,
|
|
3213
|
-
networkPaymentReference: PropTypes.string,
|
|
3214
|
-
});
|
|
3215
|
-
|
|
3216
|
-
T['io.flow.adyen.v0.enums.http_redirect_method'] = PropTypes.oneOf(['GET', 'POST']);
|
|
3217
|
-
|
|
3218
|
-
T['io.flow.adyen.v0.models.redirect'] = PropTypes.exact({
|
|
3219
|
-
data: T['io.flow.adyen.v0.models.redirect_data'],
|
|
3220
|
-
method: T['io.flow.adyen.v0.enums.http_redirect_method'],
|
|
3221
|
-
url: PropTypes.string,
|
|
3222
3072
|
});
|
|
3223
3073
|
|
|
3224
3074
|
T['io.flow.adyen.v0.enums.channel'] = PropTypes.oneOf(['web']);
|
|
@@ -3228,20 +3078,15 @@ T['io.flow.adyen.v0.models.threeds_additional_data'] = PropTypes.exact({
|
|
|
3228
3078
|
allow3DS2: PropTypes.bool,
|
|
3229
3079
|
});
|
|
3230
3080
|
|
|
3231
|
-
T['io.flow.adyen.v0.unions.payment_method_data'] = PropTypes.oneOfType(
|
|
3232
|
-
[T['io.flow.adyen.v0.models.scheme'], T['io.flow.adyen.v0.models.applepay']],
|
|
3233
|
-
);
|
|
3081
|
+
T['io.flow.adyen.v0.unions.payment_method_data'] = PropTypes.oneOfType([T['io.flow.adyen.v0.models.scheme']]);
|
|
3234
3082
|
|
|
3235
3083
|
T['io.flow.adyen.v0.enums.payment_method'] = PropTypes.oneOf([
|
|
3236
3084
|
'ach',
|
|
3237
3085
|
'alipay',
|
|
3238
|
-
'alipay_hk',
|
|
3239
3086
|
'alipay_wap',
|
|
3240
3087
|
'amex',
|
|
3241
3088
|
'bankTransfer_IBAN',
|
|
3242
3089
|
'bcmc',
|
|
3243
|
-
'bcmc_mobile',
|
|
3244
|
-
'blik',
|
|
3245
3090
|
'cartebancaire',
|
|
3246
3091
|
'cup',
|
|
3247
3092
|
'diners',
|
|
@@ -3252,27 +3097,21 @@ T['io.flow.adyen.v0.enums.payment_method'] = PropTypes.oneOf([
|
|
|
3252
3097
|
'dragonpay_gcash',
|
|
3253
3098
|
'dragonpay_otc_banking',
|
|
3254
3099
|
'ebanking_FI',
|
|
3255
|
-
'gcash',
|
|
3256
3100
|
'giropay',
|
|
3257
3101
|
'ideal',
|
|
3258
3102
|
'interac',
|
|
3259
3103
|
'jcb',
|
|
3260
|
-
'kakaopay',
|
|
3261
3104
|
'kcp_banktransfer',
|
|
3262
3105
|
'kcp_creditcard',
|
|
3263
3106
|
'kcp_payco',
|
|
3264
3107
|
'maestro',
|
|
3265
|
-
'mbway',
|
|
3266
3108
|
'mc',
|
|
3267
|
-
'mobilepay',
|
|
3268
3109
|
'molpay_points',
|
|
3269
3110
|
'multibanco',
|
|
3270
|
-
'onlineBanking_PL',
|
|
3271
3111
|
'qiwiwallet',
|
|
3272
3112
|
'sepadirectdebit',
|
|
3273
3113
|
'trustly',
|
|
3274
3114
|
'trustpay',
|
|
3275
|
-
'twint',
|
|
3276
3115
|
'unionpay',
|
|
3277
3116
|
'visa',
|
|
3278
3117
|
'wechatpay',
|
|
@@ -3471,12 +3310,7 @@ T['io.flow.adyen.v0.models.payment_request'] = PropTypes.exact({
|
|
|
3471
3310
|
browserInfo: T['io.flow.adyen.v0.unions.browser_info'],
|
|
3472
3311
|
origin: PropTypes.string,
|
|
3473
3312
|
channel: T['io.flow.adyen.v0.enums.channel'],
|
|
3474
|
-
|
|
3475
|
-
mcc: PropTypes.string,
|
|
3476
|
-
metadata: PropTypes.object,
|
|
3477
|
-
redirectToIssuerMethod: T['io.flow.adyen.v0.enums.http_redirect_method'],
|
|
3478
|
-
redirectFromIssuerMethod: T['io.flow.adyen.v0.enums.http_redirect_method'],
|
|
3479
|
-
storePaymentMethod: PropTypes.bool,
|
|
3313
|
+
returnURL: PropTypes.string,
|
|
3480
3314
|
});
|
|
3481
3315
|
|
|
3482
3316
|
T['io.flow.adyen.v0.models.modification_request'] = PropTypes.exact({
|
|
@@ -3532,8 +3366,6 @@ T['io.flow.adyen.v0.models.authorize_request'] = PropTypes.exact({
|
|
|
3532
3366
|
browserInfo: T['io.flow.adyen.v0.unions.browser_info'],
|
|
3533
3367
|
threeDS2RequestData: T['io.flow.adyen.v0.models.threeds2_request_data'],
|
|
3534
3368
|
recurringProcessingModel: T['io.flow.adyen.v0.enums.recurring_processing_model'],
|
|
3535
|
-
mcc: PropTypes.string,
|
|
3536
|
-
metadata: PropTypes.object,
|
|
3537
3369
|
});
|
|
3538
3370
|
|
|
3539
3371
|
T['io.flow.brickftp.v0.models.file_summary'] = PropTypes.exact({
|
|
@@ -4914,6 +4746,7 @@ T['io.flow.stripe.v0.models.payment_intent_capture_form'] = PropTypes.exact({
|
|
|
4914
4746
|
T['io.flow.stripe.v0.models.metadata'] = PropTypes.exact({
|
|
4915
4747
|
order_number: PropTypes.string,
|
|
4916
4748
|
authorization_id: PropTypes.string,
|
|
4749
|
+
organization_id: PropTypes.string,
|
|
4917
4750
|
});
|
|
4918
4751
|
|
|
4919
4752
|
T['io.flow.stripe.v0.models.refund_request'] = PropTypes.exact({
|
|
@@ -5173,6 +5006,7 @@ T['io.flow.stripe.v0.models.source_request'] = PropTypes.exact({
|
|
|
5173
5006
|
token: PropTypes.string,
|
|
5174
5007
|
usage: T['io.flow.stripe.v0.enums.source_usage_type'].isRequired,
|
|
5175
5008
|
source_order: T['io.flow.stripe.v0.models.source_order_request'],
|
|
5009
|
+
metadata: T['io.flow.stripe.v0.models.metadata'],
|
|
5176
5010
|
});
|
|
5177
5011
|
|
|
5178
5012
|
T['io.flow.stripe.v0.models.source'] = PropTypes.exact({
|
|
@@ -6521,6 +6355,95 @@ T['io.flow.permission.v0.models.permission_audit'] = PropTypes.exact({
|
|
|
6521
6355
|
behaviors: PropTypes.arrayOf(T['io.flow.permission.v0.models.behavior_audit']).isRequired,
|
|
6522
6356
|
});
|
|
6523
6357
|
|
|
6358
|
+
T['io.flow.merchant.onboarding.v0.models.shop'] = PropTypes.exact({
|
|
6359
|
+
name: PropTypes.string.isRequired,
|
|
6360
|
+
id: PropTypes.string.isRequired,
|
|
6361
|
+
});
|
|
6362
|
+
|
|
6363
|
+
T['io.flow.merchant.onboarding.v0.models.logistics_format'] = PropTypes.exact({
|
|
6364
|
+
preference: T['io.flow.merchant.onboarding.v0.enums.logistics_format_preference'].isRequired,
|
|
6365
|
+
description: PropTypes.string,
|
|
6366
|
+
});
|
|
6367
|
+
|
|
6368
|
+
T['io.flow.merchant.onboarding.v0.models.monthly_average'] = PropTypes.exact({
|
|
6369
|
+
volume: T['io.flow.merchant.onboarding.v0.models.monthly_average_volume'],
|
|
6370
|
+
number_transactions: PropTypes.number,
|
|
6371
|
+
});
|
|
6372
|
+
|
|
6373
|
+
T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
6374
|
+
warehouse_address: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'].isRequired,
|
|
6375
|
+
warehouse_url: PropTypes.string,
|
|
6376
|
+
location: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'],
|
|
6377
|
+
|
|
6378
|
+
scheduled_pickups: PropTypes.arrayOf(
|
|
6379
|
+
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'],
|
|
6380
|
+
),
|
|
6381
|
+
|
|
6382
|
+
operations_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'].isRequired,
|
|
6383
|
+
center_id: PropTypes.string,
|
|
6384
|
+
});
|
|
6385
|
+
|
|
6386
|
+
T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector'] = PropTypes.oneOf([
|
|
6387
|
+
'accessories',
|
|
6388
|
+
'animals_and_pet_supplies',
|
|
6389
|
+
'apparel',
|
|
6390
|
+
'apparel_and_accessories',
|
|
6391
|
+
'arts_and_entertainment',
|
|
6392
|
+
'baby_and_toddler',
|
|
6393
|
+
'business_and_industrial',
|
|
6394
|
+
'cameras_and_optics',
|
|
6395
|
+
'electronics',
|
|
6396
|
+
'food_beverages_and_tobacco',
|
|
6397
|
+
'furniture',
|
|
6398
|
+
'gift_cards',
|
|
6399
|
+
'hardware',
|
|
6400
|
+
'health_and_beauty',
|
|
6401
|
+
'home_and_garden',
|
|
6402
|
+
'jewelry',
|
|
6403
|
+
'luggage_and_bags',
|
|
6404
|
+
'mature',
|
|
6405
|
+
'media',
|
|
6406
|
+
'office_supplies',
|
|
6407
|
+
'paper_and_art',
|
|
6408
|
+
'religious_and_ceremonial',
|
|
6409
|
+
'software',
|
|
6410
|
+
'sporting_goods',
|
|
6411
|
+
'sports_and_fitness',
|
|
6412
|
+
'toys_and_games',
|
|
6413
|
+
'toys_hobbies_gifts',
|
|
6414
|
+
'vehicles_and_parts',
|
|
6415
|
+
'other',
|
|
6416
|
+
]);
|
|
6417
|
+
|
|
6418
|
+
T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'] = PropTypes.exact({
|
|
6419
|
+
name: PropTypes.string.isRequired,
|
|
6420
|
+
dob: PropTypes.string.isRequired,
|
|
6421
|
+
});
|
|
6422
|
+
|
|
6423
|
+
T['io.flow.merchant.onboarding.v0.models.indirect_tax'] = PropTypes.exact({
|
|
6424
|
+
number: PropTypes.string,
|
|
6425
|
+
id: PropTypes.string,
|
|
6426
|
+
});
|
|
6427
|
+
|
|
6428
|
+
T['io.flow.merchant.onboarding.v0.models.merchant_info'] = PropTypes.exact({
|
|
6429
|
+
legal_name: PropTypes.string,
|
|
6430
|
+
country: PropTypes.string.isRequired,
|
|
6431
|
+
region: T['io.flow.merchant.onboarding.v0.enums.region_type'],
|
|
6432
|
+
region_value: PropTypes.string,
|
|
6433
|
+
category_code: PropTypes.string,
|
|
6434
|
+
});
|
|
6435
|
+
|
|
6436
|
+
T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'] = PropTypes.oneOf(['to_do', 'in_progress', 'on_hold', 'rejected', 'accepted']);
|
|
6437
|
+
|
|
6438
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'] = PropTypes.exact({
|
|
6439
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_application_put_form']).isRequired,
|
|
6440
|
+
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'],
|
|
6441
|
+
});
|
|
6442
|
+
|
|
6443
|
+
T['io.flow.merchant.onboarding.v0.unions.merchant_application_put_form'] = PropTypes.oneOfType([
|
|
6444
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'],
|
|
6445
|
+
]);
|
|
6446
|
+
|
|
6524
6447
|
T['io.flow.inventory.v0.models.generic_reservation_error'] = PropTypes.exact({
|
|
6525
6448
|
code: PropTypes.oneOf(['generic_reservation_error']).isRequired,
|
|
6526
6449
|
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -7674,6 +7597,14 @@ T['io.flow.internal.v0.models.fraud_review_deleted'] = PropTypes.exact({
|
|
|
7674
7597
|
id: PropTypes.string.isRequired,
|
|
7675
7598
|
});
|
|
7676
7599
|
|
|
7600
|
+
T['io.flow.internal.v0.models.organization_bank_account_deleted'] = PropTypes.exact({
|
|
7601
|
+
discriminator: PropTypes.oneOf(['organization_bank_account_deleted']).isRequired,
|
|
7602
|
+
event_id: PropTypes.string.isRequired,
|
|
7603
|
+
timestamp: PropTypes.string.isRequired,
|
|
7604
|
+
organization: PropTypes.string.isRequired,
|
|
7605
|
+
id: PropTypes.string.isRequired,
|
|
7606
|
+
});
|
|
7607
|
+
|
|
7677
7608
|
T['io.flow.internal.v0.models.platform_fee_change_deleted'] = PropTypes.exact({
|
|
7678
7609
|
discriminator: PropTypes.oneOf(['platform_fee_change_deleted']).isRequired,
|
|
7679
7610
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9198,6 +9129,7 @@ T['io.flow.internal.v0.models.restriction_rule_form'] = PropTypes.exact({
|
|
|
9198
9129
|
regions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9199
9130
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9200
9131
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9132
|
+
value_threshold_usd: PropTypes.number,
|
|
9201
9133
|
});
|
|
9202
9134
|
|
|
9203
9135
|
T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
|
|
@@ -9208,6 +9140,7 @@ T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
|
|
|
9208
9140
|
regions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9209
9141
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9210
9142
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9143
|
+
value_threshold_usd: PropTypes.number,
|
|
9211
9144
|
});
|
|
9212
9145
|
|
|
9213
9146
|
T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
|
|
@@ -9837,6 +9770,8 @@ T['io.flow.internal.v0.models.organization_restriction_status'] = PropTypes.exac
|
|
|
9837
9770
|
full_review_end_date: PropTypes.string,
|
|
9838
9771
|
merchant_category_code: PropTypes.string,
|
|
9839
9772
|
reason: PropTypes.string,
|
|
9773
|
+
screening_first_viewed_at: PropTypes.string,
|
|
9774
|
+
onboarding_first_viewed_at: PropTypes.string,
|
|
9840
9775
|
updated_at: PropTypes.string.isRequired,
|
|
9841
9776
|
});
|
|
9842
9777
|
|
|
@@ -9862,6 +9797,8 @@ T['io.flow.internal.v0.models.organization_restriction_screening_decision_form']
|
|
|
9862
9797
|
hs_code: PropTypes.string,
|
|
9863
9798
|
merchant_category_code: PropTypes.string,
|
|
9864
9799
|
notes: PropTypes.arrayOf(T['io.flow.internal.v0.models.organization_restriction_note_form']),
|
|
9800
|
+
screening_first_viewed_at: PropTypes.string,
|
|
9801
|
+
onboarding_first_viewed_at: PropTypes.string,
|
|
9865
9802
|
});
|
|
9866
9803
|
|
|
9867
9804
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'] = PropTypes.exact({
|
|
@@ -9907,6 +9844,20 @@ T['io.flow.internal.v0.models.feature_id_reference'] = PropTypes.exact({
|
|
|
9907
9844
|
id: PropTypes.string.isRequired,
|
|
9908
9845
|
});
|
|
9909
9846
|
|
|
9847
|
+
T['io.flow.billing.v0.models.organization_bank_account'] = PropTypes.exact({
|
|
9848
|
+
id: PropTypes.string.isRequired,
|
|
9849
|
+
key: PropTypes.string.isRequired,
|
|
9850
|
+
last4: PropTypes.string.isRequired,
|
|
9851
|
+
});
|
|
9852
|
+
|
|
9853
|
+
T['io.flow.internal.v0.models.organization_bank_account_upserted'] = PropTypes.exact({
|
|
9854
|
+
discriminator: PropTypes.oneOf(['organization_bank_account_upserted']).isRequired,
|
|
9855
|
+
event_id: PropTypes.string.isRequired,
|
|
9856
|
+
timestamp: PropTypes.string.isRequired,
|
|
9857
|
+
organization: PropTypes.string.isRequired,
|
|
9858
|
+
organization_bank_account: T['io.flow.billing.v0.models.organization_bank_account'].isRequired,
|
|
9859
|
+
});
|
|
9860
|
+
|
|
9910
9861
|
T['io.flow.experience.v0.models.allocation_order_summary'] = PropTypes.exact({
|
|
9911
9862
|
id: PropTypes.string.isRequired,
|
|
9912
9863
|
number: PropTypes.string.isRequired,
|
|
@@ -11145,6 +11096,12 @@ T['io.flow.internal.v0.models.label_generation_settings_upserted'] = PropTypes.e
|
|
|
11145
11096
|
label_generation_settings: T['io.flow.internal.v0.models.label_generation_settings'].isRequired,
|
|
11146
11097
|
});
|
|
11147
11098
|
|
|
11099
|
+
T['io.flow.internal.v0.enums.label_generation_address_failure_status'] = PropTypes.oneOf(['in_review', 'resolved', 'unresolved']);
|
|
11100
|
+
|
|
11101
|
+
T['io.flow.internal.v0.models.label_generation_address_failure_status_update_form'] = PropTypes.exact({
|
|
11102
|
+
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
11103
|
+
});
|
|
11104
|
+
|
|
11148
11105
|
T['io.flow.internal.v0.enums.label_creation_status'] = PropTypes.oneOf(['success', 'error', 'pending', 'cancelled']);
|
|
11149
11106
|
|
|
11150
11107
|
T['io.flow.internal.v0.models.label_creation_job_summary'] = PropTypes.exact({
|
|
@@ -13242,6 +13199,23 @@ T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exac
|
|
|
13242
13199
|
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
13243
13200
|
});
|
|
13244
13201
|
|
|
13202
|
+
T['io.flow.internal.v0.models.destination_error'] = PropTypes.exact({
|
|
13203
|
+
id: PropTypes.string.isRequired,
|
|
13204
|
+
failed_at: PropTypes.string.isRequired,
|
|
13205
|
+
error: PropTypes.string.isRequired,
|
|
13206
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13207
|
+
});
|
|
13208
|
+
|
|
13209
|
+
T['io.flow.internal.v0.models.label_generation_address_failures'] = PropTypes.exact({
|
|
13210
|
+
id: PropTypes.string.isRequired,
|
|
13211
|
+
organization_id: PropTypes.string.isRequired,
|
|
13212
|
+
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
13213
|
+
order_number: PropTypes.string.isRequired,
|
|
13214
|
+
order_submitted_at: PropTypes.string.isRequired,
|
|
13215
|
+
carrier_id: PropTypes.string.isRequired,
|
|
13216
|
+
destination_errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.destination_error']).isRequired,
|
|
13217
|
+
});
|
|
13218
|
+
|
|
13245
13219
|
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
13246
13220
|
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13247
13221
|
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -13624,6 +13598,7 @@ T['io.flow.internal.v0.models.csv_input'] = PropTypes.exact({
|
|
|
13624
13598
|
total: PropTypes.number.isRequired,
|
|
13625
13599
|
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13626
13600
|
weight: PropTypes.number.isRequired,
|
|
13601
|
+
variance: PropTypes.number.isRequired,
|
|
13627
13602
|
});
|
|
13628
13603
|
|
|
13629
13604
|
T['io.flow.internal.v0.models.csv_actual'] = PropTypes.exact({
|
|
@@ -21314,46 +21289,6 @@ T['io.flow.merchant.onboarding.v0.unions.merchant_application_form'] = PropTypes
|
|
|
21314
21289
|
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_form'],
|
|
21315
21290
|
]);
|
|
21316
21291
|
|
|
21317
|
-
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application'] = PropTypes.exact({
|
|
21318
|
-
discriminator: PropTypes.oneOf(['shopify_merchant_application']).isRequired,
|
|
21319
|
-
id: PropTypes.string.isRequired,
|
|
21320
|
-
organization_id: PropTypes.string.isRequired,
|
|
21321
|
-
organization_reference: T['io.flow.merchant.onboarding.v0.models.onboarding_organization_reference'].isRequired,
|
|
21322
|
-
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'].isRequired,
|
|
21323
|
-
company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
21324
|
-
indirect_tax: T['io.flow.merchant.onboarding.v0.models.indirect_tax'],
|
|
21325
|
-
parent_company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
21326
|
-
beneficiary: PropTypes.string,
|
|
21327
|
-
ultimate_beneficiary_owner: T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'],
|
|
21328
|
-
business_url: PropTypes.string,
|
|
21329
|
-
business_description: PropTypes.string,
|
|
21330
|
-
business_address: T['io.flow.common.v0.models.address'],
|
|
21331
|
-
refund_percentage: PropTypes.number,
|
|
21332
|
-
chargeback_percentage: PropTypes.number,
|
|
21333
|
-
bank_account_number: PropTypes.string,
|
|
21334
|
-
aba_routing_transit_number: PropTypes.string,
|
|
21335
|
-
trade_sectors: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector']),
|
|
21336
|
-
other_trade_sector: PropTypes.string,
|
|
21337
|
-
third_party_logistics_partners: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner']),
|
|
21338
|
-
average_order_weight: PropTypes.number,
|
|
21339
|
-
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
21340
|
-
monthly_average: T['io.flow.merchant.onboarding.v0.models.monthly_average'],
|
|
21341
|
-
dangerous_goods: PropTypes.bool,
|
|
21342
|
-
default_country_of_origin: PropTypes.string,
|
|
21343
|
-
ratecard: T['io.flow.ratecard.v0.models.ratecard_reference'],
|
|
21344
|
-
rate_card: PropTypes.string.isRequired,
|
|
21345
|
-
created_at: PropTypes.string.isRequired,
|
|
21346
|
-
activated_at: PropTypes.string,
|
|
21347
|
-
status_updated_at: PropTypes.string,
|
|
21348
|
-
logistics_format: T['io.flow.merchant.onboarding.v0.models.logistics_format'],
|
|
21349
|
-
shop: T['io.flow.merchant.onboarding.v0.models.shop'],
|
|
21350
|
-
last_year_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
21351
|
-
last_month_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
21352
|
-
average_order_value: T['io.flow.common.v0.models.money'],
|
|
21353
|
-
});
|
|
21354
|
-
|
|
21355
|
-
T['io.flow.merchant.onboarding.v0.unions.merchant_application'] = PropTypes.oneOfType([T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application']]);
|
|
21356
|
-
|
|
21357
21292
|
T['io.flow.tracking.v0.models.tracking_label_form'] = PropTypes.exact({
|
|
21358
21293
|
tracking_id: PropTypes.string.isRequired,
|
|
21359
21294
|
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
@@ -21720,6 +21655,11 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
21720
21655
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
21721
21656
|
});
|
|
21722
21657
|
|
|
21658
|
+
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
21659
|
+
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
21660
|
+
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
21661
|
+
});
|
|
21662
|
+
|
|
21723
21663
|
T['io.flow.common.v0.models.line_item_form'] = PropTypes.exact({
|
|
21724
21664
|
number: PropTypes.string.isRequired,
|
|
21725
21665
|
quantity: PropTypes.number.isRequired,
|
|
@@ -21934,14 +21874,23 @@ T['io.flow.label.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
|
|
|
21934
21874
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
21935
21875
|
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'],
|
|
21936
21876
|
direction: T['io.flow.label.v0.enums.direction'],
|
|
21937
|
-
order_number: PropTypes.string,
|
|
21877
|
+
order_number: PropTypes.string.isRequired,
|
|
21938
21878
|
service: PropTypes.string,
|
|
21939
21879
|
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
21940
21880
|
});
|
|
21941
21881
|
|
|
21882
|
+
T['io.flow.label.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
|
|
21883
|
+
discriminator: PropTypes.oneOf(['bridge_shipping_label_form']).isRequired,
|
|
21884
|
+
order_number: PropTypes.string.isRequired,
|
|
21885
|
+
items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']),
|
|
21886
|
+
'package': T['io.flow.label.v0.models.shipping_label_package'],
|
|
21887
|
+
origin: T['io.flow.fulfillment.v0.models.shipping_address'],
|
|
21888
|
+
});
|
|
21889
|
+
|
|
21942
21890
|
T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
21943
21891
|
T['io.flow.label.v0.models.detailed_shipping_label_form'],
|
|
21944
21892
|
T['io.flow.label.v0.models.summary_shipping_label_form'],
|
|
21893
|
+
T['io.flow.label.v0.models.bridge_shipping_label_form'],
|
|
21945
21894
|
]);
|
|
21946
21895
|
|
|
21947
21896
|
T['io.flow.internal.v0.models.label_summary'] = PropTypes.exact({
|
|
@@ -21973,11 +21922,6 @@ T['io.flow.internal.v0.models.return_summary'] = PropTypes.exact({
|
|
|
21973
21922
|
tracking_summary: T['io.flow.internal.v0.models.search_tracking_summary'],
|
|
21974
21923
|
});
|
|
21975
21924
|
|
|
21976
|
-
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
21977
|
-
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
21978
|
-
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
21979
|
-
});
|
|
21980
|
-
|
|
21981
21925
|
T['io.flow.payment.v0.models.virtual_card_form'] = PropTypes.exact({
|
|
21982
21926
|
limit: T['io.flow.common.v0.models.money'].isRequired,
|
|
21983
21927
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
@@ -22135,6 +22079,46 @@ T['io.flow.payment.v0.models.capture_version'] = PropTypes.exact({
|
|
|
22135
22079
|
capture: T['io.flow.payment.v0.models.capture'].isRequired,
|
|
22136
22080
|
});
|
|
22137
22081
|
|
|
22082
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application'] = PropTypes.exact({
|
|
22083
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_application']).isRequired,
|
|
22084
|
+
id: PropTypes.string.isRequired,
|
|
22085
|
+
organization_id: PropTypes.string.isRequired,
|
|
22086
|
+
organization_reference: T['io.flow.merchant.onboarding.v0.models.onboarding_organization_reference'].isRequired,
|
|
22087
|
+
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'].isRequired,
|
|
22088
|
+
company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
22089
|
+
indirect_tax: T['io.flow.merchant.onboarding.v0.models.indirect_tax'],
|
|
22090
|
+
parent_company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
22091
|
+
beneficiary: PropTypes.string,
|
|
22092
|
+
ultimate_beneficiary_owner: T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'],
|
|
22093
|
+
business_url: PropTypes.string,
|
|
22094
|
+
business_description: PropTypes.string,
|
|
22095
|
+
business_address: T['io.flow.common.v0.models.address'],
|
|
22096
|
+
refund_percentage: PropTypes.number,
|
|
22097
|
+
chargeback_percentage: PropTypes.number,
|
|
22098
|
+
bank_account_number: PropTypes.string,
|
|
22099
|
+
aba_routing_transit_number: PropTypes.string,
|
|
22100
|
+
trade_sectors: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector']),
|
|
22101
|
+
other_trade_sector: PropTypes.string,
|
|
22102
|
+
third_party_logistics_partners: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner']),
|
|
22103
|
+
average_order_weight: PropTypes.number,
|
|
22104
|
+
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
22105
|
+
monthly_average: T['io.flow.merchant.onboarding.v0.models.monthly_average'],
|
|
22106
|
+
dangerous_goods: PropTypes.bool,
|
|
22107
|
+
default_country_of_origin: PropTypes.string,
|
|
22108
|
+
ratecard: T['io.flow.ratecard.v0.models.ratecard_reference'],
|
|
22109
|
+
rate_card: PropTypes.string.isRequired,
|
|
22110
|
+
created_at: PropTypes.string.isRequired,
|
|
22111
|
+
activated_at: PropTypes.string,
|
|
22112
|
+
status_updated_at: PropTypes.string,
|
|
22113
|
+
logistics_format: T['io.flow.merchant.onboarding.v0.models.logistics_format'],
|
|
22114
|
+
shop: T['io.flow.merchant.onboarding.v0.models.shop'],
|
|
22115
|
+
last_year_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
22116
|
+
last_month_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
22117
|
+
average_order_value: T['io.flow.common.v0.models.money'],
|
|
22118
|
+
});
|
|
22119
|
+
|
|
22120
|
+
T['io.flow.merchant.onboarding.v0.unions.merchant_application'] = PropTypes.oneOfType([T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application']]);
|
|
22121
|
+
|
|
22138
22122
|
T['io.flow.internal.v0.models.shopify_promotion_attribute_value'] = PropTypes.exact({
|
|
22139
22123
|
name: PropTypes.string.isRequired,
|
|
22140
22124
|
discount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -22319,8 +22303,9 @@ T['io.flow.internal.v0.models.csv_record'] = PropTypes.exact({
|
|
|
22319
22303
|
dimensions: T['io.flow.internal.v0.models.csv_dimensions'].isRequired,
|
|
22320
22304
|
input: T['io.flow.internal.v0.models.csv_input'],
|
|
22321
22305
|
actual: T['io.flow.internal.v0.models.csv_actual'],
|
|
22322
|
-
|
|
22323
|
-
|
|
22306
|
+
variance: PropTypes.number,
|
|
22307
|
+
deltas: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22308
|
+
outliers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22324
22309
|
});
|
|
22325
22310
|
|
|
22326
22311
|
T['io.flow.experience.v0.models.order_form'] = PropTypes.exact({
|
|
@@ -25746,6 +25731,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25746
25731
|
T['io.flow.internal.v0.models.billing_statement_batch_statement_deleted'],
|
|
25747
25732
|
T['io.flow.internal.v0.models.platform_fee_change_upserted'],
|
|
25748
25733
|
T['io.flow.internal.v0.models.platform_fee_change_deleted'],
|
|
25734
|
+
T['io.flow.internal.v0.models.organization_bank_account_upserted'],
|
|
25735
|
+
T['io.flow.internal.v0.models.organization_bank_account_deleted'],
|
|
25749
25736
|
T['io.flow.internal.v0.models.fraud_review_upserted'],
|
|
25750
25737
|
T['io.flow.internal.v0.models.fraud_review_deleted'],
|
|
25751
25738
|
T['io.flow.internal.v0.models.fraud_pending_review_upserted'],
|
|
@@ -26265,6 +26252,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26265
26252
|
'billing_statement_batch_statement_deleted',
|
|
26266
26253
|
'platform_fee_change_upserted',
|
|
26267
26254
|
'platform_fee_change_deleted',
|
|
26255
|
+
'organization_bank_account_upserted',
|
|
26256
|
+
'organization_bank_account_deleted',
|
|
26268
26257
|
'fraud_review_upserted',
|
|
26269
26258
|
'fraud_review_deleted',
|
|
26270
26259
|
'fraud_pending_review_upserted',
|
|
@@ -27734,14 +27723,6 @@ T['io.flow.adyen.v0.models.payment_details'] = PropTypes.exact({
|
|
|
27734
27723
|
paymentData: PropTypes.string,
|
|
27735
27724
|
});
|
|
27736
27725
|
|
|
27737
|
-
T['io.flow.adyen.v0.models.payment_details_v66_3ds2_challenge'] = PropTypes.exact({
|
|
27738
|
-
'threeds2.challengeResult': PropTypes.string.isRequired,
|
|
27739
|
-
});
|
|
27740
|
-
|
|
27741
|
-
T['io.flow.adyen.v0.models.payment_details_v66_3ds2_fingerprint'] = PropTypes.exact({
|
|
27742
|
-
'threeds2.fingerprint': PropTypes.string.isRequired,
|
|
27743
|
-
});
|
|
27744
|
-
|
|
27745
27726
|
T['io.flow.adyen.v0.models.request_for_information_additional_data'] = PropTypes.exact({
|
|
27746
27727
|
rfiSchemeCode: PropTypes.string.isRequired,
|
|
27747
27728
|
modificationMerchantReferences: PropTypes.string.isRequired,
|
|
@@ -28177,12 +28158,6 @@ T['io.flow.billing.v0.models.default_bank_account_form'] = PropTypes.exact({
|
|
|
28177
28158
|
bank_account_id: PropTypes.string.isRequired,
|
|
28178
28159
|
});
|
|
28179
28160
|
|
|
28180
|
-
T['io.flow.billing.v0.models.organization_bank_account'] = PropTypes.exact({
|
|
28181
|
-
id: PropTypes.string.isRequired,
|
|
28182
|
-
key: PropTypes.string.isRequired,
|
|
28183
|
-
last4: PropTypes.string.isRequired,
|
|
28184
|
-
});
|
|
28185
|
-
|
|
28186
28161
|
T['io.flow.harmonization.v0.models.harmonized_category_reference'] = PropTypes.exact({
|
|
28187
28162
|
id: PropTypes.string.isRequired,
|
|
28188
28163
|
});
|
|
@@ -29272,6 +29247,7 @@ export const deliveredDutyOptionsMessage = T['io.flow.internal.v0.models.deliver
|
|
|
29272
29247
|
export const deliveredDutyPreference = T['io.flow.internal.v0.models.delivered_duty_preference'];
|
|
29273
29248
|
export const deliveredDutyPreferenceForm = T['io.flow.internal.v0.models.delivered_duty_preference_form'];
|
|
29274
29249
|
export const deminimisAdjustmentType = T['io.flow.internal.v0.enums.deminimis_adjustment_type'];
|
|
29250
|
+
export const destinationError = T['io.flow.internal.v0.models.destination_error'];
|
|
29275
29251
|
export const details = T['io.flow.internal.v0.models.details'];
|
|
29276
29252
|
export const dhl = T['io.flow.internal.v0.models.dhl'];
|
|
29277
29253
|
export const dhlEcommerce = T['io.flow.internal.v0.models.dhl_ecommerce'];
|
|
@@ -29691,6 +29667,9 @@ export const labelCreationJob = T['io.flow.internal.v0.models.label_creation_job
|
|
|
29691
29667
|
export const labelCreationJobSummary = T['io.flow.internal.v0.models.label_creation_job_summary'];
|
|
29692
29668
|
export const labelCreationRequestForm = T['io.flow.internal.v0.models.label_creation_request_form'];
|
|
29693
29669
|
export const labelCreationStatus = T['io.flow.internal.v0.enums.label_creation_status'];
|
|
29670
|
+
export const labelGenerationAddressFailureStatus = T['io.flow.internal.v0.enums.label_generation_address_failure_status'];
|
|
29671
|
+
export const labelGenerationAddressFailureStatusUpdateForm = T['io.flow.internal.v0.models.label_generation_address_failure_status_update_form'];
|
|
29672
|
+
export const labelGenerationAddressFailures = T['io.flow.internal.v0.models.label_generation_address_failures'];
|
|
29694
29673
|
export const labelGenerationSettings = T['io.flow.internal.v0.models.label_generation_settings'];
|
|
29695
29674
|
export const labelGenerationSettingsDeleted = T['io.flow.internal.v0.models.label_generation_settings_deleted'];
|
|
29696
29675
|
export const labelGenerationSettingsForm = T['io.flow.internal.v0.models.label_generation_settings_form'];
|
|
@@ -29894,6 +29873,8 @@ export const orderTransactionUpserted = T['io.flow.internal.v0.models.order_tran
|
|
|
29894
29873
|
export const organizationAccount = T['io.flow.internal.v0.models.organization_account'];
|
|
29895
29874
|
export const organizationAccountDeleted = T['io.flow.internal.v0.models.organization_account_deleted'];
|
|
29896
29875
|
export const organizationAccountUpsertedV2 = T['io.flow.internal.v0.models.organization_account_upserted_v2'];
|
|
29876
|
+
export const organizationBankAccountDeleted = T['io.flow.internal.v0.models.organization_bank_account_deleted'];
|
|
29877
|
+
export const organizationBankAccountUpserted = T['io.flow.internal.v0.models.organization_bank_account_upserted'];
|
|
29897
29878
|
export const organizationBillingStatement = T['io.flow.internal.v0.models.organization_billing_statement'];
|
|
29898
29879
|
export const organizationBooleanValue = T['io.flow.internal.v0.models.organization_boolean_value'];
|
|
29899
29880
|
export const organizationBooleanValueDeleted = T['io.flow.internal.v0.models.organization_boolean_value_deleted'];
|