@flowio/types 11.24.104 → 11.24.106
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-internal.d.ts +269 -38
- package/dist/api.d.ts +1948 -268
- package/package.json +2 -2
- package/src/api-internal.ts +359 -47
- package/src/api.ts +2565 -343
package/dist/api.d.ts
CHANGED
|
@@ -2066,109 +2066,1968 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
2066
2066
|
readonly webhook: io.flow.shopify.external.v0.models.Webhook;
|
|
2067
2067
|
}
|
|
2068
2068
|
}
|
|
2069
|
+
declare namespace io.flow.order.price.v0.enums {
|
|
2070
|
+
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';
|
|
2071
|
+
type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
|
|
2072
|
+
}
|
|
2073
|
+
declare namespace io.flow.order.price.v0.models {
|
|
2074
|
+
interface OrderPriceDetail {
|
|
2075
|
+
readonly key: io.flow.order.price.v0.enums.OrderPriceDetailKey;
|
|
2076
|
+
readonly currency: string;
|
|
2077
|
+
readonly amount: number;
|
|
2078
|
+
readonly label: string;
|
|
2079
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
2080
|
+
readonly components: io.flow.order.price.v0.models.OrderPriceDetailComponent[];
|
|
2081
|
+
readonly name?: string;
|
|
2082
|
+
readonly rate?: number;
|
|
2083
|
+
readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
|
|
2084
|
+
readonly rate_label?: string;
|
|
2085
|
+
}
|
|
2086
|
+
interface OrderPriceDetailComponent {
|
|
2087
|
+
readonly key: io.flow.order.price.v0.enums.OrderPriceDetailComponentKey;
|
|
2088
|
+
readonly currency: string;
|
|
2089
|
+
readonly amount: number;
|
|
2090
|
+
readonly label: string;
|
|
2091
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
2092
|
+
readonly name?: string;
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
declare namespace io.flow.common.v0.enums {
|
|
2096
|
+
type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
|
|
2097
|
+
type AvailabilityStatus = 'enabled' | 'disabled';
|
|
2098
|
+
type Calendar = 'weekdays' | 'everyday';
|
|
2099
|
+
type Capability = 'crossdock';
|
|
2100
|
+
type ChangeType = 'insert' | 'update' | 'delete';
|
|
2101
|
+
type CurrencyLabelFormatter = 'strip_trailing_zeros' | 'symbol_prefix' | 'symbol_suffix';
|
|
2102
|
+
type CurrencySymbolFormat = 'narrow' | 'primary';
|
|
2103
|
+
type DayOfWeek = 'sunday' | 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday';
|
|
2104
|
+
type DeliveredDuty = 'paid' | 'unpaid';
|
|
2105
|
+
type DiscountTarget = 'item' | 'shipping';
|
|
2106
|
+
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
2107
|
+
type Environment = 'sandbox' | 'production';
|
|
2108
|
+
type ExceptionType = 'open' | 'closed';
|
|
2109
|
+
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
2110
|
+
type HolidayCalendar = 'us_bank_holidays' | 'jewish_holidays';
|
|
2111
|
+
type IncludedLevyKey = 'duty' | 'vat' | 'vat_and_duty' | 'none';
|
|
2112
|
+
type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
|
|
2113
|
+
type InputSpecificationType = 'text' | 'number';
|
|
2114
|
+
type MarginType = 'fixed' | 'percent';
|
|
2115
|
+
type MeasurementSystem = 'imperial' | 'metric';
|
|
2116
|
+
type MerchantOfRecord = 'flow' | 'organization';
|
|
2117
|
+
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
2118
|
+
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
2119
|
+
type OrganizationType = 'standalone' | 'channel';
|
|
2120
|
+
type PriceBookStatus = 'draft' | 'published' | 'archived';
|
|
2121
|
+
type Role = 'admin' | 'member';
|
|
2122
|
+
type RoundingMethod = 'up' | 'down' | 'nearest';
|
|
2123
|
+
type RoundingType = 'pattern' | 'multiple';
|
|
2124
|
+
type ScheduleExceptionStatus = 'Open' | 'Closed';
|
|
2125
|
+
type SortDirection = 'ascending' | 'descending';
|
|
2126
|
+
type UnitOfMeasurement = 'millimeter' | 'centimeter' | 'inch' | 'foot' | 'cubic_inch' | 'cubic_meter' | 'gram' | 'kilogram' | 'meter' | 'ounce' | 'pound';
|
|
2127
|
+
type UnitOfTime = 'year' | 'month' | 'week' | 'day' | 'hour' | 'minute';
|
|
2128
|
+
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2129
|
+
type ValueAddedService = 'Hazardous Material';
|
|
2130
|
+
type Visibility = 'public' | 'private';
|
|
2131
|
+
}
|
|
2132
|
+
declare namespace io.flow.common.v0.models {
|
|
2133
|
+
interface Address {
|
|
2134
|
+
readonly text?: string;
|
|
2135
|
+
readonly streets?: string[];
|
|
2136
|
+
readonly street_number?: string;
|
|
2137
|
+
readonly city?: string;
|
|
2138
|
+
readonly province?: string;
|
|
2139
|
+
readonly postal?: string;
|
|
2140
|
+
readonly country?: string;
|
|
2141
|
+
readonly latitude?: string;
|
|
2142
|
+
readonly longitude?: string;
|
|
2143
|
+
}
|
|
2144
|
+
interface BillingAddress {
|
|
2145
|
+
readonly name?: io.flow.common.v0.models.Name;
|
|
2146
|
+
readonly streets?: string[];
|
|
2147
|
+
readonly city?: string;
|
|
2148
|
+
readonly province?: string;
|
|
2149
|
+
readonly postal?: string;
|
|
2150
|
+
readonly country?: string;
|
|
2151
|
+
readonly company?: string;
|
|
2152
|
+
}
|
|
2153
|
+
interface CatalogItemReference {
|
|
2154
|
+
readonly id: string;
|
|
2155
|
+
readonly number: string;
|
|
2156
|
+
}
|
|
2157
|
+
interface CatalogItemSummary {
|
|
2158
|
+
readonly number: string;
|
|
2159
|
+
readonly name: string;
|
|
2160
|
+
readonly attributes: Record<string, string>;
|
|
2161
|
+
}
|
|
2162
|
+
interface ChannelReference {
|
|
2163
|
+
readonly id: string;
|
|
2164
|
+
}
|
|
2165
|
+
interface CheckoutReference {
|
|
2166
|
+
readonly id: string;
|
|
2167
|
+
}
|
|
2168
|
+
interface Contact {
|
|
2169
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
2170
|
+
readonly company?: string;
|
|
2171
|
+
readonly email?: string;
|
|
2172
|
+
readonly phone?: string;
|
|
2173
|
+
}
|
|
2174
|
+
interface CustomerInvoice {
|
|
2175
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
2176
|
+
}
|
|
2177
|
+
interface CustomerReference {
|
|
2178
|
+
readonly number: string;
|
|
2179
|
+
}
|
|
2180
|
+
interface DatetimeRange {
|
|
2181
|
+
readonly from: string;
|
|
2182
|
+
readonly to: string;
|
|
2183
|
+
}
|
|
2184
|
+
interface Dimension {
|
|
2185
|
+
readonly depth?: io.flow.common.v0.models.Measurement;
|
|
2186
|
+
readonly diameter?: io.flow.common.v0.models.Measurement;
|
|
2187
|
+
readonly length?: io.flow.common.v0.models.Measurement;
|
|
2188
|
+
readonly weight?: io.flow.common.v0.models.Measurement;
|
|
2189
|
+
readonly width?: io.flow.common.v0.models.Measurement;
|
|
2190
|
+
}
|
|
2191
|
+
interface Dimensions {
|
|
2192
|
+
readonly product?: io.flow.common.v0.models.Dimension;
|
|
2193
|
+
readonly packaging?: io.flow.common.v0.models.Dimension;
|
|
2194
|
+
}
|
|
2195
|
+
interface DiscountForm {
|
|
2196
|
+
readonly offer: io.flow.common.v0.unions.DiscountOffer;
|
|
2197
|
+
readonly target?: io.flow.common.v0.enums.DiscountTarget;
|
|
2198
|
+
readonly label?: string;
|
|
2199
|
+
}
|
|
2200
|
+
interface DiscountOfferFixed {
|
|
2201
|
+
readonly discriminator: 'discount_offer_fixed';
|
|
2202
|
+
readonly money: io.flow.common.v0.models.Money;
|
|
2203
|
+
}
|
|
2204
|
+
interface DiscountOfferPercent {
|
|
2205
|
+
readonly discriminator: 'discount_offer_percent';
|
|
2206
|
+
readonly percent: number;
|
|
2207
|
+
}
|
|
2208
|
+
interface DiscountsForm {
|
|
2209
|
+
readonly discounts: io.flow.common.v0.models.DiscountForm[];
|
|
2210
|
+
}
|
|
2211
|
+
interface Duration {
|
|
2212
|
+
readonly unit: io.flow.common.v0.enums.UnitOfTime;
|
|
2213
|
+
readonly value: number;
|
|
2214
|
+
}
|
|
2215
|
+
interface EntityIdentifier {
|
|
2216
|
+
readonly name: io.flow.common.v0.enums.EntityIdentifierType;
|
|
2217
|
+
readonly number: string;
|
|
2218
|
+
readonly issuing_country?: string;
|
|
2219
|
+
}
|
|
2220
|
+
interface Exception {
|
|
2221
|
+
readonly type: io.flow.common.v0.enums.ExceptionType;
|
|
2222
|
+
readonly datetime_range: io.flow.common.v0.models.DatetimeRange;
|
|
2223
|
+
}
|
|
2224
|
+
interface ExperienceSummary {
|
|
2225
|
+
readonly id: string;
|
|
2226
|
+
readonly key: string;
|
|
2227
|
+
readonly name: string;
|
|
2228
|
+
readonly country?: string;
|
|
2229
|
+
readonly currency?: string;
|
|
2230
|
+
readonly language?: string;
|
|
2231
|
+
}
|
|
2232
|
+
interface IncludedLevies {
|
|
2233
|
+
readonly key: io.flow.common.v0.enums.IncludedLevyKey;
|
|
2234
|
+
readonly label: string;
|
|
2235
|
+
}
|
|
2236
|
+
interface InputForm {
|
|
2237
|
+
readonly values?: Record<string, string>;
|
|
2238
|
+
}
|
|
2239
|
+
interface InputFormSpecification {
|
|
2240
|
+
readonly inputs?: io.flow.common.v0.models.InputSpecification[];
|
|
2241
|
+
readonly limitations?: io.flow.common.v0.models.InputSpecificationLimitations;
|
|
2242
|
+
}
|
|
2243
|
+
interface InputSpecification {
|
|
2244
|
+
readonly type: io.flow.common.v0.enums.InputSpecificationType;
|
|
2245
|
+
readonly name: string;
|
|
2246
|
+
readonly display_text?: string;
|
|
2247
|
+
}
|
|
2248
|
+
interface InputSpecificationLimitationMax {
|
|
2249
|
+
readonly discriminator: 'input_specification_limitation_max';
|
|
2250
|
+
readonly max: number;
|
|
2251
|
+
}
|
|
2252
|
+
interface InputSpecificationLimitations {
|
|
2253
|
+
readonly limitations?: io.flow.common.v0.unions.InputSpecificationLimitation[];
|
|
2254
|
+
}
|
|
2255
|
+
interface ItemReference {
|
|
2256
|
+
readonly number: string;
|
|
2257
|
+
}
|
|
2258
|
+
interface LineItem {
|
|
2259
|
+
readonly number: string;
|
|
2260
|
+
readonly quantity: number;
|
|
2261
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
2262
|
+
readonly attributes: Record<string, string>;
|
|
2263
|
+
readonly center?: string;
|
|
2264
|
+
readonly discount?: io.flow.common.v0.models.Money;
|
|
2265
|
+
}
|
|
2266
|
+
interface LineItemAttributesForm {
|
|
2267
|
+
readonly attributes: Record<string, string>;
|
|
2268
|
+
}
|
|
2269
|
+
interface LineItemForm {
|
|
2270
|
+
readonly number: string;
|
|
2271
|
+
readonly quantity: number;
|
|
2272
|
+
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
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
|
+
readonly discounts?: io.flow.common.v0.models.DiscountsForm;
|
|
2278
|
+
}
|
|
2279
|
+
interface LineItemQuantityForm {
|
|
2280
|
+
readonly quantity: number;
|
|
2281
|
+
}
|
|
2282
|
+
interface LogoImageSetStatic {
|
|
2283
|
+
readonly discriminator: 'static';
|
|
2284
|
+
readonly small?: io.flow.common.v0.models.LogoImageStatic;
|
|
2285
|
+
readonly medium: io.flow.common.v0.models.LogoImageStatic;
|
|
2286
|
+
readonly large?: io.flow.common.v0.models.LogoImageStatic;
|
|
2287
|
+
}
|
|
2288
|
+
interface LogoImageStatic {
|
|
2289
|
+
readonly url: string;
|
|
2290
|
+
readonly width: number;
|
|
2291
|
+
readonly height: number;
|
|
2292
|
+
}
|
|
2293
|
+
interface LogoImageSvg {
|
|
2294
|
+
readonly discriminator: 'svg';
|
|
2295
|
+
readonly url: string;
|
|
2296
|
+
}
|
|
2297
|
+
interface Margin {
|
|
2298
|
+
readonly type: io.flow.common.v0.enums.MarginType;
|
|
2299
|
+
readonly value: number;
|
|
2300
|
+
}
|
|
2301
|
+
interface Measurement {
|
|
2302
|
+
readonly value: string;
|
|
2303
|
+
readonly units: io.flow.common.v0.enums.UnitOfMeasurement;
|
|
2304
|
+
}
|
|
2305
|
+
interface MerchantOfRecordEntity {
|
|
2306
|
+
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
2307
|
+
readonly name: string;
|
|
2308
|
+
readonly vat?: io.flow.common.v0.models.MerchantOfRecordEntityRegistration;
|
|
2309
|
+
readonly identifiers?: io.flow.common.v0.models.EntityIdentifier[];
|
|
2310
|
+
readonly streets: string[];
|
|
2311
|
+
readonly city: string;
|
|
2312
|
+
readonly province?: string;
|
|
2313
|
+
readonly postal?: string;
|
|
2314
|
+
readonly country: string;
|
|
2315
|
+
readonly phone?: string;
|
|
2316
|
+
readonly email?: string;
|
|
2317
|
+
}
|
|
2318
|
+
interface MerchantOfRecordEntityRegistration {
|
|
2319
|
+
readonly number: string;
|
|
2320
|
+
readonly country: string;
|
|
2321
|
+
}
|
|
2322
|
+
interface Money {
|
|
2323
|
+
readonly amount: number;
|
|
2324
|
+
readonly currency: string;
|
|
2325
|
+
}
|
|
2326
|
+
interface MoneyWithBase {
|
|
2327
|
+
readonly currency: string;
|
|
2328
|
+
readonly amount: number;
|
|
2329
|
+
readonly base: io.flow.common.v0.models.Money;
|
|
2330
|
+
}
|
|
2331
|
+
interface MoneyWithOptionalBase {
|
|
2332
|
+
readonly currency: string;
|
|
2333
|
+
readonly amount: number;
|
|
2334
|
+
readonly base?: io.flow.common.v0.models.Money;
|
|
2335
|
+
}
|
|
2336
|
+
interface Name {
|
|
2337
|
+
readonly first?: string;
|
|
2338
|
+
readonly last?: string;
|
|
2339
|
+
}
|
|
2340
|
+
interface OrderCustomer {
|
|
2341
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
2342
|
+
readonly number?: string;
|
|
2343
|
+
readonly phone?: string;
|
|
2344
|
+
readonly email?: string;
|
|
2345
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
2346
|
+
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
2347
|
+
}
|
|
2348
|
+
interface OrderCustomerForm {
|
|
2349
|
+
readonly name?: io.flow.common.v0.models.Name;
|
|
2350
|
+
readonly number?: string;
|
|
2351
|
+
readonly phone?: string;
|
|
2352
|
+
readonly email?: string;
|
|
2353
|
+
readonly address?: io.flow.common.v0.models.BillingAddress;
|
|
2354
|
+
readonly invoice?: io.flow.common.v0.models.CustomerInvoice;
|
|
2355
|
+
}
|
|
2356
|
+
interface Organization {
|
|
2357
|
+
readonly discriminator: 'organization';
|
|
2358
|
+
readonly id: string;
|
|
2359
|
+
readonly name: string;
|
|
2360
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
2361
|
+
readonly parent?: io.flow.common.v0.models.OrganizationReference;
|
|
2362
|
+
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
2363
|
+
readonly created_at?: string;
|
|
2364
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
2365
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
2366
|
+
}
|
|
2367
|
+
interface OrganizationDefaults {
|
|
2368
|
+
readonly country: string;
|
|
2369
|
+
readonly base_currency: string;
|
|
2370
|
+
readonly language: string;
|
|
2371
|
+
readonly locale: string;
|
|
2372
|
+
readonly timezone: string;
|
|
2373
|
+
}
|
|
2374
|
+
interface OrganizationReference {
|
|
2375
|
+
readonly discriminator: 'organization_reference';
|
|
2376
|
+
readonly id: string;
|
|
2377
|
+
}
|
|
2378
|
+
interface OrganizationSummary {
|
|
2379
|
+
readonly id: string;
|
|
2380
|
+
readonly name: string;
|
|
2381
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
2382
|
+
}
|
|
2383
|
+
interface PartnerReference {
|
|
2384
|
+
readonly id: string;
|
|
2385
|
+
}
|
|
2386
|
+
interface Price {
|
|
2387
|
+
readonly amount: number;
|
|
2388
|
+
readonly currency: string;
|
|
2389
|
+
readonly label: string;
|
|
2390
|
+
}
|
|
2391
|
+
interface PriceForm {
|
|
2392
|
+
readonly amount: number;
|
|
2393
|
+
readonly currency: string;
|
|
2394
|
+
}
|
|
2395
|
+
interface PriceSourceCatalog {
|
|
2396
|
+
readonly discriminator: 'catalog';
|
|
2397
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
2398
|
+
}
|
|
2399
|
+
interface PriceSourcePriceBook {
|
|
2400
|
+
readonly discriminator: 'price_book';
|
|
2401
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
2402
|
+
readonly includes: io.flow.common.v0.models.IncludedLevies;
|
|
2403
|
+
readonly price_book_reference: io.flow.common.v0.models.PriceSourcePriceBookReference;
|
|
2404
|
+
}
|
|
2405
|
+
interface PriceSourcePriceBookReference {
|
|
2406
|
+
readonly id: string;
|
|
2407
|
+
readonly key: string;
|
|
2408
|
+
}
|
|
2409
|
+
interface PriceSourceProvided {
|
|
2410
|
+
readonly discriminator: 'provided';
|
|
2411
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
2412
|
+
}
|
|
2413
|
+
interface PriceWithBase {
|
|
2414
|
+
readonly currency: string;
|
|
2415
|
+
readonly amount: number;
|
|
2416
|
+
readonly label: string;
|
|
2417
|
+
readonly base?: io.flow.common.v0.models.Price;
|
|
2418
|
+
}
|
|
2419
|
+
interface RepeatDaily {
|
|
2420
|
+
readonly discriminator: 'repeat_daily';
|
|
2421
|
+
readonly interval: number;
|
|
2422
|
+
}
|
|
2423
|
+
interface RepeatHourly {
|
|
2424
|
+
readonly discriminator: 'repeat_hourly';
|
|
2425
|
+
readonly interval: number;
|
|
2426
|
+
}
|
|
2427
|
+
interface RepeatMonthly {
|
|
2428
|
+
readonly discriminator: 'repeat_monthly';
|
|
2429
|
+
readonly interval: number;
|
|
2430
|
+
readonly days: number[];
|
|
2431
|
+
}
|
|
2432
|
+
interface RepeatWeekly {
|
|
2433
|
+
readonly discriminator: 'repeat_weekly';
|
|
2434
|
+
readonly interval: number;
|
|
2435
|
+
readonly days_of_week: io.flow.common.v0.enums.DayOfWeek[];
|
|
2436
|
+
}
|
|
2437
|
+
interface Rounding {
|
|
2438
|
+
readonly type: io.flow.common.v0.enums.RoundingType;
|
|
2439
|
+
readonly method: io.flow.common.v0.enums.RoundingMethod;
|
|
2440
|
+
readonly value: number;
|
|
2441
|
+
}
|
|
2442
|
+
interface Schedule {
|
|
2443
|
+
readonly calendar?: io.flow.common.v0.enums.Calendar;
|
|
2444
|
+
readonly holiday: io.flow.common.v0.enums.HolidayCalendar;
|
|
2445
|
+
readonly exception: io.flow.common.v0.models.Exception[];
|
|
2446
|
+
readonly cutoff?: string;
|
|
2447
|
+
readonly min_lead_time?: number;
|
|
2448
|
+
readonly max_lead_time?: number;
|
|
2449
|
+
}
|
|
2450
|
+
interface SessionReference {
|
|
2451
|
+
readonly id: string;
|
|
2452
|
+
}
|
|
2453
|
+
interface User {
|
|
2454
|
+
readonly discriminator: 'user';
|
|
2455
|
+
readonly id: string;
|
|
2456
|
+
readonly email?: string;
|
|
2457
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
2458
|
+
readonly status: io.flow.common.v0.enums.UserStatus;
|
|
2459
|
+
}
|
|
2460
|
+
interface UserReference {
|
|
2461
|
+
readonly discriminator: 'user_reference';
|
|
2462
|
+
readonly id: string;
|
|
2463
|
+
}
|
|
2464
|
+
interface Zone {
|
|
2465
|
+
readonly postals?: string[];
|
|
2466
|
+
readonly provinces?: string[];
|
|
2467
|
+
readonly country: string;
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
declare namespace io.flow.common.v0.unions {
|
|
2471
|
+
type DiscountOffer = io.flow.common.v0.models.DiscountOfferFixed | io.flow.common.v0.models.DiscountOfferPercent;
|
|
2472
|
+
type ExpandableOrganization = io.flow.common.v0.models.Organization | io.flow.common.v0.models.OrganizationReference;
|
|
2473
|
+
type ExpandableUser = io.flow.common.v0.models.User | io.flow.common.v0.models.UserReference;
|
|
2474
|
+
type InputSpecificationLimitation = io.flow.common.v0.models.InputSpecificationLimitationMax;
|
|
2475
|
+
type LogoImage = io.flow.common.v0.models.LogoImageSvg | io.flow.common.v0.models.LogoImageSetStatic;
|
|
2476
|
+
type PriceSource = io.flow.common.v0.models.PriceSourcePriceBook | io.flow.common.v0.models.PriceSourceCatalog | io.flow.common.v0.models.PriceSourceProvided;
|
|
2477
|
+
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;
|
|
2478
|
+
}
|
|
2069
2479
|
declare namespace io.flow.error.v0.enums {
|
|
2070
2480
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
2071
2481
|
}
|
|
2072
|
-
declare namespace io.flow.error.v0.models {
|
|
2073
|
-
interface GenericError {
|
|
2074
|
-
readonly code: io.flow.error.v0.enums.GenericErrorCode;
|
|
2482
|
+
declare namespace io.flow.error.v0.models {
|
|
2483
|
+
interface GenericError {
|
|
2484
|
+
readonly code: io.flow.error.v0.enums.GenericErrorCode;
|
|
2485
|
+
readonly messages: string[];
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
declare namespace io.flow.price.v0.enums {
|
|
2489
|
+
type LevyComponent = 'goods' | 'duty' | 'insurance' | 'freight' | 'vat';
|
|
2490
|
+
type LevyStrategy = 'minimum' | 'average' | 'maximum';
|
|
2491
|
+
type PriceAccuracy = 'calculated' | 'estimated_from_partial_destination';
|
|
2492
|
+
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';
|
|
2493
|
+
type PriceDetailKey = 'item_price' | 'margins' | 'vat' | 'duty' | 'rounding' | 'adjustment';
|
|
2494
|
+
type PricingLevySetting = 'included' | 'displayed' | 'ignored';
|
|
2495
|
+
}
|
|
2496
|
+
declare namespace io.flow.price.v0.models {
|
|
2497
|
+
interface CurrencyFormat {
|
|
2498
|
+
readonly symbol: io.flow.common.v0.enums.CurrencySymbolFormat;
|
|
2499
|
+
readonly label_formatters: io.flow.common.v0.enums.CurrencyLabelFormatter[];
|
|
2500
|
+
}
|
|
2501
|
+
interface DeminimisPerItem {
|
|
2502
|
+
readonly discriminator: 'deminimis_per_item';
|
|
2503
|
+
readonly currency: string;
|
|
2504
|
+
readonly minimum?: number;
|
|
2505
|
+
readonly maximum?: number;
|
|
2506
|
+
}
|
|
2507
|
+
interface DeminimisSimple {
|
|
2508
|
+
readonly discriminator: 'deminimis_simple';
|
|
2509
|
+
readonly value?: number;
|
|
2510
|
+
readonly currency: string;
|
|
2511
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
2512
|
+
readonly minimum?: number;
|
|
2513
|
+
}
|
|
2514
|
+
interface Duty {
|
|
2515
|
+
readonly rate: number;
|
|
2516
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
2517
|
+
readonly deminimis?: io.flow.price.v0.unions.Deminimis;
|
|
2518
|
+
readonly name?: string;
|
|
2519
|
+
}
|
|
2520
|
+
interface LocalPriceDetails {
|
|
2521
|
+
readonly base: io.flow.price.v0.models.PriceDetails;
|
|
2522
|
+
readonly local: io.flow.price.v0.models.PriceDetails;
|
|
2523
|
+
readonly discount?: io.flow.price.v0.models.PriceDetail;
|
|
2524
|
+
readonly local_before_discount?: io.flow.price.v0.models.PriceDetail;
|
|
2525
|
+
}
|
|
2526
|
+
interface PriceBook {
|
|
2527
|
+
readonly id: string;
|
|
2528
|
+
readonly key: string;
|
|
2529
|
+
readonly currency: string;
|
|
2530
|
+
readonly name: string;
|
|
2531
|
+
readonly includes: io.flow.common.v0.models.IncludedLevies;
|
|
2532
|
+
readonly status: io.flow.common.v0.enums.PriceBookStatus;
|
|
2533
|
+
}
|
|
2534
|
+
interface PriceBookForm {
|
|
2535
|
+
readonly currency: string;
|
|
2536
|
+
readonly name: string;
|
|
2537
|
+
readonly includes: io.flow.common.v0.enums.IncludedLevyKey;
|
|
2538
|
+
readonly status?: io.flow.common.v0.enums.PriceBookStatus;
|
|
2539
|
+
}
|
|
2540
|
+
interface PriceBookItem {
|
|
2541
|
+
readonly id: string;
|
|
2542
|
+
readonly key: string;
|
|
2543
|
+
readonly price_book: io.flow.price.v0.models.PriceBookReference;
|
|
2544
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
2545
|
+
readonly item_number: string;
|
|
2546
|
+
readonly schedule: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
2547
|
+
readonly item_attributes?: Record<string, string>;
|
|
2548
|
+
}
|
|
2549
|
+
interface PriceBookItemForm {
|
|
2550
|
+
readonly price_book_key: string;
|
|
2551
|
+
readonly item_number: string;
|
|
2552
|
+
readonly amount: number;
|
|
2553
|
+
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
2554
|
+
readonly item_attributes?: Record<string, string>;
|
|
2555
|
+
}
|
|
2556
|
+
interface PriceBookItemQueryForm {
|
|
2557
|
+
readonly price_book_key: string;
|
|
2558
|
+
readonly item_query: string;
|
|
2559
|
+
readonly amount: number;
|
|
2560
|
+
readonly schedule?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
2561
|
+
readonly item_attributes?: Record<string, string>;
|
|
2562
|
+
}
|
|
2563
|
+
interface PriceBookItemSchedule {
|
|
2564
|
+
readonly starts_at: string;
|
|
2565
|
+
readonly ends_at?: string;
|
|
2566
|
+
}
|
|
2567
|
+
interface PriceBookReference {
|
|
2568
|
+
readonly id: string;
|
|
2569
|
+
readonly key: string;
|
|
2570
|
+
}
|
|
2571
|
+
interface PriceCheck {
|
|
2572
|
+
readonly display: io.flow.price.v0.models.LocalPriceDetails;
|
|
2573
|
+
readonly final: io.flow.price.v0.models.LocalPriceDetails;
|
|
2574
|
+
}
|
|
2575
|
+
interface PriceDetail {
|
|
2576
|
+
readonly key: io.flow.price.v0.enums.PriceDetailKey;
|
|
2577
|
+
readonly components: io.flow.price.v0.models.PriceDetailComponent[];
|
|
2578
|
+
readonly amount: number;
|
|
2579
|
+
readonly label: string;
|
|
2580
|
+
readonly name?: string;
|
|
2581
|
+
readonly basis?: number;
|
|
2582
|
+
}
|
|
2583
|
+
interface PriceDetailComponent {
|
|
2584
|
+
readonly key: io.flow.price.v0.enums.PriceDetailComponentKey;
|
|
2585
|
+
readonly amount: number;
|
|
2586
|
+
readonly label: string;
|
|
2587
|
+
readonly name?: string;
|
|
2588
|
+
}
|
|
2589
|
+
interface PriceDetails {
|
|
2590
|
+
readonly currency: string;
|
|
2591
|
+
readonly item_price: io.flow.price.v0.models.PriceDetail;
|
|
2592
|
+
readonly margins: io.flow.price.v0.models.PriceDetail;
|
|
2593
|
+
readonly vat: io.flow.price.v0.models.PriceDetail;
|
|
2594
|
+
readonly duty: io.flow.price.v0.models.PriceDetail;
|
|
2595
|
+
readonly rounding: io.flow.price.v0.models.PriceDetail;
|
|
2596
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
2597
|
+
readonly total: io.flow.common.v0.models.Price;
|
|
2598
|
+
readonly adjustment?: io.flow.price.v0.models.PriceDetail;
|
|
2599
|
+
}
|
|
2600
|
+
interface PriceEquation {
|
|
2601
|
+
readonly contracted_rate: number;
|
|
2602
|
+
readonly rate: number;
|
|
2603
|
+
readonly pricing: io.flow.price.v0.models.Pricing;
|
|
2604
|
+
readonly base_price: number;
|
|
2605
|
+
readonly discount: number;
|
|
2606
|
+
readonly fixed_margin: number;
|
|
2607
|
+
readonly percent_margin: number;
|
|
2608
|
+
readonly insurance: number;
|
|
2609
|
+
readonly freight: number;
|
|
2610
|
+
readonly duty?: io.flow.price.v0.models.Duty;
|
|
2611
|
+
readonly tax?: io.flow.price.v0.models.Tax;
|
|
2612
|
+
readonly percent_sales_margin: number;
|
|
2613
|
+
}
|
|
2614
|
+
interface Pricing {
|
|
2615
|
+
readonly vat: io.flow.price.v0.enums.PricingLevySetting;
|
|
2616
|
+
readonly duty: io.flow.price.v0.enums.PricingLevySetting;
|
|
2617
|
+
readonly rounding?: io.flow.common.v0.models.Rounding;
|
|
2618
|
+
}
|
|
2619
|
+
interface Tax {
|
|
2620
|
+
readonly name: string;
|
|
2621
|
+
readonly rate: number;
|
|
2622
|
+
readonly components: io.flow.price.v0.enums.LevyComponent[];
|
|
2623
|
+
readonly deminimis?: io.flow.price.v0.unions.Deminimis;
|
|
2624
|
+
}
|
|
2625
|
+
}
|
|
2626
|
+
declare namespace io.flow.price.v0.unions {
|
|
2627
|
+
type Deminimis = io.flow.price.v0.models.DeminimisSimple | io.flow.price.v0.models.DeminimisPerItem;
|
|
2628
|
+
}
|
|
2629
|
+
declare namespace io.flow.reference.v0.enums {
|
|
2630
|
+
type PaymentMethodCapability = 'credit' | 'debit';
|
|
2631
|
+
type PaymentMethodType = 'card' | 'online' | 'offline';
|
|
2632
|
+
type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
|
|
2633
|
+
type ProvinceType = 'area' | 'city' | 'county' | 'department' | 'dependency' | 'district' | 'do_si' | 'emirate' | 'entity' | 'island' | 'municipality' | 'oblast' | 'outlying_area' | 'parish' | 'prefecture' | 'province' | 'state' | 'territory' | 'other';
|
|
2634
|
+
}
|
|
2635
|
+
declare namespace io.flow.reference.v0.models {
|
|
2636
|
+
interface Carrier {
|
|
2637
|
+
readonly id: string;
|
|
2638
|
+
readonly name: string;
|
|
2639
|
+
readonly tracking_url: string;
|
|
2640
|
+
}
|
|
2641
|
+
interface CarrierService {
|
|
2642
|
+
readonly id: string;
|
|
2643
|
+
readonly carrier: io.flow.reference.v0.models.Carrier;
|
|
2644
|
+
readonly name: string;
|
|
2645
|
+
}
|
|
2646
|
+
interface Country {
|
|
2647
|
+
readonly name: string;
|
|
2648
|
+
readonly iso_3166_2: string;
|
|
2649
|
+
readonly iso_3166_3: string;
|
|
2650
|
+
readonly languages: string[];
|
|
2651
|
+
readonly measurement_system: string;
|
|
2652
|
+
readonly default_currency?: string;
|
|
2653
|
+
readonly default_language?: string;
|
|
2654
|
+
readonly timezones: string[];
|
|
2655
|
+
readonly default_delivered_duty?: string;
|
|
2656
|
+
}
|
|
2657
|
+
interface Currency {
|
|
2658
|
+
readonly name: string;
|
|
2659
|
+
readonly iso_4217_3: string;
|
|
2660
|
+
readonly number_decimals: number;
|
|
2661
|
+
readonly symbols?: io.flow.reference.v0.models.CurrencySymbols;
|
|
2662
|
+
readonly default_locale?: string;
|
|
2663
|
+
}
|
|
2664
|
+
interface CurrencySymbols {
|
|
2665
|
+
readonly primary: string;
|
|
2666
|
+
readonly narrow?: string;
|
|
2667
|
+
}
|
|
2668
|
+
interface Language {
|
|
2669
|
+
readonly name: string;
|
|
2670
|
+
readonly iso_639_2: string;
|
|
2671
|
+
}
|
|
2672
|
+
interface Locale {
|
|
2673
|
+
readonly id: string;
|
|
2674
|
+
readonly name: string;
|
|
2675
|
+
readonly country: string;
|
|
2676
|
+
readonly language: string;
|
|
2677
|
+
readonly numbers: io.flow.reference.v0.models.LocaleNumbers;
|
|
2678
|
+
}
|
|
2679
|
+
interface LocaleNumbers {
|
|
2680
|
+
readonly decimal: string;
|
|
2681
|
+
readonly group: string;
|
|
2682
|
+
}
|
|
2683
|
+
interface LocalizedTranslation {
|
|
2684
|
+
readonly locale: io.flow.reference.v0.models.Locale;
|
|
2685
|
+
readonly name: string;
|
|
2686
|
+
}
|
|
2687
|
+
interface PaymentMethod {
|
|
2688
|
+
readonly id: string;
|
|
2689
|
+
readonly type: io.flow.reference.v0.enums.PaymentMethodType;
|
|
2690
|
+
readonly name: string;
|
|
2691
|
+
readonly images: io.flow.reference.v0.models.PaymentMethodImages;
|
|
2692
|
+
readonly regions: string[];
|
|
2693
|
+
readonly capabilities?: io.flow.reference.v0.enums.PaymentMethodCapability[];
|
|
2694
|
+
}
|
|
2695
|
+
interface PaymentMethodImage {
|
|
2696
|
+
readonly url: string;
|
|
2697
|
+
readonly width: number;
|
|
2698
|
+
readonly height: number;
|
|
2699
|
+
}
|
|
2700
|
+
interface PaymentMethodImages {
|
|
2701
|
+
readonly small: io.flow.reference.v0.models.PaymentMethodImage;
|
|
2702
|
+
readonly medium: io.flow.reference.v0.models.PaymentMethodImage;
|
|
2703
|
+
readonly large: io.flow.reference.v0.models.PaymentMethodImage;
|
|
2704
|
+
}
|
|
2705
|
+
interface Province {
|
|
2706
|
+
readonly id: string;
|
|
2707
|
+
readonly iso_3166_2: string;
|
|
2708
|
+
readonly name: string;
|
|
2709
|
+
readonly country: string;
|
|
2710
|
+
readonly province_type: io.flow.reference.v0.enums.ProvinceType;
|
|
2711
|
+
readonly translations?: io.flow.reference.v0.models.LocalizedTranslation[];
|
|
2712
|
+
}
|
|
2713
|
+
interface Region {
|
|
2714
|
+
readonly id: string;
|
|
2715
|
+
readonly name: string;
|
|
2716
|
+
readonly countries: string[];
|
|
2717
|
+
readonly currencies: string[];
|
|
2718
|
+
readonly languages: string[];
|
|
2719
|
+
readonly measurement_systems: string[];
|
|
2720
|
+
readonly timezones: string[];
|
|
2721
|
+
}
|
|
2722
|
+
interface Timezone {
|
|
2723
|
+
readonly name: string;
|
|
2724
|
+
readonly description: string;
|
|
2725
|
+
readonly offset: number;
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
declare namespace io.flow.ben.test.internal.v0.models {
|
|
2729
|
+
interface GenerateLoadMultipleOrgs {
|
|
2730
|
+
readonly discriminator: 'generate_load_multiple_orgs';
|
|
2731
|
+
readonly organization_ids: string[];
|
|
2732
|
+
readonly num_events: number;
|
|
2733
|
+
}
|
|
2734
|
+
interface GenerateLoadSingleOrg {
|
|
2735
|
+
readonly discriminator: 'generate_load_single_org';
|
|
2736
|
+
readonly organization_id: string;
|
|
2737
|
+
readonly num_events: number;
|
|
2738
|
+
}
|
|
2739
|
+
interface SvitlanaTest {
|
|
2740
|
+
readonly name: string;
|
|
2741
|
+
}
|
|
2742
|
+
interface Test {
|
|
2743
|
+
readonly id: string;
|
|
2744
|
+
readonly name: string;
|
|
2745
|
+
}
|
|
2746
|
+
interface TestForm {
|
|
2747
|
+
readonly name: string;
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
declare namespace io.flow.ben.test.internal.v0.unions {
|
|
2751
|
+
type GenerateLoad = io.flow.ben.test.internal.v0.models.GenerateLoadSingleOrg | io.flow.ben.test.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
2752
|
+
}
|
|
2753
|
+
declare namespace io.flow.fulfillment.v0.enums {
|
|
2754
|
+
type CenterCapability = 'international' | 'domestic' | 'crossdock' | 'commercial_invoice';
|
|
2755
|
+
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';
|
|
2756
|
+
type DeliveryOptionCostDetailSource = 'center' | 'ratecard';
|
|
2757
|
+
type DeliveryWindowComponentSource = 'flow' | 'organization' | 'carrier' | 'center' | 'mixed';
|
|
2758
|
+
type DeliveryWindowLocation = 'center' | 'crossdock' | 'customer';
|
|
2759
|
+
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
2760
|
+
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
2761
|
+
type LaneDirection = 'outbound' | 'return';
|
|
2762
|
+
type LanePreselectPreference = 'lowest_cost' | 'default_tier';
|
|
2763
|
+
type LaneStrategy = 'oldest' | 'fastest' | 'lowest_cost' | 'highest_priority';
|
|
2764
|
+
type PhysicalDeliverySpecialSerivce = 'cold_storage' | 'hazardous' | 'perishable';
|
|
2765
|
+
type PreferredServiceSelectionStrategy = 'calculated_rate' | 'flat_rate' | 'custom_rate';
|
|
2766
|
+
type QuoteErrorCode = 'generic_error' | 'items_not_available' | 'shipping_unavailable';
|
|
2767
|
+
type RatecardOwner = 'flow' | 'organization';
|
|
2768
|
+
type ShipmentIntegrationType = 'direct' | 'information' | 'preadvice';
|
|
2769
|
+
type ShippingConfigurationType = 'default' | 'variant';
|
|
2770
|
+
type Strategy = 'range' | 'from' | 'to';
|
|
2771
|
+
type SurchargeResponsibleParty = 'organization' | 'customer';
|
|
2772
|
+
type TierAvailability = 'always' | 'backup';
|
|
2773
|
+
type TierEstimateType = 'calculated' | 'custom';
|
|
2774
|
+
type TierStrategy = 'fastest' | 'lowest_cost';
|
|
2775
|
+
type ZeroAmountIndicator = 'zero' | 'free';
|
|
2776
|
+
}
|
|
2777
|
+
declare namespace io.flow.fulfillment.v0.models {
|
|
2778
|
+
interface AmountMargin {
|
|
2779
|
+
readonly discriminator: 'amount_margin';
|
|
2780
|
+
readonly margin: io.flow.common.v0.models.Price;
|
|
2781
|
+
}
|
|
2782
|
+
interface AmountMarginForm {
|
|
2783
|
+
readonly discriminator: 'amount_margin_form';
|
|
2784
|
+
readonly margin: io.flow.common.v0.models.Money;
|
|
2785
|
+
}
|
|
2786
|
+
interface AtCost {
|
|
2787
|
+
readonly discriminator: 'at_cost';
|
|
2788
|
+
readonly ignore?: string;
|
|
2789
|
+
}
|
|
2790
|
+
interface AvailableService {
|
|
2791
|
+
readonly service: string;
|
|
2792
|
+
readonly scheduled_pickups?: io.flow.fulfillment.v0.models.ScheduledPickup[];
|
|
2793
|
+
readonly lead_days?: io.flow.fulfillment.v0.models.NumberRange;
|
|
2794
|
+
}
|
|
2795
|
+
interface CarrierReference {
|
|
2796
|
+
readonly id: string;
|
|
2797
|
+
}
|
|
2798
|
+
interface Center {
|
|
2799
|
+
readonly discriminator: 'center';
|
|
2800
|
+
readonly id: string;
|
|
2801
|
+
readonly key: string;
|
|
2802
|
+
readonly address: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2803
|
+
readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
|
|
2804
|
+
readonly name: string;
|
|
2805
|
+
readonly services: io.flow.fulfillment.v0.models.AvailableService[];
|
|
2806
|
+
readonly schedule: io.flow.common.v0.models.Schedule;
|
|
2807
|
+
readonly timezone: string;
|
|
2808
|
+
readonly capabilities?: io.flow.fulfillment.v0.enums.CenterCapability[];
|
|
2809
|
+
readonly partner_center?: io.flow.fulfillment.v0.models.PartnerCenter;
|
|
2810
|
+
}
|
|
2811
|
+
interface CenterForm {
|
|
2812
|
+
readonly address: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2813
|
+
readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
|
|
2814
|
+
readonly name: string;
|
|
2815
|
+
readonly services: io.flow.fulfillment.v0.models.AvailableService[];
|
|
2816
|
+
readonly schedule: io.flow.common.v0.models.Schedule;
|
|
2817
|
+
readonly timezone?: string;
|
|
2818
|
+
readonly key?: string;
|
|
2819
|
+
readonly capabilities?: io.flow.fulfillment.v0.enums.CenterCapability[];
|
|
2820
|
+
readonly partner_center_form?: io.flow.fulfillment.v0.models.PartnerCenterForm;
|
|
2821
|
+
}
|
|
2822
|
+
interface CenterQuery {
|
|
2823
|
+
readonly q: string;
|
|
2824
|
+
}
|
|
2825
|
+
interface CenterReference {
|
|
2826
|
+
readonly discriminator: 'center_reference';
|
|
2827
|
+
readonly organization_id: string;
|
|
2828
|
+
readonly center_key: string;
|
|
2829
|
+
}
|
|
2830
|
+
interface CenterSummary {
|
|
2831
|
+
readonly id: string;
|
|
2832
|
+
readonly key: string;
|
|
2833
|
+
readonly address?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2834
|
+
}
|
|
2835
|
+
interface CenterVersion {
|
|
2836
|
+
readonly id: string;
|
|
2837
|
+
readonly timestamp: string;
|
|
2838
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
2839
|
+
readonly center: io.flow.fulfillment.v0.models.Center;
|
|
2840
|
+
}
|
|
2841
|
+
interface CommercialInvoiceFee {
|
|
2842
|
+
readonly discriminator: 'commercial_invoice_fee';
|
|
2843
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
2844
|
+
}
|
|
2845
|
+
interface CountryAvailability {
|
|
2846
|
+
readonly status: io.flow.fulfillment.v0.enums.ItemAvailabilityStatus;
|
|
2847
|
+
readonly countries: string[];
|
|
2848
|
+
}
|
|
2849
|
+
interface CountryShippingPricing {
|
|
2850
|
+
readonly pricing: io.flow.fulfillment.v0.models.ItemShippingPricing;
|
|
2851
|
+
readonly countries: string[];
|
|
2852
|
+
}
|
|
2853
|
+
interface DeliveryItem {
|
|
2854
|
+
readonly id?: string;
|
|
2855
|
+
readonly number: string;
|
|
2856
|
+
readonly quantity: number;
|
|
2857
|
+
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
2858
|
+
readonly price?: io.flow.common.v0.models.MoneyWithOptionalBase;
|
|
2859
|
+
readonly attributes?: Record<string, string>;
|
|
2860
|
+
readonly center?: string;
|
|
2861
|
+
readonly line_number?: number;
|
|
2862
|
+
}
|
|
2863
|
+
interface DeliveryOption {
|
|
2864
|
+
readonly id: string;
|
|
2865
|
+
readonly cost: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
2866
|
+
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
2867
|
+
readonly price: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
2868
|
+
readonly service: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
2869
|
+
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
2870
|
+
readonly window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
2871
|
+
readonly rule_outcome?: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
2872
|
+
readonly weight?: io.flow.fulfillment.v0.models.OptionWeightEstimates;
|
|
2873
|
+
readonly send_to?: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2874
|
+
readonly surcharge?: io.flow.fulfillment.v0.models.PriceWithBaseAndDetails;
|
|
2875
|
+
readonly ratecard_owner?: io.flow.fulfillment.v0.enums.RatecardOwner;
|
|
2876
|
+
}
|
|
2877
|
+
interface DeliveryOptionCostComponent {
|
|
2878
|
+
readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
|
|
2879
|
+
readonly currency: string;
|
|
2880
|
+
readonly amount: number;
|
|
2881
|
+
readonly label: string;
|
|
2882
|
+
readonly base?: io.flow.common.v0.models.Price;
|
|
2883
|
+
}
|
|
2884
|
+
interface DeliveryOptionCostDetail {
|
|
2885
|
+
readonly source: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailSource;
|
|
2886
|
+
readonly ratecard_id?: string;
|
|
2887
|
+
readonly currency: string;
|
|
2888
|
+
readonly amount: number;
|
|
2889
|
+
readonly label: string;
|
|
2890
|
+
readonly base?: io.flow.common.v0.models.Price;
|
|
2891
|
+
readonly components: io.flow.fulfillment.v0.models.DeliveryOptionCostComponent[];
|
|
2892
|
+
}
|
|
2893
|
+
interface DeliveryOptionForm {
|
|
2894
|
+
readonly delivery: string;
|
|
2895
|
+
readonly items: io.flow.fulfillment.v0.models.QuoteLineItemForm[];
|
|
2896
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
2897
|
+
}
|
|
2898
|
+
interface DeliveryOptionReference {
|
|
2899
|
+
readonly id: string;
|
|
2900
|
+
}
|
|
2901
|
+
interface DeliveryOptionSummary {
|
|
2902
|
+
readonly id: string;
|
|
2903
|
+
readonly cost: io.flow.common.v0.models.Price;
|
|
2904
|
+
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
2905
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
2906
|
+
readonly service: io.flow.fulfillment.v0.models.ServiceReference;
|
|
2907
|
+
readonly tier: io.flow.fulfillment.v0.models.TierReference;
|
|
2908
|
+
readonly window: io.flow.common.v0.models.DatetimeRange;
|
|
2909
|
+
}
|
|
2910
|
+
interface DeliveryOptionVersion {
|
|
2911
|
+
readonly id: string;
|
|
2912
|
+
readonly timestamp: string;
|
|
2913
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
2914
|
+
readonly delivery_option: io.flow.fulfillment.v0.models.DeliveryOptionSummary;
|
|
2915
|
+
}
|
|
2916
|
+
interface DeliverySummary {
|
|
2917
|
+
readonly id: string;
|
|
2918
|
+
readonly items: io.flow.common.v0.models.LineItemForm[];
|
|
2919
|
+
}
|
|
2920
|
+
interface DeliveryVersion {
|
|
2921
|
+
readonly id: string;
|
|
2922
|
+
readonly timestamp: string;
|
|
2923
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
2924
|
+
readonly delivery: io.flow.fulfillment.v0.models.DeliverySummary;
|
|
2925
|
+
}
|
|
2926
|
+
interface DeliveryWindow {
|
|
2927
|
+
readonly from: string;
|
|
2928
|
+
readonly to: string;
|
|
2929
|
+
readonly timezone?: string;
|
|
2930
|
+
readonly label?: string;
|
|
2931
|
+
readonly min_days?: number;
|
|
2932
|
+
readonly max_days?: number;
|
|
2933
|
+
}
|
|
2934
|
+
interface DeliveryWindowComponent {
|
|
2935
|
+
readonly from: string;
|
|
2936
|
+
readonly to: string;
|
|
2937
|
+
readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
|
|
2938
|
+
}
|
|
2939
|
+
interface DeliveryWindowComponents {
|
|
2940
|
+
readonly shipment_estimate: io.flow.fulfillment.v0.models.DeliveryWindowComponent;
|
|
2941
|
+
readonly transit_estimate: io.flow.fulfillment.v0.models.DeliveryWindowComponent;
|
|
2942
|
+
}
|
|
2943
|
+
interface DeliveryWindowComponentsV2 {
|
|
2944
|
+
readonly processing_estimates: io.flow.fulfillment.v0.models.ProcessingEstimate[];
|
|
2945
|
+
readonly transit_estimates: io.flow.fulfillment.v0.models.TransitEstimate[];
|
|
2946
|
+
}
|
|
2947
|
+
interface DeliveryWindowSummary {
|
|
2948
|
+
readonly country: string;
|
|
2949
|
+
readonly delivery_window: io.flow.fulfillment.v0.models.DeliveryWindow;
|
|
2950
|
+
}
|
|
2951
|
+
interface DigitalDelivery {
|
|
2952
|
+
readonly discriminator: 'digital_delivery';
|
|
2953
|
+
readonly id: string;
|
|
2954
|
+
readonly key?: string;
|
|
2955
|
+
readonly items: io.flow.fulfillment.v0.models.DeliveryItem[];
|
|
2956
|
+
readonly prices?: io.flow.order.price.v0.models.OrderPriceDetail[];
|
|
2957
|
+
readonly total?: io.flow.catalog.v0.models.LocalizedTotal;
|
|
2958
|
+
}
|
|
2959
|
+
interface EstimatedWindow {
|
|
2960
|
+
readonly from: number;
|
|
2961
|
+
readonly to: number;
|
|
2962
|
+
readonly unit: io.flow.common.v0.enums.UnitOfTime;
|
|
2963
|
+
}
|
|
2964
|
+
interface FlatRate {
|
|
2965
|
+
readonly discriminator: 'flat_rate';
|
|
2966
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
2967
|
+
readonly zero_amount_indicator?: io.flow.fulfillment.v0.enums.ZeroAmountIndicator;
|
|
2968
|
+
}
|
|
2969
|
+
interface FlatRateForm {
|
|
2970
|
+
readonly discriminator: 'flat_rate_form';
|
|
2971
|
+
readonly price: io.flow.common.v0.models.Money;
|
|
2972
|
+
readonly zero_amount_indicator?: io.flow.fulfillment.v0.enums.ZeroAmountIndicator;
|
|
2973
|
+
}
|
|
2974
|
+
interface FulfillmentExperienceReference {
|
|
2975
|
+
readonly id: string;
|
|
2976
|
+
readonly currency: string;
|
|
2977
|
+
}
|
|
2978
|
+
interface InboundCartonFee {
|
|
2979
|
+
readonly discriminator: 'inbound_carton_fee';
|
|
2980
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
2981
|
+
}
|
|
2982
|
+
interface ItemShippingPricing {
|
|
2983
|
+
readonly min: io.flow.common.v0.models.Price;
|
|
2984
|
+
readonly max?: io.flow.common.v0.models.Price;
|
|
2985
|
+
}
|
|
2986
|
+
interface NumberRange {
|
|
2987
|
+
readonly min: number;
|
|
2988
|
+
readonly max: number;
|
|
2989
|
+
}
|
|
2990
|
+
interface OptionWeightEstimates {
|
|
2991
|
+
readonly gravitational: io.flow.common.v0.models.Measurement;
|
|
2992
|
+
readonly dimensional: io.flow.common.v0.models.Measurement;
|
|
2993
|
+
}
|
|
2994
|
+
interface OutboundCartonFee {
|
|
2995
|
+
readonly discriminator: 'outbound_carton_fee';
|
|
2996
|
+
readonly amount: io.flow.common.v0.models.Money;
|
|
2997
|
+
}
|
|
2998
|
+
interface Packaging {
|
|
2999
|
+
readonly dimensions: io.flow.common.v0.models.Dimensions;
|
|
3000
|
+
readonly name?: string;
|
|
3001
|
+
readonly number?: string;
|
|
3002
|
+
}
|
|
3003
|
+
interface PartnerCenter {
|
|
3004
|
+
readonly partner_reference: io.flow.common.v0.models.PartnerReference;
|
|
3005
|
+
readonly number?: string;
|
|
3006
|
+
readonly fees?: io.flow.fulfillment.v0.unions.PartnerCenterFee[];
|
|
3007
|
+
}
|
|
3008
|
+
interface PartnerCenterForm {
|
|
3009
|
+
readonly partner_id: string;
|
|
3010
|
+
readonly number?: string;
|
|
3011
|
+
readonly fees?: io.flow.fulfillment.v0.unions.PartnerCenterFee[];
|
|
3012
|
+
}
|
|
3013
|
+
interface PercentMargin {
|
|
3014
|
+
readonly discriminator: 'percent_margin';
|
|
3015
|
+
readonly percentage: number;
|
|
3016
|
+
}
|
|
3017
|
+
interface PhysicalDelivery {
|
|
3018
|
+
readonly discriminator: 'physical_delivery';
|
|
3019
|
+
readonly id: string;
|
|
3020
|
+
readonly key?: string;
|
|
3021
|
+
readonly center?: io.flow.fulfillment.v0.models.CenterSummary;
|
|
3022
|
+
readonly fulfillment_routing?: io.flow.fulfillment.v0.enums.FulfillmentRouting;
|
|
3023
|
+
readonly ship_from_country?: string;
|
|
3024
|
+
readonly items: io.flow.fulfillment.v0.models.DeliveryItem[];
|
|
3025
|
+
readonly options: io.flow.fulfillment.v0.models.DeliveryOption[];
|
|
3026
|
+
readonly special_services?: io.flow.fulfillment.v0.enums.PhysicalDeliverySpecialSerivce[];
|
|
3027
|
+
readonly prices?: io.flow.order.price.v0.models.OrderPriceDetail[];
|
|
3028
|
+
readonly total?: io.flow.catalog.v0.models.LocalizedTotal;
|
|
3029
|
+
readonly goods_supply?: io.flow.common.v0.enums.GoodsSupply;
|
|
3030
|
+
readonly merchant_of_record_flow_entity?: io.flow.merchant.of.record.v0.enums.FlowEntity;
|
|
3031
|
+
readonly preferred_service?: io.flow.fulfillment.v0.models.PhysicalDeliveryPreferredService;
|
|
3032
|
+
}
|
|
3033
|
+
interface PhysicalDeliveryPreferredService {
|
|
3034
|
+
readonly id: string;
|
|
3035
|
+
readonly selection_stratey: io.flow.fulfillment.v0.enums.PreferredServiceSelectionStrategy;
|
|
3036
|
+
}
|
|
3037
|
+
interface PriceWithBaseAndDetails {
|
|
3038
|
+
readonly currency: string;
|
|
3039
|
+
readonly amount: number;
|
|
3040
|
+
readonly label: string;
|
|
3041
|
+
readonly base?: io.flow.common.v0.models.Price;
|
|
3042
|
+
readonly details?: io.flow.fulfillment.v0.models.DeliveryOptionCostDetail[];
|
|
3043
|
+
}
|
|
3044
|
+
interface ProcessingEstimate {
|
|
3045
|
+
readonly location: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
|
|
3046
|
+
readonly min_date: string;
|
|
3047
|
+
readonly max_date: string;
|
|
3048
|
+
readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
|
|
3049
|
+
}
|
|
3050
|
+
interface Quote {
|
|
3051
|
+
readonly id: string;
|
|
3052
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3053
|
+
readonly deliveries: io.flow.fulfillment.v0.unions.Delivery[];
|
|
3054
|
+
readonly selections: io.flow.fulfillment.v0.models.DeliveryOptionReference[];
|
|
3055
|
+
readonly delivered_duty: io.flow.common.v0.enums.DeliveredDuty;
|
|
3056
|
+
readonly delivered_duties: io.flow.common.v0.enums.DeliveredDuty[];
|
|
3057
|
+
}
|
|
3058
|
+
interface QuoteError {
|
|
3059
|
+
readonly code: io.flow.fulfillment.v0.enums.QuoteErrorCode;
|
|
3060
|
+
readonly messages: string[];
|
|
3061
|
+
readonly item_numbers?: string[];
|
|
3062
|
+
}
|
|
3063
|
+
interface QuoteForm {
|
|
3064
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3065
|
+
readonly experience: string;
|
|
3066
|
+
readonly items: io.flow.fulfillment.v0.models.QuoteLineItemForm[];
|
|
3067
|
+
readonly delivered_duty?: io.flow.common.v0.enums.DeliveredDuty;
|
|
3068
|
+
readonly delivered_duties?: io.flow.common.v0.enums.DeliveredDuty[];
|
|
3069
|
+
readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
|
|
3070
|
+
}
|
|
3071
|
+
interface QuoteLineItemForm {
|
|
3072
|
+
readonly number: string;
|
|
3073
|
+
readonly quantity: number;
|
|
3074
|
+
readonly shipment_estimate?: io.flow.common.v0.models.DatetimeRange;
|
|
3075
|
+
readonly price: io.flow.common.v0.models.MoneyWithBase;
|
|
3076
|
+
readonly attributes?: Record<string, string>;
|
|
3077
|
+
readonly center?: string;
|
|
3078
|
+
}
|
|
3079
|
+
interface QuoteSummary {
|
|
3080
|
+
readonly id: string;
|
|
3081
|
+
readonly destination: io.flow.fulfillment.v0.models.ShippingAddress;
|
|
3082
|
+
}
|
|
3083
|
+
interface QuoteVersion {
|
|
3084
|
+
readonly id: string;
|
|
3085
|
+
readonly timestamp: string;
|
|
3086
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3087
|
+
readonly quote: io.flow.fulfillment.v0.models.QuoteSummary;
|
|
3088
|
+
}
|
|
3089
|
+
interface ScheduledPickup {
|
|
3090
|
+
readonly day_of_week: io.flow.common.v0.enums.DayOfWeek;
|
|
3091
|
+
readonly hour_of_day: string;
|
|
3092
|
+
readonly minute_of_hour: string;
|
|
3093
|
+
}
|
|
3094
|
+
interface ServiceReference {
|
|
3095
|
+
readonly id: string;
|
|
3096
|
+
}
|
|
3097
|
+
interface ServiceSummary {
|
|
3098
|
+
readonly discriminator: 'service_summary';
|
|
3099
|
+
readonly id: string;
|
|
3100
|
+
readonly carrier: io.flow.fulfillment.v0.models.CarrierReference;
|
|
3101
|
+
readonly name: string;
|
|
3102
|
+
readonly center_code?: string;
|
|
3103
|
+
}
|
|
3104
|
+
interface ServiceUnknown {
|
|
3105
|
+
readonly discriminator: 'service_unknown';
|
|
3106
|
+
readonly name: string;
|
|
3107
|
+
}
|
|
3108
|
+
interface ShippingAddress {
|
|
3109
|
+
readonly contact: io.flow.common.v0.models.Contact;
|
|
3110
|
+
readonly location: io.flow.common.v0.models.Address;
|
|
3111
|
+
readonly center_key?: string;
|
|
3112
|
+
readonly center_reference?: io.flow.fulfillment.v0.models.CenterReference;
|
|
3113
|
+
readonly service?: io.flow.fulfillment.v0.models.ServiceSummary;
|
|
3114
|
+
}
|
|
3115
|
+
interface ShippingConfiguration {
|
|
3116
|
+
readonly id: string;
|
|
3117
|
+
readonly name: string;
|
|
3118
|
+
readonly key: string;
|
|
3119
|
+
readonly type: io.flow.fulfillment.v0.enums.ShippingConfigurationType;
|
|
3120
|
+
readonly shipping_lanes: io.flow.fulfillment.v0.models.ShippingLane[];
|
|
3121
|
+
}
|
|
3122
|
+
interface ShippingConfigurationCopy {
|
|
3123
|
+
readonly original: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
|
|
3124
|
+
readonly new: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
|
|
3125
|
+
}
|
|
3126
|
+
interface ShippingConfigurationCopyForm {
|
|
3127
|
+
readonly name: string;
|
|
3128
|
+
}
|
|
3129
|
+
interface ShippingConfigurationForm {
|
|
3130
|
+
readonly name: string;
|
|
3131
|
+
}
|
|
3132
|
+
interface ShippingConfigurationItemAvailability {
|
|
3133
|
+
readonly id: string;
|
|
3134
|
+
readonly item: io.flow.common.v0.models.ItemReference;
|
|
3135
|
+
readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationSummary;
|
|
3136
|
+
readonly availabilities: io.flow.fulfillment.v0.models.CountryAvailability[];
|
|
3137
|
+
}
|
|
3138
|
+
interface ShippingConfigurationItemShippingPricing {
|
|
3139
|
+
readonly id: string;
|
|
3140
|
+
readonly item: io.flow.common.v0.models.ItemReference;
|
|
3141
|
+
readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationSummary;
|
|
3142
|
+
readonly country_shipping_pricings: io.flow.fulfillment.v0.models.CountryShippingPricing[];
|
|
3143
|
+
}
|
|
3144
|
+
interface ShippingConfigurationReference {
|
|
3145
|
+
readonly key: string;
|
|
3146
|
+
}
|
|
3147
|
+
interface ShippingConfigurationSummary {
|
|
3148
|
+
readonly id: string;
|
|
3149
|
+
readonly name: string;
|
|
3150
|
+
readonly key: string;
|
|
3151
|
+
readonly type: io.flow.fulfillment.v0.enums.ShippingConfigurationType;
|
|
3152
|
+
}
|
|
3153
|
+
interface ShippingConfigurationVersion {
|
|
3154
|
+
readonly id: string;
|
|
3155
|
+
readonly timestamp: string;
|
|
3156
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3157
|
+
readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfiguration;
|
|
3158
|
+
}
|
|
3159
|
+
interface ShippingLane {
|
|
3160
|
+
readonly id: string;
|
|
3161
|
+
readonly shipping_configuration: io.flow.fulfillment.v0.models.ShippingConfigurationReference;
|
|
3162
|
+
readonly region: string;
|
|
3163
|
+
readonly centers: io.flow.fulfillment.v0.unions.ExpandableCenter[];
|
|
3164
|
+
readonly tiers: io.flow.fulfillment.v0.models.Tier[];
|
|
3165
|
+
readonly query: io.flow.query.builder.v0.models.Query;
|
|
3166
|
+
readonly strategy: io.flow.fulfillment.v0.enums.LaneStrategy;
|
|
3167
|
+
readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
|
|
3168
|
+
readonly preference?: io.flow.fulfillment.v0.enums.LanePreselectPreference;
|
|
3169
|
+
}
|
|
3170
|
+
interface ShippingLaneDefaultTier {
|
|
3171
|
+
readonly id: string;
|
|
3172
|
+
readonly tier: io.flow.fulfillment.v0.models.TierReference;
|
|
3173
|
+
}
|
|
3174
|
+
interface ShippingLaneDefaultTierForm {
|
|
3175
|
+
readonly tier_id: string;
|
|
3176
|
+
}
|
|
3177
|
+
interface ShippingLaneForm {
|
|
3178
|
+
readonly from: string;
|
|
3179
|
+
readonly to: string;
|
|
3180
|
+
readonly strategy?: io.flow.fulfillment.v0.enums.LaneStrategy;
|
|
3181
|
+
readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
|
|
3182
|
+
readonly preference?: io.flow.fulfillment.v0.enums.LanePreselectPreference;
|
|
3183
|
+
}
|
|
3184
|
+
interface ShippingLaneSummary {
|
|
3185
|
+
readonly shipping_lane_id: string;
|
|
3186
|
+
readonly region: string;
|
|
3187
|
+
readonly centers: io.flow.fulfillment.v0.unions.ExpandableCenter[];
|
|
3188
|
+
}
|
|
3189
|
+
interface ShippingLaneVersion {
|
|
3190
|
+
readonly id: string;
|
|
3191
|
+
readonly timestamp: string;
|
|
3192
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3193
|
+
readonly shipping_lane: io.flow.fulfillment.v0.models.ShippingLane;
|
|
3194
|
+
}
|
|
3195
|
+
interface SurchargeResponsiblePartyDisplay {
|
|
3196
|
+
readonly name: string;
|
|
3197
|
+
readonly responsible_party: io.flow.fulfillment.v0.enums.SurchargeResponsibleParty;
|
|
3198
|
+
}
|
|
3199
|
+
interface SurchargeSetting {
|
|
3200
|
+
readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
|
|
3201
|
+
readonly responsible_party: io.flow.fulfillment.v0.enums.SurchargeResponsibleParty;
|
|
3202
|
+
}
|
|
3203
|
+
interface SurchargeSettingDisplay {
|
|
3204
|
+
readonly name: string;
|
|
3205
|
+
readonly description: string;
|
|
3206
|
+
readonly key: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailComponentKey;
|
|
3207
|
+
readonly available: io.flow.fulfillment.v0.models.SurchargeResponsiblePartyDisplay[];
|
|
3208
|
+
}
|
|
3209
|
+
interface Tier {
|
|
3210
|
+
readonly id: string;
|
|
3211
|
+
readonly direction: io.flow.fulfillment.v0.enums.LaneDirection;
|
|
3212
|
+
readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
|
|
3213
|
+
readonly name: string;
|
|
3214
|
+
readonly message?: string;
|
|
3215
|
+
readonly rules: io.flow.fulfillment.v0.models.TierRule[];
|
|
3216
|
+
readonly services: io.flow.reference.v0.models.CarrierService[];
|
|
3217
|
+
readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
|
|
3218
|
+
readonly visibility: io.flow.common.v0.enums.Visibility;
|
|
3219
|
+
readonly currency: string;
|
|
3220
|
+
readonly description?: string;
|
|
3221
|
+
readonly display?: io.flow.fulfillment.v0.models.TierDisplay;
|
|
3222
|
+
readonly shipping_lane?: string;
|
|
3223
|
+
readonly surcharge_settings?: io.flow.fulfillment.v0.models.SurchargeSetting[];
|
|
3224
|
+
readonly lane?: io.flow.fulfillment.v0.models.ShippingLaneSummary;
|
|
3225
|
+
readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
|
|
3226
|
+
}
|
|
3227
|
+
interface TierDisplay {
|
|
3228
|
+
readonly estimate: io.flow.fulfillment.v0.models.TierEstimate;
|
|
3229
|
+
}
|
|
3230
|
+
interface TierDisplayForm {
|
|
3231
|
+
readonly estimate?: io.flow.fulfillment.v0.models.TierEstimate;
|
|
3232
|
+
}
|
|
3233
|
+
interface TierEstimate {
|
|
3234
|
+
readonly type: io.flow.fulfillment.v0.enums.TierEstimateType;
|
|
3235
|
+
readonly label?: string;
|
|
3236
|
+
}
|
|
3237
|
+
interface TierForm {
|
|
3238
|
+
readonly currency: string;
|
|
3239
|
+
readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
|
|
3240
|
+
readonly name: string;
|
|
3241
|
+
readonly message?: string;
|
|
3242
|
+
readonly rules: io.flow.fulfillment.v0.models.TierRuleForm[];
|
|
3243
|
+
readonly services: string[];
|
|
3244
|
+
readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
|
|
3245
|
+
readonly visibility: io.flow.common.v0.enums.Visibility;
|
|
3246
|
+
readonly description?: string;
|
|
3247
|
+
readonly direction?: io.flow.fulfillment.v0.enums.LaneDirection;
|
|
3248
|
+
readonly display?: io.flow.fulfillment.v0.models.TierDisplayForm;
|
|
3249
|
+
readonly shipping_lane: string;
|
|
3250
|
+
readonly surcharge_settings?: io.flow.fulfillment.v0.models.SurchargeSetting[];
|
|
3251
|
+
readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
|
|
3252
|
+
}
|
|
3253
|
+
interface TierReference {
|
|
3254
|
+
readonly id: string;
|
|
3255
|
+
}
|
|
3256
|
+
interface TierRule {
|
|
3257
|
+
readonly id: string;
|
|
3258
|
+
readonly position: number;
|
|
3259
|
+
readonly query: string;
|
|
3260
|
+
readonly outcome: io.flow.fulfillment.v0.unions.TierRuleOutcome;
|
|
3261
|
+
}
|
|
3262
|
+
interface TierRuleForm {
|
|
3263
|
+
readonly position?: number;
|
|
3264
|
+
readonly query: string;
|
|
3265
|
+
readonly outcome: io.flow.fulfillment.v0.unions.TierRuleOutcomeForm;
|
|
3266
|
+
}
|
|
3267
|
+
interface TierRuleVersion {
|
|
3268
|
+
readonly id: string;
|
|
3269
|
+
readonly timestamp: string;
|
|
3270
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3271
|
+
readonly tier_rule: io.flow.fulfillment.v0.models.TierRule;
|
|
3272
|
+
}
|
|
3273
|
+
interface TierSettings {
|
|
3274
|
+
readonly availability: io.flow.fulfillment.v0.enums.TierAvailability;
|
|
3275
|
+
}
|
|
3276
|
+
interface TierSummary {
|
|
3277
|
+
readonly id: string;
|
|
3278
|
+
readonly experience?: io.flow.fulfillment.v0.models.FulfillmentExperienceReference;
|
|
3279
|
+
readonly integration: io.flow.fulfillment.v0.enums.ShipmentIntegrationType;
|
|
3280
|
+
readonly name: string;
|
|
3281
|
+
readonly services: string[];
|
|
3282
|
+
readonly strategy: io.flow.fulfillment.v0.enums.TierStrategy;
|
|
3283
|
+
readonly visibility: io.flow.common.v0.enums.Visibility;
|
|
3284
|
+
readonly currency: string;
|
|
3285
|
+
readonly display?: io.flow.fulfillment.v0.models.TierDisplay;
|
|
3286
|
+
readonly message?: string;
|
|
3287
|
+
readonly settings?: io.flow.fulfillment.v0.models.TierSettings;
|
|
3288
|
+
}
|
|
3289
|
+
interface TierVersion {
|
|
3290
|
+
readonly id: string;
|
|
3291
|
+
readonly timestamp: string;
|
|
3292
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3293
|
+
readonly tier: io.flow.fulfillment.v0.models.TierSummary;
|
|
3294
|
+
}
|
|
3295
|
+
interface TransitEstimate {
|
|
3296
|
+
readonly origin: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
|
|
3297
|
+
readonly destination: io.flow.fulfillment.v0.enums.DeliveryWindowLocation;
|
|
3298
|
+
readonly min_date: string;
|
|
3299
|
+
readonly max_date: string;
|
|
3300
|
+
readonly source: io.flow.fulfillment.v0.enums.DeliveryWindowComponentSource;
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
declare namespace io.flow.fulfillment.v0.unions {
|
|
3304
|
+
type Delivery = io.flow.fulfillment.v0.models.DigitalDelivery | io.flow.fulfillment.v0.models.PhysicalDelivery;
|
|
3305
|
+
type ExpandableCenter = io.flow.fulfillment.v0.models.Center | io.flow.fulfillment.v0.models.CenterReference;
|
|
3306
|
+
type PartnerCenterFee = io.flow.fulfillment.v0.models.CommercialInvoiceFee | io.flow.fulfillment.v0.models.InboundCartonFee | io.flow.fulfillment.v0.models.OutboundCartonFee;
|
|
3307
|
+
type ServiceDescription = io.flow.fulfillment.v0.models.ServiceSummary | io.flow.fulfillment.v0.models.ServiceUnknown;
|
|
3308
|
+
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;
|
|
3309
|
+
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;
|
|
3310
|
+
}
|
|
3311
|
+
declare namespace io.flow.apple.pay.v0.enums {
|
|
3312
|
+
type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
|
|
3313
|
+
type ApplePayLineItemType = 'final' | 'pending';
|
|
3314
|
+
type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
|
|
3315
|
+
type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
|
|
3316
|
+
type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
|
|
3317
|
+
}
|
|
3318
|
+
declare namespace io.flow.apple.pay.v0.models {
|
|
3319
|
+
interface ApplePayLineItem {
|
|
3320
|
+
readonly label: string;
|
|
3321
|
+
readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
3322
|
+
readonly amount: string;
|
|
3323
|
+
}
|
|
3324
|
+
interface ApplePayPaymentContact {
|
|
3325
|
+
readonly email_address?: string;
|
|
3326
|
+
readonly family_name?: string;
|
|
3327
|
+
readonly given_name?: string;
|
|
3328
|
+
readonly phone_number?: string;
|
|
3329
|
+
readonly phonetic_familyName?: string;
|
|
3330
|
+
readonly phonetic_givenName?: string;
|
|
3331
|
+
readonly address_lines?: string[];
|
|
3332
|
+
readonly locality?: string;
|
|
3333
|
+
readonly sub_locality?: string;
|
|
3334
|
+
readonly administrative_area?: string;
|
|
3335
|
+
readonly sub_administrative_area?: string;
|
|
3336
|
+
readonly postal_code?: string;
|
|
3337
|
+
readonly country?: string;
|
|
3338
|
+
readonly country_code?: string;
|
|
3339
|
+
}
|
|
3340
|
+
interface ApplePayPaymentData {
|
|
3341
|
+
readonly applicationPrimaryAccountNumber: string;
|
|
3342
|
+
readonly applicationExpirationDate: string;
|
|
3343
|
+
readonly currencyCode: string;
|
|
3344
|
+
readonly transactionAmount: number;
|
|
3345
|
+
readonly cardholderName?: string;
|
|
3346
|
+
readonly deviceManufacturerIdentifier: string;
|
|
3347
|
+
readonly paymentDataType: string;
|
|
3348
|
+
readonly paymentData: any;
|
|
3349
|
+
}
|
|
3350
|
+
interface ApplePayPaymentInfo {
|
|
3351
|
+
readonly total: io.flow.apple.pay.v0.models.ApplePayLineItem;
|
|
3352
|
+
readonly line_items?: io.flow.apple.pay.v0.models.ApplePayLineItem[];
|
|
3353
|
+
readonly country_code: string;
|
|
3354
|
+
readonly currency_code: string;
|
|
3355
|
+
readonly merchant_capabilities: io.flow.apple.pay.v0.enums.ApplePayMerchantCapability[];
|
|
3356
|
+
readonly shipping_methods?: io.flow.apple.pay.v0.models.ApplePayShippingMethod[];
|
|
3357
|
+
readonly shipping_type?: io.flow.apple.pay.v0.enums.ApplePayShippingType;
|
|
3358
|
+
readonly supported_countries?: string[];
|
|
3359
|
+
readonly supported_networks: io.flow.apple.pay.v0.enums.ApplePaySupportedNetworks[];
|
|
3360
|
+
readonly required_billingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
|
|
3361
|
+
readonly required_shippingContactFields?: io.flow.apple.pay.v0.enums.ApplePayContactField[];
|
|
3362
|
+
readonly billing_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
|
|
3363
|
+
readonly shipping_contact?: io.flow.apple.pay.v0.models.ApplePayPaymentContact;
|
|
3364
|
+
readonly application_data?: string;
|
|
3365
|
+
}
|
|
3366
|
+
interface ApplePayShippingMethod {
|
|
3367
|
+
readonly label: string;
|
|
3368
|
+
readonly detail: string;
|
|
3369
|
+
readonly amount: string;
|
|
3370
|
+
readonly identifier: string;
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
declare namespace io.flow.merchant.of.record.v0.enums {
|
|
3374
|
+
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
3375
|
+
type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can' | 'ge-usa';
|
|
3376
|
+
}
|
|
3377
|
+
declare namespace io.flow.currency.v0.models {
|
|
3378
|
+
interface Rate {
|
|
3379
|
+
readonly id: string;
|
|
3380
|
+
readonly base: string;
|
|
3381
|
+
readonly target: string;
|
|
3382
|
+
readonly effective_at: string;
|
|
3383
|
+
readonly value: number;
|
|
3384
|
+
}
|
|
3385
|
+
interface RateForm {
|
|
3386
|
+
readonly base: string;
|
|
3387
|
+
readonly target: string;
|
|
3388
|
+
readonly effective_at: string;
|
|
3389
|
+
}
|
|
3390
|
+
interface RateVersion {
|
|
3391
|
+
readonly id: string;
|
|
3392
|
+
readonly timestamp: string;
|
|
3393
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3394
|
+
readonly rate: io.flow.currency.v0.models.Rate;
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
declare namespace io.flow.organization.v0.enums {
|
|
3398
|
+
type CountryPickerSource = 'experience' | 'destination';
|
|
3399
|
+
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
3400
|
+
type InvitationErrorCode = 'expired' | 'invalid_email';
|
|
3401
|
+
}
|
|
3402
|
+
declare namespace io.flow.organization.v0.models {
|
|
3403
|
+
interface CountryPicker {
|
|
3404
|
+
readonly id: string;
|
|
3405
|
+
readonly source: io.flow.organization.v0.enums.CountryPickerSource;
|
|
3406
|
+
}
|
|
3407
|
+
interface CountryPickerForm {
|
|
3408
|
+
readonly source: io.flow.organization.v0.enums.CountryPickerSource;
|
|
3409
|
+
}
|
|
3410
|
+
interface EcommercePlatform {
|
|
3411
|
+
readonly id: string;
|
|
3412
|
+
readonly type: io.flow.organization.v0.enums.EcommercePlatformType;
|
|
3413
|
+
readonly version?: string;
|
|
3414
|
+
}
|
|
3415
|
+
interface EcommercePlatformForm {
|
|
3416
|
+
readonly type: io.flow.organization.v0.enums.EcommercePlatformType;
|
|
3417
|
+
readonly version?: string;
|
|
3418
|
+
}
|
|
3419
|
+
interface Invitation {
|
|
3420
|
+
readonly id: string;
|
|
3421
|
+
readonly organization: io.flow.common.v0.unions.ExpandableOrganization;
|
|
3422
|
+
readonly email: string;
|
|
3423
|
+
readonly name: io.flow.common.v0.models.Name;
|
|
3424
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3425
|
+
readonly roles?: io.flow.permission.v0.enums.FlowRole[];
|
|
3426
|
+
readonly expiration: string;
|
|
3427
|
+
}
|
|
3428
|
+
interface InvitationError {
|
|
3429
|
+
readonly code: io.flow.organization.v0.enums.InvitationErrorCode;
|
|
3430
|
+
readonly messages: string[];
|
|
3431
|
+
}
|
|
3432
|
+
interface InvitationForm {
|
|
3433
|
+
readonly organization: string;
|
|
3434
|
+
readonly email: string;
|
|
3435
|
+
readonly name?: io.flow.common.v0.models.Name;
|
|
3436
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3437
|
+
readonly roles?: io.flow.permission.v0.enums.FlowRole[];
|
|
3438
|
+
}
|
|
3439
|
+
interface InvitationVersion {
|
|
3440
|
+
readonly id: string;
|
|
3441
|
+
readonly timestamp: string;
|
|
3442
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3443
|
+
readonly invitation: io.flow.organization.v0.models.Invitation;
|
|
3444
|
+
}
|
|
3445
|
+
interface Membership {
|
|
3446
|
+
readonly id: string;
|
|
3447
|
+
readonly organization: io.flow.common.v0.unions.ExpandableOrganization;
|
|
3448
|
+
readonly user: io.flow.common.v0.unions.ExpandableUser;
|
|
3449
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3450
|
+
readonly roles: io.flow.permission.v0.enums.FlowRole[];
|
|
3451
|
+
}
|
|
3452
|
+
interface MembershipForm {
|
|
3453
|
+
readonly organization: string;
|
|
3454
|
+
readonly user: string;
|
|
3455
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3456
|
+
readonly roles?: io.flow.permission.v0.enums.FlowRole[];
|
|
3457
|
+
}
|
|
3458
|
+
interface MembershipPutForm {
|
|
3459
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3460
|
+
readonly roles?: io.flow.permission.v0.enums.FlowRole[];
|
|
3461
|
+
}
|
|
3462
|
+
interface MembershipVersion {
|
|
3463
|
+
readonly id: string;
|
|
3464
|
+
readonly timestamp: string;
|
|
3465
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3466
|
+
readonly membership: io.flow.organization.v0.models.Membership;
|
|
3467
|
+
}
|
|
3468
|
+
interface OrganizationAuthorization {
|
|
3469
|
+
readonly role?: io.flow.common.v0.enums.Role;
|
|
3470
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
3471
|
+
}
|
|
3472
|
+
interface OrganizationAuthorizationForm {
|
|
3473
|
+
readonly organization: string;
|
|
3474
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
3475
|
+
}
|
|
3476
|
+
interface OrganizationConfigurationReference {
|
|
3477
|
+
readonly id: string;
|
|
3478
|
+
}
|
|
3479
|
+
interface OrganizationDefaultConfigurations {
|
|
3480
|
+
readonly id: string;
|
|
3481
|
+
readonly checkout_configuration: io.flow.organization.v0.models.OrganizationConfigurationReference;
|
|
3482
|
+
}
|
|
3483
|
+
interface OrganizationDefaultConfigurationsForm {
|
|
3484
|
+
readonly id: string;
|
|
3485
|
+
}
|
|
3486
|
+
interface OrganizationForm {
|
|
3487
|
+
readonly id?: string;
|
|
3488
|
+
readonly name?: string;
|
|
3489
|
+
readonly environment: io.flow.common.v0.enums.Environment;
|
|
3490
|
+
readonly parent_id?: string;
|
|
3491
|
+
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
3492
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
3493
|
+
readonly type?: io.flow.common.v0.enums.OrganizationType;
|
|
3494
|
+
}
|
|
3495
|
+
interface OrganizationPutForm {
|
|
3496
|
+
readonly name?: string;
|
|
3497
|
+
readonly environment?: io.flow.common.v0.enums.Environment;
|
|
3498
|
+
readonly parent_id?: string;
|
|
3499
|
+
readonly defaults?: io.flow.common.v0.models.OrganizationDefaults;
|
|
3500
|
+
readonly status?: io.flow.common.v0.enums.OrganizationStatus;
|
|
3501
|
+
}
|
|
3502
|
+
interface OrganizationVersion {
|
|
3503
|
+
readonly id: string;
|
|
3504
|
+
readonly timestamp: string;
|
|
3505
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3506
|
+
readonly organization: io.flow.common.v0.models.Organization;
|
|
3507
|
+
}
|
|
3508
|
+
interface RegionSetting {
|
|
3509
|
+
readonly id: string;
|
|
3510
|
+
readonly region: string;
|
|
3511
|
+
readonly status: io.flow.common.v0.enums.AvailabilityStatus;
|
|
3512
|
+
}
|
|
3513
|
+
interface RegionSettingForm {
|
|
3514
|
+
readonly status: io.flow.common.v0.enums.AvailabilityStatus;
|
|
3515
|
+
}
|
|
3516
|
+
}
|
|
3517
|
+
declare namespace io.flow.catalog.v0.enums {
|
|
3518
|
+
type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
|
|
3519
|
+
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';
|
|
3520
|
+
type FulfillmentMethodType = 'fulfillment_method';
|
|
3521
|
+
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
3522
|
+
type ImageTag = 'thumbnail' | 'checkout';
|
|
3523
|
+
type ReturnItemStatus = 'returnable' | 'non-returnable';
|
|
3524
|
+
type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
|
|
3525
|
+
type TaxabilityType = 'tax_rule';
|
|
3526
|
+
type TaxabilityValue = 'exempt';
|
|
3527
|
+
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
3528
|
+
}
|
|
3529
|
+
declare namespace io.flow.catalog.v0.models {
|
|
3530
|
+
interface AdjustmentReason {
|
|
3531
|
+
readonly key: io.flow.catalog.v0.enums.AdjustmentReasonKey;
|
|
3532
|
+
readonly label: string;
|
|
3533
|
+
}
|
|
3534
|
+
interface Attribute {
|
|
3535
|
+
readonly id: string;
|
|
3536
|
+
readonly key: string;
|
|
3537
|
+
readonly options: io.flow.catalog.v0.models.Options;
|
|
3538
|
+
readonly label?: string;
|
|
3539
|
+
readonly intent?: io.flow.catalog.v0.enums.AttributeIntent;
|
|
3540
|
+
readonly type?: io.flow.common.v0.enums.AttributeDataType;
|
|
3541
|
+
readonly position?: number;
|
|
3542
|
+
}
|
|
3543
|
+
interface AttributeForm {
|
|
3544
|
+
readonly key: string;
|
|
3545
|
+
readonly options: io.flow.catalog.v0.models.Options;
|
|
3546
|
+
readonly label?: string;
|
|
3547
|
+
readonly intent?: io.flow.catalog.v0.enums.AttributeIntent;
|
|
3548
|
+
readonly type?: io.flow.common.v0.enums.AttributeDataType;
|
|
3549
|
+
readonly position?: number;
|
|
3550
|
+
}
|
|
3551
|
+
interface AttributeVersion {
|
|
3552
|
+
readonly id: string;
|
|
3553
|
+
readonly timestamp: string;
|
|
3554
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3555
|
+
readonly attribute: io.flow.catalog.v0.models.Attribute;
|
|
3556
|
+
}
|
|
3557
|
+
interface Catalog {
|
|
3558
|
+
readonly id: string;
|
|
3559
|
+
}
|
|
3560
|
+
interface CatalogReference {
|
|
3561
|
+
readonly id: string;
|
|
3562
|
+
}
|
|
3563
|
+
interface CatalogStatistics {
|
|
3564
|
+
readonly id: string;
|
|
3565
|
+
readonly items: number;
|
|
3566
|
+
readonly categories: number;
|
|
3567
|
+
}
|
|
3568
|
+
interface CatalogVersion {
|
|
3569
|
+
readonly id: string;
|
|
3570
|
+
readonly timestamp: string;
|
|
3571
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3572
|
+
readonly catalog: io.flow.catalog.v0.models.Catalog;
|
|
3573
|
+
}
|
|
3574
|
+
interface FlowItemIndexMetadata {
|
|
3575
|
+
readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
|
|
3576
|
+
}
|
|
3577
|
+
interface Image {
|
|
3578
|
+
readonly url: string;
|
|
3579
|
+
readonly tags: io.flow.catalog.v0.enums.ImageTag[];
|
|
3580
|
+
readonly attributes?: Record<string, string>;
|
|
3581
|
+
}
|
|
3582
|
+
interface ImageForm {
|
|
3583
|
+
readonly url: string;
|
|
3584
|
+
readonly tags?: io.flow.catalog.v0.enums.ImageTag[];
|
|
3585
|
+
readonly attributes?: Record<string, string>;
|
|
3586
|
+
}
|
|
3587
|
+
interface Item {
|
|
3588
|
+
readonly id: string;
|
|
3589
|
+
readonly number: string;
|
|
3590
|
+
readonly locale: string;
|
|
3591
|
+
readonly name: string;
|
|
3592
|
+
readonly price: io.flow.common.v0.models.Price;
|
|
3593
|
+
readonly categories: string[];
|
|
3594
|
+
readonly description?: string;
|
|
3595
|
+
readonly attributes: Record<string, string>;
|
|
3596
|
+
readonly dimensions: io.flow.common.v0.models.Dimensions;
|
|
3597
|
+
readonly images: io.flow.catalog.v0.models.Image[];
|
|
3598
|
+
readonly local?: io.flow.catalog.v0.models.Local;
|
|
3599
|
+
readonly created_at?: string;
|
|
3600
|
+
readonly updated_at?: string;
|
|
3601
|
+
readonly deleted_at?: string;
|
|
3602
|
+
}
|
|
3603
|
+
interface ItemAttributesPatchForm {
|
|
3604
|
+
readonly attributes: Record<string, string>;
|
|
3605
|
+
}
|
|
3606
|
+
interface ItemForm {
|
|
3607
|
+
readonly number: string;
|
|
3608
|
+
readonly locale: string;
|
|
3609
|
+
readonly name: string;
|
|
3610
|
+
readonly currency: string;
|
|
3611
|
+
readonly price: number;
|
|
3612
|
+
readonly categories?: string[];
|
|
3613
|
+
readonly description?: string;
|
|
3614
|
+
readonly attributes?: Record<string, string>;
|
|
3615
|
+
readonly dimensions?: io.flow.common.v0.models.Dimensions;
|
|
3616
|
+
readonly images?: io.flow.catalog.v0.models.ImageForm[];
|
|
3617
|
+
readonly deleted_at?: string;
|
|
3618
|
+
}
|
|
3619
|
+
interface ItemFormOverlay {
|
|
3620
|
+
readonly id: string;
|
|
3621
|
+
readonly number: string;
|
|
3622
|
+
readonly key: string;
|
|
3623
|
+
readonly position: number;
|
|
3624
|
+
readonly price?: io.flow.common.v0.models.Price;
|
|
3625
|
+
readonly categories?: string[];
|
|
3626
|
+
readonly description?: string;
|
|
3627
|
+
readonly attributes?: Record<string, string>;
|
|
3628
|
+
readonly dimensions?: io.flow.common.v0.models.Dimensions;
|
|
3629
|
+
readonly images?: io.flow.catalog.v0.models.ImageForm[];
|
|
3630
|
+
readonly deleted_at?: string;
|
|
3631
|
+
}
|
|
3632
|
+
interface ItemFormOverlayForm {
|
|
3633
|
+
readonly number: string;
|
|
3634
|
+
readonly price?: number;
|
|
3635
|
+
readonly currency?: string;
|
|
3636
|
+
readonly position?: number;
|
|
3637
|
+
readonly categories?: string[];
|
|
3638
|
+
readonly description?: string;
|
|
3639
|
+
readonly attributes?: Record<string, string>;
|
|
3640
|
+
readonly dimensions?: io.flow.common.v0.models.Dimensions;
|
|
3641
|
+
readonly images?: io.flow.catalog.v0.models.ImageForm[];
|
|
3642
|
+
readonly deleted_at?: string;
|
|
3643
|
+
}
|
|
3644
|
+
interface ItemPriceUpdateForm {
|
|
3645
|
+
readonly number: string;
|
|
3646
|
+
readonly currency?: string;
|
|
3647
|
+
readonly price: number;
|
|
3648
|
+
readonly attributes: Record<string, string>;
|
|
3649
|
+
}
|
|
3650
|
+
interface ItemPriceUpdatePutForm {
|
|
3651
|
+
readonly currency?: string;
|
|
3652
|
+
readonly price: number;
|
|
3653
|
+
readonly attributes: Record<string, string>;
|
|
3654
|
+
}
|
|
3655
|
+
interface ItemStatistics {
|
|
3656
|
+
readonly items: number;
|
|
3657
|
+
readonly categories: number;
|
|
3658
|
+
}
|
|
3659
|
+
interface ItemVersion {
|
|
3660
|
+
readonly id: string;
|
|
3661
|
+
readonly timestamp: string;
|
|
3662
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3663
|
+
readonly item: io.flow.catalog.v0.models.Item;
|
|
3664
|
+
}
|
|
3665
|
+
interface Local {
|
|
3666
|
+
readonly experience: io.flow.common.v0.models.ExperienceSummary;
|
|
3667
|
+
readonly prices: io.flow.catalog.v0.unions.LocalizedPrice[];
|
|
3668
|
+
readonly rates: io.flow.currency.v0.models.Rate[];
|
|
3669
|
+
readonly spot_rates: any[];
|
|
3670
|
+
readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
|
|
3671
|
+
readonly attributes?: Record<string, string>;
|
|
3672
|
+
readonly price_attributes?: Record<string, io.flow.common.v0.models.PriceWithBase>;
|
|
3673
|
+
}
|
|
3674
|
+
interface LocalizedAdjustment {
|
|
3675
|
+
readonly currency: string;
|
|
3676
|
+
readonly amount: number;
|
|
3677
|
+
readonly label: string;
|
|
3678
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
3679
|
+
readonly reason: io.flow.catalog.v0.models.AdjustmentReason;
|
|
3680
|
+
}
|
|
3681
|
+
interface LocalizedItemDuty {
|
|
3682
|
+
readonly key: 'localized_item_duty';
|
|
3683
|
+
readonly currency: string;
|
|
3684
|
+
readonly amount: number;
|
|
3685
|
+
readonly label: string;
|
|
3686
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
3687
|
+
readonly adjustment?: io.flow.catalog.v0.models.LocalizedAdjustment;
|
|
3688
|
+
readonly basis?: io.flow.common.v0.models.MoneyWithBase;
|
|
3689
|
+
}
|
|
3690
|
+
interface LocalizedItemPrice {
|
|
3691
|
+
readonly key: 'localized_item_price';
|
|
3692
|
+
readonly currency: string;
|
|
3693
|
+
readonly amount: number;
|
|
3694
|
+
readonly label: string;
|
|
3695
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
3696
|
+
readonly includes?: io.flow.common.v0.models.IncludedLevies;
|
|
3697
|
+
}
|
|
3698
|
+
interface LocalizedItemVat {
|
|
3699
|
+
readonly key: 'localized_item_vat';
|
|
3700
|
+
readonly currency: string;
|
|
3701
|
+
readonly amount: number;
|
|
3702
|
+
readonly label: string;
|
|
3703
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
3704
|
+
readonly name: string;
|
|
3705
|
+
readonly adjustment?: io.flow.catalog.v0.models.LocalizedAdjustment;
|
|
3706
|
+
readonly accuracy?: io.flow.price.v0.enums.PriceAccuracy;
|
|
3707
|
+
readonly basis?: io.flow.common.v0.models.MoneyWithBase;
|
|
3708
|
+
}
|
|
3709
|
+
interface LocalizedTotal {
|
|
3710
|
+
readonly key: 'localized_total';
|
|
3711
|
+
readonly currency: string;
|
|
3712
|
+
readonly amount: number;
|
|
3713
|
+
readonly label: string;
|
|
3714
|
+
readonly base: io.flow.common.v0.models.Price;
|
|
3715
|
+
}
|
|
3716
|
+
interface Options {
|
|
3717
|
+
readonly required: boolean;
|
|
3718
|
+
readonly show_in_catalog: boolean;
|
|
3719
|
+
readonly show_in_harmonization: boolean;
|
|
3720
|
+
}
|
|
3721
|
+
interface Subcatalog {
|
|
3722
|
+
readonly discriminator: 'subcatalog';
|
|
3723
|
+
readonly id: string;
|
|
3724
|
+
readonly catalog: io.flow.catalog.v0.models.Catalog;
|
|
3725
|
+
readonly settings: io.flow.catalog.v0.models.SubcatalogSettings;
|
|
3726
|
+
}
|
|
3727
|
+
interface SubcatalogForm {
|
|
3728
|
+
readonly settings?: io.flow.catalog.v0.models.SubcatalogSettingsForm;
|
|
3729
|
+
}
|
|
3730
|
+
interface SubcatalogItem {
|
|
3731
|
+
readonly id: string;
|
|
3732
|
+
readonly item: io.flow.catalog.v0.models.Item;
|
|
3733
|
+
readonly status: io.flow.catalog.v0.enums.SubcatalogItemStatus;
|
|
3734
|
+
}
|
|
3735
|
+
interface SubcatalogItemVersion {
|
|
3736
|
+
readonly id: string;
|
|
3737
|
+
readonly timestamp: string;
|
|
3738
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3739
|
+
readonly subcatalog_item: io.flow.catalog.v0.models.SubcatalogItem;
|
|
3740
|
+
}
|
|
3741
|
+
interface SubcatalogReference {
|
|
3742
|
+
readonly discriminator: 'subcatalog_reference';
|
|
3743
|
+
readonly id: string;
|
|
3744
|
+
}
|
|
3745
|
+
interface SubcatalogSettings {
|
|
3746
|
+
readonly update_policy: io.flow.catalog.v0.enums.UpdatePolicy;
|
|
3747
|
+
}
|
|
3748
|
+
interface SubcatalogSettingsForm {
|
|
3749
|
+
readonly update_policy?: io.flow.catalog.v0.enums.UpdatePolicy;
|
|
3750
|
+
}
|
|
3751
|
+
interface SubcatalogStatistics {
|
|
3752
|
+
readonly excluded: io.flow.catalog.v0.models.ItemStatistics;
|
|
3753
|
+
readonly included: io.flow.catalog.v0.models.ItemStatistics;
|
|
3754
|
+
readonly restricted: io.flow.catalog.v0.models.ItemStatistics;
|
|
3755
|
+
readonly queue: io.flow.catalog.v0.models.ItemStatistics;
|
|
3756
|
+
readonly catalog: io.flow.catalog.v0.models.CatalogStatistics;
|
|
3757
|
+
}
|
|
3758
|
+
interface SubcatalogVersion {
|
|
3759
|
+
readonly id: string;
|
|
3760
|
+
readonly timestamp: string;
|
|
3761
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3762
|
+
readonly subcatalog: io.flow.catalog.v0.models.Subcatalog;
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
declare namespace io.flow.catalog.v0.unions {
|
|
3766
|
+
type ExpandableSubcatalog = io.flow.catalog.v0.models.Subcatalog | io.flow.catalog.v0.models.SubcatalogReference;
|
|
3767
|
+
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;
|
|
3768
|
+
}
|
|
3769
|
+
declare namespace io.flow.inventory.v0.enums {
|
|
3770
|
+
type Aggregate = 'maximum' | 'minimum';
|
|
3771
|
+
type InventoryStatus = 'has_inventory' | 'no_inventory';
|
|
3772
|
+
type UpdateType = 'change' | 'set';
|
|
3773
|
+
}
|
|
3774
|
+
declare namespace io.flow.inventory.v0.models {
|
|
3775
|
+
interface ExternalApiTimeoutReservationError {
|
|
3776
|
+
readonly code: 'external_api_timeout';
|
|
3777
|
+
readonly messages: string[];
|
|
3778
|
+
}
|
|
3779
|
+
interface GenericReservationError {
|
|
3780
|
+
readonly code: 'generic_reservation_error';
|
|
3781
|
+
readonly messages: string[];
|
|
3782
|
+
}
|
|
3783
|
+
interface InventoryBackorder {
|
|
3784
|
+
readonly discriminator: 'inventory_backorder';
|
|
3785
|
+
readonly quantity: number;
|
|
3786
|
+
}
|
|
3787
|
+
interface InventoryCenterReference {
|
|
3788
|
+
readonly key: string;
|
|
3789
|
+
}
|
|
3790
|
+
interface InventoryCheckResponse {
|
|
3791
|
+
readonly items: io.flow.inventory.v0.models.InventoryCheckResponseItem[];
|
|
3792
|
+
}
|
|
3793
|
+
interface InventoryCheckResponseItem {
|
|
3794
|
+
readonly number: string;
|
|
3795
|
+
readonly quantity: number;
|
|
3796
|
+
readonly inventory_status: io.flow.inventory.v0.enums.InventoryStatus;
|
|
3797
|
+
}
|
|
3798
|
+
interface InventoryExperienceReference {
|
|
3799
|
+
readonly key: string;
|
|
3800
|
+
}
|
|
3801
|
+
interface InventoryFollowEcommercePlatform {
|
|
3802
|
+
readonly discriminator: 'inventory_follow_ecommerce_platform';
|
|
3803
|
+
readonly quantity: number;
|
|
3804
|
+
}
|
|
3805
|
+
interface InventoryItemReference {
|
|
3806
|
+
readonly number: string;
|
|
3807
|
+
}
|
|
3808
|
+
interface InventoryRequest {
|
|
3809
|
+
readonly items: io.flow.inventory.v0.models.InventoryRequestItem[];
|
|
3810
|
+
}
|
|
3811
|
+
interface InventoryRequestItem {
|
|
3812
|
+
readonly number: string;
|
|
3813
|
+
readonly quantity: number;
|
|
3814
|
+
}
|
|
3815
|
+
interface InventoryRule {
|
|
3816
|
+
readonly id: string;
|
|
3817
|
+
readonly position: number;
|
|
3818
|
+
readonly query: string;
|
|
3819
|
+
readonly strategy: io.flow.inventory.v0.unions.InventoryStrategy;
|
|
3820
|
+
}
|
|
3821
|
+
interface InventoryRuleForm {
|
|
3822
|
+
readonly position: number;
|
|
3823
|
+
readonly query: string;
|
|
3824
|
+
readonly strategy: io.flow.inventory.v0.unions.InventoryStrategy;
|
|
3825
|
+
}
|
|
3826
|
+
interface InventoryRuleVersion {
|
|
3827
|
+
readonly id: string;
|
|
3828
|
+
readonly timestamp: string;
|
|
3829
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3830
|
+
readonly inventory_rule: io.flow.inventory.v0.models.InventoryRule;
|
|
3831
|
+
}
|
|
3832
|
+
interface InventorySnapshot {
|
|
3833
|
+
readonly id: string;
|
|
3834
|
+
readonly available: number;
|
|
3835
|
+
readonly center: io.flow.inventory.v0.models.InventoryCenterReference;
|
|
3836
|
+
readonly item: io.flow.inventory.v0.models.InventoryItemReference;
|
|
3837
|
+
readonly quantity: number;
|
|
3838
|
+
}
|
|
3839
|
+
interface InventorySnapshotVersion {
|
|
3840
|
+
readonly id: string;
|
|
3841
|
+
readonly timestamp: string;
|
|
3842
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3843
|
+
readonly inventory_snapshot: io.flow.inventory.v0.models.InventorySnapshot;
|
|
3844
|
+
}
|
|
3845
|
+
interface InventoryStock {
|
|
3846
|
+
readonly discriminator: 'inventory_stock';
|
|
3847
|
+
readonly quantity: number;
|
|
3848
|
+
}
|
|
3849
|
+
interface InventoryUnlimited {
|
|
3850
|
+
readonly discriminator: 'inventory_unlimited';
|
|
3851
|
+
readonly placeholder?: string;
|
|
3852
|
+
}
|
|
3853
|
+
interface InventoryUpdate {
|
|
3854
|
+
readonly id: string;
|
|
3855
|
+
readonly idempotency_key: string;
|
|
3856
|
+
readonly center: io.flow.inventory.v0.models.InventoryCenterReference;
|
|
3857
|
+
readonly item: io.flow.inventory.v0.models.InventoryItemReference;
|
|
3858
|
+
readonly notes: any;
|
|
3859
|
+
readonly quantity: number;
|
|
3860
|
+
readonly type: io.flow.inventory.v0.enums.UpdateType;
|
|
3861
|
+
}
|
|
3862
|
+
interface InventoryUpdateForm {
|
|
3863
|
+
readonly center: string;
|
|
3864
|
+
readonly idempotency_key: string;
|
|
3865
|
+
readonly item_number: string;
|
|
3866
|
+
readonly quantity: number;
|
|
3867
|
+
readonly type: io.flow.inventory.v0.enums.UpdateType;
|
|
3868
|
+
readonly notes?: any;
|
|
3869
|
+
}
|
|
3870
|
+
interface InventoryUpdateVersion {
|
|
3871
|
+
readonly id: string;
|
|
3872
|
+
readonly timestamp: string;
|
|
3873
|
+
readonly type: io.flow.common.v0.enums.ChangeType;
|
|
3874
|
+
readonly inventory_update: io.flow.inventory.v0.models.InventoryUpdate;
|
|
3875
|
+
}
|
|
3876
|
+
interface NoInventoryReservationError {
|
|
3877
|
+
readonly code: 'no_inventory';
|
|
2075
3878
|
readonly messages: string[];
|
|
3879
|
+
readonly items: io.flow.inventory.v0.models.NoInventoryReservationErrorItem[];
|
|
3880
|
+
}
|
|
3881
|
+
interface NoInventoryReservationErrorItem {
|
|
3882
|
+
readonly number: string;
|
|
3883
|
+
readonly requested_quantity: number;
|
|
3884
|
+
readonly available_quantity: number;
|
|
3885
|
+
}
|
|
3886
|
+
interface PfsInventoryCheckResponse {
|
|
3887
|
+
readonly items: Record<string, io.flow.inventory.v0.models.PfsInventoryCheckResponseItem>;
|
|
3888
|
+
}
|
|
3889
|
+
interface PfsInventoryCheckResponseItem {
|
|
3890
|
+
readonly number: string;
|
|
3891
|
+
readonly ats: number;
|
|
3892
|
+
readonly in_stock: boolean;
|
|
3893
|
+
}
|
|
3894
|
+
interface PfsInventoryStatus {
|
|
3895
|
+
readonly status: string;
|
|
3896
|
+
}
|
|
3897
|
+
interface Reservation {
|
|
3898
|
+
readonly id: string;
|
|
3899
|
+
readonly key: string;
|
|
3900
|
+
readonly order?: io.flow.inventory.v0.models.ReservationOrderReference;
|
|
3901
|
+
readonly items: io.flow.inventory.v0.models.ReservationItem[];
|
|
3902
|
+
readonly reserved_until?: string;
|
|
3903
|
+
}
|
|
3904
|
+
interface ReservationForm {
|
|
3905
|
+
readonly order_number?: string;
|
|
3906
|
+
readonly items: io.flow.inventory.v0.models.ReservationItemForm[];
|
|
3907
|
+
}
|
|
3908
|
+
interface ReservationItem {
|
|
3909
|
+
readonly item: io.flow.inventory.v0.models.ReservationItemReference;
|
|
3910
|
+
readonly quantity: number;
|
|
2076
3911
|
}
|
|
3912
|
+
interface ReservationItemForm {
|
|
3913
|
+
readonly item_number: string;
|
|
3914
|
+
readonly quantity: number;
|
|
3915
|
+
}
|
|
3916
|
+
interface ReservationItemReference {
|
|
3917
|
+
readonly number: string;
|
|
3918
|
+
}
|
|
3919
|
+
interface ReservationOrderReference {
|
|
3920
|
+
readonly number: string;
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
declare namespace io.flow.inventory.v0.unions {
|
|
3924
|
+
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;
|
|
3925
|
+
type ReservationError = io.flow.inventory.v0.models.NoInventoryReservationError | io.flow.inventory.v0.models.ExternalApiTimeoutReservationError | io.flow.inventory.v0.models.GenericReservationError;
|
|
3926
|
+
}
|
|
3927
|
+
declare namespace io.flow.permission.v0.enums {
|
|
3928
|
+
type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
|
|
3929
|
+
type FlowBehavior = 'view_consumer_data';
|
|
3930
|
+
type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'organization_classification' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
|
|
3931
|
+
type PermittedHttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
2077
3932
|
}
|
|
2078
|
-
declare namespace io.flow.
|
|
2079
|
-
interface
|
|
2080
|
-
readonly
|
|
2081
|
-
readonly
|
|
2082
|
-
readonly
|
|
3933
|
+
declare namespace io.flow.permission.v0.models {
|
|
3934
|
+
interface BehaviorAudit {
|
|
3935
|
+
readonly behavior: io.flow.permission.v0.enums.FlowBehavior;
|
|
3936
|
+
readonly authentication_techniques: io.flow.permission.v0.enums.AuthenticationTechnique[];
|
|
3937
|
+
readonly roles: io.flow.permission.v0.enums.FlowRole[];
|
|
2083
3938
|
}
|
|
2084
|
-
interface
|
|
2085
|
-
readonly
|
|
2086
|
-
readonly
|
|
2087
|
-
readonly num_events: number;
|
|
3939
|
+
interface PermissionAudit {
|
|
3940
|
+
readonly routes: io.flow.permission.v0.models.RouteAudit[];
|
|
3941
|
+
readonly behaviors: io.flow.permission.v0.models.BehaviorAudit[];
|
|
2088
3942
|
}
|
|
2089
|
-
interface
|
|
2090
|
-
readonly
|
|
3943
|
+
interface PermissionCheck {
|
|
3944
|
+
readonly authentication_technique: io.flow.permission.v0.enums.AuthenticationTechnique;
|
|
3945
|
+
readonly user?: io.flow.common.v0.unions.ExpandableUser;
|
|
3946
|
+
readonly roles: io.flow.permission.v0.enums.FlowRole[];
|
|
3947
|
+
readonly behaviors: io.flow.permission.v0.enums.FlowBehavior[];
|
|
3948
|
+
readonly routes: io.flow.permission.v0.models.PermittedRoute[];
|
|
2091
3949
|
}
|
|
2092
|
-
interface
|
|
2093
|
-
readonly
|
|
2094
|
-
readonly
|
|
3950
|
+
interface PermittedRoute {
|
|
3951
|
+
readonly method: io.flow.permission.v0.enums.PermittedHttpMethod;
|
|
3952
|
+
readonly path: string;
|
|
2095
3953
|
}
|
|
2096
|
-
interface
|
|
2097
|
-
readonly
|
|
3954
|
+
interface RouteAudit {
|
|
3955
|
+
readonly method: io.flow.permission.v0.enums.PermittedHttpMethod;
|
|
3956
|
+
readonly path: string;
|
|
3957
|
+
readonly authentication_techniques: io.flow.permission.v0.enums.AuthenticationTechnique[];
|
|
3958
|
+
readonly roles: io.flow.permission.v0.enums.FlowRole[];
|
|
3959
|
+
}
|
|
3960
|
+
interface SimplePermissionCheck {
|
|
3961
|
+
readonly behaviors: io.flow.permission.v0.enums.FlowBehavior[];
|
|
2098
3962
|
}
|
|
2099
3963
|
}
|
|
2100
|
-
declare namespace io.flow.
|
|
2101
|
-
type
|
|
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';
|
|
3964
|
+
declare namespace io.flow.query.builder.v0.enums {
|
|
3965
|
+
type AvailableFilterFormat = 'boolean' | 'date' | 'money' | 'decimal' | 'string' | 'unit_of_length' | 'unit_of_mass';
|
|
2109
3966
|
}
|
|
2110
|
-
declare namespace io.flow.
|
|
2111
|
-
interface
|
|
2112
|
-
readonly
|
|
2113
|
-
readonly
|
|
2114
|
-
readonly
|
|
3967
|
+
declare namespace io.flow.query.builder.v0.models {
|
|
3968
|
+
interface AvailableFilterStructured {
|
|
3969
|
+
readonly discriminator: 'structured';
|
|
3970
|
+
readonly field: string;
|
|
3971
|
+
readonly operators: string[];
|
|
3972
|
+
readonly format: io.flow.query.builder.v0.enums.AvailableFilterFormat;
|
|
3973
|
+
readonly valid_values?: string[];
|
|
3974
|
+
readonly placeholder?: string;
|
|
2115
3975
|
}
|
|
2116
|
-
interface
|
|
2117
|
-
readonly
|
|
2118
|
-
readonly
|
|
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;
|
|
3976
|
+
interface AvailableFilterUnstructured {
|
|
3977
|
+
readonly discriminator: 'unstructured';
|
|
3978
|
+
readonly placeholder?: string;
|
|
2131
3979
|
}
|
|
2132
|
-
interface
|
|
2133
|
-
readonly
|
|
2134
|
-
readonly
|
|
2135
|
-
readonly currencyCode: string;
|
|
2136
|
-
readonly transactionAmount: number;
|
|
2137
|
-
readonly cardholderName?: string;
|
|
2138
|
-
readonly deviceManufacturerIdentifier: string;
|
|
2139
|
-
readonly paymentDataType: string;
|
|
2140
|
-
readonly paymentData: any;
|
|
3980
|
+
interface Query {
|
|
3981
|
+
readonly q: string;
|
|
3982
|
+
readonly filters: io.flow.query.builder.v0.unions.QueryFilter[];
|
|
2141
3983
|
}
|
|
2142
|
-
interface
|
|
2143
|
-
readonly
|
|
2144
|
-
readonly
|
|
2145
|
-
readonly
|
|
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;
|
|
3984
|
+
interface QueryBuilder {
|
|
3985
|
+
readonly q: string;
|
|
3986
|
+
readonly filters: io.flow.query.builder.v0.unions.QueryFilter[];
|
|
3987
|
+
readonly available: io.flow.query.builder.v0.unions.AvailableFilter[];
|
|
2157
3988
|
}
|
|
2158
|
-
interface
|
|
2159
|
-
readonly
|
|
2160
|
-
readonly
|
|
2161
|
-
|
|
2162
|
-
|
|
3989
|
+
interface QueryBuilderFilterForm {
|
|
3990
|
+
readonly discriminator: 'filter';
|
|
3991
|
+
readonly filters: io.flow.query.builder.v0.unions.QueryFilterForm[];
|
|
3992
|
+
}
|
|
3993
|
+
interface QueryBuilderQueryForm {
|
|
3994
|
+
readonly discriminator: 'query';
|
|
3995
|
+
readonly q: string;
|
|
3996
|
+
}
|
|
3997
|
+
interface QueryFilterStructured {
|
|
3998
|
+
readonly discriminator: 'structured';
|
|
3999
|
+
readonly q: string;
|
|
4000
|
+
readonly field: string;
|
|
4001
|
+
readonly operator: string;
|
|
4002
|
+
readonly values: string[];
|
|
4003
|
+
}
|
|
4004
|
+
interface QueryFilterStructuredForm {
|
|
4005
|
+
readonly discriminator: 'structured';
|
|
4006
|
+
readonly field: string;
|
|
4007
|
+
readonly operator: string;
|
|
4008
|
+
readonly values: string[];
|
|
4009
|
+
}
|
|
4010
|
+
interface QueryFilterUnstructured {
|
|
4011
|
+
readonly discriminator: 'unstructured';
|
|
4012
|
+
readonly q: string;
|
|
4013
|
+
}
|
|
4014
|
+
interface QueryFilterUnstructuredForm {
|
|
4015
|
+
readonly discriminator: 'unstructured';
|
|
4016
|
+
readonly q: string;
|
|
2163
4017
|
}
|
|
2164
4018
|
}
|
|
4019
|
+
declare namespace io.flow.query.builder.v0.unions {
|
|
4020
|
+
type AvailableFilter = io.flow.query.builder.v0.models.AvailableFilterStructured | io.flow.query.builder.v0.models.AvailableFilterUnstructured;
|
|
4021
|
+
type QueryBuilderForm = io.flow.query.builder.v0.models.QueryBuilderFilterForm | io.flow.query.builder.v0.models.QueryBuilderQueryForm;
|
|
4022
|
+
type QueryFilter = io.flow.query.builder.v0.models.QueryFilterStructured | io.flow.query.builder.v0.models.QueryFilterUnstructured;
|
|
4023
|
+
type QueryFilterForm = io.flow.query.builder.v0.models.QueryFilterStructuredForm | io.flow.query.builder.v0.models.QueryFilterUnstructuredForm;
|
|
4024
|
+
}
|
|
2165
4025
|
declare namespace io.flow.v0.enums {
|
|
2166
4026
|
type AbandonedOrderPromotionStatus = 'active' | 'inactive';
|
|
2167
4027
|
type AbandonedOrderSettingStatus = 'active' | 'inactive';
|
|
2168
4028
|
type AddressFieldName = 'first_name' | 'last_name' | 'street_1' | 'street_2' | 'city' | 'province' | 'postal' | 'country' | 'phone' | 'company' | 'vat_registration_number';
|
|
2169
4029
|
type AddressVerificationResultFieldCode = 'matched' | 'not_available' | 'not_checked' | 'not_matched';
|
|
2170
4030
|
type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
|
|
2171
|
-
type Aggregate = 'maximum' | 'minimum';
|
|
2172
4031
|
type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
|
|
2173
4032
|
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
4033
|
type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
|
|
@@ -2216,7 +4075,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2216
4075
|
type DutyItemApprovalStatus = 'pending' | 'certified' | 'decertified';
|
|
2217
4076
|
type EcommercePlatformType = 'commercetools' | 'custom' | 'hybris' | 'magento' | 'shopify' | 'shopify_markets' | 'sfcc' | 'solidus' | 'workarea';
|
|
2218
4077
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
2219
|
-
type EntityIdentifierType = 'ioss' | 'voec';
|
|
4078
|
+
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
2220
4079
|
type Environment = 'sandbox' | 'production';
|
|
2221
4080
|
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';
|
|
2222
4081
|
type ExceptionType = 'open' | 'closed';
|
|
@@ -2248,7 +4107,6 @@ declare namespace io.flow.v0.enums {
|
|
|
2248
4107
|
type Incoterm = 'EXW' | 'FCA' | 'CPT' | 'CIP' | 'DAT' | 'DAP' | 'DDP' | 'FAS' | 'FOB' | 'CFR' | 'CIF' | 'DAF' | 'DES' | 'DEQ' | 'DDU';
|
|
2249
4108
|
type InlineWindowViewportSize = 'xxx_small' | 'xx_small' | 'x_small' | 'small' | 'fullscreen' | 'responsive';
|
|
2250
4109
|
type InputSpecificationType = 'text' | 'number';
|
|
2251
|
-
type InventoryStatus = 'has_inventory' | 'no_inventory';
|
|
2252
4110
|
type InvitationErrorCode = 'expired' | 'invalid_email';
|
|
2253
4111
|
type ItemAvailabilityStatus = 'available' | 'low' | 'out_of_stock';
|
|
2254
4112
|
type ItemIdentifier = 'item_number' | 'sku';
|
|
@@ -2287,6 +4145,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2287
4145
|
type OrganizationPaymentMethodTag = 'deny';
|
|
2288
4146
|
type OrganizationStatus = 'active' | 'inactive' | 'deactivated' | 'provisioned';
|
|
2289
4147
|
type OrganizationType = 'standalone' | 'channel';
|
|
4148
|
+
type OriginLocationSource = 'public_hub_code' | 'merchant_hub_code_override' | 'shopify' | 'fallback_location';
|
|
2290
4149
|
type PackageDimensionsSource = 'provided' | 'item_dimensions_estimated' | 'dimensions_estimated' | 'default_item_dimensions_estimated';
|
|
2291
4150
|
type PaymentActionType = 'redirect' | 'redirect_get' | 'redirect_post' | 'select_payment_option' | 'use_sdk_klarna_v1' | 'use_sdk_applepay_js' | 'use_sdk_googlepay' | 'use_sdk_paypal' | 'use_sdk_stripe_v3' | 'use_sdk_adyen_v3' | 'use_sdk_adyen_v4' | 'execute_script' | 'display_inline_window';
|
|
2292
4151
|
type PaymentErrorCode = 'duplicate' | 'invalid_amount' | 'invalid_currency' | 'invalid_method' | 'invalid_order' | 'invalid_customer' | 'invalid_destination' | 'unknown';
|
|
@@ -2375,7 +4234,6 @@ declare namespace io.flow.v0.enums {
|
|
|
2375
4234
|
type UnitOfVolume = 'cubic_inch' | 'cubic_meter';
|
|
2376
4235
|
type UnitOfWeight = 'gram' | 'kilogram' | 'ounce' | 'pound';
|
|
2377
4236
|
type UpdatePolicy = 'auto' | 'queue' | 'discard';
|
|
2378
|
-
type UpdateType = 'change' | 'set';
|
|
2379
4237
|
type UserStatus = 'pending' | 'active' | 'inactive';
|
|
2380
4238
|
type ValueAddedService = 'Hazardous Material';
|
|
2381
4239
|
type Visibility = 'public' | 'private';
|
|
@@ -3160,6 +5018,7 @@ declare namespace io.flow.v0.models {
|
|
|
3160
5018
|
readonly origin?: io.flow.v0.models.ShippingAddress;
|
|
3161
5019
|
readonly direction?: io.flow.v0.enums.Direction;
|
|
3162
5020
|
readonly reference_id?: string;
|
|
5021
|
+
readonly origin_location_source?: io.flow.v0.enums.OriginLocationSource;
|
|
3163
5022
|
readonly hub_code?: string;
|
|
3164
5023
|
}
|
|
3165
5024
|
interface BrowseOptinResponses {
|
|
@@ -4570,6 +6429,7 @@ declare namespace io.flow.v0.models {
|
|
|
4570
6429
|
readonly service?: string;
|
|
4571
6430
|
readonly shipment_recipient?: io.flow.v0.enums.ShipmentRecipient;
|
|
4572
6431
|
readonly package_dimensions_source?: io.flow.v0.enums.PackageDimensionsSource;
|
|
6432
|
+
readonly origin_location_source?: io.flow.v0.enums.OriginLocationSource;
|
|
4573
6433
|
readonly reference_id?: string;
|
|
4574
6434
|
}
|
|
4575
6435
|
interface DetailedShippingNotificationForm {
|
|
@@ -5241,10 +7101,6 @@ declare namespace io.flow.v0.models {
|
|
|
5241
7101
|
readonly type: io.flow.v0.enums.ChangeType;
|
|
5242
7102
|
readonly export: io.flow.v0.models.Export;
|
|
5243
7103
|
}
|
|
5244
|
-
interface ExternalApiTimeoutReservationError {
|
|
5245
|
-
readonly code: 'external_api_timeout';
|
|
5246
|
-
readonly messages: string[];
|
|
5247
|
-
}
|
|
5248
7104
|
interface FeeDeduction {
|
|
5249
7105
|
readonly type: io.flow.v0.enums.FeeDeductionType;
|
|
5250
7106
|
readonly amount: number;
|
|
@@ -5507,10 +7363,6 @@ declare namespace io.flow.v0.models {
|
|
|
5507
7363
|
readonly code: io.flow.v0.enums.GenericErrorCode;
|
|
5508
7364
|
readonly messages: string[];
|
|
5509
7365
|
}
|
|
5510
|
-
interface GenericReservationError {
|
|
5511
|
-
readonly code: 'generic_reservation_error';
|
|
5512
|
-
readonly messages: string[];
|
|
5513
|
-
}
|
|
5514
7366
|
interface GeoForm {
|
|
5515
7367
|
readonly country: string;
|
|
5516
7368
|
readonly currency: string;
|
|
@@ -5844,99 +7696,6 @@ declare namespace io.flow.v0.models {
|
|
|
5844
7696
|
interface InputSpecificationLimitations {
|
|
5845
7697
|
readonly limitations?: io.flow.v0.unions.InputSpecificationLimitation[];
|
|
5846
7698
|
}
|
|
5847
|
-
interface InventoryBackorder {
|
|
5848
|
-
readonly discriminator: 'inventory_backorder';
|
|
5849
|
-
readonly quantity: number;
|
|
5850
|
-
}
|
|
5851
|
-
interface InventoryCenterReference {
|
|
5852
|
-
readonly key: string;
|
|
5853
|
-
}
|
|
5854
|
-
interface InventoryCheckResponse {
|
|
5855
|
-
readonly items: io.flow.v0.models.InventoryCheckResponseItem[];
|
|
5856
|
-
}
|
|
5857
|
-
interface InventoryCheckResponseItem {
|
|
5858
|
-
readonly number: string;
|
|
5859
|
-
readonly quantity: number;
|
|
5860
|
-
readonly inventory_status: io.flow.v0.enums.InventoryStatus;
|
|
5861
|
-
}
|
|
5862
|
-
interface InventoryExperienceReference {
|
|
5863
|
-
readonly key: string;
|
|
5864
|
-
}
|
|
5865
|
-
interface InventoryFollowEcommercePlatform {
|
|
5866
|
-
readonly discriminator: 'inventory_follow_ecommerce_platform';
|
|
5867
|
-
readonly quantity: number;
|
|
5868
|
-
}
|
|
5869
|
-
interface InventoryItemReference {
|
|
5870
|
-
readonly number: string;
|
|
5871
|
-
}
|
|
5872
|
-
interface InventoryRequest {
|
|
5873
|
-
readonly items: io.flow.v0.models.InventoryRequestItem[];
|
|
5874
|
-
}
|
|
5875
|
-
interface InventoryRequestItem {
|
|
5876
|
-
readonly number: string;
|
|
5877
|
-
readonly quantity: number;
|
|
5878
|
-
}
|
|
5879
|
-
interface InventoryRule {
|
|
5880
|
-
readonly id: string;
|
|
5881
|
-
readonly position: number;
|
|
5882
|
-
readonly query: string;
|
|
5883
|
-
readonly strategy: io.flow.v0.unions.InventoryStrategy;
|
|
5884
|
-
}
|
|
5885
|
-
interface InventoryRuleForm {
|
|
5886
|
-
readonly position: number;
|
|
5887
|
-
readonly query: string;
|
|
5888
|
-
readonly strategy: io.flow.v0.unions.InventoryStrategy;
|
|
5889
|
-
}
|
|
5890
|
-
interface InventoryRuleVersion {
|
|
5891
|
-
readonly id: string;
|
|
5892
|
-
readonly timestamp: string;
|
|
5893
|
-
readonly type: io.flow.v0.enums.ChangeType;
|
|
5894
|
-
readonly inventory_rule: io.flow.v0.models.InventoryRule;
|
|
5895
|
-
}
|
|
5896
|
-
interface InventorySnapshot {
|
|
5897
|
-
readonly id: string;
|
|
5898
|
-
readonly available: number;
|
|
5899
|
-
readonly center: io.flow.v0.models.InventoryCenterReference;
|
|
5900
|
-
readonly item: io.flow.v0.models.InventoryItemReference;
|
|
5901
|
-
readonly quantity: number;
|
|
5902
|
-
}
|
|
5903
|
-
interface InventorySnapshotVersion {
|
|
5904
|
-
readonly id: string;
|
|
5905
|
-
readonly timestamp: string;
|
|
5906
|
-
readonly type: io.flow.v0.enums.ChangeType;
|
|
5907
|
-
readonly inventory_snapshot: io.flow.v0.models.InventorySnapshot;
|
|
5908
|
-
}
|
|
5909
|
-
interface InventoryStock {
|
|
5910
|
-
readonly discriminator: 'inventory_stock';
|
|
5911
|
-
readonly quantity: number;
|
|
5912
|
-
}
|
|
5913
|
-
interface InventoryUnlimited {
|
|
5914
|
-
readonly discriminator: 'inventory_unlimited';
|
|
5915
|
-
readonly placeholder?: string;
|
|
5916
|
-
}
|
|
5917
|
-
interface InventoryUpdate {
|
|
5918
|
-
readonly id: string;
|
|
5919
|
-
readonly idempotency_key: string;
|
|
5920
|
-
readonly center: io.flow.v0.models.InventoryCenterReference;
|
|
5921
|
-
readonly item: io.flow.v0.models.InventoryItemReference;
|
|
5922
|
-
readonly notes: any;
|
|
5923
|
-
readonly quantity: number;
|
|
5924
|
-
readonly type: io.flow.v0.enums.UpdateType;
|
|
5925
|
-
}
|
|
5926
|
-
interface InventoryUpdateForm {
|
|
5927
|
-
readonly center: string;
|
|
5928
|
-
readonly idempotency_key: string;
|
|
5929
|
-
readonly item_number: string;
|
|
5930
|
-
readonly quantity: number;
|
|
5931
|
-
readonly type: io.flow.v0.enums.UpdateType;
|
|
5932
|
-
readonly notes?: any;
|
|
5933
|
-
}
|
|
5934
|
-
interface InventoryUpdateVersion {
|
|
5935
|
-
readonly id: string;
|
|
5936
|
-
readonly timestamp: string;
|
|
5937
|
-
readonly type: io.flow.v0.enums.ChangeType;
|
|
5938
|
-
readonly inventory_update: io.flow.v0.models.InventoryUpdate;
|
|
5939
|
-
}
|
|
5940
7699
|
interface Invitation {
|
|
5941
7700
|
readonly id: string;
|
|
5942
7701
|
readonly organization: io.flow.v0.unions.ExpandableOrganization;
|
|
@@ -6825,16 +8584,6 @@ declare namespace io.flow.v0.models {
|
|
|
6825
8584
|
readonly first?: string;
|
|
6826
8585
|
readonly last?: string;
|
|
6827
8586
|
}
|
|
6828
|
-
interface NoInventoryReservationError {
|
|
6829
|
-
readonly code: 'no_inventory';
|
|
6830
|
-
readonly messages: string[];
|
|
6831
|
-
readonly items: io.flow.v0.models.NoInventoryReservationErrorItem[];
|
|
6832
|
-
}
|
|
6833
|
-
interface NoInventoryReservationErrorItem {
|
|
6834
|
-
readonly number: string;
|
|
6835
|
-
readonly requested_quantity: number;
|
|
6836
|
-
readonly available_quantity: number;
|
|
6837
|
-
}
|
|
6838
8587
|
interface NotificationDeletedV2 {
|
|
6839
8588
|
readonly discriminator: 'notification_deleted_v2';
|
|
6840
8589
|
readonly event_id: string;
|
|
@@ -8546,17 +10295,6 @@ declare namespace io.flow.v0.models {
|
|
|
8546
10295
|
readonly method: io.flow.v0.enums.PermittedHttpMethod;
|
|
8547
10296
|
readonly path: string;
|
|
8548
10297
|
}
|
|
8549
|
-
interface PfsInventoryCheckResponse {
|
|
8550
|
-
readonly items: Record<string, io.flow.v0.models.PfsInventoryCheckResponseItem>;
|
|
8551
|
-
}
|
|
8552
|
-
interface PfsInventoryCheckResponseItem {
|
|
8553
|
-
readonly number: string;
|
|
8554
|
-
readonly ats: number;
|
|
8555
|
-
readonly in_stock: boolean;
|
|
8556
|
-
}
|
|
8557
|
-
interface PfsInventoryStatus {
|
|
8558
|
-
readonly status: string;
|
|
8559
|
-
}
|
|
8560
10298
|
interface PhysicalDelivery {
|
|
8561
10299
|
readonly discriminator: 'physical_delivery';
|
|
8562
10300
|
readonly id: string;
|
|
@@ -9391,31 +11129,6 @@ declare namespace io.flow.v0.models {
|
|
|
9391
11129
|
readonly interval: number;
|
|
9392
11130
|
readonly days_of_week: io.flow.v0.enums.DayOfWeek[];
|
|
9393
11131
|
}
|
|
9394
|
-
interface Reservation {
|
|
9395
|
-
readonly id: string;
|
|
9396
|
-
readonly key: string;
|
|
9397
|
-
readonly order?: io.flow.v0.models.ReservationOrderReference;
|
|
9398
|
-
readonly items: io.flow.v0.models.ReservationItem[];
|
|
9399
|
-
readonly reserved_until?: string;
|
|
9400
|
-
}
|
|
9401
|
-
interface ReservationForm {
|
|
9402
|
-
readonly order_number?: string;
|
|
9403
|
-
readonly items: io.flow.v0.models.ReservationItemForm[];
|
|
9404
|
-
}
|
|
9405
|
-
interface ReservationItem {
|
|
9406
|
-
readonly item: io.flow.v0.models.ReservationItemReference;
|
|
9407
|
-
readonly quantity: number;
|
|
9408
|
-
}
|
|
9409
|
-
interface ReservationItemForm {
|
|
9410
|
-
readonly item_number: string;
|
|
9411
|
-
readonly quantity: number;
|
|
9412
|
-
}
|
|
9413
|
-
interface ReservationItemReference {
|
|
9414
|
-
readonly number: string;
|
|
9415
|
-
}
|
|
9416
|
-
interface ReservationOrderReference {
|
|
9417
|
-
readonly number: string;
|
|
9418
|
-
}
|
|
9419
11132
|
interface Return {
|
|
9420
11133
|
readonly id: string;
|
|
9421
11134
|
readonly key: string;
|
|
@@ -9628,7 +11341,7 @@ declare namespace io.flow.v0.models {
|
|
|
9628
11341
|
readonly event_id: string;
|
|
9629
11342
|
readonly timestamp: string;
|
|
9630
11343
|
readonly organization_id: string;
|
|
9631
|
-
readonly rule: io.flow.v0.models.InventoryRule;
|
|
11344
|
+
readonly rule: io.flow.inventory.v0.models.InventoryRule;
|
|
9632
11345
|
}
|
|
9633
11346
|
interface Schedule {
|
|
9634
11347
|
readonly calendar?: io.flow.v0.enums.Calendar;
|
|
@@ -10720,6 +12433,11 @@ declare namespace io.flow.v0.models {
|
|
|
10720
12433
|
readonly eci?: string;
|
|
10721
12434
|
readonly liability_sift?: boolean;
|
|
10722
12435
|
readonly version?: string;
|
|
12436
|
+
readonly authenticated?: boolean;
|
|
12437
|
+
readonly authenticated_result?: string;
|
|
12438
|
+
readonly offered?: boolean;
|
|
12439
|
+
readonly offered_result?: string;
|
|
12440
|
+
readonly sca_exemption?: string;
|
|
10723
12441
|
}
|
|
10724
12442
|
interface ThreedsChallengeActionDetails {
|
|
10725
12443
|
readonly discriminator: 'threeds_challenge_action_details';
|
|
@@ -11402,7 +13120,6 @@ declare namespace io.flow.v0.unions {
|
|
|
11402
13120
|
type GatewayAuthenticationDataForm = io.flow.v0.models.StripeAuthenticationDataForm;
|
|
11403
13121
|
type InlineActionConfiguration = io.flow.v0.models.BrowserInlineActionConfiguration;
|
|
11404
13122
|
type InputSpecificationLimitation = io.flow.v0.models.InputSpecificationLimitationMax;
|
|
11405
|
-
type InventoryStrategy = io.flow.v0.models.InventoryBackorder | io.flow.v0.models.InventoryStock | io.flow.v0.models.InventoryUnlimited | io.flow.v0.models.InventoryFollowEcommercePlatform;
|
|
11406
13123
|
type KnowYourBusiness = io.flow.v0.models.KnowYourBusinessUsa;
|
|
11407
13124
|
type KnowYourBusinessForm = io.flow.v0.models.KnowYourBusinessUsaForm;
|
|
11408
13125
|
type LabelSurchargeDetail = io.flow.v0.models.LabelSurchargeDetailFlat | io.flow.v0.models.LabelSurchargeDetailPercentage | io.flow.v0.models.LabelSurchargeDetailPerWeightUnit;
|
|
@@ -11451,7 +13168,6 @@ declare namespace io.flow.v0.unions {
|
|
|
11451
13168
|
type RatecardEstimate = io.flow.v0.models.RatecardEstimateV1 | io.flow.v0.models.RatecardEstimateV2 | io.flow.v0.models.RatecardEstimateV3 | io.flow.v0.models.RatecardEstimateV4;
|
|
11452
13169
|
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;
|
|
11453
13170
|
type RepeatSchedule = io.flow.v0.models.RepeatHourly | io.flow.v0.models.RepeatDaily | io.flow.v0.models.RepeatWeekly | io.flow.v0.models.RepeatMonthly;
|
|
11454
|
-
type ReservationError = io.flow.v0.models.NoInventoryReservationError | io.flow.v0.models.ExternalApiTimeoutReservationError | io.flow.v0.models.GenericReservationError;
|
|
11455
13171
|
type ReturnSource = io.flow.v0.models.ReturnSourceFlow | io.flow.v0.models.ReturnSourceExternalVendor;
|
|
11456
13172
|
type SdkAdyenV3AuthenticationToken = io.flow.v0.models.AdyenV3FingerprintToken | io.flow.v0.models.AdyenV3ChallengeToken;
|
|
11457
13173
|
type ServiceDescription = io.flow.v0.models.ServiceSummary | io.flow.v0.models.ServiceUnknown;
|
|
@@ -11525,7 +13241,6 @@ export declare type AdyenNativeActionDetails = io.flow.v0.models.AdyenNativeActi
|
|
|
11525
13241
|
export declare type AdyenNativeData = io.flow.v0.unions.AdyenNativeData;
|
|
11526
13242
|
export declare type AdyenV3ChallengeToken = io.flow.v0.models.AdyenV3ChallengeToken;
|
|
11527
13243
|
export declare type AdyenV3FingerprintToken = io.flow.v0.models.AdyenV3FingerprintToken;
|
|
11528
|
-
export declare type Aggregate = io.flow.v0.enums.Aggregate;
|
|
11529
13244
|
export declare type Allocation = io.flow.v0.models.Allocation;
|
|
11530
13245
|
export declare type AllocationComponent = io.flow.v0.unions.AllocationComponent;
|
|
11531
13246
|
export declare type AllocationDeletedV2 = io.flow.v0.models.AllocationDeletedV2;
|
|
@@ -12039,7 +13754,6 @@ export declare type ExportStatus = io.flow.v0.enums.ExportStatus;
|
|
|
12039
13754
|
export declare type ExportType = io.flow.v0.unions.ExportType;
|
|
12040
13755
|
export declare type ExportVersion = io.flow.v0.models.ExportVersion;
|
|
12041
13756
|
export declare type ExporterOfRecord = io.flow.v0.enums.ExporterOfRecord;
|
|
12042
|
-
export declare type ExternalApiTimeoutReservationError = io.flow.v0.models.ExternalApiTimeoutReservationError;
|
|
12043
13757
|
export declare type FeeDeduction = io.flow.v0.models.FeeDeduction;
|
|
12044
13758
|
export declare type FeeDeductionType = io.flow.v0.enums.FeeDeductionType;
|
|
12045
13759
|
export declare type FeeWeight = io.flow.v0.models.FeeWeight;
|
|
@@ -12108,7 +13822,6 @@ export declare type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAut
|
|
|
12108
13822
|
export declare type GenerateLoad = io.flow.v0.models.GenerateLoad;
|
|
12109
13823
|
export declare type GenericError = io.flow.v0.models.GenericError;
|
|
12110
13824
|
export declare type GenericErrorCode = io.flow.v0.enums.GenericErrorCode;
|
|
12111
|
-
export declare type GenericReservationError = io.flow.v0.models.GenericReservationError;
|
|
12112
13825
|
export declare type GeoForm = io.flow.v0.models.GeoForm;
|
|
12113
13826
|
export declare type GoodsSupply = io.flow.v0.enums.GoodsSupply;
|
|
12114
13827
|
export declare type GooglePayAuthorizationPayload = io.flow.v0.models.GooglePayAuthorizationPayload;
|
|
@@ -12174,27 +13887,6 @@ export declare type InputSpecificationLimitation = io.flow.v0.unions.InputSpecif
|
|
|
12174
13887
|
export declare type InputSpecificationLimitationMax = io.flow.v0.models.InputSpecificationLimitationMax;
|
|
12175
13888
|
export declare type InputSpecificationLimitations = io.flow.v0.models.InputSpecificationLimitations;
|
|
12176
13889
|
export declare type InputSpecificationType = io.flow.v0.enums.InputSpecificationType;
|
|
12177
|
-
export declare type InventoryBackorder = io.flow.v0.models.InventoryBackorder;
|
|
12178
|
-
export declare type InventoryCenterReference = io.flow.v0.models.InventoryCenterReference;
|
|
12179
|
-
export declare type InventoryCheckResponse = io.flow.v0.models.InventoryCheckResponse;
|
|
12180
|
-
export declare type InventoryCheckResponseItem = io.flow.v0.models.InventoryCheckResponseItem;
|
|
12181
|
-
export declare type InventoryExperienceReference = io.flow.v0.models.InventoryExperienceReference;
|
|
12182
|
-
export declare type InventoryFollowEcommercePlatform = io.flow.v0.models.InventoryFollowEcommercePlatform;
|
|
12183
|
-
export declare type InventoryItemReference = io.flow.v0.models.InventoryItemReference;
|
|
12184
|
-
export declare type InventoryRequest = io.flow.v0.models.InventoryRequest;
|
|
12185
|
-
export declare type InventoryRequestItem = io.flow.v0.models.InventoryRequestItem;
|
|
12186
|
-
export declare type InventoryRule = io.flow.v0.models.InventoryRule;
|
|
12187
|
-
export declare type InventoryRuleForm = io.flow.v0.models.InventoryRuleForm;
|
|
12188
|
-
export declare type InventoryRuleVersion = io.flow.v0.models.InventoryRuleVersion;
|
|
12189
|
-
export declare type InventorySnapshot = io.flow.v0.models.InventorySnapshot;
|
|
12190
|
-
export declare type InventorySnapshotVersion = io.flow.v0.models.InventorySnapshotVersion;
|
|
12191
|
-
export declare type InventoryStatus = io.flow.v0.enums.InventoryStatus;
|
|
12192
|
-
export declare type InventoryStock = io.flow.v0.models.InventoryStock;
|
|
12193
|
-
export declare type InventoryStrategy = io.flow.v0.unions.InventoryStrategy;
|
|
12194
|
-
export declare type InventoryUnlimited = io.flow.v0.models.InventoryUnlimited;
|
|
12195
|
-
export declare type InventoryUpdate = io.flow.v0.models.InventoryUpdate;
|
|
12196
|
-
export declare type InventoryUpdateForm = io.flow.v0.models.InventoryUpdateForm;
|
|
12197
|
-
export declare type InventoryUpdateVersion = io.flow.v0.models.InventoryUpdateVersion;
|
|
12198
13890
|
export declare type Invitation = io.flow.v0.models.Invitation;
|
|
12199
13891
|
export declare type InvitationError = io.flow.v0.models.InvitationError;
|
|
12200
13892
|
export declare type InvitationErrorCode = io.flow.v0.enums.InvitationErrorCode;
|
|
@@ -12362,8 +14054,6 @@ export declare type MonthlyAverage = io.flow.v0.models.MonthlyAverage;
|
|
|
12362
14054
|
export declare type MonthlyAverageVolume = io.flow.v0.models.MonthlyAverageVolume;
|
|
12363
14055
|
export declare type Name = io.flow.v0.models.Name;
|
|
12364
14056
|
export declare type NameForm = io.flow.v0.models.NameForm;
|
|
12365
|
-
export declare type NoInventoryReservationError = io.flow.v0.models.NoInventoryReservationError;
|
|
12366
|
-
export declare type NoInventoryReservationErrorItem = io.flow.v0.models.NoInventoryReservationErrorItem;
|
|
12367
14057
|
export declare type NotificationDeletedV2 = io.flow.v0.models.NotificationDeletedV2;
|
|
12368
14058
|
export declare type NotificationUpsertedV2 = io.flow.v0.models.NotificationUpsertedV2;
|
|
12369
14059
|
export declare type NumberRange = io.flow.v0.models.NumberRange;
|
|
@@ -12525,6 +14215,7 @@ export declare type OrganizationType = io.flow.v0.enums.OrganizationType;
|
|
|
12525
14215
|
export declare type OrganizationUpserted = io.flow.v0.models.OrganizationUpserted;
|
|
12526
14216
|
export declare type OrganizationUpsertedV2 = io.flow.v0.models.OrganizationUpsertedV2;
|
|
12527
14217
|
export declare type OrganizationVersion = io.flow.v0.models.OrganizationVersion;
|
|
14218
|
+
export declare type OriginLocationSource = io.flow.v0.enums.OriginLocationSource;
|
|
12528
14219
|
export declare type OriginalPrices = io.flow.v0.models.OriginalPrices;
|
|
12529
14220
|
export declare type OutboundCartonFee = io.flow.v0.models.OutboundCartonFee;
|
|
12530
14221
|
export declare type OversizePieceSurchargeRatecardFee = io.flow.v0.models.OversizePieceSurchargeRatecardFee;
|
|
@@ -12706,9 +14397,6 @@ export declare type PermissionAudit = io.flow.v0.models.PermissionAudit;
|
|
|
12706
14397
|
export declare type PermissionCheck = io.flow.v0.models.PermissionCheck;
|
|
12707
14398
|
export declare type PermittedHttpMethod = io.flow.v0.enums.PermittedHttpMethod;
|
|
12708
14399
|
export declare type PermittedRoute = io.flow.v0.models.PermittedRoute;
|
|
12709
|
-
export declare type PfsInventoryCheckResponse = io.flow.v0.models.PfsInventoryCheckResponse;
|
|
12710
|
-
export declare type PfsInventoryCheckResponseItem = io.flow.v0.models.PfsInventoryCheckResponseItem;
|
|
12711
|
-
export declare type PfsInventoryStatus = io.flow.v0.models.PfsInventoryStatus;
|
|
12712
14400
|
export declare type PhysicalDelivery = io.flow.v0.models.PhysicalDelivery;
|
|
12713
14401
|
export declare type PhysicalDeliveryPreferredService = io.flow.v0.models.PhysicalDeliveryPreferredService;
|
|
12714
14402
|
export declare type PhysicalDeliverySpecialSerivce = io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
|
|
@@ -12858,13 +14546,6 @@ export declare type RepeatHourly = io.flow.v0.models.RepeatHourly;
|
|
|
12858
14546
|
export declare type RepeatMonthly = io.flow.v0.models.RepeatMonthly;
|
|
12859
14547
|
export declare type RepeatSchedule = io.flow.v0.unions.RepeatSchedule;
|
|
12860
14548
|
export declare type RepeatWeekly = io.flow.v0.models.RepeatWeekly;
|
|
12861
|
-
export declare type Reservation = io.flow.v0.models.Reservation;
|
|
12862
|
-
export declare type ReservationError = io.flow.v0.unions.ReservationError;
|
|
12863
|
-
export declare type ReservationForm = io.flow.v0.models.ReservationForm;
|
|
12864
|
-
export declare type ReservationItem = io.flow.v0.models.ReservationItem;
|
|
12865
|
-
export declare type ReservationItemForm = io.flow.v0.models.ReservationItemForm;
|
|
12866
|
-
export declare type ReservationItemReference = io.flow.v0.models.ReservationItemReference;
|
|
12867
|
-
export declare type ReservationOrderReference = io.flow.v0.models.ReservationOrderReference;
|
|
12868
14549
|
export declare type RestrictedReviewStatus = io.flow.v0.enums.RestrictedReviewStatus;
|
|
12869
14550
|
export declare type Return = io.flow.v0.models.Return;
|
|
12870
14551
|
export declare type ReturnDeleted = io.flow.v0.models.ReturnDeleted;
|
|
@@ -13215,7 +14896,6 @@ export declare type UnitOfTime = io.flow.v0.enums.UnitOfTime;
|
|
|
13215
14896
|
export declare type UnitOfVolume = io.flow.v0.enums.UnitOfVolume;
|
|
13216
14897
|
export declare type UnitOfWeight = io.flow.v0.enums.UnitOfWeight;
|
|
13217
14898
|
export declare type UpdatePolicy = io.flow.v0.enums.UpdatePolicy;
|
|
13218
|
-
export declare type UpdateType = io.flow.v0.enums.UpdateType;
|
|
13219
14899
|
export declare type Upload = io.flow.v0.models.Upload;
|
|
13220
14900
|
export declare type User = io.flow.v0.models.User;
|
|
13221
14901
|
export declare type UserForm = io.flow.v0.models.UserForm;
|