Skip to content

Commit

Permalink
deps: update project version for npm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
paigen11 committed Sep 8, 2023
1 parent d5232ba commit 6f01b66
Show file tree
Hide file tree
Showing 86 changed files with 86 additions and 87 deletions.
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": "1.0.15",
"projectVersion": "1.0.16",
"sourceFolder": "src",
"usePromises": true
}
1 change: 0 additions & 1 deletion src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,3 @@ src/model/TowerLocation.js
src/model/Twilio.js
src/model/UpdateFleetRequest.js
src/model/UserDbRoute.js
test/model/CloneProjectRequest.spec.js
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.0.0
- Package version: 1.0.15
- Package version: 1.0.16
- 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": "1.0.15",
"version": "1.0.16",
"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 1.0.15
* @version 1.0.16
*/

/**
Expand Down Expand Up @@ -55,7 +55,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
"User-Agent": "OpenAPI-Generator/1.0.15/Javascript",
"User-Agent": "OpenAPI-Generator/1.0.16/Javascript",
};

/**
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 @@ -18,7 +18,7 @@ import LoginRequest from "../model/LoginRequest";
/**
* Authorization service.
* @module api/AuthorizationApi
* @version 1.0.15
* @version 1.0.16
*/
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 1.0.15
* @version 1.0.16
*/
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 @@ -28,7 +28,7 @@ import PutDeviceFleetsRequest from "../model/PutDeviceFleetsRequest";
/**
* Device service.
* @module api/DeviceApi
* @version 1.0.15
* @version 1.0.16
*/
export default class DeviceApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/DevicesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import GetProjectDevices200Response from "../model/GetProjectDevices200Response"
/**
* Devices service.
* @module api/DevicesApi
* @version 1.0.15
* @version 1.0.16
*/
export default class DevicesApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/EnvironmentVariablesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import GetDeviceEnvironmentVariables200Response from "../model/GetDeviceEnvironm
/**
* EnvironmentVariables service.
* @module api/EnvironmentVariablesApi
* @version 1.0.15
* @version 1.0.16
*/
export default class EnvironmentVariablesApi {
/**
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 @@ -19,7 +19,7 @@ import GetProjectEventsByCursor200Response from "../model/GetProjectEventsByCurs
/**
* Event service.
* @module api/EventApi
* @version 1.0.15
* @version 1.0.16
*/
export default class EventApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/FilesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import HandleNotefileDeleteRequest from "../model/HandleNotefileDeleteRequest";
/**
* Files service.
* @module api/FilesApi
* @version 1.0.15
* @version 1.0.16
*/
export default class FilesApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/FleetApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import UpdateFleetRequest from "../model/UpdateFleetRequest";
/**
* Fleet service.
* @module api/FleetApi
* @version 1.0.15
* @version 1.0.16
*/
export default class FleetApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/NotesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Note from "../model/Note";
/**
* Notes service.
* @module api/NotesApi
* @version 1.0.15
* @version 1.0.16
*/
export default class NotesApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/ProductApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Project from "../model/Project";
/**
* Product service.
* @module api/ProductApi
* @version 1.0.15
* @version 1.0.16
*/
export default class ProductApi {
/**
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 @@ -30,7 +30,7 @@ import Project from "../model/Project";
/**
* Project service.
* @module api/ProjectApi
* @version 1.0.15
* @version 1.0.16
*/
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 @@ -19,7 +19,7 @@ import UserDbRoute from "../model/UserDbRoute";
/**
* Route service.
* @module api/RouteApi
* @version 1.0.15
* @version 1.0.16
*/
export default class RouteApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/api/RouteLogsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import GetRouteLogsByRoute200ResponseInner from "../model/GetRouteLogsByRoute200
/**
* RouteLogs service.
* @module api/RouteLogsApi
* @version 1.0.15
* @version 1.0.16
*/
export default class RouteLogsApi {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ import RouteLogsApi from "./api/RouteLogsApi";
* </pre>
* </p>
* @module index
* @version 1.0.15
* @version 1.0.16
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Aws.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import HttpTransform from "./HttpTransform";
/**
* The Aws model module.
* @module model/Aws
* @version 1.0.15
* @version 1.0.16
*/
class Aws {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Azure.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import HttpTransform from "./HttpTransform";
/**
* The Azure model module.
* @module model/Azure
* @version 1.0.15
* @version 1.0.16
*/
class Azure {
/**
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 1.0.15
* @version 1.0.16
*/
class BillingAccount {
/**
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 1.0.15
* @version 1.0.16
*/
class Body {
/**
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 1.0.15
* @version 1.0.16
*/
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 1.0.15
* @version 1.0.16
*/
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 @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The CreateFleetRequest model module.
* @module model/CreateFleetRequest
* @version 1.0.15
* @version 1.0.16
*/
class CreateFleetRequest {
/**
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 1.0.15
* @version 1.0.16
*/
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 1.0.15
* @version 1.0.16
*/
class CreateProjectRequest {
/**
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 1.0.15
* @version 1.0.16
*/
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 1.0.15
* @version 1.0.16
*/
class DFUState {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeleteDeviceFleetsRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DeleteDeviceFleetsRequest model module.
* @module model/DeleteDeviceFleetsRequest
* @version 1.0.15
* @version 1.0.16
*/
class DeleteDeviceFleetsRequest {
/**
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 @@ -20,7 +20,7 @@ import Location from "./Location";
/**
* The Device model module.
* @module model/Device
* @version 1.0.15
* @version 1.0.16
*/
class Device {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeviceSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import TowerLocation from "./TowerLocation";
/**
* The DeviceSession model module.
* @module model/DeviceSession
* @version 1.0.15
* @version 1.0.16
*/
class DeviceSession {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeviceTowerInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DeviceTowerInfo model module.
* @module model/DeviceTowerInfo
* @version 1.0.15
* @version 1.0.16
*/
class DeviceTowerInfo {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/DeviceUsage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The DeviceUsage model module.
* @module model/DeviceUsage
* @version 1.0.15
* @version 1.0.16
*/
class DeviceUsage {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/EnvironmentVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The EnvironmentVariables model module.
* @module model/EnvironmentVariables
* @version 1.0.15
* @version 1.0.16
*/
class EnvironmentVariables {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Error.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The Error model module.
* @module model/Error
* @version 1.0.15
* @version 1.0.16
*/
class Error {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Event.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The Event model module.
* @module model/Event
* @version 1.0.15
* @version 1.0.16
*/
class Event {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/Fleet.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The Fleet model module.
* @module model/Fleet
* @version 1.0.15
* @version 1.0.16
*/
class Fleet {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/GetBillingAccounts200Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import BillingAccount from "./BillingAccount";
/**
* The GetBillingAccounts200Response model module.
* @module model/GetBillingAccounts200Response
* @version 1.0.15
* @version 1.0.16
*/
class GetBillingAccounts200Response {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/GetDeviceEnvironmentVariables200Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The GetDeviceEnvironmentVariables200Response model module.
* @module model/GetDeviceEnvironmentVariables200Response
* @version 1.0.15
* @version 1.0.16
*/
class GetDeviceEnvironmentVariables200Response {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/GetDeviceHealthLog200Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import GetDeviceHealthLog200ResponseHealthLogInner from "./GetDeviceHealthLog200
/**
* The GetDeviceHealthLog200Response model module.
* @module model/GetDeviceHealthLog200Response
* @version 1.0.15
* @version 1.0.16
*/
class GetDeviceHealthLog200Response {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from "../ApiClient";
/**
* The GetDeviceHealthLog200ResponseHealthLogInner model module.
* @module model/GetDeviceHealthLog200ResponseHealthLogInner
* @version 1.0.15
* @version 1.0.16
*/
class GetDeviceHealthLog200ResponseHealthLogInner {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/src/model/GetDeviceLatest200Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Event from "./Event";
/**
* The GetDeviceLatest200Response model module.
* @module model/GetDeviceLatest200Response
* @version 1.0.15
* @version 1.0.16
*/
class GetDeviceLatest200Response {
/**
Expand Down
Loading

0 comments on commit 6f01b66

Please sign in to comment.