@plaidev/karte-action-sdk 1.1.206-28212859.21a77059 → 1.1.207-28212888.037c8e0f
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.
- package/dist/hydrate/index.es.js +0 -2
- package/dist/index.es.js +0 -2
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -1393,7 +1393,6 @@ const loadActionTableRows = async (config, data, api_key, endpoint) => new Promi
|
|
1393
1393
|
return reject('key is not found.');
|
1394
1394
|
}
|
1395
1395
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).get(keys, (err, data) => {
|
1396
|
-
console.log('loadActionTableRows', err, data);
|
1397
1396
|
if (err) {
|
1398
1397
|
if (defaultValue != null) {
|
1399
1398
|
return resolve(defaultValue);
|
@@ -1436,7 +1435,6 @@ const loadActionTableQuery = async (config, data, api_key, endpoint) => new Prom
|
|
1436
1435
|
return reject('key is not found.');
|
1437
1436
|
}
|
1438
1437
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).getByQuery(config.query.query_name, params, null, (err, data) => {
|
1439
|
-
console.log('loadActionTableQuery', err, data);
|
1440
1438
|
if (err) {
|
1441
1439
|
if (defaultValue != null) {
|
1442
1440
|
return resolve(defaultValue);
|
package/dist/index.es.js
CHANGED
@@ -1416,7 +1416,6 @@ const loadActionTableRows = async (config, data, api_key, endpoint) => new Promi
|
|
1416
1416
|
return reject('key is not found.');
|
1417
1417
|
}
|
1418
1418
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).get(keys, (err, data) => {
|
1419
|
-
console.log('loadActionTableRows', err, data);
|
1420
1419
|
if (err) {
|
1421
1420
|
if (defaultValue != null) {
|
1422
1421
|
return resolve(defaultValue);
|
@@ -1459,7 +1458,6 @@ const loadActionTableQuery = async (config, data, api_key, endpoint) => new Prom
|
|
1459
1458
|
return reject('key is not found.');
|
1460
1459
|
}
|
1461
1460
|
return collection$1({ endpoint, api_key, table: config.query.table_name }).getByQuery(config.query.query_name, params, null, (err, data) => {
|
1462
|
-
console.log('loadActionTableQuery', err, data);
|
1463
1461
|
if (err) {
|
1464
1462
|
if (defaultValue != null) {
|
1465
1463
|
return resolve(defaultValue);
|