Commit Graph

9 Commits

Author SHA1 Message Date
ttt161
20f0b21791
TD-651: fix spec (#14)
Co-authored-by: anatoliy.losev <losto@nix>
2023-07-18 21:02:08 +03:00
ttt161
be3bbddcb4
TD-643: add parameters to issueApiKey (#12)
Co-authored-by: anatoliy.losev <losto@nix>
2023-06-22 14:07:10 +03:00
ttt161
0624ecbe94
TD-643: fix issueApiKey spec (#11)
* TD-643: fix issueApiKey spec

* TD-643: fix style

---------

Co-authored-by: anatoliy.losev <losto@nix>
2023-06-22 12:01:37 +03:00
ndiezel0
e0b76e98e8
TD-644: Add Continuation Token to ListApiKey (#9)
* TD-644: Add Continuation Token to ListApiKey

* Add CT to result
2023-06-19 14:17:04 +05:00
dependabot[bot]
c427b43d4e
Bump @nestjs/core and @openapitools/openapi-generator-cli (#5)
Removes [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core). It's no longer used after updating ancestor dependency [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli). These dependencies need to be updated together.


Removes `@nestjs/core`

Updates `@openapitools/openapi-generator-cli` from 2.4.26 to 2.6.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Changelog](https://github.com/OpenAPITools/openapi-generator-cli/blob/master/.releaserc)
- [Commits](https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.4.26...v2.6.0)

---
updated-dependencies:
- dependency-name: "@nestjs/core"
  dependency-type: indirect
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 14:07:30 +05:00
dependabot[bot]
d6b066e5f3
Bump decode-uri-component from 0.2.0 to 0.2.2 (#3)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 14:07:01 +05:00
dependabot[bot]
27e4595673
Bump json-pointer from 0.6.1 to 0.6.2 (#2)
Bumps [json-pointer](https://github.com/manuelstofer/json-pointer) from 0.6.1 to 0.6.2.
- [Commits](https://github.com/manuelstofer/json-pointer/commits)

---
updated-dependencies:
- dependency-name: json-pointer
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 14:05:51 +05:00
ndiezel0
73d97d2d06
TD-635: Add initial specs (#1)
* TD-635: Add initial specs

* Add workflows

* Fix tests

* Add 404 to listApiKeys
2023-06-08 12:49:29 +05:00
ndiezel0
4990362d67
Initial commit 2023-06-07 04:43:45 +05:00