Skip to content

Commit d517bdd

Browse files
committed
Updated with build bb9b88b8-4996-48b8-9c7c-241850e20b91 from OmniCore-SDK-Generator commit 7f4108479b9e038933eab8cedeba7a66169987dd
1 parent 2a54b49 commit d517bdd

File tree

139 files changed

+236
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+236
-240
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
OmniCoreModelAndStateManagementApi - JavaScript client for omni_core_model_and_state_management_api
44
This is an OmniCore Model and State Management server.
55

6-
- API version: 1.8.5
7-
- Package version: 1.8.5
6+
- API version: 1.8.6
7+
- Package version: 1.8.6
88
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
99
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)
1010

Diff for: docs/MetricsData.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**data** | [**[MetricsLogs]**](MetricsLogs.md) | | [optional]
8-
**totalExports** | **Number** | | [optional]
9-
**totalReplays** | **Number** | | [optional]
8+
**totalExportSize** | **Number** | | [optional]
9+
**totalReplaySize** | **Number** | | [optional]
1010

1111

Diff for: docs/MetricsLogs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
**fileSize** | **Number** | | [optional]
99
**noofoperations** | **Number** | | [optional]
1010
**updatedon** | **String** | | [optional]
11-
**noOfReplays** | **Number** | | [optional]
12-
**noOfExports** | **Number** | | [optional]
11+
**replayFileSize** | **Number** | | [optional]
12+
**exportFileSize** | **Number** | | [optional]
1313

1414

Diff for: docs/VaultEncryptionKey.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**subscription** | **String** | | [optional]
88
**name** | **String** | | [optional]
9-
**id** | **String** | | [optional]
9+
**id** | **Number** | | [optional]
1010
**key** | **String** | | [optional]
1111

1212

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omni_core_model_and_state_management_api",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"description": "This is an OmniCore Model and State Management server.",
55
"license": "Unlicense",
66
"main": "dist/index.js",

Diff for: src/ApiClient.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.8.5
20+
* @version 1.8.6
2121
*/
2222

2323
/**
@@ -56,7 +56,7 @@ class ApiClient {
5656
* @default {}
5757
*/
5858
this.defaultHeaders = {
59-
'User-Agent': 'OpenAPI-Generator/1.8.5/Javascript'
59+
'User-Agent': 'OpenAPI-Generator/1.8.6/Javascript'
6060
};
6161

6262
/**

Diff for: src/api/DeviceApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ import ListDevicesResponse from '../model/ListDevicesResponse';
3030
/**
3131
* Device service.
3232
* @module api/DeviceApi
33-
* @version 1.8.5
33+
* @version 1.8.6
3434
*/
3535
export default class DeviceApi {
3636

Diff for: src/api/MetricsApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,7 +19,7 @@ import Metrics from '../model/Metrics';
1919
/**
2020
* Metrics service.
2121
* @module api/MetricsApi
22-
* @version 1.8.5
22+
* @version 1.8.6
2323
*/
2424
export default class MetricsApi {
2525

Diff for: src/api/RegistryApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@ import ListDeviceRegistries from '../model/ListDeviceRegistries';
2222
/**
2323
* Registry service.
2424
* @module api/RegistryApi
25-
* @version 1.8.5
25+
* @version 1.8.6
2626
*/
2727
export default class RegistryApi {
2828

Diff for: src/api/SinkApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@ import Sink from '../model/Sink';
2020
/**
2121
* Sink service.
2222
* @module api/SinkApi
23-
* @version 1.8.5
23+
* @version 1.8.6
2424
*/
2525
export default class SinkApi {
2626

Diff for: src/api/VaultApi.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ import VaultStatus from '../model/VaultStatus';
3232
/**
3333
* Vault service.
3434
* @module api/VaultApi
35-
* @version 1.8.5
35+
* @version 1.8.6
3636
*/
3737
export default class VaultApi {
3838

Diff for: src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -110,7 +110,7 @@ import VaultApi from './api/VaultApi';
110110
* </pre>
111111
* </p>
112112
* @module index
113-
* @version 1.8.5
113+
* @version 1.8.6
114114
*/
115115
export {
116116
/**

Diff for: src/model/Audit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Audit model module.
1818
* @module model/Audit
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class Audit {
2222
/**

Diff for: src/model/AuditResult.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import Audit from './Audit';
1717
/**
1818
* The AuditResult model module.
1919
* @module model/AuditResult
20-
* @version 1.8.5
20+
* @version 1.8.6
2121
*/
2222
class AuditResult {
2323
/**

Diff for: src/model/BindRequest.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The BindRequest model module.
1818
* @module model/BindRequest
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class BindRequest {
2222
/**

Diff for: src/model/BindRequestIdsGateway.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The BindRequestIdsGateway model module.
1818
* @module model/BindRequestIdsGateway
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class BindRequestIdsGateway {
2222
/**

Diff for: src/model/BlockCommunicationBody.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The BlockCommunicationBody model module.
1818
* @module model/BlockCommunicationBody
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class BlockCommunicationBody {
2222
/**

Diff for: src/model/Config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Config model module.
1818
* @module model/Config
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class Config {
2222
/**

Diff for: src/model/Configurations.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import VaultConfiguration from './VaultConfiguration';
1717
/**
1818
* The Configurations model module.
1919
* @module model/Configurations
20-
* @version 1.8.5
20+
* @version 1.8.6
2121
*/
2222
class Configurations {
2323
/**

Diff for: src/model/CreateConfiguration.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateConfiguration model module.
1818
* @module model/CreateConfiguration
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class CreateConfiguration {
2222
/**

Diff for: src/model/CreateVaultKeyBody.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateVaultKeyBody model module.
1818
* @module model/CreateVaultKeyBody
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class CreateVaultKeyBody {
2222
/**

Diff for: src/model/CustomOnboard.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ import Policy from './Policy';
2323
/**
2424
* The CustomOnboard model module.
2525
* @module model/CustomOnboard
26-
* @version 1.8.5
26+
* @version 1.8.6
2727
*/
2828
class CustomOnboard {
2929
/**

Diff for: src/model/Device.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,7 @@ import Policy from './Policy';
2323
/**
2424
* The Device model module.
2525
* @module model/Device
26-
* @version 1.8.5
26+
* @version 1.8.6
2727
*/
2828
class Device {
2929
/**

Diff for: src/model/DeviceCommand.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* OmniCore Model and State Management API
33
* This is an OmniCore Model and State Management server.
44
*
5-
* The version of the OpenAPI document: 1.8.5
5+
* The version of the OpenAPI document: 1.8.6
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeviceCommand model module.
1818
* @module model/DeviceCommand
19-
* @version 1.8.5
19+
* @version 1.8.6
2020
*/
2121
class DeviceCommand {
2222
/**

0 commit comments

Comments
 (0)