@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
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import ShopperContext = require('./ShopperContext');
|
|
2
|
+
import Geolocation = require('../../util/Geolocation');
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* Provides static helper methods for managing Shopper Context.
|
|
8
|
+
*
|
|
9
|
+
* Shopper Context is used to personalize shopper experiences with context values such as custom session attributes,
|
|
10
|
+
* assignment qualifiers, geolocation, effective datetime, source code and more. When Shopper Context is set for a
|
|
11
|
+
* shopper, it can activate promotions or price books assigned to customer groups, source codes, or stores (via
|
|
12
|
+
* assignments) in the subsequent requests, not the current request.
|
|
13
|
+
*
|
|
14
|
+
* Shopper Context is used to personalize the shopper experience in case of Composable/Headless or Hybrid storefront
|
|
15
|
+
* implementations that use Shopper Login and API Access Service (SLAS).
|
|
16
|
+
*
|
|
17
|
+
* NOTE: This script API is not intended to be used for standard server-side storefront implementations. Only for
|
|
18
|
+
* Composable/Headless or Hybrid storefront implementations.
|
|
19
|
+
*
|
|
20
|
+
* Unlike dw.customer.CustomerContextMgr which is used to set just Effective Time for which the customer is
|
|
21
|
+
* shopping at, Shopper Context API provides a way to set many types of contexts such as custom session attributes,
|
|
22
|
+
* assignment qualifiers, geolocation, effective datetime, source code etc.
|
|
23
|
+
*
|
|
24
|
+
* The following feature toggles and site preferences must be enabled in order to use this script API:
|
|
25
|
+
*
|
|
26
|
+
* - Enable Shopper Context Feature
|
|
27
|
+
* - Hybrid Auth Settings' site preference - only in case of Hybrid storefront implementations
|
|
28
|
+
*
|
|
29
|
+
* For more details on Shopper Context please refer to: Shopper Context
|
|
30
|
+
* API Overview
|
|
31
|
+
*
|
|
32
|
+
* For more details on Hybrid Authentication for Hybrid storefronts please refer to:
|
|
33
|
+
* Hybrid
|
|
34
|
+
* Authentication
|
|
35
|
+
*
|
|
36
|
+
* dw.customer.shoppercontext.ShopperContextMgr is used to create, access and delete Shopper Context.
|
|
37
|
+
*
|
|
38
|
+
* - To add Shopper Context, use methods setShopperContext.
|
|
39
|
+
* - To access Shopper Context, use method getShopperContext.
|
|
40
|
+
* - To delete Shopper Context, use methods removeShopperContext.
|
|
41
|
+
* - To fetch Geolocation based on clientIP already set in Shopper Context, use method getGeolocation
|
|
42
|
+
*
|
|
43
|
+
* Typical usage:
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
* `
|
|
47
|
+
* // get the ShopperContext if it exists
|
|
48
|
+
* ShopperContext context = ShopperContextMgr.getShopperContext();
|
|
49
|
+
* if (context == null) {
|
|
50
|
+
* context = new ShopperContext();
|
|
51
|
+
* }
|
|
52
|
+
* // set the values in the ShopperContext object
|
|
53
|
+
* context.setSourceCode( "sourcecode" );
|
|
54
|
+
* var customQualifiers = new dw.util.HashMap();
|
|
55
|
+
* customQualifiers.put( "deviceType", "iPad" );
|
|
56
|
+
* context.setCustomQualifiers( customQualifiers );
|
|
57
|
+
* // Save the ShopperContext
|
|
58
|
+
* ShopperContextMgr.setShopperContext( context, true );
|
|
59
|
+
* `
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* NOTE: Ensure the ShopperContext object is saved using setShopperContext after
|
|
63
|
+
* setting or updating the context values.
|
|
64
|
+
*/
|
|
65
|
+
declare class ShopperContextMgr {
|
|
66
|
+
/**
|
|
67
|
+
* Gets the dw.util.Geolocation object for the clientIP set in
|
|
68
|
+
* dw.customer.shoppercontext.ShopperContext or null if no shopperContext is found, or no clientIP was set
|
|
69
|
+
* or Geolocation for the clientIP was not found.
|
|
70
|
+
*
|
|
71
|
+
* The method throws an exception if the call fails.
|
|
72
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if error occurs while trying to retrieve Geolocation string from the Shopper Context.
|
|
73
|
+
*/
|
|
74
|
+
static readonly geolocation: Geolocation | null;
|
|
75
|
+
/**
|
|
76
|
+
* Returns the dw.customer.shoppercontext.ShopperContext if it exists for the customer. Returns null if it
|
|
77
|
+
* does not exist.
|
|
78
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if an error occurs while fetching the Shopper Context.
|
|
79
|
+
*/
|
|
80
|
+
static readonly shopperContext: ShopperContext | null;
|
|
81
|
+
private constructor();
|
|
82
|
+
/**
|
|
83
|
+
* Gets the dw.util.Geolocation object for the clientIP set in
|
|
84
|
+
* dw.customer.shoppercontext.ShopperContext or null if no shopperContext is found, or no clientIP was set
|
|
85
|
+
* or Geolocation for the clientIP was not found.
|
|
86
|
+
*
|
|
87
|
+
* The method throws an exception if the call fails.
|
|
88
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if error occurs while trying to retrieve Geolocation string from the Shopper Context.
|
|
89
|
+
*/
|
|
90
|
+
static getGeolocation(): Geolocation | null;
|
|
91
|
+
/**
|
|
92
|
+
* Returns the dw.customer.shoppercontext.ShopperContext if it exists for the customer. Returns null if it
|
|
93
|
+
* does not exist.
|
|
94
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if an error occurs while fetching the Shopper Context.
|
|
95
|
+
*/
|
|
96
|
+
static getShopperContext(): ShopperContext | null;
|
|
97
|
+
/**
|
|
98
|
+
* Removes the dw.customer.shoppercontext.ShopperContext for the customer.
|
|
99
|
+
*
|
|
100
|
+
* The method throws an exception if the deletion of Shopper Context fails.
|
|
101
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if error occurs while deleting the Shopper Context.
|
|
102
|
+
*/
|
|
103
|
+
static removeShopperContext(): void;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* Sets new dw.customer.shoppercontext.ShopperContext for the customer or overwrites the existing context.
|
|
108
|
+
*
|
|
109
|
+
* Note: This method does not save the attributes from the given Shopper Context such as - custom session
|
|
110
|
+
* attributes, source code, effective date time etc., - in the current session object. These attributes are read
|
|
111
|
+
* from Shopper Context and stored in the corresponding session attributes during subsequent requests and not in the
|
|
112
|
+
* current request. Hence, promotions, price books etc., are triggered in subsequent requests.
|
|
113
|
+
*
|
|
114
|
+
* If `clientIP` is set in dw.customer.shoppercontext.ShopperContext, the geolocation information
|
|
115
|
+
* is retrieved and set in `x-geolocation` header.
|
|
116
|
+
*
|
|
117
|
+
* And if the parameter `evaluateContextWithClientIP` is set to true, the `clientIP` will be
|
|
118
|
+
* saved to the Shopper Context.
|
|
119
|
+
*
|
|
120
|
+
* If parameter `evaluateContextWithClientIP` is set to false, the `clientIP` will not be
|
|
121
|
+
* saved to the Shopper Context.
|
|
122
|
+
*
|
|
123
|
+
* If the `geoLocation` attribute is set, it overrides any geolocation context set by
|
|
124
|
+
* `clientIP`.
|
|
125
|
+
* @throws dw.customer.shoppercontext.ShopperContextException This exception is thrown if the Shopper Context is not saved or if validation fails.
|
|
126
|
+
*/
|
|
127
|
+
static setShopperContext(shopperContext: ShopperContext, evaluateContextWithClientIP: boolean): void;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export = ShopperContextMgr;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import ShopperContext = require('./ShopperContext');
|
|
2
|
+
import ShopperContextErrorCodes = require('./ShopperContextErrorCodes');
|
|
3
|
+
import ShopperContextException = require('./ShopperContextException');
|
|
4
|
+
import ShopperContextMgr = require('./ShopperContextMgr');
|
|
5
|
+
|
|
6
|
+
export {
|
|
7
|
+
ShopperContext,
|
|
8
|
+
ShopperContextErrorCodes,
|
|
9
|
+
ShopperContextException,
|
|
10
|
+
ShopperContextMgr
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This APIException is thrown by method PageMgr.renderPage
|
|
3
|
+
* and PageMgr.serializePage
|
|
4
|
+
* to indicate that the passed aspect attributes failed during validation against the
|
|
5
|
+
* definition provided through the aspect type of the page.
|
|
6
|
+
*/
|
|
7
|
+
declare class AspectAttributeValidationException {
|
|
8
|
+
private constructor();
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export = AspectAttributeValidationException;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import Region = require('./Region');
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This class represents a page designer managed component as part of a
|
|
5
|
+
* page. A component comprises of multiple regions that again hold components,
|
|
6
|
+
* thus spanning a hierarchical tree of components. Using the PageMgr.renderRegion or
|
|
7
|
+
* PageMgr.renderRegion a region can be rendered which
|
|
8
|
+
* implicitly includes rendering of all contained visible components. All
|
|
9
|
+
* content attributes (defined by the corresponding component type) can be
|
|
10
|
+
* accessed, reading the accordant persisted values as provided by the content editor
|
|
11
|
+
* who created this component.
|
|
12
|
+
* @see Page
|
|
13
|
+
* @see Region
|
|
14
|
+
* @see PageMgr
|
|
15
|
+
*/
|
|
16
|
+
declare class Component {
|
|
17
|
+
/**
|
|
18
|
+
* Returns the id of this component.
|
|
19
|
+
*/
|
|
20
|
+
readonly ID: string;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the name of this component
|
|
23
|
+
*/
|
|
24
|
+
readonly name: string;
|
|
25
|
+
/**
|
|
26
|
+
* Returns the type id of this component.
|
|
27
|
+
*/
|
|
28
|
+
readonly typeID: string;
|
|
29
|
+
private constructor();
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* Returns the raw attribute value identified by the specified attribute id.
|
|
33
|
+
* By raw attribute value we denote the unprocessed value as provided for the attribute
|
|
34
|
+
* driven by the type of the respective attribute definition:
|
|
35
|
+
*
|
|
36
|
+
* - `boolean` -> boolean
|
|
37
|
+
* - `category` -> string representing a catalog category ID
|
|
38
|
+
* - `custom` -> dw.util.Map that originates from a stringified curly brackets {} JSON object
|
|
39
|
+
* - `cms_record` -> dw.util.Map that originates from a stringified curly brackets {} JSON object whose entries must adhere to the `cmsrecord.json` schema
|
|
40
|
+
* - `enum` -> either string or integer
|
|
41
|
+
* - `file` -> string representing a file path within a library
|
|
42
|
+
* - `image` -> dw.util.Map that originates from a stringified curly brackets {} JSON object whose entries must adhere to the `content/schema/image.json` schema
|
|
43
|
+
* - `integer` -> integer
|
|
44
|
+
* - `markup` -> string representing HTML markup
|
|
45
|
+
* - `page` -> string representing a page ID
|
|
46
|
+
* - `product` -> string representing a product SKU
|
|
47
|
+
* - `string` -> string
|
|
48
|
+
* - `text` -> string
|
|
49
|
+
* - `url` -> string representing a URL
|
|
50
|
+
*
|
|
51
|
+
* There is two places an attribute value can come from - either it was persisted at design time (e.g.
|
|
52
|
+
* by the merchant by editing a component in Page Designer) or it was injected in shape of an aspect attribute at rendering time
|
|
53
|
+
* through the execution of code. The persistent value, if existing, takes precedence over the injected aspect
|
|
54
|
+
* attribute one. Injection of a value through an aspect attribute will only occur if the component attribute's
|
|
55
|
+
* attribute definition was declared using the `"dynamic_lookup"` property and its aspect attribute alias matches
|
|
56
|
+
* the ID of the respective aspect attribute.
|
|
57
|
+
*
|
|
58
|
+
* Accessing the raw value can be helpful if render and serialization logic of the
|
|
59
|
+
* component needs to operate on these unprocessed values. An unprocessed value
|
|
60
|
+
* might be fundamentally different from its processed counterpart, the latter being
|
|
61
|
+
* provided through the content dictionary (see ComponentScriptContext.getContent)
|
|
62
|
+
* when the render/serialize function of the component is invoked.
|
|
63
|
+
*/
|
|
64
|
+
getAttribute(attributeID: string): any | null;
|
|
65
|
+
/**
|
|
66
|
+
* Returns the id of this component.
|
|
67
|
+
*/
|
|
68
|
+
getID(): string;
|
|
69
|
+
/**
|
|
70
|
+
* Returns the name of this component
|
|
71
|
+
*/
|
|
72
|
+
getName(): string;
|
|
73
|
+
/**
|
|
74
|
+
* Returns the component region that matches the given id.
|
|
75
|
+
*/
|
|
76
|
+
getRegion(id: string): Region | null;
|
|
77
|
+
/**
|
|
78
|
+
* Returns the type id of this component.
|
|
79
|
+
*/
|
|
80
|
+
getTypeID(): string;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export = Component;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A config that drives how the component is rendered. One can basically decide which kind of tag is used as wrapper
|
|
3
|
+
* element (e.g. `<div>...</div>`) and which attributes are to be placed into this wrapper
|
|
4
|
+
* element (e.g. `class="foo bar"`). In case no attributes are provided then the system default settings will
|
|
5
|
+
* apply. In case no tag name is provided then the system default one will apply.
|
|
6
|
+
*
|
|
7
|
+
* - tag_name : div
|
|
8
|
+
* - attributes : {"class":"experience-component experience-[COMPONENT_TYPE_ID]"}
|
|
9
|
+
*
|
|
10
|
+
* As the [COMPONENT_TYPE_ID] can contain dots due to its package like naming scheme (e.g. assets.image)
|
|
11
|
+
* any occurrences of these dots will be replaced by dashes (e.g. assets-image) so that CSS selectors
|
|
12
|
+
* do not have to be escaped.
|
|
13
|
+
* @see RegionRenderSettings
|
|
14
|
+
*/
|
|
15
|
+
declare class ComponentRenderSettings {
|
|
16
|
+
/**
|
|
17
|
+
* Returns the configured attributes of the wrapper element as set by setAttributes.
|
|
18
|
+
*/
|
|
19
|
+
attributes: any;
|
|
20
|
+
/**
|
|
21
|
+
* Returns the tag name of the component wrapper element. Defaults to 'div'.
|
|
22
|
+
*/
|
|
23
|
+
tagName: string;
|
|
24
|
+
/**
|
|
25
|
+
* Creates region render settings which can then be configured further. They are to be used for detailed
|
|
26
|
+
* configuration of a RegionRenderSettings which is subsequently used for
|
|
27
|
+
* PageMgr.renderRegion calls.
|
|
28
|
+
* @see RegionRenderSettings
|
|
29
|
+
*/
|
|
30
|
+
constructor();
|
|
31
|
+
/**
|
|
32
|
+
* Returns the configured attributes of the wrapper element as set by setAttributes.
|
|
33
|
+
*/
|
|
34
|
+
getAttributes(): any;
|
|
35
|
+
/**
|
|
36
|
+
* Returns the tag name of the component wrapper element. Defaults to 'div'.
|
|
37
|
+
*/
|
|
38
|
+
getTagName(): string;
|
|
39
|
+
/**
|
|
40
|
+
* Sets the to be configured <String,String> attributes of the wrapper element. Set it to `null` in case
|
|
41
|
+
* you want to system defaults to be applied.
|
|
42
|
+
*/
|
|
43
|
+
setAttributes(attributes: Object): ComponentRenderSettings;
|
|
44
|
+
/**
|
|
45
|
+
* Sets the tag name of the component wrapper element. Must not be empty.
|
|
46
|
+
*/
|
|
47
|
+
setTagName(tagName: string): ComponentRenderSettings;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export = ComponentRenderSettings;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import Component = require('./Component');
|
|
2
|
+
import ComponentRenderSettings = require('./ComponentRenderSettings');
|
|
3
|
+
import utilMap = require('../util/Map');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* This is the context that is handed over to the `render` and `serialize` function of the respective component type
|
|
7
|
+
* script.
|
|
8
|
+
* @example
|
|
9
|
+
* `String : render( ComponentScriptContext context)`
|
|
10
|
+
* `Object : serialize( ComponentScriptContext context)`
|
|
11
|
+
*/
|
|
12
|
+
declare class ComponentScriptContext {
|
|
13
|
+
/**
|
|
14
|
+
* Returns the component for which the corresponding component type script is currently executed.
|
|
15
|
+
*/
|
|
16
|
+
readonly component: Component;
|
|
17
|
+
/**
|
|
18
|
+
* As components are implicitly rendered as part of their hosting region via
|
|
19
|
+
* PageMgr.renderRegion there is the possibility
|
|
20
|
+
* to define render settings for the region itself but also for its contained components.
|
|
21
|
+
* The latter will be provided here so you further set or refine them for your component
|
|
22
|
+
* as part of the `render` function, i.e. to drive the shape of the
|
|
23
|
+
* component wrapper element.
|
|
24
|
+
*/
|
|
25
|
+
readonly componentRenderSettings: ComponentRenderSettings;
|
|
26
|
+
/**
|
|
27
|
+
* Returns the processed version of the underlying unprocessed raw values (also see Component.getAttribute)
|
|
28
|
+
* of this component's attributes which you can use in your respective component type `render` and `serialize` function
|
|
29
|
+
* implementing your business and rendering/serialization functionality. Processing the raw value is comprised of expansion
|
|
30
|
+
* and conversion, in this order.
|
|
31
|
+
*
|
|
32
|
+
* - expansion - dynamic placeholders are transformed into actual values, for example url/link placeholders in
|
|
33
|
+
* markup text are resolved to real URLs
|
|
34
|
+
* - conversion - the raw value (see Component.getAttribute) is resolved into an actual
|
|
35
|
+
* DWScript object depending on the type of the attribute as specified in its respective attribute definition
|
|
36
|
+
*
|
|
37
|
+
* - `boolean` -> boolean
|
|
38
|
+
* - `category` -> dw.catalog.Category
|
|
39
|
+
* - `custom` -> dw.util.Map
|
|
40
|
+
* - `cms_record` -> dw.experience.cms.CMSRecord
|
|
41
|
+
* - `enum` -> either string or integer
|
|
42
|
+
* - `file` -> dw.content.MediaFile
|
|
43
|
+
* - `image` -> dw.experience.image.Image
|
|
44
|
+
* - `integer` -> integer
|
|
45
|
+
* - `markup` -> string
|
|
46
|
+
* - `page` -> string
|
|
47
|
+
* - `product` -> dw.catalog.Product
|
|
48
|
+
* - `string` -> string
|
|
49
|
+
* - `text` -> string
|
|
50
|
+
* - `url` -> string
|
|
51
|
+
*/
|
|
52
|
+
readonly content: utilMap<any, any>;
|
|
53
|
+
private constructor();
|
|
54
|
+
/**
|
|
55
|
+
* Returns the component for which the corresponding component type script is currently executed.
|
|
56
|
+
*/
|
|
57
|
+
getComponent(): Component;
|
|
58
|
+
/**
|
|
59
|
+
* As components are implicitly rendered as part of their hosting region via
|
|
60
|
+
* PageMgr.renderRegion there is the possibility
|
|
61
|
+
* to define render settings for the region itself but also for its contained components.
|
|
62
|
+
* The latter will be provided here so you further set or refine them for your component
|
|
63
|
+
* as part of the `render` function, i.e. to drive the shape of the
|
|
64
|
+
* component wrapper element.
|
|
65
|
+
*/
|
|
66
|
+
getComponentRenderSettings(): ComponentRenderSettings;
|
|
67
|
+
/**
|
|
68
|
+
* Returns the processed version of the underlying unprocessed raw values (also see Component.getAttribute)
|
|
69
|
+
* of this component's attributes which you can use in your respective component type `render` and `serialize` function
|
|
70
|
+
* implementing your business and rendering/serialization functionality. Processing the raw value is comprised of expansion
|
|
71
|
+
* and conversion, in this order.
|
|
72
|
+
*
|
|
73
|
+
* - expansion - dynamic placeholders are transformed into actual values, for example url/link placeholders in
|
|
74
|
+
* markup text are resolved to real URLs
|
|
75
|
+
* - conversion - the raw value (see Component.getAttribute) is resolved into an actual
|
|
76
|
+
* DWScript object depending on the type of the attribute as specified in its respective attribute definition
|
|
77
|
+
*
|
|
78
|
+
* - `boolean` -> boolean
|
|
79
|
+
* - `category` -> dw.catalog.Category
|
|
80
|
+
* - `custom` -> dw.util.Map
|
|
81
|
+
* - `cms_record` -> dw.experience.cms.CMSRecord
|
|
82
|
+
* - `enum` -> either string or integer
|
|
83
|
+
* - `file` -> dw.content.MediaFile
|
|
84
|
+
* - `image` -> dw.experience.image.Image
|
|
85
|
+
* - `integer` -> integer
|
|
86
|
+
* - `markup` -> string
|
|
87
|
+
* - `page` -> string
|
|
88
|
+
* - `product` -> dw.catalog.Product
|
|
89
|
+
* - `string` -> string
|
|
90
|
+
* - `text` -> string
|
|
91
|
+
* - `url` -> string
|
|
92
|
+
*/
|
|
93
|
+
getContent(): utilMap<any, any>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export = ComponentScriptContext;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import utilMap = require('../util/Map');
|
|
2
|
+
import CustomEditorResources = require('./CustomEditorResources');
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* This class represents a custom editor for component attributes of type `custom`. It is instantiated
|
|
6
|
+
* by Page Designer and is subsequently used there for editing of such attributes by the merchant in a visual manner.
|
|
7
|
+
* It therefore serves the Page Designer with all information required by such UI. What exactly
|
|
8
|
+
* this information will be is up to the developer of the respective custom editor UI, i.e. depends on the respective
|
|
9
|
+
* json and js files written for both the attribute definition as well as the custom editor type. Currently a configuration can be
|
|
10
|
+
* served (basically values passed to Page Designer so that it can bootstrap the custom editor UI on the client side).
|
|
11
|
+
* Furthermore resources can be served, which are URLs to scripts and styles required by the same UI (you will
|
|
12
|
+
* likely require your own Javascript and CSS there).
|
|
13
|
+
*
|
|
14
|
+
* You can access the aforementioned configuration as provided through the editor definition of the respective attribute
|
|
15
|
+
* definition, which you can also adjust in the `init` function (see corresponding js file of your custom editor
|
|
16
|
+
* type) that is called during initialization of the custom editor, i.e. right before it is passed to the Page Designer UI.
|
|
17
|
+
* The same applies for the script and style resources which you specified as part of your custom editor type and which you
|
|
18
|
+
* can refine with the `init` function as needed.
|
|
19
|
+
*/
|
|
20
|
+
declare class CustomEditor {
|
|
21
|
+
/**
|
|
22
|
+
* Returns the configuration of the custom editor. This is initialized with the values as provided
|
|
23
|
+
* through the editor definition of the respective attribute definition of type `custom`.
|
|
24
|
+
* Be aware that this configuration will have to be serializable to JSON itself as it will be passed
|
|
25
|
+
* to Page Designer for processing in the UI. So you must not add any values in this map that are not
|
|
26
|
+
* properly serializable. Do not use complex DWScript classes that do not support JSON serialization
|
|
27
|
+
* like for instance dw.catalog.Product.
|
|
28
|
+
*/
|
|
29
|
+
readonly configuration: utilMap<any, any>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
*
|
|
33
|
+
* Returns the dependencies to other custom editors, e.g. used as breakout elements. You can use
|
|
34
|
+
* this mapping to add more custom editor dependencies as needed. For this purpose you want to create
|
|
35
|
+
* a CustomEditor instance via PageMgr.getCustomEditor) and then add it
|
|
36
|
+
* to the dependencies mapping with an ID of your choice. In the client side logic of Page Designer
|
|
37
|
+
* you will then be able to access these dependencies again by using the corresponding ID.
|
|
38
|
+
*
|
|
39
|
+
* This is especially helpful if your custom editor for an attribute requires to open a breakout panel,
|
|
40
|
+
* e.g. for a separate picker required by your custom editor. This picker could be another custom editor,
|
|
41
|
+
* i.e. the one you declare as dependency here.
|
|
42
|
+
*/
|
|
43
|
+
readonly dependencies: utilMap<any, any>;
|
|
44
|
+
/**
|
|
45
|
+
* Returns the resources of the custom editor. This is initialized with the values as specified
|
|
46
|
+
* by the custom editor type json (see the respective styles and scripts section).
|
|
47
|
+
*/
|
|
48
|
+
readonly resources: CustomEditorResources;
|
|
49
|
+
private constructor();
|
|
50
|
+
/**
|
|
51
|
+
* Returns the configuration of the custom editor. This is initialized with the values as provided
|
|
52
|
+
* through the editor definition of the respective attribute definition of type `custom`.
|
|
53
|
+
* Be aware that this configuration will have to be serializable to JSON itself as it will be passed
|
|
54
|
+
* to Page Designer for processing in the UI. So you must not add any values in this map that are not
|
|
55
|
+
* properly serializable. Do not use complex DWScript classes that do not support JSON serialization
|
|
56
|
+
* like for instance dw.catalog.Product.
|
|
57
|
+
*/
|
|
58
|
+
getConfiguration(): utilMap<any, any>;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
*
|
|
62
|
+
* Returns the dependencies to other custom editors, e.g. used as breakout elements. You can use
|
|
63
|
+
* this mapping to add more custom editor dependencies as needed. For this purpose you want to create
|
|
64
|
+
* a CustomEditor instance via PageMgr.getCustomEditor) and then add it
|
|
65
|
+
* to the dependencies mapping with an ID of your choice. In the client side logic of Page Designer
|
|
66
|
+
* you will then be able to access these dependencies again by using the corresponding ID.
|
|
67
|
+
*
|
|
68
|
+
* This is especially helpful if your custom editor for an attribute requires to open a breakout panel,
|
|
69
|
+
* e.g. for a separate picker required by your custom editor. This picker could be another custom editor,
|
|
70
|
+
* i.e. the one you declare as dependency here.
|
|
71
|
+
*/
|
|
72
|
+
getDependencies(): utilMap<any, any>;
|
|
73
|
+
/**
|
|
74
|
+
* Returns the resources of the custom editor. This is initialized with the values as specified
|
|
75
|
+
* by the custom editor type json (see the respective styles and scripts section).
|
|
76
|
+
*/
|
|
77
|
+
getResources(): CustomEditorResources;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export = CustomEditor;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import List = require('../util/List');
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* This class represents the resources of a custom editor, i.e. URLs to scripts and styles which are required for
|
|
5
|
+
* client side functionality in Page Designer in context of the corresponding custom attribute UI. These resources
|
|
6
|
+
* are initially specified as part of your custom editor type (i.e. the respective json file). If needed you can
|
|
7
|
+
* revise and refine them as part of the `init` function that is called during initialization of the
|
|
8
|
+
* CustomEditor, i.e. is subject to your implementation of the respective custom editor type js file.
|
|
9
|
+
* @see CustomEditor
|
|
10
|
+
*/
|
|
11
|
+
declare class CustomEditorResources {
|
|
12
|
+
/**
|
|
13
|
+
* Returns the specified script resource URLs. You can further modify this list
|
|
14
|
+
* at runtime of your `init` function to add more required scripts.
|
|
15
|
+
* Absolute URLs will be retained, relative paths will be resolved to absolute
|
|
16
|
+
* ones based on the cartridge path for static resources (e.g. similar to
|
|
17
|
+
* what dw.web.URLUtils.httpStatic or
|
|
18
|
+
* dw.web.URLUtils.httpsStatic) does.
|
|
19
|
+
*/
|
|
20
|
+
readonly scripts: List<string>;
|
|
21
|
+
/**
|
|
22
|
+
* Returns the specified style URLs. You can further modify this list
|
|
23
|
+
* at runtime of your `init` function to add more required styles.
|
|
24
|
+
* Absolute URLs will be retained, relative paths will be resolved to absolute
|
|
25
|
+
* ones based on the cartridge path for static resources (e.g. similar to
|
|
26
|
+
* what dw.web.URLUtils.httpStatic or
|
|
27
|
+
* dw.web.URLUtils.httpsStatic) does.
|
|
28
|
+
*/
|
|
29
|
+
readonly styles: List<string>;
|
|
30
|
+
private constructor();
|
|
31
|
+
/**
|
|
32
|
+
* Returns the specified script resource URLs. You can further modify this list
|
|
33
|
+
* at runtime of your `init` function to add more required scripts.
|
|
34
|
+
* Absolute URLs will be retained, relative paths will be resolved to absolute
|
|
35
|
+
* ones based on the cartridge path for static resources (e.g. similar to
|
|
36
|
+
* what dw.web.URLUtils.httpStatic or
|
|
37
|
+
* dw.web.URLUtils.httpsStatic) does.
|
|
38
|
+
*/
|
|
39
|
+
getScripts(): List<string>;
|
|
40
|
+
/**
|
|
41
|
+
* Returns the specified style URLs. You can further modify this list
|
|
42
|
+
* at runtime of your `init` function to add more required styles.
|
|
43
|
+
* Absolute URLs will be retained, relative paths will be resolved to absolute
|
|
44
|
+
* ones based on the cartridge path for static resources (e.g. similar to
|
|
45
|
+
* what dw.web.URLUtils.httpStatic or
|
|
46
|
+
* dw.web.URLUtils.httpsStatic) does.
|
|
47
|
+
*/
|
|
48
|
+
getStyles(): List<string>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export = CustomEditorResources;
|