@flowio/api-prop-types 10.16.93 → 10.16.94
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 +22 -61
- package/lib/api.js +1 -1
- package/package.json +2 -2
- package/src/api.d.ts +22 -61
- package/src/api.js +50 -97
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.94",
|
|
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": "804cd1afec6f2a750da3a0f134494fec43c1f1f7"
|
|
33
33
|
}
|
package/src/api.d.ts
CHANGED
|
@@ -1497,6 +1497,12 @@ declare namespace io.flow.shopify.external.v0.models {
|
|
|
1497
1497
|
interface GraphqlMetaobject {
|
|
1498
1498
|
readonly 'id': string;
|
|
1499
1499
|
readonly 'displayName': string;
|
|
1500
|
+
readonly 'fields': io.flow.shopify.external.v0.models.GraphqlMetaobjectField[];
|
|
1501
|
+
}
|
|
1502
|
+
|
|
1503
|
+
interface GraphqlMetaobjectField {
|
|
1504
|
+
readonly 'key': string;
|
|
1505
|
+
readonly 'value'?: string;
|
|
1500
1506
|
}
|
|
1501
1507
|
|
|
1502
1508
|
interface GraphqlOption {
|
|
@@ -5130,7 +5136,9 @@ declare namespace io.flow.v0.enums {
|
|
|
5130
5136
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
5131
5137
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
5132
5138
|
type Environment = 'sandbox' | 'production';
|
|
5133
|
-
type
|
|
5139
|
+
type EstimateOrigin = 'Shopify' | 'GlobalE' | 'Aftership' | 'Carrier';
|
|
5140
|
+
type EstimateType = 'Estimated' | 'Final';
|
|
5141
|
+
type EventType = 'test_upserted' | 'generate_load' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'transaction_upserted' | 'organization_transaction_upserted' | 'organization_transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_transaction_deleted_v2' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'channel_payout_upserted' | 'channel_payout_deleted' | 'organization_payout_upserted' | 'organization_payout_deleted' | 'channel_pending_payout_transaction_upserted' | 'channel_pending_payout_transaction_deleted' | 'organization_pending_payout_transaction_upserted' | 'organization_pending_payout_transaction_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'subcatalog_item_upserted' | 'subcatalog_item_deleted' | 'catalog_statistics_upserted' | 'catalog_statistics_deleted' | 'item_inserted' | 'item_updated' | 'item_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_deleted' | 'channel_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'b2b_invoice_upserted' | 'b2b_invoice_deleted' | 'b2b_credit_memo_upserted' | 'b2b_credit_memo_deleted' | 'consumer_invoice_upserted' | 'consumer_invoice_deleted' | 'credit_memo_upserted' | 'credit_memo_deleted' | 'crossdock_shipment_upserted' | 'rate_deleted' | 'rate_upserted' | 'rate_deleted_v3' | 'rate_upserted_v3' | 'customer_upserted' | 'customer_deleted' | 'customer_address_book_contact_upserted' | 'customer_address_book_contact_deleted' | 'available_promotions_upserted' | 'available_promotions_deleted' | 'available_promotions_upserted_v2' | 'available_promotions_deleted_v2' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'currency_format_deleted' | 'currency_format_upserted' | 'experience_deleted' | 'experience_upserted' | 'experience_deleted_v2' | 'experience_upserted_v2' | 'country_status_upserted' | 'country_status_deleted' | 'experience_price_book_mapping_deleted' | 'experience_price_book_mapping_upserted' | 'experience_logistics_settings_upserted' | 'experience_logistics_settings_deleted' | 'item_margin_deleted_v2' | 'item_margin_upserted_v2' | 'item_sales_margin_deleted' | 'item_sales_margin_upserted' | 'label_format_deleted' | 'label_format_upserted' | 'order_deleted' | 'order_upserted' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted' | 'order_identifier_upserted' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v2' | 'order_identifier_upserted_v3' | 'order_replacement_upserted' | 'order_replacement_deleted' | 'pricing_deleted' | 'pricing_upserted' | 'order_service_change_request' | 'fraud_status_changed' | 'center_upserted' | 'center_deleted' | 'shipping_configuration_upserted' | 'shipping_configuration_deleted' | 'tier_upserted_v2' | 'tier_deleted_v2' | 'shipping_lane_upserted' | 'shipping_lane_deleted' | 'shipping_configuration_item_availability_upserted' | 'shipping_configuration_item_availability_deleted' | 'shipping_configuration_item_shipping_pricing_upserted' | 'shipping_configuration_item_shipping_pricing_deleted' | 'ge_item_inserted' | 'ge_item_updated' | 'ge_item_deleted' | 'ge_product_restriction_result_upserted' | 'ge_product_restriction_result_deleted' | 'hs6_code_upserted' | 'hs6_code_deleted' | 'hs10_code_upserted' | 'hs10_code_deleted' | 'item_origin_upserted' | 'item_origin_deleted' | 'harmonized_landed_cost_upserted' | 'fully_harmonized_item_upserted' | 'import_completed_v2' | 'import_failed_v2' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'label_processing_modification_upserted' | 'label_processing_modification_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'order_placed' | 'order_placed_v2' | 'ready_to_fulfill' | 'ready_to_fulfill_v2' | 'membership_upserted_v2' | 'membership_deleted_v2' | 'organization_upserted' | 'organization_deleted' | 'organization_upserted_v2' | 'organization_deleted_v2' | 'organization_default_configurations_upserted' | 'organization_default_configurations_deleted' | 'ecommerce_platform_upserted' | 'ecommerce_platform_deleted' | 'organization_onboarding_state_upserted' | 'organization_onboarding_state_deleted' | 'authorization_deleted_v2' | 'authorization_status_changed' | 'card_authorization_upserted_v2' | 'card_authorization_deleted_v2' | 'online_authorization_upserted_v2' | 'online_authorization_deleted_v2' | 'capture_upserted_v2' | 'capture_deleted' | 'card_upserted_v2' | 'card_deleted' | 'payment_upserted' | 'payment_deleted' | 'refund_upserted_v2' | 'refund_deleted_v2' | 'refund_capture_upserted_v2' | 'reversal_upserted' | 'reversal_deleted' | 'capture_identifier_upserted' | 'capture_identifier_deleted' | 'refund_identifier_upserted' | 'refund_identifier_deleted' | 'virtual_card_capture_upserted' | 'virtual_card_capture_deleted' | 'virtual_card_refund_upserted' | 'virtual_card_refund_deleted' | 'authorization_retry_upserted' | 'authorization_retry_deleted' | 'payment_request_upserted' | 'payment_request_deleted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_deleted' | 'product_inserted' | 'product_updated' | 'product_deleted' | 'organization_rates_published' | 'ratecard_lane_upserted' | 'ratecard_lane_deleted' | 'ratecard_upserted' | 'ratecard_deleted' | 'product_restriction_result_upserted' | 'product_restriction_result_deleted' | 'return_upserted' | 'return_deleted' | 'return_upserted_v2' | 'return_deleted_v2' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
|
|
5134
5142
|
type ExceptionType = 'open' | 'closed';
|
|
5135
5143
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
5136
5144
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -5183,7 +5191,6 @@ declare namespace io.flow.v0.enums {
|
|
|
5183
5191
|
type OnboardingApplicationStatus = 'to_do' | 'in_progress' | 'on_hold' | 'rejected' | 'accepted';
|
|
5184
5192
|
type OnboardingBlockedReason = 'street_address_is_blank_3pl' | 'street_address_is_po_box_3pl' | 'business_street_address_is_blank' | 'business_street_address_is_po_box' | 'exception_merchant' | 'application_missing' | 'missing_logistics_contact_info';
|
|
5185
5193
|
type OnboardingTradeSector = 'accessories' | 'animals_and_pet_supplies' | 'apparel' | 'apparel_and_accessories' | 'arts_and_entertainment' | 'baby_and_toddler' | 'business_and_industrial' | 'cameras_and_optics' | 'electronics' | 'food_beverages_and_tobacco' | 'furniture' | 'gift_cards' | 'hardware' | 'health_and_beauty' | 'home_and_garden' | 'jewelry' | 'luggage_and_bags' | 'mature' | 'media' | 'office_supplies' | 'paper_and_art' | 'religious_and_ceremonial' | 'software' | 'sporting_goods' | 'sports_and_fitness' | 'toys_and_games' | 'toys_hobbies_gifts' | 'vehicles_and_parts' | 'other';
|
|
5186
|
-
type OptinResponseType = 'not_shown' | 'opted_in' | 'opted_out';
|
|
5187
5194
|
type OrderChangeSource = 'consumer' | 'retailer' | 'fulfillment' | 'flow' | 'carrier';
|
|
5188
5195
|
type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
|
|
5189
5196
|
type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
|
|
@@ -6253,28 +6260,6 @@ declare namespace io.flow.v0.models {
|
|
|
6253
6260
|
readonly 'hub_code'?: string;
|
|
6254
6261
|
}
|
|
6255
6262
|
|
|
6256
|
-
interface BrowseOptinResponses {
|
|
6257
|
-
readonly 'id': string;
|
|
6258
|
-
readonly 'session_id': string;
|
|
6259
|
-
readonly 'optin_responses': io.flow.v0.models.OptinResponse[];
|
|
6260
|
-
}
|
|
6261
|
-
|
|
6262
|
-
interface BrowseOptinResponsesDeleted {
|
|
6263
|
-
readonly 'discriminator': 'browse_optin_responses_deleted';
|
|
6264
|
-
readonly 'event_id': string;
|
|
6265
|
-
readonly 'timestamp': string;
|
|
6266
|
-
readonly 'organization': string;
|
|
6267
|
-
readonly 'id': string;
|
|
6268
|
-
}
|
|
6269
|
-
|
|
6270
|
-
interface BrowseOptinResponsesUpserted {
|
|
6271
|
-
readonly 'discriminator': 'browse_optin_responses_upserted';
|
|
6272
|
-
readonly 'event_id': string;
|
|
6273
|
-
readonly 'timestamp': string;
|
|
6274
|
-
readonly 'organization': string;
|
|
6275
|
-
readonly 'browse_optin_responses': io.flow.v0.models.BrowseOptinResponses;
|
|
6276
|
-
}
|
|
6277
|
-
|
|
6278
6263
|
interface BrowserInfo {
|
|
6279
6264
|
readonly 'origin'?: string;
|
|
6280
6265
|
readonly 'language'?: string;
|
|
@@ -7101,29 +7086,6 @@ declare namespace io.flow.v0.models {
|
|
|
7101
7086
|
readonly 'value': string;
|
|
7102
7087
|
}
|
|
7103
7088
|
|
|
7104
|
-
interface CheckoutOptinResponses {
|
|
7105
|
-
readonly 'id': string;
|
|
7106
|
-
readonly 'order_number': string;
|
|
7107
|
-
readonly 'session_id': string;
|
|
7108
|
-
readonly 'optin_responses': io.flow.v0.models.OptinResponse[];
|
|
7109
|
-
}
|
|
7110
|
-
|
|
7111
|
-
interface CheckoutOptinResponsesDeleted {
|
|
7112
|
-
readonly 'discriminator': 'checkout_optin_responses_deleted';
|
|
7113
|
-
readonly 'event_id': string;
|
|
7114
|
-
readonly 'timestamp': string;
|
|
7115
|
-
readonly 'organization': string;
|
|
7116
|
-
readonly 'id': string;
|
|
7117
|
-
}
|
|
7118
|
-
|
|
7119
|
-
interface CheckoutOptinResponsesUpserted {
|
|
7120
|
-
readonly 'discriminator': 'checkout_optin_responses_upserted';
|
|
7121
|
-
readonly 'event_id': string;
|
|
7122
|
-
readonly 'timestamp': string;
|
|
7123
|
-
readonly 'organization': string;
|
|
7124
|
-
readonly 'checkout_optin_responses': io.flow.v0.models.CheckoutOptinResponses;
|
|
7125
|
-
}
|
|
7126
|
-
|
|
7127
7089
|
interface CheckoutReference {
|
|
7128
7090
|
readonly 'id': string;
|
|
7129
7091
|
}
|
|
@@ -8243,6 +8205,15 @@ declare namespace io.flow.v0.models {
|
|
|
8243
8205
|
readonly 'issuing_country'?: string;
|
|
8244
8206
|
}
|
|
8245
8207
|
|
|
8208
|
+
interface Estimate {
|
|
8209
|
+
readonly 'id': string;
|
|
8210
|
+
readonly 'organization_id': string;
|
|
8211
|
+
readonly 'label_id': string;
|
|
8212
|
+
readonly 'estimate': io.flow.v0.models.ShippingLabelHopSummary;
|
|
8213
|
+
readonly 'type': io.flow.v0.enums.EstimateType;
|
|
8214
|
+
readonly 'origin'?: io.flow.v0.enums.EstimateOrigin;
|
|
8215
|
+
}
|
|
8216
|
+
|
|
8246
8217
|
interface EstimatedDimensions {
|
|
8247
8218
|
readonly 'depth': io.flow.v0.models.Measurement;
|
|
8248
8219
|
readonly 'length': io.flow.v0.models.Measurement;
|
|
@@ -10502,11 +10473,6 @@ declare namespace io.flow.v0.models {
|
|
|
10502
10473
|
readonly 'phone'?: string;
|
|
10503
10474
|
}
|
|
10504
10475
|
|
|
10505
|
-
interface OptinResponse {
|
|
10506
|
-
readonly 'key': string;
|
|
10507
|
-
readonly 'value': io.flow.v0.enums.OptinResponseType;
|
|
10508
|
-
}
|
|
10509
|
-
|
|
10510
10476
|
interface OptionWeightEstimates {
|
|
10511
10477
|
readonly 'gravitational': io.flow.v0.models.Measurement;
|
|
10512
10478
|
readonly 'dimensional': io.flow.v0.models.Measurement;
|
|
@@ -15448,7 +15414,7 @@ declare namespace io.flow.v0.unions {
|
|
|
15448
15414
|
type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
|
|
15449
15415
|
type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
|
|
15450
15416
|
type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
|
|
15451
|
-
type Event = (io.flow.v0.models.
|
|
15417
|
+
type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.TransactionUpserted | io.flow.v0.models.OrganizationTransactionUpserted | io.flow.v0.models.OrganizationTransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelTransactionDeletedV2 | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | io.flow.v0.models.ChannelPayoutUpserted | io.flow.v0.models.ChannelPayoutDeleted | io.flow.v0.models.OrganizationPayoutUpserted | io.flow.v0.models.OrganizationPayoutDeleted | io.flow.v0.models.ChannelPendingPayoutTransactionUpserted | io.flow.v0.models.ChannelPendingPayoutTransactionDeleted | io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted | io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted | io.flow.v0.models.AttributeUpserted | io.flow.v0.models.AttributeDeleted | io.flow.v0.models.AttributeUpsertedV2 | io.flow.v0.models.AttributeDeletedV2 | io.flow.v0.models.CatalogUpserted | io.flow.v0.models.CatalogDeleted | io.flow.v0.models.SubcatalogUpserted | io.flow.v0.models.SubcatalogDeleted | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | io.flow.v0.models.CatalogStatisticsUpserted | io.flow.v0.models.CatalogStatisticsDeleted | io.flow.v0.models.ItemInserted | io.flow.v0.models.ItemUpdated | io.flow.v0.models.ItemDeleted | io.flow.v0.models.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | io.flow.v0.models.ChannelUpserted | io.flow.v0.models.ChannelDeleted | io.flow.v0.models.ChannelCurrencyUpserted | io.flow.v0.models.ChannelCurrencyDeleted | io.flow.v0.models.ChannelOrganizationUpserted | io.flow.v0.models.ChannelOrganizationDeleted | io.flow.v0.models.B2BInvoiceUpserted | io.flow.v0.models.B2BInvoiceDeleted | io.flow.v0.models.B2BCreditMemoUpserted | io.flow.v0.models.B2BCreditMemoDeleted | io.flow.v0.models.ConsumerInvoiceUpserted | io.flow.v0.models.ConsumerInvoiceDeleted | io.flow.v0.models.CreditMemoUpserted | io.flow.v0.models.CreditMemoDeleted | io.flow.v0.models.CrossdockShipmentUpserted | io.flow.v0.models.RateDeleted | io.flow.v0.models.RateUpserted | io.flow.v0.models.RateDeletedV3 | io.flow.v0.models.RateUpsertedV3 | io.flow.v0.models.CustomerUpserted | io.flow.v0.models.CustomerDeleted | io.flow.v0.models.CustomerAddressBookContactUpserted | io.flow.v0.models.CustomerAddressBookContactDeleted | io.flow.v0.models.AvailablePromotionsUpserted | io.flow.v0.models.AvailablePromotionsDeleted | io.flow.v0.models.AvailablePromotionsUpsertedV2 | io.flow.v0.models.AvailablePromotionsDeletedV2 | io.flow.v0.models.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.CurrencyFormatDeleted | io.flow.v0.models.CurrencyFormatUpserted | io.flow.v0.models.ExperienceDeleted | io.flow.v0.models.ExperienceUpserted | io.flow.v0.models.ExperienceDeletedV2 | io.flow.v0.models.ExperienceUpsertedV2 | io.flow.v0.models.CountryStatusUpserted | io.flow.v0.models.CountryStatusDeleted | io.flow.v0.models.ExperiencePriceBookMappingDeleted | io.flow.v0.models.ExperiencePriceBookMappingUpserted | io.flow.v0.models.ExperienceLogisticsSettingsUpserted | io.flow.v0.models.ExperienceLogisticsSettingsDeleted | io.flow.v0.models.ItemMarginDeletedV2 | io.flow.v0.models.ItemMarginUpsertedV2 | io.flow.v0.models.ItemSalesMarginDeleted | io.flow.v0.models.ItemSalesMarginUpserted | io.flow.v0.models.LabelFormatDeleted | io.flow.v0.models.LabelFormatUpserted | io.flow.v0.models.OrderDeleted | io.flow.v0.models.OrderUpserted | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeleted | io.flow.v0.models.OrderIdentifierUpserted | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | io.flow.v0.models.OrderReplacementUpserted | io.flow.v0.models.OrderReplacementDeleted | io.flow.v0.models.PricingDeleted | io.flow.v0.models.PricingUpserted | io.flow.v0.models.OrderServiceChangeRequest | io.flow.v0.models.FraudStatusChanged | io.flow.v0.models.CenterUpserted | io.flow.v0.models.CenterDeleted | io.flow.v0.models.ShippingConfigurationUpserted | io.flow.v0.models.ShippingConfigurationDeleted | io.flow.v0.models.TierUpsertedV2 | io.flow.v0.models.TierDeletedV2 | io.flow.v0.models.ShippingLaneUpserted | io.flow.v0.models.ShippingLaneDeleted | io.flow.v0.models.ShippingConfigurationItemAvailabilityUpserted | io.flow.v0.models.ShippingConfigurationItemAvailabilityDeleted | io.flow.v0.models.ShippingConfigurationItemShippingPricingUpserted | io.flow.v0.models.ShippingConfigurationItemShippingPricingDeleted | io.flow.v0.models.GeItemInserted | io.flow.v0.models.GeItemUpdated | io.flow.v0.models.GeItemDeleted | io.flow.v0.models.GeProductRestrictionResultUpserted | io.flow.v0.models.GeProductRestrictionResultDeleted | io.flow.v0.models.Hs6CodeUpserted | io.flow.v0.models.Hs6CodeDeleted | io.flow.v0.models.Hs10CodeUpserted | io.flow.v0.models.Hs10CodeDeleted | io.flow.v0.models.ItemOriginUpserted | io.flow.v0.models.ItemOriginDeleted | io.flow.v0.models.HarmonizedLandedCostUpserted | io.flow.v0.models.FullyHarmonizedItemUpserted | io.flow.v0.models.ImportCompletedV2 | io.flow.v0.models.ImportFailedV2 | io.flow.v0.models.LabelUpserted | io.flow.v0.models.LabelDeletedV2 | io.flow.v0.models.LabelUpsertedV2 | io.flow.v0.models.NotificationUpsertedV2 | io.flow.v0.models.NotificationDeletedV2 | io.flow.v0.models.ManifestedLabelUpserted | io.flow.v0.models.ManifestedLabelDeleted | io.flow.v0.models.LabelProcessingModificationUpserted | io.flow.v0.models.LabelProcessingModificationDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.OrderPlaced | io.flow.v0.models.OrderPlacedV2 | io.flow.v0.models.ReadyToFulfill | io.flow.v0.models.ReadyToFulfillV2 | io.flow.v0.models.MembershipUpsertedV2 | io.flow.v0.models.MembershipDeletedV2 | io.flow.v0.models.OrganizationUpserted | io.flow.v0.models.OrganizationDeleted | io.flow.v0.models.OrganizationUpsertedV2 | io.flow.v0.models.OrganizationDeletedV2 | io.flow.v0.models.OrganizationDefaultConfigurationsUpserted | io.flow.v0.models.OrganizationDefaultConfigurationsDeleted | io.flow.v0.models.EcommercePlatformUpserted | io.flow.v0.models.EcommercePlatformDeleted | io.flow.v0.models.OrganizationOnboardingStateUpserted | io.flow.v0.models.OrganizationOnboardingStateDeleted | io.flow.v0.models.AuthorizationDeletedV2 | io.flow.v0.models.AuthorizationStatusChanged | io.flow.v0.models.CardAuthorizationUpsertedV2 | io.flow.v0.models.CardAuthorizationDeletedV2 | io.flow.v0.models.OnlineAuthorizationUpsertedV2 | io.flow.v0.models.OnlineAuthorizationDeletedV2 | io.flow.v0.models.CaptureUpsertedV2 | io.flow.v0.models.CaptureDeleted | io.flow.v0.models.CardUpsertedV2 | io.flow.v0.models.CardDeleted | io.flow.v0.models.PaymentUpserted | io.flow.v0.models.PaymentDeleted | io.flow.v0.models.RefundUpsertedV2 | io.flow.v0.models.RefundDeletedV2 | io.flow.v0.models.RefundCaptureUpsertedV2 | io.flow.v0.models.ReversalUpserted | io.flow.v0.models.ReversalDeleted | io.flow.v0.models.CaptureIdentifierUpserted | io.flow.v0.models.CaptureIdentifierDeleted | io.flow.v0.models.RefundIdentifierUpserted | io.flow.v0.models.RefundIdentifierDeleted | io.flow.v0.models.VirtualCardCaptureUpserted | io.flow.v0.models.VirtualCardCaptureDeleted | io.flow.v0.models.VirtualCardRefundUpserted | io.flow.v0.models.VirtualCardRefundDeleted | io.flow.v0.models.AuthorizationRetryUpserted | io.flow.v0.models.AuthorizationRetryDeleted | io.flow.v0.models.PaymentRequestUpserted | io.flow.v0.models.PaymentRequestDeleted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | io.flow.v0.models.ProductInserted | io.flow.v0.models.ProductUpdated | io.flow.v0.models.ProductDeleted | io.flow.v0.models.OrganizationRatesPublished | io.flow.v0.models.RatecardLaneUpserted | io.flow.v0.models.RatecardLaneDeleted | io.flow.v0.models.RatecardUpserted | io.flow.v0.models.RatecardDeleted | io.flow.v0.models.ProductRestrictionResultUpserted | io.flow.v0.models.ProductRestrictionResultDeleted | io.flow.v0.models.ReturnUpserted | io.flow.v0.models.ReturnDeleted | io.flow.v0.models.ReturnUpsertedV2 | io.flow.v0.models.ReturnDeletedV2 | io.flow.v0.models.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
|
|
15452
15418
|
type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary);
|
|
15453
15419
|
type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
|
|
15454
15420
|
type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
|
|
@@ -15593,6 +15559,8 @@ export const ecommercePlatformType: PropTypes.Requireable<io.flow.v0.enums.Ecomm
|
|
|
15593
15559
|
export const economicTitleLocation: PropTypes.Requireable<io.flow.v0.enums.EconomicTitleLocation>;
|
|
15594
15560
|
export const entityIdentifierType: PropTypes.Requireable<io.flow.v0.enums.EntityIdentifierType>;
|
|
15595
15561
|
export const environment: PropTypes.Requireable<io.flow.v0.enums.Environment>;
|
|
15562
|
+
export const estimateOrigin: PropTypes.Requireable<io.flow.v0.enums.EstimateOrigin>;
|
|
15563
|
+
export const estimateType: PropTypes.Requireable<io.flow.v0.enums.EstimateType>;
|
|
15596
15564
|
export const eventType: PropTypes.Requireable<io.flow.v0.enums.EventType>;
|
|
15597
15565
|
export const exceptionType: PropTypes.Requireable<io.flow.v0.enums.ExceptionType>;
|
|
15598
15566
|
export const exclusionRuleState: PropTypes.Requireable<io.flow.v0.enums.ExclusionRuleState>;
|
|
@@ -15646,7 +15614,6 @@ export const method: PropTypes.Requireable<io.flow.v0.enums.Method>;
|
|
|
15646
15614
|
export const onboardingApplicationStatus: PropTypes.Requireable<io.flow.v0.enums.OnboardingApplicationStatus>;
|
|
15647
15615
|
export const onboardingBlockedReason: PropTypes.Requireable<io.flow.v0.enums.OnboardingBlockedReason>;
|
|
15648
15616
|
export const onboardingTradeSector: PropTypes.Requireable<io.flow.v0.enums.OnboardingTradeSector>;
|
|
15649
|
-
export const optinResponseType: PropTypes.Requireable<io.flow.v0.enums.OptinResponseType>;
|
|
15650
15617
|
export const orderChangeSource: PropTypes.Requireable<io.flow.v0.enums.OrderChangeSource>;
|
|
15651
15618
|
export const orderErrorCode: PropTypes.Requireable<io.flow.v0.enums.OrderErrorCode>;
|
|
15652
15619
|
export const orderMerchantOfRecord: PropTypes.Requireable<io.flow.v0.enums.OrderMerchantOfRecord>;
|
|
@@ -15887,9 +15854,6 @@ export const billingDiscount: PropTypes.Requireable<io.flow.v0.models.BillingDis
|
|
|
15887
15854
|
export const bridgeManifest: PropTypes.Requireable<io.flow.v0.models.BridgeManifest>;
|
|
15888
15855
|
export const bridgeManifestForm: PropTypes.Requireable<io.flow.v0.models.BridgeManifestForm>;
|
|
15889
15856
|
export const bridgeShippingLabelForm: PropTypes.Requireable<io.flow.v0.models.BridgeShippingLabelForm>;
|
|
15890
|
-
export const browseOptinResponses: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponses>;
|
|
15891
|
-
export const browseOptinResponsesDeleted: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponsesDeleted>;
|
|
15892
|
-
export const browseOptinResponsesUpserted: PropTypes.Requireable<io.flow.v0.models.BrowseOptinResponsesUpserted>;
|
|
15893
15857
|
export const browserInfo: PropTypes.Requireable<io.flow.v0.models.BrowserInfo>;
|
|
15894
15858
|
export const browserInlineActionConfiguration: PropTypes.Requireable<io.flow.v0.models.BrowserInlineActionConfiguration>;
|
|
15895
15859
|
export const capture: PropTypes.Requireable<io.flow.v0.models.Capture>;
|
|
@@ -15999,9 +15963,6 @@ export const checkoutAttribute: PropTypes.Requireable<io.flow.v0.models.Checkout
|
|
|
15999
15963
|
export const checkoutAttributeForm: PropTypes.Requireable<io.flow.v0.models.CheckoutAttributeForm>;
|
|
16000
15964
|
export const checkoutItemContent: PropTypes.Requireable<io.flow.v0.models.CheckoutItemContent>;
|
|
16001
15965
|
export const checkoutItemContentAttribute: PropTypes.Requireable<io.flow.v0.models.CheckoutItemContentAttribute>;
|
|
16002
|
-
export const checkoutOptinResponses: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponses>;
|
|
16003
|
-
export const checkoutOptinResponsesDeleted: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponsesDeleted>;
|
|
16004
|
-
export const checkoutOptinResponsesUpserted: PropTypes.Requireable<io.flow.v0.models.CheckoutOptinResponsesUpserted>;
|
|
16005
15966
|
export const checkoutReference: PropTypes.Requireable<io.flow.v0.models.CheckoutReference>;
|
|
16006
15967
|
export const checkoutToken: PropTypes.Requireable<io.flow.v0.models.CheckoutToken>;
|
|
16007
15968
|
export const checkoutTokenOrderForm: PropTypes.Requireable<io.flow.v0.models.CheckoutTokenOrderForm>;
|
|
@@ -16161,6 +16122,7 @@ export const emailVerification: PropTypes.Requireable<io.flow.v0.models.EmailVer
|
|
|
16161
16122
|
export const emergencySituationSurchargeRatecardFee: PropTypes.Requireable<io.flow.v0.models.EmergencySituationSurchargeRatecardFee>;
|
|
16162
16123
|
export const emergencySituationSurchargeServiceFee: PropTypes.Requireable<io.flow.v0.models.EmergencySituationSurchargeServiceFee>;
|
|
16163
16124
|
export const entityIdentifier: PropTypes.Requireable<io.flow.v0.models.EntityIdentifier>;
|
|
16125
|
+
export const estimate: PropTypes.Requireable<io.flow.v0.models.Estimate>;
|
|
16164
16126
|
export const estimatedDimensions: PropTypes.Requireable<io.flow.v0.models.EstimatedDimensions>;
|
|
16165
16127
|
export const estimatedWindow: PropTypes.Requireable<io.flow.v0.models.EstimatedWindow>;
|
|
16166
16128
|
export const exception: PropTypes.Requireable<io.flow.v0.models.Exception>;
|
|
@@ -16480,7 +16442,6 @@ export const onlineAuthorizationDeletedV2: PropTypes.Requireable<io.flow.v0.mode
|
|
|
16480
16442
|
export const onlineAuthorizationUpsertedV2: PropTypes.Requireable<io.flow.v0.models.OnlineAuthorizationUpsertedV2>;
|
|
16481
16443
|
export const onlinePaymentAuthorizationForm: PropTypes.Requireable<io.flow.v0.models.OnlinePaymentAuthorizationForm>;
|
|
16482
16444
|
export const operationsContact: PropTypes.Requireable<io.flow.v0.models.OperationsContact>;
|
|
16483
|
-
export const optinResponse: PropTypes.Requireable<io.flow.v0.models.OptinResponse>;
|
|
16484
16445
|
export const optionWeightEstimates: PropTypes.Requireable<io.flow.v0.models.OptionWeightEstimates>;
|
|
16485
16446
|
export const options: PropTypes.Requireable<io.flow.v0.models.Options>;
|
|
16486
16447
|
export const order: PropTypes.Requireable<io.flow.v0.models.Order>;
|
package/src/api.js
CHANGED
|
@@ -2989,6 +2989,17 @@ T['io.flow.shopify.external.v0.models.graphql_product_image'] = PropTypes.exact(
|
|
|
2989
2989
|
altText: PropTypes.string,
|
|
2990
2990
|
});
|
|
2991
2991
|
|
|
2992
|
+
T['io.flow.shopify.external.v0.models.graphql_metaobject_field'] = PropTypes.exact({
|
|
2993
|
+
key: PropTypes.string.isRequired,
|
|
2994
|
+
value: PropTypes.string,
|
|
2995
|
+
});
|
|
2996
|
+
|
|
2997
|
+
T['io.flow.shopify.external.v0.models.graphql_metaobject'] = PropTypes.exact({
|
|
2998
|
+
id: PropTypes.string.isRequired,
|
|
2999
|
+
displayName: PropTypes.string.isRequired,
|
|
3000
|
+
fields: PropTypes.arrayOf(T['io.flow.shopify.external.v0.models.graphql_metaobject_field']).isRequired,
|
|
3001
|
+
});
|
|
3002
|
+
|
|
2992
3003
|
T['io.flow.shopify.external.v0.enums.graphql_weight_unit'] = PropTypes.oneOf(['GRAMS', 'KILOGRAMS', 'OUNCES', 'POUNDS']);
|
|
2993
3004
|
|
|
2994
3005
|
T['io.flow.shopify.external.v0.models.graphql_weight'] = PropTypes.exact({
|
|
@@ -5076,6 +5087,14 @@ T['io.flow.v0.models.payment_request_deleted'] = PropTypes.exact({
|
|
|
5076
5087
|
id: PropTypes.string.isRequired,
|
|
5077
5088
|
});
|
|
5078
5089
|
|
|
5090
|
+
T['io.flow.v0.models.authorization_retry_deleted'] = PropTypes.exact({
|
|
5091
|
+
discriminator: PropTypes.oneOf(['authorization_retry_deleted']).isRequired,
|
|
5092
|
+
event_id: PropTypes.string.isRequired,
|
|
5093
|
+
timestamp: PropTypes.string.isRequired,
|
|
5094
|
+
organization: PropTypes.string.isRequired,
|
|
5095
|
+
id: PropTypes.string.isRequired,
|
|
5096
|
+
});
|
|
5097
|
+
|
|
5079
5098
|
T['io.flow.v0.models.virtual_card_refund_deleted'] = PropTypes.exact({
|
|
5080
5099
|
discriminator: PropTypes.oneOf(['virtual_card_refund_deleted']).isRequired,
|
|
5081
5100
|
event_id: PropTypes.string.isRequired,
|
|
@@ -5139,22 +5158,6 @@ T['io.flow.v0.models.organization_upserted'] = PropTypes.exact({
|
|
|
5139
5158
|
default_timezone: PropTypes.string,
|
|
5140
5159
|
});
|
|
5141
5160
|
|
|
5142
|
-
T['io.flow.v0.models.browse_optin_responses_deleted'] = PropTypes.exact({
|
|
5143
|
-
discriminator: PropTypes.oneOf(['browse_optin_responses_deleted']).isRequired,
|
|
5144
|
-
event_id: PropTypes.string.isRequired,
|
|
5145
|
-
timestamp: PropTypes.string.isRequired,
|
|
5146
|
-
organization: PropTypes.string.isRequired,
|
|
5147
|
-
id: PropTypes.string.isRequired,
|
|
5148
|
-
});
|
|
5149
|
-
|
|
5150
|
-
T['io.flow.v0.models.checkout_optin_responses_deleted'] = PropTypes.exact({
|
|
5151
|
-
discriminator: PropTypes.oneOf(['checkout_optin_responses_deleted']).isRequired,
|
|
5152
|
-
event_id: PropTypes.string.isRequired,
|
|
5153
|
-
timestamp: PropTypes.string.isRequired,
|
|
5154
|
-
organization: PropTypes.string.isRequired,
|
|
5155
|
-
id: PropTypes.string.isRequired,
|
|
5156
|
-
});
|
|
5157
|
-
|
|
5158
5161
|
T['io.flow.v0.models.label_processing_modification_deleted'] = PropTypes.exact({
|
|
5159
5162
|
discriminator: PropTypes.oneOf(['label_processing_modification_deleted']).isRequired,
|
|
5160
5163
|
event_id: PropTypes.string.isRequired,
|
|
@@ -5632,14 +5635,6 @@ T['io.flow.v0.models.generate_load'] = PropTypes.exact({
|
|
|
5632
5635
|
num_tests: PropTypes.number.isRequired,
|
|
5633
5636
|
});
|
|
5634
5637
|
|
|
5635
|
-
T['io.flow.v0.models.authorization_retry_deleted'] = PropTypes.exact({
|
|
5636
|
-
discriminator: PropTypes.oneOf(['authorization_retry_deleted']).isRequired,
|
|
5637
|
-
event_id: PropTypes.string.isRequired,
|
|
5638
|
-
timestamp: PropTypes.string.isRequired,
|
|
5639
|
-
organization: PropTypes.string.isRequired,
|
|
5640
|
-
id: PropTypes.string.isRequired,
|
|
5641
|
-
});
|
|
5642
|
-
|
|
5643
5638
|
T['io.flow.v0.models.bank_account_form_simple'] = PropTypes.exact({
|
|
5644
5639
|
discriminator: PropTypes.oneOf(['simple']).isRequired,
|
|
5645
5640
|
routing_number: PropTypes.string.isRequired,
|
|
@@ -7625,12 +7620,6 @@ T['io.flow.v0.models.label_surcharge'] = PropTypes.exact({
|
|
|
7625
7620
|
detail: T['io.flow.v0.unions.label_surcharge_detail'].isRequired,
|
|
7626
7621
|
});
|
|
7627
7622
|
|
|
7628
|
-
T['io.flow.v0.models.shipping_label_hop_cost_itemized_estimate'] = PropTypes.exact({
|
|
7629
|
-
units: T['io.flow.v0.models.label_units'].isRequired,
|
|
7630
|
-
base: T['io.flow.v0.models.label_base'].isRequired,
|
|
7631
|
-
surcharges: PropTypes.arrayOf(T['io.flow.v0.models.label_surcharge']).isRequired,
|
|
7632
|
-
});
|
|
7633
|
-
|
|
7634
7623
|
T['io.flow.v0.models.additional_services_requested'] = PropTypes.exact({
|
|
7635
7624
|
name: PropTypes.string.isRequired,
|
|
7636
7625
|
description: PropTypes.string,
|
|
@@ -8419,6 +8408,15 @@ T['io.flow.v0.models.exclusion_rule'] = PropTypes.exact({
|
|
|
8419
8408
|
});
|
|
8420
8409
|
|
|
8421
8410
|
T['io.flow.v0.enums.exception_type'] = PropTypes.oneOf(['open', 'closed']);
|
|
8411
|
+
|
|
8412
|
+
T['io.flow.v0.models.shipping_label_hop_cost_itemized_estimate'] = PropTypes.exact({
|
|
8413
|
+
units: T['io.flow.v0.models.label_units'].isRequired,
|
|
8414
|
+
base: T['io.flow.v0.models.label_base'].isRequired,
|
|
8415
|
+
surcharges: PropTypes.arrayOf(T['io.flow.v0.models.label_surcharge']).isRequired,
|
|
8416
|
+
});
|
|
8417
|
+
|
|
8418
|
+
T['io.flow.v0.enums.estimate_origin'] = PropTypes.oneOf(['Shopify', 'GlobalE', 'Aftership', 'Carrier']);
|
|
8419
|
+
T['io.flow.v0.enums.estimate_type'] = PropTypes.oneOf(['Estimated', 'Final']);
|
|
8422
8420
|
T['io.flow.v0.enums.entity_identifier_type'] = PropTypes.oneOf(['ioss', 'voec', 'zaz']);
|
|
8423
8421
|
|
|
8424
8422
|
T['io.flow.v0.models.ratecard_region_reference'] = PropTypes.exact({
|
|
@@ -10461,42 +10459,6 @@ T['io.flow.v0.models.card_payment_source_authorization_form'] = PropTypes.exact(
|
|
|
10461
10459
|
inline_action_configuration: T['io.flow.v0.unions.inline_action_configuration'],
|
|
10462
10460
|
});
|
|
10463
10461
|
|
|
10464
|
-
T['io.flow.v0.enums.optin_response_type'] = PropTypes.oneOf(['not_shown', 'opted_in', 'opted_out']);
|
|
10465
|
-
|
|
10466
|
-
T['io.flow.v0.models.optin_response'] = PropTypes.exact({
|
|
10467
|
-
key: PropTypes.string.isRequired,
|
|
10468
|
-
value: T['io.flow.v0.enums.optin_response_type'].isRequired,
|
|
10469
|
-
});
|
|
10470
|
-
|
|
10471
|
-
T['io.flow.v0.models.checkout_optin_responses'] = PropTypes.exact({
|
|
10472
|
-
id: PropTypes.string.isRequired,
|
|
10473
|
-
order_number: PropTypes.string.isRequired,
|
|
10474
|
-
session_id: PropTypes.string.isRequired,
|
|
10475
|
-
optin_responses: PropTypes.arrayOf(T['io.flow.v0.models.optin_response']).isRequired,
|
|
10476
|
-
});
|
|
10477
|
-
|
|
10478
|
-
T['io.flow.v0.models.checkout_optin_responses_upserted'] = PropTypes.exact({
|
|
10479
|
-
discriminator: PropTypes.oneOf(['checkout_optin_responses_upserted']).isRequired,
|
|
10480
|
-
event_id: PropTypes.string.isRequired,
|
|
10481
|
-
timestamp: PropTypes.string.isRequired,
|
|
10482
|
-
organization: PropTypes.string.isRequired,
|
|
10483
|
-
checkout_optin_responses: T['io.flow.v0.models.checkout_optin_responses'].isRequired,
|
|
10484
|
-
});
|
|
10485
|
-
|
|
10486
|
-
T['io.flow.v0.models.browse_optin_responses'] = PropTypes.exact({
|
|
10487
|
-
id: PropTypes.string.isRequired,
|
|
10488
|
-
session_id: PropTypes.string.isRequired,
|
|
10489
|
-
optin_responses: PropTypes.arrayOf(T['io.flow.v0.models.optin_response']).isRequired,
|
|
10490
|
-
});
|
|
10491
|
-
|
|
10492
|
-
T['io.flow.v0.models.browse_optin_responses_upserted'] = PropTypes.exact({
|
|
10493
|
-
discriminator: PropTypes.oneOf(['browse_optin_responses_upserted']).isRequired,
|
|
10494
|
-
event_id: PropTypes.string.isRequired,
|
|
10495
|
-
timestamp: PropTypes.string.isRequired,
|
|
10496
|
-
organization: PropTypes.string.isRequired,
|
|
10497
|
-
browse_optin_responses: T['io.flow.v0.models.browse_optin_responses'].isRequired,
|
|
10498
|
-
});
|
|
10499
|
-
|
|
10500
10462
|
T['io.flow.v0.models.center_reference'] = PropTypes.exact({
|
|
10501
10463
|
discriminator: PropTypes.oneOf(['center_reference']).isRequired,
|
|
10502
10464
|
organization_id: PropTypes.string.isRequired,
|
|
@@ -13349,12 +13311,6 @@ T['io.flow.v0.models.tracking_label_form'] = PropTypes.exact({
|
|
|
13349
13311
|
ratecard_owner: T['io.flow.v0.enums.ratecard_owner'],
|
|
13350
13312
|
});
|
|
13351
13313
|
|
|
13352
|
-
T['io.flow.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
13353
|
-
lane: T['io.flow.v0.models.shipping_label_lane_summary'].isRequired,
|
|
13354
|
-
cost: T['io.flow.v0.models.money'].isRequired,
|
|
13355
|
-
itemized_estimate: T['io.flow.v0.models.shipping_label_hop_cost_itemized_estimate'],
|
|
13356
|
-
});
|
|
13357
|
-
|
|
13358
13314
|
T['io.flow.v0.models.security_service_fee'] = PropTypes.exact({
|
|
13359
13315
|
discriminator: PropTypes.oneOf(['security_service_fee']).isRequired,
|
|
13360
13316
|
amount: T['io.flow.v0.models.money'].isRequired,
|
|
@@ -13517,6 +13473,21 @@ T['io.flow.v0.models.fixed_currency_conversion_ratecard_fee'] = PropTypes.exact(
|
|
|
13517
13473
|
amount: T['io.flow.v0.models.money'].isRequired,
|
|
13518
13474
|
});
|
|
13519
13475
|
|
|
13476
|
+
T['io.flow.v0.models.shipping_label_hop_summary'] = PropTypes.exact({
|
|
13477
|
+
lane: T['io.flow.v0.models.shipping_label_lane_summary'].isRequired,
|
|
13478
|
+
cost: T['io.flow.v0.models.money'].isRequired,
|
|
13479
|
+
itemized_estimate: T['io.flow.v0.models.shipping_label_hop_cost_itemized_estimate'],
|
|
13480
|
+
});
|
|
13481
|
+
|
|
13482
|
+
T['io.flow.v0.models.estimate'] = PropTypes.exact({
|
|
13483
|
+
id: PropTypes.string.isRequired,
|
|
13484
|
+
organization_id: PropTypes.string.isRequired,
|
|
13485
|
+
label_id: PropTypes.string.isRequired,
|
|
13486
|
+
estimate: T['io.flow.v0.models.shipping_label_hop_summary'].isRequired,
|
|
13487
|
+
type: T['io.flow.v0.enums.estimate_type'].isRequired,
|
|
13488
|
+
origin: T['io.flow.v0.enums.estimate_origin'],
|
|
13489
|
+
});
|
|
13490
|
+
|
|
13520
13491
|
T['io.flow.v0.models.emergency_situation_surcharge_ratecard_fee'] = PropTypes.exact({
|
|
13521
13492
|
discriminator: PropTypes.oneOf(['emergency_situation_surcharge_ratecard_fee']).isRequired,
|
|
13522
13493
|
amount: T['io.flow.v0.models.money'].isRequired,
|
|
@@ -16370,8 +16341,6 @@ T['io.flow.v0.models.label_deleted_v2'] = PropTypes.exact({
|
|
|
16370
16341
|
});
|
|
16371
16342
|
|
|
16372
16343
|
T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
16373
|
-
T['io.flow.v0.models.authorization_retry_upserted'],
|
|
16374
|
-
T['io.flow.v0.models.authorization_retry_deleted'],
|
|
16375
16344
|
T['io.flow.v0.models.test_upserted'],
|
|
16376
16345
|
T['io.flow.v0.models.generate_load'],
|
|
16377
16346
|
T['io.flow.v0.models.aldo_item_upserted'],
|
|
@@ -16513,10 +16482,6 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
16513
16482
|
T['io.flow.v0.models.label_processing_modification_deleted'],
|
|
16514
16483
|
T['io.flow.v0.models.merchant_application_upserted'],
|
|
16515
16484
|
T['io.flow.v0.models.merchant_application_deleted'],
|
|
16516
|
-
T['io.flow.v0.models.checkout_optin_responses_upserted'],
|
|
16517
|
-
T['io.flow.v0.models.checkout_optin_responses_deleted'],
|
|
16518
|
-
T['io.flow.v0.models.browse_optin_responses_upserted'],
|
|
16519
|
-
T['io.flow.v0.models.browse_optin_responses_deleted'],
|
|
16520
16485
|
T['io.flow.v0.models.order_placed'],
|
|
16521
16486
|
T['io.flow.v0.models.order_placed_v2'],
|
|
16522
16487
|
T['io.flow.v0.models.ready_to_fulfill'],
|
|
@@ -16558,6 +16523,8 @@ T['io.flow.v0.unions.event'] = PropTypes.oneOfType([
|
|
|
16558
16523
|
T['io.flow.v0.models.virtual_card_capture_deleted'],
|
|
16559
16524
|
T['io.flow.v0.models.virtual_card_refund_upserted'],
|
|
16560
16525
|
T['io.flow.v0.models.virtual_card_refund_deleted'],
|
|
16526
|
+
T['io.flow.v0.models.authorization_retry_upserted'],
|
|
16527
|
+
T['io.flow.v0.models.authorization_retry_deleted'],
|
|
16561
16528
|
T['io.flow.v0.models.payment_request_upserted'],
|
|
16562
16529
|
T['io.flow.v0.models.payment_request_deleted'],
|
|
16563
16530
|
T['io.flow.v0.models.price_book_upserted'],
|
|
@@ -16766,8 +16733,6 @@ T['io.flow.v0.models.abandoned_order_settings'] = PropTypes.exact({
|
|
|
16766
16733
|
T['io.flow.v0.enums.capability'] = PropTypes.oneOf(['crossdock']);
|
|
16767
16734
|
|
|
16768
16735
|
T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
16769
|
-
'authorization_retry_upserted',
|
|
16770
|
-
'authorization_retry_deleted',
|
|
16771
16736
|
'test_upserted',
|
|
16772
16737
|
'generate_load',
|
|
16773
16738
|
'aldo_item_upserted',
|
|
@@ -16909,10 +16874,6 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
16909
16874
|
'label_processing_modification_deleted',
|
|
16910
16875
|
'merchant_application_upserted',
|
|
16911
16876
|
'merchant_application_deleted',
|
|
16912
|
-
'checkout_optin_responses_upserted',
|
|
16913
|
-
'checkout_optin_responses_deleted',
|
|
16914
|
-
'browse_optin_responses_upserted',
|
|
16915
|
-
'browse_optin_responses_deleted',
|
|
16916
16877
|
'order_placed',
|
|
16917
16878
|
'order_placed_v2',
|
|
16918
16879
|
'ready_to_fulfill',
|
|
@@ -16954,6 +16915,8 @@ T['io.flow.v0.enums.event_type'] = PropTypes.oneOf([
|
|
|
16954
16915
|
'virtual_card_capture_deleted',
|
|
16955
16916
|
'virtual_card_refund_upserted',
|
|
16956
16917
|
'virtual_card_refund_deleted',
|
|
16918
|
+
'authorization_retry_upserted',
|
|
16919
|
+
'authorization_retry_deleted',
|
|
16957
16920
|
'payment_request_upserted',
|
|
16958
16921
|
'payment_request_deleted',
|
|
16959
16922
|
'price_book_upserted',
|
|
@@ -17871,11 +17834,6 @@ T['io.flow.shopify.external.v0.models.count'] = PropTypes.exact({
|
|
|
17871
17834
|
count: PropTypes.number.isRequired,
|
|
17872
17835
|
});
|
|
17873
17836
|
|
|
17874
|
-
T['io.flow.shopify.external.v0.models.graphql_metaobject'] = PropTypes.exact({
|
|
17875
|
-
id: PropTypes.string.isRequired,
|
|
17876
|
-
displayName: PropTypes.string.isRequired,
|
|
17877
|
-
});
|
|
17878
|
-
|
|
17879
17837
|
T['io.flow.shopify.external.v0.models.product_delete'] = PropTypes.exact({
|
|
17880
17838
|
id: PropTypes.number.isRequired,
|
|
17881
17839
|
});
|
|
@@ -18347,9 +18305,6 @@ export const billingDiscount = T['io.flow.v0.models.billing_discount'];
|
|
|
18347
18305
|
export const bridgeManifest = T['io.flow.v0.models.bridge_manifest'];
|
|
18348
18306
|
export const bridgeManifestForm = T['io.flow.v0.models.bridge_manifest_form'];
|
|
18349
18307
|
export const bridgeShippingLabelForm = T['io.flow.v0.models.bridge_shipping_label_form'];
|
|
18350
|
-
export const browseOptinResponses = T['io.flow.v0.models.browse_optin_responses'];
|
|
18351
|
-
export const browseOptinResponsesDeleted = T['io.flow.v0.models.browse_optin_responses_deleted'];
|
|
18352
|
-
export const browseOptinResponsesUpserted = T['io.flow.v0.models.browse_optin_responses_upserted'];
|
|
18353
18308
|
export const browserActionConfiguration = T['io.flow.v0.unions.browser_action_configuration'];
|
|
18354
18309
|
export const browserInfo = T['io.flow.v0.models.browser_info'];
|
|
18355
18310
|
export const browserInlineActionConfiguration = T['io.flow.v0.models.browser_inline_action_configuration'];
|
|
@@ -18474,9 +18429,6 @@ export const checkoutAttribute = T['io.flow.v0.models.checkout_attribute'];
|
|
|
18474
18429
|
export const checkoutAttributeForm = T['io.flow.v0.models.checkout_attribute_form'];
|
|
18475
18430
|
export const checkoutItemContent = T['io.flow.v0.models.checkout_item_content'];
|
|
18476
18431
|
export const checkoutItemContentAttribute = T['io.flow.v0.models.checkout_item_content_attribute'];
|
|
18477
|
-
export const checkoutOptinResponses = T['io.flow.v0.models.checkout_optin_responses'];
|
|
18478
|
-
export const checkoutOptinResponsesDeleted = T['io.flow.v0.models.checkout_optin_responses_deleted'];
|
|
18479
|
-
export const checkoutOptinResponsesUpserted = T['io.flow.v0.models.checkout_optin_responses_upserted'];
|
|
18480
18432
|
export const checkoutReference = T['io.flow.v0.models.checkout_reference'];
|
|
18481
18433
|
export const checkoutToken = T['io.flow.v0.models.checkout_token'];
|
|
18482
18434
|
export const checkoutTokenForm = T['io.flow.v0.unions.checkout_token_form'];
|
|
@@ -18676,6 +18628,9 @@ export const entity = T['io.flow.v0.unions.entity'];
|
|
|
18676
18628
|
export const entityIdentifier = T['io.flow.v0.models.entity_identifier'];
|
|
18677
18629
|
export const entityIdentifierType = T['io.flow.v0.enums.entity_identifier_type'];
|
|
18678
18630
|
export const environment = T['io.flow.v0.enums.environment'];
|
|
18631
|
+
export const estimate = T['io.flow.v0.models.estimate'];
|
|
18632
|
+
export const estimateOrigin = T['io.flow.v0.enums.estimate_origin'];
|
|
18633
|
+
export const estimateType = T['io.flow.v0.enums.estimate_type'];
|
|
18679
18634
|
export const estimatedDimensions = T['io.flow.v0.models.estimated_dimensions'];
|
|
18680
18635
|
export const estimatedWindow = T['io.flow.v0.models.estimated_window'];
|
|
18681
18636
|
export const event = T['io.flow.v0.unions.event'];
|
|
@@ -19077,8 +19032,6 @@ export const onlineAuthorizationDetails = T['io.flow.v0.unions.online_authorizat
|
|
|
19077
19032
|
export const onlineAuthorizationUpsertedV2 = T['io.flow.v0.models.online_authorization_upserted_v2'];
|
|
19078
19033
|
export const onlinePaymentAuthorizationForm = T['io.flow.v0.models.online_payment_authorization_form'];
|
|
19079
19034
|
export const operationsContact = T['io.flow.v0.models.operations_contact'];
|
|
19080
|
-
export const optinResponse = T['io.flow.v0.models.optin_response'];
|
|
19081
|
-
export const optinResponseType = T['io.flow.v0.enums.optin_response_type'];
|
|
19082
19035
|
export const optionWeightEstimates = T['io.flow.v0.models.option_weight_estimates'];
|
|
19083
19036
|
export const options = T['io.flow.v0.models.options'];
|
|
19084
19037
|
export const order = T['io.flow.v0.models.order'];
|