@influxdata/influxdb3-client 1.3.0-nightly.8962 → 1.3.0-nightly.9030
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/index.browser.js.map +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/influxdb.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -212,6 +212,7 @@ declare class Point {
|
|
|
212
212
|
static fromValues(values: PointValues): Point;
|
|
213
213
|
/**
|
|
214
214
|
* Get measurement name.
|
|
215
|
+
* It will return undefined when querying with SQL Query.
|
|
215
216
|
*
|
|
216
217
|
* @returns measurement name
|
|
217
218
|
*/
|
|
@@ -485,6 +486,7 @@ declare class PointValues {
|
|
|
485
486
|
constructor();
|
|
486
487
|
/**
|
|
487
488
|
* Get measurement name. Can be undefined if not set.
|
|
489
|
+
* It will return undefined when querying with SQL Query.
|
|
488
490
|
*
|
|
489
491
|
* @returns measurement name or undefined
|
|
490
492
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -212,6 +212,7 @@ declare class Point {
|
|
|
212
212
|
static fromValues(values: PointValues): Point;
|
|
213
213
|
/**
|
|
214
214
|
* Get measurement name.
|
|
215
|
+
* It will return undefined when querying with SQL Query.
|
|
215
216
|
*
|
|
216
217
|
* @returns measurement name
|
|
217
218
|
*/
|
|
@@ -485,6 +486,7 @@ declare class PointValues {
|
|
|
485
486
|
constructor();
|
|
486
487
|
/**
|
|
487
488
|
* Get measurement name. Can be undefined if not set.
|
|
489
|
+
* It will return undefined when querying with SQL Query.
|
|
488
490
|
*
|
|
489
491
|
* @returns measurement name or undefined
|
|
490
492
|
*/
|