@flowio/api-internal-prop-types 9.24.80 → 9.24.81

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.
@@ -12939,12 +12939,11 @@ declare namespace io.flow.billing.internal.v0.enums {
12939
12939
  type FeesSource = 'settings' | 'authorization_bundle';
12940
12940
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
12941
12941
  type MainTransactionStatus = 'scheduled' | 'pending_proof';
12942
- type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee';
12942
+ type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
12943
12943
  type OrderCancellationInitiatedBy = 'flow' | 'organization';
12944
12944
  type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
12945
12945
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
12946
12946
  type ProcessingTransactionType = 'adjustment' | 'reversal' | 'capture' | 'refund' | 'fully_subsidized_order' | 'credit_payment';
12947
- type QueuedRecordType = 'capture' | 'channel_transaction' | 'consumer_invoice' | 'fulfillment_in_transit' | 'fulfillment_shipping_notification' | 'fulfillment_external' | 'fulfillment_order_combined_shipment' | 'fulfillment_order_time' | 'return_refund' | 'label_tracking_summary' | 'label_invoice_request' | 'carrier_charge' | 'carrier_charge_file' | 'order' | 'order_identifier' | 'organization_onboarding_state' | 'posting_proof' | 'refund' | 'refund_over_capture' | 'sales_record' | 'refund_record' | 'statement_batch' | 'statement_email' | 'statement_summary_email' | 'pending_payout_transaction_event' | 'credit_and_subsidy' | 'negative_balance_guarantee';
12948
12947
  type ResponsibleParty = 'flow' | 'organization';
12949
12948
  type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
12950
12949
  type SubscriptionFrequency = 'yearly' | 'monthly';
@@ -16089,6 +16088,7 @@ declare namespace io.flow.internal.v0.enums {
16089
16088
  type CheckoutSubmitErrorCode = 'balance_not_zero' | 'address_book_contact_invalid' | 'address_book_contact_not_found' | 'address_city_invalid' | 'address_city_required' | 'address_country_invalid' | 'address_country_required' | 'address_line_number_invalid' | 'address_postal_invalid' | 'address_postal_required' | 'address_province_invalid' | 'address_province_required' | 'address_street1_invalid' | 'address_street1_required' | 'address_street2_invalid' | 'address_street2_required' | 'address_streets_must_be_unique' | 'authorization_amount_exceeds_balance' | 'authorization_form_not_supported' | 'authorization_invalid_amount' | 'authorization_invalid_currency' | 'authorization_not_found' | 'checkout_not_found' | 'checkout_requires_at_least_one_line' | 'contact_email_invalid' | 'contact_email_required' | 'contact_phone_invalid' | 'contact_phone_required' | 'country_not_supported' | 'currency_invalid' | 'delivery_not_found' | 'delivery_option_not_found' | 'delivery_option_not_supported' | 'delivery_option_required' | 'first_name_invalid' | 'first_name_required' | 'gift_card_insufficient_funds' | 'gift_card_invalid_number' | 'gift_card_not_supported' | 'invalid_prediction' | 'language_invalid' | 'last_name_invalid' | 'last_name_required' | 'line_item_number_invalid' | 'line_item_number_not_available' | 'line_not_found' | 'line_quantity_invalid' | 'line_value_threshold_exceeded' | 'locale_invalid' | 'name_missing_first_or_last' | 'name_required' | 'national_id_number_invalid' | 'no_customer' | 'no_valid_address_book_contacts' | 'optin_prompt_consent_required' | 'optin_prompt_invalid_value' | 'optin_prompt_not_found' | 'order_balance_not_available' | 'order_identifier_invalid' | 'payment_failed' | 'payment_not_found' | 'payment_source_confirmation_required' | 'payment_source_failed' | 'payment_source_not_found' | 'payment_type_does_not_support_delete' | 'promotion_code_does_not_meet_requirements' | 'promotion_code_expired' | 'promotion_code_invalid' | 'promotion_code_not_supported' | 'promotion_code_order_item_not_available';
16090
16089
  type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
16091
16090
  type ClassificationErrorCode = 'generic_error';
16091
+ type ColmItemType = 'physical' | 'digital';
16092
16092
  type ComplianceType = 'weee';
16093
16093
  type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
16094
16094
  type ContentStatus = 'draft' | 'live' | 'archived';
@@ -16157,7 +16157,7 @@ declare namespace io.flow.internal.v0.enums {
16157
16157
  type LogisticsResponsibility = 'organization' | 'flow';
16158
16158
  type MainTransactionStatus = 'scheduled' | 'pending_proof';
16159
16159
  type ManualReviewRuleStatus = 'active' | 'archived';
16160
- type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee';
16160
+ type ManualTransactionCategory = 'cancelled_order_refund' | 'channel_partner_initiated' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'partial_refund' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure';
16161
16161
  type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
16162
16162
  type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
16163
16163
  type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
@@ -16208,7 +16208,6 @@ declare namespace io.flow.internal.v0.enums {
16208
16208
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
16209
16209
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
16210
16210
  type PromptTarget = 'browse' | 'checkout';
16211
- type QueuedRecordType = 'capture' | 'channel_transaction' | 'consumer_invoice' | 'fulfillment_in_transit' | 'fulfillment_shipping_notification' | 'fulfillment_external' | 'fulfillment_order_combined_shipment' | 'fulfillment_order_time' | 'return_refund' | 'label_tracking_summary' | 'label_invoice_request' | 'carrier_charge' | 'carrier_charge_file' | 'order' | 'order_identifier' | 'organization_onboarding_state' | 'posting_proof' | 'refund' | 'refund_over_capture' | 'sales_record' | 'refund_record' | 'statement_batch' | 'statement_email' | 'statement_summary_email' | 'pending_payout_transaction_event' | 'credit_and_subsidy' | 'negative_balance_guarantee';
16212
16211
  type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
16213
16212
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
16214
16213
  type RateSource = 'calculated' | 'market';
@@ -16244,6 +16243,7 @@ declare namespace io.flow.internal.v0.enums {
16244
16243
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
16245
16244
  type ShopifyPromotionStatus = 'active' | 'inactive';
16246
16245
  type ShopifyService = 'payment' | 'duty_tax_calculator';
16246
+ type ShrutiDemoType = 'digital' | 'physical';
16247
16247
  type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
16248
16248
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
16249
16249
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
@@ -16254,6 +16254,7 @@ declare namespace io.flow.internal.v0.enums {
16254
16254
  type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
16255
16255
  type SubscriptionFrequency = 'yearly' | 'monthly';
16256
16256
  type SuggestionAction = 'accept' | 'validate' | 'review';
16257
+ type SvitlanaType = 'physical' | 'digital';
16257
16258
  type TariffEligibilityType = 'rex';
16258
16259
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
16259
16260
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
@@ -20545,6 +20546,23 @@ declare namespace io.flow.internal.v0.models {
20545
20546
  readonly 'classified_by': string;
20546
20547
  }
20547
20548
 
20549
+ interface ColmItem {
20550
+ readonly 'id': string;
20551
+ readonly 'number': string;
20552
+ readonly 'amount': io.flow.common.v0.models.Price;
20553
+ readonly 'description'?: string;
20554
+ readonly 'type': io.flow.internal.v0.enums.ColmItemType;
20555
+ readonly 'added_on': string;
20556
+ }
20557
+
20558
+ interface ColmItemForm {
20559
+ readonly 'number': string;
20560
+ readonly 'amount': io.flow.common.v0.models.Price;
20561
+ readonly 'description'?: string;
20562
+ readonly 'type': io.flow.internal.v0.enums.ColmItemType;
20563
+ readonly 'added_on': string;
20564
+ }
20565
+
20548
20566
  interface CommercialInvoiceComparison {
20549
20567
  readonly 'urls': string[];
20550
20568
  }
@@ -26717,8 +26735,6 @@ declare namespace io.flow.internal.v0.models {
26717
26735
  readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
26718
26736
  readonly 'matching_positive_keywords': string[];
26719
26737
  readonly 'matching_negative_keywords': string[];
26720
- readonly 'positive_search_matches'?: string[];
26721
- readonly 'negative_search_matches'?: string[];
26722
26738
  readonly 'updated_by_user_id': string;
26723
26739
  }
26724
26740
 
@@ -27579,8 +27595,6 @@ declare namespace io.flow.internal.v0.models {
27579
27595
  interface RestrictionKeywords {
27580
27596
  readonly 'positive_keywords': string[];
27581
27597
  readonly 'negative_keywords': string[];
27582
- readonly 'positive_search_matches': string[];
27583
- readonly 'negative_search_matches': string[];
27584
27598
  }
27585
27599
 
27586
27600
  interface RestrictionOrganization {
@@ -27669,8 +27683,6 @@ declare namespace io.flow.internal.v0.models {
27669
27683
  readonly 'accepted_rules'?: string[];
27670
27684
  readonly 'positive_keywords'?: string[];
27671
27685
  readonly 'negative_keywords'?: string[];
27672
- readonly 'positive_search_matches'?: string[];
27673
- readonly 'negative_search_matches'?: string[];
27674
27686
  readonly 'user_ids'?: string[];
27675
27687
  readonly 'categories'?: string[];
27676
27688
  readonly 'product_name_query'?: string;
@@ -28178,11 +28190,12 @@ declare namespace io.flow.internal.v0.models {
28178
28190
  readonly 'shopify_markets_order': io.flow.internal.v0.models.ShopifyMarketsOrder;
28179
28191
  }
28180
28192
 
28181
- interface ShopifyMarketsOrderVersion {
28193
+ interface ShopifyMarketsOrderVersionWithShopId {
28182
28194
  readonly 'id': string;
28183
28195
  readonly 'timestamp': string;
28184
28196
  readonly 'type': io.flow.common.v0.enums.ChangeType;
28185
28197
  readonly 'shopify_markets_order': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrder;
28198
+ readonly 'shop_id'?: string;
28186
28199
  }
28187
28200
 
28188
28201
  interface ShopifyMarketsOrdersMetrics {
@@ -28644,6 +28657,23 @@ declare namespace io.flow.internal.v0.models {
28644
28657
  readonly 'total': number;
28645
28658
  }
28646
28659
 
28660
+ interface ShrutiDemoItem {
28661
+ readonly 'id': string;
28662
+ readonly 'number': string;
28663
+ readonly 'amount': io.flow.common.v0.models.Price;
28664
+ readonly 'description'?: string;
28665
+ readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
28666
+ readonly 'added_on': string;
28667
+ }
28668
+
28669
+ interface ShrutiDemoItemForm {
28670
+ readonly 'number': string;
28671
+ readonly 'amount': io.flow.common.v0.models.Price;
28672
+ readonly 'description'?: string;
28673
+ readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
28674
+ readonly 'added_on': string;
28675
+ }
28676
+
28647
28677
  interface SimpleAccountReference {
28648
28678
  readonly 'id': string;
28649
28679
  }
@@ -29092,6 +29122,22 @@ declare namespace io.flow.internal.v0.models {
29092
29122
  readonly 'svb_virtual_card_clearing': io.flow.internal.v0.models.SvbVirtualCardClearing;
29093
29123
  }
29094
29124
 
29125
+ interface SvitlanaItem {
29126
+ readonly 'id': string;
29127
+ readonly 'number': string;
29128
+ readonly 'amount': number;
29129
+ readonly 'description'?: string;
29130
+ readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
29131
+ readonly 'added_on': string;
29132
+ }
29133
+
29134
+ interface SvitlanaItemForm {
29135
+ readonly 'number': string;
29136
+ readonly 'amount': number;
29137
+ readonly 'description'?: string;
29138
+ readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
29139
+ }
29140
+
29095
29141
  interface TariffCodeDuty {
29096
29142
  readonly 'tariff_code': string;
29097
29143
  readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
@@ -30042,6 +30088,7 @@ export const checkoutShippingMethodPromptBehavior: PropTypes.Requireable<io.flow
30042
30088
  export const checkoutSubmitErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutSubmitErrorCode>;
30043
30089
  export const checkoutUrlType: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutUrlType>;
30044
30090
  export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationErrorCode>;
30091
+ export const colmItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ColmItemType>;
30045
30092
  export const complianceType: PropTypes.Requireable<io.flow.internal.v0.enums.ComplianceType>;
30046
30093
  export const contentElementType: PropTypes.Requireable<io.flow.internal.v0.enums.ContentElementType>;
30047
30094
  export const contentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ContentStatus>;
@@ -30161,7 +30208,6 @@ export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.Promp
30161
30208
  export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
30162
30209
  export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
30163
30210
  export const promptTarget: PropTypes.Requireable<io.flow.internal.v0.enums.PromptTarget>;
30164
- export const queuedRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.QueuedRecordType>;
30165
30211
  export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.QuoteRequestType>;
30166
30212
  export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
30167
30213
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
@@ -30197,6 +30243,7 @@ export const shopifyPromotionOfferAllocationMethod: PropTypes.Requireable<io.flo
30197
30243
  export const shopifyPromotionOrderEntitlementComponent: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent>;
30198
30244
  export const shopifyPromotionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionStatus>;
30199
30245
  export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyService>;
30246
+ export const shrutiDemoType: PropTypes.Requireable<io.flow.internal.v0.enums.ShrutiDemoType>;
30200
30247
  export const significanceAction: PropTypes.Requireable<io.flow.internal.v0.enums.SignificanceAction>;
30201
30248
  export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
30202
30249
  export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
@@ -30207,6 +30254,7 @@ export const statisticType: PropTypes.Requireable<io.flow.internal.v0.enums.Stat
30207
30254
  export const status: PropTypes.Requireable<io.flow.internal.v0.enums.Status>;
30208
30255
  export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.enums.SubscriptionFrequency>;
30209
30256
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
30257
+ export const svitlanaType: PropTypes.Requireable<io.flow.internal.v0.enums.SvitlanaType>;
30210
30258
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
30211
30259
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
30212
30260
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
@@ -30893,6 +30941,8 @@ export const classificationSummaryReportPayload: PropTypes.Requireable<io.flow.i
30893
30941
  export const classificationWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationWrapper>;
30894
30942
  export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProduct>;
30895
30943
  export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
30944
+ export const colmItem: PropTypes.Requireable<io.flow.internal.v0.models.ColmItem>;
30945
+ export const colmItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemForm>;
30896
30946
  export const commercialInvoiceComparison: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceComparison>;
30897
30947
  export const commercialInvoiceInternal: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternal>;
30898
30948
  export const commercialInvoiceInternalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternalDeleted>;
@@ -31870,7 +31920,7 @@ export const shopifyMarketsMetricsUpserted: PropTypes.Requireable<io.flow.intern
31870
31920
  export const shopifyMarketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrder>;
31871
31921
  export const shopifyMarketsOrderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderDeleted>;
31872
31922
  export const shopifyMarketsOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderUpserted>;
31873
- export const shopifyMarketsOrderVersion: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersion>;
31923
+ export const shopifyMarketsOrderVersionWithShopId: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId>;
31874
31924
  export const shopifyMarketsOrdersMetrics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrdersMetrics>;
31875
31925
  export const shopifyMarketsQueuedRecord: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord>;
31876
31926
  export const shopifyMarketsShop: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsShop>;
@@ -31938,6 +31988,8 @@ export const shopperFreight: PropTypes.Requireable<io.flow.internal.v0.models.Sh
31938
31988
  export const shopperLine: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLine>;
31939
31989
  export const shopperLines: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLines>;
31940
31990
  export const shopperSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShopperSummary>;
31991
+ export const shrutiDemoItem: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItem>;
31992
+ export const shrutiDemoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItemForm>;
31941
31993
  export const simpleAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.SimpleAccountReference>;
31942
31994
  export const simplifiedItemLabel: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedItemLabel>;
31943
31995
  export const simplifiedTaxonomyCategory: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedTaxonomyCategory>;
@@ -31994,6 +32046,8 @@ export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.S
31994
32046
  export const svbVirtualCardClearing: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearing>;
31995
32047
  export const svbVirtualCardClearingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingDeleted>;
31996
32048
  export const svbVirtualCardClearingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingUpserted>;
32049
+ export const svitlanaItem: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItem>;
32050
+ export const svitlanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemForm>;
31997
32051
  export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
31998
32052
  export const tariffCodesExport: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodesExport>;
31999
32053
  export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;