ndhm-hrp 2.1.44 → 2.1.47
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/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3,5 +3,6 @@ import UserAuth from "./classes/userAuth";
|
|
|
3
3
|
import Link from "./classes/link";
|
|
4
4
|
import Discovery from "./classes/discovery";
|
|
5
5
|
import ConsentFlow from "./classes/consent-flow";
|
|
6
|
-
|
|
6
|
+
import Profile from "./classes/profile";
|
|
7
|
+
export { Register, UserAuth, Link, Discovery, ConsentFlow, Profile };
|
|
7
8
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,WAAW,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,QAAQ,MAAM,oBAAoB,CAAC;AAC1C,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,WAAW,MAAM,wBAAwB,CAAC;AACjD,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,WAAW,EAAE,OAAO,EAAE,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ConsentFlow = exports.Discovery = exports.Link = exports.UserAuth = exports.Register = void 0;
|
|
6
|
+
exports.Profile = exports.ConsentFlow = exports.Discovery = exports.Link = exports.UserAuth = exports.Register = void 0;
|
|
7
7
|
const register_1 = __importDefault(require("./classes/register"));
|
|
8
8
|
exports.Register = register_1.default;
|
|
9
9
|
const userAuth_1 = __importDefault(require("./classes/userAuth"));
|
|
@@ -14,4 +14,6 @@ const discovery_1 = __importDefault(require("./classes/discovery"));
|
|
|
14
14
|
exports.Discovery = discovery_1.default;
|
|
15
15
|
const consent_flow_1 = __importDefault(require("./classes/consent-flow"));
|
|
16
16
|
exports.ConsentFlow = consent_flow_1.default;
|
|
17
|
+
const profile_1 = __importDefault(require("./classes/profile"));
|
|
18
|
+
exports.Profile = profile_1.default;
|
|
17
19
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;AAOjC,mBAPF,kBAAQ,CAOE;AANjB,kEAA0C;AAMvB,mBANZ,kBAAQ,CAMY;AAL3B,0DAAkC;AAKL,eALtB,cAAI,CAKsB;AAJjC,oEAA4C;AAIT,oBAJ5B,mBAAS,CAI4B;AAH5C,0EAAiD;AAGH,sBAHvC,sBAAW,CAGuC;AAFzD,gEAAwC;AAEmB,kBAFpD,iBAAO,CAEoD"}
|