@carlosdiazz/lottodiz-shared 3.3.6 → 3.3.8
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.
|
@@ -234,17 +234,9 @@ export declare class MethodValid {
|
|
|
234
234
|
static ACCOUNT_FIND_ONE: string;
|
|
235
235
|
static ACCOUNT_FIND_ALL: string;
|
|
236
236
|
static ACCOUNT_UPDATE: string;
|
|
237
|
-
static
|
|
238
|
-
static
|
|
237
|
+
static LEADER_ENTRIES_FIND_ALL: string;
|
|
238
|
+
static LEADER_ENTRIES_FIND_ONE: string;
|
|
239
239
|
static TICKET_CREATE: string;
|
|
240
240
|
static TICKET_FIND_ONE: string;
|
|
241
241
|
static TICKET_FIND_ALL: string;
|
|
242
|
-
static WALLET_ADELANTO: string;
|
|
243
|
-
static WALLET_RETIRO: string;
|
|
244
|
-
static WALLET_CUADRE: string;
|
|
245
|
-
static WALLET_RECHARGE: string;
|
|
246
|
-
static WALLET_TRANSFER: string;
|
|
247
|
-
static REPORT_SALES: string;
|
|
248
|
-
static REPORT_PRIZES: string;
|
|
249
|
-
static DAILY_ACCOUNTING_CLOSE: string;
|
|
250
242
|
}
|
|
@@ -281,20 +281,9 @@ MethodValid.ACCOUNT_FIND_ONE = "ACCOUNT_FIND_ONE";
|
|
|
281
281
|
MethodValid.ACCOUNT_FIND_ALL = "ACCOUNT_FIND_ALL";
|
|
282
282
|
MethodValid.ACCOUNT_UPDATE = "ACCOUNT_UPDATE";
|
|
283
283
|
// Transaction
|
|
284
|
-
MethodValid.
|
|
285
|
-
MethodValid.
|
|
284
|
+
MethodValid.LEADER_ENTRIES_FIND_ALL = "LEADER_ENTRIES_FIND_ALL";
|
|
285
|
+
MethodValid.LEADER_ENTRIES_FIND_ONE = "LEADER_ENTRIES_FIND_ONE";
|
|
286
286
|
// Ticket
|
|
287
287
|
MethodValid.TICKET_CREATE = "TICKET_CREATE";
|
|
288
288
|
MethodValid.TICKET_FIND_ONE = "TICKET_FIND_ONE";
|
|
289
289
|
MethodValid.TICKET_FIND_ALL = "TICKET_FIND_ALL";
|
|
290
|
-
// Wallet Operations
|
|
291
|
-
MethodValid.WALLET_ADELANTO = "WALLET_ADELANTO";
|
|
292
|
-
MethodValid.WALLET_RETIRO = "WALLET_RETIRO";
|
|
293
|
-
MethodValid.WALLET_CUADRE = "WALLET_CUADRE";
|
|
294
|
-
MethodValid.WALLET_RECHARGE = "WALLET_RECHARGE";
|
|
295
|
-
MethodValid.WALLET_TRANSFER = "WALLET_TRANSFER";
|
|
296
|
-
// Reports
|
|
297
|
-
MethodValid.REPORT_SALES = "REPORT_SALES";
|
|
298
|
-
MethodValid.REPORT_PRIZES = "REPORT_PRIZES";
|
|
299
|
-
// Daily Close
|
|
300
|
-
MethodValid.DAILY_ACCOUNTING_CLOSE = "DAILY_ACCOUNTING_CLOSE";
|
|
@@ -155,13 +155,6 @@ export declare class PermissionValid {
|
|
|
155
155
|
static ACCOUNT_CREATE: string;
|
|
156
156
|
static ACCOUNT_VIEW: string;
|
|
157
157
|
static ACCOUNT_UPDATE: string;
|
|
158
|
-
static TRANSACTION_VIEW: string;
|
|
159
158
|
static TICKET_CREATE: string;
|
|
160
159
|
static TICKET_VIEW: string;
|
|
161
|
-
static WALLET_ADELANTO: string;
|
|
162
|
-
static WALLET_RETIRO: string;
|
|
163
|
-
static WALLET_CUADRE: string;
|
|
164
|
-
static WALLET_RECHARGE: string;
|
|
165
|
-
static WALLET_TRANSFER: string;
|
|
166
|
-
static REPORT_VIEW: string;
|
|
167
160
|
}
|
|
@@ -198,16 +198,6 @@ PermissionValid.ACCOUNT_TYPE_DELETE = "ACCOUNT_TYPE_DELETE";
|
|
|
198
198
|
PermissionValid.ACCOUNT_CREATE = "ACCOUNT_CREATE";
|
|
199
199
|
PermissionValid.ACCOUNT_VIEW = "ACCOUNT_VIEW";
|
|
200
200
|
PermissionValid.ACCOUNT_UPDATE = "ACCOUNT_UPDATE";
|
|
201
|
-
// Transaction
|
|
202
|
-
PermissionValid.TRANSACTION_VIEW = "TRANSACTION_VIEW";
|
|
203
201
|
// Ticket
|
|
204
202
|
PermissionValid.TICKET_CREATE = "TICKET_CREATE";
|
|
205
203
|
PermissionValid.TICKET_VIEW = "TICKET_VIEW";
|
|
206
|
-
// Wallet
|
|
207
|
-
PermissionValid.WALLET_ADELANTO = "WALLET_ADELANTO";
|
|
208
|
-
PermissionValid.WALLET_RETIRO = "WALLET_RETIRO";
|
|
209
|
-
PermissionValid.WALLET_CUADRE = "WALLET_CUADRE";
|
|
210
|
-
PermissionValid.WALLET_RECHARGE = "WALLET_RECHARGE";
|
|
211
|
-
PermissionValid.WALLET_TRANSFER = "WALLET_TRANSFER";
|
|
212
|
-
// Report
|
|
213
|
-
PermissionValid.REPORT_VIEW = "REPORT_VIEW";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { CreateLeaderEntriesInterface } from "./create-leader_entries.base";
|
|
2
2
|
import { LeaderEntriesInterface } from "./leader_entries.base";
|
|
3
|
-
import { CreateLeaderLinesInterface } from "./leader_lines.base";
|
|
3
|
+
import { CreateLeaderLinesInterface, LeaderLinesInterface } from "./leader_lines.base";
|
|
4
4
|
import { ParamsLeaderEntriesInterface } from "./params-leader_entries.base";
|
|
5
5
|
import { ResponseLeaderEntriesInterface } from "./response-leader_entries.base";
|
|
6
6
|
export interface LeaderEntriesServiceInterface {
|
|
7
7
|
createLeaderEntries(dto: CreateLeaderEntriesInterface): Promise<LeaderEntriesInterface>;
|
|
8
8
|
findAll(pagination: ParamsLeaderEntriesInterface): Promise<ResponseLeaderEntriesInterface>;
|
|
9
9
|
findOne(id: string): Promise<LeaderEntriesInterface>;
|
|
10
|
-
createLeaderLines(dto: CreateLeaderLinesInterface): Promise<
|
|
10
|
+
createLeaderLines(dto: CreateLeaderLinesInterface): Promise<LeaderLinesInterface>;
|
|
11
11
|
}
|