@alwaysmeticulous/client 2.113.0 → 2.115.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.
package/dist/index.d.ts CHANGED
@@ -2,4 +2,5 @@ export { getProject } from "./api/project.api";
2
2
  export { getReplay, getReplayDownloadUrl, getReplayV3DownloadUrls, } from "./api/replay.api";
3
3
  export { getRecordedSession, getRecordedSessionData, getRecordingCommandId, postSessionIdNotification, } from "./api/session.api";
4
4
  export { GetLatestTestRunOptions, getLatestTestRunResults, } from "./api/test-run.api";
5
+ export { getApiToken } from "./api-token.utils";
5
6
  export { ClientOptions, createClient } from "./client";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createClient = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayV3DownloadUrls = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = void 0;
3
+ exports.createClient = exports.getApiToken = exports.getLatestTestRunResults = exports.postSessionIdNotification = exports.getRecordingCommandId = exports.getRecordedSessionData = exports.getRecordedSession = exports.getReplayV3DownloadUrls = exports.getReplayDownloadUrl = exports.getReplay = exports.getProject = void 0;
4
4
  var project_api_1 = require("./api/project.api");
5
5
  Object.defineProperty(exports, "getProject", { enumerable: true, get: function () { return project_api_1.getProject; } });
6
6
  var replay_api_1 = require("./api/replay.api");
@@ -14,6 +14,8 @@ Object.defineProperty(exports, "getRecordingCommandId", { enumerable: true, get:
14
14
  Object.defineProperty(exports, "postSessionIdNotification", { enumerable: true, get: function () { return session_api_1.postSessionIdNotification; } });
15
15
  var test_run_api_1 = require("./api/test-run.api");
16
16
  Object.defineProperty(exports, "getLatestTestRunResults", { enumerable: true, get: function () { return test_run_api_1.getLatestTestRunResults; } });
17
+ var api_token_utils_1 = require("./api-token.utils");
18
+ Object.defineProperty(exports, "getApiToken", { enumerable: true, get: function () { return api_token_utils_1.getApiToken; } });
17
19
  var client_1 = require("./client");
18
20
  Object.defineProperty(exports, "createClient", { enumerable: true, get: function () { return client_1.createClient; } });
19
21
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iDAA+C;AAAtC,yGAAA,UAAU,OAAA;AACnB,+CAI0B;AAHxB,uGAAA,SAAS,OAAA;AACT,kHAAA,oBAAoB,OAAA;AACpB,qHAAA,uBAAuB,OAAA;AAEzB,iDAK2B;AAJzB,iHAAA,kBAAkB,OAAA;AAClB,qHAAA,sBAAsB,OAAA;AACtB,oHAAA,qBAAqB,OAAA;AACrB,wHAAA,yBAAyB,OAAA;AAE3B,mDAG4B;AAD1B,uHAAA,uBAAuB,OAAA;AAEzB,mCAAuD;AAA/B,sGAAA,YAAY,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,iDAA+C;AAAtC,yGAAA,UAAU,OAAA;AACnB,+CAI0B;AAHxB,uGAAA,SAAS,OAAA;AACT,kHAAA,oBAAoB,OAAA;AACpB,qHAAA,uBAAuB,OAAA;AAEzB,iDAK2B;AAJzB,iHAAA,kBAAkB,OAAA;AAClB,qHAAA,sBAAsB,OAAA;AACtB,oHAAA,qBAAqB,OAAA;AACrB,wHAAA,yBAAyB,OAAA;AAE3B,mDAG4B;AAD1B,uHAAA,uBAAuB,OAAA;AAEzB,qDAAgD;AAAvC,8GAAA,WAAW,OAAA;AACpB,mCAAuD;AAA/B,sGAAA,YAAY,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/client",
3
- "version": "2.113.0",
3
+ "version": "2.115.0",
4
4
  "description": "Helper methods for using the Meticulous backend API",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -19,8 +19,8 @@
19
19
  "depcheck": "depcheck --ignore-patterns=dist"
20
20
  },
21
21
  "dependencies": {
22
- "@alwaysmeticulous/api": "^2.113.0",
23
- "@alwaysmeticulous/common": "^2.113.0",
22
+ "@alwaysmeticulous/api": "^2.114.0",
23
+ "@alwaysmeticulous/common": "^2.115.0",
24
24
  "axios": "^1.2.6",
25
25
  "axios-retry": "^3.5.0",
26
26
  "loglevel": "^1.8.0"
@@ -42,5 +42,5 @@
42
42
  "bugs": {
43
43
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
44
44
  },
45
- "gitHead": "ca4248ace17d3de4b930f3c6a1d39fda9f93bd76"
45
+ "gitHead": "ed7475cf1879dbf2e985622827d5870b1a92bb85"
46
46
  }