📎 Fix the version reference

Caused by the recent version changes
This commit is contained in:
Andrey Antukh 2026-04-22 12:58:58 +02:00
parent b6487015b8
commit 112e81c397
5 changed files with 10 additions and 10 deletions

View File

@ -668,7 +668,7 @@
counts by type, component/color/typography counts, and inbound and counts by type, component/color/typography counts, and inbound and
outbound library reference counts. Cheap alternative to `get-file` outbound library reference counts. Cheap alternative to `get-file`
when only metrics are needed." when only metrics are needed."
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:get-file-stats ::sm/params schema:get-file-stats
::sm/result schema:get-file-stats-result ::sm/result schema:get-file-stats-result
::db/transaction true} ::db/transaction true}

View File

@ -255,7 +255,7 @@
[:session-id ::sm/uuid]]) [:session-id ::sm/uuid]])
(sv/defmethod ::create-upload-session (sv/defmethod ::create-upload-session
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:create-upload-session ::sm/params schema:create-upload-session
::sm/result schema:create-upload-session-result} ::sm/result schema:create-upload-session-result}
[{:keys [::db/pool] :as cfg} [{:keys [::db/pool] :as cfg}
@ -293,7 +293,7 @@
[:index ::sm/int]]) [:index ::sm/int]])
(sv/defmethod ::upload-chunk (sv/defmethod ::upload-chunk
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:upload-chunk ::sm/params schema:upload-chunk
::sm/result schema:upload-chunk-result} ::sm/result schema:upload-chunk-result}
[{:keys [::db/pool] :as cfg} [{:keys [::db/pool] :as cfg}
@ -389,7 +389,7 @@
[:id {:optional true} ::sm/uuid]]) [:id {:optional true} ::sm/uuid]])
(sv/defmethod ::assemble-file-media-object (sv/defmethod ::assemble-file-media-object
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:assemble-file-media-object ::sm/params schema:assemble-file-media-object
::climit/id [[:process-image/by-profile ::rpc/profile-id] ::climit/id [[:process-image/by-profile ::rpc/profile-id]
[:process-image/global]]} [:process-image/global]]}

View File

@ -237,7 +237,7 @@
[:organization-name ::sm/text]]) [:organization-name ::sm/text]])
(sv/defmethod ::remove-team-from-org (sv/defmethod ::remove-team-from-org
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:remove-team-from-org} ::sm/params schema:remove-team-from-org}
[cfg {:keys [::rpc/profile-id team-id organization-id organization-name]}] [cfg {:keys [::rpc/profile-id team-id organization-id organization-name]}]
@ -261,7 +261,7 @@
(sv/defmethod ::add-team-to-org (sv/defmethod ::add-team-to-org
{::rpc/auth true {::rpc/auth true
::doc/added "2.16" ::doc/added "2.17"
::sm/params schema:add-team-to-org ::sm/params schema:add-team-to-org
::db/transaction true} ::db/transaction true}
[cfg {:keys [::rpc/profile-id team-id organization-id organization-name]}] [cfg {:keys [::rpc/profile-id team-id organization-id organization-name]}]

View File

@ -317,7 +317,7 @@
;; --- MUTATION: Delete Photo ;; --- MUTATION: Delete Photo
(sv/defmethod ::delete-profile-photo (sv/defmethod ::delete-profile-photo
{::doc/added "2.16" {::doc/added "2.17"
::sm/params [:map] ::sm/params [:map]
::sm/result :nil ::sm/result :nil
::db/transaction true} ::db/transaction true}

View File

@ -98,7 +98,7 @@
"Store an organization logo in penpot storage and return its ID. "Store an organization logo in penpot storage and return its ID.
Accepts an optional previous-id to mark the old logo for garbage Accepts an optional previous-id to mark the old logo for garbage
collection when replacing an existing one." collection when replacing an existing one."
{::doc/added "2.16" {::doc/added "2.17"
::sm/params schema:upload-org-logo ::sm/params schema:upload-org-logo
::sm/result schema:upload-org-logo-result} ::sm/result schema:upload-org-logo-result}
[{:keys [::sto/storage]} {:keys [content organization-id previous-id]}] [{:keys [::sto/storage]} {:keys [content organization-id previous-id]}]
@ -403,7 +403,7 @@ RETURNING id, name;")
(sv/defmethod ::remove-from-org (sv/defmethod ::remove-from-org
"Remove an user from an organization" "Remove an user from an organization"
{::doc/added "2.16" {::doc/added "2.17"
::sm/params [:map ::sm/params [:map
[:profile-id ::sm/uuid] [:profile-id ::sm/uuid]
[:organization-id ::sm/uuid] [:organization-id ::sm/uuid]
@ -439,7 +439,7 @@ RETURNING id, name;")
(sv/defmethod ::get-remove-from-org-summary (sv/defmethod ::get-remove-from-org-summary
"Get a summary of the teams that would be deleted, transferred, or exited "Get a summary of the teams that would be deleted, transferred, or exited
if the user were removed from the organization" if the user were removed from the organization"
{::doc/added "2.16" {::doc/added "2.17"
::sm/params [:map ::sm/params [:map
[:profile-id ::sm/uuid] [:profile-id ::sm/uuid]
[:organization-id ::sm/uuid] [:organization-id ::sm/uuid]