Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"licenseName": "MIT",
"moduleName": "NotehubJs",
"npmRepository": "https://registry.npmjs.org",
"projectVersion": "4.0.0",
"projectVersion": "5.0.0",
"sourceFolder": "src",
"usePromises": true
}
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The OpenAPI definition for the Notehub.io API.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.2.0
- Package version: 4.0.0
- Package version: 5.0.0
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blues-inc/notehub-js",
"version": "4.0.0",
"version": "5.0.0",
"description": "The OpenAPI definition for the Notehub.io API. ",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 4.0.0
* @version 5.0.0
*/

/**
Expand Down Expand Up @@ -55,7 +55,7 @@ class ApiClient {
*/
this.defaultHeaders = {};
if (typeof window === "undefined") {
this.defaultHeaders["User-Agent"] = "OpenAPI-Generator/4.0.0/Javascript";
this.defaultHeaders["User-Agent"] = "OpenAPI-Generator/5.0.0/Javascript";
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/AlertApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import GetAlerts200Response from "../model/GetAlerts200Response";
/**
* Alert service.
* @module api/AlertApi
* @version 4.0.0
* @version 5.0.0
*/
export default class AlertApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/AuthorizationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import OAuth2TokenResponse from "../model/OAuth2TokenResponse";
/**
* Authorization service.
* @module api/AuthorizationApi
* @version 4.0.0
* @version 5.0.0
*/
export default class AuthorizationApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/BillingAccountApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import GetBillingAccounts200Response from "../model/GetBillingAccounts200Respons
/**
* BillingAccount service.
* @module api/BillingAccountApi
* @version 4.0.0
* @version 5.0.0
*/
export default class BillingAccountApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/DeviceApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import SignalDevice200Response from "../model/SignalDevice200Response";
/**
* Device service.
* @module api/DeviceApi
* @version 4.0.0
* @version 5.0.0
*/
export default class DeviceApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/EventApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import RouteLog from "../model/RouteLog";
/**
* Event service.
* @module api/EventApi
* @version 4.0.0
* @version 5.0.0
*/
export default class EventApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/ExternalDevicesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Event from "../model/Event";
/**
* ExternalDevices service.
* @module api/ExternalDevicesApi
* @version 4.0.0
* @version 5.0.0
*/
export default class ExternalDevicesApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/MonitorApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Monitor from "../model/Monitor";
/**
* Monitor service.
* @module api/MonitorApi
* @version 4.0.0
* @version 5.0.0
*/
export default class MonitorApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/ProjectApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import UpdateFleetRequest from "../model/UpdateFleetRequest";
/**
* Project service.
* @module api/ProjectApi
* @version 4.0.0
* @version 5.0.0
*/
export default class ProjectApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/RouteApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import RouteLog from "../model/RouteLog";
/**
* Route service.
* @module api/RouteApi
* @version 4.0.0
* @version 5.0.0
*/
export default class RouteApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/UsageApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import UsageEventsResponse from "../model/UsageEventsResponse";
/**
* Usage service.
* @module api/UsageApi
* @version 4.0.0
* @version 5.0.0
*/
export default class UsageApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/WebhookApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import WebhookSettings from "../model/WebhookSettings";
/**
* Webhook service.
* @module api/WebhookApi
* @version 4.0.0
* @version 5.0.0
*/
export default class WebhookApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ import WebhookApi from "./api/WebhookApi";
* </pre>
* </p>
* @module index
* @version 4.0.0
* @version 5.0.0
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/AddDeviceToFleetsRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The AddDeviceToFleetsRequest model module.
* @module model/AddDeviceToFleetsRequest
* @version 4.0.0
* @version 5.0.0
*/
class AddDeviceToFleetsRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import AlertNotificationsInner from "./AlertNotificationsInner";
/**
* The Alert model module.
* @module model/Alert
* @version 4.0.0
* @version 5.0.0
*/
class Alert {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/AlertDataInner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The AlertDataInner model module.
* @module model/AlertDataInner
* @version 4.0.0
* @version 5.0.0
*/
class AlertDataInner {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/AlertNotificationsInner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The AlertNotificationsInner model module.
* @module model/AlertNotificationsInner
* @version 4.0.0
* @version 5.0.0
*/
class AlertNotificationsInner {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/AwsRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import RouteTransformSettings from "./RouteTransformSettings";
/**
* The AwsRoute model module.
* @module model/AwsRoute
* @version 4.0.0
* @version 5.0.0
*/
class AwsRoute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/AzureRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import RouteTransformSettings from "./RouteTransformSettings";
/**
* The AzureRoute model module.
* @module model/AzureRoute
* @version 4.0.0
* @version 5.0.0
*/
class AzureRoute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/BillingAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import BillingAccountRole from "./BillingAccountRole";
/**
* The BillingAccount model module.
* @module model/BillingAccount
* @version 4.0.0
* @version 5.0.0
*/
class BillingAccount {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/BlynkRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import RouteTransformSettings from "./RouteTransformSettings";
/**
* The BlynkRoute model module.
* @module model/BlynkRoute
* @version 4.0.0
* @version 5.0.0
*/
class BlynkRoute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Body.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The Body model module.
* @module model/Body
* @version 4.0.0
* @version 5.0.0
*/
class Body {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CellularPlan.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DataUsage from "./DataUsage";
/**
* The CellularPlan model module.
* @module model/CellularPlan
* @version 4.0.0
* @version 5.0.0
*/
class CellularPlan {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CloneProjectRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The CloneProjectRequest model module.
* @module model/CloneProjectRequest
* @version 4.0.0
* @version 5.0.0
*/
class CloneProjectRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The Contact model module.
* @module model/Contact
* @version 4.0.0
* @version 5.0.0
*/
class Contact {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CreateFleetRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import FleetConnectivityAssurance from "./FleetConnectivityAssurance";
/**
* The CreateFleetRequest model module.
* @module model/CreateFleetRequest
* @version 4.0.0
* @version 5.0.0
*/
class CreateFleetRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CreateMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import MonitorAlertRoutesInner from "./MonitorAlertRoutesInner";
/**
* The CreateMonitor model module.
* @module model/CreateMonitor
* @version 4.0.0
* @version 5.0.0
*/
class CreateMonitor {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CreateProductRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The CreateProductRequest model module.
* @module model/CreateProductRequest
* @version 4.0.0
* @version 5.0.0
*/
class CreateProductRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CreateProjectRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The CreateProjectRequest model module.
* @module model/CreateProjectRequest
* @version 4.0.0
* @version 5.0.0
*/
class CreateProjectRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CreateUpdateRepository.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The CreateUpdateRepository model module.
* @module model/CreateUpdateRepository
* @version 4.0.0
* @version 5.0.0
*/
class CreateUpdateRepository {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/CurrentFirmware.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Firmware from "./Firmware";
/**
* The CurrentFirmware model module.
* @module model/CurrentFirmware
* @version 4.0.0
* @version 5.0.0
*/
class CurrentFirmware {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DFUEnv.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DFUState from "./DFUState";
/**
* The DFUEnv model module.
* @module model/DFUEnv
* @version 4.0.0
* @version 5.0.0
*/
class DFUEnv {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DFUState.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DFUState model module.
* @module model/DFUState
* @version 4.0.0
* @version 5.0.0
*/
class DFUState {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DataField.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DataField model module.
* @module model/DataField
* @version 4.0.0
* @version 5.0.0
*/
class DataField {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DataSetField.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DataSetField model module.
* @module model/DataSetField
* @version 4.0.0
* @version 5.0.0
*/
class DataSetField {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DataUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DataUsage model module.
* @module model/DataUsage
* @version 4.0.0
* @version 5.0.0
*/
class DataUsage {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DatacakeRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import RouteTransformSettings from "./RouteTransformSettings";
/**
* The DatacakeRoute model module.
* @module model/DatacakeRoute
* @version 4.0.0
* @version 5.0.0
*/
class DatacakeRoute {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeleteDeviceFromFleetsRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DeleteDeviceFromFleetsRequest model module.
* @module model/DeleteDeviceFromFleetsRequest
* @version 4.0.0
* @version 5.0.0
*/
class DeleteDeviceFromFleetsRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeleteNotefilesRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DeleteNotefilesRequest model module.
* @module model/DeleteNotefilesRequest
* @version 4.0.0
* @version 5.0.0
*/
class DeleteNotefilesRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Device.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import SimUsage from "./SimUsage";
/**
* The Device model module.
* @module model/Device
* @version 4.0.0
* @version 5.0.0
*/
class Device {
/**
Expand Down
Loading