@credithub/harlan-components 1.3.3 → 1.3.4
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.
|
@@ -194,7 +194,7 @@ function query(query) {
|
|
|
194
194
|
exports.query = query;
|
|
195
195
|
exports.Queries = {
|
|
196
196
|
Finder: query("SELECT FROM 'FINDER'.'BILLING'"),
|
|
197
|
-
Protestos: query("SELECT FROM '
|
|
197
|
+
Protestos: query("SELECT FROM 'IEPTB'.'IEPTBHARLAN'"),
|
|
198
198
|
CCF: query("SELECT FROM 'SEEKLOC'.'CCF'"),
|
|
199
199
|
ProcessosJuridicos: query("SELECT FROM 'PROCESSOSJURIDICOS'.'PROCESSOS'"),
|
|
200
200
|
ReclameAqui: query("SELECT FROM 'RECLAMEAQUI'.'CONSULTA'"),
|
|
@@ -161,7 +161,7 @@ export function query(query) {
|
|
|
161
161
|
}
|
|
162
162
|
export var Queries = {
|
|
163
163
|
Finder: query("SELECT FROM 'FINDER'.'BILLING'"),
|
|
164
|
-
Protestos: query("SELECT FROM '
|
|
164
|
+
Protestos: query("SELECT FROM 'IEPTB'.'IEPTBHARLAN'"),
|
|
165
165
|
CCF: query("SELECT FROM 'SEEKLOC'.'CCF'"),
|
|
166
166
|
ProcessosJuridicos: query("SELECT FROM 'PROCESSOSJURIDICOS'.'PROCESSOS'"),
|
|
167
167
|
ReclameAqui: query("SELECT FROM 'RECLAMEAQUI'.'CONSULTA'"),
|