@flowio/types 11.24.61 → 11.24.62

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/src/api.ts CHANGED
@@ -2328,6 +2328,8 @@ declare namespace io.flow.v0.enums {
2328
2328
  | 'catalog_item_deleted_v2'
2329
2329
  | 'subcatalog_item_upserted'
2330
2330
  | 'subcatalog_item_deleted'
2331
+ | 'catalog_statistics_upserted'
2332
+ | 'catalog_statistics_deleted'
2331
2333
  | 'channel_upserted'
2332
2334
  | 'channel_deleted'
2333
2335
  | 'channel_currency_upserted'
@@ -3040,6 +3042,7 @@ declare namespace io.flow.v0.enums {
3040
3042
  | 'platform_fee'
3041
3043
  | 'tax'
3042
3044
  | 'duty'
3045
+ | 'withholding'
3043
3046
  | 'other_adjustment'
3044
3047
  | 'tax_adjustment'
3045
3048
  | 'channel'
@@ -4348,6 +4351,22 @@ declare namespace io.flow.v0.models {
4348
4351
  readonly categories: number;
4349
4352
  }
4350
4353
 
4354
+ interface CatalogStatisticsDeleted {
4355
+ readonly discriminator: 'catalog_statistics_deleted';
4356
+ readonly event_id: string;
4357
+ readonly timestamp: string;
4358
+ readonly organization: string;
4359
+ readonly id: string;
4360
+ }
4361
+
4362
+ interface CatalogStatisticsUpserted {
4363
+ readonly discriminator: 'catalog_statistics_upserted';
4364
+ readonly event_id: string;
4365
+ readonly timestamp: string;
4366
+ readonly organization: string;
4367
+ readonly statistics: io.flow.v0.models.CatalogStatistics;
4368
+ }
4369
+
4351
4370
  interface CatalogUpserted {
4352
4371
  readonly discriminator: 'catalog_upserted';
4353
4372
  readonly event_id: string;
@@ -8865,6 +8884,7 @@ declare namespace io.flow.v0.models {
8865
8884
  readonly event_id: string;
8866
8885
  readonly timestamp: string;
8867
8886
  readonly organization: string;
8887
+ readonly id: string;
8868
8888
  readonly organization_onboarding_state: io.flow.v0.models.OrganizationOnboardingState;
8869
8889
  }
8870
8890
 
@@ -12852,7 +12872,8 @@ declare namespace io.flow.v0.models {
12852
12872
  }
12853
12873
 
12854
12874
  declare namespace io.flow.v0.unions {
12855
- type AbandonedOrderPromotionDetails = io.flow.v0.models.AbandonedOrderPromotionDiscountDetails;
12875
+ type AbandonedOrderPromotionDetails =
12876
+ io.flow.v0.models.AbandonedOrderPromotionDiscountDetails;
12856
12877
  type Action =
12857
12878
  | io.flow.v0.models.ActionRedirect
12858
12879
  | io.flow.v0.models.ActionUseSdkKlarnaV1
@@ -12910,7 +12931,8 @@ declare namespace io.flow.v0.unions {
12910
12931
  | io.flow.v0.models.AvailableFilterStructured
12911
12932
  | io.flow.v0.models.AvailableFilterUnstructured;
12912
12933
  type BankAccountInfo = io.flow.v0.models.BankAccountInfoUsa;
12913
- type BrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
12934
+ type BrowserActionConfiguration =
12935
+ io.flow.v0.models.CardBrowserActionConfiguration;
12914
12936
  type CardAuthorizationActionResult =
12915
12937
  | io.flow.v0.models.AuthorizationActionResultAdyenV3
12916
12938
  | io.flow.v0.models.AuthorizationActionResultAdyenV4;
@@ -12938,11 +12960,13 @@ declare namespace io.flow.v0.unions {
12938
12960
  | io.flow.v0.models.DeminimisSimple
12939
12961
  | io.flow.v0.models.DeminimisPerItem;
12940
12962
  type DeviceDetails = io.flow.v0.models.DeviceDetailsBrowser;
12941
- type DeviceFingerprintDetails = io.flow.v0.models.DeviceFingerprintDetailsBrowser;
12963
+ type DeviceFingerprintDetails =
12964
+ io.flow.v0.models.DeviceFingerprintDetailsBrowser;
12942
12965
  type DiscountOffer =
12943
12966
  | io.flow.v0.models.DiscountOfferFixed
12944
12967
  | io.flow.v0.models.DiscountOfferPercent;
12945
- type DiscountRuleEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
12968
+ type DiscountRuleEntitlement =
12969
+ io.flow.v0.models.DiscountRuleSubsidyEntitlement;
12946
12970
  type Document =
12947
12971
  | io.flow.v0.models.CatalogItemDocument
12948
12972
  | io.flow.v0.models.HarmonizationDocument;
@@ -12979,6 +13003,8 @@ declare namespace io.flow.v0.unions {
12979
13003
  | io.flow.v0.models.CatalogItemDeletedV2
12980
13004
  | io.flow.v0.models.SubcatalogItemUpserted
12981
13005
  | io.flow.v0.models.SubcatalogItemDeleted
13006
+ | io.flow.v0.models.CatalogStatisticsUpserted
13007
+ | io.flow.v0.models.CatalogStatisticsDeleted
12982
13008
  | io.flow.v0.models.ChannelUpserted
12983
13009
  | io.flow.v0.models.ChannelDeleted
12984
13010
  | io.flow.v0.models.ChannelCurrencyUpserted
@@ -13198,9 +13224,12 @@ declare namespace io.flow.v0.unions {
13198
13224
  | io.flow.v0.models.FraudFlowOrderReference
13199
13225
  | io.flow.v0.models.FraudPaymentRequestReference;
13200
13226
  type GatewayAuthenticationData = io.flow.v0.models.StripeAuthenticationData;
13201
- type GatewayAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
13202
- type InlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
13203
- type InputSpecificationLimitation = io.flow.v0.models.InputSpecificationLimitationMax;
13227
+ type GatewayAuthenticationDataForm =
13228
+ io.flow.v0.models.StripeAuthenticationDataForm;
13229
+ type InlineActionConfiguration =
13230
+ io.flow.v0.models.BrowserInlineActionConfiguration;
13231
+ type InputSpecificationLimitation =
13232
+ io.flow.v0.models.InputSpecificationLimitationMax;
13204
13233
  type InventoryStrategy =
13205
13234
  | io.flow.v0.models.InventoryBackorder
13206
13235
  | io.flow.v0.models.InventoryStock
@@ -13215,9 +13244,12 @@ declare namespace io.flow.v0.unions {
13215
13244
  | io.flow.v0.models.LogoImageSvg
13216
13245
  | io.flow.v0.models.LogoImageSetStatic;
13217
13246
  type MerchantApplication = io.flow.v0.models.ShopifyMerchantApplication;
13218
- type MerchantApplicationForm = io.flow.v0.models.ShopifyMerchantApplicationForm;
13219
- type MerchantApplicationPutForm = io.flow.v0.models.ShopifyMerchantApplicationPutForm;
13220
- type MerchantApplicationsSummary = io.flow.v0.models.ShopifyMerchantApplicationsSummary;
13247
+ type MerchantApplicationForm =
13248
+ io.flow.v0.models.ShopifyMerchantApplicationForm;
13249
+ type MerchantApplicationPutForm =
13250
+ io.flow.v0.models.ShopifyMerchantApplicationPutForm;
13251
+ type MerchantApplicationsSummary =
13252
+ io.flow.v0.models.ShopifyMerchantApplicationsSummary;
13221
13253
  type OnboardingState =
13222
13254
  | io.flow.v0.models.InComplianceReview
13223
13255
  | io.flow.v0.models.SetupInProgress
@@ -13285,7 +13317,8 @@ declare namespace io.flow.v0.unions {
13285
13317
  type PaymentMethodDataAuthorizeKlarnaResult =
13286
13318
  | io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess
13287
13319
  | io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
13288
- type PaymentMethodDataOptionLogo = io.flow.v0.models.PaymentMethodDataOptionLogoSvg;
13320
+ type PaymentMethodDataOptionLogo =
13321
+ io.flow.v0.models.PaymentMethodDataOptionLogoSvg;
13289
13322
  type PaymentMethodStoredDetailsCard =
13290
13323
  | io.flow.v0.models.PaymentMethodStoredDetailsCardInitial
13291
13324
  | io.flow.v0.models.PaymentMethodStoredDetailsCardSubsequent;
@@ -13375,7 +13408,8 @@ declare namespace io.flow.v0.unions {
13375
13408
  | io.flow.v0.models.PeakSurchargeByWeightServiceFee
13376
13409
  | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee;
13377
13410
  type Session = io.flow.v0.models.OrganizationSession;
13378
- type SessionAuthorization = io.flow.v0.models.OrganizationSessionAuthorization;
13411
+ type SessionAuthorization =
13412
+ io.flow.v0.models.OrganizationSessionAuthorization;
13379
13413
  type Settlement =
13380
13414
  | io.flow.v0.models.SettlementNoPayout
13381
13415
  | io.flow.v0.models.SettlementPayout;
@@ -13419,27 +13453,38 @@ declare namespace io.flow.v0.unions {
13419
13453
  type TransactionDetails = io.flow.v0.models.TransactionDetailsCard;
13420
13454
  }
13421
13455
 
13422
- export type AbandonedOrderEmailSettings = io.flow.v0.models.AbandonedOrderEmailSettings;
13456
+ export type AbandonedOrderEmailSettings =
13457
+ io.flow.v0.models.AbandonedOrderEmailSettings;
13423
13458
  export type AbandonedOrderPromotion = io.flow.v0.models.AbandonedOrderPromotion;
13424
- export type AbandonedOrderPromotionDetails = io.flow.v0.unions.AbandonedOrderPromotionDetails;
13425
- export type AbandonedOrderPromotionDiscountDetails = io.flow.v0.models.AbandonedOrderPromotionDiscountDetails;
13426
- export type AbandonedOrderPromotionForm = io.flow.v0.models.AbandonedOrderPromotionForm;
13427
- export type AbandonedOrderPromotionStatus = io.flow.v0.enums.AbandonedOrderPromotionStatus;
13428
- export type AbandonedOrderSettingStatus = io.flow.v0.enums.AbandonedOrderSettingStatus;
13459
+ export type AbandonedOrderPromotionDetails =
13460
+ io.flow.v0.unions.AbandonedOrderPromotionDetails;
13461
+ export type AbandonedOrderPromotionDiscountDetails =
13462
+ io.flow.v0.models.AbandonedOrderPromotionDiscountDetails;
13463
+ export type AbandonedOrderPromotionForm =
13464
+ io.flow.v0.models.AbandonedOrderPromotionForm;
13465
+ export type AbandonedOrderPromotionStatus =
13466
+ io.flow.v0.enums.AbandonedOrderPromotionStatus;
13467
+ export type AbandonedOrderSettingStatus =
13468
+ io.flow.v0.enums.AbandonedOrderSettingStatus;
13429
13469
  export type AbandonedOrderSettings = io.flow.v0.models.AbandonedOrderSettings;
13430
13470
  export type AccountOrdersExportType = io.flow.v0.models.AccountOrdersExportType;
13431
13471
  export type AccountReference = io.flow.v0.models.AccountReference;
13432
- export type AccountTransactionsExportType = io.flow.v0.models.AccountTransactionsExportType;
13472
+ export type AccountTransactionsExportType =
13473
+ io.flow.v0.models.AccountTransactionsExportType;
13433
13474
  export type AchAuthorizationForm = io.flow.v0.models.AchAuthorizationForm;
13434
13475
  export type Action = io.flow.v0.unions.Action;
13435
- export type ActionDisplayInlineWindow = io.flow.v0.models.ActionDisplayInlineWindow;
13476
+ export type ActionDisplayInlineWindow =
13477
+ io.flow.v0.models.ActionDisplayInlineWindow;
13436
13478
  export type ActionExecuteScript = io.flow.v0.models.ActionExecuteScript;
13437
13479
  export type ActionRedirect = io.flow.v0.models.ActionRedirect;
13438
- export type ActionSelectPaymentOption = io.flow.v0.models.ActionSelectPaymentOption;
13480
+ export type ActionSelectPaymentOption =
13481
+ io.flow.v0.models.ActionSelectPaymentOption;
13439
13482
  export type ActionUseSdkAdyenV3 = io.flow.v0.models.ActionUseSdkAdyenV3;
13440
13483
  export type ActionUseSdkAdyenV4 = io.flow.v0.models.ActionUseSdkAdyenV4;
13441
- export type ActionUseSdkApplepayJsCompleteValidation = io.flow.v0.models.ActionUseSdkApplepayJsCompleteValidation;
13442
- export type ActionUseSdkApplepayJsCreateSession = io.flow.v0.models.ActionUseSdkApplepayJsCreateSession;
13484
+ export type ActionUseSdkApplepayJsCompleteValidation =
13485
+ io.flow.v0.models.ActionUseSdkApplepayJsCompleteValidation;
13486
+ export type ActionUseSdkApplepayJsCreateSession =
13487
+ io.flow.v0.models.ActionUseSdkApplepayJsCreateSession;
13443
13488
  export type ActionUseSdkGooglepay = io.flow.v0.models.ActionUseSdkGooglepay;
13444
13489
  export type ActionUseSdkKlarnaV1 = io.flow.v0.models.ActionUseSdkKlarnaV1;
13445
13490
  export type ActionUseSdkPaypal = io.flow.v0.models.ActionUseSdkPaypal;
@@ -13448,22 +13493,32 @@ export type ActionWait = io.flow.v0.models.ActionWait;
13448
13493
  export type ActivationPutForm = io.flow.v0.models.ActivationPutForm;
13449
13494
  export type Address = io.flow.v0.models.Address;
13450
13495
  export type AddressConfiguration = io.flow.v0.models.AddressConfiguration;
13451
- export type AddressConfigurationFieldPlacement = io.flow.v0.models.AddressConfigurationFieldPlacement;
13452
- export type AddressConfigurationFormat = io.flow.v0.models.AddressConfigurationFormat;
13453
- export type AddressConfigurationProvince = io.flow.v0.models.AddressConfigurationProvince;
13454
- export type AddressConfigurationProvinceTranslation = io.flow.v0.models.AddressConfigurationProvinceTranslation;
13455
- export type AddressConfigurationProvinceTranslationLocale = io.flow.v0.models.AddressConfigurationProvinceTranslationLocale;
13496
+ export type AddressConfigurationFieldPlacement =
13497
+ io.flow.v0.models.AddressConfigurationFieldPlacement;
13498
+ export type AddressConfigurationFormat =
13499
+ io.flow.v0.models.AddressConfigurationFormat;
13500
+ export type AddressConfigurationProvince =
13501
+ io.flow.v0.models.AddressConfigurationProvince;
13502
+ export type AddressConfigurationProvinceTranslation =
13503
+ io.flow.v0.models.AddressConfigurationProvinceTranslation;
13504
+ export type AddressConfigurationProvinceTranslationLocale =
13505
+ io.flow.v0.models.AddressConfigurationProvinceTranslationLocale;
13456
13506
  export type AddressFieldName = io.flow.v0.enums.AddressFieldName;
13457
13507
  export type AddressFieldValidation = io.flow.v0.models.AddressFieldValidation;
13458
13508
  export type AddressSuggestion = io.flow.v0.models.AddressSuggestion;
13459
13509
  export type AddressVerification = io.flow.v0.models.AddressVerification;
13460
- export type AddressVerificationResult = io.flow.v0.models.AddressVerificationResult;
13461
- export type AddressVerificationResultFieldCode = io.flow.v0.enums.AddressVerificationResultFieldCode;
13510
+ export type AddressVerificationResult =
13511
+ io.flow.v0.models.AddressVerificationResult;
13512
+ export type AddressVerificationResultFieldCode =
13513
+ io.flow.v0.enums.AddressVerificationResultFieldCode;
13462
13514
  export type AdjustmentReason = io.flow.v0.models.AdjustmentReason;
13463
13515
  export type AdjustmentReasonKey = io.flow.v0.enums.AdjustmentReasonKey;
13464
- export type AdyenChallengeShopperData = io.flow.v0.models.AdyenChallengeShopperData;
13465
- export type AdyenIdentifyShopperData = io.flow.v0.models.AdyenIdentifyShopperData;
13466
- export type AdyenNativeActionDetails = io.flow.v0.models.AdyenNativeActionDetails;
13516
+ export type AdyenChallengeShopperData =
13517
+ io.flow.v0.models.AdyenChallengeShopperData;
13518
+ export type AdyenIdentifyShopperData =
13519
+ io.flow.v0.models.AdyenIdentifyShopperData;
13520
+ export type AdyenNativeActionDetails =
13521
+ io.flow.v0.models.AdyenNativeActionDetails;
13467
13522
  export type AdyenNativeData = io.flow.v0.unions.AdyenNativeData;
13468
13523
  export type AdyenV3ChallengeToken = io.flow.v0.models.AdyenV3ChallengeToken;
13469
13524
  export type AdyenV3FingerprintToken = io.flow.v0.models.AdyenV3FingerprintToken;
@@ -13472,12 +13527,15 @@ export type Allocation = io.flow.v0.models.Allocation;
13472
13527
  export type AllocationComponent = io.flow.v0.unions.AllocationComponent;
13473
13528
  export type AllocationDeletedV2 = io.flow.v0.models.AllocationDeletedV2;
13474
13529
  export type AllocationDetail = io.flow.v0.unions.AllocationDetail;
13475
- export type AllocationDetailComponent = io.flow.v0.models.AllocationDetailComponent;
13530
+ export type AllocationDetailComponent =
13531
+ io.flow.v0.models.AllocationDetailComponent;
13476
13532
  export type AllocationLevyComponent = io.flow.v0.models.AllocationLevyComponent;
13477
13533
  export type AllocationLineDetail = io.flow.v0.models.AllocationLineDetail;
13478
13534
  export type AllocationLineSummary = io.flow.v0.models.AllocationLineSummary;
13479
- export type AllocationLineSummaryLineItem = io.flow.v0.models.AllocationLineSummaryLineItem;
13480
- export type AllocationLineSummaryShipping = io.flow.v0.models.AllocationLineSummaryShipping;
13535
+ export type AllocationLineSummaryLineItem =
13536
+ io.flow.v0.models.AllocationLineSummaryLineItem;
13537
+ export type AllocationLineSummaryShipping =
13538
+ io.flow.v0.models.AllocationLineSummaryShipping;
13481
13539
  export type AllocationOrderDetail = io.flow.v0.models.AllocationOrderDetail;
13482
13540
  export type AllocationOrderSummary = io.flow.v0.models.AllocationOrderSummary;
13483
13541
  export type AllocationUpsertedV2 = io.flow.v0.models.AllocationUpsertedV2;
@@ -13485,9 +13543,12 @@ export type AllocationV2 = io.flow.v0.models.AllocationV2;
13485
13543
  export type AmountMargin = io.flow.v0.models.AmountMargin;
13486
13544
  export type AmountMarginForm = io.flow.v0.models.AmountMarginForm;
13487
13545
  export type AnalyticsExportType = io.flow.v0.models.AnalyticsExportType;
13488
- export type ApplePayMerchantValidationPayload = io.flow.v0.models.ApplePayMerchantValidationPayload;
13489
- export type ApplepaySdkCreateResultActionDetails = io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
13490
- export type ApplepaySdkValidateResultActionDetails = io.flow.v0.models.ApplepaySdkValidateResultActionDetails;
13546
+ export type ApplePayMerchantValidationPayload =
13547
+ io.flow.v0.models.ApplePayMerchantValidationPayload;
13548
+ export type ApplepaySdkCreateResultActionDetails =
13549
+ io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
13550
+ export type ApplepaySdkValidateResultActionDetails =
13551
+ io.flow.v0.models.ApplepaySdkValidateResultActionDetails;
13491
13552
  export type AtCost = io.flow.v0.models.AtCost;
13492
13553
  export type Attachment = io.flow.v0.models.Attachment;
13493
13554
  export type Attribute = io.flow.v0.models.Attribute;
@@ -13502,41 +13563,61 @@ export type AttributeVersion = io.flow.v0.models.AttributeVersion;
13502
13563
  export type AuthenticationForm = io.flow.v0.models.AuthenticationForm;
13503
13564
  export type AuthenticationTechnique = io.flow.v0.enums.AuthenticationTechnique;
13504
13565
  export type Authorization = io.flow.v0.unions.Authorization;
13505
- export type AuthorizationActionResultAdyenV3 = io.flow.v0.models.AuthorizationActionResultAdyenV3;
13506
- export type AuthorizationActionResultAdyenV4 = io.flow.v0.models.AuthorizationActionResultAdyenV4;
13566
+ export type AuthorizationActionResultAdyenV3 =
13567
+ io.flow.v0.models.AuthorizationActionResultAdyenV3;
13568
+ export type AuthorizationActionResultAdyenV4 =
13569
+ io.flow.v0.models.AuthorizationActionResultAdyenV4;
13507
13570
  export type AuthorizationCode = io.flow.v0.models.AuthorizationCode;
13508
13571
  export type AuthorizationCopyForm = io.flow.v0.models.AuthorizationCopyForm;
13509
- export type AuthorizationDeclineCode = io.flow.v0.enums.AuthorizationDeclineCode;
13572
+ export type AuthorizationDeclineCode =
13573
+ io.flow.v0.enums.AuthorizationDeclineCode;
13510
13574
  export type AuthorizationDeletedV2 = io.flow.v0.models.AuthorizationDeletedV2;
13511
13575
  export type AuthorizationError = io.flow.v0.models.AuthorizationError;
13512
13576
  export type AuthorizationForm = io.flow.v0.unions.AuthorizationForm;
13513
13577
  export type AuthorizationOption = io.flow.v0.enums.AuthorizationOption;
13514
- export type AuthorizationOrderReference = io.flow.v0.models.AuthorizationOrderReference;
13578
+ export type AuthorizationOrderReference =
13579
+ io.flow.v0.models.AuthorizationOrderReference;
13515
13580
  export type AuthorizationPayload = io.flow.v0.models.AuthorizationPayload;
13516
- export type AuthorizationPayloadParameters = io.flow.v0.unions.AuthorizationPayloadParameters;
13581
+ export type AuthorizationPayloadParameters =
13582
+ io.flow.v0.unions.AuthorizationPayloadParameters;
13517
13583
  export type AuthorizationReference = io.flow.v0.models.AuthorizationReference;
13518
13584
  export type AuthorizationResult = io.flow.v0.models.AuthorizationResult;
13519
- export type AuthorizationResultAction = io.flow.v0.unions.AuthorizationResultAction;
13520
- export type AuthorizationResultActionDetails = io.flow.v0.unions.AuthorizationResultActionDetails;
13521
- export type AuthorizationResultActionGet = io.flow.v0.models.AuthorizationResultActionGet;
13522
- export type AuthorizationResultActionNative = io.flow.v0.models.AuthorizationResultActionNative;
13523
- export type AuthorizationResultActionPost = io.flow.v0.models.AuthorizationResultActionPost;
13524
- export type AuthorizationResultActionType = io.flow.v0.enums.AuthorizationResultActionType;
13525
- export type AuthorizationResultActionWait = io.flow.v0.models.AuthorizationResultActionWait;
13526
- export type AuthorizationResultDescription = io.flow.v0.models.AuthorizationResultDescription;
13585
+ export type AuthorizationResultAction =
13586
+ io.flow.v0.unions.AuthorizationResultAction;
13587
+ export type AuthorizationResultActionDetails =
13588
+ io.flow.v0.unions.AuthorizationResultActionDetails;
13589
+ export type AuthorizationResultActionGet =
13590
+ io.flow.v0.models.AuthorizationResultActionGet;
13591
+ export type AuthorizationResultActionNative =
13592
+ io.flow.v0.models.AuthorizationResultActionNative;
13593
+ export type AuthorizationResultActionPost =
13594
+ io.flow.v0.models.AuthorizationResultActionPost;
13595
+ export type AuthorizationResultActionType =
13596
+ io.flow.v0.enums.AuthorizationResultActionType;
13597
+ export type AuthorizationResultActionWait =
13598
+ io.flow.v0.models.AuthorizationResultActionWait;
13599
+ export type AuthorizationResultDescription =
13600
+ io.flow.v0.models.AuthorizationResultDescription;
13527
13601
  export type AuthorizationStatus = io.flow.v0.enums.AuthorizationStatus;
13528
- export type AuthorizationStatusChanged = io.flow.v0.models.AuthorizationStatusChanged;
13602
+ export type AuthorizationStatusChanged =
13603
+ io.flow.v0.models.AuthorizationStatusChanged;
13529
13604
  export type AuthorizationVersion = io.flow.v0.models.AuthorizationVersion;
13530
13605
  export type AvailabilityStatus = io.flow.v0.enums.AvailabilityStatus;
13531
13606
  export type AvailableFilter = io.flow.v0.unions.AvailableFilter;
13532
13607
  export type AvailableFilterFormat = io.flow.v0.enums.AvailableFilterFormat;
13533
- export type AvailableFilterStructured = io.flow.v0.models.AvailableFilterStructured;
13534
- export type AvailableFilterUnstructured = io.flow.v0.models.AvailableFilterUnstructured;
13608
+ export type AvailableFilterStructured =
13609
+ io.flow.v0.models.AvailableFilterStructured;
13610
+ export type AvailableFilterUnstructured =
13611
+ io.flow.v0.models.AvailableFilterUnstructured;
13535
13612
  export type AvailablePromotion = io.flow.v0.models.AvailablePromotion;
13536
- export type AvailablePromotionsDeleted = io.flow.v0.models.AvailablePromotionsDeleted;
13537
- export type AvailablePromotionsDeletedV2 = io.flow.v0.models.AvailablePromotionsDeletedV2;
13538
- export type AvailablePromotionsUpserted = io.flow.v0.models.AvailablePromotionsUpserted;
13539
- export type AvailablePromotionsUpsertedV2 = io.flow.v0.models.AvailablePromotionsUpsertedV2;
13613
+ export type AvailablePromotionsDeleted =
13614
+ io.flow.v0.models.AvailablePromotionsDeleted;
13615
+ export type AvailablePromotionsDeletedV2 =
13616
+ io.flow.v0.models.AvailablePromotionsDeletedV2;
13617
+ export type AvailablePromotionsUpserted =
13618
+ io.flow.v0.models.AvailablePromotionsUpserted;
13619
+ export type AvailablePromotionsUpsertedV2 =
13620
+ io.flow.v0.models.AvailablePromotionsUpsertedV2;
13540
13621
  export type AvailableService = io.flow.v0.models.AvailableService;
13541
13622
  export type AvalaraTaxCsvSetting = io.flow.v0.models.AvalaraTaxCsvSetting;
13542
13623
  export type AvalaraTaxSetting = io.flow.v0.models.AvalaraTaxSetting;
@@ -13557,19 +13638,27 @@ export type BankAccountReference = io.flow.v0.models.BankAccountReference;
13557
13638
  export type BankAccountSummary = io.flow.v0.models.BankAccountSummary;
13558
13639
  export type BehaviorAudit = io.flow.v0.models.BehaviorAudit;
13559
13640
  export type BillingAddress = io.flow.v0.models.BillingAddress;
13560
- export type BillingChannelOrderSummary = io.flow.v0.models.BillingChannelOrderSummary;
13561
- export type BillingChannelOrganizationSummary = io.flow.v0.models.BillingChannelOrganizationSummary;
13562
- export type BillingChannelPaymentRequestReference = io.flow.v0.models.BillingChannelPaymentRequestReference;
13563
- export type BillingChannelStatementReference = io.flow.v0.models.BillingChannelStatementReference;
13641
+ export type BillingChannelOrderSummary =
13642
+ io.flow.v0.models.BillingChannelOrderSummary;
13643
+ export type BillingChannelOrganizationSummary =
13644
+ io.flow.v0.models.BillingChannelOrganizationSummary;
13645
+ export type BillingChannelPaymentRequestReference =
13646
+ io.flow.v0.models.BillingChannelPaymentRequestReference;
13647
+ export type BillingChannelStatementReference =
13648
+ io.flow.v0.models.BillingChannelStatementReference;
13564
13649
  export type BillingDiscount = io.flow.v0.models.BillingDiscount;
13565
13650
  export type BridgeManifest = io.flow.v0.models.BridgeManifest;
13566
13651
  export type BridgeManifestForm = io.flow.v0.models.BridgeManifestForm;
13567
13652
  export type BrowseOptinResponses = io.flow.v0.models.BrowseOptinResponses;
13568
- export type BrowseOptinResponsesDeleted = io.flow.v0.models.BrowseOptinResponsesDeleted;
13569
- export type BrowseOptinResponsesUpserted = io.flow.v0.models.BrowseOptinResponsesUpserted;
13570
- export type BrowserActionConfiguration = io.flow.v0.unions.BrowserActionConfiguration;
13653
+ export type BrowseOptinResponsesDeleted =
13654
+ io.flow.v0.models.BrowseOptinResponsesDeleted;
13655
+ export type BrowseOptinResponsesUpserted =
13656
+ io.flow.v0.models.BrowseOptinResponsesUpserted;
13657
+ export type BrowserActionConfiguration =
13658
+ io.flow.v0.unions.BrowserActionConfiguration;
13571
13659
  export type BrowserInfo = io.flow.v0.models.BrowserInfo;
13572
- export type BrowserInlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
13660
+ export type BrowserInlineActionConfiguration =
13661
+ io.flow.v0.models.BrowserInlineActionConfiguration;
13573
13662
  export type Calendar = io.flow.v0.enums.Calendar;
13574
13663
  export type CancelReason = io.flow.v0.enums.CancelReason;
13575
13664
  export type Capability = io.flow.v0.enums.Capability;
@@ -13579,18 +13668,24 @@ export type CaptureDeleted = io.flow.v0.models.CaptureDeleted;
13579
13668
  export type CaptureError = io.flow.v0.models.CaptureError;
13580
13669
  export type CaptureForm = io.flow.v0.models.CaptureForm;
13581
13670
  export type CaptureIdentifier = io.flow.v0.models.CaptureIdentifier;
13582
- export type CaptureIdentifierDeleted = io.flow.v0.models.CaptureIdentifierDeleted;
13583
- export type CaptureIdentifierUpserted = io.flow.v0.models.CaptureIdentifierUpserted;
13671
+ export type CaptureIdentifierDeleted =
13672
+ io.flow.v0.models.CaptureIdentifierDeleted;
13673
+ export type CaptureIdentifierUpserted =
13674
+ io.flow.v0.models.CaptureIdentifierUpserted;
13584
13675
  export type CaptureReference = io.flow.v0.models.CaptureReference;
13585
13676
  export type CaptureStatus = io.flow.v0.enums.CaptureStatus;
13586
13677
  export type CaptureUpsertedV2 = io.flow.v0.models.CaptureUpsertedV2;
13587
13678
  export type CaptureVersion = io.flow.v0.models.CaptureVersion;
13588
13679
  export type Card = io.flow.v0.models.Card;
13589
13680
  export type CardAuthorization = io.flow.v0.models.CardAuthorization;
13590
- export type CardAuthorizationActionResult = io.flow.v0.unions.CardAuthorizationActionResult;
13591
- export type CardAuthorizationDeletedV2 = io.flow.v0.models.CardAuthorizationDeletedV2;
13592
- export type CardAuthorizationUpsertedV2 = io.flow.v0.models.CardAuthorizationUpsertedV2;
13593
- export type CardBrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
13681
+ export type CardAuthorizationActionResult =
13682
+ io.flow.v0.unions.CardAuthorizationActionResult;
13683
+ export type CardAuthorizationDeletedV2 =
13684
+ io.flow.v0.models.CardAuthorizationDeletedV2;
13685
+ export type CardAuthorizationUpsertedV2 =
13686
+ io.flow.v0.models.CardAuthorizationUpsertedV2;
13687
+ export type CardBrowserActionConfiguration =
13688
+ io.flow.v0.models.CardBrowserActionConfiguration;
13594
13689
  export type CardConfirmationSummary = io.flow.v0.models.CardConfirmationSummary;
13595
13690
  export type CardDeleted = io.flow.v0.models.CardDeleted;
13596
13691
  export type CardDeletedV2 = io.flow.v0.models.CardDeletedV2;
@@ -13601,9 +13696,11 @@ export type CardMetadata = io.flow.v0.models.CardMetadata;
13601
13696
  export type CardNonceForm = io.flow.v0.models.CardNonceForm;
13602
13697
  export type CardNumber = io.flow.v0.unions.CardNumber;
13603
13698
  export type CardPaymentSource = io.flow.v0.models.CardPaymentSource;
13604
- export type CardPaymentSourceAuthorizationForm = io.flow.v0.models.CardPaymentSourceAuthorizationForm;
13699
+ export type CardPaymentSourceAuthorizationForm =
13700
+ io.flow.v0.models.CardPaymentSourceAuthorizationForm;
13605
13701
  export type CardPaymentSourceForm = io.flow.v0.models.CardPaymentSourceForm;
13606
- export type CardPaymentSourceSummary = io.flow.v0.models.CardPaymentSourceSummary;
13702
+ export type CardPaymentSourceSummary =
13703
+ io.flow.v0.models.CardPaymentSourceSummary;
13607
13704
  export type CardReference = io.flow.v0.models.CardReference;
13608
13705
  export type CardSummary = io.flow.v0.models.CardSummary;
13609
13706
  export type CardTokenForm = io.flow.v0.models.CardTokenForm;
@@ -13619,15 +13716,21 @@ export type CatalogDeleted = io.flow.v0.models.CatalogDeleted;
13619
13716
  export type CatalogItemDeleted = io.flow.v0.models.CatalogItemDeleted;
13620
13717
  export type CatalogItemDeletedV2 = io.flow.v0.models.CatalogItemDeletedV2;
13621
13718
  export type CatalogItemDocument = io.flow.v0.models.CatalogItemDocument;
13622
- export type CatalogItemDocumentImages = io.flow.v0.models.CatalogItemDocumentImages;
13719
+ export type CatalogItemDocumentImages =
13720
+ io.flow.v0.models.CatalogItemDocumentImages;
13623
13721
  export type CatalogItemExportType = io.flow.v0.models.CatalogItemExportType;
13624
13722
  export type CatalogItemReference = io.flow.v0.models.CatalogItemReference;
13625
13723
  export type CatalogItemSummary = io.flow.v0.models.CatalogItemSummary;
13626
13724
  export type CatalogItemUpserted = io.flow.v0.models.CatalogItemUpserted;
13627
13725
  export type CatalogItemUpsertedV2 = io.flow.v0.models.CatalogItemUpsertedV2;
13628
- export type CatalogPriceBookItemDocument = io.flow.v0.models.CatalogPriceBookItemDocument;
13726
+ export type CatalogPriceBookItemDocument =
13727
+ io.flow.v0.models.CatalogPriceBookItemDocument;
13629
13728
  export type CatalogReference = io.flow.v0.models.CatalogReference;
13630
13729
  export type CatalogStatistics = io.flow.v0.models.CatalogStatistics;
13730
+ export type CatalogStatisticsDeleted =
13731
+ io.flow.v0.models.CatalogStatisticsDeleted;
13732
+ export type CatalogStatisticsUpserted =
13733
+ io.flow.v0.models.CatalogStatisticsUpserted;
13631
13734
  export type CatalogUpserted = io.flow.v0.models.CatalogUpserted;
13632
13735
  export type CatalogVersion = io.flow.v0.models.CatalogVersion;
13633
13736
  export type CategorySummary = io.flow.v0.models.CategorySummary;
@@ -13643,21 +13746,29 @@ export type CenterVersion = io.flow.v0.models.CenterVersion;
13643
13746
  export type ChangeType = io.flow.v0.enums.ChangeType;
13644
13747
  export type Channel = io.flow.v0.models.Channel;
13645
13748
  export type ChannelAuthorization = io.flow.v0.models.ChannelAuthorization;
13646
- export type ChannelAuthorizationForm = io.flow.v0.models.ChannelAuthorizationForm;
13749
+ export type ChannelAuthorizationForm =
13750
+ io.flow.v0.models.ChannelAuthorizationForm;
13647
13751
  export type ChannelBankAccount = io.flow.v0.models.ChannelBankAccount;
13648
13752
  export type ChannelCurrency = io.flow.v0.models.ChannelCurrency;
13649
- export type ChannelCurrencyCapability = io.flow.v0.enums.ChannelCurrencyCapability;
13753
+ export type ChannelCurrencyCapability =
13754
+ io.flow.v0.enums.ChannelCurrencyCapability;
13650
13755
  export type ChannelCurrencyDeleted = io.flow.v0.models.ChannelCurrencyDeleted;
13651
13756
  export type ChannelCurrencyUpserted = io.flow.v0.models.ChannelCurrencyUpserted;
13652
- export type ChannelDefaultBankAccount = io.flow.v0.models.ChannelDefaultBankAccount;
13757
+ export type ChannelDefaultBankAccount =
13758
+ io.flow.v0.models.ChannelDefaultBankAccount;
13653
13759
  export type ChannelDeleted = io.flow.v0.models.ChannelDeleted;
13654
13760
  export type ChannelOrganization = io.flow.v0.models.ChannelOrganization;
13655
- export type ChannelOrganizationAuthorization = io.flow.v0.models.ChannelOrganizationAuthorization;
13656
- export type ChannelOrganizationAuthorizationForm = io.flow.v0.models.ChannelOrganizationAuthorizationForm;
13657
- export type ChannelOrganizationDeleted = io.flow.v0.models.ChannelOrganizationDeleted;
13761
+ export type ChannelOrganizationAuthorization =
13762
+ io.flow.v0.models.ChannelOrganizationAuthorization;
13763
+ export type ChannelOrganizationAuthorizationForm =
13764
+ io.flow.v0.models.ChannelOrganizationAuthorizationForm;
13765
+ export type ChannelOrganizationDeleted =
13766
+ io.flow.v0.models.ChannelOrganizationDeleted;
13658
13767
  export type ChannelOrganizationForm = io.flow.v0.models.ChannelOrganizationForm;
13659
- export type ChannelOrganizationPutForm = io.flow.v0.models.ChannelOrganizationPutForm;
13660
- export type ChannelOrganizationUpserted = io.flow.v0.models.ChannelOrganizationUpserted;
13768
+ export type ChannelOrganizationPutForm =
13769
+ io.flow.v0.models.ChannelOrganizationPutForm;
13770
+ export type ChannelOrganizationUpserted =
13771
+ io.flow.v0.models.ChannelOrganizationUpserted;
13661
13772
  export type ChannelPayout = io.flow.v0.models.ChannelPayout;
13662
13773
  export type ChannelPayoutDeleted = io.flow.v0.models.ChannelPayoutDeleted;
13663
13774
  export type ChannelPayoutUpserted = io.flow.v0.models.ChannelPayoutUpserted;
@@ -13665,55 +13776,75 @@ export type ChannelRate = io.flow.v0.models.ChannelRate;
13665
13776
  export type ChannelReference = io.flow.v0.models.ChannelReference;
13666
13777
  export type ChannelStatement = io.flow.v0.models.ChannelStatement;
13667
13778
  export type ChannelStatementDeleted = io.flow.v0.models.ChannelStatementDeleted;
13668
- export type ChannelStatementUpserted = io.flow.v0.models.ChannelStatementUpserted;
13779
+ export type ChannelStatementUpserted =
13780
+ io.flow.v0.models.ChannelStatementUpserted;
13669
13781
  export type ChannelToken = io.flow.v0.models.ChannelToken;
13670
13782
  export type ChannelTokenForm = io.flow.v0.models.ChannelTokenForm;
13671
13783
  export type ChannelTokenReference = io.flow.v0.models.ChannelTokenReference;
13672
13784
  export type ChannelTransaction = io.flow.v0.models.ChannelTransaction;
13673
- export type ChannelTransactionDeleted = io.flow.v0.models.ChannelTransactionDeleted;
13674
- export type ChannelTransactionDeletedV2 = io.flow.v0.models.ChannelTransactionDeletedV2;
13675
- export type ChannelTransactionUpserted = io.flow.v0.models.ChannelTransactionUpserted;
13785
+ export type ChannelTransactionDeleted =
13786
+ io.flow.v0.models.ChannelTransactionDeleted;
13787
+ export type ChannelTransactionDeletedV2 =
13788
+ io.flow.v0.models.ChannelTransactionDeletedV2;
13789
+ export type ChannelTransactionUpserted =
13790
+ io.flow.v0.models.ChannelTransactionUpserted;
13676
13791
  export type ChannelUpserted = io.flow.v0.models.ChannelUpserted;
13677
13792
  export type ChannelViesRegistration = io.flow.v0.models.ChannelViesRegistration;
13678
- export type ChannelViesRegistrationForm = io.flow.v0.models.ChannelViesRegistrationForm;
13793
+ export type ChannelViesRegistrationForm =
13794
+ io.flow.v0.models.ChannelViesRegistrationForm;
13679
13795
  export type CheckoutAttribute = io.flow.v0.models.CheckoutAttribute;
13680
13796
  export type CheckoutAttributeForm = io.flow.v0.models.CheckoutAttributeForm;
13681
13797
  export type CheckoutItemContent = io.flow.v0.models.CheckoutItemContent;
13682
- export type CheckoutItemContentAttribute = io.flow.v0.models.CheckoutItemContentAttribute;
13798
+ export type CheckoutItemContentAttribute =
13799
+ io.flow.v0.models.CheckoutItemContentAttribute;
13683
13800
  export type CheckoutOptinResponses = io.flow.v0.models.CheckoutOptinResponses;
13684
- export type CheckoutOptinResponsesDeleted = io.flow.v0.models.CheckoutOptinResponsesDeleted;
13685
- export type CheckoutOptinResponsesUpserted = io.flow.v0.models.CheckoutOptinResponsesUpserted;
13801
+ export type CheckoutOptinResponsesDeleted =
13802
+ io.flow.v0.models.CheckoutOptinResponsesDeleted;
13803
+ export type CheckoutOptinResponsesUpserted =
13804
+ io.flow.v0.models.CheckoutOptinResponsesUpserted;
13686
13805
  export type CheckoutReference = io.flow.v0.models.CheckoutReference;
13687
13806
  export type CheckoutToken = io.flow.v0.models.CheckoutToken;
13688
13807
  export type CheckoutTokenForm = io.flow.v0.unions.CheckoutTokenForm;
13689
13808
  export type CheckoutTokenOrderForm = io.flow.v0.models.CheckoutTokenOrderForm;
13690
- export type CheckoutTokenReferenceForm = io.flow.v0.models.CheckoutTokenReferenceForm;
13809
+ export type CheckoutTokenReferenceForm =
13810
+ io.flow.v0.models.CheckoutTokenReferenceForm;
13691
13811
  export type CheckoutUrls = io.flow.v0.models.CheckoutUrls;
13692
13812
  export type CheckoutUrlsForm = io.flow.v0.models.CheckoutUrlsForm;
13693
13813
  export type Cleartext = io.flow.v0.models.Cleartext;
13694
13814
  export type CommercialInvoiceFee = io.flow.v0.models.CommercialInvoiceFee;
13695
13815
  export type ConfirmationDetails = io.flow.v0.unions.ConfirmationDetails;
13696
13816
  export type ConsumerInvoice = io.flow.v0.models.ConsumerInvoice;
13697
- export type ConsumerInvoiceCenterReference = io.flow.v0.models.ConsumerInvoiceCenterReference;
13698
- export type ConsumerInvoiceCustomerType = io.flow.v0.enums.ConsumerInvoiceCustomerType;
13817
+ export type ConsumerInvoiceCenterReference =
13818
+ io.flow.v0.models.ConsumerInvoiceCenterReference;
13819
+ export type ConsumerInvoiceCustomerType =
13820
+ io.flow.v0.enums.ConsumerInvoiceCustomerType;
13699
13821
  export type ConsumerInvoiceDeleted = io.flow.v0.models.ConsumerInvoiceDeleted;
13700
13822
  export type ConsumerInvoiceDocument = io.flow.v0.models.ConsumerInvoiceDocument;
13701
- export type ConsumerInvoiceDocumentType = io.flow.v0.enums.ConsumerInvoiceDocumentType;
13823
+ export type ConsumerInvoiceDocumentType =
13824
+ io.flow.v0.enums.ConsumerInvoiceDocumentType;
13702
13825
  export type ConsumerInvoiceForm = io.flow.v0.models.ConsumerInvoiceForm;
13703
- export type ConsumerInvoiceFormByOrder = io.flow.v0.models.ConsumerInvoiceFormByOrder;
13826
+ export type ConsumerInvoiceFormByOrder =
13827
+ io.flow.v0.models.ConsumerInvoiceFormByOrder;
13704
13828
  export type ConsumerInvoiceLevy = io.flow.v0.models.ConsumerInvoiceLevy;
13705
13829
  export type ConsumerInvoiceLevyForm = io.flow.v0.models.ConsumerInvoiceLevyForm;
13706
13830
  export type ConsumerInvoiceLine = io.flow.v0.unions.ConsumerInvoiceLine;
13707
- export type ConsumerInvoiceLineDiscount = io.flow.v0.models.ConsumerInvoiceLineDiscount;
13708
- export type ConsumerInvoiceLineDiscountForm = io.flow.v0.models.ConsumerInvoiceLineDiscountForm;
13831
+ export type ConsumerInvoiceLineDiscount =
13832
+ io.flow.v0.models.ConsumerInvoiceLineDiscount;
13833
+ export type ConsumerInvoiceLineDiscountForm =
13834
+ io.flow.v0.models.ConsumerInvoiceLineDiscountForm;
13709
13835
  export type ConsumerInvoiceLineForm = io.flow.v0.unions.ConsumerInvoiceLineForm;
13710
13836
  export type ConsumerInvoiceLineItem = io.flow.v0.models.ConsumerInvoiceLineItem;
13711
- export type ConsumerInvoiceLineItemForm = io.flow.v0.models.ConsumerInvoiceLineItemForm;
13712
- export type ConsumerInvoiceLineShipping = io.flow.v0.models.ConsumerInvoiceLineShipping;
13713
- export type ConsumerInvoiceLineShippingForm = io.flow.v0.models.ConsumerInvoiceLineShippingForm;
13714
- export type ConsumerInvoiceOrderSummary = io.flow.v0.models.ConsumerInvoiceOrderSummary;
13837
+ export type ConsumerInvoiceLineItemForm =
13838
+ io.flow.v0.models.ConsumerInvoiceLineItemForm;
13839
+ export type ConsumerInvoiceLineShipping =
13840
+ io.flow.v0.models.ConsumerInvoiceLineShipping;
13841
+ export type ConsumerInvoiceLineShippingForm =
13842
+ io.flow.v0.models.ConsumerInvoiceLineShippingForm;
13843
+ export type ConsumerInvoiceOrderSummary =
13844
+ io.flow.v0.models.ConsumerInvoiceOrderSummary;
13715
13845
  export type ConsumerInvoicePayment = io.flow.v0.models.ConsumerInvoicePayment;
13716
- export type ConsumerInvoiceReference = io.flow.v0.models.ConsumerInvoiceReference;
13846
+ export type ConsumerInvoiceReference =
13847
+ io.flow.v0.models.ConsumerInvoiceReference;
13717
13848
  export type ConsumerInvoiceStatus = io.flow.v0.enums.ConsumerInvoiceStatus;
13718
13849
  export type ConsumerInvoiceUpserted = io.flow.v0.models.ConsumerInvoiceUpserted;
13719
13850
  export type Contact = io.flow.v0.models.Contact;
@@ -13743,10 +13874,14 @@ export type CreditPaymentForm = io.flow.v0.models.CreditPaymentForm;
13743
13874
  export type CreditPaymentVersion = io.flow.v0.models.CreditPaymentVersion;
13744
13875
  export type CrossdockRatecardFee = io.flow.v0.models.CrossdockRatecardFee;
13745
13876
  export type CrossdockShipment = io.flow.v0.models.CrossdockShipment;
13746
- export type CrossdockShipmentUpserted = io.flow.v0.models.CrossdockShipmentUpserted;
13747
- export type CryptopayAuthorizationDetails = io.flow.v0.models.CryptopayAuthorizationDetails;
13748
- export type CsvPriceBookItemExportRowByItemNumber = io.flow.v0.models.CsvPriceBookItemExportRowByItemNumber;
13749
- export type CsvPriceBookItemExportRowBySku = io.flow.v0.models.CsvPriceBookItemExportRowBySku;
13877
+ export type CrossdockShipmentUpserted =
13878
+ io.flow.v0.models.CrossdockShipmentUpserted;
13879
+ export type CryptopayAuthorizationDetails =
13880
+ io.flow.v0.models.CryptopayAuthorizationDetails;
13881
+ export type CsvPriceBookItemExportRowByItemNumber =
13882
+ io.flow.v0.models.CsvPriceBookItemExportRowByItemNumber;
13883
+ export type CsvPriceBookItemExportRowBySku =
13884
+ io.flow.v0.models.CsvPriceBookItemExportRowBySku;
13750
13885
  export type Currency = io.flow.v0.models.Currency;
13751
13886
  export type CurrencyFormat = io.flow.v0.models.CurrencyFormat;
13752
13887
  export type CurrencyFormatDeleted = io.flow.v0.models.CurrencyFormatDeleted;
@@ -13756,12 +13891,17 @@ export type CurrencySymbolFormat = io.flow.v0.enums.CurrencySymbolFormat;
13756
13891
  export type CurrencySymbols = io.flow.v0.models.CurrencySymbols;
13757
13892
  export type Customer = io.flow.v0.models.Customer;
13758
13893
  export type CustomerAddressBook = io.flow.v0.models.CustomerAddressBook;
13759
- export type CustomerAddressBookContact = io.flow.v0.models.CustomerAddressBookContact;
13760
- export type CustomerAddressBookContactDeleted = io.flow.v0.models.CustomerAddressBookContactDeleted;
13761
- export type CustomerAddressBookContactForm = io.flow.v0.models.CustomerAddressBookContactForm;
13762
- export type CustomerAddressBookContactUpserted = io.flow.v0.models.CustomerAddressBookContactUpserted;
13894
+ export type CustomerAddressBookContact =
13895
+ io.flow.v0.models.CustomerAddressBookContact;
13896
+ export type CustomerAddressBookContactDeleted =
13897
+ io.flow.v0.models.CustomerAddressBookContactDeleted;
13898
+ export type CustomerAddressBookContactForm =
13899
+ io.flow.v0.models.CustomerAddressBookContactForm;
13900
+ export type CustomerAddressBookContactUpserted =
13901
+ io.flow.v0.models.CustomerAddressBookContactUpserted;
13763
13902
  export type CustomerAddressBookForm = io.flow.v0.models.CustomerAddressBookForm;
13764
- export type CustomerAddressPreference = io.flow.v0.models.CustomerAddressPreference;
13903
+ export type CustomerAddressPreference =
13904
+ io.flow.v0.models.CustomerAddressPreference;
13765
13905
  export type CustomerAddressType = io.flow.v0.enums.CustomerAddressType;
13766
13906
  export type CustomerBundle = io.flow.v0.models.CustomerBundle;
13767
13907
  export type CustomerClientToken = io.flow.v0.models.CustomerClientToken;
@@ -13772,7 +13912,8 @@ export type CustomerLastUsed = io.flow.v0.models.CustomerLastUsed;
13772
13912
  export type CustomerOrder = io.flow.v0.models.CustomerOrder;
13773
13913
  export type CustomerPayment = io.flow.v0.models.CustomerPayment;
13774
13914
  export type CustomerPurgeSettings = io.flow.v0.models.CustomerPurgeSettings;
13775
- export type CustomerPurgeSettingsForm = io.flow.v0.models.CustomerPurgeSettingsForm;
13915
+ export type CustomerPurgeSettingsForm =
13916
+ io.flow.v0.models.CustomerPurgeSettingsForm;
13776
13917
  export type CustomerPutForm = io.flow.v0.models.CustomerPutForm;
13777
13918
  export type CustomerReference = io.flow.v0.models.CustomerReference;
13778
13919
  export type CustomerToken = io.flow.v0.models.CustomerToken;
@@ -13787,15 +13928,20 @@ export type DayOfWeek = io.flow.v0.enums.DayOfWeek;
13787
13928
  export type DdpRatecardFee = io.flow.v0.models.DdpRatecardFee;
13788
13929
  export type DefaultBankAccountForm = io.flow.v0.models.DefaultBankAccountForm;
13789
13930
  export type DeliveredDuty = io.flow.v0.enums.DeliveredDuty;
13790
- export type DeliveredDutyDisplayType = io.flow.v0.enums.DeliveredDutyDisplayType;
13931
+ export type DeliveredDutyDisplayType =
13932
+ io.flow.v0.enums.DeliveredDutyDisplayType;
13791
13933
  export type DeliveredDutySetting = io.flow.v0.models.DeliveredDutySetting;
13792
13934
  export type Delivery = io.flow.v0.unions.Delivery;
13793
13935
  export type DeliveryItem = io.flow.v0.models.DeliveryItem;
13794
13936
  export type DeliveryOption = io.flow.v0.models.DeliveryOption;
13795
- export type DeliveryOptionCostComponent = io.flow.v0.models.DeliveryOptionCostComponent;
13796
- export type DeliveryOptionCostDetail = io.flow.v0.models.DeliveryOptionCostDetail;
13797
- export type DeliveryOptionCostDetailComponentKey = io.flow.v0.enums.DeliveryOptionCostDetailComponentKey;
13798
- export type DeliveryOptionCostDetailSource = io.flow.v0.enums.DeliveryOptionCostDetailSource;
13937
+ export type DeliveryOptionCostComponent =
13938
+ io.flow.v0.models.DeliveryOptionCostComponent;
13939
+ export type DeliveryOptionCostDetail =
13940
+ io.flow.v0.models.DeliveryOptionCostDetail;
13941
+ export type DeliveryOptionCostDetailComponentKey =
13942
+ io.flow.v0.enums.DeliveryOptionCostDetailComponentKey;
13943
+ export type DeliveryOptionCostDetailSource =
13944
+ io.flow.v0.enums.DeliveryOptionCostDetailSource;
13799
13945
  export type DeliveryOptionForm = io.flow.v0.models.DeliveryOptionForm;
13800
13946
  export type DeliveryOptionReference = io.flow.v0.models.DeliveryOptionReference;
13801
13947
  export type DeliveryOptionSummary = io.flow.v0.models.DeliveryOptionSummary;
@@ -13804,26 +13950,34 @@ export type DeliverySummary = io.flow.v0.models.DeliverySummary;
13804
13950
  export type DeliveryVersion = io.flow.v0.models.DeliveryVersion;
13805
13951
  export type DeliveryWindow = io.flow.v0.models.DeliveryWindow;
13806
13952
  export type DeliveryWindowComponent = io.flow.v0.models.DeliveryWindowComponent;
13807
- export type DeliveryWindowComponentSource = io.flow.v0.enums.DeliveryWindowComponentSource;
13808
- export type DeliveryWindowComponents = io.flow.v0.models.DeliveryWindowComponents;
13809
- export type DeliveryWindowComponentsV2 = io.flow.v0.models.DeliveryWindowComponentsV2;
13953
+ export type DeliveryWindowComponentSource =
13954
+ io.flow.v0.enums.DeliveryWindowComponentSource;
13955
+ export type DeliveryWindowComponents =
13956
+ io.flow.v0.models.DeliveryWindowComponents;
13957
+ export type DeliveryWindowComponentsV2 =
13958
+ io.flow.v0.models.DeliveryWindowComponentsV2;
13810
13959
  export type DeliveryWindowLocation = io.flow.v0.enums.DeliveryWindowLocation;
13811
13960
  export type DeliveryWindowSummary = io.flow.v0.models.DeliveryWindowSummary;
13812
13961
  export type Deminimis = io.flow.v0.unions.Deminimis;
13813
13962
  export type DeminimisPerItem = io.flow.v0.models.DeminimisPerItem;
13814
13963
  export type DeminimisSimple = io.flow.v0.models.DeminimisSimple;
13815
- export type DetailedShippingLabelForm = io.flow.v0.models.DetailedShippingLabelForm;
13816
- export type DetailedShippingNotificationForm = io.flow.v0.models.DetailedShippingNotificationForm;
13964
+ export type DetailedShippingLabelForm =
13965
+ io.flow.v0.models.DetailedShippingLabelForm;
13966
+ export type DetailedShippingNotificationForm =
13967
+ io.flow.v0.models.DetailedShippingNotificationForm;
13817
13968
  export type DetailedTaxRegistration = io.flow.v0.models.DetailedTaxRegistration;
13818
13969
  export type DeviceDetails = io.flow.v0.unions.DeviceDetails;
13819
13970
  export type DeviceDetailsBrowser = io.flow.v0.models.DeviceDetailsBrowser;
13820
- export type DeviceFingerprintDetails = io.flow.v0.unions.DeviceFingerprintDetails;
13821
- export type DeviceFingerprintDetailsBrowser = io.flow.v0.models.DeviceFingerprintDetailsBrowser;
13971
+ export type DeviceFingerprintDetails =
13972
+ io.flow.v0.unions.DeviceFingerprintDetails;
13973
+ export type DeviceFingerprintDetailsBrowser =
13974
+ io.flow.v0.models.DeviceFingerprintDetailsBrowser;
13822
13975
  export type DigitalDelivery = io.flow.v0.models.DigitalDelivery;
13823
13976
  export type Dimension = io.flow.v0.models.Dimension;
13824
13977
  export type DimensionEstimate = io.flow.v0.models.DimensionEstimate;
13825
13978
  export type DimensionEstimateForm = io.flow.v0.models.DimensionEstimateForm;
13826
- export type DimensionEstimateVersion = io.flow.v0.models.DimensionEstimateVersion;
13979
+ export type DimensionEstimateVersion =
13980
+ io.flow.v0.models.DimensionEstimateVersion;
13827
13981
  export type Dimensions = io.flow.v0.models.Dimensions;
13828
13982
  export type DirectAuthorizationForm = io.flow.v0.models.DirectAuthorizationForm;
13829
13983
  export type DirectDebit = io.flow.v0.models.DirectDebit;
@@ -13837,16 +13991,21 @@ export type DiscountRule = io.flow.v0.models.DiscountRule;
13837
13991
  export type DiscountRuleEntitlement = io.flow.v0.unions.DiscountRuleEntitlement;
13838
13992
  export type DiscountRuleOffer = io.flow.v0.models.DiscountRuleOffer;
13839
13993
  export type DiscountRuleSettings = io.flow.v0.models.DiscountRuleSettings;
13840
- export type DiscountRuleSettingsForm = io.flow.v0.models.DiscountRuleSettingsForm;
13994
+ export type DiscountRuleSettingsForm =
13995
+ io.flow.v0.models.DiscountRuleSettingsForm;
13841
13996
  export type DiscountRuleStatus = io.flow.v0.enums.DiscountRuleStatus;
13842
- export type DiscountRuleSubsidyEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
13843
- export type DiscountRuleSubsidyTarget = io.flow.v0.enums.DiscountRuleSubsidyTarget;
13997
+ export type DiscountRuleSubsidyEntitlement =
13998
+ io.flow.v0.models.DiscountRuleSubsidyEntitlement;
13999
+ export type DiscountRuleSubsidyTarget =
14000
+ io.flow.v0.enums.DiscountRuleSubsidyTarget;
13844
14001
  export type DiscountTarget = io.flow.v0.enums.DiscountTarget;
13845
14002
  export type DiscountsForm = io.flow.v0.models.DiscountsForm;
13846
14003
  export type Document = io.flow.v0.unions.Document;
13847
14004
  export type Duration = io.flow.v0.models.Duration;
13848
- export type DutiesTaxesPaidSurchargeRatecardFee = io.flow.v0.models.DutiesTaxesPaidSurchargeRatecardFee;
13849
- export type DutiesTaxesPaidSurchargeServiceFee = io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee;
14005
+ export type DutiesTaxesPaidSurchargeRatecardFee =
14006
+ io.flow.v0.models.DutiesTaxesPaidSurchargeRatecardFee;
14007
+ export type DutiesTaxesPaidSurchargeServiceFee =
14008
+ io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee;
13850
14009
  export type Duty = io.flow.v0.models.Duty;
13851
14010
  export type DutyItem = io.flow.v0.models.DutyItem;
13852
14011
  export type DutyItemApproval = io.flow.v0.models.DutyItemApproval;
@@ -13855,25 +14014,34 @@ export type DutyItemApprovalStatus = io.flow.v0.enums.DutyItemApprovalStatus;
13855
14014
  export type DutyItemForm = io.flow.v0.models.DutyItemForm;
13856
14015
  export type DutyItemProducer = io.flow.v0.models.DutyItemProducer;
13857
14016
  export type EcommercePlatform = io.flow.v0.models.EcommercePlatform;
13858
- export type EcommercePlatformDeleted = io.flow.v0.models.EcommercePlatformDeleted;
14017
+ export type EcommercePlatformDeleted =
14018
+ io.flow.v0.models.EcommercePlatformDeleted;
13859
14019
  export type EcommercePlatformForm = io.flow.v0.models.EcommercePlatformForm;
13860
14020
  export type EcommercePlatformType = io.flow.v0.enums.EcommercePlatformType;
13861
- export type EcommercePlatformUpserted = io.flow.v0.models.EcommercePlatformUpserted;
14021
+ export type EcommercePlatformUpserted =
14022
+ io.flow.v0.models.EcommercePlatformUpserted;
13862
14023
  export type EconomicTitleLocation = io.flow.v0.enums.EconomicTitleLocation;
13863
- export type EmailAbandonedOrderPromotion = io.flow.v0.models.EmailAbandonedOrderPromotion;
14024
+ export type EmailAbandonedOrderPromotion =
14025
+ io.flow.v0.models.EmailAbandonedOrderPromotion;
13864
14026
  export type EmailAbandonedOrderUrls = io.flow.v0.models.EmailAbandonedOrderUrls;
13865
14027
  export type EmailNotification = io.flow.v0.models.EmailNotification;
13866
- export type EmailNotificationAbandonedOrder = io.flow.v0.models.EmailNotificationAbandonedOrder;
14028
+ export type EmailNotificationAbandonedOrder =
14029
+ io.flow.v0.models.EmailNotificationAbandonedOrder;
13867
14030
  export type EmailNotificationData = io.flow.v0.unions.EmailNotificationData;
13868
- export type EmailNotificationDataRefund = io.flow.v0.models.EmailNotificationDataRefund;
13869
- export type EmailNotificationDeleted = io.flow.v0.models.EmailNotificationDeleted;
14031
+ export type EmailNotificationDataRefund =
14032
+ io.flow.v0.models.EmailNotificationDataRefund;
14033
+ export type EmailNotificationDeleted =
14034
+ io.flow.v0.models.EmailNotificationDeleted;
13870
14035
  export type EmailNotificationForm = io.flow.v0.models.EmailNotificationForm;
13871
- export type EmailNotificationUpserted = io.flow.v0.models.EmailNotificationUpserted;
14036
+ export type EmailNotificationUpserted =
14037
+ io.flow.v0.models.EmailNotificationUpserted;
13872
14038
  export type EmailPaymentSummary = io.flow.v0.models.EmailPaymentSummary;
13873
14039
  export type EmailRecipient = io.flow.v0.models.EmailRecipient;
13874
14040
  export type EmailVerification = io.flow.v0.models.EmailVerification;
13875
- export type EmergencySituationSurchargeRatecardFee = io.flow.v0.models.EmergencySituationSurchargeRatecardFee;
13876
- export type EmergencySituationSurchargeServiceFee = io.flow.v0.models.EmergencySituationSurchargeServiceFee;
14041
+ export type EmergencySituationSurchargeRatecardFee =
14042
+ io.flow.v0.models.EmergencySituationSurchargeRatecardFee;
14043
+ export type EmergencySituationSurchargeServiceFee =
14044
+ io.flow.v0.models.EmergencySituationSurchargeServiceFee;
13877
14045
  export type EntityIdentifier = io.flow.v0.models.EntityIdentifier;
13878
14046
  export type EntityIdentifierType = io.flow.v0.enums.EntityIdentifierType;
13879
14047
  export type Environment = io.flow.v0.enums.Environment;
@@ -13888,54 +14056,83 @@ export type ExclusionRuleForm = io.flow.v0.models.ExclusionRuleForm;
13888
14056
  export type ExclusionRuleState = io.flow.v0.enums.ExclusionRuleState;
13889
14057
  export type ExclusionRuleStatistic = io.flow.v0.models.ExclusionRuleStatistic;
13890
14058
  export type ExclusionRuleVersion = io.flow.v0.models.ExclusionRuleVersion;
13891
- export type ExclusionRulesExportType = io.flow.v0.models.ExclusionRulesExportType;
14059
+ export type ExclusionRulesExportType =
14060
+ io.flow.v0.models.ExclusionRulesExportType;
13892
14061
  export type ExpandableCard = io.flow.v0.unions.ExpandableCard;
13893
14062
  export type ExpandableCenter = io.flow.v0.unions.ExpandableCenter;
13894
14063
  export type ExpandableExperience = io.flow.v0.unions.ExpandableExperience;
13895
14064
  export type ExpandableOrder = io.flow.v0.unions.ExpandableOrder;
13896
14065
  export type ExpandableOrganization = io.flow.v0.unions.ExpandableOrganization;
13897
- export type ExpandablePaymentProcessor = io.flow.v0.unions.ExpandablePaymentProcessor;
14066
+ export type ExpandablePaymentProcessor =
14067
+ io.flow.v0.unions.ExpandablePaymentProcessor;
13898
14068
  export type ExpandableSubcatalog = io.flow.v0.unions.ExpandableSubcatalog;
13899
14069
  export type ExpandableUser = io.flow.v0.unions.ExpandableUser;
13900
14070
  export type Experience = io.flow.v0.models.Experience;
13901
- export type ExperienceCheckoutConfigurationSettings = io.flow.v0.models.ExperienceCheckoutConfigurationSettings;
13902
- export type ExperienceCheckoutSettings = io.flow.v0.models.ExperienceCheckoutSettings;
13903
- export type ExperienceCheckoutSettingsForm = io.flow.v0.models.ExperienceCheckoutSettingsForm;
14071
+ export type ExperienceCheckoutConfigurationSettings =
14072
+ io.flow.v0.models.ExperienceCheckoutConfigurationSettings;
14073
+ export type ExperienceCheckoutSettings =
14074
+ io.flow.v0.models.ExperienceCheckoutSettings;
14075
+ export type ExperienceCheckoutSettingsForm =
14076
+ io.flow.v0.models.ExperienceCheckoutSettingsForm;
13904
14077
  export type ExperienceClone = io.flow.v0.models.ExperienceClone;
13905
14078
  export type ExperienceCloneForm = io.flow.v0.models.ExperienceCloneForm;
13906
14079
  export type ExperienceCloneStatus = io.flow.v0.enums.ExperienceCloneStatus;
13907
- export type ExperienceConfigurationReference = io.flow.v0.models.ExperienceConfigurationReference;
14080
+ export type ExperienceConfigurationReference =
14081
+ io.flow.v0.models.ExperienceConfigurationReference;
13908
14082
  export type ExperienceCountryStatus = io.flow.v0.enums.ExperienceCountryStatus;
13909
- export type ExperienceCurrencyFormat = io.flow.v0.models.ExperienceCurrencyFormat;
13910
- export type ExperienceCurrencyFormatForm = io.flow.v0.models.ExperienceCurrencyFormatForm;
14083
+ export type ExperienceCurrencyFormat =
14084
+ io.flow.v0.models.ExperienceCurrencyFormat;
14085
+ export type ExperienceCurrencyFormatForm =
14086
+ io.flow.v0.models.ExperienceCurrencyFormatForm;
13911
14087
  export type ExperienceDefaults = io.flow.v0.models.ExperienceDefaults;
13912
14088
  export type ExperienceDeleted = io.flow.v0.models.ExperienceDeleted;
13913
14089
  export type ExperienceDeletedV2 = io.flow.v0.models.ExperienceDeletedV2;
13914
14090
  export type ExperienceExportType = io.flow.v0.models.ExperienceExportType;
13915
14091
  export type ExperienceForm = io.flow.v0.models.ExperienceForm;
13916
14092
  export type ExperienceGeo = io.flow.v0.models.ExperienceGeo;
13917
- export type ExperienceLogisticsSettings = io.flow.v0.models.ExperienceLogisticsSettings;
13918
- export type ExperienceLogisticsSettingsDeleted = io.flow.v0.models.ExperienceLogisticsSettingsDeleted;
13919
- export type ExperienceLogisticsSettingsPutForm = io.flow.v0.models.ExperienceLogisticsSettingsPutForm;
13920
- export type ExperienceLogisticsSettingsUpserted = io.flow.v0.models.ExperienceLogisticsSettingsUpserted;
13921
- export type ExperienceLogisticsSummary = io.flow.v0.models.ExperienceLogisticsSummary;
13922
- export type ExperienceLogisticsTierSummary = io.flow.v0.models.ExperienceLogisticsTierSummary;
13923
- export type ExperienceLogisticsTierSummaryPrices = io.flow.v0.models.ExperienceLogisticsTierSummaryPrices;
14093
+ export type ExperienceLogisticsSettings =
14094
+ io.flow.v0.models.ExperienceLogisticsSettings;
14095
+ export type ExperienceLogisticsSettingsDeleted =
14096
+ io.flow.v0.models.ExperienceLogisticsSettingsDeleted;
14097
+ export type ExperienceLogisticsSettingsPutForm =
14098
+ io.flow.v0.models.ExperienceLogisticsSettingsPutForm;
14099
+ export type ExperienceLogisticsSettingsUpserted =
14100
+ io.flow.v0.models.ExperienceLogisticsSettingsUpserted;
14101
+ export type ExperienceLogisticsSummary =
14102
+ io.flow.v0.models.ExperienceLogisticsSummary;
14103
+ export type ExperienceLogisticsTierSummary =
14104
+ io.flow.v0.models.ExperienceLogisticsTierSummary;
14105
+ export type ExperienceLogisticsTierSummaryPrices =
14106
+ io.flow.v0.models.ExperienceLogisticsTierSummaryPrices;
13924
14107
  export type ExperienceOverview = io.flow.v0.models.ExperienceOverview;
13925
- export type ExperiencePaymentMethodRule = io.flow.v0.models.ExperiencePaymentMethodRule;
13926
- export type ExperiencePaymentMethodRuleForm = io.flow.v0.models.ExperiencePaymentMethodRuleForm;
13927
- export type ExperiencePaymentMethodTag = io.flow.v0.enums.ExperiencePaymentMethodTag;
13928
- export type ExperiencePriceBookMapping = io.flow.v0.models.ExperiencePriceBookMapping;
13929
- export type ExperiencePriceBookMappingDeleted = io.flow.v0.models.ExperiencePriceBookMappingDeleted;
13930
- export type ExperiencePriceBookMappingForm = io.flow.v0.models.ExperiencePriceBookMappingForm;
13931
- export type ExperiencePriceBookMappingPutForm = io.flow.v0.models.ExperiencePriceBookMappingPutForm;
13932
- export type ExperiencePriceBookMappingUpserted = io.flow.v0.models.ExperiencePriceBookMappingUpserted;
13933
- export type ExperiencePriceConversion = io.flow.v0.models.ExperiencePriceConversion;
13934
- export type ExperiencePriceConversionRequest = io.flow.v0.models.ExperiencePriceConversionRequest;
13935
- export type ExperiencePriceConversionResponse = io.flow.v0.models.ExperiencePriceConversionResponse;
13936
- export type ExperiencePriceFacetConversion = io.flow.v0.models.ExperiencePriceFacetConversion;
13937
- export type ExperiencePriceFacetConversionRequest = io.flow.v0.models.ExperiencePriceFacetConversionRequest;
13938
- export type ExperiencePriceFacetConversionResponse = io.flow.v0.models.ExperiencePriceFacetConversionResponse;
14108
+ export type ExperiencePaymentMethodRule =
14109
+ io.flow.v0.models.ExperiencePaymentMethodRule;
14110
+ export type ExperiencePaymentMethodRuleForm =
14111
+ io.flow.v0.models.ExperiencePaymentMethodRuleForm;
14112
+ export type ExperiencePaymentMethodTag =
14113
+ io.flow.v0.enums.ExperiencePaymentMethodTag;
14114
+ export type ExperiencePriceBookMapping =
14115
+ io.flow.v0.models.ExperiencePriceBookMapping;
14116
+ export type ExperiencePriceBookMappingDeleted =
14117
+ io.flow.v0.models.ExperiencePriceBookMappingDeleted;
14118
+ export type ExperiencePriceBookMappingForm =
14119
+ io.flow.v0.models.ExperiencePriceBookMappingForm;
14120
+ export type ExperiencePriceBookMappingPutForm =
14121
+ io.flow.v0.models.ExperiencePriceBookMappingPutForm;
14122
+ export type ExperiencePriceBookMappingUpserted =
14123
+ io.flow.v0.models.ExperiencePriceBookMappingUpserted;
14124
+ export type ExperiencePriceConversion =
14125
+ io.flow.v0.models.ExperiencePriceConversion;
14126
+ export type ExperiencePriceConversionRequest =
14127
+ io.flow.v0.models.ExperiencePriceConversionRequest;
14128
+ export type ExperiencePriceConversionResponse =
14129
+ io.flow.v0.models.ExperiencePriceConversionResponse;
14130
+ export type ExperiencePriceFacetConversion =
14131
+ io.flow.v0.models.ExperiencePriceFacetConversion;
14132
+ export type ExperiencePriceFacetConversionRequest =
14133
+ io.flow.v0.models.ExperiencePriceFacetConversionRequest;
14134
+ export type ExperiencePriceFacetConversionResponse =
14135
+ io.flow.v0.models.ExperiencePriceFacetConversionResponse;
13939
14136
  export type ExperienceReference = io.flow.v0.models.ExperienceReference;
13940
14137
  export type ExperienceSettings = io.flow.v0.models.ExperienceSettings;
13941
14138
  export type ExperienceStatus = io.flow.v0.enums.ExperienceStatus;
@@ -13950,13 +14147,16 @@ export type Export = io.flow.v0.models.Export;
13950
14147
  export type ExportDelivery = io.flow.v0.unions.ExportDelivery;
13951
14148
  export type ExportDeliveryEmail = io.flow.v0.models.ExportDeliveryEmail;
13952
14149
  export type ExportForm = io.flow.v0.models.ExportForm;
13953
- export type ExportLocalizedItemPrices = io.flow.v0.models.ExportLocalizedItemPrices;
13954
- export type ExportLocalizedItemPricesDetail = io.flow.v0.models.ExportLocalizedItemPricesDetail;
14150
+ export type ExportLocalizedItemPrices =
14151
+ io.flow.v0.models.ExportLocalizedItemPrices;
14152
+ export type ExportLocalizedItemPricesDetail =
14153
+ io.flow.v0.models.ExportLocalizedItemPricesDetail;
13955
14154
  export type ExportStatus = io.flow.v0.enums.ExportStatus;
13956
14155
  export type ExportType = io.flow.v0.unions.ExportType;
13957
14156
  export type ExportVersion = io.flow.v0.models.ExportVersion;
13958
14157
  export type ExporterOfRecord = io.flow.v0.enums.ExporterOfRecord;
13959
- export type ExternalApiTimeoutReservationError = io.flow.v0.models.ExternalApiTimeoutReservationError;
14158
+ export type ExternalApiTimeoutReservationError =
14159
+ io.flow.v0.models.ExternalApiTimeoutReservationError;
13960
14160
  export type FeeDeduction = io.flow.v0.models.FeeDeduction;
13961
14161
  export type FeeDeductionType = io.flow.v0.enums.FeeDeductionType;
13962
14162
  export type FeeWeight = io.flow.v0.models.FeeWeight;
@@ -13964,7 +14164,8 @@ export type FieldValidationMax = io.flow.v0.models.FieldValidationMax;
13964
14164
  export type FieldValidationMin = io.flow.v0.models.FieldValidationMin;
13965
14165
  export type FieldValidationPattern = io.flow.v0.models.FieldValidationPattern;
13966
14166
  export type FieldValidationRequired = io.flow.v0.models.FieldValidationRequired;
13967
- export type FieldValidationRequiredIfPresent = io.flow.v0.models.FieldValidationRequiredIfPresent;
14167
+ export type FieldValidationRequiredIfPresent =
14168
+ io.flow.v0.models.FieldValidationRequiredIfPresent;
13968
14169
  export type FieldValidationRule = io.flow.v0.unions.FieldValidationRule;
13969
14170
  export type FlatRate = io.flow.v0.models.FlatRate;
13970
14171
  export type FlatRateForm = io.flow.v0.models.FlatRateForm;
@@ -13979,12 +14180,15 @@ export type FraudEmailRuleForm = io.flow.v0.models.FraudEmailRuleForm;
13979
14180
  export type FraudFlowOrderReference = io.flow.v0.models.FraudFlowOrderReference;
13980
14181
  export type FraudLiability = io.flow.v0.enums.FraudLiability;
13981
14182
  export type FraudOrderReference = io.flow.v0.unions.FraudOrderReference;
13982
- export type FraudPaymentRequestReference = io.flow.v0.models.FraudPaymentRequestReference;
14183
+ export type FraudPaymentRequestReference =
14184
+ io.flow.v0.models.FraudPaymentRequestReference;
13983
14185
  export type FraudStatus = io.flow.v0.enums.FraudStatus;
13984
14186
  export type FraudStatusChanged = io.flow.v0.models.FraudStatusChanged;
13985
14187
  export type FreeShipping = io.flow.v0.models.FreeShipping;
13986
- export type FreeShippingOrderPromotion = io.flow.v0.models.FreeShippingOrderPromotion;
13987
- export type FreeShippingOrderPromotionForm = io.flow.v0.models.FreeShippingOrderPromotionForm;
14188
+ export type FreeShippingOrderPromotion =
14189
+ io.flow.v0.models.FreeShippingOrderPromotion;
14190
+ export type FreeShippingOrderPromotionForm =
14191
+ io.flow.v0.models.FreeShippingOrderPromotionForm;
13988
14192
  export type FtpAccount = io.flow.v0.models.FtpAccount;
13989
14193
  export type FtpFile = io.flow.v0.models.FtpFile;
13990
14194
  export type FtpFileForm = io.flow.v0.models.FtpFileForm;
@@ -13992,49 +14196,70 @@ export type FtpFileSource = io.flow.v0.enums.FtpFileSource;
13992
14196
  export type FtpFolder = io.flow.v0.models.FtpFolder;
13993
14197
  export type FtpFolderForm = io.flow.v0.models.FtpFolderForm;
13994
14198
  export type FtpOrganizationSettings = io.flow.v0.models.FtpOrganizationSettings;
13995
- export type FtpOrganizationSettingsForm = io.flow.v0.models.FtpOrganizationSettingsForm;
14199
+ export type FtpOrganizationSettingsForm =
14200
+ io.flow.v0.models.FtpOrganizationSettingsForm;
13996
14201
  export type FtpServer = io.flow.v0.models.FtpServer;
13997
14202
  export type FtpUser = io.flow.v0.models.FtpUser;
13998
- export type FuelSurchargeAmountByWeightServiceFee = io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee;
13999
- export type FuelSurchargeRatecardFee = io.flow.v0.models.FuelSurchargeRatecardFee;
14203
+ export type FuelSurchargeAmountByWeightServiceFee =
14204
+ io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee;
14205
+ export type FuelSurchargeRatecardFee =
14206
+ io.flow.v0.models.FuelSurchargeRatecardFee;
14000
14207
  export type FuelSurchargeServiceFee = io.flow.v0.models.FuelSurchargeServiceFee;
14001
14208
  export type Fulfillment = io.flow.v0.models.Fulfillment;
14002
- export type FulfillmentCancellationForm = io.flow.v0.models.FulfillmentCancellationForm;
14003
- export type FulfillmentCompleteCancellationForm = io.flow.v0.models.FulfillmentCompleteCancellationForm;
14004
- export type FulfillmentExperienceReference = io.flow.v0.models.FulfillmentExperienceReference;
14209
+ export type FulfillmentCancellationForm =
14210
+ io.flow.v0.models.FulfillmentCancellationForm;
14211
+ export type FulfillmentCompleteCancellationForm =
14212
+ io.flow.v0.models.FulfillmentCompleteCancellationForm;
14213
+ export type FulfillmentExperienceReference =
14214
+ io.flow.v0.models.FulfillmentExperienceReference;
14005
14215
  export type FulfillmentItem = io.flow.v0.models.FulfillmentItem;
14006
- export type FulfillmentItemAllocationDetails = io.flow.v0.models.FulfillmentItemAllocationDetails;
14216
+ export type FulfillmentItemAllocationDetails =
14217
+ io.flow.v0.models.FulfillmentItemAllocationDetails;
14007
14218
  export type FulfillmentItemQuantity = io.flow.v0.models.FulfillmentItemQuantity;
14008
- export type FulfillmentItemQuantityStatus = io.flow.v0.enums.FulfillmentItemQuantityStatus;
14009
- export type FulfillmentLineCancelForm = io.flow.v0.models.FulfillmentLineCancelForm;
14219
+ export type FulfillmentItemQuantityStatus =
14220
+ io.flow.v0.enums.FulfillmentItemQuantityStatus;
14221
+ export type FulfillmentLineCancelForm =
14222
+ io.flow.v0.models.FulfillmentLineCancelForm;
14010
14223
  export type FulfillmentMethodType = io.flow.v0.enums.FulfillmentMethodType;
14011
14224
  export type FulfillmentMethodValue = io.flow.v0.enums.FulfillmentMethodValue;
14012
14225
  export type FulfillmentRouting = io.flow.v0.enums.FulfillmentRouting;
14013
- export type FullyHarmonizedItemUpserted = io.flow.v0.models.FullyHarmonizedItemUpserted;
14014
- export type GatewayAuthenticationData = io.flow.v0.unions.GatewayAuthenticationData;
14015
- export type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAuthenticationDataForm;
14226
+ export type FullyHarmonizedItemUpserted =
14227
+ io.flow.v0.models.FullyHarmonizedItemUpserted;
14228
+ export type GatewayAuthenticationData =
14229
+ io.flow.v0.unions.GatewayAuthenticationData;
14230
+ export type GatewayAuthenticationDataForm =
14231
+ io.flow.v0.unions.GatewayAuthenticationDataForm;
14016
14232
  export type GenericError = io.flow.v0.models.GenericError;
14017
14233
  export type GenericErrorCode = io.flow.v0.enums.GenericErrorCode;
14018
14234
  export type GenericReservationError = io.flow.v0.models.GenericReservationError;
14019
14235
  export type GeoForm = io.flow.v0.models.GeoForm;
14020
14236
  export type GoodsSupply = io.flow.v0.enums.GoodsSupply;
14021
- export type GooglePayAuthorizationPayload = io.flow.v0.models.GooglePayAuthorizationPayload;
14237
+ export type GooglePayAuthorizationPayload =
14238
+ io.flow.v0.models.GooglePayAuthorizationPayload;
14022
14239
  export type GraphqlRequest = io.flow.v0.models.GraphqlRequest;
14023
14240
  export type GraphqlResponse = io.flow.v0.models.GraphqlResponse;
14024
14241
  export type HarmonizationDocument = io.flow.v0.models.HarmonizationDocument;
14025
- export type HarmonizationHs10ExportType = io.flow.v0.models.HarmonizationHs10ExportType;
14026
- export type HarmonizationHs6ExportType = io.flow.v0.models.HarmonizationHs6ExportType;
14027
- export type HarmonizationOverviewExportType = io.flow.v0.models.HarmonizationOverviewExportType;
14028
- export type HarmonizationTariffCodesExportType = io.flow.v0.models.HarmonizationTariffCodesExportType;
14029
- export type HarmonizedCategoryReference = io.flow.v0.models.HarmonizedCategoryReference;
14242
+ export type HarmonizationHs10ExportType =
14243
+ io.flow.v0.models.HarmonizationHs10ExportType;
14244
+ export type HarmonizationHs6ExportType =
14245
+ io.flow.v0.models.HarmonizationHs6ExportType;
14246
+ export type HarmonizationOverviewExportType =
14247
+ io.flow.v0.models.HarmonizationOverviewExportType;
14248
+ export type HarmonizationTariffCodesExportType =
14249
+ io.flow.v0.models.HarmonizationTariffCodesExportType;
14250
+ export type HarmonizedCategoryReference =
14251
+ io.flow.v0.models.HarmonizedCategoryReference;
14030
14252
  export type HarmonizedItem = io.flow.v0.models.HarmonizedItem;
14031
14253
  export type HarmonizedItemForm = io.flow.v0.models.HarmonizedItemForm;
14032
14254
  export type HarmonizedItemPutForm = io.flow.v0.models.HarmonizedItemPutForm;
14033
14255
  export type HarmonizedItemReference = io.flow.v0.models.HarmonizedItemReference;
14034
14256
  export type HarmonizedLandedCost = io.flow.v0.models.HarmonizedLandedCost;
14035
- export type HarmonizedLandedCostForm = io.flow.v0.models.HarmonizedLandedCostForm;
14036
- export type HarmonizedLandedCostItem = io.flow.v0.models.HarmonizedLandedCostItem;
14037
- export type HarmonizedLandedCostUpserted = io.flow.v0.models.HarmonizedLandedCostUpserted;
14257
+ export type HarmonizedLandedCostForm =
14258
+ io.flow.v0.models.HarmonizedLandedCostForm;
14259
+ export type HarmonizedLandedCostItem =
14260
+ io.flow.v0.models.HarmonizedLandedCostItem;
14261
+ export type HarmonizedLandedCostUpserted =
14262
+ io.flow.v0.models.HarmonizedLandedCostUpserted;
14038
14263
  export type Header = io.flow.v0.models.Header;
14039
14264
  export type Healthcheck = io.flow.v0.models.Healthcheck;
14040
14265
  export type HolidayCalendar = io.flow.v0.enums.HolidayCalendar;
@@ -14069,23 +14294,33 @@ export type IncludedLevies = io.flow.v0.models.IncludedLevies;
14069
14294
  export type IncludedLevyKey = io.flow.v0.enums.IncludedLevyKey;
14070
14295
  export type Incoterm = io.flow.v0.enums.Incoterm;
14071
14296
  export type IndirectTax = io.flow.v0.models.IndirectTax;
14072
- export type InlineActionConfiguration = io.flow.v0.unions.InlineActionConfiguration;
14073
- export type InlineAuthorizationDetails = io.flow.v0.models.InlineAuthorizationDetails;
14297
+ export type InlineActionConfiguration =
14298
+ io.flow.v0.unions.InlineActionConfiguration;
14299
+ export type InlineAuthorizationDetails =
14300
+ io.flow.v0.models.InlineAuthorizationDetails;
14074
14301
  export type InlineAuthorizationForm = io.flow.v0.models.InlineAuthorizationForm;
14075
- export type InlineWindowViewportSize = io.flow.v0.enums.InlineWindowViewportSize;
14302
+ export type InlineWindowViewportSize =
14303
+ io.flow.v0.enums.InlineWindowViewportSize;
14076
14304
  export type InputForm = io.flow.v0.models.InputForm;
14077
14305
  export type InputFormSpecification = io.flow.v0.models.InputFormSpecification;
14078
14306
  export type InputSpecification = io.flow.v0.models.InputSpecification;
14079
- export type InputSpecificationLimitation = io.flow.v0.unions.InputSpecificationLimitation;
14080
- export type InputSpecificationLimitationMax = io.flow.v0.models.InputSpecificationLimitationMax;
14081
- export type InputSpecificationLimitations = io.flow.v0.models.InputSpecificationLimitations;
14307
+ export type InputSpecificationLimitation =
14308
+ io.flow.v0.unions.InputSpecificationLimitation;
14309
+ export type InputSpecificationLimitationMax =
14310
+ io.flow.v0.models.InputSpecificationLimitationMax;
14311
+ export type InputSpecificationLimitations =
14312
+ io.flow.v0.models.InputSpecificationLimitations;
14082
14313
  export type InputSpecificationType = io.flow.v0.enums.InputSpecificationType;
14083
14314
  export type InventoryBackorder = io.flow.v0.models.InventoryBackorder;
14084
- export type InventoryCenterReference = io.flow.v0.models.InventoryCenterReference;
14315
+ export type InventoryCenterReference =
14316
+ io.flow.v0.models.InventoryCenterReference;
14085
14317
  export type InventoryCheckResponse = io.flow.v0.models.InventoryCheckResponse;
14086
- export type InventoryCheckResponseItem = io.flow.v0.models.InventoryCheckResponseItem;
14087
- export type InventoryExperienceReference = io.flow.v0.models.InventoryExperienceReference;
14088
- export type InventoryFollowEcommercePlatform = io.flow.v0.models.InventoryFollowEcommercePlatform;
14318
+ export type InventoryCheckResponseItem =
14319
+ io.flow.v0.models.InventoryCheckResponseItem;
14320
+ export type InventoryExperienceReference =
14321
+ io.flow.v0.models.InventoryExperienceReference;
14322
+ export type InventoryFollowEcommercePlatform =
14323
+ io.flow.v0.models.InventoryFollowEcommercePlatform;
14089
14324
  export type InventoryItemReference = io.flow.v0.models.InventoryItemReference;
14090
14325
  export type InventoryRequest = io.flow.v0.models.InventoryRequest;
14091
14326
  export type InventoryRequestItem = io.flow.v0.models.InventoryRequestItem;
@@ -14093,7 +14328,8 @@ export type InventoryRule = io.flow.v0.models.InventoryRule;
14093
14328
  export type InventoryRuleForm = io.flow.v0.models.InventoryRuleForm;
14094
14329
  export type InventoryRuleVersion = io.flow.v0.models.InventoryRuleVersion;
14095
14330
  export type InventorySnapshot = io.flow.v0.models.InventorySnapshot;
14096
- export type InventorySnapshotVersion = io.flow.v0.models.InventorySnapshotVersion;
14331
+ export type InventorySnapshotVersion =
14332
+ io.flow.v0.models.InventorySnapshotVersion;
14097
14333
  export type InventoryStatus = io.flow.v0.enums.InventoryStatus;
14098
14334
  export type InventoryStock = io.flow.v0.models.InventoryStock;
14099
14335
  export type InventoryStrategy = io.flow.v0.unions.InventoryStrategy;
@@ -14137,8 +14373,10 @@ export type ItemStatistics = io.flow.v0.models.ItemStatistics;
14137
14373
  export type ItemVersion = io.flow.v0.models.ItemVersion;
14138
14374
  export type JsonpResponse = io.flow.v0.models.JsonpResponse;
14139
14375
  export type KlarnaPaymentCategory = io.flow.v0.models.KlarnaPaymentCategory;
14140
- export type KlarnaPaymentMethodCategory = io.flow.v0.models.KlarnaPaymentMethodCategory;
14141
- export type KlarnaSdkAuthorizationResultActionDetails = io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails;
14376
+ export type KlarnaPaymentMethodCategory =
14377
+ io.flow.v0.models.KlarnaPaymentMethodCategory;
14378
+ export type KlarnaSdkAuthorizationResultActionDetails =
14379
+ io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails;
14142
14380
  export type KlaviyoLineItem = io.flow.v0.models.KlaviyoLineItem;
14143
14381
  export type KlaviyoOrderContent = io.flow.v0.models.KlaviyoOrderContent;
14144
14382
  export type KlaviyoOrderPrices = io.flow.v0.models.KlaviyoOrderPrices;
@@ -14149,9 +14387,11 @@ export type LabelFormatUpserted = io.flow.v0.models.LabelFormatUpserted;
14149
14387
  export type LabelOrderSummary = io.flow.v0.models.LabelOrderSummary;
14150
14388
  export type LabelReference = io.flow.v0.models.LabelReference;
14151
14389
  export type LabelRequestMethod = io.flow.v0.enums.LabelRequestMethod;
14152
- export type LabelTrackingCarrierService = io.flow.v0.models.LabelTrackingCarrierService;
14390
+ export type LabelTrackingCarrierService =
14391
+ io.flow.v0.models.LabelTrackingCarrierService;
14153
14392
  export type LabelTrackingSummary = io.flow.v0.models.LabelTrackingSummary;
14154
- export type LabelTrackingSummaryUpdate = io.flow.v0.models.LabelTrackingSummaryUpdate;
14393
+ export type LabelTrackingSummaryUpdate =
14394
+ io.flow.v0.models.LabelTrackingSummaryUpdate;
14155
14395
  export type LabelTriggerMethod = io.flow.v0.enums.LabelTriggerMethod;
14156
14396
  export type LabelUpserted = io.flow.v0.models.LabelUpserted;
14157
14397
  export type LabelUpsertedV2 = io.flow.v0.models.LabelUpsertedV2;
@@ -14173,7 +14413,8 @@ export type LineItemQuantityForm = io.flow.v0.models.LineItemQuantityForm;
14173
14413
  export type Link = io.flow.v0.models.Link;
14174
14414
  export type Local = io.flow.v0.models.Local;
14175
14415
  export type LocalItem = io.flow.v0.models.LocalItem;
14176
- export type LocalItemAttributePricing = io.flow.v0.models.LocalItemAttributePricing;
14416
+ export type LocalItemAttributePricing =
14417
+ io.flow.v0.models.LocalItemAttributePricing;
14177
14418
  export type LocalItemDeleted = io.flow.v0.models.LocalItemDeleted;
14178
14419
  export type LocalItemPricing = io.flow.v0.models.LocalItemPricing;
14179
14420
  export type LocalItemUpserted = io.flow.v0.models.LocalItemUpserted;
@@ -14184,17 +14425,20 @@ export type LocaleNumbers = io.flow.v0.models.LocaleNumbers;
14184
14425
  export type LocalizedAdjustment = io.flow.v0.models.LocalizedAdjustment;
14185
14426
  export type LocalizedItemDuty = io.flow.v0.models.LocalizedItemDuty;
14186
14427
  export type LocalizedItemPrice = io.flow.v0.models.LocalizedItemPrice;
14187
- export type LocalizedItemPricesExportType = io.flow.v0.models.LocalizedItemPricesExportType;
14428
+ export type LocalizedItemPricesExportType =
14429
+ io.flow.v0.models.LocalizedItemPricesExportType;
14188
14430
  export type LocalizedItemVat = io.flow.v0.models.LocalizedItemVat;
14189
14431
  export type LocalizedLineItem = io.flow.v0.models.LocalizedLineItem;
14190
- export type LocalizedLineItemDiscount = io.flow.v0.models.LocalizedLineItemDiscount;
14432
+ export type LocalizedLineItemDiscount =
14433
+ io.flow.v0.models.LocalizedLineItemDiscount;
14191
14434
  export type LocalizedPrice = io.flow.v0.unions.LocalizedPrice;
14192
14435
  export type LocalizedTotal = io.flow.v0.models.LocalizedTotal;
14193
14436
  export type LocalizedTranslation = io.flow.v0.models.LocalizedTranslation;
14194
14437
  export type LocationError = io.flow.v0.models.LocationError;
14195
14438
  export type LocationErrorCode = io.flow.v0.enums.LocationErrorCode;
14196
14439
  export type LogisticsFormat = io.flow.v0.models.LogisticsFormat;
14197
- export type LogisticsFormatPreference = io.flow.v0.enums.LogisticsFormatPreference;
14440
+ export type LogisticsFormatPreference =
14441
+ io.flow.v0.enums.LogisticsFormatPreference;
14198
14442
  export type LogisticsSettings = io.flow.v0.models.LogisticsSettings;
14199
14443
  export type LogoImage = io.flow.v0.unions.LogoImage;
14200
14444
  export type LogoImageSetStatic = io.flow.v0.models.LogoImageSetStatic;
@@ -14206,7 +14450,8 @@ export type ManifestedLabelDeleted = io.flow.v0.models.ManifestedLabelDeleted;
14206
14450
  export type ManifestedLabelUpserted = io.flow.v0.models.ManifestedLabelUpserted;
14207
14451
  export type Margin = io.flow.v0.models.Margin;
14208
14452
  export type MarginType = io.flow.v0.enums.MarginType;
14209
- export type MarketingFeedsExportType = io.flow.v0.models.MarketingFeedsExportType;
14453
+ export type MarketingFeedsExportType =
14454
+ io.flow.v0.models.MarketingFeedsExportType;
14210
14455
  export type Measurement = io.flow.v0.models.Measurement;
14211
14456
  export type MeasurementSystem = io.flow.v0.enums.MeasurementSystem;
14212
14457
  export type Membership = io.flow.v0.models.Membership;
@@ -14217,26 +14462,40 @@ export type MembershipUpsertedV2 = io.flow.v0.models.MembershipUpsertedV2;
14217
14462
  export type MembershipVersion = io.flow.v0.models.MembershipVersion;
14218
14463
  export type MerchantActivated = io.flow.v0.models.MerchantActivated;
14219
14464
  export type MerchantApplication = io.flow.v0.unions.MerchantApplication;
14220
- export type MerchantApplicationDeleted = io.flow.v0.models.MerchantApplicationDeleted;
14465
+ export type MerchantApplicationDeleted =
14466
+ io.flow.v0.models.MerchantApplicationDeleted;
14221
14467
  export type MerchantApplicationForm = io.flow.v0.unions.MerchantApplicationForm;
14222
- export type MerchantApplicationPutForm = io.flow.v0.unions.MerchantApplicationPutForm;
14223
- export type MerchantApplicationUpserted = io.flow.v0.models.MerchantApplicationUpserted;
14224
- export type MerchantApplicationsSummary = io.flow.v0.unions.MerchantApplicationsSummary;
14468
+ export type MerchantApplicationPutForm =
14469
+ io.flow.v0.unions.MerchantApplicationPutForm;
14470
+ export type MerchantApplicationUpserted =
14471
+ io.flow.v0.models.MerchantApplicationUpserted;
14472
+ export type MerchantApplicationsSummary =
14473
+ io.flow.v0.unions.MerchantApplicationsSummary;
14225
14474
  export type MerchantGiftCardBalance = io.flow.v0.models.MerchantGiftCardBalance;
14226
- export type MerchantGiftCardBalanceForm = io.flow.v0.models.MerchantGiftCardBalanceForm;
14475
+ export type MerchantGiftCardBalanceForm =
14476
+ io.flow.v0.models.MerchantGiftCardBalanceForm;
14227
14477
  export type MerchantGiftCardError = io.flow.v0.models.MerchantGiftCardError;
14228
- export type MerchantGiftCardErrorCode = io.flow.v0.enums.MerchantGiftCardErrorCode;
14229
- export type MerchantGiftCardRedemption = io.flow.v0.models.MerchantGiftCardRedemption;
14230
- export type MerchantGiftCardRedemptionForm = io.flow.v0.models.MerchantGiftCardRedemptionForm;
14231
- export type MerchantGiftCardReversal = io.flow.v0.models.MerchantGiftCardReversal;
14232
- export type MerchantGiftCardReversalForm = io.flow.v0.models.MerchantGiftCardReversalForm;
14478
+ export type MerchantGiftCardErrorCode =
14479
+ io.flow.v0.enums.MerchantGiftCardErrorCode;
14480
+ export type MerchantGiftCardRedemption =
14481
+ io.flow.v0.models.MerchantGiftCardRedemption;
14482
+ export type MerchantGiftCardRedemptionForm =
14483
+ io.flow.v0.models.MerchantGiftCardRedemptionForm;
14484
+ export type MerchantGiftCardReversal =
14485
+ io.flow.v0.models.MerchantGiftCardReversal;
14486
+ export type MerchantGiftCardReversalForm =
14487
+ io.flow.v0.models.MerchantGiftCardReversalForm;
14233
14488
  export type MerchantInfo = io.flow.v0.models.MerchantInfo;
14234
14489
  export type MerchantOfRecord = io.flow.v0.enums.MerchantOfRecord;
14235
- export type MerchantOfRecordAuthorizationForm = io.flow.v0.models.MerchantOfRecordAuthorizationForm;
14490
+ export type MerchantOfRecordAuthorizationForm =
14491
+ io.flow.v0.models.MerchantOfRecordAuthorizationForm;
14236
14492
  export type MerchantOfRecordEntity = io.flow.v0.models.MerchantOfRecordEntity;
14237
- export type MerchantOfRecordEntityRegistration = io.flow.v0.models.MerchantOfRecordEntityRegistration;
14238
- export type MerchantOfRecordPaymentForm = io.flow.v0.models.MerchantOfRecordPaymentForm;
14239
- export type MerchantOnboardingAddress = io.flow.v0.models.MerchantOnboardingAddress;
14493
+ export type MerchantOfRecordEntityRegistration =
14494
+ io.flow.v0.models.MerchantOfRecordEntityRegistration;
14495
+ export type MerchantOfRecordPaymentForm =
14496
+ io.flow.v0.models.MerchantOfRecordPaymentForm;
14497
+ export type MerchantOnboardingAddress =
14498
+ io.flow.v0.models.MerchantOnboardingAddress;
14240
14499
  export type MerchantRejected = io.flow.v0.models.MerchantRejected;
14241
14500
  export type MerchantRejectedReason = io.flow.v0.enums.MerchantRejectedReason;
14242
14501
  export type Method = io.flow.v0.enums.Method;
@@ -14247,25 +14506,36 @@ export type MonthlyAverage = io.flow.v0.models.MonthlyAverage;
14247
14506
  export type MonthlyAverageVolume = io.flow.v0.models.MonthlyAverageVolume;
14248
14507
  export type Name = io.flow.v0.models.Name;
14249
14508
  export type NameForm = io.flow.v0.models.NameForm;
14250
- export type NoInventoryReservationError = io.flow.v0.models.NoInventoryReservationError;
14251
- export type NoInventoryReservationErrorItem = io.flow.v0.models.NoInventoryReservationErrorItem;
14509
+ export type NoInventoryReservationError =
14510
+ io.flow.v0.models.NoInventoryReservationError;
14511
+ export type NoInventoryReservationErrorItem =
14512
+ io.flow.v0.models.NoInventoryReservationErrorItem;
14252
14513
  export type NotificationDeletedV2 = io.flow.v0.models.NotificationDeletedV2;
14253
14514
  export type NotificationUpsertedV2 = io.flow.v0.models.NotificationUpsertedV2;
14254
14515
  export type NumberRange = io.flow.v0.models.NumberRange;
14255
- export type OnboardingApplicationStatus = io.flow.v0.enums.OnboardingApplicationStatus;
14516
+ export type OnboardingApplicationStatus =
14517
+ io.flow.v0.enums.OnboardingApplicationStatus;
14256
14518
  export type OnboardingBlockedReason = io.flow.v0.enums.OnboardingBlockedReason;
14257
- export type OnboardingMerchantPickupWindow = io.flow.v0.models.OnboardingMerchantPickupWindow;
14258
- export type OnboardingMerchantScheduledPickup = io.flow.v0.models.OnboardingMerchantScheduledPickup;
14519
+ export type OnboardingMerchantPickupWindow =
14520
+ io.flow.v0.models.OnboardingMerchantPickupWindow;
14521
+ export type OnboardingMerchantScheduledPickup =
14522
+ io.flow.v0.models.OnboardingMerchantScheduledPickup;
14259
14523
  export type OnboardingMerchantTime = io.flow.v0.models.OnboardingMerchantTime;
14260
- export type OnboardingOrganizationReference = io.flow.v0.models.OnboardingOrganizationReference;
14524
+ export type OnboardingOrganizationReference =
14525
+ io.flow.v0.models.OnboardingOrganizationReference;
14261
14526
  export type OnboardingState = io.flow.v0.unions.OnboardingState;
14262
- export type OnboardingStateTransition = io.flow.v0.models.OnboardingStateTransition;
14527
+ export type OnboardingStateTransition =
14528
+ io.flow.v0.models.OnboardingStateTransition;
14263
14529
  export type OnboardingTradeSector = io.flow.v0.enums.OnboardingTradeSector;
14264
14530
  export type OnlineAuthorization = io.flow.v0.models.OnlineAuthorization;
14265
- export type OnlineAuthorizationDeletedV2 = io.flow.v0.models.OnlineAuthorizationDeletedV2;
14266
- export type OnlineAuthorizationDetails = io.flow.v0.unions.OnlineAuthorizationDetails;
14267
- export type OnlineAuthorizationUpsertedV2 = io.flow.v0.models.OnlineAuthorizationUpsertedV2;
14268
- export type OnlinePaymentAuthorizationForm = io.flow.v0.models.OnlinePaymentAuthorizationForm;
14531
+ export type OnlineAuthorizationDeletedV2 =
14532
+ io.flow.v0.models.OnlineAuthorizationDeletedV2;
14533
+ export type OnlineAuthorizationDetails =
14534
+ io.flow.v0.unions.OnlineAuthorizationDetails;
14535
+ export type OnlineAuthorizationUpsertedV2 =
14536
+ io.flow.v0.models.OnlineAuthorizationUpsertedV2;
14537
+ export type OnlinePaymentAuthorizationForm =
14538
+ io.flow.v0.models.OnlinePaymentAuthorizationForm;
14269
14539
  export type OperationsContact = io.flow.v0.models.OperationsContact;
14270
14540
  export type OptinResponse = io.flow.v0.models.OptinResponse;
14271
14541
  export type OptinResponseType = io.flow.v0.enums.OptinResponseType;
@@ -14274,13 +14544,20 @@ export type Options = io.flow.v0.models.Options;
14274
14544
  export type Order = io.flow.v0.models.Order;
14275
14545
  export type OrderAddress = io.flow.v0.models.OrderAddress;
14276
14546
  export type OrderBuilder = io.flow.v0.models.OrderBuilder;
14277
- export type OrderBuilderAttributesForm = io.flow.v0.models.OrderBuilderAttributesForm;
14278
- export type OrderBuilderCustomerForm = io.flow.v0.models.OrderBuilderCustomerForm;
14279
- export type OrderBuilderCustomerInvoiceAddressForm = io.flow.v0.models.OrderBuilderCustomerInvoiceAddressForm;
14280
- export type OrderBuilderDeliveredDutyForm = io.flow.v0.models.OrderBuilderDeliveredDutyForm;
14281
- export type OrderBuilderDestinationCountryForm = io.flow.v0.models.OrderBuilderDestinationCountryForm;
14282
- export type OrderBuilderDestinationForm = io.flow.v0.models.OrderBuilderDestinationForm;
14283
- export type OrderBuilderSelectionsForm = io.flow.v0.models.OrderBuilderSelectionsForm;
14547
+ export type OrderBuilderAttributesForm =
14548
+ io.flow.v0.models.OrderBuilderAttributesForm;
14549
+ export type OrderBuilderCustomerForm =
14550
+ io.flow.v0.models.OrderBuilderCustomerForm;
14551
+ export type OrderBuilderCustomerInvoiceAddressForm =
14552
+ io.flow.v0.models.OrderBuilderCustomerInvoiceAddressForm;
14553
+ export type OrderBuilderDeliveredDutyForm =
14554
+ io.flow.v0.models.OrderBuilderDeliveredDutyForm;
14555
+ export type OrderBuilderDestinationCountryForm =
14556
+ io.flow.v0.models.OrderBuilderDestinationCountryForm;
14557
+ export type OrderBuilderDestinationForm =
14558
+ io.flow.v0.models.OrderBuilderDestinationForm;
14559
+ export type OrderBuilderSelectionsForm =
14560
+ io.flow.v0.models.OrderBuilderSelectionsForm;
14284
14561
  export type OrderChangeSource = io.flow.v0.enums.OrderChangeSource;
14285
14562
  export type OrderCustomer = io.flow.v0.models.OrderCustomer;
14286
14563
  export type OrderCustomerForm = io.flow.v0.models.OrderCustomerForm;
@@ -14298,24 +14575,33 @@ export type OrderFraudStatus = io.flow.v0.models.OrderFraudStatus;
14298
14575
  export type OrderGeo = io.flow.v0.models.OrderGeo;
14299
14576
  export type OrderIdentifier = io.flow.v0.models.OrderIdentifier;
14300
14577
  export type OrderIdentifierDeleted = io.flow.v0.models.OrderIdentifierDeleted;
14301
- export type OrderIdentifierDeletedV2 = io.flow.v0.models.OrderIdentifierDeletedV2;
14578
+ export type OrderIdentifierDeletedV2 =
14579
+ io.flow.v0.models.OrderIdentifierDeletedV2;
14302
14580
  export type OrderIdentifierForm = io.flow.v0.models.OrderIdentifierForm;
14303
14581
  export type OrderIdentifierPutForm = io.flow.v0.models.OrderIdentifierPutForm;
14304
14582
  export type OrderIdentifierUpserted = io.flow.v0.models.OrderIdentifierUpserted;
14305
- export type OrderIdentifierUpsertedV2 = io.flow.v0.models.OrderIdentifierUpsertedV2;
14306
- export type OrderIdentifierUpsertedV3 = io.flow.v0.models.OrderIdentifierUpsertedV3;
14583
+ export type OrderIdentifierUpsertedV2 =
14584
+ io.flow.v0.models.OrderIdentifierUpsertedV2;
14585
+ export type OrderIdentifierUpsertedV3 =
14586
+ io.flow.v0.models.OrderIdentifierUpsertedV3;
14307
14587
  export type OrderIdentifierVersion = io.flow.v0.models.OrderIdentifierVersion;
14308
14588
  export type OrderInformation = io.flow.v0.unions.OrderInformation;
14309
14589
  export type OrderInformationDetails = io.flow.v0.models.OrderInformationDetails;
14310
14590
  export type OrderInformationFlow = io.flow.v0.models.OrderInformationFlow;
14311
14591
  export type OrderMerchantOfRecord = io.flow.v0.enums.OrderMerchantOfRecord;
14312
14592
  export type OrderNumberGenerator = io.flow.v0.unions.OrderNumberGenerator;
14313
- export type OrderNumberGeneratorDefaults = io.flow.v0.models.OrderNumberGeneratorDefaults;
14314
- export type OrderNumberGeneratorFixedLength = io.flow.v0.models.OrderNumberGeneratorFixedLength;
14315
- export type OrderNumberGeneratorGeneratedNumber = io.flow.v0.models.OrderNumberGeneratorGeneratedNumber;
14316
- export type OrderNumberGeneratorHexadecimal = io.flow.v0.models.OrderNumberGeneratorHexadecimal;
14317
- export type OrderNumberGeneratorPrefixSuffix = io.flow.v0.models.OrderNumberGeneratorPrefixSuffix;
14318
- export type OrderNumberGeneratorUuid = io.flow.v0.models.OrderNumberGeneratorUuid;
14593
+ export type OrderNumberGeneratorDefaults =
14594
+ io.flow.v0.models.OrderNumberGeneratorDefaults;
14595
+ export type OrderNumberGeneratorFixedLength =
14596
+ io.flow.v0.models.OrderNumberGeneratorFixedLength;
14597
+ export type OrderNumberGeneratorGeneratedNumber =
14598
+ io.flow.v0.models.OrderNumberGeneratorGeneratedNumber;
14599
+ export type OrderNumberGeneratorHexadecimal =
14600
+ io.flow.v0.models.OrderNumberGeneratorHexadecimal;
14601
+ export type OrderNumberGeneratorPrefixSuffix =
14602
+ io.flow.v0.models.OrderNumberGeneratorPrefixSuffix;
14603
+ export type OrderNumberGeneratorUuid =
14604
+ io.flow.v0.models.OrderNumberGeneratorUuid;
14319
14605
  export type OrderNumberReference = io.flow.v0.models.OrderNumberReference;
14320
14606
  export type OrderOptions = io.flow.v0.models.OrderOptions;
14321
14607
  export type OrderPayment = io.flow.v0.models.OrderPayment;
@@ -14324,8 +14610,10 @@ export type OrderPlaced = io.flow.v0.models.OrderPlaced;
14324
14610
  export type OrderPlacedDetails = io.flow.v0.models.OrderPlacedDetails;
14325
14611
  export type OrderPlacedV2 = io.flow.v0.models.OrderPlacedV2;
14326
14612
  export type OrderPriceDetail = io.flow.v0.models.OrderPriceDetail;
14327
- export type OrderPriceDetailComponent = io.flow.v0.models.OrderPriceDetailComponent;
14328
- export type OrderPriceDetailComponentKey = io.flow.v0.enums.OrderPriceDetailComponentKey;
14613
+ export type OrderPriceDetailComponent =
14614
+ io.flow.v0.models.OrderPriceDetailComponent;
14615
+ export type OrderPriceDetailComponentKey =
14616
+ io.flow.v0.enums.OrderPriceDetailComponentKey;
14329
14617
  export type OrderPriceDetailKey = io.flow.v0.enums.OrderPriceDetailKey;
14330
14618
  export type OrderPromotion = io.flow.v0.unions.OrderPromotion;
14331
14619
  export type OrderPromotionForm = io.flow.v0.unions.OrderPromotionForm;
@@ -14344,45 +14632,60 @@ export type OrderQuoteLineDiscount = io.flow.v0.models.OrderQuoteLineDiscount;
14344
14632
  export type OrderQuoteLineError = io.flow.v0.models.OrderQuoteLineError;
14345
14633
  export type OrderQuoteLineErrorCode = io.flow.v0.enums.OrderQuoteLineErrorCode;
14346
14634
  export type OrderQuotePrice = io.flow.v0.unions.OrderQuotePrice;
14347
- export type OrderQuotePriceEstimated = io.flow.v0.models.OrderQuotePriceEstimated;
14635
+ export type OrderQuotePriceEstimated =
14636
+ io.flow.v0.models.OrderQuotePriceEstimated;
14348
14637
  export type OrderQuotePriceFree = io.flow.v0.models.OrderQuotePriceFree;
14349
14638
  export type OrderQuotePriceIncluded = io.flow.v0.models.OrderQuotePriceIncluded;
14350
- export type OrderQuotePriceNotYetKnown = io.flow.v0.models.OrderQuotePriceNotYetKnown;
14639
+ export type OrderQuotePriceNotYetKnown =
14640
+ io.flow.v0.models.OrderQuotePriceNotYetKnown;
14351
14641
  export type OrderQuotePriceStandard = io.flow.v0.models.OrderQuotePriceStandard;
14352
14642
  export type OrderQuotePutForm = io.flow.v0.models.OrderQuotePutForm;
14353
14643
  export type OrderQuoteReference = io.flow.v0.models.OrderQuoteReference;
14354
14644
  export type OrderQuoteSummary = io.flow.v0.models.OrderQuoteSummary;
14355
14645
  export type OrderQuoteSummaryDuty = io.flow.v0.models.OrderQuoteSummaryDuty;
14356
14646
  export type OrderQuoteSummaryItems = io.flow.v0.models.OrderQuoteSummaryItems;
14357
- export type OrderQuoteSummaryShipping = io.flow.v0.models.OrderQuoteSummaryShipping;
14358
- export type OrderQuoteSummaryShippingFreight = io.flow.v0.models.OrderQuoteSummaryShippingFreight;
14359
- export type OrderQuoteSummaryShippingSurcharges = io.flow.v0.models.OrderQuoteSummaryShippingSurcharges;
14647
+ export type OrderQuoteSummaryShipping =
14648
+ io.flow.v0.models.OrderQuoteSummaryShipping;
14649
+ export type OrderQuoteSummaryShippingFreight =
14650
+ io.flow.v0.models.OrderQuoteSummaryShippingFreight;
14651
+ export type OrderQuoteSummaryShippingSurcharges =
14652
+ io.flow.v0.models.OrderQuoteSummaryShippingSurcharges;
14360
14653
  export type OrderQuoteSummaryTax = io.flow.v0.models.OrderQuoteSummaryTax;
14361
14654
  export type OrderQuoteSummaryTotal = io.flow.v0.models.OrderQuoteSummaryTotal;
14362
14655
  export type OrderReference = io.flow.v0.models.OrderReference;
14363
14656
  export type OrderRefundSummary = io.flow.v0.models.OrderRefundSummary;
14364
- export type OrderRefundSummaryAmounts = io.flow.v0.models.OrderRefundSummaryAmounts;
14657
+ export type OrderRefundSummaryAmounts =
14658
+ io.flow.v0.models.OrderRefundSummaryAmounts;
14365
14659
  export type OrderRefundSummaryForm = io.flow.v0.unions.OrderRefundSummaryForm;
14366
- export type OrderRefundSummaryFullForm = io.flow.v0.models.OrderRefundSummaryFullForm;
14367
- export type OrderRefundSummaryIncludes = io.flow.v0.enums.OrderRefundSummaryIncludes;
14660
+ export type OrderRefundSummaryFullForm =
14661
+ io.flow.v0.models.OrderRefundSummaryFullForm;
14662
+ export type OrderRefundSummaryIncludes =
14663
+ io.flow.v0.enums.OrderRefundSummaryIncludes;
14368
14664
  export type OrderRefundSummaryItem = io.flow.v0.models.OrderRefundSummaryItem;
14369
- export type OrderRefundSummaryPartialCharged = io.flow.v0.enums.OrderRefundSummaryPartialCharged;
14370
- export type OrderRefundSummaryPartialForm = io.flow.v0.models.OrderRefundSummaryPartialForm;
14371
- export type OrderRefundSummaryPartialIncludes = io.flow.v0.models.OrderRefundSummaryPartialIncludes;
14665
+ export type OrderRefundSummaryPartialCharged =
14666
+ io.flow.v0.enums.OrderRefundSummaryPartialCharged;
14667
+ export type OrderRefundSummaryPartialForm =
14668
+ io.flow.v0.models.OrderRefundSummaryPartialForm;
14669
+ export type OrderRefundSummaryPartialIncludes =
14670
+ io.flow.v0.models.OrderRefundSummaryPartialIncludes;
14372
14671
  export type OrderReplacement = io.flow.v0.models.OrderReplacement;
14373
14672
  export type OrderReplacementDeleted = io.flow.v0.models.OrderReplacementDeleted;
14374
14673
  export type OrderReplacementForm = io.flow.v0.models.OrderReplacementForm;
14375
- export type OrderReplacementUpserted = io.flow.v0.models.OrderReplacementUpserted;
14674
+ export type OrderReplacementUpserted =
14675
+ io.flow.v0.models.OrderReplacementUpserted;
14376
14676
  export type OrderRuleReference = io.flow.v0.models.OrderRuleReference;
14377
14677
  export type OrderRulesSummary = io.flow.v0.models.OrderRulesSummary;
14378
14678
  export type OrderServiceChange = io.flow.v0.models.OrderServiceChange;
14379
14679
  export type OrderServiceChangeForm = io.flow.v0.models.OrderServiceChangeForm;
14380
- export type OrderServiceChangeRequest = io.flow.v0.models.OrderServiceChangeRequest;
14381
- export type OrderServiceChangeRequestData = io.flow.v0.models.OrderServiceChangeRequestData;
14680
+ export type OrderServiceChangeRequest =
14681
+ io.flow.v0.models.OrderServiceChangeRequest;
14682
+ export type OrderServiceChangeRequestData =
14683
+ io.flow.v0.models.OrderServiceChangeRequestData;
14382
14684
  export type OrderStatus = io.flow.v0.enums.OrderStatus;
14383
14685
  export type OrderStorage = io.flow.v0.enums.OrderStorage;
14384
14686
  export type OrderSubmissionForm = io.flow.v0.models.OrderSubmissionForm;
14385
- export type OrderSubmissionIdentifierForm = io.flow.v0.models.OrderSubmissionIdentifierForm;
14687
+ export type OrderSubmissionIdentifierForm =
14688
+ io.flow.v0.models.OrderSubmissionIdentifierForm;
14386
14689
  export type OrderSummary = io.flow.v0.models.OrderSummary;
14387
14690
  export type OrderSummaryImage = io.flow.v0.models.OrderSummaryImage;
14388
14691
  export type OrderSummaryItem = io.flow.v0.models.OrderSummaryItem;
@@ -14395,51 +14698,73 @@ export type OrderUpsertedV2 = io.flow.v0.models.OrderUpsertedV2;
14395
14698
  export type OrderVersion = io.flow.v0.models.OrderVersion;
14396
14699
  export type OrderWithDiscountsForm = io.flow.v0.models.OrderWithDiscountsForm;
14397
14700
  export type Organization = io.flow.v0.models.Organization;
14398
- export type OrganizationAuthorization = io.flow.v0.models.OrganizationAuthorization;
14399
- export type OrganizationAuthorizationForm = io.flow.v0.models.OrganizationAuthorizationForm;
14701
+ export type OrganizationAuthorization =
14702
+ io.flow.v0.models.OrganizationAuthorization;
14703
+ export type OrganizationAuthorizationForm =
14704
+ io.flow.v0.models.OrganizationAuthorizationForm;
14400
14705
  export type OrganizationBankAccount = io.flow.v0.models.OrganizationBankAccount;
14401
- export type OrganizationConfigurationReference = io.flow.v0.models.OrganizationConfigurationReference;
14402
- export type OrganizationDefaultBankAccount = io.flow.v0.models.OrganizationDefaultBankAccount;
14403
- export type OrganizationDefaultConfigurations = io.flow.v0.models.OrganizationDefaultConfigurations;
14404
- export type OrganizationDefaultConfigurationsDeleted = io.flow.v0.models.OrganizationDefaultConfigurationsDeleted;
14405
- export type OrganizationDefaultConfigurationsForm = io.flow.v0.models.OrganizationDefaultConfigurationsForm;
14406
- export type OrganizationDefaultConfigurationsUpserted = io.flow.v0.models.OrganizationDefaultConfigurationsUpserted;
14706
+ export type OrganizationConfigurationReference =
14707
+ io.flow.v0.models.OrganizationConfigurationReference;
14708
+ export type OrganizationDefaultBankAccount =
14709
+ io.flow.v0.models.OrganizationDefaultBankAccount;
14710
+ export type OrganizationDefaultConfigurations =
14711
+ io.flow.v0.models.OrganizationDefaultConfigurations;
14712
+ export type OrganizationDefaultConfigurationsDeleted =
14713
+ io.flow.v0.models.OrganizationDefaultConfigurationsDeleted;
14714
+ export type OrganizationDefaultConfigurationsForm =
14715
+ io.flow.v0.models.OrganizationDefaultConfigurationsForm;
14716
+ export type OrganizationDefaultConfigurationsUpserted =
14717
+ io.flow.v0.models.OrganizationDefaultConfigurationsUpserted;
14407
14718
  export type OrganizationDefaults = io.flow.v0.models.OrganizationDefaults;
14408
14719
  export type OrganizationDeleted = io.flow.v0.models.OrganizationDeleted;
14409
14720
  export type OrganizationDeletedV2 = io.flow.v0.models.OrganizationDeletedV2;
14410
14721
  export type OrganizationForm = io.flow.v0.models.OrganizationForm;
14411
- export type OrganizationOnboardingState = io.flow.v0.models.OrganizationOnboardingState;
14412
- export type OrganizationOnboardingStateDeleted = io.flow.v0.models.OrganizationOnboardingStateDeleted;
14413
- export type OrganizationOnboardingStateUpserted = io.flow.v0.models.OrganizationOnboardingStateUpserted;
14414
- export type OrganizationPaymentMethodTag = io.flow.v0.enums.OrganizationPaymentMethodTag;
14722
+ export type OrganizationOnboardingState =
14723
+ io.flow.v0.models.OrganizationOnboardingState;
14724
+ export type OrganizationOnboardingStateDeleted =
14725
+ io.flow.v0.models.OrganizationOnboardingStateDeleted;
14726
+ export type OrganizationOnboardingStateUpserted =
14727
+ io.flow.v0.models.OrganizationOnboardingStateUpserted;
14728
+ export type OrganizationPaymentMethodTag =
14729
+ io.flow.v0.enums.OrganizationPaymentMethodTag;
14415
14730
  export type OrganizationPayout = io.flow.v0.models.OrganizationPayout;
14416
- export type OrganizationPayoutDeleted = io.flow.v0.models.OrganizationPayoutDeleted;
14417
- export type OrganizationPayoutUpserted = io.flow.v0.models.OrganizationPayoutUpserted;
14731
+ export type OrganizationPayoutDeleted =
14732
+ io.flow.v0.models.OrganizationPayoutDeleted;
14733
+ export type OrganizationPayoutUpserted =
14734
+ io.flow.v0.models.OrganizationPayoutUpserted;
14418
14735
  export type OrganizationPutForm = io.flow.v0.models.OrganizationPutForm;
14419
14736
  export type OrganizationRatesData = io.flow.v0.models.OrganizationRatesData;
14420
- export type OrganizationRatesPublished = io.flow.v0.models.OrganizationRatesPublished;
14737
+ export type OrganizationRatesPublished =
14738
+ io.flow.v0.models.OrganizationRatesPublished;
14421
14739
  export type OrganizationReference = io.flow.v0.models.OrganizationReference;
14422
14740
  export type OrganizationSession = io.flow.v0.models.OrganizationSession;
14423
- export type OrganizationSessionAuthorization = io.flow.v0.models.OrganizationSessionAuthorization;
14741
+ export type OrganizationSessionAuthorization =
14742
+ io.flow.v0.models.OrganizationSessionAuthorization;
14424
14743
  export type OrganizationStatus = io.flow.v0.enums.OrganizationStatus;
14425
14744
  export type OrganizationSummary = io.flow.v0.models.OrganizationSummary;
14426
14745
  export type OrganizationToken = io.flow.v0.models.OrganizationToken;
14427
14746
  export type OrganizationTokenForm = io.flow.v0.models.OrganizationTokenForm;
14428
14747
  export type OrganizationTokenFormV2 = io.flow.v0.models.OrganizationTokenFormV2;
14429
- export type OrganizationTokenReference = io.flow.v0.models.OrganizationTokenReference;
14748
+ export type OrganizationTokenReference =
14749
+ io.flow.v0.models.OrganizationTokenReference;
14430
14750
  export type OrganizationTokenV2 = io.flow.v0.models.OrganizationTokenV2;
14431
- export type OrganizationTokenV2Reference = io.flow.v0.models.OrganizationTokenV2Reference;
14432
- export type OrganizationTransactionDeleted = io.flow.v0.models.OrganizationTransactionDeleted;
14433
- export type OrganizationTransactionUpserted = io.flow.v0.models.OrganizationTransactionUpserted;
14751
+ export type OrganizationTokenV2Reference =
14752
+ io.flow.v0.models.OrganizationTokenV2Reference;
14753
+ export type OrganizationTransactionDeleted =
14754
+ io.flow.v0.models.OrganizationTransactionDeleted;
14755
+ export type OrganizationTransactionUpserted =
14756
+ io.flow.v0.models.OrganizationTransactionUpserted;
14434
14757
  export type OrganizationType = io.flow.v0.enums.OrganizationType;
14435
14758
  export type OrganizationUpserted = io.flow.v0.models.OrganizationUpserted;
14436
14759
  export type OrganizationUpsertedV2 = io.flow.v0.models.OrganizationUpsertedV2;
14437
14760
  export type OrganizationVersion = io.flow.v0.models.OrganizationVersion;
14438
14761
  export type OriginalPrices = io.flow.v0.models.OriginalPrices;
14439
14762
  export type OutboundCartonFee = io.flow.v0.models.OutboundCartonFee;
14440
- export type OversizedShipmentRatecardFee = io.flow.v0.models.OversizedShipmentRatecardFee;
14763
+ export type OversizedShipmentRatecardFee =
14764
+ io.flow.v0.models.OversizedShipmentRatecardFee;
14441
14765
  export type Packaging = io.flow.v0.models.Packaging;
14442
- export type ParentTransactionSummary = io.flow.v0.models.ParentTransactionSummary;
14766
+ export type ParentTransactionSummary =
14767
+ io.flow.v0.models.ParentTransactionSummary;
14443
14768
  export type PartnerCenter = io.flow.v0.models.PartnerCenter;
14444
14769
  export type PartnerCenterFee = io.flow.v0.unions.PartnerCenterFee;
14445
14770
  export type PartnerCenterForm = io.flow.v0.models.PartnerCenterForm;
@@ -14449,19 +14774,23 @@ export type PartnerTokenForm = io.flow.v0.models.PartnerTokenForm;
14449
14774
  export type PartnerTokenReference = io.flow.v0.models.PartnerTokenReference;
14450
14775
  export type PasswordChangeForm = io.flow.v0.models.PasswordChangeForm;
14451
14776
  export type PasswordResetForm = io.flow.v0.models.PasswordResetForm;
14452
- export type PasswordResetRequestForm = io.flow.v0.models.PasswordResetRequestForm;
14777
+ export type PasswordResetRequestForm =
14778
+ io.flow.v0.models.PasswordResetRequestForm;
14453
14779
  export type Payment = io.flow.v0.unions.Payment;
14454
14780
  export type PaymentActionType = io.flow.v0.enums.PaymentActionType;
14455
14781
  export type PaymentAddress = io.flow.v0.models.PaymentAddress;
14456
14782
  export type PaymentAddressBilling = io.flow.v0.models.PaymentAddressBilling;
14457
14783
  export type PaymentAddressShipping = io.flow.v0.models.PaymentAddressShipping;
14458
14784
  export type PaymentAuthorization = io.flow.v0.models.PaymentAuthorization;
14459
- export type PaymentAuthorizationStatus = io.flow.v0.models.PaymentAuthorizationStatus;
14785
+ export type PaymentAuthorizationStatus =
14786
+ io.flow.v0.models.PaymentAuthorizationStatus;
14460
14787
  export type PaymentCapture = io.flow.v0.models.PaymentCapture;
14461
14788
  export type PaymentCaptureForm = io.flow.v0.models.PaymentCaptureForm;
14462
14789
  export type PaymentCaptureOption = io.flow.v0.unions.PaymentCaptureOption;
14463
- export type PaymentCaptureOptionAutomaticImmediate = io.flow.v0.models.PaymentCaptureOptionAutomaticImmediate;
14464
- export type PaymentCaptureOptionManual = io.flow.v0.models.PaymentCaptureOptionManual;
14790
+ export type PaymentCaptureOptionAutomaticImmediate =
14791
+ io.flow.v0.models.PaymentCaptureOptionAutomaticImmediate;
14792
+ export type PaymentCaptureOptionManual =
14793
+ io.flow.v0.models.PaymentCaptureOptionManual;
14465
14794
  export type PaymentCaptureStatus = io.flow.v0.models.PaymentCaptureStatus;
14466
14795
  export type PaymentContactBilling = io.flow.v0.models.PaymentContactBilling;
14467
14796
  export type PaymentContactShipping = io.flow.v0.models.PaymentContactShipping;
@@ -14476,95 +14805,152 @@ export type PaymentFailureCode = io.flow.v0.enums.PaymentFailureCode;
14476
14805
  export type PaymentForm = io.flow.v0.unions.PaymentForm;
14477
14806
  export type PaymentInformation = io.flow.v0.models.PaymentInformation;
14478
14807
  export type PaymentMethod = io.flow.v0.models.PaymentMethod;
14479
- export type PaymentMethodActionCancellation = io.flow.v0.models.PaymentMethodActionCancellation;
14808
+ export type PaymentMethodActionCancellation =
14809
+ io.flow.v0.models.PaymentMethodActionCancellation;
14480
14810
  export type PaymentMethodBrand = io.flow.v0.models.PaymentMethodBrand;
14481
14811
  export type PaymentMethodCapability = io.flow.v0.enums.PaymentMethodCapability;
14482
14812
  export type PaymentMethodCard = io.flow.v0.unions.PaymentMethodCard;
14483
- export type PaymentMethodCardNumberCipher = io.flow.v0.models.PaymentMethodCardNumberCipher;
14484
- export type PaymentMethodCardNumberCleartext = io.flow.v0.models.PaymentMethodCardNumberCleartext;
14485
- export type PaymentMethodCardPciDetails = io.flow.v0.models.PaymentMethodCardPciDetails;
14813
+ export type PaymentMethodCardNumberCipher =
14814
+ io.flow.v0.models.PaymentMethodCardNumberCipher;
14815
+ export type PaymentMethodCardNumberCleartext =
14816
+ io.flow.v0.models.PaymentMethodCardNumberCleartext;
14817
+ export type PaymentMethodCardPciDetails =
14818
+ io.flow.v0.models.PaymentMethodCardPciDetails;
14486
14819
  export type PaymentMethodCardToken = io.flow.v0.models.PaymentMethodCardToken;
14487
14820
  export type PaymentMethodData = io.flow.v0.unions.PaymentMethodData;
14488
- export type PaymentMethodDataAuthorizeApplepay = io.flow.v0.models.PaymentMethodDataAuthorizeApplepay;
14489
- export type PaymentMethodDataAuthorizeApplepayResult = io.flow.v0.unions.PaymentMethodDataAuthorizeApplepayResult;
14490
- export type PaymentMethodDataAuthorizeApplepayResultFailure = io.flow.v0.models.PaymentMethodDataAuthorizeApplepayResultFailure;
14491
- export type PaymentMethodDataAuthorizeApplepayResultSuccess = io.flow.v0.models.PaymentMethodDataAuthorizeApplepayResultSuccess;
14492
- export type PaymentMethodDataAuthorizeCard = io.flow.v0.models.PaymentMethodDataAuthorizeCard;
14493
- export type PaymentMethodDataAuthorizeGooglepay = io.flow.v0.models.PaymentMethodDataAuthorizeGooglepay;
14494
- export type PaymentMethodDataAuthorizeKlarna = io.flow.v0.models.PaymentMethodDataAuthorizeKlarna;
14495
- export type PaymentMethodDataAuthorizeKlarnaResult = io.flow.v0.unions.PaymentMethodDataAuthorizeKlarnaResult;
14496
- export type PaymentMethodDataAuthorizeKlarnaResultFailure = io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
14497
- export type PaymentMethodDataAuthorizeKlarnaResultSuccess = io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess;
14498
- export type PaymentMethodDataAuthorizePaypal = io.flow.v0.models.PaymentMethodDataAuthorizePaypal;
14499
- export type PaymentMethodDataCompleteAuthorizationCard = io.flow.v0.models.PaymentMethodDataCompleteAuthorizationCard;
14500
- export type PaymentMethodDataInitAfterpay = io.flow.v0.models.PaymentMethodDataInitAfterpay;
14501
- export type PaymentMethodDataInitApplepay = io.flow.v0.models.PaymentMethodDataInitApplepay;
14502
- export type PaymentMethodDataInitBancontact = io.flow.v0.models.PaymentMethodDataInitBancontact;
14503
- export type PaymentMethodDataInitGooglepay = io.flow.v0.models.PaymentMethodDataInitGooglepay;
14504
- export type PaymentMethodDataInitIdeal = io.flow.v0.models.PaymentMethodDataInitIdeal;
14505
- export type PaymentMethodDataInitKlarna = io.flow.v0.models.PaymentMethodDataInitKlarna;
14506
- export type PaymentMethodDataInitPaypal = io.flow.v0.models.PaymentMethodDataInitPaypal;
14507
- export type PaymentMethodDataInitSofort = io.flow.v0.models.PaymentMethodDataInitSofort;
14508
- export type PaymentMethodDataOptionLogo = io.flow.v0.unions.PaymentMethodDataOptionLogo;
14509
- export type PaymentMethodDataOptionLogoSvg = io.flow.v0.models.PaymentMethodDataOptionLogoSvg;
14510
- export type PaymentMethodDataOptionType = io.flow.v0.enums.PaymentMethodDataOptionType;
14511
- export type PaymentMethodDataPaymentOption = io.flow.v0.models.PaymentMethodDataPaymentOption;
14512
- export type PaymentMethodDataSelectedPaymentOption = io.flow.v0.models.PaymentMethodDataSelectedPaymentOption;
14513
- export type PaymentMethodDataValidateApplepay = io.flow.v0.models.PaymentMethodDataValidateApplepay;
14821
+ export type PaymentMethodDataAuthorizeApplepay =
14822
+ io.flow.v0.models.PaymentMethodDataAuthorizeApplepay;
14823
+ export type PaymentMethodDataAuthorizeApplepayResult =
14824
+ io.flow.v0.unions.PaymentMethodDataAuthorizeApplepayResult;
14825
+ export type PaymentMethodDataAuthorizeApplepayResultFailure =
14826
+ io.flow.v0.models.PaymentMethodDataAuthorizeApplepayResultFailure;
14827
+ export type PaymentMethodDataAuthorizeApplepayResultSuccess =
14828
+ io.flow.v0.models.PaymentMethodDataAuthorizeApplepayResultSuccess;
14829
+ export type PaymentMethodDataAuthorizeCard =
14830
+ io.flow.v0.models.PaymentMethodDataAuthorizeCard;
14831
+ export type PaymentMethodDataAuthorizeGooglepay =
14832
+ io.flow.v0.models.PaymentMethodDataAuthorizeGooglepay;
14833
+ export type PaymentMethodDataAuthorizeKlarna =
14834
+ io.flow.v0.models.PaymentMethodDataAuthorizeKlarna;
14835
+ export type PaymentMethodDataAuthorizeKlarnaResult =
14836
+ io.flow.v0.unions.PaymentMethodDataAuthorizeKlarnaResult;
14837
+ export type PaymentMethodDataAuthorizeKlarnaResultFailure =
14838
+ io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
14839
+ export type PaymentMethodDataAuthorizeKlarnaResultSuccess =
14840
+ io.flow.v0.models.PaymentMethodDataAuthorizeKlarnaResultSuccess;
14841
+ export type PaymentMethodDataAuthorizePaypal =
14842
+ io.flow.v0.models.PaymentMethodDataAuthorizePaypal;
14843
+ export type PaymentMethodDataCompleteAuthorizationCard =
14844
+ io.flow.v0.models.PaymentMethodDataCompleteAuthorizationCard;
14845
+ export type PaymentMethodDataInitAfterpay =
14846
+ io.flow.v0.models.PaymentMethodDataInitAfterpay;
14847
+ export type PaymentMethodDataInitApplepay =
14848
+ io.flow.v0.models.PaymentMethodDataInitApplepay;
14849
+ export type PaymentMethodDataInitBancontact =
14850
+ io.flow.v0.models.PaymentMethodDataInitBancontact;
14851
+ export type PaymentMethodDataInitGooglepay =
14852
+ io.flow.v0.models.PaymentMethodDataInitGooglepay;
14853
+ export type PaymentMethodDataInitIdeal =
14854
+ io.flow.v0.models.PaymentMethodDataInitIdeal;
14855
+ export type PaymentMethodDataInitKlarna =
14856
+ io.flow.v0.models.PaymentMethodDataInitKlarna;
14857
+ export type PaymentMethodDataInitPaypal =
14858
+ io.flow.v0.models.PaymentMethodDataInitPaypal;
14859
+ export type PaymentMethodDataInitSofort =
14860
+ io.flow.v0.models.PaymentMethodDataInitSofort;
14861
+ export type PaymentMethodDataOptionLogo =
14862
+ io.flow.v0.unions.PaymentMethodDataOptionLogo;
14863
+ export type PaymentMethodDataOptionLogoSvg =
14864
+ io.flow.v0.models.PaymentMethodDataOptionLogoSvg;
14865
+ export type PaymentMethodDataOptionType =
14866
+ io.flow.v0.enums.PaymentMethodDataOptionType;
14867
+ export type PaymentMethodDataPaymentOption =
14868
+ io.flow.v0.models.PaymentMethodDataPaymentOption;
14869
+ export type PaymentMethodDataSelectedPaymentOption =
14870
+ io.flow.v0.models.PaymentMethodDataSelectedPaymentOption;
14871
+ export type PaymentMethodDataValidateApplepay =
14872
+ io.flow.v0.models.PaymentMethodDataValidateApplepay;
14514
14873
  export type PaymentMethodImage = io.flow.v0.models.PaymentMethodImage;
14515
14874
  export type PaymentMethodImages = io.flow.v0.models.PaymentMethodImages;
14516
14875
  export type PaymentMethodIssuer = io.flow.v0.models.PaymentMethodIssuer;
14517
14876
  export type PaymentMethodRule = io.flow.v0.models.PaymentMethodRule;
14518
- export type PaymentMethodRuleContent = io.flow.v0.models.PaymentMethodRuleContent;
14519
- export type PaymentMethodRuleContentKey = io.flow.v0.enums.PaymentMethodRuleContentKey;
14520
- export type PaymentMethodStoredDetailsCard = io.flow.v0.unions.PaymentMethodStoredDetailsCard;
14521
- export type PaymentMethodStoredDetailsCardInitial = io.flow.v0.models.PaymentMethodStoredDetailsCardInitial;
14522
- export type PaymentMethodStoredDetailsCardSubsequent = io.flow.v0.models.PaymentMethodStoredDetailsCardSubsequent;
14877
+ export type PaymentMethodRuleContent =
14878
+ io.flow.v0.models.PaymentMethodRuleContent;
14879
+ export type PaymentMethodRuleContentKey =
14880
+ io.flow.v0.enums.PaymentMethodRuleContentKey;
14881
+ export type PaymentMethodStoredDetailsCard =
14882
+ io.flow.v0.unions.PaymentMethodStoredDetailsCard;
14883
+ export type PaymentMethodStoredDetailsCardInitial =
14884
+ io.flow.v0.models.PaymentMethodStoredDetailsCardInitial;
14885
+ export type PaymentMethodStoredDetailsCardSubsequent =
14886
+ io.flow.v0.models.PaymentMethodStoredDetailsCardSubsequent;
14523
14887
  export type PaymentMethodSummary = io.flow.v0.unions.PaymentMethodSummary;
14524
- export type PaymentMethodSummaryAfterpay = io.flow.v0.models.PaymentMethodSummaryAfterpay;
14525
- export type PaymentMethodSummaryApplepay = io.flow.v0.models.PaymentMethodSummaryApplepay;
14526
- export type PaymentMethodSummaryBancontact = io.flow.v0.models.PaymentMethodSummaryBancontact;
14527
- export type PaymentMethodSummaryCard = io.flow.v0.models.PaymentMethodSummaryCard;
14528
- export type PaymentMethodSummaryGooglepay = io.flow.v0.models.PaymentMethodSummaryGooglepay;
14529
- export type PaymentMethodSummaryIdeal = io.flow.v0.models.PaymentMethodSummaryIdeal;
14530
- export type PaymentMethodSummaryKlarna = io.flow.v0.models.PaymentMethodSummaryKlarna;
14531
- export type PaymentMethodSummaryPaypal = io.flow.v0.models.PaymentMethodSummaryPaypal;
14532
- export type PaymentMethodSummarySofort = io.flow.v0.models.PaymentMethodSummarySofort;
14888
+ export type PaymentMethodSummaryAfterpay =
14889
+ io.flow.v0.models.PaymentMethodSummaryAfterpay;
14890
+ export type PaymentMethodSummaryApplepay =
14891
+ io.flow.v0.models.PaymentMethodSummaryApplepay;
14892
+ export type PaymentMethodSummaryBancontact =
14893
+ io.flow.v0.models.PaymentMethodSummaryBancontact;
14894
+ export type PaymentMethodSummaryCard =
14895
+ io.flow.v0.models.PaymentMethodSummaryCard;
14896
+ export type PaymentMethodSummaryGooglepay =
14897
+ io.flow.v0.models.PaymentMethodSummaryGooglepay;
14898
+ export type PaymentMethodSummaryIdeal =
14899
+ io.flow.v0.models.PaymentMethodSummaryIdeal;
14900
+ export type PaymentMethodSummaryKlarna =
14901
+ io.flow.v0.models.PaymentMethodSummaryKlarna;
14902
+ export type PaymentMethodSummaryPaypal =
14903
+ io.flow.v0.models.PaymentMethodSummaryPaypal;
14904
+ export type PaymentMethodSummarySofort =
14905
+ io.flow.v0.models.PaymentMethodSummarySofort;
14533
14906
  export type PaymentMethodTag = io.flow.v0.unions.PaymentMethodTag;
14534
14907
  export type PaymentMethodType = io.flow.v0.enums.PaymentMethodType;
14535
- export type PaymentOrderDetailsLineItem = io.flow.v0.models.PaymentOrderDetailsLineItem;
14908
+ export type PaymentOrderDetailsLineItem =
14909
+ io.flow.v0.models.PaymentOrderDetailsLineItem;
14536
14910
  export type PaymentOrderReference = io.flow.v0.unions.PaymentOrderReference;
14537
14911
  export type PaymentPaymentMethod = io.flow.v0.models.PaymentPaymentMethod;
14538
- export type PaymentPaymentRequestReference = io.flow.v0.models.PaymentPaymentRequestReference;
14912
+ export type PaymentPaymentRequestReference =
14913
+ io.flow.v0.models.PaymentPaymentRequestReference;
14539
14914
  export type PaymentPaypal = io.flow.v0.models.PaymentPaypal;
14540
14915
  export type PaymentProcessor = io.flow.v0.models.PaymentProcessor;
14541
14916
  export type PaymentProcessorAccount = io.flow.v0.models.PaymentProcessorAccount;
14542
- export type PaymentProcessorAccountReference = io.flow.v0.models.PaymentProcessorAccountReference;
14543
- export type PaymentProcessorIdentifier = io.flow.v0.models.PaymentProcessorIdentifier;
14544
- export type PaymentProcessorReference = io.flow.v0.models.PaymentProcessorReference;
14917
+ export type PaymentProcessorAccountReference =
14918
+ io.flow.v0.models.PaymentProcessorAccountReference;
14919
+ export type PaymentProcessorIdentifier =
14920
+ io.flow.v0.models.PaymentProcessorIdentifier;
14921
+ export type PaymentProcessorReference =
14922
+ io.flow.v0.models.PaymentProcessorReference;
14545
14923
  export type PaymentReference = io.flow.v0.models.PaymentReference;
14546
14924
  export type PaymentRefund = io.flow.v0.models.PaymentRefund;
14547
14925
  export type PaymentRefundForm = io.flow.v0.models.PaymentRefundForm;
14548
14926
  export type PaymentRefundStatus = io.flow.v0.models.PaymentRefundStatus;
14549
14927
  export type PaymentRequest = io.flow.v0.models.PaymentRequest;
14550
14928
  export type PaymentRequestBilling = io.flow.v0.models.PaymentRequestBilling;
14551
- export type PaymentRequestBillingFees = io.flow.v0.models.PaymentRequestBillingFees;
14929
+ export type PaymentRequestBillingFees =
14930
+ io.flow.v0.models.PaymentRequestBillingFees;
14552
14931
  export type PaymentRequestBundle = io.flow.v0.models.PaymentRequestBundle;
14553
- export type PaymentRequestBundleForm = io.flow.v0.models.PaymentRequestBundleForm;
14932
+ export type PaymentRequestBundleForm =
14933
+ io.flow.v0.models.PaymentRequestBundleForm;
14554
14934
  export type PaymentRequestForm = io.flow.v0.models.PaymentRequestForm;
14555
14935
  export type PaymentRequestReference = io.flow.v0.models.PaymentRequestReference;
14556
14936
  export type PaymentRequestReview = io.flow.v0.models.PaymentRequestReview;
14557
- export type PaymentRequestReviewCheck = io.flow.v0.models.PaymentRequestReviewCheck;
14558
- export type PaymentRequestReviewCheckStatus = io.flow.v0.enums.PaymentRequestReviewCheckStatus;
14559
- export type PaymentRequestReviewCheckType = io.flow.v0.enums.PaymentRequestReviewCheckType;
14560
- export type PaymentRequestReviewStatus = io.flow.v0.enums.PaymentRequestReviewStatus;
14937
+ export type PaymentRequestReviewCheck =
14938
+ io.flow.v0.models.PaymentRequestReviewCheck;
14939
+ export type PaymentRequestReviewCheckStatus =
14940
+ io.flow.v0.enums.PaymentRequestReviewCheckStatus;
14941
+ export type PaymentRequestReviewCheckType =
14942
+ io.flow.v0.enums.PaymentRequestReviewCheckType;
14943
+ export type PaymentRequestReviewStatus =
14944
+ io.flow.v0.enums.PaymentRequestReviewStatus;
14561
14945
  export type PaymentRequestUpserted = io.flow.v0.models.PaymentRequestUpserted;
14562
14946
  export type PaymentReversal = io.flow.v0.models.PaymentReversal;
14563
14947
  export type PaymentReversalForm = io.flow.v0.models.PaymentReversalForm;
14564
14948
  export type PaymentReversalStatus = io.flow.v0.models.PaymentReversalStatus;
14565
14949
  export type PaymentSource = io.flow.v0.unions.PaymentSource;
14566
- export type PaymentSourceConfirmationAction = io.flow.v0.models.PaymentSourceConfirmationAction;
14567
- export type PaymentSourceConfirmationActionType = io.flow.v0.enums.PaymentSourceConfirmationActionType;
14950
+ export type PaymentSourceConfirmationAction =
14951
+ io.flow.v0.models.PaymentSourceConfirmationAction;
14952
+ export type PaymentSourceConfirmationActionType =
14953
+ io.flow.v0.enums.PaymentSourceConfirmationActionType;
14568
14954
  export type PaymentSourceForm = io.flow.v0.unions.PaymentSourceForm;
14569
14955
  export type PaymentStatus = io.flow.v0.enums.PaymentStatus;
14570
14956
  export type PaymentTax = io.flow.v0.models.PaymentTax;
@@ -14579,21 +14965,27 @@ export type PayoutStatusFailureCode = io.flow.v0.enums.PayoutStatusFailureCode;
14579
14965
  export type PayoutStatusScheduled = io.flow.v0.models.PayoutStatusScheduled;
14580
14966
  export type PayoutStatusSent = io.flow.v0.models.PayoutStatusSent;
14581
14967
  export type PayoutTransaction = io.flow.v0.models.PayoutTransaction;
14582
- export type PaypalAuthorizationDetails = io.flow.v0.models.PaypalAuthorizationDetails;
14968
+ export type PaypalAuthorizationDetails =
14969
+ io.flow.v0.models.PaypalAuthorizationDetails;
14583
14970
  export type PaypalAuthorizationForm = io.flow.v0.models.PaypalAuthorizationForm;
14584
- export type PeakSurchargeByWeightServiceFee = io.flow.v0.models.PeakSurchargeByWeightServiceFee;
14585
- export type PeakSurchargeRatecardFee = io.flow.v0.models.PeakSurchargeRatecardFee;
14971
+ export type PeakSurchargeByWeightServiceFee =
14972
+ io.flow.v0.models.PeakSurchargeByWeightServiceFee;
14973
+ export type PeakSurchargeRatecardFee =
14974
+ io.flow.v0.models.PeakSurchargeRatecardFee;
14586
14975
  export type PeakSurchargeServiceFee = io.flow.v0.models.PeakSurchargeServiceFee;
14587
14976
  export type PercentMargin = io.flow.v0.models.PercentMargin;
14588
14977
  export type PermissionAudit = io.flow.v0.models.PermissionAudit;
14589
14978
  export type PermissionCheck = io.flow.v0.models.PermissionCheck;
14590
14979
  export type PermittedHttpMethod = io.flow.v0.enums.PermittedHttpMethod;
14591
14980
  export type PermittedRoute = io.flow.v0.models.PermittedRoute;
14592
- export type PfsInventoryCheckResponse = io.flow.v0.models.PfsInventoryCheckResponse;
14593
- export type PfsInventoryCheckResponseItem = io.flow.v0.models.PfsInventoryCheckResponseItem;
14981
+ export type PfsInventoryCheckResponse =
14982
+ io.flow.v0.models.PfsInventoryCheckResponse;
14983
+ export type PfsInventoryCheckResponseItem =
14984
+ io.flow.v0.models.PfsInventoryCheckResponseItem;
14594
14985
  export type PfsInventoryStatus = io.flow.v0.models.PfsInventoryStatus;
14595
14986
  export type PhysicalDelivery = io.flow.v0.models.PhysicalDelivery;
14596
- export type PhysicalDeliverySpecialSerivce = io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
14987
+ export type PhysicalDeliverySpecialSerivce =
14988
+ io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
14597
14989
  export type PostPaymentRedirectUrls = io.flow.v0.models.PostPaymentRedirectUrls;
14598
14990
  export type PostalType = io.flow.v0.enums.PostalType;
14599
14991
  export type Price = io.flow.v0.models.Price;
@@ -14603,7 +14995,8 @@ export type PriceBookDeleted = io.flow.v0.models.PriceBookDeleted;
14603
14995
  export type PriceBookForm = io.flow.v0.models.PriceBookForm;
14604
14996
  export type PriceBookItem = io.flow.v0.models.PriceBookItem;
14605
14997
  export type PriceBookItemDeleted = io.flow.v0.models.PriceBookItemDeleted;
14606
- export type PriceBookItemExportOptions = io.flow.v0.models.PriceBookItemExportOptions;
14998
+ export type PriceBookItemExportOptions =
14999
+ io.flow.v0.models.PriceBookItemExportOptions;
14607
15000
  export type PriceBookItemExportType = io.flow.v0.models.PriceBookItemExportType;
14608
15001
  export type PriceBookItemForm = io.flow.v0.models.PriceBookItemForm;
14609
15002
  export type PriceBookItemQueryForm = io.flow.v0.models.PriceBookItemQueryForm;
@@ -14624,7 +15017,8 @@ export type PriceForm = io.flow.v0.models.PriceForm;
14624
15017
  export type PriceSource = io.flow.v0.unions.PriceSource;
14625
15018
  export type PriceSourceCatalog = io.flow.v0.models.PriceSourceCatalog;
14626
15019
  export type PriceSourcePriceBook = io.flow.v0.models.PriceSourcePriceBook;
14627
- export type PriceSourcePriceBookReference = io.flow.v0.models.PriceSourcePriceBookReference;
15020
+ export type PriceSourcePriceBookReference =
15021
+ io.flow.v0.models.PriceSourcePriceBookReference;
14628
15022
  export type PriceSourceProvided = io.flow.v0.models.PriceSourceProvided;
14629
15023
  export type PriceWithBase = io.flow.v0.models.PriceWithBase;
14630
15024
  export type PriceWithBaseAndDetails = io.flow.v0.models.PriceWithBaseAndDetails;
@@ -14635,9 +15029,12 @@ export type PricingSettings = io.flow.v0.models.PricingSettings;
14635
15029
  export type PricingUpserted = io.flow.v0.models.PricingUpserted;
14636
15030
  export type PricingVersion = io.flow.v0.models.PricingVersion;
14637
15031
  export type ProcessingEstimate = io.flow.v0.models.ProcessingEstimate;
14638
- export type ProductRestrictionResult = io.flow.v0.models.ProductRestrictionResult;
14639
- export type ProductRestrictionResultDeleted = io.flow.v0.models.ProductRestrictionResultDeleted;
14640
- export type ProductRestrictionResultUpserted = io.flow.v0.models.ProductRestrictionResultUpserted;
15032
+ export type ProductRestrictionResult =
15033
+ io.flow.v0.models.ProductRestrictionResult;
15034
+ export type ProductRestrictionResultDeleted =
15035
+ io.flow.v0.models.ProductRestrictionResultDeleted;
15036
+ export type ProductRestrictionResultUpserted =
15037
+ io.flow.v0.models.ProductRestrictionResultUpserted;
14641
15038
  export type Promotion = io.flow.v0.unions.Promotion;
14642
15039
  export type PromotionTrigger = io.flow.v0.models.PromotionTrigger;
14643
15040
  export type PromotionTriggerForm = io.flow.v0.models.PromotionTriggerForm;
@@ -14654,9 +15051,11 @@ export type QueryBuilderQueryForm = io.flow.v0.models.QueryBuilderQueryForm;
14654
15051
  export type QueryFilter = io.flow.v0.unions.QueryFilter;
14655
15052
  export type QueryFilterForm = io.flow.v0.unions.QueryFilterForm;
14656
15053
  export type QueryFilterStructured = io.flow.v0.models.QueryFilterStructured;
14657
- export type QueryFilterStructuredForm = io.flow.v0.models.QueryFilterStructuredForm;
15054
+ export type QueryFilterStructuredForm =
15055
+ io.flow.v0.models.QueryFilterStructuredForm;
14658
15056
  export type QueryFilterUnstructured = io.flow.v0.models.QueryFilterUnstructured;
14659
- export type QueryFilterUnstructuredForm = io.flow.v0.models.QueryFilterUnstructuredForm;
15057
+ export type QueryFilterUnstructuredForm =
15058
+ io.flow.v0.models.QueryFilterUnstructuredForm;
14660
15059
  export type Quote = io.flow.v0.models.Quote;
14661
15060
  export type QuoteError = io.flow.v0.models.QuoteError;
14662
15061
  export type QuoteErrorCode = io.flow.v0.enums.QuoteErrorCode;
@@ -14676,7 +15075,8 @@ export type RatecardCarrierSummary = io.flow.v0.models.RatecardCarrierSummary;
14676
15075
  export type RatecardDeleted = io.flow.v0.models.RatecardDeleted;
14677
15076
  export type RatecardEstimate = io.flow.v0.unions.RatecardEstimate;
14678
15077
  export type RatecardEstimateForm = io.flow.v0.models.RatecardEstimateForm;
14679
- export type RatecardEstimateSummaryForm = io.flow.v0.models.RatecardEstimateSummaryForm;
15078
+ export type RatecardEstimateSummaryForm =
15079
+ io.flow.v0.models.RatecardEstimateSummaryForm;
14680
15080
  export type RatecardEstimateV1 = io.flow.v0.models.RatecardEstimateV1;
14681
15081
  export type RatecardEstimateV2 = io.flow.v0.models.RatecardEstimateV2;
14682
15082
  export type RatecardEstimateV3 = io.flow.v0.models.RatecardEstimateV3;
@@ -14689,7 +15089,8 @@ export type RatecardLaneForm = io.flow.v0.models.RatecardLaneForm;
14689
15089
  export type RatecardLaneImportForm = io.flow.v0.models.RatecardLaneImportForm;
14690
15090
  export type RatecardLaneUpserted = io.flow.v0.models.RatecardLaneUpserted;
14691
15091
  export type RatecardLaneVersion = io.flow.v0.models.RatecardLaneVersion;
14692
- export type RatecardLanesImportRequestData = io.flow.v0.models.RatecardLanesImportRequestData;
15092
+ export type RatecardLanesImportRequestData =
15093
+ io.flow.v0.models.RatecardLanesImportRequestData;
14693
15094
  export type RatecardOwner = io.flow.v0.enums.RatecardOwner;
14694
15095
  export type RatecardRate = io.flow.v0.models.RatecardRate;
14695
15096
  export type RatecardRateForm = io.flow.v0.models.RatecardRateForm;
@@ -14703,8 +15104,10 @@ export type RatecardVersion = io.flow.v0.models.RatecardVersion;
14703
15104
  export type ReadyToFulfill = io.flow.v0.models.ReadyToFulfill;
14704
15105
  export type ReadyToFulfillDetails = io.flow.v0.models.ReadyToFulfillDetails;
14705
15106
  export type ReadyToFulfillV2 = io.flow.v0.models.ReadyToFulfillV2;
14706
- export type RedirectAuthorizationDetails = io.flow.v0.models.RedirectAuthorizationDetails;
14707
- export type RedirectAuthorizationForm = io.flow.v0.models.RedirectAuthorizationForm;
15107
+ export type RedirectAuthorizationDetails =
15108
+ io.flow.v0.models.RedirectAuthorizationDetails;
15109
+ export type RedirectAuthorizationForm =
15110
+ io.flow.v0.models.RedirectAuthorizationForm;
14708
15111
  export type Refund = io.flow.v0.models.Refund;
14709
15112
  export type RefundCapture = io.flow.v0.models.RefundCapture;
14710
15113
  export type RefundCaptureSummary = io.flow.v0.models.RefundCaptureSummary;
@@ -14715,9 +15118,11 @@ export type RefundError = io.flow.v0.models.RefundError;
14715
15118
  export type RefundForm = io.flow.v0.models.RefundForm;
14716
15119
  export type RefundIdentifier = io.flow.v0.models.RefundIdentifier;
14717
15120
  export type RefundIdentifierDeleted = io.flow.v0.models.RefundIdentifierDeleted;
14718
- export type RefundIdentifierUpserted = io.flow.v0.models.RefundIdentifierUpserted;
15121
+ export type RefundIdentifierUpserted =
15122
+ io.flow.v0.models.RefundIdentifierUpserted;
14719
15123
  export type RefundOrderSummary = io.flow.v0.models.RefundOrderSummary;
14720
- export type RefundOrderSummaryAmounts = io.flow.v0.models.RefundOrderSummaryAmounts;
15124
+ export type RefundOrderSummaryAmounts =
15125
+ io.flow.v0.models.RefundOrderSummaryAmounts;
14721
15126
  export type RefundReference = io.flow.v0.models.RefundReference;
14722
15127
  export type RefundStatus = io.flow.v0.enums.RefundStatus;
14723
15128
  export type RefundUpsertedV2 = io.flow.v0.models.RefundUpsertedV2;
@@ -14739,8 +15144,10 @@ export type ReservationError = io.flow.v0.unions.ReservationError;
14739
15144
  export type ReservationForm = io.flow.v0.models.ReservationForm;
14740
15145
  export type ReservationItem = io.flow.v0.models.ReservationItem;
14741
15146
  export type ReservationItemForm = io.flow.v0.models.ReservationItemForm;
14742
- export type ReservationItemReference = io.flow.v0.models.ReservationItemReference;
14743
- export type ReservationOrderReference = io.flow.v0.models.ReservationOrderReference;
15147
+ export type ReservationItemReference =
15148
+ io.flow.v0.models.ReservationItemReference;
15149
+ export type ReservationOrderReference =
15150
+ io.flow.v0.models.ReservationOrderReference;
14744
15151
  export type Return = io.flow.v0.models.Return;
14745
15152
  export type ReturnDeleted = io.flow.v0.models.ReturnDeleted;
14746
15153
  export type ReturnDeletedV2 = io.flow.v0.models.ReturnDeletedV2;
@@ -14749,7 +15156,8 @@ export type ReturnItemReference = io.flow.v0.models.ReturnItemReference;
14749
15156
  export type ReturnItemStatus = io.flow.v0.enums.ReturnItemStatus;
14750
15157
  export type ReturnLineItem = io.flow.v0.models.ReturnLineItem;
14751
15158
  export type ReturnOrderReference = io.flow.v0.models.ReturnOrderReference;
14752
- export type ReturnPackageRatecardFee = io.flow.v0.models.ReturnPackageRatecardFee;
15159
+ export type ReturnPackageRatecardFee =
15160
+ io.flow.v0.models.ReturnPackageRatecardFee;
14753
15161
  export type ReturnPolicy = io.flow.v0.models.ReturnPolicy;
14754
15162
  export type ReturnPolicyForm = io.flow.v0.models.ReturnPolicyForm;
14755
15163
  export type ReturnPolicyItemResult = io.flow.v0.models.ReturnPolicyItemResult;
@@ -14760,7 +15168,8 @@ export type ReturnReason = io.flow.v0.models.ReturnReason;
14760
15168
  export type ReturnReasonForm = io.flow.v0.models.ReturnReasonForm;
14761
15169
  export type ReturnReasonPutForm = io.flow.v0.models.ReturnReasonPutForm;
14762
15170
  export type ReturnSource = io.flow.v0.unions.ReturnSource;
14763
- export type ReturnSourceExternalVendor = io.flow.v0.models.ReturnSourceExternalVendor;
15171
+ export type ReturnSourceExternalVendor =
15172
+ io.flow.v0.models.ReturnSourceExternalVendor;
14764
15173
  export type ReturnSourceFlow = io.flow.v0.models.ReturnSourceFlow;
14765
15174
  export type ReturnStatus = io.flow.v0.enums.ReturnStatus;
14766
15175
  export type ReturnTrackingStatus = io.flow.v0.enums.ReturnTrackingStatus;
@@ -14790,8 +15199,10 @@ export type ScheduleExceptionStatus = io.flow.v0.enums.ScheduleExceptionStatus;
14790
15199
  export type ScheduledExport = io.flow.v0.models.ScheduledExport;
14791
15200
  export type ScheduledExportForm = io.flow.v0.models.ScheduledExportForm;
14792
15201
  export type ScheduledPickup = io.flow.v0.models.ScheduledPickup;
14793
- export type SdkAdyenV3AuthenticationToken = io.flow.v0.unions.SdkAdyenV3AuthenticationToken;
14794
- export type SelectIssuerOptionActionDetails = io.flow.v0.models.SelectIssuerOptionActionDetails;
15202
+ export type SdkAdyenV3AuthenticationToken =
15203
+ io.flow.v0.unions.SdkAdyenV3AuthenticationToken;
15204
+ export type SelectIssuerOptionActionDetails =
15205
+ io.flow.v0.models.SelectIssuerOptionActionDetails;
14795
15206
  export type ServiceDescription = io.flow.v0.unions.ServiceDescription;
14796
15207
  export type ServiceFee = io.flow.v0.unions.ServiceFee;
14797
15208
  export type ServiceReference = io.flow.v0.models.ServiceReference;
@@ -14799,13 +15210,17 @@ export type ServiceSummary = io.flow.v0.models.ServiceSummary;
14799
15210
  export type ServiceUnknown = io.flow.v0.models.ServiceUnknown;
14800
15211
  export type Session = io.flow.v0.unions.Session;
14801
15212
  export type SessionAuthorization = io.flow.v0.unions.SessionAuthorization;
14802
- export type SessionAuthorizationForm = io.flow.v0.models.SessionAuthorizationForm;
14803
- export type SessionContextExperiment = io.flow.v0.models.SessionContextExperiment;
15213
+ export type SessionAuthorizationForm =
15214
+ io.flow.v0.models.SessionAuthorizationForm;
15215
+ export type SessionContextExperiment =
15216
+ io.flow.v0.models.SessionContextExperiment;
14804
15217
  export type SessionCurrencyFormat = io.flow.v0.models.SessionCurrencyFormat;
14805
15218
  export type SessionExperiment = io.flow.v0.models.SessionExperiment;
14806
15219
  export type SessionExperimentForm = io.flow.v0.models.SessionExperimentForm;
14807
- export type SessionExperimentVariant = io.flow.v0.models.SessionExperimentVariant;
14808
- export type SessionExperimentVariantForm = io.flow.v0.models.SessionExperimentVariantForm;
15220
+ export type SessionExperimentVariant =
15221
+ io.flow.v0.models.SessionExperimentVariant;
15222
+ export type SessionExperimentVariantForm =
15223
+ io.flow.v0.models.SessionExperimentVariantForm;
14809
15224
  export type SessionExpirationConfig = io.flow.v0.models.SessionExpirationConfig;
14810
15225
  export type SessionForm = io.flow.v0.models.SessionForm;
14811
15226
  export type SessionFormat = io.flow.v0.models.SessionFormat;
@@ -14826,93 +15241,144 @@ export type ShipmentWindow = io.flow.v0.models.ShipmentWindow;
14826
15241
  export type Shipping = io.flow.v0.models.Shipping;
14827
15242
  export type ShippingAddress = io.flow.v0.models.ShippingAddress;
14828
15243
  export type ShippingConfiguration = io.flow.v0.models.ShippingConfiguration;
14829
- export type ShippingConfigurationCopy = io.flow.v0.models.ShippingConfigurationCopy;
14830
- export type ShippingConfigurationCopyForm = io.flow.v0.models.ShippingConfigurationCopyForm;
14831
- export type ShippingConfigurationDeleted = io.flow.v0.models.ShippingConfigurationDeleted;
14832
- export type ShippingConfigurationForm = io.flow.v0.models.ShippingConfigurationForm;
14833
- export type ShippingConfigurationItemAvailability = io.flow.v0.models.ShippingConfigurationItemAvailability;
14834
- export type ShippingConfigurationItemAvailabilityDeleted = io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted;
14835
- export type ShippingConfigurationItemAvailabilityUpserted = io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted;
14836
- export type ShippingConfigurationItemShippingPricing = io.flow.v0.models.ShippingConfigurationItemShippingPricing;
14837
- export type ShippingConfigurationItemShippingPricingDeleted = io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted;
14838
- export type ShippingConfigurationItemShippingPricingUpserted = io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted;
14839
- export type ShippingConfigurationReference = io.flow.v0.models.ShippingConfigurationReference;
14840
- export type ShippingConfigurationSummary = io.flow.v0.models.ShippingConfigurationSummary;
14841
- export type ShippingConfigurationType = io.flow.v0.enums.ShippingConfigurationType;
14842
- export type ShippingConfigurationUpserted = io.flow.v0.models.ShippingConfigurationUpserted;
14843
- export type ShippingConfigurationVersion = io.flow.v0.models.ShippingConfigurationVersion;
15244
+ export type ShippingConfigurationCopy =
15245
+ io.flow.v0.models.ShippingConfigurationCopy;
15246
+ export type ShippingConfigurationCopyForm =
15247
+ io.flow.v0.models.ShippingConfigurationCopyForm;
15248
+ export type ShippingConfigurationDeleted =
15249
+ io.flow.v0.models.ShippingConfigurationDeleted;
15250
+ export type ShippingConfigurationForm =
15251
+ io.flow.v0.models.ShippingConfigurationForm;
15252
+ export type ShippingConfigurationItemAvailability =
15253
+ io.flow.v0.models.ShippingConfigurationItemAvailability;
15254
+ export type ShippingConfigurationItemAvailabilityDeleted =
15255
+ io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted;
15256
+ export type ShippingConfigurationItemAvailabilityUpserted =
15257
+ io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted;
15258
+ export type ShippingConfigurationItemShippingPricing =
15259
+ io.flow.v0.models.ShippingConfigurationItemShippingPricing;
15260
+ export type ShippingConfigurationItemShippingPricingDeleted =
15261
+ io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted;
15262
+ export type ShippingConfigurationItemShippingPricingUpserted =
15263
+ io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted;
15264
+ export type ShippingConfigurationReference =
15265
+ io.flow.v0.models.ShippingConfigurationReference;
15266
+ export type ShippingConfigurationSummary =
15267
+ io.flow.v0.models.ShippingConfigurationSummary;
15268
+ export type ShippingConfigurationType =
15269
+ io.flow.v0.enums.ShippingConfigurationType;
15270
+ export type ShippingConfigurationUpserted =
15271
+ io.flow.v0.models.ShippingConfigurationUpserted;
15272
+ export type ShippingConfigurationVersion =
15273
+ io.flow.v0.models.ShippingConfigurationVersion;
14844
15274
  export type ShippingLabel = io.flow.v0.models.ShippingLabel;
14845
15275
  export type ShippingLabelDocument = io.flow.v0.models.ShippingLabelDocument;
14846
15276
  export type ShippingLabelForm = io.flow.v0.unions.ShippingLabelForm;
14847
15277
  export type ShippingLabelHopSummary = io.flow.v0.models.ShippingLabelHopSummary;
14848
- export type ShippingLabelLaneSummary = io.flow.v0.models.ShippingLabelLaneSummary;
15278
+ export type ShippingLabelLaneSummary =
15279
+ io.flow.v0.models.ShippingLabelLaneSummary;
14849
15280
  export type ShippingLabelPackage = io.flow.v0.models.ShippingLabelPackage;
14850
- export type ShippingLabelRatecardSummary = io.flow.v0.models.ShippingLabelRatecardSummary;
15281
+ export type ShippingLabelRatecardSummary =
15282
+ io.flow.v0.models.ShippingLabelRatecardSummary;
14851
15283
  export type ShippingLabelSummary = io.flow.v0.models.ShippingLabelSummary;
14852
15284
  export type ShippingLabelVersion = io.flow.v0.models.ShippingLabelVersion;
14853
15285
  export type ShippingLane = io.flow.v0.models.ShippingLane;
14854
15286
  export type ShippingLaneDefaultTier = io.flow.v0.models.ShippingLaneDefaultTier;
14855
- export type ShippingLaneDefaultTierForm = io.flow.v0.models.ShippingLaneDefaultTierForm;
15287
+ export type ShippingLaneDefaultTierForm =
15288
+ io.flow.v0.models.ShippingLaneDefaultTierForm;
14856
15289
  export type ShippingLaneDeleted = io.flow.v0.models.ShippingLaneDeleted;
14857
15290
  export type ShippingLaneForm = io.flow.v0.models.ShippingLaneForm;
14858
15291
  export type ShippingLaneSummary = io.flow.v0.models.ShippingLaneSummary;
14859
15292
  export type ShippingLaneUpserted = io.flow.v0.models.ShippingLaneUpserted;
14860
15293
  export type ShippingLaneVersion = io.flow.v0.models.ShippingLaneVersion;
14861
15294
  export type ShippingNotification = io.flow.v0.models.ShippingNotification;
14862
- export type ShippingNotificationForm = io.flow.v0.unions.ShippingNotificationForm;
14863
- export type ShippingNotificationVersion = io.flow.v0.models.ShippingNotificationVersion;
15295
+ export type ShippingNotificationForm =
15296
+ io.flow.v0.unions.ShippingNotificationForm;
15297
+ export type ShippingNotificationVersion =
15298
+ io.flow.v0.models.ShippingNotificationVersion;
14864
15299
  export type Shop = io.flow.v0.models.Shop;
14865
15300
  export type ShopifyCart = io.flow.v0.models.ShopifyCart;
14866
15301
  export type ShopifyCartAddForm = io.flow.v0.unions.ShopifyCartAddForm;
14867
- export type ShopifyCartAddMultipleForm = io.flow.v0.models.ShopifyCartAddMultipleForm;
14868
- export type ShopifyCartAddSingleForm = io.flow.v0.models.ShopifyCartAddSingleForm;
15302
+ export type ShopifyCartAddMultipleForm =
15303
+ io.flow.v0.models.ShopifyCartAddMultipleForm;
15304
+ export type ShopifyCartAddSingleForm =
15305
+ io.flow.v0.models.ShopifyCartAddSingleForm;
14869
15306
  export type ShopifyCartChangeForm = io.flow.v0.models.ShopifyCartChangeForm;
14870
15307
  export type ShopifyCartConversion = io.flow.v0.models.ShopifyCartConversion;
14871
- export type ShopifyCartConversionFlowOrder = io.flow.v0.models.ShopifyCartConversionFlowOrder;
14872
- export type ShopifyCartConversionShopifyCart = io.flow.v0.models.ShopifyCartConversionShopifyCart;
15308
+ export type ShopifyCartConversionFlowOrder =
15309
+ io.flow.v0.models.ShopifyCartConversionFlowOrder;
15310
+ export type ShopifyCartConversionShopifyCart =
15311
+ io.flow.v0.models.ShopifyCartConversionShopifyCart;
14873
15312
  export type ShopifyCartItem = io.flow.v0.models.ShopifyCartItem;
14874
- export type ShopifyCustomerMetafieldValue = io.flow.v0.models.ShopifyCustomerMetafieldValue;
15313
+ export type ShopifyCustomerMetafieldValue =
15314
+ io.flow.v0.models.ShopifyCustomerMetafieldValue;
14875
15315
  export type ShopifyEventBucket = io.flow.v0.unions.ShopifyEventBucket;
14876
15316
  export type ShopifyGrant = io.flow.v0.enums.ShopifyGrant;
14877
15317
  export type ShopifyItemEventBucket = io.flow.v0.models.ShopifyItemEventBucket;
14878
15318
  export type ShopifyItemEventData = io.flow.v0.models.ShopifyItemEventData;
14879
15319
  export type ShopifyLine = io.flow.v0.models.ShopifyLine;
14880
- export type ShopifyLocalCartItemMetadata = io.flow.v0.models.ShopifyLocalCartItemMetadata;
14881
- export type ShopifyLocalCartMetadata = io.flow.v0.models.ShopifyLocalCartMetadata;
14882
- export type ShopifyLocalPriceMetadata = io.flow.v0.models.ShopifyLocalPriceMetadata;
14883
- export type ShopifyLocalizationMethod = io.flow.v0.enums.ShopifyLocalizationMethod;
14884
- export type ShopifyLocalizationSetting = io.flow.v0.models.ShopifyLocalizationSetting;
14885
- export type ShopifyLocalizationSettingDeleted = io.flow.v0.models.ShopifyLocalizationSettingDeleted;
14886
- export type ShopifyLocalizationSettingForm = io.flow.v0.models.ShopifyLocalizationSettingForm;
14887
- export type ShopifyLocalizationSettingUpserted = io.flow.v0.models.ShopifyLocalizationSettingUpserted;
15320
+ export type ShopifyLocalCartItemMetadata =
15321
+ io.flow.v0.models.ShopifyLocalCartItemMetadata;
15322
+ export type ShopifyLocalCartMetadata =
15323
+ io.flow.v0.models.ShopifyLocalCartMetadata;
15324
+ export type ShopifyLocalPriceMetadata =
15325
+ io.flow.v0.models.ShopifyLocalPriceMetadata;
15326
+ export type ShopifyLocalizationMethod =
15327
+ io.flow.v0.enums.ShopifyLocalizationMethod;
15328
+ export type ShopifyLocalizationSetting =
15329
+ io.flow.v0.models.ShopifyLocalizationSetting;
15330
+ export type ShopifyLocalizationSettingDeleted =
15331
+ io.flow.v0.models.ShopifyLocalizationSettingDeleted;
15332
+ export type ShopifyLocalizationSettingForm =
15333
+ io.flow.v0.models.ShopifyLocalizationSettingForm;
15334
+ export type ShopifyLocalizationSettingUpserted =
15335
+ io.flow.v0.models.ShopifyLocalizationSettingUpserted;
14888
15336
  export type ShopifyLocalizedOrder = io.flow.v0.models.ShopifyLocalizedOrder;
14889
15337
  export type ShopifyLocalizedVariant = io.flow.v0.models.ShopifyLocalizedVariant;
14890
- export type ShopifyLocalizedVariantPrices = io.flow.v0.models.ShopifyLocalizedVariantPrices;
14891
- export type ShopifyLocationFlowCenterMapping = io.flow.v0.models.ShopifyLocationFlowCenterMapping;
14892
- export type ShopifyLocationFlowCenterMappingForm = io.flow.v0.models.ShopifyLocationFlowCenterMappingForm;
14893
- export type ShopifyLocationReference = io.flow.v0.models.ShopifyLocationReference;
14894
- export type ShopifyMerchantApplication = io.flow.v0.models.ShopifyMerchantApplication;
14895
- export type ShopifyMerchantApplicationForm = io.flow.v0.models.ShopifyMerchantApplicationForm;
14896
- export type ShopifyMerchantApplicationPutForm = io.flow.v0.models.ShopifyMerchantApplicationPutForm;
14897
- export type ShopifyMerchantApplicationsSummary = io.flow.v0.models.ShopifyMerchantApplicationsSummary;
14898
- export type ShopifyOrderAttributesForm = io.flow.v0.models.ShopifyOrderAttributesForm;
14899
- export type ShopifyOrderDeliveryMetafield = io.flow.v0.models.ShopifyOrderDeliveryMetafield;
14900
- export type ShopifyOrderDeliveryMetafieldItem = io.flow.v0.models.ShopifyOrderDeliveryMetafieldItem;
14901
- export type ShopifyOrderPriceAttributesMetafield = io.flow.v0.models.ShopifyOrderPriceAttributesMetafield;
14902
- export type ShopifyOrderRomanizationMetafield = io.flow.v0.models.ShopifyOrderRomanizationMetafield;
15338
+ export type ShopifyLocalizedVariantPrices =
15339
+ io.flow.v0.models.ShopifyLocalizedVariantPrices;
15340
+ export type ShopifyLocationFlowCenterMapping =
15341
+ io.flow.v0.models.ShopifyLocationFlowCenterMapping;
15342
+ export type ShopifyLocationFlowCenterMappingForm =
15343
+ io.flow.v0.models.ShopifyLocationFlowCenterMappingForm;
15344
+ export type ShopifyLocationReference =
15345
+ io.flow.v0.models.ShopifyLocationReference;
15346
+ export type ShopifyMerchantApplication =
15347
+ io.flow.v0.models.ShopifyMerchantApplication;
15348
+ export type ShopifyMerchantApplicationForm =
15349
+ io.flow.v0.models.ShopifyMerchantApplicationForm;
15350
+ export type ShopifyMerchantApplicationPutForm =
15351
+ io.flow.v0.models.ShopifyMerchantApplicationPutForm;
15352
+ export type ShopifyMerchantApplicationsSummary =
15353
+ io.flow.v0.models.ShopifyMerchantApplicationsSummary;
15354
+ export type ShopifyOrderAttributesForm =
15355
+ io.flow.v0.models.ShopifyOrderAttributesForm;
15356
+ export type ShopifyOrderDeliveryMetafield =
15357
+ io.flow.v0.models.ShopifyOrderDeliveryMetafield;
15358
+ export type ShopifyOrderDeliveryMetafieldItem =
15359
+ io.flow.v0.models.ShopifyOrderDeliveryMetafieldItem;
15360
+ export type ShopifyOrderPriceAttributesMetafield =
15361
+ io.flow.v0.models.ShopifyOrderPriceAttributesMetafield;
15362
+ export type ShopifyOrderRomanizationMetafield =
15363
+ io.flow.v0.models.ShopifyOrderRomanizationMetafield;
14903
15364
  export type ShopifyPrice = io.flow.v0.models.ShopifyPrice;
14904
15365
  export type ShopifyPrivateApp = io.flow.v0.models.ShopifyPrivateApp;
14905
15366
  export type ShopifyPrivateAppForm = io.flow.v0.models.ShopifyPrivateAppForm;
14906
15367
  export type ShopifySyncCheck = io.flow.v0.enums.ShopifySyncCheck;
14907
15368
  export type ShopifySyncStatus = io.flow.v0.models.ShopifySyncStatus;
14908
- export type ShopifyVariantFlowMetafield = io.flow.v0.models.ShopifyVariantFlowMetafield;
14909
- export type ShopifyVariantInventoryMetafield = io.flow.v0.models.ShopifyVariantInventoryMetafield;
15369
+ export type ShopifyVariantFlowMetafield =
15370
+ io.flow.v0.models.ShopifyVariantFlowMetafield;
15371
+ export type ShopifyVariantInventoryMetafield =
15372
+ io.flow.v0.models.ShopifyVariantInventoryMetafield;
14910
15373
  export type SimplePermissionCheck = io.flow.v0.models.SimplePermissionCheck;
14911
- export type SinglePackageShippingNotificationForm = io.flow.v0.models.SinglePackageShippingNotificationForm;
15374
+ export type SinglePackageShippingNotificationForm =
15375
+ io.flow.v0.models.SinglePackageShippingNotificationForm;
14912
15376
  export type SnapshotDeleted = io.flow.v0.models.SnapshotDeleted;
14913
15377
  export type SnapshotUpserted = io.flow.v0.models.SnapshotUpserted;
14914
- export type SolidusProductExportType = io.flow.v0.models.SolidusProductExportType;
14915
- export type SolidusVariantExportType = io.flow.v0.models.SolidusVariantExportType;
15378
+ export type SolidusProductExportType =
15379
+ io.flow.v0.models.SolidusProductExportType;
15380
+ export type SolidusVariantExportType =
15381
+ io.flow.v0.models.SolidusVariantExportType;
14916
15382
  export type SortDirection = io.flow.v0.enums.SortDirection;
14917
15383
  export type Statement = io.flow.v0.models.Statement;
14918
15384
  export type StatementAttachmentType = io.flow.v0.enums.StatementAttachmentType;
@@ -14920,9 +15386,12 @@ export type StatementDeleted = io.flow.v0.models.StatementDeleted;
14920
15386
  export type StatementUpserted = io.flow.v0.models.StatementUpserted;
14921
15387
  export type Strategy = io.flow.v0.enums.Strategy;
14922
15388
  export type StreetAddress = io.flow.v0.models.StreetAddress;
14923
- export type StripeAuthenticationData = io.flow.v0.models.StripeAuthenticationData;
14924
- export type StripeAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
14925
- export type StripeAuthorizationResultActionDetails = io.flow.v0.models.StripeAuthorizationResultActionDetails;
15389
+ export type StripeAuthenticationData =
15390
+ io.flow.v0.models.StripeAuthenticationData;
15391
+ export type StripeAuthenticationDataForm =
15392
+ io.flow.v0.models.StripeAuthenticationDataForm;
15393
+ export type StripeAuthorizationResultActionDetails =
15394
+ io.flow.v0.models.StripeAuthorizationResultActionDetails;
14926
15395
  export type Subcatalog = io.flow.v0.models.Subcatalog;
14927
15396
  export type SubcatalogDeleted = io.flow.v0.models.SubcatalogDeleted;
14928
15397
  export type SubcatalogForm = io.flow.v0.models.SubcatalogForm;
@@ -14938,10 +15407,14 @@ export type SubcatalogStatistics = io.flow.v0.models.SubcatalogStatistics;
14938
15407
  export type SubcatalogUpserted = io.flow.v0.models.SubcatalogUpserted;
14939
15408
  export type SubcatalogVersion = io.flow.v0.models.SubcatalogVersion;
14940
15409
  export type Suggestion = io.flow.v0.models.Suggestion;
14941
- export type SummaryShippingLabelForm = io.flow.v0.models.SummaryShippingLabelForm;
14942
- export type SummaryShippingNotificationForm = io.flow.v0.models.SummaryShippingNotificationForm;
14943
- export type SurchargeResponsibleParty = io.flow.v0.enums.SurchargeResponsibleParty;
14944
- export type SurchargeResponsiblePartyDisplay = io.flow.v0.models.SurchargeResponsiblePartyDisplay;
15410
+ export type SummaryShippingLabelForm =
15411
+ io.flow.v0.models.SummaryShippingLabelForm;
15412
+ export type SummaryShippingNotificationForm =
15413
+ io.flow.v0.models.SummaryShippingNotificationForm;
15414
+ export type SurchargeResponsibleParty =
15415
+ io.flow.v0.enums.SurchargeResponsibleParty;
15416
+ export type SurchargeResponsiblePartyDisplay =
15417
+ io.flow.v0.models.SurchargeResponsiblePartyDisplay;
14945
15418
  export type SurchargeSetting = io.flow.v0.models.SurchargeSetting;
14946
15419
  export type SurchargeSettingDisplay = io.flow.v0.models.SurchargeSettingDisplay;
14947
15420
  export type SyncDuration = io.flow.v0.models.SyncDuration;
@@ -14960,17 +15433,23 @@ export type SyncStreamType = io.flow.v0.enums.SyncStreamType;
14960
15433
  export type SyncUnitOfTime = io.flow.v0.enums.SyncUnitOfTime;
14961
15434
  export type Tax = io.flow.v0.models.Tax;
14962
15435
  export type TaxApplicability = io.flow.v0.enums.TaxApplicability;
14963
- export type TaxDutyCalculatorValidationError = io.flow.v0.models.TaxDutyCalculatorValidationError;
14964
- export type TaxDutyCalculatorValidationErrorCode = io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
15436
+ export type TaxDutyCalculatorValidationError =
15437
+ io.flow.v0.models.TaxDutyCalculatorValidationError;
15438
+ export type TaxDutyCalculatorValidationErrorCode =
15439
+ io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
14965
15440
  export type TaxDutyQuote = io.flow.v0.models.TaxDutyQuote;
14966
15441
  export type TaxDutyQuoteFeeValue = io.flow.v0.models.TaxDutyQuoteFeeValue;
14967
15442
  export type TaxDutyQuoteForm = io.flow.v0.models.TaxDutyQuoteForm;
14968
15443
  export type TaxDutyQuoteLevyValue = io.flow.v0.unions.TaxDutyQuoteLevyValue;
14969
15444
  export type TaxDutyQuoteLineItem = io.flow.v0.models.TaxDutyQuoteLineItem;
14970
- export type TaxDutyQuoteLineItemForm = io.flow.v0.models.TaxDutyQuoteLineItemForm;
14971
- export type TaxDutyQuoteSimpleLevyValue = io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
14972
- export type TaxDutyQuoteSimpleShipping = io.flow.v0.models.TaxDutyQuoteSimpleShipping;
14973
- export type TaxDutyQuoteSimpleShippingForm = io.flow.v0.models.TaxDutyQuoteSimpleShippingForm;
15445
+ export type TaxDutyQuoteLineItemForm =
15446
+ io.flow.v0.models.TaxDutyQuoteLineItemForm;
15447
+ export type TaxDutyQuoteSimpleLevyValue =
15448
+ io.flow.v0.models.TaxDutyQuoteSimpleLevyValue;
15449
+ export type TaxDutyQuoteSimpleShipping =
15450
+ io.flow.v0.models.TaxDutyQuoteSimpleShipping;
15451
+ export type TaxDutyQuoteSimpleShippingForm =
15452
+ io.flow.v0.models.TaxDutyQuoteSimpleShippingForm;
14974
15453
  export type TaxDutyQuoteValues = io.flow.v0.models.TaxDutyQuoteValues;
14975
15454
  export type TaxRegistration = io.flow.v0.models.TaxRegistration;
14976
15455
  export type TaxRegistrationForm = io.flow.v0.models.TaxRegistrationForm;
@@ -14982,15 +15461,20 @@ export type TaxabilityType = io.flow.v0.enums.TaxabilityType;
14982
15461
  export type TaxabilityValue = io.flow.v0.enums.TaxabilityValue;
14983
15462
  export type Test = io.flow.v0.models.Test;
14984
15463
  export type TestUpserted = io.flow.v0.models.TestUpserted;
14985
- export type ThirdPartyLogisticsPartner = io.flow.v0.models.ThirdPartyLogisticsPartner;
15464
+ export type ThirdPartyLogisticsPartner =
15465
+ io.flow.v0.models.ThirdPartyLogisticsPartner;
14986
15466
  export type ThreeDSecure = io.flow.v0.models.ThreeDSecure;
14987
15467
  export type ThreeDSecureCode = io.flow.v0.enums.ThreeDSecureCode;
14988
15468
  export type ThreedsChallengeAction = io.flow.v0.unions.ThreedsChallengeAction;
14989
- export type ThreedsChallengeActionDetails = io.flow.v0.models.ThreedsChallengeActionDetails;
15469
+ export type ThreedsChallengeActionDetails =
15470
+ io.flow.v0.models.ThreedsChallengeActionDetails;
14990
15471
  export type ThreedsIdentifyAction = io.flow.v0.unions.ThreedsIdentifyAction;
14991
- export type ThreedsIdentifyActionDetails = io.flow.v0.models.ThreedsIdentifyActionDetails;
14992
- export type ThreedsTwoChallengeRequest = io.flow.v0.models.ThreedsTwoChallengeRequest;
14993
- export type ThreedsTwoChallengeViewport = io.flow.v0.enums.ThreedsTwoChallengeViewport;
15472
+ export type ThreedsIdentifyActionDetails =
15473
+ io.flow.v0.models.ThreedsIdentifyActionDetails;
15474
+ export type ThreedsTwoChallengeRequest =
15475
+ io.flow.v0.models.ThreedsTwoChallengeRequest;
15476
+ export type ThreedsTwoChallengeViewport =
15477
+ io.flow.v0.enums.ThreedsTwoChallengeViewport;
14994
15478
  export type ThreedsTwoMethod = io.flow.v0.models.ThreedsTwoMethod;
14995
15479
  export type Tier = io.flow.v0.models.Tier;
14996
15480
  export type TierAvailability = io.flow.v0.enums.TierAvailability;
@@ -15015,7 +15499,8 @@ export type Timezone = io.flow.v0.models.Timezone;
15015
15499
  export type Token = io.flow.v0.unions.Token;
15016
15500
  export type TokenAuthenticationForm = io.flow.v0.models.TokenAuthenticationForm;
15017
15501
  export type TokenPartnerReference = io.flow.v0.models.TokenPartnerReference;
15018
- export type TokenRbacAuthenticationForm = io.flow.v0.models.TokenRbacAuthenticationForm;
15502
+ export type TokenRbacAuthenticationForm =
15503
+ io.flow.v0.models.TokenRbacAuthenticationForm;
15019
15504
  export type TokenReference = io.flow.v0.unions.TokenReference;
15020
15505
  export type TokenType = io.flow.v0.enums.TokenType;
15021
15506
  export type TokenValidation = io.flow.v0.models.TokenValidation;
@@ -15027,7 +15512,8 @@ export type TrackingEventSummary = io.flow.v0.models.TrackingEventSummary;
15027
15512
  export type TrackingEventVersion = io.flow.v0.models.TrackingEventVersion;
15028
15513
  export type TrackingForm = io.flow.v0.models.TrackingForm;
15029
15514
  export type TrackingLabel = io.flow.v0.models.TrackingLabel;
15030
- export type TrackingLabelEventUpserted = io.flow.v0.models.TrackingLabelEventUpserted;
15515
+ export type TrackingLabelEventUpserted =
15516
+ io.flow.v0.models.TrackingLabelEventUpserted;
15031
15517
  export type TrackingLabelForm = io.flow.v0.models.TrackingLabelForm;
15032
15518
  export type TrackingLabelSummary = io.flow.v0.models.TrackingLabelSummary;
15033
15519
  export type TrackingLabelVersion = io.flow.v0.models.TrackingLabelVersion;
@@ -15043,13 +15529,16 @@ export type TradeAgreementStatus = io.flow.v0.enums.TradeAgreementStatus;
15043
15529
  export type Transaction = io.flow.v0.models.Transaction;
15044
15530
  export type TransactionDetails = io.flow.v0.unions.TransactionDetails;
15045
15531
  export type TransactionDetailsCard = io.flow.v0.models.TransactionDetailsCard;
15046
- export type TransactionNetworkDetailsCard = io.flow.v0.models.TransactionNetworkDetailsCard;
15532
+ export type TransactionNetworkDetailsCard =
15533
+ io.flow.v0.models.TransactionNetworkDetailsCard;
15047
15534
  export type TransactionSource = io.flow.v0.enums.TransactionSource;
15048
15535
  export type TransactionUpserted = io.flow.v0.models.TransactionUpserted;
15049
15536
  export type TransitEstimate = io.flow.v0.models.TransitEstimate;
15050
15537
  export type TransitWindow = io.flow.v0.models.TransitWindow;
15051
- export type UltimateBeneficiaryOwner = io.flow.v0.models.UltimateBeneficiaryOwner;
15052
- export type UnharmonizedItemExportType = io.flow.v0.models.UnharmonizedItemExportType;
15538
+ export type UltimateBeneficiaryOwner =
15539
+ io.flow.v0.models.UltimateBeneficiaryOwner;
15540
+ export type UnharmonizedItemExportType =
15541
+ io.flow.v0.models.UnharmonizedItemExportType;
15053
15542
  export type UnitOfMeasurement = io.flow.v0.enums.UnitOfMeasurement;
15054
15543
  export type UnitOfTime = io.flow.v0.enums.UnitOfTime;
15055
15544
  export type UpdatePolicy = io.flow.v0.enums.UpdatePolicy;
@@ -15062,18 +15551,25 @@ export type UserReference = io.flow.v0.models.UserReference;
15062
15551
  export type UserStatus = io.flow.v0.enums.UserStatus;
15063
15552
  export type UserVersion = io.flow.v0.models.UserVersion;
15064
15553
  export type ValueAddedService = io.flow.v0.enums.ValueAddedService;
15065
- export type ValueThresholdExceededDetails = io.flow.v0.models.ValueThresholdExceededDetails;
15554
+ export type ValueThresholdExceededDetails =
15555
+ io.flow.v0.models.ValueThresholdExceededDetails;
15066
15556
  export type VirtualCard = io.flow.v0.models.VirtualCard;
15067
15557
  export type VirtualCardCapture = io.flow.v0.models.VirtualCardCapture;
15068
- export type VirtualCardCaptureDeleted = io.flow.v0.models.VirtualCardCaptureDeleted;
15069
- export type VirtualCardCaptureUpserted = io.flow.v0.models.VirtualCardCaptureUpserted;
15070
- export type VirtualCardCaptureVersion = io.flow.v0.models.VirtualCardCaptureVersion;
15558
+ export type VirtualCardCaptureDeleted =
15559
+ io.flow.v0.models.VirtualCardCaptureDeleted;
15560
+ export type VirtualCardCaptureUpserted =
15561
+ io.flow.v0.models.VirtualCardCaptureUpserted;
15562
+ export type VirtualCardCaptureVersion =
15563
+ io.flow.v0.models.VirtualCardCaptureVersion;
15071
15564
  export type VirtualCardForm = io.flow.v0.models.VirtualCardForm;
15072
15565
  export type VirtualCardReference = io.flow.v0.models.VirtualCardReference;
15073
15566
  export type VirtualCardRefund = io.flow.v0.models.VirtualCardRefund;
15074
- export type VirtualCardRefundDeleted = io.flow.v0.models.VirtualCardRefundDeleted;
15075
- export type VirtualCardRefundUpserted = io.flow.v0.models.VirtualCardRefundUpserted;
15076
- export type VirtualCardRefundVersion = io.flow.v0.models.VirtualCardRefundVersion;
15567
+ export type VirtualCardRefundDeleted =
15568
+ io.flow.v0.models.VirtualCardRefundDeleted;
15569
+ export type VirtualCardRefundUpserted =
15570
+ io.flow.v0.models.VirtualCardRefundUpserted;
15571
+ export type VirtualCardRefundVersion =
15572
+ io.flow.v0.models.VirtualCardRefundVersion;
15077
15573
  export type VirtualCardVersion = io.flow.v0.models.VirtualCardVersion;
15078
15574
  export type Visibility = io.flow.v0.enums.Visibility;
15079
15575
  export type Webhook = io.flow.v0.models.Webhook;
@@ -15086,7 +15582,8 @@ export type WebhookResponse = io.flow.v0.models.WebhookResponse;
15086
15582
  export type WebhookSettings = io.flow.v0.models.WebhookSettings;
15087
15583
  export type WebhookStatus = io.flow.v0.enums.WebhookStatus;
15088
15584
  export type WithholdingDeduction = io.flow.v0.models.WithholdingDeduction;
15089
- export type WithholdingDeductionType = io.flow.v0.enums.WithholdingDeductionType;
15585
+ export type WithholdingDeductionType =
15586
+ io.flow.v0.enums.WithholdingDeductionType;
15090
15587
  export type ZeroAmountIndicator = io.flow.v0.enums.ZeroAmountIndicator;
15091
15588
  export type ZeroLevyReasonCode = io.flow.v0.enums.ZeroLevyReasonCode;
15092
15589
  export type Zone = io.flow.v0.models.Zone;