@flowio/api-internal-prop-types 9.24.101 → 9.24.102

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.
@@ -1610,6 +1610,17 @@ T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
1610
1610
  number: PropTypes.string.isRequired,
1611
1611
  });
1612
1612
 
1613
+ T['io.flow.channel.internal.v0.enums.channel_order_acceptance_failure_reason_code'] = PropTypes.oneOf(['channel_order_mor_invalid', 'channel_order_does_not_exist']);
1614
+
1615
+ T['io.flow.channel.internal.v0.models.channel_order_acceptance_failure'] = PropTypes.exact({
1616
+ id: PropTypes.string.isRequired,
1617
+ organization_id: PropTypes.string.isRequired,
1618
+ channel_id: PropTypes.string.isRequired,
1619
+ payment_request_id: PropTypes.string.isRequired,
1620
+ code: T['io.flow.channel.internal.v0.enums.channel_order_acceptance_failure_reason_code'].isRequired,
1621
+ reason: PropTypes.string.isRequired,
1622
+ });
1623
+
1613
1624
  T['io.flow.order.price.v0.enums.order_price_detail_component_key'] = PropTypes.oneOf([
1614
1625
  'adjustment',
1615
1626
  'vat_deminimis',
@@ -9173,6 +9184,13 @@ T['io.flow.internal.v0.models.index_assignment_deleted'] = PropTypes.exact({
9173
9184
  id: PropTypes.string.isRequired,
9174
9185
  });
9175
9186
 
9187
+ T['io.flow.internal.v0.models.adyen_dispute_deleted'] = PropTypes.exact({
9188
+ discriminator: PropTypes.oneOf(['adyen_dispute_deleted']).isRequired,
9189
+ event_id: PropTypes.string.isRequired,
9190
+ timestamp: PropTypes.string.isRequired,
9191
+ id: PropTypes.string.isRequired,
9192
+ });
9193
+
9176
9194
  T['io.flow.internal.v0.models.adjusted_estimates_deleted'] = PropTypes.exact({
9177
9195
  discriminator: PropTypes.oneOf(['adjusted_estimates_deleted']).isRequired,
9178
9196
  event_id: PropTypes.string.isRequired,
@@ -10572,6 +10590,7 @@ T['io.flow.internal.v0.models.reporting_reconciliation'] = PropTypes.exact({
10572
10590
  T['io.flow.internal.v0.models.reporting_conversion_rates'] = PropTypes.exact({
10573
10591
  merchant: PropTypes.number.isRequired,
10574
10592
  entity: PropTypes.number.isRequired,
10593
+ destination_country: PropTypes.number.isRequired,
10575
10594
  usd: PropTypes.number.isRequired,
10576
10595
  eur: PropTypes.number.isRequired,
10577
10596
  });
@@ -10580,6 +10599,7 @@ T['io.flow.internal.v0.models.reporting_currencies'] = PropTypes.exact({
10580
10599
  transaction: PropTypes.string.isRequired,
10581
10600
  merchant: PropTypes.string.isRequired,
10582
10601
  entity: PropTypes.string.isRequired,
10602
+ destination_country: PropTypes.string,
10583
10603
  });
10584
10604
 
10585
10605
  T['io.flow.internal.v0.models.reporting_vendor'] = PropTypes.exact({
@@ -10789,6 +10809,8 @@ T['io.flow.internal.v0.enums.report_type'] = PropTypes.oneOf([
10789
10809
  'account_quarterly_balances',
10790
10810
  'invariants',
10791
10811
  'payments',
10812
+ 'reconcile_not_recorded',
10813
+ 'products_record',
10792
10814
  ]);
10793
10815
 
10794
10816
  T['io.flow.internal.v0.models.report_form'] = PropTypes.exact({
@@ -11091,6 +11113,25 @@ T['io.flow.internal.v0.models.restriction_pending'] = PropTypes.exact({
11091
11113
  count: PropTypes.number.isRequired,
11092
11114
  });
11093
11115
 
11116
+ T['io.flow.internal.v0.models.product_transaction'] = PropTypes.exact({
11117
+ transaction_amount: PropTypes.number.isRequired,
11118
+ destination_amount: PropTypes.number.isRequired,
11119
+ quantity: PropTypes.number.isRequired,
11120
+ });
11121
+
11122
+ T['io.flow.internal.v0.models.product_currencies'] = PropTypes.exact({
11123
+ transaction: PropTypes.string.isRequired,
11124
+ destination: PropTypes.string.isRequired,
11125
+ });
11126
+
11127
+ T['io.flow.internal.v0.models.product_record'] = PropTypes.exact({
11128
+ organization_id: PropTypes.string.isRequired,
11129
+ order_number: PropTypes.string.isRequired,
11130
+ fulfillment_id: PropTypes.string.isRequired,
11131
+ currencies: T['io.flow.internal.v0.models.product_currencies'].isRequired,
11132
+ products: PropTypes.arrayOf(T['io.flow.internal.v0.models.product_transaction']).isRequired,
11133
+ });
11134
+
11094
11135
  T['io.flow.internal.v0.models.harmonization_column_setting'] = PropTypes.exact({
11095
11136
  column: PropTypes.string.isRequired,
11096
11137
  position: PropTypes.number.isRequired,
@@ -13038,6 +13079,9 @@ T['io.flow.tracking.v0.models.label_tracking_summary'] = PropTypes.exact({
13038
13079
  delivered: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13039
13080
  rejected: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13040
13081
  returned: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13082
+ crossed_border: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13083
+ destroyed: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13084
+ return_reversal: T['io.flow.tracking.v0.models.label_tracking_summary_update'],
13041
13085
  });
13042
13086
 
13043
13087
  T['io.flow.internal.v0.models.label_tracking_summary_upserted'] = PropTypes.exact({
@@ -13195,6 +13239,8 @@ T['io.flow.internal.v0.models.label_request_result'] = PropTypes.exact({
13195
13239
  suggested_responsibility: T['io.flow.internal.v0.enums.label_request_error_handling_responsibility'],
13196
13240
  origin_country: PropTypes.string,
13197
13241
  destination_country: PropTypes.string,
13242
+ reference_id: PropTypes.string,
13243
+ logistics_integration_provider: PropTypes.string,
13198
13244
  });
13199
13245
 
13200
13246
  T['io.flow.internal.v0.models.label_request_error'] = PropTypes.exact({
@@ -14170,6 +14216,7 @@ T['io.flow.internal.v0.models.reporting_monetary_value'] = PropTypes.exact({
14170
14216
  transaction: PropTypes.number.isRequired,
14171
14217
  merchant: PropTypes.number.isRequired,
14172
14218
  entity: PropTypes.number.isRequired,
14219
+ destination_country: PropTypes.number.isRequired,
14173
14220
  usd: PropTypes.number.isRequired,
14174
14221
  eur: PropTypes.number.isRequired,
14175
14222
  });
@@ -17671,6 +17718,26 @@ T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'] = Prop
17671
17718
  timestamp: PropTypes.string.isRequired,
17672
17719
  });
17673
17720
 
17721
+ T['io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code'] = PropTypes.oneOf(['channel_order_mor_invalid', 'channel_order_does_not_exist']);
17722
+
17723
+ T['io.flow.internal.v0.models.channel_order_acceptance_failure'] = PropTypes.exact({
17724
+ id: PropTypes.string.isRequired,
17725
+ organization_id: PropTypes.string.isRequired,
17726
+ channel_id: PropTypes.string.isRequired,
17727
+ payment_request_id: PropTypes.string.isRequired,
17728
+ code: T['io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code'].isRequired,
17729
+ reason: PropTypes.string.isRequired,
17730
+ });
17731
+
17732
+ T['io.flow.internal.v0.models.channel_order_acceptance_failed'] = PropTypes.exact({
17733
+ discriminator: PropTypes.oneOf(['channel_order_acceptance_failed']).isRequired,
17734
+ event_id: PropTypes.string.isRequired,
17735
+ timestamp: PropTypes.string.isRequired,
17736
+ organization: PropTypes.string.isRequired,
17737
+ channel_id: PropTypes.string.isRequired,
17738
+ channel_order_acceptance_failure: T['io.flow.internal.v0.models.channel_order_acceptance_failure'].isRequired,
17739
+ });
17740
+
17674
17741
  T['io.flow.internal.v0.enums.channel_order_acceptance_rejection_reason'] = PropTypes.oneOf([
17675
17742
  'unsupported_origin_country',
17676
17743
  'unsupported_destination_country',
@@ -20146,6 +20213,35 @@ T['io.flow.internal.v0.models.shopify_payment_summary'] = PropTypes.exact({
20146
20213
  contact: T['io.flow.common.v0.models.contact'],
20147
20214
  });
20148
20215
 
20216
+ T['io.flow.internal.v0.models.public_hub_form'] = PropTypes.exact({
20217
+ code: PropTypes.string.isRequired,
20218
+ third_party_logistics_reference: PropTypes.string.isRequired,
20219
+ contact: T['io.flow.common.v0.models.contact'].isRequired,
20220
+ location: T['io.flow.common.v0.models.address'].isRequired,
20221
+ });
20222
+
20223
+ T['io.flow.internal.v0.models.public_hub'] = PropTypes.exact({
20224
+ id: PropTypes.string.isRequired,
20225
+ code: PropTypes.string.isRequired,
20226
+ third_party_logistics_reference: PropTypes.string.isRequired,
20227
+ contact: T['io.flow.common.v0.models.contact'].isRequired,
20228
+ location: T['io.flow.common.v0.models.address'].isRequired,
20229
+ });
20230
+
20231
+ T['io.flow.internal.v0.models.merchant_hub_override_form'] = PropTypes.exact({
20232
+ code: PropTypes.string.isRequired,
20233
+ contact: T['io.flow.common.v0.models.contact'].isRequired,
20234
+ location: T['io.flow.common.v0.models.address'].isRequired,
20235
+ });
20236
+
20237
+ T['io.flow.internal.v0.models.merchant_hub_override'] = PropTypes.exact({
20238
+ id: PropTypes.string.isRequired,
20239
+ organization_id: PropTypes.string.isRequired,
20240
+ code: PropTypes.string.isRequired,
20241
+ contact: T['io.flow.common.v0.models.contact'].isRequired,
20242
+ location: T['io.flow.common.v0.models.address'].isRequired,
20243
+ });
20244
+
20149
20245
  T['io.flow.internal.v0.models.fulfillment_fallbacks'] = PropTypes.exact({
20150
20246
  id: PropTypes.string.isRequired,
20151
20247
  packaging: PropTypes.arrayOf(T['io.flow.fulfillment.v0.models.packaging']).isRequired,
@@ -21129,6 +21225,39 @@ T['io.flow.internal.v0.models.internal_authorization_deleted'] = PropTypes.exact
21129
21225
  internal_authorization: T['io.flow.internal.v0.models.internal_authorization'].isRequired,
21130
21226
  });
21131
21227
 
21228
+ T['io.flow.internal.v0.models.adyen_internal_dispute'] = PropTypes.exact({
21229
+ id: PropTypes.string.isRequired,
21230
+ amount: PropTypes.number.isRequired,
21231
+ currency: PropTypes.string.isRequired,
21232
+ psp_reference: PropTypes.string.isRequired,
21233
+ original_reference: PropTypes.string,
21234
+ event_code: PropTypes.string.isRequired,
21235
+ event_date: PropTypes.string.isRequired,
21236
+ chargeback_reason_code: PropTypes.string,
21237
+ modification_merchant_references: PropTypes.string,
21238
+ chargeback_scheme_code: PropTypes.string,
21239
+ defense_period_ends_at: PropTypes.string,
21240
+ dispute_status: PropTypes.string,
21241
+ defendable: PropTypes.string,
21242
+ merchant_account_code: PropTypes.string.isRequired,
21243
+ operations: PropTypes.arrayOf(PropTypes.string),
21244
+ merchant_reference: PropTypes.string.isRequired,
21245
+ payment_method: PropTypes.string,
21246
+ reason: PropTypes.string,
21247
+ success: PropTypes.string.isRequired,
21248
+ livemode: PropTypes.bool.isRequired,
21249
+ updated_by_user_id: PropTypes.string.isRequired,
21250
+ created_at: PropTypes.string.isRequired,
21251
+ updated_at: PropTypes.string.isRequired,
21252
+ });
21253
+
21254
+ T['io.flow.internal.v0.models.adyen_dispute_upserted'] = PropTypes.exact({
21255
+ discriminator: PropTypes.oneOf(['adyen_dispute_upserted']).isRequired,
21256
+ event_id: PropTypes.string.isRequired,
21257
+ timestamp: PropTypes.string.isRequired,
21258
+ dispute: T['io.flow.internal.v0.models.adyen_internal_dispute'].isRequired,
21259
+ });
21260
+
21132
21261
  T['io.flow.internal.v0.models.adyen_internal_capture'] = PropTypes.exact({
21133
21262
  id: PropTypes.string.isRequired,
21134
21263
  flow_capture_id: PropTypes.string.isRequired,
@@ -22643,6 +22772,7 @@ T['io.flow.label.v0.models.summary_shipping_label_form'] = PropTypes.exact({
22643
22772
  items: PropTypes.arrayOf(T['io.flow.common.v0.models.line_item_form']).isRequired,
22644
22773
  center_key: PropTypes.string,
22645
22774
  direction: T['io.flow.label.v0.enums.direction'],
22775
+ reference_id: PropTypes.string,
22646
22776
  });
22647
22777
 
22648
22778
  T['io.flow.label.v0.models.shipping_label_package'] = PropTypes.exact({
@@ -22735,6 +22865,7 @@ T['io.flow.label.v0.models.detailed_shipping_label_form'] = PropTypes.exact({
22735
22865
  service: PropTypes.string,
22736
22866
  shipment_recipient: T['io.flow.label.v0.enums.shipment_recipient'],
22737
22867
  package_dimensions_source: T['io.flow.label.v0.enums.package_dimensions_source'],
22868
+ reference_id: PropTypes.string,
22738
22869
  });
22739
22870
 
22740
22871
  T['io.flow.label.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
@@ -22744,6 +22875,8 @@ T['io.flow.label.v0.models.bridge_shipping_label_form'] = PropTypes.exact({
22744
22875
  'package': T['io.flow.label.v0.models.shipping_label_package'],
22745
22876
  origin: T['io.flow.fulfillment.v0.models.shipping_address'],
22746
22877
  direction: T['io.flow.label.v0.enums.direction'],
22878
+ reference_id: PropTypes.string,
22879
+ hub_code: PropTypes.string,
22747
22880
  });
22748
22881
 
22749
22882
  T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
@@ -23091,6 +23224,7 @@ T['io.flow.internal.v0.models.dispute'] = PropTypes.exact({
23091
23224
  issued_at: PropTypes.string.isRequired,
23092
23225
  expires_at: PropTypes.string,
23093
23226
  created_at: PropTypes.string.isRequired,
23227
+ updated_at: PropTypes.string,
23094
23228
  });
23095
23229
 
23096
23230
  T['io.flow.internal.v0.models.dispute_upserted'] = PropTypes.exact({
@@ -27205,6 +27339,8 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
27205
27339
  T['io.flow.internal.v0.models.adyen_capture_upserted'],
27206
27340
  T['io.flow.internal.v0.models.adyen_refund_deleted'],
27207
27341
  T['io.flow.internal.v0.models.adyen_refund_upserted'],
27342
+ T['io.flow.internal.v0.models.adyen_dispute_upserted'],
27343
+ T['io.flow.internal.v0.models.adyen_dispute_deleted'],
27208
27344
  T['io.flow.internal.v0.models.index_assignment_upserted'],
27209
27345
  T['io.flow.internal.v0.models.index_assignment_deleted'],
27210
27346
  T['io.flow.internal.v0.models.fulfillment_upserted'],
@@ -27278,6 +27414,7 @@ T['io.flow.internal.v0.unions.event'] = PropTypes.oneOfType([
27278
27414
  T['io.flow.internal.v0.models.catalog_settings_deleted'],
27279
27415
  T['io.flow.internal.v0.models.channel_order_acceptance_upserted'],
27280
27416
  T['io.flow.internal.v0.models.channel_order_acceptance_deleted'],
27417
+ T['io.flow.internal.v0.models.channel_order_acceptance_failed'],
27281
27418
  T['io.flow.internal.v0.models.checkout_configuration_upserted'],
27282
27419
  T['io.flow.internal.v0.models.checkout_configuration_deleted'],
27283
27420
  T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'],
@@ -27750,6 +27887,8 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
27750
27887
  'adyen_capture_upserted',
27751
27888
  'adyen_refund_deleted',
27752
27889
  'adyen_refund_upserted',
27890
+ 'adyen_dispute_upserted',
27891
+ 'adyen_dispute_deleted',
27753
27892
  'index_assignment_upserted',
27754
27893
  'index_assignment_deleted',
27755
27894
  'fulfillment_upserted',
@@ -27823,6 +27962,7 @@ T['io.flow.internal.v0.enums.event_type'] = PropTypes.oneOf([
27823
27962
  'catalog_settings_deleted',
27824
27963
  'channel_order_acceptance_upserted',
27825
27964
  'channel_order_acceptance_deleted',
27965
+ 'channel_order_acceptance_failed',
27826
27966
  'checkout_configuration_upserted',
27827
27967
  'checkout_configuration_deleted',
27828
27968
  'commercial_invoice_internal_upserted',
@@ -28882,6 +29022,13 @@ T['io.flow.internal.v0.models.partner_organization_authorization_form'] = PropTy
28882
29022
  partner: PropTypes.string.isRequired,
28883
29023
  });
28884
29024
 
29025
+ T['io.flow.internal.v0.models.partner_request'] = PropTypes.exact({
29026
+ id: PropTypes.string.isRequired,
29027
+ partner_id: PropTypes.string.isRequired,
29028
+ organization_id: PropTypes.string.isRequired,
29029
+ request_body: PropTypes.string,
29030
+ });
29031
+
28885
29032
  T['io.flow.internal.v0.models.passphrase_form'] = PropTypes.exact({
28886
29033
  tribe: PropTypes.string.isRequired,
28887
29034
  current_password: PropTypes.string,
@@ -30499,10 +30646,13 @@ export const adyenCancelDeleted = T['io.flow.internal.v0.models.adyen_cancel_del
30499
30646
  export const adyenCancelUpserted = T['io.flow.internal.v0.models.adyen_cancel_upserted'];
30500
30647
  export const adyenCaptureDeleted = T['io.flow.internal.v0.models.adyen_capture_deleted'];
30501
30648
  export const adyenCaptureUpserted = T['io.flow.internal.v0.models.adyen_capture_upserted'];
30649
+ export const adyenDisputeDeleted = T['io.flow.internal.v0.models.adyen_dispute_deleted'];
30650
+ export const adyenDisputeUpserted = T['io.flow.internal.v0.models.adyen_dispute_upserted'];
30502
30651
  export const adyenIntegrationType = T['io.flow.internal.v0.enums.adyen_integration_type'];
30503
30652
  export const adyenInternalAuthorization = T['io.flow.internal.v0.models.adyen_internal_authorization'];
30504
30653
  export const adyenInternalCancel = T['io.flow.internal.v0.models.adyen_internal_cancel'];
30505
30654
  export const adyenInternalCapture = T['io.flow.internal.v0.models.adyen_internal_capture'];
30655
+ export const adyenInternalDispute = T['io.flow.internal.v0.models.adyen_internal_dispute'];
30506
30656
  export const adyenInternalRefund = T['io.flow.internal.v0.models.adyen_internal_refund'];
30507
30657
  export const adyenMerchant = T['io.flow.internal.v0.models.adyen_merchant'];
30508
30658
  export const adyenMerchantAccount = T['io.flow.internal.v0.models.adyen_merchant_account'];
@@ -30715,6 +30865,9 @@ export const channelOrderAcceptance = T['io.flow.internal.v0.models.channel_orde
30715
30865
  export const channelOrderAcceptanceDeleted = T['io.flow.internal.v0.models.channel_order_acceptance_deleted'];
30716
30866
  export const channelOrderAcceptanceDetails = T['io.flow.internal.v0.models.channel_order_acceptance_details'];
30717
30867
  export const channelOrderAcceptanceErrorAction = T['io.flow.internal.v0.enums.channel_order_acceptance_error_action'];
30868
+ export const channelOrderAcceptanceFailed = T['io.flow.internal.v0.models.channel_order_acceptance_failed'];
30869
+ export const channelOrderAcceptanceFailure = T['io.flow.internal.v0.models.channel_order_acceptance_failure'];
30870
+ export const channelOrderAcceptanceFailureReasonCode = T['io.flow.internal.v0.enums.channel_order_acceptance_failure_reason_code'];
30718
30871
  export const channelOrderAcceptanceForm = T['io.flow.internal.v0.models.channel_order_acceptance_form'];
30719
30872
  export const channelOrderAcceptanceNextActionFrom = T['io.flow.internal.v0.enums.channel_order_acceptance_next_action_from'];
30720
30873
  export const channelOrderAcceptanceReason = T['io.flow.internal.v0.models.channel_order_acceptance_reason'];
@@ -31505,6 +31658,8 @@ export const merchantFees = T['io.flow.internal.v0.models.merchant_fees'];
31505
31658
  export const merchantGuidAssignment = T['io.flow.internal.v0.models.merchant_guid_assignment'];
31506
31659
  export const merchantGuidAssignmentDeleted = T['io.flow.internal.v0.models.merchant_guid_assignment_deleted'];
31507
31660
  export const merchantGuidAssignmentUpserted = T['io.flow.internal.v0.models.merchant_guid_assignment_upserted'];
31661
+ export const merchantHubOverride = T['io.flow.internal.v0.models.merchant_hub_override'];
31662
+ export const merchantHubOverrideForm = T['io.flow.internal.v0.models.merchant_hub_override_form'];
31508
31663
  export const merchantOfRecordEntitySettings = T['io.flow.internal.v0.models.merchant_of_record_entity_settings'];
31509
31664
  export const merchantOfRecordEntitySettingsForm = T['io.flow.internal.v0.models.merchant_of_record_entity_settings_form'];
31510
31665
  export const merchantSearchResult = T['io.flow.internal.v0.models.merchant_search_result'];
@@ -31710,6 +31865,7 @@ export const partnerOrganizationSettings = T['io.flow.internal.v0.models.partner
31710
31865
  export const partnerOrganizationSettingsDeleted = T['io.flow.internal.v0.models.partner_organization_settings_deleted'];
31711
31866
  export const partnerOrganizationSettingsForm = T['io.flow.internal.v0.models.partner_organization_settings_form'];
31712
31867
  export const partnerOrganizationSettingsUpserted = T['io.flow.internal.v0.models.partner_organization_settings_upserted'];
31868
+ export const partnerRequest = T['io.flow.internal.v0.models.partner_request'];
31713
31869
  export const party = T['io.flow.internal.v0.enums.party'];
31714
31870
  export const passphrase = T['io.flow.internal.v0.models.passphrase'];
31715
31871
  export const passphraseForm = T['io.flow.internal.v0.models.passphrase_form'];
@@ -31797,17 +31953,20 @@ export const productClassification = T['io.flow.internal.v0.models.product_class
31797
31953
  export const productClassificationForm = T['io.flow.internal.v0.models.product_classification_form'];
31798
31954
  export const productClassificationJudgementForm = T['io.flow.internal.v0.models.product_classification_judgement_form'];
31799
31955
  export const productClassificationResult = T['io.flow.internal.v0.models.product_classification_result'];
31956
+ export const productCurrencies = T['io.flow.internal.v0.models.product_currencies'];
31800
31957
  export const productDetailSettingsForm = T['io.flow.internal.v0.models.product_detail_settings_form'];
31801
31958
  export const productHarmonization = T['io.flow.internal.v0.models.product_harmonization'];
31802
31959
  export const productHarmonizationForm = T['io.flow.internal.v0.models.product_harmonization_form'];
31803
31960
  export const productLabels = T['io.flow.internal.v0.models.product_labels'];
31804
31961
  export const productListSettingsForm = T['io.flow.internal.v0.models.product_list_settings_form'];
31962
+ export const productRecord = T['io.flow.internal.v0.models.product_record'];
31805
31963
  export const productRestrictionResultValidationError = T['io.flow.internal.v0.models.product_restriction_result_validation_error'];
31806
31964
  export const productRestrictionRuleDecision = T['io.flow.internal.v0.models.product_restriction_rule_decision'];
31807
31965
  export const productRestrictionRuleDecisionDeleted = T['io.flow.internal.v0.models.product_restriction_rule_decision_deleted'];
31808
31966
  export const productRestrictionRuleDecisionUpserted = T['io.flow.internal.v0.models.product_restriction_rule_decision_upserted'];
31809
31967
  export const productReviewHistory = T['io.flow.internal.v0.models.product_review_history'];
31810
31968
  export const productStatus = T['io.flow.internal.v0.enums.product_status'];
31969
+ export const productTransaction = T['io.flow.internal.v0.models.product_transaction'];
31811
31970
  export const profit = T['io.flow.internal.v0.models.profit'];
31812
31971
  export const profitShare = T['io.flow.internal.v0.models.profit_share'];
31813
31972
  export const profitShareOrderReference = T['io.flow.internal.v0.models.profit_share_order_reference'];
@@ -31827,6 +31986,8 @@ export const proofOfPostingOrderCancellation = T['io.flow.internal.v0.models.pro
31827
31986
  export const proofOfPostingOrderCombinedShipment = T['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'];
31828
31987
  export const proofOfPostingShippingNotification = T['io.flow.internal.v0.models.proof_of_posting_shipping_notification'];
31829
31988
  export const proofOfPostingTimeElapsed = T['io.flow.internal.v0.models.proof_of_posting_time_elapsed'];
31989
+ export const publicHub = T['io.flow.internal.v0.models.public_hub'];
31990
+ export const publicHubForm = T['io.flow.internal.v0.models.public_hub_form'];
31830
31991
  export const quote = T['io.flow.internal.v0.models.quote'];
31831
31992
  export const quoteDeleted = T['io.flow.internal.v0.models.quote_deleted'];
31832
31993
  export const quoteRequest = T['io.flow.internal.v0.models.quote_request'];