@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/lib/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>;
|