@flowio/api-types 0.0.260 → 0.0.261

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.
@@ -366,6 +366,25 @@ declare namespace io.flow.billing.v0.models {
366
366
  interface TransactionMetadataTaxDuty {
367
367
  readonly 'discriminator': 'transaction_tax_duty';
368
368
  readonly 'reason_code': io.flow.billing.v0.enums.TaxDutyTransactionReasonCode;
369
+ readonly 'local_currency'?: string;
370
+ readonly 'actual'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyActual;
371
+ readonly 'estimate'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyEstimate;
372
+ readonly 'delta'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyDelta;
373
+ }
374
+
375
+ interface TransactionMetadataTaxDutyActual {
376
+ readonly 'base'?: number;
377
+ readonly 'local'?: number;
378
+ }
379
+
380
+ interface TransactionMetadataTaxDutyDelta {
381
+ readonly 'base'?: number;
382
+ readonly 'local'?: number;
383
+ }
384
+
385
+ interface TransactionMetadataTaxDutyEstimate {
386
+ readonly 'base'?: number;
387
+ readonly 'local'?: number;
369
388
  }
370
389
 
371
390
  interface TransactionMetadataTrueup {
@@ -79,9 +79,9 @@ declare namespace io.flow.channel.internal.v0.models {
79
79
  readonly 'rejection_reason'?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
80
80
  }
81
81
 
82
- interface ChannelOrganizationDomain {
82
+ interface ChannelOrganizationDomains {
83
83
  readonly 'internal': string;
84
- readonly 'public': string;
84
+ readonly 'external': string;
85
85
  }
86
86
 
87
87
  interface ChannelOrganizationInstallation {
@@ -95,7 +95,7 @@ declare namespace io.flow.channel.internal.v0.models {
95
95
  }
96
96
 
97
97
  interface ChannelOrganizationMetadata {
98
- readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
98
+ readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomains;
99
99
  readonly 'token': string;
100
100
  }
101
101
 
@@ -40,7 +40,7 @@ declare namespace io.flow.internal.v0.enums {
40
40
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
41
41
  type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
42
42
  type ChargeEstimateSource = 'global-e' | 'shopify';
43
- type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
43
+ type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge' | 'fuel_surcharge' | 'delivery_area_surcharge';
44
44
  type ChargebackPaymentStatus = 'captured' | 'refunded';
45
45
  type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
46
46
  type CheckoutAssetType = 'stylesheet' | 'javascript';
@@ -159,7 +159,7 @@ declare namespace io.flow.internal.v0.enums {
159
159
  type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
160
160
  type OrganizationRestrictionRiskLevel = '5' | '15';
161
161
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
162
- type OrganizationSource = 'shopify' | 'smb' | 'enterprise';
162
+ type OrganizationSource = 'smb' | 'enterprise';
163
163
  type OutputStyle = 'flow' | 'shopify_p1';
164
164
  type Owner = 'flow' | 'organization';
165
165
  type PaymentShortUrlDiscriminator = 'adyen_3ds2';
@@ -194,7 +194,7 @@ declare namespace io.flow.internal.v0.enums {
194
194
  type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
195
195
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
196
196
  type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
197
- type RestrictionOrganizationSource = 'shopify' | 'smb' | 'enterprise';
197
+ type RestrictionOrganizationSource = 'smb' | 'enterprise';
198
198
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
199
199
  type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
200
200
  type RestrictionRuleExceptionAction = 'allow' | 'deny';
@@ -1028,6 +1028,7 @@ declare namespace io.flow.internal.v0.models {
1028
1028
  interface AttributeRule {
1029
1029
  readonly 'restriction_attribute_rules': io.flow.internal.v0.models.RestrictionAttributeRule[];
1030
1030
  readonly 'default_result'?: io.flow.internal.v0.enums.RestrictionAttributeResult;
1031
+ readonly 'require_msds'?: boolean;
1031
1032
  }
1032
1033
 
1033
1034
  interface AuthenticationForm {
@@ -2209,9 +2210,9 @@ declare namespace io.flow.internal.v0.models {
2209
2210
  readonly 'channel_order_summary': io.flow.internal.v0.models.ChannelOrderSummary;
2210
2211
  }
2211
2212
 
2212
- interface ChannelOrganizationDomain {
2213
+ interface ChannelOrganizationDomains {
2213
2214
  readonly 'internal': string;
2214
- readonly 'public': string;
2215
+ readonly 'external': string;
2215
2216
  }
2216
2217
 
2217
2218
  interface ChannelOrganizationIdentifier {
@@ -2247,7 +2248,7 @@ declare namespace io.flow.internal.v0.models {
2247
2248
  }
2248
2249
 
2249
2250
  interface ChannelOrganizationMetadata {
2250
- readonly 'domain': io.flow.internal.v0.models.ChannelOrganizationDomain;
2251
+ readonly 'domain': io.flow.internal.v0.models.ChannelOrganizationDomains;
2251
2252
  readonly 'token': string;
2252
2253
  }
2253
2254
 
@@ -2309,6 +2310,23 @@ declare namespace io.flow.internal.v0.models {
2309
2310
  readonly 'timestamp'?: string;
2310
2311
  }
2311
2312
 
2313
+ interface ChannelShop {
2314
+ readonly 'id': string;
2315
+ readonly 'organization': io.flow.common.v0.models.OrganizationReference;
2316
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
2317
+ readonly 'external_id': string;
2318
+ readonly 'name': string;
2319
+ readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
2320
+ }
2321
+
2322
+ interface ChannelShopForm {
2323
+ readonly 'channel_id': string;
2324
+ readonly 'external_id': string;
2325
+ readonly 'name': string;
2326
+ readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
2327
+ readonly 'tokens': io.flow.internal.v0.models.Tokens;
2328
+ }
2329
+
2312
2330
  interface ChannelTransaction {
2313
2331
  readonly 'discriminator': 'channel_transaction';
2314
2332
  readonly 'transaction': io.flow.internal.v0.models.TransactionReference;
@@ -9730,6 +9748,8 @@ declare namespace io.flow.internal.v0.models {
9730
9748
  readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
9731
9749
  readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
9732
9750
  readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
9751
+ readonly 'tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
9752
+ readonly 'duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
9733
9753
  readonly 'fees': io.flow.internal.v0.models.ReportingFees;
9734
9754
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
9735
9755
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
@@ -11505,6 +11525,11 @@ declare namespace io.flow.internal.v0.models {
11505
11525
  readonly 'timezone': string;
11506
11526
  }
11507
11527
 
11528
+ interface Tokens {
11529
+ readonly 'webhook_signature_verification': string;
11530
+ readonly 'api': string;
11531
+ }
11532
+
11508
11533
  interface TrackingAssuranceAnalysis {
11509
11534
  readonly 'id': string;
11510
11535
  readonly 'job_id': string;
@@ -54,7 +54,7 @@ declare namespace io.flow.v0.enums {
54
54
  type EconomicTitleLocation = 'high_seas' | 'origination' | 'destination';
55
55
  type EntityIdentifierType = 'ioss' | 'voec' | 'zaz';
56
56
  type Environment = 'sandbox' | 'production';
57
- type EventType = 'test_upserted' | 'generate_load' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'anirban_item_upserted' | 'anirban_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' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | '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' | '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' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
57
+ type EventType = 'test_upserted' | 'generate_load' | 'sarvesh_item_upserted' | 'sarvesh_item_deleted' | 'hosein_item_upserted' | 'hosein_item_deleted' | 'niall_item_upserted' | 'niall_item_deleted' | 'rohan_item_upserted' | 'rohan_item_deleted' | 'aldo_item_upserted' | 'aldo_item_deleted' | 'ansh_item_upserted' | 'ansh_item_deleted' | 'anirban_item_upserted' | 'anirban_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' | 'allocation_deleted_v2' | 'allocation_upserted_v2' | 'order_deleted_v2' | 'order_upserted_v2' | 'order_identifier_deleted_v2' | 'order_identifier_upserted_v3' | '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' | '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' | 'shopify_localization_setting_upserted' | 'shopify_localization_setting_deleted' | 'tracking_label_event_upserted';
58
58
  type ExceptionType = 'open' | 'closed';
59
59
  type ExclusionRuleState = 'current' | 'deleting' | 'updating';
60
60
  type ExperienceCloneStatus = 'pending' | 'updating' | 'completed' | 'failed';
@@ -196,7 +196,9 @@ declare namespace io.flow.v0.enums {
196
196
  type TaxApplicability = 'none' | 'all';
197
197
  type TaxDutyCalculatorValidationErrorCode = 'generic_error' | 'destination_country_not_defined' | 'destination_address_iso3166_unrecognized' | 'line_item_shipfrom_shipto_country_invalid' | 'line_item_ship_from_invalid' | 'line_item_currency_iso4217_unrecognized' | 'line_quantity_invalid' | 'line_item_quantity_invalid' | 'line_item_unit_price_precision_invalid' | 'line_item_unit_price_negative' | 'line_item_discount_amount_precision_invalid' | 'line_item_discount_amount_positive' | 'line_item_country_of_origin_iso3166_unrecognized' | 'line_item_hs_code_invalid' | 'line_item_duty_provider_invalid' | 'shipping_unit_price_precision_invalid' | 'shipping_unit_price_negative' | 'shipping_discount_amount_precision_invalid' | 'shipping_discount_amount_invalid' | 'merchant_of_record_invalid' | 'wrong_unit_specified';
198
198
  type TaxDutyTransactionReasonCode = 'post_capture' | 'post_fulfilment' | 'manual_payment_or_gift_card' | 'order_edit' | 'mixed_fulfilment_non_lvg' | 'lvg_refund' | 'order_cancellation_above_de_min' | 'wyol_shipment_above_de_min' | 'full_refund_without_shipment' | 'unfulfilled_order_above_de_min';
199
+ type TaxJurisdictionType = 'country' | 'province';
199
200
  type TaxReportType = 'consumer' | 'b2b';
201
+ type TaxType = 'vat' | 'gst' | 'hst' | 'pst' | 'qst' | 'sales_tax';
200
202
  type TaxVerificationResult = 'valid' | 'invalid' | 'unable_to_validate';
201
203
  type TaxabilityType = 'tax_rule';
202
204
  type TaxabilityValue = 'exempt';
@@ -995,6 +997,7 @@ declare namespace io.flow.v0.models {
995
997
  readonly 'key': string;
996
998
  readonly 'invoice': io.flow.v0.models.B2BInvoiceReference;
997
999
  readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
1000
+ readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
998
1001
  readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
999
1002
  readonly 'attributes': Record<string, string>;
1000
1003
  readonly 'b2b_invoice_type': io.flow.v0.enums.B2BInvoiceType;
@@ -1029,6 +1032,7 @@ declare namespace io.flow.v0.models {
1029
1032
  readonly 'center'?: io.flow.v0.models.ConsumerInvoiceCenterReference;
1030
1033
  readonly 'destination'?: io.flow.v0.models.OrderAddress;
1031
1034
  readonly 'tax': io.flow.v0.models.Money;
1035
+ readonly 'tax_lines'?: io.flow.v0.models.InvoiceTaxLine[];
1032
1036
  readonly 'lines': io.flow.v0.unions.ConsumerInvoiceLine[];
1033
1037
  readonly 'documents': io.flow.v0.models.ConsumerInvoiceDocument[];
1034
1038
  readonly 'attributes': Record<string, string>;
@@ -2122,6 +2126,7 @@ declare namespace io.flow.v0.models {
2122
2126
 
2123
2127
  interface ConsumerInvoiceLineDiscount {
2124
2128
  readonly 'discriminator': 'discount';
2129
+ readonly 'line_id'?: string;
2125
2130
  readonly 'price': io.flow.v0.models.Price;
2126
2131
  }
2127
2132
 
@@ -2132,6 +2137,7 @@ declare namespace io.flow.v0.models {
2132
2137
 
2133
2138
  interface ConsumerInvoiceLineItem {
2134
2139
  readonly 'discriminator': 'item';
2140
+ readonly 'line_id'?: string;
2135
2141
  readonly 'item': io.flow.v0.models.ItemReference;
2136
2142
  readonly 'description': string;
2137
2143
  readonly 'quantity': number;
@@ -2153,6 +2159,7 @@ declare namespace io.flow.v0.models {
2153
2159
 
2154
2160
  interface ConsumerInvoiceLineShipping {
2155
2161
  readonly 'discriminator': 'shipping';
2162
+ readonly 'line_id'?: string;
2156
2163
  readonly 'price': io.flow.v0.models.Price;
2157
2164
  readonly 'discount'?: io.flow.v0.models.Price;
2158
2165
  readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
@@ -2169,6 +2176,7 @@ declare namespace io.flow.v0.models {
2169
2176
 
2170
2177
  interface ConsumerInvoiceLineTip {
2171
2178
  readonly 'discriminator': 'tip';
2179
+ readonly 'line_id'?: string;
2172
2180
  readonly 'price': io.flow.v0.models.Price;
2173
2181
  readonly 'tax'?: io.flow.v0.models.ConsumerInvoiceLevy;
2174
2182
  }
@@ -4241,6 +4249,11 @@ declare namespace io.flow.v0.models {
4241
4249
  readonly 'date_to'?: string;
4242
4250
  }
4243
4251
 
4252
+ interface InvoiceTaxLine {
4253
+ readonly 'line_id': string;
4254
+ readonly 'tax_breakdown': io.flow.v0.models.TaxBreakdown[];
4255
+ }
4256
+
4244
4257
  interface IssuerReference {
4245
4258
  readonly 'id': string;
4246
4259
  }
@@ -4610,32 +4623,6 @@ declare namespace io.flow.v0.models {
4610
4623
  readonly 'length': io.flow.v0.enums.UnitOfLength;
4611
4624
  }
4612
4625
 
4613
- interface LabelUpserted {
4614
- readonly 'discriminator': 'label_upserted';
4615
- readonly 'event_id': string;
4616
- readonly 'timestamp': string;
4617
- readonly 'organization': string;
4618
- readonly 'label_id': string;
4619
- readonly 'carrier_tracking_number': string;
4620
- readonly 'commercial_invoice': string;
4621
- readonly 'flow_tracking_number': string;
4622
- readonly 'destination': io.flow.v0.models.ShippingAddress;
4623
- readonly 'origin': io.flow.v0.models.ShippingAddress;
4624
- readonly 'carrier': string;
4625
- readonly 'service': string;
4626
- readonly 'zpl'?: string;
4627
- readonly 'pdf'?: string;
4628
- readonly 'png'?: string;
4629
- readonly 'order'?: string;
4630
- readonly 'carrier_tracking_number_url'?: string;
4631
- readonly 'flow_tracking_number_url'?: string;
4632
- readonly 'center_key'?: string;
4633
- readonly 'recipient'?: io.flow.v0.enums.ShipmentRecipient;
4634
- readonly 'package'?: io.flow.v0.models.ShippingLabelPackage;
4635
- readonly 'order_identifier'?: string;
4636
- readonly 'fulfillment_key'?: string;
4637
- }
4638
-
4639
4626
  interface LabelUpsertedV2 {
4640
4627
  readonly 'discriminator': 'label_upserted_v2';
4641
4628
  readonly 'event_id': string;
@@ -5160,6 +5147,7 @@ declare namespace io.flow.v0.models {
5160
5147
  interface NeedsActionAttributes {
5161
5148
  readonly 'reason_code': string;
5162
5149
  readonly 'category_metafield_handles': string[];
5150
+ readonly 'require_msds'?: boolean;
5163
5151
  }
5164
5152
 
5165
5153
  interface NiallItemDeleted {
@@ -9352,6 +9340,14 @@ declare namespace io.flow.v0.models {
9352
9340
  readonly 'deminimis'?: io.flow.v0.unions.Deminimis;
9353
9341
  }
9354
9342
 
9343
+ interface TaxBreakdown {
9344
+ readonly 'label': string;
9345
+ readonly 'calculated_tax': io.flow.v0.models.Money;
9346
+ readonly 'rate': number;
9347
+ readonly 'line_total': io.flow.v0.models.Money;
9348
+ readonly 'jurisdiction_type': io.flow.v0.enums.TaxJurisdictionType;
9349
+ }
9350
+
9355
9351
  interface TaxDutyCalculatorValidationError {
9356
9352
  readonly 'code': io.flow.v0.enums.TaxDutyCalculatorValidationErrorCode;
9357
9353
  readonly 'messages': string[];
@@ -9904,6 +9900,25 @@ declare namespace io.flow.v0.models {
9904
9900
  interface TransactionMetadataTaxDuty {
9905
9901
  readonly 'discriminator': 'transaction_tax_duty';
9906
9902
  readonly 'reason_code': io.flow.v0.enums.TaxDutyTransactionReasonCode;
9903
+ readonly 'local_currency'?: string;
9904
+ readonly 'actual'?: io.flow.v0.models.TransactionMetadataTaxDutyActual;
9905
+ readonly 'estimate'?: io.flow.v0.models.TransactionMetadataTaxDutyEstimate;
9906
+ readonly 'delta'?: io.flow.v0.models.TransactionMetadataTaxDutyDelta;
9907
+ }
9908
+
9909
+ interface TransactionMetadataTaxDutyActual {
9910
+ readonly 'base'?: number;
9911
+ readonly 'local'?: number;
9912
+ }
9913
+
9914
+ interface TransactionMetadataTaxDutyDelta {
9915
+ readonly 'base'?: number;
9916
+ readonly 'local'?: number;
9917
+ }
9918
+
9919
+ interface TransactionMetadataTaxDutyEstimate {
9920
+ readonly 'base'?: number;
9921
+ readonly 'local'?: number;
9907
9922
  }
9908
9923
 
9909
9924
  interface TransactionMetadataTrueup {
@@ -10292,7 +10307,7 @@ declare namespace io.flow.v0.unions {
10292
10307
  type Document = (io.flow.v0.models.CatalogItemDocument | io.flow.v0.models.HarmonizationDocument);
10293
10308
  type EmailNotificationData = (io.flow.v0.models.EmailNotificationDataRefund | io.flow.v0.models.EmailNotificationAbandonedOrder);
10294
10309
  type Entity = (io.flow.v0.models.Company | io.flow.v0.models.Individual);
10295
- type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.SarveshItemUpserted | io.flow.v0.models.SarveshItemDeleted | io.flow.v0.models.HoseinItemUpserted | io.flow.v0.models.HoseinItemDeleted | io.flow.v0.models.NiallItemUpserted | io.flow.v0.models.NiallItemDeleted | io.flow.v0.models.RohanItemUpserted | io.flow.v0.models.RohanItemDeleted | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.AnirbanItemUpserted | io.flow.v0.models.AnirbanItemDeleted | 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.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | 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.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.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
10310
+ type Event = (io.flow.v0.models.TestUpserted | io.flow.v0.models.GenerateLoad | io.flow.v0.models.SarveshItemUpserted | io.flow.v0.models.SarveshItemDeleted | io.flow.v0.models.HoseinItemUpserted | io.flow.v0.models.HoseinItemDeleted | io.flow.v0.models.NiallItemUpserted | io.flow.v0.models.NiallItemDeleted | io.flow.v0.models.RohanItemUpserted | io.flow.v0.models.RohanItemDeleted | io.flow.v0.models.AldoItemUpserted | io.flow.v0.models.AldoItemDeleted | io.flow.v0.models.AnshItemUpserted | io.flow.v0.models.AnshItemDeleted | io.flow.v0.models.AnirbanItemUpserted | io.flow.v0.models.AnirbanItemDeleted | 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.AllocationDeletedV2 | io.flow.v0.models.AllocationUpsertedV2 | io.flow.v0.models.OrderDeletedV2 | io.flow.v0.models.OrderUpsertedV2 | io.flow.v0.models.OrderIdentifierDeletedV2 | io.flow.v0.models.OrderIdentifierUpsertedV3 | 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.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.ShopifyLocalizationSettingUpserted | io.flow.v0.models.ShopifyLocalizationSettingDeleted | io.flow.v0.models.TrackingLabelEventUpserted);
10296
10311
  type ExpandableCard = (io.flow.v0.models.Card | io.flow.v0.models.CardReference | io.flow.v0.models.CardSummary | io.flow.v0.models.ExternalCard);
10297
10312
  type ExpandableCenter = (io.flow.v0.models.Center | io.flow.v0.models.CenterReference);
10298
10313
  type ExpandableExperience = (io.flow.v0.models.Experience | io.flow.v0.models.ExperienceReference);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.260",
3
+ "version": "0.0.261",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,5 +14,5 @@
14
14
  "scripts": {
15
15
  "generate": "apibuilder update && node scripts/generate-index.js"
16
16
  },
17
- "gitHead": "942e116995931225d013428a9da8237ec64c06be"
17
+ "gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
18
18
  }