@flowio/types 11.24.60 → 11.24.61

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