@flowio/api-internal-prop-types 9.24.60 → 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 +108 -93
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +108 -93
- package/src/api-internal.js +272 -249
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']);
|
|
@@ -9223,6 +9156,7 @@ T['io.flow.internal.v0.enums.restriction_decision'] = PropTypes.oneOf(['accept',
|
|
|
9223
9156
|
T['io.flow.internal.v0.models.restriction_rule_decision_form'] = PropTypes.exact({
|
|
9224
9157
|
rule_id: PropTypes.string.isRequired,
|
|
9225
9158
|
decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
|
|
9159
|
+
product_id: PropTypes.string,
|
|
9226
9160
|
});
|
|
9227
9161
|
|
|
9228
9162
|
T['io.flow.internal.v0.models.restriction_product_decision_form'] = PropTypes.exact({
|
|
@@ -9836,6 +9770,8 @@ T['io.flow.internal.v0.models.organization_restriction_status'] = PropTypes.exac
|
|
|
9836
9770
|
full_review_end_date: PropTypes.string,
|
|
9837
9771
|
merchant_category_code: PropTypes.string,
|
|
9838
9772
|
reason: PropTypes.string,
|
|
9773
|
+
screening_first_viewed_at: PropTypes.string,
|
|
9774
|
+
onboarding_first_viewed_at: PropTypes.string,
|
|
9839
9775
|
updated_at: PropTypes.string.isRequired,
|
|
9840
9776
|
});
|
|
9841
9777
|
|
|
@@ -9861,6 +9797,8 @@ T['io.flow.internal.v0.models.organization_restriction_screening_decision_form']
|
|
|
9861
9797
|
hs_code: PropTypes.string,
|
|
9862
9798
|
merchant_category_code: PropTypes.string,
|
|
9863
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,
|
|
9864
9802
|
});
|
|
9865
9803
|
|
|
9866
9804
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'] = PropTypes.exact({
|
|
@@ -9906,6 +9844,20 @@ T['io.flow.internal.v0.models.feature_id_reference'] = PropTypes.exact({
|
|
|
9906
9844
|
id: PropTypes.string.isRequired,
|
|
9907
9845
|
});
|
|
9908
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
|
+
|
|
9909
9861
|
T['io.flow.experience.v0.models.allocation_order_summary'] = PropTypes.exact({
|
|
9910
9862
|
id: PropTypes.string.isRequired,
|
|
9911
9863
|
number: PropTypes.string.isRequired,
|
|
@@ -9934,6 +9886,13 @@ T['io.flow.export.v0.models.order_export_type'] = PropTypes.exact({
|
|
|
9934
9886
|
sort: PropTypes.string,
|
|
9935
9887
|
});
|
|
9936
9888
|
|
|
9889
|
+
T['io.flow.internal.v0.enums.order_cancellation_initiated_by'] = PropTypes.oneOf(['flow', 'organization']);
|
|
9890
|
+
|
|
9891
|
+
T['io.flow.internal.v0.models.order_cancellation_evidence_return_to_sender'] = PropTypes.exact({
|
|
9892
|
+
discriminator: PropTypes.oneOf(['return_to_sender']).isRequired,
|
|
9893
|
+
initiated_by: T['io.flow.internal.v0.enums.order_cancellation_initiated_by'].isRequired,
|
|
9894
|
+
});
|
|
9895
|
+
|
|
9937
9896
|
T['io.flow.internal.v0.models.order_cancellation_evidence_fully_refunded_not_fulfilled'] = PropTypes.exact({
|
|
9938
9897
|
discriminator: PropTypes.oneOf(['fully_refunded_not_fulfilled']).isRequired,
|
|
9939
9898
|
placeholder: PropTypes.string,
|
|
@@ -9944,15 +9903,16 @@ T['io.flow.internal.v0.models.order_cancellation_evidence_manual'] = PropTypes.e
|
|
|
9944
9903
|
description: PropTypes.string.isRequired,
|
|
9945
9904
|
});
|
|
9946
9905
|
|
|
9947
|
-
T['io.flow.internal.v0.models.order_cancellation_form'] = PropTypes.exact({
|
|
9948
|
-
evidence: T['io.flow.internal.v0.models.order_cancellation_evidence_manual'].isRequired,
|
|
9949
|
-
});
|
|
9950
|
-
|
|
9951
9906
|
T['io.flow.internal.v0.unions.order_cancellation_evidence'] = PropTypes.oneOfType([
|
|
9952
9907
|
T['io.flow.internal.v0.models.order_cancellation_evidence_manual'],
|
|
9953
9908
|
T['io.flow.internal.v0.models.order_cancellation_evidence_fully_refunded_not_fulfilled'],
|
|
9909
|
+
T['io.flow.internal.v0.models.order_cancellation_evidence_return_to_sender'],
|
|
9954
9910
|
]);
|
|
9955
9911
|
|
|
9912
|
+
T['io.flow.internal.v0.models.order_cancellation_form'] = PropTypes.exact({
|
|
9913
|
+
evidence: T['io.flow.internal.v0.unions.order_cancellation_evidence'].isRequired,
|
|
9914
|
+
});
|
|
9915
|
+
|
|
9956
9916
|
T['io.flow.internal.v0.enums.order_attribute_intent'] = PropTypes.oneOf(['discount_code']);
|
|
9957
9917
|
T['io.flow.common.v0.enums.attribute_data_type'] = PropTypes.oneOf(['boolean', 'integer', 'decimal', 'string', 'json_array']);
|
|
9958
9918
|
|
|
@@ -10083,6 +10043,7 @@ T['io.flow.internal.v0.models.onboarding_organization'] = PropTypes.exact({
|
|
|
10083
10043
|
setup_completed_at: PropTypes.string,
|
|
10084
10044
|
gmv: PropTypes.number.isRequired,
|
|
10085
10045
|
health_score: PropTypes.number.isRequired,
|
|
10046
|
+
blocked_since: PropTypes.string,
|
|
10086
10047
|
});
|
|
10087
10048
|
|
|
10088
10049
|
T['io.flow.common.v0.enums.user_status'] = PropTypes.oneOf(['pending', 'active', 'inactive']);
|
|
@@ -11135,6 +11096,12 @@ T['io.flow.internal.v0.models.label_generation_settings_upserted'] = PropTypes.e
|
|
|
11135
11096
|
label_generation_settings: T['io.flow.internal.v0.models.label_generation_settings'].isRequired,
|
|
11136
11097
|
});
|
|
11137
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
|
+
|
|
11138
11105
|
T['io.flow.internal.v0.enums.label_creation_status'] = PropTypes.oneOf(['success', 'error', 'pending', 'cancelled']);
|
|
11139
11106
|
|
|
11140
11107
|
T['io.flow.internal.v0.models.label_creation_job_summary'] = PropTypes.exact({
|
|
@@ -12992,6 +12959,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
12992
12959
|
'platform_fee',
|
|
12993
12960
|
'tax',
|
|
12994
12961
|
'duty',
|
|
12962
|
+
'withholding',
|
|
12995
12963
|
'other_adjustment',
|
|
12996
12964
|
'tax_adjustment',
|
|
12997
12965
|
'channel',
|
|
@@ -13231,6 +13199,23 @@ T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exac
|
|
|
13231
13199
|
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
13232
13200
|
});
|
|
13233
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
|
+
|
|
13234
13219
|
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
13235
13220
|
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13236
13221
|
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -13613,6 +13598,7 @@ T['io.flow.internal.v0.models.csv_input'] = PropTypes.exact({
|
|
|
13613
13598
|
total: PropTypes.number.isRequired,
|
|
13614
13599
|
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13615
13600
|
weight: PropTypes.number.isRequired,
|
|
13601
|
+
variance: PropTypes.number.isRequired,
|
|
13616
13602
|
});
|
|
13617
13603
|
|
|
13618
13604
|
T['io.flow.internal.v0.models.csv_actual'] = PropTypes.exact({
|
|
@@ -19409,6 +19395,11 @@ T['io.flow.fulfillment.v0.models.quote_version'] = PropTypes.exact({
|
|
|
19409
19395
|
quote: T['io.flow.fulfillment.v0.models.quote_summary'].isRequired,
|
|
19410
19396
|
});
|
|
19411
19397
|
|
|
19398
|
+
T['io.flow.partner.v0.models.bridge_hub'] = PropTypes.exact({
|
|
19399
|
+
hub_code: PropTypes.string.isRequired,
|
|
19400
|
+
address: T['io.flow.fulfillment.v0.models.shipping_address'].isRequired,
|
|
19401
|
+
});
|
|
19402
|
+
|
|
19412
19403
|
T['io.flow.return.v0.models.return_form'] = PropTypes.exact({
|
|
19413
19404
|
items: PropTypes.arrayOf(T['io.flow.return.v0.models.return_line_item']).isRequired,
|
|
19414
19405
|
tier_id: PropTypes.string,
|
|
@@ -21298,46 +21289,6 @@ T['io.flow.merchant.onboarding.v0.unions.merchant_application_form'] = PropTypes
|
|
|
21298
21289
|
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_form'],
|
|
21299
21290
|
]);
|
|
21300
21291
|
|
|
21301
|
-
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application'] = PropTypes.exact({
|
|
21302
|
-
discriminator: PropTypes.oneOf(['shopify_merchant_application']).isRequired,
|
|
21303
|
-
id: PropTypes.string.isRequired,
|
|
21304
|
-
organization_id: PropTypes.string.isRequired,
|
|
21305
|
-
organization_reference: T['io.flow.merchant.onboarding.v0.models.onboarding_organization_reference'].isRequired,
|
|
21306
|
-
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'].isRequired,
|
|
21307
|
-
company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
21308
|
-
indirect_tax: T['io.flow.merchant.onboarding.v0.models.indirect_tax'],
|
|
21309
|
-
parent_company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
21310
|
-
beneficiary: PropTypes.string,
|
|
21311
|
-
ultimate_beneficiary_owner: T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'],
|
|
21312
|
-
business_url: PropTypes.string,
|
|
21313
|
-
business_description: PropTypes.string,
|
|
21314
|
-
business_address: T['io.flow.common.v0.models.address'],
|
|
21315
|
-
refund_percentage: PropTypes.number,
|
|
21316
|
-
chargeback_percentage: PropTypes.number,
|
|
21317
|
-
bank_account_number: PropTypes.string,
|
|
21318
|
-
aba_routing_transit_number: PropTypes.string,
|
|
21319
|
-
trade_sectors: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector']),
|
|
21320
|
-
other_trade_sector: PropTypes.string,
|
|
21321
|
-
third_party_logistics_partners: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner']),
|
|
21322
|
-
average_order_weight: PropTypes.number,
|
|
21323
|
-
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
21324
|
-
monthly_average: T['io.flow.merchant.onboarding.v0.models.monthly_average'],
|
|
21325
|
-
dangerous_goods: PropTypes.bool,
|
|
21326
|
-
default_country_of_origin: PropTypes.string,
|
|
21327
|
-
ratecard: T['io.flow.ratecard.v0.models.ratecard_reference'],
|
|
21328
|
-
rate_card: PropTypes.string.isRequired,
|
|
21329
|
-
created_at: PropTypes.string.isRequired,
|
|
21330
|
-
activated_at: PropTypes.string,
|
|
21331
|
-
status_updated_at: PropTypes.string,
|
|
21332
|
-
logistics_format: T['io.flow.merchant.onboarding.v0.models.logistics_format'],
|
|
21333
|
-
shop: T['io.flow.merchant.onboarding.v0.models.shop'],
|
|
21334
|
-
last_year_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
21335
|
-
last_month_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
21336
|
-
average_order_value: T['io.flow.common.v0.models.money'],
|
|
21337
|
-
});
|
|
21338
|
-
|
|
21339
|
-
T['io.flow.merchant.onboarding.v0.unions.merchant_application'] = PropTypes.oneOfType([T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application']]);
|
|
21340
|
-
|
|
21341
21292
|
T['io.flow.tracking.v0.models.tracking_label_form'] = PropTypes.exact({
|
|
21342
21293
|
tracking_id: PropTypes.string.isRequired,
|
|
21343
21294
|
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
@@ -21704,6 +21655,11 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
21704
21655
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
21705
21656
|
});
|
|
21706
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
|
+
|
|
21707
21663
|
T['io.flow.common.v0.models.line_item_form'] = PropTypes.exact({
|
|
21708
21664
|
number: PropTypes.string.isRequired,
|
|
21709
21665
|
quantity: PropTypes.number.isRequired,
|
|
@@ -21814,7 +21770,7 @@ T['io.flow.partner.v0.models.bridge_label_form'] = PropTypes.exact({
|
|
|
21814
21770
|
organization: PropTypes.string.isRequired,
|
|
21815
21771
|
order_number: PropTypes.string.isRequired,
|
|
21816
21772
|
'package': T['io.flow.partner.v0.models.bridge_label_package'].isRequired,
|
|
21817
|
-
|
|
21773
|
+
hub: T['io.flow.partner.v0.models.bridge_hub'],
|
|
21818
21774
|
});
|
|
21819
21775
|
|
|
21820
21776
|
T['io.flow.label.v0.models.summary_shipping_notification_form'] = PropTypes.exact({
|
|
@@ -21918,14 +21874,23 @@ T['io.flow.label.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
|
|
|
21918
21874
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
21919
21875
|
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'],
|
|
21920
21876
|
direction: T['io.flow.label.v0.enums.direction'],
|
|
21921
|
-
order_number: PropTypes.string,
|
|
21877
|
+
order_number: PropTypes.string.isRequired,
|
|
21922
21878
|
service: PropTypes.string,
|
|
21923
21879
|
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
21924
21880
|
});
|
|
21925
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
|
+
|
|
21926
21890
|
T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
21927
21891
|
T['io.flow.label.v0.models.detailed_shipping_label_form'],
|
|
21928
21892
|
T['io.flow.label.v0.models.summary_shipping_label_form'],
|
|
21893
|
+
T['io.flow.label.v0.models.bridge_shipping_label_form'],
|
|
21929
21894
|
]);
|
|
21930
21895
|
|
|
21931
21896
|
T['io.flow.internal.v0.models.label_summary'] = PropTypes.exact({
|
|
@@ -21957,11 +21922,6 @@ T['io.flow.internal.v0.models.return_summary'] = PropTypes.exact({
|
|
|
21957
21922
|
tracking_summary: T['io.flow.internal.v0.models.search_tracking_summary'],
|
|
21958
21923
|
});
|
|
21959
21924
|
|
|
21960
|
-
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
21961
|
-
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
21962
|
-
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
21963
|
-
});
|
|
21964
|
-
|
|
21965
21925
|
T['io.flow.payment.v0.models.virtual_card_form'] = PropTypes.exact({
|
|
21966
21926
|
limit: T['io.flow.common.v0.models.money'].isRequired,
|
|
21967
21927
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
@@ -22119,6 +22079,46 @@ T['io.flow.payment.v0.models.capture_version'] = PropTypes.exact({
|
|
|
22119
22079
|
capture: T['io.flow.payment.v0.models.capture'].isRequired,
|
|
22120
22080
|
});
|
|
22121
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
|
+
|
|
22122
22122
|
T['io.flow.internal.v0.models.shopify_promotion_attribute_value'] = PropTypes.exact({
|
|
22123
22123
|
name: PropTypes.string.isRequired,
|
|
22124
22124
|
discount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -22303,8 +22303,9 @@ T['io.flow.internal.v0.models.csv_record'] = PropTypes.exact({
|
|
|
22303
22303
|
dimensions: T['io.flow.internal.v0.models.csv_dimensions'].isRequired,
|
|
22304
22304
|
input: T['io.flow.internal.v0.models.csv_input'],
|
|
22305
22305
|
actual: T['io.flow.internal.v0.models.csv_actual'],
|
|
22306
|
-
|
|
22307
|
-
|
|
22306
|
+
variance: PropTypes.number,
|
|
22307
|
+
deltas: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22308
|
+
outliers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22308
22309
|
});
|
|
22309
22310
|
|
|
22310
22311
|
T['io.flow.experience.v0.models.order_form'] = PropTypes.exact({
|
|
@@ -22626,6 +22627,10 @@ T['io.flow.internal.v0.unions.order_action_form'] = PropTypes.oneOfType([
|
|
|
22626
22627
|
T['io.flow.internal.v0.models.fulfillment_action_form'],
|
|
22627
22628
|
]);
|
|
22628
22629
|
|
|
22630
|
+
T['io.flow.internal.v0.models.bank_account_reference'] = PropTypes.exact({
|
|
22631
|
+
id: PropTypes.string.isRequired,
|
|
22632
|
+
});
|
|
22633
|
+
|
|
22629
22634
|
T['io.flow.internal.v0.models.account_deposit_rule'] = PropTypes.exact({
|
|
22630
22635
|
target: PropTypes.number.isRequired,
|
|
22631
22636
|
rate: PropTypes.number.isRequired,
|
|
@@ -24878,7 +24883,7 @@ T['io.flow.internal.v0.models.finance_bank_payment'] = PropTypes.exact({
|
|
|
24878
24883
|
|
|
24879
24884
|
T['io.flow.internal.v0.models.finance_bank_account'] = PropTypes.exact({
|
|
24880
24885
|
id: PropTypes.string.isRequired,
|
|
24881
|
-
|
|
24886
|
+
accounts: PropTypes.arrayOf(T['io.flow.internal.v0.models.account_summary']).isRequired,
|
|
24882
24887
|
last4: PropTypes.string.isRequired,
|
|
24883
24888
|
info: T['io.flow.billing.bank.account.v0.unions.bank_account_info'].isRequired,
|
|
24884
24889
|
owner: T['io.flow.internal.v0.models.finance_bank_account_owner'],
|
|
@@ -25494,6 +25499,7 @@ T['io.flow.internal.v0.models.channel_account'] = PropTypes.exact({
|
|
|
25494
25499
|
center_key: PropTypes.string,
|
|
25495
25500
|
statistics: T['io.flow.internal.v0.models.account_statistics'].isRequired,
|
|
25496
25501
|
next_statement: T['io.flow.internal.v0.models.next_billing_statement'].isRequired,
|
|
25502
|
+
bank_account: T['io.flow.internal.v0.models.bank_account_reference'],
|
|
25497
25503
|
created_at: PropTypes.string.isRequired,
|
|
25498
25504
|
});
|
|
25499
25505
|
|
|
@@ -25516,6 +25522,7 @@ T['io.flow.internal.v0.models.flow_account'] = PropTypes.exact({
|
|
|
25516
25522
|
center_key: PropTypes.string,
|
|
25517
25523
|
statistics: T['io.flow.internal.v0.models.account_statistics'].isRequired,
|
|
25518
25524
|
next_statement: T['io.flow.internal.v0.models.next_billing_statement'].isRequired,
|
|
25525
|
+
bank_account: T['io.flow.internal.v0.models.bank_account_reference'],
|
|
25519
25526
|
created_at: PropTypes.string.isRequired,
|
|
25520
25527
|
});
|
|
25521
25528
|
|
|
@@ -25538,6 +25545,7 @@ T['io.flow.internal.v0.models.organization_account'] = PropTypes.exact({
|
|
|
25538
25545
|
center_key: PropTypes.string,
|
|
25539
25546
|
statistics: T['io.flow.internal.v0.models.account_statistics'].isRequired,
|
|
25540
25547
|
next_statement: T['io.flow.internal.v0.models.next_billing_statement'].isRequired,
|
|
25548
|
+
bank_account: T['io.flow.internal.v0.models.bank_account_reference'],
|
|
25541
25549
|
created_at: PropTypes.string.isRequired,
|
|
25542
25550
|
});
|
|
25543
25551
|
|
|
@@ -25562,6 +25570,7 @@ T['io.flow.internal.v0.models.account_form'] = PropTypes.exact({
|
|
|
25562
25570
|
payment_conditions: PropTypes.string,
|
|
25563
25571
|
deposit_rule: T['io.flow.internal.v0.models.account_deposit_rule_form'],
|
|
25564
25572
|
center_key: PropTypes.string,
|
|
25573
|
+
bank_account_id: PropTypes.string,
|
|
25565
25574
|
});
|
|
25566
25575
|
|
|
25567
25576
|
T['io.flow.internal.v0.models.simple_account_reference'] = PropTypes.exact({
|
|
@@ -25722,6 +25731,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25722
25731
|
T['io.flow.internal.v0.models.billing_statement_batch_statement_deleted'],
|
|
25723
25732
|
T['io.flow.internal.v0.models.platform_fee_change_upserted'],
|
|
25724
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'],
|
|
25725
25736
|
T['io.flow.internal.v0.models.fraud_review_upserted'],
|
|
25726
25737
|
T['io.flow.internal.v0.models.fraud_review_deleted'],
|
|
25727
25738
|
T['io.flow.internal.v0.models.fraud_pending_review_upserted'],
|
|
@@ -26241,6 +26252,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26241
26252
|
'billing_statement_batch_statement_deleted',
|
|
26242
26253
|
'platform_fee_change_upserted',
|
|
26243
26254
|
'platform_fee_change_deleted',
|
|
26255
|
+
'organization_bank_account_upserted',
|
|
26256
|
+
'organization_bank_account_deleted',
|
|
26244
26257
|
'fraud_review_upserted',
|
|
26245
26258
|
'fraud_review_deleted',
|
|
26246
26259
|
'fraud_pending_review_upserted',
|
|
@@ -26411,6 +26424,20 @@ T['io.flow.internal.v0.enums.marketing_gateway_feed_download_format'] = PropType
|
|
|
26411
26424
|
T['io.flow.internal.v0.enums.marketing_gateway_product_status'] = PropTypes.oneOf(['approved', 'not_approved', 'pending', 'not_found', 'excluded']);
|
|
26412
26425
|
T['io.flow.internal.v0.enums.onboarding_automation_process_state'] = PropTypes.oneOf(['not_started', 'in_progress', 'success', 'failed']);
|
|
26413
26426
|
T['io.flow.internal.v0.enums.onboarding_automation_task_state'] = PropTypes.oneOf(['not_started', 'in_progress', 'success', 'failed']);
|
|
26427
|
+
|
|
26428
|
+
T['io.flow.internal.v0.enums.onboarding_state_source'] = PropTypes.oneOf([
|
|
26429
|
+
'unknown',
|
|
26430
|
+
'unit_test',
|
|
26431
|
+
'api',
|
|
26432
|
+
'api_activation',
|
|
26433
|
+
'api_internal',
|
|
26434
|
+
'api_internal_block',
|
|
26435
|
+
'api_internal_unblock',
|
|
26436
|
+
'onboarding_application',
|
|
26437
|
+
'organization_state_change',
|
|
26438
|
+
'restriction_organization_status',
|
|
26439
|
+
]);
|
|
26440
|
+
|
|
26414
26441
|
T['io.flow.internal.v0.enums.order_lifecycle_event'] = PropTypes.oneOf(['order_placed', 'ready_to_fulfill']);
|
|
26415
26442
|
T['io.flow.internal.v0.enums.order_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'order_service']);
|
|
26416
26443
|
T['io.flow.internal.v0.enums.output_style'] = PropTypes.oneOf(['flow', 'shopify_p1']);
|
|
@@ -27696,14 +27723,6 @@ T['io.flow.adyen.v0.models.payment_details'] = PropTypes.exact({
|
|
|
27696
27723
|
paymentData: PropTypes.string,
|
|
27697
27724
|
});
|
|
27698
27725
|
|
|
27699
|
-
T['io.flow.adyen.v0.models.payment_details_v66_3ds2_challenge'] = PropTypes.exact({
|
|
27700
|
-
'threeds2.challengeResult': PropTypes.string.isRequired,
|
|
27701
|
-
});
|
|
27702
|
-
|
|
27703
|
-
T['io.flow.adyen.v0.models.payment_details_v66_3ds2_fingerprint'] = PropTypes.exact({
|
|
27704
|
-
'threeds2.fingerprint': PropTypes.string.isRequired,
|
|
27705
|
-
});
|
|
27706
|
-
|
|
27707
27726
|
T['io.flow.adyen.v0.models.request_for_information_additional_data'] = PropTypes.exact({
|
|
27708
27727
|
rfiSchemeCode: PropTypes.string.isRequired,
|
|
27709
27728
|
modificationMerchantReferences: PropTypes.string.isRequired,
|
|
@@ -28139,12 +28158,6 @@ T['io.flow.billing.v0.models.default_bank_account_form'] = PropTypes.exact({
|
|
|
28139
28158
|
bank_account_id: PropTypes.string.isRequired,
|
|
28140
28159
|
});
|
|
28141
28160
|
|
|
28142
|
-
T['io.flow.billing.v0.models.organization_bank_account'] = PropTypes.exact({
|
|
28143
|
-
id: PropTypes.string.isRequired,
|
|
28144
|
-
key: PropTypes.string.isRequired,
|
|
28145
|
-
last4: PropTypes.string.isRequired,
|
|
28146
|
-
});
|
|
28147
|
-
|
|
28148
28161
|
T['io.flow.harmonization.v0.models.harmonized_category_reference'] = PropTypes.exact({
|
|
28149
28162
|
id: PropTypes.string.isRequired,
|
|
28150
28163
|
});
|
|
@@ -28413,6 +28426,7 @@ export const authorizedOrderCharge = T['io.flow.internal.v0.unions.authorized_or
|
|
|
28413
28426
|
export const authorizedShippingCharge = T['io.flow.internal.v0.models.authorized_shipping_charge'];
|
|
28414
28427
|
export const backfill = T['io.flow.internal.v0.models.backfill'];
|
|
28415
28428
|
export const backfillForm = T['io.flow.internal.v0.models.backfill_form'];
|
|
28429
|
+
export const bankAccountReference = T['io.flow.internal.v0.models.bank_account_reference'];
|
|
28416
28430
|
export const bankPayment = T['io.flow.internal.v0.models.bank_payment'];
|
|
28417
28431
|
export const bankPaymentDeleted = T['io.flow.internal.v0.models.bank_payment_deleted'];
|
|
28418
28432
|
export const bankPaymentDeletedV2 = T['io.flow.internal.v0.models.bank_payment_deleted_v2'];
|
|
@@ -29233,6 +29247,7 @@ export const deliveredDutyOptionsMessage = T['io.flow.internal.v0.models.deliver
|
|
|
29233
29247
|
export const deliveredDutyPreference = T['io.flow.internal.v0.models.delivered_duty_preference'];
|
|
29234
29248
|
export const deliveredDutyPreferenceForm = T['io.flow.internal.v0.models.delivered_duty_preference_form'];
|
|
29235
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'];
|
|
29236
29251
|
export const details = T['io.flow.internal.v0.models.details'];
|
|
29237
29252
|
export const dhl = T['io.flow.internal.v0.models.dhl'];
|
|
29238
29253
|
export const dhlEcommerce = T['io.flow.internal.v0.models.dhl_ecommerce'];
|
|
@@ -29652,6 +29667,9 @@ export const labelCreationJob = T['io.flow.internal.v0.models.label_creation_job
|
|
|
29652
29667
|
export const labelCreationJobSummary = T['io.flow.internal.v0.models.label_creation_job_summary'];
|
|
29653
29668
|
export const labelCreationRequestForm = T['io.flow.internal.v0.models.label_creation_request_form'];
|
|
29654
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'];
|
|
29655
29673
|
export const labelGenerationSettings = T['io.flow.internal.v0.models.label_generation_settings'];
|
|
29656
29674
|
export const labelGenerationSettingsDeleted = T['io.flow.internal.v0.models.label_generation_settings_deleted'];
|
|
29657
29675
|
export const labelGenerationSettingsForm = T['io.flow.internal.v0.models.label_generation_settings_form'];
|
|
@@ -29802,6 +29820,7 @@ export const onboardingAutomationProcessState = T['io.flow.internal.v0.enums.onb
|
|
|
29802
29820
|
export const onboardingAutomationTaskState = T['io.flow.internal.v0.enums.onboarding_automation_task_state'];
|
|
29803
29821
|
export const onboardingOrganization = T['io.flow.internal.v0.models.onboarding_organization'];
|
|
29804
29822
|
export const onboardingStateForm = T['io.flow.internal.v0.models.onboarding_state_form'];
|
|
29823
|
+
export const onboardingStateSource = T['io.flow.internal.v0.enums.onboarding_state_source'];
|
|
29805
29824
|
export const oneTimeTokenRedemptionForm = T['io.flow.internal.v0.models.one_time_token_redemption_form'];
|
|
29806
29825
|
export const onlineAuthorizationCompleted = T['io.flow.internal.v0.models.online_authorization_completed'];
|
|
29807
29826
|
export const optinAttribute = T['io.flow.internal.v0.models.optin_attribute'];
|
|
@@ -29825,7 +29844,9 @@ export const orderCancellation = T['io.flow.internal.v0.models.order_cancellatio
|
|
|
29825
29844
|
export const orderCancellationEvidence = T['io.flow.internal.v0.unions.order_cancellation_evidence'];
|
|
29826
29845
|
export const orderCancellationEvidenceFullyRefundedNotFulfilled = T['io.flow.internal.v0.models.order_cancellation_evidence_fully_refunded_not_fulfilled'];
|
|
29827
29846
|
export const orderCancellationEvidenceManual = T['io.flow.internal.v0.models.order_cancellation_evidence_manual'];
|
|
29847
|
+
export const orderCancellationEvidenceReturnToSender = T['io.flow.internal.v0.models.order_cancellation_evidence_return_to_sender'];
|
|
29828
29848
|
export const orderCancellationForm = T['io.flow.internal.v0.models.order_cancellation_form'];
|
|
29849
|
+
export const orderCancellationInitiatedBy = T['io.flow.internal.v0.enums.order_cancellation_initiated_by'];
|
|
29829
29850
|
export const orderChargeTrigger = T['io.flow.internal.v0.enums.order_charge_trigger'];
|
|
29830
29851
|
export const orderDetail = T['io.flow.internal.v0.models.order_detail'];
|
|
29831
29852
|
export const orderFulfillmentDeleted = T['io.flow.internal.v0.models.order_fulfillment_deleted'];
|
|
@@ -29852,6 +29873,8 @@ export const orderTransactionUpserted = T['io.flow.internal.v0.models.order_tran
|
|
|
29852
29873
|
export const organizationAccount = T['io.flow.internal.v0.models.organization_account'];
|
|
29853
29874
|
export const organizationAccountDeleted = T['io.flow.internal.v0.models.organization_account_deleted'];
|
|
29854
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'];
|
|
29855
29878
|
export const organizationBillingStatement = T['io.flow.internal.v0.models.organization_billing_statement'];
|
|
29856
29879
|
export const organizationBooleanValue = T['io.flow.internal.v0.models.organization_boolean_value'];
|
|
29857
29880
|
export const organizationBooleanValueDeleted = T['io.flow.internal.v0.models.organization_boolean_value_deleted'];
|