@salesforce/b2c-tooling-sdk 0.0.0-nightly.20260119053920

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.
Files changed (1131) hide show
  1. package/README.md +174 -0
  2. package/data/script-api/TopLevel.APIException.md +119 -0
  3. package/data/script-api/TopLevel.Array.md +732 -0
  4. package/data/script-api/TopLevel.ArrayBuffer.md +97 -0
  5. package/data/script-api/TopLevel.BigInt.md +154 -0
  6. package/data/script-api/TopLevel.Boolean.md +83 -0
  7. package/data/script-api/TopLevel.ConversionError.md +51 -0
  8. package/data/script-api/TopLevel.DataView.md +271 -0
  9. package/data/script-api/TopLevel.Date.md +688 -0
  10. package/data/script-api/TopLevel.ES6Iterator.md +47 -0
  11. package/data/script-api/TopLevel.Error.md +124 -0
  12. package/data/script-api/TopLevel.EvalError.md +47 -0
  13. package/data/script-api/TopLevel.Fault.md +133 -0
  14. package/data/script-api/TopLevel.Float32Array.md +186 -0
  15. package/data/script-api/TopLevel.Float64Array.md +186 -0
  16. package/data/script-api/TopLevel.Function.md +114 -0
  17. package/data/script-api/TopLevel.Generator.md +132 -0
  18. package/data/script-api/TopLevel.IOError.md +98 -0
  19. package/data/script-api/TopLevel.Int16Array.md +186 -0
  20. package/data/script-api/TopLevel.Int32Array.md +186 -0
  21. package/data/script-api/TopLevel.Int8Array.md +186 -0
  22. package/data/script-api/TopLevel.InternalError.md +47 -0
  23. package/data/script-api/TopLevel.Iterable.md +44 -0
  24. package/data/script-api/TopLevel.Iterator.md +89 -0
  25. package/data/script-api/TopLevel.JSON.md +173 -0
  26. package/data/script-api/TopLevel.Map.md +189 -0
  27. package/data/script-api/TopLevel.Math.md +948 -0
  28. package/data/script-api/TopLevel.Module.md +152 -0
  29. package/data/script-api/TopLevel.Namespace.md +152 -0
  30. package/data/script-api/TopLevel.Number.md +404 -0
  31. package/data/script-api/TopLevel.Object.md +472 -0
  32. package/data/script-api/TopLevel.QName.md +147 -0
  33. package/data/script-api/TopLevel.RangeError.md +47 -0
  34. package/data/script-api/TopLevel.ReferenceError.md +47 -0
  35. package/data/script-api/TopLevel.RegExp.md +155 -0
  36. package/data/script-api/TopLevel.Set.md +150 -0
  37. package/data/script-api/TopLevel.StopIteration.md +36 -0
  38. package/data/script-api/TopLevel.String.md +1060 -0
  39. package/data/script-api/TopLevel.Symbol.md +196 -0
  40. package/data/script-api/TopLevel.SyntaxError.md +47 -0
  41. package/data/script-api/TopLevel.SystemError.md +99 -0
  42. package/data/script-api/TopLevel.TypeError.md +47 -0
  43. package/data/script-api/TopLevel.URIError.md +47 -0
  44. package/data/script-api/TopLevel.Uint16Array.md +186 -0
  45. package/data/script-api/TopLevel.Uint32Array.md +186 -0
  46. package/data/script-api/TopLevel.Uint8Array.md +186 -0
  47. package/data/script-api/TopLevel.Uint8ClampedArray.md +186 -0
  48. package/data/script-api/TopLevel.WeakMap.md +135 -0
  49. package/data/script-api/TopLevel.WeakSet.md +96 -0
  50. package/data/script-api/TopLevel.XML.md +922 -0
  51. package/data/script-api/TopLevel.XMLList.md +418 -0
  52. package/data/script-api/TopLevel.XMLStreamError.md +115 -0
  53. package/data/script-api/TopLevel.arguments.md +56 -0
  54. package/data/script-api/TopLevel.global.md +539 -0
  55. package/data/script-api/TopLevel.md +58 -0
  56. package/data/script-api/dw.alert.Alert.md +175 -0
  57. package/data/script-api/dw.alert.Alerts.md +256 -0
  58. package/data/script-api/dw.alert.md +7 -0
  59. package/data/script-api/dw.campaign.ABTest.md +63 -0
  60. package/data/script-api/dw.campaign.ABTestMgr.md +76 -0
  61. package/data/script-api/dw.campaign.ABTestSegment.md +107 -0
  62. package/data/script-api/dw.campaign.AmountDiscount.md +70 -0
  63. package/data/script-api/dw.campaign.ApproachingDiscount.md +157 -0
  64. package/data/script-api/dw.campaign.BonusChoiceDiscount.md +190 -0
  65. package/data/script-api/dw.campaign.BonusDiscount.md +59 -0
  66. package/data/script-api/dw.campaign.Campaign.md +346 -0
  67. package/data/script-api/dw.campaign.CampaignMgr.md +436 -0
  68. package/data/script-api/dw.campaign.CampaignStatusCodes.md +103 -0
  69. package/data/script-api/dw.campaign.Coupon.md +324 -0
  70. package/data/script-api/dw.campaign.CouponMgr.md +137 -0
  71. package/data/script-api/dw.campaign.CouponRedemption.md +87 -0
  72. package/data/script-api/dw.campaign.CouponStatusCodes.md +130 -0
  73. package/data/script-api/dw.campaign.Discount.md +271 -0
  74. package/data/script-api/dw.campaign.DiscountPlan.md +322 -0
  75. package/data/script-api/dw.campaign.FixedPriceDiscount.md +74 -0
  76. package/data/script-api/dw.campaign.FixedPriceShippingDiscount.md +74 -0
  77. package/data/script-api/dw.campaign.FreeDiscount.md +24 -0
  78. package/data/script-api/dw.campaign.FreeShippingDiscount.md +24 -0
  79. package/data/script-api/dw.campaign.PercentageDiscount.md +74 -0
  80. package/data/script-api/dw.campaign.PercentageOptionDiscount.md +59 -0
  81. package/data/script-api/dw.campaign.PriceBookPriceDiscount.md +56 -0
  82. package/data/script-api/dw.campaign.Promotion.md +939 -0
  83. package/data/script-api/dw.campaign.PromotionMgr.md +478 -0
  84. package/data/script-api/dw.campaign.PromotionPlan.md +378 -0
  85. package/data/script-api/dw.campaign.SlotContent.md +131 -0
  86. package/data/script-api/dw.campaign.SourceCodeGroup.md +83 -0
  87. package/data/script-api/dw.campaign.SourceCodeInfo.md +167 -0
  88. package/data/script-api/dw.campaign.SourceCodeStatusCodes.md +61 -0
  89. package/data/script-api/dw.campaign.TotalFixedPriceDiscount.md +56 -0
  90. package/data/script-api/dw.campaign.md +36 -0
  91. package/data/script-api/dw.catalog.Catalog.md +158 -0
  92. package/data/script-api/dw.catalog.CatalogMgr.md +155 -0
  93. package/data/script-api/dw.catalog.Category.md +1212 -0
  94. package/data/script-api/dw.catalog.CategoryAssignment.md +179 -0
  95. package/data/script-api/dw.catalog.CategoryLink.md +142 -0
  96. package/data/script-api/dw.catalog.PriceBook.md +215 -0
  97. package/data/script-api/dw.catalog.PriceBookMgr.md +176 -0
  98. package/data/script-api/dw.catalog.Product.md +2492 -0
  99. package/data/script-api/dw.catalog.ProductActiveData.md +1244 -0
  100. package/data/script-api/dw.catalog.ProductAttributeModel.md +409 -0
  101. package/data/script-api/dw.catalog.ProductAvailabilityLevels.md +125 -0
  102. package/data/script-api/dw.catalog.ProductAvailabilityModel.md +516 -0
  103. package/data/script-api/dw.catalog.ProductInventoryList.md +136 -0
  104. package/data/script-api/dw.catalog.ProductInventoryMgr.md +132 -0
  105. package/data/script-api/dw.catalog.ProductInventoryRecord.md +638 -0
  106. package/data/script-api/dw.catalog.ProductLink.md +166 -0
  107. package/data/script-api/dw.catalog.ProductMgr.md +136 -0
  108. package/data/script-api/dw.catalog.ProductOption.md +189 -0
  109. package/data/script-api/dw.catalog.ProductOptionModel.md +209 -0
  110. package/data/script-api/dw.catalog.ProductOptionValue.md +132 -0
  111. package/data/script-api/dw.catalog.ProductPriceInfo.md +170 -0
  112. package/data/script-api/dw.catalog.ProductPriceModel.md +988 -0
  113. package/data/script-api/dw.catalog.ProductPriceTable.md +121 -0
  114. package/data/script-api/dw.catalog.ProductSearchHit.md +702 -0
  115. package/data/script-api/dw.catalog.ProductSearchModel.md +1894 -0
  116. package/data/script-api/dw.catalog.ProductSearchRefinementDefinition.md +99 -0
  117. package/data/script-api/dw.catalog.ProductSearchRefinementValue.md +80 -0
  118. package/data/script-api/dw.catalog.ProductSearchRefinements.md +265 -0
  119. package/data/script-api/dw.catalog.ProductVariationAttribute.md +107 -0
  120. package/data/script-api/dw.catalog.ProductVariationAttributeValue.md +215 -0
  121. package/data/script-api/dw.catalog.ProductVariationModel.md +1010 -0
  122. package/data/script-api/dw.catalog.Recommendation.md +327 -0
  123. package/data/script-api/dw.catalog.SearchModel.md +769 -0
  124. package/data/script-api/dw.catalog.SearchRefinementDefinition.md +145 -0
  125. package/data/script-api/dw.catalog.SearchRefinementValue.md +194 -0
  126. package/data/script-api/dw.catalog.SearchRefinements.md +238 -0
  127. package/data/script-api/dw.catalog.SortingOption.md +120 -0
  128. package/data/script-api/dw.catalog.SortingRule.md +53 -0
  129. package/data/script-api/dw.catalog.Store.md +484 -0
  130. package/data/script-api/dw.catalog.StoreGroup.md +95 -0
  131. package/data/script-api/dw.catalog.StoreInventoryFilter.md +112 -0
  132. package/data/script-api/dw.catalog.StoreInventoryFilterValue.md +111 -0
  133. package/data/script-api/dw.catalog.StoreMgr.md +223 -0
  134. package/data/script-api/dw.catalog.Variant.md +1000 -0
  135. package/data/script-api/dw.catalog.VariationGroup.md +869 -0
  136. package/data/script-api/dw.catalog.md +50 -0
  137. package/data/script-api/dw.content.Content.md +481 -0
  138. package/data/script-api/dw.content.ContentMgr.md +147 -0
  139. package/data/script-api/dw.content.ContentSearchModel.md +618 -0
  140. package/data/script-api/dw.content.ContentSearchRefinementDefinition.md +61 -0
  141. package/data/script-api/dw.content.ContentSearchRefinementValue.md +22 -0
  142. package/data/script-api/dw.content.ContentSearchRefinements.md +218 -0
  143. package/data/script-api/dw.content.Folder.md +432 -0
  144. package/data/script-api/dw.content.Library.md +124 -0
  145. package/data/script-api/dw.content.MarkupText.md +150 -0
  146. package/data/script-api/dw.content.MediaFile.md +367 -0
  147. package/data/script-api/dw.content.md +15 -0
  148. package/data/script-api/dw.crypto.CertificateRef.md +59 -0
  149. package/data/script-api/dw.crypto.CertificateUtils.md +162 -0
  150. package/data/script-api/dw.crypto.Cipher.md +1230 -0
  151. package/data/script-api/dw.crypto.Encoding.md +193 -0
  152. package/data/script-api/dw.crypto.JWE.md +245 -0
  153. package/data/script-api/dw.crypto.JWEHeader.md +147 -0
  154. package/data/script-api/dw.crypto.JWS.md +260 -0
  155. package/data/script-api/dw.crypto.JWSHeader.md +128 -0
  156. package/data/script-api/dw.crypto.KeyRef.md +77 -0
  157. package/data/script-api/dw.crypto.Mac.md +191 -0
  158. package/data/script-api/dw.crypto.MessageDigest.md +243 -0
  159. package/data/script-api/dw.crypto.SecureRandom.md +161 -0
  160. package/data/script-api/dw.crypto.Signature.md +241 -0
  161. package/data/script-api/dw.crypto.WeakCipher.md +725 -0
  162. package/data/script-api/dw.crypto.WeakMac.md +163 -0
  163. package/data/script-api/dw.crypto.WeakMessageDigest.md +220 -0
  164. package/data/script-api/dw.crypto.WeakSignature.md +208 -0
  165. package/data/script-api/dw.crypto.X509Certificate.md +180 -0
  166. package/data/script-api/dw.crypto.md +23 -0
  167. package/data/script-api/dw.customer.AddressBook.md +158 -0
  168. package/data/script-api/dw.customer.AgentUserMgr.md +94 -0
  169. package/data/script-api/dw.customer.AgentUserStatusCodes.md +164 -0
  170. package/data/script-api/dw.customer.AuthenticationStatus.md +157 -0
  171. package/data/script-api/dw.customer.Credentials.md +524 -0
  172. package/data/script-api/dw.customer.Customer.md +488 -0
  173. package/data/script-api/dw.customer.CustomerActiveData.md +563 -0
  174. package/data/script-api/dw.customer.CustomerAddress.md +666 -0
  175. package/data/script-api/dw.customer.CustomerCDPData.md +70 -0
  176. package/data/script-api/dw.customer.CustomerContextMgr.md +62 -0
  177. package/data/script-api/dw.customer.CustomerGroup.md +146 -0
  178. package/data/script-api/dw.customer.CustomerList.md +76 -0
  179. package/data/script-api/dw.customer.CustomerMgr.md +1046 -0
  180. package/data/script-api/dw.customer.CustomerPasswordConstraints.md +125 -0
  181. package/data/script-api/dw.customer.CustomerPaymentInstrument.md +161 -0
  182. package/data/script-api/dw.customer.CustomerStatusCodes.md +55 -0
  183. package/data/script-api/dw.customer.EncryptedObject.md +34 -0
  184. package/data/script-api/dw.customer.ExternalProfile.md +154 -0
  185. package/data/script-api/dw.customer.OrderHistory.md +167 -0
  186. package/data/script-api/dw.customer.ProductList.md +870 -0
  187. package/data/script-api/dw.customer.ProductListItem.md +469 -0
  188. package/data/script-api/dw.customer.ProductListItemPurchase.md +139 -0
  189. package/data/script-api/dw.customer.ProductListMgr.md +350 -0
  190. package/data/script-api/dw.customer.ProductListRegistrant.md +165 -0
  191. package/data/script-api/dw.customer.Profile.md +895 -0
  192. package/data/script-api/dw.customer.Wallet.md +136 -0
  193. package/data/script-api/dw.customer.md +31 -0
  194. package/data/script-api/dw.customer.oauth.OAuthAccessTokenResponse.md +171 -0
  195. package/data/script-api/dw.customer.oauth.OAuthFinalizedResponse.md +75 -0
  196. package/data/script-api/dw.customer.oauth.OAuthLoginFlowMgr.md +165 -0
  197. package/data/script-api/dw.customer.oauth.OAuthUserInfoResponse.md +84 -0
  198. package/data/script-api/dw.customer.oauth.md +9 -0
  199. package/data/script-api/dw.customer.shoppercontext.ShopperContext.md +369 -0
  200. package/data/script-api/dw.customer.shoppercontext.ShopperContextErrorCodes.md +111 -0
  201. package/data/script-api/dw.customer.shoppercontext.ShopperContextException.md +77 -0
  202. package/data/script-api/dw.customer.shoppercontext.ShopperContextMgr.md +209 -0
  203. package/data/script-api/dw.customer.shoppercontext.md +9 -0
  204. package/data/script-api/dw.experience.AspectAttributeValidationException.md +25 -0
  205. package/data/script-api/dw.experience.Component.md +166 -0
  206. package/data/script-api/dw.experience.ComponentRenderSettings.md +130 -0
  207. package/data/script-api/dw.experience.ComponentScriptContext.md +148 -0
  208. package/data/script-api/dw.experience.CustomEditor.md +146 -0
  209. package/data/script-api/dw.experience.CustomEditorResources.md +100 -0
  210. package/data/script-api/dw.experience.Page.md +467 -0
  211. package/data/script-api/dw.experience.PageMgr.md +549 -0
  212. package/data/script-api/dw.experience.PageScriptContext.md +200 -0
  213. package/data/script-api/dw.experience.Region.md +119 -0
  214. package/data/script-api/dw.experience.RegionRenderSettings.md +207 -0
  215. package/data/script-api/dw.experience.cms.CMSRecord.md +125 -0
  216. package/data/script-api/dw.experience.cms.md +6 -0
  217. package/data/script-api/dw.experience.image.FocalPoint.md +71 -0
  218. package/data/script-api/dw.experience.image.Image.md +101 -0
  219. package/data/script-api/dw.experience.image.ImageMetaData.md +71 -0
  220. package/data/script-api/dw.experience.image.md +8 -0
  221. package/data/script-api/dw.experience.md +16 -0
  222. package/data/script-api/dw.extensions.applepay.ApplePayHookResult.md +254 -0
  223. package/data/script-api/dw.extensions.applepay.ApplePayHooks.md +572 -0
  224. package/data/script-api/dw.extensions.applepay.md +7 -0
  225. package/data/script-api/dw.extensions.facebook.FacebookFeedHooks.md +102 -0
  226. package/data/script-api/dw.extensions.facebook.FacebookProduct.md +1343 -0
  227. package/data/script-api/dw.extensions.facebook.md +7 -0
  228. package/data/script-api/dw.extensions.paymentapi.PaymentApiHooks.md +136 -0
  229. package/data/script-api/dw.extensions.paymentapi.md +6 -0
  230. package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHookResult.md +149 -0
  231. package/data/script-api/dw.extensions.paymentrequest.PaymentRequestHooks.md +356 -0
  232. package/data/script-api/dw.extensions.paymentrequest.md +7 -0
  233. package/data/script-api/dw.extensions.payments.SalesforceAdyenPaymentIntent.md +134 -0
  234. package/data/script-api/dw.extensions.payments.SalesforceAdyenSavedPaymentMethod.md +283 -0
  235. package/data/script-api/dw.extensions.payments.SalesforceBancontactPaymentDetails.md +88 -0
  236. package/data/script-api/dw.extensions.payments.SalesforceCardPaymentDetails.md +107 -0
  237. package/data/script-api/dw.extensions.payments.SalesforceEpsPaymentDetails.md +63 -0
  238. package/data/script-api/dw.extensions.payments.SalesforceIdealPaymentDetails.md +63 -0
  239. package/data/script-api/dw.extensions.payments.SalesforceKlarnaPaymentDetails.md +63 -0
  240. package/data/script-api/dw.extensions.payments.SalesforcePayPalOrder.md +263 -0
  241. package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderAddress.md +171 -0
  242. package/data/script-api/dw.extensions.payments.SalesforcePayPalOrderPayer.md +110 -0
  243. package/data/script-api/dw.extensions.payments.SalesforcePayPalPaymentDetails.md +88 -0
  244. package/data/script-api/dw.extensions.payments.SalesforcePaymentDetails.md +83 -0
  245. package/data/script-api/dw.extensions.payments.SalesforcePaymentIntent.md +273 -0
  246. package/data/script-api/dw.extensions.payments.SalesforcePaymentMethod.md +368 -0
  247. package/data/script-api/dw.extensions.payments.SalesforcePaymentRequest.md +1077 -0
  248. package/data/script-api/dw.extensions.payments.SalesforcePaymentsHooks.md +166 -0
  249. package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccount.md +151 -0
  250. package/data/script-api/dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod.md +98 -0
  251. package/data/script-api/dw.extensions.payments.SalesforcePaymentsMgr.md +941 -0
  252. package/data/script-api/dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md +126 -0
  253. package/data/script-api/dw.extensions.payments.SalesforcePaymentsZone.md +393 -0
  254. package/data/script-api/dw.extensions.payments.SalesforceSepaDebitPaymentDetails.md +63 -0
  255. package/data/script-api/dw.extensions.payments.SalesforceVenmoPaymentDetails.md +88 -0
  256. package/data/script-api/dw.extensions.payments.md +28 -0
  257. package/data/script-api/dw.extensions.pinterest.PinterestAvailability.md +85 -0
  258. package/data/script-api/dw.extensions.pinterest.PinterestFeedHooks.md +118 -0
  259. package/data/script-api/dw.extensions.pinterest.PinterestOrder.md +263 -0
  260. package/data/script-api/dw.extensions.pinterest.PinterestOrderHooks.md +89 -0
  261. package/data/script-api/dw.extensions.pinterest.PinterestProduct.md +677 -0
  262. package/data/script-api/dw.extensions.pinterest.md +10 -0
  263. package/data/script-api/dw.io.CSVStreamReader.md +128 -0
  264. package/data/script-api/dw.io.CSVStreamWriter.md +92 -0
  265. package/data/script-api/dw.io.File.md +729 -0
  266. package/data/script-api/dw.io.FileReader.md +70 -0
  267. package/data/script-api/dw.io.FileWriter.md +159 -0
  268. package/data/script-api/dw.io.InputStream.md +35 -0
  269. package/data/script-api/dw.io.OutputStream.md +38 -0
  270. package/data/script-api/dw.io.PrintWriter.md +66 -0
  271. package/data/script-api/dw.io.RandomAccessFileReader.md +183 -0
  272. package/data/script-api/dw.io.Reader.md +284 -0
  273. package/data/script-api/dw.io.StringWriter.md +89 -0
  274. package/data/script-api/dw.io.Writer.md +96 -0
  275. package/data/script-api/dw.io.XMLIndentingStreamWriter.md +121 -0
  276. package/data/script-api/dw.io.XMLStreamConstants.md +172 -0
  277. package/data/script-api/dw.io.XMLStreamReader.md +1181 -0
  278. package/data/script-api/dw.io.XMLStreamWriter.md +478 -0
  279. package/data/script-api/dw.io.md +21 -0
  280. package/data/script-api/dw.job.JobExecution.md +111 -0
  281. package/data/script-api/dw.job.JobStepExecution.md +136 -0
  282. package/data/script-api/dw.job.md +7 -0
  283. package/data/script-api/dw.net.FTPClient.md +621 -0
  284. package/data/script-api/dw.net.FTPFileInfo.md +132 -0
  285. package/data/script-api/dw.net.HTTPClient.md +775 -0
  286. package/data/script-api/dw.net.HTTPClientLoggingConfig.md +363 -0
  287. package/data/script-api/dw.net.HTTPRequestPart.md +296 -0
  288. package/data/script-api/dw.net.Mail.md +487 -0
  289. package/data/script-api/dw.net.SFTPClient.md +535 -0
  290. package/data/script-api/dw.net.SFTPFileInfo.md +128 -0
  291. package/data/script-api/dw.net.WebDAVClient.md +762 -0
  292. package/data/script-api/dw.net.WebDAVFileInfo.md +163 -0
  293. package/data/script-api/dw.net.md +15 -0
  294. package/data/script-api/dw.object.ActiveData.md +86 -0
  295. package/data/script-api/dw.object.CustomAttributes.md +122 -0
  296. package/data/script-api/dw.object.CustomObject.md +82 -0
  297. package/data/script-api/dw.object.CustomObjectMgr.md +478 -0
  298. package/data/script-api/dw.object.Extensible.md +71 -0
  299. package/data/script-api/dw.object.ExtensibleObject.md +85 -0
  300. package/data/script-api/dw.object.Note.md +118 -0
  301. package/data/script-api/dw.object.ObjectAttributeDefinition.md +542 -0
  302. package/data/script-api/dw.object.ObjectAttributeGroup.md +160 -0
  303. package/data/script-api/dw.object.ObjectAttributeValueDefinition.md +78 -0
  304. package/data/script-api/dw.object.ObjectTypeDefinition.md +239 -0
  305. package/data/script-api/dw.object.PersistentObject.md +92 -0
  306. package/data/script-api/dw.object.SimpleExtensible.md +53 -0
  307. package/data/script-api/dw.object.SystemObjectMgr.md +520 -0
  308. package/data/script-api/dw.object.md +19 -0
  309. package/data/script-api/dw.order.AbstractItem.md +220 -0
  310. package/data/script-api/dw.order.AbstractItemCtnr.md +219 -0
  311. package/data/script-api/dw.order.Appeasement.md +398 -0
  312. package/data/script-api/dw.order.AppeasementItem.md +104 -0
  313. package/data/script-api/dw.order.Basket.md +867 -0
  314. package/data/script-api/dw.order.BasketMgr.md +673 -0
  315. package/data/script-api/dw.order.BonusDiscountLineItem.md +309 -0
  316. package/data/script-api/dw.order.CouponLineItem.md +289 -0
  317. package/data/script-api/dw.order.CreateAgentBasketLimitExceededException.md +35 -0
  318. package/data/script-api/dw.order.CreateBasketFromOrderException.md +54 -0
  319. package/data/script-api/dw.order.CreateCouponLineItemException.md +67 -0
  320. package/data/script-api/dw.order.CreateOrderException.md +23 -0
  321. package/data/script-api/dw.order.CreateTemporaryBasketLimitExceededException.md +35 -0
  322. package/data/script-api/dw.order.GiftCertificate.md +530 -0
  323. package/data/script-api/dw.order.GiftCertificateLineItem.md +292 -0
  324. package/data/script-api/dw.order.GiftCertificateMgr.md +228 -0
  325. package/data/script-api/dw.order.GiftCertificateStatusCodes.md +108 -0
  326. package/data/script-api/dw.order.Invoice.md +571 -0
  327. package/data/script-api/dw.order.InvoiceItem.md +199 -0
  328. package/data/script-api/dw.order.LineItem.md +489 -0
  329. package/data/script-api/dw.order.LineItemCtnr.md +2399 -0
  330. package/data/script-api/dw.order.Order.md +2770 -0
  331. package/data/script-api/dw.order.OrderAddress.md +624 -0
  332. package/data/script-api/dw.order.OrderItem.md +613 -0
  333. package/data/script-api/dw.order.OrderMgr.md +1494 -0
  334. package/data/script-api/dw.order.OrderPaymentInstrument.md +231 -0
  335. package/data/script-api/dw.order.OrderProcessStatusCodes.md +146 -0
  336. package/data/script-api/dw.order.PaymentCard.md +220 -0
  337. package/data/script-api/dw.order.PaymentInstrument.md +1416 -0
  338. package/data/script-api/dw.order.PaymentMethod.md +257 -0
  339. package/data/script-api/dw.order.PaymentMgr.md +138 -0
  340. package/data/script-api/dw.order.PaymentProcessor.md +106 -0
  341. package/data/script-api/dw.order.PaymentStatusCodes.md +70 -0
  342. package/data/script-api/dw.order.PaymentTransaction.md +291 -0
  343. package/data/script-api/dw.order.PriceAdjustment.md +745 -0
  344. package/data/script-api/dw.order.PriceAdjustmentLimitTypes.md +61 -0
  345. package/data/script-api/dw.order.ProductLineItem.md +1749 -0
  346. package/data/script-api/dw.order.ProductShippingCost.md +101 -0
  347. package/data/script-api/dw.order.ProductShippingLineItem.md +336 -0
  348. package/data/script-api/dw.order.ProductShippingModel.md +143 -0
  349. package/data/script-api/dw.order.Return.md +396 -0
  350. package/data/script-api/dw.order.ReturnCase.md +463 -0
  351. package/data/script-api/dw.order.ReturnCaseItem.md +372 -0
  352. package/data/script-api/dw.order.ReturnItem.md +335 -0
  353. package/data/script-api/dw.order.Shipment.md +1124 -0
  354. package/data/script-api/dw.order.ShipmentShippingCost.md +54 -0
  355. package/data/script-api/dw.order.ShipmentShippingModel.md +203 -0
  356. package/data/script-api/dw.order.ShippingLineItem.md +315 -0
  357. package/data/script-api/dw.order.ShippingLocation.md +313 -0
  358. package/data/script-api/dw.order.ShippingMethod.md +251 -0
  359. package/data/script-api/dw.order.ShippingMgr.md +173 -0
  360. package/data/script-api/dw.order.ShippingOrder.md +630 -0
  361. package/data/script-api/dw.order.ShippingOrderItem.md +425 -0
  362. package/data/script-api/dw.order.SumItem.md +158 -0
  363. package/data/script-api/dw.order.TaxGroup.md +128 -0
  364. package/data/script-api/dw.order.TaxItem.md +74 -0
  365. package/data/script-api/dw.order.TaxMgr.md +260 -0
  366. package/data/script-api/dw.order.TrackingInfo.md +261 -0
  367. package/data/script-api/dw.order.TrackingRef.md +108 -0
  368. package/data/script-api/dw.order.hooks.BasketMergeHooks.md +87 -0
  369. package/data/script-api/dw.order.hooks.CalculateHooks.md +139 -0
  370. package/data/script-api/dw.order.hooks.CheckoutHooks.md +88 -0
  371. package/data/script-api/dw.order.hooks.OrderHooks.md +96 -0
  372. package/data/script-api/dw.order.hooks.PaymentHooks.md +325 -0
  373. package/data/script-api/dw.order.hooks.ReturnHooks.md +395 -0
  374. package/data/script-api/dw.order.hooks.ShippingOrderHooks.md +426 -0
  375. package/data/script-api/dw.order.hooks.md +12 -0
  376. package/data/script-api/dw.order.md +64 -0
  377. package/data/script-api/dw.rpc.SOAPUtil.md +736 -0
  378. package/data/script-api/dw.rpc.Stub.md +373 -0
  379. package/data/script-api/dw.rpc.WebReference.md +133 -0
  380. package/data/script-api/dw.rpc.md +8 -0
  381. package/data/script-api/dw.sitemap.SitemapFile.md +137 -0
  382. package/data/script-api/dw.sitemap.SitemapMgr.md +142 -0
  383. package/data/script-api/dw.sitemap.md +7 -0
  384. package/data/script-api/dw.suggest.BrandSuggestions.md +34 -0
  385. package/data/script-api/dw.suggest.CategorySuggestions.md +76 -0
  386. package/data/script-api/dw.suggest.ContentSuggestions.md +76 -0
  387. package/data/script-api/dw.suggest.CustomSuggestions.md +34 -0
  388. package/data/script-api/dw.suggest.ProductSuggestions.md +76 -0
  389. package/data/script-api/dw.suggest.SearchPhraseSuggestions.md +126 -0
  390. package/data/script-api/dw.suggest.SuggestModel.md +471 -0
  391. package/data/script-api/dw.suggest.SuggestedCategory.md +51 -0
  392. package/data/script-api/dw.suggest.SuggestedContent.md +51 -0
  393. package/data/script-api/dw.suggest.SuggestedPhrase.md +70 -0
  394. package/data/script-api/dw.suggest.SuggestedProduct.md +55 -0
  395. package/data/script-api/dw.suggest.SuggestedTerm.md +143 -0
  396. package/data/script-api/dw.suggest.SuggestedTerms.md +144 -0
  397. package/data/script-api/dw.suggest.Suggestions.md +206 -0
  398. package/data/script-api/dw.suggest.md +19 -0
  399. package/data/script-api/dw.svc.FTPService.md +140 -0
  400. package/data/script-api/dw.svc.FTPServiceDefinition.md +97 -0
  401. package/data/script-api/dw.svc.HTTPFormService.md +32 -0
  402. package/data/script-api/dw.svc.HTTPFormServiceDefinition.md +36 -0
  403. package/data/script-api/dw.svc.HTTPService.md +370 -0
  404. package/data/script-api/dw.svc.HTTPServiceDefinition.md +290 -0
  405. package/data/script-api/dw.svc.LocalServiceRegistry.md +63 -0
  406. package/data/script-api/dw.svc.Result.md +320 -0
  407. package/data/script-api/dw.svc.SOAPService.md +104 -0
  408. package/data/script-api/dw.svc.SOAPServiceDefinition.md +32 -0
  409. package/data/script-api/dw.svc.Service.md +276 -0
  410. package/data/script-api/dw.svc.ServiceCallback.md +282 -0
  411. package/data/script-api/dw.svc.ServiceConfig.md +114 -0
  412. package/data/script-api/dw.svc.ServiceCredential.md +162 -0
  413. package/data/script-api/dw.svc.ServiceDefinition.md +211 -0
  414. package/data/script-api/dw.svc.ServiceProfile.md +152 -0
  415. package/data/script-api/dw.svc.ServiceRegistry.md +118 -0
  416. package/data/script-api/dw.svc.md +22 -0
  417. package/data/script-api/dw.system.AgentUserStatusCodes.md +41 -0
  418. package/data/script-api/dw.system.Cache.md +126 -0
  419. package/data/script-api/dw.system.CacheMgr.md +70 -0
  420. package/data/script-api/dw.system.HookMgr.md +78 -0
  421. package/data/script-api/dw.system.InternalObject.md +47 -0
  422. package/data/script-api/dw.system.JobProcessMonitor.md +103 -0
  423. package/data/script-api/dw.system.Log.md +198 -0
  424. package/data/script-api/dw.system.LogNDC.md +75 -0
  425. package/data/script-api/dw.system.Logger.md +216 -0
  426. package/data/script-api/dw.system.OrganizationPreferences.md +53 -0
  427. package/data/script-api/dw.system.Pipeline.md +94 -0
  428. package/data/script-api/dw.system.PipelineDictionary.md +42 -0
  429. package/data/script-api/dw.system.RESTErrorResponse.md +102 -0
  430. package/data/script-api/dw.system.RESTResponseMgr.md +243 -0
  431. package/data/script-api/dw.system.RESTSuccessResponse.md +62 -0
  432. package/data/script-api/dw.system.RemoteInclude.md +146 -0
  433. package/data/script-api/dw.system.Request.md +781 -0
  434. package/data/script-api/dw.system.RequestHooks.md +112 -0
  435. package/data/script-api/dw.system.Response.md +612 -0
  436. package/data/script-api/dw.system.SearchStatus.md +187 -0
  437. package/data/script-api/dw.system.Session.md +469 -0
  438. package/data/script-api/dw.system.Site.md +570 -0
  439. package/data/script-api/dw.system.SitePreferences.md +90 -0
  440. package/data/script-api/dw.system.Status.md +330 -0
  441. package/data/script-api/dw.system.StatusItem.md +273 -0
  442. package/data/script-api/dw.system.System.md +224 -0
  443. package/data/script-api/dw.system.Transaction.md +107 -0
  444. package/data/script-api/dw.system.md +32 -0
  445. package/data/script-api/dw.template.ISML.md +127 -0
  446. package/data/script-api/dw.template.Velocity.md +168 -0
  447. package/data/script-api/dw.template.md +7 -0
  448. package/data/script-api/dw.util.ArrayList.md +99 -0
  449. package/data/script-api/dw.util.Assert.md +341 -0
  450. package/data/script-api/dw.util.BigInteger.md +283 -0
  451. package/data/script-api/dw.util.Bytes.md +278 -0
  452. package/data/script-api/dw.util.Calendar.md +1051 -0
  453. package/data/script-api/dw.util.Collection.md +272 -0
  454. package/data/script-api/dw.util.Currency.md +147 -0
  455. package/data/script-api/dw.util.DateUtils.md +82 -0
  456. package/data/script-api/dw.util.Decimal.md +386 -0
  457. package/data/script-api/dw.util.FilteringCollection.md +140 -0
  458. package/data/script-api/dw.util.Geolocation.md +293 -0
  459. package/data/script-api/dw.util.HashMap.md +50 -0
  460. package/data/script-api/dw.util.HashSet.md +65 -0
  461. package/data/script-api/dw.util.Iterator.md +86 -0
  462. package/data/script-api/dw.util.LinkedHashMap.md +52 -0
  463. package/data/script-api/dw.util.LinkedHashSet.md +68 -0
  464. package/data/script-api/dw.util.List.md +429 -0
  465. package/data/script-api/dw.util.Locale.md +274 -0
  466. package/data/script-api/dw.util.Map.md +251 -0
  467. package/data/script-api/dw.util.MapEntry.md +68 -0
  468. package/data/script-api/dw.util.MappingKey.md +96 -0
  469. package/data/script-api/dw.util.MappingMgr.md +113 -0
  470. package/data/script-api/dw.util.PropertyComparator.md +122 -0
  471. package/data/script-api/dw.util.SecureEncoder.md +582 -0
  472. package/data/script-api/dw.util.SecureFilter.md +572 -0
  473. package/data/script-api/dw.util.SeekableIterator.md +187 -0
  474. package/data/script-api/dw.util.Set.md +39 -0
  475. package/data/script-api/dw.util.SortedMap.md +148 -0
  476. package/data/script-api/dw.util.SortedSet.md +173 -0
  477. package/data/script-api/dw.util.StringUtils.md +655 -0
  478. package/data/script-api/dw.util.Template.md +141 -0
  479. package/data/script-api/dw.util.UUIDUtils.md +34 -0
  480. package/data/script-api/dw.util.md +37 -0
  481. package/data/script-api/dw.value.EnumValue.md +105 -0
  482. package/data/script-api/dw.value.MimeEncodedText.md +131 -0
  483. package/data/script-api/dw.value.Money.md +526 -0
  484. package/data/script-api/dw.value.Quantity.md +299 -0
  485. package/data/script-api/dw.value.md +9 -0
  486. package/data/script-api/dw.web.CSRFProtection.md +105 -0
  487. package/data/script-api/dw.web.ClickStream.md +177 -0
  488. package/data/script-api/dw.web.ClickStreamEntry.md +255 -0
  489. package/data/script-api/dw.web.Cookie.md +360 -0
  490. package/data/script-api/dw.web.Cookies.md +59 -0
  491. package/data/script-api/dw.web.Form.md +84 -0
  492. package/data/script-api/dw.web.FormAction.md +195 -0
  493. package/data/script-api/dw.web.FormElement.md +211 -0
  494. package/data/script-api/dw.web.FormElementValidationResult.md +170 -0
  495. package/data/script-api/dw.web.FormField.md +642 -0
  496. package/data/script-api/dw.web.FormFieldOption.md +211 -0
  497. package/data/script-api/dw.web.FormFieldOptions.md +49 -0
  498. package/data/script-api/dw.web.FormGroup.md +222 -0
  499. package/data/script-api/dw.web.FormList.md +134 -0
  500. package/data/script-api/dw.web.FormListItem.md +57 -0
  501. package/data/script-api/dw.web.Forms.md +25 -0
  502. package/data/script-api/dw.web.HttpParameter.md +462 -0
  503. package/data/script-api/dw.web.HttpParameterMap.md +194 -0
  504. package/data/script-api/dw.web.LoopIterator.md +231 -0
  505. package/data/script-api/dw.web.PageMetaData.md +197 -0
  506. package/data/script-api/dw.web.PageMetaTag.md +149 -0
  507. package/data/script-api/dw.web.PagingModel.md +407 -0
  508. package/data/script-api/dw.web.Resource.md +147 -0
  509. package/data/script-api/dw.web.URL.md +174 -0
  510. package/data/script-api/dw.web.URLAction.md +95 -0
  511. package/data/script-api/dw.web.URLParameter.md +52 -0
  512. package/data/script-api/dw.web.URLRedirect.md +72 -0
  513. package/data/script-api/dw.web.URLRedirectMgr.md +86 -0
  514. package/data/script-api/dw.web.URLUtils.md +1357 -0
  515. package/data/script-api/dw.web.md +34 -0
  516. package/data/script-api/dw.ws.Port.md +126 -0
  517. package/data/script-api/dw.ws.WSUtil.md +728 -0
  518. package/data/script-api/dw.ws.WebReference2.md +137 -0
  519. package/data/script-api/dw.ws.md +8 -0
  520. package/data/script-api/index.json +3085 -0
  521. package/data/script-api/index.md +39 -0
  522. package/data/xsd/abtest.xsd +347 -0
  523. package/data/xsd/abtestparticipants.xsd +58 -0
  524. package/data/xsd/assignment.xsd +158 -0
  525. package/data/xsd/bmext.xsd +262 -0
  526. package/data/xsd/cachesettings.xsd +75 -0
  527. package/data/xsd/catalog.xsd +1363 -0
  528. package/data/xsd/coupon.xsd +206 -0
  529. package/data/xsd/couponredemption.xsd +58 -0
  530. package/data/xsd/csrfwhitelists.xsd +81 -0
  531. package/data/xsd/customer.xsd +411 -0
  532. package/data/xsd/customeractivedata.xsd +75 -0
  533. package/data/xsd/customercdnsettings.xsd +36 -0
  534. package/data/xsd/customergroup.xsd +276 -0
  535. package/data/xsd/customerlist.xsd +72 -0
  536. package/data/xsd/customerlist2.xsd +52 -0
  537. package/data/xsd/customerpaymentinstrument.xsd +189 -0
  538. package/data/xsd/customobject.xsd +68 -0
  539. package/data/xsd/dcext.xsd +391 -0
  540. package/data/xsd/feed.xsd +76 -0
  541. package/data/xsd/form.xsd +262 -0
  542. package/data/xsd/geolocation.xsd +68 -0
  543. package/data/xsd/giftcertificate.xsd +186 -0
  544. package/data/xsd/index.json +222 -0
  545. package/data/xsd/inventory.xsd +174 -0
  546. package/data/xsd/jobs.xsd +408 -0
  547. package/data/xsd/library.xsd +547 -0
  548. package/data/xsd/locales.xsd +172 -0
  549. package/data/xsd/metadata.xsd +315 -0
  550. package/data/xsd/oauth.xsd +60 -0
  551. package/data/xsd/order.xsd +1253 -0
  552. package/data/xsd/pagemetatag.xsd +110 -0
  553. package/data/xsd/paymentmethod.xsd +216 -0
  554. package/data/xsd/paymentprocessor.xsd +86 -0
  555. package/data/xsd/preferences.xsd +74 -0
  556. package/data/xsd/priceadjustmentlimits.xsd +74 -0
  557. package/data/xsd/pricebook.xsd +166 -0
  558. package/data/xsd/productlist.xsd +246 -0
  559. package/data/xsd/promotion.xsd +1019 -0
  560. package/data/xsd/redirecturl.xsd +120 -0
  561. package/data/xsd/returnimportfeed.xsd +82 -0
  562. package/data/xsd/schedules.xsd +246 -0
  563. package/data/xsd/search.xsd +333 -0
  564. package/data/xsd/search2.xsd +439 -0
  565. package/data/xsd/services.xsd +139 -0
  566. package/data/xsd/shipping.xsd +487 -0
  567. package/data/xsd/shippingorderupdatefeed.xsd +125 -0
  568. package/data/xsd/site.xsd +89 -0
  569. package/data/xsd/sitemapconfiguration.xsd +230 -0
  570. package/data/xsd/slot.xsd +292 -0
  571. package/data/xsd/sort.xsd +298 -0
  572. package/data/xsd/sourcecode.xsd +188 -0
  573. package/data/xsd/store.xsd +194 -0
  574. package/data/xsd/tax.xsd +112 -0
  575. package/data/xsd/urlrules.xsd +273 -0
  576. package/data/xsd/xml.xsd +54 -0
  577. package/dist/cjs/auth/api-key.d.ts +28 -0
  578. package/dist/cjs/auth/api-key.js +44 -0
  579. package/dist/cjs/auth/api-key.js.map +1 -0
  580. package/dist/cjs/auth/basic.d.ts +7 -0
  581. package/dist/cjs/auth/basic.js +18 -0
  582. package/dist/cjs/auth/basic.js.map +1 -0
  583. package/dist/cjs/auth/index.d.ts +65 -0
  584. package/dist/cjs/auth/index.js +69 -0
  585. package/dist/cjs/auth/index.js.map +1 -0
  586. package/dist/cjs/auth/oauth-implicit.d.ts +74 -0
  587. package/dist/cjs/auth/oauth-implicit.js +330 -0
  588. package/dist/cjs/auth/oauth-implicit.js.map +1 -0
  589. package/dist/cjs/auth/oauth.d.ts +48 -0
  590. package/dist/cjs/auth/oauth.js +178 -0
  591. package/dist/cjs/auth/oauth.js.map +1 -0
  592. package/dist/cjs/auth/resolve.d.ts +100 -0
  593. package/dist/cjs/auth/resolve.js +173 -0
  594. package/dist/cjs/auth/resolve.js.map +1 -0
  595. package/dist/cjs/auth/types.d.ts +101 -0
  596. package/dist/cjs/auth/types.js +3 -0
  597. package/dist/cjs/auth/types.js.map +1 -0
  598. package/dist/cjs/cli/base-command.d.ts +98 -0
  599. package/dist/cjs/cli/base-command.js +331 -0
  600. package/dist/cjs/cli/base-command.js.map +1 -0
  601. package/dist/cjs/cli/cartridge-command.d.ts +65 -0
  602. package/dist/cjs/cli/cartridge-command.js +142 -0
  603. package/dist/cjs/cli/cartridge-command.js.map +1 -0
  604. package/dist/cjs/cli/cartridge-providers.d.ts +149 -0
  605. package/dist/cjs/cli/cartridge-providers.js +103 -0
  606. package/dist/cjs/cli/cartridge-providers.js.map +1 -0
  607. package/dist/cjs/cli/config.d.ts +75 -0
  608. package/dist/cjs/cli/config.js +65 -0
  609. package/dist/cjs/cli/config.js.map +1 -0
  610. package/dist/cjs/cli/hooks.d.ts +231 -0
  611. package/dist/cjs/cli/hooks.js +3 -0
  612. package/dist/cjs/cli/hooks.js.map +1 -0
  613. package/dist/cjs/cli/index.d.ts +103 -0
  614. package/dist/cjs/cli/index.js +106 -0
  615. package/dist/cjs/cli/index.js.map +1 -0
  616. package/dist/cjs/cli/instance-command.d.ts +121 -0
  617. package/dist/cjs/cli/instance-command.js +213 -0
  618. package/dist/cjs/cli/instance-command.js.map +1 -0
  619. package/dist/cjs/cli/job-command.d.ts +32 -0
  620. package/dist/cjs/cli/job-command.js +60 -0
  621. package/dist/cjs/cli/job-command.js.map +1 -0
  622. package/dist/cjs/cli/lifecycle.d.ts +189 -0
  623. package/dist/cjs/cli/lifecycle.js +130 -0
  624. package/dist/cjs/cli/lifecycle.js.map +1 -0
  625. package/dist/cjs/cli/mrt-command.d.ts +61 -0
  626. package/dist/cjs/cli/mrt-command.js +113 -0
  627. package/dist/cjs/cli/mrt-command.js.map +1 -0
  628. package/dist/cjs/cli/oauth-command.d.ts +70 -0
  629. package/dist/cjs/cli/oauth-command.js +173 -0
  630. package/dist/cjs/cli/oauth-command.js.map +1 -0
  631. package/dist/cjs/cli/ods-command.d.ts +70 -0
  632. package/dist/cjs/cli/ods-command.js +79 -0
  633. package/dist/cjs/cli/ods-command.js.map +1 -0
  634. package/dist/cjs/cli/table.d.ts +113 -0
  635. package/dist/cjs/cli/table.js +175 -0
  636. package/dist/cjs/cli/table.js.map +1 -0
  637. package/dist/cjs/cli/webdav-command.d.ts +100 -0
  638. package/dist/cjs/cli/webdav-command.js +106 -0
  639. package/dist/cjs/cli/webdav-command.js.map +1 -0
  640. package/dist/cjs/clients/custom-apis.d.ts +137 -0
  641. package/dist/cjs/clients/custom-apis.generated.d.ts +202 -0
  642. package/dist/cjs/clients/custom-apis.generated.js +6 -0
  643. package/dist/cjs/clients/custom-apis.generated.js.map +1 -0
  644. package/dist/cjs/clients/custom-apis.js +124 -0
  645. package/dist/cjs/clients/custom-apis.js.map +1 -0
  646. package/dist/cjs/clients/index.d.ts +130 -0
  647. package/dist/cjs/clients/index.js +127 -0
  648. package/dist/cjs/clients/index.js.map +1 -0
  649. package/dist/cjs/clients/middleware-registry.d.ts +184 -0
  650. package/dist/cjs/clients/middleware-registry.js +104 -0
  651. package/dist/cjs/clients/middleware-registry.js.map +1 -0
  652. package/dist/cjs/clients/middleware.d.ts +85 -0
  653. package/dist/cjs/clients/middleware.js +210 -0
  654. package/dist/cjs/clients/middleware.js.map +1 -0
  655. package/dist/cjs/clients/mrt.d.ts +120 -0
  656. package/dist/cjs/clients/mrt.generated.d.ts +2774 -0
  657. package/dist/cjs/clients/mrt.generated.js +6 -0
  658. package/dist/cjs/clients/mrt.generated.js.map +1 -0
  659. package/dist/cjs/clients/mrt.js +88 -0
  660. package/dist/cjs/clients/mrt.js.map +1 -0
  661. package/dist/cjs/clients/ocapi.d.ts +108 -0
  662. package/dist/cjs/clients/ocapi.generated.d.ts +26052 -0
  663. package/dist/cjs/clients/ocapi.generated.js +6 -0
  664. package/dist/cjs/clients/ocapi.generated.js.map +1 -0
  665. package/dist/cjs/clients/ocapi.js +80 -0
  666. package/dist/cjs/clients/ocapi.js.map +1 -0
  667. package/dist/cjs/clients/ods.d.ts +133 -0
  668. package/dist/cjs/clients/ods.generated.d.ts +2548 -0
  669. package/dist/cjs/clients/ods.generated.js +6 -0
  670. package/dist/cjs/clients/ods.generated.js.map +1 -0
  671. package/dist/cjs/clients/ods.js +103 -0
  672. package/dist/cjs/clients/ods.js.map +1 -0
  673. package/dist/cjs/clients/scapi-schemas.d.ts +132 -0
  674. package/dist/cjs/clients/scapi-schemas.generated.d.ts +328 -0
  675. package/dist/cjs/clients/scapi-schemas.generated.js +6 -0
  676. package/dist/cjs/clients/scapi-schemas.generated.js.map +1 -0
  677. package/dist/cjs/clients/scapi-schemas.js +95 -0
  678. package/dist/cjs/clients/scapi-schemas.js.map +1 -0
  679. package/dist/cjs/clients/slas-admin.d.ts +104 -0
  680. package/dist/cjs/clients/slas-admin.generated.d.ts +1434 -0
  681. package/dist/cjs/clients/slas-admin.generated.js +6 -0
  682. package/dist/cjs/clients/slas-admin.generated.js.map +1 -0
  683. package/dist/cjs/clients/slas-admin.js +79 -0
  684. package/dist/cjs/clients/slas-admin.js.map +1 -0
  685. package/dist/cjs/clients/webdav.d.ts +157 -0
  686. package/dist/cjs/clients/webdav.js +337 -0
  687. package/dist/cjs/clients/webdav.js.map +1 -0
  688. package/dist/cjs/config/dw-json.d.ts +114 -0
  689. package/dist/cjs/config/dw-json.js +142 -0
  690. package/dist/cjs/config/dw-json.js.map +1 -0
  691. package/dist/cjs/config/index.d.ts +96 -0
  692. package/dist/cjs/config/index.js +103 -0
  693. package/dist/cjs/config/index.js.map +1 -0
  694. package/dist/cjs/config/mapping.d.ts +143 -0
  695. package/dist/cjs/config/mapping.js +212 -0
  696. package/dist/cjs/config/mapping.js.map +1 -0
  697. package/dist/cjs/config/resolved-config.d.ts +31 -0
  698. package/dist/cjs/config/resolved-config.js +84 -0
  699. package/dist/cjs/config/resolved-config.js.map +1 -0
  700. package/dist/cjs/config/resolver.d.ts +190 -0
  701. package/dist/cjs/config/resolver.js +323 -0
  702. package/dist/cjs/config/resolver.js.map +1 -0
  703. package/dist/cjs/config/sources/dw-json-source.d.ts +10 -0
  704. package/dist/cjs/config/sources/dw-json-source.js +38 -0
  705. package/dist/cjs/config/sources/dw-json-source.js.map +1 -0
  706. package/dist/cjs/config/sources/index.d.ts +7 -0
  707. package/dist/cjs/config/sources/index.js +13 -0
  708. package/dist/cjs/config/sources/index.js.map +1 -0
  709. package/dist/cjs/config/sources/mobify-source.d.ts +24 -0
  710. package/dist/cjs/config/sources/mobify-source.js +79 -0
  711. package/dist/cjs/config/sources/mobify-source.js.map +1 -0
  712. package/dist/cjs/config/types.d.ts +270 -0
  713. package/dist/cjs/config/types.js +2 -0
  714. package/dist/cjs/config/types.js.map +1 -0
  715. package/dist/cjs/defaults.d.ts +22 -0
  716. package/dist/cjs/defaults.js +28 -0
  717. package/dist/cjs/defaults.js.map +1 -0
  718. package/dist/cjs/discovery/detector.d.ts +75 -0
  719. package/dist/cjs/discovery/detector.js +108 -0
  720. package/dist/cjs/discovery/detector.js.map +1 -0
  721. package/dist/cjs/discovery/index.d.ts +63 -0
  722. package/dist/cjs/discovery/index.js +70 -0
  723. package/dist/cjs/discovery/index.js.map +1 -0
  724. package/dist/cjs/discovery/patterns/cartridges.d.ts +16 -0
  725. package/dist/cjs/discovery/patterns/cartridges.js +16 -0
  726. package/dist/cjs/discovery/patterns/cartridges.js.map +1 -0
  727. package/dist/cjs/discovery/patterns/index.d.ts +21 -0
  728. package/dist/cjs/discovery/patterns/index.js +16 -0
  729. package/dist/cjs/discovery/patterns/index.js.map +1 -0
  730. package/dist/cjs/discovery/patterns/pwa-kit.d.ts +15 -0
  731. package/dist/cjs/discovery/patterns/pwa-kit.js +26 -0
  732. package/dist/cjs/discovery/patterns/pwa-kit.js.map +1 -0
  733. package/dist/cjs/discovery/patterns/sfra.d.ts +34 -0
  734. package/dist/cjs/discovery/patterns/sfra.js +50 -0
  735. package/dist/cjs/discovery/patterns/sfra.js.map +1 -0
  736. package/dist/cjs/discovery/patterns/storefront-next.d.ts +14 -0
  737. package/dist/cjs/discovery/patterns/storefront-next.js +20 -0
  738. package/dist/cjs/discovery/patterns/storefront-next.js.map +1 -0
  739. package/dist/cjs/discovery/types.d.ts +47 -0
  740. package/dist/cjs/discovery/types.js +12 -0
  741. package/dist/cjs/discovery/types.js.map +1 -0
  742. package/dist/cjs/discovery/utils.d.ts +44 -0
  743. package/dist/cjs/discovery/utils.js +82 -0
  744. package/dist/cjs/discovery/utils.js.map +1 -0
  745. package/dist/cjs/errors/http-error.d.ts +34 -0
  746. package/dist/cjs/errors/http-error.js +45 -0
  747. package/dist/cjs/errors/http-error.js.map +1 -0
  748. package/dist/cjs/errors/index.d.ts +6 -0
  749. package/dist/cjs/errors/index.js +12 -0
  750. package/dist/cjs/errors/index.js.map +1 -0
  751. package/dist/cjs/i18n/index.d.ts +144 -0
  752. package/dist/cjs/i18n/index.js +242 -0
  753. package/dist/cjs/i18n/index.js.map +1 -0
  754. package/dist/cjs/i18n/locales/de.d.ts +13 -0
  755. package/dist/cjs/i18n/locales/de.js +19 -0
  756. package/dist/cjs/i18n/locales/de.js.map +1 -0
  757. package/dist/cjs/i18n/locales/index.d.ts +28 -0
  758. package/dist/cjs/i18n/locales/index.js +25 -0
  759. package/dist/cjs/i18n/locales/index.js.map +1 -0
  760. package/dist/cjs/index.d.ts +25 -0
  761. package/dist/cjs/index.js +31 -0
  762. package/dist/cjs/index.js.map +1 -0
  763. package/dist/cjs/instance/index.d.ts +132 -0
  764. package/dist/cjs/instance/index.js +124 -0
  765. package/dist/cjs/instance/index.js.map +1 -0
  766. package/dist/cjs/logger.d.ts +66 -0
  767. package/dist/cjs/logger.js +80 -0
  768. package/dist/cjs/logger.js.map +1 -0
  769. package/dist/cjs/logging/index.d.ts +116 -0
  770. package/dist/cjs/logging/index.js +121 -0
  771. package/dist/cjs/logging/index.js.map +1 -0
  772. package/dist/cjs/logging/logger.d.ts +9 -0
  773. package/dist/cjs/logging/logger.js +111 -0
  774. package/dist/cjs/logging/logger.js.map +1 -0
  775. package/dist/cjs/logging/types.d.ts +36 -0
  776. package/dist/cjs/logging/types.js +10 -0
  777. package/dist/cjs/logging/types.js.map +1 -0
  778. package/dist/cjs/operations/code/cartridges.d.ts +46 -0
  779. package/dist/cjs/operations/code/cartridges.js +59 -0
  780. package/dist/cjs/operations/code/cartridges.js.map +1 -0
  781. package/dist/cjs/operations/code/deploy.d.ts +101 -0
  782. package/dist/cjs/operations/code/deploy.js +218 -0
  783. package/dist/cjs/operations/code/deploy.js.map +1 -0
  784. package/dist/cjs/operations/code/index.d.ts +66 -0
  785. package/dist/cjs/operations/code/index.js +72 -0
  786. package/dist/cjs/operations/code/index.js.map +1 -0
  787. package/dist/cjs/operations/code/versions.d.ts +99 -0
  788. package/dist/cjs/operations/code/versions.js +156 -0
  789. package/dist/cjs/operations/code/versions.js.map +1 -0
  790. package/dist/cjs/operations/code/watch.d.ts +58 -0
  791. package/dist/cjs/operations/code/watch.js +226 -0
  792. package/dist/cjs/operations/code/watch.js.map +1 -0
  793. package/dist/cjs/operations/docs/download.d.ts +45 -0
  794. package/dist/cjs/operations/docs/download.js +96 -0
  795. package/dist/cjs/operations/docs/download.js.map +1 -0
  796. package/dist/cjs/operations/docs/index.d.ts +44 -0
  797. package/dist/cjs/operations/docs/index.js +12 -0
  798. package/dist/cjs/operations/docs/index.js.map +1 -0
  799. package/dist/cjs/operations/docs/schema.d.ts +24 -0
  800. package/dist/cjs/operations/docs/schema.js +92 -0
  801. package/dist/cjs/operations/docs/schema.js.map +1 -0
  802. package/dist/cjs/operations/docs/search.d.ts +67 -0
  803. package/dist/cjs/operations/docs/search.js +128 -0
  804. package/dist/cjs/operations/docs/search.js.map +1 -0
  805. package/dist/cjs/operations/docs/types.d.ts +64 -0
  806. package/dist/cjs/operations/docs/types.js +15 -0
  807. package/dist/cjs/operations/docs/types.js.map +1 -0
  808. package/dist/cjs/operations/jobs/index.d.ts +66 -0
  809. package/dist/cjs/operations/jobs/index.js +72 -0
  810. package/dist/cjs/operations/jobs/index.js.map +1 -0
  811. package/dist/cjs/operations/jobs/run.d.ts +224 -0
  812. package/dist/cjs/operations/jobs/run.js +322 -0
  813. package/dist/cjs/operations/jobs/run.js.map +1 -0
  814. package/dist/cjs/operations/jobs/site-archive.d.ts +224 -0
  815. package/dist/cjs/operations/jobs/site-archive.js +354 -0
  816. package/dist/cjs/operations/jobs/site-archive.js.map +1 -0
  817. package/dist/cjs/operations/mrt/bundle.d.ts +114 -0
  818. package/dist/cjs/operations/mrt/bundle.js +166 -0
  819. package/dist/cjs/operations/mrt/bundle.js.map +1 -0
  820. package/dist/cjs/operations/mrt/env-var.d.ts +176 -0
  821. package/dist/cjs/operations/mrt/env-var.js +231 -0
  822. package/dist/cjs/operations/mrt/env-var.js.map +1 -0
  823. package/dist/cjs/operations/mrt/env.d.ts +256 -0
  824. package/dist/cjs/operations/mrt/env.js +233 -0
  825. package/dist/cjs/operations/mrt/env.js.map +1 -0
  826. package/dist/cjs/operations/mrt/index.d.ts +49 -0
  827. package/dist/cjs/operations/mrt/index.js +55 -0
  828. package/dist/cjs/operations/mrt/index.js.map +1 -0
  829. package/dist/cjs/operations/mrt/push.d.ts +109 -0
  830. package/dist/cjs/operations/mrt/push.js +149 -0
  831. package/dist/cjs/operations/mrt/push.js.map +1 -0
  832. package/dist/cjs/operations/scapi-schemas/collapse.d.ts +150 -0
  833. package/dist/cjs/operations/scapi-schemas/collapse.js +180 -0
  834. package/dist/cjs/operations/scapi-schemas/collapse.js.map +1 -0
  835. package/dist/cjs/operations/scapi-schemas/index.d.ts +53 -0
  836. package/dist/cjs/operations/scapi-schemas/index.js +59 -0
  837. package/dist/cjs/operations/scapi-schemas/index.js.map +1 -0
  838. package/dist/cjs/operations/sites/index.d.ts +56 -0
  839. package/dist/cjs/operations/sites/index.js +19 -0
  840. package/dist/cjs/operations/sites/index.js.map +1 -0
  841. package/dist/cjs/package.json +1 -0
  842. package/dist/cjs/platform/index.d.ts +38 -0
  843. package/dist/cjs/platform/index.js +42 -0
  844. package/dist/cjs/platform/index.js.map +1 -0
  845. package/dist/cjs/platform/mrt.d.ts +19 -0
  846. package/dist/cjs/platform/mrt.js +22 -0
  847. package/dist/cjs/platform/mrt.js.map +1 -0
  848. package/dist/cjs/platform/ods.d.ts +17 -0
  849. package/dist/cjs/platform/ods.js +22 -0
  850. package/dist/cjs/platform/ods.js.map +1 -0
  851. package/dist/esm/auth/api-key.d.ts +28 -0
  852. package/dist/esm/auth/api-key.js +44 -0
  853. package/dist/esm/auth/api-key.js.map +1 -0
  854. package/dist/esm/auth/basic.d.ts +7 -0
  855. package/dist/esm/auth/basic.js +18 -0
  856. package/dist/esm/auth/basic.js.map +1 -0
  857. package/dist/esm/auth/index.d.ts +65 -0
  858. package/dist/esm/auth/index.js +69 -0
  859. package/dist/esm/auth/index.js.map +1 -0
  860. package/dist/esm/auth/oauth-implicit.d.ts +74 -0
  861. package/dist/esm/auth/oauth-implicit.js +330 -0
  862. package/dist/esm/auth/oauth-implicit.js.map +1 -0
  863. package/dist/esm/auth/oauth.d.ts +48 -0
  864. package/dist/esm/auth/oauth.js +178 -0
  865. package/dist/esm/auth/oauth.js.map +1 -0
  866. package/dist/esm/auth/resolve.d.ts +100 -0
  867. package/dist/esm/auth/resolve.js +173 -0
  868. package/dist/esm/auth/resolve.js.map +1 -0
  869. package/dist/esm/auth/types.d.ts +101 -0
  870. package/dist/esm/auth/types.js +3 -0
  871. package/dist/esm/auth/types.js.map +1 -0
  872. package/dist/esm/cli/base-command.d.ts +98 -0
  873. package/dist/esm/cli/base-command.js +331 -0
  874. package/dist/esm/cli/base-command.js.map +1 -0
  875. package/dist/esm/cli/cartridge-command.d.ts +65 -0
  876. package/dist/esm/cli/cartridge-command.js +142 -0
  877. package/dist/esm/cli/cartridge-command.js.map +1 -0
  878. package/dist/esm/cli/cartridge-providers.d.ts +149 -0
  879. package/dist/esm/cli/cartridge-providers.js +103 -0
  880. package/dist/esm/cli/cartridge-providers.js.map +1 -0
  881. package/dist/esm/cli/config.d.ts +75 -0
  882. package/dist/esm/cli/config.js +65 -0
  883. package/dist/esm/cli/config.js.map +1 -0
  884. package/dist/esm/cli/hooks.d.ts +231 -0
  885. package/dist/esm/cli/hooks.js +3 -0
  886. package/dist/esm/cli/hooks.js.map +1 -0
  887. package/dist/esm/cli/index.d.ts +103 -0
  888. package/dist/esm/cli/index.js +108 -0
  889. package/dist/esm/cli/index.js.map +1 -0
  890. package/dist/esm/cli/instance-command.d.ts +121 -0
  891. package/dist/esm/cli/instance-command.js +213 -0
  892. package/dist/esm/cli/instance-command.js.map +1 -0
  893. package/dist/esm/cli/job-command.d.ts +32 -0
  894. package/dist/esm/cli/job-command.js +66 -0
  895. package/dist/esm/cli/job-command.js.map +1 -0
  896. package/dist/esm/cli/lifecycle.d.ts +189 -0
  897. package/dist/esm/cli/lifecycle.js +130 -0
  898. package/dist/esm/cli/lifecycle.js.map +1 -0
  899. package/dist/esm/cli/mrt-command.d.ts +61 -0
  900. package/dist/esm/cli/mrt-command.js +113 -0
  901. package/dist/esm/cli/mrt-command.js.map +1 -0
  902. package/dist/esm/cli/oauth-command.d.ts +70 -0
  903. package/dist/esm/cli/oauth-command.js +173 -0
  904. package/dist/esm/cli/oauth-command.js.map +1 -0
  905. package/dist/esm/cli/ods-command.d.ts +70 -0
  906. package/dist/esm/cli/ods-command.js +79 -0
  907. package/dist/esm/cli/ods-command.js.map +1 -0
  908. package/dist/esm/cli/table.d.ts +113 -0
  909. package/dist/esm/cli/table.js +175 -0
  910. package/dist/esm/cli/table.js.map +1 -0
  911. package/dist/esm/cli/webdav-command.d.ts +100 -0
  912. package/dist/esm/cli/webdav-command.js +106 -0
  913. package/dist/esm/cli/webdav-command.js.map +1 -0
  914. package/dist/esm/clients/custom-apis.d.ts +137 -0
  915. package/dist/esm/clients/custom-apis.generated.d.ts +202 -0
  916. package/dist/esm/clients/custom-apis.generated.js +6 -0
  917. package/dist/esm/clients/custom-apis.generated.js.map +1 -0
  918. package/dist/esm/clients/custom-apis.js +124 -0
  919. package/dist/esm/clients/custom-apis.js.map +1 -0
  920. package/dist/esm/clients/index.d.ts +130 -0
  921. package/dist/esm/clients/index.js +127 -0
  922. package/dist/esm/clients/index.js.map +1 -0
  923. package/dist/esm/clients/middleware-registry.d.ts +184 -0
  924. package/dist/esm/clients/middleware-registry.js +104 -0
  925. package/dist/esm/clients/middleware-registry.js.map +1 -0
  926. package/dist/esm/clients/middleware.d.ts +85 -0
  927. package/dist/esm/clients/middleware.js +210 -0
  928. package/dist/esm/clients/middleware.js.map +1 -0
  929. package/dist/esm/clients/mrt.d.ts +120 -0
  930. package/dist/esm/clients/mrt.generated.d.ts +2774 -0
  931. package/dist/esm/clients/mrt.generated.js +6 -0
  932. package/dist/esm/clients/mrt.generated.js.map +1 -0
  933. package/dist/esm/clients/mrt.js +88 -0
  934. package/dist/esm/clients/mrt.js.map +1 -0
  935. package/dist/esm/clients/ocapi.d.ts +108 -0
  936. package/dist/esm/clients/ocapi.generated.d.ts +26052 -0
  937. package/dist/esm/clients/ocapi.generated.js +6 -0
  938. package/dist/esm/clients/ocapi.generated.js.map +1 -0
  939. package/dist/esm/clients/ocapi.js +80 -0
  940. package/dist/esm/clients/ocapi.js.map +1 -0
  941. package/dist/esm/clients/ods.d.ts +133 -0
  942. package/dist/esm/clients/ods.generated.d.ts +2548 -0
  943. package/dist/esm/clients/ods.generated.js +6 -0
  944. package/dist/esm/clients/ods.generated.js.map +1 -0
  945. package/dist/esm/clients/ods.js +103 -0
  946. package/dist/esm/clients/ods.js.map +1 -0
  947. package/dist/esm/clients/scapi-schemas.d.ts +132 -0
  948. package/dist/esm/clients/scapi-schemas.generated.d.ts +328 -0
  949. package/dist/esm/clients/scapi-schemas.generated.js +6 -0
  950. package/dist/esm/clients/scapi-schemas.generated.js.map +1 -0
  951. package/dist/esm/clients/scapi-schemas.js +95 -0
  952. package/dist/esm/clients/scapi-schemas.js.map +1 -0
  953. package/dist/esm/clients/slas-admin.d.ts +104 -0
  954. package/dist/esm/clients/slas-admin.generated.d.ts +1434 -0
  955. package/dist/esm/clients/slas-admin.generated.js +6 -0
  956. package/dist/esm/clients/slas-admin.generated.js.map +1 -0
  957. package/dist/esm/clients/slas-admin.js +79 -0
  958. package/dist/esm/clients/slas-admin.js.map +1 -0
  959. package/dist/esm/clients/webdav.d.ts +157 -0
  960. package/dist/esm/clients/webdav.js +337 -0
  961. package/dist/esm/clients/webdav.js.map +1 -0
  962. package/dist/esm/config/dw-json.d.ts +114 -0
  963. package/dist/esm/config/dw-json.js +142 -0
  964. package/dist/esm/config/dw-json.js.map +1 -0
  965. package/dist/esm/config/index.d.ts +96 -0
  966. package/dist/esm/config/index.js +103 -0
  967. package/dist/esm/config/index.js.map +1 -0
  968. package/dist/esm/config/mapping.d.ts +143 -0
  969. package/dist/esm/config/mapping.js +212 -0
  970. package/dist/esm/config/mapping.js.map +1 -0
  971. package/dist/esm/config/resolved-config.d.ts +31 -0
  972. package/dist/esm/config/resolved-config.js +84 -0
  973. package/dist/esm/config/resolved-config.js.map +1 -0
  974. package/dist/esm/config/resolver.d.ts +190 -0
  975. package/dist/esm/config/resolver.js +323 -0
  976. package/dist/esm/config/resolver.js.map +1 -0
  977. package/dist/esm/config/sources/dw-json-source.d.ts +10 -0
  978. package/dist/esm/config/sources/dw-json-source.js +38 -0
  979. package/dist/esm/config/sources/dw-json-source.js.map +1 -0
  980. package/dist/esm/config/sources/index.d.ts +7 -0
  981. package/dist/esm/config/sources/index.js +13 -0
  982. package/dist/esm/config/sources/index.js.map +1 -0
  983. package/dist/esm/config/sources/mobify-source.d.ts +24 -0
  984. package/dist/esm/config/sources/mobify-source.js +79 -0
  985. package/dist/esm/config/sources/mobify-source.js.map +1 -0
  986. package/dist/esm/config/types.d.ts +270 -0
  987. package/dist/esm/config/types.js +2 -0
  988. package/dist/esm/config/types.js.map +1 -0
  989. package/dist/esm/defaults.d.ts +22 -0
  990. package/dist/esm/defaults.js +28 -0
  991. package/dist/esm/defaults.js.map +1 -0
  992. package/dist/esm/discovery/detector.d.ts +75 -0
  993. package/dist/esm/discovery/detector.js +108 -0
  994. package/dist/esm/discovery/detector.js.map +1 -0
  995. package/dist/esm/discovery/index.d.ts +63 -0
  996. package/dist/esm/discovery/index.js +70 -0
  997. package/dist/esm/discovery/index.js.map +1 -0
  998. package/dist/esm/discovery/patterns/cartridges.d.ts +16 -0
  999. package/dist/esm/discovery/patterns/cartridges.js +16 -0
  1000. package/dist/esm/discovery/patterns/cartridges.js.map +1 -0
  1001. package/dist/esm/discovery/patterns/index.d.ts +21 -0
  1002. package/dist/esm/discovery/patterns/index.js +16 -0
  1003. package/dist/esm/discovery/patterns/index.js.map +1 -0
  1004. package/dist/esm/discovery/patterns/pwa-kit.d.ts +15 -0
  1005. package/dist/esm/discovery/patterns/pwa-kit.js +26 -0
  1006. package/dist/esm/discovery/patterns/pwa-kit.js.map +1 -0
  1007. package/dist/esm/discovery/patterns/sfra.d.ts +34 -0
  1008. package/dist/esm/discovery/patterns/sfra.js +50 -0
  1009. package/dist/esm/discovery/patterns/sfra.js.map +1 -0
  1010. package/dist/esm/discovery/patterns/storefront-next.d.ts +14 -0
  1011. package/dist/esm/discovery/patterns/storefront-next.js +20 -0
  1012. package/dist/esm/discovery/patterns/storefront-next.js.map +1 -0
  1013. package/dist/esm/discovery/types.d.ts +47 -0
  1014. package/dist/esm/discovery/types.js +12 -0
  1015. package/dist/esm/discovery/types.js.map +1 -0
  1016. package/dist/esm/discovery/utils.d.ts +44 -0
  1017. package/dist/esm/discovery/utils.js +82 -0
  1018. package/dist/esm/discovery/utils.js.map +1 -0
  1019. package/dist/esm/errors/http-error.d.ts +34 -0
  1020. package/dist/esm/errors/http-error.js +45 -0
  1021. package/dist/esm/errors/http-error.js.map +1 -0
  1022. package/dist/esm/errors/index.d.ts +6 -0
  1023. package/dist/esm/errors/index.js +12 -0
  1024. package/dist/esm/errors/index.js.map +1 -0
  1025. package/dist/esm/i18n/index.d.ts +144 -0
  1026. package/dist/esm/i18n/index.js +242 -0
  1027. package/dist/esm/i18n/index.js.map +1 -0
  1028. package/dist/esm/i18n/locales/de.d.ts +13 -0
  1029. package/dist/esm/i18n/locales/de.js +19 -0
  1030. package/dist/esm/i18n/locales/de.js.map +1 -0
  1031. package/dist/esm/i18n/locales/index.d.ts +28 -0
  1032. package/dist/esm/i18n/locales/index.js +25 -0
  1033. package/dist/esm/i18n/locales/index.js.map +1 -0
  1034. package/dist/esm/index.d.ts +25 -0
  1035. package/dist/esm/index.js +31 -0
  1036. package/dist/esm/index.js.map +1 -0
  1037. package/dist/esm/instance/index.d.ts +132 -0
  1038. package/dist/esm/instance/index.js +124 -0
  1039. package/dist/esm/instance/index.js.map +1 -0
  1040. package/dist/esm/logger.d.ts +66 -0
  1041. package/dist/esm/logger.js +80 -0
  1042. package/dist/esm/logger.js.map +1 -0
  1043. package/dist/esm/logging/index.d.ts +116 -0
  1044. package/dist/esm/logging/index.js +121 -0
  1045. package/dist/esm/logging/index.js.map +1 -0
  1046. package/dist/esm/logging/logger.d.ts +9 -0
  1047. package/dist/esm/logging/logger.js +111 -0
  1048. package/dist/esm/logging/logger.js.map +1 -0
  1049. package/dist/esm/logging/types.d.ts +36 -0
  1050. package/dist/esm/logging/types.js +10 -0
  1051. package/dist/esm/logging/types.js.map +1 -0
  1052. package/dist/esm/operations/code/cartridges.d.ts +46 -0
  1053. package/dist/esm/operations/code/cartridges.js +59 -0
  1054. package/dist/esm/operations/code/cartridges.js.map +1 -0
  1055. package/dist/esm/operations/code/deploy.d.ts +101 -0
  1056. package/dist/esm/operations/code/deploy.js +218 -0
  1057. package/dist/esm/operations/code/deploy.js.map +1 -0
  1058. package/dist/esm/operations/code/index.d.ts +66 -0
  1059. package/dist/esm/operations/code/index.js +72 -0
  1060. package/dist/esm/operations/code/index.js.map +1 -0
  1061. package/dist/esm/operations/code/versions.d.ts +99 -0
  1062. package/dist/esm/operations/code/versions.js +157 -0
  1063. package/dist/esm/operations/code/versions.js.map +1 -0
  1064. package/dist/esm/operations/code/watch.d.ts +58 -0
  1065. package/dist/esm/operations/code/watch.js +226 -0
  1066. package/dist/esm/operations/code/watch.js.map +1 -0
  1067. package/dist/esm/operations/docs/download.d.ts +45 -0
  1068. package/dist/esm/operations/docs/download.js +96 -0
  1069. package/dist/esm/operations/docs/download.js.map +1 -0
  1070. package/dist/esm/operations/docs/index.d.ts +44 -0
  1071. package/dist/esm/operations/docs/index.js +12 -0
  1072. package/dist/esm/operations/docs/index.js.map +1 -0
  1073. package/dist/esm/operations/docs/schema.d.ts +24 -0
  1074. package/dist/esm/operations/docs/schema.js +92 -0
  1075. package/dist/esm/operations/docs/schema.js.map +1 -0
  1076. package/dist/esm/operations/docs/search.d.ts +67 -0
  1077. package/dist/esm/operations/docs/search.js +128 -0
  1078. package/dist/esm/operations/docs/search.js.map +1 -0
  1079. package/dist/esm/operations/docs/types.d.ts +64 -0
  1080. package/dist/esm/operations/docs/types.js +15 -0
  1081. package/dist/esm/operations/docs/types.js.map +1 -0
  1082. package/dist/esm/operations/jobs/index.d.ts +66 -0
  1083. package/dist/esm/operations/jobs/index.js +72 -0
  1084. package/dist/esm/operations/jobs/index.js.map +1 -0
  1085. package/dist/esm/operations/jobs/run.d.ts +224 -0
  1086. package/dist/esm/operations/jobs/run.js +333 -0
  1087. package/dist/esm/operations/jobs/run.js.map +1 -0
  1088. package/dist/esm/operations/jobs/site-archive.d.ts +224 -0
  1089. package/dist/esm/operations/jobs/site-archive.js +355 -0
  1090. package/dist/esm/operations/jobs/site-archive.js.map +1 -0
  1091. package/dist/esm/operations/mrt/bundle.d.ts +114 -0
  1092. package/dist/esm/operations/mrt/bundle.js +166 -0
  1093. package/dist/esm/operations/mrt/bundle.js.map +1 -0
  1094. package/dist/esm/operations/mrt/env-var.d.ts +176 -0
  1095. package/dist/esm/operations/mrt/env-var.js +231 -0
  1096. package/dist/esm/operations/mrt/env-var.js.map +1 -0
  1097. package/dist/esm/operations/mrt/env.d.ts +256 -0
  1098. package/dist/esm/operations/mrt/env.js +233 -0
  1099. package/dist/esm/operations/mrt/env.js.map +1 -0
  1100. package/dist/esm/operations/mrt/index.d.ts +49 -0
  1101. package/dist/esm/operations/mrt/index.js +55 -0
  1102. package/dist/esm/operations/mrt/index.js.map +1 -0
  1103. package/dist/esm/operations/mrt/push.d.ts +109 -0
  1104. package/dist/esm/operations/mrt/push.js +149 -0
  1105. package/dist/esm/operations/mrt/push.js.map +1 -0
  1106. package/dist/esm/operations/scapi-schemas/collapse.d.ts +150 -0
  1107. package/dist/esm/operations/scapi-schemas/collapse.js +180 -0
  1108. package/dist/esm/operations/scapi-schemas/collapse.js.map +1 -0
  1109. package/dist/esm/operations/scapi-schemas/index.d.ts +53 -0
  1110. package/dist/esm/operations/scapi-schemas/index.js +59 -0
  1111. package/dist/esm/operations/scapi-schemas/index.js.map +1 -0
  1112. package/dist/esm/operations/sites/index.d.ts +56 -0
  1113. package/dist/esm/operations/sites/index.js +67 -0
  1114. package/dist/esm/operations/sites/index.js.map +1 -0
  1115. package/dist/esm/platform/index.d.ts +38 -0
  1116. package/dist/esm/platform/index.js +42 -0
  1117. package/dist/esm/platform/index.js.map +1 -0
  1118. package/dist/esm/platform/mrt.d.ts +19 -0
  1119. package/dist/esm/platform/mrt.js +22 -0
  1120. package/dist/esm/platform/mrt.js.map +1 -0
  1121. package/dist/esm/platform/ods.d.ts +17 -0
  1122. package/dist/esm/platform/ods.js +22 -0
  1123. package/dist/esm/platform/ods.js.map +1 -0
  1124. package/package.json +284 -0
  1125. package/specs/README.md +7 -0
  1126. package/specs/custom-apis-v1.yaml +309 -0
  1127. package/specs/data-api.json +37503 -0
  1128. package/specs/mrt-api-v1.json +5555 -0
  1129. package/specs/ods-api-v1.json +3673 -0
  1130. package/specs/scapi-schemas-v1.yaml +341 -0
  1131. package/specs/slas-admin-v1.yaml +1841 -0
@@ -0,0 +1,3085 @@
1
+ {
2
+ "version": "1.0.0",
3
+ "generatedAt": "2026-01-10T22:14:13.490Z",
4
+ "entries": [
5
+ {
6
+ "id": "dw.alert",
7
+ "title": "Package dw.alert",
8
+ "filePath": "dw.alert.md"
9
+ },
10
+ {
11
+ "id": "dw.alert.Alert",
12
+ "title": "Class Alert",
13
+ "filePath": "dw.alert.Alert.md",
14
+ "preview": "- [dw.alert.Alert](dw.alert.Alert.md)"
15
+ },
16
+ {
17
+ "id": "dw.alert.Alerts",
18
+ "title": "Class Alerts",
19
+ "filePath": "dw.alert.Alerts.md",
20
+ "preview": "- [dw.alert.Alerts](dw.alert.Alerts.md)"
21
+ },
22
+ {
23
+ "id": "dw.campaign",
24
+ "title": "Package dw.campaign",
25
+ "filePath": "dw.campaign.md"
26
+ },
27
+ {
28
+ "id": "dw.campaign.ABTest",
29
+ "title": "Class ABTest",
30
+ "filePath": "dw.campaign.ABTest.md",
31
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
32
+ },
33
+ {
34
+ "id": "dw.campaign.ABTestMgr",
35
+ "title": "Class ABTestMgr",
36
+ "filePath": "dw.campaign.ABTestMgr.md",
37
+ "preview": "- [dw.campaign.ABTestMgr](dw.campaign.ABTestMgr.md)"
38
+ },
39
+ {
40
+ "id": "dw.campaign.ABTestSegment",
41
+ "title": "Class ABTestSegment",
42
+ "filePath": "dw.campaign.ABTestSegment.md",
43
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
44
+ },
45
+ {
46
+ "id": "dw.campaign.AmountDiscount",
47
+ "title": "Class AmountDiscount",
48
+ "filePath": "dw.campaign.AmountDiscount.md",
49
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
50
+ },
51
+ {
52
+ "id": "dw.campaign.ApproachingDiscount",
53
+ "title": "Class ApproachingDiscount",
54
+ "filePath": "dw.campaign.ApproachingDiscount.md",
55
+ "preview": "- [dw.campaign.ApproachingDiscount](dw.campaign.ApproachingDiscount.md)"
56
+ },
57
+ {
58
+ "id": "dw.campaign.BonusChoiceDiscount",
59
+ "title": "Class BonusChoiceDiscount",
60
+ "filePath": "dw.campaign.BonusChoiceDiscount.md",
61
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
62
+ },
63
+ {
64
+ "id": "dw.campaign.BonusDiscount",
65
+ "title": "Class BonusDiscount",
66
+ "filePath": "dw.campaign.BonusDiscount.md",
67
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
68
+ },
69
+ {
70
+ "id": "dw.campaign.Campaign",
71
+ "title": "Class Campaign",
72
+ "filePath": "dw.campaign.Campaign.md",
73
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
74
+ },
75
+ {
76
+ "id": "dw.campaign.CampaignMgr",
77
+ "title": "Class CampaignMgr",
78
+ "filePath": "dw.campaign.CampaignMgr.md",
79
+ "preview": "- [dw.campaign.CampaignMgr](dw.campaign.CampaignMgr.md)"
80
+ },
81
+ {
82
+ "id": "dw.campaign.CampaignStatusCodes",
83
+ "title": "Class CampaignStatusCodes",
84
+ "filePath": "dw.campaign.CampaignStatusCodes.md",
85
+ "preview": "- [dw.campaign.CampaignStatusCodes](dw.campaign.CampaignStatusCodes.md)"
86
+ },
87
+ {
88
+ "id": "dw.campaign.Coupon",
89
+ "title": "Class Coupon",
90
+ "filePath": "dw.campaign.Coupon.md",
91
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
92
+ },
93
+ {
94
+ "id": "dw.campaign.CouponMgr",
95
+ "title": "Class CouponMgr",
96
+ "filePath": "dw.campaign.CouponMgr.md",
97
+ "preview": "- [dw.campaign.CouponMgr](dw.campaign.CouponMgr.md)"
98
+ },
99
+ {
100
+ "id": "dw.campaign.CouponRedemption",
101
+ "title": "Class CouponRedemption",
102
+ "filePath": "dw.campaign.CouponRedemption.md",
103
+ "preview": "- [dw.campaign.CouponRedemption](dw.campaign.CouponRedemption.md)"
104
+ },
105
+ {
106
+ "id": "dw.campaign.CouponStatusCodes",
107
+ "title": "Class CouponStatusCodes",
108
+ "filePath": "dw.campaign.CouponStatusCodes.md",
109
+ "preview": "- [dw.campaign.CouponStatusCodes](dw.campaign.CouponStatusCodes.md)"
110
+ },
111
+ {
112
+ "id": "dw.campaign.Discount",
113
+ "title": "Class Discount",
114
+ "filePath": "dw.campaign.Discount.md",
115
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
116
+ },
117
+ {
118
+ "id": "dw.campaign.DiscountPlan",
119
+ "title": "Class DiscountPlan",
120
+ "filePath": "dw.campaign.DiscountPlan.md",
121
+ "preview": "- [dw.campaign.DiscountPlan](dw.campaign.DiscountPlan.md)"
122
+ },
123
+ {
124
+ "id": "dw.campaign.FixedPriceDiscount",
125
+ "title": "Class FixedPriceDiscount",
126
+ "filePath": "dw.campaign.FixedPriceDiscount.md",
127
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
128
+ },
129
+ {
130
+ "id": "dw.campaign.FixedPriceShippingDiscount",
131
+ "title": "Class FixedPriceShippingDiscount",
132
+ "filePath": "dw.campaign.FixedPriceShippingDiscount.md",
133
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
134
+ },
135
+ {
136
+ "id": "dw.campaign.FreeDiscount",
137
+ "title": "Class FreeDiscount",
138
+ "filePath": "dw.campaign.FreeDiscount.md",
139
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
140
+ },
141
+ {
142
+ "id": "dw.campaign.FreeShippingDiscount",
143
+ "title": "Class FreeShippingDiscount",
144
+ "filePath": "dw.campaign.FreeShippingDiscount.md",
145
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
146
+ },
147
+ {
148
+ "id": "dw.campaign.PercentageDiscount",
149
+ "title": "Class PercentageDiscount",
150
+ "filePath": "dw.campaign.PercentageDiscount.md",
151
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
152
+ },
153
+ {
154
+ "id": "dw.campaign.PercentageOptionDiscount",
155
+ "title": "Class PercentageOptionDiscount",
156
+ "filePath": "dw.campaign.PercentageOptionDiscount.md",
157
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
158
+ },
159
+ {
160
+ "id": "dw.campaign.PriceBookPriceDiscount",
161
+ "title": "Class PriceBookPriceDiscount",
162
+ "filePath": "dw.campaign.PriceBookPriceDiscount.md",
163
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
164
+ },
165
+ {
166
+ "id": "dw.campaign.Promotion",
167
+ "title": "Class Promotion",
168
+ "filePath": "dw.campaign.Promotion.md",
169
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
170
+ },
171
+ {
172
+ "id": "dw.campaign.PromotionMgr",
173
+ "title": "Class PromotionMgr",
174
+ "filePath": "dw.campaign.PromotionMgr.md",
175
+ "preview": "- [dw.campaign.PromotionMgr](dw.campaign.PromotionMgr.md)"
176
+ },
177
+ {
178
+ "id": "dw.campaign.PromotionPlan",
179
+ "title": "Class PromotionPlan",
180
+ "filePath": "dw.campaign.PromotionPlan.md",
181
+ "preview": "- [dw.campaign.PromotionPlan](dw.campaign.PromotionPlan.md)"
182
+ },
183
+ {
184
+ "id": "dw.campaign.SlotContent",
185
+ "title": "Class SlotContent",
186
+ "filePath": "dw.campaign.SlotContent.md",
187
+ "preview": "- [dw.campaign.SlotContent](dw.campaign.SlotContent.md)"
188
+ },
189
+ {
190
+ "id": "dw.campaign.SourceCodeGroup",
191
+ "title": "Class SourceCodeGroup",
192
+ "filePath": "dw.campaign.SourceCodeGroup.md",
193
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
194
+ },
195
+ {
196
+ "id": "dw.campaign.SourceCodeInfo",
197
+ "title": "Class SourceCodeInfo",
198
+ "filePath": "dw.campaign.SourceCodeInfo.md",
199
+ "preview": "- [dw.campaign.SourceCodeInfo](dw.campaign.SourceCodeInfo.md)"
200
+ },
201
+ {
202
+ "id": "dw.campaign.SourceCodeStatusCodes",
203
+ "title": "Class SourceCodeStatusCodes",
204
+ "filePath": "dw.campaign.SourceCodeStatusCodes.md",
205
+ "preview": "- [dw.campaign.SourceCodeStatusCodes](dw.campaign.SourceCodeStatusCodes.md)"
206
+ },
207
+ {
208
+ "id": "dw.campaign.TotalFixedPriceDiscount",
209
+ "title": "Class TotalFixedPriceDiscount",
210
+ "filePath": "dw.campaign.TotalFixedPriceDiscount.md",
211
+ "preview": "- [dw.campaign.Discount](dw.campaign.Discount.md)"
212
+ },
213
+ {
214
+ "id": "dw.catalog",
215
+ "title": "Package dw.catalog",
216
+ "filePath": "dw.catalog.md"
217
+ },
218
+ {
219
+ "id": "dw.catalog.Catalog",
220
+ "title": "Class Catalog",
221
+ "filePath": "dw.catalog.Catalog.md",
222
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
223
+ },
224
+ {
225
+ "id": "dw.catalog.CatalogMgr",
226
+ "title": "Class CatalogMgr",
227
+ "filePath": "dw.catalog.CatalogMgr.md",
228
+ "preview": "- [dw.catalog.CatalogMgr](dw.catalog.CatalogMgr.md)"
229
+ },
230
+ {
231
+ "id": "dw.catalog.Category",
232
+ "title": "Class Category",
233
+ "filePath": "dw.catalog.Category.md",
234
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
235
+ },
236
+ {
237
+ "id": "dw.catalog.CategoryAssignment",
238
+ "title": "Class CategoryAssignment",
239
+ "filePath": "dw.catalog.CategoryAssignment.md",
240
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
241
+ },
242
+ {
243
+ "id": "dw.catalog.CategoryLink",
244
+ "title": "Class CategoryLink",
245
+ "filePath": "dw.catalog.CategoryLink.md",
246
+ "preview": "- [dw.catalog.CategoryLink](dw.catalog.CategoryLink.md)"
247
+ },
248
+ {
249
+ "id": "dw.catalog.PriceBook",
250
+ "title": "Class PriceBook",
251
+ "filePath": "dw.catalog.PriceBook.md",
252
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
253
+ },
254
+ {
255
+ "id": "dw.catalog.PriceBookMgr",
256
+ "title": "Class PriceBookMgr",
257
+ "filePath": "dw.catalog.PriceBookMgr.md",
258
+ "preview": "- [dw.catalog.PriceBookMgr](dw.catalog.PriceBookMgr.md)"
259
+ },
260
+ {
261
+ "id": "dw.catalog.Product",
262
+ "title": "Class Product",
263
+ "filePath": "dw.catalog.Product.md",
264
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
265
+ },
266
+ {
267
+ "id": "dw.catalog.ProductActiveData",
268
+ "title": "Class ProductActiveData",
269
+ "filePath": "dw.catalog.ProductActiveData.md",
270
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
271
+ },
272
+ {
273
+ "id": "dw.catalog.ProductAttributeModel",
274
+ "title": "Class ProductAttributeModel",
275
+ "filePath": "dw.catalog.ProductAttributeModel.md",
276
+ "preview": "- [dw.catalog.ProductAttributeModel](dw.catalog.ProductAttributeModel.md)"
277
+ },
278
+ {
279
+ "id": "dw.catalog.ProductAvailabilityLevels",
280
+ "title": "Class ProductAvailabilityLevels",
281
+ "filePath": "dw.catalog.ProductAvailabilityLevels.md",
282
+ "preview": "- [dw.catalog.ProductAvailabilityLevels](dw.catalog.ProductAvailabilityLevels.md)"
283
+ },
284
+ {
285
+ "id": "dw.catalog.ProductAvailabilityModel",
286
+ "title": "Class ProductAvailabilityModel",
287
+ "filePath": "dw.catalog.ProductAvailabilityModel.md",
288
+ "preview": "- [dw.catalog.ProductAvailabilityModel](dw.catalog.ProductAvailabilityModel.md)"
289
+ },
290
+ {
291
+ "id": "dw.catalog.ProductInventoryList",
292
+ "title": "Class ProductInventoryList",
293
+ "filePath": "dw.catalog.ProductInventoryList.md",
294
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
295
+ },
296
+ {
297
+ "id": "dw.catalog.ProductInventoryMgr",
298
+ "title": "Class ProductInventoryMgr",
299
+ "filePath": "dw.catalog.ProductInventoryMgr.md",
300
+ "preview": "- [dw.catalog.ProductInventoryMgr](dw.catalog.ProductInventoryMgr.md)"
301
+ },
302
+ {
303
+ "id": "dw.catalog.ProductInventoryRecord",
304
+ "title": "Class ProductInventoryRecord",
305
+ "filePath": "dw.catalog.ProductInventoryRecord.md",
306
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
307
+ },
308
+ {
309
+ "id": "dw.catalog.ProductLink",
310
+ "title": "Class ProductLink",
311
+ "filePath": "dw.catalog.ProductLink.md",
312
+ "preview": "- [dw.catalog.ProductLink](dw.catalog.ProductLink.md)"
313
+ },
314
+ {
315
+ "id": "dw.catalog.ProductMgr",
316
+ "title": "Class ProductMgr",
317
+ "filePath": "dw.catalog.ProductMgr.md",
318
+ "preview": "- [dw.catalog.ProductMgr](dw.catalog.ProductMgr.md)"
319
+ },
320
+ {
321
+ "id": "dw.catalog.ProductOption",
322
+ "title": "Class ProductOption",
323
+ "filePath": "dw.catalog.ProductOption.md",
324
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
325
+ },
326
+ {
327
+ "id": "dw.catalog.ProductOptionModel",
328
+ "title": "Class ProductOptionModel",
329
+ "filePath": "dw.catalog.ProductOptionModel.md",
330
+ "preview": "- [dw.catalog.ProductOptionModel](dw.catalog.ProductOptionModel.md)"
331
+ },
332
+ {
333
+ "id": "dw.catalog.ProductOptionValue",
334
+ "title": "Class ProductOptionValue",
335
+ "filePath": "dw.catalog.ProductOptionValue.md",
336
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
337
+ },
338
+ {
339
+ "id": "dw.catalog.ProductPriceInfo",
340
+ "title": "Class ProductPriceInfo",
341
+ "filePath": "dw.catalog.ProductPriceInfo.md",
342
+ "preview": "- [dw.catalog.ProductPriceInfo](dw.catalog.ProductPriceInfo.md)"
343
+ },
344
+ {
345
+ "id": "dw.catalog.ProductPriceModel",
346
+ "title": "Class ProductPriceModel",
347
+ "filePath": "dw.catalog.ProductPriceModel.md",
348
+ "preview": "- [dw.catalog.ProductPriceModel](dw.catalog.ProductPriceModel.md)"
349
+ },
350
+ {
351
+ "id": "dw.catalog.ProductPriceTable",
352
+ "title": "Class ProductPriceTable",
353
+ "filePath": "dw.catalog.ProductPriceTable.md",
354
+ "preview": "- [dw.catalog.ProductPriceTable](dw.catalog.ProductPriceTable.md)"
355
+ },
356
+ {
357
+ "id": "dw.catalog.ProductSearchHit",
358
+ "title": "Class ProductSearchHit",
359
+ "filePath": "dw.catalog.ProductSearchHit.md",
360
+ "preview": "- [dw.catalog.ProductSearchHit](dw.catalog.ProductSearchHit.md)"
361
+ },
362
+ {
363
+ "id": "dw.catalog.ProductSearchModel",
364
+ "title": "Class ProductSearchModel",
365
+ "filePath": "dw.catalog.ProductSearchModel.md",
366
+ "preview": "- [dw.catalog.SearchModel](dw.catalog.SearchModel.md)"
367
+ },
368
+ {
369
+ "id": "dw.catalog.ProductSearchRefinementDefinition",
370
+ "title": "Class ProductSearchRefinementDefinition",
371
+ "filePath": "dw.catalog.ProductSearchRefinementDefinition.md",
372
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
373
+ },
374
+ {
375
+ "id": "dw.catalog.ProductSearchRefinements",
376
+ "title": "Class ProductSearchRefinements",
377
+ "filePath": "dw.catalog.ProductSearchRefinements.md",
378
+ "preview": "- [dw.catalog.SearchRefinements](dw.catalog.SearchRefinements.md)"
379
+ },
380
+ {
381
+ "id": "dw.catalog.ProductSearchRefinementValue",
382
+ "title": "Class ProductSearchRefinementValue",
383
+ "filePath": "dw.catalog.ProductSearchRefinementValue.md",
384
+ "preview": "- [dw.catalog.SearchRefinementValue](dw.catalog.SearchRefinementValue.md)"
385
+ },
386
+ {
387
+ "id": "dw.catalog.ProductVariationAttribute",
388
+ "title": "Class ProductVariationAttribute",
389
+ "filePath": "dw.catalog.ProductVariationAttribute.md",
390
+ "preview": "- [dw.catalog.ProductVariationAttribute](dw.catalog.ProductVariationAttribute.md)"
391
+ },
392
+ {
393
+ "id": "dw.catalog.ProductVariationAttributeValue",
394
+ "title": "Class ProductVariationAttributeValue",
395
+ "filePath": "dw.catalog.ProductVariationAttributeValue.md",
396
+ "preview": "- [dw.catalog.ProductVariationAttributeValue](dw.catalog.ProductVariationAttributeValue.md)"
397
+ },
398
+ {
399
+ "id": "dw.catalog.ProductVariationModel",
400
+ "title": "Class ProductVariationModel",
401
+ "filePath": "dw.catalog.ProductVariationModel.md",
402
+ "preview": "- [dw.catalog.ProductVariationModel](dw.catalog.ProductVariationModel.md)"
403
+ },
404
+ {
405
+ "id": "dw.catalog.Recommendation",
406
+ "title": "Class Recommendation",
407
+ "filePath": "dw.catalog.Recommendation.md",
408
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
409
+ },
410
+ {
411
+ "id": "dw.catalog.SearchModel",
412
+ "title": "Class SearchModel",
413
+ "filePath": "dw.catalog.SearchModel.md",
414
+ "preview": "- [dw.catalog.SearchModel](dw.catalog.SearchModel.md)"
415
+ },
416
+ {
417
+ "id": "dw.catalog.SearchRefinementDefinition",
418
+ "title": "Class SearchRefinementDefinition",
419
+ "filePath": "dw.catalog.SearchRefinementDefinition.md",
420
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
421
+ },
422
+ {
423
+ "id": "dw.catalog.SearchRefinements",
424
+ "title": "Class SearchRefinements",
425
+ "filePath": "dw.catalog.SearchRefinements.md",
426
+ "preview": "- [dw.catalog.SearchRefinements](dw.catalog.SearchRefinements.md)"
427
+ },
428
+ {
429
+ "id": "dw.catalog.SearchRefinementValue",
430
+ "title": "Class SearchRefinementValue",
431
+ "filePath": "dw.catalog.SearchRefinementValue.md",
432
+ "preview": "- [dw.catalog.SearchRefinementValue](dw.catalog.SearchRefinementValue.md)"
433
+ },
434
+ {
435
+ "id": "dw.catalog.SortingOption",
436
+ "title": "Class SortingOption",
437
+ "filePath": "dw.catalog.SortingOption.md",
438
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
439
+ },
440
+ {
441
+ "id": "dw.catalog.SortingRule",
442
+ "title": "Class SortingRule",
443
+ "filePath": "dw.catalog.SortingRule.md",
444
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
445
+ },
446
+ {
447
+ "id": "dw.catalog.Store",
448
+ "title": "Class Store",
449
+ "filePath": "dw.catalog.Store.md",
450
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
451
+ },
452
+ {
453
+ "id": "dw.catalog.StoreGroup",
454
+ "title": "Class StoreGroup",
455
+ "filePath": "dw.catalog.StoreGroup.md",
456
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
457
+ },
458
+ {
459
+ "id": "dw.catalog.StoreInventoryFilter",
460
+ "title": "Class StoreInventoryFilter",
461
+ "filePath": "dw.catalog.StoreInventoryFilter.md",
462
+ "preview": "- [dw.catalog.StoreInventoryFilter](dw.catalog.StoreInventoryFilter.md)"
463
+ },
464
+ {
465
+ "id": "dw.catalog.StoreInventoryFilterValue",
466
+ "title": "Class StoreInventoryFilterValue",
467
+ "filePath": "dw.catalog.StoreInventoryFilterValue.md",
468
+ "preview": "- [dw.catalog.StoreInventoryFilterValue](dw.catalog.StoreInventoryFilterValue.md)"
469
+ },
470
+ {
471
+ "id": "dw.catalog.StoreMgr",
472
+ "title": "Class StoreMgr",
473
+ "filePath": "dw.catalog.StoreMgr.md",
474
+ "preview": "- [dw.catalog.StoreMgr](dw.catalog.StoreMgr.md)"
475
+ },
476
+ {
477
+ "id": "dw.catalog.Variant",
478
+ "title": "Class Variant",
479
+ "filePath": "dw.catalog.Variant.md",
480
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
481
+ },
482
+ {
483
+ "id": "dw.catalog.VariationGroup",
484
+ "title": "Class VariationGroup",
485
+ "filePath": "dw.catalog.VariationGroup.md",
486
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
487
+ },
488
+ {
489
+ "id": "dw.content",
490
+ "title": "Package dw.content",
491
+ "filePath": "dw.content.md"
492
+ },
493
+ {
494
+ "id": "dw.content.Content",
495
+ "title": "Class Content",
496
+ "filePath": "dw.content.Content.md",
497
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
498
+ },
499
+ {
500
+ "id": "dw.content.ContentMgr",
501
+ "title": "Class ContentMgr",
502
+ "filePath": "dw.content.ContentMgr.md",
503
+ "preview": "- [dw.content.ContentMgr](dw.content.ContentMgr.md)"
504
+ },
505
+ {
506
+ "id": "dw.content.ContentSearchModel",
507
+ "title": "Class ContentSearchModel",
508
+ "filePath": "dw.content.ContentSearchModel.md",
509
+ "preview": "- [dw.catalog.SearchModel](dw.catalog.SearchModel.md)"
510
+ },
511
+ {
512
+ "id": "dw.content.ContentSearchRefinementDefinition",
513
+ "title": "Class ContentSearchRefinementDefinition",
514
+ "filePath": "dw.content.ContentSearchRefinementDefinition.md",
515
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
516
+ },
517
+ {
518
+ "id": "dw.content.ContentSearchRefinements",
519
+ "title": "Class ContentSearchRefinements",
520
+ "filePath": "dw.content.ContentSearchRefinements.md",
521
+ "preview": "- [dw.catalog.SearchRefinements](dw.catalog.SearchRefinements.md)"
522
+ },
523
+ {
524
+ "id": "dw.content.ContentSearchRefinementValue",
525
+ "title": "Class ContentSearchRefinementValue",
526
+ "filePath": "dw.content.ContentSearchRefinementValue.md",
527
+ "preview": "- [dw.catalog.SearchRefinementValue](dw.catalog.SearchRefinementValue.md)"
528
+ },
529
+ {
530
+ "id": "dw.content.Folder",
531
+ "title": "Class Folder",
532
+ "filePath": "dw.content.Folder.md",
533
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
534
+ },
535
+ {
536
+ "id": "dw.content.Library",
537
+ "title": "Class Library",
538
+ "filePath": "dw.content.Library.md",
539
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
540
+ },
541
+ {
542
+ "id": "dw.content.MarkupText",
543
+ "title": "Class MarkupText",
544
+ "filePath": "dw.content.MarkupText.md",
545
+ "preview": "- [dw.content.MarkupText](dw.content.MarkupText.md)"
546
+ },
547
+ {
548
+ "id": "dw.content.MediaFile",
549
+ "title": "Class MediaFile",
550
+ "filePath": "dw.content.MediaFile.md",
551
+ "preview": "- [dw.content.MediaFile](dw.content.MediaFile.md)"
552
+ },
553
+ {
554
+ "id": "dw.crypto",
555
+ "title": "Package dw.crypto",
556
+ "filePath": "dw.crypto.md"
557
+ },
558
+ {
559
+ "id": "dw.crypto.CertificateRef",
560
+ "title": "Class CertificateRef",
561
+ "filePath": "dw.crypto.CertificateRef.md",
562
+ "preview": "- [dw.crypto.CertificateRef](dw.crypto.CertificateRef.md)"
563
+ },
564
+ {
565
+ "id": "dw.crypto.CertificateUtils",
566
+ "title": "Class CertificateUtils",
567
+ "filePath": "dw.crypto.CertificateUtils.md",
568
+ "preview": "- [dw.crypto.CertificateUtils](dw.crypto.CertificateUtils.md)"
569
+ },
570
+ {
571
+ "id": "dw.crypto.Cipher",
572
+ "title": "Class Cipher",
573
+ "filePath": "dw.crypto.Cipher.md",
574
+ "preview": "- [dw.crypto.Cipher](dw.crypto.Cipher.md)"
575
+ },
576
+ {
577
+ "id": "dw.crypto.Encoding",
578
+ "title": "Class Encoding",
579
+ "filePath": "dw.crypto.Encoding.md",
580
+ "preview": "- [dw.crypto.Encoding](dw.crypto.Encoding.md)"
581
+ },
582
+ {
583
+ "id": "dw.crypto.JWE",
584
+ "title": "Class JWE",
585
+ "filePath": "dw.crypto.JWE.md",
586
+ "preview": "- [dw.crypto.JWE](dw.crypto.JWE.md)"
587
+ },
588
+ {
589
+ "id": "dw.crypto.JWEHeader",
590
+ "title": "Class JWEHeader",
591
+ "filePath": "dw.crypto.JWEHeader.md",
592
+ "preview": "- [dw.crypto.JWEHeader](dw.crypto.JWEHeader.md)"
593
+ },
594
+ {
595
+ "id": "dw.crypto.JWS",
596
+ "title": "Class JWS",
597
+ "filePath": "dw.crypto.JWS.md",
598
+ "preview": "- [dw.crypto.JWS](dw.crypto.JWS.md)"
599
+ },
600
+ {
601
+ "id": "dw.crypto.JWSHeader",
602
+ "title": "Class JWSHeader",
603
+ "filePath": "dw.crypto.JWSHeader.md",
604
+ "preview": "- [dw.crypto.JWSHeader](dw.crypto.JWSHeader.md)"
605
+ },
606
+ {
607
+ "id": "dw.crypto.KeyRef",
608
+ "title": "Class KeyRef",
609
+ "filePath": "dw.crypto.KeyRef.md",
610
+ "preview": "- [dw.crypto.KeyRef](dw.crypto.KeyRef.md)"
611
+ },
612
+ {
613
+ "id": "dw.crypto.Mac",
614
+ "title": "Class Mac",
615
+ "filePath": "dw.crypto.Mac.md",
616
+ "preview": "- [dw.crypto.Mac](dw.crypto.Mac.md)"
617
+ },
618
+ {
619
+ "id": "dw.crypto.MessageDigest",
620
+ "title": "Class MessageDigest",
621
+ "filePath": "dw.crypto.MessageDigest.md",
622
+ "preview": "- [dw.crypto.MessageDigest](dw.crypto.MessageDigest.md)"
623
+ },
624
+ {
625
+ "id": "dw.crypto.SecureRandom",
626
+ "title": "Class SecureRandom",
627
+ "filePath": "dw.crypto.SecureRandom.md",
628
+ "preview": "- [dw.crypto.SecureRandom](dw.crypto.SecureRandom.md)"
629
+ },
630
+ {
631
+ "id": "dw.crypto.Signature",
632
+ "title": "Class Signature",
633
+ "filePath": "dw.crypto.Signature.md",
634
+ "preview": "- [dw.crypto.Signature](dw.crypto.Signature.md)"
635
+ },
636
+ {
637
+ "id": "dw.crypto.WeakCipher",
638
+ "title": "Class WeakCipher",
639
+ "filePath": "dw.crypto.WeakCipher.md",
640
+ "preview": "- [dw.crypto.WeakCipher](dw.crypto.WeakCipher.md)"
641
+ },
642
+ {
643
+ "id": "dw.crypto.WeakMac",
644
+ "title": "Class WeakMac",
645
+ "filePath": "dw.crypto.WeakMac.md",
646
+ "preview": "- [dw.crypto.WeakMac](dw.crypto.WeakMac.md)"
647
+ },
648
+ {
649
+ "id": "dw.crypto.WeakMessageDigest",
650
+ "title": "Class WeakMessageDigest",
651
+ "filePath": "dw.crypto.WeakMessageDigest.md",
652
+ "preview": "- [dw.crypto.WeakMessageDigest](dw.crypto.WeakMessageDigest.md)"
653
+ },
654
+ {
655
+ "id": "dw.crypto.WeakSignature",
656
+ "title": "Class WeakSignature",
657
+ "filePath": "dw.crypto.WeakSignature.md",
658
+ "preview": "- [dw.crypto.WeakSignature](dw.crypto.WeakSignature.md)"
659
+ },
660
+ {
661
+ "id": "dw.crypto.X509Certificate",
662
+ "title": "Class X509Certificate",
663
+ "filePath": "dw.crypto.X509Certificate.md",
664
+ "preview": "- [dw.crypto.CertificateRef](dw.crypto.CertificateRef.md)"
665
+ },
666
+ {
667
+ "id": "dw.customer",
668
+ "title": "Package dw.customer",
669
+ "filePath": "dw.customer.md"
670
+ },
671
+ {
672
+ "id": "dw.customer.AddressBook",
673
+ "title": "Class AddressBook",
674
+ "filePath": "dw.customer.AddressBook.md",
675
+ "preview": "- [dw.customer.AddressBook](dw.customer.AddressBook.md)"
676
+ },
677
+ {
678
+ "id": "dw.customer.AgentUserMgr",
679
+ "title": "Class AgentUserMgr",
680
+ "filePath": "dw.customer.AgentUserMgr.md",
681
+ "preview": "- [dw.customer.AgentUserMgr](dw.customer.AgentUserMgr.md)"
682
+ },
683
+ {
684
+ "id": "dw.customer.AgentUserStatusCodes",
685
+ "title": "Class AgentUserStatusCodes",
686
+ "filePath": "dw.customer.AgentUserStatusCodes.md",
687
+ "preview": "- [dw.customer.AgentUserStatusCodes](dw.customer.AgentUserStatusCodes.md)"
688
+ },
689
+ {
690
+ "id": "dw.customer.AuthenticationStatus",
691
+ "title": "Class AuthenticationStatus",
692
+ "filePath": "dw.customer.AuthenticationStatus.md",
693
+ "preview": "- [dw.customer.AuthenticationStatus](dw.customer.AuthenticationStatus.md)"
694
+ },
695
+ {
696
+ "id": "dw.customer.Credentials",
697
+ "title": "Class Credentials",
698
+ "filePath": "dw.customer.Credentials.md",
699
+ "preview": "- [dw.customer.Credentials](dw.customer.Credentials.md)"
700
+ },
701
+ {
702
+ "id": "dw.customer.Customer",
703
+ "title": "Class Customer",
704
+ "filePath": "dw.customer.Customer.md",
705
+ "preview": "- [dw.customer.Customer](dw.customer.Customer.md)"
706
+ },
707
+ {
708
+ "id": "dw.customer.CustomerActiveData",
709
+ "title": "Class CustomerActiveData",
710
+ "filePath": "dw.customer.CustomerActiveData.md",
711
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
712
+ },
713
+ {
714
+ "id": "dw.customer.CustomerAddress",
715
+ "title": "Class CustomerAddress",
716
+ "filePath": "dw.customer.CustomerAddress.md",
717
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
718
+ },
719
+ {
720
+ "id": "dw.customer.CustomerCDPData",
721
+ "title": "Class CustomerCDPData",
722
+ "filePath": "dw.customer.CustomerCDPData.md",
723
+ "preview": "- [dw.customer.CustomerCDPData](dw.customer.CustomerCDPData.md)"
724
+ },
725
+ {
726
+ "id": "dw.customer.CustomerContextMgr",
727
+ "title": "Class CustomerContextMgr",
728
+ "filePath": "dw.customer.CustomerContextMgr.md",
729
+ "preview": "- [dw.customer.CustomerContextMgr](dw.customer.CustomerContextMgr.md)"
730
+ },
731
+ {
732
+ "id": "dw.customer.CustomerGroup",
733
+ "title": "Class CustomerGroup",
734
+ "filePath": "dw.customer.CustomerGroup.md",
735
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
736
+ },
737
+ {
738
+ "id": "dw.customer.CustomerList",
739
+ "title": "Class CustomerList",
740
+ "filePath": "dw.customer.CustomerList.md",
741
+ "preview": "- [dw.customer.CustomerList](dw.customer.CustomerList.md)"
742
+ },
743
+ {
744
+ "id": "dw.customer.CustomerMgr",
745
+ "title": "Class CustomerMgr",
746
+ "filePath": "dw.customer.CustomerMgr.md",
747
+ "preview": "- [dw.customer.CustomerMgr](dw.customer.CustomerMgr.md)"
748
+ },
749
+ {
750
+ "id": "dw.customer.CustomerPasswordConstraints",
751
+ "title": "Class CustomerPasswordConstraints",
752
+ "filePath": "dw.customer.CustomerPasswordConstraints.md",
753
+ "preview": "- [dw.customer.CustomerPasswordConstraints](dw.customer.CustomerPasswordConstraints.md)"
754
+ },
755
+ {
756
+ "id": "dw.customer.CustomerPaymentInstrument",
757
+ "title": "Class CustomerPaymentInstrument",
758
+ "filePath": "dw.customer.CustomerPaymentInstrument.md",
759
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
760
+ },
761
+ {
762
+ "id": "dw.customer.CustomerStatusCodes",
763
+ "title": "Class CustomerStatusCodes",
764
+ "filePath": "dw.customer.CustomerStatusCodes.md",
765
+ "preview": "- [dw.customer.CustomerStatusCodes](dw.customer.CustomerStatusCodes.md)"
766
+ },
767
+ {
768
+ "id": "dw.customer.EncryptedObject",
769
+ "title": "Class EncryptedObject",
770
+ "filePath": "dw.customer.EncryptedObject.md",
771
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
772
+ },
773
+ {
774
+ "id": "dw.customer.ExternalProfile",
775
+ "title": "Class ExternalProfile",
776
+ "filePath": "dw.customer.ExternalProfile.md",
777
+ "preview": "- [dw.customer.ExternalProfile](dw.customer.ExternalProfile.md)"
778
+ },
779
+ {
780
+ "id": "dw.customer.oauth",
781
+ "title": "Package dw.customer.oauth",
782
+ "filePath": "dw.customer.oauth.md"
783
+ },
784
+ {
785
+ "id": "dw.customer.oauth.OAuthAccessTokenResponse",
786
+ "title": "Class OAuthAccessTokenResponse",
787
+ "filePath": "dw.customer.oauth.OAuthAccessTokenResponse.md",
788
+ "preview": "- [dw.customer.oauth.OAuthAccessTokenResponse](dw.customer.oauth.OAuthAccessTokenResponse.md)"
789
+ },
790
+ {
791
+ "id": "dw.customer.oauth.OAuthFinalizedResponse",
792
+ "title": "Class OAuthFinalizedResponse",
793
+ "filePath": "dw.customer.oauth.OAuthFinalizedResponse.md",
794
+ "preview": "- [dw.customer.oauth.OAuthFinalizedResponse](dw.customer.oauth.OAuthFinalizedResponse.md)"
795
+ },
796
+ {
797
+ "id": "dw.customer.oauth.OAuthLoginFlowMgr",
798
+ "title": "Class OAuthLoginFlowMgr",
799
+ "filePath": "dw.customer.oauth.OAuthLoginFlowMgr.md",
800
+ "preview": "- [dw.customer.oauth.OAuthLoginFlowMgr](dw.customer.oauth.OAuthLoginFlowMgr.md)"
801
+ },
802
+ {
803
+ "id": "dw.customer.oauth.OAuthUserInfoResponse",
804
+ "title": "Class OAuthUserInfoResponse",
805
+ "filePath": "dw.customer.oauth.OAuthUserInfoResponse.md",
806
+ "preview": "- [dw.customer.oauth.OAuthUserInfoResponse](dw.customer.oauth.OAuthUserInfoResponse.md)"
807
+ },
808
+ {
809
+ "id": "dw.customer.OrderHistory",
810
+ "title": "Class OrderHistory",
811
+ "filePath": "dw.customer.OrderHistory.md",
812
+ "preview": "- [dw.customer.OrderHistory](dw.customer.OrderHistory.md)"
813
+ },
814
+ {
815
+ "id": "dw.customer.ProductList",
816
+ "title": "Class ProductList",
817
+ "filePath": "dw.customer.ProductList.md",
818
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
819
+ },
820
+ {
821
+ "id": "dw.customer.ProductListItem",
822
+ "title": "Class ProductListItem",
823
+ "filePath": "dw.customer.ProductListItem.md",
824
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
825
+ },
826
+ {
827
+ "id": "dw.customer.ProductListItemPurchase",
828
+ "title": "Class ProductListItemPurchase",
829
+ "filePath": "dw.customer.ProductListItemPurchase.md",
830
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
831
+ },
832
+ {
833
+ "id": "dw.customer.ProductListMgr",
834
+ "title": "Class ProductListMgr",
835
+ "filePath": "dw.customer.ProductListMgr.md",
836
+ "preview": "- [dw.customer.ProductListMgr](dw.customer.ProductListMgr.md)"
837
+ },
838
+ {
839
+ "id": "dw.customer.ProductListRegistrant",
840
+ "title": "Class ProductListRegistrant",
841
+ "filePath": "dw.customer.ProductListRegistrant.md",
842
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
843
+ },
844
+ {
845
+ "id": "dw.customer.Profile",
846
+ "title": "Class Profile",
847
+ "filePath": "dw.customer.Profile.md",
848
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
849
+ },
850
+ {
851
+ "id": "dw.customer.shoppercontext",
852
+ "title": "Package dw.customer.shoppercontext",
853
+ "filePath": "dw.customer.shoppercontext.md"
854
+ },
855
+ {
856
+ "id": "dw.customer.shoppercontext.ShopperContext",
857
+ "title": "Class ShopperContext",
858
+ "filePath": "dw.customer.shoppercontext.ShopperContext.md",
859
+ "preview": "- [dw.customer.shoppercontext.ShopperContext](dw.customer.shoppercontext.ShopperContext.md)"
860
+ },
861
+ {
862
+ "id": "dw.customer.shoppercontext.ShopperContextErrorCodes",
863
+ "title": "Class ShopperContextErrorCodes",
864
+ "filePath": "dw.customer.shoppercontext.ShopperContextErrorCodes.md",
865
+ "preview": "- [dw.customer.shoppercontext.ShopperContextErrorCodes](dw.customer.shoppercontext.ShopperContextErrorCodes.md)"
866
+ },
867
+ {
868
+ "id": "dw.customer.shoppercontext.ShopperContextException",
869
+ "title": "Class ShopperContextException",
870
+ "filePath": "dw.customer.shoppercontext.ShopperContextException.md",
871
+ "preview": "- [dw.customer.shoppercontext.ShopperContextException](dw.customer.shoppercontext.ShopperContextException.md)"
872
+ },
873
+ {
874
+ "id": "dw.customer.shoppercontext.ShopperContextMgr",
875
+ "title": "Class ShopperContextMgr",
876
+ "filePath": "dw.customer.shoppercontext.ShopperContextMgr.md",
877
+ "preview": "- [dw.customer.shoppercontext.ShopperContextMgr](dw.customer.shoppercontext.ShopperContextMgr.md)"
878
+ },
879
+ {
880
+ "id": "dw.customer.Wallet",
881
+ "title": "Class Wallet",
882
+ "filePath": "dw.customer.Wallet.md",
883
+ "preview": "- [dw.customer.Wallet](dw.customer.Wallet.md)"
884
+ },
885
+ {
886
+ "id": "dw.experience",
887
+ "title": "Package dw.experience",
888
+ "filePath": "dw.experience.md"
889
+ },
890
+ {
891
+ "id": "dw.experience.AspectAttributeValidationException",
892
+ "title": "Class AspectAttributeValidationException",
893
+ "filePath": "dw.experience.AspectAttributeValidationException.md",
894
+ "preview": "- [dw.experience.AspectAttributeValidationException](dw.experience.AspectAttributeValidationException.md)"
895
+ },
896
+ {
897
+ "id": "dw.experience.cms",
898
+ "title": "Package dw.experience.cms",
899
+ "filePath": "dw.experience.cms.md"
900
+ },
901
+ {
902
+ "id": "dw.experience.cms.CMSRecord",
903
+ "title": "Class CMSRecord",
904
+ "filePath": "dw.experience.cms.CMSRecord.md",
905
+ "preview": "- [dw.experience.cms.CMSRecord](dw.experience.cms.CMSRecord.md)"
906
+ },
907
+ {
908
+ "id": "dw.experience.Component",
909
+ "title": "Class Component",
910
+ "filePath": "dw.experience.Component.md",
911
+ "preview": "- [dw.experience.Component](dw.experience.Component.md)"
912
+ },
913
+ {
914
+ "id": "dw.experience.ComponentRenderSettings",
915
+ "title": "Class ComponentRenderSettings",
916
+ "filePath": "dw.experience.ComponentRenderSettings.md",
917
+ "preview": "- [dw.experience.ComponentRenderSettings](dw.experience.ComponentRenderSettings.md)"
918
+ },
919
+ {
920
+ "id": "dw.experience.ComponentScriptContext",
921
+ "title": "Class ComponentScriptContext",
922
+ "filePath": "dw.experience.ComponentScriptContext.md",
923
+ "preview": "- [dw.experience.ComponentScriptContext](dw.experience.ComponentScriptContext.md)"
924
+ },
925
+ {
926
+ "id": "dw.experience.CustomEditor",
927
+ "title": "Class CustomEditor",
928
+ "filePath": "dw.experience.CustomEditor.md",
929
+ "preview": "- [dw.experience.CustomEditor](dw.experience.CustomEditor.md)"
930
+ },
931
+ {
932
+ "id": "dw.experience.CustomEditorResources",
933
+ "title": "Class CustomEditorResources",
934
+ "filePath": "dw.experience.CustomEditorResources.md",
935
+ "preview": "- [dw.experience.CustomEditorResources](dw.experience.CustomEditorResources.md)"
936
+ },
937
+ {
938
+ "id": "dw.experience.image",
939
+ "title": "Package dw.experience.image",
940
+ "filePath": "dw.experience.image.md"
941
+ },
942
+ {
943
+ "id": "dw.experience.image.FocalPoint",
944
+ "title": "Class FocalPoint",
945
+ "filePath": "dw.experience.image.FocalPoint.md",
946
+ "preview": "- [dw.experience.image.FocalPoint](dw.experience.image.FocalPoint.md)"
947
+ },
948
+ {
949
+ "id": "dw.experience.image.Image",
950
+ "title": "Class Image",
951
+ "filePath": "dw.experience.image.Image.md",
952
+ "preview": "- [dw.experience.image.Image](dw.experience.image.Image.md)"
953
+ },
954
+ {
955
+ "id": "dw.experience.image.ImageMetaData",
956
+ "title": "Class ImageMetaData",
957
+ "filePath": "dw.experience.image.ImageMetaData.md",
958
+ "preview": "- [dw.experience.image.ImageMetaData](dw.experience.image.ImageMetaData.md)"
959
+ },
960
+ {
961
+ "id": "dw.experience.Page",
962
+ "title": "Class Page",
963
+ "filePath": "dw.experience.Page.md",
964
+ "preview": "- [dw.experience.Page](dw.experience.Page.md)"
965
+ },
966
+ {
967
+ "id": "dw.experience.PageMgr",
968
+ "title": "Class PageMgr",
969
+ "filePath": "dw.experience.PageMgr.md",
970
+ "preview": "- [dw.experience.PageMgr](dw.experience.PageMgr.md)"
971
+ },
972
+ {
973
+ "id": "dw.experience.PageScriptContext",
974
+ "title": "Class PageScriptContext",
975
+ "filePath": "dw.experience.PageScriptContext.md",
976
+ "preview": "- [dw.experience.PageScriptContext](dw.experience.PageScriptContext.md)"
977
+ },
978
+ {
979
+ "id": "dw.experience.Region",
980
+ "title": "Class Region",
981
+ "filePath": "dw.experience.Region.md",
982
+ "preview": "- [dw.experience.Region](dw.experience.Region.md)"
983
+ },
984
+ {
985
+ "id": "dw.experience.RegionRenderSettings",
986
+ "title": "Class RegionRenderSettings",
987
+ "filePath": "dw.experience.RegionRenderSettings.md",
988
+ "preview": "- [dw.experience.RegionRenderSettings](dw.experience.RegionRenderSettings.md)"
989
+ },
990
+ {
991
+ "id": "dw.extensions.applepay",
992
+ "title": "Package dw.extensions.applepay",
993
+ "filePath": "dw.extensions.applepay.md"
994
+ },
995
+ {
996
+ "id": "dw.extensions.applepay.ApplePayHookResult",
997
+ "title": "Class ApplePayHookResult",
998
+ "filePath": "dw.extensions.applepay.ApplePayHookResult.md",
999
+ "preview": "- [dw.extensions.applepay.ApplePayHookResult](dw.extensions.applepay.ApplePayHookResult.md)"
1000
+ },
1001
+ {
1002
+ "id": "dw.extensions.applepay.ApplePayHooks",
1003
+ "title": "Class ApplePayHooks",
1004
+ "filePath": "dw.extensions.applepay.ApplePayHooks.md",
1005
+ "preview": "- [dw.extensions.applepay.ApplePayHooks](dw.extensions.applepay.ApplePayHooks.md)"
1006
+ },
1007
+ {
1008
+ "id": "dw.extensions.facebook",
1009
+ "title": "Package dw.extensions.facebook",
1010
+ "filePath": "dw.extensions.facebook.md"
1011
+ },
1012
+ {
1013
+ "id": "dw.extensions.facebook.FacebookFeedHooks",
1014
+ "title": "Class FacebookFeedHooks",
1015
+ "filePath": "dw.extensions.facebook.FacebookFeedHooks.md",
1016
+ "preview": "- [dw.extensions.facebook.FacebookFeedHooks](dw.extensions.facebook.FacebookFeedHooks.md)"
1017
+ },
1018
+ {
1019
+ "id": "dw.extensions.facebook.FacebookProduct",
1020
+ "title": "Class FacebookProduct",
1021
+ "filePath": "dw.extensions.facebook.FacebookProduct.md",
1022
+ "preview": "- [dw.extensions.facebook.FacebookProduct](dw.extensions.facebook.FacebookProduct.md)"
1023
+ },
1024
+ {
1025
+ "id": "dw.extensions.paymentapi",
1026
+ "title": "Package dw.extensions.paymentapi",
1027
+ "filePath": "dw.extensions.paymentapi.md"
1028
+ },
1029
+ {
1030
+ "id": "dw.extensions.paymentapi.PaymentApiHooks",
1031
+ "title": "Class PaymentApiHooks",
1032
+ "filePath": "dw.extensions.paymentapi.PaymentApiHooks.md",
1033
+ "preview": "- [dw.extensions.paymentapi.PaymentApiHooks](dw.extensions.paymentapi.PaymentApiHooks.md)"
1034
+ },
1035
+ {
1036
+ "id": "dw.extensions.paymentrequest",
1037
+ "title": "Package dw.extensions.paymentrequest",
1038
+ "filePath": "dw.extensions.paymentrequest.md"
1039
+ },
1040
+ {
1041
+ "id": "dw.extensions.paymentrequest.PaymentRequestHookResult",
1042
+ "title": "Class PaymentRequestHookResult",
1043
+ "filePath": "dw.extensions.paymentrequest.PaymentRequestHookResult.md",
1044
+ "preview": "- [dw.extensions.paymentrequest.PaymentRequestHookResult](dw.extensions.paymentrequest.PaymentRequestHookResult.md)"
1045
+ },
1046
+ {
1047
+ "id": "dw.extensions.paymentrequest.PaymentRequestHooks",
1048
+ "title": "Class PaymentRequestHooks",
1049
+ "filePath": "dw.extensions.paymentrequest.PaymentRequestHooks.md",
1050
+ "preview": "- [dw.extensions.paymentrequest.PaymentRequestHooks](dw.extensions.paymentrequest.PaymentRequestHooks.md)"
1051
+ },
1052
+ {
1053
+ "id": "dw.extensions.payments",
1054
+ "title": "Package dw.extensions.payments",
1055
+ "filePath": "dw.extensions.payments.md"
1056
+ },
1057
+ {
1058
+ "id": "dw.extensions.payments.SalesforceAdyenPaymentIntent",
1059
+ "title": "Class SalesforceAdyenPaymentIntent",
1060
+ "filePath": "dw.extensions.payments.SalesforceAdyenPaymentIntent.md",
1061
+ "preview": "- [dw.extensions.payments.SalesforceAdyenPaymentIntent](dw.extensions.payments.SalesforceAdyenPaymentIntent.md)"
1062
+ },
1063
+ {
1064
+ "id": "dw.extensions.payments.SalesforceAdyenSavedPaymentMethod",
1065
+ "title": "Class SalesforceAdyenSavedPaymentMethod",
1066
+ "filePath": "dw.extensions.payments.SalesforceAdyenSavedPaymentMethod.md",
1067
+ "preview": "- [dw.extensions.payments.SalesforceAdyenSavedPaymentMethod](dw.extensions.payments.SalesforceAdyenSavedPaymentMethod.md)"
1068
+ },
1069
+ {
1070
+ "id": "dw.extensions.payments.SalesforceBancontactPaymentDetails",
1071
+ "title": "Class SalesforceBancontactPaymentDetails",
1072
+ "filePath": "dw.extensions.payments.SalesforceBancontactPaymentDetails.md",
1073
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1074
+ },
1075
+ {
1076
+ "id": "dw.extensions.payments.SalesforceCardPaymentDetails",
1077
+ "title": "Class SalesforceCardPaymentDetails",
1078
+ "filePath": "dw.extensions.payments.SalesforceCardPaymentDetails.md",
1079
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1080
+ },
1081
+ {
1082
+ "id": "dw.extensions.payments.SalesforceEpsPaymentDetails",
1083
+ "title": "Class SalesforceEpsPaymentDetails",
1084
+ "filePath": "dw.extensions.payments.SalesforceEpsPaymentDetails.md",
1085
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1086
+ },
1087
+ {
1088
+ "id": "dw.extensions.payments.SalesforceIdealPaymentDetails",
1089
+ "title": "Class SalesforceIdealPaymentDetails",
1090
+ "filePath": "dw.extensions.payments.SalesforceIdealPaymentDetails.md",
1091
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1092
+ },
1093
+ {
1094
+ "id": "dw.extensions.payments.SalesforceKlarnaPaymentDetails",
1095
+ "title": "Class SalesforceKlarnaPaymentDetails",
1096
+ "filePath": "dw.extensions.payments.SalesforceKlarnaPaymentDetails.md",
1097
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1098
+ },
1099
+ {
1100
+ "id": "dw.extensions.payments.SalesforcePaymentDetails",
1101
+ "title": "Class SalesforcePaymentDetails",
1102
+ "filePath": "dw.extensions.payments.SalesforcePaymentDetails.md",
1103
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1104
+ },
1105
+ {
1106
+ "id": "dw.extensions.payments.SalesforcePaymentIntent",
1107
+ "title": "Class SalesforcePaymentIntent",
1108
+ "filePath": "dw.extensions.payments.SalesforcePaymentIntent.md",
1109
+ "preview": "- [dw.extensions.payments.SalesforcePaymentIntent](dw.extensions.payments.SalesforcePaymentIntent.md)"
1110
+ },
1111
+ {
1112
+ "id": "dw.extensions.payments.SalesforcePaymentMethod",
1113
+ "title": "Class SalesforcePaymentMethod",
1114
+ "filePath": "dw.extensions.payments.SalesforcePaymentMethod.md",
1115
+ "preview": "- [dw.extensions.payments.SalesforcePaymentMethod](dw.extensions.payments.SalesforcePaymentMethod.md)"
1116
+ },
1117
+ {
1118
+ "id": "dw.extensions.payments.SalesforcePaymentRequest",
1119
+ "title": "Class SalesforcePaymentRequest",
1120
+ "filePath": "dw.extensions.payments.SalesforcePaymentRequest.md",
1121
+ "preview": "- [dw.extensions.payments.SalesforcePaymentRequest](dw.extensions.payments.SalesforcePaymentRequest.md)"
1122
+ },
1123
+ {
1124
+ "id": "dw.extensions.payments.SalesforcePaymentsHooks",
1125
+ "title": "Class SalesforcePaymentsHooks",
1126
+ "filePath": "dw.extensions.payments.SalesforcePaymentsHooks.md",
1127
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsHooks](dw.extensions.payments.SalesforcePaymentsHooks.md)"
1128
+ },
1129
+ {
1130
+ "id": "dw.extensions.payments.SalesforcePaymentsMerchantAccount",
1131
+ "title": "Class SalesforcePaymentsMerchantAccount",
1132
+ "filePath": "dw.extensions.payments.SalesforcePaymentsMerchantAccount.md",
1133
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsMerchantAccount](dw.extensions.payments.SalesforcePaymentsMerchantAccount.md)"
1134
+ },
1135
+ {
1136
+ "id": "dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod",
1137
+ "title": "Class SalesforcePaymentsMerchantAccountPaymentMethod",
1138
+ "filePath": "dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod.md",
1139
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod](dw.extensions.payments.SalesforcePaymentsMerchantAccountPaymentMethod.md)"
1140
+ },
1141
+ {
1142
+ "id": "dw.extensions.payments.SalesforcePaymentsMgr",
1143
+ "title": "Class SalesforcePaymentsMgr",
1144
+ "filePath": "dw.extensions.payments.SalesforcePaymentsMgr.md",
1145
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsMgr](dw.extensions.payments.SalesforcePaymentsMgr.md)"
1146
+ },
1147
+ {
1148
+ "id": "dw.extensions.payments.SalesforcePaymentsSiteConfiguration",
1149
+ "title": "Class SalesforcePaymentsSiteConfiguration",
1150
+ "filePath": "dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md",
1151
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsSiteConfiguration](dw.extensions.payments.SalesforcePaymentsSiteConfiguration.md)"
1152
+ },
1153
+ {
1154
+ "id": "dw.extensions.payments.SalesforcePaymentsZone",
1155
+ "title": "Class SalesforcePaymentsZone",
1156
+ "filePath": "dw.extensions.payments.SalesforcePaymentsZone.md",
1157
+ "preview": "- [dw.extensions.payments.SalesforcePaymentsZone](dw.extensions.payments.SalesforcePaymentsZone.md)"
1158
+ },
1159
+ {
1160
+ "id": "dw.extensions.payments.SalesforcePayPalOrder",
1161
+ "title": "Class SalesforcePayPalOrder",
1162
+ "filePath": "dw.extensions.payments.SalesforcePayPalOrder.md",
1163
+ "preview": "- [dw.extensions.payments.SalesforcePayPalOrder](dw.extensions.payments.SalesforcePayPalOrder.md)"
1164
+ },
1165
+ {
1166
+ "id": "dw.extensions.payments.SalesforcePayPalOrderAddress",
1167
+ "title": "Class SalesforcePayPalOrderAddress",
1168
+ "filePath": "dw.extensions.payments.SalesforcePayPalOrderAddress.md",
1169
+ "preview": "- [dw.extensions.payments.SalesforcePayPalOrderAddress](dw.extensions.payments.SalesforcePayPalOrderAddress.md)"
1170
+ },
1171
+ {
1172
+ "id": "dw.extensions.payments.SalesforcePayPalOrderPayer",
1173
+ "title": "Class SalesforcePayPalOrderPayer",
1174
+ "filePath": "dw.extensions.payments.SalesforcePayPalOrderPayer.md",
1175
+ "preview": "- [dw.extensions.payments.SalesforcePayPalOrderPayer](dw.extensions.payments.SalesforcePayPalOrderPayer.md)"
1176
+ },
1177
+ {
1178
+ "id": "dw.extensions.payments.SalesforcePayPalPaymentDetails",
1179
+ "title": "Class SalesforcePayPalPaymentDetails",
1180
+ "filePath": "dw.extensions.payments.SalesforcePayPalPaymentDetails.md",
1181
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1182
+ },
1183
+ {
1184
+ "id": "dw.extensions.payments.SalesforceSepaDebitPaymentDetails",
1185
+ "title": "Class SalesforceSepaDebitPaymentDetails",
1186
+ "filePath": "dw.extensions.payments.SalesforceSepaDebitPaymentDetails.md",
1187
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1188
+ },
1189
+ {
1190
+ "id": "dw.extensions.payments.SalesforceVenmoPaymentDetails",
1191
+ "title": "Class SalesforceVenmoPaymentDetails",
1192
+ "filePath": "dw.extensions.payments.SalesforceVenmoPaymentDetails.md",
1193
+ "preview": "- [dw.extensions.payments.SalesforcePaymentDetails](dw.extensions.payments.SalesforcePaymentDetails.md)"
1194
+ },
1195
+ {
1196
+ "id": "dw.extensions.pinterest",
1197
+ "title": "Package dw.extensions.pinterest",
1198
+ "filePath": "dw.extensions.pinterest.md"
1199
+ },
1200
+ {
1201
+ "id": "dw.extensions.pinterest.PinterestAvailability",
1202
+ "title": "Class PinterestAvailability",
1203
+ "filePath": "dw.extensions.pinterest.PinterestAvailability.md",
1204
+ "preview": "- [dw.extensions.pinterest.PinterestAvailability](dw.extensions.pinterest.PinterestAvailability.md)"
1205
+ },
1206
+ {
1207
+ "id": "dw.extensions.pinterest.PinterestFeedHooks",
1208
+ "title": "Class PinterestFeedHooks",
1209
+ "filePath": "dw.extensions.pinterest.PinterestFeedHooks.md",
1210
+ "preview": "- [dw.extensions.pinterest.PinterestFeedHooks](dw.extensions.pinterest.PinterestFeedHooks.md)"
1211
+ },
1212
+ {
1213
+ "id": "dw.extensions.pinterest.PinterestOrder",
1214
+ "title": "Class PinterestOrder",
1215
+ "filePath": "dw.extensions.pinterest.PinterestOrder.md",
1216
+ "preview": "- [dw.extensions.pinterest.PinterestOrder](dw.extensions.pinterest.PinterestOrder.md)"
1217
+ },
1218
+ {
1219
+ "id": "dw.extensions.pinterest.PinterestOrderHooks",
1220
+ "title": "Class PinterestOrderHooks",
1221
+ "filePath": "dw.extensions.pinterest.PinterestOrderHooks.md",
1222
+ "preview": "- [dw.extensions.pinterest.PinterestOrderHooks](dw.extensions.pinterest.PinterestOrderHooks.md)"
1223
+ },
1224
+ {
1225
+ "id": "dw.extensions.pinterest.PinterestProduct",
1226
+ "title": "Class PinterestProduct",
1227
+ "filePath": "dw.extensions.pinterest.PinterestProduct.md",
1228
+ "preview": "- [dw.extensions.pinterest.PinterestProduct](dw.extensions.pinterest.PinterestProduct.md)"
1229
+ },
1230
+ {
1231
+ "id": "dw.io",
1232
+ "title": "Package dw.io",
1233
+ "filePath": "dw.io.md"
1234
+ },
1235
+ {
1236
+ "id": "dw.io.CSVStreamReader",
1237
+ "title": "Class CSVStreamReader",
1238
+ "filePath": "dw.io.CSVStreamReader.md",
1239
+ "preview": "- [dw.io.CSVStreamReader](dw.io.CSVStreamReader.md)"
1240
+ },
1241
+ {
1242
+ "id": "dw.io.CSVStreamWriter",
1243
+ "title": "Class CSVStreamWriter",
1244
+ "filePath": "dw.io.CSVStreamWriter.md",
1245
+ "preview": "- [dw.io.CSVStreamWriter](dw.io.CSVStreamWriter.md)"
1246
+ },
1247
+ {
1248
+ "id": "dw.io.File",
1249
+ "title": "Class File",
1250
+ "filePath": "dw.io.File.md",
1251
+ "preview": "- [dw.io.File](dw.io.File.md)"
1252
+ },
1253
+ {
1254
+ "id": "dw.io.FileReader",
1255
+ "title": "Class FileReader",
1256
+ "filePath": "dw.io.FileReader.md",
1257
+ "preview": "- [dw.io.Reader](dw.io.Reader.md)"
1258
+ },
1259
+ {
1260
+ "id": "dw.io.FileWriter",
1261
+ "title": "Class FileWriter",
1262
+ "filePath": "dw.io.FileWriter.md",
1263
+ "preview": "- [dw.io.Writer](dw.io.Writer.md)"
1264
+ },
1265
+ {
1266
+ "id": "dw.io.InputStream",
1267
+ "title": "Class InputStream",
1268
+ "filePath": "dw.io.InputStream.md",
1269
+ "preview": "- [dw.io.InputStream](dw.io.InputStream.md)"
1270
+ },
1271
+ {
1272
+ "id": "dw.io.OutputStream",
1273
+ "title": "Class OutputStream",
1274
+ "filePath": "dw.io.OutputStream.md",
1275
+ "preview": "- [dw.io.OutputStream](dw.io.OutputStream.md)"
1276
+ },
1277
+ {
1278
+ "id": "dw.io.PrintWriter",
1279
+ "title": "Class PrintWriter",
1280
+ "filePath": "dw.io.PrintWriter.md",
1281
+ "preview": "- [dw.io.Writer](dw.io.Writer.md)"
1282
+ },
1283
+ {
1284
+ "id": "dw.io.RandomAccessFileReader",
1285
+ "title": "Class RandomAccessFileReader",
1286
+ "filePath": "dw.io.RandomAccessFileReader.md",
1287
+ "preview": "- [dw.io.RandomAccessFileReader](dw.io.RandomAccessFileReader.md)"
1288
+ },
1289
+ {
1290
+ "id": "dw.io.Reader",
1291
+ "title": "Class Reader",
1292
+ "filePath": "dw.io.Reader.md",
1293
+ "preview": "- [dw.io.Reader](dw.io.Reader.md)"
1294
+ },
1295
+ {
1296
+ "id": "dw.io.StringWriter",
1297
+ "title": "Class StringWriter",
1298
+ "filePath": "dw.io.StringWriter.md",
1299
+ "preview": "- [dw.io.Writer](dw.io.Writer.md)"
1300
+ },
1301
+ {
1302
+ "id": "dw.io.Writer",
1303
+ "title": "Class Writer",
1304
+ "filePath": "dw.io.Writer.md",
1305
+ "preview": "- [dw.io.Writer](dw.io.Writer.md)"
1306
+ },
1307
+ {
1308
+ "id": "dw.io.XMLIndentingStreamWriter",
1309
+ "title": "Class XMLIndentingStreamWriter",
1310
+ "filePath": "dw.io.XMLIndentingStreamWriter.md",
1311
+ "preview": "- [dw.io.XMLStreamWriter](dw.io.XMLStreamWriter.md)"
1312
+ },
1313
+ {
1314
+ "id": "dw.io.XMLStreamConstants",
1315
+ "title": "Class XMLStreamConstants",
1316
+ "filePath": "dw.io.XMLStreamConstants.md",
1317
+ "preview": "- [dw.io.XMLStreamConstants](dw.io.XMLStreamConstants.md)"
1318
+ },
1319
+ {
1320
+ "id": "dw.io.XMLStreamReader",
1321
+ "title": "Class XMLStreamReader",
1322
+ "filePath": "dw.io.XMLStreamReader.md",
1323
+ "preview": "- [dw.io.XMLStreamReader](dw.io.XMLStreamReader.md)"
1324
+ },
1325
+ {
1326
+ "id": "dw.io.XMLStreamWriter",
1327
+ "title": "Class XMLStreamWriter",
1328
+ "filePath": "dw.io.XMLStreamWriter.md",
1329
+ "preview": "- [dw.io.XMLStreamWriter](dw.io.XMLStreamWriter.md)"
1330
+ },
1331
+ {
1332
+ "id": "dw.job",
1333
+ "title": "Package dw.job",
1334
+ "filePath": "dw.job.md"
1335
+ },
1336
+ {
1337
+ "id": "dw.job.JobExecution",
1338
+ "title": "Class JobExecution",
1339
+ "filePath": "dw.job.JobExecution.md",
1340
+ "preview": "- [dw.job.JobExecution](dw.job.JobExecution.md)"
1341
+ },
1342
+ {
1343
+ "id": "dw.job.JobStepExecution",
1344
+ "title": "Class JobStepExecution",
1345
+ "filePath": "dw.job.JobStepExecution.md",
1346
+ "preview": "- [dw.job.JobStepExecution](dw.job.JobStepExecution.md)"
1347
+ },
1348
+ {
1349
+ "id": "dw.net",
1350
+ "title": "Package dw.net",
1351
+ "filePath": "dw.net.md"
1352
+ },
1353
+ {
1354
+ "id": "dw.net.FTPClient",
1355
+ "title": "Class FTPClient",
1356
+ "filePath": "dw.net.FTPClient.md",
1357
+ "preview": "- [dw.net.FTPClient](dw.net.FTPClient.md)"
1358
+ },
1359
+ {
1360
+ "id": "dw.net.FTPFileInfo",
1361
+ "title": "Class FTPFileInfo",
1362
+ "filePath": "dw.net.FTPFileInfo.md",
1363
+ "preview": "- [dw.net.FTPFileInfo](dw.net.FTPFileInfo.md)"
1364
+ },
1365
+ {
1366
+ "id": "dw.net.HTTPClient",
1367
+ "title": "Class HTTPClient",
1368
+ "filePath": "dw.net.HTTPClient.md",
1369
+ "preview": "- [dw.net.HTTPClient](dw.net.HTTPClient.md)"
1370
+ },
1371
+ {
1372
+ "id": "dw.net.HTTPClientLoggingConfig",
1373
+ "title": "Class HTTPClientLoggingConfig",
1374
+ "filePath": "dw.net.HTTPClientLoggingConfig.md",
1375
+ "preview": "- [dw.net.HTTPClientLoggingConfig](dw.net.HTTPClientLoggingConfig.md)"
1376
+ },
1377
+ {
1378
+ "id": "dw.net.HTTPRequestPart",
1379
+ "title": "Class HTTPRequestPart",
1380
+ "filePath": "dw.net.HTTPRequestPart.md",
1381
+ "preview": "- [dw.net.HTTPRequestPart](dw.net.HTTPRequestPart.md)"
1382
+ },
1383
+ {
1384
+ "id": "dw.net.Mail",
1385
+ "title": "Class Mail",
1386
+ "filePath": "dw.net.Mail.md",
1387
+ "preview": "- [dw.net.Mail](dw.net.Mail.md)"
1388
+ },
1389
+ {
1390
+ "id": "dw.net.SFTPClient",
1391
+ "title": "Class SFTPClient",
1392
+ "filePath": "dw.net.SFTPClient.md",
1393
+ "preview": "- [dw.net.SFTPClient](dw.net.SFTPClient.md)"
1394
+ },
1395
+ {
1396
+ "id": "dw.net.SFTPFileInfo",
1397
+ "title": "Class SFTPFileInfo",
1398
+ "filePath": "dw.net.SFTPFileInfo.md",
1399
+ "preview": "- [dw.net.SFTPFileInfo](dw.net.SFTPFileInfo.md)"
1400
+ },
1401
+ {
1402
+ "id": "dw.net.WebDAVClient",
1403
+ "title": "Class WebDAVClient",
1404
+ "filePath": "dw.net.WebDAVClient.md",
1405
+ "preview": "- [dw.net.WebDAVClient](dw.net.WebDAVClient.md)"
1406
+ },
1407
+ {
1408
+ "id": "dw.net.WebDAVFileInfo",
1409
+ "title": "Class WebDAVFileInfo",
1410
+ "filePath": "dw.net.WebDAVFileInfo.md",
1411
+ "preview": "- [dw.net.WebDAVFileInfo](dw.net.WebDAVFileInfo.md)"
1412
+ },
1413
+ {
1414
+ "id": "dw.object",
1415
+ "title": "Package dw.object",
1416
+ "filePath": "dw.object.md"
1417
+ },
1418
+ {
1419
+ "id": "dw.object.ActiveData",
1420
+ "title": "Class ActiveData",
1421
+ "filePath": "dw.object.ActiveData.md",
1422
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1423
+ },
1424
+ {
1425
+ "id": "dw.object.CustomAttributes",
1426
+ "title": "Class CustomAttributes",
1427
+ "filePath": "dw.object.CustomAttributes.md",
1428
+ "preview": "- [dw.object.CustomAttributes](dw.object.CustomAttributes.md)"
1429
+ },
1430
+ {
1431
+ "id": "dw.object.CustomObject",
1432
+ "title": "Class CustomObject",
1433
+ "filePath": "dw.object.CustomObject.md",
1434
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1435
+ },
1436
+ {
1437
+ "id": "dw.object.CustomObjectMgr",
1438
+ "title": "Class CustomObjectMgr",
1439
+ "filePath": "dw.object.CustomObjectMgr.md",
1440
+ "preview": "- [dw.object.CustomObjectMgr](dw.object.CustomObjectMgr.md)"
1441
+ },
1442
+ {
1443
+ "id": "dw.object.Extensible",
1444
+ "title": "Class Extensible",
1445
+ "filePath": "dw.object.Extensible.md",
1446
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1447
+ },
1448
+ {
1449
+ "id": "dw.object.ExtensibleObject",
1450
+ "title": "Class ExtensibleObject",
1451
+ "filePath": "dw.object.ExtensibleObject.md",
1452
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1453
+ },
1454
+ {
1455
+ "id": "dw.object.Note",
1456
+ "title": "Class Note",
1457
+ "filePath": "dw.object.Note.md",
1458
+ "preview": "- [dw.object.Note](dw.object.Note.md)"
1459
+ },
1460
+ {
1461
+ "id": "dw.object.ObjectAttributeDefinition",
1462
+ "title": "Class ObjectAttributeDefinition",
1463
+ "filePath": "dw.object.ObjectAttributeDefinition.md",
1464
+ "preview": "- [dw.object.ObjectAttributeDefinition](dw.object.ObjectAttributeDefinition.md)"
1465
+ },
1466
+ {
1467
+ "id": "dw.object.ObjectAttributeGroup",
1468
+ "title": "Class ObjectAttributeGroup",
1469
+ "filePath": "dw.object.ObjectAttributeGroup.md",
1470
+ "preview": "- [dw.object.ObjectAttributeGroup](dw.object.ObjectAttributeGroup.md)"
1471
+ },
1472
+ {
1473
+ "id": "dw.object.ObjectAttributeValueDefinition",
1474
+ "title": "Class ObjectAttributeValueDefinition",
1475
+ "filePath": "dw.object.ObjectAttributeValueDefinition.md",
1476
+ "preview": "- [dw.object.ObjectAttributeValueDefinition](dw.object.ObjectAttributeValueDefinition.md)"
1477
+ },
1478
+ {
1479
+ "id": "dw.object.ObjectTypeDefinition",
1480
+ "title": "Class ObjectTypeDefinition",
1481
+ "filePath": "dw.object.ObjectTypeDefinition.md",
1482
+ "preview": "- [dw.object.ObjectTypeDefinition](dw.object.ObjectTypeDefinition.md)"
1483
+ },
1484
+ {
1485
+ "id": "dw.object.PersistentObject",
1486
+ "title": "Class PersistentObject",
1487
+ "filePath": "dw.object.PersistentObject.md",
1488
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1489
+ },
1490
+ {
1491
+ "id": "dw.object.SimpleExtensible",
1492
+ "title": "Class SimpleExtensible",
1493
+ "filePath": "dw.object.SimpleExtensible.md",
1494
+ "preview": "- [dw.object.SimpleExtensible](dw.object.SimpleExtensible.md)"
1495
+ },
1496
+ {
1497
+ "id": "dw.object.SystemObjectMgr",
1498
+ "title": "Class SystemObjectMgr",
1499
+ "filePath": "dw.object.SystemObjectMgr.md",
1500
+ "preview": "- [dw.object.SystemObjectMgr](dw.object.SystemObjectMgr.md)"
1501
+ },
1502
+ {
1503
+ "id": "dw.order",
1504
+ "title": "Package dw.order",
1505
+ "filePath": "dw.order.md"
1506
+ },
1507
+ {
1508
+ "id": "dw.order.AbstractItem",
1509
+ "title": "Class AbstractItem",
1510
+ "filePath": "dw.order.AbstractItem.md",
1511
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1512
+ },
1513
+ {
1514
+ "id": "dw.order.AbstractItemCtnr",
1515
+ "title": "Class AbstractItemCtnr",
1516
+ "filePath": "dw.order.AbstractItemCtnr.md",
1517
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1518
+ },
1519
+ {
1520
+ "id": "dw.order.Appeasement",
1521
+ "title": "Class Appeasement",
1522
+ "filePath": "dw.order.Appeasement.md",
1523
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1524
+ },
1525
+ {
1526
+ "id": "dw.order.AppeasementItem",
1527
+ "title": "Class AppeasementItem",
1528
+ "filePath": "dw.order.AppeasementItem.md",
1529
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1530
+ },
1531
+ {
1532
+ "id": "dw.order.Basket",
1533
+ "title": "Class Basket",
1534
+ "filePath": "dw.order.Basket.md",
1535
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1536
+ },
1537
+ {
1538
+ "id": "dw.order.BasketMgr",
1539
+ "title": "Class BasketMgr",
1540
+ "filePath": "dw.order.BasketMgr.md",
1541
+ "preview": "- [dw.order.BasketMgr](dw.order.BasketMgr.md)"
1542
+ },
1543
+ {
1544
+ "id": "dw.order.BonusDiscountLineItem",
1545
+ "title": "Class BonusDiscountLineItem",
1546
+ "filePath": "dw.order.BonusDiscountLineItem.md",
1547
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1548
+ },
1549
+ {
1550
+ "id": "dw.order.CouponLineItem",
1551
+ "title": "Class CouponLineItem",
1552
+ "filePath": "dw.order.CouponLineItem.md",
1553
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1554
+ },
1555
+ {
1556
+ "id": "dw.order.CreateAgentBasketLimitExceededException",
1557
+ "title": "Class CreateAgentBasketLimitExceededException",
1558
+ "filePath": "dw.order.CreateAgentBasketLimitExceededException.md",
1559
+ "preview": "- [dw.order.CreateAgentBasketLimitExceededException](dw.order.CreateAgentBasketLimitExceededException.md)"
1560
+ },
1561
+ {
1562
+ "id": "dw.order.CreateBasketFromOrderException",
1563
+ "title": "Class CreateBasketFromOrderException",
1564
+ "filePath": "dw.order.CreateBasketFromOrderException.md",
1565
+ "preview": "- [dw.order.CreateBasketFromOrderException](dw.order.CreateBasketFromOrderException.md)"
1566
+ },
1567
+ {
1568
+ "id": "dw.order.CreateCouponLineItemException",
1569
+ "title": "Class CreateCouponLineItemException",
1570
+ "filePath": "dw.order.CreateCouponLineItemException.md",
1571
+ "preview": "- [dw.order.CreateCouponLineItemException](dw.order.CreateCouponLineItemException.md)"
1572
+ },
1573
+ {
1574
+ "id": "dw.order.CreateOrderException",
1575
+ "title": "Class CreateOrderException",
1576
+ "filePath": "dw.order.CreateOrderException.md",
1577
+ "preview": "- [dw.order.CreateOrderException](dw.order.CreateOrderException.md)"
1578
+ },
1579
+ {
1580
+ "id": "dw.order.CreateTemporaryBasketLimitExceededException",
1581
+ "title": "Class CreateTemporaryBasketLimitExceededException",
1582
+ "filePath": "dw.order.CreateTemporaryBasketLimitExceededException.md",
1583
+ "preview": "- [dw.order.CreateTemporaryBasketLimitExceededException](dw.order.CreateTemporaryBasketLimitExceededException.md)"
1584
+ },
1585
+ {
1586
+ "id": "dw.order.GiftCertificate",
1587
+ "title": "Class GiftCertificate",
1588
+ "filePath": "dw.order.GiftCertificate.md",
1589
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1590
+ },
1591
+ {
1592
+ "id": "dw.order.GiftCertificateLineItem",
1593
+ "title": "Class GiftCertificateLineItem",
1594
+ "filePath": "dw.order.GiftCertificateLineItem.md",
1595
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1596
+ },
1597
+ {
1598
+ "id": "dw.order.GiftCertificateMgr",
1599
+ "title": "Class GiftCertificateMgr",
1600
+ "filePath": "dw.order.GiftCertificateMgr.md",
1601
+ "preview": "- [dw.order.GiftCertificateMgr](dw.order.GiftCertificateMgr.md)"
1602
+ },
1603
+ {
1604
+ "id": "dw.order.GiftCertificateStatusCodes",
1605
+ "title": "Class GiftCertificateStatusCodes",
1606
+ "filePath": "dw.order.GiftCertificateStatusCodes.md",
1607
+ "preview": "- [dw.order.GiftCertificateStatusCodes](dw.order.GiftCertificateStatusCodes.md)"
1608
+ },
1609
+ {
1610
+ "id": "dw.order.hooks",
1611
+ "title": "Package dw.order.hooks",
1612
+ "filePath": "dw.order.hooks.md"
1613
+ },
1614
+ {
1615
+ "id": "dw.order.hooks.BasketMergeHooks",
1616
+ "title": "Class BasketMergeHooks",
1617
+ "filePath": "dw.order.hooks.BasketMergeHooks.md",
1618
+ "preview": "- [dw.order.hooks.BasketMergeHooks](dw.order.hooks.BasketMergeHooks.md)"
1619
+ },
1620
+ {
1621
+ "id": "dw.order.hooks.CalculateHooks",
1622
+ "title": "Class CalculateHooks",
1623
+ "filePath": "dw.order.hooks.CalculateHooks.md",
1624
+ "preview": "- [dw.order.hooks.CalculateHooks](dw.order.hooks.CalculateHooks.md)"
1625
+ },
1626
+ {
1627
+ "id": "dw.order.hooks.CheckoutHooks",
1628
+ "title": "Class CheckoutHooks",
1629
+ "filePath": "dw.order.hooks.CheckoutHooks.md",
1630
+ "preview": "- [dw.order.hooks.CheckoutHooks](dw.order.hooks.CheckoutHooks.md)"
1631
+ },
1632
+ {
1633
+ "id": "dw.order.hooks.OrderHooks",
1634
+ "title": "Class OrderHooks",
1635
+ "filePath": "dw.order.hooks.OrderHooks.md",
1636
+ "preview": "- [dw.order.hooks.OrderHooks](dw.order.hooks.OrderHooks.md)"
1637
+ },
1638
+ {
1639
+ "id": "dw.order.hooks.PaymentHooks",
1640
+ "title": "Class PaymentHooks",
1641
+ "filePath": "dw.order.hooks.PaymentHooks.md",
1642
+ "preview": "- [dw.order.hooks.PaymentHooks](dw.order.hooks.PaymentHooks.md)"
1643
+ },
1644
+ {
1645
+ "id": "dw.order.hooks.ReturnHooks",
1646
+ "title": "Class ReturnHooks",
1647
+ "filePath": "dw.order.hooks.ReturnHooks.md",
1648
+ "preview": "- [dw.order.hooks.ReturnHooks](dw.order.hooks.ReturnHooks.md)"
1649
+ },
1650
+ {
1651
+ "id": "dw.order.hooks.ShippingOrderHooks",
1652
+ "title": "Class ShippingOrderHooks",
1653
+ "filePath": "dw.order.hooks.ShippingOrderHooks.md",
1654
+ "preview": "- [dw.order.hooks.ShippingOrderHooks](dw.order.hooks.ShippingOrderHooks.md)"
1655
+ },
1656
+ {
1657
+ "id": "dw.order.Invoice",
1658
+ "title": "Class Invoice",
1659
+ "filePath": "dw.order.Invoice.md",
1660
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1661
+ },
1662
+ {
1663
+ "id": "dw.order.InvoiceItem",
1664
+ "title": "Class InvoiceItem",
1665
+ "filePath": "dw.order.InvoiceItem.md",
1666
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1667
+ },
1668
+ {
1669
+ "id": "dw.order.LineItem",
1670
+ "title": "Class LineItem",
1671
+ "filePath": "dw.order.LineItem.md",
1672
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1673
+ },
1674
+ {
1675
+ "id": "dw.order.LineItemCtnr",
1676
+ "title": "Class LineItemCtnr",
1677
+ "filePath": "dw.order.LineItemCtnr.md",
1678
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1679
+ },
1680
+ {
1681
+ "id": "dw.order.Order",
1682
+ "title": "Class Order",
1683
+ "filePath": "dw.order.Order.md",
1684
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1685
+ },
1686
+ {
1687
+ "id": "dw.order.OrderAddress",
1688
+ "title": "Class OrderAddress",
1689
+ "filePath": "dw.order.OrderAddress.md",
1690
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1691
+ },
1692
+ {
1693
+ "id": "dw.order.OrderItem",
1694
+ "title": "Class OrderItem",
1695
+ "filePath": "dw.order.OrderItem.md",
1696
+ "preview": "- [dw.order.OrderItem](dw.order.OrderItem.md)"
1697
+ },
1698
+ {
1699
+ "id": "dw.order.OrderMgr",
1700
+ "title": "Class OrderMgr",
1701
+ "filePath": "dw.order.OrderMgr.md",
1702
+ "preview": "- [dw.order.OrderMgr](dw.order.OrderMgr.md)"
1703
+ },
1704
+ {
1705
+ "id": "dw.order.OrderPaymentInstrument",
1706
+ "title": "Class OrderPaymentInstrument",
1707
+ "filePath": "dw.order.OrderPaymentInstrument.md",
1708
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1709
+ },
1710
+ {
1711
+ "id": "dw.order.OrderProcessStatusCodes",
1712
+ "title": "Class OrderProcessStatusCodes",
1713
+ "filePath": "dw.order.OrderProcessStatusCodes.md",
1714
+ "preview": "- [dw.order.OrderProcessStatusCodes](dw.order.OrderProcessStatusCodes.md)"
1715
+ },
1716
+ {
1717
+ "id": "dw.order.PaymentCard",
1718
+ "title": "Class PaymentCard",
1719
+ "filePath": "dw.order.PaymentCard.md",
1720
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1721
+ },
1722
+ {
1723
+ "id": "dw.order.PaymentInstrument",
1724
+ "title": "Class PaymentInstrument",
1725
+ "filePath": "dw.order.PaymentInstrument.md",
1726
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1727
+ },
1728
+ {
1729
+ "id": "dw.order.PaymentMethod",
1730
+ "title": "Class PaymentMethod",
1731
+ "filePath": "dw.order.PaymentMethod.md",
1732
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1733
+ },
1734
+ {
1735
+ "id": "dw.order.PaymentMgr",
1736
+ "title": "Class PaymentMgr",
1737
+ "filePath": "dw.order.PaymentMgr.md",
1738
+ "preview": "- [dw.order.PaymentMgr](dw.order.PaymentMgr.md)"
1739
+ },
1740
+ {
1741
+ "id": "dw.order.PaymentProcessor",
1742
+ "title": "Class PaymentProcessor",
1743
+ "filePath": "dw.order.PaymentProcessor.md",
1744
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1745
+ },
1746
+ {
1747
+ "id": "dw.order.PaymentStatusCodes",
1748
+ "title": "Class PaymentStatusCodes",
1749
+ "filePath": "dw.order.PaymentStatusCodes.md",
1750
+ "preview": "- [dw.order.PaymentStatusCodes](dw.order.PaymentStatusCodes.md)"
1751
+ },
1752
+ {
1753
+ "id": "dw.order.PaymentTransaction",
1754
+ "title": "Class PaymentTransaction",
1755
+ "filePath": "dw.order.PaymentTransaction.md",
1756
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1757
+ },
1758
+ {
1759
+ "id": "dw.order.PriceAdjustment",
1760
+ "title": "Class PriceAdjustment",
1761
+ "filePath": "dw.order.PriceAdjustment.md",
1762
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1763
+ },
1764
+ {
1765
+ "id": "dw.order.PriceAdjustmentLimitTypes",
1766
+ "title": "Class PriceAdjustmentLimitTypes",
1767
+ "filePath": "dw.order.PriceAdjustmentLimitTypes.md",
1768
+ "preview": "- [dw.order.PriceAdjustmentLimitTypes](dw.order.PriceAdjustmentLimitTypes.md)"
1769
+ },
1770
+ {
1771
+ "id": "dw.order.ProductLineItem",
1772
+ "title": "Class ProductLineItem",
1773
+ "filePath": "dw.order.ProductLineItem.md",
1774
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1775
+ },
1776
+ {
1777
+ "id": "dw.order.ProductShippingCost",
1778
+ "title": "Class ProductShippingCost",
1779
+ "filePath": "dw.order.ProductShippingCost.md",
1780
+ "preview": "- [dw.order.ProductShippingCost](dw.order.ProductShippingCost.md)"
1781
+ },
1782
+ {
1783
+ "id": "dw.order.ProductShippingLineItem",
1784
+ "title": "Class ProductShippingLineItem",
1785
+ "filePath": "dw.order.ProductShippingLineItem.md",
1786
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1787
+ },
1788
+ {
1789
+ "id": "dw.order.ProductShippingModel",
1790
+ "title": "Class ProductShippingModel",
1791
+ "filePath": "dw.order.ProductShippingModel.md",
1792
+ "preview": "- [dw.order.ProductShippingModel](dw.order.ProductShippingModel.md)"
1793
+ },
1794
+ {
1795
+ "id": "dw.order.Return",
1796
+ "title": "Class Return",
1797
+ "filePath": "dw.order.Return.md",
1798
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1799
+ },
1800
+ {
1801
+ "id": "dw.order.ReturnCase",
1802
+ "title": "Class ReturnCase",
1803
+ "filePath": "dw.order.ReturnCase.md",
1804
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1805
+ },
1806
+ {
1807
+ "id": "dw.order.ReturnCaseItem",
1808
+ "title": "Class ReturnCaseItem",
1809
+ "filePath": "dw.order.ReturnCaseItem.md",
1810
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1811
+ },
1812
+ {
1813
+ "id": "dw.order.ReturnItem",
1814
+ "title": "Class ReturnItem",
1815
+ "filePath": "dw.order.ReturnItem.md",
1816
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1817
+ },
1818
+ {
1819
+ "id": "dw.order.Shipment",
1820
+ "title": "Class Shipment",
1821
+ "filePath": "dw.order.Shipment.md",
1822
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1823
+ },
1824
+ {
1825
+ "id": "dw.order.ShipmentShippingCost",
1826
+ "title": "Class ShipmentShippingCost",
1827
+ "filePath": "dw.order.ShipmentShippingCost.md",
1828
+ "preview": "- [dw.order.ShipmentShippingCost](dw.order.ShipmentShippingCost.md)"
1829
+ },
1830
+ {
1831
+ "id": "dw.order.ShipmentShippingModel",
1832
+ "title": "Class ShipmentShippingModel",
1833
+ "filePath": "dw.order.ShipmentShippingModel.md",
1834
+ "preview": "- [dw.order.ShipmentShippingModel](dw.order.ShipmentShippingModel.md)"
1835
+ },
1836
+ {
1837
+ "id": "dw.order.ShippingLineItem",
1838
+ "title": "Class ShippingLineItem",
1839
+ "filePath": "dw.order.ShippingLineItem.md",
1840
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1841
+ },
1842
+ {
1843
+ "id": "dw.order.ShippingLocation",
1844
+ "title": "Class ShippingLocation",
1845
+ "filePath": "dw.order.ShippingLocation.md",
1846
+ "preview": "- [dw.order.ShippingLocation](dw.order.ShippingLocation.md)"
1847
+ },
1848
+ {
1849
+ "id": "dw.order.ShippingMethod",
1850
+ "title": "Class ShippingMethod",
1851
+ "filePath": "dw.order.ShippingMethod.md",
1852
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
1853
+ },
1854
+ {
1855
+ "id": "dw.order.ShippingMgr",
1856
+ "title": "Class ShippingMgr",
1857
+ "filePath": "dw.order.ShippingMgr.md",
1858
+ "preview": "- [dw.order.ShippingMgr](dw.order.ShippingMgr.md)"
1859
+ },
1860
+ {
1861
+ "id": "dw.order.ShippingOrder",
1862
+ "title": "Class ShippingOrder",
1863
+ "filePath": "dw.order.ShippingOrder.md",
1864
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1865
+ },
1866
+ {
1867
+ "id": "dw.order.ShippingOrderItem",
1868
+ "title": "Class ShippingOrderItem",
1869
+ "filePath": "dw.order.ShippingOrderItem.md",
1870
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1871
+ },
1872
+ {
1873
+ "id": "dw.order.SumItem",
1874
+ "title": "Class SumItem",
1875
+ "filePath": "dw.order.SumItem.md",
1876
+ "preview": "- [dw.order.SumItem](dw.order.SumItem.md)"
1877
+ },
1878
+ {
1879
+ "id": "dw.order.TaxGroup",
1880
+ "title": "Class TaxGroup",
1881
+ "filePath": "dw.order.TaxGroup.md",
1882
+ "preview": "- [dw.order.TaxGroup](dw.order.TaxGroup.md)"
1883
+ },
1884
+ {
1885
+ "id": "dw.order.TaxItem",
1886
+ "title": "Class TaxItem",
1887
+ "filePath": "dw.order.TaxItem.md",
1888
+ "preview": "- [dw.order.TaxItem](dw.order.TaxItem.md)"
1889
+ },
1890
+ {
1891
+ "id": "dw.order.TaxMgr",
1892
+ "title": "Class TaxMgr",
1893
+ "filePath": "dw.order.TaxMgr.md",
1894
+ "preview": "- [dw.order.TaxMgr](dw.order.TaxMgr.md)"
1895
+ },
1896
+ {
1897
+ "id": "dw.order.TrackingInfo",
1898
+ "title": "Class TrackingInfo",
1899
+ "filePath": "dw.order.TrackingInfo.md",
1900
+ "preview": "- [dw.object.Extensible](dw.object.Extensible.md)"
1901
+ },
1902
+ {
1903
+ "id": "dw.order.TrackingRef",
1904
+ "title": "Class TrackingRef",
1905
+ "filePath": "dw.order.TrackingRef.md",
1906
+ "preview": "- [dw.order.TrackingRef](dw.order.TrackingRef.md)"
1907
+ },
1908
+ {
1909
+ "id": "dw.rpc",
1910
+ "title": "Package dw.rpc",
1911
+ "filePath": "dw.rpc.md"
1912
+ },
1913
+ {
1914
+ "id": "dw.rpc.SOAPUtil",
1915
+ "title": "Class SOAPUtil",
1916
+ "filePath": "dw.rpc.SOAPUtil.md",
1917
+ "preview": "- [dw.rpc.SOAPUtil](dw.rpc.SOAPUtil.md)"
1918
+ },
1919
+ {
1920
+ "id": "dw.rpc.Stub",
1921
+ "title": "Class Stub",
1922
+ "filePath": "dw.rpc.Stub.md",
1923
+ "preview": "- [dw.rpc.Stub](dw.rpc.Stub.md)"
1924
+ },
1925
+ {
1926
+ "id": "dw.rpc.WebReference",
1927
+ "title": "Class WebReference",
1928
+ "filePath": "dw.rpc.WebReference.md",
1929
+ "preview": "- [dw.rpc.WebReference](dw.rpc.WebReference.md)"
1930
+ },
1931
+ {
1932
+ "id": "dw.sitemap",
1933
+ "title": "Package dw.sitemap",
1934
+ "filePath": "dw.sitemap.md"
1935
+ },
1936
+ {
1937
+ "id": "dw.sitemap.SitemapFile",
1938
+ "title": "Class SitemapFile",
1939
+ "filePath": "dw.sitemap.SitemapFile.md",
1940
+ "preview": "- [dw.sitemap.SitemapFile](dw.sitemap.SitemapFile.md)"
1941
+ },
1942
+ {
1943
+ "id": "dw.sitemap.SitemapMgr",
1944
+ "title": "Class SitemapMgr",
1945
+ "filePath": "dw.sitemap.SitemapMgr.md",
1946
+ "preview": "- [dw.sitemap.SitemapMgr](dw.sitemap.SitemapMgr.md)"
1947
+ },
1948
+ {
1949
+ "id": "dw.suggest",
1950
+ "title": "Package dw.suggest",
1951
+ "filePath": "dw.suggest.md"
1952
+ },
1953
+ {
1954
+ "id": "dw.suggest.BrandSuggestions",
1955
+ "title": "Class BrandSuggestions",
1956
+ "filePath": "dw.suggest.BrandSuggestions.md",
1957
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
1958
+ },
1959
+ {
1960
+ "id": "dw.suggest.CategorySuggestions",
1961
+ "title": "Class CategorySuggestions",
1962
+ "filePath": "dw.suggest.CategorySuggestions.md",
1963
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
1964
+ },
1965
+ {
1966
+ "id": "dw.suggest.ContentSuggestions",
1967
+ "title": "Class ContentSuggestions",
1968
+ "filePath": "dw.suggest.ContentSuggestions.md",
1969
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
1970
+ },
1971
+ {
1972
+ "id": "dw.suggest.CustomSuggestions",
1973
+ "title": "Class CustomSuggestions",
1974
+ "filePath": "dw.suggest.CustomSuggestions.md",
1975
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
1976
+ },
1977
+ {
1978
+ "id": "dw.suggest.ProductSuggestions",
1979
+ "title": "Class ProductSuggestions",
1980
+ "filePath": "dw.suggest.ProductSuggestions.md",
1981
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
1982
+ },
1983
+ {
1984
+ "id": "dw.suggest.SearchPhraseSuggestions",
1985
+ "title": "Class SearchPhraseSuggestions",
1986
+ "filePath": "dw.suggest.SearchPhraseSuggestions.md",
1987
+ "preview": "- [dw.suggest.SearchPhraseSuggestions](dw.suggest.SearchPhraseSuggestions.md)"
1988
+ },
1989
+ {
1990
+ "id": "dw.suggest.SuggestedCategory",
1991
+ "title": "Class SuggestedCategory",
1992
+ "filePath": "dw.suggest.SuggestedCategory.md",
1993
+ "preview": "- [dw.suggest.SuggestedCategory](dw.suggest.SuggestedCategory.md)"
1994
+ },
1995
+ {
1996
+ "id": "dw.suggest.SuggestedContent",
1997
+ "title": "Class SuggestedContent",
1998
+ "filePath": "dw.suggest.SuggestedContent.md",
1999
+ "preview": "- [dw.suggest.SuggestedContent](dw.suggest.SuggestedContent.md)"
2000
+ },
2001
+ {
2002
+ "id": "dw.suggest.SuggestedPhrase",
2003
+ "title": "Class SuggestedPhrase",
2004
+ "filePath": "dw.suggest.SuggestedPhrase.md",
2005
+ "preview": "- [dw.suggest.SuggestedPhrase](dw.suggest.SuggestedPhrase.md)"
2006
+ },
2007
+ {
2008
+ "id": "dw.suggest.SuggestedProduct",
2009
+ "title": "Class SuggestedProduct",
2010
+ "filePath": "dw.suggest.SuggestedProduct.md",
2011
+ "preview": "- [dw.suggest.SuggestedProduct](dw.suggest.SuggestedProduct.md)"
2012
+ },
2013
+ {
2014
+ "id": "dw.suggest.SuggestedTerm",
2015
+ "title": "Class SuggestedTerm",
2016
+ "filePath": "dw.suggest.SuggestedTerm.md",
2017
+ "preview": "- [dw.suggest.SuggestedTerm](dw.suggest.SuggestedTerm.md)"
2018
+ },
2019
+ {
2020
+ "id": "dw.suggest.SuggestedTerms",
2021
+ "title": "Class SuggestedTerms",
2022
+ "filePath": "dw.suggest.SuggestedTerms.md",
2023
+ "preview": "- [dw.suggest.SuggestedTerms](dw.suggest.SuggestedTerms.md)"
2024
+ },
2025
+ {
2026
+ "id": "dw.suggest.Suggestions",
2027
+ "title": "Class Suggestions",
2028
+ "filePath": "dw.suggest.Suggestions.md",
2029
+ "preview": "- [dw.suggest.Suggestions](dw.suggest.Suggestions.md)"
2030
+ },
2031
+ {
2032
+ "id": "dw.suggest.SuggestModel",
2033
+ "title": "Class SuggestModel",
2034
+ "filePath": "dw.suggest.SuggestModel.md",
2035
+ "preview": "- [dw.suggest.SuggestModel](dw.suggest.SuggestModel.md)"
2036
+ },
2037
+ {
2038
+ "id": "dw.svc",
2039
+ "title": "Package dw.svc",
2040
+ "filePath": "dw.svc.md"
2041
+ },
2042
+ {
2043
+ "id": "dw.svc.FTPService",
2044
+ "title": "Class FTPService",
2045
+ "filePath": "dw.svc.FTPService.md",
2046
+ "preview": "- [dw.svc.Service](dw.svc.Service.md)"
2047
+ },
2048
+ {
2049
+ "id": "dw.svc.FTPServiceDefinition",
2050
+ "title": "Class FTPServiceDefinition",
2051
+ "filePath": "dw.svc.FTPServiceDefinition.md",
2052
+ "preview": "- [dw.svc.ServiceDefinition](dw.svc.ServiceDefinition.md)"
2053
+ },
2054
+ {
2055
+ "id": "dw.svc.HTTPFormService",
2056
+ "title": "Class HTTPFormService",
2057
+ "filePath": "dw.svc.HTTPFormService.md",
2058
+ "preview": "- [dw.svc.Service](dw.svc.Service.md)"
2059
+ },
2060
+ {
2061
+ "id": "dw.svc.HTTPFormServiceDefinition",
2062
+ "title": "Class HTTPFormServiceDefinition",
2063
+ "filePath": "dw.svc.HTTPFormServiceDefinition.md",
2064
+ "preview": "- [dw.svc.ServiceDefinition](dw.svc.ServiceDefinition.md)"
2065
+ },
2066
+ {
2067
+ "id": "dw.svc.HTTPService",
2068
+ "title": "Class HTTPService",
2069
+ "filePath": "dw.svc.HTTPService.md",
2070
+ "preview": "- [dw.svc.Service](dw.svc.Service.md)"
2071
+ },
2072
+ {
2073
+ "id": "dw.svc.HTTPServiceDefinition",
2074
+ "title": "Class HTTPServiceDefinition",
2075
+ "filePath": "dw.svc.HTTPServiceDefinition.md",
2076
+ "preview": "- [dw.svc.ServiceDefinition](dw.svc.ServiceDefinition.md)"
2077
+ },
2078
+ {
2079
+ "id": "dw.svc.LocalServiceRegistry",
2080
+ "title": "Class LocalServiceRegistry",
2081
+ "filePath": "dw.svc.LocalServiceRegistry.md",
2082
+ "preview": "- [dw.svc.LocalServiceRegistry](dw.svc.LocalServiceRegistry.md)"
2083
+ },
2084
+ {
2085
+ "id": "dw.svc.Result",
2086
+ "title": "Class Result",
2087
+ "filePath": "dw.svc.Result.md",
2088
+ "preview": "- [dw.svc.Result](dw.svc.Result.md)"
2089
+ },
2090
+ {
2091
+ "id": "dw.svc.Service",
2092
+ "title": "Class Service",
2093
+ "filePath": "dw.svc.Service.md",
2094
+ "preview": "- [dw.svc.Service](dw.svc.Service.md)"
2095
+ },
2096
+ {
2097
+ "id": "dw.svc.ServiceCallback",
2098
+ "title": "Class ServiceCallback",
2099
+ "filePath": "dw.svc.ServiceCallback.md",
2100
+ "preview": "- [dw.svc.ServiceCallback](dw.svc.ServiceCallback.md)"
2101
+ },
2102
+ {
2103
+ "id": "dw.svc.ServiceConfig",
2104
+ "title": "Class ServiceConfig",
2105
+ "filePath": "dw.svc.ServiceConfig.md",
2106
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
2107
+ },
2108
+ {
2109
+ "id": "dw.svc.ServiceCredential",
2110
+ "title": "Class ServiceCredential",
2111
+ "filePath": "dw.svc.ServiceCredential.md",
2112
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
2113
+ },
2114
+ {
2115
+ "id": "dw.svc.ServiceDefinition",
2116
+ "title": "Class ServiceDefinition",
2117
+ "filePath": "dw.svc.ServiceDefinition.md",
2118
+ "preview": "- [dw.svc.ServiceDefinition](dw.svc.ServiceDefinition.md)"
2119
+ },
2120
+ {
2121
+ "id": "dw.svc.ServiceProfile",
2122
+ "title": "Class ServiceProfile",
2123
+ "filePath": "dw.svc.ServiceProfile.md",
2124
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
2125
+ },
2126
+ {
2127
+ "id": "dw.svc.ServiceRegistry",
2128
+ "title": "Class ServiceRegistry",
2129
+ "filePath": "dw.svc.ServiceRegistry.md",
2130
+ "preview": "- [dw.svc.ServiceRegistry](dw.svc.ServiceRegistry.md)"
2131
+ },
2132
+ {
2133
+ "id": "dw.svc.SOAPService",
2134
+ "title": "Class SOAPService",
2135
+ "filePath": "dw.svc.SOAPService.md",
2136
+ "preview": "- [dw.svc.Service](dw.svc.Service.md)"
2137
+ },
2138
+ {
2139
+ "id": "dw.svc.SOAPServiceDefinition",
2140
+ "title": "Class SOAPServiceDefinition",
2141
+ "filePath": "dw.svc.SOAPServiceDefinition.md",
2142
+ "preview": "- [dw.svc.ServiceDefinition](dw.svc.ServiceDefinition.md)"
2143
+ },
2144
+ {
2145
+ "id": "dw.system",
2146
+ "title": "Package dw.system",
2147
+ "filePath": "dw.system.md"
2148
+ },
2149
+ {
2150
+ "id": "dw.system.AgentUserStatusCodes",
2151
+ "title": "Class AgentUserStatusCodes",
2152
+ "filePath": "dw.system.AgentUserStatusCodes.md",
2153
+ "preview": "- [dw.customer.AgentUserStatusCodes](dw.customer.AgentUserStatusCodes.md)"
2154
+ },
2155
+ {
2156
+ "id": "dw.system.Cache",
2157
+ "title": "Class Cache",
2158
+ "filePath": "dw.system.Cache.md",
2159
+ "preview": "- [dw.system.Cache](dw.system.Cache.md)"
2160
+ },
2161
+ {
2162
+ "id": "dw.system.CacheMgr",
2163
+ "title": "Class CacheMgr",
2164
+ "filePath": "dw.system.CacheMgr.md",
2165
+ "preview": "- [dw.system.CacheMgr](dw.system.CacheMgr.md)"
2166
+ },
2167
+ {
2168
+ "id": "dw.system.HookMgr",
2169
+ "title": "Class HookMgr",
2170
+ "filePath": "dw.system.HookMgr.md",
2171
+ "preview": "- [dw.system.HookMgr](dw.system.HookMgr.md)"
2172
+ },
2173
+ {
2174
+ "id": "dw.system.InternalObject",
2175
+ "title": "Class InternalObject",
2176
+ "filePath": "dw.system.InternalObject.md",
2177
+ "preview": "- [dw.system.InternalObject](dw.system.InternalObject.md)"
2178
+ },
2179
+ {
2180
+ "id": "dw.system.JobProcessMonitor",
2181
+ "title": "Class JobProcessMonitor",
2182
+ "filePath": "dw.system.JobProcessMonitor.md",
2183
+ "preview": "- [dw.system.JobProcessMonitor](dw.system.JobProcessMonitor.md)"
2184
+ },
2185
+ {
2186
+ "id": "dw.system.Log",
2187
+ "title": "Class Log",
2188
+ "filePath": "dw.system.Log.md",
2189
+ "preview": "- [dw.system.Log](dw.system.Log.md)"
2190
+ },
2191
+ {
2192
+ "id": "dw.system.Logger",
2193
+ "title": "Class Logger",
2194
+ "filePath": "dw.system.Logger.md",
2195
+ "preview": "- [dw.system.Logger](dw.system.Logger.md)"
2196
+ },
2197
+ {
2198
+ "id": "dw.system.LogNDC",
2199
+ "title": "Class LogNDC",
2200
+ "filePath": "dw.system.LogNDC.md",
2201
+ "preview": "- [dw.system.LogNDC](dw.system.LogNDC.md)"
2202
+ },
2203
+ {
2204
+ "id": "dw.system.OrganizationPreferences",
2205
+ "title": "Class OrganizationPreferences",
2206
+ "filePath": "dw.system.OrganizationPreferences.md",
2207
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
2208
+ },
2209
+ {
2210
+ "id": "dw.system.Pipeline",
2211
+ "title": "Class Pipeline",
2212
+ "filePath": "dw.system.Pipeline.md",
2213
+ "preview": "- [dw.system.Pipeline](dw.system.Pipeline.md)"
2214
+ },
2215
+ {
2216
+ "id": "dw.system.PipelineDictionary",
2217
+ "title": "Class PipelineDictionary",
2218
+ "filePath": "dw.system.PipelineDictionary.md",
2219
+ "preview": "- [dw.system.PipelineDictionary](dw.system.PipelineDictionary.md)"
2220
+ },
2221
+ {
2222
+ "id": "dw.system.RemoteInclude",
2223
+ "title": "Class RemoteInclude",
2224
+ "filePath": "dw.system.RemoteInclude.md",
2225
+ "preview": "- [dw.system.RemoteInclude](dw.system.RemoteInclude.md)"
2226
+ },
2227
+ {
2228
+ "id": "dw.system.Request",
2229
+ "title": "Class Request",
2230
+ "filePath": "dw.system.Request.md",
2231
+ "preview": "- [dw.system.Request](dw.system.Request.md)"
2232
+ },
2233
+ {
2234
+ "id": "dw.system.RequestHooks",
2235
+ "title": "Class RequestHooks",
2236
+ "filePath": "dw.system.RequestHooks.md",
2237
+ "preview": "- [dw.system.RequestHooks](dw.system.RequestHooks.md)"
2238
+ },
2239
+ {
2240
+ "id": "dw.system.Response",
2241
+ "title": "Class Response",
2242
+ "filePath": "dw.system.Response.md",
2243
+ "preview": "- [dw.system.Response](dw.system.Response.md)"
2244
+ },
2245
+ {
2246
+ "id": "dw.system.RESTErrorResponse",
2247
+ "title": "Class RESTErrorResponse",
2248
+ "filePath": "dw.system.RESTErrorResponse.md",
2249
+ "preview": "- [dw.system.RESTErrorResponse](dw.system.RESTErrorResponse.md)"
2250
+ },
2251
+ {
2252
+ "id": "dw.system.RESTResponseMgr",
2253
+ "title": "Class RESTResponseMgr",
2254
+ "filePath": "dw.system.RESTResponseMgr.md",
2255
+ "preview": "- [dw.system.RESTResponseMgr](dw.system.RESTResponseMgr.md)"
2256
+ },
2257
+ {
2258
+ "id": "dw.system.RESTSuccessResponse",
2259
+ "title": "Class RESTSuccessResponse",
2260
+ "filePath": "dw.system.RESTSuccessResponse.md",
2261
+ "preview": "- [dw.system.RESTSuccessResponse](dw.system.RESTSuccessResponse.md)"
2262
+ },
2263
+ {
2264
+ "id": "dw.system.SearchStatus",
2265
+ "title": "Class SearchStatus",
2266
+ "filePath": "dw.system.SearchStatus.md",
2267
+ "preview": "- [dw.system.SearchStatus](dw.system.SearchStatus.md)"
2268
+ },
2269
+ {
2270
+ "id": "dw.system.Session",
2271
+ "title": "Class Session",
2272
+ "filePath": "dw.system.Session.md",
2273
+ "preview": "- [dw.system.Session](dw.system.Session.md)"
2274
+ },
2275
+ {
2276
+ "id": "dw.system.Site",
2277
+ "title": "Class Site",
2278
+ "filePath": "dw.system.Site.md",
2279
+ "preview": "- [dw.system.Site](dw.system.Site.md)"
2280
+ },
2281
+ {
2282
+ "id": "dw.system.SitePreferences",
2283
+ "title": "Class SitePreferences",
2284
+ "filePath": "dw.system.SitePreferences.md",
2285
+ "preview": "- [dw.object.PersistentObject](dw.object.PersistentObject.md)"
2286
+ },
2287
+ {
2288
+ "id": "dw.system.Status",
2289
+ "title": "Class Status",
2290
+ "filePath": "dw.system.Status.md",
2291
+ "preview": "- [dw.system.Status](dw.system.Status.md)"
2292
+ },
2293
+ {
2294
+ "id": "dw.system.StatusItem",
2295
+ "title": "Class StatusItem",
2296
+ "filePath": "dw.system.StatusItem.md",
2297
+ "preview": "- [dw.system.StatusItem](dw.system.StatusItem.md)"
2298
+ },
2299
+ {
2300
+ "id": "dw.system.System",
2301
+ "title": "Class System",
2302
+ "filePath": "dw.system.System.md",
2303
+ "preview": "- [dw.system.System](dw.system.System.md)"
2304
+ },
2305
+ {
2306
+ "id": "dw.system.Transaction",
2307
+ "title": "Class Transaction",
2308
+ "filePath": "dw.system.Transaction.md",
2309
+ "preview": "- [dw.system.Transaction](dw.system.Transaction.md)"
2310
+ },
2311
+ {
2312
+ "id": "dw.template",
2313
+ "title": "Package dw.template",
2314
+ "filePath": "dw.template.md"
2315
+ },
2316
+ {
2317
+ "id": "dw.template.ISML",
2318
+ "title": "Class ISML",
2319
+ "filePath": "dw.template.ISML.md",
2320
+ "preview": "- [dw.template.ISML](dw.template.ISML.md)"
2321
+ },
2322
+ {
2323
+ "id": "dw.template.Velocity",
2324
+ "title": "Class Velocity",
2325
+ "filePath": "dw.template.Velocity.md",
2326
+ "preview": "- [dw.template.Velocity](dw.template.Velocity.md)"
2327
+ },
2328
+ {
2329
+ "id": "dw.util",
2330
+ "title": "Package dw.util",
2331
+ "filePath": "dw.util.md"
2332
+ },
2333
+ {
2334
+ "id": "dw.util.ArrayList",
2335
+ "title": "Class ArrayList",
2336
+ "filePath": "dw.util.ArrayList.md",
2337
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2338
+ },
2339
+ {
2340
+ "id": "dw.util.Assert",
2341
+ "title": "Class Assert",
2342
+ "filePath": "dw.util.Assert.md",
2343
+ "preview": "- [dw.util.Assert](dw.util.Assert.md)"
2344
+ },
2345
+ {
2346
+ "id": "dw.util.BigInteger",
2347
+ "title": "Class BigInteger",
2348
+ "filePath": "dw.util.BigInteger.md",
2349
+ "preview": "- [dw.util.BigInteger](dw.util.BigInteger.md)"
2350
+ },
2351
+ {
2352
+ "id": "dw.util.Bytes",
2353
+ "title": "Class Bytes",
2354
+ "filePath": "dw.util.Bytes.md",
2355
+ "preview": "- [dw.util.Bytes](dw.util.Bytes.md)"
2356
+ },
2357
+ {
2358
+ "id": "dw.util.Calendar",
2359
+ "title": "Class Calendar",
2360
+ "filePath": "dw.util.Calendar.md",
2361
+ "preview": "- [dw.util.Calendar](dw.util.Calendar.md)"
2362
+ },
2363
+ {
2364
+ "id": "dw.util.Collection",
2365
+ "title": "Class Collection",
2366
+ "filePath": "dw.util.Collection.md",
2367
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2368
+ },
2369
+ {
2370
+ "id": "dw.util.Currency",
2371
+ "title": "Class Currency",
2372
+ "filePath": "dw.util.Currency.md",
2373
+ "preview": "- [dw.util.Currency](dw.util.Currency.md)"
2374
+ },
2375
+ {
2376
+ "id": "dw.util.DateUtils",
2377
+ "title": "Class DateUtils",
2378
+ "filePath": "dw.util.DateUtils.md",
2379
+ "preview": "- [dw.util.DateUtils](dw.util.DateUtils.md)"
2380
+ },
2381
+ {
2382
+ "id": "dw.util.Decimal",
2383
+ "title": "Class Decimal",
2384
+ "filePath": "dw.util.Decimal.md",
2385
+ "preview": "- [dw.util.Decimal](dw.util.Decimal.md)"
2386
+ },
2387
+ {
2388
+ "id": "dw.util.FilteringCollection",
2389
+ "title": "Class FilteringCollection",
2390
+ "filePath": "dw.util.FilteringCollection.md",
2391
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2392
+ },
2393
+ {
2394
+ "id": "dw.util.Geolocation",
2395
+ "title": "Class Geolocation",
2396
+ "filePath": "dw.util.Geolocation.md",
2397
+ "preview": "- [dw.util.Geolocation](dw.util.Geolocation.md)"
2398
+ },
2399
+ {
2400
+ "id": "dw.util.HashMap",
2401
+ "title": "Class HashMap",
2402
+ "filePath": "dw.util.HashMap.md",
2403
+ "preview": "- [dw.util.Map](dw.util.Map.md)"
2404
+ },
2405
+ {
2406
+ "id": "dw.util.HashSet",
2407
+ "title": "Class HashSet",
2408
+ "filePath": "dw.util.HashSet.md",
2409
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2410
+ },
2411
+ {
2412
+ "id": "dw.util.Iterator",
2413
+ "title": "Class Iterator",
2414
+ "filePath": "dw.util.Iterator.md",
2415
+ "preview": "- [dw.util.Iterator](dw.util.Iterator.md)"
2416
+ },
2417
+ {
2418
+ "id": "dw.util.LinkedHashMap",
2419
+ "title": "Class LinkedHashMap",
2420
+ "filePath": "dw.util.LinkedHashMap.md",
2421
+ "preview": "- [dw.util.Map](dw.util.Map.md)"
2422
+ },
2423
+ {
2424
+ "id": "dw.util.LinkedHashSet",
2425
+ "title": "Class LinkedHashSet",
2426
+ "filePath": "dw.util.LinkedHashSet.md",
2427
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2428
+ },
2429
+ {
2430
+ "id": "dw.util.List",
2431
+ "title": "Class List",
2432
+ "filePath": "dw.util.List.md",
2433
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2434
+ },
2435
+ {
2436
+ "id": "dw.util.Locale",
2437
+ "title": "Class Locale",
2438
+ "filePath": "dw.util.Locale.md",
2439
+ "preview": "- [dw.util.Locale](dw.util.Locale.md)"
2440
+ },
2441
+ {
2442
+ "id": "dw.util.Map",
2443
+ "title": "Class Map",
2444
+ "filePath": "dw.util.Map.md",
2445
+ "preview": "- [dw.util.Map](dw.util.Map.md)"
2446
+ },
2447
+ {
2448
+ "id": "dw.util.MapEntry",
2449
+ "title": "Class MapEntry",
2450
+ "filePath": "dw.util.MapEntry.md",
2451
+ "preview": "- [dw.util.MapEntry](dw.util.MapEntry.md)"
2452
+ },
2453
+ {
2454
+ "id": "dw.util.MappingKey",
2455
+ "title": "Class MappingKey",
2456
+ "filePath": "dw.util.MappingKey.md",
2457
+ "preview": "- [dw.util.MappingKey](dw.util.MappingKey.md)"
2458
+ },
2459
+ {
2460
+ "id": "dw.util.MappingMgr",
2461
+ "title": "Class MappingMgr",
2462
+ "filePath": "dw.util.MappingMgr.md",
2463
+ "preview": "- [dw.util.MappingMgr](dw.util.MappingMgr.md)"
2464
+ },
2465
+ {
2466
+ "id": "dw.util.PropertyComparator",
2467
+ "title": "Class PropertyComparator",
2468
+ "filePath": "dw.util.PropertyComparator.md",
2469
+ "preview": "- [dw.util.PropertyComparator](dw.util.PropertyComparator.md)"
2470
+ },
2471
+ {
2472
+ "id": "dw.util.SecureEncoder",
2473
+ "title": "Class SecureEncoder",
2474
+ "filePath": "dw.util.SecureEncoder.md",
2475
+ "preview": "- [dw.util.SecureEncoder](dw.util.SecureEncoder.md)"
2476
+ },
2477
+ {
2478
+ "id": "dw.util.SecureFilter",
2479
+ "title": "Class SecureFilter",
2480
+ "filePath": "dw.util.SecureFilter.md",
2481
+ "preview": "- [dw.util.SecureFilter](dw.util.SecureFilter.md)"
2482
+ },
2483
+ {
2484
+ "id": "dw.util.SeekableIterator",
2485
+ "title": "Class SeekableIterator",
2486
+ "filePath": "dw.util.SeekableIterator.md",
2487
+ "preview": "- [dw.util.Iterator](dw.util.Iterator.md)"
2488
+ },
2489
+ {
2490
+ "id": "dw.util.Set",
2491
+ "title": "Class Set",
2492
+ "filePath": "dw.util.Set.md",
2493
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2494
+ },
2495
+ {
2496
+ "id": "dw.util.SortedMap",
2497
+ "title": "Class SortedMap",
2498
+ "filePath": "dw.util.SortedMap.md",
2499
+ "preview": "- [dw.util.Map](dw.util.Map.md)"
2500
+ },
2501
+ {
2502
+ "id": "dw.util.SortedSet",
2503
+ "title": "Class SortedSet",
2504
+ "filePath": "dw.util.SortedSet.md",
2505
+ "preview": "- [dw.util.Collection](dw.util.Collection.md)"
2506
+ },
2507
+ {
2508
+ "id": "dw.util.StringUtils",
2509
+ "title": "Class StringUtils",
2510
+ "filePath": "dw.util.StringUtils.md",
2511
+ "preview": "- [dw.util.StringUtils](dw.util.StringUtils.md)"
2512
+ },
2513
+ {
2514
+ "id": "dw.util.Template",
2515
+ "title": "Class Template",
2516
+ "filePath": "dw.util.Template.md",
2517
+ "preview": "- [dw.util.Template](dw.util.Template.md)"
2518
+ },
2519
+ {
2520
+ "id": "dw.util.UUIDUtils",
2521
+ "title": "Class UUIDUtils",
2522
+ "filePath": "dw.util.UUIDUtils.md",
2523
+ "preview": "- [dw.util.UUIDUtils](dw.util.UUIDUtils.md)"
2524
+ },
2525
+ {
2526
+ "id": "dw.value",
2527
+ "title": "Package dw.value",
2528
+ "filePath": "dw.value.md"
2529
+ },
2530
+ {
2531
+ "id": "dw.value.EnumValue",
2532
+ "title": "Class EnumValue",
2533
+ "filePath": "dw.value.EnumValue.md",
2534
+ "preview": "- [dw.value.EnumValue](dw.value.EnumValue.md)"
2535
+ },
2536
+ {
2537
+ "id": "dw.value.MimeEncodedText",
2538
+ "title": "Class MimeEncodedText",
2539
+ "filePath": "dw.value.MimeEncodedText.md",
2540
+ "preview": "- [dw.value.MimeEncodedText](dw.value.MimeEncodedText.md)"
2541
+ },
2542
+ {
2543
+ "id": "dw.value.Money",
2544
+ "title": "Class Money",
2545
+ "filePath": "dw.value.Money.md",
2546
+ "preview": "- [dw.value.Money](dw.value.Money.md)"
2547
+ },
2548
+ {
2549
+ "id": "dw.value.Quantity",
2550
+ "title": "Class Quantity",
2551
+ "filePath": "dw.value.Quantity.md",
2552
+ "preview": "- [dw.value.Quantity](dw.value.Quantity.md)"
2553
+ },
2554
+ {
2555
+ "id": "dw.web",
2556
+ "title": "Package dw.web",
2557
+ "filePath": "dw.web.md"
2558
+ },
2559
+ {
2560
+ "id": "dw.web.ClickStream",
2561
+ "title": "Class ClickStream",
2562
+ "filePath": "dw.web.ClickStream.md",
2563
+ "preview": "- [dw.web.ClickStream](dw.web.ClickStream.md)"
2564
+ },
2565
+ {
2566
+ "id": "dw.web.ClickStreamEntry",
2567
+ "title": "Class ClickStreamEntry",
2568
+ "filePath": "dw.web.ClickStreamEntry.md",
2569
+ "preview": "- [dw.web.ClickStreamEntry](dw.web.ClickStreamEntry.md)"
2570
+ },
2571
+ {
2572
+ "id": "dw.web.Cookie",
2573
+ "title": "Class Cookie",
2574
+ "filePath": "dw.web.Cookie.md",
2575
+ "preview": "- [dw.web.Cookie](dw.web.Cookie.md)"
2576
+ },
2577
+ {
2578
+ "id": "dw.web.Cookies",
2579
+ "title": "Class Cookies",
2580
+ "filePath": "dw.web.Cookies.md",
2581
+ "preview": "- [dw.web.Cookies](dw.web.Cookies.md)"
2582
+ },
2583
+ {
2584
+ "id": "dw.web.CSRFProtection",
2585
+ "title": "Class CSRFProtection",
2586
+ "filePath": "dw.web.CSRFProtection.md",
2587
+ "preview": "- [dw.web.CSRFProtection](dw.web.CSRFProtection.md)"
2588
+ },
2589
+ {
2590
+ "id": "dw.web.Form",
2591
+ "title": "Class Form",
2592
+ "filePath": "dw.web.Form.md",
2593
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2594
+ },
2595
+ {
2596
+ "id": "dw.web.FormAction",
2597
+ "title": "Class FormAction",
2598
+ "filePath": "dw.web.FormAction.md",
2599
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2600
+ },
2601
+ {
2602
+ "id": "dw.web.FormElement",
2603
+ "title": "Class FormElement",
2604
+ "filePath": "dw.web.FormElement.md",
2605
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2606
+ },
2607
+ {
2608
+ "id": "dw.web.FormElementValidationResult",
2609
+ "title": "Class FormElementValidationResult",
2610
+ "filePath": "dw.web.FormElementValidationResult.md",
2611
+ "preview": "- [dw.web.FormElementValidationResult](dw.web.FormElementValidationResult.md)"
2612
+ },
2613
+ {
2614
+ "id": "dw.web.FormField",
2615
+ "title": "Class FormField",
2616
+ "filePath": "dw.web.FormField.md",
2617
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2618
+ },
2619
+ {
2620
+ "id": "dw.web.FormFieldOption",
2621
+ "title": "Class FormFieldOption",
2622
+ "filePath": "dw.web.FormFieldOption.md",
2623
+ "preview": "- [dw.web.FormFieldOption](dw.web.FormFieldOption.md)"
2624
+ },
2625
+ {
2626
+ "id": "dw.web.FormFieldOptions",
2627
+ "title": "Class FormFieldOptions",
2628
+ "filePath": "dw.web.FormFieldOptions.md",
2629
+ "preview": "- [dw.web.FormFieldOptions](dw.web.FormFieldOptions.md)"
2630
+ },
2631
+ {
2632
+ "id": "dw.web.FormGroup",
2633
+ "title": "Class FormGroup",
2634
+ "filePath": "dw.web.FormGroup.md",
2635
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2636
+ },
2637
+ {
2638
+ "id": "dw.web.FormList",
2639
+ "title": "Class FormList",
2640
+ "filePath": "dw.web.FormList.md",
2641
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2642
+ },
2643
+ {
2644
+ "id": "dw.web.FormListItem",
2645
+ "title": "Class FormListItem",
2646
+ "filePath": "dw.web.FormListItem.md",
2647
+ "preview": "- [dw.web.FormElement](dw.web.FormElement.md)"
2648
+ },
2649
+ {
2650
+ "id": "dw.web.Forms",
2651
+ "title": "Class Forms",
2652
+ "filePath": "dw.web.Forms.md",
2653
+ "preview": "- [dw.web.Forms](dw.web.Forms.md)"
2654
+ },
2655
+ {
2656
+ "id": "dw.web.HttpParameter",
2657
+ "title": "Class HttpParameter",
2658
+ "filePath": "dw.web.HttpParameter.md",
2659
+ "preview": "- [dw.web.HttpParameter](dw.web.HttpParameter.md)"
2660
+ },
2661
+ {
2662
+ "id": "dw.web.HttpParameterMap",
2663
+ "title": "Class HttpParameterMap",
2664
+ "filePath": "dw.web.HttpParameterMap.md",
2665
+ "preview": "- [dw.web.HttpParameterMap](dw.web.HttpParameterMap.md)"
2666
+ },
2667
+ {
2668
+ "id": "dw.web.LoopIterator",
2669
+ "title": "Class LoopIterator",
2670
+ "filePath": "dw.web.LoopIterator.md",
2671
+ "preview": "- [dw.util.Iterator](dw.util.Iterator.md)"
2672
+ },
2673
+ {
2674
+ "id": "dw.web.PageMetaData",
2675
+ "title": "Class PageMetaData",
2676
+ "filePath": "dw.web.PageMetaData.md",
2677
+ "preview": "- [dw.web.PageMetaData](dw.web.PageMetaData.md)"
2678
+ },
2679
+ {
2680
+ "id": "dw.web.PageMetaTag",
2681
+ "title": "Class PageMetaTag",
2682
+ "filePath": "dw.web.PageMetaTag.md",
2683
+ "preview": "- [dw.web.PageMetaTag](dw.web.PageMetaTag.md)"
2684
+ },
2685
+ {
2686
+ "id": "dw.web.PagingModel",
2687
+ "title": "Class PagingModel",
2688
+ "filePath": "dw.web.PagingModel.md",
2689
+ "preview": "- [dw.web.PagingModel](dw.web.PagingModel.md)"
2690
+ },
2691
+ {
2692
+ "id": "dw.web.Resource",
2693
+ "title": "Class Resource",
2694
+ "filePath": "dw.web.Resource.md",
2695
+ "preview": "- [dw.web.Resource](dw.web.Resource.md)"
2696
+ },
2697
+ {
2698
+ "id": "dw.web.URL",
2699
+ "title": "Class URL",
2700
+ "filePath": "dw.web.URL.md",
2701
+ "preview": "- [dw.web.URL](dw.web.URL.md)"
2702
+ },
2703
+ {
2704
+ "id": "dw.web.URLAction",
2705
+ "title": "Class URLAction",
2706
+ "filePath": "dw.web.URLAction.md",
2707
+ "preview": "- [dw.web.URLAction](dw.web.URLAction.md)"
2708
+ },
2709
+ {
2710
+ "id": "dw.web.URLParameter",
2711
+ "title": "Class URLParameter",
2712
+ "filePath": "dw.web.URLParameter.md",
2713
+ "preview": "- [dw.web.URLParameter](dw.web.URLParameter.md)"
2714
+ },
2715
+ {
2716
+ "id": "dw.web.URLRedirect",
2717
+ "title": "Class URLRedirect",
2718
+ "filePath": "dw.web.URLRedirect.md",
2719
+ "preview": "- [dw.web.URLRedirect](dw.web.URLRedirect.md)"
2720
+ },
2721
+ {
2722
+ "id": "dw.web.URLRedirectMgr",
2723
+ "title": "Class URLRedirectMgr",
2724
+ "filePath": "dw.web.URLRedirectMgr.md",
2725
+ "preview": "- [dw.web.URLRedirectMgr](dw.web.URLRedirectMgr.md)"
2726
+ },
2727
+ {
2728
+ "id": "dw.web.URLUtils",
2729
+ "title": "Class URLUtils",
2730
+ "filePath": "dw.web.URLUtils.md",
2731
+ "preview": "- [dw.web.URLUtils](dw.web.URLUtils.md)"
2732
+ },
2733
+ {
2734
+ "id": "dw.ws",
2735
+ "title": "Package dw.ws",
2736
+ "filePath": "dw.ws.md"
2737
+ },
2738
+ {
2739
+ "id": "dw.ws.Port",
2740
+ "title": "Class Port",
2741
+ "filePath": "dw.ws.Port.md",
2742
+ "preview": "- [dw.ws.Port](dw.ws.Port.md)"
2743
+ },
2744
+ {
2745
+ "id": "dw.ws.WebReference2",
2746
+ "title": "Class WebReference2",
2747
+ "filePath": "dw.ws.WebReference2.md",
2748
+ "preview": "- [dw.ws.WebReference2](dw.ws.WebReference2.md)"
2749
+ },
2750
+ {
2751
+ "id": "dw.ws.WSUtil",
2752
+ "title": "Class WSUtil",
2753
+ "filePath": "dw.ws.WSUtil.md",
2754
+ "preview": "- [dw.ws.WSUtil](dw.ws.WSUtil.md)"
2755
+ },
2756
+ {
2757
+ "id": "index",
2758
+ "title": "B2C Commerce Script API 26.1",
2759
+ "filePath": "index.md"
2760
+ },
2761
+ {
2762
+ "id": "TopLevel",
2763
+ "title": "Package TopLevel",
2764
+ "filePath": "TopLevel.md"
2765
+ },
2766
+ {
2767
+ "id": "TopLevel.APIException",
2768
+ "title": "Class APIException",
2769
+ "filePath": "TopLevel.APIException.md",
2770
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2771
+ },
2772
+ {
2773
+ "id": "TopLevel.arguments",
2774
+ "title": "Class arguments",
2775
+ "filePath": "TopLevel.arguments.md",
2776
+ "preview": "- [TopLevel.arguments](TopLevel.arguments.md)"
2777
+ },
2778
+ {
2779
+ "id": "TopLevel.Array",
2780
+ "title": "Class Array",
2781
+ "filePath": "TopLevel.Array.md",
2782
+ "preview": "- [TopLevel.Array](TopLevel.Array.md)"
2783
+ },
2784
+ {
2785
+ "id": "TopLevel.ArrayBuffer",
2786
+ "title": "Class ArrayBuffer",
2787
+ "filePath": "TopLevel.ArrayBuffer.md",
2788
+ "preview": "- [TopLevel.ArrayBuffer](TopLevel.ArrayBuffer.md)"
2789
+ },
2790
+ {
2791
+ "id": "TopLevel.BigInt",
2792
+ "title": "Class BigInt",
2793
+ "filePath": "TopLevel.BigInt.md",
2794
+ "preview": "- [TopLevel.BigInt](TopLevel.BigInt.md)"
2795
+ },
2796
+ {
2797
+ "id": "TopLevel.Boolean",
2798
+ "title": "Class Boolean",
2799
+ "filePath": "TopLevel.Boolean.md",
2800
+ "preview": "- [TopLevel.Boolean](TopLevel.Boolean.md)"
2801
+ },
2802
+ {
2803
+ "id": "TopLevel.ConversionError",
2804
+ "title": "Class ConversionError",
2805
+ "filePath": "TopLevel.ConversionError.md",
2806
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2807
+ },
2808
+ {
2809
+ "id": "TopLevel.DataView",
2810
+ "title": "Class DataView",
2811
+ "filePath": "TopLevel.DataView.md",
2812
+ "preview": "- [TopLevel.DataView](TopLevel.DataView.md)"
2813
+ },
2814
+ {
2815
+ "id": "TopLevel.Date",
2816
+ "title": "Class Date",
2817
+ "filePath": "TopLevel.Date.md",
2818
+ "preview": "- [TopLevel.Date](TopLevel.Date.md)"
2819
+ },
2820
+ {
2821
+ "id": "TopLevel.Error",
2822
+ "title": "Class Error",
2823
+ "filePath": "TopLevel.Error.md",
2824
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2825
+ },
2826
+ {
2827
+ "id": "TopLevel.ES6Iterator",
2828
+ "title": "Class ES6Iterator",
2829
+ "filePath": "TopLevel.ES6Iterator.md",
2830
+ "preview": "- [TopLevel.ES6Iterator](TopLevel.ES6Iterator.md)"
2831
+ },
2832
+ {
2833
+ "id": "TopLevel.EvalError",
2834
+ "title": "Class EvalError",
2835
+ "filePath": "TopLevel.EvalError.md",
2836
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2837
+ },
2838
+ {
2839
+ "id": "TopLevel.Fault",
2840
+ "title": "Class Fault",
2841
+ "filePath": "TopLevel.Fault.md",
2842
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2843
+ },
2844
+ {
2845
+ "id": "TopLevel.Float32Array",
2846
+ "title": "Class Float32Array",
2847
+ "filePath": "TopLevel.Float32Array.md",
2848
+ "preview": "- [TopLevel.Float32Array](TopLevel.Float32Array.md)"
2849
+ },
2850
+ {
2851
+ "id": "TopLevel.Float64Array",
2852
+ "title": "Class Float64Array",
2853
+ "filePath": "TopLevel.Float64Array.md",
2854
+ "preview": "- [TopLevel.Float64Array](TopLevel.Float64Array.md)"
2855
+ },
2856
+ {
2857
+ "id": "TopLevel.Function",
2858
+ "title": "Class Function",
2859
+ "filePath": "TopLevel.Function.md",
2860
+ "preview": "- [TopLevel.Function](TopLevel.Function.md)"
2861
+ },
2862
+ {
2863
+ "id": "TopLevel.Generator",
2864
+ "title": "Class Generator",
2865
+ "filePath": "TopLevel.Generator.md",
2866
+ "preview": "- [TopLevel.Generator](TopLevel.Generator.md)"
2867
+ },
2868
+ {
2869
+ "id": "TopLevel.global",
2870
+ "title": "Class global",
2871
+ "filePath": "TopLevel.global.md",
2872
+ "preview": "- [TopLevel.global](TopLevel.global.md)"
2873
+ },
2874
+ {
2875
+ "id": "TopLevel.Int16Array",
2876
+ "title": "Class Int16Array",
2877
+ "filePath": "TopLevel.Int16Array.md",
2878
+ "preview": "- [TopLevel.Int16Array](TopLevel.Int16Array.md)"
2879
+ },
2880
+ {
2881
+ "id": "TopLevel.Int32Array",
2882
+ "title": "Class Int32Array",
2883
+ "filePath": "TopLevel.Int32Array.md",
2884
+ "preview": "- [TopLevel.Int32Array](TopLevel.Int32Array.md)"
2885
+ },
2886
+ {
2887
+ "id": "TopLevel.Int8Array",
2888
+ "title": "Class Int8Array",
2889
+ "filePath": "TopLevel.Int8Array.md",
2890
+ "preview": "- [TopLevel.Int8Array](TopLevel.Int8Array.md)"
2891
+ },
2892
+ {
2893
+ "id": "TopLevel.InternalError",
2894
+ "title": "Class InternalError",
2895
+ "filePath": "TopLevel.InternalError.md",
2896
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2897
+ },
2898
+ {
2899
+ "id": "TopLevel.IOError",
2900
+ "title": "Class IOError",
2901
+ "filePath": "TopLevel.IOError.md",
2902
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2903
+ },
2904
+ {
2905
+ "id": "TopLevel.Iterable",
2906
+ "title": "Class Iterable",
2907
+ "filePath": "TopLevel.Iterable.md",
2908
+ "preview": "- [TopLevel.Iterable](TopLevel.Iterable.md)"
2909
+ },
2910
+ {
2911
+ "id": "TopLevel.Iterator",
2912
+ "title": "Class Iterator",
2913
+ "filePath": "TopLevel.Iterator.md",
2914
+ "preview": "- [TopLevel.Iterator](TopLevel.Iterator.md)"
2915
+ },
2916
+ {
2917
+ "id": "TopLevel.JSON",
2918
+ "title": "Class JSON",
2919
+ "filePath": "TopLevel.JSON.md",
2920
+ "preview": "- [TopLevel.JSON](TopLevel.JSON.md)"
2921
+ },
2922
+ {
2923
+ "id": "TopLevel.Map",
2924
+ "title": "Class Map",
2925
+ "filePath": "TopLevel.Map.md",
2926
+ "preview": "- [TopLevel.Map](TopLevel.Map.md)"
2927
+ },
2928
+ {
2929
+ "id": "TopLevel.Math",
2930
+ "title": "Class Math",
2931
+ "filePath": "TopLevel.Math.md",
2932
+ "preview": "- [TopLevel.Math](TopLevel.Math.md)"
2933
+ },
2934
+ {
2935
+ "id": "TopLevel.Module",
2936
+ "title": "Class Module",
2937
+ "filePath": "TopLevel.Module.md",
2938
+ "preview": "- [TopLevel.Module](TopLevel.Module.md)"
2939
+ },
2940
+ {
2941
+ "id": "TopLevel.Namespace",
2942
+ "title": "Class Namespace",
2943
+ "filePath": "TopLevel.Namespace.md",
2944
+ "preview": "- [TopLevel.Namespace](TopLevel.Namespace.md)"
2945
+ },
2946
+ {
2947
+ "id": "TopLevel.Number",
2948
+ "title": "Class Number",
2949
+ "filePath": "TopLevel.Number.md",
2950
+ "preview": "- [TopLevel.Number](TopLevel.Number.md)"
2951
+ },
2952
+ {
2953
+ "id": "TopLevel.Object",
2954
+ "title": "Class Object",
2955
+ "filePath": "TopLevel.Object.md",
2956
+ "preview": "The _Object_ object is the foundation of all native JavaScript objects. Also,"
2957
+ },
2958
+ {
2959
+ "id": "TopLevel.QName",
2960
+ "title": "Class QName",
2961
+ "filePath": "TopLevel.QName.md",
2962
+ "preview": "- [TopLevel.QName](TopLevel.QName.md)"
2963
+ },
2964
+ {
2965
+ "id": "TopLevel.RangeError",
2966
+ "title": "Class RangeError",
2967
+ "filePath": "TopLevel.RangeError.md",
2968
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2969
+ },
2970
+ {
2971
+ "id": "TopLevel.ReferenceError",
2972
+ "title": "Class ReferenceError",
2973
+ "filePath": "TopLevel.ReferenceError.md",
2974
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
2975
+ },
2976
+ {
2977
+ "id": "TopLevel.RegExp",
2978
+ "title": "Class RegExp",
2979
+ "filePath": "TopLevel.RegExp.md",
2980
+ "preview": "- [TopLevel.RegExp](TopLevel.RegExp.md)"
2981
+ },
2982
+ {
2983
+ "id": "TopLevel.Set",
2984
+ "title": "Class Set",
2985
+ "filePath": "TopLevel.Set.md",
2986
+ "preview": "- [TopLevel.Set](TopLevel.Set.md)"
2987
+ },
2988
+ {
2989
+ "id": "TopLevel.StopIteration",
2990
+ "title": "Class StopIteration",
2991
+ "filePath": "TopLevel.StopIteration.md",
2992
+ "preview": "- [TopLevel.StopIteration](TopLevel.StopIteration.md)"
2993
+ },
2994
+ {
2995
+ "id": "TopLevel.String",
2996
+ "title": "Class String",
2997
+ "filePath": "TopLevel.String.md",
2998
+ "preview": "- [TopLevel.String](TopLevel.String.md)"
2999
+ },
3000
+ {
3001
+ "id": "TopLevel.Symbol",
3002
+ "title": "Class Symbol",
3003
+ "filePath": "TopLevel.Symbol.md",
3004
+ "preview": "- [TopLevel.Symbol](TopLevel.Symbol.md)"
3005
+ },
3006
+ {
3007
+ "id": "TopLevel.SyntaxError",
3008
+ "title": "Class SyntaxError",
3009
+ "filePath": "TopLevel.SyntaxError.md",
3010
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
3011
+ },
3012
+ {
3013
+ "id": "TopLevel.SystemError",
3014
+ "title": "Class SystemError",
3015
+ "filePath": "TopLevel.SystemError.md",
3016
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
3017
+ },
3018
+ {
3019
+ "id": "TopLevel.TypeError",
3020
+ "title": "Class TypeError",
3021
+ "filePath": "TopLevel.TypeError.md",
3022
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
3023
+ },
3024
+ {
3025
+ "id": "TopLevel.Uint16Array",
3026
+ "title": "Class Uint16Array",
3027
+ "filePath": "TopLevel.Uint16Array.md",
3028
+ "preview": "- [TopLevel.Uint16Array](TopLevel.Uint16Array.md)"
3029
+ },
3030
+ {
3031
+ "id": "TopLevel.Uint32Array",
3032
+ "title": "Class Uint32Array",
3033
+ "filePath": "TopLevel.Uint32Array.md",
3034
+ "preview": "- [TopLevel.Uint32Array](TopLevel.Uint32Array.md)"
3035
+ },
3036
+ {
3037
+ "id": "TopLevel.Uint8Array",
3038
+ "title": "Class Uint8Array",
3039
+ "filePath": "TopLevel.Uint8Array.md",
3040
+ "preview": "- [TopLevel.Uint8Array](TopLevel.Uint8Array.md)"
3041
+ },
3042
+ {
3043
+ "id": "TopLevel.Uint8ClampedArray",
3044
+ "title": "Class Uint8ClampedArray",
3045
+ "filePath": "TopLevel.Uint8ClampedArray.md",
3046
+ "preview": "- [TopLevel.Uint8ClampedArray](TopLevel.Uint8ClampedArray.md)"
3047
+ },
3048
+ {
3049
+ "id": "TopLevel.URIError",
3050
+ "title": "Class URIError",
3051
+ "filePath": "TopLevel.URIError.md",
3052
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
3053
+ },
3054
+ {
3055
+ "id": "TopLevel.WeakMap",
3056
+ "title": "Class WeakMap",
3057
+ "filePath": "TopLevel.WeakMap.md",
3058
+ "preview": "- [TopLevel.WeakMap](TopLevel.WeakMap.md)"
3059
+ },
3060
+ {
3061
+ "id": "TopLevel.WeakSet",
3062
+ "title": "Class WeakSet",
3063
+ "filePath": "TopLevel.WeakSet.md",
3064
+ "preview": "- [TopLevel.WeakSet](TopLevel.WeakSet.md)"
3065
+ },
3066
+ {
3067
+ "id": "TopLevel.XML",
3068
+ "title": "Class XML",
3069
+ "filePath": "TopLevel.XML.md",
3070
+ "preview": "- [TopLevel.XML](TopLevel.XML.md)"
3071
+ },
3072
+ {
3073
+ "id": "TopLevel.XMLList",
3074
+ "title": "Class XMLList",
3075
+ "filePath": "TopLevel.XMLList.md",
3076
+ "preview": "- [TopLevel.XMLList](TopLevel.XMLList.md)"
3077
+ },
3078
+ {
3079
+ "id": "TopLevel.XMLStreamError",
3080
+ "title": "Class XMLStreamError",
3081
+ "filePath": "TopLevel.XMLStreamError.md",
3082
+ "preview": "- [TopLevel.Error](TopLevel.Error.md)"
3083
+ }
3084
+ ]
3085
+ }