@flowio/types 11.24.115 → 11.24.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-internal.d.ts +336 -38
- package/dist/api.d.ts +57 -41
- package/package.json +2 -2
- package/src/api-internal.ts +400 -49
- package/src/api.ts +72 -57
package/dist/api.d.ts
CHANGED
|
@@ -3626,6 +3626,8 @@ declare namespace io.flow.merchant.of.record.v0.enums {
|
|
|
3626
3626
|
declare namespace io.flow.tech.onboarding.playground.v0.enums {
|
|
3627
3627
|
type AldoItemType = 'physical' | 'digital';
|
|
3628
3628
|
type AnshItemType = 'physical' | 'digital';
|
|
3629
|
+
type NiallItemType = 'physical' | 'digital';
|
|
3630
|
+
type PrateekItemType = 'physical' | 'digital';
|
|
3629
3631
|
}
|
|
3630
3632
|
declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
3631
3633
|
interface AldoItem {
|
|
@@ -3662,6 +3664,36 @@ declare namespace io.flow.tech.onboarding.playground.v0.models {
|
|
|
3662
3664
|
readonly id: string;
|
|
3663
3665
|
readonly name: string;
|
|
3664
3666
|
}
|
|
3667
|
+
interface NiallItem {
|
|
3668
|
+
readonly id: string;
|
|
3669
|
+
readonly number: string;
|
|
3670
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
3671
|
+
readonly description?: string;
|
|
3672
|
+
readonly type: io.flow.tech.onboarding.playground.v0.enums.NiallItemType;
|
|
3673
|
+
readonly added_on: string;
|
|
3674
|
+
}
|
|
3675
|
+
interface NiallItemForm {
|
|
3676
|
+
readonly number: string;
|
|
3677
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
3678
|
+
readonly description?: string;
|
|
3679
|
+
readonly type: io.flow.tech.onboarding.playground.v0.enums.NiallItemType;
|
|
3680
|
+
readonly added_on: string;
|
|
3681
|
+
}
|
|
3682
|
+
interface PrateekItem {
|
|
3683
|
+
readonly id: string;
|
|
3684
|
+
readonly number: string;
|
|
3685
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
3686
|
+
readonly description?: string;
|
|
3687
|
+
readonly type: io.flow.tech.onboarding.playground.v0.enums.PrateekItemType;
|
|
3688
|
+
readonly added_on: string;
|
|
3689
|
+
}
|
|
3690
|
+
interface PrateekItemForm {
|
|
3691
|
+
readonly number: string;
|
|
3692
|
+
readonly amount: io.flow.common.v0.models.Price;
|
|
3693
|
+
readonly description?: string;
|
|
3694
|
+
readonly type: io.flow.tech.onboarding.playground.v0.enums.PrateekItemType;
|
|
3695
|
+
readonly added_on: string;
|
|
3696
|
+
}
|
|
3665
3697
|
interface TechOnboardingDescription {
|
|
3666
3698
|
readonly description: string;
|
|
3667
3699
|
}
|
|
@@ -4436,7 +4468,8 @@ declare namespace io.flow.query.builder.v0.unions {
|
|
|
4436
4468
|
}
|
|
4437
4469
|
declare namespace io.flow.sellability.v0.enums {
|
|
4438
4470
|
type RuleEffectType = 'market' | 'dhl' | 'dhl_ecommerce' | 'ups';
|
|
4439
|
-
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category';
|
|
4471
|
+
type SellabilityErrorCode = 'insufficient_details' | 'ineligible_category' | 'wait_for_high_fidelity';
|
|
4472
|
+
type SellabilityRequestStatus = 'commit';
|
|
4440
4473
|
}
|
|
4441
4474
|
declare namespace io.flow.sellability.v0.models {
|
|
4442
4475
|
interface ProductSellability {
|
|
@@ -4449,11 +4482,11 @@ declare namespace io.flow.sellability.v0.models {
|
|
|
4449
4482
|
interface ProductSellabilityForm {
|
|
4450
4483
|
readonly shop_id: string;
|
|
4451
4484
|
readonly product_id?: string;
|
|
4452
|
-
readonly request_id: string;
|
|
4453
4485
|
readonly name: string;
|
|
4454
4486
|
readonly price: io.flow.sellability.v0.models.ProductSellabilityPrice;
|
|
4455
4487
|
readonly description: string;
|
|
4456
4488
|
readonly taxonomy_category: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
4489
|
+
readonly status?: io.flow.sellability.v0.enums.SellabilityRequestStatus;
|
|
4457
4490
|
}
|
|
4458
4491
|
interface ProductSellabilityPrice {
|
|
4459
4492
|
readonly currency: string;
|
|
@@ -4544,7 +4577,7 @@ declare namespace io.flow.v0.enums {
|
|
|
4544
4577
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
4545
4578
|
type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
|
|
4546
4579
|
type Environment = 'sandbox' | 'production';
|
|
4547
|
-
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' | '
|
|
4580
|
+
type EventType = 'test_upserted' | 'generate_load' | 'niall_item_upserted' | 'niall_item_deleted' | '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_upserted' | 'channel_deleted' | 'channel_currency_upserted' | 'channel_currency_deleted' | 'channel_organization_upserted' | 'channel_organization_deleted' | 'channel_shopify_order_state_upserted' | 'channel_shopify_order_state_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' | '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' | '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' | 'transfer_upserted' | 'transfer_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';
|
|
4548
4581
|
type ExceptionType = 'open' | 'closed';
|
|
4549
4582
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
4550
4583
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -4566,7 +4599,6 @@ declare namespace io.flow.v0.enums {
|
|
|
4566
4599
|
type FulfillmentMethodValue = 'digital' | 'physical';
|
|
4567
4600
|
type FulfillmentRouting = 'fulfilled_from_center' | 'fulfillment_service';
|
|
4568
4601
|
type GeCatalogItemIngestionResponse = 'success' | 'failure';
|
|
4569
|
-
type GeEnvironment = 'production' | 'sandbox';
|
|
4570
4602
|
type GeEventType = 'restriction_result' | 'ingestion_result';
|
|
4571
4603
|
type GenericErrorCode = 'generic_error' | 'client_error' | 'server_error';
|
|
4572
4604
|
type GoodsSupply = 'export' | 'intra_community' | 'local';
|
|
@@ -7822,7 +7854,7 @@ declare namespace io.flow.v0.models {
|
|
|
7822
7854
|
readonly discriminator: 'ge_catalog_item_ingestion_result';
|
|
7823
7855
|
readonly event_id: string;
|
|
7824
7856
|
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7825
|
-
readonly environment: io.flow.v0.enums.
|
|
7857
|
+
readonly environment: io.flow.v0.enums.Environment;
|
|
7826
7858
|
readonly timestamp: string;
|
|
7827
7859
|
readonly source: string;
|
|
7828
7860
|
readonly response: io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
@@ -7848,6 +7880,7 @@ declare namespace io.flow.v0.models {
|
|
|
7848
7880
|
readonly ge_hs6_code: string;
|
|
7849
7881
|
readonly product_id: string;
|
|
7850
7882
|
readonly ge_organization_name: string;
|
|
7883
|
+
readonly shipping_origin_country?: string;
|
|
7851
7884
|
}
|
|
7852
7885
|
interface GeInputPrice {
|
|
7853
7886
|
readonly amount: number;
|
|
@@ -7880,7 +7913,7 @@ declare namespace io.flow.v0.models {
|
|
|
7880
7913
|
readonly organization: string;
|
|
7881
7914
|
readonly event_id: string;
|
|
7882
7915
|
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7883
|
-
readonly environment: io.flow.v0.enums.
|
|
7916
|
+
readonly environment: io.flow.v0.enums.Environment;
|
|
7884
7917
|
readonly timestamp: string;
|
|
7885
7918
|
readonly id: string;
|
|
7886
7919
|
}
|
|
@@ -7889,7 +7922,7 @@ declare namespace io.flow.v0.models {
|
|
|
7889
7922
|
readonly organization: string;
|
|
7890
7923
|
readonly event_id: string;
|
|
7891
7924
|
readonly event_type: io.flow.v0.enums.GeEventType;
|
|
7892
|
-
readonly environment: io.flow.v0.enums.
|
|
7925
|
+
readonly environment: io.flow.v0.enums.Environment;
|
|
7893
7926
|
readonly timestamp: string;
|
|
7894
7927
|
readonly ge_product_restriction_result: io.flow.v0.models.ProductRestrictionResult;
|
|
7895
7928
|
}
|
|
@@ -9120,6 +9153,18 @@ declare namespace io.flow.v0.models {
|
|
|
9120
9153
|
readonly first?: string;
|
|
9121
9154
|
readonly last?: string;
|
|
9122
9155
|
}
|
|
9156
|
+
interface NiallItemDeleted {
|
|
9157
|
+
readonly discriminator: 'niall_item_deleted';
|
|
9158
|
+
readonly event_id: string;
|
|
9159
|
+
readonly timestamp: string;
|
|
9160
|
+
readonly id: string;
|
|
9161
|
+
}
|
|
9162
|
+
interface NiallItemUpserted {
|
|
9163
|
+
readonly discriminator: 'niall_item_upserted';
|
|
9164
|
+
readonly event_id: string;
|
|
9165
|
+
readonly timestamp: string;
|
|
9166
|
+
readonly item: io.flow.tech.onboarding.playground.v0.models.NiallItem;
|
|
9167
|
+
}
|
|
9123
9168
|
interface NotificationDeletedV2 {
|
|
9124
9169
|
readonly discriminator: 'notification_deleted_v2';
|
|
9125
9170
|
readonly event_id: string;
|
|
@@ -9783,34 +9828,10 @@ declare namespace io.flow.v0.models {
|
|
|
9783
9828
|
readonly key: string;
|
|
9784
9829
|
readonly last4: string;
|
|
9785
9830
|
}
|
|
9786
|
-
interface OrganizationConfigurationReference {
|
|
9787
|
-
readonly id: string;
|
|
9788
|
-
}
|
|
9789
9831
|
interface OrganizationDefaultBankAccount {
|
|
9790
9832
|
readonly id: string;
|
|
9791
9833
|
readonly bank_account: io.flow.v0.models.BankAccountReference;
|
|
9792
9834
|
}
|
|
9793
|
-
interface OrganizationDefaultConfigurations {
|
|
9794
|
-
readonly id: string;
|
|
9795
|
-
readonly checkout_configuration: io.flow.v0.models.OrganizationConfigurationReference;
|
|
9796
|
-
}
|
|
9797
|
-
interface OrganizationDefaultConfigurationsDeleted {
|
|
9798
|
-
readonly discriminator: 'organization_default_configurations_deleted';
|
|
9799
|
-
readonly event_id: string;
|
|
9800
|
-
readonly timestamp: string;
|
|
9801
|
-
readonly organization: string;
|
|
9802
|
-
readonly default_configurations: io.flow.v0.models.OrganizationDefaultConfigurations;
|
|
9803
|
-
}
|
|
9804
|
-
interface OrganizationDefaultConfigurationsForm {
|
|
9805
|
-
readonly id: string;
|
|
9806
|
-
}
|
|
9807
|
-
interface OrganizationDefaultConfigurationsUpserted {
|
|
9808
|
-
readonly discriminator: 'organization_default_configurations_upserted';
|
|
9809
|
-
readonly event_id: string;
|
|
9810
|
-
readonly timestamp: string;
|
|
9811
|
-
readonly organization: string;
|
|
9812
|
-
readonly default_configurations: io.flow.v0.models.OrganizationDefaultConfigurations;
|
|
9813
|
-
}
|
|
9814
9835
|
interface OrganizationDefaults {
|
|
9815
9836
|
readonly country: string;
|
|
9816
9837
|
readonly base_currency: string;
|
|
@@ -13244,11 +13265,10 @@ declare namespace io.flow.v0.models {
|
|
|
13244
13265
|
interface Transfer {
|
|
13245
13266
|
readonly id: string;
|
|
13246
13267
|
readonly type: io.flow.v0.enums.TransferType;
|
|
13247
|
-
readonly
|
|
13248
|
-
readonly transferred_money: io.flow.v0.models.ExchangedMoney;
|
|
13268
|
+
readonly base: io.flow.v0.models.Money;
|
|
13249
13269
|
readonly status: io.flow.v0.enums.TransferStatus;
|
|
13250
13270
|
readonly created_at: string;
|
|
13251
|
-
readonly
|
|
13271
|
+
readonly authorization: io.flow.v0.models.AuthorizationReference;
|
|
13252
13272
|
readonly transferred_at: string;
|
|
13253
13273
|
}
|
|
13254
13274
|
interface TransferDeleted {
|
|
@@ -13524,7 +13544,7 @@ declare namespace io.flow.v0.unions {
|
|
|
13524
13544
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
13525
13545
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
13526
13546
|
type Entity = io.flow.v0.models.Company | io.flow.v0.models.Individual;
|
|
13527
|
-
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.
|
|
13547
|
+
type Event = io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.NiallItemUpserted | io.flow.v0.models.NiallItemDeleted | 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.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.ChannelShopifyOrderStateUpserted | io.flow.v0.models.ChannelShopifyOrderStateDeleted | 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.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.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.TransferUpserted | io.flow.v0.models.TransferDeleted | 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;
|
|
13528
13548
|
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard;
|
|
13529
13549
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
13530
13550
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
@@ -14246,7 +14266,6 @@ export declare type GatewayAuthenticationDataForm = io.flow.v0.unions.GatewayAut
|
|
|
14246
14266
|
export declare type GeCatalogItemIngestionResponse = io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
14247
14267
|
export declare type GeCatalogItemIngestionResult = io.flow.v0.models.GeCatalogItemIngestionResult;
|
|
14248
14268
|
export declare type GeCatalogItemInput = io.flow.v0.models.GeCatalogItemInput;
|
|
14249
|
-
export declare type GeEnvironment = io.flow.v0.enums.GeEnvironment;
|
|
14250
14269
|
export declare type GeEventType = io.flow.v0.enums.GeEventType;
|
|
14251
14270
|
export declare type GeInputAttributes = io.flow.v0.models.GeInputAttributes;
|
|
14252
14271
|
export declare type GeInputPrice = io.flow.v0.models.GeInputPrice;
|
|
@@ -14491,6 +14510,8 @@ export declare type MonthlyAverage = io.flow.v0.models.MonthlyAverage;
|
|
|
14491
14510
|
export declare type MonthlyAverageVolume = io.flow.v0.models.MonthlyAverageVolume;
|
|
14492
14511
|
export declare type Name = io.flow.v0.models.Name;
|
|
14493
14512
|
export declare type NameForm = io.flow.v0.models.NameForm;
|
|
14513
|
+
export declare type NiallItemDeleted = io.flow.v0.models.NiallItemDeleted;
|
|
14514
|
+
export declare type NiallItemUpserted = io.flow.v0.models.NiallItemUpserted;
|
|
14494
14515
|
export declare type NotificationDeletedV2 = io.flow.v0.models.NotificationDeletedV2;
|
|
14495
14516
|
export declare type NotificationUpsertedV2 = io.flow.v0.models.NotificationUpsertedV2;
|
|
14496
14517
|
export declare type NumberRange = io.flow.v0.models.NumberRange;
|
|
@@ -14611,12 +14632,7 @@ export declare type Organization = io.flow.v0.models.Organization;
|
|
|
14611
14632
|
export declare type OrganizationAuthorization = io.flow.v0.models.OrganizationAuthorization;
|
|
14612
14633
|
export declare type OrganizationAuthorizationForm = io.flow.v0.models.OrganizationAuthorizationForm;
|
|
14613
14634
|
export declare type OrganizationBankAccount = io.flow.v0.models.OrganizationBankAccount;
|
|
14614
|
-
export declare type OrganizationConfigurationReference = io.flow.v0.models.OrganizationConfigurationReference;
|
|
14615
14635
|
export declare type OrganizationDefaultBankAccount = io.flow.v0.models.OrganizationDefaultBankAccount;
|
|
14616
|
-
export declare type OrganizationDefaultConfigurations = io.flow.v0.models.OrganizationDefaultConfigurations;
|
|
14617
|
-
export declare type OrganizationDefaultConfigurationsDeleted = io.flow.v0.models.OrganizationDefaultConfigurationsDeleted;
|
|
14618
|
-
export declare type OrganizationDefaultConfigurationsForm = io.flow.v0.models.OrganizationDefaultConfigurationsForm;
|
|
14619
|
-
export declare type OrganizationDefaultConfigurationsUpserted = io.flow.v0.models.OrganizationDefaultConfigurationsUpserted;
|
|
14620
14636
|
export declare type OrganizationDefaults = io.flow.v0.models.OrganizationDefaults;
|
|
14621
14637
|
export declare type OrganizationDeleted = io.flow.v0.models.OrganizationDeleted;
|
|
14622
14638
|
export declare type OrganizationDeletedV2 = io.flow.v0.models.OrganizationDeletedV2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.116",
|
|
4
4
|
"description": "TypeScript type definitions for custom types found in Flow API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"maintainers": [
|
|
26
26
|
"Christian Muñoz <christian.munoz@flow.io>"
|
|
27
27
|
],
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "6fade17e2dbfb3e45d3ec2e8c19f9aadd6993746"
|
|
29
29
|
}
|