@or-sdk/hitl 0.26.0-beta.509.0 → 0.27.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/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.27.0](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/hitl@0.26.0...@or-sdk/hitl@0.27.0) (2022-07-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * export related service-keys ([6959668](https://gitlab.com/onereach/platform/or-sdk-next/commit/69596684c513b6d078dd3fde7ca6885b852dfdfd))
12
+
13
+
14
+
15
+ ## [0.26.0](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/hitl@0.25.15...@or-sdk/hitl@0.26.0) (2022-07-26)
16
+
17
+
18
+ ### Features
19
+
20
+ * **hitl:** Add method to get session init triggers ([f0f7662](https://gitlab.com/onereach/platform/or-sdk-next/commit/f0f76623a2acb5b6d42d455d5f19ba3076f7a174))
21
+
22
+
23
+
6
24
  ### [0.25.15](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/hitl@0.25.14...@or-sdk/hitl@0.25.15) (2022-07-20)
7
25
 
8
26
  **Note:** Version bump only for package @or-sdk/hitl
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SERVICE_KEY = void 0;
3
+ exports.HITL_API_SERVICE_KEY = exports.SERVICE_KEY = void 0;
4
4
  exports.SERVICE_KEY = 'hitl-api';
5
+ exports.HITL_API_SERVICE_KEY = exports.SERVICE_KEY;
5
6
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,UAAU,CAAC;AACzB,QAAA,oBAAoB,GAAG,mBAAW,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -18,4 +18,5 @@ exports.HITL = void 0;
18
18
  var HITL_1 = require("./HITL");
19
19
  Object.defineProperty(exports, "HITL", { enumerable: true, get: function () { return HITL_1.HITL; } });
20
20
  __exportStar(require("./types"), exports);
21
+ __exportStar(require("./constants"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+BAA8B;AAArB,4FAAA,IAAI,OAAA;AACb,0CAAwB;AACxB,8CAA4B"}
@@ -1,2 +1,3 @@
1
1
  export const SERVICE_KEY = 'hitl-api';
2
+ export const HITL_API_SERVICE_KEY = SERVICE_KEY;
2
3
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,UAAU,CAAC;AACtC,MAAM,CAAC,MAAM,oBAAoB,GAAG,WAAW,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export { HITL } from './HITL';
2
2
  export * from './types';
3
+ export * from './constants';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export declare const SERVICE_KEY = "hitl-api";
2
+ export declare const HITL_API_SERVICE_KEY = "hitl-api";
2
3
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,aAAa,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,aAAa,CAAC;AACtC,eAAO,MAAM,oBAAoB,aAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export { HITL } from './HITL';
2
2
  export * from './types';
3
+ export * from './constants';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/hitl",
3
- "version": "0.26.0-beta.509.0",
3
+ "version": "0.27.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -29,5 +29,6 @@
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
32
- }
32
+ },
33
+ "gitHead": "2359a0fc3850132af47bd9e0766b62185e66c986"
33
34
  }
package/src/constants.ts CHANGED
@@ -1 +1,2 @@
1
1
  export const SERVICE_KEY = 'hitl-api';
2
+ export const HITL_API_SERVICE_KEY = SERVICE_KEY;
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { HITL } from './HITL';
2
2
  export * from './types';
3
+ export * from './constants';