@flowio/types 11.24.138 → 11.24.139

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/dist/api.d.ts CHANGED
@@ -2592,6 +2592,7 @@ declare namespace io.flow.common.v0.models {
2592
2592
  readonly created_at?: string;
2593
2593
  readonly status?: io.flow.common.v0.enums.OrganizationStatus;
2594
2594
  readonly type?: io.flow.common.v0.enums.OrganizationType;
2595
+ readonly channel?: io.flow.common.v0.models.ChannelReference;
2595
2596
  }
2596
2597
  interface OrganizationDefaults {
2597
2598
  readonly country: string;
@@ -2603,6 +2604,7 @@ declare namespace io.flow.common.v0.models {
2603
2604
  interface OrganizationReference {
2604
2605
  readonly discriminator: 'organization_reference';
2605
2606
  readonly id: string;
2607
+ readonly channel?: io.flow.common.v0.models.ChannelReference;
2606
2608
  }
2607
2609
  interface OrganizationSummary {
2608
2610
  readonly id: string;
@@ -3044,6 +3046,7 @@ declare namespace io.flow.v0.enums {
3044
3046
  type ConsumerInvoiceStatus = 'pending' | 'available' | 'invalid';
3045
3047
  type CostEstimateSource = 'flow' | 'channel';
3046
3048
  type CountryPickerSource = 'experience' | 'destination';
3049
+ type CpscAttribute = 'certification_id' | 'citation_codes' | 'manufactured_date' | 'manufactured_location' | 'product_test_date' | 'test_lab_name' | 'point_of_contact' | 'certification_version' | 'certification_product_id' | 'certificate_type' | 'lab_type' | 'taxonomy_reference';
3047
3050
  type CreditPaymentErrorCode = 'generic_error' | 'invalid_order_number' | 'invalid_currency' | 'invalid_description' | 'duplicate' | 'amount_must_be_positive' | 'amount_exceeds_balance' | 'insufficient_amount';
3048
3051
  type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
3049
3052
  type CurrencySymbolFormat = 'narrow' | 'primary';
@@ -3180,6 +3183,8 @@ declare namespace io.flow.v0.enums {
3180
3183
  type RefundStatus = 'pending' | 'succeeded' | 'failed' | 'canceled';
3181
3184
  type RegionType = 'state' | 'province' | 'jurisdiction';
3182
3185
  type RestrictedReviewStatus = 'in_review' | 'reviewed';
3186
+ type RestrictionDecision = 'accept' | 'reject' | 'escalate' | 'review';
3187
+ type RestrictionDecisionReason = 'manual_dispute';
3183
3188
  type RestrictionEnvironment = 'sandbox' | 'production' | 'qa';
3184
3189
  type ReturnItemStatus = 'returnable' | 'non-returnable';
3185
3190
  type ReturnPolicyState = 'current' | 'deleting' | 'updating';
@@ -3208,7 +3213,7 @@ declare namespace io.flow.v0.enums {
3208
3213
  type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
3209
3214
  type SortDirection = 'ascending' | 'descending';
3210
3215
  type StatementAttachmentType = 'csv' | 'pdf';
3211
- type StatementStatusCode = 'scheduled' | 'sent' | 'failed';
3216
+ type StatementStatusCode = 'scheduled' | 'sent' | 'failed' | 'paid';
3212
3217
  type StoredMethodUsageStep = 'initial' | 'subsequent';
3213
3218
  type Strategy = 'range' | 'from' | 'to';
3214
3219
  type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
@@ -3234,7 +3239,7 @@ declare namespace io.flow.v0.enums {
3234
3239
  type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
3235
3240
  type TradeAgreementName = 'USMCA' | 'T-MEC' | 'CUSMA' | 'TCA';
3236
3241
  type TradeAgreementStatus = 'supported' | 'not_supported';
3237
- type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label';
3242
+ type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'duty_refund' | 'non_l4l_tax_duty_fx' | 'merchant_payout' | 'merchant_refund' | 'ge_revenue_share' | 'merchant_fee' | 'b2b_tax' | 'b2b_tax_refund' | 'b2b_fee_mor_tax' | 'b2b_fee_shipping_tax' | 'flat_rate_label' | 'flat_rate_label_subsidy';
3238
3243
  type TransferStatus = 'succeeded' | 'canceled';
3239
3244
  type TransferType = 'payout_to_merchant' | 'disputed_amount_to_merchant' | 'duties_and_taxes_adjustment_to_merchant' | 'disputed_amount_from_merchant' | 'duties_and_taxes_adjustment_from_merchant' | 'refund_from_merchant';
3240
3245
  type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups' | 'fedex';
@@ -3913,6 +3918,39 @@ declare namespace io.flow.v0.models {
3913
3918
  readonly organization: string;
3914
3919
  readonly b2b_credit_memo: io.flow.v0.models.B2BCreditMemo;
3915
3920
  }
3921
+ interface B2BCreditNote {
3922
+ readonly id: string;
3923
+ readonly number: string;
3924
+ readonly status: io.flow.v0.enums.ConsumerInvoiceStatus;
3925
+ readonly date: string;
3926
+ readonly key: string;
3927
+ readonly debit_note: io.flow.v0.models.B2BDebitNoteReference;
3928
+ readonly order?: io.flow.v0.models.ConsumerInvoiceOrderSummary;
3929
+ readonly center?: io.flow.v0.models.ConsumerInvoiceCenterReference;
3930
+ readonly lines: io.flow.v0.unions.ConsumerInvoiceLine[];
3931
+ readonly documents: io.flow.v0.models.ConsumerInvoiceDocument[];
3932
+ readonly attributes: Record<string, string>;
3933
+ readonly voids_b2b_debit_note?: boolean;
3934
+ }
3935
+ interface B2BDebitNote {
3936
+ readonly id: string;
3937
+ readonly number: string;
3938
+ readonly buyer: io.flow.v0.models.MerchantOfRecordEntity;
3939
+ readonly seller: io.flow.v0.models.MerchantOfRecordEntity;
3940
+ readonly status: io.flow.v0.enums.ConsumerInvoiceStatus;
3941
+ readonly date: string;
3942
+ readonly key: string;
3943
+ readonly order: io.flow.v0.models.ConsumerInvoiceOrderSummary;
3944
+ readonly center?: io.flow.v0.models.ConsumerInvoiceCenterReference;
3945
+ readonly lines: io.flow.v0.unions.ConsumerInvoiceLine[];
3946
+ readonly documents: io.flow.v0.models.ConsumerInvoiceDocument[];
3947
+ readonly attributes: Record<string, string>;
3948
+ }
3949
+ interface B2BDebitNoteReference {
3950
+ readonly id: string;
3951
+ readonly key: string;
3952
+ readonly number: string;
3953
+ }
3916
3954
  interface B2BInvoice {
3917
3955
  readonly id: string;
3918
3956
  readonly number: string;
@@ -3983,17 +4021,6 @@ declare namespace io.flow.v0.models {
3983
4021
  }
3984
4022
  interface BankAccountInfoKor {
3985
4023
  readonly discriminator: 'kor';
3986
- readonly name?: string;
3987
- readonly address?: io.flow.v0.models.Address;
3988
- readonly phone?: string;
3989
- readonly email?: string;
3990
- readonly bank_account_number: string;
3991
- readonly bank_routing_number?: string;
3992
- readonly bank_name?: string;
3993
- readonly bank_address?: io.flow.v0.models.Address;
3994
- }
3995
- interface BankAccountInfoKorV2 {
3996
- readonly discriminator: 'kor_v2';
3997
4024
  readonly name: string;
3998
4025
  readonly bank_account_number: string;
3999
4026
  readonly bank_routing_number: string;
@@ -7139,6 +7166,7 @@ declare namespace io.flow.v0.models {
7139
7166
  interface LaneSummary {
7140
7167
  readonly id: string;
7141
7168
  readonly ratecard: io.flow.v0.models.RatecardSummary;
7169
+ readonly dim_factor: number;
7142
7170
  }
7143
7171
  interface Language {
7144
7172
  readonly name: string;
@@ -8111,6 +8139,10 @@ declare namespace io.flow.v0.models {
8111
8139
  readonly deactivation_requested_at: string;
8112
8140
  readonly deactivated_at?: string;
8113
8141
  }
8142
+ interface OrderStateRejectionReasonPaymentFraud {
8143
+ readonly discriminator: 'order_state_rejection_reason_payment_fraud';
8144
+ readonly payment_request_id: string;
8145
+ }
8114
8146
  interface OrderStateRejectionReasonRestrictedItem {
8115
8147
  readonly discriminator: 'order_state_rejection_reason_restricted_item';
8116
8148
  readonly item_numbers: string[];
@@ -8210,6 +8242,7 @@ declare namespace io.flow.v0.models {
8210
8242
  readonly created_at?: string;
8211
8243
  readonly status?: io.flow.v0.enums.OrganizationStatus;
8212
8244
  readonly type?: io.flow.v0.enums.OrganizationType;
8245
+ readonly channel?: io.flow.v0.models.ChannelReference;
8213
8246
  }
8214
8247
  interface OrganizationAuthorization {
8215
8248
  readonly role?: io.flow.v0.enums.Role;
@@ -8349,6 +8382,7 @@ declare namespace io.flow.v0.models {
8349
8382
  interface OrganizationReference {
8350
8383
  readonly discriminator: 'organization_reference';
8351
8384
  readonly id: string;
8385
+ readonly channel?: io.flow.v0.models.ChannelReference;
8352
8386
  }
8353
8387
  interface OrganizationSession {
8354
8388
  readonly discriminator: 'organization_session';
@@ -8387,6 +8421,7 @@ declare namespace io.flow.v0.models {
8387
8421
  readonly province?: string;
8388
8422
  readonly self_billing_agreement_effective_at: string;
8389
8423
  readonly self_billing_agreement_expires_at?: string;
8424
+ readonly legal_name?: string;
8390
8425
  }
8391
8426
  interface OrganizationToken {
8392
8427
  readonly discriminator: 'organization_token';
@@ -9182,6 +9217,10 @@ declare namespace io.flow.v0.models {
9182
9217
  readonly timestamp: string;
9183
9218
  readonly reason: io.flow.v0.enums.PayoutStatusFailureCode;
9184
9219
  }
9220
+ interface PayoutStatusPaid {
9221
+ readonly code: 'paid';
9222
+ readonly timestamp: string;
9223
+ }
9185
9224
  interface PayoutStatusScheduled {
9186
9225
  readonly code: 'scheduled';
9187
9226
  readonly placeholder?: string;
@@ -9779,6 +9818,7 @@ declare namespace io.flow.v0.models {
9779
9818
  readonly glbe_shipping_method_id?: string;
9780
9819
  readonly glbe_proposition_name?: string;
9781
9820
  readonly channel_revenue_share_percentage?: number;
9821
+ readonly channel_id?: string;
9782
9822
  }
9783
9823
  interface RatecardCarrierSummary {
9784
9824
  readonly id: string;
@@ -9878,6 +9918,7 @@ declare namespace io.flow.v0.models {
9878
9918
  readonly glbe_shipping_method_id?: string;
9879
9919
  readonly glbe_proposition_name?: string;
9880
9920
  readonly channel_revenue_share_percentage?: number;
9921
+ readonly channel_id?: string;
9881
9922
  readonly data?: io.flow.v0.models.RatecardData;
9882
9923
  }
9883
9924
  interface RatecardLane {
@@ -9917,19 +9958,6 @@ declare namespace io.flow.v0.models {
9917
9958
  readonly weight_unit: io.flow.v0.enums.UnitOfMeasurement;
9918
9959
  readonly distance_unit: io.flow.v0.enums.UnitOfMeasurement;
9919
9960
  }
9920
- interface RatecardLaneImportForm {
9921
- readonly ratecard_owner: io.flow.v0.enums.RatecardOwner;
9922
- readonly service: string;
9923
- readonly currency: string;
9924
- readonly delivered_duty: io.flow.v0.enums.DeliveredDuty;
9925
- readonly origin: io.flow.v0.models.Zone;
9926
- readonly destination: io.flow.v0.models.Zone;
9927
- readonly shipment_window: io.flow.v0.models.ShipmentWindow;
9928
- readonly dim_factor: number;
9929
- readonly weight_unit: io.flow.v0.enums.UnitOfMeasurement;
9930
- readonly distance_unit: io.flow.v0.enums.UnitOfMeasurement;
9931
- readonly rates: io.flow.v0.models.RatecardRateForm[];
9932
- }
9933
9961
  interface RatecardLaneUpserted {
9934
9962
  readonly discriminator: 'ratecard_lane_upserted';
9935
9963
  readonly event_id: string;
@@ -9943,13 +9971,7 @@ declare namespace io.flow.v0.models {
9943
9971
  readonly type: io.flow.v0.enums.ChangeType;
9944
9972
  readonly ratecard_lane: io.flow.v0.models.RatecardLane;
9945
9973
  }
9946
- interface RatecardLanesImportRequestData {
9947
- readonly id: string;
9948
- readonly source_url: string;
9949
- readonly filename?: string;
9950
- }
9951
9974
  interface RatecardRate {
9952
- readonly id: string;
9953
9975
  readonly amount: number;
9954
9976
  readonly weight: number;
9955
9977
  }
@@ -9957,12 +9979,6 @@ declare namespace io.flow.v0.models {
9957
9979
  readonly amount: number;
9958
9980
  readonly weight: number;
9959
9981
  }
9960
- interface RatecardRateVersion {
9961
- readonly id: string;
9962
- readonly timestamp: string;
9963
- readonly type: io.flow.v0.enums.ChangeType;
9964
- readonly ratecard_rate: io.flow.v0.models.RatecardRate;
9965
- }
9966
9982
  interface RatecardReference {
9967
9983
  readonly id: string;
9968
9984
  }
@@ -10203,6 +10219,16 @@ declare namespace io.flow.v0.models {
10203
10219
  readonly interval: number;
10204
10220
  readonly days_of_week: io.flow.v0.enums.DayOfWeek[];
10205
10221
  }
10222
+ interface RestrictionDecisionsForm {
10223
+ readonly organization_id: string;
10224
+ readonly rule_decisions: io.flow.v0.models.RestrictionRuleDecisionForm[];
10225
+ }
10226
+ interface RestrictionRuleDecisionForm {
10227
+ readonly product_id: string;
10228
+ readonly reason_code: string;
10229
+ readonly decision: io.flow.v0.enums.RestrictionDecision;
10230
+ readonly decision_reason: io.flow.v0.enums.RestrictionDecisionReason;
10231
+ }
10206
10232
  interface Return {
10207
10233
  readonly id: string;
10208
10234
  readonly key: string;
@@ -10467,6 +10493,7 @@ declare namespace io.flow.v0.models {
10467
10493
  readonly price: io.flow.v0.models.Money;
10468
10494
  readonly description: string;
10469
10495
  readonly taxonomy_category: io.flow.v0.models.ProductTaxonomyCategory;
10496
+ readonly inferred_taxonomy_category?: io.flow.v0.models.ProductTaxonomyCategory;
10470
10497
  readonly mode: io.flow.v0.enums.SellabilityScreeningMode;
10471
10498
  readonly catalog_size?: number;
10472
10499
  readonly relative_ranking?: number;
@@ -10726,6 +10753,7 @@ declare namespace io.flow.v0.models {
10726
10753
  readonly id?: string;
10727
10754
  readonly ratecard: io.flow.v0.models.ShippingLabelRatecardSummary;
10728
10755
  readonly weight_break?: number;
10756
+ readonly dim_factor?: number;
10729
10757
  }
10730
10758
  interface ShippingLabelPackage {
10731
10759
  readonly dimensions: io.flow.v0.models.Dimension;
@@ -11479,6 +11507,7 @@ declare namespace io.flow.v0.models {
11479
11507
  readonly country: string;
11480
11508
  readonly tax_code: string;
11481
11509
  readonly province?: string;
11510
+ readonly legal_name?: string;
11482
11511
  }
11483
11512
  interface TaxRegistrationForm {
11484
11513
  readonly number: string;
@@ -11910,6 +11939,7 @@ declare namespace io.flow.v0.models {
11910
11939
  readonly request_method?: io.flow.v0.enums.LabelRequestMethod;
11911
11940
  readonly carrier: io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
11912
11941
  readonly revenue_share_percentage?: number;
11942
+ readonly actual?: io.flow.v0.models.TransactionMetadataTrueupData;
11913
11943
  }
11914
11944
  interface TransactionMetadataShippingLabelCarrier {
11915
11945
  readonly id: string;
@@ -12254,7 +12284,7 @@ declare namespace io.flow.v0.unions {
12254
12284
  type AuthorizationResultActionDetails = io.flow.v0.models.AdyenNativeActionDetails | io.flow.v0.models.StripeAuthorizationResultActionDetails | io.flow.v0.models.ThreedsIdentifyActionDetails | io.flow.v0.models.ThreedsChallengeActionDetails | io.flow.v0.models.ApplepaySdkCreateResultActionDetails | io.flow.v0.models.ApplepaySdkValidateResultActionDetails | io.flow.v0.models.KlarnaSdkAuthorizationResultActionDetails | io.flow.v0.models.SelectIssuerOptionActionDetails;
12255
12285
  type AvailableFilter = io.flow.v0.models.AvailableFilterStructured | io.flow.v0.models.AvailableFilterUnstructured;
12256
12286
  type BankAccountForm = io.flow.v0.models.BankAccountFormInfo | io.flow.v0.models.BankAccountFormSimple;
12257
- type BankAccountInfo = io.flow.v0.models.BankAccountInfoUsa | io.flow.v0.models.BankAccountInfoCan | io.flow.v0.models.BankAccountInfoGbr | io.flow.v0.models.BankAccountInfoFra | io.flow.v0.models.BankAccountInfoIta | io.flow.v0.models.BankAccountInfoKor | io.flow.v0.models.BankAccountInfoKorV2;
12287
+ type BankAccountInfo = io.flow.v0.models.BankAccountInfoUsa | io.flow.v0.models.BankAccountInfoCan | io.flow.v0.models.BankAccountInfoGbr | io.flow.v0.models.BankAccountInfoFra | io.flow.v0.models.BankAccountInfoIta | io.flow.v0.models.BankAccountInfoKor;
12258
12288
  type BrowserActionConfiguration = io.flow.v0.models.CardBrowserActionConfiguration;
12259
12289
  type CardAuthorizationActionResult = io.flow.v0.models.AuthorizationActionResultAdyenV3 | io.flow.v0.models.AuthorizationActionResultAdyenV4;
12260
12290
  type CardNumber = io.flow.v0.models.PaymentMethodCardNumberCleartext | io.flow.v0.models.PaymentMethodCardNumberCipher;
@@ -12306,7 +12336,7 @@ declare namespace io.flow.v0.unions {
12306
12336
  type OrderPromotion = io.flow.v0.models.FreeShippingOrderPromotion;
12307
12337
  type OrderPromotionForm = io.flow.v0.models.FreeShippingOrderPromotionForm;
12308
12338
  type OrderRefundSummaryForm = io.flow.v0.models.OrderRefundSummaryFullForm | io.flow.v0.models.OrderRefundSummaryPartialForm;
12309
- type OrderStateRejectionReason = io.flow.v0.models.OrderStateRejectionReasonRestrictedItem | io.flow.v0.models.OrderStateRejectionReasonDomesticOrder | io.flow.v0.models.OrderStateRejectionReasonItemsEmpty | io.flow.v0.models.OrderStateRejectionReasonOrganizationDeactivated;
12339
+ type OrderStateRejectionReason = io.flow.v0.models.OrderStateRejectionReasonRestrictedItem | io.flow.v0.models.OrderStateRejectionReasonDomesticOrder | io.flow.v0.models.OrderStateRejectionReasonItemsEmpty | io.flow.v0.models.OrderStateRejectionReasonOrganizationDeactivated | io.flow.v0.models.OrderStateRejectionReasonPaymentFraud;
12310
12340
  type PartnerCenterFee = io.flow.v0.models.CommercialInvoiceFee | io.flow.v0.models.InboundCartonFee | io.flow.v0.models.OutboundCartonFee;
12311
12341
  type Payment = io.flow.v0.models.PaymentPaypal | io.flow.v0.models.PaymentCryptopay;
12312
12342
  type PaymentCaptureOption = io.flow.v0.models.PaymentCaptureOptionAutomaticImmediate | io.flow.v0.models.PaymentCaptureOptionManual;
@@ -12330,7 +12360,7 @@ declare namespace io.flow.v0.unions {
12330
12360
  type PaymentRequestCancellationReason = io.flow.v0.models.PaymentRequestCancellationReasonOrderMissing;
12331
12361
  type PaymentSource = io.flow.v0.models.CardPaymentSource;
12332
12362
  type PaymentSourceForm = io.flow.v0.models.CardPaymentSourceForm;
12333
- type PayoutStatus = io.flow.v0.models.PayoutStatusScheduled | io.flow.v0.models.PayoutStatusSent | io.flow.v0.models.PayoutStatusFailed;
12363
+ type PayoutStatus = io.flow.v0.models.PayoutStatusScheduled | io.flow.v0.models.PayoutStatusSent | io.flow.v0.models.PayoutStatusFailed | io.flow.v0.models.PayoutStatusPaid;
12334
12364
  type PriceSource = io.flow.v0.models.PriceSourcePriceBook | io.flow.v0.models.PriceSourceCatalog | io.flow.v0.models.PriceSourceProvided;
12335
12365
  type Promotion = io.flow.v0.models.FreeShipping | io.flow.v0.models.Discount;
12336
12366
  type QueryBuilderForm = io.flow.v0.models.QueryBuilderFilterForm | io.flow.v0.models.QueryBuilderQueryForm;
@@ -12493,6 +12523,9 @@ export declare type AvsCode = io.flow.v0.enums.AvsCode;
12493
12523
  export declare type B2BCreditMemo = io.flow.v0.models.B2BCreditMemo;
12494
12524
  export declare type B2BCreditMemoDeleted = io.flow.v0.models.B2BCreditMemoDeleted;
12495
12525
  export declare type B2BCreditMemoUpserted = io.flow.v0.models.B2BCreditMemoUpserted;
12526
+ export declare type B2BCreditNote = io.flow.v0.models.B2BCreditNote;
12527
+ export declare type B2BDebitNote = io.flow.v0.models.B2BDebitNote;
12528
+ export declare type B2BDebitNoteReference = io.flow.v0.models.B2BDebitNoteReference;
12496
12529
  export declare type B2BInvoice = io.flow.v0.models.B2BInvoice;
12497
12530
  export declare type B2BInvoiceDeleted = io.flow.v0.models.B2BInvoiceDeleted;
12498
12531
  export declare type B2BInvoiceReference = io.flow.v0.models.B2BInvoiceReference;
@@ -12507,7 +12540,6 @@ export declare type BankAccountInfoFra = io.flow.v0.models.BankAccountInfoFra;
12507
12540
  export declare type BankAccountInfoGbr = io.flow.v0.models.BankAccountInfoGbr;
12508
12541
  export declare type BankAccountInfoIta = io.flow.v0.models.BankAccountInfoIta;
12509
12542
  export declare type BankAccountInfoKor = io.flow.v0.models.BankAccountInfoKor;
12510
- export declare type BankAccountInfoKorV2 = io.flow.v0.models.BankAccountInfoKorV2;
12511
12543
  export declare type BankAccountInfoUsa = io.flow.v0.models.BankAccountInfoUsa;
12512
12544
  export declare type BankAccountReference = io.flow.v0.models.BankAccountReference;
12513
12545
  export declare type BankAccountSummary = io.flow.v0.models.BankAccountSummary;
@@ -12699,6 +12731,7 @@ export declare type CountryPickerSource = io.flow.v0.enums.CountryPickerSource;
12699
12731
  export declare type CountryShippingPricing = io.flow.v0.models.CountryShippingPricing;
12700
12732
  export declare type CountryStatus = io.flow.v0.models.CountryStatus;
12701
12733
  export declare type CountryStatusForm = io.flow.v0.models.CountryStatusForm;
12734
+ export declare type CpscAttribute = io.flow.v0.enums.CpscAttribute;
12702
12735
  export declare type CreditMemo = io.flow.v0.models.CreditMemo;
12703
12736
  export declare type CreditMemoDeleted = io.flow.v0.models.CreditMemoDeleted;
12704
12737
  export declare type CreditMemoForm = io.flow.v0.models.CreditMemoForm;
@@ -13334,6 +13367,7 @@ export declare type OrderStateRejectionReason = io.flow.v0.unions.OrderStateReje
13334
13367
  export declare type OrderStateRejectionReasonDomesticOrder = io.flow.v0.models.OrderStateRejectionReasonDomesticOrder;
13335
13368
  export declare type OrderStateRejectionReasonItemsEmpty = io.flow.v0.models.OrderStateRejectionReasonItemsEmpty;
13336
13369
  export declare type OrderStateRejectionReasonOrganizationDeactivated = io.flow.v0.models.OrderStateRejectionReasonOrganizationDeactivated;
13370
+ export declare type OrderStateRejectionReasonPaymentFraud = io.flow.v0.models.OrderStateRejectionReasonPaymentFraud;
13337
13371
  export declare type OrderStateRejectionReasonRestrictedItem = io.flow.v0.models.OrderStateRejectionReasonRestrictedItem;
13338
13372
  export declare type OrderStateStatus = io.flow.v0.enums.OrderStateStatus;
13339
13373
  export declare type OrderStateUpserted = io.flow.v0.models.OrderStateUpserted;
@@ -13561,6 +13595,7 @@ export declare type PayoutReference = io.flow.v0.models.PayoutReference;
13561
13595
  export declare type PayoutStatus = io.flow.v0.unions.PayoutStatus;
13562
13596
  export declare type PayoutStatusFailed = io.flow.v0.models.PayoutStatusFailed;
13563
13597
  export declare type PayoutStatusFailureCode = io.flow.v0.enums.PayoutStatusFailureCode;
13598
+ export declare type PayoutStatusPaid = io.flow.v0.models.PayoutStatusPaid;
13564
13599
  export declare type PayoutStatusScheduled = io.flow.v0.models.PayoutStatusScheduled;
13565
13600
  export declare type PayoutStatusSent = io.flow.v0.models.PayoutStatusSent;
13566
13601
  export declare type PayoutTransaction = io.flow.v0.models.PayoutTransaction;
@@ -13687,14 +13722,11 @@ export declare type RatecardForm = io.flow.v0.models.RatecardForm;
13687
13722
  export declare type RatecardLane = io.flow.v0.models.RatecardLane;
13688
13723
  export declare type RatecardLaneDeleted = io.flow.v0.models.RatecardLaneDeleted;
13689
13724
  export declare type RatecardLaneForm = io.flow.v0.models.RatecardLaneForm;
13690
- export declare type RatecardLaneImportForm = io.flow.v0.models.RatecardLaneImportForm;
13691
13725
  export declare type RatecardLaneUpserted = io.flow.v0.models.RatecardLaneUpserted;
13692
13726
  export declare type RatecardLaneVersion = io.flow.v0.models.RatecardLaneVersion;
13693
- export declare type RatecardLanesImportRequestData = io.flow.v0.models.RatecardLanesImportRequestData;
13694
13727
  export declare type RatecardOwner = io.flow.v0.enums.RatecardOwner;
13695
13728
  export declare type RatecardRate = io.flow.v0.models.RatecardRate;
13696
13729
  export declare type RatecardRateForm = io.flow.v0.models.RatecardRateForm;
13697
- export declare type RatecardRateVersion = io.flow.v0.models.RatecardRateVersion;
13698
13730
  export declare type RatecardReference = io.flow.v0.models.RatecardReference;
13699
13731
  export declare type RatecardRegionReference = io.flow.v0.models.RatecardRegionReference;
13700
13732
  export declare type RatecardServiceSummary = io.flow.v0.models.RatecardServiceSummary;
@@ -13740,7 +13772,11 @@ export declare type RepeatMonthly = io.flow.v0.models.RepeatMonthly;
13740
13772
  export declare type RepeatSchedule = io.flow.v0.unions.RepeatSchedule;
13741
13773
  export declare type RepeatWeekly = io.flow.v0.models.RepeatWeekly;
13742
13774
  export declare type RestrictedReviewStatus = io.flow.v0.enums.RestrictedReviewStatus;
13775
+ export declare type RestrictionDecision = io.flow.v0.enums.RestrictionDecision;
13776
+ export declare type RestrictionDecisionReason = io.flow.v0.enums.RestrictionDecisionReason;
13777
+ export declare type RestrictionDecisionsForm = io.flow.v0.models.RestrictionDecisionsForm;
13743
13778
  export declare type RestrictionEnvironment = io.flow.v0.enums.RestrictionEnvironment;
13779
+ export declare type RestrictionRuleDecisionForm = io.flow.v0.models.RestrictionRuleDecisionForm;
13744
13780
  export declare type Return = io.flow.v0.models.Return;
13745
13781
  export declare type ReturnForm = io.flow.v0.models.ReturnForm;
13746
13782
  export declare type ReturnItemReference = io.flow.v0.models.ReturnItemReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.138",
3
+ "version": "11.24.139",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",