@adobe/spacecat-shared-rum-api-client 1.6.7 → 1.6.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [@adobe/spacecat-shared-rum-api-client-v1.6.8](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.6.7...@adobe/spacecat-shared-rum-api-client-v1.6.8) (2024-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * expose createRUMURL function ([#188](https://github.com/adobe/spacecat-shared/issues/188)) ([3b8b0c6](https://github.com/adobe/spacecat-shared/commit/3b8b0c6b0cc1b58cbe71951551ee48f991716c24))
7
+
1
8
  # [@adobe/spacecat-shared-rum-api-client-v1.6.7](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-rum-api-client-v1.6.6...@adobe/spacecat-shared-rum-api-client-v1.6.7) (2024-03-09)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-rum-api-client",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "Shared modules of the Spacecat Services - Rum API client",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.d.ts CHANGED
@@ -104,6 +104,14 @@ export default class RUMAPIClient {
104
104
  */
105
105
  get404Sources(params?: RUMAPIOptions): Promise<Array<object>>;
106
106
 
107
+ /**
108
+ * Method to return the url composed of params that the RUM Dashboard API is called with.
109
+ * @param {RUMAPIOptions} params - An object representing the parameters to be included
110
+ * for the RUM Dashboard API call.
111
+ * @returns A string returning to the RUM Dashboard url including query parameters.
112
+ */
113
+ createRUMURL(params?: RUMAPIOptions): string;
114
+
107
115
  /**
108
116
  * Method to return the url composed of params that the 404 sources API is called with.
109
117
  * @param {RUMAPIOptions} params - An object representing the parameters to be included