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*/
2525export 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 = {
0 commit comments