@bizmap/sdk 0.0.87 → 0.0.88

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/dist/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -429,6 +429,7 @@ var normalizeCompanyId = (id) => {
429
429
  var normalizeNidClass = (value) => {
430
430
  value = nidClasses.parse(value);
431
431
  if (value === "nin") return "National Id No.";
432
+ if (value === "trn") return "Tax Registration No.";
432
433
  return camelCaseToLetter(value.replace("No", "No."));
433
434
  };
434
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizmap/sdk",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/main.d.ts",
6
6
  "type": "module",