@flowio/types 11.24.28 → 11.24.30
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 +11 -1
- package/dist/api.d.ts +34 -2
- package/package.json +2 -2
- package/src/api-internal.ts +12 -1
- package/src/api.ts +47 -0
package/dist/api-internal.d.ts
CHANGED
|
@@ -10085,6 +10085,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
10085
10085
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
10086
10086
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
10087
10087
|
type TariffEligibilityType = 'rex';
|
|
10088
|
+
type TaskProcessorKey = 'billing_account';
|
|
10088
10089
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
10089
10090
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
10090
10091
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
@@ -17859,6 +17860,13 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17859
17860
|
interface RestrictionCategory {
|
|
17860
17861
|
readonly category: string;
|
|
17861
17862
|
}
|
|
17863
|
+
interface RestrictionFilter {
|
|
17864
|
+
readonly categories: string[];
|
|
17865
|
+
readonly users: io.flow.common.v0.models.User[];
|
|
17866
|
+
readonly rules: io.flow.internal.v0.models.RestrictionRuleSummary[];
|
|
17867
|
+
readonly positive_keywords: string[];
|
|
17868
|
+
readonly negative_keywords: string[];
|
|
17869
|
+
}
|
|
17862
17870
|
interface RestrictionHistoryItemReviewDecision {
|
|
17863
17871
|
readonly id: string;
|
|
17864
17872
|
readonly product_restriction_id: string;
|
|
@@ -17867,7 +17875,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17867
17875
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
17868
17876
|
readonly created_at: string;
|
|
17869
17877
|
readonly updated_at: string;
|
|
17870
|
-
readonly updated_by
|
|
17878
|
+
readonly updated_by?: io.flow.common.v0.models.User;
|
|
17871
17879
|
}
|
|
17872
17880
|
interface RestrictionItem {
|
|
17873
17881
|
readonly id: string;
|
|
@@ -21076,6 +21084,7 @@ export declare type ResponsibleParty = io.flow.internal.v0.enums.ResponsiblePart
|
|
|
21076
21084
|
export declare type RestrictionAction = io.flow.internal.v0.enums.RestrictionAction;
|
|
21077
21085
|
export declare type RestrictionCategory = io.flow.internal.v0.models.RestrictionCategory;
|
|
21078
21086
|
export declare type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
|
|
21087
|
+
export declare type RestrictionFilter = io.flow.internal.v0.models.RestrictionFilter;
|
|
21079
21088
|
export declare type RestrictionHistoryItemReviewDecision = io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision;
|
|
21080
21089
|
export declare type RestrictionItem = io.flow.internal.v0.models.RestrictionItem;
|
|
21081
21090
|
export declare type RestrictionItemReview = io.flow.internal.v0.models.RestrictionItemReview;
|
|
@@ -21273,6 +21282,7 @@ export declare type TaskData = io.flow.internal.v0.unions.TaskData;
|
|
|
21273
21282
|
export declare type TaskImport = io.flow.internal.v0.models.TaskImport;
|
|
21274
21283
|
export declare type TaskItemUpserted = io.flow.internal.v0.models.TaskItemUpserted;
|
|
21275
21284
|
export declare type TaskProcessQueuedEvent = io.flow.internal.v0.models.TaskProcessQueuedEvent;
|
|
21285
|
+
export declare type TaskProcessorKey = io.flow.internal.v0.enums.TaskProcessorKey;
|
|
21276
21286
|
export declare type TaskSummarizeCode = io.flow.internal.v0.models.TaskSummarizeCode;
|
|
21277
21287
|
export declare type TaxAmount = io.flow.internal.v0.unions.TaxAmount;
|
|
21278
21288
|
export declare type TaxCalculation = io.flow.internal.v0.models.TaxCalculation;
|
package/dist/api.d.ts
CHANGED
|
@@ -1696,7 +1696,7 @@ declare namespace io.flow.v0.enums {
|
|
|
1696
1696
|
type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
|
|
1697
1697
|
type EntityIdentifierType = 'ioss' | 'voec';
|
|
1698
1698
|
type Environment = 'sandbox' | 'production';
|
|
1699
|
-
type EventType = 'transaction_upserted' | 'transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_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' | 'email_notification_upserted' | 'email_notification_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' | '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' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_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' | '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' | 'payment_request_upserted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_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';
|
|
1699
|
+
type EventType = 'transaction_upserted' | 'transaction_deleted' | 'statement_upserted' | 'statement_deleted' | 'channel_transaction_upserted' | 'channel_transaction_deleted' | 'channel_statement_upserted' | 'channel_statement_deleted' | 'attribute_upserted' | 'attribute_deleted' | 'attribute_upserted_v2' | 'attribute_deleted_v2' | 'catalog_upserted' | 'catalog_deleted' | 'subcatalog_upserted' | 'subcatalog_deleted' | 'catalog_item_upserted' | 'catalog_item_deleted' | 'catalog_item_upserted_v2' | 'catalog_item_deleted_v2' | 'subcatalog_item_upserted' | 'subcatalog_item_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' | 'email_notification_upserted' | 'email_notification_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' | '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' | 'rule_upserted' | 'rule_deleted' | 'snapshot_upserted' | 'snapshot_deleted' | 'label_upserted' | 'label_deleted_v2' | 'label_upserted_v2' | 'notification_upserted_v2' | 'notification_deleted_v2' | 'manifested_label_upserted' | 'manifested_label_deleted' | 'local_item_upserted' | 'local_item_deleted' | 'merchant_application_upserted' | 'merchant_application_deleted' | 'checkout_optin_responses_upserted' | 'checkout_optin_responses_deleted' | 'browse_optin_responses_upserted' | 'browse_optin_responses_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' | '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' | 'payment_request_upserted' | 'price_book_upserted' | 'price_book_deleted' | 'price_book_item_upserted' | 'price_book_item_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';
|
|
1700
1700
|
type ExceptionType = 'open' | 'closed';
|
|
1701
1701
|
type ExclusionRuleState = 'current' | 'deleting' | 'updating';
|
|
1702
1702
|
type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
|
|
@@ -3050,6 +3050,20 @@ declare namespace io.flow.v0.models {
|
|
|
3050
3050
|
readonly attachments: io.flow.v0.models.Attachment[];
|
|
3051
3051
|
readonly created_at: string;
|
|
3052
3052
|
}
|
|
3053
|
+
interface ChannelStatementDeleted {
|
|
3054
|
+
readonly discriminator: 'channel_statement_deleted';
|
|
3055
|
+
readonly event_id: string;
|
|
3056
|
+
readonly timestamp: string;
|
|
3057
|
+
readonly channel_id: string;
|
|
3058
|
+
readonly channel_statement: io.flow.v0.models.ChannelStatement;
|
|
3059
|
+
}
|
|
3060
|
+
interface ChannelStatementUpserted {
|
|
3061
|
+
readonly discriminator: 'channel_statement_upserted';
|
|
3062
|
+
readonly event_id: string;
|
|
3063
|
+
readonly timestamp: string;
|
|
3064
|
+
readonly channel_id: string;
|
|
3065
|
+
readonly channel_statement: io.flow.v0.models.ChannelStatement;
|
|
3066
|
+
}
|
|
3053
3067
|
interface ChannelToken {
|
|
3054
3068
|
readonly discriminator: 'channel_token';
|
|
3055
3069
|
readonly id: string;
|
|
@@ -3083,6 +3097,20 @@ declare namespace io.flow.v0.models {
|
|
|
3083
3097
|
readonly net: number;
|
|
3084
3098
|
readonly created_at: string;
|
|
3085
3099
|
}
|
|
3100
|
+
interface ChannelTransactionDeleted {
|
|
3101
|
+
readonly discriminator: 'channel_transaction_deleted';
|
|
3102
|
+
readonly event_id: string;
|
|
3103
|
+
readonly timestamp: string;
|
|
3104
|
+
readonly channel_id: string;
|
|
3105
|
+
readonly channel_transaction: io.flow.v0.models.ChannelTransaction;
|
|
3106
|
+
}
|
|
3107
|
+
interface ChannelTransactionUpserted {
|
|
3108
|
+
readonly discriminator: 'channel_transaction_upserted';
|
|
3109
|
+
readonly event_id: string;
|
|
3110
|
+
readonly timestamp: string;
|
|
3111
|
+
readonly channel_id: string;
|
|
3112
|
+
readonly channel_transaction: io.flow.v0.models.ChannelTransaction;
|
|
3113
|
+
}
|
|
3086
3114
|
interface ChannelUpserted {
|
|
3087
3115
|
readonly discriminator: 'channel_upserted';
|
|
3088
3116
|
readonly event_id: string;
|
|
@@ -9874,7 +9902,7 @@ declare namespace io.flow.v0.unions {
|
|
|
9874
9902
|
type DiscountRuleEntitlement = io.flow.v0.models.DiscountRuleSubsidyEntitlement;
|
|
9875
9903
|
type Document = io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument;
|
|
9876
9904
|
type EmailNotificationData = io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder;
|
|
9877
|
-
type Event = io.flow.v0.models.TransactionUpserted | io.flow.v0.models.TransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | 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.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | 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.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | 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.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.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | 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.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | 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.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.PaymentRequestUpserted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | 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;
|
|
9905
|
+
type Event = io.flow.v0.models.TransactionUpserted | io.flow.v0.models.TransactionDeleted | io.flow.v0.models.StatementUpserted | io.flow.v0.models.StatementDeleted | io.flow.v0.models.ChannelTransactionUpserted | io.flow.v0.models.ChannelTransactionDeleted | io.flow.v0.models.ChannelStatementUpserted | io.flow.v0.models.ChannelStatementDeleted | 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.CatalogItemUpserted | io.flow.v0.models.CatalogItemDeleted | io.flow.v0.models.CatalogItemUpsertedV2 | io.flow.v0.models.CatalogItemDeletedV2 | io.flow.v0.models.SubcatalogItemUpserted | io.flow.v0.models.SubcatalogItemDeleted | 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.EmailNotificationUpserted | io.flow.v0.models.EmailNotificationDeleted | 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.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.RuleUpserted | io.flow.v0.models.RuleDeleted | io.flow.v0.models.SnapshotUpserted | io.flow.v0.models.SnapshotDeleted | 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.LocalItemUpserted | io.flow.v0.models.LocalItemDeleted | io.flow.v0.models.MerchantApplicationUpserted | io.flow.v0.models.MerchantApplicationDeleted | io.flow.v0.models.CheckoutOptinResponsesUpserted | io.flow.v0.models.CheckoutOptinResponsesDeleted | io.flow.v0.models.BrowseOptinResponsesUpserted | io.flow.v0.models.BrowseOptinResponsesDeleted | 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.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.PaymentRequestUpserted | io.flow.v0.models.PriceBookUpserted | io.flow.v0.models.PriceBookDeleted | io.flow.v0.models.PriceBookItemUpserted | io.flow.v0.models.PriceBookItemDeleted | 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;
|
|
9878
9906
|
type ExpandableCard = io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary;
|
|
9879
9907
|
type ExpandableCenter = io.flow.v0.models.Center | io.flow.v0.models.CenterReference;
|
|
9880
9908
|
type ExpandableExperience = io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference;
|
|
@@ -10179,10 +10207,14 @@ export declare type ChannelOrganizationUpserted = io.flow.v0.models.ChannelOrgan
|
|
|
10179
10207
|
export declare type ChannelRate = io.flow.v0.models.ChannelRate;
|
|
10180
10208
|
export declare type ChannelReference = io.flow.v0.models.ChannelReference;
|
|
10181
10209
|
export declare type ChannelStatement = io.flow.v0.models.ChannelStatement;
|
|
10210
|
+
export declare type ChannelStatementDeleted = io.flow.v0.models.ChannelStatementDeleted;
|
|
10211
|
+
export declare type ChannelStatementUpserted = io.flow.v0.models.ChannelStatementUpserted;
|
|
10182
10212
|
export declare type ChannelToken = io.flow.v0.models.ChannelToken;
|
|
10183
10213
|
export declare type ChannelTokenForm = io.flow.v0.models.ChannelTokenForm;
|
|
10184
10214
|
export declare type ChannelTokenReference = io.flow.v0.models.ChannelTokenReference;
|
|
10185
10215
|
export declare type ChannelTransaction = io.flow.v0.models.ChannelTransaction;
|
|
10216
|
+
export declare type ChannelTransactionDeleted = io.flow.v0.models.ChannelTransactionDeleted;
|
|
10217
|
+
export declare type ChannelTransactionUpserted = io.flow.v0.models.ChannelTransactionUpserted;
|
|
10186
10218
|
export declare type ChannelUpserted = io.flow.v0.models.ChannelUpserted;
|
|
10187
10219
|
export declare type ChannelViesRegistration = io.flow.v0.models.ChannelViesRegistration;
|
|
10188
10220
|
export declare type ChannelViesRegistrationForm = io.flow.v0.models.ChannelViesRegistrationForm;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.30",
|
|
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": "86f7a2871f7d3b7b28a1e7e7d0388487b8d96c06"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -13854,6 +13854,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
13854
13854
|
type SubscriptionFrequency = 'yearly' | 'monthly';
|
|
13855
13855
|
type SuggestionAction = 'accept' | 'validate' | 'review';
|
|
13856
13856
|
type TariffEligibilityType = 'rex';
|
|
13857
|
+
type TaskProcessorKey = 'billing_account';
|
|
13857
13858
|
type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
|
|
13858
13859
|
type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
|
|
13859
13860
|
type TimeseriesType = 'daily' | 'weekly' | 'monthly' | 'yearly';
|
|
@@ -22937,6 +22938,14 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22937
22938
|
readonly category: string;
|
|
22938
22939
|
}
|
|
22939
22940
|
|
|
22941
|
+
interface RestrictionFilter {
|
|
22942
|
+
readonly categories: string[];
|
|
22943
|
+
readonly users: io.flow.common.v0.models.User[];
|
|
22944
|
+
readonly rules: io.flow.internal.v0.models.RestrictionRuleSummary[];
|
|
22945
|
+
readonly positive_keywords: string[];
|
|
22946
|
+
readonly negative_keywords: string[];
|
|
22947
|
+
}
|
|
22948
|
+
|
|
22940
22949
|
interface RestrictionHistoryItemReviewDecision {
|
|
22941
22950
|
readonly id: string;
|
|
22942
22951
|
readonly product_restriction_id: string;
|
|
@@ -22945,7 +22954,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22945
22954
|
readonly status: io.flow.internal.v0.enums.RestrictionStatus;
|
|
22946
22955
|
readonly created_at: string;
|
|
22947
22956
|
readonly updated_at: string;
|
|
22948
|
-
readonly updated_by
|
|
22957
|
+
readonly updated_by?: io.flow.common.v0.models.User;
|
|
22949
22958
|
}
|
|
22950
22959
|
|
|
22951
22960
|
interface RestrictionItem {
|
|
@@ -28358,6 +28367,7 @@ export type RestrictionAction = io.flow.internal.v0.enums.RestrictionAction;
|
|
|
28358
28367
|
export type RestrictionCategory =
|
|
28359
28368
|
io.flow.internal.v0.models.RestrictionCategory;
|
|
28360
28369
|
export type RestrictionDecision = io.flow.internal.v0.enums.RestrictionDecision;
|
|
28370
|
+
export type RestrictionFilter = io.flow.internal.v0.models.RestrictionFilter;
|
|
28361
28371
|
export type RestrictionHistoryItemReviewDecision =
|
|
28362
28372
|
io.flow.internal.v0.models.RestrictionHistoryItemReviewDecision;
|
|
28363
28373
|
export type RestrictionItem = io.flow.internal.v0.models.RestrictionItem;
|
|
@@ -28682,6 +28692,7 @@ export type TaskImport = io.flow.internal.v0.models.TaskImport;
|
|
|
28682
28692
|
export type TaskItemUpserted = io.flow.internal.v0.models.TaskItemUpserted;
|
|
28683
28693
|
export type TaskProcessQueuedEvent =
|
|
28684
28694
|
io.flow.internal.v0.models.TaskProcessQueuedEvent;
|
|
28695
|
+
export type TaskProcessorKey = io.flow.internal.v0.enums.TaskProcessorKey;
|
|
28685
28696
|
export type TaskSummarizeCode = io.flow.internal.v0.models.TaskSummarizeCode;
|
|
28686
28697
|
export type TaxAmount = io.flow.internal.v0.unions.TaxAmount;
|
|
28687
28698
|
export type TaxCalculation = io.flow.internal.v0.models.TaxCalculation;
|
package/src/api.ts
CHANGED
|
@@ -2292,6 +2292,10 @@ declare namespace io.flow.v0.enums {
|
|
|
2292
2292
|
| 'transaction_deleted'
|
|
2293
2293
|
| 'statement_upserted'
|
|
2294
2294
|
| 'statement_deleted'
|
|
2295
|
+
| 'channel_transaction_upserted'
|
|
2296
|
+
| 'channel_transaction_deleted'
|
|
2297
|
+
| 'channel_statement_upserted'
|
|
2298
|
+
| 'channel_statement_deleted'
|
|
2295
2299
|
| 'attribute_upserted'
|
|
2296
2300
|
| 'attribute_deleted'
|
|
2297
2301
|
| 'attribute_upserted_v2'
|
|
@@ -4417,6 +4421,22 @@ declare namespace io.flow.v0.models {
|
|
|
4417
4421
|
readonly created_at: string;
|
|
4418
4422
|
}
|
|
4419
4423
|
|
|
4424
|
+
interface ChannelStatementDeleted {
|
|
4425
|
+
readonly discriminator: 'channel_statement_deleted';
|
|
4426
|
+
readonly event_id: string;
|
|
4427
|
+
readonly timestamp: string;
|
|
4428
|
+
readonly channel_id: string;
|
|
4429
|
+
readonly channel_statement: io.flow.v0.models.ChannelStatement;
|
|
4430
|
+
}
|
|
4431
|
+
|
|
4432
|
+
interface ChannelStatementUpserted {
|
|
4433
|
+
readonly discriminator: 'channel_statement_upserted';
|
|
4434
|
+
readonly event_id: string;
|
|
4435
|
+
readonly timestamp: string;
|
|
4436
|
+
readonly channel_id: string;
|
|
4437
|
+
readonly channel_statement: io.flow.v0.models.ChannelStatement;
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4420
4440
|
interface ChannelToken {
|
|
4421
4441
|
readonly discriminator: 'channel_token';
|
|
4422
4442
|
readonly id: string;
|
|
@@ -4454,6 +4474,22 @@ declare namespace io.flow.v0.models {
|
|
|
4454
4474
|
readonly created_at: string;
|
|
4455
4475
|
}
|
|
4456
4476
|
|
|
4477
|
+
interface ChannelTransactionDeleted {
|
|
4478
|
+
readonly discriminator: 'channel_transaction_deleted';
|
|
4479
|
+
readonly event_id: string;
|
|
4480
|
+
readonly timestamp: string;
|
|
4481
|
+
readonly channel_id: string;
|
|
4482
|
+
readonly channel_transaction: io.flow.v0.models.ChannelTransaction;
|
|
4483
|
+
}
|
|
4484
|
+
|
|
4485
|
+
interface ChannelTransactionUpserted {
|
|
4486
|
+
readonly discriminator: 'channel_transaction_upserted';
|
|
4487
|
+
readonly event_id: string;
|
|
4488
|
+
readonly timestamp: string;
|
|
4489
|
+
readonly channel_id: string;
|
|
4490
|
+
readonly channel_transaction: io.flow.v0.models.ChannelTransaction;
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4457
4493
|
interface ChannelUpserted {
|
|
4458
4494
|
readonly discriminator: 'channel_upserted';
|
|
4459
4495
|
readonly event_id: string;
|
|
@@ -12431,6 +12467,10 @@ declare namespace io.flow.v0.unions {
|
|
|
12431
12467
|
| io.flow.v0.models.TransactionDeleted
|
|
12432
12468
|
| io.flow.v0.models.StatementUpserted
|
|
12433
12469
|
| io.flow.v0.models.StatementDeleted
|
|
12470
|
+
| io.flow.v0.models.ChannelTransactionUpserted
|
|
12471
|
+
| io.flow.v0.models.ChannelTransactionDeleted
|
|
12472
|
+
| io.flow.v0.models.ChannelStatementUpserted
|
|
12473
|
+
| io.flow.v0.models.ChannelStatementDeleted
|
|
12434
12474
|
| io.flow.v0.models.AttributeUpserted
|
|
12435
12475
|
| io.flow.v0.models.AttributeDeleted
|
|
12436
12476
|
| io.flow.v0.models.AttributeUpsertedV2
|
|
@@ -13160,10 +13200,17 @@ export type ChannelOrganizationUpserted =
|
|
|
13160
13200
|
export type ChannelRate = io.flow.v0.models.ChannelRate;
|
|
13161
13201
|
export type ChannelReference = io.flow.v0.models.ChannelReference;
|
|
13162
13202
|
export type ChannelStatement = io.flow.v0.models.ChannelStatement;
|
|
13203
|
+
export type ChannelStatementDeleted = io.flow.v0.models.ChannelStatementDeleted;
|
|
13204
|
+
export type ChannelStatementUpserted =
|
|
13205
|
+
io.flow.v0.models.ChannelStatementUpserted;
|
|
13163
13206
|
export type ChannelToken = io.flow.v0.models.ChannelToken;
|
|
13164
13207
|
export type ChannelTokenForm = io.flow.v0.models.ChannelTokenForm;
|
|
13165
13208
|
export type ChannelTokenReference = io.flow.v0.models.ChannelTokenReference;
|
|
13166
13209
|
export type ChannelTransaction = io.flow.v0.models.ChannelTransaction;
|
|
13210
|
+
export type ChannelTransactionDeleted =
|
|
13211
|
+
io.flow.v0.models.ChannelTransactionDeleted;
|
|
13212
|
+
export type ChannelTransactionUpserted =
|
|
13213
|
+
io.flow.v0.models.ChannelTransactionUpserted;
|
|
13167
13214
|
export type ChannelUpserted = io.flow.v0.models.ChannelUpserted;
|
|
13168
13215
|
export type ChannelViesRegistration = io.flow.v0.models.ChannelViesRegistration;
|
|
13169
13216
|
export type ChannelViesRegistrationForm =
|