@flowio/api-prop-types 10.16.106 → 10.16.108
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 +54 -33
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +54 -33
- package/src/api.js +83 -64
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-prop-types",
|
|
3
|
-
"version": "10.16.
|
|
3
|
+
"version": "10.16.108",
|
|
4
4
|
"description": "PropType validators that work with Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"prop-types": "^15.7.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
|
|
33
33
|
}
|
package/src/api.d.ts
CHANGED
|
@@ -2487,7 +2487,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
2487
2487
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
2488
2488
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
2489
2489
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
2490
|
-
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
2490
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
2491
2491
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
2492
2492
|
}
|
|
2493
2493
|
|
|
@@ -2562,9 +2562,9 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
2562
2562
|
readonly 'rejection_reason'?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
2563
2563
|
}
|
|
2564
2564
|
|
|
2565
|
-
interface
|
|
2565
|
+
interface ChannelOrganizationDomains {
|
|
2566
2566
|
readonly 'internal': string;
|
|
2567
|
-
readonly '
|
|
2567
|
+
readonly 'external': string;
|
|
2568
2568
|
}
|
|
2569
2569
|
|
|
2570
2570
|
interface ChannelOrganizationInstallation {
|
|
@@ -2578,7 +2578,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
2580
|
interface ChannelOrganizationMetadata {
|
|
2581
|
-
readonly 'domain': io.flow.channel.internal.v0.models.
|
|
2581
|
+
readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomains;
|
|
2582
2582
|
readonly 'token': string;
|
|
2583
2583
|
}
|
|
2584
2584
|
|
|
@@ -3464,7 +3464,7 @@ declare namespace io.flow.v0.enums {
|
|
|
3464
3464
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
3465
3465
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
3466
3466
|
type Environment = 'sandbox' | 'production';
|
|
3467
|
-
type EventType = 'test_upserted' | 'generate_load' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'anirban_item_upserted' | 'anirban_item_deleted' | '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' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_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' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | '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' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_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' | '
|
|
3467
|
+
type EventType = 'test_upserted' | 'generate_load' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'anirban_item_upserted' | 'anirban_item_deleted' | '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' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_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' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | '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' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_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' | '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' | 'merchant_application_upserted' | 'merchant_application_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' | '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' | 'authorization_retry_upserted' | 'authorization_retry_deleted' | 'transfer_upserted' | 'transfer_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'product_inserted' | 'product_updated' | 'product_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
3468
3468
|
type ExceptionType = 'open' | 'closed';
|
|
3469
3469
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
3470
3470
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -3606,7 +3606,9 @@ declare namespace io.flow.v0.enums {
|
|
|
3606
3606
|
type TaxApplicability = 'none' | 'all';
|
|
3607
3607
|
type TaxDutyCalculatorValidationErrorCode = 'generic_error' | 'destination_country_not_defined' | 'destination_address_iso3166_unrecognized' | 'line_item_shipfrom_shipto_country_invalid' | 'line_item_ship_from_invalid' | 'line_item_currency_iso4217_unrecognized' | 'line_quantity_invalid' | 'line_item_quantity_invalid' | 'line_item_unit_price_precision_invalid' | 'line_item_unit_price_negative' | 'line_item_discount_amount_precision_invalid' | 'line_item_discount_amount_positive' | 'line_item_country_of_origin_iso3166_unrecognized' | 'line_item_hs_code_invalid' | 'line_item_duty_provider_invalid' | 'shipping_unit_price_precision_invalid' | 'shipping_unit_price_negative' | 'shipping_discount_amount_precision_invalid' | 'shipping_discount_amount_invalid' | 'merchant_of_record_invalid' | 'wrong_unit_specified';
|
|
3608
3608
|
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
3609
|
+
type TaxJurisdictionType = 'country' | 'province';
|
|
3609
3610
|
type TaxReportType = 'consumer' | 'b2b';
|
|
3611
|
+
type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
|
|
3610
3612
|
type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
|
|
3611
3613
|
type TaxabilityType = 'tax_rule';
|
|
3612
3614
|
type TaxabilityValue = 'exempt';
|
|
@@ -4405,6 +4407,7 @@ declare namespace io.flow.v0.models {
|
|
|
4405
4407
|
readonly 'key': string;
|
|
4406
4408
|
readonly 'invoice': io.flow.v0.models.B2BInvoiceReference;
|
|
4407
4409
|
readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
|
|
4410
|
+
readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
|
|
4408
4411
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
4409
4412
|
readonly 'attributes': Record<string, string>;
|
|
4410
4413
|
readonly 'b2b_invoice_type': io.flow.v0.enums.B2BInvoiceType;
|
|
@@ -4439,6 +4442,7 @@ declare namespace io.flow.v0.models {
|
|
|
4439
4442
|
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
4440
4443
|
readonly 'destination'?: io.flow.v0.models.OrderAddress;
|
|
4441
4444
|
readonly 'tax': io.flow.v0.models.Money;
|
|
4445
|
+
readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
|
|
4442
4446
|
readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
|
|
4443
4447
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
4444
4448
|
readonly 'attributes': Record<string, string>;
|
|
@@ -5532,6 +5536,7 @@ declare namespace io.flow.v0.models {
|
|
|
5532
5536
|
|
|
5533
5537
|
interface ConsumerInvoiceLineDiscount {
|
|
5534
5538
|
readonly 'discriminator': 'discount';
|
|
5539
|
+
readonly 'line_id'?: string;
|
|
5535
5540
|
readonly 'price': io.flow.v0.models.Price;
|
|
5536
5541
|
}
|
|
5537
5542
|
|
|
@@ -5542,6 +5547,7 @@ declare namespace io.flow.v0.models {
|
|
|
5542
5547
|
|
|
5543
5548
|
interface ConsumerInvoiceLineItem {
|
|
5544
5549
|
readonly 'discriminator': 'item';
|
|
5550
|
+
readonly 'line_id'?: string;
|
|
5545
5551
|
readonly 'item': io.flow.v0.models.ItemReference;
|
|
5546
5552
|
readonly 'description': string;
|
|
5547
5553
|
readonly 'quantity': number;
|
|
@@ -5563,6 +5569,7 @@ declare namespace io.flow.v0.models {
|
|
|
5563
5569
|
|
|
5564
5570
|
interface ConsumerInvoiceLineShipping {
|
|
5565
5571
|
readonly 'discriminator': 'shipping';
|
|
5572
|
+
readonly 'line_id'?: string;
|
|
5566
5573
|
readonly 'price': io.flow.v0.models.Price;
|
|
5567
5574
|
readonly 'discount'?: io.flow.v0.models.Price;
|
|
5568
5575
|
readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
|
|
@@ -5579,6 +5586,7 @@ declare namespace io.flow.v0.models {
|
|
|
5579
5586
|
|
|
5580
5587
|
interface ConsumerInvoiceLineTip {
|
|
5581
5588
|
readonly 'discriminator': 'tip';
|
|
5589
|
+
readonly 'line_id'?: string;
|
|
5582
5590
|
readonly 'price': io.flow.v0.models.Price;
|
|
5583
5591
|
readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
|
|
5584
5592
|
}
|
|
@@ -7651,6 +7659,11 @@ declare namespace io.flow.v0.models {
|
|
|
7651
7659
|
readonly 'date_to'?: string;
|
|
7652
7660
|
}
|
|
7653
7661
|
|
|
7662
|
+
interface InvoiceTaxLine {
|
|
7663
|
+
readonly 'line_id': string;
|
|
7664
|
+
readonly 'tax_breakdown': io.flow.v0.models.TaxBreakdown[];
|
|
7665
|
+
}
|
|
7666
|
+
|
|
7654
7667
|
interface IssuerReference {
|
|
7655
7668
|
readonly 'id': string;
|
|
7656
7669
|
}
|
|
@@ -8020,32 +8033,6 @@ declare namespace io.flow.v0.models {
|
|
|
8020
8033
|
readonly 'length': io.flow.v0.enums.UnitOfLength;
|
|
8021
8034
|
}
|
|
8022
8035
|
|
|
8023
|
-
interface LabelUpserted {
|
|
8024
|
-
readonly 'discriminator': 'label_upserted';
|
|
8025
|
-
readonly 'event_id': string;
|
|
8026
|
-
readonly 'timestamp': string;
|
|
8027
|
-
readonly 'organization': string;
|
|
8028
|
-
readonly 'label_id': string;
|
|
8029
|
-
readonly 'carrier_tracking_number': string;
|
|
8030
|
-
readonly 'commercial_invoice': string;
|
|
8031
|
-
readonly 'flow_tracking_number': string;
|
|
8032
|
-
readonly 'destination': io.flow.v0.models.ShippingAddress;
|
|
8033
|
-
readonly 'origin': io.flow.v0.models.ShippingAddress;
|
|
8034
|
-
readonly 'carrier': string;
|
|
8035
|
-
readonly 'service': string;
|
|
8036
|
-
readonly 'zpl'?: string;
|
|
8037
|
-
readonly 'pdf'?: string;
|
|
8038
|
-
readonly 'png'?: string;
|
|
8039
|
-
readonly 'order'?: string;
|
|
8040
|
-
readonly 'carrier_tracking_number_url'?: string;
|
|
8041
|
-
readonly 'flow_tracking_number_url'?: string;
|
|
8042
|
-
readonly 'center_key'?: string;
|
|
8043
|
-
readonly 'recipient'?: io.flow.v0.enums.ShipmentRecipient;
|
|
8044
|
-
readonly 'package'?: io.flow.v0.models.ShippingLabelPackage;
|
|
8045
|
-
readonly 'order_identifier'?: string;
|
|
8046
|
-
readonly 'fulfillment_key'?: string;
|
|
8047
|
-
}
|
|
8048
|
-
|
|
8049
8036
|
interface LabelUpsertedV2 {
|
|
8050
8037
|
readonly 'discriminator': 'label_upserted_v2';
|
|
8051
8038
|
readonly 'event_id': string;
|
|
@@ -8570,6 +8557,7 @@ declare namespace io.flow.v0.models {
|
|
|
8570
8557
|
interface NeedsActionAttributes {
|
|
8571
8558
|
readonly 'reason_code': string;
|
|
8572
8559
|
readonly 'category_metafield_handles': string[];
|
|
8560
|
+
readonly 'require_msds'?: boolean;
|
|
8573
8561
|
}
|
|
8574
8562
|
|
|
8575
8563
|
interface NiallItemDeleted {
|
|
@@ -12762,6 +12750,14 @@ declare namespace io.flow.v0.models {
|
|
|
12762
12750
|
readonly 'deminimis'?: io.flow.v0.unions.Deminimis;
|
|
12763
12751
|
}
|
|
12764
12752
|
|
|
12753
|
+
interface TaxBreakdown {
|
|
12754
|
+
readonly 'label': string;
|
|
12755
|
+
readonly 'calculated_tax': io.flow.v0.models.Money;
|
|
12756
|
+
readonly 'rate': number;
|
|
12757
|
+
readonly 'line_total': io.flow.v0.models.Money;
|
|
12758
|
+
readonly 'jurisdiction_type': io.flow.v0.enums.TaxJurisdictionType;
|
|
12759
|
+
}
|
|
12760
|
+
|
|
12765
12761
|
interface TaxDutyCalculatorValidationError {
|
|
12766
12762
|
readonly 'code': io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
|
|
12767
12763
|
readonly 'messages': string[];
|
|
@@ -13314,6 +13310,25 @@ declare namespace io.flow.v0.models {
|
|
|
13314
13310
|
interface TransactionMetadataTaxDuty {
|
|
13315
13311
|
readonly 'discriminator': 'transaction_tax_duty';
|
|
13316
13312
|
readonly 'reason_code': io.flow.v0.enums.TaxDutyTransactionReasonCode;
|
|
13313
|
+
readonly 'local_currency'?: string;
|
|
13314
|
+
readonly 'actual'?: io.flow.v0.models.TransactionMetadataTaxDutyActual;
|
|
13315
|
+
readonly 'estimate'?: io.flow.v0.models.TransactionMetadataTaxDutyEstimate;
|
|
13316
|
+
readonly 'delta'?: io.flow.v0.models.TransactionMetadataTaxDutyDelta;
|
|
13317
|
+
}
|
|
13318
|
+
|
|
13319
|
+
interface TransactionMetadataTaxDutyActual {
|
|
13320
|
+
readonly 'base'?: number;
|
|
13321
|
+
readonly 'local'?: number;
|
|
13322
|
+
}
|
|
13323
|
+
|
|
13324
|
+
interface TransactionMetadataTaxDutyDelta {
|
|
13325
|
+
readonly 'base'?: number;
|
|
13326
|
+
readonly 'local'?: number;
|
|
13327
|
+
}
|
|
13328
|
+
|
|
13329
|
+
interface TransactionMetadataTaxDutyEstimate {
|
|
13330
|
+
readonly 'base'?: number;
|
|
13331
|
+
readonly 'local'?: number;
|
|
13317
13332
|
}
|
|
13318
13333
|
|
|
13319
13334
|
interface TransactionMetadataTrueup {
|
|
@@ -13702,7 +13717,7 @@ declare namespace io.flow.v0.unions {
|
|
|
13702
13717
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
13703
13718
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
13704
13719
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
13705
|
-
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.SarveshItemUpserted | io.flow.v0.models.SarveshItemDeleted | io.flow.v0.models.HoseinItemUpserted | io.flow.v0.models.HoseinItemDeleted | io.flow.v0.models.NiallItemUpserted | io.flow.v0.models.NiallItemDeleted | io.flow.v0.models.RohanItemUpserted | io.flow.v0.models.RohanItemDeleted | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.AnirbanItemUpserted | io.flow.v0.models.AnirbanItemDeleted | 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.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | 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.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | 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.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | 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.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | 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.
|
|
13720
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.SarveshItemUpserted | io.flow.v0.models.SarveshItemDeleted | io.flow.v0.models.HoseinItemUpserted | io.flow.v0.models.HoseinItemDeleted | io.flow.v0.models.NiallItemUpserted | io.flow.v0.models.NiallItemDeleted | io.flow.v0.models.RohanItemUpserted | io.flow.v0.models.RohanItemDeleted | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.AnirbanItemUpserted | io.flow.v0.models.AnirbanItemDeleted | 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.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | 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.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | 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.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | 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.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | 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.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.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | 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.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.AuthorizationRetryUpserted | io.flow.v0.models.AuthorizationRetryDeleted | io.flow.v0.models.TransferUpserted | io.flow.v0.models.TransferDeleted | 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.ProductInserted | io.flow.v0.models.ProductUpdated | io.flow.v0.models.ProductDeleted | 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.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
13706
13721
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
|
|
13707
13722
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
13708
13723
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -13993,7 +14008,9 @@ export const surchargeResponsibleParty: PropTypes.Requireable<io.flow.v0.enums.S
|
|
|
13993
14008
|
export const taxApplicability: PropTypes.Requireable<io.flow.v0.enums.TaxApplicability>;
|
|
13994
14009
|
export const taxDutyCalculatorValidationErrorCode: PropTypes.Requireable<io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode>;
|
|
13995
14010
|
export const taxDutyTransactionReasonCode: PropTypes.Requireable<io.flow.v0.enums.TaxDutyTransactionReasonCode>;
|
|
14011
|
+
export const taxJurisdictionType: PropTypes.Requireable<io.flow.v0.enums.TaxJurisdictionType>;
|
|
13996
14012
|
export const taxReportType: PropTypes.Requireable<io.flow.v0.enums.TaxReportType>;
|
|
14013
|
+
export const taxType: PropTypes.Requireable<io.flow.v0.enums.TaxType>;
|
|
13997
14014
|
export const taxVerificationResult: PropTypes.Requireable<io.flow.v0.enums.TaxVerificationResult>;
|
|
13998
14015
|
export const taxabilityType: PropTypes.Requireable<io.flow.v0.enums.TaxabilityType>;
|
|
13999
14016
|
export const taxabilityValue: PropTypes.Requireable<io.flow.v0.enums.TaxabilityValue>;
|
|
@@ -14593,6 +14610,7 @@ export const invitationForm: PropTypes.Requireable<io.flow.v0.models.InvitationF
|
|
|
14593
14610
|
export const invitationVersion: PropTypes.Requireable<io.flow.v0.models.InvitationVersion>;
|
|
14594
14611
|
export const invoiceExport: PropTypes.Requireable<io.flow.v0.models.InvoiceExport>;
|
|
14595
14612
|
export const invoiceExportForm: PropTypes.Requireable<io.flow.v0.models.InvoiceExportForm>;
|
|
14613
|
+
export const invoiceTaxLine: PropTypes.Requireable<io.flow.v0.models.InvoiceTaxLine>;
|
|
14596
14614
|
export const issuerReference: PropTypes.Requireable<io.flow.v0.models.IssuerReference>;
|
|
14597
14615
|
export const issuerSummary: PropTypes.Requireable<io.flow.v0.models.IssuerSummary>;
|
|
14598
14616
|
export const issuerV1: PropTypes.Requireable<io.flow.v0.models.IssuerV1>;
|
|
@@ -14642,7 +14660,6 @@ export const labelTrackingCarrierService: PropTypes.Requireable<io.flow.v0.model
|
|
|
14642
14660
|
export const labelTrackingSummary: PropTypes.Requireable<io.flow.v0.models.LabelTrackingSummary>;
|
|
14643
14661
|
export const labelTrackingSummaryUpdate: PropTypes.Requireable<io.flow.v0.models.LabelTrackingSummaryUpdate>;
|
|
14644
14662
|
export const labelUnits: PropTypes.Requireable<io.flow.v0.models.LabelUnits>;
|
|
14645
|
-
export const labelUpserted: PropTypes.Requireable<io.flow.v0.models.LabelUpserted>;
|
|
14646
14663
|
export const labelUpsertedV2: PropTypes.Requireable<io.flow.v0.models.LabelUpsertedV2>;
|
|
14647
14664
|
export const landedCostItem: PropTypes.Requireable<io.flow.v0.models.LandedCostItem>;
|
|
14648
14665
|
export const laneLandedCost: PropTypes.Requireable<io.flow.v0.models.LaneLandedCost>;
|
|
@@ -15292,6 +15309,7 @@ export const surchargeResponsiblePartyDisplay: PropTypes.Requireable<io.flow.v0.
|
|
|
15292
15309
|
export const surchargeSetting: PropTypes.Requireable<io.flow.v0.models.SurchargeSetting>;
|
|
15293
15310
|
export const surchargeSettingDisplay: PropTypes.Requireable<io.flow.v0.models.SurchargeSettingDisplay>;
|
|
15294
15311
|
export const tax: PropTypes.Requireable<io.flow.v0.models.Tax>;
|
|
15312
|
+
export const taxBreakdown: PropTypes.Requireable<io.flow.v0.models.TaxBreakdown>;
|
|
15295
15313
|
export const taxDutyCalculatorValidationError: PropTypes.Requireable<io.flow.v0.models.TaxDutyCalculatorValidationError>;
|
|
15296
15314
|
export const taxDutyQuote: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuote>;
|
|
15297
15315
|
export const taxDutyQuoteFeeValue: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteFeeValue>;
|
|
@@ -15364,6 +15382,9 @@ export const transactionMetadataPaymentTransaction: PropTypes.Requireable<io.flo
|
|
|
15364
15382
|
export const transactionMetadataShippingLabel: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataShippingLabel>;
|
|
15365
15383
|
export const transactionMetadataShippingLabelCarrier: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataShippingLabelCarrier>;
|
|
15366
15384
|
export const transactionMetadataTaxDuty: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTaxDuty>;
|
|
15385
|
+
export const transactionMetadataTaxDutyActual: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTaxDutyActual>;
|
|
15386
|
+
export const transactionMetadataTaxDutyDelta: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTaxDutyDelta>;
|
|
15387
|
+
export const transactionMetadataTaxDutyEstimate: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTaxDutyEstimate>;
|
|
15367
15388
|
export const transactionMetadataTrueup: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueup>;
|
|
15368
15389
|
export const transactionMetadataTrueupBase: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupBase>;
|
|
15369
15390
|
export const transactionMetadataTrueupBaseData: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataTrueupBaseData>;
|
package/src/api.js
CHANGED
|
@@ -365,17 +365,17 @@ T['io.flow.error.v0.models.generic_error'] = PropTypes.exact({
|
|
|
365
365
|
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
366
366
|
});
|
|
367
367
|
|
|
368
|
-
T['io.flow.channel.internal.v0.models.
|
|
368
|
+
T['io.flow.channel.internal.v0.models.channel_organization_domains'] = PropTypes.exact({
|
|
369
369
|
internal: PropTypes.string.isRequired,
|
|
370
|
-
|
|
370
|
+
external: PropTypes.string.isRequired,
|
|
371
371
|
});
|
|
372
372
|
|
|
373
373
|
T['io.flow.channel.internal.v0.models.channel_organization_metadata'] = PropTypes.exact({
|
|
374
|
-
domain: T['io.flow.channel.internal.v0.models.
|
|
374
|
+
domain: T['io.flow.channel.internal.v0.models.channel_organization_domains'].isRequired,
|
|
375
375
|
token: PropTypes.string.isRequired,
|
|
376
376
|
});
|
|
377
377
|
|
|
378
|
-
T['io.flow.channel.internal.v0.enums.channel_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability']);
|
|
378
|
+
T['io.flow.channel.internal.v0.enums.channel_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability', 'all']);
|
|
379
379
|
|
|
380
380
|
T['io.flow.channel.internal.v0.models.channel_organization_token_body'] = PropTypes.exact({
|
|
381
381
|
cleartext: PropTypes.string.isRequired,
|
|
@@ -4202,6 +4202,21 @@ T['io.flow.v0.models.trueup_label_base'] = PropTypes.exact({
|
|
|
4202
4202
|
|
|
4203
4203
|
T['io.flow.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']);
|
|
4204
4204
|
|
|
4205
|
+
T['io.flow.v0.models.transaction_metadata_tax_duty_delta'] = PropTypes.exact({
|
|
4206
|
+
base: PropTypes.number,
|
|
4207
|
+
local: PropTypes.number,
|
|
4208
|
+
});
|
|
4209
|
+
|
|
4210
|
+
T['io.flow.v0.models.transaction_metadata_tax_duty_estimate'] = PropTypes.exact({
|
|
4211
|
+
base: PropTypes.number,
|
|
4212
|
+
local: PropTypes.number,
|
|
4213
|
+
});
|
|
4214
|
+
|
|
4215
|
+
T['io.flow.v0.models.transaction_metadata_tax_duty_actual'] = PropTypes.exact({
|
|
4216
|
+
base: PropTypes.number,
|
|
4217
|
+
local: PropTypes.number,
|
|
4218
|
+
});
|
|
4219
|
+
|
|
4205
4220
|
T['io.flow.v0.enums.tax_duty_transaction_reason_code'] = PropTypes.oneOf([
|
|
4206
4221
|
'post_capture',
|
|
4207
4222
|
'post_fulfilment',
|
|
@@ -6230,6 +6245,7 @@ T['io.flow.v0.models.klarna_payment_method_category'] = PropTypes.exact({
|
|
|
6230
6245
|
descriptive_asset_url: PropTypes.string,
|
|
6231
6246
|
});
|
|
6232
6247
|
|
|
6248
|
+
T['io.flow.v0.enums.tax_jurisdiction_type'] = PropTypes.oneOf(['country', 'province']);
|
|
6233
6249
|
T['io.flow.v0.enums.invitation_error_code'] = PropTypes.oneOf(['expired', 'invalid_email']);
|
|
6234
6250
|
|
|
6235
6251
|
T['io.flow.v0.models.invitation_error'] = PropTypes.exact({
|
|
@@ -6390,6 +6406,7 @@ T['io.flow.v0.models.harmonization_document'] = PropTypes.exact({
|
|
|
6390
6406
|
T['io.flow.v0.models.needs_action_attributes'] = PropTypes.exact({
|
|
6391
6407
|
reason_code: PropTypes.string.isRequired,
|
|
6392
6408
|
category_metafield_handles: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
6409
|
+
require_msds: PropTypes.bool,
|
|
6393
6410
|
});
|
|
6394
6411
|
|
|
6395
6412
|
T['io.flow.v0.models.sellablility_region_result'] = PropTypes.exact({
|
|
@@ -7889,6 +7906,10 @@ T['io.flow.v0.enums.fee_deduction_type'] = PropTypes.oneOf([
|
|
|
7889
7906
|
T['io.flow.v0.models.transaction_metadata_tax_duty'] = PropTypes.exact({
|
|
7890
7907
|
discriminator: PropTypes.oneOf(['transaction_tax_duty']).isRequired,
|
|
7891
7908
|
reason_code: T['io.flow.v0.enums.tax_duty_transaction_reason_code'].isRequired,
|
|
7909
|
+
local_currency: PropTypes.string,
|
|
7910
|
+
actual: T['io.flow.v0.models.transaction_metadata_tax_duty_actual'],
|
|
7911
|
+
estimate: T['io.flow.v0.models.transaction_metadata_tax_duty_estimate'],
|
|
7912
|
+
delta: T['io.flow.v0.models.transaction_metadata_tax_duty_delta'],
|
|
7892
7913
|
});
|
|
7893
7914
|
|
|
7894
7915
|
T['io.flow.v0.models.transaction_metadata_payment_transaction'] = PropTypes.exact({
|
|
@@ -10646,6 +10667,7 @@ T['io.flow.v0.models.shipping_configuration_item_shipping_pricing_deleted'] = Pr
|
|
|
10646
10667
|
|
|
10647
10668
|
T['io.flow.v0.models.consumer_invoice_line_discount'] = PropTypes.exact({
|
|
10648
10669
|
discriminator: PropTypes.oneOf(['discount']).isRequired,
|
|
10670
|
+
line_id: PropTypes.string,
|
|
10649
10671
|
price: T['io.flow.v0.models.price'].isRequired,
|
|
10650
10672
|
});
|
|
10651
10673
|
|
|
@@ -10656,12 +10678,14 @@ T['io.flow.v0.models.consumer_invoice_levy'] = PropTypes.exact({
|
|
|
10656
10678
|
|
|
10657
10679
|
T['io.flow.v0.models.consumer_invoice_line_tip'] = PropTypes.exact({
|
|
10658
10680
|
discriminator: PropTypes.oneOf(['tip']).isRequired,
|
|
10681
|
+
line_id: PropTypes.string,
|
|
10659
10682
|
price: T['io.flow.v0.models.price'].isRequired,
|
|
10660
10683
|
tax: T['io.flow.v0.models.consumer_invoice_levy'],
|
|
10661
10684
|
});
|
|
10662
10685
|
|
|
10663
10686
|
T['io.flow.v0.models.consumer_invoice_line_shipping'] = PropTypes.exact({
|
|
10664
10687
|
discriminator: PropTypes.oneOf(['shipping']).isRequired,
|
|
10688
|
+
line_id: PropTypes.string,
|
|
10665
10689
|
price: T['io.flow.v0.models.price'].isRequired,
|
|
10666
10690
|
discount: T['io.flow.v0.models.price'],
|
|
10667
10691
|
tax: T['io.flow.v0.models.consumer_invoice_levy'],
|
|
@@ -10670,6 +10694,7 @@ T['io.flow.v0.models.consumer_invoice_line_shipping'] = PropTypes.exact({
|
|
|
10670
10694
|
|
|
10671
10695
|
T['io.flow.v0.models.consumer_invoice_line_item'] = PropTypes.exact({
|
|
10672
10696
|
discriminator: PropTypes.oneOf(['item']).isRequired,
|
|
10697
|
+
line_id: PropTypes.string,
|
|
10673
10698
|
item: T['io.flow.v0.models.item_reference'].isRequired,
|
|
10674
10699
|
description: PropTypes.string.isRequired,
|
|
10675
10700
|
quantity: PropTypes.number.isRequired,
|
|
@@ -10686,37 +10711,6 @@ T['io.flow.v0.unions.consumer_invoice_line'] = PropTypes.oneOfType([
|
|
|
10686
10711
|
T['io.flow.v0.models.consumer_invoice_line_tip'],
|
|
10687
10712
|
]);
|
|
10688
10713
|
|
|
10689
|
-
T['io.flow.v0.models.b2b_credit_memo'] = PropTypes.exact({
|
|
10690
|
-
id: PropTypes.string.isRequired,
|
|
10691
|
-
number: PropTypes.string.isRequired,
|
|
10692
|
-
buyer: T['io.flow.v0.models.merchant_of_record_entity'].isRequired,
|
|
10693
|
-
seller: T['io.flow.v0.models.merchant_of_record_entity'].isRequired,
|
|
10694
|
-
status: T['io.flow.v0.enums.consumer_invoice_status'].isRequired,
|
|
10695
|
-
date: PropTypes.string.isRequired,
|
|
10696
|
-
key: PropTypes.string.isRequired,
|
|
10697
|
-
invoice: T['io.flow.v0.models.b2b_invoice_reference'].isRequired,
|
|
10698
|
-
lines: PropTypes.arrayOf(T['io.flow.v0.unions.consumer_invoice_line']).isRequired,
|
|
10699
|
-
documents: PropTypes.arrayOf(T['io.flow.v0.models.consumer_invoice_document']).isRequired,
|
|
10700
|
-
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
10701
|
-
b2b_invoice_type: T['io.flow.v0.enums.b2b_invoice_type'].isRequired,
|
|
10702
|
-
});
|
|
10703
|
-
|
|
10704
|
-
T['io.flow.v0.models.b2b_credit_memo_upserted'] = PropTypes.exact({
|
|
10705
|
-
discriminator: PropTypes.oneOf(['b2b_credit_memo_upserted']).isRequired,
|
|
10706
|
-
event_id: PropTypes.string.isRequired,
|
|
10707
|
-
timestamp: PropTypes.string.isRequired,
|
|
10708
|
-
organization: PropTypes.string.isRequired,
|
|
10709
|
-
b2b_credit_memo: T['io.flow.v0.models.b2b_credit_memo'].isRequired,
|
|
10710
|
-
});
|
|
10711
|
-
|
|
10712
|
-
T['io.flow.v0.models.b2b_credit_memo_deleted'] = PropTypes.exact({
|
|
10713
|
-
discriminator: PropTypes.oneOf(['b2b_credit_memo_deleted']).isRequired,
|
|
10714
|
-
event_id: PropTypes.string.isRequired,
|
|
10715
|
-
timestamp: PropTypes.string.isRequired,
|
|
10716
|
-
organization: PropTypes.string.isRequired,
|
|
10717
|
-
b2b_credit_memo: T['io.flow.v0.models.b2b_credit_memo'].isRequired,
|
|
10718
|
-
});
|
|
10719
|
-
|
|
10720
10714
|
T['io.flow.v0.models.catalog_price_book_item_document'] = PropTypes.exact({
|
|
10721
10715
|
price_book_key: PropTypes.string.isRequired,
|
|
10722
10716
|
price_book_item_key: PropTypes.string.isRequired,
|
|
@@ -11792,6 +11786,51 @@ T['io.flow.v0.models.localized_line_item_discount'] = PropTypes.exact({
|
|
|
11792
11786
|
discount_label: PropTypes.string,
|
|
11793
11787
|
});
|
|
11794
11788
|
|
|
11789
|
+
T['io.flow.v0.models.tax_breakdown'] = PropTypes.exact({
|
|
11790
|
+
label: PropTypes.string.isRequired,
|
|
11791
|
+
calculated_tax: T['io.flow.v0.models.money'].isRequired,
|
|
11792
|
+
rate: PropTypes.number.isRequired,
|
|
11793
|
+
line_total: T['io.flow.v0.models.money'].isRequired,
|
|
11794
|
+
jurisdiction_type: T['io.flow.v0.enums.tax_jurisdiction_type'].isRequired,
|
|
11795
|
+
});
|
|
11796
|
+
|
|
11797
|
+
T['io.flow.v0.models.invoice_tax_line'] = PropTypes.exact({
|
|
11798
|
+
line_id: PropTypes.string.isRequired,
|
|
11799
|
+
tax_breakdown: PropTypes.arrayOf(T['io.flow.v0.models.tax_breakdown']).isRequired,
|
|
11800
|
+
});
|
|
11801
|
+
|
|
11802
|
+
T['io.flow.v0.models.b2b_credit_memo'] = PropTypes.exact({
|
|
11803
|
+
id: PropTypes.string.isRequired,
|
|
11804
|
+
number: PropTypes.string.isRequired,
|
|
11805
|
+
buyer: T['io.flow.v0.models.merchant_of_record_entity'].isRequired,
|
|
11806
|
+
seller: T['io.flow.v0.models.merchant_of_record_entity'].isRequired,
|
|
11807
|
+
status: T['io.flow.v0.enums.consumer_invoice_status'].isRequired,
|
|
11808
|
+
date: PropTypes.string.isRequired,
|
|
11809
|
+
key: PropTypes.string.isRequired,
|
|
11810
|
+
invoice: T['io.flow.v0.models.b2b_invoice_reference'].isRequired,
|
|
11811
|
+
lines: PropTypes.arrayOf(T['io.flow.v0.unions.consumer_invoice_line']).isRequired,
|
|
11812
|
+
tax_lines: PropTypes.arrayOf(T['io.flow.v0.models.invoice_tax_line']),
|
|
11813
|
+
documents: PropTypes.arrayOf(T['io.flow.v0.models.consumer_invoice_document']).isRequired,
|
|
11814
|
+
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
11815
|
+
b2b_invoice_type: T['io.flow.v0.enums.b2b_invoice_type'].isRequired,
|
|
11816
|
+
});
|
|
11817
|
+
|
|
11818
|
+
T['io.flow.v0.models.b2b_credit_memo_upserted'] = PropTypes.exact({
|
|
11819
|
+
discriminator: PropTypes.oneOf(['b2b_credit_memo_upserted']).isRequired,
|
|
11820
|
+
event_id: PropTypes.string.isRequired,
|
|
11821
|
+
timestamp: PropTypes.string.isRequired,
|
|
11822
|
+
organization: PropTypes.string.isRequired,
|
|
11823
|
+
b2b_credit_memo: T['io.flow.v0.models.b2b_credit_memo'].isRequired,
|
|
11824
|
+
});
|
|
11825
|
+
|
|
11826
|
+
T['io.flow.v0.models.b2b_credit_memo_deleted'] = PropTypes.exact({
|
|
11827
|
+
discriminator: PropTypes.oneOf(['b2b_credit_memo_deleted']).isRequired,
|
|
11828
|
+
event_id: PropTypes.string.isRequired,
|
|
11829
|
+
timestamp: PropTypes.string.isRequired,
|
|
11830
|
+
organization: PropTypes.string.isRequired,
|
|
11831
|
+
b2b_credit_memo: T['io.flow.v0.models.b2b_credit_memo'].isRequired,
|
|
11832
|
+
});
|
|
11833
|
+
|
|
11795
11834
|
T['io.flow.v0.models.inbound_carton_fee'] = PropTypes.exact({
|
|
11796
11835
|
discriminator: PropTypes.oneOf(['inbound_carton_fee']).isRequired,
|
|
11797
11836
|
amount: T['io.flow.v0.models.money'].isRequired,
|
|
@@ -13631,6 +13670,7 @@ T['io.flow.v0.models.b2b_invoice'] = PropTypes.exact({
|
|
|
13631
13670
|
center: T['io.flow.v0.models.consumer_invoice_center_reference'],
|
|
13632
13671
|
destination: T['io.flow.v0.models.order_address'],
|
|
13633
13672
|
tax: T['io.flow.v0.models.money'].isRequired,
|
|
13673
|
+
tax_lines: PropTypes.arrayOf(T['io.flow.v0.models.invoice_tax_line']),
|
|
13634
13674
|
lines: PropTypes.arrayOf(T['io.flow.v0.unions.consumer_invoice_line']).isRequired,
|
|
13635
13675
|
documents: PropTypes.arrayOf(T['io.flow.v0.models.consumer_invoice_document']).isRequired,
|
|
13636
13676
|
attributes: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
@@ -14535,32 +14575,6 @@ T['io.flow.v0.models.notification_deleted_v2'] = PropTypes.exact({
|
|
|
14535
14575
|
notification: T['io.flow.v0.models.shipping_notification'].isRequired,
|
|
14536
14576
|
});
|
|
14537
14577
|
|
|
14538
|
-
T['io.flow.v0.models.label_upserted'] = PropTypes.exact({
|
|
14539
|
-
discriminator: PropTypes.oneOf(['label_upserted']).isRequired,
|
|
14540
|
-
event_id: PropTypes.string.isRequired,
|
|
14541
|
-
timestamp: PropTypes.string.isRequired,
|
|
14542
|
-
organization: PropTypes.string.isRequired,
|
|
14543
|
-
label_id: PropTypes.string.isRequired,
|
|
14544
|
-
carrier_tracking_number: PropTypes.string.isRequired,
|
|
14545
|
-
commercial_invoice: PropTypes.string.isRequired,
|
|
14546
|
-
flow_tracking_number: PropTypes.string.isRequired,
|
|
14547
|
-
destination: T['io.flow.v0.models.shipping_address'].isRequired,
|
|
14548
|
-
origin: T['io.flow.v0.models.shipping_address'].isRequired,
|
|
14549
|
-
carrier: PropTypes.string.isRequired,
|
|
14550
|
-
service: PropTypes.string.isRequired,
|
|
14551
|
-
zpl: PropTypes.string,
|
|
14552
|
-
pdf: PropTypes.string,
|
|
14553
|
-
png: PropTypes.string,
|
|
14554
|
-
order: PropTypes.string,
|
|
14555
|
-
carrier_tracking_number_url: PropTypes.string,
|
|
14556
|
-
flow_tracking_number_url: PropTypes.string,
|
|
14557
|
-
center_key: PropTypes.string,
|
|
14558
|
-
recipient: T['io.flow.v0.enums.shipment_recipient'],
|
|
14559
|
-
'package': T['io.flow.v0.models.shipping_label_package'],
|
|
14560
|
-
order_identifier: PropTypes.string,
|
|
14561
|
-
fulfillment_key: PropTypes.string,
|
|
14562
|
-
});
|
|
14563
|
-
|
|
14564
14578
|
T['io.flow.v0.models.shipping_label'] = PropTypes.exact({
|
|
14565
14579
|
id: PropTypes.string.isRequired,
|
|
14566
14580
|
hop: T['io.flow.v0.models.shipping_label_hop_summary'],
|
|
@@ -14742,7 +14756,6 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
14742
14756
|
T['io.flow.v0.models.item_origin_deleted'],
|
|
14743
14757
|
T['io.flow.v0.models.harmonized_landed_cost_upserted'],
|
|
14744
14758
|
T['io.flow.v0.models.fully_harmonized_item_upserted'],
|
|
14745
|
-
T['io.flow.v0.models.label_upserted'],
|
|
14746
14759
|
T['io.flow.v0.models.label_deleted_v2'],
|
|
14747
14760
|
T['io.flow.v0.models.label_upserted_v2'],
|
|
14748
14761
|
T['io.flow.v0.models.notification_upserted_v2'],
|
|
@@ -15101,7 +15114,6 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
15101
15114
|
'item_origin_deleted',
|
|
15102
15115
|
'harmonized_landed_cost_upserted',
|
|
15103
15116
|
'fully_harmonized_item_upserted',
|
|
15104
|
-
'label_upserted',
|
|
15105
15117
|
'label_deleted_v2',
|
|
15106
15118
|
'label_upserted_v2',
|
|
15107
15119
|
'notification_upserted_v2',
|
|
@@ -15263,6 +15275,7 @@ T['io.flow.v0.enums.substatus_code'] = PropTypes.oneOf([
|
|
|
15263
15275
|
'Expired_001',
|
|
15264
15276
|
]);
|
|
15265
15277
|
|
|
15278
|
+
T['io.flow.v0.enums.tax_type'] = PropTypes.oneOf(['vat', 'gst', 'hst', 'pst', 'qst', 'sales_tax']);
|
|
15266
15279
|
T['io.flow.v0.enums.taxability_type'] = PropTypes.oneOf(['tax_rule']);
|
|
15267
15280
|
T['io.flow.v0.enums.taxability_value'] = PropTypes.oneOf(['exempt']);
|
|
15268
15281
|
T['io.flow.v0.enums.tracking_number_type'] = PropTypes.oneOf(['flow', 'carrier']);
|
|
@@ -16995,6 +17008,7 @@ export const invitationForm = T['io.flow.v0.models.invitation_form'];
|
|
|
16995
17008
|
export const invitationVersion = T['io.flow.v0.models.invitation_version'];
|
|
16996
17009
|
export const invoiceExport = T['io.flow.v0.models.invoice_export'];
|
|
16997
17010
|
export const invoiceExportForm = T['io.flow.v0.models.invoice_export_form'];
|
|
17011
|
+
export const invoiceTaxLine = T['io.flow.v0.models.invoice_tax_line'];
|
|
16998
17012
|
export const issuerReference = T['io.flow.v0.models.issuer_reference'];
|
|
16999
17013
|
export const issuerSummary = T['io.flow.v0.models.issuer_summary'];
|
|
17000
17014
|
export const issuerV1 = T['io.flow.v0.models.issuer_v1'];
|
|
@@ -17051,7 +17065,6 @@ export const labelTrackingSummary = T['io.flow.v0.models.label_tracking_summary'
|
|
|
17051
17065
|
export const labelTrackingSummaryUpdate = T['io.flow.v0.models.label_tracking_summary_update'];
|
|
17052
17066
|
export const labelTriggerMethod = T['io.flow.v0.enums.label_trigger_method'];
|
|
17053
17067
|
export const labelUnits = T['io.flow.v0.models.label_units'];
|
|
17054
|
-
export const labelUpserted = T['io.flow.v0.models.label_upserted'];
|
|
17055
17068
|
export const labelUpsertedV2 = T['io.flow.v0.models.label_upserted_v2'];
|
|
17056
17069
|
export const landedCostItem = T['io.flow.v0.models.landed_cost_item'];
|
|
17057
17070
|
export const laneDirection = T['io.flow.v0.enums.lane_direction'];
|
|
@@ -17854,6 +17867,7 @@ export const surchargeSetting = T['io.flow.v0.models.surcharge_setting'];
|
|
|
17854
17867
|
export const surchargeSettingDisplay = T['io.flow.v0.models.surcharge_setting_display'];
|
|
17855
17868
|
export const tax = T['io.flow.v0.models.tax'];
|
|
17856
17869
|
export const taxApplicability = T['io.flow.v0.enums.tax_applicability'];
|
|
17870
|
+
export const taxBreakdown = T['io.flow.v0.models.tax_breakdown'];
|
|
17857
17871
|
export const taxDutyCalculatorValidationError = T['io.flow.v0.models.tax_duty_calculator_validation_error'];
|
|
17858
17872
|
export const taxDutyCalculatorValidationErrorCode = T['io.flow.v0.enums.tax_duty_calculator_validation_error_code'];
|
|
17859
17873
|
export const taxDutyQuote = T['io.flow.v0.models.tax_duty_quote'];
|
|
@@ -17867,11 +17881,13 @@ export const taxDutyQuoteSimpleShipping = T['io.flow.v0.models.tax_duty_quote_si
|
|
|
17867
17881
|
export const taxDutyQuoteSimpleShippingForm = T['io.flow.v0.models.tax_duty_quote_simple_shipping_form'];
|
|
17868
17882
|
export const taxDutyQuoteValues = T['io.flow.v0.models.tax_duty_quote_values'];
|
|
17869
17883
|
export const taxDutyTransactionReasonCode = T['io.flow.v0.enums.tax_duty_transaction_reason_code'];
|
|
17884
|
+
export const taxJurisdictionType = T['io.flow.v0.enums.tax_jurisdiction_type'];
|
|
17870
17885
|
export const taxRegistration = T['io.flow.v0.models.tax_registration'];
|
|
17871
17886
|
export const taxRegistrationForm = T['io.flow.v0.models.tax_registration_form'];
|
|
17872
17887
|
export const taxReport = T['io.flow.v0.models.tax_report'];
|
|
17873
17888
|
export const taxReportType = T['io.flow.v0.enums.tax_report_type'];
|
|
17874
17889
|
export const taxSetting = T['io.flow.v0.unions.tax_setting'];
|
|
17890
|
+
export const taxType = T['io.flow.v0.enums.tax_type'];
|
|
17875
17891
|
export const taxVerificationResult = T['io.flow.v0.enums.tax_verification_result'];
|
|
17876
17892
|
export const taxabilityType = T['io.flow.v0.enums.taxability_type'];
|
|
17877
17893
|
export const taxabilityValue = T['io.flow.v0.enums.taxability_value'];
|
|
@@ -17952,6 +17968,9 @@ export const transactionMetadataPaymentTransaction = T['io.flow.v0.models.transa
|
|
|
17952
17968
|
export const transactionMetadataShippingLabel = T['io.flow.v0.models.transaction_metadata_shipping_label'];
|
|
17953
17969
|
export const transactionMetadataShippingLabelCarrier = T['io.flow.v0.models.transaction_metadata_shipping_label_carrier'];
|
|
17954
17970
|
export const transactionMetadataTaxDuty = T['io.flow.v0.models.transaction_metadata_tax_duty'];
|
|
17971
|
+
export const transactionMetadataTaxDutyActual = T['io.flow.v0.models.transaction_metadata_tax_duty_actual'];
|
|
17972
|
+
export const transactionMetadataTaxDutyDelta = T['io.flow.v0.models.transaction_metadata_tax_duty_delta'];
|
|
17973
|
+
export const transactionMetadataTaxDutyEstimate = T['io.flow.v0.models.transaction_metadata_tax_duty_estimate'];
|
|
17955
17974
|
export const transactionMetadataTrueup = T['io.flow.v0.models.transaction_metadata_trueup'];
|
|
17956
17975
|
export const transactionMetadataTrueupBase = T['io.flow.v0.models.transaction_metadata_trueup_base'];
|
|
17957
17976
|
export const transactionMetadataTrueupBaseData = T['io.flow.v0.models.transaction_metadata_trueup_base_data'];
|