@flowio/api-prop-types 10.16.89 → 10.16.90
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 +10 -133
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +10 -133
- package/src/api.js +8 -172
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.90",
|
|
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": "5a525b0a21aca779c3ca5bb3f4a759c144095fd5"
|
|
33
33
|
}
|
package/src/api.d.ts
CHANGED
|
@@ -779,6 +779,13 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
779
779
|
readonly 'transfer_group'?: string;
|
|
780
780
|
}
|
|
781
781
|
|
|
782
|
+
interface PaymentIntents {
|
|
783
|
+
readonly 'object': string;
|
|
784
|
+
readonly 'data': io.flow.stripe.v0.models.PaymentIntent[];
|
|
785
|
+
readonly 'has_more': boolean;
|
|
786
|
+
readonly 'url'?: string;
|
|
787
|
+
}
|
|
788
|
+
|
|
782
789
|
interface PaymentMethod {
|
|
783
790
|
readonly 'id': string;
|
|
784
791
|
readonly 'object': string;
|
|
@@ -4675,7 +4682,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4675
4682
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
4676
4683
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
4677
4684
|
type Environment = 'sandbox' | 'production';
|
|
4678
|
-
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | '
|
|
4685
|
+
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
4679
4686
|
type ExceptionType = 'open' | 'closed';
|
|
4680
4687
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
4681
4688
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -4715,7 +4722,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4715
4722
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
4716
4723
|
type LaneStrategy = 'oldest' | 'fastest' | 'lowest_cost' | 'highest_priority';
|
|
4717
4724
|
type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
|
|
4718
|
-
type LevyInclusion = 'tax' | 'duty';
|
|
4719
4725
|
type LevyStrategy = 'minimum' | 'average' | 'maximum';
|
|
4720
4726
|
type LocationErrorCode = 'address_required' | 'ip_invalid' | 'ip_required' | 'timezone_unavailable';
|
|
4721
4727
|
type LogisticsFormatPreference = 'shopify_console' | 'existing_3pl_integration' | 'byo_integration';
|
|
@@ -4810,7 +4816,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4810
4816
|
type SyncStreamType = 'submitted_order' | 'placed_order';
|
|
4811
4817
|
type SyncUnitOfTime = 'day' | 'hour' | 'minute' | 'second';
|
|
4812
4818
|
type TaxApplicability = 'none' | 'all';
|
|
4813
|
-
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';
|
|
4814
4819
|
type TaxReportType = 'consumer' | 'b2b';
|
|
4815
4820
|
type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
|
|
4816
4821
|
type TaxabilityType = 'tax_rule';
|
|
@@ -4840,7 +4845,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4840
4845
|
type WebhookStatus = 'pending' | 'success' | 'failure' | 'ignored';
|
|
4841
4846
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
4842
4847
|
type ZeroAmountIndicator = 'zero' | 'free';
|
|
4843
|
-
type ZeroLevyReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'value_rounds_to_zero' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_reimport' | 'duty_free_by_trade_agreement';
|
|
4844
4848
|
}
|
|
4845
4849
|
|
|
4846
4850
|
declare namespace io.flow.v0.models {
|
|
@@ -7699,28 +7703,12 @@ declare namespace io.flow.v0.models {
|
|
|
7699
7703
|
readonly 'payment': io.flow.v0.models.EmailPaymentSummary;
|
|
7700
7704
|
}
|
|
7701
7705
|
|
|
7702
|
-
interface EmailNotificationDeleted {
|
|
7703
|
-
readonly 'discriminator': 'email_notification_deleted';
|
|
7704
|
-
readonly 'event_id': string;
|
|
7705
|
-
readonly 'timestamp': string;
|
|
7706
|
-
readonly 'organization': string;
|
|
7707
|
-
readonly 'notification': io.flow.v0.models.EmailNotification;
|
|
7708
|
-
}
|
|
7709
|
-
|
|
7710
7706
|
interface EmailNotificationForm {
|
|
7711
7707
|
readonly 'to': io.flow.v0.models.EmailRecipient;
|
|
7712
7708
|
readonly 'created_at': string;
|
|
7713
7709
|
readonly 'data': io.flow.v0.unions.EmailNotificationData;
|
|
7714
7710
|
}
|
|
7715
7711
|
|
|
7716
|
-
interface EmailNotificationUpserted {
|
|
7717
|
-
readonly 'discriminator': 'email_notification_upserted';
|
|
7718
|
-
readonly 'event_id': string;
|
|
7719
|
-
readonly 'timestamp': string;
|
|
7720
|
-
readonly 'organization': string;
|
|
7721
|
-
readonly 'notification': io.flow.v0.models.EmailNotification;
|
|
7722
|
-
}
|
|
7723
|
-
|
|
7724
7712
|
interface EmailPaymentSummary {
|
|
7725
7713
|
readonly 'refund': io.flow.v0.models.Refund;
|
|
7726
7714
|
}
|
|
@@ -13915,14 +13903,6 @@ declare namespace io.flow.v0.models {
|
|
|
13915
13903
|
readonly 'statement': io.flow.v0.models.Statement;
|
|
13916
13904
|
}
|
|
13917
13905
|
|
|
13918
|
-
interface StreetAddress {
|
|
13919
|
-
readonly 'streets'?: string[];
|
|
13920
|
-
readonly 'city'?: string;
|
|
13921
|
-
readonly 'province'?: string;
|
|
13922
|
-
readonly 'postal'?: string;
|
|
13923
|
-
readonly 'country'?: string;
|
|
13924
|
-
}
|
|
13925
|
-
|
|
13926
13906
|
interface StripeAuthenticationData {
|
|
13927
13907
|
readonly 'discriminator': 'stripe_authentication_data';
|
|
13928
13908
|
readonly 'secret_key_reference': string;
|
|
@@ -14150,92 +14130,6 @@ declare namespace io.flow.v0.models {
|
|
|
14150
14130
|
readonly 'deminimis'?: io.flow.v0.unions.Deminimis;
|
|
14151
14131
|
}
|
|
14152
14132
|
|
|
14153
|
-
interface TaxDutyCalculatorValidationError {
|
|
14154
|
-
readonly 'code': io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
|
|
14155
|
-
readonly 'messages': string[];
|
|
14156
|
-
}
|
|
14157
|
-
|
|
14158
|
-
interface TaxDutyQuote {
|
|
14159
|
-
readonly 'id': string;
|
|
14160
|
-
readonly 'primary_identifier': string;
|
|
14161
|
-
readonly 'attributes'?: Record<string, string>;
|
|
14162
|
-
readonly 'merchant_of_record': io.flow.v0.enums.MerchantOfRecord;
|
|
14163
|
-
readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
|
|
14164
|
-
readonly 'destination': io.flow.v0.models.StreetAddress;
|
|
14165
|
-
readonly 'quote_date': string;
|
|
14166
|
-
readonly 'currency': string;
|
|
14167
|
-
readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItem[];
|
|
14168
|
-
readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShipping[];
|
|
14169
|
-
readonly 'total_values': io.flow.v0.models.TaxDutyQuoteValues;
|
|
14170
|
-
}
|
|
14171
|
-
|
|
14172
|
-
interface TaxDutyQuoteFeeValue {
|
|
14173
|
-
readonly 'amount': number;
|
|
14174
|
-
readonly 'description': string;
|
|
14175
|
-
readonly 'amount_refundable_on_return': number;
|
|
14176
|
-
}
|
|
14177
|
-
|
|
14178
|
-
interface TaxDutyQuoteForm {
|
|
14179
|
-
readonly 'primary_identifier': string;
|
|
14180
|
-
readonly 'attributes'?: Record<string, string>;
|
|
14181
|
-
readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
|
|
14182
|
-
readonly 'destination': io.flow.v0.models.StreetAddress;
|
|
14183
|
-
readonly 'currency': string;
|
|
14184
|
-
readonly 'lines': io.flow.v0.models.TaxDutyQuoteLineItemForm[];
|
|
14185
|
-
readonly 'shipping': io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
|
|
14186
|
-
readonly 'includes'?: io.flow.v0.enums.LevyInclusion[];
|
|
14187
|
-
}
|
|
14188
|
-
|
|
14189
|
-
interface TaxDutyQuoteLineItem {
|
|
14190
|
-
readonly 'primary_identifier': string;
|
|
14191
|
-
readonly 'attributes'?: Record<string, string>;
|
|
14192
|
-
readonly 'ship_from': io.flow.v0.models.StreetAddress;
|
|
14193
|
-
readonly 'quantity': number;
|
|
14194
|
-
readonly 'unit_values': io.flow.v0.models.TaxDutyQuoteValues;
|
|
14195
|
-
readonly 'country_of_origin': string;
|
|
14196
|
-
readonly 'hs_code': string;
|
|
14197
|
-
}
|
|
14198
|
-
|
|
14199
|
-
interface TaxDutyQuoteLineItemForm {
|
|
14200
|
-
readonly 'primary_identifier': string;
|
|
14201
|
-
readonly 'attributes'?: Record<string, string>;
|
|
14202
|
-
readonly 'ship_from': io.flow.v0.models.StreetAddress;
|
|
14203
|
-
readonly 'quantity': number;
|
|
14204
|
-
readonly 'unit_price': number;
|
|
14205
|
-
readonly 'unit_weight'?: io.flow.v0.models.Measurement;
|
|
14206
|
-
readonly 'country_of_origin'?: string;
|
|
14207
|
-
readonly 'hs_code'?: string;
|
|
14208
|
-
readonly 'includes': io.flow.v0.enums.LevyInclusion[];
|
|
14209
|
-
}
|
|
14210
|
-
|
|
14211
|
-
interface TaxDutyQuoteSimpleLevyValue {
|
|
14212
|
-
readonly 'discriminator': 'tax_duty_quote_simple_levy_value';
|
|
14213
|
-
readonly 'amount': number;
|
|
14214
|
-
readonly 'rate': number;
|
|
14215
|
-
readonly 'description': string;
|
|
14216
|
-
readonly 'zero_levy_reason'?: io.flow.v0.enums.ZeroLevyReasonCode[];
|
|
14217
|
-
readonly 'amount_refundable_on_return': number;
|
|
14218
|
-
}
|
|
14219
|
-
|
|
14220
|
-
interface TaxDutyQuoteSimpleShipping {
|
|
14221
|
-
readonly 'values': io.flow.v0.models.TaxDutyQuoteValues;
|
|
14222
|
-
readonly 'ship_from': io.flow.v0.models.StreetAddress;
|
|
14223
|
-
}
|
|
14224
|
-
|
|
14225
|
-
interface TaxDutyQuoteSimpleShippingForm {
|
|
14226
|
-
readonly 'price': number;
|
|
14227
|
-
readonly 'includes': io.flow.v0.enums.LevyInclusion[];
|
|
14228
|
-
readonly 'ship_from'?: io.flow.v0.models.StreetAddress;
|
|
14229
|
-
}
|
|
14230
|
-
|
|
14231
|
-
interface TaxDutyQuoteValues {
|
|
14232
|
-
readonly 'price': number;
|
|
14233
|
-
readonly 'duty': io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
14234
|
-
readonly 'tax': io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
14235
|
-
readonly 'fees': io.flow.v0.models.TaxDutyQuoteFeeValue;
|
|
14236
|
-
readonly 'total': number;
|
|
14237
|
-
}
|
|
14238
|
-
|
|
14239
14133
|
interface TaxRegistration {
|
|
14240
14134
|
readonly 'id': string;
|
|
14241
14135
|
readonly 'key': string;
|
|
@@ -14473,6 +14367,7 @@ declare namespace io.flow.v0.models {
|
|
|
14473
14367
|
readonly 'timestamp': string;
|
|
14474
14368
|
readonly 'description'?: string;
|
|
14475
14369
|
readonly 'aggregator_status_code'?: string;
|
|
14370
|
+
readonly 'created_at'?: string;
|
|
14476
14371
|
}
|
|
14477
14372
|
|
|
14478
14373
|
interface TrackingEventForm {
|
|
@@ -15056,7 +14951,7 @@ declare namespace io.flow.v0.unions {
|
|
|
15056
14951
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
15057
14952
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
15058
14953
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
15059
|
-
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.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.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.
|
|
14954
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.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.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
15060
14955
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
|
|
15061
14956
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
15062
14957
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -15135,7 +15030,6 @@ declare namespace io.flow.v0.unions {
|
|
|
15135
15030
|
type ShippingNotificationForm = (io.flow.v0.models.DetailedShippingNotificationForm | io.flow.v0.models.SinglePackageShippingNotificationForm | io.flow.v0.models.SummaryShippingNotificationForm);
|
|
15136
15031
|
type ShopifyCartAddForm = (io.flow.v0.models.ShopifyCartAddSingleForm | io.flow.v0.models.ShopifyCartAddMultipleForm);
|
|
15137
15032
|
type ShopifyEventBucket = (io.flow.v0.models.ShopifyItemEventBucket);
|
|
15138
|
-
type TaxDutyQuoteLevyValue = (io.flow.v0.models.TaxDutyQuoteSimpleLevyValue);
|
|
15139
15033
|
type TaxSetting = (io.flow.v0.models.AvalaraTaxSetting | io.flow.v0.models.AvalaraTaxCsvSetting);
|
|
15140
15034
|
type ThreedsChallengeAction = (io.flow.v0.models.ThreedsTwoChallengeRequest);
|
|
15141
15035
|
type ThreedsIdentifyAction = (io.flow.v0.models.ThreedsTwoMethod);
|
|
@@ -15241,7 +15135,6 @@ export const laneDirection: PropTypes.Requireable<io.flow.v0.enums.LaneDirection
|
|
|
15241
15135
|
export const lanePreselectPreference: PropTypes.Requireable<io.flow.v0.enums.LanePreselectPreference>;
|
|
15242
15136
|
export const laneStrategy: PropTypes.Requireable<io.flow.v0.enums.LaneStrategy>;
|
|
15243
15137
|
export const levyComponent: PropTypes.Requireable<io.flow.v0.enums.LevyComponent>;
|
|
15244
|
-
export const levyInclusion: PropTypes.Requireable<io.flow.v0.enums.LevyInclusion>;
|
|
15245
15138
|
export const levyStrategy: PropTypes.Requireable<io.flow.v0.enums.LevyStrategy>;
|
|
15246
15139
|
export const locationErrorCode: PropTypes.Requireable<io.flow.v0.enums.LocationErrorCode>;
|
|
15247
15140
|
export const logisticsFormatPreference: PropTypes.Requireable<io.flow.v0.enums.LogisticsFormatPreference>;
|
|
@@ -15336,7 +15229,6 @@ export const syncRecordFailureReason: PropTypes.Requireable<io.flow.v0.enums.Syn
|
|
|
15336
15229
|
export const syncStreamType: PropTypes.Requireable<io.flow.v0.enums.SyncStreamType>;
|
|
15337
15230
|
export const syncUnitOfTime: PropTypes.Requireable<io.flow.v0.enums.SyncUnitOfTime>;
|
|
15338
15231
|
export const taxApplicability: PropTypes.Requireable<io.flow.v0.enums.TaxApplicability>;
|
|
15339
|
-
export const taxDutyCalculatorValidationErrorCode: PropTypes.Requireable<io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode>;
|
|
15340
15232
|
export const taxReportType: PropTypes.Requireable<io.flow.v0.enums.TaxReportType>;
|
|
15341
15233
|
export const taxVerificationResult: PropTypes.Requireable<io.flow.v0.enums.TaxVerificationResult>;
|
|
15342
15234
|
export const taxabilityType: PropTypes.Requireable<io.flow.v0.enums.TaxabilityType>;
|
|
@@ -15366,7 +15258,6 @@ export const visibility: PropTypes.Requireable<io.flow.v0.enums.Visibility>;
|
|
|
15366
15258
|
export const webhookStatus: PropTypes.Requireable<io.flow.v0.enums.WebhookStatus>;
|
|
15367
15259
|
export const withholdingDeductionType: PropTypes.Requireable<io.flow.v0.enums.WithholdingDeductionType>;
|
|
15368
15260
|
export const zeroAmountIndicator: PropTypes.Requireable<io.flow.v0.enums.ZeroAmountIndicator>;
|
|
15369
|
-
export const zeroLevyReasonCode: PropTypes.Requireable<io.flow.v0.enums.ZeroLevyReasonCode>;
|
|
15370
15261
|
export const abandonedOrderEmailSettings: PropTypes.Requireable<io.flow.v0.models.AbandonedOrderEmailSettings>;
|
|
15371
15262
|
export const abandonedOrderPromotion: PropTypes.Requireable<io.flow.v0.models.AbandonedOrderPromotion>;
|
|
15372
15263
|
export const abandonedOrderPromotionDiscountDetails: PropTypes.Requireable<io.flow.v0.models.AbandonedOrderPromotionDiscountDetails>;
|
|
@@ -15757,9 +15648,7 @@ export const emailAbandonedOrderUrls: PropTypes.Requireable<io.flow.v0.models.Em
|
|
|
15757
15648
|
export const emailNotification: PropTypes.Requireable<io.flow.v0.models.EmailNotification>;
|
|
15758
15649
|
export const emailNotificationAbandonedOrder: PropTypes.Requireable<io.flow.v0.models.EmailNotificationAbandonedOrder>;
|
|
15759
15650
|
export const emailNotificationDataRefund: PropTypes.Requireable<io.flow.v0.models.EmailNotificationDataRefund>;
|
|
15760
|
-
export const emailNotificationDeleted: PropTypes.Requireable<io.flow.v0.models.EmailNotificationDeleted>;
|
|
15761
15651
|
export const emailNotificationForm: PropTypes.Requireable<io.flow.v0.models.EmailNotificationForm>;
|
|
15762
|
-
export const emailNotificationUpserted: PropTypes.Requireable<io.flow.v0.models.EmailNotificationUpserted>;
|
|
15763
15652
|
export const emailPaymentSummary: PropTypes.Requireable<io.flow.v0.models.EmailPaymentSummary>;
|
|
15764
15653
|
export const emailRecipient: PropTypes.Requireable<io.flow.v0.models.EmailRecipient>;
|
|
15765
15654
|
export const emailVerification: PropTypes.Requireable<io.flow.v0.models.EmailVerification>;
|
|
@@ -16616,7 +16505,6 @@ export const solidusVariantExportType: PropTypes.Requireable<io.flow.v0.models.S
|
|
|
16616
16505
|
export const statement: PropTypes.Requireable<io.flow.v0.models.Statement>;
|
|
16617
16506
|
export const statementDeleted: PropTypes.Requireable<io.flow.v0.models.StatementDeleted>;
|
|
16618
16507
|
export const statementUpserted: PropTypes.Requireable<io.flow.v0.models.StatementUpserted>;
|
|
16619
|
-
export const streetAddress: PropTypes.Requireable<io.flow.v0.models.StreetAddress>;
|
|
16620
16508
|
export const stripeAuthenticationData: PropTypes.Requireable<io.flow.v0.models.StripeAuthenticationData>;
|
|
16621
16509
|
export const stripeAuthenticationDataForm: PropTypes.Requireable<io.flow.v0.models.StripeAuthenticationDataForm>;
|
|
16622
16510
|
export const stripeAuthorizationResultActionDetails: PropTypes.Requireable<io.flow.v0.models.StripeAuthorizationResultActionDetails>;
|
|
@@ -16651,16 +16539,6 @@ export const syncStreamReference: PropTypes.Requireable<io.flow.v0.models.SyncSt
|
|
|
16651
16539
|
export const syncStreamSettings: PropTypes.Requireable<io.flow.v0.models.SyncStreamSettings>;
|
|
16652
16540
|
export const syncStreamSettingsForm: PropTypes.Requireable<io.flow.v0.models.SyncStreamSettingsForm>;
|
|
16653
16541
|
export const tax: PropTypes.Requireable<io.flow.v0.models.Tax>;
|
|
16654
|
-
export const taxDutyCalculatorValidationError: PropTypes.Requireable<io.flow.v0.models.TaxDutyCalculatorValidationError>;
|
|
16655
|
-
export const taxDutyQuote: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuote>;
|
|
16656
|
-
export const taxDutyQuoteFeeValue: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteFeeValue>;
|
|
16657
|
-
export const taxDutyQuoteForm: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteForm>;
|
|
16658
|
-
export const taxDutyQuoteLineItem: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteLineItem>;
|
|
16659
|
-
export const taxDutyQuoteLineItemForm: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteLineItemForm>;
|
|
16660
|
-
export const taxDutyQuoteSimpleLevyValue: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteSimpleLevyValue>;
|
|
16661
|
-
export const taxDutyQuoteSimpleShipping: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteSimpleShipping>;
|
|
16662
|
-
export const taxDutyQuoteSimpleShippingForm: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteSimpleShippingForm>;
|
|
16663
|
-
export const taxDutyQuoteValues: PropTypes.Requireable<io.flow.v0.models.TaxDutyQuoteValues>;
|
|
16664
16542
|
export const taxRegistration: PropTypes.Requireable<io.flow.v0.models.TaxRegistration>;
|
|
16665
16543
|
export const taxRegistrationForm: PropTypes.Requireable<io.flow.v0.models.TaxRegistrationForm>;
|
|
16666
16544
|
export const taxReport: PropTypes.Requireable<io.flow.v0.models.TaxReport>;
|
|
@@ -16870,7 +16748,6 @@ export const shippingLabelForm: PropTypes.Requireable<io.flow.v0.unions.Shipping
|
|
|
16870
16748
|
export const shippingNotificationForm: PropTypes.Requireable<io.flow.v0.unions.ShippingNotificationForm>;
|
|
16871
16749
|
export const shopifyCartAddForm: PropTypes.Requireable<io.flow.v0.unions.ShopifyCartAddForm>;
|
|
16872
16750
|
export const shopifyEventBucket: PropTypes.Requireable<io.flow.v0.unions.ShopifyEventBucket>;
|
|
16873
|
-
export const taxDutyQuoteLevyValue: PropTypes.Requireable<io.flow.v0.unions.TaxDutyQuoteLevyValue>;
|
|
16874
16751
|
export const taxSetting: PropTypes.Requireable<io.flow.v0.unions.TaxSetting>;
|
|
16875
16752
|
export const threedsChallengeAction: PropTypes.Requireable<io.flow.v0.unions.ThreedsChallengeAction>;
|
|
16876
16753
|
export const threedsIdentifyAction: PropTypes.Requireable<io.flow.v0.unions.ThreedsIdentifyAction>;
|
package/src/api.js
CHANGED
|
@@ -4609,6 +4609,13 @@ T['io.flow.stripe.v0.models.payment_intent'] = PropTypes.exact({
|
|
|
4609
4609
|
shipping: T['io.flow.stripe.v0.models.payment_intent_shipping'],
|
|
4610
4610
|
});
|
|
4611
4611
|
|
|
4612
|
+
T['io.flow.stripe.v0.models.payment_intents'] = PropTypes.exact({
|
|
4613
|
+
object: PropTypes.string.isRequired,
|
|
4614
|
+
data: PropTypes.arrayOf(T['io.flow.stripe.v0.models.payment_intent']).isRequired,
|
|
4615
|
+
has_more: PropTypes.bool.isRequired,
|
|
4616
|
+
url: PropTypes.string,
|
|
4617
|
+
});
|
|
4618
|
+
|
|
4612
4619
|
T['io.flow.stripe.v0.models.stripe_error'] = PropTypes.exact({
|
|
4613
4620
|
type: T['io.flow.stripe.v0.enums.error_type'].isRequired,
|
|
4614
4621
|
charge: PropTypes.string,
|
|
@@ -5880,104 +5887,6 @@ T['io.flow.v0.models.repeat_hourly'] = PropTypes.exact({
|
|
|
5880
5887
|
interval: PropTypes.number.isRequired,
|
|
5881
5888
|
});
|
|
5882
5889
|
|
|
5883
|
-
T['io.flow.v0.enums.zero_levy_reason_code'] = PropTypes.oneOf([
|
|
5884
|
-
'zero_basis',
|
|
5885
|
-
'zero_rate_on_goods',
|
|
5886
|
-
'value_rounds_to_zero',
|
|
5887
|
-
'order_below_de_minimis_threshold',
|
|
5888
|
-
'amount_below_de_minimis_threshold',
|
|
5889
|
-
'delivered_unpaid',
|
|
5890
|
-
'duty_free_domestic',
|
|
5891
|
-
'duty_free_intra_community',
|
|
5892
|
-
'duty_free_reimport',
|
|
5893
|
-
'duty_free_by_trade_agreement',
|
|
5894
|
-
]);
|
|
5895
|
-
|
|
5896
|
-
T['io.flow.v0.enums.levy_inclusion'] = PropTypes.oneOf(['tax', 'duty']);
|
|
5897
|
-
|
|
5898
|
-
T['io.flow.v0.models.tax_duty_quote_fee_value'] = PropTypes.exact({
|
|
5899
|
-
amount: PropTypes.number.isRequired,
|
|
5900
|
-
description: PropTypes.string.isRequired,
|
|
5901
|
-
amount_refundable_on_return: PropTypes.number.isRequired,
|
|
5902
|
-
});
|
|
5903
|
-
|
|
5904
|
-
T['io.flow.v0.models.tax_duty_quote_simple_levy_value'] = PropTypes.exact({
|
|
5905
|
-
discriminator: PropTypes.oneOf(['tax_duty_quote_simple_levy_value']).isRequired,
|
|
5906
|
-
amount: PropTypes.number.isRequired,
|
|
5907
|
-
rate: PropTypes.number.isRequired,
|
|
5908
|
-
description: PropTypes.string.isRequired,
|
|
5909
|
-
zero_levy_reason: PropTypes.arrayOf(T['io.flow.v0.enums.zero_levy_reason_code']),
|
|
5910
|
-
amount_refundable_on_return: PropTypes.number.isRequired,
|
|
5911
|
-
});
|
|
5912
|
-
|
|
5913
|
-
T['io.flow.v0.unions.tax_duty_quote_levy_value'] = PropTypes.oneOfType([T['io.flow.v0.models.tax_duty_quote_simple_levy_value']]);
|
|
5914
|
-
|
|
5915
|
-
T['io.flow.v0.models.tax_duty_quote_values'] = PropTypes.exact({
|
|
5916
|
-
price: PropTypes.number.isRequired,
|
|
5917
|
-
duty: T['io.flow.v0.models.tax_duty_quote_simple_levy_value'].isRequired,
|
|
5918
|
-
tax: T['io.flow.v0.models.tax_duty_quote_simple_levy_value'].isRequired,
|
|
5919
|
-
fees: T['io.flow.v0.models.tax_duty_quote_fee_value'].isRequired,
|
|
5920
|
-
total: PropTypes.number.isRequired,
|
|
5921
|
-
});
|
|
5922
|
-
|
|
5923
|
-
T['io.flow.v0.models.street_address'] = PropTypes.exact({
|
|
5924
|
-
streets: PropTypes.arrayOf(PropTypes.string),
|
|
5925
|
-
city: PropTypes.string,
|
|
5926
|
-
province: PropTypes.string,
|
|
5927
|
-
postal: PropTypes.string,
|
|
5928
|
-
country: PropTypes.string,
|
|
5929
|
-
});
|
|
5930
|
-
|
|
5931
|
-
T['io.flow.v0.models.tax_duty_quote_simple_shipping_form'] = PropTypes.exact({
|
|
5932
|
-
price: PropTypes.number.isRequired,
|
|
5933
|
-
includes: PropTypes.arrayOf(T['io.flow.v0.enums.levy_inclusion']).isRequired,
|
|
5934
|
-
ship_from: T['io.flow.v0.models.street_address'],
|
|
5935
|
-
});
|
|
5936
|
-
|
|
5937
|
-
T['io.flow.v0.models.tax_duty_quote_simple_shipping'] = PropTypes.exact({
|
|
5938
|
-
values: T['io.flow.v0.models.tax_duty_quote_values'].isRequired,
|
|
5939
|
-
ship_from: T['io.flow.v0.models.street_address'].isRequired,
|
|
5940
|
-
});
|
|
5941
|
-
|
|
5942
|
-
T['io.flow.v0.models.tax_duty_quote_line_item'] = PropTypes.exact({
|
|
5943
|
-
primary_identifier: PropTypes.string.isRequired,
|
|
5944
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
5945
|
-
ship_from: T['io.flow.v0.models.street_address'].isRequired,
|
|
5946
|
-
quantity: PropTypes.number.isRequired,
|
|
5947
|
-
unit_values: T['io.flow.v0.models.tax_duty_quote_values'].isRequired,
|
|
5948
|
-
country_of_origin: PropTypes.string.isRequired,
|
|
5949
|
-
hs_code: PropTypes.string.isRequired,
|
|
5950
|
-
});
|
|
5951
|
-
|
|
5952
|
-
T['io.flow.v0.enums.tax_duty_calculator_validation_error_code'] = PropTypes.oneOf([
|
|
5953
|
-
'generic_error',
|
|
5954
|
-
'destination_country_not_defined',
|
|
5955
|
-
'destination_address_iso3166_unrecognized',
|
|
5956
|
-
'line_item_shipfrom_shipto_country_invalid',
|
|
5957
|
-
'line_item_ship_from_invalid',
|
|
5958
|
-
'line_item_currency_iso4217_unrecognized',
|
|
5959
|
-
'line_quantity_invalid',
|
|
5960
|
-
'line_item_quantity_invalid',
|
|
5961
|
-
'line_item_unit_price_precision_invalid',
|
|
5962
|
-
'line_item_unit_price_negative',
|
|
5963
|
-
'line_item_discount_amount_precision_invalid',
|
|
5964
|
-
'line_item_discount_amount_positive',
|
|
5965
|
-
'line_item_country_of_origin_iso3166_unrecognized',
|
|
5966
|
-
'line_item_hs_code_invalid',
|
|
5967
|
-
'line_item_duty_provider_invalid',
|
|
5968
|
-
'shipping_unit_price_precision_invalid',
|
|
5969
|
-
'shipping_unit_price_negative',
|
|
5970
|
-
'shipping_discount_amount_precision_invalid',
|
|
5971
|
-
'shipping_discount_amount_invalid',
|
|
5972
|
-
'merchant_of_record_invalid',
|
|
5973
|
-
'wrong_unit_specified',
|
|
5974
|
-
]);
|
|
5975
|
-
|
|
5976
|
-
T['io.flow.v0.models.tax_duty_calculator_validation_error'] = PropTypes.exact({
|
|
5977
|
-
code: T['io.flow.v0.enums.tax_duty_calculator_validation_error_code'].isRequired,
|
|
5978
|
-
messages: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
5979
|
-
});
|
|
5980
|
-
|
|
5981
5890
|
T['io.flow.v0.enums.sync_stream_type'] = PropTypes.oneOf(['submitted_order', 'placed_order']);
|
|
5982
5891
|
T['io.flow.v0.enums.sync_record_failure_reason'] = PropTypes.oneOf(['inventory', 'address', 'promotion', 'other']);
|
|
5983
5892
|
|
|
@@ -10156,20 +10065,6 @@ T['io.flow.v0.models.customer_payment'] = PropTypes.exact({
|
|
|
10156
10065
|
|
|
10157
10066
|
T['io.flow.v0.enums.merchant_of_record'] = PropTypes.oneOf(['flow', 'organization']);
|
|
10158
10067
|
|
|
10159
|
-
T['io.flow.v0.models.tax_duty_quote'] = PropTypes.exact({
|
|
10160
|
-
id: PropTypes.string.isRequired,
|
|
10161
|
-
primary_identifier: PropTypes.string.isRequired,
|
|
10162
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
10163
|
-
merchant_of_record: T['io.flow.v0.enums.merchant_of_record'].isRequired,
|
|
10164
|
-
delivered_duty: T['io.flow.v0.enums.delivered_duty'].isRequired,
|
|
10165
|
-
destination: T['io.flow.v0.models.street_address'].isRequired,
|
|
10166
|
-
quote_date: PropTypes.string.isRequired,
|
|
10167
|
-
currency: PropTypes.string.isRequired,
|
|
10168
|
-
lines: PropTypes.arrayOf(T['io.flow.v0.models.tax_duty_quote_line_item']).isRequired,
|
|
10169
|
-
shipping: PropTypes.arrayOf(T['io.flow.v0.models.tax_duty_quote_simple_shipping']).isRequired,
|
|
10170
|
-
total_values: T['io.flow.v0.models.tax_duty_quote_values'].isRequired,
|
|
10171
|
-
});
|
|
10172
|
-
|
|
10173
10068
|
T['io.flow.v0.models.payment_payment_method'] = PropTypes.exact({
|
|
10174
10069
|
id: PropTypes.string.isRequired,
|
|
10175
10070
|
name: PropTypes.string.isRequired,
|
|
@@ -12700,6 +12595,7 @@ T['io.flow.v0.models.tracking_event'] = PropTypes.exact({
|
|
|
12700
12595
|
timestamp: PropTypes.string.isRequired,
|
|
12701
12596
|
description: PropTypes.string,
|
|
12702
12597
|
aggregator_status_code: PropTypes.string,
|
|
12598
|
+
created_at: PropTypes.string,
|
|
12703
12599
|
});
|
|
12704
12600
|
|
|
12705
12601
|
T['io.flow.v0.models.tracking_label'] = PropTypes.exact({
|
|
@@ -13748,29 +13644,6 @@ T['io.flow.v0.models.measurement'] = PropTypes.exact({
|
|
|
13748
13644
|
units: T['io.flow.v0.enums.unit_of_measurement'].isRequired,
|
|
13749
13645
|
});
|
|
13750
13646
|
|
|
13751
|
-
T['io.flow.v0.models.tax_duty_quote_line_item_form'] = PropTypes.exact({
|
|
13752
|
-
primary_identifier: PropTypes.string.isRequired,
|
|
13753
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
13754
|
-
ship_from: T['io.flow.v0.models.street_address'].isRequired,
|
|
13755
|
-
quantity: PropTypes.number.isRequired,
|
|
13756
|
-
unit_price: PropTypes.number.isRequired,
|
|
13757
|
-
unit_weight: T['io.flow.v0.models.measurement'],
|
|
13758
|
-
country_of_origin: PropTypes.string,
|
|
13759
|
-
hs_code: PropTypes.string,
|
|
13760
|
-
includes: PropTypes.arrayOf(T['io.flow.v0.enums.levy_inclusion']).isRequired,
|
|
13761
|
-
});
|
|
13762
|
-
|
|
13763
|
-
T['io.flow.v0.models.tax_duty_quote_form'] = PropTypes.exact({
|
|
13764
|
-
primary_identifier: PropTypes.string.isRequired,
|
|
13765
|
-
attributes: PropTypes.objectOf(PropTypes.string),
|
|
13766
|
-
delivered_duty: T['io.flow.v0.enums.delivered_duty'].isRequired,
|
|
13767
|
-
destination: T['io.flow.v0.models.street_address'].isRequired,
|
|
13768
|
-
currency: PropTypes.string.isRequired,
|
|
13769
|
-
lines: PropTypes.arrayOf(T['io.flow.v0.models.tax_duty_quote_line_item_form']).isRequired,
|
|
13770
|
-
shipping: PropTypes.arrayOf(T['io.flow.v0.models.tax_duty_quote_simple_shipping_form']).isRequired,
|
|
13771
|
-
includes: PropTypes.arrayOf(T['io.flow.v0.enums.levy_inclusion']),
|
|
13772
|
-
});
|
|
13773
|
-
|
|
13774
13647
|
T['io.flow.v0.models.estimated_dimensions'] = PropTypes.exact({
|
|
13775
13648
|
depth: T['io.flow.v0.models.measurement'].isRequired,
|
|
13776
13649
|
length: T['io.flow.v0.models.measurement'].isRequired,
|
|
@@ -15624,22 +15497,6 @@ T['io.flow.v0.models.email_notification'] = PropTypes.exact({
|
|
|
15624
15497
|
data: T['io.flow.v0.unions.email_notification_data'].isRequired,
|
|
15625
15498
|
});
|
|
15626
15499
|
|
|
15627
|
-
T['io.flow.v0.models.email_notification_upserted'] = PropTypes.exact({
|
|
15628
|
-
discriminator: PropTypes.oneOf(['email_notification_upserted']).isRequired,
|
|
15629
|
-
event_id: PropTypes.string.isRequired,
|
|
15630
|
-
timestamp: PropTypes.string.isRequired,
|
|
15631
|
-
organization: PropTypes.string.isRequired,
|
|
15632
|
-
notification: T['io.flow.v0.models.email_notification'].isRequired,
|
|
15633
|
-
});
|
|
15634
|
-
|
|
15635
|
-
T['io.flow.v0.models.email_notification_deleted'] = PropTypes.exact({
|
|
15636
|
-
discriminator: PropTypes.oneOf(['email_notification_deleted']).isRequired,
|
|
15637
|
-
event_id: PropTypes.string.isRequired,
|
|
15638
|
-
timestamp: PropTypes.string.isRequired,
|
|
15639
|
-
organization: PropTypes.string.isRequired,
|
|
15640
|
-
notification: T['io.flow.v0.models.email_notification'].isRequired,
|
|
15641
|
-
});
|
|
15642
|
-
|
|
15643
15500
|
T['io.flow.v0.models.discounts_form'] = PropTypes.exact({
|
|
15644
15501
|
discounts: PropTypes.arrayOf(T['io.flow.v0.models.discount_form']).isRequired,
|
|
15645
15502
|
});
|
|
@@ -16066,8 +15923,6 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
16066
15923
|
T['io.flow.v0.models.customer_deleted'],
|
|
16067
15924
|
T['io.flow.v0.models.customer_address_book_contact_upserted'],
|
|
16068
15925
|
T['io.flow.v0.models.customer_address_book_contact_deleted'],
|
|
16069
|
-
T['io.flow.v0.models.email_notification_upserted'],
|
|
16070
|
-
T['io.flow.v0.models.email_notification_deleted'],
|
|
16071
15926
|
T['io.flow.v0.models.available_promotions_upserted'],
|
|
16072
15927
|
T['io.flow.v0.models.available_promotions_deleted'],
|
|
16073
15928
|
T['io.flow.v0.models.available_promotions_upserted_v2'],
|
|
@@ -16454,8 +16309,6 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
16454
16309
|
'customer_deleted',
|
|
16455
16310
|
'customer_address_book_contact_upserted',
|
|
16456
16311
|
'customer_address_book_contact_deleted',
|
|
16457
|
-
'email_notification_upserted',
|
|
16458
|
-
'email_notification_deleted',
|
|
16459
16312
|
'available_promotions_upserted',
|
|
16460
16313
|
'available_promotions_deleted',
|
|
16461
16314
|
'available_promotions_upserted_v2',
|
|
@@ -18163,9 +18016,7 @@ export const emailNotification = T['io.flow.v0.models.email_notification'];
|
|
|
18163
18016
|
export const emailNotificationAbandonedOrder = T['io.flow.v0.models.email_notification_abandoned_order'];
|
|
18164
18017
|
export const emailNotificationData = T['io.flow.v0.unions.email_notification_data'];
|
|
18165
18018
|
export const emailNotificationDataRefund = T['io.flow.v0.models.email_notification_data_refund'];
|
|
18166
|
-
export const emailNotificationDeleted = T['io.flow.v0.models.email_notification_deleted'];
|
|
18167
18019
|
export const emailNotificationForm = T['io.flow.v0.models.email_notification_form'];
|
|
18168
|
-
export const emailNotificationUpserted = T['io.flow.v0.models.email_notification_upserted'];
|
|
18169
18020
|
export const emailPaymentSummary = T['io.flow.v0.models.email_payment_summary'];
|
|
18170
18021
|
export const emailRecipient = T['io.flow.v0.models.email_recipient'];
|
|
18171
18022
|
export const emailVerification = T['io.flow.v0.models.email_verification'];
|
|
@@ -18469,7 +18320,6 @@ export const laneSummary = T['io.flow.v0.models.lane_summary'];
|
|
|
18469
18320
|
export const language = T['io.flow.v0.models.language'];
|
|
18470
18321
|
export const largePackageServiceFee = T['io.flow.v0.models.large_package_service_fee'];
|
|
18471
18322
|
export const levyComponent = T['io.flow.v0.enums.levy_component'];
|
|
18472
|
-
export const levyInclusion = T['io.flow.v0.enums.levy_inclusion'];
|
|
18473
18323
|
export const levyStrategy = T['io.flow.v0.enums.levy_strategy'];
|
|
18474
18324
|
export const line = T['io.flow.v0.models.line'];
|
|
18475
18325
|
export const lineItem = T['io.flow.v0.models.line_item'];
|
|
@@ -19225,7 +19075,6 @@ export const statementDeleted = T['io.flow.v0.models.statement_deleted'];
|
|
|
19225
19075
|
export const statementUpserted = T['io.flow.v0.models.statement_upserted'];
|
|
19226
19076
|
export const storedMethodUsageStep = T['io.flow.v0.enums.stored_method_usage_step'];
|
|
19227
19077
|
export const strategy = T['io.flow.v0.enums.strategy'];
|
|
19228
|
-
export const streetAddress = T['io.flow.v0.models.street_address'];
|
|
19229
19078
|
export const stripeAuthenticationData = T['io.flow.v0.models.stripe_authentication_data'];
|
|
19230
19079
|
export const stripeAuthenticationDataForm = T['io.flow.v0.models.stripe_authentication_data_form'];
|
|
19231
19080
|
export const stripeAuthorizationResultActionDetails = T['io.flow.v0.models.stripe_authorization_result_action_details'];
|
|
@@ -19266,18 +19115,6 @@ export const syncStreamType = T['io.flow.v0.enums.sync_stream_type'];
|
|
|
19266
19115
|
export const syncUnitOfTime = T['io.flow.v0.enums.sync_unit_of_time'];
|
|
19267
19116
|
export const tax = T['io.flow.v0.models.tax'];
|
|
19268
19117
|
export const taxApplicability = T['io.flow.v0.enums.tax_applicability'];
|
|
19269
|
-
export const taxDutyCalculatorValidationError = T['io.flow.v0.models.tax_duty_calculator_validation_error'];
|
|
19270
|
-
export const taxDutyCalculatorValidationErrorCode = T['io.flow.v0.enums.tax_duty_calculator_validation_error_code'];
|
|
19271
|
-
export const taxDutyQuote = T['io.flow.v0.models.tax_duty_quote'];
|
|
19272
|
-
export const taxDutyQuoteFeeValue = T['io.flow.v0.models.tax_duty_quote_fee_value'];
|
|
19273
|
-
export const taxDutyQuoteForm = T['io.flow.v0.models.tax_duty_quote_form'];
|
|
19274
|
-
export const taxDutyQuoteLevyValue = T['io.flow.v0.unions.tax_duty_quote_levy_value'];
|
|
19275
|
-
export const taxDutyQuoteLineItem = T['io.flow.v0.models.tax_duty_quote_line_item'];
|
|
19276
|
-
export const taxDutyQuoteLineItemForm = T['io.flow.v0.models.tax_duty_quote_line_item_form'];
|
|
19277
|
-
export const taxDutyQuoteSimpleLevyValue = T['io.flow.v0.models.tax_duty_quote_simple_levy_value'];
|
|
19278
|
-
export const taxDutyQuoteSimpleShipping = T['io.flow.v0.models.tax_duty_quote_simple_shipping'];
|
|
19279
|
-
export const taxDutyQuoteSimpleShippingForm = T['io.flow.v0.models.tax_duty_quote_simple_shipping_form'];
|
|
19280
|
-
export const taxDutyQuoteValues = T['io.flow.v0.models.tax_duty_quote_values'];
|
|
19281
19118
|
export const taxRegistration = T['io.flow.v0.models.tax_registration'];
|
|
19282
19119
|
export const taxRegistrationForm = T['io.flow.v0.models.tax_registration_form'];
|
|
19283
19120
|
export const taxReport = T['io.flow.v0.models.tax_report'];
|
|
@@ -19424,5 +19261,4 @@ export const webhookStatus = T['io.flow.v0.enums.webhook_status'];
|
|
|
19424
19261
|
export const withholdingDeduction = T['io.flow.v0.models.withholding_deduction'];
|
|
19425
19262
|
export const withholdingDeductionType = T['io.flow.v0.enums.withholding_deduction_type'];
|
|
19426
19263
|
export const zeroAmountIndicator = T['io.flow.v0.enums.zero_amount_indicator'];
|
|
19427
|
-
export const zeroLevyReasonCode = T['io.flow.v0.enums.zero_levy_reason_code'];
|
|
19428
19264
|
export const zone = T['io.flow.v0.models.zone'];
|