b2b-platform-utils 1.1.29 → 1.1.30

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 (2) hide show
  1. package/errorsMap.js +6 -0
  2. package/package.json +1 -1
package/errorsMap.js CHANGED
@@ -335,6 +335,12 @@ const STATIC_ERRORS = [
335
335
  httpCode: 422,
336
336
  description: "Cashback is already active for the user",
337
337
  },
338
+ {
339
+ errorCode: 1054,
340
+ errorKey: "bonusFreeSpinsIssueFailed",
341
+ httpCode: 422,
342
+ description: "Free Spins could not be granted, try again later.",
343
+ },
338
344
  ];
339
345
 
340
346
  const STATIC_BY_KEY = Object.fromEntries(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b2b-platform-utils",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "Shared utilities for Node.js microservices: errors map, local cache, logger, numbers, dates, filesystem, media optimization, paginator, slugger, crypto wrapper, sanitize HTML, sorting.",
5
5
  "type": "commonjs",
6
6
  "license": "KingSizer",