sigesp 0.9.6-2022-12-04 → 0.9.7-20221204

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.
@@ -2148,13 +2148,11 @@
2148
2148
  _this.countryCode = null;
2149
2149
  _this.name = null;
2150
2150
  _this.capital = null;
2151
- _this.nameCapital = '';
2152
2151
  if (state) {
2153
2152
  _this.code = state.codest.trim();
2154
2153
  _this.countryCode = state.codpai.trim();
2155
2154
  _this.name = state.desest.trim();
2156
2155
  _this.capital = state.ciucapest.trim();
2157
- _this.nameCapital = state.desciu;
2158
2156
  }
2159
2157
  else {
2160
2158
  _this.isNew = true;
@@ -2180,14 +2178,12 @@
2180
2178
  _this.stateCode = null;
2181
2179
  _this.name = null;
2182
2180
  _this.capital = '';
2183
- _this.nameCapital = '';
2184
2181
  if (mun) {
2185
2182
  _this.code = mun.codmun.trim();
2186
2183
  _this.countryCode = mun.codpai.trim();
2187
2184
  _this.stateCode = mun.codest.trim();
2188
2185
  _this.name = mun.desmun.trim();
2189
2186
  _this.capital = mun.capmun.trim();
2190
- _this.nameCapital = mun.desciu.trim();
2191
2187
  }
2192
2188
  else {
2193
2189
  _this.isNew = true;