@topconsultnpm/sdk-ts 6.21.0-dev2.3 → 6.21.0-dev2.4

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.
@@ -3362,6 +3362,9 @@ export class NumeratorEngine extends BaseEngine {
3362
3362
  return d;
3363
3363
  if (d.incrValue_StartValue === undefined)
3364
3364
  d.incrValue_StartValue = 0;
3365
+ if ((d.incrValue_TotalLength === undefined || d.incrValue_TotalLength === 0)
3366
+ && d.incrValue_PaddingChar === ' ')
3367
+ d.incrValue_PaddingChar = '';
3365
3368
  return d;
3366
3369
  }
3367
3370
  CreateAsync(d) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdk-ts",
3
- "version": "6.21.0-dev2.3",
3
+ "version": "6.21.0-dev2.4",
4
4
  "description": "TopMedia SDK typescript",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/types/index.d.ts",