emilsoftware-utilities 1.3.35 → 1.3.36

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.
@@ -339,7 +339,7 @@ var AccessiModel = function () {
339
339
  switch (_a.label) {
340
340
  case 0:
341
341
  _a.trys.push([0, 2, , 3]);
342
- query = " \n SELECT \n U.CODUTE as codice_utente, \n U.USRNAME as username, \n U.FLGGDPR as flag_gdpr, \n U.DATGDPR as data_gdpr, \n U.DATINS as data_inserimento, \n U.DATSCAPWD as data_scadenza_password, \n U.DATLASTLOGIN as data_last_login, \n U.STAREG as stato_registrazione, \n G.COGNOME as cognome, \n G.NOME as nome, \n G.AVATAR as avatar, \n G.FLG2FATT as flag_due_fattori, \n G.CODLINGUA as codice_lingua,\n G.CELLULARE as cellulare,\n G.FLGSUPER as flag_super, \n G.PAGDEF as pagina_default,\n G.JSON_METADATA as json_metadata,\n F.NUMREP as numero_reparto, \n F.IDXPERS as idx_personale, \n F.CODCLISUPER as codice_cliente_super, \n F.CODAGE as codice_agente, \n F.CODCLICOL as codice_cliente_collegato, \n F.CODCLIENTI as codice_clienti, \n F.TIPFIL as tipo_filtro\n \n FROM UTENTI U, UTENTI_CONFIG G, FILTRI F \n WHERE U.CODUTE = G.CODUTE AND F.CODUTE = U.CODUTE \n ORDER BY G.COGNOME, G.NOME \n ";
342
+ query = " \n SELECT \n U.CODUTE as codice_utente, \n U.USRNAME as username, \n U.FLGGDPR as flag_gdpr, \n U.DATGDPR as data_gdpr, \n U.DATINS as data_inserimento, \n U.DATSCAPWD as data_scadenza_password, \n U.DATLASTLOGIN as data_last_login, \n U.STAREG as stato_registrazione, \n G.COGNOME as cognome, \n G.NOME as nome, \n G.AVATAR as avatar, \n G.FLG2FATT as flag_due_fattori, \n G.CODLINGUA as codice_lingua,\n G.CELLULARE as cellulare,\n G.FLGSUPER as flag_super, \n G.PAGDEF as pagina_default,\n G.JSON_METADATA as json_metadata,\n F.NUMREP as numero_reparto, \n F.IDXPERS as idx_personale, \n F.CODCLISUPER as codice_cliente_super, \n F.CODAGE as codice_agente, \n F.CODCLICOL as codice_cliente_collegato, \n F.CODCLIENTI as codice_clienti, \n F.TIPFIL as tipo_filtro\n \n FROM UTENTI U, UTENTI_CONFIG G, FILTRI F \n WHERE U.CODUTE = G.CODUTE AND F.CODUTE = U.CODUTE \n ORDER BY U.CODUTE\n ";
343
343
  params = [];
344
344
  return [4 /*yield*/, Orm_1.Orm.query(this.accessiOptions.databaseOptions, query, params)];
345
345
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.3.35",
3
+ "version": "1.3.36",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",