@flowio/api-internal-prop-types 9.24.61 → 9.24.63
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 +78 -9
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +78 -9
- package/src/api-internal.js +232 -157
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,
|
|
@@ -4914,6 +4823,7 @@ T['io.flow.stripe.v0.models.payment_intent_capture_form'] = PropTypes.exact({
|
|
|
4914
4823
|
T['io.flow.stripe.v0.models.metadata'] = PropTypes.exact({
|
|
4915
4824
|
order_number: PropTypes.string,
|
|
4916
4825
|
authorization_id: PropTypes.string,
|
|
4826
|
+
organization_id: PropTypes.string,
|
|
4917
4827
|
});
|
|
4918
4828
|
|
|
4919
4829
|
T['io.flow.stripe.v0.models.refund_request'] = PropTypes.exact({
|
|
@@ -5173,6 +5083,7 @@ T['io.flow.stripe.v0.models.source_request'] = PropTypes.exact({
|
|
|
5173
5083
|
token: PropTypes.string,
|
|
5174
5084
|
usage: T['io.flow.stripe.v0.enums.source_usage_type'].isRequired,
|
|
5175
5085
|
source_order: T['io.flow.stripe.v0.models.source_order_request'],
|
|
5086
|
+
metadata: T['io.flow.stripe.v0.models.metadata'],
|
|
5176
5087
|
});
|
|
5177
5088
|
|
|
5178
5089
|
T['io.flow.stripe.v0.models.source'] = PropTypes.exact({
|
|
@@ -6521,6 +6432,95 @@ T['io.flow.permission.v0.models.permission_audit'] = PropTypes.exact({
|
|
|
6521
6432
|
behaviors: PropTypes.arrayOf(T['io.flow.permission.v0.models.behavior_audit']).isRequired,
|
|
6522
6433
|
});
|
|
6523
6434
|
|
|
6435
|
+
T['io.flow.merchant.onboarding.v0.models.shop'] = PropTypes.exact({
|
|
6436
|
+
name: PropTypes.string.isRequired,
|
|
6437
|
+
id: PropTypes.string.isRequired,
|
|
6438
|
+
});
|
|
6439
|
+
|
|
6440
|
+
T['io.flow.merchant.onboarding.v0.models.logistics_format'] = PropTypes.exact({
|
|
6441
|
+
preference: T['io.flow.merchant.onboarding.v0.enums.logistics_format_preference'].isRequired,
|
|
6442
|
+
description: PropTypes.string,
|
|
6443
|
+
});
|
|
6444
|
+
|
|
6445
|
+
T['io.flow.merchant.onboarding.v0.models.monthly_average'] = PropTypes.exact({
|
|
6446
|
+
volume: T['io.flow.merchant.onboarding.v0.models.monthly_average_volume'],
|
|
6447
|
+
number_transactions: PropTypes.number,
|
|
6448
|
+
});
|
|
6449
|
+
|
|
6450
|
+
T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner'] = PropTypes.exact({
|
|
6451
|
+
warehouse_address: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'].isRequired,
|
|
6452
|
+
warehouse_url: PropTypes.string,
|
|
6453
|
+
location: T['io.flow.merchant.onboarding.v0.models.merchant_onboarding_address'],
|
|
6454
|
+
|
|
6455
|
+
scheduled_pickups: PropTypes.arrayOf(
|
|
6456
|
+
T['io.flow.merchant.onboarding.v0.models.onboarding_merchant_scheduled_pickup'],
|
|
6457
|
+
),
|
|
6458
|
+
|
|
6459
|
+
operations_contact: T['io.flow.merchant.onboarding.v0.models.operations_contact'].isRequired,
|
|
6460
|
+
center_id: PropTypes.string,
|
|
6461
|
+
});
|
|
6462
|
+
|
|
6463
|
+
T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector'] = PropTypes.oneOf([
|
|
6464
|
+
'accessories',
|
|
6465
|
+
'animals_and_pet_supplies',
|
|
6466
|
+
'apparel',
|
|
6467
|
+
'apparel_and_accessories',
|
|
6468
|
+
'arts_and_entertainment',
|
|
6469
|
+
'baby_and_toddler',
|
|
6470
|
+
'business_and_industrial',
|
|
6471
|
+
'cameras_and_optics',
|
|
6472
|
+
'electronics',
|
|
6473
|
+
'food_beverages_and_tobacco',
|
|
6474
|
+
'furniture',
|
|
6475
|
+
'gift_cards',
|
|
6476
|
+
'hardware',
|
|
6477
|
+
'health_and_beauty',
|
|
6478
|
+
'home_and_garden',
|
|
6479
|
+
'jewelry',
|
|
6480
|
+
'luggage_and_bags',
|
|
6481
|
+
'mature',
|
|
6482
|
+
'media',
|
|
6483
|
+
'office_supplies',
|
|
6484
|
+
'paper_and_art',
|
|
6485
|
+
'religious_and_ceremonial',
|
|
6486
|
+
'software',
|
|
6487
|
+
'sporting_goods',
|
|
6488
|
+
'sports_and_fitness',
|
|
6489
|
+
'toys_and_games',
|
|
6490
|
+
'toys_hobbies_gifts',
|
|
6491
|
+
'vehicles_and_parts',
|
|
6492
|
+
'other',
|
|
6493
|
+
]);
|
|
6494
|
+
|
|
6495
|
+
T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'] = PropTypes.exact({
|
|
6496
|
+
name: PropTypes.string.isRequired,
|
|
6497
|
+
dob: PropTypes.string.isRequired,
|
|
6498
|
+
});
|
|
6499
|
+
|
|
6500
|
+
T['io.flow.merchant.onboarding.v0.models.indirect_tax'] = PropTypes.exact({
|
|
6501
|
+
number: PropTypes.string,
|
|
6502
|
+
id: PropTypes.string,
|
|
6503
|
+
});
|
|
6504
|
+
|
|
6505
|
+
T['io.flow.merchant.onboarding.v0.models.merchant_info'] = PropTypes.exact({
|
|
6506
|
+
legal_name: PropTypes.string,
|
|
6507
|
+
country: PropTypes.string.isRequired,
|
|
6508
|
+
region: T['io.flow.merchant.onboarding.v0.enums.region_type'],
|
|
6509
|
+
region_value: PropTypes.string,
|
|
6510
|
+
category_code: PropTypes.string,
|
|
6511
|
+
});
|
|
6512
|
+
|
|
6513
|
+
T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'] = PropTypes.oneOf(['to_do', 'in_progress', 'on_hold', 'rejected', 'accepted']);
|
|
6514
|
+
|
|
6515
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'] = PropTypes.exact({
|
|
6516
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_application_put_form']).isRequired,
|
|
6517
|
+
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'],
|
|
6518
|
+
});
|
|
6519
|
+
|
|
6520
|
+
T['io.flow.merchant.onboarding.v0.unions.merchant_application_put_form'] = PropTypes.oneOfType([
|
|
6521
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_put_form'],
|
|
6522
|
+
]);
|
|
6523
|
+
|
|
6524
6524
|
T['io.flow.inventory.v0.models.generic_reservation_error'] = PropTypes.exact({
|
|
6525
6525
|
code: PropTypes.oneOf(['generic_reservation_error']).isRequired,
|
|
6526
6526
|
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -7674,6 +7674,14 @@ T['io.flow.internal.v0.models.fraud_review_deleted'] = PropTypes.exact({
|
|
|
7674
7674
|
id: PropTypes.string.isRequired,
|
|
7675
7675
|
});
|
|
7676
7676
|
|
|
7677
|
+
T['io.flow.internal.v0.models.organization_bank_account_deleted'] = PropTypes.exact({
|
|
7678
|
+
discriminator: PropTypes.oneOf(['organization_bank_account_deleted']).isRequired,
|
|
7679
|
+
event_id: PropTypes.string.isRequired,
|
|
7680
|
+
timestamp: PropTypes.string.isRequired,
|
|
7681
|
+
organization: PropTypes.string.isRequired,
|
|
7682
|
+
id: PropTypes.string.isRequired,
|
|
7683
|
+
});
|
|
7684
|
+
|
|
7677
7685
|
T['io.flow.internal.v0.models.platform_fee_change_deleted'] = PropTypes.exact({
|
|
7678
7686
|
discriminator: PropTypes.oneOf(['platform_fee_change_deleted']).isRequired,
|
|
7679
7687
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9198,6 +9206,7 @@ T['io.flow.internal.v0.models.restriction_rule_form'] = PropTypes.exact({
|
|
|
9198
9206
|
regions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9199
9207
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9200
9208
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9209
|
+
value_threshold_usd: PropTypes.number,
|
|
9201
9210
|
});
|
|
9202
9211
|
|
|
9203
9212
|
T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
|
|
@@ -9208,6 +9217,7 @@ T['io.flow.internal.v0.models.restriction_rule'] = PropTypes.exact({
|
|
|
9208
9217
|
regions: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9209
9218
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9210
9219
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
9220
|
+
value_threshold_usd: PropTypes.number,
|
|
9211
9221
|
});
|
|
9212
9222
|
|
|
9213
9223
|
T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
|
|
@@ -9223,7 +9233,7 @@ T['io.flow.internal.v0.enums.restriction_decision'] = PropTypes.oneOf(['accept',
|
|
|
9223
9233
|
T['io.flow.internal.v0.models.restriction_rule_decision_form'] = PropTypes.exact({
|
|
9224
9234
|
rule_id: PropTypes.string.isRequired,
|
|
9225
9235
|
decision: T['io.flow.internal.v0.enums.restriction_decision'].isRequired,
|
|
9226
|
-
product_id: PropTypes.string,
|
|
9236
|
+
product_id: PropTypes.string.isRequired,
|
|
9227
9237
|
});
|
|
9228
9238
|
|
|
9229
9239
|
T['io.flow.internal.v0.models.restriction_product_decision_form'] = PropTypes.exact({
|
|
@@ -9837,6 +9847,8 @@ T['io.flow.internal.v0.models.organization_restriction_status'] = PropTypes.exac
|
|
|
9837
9847
|
full_review_end_date: PropTypes.string,
|
|
9838
9848
|
merchant_category_code: PropTypes.string,
|
|
9839
9849
|
reason: PropTypes.string,
|
|
9850
|
+
screening_first_viewed_at: PropTypes.string,
|
|
9851
|
+
onboarding_first_viewed_at: PropTypes.string,
|
|
9840
9852
|
updated_at: PropTypes.string.isRequired,
|
|
9841
9853
|
});
|
|
9842
9854
|
|
|
@@ -9862,6 +9874,8 @@ T['io.flow.internal.v0.models.organization_restriction_screening_decision_form']
|
|
|
9862
9874
|
hs_code: PropTypes.string,
|
|
9863
9875
|
merchant_category_code: PropTypes.string,
|
|
9864
9876
|
notes: PropTypes.arrayOf(T['io.flow.internal.v0.models.organization_restriction_note_form']),
|
|
9877
|
+
screening_first_viewed_at: PropTypes.string,
|
|
9878
|
+
onboarding_first_viewed_at: PropTypes.string,
|
|
9865
9879
|
});
|
|
9866
9880
|
|
|
9867
9881
|
T['io.flow.payment.gateway.v0.models.payment_capture_option_manual'] = PropTypes.exact({
|
|
@@ -9907,6 +9921,20 @@ T['io.flow.internal.v0.models.feature_id_reference'] = PropTypes.exact({
|
|
|
9907
9921
|
id: PropTypes.string.isRequired,
|
|
9908
9922
|
});
|
|
9909
9923
|
|
|
9924
|
+
T['io.flow.billing.v0.models.organization_bank_account'] = PropTypes.exact({
|
|
9925
|
+
id: PropTypes.string.isRequired,
|
|
9926
|
+
key: PropTypes.string.isRequired,
|
|
9927
|
+
last4: PropTypes.string.isRequired,
|
|
9928
|
+
});
|
|
9929
|
+
|
|
9930
|
+
T['io.flow.internal.v0.models.organization_bank_account_upserted'] = PropTypes.exact({
|
|
9931
|
+
discriminator: PropTypes.oneOf(['organization_bank_account_upserted']).isRequired,
|
|
9932
|
+
event_id: PropTypes.string.isRequired,
|
|
9933
|
+
timestamp: PropTypes.string.isRequired,
|
|
9934
|
+
organization: PropTypes.string.isRequired,
|
|
9935
|
+
organization_bank_account: T['io.flow.billing.v0.models.organization_bank_account'].isRequired,
|
|
9936
|
+
});
|
|
9937
|
+
|
|
9910
9938
|
T['io.flow.experience.v0.models.allocation_order_summary'] = PropTypes.exact({
|
|
9911
9939
|
id: PropTypes.string.isRequired,
|
|
9912
9940
|
number: PropTypes.string.isRequired,
|
|
@@ -10071,6 +10099,7 @@ T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'] = PropType
|
|
|
10071
10099
|
]);
|
|
10072
10100
|
|
|
10073
10101
|
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'] = PropTypes.exact({
|
|
10102
|
+
id: PropTypes.string.isRequired,
|
|
10074
10103
|
state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
10075
10104
|
started_at: PropTypes.string.isRequired,
|
|
10076
10105
|
});
|
|
@@ -10090,6 +10119,7 @@ T['io.flow.internal.v0.models.onboarding_organization'] = PropTypes.exact({
|
|
|
10090
10119
|
organization_id: PropTypes.string.isRequired,
|
|
10091
10120
|
onboarding_current_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
10092
10121
|
setup_completed_at: PropTypes.string,
|
|
10122
|
+
activated_at: PropTypes.string,
|
|
10093
10123
|
gmv: PropTypes.number.isRequired,
|
|
10094
10124
|
health_score: PropTypes.number.isRequired,
|
|
10095
10125
|
blocked_since: PropTypes.string,
|
|
@@ -10125,6 +10155,7 @@ T['io.flow.internal.v0.enums.onboarding_audit_theme_key'] = PropTypes.oneOf([
|
|
|
10125
10155
|
'integration_partner',
|
|
10126
10156
|
'dtce',
|
|
10127
10157
|
'restrictions',
|
|
10158
|
+
'organization_status',
|
|
10128
10159
|
'miscellaneous',
|
|
10129
10160
|
]);
|
|
10130
10161
|
|
|
@@ -11145,6 +11176,12 @@ T['io.flow.internal.v0.models.label_generation_settings_upserted'] = PropTypes.e
|
|
|
11145
11176
|
label_generation_settings: T['io.flow.internal.v0.models.label_generation_settings'].isRequired,
|
|
11146
11177
|
});
|
|
11147
11178
|
|
|
11179
|
+
T['io.flow.internal.v0.enums.label_generation_address_failure_status'] = PropTypes.oneOf(['in_review', 'resolved', 'unresolved']);
|
|
11180
|
+
|
|
11181
|
+
T['io.flow.internal.v0.models.label_generation_address_failure_status_update_form'] = PropTypes.exact({
|
|
11182
|
+
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
11183
|
+
});
|
|
11184
|
+
|
|
11148
11185
|
T['io.flow.internal.v0.enums.label_creation_status'] = PropTypes.oneOf(['success', 'error', 'pending', 'cancelled']);
|
|
11149
11186
|
|
|
11150
11187
|
T['io.flow.internal.v0.models.label_creation_job_summary'] = PropTypes.exact({
|
|
@@ -13242,6 +13279,23 @@ T['io.flow.internal.v0.models.tracking_label_event_deleted_v2'] = PropTypes.exac
|
|
|
13242
13279
|
tracking_label_event: T['io.flow.internal.v0.models.export_tracking_label_event'].isRequired,
|
|
13243
13280
|
});
|
|
13244
13281
|
|
|
13282
|
+
T['io.flow.internal.v0.models.destination_error'] = PropTypes.exact({
|
|
13283
|
+
id: PropTypes.string.isRequired,
|
|
13284
|
+
failed_at: PropTypes.string.isRequired,
|
|
13285
|
+
error: PropTypes.string.isRequired,
|
|
13286
|
+
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13287
|
+
});
|
|
13288
|
+
|
|
13289
|
+
T['io.flow.internal.v0.models.label_generation_address_failures'] = PropTypes.exact({
|
|
13290
|
+
id: PropTypes.string.isRequired,
|
|
13291
|
+
organization_id: PropTypes.string.isRequired,
|
|
13292
|
+
status: T['io.flow.internal.v0.enums.label_generation_address_failure_status'].isRequired,
|
|
13293
|
+
order_number: PropTypes.string.isRequired,
|
|
13294
|
+
order_submitted_at: PropTypes.string.isRequired,
|
|
13295
|
+
carrier_id: PropTypes.string.isRequired,
|
|
13296
|
+
destination_errors: PropTypes.arrayOf(T['io.flow.internal.v0.models.destination_error']).isRequired,
|
|
13297
|
+
});
|
|
13298
|
+
|
|
13245
13299
|
T['io.flow.internal.v0.models.customs_details_form'] = PropTypes.exact({
|
|
13246
13300
|
destination: T['io.flow.common.v0.models.address'].isRequired,
|
|
13247
13301
|
item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -13624,6 +13678,7 @@ T['io.flow.internal.v0.models.csv_input'] = PropTypes.exact({
|
|
|
13624
13678
|
total: PropTypes.number.isRequired,
|
|
13625
13679
|
weight_unit: T['io.flow.common.v0.enums.unit_of_measurement'].isRequired,
|
|
13626
13680
|
weight: PropTypes.number.isRequired,
|
|
13681
|
+
variance: PropTypes.number.isRequired,
|
|
13627
13682
|
});
|
|
13628
13683
|
|
|
13629
13684
|
T['io.flow.internal.v0.models.csv_actual'] = PropTypes.exact({
|
|
@@ -21314,46 +21369,6 @@ T['io.flow.merchant.onboarding.v0.unions.merchant_application_form'] = PropTypes
|
|
|
21314
21369
|
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application_form'],
|
|
21315
21370
|
]);
|
|
21316
21371
|
|
|
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
21372
|
T['io.flow.tracking.v0.models.tracking_label_form'] = PropTypes.exact({
|
|
21358
21373
|
tracking_id: PropTypes.string.isRequired,
|
|
21359
21374
|
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
@@ -21720,6 +21735,11 @@ T['io.flow.common.v0.models.discounts_form'] = PropTypes.exact({
|
|
|
21720
21735
|
discounts: PropTypes.arrayOf(T['io.flow.common.v0.models.discount_form']).isRequired,
|
|
21721
21736
|
});
|
|
21722
21737
|
|
|
21738
|
+
T['io.flow.label.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
21739
|
+
lane: T['io.flow.label.v0.models.shipping_label_lane_summary'].isRequired,
|
|
21740
|
+
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
21741
|
+
});
|
|
21742
|
+
|
|
21723
21743
|
T['io.flow.common.v0.models.line_item_form'] = PropTypes.exact({
|
|
21724
21744
|
number: PropTypes.string.isRequired,
|
|
21725
21745
|
quantity: PropTypes.number.isRequired,
|
|
@@ -21934,14 +21954,23 @@ T['io.flow.label.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
|
|
|
21934
21954
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
21935
21955
|
delivered_duty: T['io.flow.common.v0.enums.delivered_duty'],
|
|
21936
21956
|
direction: T['io.flow.label.v0.enums.direction'],
|
|
21937
|
-
order_number: PropTypes.string,
|
|
21957
|
+
order_number: PropTypes.string.isRequired,
|
|
21938
21958
|
service: PropTypes.string,
|
|
21939
21959
|
shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
|
|
21940
21960
|
});
|
|
21941
21961
|
|
|
21962
|
+
T['io.flow.label.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
|
|
21963
|
+
discriminator: PropTypes.oneOf(['bridge_shipping_label_form']).isRequired,
|
|
21964
|
+
order_number: PropTypes.string.isRequired,
|
|
21965
|
+
items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']),
|
|
21966
|
+
'package': T['io.flow.label.v0.models.shipping_label_package'],
|
|
21967
|
+
origin: T['io.flow.fulfillment.v0.models.shipping_address'],
|
|
21968
|
+
});
|
|
21969
|
+
|
|
21942
21970
|
T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
|
|
21943
21971
|
T['io.flow.label.v0.models.detailed_shipping_label_form'],
|
|
21944
21972
|
T['io.flow.label.v0.models.summary_shipping_label_form'],
|
|
21973
|
+
T['io.flow.label.v0.models.bridge_shipping_label_form'],
|
|
21945
21974
|
]);
|
|
21946
21975
|
|
|
21947
21976
|
T['io.flow.internal.v0.models.label_summary'] = PropTypes.exact({
|
|
@@ -21973,11 +22002,6 @@ T['io.flow.internal.v0.models.return_summary'] = PropTypes.exact({
|
|
|
21973
22002
|
tracking_summary: T['io.flow.internal.v0.models.search_tracking_summary'],
|
|
21974
22003
|
});
|
|
21975
22004
|
|
|
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
22005
|
T['io.flow.payment.v0.models.virtual_card_form'] = PropTypes.exact({
|
|
21982
22006
|
limit: T['io.flow.common.v0.models.money'].isRequired,
|
|
21983
22007
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
@@ -22135,6 +22159,46 @@ T['io.flow.payment.v0.models.capture_version'] = PropTypes.exact({
|
|
|
22135
22159
|
capture: T['io.flow.payment.v0.models.capture'].isRequired,
|
|
22136
22160
|
});
|
|
22137
22161
|
|
|
22162
|
+
T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application'] = PropTypes.exact({
|
|
22163
|
+
discriminator: PropTypes.oneOf(['shopify_merchant_application']).isRequired,
|
|
22164
|
+
id: PropTypes.string.isRequired,
|
|
22165
|
+
organization_id: PropTypes.string.isRequired,
|
|
22166
|
+
organization_reference: T['io.flow.merchant.onboarding.v0.models.onboarding_organization_reference'].isRequired,
|
|
22167
|
+
status: T['io.flow.merchant.onboarding.v0.enums.onboarding_application_status'].isRequired,
|
|
22168
|
+
company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
22169
|
+
indirect_tax: T['io.flow.merchant.onboarding.v0.models.indirect_tax'],
|
|
22170
|
+
parent_company: T['io.flow.merchant.onboarding.v0.models.merchant_info'],
|
|
22171
|
+
beneficiary: PropTypes.string,
|
|
22172
|
+
ultimate_beneficiary_owner: T['io.flow.merchant.onboarding.v0.models.ultimate_beneficiary_owner'],
|
|
22173
|
+
business_url: PropTypes.string,
|
|
22174
|
+
business_description: PropTypes.string,
|
|
22175
|
+
business_address: T['io.flow.common.v0.models.address'],
|
|
22176
|
+
refund_percentage: PropTypes.number,
|
|
22177
|
+
chargeback_percentage: PropTypes.number,
|
|
22178
|
+
bank_account_number: PropTypes.string,
|
|
22179
|
+
aba_routing_transit_number: PropTypes.string,
|
|
22180
|
+
trade_sectors: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector']),
|
|
22181
|
+
other_trade_sector: PropTypes.string,
|
|
22182
|
+
third_party_logistics_partners: PropTypes.arrayOf(T['io.flow.merchant.onboarding.v0.models.third_party_logistics_partner']),
|
|
22183
|
+
average_order_weight: PropTypes.number,
|
|
22184
|
+
package_dimensions: PropTypes.arrayOf(T['io.flow.common.v0.models.dimension']),
|
|
22185
|
+
monthly_average: T['io.flow.merchant.onboarding.v0.models.monthly_average'],
|
|
22186
|
+
dangerous_goods: PropTypes.bool,
|
|
22187
|
+
default_country_of_origin: PropTypes.string,
|
|
22188
|
+
ratecard: T['io.flow.ratecard.v0.models.ratecard_reference'],
|
|
22189
|
+
rate_card: PropTypes.string.isRequired,
|
|
22190
|
+
created_at: PropTypes.string.isRequired,
|
|
22191
|
+
activated_at: PropTypes.string,
|
|
22192
|
+
status_updated_at: PropTypes.string,
|
|
22193
|
+
logistics_format: T['io.flow.merchant.onboarding.v0.models.logistics_format'],
|
|
22194
|
+
shop: T['io.flow.merchant.onboarding.v0.models.shop'],
|
|
22195
|
+
last_year_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
22196
|
+
last_month_xborder_gmv: T['io.flow.common.v0.models.money'],
|
|
22197
|
+
average_order_value: T['io.flow.common.v0.models.money'],
|
|
22198
|
+
});
|
|
22199
|
+
|
|
22200
|
+
T['io.flow.merchant.onboarding.v0.unions.merchant_application'] = PropTypes.oneOfType([T['io.flow.merchant.onboarding.v0.models.shopify_merchant_application']]);
|
|
22201
|
+
|
|
22138
22202
|
T['io.flow.internal.v0.models.shopify_promotion_attribute_value'] = PropTypes.exact({
|
|
22139
22203
|
name: PropTypes.string.isRequired,
|
|
22140
22204
|
discount: T['io.flow.common.v0.models.money'].isRequired,
|
|
@@ -22319,8 +22383,9 @@ T['io.flow.internal.v0.models.csv_record'] = PropTypes.exact({
|
|
|
22319
22383
|
dimensions: T['io.flow.internal.v0.models.csv_dimensions'].isRequired,
|
|
22320
22384
|
input: T['io.flow.internal.v0.models.csv_input'],
|
|
22321
22385
|
actual: T['io.flow.internal.v0.models.csv_actual'],
|
|
22322
|
-
|
|
22323
|
-
|
|
22386
|
+
variance: PropTypes.number,
|
|
22387
|
+
deltas: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22388
|
+
outliers: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
22324
22389
|
});
|
|
22325
22390
|
|
|
22326
22391
|
T['io.flow.experience.v0.models.order_form'] = PropTypes.exact({
|
|
@@ -22747,17 +22812,6 @@ T['io.flow.export.v0.models.export_version'] = PropTypes.exact({
|
|
|
22747
22812
|
'export': T['io.flow.export.v0.models.export'].isRequired,
|
|
22748
22813
|
});
|
|
22749
22814
|
|
|
22750
|
-
T['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'] = PropTypes.exact({
|
|
22751
|
-
id: PropTypes.string.isRequired,
|
|
22752
|
-
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
22753
|
-
|
|
22754
|
-
transitions: PropTypes.arrayOf(
|
|
22755
|
-
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'],
|
|
22756
|
-
).isRequired,
|
|
22757
|
-
|
|
22758
|
-
current_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
22759
|
-
});
|
|
22760
|
-
|
|
22761
22815
|
T['io.flow.internal.v0.models.store_connection'] = PropTypes.exact({
|
|
22762
22816
|
organization: T['io.flow.common.v0.models.organization_reference'],
|
|
22763
22817
|
id: PropTypes.string.isRequired,
|
|
@@ -22840,6 +22894,21 @@ T['io.flow.internal.v0.models.ratecard_service_fees_override'] = PropTypes.exact
|
|
|
22840
22894
|
service_fees: PropTypes.arrayOf(T['io.flow.ratecard.v0.unions.service_fee']).isRequired,
|
|
22841
22895
|
});
|
|
22842
22896
|
|
|
22897
|
+
T['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'] = PropTypes.exact({
|
|
22898
|
+
id: PropTypes.string.isRequired,
|
|
22899
|
+
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
22900
|
+
|
|
22901
|
+
transitions: PropTypes.arrayOf(
|
|
22902
|
+
T['io.flow.organization.onboarding.state.v0.models.onboarding_state_transition'],
|
|
22903
|
+
).isRequired,
|
|
22904
|
+
|
|
22905
|
+
current_state: T['io.flow.organization.onboarding.state.v0.unions.onboarding_state'].isRequired,
|
|
22906
|
+
});
|
|
22907
|
+
|
|
22908
|
+
T['io.flow.internal.v0.models.organization_onboarding_state_adjustment_result'] = PropTypes.exact({
|
|
22909
|
+
organization_onboarding_state: T['io.flow.organization.onboarding.state.v0.models.organization_onboarding_state'],
|
|
22910
|
+
});
|
|
22911
|
+
|
|
22843
22912
|
T['io.flow.internal.v0.models.organization_boolean_value'] = PropTypes.exact({
|
|
22844
22913
|
id: PropTypes.string.isRequired,
|
|
22845
22914
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
@@ -25746,6 +25815,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
25746
25815
|
T['io.flow.internal.v0.models.billing_statement_batch_statement_deleted'],
|
|
25747
25816
|
T['io.flow.internal.v0.models.platform_fee_change_upserted'],
|
|
25748
25817
|
T['io.flow.internal.v0.models.platform_fee_change_deleted'],
|
|
25818
|
+
T['io.flow.internal.v0.models.organization_bank_account_upserted'],
|
|
25819
|
+
T['io.flow.internal.v0.models.organization_bank_account_deleted'],
|
|
25749
25820
|
T['io.flow.internal.v0.models.fraud_review_upserted'],
|
|
25750
25821
|
T['io.flow.internal.v0.models.fraud_review_deleted'],
|
|
25751
25822
|
T['io.flow.internal.v0.models.fraud_pending_review_upserted'],
|
|
@@ -26265,6 +26336,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
26265
26336
|
'billing_statement_batch_statement_deleted',
|
|
26266
26337
|
'platform_fee_change_upserted',
|
|
26267
26338
|
'platform_fee_change_deleted',
|
|
26339
|
+
'organization_bank_account_upserted',
|
|
26340
|
+
'organization_bank_account_deleted',
|
|
26268
26341
|
'fraud_review_upserted',
|
|
26269
26342
|
'fraud_review_deleted',
|
|
26270
26343
|
'fraud_pending_review_upserted',
|
|
@@ -26444,6 +26517,7 @@ T['io.flow.internal.v0.enums.onboarding_state_source'] = PropTypes.oneOf([
|
|
|
26444
26517
|
'api_internal',
|
|
26445
26518
|
'api_internal_block',
|
|
26446
26519
|
'api_internal_unblock',
|
|
26520
|
+
'api_internal_delete_transaction',
|
|
26447
26521
|
'onboarding_application',
|
|
26448
26522
|
'organization_state_change',
|
|
26449
26523
|
'restriction_organization_status',
|
|
@@ -28177,12 +28251,6 @@ T['io.flow.billing.v0.models.default_bank_account_form'] = PropTypes.exact({
|
|
|
28177
28251
|
bank_account_id: PropTypes.string.isRequired,
|
|
28178
28252
|
});
|
|
28179
28253
|
|
|
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
28254
|
T['io.flow.harmonization.v0.models.harmonized_category_reference'] = PropTypes.exact({
|
|
28187
28255
|
id: PropTypes.string.isRequired,
|
|
28188
28256
|
});
|
|
@@ -29272,6 +29340,7 @@ export const deliveredDutyOptionsMessage = T['io.flow.internal.v0.models.deliver
|
|
|
29272
29340
|
export const deliveredDutyPreference = T['io.flow.internal.v0.models.delivered_duty_preference'];
|
|
29273
29341
|
export const deliveredDutyPreferenceForm = T['io.flow.internal.v0.models.delivered_duty_preference_form'];
|
|
29274
29342
|
export const deminimisAdjustmentType = T['io.flow.internal.v0.enums.deminimis_adjustment_type'];
|
|
29343
|
+
export const destinationError = T['io.flow.internal.v0.models.destination_error'];
|
|
29275
29344
|
export const details = T['io.flow.internal.v0.models.details'];
|
|
29276
29345
|
export const dhl = T['io.flow.internal.v0.models.dhl'];
|
|
29277
29346
|
export const dhlEcommerce = T['io.flow.internal.v0.models.dhl_ecommerce'];
|
|
@@ -29691,6 +29760,9 @@ export const labelCreationJob = T['io.flow.internal.v0.models.label_creation_job
|
|
|
29691
29760
|
export const labelCreationJobSummary = T['io.flow.internal.v0.models.label_creation_job_summary'];
|
|
29692
29761
|
export const labelCreationRequestForm = T['io.flow.internal.v0.models.label_creation_request_form'];
|
|
29693
29762
|
export const labelCreationStatus = T['io.flow.internal.v0.enums.label_creation_status'];
|
|
29763
|
+
export const labelGenerationAddressFailureStatus = T['io.flow.internal.v0.enums.label_generation_address_failure_status'];
|
|
29764
|
+
export const labelGenerationAddressFailureStatusUpdateForm = T['io.flow.internal.v0.models.label_generation_address_failure_status_update_form'];
|
|
29765
|
+
export const labelGenerationAddressFailures = T['io.flow.internal.v0.models.label_generation_address_failures'];
|
|
29694
29766
|
export const labelGenerationSettings = T['io.flow.internal.v0.models.label_generation_settings'];
|
|
29695
29767
|
export const labelGenerationSettingsDeleted = T['io.flow.internal.v0.models.label_generation_settings_deleted'];
|
|
29696
29768
|
export const labelGenerationSettingsForm = T['io.flow.internal.v0.models.label_generation_settings_form'];
|
|
@@ -29894,6 +29966,8 @@ export const orderTransactionUpserted = T['io.flow.internal.v0.models.order_tran
|
|
|
29894
29966
|
export const organizationAccount = T['io.flow.internal.v0.models.organization_account'];
|
|
29895
29967
|
export const organizationAccountDeleted = T['io.flow.internal.v0.models.organization_account_deleted'];
|
|
29896
29968
|
export const organizationAccountUpsertedV2 = T['io.flow.internal.v0.models.organization_account_upserted_v2'];
|
|
29969
|
+
export const organizationBankAccountDeleted = T['io.flow.internal.v0.models.organization_bank_account_deleted'];
|
|
29970
|
+
export const organizationBankAccountUpserted = T['io.flow.internal.v0.models.organization_bank_account_upserted'];
|
|
29897
29971
|
export const organizationBillingStatement = T['io.flow.internal.v0.models.organization_billing_statement'];
|
|
29898
29972
|
export const organizationBooleanValue = T['io.flow.internal.v0.models.organization_boolean_value'];
|
|
29899
29973
|
export const organizationBooleanValueDeleted = T['io.flow.internal.v0.models.organization_boolean_value_deleted'];
|
|
@@ -29911,6 +29985,7 @@ export const organizationDebugTransaction = T['io.flow.internal.v0.models.organi
|
|
|
29911
29985
|
export const organizationInvitationAcceptForm = T['io.flow.internal.v0.models.organization_invitation_accept_form'];
|
|
29912
29986
|
export const organizationMembershipCopy = T['io.flow.internal.v0.models.organization_membership_copy'];
|
|
29913
29987
|
export const organizationMembershipCopyForm = T['io.flow.internal.v0.models.organization_membership_copy_form'];
|
|
29988
|
+
export const organizationOnboardingStateAdjustmentResult = T['io.flow.internal.v0.models.organization_onboarding_state_adjustment_result'];
|
|
29914
29989
|
export const organizationPaymentSetting = T['io.flow.internal.v0.models.organization_payment_setting'];
|
|
29915
29990
|
export const organizationPaymentSettingDeleted = T['io.flow.internal.v0.models.organization_payment_setting_deleted'];
|
|
29916
29991
|
export const organizationPaymentSettingForm = T['io.flow.internal.v0.models.organization_payment_setting_form'];
|