@flowio/api-internal-prop-types 9.24.81 → 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.
@@ -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 {
@@ -15552,7 +15553,7 @@ declare namespace io.flow.checkout.v0.unions {
15552
15553
 
15553
15554
  declare namespace io.flow.organization.onboarding.state.v0.enums {
15554
15555
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
15555
- 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';
15556
15557
  }
15557
15558
 
15558
15559
  declare namespace io.flow.organization.onboarding.state.v0.models {
@@ -23816,6 +23817,10 @@ declare namespace io.flow.internal.v0.models {
23816
23817
  readonly 'actual_action'?: io.flow.payment.gateway.v0.unions.Action;
23817
23818
  }
23818
23819
 
23820
+ interface InternalPaymentRequestVerification {
23821
+ readonly 'placeholder'?: string;
23822
+ }
23823
+
23819
23824
  interface InternalPaypalAuthorizationDetails {
23820
23825
  readonly 'discriminator': 'internal_paypal_authorization_details';
23821
23826
  readonly 'paypal_authentication_data': io.flow.internal.v0.models.PaypalAccountReference;
@@ -31331,6 +31336,7 @@ export const internalFiservAuthorizationDetails: PropTypes.Requireable<io.flow.i
31331
31336
  export const internalItemForm: PropTypes.Requireable<io.flow.internal.v0.models.InternalItemForm>;
31332
31337
  export const internalOrder: PropTypes.Requireable<io.flow.internal.v0.models.InternalOrder>;
31333
31338
  export const internalPaymentRequest: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaymentRequest>;
31339
+ export const internalPaymentRequestVerification: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaymentRequestVerification>;
31334
31340
  export const internalPaypalAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalPaypalAuthorizationDetails>;
31335
31341
  export const internalStripeAuthorizationDetails: PropTypes.Requireable<io.flow.internal.v0.models.InternalStripeAuthorizationDetails>;
31336
31342
  export const internalTransactionDetailsCard: PropTypes.Requireable<io.flow.internal.v0.models.InternalTransactionDetailsCard>;