@wix/ecom 1.0.750 → 1.0.752
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ecom",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.752",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@wix/ecom_currencies": "1.0.35",
|
|
32
32
|
"@wix/ecom_current-cart": "1.0.72",
|
|
33
33
|
"@wix/ecom_custom-triggers": "1.0.23",
|
|
34
|
-
"@wix/ecom_delivery-profile": "1.0.
|
|
34
|
+
"@wix/ecom_delivery-profile": "1.0.17",
|
|
35
35
|
"@wix/ecom_discount-rules": "1.0.51",
|
|
36
36
|
"@wix/ecom_discounts": "1.0.2",
|
|
37
37
|
"@wix/ecom_discounts-custom-trigger": "1.0.6",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"@wix/ecom_order-invoices": "1.0.38",
|
|
44
44
|
"@wix/ecom_order-payment-requests": "1.0.9",
|
|
45
45
|
"@wix/ecom_order-transactions": "1.0.65",
|
|
46
|
-
"@wix/ecom_orders": "1.0.
|
|
46
|
+
"@wix/ecom_orders": "1.0.116",
|
|
47
47
|
"@wix/ecom_orders-settings": "1.0.44",
|
|
48
|
-
"@wix/ecom_payment-settings": "1.0.
|
|
48
|
+
"@wix/ecom_payment-settings": "1.0.40",
|
|
49
49
|
"@wix/ecom_pickup-locations": "1.0.7",
|
|
50
50
|
"@wix/ecom_recommendations": "1.0.39",
|
|
51
51
|
"@wix/ecom_shipping-options": "1.0.6",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"fqdn": ""
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
-
"falconPackageHash": "
|
|
80
|
+
"falconPackageHash": "e8dda910428b0a7d875524b83dddb4ee7d9287442051196bb99051ac"
|
|
81
81
|
}
|
|
@@ -15633,7 +15633,9 @@ declare enum Namespace$1 {
|
|
|
15633
15633
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
15634
15634
|
* The Partners company owns this namespace.
|
|
15635
15635
|
*/
|
|
15636
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
15636
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
15637
|
+
/** Codux Headless Sites */
|
|
15638
|
+
CODUX = "CODUX"
|
|
15637
15639
|
}
|
|
15638
15640
|
/** Site transferred to another user. */
|
|
15639
15641
|
interface SiteTransferred {
|
|
@@ -22948,7 +22950,9 @@ declare enum Namespace {
|
|
|
22948
22950
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
22949
22951
|
* The Partners company owns this namespace.
|
|
22950
22952
|
*/
|
|
22951
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
22953
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
22954
|
+
/** Codux Headless Sites */
|
|
22955
|
+
CODUX = "CODUX"
|
|
22952
22956
|
}
|
|
22953
22957
|
interface SeoData {
|
|
22954
22958
|
/** A title. */
|
|
@@ -15633,7 +15633,9 @@ declare enum Namespace$1 {
|
|
|
15633
15633
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
15634
15634
|
* The Partners company owns this namespace.
|
|
15635
15635
|
*/
|
|
15636
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
15636
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
15637
|
+
/** Codux Headless Sites */
|
|
15638
|
+
CODUX = "CODUX"
|
|
15637
15639
|
}
|
|
15638
15640
|
/** Site transferred to another user. */
|
|
15639
15641
|
interface SiteTransferred {
|
|
@@ -22948,7 +22950,9 @@ declare enum Namespace {
|
|
|
22948
22950
|
* UGC Templates are templates that are created by users for personal use and to sale to other users.
|
|
22949
22951
|
* The Partners company owns this namespace.
|
|
22950
22952
|
*/
|
|
22951
|
-
UGC_TEMPLATE = "UGC_TEMPLATE"
|
|
22953
|
+
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
22954
|
+
/** Codux Headless Sites */
|
|
22955
|
+
CODUX = "CODUX"
|
|
22952
22956
|
}
|
|
22953
22957
|
interface SeoData {
|
|
22954
22958
|
/** A title. */
|
|
@@ -1866,7 +1866,7 @@ interface Order {
|
|
|
1866
1866
|
* @replacedBy tax_info
|
|
1867
1867
|
* @targetRemovalDate 2024-09-30
|
|
1868
1868
|
*/
|
|
1869
|
-
taxSummary?:
|
|
1869
|
+
taxSummary?: TaxSummary;
|
|
1870
1870
|
/** Tax information. */
|
|
1871
1871
|
taxInfo?: OrderTaxInfo;
|
|
1872
1872
|
/** Applied discounts. */
|
|
@@ -1995,7 +1995,7 @@ interface OrderLineItem {
|
|
|
1995
1995
|
* @replacedBy tax_info
|
|
1996
1996
|
* @targetRemovalDate 2024-09-30
|
|
1997
1997
|
*/
|
|
1998
|
-
taxDetails?:
|
|
1998
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
1999
1999
|
/** Represents all the relevant tax details for a specific line item. */
|
|
2000
2000
|
taxInfo?: LineItemTaxInfo;
|
|
2001
2001
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
@@ -2154,7 +2154,7 @@ declare enum PaymentOptionType {
|
|
|
2154
2154
|
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
2155
2155
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
2156
2156
|
}
|
|
2157
|
-
interface
|
|
2157
|
+
interface ItemTaxFullDetails$1 {
|
|
2158
2158
|
/** Taxable amount of this line item. */
|
|
2159
2159
|
taxableAmount?: Price;
|
|
2160
2160
|
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
@@ -2511,7 +2511,7 @@ interface ShippingPrice {
|
|
|
2511
2511
|
*/
|
|
2512
2512
|
totalPriceAfterTax?: Price;
|
|
2513
2513
|
/** Tax details. */
|
|
2514
|
-
taxDetails?:
|
|
2514
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Shipping discount before tax.
|
|
2517
2517
|
* @readonly
|
|
@@ -2527,7 +2527,7 @@ declare enum OrderStatus {
|
|
|
2527
2527
|
APPROVED = "APPROVED",
|
|
2528
2528
|
CANCELED = "CANCELED"
|
|
2529
2529
|
}
|
|
2530
|
-
interface
|
|
2530
|
+
interface TaxSummary {
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Total tax.
|
|
2533
2533
|
* @readonly
|
|
@@ -3077,7 +3077,7 @@ interface AdditionalFee {
|
|
|
3077
3077
|
/** Additional fee's price. */
|
|
3078
3078
|
price?: Price;
|
|
3079
3079
|
/** Tax details. */
|
|
3080
|
-
taxDetails?:
|
|
3080
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
3081
3081
|
/** SPI implementer's `appId`. */
|
|
3082
3082
|
providerAppId?: string | null;
|
|
3083
3083
|
/** Additional fee's price before tax. */
|
|
@@ -3216,7 +3216,7 @@ interface Checkout {
|
|
|
3216
3216
|
* Tax summary.
|
|
3217
3217
|
* @readonly
|
|
3218
3218
|
*/
|
|
3219
|
-
taxSummary?:
|
|
3219
|
+
taxSummary?: V1TaxSummary;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* The currency used when submitting the order.
|
|
3222
3222
|
* @readonly
|
|
@@ -3384,7 +3384,7 @@ interface LineItem$1 {
|
|
|
3384
3384
|
* Tax details for this line item.
|
|
3385
3385
|
* @readonly
|
|
3386
3386
|
*/
|
|
3387
|
-
taxDetails?:
|
|
3387
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
3388
3388
|
/**
|
|
3389
3389
|
* Discount for this line item's entire quantity.
|
|
3390
3390
|
* @readonly
|
|
@@ -3492,7 +3492,7 @@ interface MultiCurrencyPrice$1 {
|
|
|
3492
3492
|
*/
|
|
3493
3493
|
formattedConvertedAmount?: string;
|
|
3494
3494
|
}
|
|
3495
|
-
interface
|
|
3495
|
+
interface V1ItemTaxFullDetails {
|
|
3496
3496
|
/** Amount for which tax is calculated. */
|
|
3497
3497
|
taxableAmount?: MultiCurrencyPrice$1;
|
|
3498
3498
|
/** Tax rate %, as a decimal point between 0 and 1. */
|
|
@@ -3744,7 +3744,7 @@ interface SelectedCarrierServiceOptionPrices$1 {
|
|
|
3744
3744
|
/** Total price of shipping after discounts (when relevant), and before tax. */
|
|
3745
3745
|
totalPriceBeforeTax?: MultiCurrencyPrice$1;
|
|
3746
3746
|
/** Tax details. */
|
|
3747
|
-
taxDetails?:
|
|
3747
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
3748
3748
|
/** Shipping discount before tax. */
|
|
3749
3749
|
totalDiscount?: MultiCurrencyPrice$1;
|
|
3750
3750
|
/** Shipping price before discount and before tax. */
|
|
@@ -4066,7 +4066,7 @@ interface V1LineItemDiscount {
|
|
|
4066
4066
|
/** Discount value. */
|
|
4067
4067
|
totalDiscountAmount?: MultiCurrencyPrice$1;
|
|
4068
4068
|
}
|
|
4069
|
-
interface
|
|
4069
|
+
interface V1TaxSummary {
|
|
4070
4070
|
/**
|
|
4071
4071
|
* Amount for which tax is calculated, added from line items.
|
|
4072
4072
|
* @readonly
|
|
@@ -4240,7 +4240,7 @@ interface V1AdditionalFee {
|
|
|
4240
4240
|
/** Additional fee's price. */
|
|
4241
4241
|
price?: MultiCurrencyPrice$1;
|
|
4242
4242
|
/** Tax details. */
|
|
4243
|
-
taxDetails?:
|
|
4243
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
4244
4244
|
/** Provider's app id. */
|
|
4245
4245
|
providerAppId?: string | null;
|
|
4246
4246
|
/** Additional fee's price before tax. */
|
|
@@ -4486,8 +4486,6 @@ declare const context$1_ActivityType: typeof ActivityType;
|
|
|
4486
4486
|
type context$1_AdditionalFee = AdditionalFee;
|
|
4487
4487
|
type context$1_AggregatedTaxBreakdown = AggregatedTaxBreakdown;
|
|
4488
4488
|
type context$1_ApiAddressWithContact = ApiAddressWithContact;
|
|
4489
|
-
type context$1_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
4490
|
-
type context$1_ApiTaxSummary = ApiTaxSummary;
|
|
4491
4489
|
type context$1_ApplicationError = ApplicationError;
|
|
4492
4490
|
type context$1_AppliedDiscountDiscountType = AppliedDiscountDiscountType;
|
|
4493
4491
|
declare const context$1_AppliedDiscountDiscountType: typeof AppliedDiscountDiscountType;
|
|
@@ -4651,6 +4649,7 @@ type context$1_V1DeliveryLogistics = V1DeliveryLogistics;
|
|
|
4651
4649
|
type context$1_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
|
|
4652
4650
|
type context$1_V1DiscountRule = V1DiscountRule;
|
|
4653
4651
|
type context$1_V1DiscountRuleName = V1DiscountRuleName;
|
|
4652
|
+
type context$1_V1ItemTaxFullDetails = V1ItemTaxFullDetails;
|
|
4654
4653
|
type context$1_V1JurisdictionType = V1JurisdictionType;
|
|
4655
4654
|
declare const context$1_V1JurisdictionType: typeof V1JurisdictionType;
|
|
4656
4655
|
type context$1_V1LineItemDiscount = V1LineItemDiscount;
|
|
@@ -4661,9 +4660,10 @@ type context$1_V1ShippingInformation = V1ShippingInformation;
|
|
|
4661
4660
|
type context$1_V1ShippingPrice = V1ShippingPrice;
|
|
4662
4661
|
type context$1_V1ShippingRegion = V1ShippingRegion;
|
|
4663
4662
|
type context$1_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
4663
|
+
type context$1_V1TaxSummary = V1TaxSummary;
|
|
4664
4664
|
type context$1_ValidationError = ValidationError;
|
|
4665
4665
|
declare namespace context$1 {
|
|
4666
|
-
export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApiItemTaxFullDetails as ApiItemTaxFullDetails, type context$1_ApiTaxSummary as ApiTaxSummary, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
4666
|
+
export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
4667
4667
|
}
|
|
4668
4668
|
|
|
4669
4669
|
interface GetValidationViolationsRequest {
|
|
@@ -1866,7 +1866,7 @@ interface Order {
|
|
|
1866
1866
|
* @replacedBy tax_info
|
|
1867
1867
|
* @targetRemovalDate 2024-09-30
|
|
1868
1868
|
*/
|
|
1869
|
-
taxSummary?:
|
|
1869
|
+
taxSummary?: TaxSummary;
|
|
1870
1870
|
/** Tax information. */
|
|
1871
1871
|
taxInfo?: OrderTaxInfo;
|
|
1872
1872
|
/** Applied discounts. */
|
|
@@ -1995,7 +1995,7 @@ interface OrderLineItem {
|
|
|
1995
1995
|
* @replacedBy tax_info
|
|
1996
1996
|
* @targetRemovalDate 2024-09-30
|
|
1997
1997
|
*/
|
|
1998
|
-
taxDetails?:
|
|
1998
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
1999
1999
|
/** Represents all the relevant tax details for a specific line item. */
|
|
2000
2000
|
taxInfo?: LineItemTaxInfo;
|
|
2001
2001
|
/** Digital file identifier, relevant only for items with type DIGITAL. */
|
|
@@ -2154,7 +2154,7 @@ declare enum PaymentOptionType {
|
|
|
2154
2154
|
/** Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`. */
|
|
2155
2155
|
MEMBERSHIP_OFFLINE = "MEMBERSHIP_OFFLINE"
|
|
2156
2156
|
}
|
|
2157
|
-
interface
|
|
2157
|
+
interface ItemTaxFullDetails$1 {
|
|
2158
2158
|
/** Taxable amount of this line item. */
|
|
2159
2159
|
taxableAmount?: Price;
|
|
2160
2160
|
/** Tax rate percentage, as a decimal numeral between 0 and 1. For example, `"0.13"`. */
|
|
@@ -2511,7 +2511,7 @@ interface ShippingPrice {
|
|
|
2511
2511
|
*/
|
|
2512
2512
|
totalPriceAfterTax?: Price;
|
|
2513
2513
|
/** Tax details. */
|
|
2514
|
-
taxDetails?:
|
|
2514
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Shipping discount before tax.
|
|
2517
2517
|
* @readonly
|
|
@@ -2527,7 +2527,7 @@ declare enum OrderStatus {
|
|
|
2527
2527
|
APPROVED = "APPROVED",
|
|
2528
2528
|
CANCELED = "CANCELED"
|
|
2529
2529
|
}
|
|
2530
|
-
interface
|
|
2530
|
+
interface TaxSummary {
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Total tax.
|
|
2533
2533
|
* @readonly
|
|
@@ -3077,7 +3077,7 @@ interface AdditionalFee {
|
|
|
3077
3077
|
/** Additional fee's price. */
|
|
3078
3078
|
price?: Price;
|
|
3079
3079
|
/** Tax details. */
|
|
3080
|
-
taxDetails?:
|
|
3080
|
+
taxDetails?: ItemTaxFullDetails$1;
|
|
3081
3081
|
/** SPI implementer's `appId`. */
|
|
3082
3082
|
providerAppId?: string | null;
|
|
3083
3083
|
/** Additional fee's price before tax. */
|
|
@@ -3216,7 +3216,7 @@ interface Checkout {
|
|
|
3216
3216
|
* Tax summary.
|
|
3217
3217
|
* @readonly
|
|
3218
3218
|
*/
|
|
3219
|
-
taxSummary?:
|
|
3219
|
+
taxSummary?: V1TaxSummary;
|
|
3220
3220
|
/**
|
|
3221
3221
|
* The currency used when submitting the order.
|
|
3222
3222
|
* @readonly
|
|
@@ -3384,7 +3384,7 @@ interface LineItem$1 {
|
|
|
3384
3384
|
* Tax details for this line item.
|
|
3385
3385
|
* @readonly
|
|
3386
3386
|
*/
|
|
3387
|
-
taxDetails?:
|
|
3387
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
3388
3388
|
/**
|
|
3389
3389
|
* Discount for this line item's entire quantity.
|
|
3390
3390
|
* @readonly
|
|
@@ -3492,7 +3492,7 @@ interface MultiCurrencyPrice$1 {
|
|
|
3492
3492
|
*/
|
|
3493
3493
|
formattedConvertedAmount?: string;
|
|
3494
3494
|
}
|
|
3495
|
-
interface
|
|
3495
|
+
interface V1ItemTaxFullDetails {
|
|
3496
3496
|
/** Amount for which tax is calculated. */
|
|
3497
3497
|
taxableAmount?: MultiCurrencyPrice$1;
|
|
3498
3498
|
/** Tax rate %, as a decimal point between 0 and 1. */
|
|
@@ -3744,7 +3744,7 @@ interface SelectedCarrierServiceOptionPrices$1 {
|
|
|
3744
3744
|
/** Total price of shipping after discounts (when relevant), and before tax. */
|
|
3745
3745
|
totalPriceBeforeTax?: MultiCurrencyPrice$1;
|
|
3746
3746
|
/** Tax details. */
|
|
3747
|
-
taxDetails?:
|
|
3747
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
3748
3748
|
/** Shipping discount before tax. */
|
|
3749
3749
|
totalDiscount?: MultiCurrencyPrice$1;
|
|
3750
3750
|
/** Shipping price before discount and before tax. */
|
|
@@ -4066,7 +4066,7 @@ interface V1LineItemDiscount {
|
|
|
4066
4066
|
/** Discount value. */
|
|
4067
4067
|
totalDiscountAmount?: MultiCurrencyPrice$1;
|
|
4068
4068
|
}
|
|
4069
|
-
interface
|
|
4069
|
+
interface V1TaxSummary {
|
|
4070
4070
|
/**
|
|
4071
4071
|
* Amount for which tax is calculated, added from line items.
|
|
4072
4072
|
* @readonly
|
|
@@ -4240,7 +4240,7 @@ interface V1AdditionalFee {
|
|
|
4240
4240
|
/** Additional fee's price. */
|
|
4241
4241
|
price?: MultiCurrencyPrice$1;
|
|
4242
4242
|
/** Tax details. */
|
|
4243
|
-
taxDetails?:
|
|
4243
|
+
taxDetails?: V1ItemTaxFullDetails;
|
|
4244
4244
|
/** Provider's app id. */
|
|
4245
4245
|
providerAppId?: string | null;
|
|
4246
4246
|
/** Additional fee's price before tax. */
|
|
@@ -4486,8 +4486,6 @@ declare const index_d$1_ActivityType: typeof ActivityType;
|
|
|
4486
4486
|
type index_d$1_AdditionalFee = AdditionalFee;
|
|
4487
4487
|
type index_d$1_AggregatedTaxBreakdown = AggregatedTaxBreakdown;
|
|
4488
4488
|
type index_d$1_ApiAddressWithContact = ApiAddressWithContact;
|
|
4489
|
-
type index_d$1_ApiItemTaxFullDetails = ApiItemTaxFullDetails;
|
|
4490
|
-
type index_d$1_ApiTaxSummary = ApiTaxSummary;
|
|
4491
4489
|
type index_d$1_ApplicationError = ApplicationError;
|
|
4492
4490
|
type index_d$1_AppliedDiscountDiscountType = AppliedDiscountDiscountType;
|
|
4493
4491
|
declare const index_d$1_AppliedDiscountDiscountType: typeof AppliedDiscountDiscountType;
|
|
@@ -4651,6 +4649,7 @@ type index_d$1_V1DeliveryLogistics = V1DeliveryLogistics;
|
|
|
4651
4649
|
type index_d$1_V1DeliveryTimeSlot = V1DeliveryTimeSlot;
|
|
4652
4650
|
type index_d$1_V1DiscountRule = V1DiscountRule;
|
|
4653
4651
|
type index_d$1_V1DiscountRuleName = V1DiscountRuleName;
|
|
4652
|
+
type index_d$1_V1ItemTaxFullDetails = V1ItemTaxFullDetails;
|
|
4654
4653
|
type index_d$1_V1JurisdictionType = V1JurisdictionType;
|
|
4655
4654
|
declare const index_d$1_V1JurisdictionType: typeof V1JurisdictionType;
|
|
4656
4655
|
type index_d$1_V1LineItemDiscount = V1LineItemDiscount;
|
|
@@ -4661,9 +4660,10 @@ type index_d$1_V1ShippingInformation = V1ShippingInformation;
|
|
|
4661
4660
|
type index_d$1_V1ShippingPrice = V1ShippingPrice;
|
|
4662
4661
|
type index_d$1_V1ShippingRegion = V1ShippingRegion;
|
|
4663
4662
|
type index_d$1_V1SubscriptionSettings = V1SubscriptionSettings;
|
|
4663
|
+
type index_d$1_V1TaxSummary = V1TaxSummary;
|
|
4664
4664
|
type index_d$1_ValidationError = ValidationError;
|
|
4665
4665
|
declare namespace index_d$1 {
|
|
4666
|
-
export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApiItemTaxFullDetails as ApiItemTaxFullDetails, type index_d$1_ApiTaxSummary as ApiTaxSummary, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
4666
|
+
export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, type index_d$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_V1TaxSummary as V1TaxSummary, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
|
|
4667
4667
|
}
|
|
4668
4668
|
|
|
4669
4669
|
interface GetValidationViolationsRequest {
|