-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated with build dc31ad94-fefa-405f-979c-a32c26167cc4 from OmniCore…
…-SDK-Generator commit 13feaa52fe84aa28d8bdc8cdf0832b8d5a9a6299
- Loading branch information
1 parent
d537c8b
commit 1609091
Showing
154 changed files
with
1,029 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -17,7 +17,7 @@ import querystring from "querystring"; | |
|
||
/** | ||
* @module ApiClient | ||
* @version 1.8.12 | ||
* @version 1.8.13 | ||
*/ | ||
|
||
/** | ||
|
@@ -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' | ||
}; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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'; | ||
|
@@ -114,7 +117,7 @@ import VaultApi from './api/VaultApi'; | |
* </pre> | ||
* </p> | ||
* @module index | ||
* @version 1.8.12 | ||
* @version 1.8.13 | ||
*/ | ||
export { | ||
/** | ||
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 { | ||
/** | ||
|
Oops, something went wrong.