@flowio/types 11.24.142 → 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 +189 -50
- package/dist/api.d.ts +1 -0
- package/package.json +1 -1
- package/src/api-internal.ts +266 -62
- 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;
|
|
@@ -19494,6 +19572,29 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19494
19572
|
readonly bank_payment_order: io.flow.internal.v0.models.BankPaymentOrder;
|
|
19495
19573
|
}
|
|
19496
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
|
+
|
|
19497
19598
|
interface BankPaymentReference {
|
|
19498
19599
|
readonly id: string;
|
|
19499
19600
|
}
|
|
@@ -19521,7 +19622,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19521
19622
|
}
|
|
19522
19623
|
|
|
19523
19624
|
interface BankPaymentStatusProcessedImportForm {
|
|
19524
|
-
readonly
|
|
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;
|
|
19525
19632
|
}
|
|
19526
19633
|
|
|
19527
19634
|
interface BankPaymentStatusSentImportForm {
|
|
@@ -20134,6 +20241,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20134
20241
|
readonly document_content: io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
20135
20242
|
}
|
|
20136
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
|
+
|
|
20137
20251
|
interface CarrierFile {
|
|
20138
20252
|
readonly id: string;
|
|
20139
20253
|
readonly type: io.flow.internal.v0.enums.CarrierFileType;
|
|
@@ -20571,6 +20685,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20571
20685
|
}
|
|
20572
20686
|
|
|
20573
20687
|
interface ChannelOrderTaxAndDutyInclusivitySetting {
|
|
20688
|
+
readonly id: string;
|
|
20574
20689
|
readonly organization: io.flow.common.v0.models.OrganizationReference;
|
|
20575
20690
|
readonly order_number: string;
|
|
20576
20691
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
@@ -21417,16 +21532,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21417
21532
|
readonly updated_by_user_id: string;
|
|
21418
21533
|
}
|
|
21419
21534
|
|
|
21420
|
-
interface CustomsDescriptionImport {
|
|
21421
|
-
readonly discriminator: 'customs_description_import';
|
|
21422
|
-
readonly event_id: string;
|
|
21423
|
-
readonly timestamp: string;
|
|
21424
|
-
readonly organization: string;
|
|
21425
|
-
readonly import_id: string;
|
|
21426
|
-
readonly source_url: string;
|
|
21427
|
-
readonly filename?: string;
|
|
21428
|
-
}
|
|
21429
|
-
|
|
21430
21535
|
interface CustomsDescriptionStatistics {
|
|
21431
21536
|
readonly message: string;
|
|
21432
21537
|
readonly default_customs_description_total: number;
|
|
@@ -21464,16 +21569,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21464
21569
|
>;
|
|
21465
21570
|
}
|
|
21466
21571
|
|
|
21467
|
-
interface CustomsDescriptionTariffsImport {
|
|
21468
|
-
readonly discriminator: 'customs_description_tariffs_import';
|
|
21469
|
-
readonly event_id: string;
|
|
21470
|
-
readonly timestamp: string;
|
|
21471
|
-
readonly organization: string;
|
|
21472
|
-
readonly import_id: string;
|
|
21473
|
-
readonly source_url: string;
|
|
21474
|
-
readonly filename?: string;
|
|
21475
|
-
}
|
|
21476
|
-
|
|
21477
21572
|
interface CustomsDetails {
|
|
21478
21573
|
readonly tariff_eligibility_data: io.flow.internal.v0.unions.TariffEligibilityData[];
|
|
21479
21574
|
readonly compliance_data: io.flow.internal.v0.unions.ComplianceData[];
|
|
@@ -23593,6 +23688,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23593
23688
|
readonly destination_country?: string;
|
|
23594
23689
|
}
|
|
23595
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
|
+
|
|
23596
23710
|
interface GuaranteedShippingPublishedOutput {
|
|
23597
23711
|
readonly id: string;
|
|
23598
23712
|
readonly organization_id: string;
|
|
@@ -23600,7 +23714,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23600
23714
|
readonly destination_country: string;
|
|
23601
23715
|
readonly coefficient: number;
|
|
23602
23716
|
readonly flat_rates: io.flow.internal.v0.models.FlatRate[];
|
|
23603
|
-
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;
|
|
23604
23722
|
}
|
|
23605
23723
|
|
|
23606
23724
|
interface GuaranteedShippingPublishedOutputDeleted {
|
|
@@ -23739,16 +23857,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23739
23857
|
readonly score?: number;
|
|
23740
23858
|
}
|
|
23741
23859
|
|
|
23742
|
-
interface HarmonizationPhraseSuggestionRequestImport {
|
|
23743
|
-
readonly discriminator: 'harmonization_phrase_suggestion_request_import';
|
|
23744
|
-
readonly event_id: string;
|
|
23745
|
-
readonly timestamp: string;
|
|
23746
|
-
readonly organization: string;
|
|
23747
|
-
readonly import_id: string;
|
|
23748
|
-
readonly source_url: string;
|
|
23749
|
-
readonly filename?: string;
|
|
23750
|
-
}
|
|
23751
|
-
|
|
23752
23860
|
interface HarmonizationThreshold {
|
|
23753
23861
|
readonly id: string;
|
|
23754
23862
|
readonly chapter: number;
|
|
@@ -24362,6 +24470,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24362
24470
|
readonly added_on: string;
|
|
24363
24471
|
}
|
|
24364
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
|
+
|
|
24365
24480
|
interface JohnStrongItemForm {
|
|
24366
24481
|
readonly number: string;
|
|
24367
24482
|
readonly amount: io.flow.common.v0.models.Price;
|
|
@@ -24370,6 +24485,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24370
24485
|
readonly added_on: string;
|
|
24371
24486
|
}
|
|
24372
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
|
+
|
|
24373
24495
|
interface Journal {
|
|
24374
24496
|
readonly name: string;
|
|
24375
24497
|
readonly queued: number;
|
|
@@ -26317,8 +26439,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26317
26439
|
readonly channel_id: string;
|
|
26318
26440
|
readonly organization_id: string;
|
|
26319
26441
|
readonly destination_country: string;
|
|
26320
|
-
readonly
|
|
26321
|
-
readonly cost: io.flow.common.v0.models.Money;
|
|
26442
|
+
readonly carrier_estimates: io.flow.internal.v0.models.CarrierEstimate[];
|
|
26322
26443
|
readonly updated_at: number;
|
|
26323
26444
|
readonly run_id: string;
|
|
26324
26445
|
readonly model_version: string;
|
|
@@ -26881,18 +27002,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26881
27002
|
readonly posting_cutoff: string;
|
|
26882
27003
|
}
|
|
26883
27004
|
|
|
26884
|
-
interface PhraseClassified {
|
|
26885
|
-
readonly event_id: string;
|
|
26886
|
-
readonly timestamp: string;
|
|
26887
|
-
readonly phrase_id: string;
|
|
26888
|
-
}
|
|
26889
|
-
|
|
26890
|
-
interface PhrasePropagated {
|
|
26891
|
-
readonly event_id: string;
|
|
26892
|
-
readonly timestamp: string;
|
|
26893
|
-
readonly phrase_id: string;
|
|
26894
|
-
}
|
|
26895
|
-
|
|
26896
27005
|
interface PlatformFeeChange {
|
|
26897
27006
|
readonly organization_id: string;
|
|
26898
27007
|
readonly key: string;
|
|
@@ -26948,6 +27057,30 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26948
27057
|
readonly rate: number;
|
|
26949
27058
|
}
|
|
26950
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
|
+
|
|
26951
27084
|
interface Prediction {
|
|
26952
27085
|
readonly main_material: string;
|
|
26953
27086
|
readonly gender: string;
|
|
@@ -27047,6 +27180,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27047
27180
|
readonly effective_taxonomy_category?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
27048
27181
|
readonly fingerprint: string;
|
|
27049
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[];
|
|
27050
27185
|
readonly created_at?: string;
|
|
27051
27186
|
}
|
|
27052
27187
|
|
|
@@ -28391,6 +28526,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28391
28526
|
readonly positive_keywords?: string[];
|
|
28392
28527
|
readonly negative_keywords?: string[];
|
|
28393
28528
|
readonly product_id?: string;
|
|
28529
|
+
readonly escalated_only?: boolean;
|
|
28394
28530
|
}
|
|
28395
28531
|
|
|
28396
28532
|
interface RestrictionItemReview {
|
|
@@ -28402,6 +28538,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28402
28538
|
readonly date?: string;
|
|
28403
28539
|
readonly updated_by?: io.flow.common.v0.models.User;
|
|
28404
28540
|
readonly created_at: string;
|
|
28541
|
+
readonly agent_review_status?: string;
|
|
28542
|
+
readonly agent_reviewed_at?: string;
|
|
28543
|
+
readonly agent_confidence?: number;
|
|
28405
28544
|
readonly updated_at: string;
|
|
28406
28545
|
}
|
|
28407
28546
|
|
|
@@ -28777,6 +28916,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
28777
28916
|
readonly daily_num_products_restricted_somewhere_by_fs?: number;
|
|
28778
28917
|
readonly daily_num_products_with_false_allows_by_fs?: number;
|
|
28779
28918
|
readonly daily_num_products_with_false_restricts_by_fs?: number;
|
|
28919
|
+
readonly num_unserviceable_taxonomy_decisions_created?: number;
|
|
28780
28920
|
}
|
|
28781
28921
|
|
|
28782
28922
|
interface RestrictionsDailyopsDeleted {
|
|
@@ -29120,6 +29260,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
29120
29260
|
readonly sellability_pending_verification: io.flow.internal.v0.models.SellabilityPendingVerification;
|
|
29121
29261
|
}
|
|
29122
29262
|
|
|
29263
|
+
interface SellabilityRuleMatch {
|
|
29264
|
+
readonly reason_code: string;
|
|
29265
|
+
readonly match_types: io.flow.internal.v0.enums.SellabilityInternalMatchType[];
|
|
29266
|
+
}
|
|
29267
|
+
|
|
29123
29268
|
interface ServiceFees {
|
|
29124
29269
|
readonly ratecard: io.flow.internal.v0.models.RatecardInternalSummary;
|
|
29125
29270
|
readonly service_fees: io.flow.ratecard.v0.unions.ServiceFee[];
|
|
@@ -29568,6 +29713,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
29568
29713
|
readonly fast_sellability_completed_at?: string;
|
|
29569
29714
|
}
|
|
29570
29715
|
|
|
29716
|
+
interface ShopifyMarketsShopAccessToken {
|
|
29717
|
+
readonly myshopify_domain: string;
|
|
29718
|
+
readonly access_token: string;
|
|
29719
|
+
}
|
|
29720
|
+
|
|
29571
29721
|
interface ShopifyMarketsShopDeleted {
|
|
29572
29722
|
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
29573
29723
|
readonly event_id: string;
|
|
@@ -31136,6 +31286,16 @@ declare namespace io.flow.internal.v0.models {
|
|
|
31136
31286
|
readonly location?: io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
31137
31287
|
}
|
|
31138
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
|
+
|
|
31139
31299
|
interface TrackingDebugLabelLocation {
|
|
31140
31300
|
readonly country: string;
|
|
31141
31301
|
}
|
|
@@ -31786,6 +31946,14 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31786
31946
|
| io.flow.internal.v0.models.DutyTransactionDeleted
|
|
31787
31947
|
| io.flow.internal.v0.models.TransactionStatementUpserted
|
|
31788
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
|
|
31789
31957
|
| io.flow.internal.v0.models.DailyValueUpserted
|
|
31790
31958
|
| io.flow.internal.v0.models.DailyValueDeleted
|
|
31791
31959
|
| io.flow.internal.v0.models.RevenueRecordUpserted
|
|
@@ -31832,8 +32000,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31832
32000
|
| io.flow.internal.v0.models.OrganizationCurrencySettingDeleted
|
|
31833
32001
|
| io.flow.internal.v0.models.ChannelCurrencySettingUpserted
|
|
31834
32002
|
| io.flow.internal.v0.models.ChannelCurrencySettingDeleted
|
|
31835
|
-
| io.flow.internal.v0.models.CustomsDescriptionImport
|
|
31836
|
-
| io.flow.internal.v0.models.CustomsDescriptionTariffsImport
|
|
31837
32003
|
| io.flow.internal.v0.models.DisputeUpserted
|
|
31838
32004
|
| io.flow.internal.v0.models.DisputeDeleted
|
|
31839
32005
|
| io.flow.internal.v0.models.DutyRatesPublishedV2
|
|
@@ -31918,7 +32084,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
31918
32084
|
| io.flow.internal.v0.models.HarmonizedItemsHs6Export
|
|
31919
32085
|
| io.flow.internal.v0.models.UnharmonizedItemsExport
|
|
31920
32086
|
| io.flow.internal.v0.models.DutiedItemsExport
|
|
31921
|
-
| io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport
|
|
31922
32087
|
| io.flow.internal.v0.models.HarmonizationCodesImport
|
|
31923
32088
|
| io.flow.internal.v0.models.HarmonizeFullyRequestV2
|
|
31924
32089
|
| io.flow.internal.v0.models.ImportCompleted
|
|
@@ -32135,6 +32300,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
32135
32300
|
| io.flow.internal.v0.models.RaveenaItemDeleted
|
|
32136
32301
|
| io.flow.internal.v0.models.MaheshItemUpserted
|
|
32137
32302
|
| io.flow.internal.v0.models.MaheshItemDeleted
|
|
32303
|
+
| io.flow.internal.v0.models.JohnStrongItemUpserted
|
|
32304
|
+
| io.flow.internal.v0.models.JohnStrongItemDeleted
|
|
32138
32305
|
| io.flow.internal.v0.models.TrackingProcessingErrorUpserted
|
|
32139
32306
|
| io.flow.internal.v0.models.TrackingProcessingErrorDeleted
|
|
32140
32307
|
| io.flow.internal.v0.models.TrackingLabelEventUpsertedV2
|
|
@@ -32376,10 +32543,14 @@ export type AccountOrdersExportRequest =
|
|
|
32376
32543
|
io.flow.internal.v0.models.AccountOrdersExportRequest;
|
|
32377
32544
|
export type AccountOrigin = io.flow.internal.v0.models.AccountOrigin;
|
|
32378
32545
|
export type AccountPaymentHold = io.flow.internal.v0.models.AccountPaymentHold;
|
|
32546
|
+
export type AccountPaymentHoldDeleted =
|
|
32547
|
+
io.flow.internal.v0.models.AccountPaymentHoldDeleted;
|
|
32379
32548
|
export type AccountPaymentHoldForm =
|
|
32380
32549
|
io.flow.internal.v0.models.AccountPaymentHoldForm;
|
|
32381
32550
|
export type AccountPaymentHoldReason =
|
|
32382
32551
|
io.flow.internal.v0.enums.AccountPaymentHoldReason;
|
|
32552
|
+
export type AccountPaymentHoldUpserted =
|
|
32553
|
+
io.flow.internal.v0.models.AccountPaymentHoldUpserted;
|
|
32383
32554
|
export type AccountProcessingRateForm =
|
|
32384
32555
|
io.flow.internal.v0.models.AccountProcessingRateForm;
|
|
32385
32556
|
export type AccountProcessingRates =
|
|
@@ -32526,6 +32697,7 @@ export type AfterpayRefundDeleted =
|
|
|
32526
32697
|
export type AfterpayRefundUpserted =
|
|
32527
32698
|
io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
32528
32699
|
export type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
32700
|
+
export type AgentReviewDetail = io.flow.internal.v0.models.AgentReviewDetail;
|
|
32529
32701
|
export type AiOutput = io.flow.internal.v0.unions.AiOutput;
|
|
32530
32702
|
export type AiReviewBatchSubmitted =
|
|
32531
32703
|
io.flow.internal.v0.models.AiReviewBatchSubmitted;
|
|
@@ -32609,9 +32781,14 @@ export type B2BTransactionTaxLine =
|
|
|
32609
32781
|
export type B2BTransactionTaxableItem =
|
|
32610
32782
|
io.flow.internal.v0.models.B2BTransactionTaxableItem;
|
|
32611
32783
|
export type BankAccount = io.flow.internal.v0.models.BankAccount;
|
|
32784
|
+
export type BankAccountDeleted = io.flow.internal.v0.models.BankAccountDeleted;
|
|
32612
32785
|
export type BankAccountReference =
|
|
32613
32786
|
io.flow.internal.v0.models.BankAccountReference;
|
|
32787
|
+
export type BankAccountSnapshot =
|
|
32788
|
+
io.flow.internal.v0.models.BankAccountSnapshot;
|
|
32614
32789
|
export type BankAccountStatus = io.flow.internal.v0.enums.BankAccountStatus;
|
|
32790
|
+
export type BankAccountUpserted =
|
|
32791
|
+
io.flow.internal.v0.models.BankAccountUpserted;
|
|
32615
32792
|
export type BankPayment = io.flow.internal.v0.models.BankPayment;
|
|
32616
32793
|
export type BankPaymentDeletedV2 =
|
|
32617
32794
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
@@ -32624,8 +32801,13 @@ export type BankPaymentOrderDeleted =
|
|
|
32624
32801
|
io.flow.internal.v0.models.BankPaymentOrderDeleted;
|
|
32625
32802
|
export type BankPaymentOrderUpserted =
|
|
32626
32803
|
io.flow.internal.v0.models.BankPaymentOrderUpserted;
|
|
32804
|
+
export type BankPaymentPromise = io.flow.internal.v0.models.BankPaymentPromise;
|
|
32627
32805
|
export type BankPaymentPromiseCompletedMethod =
|
|
32628
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;
|
|
32629
32811
|
export type BankPaymentReference =
|
|
32630
32812
|
io.flow.internal.v0.models.BankPaymentReference;
|
|
32631
32813
|
export type BankPaymentStatusCode =
|
|
@@ -32640,6 +32822,8 @@ export type BankPaymentStatusImportResult =
|
|
|
32640
32822
|
io.flow.internal.v0.models.BankPaymentStatusImportResult;
|
|
32641
32823
|
export type BankPaymentStatusProcessedImportForm =
|
|
32642
32824
|
io.flow.internal.v0.models.BankPaymentStatusProcessedImportForm;
|
|
32825
|
+
export type BankPaymentStatusProcessedSingleForm =
|
|
32826
|
+
io.flow.internal.v0.models.BankPaymentStatusProcessedSingleForm;
|
|
32643
32827
|
export type BankPaymentStatusSentImportForm =
|
|
32644
32828
|
io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
|
|
32645
32829
|
export type BankPaymentStatusSingleForm =
|
|
@@ -32790,6 +32974,7 @@ export type CarrierDocument = io.flow.internal.v0.models.CarrierDocument;
|
|
|
32790
32974
|
export type CarrierDocumentContent =
|
|
32791
32975
|
io.flow.internal.v0.unions.CarrierDocumentContent;
|
|
32792
32976
|
export type CarrierDocumentType = io.flow.internal.v0.enums.CarrierDocumentType;
|
|
32977
|
+
export type CarrierEstimate = io.flow.internal.v0.models.CarrierEstimate;
|
|
32793
32978
|
export type CarrierFile = io.flow.internal.v0.models.CarrierFile;
|
|
32794
32979
|
export type CarrierFileForm = io.flow.internal.v0.models.CarrierFileForm;
|
|
32795
32980
|
export type CarrierFileResult = io.flow.internal.v0.models.CarrierFileResult;
|
|
@@ -33165,8 +33350,6 @@ export type CryptoAuthenticationForm =
|
|
|
33165
33350
|
export type CsvTransaction = io.flow.internal.v0.models.CsvTransaction;
|
|
33166
33351
|
export type CurrencyInternalRate =
|
|
33167
33352
|
io.flow.internal.v0.models.CurrencyInternalRate;
|
|
33168
|
-
export type CustomsDescriptionImport =
|
|
33169
|
-
io.flow.internal.v0.models.CustomsDescriptionImport;
|
|
33170
33353
|
export type CustomsDescriptionStatistics =
|
|
33171
33354
|
io.flow.internal.v0.models.CustomsDescriptionStatistics;
|
|
33172
33355
|
export type CustomsDescriptionSuggestion =
|
|
@@ -33175,8 +33358,6 @@ export type CustomsDescriptionTariffCodeDuty =
|
|
|
33175
33358
|
io.flow.internal.v0.models.CustomsDescriptionTariffCodeDuty;
|
|
33176
33359
|
export type CustomsDescriptionTariffCodeDutyForm =
|
|
33177
33360
|
io.flow.internal.v0.models.CustomsDescriptionTariffCodeDutyForm;
|
|
33178
|
-
export type CustomsDescriptionTariffsImport =
|
|
33179
|
-
io.flow.internal.v0.models.CustomsDescriptionTariffsImport;
|
|
33180
33361
|
export type CustomsDetails = io.flow.internal.v0.models.CustomsDetails;
|
|
33181
33362
|
export type CustomsDetailsForm = io.flow.internal.v0.models.CustomsDetailsForm;
|
|
33182
33363
|
export type CustomsProductAttributeLabel =
|
|
@@ -33701,6 +33882,14 @@ export type GuaranteedShippingCalibrationForm =
|
|
|
33701
33882
|
io.flow.internal.v0.models.GuaranteedShippingCalibrationForm;
|
|
33702
33883
|
export type GuaranteedShippingCalibrationLaneForm =
|
|
33703
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;
|
|
33704
33893
|
export type GuaranteedShippingPublishedOutput =
|
|
33705
33894
|
io.flow.internal.v0.models.GuaranteedShippingPublishedOutput;
|
|
33706
33895
|
export type GuaranteedShippingPublishedOutputDeleted =
|
|
@@ -33737,8 +33926,6 @@ export type HarmonizationItemSummary =
|
|
|
33737
33926
|
io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
33738
33927
|
export type HarmonizationMlModelSummary =
|
|
33739
33928
|
io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
33740
|
-
export type HarmonizationPhraseSuggestionRequestImport =
|
|
33741
|
-
io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
33742
33929
|
export type HarmonizationThreshold =
|
|
33743
33930
|
io.flow.internal.v0.models.HarmonizationThreshold;
|
|
33744
33931
|
export type HarmonizationThresholdForm =
|
|
@@ -33879,8 +34066,12 @@ export type ItemSummary = io.flow.internal.v0.models.ItemSummary;
|
|
|
33879
34066
|
export type ItemType = io.flow.internal.v0.enums.ItemType;
|
|
33880
34067
|
export type ItemValuesForm = io.flow.internal.v0.models.ItemValuesForm;
|
|
33881
34068
|
export type JohnStrongItem = io.flow.internal.v0.models.JohnStrongItem;
|
|
34069
|
+
export type JohnStrongItemDeleted =
|
|
34070
|
+
io.flow.internal.v0.models.JohnStrongItemDeleted;
|
|
33882
34071
|
export type JohnStrongItemForm = io.flow.internal.v0.models.JohnStrongItemForm;
|
|
33883
34072
|
export type JohnStrongItemType = io.flow.internal.v0.enums.JohnStrongItemType;
|
|
34073
|
+
export type JohnStrongItemUpserted =
|
|
34074
|
+
io.flow.internal.v0.models.JohnStrongItemUpserted;
|
|
33884
34075
|
export type Journal = io.flow.internal.v0.models.Journal;
|
|
33885
34076
|
export type JournalFailure = io.flow.internal.v0.models.JournalFailure;
|
|
33886
34077
|
export type JournalOperation = io.flow.internal.v0.enums.JournalOperation;
|
|
@@ -34517,8 +34708,6 @@ export type PendingBankPaymentDetail =
|
|
|
34517
34708
|
io.flow.internal.v0.models.PendingBankPaymentDetail;
|
|
34518
34709
|
export type PendingOrder = io.flow.internal.v0.models.PendingOrder;
|
|
34519
34710
|
export type PendingRecordType = io.flow.internal.v0.enums.PendingRecordType;
|
|
34520
|
-
export type PhraseClassified = io.flow.internal.v0.models.PhraseClassified;
|
|
34521
|
-
export type PhrasePropagated = io.flow.internal.v0.models.PhrasePropagated;
|
|
34522
34711
|
export type PlatformFee = io.flow.internal.v0.unions.PlatformFee;
|
|
34523
34712
|
export type PlatformFeeChange = io.flow.internal.v0.models.PlatformFeeChange;
|
|
34524
34713
|
export type PlatformFeeChangeDeleted =
|
|
@@ -34535,6 +34724,11 @@ export type PlatformFeePercentage =
|
|
|
34535
34724
|
io.flow.internal.v0.models.PlatformFeePercentage;
|
|
34536
34725
|
export type PlatformFeePercentageTier =
|
|
34537
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;
|
|
34538
34732
|
export type Prediction = io.flow.internal.v0.models.Prediction;
|
|
34539
34733
|
export type PreferredBillingSchedule =
|
|
34540
34734
|
io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
@@ -34868,6 +35062,8 @@ export type ReportingVatRemittance =
|
|
|
34868
35062
|
export type ReportingVatRemittanceRate =
|
|
34869
35063
|
io.flow.internal.v0.models.ReportingVatRemittanceRate;
|
|
34870
35064
|
export type ReportingVendor = io.flow.internal.v0.models.ReportingVendor;
|
|
35065
|
+
export type RequestedBankPaymentStatusCode =
|
|
35066
|
+
io.flow.internal.v0.enums.RequestedBankPaymentStatusCode;
|
|
34871
35067
|
export type RequeueRequestForm = io.flow.internal.v0.models.RequeueRequestForm;
|
|
34872
35068
|
export type RescreenRestrictionsProducts =
|
|
34873
35069
|
io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
@@ -35060,6 +35256,8 @@ export type SellabilityCheckResult =
|
|
|
35060
35256
|
io.flow.internal.v0.models.SellabilityCheckResult;
|
|
35061
35257
|
export type SellabilityCheckStatus =
|
|
35062
35258
|
io.flow.internal.v0.enums.SellabilityCheckStatus;
|
|
35259
|
+
export type SellabilityDecisionSource =
|
|
35260
|
+
io.flow.internal.v0.enums.SellabilityDecisionSource;
|
|
35063
35261
|
export type SellabilityInternalMatchType =
|
|
35064
35262
|
io.flow.internal.v0.enums.SellabilityInternalMatchType;
|
|
35065
35263
|
export type SellabilityPendingVerification =
|
|
@@ -35068,6 +35266,8 @@ export type SellabilityPendingVerificationDeleted =
|
|
|
35068
35266
|
io.flow.internal.v0.models.SellabilityPendingVerificationDeleted;
|
|
35069
35267
|
export type SellabilityPendingVerificationUpserted =
|
|
35070
35268
|
io.flow.internal.v0.models.SellabilityPendingVerificationUpserted;
|
|
35269
|
+
export type SellabilityRuleMatch =
|
|
35270
|
+
io.flow.internal.v0.models.SellabilityRuleMatch;
|
|
35071
35271
|
export type SellabilityStatus = io.flow.internal.v0.enums.SellabilityStatus;
|
|
35072
35272
|
export type ServiceFees = io.flow.internal.v0.models.ServiceFees;
|
|
35073
35273
|
export type ServiceFeesForm = io.flow.internal.v0.models.ServiceFeesForm;
|
|
@@ -35190,6 +35390,8 @@ export type ShopifyMarketsQueuedRecord =
|
|
|
35190
35390
|
export type ShopifyMarketsQueuedRecordType =
|
|
35191
35391
|
io.flow.internal.v0.enums.ShopifyMarketsQueuedRecordType;
|
|
35192
35392
|
export type ShopifyMarketsShop = io.flow.internal.v0.models.ShopifyMarketsShop;
|
|
35393
|
+
export type ShopifyMarketsShopAccessToken =
|
|
35394
|
+
io.flow.internal.v0.models.ShopifyMarketsShopAccessToken;
|
|
35193
35395
|
export type ShopifyMarketsShopDeleted =
|
|
35194
35396
|
io.flow.internal.v0.models.ShopifyMarketsShopDeleted;
|
|
35195
35397
|
export type ShopifyMarketsShopForm =
|
|
@@ -35602,6 +35804,8 @@ export type TrackingDebugForceTransitForm =
|
|
|
35602
35804
|
export type TrackingDebugLabel = io.flow.internal.v0.models.TrackingDebugLabel;
|
|
35603
35805
|
export type TrackingDebugLabelEvent =
|
|
35604
35806
|
io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
35807
|
+
export type TrackingDebugLabelEventUpsertForm =
|
|
35808
|
+
io.flow.internal.v0.models.TrackingDebugLabelEventUpsertForm;
|
|
35605
35809
|
export type TrackingDebugLabelLocation =
|
|
35606
35810
|
io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
35607
35811
|
export type TrackingDeleted = io.flow.internal.v0.models.TrackingDeleted;
|