@flowio/api-prop-types 10.16.63 → 10.16.65

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-prop-types",
3
- "version": "10.16.63",
3
+ "version": "10.16.65",
4
4
  "description": "PropType validators that work with Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "prop-types": "^15.7.0"
31
31
  },
32
- "gitHead": "1855db886db2701e6ba2ae9ede907ce6abbcaa38"
32
+ "gitHead": "2430172d05199bd940ad6b8a39eaf47a9efcea8c"
33
33
  }
package/src/api.d.ts CHANGED
@@ -2099,6 +2099,7 @@ declare namespace io.flow.v0.enums {
2099
2099
  type CaptureStatus = 'initiated' | 'pending' | 'succeeded' | 'failed' | 'canceled';
2100
2100
  type CardErrorCode = 'invalid_address' | 'invalid_currency' | 'invalid_name' | 'invalid_number' | 'invalid_expiration' | 'invalid_token_type' | 'avs' | 'cvv' | 'fraud' | 'unknown';
2101
2101
  type CardType = 'american_express' | 'cartes_bancaires' | 'china_union_pay' | 'dankort' | 'diners_club' | 'discover' | 'jcb' | 'maestro' | 'mastercard' | 'visa';
2102
+ type CarrierChargeReason = 'return_to_origin' | 'rejection' | 'other';
2102
2103
  type CenterCapability = 'international' | 'domestic' | 'crossdock' | 'commercial_invoice';
2103
2104
  type ChangeType = 'insert' | 'update' | 'delete';
2104
2105
  type ChannelCurrencyCapability = 'payment_authorizations' | 'settlement_currency';
@@ -2227,7 +2228,7 @@ declare namespace io.flow.v0.enums {
2227
2228
  type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
2228
2229
  type PriceFacetBoundary = 'min' | 'max';
2229
2230
  type PricingLevySetting = 'included' | 'displayed' | 'ignored';
2230
- type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Supplements' | 'Weapon' | 'Wood' | 'unknown';
2231
+ type ProductRestrictionRule = 'Adult Products' | 'Alcohol' | 'Anti Money Laundering' | 'Collagen' | 'Consumer Safety' | 'Cosmetics' | 'DG - Batteries' | 'DG - Hazmat' | 'Drugs' | 'Dual Use' | 'Fine Art' | 'Fish & Wildlife - CITES' | 'Fish & Wildlife - Plant' | 'Fish & Wildlife - USFWS' | 'Food' | 'Gambling' | 'Health' | 'Human hair' | 'Insufficient Details' | 'Intangible' | 'Jewelry' | 'Jewelry & Watches Over 5000' | 'Knives' | 'Liquids' | 'Oversized' | 'Restrict by Default' | 'Supplements' | 'Weapon' | 'Wood';
2231
2232
  type PromotionTriggerType = 'automatic' | 'order_subtotal';
2232
2233
  type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
2233
2234
  type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
@@ -2277,7 +2278,7 @@ declare namespace io.flow.v0.enums {
2277
2278
  type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired';
2278
2279
  type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
2279
2280
  type TradeAgreementStatus = 'supported' | 'not_supported';
2280
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'trueup' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
2281
+ type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'trueup' | 'carrier_charge' | 'shipping_label_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund';
2281
2282
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl';
2282
2283
  type TrueupSurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid' | 'emergency' | 'peak' | 'address_correction';
2283
2284
  type UnitOfLength = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'meter';
@@ -8647,6 +8648,8 @@ declare namespace io.flow.v0.models {
8647
8648
  readonly 'status': io.flow.v0.models.PaymentAuthorizationStatus;
8648
8649
  readonly 'amount': number;
8649
8650
  readonly 'currency': string;
8651
+ readonly 'base_amount'?: number;
8652
+ readonly 'base_currency'?: string;
8650
8653
  }
8651
8654
 
8652
8655
  interface PaymentAuthorizationStatus {
@@ -8658,6 +8661,8 @@ declare namespace io.flow.v0.models {
8658
8661
  readonly 'id': string;
8659
8662
  readonly 'amount': number;
8660
8663
  readonly 'currency': string;
8664
+ readonly 'base_amount'?: number;
8665
+ readonly 'base_currency'?: string;
8661
8666
  readonly 'created_at': string;
8662
8667
  readonly 'updated_at': string;
8663
8668
  readonly 'status': io.flow.v0.models.PaymentCaptureStatus;
@@ -9090,6 +9095,8 @@ declare namespace io.flow.v0.models {
9090
9095
  readonly 'id': string;
9091
9096
  readonly 'amount': number;
9092
9097
  readonly 'currency': string;
9098
+ readonly 'base_amount'?: number;
9099
+ readonly 'base_currency'?: string;
9093
9100
  readonly 'created_at': string;
9094
9101
  readonly 'updated_at': string;
9095
9102
  readonly 'status': io.flow.v0.models.PaymentRefundStatus;
@@ -9115,6 +9122,8 @@ declare namespace io.flow.v0.models {
9115
9122
  readonly 'next_action'?: io.flow.v0.unions.Action;
9116
9123
  readonly 'amount': number;
9117
9124
  readonly 'currency': string;
9125
+ readonly 'base_amount'?: number;
9126
+ readonly 'base_currency'?: string;
9118
9127
  readonly 'order_information': io.flow.v0.unions.OrderInformation;
9119
9128
  readonly 'device_details': io.flow.v0.unions.DeviceDetails;
9120
9129
  readonly 'locale'?: string;
@@ -9129,6 +9138,12 @@ declare namespace io.flow.v0.models {
9129
9138
 
9130
9139
  interface PaymentRequestBilling {
9131
9140
  readonly 'fees': io.flow.v0.models.PaymentRequestBillingFees;
9141
+ readonly 'currency_rate'?: io.flow.v0.models.PaymentRequestBillingCurrencyRate;
9142
+ }
9143
+
9144
+ interface PaymentRequestBillingCurrencyRate {
9145
+ readonly 'base_amount': number;
9146
+ readonly 'base_currency': string;
9132
9147
  }
9133
9148
 
9134
9149
  interface PaymentRequestBillingFees {
@@ -9195,6 +9210,8 @@ declare namespace io.flow.v0.models {
9195
9210
  readonly 'id': string;
9196
9211
  readonly 'amount': number;
9197
9212
  readonly 'currency': string;
9213
+ readonly 'base_amount'?: number;
9214
+ readonly 'base_currency'?: string;
9198
9215
  readonly 'created_at': string;
9199
9216
  readonly 'updated_at': string;
9200
9217
  readonly 'status': io.flow.v0.models.PaymentReversalStatus;
@@ -9639,9 +9656,9 @@ declare namespace io.flow.v0.models {
9639
9656
  readonly 'product_id': string;
9640
9657
  readonly 'item_numbers': string[];
9641
9658
  readonly 'prohibited_regions': string[];
9642
- readonly 'review_status': io.flow.v0.enums.ReviewStatus;
9643
- readonly 'rules': io.flow.v0.enums.ProductRestrictionRule[];
9644
- readonly 'updated_by_user_id': string;
9659
+ readonly 'review_status'?: io.flow.v0.enums.ReviewStatus;
9660
+ readonly 'rules'?: io.flow.v0.enums.ProductRestrictionRule[];
9661
+ readonly 'updated_by'?: string;
9645
9662
  }
9646
9663
 
9647
9664
  interface ProductRestrictionResultDeleted {
@@ -12154,6 +12171,13 @@ declare namespace io.flow.v0.models {
12154
12171
  readonly 'network_details'?: io.flow.v0.models.TransactionNetworkDetailsCard;
12155
12172
  }
12156
12173
 
12174
+ interface TransactionMetadataCarrierCharge {
12175
+ readonly 'discriminator': 'carrier_charge';
12176
+ readonly 'reason': io.flow.v0.enums.CarrierChargeReason;
12177
+ readonly 'carrier_id': string;
12178
+ readonly 'carrier_tracking_number': string;
12179
+ }
12180
+
12157
12181
  interface TransactionMetadataChannel {
12158
12182
  readonly 'discriminator': 'channel';
12159
12183
  readonly 'method': string;
@@ -12599,7 +12623,7 @@ declare namespace io.flow.v0.unions {
12599
12623
  type Token = (io.flow.v0.models.ChannelToken | io.flow.v0.models.OrganizationToken | io.flow.v0.models.OrganizationTokenV2 | io.flow.v0.models.PartnerToken);
12600
12624
  type TokenReference = (io.flow.v0.models.ChannelTokenReference | io.flow.v0.models.OrganizationTokenReference | io.flow.v0.models.OrganizationTokenV2Reference | io.flow.v0.models.PartnerTokenReference);
12601
12625
  type TransactionDetails = (io.flow.v0.models.TransactionDetailsCard);
12602
- type TransactionMetadata = (io.flow.v0.models.TransactionMetadataShippingLabel | io.flow.v0.models.TransactionMetadataChannel | io.flow.v0.models.TransactionMetadataTrueup | io.flow.v0.models.TransactionMetadataManual);
12626
+ type TransactionMetadata = (io.flow.v0.models.TransactionMetadataShippingLabel | io.flow.v0.models.TransactionMetadataChannel | io.flow.v0.models.TransactionMetadataTrueup | io.flow.v0.models.TransactionMetadataCarrierCharge | io.flow.v0.models.TransactionMetadataManual);
12603
12627
  }
12604
12628
 
12605
12629
  export const abandonedOrderPromotionStatus: PropTypes.Requireable<io.flow.v0.enums.AbandonedOrderPromotionStatus>;
@@ -12626,6 +12650,7 @@ export const captureDeclineCode: PropTypes.Requireable<io.flow.v0.enums.CaptureD
12626
12650
  export const captureStatus: PropTypes.Requireable<io.flow.v0.enums.CaptureStatus>;
12627
12651
  export const cardErrorCode: PropTypes.Requireable<io.flow.v0.enums.CardErrorCode>;
12628
12652
  export const cardType: PropTypes.Requireable<io.flow.v0.enums.CardType>;
12653
+ export const carrierChargeReason: PropTypes.Requireable<io.flow.v0.enums.CarrierChargeReason>;
12629
12654
  export const centerCapability: PropTypes.Requireable<io.flow.v0.enums.CenterCapability>;
12630
12655
  export const changeType: PropTypes.Requireable<io.flow.v0.enums.ChangeType>;
12631
12656
  export const channelCurrencyCapability: PropTypes.Requireable<io.flow.v0.enums.ChannelCurrencyCapability>;
@@ -13786,6 +13811,7 @@ export const paymentRefundForm: PropTypes.Requireable<io.flow.v0.models.PaymentR
13786
13811
  export const paymentRefundStatus: PropTypes.Requireable<io.flow.v0.models.PaymentRefundStatus>;
13787
13812
  export const paymentRequest: PropTypes.Requireable<io.flow.v0.models.PaymentRequest>;
13788
13813
  export const paymentRequestBilling: PropTypes.Requireable<io.flow.v0.models.PaymentRequestBilling>;
13814
+ export const paymentRequestBillingCurrencyRate: PropTypes.Requireable<io.flow.v0.models.PaymentRequestBillingCurrencyRate>;
13789
13815
  export const paymentRequestBillingFees: PropTypes.Requireable<io.flow.v0.models.PaymentRequestBillingFees>;
13790
13816
  export const paymentRequestBundle: PropTypes.Requireable<io.flow.v0.models.PaymentRequestBundle>;
13791
13817
  export const paymentRequestBundleForm: PropTypes.Requireable<io.flow.v0.models.PaymentRequestBundleForm>;
@@ -14190,6 +14216,7 @@ export const tradeAgreementCertifier: PropTypes.Requireable<io.flow.v0.models.Tr
14190
14216
  export const tradeAgreementDuty: PropTypes.Requireable<io.flow.v0.models.TradeAgreementDuty>;
14191
14217
  export const transaction: PropTypes.Requireable<io.flow.v0.models.Transaction>;
14192
14218
  export const transactionDetailsCard: PropTypes.Requireable<io.flow.v0.models.TransactionDetailsCard>;
14219
+ export const transactionMetadataCarrierCharge: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataCarrierCharge>;
14193
14220
  export const transactionMetadataChannel: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannel>;
14194
14221
  export const transactionMetadataChannelCardMetadata: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannelCardMetadata>;
14195
14222
  export const transactionMetadataChannelCardMetadataIssuerSummary: PropTypes.Requireable<io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary>;
package/src/api.js CHANGED
@@ -2952,6 +2952,8 @@ T['io.flow.v0.models.transaction_metadata_channel_card_metadata_issuer_summary']
2952
2952
  country: PropTypes.string.isRequired,
2953
2953
  });
2954
2954
 
2955
+ T['io.flow.v0.enums.carrier_charge_reason'] = PropTypes.oneOf(['return_to_origin', 'rejection', 'other']);
2956
+
2955
2957
  T['io.flow.v0.enums.tracking_status'] = PropTypes.oneOf([
2956
2958
  'label_created',
2957
2959
  'pending',
@@ -3722,10 +3724,10 @@ T['io.flow.v0.enums.product_restriction_rule'] = PropTypes.oneOf([
3722
3724
  'Knives',
3723
3725
  'Liquids',
3724
3726
  'Oversized',
3727
+ 'Restrict by Default',
3725
3728
  'Supplements',
3726
3729
  'Weapon',
3727
3730
  'Wood',
3728
- 'unknown',
3729
3731
  ]);
3730
3732
 
3731
3733
  T['io.flow.v0.enums.review_status'] = PropTypes.oneOf(['high_risk_in_review', 'low_risk_in_review', 'reviewed']);
@@ -3735,9 +3737,9 @@ T['io.flow.v0.models.product_restriction_result'] = PropTypes.exact({
3735
3737
  product_id: PropTypes.string.isRequired,
3736
3738
  item_numbers: PropTypes.arrayOf(PropTypes.string).isRequired,
3737
3739
  prohibited_regions: PropTypes.arrayOf(PropTypes.string).isRequired,
3738
- review_status: T['io.flow.v0.enums.review_status'].isRequired,
3739
- rules: PropTypes.arrayOf(T['io.flow.v0.enums.product_restriction_rule']).isRequired,
3740
- updated_by_user_id: PropTypes.string.isRequired,
3740
+ review_status: T['io.flow.v0.enums.review_status'],
3741
+ rules: PropTypes.arrayOf(T['io.flow.v0.enums.product_restriction_rule']),
3742
+ updated_by: PropTypes.string,
3741
3743
  });
3742
3744
 
3743
3745
  T['io.flow.v0.models.product_restriction_result_upserted'] = PropTypes.exact({
@@ -3929,6 +3931,11 @@ T['io.flow.v0.models.payment_method_data_init_klarna'] = PropTypes.exact({
3929
3931
  placeholder: PropTypes.string,
3930
3932
  });
3931
3933
 
3934
+ T['io.flow.v0.models.payment_request_billing_currency_rate'] = PropTypes.exact({
3935
+ base_amount: PropTypes.number.isRequired,
3936
+ base_currency: PropTypes.string.isRequired,
3937
+ });
3938
+
3932
3939
  T['io.flow.v0.models.payment_request_billing_fees'] = PropTypes.exact({
3933
3940
  mor_fee_rate: PropTypes.number,
3934
3941
  fx_fee_rate: PropTypes.number,
@@ -3936,6 +3943,7 @@ T['io.flow.v0.models.payment_request_billing_fees'] = PropTypes.exact({
3936
3943
 
3937
3944
  T['io.flow.v0.models.payment_request_billing'] = PropTypes.exact({
3938
3945
  fees: T['io.flow.v0.models.payment_request_billing_fees'].isRequired,
3946
+ currency_rate: T['io.flow.v0.models.payment_request_billing_currency_rate'],
3939
3947
  });
3940
3948
 
3941
3949
  T['io.flow.v0.models.payment_request_review_check'] = PropTypes.exact({
@@ -4261,6 +4269,8 @@ T['io.flow.v0.models.payment_reversal'] = PropTypes.exact({
4261
4269
  id: PropTypes.string.isRequired,
4262
4270
  amount: PropTypes.number.isRequired,
4263
4271
  currency: PropTypes.string.isRequired,
4272
+ base_amount: PropTypes.number,
4273
+ base_currency: PropTypes.string,
4264
4274
  created_at: PropTypes.string.isRequired,
4265
4275
  updated_at: PropTypes.string.isRequired,
4266
4276
  status: T['io.flow.v0.models.payment_reversal_status'].isRequired,
@@ -5860,6 +5870,8 @@ T['io.flow.v0.models.payment_refund'] = PropTypes.exact({
5860
5870
  id: PropTypes.string.isRequired,
5861
5871
  amount: PropTypes.number.isRequired,
5862
5872
  currency: PropTypes.string.isRequired,
5873
+ base_amount: PropTypes.number,
5874
+ base_currency: PropTypes.string,
5863
5875
  created_at: PropTypes.string.isRequired,
5864
5876
  updated_at: PropTypes.string.isRequired,
5865
5877
  status: T['io.flow.v0.models.payment_refund_status'].isRequired,
@@ -6950,6 +6962,13 @@ T['io.flow.v0.models.transaction_metadata_manual'] = PropTypes.exact({
6950
6962
  url: PropTypes.string,
6951
6963
  });
6952
6964
 
6965
+ T['io.flow.v0.models.transaction_metadata_carrier_charge'] = PropTypes.exact({
6966
+ discriminator: PropTypes.oneOf(['carrier_charge']).isRequired,
6967
+ reason: T['io.flow.v0.enums.carrier_charge_reason'].isRequired,
6968
+ carrier_id: PropTypes.string.isRequired,
6969
+ carrier_tracking_number: PropTypes.string.isRequired,
6970
+ });
6971
+
6953
6972
  T['io.flow.v0.models.transaction_metadata_trueup'] = PropTypes.exact({
6954
6973
  discriminator: PropTypes.oneOf(['trueup']).isRequired,
6955
6974
  original: T['io.flow.v0.models.transaction_metadata_original_transaction'].isRequired,
@@ -6989,6 +7008,7 @@ T['io.flow.v0.enums.transaction_source'] = PropTypes.oneOf([
6989
7008
  'shipping_label',
6990
7009
  'shipping_label_service',
6991
7010
  'trueup',
7011
+ 'carrier_charge',
6992
7012
  'shipping_label_revenue_share',
6993
7013
  'platform_fee',
6994
7014
  'tax',
@@ -7672,6 +7692,7 @@ T['io.flow.v0.unions.transaction_metadata'] = PropTypes.oneOfType([
7672
7692
  T['io.flow.v0.models.transaction_metadata_shipping_label'],
7673
7693
  T['io.flow.v0.models.transaction_metadata_channel'],
7674
7694
  T['io.flow.v0.models.transaction_metadata_trueup'],
7695
+ T['io.flow.v0.models.transaction_metadata_carrier_charge'],
7675
7696
  T['io.flow.v0.models.transaction_metadata_manual'],
7676
7697
  ]);
7677
7698
 
@@ -7812,6 +7833,8 @@ T['io.flow.v0.models.payment_capture'] = PropTypes.exact({
7812
7833
  id: PropTypes.string.isRequired,
7813
7834
  amount: PropTypes.number.isRequired,
7814
7835
  currency: PropTypes.string.isRequired,
7836
+ base_amount: PropTypes.number,
7837
+ base_currency: PropTypes.string,
7815
7838
  created_at: PropTypes.string.isRequired,
7816
7839
  updated_at: PropTypes.string.isRequired,
7817
7840
  status: T['io.flow.v0.models.payment_capture_status'].isRequired,
@@ -10852,6 +10875,8 @@ T['io.flow.v0.models.payment_authorization'] = PropTypes.exact({
10852
10875
  status: T['io.flow.v0.models.payment_authorization_status'].isRequired,
10853
10876
  amount: PropTypes.number.isRequired,
10854
10877
  currency: PropTypes.string.isRequired,
10878
+ base_amount: PropTypes.number,
10879
+ base_currency: PropTypes.string,
10855
10880
  });
10856
10881
 
10857
10882
  T['io.flow.v0.models.payment_information'] = PropTypes.exact({
@@ -11414,6 +11439,8 @@ T['io.flow.v0.models.payment_request'] = PropTypes.exact({
11414
11439
  next_action: T['io.flow.v0.unions.action'],
11415
11440
  amount: PropTypes.number.isRequired,
11416
11441
  currency: PropTypes.string.isRequired,
11442
+ base_amount: PropTypes.number,
11443
+ base_currency: PropTypes.string,
11417
11444
  order_information: T['io.flow.v0.unions.order_information'].isRequired,
11418
11445
  device_details: T['io.flow.v0.unions.device_details'].isRequired,
11419
11446
  locale: PropTypes.string,
@@ -14831,6 +14858,7 @@ export const cardType = T['io.flow.v0.enums.card_type'];
14831
14858
  export const cardUpsertedV2 = T['io.flow.v0.models.card_upserted_v2'];
14832
14859
  export const cardVersion = T['io.flow.v0.models.card_version'];
14833
14860
  export const carrier = T['io.flow.v0.models.carrier'];
14861
+ export const carrierChargeReason = T['io.flow.v0.enums.carrier_charge_reason'];
14834
14862
  export const carrierReference = T['io.flow.v0.models.carrier_reference'];
14835
14863
  export const carrierService = T['io.flow.v0.models.carrier_service'];
14836
14864
  export const cartReference = T['io.flow.v0.models.cart_reference'];
@@ -15808,6 +15836,7 @@ export const paymentRefundForm = T['io.flow.v0.models.payment_refund_form'];
15808
15836
  export const paymentRefundStatus = T['io.flow.v0.models.payment_refund_status'];
15809
15837
  export const paymentRequest = T['io.flow.v0.models.payment_request'];
15810
15838
  export const paymentRequestBilling = T['io.flow.v0.models.payment_request_billing'];
15839
+ export const paymentRequestBillingCurrencyRate = T['io.flow.v0.models.payment_request_billing_currency_rate'];
15811
15840
  export const paymentRequestBillingFees = T['io.flow.v0.models.payment_request_billing_fees'];
15812
15841
  export const paymentRequestBundle = T['io.flow.v0.models.payment_request_bundle'];
15813
15842
  export const paymentRequestBundleForm = T['io.flow.v0.models.payment_request_bundle_form'];
@@ -16314,6 +16343,7 @@ export const transaction = T['io.flow.v0.models.transaction'];
16314
16343
  export const transactionDetails = T['io.flow.v0.unions.transaction_details'];
16315
16344
  export const transactionDetailsCard = T['io.flow.v0.models.transaction_details_card'];
16316
16345
  export const transactionMetadata = T['io.flow.v0.unions.transaction_metadata'];
16346
+ export const transactionMetadataCarrierCharge = T['io.flow.v0.models.transaction_metadata_carrier_charge'];
16317
16347
  export const transactionMetadataChannel = T['io.flow.v0.models.transaction_metadata_channel'];
16318
16348
  export const transactionMetadataChannelCardMetadata = T['io.flow.v0.models.transaction_metadata_channel_card_metadata'];
16319
16349
  export const transactionMetadataChannelCardMetadataIssuerSummary = T['io.flow.v0.models.transaction_metadata_channel_card_metadata_issuer_summary'];