@flowio/types 11.24.82 → 11.24.83

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.
@@ -5704,6 +5704,7 @@ declare namespace io.flow.shopify.markets.v0.models {
5704
5704
  readonly metafields?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
5705
5705
  readonly merchant_of_record_app_id?: number;
5706
5706
  readonly total_shipping_price_set?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
5707
+ readonly total_tip_received?: string;
5707
5708
  }
5708
5709
  interface ShopifyOrderAddress {
5709
5710
  readonly id?: number;
@@ -13550,7 +13551,7 @@ declare namespace io.flow.checkout.v0.unions {
13550
13551
  }
13551
13552
  declare namespace io.flow.organization.onboarding.state.v0.enums {
13552
13553
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
13553
- type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
13554
+ 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';
13554
13555
  }
13555
13556
  declare namespace io.flow.organization.onboarding.state.v0.models {
13556
13557
  interface ActivationPutForm {
@@ -20678,6 +20679,9 @@ declare namespace io.flow.internal.v0.models {
20678
20679
  readonly payment_request: io.flow.payment.gateway.v0.models.PaymentRequest;
20679
20680
  readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
20680
20681
  }
20682
+ interface InternalPaymentRequestVerification {
20683
+ readonly placeholder?: string;
20684
+ }
20681
20685
  interface InternalPaypalAuthorizationDetails {
20682
20686
  readonly discriminator: 'internal_paypal_authorization_details';
20683
20687
  readonly paypal_authentication_data: io.flow.internal.v0.models.PaypalAccountReference;
@@ -27372,6 +27376,7 @@ export declare type InternalHarmonizationStatistic = io.flow.internal.v0.unions.
27372
27376
  export declare type InternalItemForm = io.flow.internal.v0.models.InternalItemForm;
27373
27377
  export declare type InternalOrder = io.flow.internal.v0.models.InternalOrder;
27374
27378
  export declare type InternalPaymentRequest = io.flow.internal.v0.models.InternalPaymentRequest;
27379
+ export declare type InternalPaymentRequestVerification = io.flow.internal.v0.models.InternalPaymentRequestVerification;
27375
27380
  export declare type InternalPaypalAuthorizationDetails = io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
27376
27381
  export declare type InternalRefundForm = io.flow.internal.v0.unions.InternalRefundForm;
27377
27382
  export declare type InternalStripeAuthorizationDetails = io.flow.internal.v0.models.InternalStripeAuthorizationDetails;
package/dist/api.d.ts CHANGED
@@ -1953,7 +1953,7 @@ declare namespace io.flow.v0.enums {
1953
1953
  type MerchantRejectedReason = 'merchant_ubo_is_pep' | 'merchant_catalog_is_unsupportable' | 'merchant_failed_kyb_review';
1954
1954
  type Method = 'post';
1955
1955
  type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
1956
- type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box';
1956
+ 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';
1957
1957
  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';
1958
1958
  type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
1959
1959
  type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.82",
3
+ "version": "11.24.83",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "maintainers": [
26
26
  "Christian Muñoz <christian.munoz@flow.io>"
27
27
  ],
28
- "gitHead": "2430172d05199bd940ad6b8a39eaf47a9efcea8c"
28
+ "gitHead": "7fddfd86678e7921d92493bec5b3bec759769d5f"
29
29
  }
@@ -7732,6 +7732,7 @@ declare namespace io.flow.shopify.markets.v0.models {
7732
7732
  readonly metafields?: io.flow.shopify.markets.v0.models.ShopifyOrderMetafield[];
7733
7733
  readonly merchant_of_record_app_id?: number;
7734
7734
  readonly total_shipping_price_set?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
7735
+ readonly total_tip_received?: string;
7735
7736
  }
7736
7737
 
7737
7738
  interface ShopifyOrderAddress {
@@ -17695,7 +17696,8 @@ declare namespace io.flow.organization.onboarding.state.v0.enums {
17695
17696
  | 'street_address_is_blank_3pl'
17696
17697
  | 'street_address_is_po_box_3pl'
17697
17698
  | 'business_street_address_is_blank'
17698
- | 'business_street_address_is_po_box';
17699
+ | 'business_street_address_is_po_box'
17700
+ | 'exception_merchant';
17699
17701
  }
17700
17702
 
17701
17703
  declare namespace io.flow.organization.onboarding.state.v0.models {
@@ -27096,6 +27098,10 @@ declare namespace io.flow.internal.v0.models {
27096
27098
  readonly actual_action?: io.flow.payment.gateway.v0.unions.Action;
27097
27099
  }
27098
27100
 
27101
+ interface InternalPaymentRequestVerification {
27102
+ readonly placeholder?: string;
27103
+ }
27104
+
27099
27105
  interface InternalPaypalAuthorizationDetails {
27100
27106
  readonly discriminator: 'internal_paypal_authorization_details';
27101
27107
  readonly paypal_authentication_data: io.flow.internal.v0.models.PaypalAccountReference;
@@ -36521,6 +36527,8 @@ export type InternalItemForm = io.flow.internal.v0.models.InternalItemForm;
36521
36527
  export type InternalOrder = io.flow.internal.v0.models.InternalOrder;
36522
36528
  export type InternalPaymentRequest =
36523
36529
  io.flow.internal.v0.models.InternalPaymentRequest;
36530
+ export type InternalPaymentRequestVerification =
36531
+ io.flow.internal.v0.models.InternalPaymentRequestVerification;
36524
36532
  export type InternalPaypalAuthorizationDetails =
36525
36533
  io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
36526
36534
  export type InternalRefundForm = io.flow.internal.v0.unions.InternalRefundForm;
package/src/api.ts CHANGED
@@ -3026,7 +3026,8 @@ declare namespace io.flow.v0.enums {
3026
3026
  | 'street_address_is_blank_3pl'
3027
3027
  | 'street_address_is_po_box_3pl'
3028
3028
  | 'business_street_address_is_blank'
3029
- | 'business_street_address_is_po_box';
3029
+ | 'business_street_address_is_po_box'
3030
+ | 'exception_merchant';
3030
3031
  type OnboardingTradeSector =
3031
3032
  | 'accessories'
3032
3033
  | 'animals_and_pet_supplies'