@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.
@@ -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<boolean>;
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtecx/vtecxnext",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "vte.cx Next.js api",
5
5
  "main": "dist/index.js",
6
6
  "files": [