@provis/provis-common-be-module 2.6.84 → 2.6.85
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.
|
@@ -511,5 +511,17 @@ const occupation = [
|
|
|
511
511
|
'construction-3',
|
|
512
512
|
],
|
|
513
513
|
},
|
|
514
|
+
{
|
|
515
|
+
code: '2930',
|
|
516
|
+
desc: {
|
|
517
|
+
id: 'Apotek',
|
|
518
|
+
en: 'Drug Store',
|
|
519
|
+
},
|
|
520
|
+
construction: [
|
|
521
|
+
'construction-1',
|
|
522
|
+
'construction-2',
|
|
523
|
+
'construction-3',
|
|
524
|
+
],
|
|
525
|
+
},
|
|
514
526
|
];
|
|
515
527
|
exports.default = occupation;
|