@flowio/api-internal-prop-types 9.24.141 → 9.24.143
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 +251 -58
- package/lib/api-internal.js +1 -1
- package/package.json +1 -1
- package/src/api-internal.d.ts +251 -58
- package/src/api-internal.js +317 -86
package/src/api-internal.js
CHANGED
|
@@ -8694,6 +8694,13 @@ T['io.flow.internal.v0.models.tracking_processing_error_deleted'] = PropTypes.ex
|
|
|
8694
8694
|
id: PropTypes.string.isRequired,
|
|
8695
8695
|
});
|
|
8696
8696
|
|
|
8697
|
+
T['io.flow.internal.v0.models.john_strong_item_deleted'] = PropTypes.exact({
|
|
8698
|
+
discriminator: PropTypes.oneOf(['john_strong_item_deleted']).isRequired,
|
|
8699
|
+
event_id: PropTypes.string.isRequired,
|
|
8700
|
+
timestamp: PropTypes.string.isRequired,
|
|
8701
|
+
id: PropTypes.string.isRequired,
|
|
8702
|
+
});
|
|
8703
|
+
|
|
8697
8704
|
T['io.flow.internal.v0.models.mahesh_item_deleted'] = PropTypes.exact({
|
|
8698
8705
|
discriminator: PropTypes.oneOf(['mahesh_item_deleted']).isRequired,
|
|
8699
8706
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9270,16 +9277,6 @@ T['io.flow.internal.v0.models.harmonization_codes_import'] = PropTypes.exact({
|
|
|
9270
9277
|
filename: PropTypes.string,
|
|
9271
9278
|
});
|
|
9272
9279
|
|
|
9273
|
-
T['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'] = PropTypes.exact({
|
|
9274
|
-
discriminator: PropTypes.oneOf(['harmonization_phrase_suggestion_request_import']).isRequired,
|
|
9275
|
-
event_id: PropTypes.string.isRequired,
|
|
9276
|
-
timestamp: PropTypes.string.isRequired,
|
|
9277
|
-
organization: PropTypes.string.isRequired,
|
|
9278
|
-
import_id: PropTypes.string.isRequired,
|
|
9279
|
-
source_url: PropTypes.string.isRequired,
|
|
9280
|
-
filename: PropTypes.string,
|
|
9281
|
-
});
|
|
9282
|
-
|
|
9283
9280
|
T['io.flow.internal.v0.models.dutied_items_export'] = PropTypes.exact({
|
|
9284
9281
|
discriminator: PropTypes.oneOf(['dutied_items_export']).isRequired,
|
|
9285
9282
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9341,6 +9338,15 @@ T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'] = P
|
|
|
9341
9338
|
id: PropTypes.string.isRequired,
|
|
9342
9339
|
});
|
|
9343
9340
|
|
|
9341
|
+
T['io.flow.internal.v0.models.average_order_value_deleted'] = PropTypes.exact({
|
|
9342
|
+
discriminator: PropTypes.oneOf(['average_order_value_deleted']).isRequired,
|
|
9343
|
+
event_id: PropTypes.string.isRequired,
|
|
9344
|
+
timestamp: PropTypes.string.isRequired,
|
|
9345
|
+
organization: PropTypes.string.isRequired,
|
|
9346
|
+
channel_id: PropTypes.string.isRequired,
|
|
9347
|
+
id: PropTypes.string.isRequired,
|
|
9348
|
+
});
|
|
9349
|
+
|
|
9344
9350
|
T['io.flow.internal.v0.models.outbound_shipping_cost_deleted'] = PropTypes.exact({
|
|
9345
9351
|
discriminator: PropTypes.oneOf(['outbound_shipping_cost_deleted']).isRequired,
|
|
9346
9352
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9624,26 +9630,6 @@ T['io.flow.internal.v0.models.dispute_deleted'] = PropTypes.exact({
|
|
|
9624
9630
|
id: PropTypes.string.isRequired,
|
|
9625
9631
|
});
|
|
9626
9632
|
|
|
9627
|
-
T['io.flow.internal.v0.models.customs_description_tariffs_import'] = PropTypes.exact({
|
|
9628
|
-
discriminator: PropTypes.oneOf(['customs_description_tariffs_import']).isRequired,
|
|
9629
|
-
event_id: PropTypes.string.isRequired,
|
|
9630
|
-
timestamp: PropTypes.string.isRequired,
|
|
9631
|
-
organization: PropTypes.string.isRequired,
|
|
9632
|
-
import_id: PropTypes.string.isRequired,
|
|
9633
|
-
source_url: PropTypes.string.isRequired,
|
|
9634
|
-
filename: PropTypes.string,
|
|
9635
|
-
});
|
|
9636
|
-
|
|
9637
|
-
T['io.flow.internal.v0.models.customs_description_import'] = PropTypes.exact({
|
|
9638
|
-
discriminator: PropTypes.oneOf(['customs_description_import']).isRequired,
|
|
9639
|
-
event_id: PropTypes.string.isRequired,
|
|
9640
|
-
timestamp: PropTypes.string.isRequired,
|
|
9641
|
-
organization: PropTypes.string.isRequired,
|
|
9642
|
-
import_id: PropTypes.string.isRequired,
|
|
9643
|
-
source_url: PropTypes.string.isRequired,
|
|
9644
|
-
filename: PropTypes.string,
|
|
9645
|
-
});
|
|
9646
|
-
|
|
9647
9633
|
T['io.flow.internal.v0.models.channel_currency_setting_deleted'] = PropTypes.exact({
|
|
9648
9634
|
discriminator: PropTypes.oneOf(['channel_currency_setting_deleted']).isRequired,
|
|
9649
9635
|
event_id: PropTypes.string.isRequired,
|
|
@@ -9781,6 +9767,34 @@ T['io.flow.internal.v0.models.daily_value_deleted'] = PropTypes.exact({
|
|
|
9781
9767
|
id: PropTypes.string.isRequired,
|
|
9782
9768
|
});
|
|
9783
9769
|
|
|
9770
|
+
T['io.flow.internal.v0.models.account_payment_hold_deleted'] = PropTypes.exact({
|
|
9771
|
+
discriminator: PropTypes.oneOf(['account_payment_hold_deleted']).isRequired,
|
|
9772
|
+
event_id: PropTypes.string.isRequired,
|
|
9773
|
+
timestamp: PropTypes.string.isRequired,
|
|
9774
|
+
id: PropTypes.string.isRequired,
|
|
9775
|
+
});
|
|
9776
|
+
|
|
9777
|
+
T['io.flow.internal.v0.models.bank_payment_promise_deleted'] = PropTypes.exact({
|
|
9778
|
+
discriminator: PropTypes.oneOf(['bank_payment_promise_deleted']).isRequired,
|
|
9779
|
+
event_id: PropTypes.string.isRequired,
|
|
9780
|
+
timestamp: PropTypes.string.isRequired,
|
|
9781
|
+
id: PropTypes.string.isRequired,
|
|
9782
|
+
});
|
|
9783
|
+
|
|
9784
|
+
T['io.flow.internal.v0.models.posting_proof_deleted'] = PropTypes.exact({
|
|
9785
|
+
discriminator: PropTypes.oneOf(['posting_proof_deleted']).isRequired,
|
|
9786
|
+
event_id: PropTypes.string.isRequired,
|
|
9787
|
+
timestamp: PropTypes.string.isRequired,
|
|
9788
|
+
id: PropTypes.string.isRequired,
|
|
9789
|
+
});
|
|
9790
|
+
|
|
9791
|
+
T['io.flow.internal.v0.models.bank_account_deleted'] = PropTypes.exact({
|
|
9792
|
+
discriminator: PropTypes.oneOf(['bank_account_deleted']).isRequired,
|
|
9793
|
+
event_id: PropTypes.string.isRequired,
|
|
9794
|
+
timestamp: PropTypes.string.isRequired,
|
|
9795
|
+
id: PropTypes.string.isRequired,
|
|
9796
|
+
});
|
|
9797
|
+
|
|
9784
9798
|
T['io.flow.internal.v0.models.transaction_statement_deleted'] = PropTypes.exact({
|
|
9785
9799
|
discriminator: PropTypes.oneOf(['transaction_statement_deleted']).isRequired,
|
|
9786
9800
|
event_id: PropTypes.string.isRequired,
|
|
@@ -12034,6 +12048,7 @@ T['io.flow.internal.v0.models.restrictions_dailyops'] = PropTypes.exact({
|
|
|
12034
12048
|
daily_num_products_restricted_somewhere_by_fs: PropTypes.number,
|
|
12035
12049
|
daily_num_products_with_false_allows_by_fs: PropTypes.number,
|
|
12036
12050
|
daily_num_products_with_false_restricts_by_fs: PropTypes.number,
|
|
12051
|
+
num_unserviceable_taxonomy_decisions_created: PropTypes.number,
|
|
12037
12052
|
});
|
|
12038
12053
|
|
|
12039
12054
|
T['io.flow.internal.v0.models.restrictions_dailyops_upserted'] = PropTypes.exact({
|
|
@@ -12615,13 +12630,6 @@ T['io.flow.internal.v0.models.quote_upserted'] = PropTypes.exact({
|
|
|
12615
12630
|
quote: T['io.flow.internal.v0.models.quote'].isRequired,
|
|
12616
12631
|
});
|
|
12617
12632
|
|
|
12618
|
-
T['io.flow.internal.v0.enums.sellability_internal_match_type'] = PropTypes.oneOf(['positive_keyword', 'auto_restricted']);
|
|
12619
|
-
|
|
12620
|
-
T['io.flow.internal.v0.models.product_sellability_internal_rule_match'] = PropTypes.exact({
|
|
12621
|
-
rule_id: PropTypes.string.isRequired,
|
|
12622
|
-
match_types: PropTypes.arrayOf(T['io.flow.internal.v0.enums.sellability_internal_match_type']).isRequired,
|
|
12623
|
-
});
|
|
12624
|
-
|
|
12625
12633
|
T['io.flow.internal.v0.models.restriction_keywords'] = PropTypes.exact({
|
|
12626
12634
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12627
12635
|
negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
@@ -12713,6 +12721,13 @@ T['io.flow.internal.v0.models.classified_product'] = PropTypes.exact({
|
|
|
12713
12721
|
classification_model_id: PropTypes.string.isRequired,
|
|
12714
12722
|
});
|
|
12715
12723
|
|
|
12724
|
+
T['io.flow.internal.v0.enums.sellability_internal_match_type'] = PropTypes.oneOf(['positive_keyword', 'auto_restricted']);
|
|
12725
|
+
|
|
12726
|
+
T['io.flow.internal.v0.models.product_sellability_internal_rule_match'] = PropTypes.exact({
|
|
12727
|
+
rule_id: PropTypes.string.isRequired,
|
|
12728
|
+
match_types: PropTypes.arrayOf(T['io.flow.internal.v0.enums.sellability_internal_match_type']).isRequired,
|
|
12729
|
+
});
|
|
12730
|
+
|
|
12716
12731
|
T['io.flow.sellability.v0.enums.rule_effect_type'] = PropTypes.oneOf(['market', 'dhl', 'dhl_ecommerce', 'ups']);
|
|
12717
12732
|
|
|
12718
12733
|
T['io.flow.sellability.v0.models.sellablility_region_result'] = PropTypes.exact({
|
|
@@ -12747,6 +12762,25 @@ T['io.flow.internal.v0.models.restriction_rule_effect_upserted'] = PropTypes.exa
|
|
|
12747
12762
|
restriction_rule_effect: T['io.flow.internal.v0.models.restriction_rule_effect'].isRequired,
|
|
12748
12763
|
});
|
|
12749
12764
|
|
|
12765
|
+
T['io.flow.internal.v0.models.sellability_rule_match'] = PropTypes.exact({
|
|
12766
|
+
reason_code: PropTypes.string.isRequired,
|
|
12767
|
+
match_types: PropTypes.arrayOf(T['io.flow.internal.v0.enums.sellability_internal_match_type']).isRequired,
|
|
12768
|
+
});
|
|
12769
|
+
|
|
12770
|
+
T['io.flow.internal.v0.enums.sellability_decision_source'] = PropTypes.oneOf([
|
|
12771
|
+
'fast_screen_sellable',
|
|
12772
|
+
'fast_screen_restricted_everywhere',
|
|
12773
|
+
'fast_screen_hs_chapter_exception',
|
|
12774
|
+
'fast_screen_active_mode',
|
|
12775
|
+
'unserviceable_taxonomy',
|
|
12776
|
+
'pending_classification',
|
|
12777
|
+
'pending_agent_review',
|
|
12778
|
+
'screen_failed',
|
|
12779
|
+
'classification',
|
|
12780
|
+
'agent_review',
|
|
12781
|
+
'staging_dropped',
|
|
12782
|
+
]);
|
|
12783
|
+
|
|
12750
12784
|
T['io.flow.internal.v0.enums.classification_failure_reason'] = PropTypes.oneOf(['low_confidence', 'timeout', 'missing_hs6_code', 'invalid_price']);
|
|
12751
12785
|
|
|
12752
12786
|
T['io.flow.sellability.v0.models.sellability_restricted_region'] = PropTypes.exact({
|
|
@@ -12860,6 +12894,8 @@ T['io.flow.internal.v0.models.preonboarding_sellability_result'] = PropTypes.exa
|
|
|
12860
12894
|
effective_taxonomy_category: T['io.flow.product.v0.models.product_taxonomy_category'],
|
|
12861
12895
|
fingerprint: PropTypes.string.isRequired,
|
|
12862
12896
|
screening_mode: T['io.flow.sellability.v0.enums.sellability_screening_mode'],
|
|
12897
|
+
decision_source: T['io.flow.internal.v0.enums.sellability_decision_source'],
|
|
12898
|
+
rule_matches: PropTypes.arrayOf(T['io.flow.internal.v0.models.sellability_rule_match']),
|
|
12863
12899
|
created_at: PropTypes.string,
|
|
12864
12900
|
});
|
|
12865
12901
|
|
|
@@ -12900,6 +12936,23 @@ T['io.flow.internal.v0.models.preonboarding_classification_rabbitmq_envelope'] =
|
|
|
12900
12936
|
message: T['io.flow.internal.v0.models.preonboarding_classification_rabbitmq_message'].isRequired,
|
|
12901
12937
|
});
|
|
12902
12938
|
|
|
12939
|
+
T['io.flow.internal.v0.models.posting_proof'] = PropTypes.exact({
|
|
12940
|
+
id: PropTypes.string.isRequired,
|
|
12941
|
+
organization_id: PropTypes.string.isRequired,
|
|
12942
|
+
order_number: PropTypes.string.isRequired,
|
|
12943
|
+
sequence_number: PropTypes.number.isRequired,
|
|
12944
|
+
proof_key: PropTypes.string.isRequired,
|
|
12945
|
+
proof_discriminator: PropTypes.string.isRequired,
|
|
12946
|
+
created_at: PropTypes.string.isRequired,
|
|
12947
|
+
});
|
|
12948
|
+
|
|
12949
|
+
T['io.flow.internal.v0.models.posting_proof_upserted'] = PropTypes.exact({
|
|
12950
|
+
discriminator: PropTypes.oneOf(['posting_proof_upserted']).isRequired,
|
|
12951
|
+
event_id: PropTypes.string.isRequired,
|
|
12952
|
+
timestamp: PropTypes.string.isRequired,
|
|
12953
|
+
posting_proof: T['io.flow.internal.v0.models.posting_proof'].isRequired,
|
|
12954
|
+
});
|
|
12955
|
+
|
|
12903
12956
|
T['io.flow.internal.v0.models.platform_fee_percentage_tier'] = PropTypes.exact({
|
|
12904
12957
|
minimum_amount_base: PropTypes.number.isRequired,
|
|
12905
12958
|
rate: PropTypes.number.isRequired,
|
|
@@ -15507,6 +15560,27 @@ T['io.flow.internal.v0.models.harmonization_ml_model_summary'] = PropTypes.exact
|
|
|
15507
15560
|
score: PropTypes.number,
|
|
15508
15561
|
});
|
|
15509
15562
|
|
|
15563
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_publication_lane_form'] = PropTypes.exact({
|
|
15564
|
+
channel_id: PropTypes.string.isRequired,
|
|
15565
|
+
organization_id: PropTypes.string.isRequired,
|
|
15566
|
+
destination_country: PropTypes.string.isRequired,
|
|
15567
|
+
inputs_updated_at: PropTypes.string.isRequired,
|
|
15568
|
+
});
|
|
15569
|
+
|
|
15570
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_publication_form'] = PropTypes.exact({
|
|
15571
|
+
lanes: PropTypes.arrayOf(T['io.flow.internal.v0.models.guaranteed_shipping_publication_lane_form']).isRequired,
|
|
15572
|
+
});
|
|
15573
|
+
|
|
15574
|
+
T['io.flow.internal.v0.enums.guaranteed_shipping_publication_status'] = PropTypes.oneOf(['published', 'not_found', 'superseded']);
|
|
15575
|
+
|
|
15576
|
+
T['io.flow.internal.v0.models.guaranteed_shipping_publication'] = PropTypes.exact({
|
|
15577
|
+
channel_id: PropTypes.string.isRequired,
|
|
15578
|
+
organization_id: PropTypes.string.isRequired,
|
|
15579
|
+
destination_country: PropTypes.string.isRequired,
|
|
15580
|
+
inputs_updated_at: PropTypes.string.isRequired,
|
|
15581
|
+
status: T['io.flow.internal.v0.enums.guaranteed_shipping_publication_status'].isRequired,
|
|
15582
|
+
});
|
|
15583
|
+
|
|
15510
15584
|
T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form'] = PropTypes.exact({
|
|
15511
15585
|
channel_id: PropTypes.string.isRequired,
|
|
15512
15586
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -19139,6 +19213,16 @@ T['io.flow.tracking.v0.models.tracking_event_form'] = PropTypes.exact({
|
|
|
19139
19213
|
address: PropTypes.string,
|
|
19140
19214
|
});
|
|
19141
19215
|
|
|
19216
|
+
T['io.flow.internal.v0.models.tracking_debug_label_event_upsert_form'] = PropTypes.exact({
|
|
19217
|
+
carrier_tracking_number: PropTypes.string,
|
|
19218
|
+
label_id: PropTypes.string,
|
|
19219
|
+
organization_id: PropTypes.string,
|
|
19220
|
+
order_number: PropTypes.string,
|
|
19221
|
+
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
19222
|
+
description: PropTypes.string,
|
|
19223
|
+
timestamp: PropTypes.string,
|
|
19224
|
+
});
|
|
19225
|
+
|
|
19142
19226
|
T['io.flow.internal.v0.models.tracking_debug_label_event'] = PropTypes.exact({
|
|
19143
19227
|
status: T['io.flow.tracking.v0.enums.tracking_status'].isRequired,
|
|
19144
19228
|
raw_carrier_event_code: PropTypes.string,
|
|
@@ -21088,6 +21172,7 @@ T['io.flow.billing.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
21088
21172
|
'b2b_fee_shipping_tax',
|
|
21089
21173
|
'flat_rate_label',
|
|
21090
21174
|
'flat_rate_label_subsidy',
|
|
21175
|
+
'credit_refund',
|
|
21091
21176
|
]);
|
|
21092
21177
|
|
|
21093
21178
|
T['io.flow.internal.v0.models.debug_original_transaction_summary'] = PropTypes.exact({
|
|
@@ -21138,6 +21223,8 @@ T['io.flow.internal.v0.models.carrier_document'] = PropTypes.exact({
|
|
|
21138
21223
|
document_content: T['io.flow.internal.v0.unions.carrier_document_content'].isRequired,
|
|
21139
21224
|
});
|
|
21140
21225
|
|
|
21226
|
+
T['io.flow.internal.v0.enums.requested_bank_payment_status_code'] = PropTypes.oneOf(['processed', 'failed']);
|
|
21227
|
+
|
|
21141
21228
|
T['io.flow.internal.v0.models.bank_payment_status_import_result'] = PropTypes.exact({
|
|
21142
21229
|
processed_at: PropTypes.string.isRequired,
|
|
21143
21230
|
number_lines_successful: PropTypes.number.isRequired,
|
|
@@ -21158,6 +21245,32 @@ T['io.flow.billing.v0.models.statement_status_form'] = PropTypes.exact({
|
|
|
21158
21245
|
failure_reason: T['io.flow.billing.v0.enums.payout_status_failure_code'],
|
|
21159
21246
|
});
|
|
21160
21247
|
|
|
21248
|
+
T['io.flow.internal.v0.models.bank_payment_status_processed_single_form'] = PropTypes.exact({
|
|
21249
|
+
payment_id: PropTypes.string.isRequired,
|
|
21250
|
+
code: T['io.flow.internal.v0.enums.requested_bank_payment_status_code'].isRequired,
|
|
21251
|
+
failure_reason: T['io.flow.billing.v0.enums.payout_status_failure_code'],
|
|
21252
|
+
});
|
|
21253
|
+
|
|
21254
|
+
T['io.flow.internal.v0.models.bank_payment_status_processed_import_form'] = PropTypes.exact({
|
|
21255
|
+
forms: PropTypes.arrayOf(T['io.flow.internal.v0.models.bank_payment_status_processed_single_form']).isRequired,
|
|
21256
|
+
});
|
|
21257
|
+
|
|
21258
|
+
T['io.flow.internal.v0.models.bank_payment_promise'] = PropTypes.exact({
|
|
21259
|
+
id: PropTypes.string.isRequired,
|
|
21260
|
+
account_id: PropTypes.string.isRequired,
|
|
21261
|
+
statement_id: PropTypes.string.isRequired,
|
|
21262
|
+
transfer_transaction_id: PropTypes.string.isRequired,
|
|
21263
|
+
completed_at: PropTypes.string,
|
|
21264
|
+
created_at: PropTypes.string.isRequired,
|
|
21265
|
+
});
|
|
21266
|
+
|
|
21267
|
+
T['io.flow.internal.v0.models.bank_payment_promise_upserted'] = PropTypes.exact({
|
|
21268
|
+
discriminator: PropTypes.oneOf(['bank_payment_promise_upserted']).isRequired,
|
|
21269
|
+
event_id: PropTypes.string.isRequired,
|
|
21270
|
+
timestamp: PropTypes.string.isRequired,
|
|
21271
|
+
bank_payment_promise: T['io.flow.internal.v0.models.bank_payment_promise'].isRequired,
|
|
21272
|
+
});
|
|
21273
|
+
|
|
21161
21274
|
T['io.flow.internal.v0.models.bank_payment_reference'] = PropTypes.exact({
|
|
21162
21275
|
id: PropTypes.string.isRequired,
|
|
21163
21276
|
});
|
|
@@ -21309,6 +21422,22 @@ T['io.flow.billing.v0.models.channel_payout'] = PropTypes.exact({
|
|
|
21309
21422
|
updated_at: PropTypes.string.isRequired,
|
|
21310
21423
|
});
|
|
21311
21424
|
|
|
21425
|
+
T['io.flow.internal.v0.models.bank_account_snapshot'] = PropTypes.exact({
|
|
21426
|
+
id: PropTypes.string.isRequired,
|
|
21427
|
+
source_id: PropTypes.string.isRequired,
|
|
21428
|
+
source_type: PropTypes.string.isRequired,
|
|
21429
|
+
key: PropTypes.string.isRequired,
|
|
21430
|
+
created_at: PropTypes.string.isRequired,
|
|
21431
|
+
updated_at: PropTypes.string.isRequired,
|
|
21432
|
+
});
|
|
21433
|
+
|
|
21434
|
+
T['io.flow.internal.v0.models.bank_account_upserted'] = PropTypes.exact({
|
|
21435
|
+
discriminator: PropTypes.oneOf(['bank_account_upserted']).isRequired,
|
|
21436
|
+
event_id: PropTypes.string.isRequired,
|
|
21437
|
+
timestamp: PropTypes.string.isRequired,
|
|
21438
|
+
bank_account: T['io.flow.internal.v0.models.bank_account_snapshot'].isRequired,
|
|
21439
|
+
});
|
|
21440
|
+
|
|
21312
21441
|
T['io.flow.internal.v0.enums.bank_account_status'] = PropTypes.oneOf(['on_hold', 'not_on_hold']);
|
|
21313
21442
|
|
|
21314
21443
|
T['io.flow.internal.v0.models.bank_account'] = PropTypes.exact({
|
|
@@ -21403,6 +21532,7 @@ T['io.flow.internal.v0.models.restriction_item_request_form'] = PropTypes.exact(
|
|
|
21403
21532
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
21404
21533
|
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
21405
21534
|
product_id: PropTypes.string,
|
|
21535
|
+
escalated_only: PropTypes.bool,
|
|
21406
21536
|
});
|
|
21407
21537
|
|
|
21408
21538
|
T['io.flow.internal.v0.models.report_rule_decision'] = PropTypes.exact({
|
|
@@ -21514,6 +21644,10 @@ T['io.flow.internal.v0.models.restriction_item_review'] = PropTypes.exact({
|
|
|
21514
21644
|
date: PropTypes.string,
|
|
21515
21645
|
updated_by: T['io.flow.common.v0.models.user'],
|
|
21516
21646
|
created_at: PropTypes.string.isRequired,
|
|
21647
|
+
agent_review_status: PropTypes.string,
|
|
21648
|
+
agent_reviewed_at: PropTypes.string,
|
|
21649
|
+
agent_confidence: PropTypes.number,
|
|
21650
|
+
agent_confidence_threshold: PropTypes.number,
|
|
21517
21651
|
updated_at: PropTypes.string.isRequired,
|
|
21518
21652
|
});
|
|
21519
21653
|
|
|
@@ -21534,6 +21668,10 @@ T['io.flow.internal.v0.models.restriction_history_item_review_decision'] = PropT
|
|
|
21534
21668
|
created_at: PropTypes.string.isRequired,
|
|
21535
21669
|
updated_at: PropTypes.string.isRequired,
|
|
21536
21670
|
updated_by: T['io.flow.common.v0.models.user'],
|
|
21671
|
+
agent_review_status: PropTypes.string,
|
|
21672
|
+
agent_reviewed_at: PropTypes.string,
|
|
21673
|
+
agent_confidence: PropTypes.number,
|
|
21674
|
+
agent_confidence_threshold: PropTypes.number,
|
|
21537
21675
|
});
|
|
21538
21676
|
|
|
21539
21677
|
T['io.flow.internal.v0.models.product_review_history'] = PropTypes.exact({
|
|
@@ -24543,27 +24681,6 @@ T['io.flow.internal.v0.models.preonboarding_classification_request'] = PropTypes
|
|
|
24543
24681
|
screening_mode: T['io.flow.sellability.v0.enums.sellability_screening_mode'],
|
|
24544
24682
|
});
|
|
24545
24683
|
|
|
24546
|
-
T['io.flow.internal.v0.models.outbound_shipping_cost'] = PropTypes.exact({
|
|
24547
|
-
id: PropTypes.string.isRequired,
|
|
24548
|
-
channel_id: PropTypes.string.isRequired,
|
|
24549
|
-
organization_id: PropTypes.string.isRequired,
|
|
24550
|
-
destination_country: PropTypes.string.isRequired,
|
|
24551
|
-
carrier_service_id: PropTypes.string.isRequired,
|
|
24552
|
-
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
24553
|
-
updated_at: PropTypes.number.isRequired,
|
|
24554
|
-
run_id: PropTypes.string.isRequired,
|
|
24555
|
-
model_version: PropTypes.string.isRequired,
|
|
24556
|
-
});
|
|
24557
|
-
|
|
24558
|
-
T['io.flow.internal.v0.models.outbound_shipping_cost_upserted'] = PropTypes.exact({
|
|
24559
|
-
discriminator: PropTypes.oneOf(['outbound_shipping_cost_upserted']).isRequired,
|
|
24560
|
-
event_id: PropTypes.string.isRequired,
|
|
24561
|
-
timestamp: PropTypes.string.isRequired,
|
|
24562
|
-
organization: PropTypes.string.isRequired,
|
|
24563
|
-
channel_id: PropTypes.string.isRequired,
|
|
24564
|
-
outbound_shipping_cost: T['io.flow.internal.v0.models.outbound_shipping_cost'].isRequired,
|
|
24565
|
-
});
|
|
24566
|
-
|
|
24567
24684
|
T['io.flow.internal.v0.models.mor_cost_summary'] = PropTypes.exact({
|
|
24568
24685
|
id: PropTypes.string.isRequired,
|
|
24569
24686
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -24727,7 +24844,11 @@ T['io.flow.internal.v0.models.guaranteed_shipping_published_output'] = PropTypes
|
|
|
24727
24844
|
destination_country: PropTypes.string.isRequired,
|
|
24728
24845
|
coefficient: PropTypes.number.isRequired,
|
|
24729
24846
|
flat_rates: PropTypes.arrayOf(T['io.flow.internal.v0.models.flat_rate']).isRequired,
|
|
24730
|
-
|
|
24847
|
+
coefficients_source_updated_at: PropTypes.number.isRequired,
|
|
24848
|
+
outbound_shipping_cost_source_updated_at: PropTypes.number.isRequired,
|
|
24849
|
+
average_order_value_source_updated_at: PropTypes.number.isRequired,
|
|
24850
|
+
target_flat_rates_source_updated_at: PropTypes.number.isRequired,
|
|
24851
|
+
published_at: PropTypes.number,
|
|
24731
24852
|
});
|
|
24732
24853
|
|
|
24733
24854
|
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'] = PropTypes.exact({
|
|
@@ -25313,6 +25434,33 @@ T['io.flow.internal.v0.models.label_creation_request_form'] = PropTypes.exact({
|
|
|
25313
25434
|
reference_id: PropTypes.string,
|
|
25314
25435
|
});
|
|
25315
25436
|
|
|
25437
|
+
T['io.flow.internal.v0.models.carrier_estimate'] = PropTypes.exact({
|
|
25438
|
+
carrier_service_id: PropTypes.string.isRequired,
|
|
25439
|
+
cost: T['io.flow.common.v0.models.money'].isRequired,
|
|
25440
|
+
min_delivery_days: PropTypes.number,
|
|
25441
|
+
max_delivery_days: PropTypes.number,
|
|
25442
|
+
});
|
|
25443
|
+
|
|
25444
|
+
T['io.flow.internal.v0.models.outbound_shipping_cost'] = PropTypes.exact({
|
|
25445
|
+
id: PropTypes.string.isRequired,
|
|
25446
|
+
channel_id: PropTypes.string.isRequired,
|
|
25447
|
+
organization_id: PropTypes.string.isRequired,
|
|
25448
|
+
destination_country: PropTypes.string.isRequired,
|
|
25449
|
+
carrier_estimates: PropTypes.arrayOf(T['io.flow.internal.v0.models.carrier_estimate']).isRequired,
|
|
25450
|
+
updated_at: PropTypes.number.isRequired,
|
|
25451
|
+
run_id: PropTypes.string.isRequired,
|
|
25452
|
+
model_version: PropTypes.string.isRequired,
|
|
25453
|
+
});
|
|
25454
|
+
|
|
25455
|
+
T['io.flow.internal.v0.models.outbound_shipping_cost_upserted'] = PropTypes.exact({
|
|
25456
|
+
discriminator: PropTypes.oneOf(['outbound_shipping_cost_upserted']).isRequired,
|
|
25457
|
+
event_id: PropTypes.string.isRequired,
|
|
25458
|
+
timestamp: PropTypes.string.isRequired,
|
|
25459
|
+
organization: PropTypes.string.isRequired,
|
|
25460
|
+
channel_id: PropTypes.string.isRequired,
|
|
25461
|
+
outbound_shipping_cost: T['io.flow.internal.v0.models.outbound_shipping_cost'].isRequired,
|
|
25462
|
+
});
|
|
25463
|
+
|
|
25316
25464
|
T['io.flow.internal.v0.models.calculation_stamping_line_item'] = PropTypes.exact({
|
|
25317
25465
|
id: PropTypes.string,
|
|
25318
25466
|
hs_code: PropTypes.string,
|
|
@@ -25387,6 +25535,25 @@ T['io.flow.internal.v0.models.b2b_tax_ledger'] = PropTypes.exact({
|
|
|
25387
25535
|
document_number: PropTypes.string,
|
|
25388
25536
|
});
|
|
25389
25537
|
|
|
25538
|
+
T['io.flow.internal.v0.models.average_order_value'] = PropTypes.exact({
|
|
25539
|
+
id: PropTypes.string.isRequired,
|
|
25540
|
+
channel_id: PropTypes.string.isRequired,
|
|
25541
|
+
organization_id: PropTypes.string.isRequired,
|
|
25542
|
+
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
25543
|
+
updated_at: PropTypes.number.isRequired,
|
|
25544
|
+
run_id: PropTypes.string.isRequired,
|
|
25545
|
+
model_version: PropTypes.string.isRequired,
|
|
25546
|
+
});
|
|
25547
|
+
|
|
25548
|
+
T['io.flow.internal.v0.models.average_order_value_upserted'] = PropTypes.exact({
|
|
25549
|
+
discriminator: PropTypes.oneOf(['average_order_value_upserted']).isRequired,
|
|
25550
|
+
event_id: PropTypes.string.isRequired,
|
|
25551
|
+
timestamp: PropTypes.string.isRequired,
|
|
25552
|
+
organization: PropTypes.string.isRequired,
|
|
25553
|
+
channel_id: PropTypes.string.isRequired,
|
|
25554
|
+
average_order_value: T['io.flow.internal.v0.models.average_order_value'].isRequired,
|
|
25555
|
+
});
|
|
25556
|
+
|
|
25390
25557
|
T['io.flow.internal.v0.models.adjustment_details_amount_fixed'] = PropTypes.exact({
|
|
25391
25558
|
amount: T['io.flow.common.v0.models.money'].isRequired,
|
|
25392
25559
|
});
|
|
@@ -25631,6 +25798,7 @@ T['io.flow.token.v0.models.organization_token_v2_reference'] = PropTypes.exact({
|
|
|
25631
25798
|
});
|
|
25632
25799
|
|
|
25633
25800
|
T['io.flow.channel.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
|
|
25801
|
+
id: PropTypes.string.isRequired,
|
|
25634
25802
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
25635
25803
|
order_number: PropTypes.string.isRequired,
|
|
25636
25804
|
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
@@ -25976,6 +26144,7 @@ T['io.flow.internal.v0.models.channel_organization_identifier_upserted'] = PropT
|
|
|
25976
26144
|
});
|
|
25977
26145
|
|
|
25978
26146
|
T['io.flow.internal.v0.models.channel_order_tax_and_duty_inclusivity_setting'] = PropTypes.exact({
|
|
26147
|
+
id: PropTypes.string.isRequired,
|
|
25979
26148
|
organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
|
|
25980
26149
|
order_number: PropTypes.string.isRequired,
|
|
25981
26150
|
channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
|
|
@@ -27120,6 +27289,13 @@ T['io.flow.internal.v0.models.john_strong_item'] = PropTypes.exact({
|
|
|
27120
27289
|
added_on: PropTypes.string.isRequired,
|
|
27121
27290
|
});
|
|
27122
27291
|
|
|
27292
|
+
T['io.flow.internal.v0.models.john_strong_item_upserted'] = PropTypes.exact({
|
|
27293
|
+
discriminator: PropTypes.oneOf(['john_strong_item_upserted']).isRequired,
|
|
27294
|
+
event_id: PropTypes.string.isRequired,
|
|
27295
|
+
timestamp: PropTypes.string.isRequired,
|
|
27296
|
+
item: T['io.flow.internal.v0.models.john_strong_item'].isRequired,
|
|
27297
|
+
});
|
|
27298
|
+
|
|
27123
27299
|
T['io.flow.internal.v0.models.invoice_line'] = PropTypes.exact({
|
|
27124
27300
|
id: PropTypes.string.isRequired,
|
|
27125
27301
|
description: PropTypes.string.isRequired,
|
|
@@ -28534,6 +28710,7 @@ T['io.flow.internal.v0.enums.billing_transaction_type'] = PropTypes.oneOf([
|
|
|
28534
28710
|
'b2b_fee_shipping_tax',
|
|
28535
28711
|
'flat_rate_label',
|
|
28536
28712
|
'flat_rate_label_subsidy',
|
|
28713
|
+
'credit_refund',
|
|
28537
28714
|
]);
|
|
28538
28715
|
|
|
28539
28716
|
T['io.flow.internal.v0.models.virtual_card_transaction'] = PropTypes.exact({
|
|
@@ -29085,6 +29262,13 @@ T['io.flow.internal.v0.models.account_payment_hold'] = PropTypes.exact({
|
|
|
29085
29262
|
reason: T['io.flow.internal.v0.enums.account_payment_hold_reason'].isRequired,
|
|
29086
29263
|
});
|
|
29087
29264
|
|
|
29265
|
+
T['io.flow.internal.v0.models.account_payment_hold_upserted'] = PropTypes.exact({
|
|
29266
|
+
discriminator: PropTypes.oneOf(['account_payment_hold_upserted']).isRequired,
|
|
29267
|
+
event_id: PropTypes.string.isRequired,
|
|
29268
|
+
timestamp: PropTypes.string.isRequired,
|
|
29269
|
+
account_payment_hold: T['io.flow.internal.v0.models.account_payment_hold'].isRequired,
|
|
29270
|
+
});
|
|
29271
|
+
|
|
29088
29272
|
T['io.flow.internal.v0.models.account_contact'] = PropTypes.exact({
|
|
29089
29273
|
id: PropTypes.string.isRequired,
|
|
29090
29274
|
email: PropTypes.string.isRequired,
|
|
@@ -29318,6 +29502,14 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
29318
29502
|
T['io.flow.internal.v0.models.duty_transaction_deleted'],
|
|
29319
29503
|
T['io.flow.internal.v0.models.transaction_statement_upserted'],
|
|
29320
29504
|
T['io.flow.internal.v0.models.transaction_statement_deleted'],
|
|
29505
|
+
T['io.flow.internal.v0.models.bank_account_upserted'],
|
|
29506
|
+
T['io.flow.internal.v0.models.bank_account_deleted'],
|
|
29507
|
+
T['io.flow.internal.v0.models.posting_proof_upserted'],
|
|
29508
|
+
T['io.flow.internal.v0.models.posting_proof_deleted'],
|
|
29509
|
+
T['io.flow.internal.v0.models.bank_payment_promise_upserted'],
|
|
29510
|
+
T['io.flow.internal.v0.models.bank_payment_promise_deleted'],
|
|
29511
|
+
T['io.flow.internal.v0.models.account_payment_hold_upserted'],
|
|
29512
|
+
T['io.flow.internal.v0.models.account_payment_hold_deleted'],
|
|
29321
29513
|
T['io.flow.internal.v0.models.daily_value_upserted'],
|
|
29322
29514
|
T['io.flow.internal.v0.models.daily_value_deleted'],
|
|
29323
29515
|
T['io.flow.internal.v0.models.revenue_record_upserted'],
|
|
@@ -29364,8 +29556,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
29364
29556
|
T['io.flow.internal.v0.models.organization_currency_setting_deleted'],
|
|
29365
29557
|
T['io.flow.internal.v0.models.channel_currency_setting_upserted'],
|
|
29366
29558
|
T['io.flow.internal.v0.models.channel_currency_setting_deleted'],
|
|
29367
|
-
T['io.flow.internal.v0.models.customs_description_import'],
|
|
29368
|
-
T['io.flow.internal.v0.models.customs_description_tariffs_import'],
|
|
29369
29559
|
T['io.flow.internal.v0.models.dispute_upserted'],
|
|
29370
29560
|
T['io.flow.internal.v0.models.dispute_deleted'],
|
|
29371
29561
|
T['io.flow.internal.v0.models.duty_rates_published_v2'],
|
|
@@ -29440,6 +29630,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
29440
29630
|
T['io.flow.internal.v0.models.guaranteed_shipping_calibrated_output_deleted'],
|
|
29441
29631
|
T['io.flow.internal.v0.models.outbound_shipping_cost_upserted'],
|
|
29442
29632
|
T['io.flow.internal.v0.models.outbound_shipping_cost_deleted'],
|
|
29633
|
+
T['io.flow.internal.v0.models.average_order_value_upserted'],
|
|
29634
|
+
T['io.flow.internal.v0.models.average_order_value_deleted'],
|
|
29443
29635
|
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'],
|
|
29444
29636
|
T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'],
|
|
29445
29637
|
T['io.flow.internal.v0.models.guaranteed_shipping_settings_upserted'],
|
|
@@ -29450,7 +29642,6 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
29450
29642
|
T['io.flow.internal.v0.models.harmonized_items_hs6_export'],
|
|
29451
29643
|
T['io.flow.internal.v0.models.unharmonized_items_export'],
|
|
29452
29644
|
T['io.flow.internal.v0.models.dutied_items_export'],
|
|
29453
|
-
T['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'],
|
|
29454
29645
|
T['io.flow.internal.v0.models.harmonization_codes_import'],
|
|
29455
29646
|
T['io.flow.internal.v0.models.harmonize_fully_request_v2'],
|
|
29456
29647
|
T['io.flow.internal.v0.models.import_completed'],
|
|
@@ -29667,6 +29858,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
29667
29858
|
T['io.flow.internal.v0.models.raveena_item_deleted'],
|
|
29668
29859
|
T['io.flow.internal.v0.models.mahesh_item_upserted'],
|
|
29669
29860
|
T['io.flow.internal.v0.models.mahesh_item_deleted'],
|
|
29861
|
+
T['io.flow.internal.v0.models.john_strong_item_upserted'],
|
|
29862
|
+
T['io.flow.internal.v0.models.john_strong_item_deleted'],
|
|
29670
29863
|
T['io.flow.internal.v0.models.tracking_processing_error_upserted'],
|
|
29671
29864
|
T['io.flow.internal.v0.models.tracking_processing_error_deleted'],
|
|
29672
29865
|
T['io.flow.internal.v0.models.tracking_label_event_upserted_v2'],
|
|
@@ -29915,6 +30108,14 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29915
30108
|
'duty_transaction_deleted',
|
|
29916
30109
|
'transaction_statement_upserted',
|
|
29917
30110
|
'transaction_statement_deleted',
|
|
30111
|
+
'bank_account_upserted',
|
|
30112
|
+
'bank_account_deleted',
|
|
30113
|
+
'posting_proof_upserted',
|
|
30114
|
+
'posting_proof_deleted',
|
|
30115
|
+
'bank_payment_promise_upserted',
|
|
30116
|
+
'bank_payment_promise_deleted',
|
|
30117
|
+
'account_payment_hold_upserted',
|
|
30118
|
+
'account_payment_hold_deleted',
|
|
29918
30119
|
'daily_value_upserted',
|
|
29919
30120
|
'daily_value_deleted',
|
|
29920
30121
|
'revenue_record_upserted',
|
|
@@ -29961,8 +30162,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
29961
30162
|
'organization_currency_setting_deleted',
|
|
29962
30163
|
'channel_currency_setting_upserted',
|
|
29963
30164
|
'channel_currency_setting_deleted',
|
|
29964
|
-
'customs_description_import',
|
|
29965
|
-
'customs_description_tariffs_import',
|
|
29966
30165
|
'dispute_upserted',
|
|
29967
30166
|
'dispute_deleted',
|
|
29968
30167
|
'duty_rates_published_v2',
|
|
@@ -30037,6 +30236,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
30037
30236
|
'guaranteed_shipping_calibrated_output_deleted',
|
|
30038
30237
|
'outbound_shipping_cost_upserted',
|
|
30039
30238
|
'outbound_shipping_cost_deleted',
|
|
30239
|
+
'average_order_value_upserted',
|
|
30240
|
+
'average_order_value_deleted',
|
|
30040
30241
|
'guaranteed_shipping_published_output_upserted',
|
|
30041
30242
|
'guaranteed_shipping_published_output_deleted',
|
|
30042
30243
|
'guaranteed_shipping_settings_upserted',
|
|
@@ -30047,7 +30248,6 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
30047
30248
|
'harmonized_items_hs6_export',
|
|
30048
30249
|
'unharmonized_items_export',
|
|
30049
30250
|
'dutied_items_export',
|
|
30050
|
-
'harmonization_phrase_suggestion_request_import',
|
|
30051
30251
|
'harmonization_codes_import',
|
|
30052
30252
|
'harmonize_fully_request_v2',
|
|
30053
30253
|
'import_completed',
|
|
@@ -30264,6 +30464,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
30264
30464
|
'raveena_item_deleted',
|
|
30265
30465
|
'mahesh_item_upserted',
|
|
30266
30466
|
'mahesh_item_deleted',
|
|
30467
|
+
'john_strong_item_upserted',
|
|
30468
|
+
'john_strong_item_deleted',
|
|
30267
30469
|
'tracking_processing_error_upserted',
|
|
30268
30470
|
'tracking_processing_error_deleted',
|
|
30269
30471
|
'tracking_label_event_upserted_v2',
|
|
@@ -30302,6 +30504,7 @@ T['io.flow.internal.v0.enums.graphql_service_types'] = PropTypes.oneOf([
|
|
|
30302
30504
|
'shopify_order',
|
|
30303
30505
|
'sync_product_catalog',
|
|
30304
30506
|
'shopify_webhook',
|
|
30507
|
+
'guaranteed_shipping_state',
|
|
30305
30508
|
]);
|
|
30306
30509
|
|
|
30307
30510
|
T['io.flow.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
@@ -30347,6 +30550,7 @@ T['io.flow.internal.v0.enums.processing_transaction_type'] = PropTypes.oneOf([
|
|
|
30347
30550
|
'refund',
|
|
30348
30551
|
'fully_subsidized_order',
|
|
30349
30552
|
'credit_payment',
|
|
30553
|
+
'credit_refund',
|
|
30350
30554
|
]);
|
|
30351
30555
|
|
|
30352
30556
|
T['io.flow.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft', 'unlisted']);
|
|
@@ -30483,6 +30687,15 @@ T['io.flow.internal.v0.models.aftership_webhook'] = PropTypes.exact({
|
|
|
30483
30687
|
placeholder: PropTypes.bool,
|
|
30484
30688
|
});
|
|
30485
30689
|
|
|
30690
|
+
T['io.flow.internal.v0.models.agent_review_detail'] = PropTypes.exact({
|
|
30691
|
+
decision_id: PropTypes.string.isRequired,
|
|
30692
|
+
ai_model: PropTypes.string.isRequired,
|
|
30693
|
+
ai_decision: PropTypes.string.isRequired,
|
|
30694
|
+
ai_confidence: PropTypes.number.isRequired,
|
|
30695
|
+
ai_reasoning: PropTypes.string.isRequired,
|
|
30696
|
+
reviewed_at: PropTypes.string.isRequired,
|
|
30697
|
+
});
|
|
30698
|
+
|
|
30486
30699
|
T['io.flow.internal.v0.models.allocation_item_reference'] = PropTypes.exact({
|
|
30487
30700
|
number: PropTypes.string.isRequired,
|
|
30488
30701
|
});
|
|
@@ -30520,10 +30733,6 @@ T['io.flow.internal.v0.models.bank_payment_form'] = PropTypes.exact({
|
|
|
30520
30733
|
attributes: PropTypes.objectOf(PropTypes.string),
|
|
30521
30734
|
});
|
|
30522
30735
|
|
|
30523
|
-
T['io.flow.internal.v0.models.bank_payment_status_processed_import_form'] = PropTypes.exact({
|
|
30524
|
-
payment_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
30525
|
-
});
|
|
30526
|
-
|
|
30527
30736
|
T['io.flow.internal.v0.models.bank_payment_status_sent_import_form'] = PropTypes.exact({
|
|
30528
30737
|
payment_ids: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
30529
30738
|
});
|
|
@@ -31063,18 +31272,6 @@ T['io.flow.internal.v0.models.payout_status_counts'] = PropTypes.exact({
|
|
|
31063
31272
|
failed: PropTypes.number.isRequired,
|
|
31064
31273
|
});
|
|
31065
31274
|
|
|
31066
|
-
T['io.flow.internal.v0.models.phrase_classified'] = PropTypes.exact({
|
|
31067
|
-
event_id: PropTypes.string.isRequired,
|
|
31068
|
-
timestamp: PropTypes.string.isRequired,
|
|
31069
|
-
phrase_id: PropTypes.string.isRequired,
|
|
31070
|
-
});
|
|
31071
|
-
|
|
31072
|
-
T['io.flow.internal.v0.models.phrase_propagated'] = PropTypes.exact({
|
|
31073
|
-
event_id: PropTypes.string.isRequired,
|
|
31074
|
-
timestamp: PropTypes.string.isRequired,
|
|
31075
|
-
phrase_id: PropTypes.string.isRequired,
|
|
31076
|
-
});
|
|
31077
|
-
|
|
31078
31275
|
T['io.flow.internal.v0.models.prioritized_center_reference'] = PropTypes.exact({
|
|
31079
31276
|
center_key: PropTypes.string.isRequired,
|
|
31080
31277
|
position: PropTypes.number.isRequired,
|
|
@@ -31248,6 +31445,11 @@ T['io.flow.internal.v0.models.shopify_markets_queued_record'] = PropTypes.exact(
|
|
|
31248
31445
|
stacktrace: PropTypes.string,
|
|
31249
31446
|
});
|
|
31250
31447
|
|
|
31448
|
+
T['io.flow.internal.v0.models.shopify_markets_shop_access_token'] = PropTypes.exact({
|
|
31449
|
+
myshopify_domain: PropTypes.string.isRequired,
|
|
31450
|
+
access_token: PropTypes.string.isRequired,
|
|
31451
|
+
});
|
|
31452
|
+
|
|
31251
31453
|
T['io.flow.internal.v0.models.shopify_markets_sync'] = PropTypes.exact({
|
|
31252
31454
|
force_resync: PropTypes.bool,
|
|
31253
31455
|
});
|
|
@@ -31773,6 +31975,7 @@ T['io.flow.shopify.markets.internal.v0.enums.graphql_service_types'] = PropTypes
|
|
|
31773
31975
|
'shopify_order',
|
|
31774
31976
|
'sync_product_catalog',
|
|
31775
31977
|
'shopify_webhook',
|
|
31978
|
+
'guaranteed_shipping_state',
|
|
31776
31979
|
]);
|
|
31777
31980
|
|
|
31778
31981
|
T['io.flow.shopify.markets.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft', 'unlisted']);
|
|
@@ -31843,6 +32046,11 @@ T['io.flow.shopify.markets.internal.v0.models.shopify_markets_queued_record'] =
|
|
|
31843
32046
|
stacktrace: PropTypes.string,
|
|
31844
32047
|
});
|
|
31845
32048
|
|
|
32049
|
+
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_shop_access_token'] = PropTypes.exact({
|
|
32050
|
+
myshopify_domain: PropTypes.string.isRequired,
|
|
32051
|
+
access_token: PropTypes.string.isRequired,
|
|
32052
|
+
});
|
|
32053
|
+
|
|
31846
32054
|
T['io.flow.shopify.markets.internal.v0.models.shopify_markets_sync'] = PropTypes.exact({
|
|
31847
32055
|
force_resync: PropTypes.bool,
|
|
31848
32056
|
});
|
|
@@ -32638,8 +32846,10 @@ export const accountDepositRuleForm = T['io.flow.internal.v0.models.account_depo
|
|
|
32638
32846
|
export const accountOrdersExportRequest = T['io.flow.internal.v0.models.account_orders_export_request'];
|
|
32639
32847
|
export const accountOrigin = T['io.flow.internal.v0.models.account_origin'];
|
|
32640
32848
|
export const accountPaymentHold = T['io.flow.internal.v0.models.account_payment_hold'];
|
|
32849
|
+
export const accountPaymentHoldDeleted = T['io.flow.internal.v0.models.account_payment_hold_deleted'];
|
|
32641
32850
|
export const accountPaymentHoldForm = T['io.flow.internal.v0.models.account_payment_hold_form'];
|
|
32642
32851
|
export const accountPaymentHoldReason = T['io.flow.internal.v0.enums.account_payment_hold_reason'];
|
|
32852
|
+
export const accountPaymentHoldUpserted = T['io.flow.internal.v0.models.account_payment_hold_upserted'];
|
|
32643
32853
|
export const accountProcessingRateForm = T['io.flow.internal.v0.models.account_processing_rate_form'];
|
|
32644
32854
|
export const accountProcessingRates = T['io.flow.internal.v0.models.account_processing_rates'];
|
|
32645
32855
|
export const accountProcessingRatesDeleted = T['io.flow.internal.v0.models.account_processing_rates_deleted'];
|
|
@@ -32723,6 +32933,7 @@ export const afterpayRefund = T['io.flow.internal.v0.models.afterpay_refund'];
|
|
|
32723
32933
|
export const afterpayRefundDeleted = T['io.flow.internal.v0.models.afterpay_refund_deleted'];
|
|
32724
32934
|
export const afterpayRefundUpserted = T['io.flow.internal.v0.models.afterpay_refund_upserted'];
|
|
32725
32935
|
export const aftershipWebhook = T['io.flow.internal.v0.models.aftership_webhook'];
|
|
32936
|
+
export const agentReviewDetail = T['io.flow.internal.v0.models.agent_review_detail'];
|
|
32726
32937
|
export const aiOutput = T['io.flow.internal.v0.unions.ai_output'];
|
|
32727
32938
|
export const aiReviewBatchSubmitted = T['io.flow.internal.v0.models.ai_review_batch_submitted'];
|
|
32728
32939
|
export const aiReviewConsumer = T['io.flow.internal.v0.enums.ai_review_consumer'];
|
|
@@ -32763,6 +32974,9 @@ export const authorizedOrderCharge = T['io.flow.internal.v0.unions.authorized_or
|
|
|
32763
32974
|
export const authorizedShippingCharge = T['io.flow.internal.v0.models.authorized_shipping_charge'];
|
|
32764
32975
|
export const autoRestrictRule = T['io.flow.internal.v0.enums.auto_restrict_rule'];
|
|
32765
32976
|
export const autoReviewCriteria = T['io.flow.internal.v0.models.auto_review_criteria'];
|
|
32977
|
+
export const averageOrderValue = T['io.flow.internal.v0.models.average_order_value'];
|
|
32978
|
+
export const averageOrderValueDeleted = T['io.flow.internal.v0.models.average_order_value_deleted'];
|
|
32979
|
+
export const averageOrderValueUpserted = T['io.flow.internal.v0.models.average_order_value_upserted'];
|
|
32766
32980
|
export const b2BFeeMorTaxTriggerMetadata = T['io.flow.internal.v0.models.b2b_fee_mor_tax_trigger_metadata'];
|
|
32767
32981
|
export const b2BFeeMorTaxTriggerType = T['io.flow.internal.v0.enums.b2b_fee_mor_tax_trigger_type'];
|
|
32768
32982
|
export const b2BFeeShippingTaxTriggerMetadata = T['io.flow.internal.v0.models.b2b_fee_shipping_tax_trigger_metadata'];
|
|
@@ -32777,8 +32991,11 @@ export const b2BTaxTransactionUpserted = T['io.flow.internal.v0.models.b2b_tax_t
|
|
|
32777
32991
|
export const b2BTransactionTaxLine = T['io.flow.internal.v0.models.b2b_transaction_tax_line'];
|
|
32778
32992
|
export const b2BTransactionTaxableItem = T['io.flow.internal.v0.models.b2b_transaction_taxable_item'];
|
|
32779
32993
|
export const bankAccount = T['io.flow.internal.v0.models.bank_account'];
|
|
32994
|
+
export const bankAccountDeleted = T['io.flow.internal.v0.models.bank_account_deleted'];
|
|
32780
32995
|
export const bankAccountReference = T['io.flow.internal.v0.models.bank_account_reference'];
|
|
32996
|
+
export const bankAccountSnapshot = T['io.flow.internal.v0.models.bank_account_snapshot'];
|
|
32781
32997
|
export const bankAccountStatus = T['io.flow.internal.v0.enums.bank_account_status'];
|
|
32998
|
+
export const bankAccountUpserted = T['io.flow.internal.v0.models.bank_account_upserted'];
|
|
32782
32999
|
export const bankPayment = T['io.flow.internal.v0.models.bank_payment'];
|
|
32783
33000
|
export const bankPaymentDeletedV2 = T['io.flow.internal.v0.models.bank_payment_deleted_v2'];
|
|
32784
33001
|
export const bankPaymentDetail = T['io.flow.internal.v0.models.bank_payment_detail'];
|
|
@@ -32787,7 +33004,10 @@ export const bankPaymentForm = T['io.flow.internal.v0.models.bank_payment_form']
|
|
|
32787
33004
|
export const bankPaymentOrder = T['io.flow.internal.v0.models.bank_payment_order'];
|
|
32788
33005
|
export const bankPaymentOrderDeleted = T['io.flow.internal.v0.models.bank_payment_order_deleted'];
|
|
32789
33006
|
export const bankPaymentOrderUpserted = T['io.flow.internal.v0.models.bank_payment_order_upserted'];
|
|
33007
|
+
export const bankPaymentPromise = T['io.flow.internal.v0.models.bank_payment_promise'];
|
|
32790
33008
|
export const bankPaymentPromiseCompletedMethod = T['io.flow.internal.v0.enums.bank_payment_promise_completed_method'];
|
|
33009
|
+
export const bankPaymentPromiseDeleted = T['io.flow.internal.v0.models.bank_payment_promise_deleted'];
|
|
33010
|
+
export const bankPaymentPromiseUpserted = T['io.flow.internal.v0.models.bank_payment_promise_upserted'];
|
|
32791
33011
|
export const bankPaymentReference = T['io.flow.internal.v0.models.bank_payment_reference'];
|
|
32792
33012
|
export const bankPaymentStatusCode = T['io.flow.internal.v0.enums.bank_payment_status_code'];
|
|
32793
33013
|
export const bankPaymentStatusForm = T['io.flow.internal.v0.models.bank_payment_status_form'];
|
|
@@ -32795,6 +33015,7 @@ export const bankPaymentStatusImport = T['io.flow.internal.v0.models.bank_paymen
|
|
|
32795
33015
|
export const bankPaymentStatusImportForm = T['io.flow.internal.v0.models.bank_payment_status_import_form'];
|
|
32796
33016
|
export const bankPaymentStatusImportResult = T['io.flow.internal.v0.models.bank_payment_status_import_result'];
|
|
32797
33017
|
export const bankPaymentStatusProcessedImportForm = T['io.flow.internal.v0.models.bank_payment_status_processed_import_form'];
|
|
33018
|
+
export const bankPaymentStatusProcessedSingleForm = T['io.flow.internal.v0.models.bank_payment_status_processed_single_form'];
|
|
32798
33019
|
export const bankPaymentStatusSentImportForm = T['io.flow.internal.v0.models.bank_payment_status_sent_import_form'];
|
|
32799
33020
|
export const bankPaymentStatusSingleForm = T['io.flow.internal.v0.models.bank_payment_status_single_form'];
|
|
32800
33021
|
export const bankPaymentUpserted = T['io.flow.internal.v0.models.bank_payment_upserted'];
|
|
@@ -32882,6 +33103,7 @@ export const carrierCredentials = T['io.flow.internal.v0.unions.carrier_credenti
|
|
|
32882
33103
|
export const carrierDocument = T['io.flow.internal.v0.models.carrier_document'];
|
|
32883
33104
|
export const carrierDocumentContent = T['io.flow.internal.v0.unions.carrier_document_content'];
|
|
32884
33105
|
export const carrierDocumentType = T['io.flow.internal.v0.enums.carrier_document_type'];
|
|
33106
|
+
export const carrierEstimate = T['io.flow.internal.v0.models.carrier_estimate'];
|
|
32885
33107
|
export const carrierFile = T['io.flow.internal.v0.models.carrier_file'];
|
|
32886
33108
|
export const carrierFileForm = T['io.flow.internal.v0.models.carrier_file_form'];
|
|
32887
33109
|
export const carrierFileResult = T['io.flow.internal.v0.models.carrier_file_result'];
|
|
@@ -33102,12 +33324,10 @@ export const cryptoAuthentication = T['io.flow.internal.v0.models.crypto_authent
|
|
|
33102
33324
|
export const cryptoAuthenticationForm = T['io.flow.internal.v0.models.crypto_authentication_form'];
|
|
33103
33325
|
export const csvTransaction = T['io.flow.internal.v0.models.csv_transaction'];
|
|
33104
33326
|
export const currencyInternalRate = T['io.flow.internal.v0.models.currency_internal_rate'];
|
|
33105
|
-
export const customsDescriptionImport = T['io.flow.internal.v0.models.customs_description_import'];
|
|
33106
33327
|
export const customsDescriptionStatistics = T['io.flow.internal.v0.models.customs_description_statistics'];
|
|
33107
33328
|
export const customsDescriptionSuggestion = T['io.flow.internal.v0.models.customs_description_suggestion'];
|
|
33108
33329
|
export const customsDescriptionTariffCodeDuty = T['io.flow.internal.v0.models.customs_description_tariff_code_duty'];
|
|
33109
33330
|
export const customsDescriptionTariffCodeDutyForm = T['io.flow.internal.v0.models.customs_description_tariff_code_duty_form'];
|
|
33110
|
-
export const customsDescriptionTariffsImport = T['io.flow.internal.v0.models.customs_description_tariffs_import'];
|
|
33111
33331
|
export const customsDetails = T['io.flow.internal.v0.models.customs_details'];
|
|
33112
33332
|
export const customsDetailsForm = T['io.flow.internal.v0.models.customs_details_form'];
|
|
33113
33333
|
export const customsProductAttributeLabel = T['io.flow.internal.v0.models.customs_product_attribute_label'];
|
|
@@ -33442,6 +33662,10 @@ export const guaranteedShippingCalibratedOutputUpserted = T['io.flow.internal.v0
|
|
|
33442
33662
|
export const guaranteedShippingCalibration = T['io.flow.internal.v0.models.guaranteed_shipping_calibration'];
|
|
33443
33663
|
export const guaranteedShippingCalibrationForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_form'];
|
|
33444
33664
|
export const guaranteedShippingCalibrationLaneForm = T['io.flow.internal.v0.models.guaranteed_shipping_calibration_lane_form'];
|
|
33665
|
+
export const guaranteedShippingPublication = T['io.flow.internal.v0.models.guaranteed_shipping_publication'];
|
|
33666
|
+
export const guaranteedShippingPublicationForm = T['io.flow.internal.v0.models.guaranteed_shipping_publication_form'];
|
|
33667
|
+
export const guaranteedShippingPublicationLaneForm = T['io.flow.internal.v0.models.guaranteed_shipping_publication_lane_form'];
|
|
33668
|
+
export const guaranteedShippingPublicationStatus = T['io.flow.internal.v0.enums.guaranteed_shipping_publication_status'];
|
|
33445
33669
|
export const guaranteedShippingPublishedOutput = T['io.flow.internal.v0.models.guaranteed_shipping_published_output'];
|
|
33446
33670
|
export const guaranteedShippingPublishedOutputDeleted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_deleted'];
|
|
33447
33671
|
export const guaranteedShippingPublishedOutputUpserted = T['io.flow.internal.v0.models.guaranteed_shipping_published_output_upserted'];
|
|
@@ -33460,7 +33684,6 @@ export const harmonizationDecisionSource = T['io.flow.internal.v0.enums.harmoniz
|
|
|
33460
33684
|
export const harmonizationItemClassification = T['io.flow.internal.v0.models.harmonization_item_classification'];
|
|
33461
33685
|
export const harmonizationItemSummary = T['io.flow.internal.v0.models.harmonization_item_summary'];
|
|
33462
33686
|
export const harmonizationMlModelSummary = T['io.flow.internal.v0.models.harmonization_ml_model_summary'];
|
|
33463
|
-
export const harmonizationPhraseSuggestionRequestImport = T['io.flow.internal.v0.models.harmonization_phrase_suggestion_request_import'];
|
|
33464
33687
|
export const harmonizationThreshold = T['io.flow.internal.v0.models.harmonization_threshold'];
|
|
33465
33688
|
export const harmonizationThresholdForm = T['io.flow.internal.v0.models.harmonization_threshold_form'];
|
|
33466
33689
|
export const harmonizationUnclassifiedStatistics = T['io.flow.internal.v0.models.harmonization_unclassified_statistics'];
|
|
@@ -33548,8 +33771,10 @@ export const itemSummary = T['io.flow.internal.v0.models.item_summary'];
|
|
|
33548
33771
|
export const itemType = T['io.flow.internal.v0.enums.item_type'];
|
|
33549
33772
|
export const itemValuesForm = T['io.flow.internal.v0.models.item_values_form'];
|
|
33550
33773
|
export const johnStrongItem = T['io.flow.internal.v0.models.john_strong_item'];
|
|
33774
|
+
export const johnStrongItemDeleted = T['io.flow.internal.v0.models.john_strong_item_deleted'];
|
|
33551
33775
|
export const johnStrongItemForm = T['io.flow.internal.v0.models.john_strong_item_form'];
|
|
33552
33776
|
export const johnStrongItemType = T['io.flow.internal.v0.enums.john_strong_item_type'];
|
|
33777
|
+
export const johnStrongItemUpserted = T['io.flow.internal.v0.models.john_strong_item_upserted'];
|
|
33553
33778
|
export const journal = T['io.flow.internal.v0.models.journal'];
|
|
33554
33779
|
export const journalFailure = T['io.flow.internal.v0.models.journal_failure'];
|
|
33555
33780
|
export const journalOperation = T['io.flow.internal.v0.enums.journal_operation'];
|
|
@@ -33925,8 +34150,6 @@ export const pendingBankPayment = T['io.flow.internal.v0.models.pending_bank_pay
|
|
|
33925
34150
|
export const pendingBankPaymentDetail = T['io.flow.internal.v0.models.pending_bank_payment_detail'];
|
|
33926
34151
|
export const pendingOrder = T['io.flow.internal.v0.models.pending_order'];
|
|
33927
34152
|
export const pendingRecordType = T['io.flow.internal.v0.enums.pending_record_type'];
|
|
33928
|
-
export const phraseClassified = T['io.flow.internal.v0.models.phrase_classified'];
|
|
33929
|
-
export const phrasePropagated = T['io.flow.internal.v0.models.phrase_propagated'];
|
|
33930
34153
|
export const platformFee = T['io.flow.internal.v0.unions.platform_fee'];
|
|
33931
34154
|
export const platformFeeChange = T['io.flow.internal.v0.models.platform_fee_change'];
|
|
33932
34155
|
export const platformFeeChangeDeleted = T['io.flow.internal.v0.models.platform_fee_change_deleted'];
|
|
@@ -33937,6 +34160,9 @@ export const platformFeeFlat = T['io.flow.internal.v0.models.platform_fee_flat']
|
|
|
33937
34160
|
export const platformFeePause = T['io.flow.internal.v0.models.platform_fee_pause'];
|
|
33938
34161
|
export const platformFeePercentage = T['io.flow.internal.v0.models.platform_fee_percentage'];
|
|
33939
34162
|
export const platformFeePercentageTier = T['io.flow.internal.v0.models.platform_fee_percentage_tier'];
|
|
34163
|
+
export const postingProof = T['io.flow.internal.v0.models.posting_proof'];
|
|
34164
|
+
export const postingProofDeleted = T['io.flow.internal.v0.models.posting_proof_deleted'];
|
|
34165
|
+
export const postingProofUpserted = T['io.flow.internal.v0.models.posting_proof_upserted'];
|
|
33940
34166
|
export const prediction = T['io.flow.internal.v0.models.prediction'];
|
|
33941
34167
|
export const preferredBillingSchedule = T['io.flow.internal.v0.enums.preferred_billing_schedule'];
|
|
33942
34168
|
export const preonboardingClassificationDecision = T['io.flow.internal.v0.enums.preonboarding_classification_decision'];
|
|
@@ -34144,6 +34370,7 @@ export const reportingUsd = T['io.flow.internal.v0.models.reporting_usd'];
|
|
|
34144
34370
|
export const reportingVatRemittance = T['io.flow.internal.v0.models.reporting_vat_remittance'];
|
|
34145
34371
|
export const reportingVatRemittanceRate = T['io.flow.internal.v0.models.reporting_vat_remittance_rate'];
|
|
34146
34372
|
export const reportingVendor = T['io.flow.internal.v0.models.reporting_vendor'];
|
|
34373
|
+
export const requestedBankPaymentStatusCode = T['io.flow.internal.v0.enums.requested_bank_payment_status_code'];
|
|
34147
34374
|
export const requeueRequestForm = T['io.flow.internal.v0.models.requeue_request_form'];
|
|
34148
34375
|
export const rescreenRestrictionsProducts = T['io.flow.internal.v0.models.rescreen_restrictions_products'];
|
|
34149
34376
|
export const responsibleParty = T['io.flow.internal.v0.enums.responsible_party'];
|
|
@@ -34255,10 +34482,12 @@ export const searchProviderExport = T['io.flow.internal.v0.models.search_provide
|
|
|
34255
34482
|
export const searchTrackingSummary = T['io.flow.internal.v0.models.search_tracking_summary'];
|
|
34256
34483
|
export const sellabilityCheckResult = T['io.flow.internal.v0.models.sellability_check_result'];
|
|
34257
34484
|
export const sellabilityCheckStatus = T['io.flow.internal.v0.enums.sellability_check_status'];
|
|
34485
|
+
export const sellabilityDecisionSource = T['io.flow.internal.v0.enums.sellability_decision_source'];
|
|
34258
34486
|
export const sellabilityInternalMatchType = T['io.flow.internal.v0.enums.sellability_internal_match_type'];
|
|
34259
34487
|
export const sellabilityPendingVerification = T['io.flow.internal.v0.models.sellability_pending_verification'];
|
|
34260
34488
|
export const sellabilityPendingVerificationDeleted = T['io.flow.internal.v0.models.sellability_pending_verification_deleted'];
|
|
34261
34489
|
export const sellabilityPendingVerificationUpserted = T['io.flow.internal.v0.models.sellability_pending_verification_upserted'];
|
|
34490
|
+
export const sellabilityRuleMatch = T['io.flow.internal.v0.models.sellability_rule_match'];
|
|
34262
34491
|
export const sellabilityStatus = T['io.flow.internal.v0.enums.sellability_status'];
|
|
34263
34492
|
export const serviceFees = T['io.flow.internal.v0.models.service_fees'];
|
|
34264
34493
|
export const serviceFeesForm = T['io.flow.internal.v0.models.service_fees_form'];
|
|
@@ -34328,6 +34557,7 @@ export const shopifyMarketsOrganizationOrderMetrics = T['io.flow.internal.v0.mod
|
|
|
34328
34557
|
export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
|
|
34329
34558
|
export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];
|
|
34330
34559
|
export const shopifyMarketsShop = T['io.flow.internal.v0.models.shopify_markets_shop'];
|
|
34560
|
+
export const shopifyMarketsShopAccessToken = T['io.flow.internal.v0.models.shopify_markets_shop_access_token'];
|
|
34331
34561
|
export const shopifyMarketsShopDeleted = T['io.flow.internal.v0.models.shopify_markets_shop_deleted'];
|
|
34332
34562
|
export const shopifyMarketsShopForm = T['io.flow.internal.v0.models.shopify_markets_shop_form'];
|
|
34333
34563
|
export const shopifyMarketsShopStatisticsDeleted = T['io.flow.internal.v0.models.shopify_markets_shop_statistics_deleted'];
|
|
@@ -34566,6 +34796,7 @@ export const trackingCarrierReturnLabelUpserted = T['io.flow.internal.v0.models.
|
|
|
34566
34796
|
export const trackingDebugForceTransitForm = T['io.flow.internal.v0.models.tracking_debug_force_transit_form'];
|
|
34567
34797
|
export const trackingDebugLabel = T['io.flow.internal.v0.models.tracking_debug_label'];
|
|
34568
34798
|
export const trackingDebugLabelEvent = T['io.flow.internal.v0.models.tracking_debug_label_event'];
|
|
34799
|
+
export const trackingDebugLabelEventUpsertForm = T['io.flow.internal.v0.models.tracking_debug_label_event_upsert_form'];
|
|
34569
34800
|
export const trackingDebugLabelLocation = T['io.flow.internal.v0.models.tracking_debug_label_location'];
|
|
34570
34801
|
export const trackingDeleted = T['io.flow.internal.v0.models.tracking_deleted'];
|
|
34571
34802
|
export const trackingEvent = T['io.flow.internal.v0.models.tracking_event'];
|