@flowio/api-prop-types 10.16.75 → 10.16.77
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.d.ts +141 -28
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +141 -28
- package/src/api.js +183 -31
package/lib/api.d.ts
CHANGED
|
@@ -1141,6 +1141,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
1141
1141
|
type ShopifyCustomerState = 'disabled' | 'invited' | 'enabled';
|
|
1142
1142
|
type ShopifyDiscountPaginationDirection = 'next' | 'prev';
|
|
1143
1143
|
type ShopifyGiftCardStatus = 'any' | 'enabled' | 'disabled';
|
|
1144
|
+
type ShopifyPlanName = 'basic' | 'business' | 'cancelled' | 'dormant' | 'enterprise' | 'fraudulent' | 'frozen' | 'npo_full' | 'npo_lite' | 'open_learning' | 'paid_trial' | 'professional' | 'retail' | 'shopify_alumni' | 'shopify_plus' | 'staff' | 'staff_business' | 'starter' | 'starter_2022' | 'unlimited';
|
|
1144
1145
|
type ShopifyProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express';
|
|
1145
1146
|
type ShopifyTransactionErrorCode = 'incorrect_number' | 'invalid_number' | 'invalid_expiry_date' | 'invalid_cvc' | 'expired_card' | 'incorrect_cvc' | 'incorrect_zip' | 'incorrect_address' | 'card_declined' | 'processing_error' | 'call_issuer' | 'pick_up_card';
|
|
1146
1147
|
type ShopifyTransactionStatus = 'pending' | 'failure' | 'success' | 'error';
|
|
@@ -1289,7 +1290,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1289
1290
|
readonly 'id': number;
|
|
1290
1291
|
readonly 'product_id': number;
|
|
1291
1292
|
readonly 'variant_ids': number[];
|
|
1292
|
-
readonly 'src'
|
|
1293
|
+
readonly 'src'?: string;
|
|
1293
1294
|
readonly 'position': number;
|
|
1294
1295
|
readonly 'created_at': string;
|
|
1295
1296
|
readonly 'updated_at': string;
|
|
@@ -1901,6 +1902,12 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1901
1902
|
readonly 'carrier_identifier'?: string;
|
|
1902
1903
|
}
|
|
1903
1904
|
|
|
1905
|
+
interface ShopifyShopUpdate {
|
|
1906
|
+
readonly 'id': number;
|
|
1907
|
+
readonly 'plan_display_name': string;
|
|
1908
|
+
readonly 'plan_name': io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1904
1911
|
interface ShopifyTaxLine {
|
|
1905
1912
|
readonly 'price': string;
|
|
1906
1913
|
readonly 'rate': number;
|
|
@@ -2185,7 +2192,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2185
2192
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
2186
2193
|
type EntityIdentifierType = 'ioss' | 'voec';
|
|
2187
2194
|
type Environment = 'sandbox' | 'production';
|
|
2188
|
-
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
2195
|
+
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
2189
2196
|
type ExceptionType = 'open' | 'closed';
|
|
2190
2197
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
2191
2198
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -2332,9 +2339,9 @@ declare namespace io.flow.v0.enums {
|
|
|
2332
2339
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
|
|
2333
2340
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
2334
2341
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
2335
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
|
|
2336
|
-
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl';
|
|
2337
|
-
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion';
|
|
2342
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout';
|
|
2343
|
+
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
2344
|
+
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion' | 'prohibited_item' | 'undeliverable_shipment' | 'signature_required' | 'direct_delivery' | 'saturday_stop' | 'residential_extended_area_pickup';
|
|
2338
2345
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
2339
2346
|
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2340
2347
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
@@ -4720,6 +4727,7 @@ declare namespace io.flow.v0.models {
|
|
|
4720
4727
|
|
|
4721
4728
|
interface DeactivationPutForm {
|
|
4722
4729
|
readonly 'reason': string;
|
|
4730
|
+
readonly 'deactivate_at'?: string;
|
|
4723
4731
|
}
|
|
4724
4732
|
|
|
4725
4733
|
interface DeadWeight {
|
|
@@ -6837,6 +6845,29 @@ declare namespace io.flow.v0.models {
|
|
|
6837
6845
|
readonly 'number': string;
|
|
6838
6846
|
}
|
|
6839
6847
|
|
|
6848
|
+
interface LabelProcessingModification {
|
|
6849
|
+
readonly 'id': string;
|
|
6850
|
+
readonly 'modifications': string[];
|
|
6851
|
+
readonly 'destination': io.flow.v0.models.ShippingAddress;
|
|
6852
|
+
readonly 'destination_provided_to_carrier'?: io.flow.v0.models.ShippingAddress;
|
|
6853
|
+
}
|
|
6854
|
+
|
|
6855
|
+
interface LabelProcessingModificationDeleted {
|
|
6856
|
+
readonly 'discriminator': 'label_processing_modification_deleted';
|
|
6857
|
+
readonly 'event_id': string;
|
|
6858
|
+
readonly 'timestamp': string;
|
|
6859
|
+
readonly 'organization': string;
|
|
6860
|
+
readonly 'id': string;
|
|
6861
|
+
}
|
|
6862
|
+
|
|
6863
|
+
interface LabelProcessingModificationUpserted {
|
|
6864
|
+
readonly 'discriminator': 'label_processing_modification_upserted';
|
|
6865
|
+
readonly 'event_id': string;
|
|
6866
|
+
readonly 'timestamp': string;
|
|
6867
|
+
readonly 'organization': string;
|
|
6868
|
+
readonly 'label_processing_modification': io.flow.v0.models.LabelProcessingModification;
|
|
6869
|
+
}
|
|
6870
|
+
|
|
6840
6871
|
interface LabelReference {
|
|
6841
6872
|
readonly 'id': string;
|
|
6842
6873
|
}
|
|
@@ -7305,6 +7336,7 @@ declare namespace io.flow.v0.models {
|
|
|
7305
7336
|
interface MerchantDeactivated {
|
|
7306
7337
|
readonly 'discriminator': 'merchant_deactivated';
|
|
7307
7338
|
readonly 'reason': string;
|
|
7339
|
+
readonly 'deactivate_at'?: string;
|
|
7308
7340
|
}
|
|
7309
7341
|
|
|
7310
7342
|
interface MerchantDisabled {
|
|
@@ -8648,6 +8680,7 @@ declare namespace io.flow.v0.models {
|
|
|
8648
8680
|
readonly 'currency': string;
|
|
8649
8681
|
readonly 'base_amount'?: number;
|
|
8650
8682
|
readonly 'base_currency'?: string;
|
|
8683
|
+
readonly 'reference'?: string;
|
|
8651
8684
|
}
|
|
8652
8685
|
|
|
8653
8686
|
interface PaymentAuthorizationStatus {
|
|
@@ -8661,6 +8694,7 @@ declare namespace io.flow.v0.models {
|
|
|
8661
8694
|
readonly 'currency': string;
|
|
8662
8695
|
readonly 'base_amount'?: number;
|
|
8663
8696
|
readonly 'base_currency'?: string;
|
|
8697
|
+
readonly 'reference'?: string;
|
|
8664
8698
|
readonly 'created_at': string;
|
|
8665
8699
|
readonly 'updated_at': string;
|
|
8666
8700
|
readonly 'status': io.flow.v0.models.PaymentCaptureStatus;
|
|
@@ -8669,6 +8703,7 @@ declare namespace io.flow.v0.models {
|
|
|
8669
8703
|
interface PaymentCaptureForm {
|
|
8670
8704
|
readonly 'amount'?: number;
|
|
8671
8705
|
readonly 'currency'?: string;
|
|
8706
|
+
readonly 'reference'?: string;
|
|
8672
8707
|
readonly 'attributes'?: Record<string, string>;
|
|
8673
8708
|
}
|
|
8674
8709
|
|
|
@@ -8817,6 +8852,7 @@ declare namespace io.flow.v0.models {
|
|
|
8817
8852
|
readonly 'device_fingerprint_details': io.flow.v0.unions.DeviceFingerprintDetails;
|
|
8818
8853
|
readonly 'cvv'?: string;
|
|
8819
8854
|
readonly 'stored_details_card'?: io.flow.v0.unions.PaymentMethodStoredDetailsCard;
|
|
8855
|
+
readonly 'reference'?: string;
|
|
8820
8856
|
}
|
|
8821
8857
|
|
|
8822
8858
|
interface PaymentMethodDataAuthorizeGooglepay {
|
|
@@ -8852,42 +8888,43 @@ declare namespace io.flow.v0.models {
|
|
|
8852
8888
|
|
|
8853
8889
|
interface PaymentMethodDataInitAfterpay {
|
|
8854
8890
|
readonly 'type': 'init_afterpay';
|
|
8855
|
-
readonly '
|
|
8891
|
+
readonly 'reference'?: string;
|
|
8856
8892
|
}
|
|
8857
8893
|
|
|
8858
8894
|
interface PaymentMethodDataInitApplepay {
|
|
8859
8895
|
readonly 'type': 'init_applepay';
|
|
8860
|
-
readonly '
|
|
8896
|
+
readonly 'reference'?: string;
|
|
8861
8897
|
}
|
|
8862
8898
|
|
|
8863
8899
|
interface PaymentMethodDataInitBancontact {
|
|
8864
8900
|
readonly 'type': 'init_bancontact';
|
|
8865
|
-
readonly '
|
|
8901
|
+
readonly 'reference'?: string;
|
|
8866
8902
|
}
|
|
8867
8903
|
|
|
8868
8904
|
interface PaymentMethodDataInitGooglepay {
|
|
8869
8905
|
readonly 'type': 'init_googlepay';
|
|
8870
|
-
readonly '
|
|
8906
|
+
readonly 'reference'?: string;
|
|
8871
8907
|
}
|
|
8872
8908
|
|
|
8873
8909
|
interface PaymentMethodDataInitIdeal {
|
|
8874
8910
|
readonly 'type': 'init_ideal';
|
|
8875
8911
|
readonly 'issuer'?: string;
|
|
8912
|
+
readonly 'reference'?: string;
|
|
8876
8913
|
}
|
|
8877
8914
|
|
|
8878
8915
|
interface PaymentMethodDataInitKlarna {
|
|
8879
8916
|
readonly 'type': 'init_klarna';
|
|
8880
|
-
readonly '
|
|
8917
|
+
readonly 'reference'?: string;
|
|
8881
8918
|
}
|
|
8882
8919
|
|
|
8883
8920
|
interface PaymentMethodDataInitPaypal {
|
|
8884
8921
|
readonly 'type': 'init_paypal';
|
|
8885
|
-
readonly '
|
|
8922
|
+
readonly 'reference'?: string;
|
|
8886
8923
|
}
|
|
8887
8924
|
|
|
8888
8925
|
interface PaymentMethodDataInitSofort {
|
|
8889
8926
|
readonly 'type': 'init_sofort';
|
|
8890
|
-
readonly '
|
|
8927
|
+
readonly 'reference'?: string;
|
|
8891
8928
|
}
|
|
8892
8929
|
|
|
8893
8930
|
interface PaymentMethodDataOptionLogoSvg {
|
|
@@ -9007,7 +9044,7 @@ declare namespace io.flow.v0.models {
|
|
|
9007
9044
|
}
|
|
9008
9045
|
|
|
9009
9046
|
interface PaymentOrderDetailsLineItem {
|
|
9010
|
-
readonly 'id'
|
|
9047
|
+
readonly 'id'?: string;
|
|
9011
9048
|
readonly 'description': string;
|
|
9012
9049
|
readonly 'quantity': number;
|
|
9013
9050
|
readonly 'amount': number;
|
|
@@ -9095,6 +9132,7 @@ declare namespace io.flow.v0.models {
|
|
|
9095
9132
|
readonly 'currency': string;
|
|
9096
9133
|
readonly 'base_amount'?: number;
|
|
9097
9134
|
readonly 'base_currency'?: string;
|
|
9135
|
+
readonly 'reference'?: string;
|
|
9098
9136
|
readonly 'created_at': string;
|
|
9099
9137
|
readonly 'updated_at': string;
|
|
9100
9138
|
readonly 'status': io.flow.v0.models.PaymentRefundStatus;
|
|
@@ -9103,6 +9141,7 @@ declare namespace io.flow.v0.models {
|
|
|
9103
9141
|
interface PaymentRefundForm {
|
|
9104
9142
|
readonly 'amount'?: number;
|
|
9105
9143
|
readonly 'currency'?: string;
|
|
9144
|
+
readonly 'reference'?: string;
|
|
9106
9145
|
}
|
|
9107
9146
|
|
|
9108
9147
|
interface PaymentRefundStatus {
|
|
@@ -9210,6 +9249,7 @@ declare namespace io.flow.v0.models {
|
|
|
9210
9249
|
readonly 'currency': string;
|
|
9211
9250
|
readonly 'base_amount'?: number;
|
|
9212
9251
|
readonly 'base_currency'?: string;
|
|
9252
|
+
readonly 'reference'?: string;
|
|
9213
9253
|
readonly 'created_at': string;
|
|
9214
9254
|
readonly 'updated_at': string;
|
|
9215
9255
|
readonly 'status': io.flow.v0.models.PaymentReversalStatus;
|
|
@@ -9218,6 +9258,7 @@ declare namespace io.flow.v0.models {
|
|
|
9218
9258
|
interface PaymentReversalForm {
|
|
9219
9259
|
readonly 'amount'?: number;
|
|
9220
9260
|
readonly 'currency'?: string;
|
|
9261
|
+
readonly 'reference'?: string;
|
|
9221
9262
|
}
|
|
9222
9263
|
|
|
9223
9264
|
interface PaymentReversalStatus {
|
|
@@ -9666,7 +9707,7 @@ declare namespace io.flow.v0.models {
|
|
|
9666
9707
|
readonly 'event_id': string;
|
|
9667
9708
|
readonly 'timestamp': string;
|
|
9668
9709
|
readonly 'organization': string;
|
|
9669
|
-
readonly '
|
|
9710
|
+
readonly 'id': string;
|
|
9670
9711
|
}
|
|
9671
9712
|
|
|
9672
9713
|
interface ProductRestrictionResultUpserted {
|
|
@@ -12205,17 +12246,14 @@ declare namespace io.flow.v0.models {
|
|
|
12205
12246
|
readonly 'carrier_id': string;
|
|
12206
12247
|
readonly 'carrier_tracking_number': string;
|
|
12207
12248
|
readonly 'revenue_share_percentage': number;
|
|
12208
|
-
readonly 'outbound'?: io.flow.v0.models.
|
|
12209
|
-
}
|
|
12210
|
-
|
|
12211
|
-
interface TransactionMetadataCarrierChargeOutbound {
|
|
12212
|
-
readonly 'transaction_id': string;
|
|
12249
|
+
readonly 'outbound'?: io.flow.v0.models.TransactionMetadataOutboundTransaction;
|
|
12213
12250
|
}
|
|
12214
12251
|
|
|
12215
12252
|
interface TransactionMetadataChannel {
|
|
12216
12253
|
readonly 'discriminator': 'channel';
|
|
12217
12254
|
readonly 'method': string;
|
|
12218
12255
|
readonly 'card'?: io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
12256
|
+
readonly 'organization_transaction': io.flow.v0.models.TransactionReference;
|
|
12219
12257
|
}
|
|
12220
12258
|
|
|
12221
12259
|
interface TransactionMetadataChannelCardMetadata {
|
|
@@ -12228,6 +12266,15 @@ declare namespace io.flow.v0.models {
|
|
|
12228
12266
|
readonly 'country': string;
|
|
12229
12267
|
}
|
|
12230
12268
|
|
|
12269
|
+
interface TransactionMetadataFailedPayout {
|
|
12270
|
+
readonly 'discriminator': 'failed_payout';
|
|
12271
|
+
readonly 'failed_payout': io.flow.v0.models.TransactionMetadataFailedPayoutReference;
|
|
12272
|
+
}
|
|
12273
|
+
|
|
12274
|
+
interface TransactionMetadataFailedPayoutReference {
|
|
12275
|
+
readonly 'id': string;
|
|
12276
|
+
}
|
|
12277
|
+
|
|
12231
12278
|
interface TransactionMetadataManual {
|
|
12232
12279
|
readonly 'discriminator': 'manual';
|
|
12233
12280
|
readonly 'description': string;
|
|
@@ -12239,6 +12286,16 @@ declare namespace io.flow.v0.models {
|
|
|
12239
12286
|
readonly 'id': string;
|
|
12240
12287
|
}
|
|
12241
12288
|
|
|
12289
|
+
interface TransactionMetadataOutboundTransaction {
|
|
12290
|
+
readonly 'transaction_id': string;
|
|
12291
|
+
}
|
|
12292
|
+
|
|
12293
|
+
interface TransactionMetadataPaymentTransaction {
|
|
12294
|
+
readonly 'discriminator': 'payment_transaction';
|
|
12295
|
+
readonly 'id'?: string;
|
|
12296
|
+
readonly 'key'?: string;
|
|
12297
|
+
}
|
|
12298
|
+
|
|
12242
12299
|
interface TransactionMetadataShippingLabel {
|
|
12243
12300
|
readonly 'discriminator': 'shipping_label';
|
|
12244
12301
|
readonly 'request_method'?: io.flow.v0.enums.LabelRequestMethod;
|
|
@@ -12258,6 +12315,22 @@ declare namespace io.flow.v0.models {
|
|
|
12258
12315
|
readonly 'actual': io.flow.v0.models.TransactionMetadataTrueupData;
|
|
12259
12316
|
}
|
|
12260
12317
|
|
|
12318
|
+
interface TransactionMetadataTrueupBase {
|
|
12319
|
+
readonly 'discriminator': 'trueup_base';
|
|
12320
|
+
readonly 'original': io.flow.v0.models.TransactionMetadataOriginalTransaction;
|
|
12321
|
+
readonly 'estimate': io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
|
12322
|
+
readonly 'actual': io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
|
12323
|
+
}
|
|
12324
|
+
|
|
12325
|
+
interface TransactionMetadataTrueupBaseData {
|
|
12326
|
+
readonly 'source': io.flow.v0.enums.TrueupSource;
|
|
12327
|
+
readonly 'weights': io.flow.v0.models.TrueupLabelWeights;
|
|
12328
|
+
readonly 'units': io.flow.v0.models.TrueupLabelUnits;
|
|
12329
|
+
readonly 'base': io.flow.v0.models.TrueupLabelBaseV2;
|
|
12330
|
+
readonly 'fuel'?: io.flow.v0.models.TrueupLabelFuel;
|
|
12331
|
+
readonly 'total': number;
|
|
12332
|
+
}
|
|
12333
|
+
|
|
12261
12334
|
interface TransactionMetadataTrueupData {
|
|
12262
12335
|
readonly 'source': io.flow.v0.enums.TrueupSource;
|
|
12263
12336
|
readonly 'units': io.flow.v0.models.TrueupLabelUnits;
|
|
@@ -12268,6 +12341,18 @@ declare namespace io.flow.v0.models {
|
|
|
12268
12341
|
readonly 'dimensional'?: io.flow.v0.models.DimensionalWeight;
|
|
12269
12342
|
}
|
|
12270
12343
|
|
|
12344
|
+
interface TransactionMetadataTrueupSurcharge {
|
|
12345
|
+
readonly 'discriminator': 'trueup_surcharge';
|
|
12346
|
+
readonly 'original': io.flow.v0.models.TransactionMetadataOriginalTransaction;
|
|
12347
|
+
readonly 'estimate': io.flow.v0.models.TransactionMetadataTrueupSurchargeData;
|
|
12348
|
+
readonly 'actual': io.flow.v0.models.TransactionMetadataTrueupSurchargeData;
|
|
12349
|
+
}
|
|
12350
|
+
|
|
12351
|
+
interface TransactionMetadataTrueupSurchargeData {
|
|
12352
|
+
readonly 'source': io.flow.v0.enums.TrueupSource;
|
|
12353
|
+
readonly 'surcharge': io.flow.v0.models.TrueupLabelSurcharge;
|
|
12354
|
+
}
|
|
12355
|
+
|
|
12271
12356
|
interface TransactionNetworkDetailsCard {
|
|
12272
12357
|
readonly 'network_transaction_id'?: string;
|
|
12273
12358
|
readonly 'network'?: io.flow.v0.enums.CardType;
|
|
@@ -12305,6 +12390,20 @@ declare namespace io.flow.v0.models {
|
|
|
12305
12390
|
readonly 'weight': number;
|
|
12306
12391
|
}
|
|
12307
12392
|
|
|
12393
|
+
interface TrueupLabelBaseV2 {
|
|
12394
|
+
readonly 'amount': number;
|
|
12395
|
+
}
|
|
12396
|
+
|
|
12397
|
+
interface TrueupLabelBaseWeight {
|
|
12398
|
+
readonly 'weight': number;
|
|
12399
|
+
}
|
|
12400
|
+
|
|
12401
|
+
interface TrueupLabelFuel {
|
|
12402
|
+
readonly 'amount': number;
|
|
12403
|
+
readonly 'percentage'?: number;
|
|
12404
|
+
readonly 'per_weight_unit'?: number;
|
|
12405
|
+
}
|
|
12406
|
+
|
|
12308
12407
|
interface TrueupLabelSurcharge {
|
|
12309
12408
|
readonly 'amount': number;
|
|
12310
12409
|
readonly 'type': io.flow.v0.enums.TrueupSurchargeType;
|
|
@@ -12317,6 +12416,12 @@ declare namespace io.flow.v0.models {
|
|
|
12317
12416
|
readonly 'length'?: io.flow.v0.enums.UnitOfLength;
|
|
12318
12417
|
}
|
|
12319
12418
|
|
|
12419
|
+
interface TrueupLabelWeights {
|
|
12420
|
+
readonly 'base': io.flow.v0.models.TrueupLabelBaseWeight;
|
|
12421
|
+
readonly 'dead'?: io.flow.v0.models.DeadWeight;
|
|
12422
|
+
readonly 'dimensional'?: io.flow.v0.models.DimensionalWeight;
|
|
12423
|
+
}
|
|
12424
|
+
|
|
12320
12425
|
interface UltimateBeneficiaryOwner {
|
|
12321
12426
|
readonly 'name': string;
|
|
12322
12427
|
readonly 'dob': string;
|
|
@@ -12418,11 +12523,6 @@ declare namespace io.flow.v0.models {
|
|
|
12418
12523
|
readonly 'virtual_card_capture': io.flow.v0.models.VirtualCardCapture;
|
|
12419
12524
|
}
|
|
12420
12525
|
|
|
12421
|
-
interface VirtualCardForm {
|
|
12422
|
-
readonly 'limit': io.flow.v0.models.Money;
|
|
12423
|
-
readonly 'attributes'?: Record<string, string>;
|
|
12424
|
-
}
|
|
12425
|
-
|
|
12426
12526
|
interface VirtualCardReference {
|
|
12427
12527
|
readonly 'id': string;
|
|
12428
12528
|
}
|
|
@@ -12568,7 +12668,7 @@ declare namespace io.flow.v0.unions {
|
|
|
12568
12668
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
12569
12669
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
12570
12670
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
12571
|
-
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
12671
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
12572
12672
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
|
|
12573
12673
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
12574
12674
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -12657,7 +12757,7 @@ declare namespace io.flow.v0.unions {
|
|
|
12657
12757
|
type Token = (io.flow.v0.models.ChannelToken | io.flow.v0.models.OrganizationToken | io.flow.v0.models.OrganizationTokenV2 | io.flow.v0.models.PartnerToken);
|
|
12658
12758
|
type TokenReference = (io.flow.v0.models.ChannelTokenReference | io.flow.v0.models.OrganizationTokenReference | io.flow.v0.models.OrganizationTokenV2Reference | io.flow.v0.models.PartnerTokenReference);
|
|
12659
12759
|
type TransactionDetails = (io.flow.v0.models.TransactionDetailsCard);
|
|
12660
|
-
type TransactionMetadata = (io.flow.v0.models.TransactionMetadataShippingLabel | io.flow.v0.models.TransactionMetadataChannel | io.flow.v0.models.TransactionMetadataTrueup | io.flow.v0.models.TransactionMetadataCarrierCharge | io.flow.v0.models.TransactionMetadataManual);
|
|
12760
|
+
type TransactionMetadata = (io.flow.v0.models.TransactionMetadataShippingLabel | io.flow.v0.models.TransactionMetadataChannel | io.flow.v0.models.TransactionMetadataTrueup | io.flow.v0.models.TransactionMetadataTrueupBase | io.flow.v0.models.TransactionMetadataTrueupSurcharge | io.flow.v0.models.TransactionMetadataCarrierCharge | io.flow.v0.models.TransactionMetadataManual | io.flow.v0.models.TransactionMetadataFailedPayout | io.flow.v0.models.TransactionMetadataPaymentTransaction);
|
|
12661
12761
|
}
|
|
12662
12762
|
|
|
12663
12763
|
export const abandonedOrderPromotionStatus: PropTypes.Requireable<io.flow.v0.enums.AbandonedOrderPromotionStatus>;
|
|
@@ -13511,6 +13611,9 @@ export const labelDeletedV2: PropTypes.Requireable<io.flow.v0.models.LabelDelete
|
|
|
13511
13611
|
export const labelFormatDeleted: PropTypes.Requireable<io.flow.v0.models.LabelFormatDeleted>;
|
|
13512
13612
|
export const labelFormatUpserted: PropTypes.Requireable<io.flow.v0.models.LabelFormatUpserted>;
|
|
13513
13613
|
export const labelOrderSummary: PropTypes.Requireable<io.flow.v0.models.LabelOrderSummary>;
|
|
13614
|
+
export const labelProcessingModification: PropTypes.Requireable<io.flow.v0.models.LabelProcessingModification>;
|
|
13615
|
+
export const labelProcessingModificationDeleted: PropTypes.Requireable<io.flow.v0.models.LabelProcessingModificationDeleted>;
|
|
13616
|
+
export const labelProcessingModificationUpserted: PropTypes.Requireable<io.flow.v0.models.LabelProcessingModificationUpserted>;
|
|
13514
13617
|
export const labelReference: PropTypes.Requireable<io.flow.v0.models.LabelReference>;
|
|
13515
13618
|
export const labelSurcharge: PropTypes.Requireable<io.flow.v0.models.LabelSurcharge>;
|
|
13516
13619
|
export const labelSurchargeDetailFlat: PropTypes.Requireable<io.flow.v0.models.LabelSurchargeDetailFlat>;
|
|
@@ -14242,24 +14345,35 @@ export const tradeAgreementDuty: PropTypes.Requireable<io.flow.v0.models.TradeAg
|
|
|
14242
14345
|
export const transaction: PropTypes.Requireable<io.flow.v0.models.Transaction>;
|
|
14243
14346
|
export const transactionDetailsCard: PropTypes.Requireable<io.flow.v0.models.TransactionDetailsCard>;
|
|
14244
14347
|
export const transactionMetadataCarrierCharge: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataCarrierCharge>;
|
|
14245
|
-
export const transactionMetadataCarrierChargeOutbound: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataCarrierChargeOutbound>;
|
|
14246
14348
|
export const transactionMetadataChannel: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannel>;
|
|
14247
14349
|
export const transactionMetadataChannelCardMetadata: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannelCardMetadata>;
|
|
14248
14350
|
export const transactionMetadataChannelCardMetadataIssuerSummary: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary>;
|
|
14351
|
+
export const transactionMetadataFailedPayout: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataFailedPayout>;
|
|
14352
|
+
export const transactionMetadataFailedPayoutReference: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataFailedPayoutReference>;
|
|
14249
14353
|
export const transactionMetadataManual: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataManual>;
|
|
14250
14354
|
export const transactionMetadataOriginalTransaction: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataOriginalTransaction>;
|
|
14355
|
+
export const transactionMetadataOutboundTransaction: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataOutboundTransaction>;
|
|
14356
|
+
export const transactionMetadataPaymentTransaction: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataPaymentTransaction>;
|
|
14251
14357
|
export const transactionMetadataShippingLabel: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataShippingLabel>;
|
|
14252
14358
|
export const transactionMetadataShippingLabelCarrier: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataShippingLabelCarrier>;
|
|
14253
14359
|
export const transactionMetadataTrueup: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueup>;
|
|
14360
|
+
export const transactionMetadataTrueupBase: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupBase>;
|
|
14361
|
+
export const transactionMetadataTrueupBaseData: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupBaseData>;
|
|
14254
14362
|
export const transactionMetadataTrueupData: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupData>;
|
|
14363
|
+
export const transactionMetadataTrueupSurcharge: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupSurcharge>;
|
|
14364
|
+
export const transactionMetadataTrueupSurchargeData: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupSurchargeData>;
|
|
14255
14365
|
export const transactionNetworkDetailsCard: PropTypes.Requireable<io.flow.v0.models.TransactionNetworkDetailsCard>;
|
|
14256
14366
|
export const transactionReference: PropTypes.Requireable<io.flow.v0.models.TransactionReference>;
|
|
14257
14367
|
export const transactionUpserted: PropTypes.Requireable<io.flow.v0.models.TransactionUpserted>;
|
|
14258
14368
|
export const transitEstimate: PropTypes.Requireable<io.flow.v0.models.TransitEstimate>;
|
|
14259
14369
|
export const transitWindow: PropTypes.Requireable<io.flow.v0.models.TransitWindow>;
|
|
14260
14370
|
export const trueupLabelBase: PropTypes.Requireable<io.flow.v0.models.TrueupLabelBase>;
|
|
14371
|
+
export const trueupLabelBaseV2: PropTypes.Requireable<io.flow.v0.models.TrueupLabelBaseV2>;
|
|
14372
|
+
export const trueupLabelBaseWeight: PropTypes.Requireable<io.flow.v0.models.TrueupLabelBaseWeight>;
|
|
14373
|
+
export const trueupLabelFuel: PropTypes.Requireable<io.flow.v0.models.TrueupLabelFuel>;
|
|
14261
14374
|
export const trueupLabelSurcharge: PropTypes.Requireable<io.flow.v0.models.TrueupLabelSurcharge>;
|
|
14262
14375
|
export const trueupLabelUnits: PropTypes.Requireable<io.flow.v0.models.TrueupLabelUnits>;
|
|
14376
|
+
export const trueupLabelWeights: PropTypes.Requireable<io.flow.v0.models.TrueupLabelWeights>;
|
|
14263
14377
|
export const ultimateBeneficiaryOwner: PropTypes.Requireable<io.flow.v0.models.UltimateBeneficiaryOwner>;
|
|
14264
14378
|
export const unharmonizedItemExportType: PropTypes.Requireable<io.flow.v0.models.UnharmonizedItemExportType>;
|
|
14265
14379
|
export const upload: PropTypes.Requireable<io.flow.v0.models.Upload>;
|
|
@@ -14274,7 +14388,6 @@ export const virtualCardCapture: PropTypes.Requireable<io.flow.v0.models.Virtual
|
|
|
14274
14388
|
export const virtualCardCaptureDeleted: PropTypes.Requireable<io.flow.v0.models.VirtualCardCaptureDeleted>;
|
|
14275
14389
|
export const virtualCardCaptureUpserted: PropTypes.Requireable<io.flow.v0.models.VirtualCardCaptureUpserted>;
|
|
14276
14390
|
export const virtualCardCaptureVersion: PropTypes.Requireable<io.flow.v0.models.VirtualCardCaptureVersion>;
|
|
14277
|
-
export const virtualCardForm: PropTypes.Requireable<io.flow.v0.models.VirtualCardForm>;
|
|
14278
14391
|
export const virtualCardReference: PropTypes.Requireable<io.flow.v0.models.VirtualCardReference>;
|
|
14279
14392
|
export const virtualCardRefund: PropTypes.Requireable<io.flow.v0.models.VirtualCardRefund>;
|
|
14280
14393
|
export const virtualCardRefundDeleted: PropTypes.Requireable<io.flow.v0.models.VirtualCardRefundDeleted>;
|