@flowio/types 11.24.107 → 11.24.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/dist/api-internal.d.ts +143 -283
- package/dist/api.d.ts +16 -164
- package/package.json +2 -2
- package/src/api-internal.ts +222 -345
- package/src/api.ts +28 -230
package/dist/api.d.ts
CHANGED
|
@@ -699,6 +699,12 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
699
699
|
readonly transfer_data?: io.flow.stripe.v0.models.TransferData;
|
|
700
700
|
readonly transfer_group?: string;
|
|
701
701
|
}
|
|
702
|
+
interface PaymentIntents {
|
|
703
|
+
readonly object: string;
|
|
704
|
+
readonly data: io.flow.stripe.v0.models.PaymentIntent[];
|
|
705
|
+
readonly has_more: boolean;
|
|
706
|
+
readonly url?: string;
|
|
707
|
+
}
|
|
702
708
|
interface PaymentMethod {
|
|
703
709
|
readonly id: string;
|
|
704
710
|
readonly object: string;
|
|
@@ -4086,7 +4092,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4086
4092
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
4087
4093
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
4088
4094
|
type Environment = 'sandbox' | 'production';
|
|
4089
|
-
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' | '
|
|
4095
|
+
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';
|
|
4090
4096
|
type ExceptionType = 'open' | 'closed';
|
|
4091
4097
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
4092
4098
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -4126,7 +4132,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4126
4132
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
4127
4133
|
type LaneStrategy = 'oldest' | 'fastest' | 'lowest_cost' | 'highest_priority';
|
|
4128
4134
|
type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
|
|
4129
|
-
type LevyInclusion = 'tax' | 'duty';
|
|
4130
4135
|
type LevyStrategy = 'minimum' | 'average' | 'maximum';
|
|
4131
4136
|
type LocationErrorCode = 'address_required' | 'ip_invalid' | 'ip_required' | 'timezone_unavailable';
|
|
4132
4137
|
type LogisticsFormatPreference = 'shopify_console' | 'existing_3pl_integration' | 'byo_integration';
|
|
@@ -4207,6 +4212,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4207
4212
|
type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
|
|
4208
4213
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
4209
4214
|
type ShippingConfigurationType = 'default' | 'variant';
|
|
4215
|
+
type ShippingLabelErrorCode = 'generic_error' | 'cancelled_order' | 'carrier_outage' | 'catalog_issue' | 'invalid_destination' | 'invalid_origin' | 'invalid_shipping_parameters' | 'merchant_error' | 'order_not_found' | 'order_processing' | 'restricted_item' | 'unsupported_lane';
|
|
4210
4216
|
type ShopifyGrant = 'customer' | 'discount' | 'gift_card' | 'metafield' | 'order';
|
|
4211
4217
|
type ShopifyLocalizationMethod = 'api' | 'ssr';
|
|
4212
4218
|
type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
|
|
@@ -4220,7 +4226,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4220
4226
|
type SyncStreamType = 'submitted_order' | 'placed_order';
|
|
4221
4227
|
type SyncUnitOfTime = 'day' | 'hour' | 'minute' | 'second';
|
|
4222
4228
|
type TaxApplicability = 'none' | 'all';
|
|
4223
|
-
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';
|
|
4224
4229
|
type TaxReportType = 'consumer' | 'b2b';
|
|
4225
4230
|
type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
|
|
4226
4231
|
type TaxabilityType = 'tax_rule';
|
|
@@ -4250,7 +4255,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4250
4255
|
type WebhookStatus = 'pending' | 'success' | 'failure' | 'ignored';
|
|
4251
4256
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
4252
4257
|
type ZeroAmountIndicator = 'zero' | 'free';
|
|
4253
|
-
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';
|
|
4254
4258
|
}
|
|
4255
4259
|
declare namespace io.flow.v0.models {
|
|
4256
4260
|
interface AbandonedOrderEmailSettings {
|
|
@@ -5966,16 +5970,6 @@ declare namespace io.flow.v0.models {
|
|
|
5966
5970
|
readonly email?: string;
|
|
5967
5971
|
readonly phone?: string;
|
|
5968
5972
|
}
|
|
5969
|
-
interface Context {
|
|
5970
|
-
readonly id: string;
|
|
5971
|
-
readonly experiments: io.flow.v0.models.SessionContextExperiment[];
|
|
5972
|
-
}
|
|
5973
|
-
interface ContextForm {
|
|
5974
|
-
readonly experiments: io.flow.v0.models.SessionContextExperiment[];
|
|
5975
|
-
}
|
|
5976
|
-
interface ContextReference {
|
|
5977
|
-
readonly id: string;
|
|
5978
|
-
}
|
|
5979
5973
|
interface Country {
|
|
5980
5974
|
readonly name: string;
|
|
5981
5975
|
readonly iso_3166_2: string;
|
|
@@ -6728,25 +6722,11 @@ declare namespace io.flow.v0.models {
|
|
|
6728
6722
|
readonly return: io.flow.v0.models.OrderSummary;
|
|
6729
6723
|
readonly payment: io.flow.v0.models.EmailPaymentSummary;
|
|
6730
6724
|
}
|
|
6731
|
-
interface EmailNotificationDeleted {
|
|
6732
|
-
readonly discriminator: 'email_notification_deleted';
|
|
6733
|
-
readonly event_id: string;
|
|
6734
|
-
readonly timestamp: string;
|
|
6735
|
-
readonly organization: string;
|
|
6736
|
-
readonly notification: io.flow.v0.models.EmailNotification;
|
|
6737
|
-
}
|
|
6738
6725
|
interface EmailNotificationForm {
|
|
6739
6726
|
readonly to: io.flow.v0.models.EmailRecipient;
|
|
6740
6727
|
readonly created_at: string;
|
|
6741
6728
|
readonly data: io.flow.v0.unions.EmailNotificationData;
|
|
6742
6729
|
}
|
|
6743
|
-
interface EmailNotificationUpserted {
|
|
6744
|
-
readonly discriminator: 'email_notification_upserted';
|
|
6745
|
-
readonly event_id: string;
|
|
6746
|
-
readonly timestamp: string;
|
|
6747
|
-
readonly organization: string;
|
|
6748
|
-
readonly notification: io.flow.v0.models.EmailNotification;
|
|
6749
|
-
}
|
|
6750
6730
|
interface EmailPaymentSummary {
|
|
6751
6731
|
readonly refund: io.flow.v0.models.Refund;
|
|
6752
6732
|
}
|
|
@@ -7063,9 +7043,6 @@ declare namespace io.flow.v0.models {
|
|
|
7063
7043
|
readonly type: io.flow.v0.enums.ChangeType;
|
|
7064
7044
|
readonly experience: io.flow.v0.models.Experience;
|
|
7065
7045
|
}
|
|
7066
|
-
interface ExperimentVariant {
|
|
7067
|
-
readonly key: string;
|
|
7068
|
-
}
|
|
7069
7046
|
interface Expiration {
|
|
7070
7047
|
readonly month: number;
|
|
7071
7048
|
readonly year: number;
|
|
@@ -8271,7 +8248,6 @@ declare namespace io.flow.v0.models {
|
|
|
8271
8248
|
readonly language: io.flow.v0.models.Language;
|
|
8272
8249
|
readonly locale: io.flow.v0.models.Locale;
|
|
8273
8250
|
readonly experience: io.flow.v0.models.ExperienceGeo;
|
|
8274
|
-
readonly experiment?: io.flow.v0.models.SessionExperiment;
|
|
8275
8251
|
}
|
|
8276
8252
|
interface Locale {
|
|
8277
8253
|
readonly id: string;
|
|
@@ -9429,8 +9405,6 @@ declare namespace io.flow.v0.models {
|
|
|
9429
9405
|
readonly geo?: io.flow.v0.models.SessionGeo;
|
|
9430
9406
|
readonly experience?: io.flow.v0.models.ExperienceGeo;
|
|
9431
9407
|
readonly format?: io.flow.v0.models.SessionFormat;
|
|
9432
|
-
readonly experiment?: io.flow.v0.models.SessionExperiment;
|
|
9433
|
-
readonly context?: io.flow.v0.models.ContextReference;
|
|
9434
9408
|
}
|
|
9435
9409
|
interface OrganizationSessionAuthorization {
|
|
9436
9410
|
readonly discriminator: 'organization_session_authorization';
|
|
@@ -11411,29 +11385,10 @@ declare namespace io.flow.v0.models {
|
|
|
11411
11385
|
interface SessionAuthorizationForm {
|
|
11412
11386
|
readonly session: string;
|
|
11413
11387
|
}
|
|
11414
|
-
interface SessionContextExperiment {
|
|
11415
|
-
readonly key: string;
|
|
11416
|
-
readonly variant?: io.flow.v0.models.ExperimentVariant;
|
|
11417
|
-
}
|
|
11418
11388
|
interface SessionCurrencyFormat {
|
|
11419
11389
|
readonly symbol: io.flow.v0.enums.CurrencySymbolFormat;
|
|
11420
11390
|
readonly label_formatters: io.flow.v0.enums.CurrencyLabelFormatter[];
|
|
11421
11391
|
}
|
|
11422
|
-
interface SessionExperiment {
|
|
11423
|
-
readonly key: string;
|
|
11424
|
-
readonly variant?: io.flow.v0.models.SessionExperimentVariant;
|
|
11425
|
-
}
|
|
11426
|
-
interface SessionExperimentForm {
|
|
11427
|
-
readonly key: string;
|
|
11428
|
-
readonly variant?: io.flow.v0.models.SessionExperimentVariantForm;
|
|
11429
|
-
}
|
|
11430
|
-
interface SessionExperimentVariant {
|
|
11431
|
-
readonly key: string;
|
|
11432
|
-
readonly name: string;
|
|
11433
|
-
}
|
|
11434
|
-
interface SessionExperimentVariantForm {
|
|
11435
|
-
readonly key: string;
|
|
11436
|
-
}
|
|
11437
11392
|
interface SessionExpirationConfig {
|
|
11438
11393
|
readonly unit: io.flow.v0.enums.UnitOfTime;
|
|
11439
11394
|
readonly value: number;
|
|
@@ -11644,6 +11599,10 @@ declare namespace io.flow.v0.models {
|
|
|
11644
11599
|
readonly html?: string;
|
|
11645
11600
|
readonly required: boolean;
|
|
11646
11601
|
}
|
|
11602
|
+
interface ShippingLabelError {
|
|
11603
|
+
readonly code: io.flow.v0.enums.ShippingLabelErrorCode;
|
|
11604
|
+
readonly messages: string[];
|
|
11605
|
+
}
|
|
11647
11606
|
interface ShippingLabelHopCostItemizedEstimate {
|
|
11648
11607
|
readonly units: io.flow.v0.models.LabelUnits;
|
|
11649
11608
|
readonly base: io.flow.v0.models.LabelBase;
|
|
@@ -12106,13 +12065,6 @@ declare namespace io.flow.v0.models {
|
|
|
12106
12065
|
readonly organization: string;
|
|
12107
12066
|
readonly statement: io.flow.v0.models.Statement;
|
|
12108
12067
|
}
|
|
12109
|
-
interface StreetAddress {
|
|
12110
|
-
readonly streets?: string[];
|
|
12111
|
-
readonly city?: string;
|
|
12112
|
-
readonly province?: string;
|
|
12113
|
-
readonly postal?: string;
|
|
12114
|
-
readonly country?: string;
|
|
12115
|
-
}
|
|
12116
12068
|
interface StripeAuthenticationData {
|
|
12117
12069
|
readonly discriminator: 'stripe_authentication_data';
|
|
12118
12070
|
readonly secret_key_reference: string;
|
|
@@ -12306,82 +12258,6 @@ declare namespace io.flow.v0.models {
|
|
|
12306
12258
|
readonly components: io.flow.v0.enums.LevyComponent[];
|
|
12307
12259
|
readonly deminimis?: io.flow.v0.unions.Deminimis;
|
|
12308
12260
|
}
|
|
12309
|
-
interface TaxDutyCalculatorValidationError {
|
|
12310
|
-
readonly code: io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
|
|
12311
|
-
readonly messages: string[];
|
|
12312
|
-
}
|
|
12313
|
-
interface TaxDutyQuote {
|
|
12314
|
-
readonly id: string;
|
|
12315
|
-
readonly primary_identifier: string;
|
|
12316
|
-
readonly attributes?: Record<string, string>;
|
|
12317
|
-
readonly merchant_of_record: io.flow.v0.enums.MerchantOfRecord;
|
|
12318
|
-
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
12319
|
-
readonly destination: io.flow.v0.models.StreetAddress;
|
|
12320
|
-
readonly quote_date: string;
|
|
12321
|
-
readonly currency: string;
|
|
12322
|
-
readonly lines: io.flow.v0.models.TaxDutyQuoteLineItem[];
|
|
12323
|
-
readonly shipping: io.flow.v0.models.TaxDutyQuoteSimpleShipping[];
|
|
12324
|
-
readonly total_values: io.flow.v0.models.TaxDutyQuoteValues;
|
|
12325
|
-
}
|
|
12326
|
-
interface TaxDutyQuoteFeeValue {
|
|
12327
|
-
readonly amount: number;
|
|
12328
|
-
readonly description: string;
|
|
12329
|
-
readonly amount_refundable_on_return: number;
|
|
12330
|
-
}
|
|
12331
|
-
interface TaxDutyQuoteForm {
|
|
12332
|
-
readonly primary_identifier: string;
|
|
12333
|
-
readonly attributes?: Record<string, string>;
|
|
12334
|
-
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
12335
|
-
readonly destination: io.flow.v0.models.StreetAddress;
|
|
12336
|
-
readonly currency: string;
|
|
12337
|
-
readonly lines: io.flow.v0.models.TaxDutyQuoteLineItemForm[];
|
|
12338
|
-
readonly shipping: io.flow.v0.models.TaxDutyQuoteSimpleShippingForm[];
|
|
12339
|
-
readonly includes?: io.flow.v0.enums.LevyInclusion[];
|
|
12340
|
-
}
|
|
12341
|
-
interface TaxDutyQuoteLineItem {
|
|
12342
|
-
readonly primary_identifier: string;
|
|
12343
|
-
readonly attributes?: Record<string, string>;
|
|
12344
|
-
readonly ship_from: io.flow.v0.models.StreetAddress;
|
|
12345
|
-
readonly quantity: number;
|
|
12346
|
-
readonly unit_values: io.flow.v0.models.TaxDutyQuoteValues;
|
|
12347
|
-
readonly country_of_origin: string;
|
|
12348
|
-
readonly hs_code: string;
|
|
12349
|
-
}
|
|
12350
|
-
interface TaxDutyQuoteLineItemForm {
|
|
12351
|
-
readonly primary_identifier: string;
|
|
12352
|
-
readonly attributes?: Record<string, string>;
|
|
12353
|
-
readonly ship_from: io.flow.v0.models.StreetAddress;
|
|
12354
|
-
readonly quantity: number;
|
|
12355
|
-
readonly unit_price: number;
|
|
12356
|
-
readonly unit_weight?: io.flow.v0.models.Measurement;
|
|
12357
|
-
readonly country_of_origin?: string;
|
|
12358
|
-
readonly hs_code?: string;
|
|
12359
|
-
readonly includes: io.flow.v0.enums.LevyInclusion[];
|
|
12360
|
-
}
|
|
12361
|
-
interface TaxDutyQuoteSimpleLevyValue {
|
|
12362
|
-
readonly discriminator: 'tax_duty_quote_simple_levy_value';
|
|
12363
|
-
readonly amount: number;
|
|
12364
|
-
readonly rate: number;
|
|
12365
|
-
readonly description: string;
|
|
12366
|
-
readonly zero_levy_reason?: io.flow.v0.enums.ZeroLevyReasonCode[];
|
|
12367
|
-
readonly amount_refundable_on_return: number;
|
|
12368
|
-
}
|
|
12369
|
-
interface TaxDutyQuoteSimpleShipping {
|
|
12370
|
-
readonly values: io.flow.v0.models.TaxDutyQuoteValues;
|
|
12371
|
-
readonly ship_from: io.flow.v0.models.StreetAddress;
|
|
12372
|
-
}
|
|
12373
|
-
interface TaxDutyQuoteSimpleShippingForm {
|
|
12374
|
-
readonly price: number;
|
|
12375
|
-
readonly includes: io.flow.v0.enums.LevyInclusion[];
|
|
12376
|
-
readonly ship_from?: io.flow.v0.models.StreetAddress;
|
|
12377
|
-
}
|
|
12378
|
-
interface TaxDutyQuoteValues {
|
|
12379
|
-
readonly price: number;
|
|
12380
|
-
readonly duty: io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
12381
|
-
readonly tax: io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
12382
|
-
readonly fees: io.flow.v0.models.TaxDutyQuoteFeeValue;
|
|
12383
|
-
readonly total: number;
|
|
12384
|
-
}
|
|
12385
12261
|
interface TaxRegistration {
|
|
12386
12262
|
readonly id: string;
|
|
12387
12263
|
readonly key: string;
|
|
@@ -12588,6 +12464,7 @@ declare namespace io.flow.v0.models {
|
|
|
12588
12464
|
readonly timestamp: string;
|
|
12589
12465
|
readonly description?: string;
|
|
12590
12466
|
readonly aggregator_status_code?: string;
|
|
12467
|
+
readonly created_at?: string;
|
|
12591
12468
|
}
|
|
12592
12469
|
interface TrackingEventForm {
|
|
12593
12470
|
readonly tracking_label_id: string;
|
|
@@ -13093,7 +12970,7 @@ declare namespace io.flow.v0.unions {
|
|
|
13093
12970
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
13094
12971
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
13095
12972
|
type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
|
|
13096
|
-
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.
|
|
12973
|
+
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;
|
|
13097
12974
|
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
|
|
13098
12975
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
13099
12976
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
@@ -13170,7 +13047,6 @@ declare namespace io.flow.v0.unions {
|
|
|
13170
13047
|
type ShippingNotificationForm = io.flow.v0.models.DetailedShippingNotificationForm | io.flow.v0.models.SinglePackageShippingNotificationForm | io.flow.v0.models.SummaryShippingNotificationForm;
|
|
13171
13048
|
type ShopifyCartAddForm = io.flow.v0.models.ShopifyCartAddSingleForm | io.flow.v0.models.ShopifyCartAddMultipleForm;
|
|
13172
13049
|
type ShopifyEventBucket = io.flow.v0.models.ShopifyItemEventBucket;
|
|
13173
|
-
type TaxDutyQuoteLevyValue = io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
13174
13050
|
type TaxSetting = io.flow.v0.models.AvalaraTaxSetting | io.flow.v0.models.AvalaraTaxCsvSetting;
|
|
13175
13051
|
type ThreedsChallengeAction = io.flow.v0.models.ThreedsTwoChallengeRequest;
|
|
13176
13052
|
type ThreedsIdentifyAction = io.flow.v0.models.ThreedsTwoMethod;
|
|
@@ -13497,9 +13373,6 @@ export declare type ConsumerInvoiceReference = io.flow.v0.models.ConsumerInvoice
|
|
|
13497
13373
|
export declare type ConsumerInvoiceStatus = io.flow.v0.enums.ConsumerInvoiceStatus;
|
|
13498
13374
|
export declare type ConsumerInvoiceUpserted = io.flow.v0.models.ConsumerInvoiceUpserted;
|
|
13499
13375
|
export declare type Contact = io.flow.v0.models.Contact;
|
|
13500
|
-
export declare type Context = io.flow.v0.models.Context;
|
|
13501
|
-
export declare type ContextForm = io.flow.v0.models.ContextForm;
|
|
13502
|
-
export declare type ContextReference = io.flow.v0.models.ContextReference;
|
|
13503
13376
|
export declare type CostEstimateSource = io.flow.v0.enums.CostEstimateSource;
|
|
13504
13377
|
export declare type Country = io.flow.v0.models.Country;
|
|
13505
13378
|
export declare type CountryAvailability = io.flow.v0.models.CountryAvailability;
|
|
@@ -13654,9 +13527,7 @@ export declare type EmailNotification = io.flow.v0.models.EmailNotification;
|
|
|
13654
13527
|
export declare type EmailNotificationAbandonedOrder = io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
13655
13528
|
export declare type EmailNotificationData = io.flow.v0.unions.EmailNotificationData;
|
|
13656
13529
|
export declare type EmailNotificationDataRefund = io.flow.v0.models.EmailNotificationDataRefund;
|
|
13657
|
-
export declare type EmailNotificationDeleted = io.flow.v0.models.EmailNotificationDeleted;
|
|
13658
13530
|
export declare type EmailNotificationForm = io.flow.v0.models.EmailNotificationForm;
|
|
13659
|
-
export declare type EmailNotificationUpserted = io.flow.v0.models.EmailNotificationUpserted;
|
|
13660
13531
|
export declare type EmailPaymentSummary = io.flow.v0.models.EmailPaymentSummary;
|
|
13661
13532
|
export declare type EmailRecipient = io.flow.v0.models.EmailRecipient;
|
|
13662
13533
|
export declare type EmailVerification = io.flow.v0.models.EmailVerification;
|
|
@@ -13733,7 +13604,6 @@ export declare type ExperienceSummary = io.flow.v0.models.ExperienceSummary;
|
|
|
13733
13604
|
export declare type ExperienceUpserted = io.flow.v0.models.ExperienceUpserted;
|
|
13734
13605
|
export declare type ExperienceUpsertedV2 = io.flow.v0.models.ExperienceUpsertedV2;
|
|
13735
13606
|
export declare type ExperienceVersion = io.flow.v0.models.ExperienceVersion;
|
|
13736
|
-
export declare type ExperimentVariant = io.flow.v0.models.ExperimentVariant;
|
|
13737
13607
|
export declare type Expiration = io.flow.v0.models.Expiration;
|
|
13738
13608
|
export declare type Export = io.flow.v0.models.Export;
|
|
13739
13609
|
export declare type ExportDelivery = io.flow.v0.unions.ExportDelivery;
|
|
@@ -13961,7 +13831,6 @@ export declare type LaneSummary = io.flow.v0.models.LaneSummary;
|
|
|
13961
13831
|
export declare type Language = io.flow.v0.models.Language;
|
|
13962
13832
|
export declare type LargePackageServiceFee = io.flow.v0.models.LargePackageServiceFee;
|
|
13963
13833
|
export declare type LevyComponent = io.flow.v0.enums.LevyComponent;
|
|
13964
|
-
export declare type LevyInclusion = io.flow.v0.enums.LevyInclusion;
|
|
13965
13834
|
export declare type LevyStrategy = io.flow.v0.enums.LevyStrategy;
|
|
13966
13835
|
export declare type Line = io.flow.v0.models.Line;
|
|
13967
13836
|
export declare type LineItem = io.flow.v0.models.LineItem;
|
|
@@ -14601,12 +14470,7 @@ export declare type ServiceUnknown = io.flow.v0.models.ServiceUnknown;
|
|
|
14601
14470
|
export declare type Session = io.flow.v0.unions.Session;
|
|
14602
14471
|
export declare type SessionAuthorization = io.flow.v0.unions.SessionAuthorization;
|
|
14603
14472
|
export declare type SessionAuthorizationForm = io.flow.v0.models.SessionAuthorizationForm;
|
|
14604
|
-
export declare type SessionContextExperiment = io.flow.v0.models.SessionContextExperiment;
|
|
14605
14473
|
export declare type SessionCurrencyFormat = io.flow.v0.models.SessionCurrencyFormat;
|
|
14606
|
-
export declare type SessionExperiment = io.flow.v0.models.SessionExperiment;
|
|
14607
|
-
export declare type SessionExperimentForm = io.flow.v0.models.SessionExperimentForm;
|
|
14608
|
-
export declare type SessionExperimentVariant = io.flow.v0.models.SessionExperimentVariant;
|
|
14609
|
-
export declare type SessionExperimentVariantForm = io.flow.v0.models.SessionExperimentVariantForm;
|
|
14610
14474
|
export declare type SessionExpirationConfig = io.flow.v0.models.SessionExpirationConfig;
|
|
14611
14475
|
export declare type SessionForm = io.flow.v0.models.SessionForm;
|
|
14612
14476
|
export declare type SessionFormat = io.flow.v0.models.SessionFormat;
|
|
@@ -14644,6 +14508,8 @@ export declare type ShippingConfigurationUpserted = io.flow.v0.models.ShippingCo
|
|
|
14644
14508
|
export declare type ShippingConfigurationVersion = io.flow.v0.models.ShippingConfigurationVersion;
|
|
14645
14509
|
export declare type ShippingLabel = io.flow.v0.models.ShippingLabel;
|
|
14646
14510
|
export declare type ShippingLabelDocument = io.flow.v0.models.ShippingLabelDocument;
|
|
14511
|
+
export declare type ShippingLabelError = io.flow.v0.models.ShippingLabelError;
|
|
14512
|
+
export declare type ShippingLabelErrorCode = io.flow.v0.enums.ShippingLabelErrorCode;
|
|
14647
14513
|
export declare type ShippingLabelForm = io.flow.v0.unions.ShippingLabelForm;
|
|
14648
14514
|
export declare type ShippingLabelHopCostItemizedEstimate = io.flow.v0.models.ShippingLabelHopCostItemizedEstimate;
|
|
14649
14515
|
export declare type ShippingLabelHopSummary = io.flow.v0.models.ShippingLabelHopSummary;
|
|
@@ -14720,7 +14586,6 @@ export declare type StatementDeleted = io.flow.v0.models.StatementDeleted;
|
|
|
14720
14586
|
export declare type StatementUpserted = io.flow.v0.models.StatementUpserted;
|
|
14721
14587
|
export declare type StoredMethodUsageStep = io.flow.v0.enums.StoredMethodUsageStep;
|
|
14722
14588
|
export declare type Strategy = io.flow.v0.enums.Strategy;
|
|
14723
|
-
export declare type StreetAddress = io.flow.v0.models.StreetAddress;
|
|
14724
14589
|
export declare type StripeAuthenticationData = io.flow.v0.models.StripeAuthenticationData;
|
|
14725
14590
|
export declare type StripeAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
|
|
14726
14591
|
export declare type StripeAuthorizationResultActionDetails = io.flow.v0.models.StripeAuthorizationResultActionDetails;
|
|
@@ -14761,18 +14626,6 @@ export declare type SyncStreamType = io.flow.v0.enums.SyncStreamType;
|
|
|
14761
14626
|
export declare type SyncUnitOfTime = io.flow.v0.enums.SyncUnitOfTime;
|
|
14762
14627
|
export declare type Tax = io.flow.v0.models.Tax;
|
|
14763
14628
|
export declare type TaxApplicability = io.flow.v0.enums.TaxApplicability;
|
|
14764
|
-
export declare type TaxDutyCalculatorValidationError = io.flow.v0.models.TaxDutyCalculatorValidationError;
|
|
14765
|
-
export declare type TaxDutyCalculatorValidationErrorCode = io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
|
|
14766
|
-
export declare type TaxDutyQuote = io.flow.v0.models.TaxDutyQuote;
|
|
14767
|
-
export declare type TaxDutyQuoteFeeValue = io.flow.v0.models.TaxDutyQuoteFeeValue;
|
|
14768
|
-
export declare type TaxDutyQuoteForm = io.flow.v0.models.TaxDutyQuoteForm;
|
|
14769
|
-
export declare type TaxDutyQuoteLevyValue = io.flow.v0.unions.TaxDutyQuoteLevyValue;
|
|
14770
|
-
export declare type TaxDutyQuoteLineItem = io.flow.v0.models.TaxDutyQuoteLineItem;
|
|
14771
|
-
export declare type TaxDutyQuoteLineItemForm = io.flow.v0.models.TaxDutyQuoteLineItemForm;
|
|
14772
|
-
export declare type TaxDutyQuoteSimpleLevyValue = io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
|
|
14773
|
-
export declare type TaxDutyQuoteSimpleShipping = io.flow.v0.models.TaxDutyQuoteSimpleShipping;
|
|
14774
|
-
export declare type TaxDutyQuoteSimpleShippingForm = io.flow.v0.models.TaxDutyQuoteSimpleShippingForm;
|
|
14775
|
-
export declare type TaxDutyQuoteValues = io.flow.v0.models.TaxDutyQuoteValues;
|
|
14776
14629
|
export declare type TaxRegistration = io.flow.v0.models.TaxRegistration;
|
|
14777
14630
|
export declare type TaxRegistrationForm = io.flow.v0.models.TaxRegistrationForm;
|
|
14778
14631
|
export declare type TaxReport = io.flow.v0.models.TaxReport;
|
|
@@ -14919,6 +14772,5 @@ export declare type WebhookStatus = io.flow.v0.enums.WebhookStatus;
|
|
|
14919
14772
|
export declare type WithholdingDeduction = io.flow.v0.models.WithholdingDeduction;
|
|
14920
14773
|
export declare type WithholdingDeductionType = io.flow.v0.enums.WithholdingDeductionType;
|
|
14921
14774
|
export declare type ZeroAmountIndicator = io.flow.v0.enums.ZeroAmountIndicator;
|
|
14922
|
-
export declare type ZeroLevyReasonCode = io.flow.v0.enums.ZeroLevyReasonCode;
|
|
14923
14775
|
export declare type Zone = io.flow.v0.models.Zone;
|
|
14924
14776
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.108",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "5a525b0a21aca779c3ca5bb3f4a759c144095fd5"
|
|
29
29
|
}
|