@salesforce/b2c-cli 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/setup/ide/tsserver-plugin.d.ts +56 -0
- package/dist/commands/setup/ide/tsserver-plugin.js +88 -0
- package/dist/commands/setup/ide/tsserver-plugin.js.map +1 -0
- package/dist/commands/setup/ide/vscode-types.d.ts +44 -0
- package/dist/commands/setup/ide/vscode-types.js +141 -0
- package/dist/commands/setup/ide/vscode-types.js.map +1 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/package.json +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/plugin/index.js +575 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/APIException.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/ConversionError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/EvalError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Fault.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/IOError.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/InternalError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Module.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/Namespace.d.ts +77 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/QName.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/RangeError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/ReferenceError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/StopIteration.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/SyntaxError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/SystemError.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/TypeError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/URIError.d.ts +16 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XML.d.ts +398 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XMLList.d.ts +155 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/XMLStreamError.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/TopLevel/arguments.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/Alert.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/Alerts.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/alert/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTest.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTestMgr.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ABTestSegment.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/AmountDiscount.d.ts +22 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/ApproachingDiscount.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/BonusChoiceDiscount.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/BonusDiscount.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Campaign.d.ts +167 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CampaignMgr.d.ts +192 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CampaignStatusCodes.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Coupon.d.ts +146 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponMgr.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponRedemption.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/CouponStatusCodes.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Discount.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/DiscountPlan.d.ts +161 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FixedPriceDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FixedPriceShippingDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FreeDiscount.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/FreeShippingDiscount.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PercentageDiscount.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PercentageOptionDiscount.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PriceBookPriceDiscount.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/Promotion.d.ts +455 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PromotionMgr.d.ts +262 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/PromotionPlan.d.ts +180 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SlotContent.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeGroup.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeInfo.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/SourceCodeStatusCodes.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/TotalFixedPriceDiscount.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/campaign/index.d.ts +65 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Catalog.d.ts +84 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CatalogMgr.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Category.d.ts +592 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CategoryAssignment.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/CategoryLink.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/PriceBook.d.ts +94 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/PriceBookMgr.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Product.d.ts +1100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductActiveData.d.ts +593 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAttributeModel.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAvailabilityLevels.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductAvailabilityModel.d.ts +359 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryList.d.ts +65 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryMgr.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductInventoryRecord.d.ts +296 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductLink.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductMgr.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOption.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOptionModel.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductOptionValue.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceInfo.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceModel.d.ts +586 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductPriceTable.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchHit.d.ts +398 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchModel.d.ts +816 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinementDefinition.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinementValue.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductSearchRefinements.d.ts +142 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationAttribute.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationAttributeValue.d.ts +90 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/ProductVariationModel.d.ts +508 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Recommendation.d.ts +139 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchModel.d.ts +277 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinementDefinition.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinementValue.d.ts +93 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SearchRefinements.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SortingOption.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/SortingRule.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Store.d.ts +214 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreGroup.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreInventoryFilter.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreInventoryFilterValue.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/StoreMgr.d.ts +86 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Variant.d.ts +555 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/VariationGroup.d.ts +422 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/index.d.ts +93 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Content.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentMgr.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchModel.d.ts +230 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinementDefinition.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinementValue.d.ts +10 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/ContentSearchRefinements.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Folder.d.ts +186 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/Library.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/MarkupText.d.ts +125 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/MediaFile.d.ts +297 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/content/index.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/CertificateRef.d.ts +20 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/CertificateUtils.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Cipher.d.ts +178 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Encoding.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWE.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWEHeader.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWS.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/JWSHeader.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/KeyRef.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Mac.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/MessageDigest.d.ts +108 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/SecureRandom.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/Signature.d.ts +88 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakCipher.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakMac.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakMessageDigest.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/WeakSignature.d.ts +63 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/X509Certificate.d.ts +73 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/crypto/index.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AddressBook.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AgentUserMgr.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AgentUserStatusCodes.d.ts +64 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/AuthenticationStatus.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Credentials.d.ts +266 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Customer.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerActiveData.d.ts +276 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerAddress.d.ts +280 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerCDPData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerContextMgr.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerGroup.d.ts +76 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerList.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerMgr.d.ts +611 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerPasswordConstraints.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerPaymentInstrument.d.ts +118 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/CustomerStatusCodes.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/EncryptedObject.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ExternalProfile.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/OrderHistory.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductList.d.ts +376 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListItem.d.ts +204 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListItemPurchase.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListMgr.d.ts +190 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/ProductListRegistrant.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Profile.d.ts +420 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/Wallet.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ConsentStatusEntry.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/MarketingConsentSubscription.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentErrorCodes.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentException.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/ShopperConsentMgr.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/consent/index.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/index.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthAccessTokenResponse.d.ts +71 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthFinalizedResponse.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthLoginFlowMgr.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/OAuthUserInfoResponse.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/oauth/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContext.d.ts +171 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextErrorCodes.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextException.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/ShopperContextMgr.d.ts +130 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/customer/shoppercontext/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/AspectAttributeValidationException.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Component.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/ComponentRenderSettings.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/ComponentScriptContext.d.ts +96 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/CustomEditor.d.ts +80 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/CustomEditorResources.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Page.d.ts +255 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/PageMgr.d.ts +311 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/PageScriptContext.d.ts +127 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/Region.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/RegionRenderSettings.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/cms/CMSRecord.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/cms/index.d.ts +5 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/FocalPoint.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/Image.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/ImageMetaData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/image/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/experience/index.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/ApplePayHookResult.d.ts +104 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/ApplePayHooks.d.ts +271 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/applepay/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/FacebookFeedHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/FacebookProduct.d.ts +567 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/facebook/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentapi/PaymentApiHooks.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentapi/index.d.ts +5 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/PaymentRequestHookResult.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/PaymentRequestHooks.d.ts +168 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/paymentrequest/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceAdyenPaymentIntent.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceAdyenSavedPaymentMethod.d.ts +126 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceBancontactPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceCardPaymentDetails.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceEpsPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceIdealPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceKlarnaPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrder.d.ts +109 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrderAddress.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalOrderPayer.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePayPalPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentDetails.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentIntent.d.ts +116 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentMethod.d.ts +162 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentRequest.d.ts +562 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsHooks.d.ts +78 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMerchantAccount.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMerchantAccountPaymentMethod.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsMgr.d.ts +420 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsSiteConfiguration.d.ts +84 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforcePaymentsZone.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceSepaDebitPaymentDetails.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/SalesforceVenmoPaymentDetails.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/payments/index.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestAvailability.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestFeedHooks.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestOrder.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestOrderHooks.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/PinterestProduct.d.ts +302 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/extensions/pinterest/index.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/CSVStreamReader.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/CSVStreamWriter.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/File.d.ts +343 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/FileReader.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/FileWriter.d.ts +62 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/InputStream.d.ts +15 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/OutputStream.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/PrintWriter.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/RandomAccessFileReader.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/Reader.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/StringWriter.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/Writer.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLIndentingStreamWriter.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamConstants.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamReader.d.ts +674 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/XMLStreamWriter.d.ts +204 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/io/index.d.ts +35 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/JobExecution.d.ts +52 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/JobStepExecution.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/job/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/FTPClient.d.ts +219 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/FTPFileInfo.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPClient.d.ts +337 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPClientLoggingConfig.d.ts +180 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/HTTPRequestPart.d.ts +122 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/Mail.d.ts +182 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/SFTPClient.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/SFTPFileInfo.d.ts +45 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/WebDAVClient.d.ts +324 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/WebDAVFileInfo.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/net/index.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ActiveData.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomAttributes.d.ts +143 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomObject.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/CustomObjectMgr.d.ts +283 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/Extensible.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ExtensibleObject.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/Note.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeDefinition.d.ts +239 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeGroup.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectAttributeValueDefinition.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/ObjectTypeDefinition.d.ts +113 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/PersistentObject.d.ts +33 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/SimpleExtensible.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/SystemObjectMgr.d.ts +319 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/object/index.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AbstractItem.d.ts +91 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AbstractItemCtnr.d.ts +100 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Appeasement.d.ts +163 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/AppeasementItem.d.ts +43 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Basket.d.ts +476 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/BasketMgr.d.ts +406 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/BonusDiscountLineItem.d.ts +170 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CouponLineItem.d.ts +139 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateAgentBasketLimitExceededException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateBasketFromOrderException.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateCouponLineItemException.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateOrderException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/CreateTemporaryBasketLimitExceededException.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificate.d.ts +220 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateLineItem.d.ts +124 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateMgr.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/GiftCertificateStatusCodes.d.ts +42 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Invoice.d.ts +284 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/InvoiceItem.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItem.d.ts +265 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItemCtnr.d.ts +1146 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/LineItemTax.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Order.d.ts +1360 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderAddress.d.ts +259 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderItem.d.ts +332 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderMgr.d.ts +864 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderPaymentInstrument.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/OrderProcessStatusCodes.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentCard.d.ts +112 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentInstrument.d.ts +757 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentMethod.d.ts +141 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentMgr.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentProcessor.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentStatusCodes.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PaymentTransaction.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PriceAdjustment.d.ts +430 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/PriceAdjustmentLimitTypes.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductLineItem.d.ts +849 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingCost.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingLineItem.d.ts +154 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ProductShippingModel.d.ts +73 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Return.d.ts +161 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnCase.d.ts +215 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnCaseItem.d.ts +165 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ReturnItem.d.ts +159 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/Shipment.d.ts +506 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShipmentShippingCost.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShipmentShippingModel.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingLineItem.d.ts +151 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingLocation.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingMethod.d.ts +114 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingMgr.d.ts +95 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingOrder.d.ts +304 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/ShippingOrderItem.d.ts +210 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/SumItem.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxGroup.d.ts +49 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxItem.d.ts +29 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TaxMgr.d.ts +155 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TrackingInfo.d.ts +107 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/TrackingRef.d.ts +44 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/BasketMergeHooks.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/CalculateHooks.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/CheckoutHooks.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/OrderHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/PaymentHooks.d.ts +189 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/ReturnHooks.d.ts +274 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/ShippingOrderHooks.d.ts +220 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/TaxHooks.d.ts +378 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/hooks/index.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/order/index.d.ts +123 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/SOAPUtil.d.ts +339 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/Stub.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/WebReference.d.ts +55 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/rpc/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/SitemapFile.d.ts +57 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/SitemapMgr.d.ts +70 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/sitemap/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/BrandSuggestions.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/CategorySuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/ContentSuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/CustomSuggestions.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/ProductSuggestions.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SearchPhraseSuggestions.d.ts +53 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestModel.d.ts +230 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedCategory.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedContent.d.ts +19 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedPhrase.d.ts +25 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedProduct.d.ts +21 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedTerm.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/SuggestedTerms.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/Suggestions.d.ts +89 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/suggest/index.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/FTPService.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/FTPServiceDefinition.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPFormService.d.ts +14 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPFormServiceDefinition.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPService.d.ts +147 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/HTTPServiceDefinition.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/LocalServiceRegistry.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/Result.d.ts +133 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/SOAPService.d.ts +36 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/SOAPServiceDefinition.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/Service.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceCallback.d.ts +172 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceConfig.d.ts +52 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceCredential.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceDefinition.d.ts +105 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceProfile.d.ts +66 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/ServiceRegistry.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/svc/index.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/AgentUserStatusCodes.d.ts +14 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Cache.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/CacheMgr.d.ts +39 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/HookMgr.d.ts +31 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/InternalObject.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/JobProcessMonitor.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Log.d.ts +77 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/LogNDC.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Logger.d.ts +83 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/OrganizationPreferences.d.ts +40 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Pipeline.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/PipelineDictionary.d.ts +28 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTErrorResponse.d.ts +58 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTResponseMgr.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RESTSuccessResponse.d.ts +38 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RemoteInclude.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Request.d.ts +363 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/RequestHooks.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Response.d.ts +278 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/SearchStatus.d.ts +74 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Session.d.ts +263 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Site.d.ts +247 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/SitePreferences.d.ts +51 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Status.d.ts +141 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/StatusItem.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/System.d.ts +96 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/Transaction.d.ts +60 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/system/index.d.ts +57 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/ISML.d.ts +32 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/Velocity.d.ts +71 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/template/index.d.ts +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/ArrayList.d.ts +40 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Assert.d.ts +159 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/BigInteger.d.ts +104 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Bytes.d.ts +99 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Calendar.d.ts +450 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Collection.d.ts +91 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Currency.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/DateUtils.d.ts +27 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Decimal.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/FilteringCollection.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Geolocation.d.ts +111 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/HashMap.d.ts +17 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/HashSet.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Iterator.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/LinkedHashMap.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/LinkedHashSet.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/List.d.ts +148 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Locale.d.ts +110 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Map.d.ts +82 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MapEntry.d.ts +24 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MappingKey.d.ts +34 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/MappingMgr.d.ts +46 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/PropertyComparator.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SecureEncoder.d.ts +371 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SecureFilter.d.ts +340 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SeekableIterator.d.ts +85 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Set.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SortedMap.d.ts +59 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/SortedSet.d.ts +75 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/StringUtils.d.ts +191 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/Template.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/UUIDUtils.d.ts +12 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/util/index.d.ts +67 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/EnumValue.d.ts +50 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/MimeEncodedText.d.ts +47 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/Money.d.ts +196 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/Quantity.d.ts +103 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/value/index.d.ts +11 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/CSRFProtection.d.ts +48 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/ClickStream.d.ts +87 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/ClickStreamEntry.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Cookie.d.ts +166 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Cookies.d.ts +23 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Form.d.ts +30 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormAction.d.ts +82 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormElement.d.ts +92 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormElementValidationResult.d.ts +63 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormField.d.ts +331 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormFieldOption.d.ts +90 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormFieldOptions.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormGroup.d.ts +106 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormList.d.ts +56 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/FormListItem.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Forms.d.ts +13 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/HttpParameter.d.ts +195 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/HttpParameterMap.d.ts +92 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/LoopIterator.d.ts +95 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PageMetaData.d.ts +87 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PageMetaTag.d.ts +81 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/PagingModel.d.ts +181 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/Resource.d.ts +69 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URL.d.ts +68 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLAction.d.ts +41 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLParameter.d.ts +18 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLRedirect.d.ts +26 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLRedirectMgr.d.ts +37 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/URLUtils.d.ts +759 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/web/index.d.ts +61 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/Port.d.ts +54 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/WSUtil.d.ts +311 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/WebReference2.d.ts +120 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/ws/index.d.ts +9 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/global.d.ts +1101 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/sfra/server.d.ts +271 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/upstream-package.json +7 -0
- package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/upstream-tsconfig.json +7 -0
- package/oclif.manifest.json +5721 -5416
- package/package.json +2 -2
package/dist/script-types/node_modules/@salesforce/b2c-script-types/types/dw/catalog/Variant.d.ts
ADDED
|
@@ -0,0 +1,555 @@
|
|
|
1
|
+
import Product = require('./Product');
|
|
2
|
+
import ExtensibleObject = require('../object/ExtensibleObject');
|
|
3
|
+
import CustomAttributes = require('../object/CustomAttributes');
|
|
4
|
+
import MarkupText = require('../content/MarkupText');
|
|
5
|
+
import MediaFile = require('../content/MediaFile');
|
|
6
|
+
import Quantity = require('../value/Quantity');
|
|
7
|
+
import Category = require('./Category');
|
|
8
|
+
import Collection = require('../util/Collection');
|
|
9
|
+
import ProductLink = require('./ProductLink');
|
|
10
|
+
import Recommendation = require('./Recommendation');
|
|
11
|
+
|
|
12
|
+
declare global {
|
|
13
|
+
module ICustomAttributes {
|
|
14
|
+
interface Variant extends ICustomAttributes.Product {
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Represents a variant of a product variation. If the variant does not define an own value,
|
|
21
|
+
* the value is retrieved by fallback from variation groups (sorted by their position) or the
|
|
22
|
+
* variation master.
|
|
23
|
+
*/
|
|
24
|
+
declare class Variant extends Product<ICustomAttributes.Variant> {
|
|
25
|
+
/**
|
|
26
|
+
* Returns the EAN of the product variant.
|
|
27
|
+
*
|
|
28
|
+
* If the variant does not define an own value for 'EAN', the value is retrieved
|
|
29
|
+
* from the assigned variation groups, sorted by their position.
|
|
30
|
+
*
|
|
31
|
+
* If none of the variation groups define a value for 'EAN', the value of
|
|
32
|
+
* the master product is returned.
|
|
33
|
+
*/
|
|
34
|
+
readonly EAN: string;
|
|
35
|
+
/**
|
|
36
|
+
* Returns the UPC of the product variant.
|
|
37
|
+
*
|
|
38
|
+
* If the variant does not define an own value for 'UPC', the value is retrieved
|
|
39
|
+
* from the assigned variation groups, sorted by their position.
|
|
40
|
+
*
|
|
41
|
+
* If none of the variation groups define a value for 'UPC', the value of
|
|
42
|
+
* the master product is returned.
|
|
43
|
+
*/
|
|
44
|
+
readonly UPC: string;
|
|
45
|
+
/**
|
|
46
|
+
* Returns all product links of the product variant.
|
|
47
|
+
*
|
|
48
|
+
* If the variant does not define any product links, the product links are retrieved
|
|
49
|
+
* from the assigned variation groups, sorted by their position.
|
|
50
|
+
*
|
|
51
|
+
* If none of the variation groups define any product links, the product links are
|
|
52
|
+
* retrieved from the master product.
|
|
53
|
+
*/
|
|
54
|
+
readonly allProductLinks: Collection<ProductLink>;
|
|
55
|
+
/**
|
|
56
|
+
* Returns the brand of the product variant.
|
|
57
|
+
*
|
|
58
|
+
* If the variant does not define an own value for 'brand', the value is retrieved
|
|
59
|
+
* from the assigned variation groups, sorted by their position.
|
|
60
|
+
*
|
|
61
|
+
* If none of the variation groups define a value for 'brand', the value of
|
|
62
|
+
* the master product is returned.
|
|
63
|
+
*/
|
|
64
|
+
readonly brand: string;
|
|
65
|
+
/**
|
|
66
|
+
* Returns the classification category of the product variant.
|
|
67
|
+
*
|
|
68
|
+
* Please note that the classification category is always inherited
|
|
69
|
+
* from the master and cannot be overridden by the variant.
|
|
70
|
+
*/
|
|
71
|
+
readonly classificationCategory: Category;
|
|
72
|
+
/**
|
|
73
|
+
* Returns the image of the product variant.
|
|
74
|
+
*
|
|
75
|
+
* If the variant does not define an own value for 'image', the value is retrieved
|
|
76
|
+
* from the assigned variation groups, sorted by their position.
|
|
77
|
+
*
|
|
78
|
+
* If none of the variation groups define a value for 'image', the value of
|
|
79
|
+
* the master product is returned.
|
|
80
|
+
*/
|
|
81
|
+
readonly image: MediaFile;
|
|
82
|
+
/**
|
|
83
|
+
* Returns the long description of the product variant.
|
|
84
|
+
*
|
|
85
|
+
* If the variant does not define an own value for 'longDescription', the value is retrieved
|
|
86
|
+
* from the assigned variation groups, sorted by their position.
|
|
87
|
+
*
|
|
88
|
+
* If none of the variation groups define a value for 'longDescription', the value of
|
|
89
|
+
* the master product is returned.
|
|
90
|
+
*/
|
|
91
|
+
readonly longDescription: MarkupText;
|
|
92
|
+
/**
|
|
93
|
+
* Returns the manufacturer name of the product variant.
|
|
94
|
+
*
|
|
95
|
+
* If the variant does not define an own value for 'manufacturerName', the value is retrieved
|
|
96
|
+
* from the assigned variation groups, sorted by their position.
|
|
97
|
+
*
|
|
98
|
+
* If none of the variation groups define a value for 'manufacturerName', the value of
|
|
99
|
+
* the master product is returned.
|
|
100
|
+
*/
|
|
101
|
+
readonly manufacturerName: string;
|
|
102
|
+
/**
|
|
103
|
+
* Returns the manufacturer sku of the product variant.
|
|
104
|
+
*
|
|
105
|
+
* If the variant does not define an own value for 'manufacturerSKU', the value is retrieved
|
|
106
|
+
* from the assigned variation groups, sorted by their position.
|
|
107
|
+
*
|
|
108
|
+
* If none of the variation groups define a value for 'manufacturerSKU', the value of
|
|
109
|
+
* the master product is returned.
|
|
110
|
+
*/
|
|
111
|
+
readonly manufacturerSKU: string;
|
|
112
|
+
/**
|
|
113
|
+
* Returns the ProductMaster for this mastered product.
|
|
114
|
+
*/
|
|
115
|
+
readonly masterProduct: Product<any>;
|
|
116
|
+
/**
|
|
117
|
+
* Returns the name of the product variant.
|
|
118
|
+
*
|
|
119
|
+
* If the variant does not define an own value for 'name', the value is retrieved
|
|
120
|
+
* from the assigned variation groups, sorted by their position.
|
|
121
|
+
*
|
|
122
|
+
* If none of the variation groups define a value for 'name', the value of
|
|
123
|
+
* the master product is returned.
|
|
124
|
+
*/
|
|
125
|
+
readonly name: string;
|
|
126
|
+
/**
|
|
127
|
+
* Returns the onlineFrom date of the product variant.
|
|
128
|
+
*
|
|
129
|
+
* If the variant does not define an own value for 'onlineFrom', the value is retrieved
|
|
130
|
+
* from the assigned variation groups, sorted by their position.
|
|
131
|
+
*
|
|
132
|
+
* If none of the variation groups define a value for 'onlineFrom', the value of
|
|
133
|
+
* the master product is returned.
|
|
134
|
+
*/
|
|
135
|
+
readonly onlineFrom: Date;
|
|
136
|
+
/**
|
|
137
|
+
* Returns the onlineTo date of the product variant.
|
|
138
|
+
*
|
|
139
|
+
* If the variant does not define an own value for 'onlineTo', the value is retrieved
|
|
140
|
+
* from the assigned variation groups, sorted by their position.
|
|
141
|
+
*
|
|
142
|
+
* If none of the variation groups define a value for 'onlineTo', the value of
|
|
143
|
+
* the master product is returned.
|
|
144
|
+
*/
|
|
145
|
+
readonly onlineTo: Date;
|
|
146
|
+
/**
|
|
147
|
+
* Returns 'true' if the variant has any options, otherwise 'false'.
|
|
148
|
+
* Method also returns 'true' if the variant has not any options,
|
|
149
|
+
* but the related variation groups (sorted by position) or
|
|
150
|
+
* master product has options.
|
|
151
|
+
*/
|
|
152
|
+
readonly optionProduct: boolean;
|
|
153
|
+
/**
|
|
154
|
+
* Returns the pageDescription of the product variant.
|
|
155
|
+
*
|
|
156
|
+
* If the variant does not define an own value for 'pageDescription', the value is retrieved
|
|
157
|
+
* from the assigned variation groups, sorted by their position.
|
|
158
|
+
*
|
|
159
|
+
* If none of the variation groups define a value for 'pageDescription', the value of
|
|
160
|
+
* the master product is returned.
|
|
161
|
+
*/
|
|
162
|
+
readonly pageDescription: string;
|
|
163
|
+
/**
|
|
164
|
+
* Returns the pageKeywords of the product variant.
|
|
165
|
+
*
|
|
166
|
+
* If the variant does not define an own value for 'pageKeywords', the value is retrieved
|
|
167
|
+
* from the assigned variation groups, sorted by their position.
|
|
168
|
+
*
|
|
169
|
+
* If none of the variation groups define a value for 'pageKeywords', the value of
|
|
170
|
+
* the master product is returned.
|
|
171
|
+
*/
|
|
172
|
+
readonly pageKeywords: string;
|
|
173
|
+
/**
|
|
174
|
+
* Returns the pageTitle of the product variant.
|
|
175
|
+
*
|
|
176
|
+
* If the variant does not define an own value for 'pageTitle', the value is retrieved
|
|
177
|
+
* from the assigned variation groups, sorted by their position.
|
|
178
|
+
*
|
|
179
|
+
* If none of the variation groups define a value for 'pageTitle', the value of
|
|
180
|
+
* the master product is returned.
|
|
181
|
+
*/
|
|
182
|
+
readonly pageTitle: string;
|
|
183
|
+
/**
|
|
184
|
+
* Returns the pageURL of the product variant.
|
|
185
|
+
*
|
|
186
|
+
* If the variant does not define an own value for 'pageURL', the value is retrieved
|
|
187
|
+
* from the assigned variation groups, sorted by their position.
|
|
188
|
+
*
|
|
189
|
+
* If none of the variation groups define a value for 'pageURL', the value of
|
|
190
|
+
* the master product is returned.
|
|
191
|
+
*/
|
|
192
|
+
readonly pageURL: string;
|
|
193
|
+
/**
|
|
194
|
+
* Returns all product links of the product variant for which the target
|
|
195
|
+
* product is assigned to the current site catalog.
|
|
196
|
+
*
|
|
197
|
+
* If the variant does not define any product links, the product links are retrieved
|
|
198
|
+
* from the assigned variation groups, sorted by their position
|
|
199
|
+
*
|
|
200
|
+
* If none of the variation groups define any product links, the product links are retrieved
|
|
201
|
+
* from the master product.
|
|
202
|
+
*/
|
|
203
|
+
readonly productLinks: Collection<ProductLink>;
|
|
204
|
+
/**
|
|
205
|
+
* Returns the short description of the product variant.
|
|
206
|
+
*
|
|
207
|
+
* If the variant does not define an own value for 'shortDescription', the value is retrieved
|
|
208
|
+
* from the assigned variation groups, sorted by their position.
|
|
209
|
+
*
|
|
210
|
+
* If none of the variation groups define a value for 'shortDescription', the value of
|
|
211
|
+
* the master product is returned.
|
|
212
|
+
*/
|
|
213
|
+
readonly shortDescription: MarkupText;
|
|
214
|
+
/**
|
|
215
|
+
* Returns the tax class id of the product variant.
|
|
216
|
+
*
|
|
217
|
+
* If the variant does not define an own value for 'taxClassID', the value is retrieved
|
|
218
|
+
* from the assigned variation groups, sorted by their position.
|
|
219
|
+
*
|
|
220
|
+
* If none of the variation groups define a value for 'taxClassID', the value of
|
|
221
|
+
* the master product is returned.
|
|
222
|
+
*/
|
|
223
|
+
readonly taxClassID: string;
|
|
224
|
+
/**
|
|
225
|
+
* Returns the rendering template name of the product variant.
|
|
226
|
+
*
|
|
227
|
+
* If the variant does not define an own value for 'template', the value is retrieved
|
|
228
|
+
* from the assigned variation groups, sorted by their position.
|
|
229
|
+
*
|
|
230
|
+
* If none of the variation groups define a value for 'template', the value of
|
|
231
|
+
* the master product is returned.
|
|
232
|
+
*/
|
|
233
|
+
readonly template: string;
|
|
234
|
+
/**
|
|
235
|
+
* Returns the thumbnail image of the product variant.
|
|
236
|
+
*
|
|
237
|
+
* If the variant does not define an own value for 'thumbnail', the value is retrieved
|
|
238
|
+
* from the assigned variation groups, sorted by their position.
|
|
239
|
+
*
|
|
240
|
+
* If none of the variation groups define a value for 'thumbnail', the value of
|
|
241
|
+
* the master product is returned.
|
|
242
|
+
*/
|
|
243
|
+
readonly thumbnail: MediaFile;
|
|
244
|
+
/**
|
|
245
|
+
* Returns the sales unit of the product variant as defined by the
|
|
246
|
+
* master product.
|
|
247
|
+
*
|
|
248
|
+
* If the variant does not define an own value for 'unit', the value is retrieved
|
|
249
|
+
* from the assigned variation groups, sorted by their position.
|
|
250
|
+
*
|
|
251
|
+
* If none of the variation groups define a value for 'unit', the value of
|
|
252
|
+
* the master product is returned.
|
|
253
|
+
*/
|
|
254
|
+
readonly unit: string;
|
|
255
|
+
/**
|
|
256
|
+
* Returns the unitQuantity of the product variant as defined by the
|
|
257
|
+
* master product.
|
|
258
|
+
*
|
|
259
|
+
* If the variant does not define an own value for 'unitQuantity', the value is retrieved
|
|
260
|
+
* from the assigned variation groups, sorted by their position.
|
|
261
|
+
*
|
|
262
|
+
* If none of the variation groups define a value for 'unitQuantity', the value of
|
|
263
|
+
* the master product is returned.
|
|
264
|
+
*/
|
|
265
|
+
readonly unitQuantity: Quantity;
|
|
266
|
+
private constructor();
|
|
267
|
+
getAllProductLinks(type: number): Collection<ProductLink>;
|
|
268
|
+
/**
|
|
269
|
+
* Returns all product links of the product variant.
|
|
270
|
+
*
|
|
271
|
+
* If the variant does not define any product links, the product links are retrieved
|
|
272
|
+
* from the assigned variation groups, sorted by their position.
|
|
273
|
+
*
|
|
274
|
+
* If none of the variation groups define any product links, the product links are
|
|
275
|
+
* retrieved from the master product.
|
|
276
|
+
*/
|
|
277
|
+
getAllProductLinks(): Collection<ProductLink>;
|
|
278
|
+
getAllProductLinks(): Collection<ProductLink>;
|
|
279
|
+
/**
|
|
280
|
+
* Returns all product links of the specified type of the product variant.
|
|
281
|
+
*
|
|
282
|
+
* If the variant does not define any product links of the specified type,
|
|
283
|
+
* the product links are retrieved for the specified type from the assigned
|
|
284
|
+
* variation groups, sorted by their position.
|
|
285
|
+
*
|
|
286
|
+
* If none of the variation groups define any product links of the specified type,
|
|
287
|
+
* the product links are retrieved for the specified type from the master product.
|
|
288
|
+
*/
|
|
289
|
+
getAllProductLinks(type: number): Collection<ProductLink>;
|
|
290
|
+
/**
|
|
291
|
+
* Returns the brand of the product variant.
|
|
292
|
+
*
|
|
293
|
+
* If the variant does not define an own value for 'brand', the value is retrieved
|
|
294
|
+
* from the assigned variation groups, sorted by their position.
|
|
295
|
+
*
|
|
296
|
+
* If none of the variation groups define a value for 'brand', the value of
|
|
297
|
+
* the master product is returned.
|
|
298
|
+
*/
|
|
299
|
+
getBrand(): string;
|
|
300
|
+
/**
|
|
301
|
+
* Returns the classification category of the product variant.
|
|
302
|
+
*
|
|
303
|
+
* Please note that the classification category is always inherited
|
|
304
|
+
* from the master and cannot be overridden by the variant.
|
|
305
|
+
*/
|
|
306
|
+
getClassificationCategory(): Category;
|
|
307
|
+
/**
|
|
308
|
+
* Returns the EAN of the product variant.
|
|
309
|
+
*
|
|
310
|
+
* If the variant does not define an own value for 'EAN', the value is retrieved
|
|
311
|
+
* from the assigned variation groups, sorted by their position.
|
|
312
|
+
*
|
|
313
|
+
* If none of the variation groups define a value for 'EAN', the value of
|
|
314
|
+
* the master product is returned.
|
|
315
|
+
*/
|
|
316
|
+
getEAN(): string;
|
|
317
|
+
getImage(viewtype: string, index: number): MediaFile | null;
|
|
318
|
+
getImage(viewtype: string): MediaFile | null;
|
|
319
|
+
/**
|
|
320
|
+
* Returns the image of the product variant.
|
|
321
|
+
*
|
|
322
|
+
* If the variant does not define an own value for 'image', the value is retrieved
|
|
323
|
+
* from the assigned variation groups, sorted by their position.
|
|
324
|
+
*
|
|
325
|
+
* If none of the variation groups define a value for 'image', the value of
|
|
326
|
+
* the master product is returned.
|
|
327
|
+
*/
|
|
328
|
+
getImage(): MediaFile;
|
|
329
|
+
/**
|
|
330
|
+
* Returns the long description of the product variant.
|
|
331
|
+
*
|
|
332
|
+
* If the variant does not define an own value for 'longDescription', the value is retrieved
|
|
333
|
+
* from the assigned variation groups, sorted by their position.
|
|
334
|
+
*
|
|
335
|
+
* If none of the variation groups define a value for 'longDescription', the value of
|
|
336
|
+
* the master product is returned.
|
|
337
|
+
*/
|
|
338
|
+
getLongDescription(): MarkupText;
|
|
339
|
+
/**
|
|
340
|
+
* Returns the manufacturer name of the product variant.
|
|
341
|
+
*
|
|
342
|
+
* If the variant does not define an own value for 'manufacturerName', the value is retrieved
|
|
343
|
+
* from the assigned variation groups, sorted by their position.
|
|
344
|
+
*
|
|
345
|
+
* If none of the variation groups define a value for 'manufacturerName', the value of
|
|
346
|
+
* the master product is returned.
|
|
347
|
+
*/
|
|
348
|
+
getManufacturerName(): string;
|
|
349
|
+
/**
|
|
350
|
+
* Returns the manufacturer sku of the product variant.
|
|
351
|
+
*
|
|
352
|
+
* If the variant does not define an own value for 'manufacturerSKU', the value is retrieved
|
|
353
|
+
* from the assigned variation groups, sorted by their position.
|
|
354
|
+
*
|
|
355
|
+
* If none of the variation groups define a value for 'manufacturerSKU', the value of
|
|
356
|
+
* the master product is returned.
|
|
357
|
+
*/
|
|
358
|
+
getManufacturerSKU(): string;
|
|
359
|
+
/**
|
|
360
|
+
* Returns the ProductMaster for this mastered product.
|
|
361
|
+
*/
|
|
362
|
+
getMasterProduct(): Product<any>;
|
|
363
|
+
/**
|
|
364
|
+
* Returns the name of the product variant.
|
|
365
|
+
*
|
|
366
|
+
* If the variant does not define an own value for 'name', the value is retrieved
|
|
367
|
+
* from the assigned variation groups, sorted by their position.
|
|
368
|
+
*
|
|
369
|
+
* If none of the variation groups define a value for 'name', the value of
|
|
370
|
+
* the master product is returned.
|
|
371
|
+
*/
|
|
372
|
+
getName(): string;
|
|
373
|
+
/**
|
|
374
|
+
* Returns the onlineFrom date of the product variant.
|
|
375
|
+
*
|
|
376
|
+
* If the variant does not define an own value for 'onlineFrom', the value is retrieved
|
|
377
|
+
* from the assigned variation groups, sorted by their position.
|
|
378
|
+
*
|
|
379
|
+
* If none of the variation groups define a value for 'onlineFrom', the value of
|
|
380
|
+
* the master product is returned.
|
|
381
|
+
*/
|
|
382
|
+
getOnlineFrom(): Date;
|
|
383
|
+
/**
|
|
384
|
+
* Returns the onlineTo date of the product variant.
|
|
385
|
+
*
|
|
386
|
+
* If the variant does not define an own value for 'onlineTo', the value is retrieved
|
|
387
|
+
* from the assigned variation groups, sorted by their position.
|
|
388
|
+
*
|
|
389
|
+
* If none of the variation groups define a value for 'onlineTo', the value of
|
|
390
|
+
* the master product is returned.
|
|
391
|
+
*/
|
|
392
|
+
getOnlineTo(): Date;
|
|
393
|
+
/**
|
|
394
|
+
* Returns the pageDescription of the product variant.
|
|
395
|
+
*
|
|
396
|
+
* If the variant does not define an own value for 'pageDescription', the value is retrieved
|
|
397
|
+
* from the assigned variation groups, sorted by their position.
|
|
398
|
+
*
|
|
399
|
+
* If none of the variation groups define a value for 'pageDescription', the value of
|
|
400
|
+
* the master product is returned.
|
|
401
|
+
*/
|
|
402
|
+
getPageDescription(): string;
|
|
403
|
+
/**
|
|
404
|
+
* Returns the pageKeywords of the product variant.
|
|
405
|
+
*
|
|
406
|
+
* If the variant does not define an own value for 'pageKeywords', the value is retrieved
|
|
407
|
+
* from the assigned variation groups, sorted by their position.
|
|
408
|
+
*
|
|
409
|
+
* If none of the variation groups define a value for 'pageKeywords', the value of
|
|
410
|
+
* the master product is returned.
|
|
411
|
+
*/
|
|
412
|
+
getPageKeywords(): string;
|
|
413
|
+
/**
|
|
414
|
+
* Returns the pageTitle of the product variant.
|
|
415
|
+
*
|
|
416
|
+
* If the variant does not define an own value for 'pageTitle', the value is retrieved
|
|
417
|
+
* from the assigned variation groups, sorted by their position.
|
|
418
|
+
*
|
|
419
|
+
* If none of the variation groups define a value for 'pageTitle', the value of
|
|
420
|
+
* the master product is returned.
|
|
421
|
+
*/
|
|
422
|
+
getPageTitle(): string;
|
|
423
|
+
/**
|
|
424
|
+
* Returns the pageURL of the product variant.
|
|
425
|
+
*
|
|
426
|
+
* If the variant does not define an own value for 'pageURL', the value is retrieved
|
|
427
|
+
* from the assigned variation groups, sorted by their position.
|
|
428
|
+
*
|
|
429
|
+
* If none of the variation groups define a value for 'pageURL', the value of
|
|
430
|
+
* the master product is returned.
|
|
431
|
+
*/
|
|
432
|
+
getPageURL(): string;
|
|
433
|
+
getProductLinks(type: number): Collection<ProductLink>;
|
|
434
|
+
/**
|
|
435
|
+
* Returns all product links of the product variant for which the target
|
|
436
|
+
* product is assigned to the current site catalog.
|
|
437
|
+
*
|
|
438
|
+
* If the variant does not define any product links, the product links are retrieved
|
|
439
|
+
* from the assigned variation groups, sorted by their position
|
|
440
|
+
*
|
|
441
|
+
* If none of the variation groups define any product links, the product links are retrieved
|
|
442
|
+
* from the master product.
|
|
443
|
+
*/
|
|
444
|
+
getProductLinks(): Collection<ProductLink>;
|
|
445
|
+
getProductLinks(): Collection<ProductLink>;
|
|
446
|
+
/**
|
|
447
|
+
* Returns all product links of the specified type of the product variant
|
|
448
|
+
* for which the target product is assigned to the current site catalog.
|
|
449
|
+
*
|
|
450
|
+
* If the variant does not define any product links of the specified type,
|
|
451
|
+
* the product links are retrieved for the specified type from the assigned
|
|
452
|
+
* variation groups, sorted by their position
|
|
453
|
+
*
|
|
454
|
+
* If none of the variation groups define any product links of the specified type,
|
|
455
|
+
* the product links are retrieved for the specified type from the master product.
|
|
456
|
+
*/
|
|
457
|
+
getProductLinks(type: number): Collection<ProductLink>;
|
|
458
|
+
getRecommendations(): Collection<Recommendation>;
|
|
459
|
+
/**
|
|
460
|
+
* Retrieve the sorted collection of recommendations of the specified type
|
|
461
|
+
* for this product variant. The types (cross-sell, up-sell, etc) are
|
|
462
|
+
* enumerated in the `dw.catalog.Recommendation` class. Only
|
|
463
|
+
* recommendations which are stored in the current site catalog are returned.
|
|
464
|
+
* Furthermore, a recommendation is only returned if the target of the
|
|
465
|
+
* recommendation is assigned to the current site catalog.
|
|
466
|
+
*
|
|
467
|
+
* If the variant does not define any recommendations, recommendations are
|
|
468
|
+
* retrieved from the assigned variation groups, sorted by their position.
|
|
469
|
+
*
|
|
470
|
+
* If none of the variation groups define any recommendations, the recommendations
|
|
471
|
+
* of the master are returned.
|
|
472
|
+
*/
|
|
473
|
+
getRecommendations(type: number): Collection<Recommendation>;
|
|
474
|
+
/**
|
|
475
|
+
* Returns the short description of the product variant.
|
|
476
|
+
*
|
|
477
|
+
* If the variant does not define an own value for 'shortDescription', the value is retrieved
|
|
478
|
+
* from the assigned variation groups, sorted by their position.
|
|
479
|
+
*
|
|
480
|
+
* If none of the variation groups define a value for 'shortDescription', the value of
|
|
481
|
+
* the master product is returned.
|
|
482
|
+
*/
|
|
483
|
+
getShortDescription(): MarkupText;
|
|
484
|
+
/**
|
|
485
|
+
* Returns the tax class id of the product variant.
|
|
486
|
+
*
|
|
487
|
+
* If the variant does not define an own value for 'taxClassID', the value is retrieved
|
|
488
|
+
* from the assigned variation groups, sorted by their position.
|
|
489
|
+
*
|
|
490
|
+
* If none of the variation groups define a value for 'taxClassID', the value of
|
|
491
|
+
* the master product is returned.
|
|
492
|
+
*/
|
|
493
|
+
getTaxClassID(): string;
|
|
494
|
+
/**
|
|
495
|
+
* Returns the rendering template name of the product variant.
|
|
496
|
+
*
|
|
497
|
+
* If the variant does not define an own value for 'template', the value is retrieved
|
|
498
|
+
* from the assigned variation groups, sorted by their position.
|
|
499
|
+
*
|
|
500
|
+
* If none of the variation groups define a value for 'template', the value of
|
|
501
|
+
* the master product is returned.
|
|
502
|
+
*/
|
|
503
|
+
getTemplate(): string;
|
|
504
|
+
/**
|
|
505
|
+
* Returns the thumbnail image of the product variant.
|
|
506
|
+
*
|
|
507
|
+
* If the variant does not define an own value for 'thumbnail', the value is retrieved
|
|
508
|
+
* from the assigned variation groups, sorted by their position.
|
|
509
|
+
*
|
|
510
|
+
* If none of the variation groups define a value for 'thumbnail', the value of
|
|
511
|
+
* the master product is returned.
|
|
512
|
+
*/
|
|
513
|
+
getThumbnail(): MediaFile;
|
|
514
|
+
/**
|
|
515
|
+
* Returns the UPC of the product variant.
|
|
516
|
+
*
|
|
517
|
+
* If the variant does not define an own value for 'UPC', the value is retrieved
|
|
518
|
+
* from the assigned variation groups, sorted by their position.
|
|
519
|
+
*
|
|
520
|
+
* If none of the variation groups define a value for 'UPC', the value of
|
|
521
|
+
* the master product is returned.
|
|
522
|
+
*/
|
|
523
|
+
getUPC(): string;
|
|
524
|
+
/**
|
|
525
|
+
* Returns the sales unit of the product variant as defined by the
|
|
526
|
+
* master product.
|
|
527
|
+
*
|
|
528
|
+
* If the variant does not define an own value for 'unit', the value is retrieved
|
|
529
|
+
* from the assigned variation groups, sorted by their position.
|
|
530
|
+
*
|
|
531
|
+
* If none of the variation groups define a value for 'unit', the value of
|
|
532
|
+
* the master product is returned.
|
|
533
|
+
*/
|
|
534
|
+
getUnit(): string;
|
|
535
|
+
/**
|
|
536
|
+
* Returns the unitQuantity of the product variant as defined by the
|
|
537
|
+
* master product.
|
|
538
|
+
*
|
|
539
|
+
* If the variant does not define an own value for 'unitQuantity', the value is retrieved
|
|
540
|
+
* from the assigned variation groups, sorted by their position.
|
|
541
|
+
*
|
|
542
|
+
* If none of the variation groups define a value for 'unitQuantity', the value of
|
|
543
|
+
* the master product is returned.
|
|
544
|
+
*/
|
|
545
|
+
getUnitQuantity(): Quantity;
|
|
546
|
+
/**
|
|
547
|
+
* Returns 'true' if the variant has any options, otherwise 'false'.
|
|
548
|
+
* Method also returns 'true' if the variant has not any options,
|
|
549
|
+
* but the related variation groups (sorted by position) or
|
|
550
|
+
* master product has options.
|
|
551
|
+
*/
|
|
552
|
+
isOptionProduct(): boolean;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
export = Variant;
|