@flowio/api-types 0.0.213 → 0.0.214

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.
@@ -7835,6 +7835,10 @@ declare namespace io.flow.internal.v0.models {
7835
7835
  readonly 'actual_action'?: io.flow.payment.gateway.v0.unions.Action;
7836
7836
  }
7837
7837
 
7838
+ interface InternalPaymentRequestVerification {
7839
+ readonly 'placeholder'?: string;
7840
+ }
7841
+
7838
7842
  interface InternalPaypalAuthorizationDetails {
7839
7843
  readonly 'discriminator': 'internal_paypal_authorization_details';
7840
7844
  readonly 'paypal_authentication_data': io.flow.internal.v0.models.PaypalAccountReference;
@@ -1,6 +1,6 @@
1
1
  declare namespace io.flow.organization.onboarding.state.v0.enums {
2
2
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
3
- type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
3
+ 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';
4
4
  }
5
5
 
6
6
  declare namespace io.flow.organization.onboarding.state.v0.models {
@@ -462,6 +462,10 @@ declare namespace io.flow.payment.internal.v0.models {
462
462
  readonly 'actual_action'?: io.flow.payment.gateway.v0.unions.Action;
463
463
  }
464
464
 
465
+ interface InternalPaymentRequestVerification {
466
+ readonly 'placeholder'?: string;
467
+ }
468
+
465
469
  interface InternalPaypalAuthorizationDetails {
466
470
  readonly 'discriminator': 'internal_paypal_authorization_details';
467
471
  readonly 'paypal_authentication_data': io.flow.payment.internal.v0.models.PaypalAccountReference;
@@ -308,6 +308,7 @@ declare namespace io.flow.shopify.markets.v0.models {
308
308
  readonly 'metafields'?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
309
309
  readonly 'merchant_of_record_app_id'?: number;
310
310
  readonly 'total_shipping_price_set'?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
311
+ readonly 'total_tip_received'?: string;
311
312
  }
312
313
 
313
314
  interface ShopifyOrderAddress {
@@ -105,7 +105,7 @@ declare namespace io.flow.v0.enums {
105
105
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
106
106
  type Method = 'post';
107
107
  type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
108
- type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
108
+ 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';
109
109
  type OnboardingTradeSector = 'accessories' | 'animals_and_pet_supplies' | 'apparel' | 'apparel_and_accessories' | 'arts_and_entertainment' | 'baby_and_toddler' | 'business_and_industrial' | 'cameras_and_optics' | 'electronics' | 'food_beverages_and_tobacco' | 'furniture' | 'gift_cards' | 'hardware' | 'health_and_beauty' | 'home_and_garden' | 'jewelry' | 'luggage_and_bags' | 'mature' | 'media' | 'office_supplies' | 'paper_and_art' | 'religious_and_ceremonial' | 'software' | 'sporting_goods' | 'sports_and_fitness' | 'toys_and_games' | 'toys_hobbies_gifts' | 'vehicles_and_parts' | 'other';
110
110
  type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
111
111
  type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.213",
3
+ "version": "0.0.214",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,5 +14,5 @@
14
14
  "scripts": {
15
15
  "generate": "apibuilder update && node scripts/generate-index.js"
16
16
  },
17
- "gitHead": "2430172d05199bd940ad6b8a39eaf47a9efcea8c"
17
+ "gitHead": "7fddfd86678e7921d92493bec5b3bec759769d5f"
18
18
  }