fix github.io

This commit is contained in:
Anatoly Karlov 2024-08-13 14:21:09 +07:00
parent 2ed562afcd
commit 614c5a6668
3 changed files with 7688 additions and 7 deletions

View File

@ -13,7 +13,6 @@ preprocessors:
theme: theme:
openapi: openapi:
showConsole: true showConsole: true
layout: layout: three-panel
scope: section
routingStrategy: browser routingStrategy: browser
htmlTemplate: ./web/index.html htmlTemplate: ./web/index.html

View File

@ -30,7 +30,7 @@ info:
servers: servers:
- url: https://api.vality.dev/disputes - url: https://api.vality.dev/disputes
security: security:
- bearerAuth: [ ] - bearerAuth: []
tags: tags:
- name: disputes - name: disputes
x-displayName: Disputes x-displayName: Disputes
@ -236,11 +236,9 @@ components:
format: int64 format: int64
minimum: 1 minimum: 1
currency: currency:
description: >- description: Валюта, символьный код согласно [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
Валюта, символьный код согласно [ISO
4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
type: string type: string
pattern: '^[A-Z]{3}$' pattern: ^[A-Z]{3}$
DefaultLogicError: DefaultLogicError:
type: object type: object
required: required:

7684
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff