@flowio/api-prop-types 10.16.107 → 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 +53 -32
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +53 -32
- package/src/api.js +82 -63
package/lib/api.d.ts
CHANGED
|
@@ -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>;
|