@plaidev/karte-action-sdk 1.1.206-28211870.7ae67847 → 1.1.206-28212827.fab6eaf0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.js +2 -0
- package/dist/index.es.js +2 -0
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1386,6 +1386,7 @@ const loadActionTableRows = async (config, data, api_key, endpoint) => new Promi
|
|
1386
1386
|
return reject('key is not found.');
|
1387
1387
|
}
|
1388
1388
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).get(keys, (err, data) => {
|
1389
|
+
console.log('loadActionTableRows', err, data);
|
1389
1390
|
if (err) {
|
1390
1391
|
if (defaultValue != null) {
|
1391
1392
|
return resolve(defaultValue);
|
@@ -1428,6 +1429,7 @@ const loadActionTableQuery = async (config, data, api_key, endpoint) => new Prom
|
|
1428
1429
|
return reject('key is not found.');
|
1429
1430
|
}
|
1430
1431
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).getByQuery(config.query.query_name, params, null, (err, data) => {
|
1432
|
+
console.log('loadActionTableQuery', err, data);
|
1431
1433
|
if (err) {
|
1432
1434
|
if (defaultValue != null) {
|
1433
1435
|
return resolve(defaultValue);
|
package/dist/index.es.js
CHANGED
@@ -1409,6 +1409,7 @@ const loadActionTableRows = async (config, data, api_key, endpoint) => new Promi
|
|
1409
1409
|
return reject('key is not found.');
|
1410
1410
|
}
|
1411
1411
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).get(keys, (err, data) => {
|
1412
|
+
console.log('loadActionTableRows', err, data);
|
1412
1413
|
if (err) {
|
1413
1414
|
if (defaultValue != null) {
|
1414
1415
|
return resolve(defaultValue);
|
@@ -1451,6 +1452,7 @@ const loadActionTableQuery = async (config, data, api_key, endpoint) => new Prom
|
|
1451
1452
|
return reject('key is not found.');
|
1452
1453
|
}
|
1453
1454
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).getByQuery(config.query.query_name, params, null, (err, data) => {
|
1455
|
+
console.log('loadActionTableQuery', err, data);
|
1454
1456
|
if (err) {
|
1455
1457
|
if (defaultValue != null) {
|
1456
1458
|
return resolve(defaultValue);
|