@flowio/types 11.24.93 → 11.24.95
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/dist/api-internal.d.ts +6266 -6095
- package/dist/api.d.ts +125 -26
- package/package.json +2 -2
- package/src/api-internal.ts +7846 -7579
- package/src/api.ts +187 -27
package/dist/api.d.ts
CHANGED
|
@@ -1019,6 +1019,7 @@ declare namespace io.flow.shopify.external.v0.enums {
|
|
|
1019
1019
|
type ShopifyCustomerState = 'disabled' | 'invited' | 'enabled';
|
|
1020
1020
|
type ShopifyDiscountPaginationDirection = 'next' | 'prev';
|
|
1021
1021
|
type ShopifyGiftCardStatus = 'any' | 'enabled' | 'disabled';
|
|
1022
|
+
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';
|
|
1022
1023
|
type ShopifyProcessingMethodType = 'checkout' | 'direct' | 'manual' | 'offsite' | 'express';
|
|
1023
1024
|
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';
|
|
1024
1025
|
type ShopifyTransactionStatus = 'pending' | 'failure' | 'success' | 'error';
|
|
@@ -1151,7 +1152,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1151
1152
|
readonly id: number;
|
|
1152
1153
|
readonly product_id: number;
|
|
1153
1154
|
readonly variant_ids: number[];
|
|
1154
|
-
readonly src
|
|
1155
|
+
readonly src?: string;
|
|
1155
1156
|
readonly position: number;
|
|
1156
1157
|
readonly created_at: string;
|
|
1157
1158
|
readonly updated_at: string;
|
|
@@ -1694,6 +1695,11 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1694
1695
|
readonly tax_lines: io.flow.shopify.external.v0.models.ShopifyTaxLine[];
|
|
1695
1696
|
readonly carrier_identifier?: string;
|
|
1696
1697
|
}
|
|
1698
|
+
interface ShopifyShopUpdate {
|
|
1699
|
+
readonly id: number;
|
|
1700
|
+
readonly plan_display_name: string;
|
|
1701
|
+
readonly plan_name: io.flow.shopify.external.v0.enums.ShopifyPlanName;
|
|
1702
|
+
}
|
|
1697
1703
|
interface ShopifyTaxLine {
|
|
1698
1704
|
readonly price: string;
|
|
1699
1705
|
readonly rate: number;
|
|
@@ -1948,7 +1954,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1948
1954
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
1949
1955
|
type EntityIdentifierType = 'ioss' | 'voec';
|
|
1950
1956
|
type Environment = 'sandbox' | 'production';
|
|
1951
|
-
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';
|
|
1957
|
+
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';
|
|
1952
1958
|
type ExceptionType = 'open' | 'closed';
|
|
1953
1959
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
1954
1960
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -2095,9 +2101,9 @@ declare namespace io.flow.v0.enums {
|
|
|
2095
2101
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
|
|
2096
2102
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
2097
2103
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
2098
|
-
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';
|
|
2099
|
-
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl';
|
|
2100
|
-
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion';
|
|
2104
|
+
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';
|
|
2105
|
+
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
2106
|
+
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';
|
|
2101
2107
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
2102
2108
|
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2103
2109
|
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
@@ -4155,6 +4161,7 @@ declare namespace io.flow.v0.models {
|
|
|
4155
4161
|
}
|
|
4156
4162
|
interface DeactivationPutForm {
|
|
4157
4163
|
readonly reason: string;
|
|
4164
|
+
readonly deactivate_at?: string;
|
|
4158
4165
|
}
|
|
4159
4166
|
interface DeadWeight {
|
|
4160
4167
|
readonly weight: number;
|
|
@@ -5967,6 +5974,26 @@ declare namespace io.flow.v0.models {
|
|
|
5967
5974
|
readonly id: string;
|
|
5968
5975
|
readonly number: string;
|
|
5969
5976
|
}
|
|
5977
|
+
interface LabelProcessingModification {
|
|
5978
|
+
readonly id: string;
|
|
5979
|
+
readonly modifications: string[];
|
|
5980
|
+
readonly destination: io.flow.v0.models.ShippingAddress;
|
|
5981
|
+
readonly destination_provided_to_carrier?: io.flow.v0.models.ShippingAddress;
|
|
5982
|
+
}
|
|
5983
|
+
interface LabelProcessingModificationDeleted {
|
|
5984
|
+
readonly discriminator: 'label_processing_modification_deleted';
|
|
5985
|
+
readonly event_id: string;
|
|
5986
|
+
readonly timestamp: string;
|
|
5987
|
+
readonly organization: string;
|
|
5988
|
+
readonly id: string;
|
|
5989
|
+
}
|
|
5990
|
+
interface LabelProcessingModificationUpserted {
|
|
5991
|
+
readonly discriminator: 'label_processing_modification_upserted';
|
|
5992
|
+
readonly event_id: string;
|
|
5993
|
+
readonly timestamp: string;
|
|
5994
|
+
readonly organization: string;
|
|
5995
|
+
readonly label_processing_modification: io.flow.v0.models.LabelProcessingModification;
|
|
5996
|
+
}
|
|
5970
5997
|
interface LabelReference {
|
|
5971
5998
|
readonly id: string;
|
|
5972
5999
|
}
|
|
@@ -6372,6 +6399,7 @@ declare namespace io.flow.v0.models {
|
|
|
6372
6399
|
interface MerchantDeactivated {
|
|
6373
6400
|
readonly discriminator: 'merchant_deactivated';
|
|
6374
6401
|
readonly reason: string;
|
|
6402
|
+
readonly deactivate_at?: string;
|
|
6375
6403
|
}
|
|
6376
6404
|
interface MerchantDisabled {
|
|
6377
6405
|
readonly discriminator: 'merchant_disabled';
|
|
@@ -7534,6 +7562,7 @@ declare namespace io.flow.v0.models {
|
|
|
7534
7562
|
readonly currency: string;
|
|
7535
7563
|
readonly base_amount?: number;
|
|
7536
7564
|
readonly base_currency?: string;
|
|
7565
|
+
readonly reference?: string;
|
|
7537
7566
|
}
|
|
7538
7567
|
interface PaymentAuthorizationStatus {
|
|
7539
7568
|
readonly status: io.flow.v0.enums.AuthorizationStatus;
|
|
@@ -7545,6 +7574,7 @@ declare namespace io.flow.v0.models {
|
|
|
7545
7574
|
readonly currency: string;
|
|
7546
7575
|
readonly base_amount?: number;
|
|
7547
7576
|
readonly base_currency?: string;
|
|
7577
|
+
readonly reference?: string;
|
|
7548
7578
|
readonly created_at: string;
|
|
7549
7579
|
readonly updated_at: string;
|
|
7550
7580
|
readonly status: io.flow.v0.models.PaymentCaptureStatus;
|
|
@@ -7552,6 +7582,7 @@ declare namespace io.flow.v0.models {
|
|
|
7552
7582
|
interface PaymentCaptureForm {
|
|
7553
7583
|
readonly amount?: number;
|
|
7554
7584
|
readonly currency?: string;
|
|
7585
|
+
readonly reference?: string;
|
|
7555
7586
|
readonly attributes?: Record<string, string>;
|
|
7556
7587
|
}
|
|
7557
7588
|
interface PaymentCaptureOptionAutomaticImmediate {
|
|
@@ -7677,6 +7708,7 @@ declare namespace io.flow.v0.models {
|
|
|
7677
7708
|
readonly device_fingerprint_details: io.flow.v0.unions.DeviceFingerprintDetails;
|
|
7678
7709
|
readonly cvv?: string;
|
|
7679
7710
|
readonly stored_details_card?: io.flow.v0.unions.PaymentMethodStoredDetailsCard;
|
|
7711
|
+
readonly reference?: string;
|
|
7680
7712
|
}
|
|
7681
7713
|
interface PaymentMethodDataAuthorizeGooglepay {
|
|
7682
7714
|
readonly type: 'authorize_googlepay';
|
|
@@ -7705,35 +7737,36 @@ declare namespace io.flow.v0.models {
|
|
|
7705
7737
|
}
|
|
7706
7738
|
interface PaymentMethodDataInitAfterpay {
|
|
7707
7739
|
readonly type: 'init_afterpay';
|
|
7708
|
-
readonly
|
|
7740
|
+
readonly reference?: string;
|
|
7709
7741
|
}
|
|
7710
7742
|
interface PaymentMethodDataInitApplepay {
|
|
7711
7743
|
readonly type: 'init_applepay';
|
|
7712
|
-
readonly
|
|
7744
|
+
readonly reference?: string;
|
|
7713
7745
|
}
|
|
7714
7746
|
interface PaymentMethodDataInitBancontact {
|
|
7715
7747
|
readonly type: 'init_bancontact';
|
|
7716
|
-
readonly
|
|
7748
|
+
readonly reference?: string;
|
|
7717
7749
|
}
|
|
7718
7750
|
interface PaymentMethodDataInitGooglepay {
|
|
7719
7751
|
readonly type: 'init_googlepay';
|
|
7720
|
-
readonly
|
|
7752
|
+
readonly reference?: string;
|
|
7721
7753
|
}
|
|
7722
7754
|
interface PaymentMethodDataInitIdeal {
|
|
7723
7755
|
readonly type: 'init_ideal';
|
|
7724
7756
|
readonly issuer?: string;
|
|
7757
|
+
readonly reference?: string;
|
|
7725
7758
|
}
|
|
7726
7759
|
interface PaymentMethodDataInitKlarna {
|
|
7727
7760
|
readonly type: 'init_klarna';
|
|
7728
|
-
readonly
|
|
7761
|
+
readonly reference?: string;
|
|
7729
7762
|
}
|
|
7730
7763
|
interface PaymentMethodDataInitPaypal {
|
|
7731
7764
|
readonly type: 'init_paypal';
|
|
7732
|
-
readonly
|
|
7765
|
+
readonly reference?: string;
|
|
7733
7766
|
}
|
|
7734
7767
|
interface PaymentMethodDataInitSofort {
|
|
7735
7768
|
readonly type: 'init_sofort';
|
|
7736
|
-
readonly
|
|
7769
|
+
readonly reference?: string;
|
|
7737
7770
|
}
|
|
7738
7771
|
interface PaymentMethodDataOptionLogoSvg {
|
|
7739
7772
|
readonly type: 'svg';
|
|
@@ -7832,7 +7865,7 @@ declare namespace io.flow.v0.models {
|
|
|
7832
7865
|
readonly merchant_of_record: io.flow.v0.enums.MerchantOfRecord;
|
|
7833
7866
|
}
|
|
7834
7867
|
interface PaymentOrderDetailsLineItem {
|
|
7835
|
-
readonly id
|
|
7868
|
+
readonly id?: string;
|
|
7836
7869
|
readonly description: string;
|
|
7837
7870
|
readonly quantity: number;
|
|
7838
7871
|
readonly amount: number;
|
|
@@ -7909,6 +7942,7 @@ declare namespace io.flow.v0.models {
|
|
|
7909
7942
|
readonly currency: string;
|
|
7910
7943
|
readonly base_amount?: number;
|
|
7911
7944
|
readonly base_currency?: string;
|
|
7945
|
+
readonly reference?: string;
|
|
7912
7946
|
readonly created_at: string;
|
|
7913
7947
|
readonly updated_at: string;
|
|
7914
7948
|
readonly status: io.flow.v0.models.PaymentRefundStatus;
|
|
@@ -7916,6 +7950,7 @@ declare namespace io.flow.v0.models {
|
|
|
7916
7950
|
interface PaymentRefundForm {
|
|
7917
7951
|
readonly amount?: number;
|
|
7918
7952
|
readonly currency?: string;
|
|
7953
|
+
readonly reference?: string;
|
|
7919
7954
|
}
|
|
7920
7955
|
interface PaymentRefundStatus {
|
|
7921
7956
|
readonly status: io.flow.v0.enums.RefundStatus;
|
|
@@ -8009,6 +8044,7 @@ declare namespace io.flow.v0.models {
|
|
|
8009
8044
|
readonly currency: string;
|
|
8010
8045
|
readonly base_amount?: number;
|
|
8011
8046
|
readonly base_currency?: string;
|
|
8047
|
+
readonly reference?: string;
|
|
8012
8048
|
readonly created_at: string;
|
|
8013
8049
|
readonly updated_at: string;
|
|
8014
8050
|
readonly status: io.flow.v0.models.PaymentReversalStatus;
|
|
@@ -8016,6 +8052,7 @@ declare namespace io.flow.v0.models {
|
|
|
8016
8052
|
interface PaymentReversalForm {
|
|
8017
8053
|
readonly amount?: number;
|
|
8018
8054
|
readonly currency?: string;
|
|
8055
|
+
readonly reference?: string;
|
|
8019
8056
|
}
|
|
8020
8057
|
interface PaymentReversalStatus {
|
|
8021
8058
|
readonly status: io.flow.v0.enums.ReversalStatus;
|
|
@@ -8402,7 +8439,7 @@ declare namespace io.flow.v0.models {
|
|
|
8402
8439
|
readonly event_id: string;
|
|
8403
8440
|
readonly timestamp: string;
|
|
8404
8441
|
readonly organization: string;
|
|
8405
|
-
readonly
|
|
8442
|
+
readonly id: string;
|
|
8406
8443
|
}
|
|
8407
8444
|
interface ProductRestrictionResultUpserted {
|
|
8408
8445
|
readonly discriminator: 'product_restriction_result_upserted';
|
|
@@ -10605,15 +10642,13 @@ declare namespace io.flow.v0.models {
|
|
|
10605
10642
|
readonly carrier_id: string;
|
|
10606
10643
|
readonly carrier_tracking_number: string;
|
|
10607
10644
|
readonly revenue_share_percentage: number;
|
|
10608
|
-
readonly outbound?: io.flow.v0.models.
|
|
10609
|
-
}
|
|
10610
|
-
interface TransactionMetadataCarrierChargeOutbound {
|
|
10611
|
-
readonly transaction_id: string;
|
|
10645
|
+
readonly outbound?: io.flow.v0.models.TransactionMetadataOutboundTransaction;
|
|
10612
10646
|
}
|
|
10613
10647
|
interface TransactionMetadataChannel {
|
|
10614
10648
|
readonly discriminator: 'channel';
|
|
10615
10649
|
readonly method: string;
|
|
10616
10650
|
readonly card?: io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
10651
|
+
readonly organization_transaction: io.flow.v0.models.TransactionReference;
|
|
10617
10652
|
}
|
|
10618
10653
|
interface TransactionMetadataChannelCardMetadata {
|
|
10619
10654
|
readonly type: io.flow.v0.enums.CardType;
|
|
@@ -10623,6 +10658,13 @@ declare namespace io.flow.v0.models {
|
|
|
10623
10658
|
readonly iin: string;
|
|
10624
10659
|
readonly country: string;
|
|
10625
10660
|
}
|
|
10661
|
+
interface TransactionMetadataFailedPayout {
|
|
10662
|
+
readonly discriminator: 'failed_payout';
|
|
10663
|
+
readonly failed_payout: io.flow.v0.models.TransactionMetadataFailedPayoutReference;
|
|
10664
|
+
}
|
|
10665
|
+
interface TransactionMetadataFailedPayoutReference {
|
|
10666
|
+
readonly id: string;
|
|
10667
|
+
}
|
|
10626
10668
|
interface TransactionMetadataManual {
|
|
10627
10669
|
readonly discriminator: 'manual';
|
|
10628
10670
|
readonly description: string;
|
|
@@ -10632,6 +10674,14 @@ declare namespace io.flow.v0.models {
|
|
|
10632
10674
|
interface TransactionMetadataOriginalTransaction {
|
|
10633
10675
|
readonly id: string;
|
|
10634
10676
|
}
|
|
10677
|
+
interface TransactionMetadataOutboundTransaction {
|
|
10678
|
+
readonly transaction_id: string;
|
|
10679
|
+
}
|
|
10680
|
+
interface TransactionMetadataPaymentTransaction {
|
|
10681
|
+
readonly discriminator: 'payment_transaction';
|
|
10682
|
+
readonly id?: string;
|
|
10683
|
+
readonly key?: string;
|
|
10684
|
+
}
|
|
10635
10685
|
interface TransactionMetadataShippingLabel {
|
|
10636
10686
|
readonly discriminator: 'shipping_label';
|
|
10637
10687
|
readonly request_method?: io.flow.v0.enums.LabelRequestMethod;
|
|
@@ -10648,6 +10698,20 @@ declare namespace io.flow.v0.models {
|
|
|
10648
10698
|
readonly estimate: io.flow.v0.models.TransactionMetadataTrueupData;
|
|
10649
10699
|
readonly actual: io.flow.v0.models.TransactionMetadataTrueupData;
|
|
10650
10700
|
}
|
|
10701
|
+
interface TransactionMetadataTrueupBase {
|
|
10702
|
+
readonly discriminator: 'trueup_base';
|
|
10703
|
+
readonly original: io.flow.v0.models.TransactionMetadataOriginalTransaction;
|
|
10704
|
+
readonly estimate: io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
|
10705
|
+
readonly actual: io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
|
10706
|
+
}
|
|
10707
|
+
interface TransactionMetadataTrueupBaseData {
|
|
10708
|
+
readonly source: io.flow.v0.enums.TrueupSource;
|
|
10709
|
+
readonly weights: io.flow.v0.models.TrueupLabelWeights;
|
|
10710
|
+
readonly units: io.flow.v0.models.TrueupLabelUnits;
|
|
10711
|
+
readonly base: io.flow.v0.models.TrueupLabelBaseV2;
|
|
10712
|
+
readonly fuel?: io.flow.v0.models.TrueupLabelFuel;
|
|
10713
|
+
readonly total: number;
|
|
10714
|
+
}
|
|
10651
10715
|
interface TransactionMetadataTrueupData {
|
|
10652
10716
|
readonly source: io.flow.v0.enums.TrueupSource;
|
|
10653
10717
|
readonly units: io.flow.v0.models.TrueupLabelUnits;
|
|
@@ -10657,6 +10721,16 @@ declare namespace io.flow.v0.models {
|
|
|
10657
10721
|
readonly dead?: io.flow.v0.models.DeadWeight;
|
|
10658
10722
|
readonly dimensional?: io.flow.v0.models.DimensionalWeight;
|
|
10659
10723
|
}
|
|
10724
|
+
interface TransactionMetadataTrueupSurcharge {
|
|
10725
|
+
readonly discriminator: 'trueup_surcharge';
|
|
10726
|
+
readonly original: io.flow.v0.models.TransactionMetadataOriginalTransaction;
|
|
10727
|
+
readonly estimate: io.flow.v0.models.TransactionMetadataTrueupSurchargeData;
|
|
10728
|
+
readonly actual: io.flow.v0.models.TransactionMetadataTrueupSurchargeData;
|
|
10729
|
+
}
|
|
10730
|
+
interface TransactionMetadataTrueupSurchargeData {
|
|
10731
|
+
readonly source: io.flow.v0.enums.TrueupSource;
|
|
10732
|
+
readonly surcharge: io.flow.v0.models.TrueupLabelSurcharge;
|
|
10733
|
+
}
|
|
10660
10734
|
interface TransactionNetworkDetailsCard {
|
|
10661
10735
|
readonly network_transaction_id?: string;
|
|
10662
10736
|
readonly network?: io.flow.v0.enums.CardType;
|
|
@@ -10688,6 +10762,17 @@ declare namespace io.flow.v0.models {
|
|
|
10688
10762
|
readonly amount: number;
|
|
10689
10763
|
readonly weight: number;
|
|
10690
10764
|
}
|
|
10765
|
+
interface TrueupLabelBaseV2 {
|
|
10766
|
+
readonly amount: number;
|
|
10767
|
+
}
|
|
10768
|
+
interface TrueupLabelBaseWeight {
|
|
10769
|
+
readonly weight: number;
|
|
10770
|
+
}
|
|
10771
|
+
interface TrueupLabelFuel {
|
|
10772
|
+
readonly amount: number;
|
|
10773
|
+
readonly percentage?: number;
|
|
10774
|
+
readonly per_weight_unit?: number;
|
|
10775
|
+
}
|
|
10691
10776
|
interface TrueupLabelSurcharge {
|
|
10692
10777
|
readonly amount: number;
|
|
10693
10778
|
readonly type: io.flow.v0.enums.TrueupSurchargeType;
|
|
@@ -10698,6 +10783,11 @@ declare namespace io.flow.v0.models {
|
|
|
10698
10783
|
readonly weight: io.flow.v0.enums.UnitOfWeight;
|
|
10699
10784
|
readonly length?: io.flow.v0.enums.UnitOfLength;
|
|
10700
10785
|
}
|
|
10786
|
+
interface TrueupLabelWeights {
|
|
10787
|
+
readonly base: io.flow.v0.models.TrueupLabelBaseWeight;
|
|
10788
|
+
readonly dead?: io.flow.v0.models.DeadWeight;
|
|
10789
|
+
readonly dimensional?: io.flow.v0.models.DimensionalWeight;
|
|
10790
|
+
}
|
|
10701
10791
|
interface UltimateBeneficiaryOwner {
|
|
10702
10792
|
readonly name: string;
|
|
10703
10793
|
readonly dob: string;
|
|
@@ -10785,10 +10875,6 @@ declare namespace io.flow.v0.models {
|
|
|
10785
10875
|
readonly type: io.flow.v0.enums.ChangeType;
|
|
10786
10876
|
readonly virtual_card_capture: io.flow.v0.models.VirtualCardCapture;
|
|
10787
10877
|
}
|
|
10788
|
-
interface VirtualCardForm {
|
|
10789
|
-
readonly limit: io.flow.v0.models.Money;
|
|
10790
|
-
readonly attributes?: Record<string, string>;
|
|
10791
|
-
}
|
|
10792
10878
|
interface VirtualCardReference {
|
|
10793
10879
|
readonly id: string;
|
|
10794
10880
|
}
|
|
@@ -10918,7 +11004,7 @@ declare namespace io.flow.v0.unions {
|
|
|
10918
11004
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
10919
11005
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
10920
11006
|
type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
|
|
10921
|
-
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;
|
|
11007
|
+
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;
|
|
10922
11008
|
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
|
|
10923
11009
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
10924
11010
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
@@ -11005,7 +11091,7 @@ declare namespace io.flow.v0.unions {
|
|
|
11005
11091
|
type Token = io.flow.v0.models.ChannelToken | io.flow.v0.models.OrganizationToken | io.flow.v0.models.OrganizationTokenV2 | io.flow.v0.models.PartnerToken;
|
|
11006
11092
|
type TokenReference = io.flow.v0.models.ChannelTokenReference | io.flow.v0.models.OrganizationTokenReference | io.flow.v0.models.OrganizationTokenV2Reference | io.flow.v0.models.PartnerTokenReference;
|
|
11007
11093
|
type TransactionDetails = io.flow.v0.models.TransactionDetailsCard;
|
|
11008
|
-
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;
|
|
11094
|
+
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;
|
|
11009
11095
|
}
|
|
11010
11096
|
export declare type AbandonedOrderEmailSettings = io.flow.v0.models.AbandonedOrderEmailSettings;
|
|
11011
11097
|
export declare type AbandonedOrderPromotion = io.flow.v0.models.AbandonedOrderPromotion;
|
|
@@ -11778,6 +11864,9 @@ export declare type LabelDeletedV2 = io.flow.v0.models.LabelDeletedV2;
|
|
|
11778
11864
|
export declare type LabelFormatDeleted = io.flow.v0.models.LabelFormatDeleted;
|
|
11779
11865
|
export declare type LabelFormatUpserted = io.flow.v0.models.LabelFormatUpserted;
|
|
11780
11866
|
export declare type LabelOrderSummary = io.flow.v0.models.LabelOrderSummary;
|
|
11867
|
+
export declare type LabelProcessingModification = io.flow.v0.models.LabelProcessingModification;
|
|
11868
|
+
export declare type LabelProcessingModificationDeleted = io.flow.v0.models.LabelProcessingModificationDeleted;
|
|
11869
|
+
export declare type LabelProcessingModificationUpserted = io.flow.v0.models.LabelProcessingModificationUpserted;
|
|
11781
11870
|
export declare type LabelReference = io.flow.v0.models.LabelReference;
|
|
11782
11871
|
export declare type LabelRequestMethod = io.flow.v0.enums.LabelRequestMethod;
|
|
11783
11872
|
export declare type LabelSurcharge = io.flow.v0.models.LabelSurcharge;
|
|
@@ -12683,16 +12772,23 @@ export declare type TransactionDetails = io.flow.v0.unions.TransactionDetails;
|
|
|
12683
12772
|
export declare type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
|
|
12684
12773
|
export declare type TransactionMetadata = io.flow.v0.unions.TransactionMetadata;
|
|
12685
12774
|
export declare type TransactionMetadataCarrierCharge = io.flow.v0.models.TransactionMetadataCarrierCharge;
|
|
12686
|
-
export declare type TransactionMetadataCarrierChargeOutbound = io.flow.v0.models.TransactionMetadataCarrierChargeOutbound;
|
|
12687
12775
|
export declare type TransactionMetadataChannel = io.flow.v0.models.TransactionMetadataChannel;
|
|
12688
12776
|
export declare type TransactionMetadataChannelCardMetadata = io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
12689
12777
|
export declare type TransactionMetadataChannelCardMetadataIssuerSummary = io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary;
|
|
12778
|
+
export declare type TransactionMetadataFailedPayout = io.flow.v0.models.TransactionMetadataFailedPayout;
|
|
12779
|
+
export declare type TransactionMetadataFailedPayoutReference = io.flow.v0.models.TransactionMetadataFailedPayoutReference;
|
|
12690
12780
|
export declare type TransactionMetadataManual = io.flow.v0.models.TransactionMetadataManual;
|
|
12691
12781
|
export declare type TransactionMetadataOriginalTransaction = io.flow.v0.models.TransactionMetadataOriginalTransaction;
|
|
12782
|
+
export declare type TransactionMetadataOutboundTransaction = io.flow.v0.models.TransactionMetadataOutboundTransaction;
|
|
12783
|
+
export declare type TransactionMetadataPaymentTransaction = io.flow.v0.models.TransactionMetadataPaymentTransaction;
|
|
12692
12784
|
export declare type TransactionMetadataShippingLabel = io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
12693
12785
|
export declare type TransactionMetadataShippingLabelCarrier = io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
12694
12786
|
export declare type TransactionMetadataTrueup = io.flow.v0.models.TransactionMetadataTrueup;
|
|
12787
|
+
export declare type TransactionMetadataTrueupBase = io.flow.v0.models.TransactionMetadataTrueupBase;
|
|
12788
|
+
export declare type TransactionMetadataTrueupBaseData = io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
|
12695
12789
|
export declare type TransactionMetadataTrueupData = io.flow.v0.models.TransactionMetadataTrueupData;
|
|
12790
|
+
export declare type TransactionMetadataTrueupSurcharge = io.flow.v0.models.TransactionMetadataTrueupSurcharge;
|
|
12791
|
+
export declare type TransactionMetadataTrueupSurchargeData = io.flow.v0.models.TransactionMetadataTrueupSurchargeData;
|
|
12696
12792
|
export declare type TransactionNetworkDetailsCard = io.flow.v0.models.TransactionNetworkDetailsCard;
|
|
12697
12793
|
export declare type TransactionReference = io.flow.v0.models.TransactionReference;
|
|
12698
12794
|
export declare type TransactionSource = io.flow.v0.enums.TransactionSource;
|
|
@@ -12700,8 +12796,12 @@ export declare type TransactionUpserted = io.flow.v0.models.TransactionUpserted;
|
|
|
12700
12796
|
export declare type TransitEstimate = io.flow.v0.models.TransitEstimate;
|
|
12701
12797
|
export declare type TransitWindow = io.flow.v0.models.TransitWindow;
|
|
12702
12798
|
export declare type TrueupLabelBase = io.flow.v0.models.TrueupLabelBase;
|
|
12799
|
+
export declare type TrueupLabelBaseV2 = io.flow.v0.models.TrueupLabelBaseV2;
|
|
12800
|
+
export declare type TrueupLabelBaseWeight = io.flow.v0.models.TrueupLabelBaseWeight;
|
|
12801
|
+
export declare type TrueupLabelFuel = io.flow.v0.models.TrueupLabelFuel;
|
|
12703
12802
|
export declare type TrueupLabelSurcharge = io.flow.v0.models.TrueupLabelSurcharge;
|
|
12704
12803
|
export declare type TrueupLabelUnits = io.flow.v0.models.TrueupLabelUnits;
|
|
12804
|
+
export declare type TrueupLabelWeights = io.flow.v0.models.TrueupLabelWeights;
|
|
12705
12805
|
export declare type TrueupSource = io.flow.v0.enums.TrueupSource;
|
|
12706
12806
|
export declare type TrueupSurchargeType = io.flow.v0.enums.TrueupSurchargeType;
|
|
12707
12807
|
export declare type UltimateBeneficiaryOwner = io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
@@ -12727,7 +12827,6 @@ export declare type VirtualCardCapture = io.flow.v0.models.VirtualCardCapture;
|
|
|
12727
12827
|
export declare type VirtualCardCaptureDeleted = io.flow.v0.models.VirtualCardCaptureDeleted;
|
|
12728
12828
|
export declare type VirtualCardCaptureUpserted = io.flow.v0.models.VirtualCardCaptureUpserted;
|
|
12729
12829
|
export declare type VirtualCardCaptureVersion = io.flow.v0.models.VirtualCardCaptureVersion;
|
|
12730
|
-
export declare type VirtualCardForm = io.flow.v0.models.VirtualCardForm;
|
|
12731
12830
|
export declare type VirtualCardReference = io.flow.v0.models.VirtualCardReference;
|
|
12732
12831
|
export declare type VirtualCardRefund = io.flow.v0.models.VirtualCardRefund;
|
|
12733
12832
|
export declare type VirtualCardRefundDeleted = io.flow.v0.models.VirtualCardRefundDeleted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.95",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "15b5319239e2dc57a7ee0b2171f4f54fc4172c16"
|
|
29
29
|
}
|