@influxdata/influxdb3-client
Advanced tools
Comparing version 0.13.0-nightly.7346 to 0.13.0-nightly.7600
@@ -237,3 +237,3 @@ /** | ||
* the timestamp. A number value represents time as a count of time units since epoch, the | ||
* exact time unit then depends on the {@link InfluxDBClient.write | precision} of the API | ||
* exact time unit then depends on the {@link InfluxDBClient.default.write | precision} of the API | ||
* that writes the point. | ||
@@ -287,3 +287,3 @@ * | ||
* @param name - field name | ||
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match float type. | ||
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match float type. | ||
* @returns The float field value or undefined. | ||
@@ -307,3 +307,3 @@ */ | ||
* @param name - field name | ||
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match integer type. | ||
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match integer type. | ||
* @returns The integer field value or undefined. | ||
@@ -327,3 +327,3 @@ */ | ||
* @param name - field name | ||
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match uint type. | ||
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match uint type. | ||
* @returns The uint field value or undefined. | ||
@@ -347,3 +347,3 @@ */ | ||
* @param name - field name | ||
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match string type. | ||
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match string type. | ||
* @returns The string field value or undefined. | ||
@@ -366,3 +366,3 @@ */ | ||
* @param name - field name | ||
* @throws {@link GetFieldTypeMissmatchError} Actual type of field doesn't match boolean type. | ||
* @throws {@link PointValues.GetFieldTypeMissmatchError} Actual type of field doesn't match boolean type. | ||
* @returns The boolean field value or undefined. | ||
@@ -516,3 +516,3 @@ */ | ||
* the timestamp. A number value represents time as a count of time units since epoch, the | ||
* exact time unit then depends on the {@link InfluxDBClient.write | precision} of the API | ||
* exact time unit then depends on the {@link InfluxDBClient.default.write | precision} of the API | ||
* that writes the point. | ||
@@ -806,3 +806,3 @@ * | ||
/** | ||
* Options used by {@link InfluxDBClient.write} . | ||
* Options used by {@link InfluxDBClient.default.write} . | ||
* | ||
@@ -872,3 +872,3 @@ * @example WriteOptions in write call | ||
/** | ||
* Options used by {@link InfluxDBClient.query} and by {@link InfluxDBClient.queryPoints}. | ||
* Options used by {@link InfluxDBClient.default.query} and by {@link InfluxDBClient.default.queryPoints}. | ||
* | ||
@@ -875,0 +875,0 @@ * @example QueryOptions in queryCall |
{ | ||
"name": "@influxdata/influxdb3-client", | ||
"version": "0.13.0-nightly.7346", | ||
"version": "0.13.0-nightly.7600", | ||
"description": "The Client that provides a simple and convenient way to interact with InfluxDB 3.", | ||
"scripts": { | ||
"apidoc:extract": "api-extractor run", | ||
"build": "yarn cp ../../README.md ./README.md && yarn run clean && yarn run build:browser && yarn run build:node", | ||
@@ -63,3 +62,2 @@ "build:node": "yarn tsup", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.36.0", | ||
"@types/chai": "^4.2.5", | ||
@@ -98,3 +96,3 @@ "@types/mocha": "^10.0.0", | ||
}, | ||
"gitHead": "cd73b539fcc674b9fe89d31a9e3215e34c4c8933" | ||
"gitHead": "4b012028df3ab937f4bdccf62f7926c17b7b6d94" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2962484
24