@flowio/types 11.24.105 → 11.24.107

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
@@ -146,6 +146,8 @@ declare namespace io.flow.stripe.v0.enums {
146
146
  type DisputePaymentMethodDetailsType = 'card' | 'klarna' | 'paypal';
147
147
  type DisputeReason = 'bank_cannot_process' | 'check_returned' | 'credit_not_processed' | 'customer_initiated' | 'debit_not_authorized' | 'duplicate' | 'fraudulent' | 'general' | 'incorrect_account_details' | 'insufficient_funds' | 'product_not_received' | 'product_unacceptable' | 'subscription_canceled' | 'unrecognized';
148
148
  type DisputeStatus = 'warning_needs_response' | 'warning_under_review' | 'warning_closed' | 'needs_response' | 'under_review' | 'won' | 'lost';
149
+ type EarlyFraudWarningEventType = 'radar.early_fraud_warning';
150
+ type EarlyFraudWarningType = 'card_never_received' | 'fraudulent_card_application' | 'made_with_counterfeit_card' | 'made_with_lost_card' | 'made_with_stolen_card' | 'unauthorized_use_of_card' | 'misc';
149
151
  type ErrorCode = 'invalid_number' | 'invalid_expiry_month' | 'invalid_expiry_year' | 'invalid_cvc' | 'invalid_swipe_data' | 'country_code_invalid' | 'email_invalid' | 'postal_code_invalid' | 'invalid_characters' | 'url_invalid' | 'invalid_charge_amount' | 'incorrect_number' | 'incorrect_address' | 'incorrect_cvc' | 'incorrect_zip' | 'card_declined' | 'expired_card' | 'missing' | 'processing_error' | 'account_closed' | 'amount_too_small' | 'amount_too_large' | 'api_key_expired' | 'authentication_required' | 'capture_charge_authorization_expired' | 'capture_unauthorized_payment' | 'card_decline_rate_limit_exceeded' | 'charge_already_captured' | 'charge_already_refunded' | 'charge_disputed' | 'charge_exceeds_source_limit' | 'charge_expired_for_capture' | 'charge_invalid_parameter' | 'charge_not_refundable' | 'insufficient_funds' | 'intent_invalid_state' | 'livemode_mismatch' | 'parameter_invalid_empty' | 'parameter_invalid_integer' | 'parameter_invalid_string_blank' | 'parameter_invalid_string_empty' | 'parameter_missing' | 'parameter_unknown' | 'parameters_exclusive' | 'payment_intent_action_required' | 'payment_intent_authentication_failure' | 'payment_intent_incompatible_payment_method' | 'payment_intent_payment_attempt_expired' | 'payment_intent_payment_attempt_failed' | 'payment_intent_unexpected_state' | 'payment_intent_invalid_parameter' | 'payment_method_billing_details_address_missing' | 'payment_method_customer_decline' | 'payment_method_currency_mismatch' | 'payment_method_invalid_parameter' | 'payment_method_invalid_parameter_testmode' | 'payment_method_not_available' | 'payment_method_provider_decline' | 'payment_method_provider_timeout' | 'payment_method_unactivated' | 'payment_method_unexpected_state' | 'payment_method_unsupported_type' | 'platform_api_key_expired' | 'refund_disputed_payment' | 'testmode_charges_only' | 'tls_version_unsupported' | 'setup_attempt_failed' | 'setup_intent_authentication_failure' | 'setup_intent_invalid_parameter' | 'setup_intent_setup_attempt_expired' | 'setup_intent_unexpected_state';
150
152
  type ErrorType = 'api_connection_error' | 'api_error' | 'authentication_error' | 'card_error' | 'idempotency_error' | 'invalid_request_error' | 'rate_limit_error' | 'validation_error';
151
153
  type EventType = 'charge.captured' | 'charge.failed' | 'charge.pending' | 'charge.refunded' | 'charge.expired' | 'charge.succeeded' | 'charge.updated' | 'charge.refund.updated' | 'charge.dispute.closed' | 'charge.dispute.created' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'payment_intent.created' | 'payment_intent.amount_capturable_updated' | 'payment_intent.payment_failed' | 'payment_intent.succeeded' | 'payment_intent.requires_action' | 'payment_intent.canceled' | 'payment_intent.processing' | 'source.canceled' | 'source.chargeable' | 'source.failed';
@@ -1096,6 +1098,16 @@ declare namespace io.flow.stripe.v0.models {
1096
1098
  readonly object: io.flow.stripe.v0.models.Dispute;
1097
1099
  readonly previous_attributes?: any;
1098
1100
  }
1101
+ interface StripeEarlyFraudWarningEvent {
1102
+ readonly id: string;
1103
+ readonly object: io.flow.stripe.v0.enums.EarlyFraudWarningEventType;
1104
+ readonly actionable: boolean;
1105
+ readonly charge: string;
1106
+ readonly created: number;
1107
+ readonly fraud_type: io.flow.stripe.v0.enums.EarlyFraudWarningType;
1108
+ readonly livemode: boolean;
1109
+ readonly payment_intent?: string;
1110
+ }
1099
1111
  interface StripeError {
1100
1112
  readonly type: io.flow.stripe.v0.enums.ErrorType;
1101
1113
  readonly charge?: string;
@@ -2066,109 +2078,1965 @@ declare namespace io.flow.shopify.external.v0.models {
2066
2078
  readonly webhook: io.flow.shopify.external.v0.models.Webhook;
2067
2079
  }
2068
2080
  }
2069
- declare namespace io.flow.error.v0.enums {
2070
- type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
2081
+ declare namespace io.flow.order.price.v0.enums {
2082
+ type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
2083
+ type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
2071
2084
  }
2072
- declare namespace io.flow.error.v0.models {
2073
- interface GenericError {
2074
- readonly code: io.flow.error.v0.enums.GenericErrorCode;
2075
- readonly messages: string[];
2085
+ declare namespace io.flow.order.price.v0.models {
2086
+ interface OrderPriceDetail {
2087
+ readonly key: io.flow.order.price.v0.enums.OrderPriceDetailKey;
2088
+ readonly currency: string;
2089
+ readonly amount: number;
2090
+ readonly label: string;
2091
+ readonly base: io.flow.common.v0.models.Price;
2092
+ readonly components: io.flow.order.price.v0.models.OrderPriceDetailComponent[];
2093
+ readonly name?: string;
2094
+ readonly rate?: number;
2095
+ readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
2096
+ readonly rate_label?: string;
2097
+ }
2098
+ interface OrderPriceDetailComponent {
2099
+ readonly key: io.flow.order.price.v0.enums.OrderPriceDetailComponentKey;
2100
+ readonly currency: string;
2101
+ readonly amount: number;
2102
+ readonly label: string;
2103
+ readonly base: io.flow.common.v0.models.Price;
2104
+ readonly name?: string;
2076
2105
  }
2077
2106
  }
2078
- declare namespace io.flow.ben.test.internal.v0.models {
2079
- interface GenerateLoadMultipleOrgs {
2080
- readonly discriminator: 'generate_load_multiple_orgs';
2081
- readonly organization_ids: string[];
2082
- readonly num_events: number;
2107
+ declare namespace io.flow.common.v0.enums {
2108
+ type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
2109
+ type AvailabilityStatus = 'enabled' | 'disabled';
2110
+ type Calendar = 'weekdays' | 'everyday';
2111
+ type Capability = 'crossdock';
2112
+ type ChangeType = 'insert' | 'update' | 'delete';
2113
+ type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
2114
+ type CurrencySymbolFormat = 'narrow' | 'primary';
2115
+ type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
2116
+ type DeliveredDuty = 'paid' | 'unpaid';
2117
+ type DiscountTarget = 'item' | 'shipping';
2118
+ type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
2119
+ type Environment = 'sandbox' | 'production';
2120
+ type ExceptionType = 'open' | 'closed';
2121
+ type GoodsSupply = 'export' | 'intra_community' | 'local';
2122
+ type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
2123
+ type IncludedLevyKey = 'duty' | 'vat' | 'vat_and_duty' | 'none';
2124
+ type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
2125
+ type InputSpecificationType = 'text' | 'number';
2126
+ type MarginType = 'fixed' | 'percent';
2127
+ type MeasurementSystem = 'imperial' | 'metric';
2128
+ type MerchantOfRecord = 'flow' | 'organization';
2129
+ type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
2130
+ type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
2131
+ type OrganizationType = 'standalone' | 'channel';
2132
+ type PriceBookStatus = 'draft' | 'published' | 'archived';
2133
+ type Role = 'admin' | 'member';
2134
+ type RoundingMethod = 'up' | 'down' | 'nearest';
2135
+ type RoundingType = 'pattern' | 'multiple';
2136
+ type ScheduleExceptionStatus = 'Open' | 'Closed';
2137
+ type SortDirection = 'ascending' | 'descending';
2138
+ type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
2139
+ type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
2140
+ type UserStatus = 'pending' | 'active' | 'inactive';
2141
+ type ValueAddedService = 'Hazardous Material';
2142
+ type Visibility = 'public' | 'private';
2143
+ }
2144
+ declare namespace io.flow.common.v0.models {
2145
+ interface Address {
2146
+ readonly text?: string;
2147
+ readonly streets?: string[];
2148
+ readonly street_number?: string;
2149
+ readonly city?: string;
2150
+ readonly province?: string;
2151
+ readonly postal?: string;
2152
+ readonly country?: string;
2153
+ readonly latitude?: string;
2154
+ readonly longitude?: string;
2155
+ }
2156
+ interface BillingAddress {
2157
+ readonly name?: io.flow.common.v0.models.Name;
2158
+ readonly streets?: string[];
2159
+ readonly city?: string;
2160
+ readonly province?: string;
2161
+ readonly postal?: string;
2162
+ readonly country?: string;
2163
+ readonly company?: string;
2164
+ }
2165
+ interface CatalogItemReference {
2166
+ readonly id: string;
2167
+ readonly number: string;
2168
+ }
2169
+ interface CatalogItemSummary {
2170
+ readonly number: string;
2171
+ readonly name: string;
2172
+ readonly attributes: Record<string, string>;
2173
+ }
2174
+ interface ChannelReference {
2175
+ readonly id: string;
2176
+ }
2177
+ interface CheckoutReference {
2178
+ readonly id: string;
2179
+ }
2180
+ interface Contact {
2181
+ readonly name: io.flow.common.v0.models.Name;
2182
+ readonly company?: string;
2183
+ readonly email?: string;
2184
+ readonly phone?: string;
2185
+ }
2186
+ interface CustomerInvoice {
2187
+ readonly address?: io.flow.common.v0.models.BillingAddress;
2188
+ }
2189
+ interface CustomerReference {
2190
+ readonly number: string;
2191
+ }
2192
+ interface DatetimeRange {
2193
+ readonly from: string;
2194
+ readonly to: string;
2195
+ }
2196
+ interface Dimension {
2197
+ readonly depth?: io.flow.common.v0.models.Measurement;
2198
+ readonly diameter?: io.flow.common.v0.models.Measurement;
2199
+ readonly length?: io.flow.common.v0.models.Measurement;
2200
+ readonly weight?: io.flow.common.v0.models.Measurement;
2201
+ readonly width?: io.flow.common.v0.models.Measurement;
2202
+ }
2203
+ interface Dimensions {
2204
+ readonly product?: io.flow.common.v0.models.Dimension;
2205
+ readonly packaging?: io.flow.common.v0.models.Dimension;
2206
+ }
2207
+ interface DiscountForm {
2208
+ readonly offer: io.flow.common.v0.unions.DiscountOffer;
2209
+ readonly target?: io.flow.common.v0.enums.DiscountTarget;
2210
+ readonly label?: string;
2211
+ }
2212
+ interface DiscountOfferFixed {
2213
+ readonly discriminator: 'discount_offer_fixed';
2214
+ readonly money: io.flow.common.v0.models.Money;
2215
+ }
2216
+ interface DiscountOfferPercent {
2217
+ readonly discriminator: 'discount_offer_percent';
2218
+ readonly percent: number;
2219
+ }
2220
+ interface DiscountsForm {
2221
+ readonly discounts: io.flow.common.v0.models.DiscountForm[];
2222
+ }
2223
+ interface Duration {
2224
+ readonly unit: io.flow.common.v0.enums.UnitOfTime;
2225
+ readonly value: number;
2226
+ }
2227
+ interface EntityIdentifier {
2228
+ readonly name: io.flow.common.v0.enums.EntityIdentifierType;
2229
+ readonly number: string;
2230
+ readonly issuing_country?: string;
2231
+ }
2232
+ interface Exception {
2233
+ readonly type: io.flow.common.v0.enums.ExceptionType;
2234
+ readonly datetime_range: io.flow.common.v0.models.DatetimeRange;
2235
+ }
2236
+ interface ExperienceSummary {
2237
+ readonly id: string;
2238
+ readonly key: string;
2239
+ readonly name: string;
2240
+ readonly country?: string;
2241
+ readonly currency?: string;
2242
+ readonly language?: string;
2243
+ }
2244
+ interface IncludedLevies {
2245
+ readonly key: io.flow.common.v0.enums.IncludedLevyKey;
2246
+ readonly label: string;
2247
+ }
2248
+ interface InputForm {
2249
+ readonly values?: Record<string, string>;
2250
+ }
2251
+ interface InputFormSpecification {
2252
+ readonly inputs?: io.flow.common.v0.models.InputSpecification[];
2253
+ readonly limitations?: io.flow.common.v0.models.InputSpecificationLimitations;
2254
+ }
2255
+ interface InputSpecification {
2256
+ readonly type: io.flow.common.v0.enums.InputSpecificationType;
2257
+ readonly name: string;
2258
+ readonly display_text?: string;
2259
+ }
2260
+ interface InputSpecificationLimitationMax {
2261
+ readonly discriminator: 'input_specification_limitation_max';
2262
+ readonly max: number;
2263
+ }
2264
+ interface InputSpecificationLimitations {
2265
+ readonly limitations?: io.flow.common.v0.unions.InputSpecificationLimitation[];
2266
+ }
2267
+ interface ItemReference {
2268
+ readonly number: string;
2269
+ }
2270
+ interface LineItem {
2271
+ readonly number: string;
2272
+ readonly quantity: number;
2273
+ readonly price: io.flow.common.v0.models.Money;
2274
+ readonly attributes: Record<string, string>;
2275
+ readonly center?: string;
2276
+ readonly discount?: io.flow.common.v0.models.Money;
2277
+ }
2278
+ interface LineItemAttributesForm {
2279
+ readonly attributes: Record<string, string>;
2280
+ }
2281
+ interface LineItemForm {
2282
+ readonly number: string;
2283
+ readonly quantity: number;
2284
+ readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
2285
+ readonly price?: io.flow.common.v0.models.Money;
2286
+ readonly attributes?: Record<string, string>;
2287
+ readonly center?: string;
2288
+ readonly discount?: io.flow.common.v0.models.Money;
2289
+ readonly discounts?: io.flow.common.v0.models.DiscountsForm;
2290
+ }
2291
+ interface LineItemQuantityForm {
2292
+ readonly quantity: number;
2293
+ }
2294
+ interface LogoImageSetStatic {
2295
+ readonly discriminator: 'static';
2296
+ readonly small?: io.flow.common.v0.models.LogoImageStatic;
2297
+ readonly medium: io.flow.common.v0.models.LogoImageStatic;
2298
+ readonly large?: io.flow.common.v0.models.LogoImageStatic;
2299
+ }
2300
+ interface LogoImageStatic {
2301
+ readonly url: string;
2302
+ readonly width: number;
2303
+ readonly height: number;
2304
+ }
2305
+ interface LogoImageSvg {
2306
+ readonly discriminator: 'svg';
2307
+ readonly url: string;
2308
+ }
2309
+ interface Margin {
2310
+ readonly type: io.flow.common.v0.enums.MarginType;
2311
+ readonly value: number;
2312
+ }
2313
+ interface Measurement {
2314
+ readonly value: string;
2315
+ readonly units: io.flow.common.v0.enums.UnitOfMeasurement;
2316
+ }
2317
+ interface MerchantOfRecordEntity {
2318
+ readonly organization: io.flow.common.v0.models.OrganizationReference;
2319
+ readonly name: string;
2320
+ readonly vat?: io.flow.common.v0.models.MerchantOfRecordEntityRegistration;
2321
+ readonly identifiers?: io.flow.common.v0.models.EntityIdentifier[];
2322
+ readonly streets: string[];
2323
+ readonly city: string;
2324
+ readonly province?: string;
2325
+ readonly postal?: string;
2326
+ readonly country: string;
2327
+ readonly phone?: string;
2328
+ readonly email?: string;
2329
+ }
2330
+ interface MerchantOfRecordEntityRegistration {
2331
+ readonly number: string;
2332
+ readonly country: string;
2333
+ }
2334
+ interface Money {
2335
+ readonly amount: number;
2336
+ readonly currency: string;
2337
+ }
2338
+ interface MoneyWithBase {
2339
+ readonly currency: string;
2340
+ readonly amount: number;
2341
+ readonly base: io.flow.common.v0.models.Money;
2342
+ }
2343
+ interface MoneyWithOptionalBase {
2344
+ readonly currency: string;
2345
+ readonly amount: number;
2346
+ readonly base?: io.flow.common.v0.models.Money;
2347
+ }
2348
+ interface Name {
2349
+ readonly first?: string;
2350
+ readonly last?: string;
2351
+ }
2352
+ interface OrderCustomer {
2353
+ readonly name: io.flow.common.v0.models.Name;
2354
+ readonly number?: string;
2355
+ readonly phone?: string;
2356
+ readonly email?: string;
2357
+ readonly address?: io.flow.common.v0.models.BillingAddress;
2358
+ readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
2359
+ }
2360
+ interface OrderCustomerForm {
2361
+ readonly name?: io.flow.common.v0.models.Name;
2362
+ readonly number?: string;
2363
+ readonly phone?: string;
2364
+ readonly email?: string;
2365
+ readonly address?: io.flow.common.v0.models.BillingAddress;
2366
+ readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
2367
+ }
2368
+ interface Organization {
2369
+ readonly discriminator: 'organization';
2370
+ readonly id: string;
2371
+ readonly name: string;
2372
+ readonly environment: io.flow.common.v0.enums.Environment;
2373
+ readonly parent?: io.flow.common.v0.models.OrganizationReference;
2374
+ readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
2375
+ readonly created_at?: string;
2376
+ readonly status?: io.flow.common.v0.enums.OrganizationStatus;
2377
+ readonly type?: io.flow.common.v0.enums.OrganizationType;
2378
+ }
2379
+ interface OrganizationDefaults {
2380
+ readonly country: string;
2381
+ readonly base_currency: string;
2382
+ readonly language: string;
2383
+ readonly locale: string;
2384
+ readonly timezone: string;
2385
+ }
2386
+ interface OrganizationReference {
2387
+ readonly discriminator: 'organization_reference';
2388
+ readonly id: string;
2389
+ }
2390
+ interface OrganizationSummary {
2391
+ readonly id: string;
2392
+ readonly name: string;
2393
+ readonly environment: io.flow.common.v0.enums.Environment;
2394
+ }
2395
+ interface PartnerReference {
2396
+ readonly id: string;
2397
+ }
2398
+ interface Price {
2399
+ readonly amount: number;
2400
+ readonly currency: string;
2401
+ readonly label: string;
2402
+ }
2403
+ interface PriceForm {
2404
+ readonly amount: number;
2405
+ readonly currency: string;
2406
+ }
2407
+ interface PriceSourceCatalog {
2408
+ readonly discriminator: 'catalog';
2409
+ readonly price: io.flow.common.v0.models.Money;
2410
+ }
2411
+ interface PriceSourcePriceBook {
2412
+ readonly discriminator: 'price_book';
2413
+ readonly price: io.flow.common.v0.models.Money;
2414
+ readonly includes: io.flow.common.v0.models.IncludedLevies;
2415
+ readonly price_book_reference: io.flow.common.v0.models.PriceSourcePriceBookReference;
2416
+ }
2417
+ interface PriceSourcePriceBookReference {
2418
+ readonly id: string;
2419
+ readonly key: string;
2420
+ }
2421
+ interface PriceSourceProvided {
2422
+ readonly discriminator: 'provided';
2423
+ readonly price: io.flow.common.v0.models.Money;
2424
+ }
2425
+ interface PriceWithBase {
2426
+ readonly currency: string;
2427
+ readonly amount: number;
2428
+ readonly label: string;
2429
+ readonly base?: io.flow.common.v0.models.Price;
2430
+ }
2431
+ interface RepeatDaily {
2432
+ readonly discriminator: 'repeat_daily';
2433
+ readonly interval: number;
2434
+ }
2435
+ interface RepeatHourly {
2436
+ readonly discriminator: 'repeat_hourly';
2437
+ readonly interval: number;
2438
+ }
2439
+ interface RepeatMonthly {
2440
+ readonly discriminator: 'repeat_monthly';
2441
+ readonly interval: number;
2442
+ readonly days: number[];
2443
+ }
2444
+ interface RepeatWeekly {
2445
+ readonly discriminator: 'repeat_weekly';
2446
+ readonly interval: number;
2447
+ readonly days_of_week: io.flow.common.v0.enums.DayOfWeek[];
2448
+ }
2449
+ interface Rounding {
2450
+ readonly type: io.flow.common.v0.enums.RoundingType;
2451
+ readonly method: io.flow.common.v0.enums.RoundingMethod;
2452
+ readonly value: number;
2453
+ }
2454
+ interface Schedule {
2455
+ readonly calendar?: io.flow.common.v0.enums.Calendar;
2456
+ readonly holiday: io.flow.common.v0.enums.HolidayCalendar;
2457
+ readonly exception: io.flow.common.v0.models.Exception[];
2458
+ readonly cutoff?: string;
2459
+ readonly min_lead_time?: number;
2460
+ readonly max_lead_time?: number;
2461
+ }
2462
+ interface SessionReference {
2463
+ readonly id: string;
2464
+ }
2465
+ interface User {
2466
+ readonly discriminator: 'user';
2467
+ readonly id: string;
2468
+ readonly email?: string;
2469
+ readonly name: io.flow.common.v0.models.Name;
2470
+ readonly status: io.flow.common.v0.enums.UserStatus;
2471
+ }
2472
+ interface UserReference {
2473
+ readonly discriminator: 'user_reference';
2474
+ readonly id: string;
2475
+ }
2476
+ interface Zone {
2477
+ readonly postals?: string[];
2478
+ readonly provinces?: string[];
2479
+ readonly country: string;
2480
+ }
2481
+ }
2482
+ declare namespace io.flow.common.v0.unions {
2483
+ type DiscountOffer = io.flow.common.v0.models.DiscountOfferFixed | io.flow.common.v0.models.DiscountOfferPercent;
2484
+ type ExpandableOrganization = io.flow.common.v0.models.Organization | io.flow.common.v0.models.OrganizationReference;
2485
+ type ExpandableUser = io.flow.common.v0.models.User | io.flow.common.v0.models.UserReference;
2486
+ type InputSpecificationLimitation = io.flow.common.v0.models.InputSpecificationLimitationMax;
2487
+ type LogoImage = io.flow.common.v0.models.LogoImageSvg | io.flow.common.v0.models.LogoImageSetStatic;
2488
+ type PriceSource = io.flow.common.v0.models.PriceSourcePriceBook | io.flow.common.v0.models.PriceSourceCatalog | io.flow.common.v0.models.PriceSourceProvided;
2489
+ type RepeatSchedule = io.flow.common.v0.models.RepeatHourly | io.flow.common.v0.models.RepeatDaily | io.flow.common.v0.models.RepeatWeekly | io.flow.common.v0.models.RepeatMonthly;
2490
+ }
2491
+ declare namespace io.flow.error.v0.enums {
2492
+ type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
2493
+ }
2494
+ declare namespace io.flow.error.v0.models {
2495
+ interface GenericError {
2496
+ readonly code: io.flow.error.v0.enums.GenericErrorCode;
2497
+ readonly messages: string[];
2498
+ }
2499
+ }
2500
+ declare namespace io.flow.price.v0.enums {
2501
+ type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
2502
+ type LevyStrategy = 'minimum' | 'average' | 'maximum';
2503
+ type PriceAccuracy = 'calculated' | 'estimated_from_partial_destination';
2504
+ type PriceDetailComponentKey = 'base_price' | 'discount' | 'currency_margin' | 'percent_item_margin' | 'fixed_item_margin' | 'duties_item_price' | 'duties_added_margin' | 'duties_rounding' | 'duties_deminimis' | 'vat_item_price' | 'vat_added_margin' | 'vat_rounding' | 'vat_duties_item_price' | 'vat_duties_added_margin' | 'vat_duties_rounding' | 'vat_deminimis' | 'item_price_percent_sales_margin' | 'margins_percent_sales_margin' | 'rounding_percent_sales_margin' | 'vat_percent_sales_margin' | 'vat_duty_percent_sales_margin' | 'duty_percent_sales_margin';
2505
+ type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
2506
+ type PricingLevySetting = 'included' | 'displayed' | 'ignored';
2507
+ }
2508
+ declare namespace io.flow.price.v0.models {
2509
+ interface CurrencyFormat {
2510
+ readonly symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
2511
+ readonly label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
2512
+ }
2513
+ interface DeminimisPerItem {
2514
+ readonly discriminator: 'deminimis_per_item';
2515
+ readonly currency: string;
2516
+ readonly minimum?: number;
2517
+ readonly maximum?: number;
2518
+ }
2519
+ interface DeminimisSimple {
2520
+ readonly discriminator: 'deminimis_simple';
2521
+ readonly value?: number;
2522
+ readonly currency: string;
2523
+ readonly components: io.flow.price.v0.enums.LevyComponent[];
2524
+ readonly minimum?: number;
2525
+ }
2526
+ interface Duty {
2527
+ readonly rate: number;
2528
+ readonly components: io.flow.price.v0.enums.LevyComponent[];
2529
+ readonly deminimis?: io.flow.price.v0.unions.Deminimis;
2530
+ readonly name?: string;
2531
+ }
2532
+ interface LocalPriceDetails {
2533
+ readonly base: io.flow.price.v0.models.PriceDetails;
2534
+ readonly local: io.flow.price.v0.models.PriceDetails;
2535
+ readonly discount?: io.flow.price.v0.models.PriceDetail;
2536
+ readonly local_before_discount?: io.flow.price.v0.models.PriceDetail;
2537
+ }
2538
+ interface PriceBook {
2539
+ readonly id: string;
2540
+ readonly key: string;
2541
+ readonly currency: string;
2542
+ readonly name: string;
2543
+ readonly includes: io.flow.common.v0.models.IncludedLevies;
2544
+ readonly status: io.flow.common.v0.enums.PriceBookStatus;
2545
+ }
2546
+ interface PriceBookForm {
2547
+ readonly currency: string;
2548
+ readonly name: string;
2549
+ readonly includes: io.flow.common.v0.enums.IncludedLevyKey;
2550
+ readonly status?: io.flow.common.v0.enums.PriceBookStatus;
2551
+ }
2552
+ interface PriceBookItem {
2553
+ readonly id: string;
2554
+ readonly key: string;
2555
+ readonly price_book: io.flow.price.v0.models.PriceBookReference;
2556
+ readonly price: io.flow.common.v0.models.Price;
2557
+ readonly item_number: string;
2558
+ readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
2559
+ readonly item_attributes?: Record<string, string>;
2560
+ }
2561
+ interface PriceBookItemForm {
2562
+ readonly price_book_key: string;
2563
+ readonly item_number: string;
2564
+ readonly amount: number;
2565
+ readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
2566
+ readonly item_attributes?: Record<string, string>;
2567
+ }
2568
+ interface PriceBookItemQueryForm {
2569
+ readonly price_book_key: string;
2570
+ readonly item_query: string;
2571
+ readonly amount: number;
2572
+ readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
2573
+ readonly item_attributes?: Record<string, string>;
2574
+ }
2575
+ interface PriceBookItemSchedule {
2576
+ readonly starts_at: string;
2577
+ readonly ends_at?: string;
2578
+ }
2579
+ interface PriceBookReference {
2580
+ readonly id: string;
2581
+ readonly key: string;
2582
+ }
2583
+ interface PriceCheck {
2584
+ readonly display: io.flow.price.v0.models.LocalPriceDetails;
2585
+ readonly final: io.flow.price.v0.models.LocalPriceDetails;
2586
+ }
2587
+ interface PriceDetail {
2588
+ readonly key: io.flow.price.v0.enums.PriceDetailKey;
2589
+ readonly components: io.flow.price.v0.models.PriceDetailComponent[];
2590
+ readonly amount: number;
2591
+ readonly label: string;
2592
+ readonly name?: string;
2593
+ readonly basis?: number;
2594
+ }
2595
+ interface PriceDetailComponent {
2596
+ readonly key: io.flow.price.v0.enums.PriceDetailComponentKey;
2597
+ readonly amount: number;
2598
+ readonly label: string;
2599
+ readonly name?: string;
2600
+ }
2601
+ interface PriceDetails {
2602
+ readonly currency: string;
2603
+ readonly item_price: io.flow.price.v0.models.PriceDetail;
2604
+ readonly margins: io.flow.price.v0.models.PriceDetail;
2605
+ readonly vat: io.flow.price.v0.models.PriceDetail;
2606
+ readonly duty: io.flow.price.v0.models.PriceDetail;
2607
+ readonly rounding: io.flow.price.v0.models.PriceDetail;
2608
+ readonly price: io.flow.common.v0.models.Price;
2609
+ readonly total: io.flow.common.v0.models.Price;
2610
+ readonly adjustment?: io.flow.price.v0.models.PriceDetail;
2611
+ }
2612
+ interface PriceEquation {
2613
+ readonly contracted_rate: number;
2614
+ readonly rate: number;
2615
+ readonly pricing: io.flow.price.v0.models.Pricing;
2616
+ readonly base_price: number;
2617
+ readonly discount: number;
2618
+ readonly fixed_margin: number;
2619
+ readonly percent_margin: number;
2620
+ readonly insurance: number;
2621
+ readonly freight: number;
2622
+ readonly duty?: io.flow.price.v0.models.Duty;
2623
+ readonly tax?: io.flow.price.v0.models.Tax;
2624
+ readonly percent_sales_margin: number;
2625
+ }
2626
+ interface Pricing {
2627
+ readonly vat: io.flow.price.v0.enums.PricingLevySetting;
2628
+ readonly duty: io.flow.price.v0.enums.PricingLevySetting;
2629
+ readonly rounding?: io.flow.common.v0.models.Rounding;
2630
+ }
2631
+ interface Tax {
2632
+ readonly name: string;
2633
+ readonly rate: number;
2634
+ readonly components: io.flow.price.v0.enums.LevyComponent[];
2635
+ readonly deminimis?: io.flow.price.v0.unions.Deminimis;
2636
+ }
2637
+ }
2638
+ declare namespace io.flow.price.v0.unions {
2639
+ type Deminimis = io.flow.price.v0.models.DeminimisSimple | io.flow.price.v0.models.DeminimisPerItem;
2640
+ }
2641
+ declare namespace io.flow.reference.v0.enums {
2642
+ type PaymentMethodCapability = 'credit' | 'debit';
2643
+ type PaymentMethodType = 'card' | 'online' | 'offline';
2644
+ type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
2645
+ type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
2646
+ }
2647
+ declare namespace io.flow.reference.v0.models {
2648
+ interface Carrier {
2649
+ readonly id: string;
2650
+ readonly name: string;
2651
+ readonly tracking_url: string;
2652
+ }
2653
+ interface CarrierService {
2654
+ readonly id: string;
2655
+ readonly carrier: io.flow.reference.v0.models.Carrier;
2656
+ readonly name: string;
2657
+ }
2658
+ interface Country {
2659
+ readonly name: string;
2660
+ readonly iso_3166_2: string;
2661
+ readonly iso_3166_3: string;
2662
+ readonly languages: string[];
2663
+ readonly measurement_system: string;
2664
+ readonly default_currency?: string;
2665
+ readonly default_language?: string;
2666
+ readonly timezones: string[];
2667
+ readonly default_delivered_duty?: string;
2668
+ }
2669
+ interface Currency {
2670
+ readonly name: string;
2671
+ readonly iso_4217_3: string;
2672
+ readonly number_decimals: number;
2673
+ readonly symbols?: io.flow.reference.v0.models.CurrencySymbols;
2674
+ readonly default_locale?: string;
2675
+ }
2676
+ interface CurrencySymbols {
2677
+ readonly primary: string;
2678
+ readonly narrow?: string;
2679
+ }
2680
+ interface Language {
2681
+ readonly name: string;
2682
+ readonly iso_639_2: string;
2683
+ }
2684
+ interface Locale {
2685
+ readonly id: string;
2686
+ readonly name: string;
2687
+ readonly country: string;
2688
+ readonly language: string;
2689
+ readonly numbers: io.flow.reference.v0.models.LocaleNumbers;
2690
+ }
2691
+ interface LocaleNumbers {
2692
+ readonly decimal: string;
2693
+ readonly group: string;
2694
+ }
2695
+ interface LocalizedTranslation {
2696
+ readonly locale: io.flow.reference.v0.models.Locale;
2697
+ readonly name: string;
2698
+ }
2699
+ interface PaymentMethod {
2700
+ readonly id: string;
2701
+ readonly type: io.flow.reference.v0.enums.PaymentMethodType;
2702
+ readonly name: string;
2703
+ readonly images: io.flow.reference.v0.models.PaymentMethodImages;
2704
+ readonly regions: string[];
2705
+ readonly capabilities?: io.flow.reference.v0.enums.PaymentMethodCapability[];
2706
+ }
2707
+ interface PaymentMethodImage {
2708
+ readonly url: string;
2709
+ readonly width: number;
2710
+ readonly height: number;
2711
+ }
2712
+ interface PaymentMethodImages {
2713
+ readonly small: io.flow.reference.v0.models.PaymentMethodImage;
2714
+ readonly medium: io.flow.reference.v0.models.PaymentMethodImage;
2715
+ readonly large: io.flow.reference.v0.models.PaymentMethodImage;
2716
+ }
2717
+ interface Province {
2718
+ readonly id: string;
2719
+ readonly iso_3166_2: string;
2720
+ readonly name: string;
2721
+ readonly country: string;
2722
+ readonly province_type: io.flow.reference.v0.enums.ProvinceType;
2723
+ readonly translations?: io.flow.reference.v0.models.LocalizedTranslation[];
2724
+ }
2725
+ interface Region {
2726
+ readonly id: string;
2727
+ readonly name: string;
2728
+ readonly countries: string[];
2729
+ readonly currencies: string[];
2730
+ readonly languages: string[];
2731
+ readonly measurement_systems: string[];
2732
+ readonly timezones: string[];
2733
+ }
2734
+ interface Timezone {
2735
+ readonly name: string;
2736
+ readonly description: string;
2737
+ readonly offset: number;
2738
+ }
2739
+ }
2740
+ declare namespace io.flow.ben.test.internal.v0.models {
2741
+ interface GenerateLoadMultipleOrgs {
2742
+ readonly discriminator: 'generate_load_multiple_orgs';
2743
+ readonly organization_ids: string[];
2744
+ readonly num_events: number;
2745
+ }
2746
+ interface GenerateLoadSingleOrg {
2747
+ readonly discriminator: 'generate_load_single_org';
2748
+ readonly organization_id: string;
2749
+ readonly num_events: number;
2750
+ }
2751
+ interface Test {
2752
+ readonly id: string;
2753
+ readonly name: string;
2754
+ }
2755
+ interface TestForm {
2756
+ readonly name: string;
2757
+ }
2758
+ }
2759
+ declare namespace io.flow.ben.test.internal.v0.unions {
2760
+ type GenerateLoad = io.flow.ben.test.internal.v0.models.GenerateLoadSingleOrg | io.flow.ben.test.internal.v0.models.GenerateLoadMultipleOrgs;
2761
+ }
2762
+ declare namespace io.flow.fulfillment.v0.enums {
2763
+ type CenterCapability = 'international' | 'domestic' | 'crossdock' | 'commercial_invoice';
2764
+ type DeliveryOptionCostDetailComponentKey = 'ratecard_base_cost' | 'ratecard_ddp_fee' | 'ratecard_fuel_surcharge' | 'ratecard_oversized_shipment_fee' | 'ratecard_rural_shipment_fee' | 'ratecard_emergency_situation_surcharge_fee' | 'ratecard_peak_surcharge_fee' | 'ratecard_duties_taxes_paid_surcharge_fee' | 'center_commercial_invoice_fee' | 'center_inbound_carton_fee' | 'center_outbound_carton_fee';
2765
+ type DeliveryOptionCostDetailSource = 'center' | 'ratecard';
2766
+ type DeliveryWindowComponentSource = 'flow' | 'organization' | 'carrier' | 'center' | 'mixed';
2767
+ type DeliveryWindowLocation = 'center' | 'crossdock' | 'customer';
2768
+ type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
2769
+ type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
2770
+ type LaneDirection = 'outbound' | 'return';
2771
+ type LanePreselectPreference = 'lowest_cost' | 'default_tier';
2772
+ type LaneStrategy = 'oldest' | 'fastest' | 'lowest_cost' | 'highest_priority';
2773
+ type PhysicalDeliverySpecialSerivce = 'cold_storage' | 'hazardous' | 'perishable';
2774
+ type PreferredServiceSelectionStrategy = 'calculated_rate' | 'flat_rate' | 'custom_rate';
2775
+ type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
2776
+ type RatecardOwner = 'flow' | 'organization';
2777
+ type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
2778
+ type ShippingConfigurationType = 'default' | 'variant';
2779
+ type Strategy = 'range' | 'from' | 'to';
2780
+ type SurchargeResponsibleParty = 'organization' | 'customer';
2781
+ type TierAvailability = 'always' | 'backup';
2782
+ type TierEstimateType = 'calculated' | 'custom';
2783
+ type TierStrategy = 'fastest' | 'lowest_cost';
2784
+ type ZeroAmountIndicator = 'zero' | 'free';
2785
+ }
2786
+ declare namespace io.flow.fulfillment.v0.models {
2787
+ interface AmountMargin {
2788
+ readonly discriminator: 'amount_margin';
2789
+ readonly margin: io.flow.common.v0.models.Price;
2790
+ }
2791
+ interface AmountMarginForm {
2792
+ readonly discriminator: 'amount_margin_form';
2793
+ readonly margin: io.flow.common.v0.models.Money;
2794
+ }
2795
+ interface AtCost {
2796
+ readonly discriminator: 'at_cost';
2797
+ readonly ignore?: string;
2798
+ }
2799
+ interface AvailableService {
2800
+ readonly service: string;
2801
+ readonly scheduled_pickups?: io.flow.fulfillment.v0.models.ScheduledPickup[];
2802
+ readonly lead_days?: io.flow.fulfillment.v0.models.NumberRange;
2803
+ }
2804
+ interface CarrierReference {
2805
+ readonly id: string;
2806
+ }
2807
+ interface Center {
2808
+ readonly discriminator: 'center';
2809
+ readonly id: string;
2810
+ readonly key: string;
2811
+ readonly address: io.flow.fulfillment.v0.models.ShippingAddress;
2812
+ readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
2813
+ readonly name: string;
2814
+ readonly services: io.flow.fulfillment.v0.models.AvailableService[];
2815
+ readonly schedule: io.flow.common.v0.models.Schedule;
2816
+ readonly timezone: string;
2817
+ readonly capabilities?: io.flow.fulfillment.v0.enums.CenterCapability[];
2818
+ readonly partner_center?: io.flow.fulfillment.v0.models.PartnerCenter;
2819
+ }
2820
+ interface CenterForm {
2821
+ readonly address: io.flow.fulfillment.v0.models.ShippingAddress;
2822
+ readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
2823
+ readonly name: string;
2824
+ readonly services: io.flow.fulfillment.v0.models.AvailableService[];
2825
+ readonly schedule: io.flow.common.v0.models.Schedule;
2826
+ readonly timezone?: string;
2827
+ readonly key?: string;
2828
+ readonly capabilities?: io.flow.fulfillment.v0.enums.CenterCapability[];
2829
+ readonly partner_center_form?: io.flow.fulfillment.v0.models.PartnerCenterForm;
2830
+ }
2831
+ interface CenterQuery {
2832
+ readonly q: string;
2833
+ }
2834
+ interface CenterReference {
2835
+ readonly discriminator: 'center_reference';
2836
+ readonly organization_id: string;
2837
+ readonly center_key: string;
2838
+ }
2839
+ interface CenterSummary {
2840
+ readonly id: string;
2841
+ readonly key: string;
2842
+ readonly address?: io.flow.fulfillment.v0.models.ShippingAddress;
2843
+ }
2844
+ interface CenterVersion {
2845
+ readonly id: string;
2846
+ readonly timestamp: string;
2847
+ readonly type: io.flow.common.v0.enums.ChangeType;
2848
+ readonly center: io.flow.fulfillment.v0.models.Center;
2849
+ }
2850
+ interface CommercialInvoiceFee {
2851
+ readonly discriminator: 'commercial_invoice_fee';
2852
+ readonly amount: io.flow.common.v0.models.Money;
2853
+ }
2854
+ interface CountryAvailability {
2855
+ readonly status: io.flow.fulfillment.v0.enums.ItemAvailabilityStatus;
2856
+ readonly countries: string[];
2857
+ }
2858
+ interface CountryShippingPricing {
2859
+ readonly pricing: io.flow.fulfillment.v0.models.ItemShippingPricing;
2860
+ readonly countries: string[];
2861
+ }
2862
+ interface DeliveryItem {
2863
+ readonly id?: string;
2864
+ readonly number: string;
2865
+ readonly quantity: number;
2866
+ readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
2867
+ readonly price?: io.flow.common.v0.models.MoneyWithOptionalBase;
2868
+ readonly attributes?: Record<string, string>;
2869
+ readonly center?: string;
2870
+ readonly line_number?: number;
2871
+ }
2872
+ interface DeliveryOption {
2873
+ readonly id: string;
2874
+ readonly cost: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
2875
+ readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
2876
+ readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
2877
+ readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
2878
+ readonly tier: io.flow.fulfillment.v0.models.TierSummary;
2879
+ readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
2880
+ readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
2881
+ readonly weight?: io.flow.fulfillment.v0.models.OptionWeightEstimates;
2882
+ readonly send_to?: io.flow.fulfillment.v0.models.ShippingAddress;
2883
+ readonly surcharge?: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
2884
+ readonly ratecard_owner?: io.flow.fulfillment.v0.enums.RatecardOwner;
2885
+ }
2886
+ interface DeliveryOptionCostComponent {
2887
+ readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
2888
+ readonly currency: string;
2889
+ readonly amount: number;
2890
+ readonly label: string;
2891
+ readonly base?: io.flow.common.v0.models.Price;
2892
+ }
2893
+ interface DeliveryOptionCostDetail {
2894
+ readonly source: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailSource;
2895
+ readonly ratecard_id?: string;
2896
+ readonly currency: string;
2897
+ readonly amount: number;
2898
+ readonly label: string;
2899
+ readonly base?: io.flow.common.v0.models.Price;
2900
+ readonly components: io.flow.fulfillment.v0.models.DeliveryOptionCostComponent[];
2901
+ }
2902
+ interface DeliveryOptionForm {
2903
+ readonly delivery: string;
2904
+ readonly items: io.flow.fulfillment.v0.models.QuoteLineItemForm[];
2905
+ readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
2906
+ }
2907
+ interface DeliveryOptionReference {
2908
+ readonly id: string;
2909
+ }
2910
+ interface DeliveryOptionSummary {
2911
+ readonly id: string;
2912
+ readonly cost: io.flow.common.v0.models.Price;
2913
+ readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
2914
+ readonly price: io.flow.common.v0.models.Price;
2915
+ readonly service: io.flow.fulfillment.v0.models.ServiceReference;
2916
+ readonly tier: io.flow.fulfillment.v0.models.TierReference;
2917
+ readonly window: io.flow.common.v0.models.DatetimeRange;
2918
+ }
2919
+ interface DeliveryOptionVersion {
2920
+ readonly id: string;
2921
+ readonly timestamp: string;
2922
+ readonly type: io.flow.common.v0.enums.ChangeType;
2923
+ readonly delivery_option: io.flow.fulfillment.v0.models.DeliveryOptionSummary;
2924
+ }
2925
+ interface DeliverySummary {
2926
+ readonly id: string;
2927
+ readonly items: io.flow.common.v0.models.LineItemForm[];
2928
+ }
2929
+ interface DeliveryVersion {
2930
+ readonly id: string;
2931
+ readonly timestamp: string;
2932
+ readonly type: io.flow.common.v0.enums.ChangeType;
2933
+ readonly delivery: io.flow.fulfillment.v0.models.DeliverySummary;
2934
+ }
2935
+ interface DeliveryWindow {
2936
+ readonly from: string;
2937
+ readonly to: string;
2938
+ readonly timezone?: string;
2939
+ readonly label?: string;
2940
+ readonly min_days?: number;
2941
+ readonly max_days?: number;
2942
+ }
2943
+ interface DeliveryWindowComponent {
2944
+ readonly from: string;
2945
+ readonly to: string;
2946
+ readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
2947
+ }
2948
+ interface DeliveryWindowComponents {
2949
+ readonly shipment_estimate: io.flow.fulfillment.v0.models.DeliveryWindowComponent;
2950
+ readonly transit_estimate: io.flow.fulfillment.v0.models.DeliveryWindowComponent;
2951
+ }
2952
+ interface DeliveryWindowComponentsV2 {
2953
+ readonly processing_estimates: io.flow.fulfillment.v0.models.ProcessingEstimate[];
2954
+ readonly transit_estimates: io.flow.fulfillment.v0.models.TransitEstimate[];
2955
+ }
2956
+ interface DeliveryWindowSummary {
2957
+ readonly country: string;
2958
+ readonly delivery_window: io.flow.fulfillment.v0.models.DeliveryWindow;
2959
+ }
2960
+ interface DigitalDelivery {
2961
+ readonly discriminator: 'digital_delivery';
2962
+ readonly id: string;
2963
+ readonly key?: string;
2964
+ readonly items: io.flow.fulfillment.v0.models.DeliveryItem[];
2965
+ readonly prices?: io.flow.order.price.v0.models.OrderPriceDetail[];
2966
+ readonly total?: io.flow.catalog.v0.models.LocalizedTotal;
2967
+ }
2968
+ interface EstimatedWindow {
2969
+ readonly from: number;
2970
+ readonly to: number;
2971
+ readonly unit: io.flow.common.v0.enums.UnitOfTime;
2972
+ }
2973
+ interface FlatRate {
2974
+ readonly discriminator: 'flat_rate';
2975
+ readonly price: io.flow.common.v0.models.Price;
2976
+ readonly zero_amount_indicator?: io.flow.fulfillment.v0.enums.ZeroAmountIndicator;
2977
+ }
2978
+ interface FlatRateForm {
2979
+ readonly discriminator: 'flat_rate_form';
2980
+ readonly price: io.flow.common.v0.models.Money;
2981
+ readonly zero_amount_indicator?: io.flow.fulfillment.v0.enums.ZeroAmountIndicator;
2982
+ }
2983
+ interface FulfillmentExperienceReference {
2984
+ readonly id: string;
2985
+ readonly currency: string;
2986
+ }
2987
+ interface InboundCartonFee {
2988
+ readonly discriminator: 'inbound_carton_fee';
2989
+ readonly amount: io.flow.common.v0.models.Money;
2990
+ }
2991
+ interface ItemShippingPricing {
2992
+ readonly min: io.flow.common.v0.models.Price;
2993
+ readonly max?: io.flow.common.v0.models.Price;
2994
+ }
2995
+ interface NumberRange {
2996
+ readonly min: number;
2997
+ readonly max: number;
2998
+ }
2999
+ interface OptionWeightEstimates {
3000
+ readonly gravitational: io.flow.common.v0.models.Measurement;
3001
+ readonly dimensional: io.flow.common.v0.models.Measurement;
3002
+ }
3003
+ interface OutboundCartonFee {
3004
+ readonly discriminator: 'outbound_carton_fee';
3005
+ readonly amount: io.flow.common.v0.models.Money;
3006
+ }
3007
+ interface Packaging {
3008
+ readonly dimensions: io.flow.common.v0.models.Dimensions;
3009
+ readonly name?: string;
3010
+ readonly number?: string;
3011
+ }
3012
+ interface PartnerCenter {
3013
+ readonly partner_reference: io.flow.common.v0.models.PartnerReference;
3014
+ readonly number?: string;
3015
+ readonly fees?: io.flow.fulfillment.v0.unions.PartnerCenterFee[];
3016
+ }
3017
+ interface PartnerCenterForm {
3018
+ readonly partner_id: string;
3019
+ readonly number?: string;
3020
+ readonly fees?: io.flow.fulfillment.v0.unions.PartnerCenterFee[];
3021
+ }
3022
+ interface PercentMargin {
3023
+ readonly discriminator: 'percent_margin';
3024
+ readonly percentage: number;
3025
+ }
3026
+ interface PhysicalDelivery {
3027
+ readonly discriminator: 'physical_delivery';
3028
+ readonly id: string;
3029
+ readonly key?: string;
3030
+ readonly center?: io.flow.fulfillment.v0.models.CenterSummary;
3031
+ readonly fulfillment_routing?: io.flow.fulfillment.v0.enums.FulfillmentRouting;
3032
+ readonly ship_from_country?: string;
3033
+ readonly items: io.flow.fulfillment.v0.models.DeliveryItem[];
3034
+ readonly options: io.flow.fulfillment.v0.models.DeliveryOption[];
3035
+ readonly special_services?: io.flow.fulfillment.v0.enums.PhysicalDeliverySpecialSerivce[];
3036
+ readonly prices?: io.flow.order.price.v0.models.OrderPriceDetail[];
3037
+ readonly total?: io.flow.catalog.v0.models.LocalizedTotal;
3038
+ readonly goods_supply?: io.flow.common.v0.enums.GoodsSupply;
3039
+ readonly merchant_of_record_flow_entity?: io.flow.merchant.of.record.v0.enums.FlowEntity;
3040
+ readonly preferred_service?: io.flow.fulfillment.v0.models.PhysicalDeliveryPreferredService;
3041
+ }
3042
+ interface PhysicalDeliveryPreferredService {
3043
+ readonly id: string;
3044
+ readonly selection_stratey: io.flow.fulfillment.v0.enums.PreferredServiceSelectionStrategy;
3045
+ }
3046
+ interface PriceWithBaseAndDetails {
3047
+ readonly currency: string;
3048
+ readonly amount: number;
3049
+ readonly label: string;
3050
+ readonly base?: io.flow.common.v0.models.Price;
3051
+ readonly details?: io.flow.fulfillment.v0.models.DeliveryOptionCostDetail[];
3052
+ }
3053
+ interface ProcessingEstimate {
3054
+ readonly location: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
3055
+ readonly min_date: string;
3056
+ readonly max_date: string;
3057
+ readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
3058
+ }
3059
+ interface Quote {
3060
+ readonly id: string;
3061
+ readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
3062
+ readonly deliveries: io.flow.fulfillment.v0.unions.Delivery[];
3063
+ readonly selections: io.flow.fulfillment.v0.models.DeliveryOptionReference[];
3064
+ readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
3065
+ readonly delivered_duties: io.flow.common.v0.enums.DeliveredDuty[];
3066
+ }
3067
+ interface QuoteError {
3068
+ readonly code: io.flow.fulfillment.v0.enums.QuoteErrorCode;
3069
+ readonly messages: string[];
3070
+ readonly item_numbers?: string[];
3071
+ }
3072
+ interface QuoteForm {
3073
+ readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
3074
+ readonly experience: string;
3075
+ readonly items: io.flow.fulfillment.v0.models.QuoteLineItemForm[];
3076
+ readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
3077
+ readonly delivered_duties?: io.flow.common.v0.enums.DeliveredDuty[];
3078
+ readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
3079
+ }
3080
+ interface QuoteLineItemForm {
3081
+ readonly number: string;
3082
+ readonly quantity: number;
3083
+ readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
3084
+ readonly price: io.flow.common.v0.models.MoneyWithBase;
3085
+ readonly attributes?: Record<string, string>;
3086
+ readonly center?: string;
3087
+ }
3088
+ interface QuoteSummary {
3089
+ readonly id: string;
3090
+ readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
3091
+ }
3092
+ interface QuoteVersion {
3093
+ readonly id: string;
3094
+ readonly timestamp: string;
3095
+ readonly type: io.flow.common.v0.enums.ChangeType;
3096
+ readonly quote: io.flow.fulfillment.v0.models.QuoteSummary;
3097
+ }
3098
+ interface ScheduledPickup {
3099
+ readonly day_of_week: io.flow.common.v0.enums.DayOfWeek;
3100
+ readonly hour_of_day: string;
3101
+ readonly minute_of_hour: string;
3102
+ }
3103
+ interface ServiceReference {
3104
+ readonly id: string;
3105
+ }
3106
+ interface ServiceSummary {
3107
+ readonly discriminator: 'service_summary';
3108
+ readonly id: string;
3109
+ readonly carrier: io.flow.fulfillment.v0.models.CarrierReference;
3110
+ readonly name: string;
3111
+ readonly center_code?: string;
3112
+ }
3113
+ interface ServiceUnknown {
3114
+ readonly discriminator: 'service_unknown';
3115
+ readonly name: string;
3116
+ }
3117
+ interface ShippingAddress {
3118
+ readonly contact: io.flow.common.v0.models.Contact;
3119
+ readonly location: io.flow.common.v0.models.Address;
3120
+ readonly center_key?: string;
3121
+ readonly center_reference?: io.flow.fulfillment.v0.models.CenterReference;
3122
+ readonly service?: io.flow.fulfillment.v0.models.ServiceSummary;
3123
+ }
3124
+ interface ShippingConfiguration {
3125
+ readonly id: string;
3126
+ readonly name: string;
3127
+ readonly key: string;
3128
+ readonly type: io.flow.fulfillment.v0.enums.ShippingConfigurationType;
3129
+ readonly shipping_lanes: io.flow.fulfillment.v0.models.ShippingLane[];
3130
+ }
3131
+ interface ShippingConfigurationCopy {
3132
+ readonly original: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
3133
+ readonly new: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
3134
+ }
3135
+ interface ShippingConfigurationCopyForm {
3136
+ readonly name: string;
3137
+ }
3138
+ interface ShippingConfigurationForm {
3139
+ readonly name: string;
3140
+ }
3141
+ interface ShippingConfigurationItemAvailability {
3142
+ readonly id: string;
3143
+ readonly item: io.flow.common.v0.models.ItemReference;
3144
+ readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationSummary;
3145
+ readonly availabilities: io.flow.fulfillment.v0.models.CountryAvailability[];
3146
+ }
3147
+ interface ShippingConfigurationItemShippingPricing {
3148
+ readonly id: string;
3149
+ readonly item: io.flow.common.v0.models.ItemReference;
3150
+ readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationSummary;
3151
+ readonly country_shipping_pricings: io.flow.fulfillment.v0.models.CountryShippingPricing[];
3152
+ }
3153
+ interface ShippingConfigurationReference {
3154
+ readonly key: string;
3155
+ }
3156
+ interface ShippingConfigurationSummary {
3157
+ readonly id: string;
3158
+ readonly name: string;
3159
+ readonly key: string;
3160
+ readonly type: io.flow.fulfillment.v0.enums.ShippingConfigurationType;
3161
+ }
3162
+ interface ShippingConfigurationVersion {
3163
+ readonly id: string;
3164
+ readonly timestamp: string;
3165
+ readonly type: io.flow.common.v0.enums.ChangeType;
3166
+ readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfiguration;
3167
+ }
3168
+ interface ShippingLane {
3169
+ readonly id: string;
3170
+ readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
3171
+ readonly region: string;
3172
+ readonly centers: io.flow.fulfillment.v0.unions.ExpandableCenter[];
3173
+ readonly tiers: io.flow.fulfillment.v0.models.Tier[];
3174
+ readonly query: io.flow.query.builder.v0.models.Query;
3175
+ readonly strategy: io.flow.fulfillment.v0.enums.LaneStrategy;
3176
+ readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
3177
+ readonly preference?: io.flow.fulfillment.v0.enums.LanePreselectPreference;
3178
+ }
3179
+ interface ShippingLaneDefaultTier {
3180
+ readonly id: string;
3181
+ readonly tier: io.flow.fulfillment.v0.models.TierReference;
3182
+ }
3183
+ interface ShippingLaneDefaultTierForm {
3184
+ readonly tier_id: string;
3185
+ }
3186
+ interface ShippingLaneForm {
3187
+ readonly from: string;
3188
+ readonly to: string;
3189
+ readonly strategy?: io.flow.fulfillment.v0.enums.LaneStrategy;
3190
+ readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
3191
+ readonly preference?: io.flow.fulfillment.v0.enums.LanePreselectPreference;
3192
+ }
3193
+ interface ShippingLaneSummary {
3194
+ readonly shipping_lane_id: string;
3195
+ readonly region: string;
3196
+ readonly centers: io.flow.fulfillment.v0.unions.ExpandableCenter[];
3197
+ }
3198
+ interface ShippingLaneVersion {
3199
+ readonly id: string;
3200
+ readonly timestamp: string;
3201
+ readonly type: io.flow.common.v0.enums.ChangeType;
3202
+ readonly shipping_lane: io.flow.fulfillment.v0.models.ShippingLane;
3203
+ }
3204
+ interface SurchargeResponsiblePartyDisplay {
3205
+ readonly name: string;
3206
+ readonly responsible_party: io.flow.fulfillment.v0.enums.SurchargeResponsibleParty;
3207
+ }
3208
+ interface SurchargeSetting {
3209
+ readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
3210
+ readonly responsible_party: io.flow.fulfillment.v0.enums.SurchargeResponsibleParty;
3211
+ }
3212
+ interface SurchargeSettingDisplay {
3213
+ readonly name: string;
3214
+ readonly description: string;
3215
+ readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
3216
+ readonly available: io.flow.fulfillment.v0.models.SurchargeResponsiblePartyDisplay[];
3217
+ }
3218
+ interface Tier {
3219
+ readonly id: string;
3220
+ readonly direction: io.flow.fulfillment.v0.enums.LaneDirection;
3221
+ readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
3222
+ readonly name: string;
3223
+ readonly message?: string;
3224
+ readonly rules: io.flow.fulfillment.v0.models.TierRule[];
3225
+ readonly services: io.flow.reference.v0.models.CarrierService[];
3226
+ readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
3227
+ readonly visibility: io.flow.common.v0.enums.Visibility;
3228
+ readonly currency: string;
3229
+ readonly description?: string;
3230
+ readonly display?: io.flow.fulfillment.v0.models.TierDisplay;
3231
+ readonly shipping_lane?: string;
3232
+ readonly surcharge_settings?: io.flow.fulfillment.v0.models.SurchargeSetting[];
3233
+ readonly lane?: io.flow.fulfillment.v0.models.ShippingLaneSummary;
3234
+ readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
3235
+ }
3236
+ interface TierDisplay {
3237
+ readonly estimate: io.flow.fulfillment.v0.models.TierEstimate;
3238
+ }
3239
+ interface TierDisplayForm {
3240
+ readonly estimate?: io.flow.fulfillment.v0.models.TierEstimate;
3241
+ }
3242
+ interface TierEstimate {
3243
+ readonly type: io.flow.fulfillment.v0.enums.TierEstimateType;
3244
+ readonly label?: string;
3245
+ }
3246
+ interface TierForm {
3247
+ readonly currency: string;
3248
+ readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
3249
+ readonly name: string;
3250
+ readonly message?: string;
3251
+ readonly rules: io.flow.fulfillment.v0.models.TierRuleForm[];
3252
+ readonly services: string[];
3253
+ readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
3254
+ readonly visibility: io.flow.common.v0.enums.Visibility;
3255
+ readonly description?: string;
3256
+ readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
3257
+ readonly display?: io.flow.fulfillment.v0.models.TierDisplayForm;
3258
+ readonly shipping_lane: string;
3259
+ readonly surcharge_settings?: io.flow.fulfillment.v0.models.SurchargeSetting[];
3260
+ readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
3261
+ }
3262
+ interface TierReference {
3263
+ readonly id: string;
3264
+ }
3265
+ interface TierRule {
3266
+ readonly id: string;
3267
+ readonly position: number;
3268
+ readonly query: string;
3269
+ readonly outcome: io.flow.fulfillment.v0.unions.TierRuleOutcome;
3270
+ }
3271
+ interface TierRuleForm {
3272
+ readonly position?: number;
3273
+ readonly query: string;
3274
+ readonly outcome: io.flow.fulfillment.v0.unions.TierRuleOutcomeForm;
3275
+ }
3276
+ interface TierRuleVersion {
3277
+ readonly id: string;
3278
+ readonly timestamp: string;
3279
+ readonly type: io.flow.common.v0.enums.ChangeType;
3280
+ readonly tier_rule: io.flow.fulfillment.v0.models.TierRule;
3281
+ }
3282
+ interface TierSettings {
3283
+ readonly availability: io.flow.fulfillment.v0.enums.TierAvailability;
3284
+ }
3285
+ interface TierSummary {
3286
+ readonly id: string;
3287
+ readonly experience?: io.flow.fulfillment.v0.models.FulfillmentExperienceReference;
3288
+ readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
3289
+ readonly name: string;
3290
+ readonly services: string[];
3291
+ readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
3292
+ readonly visibility: io.flow.common.v0.enums.Visibility;
3293
+ readonly currency: string;
3294
+ readonly display?: io.flow.fulfillment.v0.models.TierDisplay;
3295
+ readonly message?: string;
3296
+ readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
3297
+ }
3298
+ interface TierVersion {
3299
+ readonly id: string;
3300
+ readonly timestamp: string;
3301
+ readonly type: io.flow.common.v0.enums.ChangeType;
3302
+ readonly tier: io.flow.fulfillment.v0.models.TierSummary;
3303
+ }
3304
+ interface TransitEstimate {
3305
+ readonly origin: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
3306
+ readonly destination: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
3307
+ readonly min_date: string;
3308
+ readonly max_date: string;
3309
+ readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
3310
+ }
3311
+ }
3312
+ declare namespace io.flow.fulfillment.v0.unions {
3313
+ type Delivery = io.flow.fulfillment.v0.models.DigitalDelivery | io.flow.fulfillment.v0.models.PhysicalDelivery;
3314
+ type ExpandableCenter = io.flow.fulfillment.v0.models.Center | io.flow.fulfillment.v0.models.CenterReference;
3315
+ type PartnerCenterFee = io.flow.fulfillment.v0.models.CommercialInvoiceFee | io.flow.fulfillment.v0.models.InboundCartonFee | io.flow.fulfillment.v0.models.OutboundCartonFee;
3316
+ type ServiceDescription = io.flow.fulfillment.v0.models.ServiceSummary | io.flow.fulfillment.v0.models.ServiceUnknown;
3317
+ type TierRuleOutcome = io.flow.fulfillment.v0.models.AmountMargin | io.flow.fulfillment.v0.models.AtCost | io.flow.fulfillment.v0.models.FlatRate | io.flow.fulfillment.v0.models.PercentMargin;
3318
+ type TierRuleOutcomeForm = io.flow.fulfillment.v0.models.AmountMarginForm | io.flow.fulfillment.v0.models.FlatRateForm | io.flow.fulfillment.v0.models.AtCost | io.flow.fulfillment.v0.models.PercentMargin;
3319
+ }
3320
+ declare namespace io.flow.apple.pay.v0.enums {
3321
+ type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
3322
+ type ApplePayLineItemType = 'final' | 'pending';
3323
+ type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
3324
+ type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
3325
+ type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
3326
+ }
3327
+ declare namespace io.flow.apple.pay.v0.models {
3328
+ interface ApplePayLineItem {
3329
+ readonly label: string;
3330
+ readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
3331
+ readonly amount: string;
3332
+ }
3333
+ interface ApplePayPaymentContact {
3334
+ readonly email_address?: string;
3335
+ readonly family_name?: string;
3336
+ readonly given_name?: string;
3337
+ readonly phone_number?: string;
3338
+ readonly phonetic_familyName?: string;
3339
+ readonly phonetic_givenName?: string;
3340
+ readonly address_lines?: string[];
3341
+ readonly locality?: string;
3342
+ readonly sub_locality?: string;
3343
+ readonly administrative_area?: string;
3344
+ readonly sub_administrative_area?: string;
3345
+ readonly postal_code?: string;
3346
+ readonly country?: string;
3347
+ readonly country_code?: string;
3348
+ }
3349
+ interface ApplePayPaymentData {
3350
+ readonly applicationPrimaryAccountNumber: string;
3351
+ readonly applicationExpirationDate: string;
3352
+ readonly currencyCode: string;
3353
+ readonly transactionAmount: number;
3354
+ readonly cardholderName?: string;
3355
+ readonly deviceManufacturerIdentifier: string;
3356
+ readonly paymentDataType: string;
3357
+ readonly paymentData: any;
3358
+ }
3359
+ interface ApplePayPaymentInfo {
3360
+ readonly total: io.flow.apple.pay.v0.models.ApplePayLineItem;
3361
+ readonly line_items?: io.flow.apple.pay.v0.models.ApplePayLineItem[];
3362
+ readonly country_code: string;
3363
+ readonly currency_code: string;
3364
+ readonly merchant_capabilities: io.flow.apple.pay.v0.enums.ApplePayMerchantCapability[];
3365
+ readonly shipping_methods?: io.flow.apple.pay.v0.models.ApplePayShippingMethod[];
3366
+ readonly shipping_type?: io.flow.apple.pay.v0.enums.ApplePayShippingType;
3367
+ readonly supported_countries?: string[];
3368
+ readonly supported_networks: io.flow.apple.pay.v0.enums.ApplePaySupportedNetworks[];
3369
+ readonly required_billingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
3370
+ readonly required_shippingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
3371
+ readonly billing_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
3372
+ readonly shipping_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
3373
+ readonly application_data?: string;
3374
+ }
3375
+ interface ApplePayShippingMethod {
3376
+ readonly label: string;
3377
+ readonly detail: string;
3378
+ readonly amount: string;
3379
+ readonly identifier: string;
3380
+ }
3381
+ }
3382
+ declare namespace io.flow.merchant.of.record.v0.enums {
3383
+ type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
3384
+ type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
3385
+ }
3386
+ declare namespace io.flow.currency.v0.models {
3387
+ interface Rate {
3388
+ readonly id: string;
3389
+ readonly base: string;
3390
+ readonly target: string;
3391
+ readonly effective_at: string;
3392
+ readonly value: number;
3393
+ }
3394
+ interface RateForm {
3395
+ readonly base: string;
3396
+ readonly target: string;
3397
+ readonly effective_at: string;
3398
+ }
3399
+ interface RateVersion {
3400
+ readonly id: string;
3401
+ readonly timestamp: string;
3402
+ readonly type: io.flow.common.v0.enums.ChangeType;
3403
+ readonly rate: io.flow.currency.v0.models.Rate;
3404
+ }
3405
+ }
3406
+ declare namespace io.flow.organization.v0.enums {
3407
+ type CountryPickerSource = 'experience' | 'destination';
3408
+ type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
3409
+ type InvitationErrorCode = 'expired' | 'invalid_email';
3410
+ }
3411
+ declare namespace io.flow.organization.v0.models {
3412
+ interface CountryPicker {
3413
+ readonly id: string;
3414
+ readonly source: io.flow.organization.v0.enums.CountryPickerSource;
3415
+ }
3416
+ interface CountryPickerForm {
3417
+ readonly source: io.flow.organization.v0.enums.CountryPickerSource;
3418
+ }
3419
+ interface EcommercePlatform {
3420
+ readonly id: string;
3421
+ readonly type: io.flow.organization.v0.enums.EcommercePlatformType;
3422
+ readonly version?: string;
3423
+ }
3424
+ interface EcommercePlatformForm {
3425
+ readonly type: io.flow.organization.v0.enums.EcommercePlatformType;
3426
+ readonly version?: string;
3427
+ }
3428
+ interface Invitation {
3429
+ readonly id: string;
3430
+ readonly organization: io.flow.common.v0.unions.ExpandableOrganization;
3431
+ readonly email: string;
3432
+ readonly name: io.flow.common.v0.models.Name;
3433
+ readonly role?: io.flow.common.v0.enums.Role;
3434
+ readonly roles?: io.flow.permission.v0.enums.FlowRole[];
3435
+ readonly expiration: string;
3436
+ }
3437
+ interface InvitationError {
3438
+ readonly code: io.flow.organization.v0.enums.InvitationErrorCode;
3439
+ readonly messages: string[];
3440
+ }
3441
+ interface InvitationForm {
3442
+ readonly organization: string;
3443
+ readonly email: string;
3444
+ readonly name?: io.flow.common.v0.models.Name;
3445
+ readonly role?: io.flow.common.v0.enums.Role;
3446
+ readonly roles?: io.flow.permission.v0.enums.FlowRole[];
3447
+ }
3448
+ interface InvitationVersion {
3449
+ readonly id: string;
3450
+ readonly timestamp: string;
3451
+ readonly type: io.flow.common.v0.enums.ChangeType;
3452
+ readonly invitation: io.flow.organization.v0.models.Invitation;
3453
+ }
3454
+ interface Membership {
3455
+ readonly id: string;
3456
+ readonly organization: io.flow.common.v0.unions.ExpandableOrganization;
3457
+ readonly user: io.flow.common.v0.unions.ExpandableUser;
3458
+ readonly role?: io.flow.common.v0.enums.Role;
3459
+ readonly roles: io.flow.permission.v0.enums.FlowRole[];
3460
+ }
3461
+ interface MembershipForm {
3462
+ readonly organization: string;
3463
+ readonly user: string;
3464
+ readonly role?: io.flow.common.v0.enums.Role;
3465
+ readonly roles?: io.flow.permission.v0.enums.FlowRole[];
3466
+ }
3467
+ interface MembershipPutForm {
3468
+ readonly role?: io.flow.common.v0.enums.Role;
3469
+ readonly roles?: io.flow.permission.v0.enums.FlowRole[];
3470
+ }
3471
+ interface MembershipVersion {
3472
+ readonly id: string;
3473
+ readonly timestamp: string;
3474
+ readonly type: io.flow.common.v0.enums.ChangeType;
3475
+ readonly membership: io.flow.organization.v0.models.Membership;
3476
+ }
3477
+ interface OrganizationAuthorization {
3478
+ readonly role?: io.flow.common.v0.enums.Role;
3479
+ readonly environment: io.flow.common.v0.enums.Environment;
3480
+ }
3481
+ interface OrganizationAuthorizationForm {
3482
+ readonly organization: string;
3483
+ readonly environment: io.flow.common.v0.enums.Environment;
3484
+ }
3485
+ interface OrganizationConfigurationReference {
3486
+ readonly id: string;
3487
+ }
3488
+ interface OrganizationDefaultConfigurations {
3489
+ readonly id: string;
3490
+ readonly checkout_configuration: io.flow.organization.v0.models.OrganizationConfigurationReference;
3491
+ }
3492
+ interface OrganizationDefaultConfigurationsForm {
3493
+ readonly id: string;
3494
+ }
3495
+ interface OrganizationForm {
3496
+ readonly id?: string;
3497
+ readonly name?: string;
3498
+ readonly environment: io.flow.common.v0.enums.Environment;
3499
+ readonly parent_id?: string;
3500
+ readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
3501
+ readonly status?: io.flow.common.v0.enums.OrganizationStatus;
3502
+ readonly type?: io.flow.common.v0.enums.OrganizationType;
3503
+ }
3504
+ interface OrganizationPutForm {
3505
+ readonly name?: string;
3506
+ readonly environment?: io.flow.common.v0.enums.Environment;
3507
+ readonly parent_id?: string;
3508
+ readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
3509
+ readonly status?: io.flow.common.v0.enums.OrganizationStatus;
3510
+ }
3511
+ interface OrganizationVersion {
3512
+ readonly id: string;
3513
+ readonly timestamp: string;
3514
+ readonly type: io.flow.common.v0.enums.ChangeType;
3515
+ readonly organization: io.flow.common.v0.models.Organization;
3516
+ }
3517
+ interface RegionSetting {
3518
+ readonly id: string;
3519
+ readonly region: string;
3520
+ readonly status: io.flow.common.v0.enums.AvailabilityStatus;
3521
+ }
3522
+ interface RegionSettingForm {
3523
+ readonly status: io.flow.common.v0.enums.AvailabilityStatus;
3524
+ }
3525
+ }
3526
+ declare namespace io.flow.catalog.v0.enums {
3527
+ type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
3528
+ type AttributeIntent = 'brand' | 'color' | 'countries_of_origin' | 'product_id' | 'fulfillment_method' | 'hazardous' | 'price' | 'size' | 'sku' | 'taxability' | 'consumer_url' | 'gtin' | 'mpn' | 'facet' | 'eccn' | 'returnable' | 'searchable' | 'barcode' | 'min_days_to_ship' | 'max_days_to_ship' | 'commercial_invoice_item_number' | 'include_in_product_feeds';
3529
+ type FulfillmentMethodType = 'fulfillment_method';
3530
+ type FulfillmentMethodValue = 'digital' | 'physical';
3531
+ type ImageTag = 'thumbnail' | 'checkout';
3532
+ type ReturnItemStatus = 'returnable' | 'non-returnable';
3533
+ type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
3534
+ type TaxabilityType = 'tax_rule';
3535
+ type TaxabilityValue = 'exempt';
3536
+ type UpdatePolicy = 'auto' | 'queue' | 'discard';
3537
+ }
3538
+ declare namespace io.flow.catalog.v0.models {
3539
+ interface AdjustmentReason {
3540
+ readonly key: io.flow.catalog.v0.enums.AdjustmentReasonKey;
3541
+ readonly label: string;
3542
+ }
3543
+ interface Attribute {
3544
+ readonly id: string;
3545
+ readonly key: string;
3546
+ readonly options: io.flow.catalog.v0.models.Options;
3547
+ readonly label?: string;
3548
+ readonly intent?: io.flow.catalog.v0.enums.AttributeIntent;
3549
+ readonly type?: io.flow.common.v0.enums.AttributeDataType;
3550
+ readonly position?: number;
3551
+ }
3552
+ interface AttributeForm {
3553
+ readonly key: string;
3554
+ readonly options: io.flow.catalog.v0.models.Options;
3555
+ readonly label?: string;
3556
+ readonly intent?: io.flow.catalog.v0.enums.AttributeIntent;
3557
+ readonly type?: io.flow.common.v0.enums.AttributeDataType;
3558
+ readonly position?: number;
3559
+ }
3560
+ interface AttributeVersion {
3561
+ readonly id: string;
3562
+ readonly timestamp: string;
3563
+ readonly type: io.flow.common.v0.enums.ChangeType;
3564
+ readonly attribute: io.flow.catalog.v0.models.Attribute;
3565
+ }
3566
+ interface Catalog {
3567
+ readonly id: string;
3568
+ }
3569
+ interface CatalogReference {
3570
+ readonly id: string;
3571
+ }
3572
+ interface CatalogStatistics {
3573
+ readonly id: string;
3574
+ readonly items: number;
3575
+ readonly categories: number;
3576
+ }
3577
+ interface CatalogVersion {
3578
+ readonly id: string;
3579
+ readonly timestamp: string;
3580
+ readonly type: io.flow.common.v0.enums.ChangeType;
3581
+ readonly catalog: io.flow.catalog.v0.models.Catalog;
3582
+ }
3583
+ interface FlowItemIndexMetadata {
3584
+ readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
3585
+ }
3586
+ interface Image {
3587
+ readonly url: string;
3588
+ readonly tags: io.flow.catalog.v0.enums.ImageTag[];
3589
+ readonly attributes?: Record<string, string>;
3590
+ }
3591
+ interface ImageForm {
3592
+ readonly url: string;
3593
+ readonly tags?: io.flow.catalog.v0.enums.ImageTag[];
3594
+ readonly attributes?: Record<string, string>;
3595
+ }
3596
+ interface Item {
3597
+ readonly id: string;
3598
+ readonly number: string;
3599
+ readonly locale: string;
3600
+ readonly name: string;
3601
+ readonly price: io.flow.common.v0.models.Price;
3602
+ readonly categories: string[];
3603
+ readonly description?: string;
3604
+ readonly attributes: Record<string, string>;
3605
+ readonly dimensions: io.flow.common.v0.models.Dimensions;
3606
+ readonly images: io.flow.catalog.v0.models.Image[];
3607
+ readonly local?: io.flow.catalog.v0.models.Local;
3608
+ readonly created_at?: string;
3609
+ readonly updated_at?: string;
3610
+ readonly deleted_at?: string;
3611
+ }
3612
+ interface ItemAttributesPatchForm {
3613
+ readonly attributes: Record<string, string>;
3614
+ }
3615
+ interface ItemForm {
3616
+ readonly number: string;
3617
+ readonly locale: string;
3618
+ readonly name: string;
3619
+ readonly currency: string;
3620
+ readonly price: number;
3621
+ readonly categories?: string[];
3622
+ readonly description?: string;
3623
+ readonly attributes?: Record<string, string>;
3624
+ readonly dimensions?: io.flow.common.v0.models.Dimensions;
3625
+ readonly images?: io.flow.catalog.v0.models.ImageForm[];
3626
+ readonly deleted_at?: string;
3627
+ }
3628
+ interface ItemFormOverlay {
3629
+ readonly id: string;
3630
+ readonly number: string;
3631
+ readonly key: string;
3632
+ readonly position: number;
3633
+ readonly price?: io.flow.common.v0.models.Price;
3634
+ readonly categories?: string[];
3635
+ readonly description?: string;
3636
+ readonly attributes?: Record<string, string>;
3637
+ readonly dimensions?: io.flow.common.v0.models.Dimensions;
3638
+ readonly images?: io.flow.catalog.v0.models.ImageForm[];
3639
+ readonly deleted_at?: string;
3640
+ }
3641
+ interface ItemFormOverlayForm {
3642
+ readonly number: string;
3643
+ readonly price?: number;
3644
+ readonly currency?: string;
3645
+ readonly position?: number;
3646
+ readonly categories?: string[];
3647
+ readonly description?: string;
3648
+ readonly attributes?: Record<string, string>;
3649
+ readonly dimensions?: io.flow.common.v0.models.Dimensions;
3650
+ readonly images?: io.flow.catalog.v0.models.ImageForm[];
3651
+ readonly deleted_at?: string;
3652
+ }
3653
+ interface ItemPriceUpdateForm {
3654
+ readonly number: string;
3655
+ readonly currency?: string;
3656
+ readonly price: number;
3657
+ readonly attributes: Record<string, string>;
3658
+ }
3659
+ interface ItemPriceUpdatePutForm {
3660
+ readonly currency?: string;
3661
+ readonly price: number;
3662
+ readonly attributes: Record<string, string>;
3663
+ }
3664
+ interface ItemStatistics {
3665
+ readonly items: number;
3666
+ readonly categories: number;
3667
+ }
3668
+ interface ItemVersion {
3669
+ readonly id: string;
3670
+ readonly timestamp: string;
3671
+ readonly type: io.flow.common.v0.enums.ChangeType;
3672
+ readonly item: io.flow.catalog.v0.models.Item;
3673
+ }
3674
+ interface Local {
3675
+ readonly experience: io.flow.common.v0.models.ExperienceSummary;
3676
+ readonly prices: io.flow.catalog.v0.unions.LocalizedPrice[];
3677
+ readonly rates: io.flow.currency.v0.models.Rate[];
3678
+ readonly spot_rates: any[];
3679
+ readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
3680
+ readonly attributes?: Record<string, string>;
3681
+ readonly price_attributes?: Record<string, io.flow.common.v0.models.PriceWithBase>;
3682
+ }
3683
+ interface LocalizedAdjustment {
3684
+ readonly currency: string;
3685
+ readonly amount: number;
3686
+ readonly label: string;
3687
+ readonly base: io.flow.common.v0.models.Price;
3688
+ readonly reason: io.flow.catalog.v0.models.AdjustmentReason;
3689
+ }
3690
+ interface LocalizedItemDuty {
3691
+ readonly key: 'localized_item_duty';
3692
+ readonly currency: string;
3693
+ readonly amount: number;
3694
+ readonly label: string;
3695
+ readonly base: io.flow.common.v0.models.Price;
3696
+ readonly adjustment?: io.flow.catalog.v0.models.LocalizedAdjustment;
3697
+ readonly basis?: io.flow.common.v0.models.MoneyWithBase;
3698
+ }
3699
+ interface LocalizedItemPrice {
3700
+ readonly key: 'localized_item_price';
3701
+ readonly currency: string;
3702
+ readonly amount: number;
3703
+ readonly label: string;
3704
+ readonly base: io.flow.common.v0.models.Price;
3705
+ readonly includes?: io.flow.common.v0.models.IncludedLevies;
3706
+ }
3707
+ interface LocalizedItemVat {
3708
+ readonly key: 'localized_item_vat';
3709
+ readonly currency: string;
3710
+ readonly amount: number;
3711
+ readonly label: string;
3712
+ readonly base: io.flow.common.v0.models.Price;
3713
+ readonly name: string;
3714
+ readonly adjustment?: io.flow.catalog.v0.models.LocalizedAdjustment;
3715
+ readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
3716
+ readonly basis?: io.flow.common.v0.models.MoneyWithBase;
3717
+ }
3718
+ interface LocalizedTotal {
3719
+ readonly key: 'localized_total';
3720
+ readonly currency: string;
3721
+ readonly amount: number;
3722
+ readonly label: string;
3723
+ readonly base: io.flow.common.v0.models.Price;
3724
+ }
3725
+ interface Options {
3726
+ readonly required: boolean;
3727
+ readonly show_in_catalog: boolean;
3728
+ readonly show_in_harmonization: boolean;
3729
+ }
3730
+ interface Subcatalog {
3731
+ readonly discriminator: 'subcatalog';
3732
+ readonly id: string;
3733
+ readonly catalog: io.flow.catalog.v0.models.Catalog;
3734
+ readonly settings: io.flow.catalog.v0.models.SubcatalogSettings;
3735
+ }
3736
+ interface SubcatalogForm {
3737
+ readonly settings?: io.flow.catalog.v0.models.SubcatalogSettingsForm;
3738
+ }
3739
+ interface SubcatalogItem {
3740
+ readonly id: string;
3741
+ readonly item: io.flow.catalog.v0.models.Item;
3742
+ readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
3743
+ }
3744
+ interface SubcatalogItemVersion {
3745
+ readonly id: string;
3746
+ readonly timestamp: string;
3747
+ readonly type: io.flow.common.v0.enums.ChangeType;
3748
+ readonly subcatalog_item: io.flow.catalog.v0.models.SubcatalogItem;
3749
+ }
3750
+ interface SubcatalogReference {
3751
+ readonly discriminator: 'subcatalog_reference';
3752
+ readonly id: string;
3753
+ }
3754
+ interface SubcatalogSettings {
3755
+ readonly update_policy: io.flow.catalog.v0.enums.UpdatePolicy;
3756
+ }
3757
+ interface SubcatalogSettingsForm {
3758
+ readonly update_policy?: io.flow.catalog.v0.enums.UpdatePolicy;
3759
+ }
3760
+ interface SubcatalogStatistics {
3761
+ readonly excluded: io.flow.catalog.v0.models.ItemStatistics;
3762
+ readonly included: io.flow.catalog.v0.models.ItemStatistics;
3763
+ readonly restricted: io.flow.catalog.v0.models.ItemStatistics;
3764
+ readonly queue: io.flow.catalog.v0.models.ItemStatistics;
3765
+ readonly catalog: io.flow.catalog.v0.models.CatalogStatistics;
3766
+ }
3767
+ interface SubcatalogVersion {
3768
+ readonly id: string;
3769
+ readonly timestamp: string;
3770
+ readonly type: io.flow.common.v0.enums.ChangeType;
3771
+ readonly subcatalog: io.flow.catalog.v0.models.Subcatalog;
3772
+ }
3773
+ }
3774
+ declare namespace io.flow.catalog.v0.unions {
3775
+ type ExpandableSubcatalog = io.flow.catalog.v0.models.Subcatalog | io.flow.catalog.v0.models.SubcatalogReference;
3776
+ type LocalizedPrice = io.flow.catalog.v0.models.LocalizedItemPrice | io.flow.catalog.v0.models.LocalizedItemVat | io.flow.catalog.v0.models.LocalizedItemDuty | io.flow.catalog.v0.models.LocalizedTotal;
3777
+ }
3778
+ declare namespace io.flow.inventory.v0.enums {
3779
+ type Aggregate = 'maximum' | 'minimum';
3780
+ type InventoryStatus = 'has_inventory' | 'no_inventory';
3781
+ type UpdateType = 'change' | 'set';
3782
+ }
3783
+ declare namespace io.flow.inventory.v0.models {
3784
+ interface ExternalApiTimeoutReservationError {
3785
+ readonly code: 'external_api_timeout';
3786
+ readonly messages: string[];
3787
+ }
3788
+ interface GenericReservationError {
3789
+ readonly code: 'generic_reservation_error';
3790
+ readonly messages: string[];
3791
+ }
3792
+ interface InventoryBackorder {
3793
+ readonly discriminator: 'inventory_backorder';
3794
+ readonly quantity: number;
3795
+ }
3796
+ interface InventoryCenterReference {
3797
+ readonly key: string;
3798
+ }
3799
+ interface InventoryCheckResponse {
3800
+ readonly items: io.flow.inventory.v0.models.InventoryCheckResponseItem[];
3801
+ }
3802
+ interface InventoryCheckResponseItem {
3803
+ readonly number: string;
3804
+ readonly quantity: number;
3805
+ readonly inventory_status: io.flow.inventory.v0.enums.InventoryStatus;
3806
+ }
3807
+ interface InventoryExperienceReference {
3808
+ readonly key: string;
3809
+ }
3810
+ interface InventoryFollowEcommercePlatform {
3811
+ readonly discriminator: 'inventory_follow_ecommerce_platform';
3812
+ readonly quantity: number;
3813
+ }
3814
+ interface InventoryItemReference {
3815
+ readonly number: string;
3816
+ }
3817
+ interface InventoryRequest {
3818
+ readonly items: io.flow.inventory.v0.models.InventoryRequestItem[];
3819
+ }
3820
+ interface InventoryRequestItem {
3821
+ readonly number: string;
3822
+ readonly quantity: number;
3823
+ }
3824
+ interface InventoryRule {
3825
+ readonly id: string;
3826
+ readonly position: number;
3827
+ readonly query: string;
3828
+ readonly strategy: io.flow.inventory.v0.unions.InventoryStrategy;
3829
+ }
3830
+ interface InventoryRuleForm {
3831
+ readonly position: number;
3832
+ readonly query: string;
3833
+ readonly strategy: io.flow.inventory.v0.unions.InventoryStrategy;
3834
+ }
3835
+ interface InventoryRuleVersion {
3836
+ readonly id: string;
3837
+ readonly timestamp: string;
3838
+ readonly type: io.flow.common.v0.enums.ChangeType;
3839
+ readonly inventory_rule: io.flow.inventory.v0.models.InventoryRule;
3840
+ }
3841
+ interface InventorySnapshot {
3842
+ readonly id: string;
3843
+ readonly available: number;
3844
+ readonly center: io.flow.inventory.v0.models.InventoryCenterReference;
3845
+ readonly item: io.flow.inventory.v0.models.InventoryItemReference;
3846
+ readonly quantity: number;
3847
+ }
3848
+ interface InventorySnapshotVersion {
3849
+ readonly id: string;
3850
+ readonly timestamp: string;
3851
+ readonly type: io.flow.common.v0.enums.ChangeType;
3852
+ readonly inventory_snapshot: io.flow.inventory.v0.models.InventorySnapshot;
3853
+ }
3854
+ interface InventoryStock {
3855
+ readonly discriminator: 'inventory_stock';
3856
+ readonly quantity: number;
3857
+ }
3858
+ interface InventoryUnlimited {
3859
+ readonly discriminator: 'inventory_unlimited';
3860
+ readonly placeholder?: string;
3861
+ }
3862
+ interface InventoryUpdate {
3863
+ readonly id: string;
3864
+ readonly idempotency_key: string;
3865
+ readonly center: io.flow.inventory.v0.models.InventoryCenterReference;
3866
+ readonly item: io.flow.inventory.v0.models.InventoryItemReference;
3867
+ readonly notes: any;
3868
+ readonly quantity: number;
3869
+ readonly type: io.flow.inventory.v0.enums.UpdateType;
3870
+ }
3871
+ interface InventoryUpdateForm {
3872
+ readonly center: string;
3873
+ readonly idempotency_key: string;
3874
+ readonly item_number: string;
3875
+ readonly quantity: number;
3876
+ readonly type: io.flow.inventory.v0.enums.UpdateType;
3877
+ readonly notes?: any;
3878
+ }
3879
+ interface InventoryUpdateVersion {
3880
+ readonly id: string;
3881
+ readonly timestamp: string;
3882
+ readonly type: io.flow.common.v0.enums.ChangeType;
3883
+ readonly inventory_update: io.flow.inventory.v0.models.InventoryUpdate;
3884
+ }
3885
+ interface NoInventoryReservationError {
3886
+ readonly code: 'no_inventory';
3887
+ readonly messages: string[];
3888
+ readonly items: io.flow.inventory.v0.models.NoInventoryReservationErrorItem[];
3889
+ }
3890
+ interface NoInventoryReservationErrorItem {
3891
+ readonly number: string;
3892
+ readonly requested_quantity: number;
3893
+ readonly available_quantity: number;
3894
+ }
3895
+ interface PfsInventoryCheckResponse {
3896
+ readonly items: Record<string, io.flow.inventory.v0.models.PfsInventoryCheckResponseItem>;
3897
+ }
3898
+ interface PfsInventoryCheckResponseItem {
3899
+ readonly number: string;
3900
+ readonly ats: number;
3901
+ readonly in_stock: boolean;
3902
+ }
3903
+ interface PfsInventoryStatus {
3904
+ readonly status: string;
3905
+ }
3906
+ interface Reservation {
3907
+ readonly id: string;
3908
+ readonly key: string;
3909
+ readonly order?: io.flow.inventory.v0.models.ReservationOrderReference;
3910
+ readonly items: io.flow.inventory.v0.models.ReservationItem[];
3911
+ readonly reserved_until?: string;
3912
+ }
3913
+ interface ReservationForm {
3914
+ readonly order_number?: string;
3915
+ readonly items: io.flow.inventory.v0.models.ReservationItemForm[];
3916
+ }
3917
+ interface ReservationItem {
3918
+ readonly item: io.flow.inventory.v0.models.ReservationItemReference;
3919
+ readonly quantity: number;
3920
+ }
3921
+ interface ReservationItemForm {
3922
+ readonly item_number: string;
3923
+ readonly quantity: number;
3924
+ }
3925
+ interface ReservationItemReference {
3926
+ readonly number: string;
3927
+ }
3928
+ interface ReservationOrderReference {
3929
+ readonly number: string;
3930
+ }
3931
+ }
3932
+ declare namespace io.flow.inventory.v0.unions {
3933
+ type InventoryStrategy = io.flow.inventory.v0.models.InventoryBackorder | io.flow.inventory.v0.models.InventoryStock | io.flow.inventory.v0.models.InventoryUnlimited | io.flow.inventory.v0.models.InventoryFollowEcommercePlatform;
3934
+ type ReservationError = io.flow.inventory.v0.models.NoInventoryReservationError | io.flow.inventory.v0.models.ExternalApiTimeoutReservationError | io.flow.inventory.v0.models.GenericReservationError;
3935
+ }
3936
+ declare namespace io.flow.permission.v0.enums {
3937
+ type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
3938
+ type FlowBehavior = 'view_consumer_data';
3939
+ type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'organization_classification' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
3940
+ type PermittedHttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
3941
+ }
3942
+ declare namespace io.flow.permission.v0.models {
3943
+ interface BehaviorAudit {
3944
+ readonly behavior: io.flow.permission.v0.enums.FlowBehavior;
3945
+ readonly authentication_techniques: io.flow.permission.v0.enums.AuthenticationTechnique[];
3946
+ readonly roles: io.flow.permission.v0.enums.FlowRole[];
3947
+ }
3948
+ interface PermissionAudit {
3949
+ readonly routes: io.flow.permission.v0.models.RouteAudit[];
3950
+ readonly behaviors: io.flow.permission.v0.models.BehaviorAudit[];
3951
+ }
3952
+ interface PermissionCheck {
3953
+ readonly authentication_technique: io.flow.permission.v0.enums.AuthenticationTechnique;
3954
+ readonly user?: io.flow.common.v0.unions.ExpandableUser;
3955
+ readonly roles: io.flow.permission.v0.enums.FlowRole[];
3956
+ readonly behaviors: io.flow.permission.v0.enums.FlowBehavior[];
3957
+ readonly routes: io.flow.permission.v0.models.PermittedRoute[];
3958
+ }
3959
+ interface PermittedRoute {
3960
+ readonly method: io.flow.permission.v0.enums.PermittedHttpMethod;
3961
+ readonly path: string;
3962
+ }
3963
+ interface RouteAudit {
3964
+ readonly method: io.flow.permission.v0.enums.PermittedHttpMethod;
3965
+ readonly path: string;
3966
+ readonly authentication_techniques: io.flow.permission.v0.enums.AuthenticationTechnique[];
3967
+ readonly roles: io.flow.permission.v0.enums.FlowRole[];
3968
+ }
3969
+ interface SimplePermissionCheck {
3970
+ readonly behaviors: io.flow.permission.v0.enums.FlowBehavior[];
3971
+ }
3972
+ }
3973
+ declare namespace io.flow.query.builder.v0.enums {
3974
+ type AvailableFilterFormat = 'boolean' | 'date' | 'money' | 'decimal' | 'string' | 'unit_of_length' | 'unit_of_mass';
3975
+ }
3976
+ declare namespace io.flow.query.builder.v0.models {
3977
+ interface AvailableFilterStructured {
3978
+ readonly discriminator: 'structured';
3979
+ readonly field: string;
3980
+ readonly operators: string[];
3981
+ readonly format: io.flow.query.builder.v0.enums.AvailableFilterFormat;
3982
+ readonly valid_values?: string[];
3983
+ readonly placeholder?: string;
2083
3984
  }
2084
- interface GenerateLoadSingleOrg {
2085
- readonly discriminator: 'generate_load_single_org';
2086
- readonly organization_id: string;
2087
- readonly num_events: number;
3985
+ interface AvailableFilterUnstructured {
3986
+ readonly discriminator: 'unstructured';
3987
+ readonly placeholder?: string;
2088
3988
  }
2089
- interface SvitlanaTest {
2090
- readonly name: string;
3989
+ interface Query {
3990
+ readonly q: string;
3991
+ readonly filters: io.flow.query.builder.v0.unions.QueryFilter[];
2091
3992
  }
2092
- interface Test {
2093
- readonly id: string;
2094
- readonly name: string;
3993
+ interface QueryBuilder {
3994
+ readonly q: string;
3995
+ readonly filters: io.flow.query.builder.v0.unions.QueryFilter[];
3996
+ readonly available: io.flow.query.builder.v0.unions.AvailableFilter[];
2095
3997
  }
2096
- interface TestForm {
2097
- readonly name: string;
3998
+ interface QueryBuilderFilterForm {
3999
+ readonly discriminator: 'filter';
4000
+ readonly filters: io.flow.query.builder.v0.unions.QueryFilterForm[];
2098
4001
  }
2099
- }
2100
- declare namespace io.flow.ben.test.internal.v0.unions {
2101
- type GenerateLoad = io.flow.ben.test.internal.v0.models.GenerateLoadSingleOrg | io.flow.ben.test.internal.v0.models.GenerateLoadMultipleOrgs;
2102
- }
2103
- declare namespace io.flow.apple.pay.v0.enums {
2104
- type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
2105
- type ApplePayLineItemType = 'final' | 'pending';
2106
- type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
2107
- type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
2108
- type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
2109
- }
2110
- declare namespace io.flow.apple.pay.v0.models {
2111
- interface ApplePayLineItem {
2112
- readonly label: string;
2113
- readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
2114
- readonly amount: string;
4002
+ interface QueryBuilderQueryForm {
4003
+ readonly discriminator: 'query';
4004
+ readonly q: string;
2115
4005
  }
2116
- interface ApplePayPaymentContact {
2117
- readonly email_address?: string;
2118
- readonly family_name?: string;
2119
- readonly given_name?: string;
2120
- readonly phone_number?: string;
2121
- readonly phonetic_familyName?: string;
2122
- readonly phonetic_givenName?: string;
2123
- readonly address_lines?: string[];
2124
- readonly locality?: string;
2125
- readonly sub_locality?: string;
2126
- readonly administrative_area?: string;
2127
- readonly sub_administrative_area?: string;
2128
- readonly postal_code?: string;
2129
- readonly country?: string;
2130
- readonly country_code?: string;
4006
+ interface QueryFilterStructured {
4007
+ readonly discriminator: 'structured';
4008
+ readonly q: string;
4009
+ readonly field: string;
4010
+ readonly operator: string;
4011
+ readonly values: string[];
2131
4012
  }
2132
- interface ApplePayPaymentData {
2133
- readonly applicationPrimaryAccountNumber: string;
2134
- readonly applicationExpirationDate: string;
2135
- readonly currencyCode: string;
2136
- readonly transactionAmount: number;
2137
- readonly cardholderName?: string;
2138
- readonly deviceManufacturerIdentifier: string;
2139
- readonly paymentDataType: string;
2140
- readonly paymentData: any;
4013
+ interface QueryFilterStructuredForm {
4014
+ readonly discriminator: 'structured';
4015
+ readonly field: string;
4016
+ readonly operator: string;
4017
+ readonly values: string[];
2141
4018
  }
2142
- interface ApplePayPaymentInfo {
2143
- readonly total: io.flow.apple.pay.v0.models.ApplePayLineItem;
2144
- readonly line_items?: io.flow.apple.pay.v0.models.ApplePayLineItem[];
2145
- readonly country_code: string;
2146
- readonly currency_code: string;
2147
- readonly merchant_capabilities: io.flow.apple.pay.v0.enums.ApplePayMerchantCapability[];
2148
- readonly shipping_methods?: io.flow.apple.pay.v0.models.ApplePayShippingMethod[];
2149
- readonly shipping_type?: io.flow.apple.pay.v0.enums.ApplePayShippingType;
2150
- readonly supported_countries?: string[];
2151
- readonly supported_networks: io.flow.apple.pay.v0.enums.ApplePaySupportedNetworks[];
2152
- readonly required_billingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
2153
- readonly required_shippingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
2154
- readonly billing_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
2155
- readonly shipping_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
2156
- readonly application_data?: string;
4019
+ interface QueryFilterUnstructured {
4020
+ readonly discriminator: 'unstructured';
4021
+ readonly q: string;
2157
4022
  }
2158
- interface ApplePayShippingMethod {
2159
- readonly label: string;
2160
- readonly detail: string;
2161
- readonly amount: string;
2162
- readonly identifier: string;
4023
+ interface QueryFilterUnstructuredForm {
4024
+ readonly discriminator: 'unstructured';
4025
+ readonly q: string;
2163
4026
  }
2164
4027
  }
4028
+ declare namespace io.flow.query.builder.v0.unions {
4029
+ type AvailableFilter = io.flow.query.builder.v0.models.AvailableFilterStructured | io.flow.query.builder.v0.models.AvailableFilterUnstructured;
4030
+ type QueryBuilderForm = io.flow.query.builder.v0.models.QueryBuilderFilterForm | io.flow.query.builder.v0.models.QueryBuilderQueryForm;
4031
+ type QueryFilter = io.flow.query.builder.v0.models.QueryFilterStructured | io.flow.query.builder.v0.models.QueryFilterUnstructured;
4032
+ type QueryFilterForm = io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm;
4033
+ }
2165
4034
  declare namespace io.flow.v0.enums {
2166
4035
  type AbandonedOrderPromotionStatus = 'active' | 'inactive';
2167
4036
  type AbandonedOrderSettingStatus = 'active' | 'inactive';
2168
4037
  type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
2169
4038
  type AddressVerificationResultFieldCode = 'matched' | 'not_available' | 'not_checked' | 'not_matched';
2170
4039
  type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
2171
- type Aggregate = 'maximum' | 'minimum';
2172
4040
  type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
2173
4041
  type AttributeIntent = 'brand' | 'color' | 'countries_of_origin' | 'product_id' | 'fulfillment_method' | 'hazardous' | 'price' | 'size' | 'sku' | 'taxability' | 'consumer_url' | 'gtin' | 'mpn' | 'facet' | 'eccn' | 'returnable' | 'searchable' | 'barcode' | 'min_days_to_ship' | 'max_days_to_ship' | 'commercial_invoice_item_number' | 'include_in_product_feeds';
2174
4042
  type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
@@ -2216,9 +4084,9 @@ declare namespace io.flow.v0.enums {
2216
4084
  type DutyItemApprovalStatus = 'pending' | 'certified' | 'decertified';
2217
4085
  type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
2218
4086
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
2219
- type EntityIdentifierType = 'ioss' | 'voec';
4087
+ type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
2220
4088
  type Environment = 'sandbox' | 'production';
2221
- type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
4089
+ type EventType = 'test_upserted' | 'generate_load' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'email_notification_upserted' | 'email_notification_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
2222
4090
  type ExceptionType = 'open' | 'closed';
2223
4091
  type ExclusionRuleState = 'current' | 'deleting' | 'updating';
2224
4092
  type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
@@ -2246,9 +4114,9 @@ declare namespace io.flow.v0.enums {
2246
4114
  type ImportType = 'catalog_items' | 'catalog_items_external' | 'customs_descriptions' | 'customs_description_tariffs' | 'experiences_with_settings' | 'harmonization_codes' | 'item_prices' | 'item_form_overlays' | 'price_book_items' | 'price_book_items_query' | 'ratecard_lanes' | 'order_service_changes';
2247
4115
  type IncludedLevyKey = 'duty' | 'vat' | 'vat_and_duty' | 'none';
2248
4116
  type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
4117
+ type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
2249
4118
  type InlineWindowViewportSize = 'xxx_small' | 'xx_small' | 'x_small' | 'small' | 'fullscreen' | 'responsive';
2250
4119
  type InputSpecificationType = 'text' | 'number';
2251
- type InventoryStatus = 'has_inventory' | 'no_inventory';
2252
4120
  type InvitationErrorCode = 'expired' | 'invalid_email';
2253
4121
  type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
2254
4122
  type ItemIdentifier = 'item_number' | 'sku';
@@ -2376,7 +4244,6 @@ declare namespace io.flow.v0.enums {
2376
4244
  type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
2377
4245
  type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
2378
4246
  type UpdatePolicy = 'auto' | 'queue' | 'discard';
2379
- type UpdateType = 'change' | 'set';
2380
4247
  type UserStatus = 'pending' | 'active' | 'inactive';
2381
4248
  type ValueAddedService = 'Hazardous Material';
2382
4249
  type Visibility = 'public' | 'private';
@@ -5244,10 +7111,6 @@ declare namespace io.flow.v0.models {
5244
7111
  readonly type: io.flow.v0.enums.ChangeType;
5245
7112
  readonly export: io.flow.v0.models.Export;
5246
7113
  }
5247
- interface ExternalApiTimeoutReservationError {
5248
- readonly code: 'external_api_timeout';
5249
- readonly messages: string[];
5250
- }
5251
7114
  interface FeeDeduction {
5252
7115
  readonly type: io.flow.v0.enums.FeeDeductionType;
5253
7116
  readonly amount: number;
@@ -5510,10 +7373,6 @@ declare namespace io.flow.v0.models {
5510
7373
  readonly code: io.flow.v0.enums.GenericErrorCode;
5511
7374
  readonly messages: string[];
5512
7375
  }
5513
- interface GenericReservationError {
5514
- readonly code: 'generic_reservation_error';
5515
- readonly messages: string[];
5516
- }
5517
7376
  interface GeoForm {
5518
7377
  readonly country: string;
5519
7378
  readonly currency: string;
@@ -5799,6 +7658,15 @@ declare namespace io.flow.v0.models {
5799
7658
  readonly key: io.flow.v0.enums.IncludedLevyKey;
5800
7659
  readonly label: string;
5801
7660
  }
7661
+ interface IncotermIncludes {
7662
+ readonly duties: boolean;
7663
+ readonly taxes: boolean;
7664
+ }
7665
+ interface IncotermSummary {
7666
+ readonly configuration: io.flow.v0.enums.IncotermConfiguration;
7667
+ readonly includes: io.flow.v0.models.IncotermIncludes;
7668
+ readonly reason?: string;
7669
+ }
5802
7670
  interface IndirectTax {
5803
7671
  readonly number?: string;
5804
7672
  readonly id?: string;
@@ -5847,99 +7715,6 @@ declare namespace io.flow.v0.models {
5847
7715
  interface InputSpecificationLimitations {
5848
7716
  readonly limitations?: io.flow.v0.unions.InputSpecificationLimitation[];
5849
7717
  }
5850
- interface InventoryBackorder {
5851
- readonly discriminator: 'inventory_backorder';
5852
- readonly quantity: number;
5853
- }
5854
- interface InventoryCenterReference {
5855
- readonly key: string;
5856
- }
5857
- interface InventoryCheckResponse {
5858
- readonly items: io.flow.v0.models.InventoryCheckResponseItem[];
5859
- }
5860
- interface InventoryCheckResponseItem {
5861
- readonly number: string;
5862
- readonly quantity: number;
5863
- readonly inventory_status: io.flow.v0.enums.InventoryStatus;
5864
- }
5865
- interface InventoryExperienceReference {
5866
- readonly key: string;
5867
- }
5868
- interface InventoryFollowEcommercePlatform {
5869
- readonly discriminator: 'inventory_follow_ecommerce_platform';
5870
- readonly quantity: number;
5871
- }
5872
- interface InventoryItemReference {
5873
- readonly number: string;
5874
- }
5875
- interface InventoryRequest {
5876
- readonly items: io.flow.v0.models.InventoryRequestItem[];
5877
- }
5878
- interface InventoryRequestItem {
5879
- readonly number: string;
5880
- readonly quantity: number;
5881
- }
5882
- interface InventoryRule {
5883
- readonly id: string;
5884
- readonly position: number;
5885
- readonly query: string;
5886
- readonly strategy: io.flow.v0.unions.InventoryStrategy;
5887
- }
5888
- interface InventoryRuleForm {
5889
- readonly position: number;
5890
- readonly query: string;
5891
- readonly strategy: io.flow.v0.unions.InventoryStrategy;
5892
- }
5893
- interface InventoryRuleVersion {
5894
- readonly id: string;
5895
- readonly timestamp: string;
5896
- readonly type: io.flow.v0.enums.ChangeType;
5897
- readonly inventory_rule: io.flow.v0.models.InventoryRule;
5898
- }
5899
- interface InventorySnapshot {
5900
- readonly id: string;
5901
- readonly available: number;
5902
- readonly center: io.flow.v0.models.InventoryCenterReference;
5903
- readonly item: io.flow.v0.models.InventoryItemReference;
5904
- readonly quantity: number;
5905
- }
5906
- interface InventorySnapshotVersion {
5907
- readonly id: string;
5908
- readonly timestamp: string;
5909
- readonly type: io.flow.v0.enums.ChangeType;
5910
- readonly inventory_snapshot: io.flow.v0.models.InventorySnapshot;
5911
- }
5912
- interface InventoryStock {
5913
- readonly discriminator: 'inventory_stock';
5914
- readonly quantity: number;
5915
- }
5916
- interface InventoryUnlimited {
5917
- readonly discriminator: 'inventory_unlimited';
5918
- readonly placeholder?: string;
5919
- }
5920
- interface InventoryUpdate {
5921
- readonly id: string;
5922
- readonly idempotency_key: string;
5923
- readonly center: io.flow.v0.models.InventoryCenterReference;
5924
- readonly item: io.flow.v0.models.InventoryItemReference;
5925
- readonly notes: any;
5926
- readonly quantity: number;
5927
- readonly type: io.flow.v0.enums.UpdateType;
5928
- }
5929
- interface InventoryUpdateForm {
5930
- readonly center: string;
5931
- readonly idempotency_key: string;
5932
- readonly item_number: string;
5933
- readonly quantity: number;
5934
- readonly type: io.flow.v0.enums.UpdateType;
5935
- readonly notes?: any;
5936
- }
5937
- interface InventoryUpdateVersion {
5938
- readonly id: string;
5939
- readonly timestamp: string;
5940
- readonly type: io.flow.v0.enums.ChangeType;
5941
- readonly inventory_update: io.flow.v0.models.InventoryUpdate;
5942
- }
5943
7718
  interface Invitation {
5944
7719
  readonly id: string;
5945
7720
  readonly organization: io.flow.v0.unions.ExpandableOrganization;
@@ -6828,16 +8603,6 @@ declare namespace io.flow.v0.models {
6828
8603
  readonly first?: string;
6829
8604
  readonly last?: string;
6830
8605
  }
6831
- interface NoInventoryReservationError {
6832
- readonly code: 'no_inventory';
6833
- readonly messages: string[];
6834
- readonly items: io.flow.v0.models.NoInventoryReservationErrorItem[];
6835
- }
6836
- interface NoInventoryReservationErrorItem {
6837
- readonly number: string;
6838
- readonly requested_quantity: number;
6839
- readonly available_quantity: number;
6840
- }
6841
8606
  interface NotificationDeletedV2 {
6842
8607
  readonly discriminator: 'notification_deleted_v2';
6843
8608
  readonly event_id: string;
@@ -6971,6 +8736,7 @@ declare namespace io.flow.v0.models {
6971
8736
  readonly geo?: io.flow.v0.models.OrderGeo;
6972
8737
  readonly device_details?: io.flow.v0.unions.DeviceDetails;
6973
8738
  readonly destination_contact_details?: io.flow.v0.models.DestinationContactDetail[];
8739
+ readonly incoterm_summary?: io.flow.v0.models.IncotermSummary;
6974
8740
  }
6975
8741
  interface OrderAddress {
6976
8742
  readonly text?: string;
@@ -8549,17 +10315,6 @@ declare namespace io.flow.v0.models {
8549
10315
  readonly method: io.flow.v0.enums.PermittedHttpMethod;
8550
10316
  readonly path: string;
8551
10317
  }
8552
- interface PfsInventoryCheckResponse {
8553
- readonly items: Record<string, io.flow.v0.models.PfsInventoryCheckResponseItem>;
8554
- }
8555
- interface PfsInventoryCheckResponseItem {
8556
- readonly number: string;
8557
- readonly ats: number;
8558
- readonly in_stock: boolean;
8559
- }
8560
- interface PfsInventoryStatus {
8561
- readonly status: string;
8562
- }
8563
10318
  interface PhysicalDelivery {
8564
10319
  readonly discriminator: 'physical_delivery';
8565
10320
  readonly id: string;
@@ -9394,31 +11149,6 @@ declare namespace io.flow.v0.models {
9394
11149
  readonly interval: number;
9395
11150
  readonly days_of_week: io.flow.v0.enums.DayOfWeek[];
9396
11151
  }
9397
- interface Reservation {
9398
- readonly id: string;
9399
- readonly key: string;
9400
- readonly order?: io.flow.v0.models.ReservationOrderReference;
9401
- readonly items: io.flow.v0.models.ReservationItem[];
9402
- readonly reserved_until?: string;
9403
- }
9404
- interface ReservationForm {
9405
- readonly order_number?: string;
9406
- readonly items: io.flow.v0.models.ReservationItemForm[];
9407
- }
9408
- interface ReservationItem {
9409
- readonly item: io.flow.v0.models.ReservationItemReference;
9410
- readonly quantity: number;
9411
- }
9412
- interface ReservationItemForm {
9413
- readonly item_number: string;
9414
- readonly quantity: number;
9415
- }
9416
- interface ReservationItemReference {
9417
- readonly number: string;
9418
- }
9419
- interface ReservationOrderReference {
9420
- readonly number: string;
9421
- }
9422
11152
  interface Return {
9423
11153
  readonly id: string;
9424
11154
  readonly key: string;
@@ -9620,19 +11350,6 @@ declare namespace io.flow.v0.models {
9620
11350
  readonly authentication_techniques: io.flow.v0.enums.AuthenticationTechnique[];
9621
11351
  readonly roles: io.flow.v0.enums.FlowRole[];
9622
11352
  }
9623
- interface RuleDeleted {
9624
- readonly discriminator: 'rule_deleted';
9625
- readonly event_id: string;
9626
- readonly timestamp: string;
9627
- readonly id: string;
9628
- }
9629
- interface RuleUpserted {
9630
- readonly discriminator: 'rule_upserted';
9631
- readonly event_id: string;
9632
- readonly timestamp: string;
9633
- readonly organization_id: string;
9634
- readonly rule: io.flow.v0.models.InventoryRule;
9635
- }
9636
11353
  interface Schedule {
9637
11354
  readonly calendar?: io.flow.v0.enums.Calendar;
9638
11355
  readonly holiday: io.flow.v0.enums.HolidayCalendar;
@@ -10357,23 +12074,6 @@ declare namespace io.flow.v0.models {
10357
12074
  readonly service?: string;
10358
12075
  readonly shipment_recipient?: io.flow.v0.enums.ShipmentRecipient;
10359
12076
  }
10360
- interface SnapshotDeleted {
10361
- readonly discriminator: 'snapshot_deleted';
10362
- readonly event_id: string;
10363
- readonly timestamp: string;
10364
- readonly snapshot_id: string;
10365
- }
10366
- interface SnapshotUpserted {
10367
- readonly discriminator: 'snapshot_upserted';
10368
- readonly event_id: string;
10369
- readonly timestamp: string;
10370
- readonly organization: string;
10371
- readonly snapshot_id: string;
10372
- readonly available: number;
10373
- readonly center_key: string;
10374
- readonly item_number: string;
10375
- readonly quantity: number;
10376
- }
10377
12077
  interface SolidusProductExportType {
10378
12078
  readonly discriminator: 'solidus_product_export_type';
10379
12079
  readonly numbers?: string[];
@@ -10723,6 +12423,11 @@ declare namespace io.flow.v0.models {
10723
12423
  readonly eci?: string;
10724
12424
  readonly liability_sift?: boolean;
10725
12425
  readonly version?: string;
12426
+ readonly authenticated?: boolean;
12427
+ readonly authenticated_result?: string;
12428
+ readonly offered?: boolean;
12429
+ readonly offered_result?: string;
12430
+ readonly sca_exemption?: string;
10726
12431
  }
10727
12432
  interface ThreedsChallengeActionDetails {
10728
12433
  readonly discriminator: 'threeds_challenge_action_details';
@@ -10882,6 +12587,7 @@ declare namespace io.flow.v0.models {
10882
12587
  readonly status: io.flow.v0.enums.TrackingStatus;
10883
12588
  readonly timestamp: string;
10884
12589
  readonly description?: string;
12590
+ readonly aggregator_status_code?: string;
10885
12591
  }
10886
12592
  interface TrackingEventForm {
10887
12593
  readonly tracking_label_id: string;
@@ -11387,7 +13093,7 @@ declare namespace io.flow.v0.unions {
11387
13093
  type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
11388
13094
  type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
11389
13095
  type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
11390
- type Event = io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted;
13096
+ type Event = io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted;
11391
13097
  type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
11392
13098
  type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
11393
13099
  type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
@@ -11405,7 +13111,6 @@ declare namespace io.flow.v0.unions {
11405
13111
  type GatewayAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
11406
13112
  type InlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
11407
13113
  type InputSpecificationLimitation = io.flow.v0.models.InputSpecificationLimitationMax;
11408
- type InventoryStrategy = io.flow.v0.models.InventoryBackorder | io.flow.v0.models.InventoryStock | io.flow.v0.models.InventoryUnlimited | io.flow.v0.models.InventoryFollowEcommercePlatform;
11409
13114
  type KnowYourBusiness = io.flow.v0.models.KnowYourBusinessUsa;
11410
13115
  type KnowYourBusinessForm = io.flow.v0.models.KnowYourBusinessUsaForm;
11411
13116
  type LabelSurchargeDetail = io.flow.v0.models.LabelSurchargeDetailFlat | io.flow.v0.models.LabelSurchargeDetailPercentage | io.flow.v0.models.LabelSurchargeDetailPerWeightUnit;
@@ -11454,7 +13159,6 @@ declare namespace io.flow.v0.unions {
11454
13159
  type RatecardEstimate = io.flow.v0.models.RatecardEstimateV1 | io.flow.v0.models.RatecardEstimateV2 | io.flow.v0.models.RatecardEstimateV3 | io.flow.v0.models.RatecardEstimateV4;
11455
13160
  type RatecardFee = io.flow.v0.models.DdpRatecardFee | io.flow.v0.models.FuelSurchargeRatecardFee | io.flow.v0.models.OversizePieceSurchargeRatecardFee | io.flow.v0.models.ReturnPackageRatecardFee | io.flow.v0.models.CrossdockRatecardFee | io.flow.v0.models.RemoteAreaRatecardFee | io.flow.v0.models.EmergencySituationSurchargeRatecardFee | io.flow.v0.models.PeakSurchargeRatecardFee | io.flow.v0.models.DutiesTaxesPaidSurchargeRatecardFee | io.flow.v0.models.SecurityRatecardFee | io.flow.v0.models.EeiFilingRatecardFee | io.flow.v0.models.FixedDdpRatecardFee | io.flow.v0.models.FixedCurrencyConversionRatecardFee;
11456
13161
  type RepeatSchedule = io.flow.v0.models.RepeatHourly | io.flow.v0.models.RepeatDaily | io.flow.v0.models.RepeatWeekly | io.flow.v0.models.RepeatMonthly;
11457
- type ReservationError = io.flow.v0.models.NoInventoryReservationError | io.flow.v0.models.ExternalApiTimeoutReservationError | io.flow.v0.models.GenericReservationError;
11458
13162
  type ReturnSource = io.flow.v0.models.ReturnSourceFlow | io.flow.v0.models.ReturnSourceExternalVendor;
11459
13163
  type SdkAdyenV3AuthenticationToken = io.flow.v0.models.AdyenV3FingerprintToken | io.flow.v0.models.AdyenV3ChallengeToken;
11460
13164
  type ServiceDescription = io.flow.v0.models.ServiceSummary | io.flow.v0.models.ServiceUnknown;
@@ -11528,7 +13232,6 @@ export declare type AdyenNativeActionDetails = io.flow.v0.models.AdyenNativeActi
11528
13232
  export declare type AdyenNativeData = io.flow.v0.unions.AdyenNativeData;
11529
13233
  export declare type AdyenV3ChallengeToken = io.flow.v0.models.AdyenV3ChallengeToken;
11530
13234
  export declare type AdyenV3FingerprintToken = io.flow.v0.models.AdyenV3FingerprintToken;
11531
- export declare type Aggregate = io.flow.v0.enums.Aggregate;
11532
13235
  export declare type Allocation = io.flow.v0.models.Allocation;
11533
13236
  export declare type AllocationComponent = io.flow.v0.unions.AllocationComponent;
11534
13237
  export declare type AllocationDeletedV2 = io.flow.v0.models.AllocationDeletedV2;
@@ -12042,7 +13745,6 @@ export declare type ExportStatus = io.flow.v0.enums.ExportStatus;
12042
13745
  export declare type ExportType = io.flow.v0.unions.ExportType;
12043
13746
  export declare type ExportVersion = io.flow.v0.models.ExportVersion;
12044
13747
  export declare type ExporterOfRecord = io.flow.v0.enums.ExporterOfRecord;
12045
- export declare type ExternalApiTimeoutReservationError = io.flow.v0.models.ExternalApiTimeoutReservationError;
12046
13748
  export declare type FeeDeduction = io.flow.v0.models.FeeDeduction;
12047
13749
  export declare type FeeDeductionType = io.flow.v0.enums.FeeDeductionType;
12048
13750
  export declare type FeeWeight = io.flow.v0.models.FeeWeight;
@@ -12111,7 +13813,6 @@ export declare type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAut
12111
13813
  export declare type GenerateLoad = io.flow.v0.models.GenerateLoad;
12112
13814
  export declare type GenericError = io.flow.v0.models.GenericError;
12113
13815
  export declare type GenericErrorCode = io.flow.v0.enums.GenericErrorCode;
12114
- export declare type GenericReservationError = io.flow.v0.models.GenericReservationError;
12115
13816
  export declare type GeoForm = io.flow.v0.models.GeoForm;
12116
13817
  export declare type GoodsSupply = io.flow.v0.enums.GoodsSupply;
12117
13818
  export declare type GooglePayAuthorizationPayload = io.flow.v0.models.GooglePayAuthorizationPayload;
@@ -12164,6 +13865,9 @@ export declare type InboundCartonFee = io.flow.v0.models.InboundCartonFee;
12164
13865
  export declare type IncludedLevies = io.flow.v0.models.IncludedLevies;
12165
13866
  export declare type IncludedLevyKey = io.flow.v0.enums.IncludedLevyKey;
12166
13867
  export declare type Incoterm = io.flow.v0.enums.Incoterm;
13868
+ export declare type IncotermConfiguration = io.flow.v0.enums.IncotermConfiguration;
13869
+ export declare type IncotermIncludes = io.flow.v0.models.IncotermIncludes;
13870
+ export declare type IncotermSummary = io.flow.v0.models.IncotermSummary;
12167
13871
  export declare type IndirectTax = io.flow.v0.models.IndirectTax;
12168
13872
  export declare type Individual = io.flow.v0.models.Individual;
12169
13873
  export declare type InlineActionConfiguration = io.flow.v0.unions.InlineActionConfiguration;
@@ -12177,27 +13881,6 @@ export declare type InputSpecificationLimitation = io.flow.v0.unions.InputSpecif
12177
13881
  export declare type InputSpecificationLimitationMax = io.flow.v0.models.InputSpecificationLimitationMax;
12178
13882
  export declare type InputSpecificationLimitations = io.flow.v0.models.InputSpecificationLimitations;
12179
13883
  export declare type InputSpecificationType = io.flow.v0.enums.InputSpecificationType;
12180
- export declare type InventoryBackorder = io.flow.v0.models.InventoryBackorder;
12181
- export declare type InventoryCenterReference = io.flow.v0.models.InventoryCenterReference;
12182
- export declare type InventoryCheckResponse = io.flow.v0.models.InventoryCheckResponse;
12183
- export declare type InventoryCheckResponseItem = io.flow.v0.models.InventoryCheckResponseItem;
12184
- export declare type InventoryExperienceReference = io.flow.v0.models.InventoryExperienceReference;
12185
- export declare type InventoryFollowEcommercePlatform = io.flow.v0.models.InventoryFollowEcommercePlatform;
12186
- export declare type InventoryItemReference = io.flow.v0.models.InventoryItemReference;
12187
- export declare type InventoryRequest = io.flow.v0.models.InventoryRequest;
12188
- export declare type InventoryRequestItem = io.flow.v0.models.InventoryRequestItem;
12189
- export declare type InventoryRule = io.flow.v0.models.InventoryRule;
12190
- export declare type InventoryRuleForm = io.flow.v0.models.InventoryRuleForm;
12191
- export declare type InventoryRuleVersion = io.flow.v0.models.InventoryRuleVersion;
12192
- export declare type InventorySnapshot = io.flow.v0.models.InventorySnapshot;
12193
- export declare type InventorySnapshotVersion = io.flow.v0.models.InventorySnapshotVersion;
12194
- export declare type InventoryStatus = io.flow.v0.enums.InventoryStatus;
12195
- export declare type InventoryStock = io.flow.v0.models.InventoryStock;
12196
- export declare type InventoryStrategy = io.flow.v0.unions.InventoryStrategy;
12197
- export declare type InventoryUnlimited = io.flow.v0.models.InventoryUnlimited;
12198
- export declare type InventoryUpdate = io.flow.v0.models.InventoryUpdate;
12199
- export declare type InventoryUpdateForm = io.flow.v0.models.InventoryUpdateForm;
12200
- export declare type InventoryUpdateVersion = io.flow.v0.models.InventoryUpdateVersion;
12201
13884
  export declare type Invitation = io.flow.v0.models.Invitation;
12202
13885
  export declare type InvitationError = io.flow.v0.models.InvitationError;
12203
13886
  export declare type InvitationErrorCode = io.flow.v0.enums.InvitationErrorCode;
@@ -12365,8 +14048,6 @@ export declare type MonthlyAverage = io.flow.v0.models.MonthlyAverage;
12365
14048
  export declare type MonthlyAverageVolume = io.flow.v0.models.MonthlyAverageVolume;
12366
14049
  export declare type Name = io.flow.v0.models.Name;
12367
14050
  export declare type NameForm = io.flow.v0.models.NameForm;
12368
- export declare type NoInventoryReservationError = io.flow.v0.models.NoInventoryReservationError;
12369
- export declare type NoInventoryReservationErrorItem = io.flow.v0.models.NoInventoryReservationErrorItem;
12370
14051
  export declare type NotificationDeletedV2 = io.flow.v0.models.NotificationDeletedV2;
12371
14052
  export declare type NotificationUpsertedV2 = io.flow.v0.models.NotificationUpsertedV2;
12372
14053
  export declare type NumberRange = io.flow.v0.models.NumberRange;
@@ -12710,9 +14391,6 @@ export declare type PermissionAudit = io.flow.v0.models.PermissionAudit;
12710
14391
  export declare type PermissionCheck = io.flow.v0.models.PermissionCheck;
12711
14392
  export declare type PermittedHttpMethod = io.flow.v0.enums.PermittedHttpMethod;
12712
14393
  export declare type PermittedRoute = io.flow.v0.models.PermittedRoute;
12713
- export declare type PfsInventoryCheckResponse = io.flow.v0.models.PfsInventoryCheckResponse;
12714
- export declare type PfsInventoryCheckResponseItem = io.flow.v0.models.PfsInventoryCheckResponseItem;
12715
- export declare type PfsInventoryStatus = io.flow.v0.models.PfsInventoryStatus;
12716
14394
  export declare type PhysicalDelivery = io.flow.v0.models.PhysicalDelivery;
12717
14395
  export declare type PhysicalDeliveryPreferredService = io.flow.v0.models.PhysicalDeliveryPreferredService;
12718
14396
  export declare type PhysicalDeliverySpecialSerivce = io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
@@ -12862,13 +14540,6 @@ export declare type RepeatHourly = io.flow.v0.models.RepeatHourly;
12862
14540
  export declare type RepeatMonthly = io.flow.v0.models.RepeatMonthly;
12863
14541
  export declare type RepeatSchedule = io.flow.v0.unions.RepeatSchedule;
12864
14542
  export declare type RepeatWeekly = io.flow.v0.models.RepeatWeekly;
12865
- export declare type Reservation = io.flow.v0.models.Reservation;
12866
- export declare type ReservationError = io.flow.v0.unions.ReservationError;
12867
- export declare type ReservationForm = io.flow.v0.models.ReservationForm;
12868
- export declare type ReservationItem = io.flow.v0.models.ReservationItem;
12869
- export declare type ReservationItemForm = io.flow.v0.models.ReservationItemForm;
12870
- export declare type ReservationItemReference = io.flow.v0.models.ReservationItemReference;
12871
- export declare type ReservationOrderReference = io.flow.v0.models.ReservationOrderReference;
12872
14543
  export declare type RestrictedReviewStatus = io.flow.v0.enums.RestrictedReviewStatus;
12873
14544
  export declare type Return = io.flow.v0.models.Return;
12874
14545
  export declare type ReturnDeleted = io.flow.v0.models.ReturnDeleted;
@@ -12913,8 +14584,6 @@ export declare type Rounding = io.flow.v0.models.Rounding;
12913
14584
  export declare type RoundingMethod = io.flow.v0.enums.RoundingMethod;
12914
14585
  export declare type RoundingType = io.flow.v0.enums.RoundingType;
12915
14586
  export declare type RouteAudit = io.flow.v0.models.RouteAudit;
12916
- export declare type RuleDeleted = io.flow.v0.models.RuleDeleted;
12917
- export declare type RuleUpserted = io.flow.v0.models.RuleUpserted;
12918
14587
  export declare type Schedule = io.flow.v0.models.Schedule;
12919
14588
  export declare type ScheduleExceptionStatus = io.flow.v0.enums.ScheduleExceptionStatus;
12920
14589
  export declare type ScheduledExport = io.flow.v0.models.ScheduledExport;
@@ -13042,8 +14711,6 @@ export declare type ShopifyVariantFlowMetafield = io.flow.v0.models.ShopifyVaria
13042
14711
  export declare type ShopifyVariantInventoryMetafield = io.flow.v0.models.ShopifyVariantInventoryMetafield;
13043
14712
  export declare type SimplePermissionCheck = io.flow.v0.models.SimplePermissionCheck;
13044
14713
  export declare type SinglePackageShippingNotificationForm = io.flow.v0.models.SinglePackageShippingNotificationForm;
13045
- export declare type SnapshotDeleted = io.flow.v0.models.SnapshotDeleted;
13046
- export declare type SnapshotUpserted = io.flow.v0.models.SnapshotUpserted;
13047
14714
  export declare type SolidusProductExportType = io.flow.v0.models.SolidusProductExportType;
13048
14715
  export declare type SolidusVariantExportType = io.flow.v0.models.SolidusVariantExportType;
13049
14716
  export declare type SortDirection = io.flow.v0.enums.SortDirection;
@@ -13219,7 +14886,6 @@ export declare type UnitOfTime = io.flow.v0.enums.UnitOfTime;
13219
14886
  export declare type UnitOfVolume = io.flow.v0.enums.UnitOfVolume;
13220
14887
  export declare type UnitOfWeight = io.flow.v0.enums.UnitOfWeight;
13221
14888
  export declare type UpdatePolicy = io.flow.v0.enums.UpdatePolicy;
13222
- export declare type UpdateType = io.flow.v0.enums.UpdateType;
13223
14889
  export declare type Upload = io.flow.v0.models.Upload;
13224
14890
  export declare type User = io.flow.v0.models.User;
13225
14891
  export declare type UserForm = io.flow.v0.models.UserForm;