@lifeready/core 1.1.12 → 1.1.13
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/bundles/lifeready-core.umd.js +60 -59
- package/bundles/lifeready-core.umd.js.map +1 -1
- package/bundles/lifeready-core.umd.min.js +1 -1
- package/bundles/lifeready-core.umd.min.js.map +1 -1
- package/esm2015/lifeready-core.js +14 -16
- package/esm2015/public-api.js +3 -1
- package/fesm2015/lifeready-core.js +1 -1
- package/fesm2015/lifeready-core.js.map +1 -1
- package/lifeready-core.d.ts +13 -15
- package/lifeready-core.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
})
|
|
2605
2605
|
], exports.CommonProcessorsService);
|
|
2606
2606
|
|
|
2607
|
-
exports.ɵ
|
|
2607
|
+
exports.ɵg = /** @class */ (function () {
|
|
2608
2608
|
function TpPasswordResetProcessorService(ngZone, keyGraph) {
|
|
2609
2609
|
this.ngZone = ngZone;
|
|
2610
2610
|
this.keyGraph = keyGraph;
|
|
@@ -2745,21 +2745,21 @@
|
|
|
2745
2745
|
};
|
|
2746
2746
|
return TpPasswordResetProcessorService;
|
|
2747
2747
|
}());
|
|
2748
|
-
exports.ɵ
|
|
2749
|
-
exports.ɵ
|
|
2748
|
+
exports.ɵg.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetProcessorService_Factory() { return new exports.ɵg(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(KeyGraphService)); }, token: exports.ɵg, providedIn: "root" });
|
|
2749
|
+
exports.ɵg.decorators = [
|
|
2750
2750
|
{ type: i0.Injectable, args: [{
|
|
2751
2751
|
providedIn: 'root',
|
|
2752
2752
|
},] }
|
|
2753
2753
|
];
|
|
2754
|
-
exports.ɵ
|
|
2754
|
+
exports.ɵg.ctorParameters = function () { return [
|
|
2755
2755
|
{ type: i0.NgZone },
|
|
2756
2756
|
{ type: KeyGraphService }
|
|
2757
2757
|
]; };
|
|
2758
|
-
exports.ɵ
|
|
2758
|
+
exports.ɵg = __decorate([
|
|
2759
2759
|
RunOutsideAngular({
|
|
2760
2760
|
ngZoneName: 'ngZone',
|
|
2761
2761
|
})
|
|
2762
|
-
], exports.ɵ
|
|
2762
|
+
], exports.ɵg);
|
|
2763
2763
|
|
|
2764
2764
|
function extendPath(context, key) {
|
|
2765
2765
|
return Object.assign(Object.assign({}, context), { path: __spread(context.path, [key]) });
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
};
|
|
3049
3049
|
return QueryProcessorService;
|
|
3050
3050
|
}());
|
|
3051
|
-
exports.QueryProcessorService.ɵprov = i0.ɵɵdefineInjectable({ factory: function QueryProcessorService_Factory() { return new exports.QueryProcessorService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(KeyService), i0.ɵɵinject(exports.CommonProcessorsService), i0.ɵɵinject(exports.ɵ
|
|
3051
|
+
exports.QueryProcessorService.ɵprov = i0.ɵɵdefineInjectable({ factory: function QueryProcessorService_Factory() { return new exports.QueryProcessorService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(KeyService), i0.ɵɵinject(exports.CommonProcessorsService), i0.ɵɵinject(exports.ɵg)); }, token: exports.QueryProcessorService, providedIn: "root" });
|
|
3052
3052
|
exports.QueryProcessorService.decorators = [
|
|
3053
3053
|
{ type: i0.Injectable, args: [{
|
|
3054
3054
|
providedIn: 'root',
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
{ type: i0.NgZone },
|
|
3059
3059
|
{ type: KeyService },
|
|
3060
3060
|
{ type: exports.CommonProcessorsService },
|
|
3061
|
-
{ type: exports.ɵ
|
|
3061
|
+
{ type: exports.ɵg }
|
|
3062
3062
|
]; };
|
|
3063
3063
|
exports.QueryProcessorService = __decorate([
|
|
3064
3064
|
RunOutsideAngular({
|
|
@@ -3463,7 +3463,7 @@
|
|
|
3463
3463
|
// --------------------------------------------------------------------------
|
|
3464
3464
|
var keyGraphFieldAstSelection = getQuery(gql__default['default'](templateObject_1$3 || (templateObject_1$3 = __makeTemplateObject(["\nquery {\n ", "\n}\n"], ["\nquery {\n ", "\n}\n"])), KeyGraphField)).selectionSet.selections[0];
|
|
3465
3465
|
var fetchKeyGraphFieldAstSelection = getQuery(gql__default['default'](templateObject_2$1 || (templateObject_2$1 = __makeTemplateObject(["\nquery {\n ", "\n}\n"], ["\nquery {\n ", "\n}\n"])), FetchKeyGraphField)).selectionSet.selections[0];
|
|
3466
|
-
exports.ɵ
|
|
3466
|
+
exports.ɵf = /** @class */ (function () {
|
|
3467
3467
|
function LrGraphQLService(ngZone, apollo, keyGraph, queryProcessor) {
|
|
3468
3468
|
this.ngZone = ngZone;
|
|
3469
3469
|
this.apollo = apollo;
|
|
@@ -3615,28 +3615,28 @@
|
|
|
3615
3615
|
};
|
|
3616
3616
|
return LrGraphQLService;
|
|
3617
3617
|
}());
|
|
3618
|
-
exports.ɵ
|
|
3619
|
-
exports.ɵ
|
|
3618
|
+
exports.ɵf.ɵprov = i0.ɵɵdefineInjectable({ factory: function LrGraphQLService_Factory() { return new exports.ɵf(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i1.Apollo), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(exports.QueryProcessorService)); }, token: exports.ɵf, providedIn: "root" });
|
|
3619
|
+
exports.ɵf.decorators = [
|
|
3620
3620
|
{ type: i0.Injectable, args: [{
|
|
3621
3621
|
providedIn: 'root',
|
|
3622
3622
|
},] }
|
|
3623
3623
|
];
|
|
3624
|
-
exports.ɵ
|
|
3624
|
+
exports.ɵf.ctorParameters = function () { return [
|
|
3625
3625
|
{ type: i0.NgZone },
|
|
3626
3626
|
{ type: i1.Apollo },
|
|
3627
3627
|
{ type: KeyGraphService },
|
|
3628
3628
|
{ type: exports.QueryProcessorService }
|
|
3629
3629
|
]; };
|
|
3630
|
-
exports.ɵ
|
|
3630
|
+
exports.ɵf = __decorate([
|
|
3631
3631
|
RunOutsideAngular({
|
|
3632
3632
|
ngZoneName: 'ngZone',
|
|
3633
3633
|
})
|
|
3634
|
-
], exports.ɵ
|
|
3634
|
+
], exports.ɵf);
|
|
3635
3635
|
var templateObject_1$3, templateObject_2$1;
|
|
3636
3636
|
|
|
3637
3637
|
var LrService = /** @class */ (function () {
|
|
3638
3638
|
function LrService(injector) {
|
|
3639
|
-
this.lrGraphQL = injector.get(exports.ɵ
|
|
3639
|
+
this.lrGraphQL = injector.get(exports.ɵf);
|
|
3640
3640
|
}
|
|
3641
3641
|
LrService.prototype.mutate = function (lrMutation, options) {
|
|
3642
3642
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -5640,7 +5640,7 @@
|
|
|
5640
5640
|
this.encryptionService = injector.get(EncryptionService);
|
|
5641
5641
|
this.keyGraph = injector.get(KeyGraphService);
|
|
5642
5642
|
this.slip39Service = injector.get(Slip39Service);
|
|
5643
|
-
this.lrGraphQl = injector.get(exports.ɵ
|
|
5643
|
+
this.lrGraphQl = injector.get(exports.ɵf);
|
|
5644
5644
|
}
|
|
5645
5645
|
TpAssemblyController.prototype.recoverAssemblyKey = function (partials) {
|
|
5646
5646
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -6131,7 +6131,7 @@
|
|
|
6131
6131
|
return TpAssemblyController;
|
|
6132
6132
|
}());
|
|
6133
6133
|
|
|
6134
|
-
exports.ɵ
|
|
6134
|
+
exports.ɵj = /** @class */ (function (_super) {
|
|
6135
6135
|
__extends(TpPasswordResetAssemblyController, _super);
|
|
6136
6136
|
function TpPasswordResetAssemblyController(ngZone, injector) {
|
|
6137
6137
|
var _this = _super.call(this, injector) || this;
|
|
@@ -6145,21 +6145,21 @@
|
|
|
6145
6145
|
};
|
|
6146
6146
|
return TpPasswordResetAssemblyController;
|
|
6147
6147
|
}(TpAssemblyController));
|
|
6148
|
-
exports.ɵ
|
|
6149
|
-
exports.ɵ
|
|
6148
|
+
exports.ɵj.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetAssemblyController_Factory() { return new exports.ɵj(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR)); }, token: exports.ɵj, providedIn: "root" });
|
|
6149
|
+
exports.ɵj.decorators = [
|
|
6150
6150
|
{ type: i0.Injectable, args: [{
|
|
6151
6151
|
providedIn: 'root',
|
|
6152
6152
|
},] }
|
|
6153
6153
|
];
|
|
6154
|
-
exports.ɵ
|
|
6154
|
+
exports.ɵj.ctorParameters = function () { return [
|
|
6155
6155
|
{ type: i0.NgZone },
|
|
6156
6156
|
{ type: i0.Injector }
|
|
6157
6157
|
]; };
|
|
6158
|
-
exports.ɵ
|
|
6158
|
+
exports.ɵj = __decorate([
|
|
6159
6159
|
RunOutsideAngular({
|
|
6160
6160
|
ngZoneName: 'ngZone',
|
|
6161
6161
|
})
|
|
6162
|
-
], exports.ɵ
|
|
6162
|
+
], exports.ɵj);
|
|
6163
6163
|
|
|
6164
6164
|
var CancelTpPasswordResetRequestMutation = gqlTyped(templateObject_1$a || (templateObject_1$a = __makeTemplateObject(["\nmutation CancelTpPasswordResetRequestMutation {\n cancelTpPasswordResetRequest(input: {}) {\n id\n }\n}"], ["\nmutation CancelTpPasswordResetRequestMutation {\n cancelTpPasswordResetRequest(input: {}) {\n id\n }\n}"])));
|
|
6165
6165
|
var CreateTpAssemblyKeyChallengeMutation = gqlTyped(templateObject_2$7 || (templateObject_2$7 = __makeTemplateObject(["\nmutation CreateTpAssemblyKeyChallengeMutation(\n $input: CreateTpAssemblyKeyChallengeInput!\n) {\n createTpAssemblyKeyChallenge(input: $input) {\n challenge\n }\n}"], ["\nmutation CreateTpAssemblyKeyChallengeMutation(\n $input: CreateTpAssemblyKeyChallengeInput!\n) {\n createTpAssemblyKeyChallenge(input: $input) {\n challenge\n }\n}"])));
|
|
@@ -6837,7 +6837,7 @@
|
|
|
6837
6837
|
};
|
|
6838
6838
|
return LifeReadyAuthService;
|
|
6839
6839
|
}());
|
|
6840
|
-
LifeReadyAuthService.ɵprov = i0.ɵɵdefineInjectable({ factory: function LifeReadyAuthService_Factory() { return new LifeReadyAuthService(i0.ɵɵinject(LR_CONFIG), i0.ɵɵinject(i4.AuthClass), i0.ɵɵinject(KeyFactoryService), i0.ɵɵinject(KeyService), i0.ɵɵinject(ProfileService), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(PasswordService), i0.ɵɵinject(IdleService), i0.ɵɵinject(exports.ɵ
|
|
6840
|
+
LifeReadyAuthService.ɵprov = i0.ɵɵdefineInjectable({ factory: function LifeReadyAuthService_Factory() { return new LifeReadyAuthService(i0.ɵɵinject(LR_CONFIG), i0.ɵɵinject(i4.AuthClass), i0.ɵɵinject(KeyFactoryService), i0.ɵɵinject(KeyService), i0.ɵɵinject(ProfileService), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(PasswordService), i0.ɵɵinject(IdleService), i0.ɵɵinject(exports.ɵf), i0.ɵɵinject(exports.ɵg), i0.ɵɵinject(PersistService), i0.ɵɵinject(EncryptionService), i0.ɵɵinject(Slip39Service), i0.ɵɵinject(exports.ɵj)); }, token: LifeReadyAuthService, providedIn: "root" });
|
|
6841
6841
|
LifeReadyAuthService.decorators = [
|
|
6842
6842
|
{ type: i0.Injectable, args: [{
|
|
6843
6843
|
providedIn: 'root',
|
|
@@ -6852,12 +6852,12 @@
|
|
|
6852
6852
|
{ type: KeyGraphService },
|
|
6853
6853
|
{ type: PasswordService },
|
|
6854
6854
|
{ type: IdleService },
|
|
6855
|
-
{ type: exports.ɵ
|
|
6856
|
-
{ type: exports.ɵ
|
|
6855
|
+
{ type: exports.ɵf },
|
|
6856
|
+
{ type: exports.ɵg },
|
|
6857
6857
|
{ type: PersistService },
|
|
6858
6858
|
{ type: EncryptionService },
|
|
6859
6859
|
{ type: Slip39Service },
|
|
6860
|
-
{ type: exports.ɵ
|
|
6860
|
+
{ type: exports.ɵj }
|
|
6861
6861
|
]; };
|
|
6862
6862
|
|
|
6863
6863
|
(function (FileType) {
|
|
@@ -12845,7 +12845,7 @@
|
|
|
12845
12845
|
|
|
12846
12846
|
var SCENARIO_SLIP39_PASSPHRASE = 'lifeready';
|
|
12847
12847
|
|
|
12848
|
-
exports.ɵ
|
|
12848
|
+
exports.ɵo = /** @class */ (function (_super) {
|
|
12849
12849
|
__extends(ScenarioAssemblyController, _super);
|
|
12850
12850
|
function ScenarioAssemblyController(ngZone, injector) {
|
|
12851
12851
|
var _this = _super.call(this, injector) || this;
|
|
@@ -12859,21 +12859,21 @@
|
|
|
12859
12859
|
};
|
|
12860
12860
|
return ScenarioAssemblyController;
|
|
12861
12861
|
}(TpAssemblyController));
|
|
12862
|
-
exports.ɵ
|
|
12863
|
-
exports.ɵ
|
|
12862
|
+
exports.ɵo.ɵprov = i0.ɵɵdefineInjectable({ factory: function ScenarioAssemblyController_Factory() { return new exports.ɵo(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR)); }, token: exports.ɵo, providedIn: "root" });
|
|
12863
|
+
exports.ɵo.decorators = [
|
|
12864
12864
|
{ type: i0.Injectable, args: [{
|
|
12865
12865
|
providedIn: 'root',
|
|
12866
12866
|
},] }
|
|
12867
12867
|
];
|
|
12868
|
-
exports.ɵ
|
|
12868
|
+
exports.ɵo.ctorParameters = function () { return [
|
|
12869
12869
|
{ type: i0.NgZone },
|
|
12870
12870
|
{ type: i0.Injector }
|
|
12871
12871
|
]; };
|
|
12872
|
-
exports.ɵ
|
|
12872
|
+
exports.ɵo = __decorate([
|
|
12873
12873
|
RunOutsideAngular({
|
|
12874
12874
|
ngZoneName: 'ngZone',
|
|
12875
12875
|
})
|
|
12876
|
-
], exports.ɵ
|
|
12876
|
+
], exports.ɵo);
|
|
12877
12877
|
|
|
12878
12878
|
var CreateScenarioMutation = gqlTyped(templateObject_1$q || (templateObject_1$q = __makeTemplateObject(["\nmutation CreateScenarioMutation($input: CreateScenarioInput!) {\n createScenario(input: $input) {\n scenario {\n id\n }\n }\n}\n"], ["\nmutation CreateScenarioMutation($input: CreateScenarioInput!) {\n createScenario(input: $input) {\n scenario {\n id\n }\n }\n}\n"])));
|
|
12879
12879
|
var UpdateScenarioMutation = gqlTyped(templateObject_2$m || (templateObject_2$m = __makeTemplateObject(["\nmutation UpdateScenarioMutation($input: UpdateScenarioInput!) {\n updateScenario(input: $input) {\n scenario {\n id\n }\n }\n}\n"], ["\nmutation UpdateScenarioMutation($input: UpdateScenarioInput!) {\n updateScenario(input: $input) {\n scenario {\n id\n }\n }\n}\n"])));
|
|
@@ -13715,7 +13715,7 @@
|
|
|
13715
13715
|
return ScenarioService;
|
|
13716
13716
|
}(LrService));
|
|
13717
13717
|
exports.ScenarioService.SLIP39_PASSPHRASE = 'lifeready';
|
|
13718
|
-
exports.ScenarioService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ScenarioService_Factory() { return new exports.ScenarioService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(exports.Item2Service), i0.ɵɵinject(exports.ɵ
|
|
13718
|
+
exports.ScenarioService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ScenarioService_Factory() { return new exports.ScenarioService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(exports.Item2Service), i0.ɵɵinject(exports.ɵo), i0.ɵɵinject(EncryptionService)); }, token: exports.ScenarioService, providedIn: "root" });
|
|
13719
13719
|
exports.ScenarioService.decorators = [
|
|
13720
13720
|
{ type: i0.Injectable, args: [{
|
|
13721
13721
|
providedIn: 'root',
|
|
@@ -13726,7 +13726,7 @@
|
|
|
13726
13726
|
{ type: i0.Injector },
|
|
13727
13727
|
{ type: KeyGraphService },
|
|
13728
13728
|
{ type: exports.Item2Service },
|
|
13729
|
-
{ type: exports.ɵ
|
|
13729
|
+
{ type: exports.ɵo },
|
|
13730
13730
|
{ type: EncryptionService }
|
|
13731
13731
|
]; };
|
|
13732
13732
|
exports.ScenarioService = __decorate([
|
|
@@ -13926,7 +13926,7 @@
|
|
|
13926
13926
|
};
|
|
13927
13927
|
return SharedContactCard2Service;
|
|
13928
13928
|
}());
|
|
13929
|
-
exports.SharedContactCard2Service.ɵprov = i0.ɵɵdefineInjectable({ factory: function SharedContactCard2Service_Factory() { return new exports.SharedContactCard2Service(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(KeyService), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(EncryptionService), i0.ɵɵinject(exports.ɵ
|
|
13929
|
+
exports.SharedContactCard2Service.ɵprov = i0.ɵɵdefineInjectable({ factory: function SharedContactCard2Service_Factory() { return new exports.SharedContactCard2Service(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(KeyService), i0.ɵɵinject(KeyGraphService), i0.ɵɵinject(EncryptionService), i0.ɵɵinject(exports.ɵf)); }, token: exports.SharedContactCard2Service, providedIn: "root" });
|
|
13930
13930
|
exports.SharedContactCard2Service.decorators = [
|
|
13931
13931
|
{ type: i0.Injectable, args: [{
|
|
13932
13932
|
providedIn: 'root',
|
|
@@ -13937,7 +13937,7 @@
|
|
|
13937
13937
|
{ type: KeyService },
|
|
13938
13938
|
{ type: KeyGraphService },
|
|
13939
13939
|
{ type: EncryptionService },
|
|
13940
|
-
{ type: exports.ɵ
|
|
13940
|
+
{ type: exports.ɵf }
|
|
13941
13941
|
]; };
|
|
13942
13942
|
exports.SharedContactCard2Service = __decorate([
|
|
13943
13943
|
RunOutsideAngular({
|
|
@@ -13945,7 +13945,7 @@
|
|
|
13945
13945
|
})
|
|
13946
13946
|
], exports.SharedContactCard2Service);
|
|
13947
13947
|
|
|
13948
|
-
exports.ɵ
|
|
13948
|
+
exports.ɵp = /** @class */ (function (_super) {
|
|
13949
13949
|
__extends(TpPasswordResetPrivateService, _super);
|
|
13950
13950
|
function TpPasswordResetPrivateService(ngZone, injector) {
|
|
13951
13951
|
var _this = _super.call(this, injector) || this;
|
|
@@ -13994,21 +13994,21 @@
|
|
|
13994
13994
|
};
|
|
13995
13995
|
return TpPasswordResetPrivateService;
|
|
13996
13996
|
}(LrService));
|
|
13997
|
-
exports.ɵ
|
|
13998
|
-
exports.ɵ
|
|
13997
|
+
exports.ɵp.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetPrivateService_Factory() { return new exports.ɵp(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR)); }, token: exports.ɵp, providedIn: "root" });
|
|
13998
|
+
exports.ɵp.decorators = [
|
|
13999
13999
|
{ type: i0.Injectable, args: [{
|
|
14000
14000
|
providedIn: 'root',
|
|
14001
14001
|
},] }
|
|
14002
14002
|
];
|
|
14003
|
-
exports.ɵ
|
|
14003
|
+
exports.ɵp.ctorParameters = function () { return [
|
|
14004
14004
|
{ type: i0.NgZone },
|
|
14005
14005
|
{ type: i0.Injector }
|
|
14006
14006
|
]; };
|
|
14007
|
-
exports.ɵ
|
|
14007
|
+
exports.ɵp = __decorate([
|
|
14008
14008
|
RunOutsideAngular({
|
|
14009
14009
|
ngZoneName: 'ngZone',
|
|
14010
14010
|
})
|
|
14011
|
-
], exports.ɵ
|
|
14011
|
+
], exports.ɵp);
|
|
14012
14012
|
|
|
14013
14013
|
exports.TpPasswordResetRequestService = /** @class */ (function (_super) {
|
|
14014
14014
|
__extends(TpPasswordResetRequestService, _super);
|
|
@@ -14124,7 +14124,7 @@
|
|
|
14124
14124
|
};
|
|
14125
14125
|
return TpPasswordResetRequestService;
|
|
14126
14126
|
}(LrService));
|
|
14127
|
-
exports.TpPasswordResetRequestService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetRequestService_Factory() { return new exports.TpPasswordResetRequestService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(EncryptionService), i0.ɵɵinject(exports.ɵ
|
|
14127
|
+
exports.TpPasswordResetRequestService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetRequestService_Factory() { return new exports.TpPasswordResetRequestService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(EncryptionService), i0.ɵɵinject(exports.ɵp)); }, token: exports.TpPasswordResetRequestService, providedIn: "root" });
|
|
14128
14128
|
exports.TpPasswordResetRequestService.decorators = [
|
|
14129
14129
|
{ type: i0.Injectable, args: [{
|
|
14130
14130
|
providedIn: 'root',
|
|
@@ -14134,7 +14134,7 @@
|
|
|
14134
14134
|
{ type: i0.NgZone },
|
|
14135
14135
|
{ type: i0.Injector },
|
|
14136
14136
|
{ type: EncryptionService },
|
|
14137
|
-
{ type: exports.ɵ
|
|
14137
|
+
{ type: exports.ɵp }
|
|
14138
14138
|
]; };
|
|
14139
14139
|
exports.TpPasswordResetRequestService = __decorate([
|
|
14140
14140
|
RunOutsideAngular({
|
|
@@ -14369,7 +14369,7 @@
|
|
|
14369
14369
|
};
|
|
14370
14370
|
return TpPasswordResetService;
|
|
14371
14371
|
}(LrService));
|
|
14372
|
-
exports.TpPasswordResetService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetService_Factory() { return new exports.TpPasswordResetService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(exports.ɵ
|
|
14372
|
+
exports.TpPasswordResetService.ɵprov = i0.ɵɵdefineInjectable({ factory: function TpPasswordResetService_Factory() { return new exports.TpPasswordResetService(i0.ɵɵinject(i0.NgZone), i0.ɵɵinject(i0.INJECTOR), i0.ɵɵinject(exports.ɵp), i0.ɵɵinject(exports.ɵj)); }, token: exports.TpPasswordResetService, providedIn: "root" });
|
|
14373
14373
|
exports.TpPasswordResetService.decorators = [
|
|
14374
14374
|
{ type: i0.Injectable, args: [{
|
|
14375
14375
|
providedIn: 'root',
|
|
@@ -14378,8 +14378,8 @@
|
|
|
14378
14378
|
exports.TpPasswordResetService.ctorParameters = function () { return [
|
|
14379
14379
|
{ type: i0.NgZone },
|
|
14380
14380
|
{ type: i0.Injector },
|
|
14381
|
-
{ type: exports.ɵ
|
|
14382
|
-
{ type: exports.ɵ
|
|
14381
|
+
{ type: exports.ɵp },
|
|
14382
|
+
{ type: exports.ɵj }
|
|
14383
14383
|
]; };
|
|
14384
14384
|
exports.TpPasswordResetService = __decorate([
|
|
14385
14385
|
RunOutsideAngular({
|
|
@@ -14912,7 +14912,7 @@
|
|
|
14912
14912
|
exports.LrException = LrException;
|
|
14913
14913
|
exports.LrExpiredCodeException = LrExpiredCodeException;
|
|
14914
14914
|
exports.LrExpiredException = LrExpiredException;
|
|
14915
|
-
exports.LrGraphQLService = exports.ɵ
|
|
14915
|
+
exports.LrGraphQLService = exports.ɵf;
|
|
14916
14916
|
exports.LrLockedException = LrLockedException;
|
|
14917
14917
|
exports.LrMergedMutation = LrMergedMutation;
|
|
14918
14918
|
exports.LrMutation = LrMutation;
|
|
@@ -14958,10 +14958,12 @@
|
|
|
14958
14958
|
exports.RequestUserDeleteMutation = RequestUserDeleteMutation;
|
|
14959
14959
|
exports.RespondOtkMutation = RespondOtkMutation;
|
|
14960
14960
|
exports.RevertFileQuery = RevertFileQuery;
|
|
14961
|
+
exports.ServerTimeQuery = ServerTimeQuery;
|
|
14961
14962
|
exports.SharedAccess = SharedAccess;
|
|
14962
14963
|
exports.StripeBillingPortalSession = StripeBillingPortalSession;
|
|
14963
14964
|
exports.StripeCheckoutSession = StripeCheckoutSession;
|
|
14964
14965
|
exports.Subscription = Subscription;
|
|
14966
|
+
exports.TimeService = TimeService;
|
|
14965
14967
|
exports.TrustedPartyDetails = TrustedPartyDetails;
|
|
14966
14968
|
exports.TwoFactorService = TwoFactorService;
|
|
14967
14969
|
exports.UnarchiveDirectoryMutation = UnarchiveDirectoryMutation;
|
|
@@ -14981,6 +14983,7 @@
|
|
|
14981
14983
|
exports.VaultFields = VaultFields;
|
|
14982
14984
|
exports.VaultRecord = VaultRecord;
|
|
14983
14985
|
exports.VaultRecordType = VaultRecordType;
|
|
14986
|
+
exports.WebCryptoService = WebCryptoService;
|
|
14984
14987
|
exports.awsFetch = awsFetch;
|
|
14985
14988
|
exports.configureAmplifyAuth = configureAmplifyAuth;
|
|
14986
14989
|
exports.configureApollo = configureApollo;
|
|
@@ -14998,17 +15001,15 @@
|
|
|
14998
15001
|
exports.ɵ0 = ɵ0;
|
|
14999
15002
|
exports.ɵa = KeyGraphService;
|
|
15000
15003
|
exports.ɵb = EncryptionService;
|
|
15001
|
-
exports.ɵc =
|
|
15002
|
-
exports.ɵd =
|
|
15003
|
-
exports.ɵe =
|
|
15004
|
-
exports.ɵ
|
|
15005
|
-
exports.ɵ
|
|
15006
|
-
exports.ɵ
|
|
15007
|
-
exports.ɵ
|
|
15008
|
-
exports.ɵm =
|
|
15009
|
-
exports.ɵn =
|
|
15010
|
-
exports.ɵo = SharedContactCardService;
|
|
15011
|
-
exports.ɵp = TrustedPartyService;
|
|
15004
|
+
exports.ɵc = KeyService;
|
|
15005
|
+
exports.ɵd = KeyFactoryService;
|
|
15006
|
+
exports.ɵe = KeyMetaService;
|
|
15007
|
+
exports.ɵh = RunOutsideAngular;
|
|
15008
|
+
exports.ɵi = Slip39Service;
|
|
15009
|
+
exports.ɵk = TpAssemblyController;
|
|
15010
|
+
exports.ɵl = LrService;
|
|
15011
|
+
exports.ɵm = SharedContactCardService;
|
|
15012
|
+
exports.ɵn = TrustedPartyService;
|
|
15012
15013
|
|
|
15013
15014
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
15014
15015
|
|