@flowio/types 11.24.52 → 11.24.54
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 +275 -67
- package/dist/api.d.ts +74 -28
- package/package.json +2 -2
- package/src/api-internal.ts +360 -77
- package/src/api.ts +88 -35
package/src/api-internal.ts
CHANGED
|
@@ -4018,6 +4018,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
4018
4018
|
readonly order_identifier?: string;
|
|
4019
4019
|
readonly fulfillment_key?: string;
|
|
4020
4020
|
readonly shipment_recipient?: io.flow.label.v0.enums.ShipmentRecipient;
|
|
4021
|
+
readonly updated_at: string;
|
|
4021
4022
|
}
|
|
4022
4023
|
|
|
4023
4024
|
interface ShippingNotificationVersion {
|
|
@@ -6424,7 +6425,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
6424
6425
|
readonly id: number;
|
|
6425
6426
|
readonly quantity: number;
|
|
6426
6427
|
readonly fulfillable_quantity?: number;
|
|
6427
|
-
readonly fulfillment_service: string;
|
|
6428
6428
|
readonly fulfillment_status?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
6429
6429
|
readonly grams?: number;
|
|
6430
6430
|
readonly price?: string;
|
|
@@ -6445,7 +6445,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
6445
6445
|
|
|
6446
6446
|
interface ShopifyLineItemForm {
|
|
6447
6447
|
readonly fulfillable_quantity?: number;
|
|
6448
|
-
readonly fulfillment_service: string;
|
|
6449
6448
|
readonly fulfillment_status?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
6450
6449
|
readonly grams?: number;
|
|
6451
6450
|
readonly price?: string;
|
|
@@ -6626,7 +6625,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
6626
6625
|
readonly title: string;
|
|
6627
6626
|
readonly tax_lines: io.flow.shopify.external.v0.models.ShopifyTaxLine[];
|
|
6628
6627
|
readonly carrier_identifier?: string;
|
|
6629
|
-
readonly requested_fulfillment_service_id?: string;
|
|
6630
6628
|
}
|
|
6631
6629
|
|
|
6632
6630
|
interface ShopifyTaxLine {
|
|
@@ -7238,10 +7236,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7238
7236
|
readonly updated_at?: string;
|
|
7239
7237
|
readonly first_name?: string;
|
|
7240
7238
|
readonly last_name?: string;
|
|
7241
|
-
readonly orders_count?: number;
|
|
7242
7239
|
readonly state?: string;
|
|
7243
|
-
readonly total_spent?: string;
|
|
7244
|
-
readonly last_order_id?: number;
|
|
7245
7240
|
readonly note?: string;
|
|
7246
7241
|
readonly verified_email?: boolean;
|
|
7247
7242
|
readonly multipass_identifier?: string;
|
|
@@ -7249,7 +7244,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7249
7244
|
readonly tax_exemptions?: any /*json*/[];
|
|
7250
7245
|
readonly phone?: string;
|
|
7251
7246
|
readonly tags?: string;
|
|
7252
|
-
readonly last_order_name?: string;
|
|
7253
7247
|
readonly currency?: string;
|
|
7254
7248
|
readonly addresses?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
7255
7249
|
readonly default_address?: io.flow.shopify.markets.v0.models.ShopifyOrderAddress;
|
|
@@ -7339,7 +7333,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7339
7333
|
|
|
7340
7334
|
interface ShopifyOrderLineItem {
|
|
7341
7335
|
readonly fulfillable_quantity?: number;
|
|
7342
|
-
readonly fulfillment_service: string;
|
|
7343
7336
|
readonly fulfillment_status?: io.flow.shopify.markets.v0.enums.ShopifyOrderFulfillmentStatusType;
|
|
7344
7337
|
readonly grams?: number;
|
|
7345
7338
|
readonly id: number;
|
|
@@ -7363,7 +7356,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7363
7356
|
readonly total_discount?: string;
|
|
7364
7357
|
readonly total_discount_set?: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
7365
7358
|
readonly discount_allocations?: io.flow.shopify.markets.v0.models.ShopifyOrderDiscountAllocation[];
|
|
7366
|
-
readonly origin_location?: io.flow.shopify.markets.v0.models.ShopifyOrderOriginLocation;
|
|
7367
7359
|
readonly variant_inventory_management?: string;
|
|
7368
7360
|
readonly product_exists?: boolean;
|
|
7369
7361
|
readonly duties: io.flow.shopify.markets.v0.models.ShopifyOrderDuty[];
|
|
@@ -7452,7 +7444,6 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7452
7444
|
readonly title: string;
|
|
7453
7445
|
readonly tax_lines: io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
|
|
7454
7446
|
readonly carrier_identifier?: string;
|
|
7455
|
-
readonly requested_fulfillment_service_id?: string;
|
|
7456
7447
|
readonly price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
7457
7448
|
readonly discounted_price_set: io.flow.shopify.markets.v0.models.ShopifyOrderMoneySet;
|
|
7458
7449
|
}
|
|
@@ -7472,7 +7463,7 @@ declare namespace io.flow.shopify.markets.v0.models {
|
|
|
7472
7463
|
readonly currency: string;
|
|
7473
7464
|
readonly status?: io.flow.shopify.markets.v0.enums.ShopifyOrderTransactionStatus;
|
|
7474
7465
|
readonly payment_details?: io.flow.shopify.markets.v0.models.ShopifyOrderPaymentDetail;
|
|
7475
|
-
readonly receipt
|
|
7466
|
+
readonly receipt?: any /*object*/;
|
|
7476
7467
|
readonly authorization?: string;
|
|
7477
7468
|
readonly created_at: string;
|
|
7478
7469
|
readonly device_id?: number;
|
|
@@ -8189,8 +8180,7 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
8189
8180
|
readonly card_data: io.flow.payment.gateway.v0.unions.PaymentMethodCard;
|
|
8190
8181
|
readonly device_fingerprint_details: io.flow.payment.gateway.v0.unions.DeviceFingerprintDetails;
|
|
8191
8182
|
readonly cvv?: string;
|
|
8192
|
-
readonly
|
|
8193
|
-
readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
8183
|
+
readonly stored_details_card?: io.flow.payment.gateway.v0.unions.PaymentMethodStoredDetailsCard;
|
|
8194
8184
|
}
|
|
8195
8185
|
|
|
8196
8186
|
interface PaymentMethodDataAuthorizeGooglepay {
|
|
@@ -8285,6 +8275,17 @@ declare namespace io.flow.payment.gateway.v0.models {
|
|
|
8285
8275
|
readonly validation_url: string;
|
|
8286
8276
|
}
|
|
8287
8277
|
|
|
8278
|
+
interface PaymentMethodStoredDetailsCardInitial {
|
|
8279
|
+
readonly type: 'initial';
|
|
8280
|
+
readonly reference?: string;
|
|
8281
|
+
}
|
|
8282
|
+
|
|
8283
|
+
interface PaymentMethodStoredDetailsCardSubsequent {
|
|
8284
|
+
readonly type: 'subsequent';
|
|
8285
|
+
readonly reference?: string;
|
|
8286
|
+
readonly previous_transaction_details?: io.flow.payment.v0.models.TransactionNetworkDetailsCard;
|
|
8287
|
+
}
|
|
8288
|
+
|
|
8288
8289
|
interface PaymentMethodSummaryAfterpay {
|
|
8289
8290
|
readonly type: 'afterpay';
|
|
8290
8291
|
readonly merchant_of_record: io.flow.common.v0.enums.MerchantOfRecord;
|
|
@@ -8509,6 +8510,9 @@ declare namespace io.flow.payment.gateway.v0.unions {
|
|
|
8509
8510
|
| io.flow.payment.gateway.v0.models.PaymentMethodDataAuthorizeKlarnaResultFailure;
|
|
8510
8511
|
type PaymentMethodDataOptionLogo =
|
|
8511
8512
|
io.flow.payment.gateway.v0.models.PaymentMethodDataOptionLogoSvg;
|
|
8513
|
+
type PaymentMethodStoredDetailsCard =
|
|
8514
|
+
| io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardInitial
|
|
8515
|
+
| io.flow.payment.gateway.v0.models.PaymentMethodStoredDetailsCardSubsequent;
|
|
8512
8516
|
type PaymentMethodSummary =
|
|
8513
8517
|
| io.flow.payment.gateway.v0.models.PaymentMethodSummaryCard
|
|
8514
8518
|
| io.flow.payment.gateway.v0.models.PaymentMethodSummaryKlarna
|
|
@@ -10507,6 +10511,7 @@ declare namespace io.flow.tracking.v0.models {
|
|
|
10507
10511
|
|
|
10508
10512
|
interface LabelTrackingSummaryUpdate {
|
|
10509
10513
|
readonly timestamp: string;
|
|
10514
|
+
readonly created_at?: string;
|
|
10510
10515
|
}
|
|
10511
10516
|
|
|
10512
10517
|
interface Tracking {
|
|
@@ -11527,7 +11532,6 @@ declare namespace io.flow.item.v0.models {
|
|
|
11527
11532
|
}
|
|
11528
11533
|
|
|
11529
11534
|
declare namespace io.flow.billing.v0.enums {
|
|
11530
|
-
type AttachmentType = 'csv';
|
|
11531
11535
|
type FeeDeductionType =
|
|
11532
11536
|
| 'duty_guarantee'
|
|
11533
11537
|
| 'mor'
|
|
@@ -11536,12 +11540,9 @@ declare namespace io.flow.billing.v0.enums {
|
|
|
11536
11540
|
| 'processing'
|
|
11537
11541
|
| 'rate_lock'
|
|
11538
11542
|
| 'transfer';
|
|
11539
|
-
type
|
|
11540
|
-
|
|
11541
|
-
|
|
11542
|
-
| 'cancelled'
|
|
11543
|
-
| 'failed'
|
|
11544
|
-
| 'succeeded';
|
|
11543
|
+
type PayoutAttachmentType = 'transactions';
|
|
11544
|
+
type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
|
|
11545
|
+
type StatementAttachmentType = 'csv';
|
|
11545
11546
|
type TransactionSource =
|
|
11546
11547
|
| 'capture'
|
|
11547
11548
|
| 'refund'
|
|
@@ -11571,7 +11572,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11571
11572
|
}
|
|
11572
11573
|
|
|
11573
11574
|
interface Attachment {
|
|
11574
|
-
readonly type: io.flow.billing.v0.enums.
|
|
11575
|
+
readonly type: io.flow.billing.v0.enums.StatementAttachmentType;
|
|
11575
11576
|
readonly url: string;
|
|
11576
11577
|
}
|
|
11577
11578
|
|
|
@@ -11608,6 +11609,16 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11608
11609
|
readonly description?: string;
|
|
11609
11610
|
}
|
|
11610
11611
|
|
|
11612
|
+
interface ChannelPayout {
|
|
11613
|
+
readonly id: string;
|
|
11614
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
11615
|
+
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
11616
|
+
readonly amount: number;
|
|
11617
|
+
readonly attachments: io.flow.billing.v0.models.PayoutAttachment[];
|
|
11618
|
+
readonly created_at: string;
|
|
11619
|
+
readonly updated_at: string;
|
|
11620
|
+
}
|
|
11621
|
+
|
|
11611
11622
|
interface ChannelStatement {
|
|
11612
11623
|
readonly id: string;
|
|
11613
11624
|
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
@@ -11618,12 +11629,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11618
11629
|
}
|
|
11619
11630
|
|
|
11620
11631
|
interface ChannelTransaction {
|
|
11632
|
+
readonly statement?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
11621
11633
|
readonly id: string;
|
|
11622
11634
|
readonly order?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
11623
|
-
readonly statement?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
11624
11635
|
readonly payment_request?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
11625
11636
|
readonly currency: string;
|
|
11626
11637
|
readonly source: io.flow.billing.v0.enums.TransactionSource;
|
|
11638
|
+
readonly parent?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
11627
11639
|
readonly gross: number;
|
|
11628
11640
|
readonly fees: io.flow.billing.v0.models.FeeDeduction[];
|
|
11629
11641
|
readonly withholdings: io.flow.billing.v0.models.WithholdingDeduction[];
|
|
@@ -11631,6 +11643,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11631
11643
|
readonly net: number;
|
|
11632
11644
|
readonly identifiers: Record<string, string>;
|
|
11633
11645
|
readonly created_at: string;
|
|
11646
|
+
readonly updated_at: string;
|
|
11634
11647
|
}
|
|
11635
11648
|
|
|
11636
11649
|
interface DefaultBankAccountForm {
|
|
@@ -11643,11 +11656,6 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11643
11656
|
readonly description?: string;
|
|
11644
11657
|
}
|
|
11645
11658
|
|
|
11646
|
-
interface NoPayout {
|
|
11647
|
-
readonly discriminator: 'no_payout';
|
|
11648
|
-
readonly placeholder?: string;
|
|
11649
|
-
}
|
|
11650
|
-
|
|
11651
11659
|
interface OrganizationBankAccount {
|
|
11652
11660
|
readonly id: string;
|
|
11653
11661
|
readonly last4: string;
|
|
@@ -11658,16 +11666,69 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11658
11666
|
readonly bank_account: io.flow.billing.v0.models.BankAccountReference;
|
|
11659
11667
|
}
|
|
11660
11668
|
|
|
11661
|
-
interface
|
|
11662
|
-
readonly
|
|
11663
|
-
readonly
|
|
11669
|
+
interface OrganizationPayout {
|
|
11670
|
+
readonly id: string;
|
|
11671
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
11672
|
+
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
11664
11673
|
readonly amount: number;
|
|
11665
|
-
readonly
|
|
11674
|
+
readonly attachments: io.flow.billing.v0.models.PayoutAttachment[];
|
|
11675
|
+
readonly created_at: string;
|
|
11676
|
+
readonly updated_at: string;
|
|
11666
11677
|
}
|
|
11667
11678
|
|
|
11668
|
-
interface
|
|
11669
|
-
readonly
|
|
11670
|
-
readonly
|
|
11679
|
+
interface ParentTransactionSummary {
|
|
11680
|
+
readonly id: string;
|
|
11681
|
+
readonly source: io.flow.billing.v0.enums.TransactionSource;
|
|
11682
|
+
}
|
|
11683
|
+
|
|
11684
|
+
interface PayoutAttachment {
|
|
11685
|
+
readonly type: io.flow.billing.v0.enums.PayoutAttachmentType;
|
|
11686
|
+
readonly url: string;
|
|
11687
|
+
}
|
|
11688
|
+
|
|
11689
|
+
interface PayoutStatusFailed {
|
|
11690
|
+
readonly code: 'failed';
|
|
11691
|
+
readonly timestamp: string;
|
|
11692
|
+
readonly reason: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
11693
|
+
}
|
|
11694
|
+
|
|
11695
|
+
interface PayoutStatusScheduled {
|
|
11696
|
+
readonly code: 'scheduled';
|
|
11697
|
+
readonly placeholder?: string;
|
|
11698
|
+
}
|
|
11699
|
+
|
|
11700
|
+
interface PayoutStatusSent {
|
|
11701
|
+
readonly code: 'sent';
|
|
11702
|
+
readonly timestamp: string;
|
|
11703
|
+
}
|
|
11704
|
+
|
|
11705
|
+
interface PayoutTransaction {
|
|
11706
|
+
readonly id: string;
|
|
11707
|
+
readonly order?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
11708
|
+
readonly payment_request?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
11709
|
+
readonly currency: string;
|
|
11710
|
+
readonly source: io.flow.billing.v0.enums.TransactionSource;
|
|
11711
|
+
readonly parent?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
11712
|
+
readonly gross: number;
|
|
11713
|
+
readonly fees: io.flow.billing.v0.models.FeeDeduction[];
|
|
11714
|
+
readonly withholdings: io.flow.billing.v0.models.WithholdingDeduction[];
|
|
11715
|
+
readonly discounts: io.flow.billing.v0.models.BillingDiscount[];
|
|
11716
|
+
readonly net: number;
|
|
11717
|
+
readonly identifiers: Record<string, string>;
|
|
11718
|
+
readonly created_at: string;
|
|
11719
|
+
readonly updated_at: string;
|
|
11720
|
+
}
|
|
11721
|
+
|
|
11722
|
+
interface SettlementNoPayout {
|
|
11723
|
+
readonly discriminator: 'no_payout';
|
|
11724
|
+
readonly placeholder?: string;
|
|
11725
|
+
}
|
|
11726
|
+
|
|
11727
|
+
interface SettlementPayout {
|
|
11728
|
+
readonly discriminator: 'payout';
|
|
11729
|
+
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
11730
|
+
readonly amount: number;
|
|
11731
|
+
readonly sent_on?: string;
|
|
11671
11732
|
}
|
|
11672
11733
|
|
|
11673
11734
|
interface Statement {
|
|
@@ -11680,12 +11741,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11680
11741
|
}
|
|
11681
11742
|
|
|
11682
11743
|
interface Transaction {
|
|
11744
|
+
readonly statement?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
11683
11745
|
readonly id: string;
|
|
11684
11746
|
readonly order?: io.flow.billing.v0.models.BillingChannelOrderSummary;
|
|
11685
|
-
readonly statement?: io.flow.billing.v0.models.BillingChannelStatementReference;
|
|
11686
11747
|
readonly payment_request?: io.flow.billing.v0.models.BillingChannelPaymentRequestReference;
|
|
11687
11748
|
readonly currency: string;
|
|
11688
11749
|
readonly source: io.flow.billing.v0.enums.TransactionSource;
|
|
11750
|
+
readonly parent?: io.flow.billing.v0.models.ParentTransactionSummary;
|
|
11689
11751
|
readonly gross: number;
|
|
11690
11752
|
readonly fees: io.flow.billing.v0.models.FeeDeduction[];
|
|
11691
11753
|
readonly withholdings: io.flow.billing.v0.models.WithholdingDeduction[];
|
|
@@ -11693,6 +11755,7 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11693
11755
|
readonly net: number;
|
|
11694
11756
|
readonly identifiers: Record<string, string>;
|
|
11695
11757
|
readonly created_at: string;
|
|
11758
|
+
readonly updated_at: string;
|
|
11696
11759
|
}
|
|
11697
11760
|
|
|
11698
11761
|
interface WithholdingDeduction {
|
|
@@ -11703,9 +11766,13 @@ declare namespace io.flow.billing.v0.models {
|
|
|
11703
11766
|
}
|
|
11704
11767
|
|
|
11705
11768
|
declare namespace io.flow.billing.v0.unions {
|
|
11769
|
+
type PayoutStatus =
|
|
11770
|
+
| io.flow.billing.v0.models.PayoutStatusScheduled
|
|
11771
|
+
| io.flow.billing.v0.models.PayoutStatusSent
|
|
11772
|
+
| io.flow.billing.v0.models.PayoutStatusFailed;
|
|
11706
11773
|
type Settlement =
|
|
11707
|
-
| io.flow.billing.v0.models.
|
|
11708
|
-
| io.flow.billing.v0.models.
|
|
11774
|
+
| io.flow.billing.v0.models.SettlementNoPayout
|
|
11775
|
+
| io.flow.billing.v0.models.SettlementPayout;
|
|
11709
11776
|
}
|
|
11710
11777
|
|
|
11711
11778
|
declare namespace io.flow.harmonization.v0.enums {
|
|
@@ -12852,8 +12919,8 @@ declare namespace io.flow.apple.pay.v0.enums {
|
|
|
12852
12919
|
| 'email'
|
|
12853
12920
|
| 'name'
|
|
12854
12921
|
| 'phone'
|
|
12855
|
-
| '
|
|
12856
|
-
| '
|
|
12922
|
+
| 'postalAddress'
|
|
12923
|
+
| 'phoneticName';
|
|
12857
12924
|
type ApplePayLineItemType = 'final' | 'pending';
|
|
12858
12925
|
type ApplePayMerchantCapability =
|
|
12859
12926
|
| 'supports3DS'
|
|
@@ -12879,7 +12946,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
12879
12946
|
interface ApplePayLineItem {
|
|
12880
12947
|
readonly label: string;
|
|
12881
12948
|
readonly type: io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
12882
|
-
readonly amount:
|
|
12949
|
+
readonly amount: string;
|
|
12883
12950
|
}
|
|
12884
12951
|
|
|
12885
12952
|
interface ApplePayPaymentContact {
|
|
@@ -12930,7 +12997,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
12930
12997
|
interface ApplePayShippingMethod {
|
|
12931
12998
|
readonly label: string;
|
|
12932
12999
|
readonly detail: string;
|
|
12933
|
-
readonly amount:
|
|
13000
|
+
readonly amount: string;
|
|
12934
13001
|
readonly identifier: string;
|
|
12935
13002
|
}
|
|
12936
13003
|
}
|
|
@@ -13040,7 +13107,7 @@ declare namespace io.flow.organization.onboarding.state.v0.models {
|
|
|
13040
13107
|
|
|
13041
13108
|
interface SetupCompleted {
|
|
13042
13109
|
readonly discriminator: 'setup_completed';
|
|
13043
|
-
readonly
|
|
13110
|
+
readonly third_party_logistics_guid: string;
|
|
13044
13111
|
}
|
|
13045
13112
|
|
|
13046
13113
|
interface SetupInProgress {
|
|
@@ -13417,6 +13484,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13417
13484
|
| 'duty_rates_data_event'
|
|
13418
13485
|
| 'integration_test'
|
|
13419
13486
|
| 'unit_test';
|
|
13487
|
+
type BankPaymentStatusCode = 'sent' | 'failed';
|
|
13420
13488
|
type BillingAllocationKey =
|
|
13421
13489
|
| 'freight_cost'
|
|
13422
13490
|
| 'adjustment'
|
|
@@ -13508,6 +13576,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13508
13576
|
| 'adjustment'
|
|
13509
13577
|
| 'reversal'
|
|
13510
13578
|
| 'channel_initiated';
|
|
13579
|
+
type ChannelOrderAcceptanceErrorAction = 'auto_reject';
|
|
13511
13580
|
type ChannelOrderAcceptanceRejectionReason =
|
|
13512
13581
|
| 'unsupported_origin_country'
|
|
13513
13582
|
| 'unsupported_destination_country'
|
|
@@ -13517,10 +13586,11 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13517
13586
|
| 'missing_order_information'
|
|
13518
13587
|
| 'unsupported_payment_information'
|
|
13519
13588
|
| 'unsupported_shop_currency'
|
|
13520
|
-
| '
|
|
13589
|
+
| 'unsupported_free_order'
|
|
13521
13590
|
| 'extracting_distribution_info_failed'
|
|
13522
13591
|
| 'shipping_estimation_failed'
|
|
13523
|
-
| 'payment_authorization_failed'
|
|
13592
|
+
| 'payment_authorization_failed'
|
|
13593
|
+
| 'unsupported_subsidized_order';
|
|
13524
13594
|
type ChannelOrderAcceptanceStatus = 'accepted' | 'rejected' | 'review';
|
|
13525
13595
|
type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing';
|
|
13526
13596
|
type ChargebackPaymentStatus = 'captured' | 'refunded';
|
|
@@ -13864,6 +13934,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13864
13934
|
| 'adyen_capture_upserted'
|
|
13865
13935
|
| 'adyen_refund_deleted'
|
|
13866
13936
|
| 'adyen_refund_upserted'
|
|
13937
|
+
| 'test_upserted'
|
|
13938
|
+
| 'test_deleted'
|
|
13867
13939
|
| 'account_upserted'
|
|
13868
13940
|
| 'account_upserted_v2'
|
|
13869
13941
|
| 'account_deleted_v2'
|
|
@@ -14049,6 +14121,8 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14049
14121
|
| 'fulfillment_cancel'
|
|
14050
14122
|
| 'order_shipped'
|
|
14051
14123
|
| 'items_shipped'
|
|
14124
|
+
| 'organization_business_entity_deleted'
|
|
14125
|
+
| 'organization_business_entity_upserted'
|
|
14052
14126
|
| 'organization_restriction_approval_upserted'
|
|
14053
14127
|
| 'organization_restriction_approval_deleted'
|
|
14054
14128
|
| 'internal_authorization_upserted'
|
|
@@ -14090,6 +14164,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14090
14164
|
| 'ratecard_service_fee_deleted'
|
|
14091
14165
|
| 'ratecard_lane_aggregate_upserted'
|
|
14092
14166
|
| 'ratecard_lane_aggregate_deleted'
|
|
14167
|
+
| 'ratecard_rate_level_upserted'
|
|
14168
|
+
| 'ratecard_rate_level_deleted'
|
|
14169
|
+
| 'ratecard_rate_level_ratecard_upserted'
|
|
14170
|
+
| 'ratecard_rate_level_ratecard_deleted'
|
|
14171
|
+
| 'ratecard_rate_level_organization_upserted'
|
|
14172
|
+
| 'ratecard_rate_level_organization_deleted'
|
|
14093
14173
|
| 'organization_restriction_snapshot_upserted'
|
|
14094
14174
|
| 'organization_restriction_snapshot_deleted'
|
|
14095
14175
|
| 'restriction_organization_status_upserted'
|
|
@@ -14256,6 +14336,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14256
14336
|
| 'facebook_primary'
|
|
14257
14337
|
| 'facebook_country_override'
|
|
14258
14338
|
| 'supplemental';
|
|
14339
|
+
type MixedBagWeight = '0' | '1' | '2';
|
|
14259
14340
|
type NatureOfSale =
|
|
14260
14341
|
| 'consumer'
|
|
14261
14342
|
| 'to_non_registered_business'
|
|
@@ -14382,6 +14463,12 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
14382
14463
|
type RateSource = 'calculated' | 'market';
|
|
14383
14464
|
type ReboundConfigurationStatus = 'active' | 'inactive';
|
|
14384
14465
|
type RedirectReason = 'three_d_secure';
|
|
14466
|
+
type RejectionReason =
|
|
14467
|
+
| 'suspicious_behavior'
|
|
14468
|
+
| 'suspicious_past_activity'
|
|
14469
|
+
| 'risky_velocity'
|
|
14470
|
+
| 'previous_chargebacks'
|
|
14471
|
+
| 'restricted_party_screening';
|
|
14385
14472
|
type ReportInterval = 'hourly' | 'daily' | 'weekly' | 'monthly';
|
|
14386
14473
|
type ReportingScheme =
|
|
14387
14474
|
| 'immediate_reporting_to_tax_authority'
|
|
@@ -14517,20 +14604,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14517
14604
|
readonly accepted_at: string;
|
|
14518
14605
|
}
|
|
14519
14606
|
|
|
14520
|
-
interface Account {
|
|
14521
|
-
readonly id: string;
|
|
14522
|
-
readonly currency: string;
|
|
14523
|
-
readonly updated_at: string;
|
|
14524
|
-
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
14525
|
-
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
14526
|
-
readonly payment_conditions?: string;
|
|
14527
|
-
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
14528
|
-
readonly center_key?: string;
|
|
14529
|
-
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
14530
|
-
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
14531
|
-
readonly created_at: string;
|
|
14532
|
-
}
|
|
14533
|
-
|
|
14534
14607
|
interface AccountContact {
|
|
14535
14608
|
readonly id: string;
|
|
14536
14609
|
readonly email: string;
|
|
@@ -14644,11 +14717,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14644
14717
|
readonly rates: io.flow.internal.v0.models.AccountProcessingRates;
|
|
14645
14718
|
}
|
|
14646
14719
|
|
|
14647
|
-
interface AccountReference {
|
|
14648
|
-
readonly id: string;
|
|
14649
|
-
readonly currency: string;
|
|
14650
|
-
}
|
|
14651
|
-
|
|
14652
14720
|
interface AccountSettingLabelFees {
|
|
14653
14721
|
readonly flow?: io.flow.internal.v0.models.TieredFee;
|
|
14654
14722
|
readonly organization?: io.flow.internal.v0.models.TieredFee;
|
|
@@ -14677,6 +14745,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14677
14745
|
readonly require_payment_request: boolean;
|
|
14678
14746
|
readonly round_individual_transactions: boolean;
|
|
14679
14747
|
readonly liabilities_method: io.flow.internal.v0.enums.AccountSettingLiabilitiesMethod;
|
|
14748
|
+
readonly enable_fee_reversals: boolean;
|
|
14680
14749
|
}
|
|
14681
14750
|
|
|
14682
14751
|
interface AccountSettingsDeleted {
|
|
@@ -14732,14 +14801,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14732
14801
|
readonly event_id: string;
|
|
14733
14802
|
readonly timestamp: string;
|
|
14734
14803
|
readonly organization: string;
|
|
14735
|
-
readonly account: io.flow.internal.v0.models.
|
|
14804
|
+
readonly account: io.flow.internal.v0.models.OrganizationAccount;
|
|
14736
14805
|
}
|
|
14737
14806
|
|
|
14738
14807
|
interface AccountUpsertedV2 {
|
|
14739
14808
|
readonly discriminator: 'account_upserted_v2';
|
|
14740
14809
|
readonly event_id: string;
|
|
14741
14810
|
readonly timestamp: string;
|
|
14742
|
-
readonly account: io.flow.internal.v0.models.
|
|
14811
|
+
readonly account: io.flow.internal.v0.models.FlowAccount;
|
|
14743
14812
|
}
|
|
14744
14813
|
|
|
14745
14814
|
interface ActionQuantity {
|
|
@@ -15288,10 +15357,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15288
15357
|
interface BankPayment {
|
|
15289
15358
|
readonly id: string;
|
|
15290
15359
|
readonly key: string;
|
|
15291
|
-
readonly account: io.flow.
|
|
15360
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
15292
15361
|
readonly reference?: string;
|
|
15293
15362
|
readonly sent_on: string;
|
|
15294
|
-
readonly status: io.flow.billing.v0.
|
|
15363
|
+
readonly status: io.flow.billing.v0.unions.PayoutStatus;
|
|
15295
15364
|
readonly expected_delivery_by: string;
|
|
15296
15365
|
readonly total: io.flow.common.v0.models.Price;
|
|
15297
15366
|
}
|
|
@@ -15322,8 +15391,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15322
15391
|
}
|
|
15323
15392
|
|
|
15324
15393
|
interface BankPaymentStatusForm {
|
|
15325
|
-
readonly code: io.flow.
|
|
15326
|
-
readonly
|
|
15394
|
+
readonly code: io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
15395
|
+
readonly failure_reason?: io.flow.billing.v0.enums.PayoutStatusFailureCode;
|
|
15327
15396
|
}
|
|
15328
15397
|
|
|
15329
15398
|
interface BankPaymentUpserted {
|
|
@@ -15522,7 +15591,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15522
15591
|
|
|
15523
15592
|
interface BillingStatementSummary {
|
|
15524
15593
|
readonly id: string;
|
|
15525
|
-
readonly account: io.flow.
|
|
15594
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
15526
15595
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
15527
15596
|
readonly totals: io.flow.internal.v0.models.BillingStatementTotals;
|
|
15528
15597
|
readonly attachments: io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -15975,6 +16044,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
15975
16044
|
readonly data: io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesData;
|
|
15976
16045
|
}
|
|
15977
16046
|
|
|
16047
|
+
interface CatalogSettings {
|
|
16048
|
+
readonly mixed_bag_weight: io.flow.internal.v0.enums.MixedBagWeight;
|
|
16049
|
+
}
|
|
16050
|
+
|
|
16051
|
+
interface CatalogSettingsPutForm {
|
|
16052
|
+
readonly mixed_bag_weight: io.flow.internal.v0.enums.MixedBagWeight;
|
|
16053
|
+
}
|
|
16054
|
+
|
|
15978
16055
|
interface CenterDefaults {
|
|
15979
16056
|
readonly packaging: io.flow.fulfillment.v0.models.Packaging[];
|
|
15980
16057
|
readonly shipping_address_contact: io.flow.common.v0.models.Contact;
|
|
@@ -16074,7 +16151,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
16074
16151
|
|
|
16075
16152
|
interface ChannelBillingStatement {
|
|
16076
16153
|
readonly id: string;
|
|
16077
|
-
readonly account: io.flow.
|
|
16154
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
16078
16155
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
16079
16156
|
readonly totals: io.flow.internal.v0.models.BillingStatementTotals;
|
|
16080
16157
|
readonly attachments: io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -18560,6 +18637,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18560
18637
|
readonly classified_by: string;
|
|
18561
18638
|
}
|
|
18562
18639
|
|
|
18640
|
+
interface CommercialInvoiceComparison {
|
|
18641
|
+
readonly urls: string[];
|
|
18642
|
+
}
|
|
18643
|
+
|
|
18563
18644
|
interface Compliance {
|
|
18564
18645
|
readonly id: string;
|
|
18565
18646
|
readonly destination: string;
|
|
@@ -18966,6 +19047,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
18966
19047
|
readonly decline_reasons: io.flow.internal.v0.models.ChannelOrderAcceptanceReason[];
|
|
18967
19048
|
}
|
|
18968
19049
|
|
|
19050
|
+
interface DeclineReasonFraud {
|
|
19051
|
+
readonly discriminator: 'fraud';
|
|
19052
|
+
readonly rejection_reason: io.flow.internal.v0.enums.RejectionReason;
|
|
19053
|
+
}
|
|
19054
|
+
|
|
18969
19055
|
interface DecryptCipherForm {
|
|
18970
19056
|
readonly id: string;
|
|
18971
19057
|
readonly password: string;
|
|
@@ -20048,6 +20134,25 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20048
20134
|
readonly status?: io.flow.internal.v0.enums.ProcessorEntityStatus;
|
|
20049
20135
|
}
|
|
20050
20136
|
|
|
20137
|
+
interface FlowAccount {
|
|
20138
|
+
readonly source: io.flow.internal.v0.models.AccountSource;
|
|
20139
|
+
readonly id: string;
|
|
20140
|
+
readonly currency: string;
|
|
20141
|
+
readonly updated_at: string;
|
|
20142
|
+
readonly timezone: io.flow.reference.v0.models.Timezone;
|
|
20143
|
+
readonly payment_schedule: io.flow.common.v0.unions.RepeatSchedule;
|
|
20144
|
+
readonly payment_conditions?: string;
|
|
20145
|
+
readonly deposit_rule?: io.flow.internal.v0.models.AccountDepositRule;
|
|
20146
|
+
readonly center_key?: string;
|
|
20147
|
+
readonly statistics: io.flow.internal.v0.models.AccountStatistics;
|
|
20148
|
+
readonly next_statement: io.flow.internal.v0.models.NextBillingStatement;
|
|
20149
|
+
readonly created_at: string;
|
|
20150
|
+
}
|
|
20151
|
+
|
|
20152
|
+
interface FlowChannelOrganization {
|
|
20153
|
+
readonly placeholder?: string;
|
|
20154
|
+
}
|
|
20155
|
+
|
|
20051
20156
|
interface FlowLabProject {
|
|
20052
20157
|
readonly id: string;
|
|
20053
20158
|
readonly key: string;
|
|
@@ -20368,6 +20473,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
20368
20473
|
readonly transaction_created_at: string;
|
|
20369
20474
|
}
|
|
20370
20475
|
|
|
20476
|
+
interface GenerateLoad {
|
|
20477
|
+
readonly organization_id: string;
|
|
20478
|
+
readonly num_events: number;
|
|
20479
|
+
}
|
|
20480
|
+
|
|
20371
20481
|
interface GiftCard {
|
|
20372
20482
|
readonly id: string;
|
|
20373
20483
|
readonly number: string;
|
|
@@ -22177,7 +22287,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22177
22287
|
|
|
22178
22288
|
interface MainTransaction {
|
|
22179
22289
|
readonly id: string;
|
|
22180
|
-
readonly account: io.flow.
|
|
22290
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
22181
22291
|
readonly type: io.flow.internal.v0.enums.BillingTransactionType;
|
|
22182
22292
|
readonly value: io.flow.common.v0.models.Price;
|
|
22183
22293
|
readonly status: io.flow.internal.v0.enums.BillingTransactionStatus;
|
|
@@ -22618,6 +22728,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22618
22728
|
readonly shop_name: string;
|
|
22619
22729
|
readonly organization_id: string;
|
|
22620
22730
|
readonly onboarding_current_state: io.flow.organization.onboarding.state.v0.unions.OnboardingState;
|
|
22731
|
+
readonly setup_completed_at?: string;
|
|
22621
22732
|
readonly gmv: number;
|
|
22622
22733
|
}
|
|
22623
22734
|
|
|
@@ -22937,7 +23048,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22937
23048
|
|
|
22938
23049
|
interface OrganizationBillingStatement {
|
|
22939
23050
|
readonly id: string;
|
|
22940
|
-
readonly account: io.flow.
|
|
23051
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
22941
23052
|
readonly period: io.flow.common.v0.models.DatetimeRange;
|
|
22942
23053
|
readonly totals: io.flow.internal.v0.models.BillingStatementTotals;
|
|
22943
23054
|
readonly attachments: io.flow.internal.v0.models.BillingStatementAttachment[];
|
|
@@ -22964,6 +23075,33 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22964
23075
|
readonly value: io.flow.internal.v0.models.OrganizationBooleanValue;
|
|
22965
23076
|
}
|
|
22966
23077
|
|
|
23078
|
+
interface OrganizationBusinessEntity {
|
|
23079
|
+
readonly id: string;
|
|
23080
|
+
readonly name: string;
|
|
23081
|
+
readonly streets: string[];
|
|
23082
|
+
readonly city: string;
|
|
23083
|
+
readonly province?: string;
|
|
23084
|
+
readonly postal?: string;
|
|
23085
|
+
readonly country: string;
|
|
23086
|
+
}
|
|
23087
|
+
|
|
23088
|
+
interface OrganizationBusinessEntityDeleted {
|
|
23089
|
+
readonly discriminator: 'organization_business_entity_deleted';
|
|
23090
|
+
readonly event_id: string;
|
|
23091
|
+
readonly timestamp: string;
|
|
23092
|
+
readonly organization: string;
|
|
23093
|
+
readonly business_entity: io.flow.internal.v0.models.OrganizationBusinessEntity;
|
|
23094
|
+
readonly id: string;
|
|
23095
|
+
}
|
|
23096
|
+
|
|
23097
|
+
interface OrganizationBusinessEntityUpserted {
|
|
23098
|
+
readonly discriminator: 'organization_business_entity_upserted';
|
|
23099
|
+
readonly event_id: string;
|
|
23100
|
+
readonly timestamp: string;
|
|
23101
|
+
readonly organization: string;
|
|
23102
|
+
readonly business_entity: io.flow.internal.v0.models.OrganizationBusinessEntity;
|
|
23103
|
+
}
|
|
23104
|
+
|
|
22967
23105
|
interface OrganizationCurrencySetting {
|
|
22968
23106
|
readonly id: string;
|
|
22969
23107
|
readonly organization: string;
|
|
@@ -23515,7 +23653,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23515
23653
|
|
|
23516
23654
|
interface PendingBankPayment {
|
|
23517
23655
|
readonly source: io.flow.internal.v0.models.AccountSource;
|
|
23518
|
-
readonly account: io.flow.
|
|
23656
|
+
readonly account: io.flow.billing.v0.models.AccountReference;
|
|
23519
23657
|
readonly recommended_reference: string;
|
|
23520
23658
|
readonly total: io.flow.common.v0.models.Price;
|
|
23521
23659
|
readonly details: io.flow.internal.v0.models.PendingBankPaymentDetail[];
|
|
@@ -23923,6 +24061,37 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23923
24061
|
readonly rate_freshness_summary: io.flow.internal.v0.models.RateFreshnessSummary;
|
|
23924
24062
|
}
|
|
23925
24063
|
|
|
24064
|
+
interface RateLevel {
|
|
24065
|
+
readonly id: string;
|
|
24066
|
+
readonly name: string;
|
|
24067
|
+
}
|
|
24068
|
+
|
|
24069
|
+
interface RateLevelForm {
|
|
24070
|
+
readonly name: string;
|
|
24071
|
+
}
|
|
24072
|
+
|
|
24073
|
+
interface RateLevelOrganization {
|
|
24074
|
+
readonly id: string;
|
|
24075
|
+
readonly organization_id: string;
|
|
24076
|
+
readonly rate_level_id: string;
|
|
24077
|
+
readonly effective_at: string;
|
|
24078
|
+
}
|
|
24079
|
+
|
|
24080
|
+
interface RateLevelOrganizationForm {
|
|
24081
|
+
readonly rate_level_id: string;
|
|
24082
|
+
readonly effective_at: string;
|
|
24083
|
+
}
|
|
24084
|
+
|
|
24085
|
+
interface RateLevelRatecard {
|
|
24086
|
+
readonly id: string;
|
|
24087
|
+
readonly ratecard_id: string;
|
|
24088
|
+
readonly rate_level_id: string;
|
|
24089
|
+
}
|
|
24090
|
+
|
|
24091
|
+
interface RateLevelRatecardForm {
|
|
24092
|
+
readonly ratecard_id: string;
|
|
24093
|
+
}
|
|
24094
|
+
|
|
23926
24095
|
interface RateNameSummary {
|
|
23927
24096
|
readonly name: string;
|
|
23928
24097
|
readonly long_name?: string;
|
|
@@ -24058,6 +24227,50 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24058
24227
|
readonly data: io.flow.ratecard.v0.models.RatecardLanesImportRequestData;
|
|
24059
24228
|
}
|
|
24060
24229
|
|
|
24230
|
+
interface RatecardRateLevelDeleted {
|
|
24231
|
+
readonly discriminator: 'ratecard_rate_level_deleted';
|
|
24232
|
+
readonly event_id: string;
|
|
24233
|
+
readonly timestamp: string;
|
|
24234
|
+
readonly rate_level: io.flow.internal.v0.models.RateLevel;
|
|
24235
|
+
}
|
|
24236
|
+
|
|
24237
|
+
interface RatecardRateLevelOrganizationDeleted {
|
|
24238
|
+
readonly discriminator: 'ratecard_rate_level_organization_deleted';
|
|
24239
|
+
readonly event_id: string;
|
|
24240
|
+
readonly timestamp: string;
|
|
24241
|
+
readonly organization: string;
|
|
24242
|
+
readonly rate_level_organization: io.flow.internal.v0.models.RateLevelOrganization;
|
|
24243
|
+
}
|
|
24244
|
+
|
|
24245
|
+
interface RatecardRateLevelOrganizationUpserted {
|
|
24246
|
+
readonly discriminator: 'ratecard_rate_level_organization_upserted';
|
|
24247
|
+
readonly event_id: string;
|
|
24248
|
+
readonly timestamp: string;
|
|
24249
|
+
readonly organization: string;
|
|
24250
|
+
readonly rate_level_organization: io.flow.internal.v0.models.RateLevelOrganization;
|
|
24251
|
+
}
|
|
24252
|
+
|
|
24253
|
+
interface RatecardRateLevelRatecardDeleted {
|
|
24254
|
+
readonly discriminator: 'ratecard_rate_level_ratecard_deleted';
|
|
24255
|
+
readonly event_id: string;
|
|
24256
|
+
readonly timestamp: string;
|
|
24257
|
+
readonly rate_level_ratecard: io.flow.internal.v0.models.RateLevelRatecard;
|
|
24258
|
+
}
|
|
24259
|
+
|
|
24260
|
+
interface RatecardRateLevelRatecardUpserted {
|
|
24261
|
+
readonly discriminator: 'ratecard_rate_level_ratecard_upserted';
|
|
24262
|
+
readonly event_id: string;
|
|
24263
|
+
readonly timestamp: string;
|
|
24264
|
+
readonly rate_level_ratecard: io.flow.internal.v0.models.RateLevelRatecard;
|
|
24265
|
+
}
|
|
24266
|
+
|
|
24267
|
+
interface RatecardRateLevelUpserted {
|
|
24268
|
+
readonly discriminator: 'ratecard_rate_level_upserted';
|
|
24269
|
+
readonly event_id: string;
|
|
24270
|
+
readonly timestamp: string;
|
|
24271
|
+
readonly rate_level: io.flow.internal.v0.models.RateLevel;
|
|
24272
|
+
}
|
|
24273
|
+
|
|
24061
24274
|
interface RatecardServiceFeeDeleted {
|
|
24062
24275
|
readonly discriminator: 'ratecard_service_fee_deleted';
|
|
24063
24276
|
readonly event_id: string;
|
|
@@ -25633,10 +25846,26 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25633
25846
|
readonly name: string;
|
|
25634
25847
|
}
|
|
25635
25848
|
|
|
25849
|
+
interface TestDeleted {
|
|
25850
|
+
readonly discriminator: 'test_deleted';
|
|
25851
|
+
readonly event_id: string;
|
|
25852
|
+
readonly timestamp: string;
|
|
25853
|
+
readonly organization: string;
|
|
25854
|
+
readonly id: string;
|
|
25855
|
+
}
|
|
25856
|
+
|
|
25636
25857
|
interface TestForm {
|
|
25637
25858
|
readonly name: string;
|
|
25638
25859
|
}
|
|
25639
25860
|
|
|
25861
|
+
interface TestUpserted {
|
|
25862
|
+
readonly discriminator: 'test_upserted';
|
|
25863
|
+
readonly event_id: string;
|
|
25864
|
+
readonly timestamp: string;
|
|
25865
|
+
readonly organization: string;
|
|
25866
|
+
readonly test: io.flow.internal.v0.models.Test;
|
|
25867
|
+
}
|
|
25868
|
+
|
|
25640
25869
|
interface ThirdPartyLogisticsPartner {
|
|
25641
25870
|
readonly warehouse_address: io.flow.common.v0.models.BillingAddress;
|
|
25642
25871
|
readonly warehouse_url?: string;
|
|
@@ -26547,7 +26776,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26547
26776
|
| io.flow.internal.v0.models.ContentLabel
|
|
26548
26777
|
| io.flow.internal.v0.models.Load;
|
|
26549
26778
|
type DeclineReason =
|
|
26550
|
-
io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance
|
|
26779
|
+
| io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance
|
|
26780
|
+
| io.flow.internal.v0.models.DeclineReasonFraud;
|
|
26551
26781
|
type DiscountRequestOfferForm =
|
|
26552
26782
|
io.flow.internal.v0.models.DiscountRequestOfferFixedAmountForm;
|
|
26553
26783
|
type DisputeDetails =
|
|
@@ -26565,6 +26795,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26565
26795
|
| io.flow.internal.v0.models.AdyenCaptureUpserted
|
|
26566
26796
|
| io.flow.internal.v0.models.AdyenRefundDeleted
|
|
26567
26797
|
| io.flow.internal.v0.models.AdyenRefundUpserted
|
|
26798
|
+
| io.flow.internal.v0.models.TestUpserted
|
|
26799
|
+
| io.flow.internal.v0.models.TestDeleted
|
|
26568
26800
|
| io.flow.internal.v0.models.AccountUpserted
|
|
26569
26801
|
| io.flow.internal.v0.models.AccountUpsertedV2
|
|
26570
26802
|
| io.flow.internal.v0.models.AccountDeletedV2
|
|
@@ -26750,6 +26982,8 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26750
26982
|
| io.flow.internal.v0.models.FulfillmentCancel
|
|
26751
26983
|
| io.flow.internal.v0.models.OrderShipped
|
|
26752
26984
|
| io.flow.internal.v0.models.ItemsShipped
|
|
26985
|
+
| io.flow.internal.v0.models.OrganizationBusinessEntityDeleted
|
|
26986
|
+
| io.flow.internal.v0.models.OrganizationBusinessEntityUpserted
|
|
26753
26987
|
| io.flow.internal.v0.models.OrganizationRestrictionApprovalUpserted
|
|
26754
26988
|
| io.flow.internal.v0.models.OrganizationRestrictionApprovalDeleted
|
|
26755
26989
|
| io.flow.internal.v0.models.InternalAuthorizationUpserted
|
|
@@ -26791,6 +27025,12 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
26791
27025
|
| io.flow.internal.v0.models.RatecardServiceFeeDeleted
|
|
26792
27026
|
| io.flow.internal.v0.models.RatecardLaneAggregateUpserted
|
|
26793
27027
|
| io.flow.internal.v0.models.RatecardLaneAggregateDeleted
|
|
27028
|
+
| io.flow.internal.v0.models.RatecardRateLevelUpserted
|
|
27029
|
+
| io.flow.internal.v0.models.RatecardRateLevelDeleted
|
|
27030
|
+
| io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted
|
|
27031
|
+
| io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted
|
|
27032
|
+
| io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted
|
|
27033
|
+
| io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted
|
|
26794
27034
|
| io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted
|
|
26795
27035
|
| io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted
|
|
26796
27036
|
| io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted
|
|
@@ -27089,7 +27329,6 @@ declare namespace io.flow.internal.v0.unions {
|
|
|
27089
27329
|
}
|
|
27090
27330
|
|
|
27091
27331
|
export type Acceptance = io.flow.internal.v0.models.Acceptance;
|
|
27092
|
-
export type Account = io.flow.internal.v0.models.Account;
|
|
27093
27332
|
export type AccountContact = io.flow.internal.v0.models.AccountContact;
|
|
27094
27333
|
export type AccountContactDeleted =
|
|
27095
27334
|
io.flow.internal.v0.models.AccountContactDeleted;
|
|
@@ -27113,7 +27352,6 @@ export type AccountProcessingRatesForm =
|
|
|
27113
27352
|
io.flow.internal.v0.models.AccountProcessingRatesForm;
|
|
27114
27353
|
export type AccountProcessingRatesUpserted =
|
|
27115
27354
|
io.flow.internal.v0.models.AccountProcessingRatesUpserted;
|
|
27116
|
-
export type AccountReference = io.flow.internal.v0.models.AccountReference;
|
|
27117
27355
|
export type AccountSettingLabelFees =
|
|
27118
27356
|
io.flow.internal.v0.models.AccountSettingLabelFees;
|
|
27119
27357
|
export type AccountSettingLiabilitiesMethod =
|
|
@@ -27283,6 +27521,8 @@ export type BankPaymentDeleted = io.flow.internal.v0.models.BankPaymentDeleted;
|
|
|
27283
27521
|
export type BankPaymentDeletedV2 =
|
|
27284
27522
|
io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
27285
27523
|
export type BankPaymentForm = io.flow.internal.v0.models.BankPaymentForm;
|
|
27524
|
+
export type BankPaymentStatusCode =
|
|
27525
|
+
io.flow.internal.v0.enums.BankPaymentStatusCode;
|
|
27286
27526
|
export type BankPaymentStatusForm =
|
|
27287
27527
|
io.flow.internal.v0.models.BankPaymentStatusForm;
|
|
27288
27528
|
export type BankPaymentUpserted =
|
|
@@ -27491,6 +27731,9 @@ export type CatalogItemRegionAvailabilitiesData =
|
|
|
27491
27731
|
io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesData;
|
|
27492
27732
|
export type CatalogItemRegionAvailabilitiesPublished =
|
|
27493
27733
|
io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished;
|
|
27734
|
+
export type CatalogSettings = io.flow.internal.v0.models.CatalogSettings;
|
|
27735
|
+
export type CatalogSettingsPutForm =
|
|
27736
|
+
io.flow.internal.v0.models.CatalogSettingsPutForm;
|
|
27494
27737
|
export type CenterDefaults = io.flow.internal.v0.models.CenterDefaults;
|
|
27495
27738
|
export type CenterDefaultsForm = io.flow.internal.v0.models.CenterDefaultsForm;
|
|
27496
27739
|
export type CenterQueryBuilder = io.flow.internal.v0.models.CenterQueryBuilder;
|
|
@@ -27539,6 +27782,8 @@ export type ChannelOrderAcceptance =
|
|
|
27539
27782
|
io.flow.internal.v0.models.ChannelOrderAcceptance;
|
|
27540
27783
|
export type ChannelOrderAcceptanceDeleted =
|
|
27541
27784
|
io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted;
|
|
27785
|
+
export type ChannelOrderAcceptanceErrorAction =
|
|
27786
|
+
io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
27542
27787
|
export type ChannelOrderAcceptanceForm =
|
|
27543
27788
|
io.flow.internal.v0.models.ChannelOrderAcceptanceForm;
|
|
27544
27789
|
export type ChannelOrderAcceptanceReason =
|
|
@@ -28654,6 +28899,8 @@ export type ClassificationWrapper =
|
|
|
28654
28899
|
export type ClassifiedProduct = io.flow.internal.v0.models.ClassifiedProduct;
|
|
28655
28900
|
export type ClassifiedProductDetail =
|
|
28656
28901
|
io.flow.internal.v0.models.ClassifiedProductDetail;
|
|
28902
|
+
export type CommercialInvoiceComparison =
|
|
28903
|
+
io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
28657
28904
|
export type Compliance = io.flow.internal.v0.models.Compliance;
|
|
28658
28905
|
export type ComplianceData = io.flow.internal.v0.unions.ComplianceData;
|
|
28659
28906
|
export type ComplianceForm = io.flow.internal.v0.unions.ComplianceForm;
|
|
@@ -28756,6 +29003,7 @@ export type Decision = io.flow.internal.v0.models.Decision;
|
|
|
28756
29003
|
export type DeclineReason = io.flow.internal.v0.unions.DeclineReason;
|
|
28757
29004
|
export type DeclineReasonChannelOrderAcceptance =
|
|
28758
29005
|
io.flow.internal.v0.models.DeclineReasonChannelOrderAcceptance;
|
|
29006
|
+
export type DeclineReasonFraud = io.flow.internal.v0.models.DeclineReasonFraud;
|
|
28759
29007
|
export type DecryptCipherForm = io.flow.internal.v0.models.DecryptCipherForm;
|
|
28760
29008
|
export type DecryptedCipher = io.flow.internal.v0.models.DecryptedCipher;
|
|
28761
29009
|
export type DeleteIndexTask = io.flow.internal.v0.models.DeleteIndexTask;
|
|
@@ -29039,7 +29287,10 @@ export type FiservMerchantModificationForm =
|
|
|
29039
29287
|
io.flow.internal.v0.models.FiservMerchantModificationForm;
|
|
29040
29288
|
export type FiservMerchantPutForm =
|
|
29041
29289
|
io.flow.internal.v0.models.FiservMerchantPutForm;
|
|
29290
|
+
export type FlowAccount = io.flow.internal.v0.models.FlowAccount;
|
|
29042
29291
|
export type FlowApp = io.flow.internal.v0.enums.FlowApp;
|
|
29292
|
+
export type FlowChannelOrganization =
|
|
29293
|
+
io.flow.internal.v0.models.FlowChannelOrganization;
|
|
29043
29294
|
export type FlowLabProject = io.flow.internal.v0.models.FlowLabProject;
|
|
29044
29295
|
export type FlowLabProjectPostForm =
|
|
29045
29296
|
io.flow.internal.v0.models.FlowLabProjectPostForm;
|
|
@@ -29124,6 +29375,7 @@ export type FxRevenueRecognitionRate =
|
|
|
29124
29375
|
io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
29125
29376
|
export type FxRevenueRecognitionSource =
|
|
29126
29377
|
io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
29378
|
+
export type GenerateLoad = io.flow.internal.v0.models.GenerateLoad;
|
|
29127
29379
|
export type GiftCard = io.flow.internal.v0.models.GiftCard;
|
|
29128
29380
|
export type GiftCardAuthorizationError =
|
|
29129
29381
|
io.flow.internal.v0.models.GiftCardAuthorizationError;
|
|
@@ -29622,6 +29874,7 @@ export type MerchantOfRecordEntitySettings =
|
|
|
29622
29874
|
io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
29623
29875
|
export type MerchantOfRecordEntitySettingsForm =
|
|
29624
29876
|
io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
29877
|
+
export type MixedBagWeight = io.flow.internal.v0.enums.MixedBagWeight;
|
|
29625
29878
|
export type NatureOfSale = io.flow.internal.v0.enums.NatureOfSale;
|
|
29626
29879
|
export type NextBillingStatement =
|
|
29627
29880
|
io.flow.internal.v0.models.NextBillingStatement;
|
|
@@ -29740,6 +29993,12 @@ export type OrganizationBooleanValueDeleted =
|
|
|
29740
29993
|
io.flow.internal.v0.models.OrganizationBooleanValueDeleted;
|
|
29741
29994
|
export type OrganizationBooleanValueUpserted =
|
|
29742
29995
|
io.flow.internal.v0.models.OrganizationBooleanValueUpserted;
|
|
29996
|
+
export type OrganizationBusinessEntity =
|
|
29997
|
+
io.flow.internal.v0.models.OrganizationBusinessEntity;
|
|
29998
|
+
export type OrganizationBusinessEntityDeleted =
|
|
29999
|
+
io.flow.internal.v0.models.OrganizationBusinessEntityDeleted;
|
|
30000
|
+
export type OrganizationBusinessEntityUpserted =
|
|
30001
|
+
io.flow.internal.v0.models.OrganizationBusinessEntityUpserted;
|
|
29743
30002
|
export type OrganizationCapability =
|
|
29744
30003
|
io.flow.internal.v0.enums.OrganizationCapability;
|
|
29745
30004
|
export type OrganizationCurrencySetting =
|
|
@@ -30013,6 +30272,15 @@ export type RateFreshnessSummaryDeleted =
|
|
|
30013
30272
|
io.flow.internal.v0.models.RateFreshnessSummaryDeleted;
|
|
30014
30273
|
export type RateFreshnessSummaryUpserted =
|
|
30015
30274
|
io.flow.internal.v0.models.RateFreshnessSummaryUpserted;
|
|
30275
|
+
export type RateLevel = io.flow.internal.v0.models.RateLevel;
|
|
30276
|
+
export type RateLevelForm = io.flow.internal.v0.models.RateLevelForm;
|
|
30277
|
+
export type RateLevelOrganization =
|
|
30278
|
+
io.flow.internal.v0.models.RateLevelOrganization;
|
|
30279
|
+
export type RateLevelOrganizationForm =
|
|
30280
|
+
io.flow.internal.v0.models.RateLevelOrganizationForm;
|
|
30281
|
+
export type RateLevelRatecard = io.flow.internal.v0.models.RateLevelRatecard;
|
|
30282
|
+
export type RateLevelRatecardForm =
|
|
30283
|
+
io.flow.internal.v0.models.RateLevelRatecardForm;
|
|
30016
30284
|
export type RateNameSummary = io.flow.internal.v0.models.RateNameSummary;
|
|
30017
30285
|
export type RateSource = io.flow.internal.v0.enums.RateSource;
|
|
30018
30286
|
export type RateSourceCompositionSummary =
|
|
@@ -30041,6 +30309,18 @@ export type RatecardLaneAggregateUpserted =
|
|
|
30041
30309
|
io.flow.internal.v0.models.RatecardLaneAggregateUpserted;
|
|
30042
30310
|
export type RatecardLanesImportRequest =
|
|
30043
30311
|
io.flow.internal.v0.models.RatecardLanesImportRequest;
|
|
30312
|
+
export type RatecardRateLevelDeleted =
|
|
30313
|
+
io.flow.internal.v0.models.RatecardRateLevelDeleted;
|
|
30314
|
+
export type RatecardRateLevelOrganizationDeleted =
|
|
30315
|
+
io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted;
|
|
30316
|
+
export type RatecardRateLevelOrganizationUpserted =
|
|
30317
|
+
io.flow.internal.v0.models.RatecardRateLevelOrganizationUpserted;
|
|
30318
|
+
export type RatecardRateLevelRatecardDeleted =
|
|
30319
|
+
io.flow.internal.v0.models.RatecardRateLevelRatecardDeleted;
|
|
30320
|
+
export type RatecardRateLevelRatecardUpserted =
|
|
30321
|
+
io.flow.internal.v0.models.RatecardRateLevelRatecardUpserted;
|
|
30322
|
+
export type RatecardRateLevelUpserted =
|
|
30323
|
+
io.flow.internal.v0.models.RatecardRateLevelUpserted;
|
|
30044
30324
|
export type RatecardServiceFeeDeleted =
|
|
30045
30325
|
io.flow.internal.v0.models.RatecardServiceFeeDeleted;
|
|
30046
30326
|
export type RatecardServiceFeeUpserted =
|
|
@@ -30076,6 +30356,7 @@ export type RegisteredExporterTariffEligibilityData =
|
|
|
30076
30356
|
io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
30077
30357
|
export type RegisteredExporterTariffEligibilityForm =
|
|
30078
30358
|
io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
30359
|
+
export type RejectionReason = io.flow.internal.v0.enums.RejectionReason;
|
|
30079
30360
|
export type ReportInterval = io.flow.internal.v0.enums.ReportInterval;
|
|
30080
30361
|
export type ReportingScheme = io.flow.internal.v0.enums.ReportingScheme;
|
|
30081
30362
|
export type RequeueRequestForm = io.flow.internal.v0.models.RequeueRequestForm;
|
|
@@ -30491,7 +30772,9 @@ export type TaxTransactionUpserted =
|
|
|
30491
30772
|
export type TaxonomyCategory = io.flow.internal.v0.models.TaxonomyCategory;
|
|
30492
30773
|
export type TaxonomyNode = io.flow.internal.v0.models.TaxonomyNode;
|
|
30493
30774
|
export type Test = io.flow.internal.v0.models.Test;
|
|
30775
|
+
export type TestDeleted = io.flow.internal.v0.models.TestDeleted;
|
|
30494
30776
|
export type TestForm = io.flow.internal.v0.models.TestForm;
|
|
30777
|
+
export type TestUpserted = io.flow.internal.v0.models.TestUpserted;
|
|
30495
30778
|
export type ThirdPartyLogisticsPartner =
|
|
30496
30779
|
io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
|
30497
30780
|
export type ThirdPartyLogisticsPickUpTimeWindow =
|