@flowio/api-internal-prop-types 9.24.127 → 9.24.129
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 +83 -12
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +83 -12
- package/src/api-internal.js +84 -11
package/lib/api-internal.d.ts
CHANGED
|
@@ -8162,7 +8162,7 @@ declare namespace io.flow.channel.internal.v0.enums {
|
|
|
8162
8162
|
type ChannelOrderAcceptanceNextActionFrom = 'cx_team' | 'core_team' | 'core_team_investigate' | 'mex_team' | 'payments_team' | 'tc_team' | 'logistics_team';
|
|
8163
8163
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
8164
8164
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
8165
|
-
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
8165
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
8166
8166
|
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
8167
8167
|
}
|
|
8168
8168
|
|
|
@@ -8237,9 +8237,9 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
8237
8237
|
readonly 'rejection_reason'?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
|
|
8238
8238
|
}
|
|
8239
8239
|
|
|
8240
|
-
interface
|
|
8240
|
+
interface ChannelOrganizationDomains {
|
|
8241
8241
|
readonly 'internal': string;
|
|
8242
|
-
readonly '
|
|
8242
|
+
readonly 'external': string;
|
|
8243
8243
|
}
|
|
8244
8244
|
|
|
8245
8245
|
interface ChannelOrganizationInstallation {
|
|
@@ -8253,7 +8253,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
8253
8253
|
}
|
|
8254
8254
|
|
|
8255
8255
|
interface ChannelOrganizationMetadata {
|
|
8256
|
-
readonly 'domain': io.flow.channel.internal.v0.models.
|
|
8256
|
+
readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomains;
|
|
8257
8257
|
readonly 'token': string;
|
|
8258
8258
|
}
|
|
8259
8259
|
|
|
@@ -12754,6 +12754,25 @@ declare namespace io.flow.billing.v0.models {
|
|
|
12754
12754
|
interface TransactionMetadataTaxDuty {
|
|
12755
12755
|
readonly 'discriminator': 'transaction_tax_duty';
|
|
12756
12756
|
readonly 'reason_code': io.flow.billing.v0.enums.TaxDutyTransactionReasonCode;
|
|
12757
|
+
readonly 'local_currency'?: string;
|
|
12758
|
+
readonly 'actual'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyActual;
|
|
12759
|
+
readonly 'estimate'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyEstimate;
|
|
12760
|
+
readonly 'delta'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyDelta;
|
|
12761
|
+
}
|
|
12762
|
+
|
|
12763
|
+
interface TransactionMetadataTaxDutyActual {
|
|
12764
|
+
readonly 'base'?: number;
|
|
12765
|
+
readonly 'local'?: number;
|
|
12766
|
+
}
|
|
12767
|
+
|
|
12768
|
+
interface TransactionMetadataTaxDutyDelta {
|
|
12769
|
+
readonly 'base'?: number;
|
|
12770
|
+
readonly 'local'?: number;
|
|
12771
|
+
}
|
|
12772
|
+
|
|
12773
|
+
interface TransactionMetadataTaxDutyEstimate {
|
|
12774
|
+
readonly 'base'?: number;
|
|
12775
|
+
readonly 'local'?: number;
|
|
12757
12776
|
}
|
|
12758
12777
|
|
|
12759
12778
|
interface TransactionMetadataTrueup {
|
|
@@ -13498,12 +13517,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13498
13517
|
type ChannelOrderAcceptanceRejectionReason = 'unsupported_origin_country' | 'unsupported_destination_country' | 'domestic_order' | 'order_contains_gift_card' | 'order_contains_restricted_goods' | 'missing_order_information' | 'missing_classification_information' | 'unsupported_payment_information' | 'unsupported_shop_currency' | 'unsupported_free_order' | 'extracting_distribution_info_failed' | 'shipping_estimation_failed' | 'payment_authorization_failed' | 'unsupported_subsidized_order' | 'unsupported_virtual_goods' | 'non_matching_currencies' | 'unsupported_order_edit' | 'order_missing';
|
|
13499
13518
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review' | 'edit_review' | 'edit_accepted';
|
|
13500
13519
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13501
|
-
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
13520
|
+
type ChannelService = 'payment' | 'duty_tax_calculator' | 'sellability' | 'all';
|
|
13502
13521
|
type ChannelTransactionTriggerType = 'capture' | 'order';
|
|
13503
13522
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
|
|
13504
13523
|
type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
|
|
13505
13524
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
13506
|
-
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
13525
|
+
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge' | 'fuel_surcharge' | 'delivery_area_surcharge';
|
|
13507
13526
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
13508
13527
|
type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
|
|
13509
13528
|
type CheckoutAssetType = 'stylesheet' | 'javascript';
|
|
@@ -13622,7 +13641,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13622
13641
|
type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
|
|
13623
13642
|
type OrganizationRestrictionRiskLevel = '5' | '15';
|
|
13624
13643
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
13625
|
-
type OrganizationSource = '
|
|
13644
|
+
type OrganizationSource = 'smb' | 'enterprise';
|
|
13626
13645
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
13627
13646
|
type Owner = 'flow' | 'organization';
|
|
13628
13647
|
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
@@ -13657,7 +13676,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13657
13676
|
type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
|
|
13658
13677
|
type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
|
|
13659
13678
|
type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
|
|
13660
|
-
type RestrictionOrganizationSource = '
|
|
13679
|
+
type RestrictionOrganizationSource = 'smb' | 'enterprise';
|
|
13661
13680
|
type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
|
|
13662
13681
|
type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
|
|
13663
13682
|
type RestrictionRuleExceptionAction = 'allow' | 'deny';
|
|
@@ -14491,6 +14510,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14491
14510
|
interface AttributeRule {
|
|
14492
14511
|
readonly 'restriction_attribute_rules': io.flow.internal.v0.models.RestrictionAttributeRule[];
|
|
14493
14512
|
readonly 'default_result'?: io.flow.internal.v0.enums.RestrictionAttributeResult;
|
|
14513
|
+
readonly 'require_msds'?: boolean;
|
|
14494
14514
|
}
|
|
14495
14515
|
|
|
14496
14516
|
interface AuthenticationForm {
|
|
@@ -15672,9 +15692,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15672
15692
|
readonly 'channel_order_summary': io.flow.internal.v0.models.ChannelOrderSummary;
|
|
15673
15693
|
}
|
|
15674
15694
|
|
|
15675
|
-
interface
|
|
15695
|
+
interface ChannelOrganizationDomains {
|
|
15676
15696
|
readonly 'internal': string;
|
|
15677
|
-
readonly '
|
|
15697
|
+
readonly 'external': string;
|
|
15678
15698
|
}
|
|
15679
15699
|
|
|
15680
15700
|
interface ChannelOrganizationIdentifier {
|
|
@@ -15710,7 +15730,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15710
15730
|
}
|
|
15711
15731
|
|
|
15712
15732
|
interface ChannelOrganizationMetadata {
|
|
15713
|
-
readonly 'domain': io.flow.internal.v0.models.
|
|
15733
|
+
readonly 'domain': io.flow.internal.v0.models.ChannelOrganizationDomains;
|
|
15714
15734
|
readonly 'token': string;
|
|
15715
15735
|
}
|
|
15716
15736
|
|
|
@@ -15772,6 +15792,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15772
15792
|
readonly 'timestamp'?: string;
|
|
15773
15793
|
}
|
|
15774
15794
|
|
|
15795
|
+
interface ChannelShop {
|
|
15796
|
+
readonly 'id': string;
|
|
15797
|
+
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
15798
|
+
readonly 'channel': io.flow.common.v0.models.ChannelReference;
|
|
15799
|
+
readonly 'external_id': string;
|
|
15800
|
+
readonly 'name': string;
|
|
15801
|
+
readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
|
|
15802
|
+
}
|
|
15803
|
+
|
|
15804
|
+
interface ChannelShopForm {
|
|
15805
|
+
readonly 'channel_id': string;
|
|
15806
|
+
readonly 'external_id': string;
|
|
15807
|
+
readonly 'name': string;
|
|
15808
|
+
readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
|
|
15809
|
+
readonly 'tokens': io.flow.internal.v0.models.Tokens;
|
|
15810
|
+
}
|
|
15811
|
+
|
|
15775
15812
|
interface ChannelTransaction {
|
|
15776
15813
|
readonly 'discriminator': 'channel_transaction';
|
|
15777
15814
|
readonly 'transaction': io.flow.internal.v0.models.TransactionReference;
|
|
@@ -19698,6 +19735,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19698
19735
|
readonly 'processing': number;
|
|
19699
19736
|
readonly 'rate_lock': number;
|
|
19700
19737
|
readonly 'transfer': number;
|
|
19738
|
+
readonly 'product_fee'?: number;
|
|
19739
|
+
readonly 'estimated_tax'?: number;
|
|
19740
|
+
readonly 'estimated_duty'?: number;
|
|
19741
|
+
readonly 'estimated_duties_and_taxes'?: number;
|
|
19742
|
+
readonly 'td_fx_diff'?: number;
|
|
19701
19743
|
readonly 'total': number;
|
|
19702
19744
|
}
|
|
19703
19745
|
|
|
@@ -21489,6 +21531,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21489
21531
|
readonly 'item': string;
|
|
21490
21532
|
}
|
|
21491
21533
|
|
|
21534
|
+
interface PriceInclusivity {
|
|
21535
|
+
readonly 'tax'?: boolean;
|
|
21536
|
+
readonly 'duty'?: boolean;
|
|
21537
|
+
}
|
|
21538
|
+
|
|
21492
21539
|
interface PrioritizedCenterReference {
|
|
21493
21540
|
readonly 'center_key': string;
|
|
21494
21541
|
readonly 'position': number;
|
|
@@ -22375,6 +22422,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22375
22422
|
readonly 'destination_country'?: number;
|
|
22376
22423
|
readonly 'usd': number;
|
|
22377
22424
|
readonly 'eur': number;
|
|
22425
|
+
readonly 'guaranteed'?: number;
|
|
22426
|
+
readonly 'spot'?: number;
|
|
22378
22427
|
}
|
|
22379
22428
|
|
|
22380
22429
|
interface ReportingCountry {
|
|
@@ -22420,6 +22469,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22420
22469
|
readonly 'mor': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22421
22470
|
readonly 'fx': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22422
22471
|
readonly 'sp': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22472
|
+
readonly 'product_fee'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22473
|
+
readonly 'estimated_tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22474
|
+
readonly 'estimated_duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22475
|
+
readonly 'estimated_duties_and_taxes'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22476
|
+
readonly 'td_fx_diff'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22423
22477
|
}
|
|
22424
22478
|
|
|
22425
22479
|
interface ReportingFulfillment {
|
|
@@ -22485,6 +22539,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22485
22539
|
readonly 'processing': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22486
22540
|
readonly 'rate_lock': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22487
22541
|
readonly 'transfer': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22542
|
+
readonly 'product_fee'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22543
|
+
readonly 'estimated_tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22544
|
+
readonly 'estimated_duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22545
|
+
readonly 'estimated_duties_and_taxes'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22546
|
+
readonly 'td_fx_diff'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22488
22547
|
readonly 'total'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22489
22548
|
}
|
|
22490
22549
|
|
|
@@ -23171,9 +23230,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23171
23230
|
readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
23172
23231
|
readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
|
|
23173
23232
|
readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
|
|
23233
|
+
readonly 'tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
23234
|
+
readonly 'duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
23174
23235
|
readonly 'fees': io.flow.internal.v0.models.ReportingFees;
|
|
23175
23236
|
readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
|
|
23176
23237
|
readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
|
|
23238
|
+
readonly 'price_inclusivity'?: io.flow.internal.v0.models.PriceInclusivity;
|
|
23177
23239
|
readonly 'destination_country': string;
|
|
23178
23240
|
readonly 'fulfilled_at'?: string;
|
|
23179
23241
|
}
|
|
@@ -24945,6 +25007,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24945
25007
|
readonly 'timezone': string;
|
|
24946
25008
|
}
|
|
24947
25009
|
|
|
25010
|
+
interface Tokens {
|
|
25011
|
+
readonly 'webhook_signature_verification': string;
|
|
25012
|
+
readonly 'api': string;
|
|
25013
|
+
}
|
|
25014
|
+
|
|
24948
25015
|
interface TrackingAssuranceAnalysis {
|
|
24949
25016
|
readonly 'id': string;
|
|
24950
25017
|
readonly 'job_id': string;
|
|
@@ -26094,7 +26161,7 @@ export const channelOrderSummary: PropTypes.Requireable<io.flow.internal.v0.mode
|
|
|
26094
26161
|
export const channelOrderSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryDeleted>;
|
|
26095
26162
|
export const channelOrderSummaryFulfillmentDetails: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails>;
|
|
26096
26163
|
export const channelOrderSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryUpserted>;
|
|
26097
|
-
export const
|
|
26164
|
+
export const channelOrganizationDomains: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationDomains>;
|
|
26098
26165
|
export const channelOrganizationIdentifier: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifier>;
|
|
26099
26166
|
export const channelOrganizationIdentifierDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted>;
|
|
26100
26167
|
export const channelOrganizationIdentifierUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted>;
|
|
@@ -26112,6 +26179,8 @@ export const channelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0
|
|
|
26112
26179
|
export const channelOrganizationTokenBody: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationTokenBody>;
|
|
26113
26180
|
export const channelRateMetadataIdentity: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataIdentity>;
|
|
26114
26181
|
export const channelRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataRate>;
|
|
26182
|
+
export const channelShop: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShop>;
|
|
26183
|
+
export const channelShopForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopForm>;
|
|
26115
26184
|
export const channelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransaction>;
|
|
26116
26185
|
export const channelTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionDeleted>;
|
|
26117
26186
|
export const channelTransactionRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionRate>;
|
|
@@ -26831,6 +26900,7 @@ export const platformFeePercentageTier: PropTypes.Requireable<io.flow.internal.v
|
|
|
26831
26900
|
export const prateekItem: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItem>;
|
|
26832
26901
|
export const prateekItemForm: PropTypes.Requireable<io.flow.internal.v0.models.PrateekItemForm>;
|
|
26833
26902
|
export const prediction: PropTypes.Requireable<io.flow.internal.v0.models.Prediction>;
|
|
26903
|
+
export const priceInclusivity: PropTypes.Requireable<io.flow.internal.v0.models.PriceInclusivity>;
|
|
26834
26904
|
export const prioritizedCenterReference: PropTypes.Requireable<io.flow.internal.v0.models.PrioritizedCenterReference>;
|
|
26835
26905
|
export const processingTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransaction>;
|
|
26836
26906
|
export const processingTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ProcessingTransactionDeleted>;
|
|
@@ -27276,6 +27346,7 @@ export const timeToClassifyAggregatedUpserted: PropTypes.Requireable<io.flow.int
|
|
|
27276
27346
|
export const timeToClassifyDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyDeleted>;
|
|
27277
27347
|
export const timeToClassifyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyUpserted>;
|
|
27278
27348
|
export const timeWithTimezone: PropTypes.Requireable<io.flow.internal.v0.models.TimeWithTimezone>;
|
|
27349
|
+
export const tokens: PropTypes.Requireable<io.flow.internal.v0.models.Tokens>;
|
|
27279
27350
|
export const trackingAssuranceAnalysis: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysis>;
|
|
27280
27351
|
export const trackingAssuranceAnalysisDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted>;
|
|
27281
27352
|
export const trackingAssuranceAnalysisUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted>;
|