2025-10-09 23:51:39 +00:00
|
|
|
## ===----------------------------------------------------------------------===
|
|
|
|
|
##
|
|
|
|
|
## This source file is part of the Discogs Service open source project
|
|
|
|
|
##
|
2026-03-24 01:22:53 +00:00
|
|
|
## Copyright (c) 2026 Röck+Cöde VoF. and the Discogs Service project authors
|
2025-10-09 23:51:39 +00:00
|
|
|
## Licensed under Apache license v2.0
|
|
|
|
|
##
|
|
|
|
|
## See LICENSE for license information
|
|
|
|
|
## See CONTRIBUTORS for the list of Discogs Service project authors
|
|
|
|
|
##
|
|
|
|
|
## SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
##
|
|
|
|
|
## ===----------------------------------------------------------------------===
|
|
|
|
|
|
|
|
|
|
generate:
|
|
|
|
|
- types
|
|
|
|
|
- client
|
2025-10-13 13:09:10 +00:00
|
|
|
namingStrategy: idiomatic
|
2025-10-09 23:51:39 +00:00
|
|
|
accessModifier: public
|