feat: proklik na stránky podniku ze stránky objednávek
CI / Generate TypeScript types (push) Successful in 9s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 25s
CI / Build client (push) Successful in 37s
CI / Playwright E2E tests (push) Successful in 1m18s
CI / Build and push Docker image (push) Successful in 39s
CI / Notify (push) Successful in 2s
CI / Generate TypeScript types (push) Successful in 9s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 25s
CI / Build client (push) Successful in 37s
CI / Playwright E2E tests (push) Successful in 1m18s
CI / Build and push Docker image (push) Successful in 39s
CI / Notify (push) Successful in 2s
This commit is contained in:
@@ -14,6 +14,9 @@ post:
|
||||
name:
|
||||
description: Název obchodu/restaurace
|
||||
type: string
|
||||
url:
|
||||
description: Volitelná URL na nabídku podniku (např. Bolt Food/Wolt/Foodora)
|
||||
type: string
|
||||
heslo:
|
||||
description: Admin heslo (ADMIN_PASSWORD)
|
||||
type: string
|
||||
@@ -25,4 +28,4 @@ post:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
$ref: "../../schemas/_index.yml#/Store"
|
||||
|
||||
@@ -25,4 +25,4 @@ post:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
$ref: "../../schemas/_index.yml#/Store"
|
||||
|
||||
@@ -9,4 +9,4 @@ get:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
$ref: "../../schemas/_index.yml#/Store"
|
||||
|
||||
@@ -79,7 +79,7 @@ ClientData:
|
||||
description: Seznam povolených obchodů/restaurací pro extra objednávky
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
$ref: "#/Store"
|
||||
|
||||
# --- OBĚDY ---
|
||||
UserLunchChoice:
|
||||
@@ -708,6 +708,20 @@ ClearMockDataRequest:
|
||||
$ref: "#/DayIndex"
|
||||
|
||||
# --- SKUPINOVÉ OBJEDNÁVKY ---
|
||||
Store:
|
||||
description: Povolený obchod/restaurace pro extra objednávky.
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
properties:
|
||||
name:
|
||||
description: Název obchodu/restaurace
|
||||
type: string
|
||||
url:
|
||||
description: Volitelná URL na nabídku podniku (např. Bolt Food/Wolt/Foodora)
|
||||
type: string
|
||||
|
||||
GroupState:
|
||||
description: Stav skupiny objednávky
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user