@flowio/types 11.24.141 → 11.24.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +195 -49
- package/dist/api.d.ts +1 -0
- package/package.json +1 -1
- package/src/api-internal.ts +274 -61
- package/src/api.ts +1 -0
package/src/api-internal.ts
CHANGED
|
@@ -6911,7 +6911,8 @@ declare namespace io.flow.shopify.markets.internal.v0.enums {
|
|
|
6911
6911
|
| 'shopify_location'
|
|
6912
6912
|
| 'shopify_order'
|
|
6913
6913
|
| 'sync_product_catalog'
|
|
6914
|
-
| 'shopify_webhook'
|
|
6914
|
+
| 'shopify_webhook'
|
|
6915
|
+
| 'guaranteed_shipping_state';
|
|
6915
6916
|
type ProductStatus = 'active' | 'archived' | 'draft' | 'unlisted';
|
|
6916
6917
|
type SellabilityStatus = 'complete' | 'incomplete';
|
|
6917
6918
|
type ShopifyMarketsDangerousGoods =
|
|
@@ -7144,6 +7145,11 @@ declare namespace io.flow.shopify.markets.internal.v0.models {
|
|
|
7144
7145
|
readonly fast_sellability_completed_at?: string;
|
|
7145
7146
|
}
|
|
7146
7147
|
|
|
7148
|
+
interface ShopifyMarketsShopAccessToken {
|
|
7149
|
+
readonly myshopify_domain: string;
|
|
7150
|
+
readonly access_token: string;
|
|
7151
|
+
}
|
|
7152
|
+
|
|
7147
7153
|
interface ShopifyMarketsShopForm {
|
|
7148
7154
|
readonly shop: string;
|
|
7149
7155
|
readonly domain: string;
|
|
@@ -10573,6 +10579,7 @@ declare namespace io.flow.channel.internal.v0.models {
|
|
|
10573
10579
|
}
|
|
10574
10580
|
|
|
10575
10581
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
10582
|
+
readonly id: string;
|
|
10576
10583
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
10577
10584
|
readonly order_number: string;
|
|
10578
10585
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -17419,6 +17426,14 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17419
17426
|
| 'duty_transaction_deleted'
|
|
17420
17427
|
| 'transaction_statement_upserted'
|
|
17421
17428
|
| 'transaction_statement_deleted'
|
|
17429
|
+
| 'bank_account_upserted'
|
|
17430
|
+
| 'bank_account_deleted'
|
|
17431
|
+
| 'posting_proof_upserted'
|
|
17432
|
+
| 'posting_proof_deleted'
|
|
17433
|
+
| 'bank_payment_promise_upserted'
|
|
17434
|
+
| 'bank_payment_promise_deleted'
|
|
17435
|
+
| 'account_payment_hold_upserted'
|
|
17436
|
+
| 'account_payment_hold_deleted'
|
|
17422
17437
|
| 'daily_value_upserted'
|
|
17423
17438
|
| 'daily_value_deleted'
|
|
17424
17439
|
| 'revenue_record_upserted'
|
|
@@ -17465,8 +17480,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17465
17480
|
| 'organization_currency_setting_deleted'
|
|
17466
17481
|
| 'channel_currency_setting_upserted'
|
|
17467
17482
|
| 'channel_currency_setting_deleted'
|
|
17468
|
-
| 'customs_description_import'
|
|
17469
|
-
| 'customs_description_tariffs_import'
|
|
17470
17483
|
| 'dispute_upserted'
|
|
17471
17484
|
| 'dispute_deleted'
|
|
17472
17485
|
| 'duty_rates_published_v2'
|
|
@@ -17551,7 +17564,6 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17551
17564
|
| 'harmonized_items_hs6_export'
|
|
17552
17565
|
| 'unharmonized_items_export'
|
|
17553
17566
|
| 'dutied_items_export'
|
|
17554
|
-
| 'harmonization_phrase_suggestion_request_import'
|
|
17555
17567
|
| 'harmonization_codes_import'
|
|
17556
17568
|
| 'harmonize_fully_request_v2'
|
|
17557
17569
|
| 'import_completed'
|
|
@@ -17768,6 +17780,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17768
17780
|
| 'raveena_item_deleted'
|
|
17769
17781
|
| 'mahesh_item_upserted'
|
|
17770
17782
|
| 'mahesh_item_deleted'
|
|
17783
|
+
| 'john_strong_item_upserted'
|
|
17784
|
+
| 'john_strong_item_deleted'
|
|
17771
17785
|
| 'tracking_processing_error_upserted'
|
|
17772
17786
|
| 'tracking_processing_error_deleted'
|
|
17773
17787
|
| 'tracking_label_event_upserted_v2'
|
|
@@ -17830,7 +17844,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
17830
17844
|
| 'shopify_location'
|
|
17831
17845
|
| 'shopify_order'
|
|
17832
17846
|
| 'sync_product_catalog'
|
|
17833
|
-
| 'shopify_webhook'
|
|
17847
|
+
| 'shopify_webhook'
|
|
17848
|
+
| 'guaranteed_shipping_state';
|
|
17849
|
+
type GuaranteedShippingPublicationStatus =
|
|
17850
|
+
| 'published'
|
|
17851
|
+
| 'not_found'
|
|
17852
|
+
| 'superseded';
|
|
17834
17853
|
type HarmonizationDecisionSource =
|
|
17835
17854
|
| 'human'
|
|
17836
17855
|
| 'system'
|
|
@@ -18142,6 +18161,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18142
18161
|
| 'periodic_reporting_to_tax_authority'
|
|
18143
18162
|
| 'paid_at_border'
|
|
18144
18163
|
| 'paid_on_delivery';
|
|
18164
|
+
type RequestedBankPaymentStatusCode = 'processed' | 'failed';
|
|
18145
18165
|
type ResponsibleParty = 'flow' | 'organization';
|
|
18146
18166
|
type RestrictionAction = 'prohibited' | 'restricted';
|
|
18147
18167
|
type RestrictionAttributeConditionMultipleOperator = 'in' | 'not_in';
|
|
@@ -18193,6 +18213,18 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
18193
18213
|
| 'similar'
|
|
18194
18214
|
| 'regions_differ'
|
|
18195
18215
|
| 'rules_differ';
|
|
18216
|
+
type SellabilityDecisionSource =
|
|
18217
|
+
| 'fast_screen_sellable'
|
|
18218
|
+
| 'fast_screen_restricted_everywhere'
|
|
18219
|
+
| 'fast_screen_hs_chapter_exception'
|
|
18220
|
+
| 'fast_screen_active_mode'
|
|
18221
|
+
| 'unserviceable_taxonomy'
|
|
18222
|
+
| 'pending_classification'
|
|
18223
|
+
| 'pending_agent_review'
|
|
18224
|
+
| 'screen_failed'
|
|
18225
|
+
| 'classification'
|
|
18226
|
+
| 'agent_review'
|
|
18227
|
+
| 'staging_dropped';
|
|
18196
18228
|
type SellabilityInternalMatchType = 'positive_keyword' | 'auto_restricted';
|
|
18197
18229
|
type SellabilityStatus = 'complete' | 'incomplete';
|
|
18198
18230
|
type ShopifyCallbackErrorCode =
|
|
@@ -18491,11 +18523,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18491
18523
|
readonly reason: io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
18492
18524
|
}
|
|
18493
18525
|
|
|
18526
|
+
interface AccountPaymentHoldDeleted {
|
|
18527
|
+
readonly discriminator: 'account_payment_hold_deleted';
|
|
18528
|
+
readonly event_id: string;
|
|
18529
|
+
readonly timestamp: string;
|
|
18530
|
+
readonly id: string;
|
|
18531
|
+
}
|
|
18532
|
+
|
|
18494
18533
|
interface AccountPaymentHoldForm {
|
|
18495
18534
|
readonly account_id: string;
|
|
18496
18535
|
readonly reason: io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
18497
18536
|
}
|
|
18498
18537
|
|
|
18538
|
+
interface AccountPaymentHoldUpserted {
|
|
18539
|
+
readonly discriminator: 'account_payment_hold_upserted';
|
|
18540
|
+
readonly event_id: string;
|
|
18541
|
+
readonly timestamp: string;
|
|
18542
|
+
readonly account_payment_hold: io.flow.internal.v0.models.AccountPaymentHold;
|
|
18543
|
+
}
|
|
18544
|
+
|
|
18499
18545
|
interface AccountProcessingRateForm {
|
|
18500
18546
|
readonly query: string;
|
|
18501
18547
|
readonly capture: number;
|
|
@@ -19127,6 +19173,15 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19127
19173
|
readonly placeholder?: boolean;
|
|
19128
19174
|
}
|
|
19129
19175
|
|
|
19176
|
+
interface AgentReviewDetail {
|
|
19177
|
+
readonly decision_id: string;
|
|
19178
|
+
readonly ai_model: string;
|
|
19179
|
+
readonly ai_decision: string;
|
|
19180
|
+
readonly ai_confidence: number;
|
|
19181
|
+
readonly ai_reasoning: string;
|
|
19182
|
+
readonly reviewed_at: string;
|
|
19183
|
+
}
|
|
19184
|
+
|
|
19130
19185
|
interface AiReviewBatchSubmitted {
|
|
19131
19186
|
readonly discriminator: 'ai_review_batch_submitted';
|
|
19132
19187
|
readonly event_id: string;
|
|
@@ -19419,10 +19474,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19419
19474
|
readonly last4: string;
|
|
19420
19475
|
}
|
|
19421
19476
|
|
|
19477
|
+
interface BankAccountDeleted {
|
|
19478
|
+
readonly discriminator: 'bank_account_deleted';
|
|
19479
|
+
readonly event_id: string;
|
|
19480
|
+
readonly timestamp: string;
|
|
19481
|
+
readonly id: string;
|
|
19482
|
+
}
|
|
19483
|
+
|
|
19422
19484
|
interface BankAccountReference {
|
|
19423
19485
|
readonly id: string;
|
|
19424
19486
|
}
|
|
19425
19487
|
|
|
19488
|
+
interface BankAccountSnapshot {
|
|
19489
|
+
readonly id: string;
|
|
19490
|
+
readonly source_id: string;
|
|
19491
|
+
readonly source_type: string;
|
|
19492
|
+
readonly key: string;
|
|
19493
|
+
readonly created_at: string;
|
|
19494
|
+
readonly updated_at: string;
|
|
19495
|
+
}
|
|
19496
|
+
|
|
19497
|
+
interface BankAccountUpserted {
|
|
19498
|
+
readonly discriminator: 'bank_account_upserted';
|
|
19499
|
+
readonly event_id: string;
|
|
19500
|
+
readonly timestamp: string;
|
|
19501
|
+
readonly bank_account: io.flow.internal.v0.models.BankAccountSnapshot;
|
|
19502
|
+
}
|
|
19503
|
+
|
|
19426
19504
|
interface BankPayment {
|
|
19427
19505
|
readonly id: string;
|
|
19428
19506
|
readonly key: string;
|
|
@@ -19449,6 +19527,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19449
19527
|
readonly source_type: io.flow.internal.v0.enums.AccountType;
|
|
19450
19528
|
readonly source_id: string;
|
|
19451
19529
|
readonly status: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
19530
|
+
readonly processed: boolean;
|
|
19452
19531
|
readonly amount: number;
|
|
19453
19532
|
readonly currency: string;
|
|
19454
19533
|
readonly created_at: string;
|
|
@@ -19493,6 +19572,29 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19493
19572
|
readonly bank_payment_order: io.flow.internal.v0.models.BankPaymentOrder;
|
|
19494
19573
|
}
|
|
19495
19574
|
|
|
19575
|
+
interface BankPaymentPromise {
|
|
19576
|
+
readonly id: string;
|
|
19577
|
+
readonly account_id: string;
|
|
19578
|
+
readonly statement_id: string;
|
|
19579
|
+
readonly transfer_transaction_id: string;
|
|
19580
|
+
readonly completed_at?: string;
|
|
19581
|
+
readonly created_at: string;
|
|
19582
|
+
}
|
|
19583
|
+
|
|
19584
|
+
interface BankPaymentPromiseDeleted {
|
|
19585
|
+
readonly discriminator: 'bank_payment_promise_deleted';
|
|
19586
|
+
readonly event_id: string;
|
|
19587
|
+
readonly timestamp: string;
|
|
19588
|
+
readonly id: string;
|
|
19589
|
+
}
|
|
19590
|
+
|
|
19591
|
+
interface BankPaymentPromiseUpserted {
|
|
19592
|
+
readonly discriminator: 'bank_payment_promise_upserted';
|
|
19593
|
+
readonly event_id: string;
|
|
19594
|
+
readonly timestamp: string;
|
|
19595
|
+
readonly bank_payment_promise: io.flow.internal.v0.models.BankPaymentPromise;
|
|
19596
|
+
}
|
|
19597
|
+
|
|
19496
19598
|
interface BankPaymentReference {
|
|
19497
19599
|
readonly id: string;
|
|
19498
19600
|
}
|
|
@@ -19519,6 +19621,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19519
19621
|
readonly errors_url?: string;
|
|
19520
19622
|
}
|
|
19521
19623
|
|
|
19624
|
+
interface BankPaymentStatusProcessedImportForm {
|
|
19625
|
+
readonly forms: io.flow.internal.v0.models.BankPaymentStatusProcessedSingleForm[];
|
|
19626
|
+
}
|
|
19627
|
+
|
|
19628
|
+
interface BankPaymentStatusProcessedSingleForm {
|
|
19629
|
+
readonly payment_id: string;
|
|
19630
|
+
readonly code: io.flow.internal.v0.enums.RequestedBankPaymentStatusCode;
|
|
19631
|
+
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
19632
|
+
}
|
|
19633
|
+
|
|
19522
19634
|
interface BankPaymentStatusSentImportForm {
|
|
19523
19635
|
readonly payment_ids: string[];
|
|
19524
19636
|
}
|
|
@@ -20129,6 +20241,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20129
20241
|
readonly document_content: io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
20130
20242
|
}
|
|
20131
20243
|
|
|
20244
|
+
interface CarrierEstimate {
|
|
20245
|
+
readonly carrier_service_id: string;
|
|
20246
|
+
readonly cost: io.flow.common.v0.models.Money;
|
|
20247
|
+
readonly min_delivery_days?: number;
|
|
20248
|
+
readonly max_delivery_days?: number;
|
|
20249
|
+
}
|
|
20250
|
+
|
|
20132
20251
|
interface CarrierFile {
|
|
20133
20252
|
readonly id: string;
|
|
20134
20253
|
readonly type: io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -20566,6 +20685,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20566
20685
|
}
|
|
20567
20686
|
|
|
20568
20687
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
20688
|
+
readonly id: string;
|
|
20569
20689
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
20570
20690
|
readonly order_number: string;
|
|
20571
20691
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -21412,16 +21532,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21412
21532
|
readonly updated_by_user_id: string;
|
|
21413
21533
|
}
|
|
21414
21534
|
|
|
21415
|
-
interface CustomsDescriptionImport {
|
|
21416
|
-
readonly discriminator: 'customs_description_import';
|
|
21417
|
-
readonly event_id: string;
|
|
21418
|
-
readonly timestamp: string;
|
|
21419
|
-
readonly organization: string;
|
|
21420
|
-
readonly import_id: string;
|
|
21421
|
-
readonly source_url: string;
|
|
21422
|
-
readonly filename?: string;
|
|
21423
|
-
}
|
|
21424
|
-
|
|
21425
21535
|
interface CustomsDescriptionStatistics {
|
|
21426
21536
|
readonly message: string;
|
|
21427
21537
|
readonly default_customs_description_total: number;
|
|
@@ -21459,16 +21569,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21459
21569
|
>;
|
|
21460
21570
|
}
|
|
21461
21571
|
|
|
21462
|
-
interface CustomsDescriptionTariffsImport {
|
|
21463
|
-
readonly discriminator: 'customs_description_tariffs_import';
|
|
21464
|
-
readonly event_id: string;
|
|
21465
|
-
readonly timestamp: string;
|
|
21466
|
-
readonly organization: string;
|
|
21467
|
-
readonly import_id: string;
|
|
21468
|
-
readonly source_url: string;
|
|
21469
|
-
readonly filename?: string;
|
|
21470
|
-
}
|
|
21471
|
-
|
|
21472
21572
|
interface CustomsDetails {
|
|
21473
21573
|
readonly tariff_eligibility_data: io.flow.internal.v0.unions.TariffEligibilityData[];
|
|
21474
21574
|
readonly compliance_data: io.flow.internal.v0.unions.ComplianceData[];
|
|
@@ -23588,6 +23688,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23588
23688
|
readonly destination_country?: string;
|
|
23589
23689
|
}
|
|
23590
23690
|
|
|
23691
|
+
interface GuaranteedShippingPublication {
|
|
23692
|
+
readonly channel_id: string;
|
|
23693
|
+
readonly organization_id: string;
|
|
23694
|
+
readonly destination_country: string;
|
|
23695
|
+
readonly inputs_updated_at: string;
|
|
23696
|
+
readonly status: io.flow.internal.v0.enums.GuaranteedShippingPublicationStatus;
|
|
23697
|
+
}
|
|
23698
|
+
|
|
23699
|
+
interface GuaranteedShippingPublicationForm {
|
|
23700
|
+
readonly lanes: io.flow.internal.v0.models.GuaranteedShippingPublicationLaneForm[];
|
|
23701
|
+
}
|
|
23702
|
+
|
|
23703
|
+
interface GuaranteedShippingPublicationLaneForm {
|
|
23704
|
+
readonly channel_id: string;
|
|
23705
|
+
readonly organization_id: string;
|
|
23706
|
+
readonly destination_country: string;
|
|
23707
|
+
readonly inputs_updated_at: string;
|
|
23708
|
+
}
|
|
23709
|
+
|
|
23591
23710
|
interface GuaranteedShippingPublishedOutput {
|
|
23592
23711
|
readonly id: string;
|
|
23593
23712
|
readonly organization_id: string;
|
|
@@ -23595,7 +23714,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23595
23714
|
readonly destination_country: string;
|
|
23596
23715
|
readonly coefficient: number;
|
|
23597
23716
|
readonly flat_rates: io.flow.internal.v0.models.FlatRate[];
|
|
23598
|
-
readonly
|
|
23717
|
+
readonly coefficients_source_updated_at: number;
|
|
23718
|
+
readonly outbound_shipping_cost_source_updated_at: number;
|
|
23719
|
+
readonly average_order_value_source_updated_at: number;
|
|
23720
|
+
readonly target_flat_rates_source_updated_at: number;
|
|
23721
|
+
readonly published_at?: number;
|
|
23599
23722
|
}
|
|
23600
23723
|
|
|
23601
23724
|
interface GuaranteedShippingPublishedOutputDeleted {
|
|
@@ -23734,16 +23857,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23734
23857
|
readonly score?: number;
|
|
23735
23858
|
}
|
|
23736
23859
|
|
|
23737
|
-
interface HarmonizationPhraseSuggestionRequestImport {
|
|
23738
|
-
readonly discriminator: 'harmonization_phrase_suggestion_request_import';
|
|
23739
|
-
readonly event_id: string;
|
|
23740
|
-
readonly timestamp: string;
|
|
23741
|
-
readonly organization: string;
|
|
23742
|
-
readonly import_id: string;
|
|
23743
|
-
readonly source_url: string;
|
|
23744
|
-
readonly filename?: string;
|
|
23745
|
-
}
|
|
23746
|
-
|
|
23747
23860
|
interface HarmonizationThreshold {
|
|
23748
23861
|
readonly id: string;
|
|
23749
23862
|
readonly chapter: number;
|
|
@@ -24357,6 +24470,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24357
24470
|
readonly added_on: string;
|
|
24358
24471
|
}
|
|
24359
24472
|
|
|
24473
|
+
interface JohnStrongItemDeleted {
|
|
24474
|
+
readonly discriminator: 'john_strong_item_deleted';
|
|
24475
|
+
readonly event_id: string;
|
|
24476
|
+
readonly timestamp: string;
|
|
24477
|
+
readonly id: string;
|
|
24478
|
+
}
|
|
24479
|
+
|
|
24360
24480
|
interface JohnStrongItemForm {
|
|
24361
24481
|
readonly number: string;
|
|
24362
24482
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -24365,6 +24485,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24365
24485
|
readonly added_on: string;
|
|
24366
24486
|
}
|
|
24367
24487
|
|
|
24488
|
+
interface JohnStrongItemUpserted {
|
|
24489
|
+
readonly discriminator: 'john_strong_item_upserted';
|
|
24490
|
+
readonly event_id: string;
|
|
24491
|
+
readonly timestamp: string;
|
|
24492
|
+
readonly item: io.flow.internal.v0.models.JohnStrongItem;
|
|
24493
|
+
}
|
|
24494
|
+
|
|
24368
24495
|
interface Journal {
|
|
24369
24496
|
readonly name: string;
|
|
24370
24497
|
readonly queued: number;
|
|
@@ -26308,11 +26435,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26308
26435
|
}
|
|
26309
26436
|
|
|
26310
26437
|
interface OutboundShippingCost {
|
|
26438
|
+
readonly id: string;
|
|
26311
26439
|
readonly channel_id: string;
|
|
26312
26440
|
readonly organization_id: string;
|
|
26313
26441
|
readonly destination_country: string;
|
|
26314
|
-
readonly
|
|
26315
|
-
readonly cost: io.flow.common.v0.models.Money;
|
|
26442
|
+
readonly carrier_estimates: io.flow.internal.v0.models.CarrierEstimate[];
|
|
26316
26443
|
readonly updated_at: number;
|
|
26317
26444
|
readonly run_id: string;
|
|
26318
26445
|
readonly model_version: string;
|
|
@@ -26875,18 +27002,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26875
27002
|
readonly posting_cutoff: string;
|
|
26876
27003
|
}
|
|
26877
27004
|
|
|
26878
|
-
interface PhraseClassified {
|
|
26879
|
-
readonly event_id: string;
|
|
26880
|
-
readonly timestamp: string;
|
|
26881
|
-
readonly phrase_id: string;
|
|
26882
|
-
}
|
|
26883
|
-
|
|
26884
|
-
interface PhrasePropagated {
|
|
26885
|
-
readonly event_id: string;
|
|
26886
|
-
readonly timestamp: string;
|
|
26887
|
-
readonly phrase_id: string;
|
|
26888
|
-
}
|
|
26889
|
-
|
|
26890
27005
|
interface PlatformFeeChange {
|
|
26891
27006
|
readonly organization_id: string;
|
|
26892
27007
|
readonly key: string;
|
|
@@ -26942,6 +27057,30 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26942
27057
|
readonly rate: number;
|
|
26943
27058
|
}
|
|
26944
27059
|
|
|
27060
|
+
interface PostingProof {
|
|
27061
|
+
readonly id: string;
|
|
27062
|
+
readonly organization_id: string;
|
|
27063
|
+
readonly order_number: string;
|
|
27064
|
+
readonly sequence_number: number;
|
|
27065
|
+
readonly proof_key: string;
|
|
27066
|
+
readonly proof_discriminator: string;
|
|
27067
|
+
readonly created_at: string;
|
|
27068
|
+
}
|
|
27069
|
+
|
|
27070
|
+
interface PostingProofDeleted {
|
|
27071
|
+
readonly discriminator: 'posting_proof_deleted';
|
|
27072
|
+
readonly event_id: string;
|
|
27073
|
+
readonly timestamp: string;
|
|
27074
|
+
readonly id: string;
|
|
27075
|
+
}
|
|
27076
|
+
|
|
27077
|
+
interface PostingProofUpserted {
|
|
27078
|
+
readonly discriminator: 'posting_proof_upserted';
|
|
27079
|
+
readonly event_id: string;
|
|
27080
|
+
readonly timestamp: string;
|
|
27081
|
+
readonly posting_proof: io.flow.internal.v0.models.PostingProof;
|
|
27082
|
+
}
|
|
27083
|
+
|
|
26945
27084
|
interface Prediction {
|
|
26946
27085
|
readonly main_material: string;
|
|
26947
27086
|
readonly gender: string;
|
|
@@ -27041,6 +27180,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27041
27180
|
readonly effective_taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
27042
27181
|
readonly fingerprint: string;
|
|
27043
27182
|
readonly screening_mode?: io.flow.sellability.v0.enums.SellabilityScreeningMode;
|
|
27183
|
+
readonly decision_source?: io.flow.internal.v0.enums.SellabilityDecisionSource;
|
|
27184
|
+
readonly rule_matches?: io.flow.internal.v0.models.SellabilityRuleMatch[];
|
|
27044
27185
|
readonly created_at?: string;
|
|
27045
27186
|
}
|
|
27046
27187
|
|
|
@@ -28385,6 +28526,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28385
28526
|
readonly positive_keywords?: string[];
|
|
28386
28527
|
readonly negative_keywords?: string[];
|
|
28387
28528
|
readonly product_id?: string;
|
|
28529
|
+
readonly escalated_only?: boolean;
|
|
28388
28530
|
}
|
|
28389
28531
|
|
|
28390
28532
|
interface RestrictionItemReview {
|
|
@@ -28396,6 +28538,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28396
28538
|
readonly date?: string;
|
|
28397
28539
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
28398
28540
|
readonly created_at: string;
|
|
28541
|
+
readonly agent_review_status?: string;
|
|
28542
|
+
readonly agent_reviewed_at?: string;
|
|
28543
|
+
readonly agent_confidence?: number;
|
|
28399
28544
|
readonly updated_at: string;
|
|
28400
28545
|
}
|
|
28401
28546
|
|
|
@@ -28490,6 +28635,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28490
28635
|
readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
28491
28636
|
readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
|
|
28492
28637
|
readonly classification_resource_id?: string;
|
|
28638
|
+
readonly item_classification_resource_ids?: Record<string, string>;
|
|
28493
28639
|
readonly url?: string;
|
|
28494
28640
|
readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
|
|
28495
28641
|
readonly created_at: string;
|
|
@@ -28770,6 +28916,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28770
28916
|
readonly daily_num_products_restricted_somewhere_by_fs?: number;
|
|
28771
28917
|
readonly daily_num_products_with_false_allows_by_fs?: number;
|
|
28772
28918
|
readonly daily_num_products_with_false_restricts_by_fs?: number;
|
|
28919
|
+
readonly num_unserviceable_taxonomy_decisions_created?: number;
|
|
28773
28920
|
}
|
|
28774
28921
|
|
|
28775
28922
|
interface RestrictionsDailyopsDeleted {
|
|
@@ -29113,6 +29260,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
29113
29260
|
readonly sellability_pending_verification: io.flow.internal.v0.models.SellabilityPendingVerification;
|
|
29114
29261
|
}
|
|
29115
29262
|
|
|
29263
|
+
interface SellabilityRuleMatch {
|
|
29264
|
+
readonly reason_code: string;
|
|
29265
|
+
readonly match_types: io.flow.internal.v0.enums.SellabilityInternalMatchType[];
|
|
29266
|
+
}
|
|
29267
|
+
|
|
29116
29268
|
interface ServiceFees {
|
|
29117
29269
|
readonly ratecard: io.flow.internal.v0.models.RatecardInternalSummary;
|
|
29118
29270
|
readonly service_fees: io.flow.ratecard.v0.unions.ServiceFee[];
|
|
@@ -29561,6 +29713,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
29561
29713
|
readonly fast_sellability_completed_at?: string;
|
|
29562
29714
|
}
|
|
29563
29715
|
|
|
29716
|
+
interface ShopifyMarketsShopAccessToken {
|
|
29717
|
+
readonly myshopify_domain: string;
|
|
29718
|
+
readonly access_token: string;
|
|
29719
|
+
}
|
|
29720
|
+
|
|
29564
29721
|
interface ShopifyMarketsShopDeleted {
|
|
29565
29722
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
29566
29723
|
readonly event_id: string;
|
|
@@ -31129,6 +31286,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31129
31286
|
readonly location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
31130
31287
|
}
|
|
31131
31288
|
|
|
31289
|
+
interface TrackingDebugLabelEventUpsertForm {
|
|
31290
|
+
readonly carrier_tracking_number?: string;
|
|
31291
|
+
readonly label_id?: string;
|
|
31292
|
+
readonly organization_id?: string;
|
|
31293
|
+
readonly order_number?: string;
|
|
31294
|
+
readonly status: io.flow.tracking.v0.enums.TrackingStatus;
|
|
31295
|
+
readonly description?: string;
|
|
31296
|
+
readonly timestamp?: string;
|
|
31297
|
+
}
|
|
31298
|
+
|
|
31132
31299
|
interface TrackingDebugLabelLocation {
|
|
31133
31300
|
readonly country: string;
|
|
31134
31301
|
}
|
|
@@ -31779,6 +31946,14 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31779
31946
|
| io.flow.internal.v0.models.DutyTransactionDeleted
|
|
31780
31947
|
| io.flow.internal.v0.models.TransactionStatementUpserted
|
|
31781
31948
|
| io.flow.internal.v0.models.TransactionStatementDeleted
|
|
31949
|
+
| io.flow.internal.v0.models.BankAccountUpserted
|
|
31950
|
+
| io.flow.internal.v0.models.BankAccountDeleted
|
|
31951
|
+
| io.flow.internal.v0.models.PostingProofUpserted
|
|
31952
|
+
| io.flow.internal.v0.models.PostingProofDeleted
|
|
31953
|
+
| io.flow.internal.v0.models.BankPaymentPromiseUpserted
|
|
31954
|
+
| io.flow.internal.v0.models.BankPaymentPromiseDeleted
|
|
31955
|
+
| io.flow.internal.v0.models.AccountPaymentHoldUpserted
|
|
31956
|
+
| io.flow.internal.v0.models.AccountPaymentHoldDeleted
|
|
31782
31957
|
| io.flow.internal.v0.models.DailyValueUpserted
|
|
31783
31958
|
| io.flow.internal.v0.models.DailyValueDeleted
|
|
31784
31959
|
| io.flow.internal.v0.models.RevenueRecordUpserted
|
|
@@ -31825,8 +32000,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31825
32000
|
| io.flow.internal.v0.models.OrganizationCurrencySettingDeleted
|
|
31826
32001
|
| io.flow.internal.v0.models.ChannelCurrencySettingUpserted
|
|
31827
32002
|
| io.flow.internal.v0.models.ChannelCurrencySettingDeleted
|
|
31828
|
-
| io.flow.internal.v0.models.CustomsDescriptionImport
|
|
31829
|
-
| io.flow.internal.v0.models.CustomsDescriptionTariffsImport
|
|
31830
32003
|
| io.flow.internal.v0.models.DisputeUpserted
|
|
31831
32004
|
| io.flow.internal.v0.models.DisputeDeleted
|
|
31832
32005
|
| io.flow.internal.v0.models.DutyRatesPublishedV2
|
|
@@ -31911,7 +32084,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31911
32084
|
| io.flow.internal.v0.models.HarmonizedItemsHs6Export
|
|
31912
32085
|
| io.flow.internal.v0.models.UnharmonizedItemsExport
|
|
31913
32086
|
| io.flow.internal.v0.models.DutiedItemsExport
|
|
31914
|
-
| io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport
|
|
31915
32087
|
| io.flow.internal.v0.models.HarmonizationCodesImport
|
|
31916
32088
|
| io.flow.internal.v0.models.HarmonizeFullyRequestV2
|
|
31917
32089
|
| io.flow.internal.v0.models.ImportCompleted
|
|
@@ -32128,6 +32300,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
32128
32300
|
| io.flow.internal.v0.models.RaveenaItemDeleted
|
|
32129
32301
|
| io.flow.internal.v0.models.MaheshItemUpserted
|
|
32130
32302
|
| io.flow.internal.v0.models.MaheshItemDeleted
|
|
32303
|
+
| io.flow.internal.v0.models.JohnStrongItemUpserted
|
|
32304
|
+
| io.flow.internal.v0.models.JohnStrongItemDeleted
|
|
32131
32305
|
| io.flow.internal.v0.models.TrackingProcessingErrorUpserted
|
|
32132
32306
|
| io.flow.internal.v0.models.TrackingProcessingErrorDeleted
|
|
32133
32307
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
@@ -32369,10 +32543,14 @@ export type AccountOrdersExportRequest =
|
|
|
32369
32543
|
io.flow.internal.v0.models.AccountOrdersExportRequest;
|
|
32370
32544
|
export type AccountOrigin = io.flow.internal.v0.models.AccountOrigin;
|
|
32371
32545
|
export type AccountPaymentHold = io.flow.internal.v0.models.AccountPaymentHold;
|
|
32546
|
+
export type AccountPaymentHoldDeleted =
|
|
32547
|
+
io.flow.internal.v0.models.AccountPaymentHoldDeleted;
|
|
32372
32548
|
export type AccountPaymentHoldForm =
|
|
32373
32549
|
io.flow.internal.v0.models.AccountPaymentHoldForm;
|
|
32374
32550
|
export type AccountPaymentHoldReason =
|
|
32375
32551
|
io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
32552
|
+
export type AccountPaymentHoldUpserted =
|
|
32553
|
+
io.flow.internal.v0.models.AccountPaymentHoldUpserted;
|
|
32376
32554
|
export type AccountProcessingRateForm =
|
|
32377
32555
|
io.flow.internal.v0.models.AccountProcessingRateForm;
|
|
32378
32556
|
export type AccountProcessingRates =
|
|
@@ -32519,6 +32697,7 @@ export type AfterpayRefundDeleted =
|
|
|
32519
32697
|
export type AfterpayRefundUpserted =
|
|
32520
32698
|
io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
32521
32699
|
export type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
32700
|
+
export type AgentReviewDetail = io.flow.internal.v0.models.AgentReviewDetail;
|
|
32522
32701
|
export type AiOutput = io.flow.internal.v0.unions.AiOutput;
|
|
32523
32702
|
export type AiReviewBatchSubmitted =
|
|
32524
32703
|
io.flow.internal.v0.models.AiReviewBatchSubmitted;
|
|
@@ -32602,9 +32781,14 @@ export type B2BTransactionTaxLine =
|
|
|
32602
32781
|
export type B2BTransactionTaxableItem =
|
|
32603
32782
|
io.flow.internal.v0.models.B2BTransactionTaxableItem;
|
|
32604
32783
|
export type BankAccount = io.flow.internal.v0.models.BankAccount;
|
|
32784
|
+
export type BankAccountDeleted = io.flow.internal.v0.models.BankAccountDeleted;
|
|
32605
32785
|
export type BankAccountReference =
|
|
32606
32786
|
io.flow.internal.v0.models.BankAccountReference;
|
|
32787
|
+
export type BankAccountSnapshot =
|
|
32788
|
+
io.flow.internal.v0.models.BankAccountSnapshot;
|
|
32607
32789
|
export type BankAccountStatus = io.flow.internal.v0.enums.BankAccountStatus;
|
|
32790
|
+
export type BankAccountUpserted =
|
|
32791
|
+
io.flow.internal.v0.models.BankAccountUpserted;
|
|
32608
32792
|
export type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
32609
32793
|
export type BankPaymentDeletedV2 =
|
|
32610
32794
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
@@ -32617,8 +32801,13 @@ export type BankPaymentOrderDeleted =
|
|
|
32617
32801
|
io.flow.internal.v0.models.BankPaymentOrderDeleted;
|
|
32618
32802
|
export type BankPaymentOrderUpserted =
|
|
32619
32803
|
io.flow.internal.v0.models.BankPaymentOrderUpserted;
|
|
32804
|
+
export type BankPaymentPromise = io.flow.internal.v0.models.BankPaymentPromise;
|
|
32620
32805
|
export type BankPaymentPromiseCompletedMethod =
|
|
32621
32806
|
io.flow.internal.v0.enums.BankPaymentPromiseCompletedMethod;
|
|
32807
|
+
export type BankPaymentPromiseDeleted =
|
|
32808
|
+
io.flow.internal.v0.models.BankPaymentPromiseDeleted;
|
|
32809
|
+
export type BankPaymentPromiseUpserted =
|
|
32810
|
+
io.flow.internal.v0.models.BankPaymentPromiseUpserted;
|
|
32622
32811
|
export type BankPaymentReference =
|
|
32623
32812
|
io.flow.internal.v0.models.BankPaymentReference;
|
|
32624
32813
|
export type BankPaymentStatusCode =
|
|
@@ -32631,6 +32820,10 @@ export type BankPaymentStatusImportForm =
|
|
|
32631
32820
|
io.flow.internal.v0.models.BankPaymentStatusImportForm;
|
|
32632
32821
|
export type BankPaymentStatusImportResult =
|
|
32633
32822
|
io.flow.internal.v0.models.BankPaymentStatusImportResult;
|
|
32823
|
+
export type BankPaymentStatusProcessedImportForm =
|
|
32824
|
+
io.flow.internal.v0.models.BankPaymentStatusProcessedImportForm;
|
|
32825
|
+
export type BankPaymentStatusProcessedSingleForm =
|
|
32826
|
+
io.flow.internal.v0.models.BankPaymentStatusProcessedSingleForm;
|
|
32634
32827
|
export type BankPaymentStatusSentImportForm =
|
|
32635
32828
|
io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
|
|
32636
32829
|
export type BankPaymentStatusSingleForm =
|
|
@@ -32781,6 +32974,7 @@ export type CarrierDocument = io.flow.internal.v0.models.CarrierDocument;
|
|
|
32781
32974
|
export type CarrierDocumentContent =
|
|
32782
32975
|
io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
32783
32976
|
export type CarrierDocumentType = io.flow.internal.v0.enums.CarrierDocumentType;
|
|
32977
|
+
export type CarrierEstimate = io.flow.internal.v0.models.CarrierEstimate;
|
|
32784
32978
|
export type CarrierFile = io.flow.internal.v0.models.CarrierFile;
|
|
32785
32979
|
export type CarrierFileForm = io.flow.internal.v0.models.CarrierFileForm;
|
|
32786
32980
|
export type CarrierFileResult = io.flow.internal.v0.models.CarrierFileResult;
|
|
@@ -33156,8 +33350,6 @@ export type CryptoAuthenticationForm =
|
|
|
33156
33350
|
export type CsvTransaction = io.flow.internal.v0.models.CsvTransaction;
|
|
33157
33351
|
export type CurrencyInternalRate =
|
|
33158
33352
|
io.flow.internal.v0.models.CurrencyInternalRate;
|
|
33159
|
-
export type CustomsDescriptionImport =
|
|
33160
|
-
io.flow.internal.v0.models.CustomsDescriptionImport;
|
|
33161
33353
|
export type CustomsDescriptionStatistics =
|
|
33162
33354
|
io.flow.internal.v0.models.CustomsDescriptionStatistics;
|
|
33163
33355
|
export type CustomsDescriptionSuggestion =
|
|
@@ -33166,8 +33358,6 @@ export type CustomsDescriptionTariffCodeDuty =
|
|
|
33166
33358
|
io.flow.internal.v0.models.CustomsDescriptionTariffCodeDuty;
|
|
33167
33359
|
export type CustomsDescriptionTariffCodeDutyForm =
|
|
33168
33360
|
io.flow.internal.v0.models.CustomsDescriptionTariffCodeDutyForm;
|
|
33169
|
-
export type CustomsDescriptionTariffsImport =
|
|
33170
|
-
io.flow.internal.v0.models.CustomsDescriptionTariffsImport;
|
|
33171
33361
|
export type CustomsDetails = io.flow.internal.v0.models.CustomsDetails;
|
|
33172
33362
|
export type CustomsDetailsForm = io.flow.internal.v0.models.CustomsDetailsForm;
|
|
33173
33363
|
export type CustomsProductAttributeLabel =
|
|
@@ -33692,6 +33882,14 @@ export type GuaranteedShippingCalibrationForm =
|
|
|
33692
33882
|
io.flow.internal.v0.models.GuaranteedShippingCalibrationForm;
|
|
33693
33883
|
export type GuaranteedShippingCalibrationLaneForm =
|
|
33694
33884
|
io.flow.internal.v0.models.GuaranteedShippingCalibrationLaneForm;
|
|
33885
|
+
export type GuaranteedShippingPublication =
|
|
33886
|
+
io.flow.internal.v0.models.GuaranteedShippingPublication;
|
|
33887
|
+
export type GuaranteedShippingPublicationForm =
|
|
33888
|
+
io.flow.internal.v0.models.GuaranteedShippingPublicationForm;
|
|
33889
|
+
export type GuaranteedShippingPublicationLaneForm =
|
|
33890
|
+
io.flow.internal.v0.models.GuaranteedShippingPublicationLaneForm;
|
|
33891
|
+
export type GuaranteedShippingPublicationStatus =
|
|
33892
|
+
io.flow.internal.v0.enums.GuaranteedShippingPublicationStatus;
|
|
33695
33893
|
export type GuaranteedShippingPublishedOutput =
|
|
33696
33894
|
io.flow.internal.v0.models.GuaranteedShippingPublishedOutput;
|
|
33697
33895
|
export type GuaranteedShippingPublishedOutputDeleted =
|
|
@@ -33728,8 +33926,6 @@ export type HarmonizationItemSummary =
|
|
|
33728
33926
|
io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
33729
33927
|
export type HarmonizationMlModelSummary =
|
|
33730
33928
|
io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
33731
|
-
export type HarmonizationPhraseSuggestionRequestImport =
|
|
33732
|
-
io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
33733
33929
|
export type HarmonizationThreshold =
|
|
33734
33930
|
io.flow.internal.v0.models.HarmonizationThreshold;
|
|
33735
33931
|
export type HarmonizationThresholdForm =
|
|
@@ -33870,8 +34066,12 @@ export type ItemSummary = io.flow.internal.v0.models.ItemSummary;
|
|
|
33870
34066
|
export type ItemType = io.flow.internal.v0.enums.ItemType;
|
|
33871
34067
|
export type ItemValuesForm = io.flow.internal.v0.models.ItemValuesForm;
|
|
33872
34068
|
export type JohnStrongItem = io.flow.internal.v0.models.JohnStrongItem;
|
|
34069
|
+
export type JohnStrongItemDeleted =
|
|
34070
|
+
io.flow.internal.v0.models.JohnStrongItemDeleted;
|
|
33873
34071
|
export type JohnStrongItemForm = io.flow.internal.v0.models.JohnStrongItemForm;
|
|
33874
34072
|
export type JohnStrongItemType = io.flow.internal.v0.enums.JohnStrongItemType;
|
|
34073
|
+
export type JohnStrongItemUpserted =
|
|
34074
|
+
io.flow.internal.v0.models.JohnStrongItemUpserted;
|
|
33875
34075
|
export type Journal = io.flow.internal.v0.models.Journal;
|
|
33876
34076
|
export type JournalFailure = io.flow.internal.v0.models.JournalFailure;
|
|
33877
34077
|
export type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
|
|
@@ -34508,8 +34708,6 @@ export type PendingBankPaymentDetail =
|
|
|
34508
34708
|
io.flow.internal.v0.models.PendingBankPaymentDetail;
|
|
34509
34709
|
export type PendingOrder = io.flow.internal.v0.models.PendingOrder;
|
|
34510
34710
|
export type PendingRecordType = io.flow.internal.v0.enums.PendingRecordType;
|
|
34511
|
-
export type PhraseClassified = io.flow.internal.v0.models.PhraseClassified;
|
|
34512
|
-
export type PhrasePropagated = io.flow.internal.v0.models.PhrasePropagated;
|
|
34513
34711
|
export type PlatformFee = io.flow.internal.v0.unions.PlatformFee;
|
|
34514
34712
|
export type PlatformFeeChange = io.flow.internal.v0.models.PlatformFeeChange;
|
|
34515
34713
|
export type PlatformFeeChangeDeleted =
|
|
@@ -34526,6 +34724,11 @@ export type PlatformFeePercentage =
|
|
|
34526
34724
|
io.flow.internal.v0.models.PlatformFeePercentage;
|
|
34527
34725
|
export type PlatformFeePercentageTier =
|
|
34528
34726
|
io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
34727
|
+
export type PostingProof = io.flow.internal.v0.models.PostingProof;
|
|
34728
|
+
export type PostingProofDeleted =
|
|
34729
|
+
io.flow.internal.v0.models.PostingProofDeleted;
|
|
34730
|
+
export type PostingProofUpserted =
|
|
34731
|
+
io.flow.internal.v0.models.PostingProofUpserted;
|
|
34529
34732
|
export type Prediction = io.flow.internal.v0.models.Prediction;
|
|
34530
34733
|
export type PreferredBillingSchedule =
|
|
34531
34734
|
io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
@@ -34859,6 +35062,8 @@ export type ReportingVatRemittance =
|
|
|
34859
35062
|
export type ReportingVatRemittanceRate =
|
|
34860
35063
|
io.flow.internal.v0.models.ReportingVatRemittanceRate;
|
|
34861
35064
|
export type ReportingVendor = io.flow.internal.v0.models.ReportingVendor;
|
|
35065
|
+
export type RequestedBankPaymentStatusCode =
|
|
35066
|
+
io.flow.internal.v0.enums.RequestedBankPaymentStatusCode;
|
|
34862
35067
|
export type RequeueRequestForm = io.flow.internal.v0.models.RequeueRequestForm;
|
|
34863
35068
|
export type RescreenRestrictionsProducts =
|
|
34864
35069
|
io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
@@ -35051,6 +35256,8 @@ export type SellabilityCheckResult =
|
|
|
35051
35256
|
io.flow.internal.v0.models.SellabilityCheckResult;
|
|
35052
35257
|
export type SellabilityCheckStatus =
|
|
35053
35258
|
io.flow.internal.v0.enums.SellabilityCheckStatus;
|
|
35259
|
+
export type SellabilityDecisionSource =
|
|
35260
|
+
io.flow.internal.v0.enums.SellabilityDecisionSource;
|
|
35054
35261
|
export type SellabilityInternalMatchType =
|
|
35055
35262
|
io.flow.internal.v0.enums.SellabilityInternalMatchType;
|
|
35056
35263
|
export type SellabilityPendingVerification =
|
|
@@ -35059,6 +35266,8 @@ export type SellabilityPendingVerificationDeleted =
|
|
|
35059
35266
|
io.flow.internal.v0.models.SellabilityPendingVerificationDeleted;
|
|
35060
35267
|
export type SellabilityPendingVerificationUpserted =
|
|
35061
35268
|
io.flow.internal.v0.models.SellabilityPendingVerificationUpserted;
|
|
35269
|
+
export type SellabilityRuleMatch =
|
|
35270
|
+
io.flow.internal.v0.models.SellabilityRuleMatch;
|
|
35062
35271
|
export type SellabilityStatus = io.flow.internal.v0.enums.SellabilityStatus;
|
|
35063
35272
|
export type ServiceFees = io.flow.internal.v0.models.ServiceFees;
|
|
35064
35273
|
export type ServiceFeesForm = io.flow.internal.v0.models.ServiceFeesForm;
|
|
@@ -35181,6 +35390,8 @@ export type ShopifyMarketsQueuedRecord =
|
|
|
35181
35390
|
export type ShopifyMarketsQueuedRecordType =
|
|
35182
35391
|
io.flow.internal.v0.enums.ShopifyMarketsQueuedRecordType;
|
|
35183
35392
|
export type ShopifyMarketsShop = io.flow.internal.v0.models.ShopifyMarketsShop;
|
|
35393
|
+
export type ShopifyMarketsShopAccessToken =
|
|
35394
|
+
io.flow.internal.v0.models.ShopifyMarketsShopAccessToken;
|
|
35184
35395
|
export type ShopifyMarketsShopDeleted =
|
|
35185
35396
|
io.flow.internal.v0.models.ShopifyMarketsShopDeleted;
|
|
35186
35397
|
export type ShopifyMarketsShopForm =
|
|
@@ -35593,6 +35804,8 @@ export type TrackingDebugForceTransitForm =
|
|
|
35593
35804
|
export type TrackingDebugLabel = io.flow.internal.v0.models.TrackingDebugLabel;
|
|
35594
35805
|
export type TrackingDebugLabelEvent =
|
|
35595
35806
|
io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
35807
|
+
export type TrackingDebugLabelEventUpsertForm =
|
|
35808
|
+
io.flow.internal.v0.models.TrackingDebugLabelEventUpsertForm;
|
|
35596
35809
|
export type TrackingDebugLabelLocation =
|
|
35597
35810
|
io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
35598
35811
|
export type TrackingDeleted = io.flow.internal.v0.models.TrackingDeleted;
|