Skip to content

Commit

Permalink
Updated with build bb9b88b8-4996-48b8-9c7c-241850e20b91 from OmniCore…
Browse files Browse the repository at this point in the history
…-SDK-Generator commit 7f4108479b9e038933eab8cedeba7a66169987dd
  • Loading branch information
jaisonjayan committed Nov 22, 2023
1 parent 2a54b49 commit d517bdd
Show file tree
Hide file tree
Showing 139 changed files with 236 additions and 240 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.5
- Package version: 1.8.5
- API version: 1.8.6
- Package version: 1.8.6
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)

Expand Down
4 changes: 2 additions & 2 deletions docs/MetricsData.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**[MetricsLogs]**](MetricsLogs.md) | | [optional]
**totalExports** | **Number** | | [optional]
**totalReplays** | **Number** | | [optional]
**totalExportSize** | **Number** | | [optional]
**totalReplaySize** | **Number** | | [optional]


4 changes: 2 additions & 2 deletions docs/MetricsLogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Name | Type | Description | Notes
**fileSize** | **Number** | | [optional]
**noofoperations** | **Number** | | [optional]
**updatedon** | **String** | | [optional]
**noOfReplays** | **Number** | | [optional]
**noOfExports** | **Number** | | [optional]
**replayFileSize** | **Number** | | [optional]
**exportFileSize** | **Number** | | [optional]


2 changes: 1 addition & 1 deletion docs/VaultEncryptionKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscription** | **String** | | [optional]
**name** | **String** | | [optional]
**id** | **String** | | [optional]
**id** | **Number** | | [optional]
**key** | **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.5",
"version": "1.8.6",
"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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/

/**
Expand Down Expand Up @@ -56,7 +56,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/1.8.5/Javascript'
'User-Agent': 'OpenAPI-Generator/1.8.6/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.5
* The version of the OpenAPI document: 1.8.6
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -30,7 +30,7 @@ import ListDevicesResponse from '../model/ListDevicesResponse';
/**
* Device service.
* @module api/DeviceApi
* @version 1.8.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -32,7 +32,7 @@ import VaultStatus from '../model/VaultStatus';
/**
* Vault service.
* @module api/VaultApi
* @version 1.8.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -110,7 +110,7 @@ import VaultApi from './api/VaultApi';
* </pre>
* </p>
* @module index
* @version 1.8.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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 Device model module.
* @module model/Device
* @version 1.8.5
* @version 1.8.6
*/
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.5
* The version of the OpenAPI document: 1.8.6
* 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.5
* @version 1.8.6
*/
class DeviceCommand {
/**
Expand Down
Loading

0 comments on commit d517bdd

Please sign in to comment.