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