@provis/provis-common-be-module 2.6.83 → 2.6.84

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.
@@ -499,5 +499,17 @@ const occupation = [
499
499
  'construction-3',
500
500
  ],
501
501
  },
502
+ {
503
+ code: '23431',
504
+ desc: {
505
+ id: '',
506
+ en: 'Manufacturer of plastic articles, Foam plastic, Synthetics resin (Using Inflammable/ Combustible/Volatile Liquids and or Solids at anytime during the production process)',
507
+ },
508
+ construction: [
509
+ 'construction-1',
510
+ 'construction-2',
511
+ 'construction-3',
512
+ ],
513
+ },
502
514
  ];
503
515
  exports.default = occupation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provis/provis-common-be-module",
3
- "version": "2.6.83",
3
+ "version": "2.6.84",
4
4
  "description": "This common module for Provis internal backend use lib",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {