You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I faced with the issue in types/utility/publish.d.tsversion type is string, but cms documentation says that it shoul be a number. Therefore currently I have to use version = 1 as unknown as string statement to publish the version, with the string "1" a publish method use by default the latest version.
The text was updated successfully, but these errors were encountered:
oOHumen
changed the title
The type of "version" property in the "types/utility/publish.d.ts" file is different then in the doc description
The type of "version" property in the "types/utility/publish.d.ts" file is different than in the doc description
Dec 17, 2024
Hello, I faced with the issue in
types/utility/publish.d.ts
version
type isstring
, but cms documentation says that it shoul be a number. Therefore currently I have to useversion = 1 as unknown as string
statement to publish the version, with the string"1"
apublish
method use by default the latest version.The text was updated successfully, but these errors were encountered: