@vtecx/vtecxnext 2.1.2 → 2.1.3
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/vtecxnext.d.ts +1 -1
- package/package.json +1 -1
package/dist/vtecxnext.d.ts
CHANGED
|
@@ -416,7 +416,7 @@ export declare class VtecxNext {
|
|
|
416
416
|
* @param tablenames key:entity's prop name, value:BigQuery table name
|
|
417
417
|
* @return registed entries
|
|
418
418
|
*/
|
|
419
|
-
postBDBQ: (feed: any, uri?: string, tablenames?: any) => Promise<
|
|
419
|
+
postBDBQ: (feed: any, uri?: string, tablenames?: any) => Promise<any>;
|
|
420
420
|
/**
|
|
421
421
|
* put data to bdb and post bigquery
|
|
422
422
|
* @param feed entries (JSON)
|