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