@wix/auto_sdk_ecom_subscription-contracts 1.0.64 → 1.0.66
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/build/cjs/index.d.ts +8 -18
- package/build/cjs/index.js +75 -11
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +11 -5
- package/build/cjs/index.typings.js +59 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -5
- package/build/cjs/meta.js +10 -10
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +8 -18
- package/build/es/index.mjs +74 -10
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +11 -5
- package/build/es/index.typings.mjs +56 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -5
- package/build/es/meta.mjs +9 -9
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +8 -18
- package/build/internal/cjs/index.js +75 -11
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +11 -5
- package/build/internal/cjs/index.typings.js +59 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -5
- package/build/internal/cjs/meta.js +10 -10
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +8 -18
- package/build/internal/es/index.mjs +74 -10
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +11 -5
- package/build/internal/es/index.typings.mjs +56 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -5
- package/build/internal/es/meta.mjs +9 -9
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -486,18 +486,18 @@ interface PhysicalProperties {
|
|
|
486
486
|
}
|
|
487
487
|
interface ItemType extends ItemTypeItemTypeDataOneOf {
|
|
488
488
|
/** Preset item type. */
|
|
489
|
-
preset?:
|
|
489
|
+
preset?: ItemTypePresetWithLiterals;
|
|
490
490
|
/** Custom item type. When none of the preset types are suitable, specifies the custom type. */
|
|
491
491
|
custom?: string;
|
|
492
492
|
}
|
|
493
493
|
/** @oneof */
|
|
494
494
|
interface ItemTypeItemTypeDataOneOf {
|
|
495
495
|
/** Preset item type. */
|
|
496
|
-
preset?:
|
|
496
|
+
preset?: ItemTypePresetWithLiterals;
|
|
497
497
|
/** Custom item type. When none of the preset types are suitable, specifies the custom type. */
|
|
498
498
|
custom?: string;
|
|
499
499
|
}
|
|
500
|
-
declare enum
|
|
500
|
+
declare enum ItemTypePreset {
|
|
501
501
|
UNRECOGNISED = "UNRECOGNISED",
|
|
502
502
|
PHYSICAL = "PHYSICAL",
|
|
503
503
|
DIGITAL = "DIGITAL",
|
|
@@ -505,7 +505,7 @@ declare enum ItemTypeItemType {
|
|
|
505
505
|
SERVICE = "SERVICE"
|
|
506
506
|
}
|
|
507
507
|
/** @enumType */
|
|
508
|
-
type
|
|
508
|
+
type ItemTypePresetWithLiterals = ItemTypePreset | 'UNRECOGNISED' | 'PHYSICAL' | 'DIGITAL' | 'GIFT_CARD' | 'SERVICE';
|
|
509
509
|
/** Type of selected payment option for catalog item */
|
|
510
510
|
declare enum PaymentOptionType {
|
|
511
511
|
/** The entire payment for this item happens as part of the checkout. */
|
|
@@ -2166,5 +2166,11 @@ interface SubscriptionContractsQueryBuilder {
|
|
|
2166
2166
|
/** @documentationMaturity preview */
|
|
2167
2167
|
find: () => Promise<SubscriptionContractsQueryResult>;
|
|
2168
2168
|
}
|
|
2169
|
+
/**
|
|
2170
|
+
* @hidden
|
|
2171
|
+
* @fqn wix.ecom.subscription_contracts.v1.SubscriptionContracts.QuerySubscriptionContracts
|
|
2172
|
+
* @requiredField query
|
|
2173
|
+
*/
|
|
2174
|
+
declare function typedQuerySubscriptionContracts(query: CursorQuery): Promise<NonNullablePaths<QuerySubscriptionContractsResponse, `subscriptionContracts` | `subscriptionContracts.${number}.subscriptionSettings.frequency` | `subscriptionContracts.${number}.subscriptionSettings.autoRenewal` | `subscriptionContracts.${number}.subscriptionSettings.enableCustomerCancellation` | `subscriptionContracts.${number}.subscriptionSettings.freeTrialPeriod.frequency` | `subscriptionContracts.${number}.subscriptionSettings.freeTrialPeriod.interval` | `subscriptionContracts.${number}.buyerInfo.visitorId` | `subscriptionContracts.${number}.buyerInfo.memberId` | `subscriptionContracts.${number}.weightUnit` | `subscriptionContracts.${number}.taxIncludedInPrices` | `subscriptionContracts.${number}.shippingInfo.title` | `subscriptionContracts.${number}.channelInfo.type`, 6>>;
|
|
2169
2175
|
|
|
2170
|
-
export { type ActionEvent, type AdditionalFee, type Address, type AddressLocation, type AddressWithContact, AdjustmentType, type AdjustmentTypeWithLiterals, type ApplicationError, type AppliedDiscount, type AppliedDiscountDiscountSourceOneOf, type BaseEventMetadata, type BillingAdjustment, type BillingAdjustmentPriceSummary, type BulkActionMetadata, type BulkCreateSubscriptionContractsRequest, type BulkCreateSubscriptionContractsResponse, type BulkSubscriptionContractResult, type BulkUpdateSubscriptionContractsRequest, type BulkUpdateSubscriptionContractsResponse, type BuyerInfo, type BuyerInfoIdOneOf, type CatalogReference, type ChannelInfo, ChannelType, type ChannelTypeWithLiterals, type Color, type Coupon, type CreateSubscriptionContractRequest, type CreateSubscriptionContractResponse, type CurrencyConversionDetails, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomField, type DeliveryLogistics, type DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot, type DescriptionLine, type DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName, DescriptionLineType, type DescriptionLineTypeWithLiterals, type DescriptionLineValueOneOf, type DigitalFile, DiscountReason, type DiscountReasonWithLiterals, type DiscountRule, type DiscountRuleName, DiscountType, type DiscountTypeWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type ExtendedFields, type FocalPoint, type FreeTrialPeriod, type FullAddressContactDetails, type GetSubscriptionContractRequest, type GetSubscriptionContractResponse, type IdentificationData, type IdentificationDataIdOneOf, type ItemMetadata, type ItemModifier, type ItemTaxFullDetails, type ItemType,
|
|
2176
|
+
export { type ActionEvent, type AdditionalFee, type Address, type AddressLocation, type AddressWithContact, AdjustmentType, type AdjustmentTypeWithLiterals, type ApplicationError, type AppliedDiscount, type AppliedDiscountDiscountSourceOneOf, type BaseEventMetadata, type BillingAdjustment, type BillingAdjustmentPriceSummary, type BulkActionMetadata, type BulkCreateSubscriptionContractsRequest, type BulkCreateSubscriptionContractsResponse, type BulkSubscriptionContractResult, type BulkUpdateSubscriptionContractsRequest, type BulkUpdateSubscriptionContractsResponse, type BuyerInfo, type BuyerInfoIdOneOf, type CatalogReference, type ChannelInfo, ChannelType, type ChannelTypeWithLiterals, type Color, type Coupon, type CreateSubscriptionContractRequest, type CreateSubscriptionContractResponse, type CurrencyConversionDetails, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type CustomField, type DeliveryLogistics, type DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot, type DescriptionLine, type DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName, DescriptionLineType, type DescriptionLineTypeWithLiterals, type DescriptionLineValueOneOf, type DigitalFile, DiscountReason, type DiscountReasonWithLiterals, type DiscountRule, type DiscountRuleName, DiscountType, type DiscountTypeWithLiterals, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EventMetadata, type ExtendedFields, type FocalPoint, type FreeTrialPeriod, type FullAddressContactDetails, type GetSubscriptionContractRequest, type GetSubscriptionContractResponse, type IdentificationData, type IdentificationDataIdOneOf, type ItemMetadata, type ItemModifier, type ItemTaxFullDetails, type ItemType, type ItemTypeItemTypeDataOneOf, ItemTypePreset, type ItemTypePresetWithLiterals, JurisdictionType, type JurisdictionTypeWithLiterals, type LineItemDiscount, type LineItemTaxBreakdown, type LineItemTaxInfo, type Location, type LocationAndQuantity, type MaskedSubscriptionContract, type MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope, type ModifierGroup, type OrderLineItem, type OrderTaxBreakdown, type OrderTaxInfo, PaymentOptionType, type PaymentOptionTypeWithLiterals, type PhysicalProperties, type PickupAddress, type PickupDetails, PickupMethod, type PickupMethodWithLiterals, type PlainTextValue, type Price, type PriceDescription, type PriceSummary, type ProductName, type QuerySubscriptionContractsRequest, type QuerySubscriptionContractsResponse, type RestoreInfo, type ShippingInformation, type ShippingPrice, type ShippingRegion, SortOrder, type SortOrderWithLiterals, type Sorting, type StreetAddress, type SubscriptionContract, type SubscriptionContractCreatedEnvelope, type SubscriptionContractDeletedEnvelope, type SubscriptionContractUpdatedEnvelope, type SubscriptionContractsQueryBuilder, type SubscriptionContractsQueryResult, type SubscriptionDescription, SubscriptionFrequency, type SubscriptionFrequencyWithLiterals, type SubscriptionInfo, type SubscriptionSettings, type SubscriptionTitle, type TaxableAddress, type TaxableAddressTaxableAddressDataOneOf, TaxableAddressType, type TaxableAddressTypeWithLiterals, type TranslatableString, type UpdateSubscriptionContractRequest, type UpdateSubscriptionContractResponse, type V1FreeTrialPeriod, type V1SubscriptionDescription, type V1SubscriptionSettings, type V1SubscriptionTitle, V2SubscriptionFrequency, type V2SubscriptionFrequencyWithLiterals, type VatId, VatType, type VatTypeWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, WeightUnit, type WeightUnitWithLiterals, getSubscriptionContract, onSubscriptionContractCreated, onSubscriptionContractDeleted, onSubscriptionContractUpdated, querySubscriptionContracts, typedQuerySubscriptionContracts };
|
|
@@ -25,7 +25,7 @@ __export(index_typings_exports, {
|
|
|
25
25
|
DescriptionLineType: () => DescriptionLineType,
|
|
26
26
|
DiscountReason: () => DiscountReason,
|
|
27
27
|
DiscountType: () => DiscountType,
|
|
28
|
-
|
|
28
|
+
ItemTypePreset: () => ItemTypePreset,
|
|
29
29
|
JurisdictionType: () => JurisdictionType,
|
|
30
30
|
PaymentOptionType: () => PaymentOptionType,
|
|
31
31
|
PickupMethod: () => PickupMethod,
|
|
@@ -37,7 +37,8 @@ __export(index_typings_exports, {
|
|
|
37
37
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
38
38
|
WeightUnit: () => WeightUnit,
|
|
39
39
|
getSubscriptionContract: () => getSubscriptionContract2,
|
|
40
|
-
querySubscriptionContracts: () => querySubscriptionContracts2
|
|
40
|
+
querySubscriptionContracts: () => querySubscriptionContracts2,
|
|
41
|
+
typedQuerySubscriptionContracts: () => typedQuerySubscriptionContracts
|
|
41
42
|
});
|
|
42
43
|
module.exports = __toCommonJS(index_typings_exports);
|
|
43
44
|
|
|
@@ -272,14 +273,14 @@ var DescriptionLineType = /* @__PURE__ */ ((DescriptionLineType2) => {
|
|
|
272
273
|
DescriptionLineType2["COLOR"] = "COLOR";
|
|
273
274
|
return DescriptionLineType2;
|
|
274
275
|
})(DescriptionLineType || {});
|
|
275
|
-
var
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
return
|
|
282
|
-
})(
|
|
276
|
+
var ItemTypePreset = /* @__PURE__ */ ((ItemTypePreset2) => {
|
|
277
|
+
ItemTypePreset2["UNRECOGNISED"] = "UNRECOGNISED";
|
|
278
|
+
ItemTypePreset2["PHYSICAL"] = "PHYSICAL";
|
|
279
|
+
ItemTypePreset2["DIGITAL"] = "DIGITAL";
|
|
280
|
+
ItemTypePreset2["GIFT_CARD"] = "GIFT_CARD";
|
|
281
|
+
ItemTypePreset2["SERVICE"] = "SERVICE";
|
|
282
|
+
return ItemTypePreset2;
|
|
283
|
+
})(ItemTypePreset || {});
|
|
283
284
|
var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
|
|
284
285
|
PaymentOptionType2["FULL_PAYMENT_ONLINE"] = "FULL_PAYMENT_ONLINE";
|
|
285
286
|
PaymentOptionType2["FULL_PAYMENT_OFFLINE"] = "FULL_PAYMENT_OFFLINE";
|
|
@@ -494,6 +495,51 @@ function querySubscriptionContracts2() {
|
|
|
494
495
|
transformationPaths: {}
|
|
495
496
|
});
|
|
496
497
|
}
|
|
498
|
+
async function typedQuerySubscriptionContracts(query) {
|
|
499
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
500
|
+
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({ query });
|
|
501
|
+
const reqOpts = querySubscriptionContracts(
|
|
502
|
+
payload
|
|
503
|
+
);
|
|
504
|
+
sideEffects?.onSiteCall?.();
|
|
505
|
+
try {
|
|
506
|
+
const result = await httpClient.request(reqOpts);
|
|
507
|
+
sideEffects?.onSuccess?.(result);
|
|
508
|
+
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(
|
|
509
|
+
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
510
|
+
{
|
|
511
|
+
transformFn: import_image.transformRESTImageToSDKImage,
|
|
512
|
+
paths: [{ path: "subscriptionContracts.lineItems.image" }]
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
transformFn: import_address.transformRESTAddressToSDKAddress,
|
|
516
|
+
paths: [
|
|
517
|
+
{ path: "subscriptionContracts.billingInfo.address" },
|
|
518
|
+
{
|
|
519
|
+
path: "subscriptionContracts.shippingInfo.logistics.shippingDestination.address"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "subscriptionContracts.shippingInfo.logistics.pickupDetails.address"
|
|
523
|
+
},
|
|
524
|
+
{ path: "subscriptionContracts.recipientInfo.address" }
|
|
525
|
+
]
|
|
526
|
+
}
|
|
527
|
+
])
|
|
528
|
+
);
|
|
529
|
+
} catch (err) {
|
|
530
|
+
const transformedError = (0, import_transform_error.transformError)(
|
|
531
|
+
err,
|
|
532
|
+
{
|
|
533
|
+
spreadPathsToArguments: {},
|
|
534
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
535
|
+
singleArgumentUnchanged: false
|
|
536
|
+
},
|
|
537
|
+
["query"]
|
|
538
|
+
);
|
|
539
|
+
sideEffects?.onError?.(err);
|
|
540
|
+
throw transformedError;
|
|
541
|
+
}
|
|
542
|
+
}
|
|
497
543
|
// Annotate the CommonJS export names for ESM import in node:
|
|
498
544
|
0 && (module.exports = {
|
|
499
545
|
AdjustmentType,
|
|
@@ -501,7 +547,7 @@ function querySubscriptionContracts2() {
|
|
|
501
547
|
DescriptionLineType,
|
|
502
548
|
DiscountReason,
|
|
503
549
|
DiscountType,
|
|
504
|
-
|
|
550
|
+
ItemTypePreset,
|
|
505
551
|
JurisdictionType,
|
|
506
552
|
PaymentOptionType,
|
|
507
553
|
PickupMethod,
|
|
@@ -513,6 +559,7 @@ function querySubscriptionContracts2() {
|
|
|
513
559
|
WebhookIdentityType,
|
|
514
560
|
WeightUnit,
|
|
515
561
|
getSubscriptionContract,
|
|
516
|
-
querySubscriptionContracts
|
|
562
|
+
querySubscriptionContracts,
|
|
563
|
+
typedQuerySubscriptionContracts
|
|
517
564
|
});
|
|
518
565
|
//# sourceMappingURL=index.typings.js.map
|