@dotcms/client 0.0.1-beta.21 → 0.0.1-beta.23

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.
Files changed (3) hide show
  1. package/next.cjs.js +18 -0
  2. package/next.esm.js +18 -0
  3. package/package.json +1 -1
package/next.cjs.js CHANGED
@@ -99,6 +99,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
99
99
  friendlyName
100
100
  workingInode
101
101
  url
102
+ pageURI
102
103
  hasLiveVersion
103
104
  deleted
104
105
  pageUrl
@@ -176,7 +177,24 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
176
177
  viewAs {
177
178
  visitor {
178
179
  persona {
180
+ modDate
181
+ inode
179
182
  name
183
+ identifier
184
+ keyTag
185
+ photo {
186
+ versionPath
187
+ }
188
+ }
189
+ }
190
+ persona {
191
+ modDate
192
+ inode
193
+ name
194
+ identifier
195
+ keyTag
196
+ photo {
197
+ versionPath
180
198
  }
181
199
  }
182
200
  language {
package/next.esm.js CHANGED
@@ -97,6 +97,7 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
97
97
  friendlyName
98
98
  workingInode
99
99
  url
100
+ pageURI
100
101
  hasLiveVersion
101
102
  deleted
102
103
  pageUrl
@@ -174,7 +175,24 @@ const buildPageQuery = ({ page, fragments, additionalQueries }) => {
174
175
  viewAs {
175
176
  visitor {
176
177
  persona {
178
+ modDate
179
+ inode
177
180
  name
181
+ identifier
182
+ keyTag
183
+ photo {
184
+ versionPath
185
+ }
186
+ }
187
+ }
188
+ persona {
189
+ modDate
190
+ inode
191
+ name
192
+ identifier
193
+ keyTag
194
+ photo {
195
+ versionPath
178
196
  }
179
197
  }
180
198
  language {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "0.0.1-beta.21",
3
+ "version": "0.0.1-beta.23",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",