@alwaysmeticulous/sdk-bundles-api 2.251.1 → 2.254.1

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.
@@ -296,6 +296,10 @@ export interface AppUrlConfig {
296
296
  * if pre-navigation (navigating to a URL to get cookies before starting the main replay) is enabled.
297
297
  */
298
298
  ignoreAppUrlPathAfterPreNavigation?: boolean;
299
+ /**
300
+ * List of query parameters to strip from the app URL before the initial navigation.
301
+ */
302
+ queryParamsToStrip?: string[];
299
303
  }
300
304
  export interface NetworkDebuggingOptions {
301
305
  requestRegexes: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/sdk-bundles-api",
3
- "version": "2.251.1",
3
+ "version": "2.254.1",
4
4
  "description": "Meticulous common types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "depcheck": "depcheck --ignore-patterns=dist"
20
20
  },
21
21
  "dependencies": {
22
- "@alwaysmeticulous/api": "2.251.1"
22
+ "@alwaysmeticulous/api": "2.254.1"
23
23
  },
24
24
  "author": {
25
25
  "name": "The Meticulous Team",
@@ -38,5 +38,5 @@
38
38
  "bugs": {
39
39
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
40
40
  },
41
- "gitHead": "a8bf35cabc83fc249b92e5cd91d1522325333b29"
41
+ "gitHead": "1cd60270be8c9e8b2c751e94921baca8e58e0b5d"
42
42
  }