ED-103/feat: Remove hard-coded enumerations for entities

This commit is contained in:
Yaroslav Rogov 2021-08-23 14:12:56 +03:00
parent 5858688379
commit 5e68272976
No known key found for this signature in database
GPG Key ID: 5159F2A85653816B
7 changed files with 54 additions and 51 deletions

View File

@ -40,6 +40,9 @@ build:
start: start:
npm start npm start
test:
npm run test
# wercker # wercker
dev: dev:

View File

@ -1,19 +1,19 @@
description: Платежная система description: Платежная система (visa, mastercard, и др.)
type: string type: string
enum: # enum:
- visa # - visa
- mastercard # - mastercard
- visaelectron # - visaelectron
- maestro # - maestro
- forbrugsforeningen # - forbrugsforeningen
- dankort # - dankort
- amex # - amex
- dinersclub # - dinersclub
- discover # - discover
- unionpay # - unionpay
- jcb # - jcb
- nspkmir # - nspkmir
- elo # - elo
- rupay # - rupay
- dummy # - dummy
- uzcard # - uzcard

View File

@ -1,7 +1,7 @@
description: Провайдер платежных токенов description: Провайдер платежных токенов (applepay, googlepay и др.)
type: string type: string
enum: # enum:
- applepay # - applepay
- googlepay # - googlepay
- samsungpay # - samsungpay
- yandexpay # - yandexpay

View File

@ -1,9 +1,9 @@
description: Тип криптовалюты description: Тип криптовалюты (напр. bitcoint, liteсoin и др.)
type: string type: string
enum: # enum:
- bitcoin # - bitcoin
- litecoin # - litecoin
- bitcoinCash # - bitcoinCash
- ripple # - ripple
- ethereum # - ethereum
- zcash # - zcash

View File

@ -1,4 +1,4 @@
description: Провайдер электронных денежных средств description: Провайдер электронных денежных средств (напр. qiwi)
type: string type: string
enum: # enum:
- qiwi # - qiwi

View File

@ -1,8 +1,8 @@
description: Оператор сотовой связи description: Оператор сотовой связи (mts, beeline и др.)
type: string type: string
enum: # enum:
- mts # - mts
- beeline # - beeline
- megafone # - megafone
- tele2 # - tele2
- yota # - yota

View File

@ -1,10 +1,10 @@
description: Провайдер терминальной сети description: Провайдер терминальной сети (euroset, alipay и др.)
type: string type: string
enum: # enum:
- euroset # - euroset
- alipay # - alipay
- wechat # - wechat
- zotapay # - zotapay
- qps # - qps
- uzcard # - uzcard
- rbs # - rbs