Skip to content

Commit efa83e8

Browse files
chore(all): re-generate OpenAPI client(s) (#92)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 68d5ffe commit efa83e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/registry-management-sdk/src/generated/api/registries-api.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const RegistriesApiAxiosParamCreator = function (configuration?: Configur
118118
* @param {number} [page] Page index
119119
* @param {number} [size] Number of items in each page
120120
* @param {string} [orderBy] Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement. Each query can be ordered by any of the kafkaRequests fields. For example, in order to retrieve all kafkas ordered by their name: &#x60;&#x60;&#x60;sql name asc &#x60;&#x60;&#x60; Or in order to retrieve all kafkas ordered by their name _and_ created date: &#x60;&#x60;&#x60;sql name asc, created_at asc &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then the results will be ordered by name.
121-
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: cloud_provider, name, owner, region and status. Allowed comparators are &#x60;&lt;&gt;&#x60;, &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve kafka request with name equal &#x60;my-kafka&#x60; and region equal &#x60;aws&#x60;, the value should be: &#x60;&#x60;&#x60; name &#x3D; my-kafka and cloud_provider &#x3D; aws &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
121+
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: name, status. Allowed comparators are &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve request with name equal &#x60;my-registry&#x60; the value should be: &#x60;&#x60;&#x60; name &#x3D; my-registry &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
122122
* @param {*} [options] Override http request option.
123123
* @throws {RequiredError}
124124
*/
@@ -242,7 +242,7 @@ export const RegistriesApiFp = function(configuration?: Configuration) {
242242
* @param {number} [page] Page index
243243
* @param {number} [size] Number of items in each page
244244
* @param {string} [orderBy] Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement. Each query can be ordered by any of the kafkaRequests fields. For example, in order to retrieve all kafkas ordered by their name: &#x60;&#x60;&#x60;sql name asc &#x60;&#x60;&#x60; Or in order to retrieve all kafkas ordered by their name _and_ created date: &#x60;&#x60;&#x60;sql name asc, created_at asc &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then the results will be ordered by name.
245-
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: cloud_provider, name, owner, region and status. Allowed comparators are &#x60;&lt;&gt;&#x60;, &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve kafka request with name equal &#x60;my-kafka&#x60; and region equal &#x60;aws&#x60;, the value should be: &#x60;&#x60;&#x60; name &#x3D; my-kafka and cloud_provider &#x3D; aws &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
245+
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: name, status. Allowed comparators are &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve request with name equal &#x60;my-registry&#x60; the value should be: &#x60;&#x60;&#x60; name &#x3D; my-registry &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
246246
* @param {*} [options] Override http request option.
247247
* @throws {RequiredError}
248248
*/
@@ -297,7 +297,7 @@ export const RegistriesApiFactory = function (configuration?: Configuration, bas
297297
* @param {number} [page] Page index
298298
* @param {number} [size] Number of items in each page
299299
* @param {string} [orderBy] Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement. Each query can be ordered by any of the kafkaRequests fields. For example, in order to retrieve all kafkas ordered by their name: &#x60;&#x60;&#x60;sql name asc &#x60;&#x60;&#x60; Or in order to retrieve all kafkas ordered by their name _and_ created date: &#x60;&#x60;&#x60;sql name asc, created_at asc &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then the results will be ordered by name.
300-
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: cloud_provider, name, owner, region and status. Allowed comparators are &#x60;&lt;&gt;&#x60;, &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve kafka request with name equal &#x60;my-kafka&#x60; and region equal &#x60;aws&#x60;, the value should be: &#x60;&#x60;&#x60; name &#x3D; my-kafka and cloud_provider &#x3D; aws &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
300+
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: name, status. Allowed comparators are &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve request with name equal &#x60;my-registry&#x60; the value should be: &#x60;&#x60;&#x60; name &#x3D; my-registry &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
301301
* @param {*} [options] Override http request option.
302302
* @throws {RequiredError}
303303
*/
@@ -349,7 +349,7 @@ export interface RegistriesApiInterface {
349349
* @param {number} [page] Page index
350350
* @param {number} [size] Number of items in each page
351351
* @param {string} [orderBy] Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement. Each query can be ordered by any of the kafkaRequests fields. For example, in order to retrieve all kafkas ordered by their name: &#x60;&#x60;&#x60;sql name asc &#x60;&#x60;&#x60; Or in order to retrieve all kafkas ordered by their name _and_ created date: &#x60;&#x60;&#x60;sql name asc, created_at asc &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then the results will be ordered by name.
352-
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: cloud_provider, name, owner, region and status. Allowed comparators are &#x60;&lt;&gt;&#x60;, &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve kafka request with name equal &#x60;my-kafka&#x60; and region equal &#x60;aws&#x60;, the value should be: &#x60;&#x60;&#x60; name &#x3D; my-kafka and cloud_provider &#x3D; aws &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
352+
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: name, status. Allowed comparators are &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve request with name equal &#x60;my-registry&#x60; the value should be: &#x60;&#x60;&#x60; name &#x3D; my-registry &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
353353
* @param {*} [options] Override http request option.
354354
* @throws {RequiredError}
355355
* @memberof RegistriesApiInterface
@@ -405,7 +405,7 @@ export class RegistriesApi extends BaseAPI implements RegistriesApiInterface {
405405
* @param {number} [page] Page index
406406
* @param {number} [size] Number of items in each page
407407
* @param {string} [orderBy] Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement. Each query can be ordered by any of the kafkaRequests fields. For example, in order to retrieve all kafkas ordered by their name: &#x60;&#x60;&#x60;sql name asc &#x60;&#x60;&#x60; Or in order to retrieve all kafkas ordered by their name _and_ created date: &#x60;&#x60;&#x60;sql name asc, created_at asc &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then the results will be ordered by name.
408-
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: cloud_provider, name, owner, region and status. Allowed comparators are &#x60;&lt;&gt;&#x60;, &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve kafka request with name equal &#x60;my-kafka&#x60; and region equal &#x60;aws&#x60;, the value should be: &#x60;&#x60;&#x60; name &#x3D; my-kafka and cloud_provider &#x3D; aws &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
408+
* @param {string} [search] Search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement. Allowed fields in the search are: name, status. Allowed comparators are &#x60;&#x3D;&#x60; or &#x60;LIKE&#x60;. Allowed joins are &#x60;AND&#x60; and &#x60;OR&#x60;, however there is a limit of max 10 joins in the search query. Examples: To retrieve request with name equal &#x60;my-registry&#x60; the value should be: &#x60;&#x60;&#x60; name &#x3D; my-registry &#x60;&#x60;&#x60; To retrieve kafka request with its name starting with &#x60;my&#x60;, the value should be: &#x60;&#x60;&#x60; name like my%25 &#x60;&#x60;&#x60; If the parameter isn\&#39;t provided, or if the value is empty, then all the kafkas that the user has permission to see will be returned. Note. If the query is invalid, an error will be returned
409409
* @param {*} [options] Override http request option.
410410
* @throws {RequiredError}
411411
* @memberof RegistriesApi

0 commit comments

Comments
 (0)