@flowio/api-types 0.0.261 → 0.0.262
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/generated/io.flow.billing.v0.billing.d.ts +10 -4
- package/generated/io.flow.channel.internal.v0.channel-internal.d.ts +2 -1
- package/generated/io.flow.channel.shopify.v0.channel-shopify.d.ts +28 -0
- package/generated/io.flow.common.v0.common.d.ts +2 -0
- package/generated/io.flow.consumer.invoice.v0.consumer-invoice.d.ts +242 -0
- package/generated/io.flow.internal.v0.api-internal.d.ts +365 -59
- package/generated/io.flow.label.v0.label.d.ts +1 -0
- package/generated/io.flow.merchant.onboarding.v0.merchant-onboarding.d.ts +89 -4
- package/generated/io.flow.organization.v0.organization.d.ts +28 -0
- package/generated/io.flow.payment.gateway.v0.payment-gateway.d.ts +1 -0
- package/generated/io.flow.ratecard.v0.ratecard.d.ts +39 -0
- package/generated/io.flow.restrictions.v0.restrictions.d.ts +40 -0
- package/generated/io.flow.sellability.v0.sellability.d.ts +59 -2
- package/generated/io.flow.shopify.markets.internal.v0.shopify-markets-internal.d.ts +8 -0
- package/generated/io.flow.shopify.markets.v0.shopify-markets.d.ts +1 -0
- package/generated/io.flow.v0.api.d.ts +303 -114
- package/index.d.ts +3 -1
- package/package.json +2 -2
- package/generated/io.flow.tech.onboarding.playground.v0.tech-onboarding-playground.d.ts +0 -157
|
@@ -27,6 +27,7 @@ declare namespace io.flow.v0.enums {
|
|
|
27
27
|
type ChangeType = 'insert' | 'update' | 'delete';
|
|
28
28
|
type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
|
|
29
29
|
type ChannelShopifyOrderStateReasonCode = 'placeholder_reason_code';
|
|
30
|
+
type CommercialInvoiceMode = 'direct' | 'indirect';
|
|
30
31
|
type ConsumerInvoiceCustomerType = 'business_eu_verified' | 'business_non_verified' | 'individual';
|
|
31
32
|
type ConsumerInvoiceDocumentType = 'pdf';
|
|
32
33
|
type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
|
|
@@ -54,7 +55,7 @@ declare namespace io.flow.v0.enums {
|
|
|
54
55
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
55
56
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
56
57
|
type Environment = 'sandbox' | 'production';
|
|
57
|
-
type EventType = 'test_upserted' | 'generate_load' | '
|
|
58
|
+
type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'tax_registration_upserted' | 'tax_registration_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'authorization_retry_upserted' | 'authorization_retry_deleted' | 'transfer_upserted' | 'transfer_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'product_inserted' | 'product_updated' | 'product_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'product_sellability_result_upserted' | 'product_sellability_result_deleted' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted' | 'tracking_label_event_upserted_v2';
|
|
58
59
|
type ExceptionType = 'open' | 'closed';
|
|
59
60
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
60
61
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -165,6 +166,7 @@ declare namespace io.flow.v0.enums {
|
|
|
165
166
|
type RefundStatus = 'pending' | 'succeeded' | 'failed' | 'canceled';
|
|
166
167
|
type RegionType = 'state' | 'province' | 'jurisdiction';
|
|
167
168
|
type RestrictedReviewStatus = 'in_review' | 'reviewed';
|
|
169
|
+
type RestrictionEnvironment = 'sandbox' | 'production' | 'qa';
|
|
168
170
|
type ReturnItemStatus = 'returnable' | 'non-returnable';
|
|
169
171
|
type ReturnPolicyState = 'current' | 'deleting' | 'updating';
|
|
170
172
|
type ReturnStatus = 'open' | 'refunded';
|
|
@@ -179,6 +181,9 @@ declare namespace io.flow.v0.enums {
|
|
|
179
181
|
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
180
182
|
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity' | 'external_service_unavailable';
|
|
181
183
|
type SellabilityRequestStatus = 'commit';
|
|
184
|
+
type SellabilityResultErrorCode = 'insufficient_details' | 'generic_error';
|
|
185
|
+
type SellabilityResultStatus = 'in_review' | 'succeeded' | 'failed';
|
|
186
|
+
type SellabilityScreeningMode = 'pre_onboarding' | 'default_on' | 'active';
|
|
182
187
|
type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
|
|
183
188
|
type ShipmentRecipient = 'customer' | 'return' | 'crossdock';
|
|
184
189
|
type ShippingConfigurationType = 'default' | 'variant';
|
|
@@ -187,7 +192,8 @@ declare namespace io.flow.v0.enums {
|
|
|
187
192
|
type ShopifyLocalizationMethod = 'api' | 'ssr';
|
|
188
193
|
type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
|
|
189
194
|
type SortDirection = 'ascending' | 'descending';
|
|
190
|
-
type StatementAttachmentType = 'csv';
|
|
195
|
+
type StatementAttachmentType = 'csv' | 'pdf';
|
|
196
|
+
type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
|
|
191
197
|
type StoredMethodUsageStep = 'initial' | 'subsequent';
|
|
192
198
|
type Strategy = 'range' | 'from' | 'to';
|
|
193
199
|
type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
|
|
@@ -195,7 +201,7 @@ declare namespace io.flow.v0.enums {
|
|
|
195
201
|
type SurchargeResponsibleParty = 'organization' | 'customer';
|
|
196
202
|
type TaxApplicability = 'none' | 'all';
|
|
197
203
|
type TaxDutyCalculatorValidationErrorCode = 'generic_error' | 'destination_country_not_defined' | 'destination_address_iso3166_unrecognized' | 'line_item_shipfrom_shipto_country_invalid' | 'line_item_ship_from_invalid' | 'line_item_currency_iso4217_unrecognized' | 'line_quantity_invalid' | 'line_item_quantity_invalid' | 'line_item_unit_price_precision_invalid' | 'line_item_unit_price_negative' | 'line_item_discount_amount_precision_invalid' | 'line_item_discount_amount_positive' | 'line_item_country_of_origin_iso3166_unrecognized' | 'line_item_hs_code_invalid' | 'line_item_duty_provider_invalid' | 'shipping_unit_price_precision_invalid' | 'shipping_unit_price_negative' | 'shipping_discount_amount_precision_invalid' | 'shipping_discount_amount_invalid' | 'merchant_of_record_invalid' | 'wrong_unit_specified';
|
|
198
|
-
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
204
|
+
type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'us_inbound_tax_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
|
|
199
205
|
type TaxJurisdictionType = 'country' | 'province';
|
|
200
206
|
type TaxReportType = 'consumer' | 'b2b';
|
|
201
207
|
type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
|
|
@@ -212,10 +218,10 @@ declare namespace io.flow.v0.enums {
|
|
|
212
218
|
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
213
219
|
type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
|
|
214
220
|
type TradeAgreementStatus = 'supported' | 'not_supported';
|
|
215
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee';
|
|
221
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund';
|
|
216
222
|
type TransferStatus = 'succeeded' | 'canceled';
|
|
217
223
|
type TransferType = 'payout_to_merchant' | 'disputed_amount_to_merchant' | 'duties_and_taxes_adjustment_to_merchant' | 'disputed_amount_from_merchant' | 'duties_and_taxes_adjustment_from_merchant' | 'refund_from_merchant';
|
|
218
|
-
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
224
|
+
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
|
|
219
225
|
type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction' | 'security' | 'eei_filing' | 'fixed_ddp' | 'fixed_currency_conversion' | 'prohibited_item' | 'undeliverable_shipment' | 'signature_required' | 'direct_delivery' | 'saturday_stop' | 'residential_extended_area_pickup' | 'package_level_detail' | 'pickup';
|
|
220
226
|
type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
|
|
221
227
|
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_foot' | 'cubic_millimeter' | 'cubic_centimeter' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
@@ -544,20 +550,6 @@ declare namespace io.flow.v0.models {
|
|
|
544
550
|
readonly 'fingerprint_token': string;
|
|
545
551
|
}
|
|
546
552
|
|
|
547
|
-
interface AldoItemDeleted {
|
|
548
|
-
readonly 'discriminator': 'aldo_item_deleted';
|
|
549
|
-
readonly 'event_id': string;
|
|
550
|
-
readonly 'timestamp': string;
|
|
551
|
-
readonly 'id': string;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
interface AldoItemUpserted {
|
|
555
|
-
readonly 'discriminator': 'aldo_item_upserted';
|
|
556
|
-
readonly 'event_id': string;
|
|
557
|
-
readonly 'timestamp': string;
|
|
558
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AldoItem;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
553
|
interface Allocation {
|
|
562
554
|
readonly 'order': io.flow.v0.models.AllocationOrderSummary;
|
|
563
555
|
readonly 'details': io.flow.v0.unions.AllocationDetail[];
|
|
@@ -682,34 +674,6 @@ declare namespace io.flow.v0.models {
|
|
|
682
674
|
readonly 'interval'?: io.flow.v0.enums.UnitOfTime;
|
|
683
675
|
}
|
|
684
676
|
|
|
685
|
-
interface AnirbanItemDeleted {
|
|
686
|
-
readonly 'discriminator': 'anirban_item_deleted';
|
|
687
|
-
readonly 'event_id': string;
|
|
688
|
-
readonly 'timestamp': string;
|
|
689
|
-
readonly 'id': string;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
interface AnirbanItemUpserted {
|
|
693
|
-
readonly 'discriminator': 'anirban_item_upserted';
|
|
694
|
-
readonly 'event_id': string;
|
|
695
|
-
readonly 'timestamp': string;
|
|
696
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AnirbanItem;
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
interface AnshItemDeleted {
|
|
700
|
-
readonly 'discriminator': 'ansh_item_deleted';
|
|
701
|
-
readonly 'event_id': string;
|
|
702
|
-
readonly 'timestamp': string;
|
|
703
|
-
readonly 'id': string;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
interface AnshItemUpserted {
|
|
707
|
-
readonly 'discriminator': 'ansh_item_upserted';
|
|
708
|
-
readonly 'event_id': string;
|
|
709
|
-
readonly 'timestamp': string;
|
|
710
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.AnshItem;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
677
|
interface ApplePayMerchantValidationPayload {
|
|
714
678
|
readonly 'discriminator': 'apple_pay_merchant_validation_payload';
|
|
715
679
|
readonly 'validation_url': string;
|
|
@@ -998,9 +962,12 @@ declare namespace io.flow.v0.models {
|
|
|
998
962
|
readonly 'invoice': io.flow.v0.models.B2BInvoiceReference;
|
|
999
963
|
readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
|
|
1000
964
|
readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
|
|
965
|
+
readonly 'tax'?: io.flow.v0.models.Money;
|
|
1001
966
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
1002
967
|
readonly 'attributes': Record<string, string>;
|
|
1003
968
|
readonly 'b2b_invoice_type': io.flow.v0.enums.B2BInvoiceType;
|
|
969
|
+
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
970
|
+
readonly 'order'?: io.flow.v0.models.ConsumerInvoiceOrderSummary;
|
|
1004
971
|
}
|
|
1005
972
|
|
|
1006
973
|
interface B2BCreditMemoDeleted {
|
|
@@ -1827,6 +1794,7 @@ declare namespace io.flow.v0.models {
|
|
|
1827
1794
|
readonly 'shopify_order_summary': io.flow.v0.models.ChannelShopifyOrderSummary;
|
|
1828
1795
|
readonly 'status': io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceStatus;
|
|
1829
1796
|
readonly 'reasons'?: io.flow.v0.models.ChannelShopifyOrderStateReason[];
|
|
1797
|
+
readonly 'external_order_summary'?: io.flow.v0.models.ExternalOrderSummary;
|
|
1830
1798
|
}
|
|
1831
1799
|
|
|
1832
1800
|
interface ChannelShopifyOrderStateDeleted {
|
|
@@ -2056,6 +2024,77 @@ declare namespace io.flow.v0.models {
|
|
|
2056
2024
|
readonly 'amount': io.flow.v0.models.Money;
|
|
2057
2025
|
}
|
|
2058
2026
|
|
|
2027
|
+
interface CommonMerchantApplication {
|
|
2028
|
+
readonly 'discriminator': 'common_merchant_application';
|
|
2029
|
+
readonly 'id': string;
|
|
2030
|
+
readonly 'organization_id': string;
|
|
2031
|
+
readonly 'organization_reference': io.flow.v0.models.OnboardingOrganizationReference;
|
|
2032
|
+
readonly 'status': io.flow.v0.enums.OnboardingApplicationStatus;
|
|
2033
|
+
readonly 'company'?: io.flow.v0.models.MerchantInfo;
|
|
2034
|
+
readonly 'indirect_tax'?: io.flow.v0.models.IndirectTax;
|
|
2035
|
+
readonly 'ultimate_beneficiary_owner'?: io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
2036
|
+
readonly 'business_url'?: string;
|
|
2037
|
+
readonly 'business_description'?: string;
|
|
2038
|
+
readonly 'business_address'?: io.flow.v0.models.Address;
|
|
2039
|
+
readonly 'refund_percentage'?: number;
|
|
2040
|
+
readonly 'chargeback_percentage'?: number;
|
|
2041
|
+
readonly 'beneficiary_details'?: io.flow.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
2042
|
+
readonly 'other_trade_sector'?: string;
|
|
2043
|
+
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
2044
|
+
readonly 'center_address'?: io.flow.v0.models.Address;
|
|
2045
|
+
readonly 'average_order_weight'?: number;
|
|
2046
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
2047
|
+
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
2048
|
+
readonly 'monthly_average'?: io.flow.v0.models.MonthlyAverage;
|
|
2049
|
+
readonly 'default_country_of_origin'?: string;
|
|
2050
|
+
readonly 'rate_card': string;
|
|
2051
|
+
readonly 'shop'?: io.flow.v0.models.Shop;
|
|
2052
|
+
readonly 'created_at': string;
|
|
2053
|
+
readonly 'last_year_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2054
|
+
readonly 'last_month_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2055
|
+
readonly 'average_order_value'?: io.flow.v0.models.Money;
|
|
2056
|
+
readonly 'mcc_codes'?: number[];
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
interface CommonMerchantApplicationForm {
|
|
2060
|
+
readonly 'discriminator': 'common_merchant_application_form';
|
|
2061
|
+
readonly 'company'?: io.flow.v0.models.MerchantInfo;
|
|
2062
|
+
readonly 'indirect_tax'?: io.flow.v0.models.IndirectTax;
|
|
2063
|
+
readonly 'ultimate_beneficiary_owner'?: io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
2064
|
+
readonly 'business_url'?: string;
|
|
2065
|
+
readonly 'business_description'?: string;
|
|
2066
|
+
readonly 'business_address'?: io.flow.v0.models.Address;
|
|
2067
|
+
readonly 'refund_percentage'?: number;
|
|
2068
|
+
readonly 'chargeback_percentage'?: number;
|
|
2069
|
+
readonly 'beneficiary_details'?: io.flow.v0.models.MerchantOnboardingBeneficiaryDetails;
|
|
2070
|
+
readonly 'other_trade_sector'?: string;
|
|
2071
|
+
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
2072
|
+
readonly 'center_address'?: io.flow.v0.models.Address;
|
|
2073
|
+
readonly 'average_order_weight'?: number;
|
|
2074
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
2075
|
+
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
2076
|
+
readonly 'monthly_average_volume_amount'?: number;
|
|
2077
|
+
readonly 'monthly_average_volume_currency'?: string;
|
|
2078
|
+
readonly 'monthly_average_number_transactions'?: number;
|
|
2079
|
+
readonly 'default_country_of_origin'?: string;
|
|
2080
|
+
readonly 'shop'?: io.flow.v0.models.Shop;
|
|
2081
|
+
readonly 'rate_card'?: string;
|
|
2082
|
+
readonly 'last_year_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2083
|
+
readonly 'last_month_xborder_gmv'?: io.flow.v0.models.Money;
|
|
2084
|
+
readonly 'average_order_value'?: io.flow.v0.models.Money;
|
|
2085
|
+
readonly 'mcc_codes'?: number[];
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
interface CommonMerchantApplicationPutForm {
|
|
2089
|
+
readonly 'discriminator': 'common_merchant_application_put_form';
|
|
2090
|
+
readonly 'status'?: io.flow.v0.enums.OnboardingApplicationStatus;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
interface CommonMerchantApplicationsSummary {
|
|
2094
|
+
readonly 'discriminator': 'common_merchant_applications_summary';
|
|
2095
|
+
readonly 'total': number;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2059
2098
|
interface Company {
|
|
2060
2099
|
readonly 'discriminator': 'company';
|
|
2061
2100
|
readonly 'legal_name': string;
|
|
@@ -2289,6 +2328,8 @@ declare namespace io.flow.v0.models {
|
|
|
2289
2328
|
readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
|
|
2290
2329
|
readonly 'attributes': Record<string, string>;
|
|
2291
2330
|
readonly 'tax_registration'?: io.flow.v0.models.TaxRegistration;
|
|
2331
|
+
readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
|
|
2332
|
+
readonly 'order'?: io.flow.v0.models.ConsumerInvoiceOrderSummary;
|
|
2292
2333
|
}
|
|
2293
2334
|
|
|
2294
2335
|
interface CreditMemoDeleted {
|
|
@@ -3075,6 +3116,7 @@ declare namespace io.flow.v0.models {
|
|
|
3075
3116
|
readonly 'amount': io.flow.v0.models.Money;
|
|
3076
3117
|
readonly 'origin_region'?: io.flow.v0.models.RatecardRegionReference;
|
|
3077
3118
|
readonly 'destination_region'?: io.flow.v0.models.RatecardRegionReference;
|
|
3119
|
+
readonly 'destination_regions'?: io.flow.v0.models.RatecardRegionReference[];
|
|
3078
3120
|
readonly 'interval_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
3079
3121
|
}
|
|
3080
3122
|
|
|
@@ -3413,6 +3455,11 @@ declare namespace io.flow.v0.models {
|
|
|
3413
3455
|
readonly 'type'?: io.flow.v0.enums.CardType;
|
|
3414
3456
|
}
|
|
3415
3457
|
|
|
3458
|
+
interface ExternalOrderSummary {
|
|
3459
|
+
readonly 'id': string;
|
|
3460
|
+
readonly 'edit_ids': string[];
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3416
3463
|
interface FeeDeduction {
|
|
3417
3464
|
readonly 'type': io.flow.v0.enums.FeeDeductionType;
|
|
3418
3465
|
readonly 'amount': number;
|
|
@@ -3715,7 +3762,7 @@ declare namespace io.flow.v0.models {
|
|
|
3715
3762
|
readonly 'discriminator': 'ge_catalog_item_ingestion_result';
|
|
3716
3763
|
readonly 'event_id': string;
|
|
3717
3764
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3718
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3765
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3719
3766
|
readonly 'timestamp': string;
|
|
3720
3767
|
readonly 'source': string;
|
|
3721
3768
|
readonly 'response': io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
@@ -3782,7 +3829,7 @@ declare namespace io.flow.v0.models {
|
|
|
3782
3829
|
readonly 'organization': string;
|
|
3783
3830
|
readonly 'event_id': string;
|
|
3784
3831
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3785
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3832
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3786
3833
|
readonly 'timestamp': string;
|
|
3787
3834
|
readonly 'id': string;
|
|
3788
3835
|
readonly 'operation': io.flow.v0.enums.ChangeType;
|
|
@@ -3793,7 +3840,7 @@ declare namespace io.flow.v0.models {
|
|
|
3793
3840
|
readonly 'organization': string;
|
|
3794
3841
|
readonly 'event_id': string;
|
|
3795
3842
|
readonly 'event_type': io.flow.v0.enums.GeEventType;
|
|
3796
|
-
readonly 'environment': io.flow.v0.enums.
|
|
3843
|
+
readonly 'environment': io.flow.v0.enums.RestrictionEnvironment;
|
|
3797
3844
|
readonly 'timestamp': string;
|
|
3798
3845
|
readonly 'operation': io.flow.v0.enums.ChangeType;
|
|
3799
3846
|
readonly 'ge_product_restriction_result': io.flow.v0.models.ProductRestrictionResult;
|
|
@@ -3991,20 +4038,6 @@ declare namespace io.flow.v0.models {
|
|
|
3991
4038
|
readonly 'hop_estimate': io.flow.v0.models.HopEstimateV2;
|
|
3992
4039
|
}
|
|
3993
4040
|
|
|
3994
|
-
interface HoseinItemDeleted {
|
|
3995
|
-
readonly 'discriminator': 'hosein_item_deleted';
|
|
3996
|
-
readonly 'event_id': string;
|
|
3997
|
-
readonly 'timestamp': string;
|
|
3998
|
-
readonly 'id': string;
|
|
3999
|
-
}
|
|
4000
|
-
|
|
4001
|
-
interface HoseinItemUpserted {
|
|
4002
|
-
readonly 'discriminator': 'hosein_item_upserted';
|
|
4003
|
-
readonly 'event_id': string;
|
|
4004
|
-
readonly 'timestamp': string;
|
|
4005
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.HoseinItem;
|
|
4006
|
-
}
|
|
4007
|
-
|
|
4008
4041
|
interface Hs10 {
|
|
4009
4042
|
readonly 'id': string;
|
|
4010
4043
|
readonly 'item': io.flow.v0.models.HarmonizedItemReference;
|
|
@@ -5046,6 +5079,7 @@ declare namespace io.flow.v0.models {
|
|
|
5046
5079
|
readonly 'region'?: io.flow.v0.enums.RegionType;
|
|
5047
5080
|
readonly 'region_value'?: string;
|
|
5048
5081
|
readonly 'category_code'?: string;
|
|
5082
|
+
readonly 'description'?: string;
|
|
5049
5083
|
}
|
|
5050
5084
|
|
|
5051
5085
|
interface MerchantOfRecordAuthorizationForm {
|
|
@@ -5081,6 +5115,8 @@ declare namespace io.flow.v0.models {
|
|
|
5081
5115
|
interface MerchantOfRecordEntityRegistration {
|
|
5082
5116
|
readonly 'number': string;
|
|
5083
5117
|
readonly 'country': string;
|
|
5118
|
+
readonly 'province_number'?: string;
|
|
5119
|
+
readonly 'province'?: string;
|
|
5084
5120
|
}
|
|
5085
5121
|
|
|
5086
5122
|
interface MerchantOfRecordPaymentForm {
|
|
@@ -5100,6 +5136,17 @@ declare namespace io.flow.v0.models {
|
|
|
5100
5136
|
readonly 'country'?: string;
|
|
5101
5137
|
}
|
|
5102
5138
|
|
|
5139
|
+
interface MerchantOnboardingBeneficiaryDetails {
|
|
5140
|
+
readonly 'name'?: string;
|
|
5141
|
+
readonly 'address'?: io.flow.v0.models.Address;
|
|
5142
|
+
readonly 'phone'?: string;
|
|
5143
|
+
readonly 'email'?: string;
|
|
5144
|
+
readonly 'bank_account_number'?: string;
|
|
5145
|
+
readonly 'bank_routing_number'?: string;
|
|
5146
|
+
readonly 'bank_name'?: string;
|
|
5147
|
+
readonly 'bank_address'?: io.flow.v0.models.Address;
|
|
5148
|
+
}
|
|
5149
|
+
|
|
5103
5150
|
interface MerchantRejected {
|
|
5104
5151
|
readonly 'discriminator': 'merchant_rejected';
|
|
5105
5152
|
readonly 'reason': io.flow.v0.enums.MerchantRejectedReason;
|
|
@@ -5150,20 +5197,6 @@ declare namespace io.flow.v0.models {
|
|
|
5150
5197
|
readonly 'require_msds'?: boolean;
|
|
5151
5198
|
}
|
|
5152
5199
|
|
|
5153
|
-
interface NiallItemDeleted {
|
|
5154
|
-
readonly 'discriminator': 'niall_item_deleted';
|
|
5155
|
-
readonly 'event_id': string;
|
|
5156
|
-
readonly 'timestamp': string;
|
|
5157
|
-
readonly 'id': string;
|
|
5158
|
-
}
|
|
5159
|
-
|
|
5160
|
-
interface NiallItemUpserted {
|
|
5161
|
-
readonly 'discriminator': 'niall_item_upserted';
|
|
5162
|
-
readonly 'event_id': string;
|
|
5163
|
-
readonly 'timestamp': string;
|
|
5164
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.NiallItem;
|
|
5165
|
-
}
|
|
5166
|
-
|
|
5167
5200
|
interface NotificationDeletedV2 {
|
|
5168
5201
|
readonly 'discriminator': 'notification_deleted_v2';
|
|
5169
5202
|
readonly 'event_id': string;
|
|
@@ -6026,6 +6059,22 @@ declare namespace io.flow.v0.models {
|
|
|
6026
6059
|
readonly 'environment': io.flow.v0.enums.Environment;
|
|
6027
6060
|
}
|
|
6028
6061
|
|
|
6062
|
+
interface OrganizationTaxRegistration {
|
|
6063
|
+
readonly 'id': string;
|
|
6064
|
+
readonly 'organization': io.flow.v0.models.OrganizationSummary;
|
|
6065
|
+
readonly 'address': io.flow.v0.models.BillingAddress;
|
|
6066
|
+
readonly 'registration': io.flow.v0.models.TaxRegistrationDetail;
|
|
6067
|
+
readonly 'self_billing_agreement': io.flow.v0.models.SelfBillingAgreement;
|
|
6068
|
+
}
|
|
6069
|
+
|
|
6070
|
+
interface OrganizationTaxRegistrationForm {
|
|
6071
|
+
readonly 'tax_number': string;
|
|
6072
|
+
readonly 'country': string;
|
|
6073
|
+
readonly 'province'?: string;
|
|
6074
|
+
readonly 'self_billing_agreement_effective_at': string;
|
|
6075
|
+
readonly 'self_billing_agreement_expires_at'?: string;
|
|
6076
|
+
}
|
|
6077
|
+
|
|
6029
6078
|
interface OrganizationToken {
|
|
6030
6079
|
readonly 'discriminator': 'organization_token';
|
|
6031
6080
|
readonly 'id': string;
|
|
@@ -6823,6 +6872,7 @@ declare namespace io.flow.v0.models {
|
|
|
6823
6872
|
readonly 'supported_actions': io.flow.v0.enums.PaymentActionType[];
|
|
6824
6873
|
readonly 'payment_capture_option'?: io.flow.v0.unions.PaymentCaptureOption;
|
|
6825
6874
|
readonly 'review'?: io.flow.v0.models.PaymentRequestReview;
|
|
6875
|
+
readonly 'client_secret'?: string;
|
|
6826
6876
|
}
|
|
6827
6877
|
|
|
6828
6878
|
interface PaymentRequestBilling {
|
|
@@ -7351,7 +7401,7 @@ declare namespace io.flow.v0.models {
|
|
|
7351
7401
|
readonly 'updated_by'?: string;
|
|
7352
7402
|
readonly 'product_restriction_id'?: string;
|
|
7353
7403
|
readonly 'hs_code'?: string;
|
|
7354
|
-
readonly 'restricted_regions_by_type'?: io.flow.v0.models.
|
|
7404
|
+
readonly 'restricted_regions_by_type'?: io.flow.v0.models.SellabilityRegionResult[];
|
|
7355
7405
|
readonly 'needs_action_attributes'?: io.flow.v0.models.NeedsActionAttributes[];
|
|
7356
7406
|
}
|
|
7357
7407
|
|
|
@@ -7377,10 +7427,11 @@ declare namespace io.flow.v0.models {
|
|
|
7377
7427
|
readonly 'product_id'?: string;
|
|
7378
7428
|
readonly 'request_id': string;
|
|
7379
7429
|
readonly 'hs6_code': string;
|
|
7380
|
-
readonly 'restricted_regions': io.flow.v0.models.
|
|
7430
|
+
readonly 'restricted_regions': io.flow.v0.models.SellabilityRegionResult[];
|
|
7381
7431
|
}
|
|
7382
7432
|
|
|
7383
7433
|
interface ProductSellabilityForm {
|
|
7434
|
+
readonly 'discriminator': 'product_sellability_form';
|
|
7384
7435
|
readonly 'shop_id': string;
|
|
7385
7436
|
readonly 'product_id'?: string;
|
|
7386
7437
|
readonly 'name': string;
|
|
@@ -7391,6 +7442,31 @@ declare namespace io.flow.v0.models {
|
|
|
7391
7442
|
readonly 'dry_run'?: boolean;
|
|
7392
7443
|
}
|
|
7393
7444
|
|
|
7445
|
+
interface ProductSellabilityResult {
|
|
7446
|
+
readonly 'merchant_id'?: string;
|
|
7447
|
+
readonly 'product_id': string;
|
|
7448
|
+
readonly 'restricted_regions': io.flow.v0.models.SellabilityRestrictedRegion[];
|
|
7449
|
+
readonly 'needs_action_attributes'?: io.flow.v0.models.SellabilityNeedsActionAttributes[];
|
|
7450
|
+
readonly 'request_id'?: string;
|
|
7451
|
+
readonly 'hs6_code'?: string;
|
|
7452
|
+
}
|
|
7453
|
+
|
|
7454
|
+
interface ProductSellabilityResultDeleted {
|
|
7455
|
+
readonly 'discriminator': 'product_sellability_result_deleted';
|
|
7456
|
+
readonly 'event_id': string;
|
|
7457
|
+
readonly 'timestamp': string;
|
|
7458
|
+
readonly 'organization': string;
|
|
7459
|
+
readonly 'id': string;
|
|
7460
|
+
}
|
|
7461
|
+
|
|
7462
|
+
interface ProductSellabilityResultUpserted {
|
|
7463
|
+
readonly 'discriminator': 'product_sellability_result_upserted';
|
|
7464
|
+
readonly 'event_id': string;
|
|
7465
|
+
readonly 'timestamp': string;
|
|
7466
|
+
readonly 'organization': string;
|
|
7467
|
+
readonly 'product_sellability_result': io.flow.v0.models.ProductSellabilityResult;
|
|
7468
|
+
}
|
|
7469
|
+
|
|
7394
7470
|
interface ProductTaxonomyCategory {
|
|
7395
7471
|
readonly 'name': string;
|
|
7396
7472
|
readonly 'full_name': string;
|
|
@@ -7640,6 +7716,7 @@ declare namespace io.flow.v0.models {
|
|
|
7640
7716
|
readonly 'center_id'?: string;
|
|
7641
7717
|
readonly 'taxes_owed'?: io.flow.v0.models.Money;
|
|
7642
7718
|
readonly 'duties_owed'?: io.flow.v0.models.Money;
|
|
7719
|
+
readonly 'commercial_invoice_mode'?: io.flow.v0.enums.CommercialInvoiceMode;
|
|
7643
7720
|
}
|
|
7644
7721
|
|
|
7645
7722
|
interface RatecardEstimateSummaryForm {
|
|
@@ -8264,20 +8341,6 @@ declare namespace io.flow.v0.models {
|
|
|
8264
8341
|
readonly 'reversal': io.flow.v0.models.Reversal;
|
|
8265
8342
|
}
|
|
8266
8343
|
|
|
8267
|
-
interface RohanItemDeleted {
|
|
8268
|
-
readonly 'discriminator': 'rohan_item_deleted';
|
|
8269
|
-
readonly 'event_id': string;
|
|
8270
|
-
readonly 'timestamp': string;
|
|
8271
|
-
readonly 'id': string;
|
|
8272
|
-
}
|
|
8273
|
-
|
|
8274
|
-
interface RohanItemUpserted {
|
|
8275
|
-
readonly 'discriminator': 'rohan_item_upserted';
|
|
8276
|
-
readonly 'event_id': string;
|
|
8277
|
-
readonly 'timestamp': string;
|
|
8278
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.RohanItem;
|
|
8279
|
-
}
|
|
8280
|
-
|
|
8281
8344
|
interface Romanization {
|
|
8282
8345
|
readonly 'address'?: io.flow.v0.models.Address;
|
|
8283
8346
|
readonly 'contact'?: io.flow.v0.models.Contact;
|
|
@@ -8301,20 +8364,6 @@ declare namespace io.flow.v0.models {
|
|
|
8301
8364
|
readonly 'roles': io.flow.v0.enums.FlowRole[];
|
|
8302
8365
|
}
|
|
8303
8366
|
|
|
8304
|
-
interface SarveshItemDeleted {
|
|
8305
|
-
readonly 'discriminator': 'sarvesh_item_deleted';
|
|
8306
|
-
readonly 'event_id': string;
|
|
8307
|
-
readonly 'timestamp': string;
|
|
8308
|
-
readonly 'id': string;
|
|
8309
|
-
}
|
|
8310
|
-
|
|
8311
|
-
interface SarveshItemUpserted {
|
|
8312
|
-
readonly 'discriminator': 'sarvesh_item_upserted';
|
|
8313
|
-
readonly 'event_id': string;
|
|
8314
|
-
readonly 'timestamp': string;
|
|
8315
|
-
readonly 'item': io.flow.tech.onboarding.playground.v0.models.SarveshItem;
|
|
8316
|
-
}
|
|
8317
|
-
|
|
8318
8367
|
interface Schedule {
|
|
8319
8368
|
readonly 'calendar'?: io.flow.v0.enums.Calendar;
|
|
8320
8369
|
readonly 'holiday': io.flow.v0.enums.HolidayCalendar;
|
|
@@ -8366,12 +8415,61 @@ declare namespace io.flow.v0.models {
|
|
|
8366
8415
|
readonly 'issuer_options': io.flow.v0.models.IssuerReference[];
|
|
8367
8416
|
}
|
|
8368
8417
|
|
|
8418
|
+
interface SelfBillingAgreement {
|
|
8419
|
+
readonly 'effective_at': string;
|
|
8420
|
+
readonly 'expires_at': string;
|
|
8421
|
+
}
|
|
8422
|
+
|
|
8369
8423
|
interface SellabilityError {
|
|
8370
8424
|
readonly 'discriminator': 'sellability_error';
|
|
8371
8425
|
readonly 'code': io.flow.v0.enums.SellabilityErrorCode;
|
|
8372
8426
|
readonly 'messages': string[];
|
|
8373
8427
|
}
|
|
8374
8428
|
|
|
8429
|
+
interface SellabilityNeedsActionAttributes {
|
|
8430
|
+
readonly 'reason_code': string;
|
|
8431
|
+
readonly 'category_metafield_handles': string[];
|
|
8432
|
+
readonly 'require_msds'?: boolean;
|
|
8433
|
+
}
|
|
8434
|
+
|
|
8435
|
+
interface SellabilityRegionResult {
|
|
8436
|
+
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8437
|
+
readonly 'regions': string[];
|
|
8438
|
+
}
|
|
8439
|
+
|
|
8440
|
+
interface SellabilityRegionWithReasons {
|
|
8441
|
+
readonly 'region': string;
|
|
8442
|
+
readonly 'reasons': string[];
|
|
8443
|
+
}
|
|
8444
|
+
|
|
8445
|
+
interface SellabilityRestrictedRegion {
|
|
8446
|
+
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8447
|
+
readonly 'regions_with_reasons': io.flow.v0.models.SellabilityRegionWithReasons[];
|
|
8448
|
+
}
|
|
8449
|
+
|
|
8450
|
+
interface SellabilityScreening {
|
|
8451
|
+
readonly 'discriminator': 'sellability_screening';
|
|
8452
|
+
readonly 'sellability_result'?: io.flow.v0.models.ProductSellabilityResult;
|
|
8453
|
+
readonly 'request_id': string;
|
|
8454
|
+
readonly 'status': io.flow.v0.enums.SellabilityResultStatus;
|
|
8455
|
+
readonly 'error_code'?: io.flow.v0.enums.SellabilityResultErrorCode;
|
|
8456
|
+
readonly 'error_message'?: string;
|
|
8457
|
+
}
|
|
8458
|
+
|
|
8459
|
+
interface SellabilityScreeningForm {
|
|
8460
|
+
readonly 'discriminator': 'sellability_screening_form';
|
|
8461
|
+
readonly 'merchant_id': string;
|
|
8462
|
+
readonly 'product_id': string;
|
|
8463
|
+
readonly 'name': string;
|
|
8464
|
+
readonly 'price': io.flow.v0.models.Money;
|
|
8465
|
+
readonly 'description': string;
|
|
8466
|
+
readonly 'taxonomy_category': io.flow.v0.models.ProductTaxonomyCategory;
|
|
8467
|
+
readonly 'mode': io.flow.v0.enums.SellabilityScreeningMode;
|
|
8468
|
+
readonly 'catalog_size'?: number;
|
|
8469
|
+
readonly 'relative_ranking'?: number;
|
|
8470
|
+
readonly 'dry_run'?: boolean;
|
|
8471
|
+
}
|
|
8472
|
+
|
|
8375
8473
|
interface SellablilityRegionResult {
|
|
8376
8474
|
readonly 'type': io.flow.v0.enums.RuleEffectType;
|
|
8377
8475
|
readonly 'regions': string[];
|
|
@@ -8782,6 +8880,43 @@ declare namespace io.flow.v0.models {
|
|
|
8782
8880
|
readonly 'shipping_notification': io.flow.v0.models.ShippingNotification;
|
|
8783
8881
|
}
|
|
8784
8882
|
|
|
8883
|
+
interface ShippingRateEstimate {
|
|
8884
|
+
readonly 'origin_address': io.flow.v0.models.Address;
|
|
8885
|
+
readonly 'destination_address': io.flow.v0.models.Address;
|
|
8886
|
+
readonly 'shipping_date_time': string;
|
|
8887
|
+
readonly 'services': string[];
|
|
8888
|
+
readonly 'available': io.flow.v0.models.ShippingRateEstimateAvailable[];
|
|
8889
|
+
readonly 'unavailable'?: io.flow.v0.models.ShippingRateEstimateUnavailable[];
|
|
8890
|
+
}
|
|
8891
|
+
|
|
8892
|
+
interface ShippingRateEstimateAvailable {
|
|
8893
|
+
readonly 'service': io.flow.v0.models.RatecardServiceSummary;
|
|
8894
|
+
readonly 'delivered_duty': io.flow.v0.enums.DeliveredDuty;
|
|
8895
|
+
readonly 'shipment_window': io.flow.v0.models.ShipmentWindow;
|
|
8896
|
+
readonly 'total_amount': io.flow.v0.models.Money;
|
|
8897
|
+
readonly 'base_amount': io.flow.v0.models.Money;
|
|
8898
|
+
readonly 'fees': io.flow.v0.unions.RatecardFee[];
|
|
8899
|
+
readonly 'dimensional_weight'?: io.flow.v0.models.Measurement;
|
|
8900
|
+
readonly 'gravitational_weight'?: io.flow.v0.models.Measurement;
|
|
8901
|
+
readonly 'weight_break'?: number;
|
|
8902
|
+
}
|
|
8903
|
+
|
|
8904
|
+
interface ShippingRateEstimateRequest {
|
|
8905
|
+
readonly 'origin_address': io.flow.v0.models.Address;
|
|
8906
|
+
readonly 'destination_address': io.flow.v0.models.Address;
|
|
8907
|
+
readonly 'package_dimensions': io.flow.v0.models.Dimension;
|
|
8908
|
+
readonly 'shipping_date_time': string;
|
|
8909
|
+
readonly 'delivered_duty'?: io.flow.v0.enums.DeliveredDuty;
|
|
8910
|
+
readonly 'duties_owed'?: io.flow.v0.models.Money;
|
|
8911
|
+
readonly 'taxes_owed'?: io.flow.v0.models.Money;
|
|
8912
|
+
readonly 'line_items'?: io.flow.v0.models.LineItemForm[];
|
|
8913
|
+
}
|
|
8914
|
+
|
|
8915
|
+
interface ShippingRateEstimateUnavailable {
|
|
8916
|
+
readonly 'service': string;
|
|
8917
|
+
readonly 'reason': string;
|
|
8918
|
+
}
|
|
8919
|
+
|
|
8785
8920
|
interface Shop {
|
|
8786
8921
|
readonly 'name': string;
|
|
8787
8922
|
readonly 'id': string;
|
|
@@ -8994,6 +9129,7 @@ declare namespace io.flow.v0.models {
|
|
|
8994
9129
|
readonly 'third_party_logistics_partners'?: io.flow.v0.models.ThirdPartyLogisticsPartner[];
|
|
8995
9130
|
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
8996
9131
|
readonly 'average_order_weight'?: number;
|
|
9132
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
8997
9133
|
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
8998
9134
|
readonly 'monthly_average'?: io.flow.v0.models.MonthlyAverage;
|
|
8999
9135
|
readonly 'default_country_of_origin'?: string;
|
|
@@ -9027,6 +9163,7 @@ declare namespace io.flow.v0.models {
|
|
|
9027
9163
|
readonly 'third_party_logistics_partners'?: io.flow.v0.models.ThirdPartyLogisticsPartner[];
|
|
9028
9164
|
readonly 'center_contact'?: io.flow.v0.models.OperationsContact;
|
|
9029
9165
|
readonly 'average_order_weight'?: number;
|
|
9166
|
+
readonly 'average_order_weight_unit'?: io.flow.v0.enums.UnitOfMeasurement;
|
|
9030
9167
|
readonly 'package_dimensions'?: io.flow.v0.models.Dimension[];
|
|
9031
9168
|
readonly 'monthly_average_volume_amount'?: number;
|
|
9032
9169
|
readonly 'monthly_average_volume_currency'?: string;
|
|
@@ -9170,6 +9307,11 @@ declare namespace io.flow.v0.models {
|
|
|
9170
9307
|
readonly 'statement': io.flow.v0.models.Statement;
|
|
9171
9308
|
}
|
|
9172
9309
|
|
|
9310
|
+
interface StatementStatusForm {
|
|
9311
|
+
readonly 'code': io.flow.v0.enums.StatementStatusCode;
|
|
9312
|
+
readonly 'failure_reason'?: io.flow.v0.enums.PayoutStatusFailureCode;
|
|
9313
|
+
}
|
|
9314
|
+
|
|
9173
9315
|
interface StatementUpserted {
|
|
9174
9316
|
readonly 'discriminator': 'statement_upserted';
|
|
9175
9317
|
readonly 'event_id': string;
|
|
@@ -9447,11 +9589,34 @@ declare namespace io.flow.v0.models {
|
|
|
9447
9589
|
readonly 'company_name'?: string;
|
|
9448
9590
|
}
|
|
9449
9591
|
|
|
9592
|
+
interface TaxRegistrationDeleted {
|
|
9593
|
+
readonly 'discriminator': 'tax_registration_deleted';
|
|
9594
|
+
readonly 'event_id': string;
|
|
9595
|
+
readonly 'timestamp': string;
|
|
9596
|
+
readonly 'organization': string;
|
|
9597
|
+
readonly 'id': string;
|
|
9598
|
+
}
|
|
9599
|
+
|
|
9600
|
+
interface TaxRegistrationDetail {
|
|
9601
|
+
readonly 'tax_number': string;
|
|
9602
|
+
readonly 'country': string;
|
|
9603
|
+
readonly 'tax_code': string;
|
|
9604
|
+
readonly 'province'?: string;
|
|
9605
|
+
}
|
|
9606
|
+
|
|
9450
9607
|
interface TaxRegistrationForm {
|
|
9451
9608
|
readonly 'number': string;
|
|
9452
9609
|
readonly 'company_name'?: string;
|
|
9453
9610
|
}
|
|
9454
9611
|
|
|
9612
|
+
interface TaxRegistrationUpserted {
|
|
9613
|
+
readonly 'discriminator': 'tax_registration_upserted';
|
|
9614
|
+
readonly 'event_id': string;
|
|
9615
|
+
readonly 'timestamp': string;
|
|
9616
|
+
readonly 'organization': string;
|
|
9617
|
+
readonly 'tax_registration': io.flow.v0.models.OrganizationTaxRegistration;
|
|
9618
|
+
}
|
|
9619
|
+
|
|
9455
9620
|
interface TaxReport {
|
|
9456
9621
|
readonly 'schedule': io.flow.v0.unions.RepeatSchedule;
|
|
9457
9622
|
readonly 'timezone': string;
|
|
@@ -9730,6 +9895,29 @@ declare namespace io.flow.v0.models {
|
|
|
9730
9895
|
readonly 'order_number'?: string;
|
|
9731
9896
|
}
|
|
9732
9897
|
|
|
9898
|
+
interface TrackingLabelEventUpsertedV2 {
|
|
9899
|
+
readonly 'discriminator': 'tracking_label_event_upserted_v2';
|
|
9900
|
+
readonly 'event_id': string;
|
|
9901
|
+
readonly 'timestamp': string;
|
|
9902
|
+
readonly 'organization': string;
|
|
9903
|
+
readonly 'tracking_label_event': io.flow.v0.models.TrackingLabelEventV2;
|
|
9904
|
+
}
|
|
9905
|
+
|
|
9906
|
+
interface TrackingLabelEventV2 {
|
|
9907
|
+
readonly 'id': string;
|
|
9908
|
+
readonly 'carrier_id': string;
|
|
9909
|
+
readonly 'carrier_tracking_number': string;
|
|
9910
|
+
readonly 'carrier_tracking_url'?: string;
|
|
9911
|
+
readonly 'label_id': string;
|
|
9912
|
+
readonly 'order_number'?: string;
|
|
9913
|
+
readonly 'status': io.flow.v0.enums.TrackingStatus;
|
|
9914
|
+
readonly 'substatus'?: io.flow.v0.enums.SubstatusCode;
|
|
9915
|
+
readonly 'carrier_timestamp': string;
|
|
9916
|
+
readonly 'description'?: string;
|
|
9917
|
+
readonly 'delivery_estimate'?: string;
|
|
9918
|
+
readonly 'address'?: io.flow.v0.models.Address;
|
|
9919
|
+
}
|
|
9920
|
+
|
|
9733
9921
|
interface TrackingLabelForm {
|
|
9734
9922
|
readonly 'tracking_id': string;
|
|
9735
9923
|
readonly 'status': io.flow.v0.enums.TrackingStatus;
|
|
@@ -10307,7 +10495,7 @@ declare namespace io.flow.v0.unions {
|
|
|
10307
10495
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
10308
10496
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
10309
10497
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
10310
|
-
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.
|
|
10498
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.TaxRegistrationUpserted | io.flow.v0.models.TaxRegistrationDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.AuthorizationRetryUpserted | io.flow.v0.models.AuthorizationRetryDeleted | io.flow.v0.models.TransferUpserted | io.flow.v0.models.TransferDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.ProductInserted | io.flow.v0.models.ProductUpdated | io.flow.v0.models.ProductDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ProductSellabilityResultUpserted | io.flow.v0.models.ProductSellabilityResultDeleted | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted | io.flow.v0.models.TrackingLabelEventUpsertedV2);
|
|
10311
10499
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
|
|
10312
10500
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
10313
10501
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -10331,10 +10519,10 @@ declare namespace io.flow.v0.unions {
|
|
|
10331
10519
|
type LabelSurchargeDetail = (io.flow.v0.models.LabelSurchargeDetailFlat | io.flow.v0.models.LabelSurchargeDetailPercentage | io.flow.v0.models.LabelSurchargeDetailPerWeightUnit);
|
|
10332
10520
|
type LocalizedPrice = (io.flow.v0.models.LocalizedItemPrice | io.flow.v0.models.LocalizedItemVat | io.flow.v0.models.LocalizedItemDuty | io.flow.v0.models.LocalizedTotal);
|
|
10333
10521
|
type LogoImage = (io.flow.v0.models.LogoImageSvg | io.flow.v0.models.LogoImageSetStatic);
|
|
10334
|
-
type MerchantApplication = (io.flow.v0.models.ShopifyMerchantApplication);
|
|
10335
|
-
type MerchantApplicationForm = (io.flow.v0.models.ShopifyMerchantApplicationForm);
|
|
10336
|
-
type MerchantApplicationPutForm = (io.flow.v0.models.ShopifyMerchantApplicationPutForm);
|
|
10337
|
-
type MerchantApplicationsSummary = (io.flow.v0.models.ShopifyMerchantApplicationsSummary);
|
|
10522
|
+
type MerchantApplication = (io.flow.v0.models.ShopifyMerchantApplication | io.flow.v0.models.CommonMerchantApplication);
|
|
10523
|
+
type MerchantApplicationForm = (io.flow.v0.models.ShopifyMerchantApplicationForm | io.flow.v0.models.CommonMerchantApplicationForm);
|
|
10524
|
+
type MerchantApplicationPutForm = (io.flow.v0.models.ShopifyMerchantApplicationPutForm | io.flow.v0.models.CommonMerchantApplicationPutForm);
|
|
10525
|
+
type MerchantApplicationsSummary = (io.flow.v0.models.ShopifyMerchantApplicationsSummary | io.flow.v0.models.CommonMerchantApplicationsSummary);
|
|
10338
10526
|
type OnboardingState = (io.flow.v0.models.InComplianceReview | io.flow.v0.models.SetupInProgress | io.flow.v0.models.MerchantRejected | io.flow.v0.models.SetupBlocked | io.flow.v0.models.SetupCompleted | io.flow.v0.models.MerchantActivated | io.flow.v0.models.MerchantDeactivated | io.flow.v0.models.MerchantDisabled);
|
|
10339
10527
|
type OnlineAuthorizationDetails = (io.flow.v0.models.CryptopayAuthorizationDetails | io.flow.v0.models.PaypalAuthorizationDetails | io.flow.v0.models.RedirectAuthorizationDetails | io.flow.v0.models.InlineAuthorizationDetails);
|
|
10340
10528
|
type OrderInformation = (io.flow.v0.models.OrderInformationFlow | io.flow.v0.models.OrderInformationDetails);
|
|
@@ -10378,7 +10566,8 @@ declare namespace io.flow.v0.unions {
|
|
|
10378
10566
|
type RepeatSchedule = (io.flow.v0.models.RepeatHourly | io.flow.v0.models.RepeatDaily | io.flow.v0.models.RepeatWeekly | io.flow.v0.models.RepeatMonthly);
|
|
10379
10567
|
type ReturnSource = (io.flow.v0.models.ReturnSourceFlow | io.flow.v0.models.ReturnSourceExternalVendor);
|
|
10380
10568
|
type SdkAdyenV3AuthenticationToken = (io.flow.v0.models.AdyenV3FingerprintToken | io.flow.v0.models.AdyenV3ChallengeToken);
|
|
10381
|
-
type
|
|
10569
|
+
type SellabilityRequest = (io.flow.v0.models.ProductSellabilityForm | io.flow.v0.models.SellabilityScreeningForm);
|
|
10570
|
+
type SellabilityResponse = (io.flow.v0.models.ProductSellability | io.flow.v0.models.SellabilityError | io.flow.v0.models.SellabilityScreening);
|
|
10382
10571
|
type ServiceDescription = (io.flow.v0.models.ServiceSummary | io.flow.v0.models.ServiceUnknown);
|
|
10383
10572
|
type ServiceFee = (io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee | io.flow.v0.models.OversizePieceSurchargeServiceFee | io.flow.v0.models.OverweightPieceSurchargeServiceFee | io.flow.v0.models.RemoteAreaByWeightServiceFee | io.flow.v0.models.AdditionalHandlingServiceFee | io.flow.v0.models.LargePackageServiceFee | io.flow.v0.models.SecurityServiceFee | io.flow.v0.models.FixedDdpServiceFee | io.flow.v0.models.FixedCurrencyConversionServiceFee | io.flow.v0.models.EeiFilingServiceFee);
|
|
10384
10573
|
type Session = (io.flow.v0.models.OrganizationSession);
|