@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.
- package/lib/api-internal.d.ts +74 -14
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +74 -14
- package/src/api-internal.js +77 -69
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-prop-types",
|
|
3
|
-
"version": "9.24.
|
|
3
|
+
"version": "9.24.82",
|
|
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": "
|
|
33
|
+
"gitHead": "7fddfd86678e7921d92493bec5b3bec759769d5f"
|
|
34
34
|
}
|
package/src/api-internal.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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>;
|
package/src/api-internal.js
CHANGED
|
@@ -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,
|
|
@@ -11567,6 +11588,7 @@ T['io.flow.organization.onboarding.state.v0.enums.onboarding_blocked_reason'] =
|
|
|
11567
11588
|
'street_address_is_po_box_3pl',
|
|
11568
11589
|
'business_street_address_is_blank',
|
|
11569
11590
|
'business_street_address_is_po_box',
|
|
11591
|
+
'exception_merchant',
|
|
11570
11592
|
]);
|
|
11571
11593
|
|
|
11572
11594
|
T['io.flow.internal.v0.models.setup_block_put_form'] = PropTypes.exact({
|
|
@@ -12260,8 +12282,6 @@ T['io.flow.internal.v0.enums.duty_selection_rule'] = PropTypes.oneOf([
|
|
|
12260
12282
|
T['io.flow.internal.v0.models.restriction_keywords'] = PropTypes.exact({
|
|
12261
12283
|
positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
12262
12284
|
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
12285
|
});
|
|
12266
12286
|
|
|
12267
12287
|
T['io.flow.internal.v0.models.restriction_rule_summary'] = PropTypes.exact({
|
|
@@ -13494,6 +13514,7 @@ T['io.flow.shopify.markets.v0.models.shopify_order'] = PropTypes.exact({
|
|
|
13494
13514
|
metafields: PropTypes.arrayOf(T['io.flow.shopify.markets.v0.models.shopify_order_metafield']),
|
|
13495
13515
|
merchant_of_record_app_id: PropTypes.number,
|
|
13496
13516
|
total_shipping_price_set: T['io.flow.shopify.markets.v0.models.shopify_order_money_set'],
|
|
13517
|
+
total_tip_received: PropTypes.string,
|
|
13497
13518
|
});
|
|
13498
13519
|
|
|
13499
13520
|
T['io.flow.shopify.markets.v0.models.shopify_orders_wrapper'] = PropTypes.exact({
|
|
@@ -13794,6 +13815,7 @@ T['io.flow.internal.v0.enums.manual_transaction_category'] = PropTypes.oneOf([
|
|
|
13794
13815
|
'tax_credit',
|
|
13795
13816
|
'carrier_credit',
|
|
13796
13817
|
'negative_balance_guarantee',
|
|
13818
|
+
'bank_payment_failure',
|
|
13797
13819
|
]);
|
|
13798
13820
|
|
|
13799
13821
|
T['io.flow.internal.v0.models.manual_transaction_form'] = PropTypes.exact({
|
|
@@ -17157,6 +17179,8 @@ T['io.flow.internal.v0.models.invoice_line_item'] = PropTypes.exact({
|
|
|
17157
17179
|
export_control_classification_number: PropTypes.string.isRequired,
|
|
17158
17180
|
});
|
|
17159
17181
|
|
|
17182
|
+
T['io.flow.internal.v0.enums.colm_item_type'] = PropTypes.oneOf(['physical', 'digital']);
|
|
17183
|
+
|
|
17160
17184
|
T['io.flow.internal.v0.enums.item_classification_status'] = PropTypes.oneOf([
|
|
17161
17185
|
'unknown',
|
|
17162
17186
|
'manual',
|
|
@@ -20851,11 +20875,12 @@ T['io.flow.internal.v0.models.spot_rate_version'] = PropTypes.exact({
|
|
|
20851
20875
|
spot_rate: T['io.flow.internal.v0.models.spot_rate'].isRequired,
|
|
20852
20876
|
});
|
|
20853
20877
|
|
|
20854
|
-
T['io.flow.internal.v0.models.
|
|
20878
|
+
T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'] = PropTypes.exact({
|
|
20855
20879
|
id: PropTypes.string.isRequired,
|
|
20856
20880
|
timestamp: PropTypes.string.isRequired,
|
|
20857
20881
|
type: T['io.flow.common.v0.enums.change_type'].isRequired,
|
|
20858
20882
|
shopify_markets_order: T['io.flow.shopify.markets.internal.event.v0.models.shopify_markets_order'].isRequired,
|
|
20883
|
+
shop_id: PropTypes.string,
|
|
20859
20884
|
});
|
|
20860
20885
|
|
|
20861
20886
|
T['io.flow.internal.v0.models.organization_payment_setting_version'] = PropTypes.exact({
|
|
@@ -23426,8 +23451,6 @@ T['io.flow.internal.v0.models.product_restriction_rule_decision'] = PropTypes.ex
|
|
|
23426
23451
|
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
23427
23452
|
matching_positive_keywords: PropTypes.arrayOf(PropTypes.string).isRequired,
|
|
23428
23453
|
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
23454
|
updated_by_user_id: PropTypes.string.isRequired,
|
|
23432
23455
|
});
|
|
23433
23456
|
|
|
@@ -28804,6 +28827,23 @@ T['io.flow.internal.v0.models.subscription'] = PropTypes.exact({
|
|
|
28804
28827
|
created_at: PropTypes.string.isRequired,
|
|
28805
28828
|
});
|
|
28806
28829
|
|
|
28830
|
+
T['io.flow.internal.v0.models.shruti_demo_item_form'] = PropTypes.exact({
|
|
28831
|
+
number: PropTypes.string.isRequired,
|
|
28832
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28833
|
+
description: PropTypes.string,
|
|
28834
|
+
type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
|
|
28835
|
+
added_on: PropTypes.string.isRequired,
|
|
28836
|
+
});
|
|
28837
|
+
|
|
28838
|
+
T['io.flow.internal.v0.models.shruti_demo_item'] = PropTypes.exact({
|
|
28839
|
+
id: PropTypes.string.isRequired,
|
|
28840
|
+
number: PropTypes.string.isRequired,
|
|
28841
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28842
|
+
description: PropTypes.string,
|
|
28843
|
+
type: T['io.flow.internal.v0.enums.shruti_demo_type'].isRequired,
|
|
28844
|
+
added_on: PropTypes.string.isRequired,
|
|
28845
|
+
});
|
|
28846
|
+
|
|
28807
28847
|
T['io.flow.internal.v0.models.restriction_product'] = PropTypes.exact({
|
|
28808
28848
|
id: PropTypes.string.isRequired,
|
|
28809
28849
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -28911,6 +28951,23 @@ T['io.flow.internal.v0.models.components'] = PropTypes.exact({
|
|
|
28911
28951
|
insurance: T['io.flow.common.v0.models.price'].isRequired,
|
|
28912
28952
|
});
|
|
28913
28953
|
|
|
28954
|
+
T['io.flow.internal.v0.models.colm_item_form'] = PropTypes.exact({
|
|
28955
|
+
number: PropTypes.string.isRequired,
|
|
28956
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28957
|
+
description: PropTypes.string,
|
|
28958
|
+
type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
|
|
28959
|
+
added_on: PropTypes.string.isRequired,
|
|
28960
|
+
});
|
|
28961
|
+
|
|
28962
|
+
T['io.flow.internal.v0.models.colm_item'] = PropTypes.exact({
|
|
28963
|
+
id: PropTypes.string.isRequired,
|
|
28964
|
+
number: PropTypes.string.isRequired,
|
|
28965
|
+
amount: T['io.flow.common.v0.models.price'].isRequired,
|
|
28966
|
+
description: PropTypes.string,
|
|
28967
|
+
type: T['io.flow.internal.v0.enums.colm_item_type'].isRequired,
|
|
28968
|
+
added_on: PropTypes.string.isRequired,
|
|
28969
|
+
});
|
|
28970
|
+
|
|
28914
28971
|
T['io.flow.experience.v0.models.order_summary_item'] = PropTypes.exact({
|
|
28915
28972
|
number: PropTypes.string.isRequired,
|
|
28916
28973
|
name: PropTypes.string.isRequired,
|
|
@@ -32027,36 +32084,6 @@ T['io.flow.internal.v0.enums.processing_transaction_type'] = PropTypes.oneOf([
|
|
|
32027
32084
|
T['io.flow.internal.v0.enums.product_status'] = PropTypes.oneOf(['active', 'archived', 'draft']);
|
|
32028
32085
|
T['io.flow.internal.v0.enums.prompt_action'] = PropTypes.oneOf(['prompt_displayed', 'consent_granted', 'consent_denied']);
|
|
32029
32086
|
|
|
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
32087
|
T['io.flow.internal.v0.enums.rate_level_key'] = PropTypes.oneOf([
|
|
32061
32088
|
'shopify_small_usa',
|
|
32062
32089
|
'shopify_medium_usa',
|
|
@@ -32613,6 +32640,10 @@ T['io.flow.internal.v0.models.install_form'] = PropTypes.exact({
|
|
|
32613
32640
|
token: PropTypes.string.isRequired,
|
|
32614
32641
|
});
|
|
32615
32642
|
|
|
32643
|
+
T['io.flow.internal.v0.models.internal_payment_request_verification'] = PropTypes.exact({
|
|
32644
|
+
placeholder: PropTypes.string,
|
|
32645
|
+
});
|
|
32646
|
+
|
|
32616
32647
|
T['io.flow.internal.v0.models.invoice_info_form'] = PropTypes.exact({
|
|
32617
32648
|
invoice_number: PropTypes.string.isRequired,
|
|
32618
32649
|
invoice_date: PropTypes.string.isRequired,
|
|
@@ -32941,8 +32972,6 @@ T['io.flow.internal.v0.models.restriction_product_request_form'] = PropTypes.exa
|
|
|
32941
32972
|
accepted_rules: PropTypes.arrayOf(PropTypes.string),
|
|
32942
32973
|
positive_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32943
32974
|
negative_keywords: PropTypes.arrayOf(PropTypes.string),
|
|
32944
|
-
positive_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32945
|
-
negative_search_matches: PropTypes.arrayOf(PropTypes.string),
|
|
32946
32975
|
user_ids: PropTypes.arrayOf(PropTypes.string),
|
|
32947
32976
|
categories: PropTypes.arrayOf(PropTypes.string),
|
|
32948
32977
|
product_name_query: PropTypes.string,
|
|
@@ -34312,36 +34341,6 @@ T['io.flow.billing.internal.v0.enums.processing_transaction_type'] = PropTypes.o
|
|
|
34312
34341
|
'credit_payment',
|
|
34313
34342
|
]);
|
|
34314
34343
|
|
|
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
34344
|
T['io.flow.billing.internal.v0.enums.tax_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'tax']);
|
|
34346
34345
|
T['io.flow.billing.internal.v0.enums.trueup_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'trueup']);
|
|
34347
34346
|
|
|
@@ -35486,6 +35485,9 @@ export const classificationTaxonomy = T['io.flow.internal.v0.unions.classificati
|
|
|
35486
35485
|
export const classificationWrapper = T['io.flow.internal.v0.models.classification_wrapper'];
|
|
35487
35486
|
export const classifiedProduct = T['io.flow.internal.v0.models.classified_product'];
|
|
35488
35487
|
export const classifiedProductDetail = T['io.flow.internal.v0.models.classified_product_detail'];
|
|
35488
|
+
export const colmItem = T['io.flow.internal.v0.models.colm_item'];
|
|
35489
|
+
export const colmItemForm = T['io.flow.internal.v0.models.colm_item_form'];
|
|
35490
|
+
export const colmItemType = T['io.flow.internal.v0.enums.colm_item_type'];
|
|
35489
35491
|
export const commercialInvoiceComparison = T['io.flow.internal.v0.models.commercial_invoice_comparison'];
|
|
35490
35492
|
export const commercialInvoiceInternal = T['io.flow.internal.v0.models.commercial_invoice_internal'];
|
|
35491
35493
|
export const commercialInvoiceInternalDeleted = T['io.flow.internal.v0.models.commercial_invoice_internal_deleted'];
|
|
@@ -35951,6 +35953,7 @@ export const internalHarmonizationStatistic = T['io.flow.internal.v0.unions.inte
|
|
|
35951
35953
|
export const internalItemForm = T['io.flow.internal.v0.models.internal_item_form'];
|
|
35952
35954
|
export const internalOrder = T['io.flow.internal.v0.models.internal_order'];
|
|
35953
35955
|
export const internalPaymentRequest = T['io.flow.internal.v0.models.internal_payment_request'];
|
|
35956
|
+
export const internalPaymentRequestVerification = T['io.flow.internal.v0.models.internal_payment_request_verification'];
|
|
35954
35957
|
export const internalPaypalAuthorizationDetails = T['io.flow.internal.v0.models.internal_paypal_authorization_details'];
|
|
35955
35958
|
export const internalRefundForm = T['io.flow.internal.v0.unions.internal_refund_form'];
|
|
35956
35959
|
export const internalStripeAuthorizationDetails = T['io.flow.internal.v0.models.internal_stripe_authorization_details'];
|
|
@@ -36432,7 +36435,6 @@ export const proofOfPostingOrderCancellation = T['io.flow.internal.v0.models.pro
|
|
|
36432
36435
|
export const proofOfPostingOrderCombinedShipment = T['io.flow.internal.v0.models.proof_of_posting_order_combined_shipment'];
|
|
36433
36436
|
export const proofOfPostingShippingNotification = T['io.flow.internal.v0.models.proof_of_posting_shipping_notification'];
|
|
36434
36437
|
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
36438
|
export const quoteRequest = T['io.flow.internal.v0.models.quote_request'];
|
|
36437
36439
|
export const quoteRequestType = T['io.flow.internal.v0.enums.quote_request_type'];
|
|
36438
36440
|
export const rateAndRuleItem = T['io.flow.internal.v0.models.rate_and_rule_item'];
|
|
@@ -36660,7 +36662,7 @@ export const shopifyMarketsMetricsUpserted = T['io.flow.internal.v0.models.shopi
|
|
|
36660
36662
|
export const shopifyMarketsOrder = T['io.flow.internal.v0.models.shopify_markets_order'];
|
|
36661
36663
|
export const shopifyMarketsOrderDeleted = T['io.flow.internal.v0.models.shopify_markets_order_deleted'];
|
|
36662
36664
|
export const shopifyMarketsOrderUpserted = T['io.flow.internal.v0.models.shopify_markets_order_upserted'];
|
|
36663
|
-
export const
|
|
36665
|
+
export const shopifyMarketsOrderVersionWithShopId = T['io.flow.internal.v0.models.shopify_markets_order_version_with_shop_id'];
|
|
36664
36666
|
export const shopifyMarketsOrdersMetrics = T['io.flow.internal.v0.models.shopify_markets_orders_metrics'];
|
|
36665
36667
|
export const shopifyMarketsQueuedRecord = T['io.flow.internal.v0.models.shopify_markets_queued_record'];
|
|
36666
36668
|
export const shopifyMarketsQueuedRecordType = T['io.flow.internal.v0.enums.shopify_markets_queued_record_type'];
|
|
@@ -36742,6 +36744,9 @@ export const shopperFreight = T['io.flow.internal.v0.models.shopper_freight'];
|
|
|
36742
36744
|
export const shopperLine = T['io.flow.internal.v0.models.shopper_line'];
|
|
36743
36745
|
export const shopperLines = T['io.flow.internal.v0.models.shopper_lines'];
|
|
36744
36746
|
export const shopperSummary = T['io.flow.internal.v0.models.shopper_summary'];
|
|
36747
|
+
export const shrutiDemoItem = T['io.flow.internal.v0.models.shruti_demo_item'];
|
|
36748
|
+
export const shrutiDemoItemForm = T['io.flow.internal.v0.models.shruti_demo_item_form'];
|
|
36749
|
+
export const shrutiDemoType = T['io.flow.internal.v0.enums.shruti_demo_type'];
|
|
36745
36750
|
export const significanceAction = T['io.flow.internal.v0.enums.significance_action'];
|
|
36746
36751
|
export const simpleAccountReference = T['io.flow.internal.v0.models.simple_account_reference'];
|
|
36747
36752
|
export const simpleRoundingStrategy = T['io.flow.internal.v0.enums.simple_rounding_strategy'];
|
|
@@ -36810,6 +36815,9 @@ export const supportedLabels = T['io.flow.internal.v0.models.supported_labels'];
|
|
|
36810
36815
|
export const svbVirtualCardClearing = T['io.flow.internal.v0.models.svb_virtual_card_clearing'];
|
|
36811
36816
|
export const svbVirtualCardClearingDeleted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_deleted'];
|
|
36812
36817
|
export const svbVirtualCardClearingUpserted = T['io.flow.internal.v0.models.svb_virtual_card_clearing_upserted'];
|
|
36818
|
+
export const svitlanaItem = T['io.flow.internal.v0.models.svitlana_item'];
|
|
36819
|
+
export const svitlanaItemForm = T['io.flow.internal.v0.models.svitlana_item_form'];
|
|
36820
|
+
export const svitlanaType = T['io.flow.internal.v0.enums.svitlana_type'];
|
|
36813
36821
|
export const tariffCodeDuty = T['io.flow.internal.v0.models.tariff_code_duty'];
|
|
36814
36822
|
export const tariffCodesExport = T['io.flow.internal.v0.models.tariff_codes_export'];
|
|
36815
36823
|
export const tariffEligibility = T['io.flow.internal.v0.models.tariff_eligibility'];
|