@flowio/api-internal-prop-types 9.24.108 → 9.24.110
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/lib/api-internal.d.ts +506 -474
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +506 -474
- package/src/api-internal.js +1039 -976
package/lib/api-internal.d.ts
CHANGED
|
@@ -1439,6 +1439,17 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1439
1439
|
readonly 'display': string;
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
1442
|
+
interface AuthorizationRetry {
|
|
1443
|
+
readonly 'id': string;
|
|
1444
|
+
readonly 'authorization_request_id': string;
|
|
1445
|
+
readonly 'authorization_id': string;
|
|
1446
|
+
readonly 'organization_id': string;
|
|
1447
|
+
readonly 'attempt': number;
|
|
1448
|
+
readonly 'last_failure_code': string;
|
|
1449
|
+
readonly 'created_at': string;
|
|
1450
|
+
readonly 'updated_at': string;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1442
1453
|
interface AuthorizationVersion {
|
|
1443
1454
|
readonly 'id': string;
|
|
1444
1455
|
readonly 'timestamp': string;
|
|
@@ -1556,6 +1567,7 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1556
1567
|
readonly 'processor'?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
|
|
1557
1568
|
readonly 'stored_method_usage_step'?: io.flow.payment.v0.enums.StoredMethodUsageStep;
|
|
1558
1569
|
readonly 'authorized_at'?: string;
|
|
1570
|
+
readonly 'authorization_request_id'?: string;
|
|
1559
1571
|
}
|
|
1560
1572
|
|
|
1561
1573
|
interface CardBrowserActionConfiguration {
|
|
@@ -1837,6 +1849,7 @@ declare namespace io.flow.payment.v0.models {
|
|
|
1837
1849
|
readonly 'processor'?: io.flow.payment.v0.unions.ExpandablePaymentProcessor;
|
|
1838
1850
|
readonly 'confirmation_details'?: io.flow.payment.v0.unions.ConfirmationDetails;
|
|
1839
1851
|
readonly 'authorized_at'?: string;
|
|
1852
|
+
readonly 'authorization_request_id'?: string;
|
|
1840
1853
|
}
|
|
1841
1854
|
|
|
1842
1855
|
interface OnlinePaymentAuthorizationForm {
|
|
@@ -2346,9 +2359,12 @@ declare namespace io.flow.stripe.v0.enums {
|
|
|
2346
2359
|
type RefundFailureReason = 'charge_for_pending_refund_disputed' | 'declined' | 'expired_or_canceled_card' | 'insufficient_funds' | 'lost_or_stolen_card' | 'merchant_request' | 'unknown';
|
|
2347
2360
|
type RefundReason = 'duplicate' | 'fraudulent' | 'requested_by_customer';
|
|
2348
2361
|
type RefundStatus = 'succeeded' | 'failed' | 'pending' | 'canceled';
|
|
2362
|
+
type ReportingReportRunStatus = 'pending' | 'succeeded' | 'failed';
|
|
2363
|
+
type ReportingReportType = 'ending_balance_reconciliation.itemized.1' | 'ending_balance_reconciliation.itemized.2' | 'ending_balance_reconciliation.itemized.3' | 'ending_balance_reconciliation.itemized.4' | 'payout_reconciliation.itemized.5' | 'payout_reconciliation.by_id.itemized.1' | 'payout_reconciliation.by_id.itemized.2' | 'payout_reconciliation.by_id.itemized.3' | 'payout_reconciliation.by_id.itemized.4' | 'payout_reconciliation.by_id.summary.1' | 'ending_balance_reconciliation.summary.1' | 'payout_reconciliation.itemized.1' | 'payout_reconciliation.itemized.2' | 'payout_reconciliation.itemized.3' | 'payout_reconciliation.itemized.4' | 'payout_reconciliation.summary.1';
|
|
2349
2364
|
type RequestThreeDSecureType = 'automatic' | 'any';
|
|
2350
2365
|
type RequestedCapabilities = 'card_payments' | 'legacy_payments' | 'transfers';
|
|
2351
2366
|
type SetupFutureUsage = 'on_session' | 'off_session';
|
|
2367
|
+
type ShopifyPaymentStripeEventType = 'charge.captured' | 'charge.dispute.created' | 'charge.dispute.closed' | 'charge.dispute.funds_reinstated' | 'charge.dispute.funds_withdrawn' | 'charge.dispute.updated' | 'charge.expired' | 'charge.failed' | 'charge.pending' | 'charge.refund.updated' | 'charge.refunded' | 'charge.succeeded' | 'charge.updated' | 'payment_intent.amount_capturable_updated' | 'payment_intent.canceled' | 'payment_intent.created' | 'payment_intent.partially_funded' | 'payment_intent.payment_failed' | 'payment_intent.processing' | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'transfer.created' | 'transfer.reversed' | 'transfer.updated' | 'reporting.report_run.succeeded' | 'reporting.report_type.updated' | 'reporting.report_type.failed';
|
|
2352
2368
|
type SourceFlow = 'redirect' | 'receiver' | 'code_verification' | 'none';
|
|
2353
2369
|
type SourceStatus = 'canceled' | 'chargeable' | 'consumed' | 'failed' | 'pending';
|
|
2354
2370
|
type SourceType = 'ach_credit_transfer' | 'ach_debit' | 'alipay' | 'bancontact' | 'bitcoin' | 'card' | 'eps' | 'giropay' | 'ideal' | 'klarna' | 'multibanco' | 'p24' | 'sepa_debit' | 'sofort' | 'three_d_secure';
|
|
@@ -3242,12 +3258,76 @@ declare namespace io.flow.stripe.v0.models {
|
|
|
3242
3258
|
readonly 'url': string;
|
|
3243
3259
|
}
|
|
3244
3260
|
|
|
3261
|
+
interface ReportRunParameters {
|
|
3262
|
+
readonly 'interval_start': number;
|
|
3263
|
+
readonly 'interval_end': number;
|
|
3264
|
+
readonly 'columns'?: string[];
|
|
3265
|
+
readonly 'payout'?: string;
|
|
3266
|
+
readonly 'connected_account'?: string;
|
|
3267
|
+
readonly 'reporting_category'?: string;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
interface ReportingReportRun {
|
|
3271
|
+
readonly 'id': string;
|
|
3272
|
+
readonly 'object': string;
|
|
3273
|
+
readonly 'created': number;
|
|
3274
|
+
readonly 'error'?: string;
|
|
3275
|
+
readonly 'livemode': boolean;
|
|
3276
|
+
readonly 'status': io.flow.stripe.v0.enums.ReportingReportRunStatus;
|
|
3277
|
+
readonly 'result'?: io.flow.stripe.v0.models.ReportingReportRunResult;
|
|
3278
|
+
readonly 'succeeded_at'?: number;
|
|
3279
|
+
}
|
|
3280
|
+
|
|
3281
|
+
interface ReportingReportRunForm {
|
|
3282
|
+
readonly 'report_type': io.flow.stripe.v0.enums.ReportingReportType;
|
|
3283
|
+
readonly 'parameters': io.flow.stripe.v0.models.ReportRunParameters;
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
interface ReportingReportRunResult {
|
|
3287
|
+
readonly 'id': string;
|
|
3288
|
+
readonly 'object': string;
|
|
3289
|
+
readonly 'created': number;
|
|
3290
|
+
readonly 'expires_at': number;
|
|
3291
|
+
readonly 'filename': string;
|
|
3292
|
+
readonly 'links': any/*object*/;
|
|
3293
|
+
readonly 'purpose': string;
|
|
3294
|
+
readonly 'size': number;
|
|
3295
|
+
readonly 'title': string;
|
|
3296
|
+
readonly 'type': string;
|
|
3297
|
+
readonly 'url': string;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
interface ReportingReportRuns {
|
|
3301
|
+
readonly 'object': string;
|
|
3302
|
+
readonly 'data': io.flow.stripe.v0.models.ReportingReportRun[];
|
|
3303
|
+
readonly 'has_more': boolean;
|
|
3304
|
+
readonly 'url'?: string;
|
|
3305
|
+
}
|
|
3306
|
+
|
|
3245
3307
|
interface Shipping {
|
|
3246
3308
|
readonly 'address': io.flow.stripe.v0.models.Address;
|
|
3247
3309
|
readonly 'name'?: string;
|
|
3248
3310
|
readonly 'phone'?: string;
|
|
3249
3311
|
}
|
|
3250
3312
|
|
|
3313
|
+
interface ShopifyPaymentStripeEvent {
|
|
3314
|
+
readonly 'id': string;
|
|
3315
|
+
readonly 'api_version'?: string;
|
|
3316
|
+
readonly 'data': io.flow.stripe.v0.models.ShopifyPaymentStripeEventData;
|
|
3317
|
+
readonly 'request'?: any/*object*/;
|
|
3318
|
+
readonly 'type': io.flow.stripe.v0.enums.ShopifyPaymentStripeEventType;
|
|
3319
|
+
readonly 'object': string;
|
|
3320
|
+
readonly 'account'?: string;
|
|
3321
|
+
readonly 'created': number;
|
|
3322
|
+
readonly 'livemode': boolean;
|
|
3323
|
+
readonly 'pending_webhooks': number;
|
|
3324
|
+
}
|
|
3325
|
+
|
|
3326
|
+
interface ShopifyPaymentStripeEventData {
|
|
3327
|
+
readonly 'object'?: any/*object*/;
|
|
3328
|
+
readonly 'previous_attributes'?: any/*object*/;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3251
3331
|
interface Source {
|
|
3252
3332
|
readonly 'id': string;
|
|
3253
3333
|
readonly 'object': string;
|
|
@@ -4311,7 +4391,7 @@ declare namespace io.flow.external.paypal.v1.models {
|
|
|
4311
4391
|
readonly 'transaction_updated_date': string;
|
|
4312
4392
|
readonly 'transaction_status': io.flow.external.paypal.v1.enums.ReportingTransactionStatus;
|
|
4313
4393
|
readonly 'transaction_subject'?: string;
|
|
4314
|
-
readonly 'invoice_id'
|
|
4394
|
+
readonly 'invoice_id'?: string;
|
|
4315
4395
|
readonly 'custom_field'?: string;
|
|
4316
4396
|
readonly 'protection_eligibility'?: string;
|
|
4317
4397
|
readonly 'instrument_type'?: string;
|
|
@@ -4754,7 +4834,7 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
4754
4834
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
4755
4835
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
4756
4836
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
4757
|
-
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
|
|
4837
|
+
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
4758
4838
|
type ProductStatus = 'active' | 'archived' | 'draft';
|
|
4759
4839
|
type ShopifyMarketsDangerousGoods = 'aerosols' | 'air_bag_inflators_or_seat_belt_pretensioners' | 'alcoholic_beverages_containing_more_than_24_percent_alcohol_by_volume' | 'batteries' | 'carbon_dioxide_or_dry_ice' | 'corrosives' | 'cannabidiol_products' | 'cologne_or_perfume' | 'currency_or_gift_cards_or_monetary_instruments' | 'exotic_leather_goods' | 'environmental_waste' | 'explosives_or_ammunition' | 'flammable_liquids' | 'gases' | 'hazardous_or_combustible_materials' | 'infectious_or_biological_substances' | 'knives' | 'matches_or_lighter_or_lighter_refills' | 'nail_polish' | 'oxidizing_materials_or_organic_peroxides' | 'pornography' | 'prohibited_carriage' | 'pesticides_or_toxic_herbicides_or_insecticides_or_poisonous_toxic_substances';
|
|
4760
4840
|
type ShopifyMarketsHtsNumberAvailable = 'yes' | 'no' | 'i_dont_know';
|
|
@@ -5531,6 +5611,18 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5531
5611
|
readonly 'weight'?: io.flow.shopify.external.v0.models.GraphqlWeight;
|
|
5532
5612
|
}
|
|
5533
5613
|
|
|
5614
|
+
interface GraphqlMetafield {
|
|
5615
|
+
readonly 'id': string;
|
|
5616
|
+
readonly 'key': string;
|
|
5617
|
+
readonly 'value': string;
|
|
5618
|
+
readonly 'type'?: string;
|
|
5619
|
+
}
|
|
5620
|
+
|
|
5621
|
+
interface GraphqlMetaobject {
|
|
5622
|
+
readonly 'id': string;
|
|
5623
|
+
readonly 'displayName': string;
|
|
5624
|
+
}
|
|
5625
|
+
|
|
5534
5626
|
interface GraphqlOption {
|
|
5535
5627
|
readonly 'id': string;
|
|
5536
5628
|
readonly 'values': string[];
|
|
@@ -5556,6 +5648,8 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5556
5648
|
readonly 'createdAt': string;
|
|
5557
5649
|
readonly 'updatedAt': string;
|
|
5558
5650
|
readonly 'hasVariantsThatRequiresComponents'?: boolean;
|
|
5651
|
+
readonly 'category'?: io.flow.shopify.external.v0.models.GraphqlTaxonomyCategory;
|
|
5652
|
+
readonly 'metafields'?: io.flow.shopify.external.v0.models.GraphqlMetafield[];
|
|
5559
5653
|
}
|
|
5560
5654
|
|
|
5561
5655
|
interface GraphqlProductImage {
|
|
@@ -5579,6 +5673,11 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5579
5673
|
readonly 'inventoryItem': io.flow.shopify.external.v0.models.GraphqlInventoryItem;
|
|
5580
5674
|
}
|
|
5581
5675
|
|
|
5676
|
+
interface GraphqlTaxonomyCategory {
|
|
5677
|
+
readonly 'name': string;
|
|
5678
|
+
readonly 'fullName': string;
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5582
5681
|
interface GraphqlVariantImage {
|
|
5583
5682
|
readonly 'id': string;
|
|
5584
5683
|
}
|
|
@@ -5696,6 +5795,8 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5696
5795
|
readonly 'created_at': string;
|
|
5697
5796
|
readonly 'updated_at': string;
|
|
5698
5797
|
readonly 'has_variants_that_requires_components'?: boolean;
|
|
5798
|
+
readonly 'category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
5799
|
+
readonly 'metafields'?: io.flow.shopify.external.v0.models.ProductMetafield[];
|
|
5699
5800
|
}
|
|
5700
5801
|
|
|
5701
5802
|
interface ProductDelete {
|
|
@@ -5713,6 +5814,17 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5713
5814
|
readonly 'alt'?: string;
|
|
5714
5815
|
}
|
|
5715
5816
|
|
|
5817
|
+
interface ProductMetafield {
|
|
5818
|
+
readonly 'id': number;
|
|
5819
|
+
readonly 'namespace': string;
|
|
5820
|
+
readonly 'key': string;
|
|
5821
|
+
readonly 'value': string;
|
|
5822
|
+
readonly 'created_at': string;
|
|
5823
|
+
readonly 'updated_at': string;
|
|
5824
|
+
readonly 'type': string;
|
|
5825
|
+
readonly 'admin_graphql_api_id': string;
|
|
5826
|
+
}
|
|
5827
|
+
|
|
5716
5828
|
interface ProductVariant {
|
|
5717
5829
|
readonly 'id': number;
|
|
5718
5830
|
readonly 'sku'?: string;
|
|
@@ -8240,6 +8352,7 @@ declare namespace io.flow.experience.v0.enums {
|
|
|
8240
8352
|
type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
|
|
8241
8353
|
type IncotermConfiguration = 'DDP' | 'DAP' | 'DDU' | 'UNSUPPORTED';
|
|
8242
8354
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
8355
|
+
type OrderPaymentSourceType = 'globale' | 'third_party';
|
|
8243
8356
|
type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
|
|
8244
8357
|
type OrderRefundSummaryIncludes = 'duties' | 'vat' | 'shipping';
|
|
8245
8358
|
type OrderRefundSummaryPartialCharged = 'per_item' | 'for_order' | 'by_value_percentage' | 'by_quantity_percentage';
|
|
@@ -8861,6 +8974,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8861
8974
|
readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
|
|
8862
8975
|
readonly 'destination_contact_details'?: io.flow.experience.v0.models.DestinationContactDetail[];
|
|
8863
8976
|
readonly 'incoterm_summary'?: io.flow.experience.v0.models.IncotermSummary;
|
|
8977
|
+
readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
8864
8978
|
}
|
|
8865
8979
|
|
|
8866
8980
|
interface OrderAddress {
|
|
@@ -8950,6 +9064,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
8950
9064
|
readonly 'authorization_keys'?: string[];
|
|
8951
9065
|
readonly 'options'?: io.flow.experience.v0.models.OrderOptions;
|
|
8952
9066
|
readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
|
|
9067
|
+
readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
8953
9068
|
}
|
|
8954
9069
|
|
|
8955
9070
|
interface OrderGeo {
|
|
@@ -9061,6 +9176,7 @@ declare namespace io.flow.experience.v0.models {
|
|
|
9061
9176
|
readonly 'authorization_keys'?: string[];
|
|
9062
9177
|
readonly 'options'?: io.flow.experience.v0.models.OrderOptions;
|
|
9063
9178
|
readonly 'device_details'?: io.flow.payment.v0.unions.DeviceDetails;
|
|
9179
|
+
readonly 'payment_source'?: io.flow.experience.v0.enums.OrderPaymentSourceType;
|
|
9064
9180
|
}
|
|
9065
9181
|
|
|
9066
9182
|
interface OrderReference {
|
|
@@ -9362,12 +9478,14 @@ declare namespace io.flow.ratecard.v0.models {
|
|
|
9362
9478
|
readonly 'q': string;
|
|
9363
9479
|
readonly 'dimensions': io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
9364
9480
|
readonly 'position': number;
|
|
9481
|
+
readonly 'block_bulk_update'?: boolean;
|
|
9365
9482
|
}
|
|
9366
9483
|
|
|
9367
9484
|
interface DimensionEstimateForm {
|
|
9368
9485
|
readonly 'q': string;
|
|
9369
9486
|
readonly 'dimensions': io.flow.ratecard.v0.models.EstimatedDimensions;
|
|
9370
9487
|
readonly 'position'?: number;
|
|
9488
|
+
readonly 'block_bulk_update'?: boolean;
|
|
9371
9489
|
}
|
|
9372
9490
|
|
|
9373
9491
|
interface DimensionEstimateVersion {
|
|
@@ -10470,8 +10588,31 @@ declare namespace io.flow.reference.v0.models {
|
|
|
10470
10588
|
}
|
|
10471
10589
|
}
|
|
10472
10590
|
|
|
10591
|
+
declare namespace io.flow.product.v0.models {
|
|
10592
|
+
interface Product {
|
|
10593
|
+
readonly 'organization_id': string;
|
|
10594
|
+
readonly 'number': string;
|
|
10595
|
+
readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
10596
|
+
readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
|
|
10597
|
+
readonly 'item_numbers': string[];
|
|
10598
|
+
readonly 'updated_at': string;
|
|
10599
|
+
readonly 'deleted_at'?: string;
|
|
10600
|
+
}
|
|
10601
|
+
|
|
10602
|
+
interface ProductTaxonomyCategory {
|
|
10603
|
+
readonly 'name': string;
|
|
10604
|
+
readonly 'full_name': string;
|
|
10605
|
+
}
|
|
10606
|
+
|
|
10607
|
+
interface ProductTaxonomyData {
|
|
10608
|
+
readonly 'key': string;
|
|
10609
|
+
readonly 'value': string[];
|
|
10610
|
+
}
|
|
10611
|
+
}
|
|
10612
|
+
|
|
10473
10613
|
declare namespace io.flow.tracking.v0.enums {
|
|
10474
|
-
type
|
|
10614
|
+
type SubstatusCode = 'Delivered_001' | 'Delivered_002' | 'Delivered_003' | 'Delivered_004' | 'AvailableForPickup_001' | 'Exception_001' | 'Exception_002' | 'Exception_003' | 'Exception_004' | 'Exception_005' | 'Exception_006' | 'Exception_007' | 'Exception_008' | 'Exception_009' | 'Exception_010' | 'Exception_011' | 'Exception_012' | 'Exception_013' | 'AttemptFail_001' | 'AttemptFail_002' | 'AttemptFail_003' | 'InTransit_001' | 'InTransit_002' | 'InTransit_003' | 'InTransit_004' | 'InTransit_005' | 'InTransit_006' | 'InTransit_007' | 'InTransit_008' | 'InTransit_009' | 'InfoReceived_001' | 'OutForDelivery_001' | 'OutForDelivery_003' | 'OutForDelivery_004' | 'Pending_001' | 'Pending_002' | 'Pending_003' | 'Pending_004' | 'Pending_005' | 'Pending_006' | 'Expired_001';
|
|
10615
|
+
type TrackingStatus = 'label_created' | 'pending' | 'info_received' | 'picked_up' | 'in_transit' | 'out_for_delivery' | 'attempt_fail' | 'delivered' | 'exception' | 'returned' | 'expired' | 'unknown' | 'unmapped';
|
|
10475
10616
|
}
|
|
10476
10617
|
|
|
10477
10618
|
declare namespace io.flow.tracking.v0.models {
|
|
@@ -11412,7 +11553,7 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
11412
11553
|
type PayoutStatusFailureCode = 'invalid_account_number' | 'account_closed' | 'could_not_process';
|
|
11413
11554
|
type PendingPayoutTransactionReasonCode = 'waiting_for_full_refund' | 'waiting_for_fulfillment' | 'waiting_for_in_transit' | 'waiting_for_next_payout_date' | 'waiting_for_tracking_info' | 'waiting_for_positive_account_balance' | 'unfulfilled_amount_greater_than_negative_balance' | 'account_payment_hold';
|
|
11414
11555
|
type StatementAttachmentType = 'csv';
|
|
11415
|
-
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund';
|
|
11556
|
+
type TransactionSource = 'capture' | 'refund' | 'dispute' | 'adjustment' | 'reversal' | 'shipping_label' | 'shipping_label_service' | 'shipping_label_revenue_share' | 'trueup' | 'trueup_base' | 'trueup_surcharge' | 'carrier_charge' | 'carrier_charge_revenue_share' | 'platform_fee' | 'tax' | 'duty' | 'withholding' | 'other_adjustment' | 'tax_adjustment' | 'channel' | 'channel_billed' | 'order_service' | 'virtual_card_capture' | 'virtual_card_refund' | 'failed_payout' | 'tax_refund' | 'non_l4l_tax_duty_fx' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
11416
11557
|
type TrueupSource = 'flow' | 'channel' | 'dhl-parcel' | 'dhl' | 'ups';
|
|
11417
11558
|
type WithholdingDeductionType = 'tax' | 'duty' | 'freight' | 'insurance';
|
|
11418
11559
|
}
|
|
@@ -13210,6 +13351,46 @@ declare namespace io.flow.fraud.v0.unions {
|
|
|
13210
13351
|
type FraudOrderReference = (io.flow.fraud.v0.models.FraudFlowOrderReference | io.flow.fraud.v0.models.FraudPaymentRequestReference);
|
|
13211
13352
|
}
|
|
13212
13353
|
|
|
13354
|
+
declare namespace io.flow.sellability.v0.enums {
|
|
13355
|
+
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
13356
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
13357
|
+
}
|
|
13358
|
+
|
|
13359
|
+
declare namespace io.flow.sellability.v0.models {
|
|
13360
|
+
interface ProductSellability {
|
|
13361
|
+
readonly 'shop_id': string;
|
|
13362
|
+
readonly 'product_id'?: string;
|
|
13363
|
+
readonly 'request_id': string;
|
|
13364
|
+
readonly 'hs6_code': string;
|
|
13365
|
+
readonly 'restricted_regions': io.flow.sellability.v0.models.SellablilityRegionResult[];
|
|
13366
|
+
}
|
|
13367
|
+
|
|
13368
|
+
interface ProductSellabilityForm {
|
|
13369
|
+
readonly 'shop_id': string;
|
|
13370
|
+
readonly 'product_id'?: string;
|
|
13371
|
+
readonly 'request_id': string;
|
|
13372
|
+
readonly 'name': string;
|
|
13373
|
+
readonly 'price': io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
13374
|
+
readonly 'description': string;
|
|
13375
|
+
readonly 'taxonomy_category': io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
13376
|
+
}
|
|
13377
|
+
|
|
13378
|
+
interface ProductSellabilityPrice {
|
|
13379
|
+
readonly 'currency': string;
|
|
13380
|
+
readonly 'amount': number;
|
|
13381
|
+
}
|
|
13382
|
+
|
|
13383
|
+
interface SellabilityError {
|
|
13384
|
+
readonly 'code': io.flow.sellability.v0.enums.SellabilityErrorCode;
|
|
13385
|
+
readonly 'messages': string[];
|
|
13386
|
+
}
|
|
13387
|
+
|
|
13388
|
+
interface SellablilityRegionResult {
|
|
13389
|
+
readonly 'type': io.flow.sellability.v0.enums.RuleEffectType;
|
|
13390
|
+
readonly 'regions': string[];
|
|
13391
|
+
}
|
|
13392
|
+
}
|
|
13393
|
+
|
|
13213
13394
|
declare namespace io.flow.currency.v0.models {
|
|
13214
13395
|
interface Rate {
|
|
13215
13396
|
readonly 'id': string;
|
|
@@ -13514,6 +13695,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13514
13695
|
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
13515
13696
|
type AdyenIntegrationType = 'hosted_payment_page' | 'checkout_payments_api' | 'classic_authorise_api';
|
|
13516
13697
|
type AldoItemType = 'physical' | 'digital';
|
|
13698
|
+
type AnshItemType = 'physical' | 'digital';
|
|
13517
13699
|
type AnyDangerousGoods = 'yes' | 'no' | 'i_dont_know';
|
|
13518
13700
|
type ApiCallReferenceId = 'duty_rates_data_event' | 'integration_test' | 'unit_test';
|
|
13519
13701
|
type AutoRestrictRule = 'prr-3ce7d556f2464314ab0a3e8eee33e0ce' | 'prr-599c6246a1a24752aeb85e8f79030781' | 'prr-79e41878ea564f9c81cc432a0e84703f' | 'prr-f29c26dc09e04536bc77f9c32786ed70' | 'prr-b186129720f0446eb452a68518437c95';
|
|
@@ -13524,7 +13706,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13524
13706
|
type BillingMetricKey = 'adjustment_transactions_count' | 'adjustment_transactions_total' | 'capture_transactions_count' | 'capture_transactions_reconcile_payments_count' | 'capture_transactions_ignored_fraud_count' | 'capture_transactions_ignored_fully_refunded_count' | 'capture_transactions_ignored_other_count' | 'capture_transactions_ignored_previously_processed_count' | 'capture_transactions_succeeded_then_failed_count' | 'capture_transactions_succeeded_then_failed_total' | 'capture_transactions_succeeded_then_failed_same_day_count' | 'capture_transactions_succeeded_then_failed_same_day_total' | 'capture_queued_count' | 'capture_transactions_total' | 'carrier_charge_transactions_count' | 'carrier_charge_transactions_total' | 'channel_transactions_processing_count' | 'channel_transactions_processing_total' | 'channel_transactions_adjustment_count' | 'channel_transactions_adjustment_total' | 'channel_transactions_reversal_count' | 'channel_transactions_reversal_total' | 'channel_billed_transactions_count' | 'channel_billed_transactions_total' | 'credit_payment_transactions_count' | 'credit_payment_transactions_total' | 'duty_to_labels_ratio' | 'duty_transactions_count' | 'duty_transactions_total' | 'fully_subsidized_order_transactions_count' | 'fully_subsidized_order_transactions_total' | 'billable_label_transactions_count' | 'billable_label_transactions_count_for_unique_orders' | 'billable_label_transactions_count_with_revenue_share' | 'billable_label_transactions_count_without_revenue_share' | 'billable_label_transactions_total' | 'revenue_share_label_transactions_count' | 'revenue_share_label_transactions_count_for_unique_orders' | 'revenue_share_label_transactions_total' | 'manual_transactions_count' | 'manual_transactions_total' | 'order_transactions_count' | 'order_transactions_total' | 'refund_transactions_count' | 'refund_transactions_reconcile_payments_count' | 'refund_transactions_ignored_fraud_count' | 'refund_transactions_ignored_fully_refunded_count' | 'refund_transactions_ignored_other_count' | 'refund_transactions_ignored_previously_processed_count' | 'refund_queued_count' | 'refund_transactions_total' | 'refund_transactions_succeeded_then_failed_count' | 'refund_transactions_succeeded_then_failed_total' | 'refund_transactions_succeeded_then_failed_same_day_count' | 'refund_transactions_succeeded_then_failed_same_day_total' | 'reversal_order_cancellations_transactions_count' | 'reversal_order_cancellations_transactions_total' | 'reversal_external_fulfillment_transactions_count' | 'reversal_external_fulfillment_transactions_total' | 'reversal_other_transactions_count' | 'reversal_other_transactions_total' | 'reversal_all_transactions_count' | 'reversal_all_transactions_total' | 'tax_to_labels_ratio' | 'tax_transactions_count' | 'tax_transactions_total' | 'transfer_transactions_count' | 'transfer_transactions_total' | 'trueup_transactions_count' | 'trueup_transactions_total' | 'fulfillments_count' | 'fulfilled_via_replacement_order_count' | 'percentage_orders_with_fulfillment_proof_2_weeks' | 'percentage_orders_with_fulfillment_proof_4_weeks' | 'percentage_orders_with_fulfillment_proof_6_weeks' | 'percentage_orders_with_fulfillment_proof_all' | 'pending_payouts_max_age_in_millis' | 'shipping_notifications_count' | 'queued_capture_unprocessed_count' | 'queued_refund_unprocessed_count' | 'queued_label_invoice_request_unprocessed_count' | 'queued_other_unprocessed_count' | 'task_snooze_count' | 'task_snooze_ending_in_48_hours_count' | 'payouts_scheduled_count' | 'payouts_scheduled_total' | 'payouts_sent_count' | 'payouts_sent_total' | 'payouts_failed_count' | 'payouts_failed_total' | 'average_payout_amount' | 'capture_transaction_with_zero_fees_and_no_channel_transaction_count' | 'percentage_billable_label_transactions_with_carrier_charge_10_days' | 'percentage_billable_label_transactions_with_carrier_charge_20_days' | 'percentage_billable_label_transactions_with_carrier_charge_30_days' | 'percentage_billable_label_transactions_with_carrier_charge_60_days' | 'percentage_billable_label_transactions_with_carrier_charge_90_days' | 'percentage_bank_account_inserts' | 'percentage_bank_account_updates' | 'percentage_bank_account_unique_updates' | 'percentage_bank_account_deletes' | 'negative_balance_number_accounts' | 'negative_balance_number_accounts_with_order_in_past_30_days' | 'negative_balance_number_accounts_without_order_in_past_30_days' | 'negative_balance_number_offboarded_accounts' | 'negative_balance_number_active_accounts_with_balance_over_1000' | 'negative_balance_total' | 'negative_balance_total_with_order_in_past_30_days' | 'negative_balance_total_without_order_in_past_30_days' | 'negative_balance_total_offboarded_accounts' | 'negative_balance_single_account_max' | 'negative_balance_single_active_account_max' | 'negative_balance_fee_total' | 'accounts_with_payment_holds_count' | 'accounts_with_payment_holds_pending_payment_promise_count' | 'accounts_with_payment_holds_pending_payment_promise_total' | 'edited_order_tax_amount_exceeding_transaction' | 'edited_order_duty_amount_exceeding_transaction' | 'negative_balance_scheduled_count' | 'negative_balance_scheduled_total' | 'negative_balance_sent_count' | 'negative_balance_sent_total' | 'negative_balance_failed_count' | 'negative_balance_failed_total' | 'negative_debit_success_rate' | 'current_attempt_merchant_count' | 'current_attempt_amount_total' | 'current_attempt_failed_merchant_count' | 'current_attempt_failed_amount_total' | 'current_attempt_success_ratio' | 'first_attempt_merchant_count' | 'first_attempt_amount_total' | 'first_attempt_failed_merchant_count' | 'first_attempt_failed_amount_total' | 'first_attempt_success_ratio' | 'second_attempt_merchant_count' | 'second_attempt_amount_total' | 'second_attempt_failed_merchant_count' | 'second_attempt_failed_amount_total' | 'second_attempt_success_ratio' | 'third_attempt_merchant_count' | 'third_attempt_amount_total' | 'third_attempt_failed_merchant_count' | 'third_attempt_failed_amount_total' | 'third_attempt_success_ratio' | 'fourth_plus_attempt_merchant_count' | 'fourth_plus_attempt_amount_total' | 'fourth_plus_attempt_failed_merchant_count' | 'fourth_plus_attempt_failed_amount_total' | 'fourth_plus_attempt_success_ratio';
|
|
13525
13707
|
type BillingStatementAttachmentKey = 'invoice' | 'statement' | 'consumer_invoice' | 'credit_memo' | 'channel_billed' | 'transactions' | 'virtual_card' | 'tax_remittance' | 'manual' | 'orders' | 'label' | 'order_service' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'all';
|
|
13526
13708
|
type BillingTransactionStatus = 'pending_proof' | 'posted';
|
|
13527
|
-
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'tax_refund' | 'duty_refund';
|
|
13709
|
+
type BillingTransactionType = 'manual' | 'subscription' | 'invoice' | 'transfer' | 'adjustment' | 'reversal' | 'capture' | 'refund' | 'virtual_card_capture' | 'virtual_card_refund' | 'tax_remittance' | 'fully_subsidized_order' | 'credit_payment' | 'dispute' | 'channel' | 'label' | 'order' | 'channel_billed' | 'tax' | 'duty' | 'trueup' | 'carrier_charge' | 'non_l4l_tax_duty_fx' | 'tax_refund' | 'duty_refund' | 'ge_revenue_share' | 'tax_duty_delta';
|
|
13528
13710
|
type BrowserBundleErrorCode = 'generic_error' | 'country_invalid';
|
|
13529
13711
|
type CalculatorEngine = 'dtce_with_deminimis' | 'dtce_with_inclusive_pricing' | 'dtce_and_us_tax';
|
|
13530
13712
|
type CarrierChargeTransactionType = 'adjustment' | 'reversal' | 'charge' | 'revenue_share';
|
|
@@ -13542,7 +13724,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13542
13724
|
type ChannelOrderFulfillmentStatusCode = 'unfulfilled' | 'fulfilled' | 'partial' | 'cancelled';
|
|
13543
13725
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13544
13726
|
type ChargeEstimateSource = 'global-e' | 'shopify';
|
|
13545
|
-
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge';
|
|
13727
|
+
type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
|
|
13546
13728
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
13547
13729
|
type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
|
|
13548
13730
|
type CheckoutAssetType = 'stylesheet' | 'javascript';
|
|
@@ -13576,7 +13758,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13576
13758
|
type DisputeLiability = 'flow' | 'organization';
|
|
13577
13759
|
type DisputeProcessor = 'adyen' | 'paypal' | 'stripe';
|
|
13578
13760
|
type DisputeReportingCategory = 'charge_issues' | 'delivery' | 'fraud' | 'general' | 'product' | 'returns';
|
|
13579
|
-
type DisputeStatus = 'pending' | 'won' | 'lost' | 'expired';
|
|
13761
|
+
type DisputeStatus = 'pending' | 'won' | 'lost' | 'refunded' | 'expired';
|
|
13580
13762
|
type DisputeTransactionType = 'adjustment' | 'dispute';
|
|
13581
13763
|
type DisputeType = 'chargeback';
|
|
13582
13764
|
type DutyCompoundExpressionType = 'sum' | 'max' | 'min';
|
|
@@ -13588,7 +13770,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13588
13770
|
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
13589
13771
|
type EmptyAttribute = 'irrelevant';
|
|
13590
13772
|
type ErpFileType = 'vendor';
|
|
13591
|
-
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'tariff_codes_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_item_classification_upserted' | 'harmonization_item_classification_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'localized_item_upserted_v2' | 'localized_item_deleted' | 'localized_item_deleted_v2' | 'localized_item_snapshot' | 'localized_price_book_item_upserted' | 'localized_price_book_item_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'feed_upserted' | 'feed_deleted' | 'feeds_export' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
13773
|
+
type EventType = 'adjusted_estimates_upserted' | 'adjusted_estimates_deleted' | 'final_estimate_upserted' | 'final_estimate_deleted' | 'adyen_authorization_deleted' | 'adyen_authorization_upserted' | 'adyen_cancel_deleted' | 'adyen_cancel_upserted' | 'adyen_capture_deleted' | 'adyen_capture_upserted' | 'adyen_refund_deleted' | 'adyen_refund_upserted' | 'adyen_dispute_upserted' | 'adyen_dispute_deleted' | 'fulfillment_upserted' | 'fulfillment_deleted' | 'merchant_upserted' | 'merchant_deleted' | 'account_upserted' | 'account_upserted_v2' | 'account_deleted_v2' | 'account_contact_upserted' | 'account_contact_deleted' | 'billing_statement_upserted' | 'billing_statement_deleted' | 'tax_remittance_transaction_upserted' | 'tax_remittance_transaction_deleted' | 'channel_account_upserted_v2' | 'channel_account_deleted' | 'organization_account_upserted_v2' | 'organization_account_deleted' | 'account_transactions_export_request' | 'account_orders_export_request' | 'main_transaction_upserted' | 'main_transaction_deleted' | 'main_transaction_upserted_v2' | 'main_transaction_deleted_v2' | 'transfer_transaction_upserted' | 'transfer_transaction_deleted' | 'transfer_transaction_upserted_v2' | 'transfer_transaction_deleted_v2' | 'processing_transaction_upserted' | 'processing_transaction_deleted' | 'bank_payment_upserted' | 'bank_payment_upserted_v2' | 'bank_payment_deleted_v2' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'order_transaction_upserted' | 'order_transaction_deleted' | 'label_transaction_upserted' | 'label_transaction_deleted' | 'channel_billed_transaction_upserted' | 'channel_billed_transaction_deleted' | 'tax_transaction_upserted' | 'tax_transaction_deleted' | 'duty_transaction_upserted' | 'duty_transaction_deleted' | 'transaction_statement_upserted' | 'transaction_statement_deleted' | 'daily_value_upserted' | 'daily_value_deleted' | 'revenue_record_upserted' | 'revenue_record_deleted' | 'other_record_upserted' | 'other_record_deleted' | 'calculator_organization_settings_upserted' | 'calculator_organization_settings_deleted' | 'carrier_account_upserted_v2' | 'carrier_account_deleted' | 'label_generation_settings_upserted' | 'label_generation_settings_deleted' | 'catalog_import_request' | 'exclusion_rule_upserted' | 'exclusion_rule_deleted' | 'exclusion_rule_export_request' | 'catalog_item_region_availabilities_published' | 'return_policy_upserted' | 'return_policy_deleted' | 'return_policy_item_result_upserted' | 'return_policy_item_result_deleted' | 'catalog_settings_upserted' | 'catalog_settings_deleted' | 'channel_order_acceptance_upserted' | 'channel_order_acceptance_deleted' | 'channel_order_acceptance_failed' | 'checkout_configuration_upserted' | 'checkout_configuration_deleted' | 'commercial_invoice_internal_upserted' | 'commercial_invoice_internal_deleted' | 'localized_content_upserted' | 'localization_upserted' | 'internal_channel_rate_deleted' | 'internal_channel_rate_upserted' | 'rate_deleted' | 'rate_upserted' | 'spot_rate_deleted' | 'spot_rate_upserted' | 'usd_spot_rate_deleted' | 'usd_spot_rate_upserted' | 'rate_deleted_v2' | 'rate_upserted_v2' | 'organization_currency_setting_upserted' | 'organization_currency_setting_deleted' | 'channel_currency_setting_upserted' | 'channel_currency_setting_deleted' | 'customer_purge_upserted' | 'customs_description_import' | 'customs_description_tariffs_import' | 'dispute_upserted' | 'dispute_deleted' | 'duty_rates_published_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'order_attribute_deleted' | 'order_attribute_upserted' | 'experience_export_request' | 'experience_import_request' | 'submitted_order_upserted' | 'levy_rate_summary_upserted' | 'export_completed' | 'export_failed' | 'feature_upserted' | 'feature_deleted' | 'organization_boolean_value_upserted' | 'organization_boolean_value_deleted' | 'account_settings_upserted' | 'account_settings_deleted' | 'account_processing_rates_upserted' | 'account_processing_rates_deleted' | 'billing_organization_processing_rates_upserted' | 'billing_organization_processing_rates_deleted' | 'billing_organization_settings_upserted' | 'billing_organization_settings_deleted' | 'standalone_attachment_upserted' | 'standalone_attachment_deleted' | 'platform_fee_change_upserted' | 'platform_fee_change_deleted' | 'organization_bank_account_upserted' | 'organization_bank_account_deleted' | 'billing_csv_transaction_upserted' | 'billing_csv_transaction_deleted' | 'label_invoice_request_upserted' | 'label_invoice_request_deleted' | 'carrier_charge_upserted' | 'carrier_charge_deleted' | 'bank_payment_order_upserted' | 'bank_payment_order_deleted' | 'fraud_review_upserted' | 'fraud_review_deleted' | 'fraud_pending_review_upserted' | 'fraud_pending_review_deleted' | 'fraud_review_decision_upserted' | 'fraud_review_decision_deleted' | 'fraud_review_authorization_upserted' | 'fraud_review_authorization_deleted' | 'fraud_pending_review_authorization_upserted' | 'fraud_pending_review_authorization_deleted' | 'fraud_review_authorization_decision_upserted' | 'fraud_review_authorization_decision_deleted' | 'fraud_provider_configuration_upserted' | 'fraud_provider_configuration_deleted' | 'manual_review_rule_upserted' | 'manual_review_rule_deleted' | 'ftp_file_upserted' | 'ftp_file_deleted' | 'ftp_file_to_process_uploaded' | 'center_defaults_upserted' | 'center_defaults_deleted' | 'fulfillment_fallbacks_upserted' | 'fulfillment_fallbacks_deleted' | 'pregenerated_request_event' | 'quote_upserted' | 'quote_deleted' | 'all_items_export' | 'harmonized_items_hs6_export' | 'unharmonized_items_export' | 'dutied_items_export' | 'harmonization_phrase_suggestion_request_import' | 'harmonization_codes_import' | 'item_classification_created' | 'harmonize_fully_request_v2' | 'import_completed' | 'import_failed' | 'time_to_classify_upserted' | 'time_to_classify_deleted' | 'time_to_classify_aggregated_upserted' | 'time_to_classify_aggregated_deleted' | 'rate_source_summary_upserted' | 'rate_source_summary_deleted' | 'rate_freshness_summary_upserted' | 'rate_freshness_summary_deleted' | 'item_harmonization_upserted' | 'item_harmonization_deleted' | 'harmonization_classification_statistics_published' | 'issuer_upserted' | 'issuer_deleted' | 'item_form_import_request' | 'label_request_error_upserted' | 'label_request_error_deleted' | 'order_validation_failure_upserted' | 'order_validation_failure_deleted' | 'order_validation_upserted' | 'order_validation_deleted' | 'label_tracking_summary_upserted' | 'label_tracking_summary_deleted' | 'logistics_capabilities_upserted' | 'logistics_capabilities_deleted' | 'localized_item_prices_export_request' | 'optin_prompt_upserted' | 'optin_prompt_deleted' | 'order_combined_shipment_upserted' | 'order_combined_shipment_deleted' | 'order_fulfillment_deleted' | 'order_fulfillment_upserted' | 'order_placed' | 'ready_to_fulfill' | 'fulfillment_cancel' | 'order_shipped' | 'items_shipped' | 'organization_business_entity_deleted' | 'organization_business_entity_upserted' | 'organization_status_change_upserted' | 'organization_status_change_deleted' | 'organization_deactivation_upserted' | 'organization_deactivation_deleted' | 'merchant_guid_assignment_upserted' | 'merchant_guid_assignment_deleted' | 'organization_metadata_upserted' | 'organization_metadata_deleted' | 'partner_organization_settings_upserted' | 'partner_organization_settings_deleted' | 'unassigned_merchant_guid_upserted' | 'unassigned_merchant_guid_deleted' | 'partner_tracking_subscription_upserted' | 'partner_tracking_subscription_deleted' | 'spp_tracker_update_request_upserted' | 'spp_tracker_update_request_deleted' | 'internal_authorization_upserted' | 'internal_authorization_deleted' | 'afterpay_authorization_upserted' | 'afterpay_authorization_deleted' | 'afterpay_capture_upserted' | 'afterpay_capture_deleted' | 'afterpay_refund_upserted' | 'afterpay_refund_deleted' | 'adyen_merchant_account_upserted' | 'adyen_merchant_account_deleted' | 'chargeback_upserted' | 'chargeback_deleted' | 'payment_processor_account_upserted' | 'payment_processor_account_deleted' | 'payment_processor_merchant_upserted' | 'payment_processor_merchant_deleted' | 'authorization_bundle_upserted' | 'authorization_bundle_deleted' | 'organization_payment_setting_upserted' | 'organization_payment_setting_deleted' | 'paypal_payment_deleted' | 'paypal_payment_upserted' | 'paypal_execution_deleted' | 'paypal_execution_upserted' | 'paypal_refund_deleted' | 'paypal_refund_upserted' | 'paypal_dispute_upserted' | 'paypal_dispute_deleted' | 'product_restriction_rule_decision_upserted' | 'product_restriction_rule_decision_deleted' | 'order_rates_published_v3' | 'ratecard_dimension_estimate_upserted' | 'ratecard_dimension_estimate_deleted' | 'ratecard_lanes_import_request' | 'ratecard_standard_configuration_upserted' | 'ratecard_standard_configuration_deleted' | 'ratecard_service_fee_upserted' | 'ratecard_service_fee_deleted' | 'ratecard_lane_aggregate_upserted' | 'ratecard_lane_aggregate_deleted' | 'ratecard_rate_level_upserted' | 'ratecard_rate_level_deleted' | 'ratecard_rate_level_ratecard_upserted' | 'ratecard_rate_level_ratecard_deleted' | 'ratecard_rate_level_organization_upserted' | 'ratecard_rate_level_organization_deleted' | 'restriction_organization_status_upserted' | 'restriction_organization_status_deleted' | 'organization_restriction_status_upserted' | 'organization_restriction_status_deleted' | 'screening_status_change_upserted' | 'screening_status_change_deleted' | 'restrictions_dailyops_upserted' | 'restrictions_dailyops_deleted' | 'restriction_rule_upserted' | 'restriction_rule_deleted' | 'restriction_rule_effect_upserted' | 'restriction_rule_effect_deleted' | 'shopify_shop_upserted' | 'shopify_shop_deleted' | 'shopify_experience_short_id_upserted' | 'shopify_experience_short_id_deleted' | 'shopify_markets_order_upserted' | 'shopify_markets_order_deleted' | 'shopify_markets_shop_upserted' | 'shopify_markets_shop_deleted' | 'shopify_markets_webhook_registration_upserted' | 'shopify_markets_webhook_registration_deleted' | 'shopify_markets_shop_statistics_upserted' | 'shopify_markets_shop_statistics_deleted' | 'shopify_markets_metrics_upserted' | 'shopify_markets_metrics_deleted' | 'channel_order_summary_upserted' | 'channel_order_summary_deleted' | 'channel_organization_identifier_upserted' | 'channel_organization_identifier_deleted' | 'order_tax_and_duty_inclusivity_setting_upserted' | 'order_tax_and_duty_inclusivity_setting_deleted' | 'shopify_product_bundle_upserted' | 'shopify_product_bundle_deleted' | 'shopify_incoterm_summary_error_published' | 'shopify_markets_best_selling_product_upserted' | 'shopify_markets_best_selling_product_deleted' | 'shopify_product_create_upserted' | 'shopify_product_create_deleted' | 'shopify_product_update_upserted' | 'shopify_product_update_deleted' | 'shopify_product_delete_upserted' | 'shopify_product_delete_deleted' | 'shopify_inventory_item_create_upserted' | 'shopify_inventory_item_create_deleted' | 'shopify_inventory_item_update_upserted' | 'shopify_inventory_item_update_deleted' | 'shopify_inventory_item_delete_upserted' | 'shopify_inventory_item_delete_deleted' | 'shopify_monitoring_order_monitor_event_upserted' | 'shopify_monitoring_order_monitor_event_deleted' | 'shopify_order_fulfillments_snapshot_upserted' | 'shopify_order_fulfillments_snapshot_deleted' | 'stripe_authorization_deleted' | 'stripe_authorization_upserted' | 'stripe_reversal_deleted' | 'stripe_reversal_upserted' | 'stripe_capture_deleted' | 'stripe_capture_upserted' | 'stripe_refund_deleted' | 'stripe_refund_upserted' | 'stripe_dispute_upserted' | 'stripe_dispute_deleted' | 'liability_remittance_plan_upserted' | 'liability_remittance_plan_deleted' | 'tracking_processing_error_upserted' | 'tracking_processing_error_deleted' | 'tracking_label_event_upserted_v2' | 'tracking_label_event_deleted_v2' | 'tracking_label_upserted' | 'tracking_label_deleted' | 'tracking_upserted' | 'tracking_deleted' | 'tracking_assurance_analysis_upserted' | 'tracking_assurance_analysis_deleted' | 'tracking_assurance_job_upserted' | 'tracking_assurance_job_deleted' | 'tracking_subscription_upserted' | 'tracking_subscription_deleted' | 'tracking_carrier_return_label_upserted' | 'tracking_carrier_return_label_deleted' | 'tracking_label_dimensions_upserted' | 'tracking_label_dimensions_deleted' | 'user_upserted_v2' | 'user_deleted_v2';
|
|
13592
13774
|
type ExperienceImportType = 'experience_with_settings';
|
|
13593
13775
|
type ExperienceOrderAction = 'submit' | 'refund_gift_cards';
|
|
13594
13776
|
type ExperienceOrderActionTrigger = 'zero_balance' | 'unsubmitted_order';
|
|
@@ -13606,7 +13788,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13606
13788
|
type FtpIntent = 'orders_from_flow' | 'pricebooks_from_flow' | 'pricebooks_to_flow' | 'catalog_to_flow' | 'inventory_to_flow';
|
|
13607
13789
|
type FtpProtocol = 'sftp' | 'ftp';
|
|
13608
13790
|
type GoogleAnalyticsPlugin = 'ec';
|
|
13609
|
-
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog';
|
|
13791
|
+
type GraphqlServiceTypes = 'order_update_mutation' | 'shipping_address_validation' | 'bulk_publication_status' | 'country_catalog_sync' | 'inventory_item' | 'product_bundle' | 'shopify_location' | 'shopify_order' | 'sync_product_catalog' | 'shopify_webhook';
|
|
13610
13792
|
type HarmonizationDecisionSource = 'human' | 'legacy_model' | 'enterprise_model';
|
|
13611
13793
|
type HttpMethod = 'get' | 'post';
|
|
13612
13794
|
type ItemClassificationAction = 'ACCEPT' | 'MANUAL' | 'REJECT';
|
|
@@ -13618,7 +13800,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13618
13800
|
type LabelBillingStrategy = 'quote' | 'carrier';
|
|
13619
13801
|
type LabelCancellationErrorCode = 'already_used' | 'carrier_unsupported';
|
|
13620
13802
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
13621
|
-
type
|
|
13803
|
+
type LabelEventMedium = 'webhook' | 'pull' | 'post';
|
|
13804
|
+
type LabelEventSource = 'aftership' | 'carrier' | 'flow';
|
|
13805
|
+
type LabelRequestErrorHandlingResponsibility = 'merchant' | 'merchant_integration' | 'shopify_integration' | 'globale_cx' | 'globale_address_repair' | 'merchant_operations' | 'globale_system' | 'carrier';
|
|
13622
13806
|
type LabelRequestResultOrganizationType = 'all' | 'legacy_production' | 'managed_markets_production' | 'sandbox';
|
|
13623
13807
|
type LabelRequestResultState = 'success' | 'failure';
|
|
13624
13808
|
type LabelTransactionType = 'adjustment' | 'reversal' | 'billable_label' | 'fee' | 'revenue_share';
|
|
@@ -13627,16 +13811,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13627
13811
|
type LogisticsPayoutResolutionMethod = 'order_combined_shipment' | 'intransit_label_event' | 'shipping_notification';
|
|
13628
13812
|
type ManualReviewRuleStatus = 'active' | 'archived';
|
|
13629
13813
|
type ManualTransactionCategory = 'cancelled_order_refund' | 'client_accepted_chargeback' | 'fee_reimbursement' | 'platform_fee' | 'shipping_true_up' | 'tax_credit' | 'carrier_credit' | 'negative_balance_guarantee' | 'bank_payment_failure' | 'non_fraud_chargeback';
|
|
13630
|
-
type MarketingGatewayAccountConnectionStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected';
|
|
13631
|
-
type MarketingGatewayChannelIntegrationType = 'automated' | 'manual';
|
|
13632
|
-
type MarketingGatewayChannelStatus = 'not_connected' | 'connecting' | 'connected' | 'disconnecting' | 'disconnected' | 'unavailable';
|
|
13633
|
-
type MarketingGatewayErrorCode = 'generic_error' | 'google_api_error' | 'facebook_api_error' | 'invalid_oauth_token_error';
|
|
13634
|
-
type MarketingGatewayFacebookTokenStatus = 'unknown' | 'active' | 'expired';
|
|
13635
|
-
type MarketingGatewayFeedDownloadFormat = 'tsv' | 'csv' | 'txt';
|
|
13636
|
-
type MarketingGatewayFeedState = 'initialized' | 'generated' | 'in_review' | 'rejected' | 'active';
|
|
13637
|
-
type MarketingGatewayPlatform = 'google' | 'facebook' | 'adroll' | 'aliexpress' | 'amazon' | 'bing' | 'criteo' | 'fruugo' | 'pinterest' | 'rakuten_japan' | 'wish' | 'snapchat' | 'stylight';
|
|
13638
|
-
type MarketingGatewayProductStatus = 'approved' | 'not_approved' | 'pending' | 'not_found' | 'excluded';
|
|
13639
|
-
type MarketingGatewaySchemaCompatibility = 'google' | 'facebook_primary' | 'facebook_country_override' | 'supplemental';
|
|
13640
13814
|
type MixedBagWeight = '0' | '1' | '2';
|
|
13641
13815
|
type NatureOfSale = 'consumer' | 'to_non_registered_business' | 'to_registered_business' | 'flash_title';
|
|
13642
13816
|
type NoLiabilityReasonCode = 'zero_basis' | 'zero_rate_on_goods' | 'zero_rate_on_sale' | 'goods_above_value_threshold' | 'goods_below_value_threshold' | 'order_below_de_minimis_threshold' | 'amount_below_de_minimis_threshold' | 'delivered_unpaid' | 'duty_free_domestic' | 'duty_free_intra_community' | 'duty_free_by_trade_agreement';
|
|
@@ -13664,6 +13838,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13664
13838
|
type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
|
|
13665
13839
|
type OutputStyle = 'flow' | 'shopify_p1';
|
|
13666
13840
|
type Owner = 'flow' | 'organization';
|
|
13841
|
+
type PaymentShortUrlDiscriminator = 'adyen_3ds2';
|
|
13667
13842
|
type PaymentSummaryStatus = 'authorized' | 'canceled' | 'declined' | 'expired' | 'failed' | 'pending' | 'processed' | 'reversed' | 'review' | 'succeeded';
|
|
13668
13843
|
type PaymentSummaryType = 'authorization' | 'capture' | 'refund' | 'reversal' | 'credit';
|
|
13669
13844
|
type PaymentTerm = 'net7' | 'net15' | 'net30';
|
|
@@ -13710,7 +13885,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13710
13885
|
type ShopifyPromotionOfferAllocationMethod = 'each' | 'across';
|
|
13711
13886
|
type ShopifyPromotionOrderEntitlementComponent = 'subtotal' | 'shipping' | 'vat' | 'duty';
|
|
13712
13887
|
type ShopifyPromotionStatus = 'active' | 'inactive';
|
|
13713
|
-
type ShopifyService = 'payment' | 'duty_tax_calculator';
|
|
13888
|
+
type ShopifyService = 'payment' | 'duty_tax_calculator' | 'sellability';
|
|
13714
13889
|
type SimpleRoundingStrategy = 'no_rounding' | 'currency_precision';
|
|
13715
13890
|
type SnoozeNextActionWith = 'customer_service' | 'engineering';
|
|
13716
13891
|
type SnoozeSourceType = 'task' | 'invariant';
|
|
@@ -14462,13 +14637,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14462
14637
|
readonly 'added_on': string;
|
|
14463
14638
|
}
|
|
14464
14639
|
|
|
14465
|
-
interface AldoItemDeleted {
|
|
14466
|
-
readonly 'discriminator': 'aldo_item_deleted';
|
|
14467
|
-
readonly 'event_id': string;
|
|
14468
|
-
readonly 'timestamp': string;
|
|
14469
|
-
readonly 'id': string;
|
|
14470
|
-
}
|
|
14471
|
-
|
|
14472
14640
|
interface AldoItemForm {
|
|
14473
14641
|
readonly 'number': string;
|
|
14474
14642
|
readonly 'amount': io.flow.common.v0.models.Price;
|
|
@@ -14477,13 +14645,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14477
14645
|
readonly 'added_on': string;
|
|
14478
14646
|
}
|
|
14479
14647
|
|
|
14480
|
-
interface AldoItemUpserted {
|
|
14481
|
-
readonly 'discriminator': 'aldo_item_upserted';
|
|
14482
|
-
readonly 'event_id': string;
|
|
14483
|
-
readonly 'timestamp': string;
|
|
14484
|
-
readonly 'item': io.flow.internal.v0.models.AldoItem;
|
|
14485
|
-
}
|
|
14486
|
-
|
|
14487
14648
|
interface AlertErrorSummary {
|
|
14488
14649
|
readonly 'event_id': number;
|
|
14489
14650
|
readonly 'error': string;
|
|
@@ -14534,6 +14695,23 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14534
14695
|
readonly 'labels': Record<string, string[]>;
|
|
14535
14696
|
}
|
|
14536
14697
|
|
|
14698
|
+
interface AnshItem {
|
|
14699
|
+
readonly 'id': string;
|
|
14700
|
+
readonly 'number': string;
|
|
14701
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
14702
|
+
readonly 'description'?: string;
|
|
14703
|
+
readonly 'type': io.flow.internal.v0.enums.AnshItemType;
|
|
14704
|
+
readonly 'added_on': string;
|
|
14705
|
+
}
|
|
14706
|
+
|
|
14707
|
+
interface AnshItemForm {
|
|
14708
|
+
readonly 'number': string;
|
|
14709
|
+
readonly 'amount': io.flow.common.v0.models.Price;
|
|
14710
|
+
readonly 'description'?: string;
|
|
14711
|
+
readonly 'type': io.flow.internal.v0.enums.AnshItemType;
|
|
14712
|
+
readonly 'added_on': string;
|
|
14713
|
+
}
|
|
14714
|
+
|
|
14537
14715
|
interface ApmContent {
|
|
14538
14716
|
readonly 'processor_description': io.flow.internal.v0.unions.ContentItem;
|
|
14539
14717
|
}
|
|
@@ -17602,6 +17780,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17602
17780
|
readonly 'raw_carrier_event_code'?: string;
|
|
17603
17781
|
readonly 'aggregator_status_code'?: string;
|
|
17604
17782
|
readonly 'created_at'?: string;
|
|
17783
|
+
readonly 'source'?: io.flow.internal.v0.enums.LabelEventSource;
|
|
17784
|
+
readonly 'medium'?: io.flow.internal.v0.enums.LabelEventMedium;
|
|
17605
17785
|
}
|
|
17606
17786
|
|
|
17607
17787
|
interface ExternalFulfillmentProof {
|
|
@@ -17755,31 +17935,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17755
17935
|
readonly 'description'?: string;
|
|
17756
17936
|
}
|
|
17757
17937
|
|
|
17758
|
-
interface FeedDeleted {
|
|
17759
|
-
readonly 'discriminator': 'feed_deleted';
|
|
17760
|
-
readonly 'event_id': string;
|
|
17761
|
-
readonly 'timestamp': string;
|
|
17762
|
-
readonly 'organization_id': string;
|
|
17763
|
-
readonly 'feed': io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
17764
|
-
}
|
|
17765
|
-
|
|
17766
|
-
interface FeedUpserted {
|
|
17767
|
-
readonly 'discriminator': 'feed_upserted';
|
|
17768
|
-
readonly 'event_id': string;
|
|
17769
|
-
readonly 'timestamp': string;
|
|
17770
|
-
readonly 'organization_id': string;
|
|
17771
|
-
readonly 'feed': io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
17772
|
-
}
|
|
17773
|
-
|
|
17774
|
-
interface FeedsExport {
|
|
17775
|
-
readonly 'discriminator': 'feeds_export';
|
|
17776
|
-
readonly 'event_id': string;
|
|
17777
|
-
readonly 'timestamp': string;
|
|
17778
|
-
readonly 'organization': string;
|
|
17779
|
-
readonly 'export_id': string;
|
|
17780
|
-
readonly 'feed_ids': string[];
|
|
17781
|
-
}
|
|
17782
|
-
|
|
17783
17938
|
interface Fees {
|
|
17784
17939
|
readonly 'processing'?: io.flow.internal.v0.models.Fee;
|
|
17785
17940
|
readonly 'rate_lock': io.flow.internal.v0.models.Fee;
|
|
@@ -18561,6 +18716,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18561
18716
|
readonly 'transaction_created_at': string;
|
|
18562
18717
|
}
|
|
18563
18718
|
|
|
18719
|
+
interface GeRevenueShareTransaction {
|
|
18720
|
+
readonly 'discriminator': 'ge_revenue_share_transaction';
|
|
18721
|
+
readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
18722
|
+
readonly 'ge_revenue_share': io.flow.internal.v0.models.Fee;
|
|
18723
|
+
readonly 'id': string;
|
|
18724
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
18725
|
+
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
18726
|
+
readonly 'posted_at'?: string;
|
|
18727
|
+
readonly 'value': io.flow.common.v0.models.Price;
|
|
18728
|
+
readonly 'description': string;
|
|
18729
|
+
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
18730
|
+
readonly 'created_at': string;
|
|
18731
|
+
}
|
|
18732
|
+
|
|
18564
18733
|
interface GenerateLoadMultipleOrgs {
|
|
18565
18734
|
readonly 'discriminator': 'generate_load_multiple_orgs';
|
|
18566
18735
|
readonly 'organization_ids': string[];
|
|
@@ -18682,20 +18851,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18682
18851
|
readonly 'hs6_description'?: string;
|
|
18683
18852
|
}
|
|
18684
18853
|
|
|
18685
|
-
interface HarmonizationItemClassificationDeleted {
|
|
18686
|
-
readonly 'discriminator': 'harmonization_item_classification_deleted';
|
|
18687
|
-
readonly 'event_id': string;
|
|
18688
|
-
readonly 'timestamp': string;
|
|
18689
|
-
readonly 'harmonization_item_classification': io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
18690
|
-
}
|
|
18691
|
-
|
|
18692
|
-
interface HarmonizationItemClassificationUpserted {
|
|
18693
|
-
readonly 'discriminator': 'harmonization_item_classification_upserted';
|
|
18694
|
-
readonly 'event_id': string;
|
|
18695
|
-
readonly 'timestamp': string;
|
|
18696
|
-
readonly 'harmonization_item_classification': io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
18697
|
-
}
|
|
18698
|
-
|
|
18699
18854
|
interface HarmonizationItemSummary {
|
|
18700
18855
|
readonly 'number': string;
|
|
18701
18856
|
readonly 'product_id'?: string;
|
|
@@ -19739,22 +19894,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19739
19894
|
readonly 'source_localization_id': string;
|
|
19740
19895
|
}
|
|
19741
19896
|
|
|
19742
|
-
interface LocalizedItemDeleted {
|
|
19743
|
-
readonly 'discriminator': 'localized_item_deleted';
|
|
19744
|
-
readonly 'event_id': string;
|
|
19745
|
-
readonly 'timestamp': string;
|
|
19746
|
-
readonly 'organization': string;
|
|
19747
|
-
readonly 'number': string;
|
|
19748
|
-
}
|
|
19749
|
-
|
|
19750
|
-
interface LocalizedItemDeletedV2 {
|
|
19751
|
-
readonly 'discriminator': 'localized_item_deleted_v2';
|
|
19752
|
-
readonly 'event_id': string;
|
|
19753
|
-
readonly 'timestamp': string;
|
|
19754
|
-
readonly 'organization': string;
|
|
19755
|
-
readonly 'id': string;
|
|
19756
|
-
}
|
|
19757
|
-
|
|
19758
19897
|
interface LocalizedItemPricesExportRequest {
|
|
19759
19898
|
readonly 'discriminator': 'localized_item_prices_export_request';
|
|
19760
19899
|
readonly 'event_id': string;
|
|
@@ -19764,43 +19903,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19764
19903
|
readonly 'since'?: string;
|
|
19765
19904
|
}
|
|
19766
19905
|
|
|
19767
|
-
interface LocalizedItemSnapshot {
|
|
19768
|
-
readonly 'discriminator': 'localized_item_snapshot';
|
|
19769
|
-
readonly 'event_id': string;
|
|
19770
|
-
readonly 'timestamp': string;
|
|
19771
|
-
readonly 'organization': string;
|
|
19772
|
-
readonly 'subcatalog_id': string;
|
|
19773
|
-
readonly 'url': string;
|
|
19774
|
-
}
|
|
19775
|
-
|
|
19776
|
-
interface LocalizedItemUpsertedV2 {
|
|
19777
|
-
readonly 'discriminator': 'localized_item_upserted_v2';
|
|
19778
|
-
readonly 'event_id': string;
|
|
19779
|
-
readonly 'timestamp': string;
|
|
19780
|
-
readonly 'organization': string;
|
|
19781
|
-
readonly 'id': string;
|
|
19782
|
-
readonly 'item': io.flow.catalog.v0.models.Item;
|
|
19783
|
-
readonly 'item_schedule'?: io.flow.price.v0.models.PriceBookItemSchedule;
|
|
19784
|
-
}
|
|
19785
|
-
|
|
19786
19906
|
interface LocalizedItemsExportSettings {
|
|
19787
19907
|
readonly 'content_type': io.flow.internal.v0.enums.ExportContentType;
|
|
19788
19908
|
readonly 'full_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
|
|
19789
19909
|
readonly 'delta_export_schedule'?: io.flow.internal.v0.unions.ExportSchedule;
|
|
19790
19910
|
}
|
|
19791
19911
|
|
|
19792
|
-
interface LocalizedPriceBookItem {
|
|
19793
|
-
readonly 'id': string;
|
|
19794
|
-
readonly 'item_id': string;
|
|
19795
|
-
readonly 'item_number': string;
|
|
19796
|
-
readonly 'attributes': Record<string, string>;
|
|
19797
|
-
readonly 'local'?: io.flow.catalog.v0.models.Local;
|
|
19798
|
-
readonly 'price_book_item_id': string;
|
|
19799
|
-
readonly 'price_book_key': string;
|
|
19800
|
-
readonly 'price_book_item_price': io.flow.common.v0.models.Price;
|
|
19801
|
-
readonly 'schedule': io.flow.price.v0.models.PriceBookItemSchedule;
|
|
19802
|
-
}
|
|
19803
|
-
|
|
19804
19912
|
interface LocalizedPriceBookItemData {
|
|
19805
19913
|
readonly 'organization': io.flow.common.v0.models.OrganizationReference;
|
|
19806
19914
|
readonly 'experience': io.flow.common.v0.models.ExperienceSummary;
|
|
@@ -19813,22 +19921,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19813
19921
|
readonly 'price_end_date'?: string;
|
|
19814
19922
|
}
|
|
19815
19923
|
|
|
19816
|
-
interface LocalizedPriceBookItemDeleted {
|
|
19817
|
-
readonly 'discriminator': 'localized_price_book_item_deleted';
|
|
19818
|
-
readonly 'event_id': string;
|
|
19819
|
-
readonly 'timestamp': string;
|
|
19820
|
-
readonly 'organization': string;
|
|
19821
|
-
readonly 'id': string;
|
|
19822
|
-
}
|
|
19823
|
-
|
|
19824
|
-
interface LocalizedPriceBookItemUpserted {
|
|
19825
|
-
readonly 'discriminator': 'localized_price_book_item_upserted';
|
|
19826
|
-
readonly 'event_id': string;
|
|
19827
|
-
readonly 'timestamp': string;
|
|
19828
|
-
readonly 'organization': string;
|
|
19829
|
-
readonly 'item': io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
19830
|
-
}
|
|
19831
|
-
|
|
19832
19924
|
interface Location {
|
|
19833
19925
|
readonly 'type': io.flow.internal.v0.enums.ContentType;
|
|
19834
19926
|
readonly 'url': string;
|
|
@@ -19918,6 +20010,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19918
20010
|
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
19919
20011
|
readonly 'value': io.flow.common.v0.models.Price;
|
|
19920
20012
|
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
20013
|
+
readonly 'paid_at'?: string;
|
|
19921
20014
|
readonly 'posted_at'?: string;
|
|
19922
20015
|
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
19923
20016
|
readonly 'created_at': string;
|
|
@@ -20020,261 +20113,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20020
20113
|
readonly 'shipping': boolean;
|
|
20021
20114
|
}
|
|
20022
20115
|
|
|
20023
|
-
interface MarketingGatewayChannel {
|
|
20024
|
-
readonly 'id': string;
|
|
20025
|
-
readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
20026
|
-
readonly 'integration_type': io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
20027
|
-
readonly 'status': io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
20028
|
-
readonly 'details'?: io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
20029
|
-
readonly 'error'?: io.flow.internal.v0.models.MarketingGatewayError;
|
|
20030
|
-
}
|
|
20031
|
-
|
|
20032
|
-
interface MarketingGatewayChannelConnectionForm {
|
|
20033
|
-
readonly 'default_feed_source'?: io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
20034
|
-
}
|
|
20035
|
-
|
|
20036
|
-
interface MarketingGatewayChannelForm {
|
|
20037
|
-
readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
20038
|
-
readonly 'account_id': number;
|
|
20039
|
-
}
|
|
20040
|
-
|
|
20041
|
-
interface MarketingGatewayChannelSourceSummary {
|
|
20042
|
-
readonly 'channel': io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
20043
|
-
readonly 'platform': io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
20044
|
-
readonly 'source': io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
20045
|
-
}
|
|
20046
|
-
|
|
20047
|
-
interface MarketingGatewayDistributionChannelFacebook {
|
|
20048
|
-
readonly 'discriminator': 'marketing_gateway_distribution_channel_facebook';
|
|
20049
|
-
readonly 'catalog_id': number;
|
|
20050
|
-
}
|
|
20051
|
-
|
|
20052
|
-
interface MarketingGatewayDistributionChannelGoogle {
|
|
20053
|
-
readonly 'discriminator': 'marketing_gateway_distribution_channel_google';
|
|
20054
|
-
readonly 'account_id': number;
|
|
20055
|
-
}
|
|
20056
|
-
|
|
20057
|
-
interface MarketingGatewayError {
|
|
20058
|
-
readonly 'code': io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
20059
|
-
readonly 'messages': string[];
|
|
20060
|
-
}
|
|
20061
|
-
|
|
20062
|
-
interface MarketingGatewayFacebookBusiness {
|
|
20063
|
-
readonly 'business_id': number;
|
|
20064
|
-
readonly 'name': string;
|
|
20065
|
-
}
|
|
20066
|
-
|
|
20067
|
-
interface MarketingGatewayFacebookBusinessSummary {
|
|
20068
|
-
readonly 'business_id': number;
|
|
20069
|
-
readonly 'name': string;
|
|
20070
|
-
}
|
|
20071
|
-
|
|
20072
|
-
interface MarketingGatewayFacebookCatalogForm {
|
|
20073
|
-
readonly 'catalog_id': number;
|
|
20074
|
-
}
|
|
20075
|
-
|
|
20076
|
-
interface MarketingGatewayFacebookCatalogSummary {
|
|
20077
|
-
readonly 'catalog_id': number;
|
|
20078
|
-
readonly 'name': string;
|
|
20079
|
-
readonly 'item_count': number;
|
|
20080
|
-
}
|
|
20081
|
-
|
|
20082
|
-
interface MarketingGatewayFacebookChannelDetails {
|
|
20083
|
-
readonly 'discriminator': 'marketing_gateway_facebook_channel_details';
|
|
20084
|
-
readonly 'catalog_id': number;
|
|
20085
|
-
readonly 'catalog_name'?: string;
|
|
20086
|
-
readonly 'business_name'?: string;
|
|
20087
|
-
readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
20088
|
-
readonly 'localized_feed_count'?: number;
|
|
20089
|
-
readonly 'connected_at'?: string;
|
|
20090
|
-
readonly 'token_summary'?: io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
20091
|
-
}
|
|
20092
|
-
|
|
20093
|
-
interface MarketingGatewayFacebookConnection {
|
|
20094
|
-
readonly 'organization_id': string;
|
|
20095
|
-
readonly 'businesses': io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary[];
|
|
20096
|
-
}
|
|
20097
|
-
|
|
20098
|
-
interface MarketingGatewayFacebookConnectionAccessTokenSummary {
|
|
20099
|
-
readonly 'catalog_id'?: number;
|
|
20100
|
-
readonly 'created_at'?: number;
|
|
20101
|
-
readonly 'expires_at'?: number;
|
|
20102
|
-
readonly 'user_id': string;
|
|
20103
|
-
readonly 'user_email'?: string;
|
|
20104
|
-
readonly 'token_status': io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
20105
|
-
}
|
|
20106
|
-
|
|
20107
|
-
interface MarketingGatewayFacebookConnectionDeauth {
|
|
20108
|
-
readonly 'user_id': number;
|
|
20109
|
-
}
|
|
20110
|
-
|
|
20111
|
-
interface MarketingGatewayFacebookConnectionForm {
|
|
20112
|
-
readonly 'access_token': string;
|
|
20113
|
-
}
|
|
20114
|
-
|
|
20115
|
-
interface MarketingGatewayFacebookSourceSummary {
|
|
20116
|
-
readonly 'discriminator': 'marketing_gateway_facebook_source_summary';
|
|
20117
|
-
readonly 'catalog_id': number;
|
|
20118
|
-
readonly 'catalog_name': string;
|
|
20119
|
-
readonly 'business_name': string;
|
|
20120
|
-
readonly 'country': string;
|
|
20121
|
-
readonly 'product_count': number;
|
|
20122
|
-
}
|
|
20123
|
-
|
|
20124
|
-
interface MarketingGatewayFeed {
|
|
20125
|
-
readonly 'id': string;
|
|
20126
|
-
readonly 'organization': io.flow.common.v0.models.OrganizationSummary;
|
|
20127
|
-
readonly 'experience'?: io.flow.common.v0.models.ExperienceSummary;
|
|
20128
|
-
readonly 'schema': io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
20129
|
-
readonly 'filter': io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
20130
|
-
readonly 'country': string;
|
|
20131
|
-
readonly 'currency': string;
|
|
20132
|
-
readonly 'language': string;
|
|
20133
|
-
readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
20134
|
-
readonly 'feed_state': io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
20135
|
-
readonly 'tsv_download_url': string;
|
|
20136
|
-
readonly 'tsv_channel_download_url'?: string;
|
|
20137
|
-
readonly 'created_at': string;
|
|
20138
|
-
readonly 'updated_at'?: string;
|
|
20139
|
-
readonly 'item_count'?: number;
|
|
20140
|
-
readonly 'platform_feed_id'?: string;
|
|
20141
|
-
}
|
|
20142
|
-
|
|
20143
|
-
interface MarketingGatewayFeedExportForm {
|
|
20144
|
-
readonly 'feed_ids': string[];
|
|
20145
|
-
readonly 'emails': string[];
|
|
20146
|
-
}
|
|
20147
|
-
|
|
20148
|
-
interface MarketingGatewayFeedForm {
|
|
20149
|
-
readonly 'schema_id': string;
|
|
20150
|
-
readonly 'filter_id': string;
|
|
20151
|
-
readonly 'country': string;
|
|
20152
|
-
readonly 'currency': string;
|
|
20153
|
-
readonly 'language': string;
|
|
20154
|
-
readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
20155
|
-
readonly 'distribution_channel'?: io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
20156
|
-
}
|
|
20157
|
-
|
|
20158
|
-
interface MarketingGatewayFeedFormRequest {
|
|
20159
|
-
readonly 'feed_source': io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
20160
|
-
readonly 'channel_id'?: string;
|
|
20161
|
-
readonly 'schema_compatibility'?: io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
20162
|
-
}
|
|
20163
|
-
|
|
20164
|
-
interface MarketingGatewayFeedSourceFacebook {
|
|
20165
|
-
readonly 'discriminator': 'marketing_gateway_feed_source_facebook';
|
|
20166
|
-
readonly 'catalog_id': number;
|
|
20167
|
-
readonly 'feed_id': number;
|
|
20168
|
-
readonly 'name': string;
|
|
20169
|
-
readonly 'country': string;
|
|
20170
|
-
readonly 'currency': string;
|
|
20171
|
-
readonly 'language': string;
|
|
20172
|
-
readonly 'item_count'?: number;
|
|
20173
|
-
readonly 'last_uploaded_at'?: string;
|
|
20174
|
-
readonly 'feed_status'?: io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
20175
|
-
}
|
|
20176
|
-
|
|
20177
|
-
interface MarketingGatewayFeedSourceGoogle {
|
|
20178
|
-
readonly 'discriminator': 'marketing_gateway_feed_source_google';
|
|
20179
|
-
readonly 'account_id': number;
|
|
20180
|
-
readonly 'name': string;
|
|
20181
|
-
readonly 'country': string;
|
|
20182
|
-
readonly 'currency': string;
|
|
20183
|
-
readonly 'language': string;
|
|
20184
|
-
readonly 'item_count'?: number;
|
|
20185
|
-
readonly 'last_uploaded_at'?: string;
|
|
20186
|
-
}
|
|
20187
|
-
|
|
20188
|
-
interface MarketingGatewayFilterSummary {
|
|
20189
|
-
readonly 'id': string;
|
|
20190
|
-
readonly 'name': string;
|
|
20191
|
-
}
|
|
20192
|
-
|
|
20193
|
-
interface MarketingGatewayFlowSourceSummary {
|
|
20194
|
-
readonly 'discriminator': 'marketing_gateway_flow_source_summary';
|
|
20195
|
-
readonly 'item_count': number;
|
|
20196
|
-
}
|
|
20197
|
-
|
|
20198
|
-
interface MarketingGatewayGoogleAccountForm {
|
|
20199
|
-
readonly 'account_id': number;
|
|
20200
|
-
}
|
|
20201
|
-
|
|
20202
|
-
interface MarketingGatewayGoogleAccountSummary {
|
|
20203
|
-
readonly 'account_id': number;
|
|
20204
|
-
readonly 'id'?: string;
|
|
20205
|
-
readonly 'name': string;
|
|
20206
|
-
readonly 'website_url': string;
|
|
20207
|
-
readonly 'domestic_feeds_count': number;
|
|
20208
|
-
}
|
|
20209
|
-
|
|
20210
|
-
interface MarketingGatewayGoogleChannelDetails {
|
|
20211
|
-
readonly 'discriminator': 'marketing_gateway_google_channel_details';
|
|
20212
|
-
readonly 'account_id': number;
|
|
20213
|
-
readonly 'account_name'?: string;
|
|
20214
|
-
readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
20215
|
-
readonly 'localized_feed_count'?: number;
|
|
20216
|
-
readonly 'connected_at'?: string;
|
|
20217
|
-
}
|
|
20218
|
-
|
|
20219
|
-
interface MarketingGatewayGoogleConnection {
|
|
20220
|
-
readonly 'status': io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
20221
|
-
readonly 'accounts'?: io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary[];
|
|
20222
|
-
}
|
|
20223
|
-
|
|
20224
|
-
interface MarketingGatewayGoogleConnectionForm {
|
|
20225
|
-
readonly 'access_token': string;
|
|
20226
|
-
readonly 'refresh_token': string;
|
|
20227
|
-
}
|
|
20228
|
-
|
|
20229
|
-
interface MarketingGatewayGoogleItem {
|
|
20230
|
-
readonly 'discriminator': 'marketing_gateway_google_item';
|
|
20231
|
-
readonly 'id': string;
|
|
20232
|
-
readonly 'title'?: string;
|
|
20233
|
-
readonly 'image_link'?: string;
|
|
20234
|
-
readonly 'brand'?: string;
|
|
20235
|
-
readonly 'google_product_category'?: string;
|
|
20236
|
-
readonly 'link'?: string;
|
|
20237
|
-
readonly 'price'?: string;
|
|
20238
|
-
readonly 'sale_price'?: string;
|
|
20239
|
-
readonly 'shipping_price'?: string;
|
|
20240
|
-
}
|
|
20241
|
-
|
|
20242
|
-
interface MarketingGatewayGoogleSourceSummary {
|
|
20243
|
-
readonly 'discriminator': 'marketing_gateway_google_source_summary';
|
|
20244
|
-
readonly 'account_id': number;
|
|
20245
|
-
readonly 'countries': string[];
|
|
20246
|
-
readonly 'product_count': number;
|
|
20247
|
-
}
|
|
20248
|
-
|
|
20249
|
-
interface MarketingGatewayLocalizedItem {
|
|
20250
|
-
readonly 'source': io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
20251
|
-
readonly 'localized': io.flow.internal.v0.unions.MarketingGatewayItem;
|
|
20252
|
-
}
|
|
20253
|
-
|
|
20254
|
-
interface MarketingGatewayNewChannelRequestForm {
|
|
20255
|
-
readonly 'requested_by_user_id': string;
|
|
20256
|
-
readonly 'channel_name': string;
|
|
20257
|
-
}
|
|
20258
|
-
|
|
20259
|
-
interface MarketingGatewayProductDatasourceSummary {
|
|
20260
|
-
readonly 'name': string;
|
|
20261
|
-
readonly 'country'?: string;
|
|
20262
|
-
readonly 'product_count'?: number;
|
|
20263
|
-
}
|
|
20264
|
-
|
|
20265
|
-
interface MarketingGatewaySchemaSummary {
|
|
20266
|
-
readonly 'id': string;
|
|
20267
|
-
readonly 'name': string;
|
|
20268
|
-
readonly 'schema_compatibility': io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
20269
|
-
}
|
|
20270
|
-
|
|
20271
|
-
interface MarketingGatewaySupportedChannelDetails {
|
|
20272
|
-
readonly 'discriminator': 'marketing_gateway_supported_channel_details';
|
|
20273
|
-
readonly 'datasources'?: io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary[];
|
|
20274
|
-
readonly 'localized_feed_count'?: number;
|
|
20275
|
-
readonly 'connected_at'?: string;
|
|
20276
|
-
}
|
|
20277
|
-
|
|
20278
20116
|
interface MarketsOrder {
|
|
20279
20117
|
readonly 'shopify_order': io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
20280
20118
|
readonly 'flow_authorization'?: io.flow.payment.v0.unions.Authorization;
|
|
@@ -20467,6 +20305,20 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20467
20305
|
readonly 'account': io.flow.internal.v0.models.ReportAccount;
|
|
20468
20306
|
}
|
|
20469
20307
|
|
|
20308
|
+
interface NonL4LTaxDutyFxTransaction {
|
|
20309
|
+
readonly 'discriminator': 'non_l4l_tax_duty_fx_transaction';
|
|
20310
|
+
readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
20311
|
+
readonly 'fx': io.flow.internal.v0.models.Fee;
|
|
20312
|
+
readonly 'id': string;
|
|
20313
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
20314
|
+
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
20315
|
+
readonly 'posted_at'?: string;
|
|
20316
|
+
readonly 'value': io.flow.common.v0.models.Price;
|
|
20317
|
+
readonly 'description': string;
|
|
20318
|
+
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
20319
|
+
readonly 'created_at': string;
|
|
20320
|
+
}
|
|
20321
|
+
|
|
20470
20322
|
interface Notification {
|
|
20471
20323
|
readonly 'order': io.flow.internal.v0.models.Decision;
|
|
20472
20324
|
}
|
|
@@ -21697,6 +21549,17 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21697
21549
|
readonly 'merchant': io.flow.internal.v0.unions.ProcessorMerchant;
|
|
21698
21550
|
}
|
|
21699
21551
|
|
|
21552
|
+
interface PaymentShortUrl {
|
|
21553
|
+
readonly 'id': string;
|
|
21554
|
+
readonly 'key': string;
|
|
21555
|
+
readonly 'original_url': string;
|
|
21556
|
+
readonly 'organization_id': string;
|
|
21557
|
+
readonly 'discriminator': io.flow.internal.v0.enums.PaymentShortUrlDiscriminator;
|
|
21558
|
+
readonly 'created_at': string;
|
|
21559
|
+
readonly 'updated_at': string;
|
|
21560
|
+
readonly 'expires_at': string;
|
|
21561
|
+
}
|
|
21562
|
+
|
|
21700
21563
|
interface PaymentSummary {
|
|
21701
21564
|
readonly 'psp': number;
|
|
21702
21565
|
readonly 'credit': number;
|
|
@@ -23352,6 +23215,42 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23352
23215
|
readonly 'product_id': string;
|
|
23353
23216
|
}
|
|
23354
23217
|
|
|
23218
|
+
interface RestrictionRuleDeleted {
|
|
23219
|
+
readonly 'discriminator': 'restriction_rule_deleted';
|
|
23220
|
+
readonly 'event_id': string;
|
|
23221
|
+
readonly 'timestamp': string;
|
|
23222
|
+
readonly 'id': string;
|
|
23223
|
+
}
|
|
23224
|
+
|
|
23225
|
+
interface RestrictionRuleEffect {
|
|
23226
|
+
readonly 'id': string;
|
|
23227
|
+
readonly 'rule_id': string;
|
|
23228
|
+
readonly 'effect': io.flow.sellability.v0.enums.RuleEffectType;
|
|
23229
|
+
readonly 'regions': string[];
|
|
23230
|
+
readonly 'description'?: string;
|
|
23231
|
+
}
|
|
23232
|
+
|
|
23233
|
+
interface RestrictionRuleEffectDeleted {
|
|
23234
|
+
readonly 'discriminator': 'restriction_rule_effect_deleted';
|
|
23235
|
+
readonly 'event_id': string;
|
|
23236
|
+
readonly 'timestamp': string;
|
|
23237
|
+
readonly 'id': string;
|
|
23238
|
+
}
|
|
23239
|
+
|
|
23240
|
+
interface RestrictionRuleEffectForm {
|
|
23241
|
+
readonly 'rule_id': string;
|
|
23242
|
+
readonly 'effect': io.flow.sellability.v0.enums.RuleEffectType;
|
|
23243
|
+
readonly 'regions': string[];
|
|
23244
|
+
readonly 'description'?: string;
|
|
23245
|
+
}
|
|
23246
|
+
|
|
23247
|
+
interface RestrictionRuleEffectUpserted {
|
|
23248
|
+
readonly 'discriminator': 'restriction_rule_effect_upserted';
|
|
23249
|
+
readonly 'event_id': string;
|
|
23250
|
+
readonly 'timestamp': string;
|
|
23251
|
+
readonly 'restriction_rule_effect': io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
23252
|
+
}
|
|
23253
|
+
|
|
23355
23254
|
interface RestrictionRuleForm {
|
|
23356
23255
|
readonly 'name': string;
|
|
23357
23256
|
readonly 'description': string;
|
|
@@ -23382,6 +23281,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23382
23281
|
readonly 'description': string;
|
|
23383
23282
|
}
|
|
23384
23283
|
|
|
23284
|
+
interface RestrictionRuleUpserted {
|
|
23285
|
+
readonly 'discriminator': 'restriction_rule_upserted';
|
|
23286
|
+
readonly 'event_id': string;
|
|
23287
|
+
readonly 'timestamp': string;
|
|
23288
|
+
readonly 'restriction_rule': io.flow.internal.v0.models.RestrictionRule;
|
|
23289
|
+
}
|
|
23290
|
+
|
|
23385
23291
|
interface RestrictionStatusMetadata {
|
|
23386
23292
|
readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
|
|
23387
23293
|
readonly 'count': number;
|
|
@@ -23858,6 +23764,69 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23858
23764
|
readonly 'data': io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
23859
23765
|
}
|
|
23860
23766
|
|
|
23767
|
+
interface ShopifyInventoryItemCreateDeleted {
|
|
23768
|
+
readonly 'discriminator': 'shopify_inventory_item_create_deleted';
|
|
23769
|
+
readonly 'event_id': string;
|
|
23770
|
+
readonly 'timestamp': string;
|
|
23771
|
+
readonly 'organization': string;
|
|
23772
|
+
readonly 'id': string;
|
|
23773
|
+
}
|
|
23774
|
+
|
|
23775
|
+
interface ShopifyInventoryItemCreateUpserted {
|
|
23776
|
+
readonly 'discriminator': 'shopify_inventory_item_create_upserted';
|
|
23777
|
+
readonly 'event_id': string;
|
|
23778
|
+
readonly 'timestamp': string;
|
|
23779
|
+
readonly 'organization': string;
|
|
23780
|
+
readonly 'shopify_inventory_item_create': io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent;
|
|
23781
|
+
}
|
|
23782
|
+
|
|
23783
|
+
interface ShopifyInventoryItemCreateWebhookEvent {
|
|
23784
|
+
readonly 'id': string;
|
|
23785
|
+
readonly 'inventory_item': io.flow.shopify.markets.v0.models.ShopifyInventoryItem;
|
|
23786
|
+
}
|
|
23787
|
+
|
|
23788
|
+
interface ShopifyInventoryItemDeleteDeleted {
|
|
23789
|
+
readonly 'discriminator': 'shopify_inventory_item_delete_deleted';
|
|
23790
|
+
readonly 'event_id': string;
|
|
23791
|
+
readonly 'timestamp': string;
|
|
23792
|
+
readonly 'organization': string;
|
|
23793
|
+
readonly 'id': string;
|
|
23794
|
+
}
|
|
23795
|
+
|
|
23796
|
+
interface ShopifyInventoryItemDeleteUpserted {
|
|
23797
|
+
readonly 'discriminator': 'shopify_inventory_item_delete_upserted';
|
|
23798
|
+
readonly 'event_id': string;
|
|
23799
|
+
readonly 'timestamp': string;
|
|
23800
|
+
readonly 'organization': string;
|
|
23801
|
+
readonly 'shopify_inventory_item_delete': io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent;
|
|
23802
|
+
}
|
|
23803
|
+
|
|
23804
|
+
interface ShopifyInventoryItemDeleteWebhookEvent {
|
|
23805
|
+
readonly 'id': string;
|
|
23806
|
+
readonly 'inventory_item_delete': io.flow.shopify.external.v0.models.ShopifyInventoryItemDelete;
|
|
23807
|
+
}
|
|
23808
|
+
|
|
23809
|
+
interface ShopifyInventoryItemUpdateDeleted {
|
|
23810
|
+
readonly 'discriminator': 'shopify_inventory_item_update_deleted';
|
|
23811
|
+
readonly 'event_id': string;
|
|
23812
|
+
readonly 'timestamp': string;
|
|
23813
|
+
readonly 'organization': string;
|
|
23814
|
+
readonly 'id': string;
|
|
23815
|
+
}
|
|
23816
|
+
|
|
23817
|
+
interface ShopifyInventoryItemUpdateUpserted {
|
|
23818
|
+
readonly 'discriminator': 'shopify_inventory_item_update_upserted';
|
|
23819
|
+
readonly 'event_id': string;
|
|
23820
|
+
readonly 'timestamp': string;
|
|
23821
|
+
readonly 'organization': string;
|
|
23822
|
+
readonly 'shopify_inventory_item_update': io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent;
|
|
23823
|
+
}
|
|
23824
|
+
|
|
23825
|
+
interface ShopifyInventoryItemUpdateWebhookEvent {
|
|
23826
|
+
readonly 'id': string;
|
|
23827
|
+
readonly 'inventory_item': io.flow.shopify.markets.v0.models.ShopifyInventoryItem;
|
|
23828
|
+
}
|
|
23829
|
+
|
|
23861
23830
|
interface ShopifyMarketsBestSellingProduct {
|
|
23862
23831
|
readonly 'id': string;
|
|
23863
23832
|
}
|
|
@@ -24262,6 +24231,71 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24262
24231
|
readonly 'shopify_product_bundle': io.flow.internal.v0.models.ShopifyProductBundle;
|
|
24263
24232
|
}
|
|
24264
24233
|
|
|
24234
|
+
interface ShopifyProductCreateDeleted {
|
|
24235
|
+
readonly 'discriminator': 'shopify_product_create_deleted';
|
|
24236
|
+
readonly 'event_id': string;
|
|
24237
|
+
readonly 'timestamp': string;
|
|
24238
|
+
readonly 'organization': string;
|
|
24239
|
+
readonly 'id': string;
|
|
24240
|
+
}
|
|
24241
|
+
|
|
24242
|
+
interface ShopifyProductCreateUpserted {
|
|
24243
|
+
readonly 'discriminator': 'shopify_product_create_upserted';
|
|
24244
|
+
readonly 'event_id': string;
|
|
24245
|
+
readonly 'timestamp': string;
|
|
24246
|
+
readonly 'organization': string;
|
|
24247
|
+
readonly 'shopify_product_create': io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent;
|
|
24248
|
+
}
|
|
24249
|
+
|
|
24250
|
+
interface ShopifyProductCreateWebhookEvent {
|
|
24251
|
+
readonly 'id': string;
|
|
24252
|
+
readonly 'product': io.flow.shopify.external.v0.models.Product;
|
|
24253
|
+
}
|
|
24254
|
+
|
|
24255
|
+
interface ShopifyProductDeleteDeleted {
|
|
24256
|
+
readonly 'discriminator': 'shopify_product_delete_deleted';
|
|
24257
|
+
readonly 'event_id': string;
|
|
24258
|
+
readonly 'timestamp': string;
|
|
24259
|
+
readonly 'organization': string;
|
|
24260
|
+
readonly 'id': string;
|
|
24261
|
+
}
|
|
24262
|
+
|
|
24263
|
+
interface ShopifyProductDeleteUpserted {
|
|
24264
|
+
readonly 'discriminator': 'shopify_product_delete_upserted';
|
|
24265
|
+
readonly 'event_id': string;
|
|
24266
|
+
readonly 'timestamp': string;
|
|
24267
|
+
readonly 'organization': string;
|
|
24268
|
+
readonly 'shopify_product_delete': io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent;
|
|
24269
|
+
}
|
|
24270
|
+
|
|
24271
|
+
interface ShopifyProductDeleteWebhookEvent {
|
|
24272
|
+
readonly 'id': string;
|
|
24273
|
+
readonly 'product_delete': io.flow.shopify.external.v0.models.ProductDelete;
|
|
24274
|
+
}
|
|
24275
|
+
|
|
24276
|
+
interface ShopifyProductUpdateDeleted {
|
|
24277
|
+
readonly 'discriminator': 'shopify_product_update_deleted';
|
|
24278
|
+
readonly 'event_id': string;
|
|
24279
|
+
readonly 'timestamp': string;
|
|
24280
|
+
readonly 'organization': string;
|
|
24281
|
+
readonly 'id': string;
|
|
24282
|
+
}
|
|
24283
|
+
|
|
24284
|
+
interface ShopifyProductUpdateUpserted {
|
|
24285
|
+
readonly 'discriminator': 'shopify_product_update_upserted';
|
|
24286
|
+
readonly 'event_id': string;
|
|
24287
|
+
readonly 'timestamp': string;
|
|
24288
|
+
readonly 'organization': string;
|
|
24289
|
+
readonly 'shopify_product_update': io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
24290
|
+
}
|
|
24291
|
+
|
|
24292
|
+
interface ShopifyProductUpdateWebhookEvent {
|
|
24293
|
+
readonly 'id': string;
|
|
24294
|
+
readonly 'product': io.flow.shopify.external.v0.models.Product;
|
|
24295
|
+
readonly 'domain': string;
|
|
24296
|
+
readonly 'api_version': string;
|
|
24297
|
+
}
|
|
24298
|
+
|
|
24265
24299
|
interface ShopifyProductWrapper {
|
|
24266
24300
|
readonly 'shopify_product': io.flow.shopify.external.v0.models.Product;
|
|
24267
24301
|
readonly 'deleted_at'?: string;
|
|
@@ -24384,6 +24418,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24384
24418
|
readonly 'shop_id': string;
|
|
24385
24419
|
}
|
|
24386
24420
|
|
|
24421
|
+
interface ShopifyStripeEvent {
|
|
24422
|
+
readonly 'id': string;
|
|
24423
|
+
readonly 'request'?: any/*object*/;
|
|
24424
|
+
}
|
|
24425
|
+
|
|
24387
24426
|
interface ShopifyWebhook {
|
|
24388
24427
|
readonly 'id': string;
|
|
24389
24428
|
readonly 'shop_id': string;
|
|
@@ -24934,14 +24973,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24934
24973
|
readonly 'duties': Record<string, io.flow.internal.v0.models.Duties>;
|
|
24935
24974
|
}
|
|
24936
24975
|
|
|
24937
|
-
interface TariffCodesExport {
|
|
24938
|
-
readonly 'discriminator': 'tariff_codes_export';
|
|
24939
|
-
readonly 'event_id': string;
|
|
24940
|
-
readonly 'timestamp': string;
|
|
24941
|
-
readonly 'organization': string;
|
|
24942
|
-
readonly 'export_id': string;
|
|
24943
|
-
}
|
|
24944
|
-
|
|
24945
24976
|
interface TariffEligibility {
|
|
24946
24977
|
readonly 'id': string;
|
|
24947
24978
|
readonly 'data': io.flow.internal.v0.unions.TariffEligibilityData;
|
|
@@ -25040,6 +25071,40 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25040
25071
|
readonly 'category_code'?: string;
|
|
25041
25072
|
}
|
|
25042
25073
|
|
|
25074
|
+
interface TaxDutyDeltaMetadataActual {
|
|
25075
|
+
readonly 'processing': io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
25076
|
+
}
|
|
25077
|
+
|
|
25078
|
+
interface TaxDutyDeltaMetadataActualProcessing {
|
|
25079
|
+
readonly 'capture': io.flow.common.v0.models.Money;
|
|
25080
|
+
readonly 'fees': io.flow.common.v0.models.Money;
|
|
25081
|
+
readonly 'transfer': io.flow.common.v0.models.Money;
|
|
25082
|
+
readonly 'total': io.flow.common.v0.models.Money;
|
|
25083
|
+
}
|
|
25084
|
+
|
|
25085
|
+
interface TaxDutyDeltaMetadataExpected {
|
|
25086
|
+
readonly 'processing': io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
25087
|
+
}
|
|
25088
|
+
|
|
25089
|
+
interface TaxDutyDeltaMetadataExpectedProcessing {
|
|
25090
|
+
readonly 'tax': io.flow.common.v0.models.Money;
|
|
25091
|
+
readonly 'duty': io.flow.common.v0.models.Money;
|
|
25092
|
+
readonly 'total': io.flow.common.v0.models.Money;
|
|
25093
|
+
}
|
|
25094
|
+
|
|
25095
|
+
interface TaxDutyDeltaTransaction {
|
|
25096
|
+
readonly 'discriminator': 'tax_duty_delta_transaction';
|
|
25097
|
+
readonly 'order': io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
25098
|
+
readonly 'id': string;
|
|
25099
|
+
readonly 'type': io.flow.internal.v0.enums.BillingTransactionType;
|
|
25100
|
+
readonly 'status': io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
25101
|
+
readonly 'posted_at'?: string;
|
|
25102
|
+
readonly 'value': io.flow.common.v0.models.Price;
|
|
25103
|
+
readonly 'description': string;
|
|
25104
|
+
readonly 'statement'?: io.flow.internal.v0.models.BillingStatementReference;
|
|
25105
|
+
readonly 'created_at': string;
|
|
25106
|
+
}
|
|
25107
|
+
|
|
25043
25108
|
interface TaxRemittanceTransaction {
|
|
25044
25109
|
readonly 'discriminator': 'tax_remittance_transaction';
|
|
25045
25110
|
readonly 'order': io.flow.internal.v0.models.BillingOrderSummary;
|
|
@@ -25788,7 +25853,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25788
25853
|
type DiscountRequestOfferForm = (io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm);
|
|
25789
25854
|
type DisputeDetails = (io.flow.internal.v0.models.DisputeDetailsAdyen | io.flow.internal.v0.models.DisputeDetailsPaypal | io.flow.internal.v0.models.DisputeDetailsStripe);
|
|
25790
25855
|
type DutyExpression = (io.flow.internal.v0.models.DutyCompoundExpression | io.flow.internal.v0.models.DutySimpleExpression);
|
|
25791
|
-
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.AldoItemUpserted | io.flow.internal.v0.models.AldoItemDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.TariffCodesExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationItemClassificationUpserted | io.flow.internal.v0.models.HarmonizationItemClassificationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LocalizedItemUpsertedV2 | io.flow.internal.v0.models.LocalizedItemDeleted | io.flow.internal.v0.models.LocalizedItemDeletedV2 | io.flow.internal.v0.models.LocalizedItemSnapshot | io.flow.internal.v0.models.LocalizedPriceBookItemUpserted | io.flow.internal.v0.models.LocalizedPriceBookItemDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.FeedUpserted | io.flow.internal.v0.models.FeedDeleted | io.flow.internal.v0.models.FeedsExport | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25856
|
+
type Event = (io.flow.internal.v0.models.AdjustedEstimatesUpserted | io.flow.internal.v0.models.AdjustedEstimatesDeleted | io.flow.internal.v0.models.FinalEstimateUpserted | io.flow.internal.v0.models.FinalEstimateDeleted | io.flow.internal.v0.models.AdyenAuthorizationDeleted | io.flow.internal.v0.models.AdyenAuthorizationUpserted | io.flow.internal.v0.models.AdyenCancelDeleted | io.flow.internal.v0.models.AdyenCancelUpserted | io.flow.internal.v0.models.AdyenCaptureDeleted | io.flow.internal.v0.models.AdyenCaptureUpserted | io.flow.internal.v0.models.AdyenRefundDeleted | io.flow.internal.v0.models.AdyenRefundUpserted | io.flow.internal.v0.models.AdyenDisputeUpserted | io.flow.internal.v0.models.AdyenDisputeDeleted | io.flow.internal.v0.models.FulfillmentUpserted | io.flow.internal.v0.models.FulfillmentDeleted | io.flow.internal.v0.models.MerchantUpserted | io.flow.internal.v0.models.MerchantDeleted | io.flow.internal.v0.models.AccountUpserted | io.flow.internal.v0.models.AccountUpsertedV2 | io.flow.internal.v0.models.AccountDeletedV2 | io.flow.internal.v0.models.AccountContactUpserted | io.flow.internal.v0.models.AccountContactDeleted | io.flow.internal.v0.models.BillingStatementUpserted | io.flow.internal.v0.models.BillingStatementDeleted | io.flow.internal.v0.models.TaxRemittanceTransactionUpserted | io.flow.internal.v0.models.TaxRemittanceTransactionDeleted | io.flow.internal.v0.models.ChannelAccountUpsertedV2 | io.flow.internal.v0.models.ChannelAccountDeleted | io.flow.internal.v0.models.OrganizationAccountUpsertedV2 | io.flow.internal.v0.models.OrganizationAccountDeleted | io.flow.internal.v0.models.AccountTransactionsExportRequest | io.flow.internal.v0.models.AccountOrdersExportRequest | io.flow.internal.v0.models.MainTransactionUpserted | io.flow.internal.v0.models.MainTransactionDeleted | io.flow.internal.v0.models.MainTransactionUpsertedV2 | io.flow.internal.v0.models.MainTransactionDeletedV2 | io.flow.internal.v0.models.TransferTransactionUpserted | io.flow.internal.v0.models.TransferTransactionDeleted | io.flow.internal.v0.models.TransferTransactionUpsertedV2 | io.flow.internal.v0.models.TransferTransactionDeletedV2 | io.flow.internal.v0.models.ProcessingTransactionUpserted | io.flow.internal.v0.models.ProcessingTransactionDeleted | io.flow.internal.v0.models.BankPaymentUpserted | io.flow.internal.v0.models.BankPaymentUpsertedV2 | io.flow.internal.v0.models.BankPaymentDeletedV2 | io.flow.internal.v0.models.ChannelTransactionUpserted | io.flow.internal.v0.models.ChannelTransactionDeleted | io.flow.internal.v0.models.OrderTransactionUpserted | io.flow.internal.v0.models.OrderTransactionDeleted | io.flow.internal.v0.models.LabelTransactionUpserted | io.flow.internal.v0.models.LabelTransactionDeleted | io.flow.internal.v0.models.ChannelBilledTransactionUpserted | io.flow.internal.v0.models.ChannelBilledTransactionDeleted | io.flow.internal.v0.models.TaxTransactionUpserted | io.flow.internal.v0.models.TaxTransactionDeleted | io.flow.internal.v0.models.DutyTransactionUpserted | io.flow.internal.v0.models.DutyTransactionDeleted | io.flow.internal.v0.models.TransactionStatementUpserted | io.flow.internal.v0.models.TransactionStatementDeleted | io.flow.internal.v0.models.DailyValueUpserted | io.flow.internal.v0.models.DailyValueDeleted | io.flow.internal.v0.models.RevenueRecordUpserted | io.flow.internal.v0.models.RevenueRecordDeleted | io.flow.internal.v0.models.OtherRecordUpserted | io.flow.internal.v0.models.OtherRecordDeleted | io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted | io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted | io.flow.internal.v0.models.CarrierAccountUpsertedV2 | io.flow.internal.v0.models.CarrierAccountDeleted | io.flow.internal.v0.models.LabelGenerationSettingsUpserted | io.flow.internal.v0.models.LabelGenerationSettingsDeleted | io.flow.internal.v0.models.CatalogImportRequest | io.flow.internal.v0.models.ExclusionRuleUpserted | io.flow.internal.v0.models.ExclusionRuleDeleted | io.flow.internal.v0.models.ExclusionRuleExportRequest | io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished | io.flow.internal.v0.models.ReturnPolicyUpserted | io.flow.internal.v0.models.ReturnPolicyDeleted | io.flow.internal.v0.models.ReturnPolicyItemResultUpserted | io.flow.internal.v0.models.ReturnPolicyItemResultDeleted | io.flow.internal.v0.models.CatalogSettingsUpserted | io.flow.internal.v0.models.CatalogSettingsDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceUpserted | io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted | io.flow.internal.v0.models.ChannelOrderAcceptanceFailed | io.flow.internal.v0.models.CheckoutConfigurationUpserted | io.flow.internal.v0.models.CheckoutConfigurationDeleted | io.flow.internal.v0.models.CommercialInvoiceInternalUpserted | io.flow.internal.v0.models.CommercialInvoiceInternalDeleted | io.flow.internal.v0.models.LocalizedContentUpserted | io.flow.internal.v0.models.LocalizationUpserted | io.flow.internal.v0.models.InternalChannelRateDeleted | io.flow.internal.v0.models.InternalChannelRateUpserted | io.flow.internal.v0.models.RateDeleted | io.flow.internal.v0.models.RateUpserted | io.flow.internal.v0.models.SpotRateDeleted | io.flow.internal.v0.models.SpotRateUpserted | io.flow.internal.v0.models.UsdSpotRateDeleted | io.flow.internal.v0.models.UsdSpotRateUpserted | io.flow.internal.v0.models.RateDeletedV2 | io.flow.internal.v0.models.RateUpsertedV2 | io.flow.internal.v0.models.OrganizationCurrencySettingUpserted | io.flow.internal.v0.models.OrganizationCurrencySettingDeleted | io.flow.internal.v0.models.ChannelCurrencySettingUpserted | io.flow.internal.v0.models.ChannelCurrencySettingDeleted | io.flow.internal.v0.models.CustomerPurgeUpserted | io.flow.internal.v0.models.CustomsDescriptionImport | io.flow.internal.v0.models.CustomsDescriptionTariffsImport | io.flow.internal.v0.models.DisputeUpserted | io.flow.internal.v0.models.DisputeDeleted | io.flow.internal.v0.models.DutyRatesPublishedV2 | io.flow.internal.v0.models.ItemSalesMarginDeleted | io.flow.internal.v0.models.ItemSalesMarginUpserted | io.flow.internal.v0.models.OrderAttributeDeleted | io.flow.internal.v0.models.OrderAttributeUpserted | io.flow.internal.v0.models.ExperienceExportRequest | io.flow.internal.v0.models.ExperienceImportRequest | io.flow.internal.v0.models.SubmittedOrderUpserted | io.flow.internal.v0.models.LevyRateSummaryUpserted | io.flow.internal.v0.models.ExportCompleted | io.flow.internal.v0.models.ExportFailed | io.flow.internal.v0.models.FeatureUpserted | io.flow.internal.v0.models.FeatureDeleted | io.flow.internal.v0.models.OrganizationBooleanValueUpserted | io.flow.internal.v0.models.OrganizationBooleanValueDeleted | io.flow.internal.v0.models.AccountSettingsUpserted | io.flow.internal.v0.models.AccountSettingsDeleted | io.flow.internal.v0.models.AccountProcessingRatesUpserted | io.flow.internal.v0.models.AccountProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesUpserted | io.flow.internal.v0.models.BillingOrganizationProcessingRatesDeleted | io.flow.internal.v0.models.BillingOrganizationSettingsUpserted | io.flow.internal.v0.models.BillingOrganizationSettingsDeleted | io.flow.internal.v0.models.StandaloneAttachmentUpserted | io.flow.internal.v0.models.StandaloneAttachmentDeleted | io.flow.internal.v0.models.PlatformFeeChangeUpserted | io.flow.internal.v0.models.PlatformFeeChangeDeleted | io.flow.internal.v0.models.OrganizationBankAccountUpserted | io.flow.internal.v0.models.OrganizationBankAccountDeleted | io.flow.internal.v0.models.BillingCsvTransactionUpserted | io.flow.internal.v0.models.BillingCsvTransactionDeleted | io.flow.internal.v0.models.LabelInvoiceRequestUpserted | io.flow.internal.v0.models.LabelInvoiceRequestDeleted | io.flow.internal.v0.models.CarrierChargeUpserted | io.flow.internal.v0.models.CarrierChargeDeleted | io.flow.internal.v0.models.BankPaymentOrderUpserted | io.flow.internal.v0.models.BankPaymentOrderDeleted | io.flow.internal.v0.models.FraudReviewUpserted | io.flow.internal.v0.models.FraudReviewDeleted | io.flow.internal.v0.models.FraudPendingReviewUpserted | io.flow.internal.v0.models.FraudPendingReviewDeleted | io.flow.internal.v0.models.FraudReviewDecisionUpserted | io.flow.internal.v0.models.FraudReviewDecisionDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted | io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted | io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted | io.flow.internal.v0.models.FraudProviderConfigurationUpserted | io.flow.internal.v0.models.FraudProviderConfigurationDeleted | io.flow.internal.v0.models.ManualReviewRuleUpserted | io.flow.internal.v0.models.ManualReviewRuleDeleted | io.flow.internal.v0.models.FtpFileUpserted | io.flow.internal.v0.models.FtpFileDeleted | io.flow.internal.v0.models.FtpFileToProcessUploaded | io.flow.internal.v0.models.CenterDefaultsUpserted | io.flow.internal.v0.models.CenterDefaultsDeleted | io.flow.internal.v0.models.FulfillmentFallbacksUpserted | io.flow.internal.v0.models.FulfillmentFallbacksDeleted | io.flow.internal.v0.models.PregeneratedRequestEvent | io.flow.internal.v0.models.QuoteUpserted | io.flow.internal.v0.models.QuoteDeleted | io.flow.internal.v0.models.AllItemsExport | io.flow.internal.v0.models.HarmonizedItemsHs6Export | io.flow.internal.v0.models.UnharmonizedItemsExport | io.flow.internal.v0.models.DutiedItemsExport | io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport | io.flow.internal.v0.models.HarmonizationCodesImport | io.flow.internal.v0.models.ItemClassificationCreated | io.flow.internal.v0.models.HarmonizeFullyRequestV2 | io.flow.internal.v0.models.ImportCompleted | io.flow.internal.v0.models.ImportFailed | io.flow.internal.v0.models.TimeToClassifyUpserted | io.flow.internal.v0.models.TimeToClassifyDeleted | io.flow.internal.v0.models.TimeToClassifyAggregatedUpserted | io.flow.internal.v0.models.TimeToClassifyAggregatedDeleted | io.flow.internal.v0.models.RateSourceSummaryUpserted | io.flow.internal.v0.models.RateSourceSummaryDeleted | io.flow.internal.v0.models.RateFreshnessSummaryUpserted | io.flow.internal.v0.models.RateFreshnessSummaryDeleted | io.flow.internal.v0.models.ItemHarmonizationUpserted | io.flow.internal.v0.models.ItemHarmonizationDeleted | io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished | io.flow.internal.v0.models.IssuerUpserted | io.flow.internal.v0.models.IssuerDeleted | io.flow.internal.v0.models.ItemFormImportRequest | io.flow.internal.v0.models.LabelRequestErrorUpserted | io.flow.internal.v0.models.LabelRequestErrorDeleted | io.flow.internal.v0.models.OrderValidationFailureUpserted | io.flow.internal.v0.models.OrderValidationFailureDeleted | io.flow.internal.v0.models.OrderValidationUpserted | io.flow.internal.v0.models.OrderValidationDeleted | io.flow.internal.v0.models.LabelTrackingSummaryUpserted | io.flow.internal.v0.models.LabelTrackingSummaryDeleted | io.flow.internal.v0.models.LogisticsCapabilitiesUpserted | io.flow.internal.v0.models.LogisticsCapabilitiesDeleted | io.flow.internal.v0.models.LocalizedItemPricesExportRequest | io.flow.internal.v0.models.OptinPromptUpserted | io.flow.internal.v0.models.OptinPromptDeleted | io.flow.internal.v0.models.OrderCombinedShipmentUpserted | io.flow.internal.v0.models.OrderCombinedShipmentDeleted | io.flow.internal.v0.models.OrderFulfillmentDeleted | io.flow.internal.v0.models.OrderFulfillmentUpserted | io.flow.internal.v0.models.OrderPlaced | io.flow.internal.v0.models.ReadyToFulfill | io.flow.internal.v0.models.FulfillmentCancel | io.flow.internal.v0.models.OrderShipped | io.flow.internal.v0.models.ItemsShipped | io.flow.internal.v0.models.OrganizationBusinessEntityDeleted | io.flow.internal.v0.models.OrganizationBusinessEntityUpserted | io.flow.internal.v0.models.OrganizationStatusChangeUpserted | io.flow.internal.v0.models.OrganizationStatusChangeDeleted | io.flow.internal.v0.models.OrganizationDeactivationUpserted | io.flow.internal.v0.models.OrganizationDeactivationDeleted | io.flow.internal.v0.models.MerchantGuidAssignmentUpserted | io.flow.internal.v0.models.MerchantGuidAssignmentDeleted | io.flow.internal.v0.models.OrganizationMetadataUpserted | io.flow.internal.v0.models.OrganizationMetadataDeleted | io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted | io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted | io.flow.internal.v0.models.UnassignedMerchantGuidUpserted | io.flow.internal.v0.models.UnassignedMerchantGuidDeleted | io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted | io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted | io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted | io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted | io.flow.internal.v0.models.InternalAuthorizationUpserted | io.flow.internal.v0.models.InternalAuthorizationDeleted | io.flow.internal.v0.models.AfterpayAuthorizationUpserted | io.flow.internal.v0.models.AfterpayAuthorizationDeleted | io.flow.internal.v0.models.AfterpayCaptureUpserted | io.flow.internal.v0.models.AfterpayCaptureDeleted | io.flow.internal.v0.models.AfterpayRefundUpserted | io.flow.internal.v0.models.AfterpayRefundDeleted | io.flow.internal.v0.models.AdyenMerchantAccountUpserted | io.flow.internal.v0.models.AdyenMerchantAccountDeleted | io.flow.internal.v0.models.ChargebackUpserted | io.flow.internal.v0.models.ChargebackDeleted | io.flow.internal.v0.models.PaymentProcessorAccountUpserted | io.flow.internal.v0.models.PaymentProcessorAccountDeleted | io.flow.internal.v0.models.PaymentProcessorMerchantUpserted | io.flow.internal.v0.models.PaymentProcessorMerchantDeleted | io.flow.internal.v0.models.AuthorizationBundleUpserted | io.flow.internal.v0.models.AuthorizationBundleDeleted | io.flow.internal.v0.models.OrganizationPaymentSettingUpserted | io.flow.internal.v0.models.OrganizationPaymentSettingDeleted | io.flow.internal.v0.models.PaypalPaymentDeleted | io.flow.internal.v0.models.PaypalPaymentUpserted | io.flow.internal.v0.models.PaypalExecutionDeleted | io.flow.internal.v0.models.PaypalExecutionUpserted | io.flow.internal.v0.models.PaypalRefundDeleted | io.flow.internal.v0.models.PaypalRefundUpserted | io.flow.internal.v0.models.PaypalDisputeUpserted | io.flow.internal.v0.models.PaypalDisputeDeleted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted | io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted | io.flow.internal.v0.models.OrderRatesPublishedV3 | io.flow.internal.v0.models.RatecardDimensionEstimateUpserted | io.flow.internal.v0.models.RatecardDimensionEstimateDeleted | io.flow.internal.v0.models.RatecardLanesImportRequest | io.flow.internal.v0.models.RatecardStandardConfigurationUpserted | io.flow.internal.v0.models.RatecardStandardConfigurationDeleted | io.flow.internal.v0.models.RatecardServiceFeeUpserted | io.flow.internal.v0.models.RatecardServiceFeeDeleted | io.flow.internal.v0.models.RatecardLaneAggregateUpserted | io.flow.internal.v0.models.RatecardLaneAggregateDeleted | io.flow.internal.v0.models.RatecardRateLevelUpserted | io.flow.internal.v0.models.RatecardRateLevelDeleted | io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted | io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted | io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted | io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted | io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted | io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted | io.flow.internal.v0.models.OrganizationRestrictionStatusUpserted | io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted | io.flow.internal.v0.models.ScreeningStatusChangeUpserted | io.flow.internal.v0.models.ScreeningStatusChangeDeleted | io.flow.internal.v0.models.RestrictionsDailyopsUpserted | io.flow.internal.v0.models.RestrictionsDailyopsDeleted | io.flow.internal.v0.models.RestrictionRuleUpserted | io.flow.internal.v0.models.RestrictionRuleDeleted | io.flow.internal.v0.models.RestrictionRuleEffectUpserted | io.flow.internal.v0.models.RestrictionRuleEffectDeleted | io.flow.internal.v0.models.ShopifyShopUpserted | io.flow.internal.v0.models.ShopifyShopDeleted | io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted | io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted | io.flow.internal.v0.models.ShopifyMarketsOrderUpserted | io.flow.internal.v0.models.ShopifyMarketsOrderDeleted | io.flow.internal.v0.models.ShopifyMarketsShopUpserted | io.flow.internal.v0.models.ShopifyMarketsShopDeleted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted | io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsUpserted | io.flow.internal.v0.models.ShopifyMarketsShopStatisticsDeleted | io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted | io.flow.internal.v0.models.ShopifyMarketsMetricsDeleted | io.flow.internal.v0.models.ChannelOrderSummaryUpserted | io.flow.internal.v0.models.ChannelOrderSummaryDeleted | io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted | io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted | io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted | io.flow.internal.v0.models.ShopifyProductBundleUpserted | io.flow.internal.v0.models.ShopifyProductBundleDeleted | io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted | io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted | io.flow.internal.v0.models.ShopifyProductCreateUpserted | io.flow.internal.v0.models.ShopifyProductCreateDeleted | io.flow.internal.v0.models.ShopifyProductUpdateUpserted | io.flow.internal.v0.models.ShopifyProductUpdateDeleted | io.flow.internal.v0.models.ShopifyProductDeleteUpserted | io.flow.internal.v0.models.ShopifyProductDeleteDeleted | io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted | io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted | io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted | io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted | io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted | io.flow.internal.v0.models.StripeAuthorizationDeleted | io.flow.internal.v0.models.StripeAuthorizationUpserted | io.flow.internal.v0.models.StripeReversalDeleted | io.flow.internal.v0.models.StripeReversalUpserted | io.flow.internal.v0.models.StripeCaptureDeleted | io.flow.internal.v0.models.StripeCaptureUpserted | io.flow.internal.v0.models.StripeRefundDeleted | io.flow.internal.v0.models.StripeRefundUpserted | io.flow.internal.v0.models.StripeDisputeUpserted | io.flow.internal.v0.models.StripeDisputeDeleted | io.flow.internal.v0.models.LiabilityRemittancePlanUpserted | io.flow.internal.v0.models.LiabilityRemittancePlanDeleted | io.flow.internal.v0.models.TrackingProcessingErrorUpserted | io.flow.internal.v0.models.TrackingProcessingErrorDeleted | io.flow.internal.v0.models.TrackingLabelEventUpsertedV2 | io.flow.internal.v0.models.TrackingLabelEventDeletedV2 | io.flow.internal.v0.models.TrackingLabelUpserted | io.flow.internal.v0.models.TrackingLabelDeleted | io.flow.internal.v0.models.TrackingUpserted | io.flow.internal.v0.models.TrackingDeleted | io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted | io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted | io.flow.internal.v0.models.TrackingAssuranceJobUpserted | io.flow.internal.v0.models.TrackingAssuranceJobDeleted | io.flow.internal.v0.models.TrackingSubscriptionUpserted | io.flow.internal.v0.models.TrackingSubscriptionDeleted | io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted | io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted | io.flow.internal.v0.models.TrackingLabelDimensionsUpserted | io.flow.internal.v0.models.TrackingLabelDimensionsDeleted | io.flow.internal.v0.models.UserUpsertedV2 | io.flow.internal.v0.models.UserDeletedV2);
|
|
25792
25857
|
type ExplicitStatementForm = (io.flow.internal.v0.models.ExplicitStatementFormTransactionIds | io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions);
|
|
25793
25858
|
type ExportSchedule = (io.flow.internal.v0.models.ExportScheduleDaily | io.flow.internal.v0.models.ExportScheduleRepeated);
|
|
25794
25859
|
type FeatureDefaultValue = (io.flow.internal.v0.models.BooleanFeatureDefaultValue | io.flow.internal.v0.models.StringFeatureDefaultValue);
|
|
@@ -25810,11 +25875,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25810
25875
|
type InternalRefundForm = (io.flow.internal.v0.models.AdyenRefundForm);
|
|
25811
25876
|
type InternalTransactionDetails = (io.flow.internal.v0.models.InternalTransactionDetailsCard);
|
|
25812
25877
|
type LocalizableContent = (io.flow.internal.v0.models.LocalizableContentReference | io.flow.internal.v0.models.Localization);
|
|
25813
|
-
type MarketingGatewayChannelDetails = (io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails | io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails | io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails);
|
|
25814
|
-
type MarketingGatewayDistributionChannel = (io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle | io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook);
|
|
25815
|
-
type MarketingGatewayFeedSource = (io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle | io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook);
|
|
25816
|
-
type MarketingGatewayItem = (io.flow.internal.v0.models.MarketingGatewayGoogleItem);
|
|
25817
|
-
type MarketingGatewaySourceSummary = (io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary | io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary | io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary);
|
|
25818
25878
|
type OptinPromptDisplay = (io.flow.internal.v0.models.OptinPromptCheckoutDisplay);
|
|
25819
25879
|
type OrderActionForm = (io.flow.internal.v0.models.WholeOrderActionForm | io.flow.internal.v0.models.LineActionForm | io.flow.internal.v0.models.FulfillmentActionForm);
|
|
25820
25880
|
type OrderCancellationEvidence = (io.flow.internal.v0.models.OrderCancellationEvidenceManual | io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled | io.flow.internal.v0.models.OrderCancellationEvidenceReturnToSender);
|
|
@@ -25844,7 +25904,7 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
25844
25904
|
type TaskMetadata = (io.flow.internal.v0.models.StatementCreationMetadata | io.flow.internal.v0.models.AccountingPendingOrderMetadata);
|
|
25845
25905
|
type TaxAmount = (io.flow.internal.v0.models.CalculatedTaxAmount | io.flow.internal.v0.models.NoCalculatedTaxAmount);
|
|
25846
25906
|
type Tracker = (io.flow.internal.v0.models.GoogleAnalytics | io.flow.internal.v0.models.GoogleGlobalSiteTag | io.flow.internal.v0.models.GoogleTagManager | io.flow.internal.v0.models.FacebookPixel | io.flow.internal.v0.models.SnapchatPixel);
|
|
25847
|
-
type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction);
|
|
25907
|
+
type Transaction = (io.flow.internal.v0.models.InvoiceTransaction | io.flow.internal.v0.models.ManualTransaction | io.flow.internal.v0.models.ProcessingTransaction | io.flow.internal.v0.models.SubscriptionTransaction | io.flow.internal.v0.models.TaxRemittanceTransaction | io.flow.internal.v0.models.TransferTransaction | io.flow.internal.v0.models.VirtualCardTransaction | io.flow.internal.v0.models.DisputeTransaction | io.flow.internal.v0.models.ChannelTransaction | io.flow.internal.v0.models.LabelTransaction | io.flow.internal.v0.models.OrderTransaction | io.flow.internal.v0.models.ChannelBilledTransaction | io.flow.internal.v0.models.TaxTransaction | io.flow.internal.v0.models.DutyTransaction | io.flow.internal.v0.models.TrueupTransaction | io.flow.internal.v0.models.CarrierChargeTransaction | io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction | io.flow.internal.v0.models.GeRevenueShareTransaction | io.flow.internal.v0.models.TaxDutyDeltaTransaction);
|
|
25848
25908
|
type TransactionSummary = (io.flow.internal.v0.models.PaymentSummaryV2 | io.flow.internal.v0.models.FraudSummary);
|
|
25849
25909
|
type ValidationRule = (io.flow.internal.v0.models.ValidationCharacterLength);
|
|
25850
25910
|
}
|
|
@@ -25856,6 +25916,7 @@ export const addressConfigurationSettingProvinceCode: PropTypes.Requireable<io.f
|
|
|
25856
25916
|
export const adjustmentTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.AdjustmentTransactionType>;
|
|
25857
25917
|
export const adyenIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.AdyenIntegrationType>;
|
|
25858
25918
|
export const aldoItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AldoItemType>;
|
|
25919
|
+
export const anshItemType: PropTypes.Requireable<io.flow.internal.v0.enums.AnshItemType>;
|
|
25859
25920
|
export const anyDangerousGoods: PropTypes.Requireable<io.flow.internal.v0.enums.AnyDangerousGoods>;
|
|
25860
25921
|
export const apiCallReferenceId: PropTypes.Requireable<io.flow.internal.v0.enums.ApiCallReferenceId>;
|
|
25861
25922
|
export const autoRestrictRule: PropTypes.Requireable<io.flow.internal.v0.enums.AutoRestrictRule>;
|
|
@@ -25960,6 +26021,8 @@ export const keywordType: PropTypes.Requireable<io.flow.internal.v0.enums.Keywor
|
|
|
25960
26021
|
export const labelBillingStrategy: PropTypes.Requireable<io.flow.internal.v0.enums.LabelBillingStrategy>;
|
|
25961
26022
|
export const labelCancellationErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCancellationErrorCode>;
|
|
25962
26023
|
export const labelCreationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.LabelCreationStatus>;
|
|
26024
|
+
export const labelEventMedium: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventMedium>;
|
|
26025
|
+
export const labelEventSource: PropTypes.Requireable<io.flow.internal.v0.enums.LabelEventSource>;
|
|
25963
26026
|
export const labelRequestErrorHandlingResponsibility: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility>;
|
|
25964
26027
|
export const labelRequestResultOrganizationType: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestResultOrganizationType>;
|
|
25965
26028
|
export const labelRequestResultState: PropTypes.Requireable<io.flow.internal.v0.enums.LabelRequestResultState>;
|
|
@@ -25969,16 +26032,6 @@ export const logisticsCapability: PropTypes.Requireable<io.flow.internal.v0.enum
|
|
|
25969
26032
|
export const logisticsPayoutResolutionMethod: PropTypes.Requireable<io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod>;
|
|
25970
26033
|
export const manualReviewRuleStatus: PropTypes.Requireable<io.flow.internal.v0.enums.ManualReviewRuleStatus>;
|
|
25971
26034
|
export const manualTransactionCategory: PropTypes.Requireable<io.flow.internal.v0.enums.ManualTransactionCategory>;
|
|
25972
|
-
export const marketingGatewayAccountConnectionStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus>;
|
|
25973
|
-
export const marketingGatewayChannelIntegrationType: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType>;
|
|
25974
|
-
export const marketingGatewayChannelStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayChannelStatus>;
|
|
25975
|
-
export const marketingGatewayErrorCode: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayErrorCode>;
|
|
25976
|
-
export const marketingGatewayFacebookTokenStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus>;
|
|
25977
|
-
export const marketingGatewayFeedDownloadFormat: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat>;
|
|
25978
|
-
export const marketingGatewayFeedState: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayFeedState>;
|
|
25979
|
-
export const marketingGatewayPlatform: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayPlatform>;
|
|
25980
|
-
export const marketingGatewayProductStatus: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewayProductStatus>;
|
|
25981
|
-
export const marketingGatewaySchemaCompatibility: PropTypes.Requireable<io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility>;
|
|
25982
26035
|
export const mixedBagWeight: PropTypes.Requireable<io.flow.internal.v0.enums.MixedBagWeight>;
|
|
25983
26036
|
export const natureOfSale: PropTypes.Requireable<io.flow.internal.v0.enums.NatureOfSale>;
|
|
25984
26037
|
export const noLiabilityReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.NoLiabilityReasonCode>;
|
|
@@ -26006,6 +26059,7 @@ export const organizationRestrictionRiskLevel: PropTypes.Requireable<io.flow.int
|
|
|
26006
26059
|
export const organizationRestrictionScreeningStatus: PropTypes.Requireable<io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus>;
|
|
26007
26060
|
export const outputStyle: PropTypes.Requireable<io.flow.internal.v0.enums.OutputStyle>;
|
|
26008
26061
|
export const owner: PropTypes.Requireable<io.flow.internal.v0.enums.Owner>;
|
|
26062
|
+
export const paymentShortUrlDiscriminator: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentShortUrlDiscriminator>;
|
|
26009
26063
|
export const paymentSummaryStatus: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryStatus>;
|
|
26010
26064
|
export const paymentSummaryType: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentSummaryType>;
|
|
26011
26065
|
export const paymentTerm: PropTypes.Requireable<io.flow.internal.v0.enums.PaymentTerm>;
|
|
@@ -26166,9 +26220,7 @@ export const afterpayRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.mo
|
|
|
26166
26220
|
export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AfterpayRefundUpserted>;
|
|
26167
26221
|
export const aftershipWebhook: PropTypes.Requireable<io.flow.internal.v0.models.AftershipWebhook>;
|
|
26168
26222
|
export const aldoItem: PropTypes.Requireable<io.flow.internal.v0.models.AldoItem>;
|
|
26169
|
-
export const aldoItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemDeleted>;
|
|
26170
26223
|
export const aldoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemForm>;
|
|
26171
|
-
export const aldoItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemUpserted>;
|
|
26172
26224
|
export const alertErrorSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertErrorSummary>;
|
|
26173
26225
|
export const alertFailureSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummary>;
|
|
26174
26226
|
export const alertFailureSummaryDetail: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummaryDetail>;
|
|
@@ -26178,6 +26230,8 @@ export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.Al
|
|
|
26178
26230
|
export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
|
|
26179
26231
|
export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
|
|
26180
26232
|
export const allowedLabels: PropTypes.Requireable<io.flow.internal.v0.models.AllowedLabels>;
|
|
26233
|
+
export const anshItem: PropTypes.Requireable<io.flow.internal.v0.models.AnshItem>;
|
|
26234
|
+
export const anshItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AnshItemForm>;
|
|
26181
26235
|
export const apmContent: PropTypes.Requireable<io.flow.internal.v0.models.ApmContent>;
|
|
26182
26236
|
export const applePayAuthorizationPayload: PropTypes.Requireable<io.flow.internal.v0.models.ApplePayAuthorizationPayload>;
|
|
26183
26237
|
export const applyAtValueForm: PropTypes.Requireable<io.flow.internal.v0.models.ApplyAtValueForm>;
|
|
@@ -26600,9 +26654,6 @@ export const featureValueResult: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
26600
26654
|
export const fedex: PropTypes.Requireable<io.flow.internal.v0.models.Fedex>;
|
|
26601
26655
|
export const fedexCrossborder: PropTypes.Requireable<io.flow.internal.v0.models.FedexCrossborder>;
|
|
26602
26656
|
export const fee: PropTypes.Requireable<io.flow.internal.v0.models.Fee>;
|
|
26603
|
-
export const feedDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FeedDeleted>;
|
|
26604
|
-
export const feedUpserted: PropTypes.Requireable<io.flow.internal.v0.models.FeedUpserted>;
|
|
26605
|
-
export const feedsExport: PropTypes.Requireable<io.flow.internal.v0.models.FeedsExport>;
|
|
26606
26657
|
export const fees: PropTypes.Requireable<io.flow.internal.v0.models.Fees>;
|
|
26607
26658
|
export const finalEstimate: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimate>;
|
|
26608
26659
|
export const finalEstimateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.FinalEstimateDeleted>;
|
|
@@ -26699,6 +26750,7 @@ export const fxRevenueRecognitionOrder: PropTypes.Requireable<io.flow.internal.v
|
|
|
26699
26750
|
export const fxRevenueRecognitionOrganization: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionOrganization>;
|
|
26700
26751
|
export const fxRevenueRecognitionRate: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionRate>;
|
|
26701
26752
|
export const fxRevenueRecognitionSource: PropTypes.Requireable<io.flow.internal.v0.models.FxRevenueRecognitionSource>;
|
|
26753
|
+
export const geRevenueShareTransaction: PropTypes.Requireable<io.flow.internal.v0.models.GeRevenueShareTransaction>;
|
|
26702
26754
|
export const generateLoadMultipleOrgs: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadMultipleOrgs>;
|
|
26703
26755
|
export const generateLoadSingleOrg: PropTypes.Requireable<io.flow.internal.v0.models.GenerateLoadSingleOrg>;
|
|
26704
26756
|
export const genericValidationError: PropTypes.Requireable<io.flow.internal.v0.models.GenericValidationError>;
|
|
@@ -26717,8 +26769,6 @@ export const harmonizationClassificationStatisticsPublished: PropTypes.Requireab
|
|
|
26717
26769
|
export const harmonizationCodesImport: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationCodesImport>;
|
|
26718
26770
|
export const harmonizationColumnSetting: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationColumnSetting>;
|
|
26719
26771
|
export const harmonizationItemClassification: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassification>;
|
|
26720
|
-
export const harmonizationItemClassificationDeleted: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassificationDeleted>;
|
|
26721
|
-
export const harmonizationItemClassificationUpserted: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemClassificationUpserted>;
|
|
26722
26772
|
export const harmonizationItemSummary: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationItemSummary>;
|
|
26723
26773
|
export const harmonizationMlModelSummary: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationMlModelSummary>;
|
|
26724
26774
|
export const harmonizationPhraseSuggestionRequestImport: PropTypes.Requireable<io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport>;
|
|
@@ -26853,16 +26903,9 @@ export const localizedContent: PropTypes.Requireable<io.flow.internal.v0.models.
|
|
|
26853
26903
|
export const localizedContentElement: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentElement>;
|
|
26854
26904
|
export const localizedContentForm: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentForm>;
|
|
26855
26905
|
export const localizedContentUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedContentUpserted>;
|
|
26856
|
-
export const localizedItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemDeleted>;
|
|
26857
|
-
export const localizedItemDeletedV2: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemDeletedV2>;
|
|
26858
26906
|
export const localizedItemPricesExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemPricesExportRequest>;
|
|
26859
|
-
export const localizedItemSnapshot: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemSnapshot>;
|
|
26860
|
-
export const localizedItemUpsertedV2: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemUpsertedV2>;
|
|
26861
26907
|
export const localizedItemsExportSettings: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedItemsExportSettings>;
|
|
26862
|
-
export const localizedPriceBookItem: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItem>;
|
|
26863
26908
|
export const localizedPriceBookItemData: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemData>;
|
|
26864
|
-
export const localizedPriceBookItemDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemDeleted>;
|
|
26865
|
-
export const localizedPriceBookItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.LocalizedPriceBookItemUpserted>;
|
|
26866
26909
|
export const location: PropTypes.Requireable<io.flow.internal.v0.models.Location>;
|
|
26867
26910
|
export const logisticsCapabilities: PropTypes.Requireable<io.flow.internal.v0.models.LogisticsCapabilities>;
|
|
26868
26911
|
export const logisticsCapabilitiesDeleted: PropTypes.Requireable<io.flow.internal.v0.models.LogisticsCapabilitiesDeleted>;
|
|
@@ -26890,43 +26933,6 @@ export const manualTransaction: PropTypes.Requireable<io.flow.internal.v0.models
|
|
|
26890
26933
|
export const manualTransactionForm: PropTypes.Requireable<io.flow.internal.v0.models.ManualTransactionForm>;
|
|
26891
26934
|
export const manualTransactionFormOrder: PropTypes.Requireable<io.flow.internal.v0.models.ManualTransactionFormOrder>;
|
|
26892
26935
|
export const markedAsFinal: PropTypes.Requireable<io.flow.internal.v0.models.MarkedAsFinal>;
|
|
26893
|
-
export const marketingGatewayChannel: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannel>;
|
|
26894
|
-
export const marketingGatewayChannelConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm>;
|
|
26895
|
-
export const marketingGatewayChannelForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelForm>;
|
|
26896
|
-
export const marketingGatewayChannelSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary>;
|
|
26897
|
-
export const marketingGatewayDistributionChannelFacebook: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook>;
|
|
26898
|
-
export const marketingGatewayDistributionChannelGoogle: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle>;
|
|
26899
|
-
export const marketingGatewayError: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayError>;
|
|
26900
|
-
export const marketingGatewayFacebookBusiness: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookBusiness>;
|
|
26901
|
-
export const marketingGatewayFacebookBusinessSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary>;
|
|
26902
|
-
export const marketingGatewayFacebookCatalogForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm>;
|
|
26903
|
-
export const marketingGatewayFacebookCatalogSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary>;
|
|
26904
|
-
export const marketingGatewayFacebookChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails>;
|
|
26905
|
-
export const marketingGatewayFacebookConnection: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnection>;
|
|
26906
|
-
export const marketingGatewayFacebookConnectionAccessTokenSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary>;
|
|
26907
|
-
export const marketingGatewayFacebookConnectionDeauth: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth>;
|
|
26908
|
-
export const marketingGatewayFacebookConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm>;
|
|
26909
|
-
export const marketingGatewayFacebookSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary>;
|
|
26910
|
-
export const marketingGatewayFeed: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeed>;
|
|
26911
|
-
export const marketingGatewayFeedExportForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedExportForm>;
|
|
26912
|
-
export const marketingGatewayFeedForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedForm>;
|
|
26913
|
-
export const marketingGatewayFeedFormRequest: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedFormRequest>;
|
|
26914
|
-
export const marketingGatewayFeedSourceFacebook: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook>;
|
|
26915
|
-
export const marketingGatewayFeedSourceGoogle: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle>;
|
|
26916
|
-
export const marketingGatewayFilterSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFilterSummary>;
|
|
26917
|
-
export const marketingGatewayFlowSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary>;
|
|
26918
|
-
export const marketingGatewayGoogleAccountForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm>;
|
|
26919
|
-
export const marketingGatewayGoogleAccountSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary>;
|
|
26920
|
-
export const marketingGatewayGoogleChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails>;
|
|
26921
|
-
export const marketingGatewayGoogleConnection: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleConnection>;
|
|
26922
|
-
export const marketingGatewayGoogleConnectionForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm>;
|
|
26923
|
-
export const marketingGatewayGoogleItem: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleItem>;
|
|
26924
|
-
export const marketingGatewayGoogleSourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary>;
|
|
26925
|
-
export const marketingGatewayLocalizedItem: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayLocalizedItem>;
|
|
26926
|
-
export const marketingGatewayNewChannelRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm>;
|
|
26927
|
-
export const marketingGatewayProductDatasourceSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary>;
|
|
26928
|
-
export const marketingGatewaySchemaSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewaySchemaSummary>;
|
|
26929
|
-
export const marketingGatewaySupportedChannelDetails: PropTypes.Requireable<io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails>;
|
|
26930
26936
|
export const marketsOrder: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrder>;
|
|
26931
26937
|
export const marketsOrderSummary: PropTypes.Requireable<io.flow.internal.v0.models.MarketsOrderSummary>;
|
|
26932
26938
|
export const merchant: PropTypes.Requireable<io.flow.internal.v0.models.Merchant>;
|
|
@@ -26955,6 +26961,7 @@ export const nextBillingStatement: PropTypes.Requireable<io.flow.internal.v0.mod
|
|
|
26955
26961
|
export const noCalculatedTaxAmount: PropTypes.Requireable<io.flow.internal.v0.models.NoCalculatedTaxAmount>;
|
|
26956
26962
|
export const noClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.NoClassificationForm>;
|
|
26957
26963
|
export const nonChannelPaymentBankAccount: PropTypes.Requireable<io.flow.internal.v0.models.NonChannelPaymentBankAccount>;
|
|
26964
|
+
export const nonL4LTaxDutyFxTransaction: PropTypes.Requireable<io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction>;
|
|
26958
26965
|
export const notification: PropTypes.Requireable<io.flow.internal.v0.models.Notification>;
|
|
26959
26966
|
export const onboardingAuditMessage: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditMessage>;
|
|
26960
26967
|
export const onboardingAuditReport: PropTypes.Requireable<io.flow.internal.v0.models.OnboardingAuditReport>;
|
|
@@ -27118,6 +27125,7 @@ export const paymentProcessorAccountDeleted: PropTypes.Requireable<io.flow.inter
|
|
|
27118
27125
|
export const paymentProcessorAccountUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorAccountUpserted>;
|
|
27119
27126
|
export const paymentProcessorMerchantDeleted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorMerchantDeleted>;
|
|
27120
27127
|
export const paymentProcessorMerchantUpserted: PropTypes.Requireable<io.flow.internal.v0.models.PaymentProcessorMerchantUpserted>;
|
|
27128
|
+
export const paymentShortUrl: PropTypes.Requireable<io.flow.internal.v0.models.PaymentShortUrl>;
|
|
27121
27129
|
export const paymentSummary: PropTypes.Requireable<io.flow.internal.v0.models.PaymentSummary>;
|
|
27122
27130
|
export const paymentSummaryV2: PropTypes.Requireable<io.flow.internal.v0.models.PaymentSummaryV2>;
|
|
27123
27131
|
export const payoutStatusCounts: PropTypes.Requireable<io.flow.internal.v0.models.PayoutStatusCounts>;
|
|
@@ -27329,10 +27337,16 @@ export const restrictionProductRequestForm: PropTypes.Requireable<io.flow.intern
|
|
|
27329
27337
|
export const restrictionProductSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProductSummary>;
|
|
27330
27338
|
export const restrictionRule: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRule>;
|
|
27331
27339
|
export const restrictionRuleDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleDecisionForm>;
|
|
27340
|
+
export const restrictionRuleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleDeleted>;
|
|
27341
|
+
export const restrictionRuleEffect: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffect>;
|
|
27342
|
+
export const restrictionRuleEffectDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffectDeleted>;
|
|
27343
|
+
export const restrictionRuleEffectForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffectForm>;
|
|
27344
|
+
export const restrictionRuleEffectUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleEffectUpserted>;
|
|
27332
27345
|
export const restrictionRuleForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleForm>;
|
|
27333
27346
|
export const restrictionRuleMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleMetadata>;
|
|
27334
27347
|
export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
|
|
27335
27348
|
export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
|
|
27349
|
+
export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
|
|
27336
27350
|
export const restrictionStatusMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionStatusMetadata>;
|
|
27337
27351
|
export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
|
|
27338
27352
|
export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
|
|
@@ -27403,6 +27417,15 @@ export const shopifyGrantsCheck: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
27403
27417
|
export const shopifyIncotermIncludes: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermIncludes>;
|
|
27404
27418
|
export const shopifyIncotermSummaryErrorData: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData>;
|
|
27405
27419
|
export const shopifyIncotermSummaryErrorPublished: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished>;
|
|
27420
|
+
export const shopifyInventoryItemCreateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted>;
|
|
27421
|
+
export const shopifyInventoryItemCreateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted>;
|
|
27422
|
+
export const shopifyInventoryItemCreateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent>;
|
|
27423
|
+
export const shopifyInventoryItemDeleteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted>;
|
|
27424
|
+
export const shopifyInventoryItemDeleteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted>;
|
|
27425
|
+
export const shopifyInventoryItemDeleteWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent>;
|
|
27426
|
+
export const shopifyInventoryItemUpdateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted>;
|
|
27427
|
+
export const shopifyInventoryItemUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted>;
|
|
27428
|
+
export const shopifyInventoryItemUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent>;
|
|
27406
27429
|
export const shopifyMarketsBestSellingProduct: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct>;
|
|
27407
27430
|
export const shopifyMarketsBestSellingProductDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted>;
|
|
27408
27431
|
export const shopifyMarketsBestSellingProductUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted>;
|
|
@@ -27463,6 +27486,15 @@ export const shopifyProductBundle: PropTypes.Requireable<io.flow.internal.v0.mod
|
|
|
27463
27486
|
export const shopifyProductBundleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductBundleDeleted>;
|
|
27464
27487
|
export const shopifyProductBundleUnderlying: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductBundleUnderlying>;
|
|
27465
27488
|
export const shopifyProductBundleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductBundleUpserted>;
|
|
27489
|
+
export const shopifyProductCreateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateDeleted>;
|
|
27490
|
+
export const shopifyProductCreateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateUpserted>;
|
|
27491
|
+
export const shopifyProductCreateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent>;
|
|
27492
|
+
export const shopifyProductDeleteDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteDeleted>;
|
|
27493
|
+
export const shopifyProductDeleteUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteUpserted>;
|
|
27494
|
+
export const shopifyProductDeleteWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent>;
|
|
27495
|
+
export const shopifyProductUpdateDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateDeleted>;
|
|
27496
|
+
export const shopifyProductUpdateUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateUpserted>;
|
|
27497
|
+
export const shopifyProductUpdateWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent>;
|
|
27466
27498
|
export const shopifyProductWrapper: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyProductWrapper>;
|
|
27467
27499
|
export const shopifyPromoForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPromoForm>;
|
|
27468
27500
|
export const shopifyPromotion: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyPromotion>;
|
|
@@ -27482,6 +27514,7 @@ export const shopifyShopDeleted: PropTypes.Requireable<io.flow.internal.v0.model
|
|
|
27482
27514
|
export const shopifyShopStatistics: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopStatistics>;
|
|
27483
27515
|
export const shopifyShopUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyShopUpserted>;
|
|
27484
27516
|
export const shopifyStoreDetail: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStoreDetail>;
|
|
27517
|
+
export const shopifyStripeEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyStripeEvent>;
|
|
27485
27518
|
export const shopifyWebhook: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhook>;
|
|
27486
27519
|
export const shopifyWebhookEvent: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhookEvent>;
|
|
27487
27520
|
export const shopifyWebhookForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyWebhookForm>;
|
|
@@ -27551,7 +27584,6 @@ export const subscription: PropTypes.Requireable<io.flow.internal.v0.models.Subs
|
|
|
27551
27584
|
export const subscriptionTransaction: PropTypes.Requireable<io.flow.internal.v0.models.SubscriptionTransaction>;
|
|
27552
27585
|
export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.SupportedLabels>;
|
|
27553
27586
|
export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
|
|
27554
|
-
export const tariffCodesExport: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodesExport>;
|
|
27555
27587
|
export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;
|
|
27556
27588
|
export const task: PropTypes.Requireable<io.flow.internal.v0.models.Task>;
|
|
27557
27589
|
export const taskCount: PropTypes.Requireable<io.flow.internal.v0.models.TaskCount>;
|
|
@@ -27564,6 +27596,11 @@ export const taxCalculationError: PropTypes.Requireable<io.flow.internal.v0.mode
|
|
|
27564
27596
|
export const taxCalculationForm: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationForm>;
|
|
27565
27597
|
export const taxCalculationLineItem: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationLineItem>;
|
|
27566
27598
|
export const taxCalculationLineItemForm: PropTypes.Requireable<io.flow.internal.v0.models.TaxCalculationLineItemForm>;
|
|
27599
|
+
export const taxDutyDeltaMetadataActual: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataActual>;
|
|
27600
|
+
export const taxDutyDeltaMetadataActualProcessing: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing>;
|
|
27601
|
+
export const taxDutyDeltaMetadataExpected: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected>;
|
|
27602
|
+
export const taxDutyDeltaMetadataExpectedProcessing: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing>;
|
|
27603
|
+
export const taxDutyDeltaTransaction: PropTypes.Requireable<io.flow.internal.v0.models.TaxDutyDeltaTransaction>;
|
|
27567
27604
|
export const taxRemittanceTransaction: PropTypes.Requireable<io.flow.internal.v0.models.TaxRemittanceTransaction>;
|
|
27568
27605
|
export const taxRemittanceTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TaxRemittanceTransactionDeleted>;
|
|
27569
27606
|
export const taxRemittanceTransactionUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TaxRemittanceTransactionUpserted>;
|
|
@@ -27709,11 +27746,6 @@ export const internalHarmonizationStatistic: PropTypes.Requireable<io.flow.inter
|
|
|
27709
27746
|
export const internalRefundForm: PropTypes.Requireable<io.flow.internal.v0.unions.InternalRefundForm>;
|
|
27710
27747
|
export const internalTransactionDetails: PropTypes.Requireable<io.flow.internal.v0.unions.InternalTransactionDetails>;
|
|
27711
27748
|
export const localizableContent: PropTypes.Requireable<io.flow.internal.v0.unions.LocalizableContent>;
|
|
27712
|
-
export const marketingGatewayChannelDetails: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayChannelDetails>;
|
|
27713
|
-
export const marketingGatewayDistributionChannel: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayDistributionChannel>;
|
|
27714
|
-
export const marketingGatewayFeedSource: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayFeedSource>;
|
|
27715
|
-
export const marketingGatewayItem: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewayItem>;
|
|
27716
|
-
export const marketingGatewaySourceSummary: PropTypes.Requireable<io.flow.internal.v0.unions.MarketingGatewaySourceSummary>;
|
|
27717
27749
|
export const optinPromptDisplay: PropTypes.Requireable<io.flow.internal.v0.unions.OptinPromptDisplay>;
|
|
27718
27750
|
export const orderActionForm: PropTypes.Requireable<io.flow.internal.v0.unions.OrderActionForm>;
|
|
27719
27751
|
export const orderCancellationEvidence: PropTypes.Requireable<io.flow.internal.v0.unions.OrderCancellationEvidence>;
|