@dotcms/client 1.5.5-next.2293 → 1.5.5-next.2303

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/index.cjs.js CHANGED
@@ -112,7 +112,7 @@ class FetchHttpClient extends types.BaseHttpClient {
112
112
  }
113
113
  }
114
114
 
115
- /******************************************************************************
115
+ /*! *****************************************************************************
116
116
  Copyright (c) Microsoft Corporation.
117
117
 
118
118
  Permission to use, copy, modify, and/or distribute this software for any
@@ -126,7 +126,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
126
126
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
127
127
  PERFORMANCE OF THIS SOFTWARE.
128
128
  ***************************************************************************** */
129
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
129
+ /* global Reflect, Promise */
130
130
 
131
131
 
132
132
  function __classPrivateFieldGet(receiver, state, kind, f) {
@@ -140,12 +140,7 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
140
140
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
141
141
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
142
142
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
143
- }
144
-
145
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
146
- var e = new Error(message);
147
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
148
- };
143
+ }
149
144
 
150
145
  /**
151
146
  * Utility functions for AI search parameter mapping and processing
package/index.esm.js CHANGED
@@ -110,7 +110,7 @@ class FetchHttpClient extends BaseHttpClient {
110
110
  }
111
111
  }
112
112
 
113
- /******************************************************************************
113
+ /*! *****************************************************************************
114
114
  Copyright (c) Microsoft Corporation.
115
115
 
116
116
  Permission to use, copy, modify, and/or distribute this software for any
@@ -124,7 +124,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
124
124
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
125
125
  PERFORMANCE OF THIS SOFTWARE.
126
126
  ***************************************************************************** */
127
- /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
127
+ /* global Reflect, Promise */
128
128
 
129
129
 
130
130
  function __classPrivateFieldGet(receiver, state, kind, f) {
@@ -138,12 +138,7 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
138
138
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
139
139
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
140
140
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
141
- }
142
-
143
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
144
- var e = new Error(message);
145
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
146
- };
141
+ }
147
142
 
148
143
  /**
149
144
  * Utility functions for AI search parameter mapping and processing
package/internal.cjs.js CHANGED
@@ -1,6 +1,5 @@
1
1
  'use strict';
2
2
 
3
- /* eslint-disable @typescript-eslint/no-explicit-any */
4
3
  /**
5
4
  * Transforms a GraphQL Page response to a Page Entity.
6
5
  *
package/internal.esm.js CHANGED
@@ -1,4 +1,3 @@
1
- /* eslint-disable @typescript-eslint/no-explicit-any */
2
1
  /**
3
2
  * Transforms a GraphQL Page response to a Page Entity.
4
3
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcms/client",
3
- "version": "1.5.5-next.2293",
3
+ "version": "1.5.5-next.2303",
4
4
  "description": "Official JavaScript library for interacting with DotCMS REST APIs.",
5
5
  "repository": {
6
6
  "type": "git",