Skip to content

Commit 33b876d

Browse files
committed
Updated with build 076f9549-b72f-4261-b052-18309cb10a12 from OmniCore-SDK-Generator commit ef8e60e53d08f667b788a88f220f825f82fb09d2
1 parent aaacd89 commit 33b876d

153 files changed

Lines changed: 244 additions & 244 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 3 additions & 3 deletions
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.17
7-
- Package version: 1.8.17
6+
- API version: 1.8.18
7+
- Package version: 1.8.18
88
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
99
For more information, please visit [http://www.korewireless.com](http://www.korewireless.com)
1010

@@ -156,7 +156,7 @@ Class | Method | HTTP request | Description
156156
*OmniCoreModelAndStateManagementApi.RegistryApi* | [**updateRegistry**](docs/RegistryApi.md#updateRegistry) | **PATCH** /omnicore/subscriptions/{subscriptionId}/registries/{registryId} |
157157
*OmniCoreModelAndStateManagementApi.SinkApi* | [**createSink**](docs/SinkApi.md#createSink) | **POST** /omnicore/subscriptions/{subscriptionId}/sinks |
158158
*OmniCoreModelAndStateManagementApi.SinkApi* | [**deleteSink**](docs/SinkApi.md#deleteSink) | **DELETE** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
159-
*OmniCoreModelAndStateManagementApi.SinkApi* | [**getASink**](docs/SinkApi.md#getASink) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
159+
*OmniCoreModelAndStateManagementApi.SinkApi* | [**getSink**](docs/SinkApi.md#getSink) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
160160
*OmniCoreModelAndStateManagementApi.SinkApi* | [**getSinks**](docs/SinkApi.md#getSinks) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks | Get All Sinks
161161
*OmniCoreModelAndStateManagementApi.VaultApi* | [**createVaultConfiguration**](docs/VaultApi.md#createVaultConfiguration) | **POST** /vault/subscriptions/{subscriptionid}/configurations |
162162
*OmniCoreModelAndStateManagementApi.VaultApi* | [**createVaultKey**](docs/VaultApi.md#createVaultKey) | **POST** /vault/subscriptions/{subscriptionid}/encryptionkeys |

docs/SinkApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**createSink**](SinkApi.md#createSink) | **POST** /omnicore/subscriptions/{subscriptionId}/sinks |
88
[**deleteSink**](SinkApi.md#deleteSink) | **DELETE** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
9-
[**getASink**](SinkApi.md#getASink) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
9+
[**getSink**](SinkApi.md#getSink) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks/{sinkId} |
1010
[**getSinks**](SinkApi.md#getSinks) | **GET** /omnicore/subscriptions/{subscriptionId}/sinks | Get All Sinks
1111

1212

@@ -125,9 +125,9 @@ Name | Type | Description | Notes
125125
- **Accept**: application/json
126126

127127

128-
## getASink
128+
## getSink
129129

130-
> Sink getASink(subscriptionId, sinkId)
130+
> Sink getSink(subscriptionId, sinkId)
131131
132132

133133

@@ -150,7 +150,7 @@ bearerAuth.accessToken = "YOUR ACCESS TOKEN"
150150
let apiInstance = new OmniCoreModelAndStateManagementApi.SinkApi();
151151
let subscriptionId = "subscriptionId_example"; // String | Subscription ID
152152
let sinkId = "sinkId_example"; // String | Sink ID
153-
apiInstance.getASink(subscriptionId, sinkId, (error, data, response) => {
153+
apiInstance.getSink(subscriptionId, sinkId, (error, data, response) => {
154154
if (error) {
155155
console.error(error);
156156
} else {

package.json

Lines changed: 1 addition & 1 deletion
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.17",
3+
"version": "1.8.18",
44
"description": "This is an OmniCore Model and State Management server.",
55
"license": "Unlicense",
66
"main": "dist/index.js",

src/ApiClient.js

Lines changed: 3 additions & 3 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
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.17
20+
* @version 1.8.18
2121
*/
2222

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

6262
/**

src/api/DeviceApi.js

Lines changed: 2 additions & 2 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ import ListDevicesResponse from '../model/ListDevicesResponse';
3131
/**
3232
* Device service.
3333
* @module api/DeviceApi
34-
* @version 1.8.17
34+
* @version 1.8.18
3535
*/
3636
export default class DeviceApi {
3737

src/api/MetricsApi.js

Lines changed: 2 additions & 2 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
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.17
22+
* @version 1.8.18
2323
*/
2424
export default class MetricsApi {
2525

src/api/RegistryApi.js

Lines changed: 2 additions & 2 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
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.17
25+
* @version 1.8.18
2626
*/
2727
export default class RegistryApi {
2828

src/api/SinkApi.js

Lines changed: 8 additions & 8 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
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.17
23+
* @version 1.8.18
2424
*/
2525
export default class SinkApi {
2626

@@ -130,8 +130,8 @@ export default class SinkApi {
130130
}
131131

132132
/**
133-
* Callback function to receive the result of the getASink operation.
134-
* @callback module:api/SinkApi~getASinkCallback
133+
* Callback function to receive the result of the getSink operation.
134+
* @callback module:api/SinkApi~getSinkCallback
135135
* @param {String} error Error message, if any.
136136
* @param {module:model/Sink} data The data returned by the service call.
137137
* @param {String} response The complete HTTP response.
@@ -141,18 +141,18 @@ export default class SinkApi {
141141
* Get A Sink
142142
* @param {String} subscriptionId Subscription ID
143143
* @param {String} sinkId Sink ID
144-
* @param {module:api/SinkApi~getASinkCallback} callback The callback function, accepting three arguments: error, data, response
144+
* @param {module:api/SinkApi~getSinkCallback} callback The callback function, accepting three arguments: error, data, response
145145
* data is of type: {@link module:model/Sink}
146146
*/
147-
getASink(subscriptionId, sinkId, callback) {
147+
getSink(subscriptionId, sinkId, callback) {
148148
let postBody = null;
149149
// verify the required parameter 'subscriptionId' is set
150150
if (subscriptionId === undefined || subscriptionId === null) {
151-
throw new Error("Missing the required parameter 'subscriptionId' when calling getASink");
151+
throw new Error("Missing the required parameter 'subscriptionId' when calling getSink");
152152
}
153153
// verify the required parameter 'sinkId' is set
154154
if (sinkId === undefined || sinkId === null) {
155-
throw new Error("Missing the required parameter 'sinkId' when calling getASink");
155+
throw new Error("Missing the required parameter 'sinkId' when calling getSink");
156156
}
157157

158158
let pathParams = {

src/api/VaultApi.js

Lines changed: 2 additions & 2 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ import VaultStatus from '../model/VaultStatus';
3434
/**
3535
* Vault service.
3636
* @module api/VaultApi
37-
* @version 1.8.17
37+
* @version 1.8.18
3838
*/
3939
export default class VaultApi {
4040

src/index.js

Lines changed: 2 additions & 2 deletions
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.17
5+
* The version of the OpenAPI document: 1.8.18
66
* Contact: omnicoresupport@korewireless.com
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -118,7 +118,7 @@ import VaultApi from './api/VaultApi';
118118
* </pre>
119119
* </p>
120120
* @module index
121-
* @version 1.8.17
121+
* @version 1.8.18
122122
*/
123123
export {
124124
/**

0 commit comments

Comments
 (0)