@vendasta/developer-training 0.18.0 → 0.21.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/_internal/a-olabenjo-todo-list.api.service.mjs +54 -0
- package/esm2020/lib/_internal/admin-library-user.api.service.mjs +65 -0
- package/esm2020/lib/_internal/book-master-data.api.service.mjs +70 -0
- package/esm2020/lib/_internal/book-transaction.api.service.mjs +75 -0
- package/esm2020/lib/_internal/business-qa.api.service.mjs +7 -8
- package/esm2020/lib/_internal/cceleokafor-to-do.api.service.mjs +55 -0
- package/esm2020/lib/_internal/enums/api.enum.mjs +22 -7
- package/esm2020/lib/_internal/enums/index.mjs +2 -2
- package/esm2020/lib/_internal/h-goyal-task.api.service.mjs +52 -0
- package/esm2020/lib/_internal/i-antosh-to-do-list.api.service.mjs +59 -0
- package/esm2020/lib/_internal/index.mjs +13 -13
- package/esm2020/lib/_internal/interfaces/aolabenjo.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/cceleokafor.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/hgoyal.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/iantosh.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
- package/esm2020/lib/_internal/interfaces/kodland.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/ksinghsandhu.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/ntamrazyan.interface.mjs +8 -0
- package/esm2020/lib/_internal/interfaces/sprajapati.interface.mjs +8 -0
- package/esm2020/lib/_internal/k-odland-task.api.service.mjs +50 -0
- package/esm2020/lib/_internal/k-singh-sandhu-todo.api.service.mjs +55 -0
- package/esm2020/lib/_internal/n-tamrazyan-to-do.api.service.mjs +59 -0
- package/esm2020/lib/_internal/objects/aolabenjo.mjs +200 -0
- package/esm2020/lib/_internal/objects/api.mjs +976 -510
- package/esm2020/lib/_internal/objects/cceleokafor.mjs +229 -0
- package/esm2020/lib/_internal/objects/hgoyal.mjs +160 -0
- package/esm2020/lib/_internal/objects/iantosh.mjs +243 -0
- package/esm2020/lib/_internal/objects/index.mjs +10 -5
- package/esm2020/lib/_internal/objects/kodland.mjs +174 -0
- package/esm2020/lib/_internal/objects/ksinghsandhu.mjs +229 -0
- package/esm2020/lib/_internal/objects/ntamrazyan.mjs +243 -0
- package/esm2020/lib/_internal/objects/sprajapati.mjs +238 -0
- package/esm2020/lib/_internal/s-prajapati-to-do.api.service.mjs +55 -0
- package/esm2020/lib/_internal/taxi-user-data.api.service.mjs +60 -0
- package/fesm2015/vendasta-developer-training.mjs +2584 -1046
- package/fesm2015/vendasta-developer-training.mjs.map +1 -1
- package/fesm2020/vendasta-developer-training.mjs +2584 -1046
- package/fesm2020/vendasta-developer-training.mjs.map +1 -1
- package/lib/_internal/a-olabenjo-todo-list.api.service.d.ts +17 -0
- package/lib/_internal/admin-library-user.api.service.d.ts +18 -0
- package/lib/_internal/book-master-data.api.service.d.ts +19 -0
- package/lib/_internal/book-transaction.api.service.d.ts +20 -0
- package/lib/_internal/business-qa.api.service.d.ts +3 -5
- package/lib/_internal/cceleokafor-to-do.api.service.d.ts +16 -0
- package/lib/_internal/enums/api.enum.d.ts +17 -4
- package/lib/_internal/enums/index.d.ts +1 -1
- package/lib/_internal/h-goyal-task.api.service.d.ts +17 -0
- package/lib/_internal/i-antosh-to-do-list.api.service.d.ts +17 -0
- package/lib/_internal/index.d.ts +12 -12
- package/lib/_internal/interfaces/aolabenjo.interface.d.ts +33 -0
- package/lib/_internal/interfaces/api.interface.d.ts +342 -224
- package/lib/_internal/interfaces/cceleokafor.interface.d.ts +33 -0
- package/lib/_internal/interfaces/hgoyal.interface.d.ts +24 -0
- package/lib/_internal/interfaces/iantosh.interface.d.ts +37 -0
- package/lib/_internal/interfaces/index.d.ts +9 -4
- package/lib/_internal/interfaces/kodland.interface.d.ts +27 -0
- package/lib/_internal/interfaces/ksinghsandhu.interface.d.ts +37 -0
- package/lib/_internal/interfaces/ntamrazyan.interface.d.ts +37 -0
- package/lib/_internal/interfaces/sprajapati.interface.d.ts +41 -0
- package/lib/_internal/k-odland-task.api.service.d.ts +15 -0
- package/lib/_internal/k-singh-sandhu-todo.api.service.d.ts +16 -0
- package/lib/_internal/n-tamrazyan-to-do.api.service.d.ts +17 -0
- package/lib/_internal/objects/aolabenjo.d.ts +59 -0
- package/lib/_internal/objects/api.d.ts +491 -373
- package/lib/_internal/objects/cceleokafor.d.ts +62 -0
- package/lib/_internal/objects/hgoyal.d.ts +44 -0
- package/lib/_internal/objects/iantosh.d.ts +69 -0
- package/lib/_internal/objects/index.d.ts +9 -4
- package/lib/_internal/objects/kodland.d.ts +50 -0
- package/lib/_internal/objects/ksinghsandhu.d.ts +66 -0
- package/lib/_internal/objects/ntamrazyan.d.ts +69 -0
- package/lib/_internal/objects/sprajapati.d.ts +70 -0
- package/lib/_internal/s-prajapati-to-do.api.service.d.ts +16 -0
- package/lib/_internal/taxi-user-data.api.service.d.ts +17 -0
- package/package.json +1 -1
- package/esm2020/lib/_internal/a-hundal-to-do-project.api.service.mjs +0 -61
- package/esm2020/lib/_internal/e-currie-list.api.service.mjs +0 -50
- package/esm2020/lib/_internal/hdo-todo.api.service.mjs +0 -60
- package/esm2020/lib/_internal/i-olaleye-to-do-qa.api.service.mjs +0 -61
- package/esm2020/lib/_internal/interfaces/klutodo.interface.mjs +0 -8
- package/esm2020/lib/_internal/interfaces/lfossenier-todo.interface.mjs +0 -8
- package/esm2020/lib/_internal/interfaces/tkabakovtodo.interface.mjs +0 -8
- package/esm2020/lib/_internal/k-lu-todo.api.service.mjs +0 -60
- package/esm2020/lib/_internal/karishma-list.api.service.mjs +0 -50
- package/esm2020/lib/_internal/l-fossenier-todo.api.service.mjs +0 -53
- package/esm2020/lib/_internal/m-mugot-list-qa.api.service.mjs +0 -60
- package/esm2020/lib/_internal/n-valle-todo.api.service.mjs +0 -41
- package/esm2020/lib/_internal/objects/klutodo.mjs +0 -269
- package/esm2020/lib/_internal/objects/lfossenier-todo.mjs +0 -145
- package/esm2020/lib/_internal/objects/tkabakovtodo.mjs +0 -286
- package/esm2020/lib/_internal/s-bueckert-to-do-list.api.service.mjs +0 -63
- package/esm2020/lib/_internal/t-kabakov-to-do.api.service.mjs +0 -61
- package/esm2020/lib/_internal/w-horrell-to-do.api.service.mjs +0 -58
- package/lib/_internal/a-hundal-to-do-project.api.service.d.ts +0 -20
- package/lib/_internal/e-currie-list.api.service.d.ts +0 -18
- package/lib/_internal/hdo-todo.api.service.d.ts +0 -20
- package/lib/_internal/i-olaleye-to-do-qa.api.service.d.ts +0 -20
- package/lib/_internal/interfaces/klutodo.interface.d.ts +0 -39
- package/lib/_internal/interfaces/lfossenier-todo.interface.d.ts +0 -23
- package/lib/_internal/interfaces/tkabakovtodo.interface.d.ts +0 -42
- package/lib/_internal/k-lu-todo.api.service.d.ts +0 -20
- package/lib/_internal/karishma-list.api.service.d.ts +0 -18
- package/lib/_internal/l-fossenier-todo.api.service.d.ts +0 -19
- package/lib/_internal/m-mugot-list-qa.api.service.d.ts +0 -20
- package/lib/_internal/n-valle-todo.api.service.d.ts +0 -16
- package/lib/_internal/objects/klutodo.d.ts +0 -74
- package/lib/_internal/objects/lfossenier-todo.d.ts +0 -43
- package/lib/_internal/objects/tkabakovtodo.d.ts +0 -80
- package/lib/_internal/s-bueckert-to-do-list.api.service.d.ts +0 -21
- package/lib/_internal/t-kabakov-to-do.api.service.d.ts +0 -20
- package/lib/_internal/w-horrell-to-do.api.service.d.ts +0 -20
@@ -1,508 +1,626 @@
|
|
1
1
|
import * as i from '../interfaces';
|
2
|
+
import * as e from '../enums';
|
2
3
|
export declare function enumStringToValue<E>(enumRef: any, value: string): E;
|
3
|
-
export declare class
|
4
|
-
|
5
|
-
static fromProto(proto: any):
|
6
|
-
constructor(kwargs?: i.
|
4
|
+
export declare class AddAdminLibraryUserRequest implements i.AddAdminLibraryUserRequestInterface {
|
5
|
+
libraryadd: LibraryAdminUserManangementRequest;
|
6
|
+
static fromProto(proto: any): AddAdminLibraryUserRequest;
|
7
|
+
constructor(kwargs?: i.AddAdminLibraryUserRequestInterface);
|
7
8
|
toApiJson(): object;
|
8
9
|
}
|
9
|
-
export declare class
|
10
|
-
|
11
|
-
|
12
|
-
|
10
|
+
export declare class AddAdminLibraryUserResponse implements i.AddAdminLibraryUserResponseInterface {
|
11
|
+
success: boolean;
|
12
|
+
message: string;
|
13
|
+
addresponse: LibraryAdminUserManangementResponse;
|
14
|
+
static fromProto(proto: any): AddAdminLibraryUserResponse;
|
15
|
+
constructor(kwargs?: i.AddAdminLibraryUserResponseInterface);
|
13
16
|
toApiJson(): object;
|
14
17
|
}
|
15
|
-
export declare class
|
16
|
-
|
17
|
-
static fromProto(proto: any):
|
18
|
-
constructor(kwargs?: i.
|
18
|
+
export declare class AddTaxiUserDataRequest implements i.AddTaxiUserDataRequestInterface {
|
19
|
+
addtaxiUserdata: TaxiUserData;
|
20
|
+
static fromProto(proto: any): AddTaxiUserDataRequest;
|
21
|
+
constructor(kwargs?: i.AddTaxiUserDataRequestInterface);
|
19
22
|
toApiJson(): object;
|
20
23
|
}
|
21
|
-
export declare class
|
22
|
-
|
23
|
-
|
24
|
-
|
24
|
+
export declare class AddTaxiUserDataResponse implements i.AddTaxiUserDataResponseInterface {
|
25
|
+
addtaxiStatus: boolean;
|
26
|
+
id: string;
|
27
|
+
message: string;
|
28
|
+
static fromProto(proto: any): AddTaxiUserDataResponse;
|
29
|
+
constructor(kwargs?: i.AddTaxiUserDataResponseInterface);
|
25
30
|
toApiJson(): object;
|
26
31
|
}
|
27
|
-
export declare class
|
28
|
-
|
29
|
-
|
30
|
-
|
32
|
+
export declare class AdminUserManagement implements i.AdminUserManagementInterface {
|
33
|
+
emailId: string;
|
34
|
+
role: string;
|
35
|
+
static fromProto(proto: any): AdminUserManagement;
|
36
|
+
constructor(kwargs?: i.AdminUserManagementInterface);
|
31
37
|
toApiJson(): object;
|
32
38
|
}
|
33
|
-
export declare class
|
34
|
-
|
35
|
-
|
36
|
-
|
39
|
+
export declare class Adminuserfilter implements i.AdminuserfilterInterface {
|
40
|
+
mailid: string;
|
41
|
+
role: string;
|
42
|
+
status: string;
|
43
|
+
static fromProto(proto: any): Adminuserfilter;
|
44
|
+
constructor(kwargs?: i.AdminuserfilterInterface);
|
37
45
|
toApiJson(): object;
|
38
46
|
}
|
39
|
-
export declare class
|
40
|
-
|
41
|
-
|
42
|
-
|
47
|
+
export declare class Adminuserpagingrequest implements i.AdminuserpagingrequestInterface {
|
48
|
+
cursor: string;
|
49
|
+
pageSize: number;
|
50
|
+
filters: Adminuserfilter;
|
51
|
+
from: number;
|
52
|
+
sortfield: string;
|
53
|
+
directionfield: string;
|
54
|
+
static fromProto(proto: any): Adminuserpagingrequest;
|
55
|
+
constructor(kwargs?: i.AdminuserpagingrequestInterface);
|
43
56
|
toApiJson(): object;
|
44
57
|
}
|
45
|
-
export declare class
|
46
|
-
|
47
|
-
|
48
|
-
|
58
|
+
export declare class Adminuserpagingresponse implements i.AdminuserpagingresponseInterface {
|
59
|
+
adminuserdata: AdminUserManagement[];
|
60
|
+
nextCursor: string;
|
61
|
+
hasMore: boolean;
|
62
|
+
message: string;
|
63
|
+
static fromProto(proto: any): Adminuserpagingresponse;
|
64
|
+
constructor(kwargs?: i.AdminuserpagingresponseInterface);
|
49
65
|
toApiJson(): object;
|
50
66
|
}
|
51
|
-
export declare class
|
52
|
-
|
53
|
-
|
54
|
-
|
67
|
+
export declare class BookCheckOutRequest implements i.BookCheckOutRequestInterface {
|
68
|
+
bookId: string;
|
69
|
+
employeeId: string;
|
70
|
+
action: string;
|
71
|
+
checkedOutDate: Date;
|
72
|
+
static fromProto(proto: any): BookCheckOutRequest;
|
73
|
+
constructor(kwargs?: i.BookCheckOutRequestInterface);
|
55
74
|
toApiJson(): object;
|
56
75
|
}
|
57
|
-
export declare class
|
58
|
-
|
59
|
-
|
60
|
-
|
76
|
+
export declare class BookCheckedOutData implements i.BookCheckedOutDataInterface {
|
77
|
+
employeeId: string;
|
78
|
+
bookId: string;
|
79
|
+
checkedOutDate: Date;
|
80
|
+
transactionId: string;
|
81
|
+
bookName: string;
|
82
|
+
returnedDate: Date;
|
83
|
+
static fromProto(proto: any): BookCheckedOutData;
|
84
|
+
constructor(kwargs?: i.BookCheckedOutDataInterface);
|
61
85
|
toApiJson(): object;
|
62
86
|
}
|
63
|
-
export declare class
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
month: number;
|
68
|
-
year: number;
|
69
|
-
description: string;
|
70
|
-
completed: boolean;
|
71
|
-
isDeleted: boolean;
|
72
|
-
static fromProto(proto: any): AHundalTask;
|
73
|
-
constructor(kwargs?: i.AHundalTaskInterface);
|
74
|
-
toApiJson(): object;
|
75
|
-
}
|
76
|
-
export declare class CreateECurrieRequest implements i.CreateECurrieRequestInterface {
|
77
|
-
title: string;
|
78
|
-
dueDate: string;
|
79
|
-
description: string;
|
80
|
-
static fromProto(proto: any): CreateECurrieRequest;
|
81
|
-
constructor(kwargs?: i.CreateECurrieRequestInterface);
|
82
|
-
toApiJson(): object;
|
83
|
-
}
|
84
|
-
export declare class CreateECurrieResponse implements i.CreateECurrieResponseInterface {
|
85
|
-
id: string;
|
86
|
-
static fromProto(proto: any): CreateECurrieResponse;
|
87
|
-
constructor(kwargs?: i.CreateECurrieResponseInterface);
|
88
|
-
toApiJson(): object;
|
89
|
-
}
|
90
|
-
export declare class CreateHdoTodoRequest implements i.CreateHdoTodoRequestInterface {
|
91
|
-
todo: HdoTodoItem;
|
92
|
-
static fromProto(proto: any): CreateHdoTodoRequest;
|
93
|
-
constructor(kwargs?: i.CreateHdoTodoRequestInterface);
|
87
|
+
export declare class BookCheckoutResponse implements i.BookCheckoutResponseInterface {
|
88
|
+
message: string;
|
89
|
+
static fromProto(proto: any): BookCheckoutResponse;
|
90
|
+
constructor(kwargs?: i.BookCheckoutResponseInterface);
|
94
91
|
toApiJson(): object;
|
95
92
|
}
|
96
|
-
export declare class
|
97
|
-
|
98
|
-
|
99
|
-
|
93
|
+
export declare class BookDropdownData implements i.BookDropdownDataInterface {
|
94
|
+
bookId: string;
|
95
|
+
bookName: string;
|
96
|
+
quanity: string;
|
97
|
+
static fromProto(proto: any): BookDropdownData;
|
98
|
+
constructor(kwargs?: i.BookDropdownDataInterface);
|
100
99
|
toApiJson(): object;
|
101
100
|
}
|
102
|
-
export declare class
|
103
|
-
|
104
|
-
|
105
|
-
static fromProto(proto: any): CreateListRequest;
|
106
|
-
constructor(kwargs?: i.CreateListRequestInterface);
|
101
|
+
export declare class BookDropdownRequest implements i.BookDropdownRequestInterface {
|
102
|
+
static fromProto(proto: any): BookDropdownRequest;
|
103
|
+
constructor(kwargs?: i.BookDropdownRequestInterface);
|
107
104
|
toApiJson(): object;
|
108
105
|
}
|
109
|
-
export declare class
|
110
|
-
|
111
|
-
static fromProto(proto: any):
|
112
|
-
constructor(kwargs?: i.
|
106
|
+
export declare class BookDropdownResponse implements i.BookDropdownResponseInterface {
|
107
|
+
bookDropdownData: BookDropdownData[];
|
108
|
+
static fromProto(proto: any): BookDropdownResponse;
|
109
|
+
constructor(kwargs?: i.BookDropdownResponseInterface);
|
113
110
|
toApiJson(): object;
|
114
111
|
}
|
115
|
-
export declare class
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
static fromProto(proto: any):
|
120
|
-
constructor(kwargs?: i.
|
112
|
+
export declare class BookFilterRequest implements i.BookFilterRequestInterface {
|
113
|
+
cursor: string;
|
114
|
+
pageSize: number;
|
115
|
+
bookname: string;
|
116
|
+
static fromProto(proto: any): BookFilterRequest;
|
117
|
+
constructor(kwargs?: i.BookFilterRequestInterface);
|
121
118
|
toApiJson(): object;
|
122
119
|
}
|
123
|
-
export declare class
|
124
|
-
|
125
|
-
|
126
|
-
|
120
|
+
export declare class BookFilterResponse implements i.BookFilterResponseInterface {
|
121
|
+
bookfilterresponse: BookFilterRequest[];
|
122
|
+
nextCursor: string;
|
123
|
+
hasMore: boolean;
|
124
|
+
message: string;
|
125
|
+
static fromProto(proto: any): BookFilterResponse;
|
126
|
+
constructor(kwargs?: i.BookFilterResponseInterface);
|
127
127
|
toApiJson(): object;
|
128
128
|
}
|
129
|
-
export declare class
|
130
|
-
|
131
|
-
|
132
|
-
|
129
|
+
export declare class BookReturnEditRequest implements i.BookReturnEditRequestInterface {
|
130
|
+
bookId: string;
|
131
|
+
employeeId: string;
|
132
|
+
transactionId: string;
|
133
|
+
action: string;
|
134
|
+
checkedOutDate: Date;
|
135
|
+
returnedDate: Date;
|
136
|
+
missedDate: Date;
|
137
|
+
static fromProto(proto: any): BookReturnEditRequest;
|
138
|
+
constructor(kwargs?: i.BookReturnEditRequestInterface);
|
133
139
|
toApiJson(): object;
|
134
140
|
}
|
135
|
-
export declare class
|
136
|
-
|
137
|
-
static fromProto(proto: any):
|
138
|
-
constructor(kwargs?: i.
|
141
|
+
export declare class BookReturnEditResponse implements i.BookReturnEditResponseInterface {
|
142
|
+
message: string;
|
143
|
+
static fromProto(proto: any): BookReturnEditResponse;
|
144
|
+
constructor(kwargs?: i.BookReturnEditResponseInterface);
|
139
145
|
toApiJson(): object;
|
140
146
|
}
|
141
|
-
export declare class
|
142
|
-
|
143
|
-
|
144
|
-
|
147
|
+
export declare class BookReturnRequest implements i.BookReturnRequestInterface {
|
148
|
+
bookId: string;
|
149
|
+
employeeId: string;
|
150
|
+
returnedDate: Date;
|
151
|
+
action: string;
|
152
|
+
missedDate: Date;
|
153
|
+
transactionId: string;
|
154
|
+
static fromProto(proto: any): BookReturnRequest;
|
155
|
+
constructor(kwargs?: i.BookReturnRequestInterface);
|
145
156
|
toApiJson(): object;
|
146
157
|
}
|
147
|
-
export declare class
|
158
|
+
export declare class BookReturnResponse implements i.BookReturnResponseInterface {
|
148
159
|
message: string;
|
149
|
-
static fromProto(proto: any):
|
150
|
-
constructor(kwargs?: i.
|
160
|
+
static fromProto(proto: any): BookReturnResponse;
|
161
|
+
constructor(kwargs?: i.BookReturnResponseInterface);
|
151
162
|
toApiJson(): object;
|
152
163
|
}
|
153
|
-
export declare class
|
154
|
-
|
155
|
-
|
156
|
-
|
164
|
+
export declare class BookReturnedData implements i.BookReturnedDataInterface {
|
165
|
+
employeeId: string;
|
166
|
+
bookId: string;
|
167
|
+
returnedDate: Date;
|
168
|
+
transactionId: string;
|
169
|
+
action: string;
|
170
|
+
missedDate: Date;
|
171
|
+
bookName: string;
|
172
|
+
static fromProto(proto: any): BookReturnedData;
|
173
|
+
constructor(kwargs?: i.BookReturnedDataInterface);
|
157
174
|
toApiJson(): object;
|
158
175
|
}
|
159
|
-
export declare class
|
160
|
-
|
161
|
-
static fromProto(proto: any):
|
162
|
-
constructor(kwargs?: i.
|
176
|
+
export declare class BookmasterAddRequest implements i.BookmasterAddRequestInterface {
|
177
|
+
addbookmaster: BookmasterRequest;
|
178
|
+
static fromProto(proto: any): BookmasterAddRequest;
|
179
|
+
constructor(kwargs?: i.BookmasterAddRequestInterface);
|
163
180
|
toApiJson(): object;
|
164
181
|
}
|
165
|
-
export declare class
|
166
|
-
|
167
|
-
|
168
|
-
|
182
|
+
export declare class BookmasterAddResponse implements i.BookmasterAddResponseInterface {
|
183
|
+
bookmasterresponse: BookmasterResponse;
|
184
|
+
status: boolean;
|
185
|
+
message: string;
|
186
|
+
static fromProto(proto: any): BookmasterAddResponse;
|
187
|
+
constructor(kwargs?: i.BookmasterAddResponseInterface);
|
169
188
|
toApiJson(): object;
|
170
189
|
}
|
171
|
-
export declare class
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
dueDate: string;
|
176
|
-
description: string;
|
177
|
-
static fromProto(proto: any): ECurrieTodoItem;
|
178
|
-
constructor(kwargs?: i.ECurrieTodoItemInterface);
|
190
|
+
export declare class BookmasterEditRequest implements i.BookmasterEditRequestInterface {
|
191
|
+
editbookmaster: BookmasterRequest;
|
192
|
+
static fromProto(proto: any): BookmasterEditRequest;
|
193
|
+
constructor(kwargs?: i.BookmasterEditRequestInterface);
|
179
194
|
toApiJson(): object;
|
180
195
|
}
|
181
|
-
export declare class
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
constructor(kwargs?: i.EditWHorrellTaskRequestInterface);
|
196
|
+
export declare class BookmasterEditResponse implements i.BookmasterEditResponseInterface {
|
197
|
+
bookmasterresponse: BookmasterResponse;
|
198
|
+
status: boolean;
|
199
|
+
message: string;
|
200
|
+
static fromProto(proto: any): BookmasterEditResponse;
|
201
|
+
constructor(kwargs?: i.BookmasterEditResponseInterface);
|
188
202
|
toApiJson(): object;
|
189
203
|
}
|
190
|
-
export declare class
|
204
|
+
export declare class BookmasterRequest implements i.BookmasterRequestInterface {
|
205
|
+
bookid: string;
|
206
|
+
bookname: string;
|
207
|
+
bookauthor: string;
|
208
|
+
procureBookDate: Date;
|
191
209
|
category: string;
|
210
|
+
createdby: string;
|
211
|
+
modifiedby: string;
|
192
212
|
status: string;
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
id: string;
|
206
|
-
static fromProto(proto: any): GetHdoTodoRequest;
|
207
|
-
constructor(kwargs?: i.GetHdoTodoRequestInterface);
|
208
|
-
toApiJson(): object;
|
209
|
-
}
|
210
|
-
export declare class GetHdoTodoResponse implements i.GetHdoTodoResponseInterface {
|
211
|
-
todo: HdoTodoItem;
|
212
|
-
static fromProto(proto: any): GetHdoTodoResponse;
|
213
|
-
constructor(kwargs?: i.GetHdoTodoResponseInterface);
|
214
|
-
toApiJson(): object;
|
215
|
-
}
|
216
|
-
export declare class GetListRequest implements i.GetListRequestInterface {
|
217
|
-
id: string;
|
213
|
+
qrcodeauth: string;
|
214
|
+
quantity: string;
|
215
|
+
purchasedquantity: string;
|
216
|
+
static fromProto(proto: any): BookmasterRequest;
|
217
|
+
constructor(kwargs?: i.BookmasterRequestInterface);
|
218
|
+
toApiJson(): object;
|
219
|
+
}
|
220
|
+
export declare class BookmasterResponse implements i.BookmasterResponseInterface {
|
221
|
+
bookid: string;
|
222
|
+
bookname: string;
|
223
|
+
bookauthor: string;
|
224
|
+
procureBookDate: Date;
|
218
225
|
category: string;
|
226
|
+
createdby: string;
|
227
|
+
modifiedby: string;
|
219
228
|
status: string;
|
220
|
-
|
221
|
-
|
229
|
+
qrcodeauth: string;
|
230
|
+
quantity: string;
|
231
|
+
purchasedquantity: string;
|
232
|
+
missedquantity: string;
|
233
|
+
static fromProto(proto: any): BookmasterResponse;
|
234
|
+
constructor(kwargs?: i.BookmasterResponseInterface);
|
222
235
|
toApiJson(): object;
|
223
236
|
}
|
224
|
-
export declare class
|
225
|
-
|
226
|
-
static fromProto(proto: any):
|
227
|
-
constructor(kwargs?: i.
|
237
|
+
export declare class Bookmasterdeleterequest implements i.BookmasterdeleterequestInterface {
|
238
|
+
bookid: string;
|
239
|
+
static fromProto(proto: any): Bookmasterdeleterequest;
|
240
|
+
constructor(kwargs?: i.BookmasterdeleterequestInterface);
|
228
241
|
toApiJson(): object;
|
229
242
|
}
|
230
|
-
export declare class
|
231
|
-
|
232
|
-
|
233
|
-
|
243
|
+
export declare class Bookmasterdeleteresponse implements i.BookmasterdeleteresponseInterface {
|
244
|
+
message: string;
|
245
|
+
status: boolean;
|
246
|
+
static fromProto(proto: any): Bookmasterdeleteresponse;
|
247
|
+
constructor(kwargs?: i.BookmasterdeleteresponseInterface);
|
234
248
|
toApiJson(): object;
|
235
249
|
}
|
236
|
-
export declare class
|
237
|
-
|
238
|
-
|
239
|
-
|
250
|
+
export declare class Bookmasterfilter implements i.BookmasterfilterInterface {
|
251
|
+
bookname: string;
|
252
|
+
bookid: string;
|
253
|
+
bookauthor: string;
|
254
|
+
status: string;
|
255
|
+
category: string;
|
256
|
+
static fromProto(proto: any): Bookmasterfilter;
|
257
|
+
constructor(kwargs?: i.BookmasterfilterInterface);
|
240
258
|
toApiJson(): object;
|
241
259
|
}
|
242
|
-
export declare class
|
243
|
-
|
244
|
-
static fromProto(proto: any):
|
245
|
-
constructor(kwargs?: i.
|
260
|
+
export declare class Bookmastergetbyidrequest implements i.BookmastergetbyidrequestInterface {
|
261
|
+
bookid: string;
|
262
|
+
static fromProto(proto: any): Bookmastergetbyidrequest;
|
263
|
+
constructor(kwargs?: i.BookmastergetbyidrequestInterface);
|
246
264
|
toApiJson(): object;
|
247
265
|
}
|
248
|
-
export declare class
|
249
|
-
|
250
|
-
|
251
|
-
|
266
|
+
export declare class Bookmastergetbyidresponse implements i.BookmastergetbyidresponseInterface {
|
267
|
+
bookmasterresponse: BookmasterResponse;
|
268
|
+
status: boolean;
|
269
|
+
message: string;
|
270
|
+
static fromProto(proto: any): Bookmastergetbyidresponse;
|
271
|
+
constructor(kwargs?: i.BookmastergetbyidresponseInterface);
|
272
|
+
toApiJson(): object;
|
273
|
+
}
|
274
|
+
export declare class Bookmasterpagingrequest implements i.BookmasterpagingrequestInterface {
|
275
|
+
cursor: string;
|
276
|
+
pageSize: number;
|
277
|
+
filters: Bookmasterfilter;
|
278
|
+
sortOptions: Bookmastersortoptions[];
|
279
|
+
from: number;
|
280
|
+
sortfield: string;
|
281
|
+
directionfield: string;
|
282
|
+
static fromProto(proto: any): Bookmasterpagingrequest;
|
283
|
+
constructor(kwargs?: i.BookmasterpagingrequestInterface);
|
284
|
+
toApiJson(): object;
|
285
|
+
}
|
286
|
+
export declare class Bookmasterpagingresponse implements i.BookmasterpagingresponseInterface {
|
287
|
+
bookmasterdata: BookmasterResponse[];
|
288
|
+
nextCursor: string;
|
289
|
+
hasMore: boolean;
|
290
|
+
message: string;
|
291
|
+
static fromProto(proto: any): Bookmasterpagingresponse;
|
292
|
+
constructor(kwargs?: i.BookmasterpagingresponseInterface);
|
252
293
|
toApiJson(): object;
|
253
294
|
}
|
254
|
-
export declare class
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
deleted: boolean;
|
260
|
-
static fromProto(proto: any): HdoTodoItem;
|
261
|
-
constructor(kwargs?: i.HdoTodoItemInterface);
|
295
|
+
export declare class Bookmastersortoptions implements i.BookmastersortoptionsInterface {
|
296
|
+
direction: e.SortDirection;
|
297
|
+
field: e.Bookmastersortfield;
|
298
|
+
static fromProto(proto: any): Bookmastersortoptions;
|
299
|
+
constructor(kwargs?: i.BookmastersortoptionsInterface);
|
262
300
|
toApiJson(): object;
|
263
301
|
}
|
264
|
-
export declare class
|
265
|
-
|
266
|
-
|
267
|
-
static fromProto(proto: any): IOlaleyeCreateTaskRequest;
|
268
|
-
constructor(kwargs?: i.IOlaleyeCreateTaskRequestInterface);
|
302
|
+
export declare class Bookmastersummaryrequest implements i.BookmastersummaryrequestInterface {
|
303
|
+
static fromProto(proto: any): Bookmastersummaryrequest;
|
304
|
+
constructor(kwargs?: i.BookmastersummaryrequestInterface);
|
269
305
|
toApiJson(): object;
|
270
306
|
}
|
271
|
-
export declare class
|
272
|
-
|
273
|
-
|
274
|
-
|
307
|
+
export declare class Bookmastersummaryresponse implements i.BookmastersummaryresponseInterface {
|
308
|
+
totalbooks: number;
|
309
|
+
availablebooks: number;
|
310
|
+
checkedoutbooks: number;
|
311
|
+
overduebooks: number;
|
312
|
+
static fromProto(proto: any): Bookmastersummaryresponse;
|
313
|
+
constructor(kwargs?: i.BookmastersummaryresponseInterface);
|
275
314
|
toApiJson(): object;
|
276
315
|
}
|
277
|
-
export declare class
|
278
|
-
|
279
|
-
|
280
|
-
|
316
|
+
export declare class Bookreturnfilter implements i.BookreturnfilterInterface {
|
317
|
+
employeeId: string;
|
318
|
+
bookId: string;
|
319
|
+
action: string;
|
320
|
+
static fromProto(proto: any): Bookreturnfilter;
|
321
|
+
constructor(kwargs?: i.BookreturnfilterInterface);
|
281
322
|
toApiJson(): object;
|
282
323
|
}
|
283
|
-
export declare class
|
284
|
-
|
285
|
-
|
324
|
+
export declare class Bookreturnsortoptions implements i.BookreturnsortoptionsInterface {
|
325
|
+
direction: e.SortDirection;
|
326
|
+
field: e.Bookreturnsortfield;
|
327
|
+
static fromProto(proto: any): Bookreturnsortoptions;
|
328
|
+
constructor(kwargs?: i.BookreturnsortoptionsInterface);
|
286
329
|
toApiJson(): object;
|
287
330
|
}
|
288
|
-
export declare class
|
289
|
-
|
290
|
-
static fromProto(proto: any):
|
291
|
-
constructor(kwargs?: i.
|
331
|
+
export declare class DeleteAdminLibraryUserRequest implements i.DeleteAdminLibraryUserRequestInterface {
|
332
|
+
emailId: string;
|
333
|
+
static fromProto(proto: any): DeleteAdminLibraryUserRequest;
|
334
|
+
constructor(kwargs?: i.DeleteAdminLibraryUserRequestInterface);
|
292
335
|
toApiJson(): object;
|
293
336
|
}
|
294
|
-
export declare class
|
295
|
-
|
296
|
-
|
297
|
-
|
337
|
+
export declare class DeleteAdminLibraryUserResponse implements i.DeleteAdminLibraryUserResponseInterface {
|
338
|
+
success: boolean;
|
339
|
+
message: string;
|
340
|
+
static fromProto(proto: any): DeleteAdminLibraryUserResponse;
|
341
|
+
constructor(kwargs?: i.DeleteAdminLibraryUserResponseInterface);
|
298
342
|
toApiJson(): object;
|
299
343
|
}
|
300
|
-
export declare class
|
344
|
+
export declare class DeleteTaxiUserDataRequest implements i.DeleteTaxiUserDataRequestInterface {
|
301
345
|
id: string;
|
302
|
-
static fromProto(proto: any):
|
303
|
-
constructor(kwargs?: i.
|
304
|
-
toApiJson(): object;
|
305
|
-
}
|
306
|
-
export declare class IOlaleyeGetTaskResponse implements i.IOlaleyeGetTaskResponseInterface {
|
307
|
-
task: IOlaleyeTask;
|
308
|
-
static fromProto(proto: any): IOlaleyeGetTaskResponse;
|
309
|
-
constructor(kwargs?: i.IOlaleyeGetTaskResponseInterface);
|
346
|
+
static fromProto(proto: any): DeleteTaxiUserDataRequest;
|
347
|
+
constructor(kwargs?: i.DeleteTaxiUserDataRequestInterface);
|
310
348
|
toApiJson(): object;
|
311
349
|
}
|
312
|
-
export declare class
|
313
|
-
|
314
|
-
constructor(kwargs?: i.IOlaleyeListTasksRequestInterface);
|
315
|
-
toApiJson(): object;
|
316
|
-
}
|
317
|
-
export declare class IOlaleyeListTasksResponse implements i.IOlaleyeListTasksResponseInterface {
|
318
|
-
allTasks: IOlaleyeTask[];
|
319
|
-
static fromProto(proto: any): IOlaleyeListTasksResponse;
|
320
|
-
constructor(kwargs?: i.IOlaleyeListTasksResponseInterface);
|
321
|
-
toApiJson(): object;
|
322
|
-
}
|
323
|
-
export declare class IOlaleyeTask implements i.IOlaleyeTaskInterface {
|
350
|
+
export declare class DeleteTaxiUserDataResponse implements i.DeleteTaxiUserDataResponseInterface {
|
351
|
+
deleteStatus: boolean;
|
324
352
|
id: string;
|
325
|
-
|
326
|
-
|
327
|
-
deleted: string;
|
328
|
-
isDone: boolean;
|
329
|
-
static fromProto(proto: any): IOlaleyeTask;
|
330
|
-
constructor(kwargs?: i.IOlaleyeTaskInterface);
|
353
|
+
static fromProto(proto: any): DeleteTaxiUserDataResponse;
|
354
|
+
constructor(kwargs?: i.DeleteTaxiUserDataResponseInterface);
|
331
355
|
toApiJson(): object;
|
332
356
|
}
|
333
|
-
export declare class
|
334
|
-
|
335
|
-
|
357
|
+
export declare class EditAdminLibraryUserRequest implements i.EditAdminLibraryUserRequestInterface {
|
358
|
+
libraryedit: LibraryAdminUserManangementRequest;
|
359
|
+
static fromProto(proto: any): EditAdminLibraryUserRequest;
|
360
|
+
constructor(kwargs?: i.EditAdminLibraryUserRequestInterface);
|
336
361
|
toApiJson(): object;
|
337
362
|
}
|
338
|
-
export declare class
|
339
|
-
|
340
|
-
|
341
|
-
|
363
|
+
export declare class EditAdminLibraryUserResponse implements i.EditAdminLibraryUserResponseInterface {
|
364
|
+
success: boolean;
|
365
|
+
message: string;
|
366
|
+
editresponse: LibraryAdminUserManangementResponse;
|
367
|
+
static fromProto(proto: any): EditAdminLibraryUserResponse;
|
368
|
+
constructor(kwargs?: i.EditAdminLibraryUserResponseInterface);
|
342
369
|
toApiJson(): object;
|
343
370
|
}
|
344
|
-
export declare class
|
345
|
-
|
346
|
-
static fromProto(proto: any):
|
347
|
-
constructor(kwargs?: i.
|
371
|
+
export declare class EditTaxiUserDataRequest implements i.EditTaxiUserDataRequestInterface {
|
372
|
+
edittaxiUserdata: TaxiUserData;
|
373
|
+
static fromProto(proto: any): EditTaxiUserDataRequest;
|
374
|
+
constructor(kwargs?: i.EditTaxiUserDataRequestInterface);
|
348
375
|
toApiJson(): object;
|
349
376
|
}
|
350
|
-
export declare class
|
351
|
-
|
352
|
-
|
353
|
-
|
377
|
+
export declare class EditTaxiUserDataResponse implements i.EditTaxiUserDataResponseInterface {
|
378
|
+
edittaxiStatus: boolean;
|
379
|
+
id: string;
|
380
|
+
message: string;
|
381
|
+
static fromProto(proto: any): EditTaxiUserDataResponse;
|
382
|
+
constructor(kwargs?: i.EditTaxiUserDataResponseInterface);
|
383
|
+
toApiJson(): object;
|
384
|
+
}
|
385
|
+
export declare class FilterTaxiUserData implements i.FilterTaxiUserDataInterface {
|
386
|
+
empname: string;
|
387
|
+
licenseno: string;
|
388
|
+
phoneno: number;
|
389
|
+
static fromProto(proto: any): FilterTaxiUserData;
|
390
|
+
constructor(kwargs?: i.FilterTaxiUserDataInterface);
|
391
|
+
toApiJson(): object;
|
392
|
+
}
|
393
|
+
export declare class FilterTransactionReportData implements i.FilterTransactionReportDataInterface {
|
394
|
+
checkedOut: string;
|
395
|
+
returned: string;
|
396
|
+
static fromProto(proto: any): FilterTransactionReportData;
|
397
|
+
constructor(kwargs?: i.FilterTransactionReportDataInterface);
|
398
|
+
toApiJson(): object;
|
399
|
+
}
|
400
|
+
export declare class GetActiveUserListRequest implements i.GetActiveUserListRequestInterface {
|
401
|
+
namespace: string;
|
402
|
+
cursor: string;
|
403
|
+
pageSize: string;
|
404
|
+
userFilter: UserFilter;
|
405
|
+
sortOptions: UserSortData[];
|
406
|
+
static fromProto(proto: any): GetActiveUserListRequest;
|
407
|
+
constructor(kwargs?: i.GetActiveUserListRequestInterface);
|
408
|
+
toApiJson(): object;
|
409
|
+
}
|
410
|
+
export declare class GetActiveUserListResponse implements i.GetActiveUserListResponseInterface {
|
411
|
+
users: GetActiveUserListResponseData[];
|
412
|
+
nextCursor: string;
|
413
|
+
hasMore: boolean;
|
414
|
+
static fromProto(proto: any): GetActiveUserListResponse;
|
415
|
+
constructor(kwargs?: i.GetActiveUserListResponseInterface);
|
416
|
+
toApiJson(): object;
|
417
|
+
}
|
418
|
+
export declare class GetActiveUserListResponseData implements i.GetActiveUserListResponseDataInterface {
|
419
|
+
userId: string;
|
420
|
+
email: string;
|
421
|
+
greetingName: string;
|
422
|
+
languageCode: string;
|
423
|
+
created: string;
|
424
|
+
updated: string;
|
425
|
+
emailVerified: string;
|
426
|
+
roles: string[];
|
427
|
+
lastLogin: string;
|
428
|
+
publicKeys: GetUserListId[];
|
429
|
+
firstName: string;
|
430
|
+
lastName: string;
|
431
|
+
static fromProto(proto: any): GetActiveUserListResponseData;
|
432
|
+
constructor(kwargs?: i.GetActiveUserListResponseDataInterface);
|
433
|
+
toApiJson(): object;
|
434
|
+
}
|
435
|
+
export declare class GetByIdTaxiUserDataRequest implements i.GetByIdTaxiUserDataRequestInterface {
|
436
|
+
id: string;
|
437
|
+
static fromProto(proto: any): GetByIdTaxiUserDataRequest;
|
438
|
+
constructor(kwargs?: i.GetByIdTaxiUserDataRequestInterface);
|
354
439
|
toApiJson(): object;
|
355
440
|
}
|
356
|
-
export declare class
|
357
|
-
|
358
|
-
|
441
|
+
export declare class GetByIdTaxiUserDataResponse implements i.GetByIdTaxiUserDataResponseInterface {
|
442
|
+
taxidatabyid: TaxiUserData;
|
443
|
+
static fromProto(proto: any): GetByIdTaxiUserDataResponse;
|
444
|
+
constructor(kwargs?: i.GetByIdTaxiUserDataResponseInterface);
|
359
445
|
toApiJson(): object;
|
360
446
|
}
|
361
|
-
export declare class
|
362
|
-
|
363
|
-
static fromProto(proto: any):
|
364
|
-
constructor(kwargs?: i.
|
447
|
+
export declare class GetByMailIdAdminLibraryUserRequest implements i.GetByMailIdAdminLibraryUserRequestInterface {
|
448
|
+
emailId: string;
|
449
|
+
static fromProto(proto: any): GetByMailIdAdminLibraryUserRequest;
|
450
|
+
constructor(kwargs?: i.GetByMailIdAdminLibraryUserRequestInterface);
|
365
451
|
toApiJson(): object;
|
366
452
|
}
|
367
|
-
export declare class
|
368
|
-
|
369
|
-
|
370
|
-
|
453
|
+
export declare class GetByMailIdAdminLibraryUserResponse implements i.GetByMailIdAdminLibraryUserResponseInterface {
|
454
|
+
status: boolean;
|
455
|
+
message: string;
|
456
|
+
responsedata: LibraryAdminUserManangementResponse;
|
457
|
+
static fromProto(proto: any): GetByMailIdAdminLibraryUserResponse;
|
458
|
+
constructor(kwargs?: i.GetByMailIdAdminLibraryUserResponseInterface);
|
371
459
|
toApiJson(): object;
|
372
460
|
}
|
373
|
-
export declare class
|
374
|
-
|
375
|
-
|
376
|
-
|
461
|
+
export declare class GetCheckedOutDataRequest implements i.GetCheckedOutDataRequestInterface {
|
462
|
+
cursor: string;
|
463
|
+
pageSize: number;
|
464
|
+
static fromProto(proto: any): GetCheckedOutDataRequest;
|
465
|
+
constructor(kwargs?: i.GetCheckedOutDataRequestInterface);
|
377
466
|
toApiJson(): object;
|
378
467
|
}
|
379
|
-
export declare class
|
380
|
-
|
381
|
-
|
382
|
-
|
468
|
+
export declare class GetCheckedOutDataResponse implements i.GetCheckedOutDataResponseInterface {
|
469
|
+
bookCheckedOutData: BookCheckedOutData[];
|
470
|
+
nextCursor: string;
|
471
|
+
hasMore: boolean;
|
472
|
+
static fromProto(proto: any): GetCheckedOutDataResponse;
|
473
|
+
constructor(kwargs?: i.GetCheckedOutDataResponseInterface);
|
383
474
|
toApiJson(): object;
|
384
475
|
}
|
385
|
-
export declare class
|
386
|
-
|
387
|
-
|
388
|
-
|
476
|
+
export declare class GetReturnedDataRequest implements i.GetReturnedDataRequestInterface {
|
477
|
+
cursor: string;
|
478
|
+
pageSize: number;
|
479
|
+
static fromProto(proto: any): GetReturnedDataRequest;
|
480
|
+
constructor(kwargs?: i.GetReturnedDataRequestInterface);
|
389
481
|
toApiJson(): object;
|
390
482
|
}
|
391
|
-
export declare class
|
392
|
-
|
393
|
-
|
394
|
-
|
483
|
+
export declare class GetReturnedDataResponse implements i.GetReturnedDataResponseInterface {
|
484
|
+
bookReturnData: BookReturnedData[];
|
485
|
+
nextCursor: string;
|
486
|
+
hasMore: boolean;
|
487
|
+
static fromProto(proto: any): GetReturnedDataResponse;
|
488
|
+
constructor(kwargs?: i.GetReturnedDataResponseInterface);
|
395
489
|
toApiJson(): object;
|
396
490
|
}
|
397
|
-
export declare class
|
398
|
-
|
399
|
-
|
491
|
+
export declare class GetTaxiUserDataPaginationRequest implements i.GetTaxiUserDataPaginationRequestInterface {
|
492
|
+
cursor: string;
|
493
|
+
pageSize: number;
|
494
|
+
filters: FilterTaxiUserData;
|
495
|
+
static fromProto(proto: any): GetTaxiUserDataPaginationRequest;
|
496
|
+
constructor(kwargs?: i.GetTaxiUserDataPaginationRequestInterface);
|
400
497
|
toApiJson(): object;
|
401
498
|
}
|
402
|
-
export declare class
|
403
|
-
|
404
|
-
|
405
|
-
|
499
|
+
export declare class GetTaxiUserDataPaginationResponse implements i.GetTaxiUserDataPaginationResponseInterface {
|
500
|
+
taxarrUserdata: TaxiUserData[];
|
501
|
+
nextCursor: string;
|
502
|
+
hasMore: boolean;
|
503
|
+
message: string;
|
504
|
+
static fromProto(proto: any): GetTaxiUserDataPaginationResponse;
|
505
|
+
constructor(kwargs?: i.GetTaxiUserDataPaginationResponseInterface);
|
406
506
|
toApiJson(): object;
|
407
507
|
}
|
408
|
-
export declare class
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
isDeleted: boolean;
|
414
|
-
dueDate: Date;
|
415
|
-
static fromProto(proto: any): MMugotTask;
|
416
|
-
constructor(kwargs?: i.MMugotTaskInterface);
|
508
|
+
export declare class GetUserListId implements i.GetUserListIdInterface {
|
509
|
+
id: string;
|
510
|
+
key: string;
|
511
|
+
static fromProto(proto: any): GetUserListId;
|
512
|
+
constructor(kwargs?: i.GetUserListIdInterface);
|
417
513
|
toApiJson(): object;
|
418
514
|
}
|
419
|
-
export declare class
|
420
|
-
|
421
|
-
|
422
|
-
|
515
|
+
export declare class LibraryAdminUserManangementRequest implements i.LibraryAdminUserManangementRequestInterface {
|
516
|
+
emailId: string;
|
517
|
+
role: string;
|
518
|
+
status: boolean;
|
519
|
+
pageAccess: Pageaccess[];
|
520
|
+
static fromProto(proto: any): LibraryAdminUserManangementRequest;
|
521
|
+
constructor(kwargs?: i.LibraryAdminUserManangementRequestInterface);
|
423
522
|
toApiJson(): object;
|
424
523
|
}
|
425
|
-
export declare class
|
426
|
-
|
427
|
-
|
524
|
+
export declare class LibraryAdminUserManangementResponse implements i.LibraryAdminUserManangementResponseInterface {
|
525
|
+
emailId: string;
|
526
|
+
role: string;
|
527
|
+
status: boolean;
|
528
|
+
pageAccess: Pageaccess[];
|
529
|
+
static fromProto(proto: any): LibraryAdminUserManangementResponse;
|
530
|
+
constructor(kwargs?: i.LibraryAdminUserManangementResponseInterface);
|
428
531
|
toApiJson(): object;
|
429
532
|
}
|
430
|
-
export declare class
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
533
|
+
export declare class Pageaccess implements i.PageaccessInterface {
|
534
|
+
pagetitle: string;
|
535
|
+
create: boolean;
|
536
|
+
update: boolean;
|
537
|
+
delete: boolean;
|
538
|
+
view: boolean;
|
539
|
+
static fromProto(proto: any): Pageaccess;
|
540
|
+
constructor(kwargs?: i.PageaccessInterface);
|
437
541
|
toApiJson(): object;
|
438
542
|
}
|
439
|
-
export declare class
|
543
|
+
export declare class TaxiUserData implements i.TaxiUserDataInterface {
|
440
544
|
id: string;
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
toApiJson(): object;
|
456
|
-
}
|
457
|
-
export declare class SBueckertToDoListItem implements i.SBueckertToDoListItemInterface {
|
458
|
-
itemId: string;
|
459
|
-
title: string;
|
460
|
-
desc: string;
|
461
|
-
date: string;
|
462
|
-
resolved: boolean;
|
463
|
-
deleted: boolean;
|
464
|
-
static fromProto(proto: any): SBueckertToDoListItem;
|
465
|
-
constructor(kwargs?: i.SBueckertToDoListItemInterface);
|
466
|
-
toApiJson(): object;
|
467
|
-
}
|
468
|
-
export declare class TodoList implements i.TodoListInterface {
|
469
|
-
title: string;
|
470
|
-
completed: boolean;
|
471
|
-
createdAt: number;
|
545
|
+
empcode: string;
|
546
|
+
empname: string;
|
547
|
+
address: string;
|
548
|
+
licenseno: string;
|
549
|
+
phoneno: number;
|
550
|
+
experience: number;
|
551
|
+
city: string;
|
552
|
+
state: string;
|
553
|
+
country: string;
|
554
|
+
static fromProto(proto: any): TaxiUserData;
|
555
|
+
constructor(kwargs?: i.TaxiUserDataInterface);
|
556
|
+
toApiJson(): object;
|
557
|
+
}
|
558
|
+
export declare class TaxiUserDataRequest implements i.TaxiUserDataRequestInterface {
|
472
559
|
id: string;
|
473
|
-
|
474
|
-
|
475
|
-
|
560
|
+
empcode: string;
|
561
|
+
empname: string;
|
562
|
+
address: string;
|
563
|
+
licenseno: string;
|
564
|
+
phoneno: number;
|
565
|
+
experience: number;
|
566
|
+
city: string;
|
567
|
+
state: string;
|
568
|
+
country: string;
|
569
|
+
static fromProto(proto: any): TaxiUserDataRequest;
|
570
|
+
constructor(kwargs?: i.TaxiUserDataRequestInterface);
|
571
|
+
toApiJson(): object;
|
572
|
+
}
|
573
|
+
export declare class TransactionReportData implements i.TransactionReportDataInterface {
|
574
|
+
employeeId: string;
|
575
|
+
bookId: string;
|
576
|
+
checkedOutDate: Date;
|
577
|
+
transactionId: string;
|
578
|
+
bookName: string;
|
579
|
+
returnedDate: Date;
|
580
|
+
static fromProto(proto: any): TransactionReportData;
|
581
|
+
constructor(kwargs?: i.TransactionReportDataInterface);
|
582
|
+
toApiJson(): object;
|
583
|
+
}
|
584
|
+
export declare class TransactionReportRequest implements i.TransactionReportRequestInterface {
|
585
|
+
cursor: string;
|
586
|
+
pageSize: number;
|
587
|
+
static fromProto(proto: any): TransactionReportRequest;
|
588
|
+
constructor(kwargs?: i.TransactionReportRequestInterface);
|
589
|
+
toApiJson(): object;
|
590
|
+
}
|
591
|
+
export declare class TransactionReportResponse implements i.TransactionReportResponseInterface {
|
592
|
+
transactionReportData: TransactionReportData[];
|
593
|
+
nextCursor: string;
|
594
|
+
hasMore: boolean;
|
595
|
+
message: string;
|
596
|
+
static fromProto(proto: any): TransactionReportResponse;
|
597
|
+
constructor(kwargs?: i.TransactionReportResponseInterface);
|
476
598
|
toApiJson(): object;
|
477
599
|
}
|
478
|
-
export declare class
|
479
|
-
|
480
|
-
|
481
|
-
|
600
|
+
export declare class UserFilter implements i.UserFilterInterface {
|
601
|
+
subjectTypes: string[];
|
602
|
+
searchTerms: string[];
|
603
|
+
static fromProto(proto: any): UserFilter;
|
604
|
+
constructor(kwargs?: i.UserFilterInterface);
|
482
605
|
toApiJson(): object;
|
483
606
|
}
|
484
|
-
export declare class
|
485
|
-
|
486
|
-
|
487
|
-
|
607
|
+
export declare class UserSortData implements i.UserSortDataInterface {
|
608
|
+
field: number;
|
609
|
+
direction: number;
|
610
|
+
static fromProto(proto: any): UserSortData;
|
611
|
+
constructor(kwargs?: i.UserSortDataInterface);
|
488
612
|
toApiJson(): object;
|
489
613
|
}
|
490
|
-
export declare class
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
date: string;
|
495
|
-
static fromProto(proto: any): UpdateSBueckertToDoListItemRequest;
|
496
|
-
constructor(kwargs?: i.UpdateSBueckertToDoListItemRequestInterface);
|
614
|
+
export declare class ValidateUserWithIamRequest implements i.ValidateUserWithIamRequestInterface {
|
615
|
+
emailId: string;
|
616
|
+
static fromProto(proto: any): ValidateUserWithIamRequest;
|
617
|
+
constructor(kwargs?: i.ValidateUserWithIamRequestInterface);
|
497
618
|
toApiJson(): object;
|
498
619
|
}
|
499
|
-
export declare class
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
isDeleted: boolean;
|
505
|
-
static fromProto(proto: any): WHorrellTask;
|
506
|
-
constructor(kwargs?: i.WHorrellTaskInterface);
|
620
|
+
export declare class ValidateUserWithIamResponse implements i.ValidateUserWithIamResponseInterface {
|
621
|
+
status: boolean;
|
622
|
+
message: string;
|
623
|
+
static fromProto(proto: any): ValidateUserWithIamResponse;
|
624
|
+
constructor(kwargs?: i.ValidateUserWithIamResponseInterface);
|
507
625
|
toApiJson(): object;
|
508
626
|
}
|