@vendasta/developer-training 0.16.0 → 0.18.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/esm2020/lib/_generated/host.service.mjs +4 -4
- package/esm2020/lib/_internal/a-hundal-to-do-project.api.service.mjs +4 -4
- package/esm2020/lib/_internal/business-qa.api.service.mjs +4 -4
- package/esm2020/lib/_internal/e-currie-list.api.service.mjs +4 -4
- package/esm2020/lib/_internal/hdo-todo.api.service.mjs +4 -4
- package/esm2020/lib/_internal/i-olaleye-to-do-qa.api.service.mjs +4 -4
- package/esm2020/lib/_internal/k-lu-todo.api.service.mjs +4 -4
- package/esm2020/lib/_internal/karishma-list.api.service.mjs +4 -4
- package/esm2020/lib/_internal/l-fossenier-todo.api.service.mjs +4 -4
- package/esm2020/lib/_internal/m-mugot-list-qa.api.service.mjs +4 -4
- package/esm2020/lib/_internal/n-valle-todo.api.service.mjs +4 -4
- package/esm2020/lib/_internal/s-bueckert-to-do-list.api.service.mjs +4 -4
- package/esm2020/lib/_internal/t-kabakov-to-do.api.service.mjs +4 -4
- package/esm2020/lib/_internal/w-horrell-to-do.api.service.mjs +4 -4
- package/fesm2015/vendasta-developer-training.mjs +122 -42
- package/fesm2015/vendasta-developer-training.mjs.map +1 -1
- package/fesm2020/vendasta-developer-training.mjs +122 -42
- package/fesm2020/vendasta-developer-training.mjs.map +1 -1
- package/package.json +1 -1
@@ -20,9 +20,9 @@ class HostService {
|
|
20
20
|
return 'https://' + this.host;
|
21
21
|
}
|
22
22
|
}
|
23
|
-
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
24
|
-
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
23
|
+
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
24
|
+
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, providedIn: 'root' });
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, decorators: [{
|
26
26
|
type: Injectable,
|
27
27
|
args: [{ providedIn: 'root' }]
|
28
28
|
}] });
|
@@ -40,6 +40,11 @@ var Task;
|
|
40
40
|
Task[Task["TASK_DESCRIPTION"] = 2] = "TASK_DESCRIPTION";
|
41
41
|
})(Task || (Task = {}));
|
42
42
|
|
43
|
+
// *********************************
|
44
|
+
// Code generated by sdkgen
|
45
|
+
// DO NOT EDIT!.
|
46
|
+
//
|
47
|
+
// Enums Index.
|
43
48
|
// *********************************
|
44
49
|
|
45
50
|
function enumStringToValue$6(enumRef, value) {
|
@@ -2675,8 +2680,18 @@ class WHorrellTask {
|
|
2675
2680
|
}
|
2676
2681
|
}
|
2677
2682
|
|
2683
|
+
// *********************************
|
2684
|
+
// Code generated by sdkgen
|
2685
|
+
// DO NOT EDIT!.
|
2686
|
+
//
|
2687
|
+
// Objects Index.
|
2678
2688
|
// *********************************
|
2679
2689
|
|
2690
|
+
// *********************************
|
2691
|
+
// Code generated by sdkgen
|
2692
|
+
// DO NOT EDIT!.
|
2693
|
+
//
|
2694
|
+
// API Service.
|
2680
2695
|
// *********************************
|
2681
2696
|
class AHundalToDoProjectApiService {
|
2682
2697
|
constructor(http, hostService) {
|
@@ -2718,13 +2733,18 @@ class AHundalToDoProjectApiService {
|
|
2718
2733
|
.pipe(map(resp => AHundalGetSpecificTaskResponse.fromProto(resp)));
|
2719
2734
|
}
|
2720
2735
|
}
|
2721
|
-
AHundalToDoProjectApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2722
|
-
AHundalToDoProjectApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2723
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2736
|
+
AHundalToDoProjectApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AHundalToDoProjectApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2737
|
+
AHundalToDoProjectApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AHundalToDoProjectApiService, providedIn: 'root' });
|
2738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AHundalToDoProjectApiService, decorators: [{
|
2724
2739
|
type: Injectable,
|
2725
2740
|
args: [{ providedIn: 'root' }]
|
2726
2741
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2727
2742
|
|
2743
|
+
// *********************************
|
2744
|
+
// Code generated by sdkgen
|
2745
|
+
// DO NOT EDIT!.
|
2746
|
+
//
|
2747
|
+
// API Service.
|
2728
2748
|
// *********************************
|
2729
2749
|
class BusinessQAApiService {
|
2730
2750
|
constructor(http, hostService) {
|
@@ -2750,13 +2770,18 @@ class BusinessQAApiService {
|
|
2750
2770
|
return this.http.post(this._host + "/developertraining.v1.BusinessQA/ReplaceBusinessQuestionsAnswers", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
2751
2771
|
}
|
2752
2772
|
}
|
2753
|
-
BusinessQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2754
|
-
BusinessQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2773
|
+
BusinessQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BusinessQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2774
|
+
BusinessQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BusinessQAApiService, providedIn: 'root' });
|
2775
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BusinessQAApiService, decorators: [{
|
2756
2776
|
type: Injectable,
|
2757
2777
|
args: [{ providedIn: 'root' }]
|
2758
2778
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2759
2779
|
|
2780
|
+
// *********************************
|
2781
|
+
// Code generated by sdkgen
|
2782
|
+
// DO NOT EDIT!.
|
2783
|
+
//
|
2784
|
+
// API Service.
|
2760
2785
|
// *********************************
|
2761
2786
|
class ECurrieListApiService {
|
2762
2787
|
constructor(http, hostService) {
|
@@ -2787,13 +2812,18 @@ class ECurrieListApiService {
|
|
2787
2812
|
return this.http.post(this._host + "/developertraining.v1.ECurrieList/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
2788
2813
|
}
|
2789
2814
|
}
|
2790
|
-
ECurrieListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2791
|
-
ECurrieListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2815
|
+
ECurrieListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ECurrieListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2816
|
+
ECurrieListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ECurrieListApiService, providedIn: 'root' });
|
2817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ECurrieListApiService, decorators: [{
|
2793
2818
|
type: Injectable,
|
2794
2819
|
args: [{ providedIn: 'root' }]
|
2795
2820
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2796
2821
|
|
2822
|
+
// *********************************
|
2823
|
+
// Code generated by sdkgen
|
2824
|
+
// DO NOT EDIT!.
|
2825
|
+
//
|
2826
|
+
// API Service.
|
2797
2827
|
// *********************************
|
2798
2828
|
class HdoTodoApiService {
|
2799
2829
|
constructor(http, hostService) {
|
@@ -2834,13 +2864,18 @@ class HdoTodoApiService {
|
|
2834
2864
|
.pipe(map(resp => GetHdoTodoResponse.fromProto(resp)));
|
2835
2865
|
}
|
2836
2866
|
}
|
2837
|
-
HdoTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2838
|
-
HdoTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2867
|
+
HdoTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HdoTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2868
|
+
HdoTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HdoTodoApiService, providedIn: 'root' });
|
2869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HdoTodoApiService, decorators: [{
|
2840
2870
|
type: Injectable,
|
2841
2871
|
args: [{ providedIn: 'root' }]
|
2842
2872
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2843
2873
|
|
2874
|
+
// *********************************
|
2875
|
+
// Code generated by sdkgen
|
2876
|
+
// DO NOT EDIT!.
|
2877
|
+
//
|
2878
|
+
// API Service.
|
2844
2879
|
// *********************************
|
2845
2880
|
class IOlaleyeToDoQAApiService {
|
2846
2881
|
constructor(http, hostService) {
|
@@ -2882,13 +2917,18 @@ class IOlaleyeToDoQAApiService {
|
|
2882
2917
|
.pipe(map(resp => IOlaleyeListTasksResponse.fromProto(resp)));
|
2883
2918
|
}
|
2884
2919
|
}
|
2885
|
-
IOlaleyeToDoQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2886
|
-
IOlaleyeToDoQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2920
|
+
IOlaleyeToDoQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IOlaleyeToDoQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2921
|
+
IOlaleyeToDoQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IOlaleyeToDoQAApiService, providedIn: 'root' });
|
2922
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IOlaleyeToDoQAApiService, decorators: [{
|
2888
2923
|
type: Injectable,
|
2889
2924
|
args: [{ providedIn: 'root' }]
|
2890
2925
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2891
2926
|
|
2927
|
+
// *********************************
|
2928
|
+
// Code generated by sdkgen
|
2929
|
+
// DO NOT EDIT!.
|
2930
|
+
//
|
2931
|
+
// API Service.
|
2892
2932
|
// *********************************
|
2893
2933
|
class KLuTodoApiService {
|
2894
2934
|
constructor(http, hostService) {
|
@@ -2929,13 +2969,18 @@ class KLuTodoApiService {
|
|
2929
2969
|
.pipe(map(resp => UpdateKLuTodoResponse.fromProto(resp)));
|
2930
2970
|
}
|
2931
2971
|
}
|
2932
|
-
KLuTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2933
|
-
KLuTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2934
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
2972
|
+
KLuTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KLuTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2973
|
+
KLuTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KLuTodoApiService, providedIn: 'root' });
|
2974
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KLuTodoApiService, decorators: [{
|
2935
2975
|
type: Injectable,
|
2936
2976
|
args: [{ providedIn: 'root' }]
|
2937
2977
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2938
2978
|
|
2979
|
+
// *********************************
|
2980
|
+
// Code generated by sdkgen
|
2981
|
+
// DO NOT EDIT!.
|
2982
|
+
//
|
2983
|
+
// API Service.
|
2939
2984
|
// *********************************
|
2940
2985
|
class KarishmaListApiService {
|
2941
2986
|
constructor(http, hostService) {
|
@@ -2966,13 +3011,18 @@ class KarishmaListApiService {
|
|
2966
3011
|
return this.http.post(this._host + "/developertraining.v1.KarishmaList/DeleteListR", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
2967
3012
|
}
|
2968
3013
|
}
|
2969
|
-
KarishmaListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
2970
|
-
KarishmaListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
2971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3014
|
+
KarishmaListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KarishmaListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3015
|
+
KarishmaListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KarishmaListApiService, providedIn: 'root' });
|
3016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KarishmaListApiService, decorators: [{
|
2972
3017
|
type: Injectable,
|
2973
3018
|
args: [{ providedIn: 'root' }]
|
2974
3019
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2975
3020
|
|
3021
|
+
// *********************************
|
3022
|
+
// Code generated by sdkgen
|
3023
|
+
// DO NOT EDIT!.
|
3024
|
+
//
|
3025
|
+
// API Service.
|
2976
3026
|
// *********************************
|
2977
3027
|
class LFossenierTodoApiService {
|
2978
3028
|
constructor(http, hostService) {
|
@@ -3006,13 +3056,18 @@ class LFossenierTodoApiService {
|
|
3006
3056
|
.pipe(map(resp => LoadLFossenierTaskResponse.fromProto(resp)));
|
3007
3057
|
}
|
3008
3058
|
}
|
3009
|
-
LFossenierTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3010
|
-
LFossenierTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3059
|
+
LFossenierTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LFossenierTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3060
|
+
LFossenierTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LFossenierTodoApiService, providedIn: 'root' });
|
3061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LFossenierTodoApiService, decorators: [{
|
3012
3062
|
type: Injectable,
|
3013
3063
|
args: [{ providedIn: 'root' }]
|
3014
3064
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3015
3065
|
|
3066
|
+
// *********************************
|
3067
|
+
// Code generated by sdkgen
|
3068
|
+
// DO NOT EDIT!.
|
3069
|
+
//
|
3070
|
+
// API Service.
|
3016
3071
|
// *********************************
|
3017
3072
|
class MMugotListQAApiService {
|
3018
3073
|
constructor(http, hostService) {
|
@@ -3053,13 +3108,18 @@ class MMugotListQAApiService {
|
|
3053
3108
|
.pipe(map(resp => MMugotUpdateTaskResponse.fromProto(resp)));
|
3054
3109
|
}
|
3055
3110
|
}
|
3056
|
-
MMugotListQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3057
|
-
MMugotListQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3111
|
+
MMugotListQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MMugotListQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3112
|
+
MMugotListQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MMugotListQAApiService, providedIn: 'root' });
|
3113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MMugotListQAApiService, decorators: [{
|
3059
3114
|
type: Injectable,
|
3060
3115
|
args: [{ providedIn: 'root' }]
|
3061
3116
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3062
3117
|
|
3118
|
+
// *********************************
|
3119
|
+
// Code generated by sdkgen
|
3120
|
+
// DO NOT EDIT!.
|
3121
|
+
//
|
3122
|
+
// API Service.
|
3063
3123
|
// *********************************
|
3064
3124
|
class NValleTodoApiService {
|
3065
3125
|
constructor(http, hostService) {
|
@@ -3081,13 +3141,18 @@ class NValleTodoApiService {
|
|
3081
3141
|
.pipe(map(resp => NValleCreateTaskResponse.fromProto(resp)));
|
3082
3142
|
}
|
3083
3143
|
}
|
3084
|
-
NValleTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3085
|
-
NValleTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3086
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3144
|
+
NValleTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NValleTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3145
|
+
NValleTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NValleTodoApiService, providedIn: 'root' });
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NValleTodoApiService, decorators: [{
|
3087
3147
|
type: Injectable,
|
3088
3148
|
args: [{ providedIn: 'root' }]
|
3089
3149
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3090
3150
|
|
3151
|
+
// *********************************
|
3152
|
+
// Code generated by sdkgen
|
3153
|
+
// DO NOT EDIT!.
|
3154
|
+
//
|
3155
|
+
// API Service.
|
3091
3156
|
// *********************************
|
3092
3157
|
class SBueckertToDoListApiService {
|
3093
3158
|
constructor(http, hostService) {
|
@@ -3131,13 +3196,18 @@ class SBueckertToDoListApiService {
|
|
3131
3196
|
.pipe(map(resp => GetSBueckertToDoListItemResponse.fromProto(resp)));
|
3132
3197
|
}
|
3133
3198
|
}
|
3134
|
-
SBueckertToDoListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3135
|
-
SBueckertToDoListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3199
|
+
SBueckertToDoListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SBueckertToDoListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3200
|
+
SBueckertToDoListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SBueckertToDoListApiService, providedIn: 'root' });
|
3201
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SBueckertToDoListApiService, decorators: [{
|
3137
3202
|
type: Injectable,
|
3138
3203
|
args: [{ providedIn: 'root' }]
|
3139
3204
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3140
3205
|
|
3206
|
+
// *********************************
|
3207
|
+
// Code generated by sdkgen
|
3208
|
+
// DO NOT EDIT!.
|
3209
|
+
//
|
3210
|
+
// API Service.
|
3141
3211
|
// *********************************
|
3142
3212
|
class TKabakovToDoApiService {
|
3143
3213
|
constructor(http, hostService) {
|
@@ -3179,13 +3249,18 @@ class TKabakovToDoApiService {
|
|
3179
3249
|
.pipe(map(resp => TKabakovListToDoItemsResponse.fromProto(resp)));
|
3180
3250
|
}
|
3181
3251
|
}
|
3182
|
-
TKabakovToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3183
|
-
TKabakovToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3252
|
+
TKabakovToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TKabakovToDoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3253
|
+
TKabakovToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TKabakovToDoApiService, providedIn: 'root' });
|
3254
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TKabakovToDoApiService, decorators: [{
|
3185
3255
|
type: Injectable,
|
3186
3256
|
args: [{ providedIn: 'root' }]
|
3187
3257
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3188
3258
|
|
3259
|
+
// *********************************
|
3260
|
+
// Code generated by sdkgen
|
3261
|
+
// DO NOT EDIT!.
|
3262
|
+
//
|
3263
|
+
// API Service.
|
3189
3264
|
// *********************************
|
3190
3265
|
class WHorrellToDoApiService {
|
3191
3266
|
constructor(http, hostService) {
|
@@ -3224,14 +3299,19 @@ class WHorrellToDoApiService {
|
|
3224
3299
|
.pipe(map(resp => ListWHorrellTasksResponse.fromProto(resp)));
|
3225
3300
|
}
|
3226
3301
|
}
|
3227
|
-
WHorrellToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.
|
3228
|
-
WHorrellToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.
|
3229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.
|
3302
|
+
WHorrellToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WHorrellToDoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3303
|
+
WHorrellToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WHorrellToDoApiService, providedIn: 'root' });
|
3304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WHorrellToDoApiService, decorators: [{
|
3230
3305
|
type: Injectable,
|
3231
3306
|
args: [{ providedIn: 'root' }]
|
3232
3307
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3233
3308
|
|
3234
3309
|
// *********************************
|
3310
|
+
// Code generated by sdkgen
|
3311
|
+
// DO NOT EDIT!.
|
3312
|
+
//
|
3313
|
+
// Index.
|
3314
|
+
// *********************************
|
3235
3315
|
|
3236
3316
|
/**
|
3237
3317
|
* Generated bundle index. Do not edit.
|