mdz-enum 1.1.95 → 1.1.96

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.
@@ -298,9 +298,5 @@ export declare const PerfilSped: {
298
298
  export declare const TipoAtividade: {
299
299
  IndustrialEquiparadoIndustrial: string;
300
300
  Outros: string;
301
- PrestadorServicos: string;
302
- AtivComercio: string;
303
- AtivFinanceira: string;
304
- AtivImobiliaria: string;
305
- description(val: string): "enum not found" | "Outros" | "Industrial ou equiparado a industrial" | "Prestador de Serviços" | "Atividade de Comércio" | "Atividade Financeira" | "Atividade Imobiliária";
301
+ description(val: string): "enum not found" | "Outros" | "Industrial ou equiparado a industrial";
306
302
  };
@@ -878,26 +878,14 @@ exports.PerfilSped = {
878
878
  },
879
879
  };
880
880
  exports.TipoAtividade = {
881
- IndustrialEquiparadoIndustrial: '1',
882
- Outros: '2',
883
- PrestadorServicos: '3',
884
- AtivComercio: '4',
885
- AtivFinanceira: '5',
886
- AtivImobiliaria: '6',
881
+ IndustrialEquiparadoIndustrial: '0',
882
+ Outros: '1',
887
883
  description(val) {
888
884
  switch (val) {
889
885
  case this.IndustrialEquiparadoIndustrial:
890
886
  return 'Industrial ou equiparado a industrial';
891
887
  case this.Outros:
892
888
  return 'Outros';
893
- case this.PrestadorServicos:
894
- return 'Prestador de Serviços';
895
- case this.AtivComercio:
896
- return 'Atividade de Comércio';
897
- case this.AtivFinanceira:
898
- return 'Atividade Financeira';
899
- case this.AtivImobiliaria:
900
- return 'Atividade Imobiliária';
901
889
  default:
902
890
  return 'enum not found';
903
891
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdz-enum",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
4
4
  "description": "Enumerados Moderniza",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {