@influxdata/influxdb-client-apis
Advanced tools
Comparing version 1.6.0-nightly.10 to 1.6.0-nightly.11
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -41,5 +42,6 @@ import { Authorization, AuthorizationUpdateRequest, Authorizations } from './types'; | ||
/** | ||
* Creates AuthorizationsAPI from an influxDB object. | ||
* Creates AuthorizationsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -46,0 +48,0 @@ * List all authorizations. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -98,5 +99,6 @@ import { AddResourceMemberRequestBody, Bucket, Buckets, LabelMapping, LabelResponse, LabelsResponse, PostBucketRequest, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners } from './types'; | ||
/** | ||
* Creates BucketsAPI from an influxDB object. | ||
* Creates BucketsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -103,0 +105,0 @@ * List all buckets. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -68,5 +69,6 @@ import { Check, CheckPatch, Checks, FluxResponse, LabelMapping, LabelResponse, LabelsResponse, PostCheck } from './types'; | ||
/** | ||
* Creates ChecksAPI from an influxDB object. | ||
* Creates ChecksAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -73,0 +75,0 @@ * Get all checks. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -155,5 +156,6 @@ import { AddResourceMemberRequestBody, Cell, CellUpdate, CellWithViewProperties, Cells, CreateCell, CreateDashboardRequest, Dashboard, DashboardWithViewProperties, Dashboards, LabelMapping, LabelResponse, LabelsResponse, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners, View } from './types'; | ||
/** | ||
* Creates DashboardsAPI from an influxDB object. | ||
* Creates DashboardsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -160,0 +162,0 @@ * Get all dashboards. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -51,5 +52,6 @@ import { DBRP, DBRPUpdate, DBRPs } from './types'; | ||
/** | ||
* Creates DbrpsAPI from an influxDB object. | ||
* Creates DbrpsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -56,0 +58,0 @@ * List all database retention policy mappings. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -21,5 +22,6 @@ import { DeletePredicateRequest } from './types'; | ||
/** | ||
* Creates DeleteAPI from an influxDB object. | ||
* Creates DeleteAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -26,0 +28,0 @@ * Delete time series data from InfluxDB. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -56,5 +57,6 @@ import { Document, DocumentCreate, DocumentUpdate, Documents, LabelMapping, LabelResponse, LabelsResponse } from './types'; | ||
/** | ||
* Creates DocumentsAPI from an influxDB object. | ||
* Creates DocumentsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -61,0 +63,0 @@ * See https://v2.docs.influxdata.com/v2.0/api/#operation/GetDocumentsTemplates |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -11,5 +12,6 @@ import { Flags } from './types'; | ||
/** | ||
* Creates FlagsAPI from an influxDB object. | ||
* Creates FlagsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -16,0 +18,0 @@ * Return the feature flags for the currently authenticated user. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -11,5 +12,6 @@ import { HealthCheck } from './types'; | ||
/** | ||
* Creates HealthAPI from an influxDB object. | ||
* Creates HealthAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -16,0 +18,0 @@ * Get the health of an instance. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -35,5 +36,6 @@ import { LabelCreateRequest, LabelResponse, LabelUpdate, LabelsResponse } from './types'; | ||
/** | ||
* Creates LabelsAPI from an influxDB object. | ||
* Creates LabelsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -40,0 +42,0 @@ * Get all labels. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -20,5 +21,6 @@ import { PasswordResetBody, User } from './types'; | ||
/** | ||
* Creates MeAPI from an influxDB object. | ||
* Creates MeAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -25,0 +27,0 @@ * Return the current authenticated user. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -63,5 +64,6 @@ import { LabelMapping, LabelResponse, LabelsResponse, NotificationEndpoint, NotificationEndpointUpdate, NotificationEndpoints, PostNotificationEndpoint } from './types'; | ||
/** | ||
* Creates NotificationEndpointsAPI from an influxDB object. | ||
* Creates NotificationEndpointsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -68,0 +70,0 @@ * Get all notification endpoints. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -72,5 +73,6 @@ import { FluxResponse, LabelMapping, LabelResponse, LabelsResponse, NotificationRule, NotificationRuleUpdate, NotificationRules, PostNotificationRule } from './types'; | ||
/** | ||
* Creates NotificationRulesAPI from an influxDB object. | ||
* Creates NotificationRulesAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -77,0 +79,0 @@ * Get all notification rules. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -148,5 +149,6 @@ import { AddResourceMemberRequestBody, CloudUsers, Invite, LabelMapping, LabelResponse, LabelsResponse, Organization, Organizations, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners, SecretKeys, SecretKeysResponse, Secrets } from './types'; | ||
/** | ||
* Creates OrgsAPI from an influxDB object. | ||
* Creates OrgsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -153,0 +155,0 @@ * List all organizations. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -67,5 +68,6 @@ import { Pkg, PkgApply, PkgCreate, PkgSummary, Stack } from './types'; | ||
/** | ||
* Creates PackagesAPI from an influxDB object. | ||
* Creates PackagesAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -72,0 +74,0 @@ * Create a new Influx package. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -35,5 +36,6 @@ import { ASTResponse, AnalyzeQueryResponse, FluxSuggestion, FluxSuggestions, InfluxQLQuery, LanguageRequest, Query } from './types'; | ||
/** | ||
* Creates QueryAPI from an influxDB object. | ||
* Creates QueryAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -40,0 +42,0 @@ * See https://v2.docs.influxdata.com/v2.0/api/#operation/PostQueryAst |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -11,5 +12,6 @@ import { Ready } from './types'; | ||
/** | ||
* Creates ReadyAPI from an influxDB object. | ||
* Creates ReadyAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -16,0 +18,0 @@ * Get the readiness of an instance at startup. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -11,5 +12,6 @@ import { Routes } from './types'; | ||
/** | ||
* Creates RootAPI from an influxDB object. | ||
* Creates RootAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -16,0 +18,0 @@ * Map of all top level routes available. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -107,5 +108,6 @@ import { AddResourceMemberRequestBody, Label, LabelMapping, LabelResponse, LabelsResponse, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners, ScraperTargetRequest, ScraperTargetResponse, ScraperTargetResponses } from './types'; | ||
/** | ||
* Creates ScrapersAPI from an influxDB object. | ||
* Creates ScrapersAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -112,0 +114,0 @@ * Get all scraper targets. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -21,5 +22,6 @@ import { IsOnboarding, OnboardingRequest, OnboardingResponse } from './types'; | ||
/** | ||
* Creates SetupAPI from an influxDB object. | ||
* Creates SetupAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -26,0 +28,0 @@ * Check if database has default user, org, bucket. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -14,5 +15,6 @@ export interface PostSigninRequest { | ||
/** | ||
* Creates SigninAPI from an influxDB object. | ||
* Creates SigninAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -19,0 +21,0 @@ * Exchange basic auth credentials for session. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -10,5 +11,6 @@ export interface PostSignoutRequest { | ||
/** | ||
* Creates SignoutAPI from an influxDB object. | ||
* Creates SignoutAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -15,0 +17,0 @@ * Expire the current session. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -47,5 +48,6 @@ import { Buckets, HealthCheck, Source, Sources } from './types'; | ||
/** | ||
* Creates SourcesAPI from an influxDB object. | ||
* Creates SourcesAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -52,0 +54,0 @@ * Get all sources. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -156,5 +157,6 @@ import { AddResourceMemberRequestBody, LabelMapping, LabelResponse, LabelsResponse, Logs, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners, Run, RunManually, Runs, Task, TaskCreateRequest, TaskUpdateRequest, Tasks } from './types'; | ||
/** | ||
* Creates TasksAPI from an influxDB object. | ||
* Creates TasksAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -161,0 +163,0 @@ * List all tasks. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -13,5 +14,6 @@ import { TelegrafPlugins } from './types'; | ||
/** | ||
* Creates TelegrafAPI from an influxDB object. | ||
* Creates TelegrafAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -18,0 +20,0 @@ * See https://v2.docs.influxdata.com/v2.0/api/#operation/GetTelegrafPlugins |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -92,5 +93,6 @@ import { AddResourceMemberRequestBody, LabelMapping, LabelResponse, LabelsResponse, ResourceMember, ResourceMembers, ResourceOwner, ResourceOwners, Telegraf, TelegrafRequest, Telegrafs } from './types'; | ||
/** | ||
* Creates TelegrafsAPI from an influxDB object. | ||
* Creates TelegrafsAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -97,0 +99,0 @@ * See https://v2.docs.influxdata.com/v2.0/api/#operation/GetTelegrafs |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -44,5 +45,6 @@ import { PasswordResetBody, User, Users } from './types'; | ||
/** | ||
* Creates UsersAPI from an influxDB object. | ||
* Creates UsersAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -49,0 +51,0 @@ * List all users. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -63,5 +64,6 @@ import { LabelMapping, LabelResponse, LabelsResponse, Variable, Variables } from './types'; | ||
/** | ||
* Creates VariablesAPI from an influxDB object. | ||
* Creates VariablesAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -68,0 +70,0 @@ * Get all variables. |
@@ -0,1 +1,2 @@ | ||
import { InfluxDB } from '@influxdata/influxdb-client'; | ||
import { APIBase, RequestOptions } from '../APIBase'; | ||
@@ -20,5 +21,6 @@ export interface PostWriteRequest { | ||
/** | ||
* Creates WriteAPI from an influxDB object. | ||
* Creates WriteAPI | ||
* @param influxDB InfluxDB | ||
*/ | ||
constructor(influxDB: any); | ||
constructor(influxDB: InfluxDB); | ||
/** | ||
@@ -25,0 +27,0 @@ * Write time series data into InfluxDB. |
{ | ||
"name": "@influxdata/influxdb-client-apis", | ||
"version": "1.6.0-nightly.10+8b8d075", | ||
"version": "1.6.0-nightly.11+f9695b2", | ||
"description": "InfluxDB 2.0 generated APIs", | ||
@@ -39,3 +39,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@influxdata/influxdb-client": "^1.6.0-nightly.10+8b8d075", | ||
"@influxdata/influxdb-client": "^1.6.0-nightly.11+f9695b2", | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
@@ -58,3 +58,3 @@ "@typescript-eslint/parser": "^2.9.0", | ||
}, | ||
"gitHead": "8b8d075205c431428de902f9df2c6c8a4d610989" | ||
"gitHead": "f9695b25d7bf2e4c1af12dc945798fab4830e61b" | ||
} |
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
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
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
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
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
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 too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1660207
8380