@flowio/types 11.24.45 → 11.24.47
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 +92 -15
- package/dist/api.d.ts +19 -4
- package/package.json +2 -2
- package/src/api-internal.ts +118 -13
- package/src/api.ts +25 -1
package/dist/api-internal.d.ts
CHANGED
|
@@ -2943,7 +2943,7 @@ declare namespace io.flow.customer.v0.models {
|
|
|
2943
2943
|
declare namespace io.flow.label.v0.enums {
|
|
2944
2944
|
type CostEstimateSource = 'flow' | 'channel';
|
|
2945
2945
|
type Direction = 'outbound' | 'return';
|
|
2946
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'autogenerated';
|
|
2946
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'autogenerated';
|
|
2947
2947
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
2948
2948
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
2949
2949
|
type TrackingNumberType = 'flow' | 'carrier';
|
|
@@ -4293,7 +4293,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
4293
4293
|
readonly product_id: number;
|
|
4294
4294
|
readonly name: string;
|
|
4295
4295
|
readonly position: number;
|
|
4296
|
-
readonly values?: string[];
|
|
4297
4296
|
}
|
|
4298
4297
|
interface PriceRule {
|
|
4299
4298
|
readonly id: number;
|
|
@@ -9273,6 +9272,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
9273
9272
|
}
|
|
9274
9273
|
interface DeliveryOptionCostDetail {
|
|
9275
9274
|
readonly source: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailSource;
|
|
9275
|
+
readonly ratecard_id?: string;
|
|
9276
9276
|
readonly currency: string;
|
|
9277
9277
|
readonly amount: number;
|
|
9278
9278
|
readonly label: string;
|
|
@@ -9839,10 +9839,6 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
9839
9839
|
interface ActivationPutForm {
|
|
9840
9840
|
readonly placeholder?: boolean;
|
|
9841
9841
|
}
|
|
9842
|
-
interface ApplicationReceived {
|
|
9843
|
-
readonly discriminator: 'application_received';
|
|
9844
|
-
readonly placeholder?: boolean;
|
|
9845
|
-
}
|
|
9846
9842
|
interface InComplianceReview {
|
|
9847
9843
|
readonly discriminator: 'in_compliance_review';
|
|
9848
9844
|
readonly placeholder?: boolean;
|
|
@@ -9879,7 +9875,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
9879
9875
|
}
|
|
9880
9876
|
}
|
|
9881
9877
|
declare namespace io.flow.organization.onboarding.state.v0.unions {
|
|
9882
|
-
type OnboardingState = io.flow.organization.onboarding.state.v0.models.
|
|
9878
|
+
type OnboardingState = io.flow.organization.onboarding.state.v0.models.InComplianceReview | io.flow.organization.onboarding.state.v0.models.SetupInProgress | io.flow.organization.onboarding.state.v0.models.MerchantRejected | io.flow.organization.onboarding.state.v0.models.SetupBlocked | io.flow.organization.onboarding.state.v0.models.SetupCompleted | io.flow.organization.onboarding.state.v0.models.MerchantActivated;
|
|
9883
9879
|
}
|
|
9884
9880
|
declare namespace io.flow.fraud.v0.enums {
|
|
9885
9881
|
type FraudEmailRuleDecision = 'approved' | 'declined';
|
|
@@ -10171,11 +10167,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10171
10167
|
type BillingStatementBatchFileKey = 'archive' | 'summary';
|
|
10172
10168
|
type BillingStatementReviewStatus = 'approved' | 'pending';
|
|
10173
10169
|
type BillingTransactionStatus = 'pending' | 'pending_proof' | 'posted';
|
|
10174
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax';
|
|
10170
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty';
|
|
10175
10171
|
type BlazeCheckoutEvent = 'begin_checkout' | 'select_promotion' | 'add_shipping_info' | 'add_payment_info' | 'purchase';
|
|
10176
10172
|
type BlazeCheckoutStep = 'customer_info' | 'delivery' | 'payment';
|
|
10177
10173
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
10178
|
-
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis';
|
|
10174
|
+
type CalculatorEngine = 'flow_rate_and_rule' | 'dtce' | 'dtce_two_calls' | 'dtce_with_deminimis' | 'dtce_merged_with_tax';
|
|
10179
10175
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
10180
10176
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
10181
10177
|
type ChannelBilledTransactionType = 'adjustment' | 'channel_initiated';
|
|
@@ -10282,8 +10278,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10282
10278
|
type DutyRateUnitOfMeasure = 'kg' | 'sq m' | 'item' | 'pair';
|
|
10283
10279
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
10284
10280
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
10281
|
+
type DutyTransactionType = 'adjustment' | 'duty';
|
|
10285
10282
|
type EmptyAttribute = 'irrelevant';
|
|
10286
|
-
type
|
|
10283
|
+
type ErpFileType = 'vendor';
|
|
10284
|
+
type EventType = 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_deleted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'item_dimension_estimate_upserted_v2' | 'item_dimension_estimate_deleted_v2' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'duty_rate_request' | 'duty_rate_bulk_request' | 'duty_raw_upserted' | 'duty_raw_bulk_upserted' | 'duty_rate_upserted' | 'duty_rate_response' | 'duty_rate_bulk_response' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'experiment_upserted' | 'experiment_deleted' | 'experiment_results_upserted' | 'experiment_results_deleted' | 'daily_experiment_results_upserted' | 'daily_experiment_results_deleted' | 'experiment_milestone_upserted' | 'experiment_milestone_deleted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'billing_statement_batch_upserted' | 'billing_statement_batch_deleted' | 'billing_statement_batch_statement_upserted' | 'billing_statement_batch_statement_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'pregenerated_request_event' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'hybris_catalog_items_import_request' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_restriction_approval_upserted' | 'organization_restriction_approval_deleted' | 'organization_restriction_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'virtual_card_provider_upserted' | 'virtual_card_provider_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'pricing_indicator' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'svb_virtual_card_clearing_upserted' | 'svb_virtual_card_clearing_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_request_upserted' | 'tracking_response_upserted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
10287
10285
|
type ExperienceImportType = 'experience_with_settings';
|
|
10288
10286
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10289
10287
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -14463,6 +14461,30 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14463
14461
|
readonly value: number;
|
|
14464
14462
|
readonly unit_of_measure?: io.flow.internal.v0.enums.DutyRateUnitOfMeasure;
|
|
14465
14463
|
}
|
|
14464
|
+
interface DutyTransaction {
|
|
14465
|
+
readonly discriminator: 'duty_transaction';
|
|
14466
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
14467
|
+
readonly id: string;
|
|
14468
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
14469
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
14470
|
+
readonly posted_at?: string;
|
|
14471
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
14472
|
+
readonly description: string;
|
|
14473
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
14474
|
+
readonly created_at: string;
|
|
14475
|
+
}
|
|
14476
|
+
interface DutyTransactionDeleted {
|
|
14477
|
+
readonly discriminator: 'duty_transaction_deleted';
|
|
14478
|
+
readonly event_id: string;
|
|
14479
|
+
readonly timestamp: string;
|
|
14480
|
+
readonly id: string;
|
|
14481
|
+
}
|
|
14482
|
+
interface DutyTransactionUpserted {
|
|
14483
|
+
readonly discriminator: 'duty_transaction_upserted';
|
|
14484
|
+
readonly event_id: string;
|
|
14485
|
+
readonly timestamp: string;
|
|
14486
|
+
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
14487
|
+
}
|
|
14466
14488
|
interface EmailForm {
|
|
14467
14489
|
readonly to: string[];
|
|
14468
14490
|
readonly cc?: string[];
|
|
@@ -14483,6 +14505,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14483
14505
|
readonly cipher: string;
|
|
14484
14506
|
readonly passphrase_ids: string[];
|
|
14485
14507
|
}
|
|
14508
|
+
interface ErpFlowFile {
|
|
14509
|
+
readonly id: string;
|
|
14510
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
14511
|
+
readonly url: string;
|
|
14512
|
+
readonly created_at: string;
|
|
14513
|
+
}
|
|
14514
|
+
interface ErpPriorityFile {
|
|
14515
|
+
readonly id: string;
|
|
14516
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
14517
|
+
readonly url: string;
|
|
14518
|
+
readonly created_at: string;
|
|
14519
|
+
}
|
|
14520
|
+
interface ErpPriorityFileForm {
|
|
14521
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
14522
|
+
readonly url: string;
|
|
14523
|
+
}
|
|
14486
14524
|
interface ExclusionRuleDeleted {
|
|
14487
14525
|
readonly discriminator: 'exclusion_rule_deleted';
|
|
14488
14526
|
readonly event_id: string;
|
|
@@ -15395,6 +15433,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15395
15433
|
readonly created_at: string;
|
|
15396
15434
|
readonly updated_at: string;
|
|
15397
15435
|
readonly updated_by_user_id: string;
|
|
15436
|
+
readonly hs6_code?: string;
|
|
15437
|
+
readonly hs6_description?: string;
|
|
15398
15438
|
}
|
|
15399
15439
|
interface HarmonizationItemClassificationDeleted {
|
|
15400
15440
|
readonly discriminator: 'harmonization_item_classification_deleted';
|
|
@@ -15416,6 +15456,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15416
15456
|
interface HarmonizationMlModelSummary {
|
|
15417
15457
|
readonly id?: string;
|
|
15418
15458
|
readonly customs_description?: string;
|
|
15459
|
+
readonly score?: number;
|
|
15419
15460
|
}
|
|
15420
15461
|
interface HarmonizationPhraseSuggestionRequestImport {
|
|
15421
15462
|
readonly discriminator: 'harmonization_phrase_suggestion_request_import';
|
|
@@ -16332,6 +16373,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16332
16373
|
readonly customs_description?: string;
|
|
16333
16374
|
readonly origin: string;
|
|
16334
16375
|
readonly hs6?: string;
|
|
16376
|
+
readonly hs_description?: string;
|
|
16335
16377
|
readonly tariff_code?: string;
|
|
16336
16378
|
readonly duty: io.flow.price.v0.models.Duty;
|
|
16337
16379
|
readonly price_composition_rate: number;
|
|
@@ -17290,6 +17332,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17290
17332
|
readonly shop_name: string;
|
|
17291
17333
|
readonly organization_id: string;
|
|
17292
17334
|
readonly onboarding_state: io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState;
|
|
17335
|
+
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
17293
17336
|
readonly gmv: number;
|
|
17294
17337
|
}
|
|
17295
17338
|
interface OneTimeTokenRedemptionForm {
|
|
@@ -17388,6 +17431,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17388
17431
|
readonly id: string;
|
|
17389
17432
|
readonly attribute: io.flow.internal.v0.models.OrderAttribute;
|
|
17390
17433
|
}
|
|
17434
|
+
interface OrderCancellation {
|
|
17435
|
+
readonly id: string;
|
|
17436
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
17437
|
+
readonly evidence: io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
17438
|
+
}
|
|
17439
|
+
interface OrderCancellationEvidenceFullyRefundedNotFulfilled {
|
|
17440
|
+
readonly discriminator: 'fully_refunded_not_fulfilled';
|
|
17441
|
+
readonly placeholder?: string;
|
|
17442
|
+
}
|
|
17443
|
+
interface OrderCancellationEvidenceManual {
|
|
17444
|
+
readonly discriminator: 'manual';
|
|
17445
|
+
readonly description: string;
|
|
17446
|
+
}
|
|
17447
|
+
interface OrderCancellationForm {
|
|
17448
|
+
readonly evidence: io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
17449
|
+
}
|
|
17391
17450
|
interface OrderDetail {
|
|
17392
17451
|
readonly order: io.flow.experience.v0.models.Order;
|
|
17393
17452
|
readonly status: io.flow.experience.v0.enums.OrderStatus;
|
|
@@ -17661,7 +17720,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17661
17720
|
}
|
|
17662
17721
|
interface OrganizationRestrictionApproval {
|
|
17663
17722
|
readonly id: string;
|
|
17664
|
-
readonly status: io.flow.internal.v0.
|
|
17723
|
+
readonly status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
17665
17724
|
readonly reason?: string;
|
|
17666
17725
|
readonly updated_at: string;
|
|
17667
17726
|
}
|
|
@@ -18326,6 +18385,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18326
18385
|
readonly capture_id: string;
|
|
18327
18386
|
readonly refund_ids: string[];
|
|
18328
18387
|
}
|
|
18388
|
+
interface ProofOfPostingOrderCancellation {
|
|
18389
|
+
readonly discriminator: 'order_cancellation';
|
|
18390
|
+
readonly order_cancellation_id: string;
|
|
18391
|
+
}
|
|
18329
18392
|
interface ProofOfPostingShippingNotification {
|
|
18330
18393
|
readonly discriminator: 'shipping_notification';
|
|
18331
18394
|
readonly shipping_notification_id: string;
|
|
@@ -18723,7 +18786,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18723
18786
|
readonly hs_code?: string;
|
|
18724
18787
|
readonly merchant_category_code?: string;
|
|
18725
18788
|
readonly notes: io.flow.internal.v0.models.OrganizationRestrictionStatusNote[];
|
|
18726
|
-
readonly created_at: string;
|
|
18727
18789
|
}
|
|
18728
18790
|
interface RestrictionOrganizationDecisionSummary {
|
|
18729
18791
|
readonly organization: io.flow.internal.v0.models.RestrictionOrganization;
|
|
@@ -20373,7 +20435,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
20373
20435
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
20374
20436
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
20375
20437
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
20376
|
-
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
20438
|
+
type Event = io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentDeleted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.ItemDimensionEstimateUpsertedV2 | io.flow.internal.v0.models.ItemDimensionEstimateDeletedV2 | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.DutyRateRequest | io.flow.internal.v0.models.DutyRateBulkRequest | io.flow.internal.v0.models.DutyRawUpserted | io.flow.internal.v0.models.DutyRawBulkUpserted | io.flow.internal.v0.models.DutyRateUpserted | io.flow.internal.v0.models.DutyRateResponse | io.flow.internal.v0.models.DutyRateBulkResponse | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExperimentUpserted | io.flow.internal.v0.models.ExperimentDeleted | io.flow.internal.v0.models.ExperimentResultsUpserted | io.flow.internal.v0.models.ExperimentResultsDeleted | io.flow.internal.v0.models.DailyExperimentResultsUpserted | io.flow.internal.v0.models.DailyExperimentResultsDeleted | io.flow.internal.v0.models.ExperimentMilestoneUpserted | io.flow.internal.v0.models.ExperimentMilestoneDeleted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.BillingStatementBatchUpserted | io.flow.internal.v0.models.BillingStatementBatchDeleted | io.flow.internal.v0.models.BillingStatementBatchStatementUpserted | io.flow.internal.v0.models.BillingStatementBatchStatementDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.HybrisCatalogItemsImportRequest | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted | io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.VirtualCardProviderUpserted | io.flow.internal.v0.models.VirtualCardProviderDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PricingIndicator | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingUpserted | io.flow.internal.v0.models.SvbVirtualCardClearingDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingRequestUpserted | io.flow.internal.v0.models.TrackingResponseUpserted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2;
|
|
20377
20439
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
20378
20440
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
20379
20441
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -20399,6 +20461,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
20399
20461
|
type MarketingGatewaySourceSummary = io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
20400
20462
|
type OptinPromptDisplay = io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
20401
20463
|
type OrderActionForm = io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm;
|
|
20464
|
+
type OrderCancellationEvidence = io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
20402
20465
|
type PaymentRedirect = io.flow.internal.v0.models.OnlineAuthorizationCompleted | io.flow.internal.v0.models.RedirectActionCompleted;
|
|
20403
20466
|
type PaymentSummaryDetails = io.flow.internal.v0.models.SearchAuthorization;
|
|
20404
20467
|
type PlatformFee = io.flow.internal.v0.models.PlatformFeePause | io.flow.internal.v0.models.PlatformFeeFlat | io.flow.internal.v0.models.PlatformFeePercentage | io.flow.internal.v0.models.PlatformFeeDisabled;
|
|
@@ -20409,7 +20472,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
20409
20472
|
type ProcessorMerchantForm = io.flow.internal.v0.models.StripeMerchantForm;
|
|
20410
20473
|
type ProcessorMerchantModificationForm = io.flow.internal.v0.models.StripeMerchantModificationForm | io.flow.internal.v0.models.AdyenMerchantModificationForm | io.flow.internal.v0.models.FiservMerchantModificationForm | io.flow.internal.v0.models.PaypalMerchantModificationForm;
|
|
20411
20474
|
type ProcessorMerchantPutForm = io.flow.internal.v0.models.StripeMerchantPutForm | io.flow.internal.v0.models.AdyenMerchantPutForm | io.flow.internal.v0.models.FiservMerchantPutForm | io.flow.internal.v0.models.PaypalMerchantPutForm;
|
|
20412
|
-
type ProofOfPosting = io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.internal.v0.models.ProofOfPostingFullyRefunded | io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
20475
|
+
type ProofOfPosting = io.flow.internal.v0.models.ProofOfPostingFulfilled | io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled | io.flow.internal.v0.models.ProofOfPostingFullyRefunded | io.flow.internal.v0.models.ProofOfPostingShippingNotification | io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
20413
20476
|
type RoutingEntity = io.flow.internal.v0.models.RoutingProcessor | io.flow.internal.v0.models.RoutingAccount | io.flow.internal.v0.models.RoutingMerchant;
|
|
20414
20477
|
type ShopifyMonitoringOrderMonitorType = io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal | io.flow.internal.v0.models.ShopifyMonitoringFulfillmentMissingDetails;
|
|
20415
20478
|
type ShopifyPromotionOfferDiscount = io.flow.internal.v0.models.ShopifyPromotionFixedAmount | io.flow.internal.v0.models.ShopifyPromotionPercent;
|
|
@@ -20423,7 +20486,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
20423
20486
|
type TaskData = io.flow.internal.v0.models.TaskProcessQueuedEvent | io.flow.internal.v0.models.TaskSummarizeCode | io.flow.internal.v0.models.TaskItemUpserted | io.flow.internal.v0.models.TaskImport;
|
|
20424
20487
|
type TaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
20425
20488
|
type Tracker = io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel;
|
|
20426
|
-
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction;
|
|
20489
|
+
type Transaction = io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction;
|
|
20427
20490
|
type TransactionSummary = io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary;
|
|
20428
20491
|
type ValidationRule = io.flow.internal.v0.models.ValidationCharacterLength;
|
|
20429
20492
|
type Variant = io.flow.internal.v0.models.ExperienceVariant | io.flow.internal.v0.models.FeatureVariant;
|
|
@@ -21401,11 +21464,19 @@ export declare type DutyRawUpserted = io.flow.internal.v0.models.DutyRawUpserted
|
|
|
21401
21464
|
export declare type DutySelectionRule = io.flow.internal.v0.enums.DutySelectionRule;
|
|
21402
21465
|
export declare type DutySimpleExpression = io.flow.internal.v0.models.DutySimpleExpression;
|
|
21403
21466
|
export declare type DutySimpleExpressionType = io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
21467
|
+
export declare type DutyTransaction = io.flow.internal.v0.models.DutyTransaction;
|
|
21468
|
+
export declare type DutyTransactionDeleted = io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
21469
|
+
export declare type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
21470
|
+
export declare type DutyTransactionUpserted = io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
21404
21471
|
export declare type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
21405
21472
|
export declare type EmailModificationForm = io.flow.internal.v0.models.EmailModificationForm;
|
|
21406
21473
|
export declare type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
21407
21474
|
export declare type EmptyClassificationForm = io.flow.internal.v0.models.EmptyClassificationForm;
|
|
21408
21475
|
export declare type Encryption = io.flow.internal.v0.models.Encryption;
|
|
21476
|
+
export declare type ErpFileType = io.flow.internal.v0.enums.ErpFileType;
|
|
21477
|
+
export declare type ErpFlowFile = io.flow.internal.v0.models.ErpFlowFile;
|
|
21478
|
+
export declare type ErpPriorityFile = io.flow.internal.v0.models.ErpPriorityFile;
|
|
21479
|
+
export declare type ErpPriorityFileForm = io.flow.internal.v0.models.ErpPriorityFileForm;
|
|
21409
21480
|
export declare type Event = io.flow.internal.v0.unions.Event;
|
|
21410
21481
|
export declare type EventType = io.flow.internal.v0.enums.EventType;
|
|
21411
21482
|
export declare type ExclusionRuleDeleted = io.flow.internal.v0.models.ExclusionRuleDeleted;
|
|
@@ -21898,6 +21969,11 @@ export declare type OrderAttribute = io.flow.internal.v0.models.OrderAttribute;
|
|
|
21898
21969
|
export declare type OrderAttributeDeleted = io.flow.internal.v0.models.OrderAttributeDeleted;
|
|
21899
21970
|
export declare type OrderAttributeIntent = io.flow.internal.v0.enums.OrderAttributeIntent;
|
|
21900
21971
|
export declare type OrderAttributeUpserted = io.flow.internal.v0.models.OrderAttributeUpserted;
|
|
21972
|
+
export declare type OrderCancellation = io.flow.internal.v0.models.OrderCancellation;
|
|
21973
|
+
export declare type OrderCancellationEvidence = io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
21974
|
+
export declare type OrderCancellationEvidenceFullyRefundedNotFulfilled = io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
21975
|
+
export declare type OrderCancellationEvidenceManual = io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
21976
|
+
export declare type OrderCancellationForm = io.flow.internal.v0.models.OrderCancellationForm;
|
|
21901
21977
|
export declare type OrderChargeTrigger = io.flow.internal.v0.enums.OrderChargeTrigger;
|
|
21902
21978
|
export declare type OrderDetail = io.flow.internal.v0.models.OrderDetail;
|
|
21903
21979
|
export declare type OrderFulfillmentDeleted = io.flow.internal.v0.models.OrderFulfillmentDeleted;
|
|
@@ -22073,6 +22149,7 @@ export declare type ProofOfPosting = io.flow.internal.v0.unions.ProofOfPosting;
|
|
|
22073
22149
|
export declare type ProofOfPostingExternallyFulfilled = io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled;
|
|
22074
22150
|
export declare type ProofOfPostingFulfilled = io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
22075
22151
|
export declare type ProofOfPostingFullyRefunded = io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
22152
|
+
export declare type ProofOfPostingOrderCancellation = io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
22076
22153
|
export declare type ProofOfPostingShippingNotification = io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
22077
22154
|
export declare type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
22078
22155
|
export declare type QuoteRequestType = io.flow.internal.v0.enums.QuoteRequestType;
|
package/dist/api.d.ts
CHANGED
|
@@ -850,7 +850,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
850
850
|
readonly product_id: number;
|
|
851
851
|
readonly name: string;
|
|
852
852
|
readonly position: number;
|
|
853
|
-
readonly values?: string[];
|
|
854
853
|
}
|
|
855
854
|
interface PriceRule {
|
|
856
855
|
readonly id: number;
|
|
@@ -1699,7 +1698,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1699
1698
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
1700
1699
|
type EntityIdentifierType = 'ioss' | 'voec';
|
|
1701
1700
|
type Environment = 'sandbox' | 'production';
|
|
1702
|
-
type EventType = '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' | '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' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | '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' | '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';
|
|
1701
|
+
type EventType = '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' | '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' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | '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';
|
|
1703
1702
|
type ExceptionType = 'open' | 'closed';
|
|
1704
1703
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
1705
1704
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -1732,7 +1731,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1732
1731
|
type InvitationErrorCode = 'expired' | 'invalid_email';
|
|
1733
1732
|
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
1734
1733
|
type ItemIdentifier = 'item_number' | 'sku';
|
|
1735
|
-
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'autogenerated';
|
|
1734
|
+
type LabelRequestMethod = 'flow_web_sync' | 'channel_web_async' | 'direct_api_sync' | 'direct_api_async' | 'bridge_api_sync' | 'partner_api_sync' | 'notification_requiring_crossdock' | 'autogenerated';
|
|
1736
1735
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
1737
1736
|
type LaneDirection = 'outbound' | 'return';
|
|
1738
1737
|
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
@@ -3764,6 +3763,7 @@ declare namespace io.flow.v0.models {
|
|
|
3764
3763
|
}
|
|
3765
3764
|
interface DeliveryOptionCostDetail {
|
|
3766
3765
|
readonly source: io.flow.v0.enums.DeliveryOptionCostDetailSource;
|
|
3766
|
+
readonly ratecard_id?: string;
|
|
3767
3767
|
readonly currency: string;
|
|
3768
3768
|
readonly amount: number;
|
|
3769
3769
|
readonly label: string;
|
|
@@ -6753,6 +6753,18 @@ declare namespace io.flow.v0.models {
|
|
|
6753
6753
|
readonly transitions: io.flow.v0.models.OnboardingStateTransition[];
|
|
6754
6754
|
readonly current_state: io.flow.v0.unions.OnboardingState;
|
|
6755
6755
|
}
|
|
6756
|
+
interface OrganizationOnboardingStateDeleted {
|
|
6757
|
+
readonly discriminator: 'organization_onboarding_state_deleted';
|
|
6758
|
+
readonly event_id: string;
|
|
6759
|
+
readonly timestamp: string;
|
|
6760
|
+
readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
|
|
6761
|
+
}
|
|
6762
|
+
interface OrganizationOnboardingStateUpserted {
|
|
6763
|
+
readonly discriminator: 'organization_onboarding_state_upserted';
|
|
6764
|
+
readonly event_id: string;
|
|
6765
|
+
readonly timestamp: string;
|
|
6766
|
+
readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
|
|
6767
|
+
}
|
|
6756
6768
|
interface OrganizationPutForm {
|
|
6757
6769
|
readonly name?: string;
|
|
6758
6770
|
readonly environment?: io.flow.v0.enums.Environment;
|
|
@@ -7971,6 +7983,7 @@ declare namespace io.flow.v0.models {
|
|
|
7971
7983
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
7972
7984
|
readonly dimensional_weight?: io.flow.v0.models.Measurement;
|
|
7973
7985
|
readonly gravitational_weight?: io.flow.v0.models.Measurement;
|
|
7986
|
+
readonly ratecard_id?: string;
|
|
7974
7987
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
7975
7988
|
}
|
|
7976
7989
|
interface RatecardForm {
|
|
@@ -10097,7 +10110,7 @@ declare namespace io.flow.v0.unions {
|
|
|
10097
10110
|
type DiscountRuleEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
|
|
10098
10111
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
10099
10112
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
10100
|
-
type Event = 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.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.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.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.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;
|
|
10113
|
+
type Event = 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.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.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.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;
|
|
10101
10114
|
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
|
|
10102
10115
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
10103
10116
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
@@ -11160,6 +11173,8 @@ export declare type OrganizationDeleted = io.flow.v0.models.OrganizationDeleted;
|
|
|
11160
11173
|
export declare type OrganizationDeletedV2 = io.flow.v0.models.OrganizationDeletedV2;
|
|
11161
11174
|
export declare type OrganizationForm = io.flow.v0.models.OrganizationForm;
|
|
11162
11175
|
export declare type OrganizationOnboardingState = io.flow.v0.models.OrganizationOnboardingState;
|
|
11176
|
+
export declare type OrganizationOnboardingStateDeleted = io.flow.v0.models.OrganizationOnboardingStateDeleted;
|
|
11177
|
+
export declare type OrganizationOnboardingStateUpserted = io.flow.v0.models.OrganizationOnboardingStateUpserted;
|
|
11163
11178
|
export declare type OrganizationPaymentMethodTag = io.flow.v0.enums.OrganizationPaymentMethodTag;
|
|
11164
11179
|
export declare type OrganizationPutForm = io.flow.v0.models.OrganizationPutForm;
|
|
11165
11180
|
export declare type OrganizationRatesData = io.flow.v0.models.OrganizationRatesData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.47",
|
|
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": "ed619947b1c3685c45671265137cea5b7882e8a6"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -3854,6 +3854,7 @@ declare namespace io.flow.label.v0.enums {
|
|
|
3854
3854
|
| 'direct_api_async'
|
|
3855
3855
|
| 'bridge_api_sync'
|
|
3856
3856
|
| 'partner_api_sync'
|
|
3857
|
+
| 'notification_requiring_crossdock'
|
|
3857
3858
|
| 'autogenerated';
|
|
3858
3859
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
3859
3860
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
@@ -5919,7 +5920,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5919
5920
|
readonly product_id: number;
|
|
5920
5921
|
readonly name: string;
|
|
5921
5922
|
readonly position: number;
|
|
5922
|
-
readonly values?: string[];
|
|
5923
5923
|
}
|
|
5924
5924
|
|
|
5925
5925
|
interface PriceRule {
|
|
@@ -12176,6 +12176,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
12176
12176
|
|
|
12177
12177
|
interface DeliveryOptionCostDetail {
|
|
12178
12178
|
readonly source: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailSource;
|
|
12179
|
+
readonly ratecard_id?: string;
|
|
12179
12180
|
readonly currency: string;
|
|
12180
12181
|
readonly amount: number;
|
|
12181
12182
|
readonly label: string;
|
|
@@ -12881,11 +12882,6 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
12881
12882
|
readonly placeholder?: boolean;
|
|
12882
12883
|
}
|
|
12883
12884
|
|
|
12884
|
-
interface ApplicationReceived {
|
|
12885
|
-
readonly discriminator: 'application_received';
|
|
12886
|
-
readonly placeholder?: boolean;
|
|
12887
|
-
}
|
|
12888
|
-
|
|
12889
12885
|
interface InComplianceReview {
|
|
12890
12886
|
readonly discriminator: 'in_compliance_review';
|
|
12891
12887
|
readonly placeholder?: boolean;
|
|
@@ -12931,7 +12927,6 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
12931
12927
|
|
|
12932
12928
|
declare namespace io.flow.organization.onboarding.state.v0.unions {
|
|
12933
12929
|
type OnboardingState =
|
|
12934
|
-
| io.flow.organization.onboarding.state.v0.models.ApplicationReceived
|
|
12935
12930
|
| io.flow.organization.onboarding.state.v0.models.InComplianceReview
|
|
12936
12931
|
| io.flow.organization.onboarding.state.v0.models.SetupInProgress
|
|
12937
12932
|
| io.flow.organization.onboarding.state.v0.models.MerchantRejected
|
|
@@ -13360,7 +13355,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13360
13355
|
| 'label'
|
|
13361
13356
|
| 'order'
|
|
13362
13357
|
| 'channel_billed'
|
|
13363
|
-
| 'tax'
|
|
13358
|
+
| 'tax'
|
|
13359
|
+
| 'duty';
|
|
13364
13360
|
type BlazeCheckoutEvent =
|
|
13365
13361
|
| 'begin_checkout'
|
|
13366
13362
|
| 'select_promotion'
|
|
@@ -13373,7 +13369,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13373
13369
|
| 'flow_rate_and_rule'
|
|
13374
13370
|
| 'dtce'
|
|
13375
13371
|
| 'dtce_two_calls'
|
|
13376
|
-
| 'dtce_with_deminimis'
|
|
13372
|
+
| 'dtce_with_deminimis'
|
|
13373
|
+
| 'dtce_merged_with_tax';
|
|
13377
13374
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
13378
13375
|
type CatalogImportType =
|
|
13379
13376
|
| 'catalog_items'
|
|
@@ -13721,7 +13718,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13721
13718
|
| 'override'
|
|
13722
13719
|
| 'preferential_rate';
|
|
13723
13720
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
13721
|
+
type DutyTransactionType = 'adjustment' | 'duty';
|
|
13724
13722
|
type EmptyAttribute = 'irrelevant';
|
|
13723
|
+
type ErpFileType = 'vendor';
|
|
13725
13724
|
type EventType =
|
|
13726
13725
|
| 'adyen_authorization_deleted'
|
|
13727
13726
|
| 'adyen_authorization_upserted'
|
|
@@ -13770,6 +13769,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13770
13769
|
| 'channel_billed_transaction_deleted'
|
|
13771
13770
|
| 'tax_transaction_upserted'
|
|
13772
13771
|
| 'tax_transaction_deleted'
|
|
13772
|
+
| 'duty_transaction_upserted'
|
|
13773
|
+
| 'duty_transaction_deleted'
|
|
13773
13774
|
| 'calculator_organization_settings_upserted'
|
|
13774
13775
|
| 'calculator_organization_settings_deleted'
|
|
13775
13776
|
| 'carrier_account_upserted_v2'
|
|
@@ -19190,6 +19191,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19190
19191
|
readonly unit_of_measure?: io.flow.internal.v0.enums.DutyRateUnitOfMeasure;
|
|
19191
19192
|
}
|
|
19192
19193
|
|
|
19194
|
+
interface DutyTransaction {
|
|
19195
|
+
readonly discriminator: 'duty_transaction';
|
|
19196
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
19197
|
+
readonly id: string;
|
|
19198
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
19199
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
19200
|
+
readonly posted_at?: string;
|
|
19201
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
19202
|
+
readonly description: string;
|
|
19203
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
19204
|
+
readonly created_at: string;
|
|
19205
|
+
}
|
|
19206
|
+
|
|
19207
|
+
interface DutyTransactionDeleted {
|
|
19208
|
+
readonly discriminator: 'duty_transaction_deleted';
|
|
19209
|
+
readonly event_id: string;
|
|
19210
|
+
readonly timestamp: string;
|
|
19211
|
+
readonly id: string;
|
|
19212
|
+
}
|
|
19213
|
+
|
|
19214
|
+
interface DutyTransactionUpserted {
|
|
19215
|
+
readonly discriminator: 'duty_transaction_upserted';
|
|
19216
|
+
readonly event_id: string;
|
|
19217
|
+
readonly timestamp: string;
|
|
19218
|
+
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
19219
|
+
}
|
|
19220
|
+
|
|
19193
19221
|
interface EmailForm {
|
|
19194
19222
|
readonly to: string[];
|
|
19195
19223
|
readonly cc?: string[];
|
|
@@ -19214,6 +19242,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19214
19242
|
readonly passphrase_ids: string[];
|
|
19215
19243
|
}
|
|
19216
19244
|
|
|
19245
|
+
interface ErpFlowFile {
|
|
19246
|
+
readonly id: string;
|
|
19247
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19248
|
+
readonly url: string;
|
|
19249
|
+
readonly created_at: string;
|
|
19250
|
+
}
|
|
19251
|
+
|
|
19252
|
+
interface ErpPriorityFile {
|
|
19253
|
+
readonly id: string;
|
|
19254
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19255
|
+
readonly url: string;
|
|
19256
|
+
readonly created_at: string;
|
|
19257
|
+
}
|
|
19258
|
+
|
|
19259
|
+
interface ErpPriorityFileForm {
|
|
19260
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19261
|
+
readonly url: string;
|
|
19262
|
+
}
|
|
19263
|
+
|
|
19217
19264
|
interface ExclusionRuleDeleted {
|
|
19218
19265
|
readonly discriminator: 'exclusion_rule_deleted';
|
|
19219
19266
|
readonly event_id: string;
|
|
@@ -20268,6 +20315,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20268
20315
|
readonly created_at: string;
|
|
20269
20316
|
readonly updated_at: string;
|
|
20270
20317
|
readonly updated_by_user_id: string;
|
|
20318
|
+
readonly hs6_code?: string;
|
|
20319
|
+
readonly hs6_description?: string;
|
|
20271
20320
|
}
|
|
20272
20321
|
|
|
20273
20322
|
interface HarmonizationItemClassificationDeleted {
|
|
@@ -20293,6 +20342,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20293
20342
|
interface HarmonizationMlModelSummary {
|
|
20294
20343
|
readonly id?: string;
|
|
20295
20344
|
readonly customs_description?: string;
|
|
20345
|
+
readonly score?: number;
|
|
20296
20346
|
}
|
|
20297
20347
|
|
|
20298
20348
|
interface HarmonizationPhraseSuggestionRequestImport {
|
|
@@ -21308,6 +21358,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21308
21358
|
readonly customs_description?: string;
|
|
21309
21359
|
readonly origin: string;
|
|
21310
21360
|
readonly hs6?: string;
|
|
21361
|
+
readonly hs_description?: string;
|
|
21311
21362
|
readonly tariff_code?: string;
|
|
21312
21363
|
readonly duty: io.flow.price.v0.models.Duty;
|
|
21313
21364
|
readonly price_composition_rate: number;
|
|
@@ -22424,6 +22475,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22424
22475
|
readonly shop_name: string;
|
|
22425
22476
|
readonly organization_id: string;
|
|
22426
22477
|
readonly onboarding_state: io.flow.organization.onboarding.state.v0.models.OrganizationOnboardingState;
|
|
22478
|
+
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
22427
22479
|
readonly gmv: number;
|
|
22428
22480
|
}
|
|
22429
22481
|
|
|
@@ -22538,6 +22590,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22538
22590
|
readonly attribute: io.flow.internal.v0.models.OrderAttribute;
|
|
22539
22591
|
}
|
|
22540
22592
|
|
|
22593
|
+
interface OrderCancellation {
|
|
22594
|
+
readonly id: string;
|
|
22595
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
22596
|
+
readonly evidence: io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
22597
|
+
}
|
|
22598
|
+
|
|
22599
|
+
interface OrderCancellationEvidenceFullyRefundedNotFulfilled {
|
|
22600
|
+
readonly discriminator: 'fully_refunded_not_fulfilled';
|
|
22601
|
+
readonly placeholder?: string;
|
|
22602
|
+
}
|
|
22603
|
+
|
|
22604
|
+
interface OrderCancellationEvidenceManual {
|
|
22605
|
+
readonly discriminator: 'manual';
|
|
22606
|
+
readonly description: string;
|
|
22607
|
+
}
|
|
22608
|
+
|
|
22609
|
+
interface OrderCancellationForm {
|
|
22610
|
+
readonly evidence: io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
22611
|
+
}
|
|
22612
|
+
|
|
22541
22613
|
interface OrderDetail {
|
|
22542
22614
|
readonly order: io.flow.experience.v0.models.Order;
|
|
22543
22615
|
readonly status: io.flow.experience.v0.enums.OrderStatus;
|
|
@@ -22852,7 +22924,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22852
22924
|
|
|
22853
22925
|
interface OrganizationRestrictionApproval {
|
|
22854
22926
|
readonly id: string;
|
|
22855
|
-
readonly status: io.flow.internal.v0.
|
|
22927
|
+
readonly status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
22856
22928
|
readonly reason?: string;
|
|
22857
22929
|
readonly updated_at: string;
|
|
22858
22930
|
}
|
|
@@ -23615,6 +23687,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23615
23687
|
readonly refund_ids: string[];
|
|
23616
23688
|
}
|
|
23617
23689
|
|
|
23690
|
+
interface ProofOfPostingOrderCancellation {
|
|
23691
|
+
readonly discriminator: 'order_cancellation';
|
|
23692
|
+
readonly order_cancellation_id: string;
|
|
23693
|
+
}
|
|
23694
|
+
|
|
23618
23695
|
interface ProofOfPostingShippingNotification {
|
|
23619
23696
|
readonly discriminator: 'shipping_notification';
|
|
23620
23697
|
readonly shipping_notification_id: string;
|
|
@@ -24069,7 +24146,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24069
24146
|
readonly hs_code?: string;
|
|
24070
24147
|
readonly merchant_category_code?: string;
|
|
24071
24148
|
readonly notes: io.flow.internal.v0.models.OrganizationRestrictionStatusNote[];
|
|
24072
|
-
readonly created_at: string;
|
|
24073
24149
|
}
|
|
24074
24150
|
|
|
24075
24151
|
interface RestrictionOrganizationDecisionSummary {
|
|
@@ -26369,6 +26445,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26369
26445
|
| io.flow.internal.v0.models.ChannelBilledTransactionDeleted
|
|
26370
26446
|
| io.flow.internal.v0.models.TaxTransactionUpserted
|
|
26371
26447
|
| io.flow.internal.v0.models.TaxTransactionDeleted
|
|
26448
|
+
| io.flow.internal.v0.models.DutyTransactionUpserted
|
|
26449
|
+
| io.flow.internal.v0.models.DutyTransactionDeleted
|
|
26372
26450
|
| io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted
|
|
26373
26451
|
| io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted
|
|
26374
26452
|
| io.flow.internal.v0.models.CarrierAccountUpsertedV2
|
|
@@ -26720,6 +26798,9 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26720
26798
|
| io.flow.internal.v0.models.WholeOrderActionForm
|
|
26721
26799
|
| io.flow.internal.v0.models.LineActionForm
|
|
26722
26800
|
| io.flow.internal.v0.models.FulfillmentActionForm;
|
|
26801
|
+
type OrderCancellationEvidence =
|
|
26802
|
+
| io.flow.internal.v0.models.OrderCancellationEvidenceManual
|
|
26803
|
+
| io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
26723
26804
|
type PaymentRedirect =
|
|
26724
26805
|
| io.flow.internal.v0.models.OnlineAuthorizationCompleted
|
|
26725
26806
|
| io.flow.internal.v0.models.RedirectActionCompleted;
|
|
@@ -26773,7 +26854,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26773
26854
|
| io.flow.internal.v0.models.ProofOfPostingFulfilled
|
|
26774
26855
|
| io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled
|
|
26775
26856
|
| io.flow.internal.v0.models.ProofOfPostingFullyRefunded
|
|
26776
|
-
| io.flow.internal.v0.models.ProofOfPostingShippingNotification
|
|
26857
|
+
| io.flow.internal.v0.models.ProofOfPostingShippingNotification
|
|
26858
|
+
| io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
26777
26859
|
type RoutingEntity =
|
|
26778
26860
|
| io.flow.internal.v0.models.RoutingProcessor
|
|
26779
26861
|
| io.flow.internal.v0.models.RoutingAccount
|
|
@@ -26830,7 +26912,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26830
26912
|
| io.flow.internal.v0.models.LabelTransaction
|
|
26831
26913
|
| io.flow.internal.v0.models.OrderTransaction
|
|
26832
26914
|
| io.flow.internal.v0.models.ChannelBilledTransaction
|
|
26833
|
-
| io.flow.internal.v0.models.TaxTransaction
|
|
26915
|
+
| io.flow.internal.v0.models.TaxTransaction
|
|
26916
|
+
| io.flow.internal.v0.models.DutyTransaction;
|
|
26834
26917
|
type TransactionSummary =
|
|
26835
26918
|
| io.flow.internal.v0.models.PaymentSummaryV2
|
|
26836
26919
|
| io.flow.internal.v0.models.FraudSummary;
|
|
@@ -28613,6 +28696,12 @@ export type DutySimpleExpression =
|
|
|
28613
28696
|
io.flow.internal.v0.models.DutySimpleExpression;
|
|
28614
28697
|
export type DutySimpleExpressionType =
|
|
28615
28698
|
io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
28699
|
+
export type DutyTransaction = io.flow.internal.v0.models.DutyTransaction;
|
|
28700
|
+
export type DutyTransactionDeleted =
|
|
28701
|
+
io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
28702
|
+
export type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
28703
|
+
export type DutyTransactionUpserted =
|
|
28704
|
+
io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
28616
28705
|
export type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
28617
28706
|
export type EmailModificationForm =
|
|
28618
28707
|
io.flow.internal.v0.models.EmailModificationForm;
|
|
@@ -28620,6 +28709,11 @@ export type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
|
28620
28709
|
export type EmptyClassificationForm =
|
|
28621
28710
|
io.flow.internal.v0.models.EmptyClassificationForm;
|
|
28622
28711
|
export type Encryption = io.flow.internal.v0.models.Encryption;
|
|
28712
|
+
export type ErpFileType = io.flow.internal.v0.enums.ErpFileType;
|
|
28713
|
+
export type ErpFlowFile = io.flow.internal.v0.models.ErpFlowFile;
|
|
28714
|
+
export type ErpPriorityFile = io.flow.internal.v0.models.ErpPriorityFile;
|
|
28715
|
+
export type ErpPriorityFileForm =
|
|
28716
|
+
io.flow.internal.v0.models.ErpPriorityFileForm;
|
|
28623
28717
|
export type Event = io.flow.internal.v0.unions.Event;
|
|
28624
28718
|
export type EventType = io.flow.internal.v0.enums.EventType;
|
|
28625
28719
|
export type ExclusionRuleDeleted =
|
|
@@ -29422,6 +29516,15 @@ export type OrderAttributeIntent =
|
|
|
29422
29516
|
io.flow.internal.v0.enums.OrderAttributeIntent;
|
|
29423
29517
|
export type OrderAttributeUpserted =
|
|
29424
29518
|
io.flow.internal.v0.models.OrderAttributeUpserted;
|
|
29519
|
+
export type OrderCancellation = io.flow.internal.v0.models.OrderCancellation;
|
|
29520
|
+
export type OrderCancellationEvidence =
|
|
29521
|
+
io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
29522
|
+
export type OrderCancellationEvidenceFullyRefundedNotFulfilled =
|
|
29523
|
+
io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
29524
|
+
export type OrderCancellationEvidenceManual =
|
|
29525
|
+
io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
29526
|
+
export type OrderCancellationForm =
|
|
29527
|
+
io.flow.internal.v0.models.OrderCancellationForm;
|
|
29425
29528
|
export type OrderChargeTrigger = io.flow.internal.v0.enums.OrderChargeTrigger;
|
|
29426
29529
|
export type OrderDetail = io.flow.internal.v0.models.OrderDetail;
|
|
29427
29530
|
export type OrderFulfillmentDeleted =
|
|
@@ -29727,6 +29830,8 @@ export type ProofOfPostingFulfilled =
|
|
|
29727
29830
|
io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
29728
29831
|
export type ProofOfPostingFullyRefunded =
|
|
29729
29832
|
io.flow.internal.v0.models.ProofOfPostingFullyRefunded;
|
|
29833
|
+
export type ProofOfPostingOrderCancellation =
|
|
29834
|
+
io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
29730
29835
|
export type ProofOfPostingShippingNotification =
|
|
29731
29836
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
29732
29837
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
package/src/api.ts
CHANGED
|
@@ -1176,7 +1176,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1176
1176
|
readonly product_id: number;
|
|
1177
1177
|
readonly name: string;
|
|
1178
1178
|
readonly position: number;
|
|
1179
|
-
readonly values?: string[];
|
|
1180
1179
|
}
|
|
1181
1180
|
|
|
1182
1181
|
interface PriceRule {
|
|
@@ -2447,6 +2446,8 @@ declare namespace io.flow.v0.enums {
|
|
|
2447
2446
|
| 'organization_default_configurations_deleted'
|
|
2448
2447
|
| 'ecommerce_platform_upserted'
|
|
2449
2448
|
| 'ecommerce_platform_deleted'
|
|
2449
|
+
| 'organization_onboarding_state_upserted'
|
|
2450
|
+
| 'organization_onboarding_state_deleted'
|
|
2450
2451
|
| 'authorization_deleted_v2'
|
|
2451
2452
|
| 'authorization_status_changed'
|
|
2452
2453
|
| 'card_authorization_upserted_v2'
|
|
@@ -2579,6 +2580,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2579
2580
|
| 'direct_api_async'
|
|
2580
2581
|
| 'bridge_api_sync'
|
|
2581
2582
|
| 'partner_api_sync'
|
|
2583
|
+
| 'notification_requiring_crossdock'
|
|
2582
2584
|
| 'autogenerated';
|
|
2583
2585
|
type LabelTriggerMethod = 'autogenerated' | 'on_demand';
|
|
2584
2586
|
type LaneDirection = 'outbound' | 'return';
|
|
@@ -5288,6 +5290,7 @@ declare namespace io.flow.v0.models {
|
|
|
5288
5290
|
|
|
5289
5291
|
interface DeliveryOptionCostDetail {
|
|
5290
5292
|
readonly source: io.flow.v0.enums.DeliveryOptionCostDetailSource;
|
|
5293
|
+
readonly ratecard_id?: string;
|
|
5291
5294
|
readonly currency: string;
|
|
5292
5295
|
readonly amount: number;
|
|
5293
5296
|
readonly label: string;
|
|
@@ -8780,6 +8783,20 @@ declare namespace io.flow.v0.models {
|
|
|
8780
8783
|
readonly current_state: io.flow.v0.unions.OnboardingState;
|
|
8781
8784
|
}
|
|
8782
8785
|
|
|
8786
|
+
interface OrganizationOnboardingStateDeleted {
|
|
8787
|
+
readonly discriminator: 'organization_onboarding_state_deleted';
|
|
8788
|
+
readonly event_id: string;
|
|
8789
|
+
readonly timestamp: string;
|
|
8790
|
+
readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
|
|
8791
|
+
}
|
|
8792
|
+
|
|
8793
|
+
interface OrganizationOnboardingStateUpserted {
|
|
8794
|
+
readonly discriminator: 'organization_onboarding_state_upserted';
|
|
8795
|
+
readonly event_id: string;
|
|
8796
|
+
readonly timestamp: string;
|
|
8797
|
+
readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
|
|
8798
|
+
}
|
|
8799
|
+
|
|
8783
8800
|
interface OrganizationPutForm {
|
|
8784
8801
|
readonly name?: string;
|
|
8785
8802
|
readonly environment?: io.flow.v0.enums.Environment;
|
|
@@ -10204,6 +10221,7 @@ declare namespace io.flow.v0.models {
|
|
|
10204
10221
|
readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
|
|
10205
10222
|
readonly dimensional_weight?: io.flow.v0.models.Measurement;
|
|
10206
10223
|
readonly gravitational_weight?: io.flow.v0.models.Measurement;
|
|
10224
|
+
readonly ratecard_id?: string;
|
|
10207
10225
|
readonly line_items?: io.flow.v0.models.LineItemForm[];
|
|
10208
10226
|
}
|
|
10209
10227
|
|
|
@@ -12871,6 +12889,8 @@ declare namespace io.flow.v0.unions {
|
|
|
12871
12889
|
| io.flow.v0.models.OrganizationDefaultConfigurationsDeleted
|
|
12872
12890
|
| io.flow.v0.models.EcommercePlatformUpserted
|
|
12873
12891
|
| io.flow.v0.models.EcommercePlatformDeleted
|
|
12892
|
+
| io.flow.v0.models.OrganizationOnboardingStateUpserted
|
|
12893
|
+
| io.flow.v0.models.OrganizationOnboardingStateDeleted
|
|
12874
12894
|
| io.flow.v0.models.AuthorizationDeletedV2
|
|
12875
12895
|
| io.flow.v0.models.AuthorizationStatusChanged
|
|
12876
12896
|
| io.flow.v0.models.CardAuthorizationUpsertedV2
|
|
@@ -14440,6 +14460,10 @@ export type OrganizationDeletedV2 = io.flow.v0.models.OrganizationDeletedV2;
|
|
|
14440
14460
|
export type OrganizationForm = io.flow.v0.models.OrganizationForm;
|
|
14441
14461
|
export type OrganizationOnboardingState =
|
|
14442
14462
|
io.flow.v0.models.OrganizationOnboardingState;
|
|
14463
|
+
export type OrganizationOnboardingStateDeleted =
|
|
14464
|
+
io.flow.v0.models.OrganizationOnboardingStateDeleted;
|
|
14465
|
+
export type OrganizationOnboardingStateUpserted =
|
|
14466
|
+
io.flow.v0.models.OrganizationOnboardingStateUpserted;
|
|
14443
14467
|
export type OrganizationPaymentMethodTag =
|
|
14444
14468
|
io.flow.v0.enums.OrganizationPaymentMethodTag;
|
|
14445
14469
|
export type OrganizationPutForm = io.flow.v0.models.OrganizationPutForm;
|