@or-sdk/knowledge-models 0.23.11 → 0.23.12-beta.515.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.
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SERVICE_KEY = void 0;
3
+ exports.NLU_API_SERVICE_KEY = exports.SERVICE_KEY = void 0;
4
4
  exports.SERVICE_KEY = 'nlu-api';
5
+ exports.NLU_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,SAAS,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,SAAS,CAAC;AACxB,QAAA,mBAAmB,GAAG,mBAAW,CAAC"}
package/dist/cjs/index.js CHANGED
@@ -18,4 +18,5 @@ exports.KnowledgeModels = void 0;
18
18
  var KnowledgeModels_1 = require("./KnowledgeModels");
19
19
  Object.defineProperty(exports, "KnowledgeModels", { enumerable: true, get: function () { return KnowledgeModels_1.KnowledgeModels; } });
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,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qDAAoD;AAA3C,kHAAA,eAAe,OAAA;AACxB,0CAAwB;AACxB,8CAA4B"}
@@ -1,2 +1,3 @@
1
1
  export const SERVICE_KEY = 'nlu-api';
2
+ export const NLU_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,SAAS,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AACrC,MAAM,CAAC,MAAM,mBAAmB,GAAG,WAAW,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export { KnowledgeModels } from './KnowledgeModels';
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,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export declare const SERVICE_KEY = "nlu-api";
2
+ export declare const NLU_API_SERVICE_KEY = "nlu-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,YAAY,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,YAAY,CAAC;AACrC,eAAO,MAAM,mBAAmB,YAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  export { KnowledgeModels } from './KnowledgeModels';
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,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/knowledge-models",
3
- "version": "0.23.11",
3
+ "version": "0.23.12-beta.515.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -25,6 +25,5 @@
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
- },
29
- "gitHead": "5c878ba77826b01ae1b07e5c3941e30cf3567dff"
28
+ }
30
29
  }
package/src/constants.ts CHANGED
@@ -1 +1,2 @@
1
1
  export const SERVICE_KEY = 'nlu-api';
2
+ export const NLU_API_SERVICE_KEY = SERVICE_KEY;
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export { KnowledgeModels } from './KnowledgeModels';
2
2
  export * from './types';
3
+ export * from './constants';