jourycms-sdk 1.1.45 → 1.1.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -125,6 +125,9 @@ declare module Levelup {
|
|
125
125
|
article_types: {
|
126
126
|
[ID: string]: Content.Entity.ArticleType | null;
|
127
127
|
}
|
128
|
+
forms: {
|
129
|
+
[ID: string]: Content.Entity.Form | null;
|
130
|
+
}
|
128
131
|
linked_articles: {
|
129
132
|
[ID: string]: Omit<Content.Entity.Article,
|
130
133
|
'body' |
|