@flowio/api-prop-types 10.16.39 → 10.16.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api.d.ts +81 -29
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +81 -29
- package/src/api.js +89 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-prop-types",
|
|
3
|
-
"version": "10.16.
|
|
3
|
+
"version": "10.16.40",
|
|
4
4
|
"description": "PropType validators that work with Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"prop-types": "^15.7.0"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "a8ae712ba7bc25f4abe216a620860b2f43e6c513"
|
|
33
33
|
}
|
package/src/api.d.ts
CHANGED
|
@@ -1446,7 +1446,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1446
1446
|
readonly 'id': number;
|
|
1447
1447
|
readonly 'quantity': number;
|
|
1448
1448
|
readonly 'fulfillable_quantity'?: number;
|
|
1449
|
-
readonly 'fulfillment_service': string;
|
|
1450
1449
|
readonly 'fulfillment_status'?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
1451
1450
|
readonly 'grams'?: number;
|
|
1452
1451
|
readonly 'price'?: string;
|
|
@@ -1467,7 +1466,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1467
1466
|
|
|
1468
1467
|
interface ShopifyLineItemForm {
|
|
1469
1468
|
readonly 'fulfillable_quantity'?: number;
|
|
1470
|
-
readonly 'fulfillment_service': string;
|
|
1471
1469
|
readonly 'fulfillment_status'?: io.flow.shopify.external.v0.enums.FulfillmentStatusType;
|
|
1472
1470
|
readonly 'grams'?: number;
|
|
1473
1471
|
readonly 'price'?: string;
|
|
@@ -1648,7 +1646,6 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1648
1646
|
readonly 'title': string;
|
|
1649
1647
|
readonly 'tax_lines': io.flow.shopify.external.v0.models.ShopifyTaxLine[];
|
|
1650
1648
|
readonly 'carrier_identifier'?: string;
|
|
1651
|
-
readonly 'requested_fulfillment_service_id'?: string;
|
|
1652
1649
|
}
|
|
1653
1650
|
|
|
1654
1651
|
interface ShopifyTaxLine {
|
|
@@ -1770,7 +1767,7 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1770
1767
|
}
|
|
1771
1768
|
|
|
1772
1769
|
declare namespace io.flow.apple.pay.v0.enums {
|
|
1773
|
-
type ApplePayContactField = 'email' | 'name' | 'phone' | '
|
|
1770
|
+
type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
|
|
1774
1771
|
type ApplePayLineItemType = 'final' | 'pending';
|
|
1775
1772
|
type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
|
|
1776
1773
|
type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
|
|
@@ -1781,7 +1778,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
1781
1778
|
interface ApplePayLineItem {
|
|
1782
1779
|
readonly 'label': string;
|
|
1783
1780
|
readonly 'type': io.flow.apple.pay.v0.enums.ApplePayLineItemType;
|
|
1784
|
-
readonly 'amount':
|
|
1781
|
+
readonly 'amount': string;
|
|
1785
1782
|
}
|
|
1786
1783
|
|
|
1787
1784
|
interface ApplePayPaymentContact {
|
|
@@ -1832,7 +1829,7 @@ declare namespace io.flow.apple.pay.v0.models {
|
|
|
1832
1829
|
interface ApplePayShippingMethod {
|
|
1833
1830
|
readonly 'label': string;
|
|
1834
1831
|
readonly 'detail': string;
|
|
1835
|
-
readonly 'amount':
|
|
1832
|
+
readonly 'amount': string;
|
|
1836
1833
|
readonly 'identifier': string;
|
|
1837
1834
|
}
|
|
1838
1835
|
}
|
|
@@ -1844,7 +1841,6 @@ declare namespace io.flow.v0.enums {
|
|
|
1844
1841
|
type AddressVerificationResultFieldCode = 'matched' | 'not_available' | 'not_checked' | 'not_matched';
|
|
1845
1842
|
type AdjustmentReasonKey = 'duty_deminimis' | 'vat_deminimis';
|
|
1846
1843
|
type Aggregate = 'maximum' | 'minimum';
|
|
1847
|
-
type AttachmentType = 'csv';
|
|
1848
1844
|
type AttributeDataType = 'boolean' | 'integer' | 'decimal' | 'string' | 'json_array';
|
|
1849
1845
|
type AttributeIntent = 'brand' | 'color' | 'countries_of_origin' | 'product_id' | 'fulfillment_method' | 'hazardous' | 'price' | 'size' | 'sku' | 'taxability' | 'consumer_url' | 'gtin' | 'mpn' | 'facet' | 'eccn' | 'returnable' | 'searchable' | 'barcode' | 'min_days_to_ship' | 'max_days_to_ship' | 'commercial_invoice_item_number' | 'include_in_product_feeds';
|
|
1850
1846
|
type AuthenticationTechnique = 'anonymous' | 'session' | 'token' | 'partner_token' | 'user';
|
|
@@ -1973,7 +1969,8 @@ declare namespace io.flow.v0.enums {
|
|
|
1973
1969
|
type PaymentSourceConfirmationActionType = 'cvv' | 'billing_address' | 'number';
|
|
1974
1970
|
type PaymentStatus = 'requires_payment_method' | 'requires_action' | 'processing' | 'cancelled' | 'expired' | 'authorized' | 'reversed' | 'captured' | 'refunded' | 'in_dispute' | 'charged_back';
|
|
1975
1971
|
type PaymentType = 'card' | 'klarna' | 'googlepay' | 'paypal' | 'applepay' | 'ideal' | 'sofort' | 'afterpay' | 'bancontact';
|
|
1976
|
-
type
|
|
1972
|
+
type PayoutAttachmentType = 'transactions';
|
|
1973
|
+
type PayoutStatusFailureCode = 'invalid_account_number' | 'could_not_process';
|
|
1977
1974
|
type PermittedHttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';
|
|
1978
1975
|
type PhysicalDeliverySpecialSerivce = 'cold_storage' | 'hazardous' | 'perishable';
|
|
1979
1976
|
type PostalType = 'eircode' | 'pin' | 'postal' | 'zip';
|
|
@@ -2007,6 +2004,7 @@ declare namespace io.flow.v0.enums {
|
|
|
2007
2004
|
type ShopifyLocalizationMethod = 'api' | 'ssr';
|
|
2008
2005
|
type ShopifySyncCheck = 'localized_variants' | 'flow_variant_metafields';
|
|
2009
2006
|
type SortDirection = 'ascending' | 'descending';
|
|
2007
|
+
type StatementAttachmentType = 'csv';
|
|
2010
2008
|
type Strategy = 'range' | 'from' | 'to';
|
|
2011
2009
|
type SubcatalogItemStatus = 'excluded' | 'included' | 'restricted';
|
|
2012
2010
|
type SurchargeResponsibleParty = 'organization' | 'customer';
|
|
@@ -2471,7 +2469,7 @@ declare namespace io.flow.v0.models {
|
|
|
2471
2469
|
}
|
|
2472
2470
|
|
|
2473
2471
|
interface Attachment {
|
|
2474
|
-
readonly 'type': io.flow.v0.enums.
|
|
2472
|
+
readonly 'type': io.flow.v0.enums.StatementAttachmentType;
|
|
2475
2473
|
readonly 'url': string;
|
|
2476
2474
|
}
|
|
2477
2475
|
|
|
@@ -3461,6 +3459,16 @@ declare namespace io.flow.v0.models {
|
|
|
3461
3459
|
readonly 'channel_organization': io.flow.v0.models.ChannelOrganization;
|
|
3462
3460
|
}
|
|
3463
3461
|
|
|
3462
|
+
interface ChannelPayout {
|
|
3463
|
+
readonly 'id': string;
|
|
3464
|
+
readonly 'account': io.flow.v0.models.AccountReference;
|
|
3465
|
+
readonly 'status': io.flow.v0.unions.PayoutStatus;
|
|
3466
|
+
readonly 'amount': number;
|
|
3467
|
+
readonly 'attachments': io.flow.v0.models.PayoutAttachment[];
|
|
3468
|
+
readonly 'created_at': string;
|
|
3469
|
+
readonly 'updated_at': string;
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3464
3472
|
interface ChannelRate {
|
|
3465
3473
|
readonly 'placeholder'?: string;
|
|
3466
3474
|
}
|
|
@@ -3524,6 +3532,7 @@ declare namespace io.flow.v0.models {
|
|
|
3524
3532
|
readonly 'payment_request'?: io.flow.v0.models.BillingChannelPaymentRequestReference;
|
|
3525
3533
|
readonly 'currency': string;
|
|
3526
3534
|
readonly 'source': io.flow.v0.enums.TransactionSource;
|
|
3535
|
+
readonly 'parent'?: io.flow.v0.models.ParentTransactionSummary;
|
|
3527
3536
|
readonly 'gross': number;
|
|
3528
3537
|
readonly 'fees': io.flow.v0.models.FeeDeduction[];
|
|
3529
3538
|
readonly 'withholdings': io.flow.v0.models.WithholdingDeduction[];
|
|
@@ -3531,6 +3540,7 @@ declare namespace io.flow.v0.models {
|
|
|
3531
3540
|
readonly 'net': number;
|
|
3532
3541
|
readonly 'identifiers': Record<string, string>;
|
|
3533
3542
|
readonly 'created_at': string;
|
|
3543
|
+
readonly 'updated_at': string;
|
|
3534
3544
|
}
|
|
3535
3545
|
|
|
3536
3546
|
interface ChannelTransactionDeleted {
|
|
@@ -6771,11 +6781,6 @@ declare namespace io.flow.v0.models {
|
|
|
6771
6781
|
readonly 'available_quantity': number;
|
|
6772
6782
|
}
|
|
6773
6783
|
|
|
6774
|
-
interface NoPayout {
|
|
6775
|
-
readonly 'discriminator': 'no_payout';
|
|
6776
|
-
readonly 'placeholder'?: string;
|
|
6777
|
-
}
|
|
6778
|
-
|
|
6779
6784
|
interface NotificationDeletedV2 {
|
|
6780
6785
|
readonly 'discriminator': 'notification_deleted_v2';
|
|
6781
6786
|
readonly 'event_id': string;
|
|
@@ -7763,6 +7768,16 @@ declare namespace io.flow.v0.models {
|
|
|
7763
7768
|
readonly 'organization_onboarding_state': io.flow.v0.models.OrganizationOnboardingState;
|
|
7764
7769
|
}
|
|
7765
7770
|
|
|
7771
|
+
interface OrganizationPayout {
|
|
7772
|
+
readonly 'id': string;
|
|
7773
|
+
readonly 'account': io.flow.v0.models.AccountReference;
|
|
7774
|
+
readonly 'status': io.flow.v0.unions.PayoutStatus;
|
|
7775
|
+
readonly 'amount': number;
|
|
7776
|
+
readonly 'attachments': io.flow.v0.models.PayoutAttachment[];
|
|
7777
|
+
readonly 'created_at': string;
|
|
7778
|
+
readonly 'updated_at': string;
|
|
7779
|
+
}
|
|
7780
|
+
|
|
7766
7781
|
interface OrganizationPutForm {
|
|
7767
7782
|
readonly 'name'?: string;
|
|
7768
7783
|
readonly 'environment'?: io.flow.v0.enums.Environment;
|
|
@@ -7933,6 +7948,11 @@ declare namespace io.flow.v0.models {
|
|
|
7933
7948
|
readonly 'number'?: string;
|
|
7934
7949
|
}
|
|
7935
7950
|
|
|
7951
|
+
interface ParentTransactionSummary {
|
|
7952
|
+
readonly 'id': string;
|
|
7953
|
+
readonly 'source': io.flow.v0.enums.TransactionSource;
|
|
7954
|
+
}
|
|
7955
|
+
|
|
7936
7956
|
interface PartnerCenter {
|
|
7937
7957
|
readonly 'partner_reference': io.flow.v0.models.PartnerReference;
|
|
7938
7958
|
readonly 'number'?: string;
|
|
@@ -8568,16 +8588,25 @@ declare namespace io.flow.v0.models {
|
|
|
8568
8588
|
readonly 'payment': io.flow.v0.unions.Payment;
|
|
8569
8589
|
}
|
|
8570
8590
|
|
|
8571
|
-
interface
|
|
8572
|
-
readonly '
|
|
8573
|
-
readonly '
|
|
8574
|
-
readonly 'amount': number;
|
|
8575
|
-
readonly 'sent_on'?: string;
|
|
8591
|
+
interface PayoutAttachment {
|
|
8592
|
+
readonly 'type': io.flow.v0.enums.PayoutAttachmentType;
|
|
8593
|
+
readonly 'url': string;
|
|
8576
8594
|
}
|
|
8577
8595
|
|
|
8578
|
-
interface
|
|
8579
|
-
readonly 'code':
|
|
8580
|
-
readonly '
|
|
8596
|
+
interface PayoutStatusFailed {
|
|
8597
|
+
readonly 'code': 'failed';
|
|
8598
|
+
readonly 'timestamp': string;
|
|
8599
|
+
readonly 'reason': io.flow.v0.enums.PayoutStatusFailureCode;
|
|
8600
|
+
}
|
|
8601
|
+
|
|
8602
|
+
interface PayoutStatusScheduled {
|
|
8603
|
+
readonly 'code': 'scheduled';
|
|
8604
|
+
readonly 'placeholder'?: string;
|
|
8605
|
+
}
|
|
8606
|
+
|
|
8607
|
+
interface PayoutStatusSent {
|
|
8608
|
+
readonly 'code': 'sent';
|
|
8609
|
+
readonly 'timestamp': string;
|
|
8581
8610
|
}
|
|
8582
8611
|
|
|
8583
8612
|
interface PaypalAuthorizationDetails {
|
|
@@ -9987,6 +10016,18 @@ declare namespace io.flow.v0.models {
|
|
|
9987
10016
|
readonly 'id': string;
|
|
9988
10017
|
}
|
|
9989
10018
|
|
|
10019
|
+
interface SettlementNoPayout {
|
|
10020
|
+
readonly 'discriminator': 'no_payout';
|
|
10021
|
+
readonly 'placeholder'?: string;
|
|
10022
|
+
}
|
|
10023
|
+
|
|
10024
|
+
interface SettlementPayout {
|
|
10025
|
+
readonly 'discriminator': 'payout';
|
|
10026
|
+
readonly 'status': io.flow.v0.unions.PayoutStatus;
|
|
10027
|
+
readonly 'amount': number;
|
|
10028
|
+
readonly 'sent_on'?: string;
|
|
10029
|
+
}
|
|
10030
|
+
|
|
9990
10031
|
interface SetupBlocked {
|
|
9991
10032
|
readonly 'discriminator': 'setup_blocked';
|
|
9992
10033
|
readonly 'reasons': io.flow.v0.enums.OnboardingBlockedReason[];
|
|
@@ -9994,7 +10035,7 @@ declare namespace io.flow.v0.models {
|
|
|
9994
10035
|
|
|
9995
10036
|
interface SetupCompleted {
|
|
9996
10037
|
readonly 'discriminator': 'setup_completed';
|
|
9997
|
-
readonly '
|
|
10038
|
+
readonly 'third_party_logistics_guid': string;
|
|
9998
10039
|
}
|
|
9999
10040
|
|
|
10000
10041
|
interface SetupInProgress {
|
|
@@ -11367,6 +11408,7 @@ declare namespace io.flow.v0.models {
|
|
|
11367
11408
|
readonly 'payment_request'?: io.flow.v0.models.BillingChannelPaymentRequestReference;
|
|
11368
11409
|
readonly 'currency': string;
|
|
11369
11410
|
readonly 'source': io.flow.v0.enums.TransactionSource;
|
|
11411
|
+
readonly 'parent'?: io.flow.v0.models.ParentTransactionSummary;
|
|
11370
11412
|
readonly 'gross': number;
|
|
11371
11413
|
readonly 'fees': io.flow.v0.models.FeeDeduction[];
|
|
11372
11414
|
readonly 'withholdings': io.flow.v0.models.WithholdingDeduction[];
|
|
@@ -11374,6 +11416,7 @@ declare namespace io.flow.v0.models {
|
|
|
11374
11416
|
readonly 'net': number;
|
|
11375
11417
|
readonly 'identifiers': Record<string, string>;
|
|
11376
11418
|
readonly 'created_at': string;
|
|
11419
|
+
readonly 'updated_at': string;
|
|
11377
11420
|
}
|
|
11378
11421
|
|
|
11379
11422
|
interface TransactionDetailsCard {
|
|
@@ -11715,6 +11758,7 @@ declare namespace io.flow.v0.unions {
|
|
|
11715
11758
|
type PaymentOrderReference = (io.flow.v0.models.AuthorizationOrderReference | io.flow.v0.models.PaymentPaymentRequestReference);
|
|
11716
11759
|
type PaymentSource = (io.flow.v0.models.CardPaymentSource);
|
|
11717
11760
|
type PaymentSourceForm = (io.flow.v0.models.CardPaymentSourceForm);
|
|
11761
|
+
type PayoutStatus = (io.flow.v0.models.PayoutStatusScheduled | io.flow.v0.models.PayoutStatusSent | io.flow.v0.models.PayoutStatusFailed);
|
|
11718
11762
|
type PriceSource = (io.flow.v0.models.PriceSourcePriceBook | io.flow.v0.models.PriceSourceCatalog | io.flow.v0.models.PriceSourceProvided);
|
|
11719
11763
|
type Promotion = (io.flow.v0.models.FreeShipping | io.flow.v0.models.Discount);
|
|
11720
11764
|
type QueryBuilderForm = (io.flow.v0.models.QueryBuilderFilterForm | io.flow.v0.models.QueryBuilderQueryForm);
|
|
@@ -11730,7 +11774,7 @@ declare namespace io.flow.v0.unions {
|
|
|
11730
11774
|
type ServiceFee = (io.flow.v0.models.FuelSurchargeServiceFee | io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee | io.flow.v0.models.RemoteAreaServiceFee | io.flow.v0.models.EmergencySituationSurchargeServiceFee | io.flow.v0.models.PeakSurchargeServiceFee | io.flow.v0.models.PeakSurchargeByWeightServiceFee | io.flow.v0.models.DutiesTaxesPaidSurchargeServiceFee);
|
|
11731
11775
|
type Session = (io.flow.v0.models.OrganizationSession);
|
|
11732
11776
|
type SessionAuthorization = (io.flow.v0.models.OrganizationSessionAuthorization);
|
|
11733
|
-
type Settlement = (io.flow.v0.models.
|
|
11777
|
+
type Settlement = (io.flow.v0.models.SettlementNoPayout | io.flow.v0.models.SettlementPayout);
|
|
11734
11778
|
type ShippingLabelForm = (io.flow.v0.models.DetailedShippingLabelForm | io.flow.v0.models.SummaryShippingLabelForm);
|
|
11735
11779
|
type ShippingNotificationForm = (io.flow.v0.models.DetailedShippingNotificationForm | io.flow.v0.models.SinglePackageShippingNotificationForm | io.flow.v0.models.SummaryShippingNotificationForm);
|
|
11736
11780
|
type ShopifyCartAddForm = (io.flow.v0.models.ShopifyCartAddSingleForm | io.flow.v0.models.ShopifyCartAddMultipleForm);
|
|
@@ -11752,7 +11796,6 @@ export const addressFieldName: PropTypes.Requireable<io.flow.v0.enums.AddressFie
|
|
|
11752
11796
|
export const addressVerificationResultFieldCode: PropTypes.Requireable<io.flow.v0.enums.AddressVerificationResultFieldCode>;
|
|
11753
11797
|
export const adjustmentReasonKey: PropTypes.Requireable<io.flow.v0.enums.AdjustmentReasonKey>;
|
|
11754
11798
|
export const aggregate: PropTypes.Requireable<io.flow.v0.enums.Aggregate>;
|
|
11755
|
-
export const attachmentType: PropTypes.Requireable<io.flow.v0.enums.AttachmentType>;
|
|
11756
11799
|
export const attributeDataType: PropTypes.Requireable<io.flow.v0.enums.AttributeDataType>;
|
|
11757
11800
|
export const attributeIntent: PropTypes.Requireable<io.flow.v0.enums.AttributeIntent>;
|
|
11758
11801
|
export const authenticationTechnique: PropTypes.Requireable<io.flow.v0.enums.AuthenticationTechnique>;
|
|
@@ -11881,7 +11924,8 @@ export const paymentMethodType: PropTypes.Requireable<io.flow.v0.enums.PaymentMe
|
|
|
11881
11924
|
export const paymentSourceConfirmationActionType: PropTypes.Requireable<io.flow.v0.enums.PaymentSourceConfirmationActionType>;
|
|
11882
11925
|
export const paymentStatus: PropTypes.Requireable<io.flow.v0.enums.PaymentStatus>;
|
|
11883
11926
|
export const paymentType: PropTypes.Requireable<io.flow.v0.enums.PaymentType>;
|
|
11884
|
-
export const
|
|
11927
|
+
export const payoutAttachmentType: PropTypes.Requireable<io.flow.v0.enums.PayoutAttachmentType>;
|
|
11928
|
+
export const payoutStatusFailureCode: PropTypes.Requireable<io.flow.v0.enums.PayoutStatusFailureCode>;
|
|
11885
11929
|
export const permittedHttpMethod: PropTypes.Requireable<io.flow.v0.enums.PermittedHttpMethod>;
|
|
11886
11930
|
export const physicalDeliverySpecialSerivce: PropTypes.Requireable<io.flow.v0.enums.PhysicalDeliverySpecialSerivce>;
|
|
11887
11931
|
export const postalType: PropTypes.Requireable<io.flow.v0.enums.PostalType>;
|
|
@@ -11915,6 +11959,7 @@ export const shopifyGrant: PropTypes.Requireable<io.flow.v0.enums.ShopifyGrant>;
|
|
|
11915
11959
|
export const shopifyLocalizationMethod: PropTypes.Requireable<io.flow.v0.enums.ShopifyLocalizationMethod>;
|
|
11916
11960
|
export const shopifySyncCheck: PropTypes.Requireable<io.flow.v0.enums.ShopifySyncCheck>;
|
|
11917
11961
|
export const sortDirection: PropTypes.Requireable<io.flow.v0.enums.SortDirection>;
|
|
11962
|
+
export const statementAttachmentType: PropTypes.Requireable<io.flow.v0.enums.StatementAttachmentType>;
|
|
11918
11963
|
export const strategy: PropTypes.Requireable<io.flow.v0.enums.Strategy>;
|
|
11919
11964
|
export const subcatalogItemStatus: PropTypes.Requireable<io.flow.v0.enums.SubcatalogItemStatus>;
|
|
11920
11965
|
export const surchargeResponsibleParty: PropTypes.Requireable<io.flow.v0.enums.SurchargeResponsibleParty>;
|
|
@@ -12140,6 +12185,7 @@ export const channelOrganizationDeleted: PropTypes.Requireable<io.flow.v0.models
|
|
|
12140
12185
|
export const channelOrganizationForm: PropTypes.Requireable<io.flow.v0.models.ChannelOrganizationForm>;
|
|
12141
12186
|
export const channelOrganizationPutForm: PropTypes.Requireable<io.flow.v0.models.ChannelOrganizationPutForm>;
|
|
12142
12187
|
export const channelOrganizationUpserted: PropTypes.Requireable<io.flow.v0.models.ChannelOrganizationUpserted>;
|
|
12188
|
+
export const channelPayout: PropTypes.Requireable<io.flow.v0.models.ChannelPayout>;
|
|
12143
12189
|
export const channelRate: PropTypes.Requireable<io.flow.v0.models.ChannelRate>;
|
|
12144
12190
|
export const channelReference: PropTypes.Requireable<io.flow.v0.models.ChannelReference>;
|
|
12145
12191
|
export const channelStatement: PropTypes.Requireable<io.flow.v0.models.ChannelStatement>;
|
|
@@ -12615,7 +12661,6 @@ export const name: PropTypes.Requireable<io.flow.v0.models.Name>;
|
|
|
12615
12661
|
export const nameForm: PropTypes.Requireable<io.flow.v0.models.NameForm>;
|
|
12616
12662
|
export const noInventoryReservationError: PropTypes.Requireable<io.flow.v0.models.NoInventoryReservationError>;
|
|
12617
12663
|
export const noInventoryReservationErrorItem: PropTypes.Requireable<io.flow.v0.models.NoInventoryReservationErrorItem>;
|
|
12618
|
-
export const noPayout: PropTypes.Requireable<io.flow.v0.models.NoPayout>;
|
|
12619
12664
|
export const notificationDeletedV2: PropTypes.Requireable<io.flow.v0.models.NotificationDeletedV2>;
|
|
12620
12665
|
export const notificationUpsertedV2: PropTypes.Requireable<io.flow.v0.models.NotificationUpsertedV2>;
|
|
12621
12666
|
export const numberRange: PropTypes.Requireable<io.flow.v0.models.NumberRange>;
|
|
@@ -12752,6 +12797,7 @@ export const organizationForm: PropTypes.Requireable<io.flow.v0.models.Organizat
|
|
|
12752
12797
|
export const organizationOnboardingState: PropTypes.Requireable<io.flow.v0.models.OrganizationOnboardingState>;
|
|
12753
12798
|
export const organizationOnboardingStateDeleted: PropTypes.Requireable<io.flow.v0.models.OrganizationOnboardingStateDeleted>;
|
|
12754
12799
|
export const organizationOnboardingStateUpserted: PropTypes.Requireable<io.flow.v0.models.OrganizationOnboardingStateUpserted>;
|
|
12800
|
+
export const organizationPayout: PropTypes.Requireable<io.flow.v0.models.OrganizationPayout>;
|
|
12755
12801
|
export const organizationPutForm: PropTypes.Requireable<io.flow.v0.models.OrganizationPutForm>;
|
|
12756
12802
|
export const organizationRatesData: PropTypes.Requireable<io.flow.v0.models.OrganizationRatesData>;
|
|
12757
12803
|
export const organizationRatesPublished: PropTypes.Requireable<io.flow.v0.models.OrganizationRatesPublished>;
|
|
@@ -12774,6 +12820,7 @@ export const originalPrices: PropTypes.Requireable<io.flow.v0.models.OriginalPri
|
|
|
12774
12820
|
export const outboundCartonFee: PropTypes.Requireable<io.flow.v0.models.OutboundCartonFee>;
|
|
12775
12821
|
export const oversizedShipmentRatecardFee: PropTypes.Requireable<io.flow.v0.models.OversizedShipmentRatecardFee>;
|
|
12776
12822
|
export const packaging: PropTypes.Requireable<io.flow.v0.models.Packaging>;
|
|
12823
|
+
export const parentTransactionSummary: PropTypes.Requireable<io.flow.v0.models.ParentTransactionSummary>;
|
|
12777
12824
|
export const partnerCenter: PropTypes.Requireable<io.flow.v0.models.PartnerCenter>;
|
|
12778
12825
|
export const partnerCenterForm: PropTypes.Requireable<io.flow.v0.models.PartnerCenterForm>;
|
|
12779
12826
|
export const partnerReference: PropTypes.Requireable<io.flow.v0.models.PartnerReference>;
|
|
@@ -12874,8 +12921,10 @@ export const paymentSourceConfirmationAction: PropTypes.Requireable<io.flow.v0.m
|
|
|
12874
12921
|
export const paymentTax: PropTypes.Requireable<io.flow.v0.models.PaymentTax>;
|
|
12875
12922
|
export const paymentUpserted: PropTypes.Requireable<io.flow.v0.models.PaymentUpserted>;
|
|
12876
12923
|
export const paymentVersion: PropTypes.Requireable<io.flow.v0.models.PaymentVersion>;
|
|
12877
|
-
export const
|
|
12878
|
-
export const
|
|
12924
|
+
export const payoutAttachment: PropTypes.Requireable<io.flow.v0.models.PayoutAttachment>;
|
|
12925
|
+
export const payoutStatusFailed: PropTypes.Requireable<io.flow.v0.models.PayoutStatusFailed>;
|
|
12926
|
+
export const payoutStatusScheduled: PropTypes.Requireable<io.flow.v0.models.PayoutStatusScheduled>;
|
|
12927
|
+
export const payoutStatusSent: PropTypes.Requireable<io.flow.v0.models.PayoutStatusSent>;
|
|
12879
12928
|
export const paypalAuthorizationDetails: PropTypes.Requireable<io.flow.v0.models.PaypalAuthorizationDetails>;
|
|
12880
12929
|
export const paypalAuthorizationForm: PropTypes.Requireable<io.flow.v0.models.PaypalAuthorizationForm>;
|
|
12881
12930
|
export const peakSurchargeByWeightServiceFee: PropTypes.Requireable<io.flow.v0.models.PeakSurchargeByWeightServiceFee>;
|
|
@@ -13070,6 +13119,8 @@ export const sessionPutForm: PropTypes.Requireable<io.flow.v0.models.SessionPutF
|
|
|
13070
13119
|
export const sessionReference: PropTypes.Requireable<io.flow.v0.models.SessionReference>;
|
|
13071
13120
|
export const sessionVisit: PropTypes.Requireable<io.flow.v0.models.SessionVisit>;
|
|
13072
13121
|
export const sessionVisitor: PropTypes.Requireable<io.flow.v0.models.SessionVisitor>;
|
|
13122
|
+
export const settlementNoPayout: PropTypes.Requireable<io.flow.v0.models.SettlementNoPayout>;
|
|
13123
|
+
export const settlementPayout: PropTypes.Requireable<io.flow.v0.models.SettlementPayout>;
|
|
13073
13124
|
export const setupBlocked: PropTypes.Requireable<io.flow.v0.models.SetupBlocked>;
|
|
13074
13125
|
export const setupCompleted: PropTypes.Requireable<io.flow.v0.models.SetupCompleted>;
|
|
13075
13126
|
export const setupInProgress: PropTypes.Requireable<io.flow.v0.models.SetupInProgress>;
|
|
@@ -13360,6 +13411,7 @@ export const paymentMethodTag: PropTypes.Requireable<io.flow.v0.unions.PaymentMe
|
|
|
13360
13411
|
export const paymentOrderReference: PropTypes.Requireable<io.flow.v0.unions.PaymentOrderReference>;
|
|
13361
13412
|
export const paymentSource: PropTypes.Requireable<io.flow.v0.unions.PaymentSource>;
|
|
13362
13413
|
export const paymentSourceForm: PropTypes.Requireable<io.flow.v0.unions.PaymentSourceForm>;
|
|
13414
|
+
export const payoutStatus: PropTypes.Requireable<io.flow.v0.unions.PayoutStatus>;
|
|
13363
13415
|
export const priceSource: PropTypes.Requireable<io.flow.v0.unions.PriceSource>;
|
|
13364
13416
|
export const promotion: PropTypes.Requireable<io.flow.v0.unions.Promotion>;
|
|
13365
13417
|
export const queryBuilderForm: PropTypes.Requireable<io.flow.v0.unions.QueryBuilderForm>;
|
package/src/api.js
CHANGED
|
@@ -340,7 +340,6 @@ T['io.flow.shopify.external.v0.models.shopify_shipping_line'] = PropTypes.exact(
|
|
|
340
340
|
title: PropTypes.string.isRequired,
|
|
341
341
|
tax_lines: PropTypes.arrayOf(T['io.flow.shopify.external.v0.models.shopify_tax_line']).isRequired,
|
|
342
342
|
carrier_identifier: PropTypes.string,
|
|
343
|
-
requested_fulfillment_service_id: PropTypes.string,
|
|
344
343
|
});
|
|
345
344
|
|
|
346
345
|
T['io.flow.shopify.external.v0.enums.shopify_processing_method_type'] = PropTypes.oneOf(['checkout', 'direct', 'manual', 'offsite', 'express']);
|
|
@@ -368,7 +367,6 @@ T['io.flow.shopify.external.v0.models.shopify_webhook_order'] = PropTypes.exact(
|
|
|
368
367
|
|
|
369
368
|
T['io.flow.shopify.external.v0.models.shopify_line_item_form'] = PropTypes.exact({
|
|
370
369
|
fulfillable_quantity: PropTypes.number,
|
|
371
|
-
fulfillment_service: PropTypes.string.isRequired,
|
|
372
370
|
fulfillment_status: T['io.flow.shopify.external.v0.enums.fulfillment_status_type'],
|
|
373
371
|
grams: PropTypes.number,
|
|
374
372
|
price: PropTypes.string,
|
|
@@ -393,7 +391,6 @@ T['io.flow.shopify.external.v0.models.shopify_line_item'] = PropTypes.exact({
|
|
|
393
391
|
id: PropTypes.number.isRequired,
|
|
394
392
|
quantity: PropTypes.number.isRequired,
|
|
395
393
|
fulfillable_quantity: PropTypes.number,
|
|
396
|
-
fulfillment_service: PropTypes.string.isRequired,
|
|
397
394
|
fulfillment_status: T['io.flow.shopify.external.v0.enums.fulfillment_status_type'],
|
|
398
395
|
grams: PropTypes.number,
|
|
399
396
|
price: PropTypes.string,
|
|
@@ -3343,12 +3340,7 @@ T['io.flow.v0.models.permitted_route'] = PropTypes.exact({
|
|
|
3343
3340
|
path: PropTypes.string.isRequired,
|
|
3344
3341
|
});
|
|
3345
3342
|
|
|
3346
|
-
T['io.flow.v0.enums.
|
|
3347
|
-
|
|
3348
|
-
T['io.flow.v0.models.payout_status'] = PropTypes.exact({
|
|
3349
|
-
code: T['io.flow.v0.enums.payout_status_code'].isRequired,
|
|
3350
|
-
reason: PropTypes.string,
|
|
3351
|
-
});
|
|
3343
|
+
T['io.flow.v0.enums.payout_status_failure_code'] = PropTypes.oneOf(['invalid_account_number', 'could_not_process']);
|
|
3352
3344
|
|
|
3353
3345
|
T['io.flow.v0.enums.reversal_error_code'] = PropTypes.oneOf([
|
|
3354
3346
|
'amount_exceeds_balance',
|
|
@@ -4197,7 +4189,7 @@ T['io.flow.v0.models.merchant_activated'] = PropTypes.exact({
|
|
|
4197
4189
|
|
|
4198
4190
|
T['io.flow.v0.models.setup_completed'] = PropTypes.exact({
|
|
4199
4191
|
discriminator: PropTypes.oneOf(['setup_completed']).isRequired,
|
|
4200
|
-
|
|
4192
|
+
third_party_logistics_guid: PropTypes.string.isRequired,
|
|
4201
4193
|
});
|
|
4202
4194
|
|
|
4203
4195
|
T['io.flow.v0.models.setup_blocked'] = PropTypes.exact({
|
|
@@ -6374,6 +6366,11 @@ T['io.flow.v0.enums.transaction_source'] = PropTypes.oneOf([
|
|
|
6374
6366
|
'virtual_card_refund',
|
|
6375
6367
|
]);
|
|
6376
6368
|
|
|
6369
|
+
T['io.flow.v0.models.parent_transaction_summary'] = PropTypes.exact({
|
|
6370
|
+
id: PropTypes.string.isRequired,
|
|
6371
|
+
source: T['io.flow.v0.enums.transaction_source'].isRequired,
|
|
6372
|
+
});
|
|
6373
|
+
|
|
6377
6374
|
T['io.flow.v0.models.billing_channel_payment_request_reference'] = PropTypes.exact({
|
|
6378
6375
|
id: PropTypes.string.isRequired,
|
|
6379
6376
|
reference: PropTypes.string,
|
|
@@ -6388,25 +6385,77 @@ T['io.flow.v0.models.user_reference'] = PropTypes.exact({
|
|
|
6388
6385
|
id: PropTypes.string.isRequired,
|
|
6389
6386
|
});
|
|
6390
6387
|
|
|
6391
|
-
T['io.flow.v0.models.
|
|
6392
|
-
discriminator: PropTypes.oneOf(['
|
|
6393
|
-
|
|
6394
|
-
amount: PropTypes.number.isRequired,
|
|
6395
|
-
sent_on: PropTypes.string,
|
|
6388
|
+
T['io.flow.v0.models.settlement_no_payout'] = PropTypes.exact({
|
|
6389
|
+
discriminator: PropTypes.oneOf(['no_payout']).isRequired,
|
|
6390
|
+
placeholder: PropTypes.string,
|
|
6396
6391
|
});
|
|
6397
6392
|
|
|
6398
|
-
T['io.flow.v0.
|
|
6399
|
-
|
|
6393
|
+
T['io.flow.v0.enums.payout_attachment_type'] = PropTypes.oneOf(['transactions']);
|
|
6394
|
+
|
|
6395
|
+
T['io.flow.v0.models.payout_status_failed'] = PropTypes.exact({
|
|
6396
|
+
code: PropTypes.oneOf(['failed']).isRequired,
|
|
6397
|
+
timestamp: PropTypes.string.isRequired,
|
|
6398
|
+
reason: T['io.flow.v0.enums.payout_status_failure_code'].isRequired,
|
|
6399
|
+
});
|
|
6400
|
+
|
|
6401
|
+
T['io.flow.v0.models.payout_status_sent'] = PropTypes.exact({
|
|
6402
|
+
code: PropTypes.oneOf(['sent']).isRequired,
|
|
6403
|
+
timestamp: PropTypes.string.isRequired,
|
|
6404
|
+
});
|
|
6405
|
+
|
|
6406
|
+
T['io.flow.v0.models.payout_status_scheduled'] = PropTypes.exact({
|
|
6407
|
+
code: PropTypes.oneOf(['scheduled']).isRequired,
|
|
6400
6408
|
placeholder: PropTypes.string,
|
|
6401
6409
|
});
|
|
6402
6410
|
|
|
6403
|
-
T['io.flow.v0.
|
|
6411
|
+
T['io.flow.v0.models.payout_attachment'] = PropTypes.exact({
|
|
6412
|
+
type: T['io.flow.v0.enums.payout_attachment_type'].isRequired,
|
|
6413
|
+
url: PropTypes.string.isRequired,
|
|
6414
|
+
});
|
|
6415
|
+
|
|
6416
|
+
T['io.flow.v0.unions.payout_status'] = PropTypes.oneOfType([
|
|
6417
|
+
T['io.flow.v0.models.payout_status_scheduled'],
|
|
6418
|
+
T['io.flow.v0.models.payout_status_sent'],
|
|
6419
|
+
T['io.flow.v0.models.payout_status_failed'],
|
|
6420
|
+
]);
|
|
6421
|
+
|
|
6422
|
+
T['io.flow.v0.models.settlement_payout'] = PropTypes.exact({
|
|
6423
|
+
discriminator: PropTypes.oneOf(['payout']).isRequired,
|
|
6424
|
+
status: T['io.flow.v0.unions.payout_status'].isRequired,
|
|
6425
|
+
amount: PropTypes.number.isRequired,
|
|
6426
|
+
sent_on: PropTypes.string,
|
|
6427
|
+
});
|
|
6428
|
+
|
|
6429
|
+
T['io.flow.v0.unions.settlement'] = PropTypes.oneOfType([
|
|
6430
|
+
T['io.flow.v0.models.settlement_no_payout'],
|
|
6431
|
+
T['io.flow.v0.models.settlement_payout'],
|
|
6432
|
+
]);
|
|
6404
6433
|
|
|
6405
6434
|
T['io.flow.v0.models.account_reference'] = PropTypes.exact({
|
|
6406
6435
|
id: PropTypes.string.isRequired,
|
|
6407
6436
|
currency: PropTypes.string.isRequired,
|
|
6408
6437
|
});
|
|
6409
6438
|
|
|
6439
|
+
T['io.flow.v0.models.organization_payout'] = PropTypes.exact({
|
|
6440
|
+
id: PropTypes.string.isRequired,
|
|
6441
|
+
account: T['io.flow.v0.models.account_reference'].isRequired,
|
|
6442
|
+
status: T['io.flow.v0.unions.payout_status'].isRequired,
|
|
6443
|
+
amount: PropTypes.number.isRequired,
|
|
6444
|
+
attachments: PropTypes.arrayOf(T['io.flow.v0.models.payout_attachment']).isRequired,
|
|
6445
|
+
created_at: PropTypes.string.isRequired,
|
|
6446
|
+
updated_at: PropTypes.string.isRequired,
|
|
6447
|
+
});
|
|
6448
|
+
|
|
6449
|
+
T['io.flow.v0.models.channel_payout'] = PropTypes.exact({
|
|
6450
|
+
id: PropTypes.string.isRequired,
|
|
6451
|
+
account: T['io.flow.v0.models.account_reference'].isRequired,
|
|
6452
|
+
status: T['io.flow.v0.unions.payout_status'].isRequired,
|
|
6453
|
+
amount: PropTypes.number.isRequired,
|
|
6454
|
+
attachments: PropTypes.arrayOf(T['io.flow.v0.models.payout_attachment']).isRequired,
|
|
6455
|
+
created_at: PropTypes.string.isRequired,
|
|
6456
|
+
updated_at: PropTypes.string.isRequired,
|
|
6457
|
+
});
|
|
6458
|
+
|
|
6410
6459
|
T['io.flow.v0.models.organization_defaults'] = PropTypes.exact({
|
|
6411
6460
|
country: PropTypes.string.isRequired,
|
|
6412
6461
|
base_currency: PropTypes.string.isRequired,
|
|
@@ -7193,6 +7242,7 @@ T['io.flow.v0.models.transaction'] = PropTypes.exact({
|
|
|
7193
7242
|
payment_request: T['io.flow.v0.models.billing_channel_payment_request_reference'],
|
|
7194
7243
|
currency: PropTypes.string.isRequired,
|
|
7195
7244
|
source: T['io.flow.v0.enums.transaction_source'].isRequired,
|
|
7245
|
+
parent: T['io.flow.v0.models.parent_transaction_summary'],
|
|
7196
7246
|
gross: PropTypes.number.isRequired,
|
|
7197
7247
|
fees: PropTypes.arrayOf(T['io.flow.v0.models.fee_deduction']).isRequired,
|
|
7198
7248
|
withholdings: PropTypes.arrayOf(T['io.flow.v0.models.withholding_deduction']).isRequired,
|
|
@@ -7200,6 +7250,7 @@ T['io.flow.v0.models.transaction'] = PropTypes.exact({
|
|
|
7200
7250
|
net: PropTypes.number.isRequired,
|
|
7201
7251
|
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
7202
7252
|
created_at: PropTypes.string.isRequired,
|
|
7253
|
+
updated_at: PropTypes.string.isRequired,
|
|
7203
7254
|
});
|
|
7204
7255
|
|
|
7205
7256
|
T['io.flow.v0.models.transaction_upserted'] = PropTypes.exact({
|
|
@@ -7225,6 +7276,7 @@ T['io.flow.v0.models.channel_transaction'] = PropTypes.exact({
|
|
|
7225
7276
|
payment_request: T['io.flow.v0.models.billing_channel_payment_request_reference'],
|
|
7226
7277
|
currency: PropTypes.string.isRequired,
|
|
7227
7278
|
source: T['io.flow.v0.enums.transaction_source'].isRequired,
|
|
7279
|
+
parent: T['io.flow.v0.models.parent_transaction_summary'],
|
|
7228
7280
|
gross: PropTypes.number.isRequired,
|
|
7229
7281
|
fees: PropTypes.arrayOf(T['io.flow.v0.models.fee_deduction']).isRequired,
|
|
7230
7282
|
withholdings: PropTypes.arrayOf(T['io.flow.v0.models.withholding_deduction']).isRequired,
|
|
@@ -7232,6 +7284,7 @@ T['io.flow.v0.models.channel_transaction'] = PropTypes.exact({
|
|
|
7232
7284
|
net: PropTypes.number.isRequired,
|
|
7233
7285
|
identifiers: PropTypes.objectOf(PropTypes.string).isRequired,
|
|
7234
7286
|
created_at: PropTypes.string.isRequired,
|
|
7287
|
+
updated_at: PropTypes.string.isRequired,
|
|
7235
7288
|
});
|
|
7236
7289
|
|
|
7237
7290
|
T['io.flow.v0.models.channel_transaction_upserted'] = PropTypes.exact({
|
|
@@ -8218,10 +8271,10 @@ T['io.flow.v0.models.attribute_upserted_v2'] = PropTypes.exact({
|
|
|
8218
8271
|
attribute: T['io.flow.v0.models.attribute'].isRequired,
|
|
8219
8272
|
});
|
|
8220
8273
|
|
|
8221
|
-
T['io.flow.v0.enums.
|
|
8274
|
+
T['io.flow.v0.enums.statement_attachment_type'] = PropTypes.oneOf(['csv']);
|
|
8222
8275
|
|
|
8223
8276
|
T['io.flow.v0.models.attachment'] = PropTypes.exact({
|
|
8224
|
-
type: T['io.flow.v0.enums.
|
|
8277
|
+
type: T['io.flow.v0.enums.statement_attachment_type'].isRequired,
|
|
8225
8278
|
url: PropTypes.string.isRequired,
|
|
8226
8279
|
});
|
|
8227
8280
|
|
|
@@ -10255,7 +10308,7 @@ T['io.flow.apple.pay.v0.models.apple_pay_payment_contact'] = PropTypes.exact({
|
|
|
10255
10308
|
country_code: PropTypes.string,
|
|
10256
10309
|
});
|
|
10257
10310
|
|
|
10258
|
-
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', '
|
|
10311
|
+
T['io.flow.apple.pay.v0.enums.apple_pay_contact_field'] = PropTypes.oneOf(['email', 'name', 'phone', 'postalAddress', 'phoneticName']);
|
|
10259
10312
|
|
|
10260
10313
|
T['io.flow.apple.pay.v0.enums.apple_pay_supported_networks'] = PropTypes.oneOf([
|
|
10261
10314
|
'amex',
|
|
@@ -10272,7 +10325,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_shipping_type'] = PropTypes.oneOf(['ship
|
|
|
10272
10325
|
T['io.flow.apple.pay.v0.models.apple_pay_shipping_method'] = PropTypes.exact({
|
|
10273
10326
|
label: PropTypes.string.isRequired,
|
|
10274
10327
|
detail: PropTypes.string.isRequired,
|
|
10275
|
-
amount: PropTypes.
|
|
10328
|
+
amount: PropTypes.string.isRequired,
|
|
10276
10329
|
identifier: PropTypes.string.isRequired,
|
|
10277
10330
|
});
|
|
10278
10331
|
|
|
@@ -10281,7 +10334,7 @@ T['io.flow.apple.pay.v0.enums.apple_pay_merchant_capability'] = PropTypes.oneOf(
|
|
|
10281
10334
|
T['io.flow.apple.pay.v0.models.apple_pay_line_item'] = PropTypes.exact({
|
|
10282
10335
|
label: PropTypes.string.isRequired,
|
|
10283
10336
|
type: T['io.flow.apple.pay.v0.enums.apple_pay_line_item_type'].isRequired,
|
|
10284
|
-
amount: PropTypes.
|
|
10337
|
+
amount: PropTypes.string.isRequired,
|
|
10285
10338
|
});
|
|
10286
10339
|
|
|
10287
10340
|
T['io.flow.apple.pay.v0.models.apple_pay_payment_info'] = PropTypes.exact({
|
|
@@ -13543,7 +13596,6 @@ export const analyticsExportType = T['io.flow.v0.models.analytics_export_type'];
|
|
|
13543
13596
|
export const applePayMerchantValidationPayload = T['io.flow.v0.models.apple_pay_merchant_validation_payload'];
|
|
13544
13597
|
export const atCost = T['io.flow.v0.models.at_cost'];
|
|
13545
13598
|
export const attachment = T['io.flow.v0.models.attachment'];
|
|
13546
|
-
export const attachmentType = T['io.flow.v0.enums.attachment_type'];
|
|
13547
13599
|
export const attribute = T['io.flow.v0.models.attribute'];
|
|
13548
13600
|
export const attributeDataType = T['io.flow.v0.enums.attribute_data_type'];
|
|
13549
13601
|
export const attributeDeleted = T['io.flow.v0.models.attribute_deleted'];
|
|
@@ -13708,6 +13760,7 @@ export const channelOrganizationDeleted = T['io.flow.v0.models.channel_organizat
|
|
|
13708
13760
|
export const channelOrganizationForm = T['io.flow.v0.models.channel_organization_form'];
|
|
13709
13761
|
export const channelOrganizationPutForm = T['io.flow.v0.models.channel_organization_put_form'];
|
|
13710
13762
|
export const channelOrganizationUpserted = T['io.flow.v0.models.channel_organization_upserted'];
|
|
13763
|
+
export const channelPayout = T['io.flow.v0.models.channel_payout'];
|
|
13711
13764
|
export const channelRate = T['io.flow.v0.models.channel_rate'];
|
|
13712
13765
|
export const channelReference = T['io.flow.v0.models.channel_reference'];
|
|
13713
13766
|
export const channelStatement = T['io.flow.v0.models.channel_statement'];
|
|
@@ -14295,7 +14348,6 @@ export const name = T['io.flow.v0.models.name'];
|
|
|
14295
14348
|
export const nameForm = T['io.flow.v0.models.name_form'];
|
|
14296
14349
|
export const noInventoryReservationError = T['io.flow.v0.models.no_inventory_reservation_error'];
|
|
14297
14350
|
export const noInventoryReservationErrorItem = T['io.flow.v0.models.no_inventory_reservation_error_item'];
|
|
14298
|
-
export const noPayout = T['io.flow.v0.models.no_payout'];
|
|
14299
14351
|
export const notificationDeletedV2 = T['io.flow.v0.models.notification_deleted_v2'];
|
|
14300
14352
|
export const notificationUpsertedV2 = T['io.flow.v0.models.notification_upserted_v2'];
|
|
14301
14353
|
export const numberRange = T['io.flow.v0.models.number_range'];
|
|
@@ -14459,6 +14511,7 @@ export const organizationOnboardingState = T['io.flow.v0.models.organization_onb
|
|
|
14459
14511
|
export const organizationOnboardingStateDeleted = T['io.flow.v0.models.organization_onboarding_state_deleted'];
|
|
14460
14512
|
export const organizationOnboardingStateUpserted = T['io.flow.v0.models.organization_onboarding_state_upserted'];
|
|
14461
14513
|
export const organizationPaymentMethodTag = T['io.flow.v0.enums.organization_payment_method_tag'];
|
|
14514
|
+
export const organizationPayout = T['io.flow.v0.models.organization_payout'];
|
|
14462
14515
|
export const organizationPutForm = T['io.flow.v0.models.organization_put_form'];
|
|
14463
14516
|
export const organizationRatesData = T['io.flow.v0.models.organization_rates_data'];
|
|
14464
14517
|
export const organizationRatesPublished = T['io.flow.v0.models.organization_rates_published'];
|
|
@@ -14483,6 +14536,7 @@ export const originalPrices = T['io.flow.v0.models.original_prices'];
|
|
|
14483
14536
|
export const outboundCartonFee = T['io.flow.v0.models.outbound_carton_fee'];
|
|
14484
14537
|
export const oversizedShipmentRatecardFee = T['io.flow.v0.models.oversized_shipment_ratecard_fee'];
|
|
14485
14538
|
export const packaging = T['io.flow.v0.models.packaging'];
|
|
14539
|
+
export const parentTransactionSummary = T['io.flow.v0.models.parent_transaction_summary'];
|
|
14486
14540
|
export const partnerCenter = T['io.flow.v0.models.partner_center'];
|
|
14487
14541
|
export const partnerCenterFee = T['io.flow.v0.unions.partner_center_fee'];
|
|
14488
14542
|
export const partnerCenterForm = T['io.flow.v0.models.partner_center_form'];
|
|
@@ -14608,9 +14662,13 @@ export const paymentTax = T['io.flow.v0.models.payment_tax'];
|
|
|
14608
14662
|
export const paymentType = T['io.flow.v0.enums.payment_type'];
|
|
14609
14663
|
export const paymentUpserted = T['io.flow.v0.models.payment_upserted'];
|
|
14610
14664
|
export const paymentVersion = T['io.flow.v0.models.payment_version'];
|
|
14611
|
-
export const
|
|
14612
|
-
export const
|
|
14613
|
-
export const
|
|
14665
|
+
export const payoutAttachment = T['io.flow.v0.models.payout_attachment'];
|
|
14666
|
+
export const payoutAttachmentType = T['io.flow.v0.enums.payout_attachment_type'];
|
|
14667
|
+
export const payoutStatus = T['io.flow.v0.unions.payout_status'];
|
|
14668
|
+
export const payoutStatusFailed = T['io.flow.v0.models.payout_status_failed'];
|
|
14669
|
+
export const payoutStatusFailureCode = T['io.flow.v0.enums.payout_status_failure_code'];
|
|
14670
|
+
export const payoutStatusScheduled = T['io.flow.v0.models.payout_status_scheduled'];
|
|
14671
|
+
export const payoutStatusSent = T['io.flow.v0.models.payout_status_sent'];
|
|
14614
14672
|
export const paypalAuthorizationDetails = T['io.flow.v0.models.paypal_authorization_details'];
|
|
14615
14673
|
export const paypalAuthorizationForm = T['io.flow.v0.models.paypal_authorization_form'];
|
|
14616
14674
|
export const peakSurchargeByWeightServiceFee = T['io.flow.v0.models.peak_surcharge_by_weight_service_fee'];
|
|
@@ -14847,6 +14905,8 @@ export const sessionReference = T['io.flow.v0.models.session_reference'];
|
|
|
14847
14905
|
export const sessionVisit = T['io.flow.v0.models.session_visit'];
|
|
14848
14906
|
export const sessionVisitor = T['io.flow.v0.models.session_visitor'];
|
|
14849
14907
|
export const settlement = T['io.flow.v0.unions.settlement'];
|
|
14908
|
+
export const settlementNoPayout = T['io.flow.v0.models.settlement_no_payout'];
|
|
14909
|
+
export const settlementPayout = T['io.flow.v0.models.settlement_payout'];
|
|
14850
14910
|
export const setupBlocked = T['io.flow.v0.models.setup_blocked'];
|
|
14851
14911
|
export const setupCompleted = T['io.flow.v0.models.setup_completed'];
|
|
14852
14912
|
export const setupInProgress = T['io.flow.v0.models.setup_in_progress'];
|
|
@@ -14945,6 +15005,7 @@ export const solidusProductExportType = T['io.flow.v0.models.solidus_product_exp
|
|
|
14945
15005
|
export const solidusVariantExportType = T['io.flow.v0.models.solidus_variant_export_type'];
|
|
14946
15006
|
export const sortDirection = T['io.flow.v0.enums.sort_direction'];
|
|
14947
15007
|
export const statement = T['io.flow.v0.models.statement'];
|
|
15008
|
+
export const statementAttachmentType = T['io.flow.v0.enums.statement_attachment_type'];
|
|
14948
15009
|
export const statementDeleted = T['io.flow.v0.models.statement_deleted'];
|
|
14949
15010
|
export const statementUpserted = T['io.flow.v0.models.statement_upserted'];
|
|
14950
15011
|
export const strategy = T['io.flow.v0.enums.strategy'];
|