Skip to content

Commit

Permalink
Updated with build dc31ad94-fefa-405f-979c-a32c26167cc4 from OmniCore…
Browse files Browse the repository at this point in the history
…-SDK-Generator commit 13feaa52fe84aa28d8bdc8cdf0832b8d5a9a6299
  • Loading branch information
jaisonjayan committed Mar 20, 2024
1 parent d537c8b commit 1609091
Show file tree
Hide file tree
Showing 154 changed files with 1,029 additions and 217 deletions.
7 changes: 5 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.12
- Package version: 1.8.12
- API version: 1.8.13
- Package version: 1.8.13
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)

Expand Down Expand Up @@ -239,6 +239,9 @@ Class | Method | HTTP request | Description
- [OmniCoreModelAndStateManagementApi.SetRetentionBody](docs/SetRetentionBody.md)
- [OmniCoreModelAndStateManagementApi.Sink](docs/Sink.md)
- [OmniCoreModelAndStateManagementApi.StartExportBody](docs/StartExportBody.md)
- [OmniCoreModelAndStateManagementApi.TcpUdpImage](docs/TcpUdpImage.md)
- [OmniCoreModelAndStateManagementApi.TcpUdpModel](docs/TcpUdpModel.md)
- [OmniCoreModelAndStateManagementApi.TcpUdpPortDetail](docs/TcpUdpPortDetail.md)
- [OmniCoreModelAndStateManagementApi.VaultConfiguration](docs/VaultConfiguration.md)
- [OmniCoreModelAndStateManagementApi.VaultEncryptionKey](docs/VaultEncryptionKey.md)
- [OmniCoreModelAndStateManagementApi.VaultStatus](docs/VaultStatus.md)
Expand Down
3 changes: 3 additions & 0 deletions docs/CustomOnboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ Name | Type | Description | Notes
**policy** | [**Policy**](Policy.md) | | [optional]
**customOnboardData** | **String** | | [optional]
**isApprove** | **Boolean** | | [optional]
**tcpUdpModelDetails** | [**ComponentsSchemasTcpUdpModel**](ComponentsSchemasTcpUdpModel.md) | | [optional]
**tcpUdpModelId** | [**Uint32**](Uint32.md) | | [optional]
**isTcpUdpDevice** | **Boolean** | | [optional]


13 changes: 13 additions & 0 deletions docs/TcpUdpImage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OmniCoreModelAndStateManagementApi.TcpUdpImage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**valid** | **Boolean** | Indicates if the image is valid |
**contentType** | **String** | The content type of the image | [optional]
**storageKey** | **String** | The storage key of the image | [optional]
**link** | **String** | The link to the image | [optional] [readonly]
**data** | **File** | The binary data of the image | [optional]


17 changes: 17 additions & 0 deletions docs/TcpUdpModel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# OmniCoreModelAndStateManagementApi.TcpUdpModel

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | The ID of the TCP/UDP model | [optional] [readonly]
**modelName** | **String** | The name of the model | [optional]
**manufacturer** | **String** | The manufacturer of the model | [optional]
**image** | [**TcpUdpImage**](TcpUdpImage.md) | |
**tcpDetails** | [**TcpUdpPortDetail**](TcpUdpPortDetail.md) | |
**udpDetails** | [**TcpUdpPortDetail**](TcpUdpPortDetail.md) | |
**metadata** | **Object** | Additional metadata in raw JSON format | [optional]
**createdAt** | **Date** | The creation timestamp of the model | [optional] [readonly]
**updatedAt** | **Date** | The last update timestamp of the model | [optional] [readonly]


10 changes: 10 additions & 0 deletions docs/TcpUdpPortDetail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# OmniCoreModelAndStateManagementApi.TcpUdpPortDetail

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **Boolean** | Indicates if the port is enabled |
**port** | **Number** | The port number | [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.12",
"version": "1.8.13",
"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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/

/**
Expand Down Expand Up @@ -56,7 +56,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/1.8.12/Javascript'
'User-Agent': 'OpenAPI-Generator/1.8.13/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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
export default class VaultApi {

Expand Down
25 changes: 23 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.12
* The version of the OpenAPI document: 1.8.13
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -73,6 +73,9 @@ import ReplayBody from './model/ReplayBody';
import SetRetentionBody from './model/SetRetentionBody';
import Sink from './model/Sink';
import StartExportBody from './model/StartExportBody';
import TcpUdpImage from './model/TcpUdpImage';
import TcpUdpModel from './model/TcpUdpModel';
import TcpUdpPortDetail from './model/TcpUdpPortDetail';
import VaultConfiguration from './model/VaultConfiguration';
import VaultEncryptionKey from './model/VaultEncryptionKey';
import VaultStatus from './model/VaultStatus';
Expand Down Expand Up @@ -114,7 +117,7 @@ import VaultApi from './api/VaultApi';
* </pre>
* </p>
* @module index
* @version 1.8.12
* @version 1.8.13
*/
export {
/**
Expand Down Expand Up @@ -483,6 +486,24 @@ export {
*/
StartExportBody,

/**
* The TcpUdpImage model constructor.
* @property {module:model/TcpUdpImage}
*/
TcpUdpImage,

/**
* The TcpUdpModel model constructor.
* @property {module:model/TcpUdpModel}
*/
TcpUdpModel,

/**
* The TcpUdpPortDetail model constructor.
* @property {module:model/TcpUdpPortDetail}
*/
TcpUdpPortDetail,

/**
* The VaultConfiguration model constructor.
* @property {module:model/VaultConfiguration}
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
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.12
* The version of the OpenAPI document: 1.8.13
* 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.12
* @version 1.8.13
*/
class CreateConfiguration {
/**
Expand Down
Loading

0 comments on commit 1609091

Please sign in to comment.