@scayle/storefront-core 8.4.0 → 8.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/constants/index.d.ts +0 -1
  3. package/dist/constants/index.mjs +0 -1
  4. package/dist/helpers/filterHelper.d.ts +11 -11
  5. package/dist/helpers/sortingHelper.d.ts +22 -23
  6. package/dist/helpers/sortingHelper.mjs +11 -11
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.mjs +6 -0
  9. package/dist/rpc/methods/basket/basket.d.ts +1 -1
  10. package/dist/rpc/methods/basket/basket.mjs +3 -3
  11. package/dist/rpc/methods/checkout/checkout.mjs +1 -1
  12. package/dist/rpc/methods/search.d.ts +22 -0
  13. package/dist/utils/basket.mjs +2 -2
  14. package/dist/utils/user.d.ts +3 -3
  15. package/dist/utils/user.mjs +2 -2
  16. package/package.json +9 -24
  17. package/dist/api/customer.cjs +0 -164
  18. package/dist/api/oauth.cjs +0 -238
  19. package/dist/cache/cache.cjs +0 -1
  20. package/dist/cache/cached.cjs +0 -90
  21. package/dist/cache/index.cjs +0 -27
  22. package/dist/cache/providers/unstorage.cjs +0 -55
  23. package/dist/constants/basket.cjs +0 -26
  24. package/dist/constants/basket.d.ts +0 -24
  25. package/dist/constants/basket.mjs +0 -20
  26. package/dist/constants/cache.cjs +0 -7
  27. package/dist/constants/hash.cjs +0 -11
  28. package/dist/constants/httpStatus.cjs +0 -634
  29. package/dist/constants/index.cjs +0 -93
  30. package/dist/constants/product.cjs +0 -10
  31. package/dist/constants/promotion.cjs +0 -12
  32. package/dist/constants/sorting.cjs +0 -22
  33. package/dist/constants/withParameters.cjs +0 -132
  34. package/dist/errors/errorResponse.cjs +0 -27
  35. package/dist/errors/index.cjs +0 -16
  36. package/dist/helpers/advancedAttributeHelpers.cjs +0 -30
  37. package/dist/helpers/arrayHelpers.cjs +0 -10
  38. package/dist/helpers/attributeHelpers.cjs +0 -24
  39. package/dist/helpers/basketHelpers.cjs +0 -12
  40. package/dist/helpers/categoryHelper.cjs +0 -61
  41. package/dist/helpers/filterHelper.cjs +0 -185
  42. package/dist/helpers/formHelpers.cjs +0 -114
  43. package/dist/helpers/imageHelpers.cjs +0 -20
  44. package/dist/helpers/index.cjs +0 -181
  45. package/dist/helpers/localization.cjs +0 -13
  46. package/dist/helpers/objectHelpers.cjs +0 -19
  47. package/dist/helpers/orderHelpers.cjs +0 -10
  48. package/dist/helpers/product.fixture.cjs +0 -766
  49. package/dist/helpers/productDisruptorHelper.cjs +0 -37
  50. package/dist/helpers/productHelpers.cjs +0 -156
  51. package/dist/helpers/sanitizationHelpers.cjs +0 -35
  52. package/dist/helpers/sortingHelper.cjs +0 -68
  53. package/dist/helpers/stringHelpers.cjs +0 -8
  54. package/dist/index.cjs +0 -100
  55. package/dist/rpc/methods/basket/basket.cjs +0 -270
  56. package/dist/rpc/methods/brands.cjs +0 -33
  57. package/dist/rpc/methods/categories.cjs +0 -129
  58. package/dist/rpc/methods/cbd.cjs +0 -38
  59. package/dist/rpc/methods/checkout/checkout.cjs +0 -48
  60. package/dist/rpc/methods/checkout/index.cjs +0 -49
  61. package/dist/rpc/methods/checkout/order.cjs +0 -42
  62. package/dist/rpc/methods/checkout/shopUser.cjs +0 -110
  63. package/dist/rpc/methods/checkout/shopUserAddresses.cjs +0 -12
  64. package/dist/rpc/methods/index.cjs +0 -225
  65. package/dist/rpc/methods/navigationTrees.cjs +0 -54
  66. package/dist/rpc/methods/oauth/idp.cjs +0 -59
  67. package/dist/rpc/methods/products.cjs +0 -309
  68. package/dist/rpc/methods/promotion.cjs +0 -51
  69. package/dist/rpc/methods/search.cjs +0 -40
  70. package/dist/rpc/methods/session.cjs +0 -257
  71. package/dist/rpc/methods/shopConfiguration.cjs +0 -15
  72. package/dist/rpc/methods/user.cjs +0 -103
  73. package/dist/rpc/methods/variants.cjs +0 -29
  74. package/dist/rpc/methods/wishlist.cjs +0 -104
  75. package/dist/server.cjs +0 -47
  76. package/dist/test/factories/index.cjs +0 -16
  77. package/dist/types/api/auth.cjs +0 -1
  78. package/dist/types/api/context.cjs +0 -15
  79. package/dist/types/api/rpc.cjs +0 -1
  80. package/dist/types/breadcrumb.cjs +0 -1
  81. package/dist/types/index.cjs +0 -267
  82. package/dist/types/promises.cjs +0 -1
  83. package/dist/types/sapi/basket.cjs +0 -1
  84. package/dist/types/sapi/brand.cjs +0 -1
  85. package/dist/types/sapi/campaign.cjs +0 -1
  86. package/dist/types/sapi/category.cjs +0 -1
  87. package/dist/types/sapi/filter.cjs +0 -1
  88. package/dist/types/sapi/navigation.cjs +0 -1
  89. package/dist/types/sapi/order.cjs +0 -1
  90. package/dist/types/sapi/product.cjs +0 -1
  91. package/dist/types/sapi/productFilter.cjs +0 -1
  92. package/dist/types/sapi/promotion.cjs +0 -1
  93. package/dist/types/sapi/redirects.cjs +0 -1
  94. package/dist/types/sapi/router.cjs +0 -1
  95. package/dist/types/sapi/search.cjs +0 -1
  96. package/dist/types/sapi/sorting.cjs +0 -1
  97. package/dist/types/sapi/variant.cjs +0 -1
  98. package/dist/types/sapi/wishlist.cjs +0 -1
  99. package/dist/types/user.cjs +0 -1
  100. package/dist/utils/basket.cjs +0 -14
  101. package/dist/utils/fetch.cjs +0 -19
  102. package/dist/utils/hash.cjs +0 -72
  103. package/dist/utils/index.cjs +0 -49
  104. package/dist/utils/keys.cjs +0 -67
  105. package/dist/utils/log.cjs +0 -93
  106. package/dist/utils/response.cjs +0 -13
  107. package/dist/utils/sapi.cjs +0 -26
  108. package/dist/utils/timeout.cjs +0 -18
  109. package/dist/utils/user.cjs +0 -90
@@ -1,238 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.OAuthClient = void 0;
7
- exports.getOAuthClient = getOAuthClient;
8
- var _jose = require("jose");
9
- var _fetch = require("../utils/fetch.cjs");
10
- var _hash = require("../utils/hash.cjs");
11
- class MissingCredentialsError extends Error {
12
- constructor() {
13
- super("[OAuth API] No credentials configured");
14
- this.name = "MissingCredentialsError";
15
- }
16
- }
17
- async function oauthResponseHandler(response) {
18
- const data = await response.json();
19
- if (!response.ok) {
20
- throw new _fetch.FetchError(response, data);
21
- }
22
- return data;
23
- }
24
- function emptyOAuthResponseHandler(response) {
25
- if (!response.ok) {
26
- throw new _fetch.FetchError(response);
27
- }
28
- }
29
- function getOAuthClient(context) {
30
- if (!context.oauth) {
31
- throw new Error("OAuth configuration is missing");
32
- }
33
- const clientId = context.oauth.clientId;
34
- const clientSecret = context.oauth.clientSecret;
35
- const apiHost = context.oauth.apiHost;
36
- const accessHeader = context.internalAccessHeader;
37
- return new OAuthClient({
38
- clientId,
39
- clientSecret,
40
- apiHost,
41
- additionalHeaders: accessHeader ? {
42
- "x-internal-access": accessHeader
43
- } : {}
44
- }, context.log);
45
- }
46
- class OAuthClient {
47
- headers;
48
- baseURL;
49
- logger;
50
- clientId;
51
- constructor(options, logger) {
52
- const {
53
- clientId,
54
- clientSecret,
55
- apiHost,
56
- additionalHeaders
57
- } = options;
58
- if (!clientId || !clientSecret) {
59
- throw new MissingCredentialsError();
60
- }
61
- this.clientId = clientId;
62
- this.baseURL = `${apiHost}/v1`;
63
- this.logger = logger ? logger.space("auth-client") : void 0;
64
- const basicAuthHash = (0, _hash.encodeBase64)(`${clientId}:${clientSecret}`);
65
- this.headers = {
66
- Authorization: `Basic ${basicAuthHash}`,
67
- Accept: "application/json",
68
- "Content-Type": "application/json",
69
- ...additionalHeaders
70
- };
71
- }
72
- /**
73
- * Register a new User and receive an access token.
74
- *
75
- * @param payload
76
- *
77
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/oauth-client/create-new-user
78
- */
79
- async register(payload) {
80
- this.logger?.debug("Registering user");
81
- return await fetch(`${this.baseURL}/auth/register`, {
82
- method: "POST",
83
- headers: this.headers,
84
- body: JSON.stringify(payload)
85
- }).then(oauthResponseHandler);
86
- }
87
- /**
88
- * Login a User and receive an access token.
89
- *
90
- * @param payload
91
- *
92
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/oauth-client/log-in-users
93
- */
94
- async login(payload) {
95
- this.logger?.debug("Logging in");
96
- return await fetch(`${this.baseURL}/auth/login`, {
97
- method: "POST",
98
- headers: this.headers,
99
- body: JSON.stringify(payload)
100
- }).then(oauthResponseHandler);
101
- }
102
- /**
103
- * Login a User as a guest and receive an access token.
104
- *
105
- * @param payload
106
- *
107
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/oauth-client/log-in-users-as-guest
108
- */
109
- async guestLogin(payload) {
110
- this.logger?.debug("Logging in as guest");
111
- return await fetch(`${this.baseURL}/auth/login/guest`, {
112
- method: "POST",
113
- headers: this.headers,
114
- body: JSON.stringify(payload)
115
- }).then(oauthResponseHandler);
116
- }
117
- /**
118
- * Send a reset password email to a User.
119
- *
120
- * @param payload
121
- *
122
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/oauth-client/send-password-reset-email
123
- */
124
- async sendPasswordResetEmail(payload) {
125
- this.logger?.debug("Sending password reset email");
126
- await fetch(`${this.baseURL}/auth/password/send-reset-email`, {
127
- method: "POST",
128
- headers: this.headers,
129
- body: JSON.stringify(payload)
130
- }).then(emptyOAuthResponseHandler);
131
- }
132
- /**
133
- * Update password by using hash.
134
- * All older tokens of the User are also invalidated.
135
- *
136
- * @param payload
137
- *
138
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/oauth-client/update-password-by-hash
139
- */
140
- async updatePasswordByHash(payload) {
141
- this.logger?.debug("Updating password by hash");
142
- return await fetch(`${this.baseURL}/auth/password/update-by-hash`, {
143
- method: "PUT",
144
- headers: this.headers,
145
- body: JSON.stringify(payload)
146
- }).then(oauthResponseHandler);
147
- }
148
- /**
149
- * Update password via plain string.
150
- *
151
- * @param payload
152
- * @param accessToken
153
- */
154
- async updatePassword(payload, accessToken) {
155
- this.logger?.debug("Updating password");
156
- return await fetch(`${this.baseURL}/auth/password`, {
157
- method: "PUT",
158
- headers: {
159
- ...this.headers,
160
- Authorization: `Bearer ${accessToken}`
161
- },
162
- body: JSON.stringify(payload)
163
- }).then(emptyOAuthResponseHandler);
164
- }
165
- /**
166
- * Generate a new access token via a refresh token.
167
- *
168
- * @param payload
169
- */
170
- async refreshToken(payload) {
171
- this.logger?.debug("Refreshing access token");
172
- return await fetch(`${this.baseURL}/oauth/token`, {
173
- method: "POST",
174
- headers: this.headers,
175
- body: JSON.stringify(payload)
176
- }).then(oauthResponseHandler);
177
- }
178
- /**
179
- * Validate a token.
180
- *
181
- * @param accessToken
182
- *
183
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/bearer-auth/validate-present-token
184
- */
185
- async validateToken(accessToken) {
186
- this.logger?.debug("Validating access token");
187
- await fetch(`${this.baseURL}/oauth/token/validate`, {
188
- headers: {
189
- ...this.headers,
190
- Authorization: `Bearer ${accessToken}`
191
- }
192
- }).then(emptyOAuthResponseHandler);
193
- }
194
- /**
195
- * Revoke an Access Token and all related Refresh Tokens.
196
- *
197
- * Uses a valid Bearer Access Token in the Authorization header and will
198
- * revoke the token with the given ID (_which could be a different token_).
199
- * If a external identity provider was used for the target token,
200
- * the corresponding IDP-AccessToken and IDP-RefreshToken will be revoked as well.
201
- * In case the identity provider does not support revoking tokens over api calls
202
- * (_because a frontend redirect is required_) this step will be skipped and the IDP-Tokens
203
- * will remain valid until they expire or are revoked from IDP side.
204
- *
205
- * @param shopId
206
- * @param accessToken
207
- *
208
- * @see https://scayle.dev/en/api-guides/checkout-authentication-api/resources/bearer-auth/delete-access-token-with-id
209
- */
210
- async revokeToken(shopId, accessToken) {
211
- this.logger?.debug("Revoking access token");
212
- const decodedAccessToken = (0, _jose.decodeJwt)(accessToken);
213
- await fetch(`${this.baseURL}/oauth/tokens/${decodedAccessToken.jti}`, {
214
- method: "DELETE",
215
- headers: {
216
- ...this.headers,
217
- "X-Shop-Id": `${shopId}`,
218
- Authorization: `Bearer ${accessToken}`
219
- }
220
- }).then(emptyOAuthResponseHandler);
221
- }
222
- /**
223
- * Generate a new token based on authorization code.
224
- *
225
- * @param code
226
- */
227
- async generateToken(code) {
228
- return await fetch(`${this.baseURL}/oauth/token`, {
229
- method: "POST",
230
- headers: this.headers,
231
- body: JSON.stringify({
232
- grant_type: "authorization_code",
233
- code
234
- })
235
- }).then(oauthResponseHandler);
236
- }
237
- }
238
- exports.OAuthClient = OAuthClient;
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,90 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.MINUTE = exports.Cached = void 0;
7
- var _utils = require("../utils/index.cjs");
8
- var _hash = require("../utils/hash.cjs");
9
- var _constants = require("../constants/index.cjs");
10
- const MINUTE = exports.MINUTE = 60;
11
- const CACHE_NOT_INITIALIZED_MSG = "Cache is not initialized";
12
- class Cached {
13
- cache;
14
- log;
15
- prefix;
16
- enabled;
17
- constructor(cache, log, prefix = "", enabled) {
18
- if (!cache) {
19
- log.error(CACHE_NOT_INITIALIZED_MSG);
20
- throw new Error(CACHE_NOT_INITIALIZED_MSG);
21
- }
22
- this.cache = cache;
23
- this.log = log.space("cached.init");
24
- this.prefix = prefix;
25
- this.enabled = enabled;
26
- }
27
- get isCacheEnabled() {
28
- return this.enabled;
29
- }
30
- execute(fn, options) {
31
- return async (...args) => {
32
- const prefix = options?.cacheKeyPrefix ?? fn.name;
33
- const params = [...args, this?.prefix];
34
- const cacheKey = options?.cacheKey ?? (await this.createCacheKey(params, prefix));
35
- try {
36
- const cachedResponse = await this.getCacheValue(cacheKey, options);
37
- if (cachedResponse !== void 0 && cachedResponse !== null) {
38
- return cachedResponse;
39
- }
40
- } catch (e) {
41
- if (e instanceof Error) {
42
- this.handleError(e);
43
- }
44
- }
45
- const response = await fn(...args);
46
- if (response === void 0 || response === null) {
47
- return response;
48
- }
49
- if (response instanceof Response && !response.ok) {
50
- return response;
51
- }
52
- try {
53
- await this.setCacheValue(cacheKey, response, options);
54
- } catch (e) {
55
- if (e instanceof Error) {
56
- this.handleError(e);
57
- }
58
- }
59
- return response;
60
- };
61
- }
62
- async getCacheValue(cacheKey, options) {
63
- if (!this.isCacheEnabled) {
64
- return;
65
- }
66
- const data = await (0, _utils.timeout)(options?.timeout ?? _constants.CACHE_TIMEOUT, this.cache.get(cacheKey));
67
- if (data !== null) {
68
- return data;
69
- }
70
- }
71
- async setCacheValue(cacheKey, value, options) {
72
- if (!this.isCacheEnabled) {
73
- return;
74
- }
75
- const ttl = options?.ttl ?? 60 * MINUTE;
76
- if (ttl) {
77
- await (0, _utils.timeout)(_constants.CACHE_TIMEOUT, this.cache.set(cacheKey, value, ttl));
78
- }
79
- }
80
- async createCacheKey(params, prefix = "") {
81
- return [prefix, await (0, _hash.sha256)(JSON.stringify(params))].join(":");
82
- }
83
- handleError(error) {
84
- if (error.message === "timeout") {
85
- return this.log.error("Cache timeout");
86
- }
87
- this.log.error(error);
88
- }
89
- }
90
- exports.Cached = Cached;
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _cache = require("./cache.cjs");
7
- Object.keys(_cache).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _cache[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _cache[key];
14
- }
15
- });
16
- });
17
- var _cached = require("./cached.cjs");
18
- Object.keys(_cached).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (key in exports && exports[key] === _cached[key]) return;
21
- Object.defineProperty(exports, key, {
22
- enumerable: true,
23
- get: function () {
24
- return _cached[key];
25
- }
26
- });
27
- });
@@ -1,55 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.UnstorageCache = void 0;
7
- class UnstorageCache {
8
- storage;
9
- prefix;
10
- constructor(storage, prefix = "") {
11
- this.storage = storage;
12
- this.prefix = prefix;
13
- }
14
- async get(key) {
15
- const value = await this.storage.getItem(this.getKey(key));
16
- if (value === null) {
17
- return null;
18
- }
19
- return value;
20
- }
21
- async has(key) {
22
- return await this.storage.hasItem(this.getKey(key));
23
- }
24
- async purgeTags(tags) {
25
- await Promise.all(tags.map(tag => this.purgeTag(tag)));
26
- }
27
- async purgeTag(tag) {
28
- const keys = await this.storage.getItem(this.getKey(`tag:${tag}`));
29
- await this.purgeKeys(keys ?? []);
30
- await this.storage.removeItem(this.getKey(`tag:${tag}`));
31
- }
32
- async purgeKeys(keys) {
33
- await Promise.all(keys.map(k => this.storage.removeItem(k)));
34
- }
35
- async purgeAll() {
36
- const keys = await this.storage.getKeys(this.prefix);
37
- await Promise.all(keys.map(k => this.storage.removeItem(k)));
38
- }
39
- async set(key, value, ttl, tags = []) {
40
- await this.storage.setItem(this.getKey(key), value, {
41
- ttl
42
- });
43
- await Promise.all(tags.map(tag => this.addKeyToTag(tag, this.getKey(key))));
44
- }
45
- async addKeyToTag(tag, key) {
46
- const keys = await this.storage.getItem(tag);
47
- const set = new Set(keys ?? []);
48
- set.add(key);
49
- await this.storage.setItem(this.getKey(`tag:${tag}`), Array.from(set));
50
- }
51
- getKey(key) {
52
- return [this.prefix, key].join(":");
53
- }
54
- }
55
- exports.UnstorageCache = UnstorageCache;
@@ -1,26 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.UpdateBasketItemFailureKind = exports.ExistingItemHandling = exports.AddToBasketFailureKind = void 0;
7
- const ExistingItemHandling = exports.ExistingItemHandling = {
8
- KeepExisting: 0,
9
- AddQuantityToExisting: 1,
10
- ReplaceExisting: 2,
11
- ReplaceExistingWithCombinedQuantity: 3
12
- };
13
- const AddToBasketFailureKind = exports.AddToBasketFailureKind = {
14
- VariantAlreadyPresent: "VariantAlreadyPresent",
15
- ItemUnvailable: "ItemUnvailable",
16
- MaximumItemCountReached: "MaximumItemCountReached",
17
- ItemDataNotFound: "ItemDataNotFound",
18
- ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity",
19
- Unknown: "Unknown"
20
- };
21
- const UpdateBasketItemFailureKind = exports.UpdateBasketItemFailureKind = {
22
- ItemUnvailable: "ItemUnvailable",
23
- BasketItemNotFound: "BasketItemNotFound",
24
- ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity",
25
- Unknown: "Unknown"
26
- };
@@ -1,24 +0,0 @@
1
- import type { ValuesType } from 'utility-types';
2
- export declare const ExistingItemHandling: {
3
- readonly KeepExisting: 0;
4
- readonly AddQuantityToExisting: 1;
5
- readonly ReplaceExisting: 2;
6
- readonly ReplaceExistingWithCombinedQuantity: 3;
7
- };
8
- export type ExistingItemHandling = ValuesType<typeof ExistingItemHandling>;
9
- export declare const AddToBasketFailureKind: {
10
- readonly VariantAlreadyPresent: "VariantAlreadyPresent";
11
- readonly ItemUnvailable: "ItemUnvailable";
12
- readonly MaximumItemCountReached: "MaximumItemCountReached";
13
- readonly ItemDataNotFound: "ItemDataNotFound";
14
- readonly ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity";
15
- readonly Unknown: "Unknown";
16
- };
17
- export type AddToBasketFailureKind = ValuesType<typeof AddToBasketFailureKind>;
18
- export declare const UpdateBasketItemFailureKind: {
19
- readonly ItemUnvailable: "ItemUnvailable";
20
- readonly BasketItemNotFound: "BasketItemNotFound";
21
- readonly ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity";
22
- readonly Unknown: "Unknown";
23
- };
24
- export type UpdateBasketItemFailureKind = ValuesType<typeof UpdateBasketItemFailureKind>;
@@ -1,20 +0,0 @@
1
- export const ExistingItemHandling = {
2
- KeepExisting: 0,
3
- AddQuantityToExisting: 1,
4
- ReplaceExisting: 2,
5
- ReplaceExistingWithCombinedQuantity: 3
6
- };
7
- export const AddToBasketFailureKind = {
8
- VariantAlreadyPresent: "VariantAlreadyPresent",
9
- ItemUnvailable: "ItemUnvailable",
10
- MaximumItemCountReached: "MaximumItemCountReached",
11
- ItemDataNotFound: "ItemDataNotFound",
12
- ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity",
13
- Unknown: "Unknown"
14
- };
15
- export const UpdateBasketItemFailureKind = {
16
- ItemUnvailable: "ItemUnvailable",
17
- BasketItemNotFound: "BasketItemNotFound",
18
- ItemAddedWithReducedQuantity: "ItemAddedWithReducedQuantity",
19
- Unknown: "Unknown"
20
- };
@@ -1,7 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.CACHE_TIMEOUT = void 0;
7
- const CACHE_TIMEOUT = exports.CACHE_TIMEOUT = 500;
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.HashAlgorithm = void 0;
7
- const HashAlgorithm = exports.HashAlgorithm = {
8
- MD5: "md5",
9
- SHA256: "sha256",
10
- NONE: "none"
11
- };