@flowio/api-internal-prop-types 9.24.48 → 9.24.49

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-internal-prop-types",
3
- "version": "9.24.48",
3
+ "version": "9.24.49",
4
4
  "description": "PropType validators that work with internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "prop-types": "^15.7.0"
32
32
  },
33
- "gitHead": "b751c3c9b00a0488e9efcb77d8677c9711711a87"
33
+ "gitHead": "f8f8ae1c2b9472a8a42afdf320e7baa8341a3533"
34
34
  }
@@ -4390,9 +4390,9 @@ declare namespace io.flow.adyen.v0.enums {
4390
4390
  type Contract = 'RECURRING';
4391
4391
  type DeviceChannel = 'app' | 'browser';
4392
4392
  type EventCode = 'AUTHORISATION' | 'CANCELLATION' | 'REFUND' | 'CANCEL_OR_REFUND' | 'CAPTURE' | 'CAPTURE_FAILED' | 'REFUND_FAILED' | 'REFUNDED_REVERSED' | 'PAIDOUT_REVERSED' | 'REQUEST_FOR_INFORMATION' | 'CHARGEBACK' | 'CHARGEBACK_REVERSED' | 'NOTIFICATION_OF_CHARGEBACK' | 'NOTIFICATION_OF_FRAUD' | 'MANUAL_REVIEW_ACCEPT' | 'MANUAL_REVIEW_REJECT' | 'RECURRING_CONTRACT' | 'PAYOUT_EXPIRE' | 'PAYOUT_DECLINE' | 'PAYOUT_THIRDPARTY' | 'REFUND_WITH_DATA' | 'AUTHORISE_REFERRAL' | 'EXPIRE' | 'FRAUD_ONLY' | 'FUND_TRANSFER' | 'HANDLED_EXTERNALLY' | 'OFFER_CLOSED' | 'ORDER_OPENED' | 'ORDER_CLOSED' | 'PENDING' | 'PROCESS_RETRY' | 'REPORT_AVAILABLE' | 'SECOND_CHARGEBACK' | 'PREARBITRATION_WON' | 'PREARBITRATION_LOST';
4393
- type Method = 'GET' | 'POST';
4393
+ type HttpRedirectMethod = 'GET' | 'POST';
4394
4394
  type Operation = 'cancel' | 'capture' | 'refund';
4395
- type PaymentMethod = 'ach' | 'alipay' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mc' | 'molpay_points' | 'multibanco' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
4395
+ type PaymentMethod = 'ach' | 'alipay' | 'alipay_hk' | 'alipay_wap' | 'amex' | 'bankTransfer_IBAN' | 'bcmc' | 'bcmc_mobile' | 'blik' | 'cartebancaire' | 'cup' | 'diners' | 'directEbanking' | 'discover' | 'dotpay' | 'dragonpay_ebanking' | 'dragonpay_gcash' | 'dragonpay_otc_banking' | 'ebanking_FI' | 'gcash' | 'giropay' | 'ideal' | 'interac' | 'jcb' | 'kakaopay' | 'kcp_banktransfer' | 'kcp_creditcard' | 'kcp_payco' | 'maestro' | 'mbway' | 'mc' | 'mobilepay' | 'molpay_points' | 'multibanco' | 'onlineBanking_PL' | 'qiwiwallet' | 'sepadirectdebit' | 'trustly' | 'trustpay' | 'twint' | 'unionpay' | 'visa' | 'wechatpay' | 'unknowncard';
4396
4396
  type RecurringProcessingModel = 'Subscription' | 'CardOnFile' | 'UnscheduledCardOnFile';
4397
4397
  type ResultCode = 'Authorised' | 'Cancelled' | 'Error' | 'Refused' | 'Received' | 'RedirectShopper' | 'Pending' | 'ChallengeShopper' | 'IdentifyShopper';
4398
4398
  type ShopperInteraction = 'Ecommerce' | 'ContAuth' | 'POS' | 'Moto';
@@ -4414,6 +4414,11 @@ declare namespace io.flow.adyen.v0.models {
4414
4414
  readonly 'currency': string;
4415
4415
  }
4416
4416
 
4417
+ interface Applepay {
4418
+ readonly 'type': 'applepay';
4419
+ readonly 'applePayToken': string;
4420
+ }
4421
+
4417
4422
  interface Authentication {
4418
4423
  readonly 'threeds2.fingerprintToken'?: string;
4419
4424
  readonly 'threeds2.challengeToken'?: string;
@@ -4441,6 +4446,8 @@ declare namespace io.flow.adyen.v0.models {
4441
4446
  readonly 'browserInfo'?: io.flow.adyen.v0.unions.BrowserInfo;
4442
4447
  readonly 'threeDS2RequestData'?: io.flow.adyen.v0.models.Threeds2RequestData;
4443
4448
  readonly 'recurringProcessingModel'?: io.flow.adyen.v0.enums.RecurringProcessingModel;
4449
+ readonly 'mcc'?: string;
4450
+ readonly 'metadata'?: any/*object*/;
4444
4451
  }
4445
4452
 
4446
4453
  interface AuthorizeRequest3D {
@@ -4597,6 +4604,14 @@ declare namespace io.flow.adyen.v0.models {
4597
4604
  readonly 'paymentData'?: string;
4598
4605
  }
4599
4606
 
4607
+ interface PaymentDetailsV663Ds2Challenge {
4608
+ readonly 'threeds2.challengeResult': string;
4609
+ }
4610
+
4611
+ interface PaymentDetailsV663Ds2Fingerprint {
4612
+ readonly 'threeds2.fingerprint': string;
4613
+ }
4614
+
4600
4615
  interface PaymentRequest {
4601
4616
  readonly 'reference': string;
4602
4617
  readonly 'merchantAccount': string;
@@ -4618,7 +4633,12 @@ declare namespace io.flow.adyen.v0.models {
4618
4633
  readonly 'browserInfo'?: io.flow.adyen.v0.unions.BrowserInfo;
4619
4634
  readonly 'origin'?: string;
4620
4635
  readonly 'channel'?: io.flow.adyen.v0.enums.Channel;
4621
- readonly 'returnURL'?: string;
4636
+ readonly 'returnUrl'?: string;
4637
+ readonly 'mcc'?: string;
4638
+ readonly 'metadata'?: any/*object*/;
4639
+ readonly 'redirectToIssuerMethod'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
4640
+ readonly 'redirectFromIssuerMethod'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
4641
+ readonly 'storePaymentMethod'?: boolean;
4622
4642
  }
4623
4643
 
4624
4644
  interface PaymentResponse {
@@ -4635,12 +4655,50 @@ declare namespace io.flow.adyen.v0.models {
4635
4655
  interface PaymentResponseAdditionalData {
4636
4656
  readonly 'authCode'?: string;
4637
4657
  readonly 'avsResultRaw'?: string;
4658
+ readonly 'avsResult'?: string;
4638
4659
  readonly 'cvcResultRaw'?: string;
4660
+ readonly 'cvcResult'?: string;
4661
+ readonly 'refusalReasonRaw'?: string;
4639
4662
  readonly 'liabilityShift'?: string;
4640
4663
  readonly 'threeDAuthenticated'?: string;
4641
4664
  readonly 'threeDAuthenticatedResponse'?: string;
4642
4665
  readonly 'threeDOffered'?: string;
4643
4666
  readonly 'threeDOfferedResponse'?: string;
4667
+ readonly 'threeDSVersion'?: string;
4668
+ readonly 'eci'?: string;
4669
+ readonly 'scaExemptionRequested'?: string;
4670
+ readonly 'paymentMethod'?: string;
4671
+ readonly 'paymentMethodVariant'?: string;
4672
+ readonly 'tokenTxVariant'?: string;
4673
+ readonly 'acquirerCode'?: string;
4674
+ readonly 'acquirerAccountCode'?: string;
4675
+ readonly 'cardPaymentMethod'?: string;
4676
+ readonly 'coBrandedWith'?: string;
4677
+ readonly 'cardIssuingCountry'?: string;
4678
+ readonly 'cardIssuingCurrency'?: string;
4679
+ readonly 'cardIssuingBank'?: string;
4680
+ readonly 'cardBin'?: string;
4681
+ readonly 'issuerBin'?: string;
4682
+ readonly 'cardSummary'?: string;
4683
+ readonly 'untokenisedCardSummary'?: string;
4684
+ readonly 'ownerName'?: string;
4685
+ readonly 'bankName'?: string;
4686
+ readonly 'issuerCountry'?: string;
4687
+ readonly 'iban'?: string;
4688
+ readonly 'bic'?: string;
4689
+ readonly 'iDealConsumerAccountNumber'?: string;
4690
+ readonly 'iDealConsumerBIC'?: string;
4691
+ readonly 'iDealConsumerCity'?: string;
4692
+ readonly 'iDealConsumerIBAN'?: string;
4693
+ readonly 'iDealConsumerName'?: string;
4694
+ readonly 'iDealTransactionId'?: string;
4695
+ readonly 'recurring.recurringDetailReference'?: string;
4696
+ readonly 'recurring.shopperReference'?: string;
4697
+ readonly 'networkTxReference'?: string;
4698
+ readonly 'PaymentAccountReference'?: string;
4699
+ readonly 'networkToken.available'?: string;
4700
+ readonly 'networkToken.bin'?: string;
4701
+ readonly 'networkToken.tokenSummary'?: string;
4644
4702
  }
4645
4703
 
4646
4704
  interface Recurring {
@@ -4649,7 +4707,7 @@ declare namespace io.flow.adyen.v0.models {
4649
4707
 
4650
4708
  interface Redirect {
4651
4709
  readonly 'data'?: io.flow.adyen.v0.models.RedirectData;
4652
- readonly 'method'?: io.flow.adyen.v0.enums.Method;
4710
+ readonly 'method'?: io.flow.adyen.v0.enums.HttpRedirectMethod;
4653
4711
  readonly 'url'?: string;
4654
4712
  }
4655
4713
 
@@ -4672,6 +4730,17 @@ declare namespace io.flow.adyen.v0.models {
4672
4730
  readonly 'holderName': string;
4673
4731
  readonly 'number': string;
4674
4732
  readonly 'cvc'?: string;
4733
+ readonly 'storedPaymentMethodId'?: string;
4734
+ readonly 'networkPaymentReference'?: string;
4735
+ }
4736
+
4737
+ interface SdkV3OnCompleteData {
4738
+ readonly 'details': any/*object*/;
4739
+ readonly 'payment_data'?: string;
4740
+ }
4741
+
4742
+ interface SdkV3OnCompleteResult {
4743
+ readonly 'data': io.flow.adyen.v0.models.SdkV3OnCompleteData;
4675
4744
  }
4676
4745
 
4677
4746
  interface ThreeDSecureData {
@@ -4703,7 +4772,7 @@ declare namespace io.flow.adyen.v0.models {
4703
4772
 
4704
4773
  declare namespace io.flow.adyen.v0.unions {
4705
4774
  type BrowserInfo = (io.flow.adyen.v0.models.BrowserInfo3Ds1 | io.flow.adyen.v0.models.BrowserInfo3Ds2);
4706
- type PaymentMethodData = (io.flow.adyen.v0.models.Scheme);
4775
+ type PaymentMethodData = (io.flow.adyen.v0.models.Scheme | io.flow.adyen.v0.models.Applepay);
4707
4776
  }
4708
4777
 
4709
4778
  declare namespace io.flow.order.management.v0.enums {
@@ -5982,7 +6051,7 @@ declare namespace io.flow.shopify.markets.v0.models {
5982
6051
 
5983
6052
  interface ShopifyOrderAttribute {
5984
6053
  readonly 'name': string;
5985
- readonly 'value': any/*json*/;
6054
+ readonly 'value': string;
5986
6055
  }
5987
6056
 
5988
6057
  interface ShopifyOrderCancellationForm {
@@ -6220,7 +6289,7 @@ declare namespace io.flow.shopify.markets.v0.models {
6220
6289
  interface ShopifyOrderShippingLine {
6221
6290
  readonly 'code'?: string;
6222
6291
  readonly 'price': string;
6223
- readonly 'source'?: string;
6292
+ readonly 'source': string;
6224
6293
  readonly 'title': string;
6225
6294
  readonly 'tax_lines': io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
6226
6295
  readonly 'carrier_identifier'?: string;
@@ -6883,6 +6952,16 @@ declare namespace io.flow.payment.gateway.v0.models {
6883
6952
 
6884
6953
  interface PaymentMethodDataAuthorizeApplepay {
6885
6954
  readonly 'type': 'authorize_applepay';
6955
+ readonly 'result': io.flow.payment.gateway.v0.unions.PaymentMethodDataAuthorizeApplepayResult;
6956
+ }
6957
+
6958
+ interface PaymentMethodDataAuthorizeApplepayResultFailure {
6959
+ readonly 'type': 'failure';
6960
+ readonly 'placeholder'?: string;
6961
+ }
6962
+
6963
+ interface PaymentMethodDataAuthorizeApplepayResultSuccess {
6964
+ readonly 'type': 'success';
6886
6965
  readonly 'token': string;
6887
6966
  }
6888
6967
 
@@ -7163,6 +7242,7 @@ declare namespace io.flow.payment.gateway.v0.unions {
7163
7242
  type PaymentCaptureOption = (io.flow.payment.gateway.v0.models.PaymentCaptureOptionAutomaticImmediate | io.flow.payment.gateway.v0.models.PaymentCaptureOptionManual);
7164
7243
  type PaymentMethodCard = (io.flow.payment.gateway.v0.models.PaymentMethodCardPciDetails | io.flow.payment.gateway.v0.models.PaymentMethodCardToken);
7165
7244
  type PaymentMethodData = (io.flow.payment.gateway.v0.models.PaymentMethodDataInitKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataInitAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataInitPaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitIdeal | io.flow.payment.gateway.v0.models.PaymentMethodDataInitSofort | io.flow.payment.gateway.v0.models.PaymentMethodDataInitBancontact | io.flow.payment.gateway.v0.models.PaymentMethodDataValidateApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeCard | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepay | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizePaypal | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarna | io.flow.payment.gateway.v0.models.PaymentMethodDataSelectedPaymentOption | io.flow.payment.gateway.v0.models.PaymentMethodDataCompleteAuthorizationCard);
7245
+ type PaymentMethodDataAuthorizeApplepayResult = (io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeApplepayResultFailure);
7166
7246
  type PaymentMethodDataAuthorizeKlarnaResult = (io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess | io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure);
7167
7247
  type PaymentMethodDataOptionLogo = (io.flow.payment.gateway.v0.models.PaymentMethodDataOptionLogoSvg);
7168
7248
  type PaymentMethodSummary = (io.flow.payment.gateway.v0.models.PaymentMethodSummaryCard | io.flow.payment.gateway.v0.models.PaymentMethodSummaryKlarna | io.flow.payment.gateway.v0.models.PaymentMethodSummaryAfterpay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryApplepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryGooglepay | io.flow.payment.gateway.v0.models.PaymentMethodSummaryPaypal | io.flow.payment.gateway.v0.models.PaymentMethodSummaryIdeal | io.flow.payment.gateway.v0.models.PaymentMethodSummarySofort | io.flow.payment.gateway.v0.models.PaymentMethodSummaryBancontact);
@@ -18620,8 +18700,8 @@ declare namespace io.flow.internal.v0.models {
18620
18700
  readonly 'url': string;
18621
18701
  }
18622
18702
 
18623
- interface Hs6Detail {
18624
- readonly 'hs6_code': string;
18703
+ interface Hs6 {
18704
+ readonly 'code': string;
18625
18705
  readonly 'description': string;
18626
18706
  }
18627
18707
 
@@ -19206,6 +19286,7 @@ declare namespace io.flow.internal.v0.models {
19206
19286
  }
19207
19287
 
19208
19288
  interface LabelSummary {
19289
+ readonly 'id': string;
19209
19290
  readonly 'commercial_invoice'?: string;
19210
19291
  readonly 'pdf'?: string;
19211
19292
  readonly 'png'?: string;
@@ -23202,8 +23283,8 @@ declare namespace io.flow.internal.v0.models {
23202
23283
 
23203
23284
  interface TransactionAdjustment {
23204
23285
  readonly 'id': string;
23205
- readonly 'original_transaction': io.flow.internal.v0.models.ProcessingTransactionReference;
23206
- readonly 'adjustment_transaction': io.flow.internal.v0.models.ProcessingTransactionReference;
23286
+ readonly 'original_transaction': io.flow.internal.v0.models.TransactionReference;
23287
+ readonly 'adjustment_transaction'?: io.flow.internal.v0.models.TransactionReference;
23207
23288
  readonly 'description': string;
23208
23289
  readonly 'details': io.flow.internal.v0.unions.AdjustmentDetails;
23209
23290
  }
@@ -24893,7 +24974,7 @@ export const heapWebsocketRequest: PropTypes.Requireable<io.flow.internal.v0.mod
24893
24974
  export const heapWebsocketResponse: PropTypes.Requireable<io.flow.internal.v0.models.HeapWebsocketResponse>;
24894
24975
  export const heapWebsocketRetry: PropTypes.Requireable<io.flow.internal.v0.models.HeapWebsocketRetry>;
24895
24976
  export const href: PropTypes.Requireable<io.flow.internal.v0.models.Href>;
24896
- export const hs6Detail: PropTypes.Requireable<io.flow.internal.v0.models.Hs6Detail>;
24977
+ export const hs6: PropTypes.Requireable<io.flow.internal.v0.models.Hs6>;
24897
24978
  export const hs6Metadata: PropTypes.Requireable<io.flow.internal.v0.models.Hs6Metadata>;
24898
24979
  export const hybrisCatalogItemsImportRequest: PropTypes.Requireable<io.flow.internal.v0.models.HybrisCatalogItemsImportRequest>;
24899
24980
  export const hybrisCatalogItemsImportRequestData: PropTypes.Requireable<io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData>;
@@ -1221,11 +1221,6 @@ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_paypal'] = Pr
1221
1221
  payer_id: PropTypes.string.isRequired,
1222
1222
  });
1223
1223
 
1224
- T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay'] = PropTypes.exact({
1225
- type: PropTypes.oneOf(['authorize_applepay']).isRequired,
1226
- token: PropTypes.string.isRequired,
1227
- });
1228
-
1229
1224
  T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_googlepay'] = PropTypes.exact({
1230
1225
  type: PropTypes.oneOf(['authorize_googlepay']).isRequired,
1231
1226
  payment_data: PropTypes.object.isRequired,
@@ -1360,6 +1355,26 @@ T['io.flow.payment.gateway.v0.unions.device_fingerprint_details'] = PropTypes.on
1360
1355
  [T['io.flow.payment.gateway.v0.models.device_fingerprint_details_browser']],
1361
1356
  );
1362
1357
 
1358
+ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay_result_failure'] = PropTypes.exact({
1359
+ type: PropTypes.oneOf(['failure']).isRequired,
1360
+ placeholder: PropTypes.string,
1361
+ });
1362
+
1363
+ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay_result_success'] = PropTypes.exact({
1364
+ type: PropTypes.oneOf(['success']).isRequired,
1365
+ token: PropTypes.string.isRequired,
1366
+ });
1367
+
1368
+ T['io.flow.payment.gateway.v0.unions.payment_method_data_authorize_applepay_result'] = PropTypes.oneOfType([
1369
+ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay_result_success'],
1370
+ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay_result_failure'],
1371
+ ]);
1372
+
1373
+ T['io.flow.payment.gateway.v0.models.payment_method_data_authorize_applepay'] = PropTypes.exact({
1374
+ type: PropTypes.oneOf(['authorize_applepay']).isRequired,
1375
+ result: T['io.flow.payment.gateway.v0.unions.payment_method_data_authorize_applepay_result'].isRequired,
1376
+ });
1377
+
1363
1378
  T['io.flow.payment.gateway.v0.models.payment_method_card_number_cipher'] = PropTypes.exact({
1364
1379
  type: PropTypes.oneOf(['cipher']).isRequired,
1365
1380
  cipher: PropTypes.string.isRequired,
@@ -2996,7 +3011,15 @@ T['io.flow.shopify.external.v0.models.response_product'] = PropTypes.exact({
2996
3011
  });
2997
3012
 
2998
3013
  T['io.flow.order.management.v0.enums.fulfillment_item_quantity_status'] = PropTypes.oneOf(['new', 'shipped', 'cancelled']);
2999
- T['io.flow.adyen.v0.enums.method'] = PropTypes.oneOf(['GET', 'POST']);
3014
+
3015
+ T['io.flow.adyen.v0.models.sdk_v3_on_complete_data'] = PropTypes.exact({
3016
+ details: PropTypes.object.isRequired,
3017
+ payment_data: PropTypes.string,
3018
+ });
3019
+
3020
+ T['io.flow.adyen.v0.models.sdk_v3_on_complete_result'] = PropTypes.exact({
3021
+ data: T['io.flow.adyen.v0.models.sdk_v3_on_complete_data'].isRequired,
3022
+ });
3000
3023
 
3001
3024
  T['io.flow.adyen.v0.models.redirect_data'] = PropTypes.exact({
3002
3025
  PaReq: PropTypes.string,
@@ -3004,12 +3027,6 @@ T['io.flow.adyen.v0.models.redirect_data'] = PropTypes.exact({
3004
3027
  MD: PropTypes.string,
3005
3028
  });
3006
3029
 
3007
- T['io.flow.adyen.v0.models.redirect'] = PropTypes.exact({
3008
- data: T['io.flow.adyen.v0.models.redirect_data'],
3009
- method: T['io.flow.adyen.v0.enums.method'],
3010
- url: PropTypes.string,
3011
- });
3012
-
3013
3030
  T['io.flow.adyen.v0.models.authentication'] = PropTypes.exact({
3014
3031
  'threeds2.fingerprintToken': PropTypes.string,
3015
3032
  'threeds2.challengeToken': PropTypes.string,
@@ -3018,12 +3035,55 @@ T['io.flow.adyen.v0.models.authentication'] = PropTypes.exact({
3018
3035
  T['io.flow.adyen.v0.models.payment_response_additional_data'] = PropTypes.exact({
3019
3036
  authCode: PropTypes.string,
3020
3037
  avsResultRaw: PropTypes.string,
3038
+ avsResult: PropTypes.string,
3021
3039
  cvcResultRaw: PropTypes.string,
3040
+ cvcResult: PropTypes.string,
3041
+ refusalReasonRaw: PropTypes.string,
3022
3042
  liabilityShift: PropTypes.string,
3023
3043
  threeDAuthenticated: PropTypes.string,
3024
3044
  threeDAuthenticatedResponse: PropTypes.string,
3025
3045
  threeDOffered: PropTypes.string,
3026
3046
  threeDOfferedResponse: PropTypes.string,
3047
+ threeDSVersion: PropTypes.string,
3048
+ eci: PropTypes.string,
3049
+ scaExemptionRequested: PropTypes.string,
3050
+ paymentMethod: PropTypes.string,
3051
+ paymentMethodVariant: PropTypes.string,
3052
+ tokenTxVariant: PropTypes.string,
3053
+ acquirerCode: PropTypes.string,
3054
+ acquirerAccountCode: PropTypes.string,
3055
+ cardPaymentMethod: PropTypes.string,
3056
+ coBrandedWith: PropTypes.string,
3057
+ cardIssuingCountry: PropTypes.string,
3058
+ cardIssuingCurrency: PropTypes.string,
3059
+ cardIssuingBank: PropTypes.string,
3060
+ cardBin: PropTypes.string,
3061
+ issuerBin: PropTypes.string,
3062
+ cardSummary: PropTypes.string,
3063
+ untokenisedCardSummary: PropTypes.string,
3064
+ ownerName: PropTypes.string,
3065
+ bankName: PropTypes.string,
3066
+ issuerCountry: PropTypes.string,
3067
+ iban: PropTypes.string,
3068
+ bic: PropTypes.string,
3069
+ iDealConsumerAccountNumber: PropTypes.string,
3070
+ iDealConsumerBIC: PropTypes.string,
3071
+ iDealConsumerCity: PropTypes.string,
3072
+ iDealConsumerIBAN: PropTypes.string,
3073
+ iDealConsumerName: PropTypes.string,
3074
+ iDealTransactionId: PropTypes.string,
3075
+ 'recurring.recurringDetailReference': PropTypes.string,
3076
+ 'recurring.shopperReference': PropTypes.string,
3077
+ networkTxReference: PropTypes.string,
3078
+ PaymentAccountReference: PropTypes.string,
3079
+ 'networkToken.available': PropTypes.string,
3080
+ 'networkToken.bin': PropTypes.string,
3081
+ 'networkToken.tokenSummary': PropTypes.string,
3082
+ });
3083
+
3084
+ T['io.flow.adyen.v0.models.applepay'] = PropTypes.exact({
3085
+ type: PropTypes.oneOf(['applepay']).isRequired,
3086
+ applePayToken: PropTypes.string.isRequired,
3027
3087
  });
3028
3088
 
3029
3089
  T['io.flow.adyen.v0.models.scheme'] = PropTypes.exact({
@@ -3033,6 +3093,16 @@ T['io.flow.adyen.v0.models.scheme'] = PropTypes.exact({
3033
3093
  holderName: PropTypes.string.isRequired,
3034
3094
  number: PropTypes.string.isRequired,
3035
3095
  cvc: PropTypes.string,
3096
+ storedPaymentMethodId: PropTypes.string,
3097
+ networkPaymentReference: PropTypes.string,
3098
+ });
3099
+
3100
+ T['io.flow.adyen.v0.enums.http_redirect_method'] = PropTypes.oneOf(['GET', 'POST']);
3101
+
3102
+ T['io.flow.adyen.v0.models.redirect'] = PropTypes.exact({
3103
+ data: T['io.flow.adyen.v0.models.redirect_data'],
3104
+ method: T['io.flow.adyen.v0.enums.http_redirect_method'],
3105
+ url: PropTypes.string,
3036
3106
  });
3037
3107
 
3038
3108
  T['io.flow.adyen.v0.enums.channel'] = PropTypes.oneOf(['web']);
@@ -3042,15 +3112,20 @@ T['io.flow.adyen.v0.models.threeds_additional_data'] = PropTypes.exact({
3042
3112
  allow3DS2: PropTypes.bool,
3043
3113
  });
3044
3114
 
3045
- T['io.flow.adyen.v0.unions.payment_method_data'] = PropTypes.oneOfType([T['io.flow.adyen.v0.models.scheme']]);
3115
+ T['io.flow.adyen.v0.unions.payment_method_data'] = PropTypes.oneOfType(
3116
+ [T['io.flow.adyen.v0.models.scheme'], T['io.flow.adyen.v0.models.applepay']],
3117
+ );
3046
3118
 
3047
3119
  T['io.flow.adyen.v0.enums.payment_method'] = PropTypes.oneOf([
3048
3120
  'ach',
3049
3121
  'alipay',
3122
+ 'alipay_hk',
3050
3123
  'alipay_wap',
3051
3124
  'amex',
3052
3125
  'bankTransfer_IBAN',
3053
3126
  'bcmc',
3127
+ 'bcmc_mobile',
3128
+ 'blik',
3054
3129
  'cartebancaire',
3055
3130
  'cup',
3056
3131
  'diners',
@@ -3061,21 +3136,27 @@ T['io.flow.adyen.v0.enums.payment_method'] = PropTypes.oneOf([
3061
3136
  'dragonpay_gcash',
3062
3137
  'dragonpay_otc_banking',
3063
3138
  'ebanking_FI',
3139
+ 'gcash',
3064
3140
  'giropay',
3065
3141
  'ideal',
3066
3142
  'interac',
3067
3143
  'jcb',
3144
+ 'kakaopay',
3068
3145
  'kcp_banktransfer',
3069
3146
  'kcp_creditcard',
3070
3147
  'kcp_payco',
3071
3148
  'maestro',
3149
+ 'mbway',
3072
3150
  'mc',
3151
+ 'mobilepay',
3073
3152
  'molpay_points',
3074
3153
  'multibanco',
3154
+ 'onlineBanking_PL',
3075
3155
  'qiwiwallet',
3076
3156
  'sepadirectdebit',
3077
3157
  'trustly',
3078
3158
  'trustpay',
3159
+ 'twint',
3079
3160
  'unionpay',
3080
3161
  'visa',
3081
3162
  'wechatpay',
@@ -3274,7 +3355,12 @@ T['io.flow.adyen.v0.models.payment_request'] = PropTypes.exact({
3274
3355
  browserInfo: T['io.flow.adyen.v0.unions.browser_info'],
3275
3356
  origin: PropTypes.string,
3276
3357
  channel: T['io.flow.adyen.v0.enums.channel'],
3277
- returnURL: PropTypes.string,
3358
+ returnUrl: PropTypes.string,
3359
+ mcc: PropTypes.string,
3360
+ metadata: PropTypes.object,
3361
+ redirectToIssuerMethod: T['io.flow.adyen.v0.enums.http_redirect_method'],
3362
+ redirectFromIssuerMethod: T['io.flow.adyen.v0.enums.http_redirect_method'],
3363
+ storePaymentMethod: PropTypes.bool,
3278
3364
  });
3279
3365
 
3280
3366
  T['io.flow.adyen.v0.models.modification_request'] = PropTypes.exact({
@@ -3330,6 +3416,8 @@ T['io.flow.adyen.v0.models.authorize_request'] = PropTypes.exact({
3330
3416
  browserInfo: T['io.flow.adyen.v0.unions.browser_info'],
3331
3417
  threeDS2RequestData: T['io.flow.adyen.v0.models.threeds2_request_data'],
3332
3418
  recurringProcessingModel: T['io.flow.adyen.v0.enums.recurring_processing_model'],
3419
+ mcc: PropTypes.string,
3420
+ metadata: PropTypes.object,
3333
3421
  });
3334
3422
 
3335
3423
  T['io.flow.brickftp.v0.models.file_summary'] = PropTypes.exact({
@@ -8145,10 +8233,6 @@ T['io.flow.internal.v0.models.usd_spot_rate_upserted'] = PropTypes.exact({
8145
8233
 
8146
8234
  T['io.flow.internal.v0.enums.adjustment_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal']);
8147
8235
 
8148
- T['io.flow.internal.v0.models.processing_transaction_reference'] = PropTypes.exact({
8149
- id: PropTypes.string.isRequired,
8150
- });
8151
-
8152
8236
  T['io.flow.internal.v0.models.tracking_event'] = PropTypes.exact({
8153
8237
  timestamp: PropTypes.string.isRequired,
8154
8238
  carrier_status_code: PropTypes.string.isRequired,
@@ -9997,7 +10081,7 @@ T['io.flow.shopify.markets.v0.models.shopify_order_duty'] = PropTypes.exact({
9997
10081
  T['io.flow.shopify.markets.v0.models.shopify_order_shipping_line'] = PropTypes.exact({
9998
10082
  code: PropTypes.string,
9999
10083
  price: PropTypes.string.isRequired,
10000
- source: PropTypes.string,
10084
+ source: PropTypes.string.isRequired,
10001
10085
  title: PropTypes.string.isRequired,
10002
10086
  tax_lines: PropTypes.arrayOf(T['io.flow.shopify.markets.v0.models.shopify_order_tax_line']).isRequired,
10003
10087
  carrier_identifier: PropTypes.string,
@@ -21627,6 +21711,7 @@ T['io.flow.label.v0.unions.shipping_label_form'] = PropTypes.oneOfType([
21627
21711
  ]);
21628
21712
 
21629
21713
  T['io.flow.internal.v0.models.label_summary'] = PropTypes.exact({
21714
+ id: PropTypes.string.isRequired,
21630
21715
  commercial_invoice: PropTypes.string,
21631
21716
  pdf: PropTypes.string,
21632
21717
  png: PropTypes.string,
@@ -22127,8 +22212,8 @@ T['io.flow.internal.v0.models.transaction_adjustment_form'] = PropTypes.exact({
22127
22212
 
22128
22213
  T['io.flow.internal.v0.models.transaction_adjustment'] = PropTypes.exact({
22129
22214
  id: PropTypes.string.isRequired,
22130
- original_transaction: T['io.flow.internal.v0.models.processing_transaction_reference'].isRequired,
22131
- adjustment_transaction: T['io.flow.internal.v0.models.processing_transaction_reference'].isRequired,
22215
+ original_transaction: T['io.flow.internal.v0.models.transaction_reference'].isRequired,
22216
+ adjustment_transaction: T['io.flow.internal.v0.models.transaction_reference'],
22132
22217
  description: PropTypes.string.isRequired,
22133
22218
  details: T['io.flow.internal.v0.unions.adjustment_details'].isRequired,
22134
22219
  });
@@ -25935,8 +26020,8 @@ T['io.flow.internal.v0.models.google_shopping_setting'] = PropTypes.exact({
25935
26020
  created_by_email: PropTypes.string.isRequired,
25936
26021
  });
25937
26022
 
25938
- T['io.flow.internal.v0.models.hs6_detail'] = PropTypes.exact({
25939
- hs6_code: PropTypes.string.isRequired,
26023
+ T['io.flow.internal.v0.models.hs6'] = PropTypes.exact({
26024
+ code: PropTypes.string.isRequired,
25940
26025
  description: PropTypes.string.isRequired,
25941
26026
  });
25942
26027
 
@@ -26173,6 +26258,10 @@ T['io.flow.internal.v0.models.prioritized_center_reference'] = PropTypes.exact({
26173
26258
  position: PropTypes.number.isRequired,
26174
26259
  });
26175
26260
 
26261
+ T['io.flow.internal.v0.models.processing_transaction_reference'] = PropTypes.exact({
26262
+ id: PropTypes.string.isRequired,
26263
+ });
26264
+
26176
26265
  T['io.flow.internal.v0.models.product_detail_settings_form'] = PropTypes.exact({
26177
26266
  keys: PropTypes.arrayOf(PropTypes.string).isRequired,
26178
26267
  });
@@ -26785,6 +26874,14 @@ T['io.flow.adyen.v0.models.payment_details'] = PropTypes.exact({
26785
26874
  paymentData: PropTypes.string,
26786
26875
  });
26787
26876
 
26877
+ T['io.flow.adyen.v0.models.payment_details_v66_3ds2_challenge'] = PropTypes.exact({
26878
+ 'threeds2.challengeResult': PropTypes.string.isRequired,
26879
+ });
26880
+
26881
+ T['io.flow.adyen.v0.models.payment_details_v66_3ds2_fingerprint'] = PropTypes.exact({
26882
+ 'threeds2.fingerprint': PropTypes.string.isRequired,
26883
+ });
26884
+
26788
26885
  T['io.flow.adyen.v0.models.request_for_information_additional_data'] = PropTypes.exact({
26789
26886
  rfiSchemeCode: PropTypes.string.isRequired,
26790
26887
  modificationMerchantReferences: PropTypes.string.isRequired,
@@ -28551,7 +28648,7 @@ export const heapWebsocketRequest = T['io.flow.internal.v0.models.heap_websocket
28551
28648
  export const heapWebsocketResponse = T['io.flow.internal.v0.models.heap_websocket_response'];
28552
28649
  export const heapWebsocketRetry = T['io.flow.internal.v0.models.heap_websocket_retry'];
28553
28650
  export const href = T['io.flow.internal.v0.models.href'];
28554
- export const hs6Detail = T['io.flow.internal.v0.models.hs6_detail'];
28651
+ export const hs6 = T['io.flow.internal.v0.models.hs6'];
28555
28652
  export const hs6Metadata = T['io.flow.internal.v0.models.hs6_metadata'];
28556
28653
  export const httpMethod = T['io.flow.internal.v0.enums.http_method'];
28557
28654
  export const hybrisCatalogItemsImportRequest = T['io.flow.internal.v0.models.hybris_catalog_items_import_request'];