@flowio/api-internal-prop-types 9.24.60 → 9.24.61

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.
@@ -6858,12 +6858,17 @@ declare namespace io.flow.partner.v0.enums {
6858
6858
  }
6859
6859
 
6860
6860
  declare namespace io.flow.partner.v0.models {
6861
+ interface BridgeHub {
6862
+ readonly 'hub_code': string;
6863
+ readonly 'address': io.flow.fulfillment.v0.models.ShippingAddress;
6864
+ }
6865
+
6861
6866
  interface BridgeLabelForm {
6862
6867
  readonly 'discriminator': 'bridge_label_form';
6863
6868
  readonly 'organization': string;
6864
6869
  readonly 'order_number': string;
6865
6870
  readonly 'package': io.flow.partner.v0.models.BridgeLabelPackage;
6866
- readonly 'hub_code'?: string;
6871
+ readonly 'hub'?: io.flow.partner.v0.models.BridgeHub;
6867
6872
  }
6868
6873
 
6869
6874
  interface BridgeLabelPackage {
@@ -10225,7 +10230,7 @@ declare namespace io.flow.billing.v0.enums {
10225
10230
  type PayoutAttachmentType = 'transactions';
10226
10231
  type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
10227
10232
  type StatementAttachmentType = 'csv';
10228
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
10233
+ type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
10229
10234
  type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
10230
10235
  }
10231
10236
 
@@ -12233,8 +12238,10 @@ declare namespace io.flow.internal.v0.enums {
12233
12238
  type OnboardingAuditThemeKey = 'billing' | 'b2b_invoicing' | 'catalog' | 'currency' | 'checkout' | 'fraud' | 'logistics' | 'payments' | 'shopify_markets' | 'integration_partner' | 'dtce' | 'restrictions' | 'miscellaneous';
12234
12239
  type OnboardingAutomationProcessState = 'not_started' | 'in_progress' | 'success' | 'failed';
12235
12240
  type OnboardingAutomationTaskState = 'not_started' | 'in_progress' | 'success' | 'failed';
12241
+ type OnboardingStateSource = 'unknown' | 'unit_test' | 'api' | 'api_activation' | 'api_internal' | 'api_internal_block' | 'api_internal_unblock' | 'onboarding_application' | 'organization_state_change' | 'restriction_organization_status';
12236
12242
  type OrderAction = 'consumer_submit' | 'fraud_review_accept' | 'fraud_review_decline' | 'payment_fully_authorize' | 'payment_fully_capture';
12237
12243
  type OrderAttributeIntent = 'discount_code';
12244
+ type OrderCancellationInitiatedBy = 'flow' | 'organization';
12238
12245
  type OrderChargeTrigger = 'first_shipment' | 'last_shipment' | 'shipment_exhausted';
12239
12246
  type OrderLifecycleEvent = 'order_placed' | 'ready_to_fulfill';
12240
12247
  type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
@@ -12371,6 +12378,7 @@ declare namespace io.flow.internal.v0.models {
12371
12378
  readonly 'payment_conditions'?: string;
12372
12379
  readonly 'deposit_rule'?: io.flow.internal.v0.models.AccountDepositRuleForm;
12373
12380
  readonly 'center_key'?: string;
12381
+ readonly 'bank_account_id'?: string;
12374
12382
  }
12375
12383
 
12376
12384
  interface AccountOrdersExportRequest {
@@ -13074,6 +13082,10 @@ declare namespace io.flow.internal.v0.models {
13074
13082
  readonly 'experiment_key'?: string;
13075
13083
  }
13076
13084
 
13085
+ interface BankAccountReference {
13086
+ readonly 'id': string;
13087
+ }
13088
+
13077
13089
  interface BankPayment {
13078
13090
  readonly 'id': string;
13079
13091
  readonly 'key': string;
@@ -13822,6 +13834,7 @@ declare namespace io.flow.internal.v0.models {
13822
13834
  readonly 'center_key'?: string;
13823
13835
  readonly 'statistics': io.flow.internal.v0.models.AccountStatistics;
13824
13836
  readonly 'next_statement': io.flow.internal.v0.models.NextBillingStatement;
13837
+ readonly 'bank_account'?: io.flow.internal.v0.models.BankAccountReference;
13825
13838
  readonly 'created_at': string;
13826
13839
  }
13827
13840
 
@@ -17870,7 +17883,7 @@ declare namespace io.flow.internal.v0.models {
17870
17883
 
17871
17884
  interface FinanceBankAccount {
17872
17885
  readonly 'id': string;
17873
- readonly 'account': io.flow.internal.v0.models.AccountSummary;
17886
+ readonly 'accounts': io.flow.internal.v0.models.AccountSummary[];
17874
17887
  readonly 'last4': string;
17875
17888
  readonly 'info': io.flow.billing.bank.account.v0.unions.BankAccountInfo;
17876
17889
  readonly 'owner'?: io.flow.internal.v0.models.FinanceBankAccountOwner;
@@ -18014,6 +18027,7 @@ declare namespace io.flow.internal.v0.models {
18014
18027
  readonly 'center_key'?: string;
18015
18028
  readonly 'statistics': io.flow.internal.v0.models.AccountStatistics;
18016
18029
  readonly 'next_statement': io.flow.internal.v0.models.NextBillingStatement;
18030
+ readonly 'bank_account'?: io.flow.internal.v0.models.BankAccountReference;
18017
18031
  readonly 'created_at': string;
18018
18032
  }
18019
18033
 
@@ -20660,6 +20674,7 @@ declare namespace io.flow.internal.v0.models {
20660
20674
  readonly 'setup_completed_at'?: string;
20661
20675
  readonly 'gmv': number;
20662
20676
  readonly 'health_score': number;
20677
+ readonly 'blocked_since'?: string;
20663
20678
  }
20664
20679
 
20665
20680
  interface OnboardingStateForm {
@@ -20794,8 +20809,13 @@ declare namespace io.flow.internal.v0.models {
20794
20809
  readonly 'description': string;
20795
20810
  }
20796
20811
 
20812
+ interface OrderCancellationEvidenceReturnToSender {
20813
+ readonly 'discriminator': 'return_to_sender';
20814
+ readonly 'initiated_by': io.flow.internal.v0.enums.OrderCancellationInitiatedBy;
20815
+ }
20816
+
20797
20817
  interface OrderCancellationForm {
20798
- readonly 'evidence': io.flow.internal.v0.models.OrderCancellationEvidenceManual;
20818
+ readonly 'evidence': io.flow.internal.v0.unions.OrderCancellationEvidence;
20799
20819
  }
20800
20820
 
20801
20821
  interface OrderDetail {
@@ -20964,6 +20984,7 @@ declare namespace io.flow.internal.v0.models {
20964
20984
  readonly 'center_key'?: string;
20965
20985
  readonly 'statistics': io.flow.internal.v0.models.AccountStatistics;
20966
20986
  readonly 'next_statement': io.flow.internal.v0.models.NextBillingStatement;
20987
+ readonly 'bank_account'?: io.flow.internal.v0.models.BankAccountReference;
20967
20988
  readonly 'created_at': string;
20968
20989
  }
20969
20990
 
@@ -22539,6 +22560,7 @@ declare namespace io.flow.internal.v0.models {
22539
22560
  interface RestrictionRuleDecisionForm {
22540
22561
  readonly 'rule_id': string;
22541
22562
  readonly 'decision': io.flow.internal.v0.enums.RestrictionDecision;
22563
+ readonly 'product_id'?: string;
22542
22564
  }
22543
22565
 
22544
22566
  interface RestrictionRuleForm {
@@ -24490,7 +24512,7 @@ declare namespace io.flow.internal.v0.unions {
24490
24512
  type MarketingGatewaySourceSummary = (io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary);
24491
24513
  type OptinPromptDisplay = (io.flow.internal.v0.models.OptinPromptCheckoutDisplay);
24492
24514
  type OrderActionForm = (io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm);
24493
- type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled);
24515
+ type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender);
24494
24516
  type PaymentRedirect = (io.flow.internal.v0.models.OnlineAuthorizationCompleted | io.flow.internal.v0.models.RedirectActionCompleted);
24495
24517
  type PaymentSummaryDetails = (io.flow.internal.v0.models.SearchAuthorization);
24496
24518
  type PlatformFee = (io.flow.internal.v0.models.PlatformFeePause | io.flow.internal.v0.models.PlatformFeeFlat | io.flow.internal.v0.models.PlatformFeePercentage | io.flow.internal.v0.models.PlatformFeeDisabled);
@@ -24705,8 +24727,10 @@ export const onboardingAuditResult: PropTypes.Requireable<io.flow.internal.v0.en
24705
24727
  export const onboardingAuditThemeKey: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAuditThemeKey>;
24706
24728
  export const onboardingAutomationProcessState: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAutomationProcessState>;
24707
24729
  export const onboardingAutomationTaskState: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingAutomationTaskState>;
24730
+ export const onboardingStateSource: PropTypes.Requireable<io.flow.internal.v0.enums.OnboardingStateSource>;
24708
24731
  export const orderAction: PropTypes.Requireable<io.flow.internal.v0.enums.OrderAction>;
24709
24732
  export const orderAttributeIntent: PropTypes.Requireable<io.flow.internal.v0.enums.OrderAttributeIntent>;
24733
+ export const orderCancellationInitiatedBy: PropTypes.Requireable<io.flow.internal.v0.enums.OrderCancellationInitiatedBy>;
24710
24734
  export const orderChargeTrigger: PropTypes.Requireable<io.flow.internal.v0.enums.OrderChargeTrigger>;
24711
24735
  export const orderLifecycleEvent: PropTypes.Requireable<io.flow.internal.v0.enums.OrderLifecycleEvent>;
24712
24736
  export const orderTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.OrderTransactionType>;
@@ -24883,6 +24907,7 @@ export const authorizedLineItemCharge: PropTypes.Requireable<io.flow.internal.v0
24883
24907
  export const authorizedShippingCharge: PropTypes.Requireable<io.flow.internal.v0.models.AuthorizedShippingCharge>;
24884
24908
  export const backfill: PropTypes.Requireable<io.flow.internal.v0.models.Backfill>;
24885
24909
  export const backfillForm: PropTypes.Requireable<io.flow.internal.v0.models.BackfillForm>;
24910
+ export const bankAccountReference: PropTypes.Requireable<io.flow.internal.v0.models.BankAccountReference>;
24886
24911
  export const bankPayment: PropTypes.Requireable<io.flow.internal.v0.models.BankPayment>;
24887
24912
  export const bankPaymentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentDeleted>;
24888
24913
  export const bankPaymentDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.BankPaymentDeletedV2>;
@@ -25995,6 +26020,7 @@ export const orderAttributeUpserted: PropTypes.Requireable<io.flow.internal.v0.m
25995
26020
  export const orderCancellation: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellation>;
25996
26021
  export const orderCancellationEvidenceFullyRefundedNotFulfilled: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled>;
25997
26022
  export const orderCancellationEvidenceManual: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationEvidenceManual>;
26023
+ export const orderCancellationEvidenceReturnToSender: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender>;
25998
26024
  export const orderCancellationForm: PropTypes.Requireable<io.flow.internal.v0.models.OrderCancellationForm>;
25999
26025
  export const orderDetail: PropTypes.Requireable<io.flow.internal.v0.models.OrderDetail>;
26000
26026
  export const orderFulfillmentDeleted: PropTypes.Requireable<io.flow.internal.v0.models.OrderFulfillmentDeleted>;