fix(go-client): fix go-client gen

This commit is contained in:
Ruben Fiszel
2023-05-03 00:49:03 +02:00
parent d998a0c9bf
commit 8fbbf20f8b
2 changed files with 12 additions and 7 deletions
+11 -7
View File
@@ -2985,13 +2985,8 @@ paths:
content:
application/json:
schema:
allOf:
- $ref: "#/components/schemas/AppWithLastVersion"
- type: object
properties:
draft_only:
type: boolean
draft: {}
$ref: "#/components/schemas/AppWithLastVersionWDraft"
/w/{workspace}/apps_u/public_app/{path}:
get:
@@ -6312,6 +6307,15 @@ components:
- execution_mode
- extra_perms
AppWithLastVersionWDraft:
allOf:
- $ref: "#/components/schemas/AppWithLastVersion"
- type: object
properties:
draft_only:
type: boolean
draft: {}
SlackToken:
type: object
properties:
@@ -321,6 +321,7 @@
class="svlt-grid-item"
class:svlt-grid-active={active || (trans && rect)}
style="width: {active ? newSize.width : width}px; height:{active ? newSize.height : height}px;
{onTop ? 'z-index: 1000;' : ''}
{active && rect
? `transform: translate(${cordDiff.x}px, ${cordDiff.y}px);top:${rect.top}px;left:${rect.left}px;`
: trans