@vendasta/developer-training 0.14.0 → 0.16.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/index.mjs +2 -0
- package/esm2020/lib/_internal/index.mjs +3 -1
- package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/klutodo.interface.mjs +8 -0
- package/esm2020/lib/_internal/k-lu-todo.api.service.mjs +60 -0
- package/esm2020/lib/_internal/objects/api.mjs +237 -1
- package/esm2020/lib/_internal/objects/index.mjs +3 -2
- package/esm2020/lib/_internal/objects/klutodo.mjs +269 -0
- package/esm2020/lib/_internal/s-bueckert-to-do-list.api.service.mjs +63 -0
- package/esm2020/lib/index.mjs +2 -1
- package/esm2020/public_api.mjs +2 -2
- package/fesm2015/vendasta-developer-training.mjs +632 -30
- package/fesm2015/vendasta-developer-training.mjs.map +1 -1
- package/fesm2020/vendasta-developer-training.mjs +632 -30
- package/fesm2020/vendasta-developer-training.mjs.map +1 -1
- package/lib/_generated/index.d.ts +1 -0
- package/lib/_internal/index.d.ts +2 -0
- package/lib/_internal/interfaces/api.interface.d.ts +40 -0
- package/lib/_internal/interfaces/index.d.ts +2 -1
- package/lib/_internal/interfaces/klutodo.interface.d.ts +39 -0
- package/lib/_internal/k-lu-todo.api.service.d.ts +20 -0
- package/lib/_internal/objects/api.d.ts +70 -0
- package/lib/_internal/objects/index.d.ts +2 -1
- package/lib/_internal/objects/klutodo.d.ts +74 -0
- package/lib/_internal/s-bueckert-to-do-list.api.service.d.ts +21 -0
- package/lib/index.d.ts +1 -0
- package/package.json +1 -1
- package/public_api.d.ts +1 -1
@@ -4,6 +4,30 @@ import * as i1 from '@angular/common/http';
|
|
4
4
|
import { HttpHeaders } from '@angular/common/http';
|
5
5
|
import { map } from 'rxjs/operators';
|
6
6
|
|
7
|
+
var _a;
|
8
|
+
const environment = (_a = (window ? window['environment'] : 'prod')) !== null && _a !== void 0 ? _a : 'prod';
|
9
|
+
const hostMap = {
|
10
|
+
'local': 'developer-training-api.vendasta-local.com',
|
11
|
+
'test': '',
|
12
|
+
'demo': 'developer-training-demo.apigateway.co',
|
13
|
+
'prod': 'developer-training-prod.apigateway.co',
|
14
|
+
'production': 'developer-training-prod.apigateway.co',
|
15
|
+
};
|
16
|
+
class HostService {
|
17
|
+
get host() {
|
18
|
+
return hostMap[environment.toLowerCase()];
|
19
|
+
}
|
20
|
+
get hostWithScheme() {
|
21
|
+
return 'https://' + this.host;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
25
|
+
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
|
27
|
+
type: Injectable,
|
28
|
+
args: [{ providedIn: 'root' }]
|
29
|
+
}] });
|
30
|
+
|
7
31
|
// *********************************
|
8
32
|
// Code generated by sdkgen
|
9
33
|
// DO NOT EDIT!.
|
@@ -19,7 +43,7 @@ var Task;
|
|
19
43
|
|
20
44
|
// *********************************
|
21
45
|
|
22
|
-
function enumStringToValue$
|
46
|
+
function enumStringToValue$6(enumRef, value) {
|
23
47
|
if (typeof value === 'number') {
|
24
48
|
return value;
|
25
49
|
}
|
@@ -46,7 +70,7 @@ class FieldMask {
|
|
46
70
|
}
|
47
71
|
}
|
48
72
|
|
49
|
-
function enumStringToValue$
|
73
|
+
function enumStringToValue$5(enumRef, value) {
|
50
74
|
if (typeof value === 'number') {
|
51
75
|
return value;
|
52
76
|
}
|
@@ -154,7 +178,7 @@ class ReplaceBusinessQuestionsAnswersRequest {
|
|
154
178
|
}
|
155
179
|
}
|
156
180
|
|
157
|
-
function enumStringToValue$
|
181
|
+
function enumStringToValue$4(enumRef, value) {
|
158
182
|
if (typeof value === 'number') {
|
159
183
|
return value;
|
160
184
|
}
|
@@ -299,7 +323,7 @@ class ToggleFinishedLFossenierTaskRequest {
|
|
299
323
|
}
|
300
324
|
}
|
301
325
|
|
302
|
-
function enumStringToValue$
|
326
|
+
function enumStringToValue$3(enumRef, value) {
|
303
327
|
if (typeof value === 'number') {
|
304
328
|
return value;
|
305
329
|
}
|
@@ -329,7 +353,7 @@ class Access {
|
|
329
353
|
}
|
330
354
|
}
|
331
355
|
|
332
|
-
function enumStringToValue$
|
356
|
+
function enumStringToValue$2(enumRef, value) {
|
333
357
|
if (typeof value === 'number') {
|
334
358
|
return value;
|
335
359
|
}
|
@@ -615,6 +639,275 @@ class TKabakovUpdateToDoItemResponse {
|
|
615
639
|
}
|
616
640
|
}
|
617
641
|
|
642
|
+
function enumStringToValue$1(enumRef, value) {
|
643
|
+
if (typeof value === 'number') {
|
644
|
+
return value;
|
645
|
+
}
|
646
|
+
return enumRef[value];
|
647
|
+
}
|
648
|
+
class CreateKLuTodoRequest {
|
649
|
+
static fromProto(proto) {
|
650
|
+
let m = new CreateKLuTodoRequest();
|
651
|
+
m = Object.assign(m, proto);
|
652
|
+
if (proto.todoItem) {
|
653
|
+
m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
|
654
|
+
}
|
655
|
+
return m;
|
656
|
+
}
|
657
|
+
constructor(kwargs) {
|
658
|
+
if (!kwargs) {
|
659
|
+
return;
|
660
|
+
}
|
661
|
+
Object.assign(this, kwargs);
|
662
|
+
}
|
663
|
+
toApiJson() {
|
664
|
+
const toReturn = {};
|
665
|
+
if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
|
666
|
+
toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
|
667
|
+
}
|
668
|
+
return toReturn;
|
669
|
+
}
|
670
|
+
}
|
671
|
+
class CreateKLuTodoResponse {
|
672
|
+
static fromProto(proto) {
|
673
|
+
let m = new CreateKLuTodoResponse();
|
674
|
+
m = Object.assign(m, proto);
|
675
|
+
if (proto.todoItem) {
|
676
|
+
m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
|
677
|
+
}
|
678
|
+
return m;
|
679
|
+
}
|
680
|
+
constructor(kwargs) {
|
681
|
+
if (!kwargs) {
|
682
|
+
return;
|
683
|
+
}
|
684
|
+
Object.assign(this, kwargs);
|
685
|
+
}
|
686
|
+
toApiJson() {
|
687
|
+
const toReturn = {};
|
688
|
+
if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
|
689
|
+
toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
|
690
|
+
}
|
691
|
+
return toReturn;
|
692
|
+
}
|
693
|
+
}
|
694
|
+
class DeleteKLuTodoRequest {
|
695
|
+
static fromProto(proto) {
|
696
|
+
let m = new DeleteKLuTodoRequest();
|
697
|
+
m = Object.assign(m, proto);
|
698
|
+
return m;
|
699
|
+
}
|
700
|
+
constructor(kwargs) {
|
701
|
+
if (!kwargs) {
|
702
|
+
return;
|
703
|
+
}
|
704
|
+
Object.assign(this, kwargs);
|
705
|
+
}
|
706
|
+
toApiJson() {
|
707
|
+
const toReturn = {};
|
708
|
+
if (typeof this.id !== 'undefined') {
|
709
|
+
toReturn['id'] = this.id;
|
710
|
+
}
|
711
|
+
return toReturn;
|
712
|
+
}
|
713
|
+
}
|
714
|
+
class GetKLuTodoRequest {
|
715
|
+
static fromProto(proto) {
|
716
|
+
let m = new GetKLuTodoRequest();
|
717
|
+
m = Object.assign(m, proto);
|
718
|
+
return m;
|
719
|
+
}
|
720
|
+
constructor(kwargs) {
|
721
|
+
if (!kwargs) {
|
722
|
+
return;
|
723
|
+
}
|
724
|
+
Object.assign(this, kwargs);
|
725
|
+
}
|
726
|
+
toApiJson() {
|
727
|
+
const toReturn = {};
|
728
|
+
if (typeof this.id !== 'undefined') {
|
729
|
+
toReturn['id'] = this.id;
|
730
|
+
}
|
731
|
+
return toReturn;
|
732
|
+
}
|
733
|
+
}
|
734
|
+
class GetKLuTodoResponse {
|
735
|
+
static fromProto(proto) {
|
736
|
+
let m = new GetKLuTodoResponse();
|
737
|
+
m = Object.assign(m, proto);
|
738
|
+
if (proto.todoItem) {
|
739
|
+
m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
|
740
|
+
}
|
741
|
+
return m;
|
742
|
+
}
|
743
|
+
constructor(kwargs) {
|
744
|
+
if (!kwargs) {
|
745
|
+
return;
|
746
|
+
}
|
747
|
+
Object.assign(this, kwargs);
|
748
|
+
}
|
749
|
+
toApiJson() {
|
750
|
+
const toReturn = {};
|
751
|
+
if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
|
752
|
+
toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
|
753
|
+
}
|
754
|
+
return toReturn;
|
755
|
+
}
|
756
|
+
}
|
757
|
+
class KLuTodoItem {
|
758
|
+
static fromProto(proto) {
|
759
|
+
let m = new KLuTodoItem();
|
760
|
+
m = Object.assign(m, proto);
|
761
|
+
if (proto.dueDate) {
|
762
|
+
m.dueDate = new Date(proto.dueDate);
|
763
|
+
}
|
764
|
+
return m;
|
765
|
+
}
|
766
|
+
constructor(kwargs) {
|
767
|
+
if (!kwargs) {
|
768
|
+
return;
|
769
|
+
}
|
770
|
+
Object.assign(this, kwargs);
|
771
|
+
}
|
772
|
+
toApiJson() {
|
773
|
+
const toReturn = {};
|
774
|
+
if (typeof this.id !== 'undefined') {
|
775
|
+
toReturn['id'] = this.id;
|
776
|
+
}
|
777
|
+
if (typeof this.title !== 'undefined') {
|
778
|
+
toReturn['title'] = this.title;
|
779
|
+
}
|
780
|
+
if (typeof this.description !== 'undefined') {
|
781
|
+
toReturn['description'] = this.description;
|
782
|
+
}
|
783
|
+
if (typeof this.dueDate !== 'undefined' && this.dueDate !== null) {
|
784
|
+
toReturn['dueDate'] = 'toApiJson' in this.dueDate ? this.dueDate.toApiJson() : this.dueDate;
|
785
|
+
}
|
786
|
+
if (typeof this.markedDone !== 'undefined') {
|
787
|
+
toReturn['markedDone'] = this.markedDone;
|
788
|
+
}
|
789
|
+
return toReturn;
|
790
|
+
}
|
791
|
+
}
|
792
|
+
class ListKLuTodoRequestListKLuTodoFilter {
|
793
|
+
static fromProto(proto) {
|
794
|
+
let m = new ListKLuTodoRequestListKLuTodoFilter();
|
795
|
+
m = Object.assign(m, proto);
|
796
|
+
return m;
|
797
|
+
}
|
798
|
+
constructor(kwargs) {
|
799
|
+
if (!kwargs) {
|
800
|
+
return;
|
801
|
+
}
|
802
|
+
Object.assign(this, kwargs);
|
803
|
+
}
|
804
|
+
toApiJson() {
|
805
|
+
const toReturn = {};
|
806
|
+
if (typeof this.id !== 'undefined') {
|
807
|
+
toReturn['id'] = this.id;
|
808
|
+
}
|
809
|
+
if (typeof this.title !== 'undefined') {
|
810
|
+
toReturn['title'] = this.title;
|
811
|
+
}
|
812
|
+
if (typeof this.markedDone !== 'undefined') {
|
813
|
+
toReturn['markedDone'] = this.markedDone;
|
814
|
+
}
|
815
|
+
return toReturn;
|
816
|
+
}
|
817
|
+
}
|
818
|
+
class ListKLuTodoRequest {
|
819
|
+
static fromProto(proto) {
|
820
|
+
let m = new ListKLuTodoRequest();
|
821
|
+
m = Object.assign(m, proto);
|
822
|
+
if (proto.filter) {
|
823
|
+
m.filter = ListKLuTodoRequestListKLuTodoFilter.fromProto(proto.filter);
|
824
|
+
}
|
825
|
+
return m;
|
826
|
+
}
|
827
|
+
constructor(kwargs) {
|
828
|
+
if (!kwargs) {
|
829
|
+
return;
|
830
|
+
}
|
831
|
+
Object.assign(this, kwargs);
|
832
|
+
}
|
833
|
+
toApiJson() {
|
834
|
+
const toReturn = {};
|
835
|
+
if (typeof this.filter !== 'undefined' && this.filter !== null) {
|
836
|
+
toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;
|
837
|
+
}
|
838
|
+
return toReturn;
|
839
|
+
}
|
840
|
+
}
|
841
|
+
class ListKLuTodoResponse {
|
842
|
+
static fromProto(proto) {
|
843
|
+
let m = new ListKLuTodoResponse();
|
844
|
+
m = Object.assign(m, proto);
|
845
|
+
if (proto.todoItems) {
|
846
|
+
m.todoItems = proto.todoItems.map(KLuTodoItem.fromProto);
|
847
|
+
}
|
848
|
+
return m;
|
849
|
+
}
|
850
|
+
constructor(kwargs) {
|
851
|
+
if (!kwargs) {
|
852
|
+
return;
|
853
|
+
}
|
854
|
+
Object.assign(this, kwargs);
|
855
|
+
}
|
856
|
+
toApiJson() {
|
857
|
+
const toReturn = {};
|
858
|
+
if (typeof this.todoItems !== 'undefined' && this.todoItems !== null) {
|
859
|
+
toReturn['todoItems'] = 'toApiJson' in this.todoItems ? this.todoItems.toApiJson() : this.todoItems;
|
860
|
+
}
|
861
|
+
return toReturn;
|
862
|
+
}
|
863
|
+
}
|
864
|
+
class UpdateKLuTodoRequest {
|
865
|
+
static fromProto(proto) {
|
866
|
+
let m = new UpdateKLuTodoRequest();
|
867
|
+
m = Object.assign(m, proto);
|
868
|
+
if (proto.todoItem) {
|
869
|
+
m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
|
870
|
+
}
|
871
|
+
return m;
|
872
|
+
}
|
873
|
+
constructor(kwargs) {
|
874
|
+
if (!kwargs) {
|
875
|
+
return;
|
876
|
+
}
|
877
|
+
Object.assign(this, kwargs);
|
878
|
+
}
|
879
|
+
toApiJson() {
|
880
|
+
const toReturn = {};
|
881
|
+
if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
|
882
|
+
toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
|
883
|
+
}
|
884
|
+
return toReturn;
|
885
|
+
}
|
886
|
+
}
|
887
|
+
class UpdateKLuTodoResponse {
|
888
|
+
static fromProto(proto) {
|
889
|
+
let m = new UpdateKLuTodoResponse();
|
890
|
+
m = Object.assign(m, proto);
|
891
|
+
if (proto.todoItem) {
|
892
|
+
m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
|
893
|
+
}
|
894
|
+
return m;
|
895
|
+
}
|
896
|
+
constructor(kwargs) {
|
897
|
+
if (!kwargs) {
|
898
|
+
return;
|
899
|
+
}
|
900
|
+
Object.assign(this, kwargs);
|
901
|
+
}
|
902
|
+
toApiJson() {
|
903
|
+
const toReturn = {};
|
904
|
+
if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
|
905
|
+
toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
|
906
|
+
}
|
907
|
+
return toReturn;
|
908
|
+
}
|
909
|
+
}
|
910
|
+
|
618
911
|
function enumStringToValue(enumRef, value) {
|
619
912
|
if (typeof value === 'number') {
|
620
913
|
return value;
|
@@ -1009,6 +1302,52 @@ class CreateListResponse {
|
|
1009
1302
|
return toReturn;
|
1010
1303
|
}
|
1011
1304
|
}
|
1305
|
+
class CreateSBueckertToDoListItemRequest {
|
1306
|
+
static fromProto(proto) {
|
1307
|
+
let m = new CreateSBueckertToDoListItemRequest();
|
1308
|
+
m = Object.assign(m, proto);
|
1309
|
+
return m;
|
1310
|
+
}
|
1311
|
+
constructor(kwargs) {
|
1312
|
+
if (!kwargs) {
|
1313
|
+
return;
|
1314
|
+
}
|
1315
|
+
Object.assign(this, kwargs);
|
1316
|
+
}
|
1317
|
+
toApiJson() {
|
1318
|
+
const toReturn = {};
|
1319
|
+
if (typeof this.desc !== 'undefined') {
|
1320
|
+
toReturn['desc'] = this.desc;
|
1321
|
+
}
|
1322
|
+
if (typeof this.title !== 'undefined') {
|
1323
|
+
toReturn['title'] = this.title;
|
1324
|
+
}
|
1325
|
+
if (typeof this.date !== 'undefined') {
|
1326
|
+
toReturn['date'] = this.date;
|
1327
|
+
}
|
1328
|
+
return toReturn;
|
1329
|
+
}
|
1330
|
+
}
|
1331
|
+
class CreateSBueckertToDoListItemResponse {
|
1332
|
+
static fromProto(proto) {
|
1333
|
+
let m = new CreateSBueckertToDoListItemResponse();
|
1334
|
+
m = Object.assign(m, proto);
|
1335
|
+
return m;
|
1336
|
+
}
|
1337
|
+
constructor(kwargs) {
|
1338
|
+
if (!kwargs) {
|
1339
|
+
return;
|
1340
|
+
}
|
1341
|
+
Object.assign(this, kwargs);
|
1342
|
+
}
|
1343
|
+
toApiJson() {
|
1344
|
+
const toReturn = {};
|
1345
|
+
if (typeof this.itemId !== 'undefined') {
|
1346
|
+
toReturn['itemId'] = this.itemId;
|
1347
|
+
}
|
1348
|
+
return toReturn;
|
1349
|
+
}
|
1350
|
+
}
|
1012
1351
|
class CreateWHorrellTaskRequest {
|
1013
1352
|
static fromProto(proto) {
|
1014
1353
|
let m = new CreateWHorrellTaskRequest();
|
@@ -1112,6 +1451,26 @@ class DeleteListRequest {
|
|
1112
1451
|
return toReturn;
|
1113
1452
|
}
|
1114
1453
|
}
|
1454
|
+
class DeleteSBueckertToDoListItemRequest {
|
1455
|
+
static fromProto(proto) {
|
1456
|
+
let m = new DeleteSBueckertToDoListItemRequest();
|
1457
|
+
m = Object.assign(m, proto);
|
1458
|
+
return m;
|
1459
|
+
}
|
1460
|
+
constructor(kwargs) {
|
1461
|
+
if (!kwargs) {
|
1462
|
+
return;
|
1463
|
+
}
|
1464
|
+
Object.assign(this, kwargs);
|
1465
|
+
}
|
1466
|
+
toApiJson() {
|
1467
|
+
const toReturn = {};
|
1468
|
+
if (typeof this.itemId !== 'undefined') {
|
1469
|
+
toReturn['itemId'] = this.itemId;
|
1470
|
+
}
|
1471
|
+
return toReturn;
|
1472
|
+
}
|
1473
|
+
}
|
1115
1474
|
class DeleteWHorrellTaskRequest {
|
1116
1475
|
static fromProto(proto) {
|
1117
1476
|
let m = new DeleteWHorrellTaskRequest();
|
@@ -1334,6 +1693,49 @@ class GetListResponse {
|
|
1334
1693
|
return toReturn;
|
1335
1694
|
}
|
1336
1695
|
}
|
1696
|
+
class GetSBueckertToDoListItemRequest {
|
1697
|
+
static fromProto(proto) {
|
1698
|
+
let m = new GetSBueckertToDoListItemRequest();
|
1699
|
+
m = Object.assign(m, proto);
|
1700
|
+
return m;
|
1701
|
+
}
|
1702
|
+
constructor(kwargs) {
|
1703
|
+
if (!kwargs) {
|
1704
|
+
return;
|
1705
|
+
}
|
1706
|
+
Object.assign(this, kwargs);
|
1707
|
+
}
|
1708
|
+
toApiJson() {
|
1709
|
+
const toReturn = {};
|
1710
|
+
if (typeof this.itemId !== 'undefined') {
|
1711
|
+
toReturn['itemId'] = this.itemId;
|
1712
|
+
}
|
1713
|
+
return toReturn;
|
1714
|
+
}
|
1715
|
+
}
|
1716
|
+
class GetSBueckertToDoListItemResponse {
|
1717
|
+
static fromProto(proto) {
|
1718
|
+
let m = new GetSBueckertToDoListItemResponse();
|
1719
|
+
m = Object.assign(m, proto);
|
1720
|
+
if (proto.item) {
|
1721
|
+
m.item = SBueckertToDoListItem.fromProto(proto.item);
|
1722
|
+
}
|
1723
|
+
return m;
|
1724
|
+
}
|
1725
|
+
constructor(kwargs) {
|
1726
|
+
if (!kwargs) {
|
1727
|
+
return;
|
1728
|
+
}
|
1729
|
+
Object.assign(this, kwargs);
|
1730
|
+
}
|
1731
|
+
toApiJson() {
|
1732
|
+
const toReturn = {};
|
1733
|
+
if (typeof this.item !== 'undefined' && this.item !== null) {
|
1734
|
+
toReturn['item'] = 'toApiJson' in this.item ? this.item.toApiJson() : this.item;
|
1735
|
+
}
|
1736
|
+
return toReturn;
|
1737
|
+
}
|
1738
|
+
}
|
1337
1739
|
class GetWHorrellTaskRequest {
|
1338
1740
|
static fromProto(proto) {
|
1339
1741
|
let m = new GetWHorrellTaskRequest();
|
@@ -1693,6 +2095,49 @@ class ListHdoTodoResponse {
|
|
1693
2095
|
return toReturn;
|
1694
2096
|
}
|
1695
2097
|
}
|
2098
|
+
class ListSBueckertToDoListItemRequest {
|
2099
|
+
static fromProto(proto) {
|
2100
|
+
let m = new ListSBueckertToDoListItemRequest();
|
2101
|
+
m = Object.assign(m, proto);
|
2102
|
+
return m;
|
2103
|
+
}
|
2104
|
+
constructor(kwargs) {
|
2105
|
+
if (!kwargs) {
|
2106
|
+
return;
|
2107
|
+
}
|
2108
|
+
Object.assign(this, kwargs);
|
2109
|
+
}
|
2110
|
+
toApiJson() {
|
2111
|
+
const toReturn = {};
|
2112
|
+
if (typeof this.resolved !== 'undefined') {
|
2113
|
+
toReturn['resolved'] = this.resolved;
|
2114
|
+
}
|
2115
|
+
return toReturn;
|
2116
|
+
}
|
2117
|
+
}
|
2118
|
+
class ListSBueckertToDoListItemResponse {
|
2119
|
+
static fromProto(proto) {
|
2120
|
+
let m = new ListSBueckertToDoListItemResponse();
|
2121
|
+
m = Object.assign(m, proto);
|
2122
|
+
if (proto.items) {
|
2123
|
+
m.items = proto.items.map(SBueckertToDoListItem.fromProto);
|
2124
|
+
}
|
2125
|
+
return m;
|
2126
|
+
}
|
2127
|
+
constructor(kwargs) {
|
2128
|
+
if (!kwargs) {
|
2129
|
+
return;
|
2130
|
+
}
|
2131
|
+
Object.assign(this, kwargs);
|
2132
|
+
}
|
2133
|
+
toApiJson() {
|
2134
|
+
const toReturn = {};
|
2135
|
+
if (typeof this.items !== 'undefined' && this.items !== null) {
|
2136
|
+
toReturn['items'] = 'toApiJson' in this.items ? this.items.toApiJson() : this.items;
|
2137
|
+
}
|
2138
|
+
return toReturn;
|
2139
|
+
}
|
2140
|
+
}
|
1696
2141
|
class ListWHorrellTasksRequest {
|
1697
2142
|
static fromProto(proto) {
|
1698
2143
|
let m = new ListWHorrellTasksRequest();
|
@@ -2033,6 +2478,61 @@ class NValleCreateTaskResponse {
|
|
2033
2478
|
return toReturn;
|
2034
2479
|
}
|
2035
2480
|
}
|
2481
|
+
class ResolveSBueckertToDoListItemRequest {
|
2482
|
+
static fromProto(proto) {
|
2483
|
+
let m = new ResolveSBueckertToDoListItemRequest();
|
2484
|
+
m = Object.assign(m, proto);
|
2485
|
+
return m;
|
2486
|
+
}
|
2487
|
+
constructor(kwargs) {
|
2488
|
+
if (!kwargs) {
|
2489
|
+
return;
|
2490
|
+
}
|
2491
|
+
Object.assign(this, kwargs);
|
2492
|
+
}
|
2493
|
+
toApiJson() {
|
2494
|
+
const toReturn = {};
|
2495
|
+
if (typeof this.itemId !== 'undefined') {
|
2496
|
+
toReturn['itemId'] = this.itemId;
|
2497
|
+
}
|
2498
|
+
return toReturn;
|
2499
|
+
}
|
2500
|
+
}
|
2501
|
+
class SBueckertToDoListItem {
|
2502
|
+
static fromProto(proto) {
|
2503
|
+
let m = new SBueckertToDoListItem();
|
2504
|
+
m = Object.assign(m, proto);
|
2505
|
+
return m;
|
2506
|
+
}
|
2507
|
+
constructor(kwargs) {
|
2508
|
+
if (!kwargs) {
|
2509
|
+
return;
|
2510
|
+
}
|
2511
|
+
Object.assign(this, kwargs);
|
2512
|
+
}
|
2513
|
+
toApiJson() {
|
2514
|
+
const toReturn = {};
|
2515
|
+
if (typeof this.itemId !== 'undefined') {
|
2516
|
+
toReturn['itemId'] = this.itemId;
|
2517
|
+
}
|
2518
|
+
if (typeof this.title !== 'undefined') {
|
2519
|
+
toReturn['title'] = this.title;
|
2520
|
+
}
|
2521
|
+
if (typeof this.desc !== 'undefined') {
|
2522
|
+
toReturn['desc'] = this.desc;
|
2523
|
+
}
|
2524
|
+
if (typeof this.date !== 'undefined') {
|
2525
|
+
toReturn['date'] = this.date;
|
2526
|
+
}
|
2527
|
+
if (typeof this.resolved !== 'undefined') {
|
2528
|
+
toReturn['resolved'] = this.resolved;
|
2529
|
+
}
|
2530
|
+
if (typeof this.deleted !== 'undefined') {
|
2531
|
+
toReturn['deleted'] = this.deleted;
|
2532
|
+
}
|
2533
|
+
return toReturn;
|
2534
|
+
}
|
2535
|
+
}
|
2036
2536
|
class TodoList {
|
2037
2537
|
static fromProto(proto) {
|
2038
2538
|
let m = new TodoList();
|
@@ -2114,6 +2614,35 @@ class UpdateHdoTodoResponse {
|
|
2114
2614
|
return toReturn;
|
2115
2615
|
}
|
2116
2616
|
}
|
2617
|
+
class UpdateSBueckertToDoListItemRequest {
|
2618
|
+
static fromProto(proto) {
|
2619
|
+
let m = new UpdateSBueckertToDoListItemRequest();
|
2620
|
+
m = Object.assign(m, proto);
|
2621
|
+
return m;
|
2622
|
+
}
|
2623
|
+
constructor(kwargs) {
|
2624
|
+
if (!kwargs) {
|
2625
|
+
return;
|
2626
|
+
}
|
2627
|
+
Object.assign(this, kwargs);
|
2628
|
+
}
|
2629
|
+
toApiJson() {
|
2630
|
+
const toReturn = {};
|
2631
|
+
if (typeof this.itemId !== 'undefined') {
|
2632
|
+
toReturn['itemId'] = this.itemId;
|
2633
|
+
}
|
2634
|
+
if (typeof this.title !== 'undefined') {
|
2635
|
+
toReturn['title'] = this.title;
|
2636
|
+
}
|
2637
|
+
if (typeof this.desc !== 'undefined') {
|
2638
|
+
toReturn['desc'] = this.desc;
|
2639
|
+
}
|
2640
|
+
if (typeof this.date !== 'undefined') {
|
2641
|
+
toReturn['date'] = this.date;
|
2642
|
+
}
|
2643
|
+
return toReturn;
|
2644
|
+
}
|
2645
|
+
}
|
2117
2646
|
class WHorrellTask {
|
2118
2647
|
static fromProto(proto) {
|
2119
2648
|
let m = new WHorrellTask();
|
@@ -2149,30 +2678,6 @@ class WHorrellTask {
|
|
2149
2678
|
|
2150
2679
|
// *********************************
|
2151
2680
|
|
2152
|
-
var _a;
|
2153
|
-
const environment = (_a = (window ? window['environment'] : 'prod')) !== null && _a !== void 0 ? _a : 'prod';
|
2154
|
-
const hostMap = {
|
2155
|
-
'local': 'developer-training-api.vendasta-local.com',
|
2156
|
-
'test': '',
|
2157
|
-
'demo': 'developer-training-demo.apigateway.co',
|
2158
|
-
'prod': 'developer-training-prod.apigateway.co',
|
2159
|
-
'production': 'developer-training-prod.apigateway.co',
|
2160
|
-
};
|
2161
|
-
class HostService {
|
2162
|
-
get host() {
|
2163
|
-
return hostMap[environment.toLowerCase()];
|
2164
|
-
}
|
2165
|
-
get hostWithScheme() {
|
2166
|
-
return 'https://' + this.host;
|
2167
|
-
}
|
2168
|
-
}
|
2169
|
-
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
2170
|
-
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
|
2171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
|
2172
|
-
type: Injectable,
|
2173
|
-
args: [{ providedIn: 'root' }]
|
2174
|
-
}] });
|
2175
|
-
|
2176
2681
|
// *********************************
|
2177
2682
|
class AHundalToDoProjectApiService {
|
2178
2683
|
constructor(http, hostService) {
|
@@ -2385,6 +2890,53 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
2385
2890
|
args: [{ providedIn: 'root' }]
|
2386
2891
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2387
2892
|
|
2893
|
+
// *********************************
|
2894
|
+
class KLuTodoApiService {
|
2895
|
+
constructor(http, hostService) {
|
2896
|
+
this.http = http;
|
2897
|
+
this.hostService = hostService;
|
2898
|
+
this._host = this.hostService.hostWithScheme;
|
2899
|
+
}
|
2900
|
+
apiOptions() {
|
2901
|
+
return {
|
2902
|
+
headers: new HttpHeaders({
|
2903
|
+
'Content-Type': 'application/json'
|
2904
|
+
}),
|
2905
|
+
withCredentials: true
|
2906
|
+
};
|
2907
|
+
}
|
2908
|
+
createKLuTodoItem(r) {
|
2909
|
+
const request = (r.toApiJson) ? r : new CreateKLuTodoRequest(r);
|
2910
|
+
return this.http.post(this._host + "/developertraining.v1.KLuTodoService/CreateKLuTodoItem", request.toApiJson(), this.apiOptions())
|
2911
|
+
.pipe(map(resp => CreateKLuTodoResponse.fromProto(resp)));
|
2912
|
+
}
|
2913
|
+
deleteKLuTodoItem(r) {
|
2914
|
+
const request = (r.toApiJson) ? r : new DeleteKLuTodoRequest(r);
|
2915
|
+
return this.http.post(this._host + "/developertraining.v1.KLuTodoService/DeleteKLuTodoItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
|
2916
|
+
}
|
2917
|
+
getKLuTodoItem(r) {
|
2918
|
+
const request = (r.toApiJson) ? r : new GetKLuTodoRequest(r);
|
2919
|
+
return this.http.post(this._host + "/developertraining.v1.KLuTodoService/GetKLuTodoItem", request.toApiJson(), this.apiOptions())
|
2920
|
+
.pipe(map(resp => GetKLuTodoResponse.fromProto(resp)));
|
2921
|
+
}
|
2922
|
+
listKLuTodoItems(r) {
|
2923
|
+
const request = (r.toApiJson) ? r : new ListKLuTodoRequest(r);
|
2924
|
+
return this.http.post(this._host + "/developertraining.v1.KLuTodoService/ListKLuTodoItems", request.toApiJson(), this.apiOptions())
|
2925
|
+
.pipe(map(resp => ListKLuTodoResponse.fromProto(resp)));
|
2926
|
+
}
|
2927
|
+
updateKLuTodoItem(r) {
|
2928
|
+
const request = (r.toApiJson) ? r : new UpdateKLuTodoRequest(r);
|
2929
|
+
return this.http.post(this._host + "/developertraining.v1.KLuTodoService/UpdateKLuTodoItem", request.toApiJson(), this.apiOptions())
|
2930
|
+
.pipe(map(resp => UpdateKLuTodoResponse.fromProto(resp)));
|
2931
|
+
}
|
2932
|
+
}
|
2933
|
+
KLuTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KLuTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2934
|
+
KLuTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KLuTodoApiService, providedIn: 'root' });
|
2935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KLuTodoApiService, decorators: [{
|
2936
|
+
type: Injectable,
|
2937
|
+
args: [{ providedIn: 'root' }]
|
2938
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2939
|
+
|
2388
2940
|
// *********************************
|
2389
2941
|
class KarishmaListApiService {
|
2390
2942
|
constructor(http, hostService) {
|
@@ -2537,6 +3089,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
2537
3089
|
args: [{ providedIn: 'root' }]
|
2538
3090
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
2539
3091
|
|
3092
|
+
// *********************************
|
3093
|
+
class SBueckertToDoListApiService {
|
3094
|
+
constructor(http, hostService) {
|
3095
|
+
this.http = http;
|
3096
|
+
this.hostService = hostService;
|
3097
|
+
this._host = this.hostService.hostWithScheme;
|
3098
|
+
}
|
3099
|
+
apiOptions() {
|
3100
|
+
return {
|
3101
|
+
headers: new HttpHeaders({
|
3102
|
+
'Content-Type': 'application/json'
|
3103
|
+
}),
|
3104
|
+
withCredentials: true
|
3105
|
+
};
|
3106
|
+
}
|
3107
|
+
createSBueckertToDoListItem(r) {
|
3108
|
+
const request = (r.toApiJson) ? r : new CreateSBueckertToDoListItemRequest(r);
|
3109
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/CreateSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
|
3110
|
+
.pipe(map(resp => CreateSBueckertToDoListItemResponse.fromProto(resp)));
|
3111
|
+
}
|
3112
|
+
deleteSBueckertToDoListItem(r) {
|
3113
|
+
const request = (r.toApiJson) ? r : new DeleteSBueckertToDoListItemRequest(r);
|
3114
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/DeleteSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
|
3115
|
+
}
|
3116
|
+
resolveSBueckertToDoListItem(r) {
|
3117
|
+
const request = (r.toApiJson) ? r : new ResolveSBueckertToDoListItemRequest(r);
|
3118
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/ResolveSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
|
3119
|
+
}
|
3120
|
+
updateSBueckertToDoListItem(r) {
|
3121
|
+
const request = (r.toApiJson) ? r : new UpdateSBueckertToDoListItemRequest(r);
|
3122
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/UpdateSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
|
3123
|
+
}
|
3124
|
+
listSBueckertToDoListItem(r) {
|
3125
|
+
const request = (r.toApiJson) ? r : new ListSBueckertToDoListItemRequest(r);
|
3126
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/ListSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
|
3127
|
+
.pipe(map(resp => ListSBueckertToDoListItemResponse.fromProto(resp)));
|
3128
|
+
}
|
3129
|
+
getSBueckertToDoListItem(r) {
|
3130
|
+
const request = (r.toApiJson) ? r : new GetSBueckertToDoListItemRequest(r);
|
3131
|
+
return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/GetSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
|
3132
|
+
.pipe(map(resp => GetSBueckertToDoListItemResponse.fromProto(resp)));
|
3133
|
+
}
|
3134
|
+
}
|
3135
|
+
SBueckertToDoListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SBueckertToDoListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3136
|
+
SBueckertToDoListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SBueckertToDoListApiService, providedIn: 'root' });
|
3137
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SBueckertToDoListApiService, decorators: [{
|
3138
|
+
type: Injectable,
|
3139
|
+
args: [{ providedIn: 'root' }]
|
3140
|
+
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
3141
|
+
|
2540
3142
|
// *********************************
|
2541
3143
|
class TKabakovToDoApiService {
|
2542
3144
|
constructor(http, hostService) {
|
@@ -2636,5 +3238,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
|
|
2636
3238
|
* Generated bundle index. Do not edit.
|
2637
3239
|
*/
|
2638
3240
|
|
2639
|
-
export { AHundalAddTaskRequest, AHundalAddTaskResponse, AHundalDeleteTaskRequest, AHundalDeleteTaskResponse, AHundalEditTaskRequest, AHundalEditTaskResponse, AHundalGetSpecificTaskRequest, AHundalGetSpecificTaskResponse, AHundalGetTasksRequest, AHundalGetTasksResponse, AHundalTask, AHundalToDoProjectApiService, Access, BusinessQAApiService, CreateECurrieRequest, CreateECurrieResponse, CreateHdoTodoRequest, CreateHdoTodoResponse, CreateLFossenierTaskRequest, CreateListRequest, CreateListResponse, CreateWHorrellTaskRequest, DeleteECurrieRequest, DeleteHdoTodoRequest, DeleteHdoTodoResponse, DeleteLFossenierTaskRequest, DeleteListRequest, DeleteWHorrellTaskRequest, ECurrieListApiService, ECurrieTodoItem, EditWHorrellTaskRequest, FieldMask, GetBusinessQuestionsAnswersRequest, GetBusinessQuestionsAnswersResponse, GetECurrieListRequest, GetECurrieListResponse, GetHdoTodoRequest, GetHdoTodoResponse, GetListRequest, GetListResponse, GetWHorrellTaskRequest, GetWHorrellTaskResponse, HdoTodoApiService, HdoTodoItem, IOlaleyeCreateTaskRequest, IOlaleyeCreateTaskResponse, IOlaleyeDeleteTaskRequest, IOlaleyeDeleteTaskResponse, IOlaleyeEditTaskRequest, IOlaleyeEditTaskResponse, IOlaleyeGetTaskRequest, IOlaleyeGetTaskResponse, IOlaleyeListTasksRequest, IOlaleyeListTasksResponse, IOlaleyeTask, IOlaleyeToDoQAApiService, KarishmaListApiService, LFossenierTodoApiService, ListHdoTodoRequest, ListHdoTodoResponse, ListWHorrellTasksRequest, ListWHorrellTasksResponse, LoadLFossenierTaskRequest, LoadLFossenierTaskResponse, MMugotCreateTaskRequest, MMugotCreateTaskResponse, MMugotDeleteTaskRequest, MMugotGetTaskRequest, MMugotGetTaskResponse, MMugotListQAApiService, MMugotListTasksRequest, MMugotListTasksResponse, MMugotTask, MMugotUpdateTaskRequest, MMugotUpdateTaskResponse, NValleCreateTaskRequest, NValleCreateTaskResponse, NValleTodoApiService, QuestionsAnswers, ReplaceBusinessQuestionsAnswersRequest, TKabakovAddToDoItemRequest, TKabakovAddToDoItemResponse, TKabakovDeleteToDoItemRequest, TKabakovDeleteToDoItemResponse, TKabakovGetToDoItemRequest, TKabakovGetToDoItemResponse, TKabakovListToDoItemsRequest, TKabakovListToDoItemsResponse, TKabakovToDoApiService, TKabakovToDoId, TKabakovToDoItem, TKabakovUpdateToDoItemRequest, TKabakovUpdateToDoItemResponse, Task, TodoList, TodoTaskMessage, ToggleFinishedLFossenierTaskRequest, UpdateHdoTodoRequest, UpdateHdoTodoResponse, WHorrellTask, WHorrellToDoApiService };
|
3241
|
+
export { AHundalAddTaskRequest, AHundalAddTaskResponse, AHundalDeleteTaskRequest, AHundalDeleteTaskResponse, AHundalEditTaskRequest, AHundalEditTaskResponse, AHundalGetSpecificTaskRequest, AHundalGetSpecificTaskResponse, AHundalGetTasksRequest, AHundalGetTasksResponse, AHundalTask, AHundalToDoProjectApiService, Access, BusinessQAApiService, CreateECurrieRequest, CreateECurrieResponse, CreateHdoTodoRequest, CreateHdoTodoResponse, CreateKLuTodoRequest, CreateKLuTodoResponse, CreateLFossenierTaskRequest, CreateListRequest, CreateListResponse, CreateSBueckertToDoListItemRequest, CreateSBueckertToDoListItemResponse, CreateWHorrellTaskRequest, DeleteECurrieRequest, DeleteHdoTodoRequest, DeleteHdoTodoResponse, DeleteKLuTodoRequest, DeleteLFossenierTaskRequest, DeleteListRequest, DeleteSBueckertToDoListItemRequest, DeleteWHorrellTaskRequest, ECurrieListApiService, ECurrieTodoItem, EditWHorrellTaskRequest, FieldMask, GetBusinessQuestionsAnswersRequest, GetBusinessQuestionsAnswersResponse, GetECurrieListRequest, GetECurrieListResponse, GetHdoTodoRequest, GetHdoTodoResponse, GetKLuTodoRequest, GetKLuTodoResponse, GetListRequest, GetListResponse, GetSBueckertToDoListItemRequest, GetSBueckertToDoListItemResponse, GetWHorrellTaskRequest, GetWHorrellTaskResponse, HdoTodoApiService, HdoTodoItem, HostService, IOlaleyeCreateTaskRequest, IOlaleyeCreateTaskResponse, IOlaleyeDeleteTaskRequest, IOlaleyeDeleteTaskResponse, IOlaleyeEditTaskRequest, IOlaleyeEditTaskResponse, IOlaleyeGetTaskRequest, IOlaleyeGetTaskResponse, IOlaleyeListTasksRequest, IOlaleyeListTasksResponse, IOlaleyeTask, IOlaleyeToDoQAApiService, KLuTodoApiService, KLuTodoItem, KarishmaListApiService, LFossenierTodoApiService, ListHdoTodoRequest, ListHdoTodoResponse, ListKLuTodoRequest, ListKLuTodoRequestListKLuTodoFilter, ListKLuTodoResponse, ListSBueckertToDoListItemRequest, ListSBueckertToDoListItemResponse, ListWHorrellTasksRequest, ListWHorrellTasksResponse, LoadLFossenierTaskRequest, LoadLFossenierTaskResponse, MMugotCreateTaskRequest, MMugotCreateTaskResponse, MMugotDeleteTaskRequest, MMugotGetTaskRequest, MMugotGetTaskResponse, MMugotListQAApiService, MMugotListTasksRequest, MMugotListTasksResponse, MMugotTask, MMugotUpdateTaskRequest, MMugotUpdateTaskResponse, NValleCreateTaskRequest, NValleCreateTaskResponse, NValleTodoApiService, QuestionsAnswers, ReplaceBusinessQuestionsAnswersRequest, ResolveSBueckertToDoListItemRequest, SBueckertToDoListApiService, SBueckertToDoListItem, TKabakovAddToDoItemRequest, TKabakovAddToDoItemResponse, TKabakovDeleteToDoItemRequest, TKabakovDeleteToDoItemResponse, TKabakovGetToDoItemRequest, TKabakovGetToDoItemResponse, TKabakovListToDoItemsRequest, TKabakovListToDoItemsResponse, TKabakovToDoApiService, TKabakovToDoId, TKabakovToDoItem, TKabakovUpdateToDoItemRequest, TKabakovUpdateToDoItemResponse, Task, TodoList, TodoTaskMessage, ToggleFinishedLFossenierTaskRequest, UpdateHdoTodoRequest, UpdateHdoTodoResponse, UpdateKLuTodoRequest, UpdateKLuTodoResponse, UpdateSBueckertToDoListItemRequest, WHorrellTask, WHorrellToDoApiService };
|
2640
3242
|
//# sourceMappingURL=vendasta-developer-training.mjs.map
|