@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-prop-types",
3
- "version": "9.24.80",
3
+ "version": "9.24.81",
4
4
  "description": "PropType validators that work with internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "prop-types": "^15.7.0"
32
32
  },
33
- "gitHead": "69a80797baeb34690859818e5db7ef87aa6082a5"
33
+ "gitHead": "2430172d05199bd940ad6b8a39eaf47a9efcea8c"
34
34
  }
@@ -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>;
@@ -609,6 +609,7 @@ T['io.flow.billing.internal.v0.enums.manual_transaction_category'] = PropTypes.o
609
609
  'tax_credit',
610
610
  'carrier_credit',
611
611
  'negative_balance_guarantee',
612
+ 'bank_payment_failure',
612
613
  ]);
613
614
 
614
615
  T['io.flow.billing.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
@@ -10745,6 +10746,24 @@ T['io.flow.internal.v0.models.tax_calculation_error'] = PropTypes.exact({
10745
10746
  messages: PropTypes.arrayOf(PropTypes.string).isRequired,
10746
10747
  });
10747
10748
 
10749
+ T['io.flow.internal.v0.enums.svitlana_type'] = PropTypes.oneOf(['physical', 'digital']);
10750
+
10751
+ T['io.flow.internal.v0.models.svitlana_item_form'] = PropTypes.exact({
10752
+ number: PropTypes.string.isRequired,
10753
+ amount: PropTypes.number.isRequired,
10754
+ description: PropTypes.string,
10755
+ type: T['io.flow.internal.v0.enums.svitlana_type'].isRequired,
10756
+ });
10757
+
10758
+ T['io.flow.internal.v0.models.svitlana_item'] = PropTypes.exact({
10759
+ id: PropTypes.string.isRequired,
10760
+ number: PropTypes.string.isRequired,
10761
+ amount: PropTypes.number.isRequired,
10762
+ description: PropTypes.string,
10763
+ type: T['io.flow.internal.v0.enums.svitlana_type'].isRequired,
10764
+ added_on: PropTypes.string.isRequired,
10765
+ });
10766
+
10748
10767
  T['io.flow.internal.v0.models.svb_virtual_card_clearing'] = PropTypes.exact({
10749
10768
  id: PropTypes.string.isRequired,
10750
10769
  virtual_card_id: PropTypes.string.isRequired,
@@ -11069,6 +11088,8 @@ T['io.flow.internal.v0.models.simplified_taxonomy_category'] = PropTypes.exact({
11069
11088
  children: PropTypes.arrayOf(T['io.flow.internal.v0.unions.simplified_classification_taxonomy']).isRequired,
11070
11089
  });
11071
11090
 
11091
+ T['io.flow.internal.v0.enums.shruti_demo_type'] = PropTypes.oneOf(['digital', 'physical']);
11092
+
11072
11093
  T['io.flow.internal.v0.models.fulfillment_subsidy_breakdown'] = PropTypes.exact({
11073
11094
  tax: PropTypes.number.isRequired,
11074
11095
  duty: PropTypes.number.isRequired,
@@ -12260,8 +12281,6 @@ T['io.flow.internal.v0.enums.duty_selection_rule'] = PropTypes.oneOf([
12260
12281
  T['io.flow.internal.v0.models.restriction_keywords'] = PropTypes.exact({
12261
12282
  positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
12262
12283
  negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
12263
- positive_search_matches: PropTypes.arrayOf(PropTypes.string).isRequired,
12264
- negative_search_matches: PropTypes.arrayOf(PropTypes.string).isRequired,
12265
12284
  });
12266
12285
 
12267
12286
  T['io.flow.internal.v0.models.restriction_rule_summary'] = PropTypes.exact({
@@ -13794,6 +13813,7 @@ T['io.flow.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
13794
13813
  'tax_credit',
13795
13814
  'carrier_credit',
13796
13815
  'negative_balance_guarantee',
13816
+ 'bank_payment_failure',
13797
13817
  ]);
13798
13818
 
13799
13819
  T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
@@ -17157,6 +17177,8 @@ T['io.flow.internal.v0.models.invoice_line_item'] = PropTypes.exact({
17157
17177
  export_control_classification_number: PropTypes.string.isRequired,
17158
17178
  });
17159
17179
 
17180
+ T['io.flow.internal.v0.enums.colm_item_type'] = PropTypes.oneOf(['physical', 'digital']);
17181
+
17160
17182
  T['io.flow.internal.v0.enums.item_classification_status'] = PropTypes.oneOf([
17161
17183
  'unknown',
17162
17184
  'manual',
@@ -20851,11 +20873,12 @@ T['io.flow.internal.v0.models.spot_rate_version'] = PropTypes.exact({
20851
20873
  spot_rate: T['io.flow.internal.v0.models.spot_rate'].isRequired,
20852
20874
  });
20853
20875
 
20854
- T['io.flow.internal.v0.models.shopify_markets_order_version'] = PropTypes.exact({
20876
+ T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'] = PropTypes.exact({
20855
20877
  id: PropTypes.string.isRequired,
20856
20878
  timestamp: PropTypes.string.isRequired,
20857
20879
  type: T['io.flow.common.v0.enums.change_type'].isRequired,
20858
20880
  shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
20881
+ shop_id: PropTypes.string,
20859
20882
  });
20860
20883
 
20861
20884
  T['io.flow.internal.v0.models.organization_payment_setting_version'] = PropTypes.exact({
@@ -23426,8 +23449,6 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.ex
23426
23449
  status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
23427
23450
  matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
23428
23451
  matching_negative_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
23429
- positive_search_matches: PropTypes.arrayOf(PropTypes.string),
23430
- negative_search_matches: PropTypes.arrayOf(PropTypes.string),
23431
23452
  updated_by_user_id: PropTypes.string.isRequired,
23432
23453
  });
23433
23454
 
@@ -28804,6 +28825,23 @@ T['io.flow.internal.v0.models.subscription'] = PropTypes.exact({
28804
28825
  created_at: PropTypes.string.isRequired,
28805
28826
  });
28806
28827
 
28828
+ T['io.flow.internal.v0.models.shruti_demo_item_form'] = PropTypes.exact({
28829
+ number: PropTypes.string.isRequired,
28830
+ amount: T['io.flow.common.v0.models.price'].isRequired,
28831
+ description: PropTypes.string,
28832
+ type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
28833
+ added_on: PropTypes.string.isRequired,
28834
+ });
28835
+
28836
+ T['io.flow.internal.v0.models.shruti_demo_item'] = PropTypes.exact({
28837
+ id: PropTypes.string.isRequired,
28838
+ number: PropTypes.string.isRequired,
28839
+ amount: T['io.flow.common.v0.models.price'].isRequired,
28840
+ description: PropTypes.string,
28841
+ type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
28842
+ added_on: PropTypes.string.isRequired,
28843
+ });
28844
+
28807
28845
  T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
28808
28846
  id: PropTypes.string.isRequired,
28809
28847
  organization_id: PropTypes.string.isRequired,
@@ -28911,6 +28949,23 @@ T['io.flow.internal.v0.models.components'] = PropTypes.exact({
28911
28949
  insurance: T['io.flow.common.v0.models.price'].isRequired,
28912
28950
  });
28913
28951
 
28952
+ T['io.flow.internal.v0.models.colm_item_form'] = PropTypes.exact({
28953
+ number: PropTypes.string.isRequired,
28954
+ amount: T['io.flow.common.v0.models.price'].isRequired,
28955
+ description: PropTypes.string,
28956
+ type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
28957
+ added_on: PropTypes.string.isRequired,
28958
+ });
28959
+
28960
+ T['io.flow.internal.v0.models.colm_item'] = PropTypes.exact({
28961
+ id: PropTypes.string.isRequired,
28962
+ number: PropTypes.string.isRequired,
28963
+ amount: T['io.flow.common.v0.models.price'].isRequired,
28964
+ description: PropTypes.string,
28965
+ type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
28966
+ added_on: PropTypes.string.isRequired,
28967
+ });
28968
+
28914
28969
  T['io.flow.experience.v0.models.order_summary_item'] = PropTypes.exact({
28915
28970
  number: PropTypes.string.isRequired,
28916
28971
  name: PropTypes.string.isRequired,
@@ -32027,36 +32082,6 @@ T['io.flow.internal.v0.enums.processing_transaction_type'] = PropTypes.oneOf([
32027
32082
  T['io.flow.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
32028
32083
  T['io.flow.internal.v0.enums.prompt_action'] = PropTypes.oneOf(['prompt_displayed', 'consent_granted', 'consent_denied']);
32029
32084
 
32030
- T['io.flow.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
32031
- 'capture',
32032
- 'channel_transaction',
32033
- 'consumer_invoice',
32034
- 'fulfillment_in_transit',
32035
- 'fulfillment_shipping_notification',
32036
- 'fulfillment_external',
32037
- 'fulfillment_order_combined_shipment',
32038
- 'fulfillment_order_time',
32039
- 'return_refund',
32040
- 'label_tracking_summary',
32041
- 'label_invoice_request',
32042
- 'carrier_charge',
32043
- 'carrier_charge_file',
32044
- 'order',
32045
- 'order_identifier',
32046
- 'organization_onboarding_state',
32047
- 'posting_proof',
32048
- 'refund',
32049
- 'refund_over_capture',
32050
- 'sales_record',
32051
- 'refund_record',
32052
- 'statement_batch',
32053
- 'statement_email',
32054
- 'statement_summary_email',
32055
- 'pending_payout_transaction_event',
32056
- 'credit_and_subsidy',
32057
- 'negative_balance_guarantee',
32058
- ]);
32059
-
32060
32085
  T['io.flow.internal.v0.enums.rate_level_key'] = PropTypes.oneOf([
32061
32086
  'shopify_small_usa',
32062
32087
  'shopify_medium_usa',
@@ -32941,8 +32966,6 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
32941
32966
  accepted_rules: PropTypes.arrayOf(PropTypes.string),
32942
32967
  positive_keywords: PropTypes.arrayOf(PropTypes.string),
32943
32968
  negative_keywords: PropTypes.arrayOf(PropTypes.string),
32944
- positive_search_matches: PropTypes.arrayOf(PropTypes.string),
32945
- negative_search_matches: PropTypes.arrayOf(PropTypes.string),
32946
32969
  user_ids: PropTypes.arrayOf(PropTypes.string),
32947
32970
  categories: PropTypes.arrayOf(PropTypes.string),
32948
32971
  product_name_query: PropTypes.string,
@@ -34312,36 +34335,6 @@ T['io.flow.billing.internal.v0.enums.processing_transaction_type'] = PropTypes.o
34312
34335
  'credit_payment',
34313
34336
  ]);
34314
34337
 
34315
- T['io.flow.billing.internal.v0.enums.queued_record_type'] = PropTypes.oneOf([
34316
- 'capture',
34317
- 'channel_transaction',
34318
- 'consumer_invoice',
34319
- 'fulfillment_in_transit',
34320
- 'fulfillment_shipping_notification',
34321
- 'fulfillment_external',
34322
- 'fulfillment_order_combined_shipment',
34323
- 'fulfillment_order_time',
34324
- 'return_refund',
34325
- 'label_tracking_summary',
34326
- 'label_invoice_request',
34327
- 'carrier_charge',
34328
- 'carrier_charge_file',
34329
- 'order',
34330
- 'order_identifier',
34331
- 'organization_onboarding_state',
34332
- 'posting_proof',
34333
- 'refund',
34334
- 'refund_over_capture',
34335
- 'sales_record',
34336
- 'refund_record',
34337
- 'statement_batch',
34338
- 'statement_email',
34339
- 'statement_summary_email',
34340
- 'pending_payout_transaction_event',
34341
- 'credit_and_subsidy',
34342
- 'negative_balance_guarantee',
34343
- ]);
34344
-
34345
34338
  T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
34346
34339
  T['io.flow.billing.internal.v0.enums.trueup_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'trueup']);
34347
34340
 
@@ -35486,6 +35479,9 @@ export const classificationTaxonomy = T['io.flow.internal.v0.unions.classificati
35486
35479
  export const classificationWrapper = T['io.flow.internal.v0.models.classification_wrapper'];
35487
35480
  export const classifiedProduct = T['io.flow.internal.v0.models.classified_product'];
35488
35481
  export const classifiedProductDetail = T['io.flow.internal.v0.models.classified_product_detail'];
35482
+ export const colmItem = T['io.flow.internal.v0.models.colm_item'];
35483
+ export const colmItemForm = T['io.flow.internal.v0.models.colm_item_form'];
35484
+ export const colmItemType = T['io.flow.internal.v0.enums.colm_item_type'];
35489
35485
  export const commercialInvoiceComparison = T['io.flow.internal.v0.models.commercial_invoice_comparison'];
35490
35486
  export const commercialInvoiceInternal = T['io.flow.internal.v0.models.commercial_invoice_internal'];
35491
35487
  export const commercialInvoiceInternalDeleted = T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'];
@@ -36432,7 +36428,6 @@ export const proofOfPostingOrderCancellation = T['io.flow.internal.v0.models.pro
36432
36428
  export const proofOfPostingOrderCombinedShipment = T['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'];
36433
36429
  export const proofOfPostingShippingNotification = T['io.flow.internal.v0.models.proof_of_posting_shipping_notification'];
36434
36430
  export const queuedRecord = T['io.flow.internal.v0.models.queued_record'];
36435
- export const queuedRecordType = T['io.flow.internal.v0.enums.queued_record_type'];
36436
36431
  export const quoteRequest = T['io.flow.internal.v0.models.quote_request'];
36437
36432
  export const quoteRequestType = T['io.flow.internal.v0.enums.quote_request_type'];
36438
36433
  export const rateAndRuleItem = T['io.flow.internal.v0.models.rate_and_rule_item'];
@@ -36660,7 +36655,7 @@ export const shopifyMarketsMetricsUpserted = T['io.flow.internal.v0.models.shopi
36660
36655
  export const shopifyMarketsOrder = T['io.flow.internal.v0.models.shopify_markets_order'];
36661
36656
  export const shopifyMarketsOrderDeleted = T['io.flow.internal.v0.models.shopify_markets_order_deleted'];
36662
36657
  export const shopifyMarketsOrderUpserted = T['io.flow.internal.v0.models.shopify_markets_order_upserted'];
36663
- export const shopifyMarketsOrderVersion = T['io.flow.internal.v0.models.shopify_markets_order_version'];
36658
+ export const shopifyMarketsOrderVersionWithShopId = T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'];
36664
36659
  export const shopifyMarketsOrdersMetrics = T['io.flow.internal.v0.models.shopify_markets_orders_metrics'];
36665
36660
  export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
36666
36661
  export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];
@@ -36742,6 +36737,9 @@ export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];
36742
36737
  export const shopperLine = T['io.flow.internal.v0.models.shopper_line'];
36743
36738
  export const shopperLines = T['io.flow.internal.v0.models.shopper_lines'];
36744
36739
  export const shopperSummary = T['io.flow.internal.v0.models.shopper_summary'];
36740
+ export const shrutiDemoItem = T['io.flow.internal.v0.models.shruti_demo_item'];
36741
+ export const shrutiDemoItemForm = T['io.flow.internal.v0.models.shruti_demo_item_form'];
36742
+ export const shrutiDemoType = T['io.flow.internal.v0.enums.shruti_demo_type'];
36745
36743
  export const significanceAction = T['io.flow.internal.v0.enums.significance_action'];
36746
36744
  export const simpleAccountReference = T['io.flow.internal.v0.models.simple_account_reference'];
36747
36745
  export const simpleRoundingStrategy = T['io.flow.internal.v0.enums.simple_rounding_strategy'];
@@ -36810,6 +36808,9 @@ export const supportedLabels = T['io.flow.internal.v0.models.supported_labels'];
36810
36808
  export const svbVirtualCardClearing = T['io.flow.internal.v0.models.svb_virtual_card_clearing'];
36811
36809
  export const svbVirtualCardClearingDeleted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'];
36812
36810
  export const svbVirtualCardClearingUpserted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'];
36811
+ export const svitlanaItem = T['io.flow.internal.v0.models.svitlana_item'];
36812
+ export const svitlanaItemForm = T['io.flow.internal.v0.models.svitlana_item_form'];
36813
+ export const svitlanaType = T['io.flow.internal.v0.enums.svitlana_type'];
36813
36814
  export const tariffCodeDuty = T['io.flow.internal.v0.models.tariff_code_duty'];
36814
36815
  export const tariffCodesExport = T['io.flow.internal.v0.models.tariff_codes_export'];
36815
36816
  export const tariffEligibility = T['io.flow.internal.v0.models.tariff_eligibility'];