UNPKG

@spartacus/core

Version:

Spartacus - the core framework

1,128 lines 155 kB
export var Occ; (function (Occ) { /** * The page robot information is exposed with 4 string values. */ let PageRobots; (function (PageRobots) { PageRobots["INDEX_FOLLOW"] = "INDEX_FOLLOW"; PageRobots["NOINDEX_FOLLOW"] = "NOINDEX_FOLLOW"; PageRobots["INDEX_NOFOLLOW"] = "INDEX_NOFOLLOW"; PageRobots["NOINDEX_NOFOLLOW"] = "NOINDEX_NOFOLLOW"; })(PageRobots = Occ.PageRobots || (Occ.PageRobots = {})); /** * Possible order entry statuses */ let OrderEntryStatus; (function (OrderEntryStatus) { OrderEntryStatus["Success"] = "SUCCESS"; OrderEntryStatus["Info"] = "INFO"; OrderEntryStatus["Warning"] = "WARNING"; OrderEntryStatus["Error"] = "ERROR"; })(OrderEntryStatus = Occ.OrderEntryStatus || (Occ.OrderEntryStatus = {})); /** * Defines values for PriceType. * Possible values include: 'BUY', 'FROM' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: PriceType = <PriceType>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let PriceType; (function (PriceType) { PriceType["BUY"] = "BUY"; PriceType["FROM"] = "FROM"; })(PriceType = Occ.PriceType || (Occ.PriceType = {})); /** * Defines values for ImageType. * Possible values include: 'PRIMARY', 'GALLERY' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: ImageType = <ImageType>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let ImageType; (function (ImageType) { ImageType["PRIMARY"] = "PRIMARY"; ImageType["GALLERY"] = "GALLERY"; })(ImageType = Occ.ImageType || (Occ.ImageType = {})); /** * Defines values for Fields. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields = <Fields>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields; (function (Fields) { Fields["BASIC"] = "BASIC"; Fields["DEFAULT"] = "DEFAULT"; Fields["FULL"] = "FULL"; })(Fields = Occ.Fields || (Occ.Fields = {})); /** * Defines values for Fields1. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields1 = <Fields1>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields1; (function (Fields1) { Fields1["BASIC"] = "BASIC"; Fields1["DEFAULT"] = "DEFAULT"; Fields1["FULL"] = "FULL"; })(Fields1 = Occ.Fields1 || (Occ.Fields1 = {})); /** * Defines values for Fields2. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields2 = <Fields2>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields2; (function (Fields2) { Fields2["BASIC"] = "BASIC"; Fields2["DEFAULT"] = "DEFAULT"; Fields2["FULL"] = "FULL"; })(Fields2 = Occ.Fields2 || (Occ.Fields2 = {})); /** * Defines values for Fields3. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields3 = <Fields3>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields3; (function (Fields3) { Fields3["BASIC"] = "BASIC"; Fields3["DEFAULT"] = "DEFAULT"; Fields3["FULL"] = "FULL"; })(Fields3 = Occ.Fields3 || (Occ.Fields3 = {})); /** * Defines values for Fields4. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields4 = <Fields4>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields4; (function (Fields4) { Fields4["BASIC"] = "BASIC"; Fields4["DEFAULT"] = "DEFAULT"; Fields4["FULL"] = "FULL"; })(Fields4 = Occ.Fields4 || (Occ.Fields4 = {})); /** * Defines values for Fields5. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields5 = <Fields5>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields5; (function (Fields5) { Fields5["BASIC"] = "BASIC"; Fields5["DEFAULT"] = "DEFAULT"; Fields5["FULL"] = "FULL"; })(Fields5 = Occ.Fields5 || (Occ.Fields5 = {})); /** * Defines values for Fields6. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields6 = <Fields6>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields6; (function (Fields6) { Fields6["BASIC"] = "BASIC"; Fields6["DEFAULT"] = "DEFAULT"; Fields6["FULL"] = "FULL"; })(Fields6 = Occ.Fields6 || (Occ.Fields6 = {})); /** * Defines values for PageType. * Possible values include: 'ContentPage', 'ProductPage', 'CategoryPage', * 'CatalogPage' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: PageType = <PageType>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let PageType; (function (PageType) { PageType["CONTENT_PAGE"] = "ContentPage"; PageType["PRODUCT_PAGE"] = "ProductPage"; PageType["CATEGORY_PAGE"] = "CategoryPage"; PageType["CATALOG_PAGE"] = "CatalogPage"; })(PageType = Occ.PageType || (Occ.PageType = {})); /** * Defines values for Fields7. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields7 = <Fields7>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields7; (function (Fields7) { Fields7["BASIC"] = "BASIC"; Fields7["DEFAULT"] = "DEFAULT"; Fields7["FULL"] = "FULL"; })(Fields7 = Occ.Fields7 || (Occ.Fields7 = {})); /** * Defines values for Fields8. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields8 = <Fields8>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields8; (function (Fields8) { Fields8["BASIC"] = "BASIC"; Fields8["DEFAULT"] = "DEFAULT"; Fields8["FULL"] = "FULL"; })(Fields8 = Occ.Fields8 || (Occ.Fields8 = {})); /** * Defines values for Fields9. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields9 = <Fields9>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields9; (function (Fields9) { Fields9["BASIC"] = "BASIC"; Fields9["DEFAULT"] = "DEFAULT"; Fields9["FULL"] = "FULL"; })(Fields9 = Occ.Fields9 || (Occ.Fields9 = {})); /** * Defines values for Fields10. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields10 = <Fields10>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields10; (function (Fields10) { Fields10["BASIC"] = "BASIC"; Fields10["DEFAULT"] = "DEFAULT"; Fields10["FULL"] = "FULL"; })(Fields10 = Occ.Fields10 || (Occ.Fields10 = {})); /** * Defines values for Fields11. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields11 = <Fields11>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields11; (function (Fields11) { Fields11["BASIC"] = "BASIC"; Fields11["DEFAULT"] = "DEFAULT"; Fields11["FULL"] = "FULL"; })(Fields11 = Occ.Fields11 || (Occ.Fields11 = {})); /** * Defines values for Fields12. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields12 = <Fields12>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields12; (function (Fields12) { Fields12["BASIC"] = "BASIC"; Fields12["DEFAULT"] = "DEFAULT"; Fields12["FULL"] = "FULL"; })(Fields12 = Occ.Fields12 || (Occ.Fields12 = {})); /** * Defines values for Fields13. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields13 = <Fields13>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields13; (function (Fields13) { Fields13["BASIC"] = "BASIC"; Fields13["DEFAULT"] = "DEFAULT"; Fields13["FULL"] = "FULL"; })(Fields13 = Occ.Fields13 || (Occ.Fields13 = {})); /** * Defines values for Fields14. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields14 = <Fields14>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields14; (function (Fields14) { Fields14["BASIC"] = "BASIC"; Fields14["DEFAULT"] = "DEFAULT"; Fields14["FULL"] = "FULL"; })(Fields14 = Occ.Fields14 || (Occ.Fields14 = {})); /** * Defines values for Fields15. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields15 = <Fields15>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields15; (function (Fields15) { Fields15["BASIC"] = "BASIC"; Fields15["DEFAULT"] = "DEFAULT"; Fields15["FULL"] = "FULL"; })(Fields15 = Occ.Fields15 || (Occ.Fields15 = {})); /** * Defines values for Fields16. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields16 = <Fields16>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields16; (function (Fields16) { Fields16["BASIC"] = "BASIC"; Fields16["DEFAULT"] = "DEFAULT"; Fields16["FULL"] = "FULL"; })(Fields16 = Occ.Fields16 || (Occ.Fields16 = {})); /** * Defines values for SortEnum. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: SortEnum = <SortEnum>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let SortEnum; (function (SortEnum) { SortEnum["BASIC"] = "BASIC"; SortEnum["DEFAULT"] = "DEFAULT"; SortEnum["FULL"] = "FULL"; })(SortEnum = Occ.SortEnum || (Occ.SortEnum = {})); /** * Defines values for Fields17. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields17 = <Fields17>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields17; (function (Fields17) { Fields17["BASIC"] = "BASIC"; Fields17["DEFAULT"] = "DEFAULT"; Fields17["FULL"] = "FULL"; })(Fields17 = Occ.Fields17 || (Occ.Fields17 = {})); /** * Defines values for Fields18. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields18 = <Fields18>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields18; (function (Fields18) { Fields18["BASIC"] = "BASIC"; Fields18["DEFAULT"] = "DEFAULT"; Fields18["FULL"] = "FULL"; })(Fields18 = Occ.Fields18 || (Occ.Fields18 = {})); /** * Defines values for Fields19. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields19 = <Fields19>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields19; (function (Fields19) { Fields19["BASIC"] = "BASIC"; Fields19["DEFAULT"] = "DEFAULT"; Fields19["FULL"] = "FULL"; })(Fields19 = Occ.Fields19 || (Occ.Fields19 = {})); /** * Defines values for Fields20. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields20 = <Fields20>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields20; (function (Fields20) { Fields20["BASIC"] = "BASIC"; Fields20["DEFAULT"] = "DEFAULT"; Fields20["FULL"] = "FULL"; })(Fields20 = Occ.Fields20 || (Occ.Fields20 = {})); /** * Defines values for Fields21. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields21 = <Fields21>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields21; (function (Fields21) { Fields21["BASIC"] = "BASIC"; Fields21["DEFAULT"] = "DEFAULT"; Fields21["FULL"] = "FULL"; })(Fields21 = Occ.Fields21 || (Occ.Fields21 = {})); /** * Defines values for Fields22. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields22 = <Fields22>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields22; (function (Fields22) { Fields22["BASIC"] = "BASIC"; Fields22["DEFAULT"] = "DEFAULT"; Fields22["FULL"] = "FULL"; })(Fields22 = Occ.Fields22 || (Occ.Fields22 = {})); /** * Defines values for Fields23. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields23 = <Fields23>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields23; (function (Fields23) { Fields23["BASIC"] = "BASIC"; Fields23["DEFAULT"] = "DEFAULT"; Fields23["FULL"] = "FULL"; })(Fields23 = Occ.Fields23 || (Occ.Fields23 = {})); /** * Defines values for Fields24. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields24 = <Fields24>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields24; (function (Fields24) { Fields24["BASIC"] = "BASIC"; Fields24["DEFAULT"] = "DEFAULT"; Fields24["FULL"] = "FULL"; })(Fields24 = Occ.Fields24 || (Occ.Fields24 = {})); /** * Defines values for Fields25. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields25 = <Fields25>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields25; (function (Fields25) { Fields25["BASIC"] = "BASIC"; Fields25["DEFAULT"] = "DEFAULT"; Fields25["FULL"] = "FULL"; })(Fields25 = Occ.Fields25 || (Occ.Fields25 = {})); /** * Defines values for Fields26. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields26 = <Fields26>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields26; (function (Fields26) { Fields26["BASIC"] = "BASIC"; Fields26["DEFAULT"] = "DEFAULT"; Fields26["FULL"] = "FULL"; })(Fields26 = Occ.Fields26 || (Occ.Fields26 = {})); /** * Defines values for Fields27. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields27 = <Fields27>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields27; (function (Fields27) { Fields27["BASIC"] = "BASIC"; Fields27["DEFAULT"] = "DEFAULT"; Fields27["FULL"] = "FULL"; })(Fields27 = Occ.Fields27 || (Occ.Fields27 = {})); /** * Defines values for Fields28. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields28 = <Fields28>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields28; (function (Fields28) { Fields28["BASIC"] = "BASIC"; Fields28["DEFAULT"] = "DEFAULT"; Fields28["FULL"] = "FULL"; })(Fields28 = Occ.Fields28 || (Occ.Fields28 = {})); /** * Defines values for Fields29. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields29 = <Fields29>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields29; (function (Fields29) { Fields29["BASIC"] = "BASIC"; Fields29["DEFAULT"] = "DEFAULT"; Fields29["FULL"] = "FULL"; })(Fields29 = Occ.Fields29 || (Occ.Fields29 = {})); /** * Defines values for Fields30. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields30 = <Fields30>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields30; (function (Fields30) { Fields30["BASIC"] = "BASIC"; Fields30["DEFAULT"] = "DEFAULT"; Fields30["FULL"] = "FULL"; })(Fields30 = Occ.Fields30 || (Occ.Fields30 = {})); /** * Defines values for Fields31. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields31 = <Fields31>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields31; (function (Fields31) { Fields31["BASIC"] = "BASIC"; Fields31["DEFAULT"] = "DEFAULT"; Fields31["FULL"] = "FULL"; })(Fields31 = Occ.Fields31 || (Occ.Fields31 = {})); /** * Defines values for Fields32. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields32 = <Fields32>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields32; (function (Fields32) { Fields32["BASIC"] = "BASIC"; Fields32["DEFAULT"] = "DEFAULT"; Fields32["FULL"] = "FULL"; })(Fields32 = Occ.Fields32 || (Occ.Fields32 = {})); /** * Defines values for Fields33. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields33 = <Fields33>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields33; (function (Fields33) { Fields33["BASIC"] = "BASIC"; Fields33["DEFAULT"] = "DEFAULT"; Fields33["FULL"] = "FULL"; })(Fields33 = Occ.Fields33 || (Occ.Fields33 = {})); /** * Defines values for Fields34. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields34 = <Fields34>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields34; (function (Fields34) { Fields34["BASIC"] = "BASIC"; Fields34["DEFAULT"] = "DEFAULT"; Fields34["FULL"] = "FULL"; })(Fields34 = Occ.Fields34 || (Occ.Fields34 = {})); /** * Defines values for Fields35. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields35 = <Fields35>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields35; (function (Fields35) { Fields35["BASIC"] = "BASIC"; Fields35["DEFAULT"] = "DEFAULT"; Fields35["FULL"] = "FULL"; })(Fields35 = Occ.Fields35 || (Occ.Fields35 = {})); /** * Defines values for Fields36. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields36 = <Fields36>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields36; (function (Fields36) { Fields36["BASIC"] = "BASIC"; Fields36["DEFAULT"] = "DEFAULT"; Fields36["FULL"] = "FULL"; })(Fields36 = Occ.Fields36 || (Occ.Fields36 = {})); /** * Defines values for Fields37. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields37 = <Fields37>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields37; (function (Fields37) { Fields37["BASIC"] = "BASIC"; Fields37["DEFAULT"] = "DEFAULT"; Fields37["FULL"] = "FULL"; })(Fields37 = Occ.Fields37 || (Occ.Fields37 = {})); /** * Defines values for Fields38. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields38 = <Fields38>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields38; (function (Fields38) { Fields38["BASIC"] = "BASIC"; Fields38["DEFAULT"] = "DEFAULT"; Fields38["FULL"] = "FULL"; })(Fields38 = Occ.Fields38 || (Occ.Fields38 = {})); /** * Defines values for Fields39. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields39 = <Fields39>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields39; (function (Fields39) { Fields39["BASIC"] = "BASIC"; Fields39["DEFAULT"] = "DEFAULT"; Fields39["FULL"] = "FULL"; })(Fields39 = Occ.Fields39 || (Occ.Fields39 = {})); /** * Defines values for Fields40. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields40 = <Fields40>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields40; (function (Fields40) { Fields40["BASIC"] = "BASIC"; Fields40["DEFAULT"] = "DEFAULT"; Fields40["FULL"] = "FULL"; })(Fields40 = Occ.Fields40 || (Occ.Fields40 = {})); /** * Defines values for Fields41. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields41 = <Fields41>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields41; (function (Fields41) { Fields41["BASIC"] = "BASIC"; Fields41["DEFAULT"] = "DEFAULT"; Fields41["FULL"] = "FULL"; })(Fields41 = Occ.Fields41 || (Occ.Fields41 = {})); /** * Defines values for Fields42. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields42 = <Fields42>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields42; (function (Fields42) { Fields42["BASIC"] = "BASIC"; Fields42["DEFAULT"] = "DEFAULT"; Fields42["FULL"] = "FULL"; })(Fields42 = Occ.Fields42 || (Occ.Fields42 = {})); /** * Defines values for Fields43. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields43 = <Fields43>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields43; (function (Fields43) { Fields43["BASIC"] = "BASIC"; Fields43["DEFAULT"] = "DEFAULT"; Fields43["FULL"] = "FULL"; })(Fields43 = Occ.Fields43 || (Occ.Fields43 = {})); /** * Defines values for Fields44. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields44 = <Fields44>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields44; (function (Fields44) { Fields44["BASIC"] = "BASIC"; Fields44["DEFAULT"] = "DEFAULT"; Fields44["FULL"] = "FULL"; })(Fields44 = Occ.Fields44 || (Occ.Fields44 = {})); /** * Defines values for Fields45. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields45 = <Fields45>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields45; (function (Fields45) { Fields45["BASIC"] = "BASIC"; Fields45["DEFAULT"] = "DEFAULT"; Fields45["FULL"] = "FULL"; })(Fields45 = Occ.Fields45 || (Occ.Fields45 = {})); /** * Defines values for Fields46. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields46 = <Fields46>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields46; (function (Fields46) { Fields46["BASIC"] = "BASIC"; Fields46["DEFAULT"] = "DEFAULT"; Fields46["FULL"] = "FULL"; })(Fields46 = Occ.Fields46 || (Occ.Fields46 = {})); /** * Defines values for Fields47. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields47 = <Fields47>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields47; (function (Fields47) { Fields47["BASIC"] = "BASIC"; Fields47["DEFAULT"] = "DEFAULT"; Fields47["FULL"] = "FULL"; })(Fields47 = Occ.Fields47 || (Occ.Fields47 = {})); /** * Defines values for Fields48. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields48 = <Fields48>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields48; (function (Fields48) { Fields48["BASIC"] = "BASIC"; Fields48["DEFAULT"] = "DEFAULT"; Fields48["FULL"] = "FULL"; })(Fields48 = Occ.Fields48 || (Occ.Fields48 = {})); /** * Defines values for Fields49. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields49 = <Fields49>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields49; (function (Fields49) { Fields49["BASIC"] = "BASIC"; Fields49["DEFAULT"] = "DEFAULT"; Fields49["FULL"] = "FULL"; })(Fields49 = Occ.Fields49 || (Occ.Fields49 = {})); /** * Defines values for Fields50. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields50 = <Fields50>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields50; (function (Fields50) { Fields50["BASIC"] = "BASIC"; Fields50["DEFAULT"] = "DEFAULT"; Fields50["FULL"] = "FULL"; })(Fields50 = Occ.Fields50 || (Occ.Fields50 = {})); /** * Defines values for Fields51. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields51 = <Fields51>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields51; (function (Fields51) { Fields51["BASIC"] = "BASIC"; Fields51["DEFAULT"] = "DEFAULT"; Fields51["FULL"] = "FULL"; })(Fields51 = Occ.Fields51 || (Occ.Fields51 = {})); /** * Defines values for Fields52. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields52 = <Fields52>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields52; (function (Fields52) { Fields52["BASIC"] = "BASIC"; Fields52["DEFAULT"] = "DEFAULT"; Fields52["FULL"] = "FULL"; })(Fields52 = Occ.Fields52 || (Occ.Fields52 = {})); /** * Defines values for Fields53. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields53 = <Fields53>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields53; (function (Fields53) { Fields53["BASIC"] = "BASIC"; Fields53["DEFAULT"] = "DEFAULT"; Fields53["FULL"] = "FULL"; })(Fields53 = Occ.Fields53 || (Occ.Fields53 = {})); /** * Defines values for Fields54. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields54 = <Fields54>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields54; (function (Fields54) { Fields54["BASIC"] = "BASIC"; Fields54["DEFAULT"] = "DEFAULT"; Fields54["FULL"] = "FULL"; })(Fields54 = Occ.Fields54 || (Occ.Fields54 = {})); /** * Defines values for Fields55. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields55 = <Fields55>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields55; (function (Fields55) { Fields55["BASIC"] = "BASIC"; Fields55["DEFAULT"] = "DEFAULT"; Fields55["FULL"] = "FULL"; })(Fields55 = Occ.Fields55 || (Occ.Fields55 = {})); /** * Defines values for Fields56. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields56 = <Fields56>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields56; (function (Fields56) { Fields56["BASIC"] = "BASIC"; Fields56["DEFAULT"] = "DEFAULT"; Fields56["FULL"] = "FULL"; })(Fields56 = Occ.Fields56 || (Occ.Fields56 = {})); /** * Defines values for Fields57. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields57 = <Fields57>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields57; (function (Fields57) { Fields57["BASIC"] = "BASIC"; Fields57["DEFAULT"] = "DEFAULT"; Fields57["FULL"] = "FULL"; })(Fields57 = Occ.Fields57 || (Occ.Fields57 = {})); /** * Defines values for Fields58. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields58 = <Fields58>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields58; (function (Fields58) { Fields58["BASIC"] = "BASIC"; Fields58["DEFAULT"] = "DEFAULT"; Fields58["FULL"] = "FULL"; })(Fields58 = Occ.Fields58 || (Occ.Fields58 = {})); /** * Defines values for Fields59. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields59 = <Fields59>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields59; (function (Fields59) { Fields59["BASIC"] = "BASIC"; Fields59["DEFAULT"] = "DEFAULT"; Fields59["FULL"] = "FULL"; })(Fields59 = Occ.Fields59 || (Occ.Fields59 = {})); /** * Defines values for Fields60. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields60 = <Fields60>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields60; (function (Fields60) { Fields60["BASIC"] = "BASIC"; Fields60["DEFAULT"] = "DEFAULT"; Fields60["FULL"] = "FULL"; })(Fields60 = Occ.Fields60 || (Occ.Fields60 = {})); /** * Defines values for Fields61. * Possible values include: 'BASIC', 'DEFAULT', 'FULL' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Fields61 = <Fields61>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Fields61; (function (Fields61) { Fields61["BASIC"] = "BASIC"; Fields61["DEFAULT"] = "DEFAULT"; Fields61["FULL"] = "FULL"; })(Fields61 = Occ.Fields61 || (Occ.Fields61 = {})); /** * Defines values for Type. * Possible values include: 'all', 'product', 'order' * There could be more values for this enum apart from the ones defined here.If * you want to set a value that is not from the known values then you can do * the following: * let param: Type = <Type>"someUnknownValueThatWillStillBeValid"; * @readonly * @enum {string} */ let Type; (function (Type) { Type["All"] = "all"; Type["Product"] = "product"; Type["Order"] = "order"; })(Type = Occ.Type || (Occ.Type = {})); let CONSENT_STATUS; (function (CONSENT_STATUS) { CONSENT_STATUS["ANONYMOUS_CONSENT_GIVEN"] = "GIVEN"; CONSENT_STATUS["ANONYMOUS_CONSENT_WITHDRAWN"] = "WITHDRAWN"; })(CONSENT_STATUS = Occ.CONSENT_STATUS || (Occ.CONSENT_STATUS = {})); let NotificationType; (function (NotificationType) { NotificationType["BACK_IN_STOCK"] = "BACK_IN_STOCK"; })(NotificationType = Occ.NotificationType || (Occ.NotificationType = {})); let Period; (function (Period) { Period["DAY"] = "DAY"; Period["WEEK"] = "WEEK"; Period["MONTH"] = "MONTH"; Period["QUARTER"] = "QUARTER"; Period["YEAR"] = "YEAR"; })(Period = Occ.Period || (Occ.Period = {})); let DaysOfWeek; (function (DaysOfWeek) { DaysOfWeek["MONDAY"] = "MONDAY"; DaysOfWeek["TUESDAY"] = "TUESDAY"; DaysOfWeek["WEDNESDAY"] = "WEDNESDAY"; DaysOfWeek["THURSDAY"] = "THURSDAY"; DaysOfWeek["FRIDAY"] = "FRIDAY"; DaysOfWeek["SATURDAY"] = "SATURDAY"; DaysOfWeek["SUNDAY"] = "SUNDAY"; })(DaysOfWeek = Occ.DaysOfWeek || (Occ.DaysOfWeek = {})); let OrderApprovalDecisionValue; (function (OrderApprovalDecisionValue) { OrderApprovalDecisionValue["APPROVE"] = "APPROVE"; OrderApprovalDecisionValue["REJECT"] = "REJECT"; })(OrderApprovalDecisionValue = Occ.OrderApprovalDecisionValue || (Occ.OrderApprovalDecisionValue = {})); })(Occ || (Occ = {})); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2NjLm1vZGVscy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUvc3JjL29jYy9vY2MtbW9kZWxzL29jYy5tb2RlbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxLQUFXLEdBQUcsQ0EwckduQjtBQTFyR0QsV0FBaUIsR0FBRztJQStWbEI7O09BRUc7SUFDSCxJQUFZLFVBS1g7SUFMRCxXQUFZLFVBQVU7UUFDcEIsMkNBQTZCLENBQUE7UUFDN0IsK0NBQWlDLENBQUE7UUFDakMsK0NBQWlDLENBQUE7UUFDakMsbURBQXFDLENBQUE7SUFDdkMsQ0FBQyxFQUxXLFVBQVUsR0FBVixjQUFVLEtBQVYsY0FBVSxRQUtyQjtJQStqQkQ7O09BRUc7SUFDSCxJQUFZLGdCQUtYO0lBTEQsV0FBWSxnQkFBZ0I7UUFDMUIsdUNBQW1CLENBQUE7UUFDbkIsaUNBQWEsQ0FBQTtRQUNiLHVDQUFtQixDQUFBO1FBQ25CLG1DQUFlLENBQUE7SUFDakIsQ0FBQyxFQUxXLGdCQUFnQixHQUFoQixvQkFBZ0IsS0FBaEIsb0JBQWdCLFFBSzNCO0lBMjVCRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLFNBR1g7SUFIRCxXQUFZLFNBQVM7UUFDbkIsd0JBQVcsQ0FBQTtRQUNYLDBCQUFhLENBQUE7SUFDZixDQUFDLEVBSFcsU0FBUyxHQUFULGFBQVMsS0FBVCxhQUFTLFFBR3BCO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxTQUdYO0lBSEQsV0FBWSxTQUFTO1FBQ25CLGdDQUFtQixDQUFBO1FBQ25CLGdDQUFtQixDQUFBO0lBQ3JCLENBQUMsRUFIVyxTQUFTLEdBQVQsYUFBUyxLQUFULGFBQVMsUUFHcEI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLE1BSVg7SUFKRCxXQUFZLE1BQU07UUFDaEIseUJBQWUsQ0FBQTtRQUNmLDZCQUFtQixDQUFBO1FBQ25CLHVCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsTUFBTSxHQUFOLFVBQU0sS0FBTixVQUFNLFFBSWpCO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxPQUlYO0lBSkQsV0FBWSxPQUFPO1FBQ2pCLDBCQUFlLENBQUE7UUFDZiw4QkFBbUIsQ0FBQTtRQUNuQix3QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLE9BQU8sR0FBUCxXQUFPLEtBQVAsV0FBTyxRQUlsQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksT0FJWDtJQUpELFdBQVksT0FBTztRQUNqQiwwQkFBZSxDQUFBO1FBQ2YsOEJBQW1CLENBQUE7UUFDbkIsd0JBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxPQUFPLEdBQVAsV0FBTyxLQUFQLFdBQU8sUUFJbEI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLE9BSVg7SUFKRCxXQUFZLE9BQU87UUFDakIsMEJBQWUsQ0FBQTtRQUNmLDhCQUFtQixDQUFBO1FBQ25CLHdCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsT0FBTyxHQUFQLFdBQU8sS0FBUCxXQUFPLFFBSWxCO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxPQUlYO0lBSkQsV0FBWSxPQUFPO1FBQ2pCLDBCQUFlLENBQUE7UUFDZiw4QkFBbUIsQ0FBQTtRQUNuQix3QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLE9BQU8sR0FBUCxXQUFPLEtBQVAsV0FBTyxRQUlsQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksT0FJWDtJQUpELFdBQVksT0FBTztRQUNqQiwwQkFBZSxDQUFBO1FBQ2YsOEJBQW1CLENBQUE7UUFDbkIsd0JBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxPQUFPLEdBQVAsV0FBTyxLQUFQLFdBQU8sUUFJbEI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLE9BSVg7SUFKRCxXQUFZLE9BQU87UUFDakIsMEJBQWUsQ0FBQTtRQUNmLDhCQUFtQixDQUFBO1FBQ25CLHdCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsT0FBTyxHQUFQLFdBQU8sS0FBUCxXQUFPLFFBSWxCO0lBRUQ7Ozs7Ozs7Ozs7T0FVRztJQUNILElBQVksUUFLWDtJQUxELFdBQVksUUFBUTtRQUNsQix3Q0FBNEIsQ0FBQTtRQUM1Qix3Q0FBNEIsQ0FBQTtRQUM1QiwwQ0FBOEIsQ0FBQTtRQUM5Qix3Q0FBNEIsQ0FBQTtJQUM5QixDQUFDLEVBTFcsUUFBUSxHQUFSLFlBQVEsS0FBUixZQUFRLFFBS25CO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxPQUlYO0lBSkQsV0FBWSxPQUFPO1FBQ2pCLDBCQUFlLENBQUE7UUFDZiw4QkFBbUIsQ0FBQTtRQUNuQix3QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLE9BQU8sR0FBUCxXQUFPLEtBQVAsV0FBTyxRQUlsQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksT0FJWDtJQUpELFdBQVksT0FBTztRQUNqQiwwQkFBZSxDQUFBO1FBQ2YsOEJBQW1CLENBQUE7UUFDbkIsd0JBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxPQUFPLEdBQVAsV0FBTyxLQUFQLFdBQU8sUUFJbEI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLE9BSVg7SUFKRCxXQUFZLE9BQU87UUFDakIsMEJBQWUsQ0FBQTtRQUNmLDhCQUFtQixDQUFBO1FBQ25CLHdCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsT0FBTyxHQUFQLFdBQU8sS0FBUCxXQUFPLFFBSWxCO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxRQUlYO0lBSkQsV0FBWSxRQUFRO1FBQ2xCLDJCQUFlLENBQUE7UUFDZiwrQkFBbUIsQ0FBQTtRQUNuQix5QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLFFBQVEsR0FBUixZQUFRLEtBQVIsWUFBUSxRQUluQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksUUFJWDtJQUpELFdBQVksUUFBUTtRQUNsQiwyQkFBZSxDQUFBO1FBQ2YsK0JBQW1CLENBQUE7UUFDbkIseUJBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxRQUFRLEdBQVIsWUFBUSxLQUFSLFlBQVEsUUFJbkI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLFFBSVg7SUFKRCxXQUFZLFFBQVE7UUFDbEIsMkJBQWUsQ0FBQTtRQUNmLCtCQUFtQixDQUFBO1FBQ25CLHlCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsUUFBUSxHQUFSLFlBQVEsS0FBUixZQUFRLFFBSW5CO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxRQUlYO0lBSkQsV0FBWSxRQUFRO1FBQ2xCLDJCQUFlLENBQUE7UUFDZiwrQkFBbUIsQ0FBQTtRQUNuQix5QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLFFBQVEsR0FBUixZQUFRLEtBQVIsWUFBUSxRQUluQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksUUFJWDtJQUpELFdBQVksUUFBUTtRQUNsQiwyQkFBZSxDQUFBO1FBQ2YsK0JBQW1CLENBQUE7UUFDbkIseUJBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxRQUFRLEdBQVIsWUFBUSxLQUFSLFlBQVEsUUFJbkI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLFFBSVg7SUFKRCxXQUFZLFFBQVE7UUFDbEIsMkJBQWUsQ0FBQTtRQUNmLCtCQUFtQixDQUFBO1FBQ25CLHlCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsUUFBUSxHQUFSLFlBQVEsS0FBUixZQUFRLFFBSW5CO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxRQUlYO0lBSkQsV0FBWSxRQUFRO1FBQ2xCLDJCQUFlLENBQUE7UUFDZiwrQkFBbUIsQ0FBQTtRQUNuQix5QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLFFBQVEsR0FBUixZQUFRLEtBQVIsWUFBUSxRQUluQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksUUFJWDtJQUpELFdBQVksUUFBUTtRQUNsQiwyQkFBZSxDQUFBO1FBQ2YsK0JBQW1CLENBQUE7UUFDbkIseUJBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxRQUFRLEdBQVIsWUFBUSxLQUFSLFlBQVEsUUFJbkI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLFFBSVg7SUFKRCxXQUFZLFFBQVE7UUFDbEIsMkJBQWUsQ0FBQTtRQUNmLCtCQUFtQixDQUFBO1FBQ25CLHlCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsUUFBUSxHQUFSLFlBQVEsS0FBUixZQUFRLFFBSW5CO0lBRUQ7Ozs7Ozs7OztPQVNHO0lBQ0gsSUFBWSxRQUlYO0lBSkQsV0FBWSxRQUFRO1FBQ2xCLDJCQUFlLENBQUE7UUFDZiwrQkFBbUIsQ0FBQTtRQUNuQix5QkFBYSxDQUFBO0lBQ2YsQ0FBQyxFQUpXLFFBQVEsR0FBUixZQUFRLEtBQVIsWUFBUSxRQUluQjtJQUVEOzs7Ozs7Ozs7T0FTRztJQUNILElBQVksUUFJWDtJQUpELFdBQVksUUFBUTtRQUNsQiwyQkFBZSxDQUFBO1FBQ2YsK0JBQW1CLENBQUE7UUFDbkIseUJBQWEsQ0FBQTtJQUNmLENBQUMsRUFKVyxRQUFRLEdBQVIsWUFBUSxLQUFSLFlBQVEsUUFJbkI7SUFFRDs7Ozs7Ozs7O09BU0c7SUFDSCxJQUFZLFFBSVg7SUFKRCxXQUFZLFFBQVE7UUFDbEIsMkJBQWUsQ0FBQTtRQUNmLCtCQUFtQixDQUFBO1FBQ25CLHlCQUFhLENBQUE7SUFDZixDQUFDLEVBSlcsUUFBUSxHQUFSLFlBQVEsS0FBUixZQUFRLFFBSW5CO0lBRUQ7Ozs7Ozs7O