@flowio/types 11.24.46 → 11.24.48
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 +196 -103
- package/dist/api.d.ts +19 -10
- package/package.json +2 -2
- package/src/api-internal.ts +274 -119
- package/src/api.ts +25 -9
package/src/api-internal.ts
CHANGED
|
@@ -5246,18 +5246,15 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
5246
5246
|
| 'SECOND_CHARGEBACK'
|
|
5247
5247
|
| 'PREARBITRATION_WON'
|
|
5248
5248
|
| 'PREARBITRATION_LOST';
|
|
5249
|
-
type
|
|
5249
|
+
type Method = 'GET' | 'POST';
|
|
5250
5250
|
type Operation = 'cancel' | 'capture' | 'refund';
|
|
5251
5251
|
type PaymentMethod =
|
|
5252
5252
|
| 'ach'
|
|
5253
5253
|
| 'alipay'
|
|
5254
|
-
| 'alipay_hk'
|
|
5255
5254
|
| 'alipay_wap'
|
|
5256
5255
|
| 'amex'
|
|
5257
5256
|
| 'bankTransfer_IBAN'
|
|
5258
5257
|
| 'bcmc'
|
|
5259
|
-
| 'bcmc_mobile'
|
|
5260
|
-
| 'blik'
|
|
5261
5258
|
| 'cartebancaire'
|
|
5262
5259
|
| 'cup'
|
|
5263
5260
|
| 'diners'
|
|
@@ -5268,27 +5265,21 @@ declare namespace io.flow.adyen.v0.enums {
|
|
|
5268
5265
|
| 'dragonpay_gcash'
|
|
5269
5266
|
| 'dragonpay_otc_banking'
|
|
5270
5267
|
| 'ebanking_FI'
|
|
5271
|
-
| 'gcash'
|
|
5272
5268
|
| 'giropay'
|
|
5273
5269
|
| 'ideal'
|
|
5274
5270
|
| 'interac'
|
|
5275
5271
|
| 'jcb'
|
|
5276
|
-
| 'kakaopay'
|
|
5277
5272
|
| 'kcp_banktransfer'
|
|
5278
5273
|
| 'kcp_creditcard'
|
|
5279
5274
|
| 'kcp_payco'
|
|
5280
5275
|
| 'maestro'
|
|
5281
|
-
| 'mbway'
|
|
5282
5276
|
| 'mc'
|
|
5283
|
-
| 'mobilepay'
|
|
5284
5277
|
| 'molpay_points'
|
|
5285
5278
|
| 'multibanco'
|
|
5286
|
-
| 'onlineBanking_PL'
|
|
5287
5279
|
| 'qiwiwallet'
|
|
5288
5280
|
| 'sepadirectdebit'
|
|
5289
5281
|
| 'trustly'
|
|
5290
5282
|
| 'trustpay'
|
|
5291
|
-
| 'twint'
|
|
5292
5283
|
| 'unionpay'
|
|
5293
5284
|
| 'visa'
|
|
5294
5285
|
| 'wechatpay'
|
|
@@ -5326,11 +5317,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5326
5317
|
readonly currency: string;
|
|
5327
5318
|
}
|
|
5328
5319
|
|
|
5329
|
-
interface Applepay {
|
|
5330
|
-
readonly type: 'applepay';
|
|
5331
|
-
readonly applePayToken: string;
|
|
5332
|
-
}
|
|
5333
|
-
|
|
5334
5320
|
interface Authentication {
|
|
5335
5321
|
readonly 'threeds2.fingerprintToken'?: string;
|
|
5336
5322
|
readonly 'threeds2.challengeToken'?: string;
|
|
@@ -5358,8 +5344,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5358
5344
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
5359
5345
|
readonly threeDS2RequestData?: io.flow.adyen.v0.models.Threeds2RequestData;
|
|
5360
5346
|
readonly recurringProcessingModel?: io.flow.adyen.v0.enums.RecurringProcessingModel;
|
|
5361
|
-
readonly mcc?: string;
|
|
5362
|
-
readonly metadata?: any /*object*/;
|
|
5363
5347
|
}
|
|
5364
5348
|
|
|
5365
5349
|
interface AuthorizeRequest3D {
|
|
@@ -5516,14 +5500,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5516
5500
|
readonly paymentData?: string;
|
|
5517
5501
|
}
|
|
5518
5502
|
|
|
5519
|
-
interface PaymentDetailsV663Ds2Challenge {
|
|
5520
|
-
readonly 'threeds2.challengeResult': string;
|
|
5521
|
-
}
|
|
5522
|
-
|
|
5523
|
-
interface PaymentDetailsV663Ds2Fingerprint {
|
|
5524
|
-
readonly 'threeds2.fingerprint': string;
|
|
5525
|
-
}
|
|
5526
|
-
|
|
5527
5503
|
interface PaymentRequest {
|
|
5528
5504
|
readonly reference: string;
|
|
5529
5505
|
readonly merchantAccount: string;
|
|
@@ -5545,12 +5521,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5545
5521
|
readonly browserInfo?: io.flow.adyen.v0.unions.BrowserInfo;
|
|
5546
5522
|
readonly origin?: string;
|
|
5547
5523
|
readonly channel?: io.flow.adyen.v0.enums.Channel;
|
|
5548
|
-
readonly
|
|
5549
|
-
readonly mcc?: string;
|
|
5550
|
-
readonly metadata?: any /*object*/;
|
|
5551
|
-
readonly redirectToIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
5552
|
-
readonly redirectFromIssuerMethod?: io.flow.adyen.v0.enums.HttpRedirectMethod;
|
|
5553
|
-
readonly storePaymentMethod?: boolean;
|
|
5524
|
+
readonly returnURL?: string;
|
|
5554
5525
|
}
|
|
5555
5526
|
|
|
5556
5527
|
interface PaymentResponse {
|
|
@@ -5567,50 +5538,12 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5567
5538
|
interface PaymentResponseAdditionalData {
|
|
5568
5539
|
readonly authCode?: string;
|
|
5569
5540
|
readonly avsResultRaw?: string;
|
|
5570
|
-
readonly avsResult?: string;
|
|
5571
5541
|
readonly cvcResultRaw?: string;
|
|
5572
|
-
readonly cvcResult?: string;
|
|
5573
|
-
readonly refusalReasonRaw?: string;
|
|
5574
5542
|
readonly liabilityShift?: string;
|
|
5575
5543
|
readonly threeDAuthenticated?: string;
|
|
5576
5544
|
readonly threeDAuthenticatedResponse?: string;
|
|
5577
5545
|
readonly threeDOffered?: string;
|
|
5578
5546
|
readonly threeDOfferedResponse?: string;
|
|
5579
|
-
readonly threeDSVersion?: string;
|
|
5580
|
-
readonly eci?: string;
|
|
5581
|
-
readonly scaExemptionRequested?: string;
|
|
5582
|
-
readonly paymentMethod?: string;
|
|
5583
|
-
readonly paymentMethodVariant?: string;
|
|
5584
|
-
readonly tokenTxVariant?: string;
|
|
5585
|
-
readonly acquirerCode?: string;
|
|
5586
|
-
readonly acquirerAccountCode?: string;
|
|
5587
|
-
readonly cardPaymentMethod?: string;
|
|
5588
|
-
readonly coBrandedWith?: string;
|
|
5589
|
-
readonly cardIssuingCountry?: string;
|
|
5590
|
-
readonly cardIssuingCurrency?: string;
|
|
5591
|
-
readonly cardIssuingBank?: string;
|
|
5592
|
-
readonly cardBin?: string;
|
|
5593
|
-
readonly issuerBin?: string;
|
|
5594
|
-
readonly cardSummary?: string;
|
|
5595
|
-
readonly untokenisedCardSummary?: string;
|
|
5596
|
-
readonly ownerName?: string;
|
|
5597
|
-
readonly bankName?: string;
|
|
5598
|
-
readonly issuerCountry?: string;
|
|
5599
|
-
readonly iban?: string;
|
|
5600
|
-
readonly bic?: string;
|
|
5601
|
-
readonly iDealConsumerAccountNumber?: string;
|
|
5602
|
-
readonly iDealConsumerBIC?: string;
|
|
5603
|
-
readonly iDealConsumerCity?: string;
|
|
5604
|
-
readonly iDealConsumerIBAN?: string;
|
|
5605
|
-
readonly iDealConsumerName?: string;
|
|
5606
|
-
readonly iDealTransactionId?: string;
|
|
5607
|
-
readonly 'recurring.recurringDetailReference'?: string;
|
|
5608
|
-
readonly 'recurring.shopperReference'?: string;
|
|
5609
|
-
readonly networkTxReference?: string;
|
|
5610
|
-
readonly PaymentAccountReference?: string;
|
|
5611
|
-
readonly 'networkToken.available'?: string;
|
|
5612
|
-
readonly 'networkToken.bin'?: string;
|
|
5613
|
-
readonly 'networkToken.tokenSummary'?: string;
|
|
5614
5547
|
}
|
|
5615
5548
|
|
|
5616
5549
|
interface Recurring {
|
|
@@ -5619,7 +5552,7 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5619
5552
|
|
|
5620
5553
|
interface Redirect {
|
|
5621
5554
|
readonly data?: io.flow.adyen.v0.models.RedirectData;
|
|
5622
|
-
readonly method?: io.flow.adyen.v0.enums.
|
|
5555
|
+
readonly method?: io.flow.adyen.v0.enums.Method;
|
|
5623
5556
|
readonly url?: string;
|
|
5624
5557
|
}
|
|
5625
5558
|
|
|
@@ -5642,17 +5575,6 @@ declare namespace io.flow.adyen.v0.models {
|
|
|
5642
5575
|
readonly holderName: string;
|
|
5643
5576
|
readonly number: string;
|
|
5644
5577
|
readonly cvc?: string;
|
|
5645
|
-
readonly storedPaymentMethodId?: string;
|
|
5646
|
-
readonly networkPaymentReference?: string;
|
|
5647
|
-
}
|
|
5648
|
-
|
|
5649
|
-
interface SdkV3OnCompleteData {
|
|
5650
|
-
readonly details: any /*object*/;
|
|
5651
|
-
readonly payment_data?: string;
|
|
5652
|
-
}
|
|
5653
|
-
|
|
5654
|
-
interface SdkV3OnCompleteResult {
|
|
5655
|
-
readonly data: io.flow.adyen.v0.models.SdkV3OnCompleteData;
|
|
5656
5578
|
}
|
|
5657
5579
|
|
|
5658
5580
|
interface ThreeDSecureData {
|
|
@@ -5686,9 +5608,7 @@ declare namespace io.flow.adyen.v0.unions {
|
|
|
5686
5608
|
type BrowserInfo =
|
|
5687
5609
|
| io.flow.adyen.v0.models.BrowserInfo3Ds1
|
|
5688
5610
|
| io.flow.adyen.v0.models.BrowserInfo3Ds2;
|
|
5689
|
-
type PaymentMethodData =
|
|
5690
|
-
| io.flow.adyen.v0.models.Scheme
|
|
5691
|
-
| io.flow.adyen.v0.models.Applepay;
|
|
5611
|
+
type PaymentMethodData = io.flow.adyen.v0.models.Scheme;
|
|
5692
5612
|
}
|
|
5693
5613
|
|
|
5694
5614
|
declare namespace io.flow.order.management.v0.enums {
|
|
@@ -5920,7 +5840,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
5920
5840
|
readonly product_id: number;
|
|
5921
5841
|
readonly name: string;
|
|
5922
5842
|
readonly position: number;
|
|
5923
|
-
readonly values?: string[];
|
|
5924
5843
|
}
|
|
5925
5844
|
|
|
5926
5845
|
interface PriceRule {
|
|
@@ -6755,7 +6674,19 @@ declare namespace io.flow.shopify.markets.v0.enums {
|
|
|
6755
6674
|
| 'retail'
|
|
6756
6675
|
| 'shipping';
|
|
6757
6676
|
type IncotermDuties = 'DAP' | 'DDP';
|
|
6677
|
+
type ShopifyDiscountValueType = 'fixed_amount' | 'percentage';
|
|
6758
6678
|
type ShopifyDiscrepancyReason = 'restock' | 'damage' | 'customer' | 'other';
|
|
6679
|
+
type ShopifyDraftOrderStatus =
|
|
6680
|
+
| 'open'
|
|
6681
|
+
| 'invoice_sent'
|
|
6682
|
+
| 'completed'
|
|
6683
|
+
| 'pending'
|
|
6684
|
+
| 'authorized'
|
|
6685
|
+
| 'partially_paid'
|
|
6686
|
+
| 'paid'
|
|
6687
|
+
| 'partially_refunded'
|
|
6688
|
+
| 'refunded'
|
|
6689
|
+
| 'voided';
|
|
6759
6690
|
type ShopifyOrderCancelReason =
|
|
6760
6691
|
| 'customer'
|
|
6761
6692
|
| 'fraud'
|
|
@@ -6857,6 +6788,28 @@ declare namespace io.flow.shopify.markets.v0.enums {
|
|
|
6857
6788
|
| 'success'
|
|
6858
6789
|
| 'error';
|
|
6859
6790
|
type ShopifyOrderValueType = 'string' | 'integer';
|
|
6791
|
+
type ShopifyTaxExemptions =
|
|
6792
|
+
| 'EXEMPT_ALL'
|
|
6793
|
+
| 'CA_STATUS_CARD_EXEMPTION'
|
|
6794
|
+
| 'CA_DIPLOMAT_EXEMPTION'
|
|
6795
|
+
| 'CA_BC_RESELLER_EXEMPTION'
|
|
6796
|
+
| 'CA_MB_RESELLER_EXEMPTION'
|
|
6797
|
+
| 'CA_SK_RESELLER_EXEMPTION'
|
|
6798
|
+
| 'CA_BC_COMMERCIAL_FISHERY_EXEMPTION'
|
|
6799
|
+
| 'CA_MB_COMMERCIAL_FISHERY_EXEMPTION'
|
|
6800
|
+
| 'CA_NS_COMMERCIAL_FISHERY_EXEMPTION'
|
|
6801
|
+
| 'CA_PE_COMMERCIAL_FISHERY_EXEMPTION'
|
|
6802
|
+
| 'CA_SK_COMMERCIAL_FISHERY_EXEMPTION'
|
|
6803
|
+
| 'CA_BC_PRODUCTION_AND_MACHINERY_EXEMPTION'
|
|
6804
|
+
| 'CA_SK_PRODUCTION_AND_MACHINERY_EXEMPTION'
|
|
6805
|
+
| 'CA_BC_SUB_CONTRACTOR_EXEMPTION'
|
|
6806
|
+
| 'CA_SK_SUB_CONTRACTOR_EXEMPTION'
|
|
6807
|
+
| 'CA_BC_CONTRACTOR_EXEMPTION'
|
|
6808
|
+
| 'CA_SK_CONTRACTOR_EXEMPTION'
|
|
6809
|
+
| 'CA_ON_PURCHASE_EXEMPTION'
|
|
6810
|
+
| 'CA_MB_FARMER_EXEMPTION'
|
|
6811
|
+
| 'CA_NS_FARMER_EXEMPTION'
|
|
6812
|
+
| 'CA_SK_FARMER_EXEMPTION';
|
|
6860
6813
|
type ShopifyWebhookFormat = 'json' | 'xml';
|
|
6861
6814
|
type ShopifyWebhookTopic =
|
|
6862
6815
|
| 'customers/redact'
|
|
@@ -6950,11 +6903,58 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
6950
6903
|
readonly shop: io.flow.shopify.markets.v0.models.Shop;
|
|
6951
6904
|
}
|
|
6952
6905
|
|
|
6906
|
+
interface ShopifyAppliedDiscount {
|
|
6907
|
+
readonly title?: string;
|
|
6908
|
+
readonly description?: string;
|
|
6909
|
+
readonly value?: string;
|
|
6910
|
+
readonly value_type?: io.flow.shopify.markets.v0.enums.ShopifyDiscountValueType;
|
|
6911
|
+
readonly amount?: number;
|
|
6912
|
+
}
|
|
6913
|
+
|
|
6953
6914
|
interface ShopifyCountryHarmonizedSystemCode {
|
|
6954
6915
|
readonly country_code: string;
|
|
6955
6916
|
readonly harmonized_system_code: string;
|
|
6956
6917
|
}
|
|
6957
6918
|
|
|
6919
|
+
interface ShopifyDraftOrder {
|
|
6920
|
+
readonly applied_discount: io.flow.shopify.markets.v0.models.ShopifyAppliedDiscount;
|
|
6921
|
+
readonly billing_address?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
6922
|
+
readonly completed_at?: string;
|
|
6923
|
+
readonly created_at?: string;
|
|
6924
|
+
readonly currency?: string;
|
|
6925
|
+
readonly customer?: io.flow.shopify.markets.v0.models.ShopifyOrderCustomer;
|
|
6926
|
+
readonly email?: string;
|
|
6927
|
+
readonly id?: number;
|
|
6928
|
+
readonly invoice_sent_at?: string;
|
|
6929
|
+
readonly invoice_url?: string;
|
|
6930
|
+
readonly line_items: io.flow.shopify.markets.v0.models.ShopifyOrderLineItem[];
|
|
6931
|
+
readonly name?: string;
|
|
6932
|
+
readonly note?: string;
|
|
6933
|
+
readonly note_attributes: io.flow.shopify.markets.v0.models.ShopifyOrderAttribute[];
|
|
6934
|
+
readonly order_id: io.flow.shopify.markets.v0.models.ShopifyOrderId;
|
|
6935
|
+
readonly payment_terms: io.flow.shopify.markets.v0.models.ShopifyPaymentTerms;
|
|
6936
|
+
readonly shipping_address?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
6937
|
+
readonly shipping_lines: io.flow.shopify.markets.v0.models.ShopifyOrderShippingLine[];
|
|
6938
|
+
readonly source_name?: string;
|
|
6939
|
+
readonly subtotal_price?: string;
|
|
6940
|
+
readonly status?: io.flow.shopify.markets.v0.enums.ShopifyDraftOrderStatus;
|
|
6941
|
+
readonly tags?: string;
|
|
6942
|
+
readonly tax_exemptions?: io.flow.shopify.markets.v0.enums.ShopifyTaxExemptions[];
|
|
6943
|
+
readonly tax_lines: io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
6944
|
+
readonly taxes_included: boolean;
|
|
6945
|
+
readonly total_price?: string;
|
|
6946
|
+
readonly total_tax?: string;
|
|
6947
|
+
readonly updated_at?: string;
|
|
6948
|
+
}
|
|
6949
|
+
|
|
6950
|
+
interface ShopifyDraftOrderCount {
|
|
6951
|
+
readonly count: number;
|
|
6952
|
+
}
|
|
6953
|
+
|
|
6954
|
+
interface ShopifyDraftOrdersWrapper {
|
|
6955
|
+
readonly draft_orders: io.flow.shopify.markets.v0.models.ShopifyDraftOrder[];
|
|
6956
|
+
}
|
|
6957
|
+
|
|
6958
6958
|
interface ShopifyError {
|
|
6959
6959
|
readonly errors: any /*object*/;
|
|
6960
6960
|
}
|
|
@@ -7127,7 +7127,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7127
7127
|
|
|
7128
7128
|
interface ShopifyOrderAttribute {
|
|
7129
7129
|
readonly name: string;
|
|
7130
|
-
readonly value:
|
|
7130
|
+
readonly value: any /*json*/;
|
|
7131
7131
|
}
|
|
7132
7132
|
|
|
7133
7133
|
interface ShopifyOrderCancellationForm {
|
|
@@ -7143,6 +7143,10 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7143
7143
|
readonly user_agent?: string;
|
|
7144
7144
|
}
|
|
7145
7145
|
|
|
7146
|
+
interface ShopifyOrderCount {
|
|
7147
|
+
readonly count: number;
|
|
7148
|
+
}
|
|
7149
|
+
|
|
7146
7150
|
interface ShopifyOrderCustomer {
|
|
7147
7151
|
readonly id?: number;
|
|
7148
7152
|
readonly email?: string;
|
|
@@ -7246,6 +7250,10 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7246
7250
|
readonly variant_inventory_management?: string;
|
|
7247
7251
|
}
|
|
7248
7252
|
|
|
7253
|
+
interface ShopifyOrderId {
|
|
7254
|
+
readonly id: number;
|
|
7255
|
+
}
|
|
7256
|
+
|
|
7249
7257
|
interface ShopifyOrderLineItem {
|
|
7250
7258
|
readonly fulfillable_quantity?: number;
|
|
7251
7259
|
readonly fulfillment_service: string;
|
|
@@ -7357,7 +7365,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7357
7365
|
interface ShopifyOrderShippingLine {
|
|
7358
7366
|
readonly code?: string;
|
|
7359
7367
|
readonly price: string;
|
|
7360
|
-
readonly source
|
|
7368
|
+
readonly source?: string;
|
|
7361
7369
|
readonly title: string;
|
|
7362
7370
|
readonly tax_lines: io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
7363
7371
|
readonly carrier_identifier?: string;
|
|
@@ -7405,6 +7413,24 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7405
7413
|
readonly orders: io.flow.shopify.markets.v0.models.ShopifyOrder[];
|
|
7406
7414
|
}
|
|
7407
7415
|
|
|
7416
|
+
interface ShopifyPaymentSchedules {
|
|
7417
|
+
readonly amount?: number;
|
|
7418
|
+
readonly currency?: string;
|
|
7419
|
+
readonly issued_at?: string;
|
|
7420
|
+
readonly due_at?: string;
|
|
7421
|
+
readonly completed_at?: string;
|
|
7422
|
+
readonly expected_payment_method?: string;
|
|
7423
|
+
}
|
|
7424
|
+
|
|
7425
|
+
interface ShopifyPaymentTerms {
|
|
7426
|
+
readonly amount?: number;
|
|
7427
|
+
readonly currency?: string;
|
|
7428
|
+
readonly payment_terms_name?: string;
|
|
7429
|
+
readonly payment_terms_type?: number;
|
|
7430
|
+
readonly due_in_days?: number;
|
|
7431
|
+
readonly payment_schedules?: io.flow.shopify.markets.v0.models.ShopifyPaymentSchedules;
|
|
7432
|
+
}
|
|
7433
|
+
|
|
7408
7434
|
interface ShopifyRefund {
|
|
7409
7435
|
readonly notify_x: boolean;
|
|
7410
7436
|
readonly note?: string;
|
|
@@ -11425,12 +11451,13 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
11425
11451
|
| 'refund'
|
|
11426
11452
|
| 'dispute'
|
|
11427
11453
|
| 'adjustment'
|
|
11454
|
+
| 'reversal'
|
|
11428
11455
|
| 'shipping_label'
|
|
11429
11456
|
| 'shipping_label_service'
|
|
11430
11457
|
| 'shipping_label_revenue_share'
|
|
11431
11458
|
| 'platform_fee'
|
|
11432
11459
|
| 'tax'
|
|
11433
|
-
| '
|
|
11460
|
+
| 'duty'
|
|
11434
11461
|
| 'other_adjustment'
|
|
11435
11462
|
| 'tax_adjustment'
|
|
11436
11463
|
| 'channel'
|
|
@@ -12177,6 +12204,7 @@ declare namespace io.flow.fulfillment.v0.models {
|
|
|
12177
12204
|
|
|
12178
12205
|
interface DeliveryOptionCostDetail {
|
|
12179
12206
|
readonly source: io.flow.fulfillment.v0.enums.DeliveryOptionCostDetailSource;
|
|
12207
|
+
readonly ratecard_id?: string;
|
|
12180
12208
|
readonly currency: string;
|
|
12181
12209
|
readonly amount: number;
|
|
12182
12210
|
readonly label: string;
|
|
@@ -12882,11 +12910,6 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
12882
12910
|
readonly placeholder?: boolean;
|
|
12883
12911
|
}
|
|
12884
12912
|
|
|
12885
|
-
interface ApplicationReceived {
|
|
12886
|
-
readonly discriminator: 'application_received';
|
|
12887
|
-
readonly placeholder?: boolean;
|
|
12888
|
-
}
|
|
12889
|
-
|
|
12890
12913
|
interface InComplianceReview {
|
|
12891
12914
|
readonly discriminator: 'in_compliance_review';
|
|
12892
12915
|
readonly placeholder?: boolean;
|
|
@@ -12932,7 +12955,6 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
12932
12955
|
|
|
12933
12956
|
declare namespace io.flow.organization.onboarding.state.v0.unions {
|
|
12934
12957
|
type OnboardingState =
|
|
12935
|
-
| io.flow.organization.onboarding.state.v0.models.ApplicationReceived
|
|
12936
12958
|
| io.flow.organization.onboarding.state.v0.models.InComplianceReview
|
|
12937
12959
|
| io.flow.organization.onboarding.state.v0.models.SetupInProgress
|
|
12938
12960
|
| io.flow.organization.onboarding.state.v0.models.MerchantRejected
|
|
@@ -13289,6 +13311,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13289
13311
|
type AccountSettingLiabilitiesMethod = 'withholding' | 'transaction';
|
|
13290
13312
|
type AccountType = 'channel' | 'organization';
|
|
13291
13313
|
type AddressConfigurationSettingProvinceCode = 'iso_3166_2' | 'name';
|
|
13314
|
+
type AdjustmentTransactionType = 'adjustment' | 'reversal';
|
|
13292
13315
|
type AdyenIntegrationType =
|
|
13293
13316
|
| 'hosted_payment_page'
|
|
13294
13317
|
| 'checkout_payments_api'
|
|
@@ -13349,6 +13372,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13349
13372
|
| 'invoice'
|
|
13350
13373
|
| 'transfer'
|
|
13351
13374
|
| 'adjustment'
|
|
13375
|
+
| 'reversal'
|
|
13352
13376
|
| 'capture'
|
|
13353
13377
|
| 'refund'
|
|
13354
13378
|
| 'virtual_card_capture'
|
|
@@ -13361,7 +13385,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13361
13385
|
| 'label'
|
|
13362
13386
|
| 'order'
|
|
13363
13387
|
| 'channel_billed'
|
|
13364
|
-
| 'tax'
|
|
13388
|
+
| 'tax'
|
|
13389
|
+
| 'duty';
|
|
13365
13390
|
type BlazeCheckoutEvent =
|
|
13366
13391
|
| 'begin_checkout'
|
|
13367
13392
|
| 'select_promotion'
|
|
@@ -13374,7 +13399,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13374
13399
|
| 'flow_rate_and_rule'
|
|
13375
13400
|
| 'dtce'
|
|
13376
13401
|
| 'dtce_two_calls'
|
|
13377
|
-
| 'dtce_with_deminimis'
|
|
13402
|
+
| 'dtce_with_deminimis'
|
|
13403
|
+
| 'dtce_merged_with_tax';
|
|
13378
13404
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
13379
13405
|
type CatalogImportType =
|
|
13380
13406
|
| 'catalog_items'
|
|
@@ -13382,7 +13408,10 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13382
13408
|
| 'item_prices'
|
|
13383
13409
|
| 'price_book_items_import'
|
|
13384
13410
|
| 'price_book_items_query_import';
|
|
13385
|
-
type ChannelBilledTransactionType =
|
|
13411
|
+
type ChannelBilledTransactionType =
|
|
13412
|
+
| 'adjustment'
|
|
13413
|
+
| 'reversal'
|
|
13414
|
+
| 'channel_initiated';
|
|
13386
13415
|
type ChannelOrderAcceptanceRejectionReason =
|
|
13387
13416
|
| 'unsupported_origin_country'
|
|
13388
13417
|
| 'unsupported_destination_country'
|
|
@@ -13392,7 +13421,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13392
13421
|
| 'missing_order_information'
|
|
13393
13422
|
| 'unsupported_payment_information';
|
|
13394
13423
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
13395
|
-
type ChannelTransactionType = 'adjustment' | 'processing';
|
|
13424
|
+
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13396
13425
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
13397
13426
|
type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
|
|
13398
13427
|
type CheckoutAddAuthorizationErrorCode =
|
|
@@ -13722,7 +13751,9 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13722
13751
|
| 'override'
|
|
13723
13752
|
| 'preferential_rate';
|
|
13724
13753
|
type DutySimpleExpressionType = 'free' | 'percent' | 'per_uom' | 'flat';
|
|
13754
|
+
type DutyTransactionType = 'adjustment' | 'reversal' | 'duty';
|
|
13725
13755
|
type EmptyAttribute = 'irrelevant';
|
|
13756
|
+
type ErpFileType = 'vendor';
|
|
13726
13757
|
type EventType =
|
|
13727
13758
|
| 'adyen_authorization_deleted'
|
|
13728
13759
|
| 'adyen_authorization_upserted'
|
|
@@ -13771,6 +13802,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13771
13802
|
| 'channel_billed_transaction_deleted'
|
|
13772
13803
|
| 'tax_transaction_upserted'
|
|
13773
13804
|
| 'tax_transaction_deleted'
|
|
13805
|
+
| 'duty_transaction_upserted'
|
|
13806
|
+
| 'duty_transaction_deleted'
|
|
13774
13807
|
| 'calculator_organization_settings_upserted'
|
|
13775
13808
|
| 'calculator_organization_settings_deleted'
|
|
13776
13809
|
| 'carrier_account_upserted_v2'
|
|
@@ -13966,6 +13999,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13966
13999
|
| 'shopify_experience_short_id_deleted'
|
|
13967
14000
|
| 'shopify_markets_order_upserted'
|
|
13968
14001
|
| 'shopify_markets_order_deleted'
|
|
14002
|
+
| 'shopify_markets_shop_upserted'
|
|
14003
|
+
| 'shopify_markets_shop_deleted'
|
|
13969
14004
|
| 'shopify_monitoring_order_monitor_event_upserted'
|
|
13970
14005
|
| 'shopify_monitoring_order_monitor_event_deleted'
|
|
13971
14006
|
| 'stripe_authorization_deleted'
|
|
@@ -14048,6 +14083,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14048
14083
|
type LabelCreationStatus = 'success' | 'error' | 'pending' | 'cancelled';
|
|
14049
14084
|
type LabelTransactionType =
|
|
14050
14085
|
| 'adjustment'
|
|
14086
|
+
| 'reversal'
|
|
14051
14087
|
| 'billable_label'
|
|
14052
14088
|
| 'fee'
|
|
14053
14089
|
| 'revenue_share';
|
|
@@ -14174,7 +14210,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14174
14210
|
| 'last_shipment'
|
|
14175
14211
|
| 'shipment_exhausted';
|
|
14176
14212
|
type OrderLifecycleEvent = 'order_placed' | 'ready_to_fulfill';
|
|
14177
|
-
type OrderTransactionType = 'adjustment' | 'order_service';
|
|
14213
|
+
type OrderTransactionType = 'adjustment' | 'reversal' | 'order_service';
|
|
14178
14214
|
type OrganizationCapability = 'organization' | 'flow' | 'dynamic';
|
|
14179
14215
|
type OrganizationPaymentStatus = 'active' | 'archived';
|
|
14180
14216
|
type OrganizationRestrictionApprovalStatus = 'ready' | 'not-ready';
|
|
@@ -14218,6 +14254,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14218
14254
|
type PricingIndicatorStatus = 'complete' | 'in_progress';
|
|
14219
14255
|
type ProcessingTransactionType =
|
|
14220
14256
|
| 'adjustment'
|
|
14257
|
+
| 'reversal'
|
|
14221
14258
|
| 'capture'
|
|
14222
14259
|
| 'refund'
|
|
14223
14260
|
| 'fully_subsidized_order'
|
|
@@ -14359,7 +14396,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14359
14396
|
| 'ratecard';
|
|
14360
14397
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
14361
14398
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
14362
|
-
type TaxTransactionType = 'adjustment' | 'tax';
|
|
14399
|
+
type TaxTransactionType = 'adjustment' | 'reversal' | 'tax';
|
|
14363
14400
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
14364
14401
|
type TrackingIntegrationType = 'api' | 'bulk' | 'aftership';
|
|
14365
14402
|
type TransactionPostingMethod = 'time' | 'proof';
|
|
@@ -15399,6 +15436,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15399
15436
|
readonly adjustment: io.flow.common.v0.models.Price;
|
|
15400
15437
|
readonly capture: io.flow.common.v0.models.Price;
|
|
15401
15438
|
readonly refund: io.flow.common.v0.models.Price;
|
|
15439
|
+
readonly reversal: io.flow.common.v0.models.Price;
|
|
15402
15440
|
readonly credit_payment: io.flow.common.v0.models.Price;
|
|
15403
15441
|
readonly fully_subsidized_order: io.flow.common.v0.models.Price;
|
|
15404
15442
|
readonly virtual_card_capture: io.flow.common.v0.models.Price;
|
|
@@ -16080,6 +16118,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16080
16118
|
interface ChannelTransaction {
|
|
16081
16119
|
readonly discriminator: 'channel_transaction';
|
|
16082
16120
|
readonly transaction: io.flow.internal.v0.models.TransactionReference;
|
|
16121
|
+
readonly fees: io.flow.internal.v0.models.Fee[];
|
|
16083
16122
|
readonly id: string;
|
|
16084
16123
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
16085
16124
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -19191,6 +19230,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19191
19230
|
readonly unit_of_measure?: io.flow.internal.v0.enums.DutyRateUnitOfMeasure;
|
|
19192
19231
|
}
|
|
19193
19232
|
|
|
19233
|
+
interface DutyTransaction {
|
|
19234
|
+
readonly discriminator: 'duty_transaction';
|
|
19235
|
+
readonly order?: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
19236
|
+
readonly id: string;
|
|
19237
|
+
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
19238
|
+
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
19239
|
+
readonly posted_at?: string;
|
|
19240
|
+
readonly value: io.flow.common.v0.models.Price;
|
|
19241
|
+
readonly description: string;
|
|
19242
|
+
readonly statement?: io.flow.internal.v0.models.BillingStatementReference;
|
|
19243
|
+
readonly created_at: string;
|
|
19244
|
+
}
|
|
19245
|
+
|
|
19246
|
+
interface DutyTransactionDeleted {
|
|
19247
|
+
readonly discriminator: 'duty_transaction_deleted';
|
|
19248
|
+
readonly event_id: string;
|
|
19249
|
+
readonly timestamp: string;
|
|
19250
|
+
readonly id: string;
|
|
19251
|
+
}
|
|
19252
|
+
|
|
19253
|
+
interface DutyTransactionUpserted {
|
|
19254
|
+
readonly discriminator: 'duty_transaction_upserted';
|
|
19255
|
+
readonly event_id: string;
|
|
19256
|
+
readonly timestamp: string;
|
|
19257
|
+
readonly duty_transaction: io.flow.internal.v0.models.DutyTransaction;
|
|
19258
|
+
}
|
|
19259
|
+
|
|
19194
19260
|
interface EmailForm {
|
|
19195
19261
|
readonly to: string[];
|
|
19196
19262
|
readonly cc?: string[];
|
|
@@ -19215,6 +19281,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19215
19281
|
readonly passphrase_ids: string[];
|
|
19216
19282
|
}
|
|
19217
19283
|
|
|
19284
|
+
interface ErpFlowFile {
|
|
19285
|
+
readonly id: string;
|
|
19286
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19287
|
+
readonly url: string;
|
|
19288
|
+
readonly created_at: string;
|
|
19289
|
+
}
|
|
19290
|
+
|
|
19291
|
+
interface ErpPriorityFile {
|
|
19292
|
+
readonly id: string;
|
|
19293
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19294
|
+
readonly url: string;
|
|
19295
|
+
readonly created_at: string;
|
|
19296
|
+
}
|
|
19297
|
+
|
|
19298
|
+
interface ErpPriorityFileForm {
|
|
19299
|
+
readonly type: io.flow.internal.v0.enums.ErpFileType;
|
|
19300
|
+
readonly url: string;
|
|
19301
|
+
}
|
|
19302
|
+
|
|
19218
19303
|
interface ExclusionRuleDeleted {
|
|
19219
19304
|
readonly discriminator: 'exclusion_rule_deleted';
|
|
19220
19305
|
readonly event_id: string;
|
|
@@ -20269,6 +20354,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20269
20354
|
readonly created_at: string;
|
|
20270
20355
|
readonly updated_at: string;
|
|
20271
20356
|
readonly updated_by_user_id: string;
|
|
20357
|
+
readonly hs6_code?: string;
|
|
20358
|
+
readonly hs6_description?: string;
|
|
20272
20359
|
}
|
|
20273
20360
|
|
|
20274
20361
|
interface HarmonizationItemClassificationDeleted {
|
|
@@ -20294,6 +20381,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20294
20381
|
interface HarmonizationMlModelSummary {
|
|
20295
20382
|
readonly id?: string;
|
|
20296
20383
|
readonly customs_description?: string;
|
|
20384
|
+
readonly score?: number;
|
|
20297
20385
|
}
|
|
20298
20386
|
|
|
20299
20387
|
interface HarmonizationPhraseSuggestionRequestImport {
|
|
@@ -21011,6 +21099,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21011
21099
|
readonly url: string;
|
|
21012
21100
|
}
|
|
21013
21101
|
|
|
21102
|
+
interface Hs6Detail {
|
|
21103
|
+
readonly hs6_code: string;
|
|
21104
|
+
readonly description: string;
|
|
21105
|
+
}
|
|
21106
|
+
|
|
21014
21107
|
interface Hs6Metadata {
|
|
21015
21108
|
readonly description: string;
|
|
21016
21109
|
}
|
|
@@ -22425,7 +22518,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22425
22518
|
readonly legal_name: string;
|
|
22426
22519
|
readonly shop_name: string;
|
|
22427
22520
|
readonly organization_id: string;
|
|
22428
|
-
readonly
|
|
22521
|
+
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
22429
22522
|
readonly gmv: number;
|
|
22430
22523
|
}
|
|
22431
22524
|
|
|
@@ -22540,6 +22633,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22540
22633
|
readonly attribute: io.flow.internal.v0.models.OrderAttribute;
|
|
22541
22634
|
}
|
|
22542
22635
|
|
|
22636
|
+
interface OrderCancellation {
|
|
22637
|
+
readonly id: string;
|
|
22638
|
+
readonly order: io.flow.internal.v0.models.BillingOrderTransactionOrderReference;
|
|
22639
|
+
readonly evidence: io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
22640
|
+
}
|
|
22641
|
+
|
|
22642
|
+
interface OrderCancellationEvidenceFullyRefundedNotFulfilled {
|
|
22643
|
+
readonly discriminator: 'fully_refunded_not_fulfilled';
|
|
22644
|
+
readonly placeholder?: string;
|
|
22645
|
+
}
|
|
22646
|
+
|
|
22647
|
+
interface OrderCancellationEvidenceManual {
|
|
22648
|
+
readonly discriminator: 'manual';
|
|
22649
|
+
readonly description: string;
|
|
22650
|
+
}
|
|
22651
|
+
|
|
22652
|
+
interface OrderCancellationForm {
|
|
22653
|
+
readonly evidence: io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
22654
|
+
}
|
|
22655
|
+
|
|
22543
22656
|
interface OrderDetail {
|
|
22544
22657
|
readonly order: io.flow.experience.v0.models.Order;
|
|
22545
22658
|
readonly status: io.flow.experience.v0.enums.OrderStatus;
|
|
@@ -23611,10 +23724,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23611
23724
|
readonly label_tracking_summary_id: string;
|
|
23612
23725
|
}
|
|
23613
23726
|
|
|
23614
|
-
interface
|
|
23615
|
-
readonly discriminator: '
|
|
23616
|
-
readonly
|
|
23617
|
-
readonly refund_ids: string[];
|
|
23727
|
+
interface ProofOfPostingOrderCancellation {
|
|
23728
|
+
readonly discriminator: 'order_cancellation';
|
|
23729
|
+
readonly order_cancellation_id: string;
|
|
23618
23730
|
}
|
|
23619
23731
|
|
|
23620
23732
|
interface ProofOfPostingShippingNotification {
|
|
@@ -24501,6 +24613,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24501
24613
|
readonly access_token_masked?: string;
|
|
24502
24614
|
}
|
|
24503
24615
|
|
|
24616
|
+
interface ShopifyMarketsShopDeleted {
|
|
24617
|
+
readonly discriminator: 'shopify_markets_shop_deleted';
|
|
24618
|
+
readonly event_id: string;
|
|
24619
|
+
readonly timestamp: string;
|
|
24620
|
+
readonly organization: string;
|
|
24621
|
+
readonly id: string;
|
|
24622
|
+
}
|
|
24623
|
+
|
|
24504
24624
|
interface ShopifyMarketsShopForm {
|
|
24505
24625
|
readonly shop: string;
|
|
24506
24626
|
readonly domain: string;
|
|
@@ -24516,6 +24636,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24516
24636
|
readonly channel: io.flow.common.v0.models.ChannelReference;
|
|
24517
24637
|
}
|
|
24518
24638
|
|
|
24639
|
+
interface ShopifyMarketsShopUpserted {
|
|
24640
|
+
readonly discriminator: 'shopify_markets_shop_upserted';
|
|
24641
|
+
readonly event_id: string;
|
|
24642
|
+
readonly timestamp: string;
|
|
24643
|
+
readonly organization: string;
|
|
24644
|
+
readonly shopify_markets_shop: io.flow.internal.v0.models.ShopifyMarketsShop;
|
|
24645
|
+
}
|
|
24646
|
+
|
|
24519
24647
|
interface ShopifyMarketsSubsidiaryCompany {
|
|
24520
24648
|
readonly legal_name?: string;
|
|
24521
24649
|
readonly incorporation_country?: io.flow.internal.v0.models.ShopifyMarketsIncorporationCountry;
|
|
@@ -24559,7 +24687,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24559
24687
|
readonly organization_reference: io.flow.common.v0.models.OrganizationReference;
|
|
24560
24688
|
readonly order_number: string;
|
|
24561
24689
|
readonly monitor: io.flow.internal.v0.unions.ShopifyMonitoringOrderMonitorType;
|
|
24562
|
-
readonly created_at: string;
|
|
24563
24690
|
}
|
|
24564
24691
|
|
|
24565
24692
|
interface ShopifyMonitoringOrderMonitorEventDeleted {
|
|
@@ -24581,15 +24708,9 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24581
24708
|
interface ShopifyMonitoringOrderMonitorReview {
|
|
24582
24709
|
readonly id: string;
|
|
24583
24710
|
readonly order_monitor: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitor;
|
|
24584
|
-
readonly order_details: io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReviewOrderDetails;
|
|
24585
24711
|
readonly status: io.flow.internal.v0.enums.ShopifyMonitoringMonitorReviewStatus;
|
|
24586
24712
|
}
|
|
24587
24713
|
|
|
24588
|
-
interface ShopifyMonitoringOrderMonitorReviewOrderDetails {
|
|
24589
|
-
readonly organization: string;
|
|
24590
|
-
readonly shopify_order: io.flow.shopify.markets.v0.models.ShopifyOrder;
|
|
24591
|
-
}
|
|
24592
|
-
|
|
24593
24714
|
interface ShopifyMonitoringTrackingNumber {
|
|
24594
24715
|
readonly number: string;
|
|
24595
24716
|
}
|
|
@@ -25579,6 +25700,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25579
25700
|
readonly original_transaction_id: string;
|
|
25580
25701
|
readonly description: string;
|
|
25581
25702
|
readonly details: io.flow.internal.v0.unions.AdjustmentDetails;
|
|
25703
|
+
readonly type?: io.flow.internal.v0.enums.AdjustmentTransactionType;
|
|
25582
25704
|
}
|
|
25583
25705
|
|
|
25584
25706
|
interface TransactionReference {
|
|
@@ -26370,6 +26492,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26370
26492
|
| io.flow.internal.v0.models.ChannelBilledTransactionDeleted
|
|
26371
26493
|
| io.flow.internal.v0.models.TaxTransactionUpserted
|
|
26372
26494
|
| io.flow.internal.v0.models.TaxTransactionDeleted
|
|
26495
|
+
| io.flow.internal.v0.models.DutyTransactionUpserted
|
|
26496
|
+
| io.flow.internal.v0.models.DutyTransactionDeleted
|
|
26373
26497
|
| io.flow.internal.v0.models.CalculatorOrganizationSettingsUpserted
|
|
26374
26498
|
| io.flow.internal.v0.models.CalculatorOrganizationSettingsDeleted
|
|
26375
26499
|
| io.flow.internal.v0.models.CarrierAccountUpsertedV2
|
|
@@ -26565,6 +26689,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26565
26689
|
| io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted
|
|
26566
26690
|
| io.flow.internal.v0.models.ShopifyMarketsOrderUpserted
|
|
26567
26691
|
| io.flow.internal.v0.models.ShopifyMarketsOrderDeleted
|
|
26692
|
+
| io.flow.internal.v0.models.ShopifyMarketsShopUpserted
|
|
26693
|
+
| io.flow.internal.v0.models.ShopifyMarketsShopDeleted
|
|
26568
26694
|
| io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted
|
|
26569
26695
|
| io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventDeleted
|
|
26570
26696
|
| io.flow.internal.v0.models.StripeAuthorizationDeleted
|
|
@@ -26721,6 +26847,9 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26721
26847
|
| io.flow.internal.v0.models.WholeOrderActionForm
|
|
26722
26848
|
| io.flow.internal.v0.models.LineActionForm
|
|
26723
26849
|
| io.flow.internal.v0.models.FulfillmentActionForm;
|
|
26850
|
+
type OrderCancellationEvidence =
|
|
26851
|
+
| io.flow.internal.v0.models.OrderCancellationEvidenceManual
|
|
26852
|
+
| io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
26724
26853
|
type PaymentRedirect =
|
|
26725
26854
|
| io.flow.internal.v0.models.OnlineAuthorizationCompleted
|
|
26726
26855
|
| io.flow.internal.v0.models.RedirectActionCompleted;
|
|
@@ -26773,8 +26902,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26773
26902
|
type ProofOfPosting =
|
|
26774
26903
|
| io.flow.internal.v0.models.ProofOfPostingFulfilled
|
|
26775
26904
|
| io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled
|
|
26776
|
-
| io.flow.internal.v0.models.
|
|
26777
|
-
| io.flow.internal.v0.models.
|
|
26905
|
+
| io.flow.internal.v0.models.ProofOfPostingShippingNotification
|
|
26906
|
+
| io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
26778
26907
|
type RoutingEntity =
|
|
26779
26908
|
| io.flow.internal.v0.models.RoutingProcessor
|
|
26780
26909
|
| io.flow.internal.v0.models.RoutingAccount
|
|
@@ -26831,7 +26960,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26831
26960
|
| io.flow.internal.v0.models.LabelTransaction
|
|
26832
26961
|
| io.flow.internal.v0.models.OrderTransaction
|
|
26833
26962
|
| io.flow.internal.v0.models.ChannelBilledTransaction
|
|
26834
|
-
| io.flow.internal.v0.models.TaxTransaction
|
|
26963
|
+
| io.flow.internal.v0.models.TaxTransaction
|
|
26964
|
+
| io.flow.internal.v0.models.DutyTransaction;
|
|
26835
26965
|
type TransactionSummary =
|
|
26836
26966
|
| io.flow.internal.v0.models.PaymentSummaryV2
|
|
26837
26967
|
| io.flow.internal.v0.models.FraudSummary;
|
|
@@ -26911,6 +27041,8 @@ export type AdjustmentDetailsProcessingTransactionFee =
|
|
|
26911
27041
|
io.flow.internal.v0.models.AdjustmentDetailsProcessingTransactionFee;
|
|
26912
27042
|
export type AdjustmentDetailsProcessingTransactionWithholding =
|
|
26913
27043
|
io.flow.internal.v0.models.AdjustmentDetailsProcessingTransactionWithholding;
|
|
27044
|
+
export type AdjustmentTransactionType =
|
|
27045
|
+
io.flow.internal.v0.enums.AdjustmentTransactionType;
|
|
26914
27046
|
export type AdyenAccount = io.flow.internal.v0.models.AdyenAccount;
|
|
26915
27047
|
export type AdyenAccountModificationForm =
|
|
26916
27048
|
io.flow.internal.v0.models.AdyenAccountModificationForm;
|
|
@@ -28614,6 +28746,12 @@ export type DutySimpleExpression =
|
|
|
28614
28746
|
io.flow.internal.v0.models.DutySimpleExpression;
|
|
28615
28747
|
export type DutySimpleExpressionType =
|
|
28616
28748
|
io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
28749
|
+
export type DutyTransaction = io.flow.internal.v0.models.DutyTransaction;
|
|
28750
|
+
export type DutyTransactionDeleted =
|
|
28751
|
+
io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
28752
|
+
export type DutyTransactionType = io.flow.internal.v0.enums.DutyTransactionType;
|
|
28753
|
+
export type DutyTransactionUpserted =
|
|
28754
|
+
io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
28617
28755
|
export type EmailForm = io.flow.internal.v0.models.EmailForm;
|
|
28618
28756
|
export type EmailModificationForm =
|
|
28619
28757
|
io.flow.internal.v0.models.EmailModificationForm;
|
|
@@ -28621,6 +28759,11 @@ export type EmptyAttribute = io.flow.internal.v0.enums.EmptyAttribute;
|
|
|
28621
28759
|
export type EmptyClassificationForm =
|
|
28622
28760
|
io.flow.internal.v0.models.EmptyClassificationForm;
|
|
28623
28761
|
export type Encryption = io.flow.internal.v0.models.Encryption;
|
|
28762
|
+
export type ErpFileType = io.flow.internal.v0.enums.ErpFileType;
|
|
28763
|
+
export type ErpFlowFile = io.flow.internal.v0.models.ErpFlowFile;
|
|
28764
|
+
export type ErpPriorityFile = io.flow.internal.v0.models.ErpPriorityFile;
|
|
28765
|
+
export type ErpPriorityFileForm =
|
|
28766
|
+
io.flow.internal.v0.models.ErpPriorityFileForm;
|
|
28624
28767
|
export type Event = io.flow.internal.v0.unions.Event;
|
|
28625
28768
|
export type EventType = io.flow.internal.v0.enums.EventType;
|
|
28626
28769
|
export type ExclusionRuleDeleted =
|
|
@@ -28986,6 +29129,7 @@ export type HeapWebsocketResponse =
|
|
|
28986
29129
|
io.flow.internal.v0.models.HeapWebsocketResponse;
|
|
28987
29130
|
export type HeapWebsocketRetry = io.flow.internal.v0.models.HeapWebsocketRetry;
|
|
28988
29131
|
export type Href = io.flow.internal.v0.models.Href;
|
|
29132
|
+
export type Hs6Detail = io.flow.internal.v0.models.Hs6Detail;
|
|
28989
29133
|
export type Hs6Metadata = io.flow.internal.v0.models.Hs6Metadata;
|
|
28990
29134
|
export type HttpMethod = io.flow.internal.v0.enums.HttpMethod;
|
|
28991
29135
|
export type HybrisCatalogItemsImportRequest =
|
|
@@ -29423,6 +29567,15 @@ export type OrderAttributeIntent =
|
|
|
29423
29567
|
io.flow.internal.v0.enums.OrderAttributeIntent;
|
|
29424
29568
|
export type OrderAttributeUpserted =
|
|
29425
29569
|
io.flow.internal.v0.models.OrderAttributeUpserted;
|
|
29570
|
+
export type OrderCancellation = io.flow.internal.v0.models.OrderCancellation;
|
|
29571
|
+
export type OrderCancellationEvidence =
|
|
29572
|
+
io.flow.internal.v0.unions.OrderCancellationEvidence;
|
|
29573
|
+
export type OrderCancellationEvidenceFullyRefundedNotFulfilled =
|
|
29574
|
+
io.flow.internal.v0.models.OrderCancellationEvidenceFullyRefundedNotFulfilled;
|
|
29575
|
+
export type OrderCancellationEvidenceManual =
|
|
29576
|
+
io.flow.internal.v0.models.OrderCancellationEvidenceManual;
|
|
29577
|
+
export type OrderCancellationForm =
|
|
29578
|
+
io.flow.internal.v0.models.OrderCancellationForm;
|
|
29426
29579
|
export type OrderChargeTrigger = io.flow.internal.v0.enums.OrderChargeTrigger;
|
|
29427
29580
|
export type OrderDetail = io.flow.internal.v0.models.OrderDetail;
|
|
29428
29581
|
export type OrderFulfillmentDeleted =
|
|
@@ -29726,8 +29879,8 @@ export type ProofOfPostingExternallyFulfilled =
|
|
|
29726
29879
|
io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled;
|
|
29727
29880
|
export type ProofOfPostingFulfilled =
|
|
29728
29881
|
io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
29729
|
-
export type
|
|
29730
|
-
io.flow.internal.v0.models.
|
|
29882
|
+
export type ProofOfPostingOrderCancellation =
|
|
29883
|
+
io.flow.internal.v0.models.ProofOfPostingOrderCancellation;
|
|
29731
29884
|
export type ProofOfPostingShippingNotification =
|
|
29732
29885
|
io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
29733
29886
|
export type QuoteRequest = io.flow.internal.v0.models.QuoteRequest;
|
|
@@ -29955,10 +30108,14 @@ export type ShopifyMarketsOrderDeleted =
|
|
|
29955
30108
|
export type ShopifyMarketsOrderUpserted =
|
|
29956
30109
|
io.flow.internal.v0.models.ShopifyMarketsOrderUpserted;
|
|
29957
30110
|
export type ShopifyMarketsShop = io.flow.internal.v0.models.ShopifyMarketsShop;
|
|
30111
|
+
export type ShopifyMarketsShopDeleted =
|
|
30112
|
+
io.flow.internal.v0.models.ShopifyMarketsShopDeleted;
|
|
29958
30113
|
export type ShopifyMarketsShopForm =
|
|
29959
30114
|
io.flow.internal.v0.models.ShopifyMarketsShopForm;
|
|
29960
30115
|
export type ShopifyMarketsShopSummary =
|
|
29961
30116
|
io.flow.internal.v0.models.ShopifyMarketsShopSummary;
|
|
30117
|
+
export type ShopifyMarketsShopUpserted =
|
|
30118
|
+
io.flow.internal.v0.models.ShopifyMarketsShopUpserted;
|
|
29962
30119
|
export type ShopifyMarketsSubsidiaryCompany =
|
|
29963
30120
|
io.flow.internal.v0.models.ShopifyMarketsSubsidiaryCompany;
|
|
29964
30121
|
export type ShopifyMarketsSync = io.flow.internal.v0.models.ShopifyMarketsSync;
|
|
@@ -29983,8 +30140,6 @@ export type ShopifyMonitoringOrderMonitorEventUpserted =
|
|
|
29983
30140
|
io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorEventUpserted;
|
|
29984
30141
|
export type ShopifyMonitoringOrderMonitorReview =
|
|
29985
30142
|
io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReview;
|
|
29986
|
-
export type ShopifyMonitoringOrderMonitorReviewOrderDetails =
|
|
29987
|
-
io.flow.internal.v0.models.ShopifyMonitoringOrderMonitorReviewOrderDetails;
|
|
29988
30143
|
export type ShopifyMonitoringOrderMonitorType =
|
|
29989
30144
|
io.flow.internal.v0.unions.ShopifyMonitoringOrderMonitorType;
|
|
29990
30145
|
export type ShopifyMonitoringTrackingField =
|