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

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.
@@ -6474,6 +6474,7 @@ declare namespace io.flow.shopify.markets.v0.models {
6474
6474
  readonly 'metafields'?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
6475
6475
  readonly 'merchant_of_record_app_id'?: number;
6476
6476
  readonly 'total_shipping_price_set'?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
6477
+ readonly 'total_tip_received'?: string;
6477
6478
  }
6478
6479
 
6479
6480
  interface ShopifyOrderAddress {
@@ -12939,12 +12940,11 @@ declare namespace io.flow.billing.internal.v0.enums {
12939
12940
  type FeesSource = 'settings' | 'authorization_bundle';
12940
12941
  type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
12941
12942
  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';
12943
+ 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
12944
  type OrderCancellationInitiatedBy = 'flow' | 'organization';
12944
12945
  type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
12945
12946
  type PreferredBillingSchedule = 'monthly' | 'bi-monthly';
12946
12947
  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
12948
  type ResponsibleParty = 'flow' | 'organization';
12949
12949
  type StatementTransferTransactionLocation = 'transactions_file' | 'summary';
12950
12950
  type SubscriptionFrequency = 'yearly' | 'monthly';
@@ -15553,7 +15553,7 @@ declare namespace io.flow.checkout.v0.unions {
15553
15553
 
15554
15554
  declare namespace io.flow.organization.onboarding.state.v0.enums {
15555
15555
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
15556
- type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
15556
+ type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box' | 'exception_merchant';
15557
15557
  }
15558
15558
 
15559
15559
  declare namespace io.flow.organization.onboarding.state.v0.models {
@@ -16089,6 +16089,7 @@ declare namespace io.flow.internal.v0.enums {
16089
16089
  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
16090
  type CheckoutUrlType = 'continue_shopping' | 'confirmation' | 'invalid_checkout';
16091
16091
  type ClassificationErrorCode = 'generic_error';
16092
+ type ColmItemType = 'physical' | 'digital';
16092
16093
  type ComplianceType = 'weee';
16093
16094
  type ContentElementType = 'markdown' | 'html' | 'plain_text' | 'href';
16094
16095
  type ContentStatus = 'draft' | 'live' | 'archived';
@@ -16157,7 +16158,7 @@ declare namespace io.flow.internal.v0.enums {
16157
16158
  type LogisticsResponsibility = 'organization' | 'flow';
16158
16159
  type MainTransactionStatus = 'scheduled' | 'pending_proof';
16159
16160
  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';
16161
+ 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
16162
  type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
16162
16163
  type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
16163
16164
  type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
@@ -16208,7 +16209,6 @@ declare namespace io.flow.internal.v0.enums {
16208
16209
  type PromptCheckoutDisplayPosition = 'email' | 'submission';
16209
16210
  type PromptOptions = 'notice_only' | 'require_consent' | 'consent_by_default';
16210
16211
  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
16212
  type QuoteRequestType = 'generate' | 'delete' | 'update_currency_rate' | 'update_country';
16213
16213
  type RateLevelKey = 'shopify_small_usa' | 'shopify_medium_usa' | 'shopify_enterprise_usa' | 'shopify_small_sdc_usa';
16214
16214
  type RateSource = 'calculated' | 'market';
@@ -16244,6 +16244,7 @@ declare namespace io.flow.internal.v0.enums {
16244
16244
  type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
16245
16245
  type ShopifyPromotionStatus = 'active' | 'inactive';
16246
16246
  type ShopifyService = 'payment' | 'duty_tax_calculator';
16247
+ type ShrutiDemoType = 'digital' | 'physical';
16247
16248
  type SignificanceAction = 'end_and_implement_winner' | 'end_and_revert' | 'do_nothing';
16248
16249
  type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
16249
16250
  type SnoozeNextActionWith = 'customer_service' | 'engineering';
@@ -16254,6 +16255,7 @@ declare namespace io.flow.internal.v0.enums {
16254
16255
  type Status = 'draft' | 'scheduled' | 'live' | 'ended' | 'archived';
16255
16256
  type SubscriptionFrequency = 'yearly' | 'monthly';
16256
16257
  type SuggestionAction = 'accept' | 'validate' | 'review';
16258
+ type SvitlanaType = 'physical' | 'digital';
16257
16259
  type TariffEligibilityType = 'rex';
16258
16260
  type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'rate_levels' | 'center_defaults';
16259
16261
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
@@ -20545,6 +20547,23 @@ declare namespace io.flow.internal.v0.models {
20545
20547
  readonly 'classified_by': string;
20546
20548
  }
20547
20549
 
20550
+ interface ColmItem {
20551
+ readonly 'id': string;
20552
+ readonly 'number': string;
20553
+ readonly 'amount': io.flow.common.v0.models.Price;
20554
+ readonly 'description'?: string;
20555
+ readonly 'type': io.flow.internal.v0.enums.ColmItemType;
20556
+ readonly 'added_on': string;
20557
+ }
20558
+
20559
+ interface ColmItemForm {
20560
+ readonly 'number': string;
20561
+ readonly 'amount': io.flow.common.v0.models.Price;
20562
+ readonly 'description'?: string;
20563
+ readonly 'type': io.flow.internal.v0.enums.ColmItemType;
20564
+ readonly 'added_on': string;
20565
+ }
20566
+
20548
20567
  interface CommercialInvoiceComparison {
20549
20568
  readonly 'urls': string[];
20550
20569
  }
@@ -23798,6 +23817,10 @@ declare namespace io.flow.internal.v0.models {
23798
23817
  readonly 'actual_action'?: io.flow.payment.gateway.v0.unions.Action;
23799
23818
  }
23800
23819
 
23820
+ interface InternalPaymentRequestVerification {
23821
+ readonly 'placeholder'?: string;
23822
+ }
23823
+
23801
23824
  interface InternalPaypalAuthorizationDetails {
23802
23825
  readonly 'discriminator': 'internal_paypal_authorization_details';
23803
23826
  readonly 'paypal_authentication_data': io.flow.internal.v0.models.PaypalAccountReference;
@@ -26717,8 +26740,6 @@ declare namespace io.flow.internal.v0.models {
26717
26740
  readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
26718
26741
  readonly 'matching_positive_keywords': string[];
26719
26742
  readonly 'matching_negative_keywords': string[];
26720
- readonly 'positive_search_matches'?: string[];
26721
- readonly 'negative_search_matches'?: string[];
26722
26743
  readonly 'updated_by_user_id': string;
26723
26744
  }
26724
26745
 
@@ -27579,8 +27600,6 @@ declare namespace io.flow.internal.v0.models {
27579
27600
  interface RestrictionKeywords {
27580
27601
  readonly 'positive_keywords': string[];
27581
27602
  readonly 'negative_keywords': string[];
27582
- readonly 'positive_search_matches': string[];
27583
- readonly 'negative_search_matches': string[];
27584
27603
  }
27585
27604
 
27586
27605
  interface RestrictionOrganization {
@@ -27669,8 +27688,6 @@ declare namespace io.flow.internal.v0.models {
27669
27688
  readonly 'accepted_rules'?: string[];
27670
27689
  readonly 'positive_keywords'?: string[];
27671
27690
  readonly 'negative_keywords'?: string[];
27672
- readonly 'positive_search_matches'?: string[];
27673
- readonly 'negative_search_matches'?: string[];
27674
27691
  readonly 'user_ids'?: string[];
27675
27692
  readonly 'categories'?: string[];
27676
27693
  readonly 'product_name_query'?: string;
@@ -28178,11 +28195,12 @@ declare namespace io.flow.internal.v0.models {
28178
28195
  readonly 'shopify_markets_order': io.flow.internal.v0.models.ShopifyMarketsOrder;
28179
28196
  }
28180
28197
 
28181
- interface ShopifyMarketsOrderVersion {
28198
+ interface ShopifyMarketsOrderVersionWithShopId {
28182
28199
  readonly 'id': string;
28183
28200
  readonly 'timestamp': string;
28184
28201
  readonly 'type': io.flow.common.v0.enums.ChangeType;
28185
28202
  readonly 'shopify_markets_order': io.flow.shopify.markets.internal.event.v0.models.ShopifyMarketsOrder;
28203
+ readonly 'shop_id'?: string;
28186
28204
  }
28187
28205
 
28188
28206
  interface ShopifyMarketsOrdersMetrics {
@@ -28644,6 +28662,23 @@ declare namespace io.flow.internal.v0.models {
28644
28662
  readonly 'total': number;
28645
28663
  }
28646
28664
 
28665
+ interface ShrutiDemoItem {
28666
+ readonly 'id': string;
28667
+ readonly 'number': string;
28668
+ readonly 'amount': io.flow.common.v0.models.Price;
28669
+ readonly 'description'?: string;
28670
+ readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
28671
+ readonly 'added_on': string;
28672
+ }
28673
+
28674
+ interface ShrutiDemoItemForm {
28675
+ readonly 'number': string;
28676
+ readonly 'amount': io.flow.common.v0.models.Price;
28677
+ readonly 'description'?: string;
28678
+ readonly 'type': io.flow.internal.v0.enums.ShrutiDemoType;
28679
+ readonly 'added_on': string;
28680
+ }
28681
+
28647
28682
  interface SimpleAccountReference {
28648
28683
  readonly 'id': string;
28649
28684
  }
@@ -29092,6 +29127,22 @@ declare namespace io.flow.internal.v0.models {
29092
29127
  readonly 'svb_virtual_card_clearing': io.flow.internal.v0.models.SvbVirtualCardClearing;
29093
29128
  }
29094
29129
 
29130
+ interface SvitlanaItem {
29131
+ readonly 'id': string;
29132
+ readonly 'number': string;
29133
+ readonly 'amount': number;
29134
+ readonly 'description'?: string;
29135
+ readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
29136
+ readonly 'added_on': string;
29137
+ }
29138
+
29139
+ interface SvitlanaItemForm {
29140
+ readonly 'number': string;
29141
+ readonly 'amount': number;
29142
+ readonly 'description'?: string;
29143
+ readonly 'type': io.flow.internal.v0.enums.SvitlanaType;
29144
+ }
29145
+
29095
29146
  interface TariffCodeDuty {
29096
29147
  readonly 'tariff_code': string;
29097
29148
  readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
@@ -30042,6 +30093,7 @@ export const checkoutShippingMethodPromptBehavior: PropTypes.Requireable<io.flow
30042
30093
  export const checkoutSubmitErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutSubmitErrorCode>;
30043
30094
  export const checkoutUrlType: PropTypes.Requireable<io.flow.internal.v0.enums.CheckoutUrlType>;
30044
30095
  export const classificationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.ClassificationErrorCode>;
30096
+ export const colmItemType: PropTypes.Requireable<io.flow.internal.v0.enums.ColmItemType>;
30045
30097
  export const complianceType: PropTypes.Requireable<io.flow.internal.v0.enums.ComplianceType>;
30046
30098
  export const contentElementType: PropTypes.Requireable<io.flow.internal.v0.enums.ContentElementType>;
30047
30099
  export const contentStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ContentStatus>;
@@ -30161,7 +30213,6 @@ export const promptAction: PropTypes.Requireable<io.flow.internal.v0.enums.Promp
30161
30213
  export const promptCheckoutDisplayPosition: PropTypes.Requireable<io.flow.internal.v0.enums.PromptCheckoutDisplayPosition>;
30162
30214
  export const promptOptions: PropTypes.Requireable<io.flow.internal.v0.enums.PromptOptions>;
30163
30215
  export const promptTarget: PropTypes.Requireable<io.flow.internal.v0.enums.PromptTarget>;
30164
- export const queuedRecordType: PropTypes.Requireable<io.flow.internal.v0.enums.QueuedRecordType>;
30165
30216
  export const quoteRequestType: PropTypes.Requireable<io.flow.internal.v0.enums.QuoteRequestType>;
30166
30217
  export const rateLevelKey: PropTypes.Requireable<io.flow.internal.v0.enums.RateLevelKey>;
30167
30218
  export const rateSource: PropTypes.Requireable<io.flow.internal.v0.enums.RateSource>;
@@ -30197,6 +30248,7 @@ export const shopifyPromotionOfferAllocationMethod: PropTypes.Requireable<io.flo
30197
30248
  export const shopifyPromotionOrderEntitlementComponent: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent>;
30198
30249
  export const shopifyPromotionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyPromotionStatus>;
30199
30250
  export const shopifyService: PropTypes.Requireable<io.flow.internal.v0.enums.ShopifyService>;
30251
+ export const shrutiDemoType: PropTypes.Requireable<io.flow.internal.v0.enums.ShrutiDemoType>;
30200
30252
  export const significanceAction: PropTypes.Requireable<io.flow.internal.v0.enums.SignificanceAction>;
30201
30253
  export const simpleRoundingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.SimpleRoundingStrategy>;
30202
30254
  export const snoozeNextActionWith: PropTypes.Requireable<io.flow.internal.v0.enums.SnoozeNextActionWith>;
@@ -30207,6 +30259,7 @@ export const statisticType: PropTypes.Requireable<io.flow.internal.v0.enums.Stat
30207
30259
  export const status: PropTypes.Requireable<io.flow.internal.v0.enums.Status>;
30208
30260
  export const subscriptionFrequency: PropTypes.Requireable<io.flow.internal.v0.enums.SubscriptionFrequency>;
30209
30261
  export const suggestionAction: PropTypes.Requireable<io.flow.internal.v0.enums.SuggestionAction>;
30262
+ export const svitlanaType: PropTypes.Requireable<io.flow.internal.v0.enums.SvitlanaType>;
30210
30263
  export const tariffEligibilityType: PropTypes.Requireable<io.flow.internal.v0.enums.TariffEligibilityType>;
30211
30264
  export const taskProcessorKey: PropTypes.Requireable<io.flow.internal.v0.enums.TaskProcessorKey>;
30212
30265
  export const taxCalculationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.TaxCalculationErrorCode>;
@@ -30893,6 +30946,8 @@ export const classificationSummaryReportPayload: PropTypes.Requireable<io.flow.i
30893
30946
  export const classificationWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ClassificationWrapper>;
30894
30947
  export const classifiedProduct: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProduct>;
30895
30948
  export const classifiedProductDetail: PropTypes.Requireable<io.flow.internal.v0.models.ClassifiedProductDetail>;
30949
+ export const colmItem: PropTypes.Requireable<io.flow.internal.v0.models.ColmItem>;
30950
+ export const colmItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ColmItemForm>;
30896
30951
  export const commercialInvoiceComparison: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceComparison>;
30897
30952
  export const commercialInvoiceInternal: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternal>;
30898
30953
  export const commercialInvoiceInternalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.CommercialInvoiceInternalDeleted>;
@@ -31281,6 +31336,7 @@ export const internalFiservAuthorizationDetails: PropTypes.Requireable<io.flow.i
31281
31336
  export const internalItemForm: PropTypes.Requireable<io.flow.internal.v0.models.InternalItemForm>;
31282
31337
  export const internalOrder: PropTypes.Requireable<io.flow.internal.v0.models.InternalOrder>;
31283
31338
  export const internalPaymentRequest: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaymentRequest>;
31339
+ export const internalPaymentRequestVerification: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaymentRequestVerification>;
31284
31340
  export const internalPaypalAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaypalAuthorizationDetails>;
31285
31341
  export const internalStripeAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalStripeAuthorizationDetails>;
31286
31342
  export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.internal.v0.models.InternalTransactionDetailsCard>;
@@ -31870,7 +31926,7 @@ export const shopifyMarketsMetricsUpserted: PropTypes.Requireable<io.flow.intern
31870
31926
  export const shopifyMarketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrder>;
31871
31927
  export const shopifyMarketsOrderDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderDeleted>;
31872
31928
  export const shopifyMarketsOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderUpserted>;
31873
- export const shopifyMarketsOrderVersion: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersion>;
31929
+ export const shopifyMarketsOrderVersionWithShopId: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId>;
31874
31930
  export const shopifyMarketsOrdersMetrics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsOrdersMetrics>;
31875
31931
  export const shopifyMarketsQueuedRecord: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsQueuedRecord>;
31876
31932
  export const shopifyMarketsShop: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsShop>;
@@ -31938,6 +31994,8 @@ export const shopperFreight: PropTypes.Requireable<io.flow.internal.v0.models.Sh
31938
31994
  export const shopperLine: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLine>;
31939
31995
  export const shopperLines: PropTypes.Requireable<io.flow.internal.v0.models.ShopperLines>;
31940
31996
  export const shopperSummary: PropTypes.Requireable<io.flow.internal.v0.models.ShopperSummary>;
31997
+ export const shrutiDemoItem: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItem>;
31998
+ export const shrutiDemoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.ShrutiDemoItemForm>;
31941
31999
  export const simpleAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.SimpleAccountReference>;
31942
32000
  export const simplifiedItemLabel: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedItemLabel>;
31943
32001
  export const simplifiedTaxonomyCategory: PropTypes.Requireable<io.flow.internal.v0.models.SimplifiedTaxonomyCategory>;
@@ -31994,6 +32052,8 @@ export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.S
31994
32052
  export const svbVirtualCardClearing: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearing>;
31995
32053
  export const svbVirtualCardClearingDeleted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingDeleted>;
31996
32054
  export const svbVirtualCardClearingUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SvbVirtualCardClearingUpserted>;
32055
+ export const svitlanaItem: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItem>;
32056
+ export const svitlanaItemForm: PropTypes.Requireable<io.flow.internal.v0.models.SvitlanaItemForm>;
31997
32057
  export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
31998
32058
  export const tariffCodesExport: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodesExport>;
31999
32059
  export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;