Skip to content

Commit

Permalink
Updated with build 5a1e7877-f125-4faa-9f21-3a91d3089ec2 from OmniCore…
Browse files Browse the repository at this point in the history
…-SDK-Generator commit 981d363d274ab80031114b1c21a8d16c5531ee19
  • Loading branch information
jaisonjayan committed May 24, 2024
1 parent 964350d commit 6a2c038
Show file tree
Hide file tree
Showing 154 changed files with 267 additions and 229 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
OmniCoreModelAndStateManagementApi - JavaScript client for omni_core_model_and_state_management_api
This is an OmniCore Model and State Management server.

- API version: 1.8.19
- Package version: 1.8.19
- API version: 1.8.20
- Package version: 1.8.20
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)

Expand Down
1 change: 1 addition & 0 deletions docs/EventNotificationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**roleArn** | **String** | | [optional]
**region** | **String** | | [optional]
**stream** | **String** | | [optional]
**externalId** | **String** | | [optional]
**vistaApiKey** | **String** | | [optional]
**isVista** | **Boolean** | | [optional]

Expand Down
1 change: 1 addition & 0 deletions docs/NotificationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ Name | Type | Description | Notes
**stream** | **String** | | [optional]
**vistaApiKey** | **String** | | [optional]
**isVista** | **Boolean** | | [optional]
**externalId** | **String** | | [optional]


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omni_core_model_and_state_management_api",
"version": "1.8.19",
"version": "1.8.20",
"description": "This is an OmniCore Model and State Management server.",
"license": "Unlicense",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 1.8.19
* @version 1.8.20
*/

/**
Expand Down Expand Up @@ -56,7 +56,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/1.8.19/Javascript'
'User-Agent': 'OpenAPI-Generator/1.8.20/Javascript'
};

/**
Expand Down
4 changes: 2 additions & 2 deletions src/api/DeviceApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -31,7 +31,7 @@ import ListDevicesResponse from '../model/ListDevicesResponse';
/**
* Device service.
* @module api/DeviceApi
* @version 1.8.19
* @version 1.8.20
*/
export default class DeviceApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/MetricsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -19,7 +19,7 @@ import Metrics from '../model/Metrics';
/**
* Metrics service.
* @module api/MetricsApi
* @version 1.8.19
* @version 1.8.20
*/
export default class MetricsApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/RegistryApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -22,7 +22,7 @@ import ListDeviceRegistries from '../model/ListDeviceRegistries';
/**
* Registry service.
* @module api/RegistryApi
* @version 1.8.19
* @version 1.8.20
*/
export default class RegistryApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/SinkApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -20,7 +20,7 @@ import Sink from '../model/Sink';
/**
* Sink service.
* @module api/SinkApi
* @version 1.8.19
* @version 1.8.20
*/
export default class SinkApi {

Expand Down
4 changes: 2 additions & 2 deletions src/api/VaultApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -34,7 +34,7 @@ import VaultStatus from '../model/VaultStatus';
/**
* Vault service.
* @module api/VaultApi
* @version 1.8.19
* @version 1.8.20
*/
export default class VaultApi {

Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -118,7 +118,7 @@ import VaultApi from './api/VaultApi';
* </pre>
* </p>
* @module index
* @version 1.8.19
* @version 1.8.20
*/
export {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Audit model module.
* @module model/Audit
* @version 1.8.19
* @version 1.8.20
*/
class Audit {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/AuditResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import Audit from './Audit';
/**
* The AuditResult model module.
* @module model/AuditResult
* @version 1.8.19
* @version 1.8.20
*/
class AuditResult {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/BindRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BindRequest model module.
* @module model/BindRequest
* @version 1.8.19
* @version 1.8.20
*/
class BindRequest {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/BindRequestIdsGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BindRequestIdsGateway model module.
* @module model/BindRequestIdsGateway
* @version 1.8.19
* @version 1.8.20
*/
class BindRequestIdsGateway {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/BlockCommunicationBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BlockCommunicationBody model module.
* @module model/BlockCommunicationBody
* @version 1.8.19
* @version 1.8.20
*/
class BlockCommunicationBody {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The Config model module.
* @module model/Config
* @version 1.8.19
* @version 1.8.20
*/
class Config {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Configurations.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import VaultConfiguration from './VaultConfiguration';
/**
* The Configurations model module.
* @module model/Configurations
* @version 1.8.19
* @version 1.8.20
*/
class Configurations {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/CreateConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The CreateConfiguration model module.
* @module model/CreateConfiguration
* @version 1.8.19
* @version 1.8.20
*/
class CreateConfiguration {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/CreateVaultKeyBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The CreateVaultKeyBody model module.
* @module model/CreateVaultKeyBody
* @version 1.8.19
* @version 1.8.20
*/
class CreateVaultKeyBody {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/CustomOnboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import Policy from './Policy';
/**
* The CustomOnboard model module.
* @module model/CustomOnboard
* @version 1.8.19
* @version 1.8.20
*/
class CustomOnboard {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/Device.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -24,7 +24,7 @@ import Policy from './Policy';
/**
* The Device model module.
* @module model/Device
* @version 1.8.19
* @version 1.8.20
*/
class Device {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/model/DeviceCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* OmniCore Model and State Management API
* This is an OmniCore Model and State Management server.
*
* The version of the OpenAPI document: 1.8.19
* The version of the OpenAPI document: 1.8.20
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The DeviceCommand model module.
* @module model/DeviceCommand
* @version 1.8.19
* @version 1.8.20
*/
class DeviceCommand {
/**
Expand Down
Loading

0 comments on commit 6a2c038

Please sign in to comment.