@flowio/api-prop-types 10.16.67 → 10.16.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/api.d.ts CHANGED
@@ -1992,6 +1992,10 @@ declare namespace io.flow.ben.test.internal.v0.models {
1992
1992
  readonly 'num_events': number;
1993
1993
  }
1994
1994
 
1995
+ interface SvitlanaTest {
1996
+ readonly 'name': string;
1997
+ }
1998
+
1995
1999
  interface Test {
1996
2000
  readonly 'id': string;
1997
2001
  readonly 'name': string;
@@ -2139,7 +2143,7 @@ declare namespace io.flow.v0.enums {
2139
2143
  type ExperienceStatus = 'draft' | 'active' | 'archiving' | 'archived';
2140
2144
  type ExportStatus = 'created' | 'processing' | 'completed' | 'failed';
2141
2145
  type ExporterOfRecord = 'flow' | 'organization';
2142
- type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer';
2146
+ type FeeDeductionType = 'duty_guarantee' | 'mor' | 'fraud' | 'fx' | 'processing' | 'rate_lock' | 'transfer' | 'negative_balance_guarantee';
2143
2147
  type FlowBehavior = 'view_consumer_data';
2144
2148
  type FlowEntity = 'flow-usa' | 'flow-irl' | 'flow-can';
2145
2149
  type FlowRole = 'organization_admin' | 'organization_merchant' | 'organization_customer_service' | 'organization_fulfillment' | 'organization_marketing' | 'organization_finance' | 'flow_operations' | 'channel_admin' | 'channel_organization_admin';
@@ -2188,8 +2192,8 @@ declare namespace io.flow.v0.enums {
2188
2192
  type OrderErrorCode = 'generic_error' | 'order_item_not_available' | 'order_identifier_error' | 'authorization_invalid' | 'domestic_shipping_unavailable' | 'shipping_unavailable' | 'value_threshold_exceeded' | 'invalid_currency' | 'invalid_country' | 'invalid_region' | 'invalid_language' | 'item_out_of_stock' | 'gift_card_not_accepted' | 'total_changed';
2189
2193
  type OrderMerchantOfRecord = 'flow' | 'organization' | 'mixed';
2190
2194
  type OrderPaymentType = 'card' | 'online' | 'credit' | 'external' | 'subsidized' | 'installment_plan' | 'cash_on_delivery';
2191
- type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge';
2192
- type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges';
2195
+ type OrderPriceDetailComponentKey = 'adjustment' | 'vat_deminimis' | 'duty_deminimis' | 'duties_item_price' | 'duties_freight' | 'duties_insurance' | 'vat_item_price' | 'vat_freight' | 'vat_insurance' | 'vat_duties_item_price' | 'vat_duties_freight' | 'vat_duties_insurance' | 'item_price' | 'item_discount' | 'rounding' | 'insurance' | 'shipping' | 'shipping_discount' | 'order_discount' | 'subtotal_percent_sales_margin' | 'subtotal_vat_percent_sales_margin' | 'subtotal_duty_percent_sales_margin' | 'vat_subsidy' | 'duty_subsidy' | 'remote_area_surcharge' | 'fuel_surcharge' | 'emergency_situation_surcharge' | 'peak_surcharge' | 'duties_taxes_paid_surcharge' | 'tip';
2196
+ type OrderPriceDetailKey = 'adjustment' | 'subtotal' | 'vat' | 'duty' | 'shipping' | 'insurance' | 'discount' | 'surcharges' | 'tip';
2193
2197
  type OrderQuoteAddressType = 'shipping';
2194
2198
  type OrderQuoteErrorCode = 'contact_email_invalid' | 'contact_email_required' | 'contact_phone_invalid' | 'contact_phone_required' | 'country_not_supported' | 'currency_invalid' | 'first_name_invalid' | 'first_name_required' | 'geo_required_when_no_session' | 'language_invalid' | 'last_name_invalid' | 'last_name_required' | 'line_item_number_invalid' | 'line_item_number_not_available' | 'line_not_found' | 'line_quantity_invalid' | 'line_value_threshold_exceeded' | 'name_missing_first_or_last' | 'name_required' | 'order_quote_requires_at_least_one_line' | 'session_not_found' | 'session_organization_mismatch';
2195
2199
  type OrderQuoteLineErrorCode = 'line_item_number_invalid' | 'line_item_number_not_available' | 'line_quantity_invalid' | 'line_value_threshold_exceeded';
@@ -11041,9 +11045,9 @@ declare namespace io.flow.v0.models {
11041
11045
  readonly 'key': string;
11042
11046
  readonly 'attributes': Record<string, string>;
11043
11047
  readonly 'carrier_tracking_number': string;
11044
- readonly 'destination': io.flow.v0.models.ShippingAddress;
11048
+ readonly 'destination'?: io.flow.v0.models.ShippingAddress;
11045
11049
  readonly 'flow_tracking_number': string;
11046
- readonly 'origin': io.flow.v0.models.ShippingAddress;
11050
+ readonly 'origin'?: io.flow.v0.models.ShippingAddress;
11047
11051
  readonly 'package'?: io.flow.v0.models.ShippingLabelPackage;
11048
11052
  readonly 'service': io.flow.v0.unions.ServiceDescription;
11049
11053
  readonly 'window'?: io.flow.v0.models.DatetimeRange;