@rhoas/kafka-instance-sdk
Advanced tools
Comparing version 0.30.0 to 0.31.0-alpha1
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -49,3 +49,3 @@ * | ||
(0, common_1.assertParamExists)('createAcl', 'aclBinding', aclBinding); | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -86,3 +86,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
deleteAcls: (resourceType, resourceName, patternType, principal, operation, permission, options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -133,3 +133,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
getAclResourceOperations: (options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
const localVarPath = `/api/v1/acls/resource-operations`; | ||
const localVarPath = `/rest/acls/resource-operations`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -172,3 +172,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
getAcls: (resourceType, resourceName, patternType, principal, operation, permission, page, size, order, orderKey, options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -175,0 +175,0 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -49,3 +49,3 @@ * | ||
(0, common_1.assertParamExists)('deleteConsumerGroupById', 'consumerGroupId', consumerGroupId); | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -86,3 +86,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
(0, common_1.assertParamExists)('getConsumerGroupById', 'consumerGroupId', consumerGroupId); | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -136,3 +136,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
getConsumerGroups: (offset, limit, size, page, topic, groupIdFilter, order, orderKey, options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
const localVarPath = `/api/v1/consumer-groups`; | ||
const localVarPath = `/rest/consumer-groups`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -195,3 +195,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
(0, common_1.assertParamExists)('resetConsumerGroupOffset', 'consumerGroupResetOffsetParameters', consumerGroupResetOffsetParameters); | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}/reset-offset` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}/reset-offset` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -198,0 +198,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -54,3 +54,3 @@ * | ||
(0, common_1.assertParamExists)('consumeRecords', 'topicName', topicName); | ||
const localVarPath = `/api/v1/topics/{topicName}/records` | ||
const localVarPath = `/rest/topics/{topicName}/records` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -105,3 +105,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
(0, common_1.assertParamExists)('produceRecord', 'record', record); | ||
const localVarPath = `/api/v1/topics/{topicName}/records` | ||
const localVarPath = `/rest/topics/{topicName}/records` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -108,0 +108,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -49,3 +49,3 @@ * | ||
(0, common_1.assertParamExists)('createTopic', 'newTopicInput', newTopicInput); | ||
const localVarPath = `/api/v1/topics`; | ||
const localVarPath = `/rest/topics`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -83,3 +83,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
(0, common_1.assertParamExists)('deleteTopic', 'topicName', topicName); | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -116,3 +116,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
(0, common_1.assertParamExists)('getTopic', 'topicName', topicName); | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -153,3 +153,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
getTopics: (offset, limit, size, filter, page, order, orderKey, options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
const localVarPath = `/api/v1/topics`; | ||
const localVarPath = `/rest/topics`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -209,3 +209,3 @@ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
(0, common_1.assertParamExists)('updateTopic', 'topicSettings', topicSettings); | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -212,0 +212,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -11,0 +11,0 @@ * |
{ | ||
"name": "@rhoas/kafka-instance-sdk", | ||
"version": "0.30.0", | ||
"version": "0.31.0-alpha1", | ||
"description": "RHOAS Kafka Instance Adminstration SDK", | ||
@@ -31,4 +31,4 @@ "author": "Red Hat Developers", | ||
"@types/node": "16.11.26", | ||
"typescript": "4.6.3" | ||
"typescript": "4.6.2" | ||
} | ||
} |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -56,3 +56,3 @@ * | ||
assertParamExists('createAcl', 'aclBinding', aclBinding) | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -100,3 +100,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
deleteAcls: async (resourceType?: AclResourceTypeFilter, resourceName?: string, patternType?: AclPatternTypeFilter, principal?: string, operation?: AclOperationFilter, permission?: AclPermissionTypeFilter, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -159,3 +159,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
getAclResourceOperations: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
const localVarPath = `/api/v1/acls/resource-operations`; | ||
const localVarPath = `/rest/acls/resource-operations`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -204,3 +204,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
getAcls: async (resourceType?: AclResourceTypeFilter, resourceName?: string, patternType?: AclPatternTypeFilter, principal?: string, operation?: AclOperationFilter, permission?: AclPermissionTypeFilter, page?: number, size?: number, order?: SortDirection, orderKey?: AclBindingOrderKey, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
const localVarPath = `/api/v1/acls`; | ||
const localVarPath = `/rest/acls`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -207,0 +207,0 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -54,3 +54,3 @@ * | ||
assertParamExists('deleteConsumerGroupById', 'consumerGroupId', consumerGroupId) | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -97,3 +97,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
assertParamExists('getConsumerGroupById', 'consumerGroupId', consumerGroupId) | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -157,3 +157,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
getConsumerGroups: async (offset?: number, limit?: number, size?: number, page?: number, topic?: string, groupIdFilter?: string, order?: SortDirection, orderKey?: ConsumerGroupOrderKey, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
const localVarPath = `/api/v1/consumer-groups`; | ||
const localVarPath = `/rest/consumer-groups`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -230,3 +230,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
assertParamExists('resetConsumerGroupOffset', 'consumerGroupResetOffsetParameters', consumerGroupResetOffsetParameters) | ||
const localVarPath = `/api/v1/consumer-groups/{consumerGroupId}/reset-offset` | ||
const localVarPath = `/rest/consumer-groups/{consumerGroupId}/reset-offset` | ||
.replace(`{${"consumerGroupId"}}`, encodeURIComponent(String(consumerGroupId))); | ||
@@ -233,0 +233,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -51,3 +51,3 @@ * | ||
assertParamExists('consumeRecords', 'topicName', topicName) | ||
const localVarPath = `/api/v1/topics/{topicName}/records` | ||
const localVarPath = `/rest/topics/{topicName}/records` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -113,3 +113,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
assertParamExists('produceRecord', 'record', record) | ||
const localVarPath = `/api/v1/topics/{topicName}/records` | ||
const localVarPath = `/rest/topics/{topicName}/records` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -116,0 +116,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -52,3 +52,3 @@ * | ||
assertParamExists('createTopic', 'newTopicInput', newTopicInput) | ||
const localVarPath = `/api/v1/topics`; | ||
const localVarPath = `/rest/topics`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -93,3 +93,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
assertParamExists('deleteTopic', 'topicName', topicName) | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -132,3 +132,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
assertParamExists('getTopic', 'topicName', topicName) | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -175,3 +175,3 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
getTopics: async (offset?: number, limit?: number, size?: number, filter?: string, page?: number, order?: SortDirection, orderKey?: TopicOrderKey, options: AxiosRequestConfig = {}): Promise<RequestArgs> => { | ||
const localVarPath = `/api/v1/topics`; | ||
const localVarPath = `/rest/topics`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
@@ -244,3 +244,3 @@ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); | ||
assertParamExists('updateTopic', 'topicSettings', topicSettings) | ||
const localVarPath = `/api/v1/topics/{topicName}` | ||
const localVarPath = `/rest/topics/{topicName}` | ||
.replace(`{${"topicName"}}`, encodeURIComponent(String(topicName))); | ||
@@ -247,0 +247,0 @@ // use dummy base URL string because the URL constructor only accepts absolute URLs. |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
@@ -7,3 +7,3 @@ /* tslint:disable */ | ||
* | ||
* The version of the OpenAPI document: 0.8.1-SNAPSHOT | ||
* The version of the OpenAPI document: 0.7.1-SNAPSHOT | ||
* | ||
@@ -10,0 +10,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
371401