@flowio/types 11.24.34 → 11.24.35
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 +105 -16
- package/dist/api.d.ts +5 -0
- package/package.json +2 -2
- package/src/api-internal.ts +139 -19
- package/src/api.ts +5 -0
package/dist/api-internal.d.ts
CHANGED
|
@@ -2984,11 +2984,11 @@ declare namespace io.flow.label.v0.models {
|
|
|
2984
2984
|
interface ShippingLabel {
|
|
2985
2985
|
readonly id: string;
|
|
2986
2986
|
readonly hop?: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
2987
|
-
readonly reference_id
|
|
2987
|
+
readonly reference_id?: string;
|
|
2988
2988
|
readonly attributes: Record<string, string>;
|
|
2989
2989
|
readonly carrier_tracking_number: string;
|
|
2990
2990
|
readonly carrier_tracking_number_url: string;
|
|
2991
|
-
readonly cost_estimate_source
|
|
2991
|
+
readonly cost_estimate_source?: io.flow.label.v0.enums.CostEstimateSource;
|
|
2992
2992
|
readonly cost?: io.flow.common.v0.models.Price;
|
|
2993
2993
|
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2994
2994
|
readonly flow_tracking_number: string;
|
|
@@ -9873,6 +9873,7 @@ declare namespace io.flow.organization.v0.models {
|
|
|
9873
9873
|
readonly parent_id?: string;
|
|
9874
9874
|
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
9875
9875
|
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
9876
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
9876
9877
|
}
|
|
9877
9878
|
interface OrganizationPutForm {
|
|
9878
9879
|
readonly name?: string;
|
|
@@ -10126,7 +10127,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10126
10127
|
type DutySelectionRule = 'lookup_by_tariff_code' | 'lookup_by_hs6_code' | 'fallback_for_jurisdiction' | 'domestic_sale' | 'intra_community_sale' | 'reimport' | 'override' | 'preferential_rate';
|
|
10127
10128
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
10128
10129
|
type EmptyAttribute = 'irrelevant';
|
|
10129
|
-
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' | 'billable_label_upserted' | 'billable_label_deleted' | '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' | '
|
|
10130
|
+
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' | 'billable_label_upserted' | 'billable_label_deleted' | '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' | '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' | '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' | '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_snapshot_upserted' | 'organization_restriction_snapshot_deleted' | 'organization_restriction_status_upserted' | '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' | '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';
|
|
10130
10131
|
type ExperienceImportType = 'experience_with_settings';
|
|
10131
10132
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
10132
10133
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -10162,7 +10163,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10162
10163
|
type LiabilityType = 'full_value_tax' | 'low_value_goods_tax' | 'high_value_goods_tax' | 'duties';
|
|
10163
10164
|
type MainTransactionStatus = 'scheduled' | 'pending_proof';
|
|
10164
10165
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
10165
|
-
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit';
|
|
10166
|
+
type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit';
|
|
10166
10167
|
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
10167
10168
|
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
10168
10169
|
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
@@ -10188,6 +10189,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10188
10189
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
10189
10190
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
10190
10191
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
10192
|
+
type OrganizationRestrictionRiskLevel = '5' | '10' | '15';
|
|
10193
|
+
type OrganizationRestrictionScreeningStatus = 'approved' | 'pending' | 'rejected' | 'unscreened';
|
|
10191
10194
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
10192
10195
|
type Owner = 'flow' | 'organization';
|
|
10193
10196
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
@@ -10239,7 +10242,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10239
10242
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
10240
10243
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
10241
10244
|
type TariffEligibilityType = 'rex';
|
|
10242
|
-
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'label_generation_settings';
|
|
10245
|
+
type TaskProcessorKey = 'billing_account' | 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'currency' | 'label_generation_settings' | 'ratecard';
|
|
10243
10246
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
10244
10247
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
10245
10248
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
@@ -11402,6 +11405,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11402
11405
|
interface BrowserBundlePaymentMethods {
|
|
11403
11406
|
readonly displayed?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
|
|
11404
11407
|
}
|
|
11408
|
+
interface BulkClassificationAction {
|
|
11409
|
+
readonly discriminator: 'bulk';
|
|
11410
|
+
readonly actions: io.flow.internal.v0.models.SingleClassificationAction[];
|
|
11411
|
+
}
|
|
11405
11412
|
interface ByRuleSnapshot {
|
|
11406
11413
|
readonly id: string;
|
|
11407
11414
|
readonly name: string;
|
|
@@ -11524,9 +11531,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11524
11531
|
readonly name: string;
|
|
11525
11532
|
}
|
|
11526
11533
|
interface ChannelAccount {
|
|
11527
|
-
readonly id: string;
|
|
11528
11534
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
11529
|
-
readonly
|
|
11535
|
+
readonly id: string;
|
|
11536
|
+
readonly currency: string;
|
|
11537
|
+
readonly updated_at: string;
|
|
11538
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
11539
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
11540
|
+
readonly payment_conditions?: string;
|
|
11541
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
11542
|
+
readonly center_key?: string;
|
|
11543
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
11544
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
11545
|
+
readonly created_at: string;
|
|
11530
11546
|
}
|
|
11531
11547
|
interface ChannelAccountDeleted {
|
|
11532
11548
|
readonly discriminator: 'channel_account_deleted';
|
|
@@ -11534,8 +11550,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
11534
11550
|
readonly timestamp: string;
|
|
11535
11551
|
readonly id: string;
|
|
11536
11552
|
}
|
|
11537
|
-
interface
|
|
11538
|
-
readonly discriminator: '
|
|
11553
|
+
interface ChannelAccountUpsertedV2 {
|
|
11554
|
+
readonly discriminator: 'channel_account_upserted_v2';
|
|
11539
11555
|
readonly event_id: string;
|
|
11540
11556
|
readonly timestamp: string;
|
|
11541
11557
|
readonly channel_account: io.flow.internal.v0.models.ChannelAccount;
|
|
@@ -13479,6 +13495,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13479
13495
|
readonly suggested_action?: io.flow.internal.v0.enums.ItemClassificationAction;
|
|
13480
13496
|
readonly score?: number;
|
|
13481
13497
|
}
|
|
13498
|
+
interface ClassificationActionFormUndo {
|
|
13499
|
+
readonly discriminator: 'undo';
|
|
13500
|
+
readonly organization_id: string;
|
|
13501
|
+
readonly item_numbers: string[];
|
|
13502
|
+
}
|
|
13482
13503
|
interface ClassificationDetails {
|
|
13483
13504
|
readonly updated_by_user_id: string;
|
|
13484
13505
|
readonly organization_id: string;
|
|
@@ -13975,6 +13996,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
13975
13996
|
readonly label: io.flow.internal.v0.models.ContentLabel;
|
|
13976
13997
|
readonly description: io.flow.internal.v0.models.ContentLabel;
|
|
13977
13998
|
}
|
|
13999
|
+
interface Discount {
|
|
14000
|
+
readonly amount: number;
|
|
14001
|
+
readonly description?: string;
|
|
14002
|
+
}
|
|
13978
14003
|
interface DiscountCode {
|
|
13979
14004
|
readonly code: string;
|
|
13980
14005
|
}
|
|
@@ -16627,13 +16652,22 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16627
16652
|
readonly description: string;
|
|
16628
16653
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
16629
16654
|
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
16655
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
16656
|
+
readonly attributes?: Record<string, string>;
|
|
16630
16657
|
readonly created_at: string;
|
|
16631
16658
|
}
|
|
16632
16659
|
interface ManualTransactionForm {
|
|
16633
16660
|
readonly amount: number;
|
|
16661
|
+
readonly currency?: string;
|
|
16634
16662
|
readonly description: string;
|
|
16635
16663
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
16636
16664
|
readonly posted_at?: string;
|
|
16665
|
+
readonly order?: io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
16666
|
+
readonly attributes?: Record<string, string>;
|
|
16667
|
+
}
|
|
16668
|
+
interface ManualTransactionFormOrder {
|
|
16669
|
+
readonly organization_id: string;
|
|
16670
|
+
readonly number: string;
|
|
16637
16671
|
}
|
|
16638
16672
|
interface MarketingGatewayChannel {
|
|
16639
16673
|
readonly id: string;
|
|
@@ -17151,9 +17185,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17151
17185
|
readonly created_at: string;
|
|
17152
17186
|
}
|
|
17153
17187
|
interface OrganizationAccount {
|
|
17154
|
-
readonly id: string;
|
|
17155
17188
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
17156
|
-
readonly
|
|
17189
|
+
readonly id: string;
|
|
17190
|
+
readonly currency: string;
|
|
17191
|
+
readonly updated_at: string;
|
|
17192
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
17193
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
17194
|
+
readonly payment_conditions?: string;
|
|
17195
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
17196
|
+
readonly center_key?: string;
|
|
17197
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
17198
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
17199
|
+
readonly created_at: string;
|
|
17157
17200
|
}
|
|
17158
17201
|
interface OrganizationAccountDeleted {
|
|
17159
17202
|
readonly discriminator: 'organization_account_deleted';
|
|
@@ -17161,8 +17204,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17161
17204
|
readonly timestamp: string;
|
|
17162
17205
|
readonly id: string;
|
|
17163
17206
|
}
|
|
17164
|
-
interface
|
|
17165
|
-
readonly discriminator: '
|
|
17207
|
+
interface OrganizationAccountUpsertedV2 {
|
|
17208
|
+
readonly discriminator: 'organization_account_upserted_v2';
|
|
17166
17209
|
readonly event_id: string;
|
|
17167
17210
|
readonly timestamp: string;
|
|
17168
17211
|
readonly organization_account: io.flow.internal.v0.models.OrganizationAccount;
|
|
@@ -17290,6 +17333,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17290
17333
|
readonly organization: string;
|
|
17291
17334
|
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
17292
17335
|
}
|
|
17336
|
+
interface OrganizationRestrictionScreeningDecisionForm {
|
|
17337
|
+
readonly organization_id: string;
|
|
17338
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
17339
|
+
readonly risk_level?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
17340
|
+
readonly hs_code?: string;
|
|
17341
|
+
readonly note?: string;
|
|
17342
|
+
}
|
|
17293
17343
|
interface OrganizationRestrictionSnapshot {
|
|
17294
17344
|
readonly id: string;
|
|
17295
17345
|
readonly organization_id: string;
|
|
@@ -17315,6 +17365,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17315
17365
|
readonly timestamp: string;
|
|
17316
17366
|
readonly organization_restriction_snapshot: io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
17317
17367
|
}
|
|
17368
|
+
interface OrganizationRestrictionStatus {
|
|
17369
|
+
readonly id: string;
|
|
17370
|
+
readonly organization_id: string;
|
|
17371
|
+
readonly approval: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
17372
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
17373
|
+
readonly risk_level: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
17374
|
+
readonly selective_review_start_date?: string;
|
|
17375
|
+
readonly selective_review_end_date?: string;
|
|
17376
|
+
readonly full_review_start_date?: string;
|
|
17377
|
+
readonly full_review_end_date?: string;
|
|
17378
|
+
}
|
|
17379
|
+
interface OrganizationRestrictionStatusUpserted {
|
|
17380
|
+
readonly discriminator: 'organization_restriction_status_upserted';
|
|
17381
|
+
readonly event_id: string;
|
|
17382
|
+
readonly timestamp: string;
|
|
17383
|
+
readonly organization_restriction_status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
17384
|
+
}
|
|
17318
17385
|
interface OrganizationRestrictionSummary {
|
|
17319
17386
|
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
17320
17387
|
readonly earliest_date: string;
|
|
@@ -18836,6 +18903,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18836
18903
|
readonly category: string;
|
|
18837
18904
|
readonly children: io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy[];
|
|
18838
18905
|
}
|
|
18906
|
+
interface SingleClassificationAction {
|
|
18907
|
+
readonly discriminator: 'single';
|
|
18908
|
+
readonly organization_id: string;
|
|
18909
|
+
readonly item_summary: io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
18910
|
+
readonly customs_description: string;
|
|
18911
|
+
readonly labels?: io.flow.internal.v0.models.ProductLabels;
|
|
18912
|
+
readonly updated_at: string;
|
|
18913
|
+
}
|
|
18839
18914
|
interface SingleClassificationForm {
|
|
18840
18915
|
readonly discriminator: 'single_classification_form';
|
|
18841
18916
|
readonly product_id: string;
|
|
@@ -19766,6 +19841,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19766
19841
|
type CheckoutSequencedSubmitResponse = io.flow.internal.v0.models.CheckoutSequencedSubmitResponseError | io.flow.internal.v0.models.CheckoutSequencedSubmitResponseSuccess;
|
|
19767
19842
|
type CheckoutSubmitOrderBundles = io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
19768
19843
|
type CheckoutSubmitOrderForms = io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
19844
|
+
type ClassificationAction = io.flow.internal.v0.models.SingleClassificationAction | io.flow.internal.v0.models.BulkClassificationAction;
|
|
19845
|
+
type ClassificationActionForm = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
19769
19846
|
type ClassificationForm = io.flow.internal.v0.models.SingleClassificationForm | io.flow.internal.v0.models.EmptyClassificationForm;
|
|
19770
19847
|
type ClassificationJudgementForm = io.flow.internal.v0.models.ProductClassificationForm | io.flow.internal.v0.models.NoClassificationForm;
|
|
19771
19848
|
type ClassificationLabelAttribute = {
|
|
@@ -19781,7 +19858,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
19781
19858
|
type DiscountRequestOfferForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
19782
19859
|
type DisputeDetails = io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
19783
19860
|
type DutyExpression = io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression;
|
|
19784
|
-
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.BillableLabelUpserted | io.flow.internal.v0.models.BillableLabelDeleted | 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.ChannelAccountUpserted | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpserted | 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.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.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.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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | 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.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;
|
|
19861
|
+
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.BillableLabelUpserted | io.flow.internal.v0.models.BillableLabelDeleted | 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.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.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.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.OrganizationRestrictionSnapshotUpserted | io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | 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.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;
|
|
19785
19862
|
type Experiment = io.flow.internal.v0.models.ExperienceExperiment | io.flow.internal.v0.models.FeatureExperiment;
|
|
19786
19863
|
type ExportSchedule = io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated;
|
|
19787
19864
|
type FeatureDefaultValue = io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -20039,6 +20116,7 @@ export declare type BrowserBundleOptinForm = io.flow.internal.v0.models.BrowserB
|
|
|
20039
20116
|
export declare type BrowserBundlePaymentMethod = io.flow.internal.v0.models.BrowserBundlePaymentMethod;
|
|
20040
20117
|
export declare type BrowserBundlePaymentMethodForm = io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
20041
20118
|
export declare type BrowserBundlePaymentMethods = io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
20119
|
+
export declare type BulkClassificationAction = io.flow.internal.v0.models.BulkClassificationAction;
|
|
20042
20120
|
export declare type ByRuleSnapshot = io.flow.internal.v0.models.ByRuleSnapshot;
|
|
20043
20121
|
export declare type CalculatedTaxAmount = io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
20044
20122
|
export declare type CalculatorEngine = io.flow.internal.v0.enums.CalculatorEngine;
|
|
@@ -20067,7 +20145,7 @@ export declare type CenterQueryBuilder = io.flow.internal.v0.models.CenterQueryB
|
|
|
20067
20145
|
export declare type ChangeSettingsIndexTask = io.flow.internal.v0.models.ChangeSettingsIndexTask;
|
|
20068
20146
|
export declare type ChannelAccount = io.flow.internal.v0.models.ChannelAccount;
|
|
20069
20147
|
export declare type ChannelAccountDeleted = io.flow.internal.v0.models.ChannelAccountDeleted;
|
|
20070
|
-
export declare type
|
|
20148
|
+
export declare type ChannelAccountUpsertedV2 = io.flow.internal.v0.models.ChannelAccountUpsertedV2;
|
|
20071
20149
|
export declare type ChannelBillingStatement = io.flow.internal.v0.models.ChannelBillingStatement;
|
|
20072
20150
|
export declare type ChannelCurrencyForm = io.flow.internal.v0.models.ChannelCurrencyForm;
|
|
20073
20151
|
export declare type ChannelCurrencySetting = io.flow.internal.v0.models.ChannelCurrencySetting;
|
|
@@ -20635,6 +20713,9 @@ export declare type CipherForm = io.flow.internal.v0.models.CipherForm;
|
|
|
20635
20713
|
export declare type CipherReference = io.flow.internal.v0.models.CipherReference;
|
|
20636
20714
|
export declare type ClassicPaymentRedirectForm = io.flow.internal.v0.models.ClassicPaymentRedirectForm;
|
|
20637
20715
|
export declare type Classification = io.flow.internal.v0.models.Classification;
|
|
20716
|
+
export declare type ClassificationAction = io.flow.internal.v0.unions.ClassificationAction;
|
|
20717
|
+
export declare type ClassificationActionForm = io.flow.internal.v0.unions.ClassificationActionForm;
|
|
20718
|
+
export declare type ClassificationActionFormUndo = io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
20638
20719
|
export declare type ClassificationDetails = io.flow.internal.v0.models.ClassificationDetails;
|
|
20639
20720
|
export declare type ClassificationError = io.flow.internal.v0.models.ClassificationError;
|
|
20640
20721
|
export declare type ClassificationErrorCode = io.flow.internal.v0.enums.ClassificationErrorCode;
|
|
@@ -20733,6 +20814,7 @@ export declare type Details = io.flow.internal.v0.models.Details;
|
|
|
20733
20814
|
export declare type Dhl = io.flow.internal.v0.models.Dhl;
|
|
20734
20815
|
export declare type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
20735
20816
|
export declare type Dict = io.flow.internal.v0.models.Dict;
|
|
20817
|
+
export declare type Discount = io.flow.internal.v0.models.Discount;
|
|
20736
20818
|
export declare type DiscountCode = io.flow.internal.v0.models.DiscountCode;
|
|
20737
20819
|
export declare type DiscountRequestForm = io.flow.internal.v0.models.DiscountRequestForm;
|
|
20738
20820
|
export declare type DiscountRequestOfferFixedAmountForm = io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
@@ -21176,6 +21258,7 @@ export declare type ManualReviewRuleStatus = io.flow.internal.v0.enums.ManualRev
|
|
|
21176
21258
|
export declare type ManualTransaction = io.flow.internal.v0.models.ManualTransaction;
|
|
21177
21259
|
export declare type ManualTransactionCategory = io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
21178
21260
|
export declare type ManualTransactionForm = io.flow.internal.v0.models.ManualTransactionForm;
|
|
21261
|
+
export declare type ManualTransactionFormOrder = io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
21179
21262
|
export declare type MarketingGatewayAccountConnectionStatus = io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
21180
21263
|
export declare type MarketingGatewayChannel = io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
21181
21264
|
export declare type MarketingGatewayChannelConnectionForm = io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
@@ -21291,7 +21374,7 @@ export declare type OrderTransaction = io.flow.internal.v0.models.OrderTransacti
|
|
|
21291
21374
|
export declare type OrderTransactionType = io.flow.internal.v0.enums.OrderTransactionType;
|
|
21292
21375
|
export declare type OrganizationAccount = io.flow.internal.v0.models.OrganizationAccount;
|
|
21293
21376
|
export declare type OrganizationAccountDeleted = io.flow.internal.v0.models.OrganizationAccountDeleted;
|
|
21294
|
-
export declare type
|
|
21377
|
+
export declare type OrganizationAccountUpsertedV2 = io.flow.internal.v0.models.OrganizationAccountUpsertedV2;
|
|
21295
21378
|
export declare type OrganizationBillingStatement = io.flow.internal.v0.models.OrganizationBillingStatement;
|
|
21296
21379
|
export declare type OrganizationBooleanValue = io.flow.internal.v0.models.OrganizationBooleanValue;
|
|
21297
21380
|
export declare type OrganizationBooleanValueDeleted = io.flow.internal.v0.models.OrganizationBooleanValueDeleted;
|
|
@@ -21315,9 +21398,14 @@ export declare type OrganizationPaymentStatus = io.flow.internal.v0.enums.Organi
|
|
|
21315
21398
|
export declare type OrganizationRestrictionApproval = io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
21316
21399
|
export declare type OrganizationRestrictionApprovalStatus = io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
21317
21400
|
export declare type OrganizationRestrictionApprovalUpserted = io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
21401
|
+
export declare type OrganizationRestrictionRiskLevel = io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
21402
|
+
export declare type OrganizationRestrictionScreeningDecisionForm = io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm;
|
|
21403
|
+
export declare type OrganizationRestrictionScreeningStatus = io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
21318
21404
|
export declare type OrganizationRestrictionSnapshot = io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
21319
21405
|
export declare type OrganizationRestrictionSnapshotDeleted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
21320
21406
|
export declare type OrganizationRestrictionSnapshotUpserted = io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
21407
|
+
export declare type OrganizationRestrictionStatus = io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
21408
|
+
export declare type OrganizationRestrictionStatusUpserted = io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted;
|
|
21321
21409
|
export declare type OrganizationRestrictionSummary = io.flow.internal.v0.models.OrganizationRestrictionSummary;
|
|
21322
21410
|
export declare type OrganizationSettings = io.flow.internal.v0.models.OrganizationSettings;
|
|
21323
21411
|
export declare type OrganizationSettingsForm = io.flow.internal.v0.models.OrganizationSettingsForm;
|
|
@@ -21624,6 +21712,7 @@ export declare type SimpleRoundingStrategy = io.flow.internal.v0.enums.SimpleRou
|
|
|
21624
21712
|
export declare type SimplifiedClassificationTaxonomy = io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy;
|
|
21625
21713
|
export declare type SimplifiedItemLabel = io.flow.internal.v0.models.SimplifiedItemLabel;
|
|
21626
21714
|
export declare type SimplifiedTaxonomyCategory = io.flow.internal.v0.models.SimplifiedTaxonomyCategory;
|
|
21715
|
+
export declare type SingleClassificationAction = io.flow.internal.v0.models.SingleClassificationAction;
|
|
21627
21716
|
export declare type SingleClassificationForm = io.flow.internal.v0.models.SingleClassificationForm;
|
|
21628
21717
|
export declare type SnapchatPixel = io.flow.internal.v0.models.SnapchatPixel;
|
|
21629
21718
|
export declare type SpotRate = io.flow.internal.v0.models.SpotRate;
|
package/dist/api.d.ts
CHANGED
|
@@ -1674,6 +1674,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1674
1674
|
type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
|
|
1675
1675
|
type ConsumerInvoiceDocumentType = 'pdf';
|
|
1676
1676
|
type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
|
|
1677
|
+
type CostEstimateSource = 'flow' | 'channel';
|
|
1677
1678
|
type CountryPickerSource = 'experience' | 'destination';
|
|
1678
1679
|
type CreditPaymentErrorCode = 'generic_error' | 'invalid_order_number' | 'invalid_currency' | 'invalid_description' | 'duplicate' | 'amount_must_be_positive' | 'amount_exceeds_balance' | 'insufficient_amount';
|
|
1679
1680
|
type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
|
|
@@ -6658,6 +6659,7 @@ declare namespace io.flow.v0.models {
|
|
|
6658
6659
|
readonly parent_id?: string;
|
|
6659
6660
|
readonly defaults?: io.flow.v0.models.OrganizationDefaults;
|
|
6660
6661
|
readonly status?: io.flow.v0.enums.OrganizationStatus;
|
|
6662
|
+
readonly type?: io.flow.v0.enums.OrganizationType;
|
|
6661
6663
|
}
|
|
6662
6664
|
interface OrganizationPutForm {
|
|
6663
6665
|
readonly name?: string;
|
|
@@ -8632,9 +8634,11 @@ declare namespace io.flow.v0.models {
|
|
|
8632
8634
|
interface ShippingLabel {
|
|
8633
8635
|
readonly id: string;
|
|
8634
8636
|
readonly hop?: io.flow.v0.models.ShippingLabelHopSummary;
|
|
8637
|
+
readonly reference_id?: string;
|
|
8635
8638
|
readonly attributes: Record<string, string>;
|
|
8636
8639
|
readonly carrier_tracking_number: string;
|
|
8637
8640
|
readonly carrier_tracking_number_url: string;
|
|
8641
|
+
readonly cost_estimate_source?: io.flow.v0.enums.CostEstimateSource;
|
|
8638
8642
|
readonly cost?: io.flow.v0.models.Price;
|
|
8639
8643
|
readonly destination: io.flow.v0.models.ShippingAddress;
|
|
8640
8644
|
readonly flow_tracking_number: string;
|
|
@@ -10309,6 +10313,7 @@ export declare type Contact = io.flow.v0.models.Contact;
|
|
|
10309
10313
|
export declare type Context = io.flow.v0.models.Context;
|
|
10310
10314
|
export declare type ContextForm = io.flow.v0.models.ContextForm;
|
|
10311
10315
|
export declare type ContextReference = io.flow.v0.models.ContextReference;
|
|
10316
|
+
export declare type CostEstimateSource = io.flow.v0.enums.CostEstimateSource;
|
|
10312
10317
|
export declare type Country = io.flow.v0.models.Country;
|
|
10313
10318
|
export declare type CountryAvailability = io.flow.v0.models.CountryAvailability;
|
|
10314
10319
|
export declare type CountryDefaults = io.flow.v0.models.CountryDefaults;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.35",
|
|
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": "6b3aead1ceea76805fc5a5a04f2e485c6180aed2"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -3885,11 +3885,11 @@ declare namespace io.flow.label.v0.models {
|
|
|
3885
3885
|
interface ShippingLabel {
|
|
3886
3886
|
readonly id: string;
|
|
3887
3887
|
readonly hop?: io.flow.label.v0.models.ShippingLabelHopSummary;
|
|
3888
|
-
readonly reference_id
|
|
3888
|
+
readonly reference_id?: string;
|
|
3889
3889
|
readonly attributes: Record<string, string>;
|
|
3890
3890
|
readonly carrier_tracking_number: string;
|
|
3891
3891
|
readonly carrier_tracking_number_url: string;
|
|
3892
|
-
readonly cost_estimate_source
|
|
3892
|
+
readonly cost_estimate_source?: io.flow.label.v0.enums.CostEstimateSource;
|
|
3893
3893
|
readonly cost?: io.flow.common.v0.models.Price;
|
|
3894
3894
|
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3895
3895
|
readonly flow_tracking_number: string;
|
|
@@ -12899,6 +12899,7 @@ declare namespace io.flow.organization.v0.models {
|
|
|
12899
12899
|
readonly parent_id?: string;
|
|
12900
12900
|
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
12901
12901
|
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
12902
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
12902
12903
|
}
|
|
12903
12904
|
|
|
12904
12905
|
interface OrganizationPutForm {
|
|
@@ -13509,9 +13510,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13509
13510
|
| 'billing_statement_deleted'
|
|
13510
13511
|
| 'tax_remittance_transaction_upserted'
|
|
13511
13512
|
| 'tax_remittance_transaction_deleted'
|
|
13512
|
-
| '
|
|
13513
|
+
| 'channel_account_upserted_v2'
|
|
13513
13514
|
| 'channel_account_deleted'
|
|
13514
|
-
| '
|
|
13515
|
+
| 'organization_account_upserted_v2'
|
|
13515
13516
|
| 'organization_account_deleted'
|
|
13516
13517
|
| 'account_transactions_export_request'
|
|
13517
13518
|
| 'account_orders_export_request'
|
|
@@ -13672,6 +13673,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13672
13673
|
| 'organization_restriction_approval_upserted'
|
|
13673
13674
|
| 'organization_restriction_snapshot_upserted'
|
|
13674
13675
|
| 'organization_restriction_snapshot_deleted'
|
|
13676
|
+
| 'organization_restriction_status_upserted'
|
|
13675
13677
|
| 'internal_authorization_upserted'
|
|
13676
13678
|
| 'internal_authorization_deleted'
|
|
13677
13679
|
| 'afterpay_authorization_upserted'
|
|
@@ -13807,6 +13809,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13807
13809
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
13808
13810
|
type ManualTransactionCategory =
|
|
13809
13811
|
| 'cancelled_order_refund'
|
|
13812
|
+
| 'channel_partner_initiated'
|
|
13810
13813
|
| 'client_accepted_chargeback'
|
|
13811
13814
|
| 'fee_reimbursement'
|
|
13812
13815
|
| 'partial_refund'
|
|
@@ -13923,6 +13926,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13923
13926
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
13924
13927
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
13925
13928
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
13929
|
+
type OrganizationRestrictionRiskLevel = '5' | '10' | '15';
|
|
13930
|
+
type OrganizationRestrictionScreeningStatus =
|
|
13931
|
+
| 'approved'
|
|
13932
|
+
| 'pending'
|
|
13933
|
+
| 'rejected'
|
|
13934
|
+
| 'unscreened';
|
|
13926
13935
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
13927
13936
|
type Owner = 'flow' | 'organization';
|
|
13928
13937
|
type PaymentSummaryStatus =
|
|
@@ -14083,7 +14092,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14083
14092
|
| 'fraud_review'
|
|
14084
14093
|
| 'carrier_account'
|
|
14085
14094
|
| 'payment'
|
|
14086
|
-
| '
|
|
14095
|
+
| 'currency'
|
|
14096
|
+
| 'label_generation_settings'
|
|
14097
|
+
| 'ratecard';
|
|
14087
14098
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
14088
14099
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
14089
14100
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
@@ -15437,6 +15448,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15437
15448
|
readonly displayed?: io.flow.internal.v0.models.BrowserBundlePaymentMethod[];
|
|
15438
15449
|
}
|
|
15439
15450
|
|
|
15451
|
+
interface BulkClassificationAction {
|
|
15452
|
+
readonly discriminator: 'bulk';
|
|
15453
|
+
readonly actions: io.flow.internal.v0.models.SingleClassificationAction[];
|
|
15454
|
+
}
|
|
15455
|
+
|
|
15440
15456
|
interface ByRuleSnapshot {
|
|
15441
15457
|
readonly id: string;
|
|
15442
15458
|
readonly name: string;
|
|
@@ -15581,9 +15597,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15581
15597
|
}
|
|
15582
15598
|
|
|
15583
15599
|
interface ChannelAccount {
|
|
15584
|
-
readonly id: string;
|
|
15585
15600
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
15586
|
-
readonly
|
|
15601
|
+
readonly id: string;
|
|
15602
|
+
readonly currency: string;
|
|
15603
|
+
readonly updated_at: string;
|
|
15604
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
15605
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
15606
|
+
readonly payment_conditions?: string;
|
|
15607
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
15608
|
+
readonly center_key?: string;
|
|
15609
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
15610
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
15611
|
+
readonly created_at: string;
|
|
15587
15612
|
}
|
|
15588
15613
|
|
|
15589
15614
|
interface ChannelAccountDeleted {
|
|
@@ -15593,8 +15618,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15593
15618
|
readonly id: string;
|
|
15594
15619
|
}
|
|
15595
15620
|
|
|
15596
|
-
interface
|
|
15597
|
-
readonly discriminator: '
|
|
15621
|
+
interface ChannelAccountUpsertedV2 {
|
|
15622
|
+
readonly discriminator: 'channel_account_upserted_v2';
|
|
15598
15623
|
readonly event_id: string;
|
|
15599
15624
|
readonly timestamp: string;
|
|
15600
15625
|
readonly channel_account: io.flow.internal.v0.models.ChannelAccount;
|
|
@@ -17955,6 +17980,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17955
17980
|
readonly score?: number;
|
|
17956
17981
|
}
|
|
17957
17982
|
|
|
17983
|
+
interface ClassificationActionFormUndo {
|
|
17984
|
+
readonly discriminator: 'undo';
|
|
17985
|
+
readonly organization_id: string;
|
|
17986
|
+
readonly item_numbers: string[];
|
|
17987
|
+
}
|
|
17988
|
+
|
|
17958
17989
|
interface ClassificationDetails {
|
|
17959
17990
|
readonly updated_by_user_id: string;
|
|
17960
17991
|
readonly organization_id: string;
|
|
@@ -18543,6 +18574,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18543
18574
|
readonly description: io.flow.internal.v0.models.ContentLabel;
|
|
18544
18575
|
}
|
|
18545
18576
|
|
|
18577
|
+
interface Discount {
|
|
18578
|
+
readonly amount: number;
|
|
18579
|
+
readonly description?: string;
|
|
18580
|
+
}
|
|
18581
|
+
|
|
18546
18582
|
interface DiscountCode {
|
|
18547
18583
|
readonly code: string;
|
|
18548
18584
|
}
|
|
@@ -21569,14 +21605,24 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21569
21605
|
readonly description: string;
|
|
21570
21606
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
21571
21607
|
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
21608
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
21609
|
+
readonly attributes?: Record<string, string>;
|
|
21572
21610
|
readonly created_at: string;
|
|
21573
21611
|
}
|
|
21574
21612
|
|
|
21575
21613
|
interface ManualTransactionForm {
|
|
21576
21614
|
readonly amount: number;
|
|
21615
|
+
readonly currency?: string;
|
|
21577
21616
|
readonly description: string;
|
|
21578
21617
|
readonly category?: io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
21579
21618
|
readonly posted_at?: string;
|
|
21619
|
+
readonly order?: io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
21620
|
+
readonly attributes?: Record<string, string>;
|
|
21621
|
+
}
|
|
21622
|
+
|
|
21623
|
+
interface ManualTransactionFormOrder {
|
|
21624
|
+
readonly organization_id: string;
|
|
21625
|
+
readonly number: string;
|
|
21580
21626
|
}
|
|
21581
21627
|
|
|
21582
21628
|
interface MarketingGatewayChannel {
|
|
@@ -22179,9 +22225,18 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22179
22225
|
}
|
|
22180
22226
|
|
|
22181
22227
|
interface OrganizationAccount {
|
|
22182
|
-
readonly id: string;
|
|
22183
22228
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
22184
|
-
readonly
|
|
22229
|
+
readonly id: string;
|
|
22230
|
+
readonly currency: string;
|
|
22231
|
+
readonly updated_at: string;
|
|
22232
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
22233
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
22234
|
+
readonly payment_conditions?: string;
|
|
22235
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
22236
|
+
readonly center_key?: string;
|
|
22237
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
22238
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
22239
|
+
readonly created_at: string;
|
|
22185
22240
|
}
|
|
22186
22241
|
|
|
22187
22242
|
interface OrganizationAccountDeleted {
|
|
@@ -22191,8 +22246,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22191
22246
|
readonly id: string;
|
|
22192
22247
|
}
|
|
22193
22248
|
|
|
22194
|
-
interface
|
|
22195
|
-
readonly discriminator: '
|
|
22249
|
+
interface OrganizationAccountUpsertedV2 {
|
|
22250
|
+
readonly discriminator: 'organization_account_upserted_v2';
|
|
22196
22251
|
readonly event_id: string;
|
|
22197
22252
|
readonly timestamp: string;
|
|
22198
22253
|
readonly organization_account: io.flow.internal.v0.models.OrganizationAccount;
|
|
@@ -22341,6 +22396,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22341
22396
|
readonly organization_restriction_approval: io.flow.internal.v0.models.OrganizationRestrictionApproval;
|
|
22342
22397
|
}
|
|
22343
22398
|
|
|
22399
|
+
interface OrganizationRestrictionScreeningDecisionForm {
|
|
22400
|
+
readonly organization_id: string;
|
|
22401
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
22402
|
+
readonly risk_level?: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
22403
|
+
readonly hs_code?: string;
|
|
22404
|
+
readonly note?: string;
|
|
22405
|
+
}
|
|
22406
|
+
|
|
22344
22407
|
interface OrganizationRestrictionSnapshot {
|
|
22345
22408
|
readonly id: string;
|
|
22346
22409
|
readonly organization_id: string;
|
|
@@ -22369,6 +22432,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22369
22432
|
readonly organization_restriction_snapshot: io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
22370
22433
|
}
|
|
22371
22434
|
|
|
22435
|
+
interface OrganizationRestrictionStatus {
|
|
22436
|
+
readonly id: string;
|
|
22437
|
+
readonly organization_id: string;
|
|
22438
|
+
readonly approval: io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
22439
|
+
readonly screening_status: io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
22440
|
+
readonly risk_level: io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
22441
|
+
readonly selective_review_start_date?: string;
|
|
22442
|
+
readonly selective_review_end_date?: string;
|
|
22443
|
+
readonly full_review_start_date?: string;
|
|
22444
|
+
readonly full_review_end_date?: string;
|
|
22445
|
+
}
|
|
22446
|
+
|
|
22447
|
+
interface OrganizationRestrictionStatusUpserted {
|
|
22448
|
+
readonly discriminator: 'organization_restriction_status_upserted';
|
|
22449
|
+
readonly event_id: string;
|
|
22450
|
+
readonly timestamp: string;
|
|
22451
|
+
readonly organization_restriction_status: io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
22452
|
+
}
|
|
22453
|
+
|
|
22372
22454
|
interface OrganizationRestrictionSummary {
|
|
22373
22455
|
readonly organization: io.flow.common.v0.models.OrganizationSummary;
|
|
22374
22456
|
readonly earliest_date: string;
|
|
@@ -24135,6 +24217,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24135
24217
|
readonly children: io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy[];
|
|
24136
24218
|
}
|
|
24137
24219
|
|
|
24220
|
+
interface SingleClassificationAction {
|
|
24221
|
+
readonly discriminator: 'single';
|
|
24222
|
+
readonly organization_id: string;
|
|
24223
|
+
readonly item_summary: io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
24224
|
+
readonly customs_description: string;
|
|
24225
|
+
readonly labels?: io.flow.internal.v0.models.ProductLabels;
|
|
24226
|
+
readonly updated_at: string;
|
|
24227
|
+
}
|
|
24228
|
+
|
|
24138
24229
|
interface SingleClassificationForm {
|
|
24139
24230
|
readonly discriminator: 'single_classification_form';
|
|
24140
24231
|
readonly product_id: string;
|
|
@@ -25509,6 +25600,11 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25509
25600
|
io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
25510
25601
|
type CheckoutSubmitOrderForms =
|
|
25511
25602
|
io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
25603
|
+
type ClassificationAction =
|
|
25604
|
+
| io.flow.internal.v0.models.SingleClassificationAction
|
|
25605
|
+
| io.flow.internal.v0.models.BulkClassificationAction;
|
|
25606
|
+
type ClassificationActionForm =
|
|
25607
|
+
io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
25512
25608
|
type ClassificationForm =
|
|
25513
25609
|
| io.flow.internal.v0.models.SingleClassificationForm
|
|
25514
25610
|
| io.flow.internal.v0.models.EmptyClassificationForm;
|
|
@@ -25568,9 +25664,9 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25568
25664
|
| io.flow.internal.v0.models.BillingStatementDeleted
|
|
25569
25665
|
| io.flow.internal.v0.models.TaxRemittanceTransactionUpserted
|
|
25570
25666
|
| io.flow.internal.v0.models.TaxRemittanceTransactionDeleted
|
|
25571
|
-
| io.flow.internal.v0.models.
|
|
25667
|
+
| io.flow.internal.v0.models.ChannelAccountUpsertedV2
|
|
25572
25668
|
| io.flow.internal.v0.models.ChannelAccountDeleted
|
|
25573
|
-
| io.flow.internal.v0.models.
|
|
25669
|
+
| io.flow.internal.v0.models.OrganizationAccountUpsertedV2
|
|
25574
25670
|
| io.flow.internal.v0.models.OrganizationAccountDeleted
|
|
25575
25671
|
| io.flow.internal.v0.models.AccountTransactionsExportRequest
|
|
25576
25672
|
| io.flow.internal.v0.models.AccountOrdersExportRequest
|
|
@@ -25731,6 +25827,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25731
25827
|
| io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted
|
|
25732
25828
|
| io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted
|
|
25733
25829
|
| io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted
|
|
25830
|
+
| io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted
|
|
25734
25831
|
| io.flow.internal.v0.models.InternalAuthorizationUpserted
|
|
25735
25832
|
| io.flow.internal.v0.models.InternalAuthorizationDeleted
|
|
25736
25833
|
| io.flow.internal.v0.models.AfterpayAuthorizationUpserted
|
|
@@ -26400,6 +26497,8 @@ export type BrowserBundlePaymentMethodForm =
|
|
|
26400
26497
|
io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
26401
26498
|
export type BrowserBundlePaymentMethods =
|
|
26402
26499
|
io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
26500
|
+
export type BulkClassificationAction =
|
|
26501
|
+
io.flow.internal.v0.models.BulkClassificationAction;
|
|
26403
26502
|
export type ByRuleSnapshot = io.flow.internal.v0.models.ByRuleSnapshot;
|
|
26404
26503
|
export type CalculatedTaxAmount =
|
|
26405
26504
|
io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
@@ -26445,8 +26544,8 @@ export type ChangeSettingsIndexTask =
|
|
|
26445
26544
|
export type ChannelAccount = io.flow.internal.v0.models.ChannelAccount;
|
|
26446
26545
|
export type ChannelAccountDeleted =
|
|
26447
26546
|
io.flow.internal.v0.models.ChannelAccountDeleted;
|
|
26448
|
-
export type
|
|
26449
|
-
io.flow.internal.v0.models.
|
|
26547
|
+
export type ChannelAccountUpsertedV2 =
|
|
26548
|
+
io.flow.internal.v0.models.ChannelAccountUpsertedV2;
|
|
26450
26549
|
export type ChannelBillingStatement =
|
|
26451
26550
|
io.flow.internal.v0.models.ChannelBillingStatement;
|
|
26452
26551
|
export type ChannelCurrencyForm =
|
|
@@ -27537,6 +27636,12 @@ export type CipherReference = io.flow.internal.v0.models.CipherReference;
|
|
|
27537
27636
|
export type ClassicPaymentRedirectForm =
|
|
27538
27637
|
io.flow.internal.v0.models.ClassicPaymentRedirectForm;
|
|
27539
27638
|
export type Classification = io.flow.internal.v0.models.Classification;
|
|
27639
|
+
export type ClassificationAction =
|
|
27640
|
+
io.flow.internal.v0.unions.ClassificationAction;
|
|
27641
|
+
export type ClassificationActionForm =
|
|
27642
|
+
io.flow.internal.v0.unions.ClassificationActionForm;
|
|
27643
|
+
export type ClassificationActionFormUndo =
|
|
27644
|
+
io.flow.internal.v0.models.ClassificationActionFormUndo;
|
|
27540
27645
|
export type ClassificationDetails =
|
|
27541
27646
|
io.flow.internal.v0.models.ClassificationDetails;
|
|
27542
27647
|
export type ClassificationError =
|
|
@@ -27699,6 +27804,7 @@ export type Details = io.flow.internal.v0.models.Details;
|
|
|
27699
27804
|
export type Dhl = io.flow.internal.v0.models.Dhl;
|
|
27700
27805
|
export type DhlEcommerce = io.flow.internal.v0.models.DhlEcommerce;
|
|
27701
27806
|
export type Dict = io.flow.internal.v0.models.Dict;
|
|
27807
|
+
export type Discount = io.flow.internal.v0.models.Discount;
|
|
27702
27808
|
export type DiscountCode = io.flow.internal.v0.models.DiscountCode;
|
|
27703
27809
|
export type DiscountRequestForm =
|
|
27704
27810
|
io.flow.internal.v0.models.DiscountRequestForm;
|
|
@@ -28385,6 +28491,8 @@ export type ManualTransactionCategory =
|
|
|
28385
28491
|
io.flow.internal.v0.enums.ManualTransactionCategory;
|
|
28386
28492
|
export type ManualTransactionForm =
|
|
28387
28493
|
io.flow.internal.v0.models.ManualTransactionForm;
|
|
28494
|
+
export type ManualTransactionFormOrder =
|
|
28495
|
+
io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
28388
28496
|
export type MarketingGatewayAccountConnectionStatus =
|
|
28389
28497
|
io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
28390
28498
|
export type MarketingGatewayChannel =
|
|
@@ -28591,8 +28699,8 @@ export type OrganizationAccount =
|
|
|
28591
28699
|
io.flow.internal.v0.models.OrganizationAccount;
|
|
28592
28700
|
export type OrganizationAccountDeleted =
|
|
28593
28701
|
io.flow.internal.v0.models.OrganizationAccountDeleted;
|
|
28594
|
-
export type
|
|
28595
|
-
io.flow.internal.v0.models.
|
|
28702
|
+
export type OrganizationAccountUpsertedV2 =
|
|
28703
|
+
io.flow.internal.v0.models.OrganizationAccountUpsertedV2;
|
|
28596
28704
|
export type OrganizationBillingStatement =
|
|
28597
28705
|
io.flow.internal.v0.models.OrganizationBillingStatement;
|
|
28598
28706
|
export type OrganizationBooleanValue =
|
|
@@ -28639,12 +28747,22 @@ export type OrganizationRestrictionApprovalStatus =
|
|
|
28639
28747
|
io.flow.internal.v0.enums.OrganizationRestrictionApprovalStatus;
|
|
28640
28748
|
export type OrganizationRestrictionApprovalUpserted =
|
|
28641
28749
|
io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted;
|
|
28750
|
+
export type OrganizationRestrictionRiskLevel =
|
|
28751
|
+
io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
28752
|
+
export type OrganizationRestrictionScreeningDecisionForm =
|
|
28753
|
+
io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm;
|
|
28754
|
+
export type OrganizationRestrictionScreeningStatus =
|
|
28755
|
+
io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
28642
28756
|
export type OrganizationRestrictionSnapshot =
|
|
28643
28757
|
io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
28644
28758
|
export type OrganizationRestrictionSnapshotDeleted =
|
|
28645
28759
|
io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
28646
28760
|
export type OrganizationRestrictionSnapshotUpserted =
|
|
28647
28761
|
io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
28762
|
+
export type OrganizationRestrictionStatus =
|
|
28763
|
+
io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
28764
|
+
export type OrganizationRestrictionStatusUpserted =
|
|
28765
|
+
io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted;
|
|
28648
28766
|
export type OrganizationRestrictionSummary =
|
|
28649
28767
|
io.flow.internal.v0.models.OrganizationRestrictionSummary;
|
|
28650
28768
|
export type OrganizationSettings =
|
|
@@ -29151,6 +29269,8 @@ export type SimplifiedItemLabel =
|
|
|
29151
29269
|
io.flow.internal.v0.models.SimplifiedItemLabel;
|
|
29152
29270
|
export type SimplifiedTaxonomyCategory =
|
|
29153
29271
|
io.flow.internal.v0.models.SimplifiedTaxonomyCategory;
|
|
29272
|
+
export type SingleClassificationAction =
|
|
29273
|
+
io.flow.internal.v0.models.SingleClassificationAction;
|
|
29154
29274
|
export type SingleClassificationForm =
|
|
29155
29275
|
io.flow.internal.v0.models.SingleClassificationForm;
|
|
29156
29276
|
export type SnapchatPixel = io.flow.internal.v0.models.SnapchatPixel;
|
package/src/api.ts
CHANGED
|
@@ -2227,6 +2227,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2227
2227
|
| 'individual';
|
|
2228
2228
|
type ConsumerInvoiceDocumentType = 'pdf';
|
|
2229
2229
|
type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
|
|
2230
|
+
type CostEstimateSource = 'flow' | 'channel';
|
|
2230
2231
|
type CountryPickerSource = 'experience' | 'destination';
|
|
2231
2232
|
type CreditPaymentErrorCode =
|
|
2232
2233
|
| 'generic_error'
|
|
@@ -8635,6 +8636,7 @@ declare namespace io.flow.v0.models {
|
|
|
8635
8636
|
readonly parent_id?: string;
|
|
8636
8637
|
readonly defaults?: io.flow.v0.models.OrganizationDefaults;
|
|
8637
8638
|
readonly status?: io.flow.v0.enums.OrganizationStatus;
|
|
8639
|
+
readonly type?: io.flow.v0.enums.OrganizationType;
|
|
8638
8640
|
}
|
|
8639
8641
|
|
|
8640
8642
|
interface OrganizationPutForm {
|
|
@@ -10942,9 +10944,11 @@ declare namespace io.flow.v0.models {
|
|
|
10942
10944
|
interface ShippingLabel {
|
|
10943
10945
|
readonly id: string;
|
|
10944
10946
|
readonly hop?: io.flow.v0.models.ShippingLabelHopSummary;
|
|
10947
|
+
readonly reference_id?: string;
|
|
10945
10948
|
readonly attributes: Record<string, string>;
|
|
10946
10949
|
readonly carrier_tracking_number: string;
|
|
10947
10950
|
readonly carrier_tracking_number_url: string;
|
|
10951
|
+
readonly cost_estimate_source?: io.flow.v0.enums.CostEstimateSource;
|
|
10948
10952
|
readonly cost?: io.flow.v0.models.Price;
|
|
10949
10953
|
readonly destination: io.flow.v0.models.ShippingAddress;
|
|
10950
10954
|
readonly flow_tracking_number: string;
|
|
@@ -13337,6 +13341,7 @@ export type Contact = io.flow.v0.models.Contact;
|
|
|
13337
13341
|
export type Context = io.flow.v0.models.Context;
|
|
13338
13342
|
export type ContextForm = io.flow.v0.models.ContextForm;
|
|
13339
13343
|
export type ContextReference = io.flow.v0.models.ContextReference;
|
|
13344
|
+
export type CostEstimateSource = io.flow.v0.enums.CostEstimateSource;
|
|
13340
13345
|
export type Country = io.flow.v0.models.Country;
|
|
13341
13346
|
export type CountryAvailability = io.flow.v0.models.CountryAvailability;
|
|
13342
13347
|
export type CountryDefaults = io.flow.v0.models.CountryDefaults;
|