@vendasta/developer-training 0.14.0 → 0.17.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.
Files changed (41) hide show
  1. package/esm2020/lib/_generated/host.service.mjs +4 -4
  2. package/esm2020/lib/_generated/index.mjs +2 -0
  3. package/esm2020/lib/_internal/a-hundal-to-do-project.api.service.mjs +4 -4
  4. package/esm2020/lib/_internal/business-qa.api.service.mjs +4 -4
  5. package/esm2020/lib/_internal/e-currie-list.api.service.mjs +4 -4
  6. package/esm2020/lib/_internal/hdo-todo.api.service.mjs +4 -4
  7. package/esm2020/lib/_internal/i-olaleye-to-do-qa.api.service.mjs +4 -4
  8. package/esm2020/lib/_internal/index.mjs +3 -1
  9. package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
  10. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  11. package/esm2020/lib/_internal/interfaces/klutodo.interface.mjs +8 -0
  12. package/esm2020/lib/_internal/k-lu-todo.api.service.mjs +60 -0
  13. package/esm2020/lib/_internal/karishma-list.api.service.mjs +4 -4
  14. package/esm2020/lib/_internal/l-fossenier-todo.api.service.mjs +4 -4
  15. package/esm2020/lib/_internal/m-mugot-list-qa.api.service.mjs +4 -4
  16. package/esm2020/lib/_internal/n-valle-todo.api.service.mjs +4 -4
  17. package/esm2020/lib/_internal/objects/api.mjs +237 -1
  18. package/esm2020/lib/_internal/objects/index.mjs +3 -2
  19. package/esm2020/lib/_internal/objects/klutodo.mjs +269 -0
  20. package/esm2020/lib/_internal/s-bueckert-to-do-list.api.service.mjs +63 -0
  21. package/esm2020/lib/_internal/t-kabakov-to-do.api.service.mjs +4 -4
  22. package/esm2020/lib/_internal/w-horrell-to-do.api.service.mjs +4 -4
  23. package/esm2020/lib/index.mjs +2 -1
  24. package/esm2020/public_api.mjs +2 -2
  25. package/fesm2015/vendasta-developer-training.mjs +764 -82
  26. package/fesm2015/vendasta-developer-training.mjs.map +1 -1
  27. package/fesm2020/vendasta-developer-training.mjs +763 -81
  28. package/fesm2020/vendasta-developer-training.mjs.map +1 -1
  29. package/lib/_generated/index.d.ts +1 -0
  30. package/lib/_internal/index.d.ts +2 -0
  31. package/lib/_internal/interfaces/api.interface.d.ts +40 -0
  32. package/lib/_internal/interfaces/index.d.ts +2 -1
  33. package/lib/_internal/interfaces/klutodo.interface.d.ts +39 -0
  34. package/lib/_internal/k-lu-todo.api.service.d.ts +20 -0
  35. package/lib/_internal/objects/api.d.ts +70 -0
  36. package/lib/_internal/objects/index.d.ts +2 -1
  37. package/lib/_internal/objects/klutodo.d.ts +74 -0
  38. package/lib/_internal/s-bueckert-to-do-list.api.service.d.ts +21 -0
  39. package/lib/index.d.ts +1 -0
  40. package/package.json +1 -1
  41. 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.10", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
25
+ HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HostService, providedIn: 'root' });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", 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!.
@@ -17,9 +41,14 @@ var Task;
17
41
  Task[Task["TASK_DESCRIPTION"] = 2] = "TASK_DESCRIPTION";
18
42
  })(Task || (Task = {}));
19
43
 
44
+ // *********************************
45
+ // Code generated by sdkgen
46
+ // DO NOT EDIT!.
47
+ //
48
+ // Enums Index.
20
49
  // *********************************
21
50
 
22
- function enumStringToValue$5(enumRef, value) {
51
+ function enumStringToValue$6(enumRef, value) {
23
52
  if (typeof value === 'number') {
24
53
  return value;
25
54
  }
@@ -46,7 +75,7 @@ class FieldMask {
46
75
  }
47
76
  }
48
77
 
49
- function enumStringToValue$4(enumRef, value) {
78
+ function enumStringToValue$5(enumRef, value) {
50
79
  if (typeof value === 'number') {
51
80
  return value;
52
81
  }
@@ -154,7 +183,7 @@ class ReplaceBusinessQuestionsAnswersRequest {
154
183
  }
155
184
  }
156
185
 
157
- function enumStringToValue$3(enumRef, value) {
186
+ function enumStringToValue$4(enumRef, value) {
158
187
  if (typeof value === 'number') {
159
188
  return value;
160
189
  }
@@ -299,7 +328,7 @@ class ToggleFinishedLFossenierTaskRequest {
299
328
  }
300
329
  }
301
330
 
302
- function enumStringToValue$2(enumRef, value) {
331
+ function enumStringToValue$3(enumRef, value) {
303
332
  if (typeof value === 'number') {
304
333
  return value;
305
334
  }
@@ -329,7 +358,7 @@ class Access {
329
358
  }
330
359
  }
331
360
 
332
- function enumStringToValue$1(enumRef, value) {
361
+ function enumStringToValue$2(enumRef, value) {
333
362
  if (typeof value === 'number') {
334
363
  return value;
335
364
  }
@@ -615,6 +644,275 @@ class TKabakovUpdateToDoItemResponse {
615
644
  }
616
645
  }
617
646
 
647
+ function enumStringToValue$1(enumRef, value) {
648
+ if (typeof value === 'number') {
649
+ return value;
650
+ }
651
+ return enumRef[value];
652
+ }
653
+ class CreateKLuTodoRequest {
654
+ static fromProto(proto) {
655
+ let m = new CreateKLuTodoRequest();
656
+ m = Object.assign(m, proto);
657
+ if (proto.todoItem) {
658
+ m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
659
+ }
660
+ return m;
661
+ }
662
+ constructor(kwargs) {
663
+ if (!kwargs) {
664
+ return;
665
+ }
666
+ Object.assign(this, kwargs);
667
+ }
668
+ toApiJson() {
669
+ const toReturn = {};
670
+ if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
671
+ toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
672
+ }
673
+ return toReturn;
674
+ }
675
+ }
676
+ class CreateKLuTodoResponse {
677
+ static fromProto(proto) {
678
+ let m = new CreateKLuTodoResponse();
679
+ m = Object.assign(m, proto);
680
+ if (proto.todoItem) {
681
+ m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
682
+ }
683
+ return m;
684
+ }
685
+ constructor(kwargs) {
686
+ if (!kwargs) {
687
+ return;
688
+ }
689
+ Object.assign(this, kwargs);
690
+ }
691
+ toApiJson() {
692
+ const toReturn = {};
693
+ if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
694
+ toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
695
+ }
696
+ return toReturn;
697
+ }
698
+ }
699
+ class DeleteKLuTodoRequest {
700
+ static fromProto(proto) {
701
+ let m = new DeleteKLuTodoRequest();
702
+ m = Object.assign(m, proto);
703
+ return m;
704
+ }
705
+ constructor(kwargs) {
706
+ if (!kwargs) {
707
+ return;
708
+ }
709
+ Object.assign(this, kwargs);
710
+ }
711
+ toApiJson() {
712
+ const toReturn = {};
713
+ if (typeof this.id !== 'undefined') {
714
+ toReturn['id'] = this.id;
715
+ }
716
+ return toReturn;
717
+ }
718
+ }
719
+ class GetKLuTodoRequest {
720
+ static fromProto(proto) {
721
+ let m = new GetKLuTodoRequest();
722
+ m = Object.assign(m, proto);
723
+ return m;
724
+ }
725
+ constructor(kwargs) {
726
+ if (!kwargs) {
727
+ return;
728
+ }
729
+ Object.assign(this, kwargs);
730
+ }
731
+ toApiJson() {
732
+ const toReturn = {};
733
+ if (typeof this.id !== 'undefined') {
734
+ toReturn['id'] = this.id;
735
+ }
736
+ return toReturn;
737
+ }
738
+ }
739
+ class GetKLuTodoResponse {
740
+ static fromProto(proto) {
741
+ let m = new GetKLuTodoResponse();
742
+ m = Object.assign(m, proto);
743
+ if (proto.todoItem) {
744
+ m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
745
+ }
746
+ return m;
747
+ }
748
+ constructor(kwargs) {
749
+ if (!kwargs) {
750
+ return;
751
+ }
752
+ Object.assign(this, kwargs);
753
+ }
754
+ toApiJson() {
755
+ const toReturn = {};
756
+ if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
757
+ toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
758
+ }
759
+ return toReturn;
760
+ }
761
+ }
762
+ class KLuTodoItem {
763
+ static fromProto(proto) {
764
+ let m = new KLuTodoItem();
765
+ m = Object.assign(m, proto);
766
+ if (proto.dueDate) {
767
+ m.dueDate = new Date(proto.dueDate);
768
+ }
769
+ return m;
770
+ }
771
+ constructor(kwargs) {
772
+ if (!kwargs) {
773
+ return;
774
+ }
775
+ Object.assign(this, kwargs);
776
+ }
777
+ toApiJson() {
778
+ const toReturn = {};
779
+ if (typeof this.id !== 'undefined') {
780
+ toReturn['id'] = this.id;
781
+ }
782
+ if (typeof this.title !== 'undefined') {
783
+ toReturn['title'] = this.title;
784
+ }
785
+ if (typeof this.description !== 'undefined') {
786
+ toReturn['description'] = this.description;
787
+ }
788
+ if (typeof this.dueDate !== 'undefined' && this.dueDate !== null) {
789
+ toReturn['dueDate'] = 'toApiJson' in this.dueDate ? this.dueDate.toApiJson() : this.dueDate;
790
+ }
791
+ if (typeof this.markedDone !== 'undefined') {
792
+ toReturn['markedDone'] = this.markedDone;
793
+ }
794
+ return toReturn;
795
+ }
796
+ }
797
+ class ListKLuTodoRequestListKLuTodoFilter {
798
+ static fromProto(proto) {
799
+ let m = new ListKLuTodoRequestListKLuTodoFilter();
800
+ m = Object.assign(m, proto);
801
+ return m;
802
+ }
803
+ constructor(kwargs) {
804
+ if (!kwargs) {
805
+ return;
806
+ }
807
+ Object.assign(this, kwargs);
808
+ }
809
+ toApiJson() {
810
+ const toReturn = {};
811
+ if (typeof this.id !== 'undefined') {
812
+ toReturn['id'] = this.id;
813
+ }
814
+ if (typeof this.title !== 'undefined') {
815
+ toReturn['title'] = this.title;
816
+ }
817
+ if (typeof this.markedDone !== 'undefined') {
818
+ toReturn['markedDone'] = this.markedDone;
819
+ }
820
+ return toReturn;
821
+ }
822
+ }
823
+ class ListKLuTodoRequest {
824
+ static fromProto(proto) {
825
+ let m = new ListKLuTodoRequest();
826
+ m = Object.assign(m, proto);
827
+ if (proto.filter) {
828
+ m.filter = ListKLuTodoRequestListKLuTodoFilter.fromProto(proto.filter);
829
+ }
830
+ return m;
831
+ }
832
+ constructor(kwargs) {
833
+ if (!kwargs) {
834
+ return;
835
+ }
836
+ Object.assign(this, kwargs);
837
+ }
838
+ toApiJson() {
839
+ const toReturn = {};
840
+ if (typeof this.filter !== 'undefined' && this.filter !== null) {
841
+ toReturn['filter'] = 'toApiJson' in this.filter ? this.filter.toApiJson() : this.filter;
842
+ }
843
+ return toReturn;
844
+ }
845
+ }
846
+ class ListKLuTodoResponse {
847
+ static fromProto(proto) {
848
+ let m = new ListKLuTodoResponse();
849
+ m = Object.assign(m, proto);
850
+ if (proto.todoItems) {
851
+ m.todoItems = proto.todoItems.map(KLuTodoItem.fromProto);
852
+ }
853
+ return m;
854
+ }
855
+ constructor(kwargs) {
856
+ if (!kwargs) {
857
+ return;
858
+ }
859
+ Object.assign(this, kwargs);
860
+ }
861
+ toApiJson() {
862
+ const toReturn = {};
863
+ if (typeof this.todoItems !== 'undefined' && this.todoItems !== null) {
864
+ toReturn['todoItems'] = 'toApiJson' in this.todoItems ? this.todoItems.toApiJson() : this.todoItems;
865
+ }
866
+ return toReturn;
867
+ }
868
+ }
869
+ class UpdateKLuTodoRequest {
870
+ static fromProto(proto) {
871
+ let m = new UpdateKLuTodoRequest();
872
+ m = Object.assign(m, proto);
873
+ if (proto.todoItem) {
874
+ m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
875
+ }
876
+ return m;
877
+ }
878
+ constructor(kwargs) {
879
+ if (!kwargs) {
880
+ return;
881
+ }
882
+ Object.assign(this, kwargs);
883
+ }
884
+ toApiJson() {
885
+ const toReturn = {};
886
+ if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
887
+ toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
888
+ }
889
+ return toReturn;
890
+ }
891
+ }
892
+ class UpdateKLuTodoResponse {
893
+ static fromProto(proto) {
894
+ let m = new UpdateKLuTodoResponse();
895
+ m = Object.assign(m, proto);
896
+ if (proto.todoItem) {
897
+ m.todoItem = KLuTodoItem.fromProto(proto.todoItem);
898
+ }
899
+ return m;
900
+ }
901
+ constructor(kwargs) {
902
+ if (!kwargs) {
903
+ return;
904
+ }
905
+ Object.assign(this, kwargs);
906
+ }
907
+ toApiJson() {
908
+ const toReturn = {};
909
+ if (typeof this.todoItem !== 'undefined' && this.todoItem !== null) {
910
+ toReturn['todoItem'] = 'toApiJson' in this.todoItem ? this.todoItem.toApiJson() : this.todoItem;
911
+ }
912
+ return toReturn;
913
+ }
914
+ }
915
+
618
916
  function enumStringToValue(enumRef, value) {
619
917
  if (typeof value === 'number') {
620
918
  return value;
@@ -1009,6 +1307,52 @@ class CreateListResponse {
1009
1307
  return toReturn;
1010
1308
  }
1011
1309
  }
1310
+ class CreateSBueckertToDoListItemRequest {
1311
+ static fromProto(proto) {
1312
+ let m = new CreateSBueckertToDoListItemRequest();
1313
+ m = Object.assign(m, proto);
1314
+ return m;
1315
+ }
1316
+ constructor(kwargs) {
1317
+ if (!kwargs) {
1318
+ return;
1319
+ }
1320
+ Object.assign(this, kwargs);
1321
+ }
1322
+ toApiJson() {
1323
+ const toReturn = {};
1324
+ if (typeof this.desc !== 'undefined') {
1325
+ toReturn['desc'] = this.desc;
1326
+ }
1327
+ if (typeof this.title !== 'undefined') {
1328
+ toReturn['title'] = this.title;
1329
+ }
1330
+ if (typeof this.date !== 'undefined') {
1331
+ toReturn['date'] = this.date;
1332
+ }
1333
+ return toReturn;
1334
+ }
1335
+ }
1336
+ class CreateSBueckertToDoListItemResponse {
1337
+ static fromProto(proto) {
1338
+ let m = new CreateSBueckertToDoListItemResponse();
1339
+ m = Object.assign(m, proto);
1340
+ return m;
1341
+ }
1342
+ constructor(kwargs) {
1343
+ if (!kwargs) {
1344
+ return;
1345
+ }
1346
+ Object.assign(this, kwargs);
1347
+ }
1348
+ toApiJson() {
1349
+ const toReturn = {};
1350
+ if (typeof this.itemId !== 'undefined') {
1351
+ toReturn['itemId'] = this.itemId;
1352
+ }
1353
+ return toReturn;
1354
+ }
1355
+ }
1012
1356
  class CreateWHorrellTaskRequest {
1013
1357
  static fromProto(proto) {
1014
1358
  let m = new CreateWHorrellTaskRequest();
@@ -1112,6 +1456,26 @@ class DeleteListRequest {
1112
1456
  return toReturn;
1113
1457
  }
1114
1458
  }
1459
+ class DeleteSBueckertToDoListItemRequest {
1460
+ static fromProto(proto) {
1461
+ let m = new DeleteSBueckertToDoListItemRequest();
1462
+ m = Object.assign(m, proto);
1463
+ return m;
1464
+ }
1465
+ constructor(kwargs) {
1466
+ if (!kwargs) {
1467
+ return;
1468
+ }
1469
+ Object.assign(this, kwargs);
1470
+ }
1471
+ toApiJson() {
1472
+ const toReturn = {};
1473
+ if (typeof this.itemId !== 'undefined') {
1474
+ toReturn['itemId'] = this.itemId;
1475
+ }
1476
+ return toReturn;
1477
+ }
1478
+ }
1115
1479
  class DeleteWHorrellTaskRequest {
1116
1480
  static fromProto(proto) {
1117
1481
  let m = new DeleteWHorrellTaskRequest();
@@ -1262,12 +1626,61 @@ class GetHdoTodoRequest {
1262
1626
  return toReturn;
1263
1627
  }
1264
1628
  }
1265
- class GetHdoTodoResponse {
1629
+ class GetHdoTodoResponse {
1630
+ static fromProto(proto) {
1631
+ let m = new GetHdoTodoResponse();
1632
+ m = Object.assign(m, proto);
1633
+ if (proto.todo) {
1634
+ m.todo = HdoTodoItem.fromProto(proto.todo);
1635
+ }
1636
+ return m;
1637
+ }
1638
+ constructor(kwargs) {
1639
+ if (!kwargs) {
1640
+ return;
1641
+ }
1642
+ Object.assign(this, kwargs);
1643
+ }
1644
+ toApiJson() {
1645
+ const toReturn = {};
1646
+ if (typeof this.todo !== 'undefined' && this.todo !== null) {
1647
+ toReturn['todo'] = 'toApiJson' in this.todo ? this.todo.toApiJson() : this.todo;
1648
+ }
1649
+ return toReturn;
1650
+ }
1651
+ }
1652
+ class GetListRequest {
1653
+ static fromProto(proto) {
1654
+ let m = new GetListRequest();
1655
+ m = Object.assign(m, proto);
1656
+ return m;
1657
+ }
1658
+ constructor(kwargs) {
1659
+ if (!kwargs) {
1660
+ return;
1661
+ }
1662
+ Object.assign(this, kwargs);
1663
+ }
1664
+ toApiJson() {
1665
+ const toReturn = {};
1666
+ if (typeof this.id !== 'undefined') {
1667
+ toReturn['id'] = this.id;
1668
+ }
1669
+ if (typeof this.category !== 'undefined') {
1670
+ toReturn['category'] = this.category;
1671
+ }
1672
+ if (typeof this.status !== 'undefined') {
1673
+ toReturn['status'] = this.status;
1674
+ }
1675
+ return toReturn;
1676
+ }
1677
+ }
1678
+ class GetListResponse {
1266
1679
  static fromProto(proto) {
1267
- let m = new GetHdoTodoResponse();
1680
+ let m = new GetListResponse();
1268
1681
  m = Object.assign(m, proto);
1269
- if (proto.todo) {
1270
- m.todo = HdoTodoItem.fromProto(proto.todo);
1682
+ if (proto.item) {
1683
+ m.item = proto.item.map(TodoList.fromProto);
1271
1684
  }
1272
1685
  return m;
1273
1686
  }
@@ -1279,15 +1692,15 @@ class GetHdoTodoResponse {
1279
1692
  }
1280
1693
  toApiJson() {
1281
1694
  const toReturn = {};
1282
- if (typeof this.todo !== 'undefined' && this.todo !== null) {
1283
- toReturn['todo'] = 'toApiJson' in this.todo ? this.todo.toApiJson() : this.todo;
1695
+ if (typeof this.item !== 'undefined' && this.item !== null) {
1696
+ toReturn['item'] = 'toApiJson' in this.item ? this.item.toApiJson() : this.item;
1284
1697
  }
1285
1698
  return toReturn;
1286
1699
  }
1287
1700
  }
1288
- class GetListRequest {
1701
+ class GetSBueckertToDoListItemRequest {
1289
1702
  static fromProto(proto) {
1290
- let m = new GetListRequest();
1703
+ let m = new GetSBueckertToDoListItemRequest();
1291
1704
  m = Object.assign(m, proto);
1292
1705
  return m;
1293
1706
  }
@@ -1299,24 +1712,18 @@ class GetListRequest {
1299
1712
  }
1300
1713
  toApiJson() {
1301
1714
  const toReturn = {};
1302
- if (typeof this.id !== 'undefined') {
1303
- toReturn['id'] = this.id;
1304
- }
1305
- if (typeof this.category !== 'undefined') {
1306
- toReturn['category'] = this.category;
1307
- }
1308
- if (typeof this.status !== 'undefined') {
1309
- toReturn['status'] = this.status;
1715
+ if (typeof this.itemId !== 'undefined') {
1716
+ toReturn['itemId'] = this.itemId;
1310
1717
  }
1311
1718
  return toReturn;
1312
1719
  }
1313
1720
  }
1314
- class GetListResponse {
1721
+ class GetSBueckertToDoListItemResponse {
1315
1722
  static fromProto(proto) {
1316
- let m = new GetListResponse();
1723
+ let m = new GetSBueckertToDoListItemResponse();
1317
1724
  m = Object.assign(m, proto);
1318
1725
  if (proto.item) {
1319
- m.item = proto.item.map(TodoList.fromProto);
1726
+ m.item = SBueckertToDoListItem.fromProto(proto.item);
1320
1727
  }
1321
1728
  return m;
1322
1729
  }
@@ -1693,6 +2100,49 @@ class ListHdoTodoResponse {
1693
2100
  return toReturn;
1694
2101
  }
1695
2102
  }
2103
+ class ListSBueckertToDoListItemRequest {
2104
+ static fromProto(proto) {
2105
+ let m = new ListSBueckertToDoListItemRequest();
2106
+ m = Object.assign(m, proto);
2107
+ return m;
2108
+ }
2109
+ constructor(kwargs) {
2110
+ if (!kwargs) {
2111
+ return;
2112
+ }
2113
+ Object.assign(this, kwargs);
2114
+ }
2115
+ toApiJson() {
2116
+ const toReturn = {};
2117
+ if (typeof this.resolved !== 'undefined') {
2118
+ toReturn['resolved'] = this.resolved;
2119
+ }
2120
+ return toReturn;
2121
+ }
2122
+ }
2123
+ class ListSBueckertToDoListItemResponse {
2124
+ static fromProto(proto) {
2125
+ let m = new ListSBueckertToDoListItemResponse();
2126
+ m = Object.assign(m, proto);
2127
+ if (proto.items) {
2128
+ m.items = proto.items.map(SBueckertToDoListItem.fromProto);
2129
+ }
2130
+ return m;
2131
+ }
2132
+ constructor(kwargs) {
2133
+ if (!kwargs) {
2134
+ return;
2135
+ }
2136
+ Object.assign(this, kwargs);
2137
+ }
2138
+ toApiJson() {
2139
+ const toReturn = {};
2140
+ if (typeof this.items !== 'undefined' && this.items !== null) {
2141
+ toReturn['items'] = 'toApiJson' in this.items ? this.items.toApiJson() : this.items;
2142
+ }
2143
+ return toReturn;
2144
+ }
2145
+ }
1696
2146
  class ListWHorrellTasksRequest {
1697
2147
  static fromProto(proto) {
1698
2148
  let m = new ListWHorrellTasksRequest();
@@ -2033,6 +2483,61 @@ class NValleCreateTaskResponse {
2033
2483
  return toReturn;
2034
2484
  }
2035
2485
  }
2486
+ class ResolveSBueckertToDoListItemRequest {
2487
+ static fromProto(proto) {
2488
+ let m = new ResolveSBueckertToDoListItemRequest();
2489
+ m = Object.assign(m, proto);
2490
+ return m;
2491
+ }
2492
+ constructor(kwargs) {
2493
+ if (!kwargs) {
2494
+ return;
2495
+ }
2496
+ Object.assign(this, kwargs);
2497
+ }
2498
+ toApiJson() {
2499
+ const toReturn = {};
2500
+ if (typeof this.itemId !== 'undefined') {
2501
+ toReturn['itemId'] = this.itemId;
2502
+ }
2503
+ return toReturn;
2504
+ }
2505
+ }
2506
+ class SBueckertToDoListItem {
2507
+ static fromProto(proto) {
2508
+ let m = new SBueckertToDoListItem();
2509
+ m = Object.assign(m, proto);
2510
+ return m;
2511
+ }
2512
+ constructor(kwargs) {
2513
+ if (!kwargs) {
2514
+ return;
2515
+ }
2516
+ Object.assign(this, kwargs);
2517
+ }
2518
+ toApiJson() {
2519
+ const toReturn = {};
2520
+ if (typeof this.itemId !== 'undefined') {
2521
+ toReturn['itemId'] = this.itemId;
2522
+ }
2523
+ if (typeof this.title !== 'undefined') {
2524
+ toReturn['title'] = this.title;
2525
+ }
2526
+ if (typeof this.desc !== 'undefined') {
2527
+ toReturn['desc'] = this.desc;
2528
+ }
2529
+ if (typeof this.date !== 'undefined') {
2530
+ toReturn['date'] = this.date;
2531
+ }
2532
+ if (typeof this.resolved !== 'undefined') {
2533
+ toReturn['resolved'] = this.resolved;
2534
+ }
2535
+ if (typeof this.deleted !== 'undefined') {
2536
+ toReturn['deleted'] = this.deleted;
2537
+ }
2538
+ return toReturn;
2539
+ }
2540
+ }
2036
2541
  class TodoList {
2037
2542
  static fromProto(proto) {
2038
2543
  let m = new TodoList();
@@ -2114,6 +2619,35 @@ class UpdateHdoTodoResponse {
2114
2619
  return toReturn;
2115
2620
  }
2116
2621
  }
2622
+ class UpdateSBueckertToDoListItemRequest {
2623
+ static fromProto(proto) {
2624
+ let m = new UpdateSBueckertToDoListItemRequest();
2625
+ m = Object.assign(m, proto);
2626
+ return m;
2627
+ }
2628
+ constructor(kwargs) {
2629
+ if (!kwargs) {
2630
+ return;
2631
+ }
2632
+ Object.assign(this, kwargs);
2633
+ }
2634
+ toApiJson() {
2635
+ const toReturn = {};
2636
+ if (typeof this.itemId !== 'undefined') {
2637
+ toReturn['itemId'] = this.itemId;
2638
+ }
2639
+ if (typeof this.title !== 'undefined') {
2640
+ toReturn['title'] = this.title;
2641
+ }
2642
+ if (typeof this.desc !== 'undefined') {
2643
+ toReturn['desc'] = this.desc;
2644
+ }
2645
+ if (typeof this.date !== 'undefined') {
2646
+ toReturn['date'] = this.date;
2647
+ }
2648
+ return toReturn;
2649
+ }
2650
+ }
2117
2651
  class WHorrellTask {
2118
2652
  static fromProto(proto) {
2119
2653
  let m = new WHorrellTask();
@@ -2147,32 +2681,18 @@ class WHorrellTask {
2147
2681
  }
2148
2682
  }
2149
2683
 
2684
+ // *********************************
2685
+ // Code generated by sdkgen
2686
+ // DO NOT EDIT!.
2687
+ //
2688
+ // Objects Index.
2150
2689
  // *********************************
2151
2690
 
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
-
2691
+ // *********************************
2692
+ // Code generated by sdkgen
2693
+ // DO NOT EDIT!.
2694
+ //
2695
+ // API Service.
2176
2696
  // *********************************
2177
2697
  class AHundalToDoProjectApiService {
2178
2698
  constructor(http, hostService) {
@@ -2214,13 +2734,18 @@ class AHundalToDoProjectApiService {
2214
2734
  .pipe(map(resp => AHundalGetSpecificTaskResponse.fromProto(resp)));
2215
2735
  }
2216
2736
  }
2217
- AHundalToDoProjectApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AHundalToDoProjectApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2218
- AHundalToDoProjectApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AHundalToDoProjectApiService, providedIn: 'root' });
2219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: AHundalToDoProjectApiService, decorators: [{
2737
+ 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 });
2738
+ AHundalToDoProjectApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AHundalToDoProjectApiService, providedIn: 'root' });
2739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AHundalToDoProjectApiService, decorators: [{
2220
2740
  type: Injectable,
2221
2741
  args: [{ providedIn: 'root' }]
2222
2742
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2223
2743
 
2744
+ // *********************************
2745
+ // Code generated by sdkgen
2746
+ // DO NOT EDIT!.
2747
+ //
2748
+ // API Service.
2224
2749
  // *********************************
2225
2750
  class BusinessQAApiService {
2226
2751
  constructor(http, hostService) {
@@ -2246,13 +2771,18 @@ class BusinessQAApiService {
2246
2771
  return this.http.post(this._host + "/developertraining.v1.BusinessQA/ReplaceBusinessQuestionsAnswers", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
2247
2772
  }
2248
2773
  }
2249
- BusinessQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BusinessQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2250
- BusinessQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BusinessQAApiService, providedIn: 'root' });
2251
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BusinessQAApiService, decorators: [{
2774
+ 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 });
2775
+ BusinessQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BusinessQAApiService, providedIn: 'root' });
2776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BusinessQAApiService, decorators: [{
2252
2777
  type: Injectable,
2253
2778
  args: [{ providedIn: 'root' }]
2254
2779
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2255
2780
 
2781
+ // *********************************
2782
+ // Code generated by sdkgen
2783
+ // DO NOT EDIT!.
2784
+ //
2785
+ // API Service.
2256
2786
  // *********************************
2257
2787
  class ECurrieListApiService {
2258
2788
  constructor(http, hostService) {
@@ -2283,13 +2813,18 @@ class ECurrieListApiService {
2283
2813
  return this.http.post(this._host + "/developertraining.v1.ECurrieList/Delete", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
2284
2814
  }
2285
2815
  }
2286
- ECurrieListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ECurrieListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2287
- ECurrieListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ECurrieListApiService, providedIn: 'root' });
2288
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ECurrieListApiService, decorators: [{
2816
+ 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 });
2817
+ ECurrieListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ECurrieListApiService, providedIn: 'root' });
2818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ECurrieListApiService, decorators: [{
2289
2819
  type: Injectable,
2290
2820
  args: [{ providedIn: 'root' }]
2291
2821
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2292
2822
 
2823
+ // *********************************
2824
+ // Code generated by sdkgen
2825
+ // DO NOT EDIT!.
2826
+ //
2827
+ // API Service.
2293
2828
  // *********************************
2294
2829
  class HdoTodoApiService {
2295
2830
  constructor(http, hostService) {
@@ -2330,13 +2865,18 @@ class HdoTodoApiService {
2330
2865
  .pipe(map(resp => GetHdoTodoResponse.fromProto(resp)));
2331
2866
  }
2332
2867
  }
2333
- HdoTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HdoTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2334
- HdoTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HdoTodoApiService, providedIn: 'root' });
2335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HdoTodoApiService, decorators: [{
2868
+ 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 });
2869
+ HdoTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HdoTodoApiService, providedIn: 'root' });
2870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HdoTodoApiService, decorators: [{
2336
2871
  type: Injectable,
2337
2872
  args: [{ providedIn: 'root' }]
2338
2873
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2339
2874
 
2875
+ // *********************************
2876
+ // Code generated by sdkgen
2877
+ // DO NOT EDIT!.
2878
+ //
2879
+ // API Service.
2340
2880
  // *********************************
2341
2881
  class IOlaleyeToDoQAApiService {
2342
2882
  constructor(http, hostService) {
@@ -2378,13 +2918,70 @@ class IOlaleyeToDoQAApiService {
2378
2918
  .pipe(map(resp => IOlaleyeListTasksResponse.fromProto(resp)));
2379
2919
  }
2380
2920
  }
2381
- IOlaleyeToDoQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IOlaleyeToDoQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2382
- IOlaleyeToDoQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IOlaleyeToDoQAApiService, providedIn: 'root' });
2383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IOlaleyeToDoQAApiService, decorators: [{
2921
+ 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 });
2922
+ IOlaleyeToDoQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IOlaleyeToDoQAApiService, providedIn: 'root' });
2923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IOlaleyeToDoQAApiService, decorators: [{
2924
+ type: Injectable,
2925
+ args: [{ providedIn: 'root' }]
2926
+ }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2927
+
2928
+ // *********************************
2929
+ // Code generated by sdkgen
2930
+ // DO NOT EDIT!.
2931
+ //
2932
+ // API Service.
2933
+ // *********************************
2934
+ class KLuTodoApiService {
2935
+ constructor(http, hostService) {
2936
+ this.http = http;
2937
+ this.hostService = hostService;
2938
+ this._host = this.hostService.hostWithScheme;
2939
+ }
2940
+ apiOptions() {
2941
+ return {
2942
+ headers: new HttpHeaders({
2943
+ 'Content-Type': 'application/json'
2944
+ }),
2945
+ withCredentials: true
2946
+ };
2947
+ }
2948
+ createKLuTodoItem(r) {
2949
+ const request = (r.toApiJson) ? r : new CreateKLuTodoRequest(r);
2950
+ return this.http.post(this._host + "/developertraining.v1.KLuTodoService/CreateKLuTodoItem", request.toApiJson(), this.apiOptions())
2951
+ .pipe(map(resp => CreateKLuTodoResponse.fromProto(resp)));
2952
+ }
2953
+ deleteKLuTodoItem(r) {
2954
+ const request = (r.toApiJson) ? r : new DeleteKLuTodoRequest(r);
2955
+ return this.http.post(this._host + "/developertraining.v1.KLuTodoService/DeleteKLuTodoItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
2956
+ }
2957
+ getKLuTodoItem(r) {
2958
+ const request = (r.toApiJson) ? r : new GetKLuTodoRequest(r);
2959
+ return this.http.post(this._host + "/developertraining.v1.KLuTodoService/GetKLuTodoItem", request.toApiJson(), this.apiOptions())
2960
+ .pipe(map(resp => GetKLuTodoResponse.fromProto(resp)));
2961
+ }
2962
+ listKLuTodoItems(r) {
2963
+ const request = (r.toApiJson) ? r : new ListKLuTodoRequest(r);
2964
+ return this.http.post(this._host + "/developertraining.v1.KLuTodoService/ListKLuTodoItems", request.toApiJson(), this.apiOptions())
2965
+ .pipe(map(resp => ListKLuTodoResponse.fromProto(resp)));
2966
+ }
2967
+ updateKLuTodoItem(r) {
2968
+ const request = (r.toApiJson) ? r : new UpdateKLuTodoRequest(r);
2969
+ return this.http.post(this._host + "/developertraining.v1.KLuTodoService/UpdateKLuTodoItem", request.toApiJson(), this.apiOptions())
2970
+ .pipe(map(resp => UpdateKLuTodoResponse.fromProto(resp)));
2971
+ }
2972
+ }
2973
+ 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 });
2974
+ KLuTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KLuTodoApiService, providedIn: 'root' });
2975
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KLuTodoApiService, decorators: [{
2384
2976
  type: Injectable,
2385
2977
  args: [{ providedIn: 'root' }]
2386
2978
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2387
2979
 
2980
+ // *********************************
2981
+ // Code generated by sdkgen
2982
+ // DO NOT EDIT!.
2983
+ //
2984
+ // API Service.
2388
2985
  // *********************************
2389
2986
  class KarishmaListApiService {
2390
2987
  constructor(http, hostService) {
@@ -2415,13 +3012,18 @@ class KarishmaListApiService {
2415
3012
  return this.http.post(this._host + "/developertraining.v1.KarishmaList/DeleteListR", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
2416
3013
  }
2417
3014
  }
2418
- KarishmaListApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KarishmaListApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2419
- KarishmaListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KarishmaListApiService, providedIn: 'root' });
2420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: KarishmaListApiService, decorators: [{
3015
+ 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 });
3016
+ KarishmaListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KarishmaListApiService, providedIn: 'root' });
3017
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: KarishmaListApiService, decorators: [{
2421
3018
  type: Injectable,
2422
3019
  args: [{ providedIn: 'root' }]
2423
3020
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2424
3021
 
3022
+ // *********************************
3023
+ // Code generated by sdkgen
3024
+ // DO NOT EDIT!.
3025
+ //
3026
+ // API Service.
2425
3027
  // *********************************
2426
3028
  class LFossenierTodoApiService {
2427
3029
  constructor(http, hostService) {
@@ -2455,13 +3057,18 @@ class LFossenierTodoApiService {
2455
3057
  .pipe(map(resp => LoadLFossenierTaskResponse.fromProto(resp)));
2456
3058
  }
2457
3059
  }
2458
- LFossenierTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LFossenierTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2459
- LFossenierTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LFossenierTodoApiService, providedIn: 'root' });
2460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: LFossenierTodoApiService, decorators: [{
3060
+ 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 });
3061
+ LFossenierTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LFossenierTodoApiService, providedIn: 'root' });
3062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LFossenierTodoApiService, decorators: [{
2461
3063
  type: Injectable,
2462
3064
  args: [{ providedIn: 'root' }]
2463
3065
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2464
3066
 
3067
+ // *********************************
3068
+ // Code generated by sdkgen
3069
+ // DO NOT EDIT!.
3070
+ //
3071
+ // API Service.
2465
3072
  // *********************************
2466
3073
  class MMugotListQAApiService {
2467
3074
  constructor(http, hostService) {
@@ -2502,13 +3109,18 @@ class MMugotListQAApiService {
2502
3109
  .pipe(map(resp => MMugotUpdateTaskResponse.fromProto(resp)));
2503
3110
  }
2504
3111
  }
2505
- MMugotListQAApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MMugotListQAApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2506
- MMugotListQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MMugotListQAApiService, providedIn: 'root' });
2507
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MMugotListQAApiService, decorators: [{
3112
+ 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 });
3113
+ MMugotListQAApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MMugotListQAApiService, providedIn: 'root' });
3114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MMugotListQAApiService, decorators: [{
2508
3115
  type: Injectable,
2509
3116
  args: [{ providedIn: 'root' }]
2510
3117
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2511
3118
 
3119
+ // *********************************
3120
+ // Code generated by sdkgen
3121
+ // DO NOT EDIT!.
3122
+ //
3123
+ // API Service.
2512
3124
  // *********************************
2513
3125
  class NValleTodoApiService {
2514
3126
  constructor(http, hostService) {
@@ -2530,13 +3142,73 @@ class NValleTodoApiService {
2530
3142
  .pipe(map(resp => NValleCreateTaskResponse.fromProto(resp)));
2531
3143
  }
2532
3144
  }
2533
- NValleTodoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NValleTodoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2534
- NValleTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NValleTodoApiService, providedIn: 'root' });
2535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NValleTodoApiService, decorators: [{
3145
+ 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 });
3146
+ NValleTodoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NValleTodoApiService, providedIn: 'root' });
3147
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NValleTodoApiService, decorators: [{
3148
+ type: Injectable,
3149
+ args: [{ providedIn: 'root' }]
3150
+ }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
3151
+
3152
+ // *********************************
3153
+ // Code generated by sdkgen
3154
+ // DO NOT EDIT!.
3155
+ //
3156
+ // API Service.
3157
+ // *********************************
3158
+ class SBueckertToDoListApiService {
3159
+ constructor(http, hostService) {
3160
+ this.http = http;
3161
+ this.hostService = hostService;
3162
+ this._host = this.hostService.hostWithScheme;
3163
+ }
3164
+ apiOptions() {
3165
+ return {
3166
+ headers: new HttpHeaders({
3167
+ 'Content-Type': 'application/json'
3168
+ }),
3169
+ withCredentials: true
3170
+ };
3171
+ }
3172
+ createSBueckertToDoListItem(r) {
3173
+ const request = (r.toApiJson) ? r : new CreateSBueckertToDoListItemRequest(r);
3174
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/CreateSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
3175
+ .pipe(map(resp => CreateSBueckertToDoListItemResponse.fromProto(resp)));
3176
+ }
3177
+ deleteSBueckertToDoListItem(r) {
3178
+ const request = (r.toApiJson) ? r : new DeleteSBueckertToDoListItemRequest(r);
3179
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/DeleteSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
3180
+ }
3181
+ resolveSBueckertToDoListItem(r) {
3182
+ const request = (r.toApiJson) ? r : new ResolveSBueckertToDoListItemRequest(r);
3183
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/ResolveSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
3184
+ }
3185
+ updateSBueckertToDoListItem(r) {
3186
+ const request = (r.toApiJson) ? r : new UpdateSBueckertToDoListItemRequest(r);
3187
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/UpdateSBueckertToDoListItem", request.toApiJson(), Object.assign(Object.assign({}, this.apiOptions()), { observe: 'response' }));
3188
+ }
3189
+ listSBueckertToDoListItem(r) {
3190
+ const request = (r.toApiJson) ? r : new ListSBueckertToDoListItemRequest(r);
3191
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/ListSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
3192
+ .pipe(map(resp => ListSBueckertToDoListItemResponse.fromProto(resp)));
3193
+ }
3194
+ getSBueckertToDoListItem(r) {
3195
+ const request = (r.toApiJson) ? r : new GetSBueckertToDoListItemRequest(r);
3196
+ return this.http.post(this._host + "/developertraining.v1.SBueckertToDoList/GetSBueckertToDoListItem", request.toApiJson(), this.apiOptions())
3197
+ .pipe(map(resp => GetSBueckertToDoListItemResponse.fromProto(resp)));
3198
+ }
3199
+ }
3200
+ 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 });
3201
+ SBueckertToDoListApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SBueckertToDoListApiService, providedIn: 'root' });
3202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SBueckertToDoListApiService, decorators: [{
2536
3203
  type: Injectable,
2537
3204
  args: [{ providedIn: 'root' }]
2538
3205
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2539
3206
 
3207
+ // *********************************
3208
+ // Code generated by sdkgen
3209
+ // DO NOT EDIT!.
3210
+ //
3211
+ // API Service.
2540
3212
  // *********************************
2541
3213
  class TKabakovToDoApiService {
2542
3214
  constructor(http, hostService) {
@@ -2578,13 +3250,18 @@ class TKabakovToDoApiService {
2578
3250
  .pipe(map(resp => TKabakovListToDoItemsResponse.fromProto(resp)));
2579
3251
  }
2580
3252
  }
2581
- TKabakovToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TKabakovToDoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2582
- TKabakovToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TKabakovToDoApiService, providedIn: 'root' });
2583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TKabakovToDoApiService, decorators: [{
3253
+ 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 });
3254
+ TKabakovToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TKabakovToDoApiService, providedIn: 'root' });
3255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TKabakovToDoApiService, decorators: [{
2584
3256
  type: Injectable,
2585
3257
  args: [{ providedIn: 'root' }]
2586
3258
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2587
3259
 
3260
+ // *********************************
3261
+ // Code generated by sdkgen
3262
+ // DO NOT EDIT!.
3263
+ //
3264
+ // API Service.
2588
3265
  // *********************************
2589
3266
  class WHorrellToDoApiService {
2590
3267
  constructor(http, hostService) {
@@ -2623,18 +3300,23 @@ class WHorrellToDoApiService {
2623
3300
  .pipe(map(resp => ListWHorrellTasksResponse.fromProto(resp)));
2624
3301
  }
2625
3302
  }
2626
- WHorrellToDoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: WHorrellToDoApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
2627
- WHorrellToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: WHorrellToDoApiService, providedIn: 'root' });
2628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: WHorrellToDoApiService, decorators: [{
3303
+ 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 });
3304
+ WHorrellToDoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WHorrellToDoApiService, providedIn: 'root' });
3305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: WHorrellToDoApiService, decorators: [{
2629
3306
  type: Injectable,
2630
3307
  args: [{ providedIn: 'root' }]
2631
3308
  }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
2632
3309
 
2633
3310
  // *********************************
3311
+ // Code generated by sdkgen
3312
+ // DO NOT EDIT!.
3313
+ //
3314
+ // Index.
3315
+ // *********************************
2634
3316
 
2635
3317
  /**
2636
3318
  * Generated bundle index. Do not edit.
2637
3319
  */
2638
3320
 
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 };
3321
+ 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
3322
  //# sourceMappingURL=vendasta-developer-training.mjs.map