@alwaysmeticulous/api 2.273.0 → 2.275.0

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.
@@ -21,6 +21,11 @@ export interface TestCase {
21
21
  relevanceToPR?: SessionRelevance;
22
22
  title?: string;
23
23
  options?: TestCaseReplayOptions;
24
+ /**
25
+ * 1-indexed session-selection rank (1 = highest value) snapshotted at test-run
26
+ * creation time. Used to prioritize MaybeRelevant sessions when sampling.
27
+ */
28
+ rankPosition?: number;
24
29
  }
25
30
  export interface TestCaseReplayOptions extends Partial<ScreenshotDiffOptions> {
26
31
  appUrl?: string | null | undefined;
@@ -122,6 +122,7 @@ export interface ApplicationSpecificData {
122
122
  isFallback?: boolean;
123
123
  gsp?: boolean;
124
124
  gip?: boolean;
125
+ appGip?: boolean;
125
126
  scriptLoader?: Record<string, unknown>;
126
127
  locale?: string;
127
128
  assetPrefix?: string;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ec50e49c-13ee-5f41-8339-986e56ae6c3f")}catch(e){}}();
2
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2fe6ab73-e5d4-5417-a556-ffa00d358dcf")}catch(e){}}();
3
3
 
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.CustomDataSingletonInternalKey = void 0;
@@ -37,4 +37,4 @@ var CustomDataSingletonInternalKey;
37
37
  CustomDataSingletonInternalKey["CustomObjectTooLargeToSerialize"] = "met-custom-object-too-large-to-serialize";
38
38
  })(CustomDataSingletonInternalKey || (exports.CustomDataSingletonInternalKey = CustomDataSingletonInternalKey = {}));
39
39
  //# sourceMappingURL=session-data.js.map
40
- //# debugId=ec50e49c-13ee-5f41-8339-986e56ae6c3f
40
+ //# debugId=2fe6ab73-e5d4-5417-a556-ffa00d358dcf
@@ -1 +1 @@
1
- {"version":3,"file":"session-data.js","sources":["../../../src/sdk-bundle-api/sdk-to-bundle/session-data.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AA0QA,IAAY,8BAmCX;AAnCD,WAAY,8BAA8B;IACxC;;;OAGG;IACH,gGAA8D,CAAA;IAE9D;;;;;OAKG;IACH,oEAAkC,CAAA;IAElC;;;;;OAKG;IACH,6DAA2B,CAAA;IAE3B;;;OAGG;IACH,8DAA4B,CAAA;IAE5B;;;;OAIG;IACH,8GAA4E,CAAA;AAC9E,CAAC,EAnCW,8BAA8B,8CAA9B,8BAA8B,QAmCzC","debugId":"ec50e49c-13ee-5f41-8339-986e56ae6c3f"}
1
+ {"version":3,"file":"session-data.js","sources":["../../../src/sdk-bundle-api/sdk-to-bundle/session-data.ts"],"sourceRoot":"","names":[],"mappings":";;;;;AA2QA,IAAY,8BAmCX;AAnCD,WAAY,8BAA8B;IACxC;;;OAGG;IACH,gGAA8D,CAAA;IAE9D;;;;;OAKG;IACH,oEAAkC,CAAA;IAElC;;;;;OAKG;IACH,6DAA2B,CAAA;IAE3B;;;OAGG;IACH,8DAA4B,CAAA;IAE5B;;;;OAIG;IACH,8GAA4E,CAAA;AAC9E,CAAC,EAnCW,8BAA8B,8CAA9B,8BAA8B,QAmCzC","debugId":"2fe6ab73-e5d4-5417-a556-ffa00d358dcf"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/api",
3
- "version": "2.273.0",
3
+ "version": "2.275.0",
4
4
  "description": "Meticulous API types",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
37
37
  },
38
- "gitHead": "a359e47f23aaf6606936babaaf9b12576bad188a"
38
+ "gitHead": "048126c75e1cab6032b4b7d1bb6924e2010391f3"
39
39
  }