@vendasta/developer-training 0.18.0 → 0.22.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 (113) hide show
  1. package/esm2020/lib/_internal/a-olabenjo-todo-list.api.service.mjs +54 -0
  2. package/esm2020/lib/_internal/admin-library-user.api.service.mjs +65 -0
  3. package/esm2020/lib/_internal/book-master-data.api.service.mjs +70 -0
  4. package/esm2020/lib/_internal/book-transaction.api.service.mjs +75 -0
  5. package/esm2020/lib/_internal/business-qa.api.service.mjs +7 -8
  6. package/esm2020/lib/_internal/cceleokafor-to-do.api.service.mjs +55 -0
  7. package/esm2020/lib/_internal/enums/api.enum.mjs +22 -7
  8. package/esm2020/lib/_internal/enums/index.mjs +2 -2
  9. package/esm2020/lib/_internal/h-goyal-task.api.service.mjs +52 -0
  10. package/esm2020/lib/_internal/i-antosh-to-do-list.api.service.mjs +59 -0
  11. package/esm2020/lib/_internal/index.mjs +13 -13
  12. package/esm2020/lib/_internal/interfaces/aolabenjo.interface.mjs +8 -0
  13. package/esm2020/lib/_internal/interfaces/api.interface.mjs +1 -1
  14. package/esm2020/lib/_internal/interfaces/cceleokafor.interface.mjs +8 -0
  15. package/esm2020/lib/_internal/interfaces/hgoyal.interface.mjs +8 -0
  16. package/esm2020/lib/_internal/interfaces/iantosh.interface.mjs +8 -0
  17. package/esm2020/lib/_internal/interfaces/index.mjs +1 -1
  18. package/esm2020/lib/_internal/interfaces/kodland.interface.mjs +8 -0
  19. package/esm2020/lib/_internal/interfaces/ksinghsandhu.interface.mjs +8 -0
  20. package/esm2020/lib/_internal/interfaces/ntamrazyan.interface.mjs +8 -0
  21. package/esm2020/lib/_internal/interfaces/sprajapati.interface.mjs +8 -0
  22. package/esm2020/lib/_internal/k-odland-task.api.service.mjs +50 -0
  23. package/esm2020/lib/_internal/k-singh-sandhu-todo.api.service.mjs +55 -0
  24. package/esm2020/lib/_internal/n-tamrazyan-to-do.api.service.mjs +59 -0
  25. package/esm2020/lib/_internal/objects/aolabenjo.mjs +200 -0
  26. package/esm2020/lib/_internal/objects/api.mjs +976 -510
  27. package/esm2020/lib/_internal/objects/cceleokafor.mjs +229 -0
  28. package/esm2020/lib/_internal/objects/hgoyal.mjs +160 -0
  29. package/esm2020/lib/_internal/objects/iantosh.mjs +243 -0
  30. package/esm2020/lib/_internal/objects/index.mjs +10 -5
  31. package/esm2020/lib/_internal/objects/kodland.mjs +177 -0
  32. package/esm2020/lib/_internal/objects/ksinghsandhu.mjs +229 -0
  33. package/esm2020/lib/_internal/objects/ntamrazyan.mjs +243 -0
  34. package/esm2020/lib/_internal/objects/sprajapati.mjs +256 -0
  35. package/esm2020/lib/_internal/s-prajapati-to-do.api.service.mjs +55 -0
  36. package/esm2020/lib/_internal/taxi-user-data.api.service.mjs +60 -0
  37. package/fesm2015/vendasta-developer-training.mjs +2605 -1046
  38. package/fesm2015/vendasta-developer-training.mjs.map +1 -1
  39. package/fesm2020/vendasta-developer-training.mjs +2605 -1046
  40. package/fesm2020/vendasta-developer-training.mjs.map +1 -1
  41. package/lib/_internal/a-olabenjo-todo-list.api.service.d.ts +17 -0
  42. package/lib/_internal/admin-library-user.api.service.d.ts +18 -0
  43. package/lib/_internal/book-master-data.api.service.d.ts +19 -0
  44. package/lib/_internal/book-transaction.api.service.d.ts +20 -0
  45. package/lib/_internal/business-qa.api.service.d.ts +3 -5
  46. package/lib/_internal/cceleokafor-to-do.api.service.d.ts +16 -0
  47. package/lib/_internal/enums/api.enum.d.ts +17 -4
  48. package/lib/_internal/enums/index.d.ts +1 -1
  49. package/lib/_internal/h-goyal-task.api.service.d.ts +17 -0
  50. package/lib/_internal/i-antosh-to-do-list.api.service.d.ts +17 -0
  51. package/lib/_internal/index.d.ts +12 -12
  52. package/lib/_internal/interfaces/aolabenjo.interface.d.ts +33 -0
  53. package/lib/_internal/interfaces/api.interface.d.ts +342 -224
  54. package/lib/_internal/interfaces/cceleokafor.interface.d.ts +33 -0
  55. package/lib/_internal/interfaces/hgoyal.interface.d.ts +24 -0
  56. package/lib/_internal/interfaces/iantosh.interface.d.ts +37 -0
  57. package/lib/_internal/interfaces/index.d.ts +9 -4
  58. package/lib/_internal/interfaces/kodland.interface.d.ts +28 -0
  59. package/lib/_internal/interfaces/ksinghsandhu.interface.d.ts +37 -0
  60. package/lib/_internal/interfaces/ntamrazyan.interface.d.ts +37 -0
  61. package/lib/_internal/interfaces/sprajapati.interface.d.ts +44 -0
  62. package/lib/_internal/k-odland-task.api.service.d.ts +15 -0
  63. package/lib/_internal/k-singh-sandhu-todo.api.service.d.ts +16 -0
  64. package/lib/_internal/n-tamrazyan-to-do.api.service.d.ts +17 -0
  65. package/lib/_internal/objects/aolabenjo.d.ts +59 -0
  66. package/lib/_internal/objects/api.d.ts +491 -373
  67. package/lib/_internal/objects/cceleokafor.d.ts +62 -0
  68. package/lib/_internal/objects/hgoyal.d.ts +44 -0
  69. package/lib/_internal/objects/iantosh.d.ts +69 -0
  70. package/lib/_internal/objects/index.d.ts +9 -4
  71. package/lib/_internal/objects/kodland.d.ts +51 -0
  72. package/lib/_internal/objects/ksinghsandhu.d.ts +66 -0
  73. package/lib/_internal/objects/ntamrazyan.d.ts +69 -0
  74. package/lib/_internal/objects/sprajapati.d.ts +73 -0
  75. package/lib/_internal/s-prajapati-to-do.api.service.d.ts +16 -0
  76. package/lib/_internal/taxi-user-data.api.service.d.ts +17 -0
  77. package/package.json +1 -1
  78. package/esm2020/lib/_internal/a-hundal-to-do-project.api.service.mjs +0 -61
  79. package/esm2020/lib/_internal/e-currie-list.api.service.mjs +0 -50
  80. package/esm2020/lib/_internal/hdo-todo.api.service.mjs +0 -60
  81. package/esm2020/lib/_internal/i-olaleye-to-do-qa.api.service.mjs +0 -61
  82. package/esm2020/lib/_internal/interfaces/klutodo.interface.mjs +0 -8
  83. package/esm2020/lib/_internal/interfaces/lfossenier-todo.interface.mjs +0 -8
  84. package/esm2020/lib/_internal/interfaces/tkabakovtodo.interface.mjs +0 -8
  85. package/esm2020/lib/_internal/k-lu-todo.api.service.mjs +0 -60
  86. package/esm2020/lib/_internal/karishma-list.api.service.mjs +0 -50
  87. package/esm2020/lib/_internal/l-fossenier-todo.api.service.mjs +0 -53
  88. package/esm2020/lib/_internal/m-mugot-list-qa.api.service.mjs +0 -60
  89. package/esm2020/lib/_internal/n-valle-todo.api.service.mjs +0 -41
  90. package/esm2020/lib/_internal/objects/klutodo.mjs +0 -269
  91. package/esm2020/lib/_internal/objects/lfossenier-todo.mjs +0 -145
  92. package/esm2020/lib/_internal/objects/tkabakovtodo.mjs +0 -286
  93. package/esm2020/lib/_internal/s-bueckert-to-do-list.api.service.mjs +0 -63
  94. package/esm2020/lib/_internal/t-kabakov-to-do.api.service.mjs +0 -61
  95. package/esm2020/lib/_internal/w-horrell-to-do.api.service.mjs +0 -58
  96. package/lib/_internal/a-hundal-to-do-project.api.service.d.ts +0 -20
  97. package/lib/_internal/e-currie-list.api.service.d.ts +0 -18
  98. package/lib/_internal/hdo-todo.api.service.d.ts +0 -20
  99. package/lib/_internal/i-olaleye-to-do-qa.api.service.d.ts +0 -20
  100. package/lib/_internal/interfaces/klutodo.interface.d.ts +0 -39
  101. package/lib/_internal/interfaces/lfossenier-todo.interface.d.ts +0 -23
  102. package/lib/_internal/interfaces/tkabakovtodo.interface.d.ts +0 -42
  103. package/lib/_internal/k-lu-todo.api.service.d.ts +0 -20
  104. package/lib/_internal/karishma-list.api.service.d.ts +0 -18
  105. package/lib/_internal/l-fossenier-todo.api.service.d.ts +0 -19
  106. package/lib/_internal/m-mugot-list-qa.api.service.d.ts +0 -20
  107. package/lib/_internal/n-valle-todo.api.service.d.ts +0 -16
  108. package/lib/_internal/objects/klutodo.d.ts +0 -74
  109. package/lib/_internal/objects/lfossenier-todo.d.ts +0 -43
  110. package/lib/_internal/objects/tkabakovtodo.d.ts +0 -80
  111. package/lib/_internal/s-bueckert-to-do-list.api.service.d.ts +0 -21
  112. package/lib/_internal/t-kabakov-to-do.api.service.d.ts +0 -20
  113. 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 AHundalAddTaskRequest implements i.AHundalAddTaskRequestInterface {
4
- newTask: AHundalTask;
5
- static fromProto(proto: any): AHundalAddTaskRequest;
6
- constructor(kwargs?: i.AHundalAddTaskRequestInterface);
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 AHundalAddTaskResponse implements i.AHundalAddTaskResponseInterface {
10
- addSuccesfull: boolean;
11
- static fromProto(proto: any): AHundalAddTaskResponse;
12
- constructor(kwargs?: i.AHundalAddTaskResponseInterface);
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 AHundalDeleteTaskRequest implements i.AHundalDeleteTaskRequestInterface {
16
- taskId: string;
17
- static fromProto(proto: any): AHundalDeleteTaskRequest;
18
- constructor(kwargs?: i.AHundalDeleteTaskRequestInterface);
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 AHundalDeleteTaskResponse implements i.AHundalDeleteTaskResponseInterface {
22
- deleteSuccesfull: boolean;
23
- static fromProto(proto: any): AHundalDeleteTaskResponse;
24
- constructor(kwargs?: i.AHundalDeleteTaskResponseInterface);
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 AHundalEditTaskRequest implements i.AHundalEditTaskRequestInterface {
28
- editedTask: AHundalTask;
29
- static fromProto(proto: any): AHundalEditTaskRequest;
30
- constructor(kwargs?: i.AHundalEditTaskRequestInterface);
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 AHundalEditTaskResponse implements i.AHundalEditTaskResponseInterface {
34
- editSuccesfull: boolean;
35
- static fromProto(proto: any): AHundalEditTaskResponse;
36
- constructor(kwargs?: i.AHundalEditTaskResponseInterface);
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 AHundalGetSpecificTaskRequest implements i.AHundalGetSpecificTaskRequestInterface {
40
- taskId: string;
41
- static fromProto(proto: any): AHundalGetSpecificTaskRequest;
42
- constructor(kwargs?: i.AHundalGetSpecificTaskRequestInterface);
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 AHundalGetSpecificTaskResponse implements i.AHundalGetSpecificTaskResponseInterface {
46
- ahundalTask: AHundalTask;
47
- static fromProto(proto: any): AHundalGetSpecificTaskResponse;
48
- constructor(kwargs?: i.AHundalGetSpecificTaskResponseInterface);
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 AHundalGetTasksRequest implements i.AHundalGetTasksRequestInterface {
52
- taskId: number;
53
- static fromProto(proto: any): AHundalGetTasksRequest;
54
- constructor(kwargs?: i.AHundalGetTasksRequestInterface);
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 AHundalGetTasksResponse implements i.AHundalGetTasksResponseInterface {
58
- ahundalTask: AHundalTask[];
59
- static fromProto(proto: any): AHundalGetTasksResponse;
60
- constructor(kwargs?: i.AHundalGetTasksResponseInterface);
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 AHundalTask implements i.AHundalTaskInterface {
64
- id: string;
65
- taskTitle: string;
66
- day: number;
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 CreateHdoTodoResponse implements i.CreateHdoTodoResponseInterface {
97
- todo: HdoTodoItem;
98
- static fromProto(proto: any): CreateHdoTodoResponse;
99
- constructor(kwargs?: i.CreateHdoTodoResponseInterface);
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 CreateListRequest implements i.CreateListRequestInterface {
103
- title: string;
104
- description: string;
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 CreateListResponse implements i.CreateListResponseInterface {
110
- id: string;
111
- static fromProto(proto: any): CreateListResponse;
112
- constructor(kwargs?: i.CreateListResponseInterface);
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 CreateSBueckertToDoListItemRequest implements i.CreateSBueckertToDoListItemRequestInterface {
116
- desc: string;
117
- title: string;
118
- date: string;
119
- static fromProto(proto: any): CreateSBueckertToDoListItemRequest;
120
- constructor(kwargs?: i.CreateSBueckertToDoListItemRequestInterface);
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 CreateSBueckertToDoListItemResponse implements i.CreateSBueckertToDoListItemResponseInterface {
124
- itemId: string;
125
- static fromProto(proto: any): CreateSBueckertToDoListItemResponse;
126
- constructor(kwargs?: i.CreateSBueckertToDoListItemResponseInterface);
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 CreateWHorrellTaskRequest implements i.CreateWHorrellTaskRequestInterface {
130
- task: WHorrellTask;
131
- static fromProto(proto: any): CreateWHorrellTaskRequest;
132
- constructor(kwargs?: i.CreateWHorrellTaskRequestInterface);
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 DeleteECurrieRequest implements i.DeleteECurrieRequestInterface {
136
- id: string;
137
- static fromProto(proto: any): DeleteECurrieRequest;
138
- constructor(kwargs?: i.DeleteECurrieRequestInterface);
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 DeleteHdoTodoRequest implements i.DeleteHdoTodoRequestInterface {
142
- id: string;
143
- static fromProto(proto: any): DeleteHdoTodoRequest;
144
- constructor(kwargs?: i.DeleteHdoTodoRequestInterface);
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 DeleteHdoTodoResponse implements i.DeleteHdoTodoResponseInterface {
158
+ export declare class BookReturnResponse implements i.BookReturnResponseInterface {
148
159
  message: string;
149
- static fromProto(proto: any): DeleteHdoTodoResponse;
150
- constructor(kwargs?: i.DeleteHdoTodoResponseInterface);
160
+ static fromProto(proto: any): BookReturnResponse;
161
+ constructor(kwargs?: i.BookReturnResponseInterface);
151
162
  toApiJson(): object;
152
163
  }
153
- export declare class DeleteListRequest implements i.DeleteListRequestInterface {
154
- id: string;
155
- static fromProto(proto: any): DeleteListRequest;
156
- constructor(kwargs?: i.DeleteListRequestInterface);
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 DeleteSBueckertToDoListItemRequest implements i.DeleteSBueckertToDoListItemRequestInterface {
160
- itemId: string;
161
- static fromProto(proto: any): DeleteSBueckertToDoListItemRequest;
162
- constructor(kwargs?: i.DeleteSBueckertToDoListItemRequestInterface);
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 DeleteWHorrellTaskRequest implements i.DeleteWHorrellTaskRequestInterface {
166
- id: string;
167
- static fromProto(proto: any): DeleteWHorrellTaskRequest;
168
- constructor(kwargs?: i.DeleteWHorrellTaskRequestInterface);
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 ECurrieTodoItem implements i.ECurrieTodoItemInterface {
172
- id: string;
173
- title: string;
174
- completed: boolean;
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 EditWHorrellTaskRequest implements i.EditWHorrellTaskRequestInterface {
182
- id: string;
183
- name: string;
184
- description: string;
185
- isCompleted: boolean;
186
- static fromProto(proto: any): EditWHorrellTaskRequest;
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 GetECurrieListRequest implements i.GetECurrieListRequestInterface {
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
- id: string;
194
- static fromProto(proto: any): GetECurrieListRequest;
195
- constructor(kwargs?: i.GetECurrieListRequestInterface);
196
- toApiJson(): object;
197
- }
198
- export declare class GetECurrieListResponse implements i.GetECurrieListResponseInterface {
199
- todoItems: ECurrieTodoItem[];
200
- static fromProto(proto: any): GetECurrieListResponse;
201
- constructor(kwargs?: i.GetECurrieListResponseInterface);
202
- toApiJson(): object;
203
- }
204
- export declare class GetHdoTodoRequest implements i.GetHdoTodoRequestInterface {
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
- static fromProto(proto: any): GetListRequest;
221
- constructor(kwargs?: i.GetListRequestInterface);
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 GetListResponse implements i.GetListResponseInterface {
225
- item: TodoList[];
226
- static fromProto(proto: any): GetListResponse;
227
- constructor(kwargs?: i.GetListResponseInterface);
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 GetSBueckertToDoListItemRequest implements i.GetSBueckertToDoListItemRequestInterface {
231
- itemId: string;
232
- static fromProto(proto: any): GetSBueckertToDoListItemRequest;
233
- constructor(kwargs?: i.GetSBueckertToDoListItemRequestInterface);
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 GetSBueckertToDoListItemResponse implements i.GetSBueckertToDoListItemResponseInterface {
237
- item: SBueckertToDoListItem;
238
- static fromProto(proto: any): GetSBueckertToDoListItemResponse;
239
- constructor(kwargs?: i.GetSBueckertToDoListItemResponseInterface);
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 GetWHorrellTaskRequest implements i.GetWHorrellTaskRequestInterface {
243
- id: string;
244
- static fromProto(proto: any): GetWHorrellTaskRequest;
245
- constructor(kwargs?: i.GetWHorrellTaskRequestInterface);
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 GetWHorrellTaskResponse implements i.GetWHorrellTaskResponseInterface {
249
- task: WHorrellTask;
250
- static fromProto(proto: any): GetWHorrellTaskResponse;
251
- constructor(kwargs?: i.GetWHorrellTaskResponseInterface);
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 HdoTodoItem implements i.HdoTodoItemInterface {
255
- id: string;
256
- title: string;
257
- description: string;
258
- completed: boolean;
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 IOlaleyeCreateTaskRequest implements i.IOlaleyeCreateTaskRequestInterface {
265
- name: string;
266
- description: string;
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 IOlaleyeCreateTaskResponse implements i.IOlaleyeCreateTaskResponseInterface {
272
- id: number;
273
- static fromProto(proto: any): IOlaleyeCreateTaskResponse;
274
- constructor(kwargs?: i.IOlaleyeCreateTaskResponseInterface);
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 IOlaleyeDeleteTaskRequest implements i.IOlaleyeDeleteTaskRequestInterface {
278
- id: string;
279
- static fromProto(proto: any): IOlaleyeDeleteTaskRequest;
280
- constructor(kwargs?: i.IOlaleyeDeleteTaskRequestInterface);
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 IOlaleyeDeleteTaskResponse implements i.IOlaleyeDeleteTaskResponseInterface {
284
- static fromProto(proto: any): IOlaleyeDeleteTaskResponse;
285
- constructor(kwargs?: i.IOlaleyeDeleteTaskResponseInterface);
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 IOlaleyeEditTaskRequest implements i.IOlaleyeEditTaskRequestInterface {
289
- task: IOlaleyeTask;
290
- static fromProto(proto: any): IOlaleyeEditTaskRequest;
291
- constructor(kwargs?: i.IOlaleyeEditTaskRequestInterface);
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 IOlaleyeEditTaskResponse implements i.IOlaleyeEditTaskResponseInterface {
295
- task: IOlaleyeTask;
296
- static fromProto(proto: any): IOlaleyeEditTaskResponse;
297
- constructor(kwargs?: i.IOlaleyeEditTaskResponseInterface);
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 IOlaleyeGetTaskRequest implements i.IOlaleyeGetTaskRequestInterface {
344
+ export declare class DeleteTaxiUserDataRequest implements i.DeleteTaxiUserDataRequestInterface {
301
345
  id: string;
302
- static fromProto(proto: any): IOlaleyeGetTaskRequest;
303
- constructor(kwargs?: i.IOlaleyeGetTaskRequestInterface);
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 IOlaleyeListTasksRequest implements i.IOlaleyeListTasksRequestInterface {
313
- static fromProto(proto: any): IOlaleyeListTasksRequest;
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
- name: string;
326
- description: string;
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 ListHdoTodoRequest implements i.ListHdoTodoRequestInterface {
334
- static fromProto(proto: any): ListHdoTodoRequest;
335
- constructor(kwargs?: i.ListHdoTodoRequestInterface);
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 ListHdoTodoResponse implements i.ListHdoTodoResponseInterface {
339
- todos: HdoTodoItem[];
340
- static fromProto(proto: any): ListHdoTodoResponse;
341
- constructor(kwargs?: i.ListHdoTodoResponseInterface);
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 ListSBueckertToDoListItemRequest implements i.ListSBueckertToDoListItemRequestInterface {
345
- resolved: boolean;
346
- static fromProto(proto: any): ListSBueckertToDoListItemRequest;
347
- constructor(kwargs?: i.ListSBueckertToDoListItemRequestInterface);
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 ListSBueckertToDoListItemResponse implements i.ListSBueckertToDoListItemResponseInterface {
351
- items: SBueckertToDoListItem[];
352
- static fromProto(proto: any): ListSBueckertToDoListItemResponse;
353
- constructor(kwargs?: i.ListSBueckertToDoListItemResponseInterface);
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 ListWHorrellTasksRequest implements i.ListWHorrellTasksRequestInterface {
357
- static fromProto(proto: any): ListWHorrellTasksRequest;
358
- constructor(kwargs?: i.ListWHorrellTasksRequestInterface);
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 ListWHorrellTasksResponse implements i.ListWHorrellTasksResponseInterface {
362
- tasks: WHorrellTask[];
363
- static fromProto(proto: any): ListWHorrellTasksResponse;
364
- constructor(kwargs?: i.ListWHorrellTasksResponseInterface);
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 MMugotCreateTaskRequest implements i.MMugotCreateTaskRequestInterface {
368
- task: MMugotTask;
369
- static fromProto(proto: any): MMugotCreateTaskRequest;
370
- constructor(kwargs?: i.MMugotCreateTaskRequestInterface);
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 MMugotCreateTaskResponse implements i.MMugotCreateTaskResponseInterface {
374
- isCreated: boolean;
375
- static fromProto(proto: any): MMugotCreateTaskResponse;
376
- constructor(kwargs?: i.MMugotCreateTaskResponseInterface);
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 MMugotDeleteTaskRequest implements i.MMugotDeleteTaskRequestInterface {
380
- taskId: string;
381
- static fromProto(proto: any): MMugotDeleteTaskRequest;
382
- constructor(kwargs?: i.MMugotDeleteTaskRequestInterface);
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 MMugotGetTaskRequest implements i.MMugotGetTaskRequestInterface {
386
- taskId: string;
387
- static fromProto(proto: any): MMugotGetTaskRequest;
388
- constructor(kwargs?: i.MMugotGetTaskRequestInterface);
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 MMugotGetTaskResponse implements i.MMugotGetTaskResponseInterface {
392
- task: MMugotTask;
393
- static fromProto(proto: any): MMugotGetTaskResponse;
394
- constructor(kwargs?: i.MMugotGetTaskResponseInterface);
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 MMugotListTasksRequest implements i.MMugotListTasksRequestInterface {
398
- static fromProto(proto: any): MMugotListTasksRequest;
399
- constructor(kwargs?: i.MMugotListTasksRequestInterface);
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 MMugotListTasksResponse implements i.MMugotListTasksResponseInterface {
403
- tasks: MMugotTask[];
404
- static fromProto(proto: any): MMugotListTasksResponse;
405
- constructor(kwargs?: i.MMugotListTasksResponseInterface);
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 MMugotTask implements i.MMugotTaskInterface {
409
- taskName: string;
410
- taskDescription: string;
411
- isComplete: boolean;
412
- taskId: string;
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 MMugotUpdateTaskRequest implements i.MMugotUpdateTaskRequestInterface {
420
- taskId: string;
421
- static fromProto(proto: any): MMugotUpdateTaskRequest;
422
- constructor(kwargs?: i.MMugotUpdateTaskRequestInterface);
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 MMugotUpdateTaskResponse implements i.MMugotUpdateTaskResponseInterface {
426
- static fromProto(proto: any): MMugotUpdateTaskResponse;
427
- constructor(kwargs?: i.MMugotUpdateTaskResponseInterface);
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 NValleCreateTaskRequest implements i.NValleCreateTaskRequestInterface {
431
- title: string;
432
- description: string;
433
- completed: boolean;
434
- due: Date;
435
- static fromProto(proto: any): NValleCreateTaskRequest;
436
- constructor(kwargs?: i.NValleCreateTaskRequestInterface);
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 NValleCreateTaskResponse implements i.NValleCreateTaskResponseInterface {
543
+ export declare class TaxiUserData implements i.TaxiUserDataInterface {
440
544
  id: string;
441
- title: string;
442
- description: string;
443
- completed: boolean;
444
- due: Date;
445
- created: Date;
446
- updated: Date;
447
- static fromProto(proto: any): NValleCreateTaskResponse;
448
- constructor(kwargs?: i.NValleCreateTaskResponseInterface);
449
- toApiJson(): object;
450
- }
451
- export declare class ResolveSBueckertToDoListItemRequest implements i.ResolveSBueckertToDoListItemRequestInterface {
452
- itemId: string;
453
- static fromProto(proto: any): ResolveSBueckertToDoListItemRequest;
454
- constructor(kwargs?: i.ResolveSBueckertToDoListItemRequestInterface);
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
- description: string;
474
- static fromProto(proto: any): TodoList;
475
- constructor(kwargs?: i.TodoListInterface);
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 UpdateHdoTodoRequest implements i.UpdateHdoTodoRequestInterface {
479
- todo: HdoTodoItem;
480
- static fromProto(proto: any): UpdateHdoTodoRequest;
481
- constructor(kwargs?: i.UpdateHdoTodoRequestInterface);
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 UpdateHdoTodoResponse implements i.UpdateHdoTodoResponseInterface {
485
- todo: HdoTodoItem;
486
- static fromProto(proto: any): UpdateHdoTodoResponse;
487
- constructor(kwargs?: i.UpdateHdoTodoResponseInterface);
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 UpdateSBueckertToDoListItemRequest implements i.UpdateSBueckertToDoListItemRequestInterface {
491
- itemId: string;
492
- title: string;
493
- desc: string;
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 WHorrellTask implements i.WHorrellTaskInterface {
500
- id: string;
501
- name: string;
502
- description: string;
503
- isCompleted: boolean;
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
  }