Skip to content

Commit

Permalink
bump parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Feb 13, 2025
1 parent d089727 commit e285477
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chevere/http": "^0.5.x-dev",
"chevere/parameter": "^1.1.x-dev",
"chevere/router": "^0.7.x-dev",
"chevere/schwager": "^0.2.1",
"chevere/schwager": "^0.2.x-dev",
"chevere/standard": "^1.0.1",
"symfony/yaml": "^6|^7"
},
Expand Down
22 changes: 11 additions & 11 deletions demo/output/schwager.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-POST fs-5 me-2">POST</
regex: '^.*$'
status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>


Expand Down Expand Up @@ -432,7 +432,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-PUT fs-5 me-2">PUT</sp
regex: '^.*$'
status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>


Expand Down Expand Up @@ -522,7 +522,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
<dt class="col-sm-2" title="Query string">Query string</dt>
<dd class="col-sm-10"><pre><code class="language-yaml">status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>


Expand Down Expand Up @@ -606,7 +606,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
regex: '^.*$'
status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>

</dl>
Expand Down Expand Up @@ -743,7 +743,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
regex: '^.*$'
status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>

</dl>
Expand Down Expand Up @@ -883,7 +883,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
<dt class="col-sm-2" title="Query string">Query string</dt>
<dd class="col-sm-10"><pre><code class="language-yaml">status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>


Expand Down Expand Up @@ -957,7 +957,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
regex: '^.*$'
status:
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>

</dl>
Expand Down Expand Up @@ -1015,7 +1015,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-POST fs-5 me-2">POST</
status:
required: false
type: string
regex: \b(available|pending|sold)\b
regex: \bavailable|pending|sold\b
</code></pre></dd>


Expand Down Expand Up @@ -1248,7 +1248,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-POST fs-5 me-2">POST</
regex: '^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])\s{1}\d{2,3}:[0-5][0-9]:[0-5][0-9]$'
status:
type: string
regex: \b(placed|approved|delivered)\b
regex: \bplaced|approved|delivered\b
complete:
type: bool
</code></pre></dd>
Expand Down Expand Up @@ -1290,7 +1290,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-POST fs-5 me-2">POST</
regex: '^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])\s{1}\d{2,3}:[0-5][0-9]:[0-5][0-9]$'
status:
type: string
regex: \b(placed|approved|delivered)\b
regex: \bplaced|approved|delivered\b
complete:
type: bool
</code></pre></dd>
Expand Down Expand Up @@ -1432,7 +1432,7 @@ <h4 class="h4 mb-0"><span class="badge http-method method-GET fs-5 me-2">GET</sp
regex: '^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])\s{1}\d{2,3}:[0-5][0-9]:[0-5][0-9]$'
status:
type: string
regex: \b(placed|approved|delivered)\b
regex: \bplaced|approved|delivered\b
complete:
type: bool
</code></pre></dd>
Expand Down

0 comments on commit e285477

Please sign in to comment.