@flowio/api-internal-prop-types 9.24.128 → 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.
@@ -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 ChannelOrganizationDomain {
8240
+ interface ChannelOrganizationDomains {
8241
8241
  readonly 'internal': string;
8242
- readonly 'public': string;
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.ChannelOrganizationDomain;
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 {
@@ -13503,7 +13522,7 @@ declare namespace io.flow.internal.v0.enums {
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 = 'shopify' | 'smb' | 'enterprise';
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 = 'shopify' | 'smb' | 'enterprise';
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 ChannelOrganizationDomain {
15695
+ interface ChannelOrganizationDomains {
15676
15696
  readonly 'internal': string;
15677
- readonly 'public': string;
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.ChannelOrganizationDomain;
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;
@@ -23193,6 +23230,8 @@ declare namespace io.flow.internal.v0.models {
23193
23230
  readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
23194
23231
  readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
23195
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;
23196
23235
  readonly 'fees': io.flow.internal.v0.models.ReportingFees;
23197
23236
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
23198
23237
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
@@ -24968,6 +25007,11 @@ declare namespace io.flow.internal.v0.models {
24968
25007
  readonly 'timezone': string;
24969
25008
  }
24970
25009
 
25010
+ interface Tokens {
25011
+ readonly 'webhook_signature_verification': string;
25012
+ readonly 'api': string;
25013
+ }
25014
+
24971
25015
  interface TrackingAssuranceAnalysis {
24972
25016
  readonly 'id': string;
24973
25017
  readonly 'job_id': string;
@@ -26117,7 +26161,7 @@ export const channelOrderSummary: PropTypes.Requireable<io.flow.internal.v0.mode
26117
26161
  export const channelOrderSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryDeleted>;
26118
26162
  export const channelOrderSummaryFulfillmentDetails: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails>;
26119
26163
  export const channelOrderSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryUpserted>;
26120
- export const channelOrganizationDomain: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationDomain>;
26164
+ export const channelOrganizationDomains: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationDomains>;
26121
26165
  export const channelOrganizationIdentifier: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifier>;
26122
26166
  export const channelOrganizationIdentifierDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted>;
26123
26167
  export const channelOrganizationIdentifierUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted>;
@@ -26135,6 +26179,8 @@ export const channelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0
26135
26179
  export const channelOrganizationTokenBody: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationTokenBody>;
26136
26180
  export const channelRateMetadataIdentity: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataIdentity>;
26137
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>;
26138
26184
  export const channelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransaction>;
26139
26185
  export const channelTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionDeleted>;
26140
26186
  export const channelTransactionRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionRate>;
@@ -27300,6 +27346,7 @@ export const timeToClassifyAggregatedUpserted: PropTypes.Requireable<io.flow.int
27300
27346
  export const timeToClassifyDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyDeleted>;
27301
27347
  export const timeToClassifyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyUpserted>;
27302
27348
  export const timeWithTimezone: PropTypes.Requireable<io.flow.internal.v0.models.TimeWithTimezone>;
27349
+ export const tokens: PropTypes.Requireable<io.flow.internal.v0.models.Tokens>;
27303
27350
  export const trackingAssuranceAnalysis: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysis>;
27304
27351
  export const trackingAssuranceAnalysisDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted>;
27305
27352
  export const trackingAssuranceAnalysisUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted>;