@dotcms/client 0.0.1-beta.29 → 0.0.1-beta.30

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/next.cjs.js CHANGED
@@ -371,7 +371,7 @@ _PageClient_instances = new WeakSet(), _PageClient_getPageFromGraphQL =
371
371
  * @private
372
372
  * @param {string} url - The URL of the page to retrieve
373
373
  * @param {DotCMSPageRequestParams} [options] - Options including languageId, mode, and GraphQL parameters
374
- * @returns {Promise<DotCMSPageResponse>} A Promise that resolves to the page data
374
+ * @returns {Promise<DotCMSComposedPageResponse<T>>} A Promise that resolves to the page data
375
375
  */
376
376
  async function _PageClient_getPageFromGraphQL(url, options) {
377
377
  const { languageId = '1', mode = 'LIVE', siteId = this.siteId, fireRules = false, personaId, publishDate, graphql = {} } = options || {};
package/next.esm.js CHANGED
@@ -369,7 +369,7 @@ _PageClient_instances = new WeakSet(), _PageClient_getPageFromGraphQL =
369
369
  * @private
370
370
  * @param {string} url - The URL of the page to retrieve
371
371
  * @param {DotCMSPageRequestParams} [options] - Options including languageId, mode, and GraphQL parameters
372
- * @returns {Promise<DotCMSPageResponse>} A Promise that resolves to the page data
372
+ * @returns {Promise<DotCMSComposedPageResponse<T>>} A Promise that resolves to the page data
373
373
  */
374
374
  async function _PageClient_getPageFromGraphQL(url, options) {
375
375
  const { languageId = '1', mode = 'LIVE', siteId = this.siteId, fireRules = false, personaId, publishDate, graphql = {} } = options || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "0.0.1-beta.29",
3
+ "version": "0.0.1-beta.30",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",
package/transforms.cjs.js CHANGED
@@ -14,7 +14,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
14
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
  PERFORMANCE OF THIS SOFTWARE.
16
16
  ***************************************************************************** */
17
- /* global Reflect, Promise, SuppressedError, Symbol */
17
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
18
18
 
19
19
 
20
20
  function __classPrivateFieldGet(receiver, state, kind, f) {
package/transforms.esm.js CHANGED
@@ -12,7 +12,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
12
12
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
13
13
  PERFORMANCE OF THIS SOFTWARE.
14
14
  ***************************************************************************** */
15
- /* global Reflect, Promise, SuppressedError, Symbol */
15
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
16
16
 
17
17
 
18
18
  function __classPrivateFieldGet(receiver, state, kind, f) {