@nomalism-com/api 1.2.4 → 1.3.2
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/dist/index.d.ts +478 -370
- package/dist/index.js +294 -148
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RawAxiosRequestHeaders, AxiosInstance } from 'axios';
|
|
2
2
|
import Nomalism$1 from '@nomalism-com/types';
|
|
3
3
|
|
|
4
|
-
declare class Repository$
|
|
4
|
+
declare class Repository$1V implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1N implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1V as default };
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
type IPaginationResponse$5 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Client.IFindResponse>;
|
|
23
|
-
declare class Repository$
|
|
23
|
+
declare class Repository$1U implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1M implements Nomalism$1.Client.IRepository {
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
declare namespace clients {
|
|
41
|
-
export { type IPaginationResponse$5 as IPaginationResponse, Repository$
|
|
41
|
+
export { type IPaginationResponse$5 as IPaginationResponse, Repository$1U as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1T implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1L implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1T as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1S implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1K implements Nomalism$1.Chat.IRepository {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
77
|
-
declare class Repository$
|
|
77
|
+
declare class Repository$1R implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1J implements Nomalism$1.Commissioner.IRepository {
|
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
declare namespace commissioner {
|
|
93
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
93
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1R as default };
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
97
|
-
declare class Repository$
|
|
97
|
+
declare class Repository$1Q implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,23 +110,19 @@ declare class Repository$1I implements Nomalism$1.Country.IRepository {
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
declare namespace country {
|
|
113
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
113
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1Q as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1P implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
120
120
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
121
121
|
findOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindOneBase | null>;
|
|
122
|
-
findStart(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindOneBase | null>;
|
|
123
122
|
findStartVirtual(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IStartDocumentHeaderVirtuals | null>;
|
|
124
123
|
findByBasicSearch(params: Nomalism$1.DocumentHeader.IBasicSearchRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.DocumentHeader.IBasicSearchResponse>>;
|
|
125
124
|
findByType(params: Nomalism$1.DocumentHeader.IFindByTypeRequest): Promise<Nomalism$1.DocumentHeader.IFindByTypeResponse[]>;
|
|
126
125
|
find(params: Nomalism$1.DocumentHeader.IFindRequest): Promise<Nomalism$1.DocumentHeader.IFindResponse[]>;
|
|
127
|
-
findClientUnpaidCredit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
128
|
-
findClientUnpaidDebit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
129
|
-
findUnpaidCommissions(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeader.IUnpaidDocumentResponse[]>;
|
|
130
126
|
create(body: Nomalism$1.DocumentHeader.ICreateRequest): Promise<Nomalism$1.DocumentHeader.ICreateResponse>;
|
|
131
127
|
createFromHeader(body: Nomalism$1.DocumentHeader.ICreateFromHeaderRequest): Promise<void>;
|
|
132
128
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentHeader.IUpdateRequest): Promise<void>;
|
|
@@ -141,15 +137,13 @@ declare class Repository$1H implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
141
137
|
documentThermalPrint({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<string>;
|
|
142
138
|
documentList({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IDocumentListResponse[]>;
|
|
143
139
|
findStartDocumentHeaderSiblings({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.DocumentHeader.IFindStartDocumentHeaderSiblingsResponse>;
|
|
144
|
-
findRmOpenDocuments(): Promise<Nomalism$1.DocumentHeader.IFindRmOpenDocuments[]>;
|
|
145
|
-
regularizarMultiplosDocumentos(data: Nomalism$1.DocumentHeader.IMultipleRegularizations): Promise<void>;
|
|
146
140
|
}
|
|
147
141
|
|
|
148
142
|
declare namespace documentHeader {
|
|
149
|
-
export { Repository$
|
|
143
|
+
export { Repository$1P as default };
|
|
150
144
|
}
|
|
151
145
|
|
|
152
|
-
declare class Repository$
|
|
146
|
+
declare class Repository$1O implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
153
147
|
route: string;
|
|
154
148
|
publicRoute: string;
|
|
155
149
|
private api;
|
|
@@ -158,10 +152,10 @@ declare class Repository$1G implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
158
152
|
}
|
|
159
153
|
|
|
160
154
|
declare namespace documentHeaderHistory {
|
|
161
|
-
export { Repository$
|
|
155
|
+
export { Repository$1O as default };
|
|
162
156
|
}
|
|
163
157
|
|
|
164
|
-
declare class Repository$
|
|
158
|
+
declare class Repository$1N implements Nomalism$1.BillOfLading.IRepository {
|
|
165
159
|
route: string;
|
|
166
160
|
publicRoute: string;
|
|
167
161
|
private api;
|
|
@@ -169,7 +163,7 @@ declare class Repository$1F implements Nomalism$1.BillOfLading.IRepository {
|
|
|
169
163
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
170
164
|
}
|
|
171
165
|
|
|
172
|
-
declare class Repository$
|
|
166
|
+
declare class Repository$1M implements Nomalism$1.ProductionOrder.IRepository {
|
|
173
167
|
route: string;
|
|
174
168
|
publicRoute: string;
|
|
175
169
|
private api;
|
|
@@ -177,15 +171,16 @@ declare class Repository$1E implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
177
171
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
178
172
|
}
|
|
179
173
|
|
|
180
|
-
declare class Repository$
|
|
174
|
+
declare class Repository$1L implements Nomalism$1.Proforma.IRepository {
|
|
181
175
|
route: string;
|
|
182
176
|
publicRoute: string;
|
|
183
177
|
private api;
|
|
184
178
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
185
179
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<void>;
|
|
180
|
+
createFromLines(data: Nomalism$1.Proforma.ICreateFromLinesRequest): Promise<void>;
|
|
186
181
|
}
|
|
187
182
|
|
|
188
|
-
declare class Repository$
|
|
183
|
+
declare class Repository$1K implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
189
184
|
route: string;
|
|
190
185
|
publicRoute: string;
|
|
191
186
|
private api;
|
|
@@ -193,7 +188,7 @@ declare class Repository$1C implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
193
188
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
194
189
|
}
|
|
195
190
|
|
|
196
|
-
declare class Repository$
|
|
191
|
+
declare class Repository$1J implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
197
192
|
route: string;
|
|
198
193
|
publicRoute: string;
|
|
199
194
|
private api;
|
|
@@ -202,7 +197,7 @@ declare class Repository$1B implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
202
197
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
203
198
|
}
|
|
204
199
|
|
|
205
|
-
declare class Repository$
|
|
200
|
+
declare class Repository$1I implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
206
201
|
route: string;
|
|
207
202
|
publicRoute: string;
|
|
208
203
|
private api;
|
|
@@ -211,7 +206,7 @@ declare class Repository$1A implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
211
206
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
212
207
|
}
|
|
213
208
|
|
|
214
|
-
declare class Repository$
|
|
209
|
+
declare class Repository$1H implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
215
210
|
route: string;
|
|
216
211
|
publicRoute: string;
|
|
217
212
|
private api;
|
|
@@ -219,7 +214,7 @@ declare class Repository$1z implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
219
214
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
220
215
|
}
|
|
221
216
|
|
|
222
|
-
declare class Repository$
|
|
217
|
+
declare class Repository$1G implements Nomalism$1.DocumentLine.IRepository {
|
|
223
218
|
route: string;
|
|
224
219
|
publicRoute: string;
|
|
225
220
|
private api;
|
|
@@ -236,10 +231,10 @@ declare class Repository$1y implements Nomalism$1.DocumentLine.IRepository {
|
|
|
236
231
|
}
|
|
237
232
|
|
|
238
233
|
declare namespace documentLine {
|
|
239
|
-
export { Repository$
|
|
234
|
+
export { Repository$1G as default };
|
|
240
235
|
}
|
|
241
236
|
|
|
242
|
-
declare class Repository$
|
|
237
|
+
declare class Repository$1F implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
243
238
|
route: string;
|
|
244
239
|
publicRoute: string;
|
|
245
240
|
private api;
|
|
@@ -252,10 +247,10 @@ declare class Repository$1x implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
252
247
|
}
|
|
253
248
|
|
|
254
249
|
declare namespace documentLineAssoc {
|
|
255
|
-
export { Repository$
|
|
250
|
+
export { Repository$1F as default };
|
|
256
251
|
}
|
|
257
252
|
|
|
258
|
-
declare class Repository$
|
|
253
|
+
declare class Repository$1E implements Nomalism$1.DocumentType.IApi {
|
|
259
254
|
route: string;
|
|
260
255
|
publicRoute: string;
|
|
261
256
|
private api;
|
|
@@ -269,10 +264,10 @@ declare class Repository$1w implements Nomalism$1.DocumentType.IApi {
|
|
|
269
264
|
}
|
|
270
265
|
|
|
271
266
|
declare namespace documentType {
|
|
272
|
-
export { Repository$
|
|
267
|
+
export { Repository$1E as default };
|
|
273
268
|
}
|
|
274
269
|
|
|
275
|
-
declare class Repository$
|
|
270
|
+
declare class Repository$1D implements Nomalism$1.Favorites.IRepository {
|
|
276
271
|
route: string;
|
|
277
272
|
publicRoute: string;
|
|
278
273
|
private api;
|
|
@@ -284,10 +279,10 @@ declare class Repository$1v implements Nomalism$1.Favorites.IRepository {
|
|
|
284
279
|
}
|
|
285
280
|
|
|
286
281
|
declare namespace favorites {
|
|
287
|
-
export { Repository$
|
|
282
|
+
export { Repository$1D as default };
|
|
288
283
|
}
|
|
289
284
|
|
|
290
|
-
declare class Repository$
|
|
285
|
+
declare class Repository$1C implements Nomalism$1.File.IRepository {
|
|
291
286
|
route: string;
|
|
292
287
|
publicRoute: string;
|
|
293
288
|
private api;
|
|
@@ -299,10 +294,10 @@ declare class Repository$1u implements Nomalism$1.File.IRepository {
|
|
|
299
294
|
}
|
|
300
295
|
|
|
301
296
|
declare namespace file {
|
|
302
|
-
export { Repository$
|
|
297
|
+
export { Repository$1C as default };
|
|
303
298
|
}
|
|
304
299
|
|
|
305
|
-
declare class Repository$
|
|
300
|
+
declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
306
301
|
route: string;
|
|
307
302
|
publicRoute: string;
|
|
308
303
|
private api;
|
|
@@ -314,10 +309,10 @@ declare class Repository$1t implements Nomalism$1.GoogleSheets.IController {
|
|
|
314
309
|
}
|
|
315
310
|
|
|
316
311
|
declare namespace googleSheets {
|
|
317
|
-
export { Repository$
|
|
312
|
+
export { Repository$1B as default };
|
|
318
313
|
}
|
|
319
314
|
|
|
320
|
-
declare class Repository$
|
|
315
|
+
declare class Repository$1A implements Nomalism$1.GroupPermissions.IApi {
|
|
321
316
|
route: string;
|
|
322
317
|
publicRoute: string;
|
|
323
318
|
private api;
|
|
@@ -329,11 +324,11 @@ declare class Repository$1s implements Nomalism$1.GroupPermissions.IApi {
|
|
|
329
324
|
}
|
|
330
325
|
|
|
331
326
|
declare namespace groupPermission {
|
|
332
|
-
export { Repository$
|
|
327
|
+
export { Repository$1A as default };
|
|
333
328
|
}
|
|
334
329
|
|
|
335
330
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
336
|
-
declare class Repository$
|
|
331
|
+
declare class Repository$1z implements Nomalism$1.Language.IRepository {
|
|
337
332
|
route: string;
|
|
338
333
|
publicRoute: string;
|
|
339
334
|
private api;
|
|
@@ -348,10 +343,10 @@ declare class Repository$1r implements Nomalism$1.Language.IRepository {
|
|
|
348
343
|
}
|
|
349
344
|
|
|
350
345
|
declare namespace language$1 {
|
|
351
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
346
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1z as default };
|
|
352
347
|
}
|
|
353
348
|
|
|
354
|
-
declare class Repository$
|
|
349
|
+
declare class Repository$1y implements Nomalism$1.Location.IRepository {
|
|
355
350
|
route: string;
|
|
356
351
|
publicRoute: string;
|
|
357
352
|
private api;
|
|
@@ -367,10 +362,10 @@ declare class Repository$1q implements Nomalism$1.Location.IRepository {
|
|
|
367
362
|
}
|
|
368
363
|
|
|
369
364
|
declare namespace location {
|
|
370
|
-
export { Repository$
|
|
365
|
+
export { Repository$1y as default };
|
|
371
366
|
}
|
|
372
367
|
|
|
373
|
-
declare class Repository$
|
|
368
|
+
declare class Repository$1x {
|
|
374
369
|
route: string;
|
|
375
370
|
publicRoute: string;
|
|
376
371
|
private api;
|
|
@@ -379,10 +374,10 @@ declare class Repository$1p {
|
|
|
379
374
|
}
|
|
380
375
|
|
|
381
376
|
declare namespace logout {
|
|
382
|
-
export { Repository$
|
|
377
|
+
export { Repository$1x as default };
|
|
383
378
|
}
|
|
384
379
|
|
|
385
|
-
declare class Repository$
|
|
380
|
+
declare class Repository$1w implements Nomalism$1.Multimedia.IApi {
|
|
386
381
|
route: string;
|
|
387
382
|
publicRoute: string;
|
|
388
383
|
private api;
|
|
@@ -392,10 +387,10 @@ declare class Repository$1o implements Nomalism$1.Multimedia.IApi {
|
|
|
392
387
|
}
|
|
393
388
|
|
|
394
389
|
declare namespace multimedia {
|
|
395
|
-
export { Repository$
|
|
390
|
+
export { Repository$1w as default };
|
|
396
391
|
}
|
|
397
392
|
|
|
398
|
-
declare class Repository$
|
|
393
|
+
declare class Repository$1v implements Nomalism$1.Observation.IApi {
|
|
399
394
|
route: string;
|
|
400
395
|
publicRoute: string;
|
|
401
396
|
private api;
|
|
@@ -408,10 +403,10 @@ declare class Repository$1n implements Nomalism$1.Observation.IApi {
|
|
|
408
403
|
}
|
|
409
404
|
|
|
410
405
|
declare namespace observation {
|
|
411
|
-
export { Repository$
|
|
406
|
+
export { Repository$1v as default };
|
|
412
407
|
}
|
|
413
408
|
|
|
414
|
-
declare class Repository$
|
|
409
|
+
declare class Repository$1u implements Nomalism$1.ObservationType.IApi {
|
|
415
410
|
route: string;
|
|
416
411
|
publicRoute: string;
|
|
417
412
|
private api;
|
|
@@ -424,10 +419,10 @@ declare class Repository$1m implements Nomalism$1.ObservationType.IApi {
|
|
|
424
419
|
}
|
|
425
420
|
|
|
426
421
|
declare namespace observationType {
|
|
427
|
-
export { Repository$
|
|
422
|
+
export { Repository$1u as default };
|
|
428
423
|
}
|
|
429
424
|
|
|
430
|
-
declare class Repository$
|
|
425
|
+
declare class Repository$1t implements Nomalism$1.Password.IRepository {
|
|
431
426
|
route: string;
|
|
432
427
|
publicRoute: string;
|
|
433
428
|
private api;
|
|
@@ -437,10 +432,10 @@ declare class Repository$1l implements Nomalism$1.Password.IRepository {
|
|
|
437
432
|
}
|
|
438
433
|
|
|
439
434
|
declare namespace password {
|
|
440
|
-
export { Repository$
|
|
435
|
+
export { Repository$1t as default };
|
|
441
436
|
}
|
|
442
437
|
|
|
443
|
-
declare class Repository$
|
|
438
|
+
declare class Repository$1s implements Nomalism$1.Permissions.IApi {
|
|
444
439
|
route: string;
|
|
445
440
|
publicRoute: string;
|
|
446
441
|
private api;
|
|
@@ -452,10 +447,10 @@ declare class Repository$1k implements Nomalism$1.Permissions.IApi {
|
|
|
452
447
|
}
|
|
453
448
|
|
|
454
449
|
declare namespace permission {
|
|
455
|
-
export { Repository$
|
|
450
|
+
export { Repository$1s as default };
|
|
456
451
|
}
|
|
457
452
|
|
|
458
|
-
declare class Repository$
|
|
453
|
+
declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
459
454
|
route: string;
|
|
460
455
|
publicRoute: string;
|
|
461
456
|
private api;
|
|
@@ -470,10 +465,10 @@ declare class Repository$1j implements Nomalism$1.ProductImage.IRepository {
|
|
|
470
465
|
}
|
|
471
466
|
|
|
472
467
|
declare namespace productImage {
|
|
473
|
-
export { Repository$
|
|
468
|
+
export { Repository$1r as default };
|
|
474
469
|
}
|
|
475
470
|
|
|
476
|
-
declare class Repository$
|
|
471
|
+
declare class Repository$1q implements Nomalism$1.Promotion.IRepository {
|
|
477
472
|
route: string;
|
|
478
473
|
publicRoute: string;
|
|
479
474
|
private api;
|
|
@@ -490,10 +485,10 @@ declare class Repository$1i implements Nomalism$1.Promotion.IRepository {
|
|
|
490
485
|
}
|
|
491
486
|
|
|
492
487
|
declare namespace promotion {
|
|
493
|
-
export { Repository$
|
|
488
|
+
export { Repository$1q as default };
|
|
494
489
|
}
|
|
495
490
|
|
|
496
|
-
declare class Repository$
|
|
491
|
+
declare class Repository$1p implements Nomalism$1.PromotionAssoc.IRepository {
|
|
497
492
|
route: string;
|
|
498
493
|
publicRoute: string;
|
|
499
494
|
private api;
|
|
@@ -508,10 +503,10 @@ declare class Repository$1h implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
508
503
|
}
|
|
509
504
|
|
|
510
505
|
declare namespace promotionAssoc {
|
|
511
|
-
export { Repository$
|
|
506
|
+
export { Repository$1p as default };
|
|
512
507
|
}
|
|
513
508
|
|
|
514
|
-
declare class Repository$
|
|
509
|
+
declare class Repository$1o implements Nomalism$1.Providers.IRepository {
|
|
515
510
|
route: string;
|
|
516
511
|
publicRoute: string;
|
|
517
512
|
private api;
|
|
@@ -526,14 +521,15 @@ declare class Repository$1g implements Nomalism$1.Providers.IRepository {
|
|
|
526
521
|
create(body: Nomalism$1.Providers.ICreateRequest): Promise<Nomalism$1.Providers.IFindResponse>;
|
|
527
522
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.Providers.IUpdateRequest): Promise<Nomalism$1.Providers.IFindResponse | null>;
|
|
528
523
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Providers.IFindResponse | null>;
|
|
524
|
+
findByNumber(selector: Nomalism$1.Providers.IFindByNumberRequest): Promise<Nomalism$1.Providers.IFindByNumberResponse | null>;
|
|
529
525
|
}
|
|
530
526
|
|
|
531
527
|
declare namespace provider {
|
|
532
|
-
export { Repository$
|
|
528
|
+
export { Repository$1o as default };
|
|
533
529
|
}
|
|
534
530
|
|
|
535
531
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
536
|
-
declare class Repository$
|
|
532
|
+
declare class Repository$1n implements Nomalism$1.ProviderType.IRepository {
|
|
537
533
|
route: string;
|
|
538
534
|
publicRoute: string;
|
|
539
535
|
private api;
|
|
@@ -548,10 +544,10 @@ declare class Repository$1f implements Nomalism$1.ProviderType.IRepository {
|
|
|
548
544
|
}
|
|
549
545
|
|
|
550
546
|
declare namespace providerType {
|
|
551
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
547
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1n as default };
|
|
552
548
|
}
|
|
553
549
|
|
|
554
|
-
declare class Repository$
|
|
550
|
+
declare class Repository$1m implements Nomalism$1.PurchaseConditions.IRepository {
|
|
555
551
|
route: string;
|
|
556
552
|
publicRoute: string;
|
|
557
553
|
private api;
|
|
@@ -566,10 +562,10 @@ declare class Repository$1e implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
566
562
|
}
|
|
567
563
|
|
|
568
564
|
declare namespace purchaseCondition {
|
|
569
|
-
export { Repository$
|
|
565
|
+
export { Repository$1m as default };
|
|
570
566
|
}
|
|
571
567
|
|
|
572
|
-
declare class Repository$
|
|
568
|
+
declare class Repository$1l implements Nomalism$1.ReasonForExemption.IRepository {
|
|
573
569
|
route: string;
|
|
574
570
|
publicRoute: string;
|
|
575
571
|
private api;
|
|
@@ -584,10 +580,10 @@ declare class Repository$1d implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
584
580
|
}
|
|
585
581
|
|
|
586
582
|
declare namespace reasonForExemption {
|
|
587
|
-
export { Repository$
|
|
583
|
+
export { Repository$1l as default };
|
|
588
584
|
}
|
|
589
585
|
|
|
590
|
-
declare class Repository$
|
|
586
|
+
declare class Repository$1k implements Nomalism$1.RefreshToken.IRepository {
|
|
591
587
|
route: string;
|
|
592
588
|
publicRoute: string;
|
|
593
589
|
private api;
|
|
@@ -596,10 +592,10 @@ declare class Repository$1c implements Nomalism$1.RefreshToken.IRepository {
|
|
|
596
592
|
}
|
|
597
593
|
|
|
598
594
|
declare namespace refreshToken {
|
|
599
|
-
export { Repository$
|
|
595
|
+
export { Repository$1k as default };
|
|
600
596
|
}
|
|
601
597
|
|
|
602
|
-
declare class Repository$
|
|
598
|
+
declare class Repository$1j implements Nomalism$1.SegmentsArea.IRepository {
|
|
603
599
|
route: string;
|
|
604
600
|
publicRoute: string;
|
|
605
601
|
private api;
|
|
@@ -614,10 +610,10 @@ declare class Repository$1b implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
614
610
|
}
|
|
615
611
|
|
|
616
612
|
declare namespace segmentsArea {
|
|
617
|
-
export { Repository$
|
|
613
|
+
export { Repository$1j as default };
|
|
618
614
|
}
|
|
619
615
|
|
|
620
|
-
declare class Repository$
|
|
616
|
+
declare class Repository$1i implements Nomalism$1.Sessions.IRepository {
|
|
621
617
|
route: string;
|
|
622
618
|
publicRoute: string;
|
|
623
619
|
private api;
|
|
@@ -626,10 +622,10 @@ declare class Repository$1a implements Nomalism$1.Sessions.IRepository {
|
|
|
626
622
|
}
|
|
627
623
|
|
|
628
624
|
declare namespace sessions {
|
|
629
|
-
export { Repository$
|
|
625
|
+
export { Repository$1i as default };
|
|
630
626
|
}
|
|
631
627
|
|
|
632
|
-
declare class Repository$
|
|
628
|
+
declare class Repository$1h implements Nomalism$1.Shippings.IRepository {
|
|
633
629
|
route: string;
|
|
634
630
|
publicRoute: string;
|
|
635
631
|
private api;
|
|
@@ -644,10 +640,10 @@ declare class Repository$19 implements Nomalism$1.Shippings.IRepository {
|
|
|
644
640
|
}
|
|
645
641
|
|
|
646
642
|
declare namespace shippings {
|
|
647
|
-
export { Repository$
|
|
643
|
+
export { Repository$1h as default };
|
|
648
644
|
}
|
|
649
645
|
|
|
650
|
-
declare class Repository$
|
|
646
|
+
declare class Repository$1g implements Nomalism$1.StoreOperator.IRepository {
|
|
651
647
|
route: string;
|
|
652
648
|
publicRoute: string;
|
|
653
649
|
private api;
|
|
@@ -657,15 +653,16 @@ declare class Repository$18 implements Nomalism$1.StoreOperator.IRepository {
|
|
|
657
653
|
findMinified(params?: Nomalism$1.shared.IFindMinifiedRequest): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
658
654
|
create(body: Nomalism$1.StoreOperator.ICreateRequest): Promise<string>;
|
|
659
655
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.StoreOperator.IUpdateRequest): Promise<void>;
|
|
656
|
+
updatePassword(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.StoreOperator.IUpdatePasswordRequest): Promise<void>;
|
|
660
657
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
661
658
|
}
|
|
662
659
|
|
|
663
660
|
declare namespace storeOperator {
|
|
664
|
-
export { Repository$
|
|
661
|
+
export { Repository$1g as default };
|
|
665
662
|
}
|
|
666
663
|
|
|
667
664
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
668
|
-
declare class Repository$
|
|
665
|
+
declare class Repository$1f implements Nomalism$1.Swift.IRepository {
|
|
669
666
|
route: string;
|
|
670
667
|
publicRoute: string;
|
|
671
668
|
private api;
|
|
@@ -681,10 +678,10 @@ declare class Repository$17 implements Nomalism$1.Swift.IRepository {
|
|
|
681
678
|
|
|
682
679
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
683
680
|
declare namespace swift {
|
|
684
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
681
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1f as default };
|
|
685
682
|
}
|
|
686
683
|
|
|
687
|
-
declare class Repository$
|
|
684
|
+
declare class Repository$1e implements Nomalism$1.TypeOfLocation.IRepository {
|
|
688
685
|
route: string;
|
|
689
686
|
publicRoute: string;
|
|
690
687
|
private api;
|
|
@@ -700,10 +697,10 @@ declare class Repository$16 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
700
697
|
}
|
|
701
698
|
|
|
702
699
|
declare namespace typeOfLocation {
|
|
703
|
-
export { Repository$
|
|
700
|
+
export { Repository$1e as default };
|
|
704
701
|
}
|
|
705
702
|
|
|
706
|
-
declare class Repository$
|
|
703
|
+
declare class Repository$1d implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
707
704
|
route: string;
|
|
708
705
|
publicRoute: string;
|
|
709
706
|
private api;
|
|
@@ -719,10 +716,10 @@ declare class Repository$15 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
719
716
|
}
|
|
720
717
|
|
|
721
718
|
declare namespace unitOfMeasure {
|
|
722
|
-
export { Repository$
|
|
719
|
+
export { Repository$1d as default };
|
|
723
720
|
}
|
|
724
721
|
|
|
725
|
-
declare class Repository$
|
|
722
|
+
declare class Repository$1c implements Nomalism$1.UserPermissions.IRepository {
|
|
726
723
|
route: string;
|
|
727
724
|
publicRoute: string;
|
|
728
725
|
private api;
|
|
@@ -733,10 +730,10 @@ declare class Repository$14 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
733
730
|
}
|
|
734
731
|
|
|
735
732
|
declare namespace userPermission {
|
|
736
|
-
export { Repository$
|
|
733
|
+
export { Repository$1c as default };
|
|
737
734
|
}
|
|
738
735
|
|
|
739
|
-
declare class Repository$
|
|
736
|
+
declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
740
737
|
route: string;
|
|
741
738
|
publicRoute: string;
|
|
742
739
|
private api;
|
|
@@ -751,10 +748,10 @@ declare class Repository$13 implements Nomalism$1.UserPositions.IRepository {
|
|
|
751
748
|
}
|
|
752
749
|
|
|
753
750
|
declare namespace userPositions {
|
|
754
|
-
export { Repository$
|
|
751
|
+
export { Repository$1b as default };
|
|
755
752
|
}
|
|
756
753
|
|
|
757
|
-
declare class Repository$
|
|
754
|
+
declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
758
755
|
route: string;
|
|
759
756
|
publicRoute: string;
|
|
760
757
|
private api;
|
|
@@ -771,10 +768,10 @@ declare class Repository$12 implements Nomalism$1.Users.IApi {
|
|
|
771
768
|
}
|
|
772
769
|
|
|
773
770
|
declare namespace user {
|
|
774
|
-
export { Repository$
|
|
771
|
+
export { Repository$1a as default };
|
|
775
772
|
}
|
|
776
773
|
|
|
777
|
-
declare class Repository$
|
|
774
|
+
declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
778
775
|
route: string;
|
|
779
776
|
publicRoute: string;
|
|
780
777
|
private api;
|
|
@@ -790,10 +787,10 @@ declare class Repository$11 implements Nomalism$1.VatTax.IRepository {
|
|
|
790
787
|
}
|
|
791
788
|
|
|
792
789
|
declare namespace vatTax {
|
|
793
|
-
export { Repository$
|
|
790
|
+
export { Repository$19 as default };
|
|
794
791
|
}
|
|
795
792
|
|
|
796
|
-
declare class Repository$
|
|
793
|
+
declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
797
794
|
route: string;
|
|
798
795
|
publicRoute: string;
|
|
799
796
|
private api;
|
|
@@ -809,10 +806,10 @@ declare class Repository$10 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
809
806
|
}
|
|
810
807
|
|
|
811
808
|
declare namespace vatTaxZone {
|
|
812
|
-
export { Repository$
|
|
809
|
+
export { Repository$18 as default };
|
|
813
810
|
}
|
|
814
811
|
|
|
815
|
-
declare class Repository
|
|
812
|
+
declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
816
813
|
route: string;
|
|
817
814
|
publicRoute: string;
|
|
818
815
|
private api;
|
|
@@ -825,10 +822,10 @@ declare class Repository$$ implements Nomalism$1.Workflow.IApi {
|
|
|
825
822
|
}
|
|
826
823
|
|
|
827
824
|
declare namespace workflow {
|
|
828
|
-
export { Repository
|
|
825
|
+
export { Repository$17 as default };
|
|
829
826
|
}
|
|
830
827
|
|
|
831
|
-
declare class Repository$
|
|
828
|
+
declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
832
829
|
route: string;
|
|
833
830
|
publicRoute: string;
|
|
834
831
|
private api;
|
|
@@ -842,10 +839,10 @@ declare class Repository$_ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
842
839
|
}
|
|
843
840
|
|
|
844
841
|
declare namespace deliveryMethods {
|
|
845
|
-
export { Repository$
|
|
842
|
+
export { Repository$16 as default };
|
|
846
843
|
}
|
|
847
844
|
|
|
848
|
-
declare class Repository$
|
|
845
|
+
declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
849
846
|
route: string;
|
|
850
847
|
publicRoute: string;
|
|
851
848
|
private api;
|
|
@@ -859,10 +856,10 @@ declare class Repository$Z implements Nomalism$1.MaturityDates.IRepository {
|
|
|
859
856
|
}
|
|
860
857
|
|
|
861
858
|
declare namespace maturityDates {
|
|
862
|
-
export { Repository$
|
|
859
|
+
export { Repository$15 as default };
|
|
863
860
|
}
|
|
864
861
|
|
|
865
|
-
declare class Repository$
|
|
862
|
+
declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
866
863
|
route: string;
|
|
867
864
|
publicRoute: string;
|
|
868
865
|
private api;
|
|
@@ -876,10 +873,10 @@ declare class Repository$Y implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
876
873
|
}
|
|
877
874
|
|
|
878
875
|
declare namespace paymentMethods {
|
|
879
|
-
export { Repository$
|
|
876
|
+
export { Repository$14 as default };
|
|
880
877
|
}
|
|
881
878
|
|
|
882
|
-
declare class Repository$
|
|
879
|
+
declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
883
880
|
route: string;
|
|
884
881
|
publicRoute: string;
|
|
885
882
|
private api;
|
|
@@ -891,10 +888,10 @@ declare class Repository$X implements Nomalism$1.Vehicles.IApi {
|
|
|
891
888
|
}
|
|
892
889
|
|
|
893
890
|
declare namespace vehicles {
|
|
894
|
-
export { Repository$
|
|
891
|
+
export { Repository$13 as default };
|
|
895
892
|
}
|
|
896
893
|
|
|
897
|
-
declare class Repository$
|
|
894
|
+
declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
898
895
|
route: string;
|
|
899
896
|
publicRoute: string;
|
|
900
897
|
private api;
|
|
@@ -904,10 +901,10 @@ declare class Repository$W implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
904
901
|
}
|
|
905
902
|
|
|
906
903
|
declare namespace externalDocumentType {
|
|
907
|
-
export { Repository$
|
|
904
|
+
export { Repository$12 as default };
|
|
908
905
|
}
|
|
909
906
|
|
|
910
|
-
declare class Repository$
|
|
907
|
+
declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
911
908
|
route: string;
|
|
912
909
|
publicRoute: string;
|
|
913
910
|
private api;
|
|
@@ -921,39 +918,28 @@ declare class Repository$V implements Nomalism$1.DocumentSet.IRepository {
|
|
|
921
918
|
}
|
|
922
919
|
|
|
923
920
|
declare namespace documentSet {
|
|
924
|
-
export { Repository$
|
|
921
|
+
export { Repository$11 as default };
|
|
925
922
|
}
|
|
926
923
|
|
|
927
|
-
declare class Repository$
|
|
924
|
+
declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
928
925
|
route: string;
|
|
929
926
|
publicRoute: string;
|
|
930
927
|
private api;
|
|
931
928
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
929
|
+
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Payment.Entity | null>;
|
|
930
|
+
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
932
931
|
find(params: Nomalism$1.Payment.IFindRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
933
932
|
findPaginated(params: Nomalism$1.Payment.IFindPaginatedRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.Payment.IFindResponse>>;
|
|
934
|
-
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindResponse[]>;
|
|
935
|
-
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Payment.Entity | null>;
|
|
936
|
-
deleteBatch(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
937
|
-
findCurrentAccountByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
938
|
-
findBalanceByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<number>;
|
|
939
933
|
findSettledMaterialEntrance(params: Nomalism$1.Payment.IUnpaidPurchasesRequest): Promise<Nomalism$1.Payment.IUnpaidPurchasesResponse[]>;
|
|
940
|
-
findSettledMaterialEntranceProviders(): Promise<Nomalism$1.Users.IFindProvidersWithClientIdResponse[]>;
|
|
941
|
-
createProvidersPayments(body: Nomalism$1.Payment.IProviderPaymentRequest[]): Promise<string[]>;
|
|
942
|
-
findPaymentsNotExported(params: Nomalism$1.Payment.IPaymentsNotExportedRequest): Promise<Nomalism$1.Payment.IPaymentsNotExportedResponse[]>;
|
|
943
|
-
findPaymentBatches(): Promise<Nomalism$1.Payment.IPaymentsBatchResponse[]>;
|
|
944
|
-
updateDownloadedBatchNumber(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
945
|
-
exportCurrentAccount(params: Nomalism$1.Payment.IExportCurrentAccountRequest): Promise<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
946
934
|
findSettledMaterialEntranceByDate(params: Nomalism$1.Payment.IUnpaidByDatePurchasesRequest): Promise<Nomalism$1.Payment.IUnpaidPurchasesResponse[]>;
|
|
947
|
-
|
|
948
|
-
getExportCurrentAccountUrl({ owner_id, start_date, end_date, output, token, }: Nomalism$1.Payment.IExportCurrentAccountRequest): string;
|
|
949
|
-
findCurrentAccountPaginated(params: Nomalism$1.Payment.IFindCurrentAccountPaginatedRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.Payment.IFindCurrentAccountByOwnerIdResponse>>;
|
|
935
|
+
findSettledMaterialEntranceProviders(): Promise<Nomalism$1.Users.IFindProvidersWithClientIdResponse[]>;
|
|
950
936
|
}
|
|
951
937
|
|
|
952
938
|
declare namespace payment {
|
|
953
|
-
export { Repository$
|
|
939
|
+
export { Repository$10 as default };
|
|
954
940
|
}
|
|
955
941
|
|
|
956
|
-
declare class Repository
|
|
942
|
+
declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
957
943
|
route: string;
|
|
958
944
|
publicRoute: string;
|
|
959
945
|
private api;
|
|
@@ -962,20 +948,17 @@ declare class Repository$T implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
962
948
|
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.ExternalDocumentHeader.IUpdateRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
963
949
|
findById(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByIdResponse | null>;
|
|
964
950
|
findByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindByOwnerIdItemWithVersions[]>;
|
|
965
|
-
publicFindByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.IPublicFindByOwnerIdResponse[]>;
|
|
966
951
|
find(params?: Nomalism$1.ExternalDocumentHeader.IFindRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindResponse[]>;
|
|
967
952
|
findPaginated(params: Nomalism$1.ExternalDocumentHeader.IFindPaginatedRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindWithPaginationResponse>;
|
|
968
953
|
deleteOne(params?: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
969
954
|
sendEmailDocument(body: Nomalism$1.ExternalDocumentHeader.ISendEmailDocumentRequest): Promise<void>;
|
|
970
|
-
createPublicDocumentHeaderNote(data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteCreateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
971
|
-
updatePublicDocumentHeaderNote({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteUpdateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
972
955
|
}
|
|
973
956
|
|
|
974
957
|
declare namespace externalDocumentHeader {
|
|
975
|
-
export { Repository
|
|
958
|
+
export { Repository$$ as default };
|
|
976
959
|
}
|
|
977
960
|
|
|
978
|
-
declare class Repository$
|
|
961
|
+
declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
979
962
|
route: string;
|
|
980
963
|
publicRoute: string;
|
|
981
964
|
private api;
|
|
@@ -984,10 +967,10 @@ declare class Repository$S implements Nomalism$1.VatValidation.IRepository {
|
|
|
984
967
|
}
|
|
985
968
|
|
|
986
969
|
declare namespace vatValidation {
|
|
987
|
-
export { Repository$
|
|
970
|
+
export { Repository$_ as default };
|
|
988
971
|
}
|
|
989
972
|
|
|
990
|
-
declare class Repository$
|
|
973
|
+
declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
991
974
|
route: string;
|
|
992
975
|
publicRoute: string;
|
|
993
976
|
private api;
|
|
@@ -1000,10 +983,10 @@ declare class Repository$R implements Nomalism$1.StockMovement.IRepository {
|
|
|
1000
983
|
}
|
|
1001
984
|
|
|
1002
985
|
declare namespace stockMovement {
|
|
1003
|
-
export { Repository$
|
|
986
|
+
export { Repository$Z as default };
|
|
1004
987
|
}
|
|
1005
988
|
|
|
1006
|
-
declare class Repository$
|
|
989
|
+
declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
1007
990
|
route: string;
|
|
1008
991
|
publicRoute: string;
|
|
1009
992
|
private api;
|
|
@@ -1013,10 +996,10 @@ declare class Repository$Q implements Nomalism$1.ZipCode.IRepository {
|
|
|
1013
996
|
}
|
|
1014
997
|
|
|
1015
998
|
declare namespace zipCode {
|
|
1016
|
-
export { Repository$
|
|
999
|
+
export { Repository$Y as default };
|
|
1017
1000
|
}
|
|
1018
1001
|
|
|
1019
|
-
declare class Repository$
|
|
1002
|
+
declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
1020
1003
|
route: string;
|
|
1021
1004
|
publicRoute: string;
|
|
1022
1005
|
private api;
|
|
@@ -1028,10 +1011,10 @@ declare class Repository$P implements Nomalism$1.Tenant.IRepository {
|
|
|
1028
1011
|
}
|
|
1029
1012
|
|
|
1030
1013
|
declare namespace tenant {
|
|
1031
|
-
export { Repository$
|
|
1014
|
+
export { Repository$X as default };
|
|
1032
1015
|
}
|
|
1033
1016
|
|
|
1034
|
-
declare class Repository$
|
|
1017
|
+
declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
1035
1018
|
route: string;
|
|
1036
1019
|
publicRoute: string;
|
|
1037
1020
|
private api;
|
|
@@ -1047,10 +1030,10 @@ declare class Repository$O implements Nomalism$1.PreSale.IRepository {
|
|
|
1047
1030
|
}
|
|
1048
1031
|
|
|
1049
1032
|
declare namespace preSale {
|
|
1050
|
-
export { Repository$
|
|
1033
|
+
export { Repository$W as default };
|
|
1051
1034
|
}
|
|
1052
1035
|
|
|
1053
|
-
declare class Repository$
|
|
1036
|
+
declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1054
1037
|
route: string;
|
|
1055
1038
|
publicRoute: string;
|
|
1056
1039
|
private api;
|
|
@@ -1060,10 +1043,10 @@ declare class Repository$N implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1060
1043
|
}
|
|
1061
1044
|
|
|
1062
1045
|
declare namespace preSaleProduct {
|
|
1063
|
-
export { Repository$
|
|
1046
|
+
export { Repository$V as default };
|
|
1064
1047
|
}
|
|
1065
1048
|
|
|
1066
|
-
declare class Repository$
|
|
1049
|
+
declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
1067
1050
|
route: string;
|
|
1068
1051
|
publicRoute: string;
|
|
1069
1052
|
private api;
|
|
@@ -1073,10 +1056,10 @@ declare class Repository$M implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1073
1056
|
}
|
|
1074
1057
|
|
|
1075
1058
|
declare namespace orderManagement {
|
|
1076
|
-
export { Repository$
|
|
1059
|
+
export { Repository$U as default };
|
|
1077
1060
|
}
|
|
1078
1061
|
|
|
1079
|
-
declare class Repository$
|
|
1062
|
+
declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
1080
1063
|
route: string;
|
|
1081
1064
|
publicRoute: string;
|
|
1082
1065
|
private api;
|
|
@@ -1087,10 +1070,10 @@ declare class Repository$L implements Nomalism$1.Npc.IRepository {
|
|
|
1087
1070
|
}
|
|
1088
1071
|
|
|
1089
1072
|
declare namespace npc {
|
|
1090
|
-
export { Repository$
|
|
1073
|
+
export { Repository$T as default };
|
|
1091
1074
|
}
|
|
1092
1075
|
|
|
1093
|
-
declare class Repository$
|
|
1076
|
+
declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
1094
1077
|
route: string;
|
|
1095
1078
|
publicRoute: string;
|
|
1096
1079
|
private api;
|
|
@@ -1103,10 +1086,10 @@ declare class Repository$K implements Nomalism$1.Printer.IRepository {
|
|
|
1103
1086
|
}
|
|
1104
1087
|
|
|
1105
1088
|
declare namespace printer {
|
|
1106
|
-
export { Repository$
|
|
1089
|
+
export { Repository$S as default };
|
|
1107
1090
|
}
|
|
1108
1091
|
|
|
1109
|
-
declare class Repository$
|
|
1092
|
+
declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1110
1093
|
route: string;
|
|
1111
1094
|
publicRoute: string;
|
|
1112
1095
|
private api;
|
|
@@ -1119,10 +1102,10 @@ declare class Repository$J implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1119
1102
|
}
|
|
1120
1103
|
|
|
1121
1104
|
declare namespace schedulePrintJob {
|
|
1122
|
-
export { Repository$
|
|
1105
|
+
export { Repository$R as default };
|
|
1123
1106
|
}
|
|
1124
1107
|
|
|
1125
|
-
declare class Repository$
|
|
1108
|
+
declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
1126
1109
|
route: string;
|
|
1127
1110
|
publicRoute: string;
|
|
1128
1111
|
private api;
|
|
@@ -1137,10 +1120,10 @@ declare class Repository$I implements Nomalism$1.QueryList.IRepository {
|
|
|
1137
1120
|
}
|
|
1138
1121
|
|
|
1139
1122
|
declare namespace queryList {
|
|
1140
|
-
export { Repository$
|
|
1123
|
+
export { Repository$Q as default };
|
|
1141
1124
|
}
|
|
1142
1125
|
|
|
1143
|
-
declare class Repository$
|
|
1126
|
+
declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
1144
1127
|
route: string;
|
|
1145
1128
|
publicRoute: string;
|
|
1146
1129
|
private api;
|
|
@@ -1154,10 +1137,10 @@ declare class Repository$H implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1154
1137
|
}
|
|
1155
1138
|
|
|
1156
1139
|
declare namespace queryParameter {
|
|
1157
|
-
export { Repository$
|
|
1140
|
+
export { Repository$P as default };
|
|
1158
1141
|
}
|
|
1159
1142
|
|
|
1160
|
-
declare class Repository$
|
|
1143
|
+
declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
1161
1144
|
route: string;
|
|
1162
1145
|
publicRoute: string;
|
|
1163
1146
|
private api;
|
|
@@ -1169,10 +1152,10 @@ declare class Repository$G implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1169
1152
|
}
|
|
1170
1153
|
|
|
1171
1154
|
declare namespace returnReason {
|
|
1172
|
-
export { Repository$
|
|
1155
|
+
export { Repository$O as default };
|
|
1173
1156
|
}
|
|
1174
1157
|
|
|
1175
|
-
declare class Repository$
|
|
1158
|
+
declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
1176
1159
|
route: string;
|
|
1177
1160
|
publicRoute: string;
|
|
1178
1161
|
private api;
|
|
@@ -1180,19 +1163,20 @@ declare class Repository$F implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1180
1163
|
isProcessing(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.IIsProcessingResponse>;
|
|
1181
1164
|
importFromSheet(params: Nomalism$1.PropostaSheets.IImportFromSheetRequest): Promise<Nomalism$1.PropostaSheets.IFindByGooglesheetIdResponse>;
|
|
1182
1165
|
createSheetFromDocument(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.ICreateSheetFromDocumentResponse>;
|
|
1183
|
-
|
|
1166
|
+
cloneSheetToNewDocument(params: Nomalism$1.PropostaSheets.ICloneSheetToNewDocumentRequest): Promise<Nomalism$1.PropostaSheets.ICloneSheetToNewDocumentResponse>;
|
|
1184
1167
|
conflictAccept(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1185
1168
|
conflictDelete(data: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1186
1169
|
conflictFindByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.PropostaSheets.IConflictFindByOwnerIdResponse[]>;
|
|
1187
1170
|
rmGetDataBySheetId(params: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.PropostaSheets.IRmGetDataBySheetIdResponse>;
|
|
1188
1171
|
rmUpdateDataBySheetId(params: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.PropostaSheets.IRmUpdateDataBySheetIdRequest): Promise<void>;
|
|
1172
|
+
findRmOpenDocuments(): Promise<Nomalism$1.PropostaSheets.IFindRmOpenDocuments[]>;
|
|
1189
1173
|
}
|
|
1190
1174
|
|
|
1191
1175
|
declare namespace propostaSheets {
|
|
1192
|
-
export { Repository$
|
|
1176
|
+
export { Repository$N as default };
|
|
1193
1177
|
}
|
|
1194
1178
|
|
|
1195
|
-
declare class Repository$
|
|
1179
|
+
declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
1196
1180
|
route: string;
|
|
1197
1181
|
publicRoute: string;
|
|
1198
1182
|
private api;
|
|
@@ -1201,10 +1185,10 @@ declare class Repository$E implements Nomalism$1.Schedule.IRepository {
|
|
|
1201
1185
|
}
|
|
1202
1186
|
|
|
1203
1187
|
declare namespace schedule {
|
|
1204
|
-
export { Repository$
|
|
1188
|
+
export { Repository$M as default };
|
|
1205
1189
|
}
|
|
1206
1190
|
|
|
1207
|
-
declare class Repository$
|
|
1191
|
+
declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1208
1192
|
route: string;
|
|
1209
1193
|
publicRoute: string;
|
|
1210
1194
|
private api;
|
|
@@ -1216,10 +1200,10 @@ declare class Repository$D implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1216
1200
|
}
|
|
1217
1201
|
|
|
1218
1202
|
declare namespace googleFilePermission {
|
|
1219
|
-
export { Repository$
|
|
1203
|
+
export { Repository$L as default };
|
|
1220
1204
|
}
|
|
1221
1205
|
|
|
1222
|
-
declare class Repository$
|
|
1206
|
+
declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
1223
1207
|
route: string;
|
|
1224
1208
|
publicRoute: string;
|
|
1225
1209
|
private api;
|
|
@@ -1232,10 +1216,10 @@ declare class Repository$C implements Nomalism$1.Settings.IRepository {
|
|
|
1232
1216
|
}
|
|
1233
1217
|
|
|
1234
1218
|
declare namespace settings {
|
|
1235
|
-
export { Repository$
|
|
1219
|
+
export { Repository$K as default };
|
|
1236
1220
|
}
|
|
1237
1221
|
|
|
1238
|
-
declare class Repository$
|
|
1222
|
+
declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
1239
1223
|
route: string;
|
|
1240
1224
|
publicRoute: string;
|
|
1241
1225
|
private api;
|
|
@@ -1247,10 +1231,10 @@ declare class Repository$B implements Nomalism$1.Tickets.IRepository {
|
|
|
1247
1231
|
}
|
|
1248
1232
|
|
|
1249
1233
|
declare namespace tickets {
|
|
1250
|
-
export { Repository$
|
|
1234
|
+
export { Repository$J as default };
|
|
1251
1235
|
}
|
|
1252
1236
|
|
|
1253
|
-
declare class Repository$
|
|
1237
|
+
declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
1254
1238
|
route: string;
|
|
1255
1239
|
publicRoute: string;
|
|
1256
1240
|
private api;
|
|
@@ -1264,10 +1248,10 @@ declare class Repository$A implements Nomalism$1.Channel.IRepository {
|
|
|
1264
1248
|
}
|
|
1265
1249
|
|
|
1266
1250
|
declare namespace channel {
|
|
1267
|
-
export { Repository$
|
|
1251
|
+
export { Repository$I as default };
|
|
1268
1252
|
}
|
|
1269
1253
|
|
|
1270
|
-
declare class Repository$
|
|
1254
|
+
declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1271
1255
|
route: string;
|
|
1272
1256
|
publicRoute: string;
|
|
1273
1257
|
private api;
|
|
@@ -1281,10 +1265,10 @@ declare class Repository$z implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1281
1265
|
}
|
|
1282
1266
|
|
|
1283
1267
|
declare namespace language {
|
|
1284
|
-
export { Repository$
|
|
1268
|
+
export { Repository$H as default };
|
|
1285
1269
|
}
|
|
1286
1270
|
|
|
1287
|
-
declare class Repository$
|
|
1271
|
+
declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
1288
1272
|
route: string;
|
|
1289
1273
|
publicRoute: string;
|
|
1290
1274
|
private api;
|
|
@@ -1298,10 +1282,10 @@ declare class Repository$y implements Nomalism$1.CLT.IRepository {
|
|
|
1298
1282
|
}
|
|
1299
1283
|
|
|
1300
1284
|
declare namespace clt {
|
|
1301
|
-
export { Repository$
|
|
1285
|
+
export { Repository$G as default };
|
|
1302
1286
|
}
|
|
1303
1287
|
|
|
1304
|
-
declare class Repository$
|
|
1288
|
+
declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1305
1289
|
route: string;
|
|
1306
1290
|
publicRoute: string;
|
|
1307
1291
|
private api;
|
|
@@ -1310,10 +1294,10 @@ declare class Repository$x implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1310
1294
|
}
|
|
1311
1295
|
|
|
1312
1296
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1313
|
-
export { Repository$
|
|
1297
|
+
export { Repository$F as default };
|
|
1314
1298
|
}
|
|
1315
1299
|
|
|
1316
|
-
declare class Repository$
|
|
1300
|
+
declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
1317
1301
|
route: string;
|
|
1318
1302
|
publicRoute: string;
|
|
1319
1303
|
private api;
|
|
@@ -1328,13 +1312,14 @@ declare class Repository$w implements Nomalism$1.Persona.IRepository {
|
|
|
1328
1312
|
find(data: Nomalism$1.Persona.IFindRequest): Promise<Nomalism$1.Persona.IFindResponse[]>;
|
|
1329
1313
|
findByEmail(data: Nomalism$1.Persona.IFindByEmailRequest): Promise<Nomalism$1.Persona.IFindByEmailResponse[]>;
|
|
1330
1314
|
findClientOrProvider(params: Nomalism$1.Persona.IFindClientOrProviderRequest): Promise<Nomalism$1.Persona.IFindClientOrProviderResponse[]>;
|
|
1315
|
+
findForGmail(params: Nomalism$1.Persona.IFindForGmailRequest): Promise<Nomalism$1.Persona.IFindForGmailResponse | null>;
|
|
1331
1316
|
}
|
|
1332
1317
|
|
|
1333
1318
|
declare namespace persona {
|
|
1334
|
-
export { Repository$
|
|
1319
|
+
export { Repository$E as default };
|
|
1335
1320
|
}
|
|
1336
1321
|
|
|
1337
|
-
declare class Repository$
|
|
1322
|
+
declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
1338
1323
|
route: string;
|
|
1339
1324
|
publicRoute: string;
|
|
1340
1325
|
private api;
|
|
@@ -1343,10 +1328,10 @@ declare class Repository$v implements Nomalism$1.ProjectInfo.IController {
|
|
|
1343
1328
|
}
|
|
1344
1329
|
|
|
1345
1330
|
declare namespace projectInfo {
|
|
1346
|
-
export { Repository$
|
|
1331
|
+
export { Repository$D as default };
|
|
1347
1332
|
}
|
|
1348
1333
|
|
|
1349
|
-
declare class Repository$
|
|
1334
|
+
declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
1350
1335
|
route: string;
|
|
1351
1336
|
publicRoute: string;
|
|
1352
1337
|
private api;
|
|
@@ -1361,10 +1346,10 @@ declare class Repository$u implements Nomalism$1.Order.IRepository {
|
|
|
1361
1346
|
}
|
|
1362
1347
|
|
|
1363
1348
|
declare namespace order {
|
|
1364
|
-
export { Repository$
|
|
1349
|
+
export { Repository$C as default };
|
|
1365
1350
|
}
|
|
1366
1351
|
|
|
1367
|
-
declare class Repository$
|
|
1352
|
+
declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
1368
1353
|
route: string;
|
|
1369
1354
|
publicRoute: string;
|
|
1370
1355
|
private api;
|
|
@@ -1376,10 +1361,10 @@ declare class Repository$t implements Nomalism$1.Purchase.IApi {
|
|
|
1376
1361
|
}
|
|
1377
1362
|
|
|
1378
1363
|
declare namespace purchase {
|
|
1379
|
-
export { Repository$
|
|
1364
|
+
export { Repository$B as default };
|
|
1380
1365
|
}
|
|
1381
1366
|
|
|
1382
|
-
declare class Repository$
|
|
1367
|
+
declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
1383
1368
|
route: string;
|
|
1384
1369
|
publicRoute: string;
|
|
1385
1370
|
private api;
|
|
@@ -1388,15 +1373,15 @@ declare class Repository$s implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1388
1373
|
findUnfinishedPickings({ id, }: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.MaterialEntrance.IUnfinishedPickingsResponse[]>;
|
|
1389
1374
|
finalizarEntradaMaterial(data: Nomalism$1.MaterialEntrance.IFinalizarEntradaDeMaterialRequest): Promise<Nomalism$1.MaterialEntrance.IFinalizarEntradaDeMaterialResponse>;
|
|
1390
1375
|
undoEntradaMaterial(data: Nomalism$1.MaterialEntrance.IUndoEntradaDeMaterialRequest): Promise<void>;
|
|
1391
|
-
printLabelToPdfUrl({ product_id }: Nomalism$1.MaterialEntrance.IPrintLabelParamsRequest, { quantity, ef_name, pc_document_number, prison, note, }: Nomalism$1.MaterialEntrance.IPrintLabelQueryRequest, token: string): string;
|
|
1376
|
+
printLabelToPdfUrl({ product_id }: Nomalism$1.MaterialEntrance.IPrintLabelParamsRequest, { quantity, ef_name, pc_document_number, prison, note, availableStock, }: Nomalism$1.MaterialEntrance.IPrintLabelQueryRequest, token: string): string;
|
|
1392
1377
|
printBulkLabelToPdfUrl({ groupLabel, saved_em_picking_ids, token, }: Nomalism$1.MaterialEntrance.IPrintBulkLabelRequest): string;
|
|
1393
1378
|
}
|
|
1394
1379
|
|
|
1395
1380
|
declare namespace materialEntrance {
|
|
1396
|
-
export { Repository$
|
|
1381
|
+
export { Repository$A as default };
|
|
1397
1382
|
}
|
|
1398
1383
|
|
|
1399
|
-
declare class Repository$
|
|
1384
|
+
declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
1400
1385
|
route: string;
|
|
1401
1386
|
publicRoute: string;
|
|
1402
1387
|
private api;
|
|
@@ -1406,10 +1391,10 @@ declare class Repository$r implements Nomalism$1.Transformado.IRepository {
|
|
|
1406
1391
|
}
|
|
1407
1392
|
|
|
1408
1393
|
declare namespace transformado {
|
|
1409
|
-
export { Repository$
|
|
1394
|
+
export { Repository$z as default };
|
|
1410
1395
|
}
|
|
1411
1396
|
|
|
1412
|
-
declare class Repository$
|
|
1397
|
+
declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1413
1398
|
route: string;
|
|
1414
1399
|
publicRoute: string;
|
|
1415
1400
|
private api;
|
|
@@ -1418,10 +1403,10 @@ declare class Repository$q implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1418
1403
|
}
|
|
1419
1404
|
|
|
1420
1405
|
declare namespace upfrontReturn {
|
|
1421
|
-
export { Repository$
|
|
1406
|
+
export { Repository$y as default };
|
|
1422
1407
|
}
|
|
1423
1408
|
|
|
1424
|
-
declare class Repository$
|
|
1409
|
+
declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1425
1410
|
route: string;
|
|
1426
1411
|
publicRoute: string;
|
|
1427
1412
|
private api;
|
|
@@ -1433,10 +1418,10 @@ declare class Repository$p implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1433
1418
|
}
|
|
1434
1419
|
|
|
1435
1420
|
declare namespace savedEmPicking {
|
|
1436
|
-
export { Repository$
|
|
1421
|
+
export { Repository$x as default };
|
|
1437
1422
|
}
|
|
1438
1423
|
|
|
1439
|
-
declare class Repository$
|
|
1424
|
+
declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
1440
1425
|
route: string;
|
|
1441
1426
|
publicRoute: string;
|
|
1442
1427
|
private api;
|
|
@@ -1449,10 +1434,10 @@ declare class Repository$o implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1449
1434
|
}
|
|
1450
1435
|
|
|
1451
1436
|
declare namespace emailTemplate {
|
|
1452
|
-
export { Repository$
|
|
1437
|
+
export { Repository$w as default };
|
|
1453
1438
|
}
|
|
1454
1439
|
|
|
1455
|
-
declare class Repository$
|
|
1440
|
+
declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1456
1441
|
route: string;
|
|
1457
1442
|
publicRoute: string;
|
|
1458
1443
|
private api;
|
|
@@ -1462,10 +1447,10 @@ declare class Repository$n implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1462
1447
|
}
|
|
1463
1448
|
|
|
1464
1449
|
declare namespace emailTemplateAttachment {
|
|
1465
|
-
export { Repository$
|
|
1450
|
+
export { Repository$v as default };
|
|
1466
1451
|
}
|
|
1467
1452
|
|
|
1468
|
-
declare class Repository$
|
|
1453
|
+
declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
1469
1454
|
route: string;
|
|
1470
1455
|
publicRoute: string;
|
|
1471
1456
|
private api;
|
|
@@ -1474,15 +1459,15 @@ declare class Repository$m implements Nomalism$1.Prison.IRepository {
|
|
|
1474
1459
|
removeLineFromPrison(data: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1475
1460
|
findLinesInPrison(): Promise<Nomalism$1.Prison.IFindLinesInPrisonResponse[]>;
|
|
1476
1461
|
findLinesInPrisonProviders(): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
1477
|
-
checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<
|
|
1462
|
+
checkLinesInPrison(data: Nomalism$1.Prison.ICheckLinesInPrisonRequest): Promise<Nomalism$1.Prison.ICheckLinesInPrisonResponse>;
|
|
1478
1463
|
createLinesInPrison(data: Nomalism$1.Prison.ICreateLinesInPrisonRequest): Promise<string[]>;
|
|
1479
1464
|
}
|
|
1480
1465
|
|
|
1481
1466
|
declare namespace prison {
|
|
1482
|
-
export { Repository$
|
|
1467
|
+
export { Repository$u as default };
|
|
1483
1468
|
}
|
|
1484
1469
|
|
|
1485
|
-
declare class Repository$
|
|
1470
|
+
declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
1486
1471
|
route: string;
|
|
1487
1472
|
publicRoute: string;
|
|
1488
1473
|
private api;
|
|
@@ -1495,22 +1480,23 @@ declare class Repository$l implements Nomalism$1.Quebra.IRepository {
|
|
|
1495
1480
|
}
|
|
1496
1481
|
|
|
1497
1482
|
declare namespace quebra {
|
|
1498
|
-
export { Repository$
|
|
1483
|
+
export { Repository$t as default };
|
|
1499
1484
|
}
|
|
1500
1485
|
|
|
1501
|
-
declare class Repository$
|
|
1486
|
+
declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
1502
1487
|
route: string;
|
|
1503
1488
|
publicRoute: string;
|
|
1504
1489
|
private api;
|
|
1505
1490
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1506
1491
|
createInventory(data: Nomalism$1.Inventario.ICreateInventoryRequest): Promise<void>;
|
|
1492
|
+
createManyInventory(data: Nomalism$1.Inventario.ICreateInventoryRequest[]): Promise<void>;
|
|
1507
1493
|
}
|
|
1508
1494
|
|
|
1509
1495
|
declare namespace inventario {
|
|
1510
|
-
export { Repository$
|
|
1496
|
+
export { Repository$s as default };
|
|
1511
1497
|
}
|
|
1512
1498
|
|
|
1513
|
-
declare class Repository$
|
|
1499
|
+
declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1514
1500
|
route: string;
|
|
1515
1501
|
publicRoute: string;
|
|
1516
1502
|
private api;
|
|
@@ -1521,10 +1507,10 @@ declare class Repository$j implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1521
1507
|
}
|
|
1522
1508
|
|
|
1523
1509
|
declare namespace returnToProvider {
|
|
1524
|
-
export { Repository$
|
|
1510
|
+
export { Repository$r as default };
|
|
1525
1511
|
}
|
|
1526
1512
|
|
|
1527
|
-
declare class Repository$
|
|
1513
|
+
declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
1528
1514
|
route: string;
|
|
1529
1515
|
publicRoute: string;
|
|
1530
1516
|
private api;
|
|
@@ -1535,10 +1521,10 @@ declare class Repository$i implements Nomalism$1.EmailVerification.IApi {
|
|
|
1535
1521
|
}
|
|
1536
1522
|
|
|
1537
1523
|
declare namespace emailVerification {
|
|
1538
|
-
export { Repository$
|
|
1524
|
+
export { Repository$q as default };
|
|
1539
1525
|
}
|
|
1540
1526
|
|
|
1541
|
-
declare class Repository$
|
|
1527
|
+
declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
1542
1528
|
route: string;
|
|
1543
1529
|
publicRoute: string;
|
|
1544
1530
|
private api;
|
|
@@ -1550,39 +1536,35 @@ declare class Repository$h implements Nomalism$1.EmailLog.IApi {
|
|
|
1550
1536
|
}
|
|
1551
1537
|
|
|
1552
1538
|
declare namespace emailLog {
|
|
1553
|
-
export { Repository$
|
|
1539
|
+
export { Repository$p as default };
|
|
1554
1540
|
}
|
|
1555
1541
|
|
|
1556
|
-
declare class Repository$
|
|
1542
|
+
declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1557
1543
|
route: string;
|
|
1558
1544
|
publicRoute: string;
|
|
1559
1545
|
private api;
|
|
1560
1546
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1561
|
-
|
|
1562
|
-
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.DocumentLineNote.IUpdateRequest): Promise<void>;
|
|
1563
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1547
|
+
upsertOrDelete(body: Nomalism$1.DocumentLineNote.IUpsertOrDeleteRequest): Promise<void>;
|
|
1564
1548
|
}
|
|
1565
1549
|
|
|
1566
1550
|
declare namespace documentLineNote {
|
|
1567
|
-
export { Repository$
|
|
1551
|
+
export { Repository$o as default };
|
|
1568
1552
|
}
|
|
1569
1553
|
|
|
1570
|
-
declare class Repository$
|
|
1554
|
+
declare class Repository$n implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1571
1555
|
route: string;
|
|
1572
1556
|
publicRoute: string;
|
|
1573
1557
|
private api;
|
|
1574
1558
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1575
1559
|
findByProviderId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.SavedProviderProposal.IFindManyResponse[]>;
|
|
1576
|
-
|
|
1577
|
-
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.SavedProviderProposal.IUpdateRequest): Promise<void>;
|
|
1578
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1560
|
+
set(body: Nomalism$1.SavedProviderProposal.ISetRequest): Promise<void>;
|
|
1579
1561
|
}
|
|
1580
1562
|
|
|
1581
1563
|
declare namespace savedProviderProposal {
|
|
1582
|
-
export { Repository$
|
|
1564
|
+
export { Repository$n as default };
|
|
1583
1565
|
}
|
|
1584
1566
|
|
|
1585
|
-
declare class Repository$
|
|
1567
|
+
declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1586
1568
|
route: string;
|
|
1587
1569
|
publicRoute: string;
|
|
1588
1570
|
private api;
|
|
@@ -1613,10 +1595,10 @@ declare class Repository$e implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1613
1595
|
}
|
|
1614
1596
|
|
|
1615
1597
|
declare namespace productGoogleSheets {
|
|
1616
|
-
export { Repository$
|
|
1598
|
+
export { Repository$m as default };
|
|
1617
1599
|
}
|
|
1618
1600
|
|
|
1619
|
-
declare class Repository$
|
|
1601
|
+
declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
1620
1602
|
route: string;
|
|
1621
1603
|
publicRoute: string;
|
|
1622
1604
|
private api;
|
|
@@ -1631,10 +1613,10 @@ declare class Repository$d implements Nomalism$1.Task.IRepository {
|
|
|
1631
1613
|
}
|
|
1632
1614
|
|
|
1633
1615
|
declare namespace task {
|
|
1634
|
-
export { Repository$
|
|
1616
|
+
export { Repository$l as default };
|
|
1635
1617
|
}
|
|
1636
1618
|
|
|
1637
|
-
declare class Repository$
|
|
1619
|
+
declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
1638
1620
|
route: string;
|
|
1639
1621
|
publicRoute: string;
|
|
1640
1622
|
private api;
|
|
@@ -1645,10 +1627,10 @@ declare class Repository$c implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1645
1627
|
}
|
|
1646
1628
|
|
|
1647
1629
|
declare namespace taskMessage {
|
|
1648
|
-
export { Repository$
|
|
1630
|
+
export { Repository$k as default };
|
|
1649
1631
|
}
|
|
1650
1632
|
|
|
1651
|
-
declare class Repository$
|
|
1633
|
+
declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1652
1634
|
route: string;
|
|
1653
1635
|
publicRoute: string;
|
|
1654
1636
|
private api;
|
|
@@ -1658,10 +1640,10 @@ declare class Repository$b implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1658
1640
|
}
|
|
1659
1641
|
|
|
1660
1642
|
declare namespace recurrentTasks {
|
|
1661
|
-
export { Repository$
|
|
1643
|
+
export { Repository$j as default };
|
|
1662
1644
|
}
|
|
1663
1645
|
|
|
1664
|
-
declare class Repository$
|
|
1646
|
+
declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
1665
1647
|
route: string;
|
|
1666
1648
|
publicRoute: string;
|
|
1667
1649
|
private api;
|
|
@@ -1671,10 +1653,10 @@ declare class Repository$a implements Nomalism$1.TaskRead.IRepository {
|
|
|
1671
1653
|
}
|
|
1672
1654
|
|
|
1673
1655
|
declare namespace taskRead {
|
|
1674
|
-
export { Repository$
|
|
1656
|
+
export { Repository$i as default };
|
|
1675
1657
|
}
|
|
1676
1658
|
|
|
1677
|
-
declare class Repository$
|
|
1659
|
+
declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
1678
1660
|
route: string;
|
|
1679
1661
|
publicRoute: string;
|
|
1680
1662
|
private api;
|
|
@@ -1683,10 +1665,10 @@ declare class Repository$9 implements Nomalism$1.Theme.IRepository {
|
|
|
1683
1665
|
}
|
|
1684
1666
|
|
|
1685
1667
|
declare namespace theme {
|
|
1686
|
-
export { Repository$
|
|
1668
|
+
export { Repository$h as default };
|
|
1687
1669
|
}
|
|
1688
1670
|
|
|
1689
|
-
declare class Repository$
|
|
1671
|
+
declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
1690
1672
|
route: string;
|
|
1691
1673
|
publicRoute: string;
|
|
1692
1674
|
private api;
|
|
@@ -1695,10 +1677,10 @@ declare class Repository$8 implements Nomalism$1.Dashboard.IRepository {
|
|
|
1695
1677
|
}
|
|
1696
1678
|
|
|
1697
1679
|
declare namespace dashboard {
|
|
1698
|
-
export { Repository$
|
|
1680
|
+
export { Repository$g as default };
|
|
1699
1681
|
}
|
|
1700
1682
|
|
|
1701
|
-
declare class Repository$
|
|
1683
|
+
declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1702
1684
|
route: string;
|
|
1703
1685
|
publicRoute: string;
|
|
1704
1686
|
private api;
|
|
@@ -1711,10 +1693,10 @@ declare class Repository$7 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1711
1693
|
}
|
|
1712
1694
|
|
|
1713
1695
|
declare namespace chatRapidMessage {
|
|
1714
|
-
export { Repository$
|
|
1696
|
+
export { Repository$f as default };
|
|
1715
1697
|
}
|
|
1716
1698
|
|
|
1717
|
-
declare class Repository$
|
|
1699
|
+
declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
1718
1700
|
route: string;
|
|
1719
1701
|
publicRoute: string;
|
|
1720
1702
|
private api;
|
|
@@ -1726,10 +1708,10 @@ declare class Repository$6 implements Nomalism$1.SideMenu.IController {
|
|
|
1726
1708
|
}
|
|
1727
1709
|
|
|
1728
1710
|
declare namespace sideMenu {
|
|
1729
|
-
export { Repository$
|
|
1711
|
+
export { Repository$e as default };
|
|
1730
1712
|
}
|
|
1731
1713
|
|
|
1732
|
-
declare class Repository$
|
|
1714
|
+
declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
1733
1715
|
route: string;
|
|
1734
1716
|
publicRoute: string;
|
|
1735
1717
|
private api;
|
|
@@ -1738,10 +1720,10 @@ declare class Repository$5 implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1738
1720
|
}
|
|
1739
1721
|
|
|
1740
1722
|
declare namespace errorLog {
|
|
1741
|
-
export { Repository$
|
|
1723
|
+
export { Repository$d as default };
|
|
1742
1724
|
}
|
|
1743
1725
|
|
|
1744
|
-
declare class Repository$
|
|
1726
|
+
declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
1745
1727
|
route: string;
|
|
1746
1728
|
publicRoute: string;
|
|
1747
1729
|
private api;
|
|
@@ -1750,10 +1732,10 @@ declare class Repository$4 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1750
1732
|
}
|
|
1751
1733
|
|
|
1752
1734
|
declare namespace adminPanel {
|
|
1753
|
-
export { Repository$
|
|
1735
|
+
export { Repository$c as default };
|
|
1754
1736
|
}
|
|
1755
1737
|
|
|
1756
|
-
declare class Repository$
|
|
1738
|
+
declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
1757
1739
|
route: string;
|
|
1758
1740
|
publicRoute: string;
|
|
1759
1741
|
private api;
|
|
@@ -1763,10 +1745,10 @@ declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1763
1745
|
}
|
|
1764
1746
|
|
|
1765
1747
|
declare namespace documentLineRm {
|
|
1766
|
-
export { Repository$
|
|
1748
|
+
export { Repository$b as default };
|
|
1767
1749
|
}
|
|
1768
1750
|
|
|
1769
|
-
declare class Repository$
|
|
1751
|
+
declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
1770
1752
|
route: string;
|
|
1771
1753
|
publicRoute: string;
|
|
1772
1754
|
private api;
|
|
@@ -1776,26 +1758,24 @@ declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1776
1758
|
}
|
|
1777
1759
|
|
|
1778
1760
|
declare namespace documentLineMt {
|
|
1779
|
-
export { Repository$
|
|
1761
|
+
export { Repository$a as default };
|
|
1780
1762
|
}
|
|
1781
1763
|
|
|
1782
|
-
declare class Repository$
|
|
1764
|
+
declare class Repository$9 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1783
1765
|
route: string;
|
|
1784
1766
|
publicRoute: string;
|
|
1785
1767
|
private api;
|
|
1786
1768
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1787
1769
|
createOrUpdate(data: Nomalism$1.ChatSubscriber.ICreateOrUpdateRequest): Promise<Nomalism$1.ChatSubscriber.Entity[]>;
|
|
1788
|
-
|
|
1789
|
-
findByDocumentHeaderId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ChatSubscriber.IFindByIdResponse>;
|
|
1790
|
-
findByPersonaId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ChatSubscriber.IFindByIdResponse>;
|
|
1770
|
+
find(data: Nomalism$1.ChatSubscriber.IFindRequest): Promise<Nomalism$1.ChatSubscriber.IFindResponse[]>;
|
|
1791
1771
|
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1792
1772
|
}
|
|
1793
1773
|
|
|
1794
1774
|
declare namespace chatSubscriber {
|
|
1795
|
-
export { Repository$
|
|
1775
|
+
export { Repository$9 as default };
|
|
1796
1776
|
}
|
|
1797
1777
|
|
|
1798
|
-
declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
1778
|
+
declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
1799
1779
|
route: string;
|
|
1800
1780
|
publicRoute: string;
|
|
1801
1781
|
private api;
|
|
@@ -1807,7 +1787,127 @@ declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
|
1807
1787
|
}
|
|
1808
1788
|
|
|
1809
1789
|
declare namespace tag {
|
|
1810
|
-
export { Repository as default };
|
|
1790
|
+
export { Repository$8 as default };
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
1794
|
+
route: string;
|
|
1795
|
+
publicRoute: string;
|
|
1796
|
+
private api;
|
|
1797
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1798
|
+
auth(): Promise<string>;
|
|
1799
|
+
emails(): Promise<Nomalism$1.Gmails.IGmailsResponse[]>;
|
|
1800
|
+
executeGmailCommand(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Gmails.IGmailsResponse | null>;
|
|
1801
|
+
editPreviewChatMessage(selector: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.Gmails.IEditPreviewChatMessageRequest): Promise<Nomalism$1.Gmails.IEditPreviewChatMessageResponse | null>;
|
|
1802
|
+
}
|
|
1803
|
+
|
|
1804
|
+
declare namespace gmails {
|
|
1805
|
+
export { Repository$7 as default };
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
1809
|
+
route: string;
|
|
1810
|
+
publicRoute: string;
|
|
1811
|
+
private api;
|
|
1812
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1813
|
+
create(body: Nomalism$1.NPF.IProviderPaymentRequest[]): Promise<string[]>;
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
declare namespace NPF {
|
|
1817
|
+
export { Repository$6 as default };
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
1821
|
+
route: string;
|
|
1822
|
+
publicRoute: string;
|
|
1823
|
+
private api;
|
|
1824
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1825
|
+
create(data: Nomalism$1.NRCL.IMultipleRegularizations): Promise<void>;
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
declare namespace NRCL {
|
|
1829
|
+
export { Repository$5 as default };
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1833
|
+
route: string;
|
|
1834
|
+
publicRoute: string;
|
|
1835
|
+
private api;
|
|
1836
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1837
|
+
findCurrentAccountByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
1838
|
+
findBalanceByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<number>;
|
|
1839
|
+
exportCurrentAccount(params: Nomalism$1.CurrentAccount.IExportCurrentAccountRequest): Promise<Nomalism$1.CurrentAccount.IFindCurrentAccountByOwnerIdResponse[]>;
|
|
1840
|
+
findClientUnpaidCredit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IUnpaidDocumentResponse[]>;
|
|
1841
|
+
findClientUnpaidDebit(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.CurrentAccount.IUnpaidDocumentResponse[]>;
|
|
1842
|
+
getExportCurrentAccountUrl({ owner_id, start_date, end_date, output, token, }: Nomalism$1.CurrentAccount.IExportCurrentAccountRequest): string;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
declare namespace currentAccount {
|
|
1846
|
+
export { Repository$4 as default };
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1850
|
+
route: string;
|
|
1851
|
+
publicRoute: string;
|
|
1852
|
+
private api;
|
|
1853
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1854
|
+
findPending(params: Nomalism$1.PaymentBatch.IPaymentsNotExportedRequest): Promise<Nomalism$1.PaymentBatch.IPaymentsNotExportedResponse[]>;
|
|
1855
|
+
create(body: Nomalism$1.PaymentBatch.IExportPaymentsRequest[]): Promise<void>;
|
|
1856
|
+
findCreated(): Promise<Nomalism$1.PaymentBatch.IPaymentsBatchResponse[]>;
|
|
1857
|
+
updateDownloadNumber(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1858
|
+
deleteOne(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1859
|
+
getBatchPdfUrl(opts: {
|
|
1860
|
+
month?: number;
|
|
1861
|
+
year?: number;
|
|
1862
|
+
ids?: string[];
|
|
1863
|
+
token: string;
|
|
1864
|
+
}): string;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
declare namespace paymentBatch {
|
|
1868
|
+
export { Repository$3 as default };
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
1872
|
+
route: string;
|
|
1873
|
+
publicRoute: string;
|
|
1874
|
+
private api;
|
|
1875
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1876
|
+
publicFindByOwnerId(params?: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.Portal.IPublicFindByOwnerIdResponse[]>;
|
|
1877
|
+
createPublicDocumentHeaderNote(data: Nomalism$1.Portal.PublicDocumentHeaderNoteCreateRequest[]): Promise<Nomalism$1.Portal.PublicDocumentHeaderNote[]>;
|
|
1878
|
+
updatePublicDocumentHeaderNote({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.Portal.PublicDocumentHeaderNoteUpdateRequest[]): Promise<Nomalism$1.Portal.PublicDocumentHeaderNote[]>;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
declare namespace portal {
|
|
1882
|
+
export { Repository$2 as default };
|
|
1883
|
+
}
|
|
1884
|
+
|
|
1885
|
+
declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1886
|
+
route: string;
|
|
1887
|
+
publicRoute: string;
|
|
1888
|
+
private api;
|
|
1889
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1890
|
+
clearAndFill(): Promise<void>;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
declare namespace googleSheetPool {
|
|
1894
|
+
export { Repository$1 as default };
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
interface IDownloadSaftRequest {
|
|
1898
|
+
month: number;
|
|
1899
|
+
year: number;
|
|
1900
|
+
}
|
|
1901
|
+
declare class Repository {
|
|
1902
|
+
route: string;
|
|
1903
|
+
private api;
|
|
1904
|
+
constructor({ api, route }: IModuleConstructor);
|
|
1905
|
+
getUrl({ month, year }: IDownloadSaftRequest): Promise<string>;
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
type saft_IDownloadSaftRequest = IDownloadSaftRequest;
|
|
1909
|
+
declare namespace saft {
|
|
1910
|
+
export { type saft_IDownloadSaftRequest as IDownloadSaftRequest, Repository as default };
|
|
1811
1911
|
}
|
|
1812
1912
|
|
|
1813
1913
|
type IEnvironment = 'production' | 'uat' | 'development' | 'localhost';
|
|
@@ -1828,120 +1928,128 @@ declare class API {
|
|
|
1828
1928
|
processEnvironment: IEnvironment;
|
|
1829
1929
|
client: AxiosInstance;
|
|
1830
1930
|
services: Record<IService, string>;
|
|
1831
|
-
BankData: Repository$
|
|
1832
|
-
Client: Repository$
|
|
1833
|
-
ClientType: Repository$
|
|
1834
|
-
Chat: Repository$
|
|
1835
|
-
Commissioner: Repository$
|
|
1836
|
-
Country: Repository$
|
|
1837
|
-
DocumentHeader: Repository$
|
|
1838
|
-
DocumentHeaderHistory: Repository$
|
|
1839
|
-
BillOfLading: Repository$
|
|
1840
|
-
ProductionOrder: Repository$
|
|
1841
|
-
Proforma: Repository$
|
|
1842
|
-
PropostaFornecedor: Repository$
|
|
1843
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1844
|
-
ProviderFinancialCreditNote: Repository$
|
|
1845
|
-
ProviderServiceInvoice: Repository$
|
|
1846
|
-
DocumentLine: Repository$
|
|
1847
|
-
DocumentLineAssoc: Repository$
|
|
1848
|
-
DocumentType: Repository$
|
|
1849
|
-
Favorites: Repository$
|
|
1850
|
-
File: Repository$
|
|
1851
|
-
GoogleSheets: Repository$
|
|
1852
|
-
GroupPermissions: Repository$
|
|
1853
|
-
Language: Repository$
|
|
1854
|
-
Location: Repository$
|
|
1855
|
-
Logout: Repository$
|
|
1856
|
-
Multimedia: Repository$
|
|
1857
|
-
Observation: Repository$
|
|
1858
|
-
ObservationType: Repository$
|
|
1859
|
-
Password: Repository$
|
|
1860
|
-
Permissions: Repository$
|
|
1861
|
-
ProductImage: Repository$
|
|
1862
|
-
Promotion: Repository$
|
|
1863
|
-
PromotionAssoc: Repository$
|
|
1864
|
-
Providers: Repository$
|
|
1865
|
-
ProviderType: Repository$
|
|
1866
|
-
PurchaseConditions: Repository$
|
|
1867
|
-
ReasonForExemption: Repository$
|
|
1868
|
-
RefreshToken: Repository$
|
|
1869
|
-
SegmentsArea: Repository$
|
|
1870
|
-
Sessions: Repository$
|
|
1871
|
-
Shippings: Repository$
|
|
1872
|
-
StoreOperator: Repository$
|
|
1873
|
-
Swift: Repository$
|
|
1874
|
-
TypeOfLocation: Repository$
|
|
1875
|
-
UnitOfMeasure: Repository$
|
|
1876
|
-
UserPermissions: Repository$
|
|
1877
|
-
UserPositions: Repository$
|
|
1878
|
-
Users: Repository$
|
|
1879
|
-
VatTax: Repository$
|
|
1880
|
-
VatTaxZone: Repository$
|
|
1881
|
-
Workflow: Repository
|
|
1882
|
-
DeliveryMethods: Repository$
|
|
1883
|
-
MaturityDates: Repository$
|
|
1884
|
-
PaymentMethods: Repository$
|
|
1885
|
-
Vehicles: Repository$
|
|
1886
|
-
ExternalDocumentType: Repository$
|
|
1887
|
-
DocumentSet: Repository$
|
|
1888
|
-
Payment: Repository$
|
|
1889
|
-
ExternalDocumentHeader: Repository
|
|
1890
|
-
VatValidation: Repository$
|
|
1891
|
-
StockMovement: Repository$
|
|
1892
|
-
ZipCode: Repository$
|
|
1893
|
-
Tenant: Repository$
|
|
1894
|
-
PreSale: Repository$
|
|
1895
|
-
PreSaleProduct: Repository$
|
|
1896
|
-
OrderManagement: Repository$
|
|
1897
|
-
Npc: Repository$
|
|
1898
|
-
Printer: Repository$
|
|
1899
|
-
SchedulePrintJob: Repository$
|
|
1900
|
-
QueryList: Repository$
|
|
1901
|
-
QueryParameter: Repository$
|
|
1902
|
-
ReturnReason: Repository$
|
|
1903
|
-
PropostaSheets: Repository$
|
|
1904
|
-
Schedule: Repository$
|
|
1905
|
-
GoogleFilePermission: Repository$
|
|
1906
|
-
Settings: Repository$
|
|
1907
|
-
Tickets: Repository$
|
|
1908
|
-
Channel: Repository$
|
|
1909
|
-
TicketsLanguage: Repository$
|
|
1910
|
-
Clt: Repository$
|
|
1911
|
-
StartDocumentHeaderLastUpdate: Repository$
|
|
1912
|
-
Persona: Repository$
|
|
1913
|
-
ProjectInfo: Repository$
|
|
1914
|
-
Order: Repository$
|
|
1915
|
-
Purchase: Repository$
|
|
1916
|
-
MaterialEntrance: Repository$
|
|
1917
|
-
Transformado: Repository$
|
|
1918
|
-
UpfrontReturn: Repository$
|
|
1919
|
-
SavedEmPicking: Repository$
|
|
1920
|
-
EmailTemplate: Repository$
|
|
1921
|
-
EmailTemplateAttachment: Repository$
|
|
1922
|
-
Prison: Repository$
|
|
1923
|
-
Quebra: Repository$
|
|
1924
|
-
Inventario: Repository$
|
|
1925
|
-
ReturnToProvider: Repository$
|
|
1926
|
-
EmailVerification: Repository$
|
|
1927
|
-
EmailLog: Repository$
|
|
1928
|
-
DocumentLineNote: Repository$
|
|
1929
|
-
SavedProviderProposal: Repository$
|
|
1930
|
-
ProductGoogleSheets: Repository$
|
|
1931
|
-
Task: Repository$
|
|
1932
|
-
TaskMessage: Repository$
|
|
1933
|
-
RecurrentTasks: Repository$
|
|
1934
|
-
TaskRead: Repository$
|
|
1935
|
-
Theme: Repository$
|
|
1936
|
-
Dashboard: Repository$
|
|
1937
|
-
ChatRapidMessage: Repository$
|
|
1938
|
-
SideMenu: Repository$
|
|
1939
|
-
ErrorLog: Repository$
|
|
1940
|
-
AdminPanel: Repository$
|
|
1941
|
-
DocumentLineRm: Repository$
|
|
1942
|
-
DocumentLineMt: Repository$
|
|
1943
|
-
ChatSubscriber: Repository$
|
|
1944
|
-
Tag: Repository;
|
|
1931
|
+
BankData: Repository$1V;
|
|
1932
|
+
Client: Repository$1U;
|
|
1933
|
+
ClientType: Repository$1T;
|
|
1934
|
+
Chat: Repository$1S;
|
|
1935
|
+
Commissioner: Repository$1R;
|
|
1936
|
+
Country: Repository$1Q;
|
|
1937
|
+
DocumentHeader: Repository$1P;
|
|
1938
|
+
DocumentHeaderHistory: Repository$1O;
|
|
1939
|
+
BillOfLading: Repository$1N;
|
|
1940
|
+
ProductionOrder: Repository$1M;
|
|
1941
|
+
Proforma: Repository$1L;
|
|
1942
|
+
PropostaFornecedor: Repository$1K;
|
|
1943
|
+
ProviderCreditNoteFromReturn: Repository$1J;
|
|
1944
|
+
ProviderFinancialCreditNote: Repository$1I;
|
|
1945
|
+
ProviderServiceInvoice: Repository$1H;
|
|
1946
|
+
DocumentLine: Repository$1G;
|
|
1947
|
+
DocumentLineAssoc: Repository$1F;
|
|
1948
|
+
DocumentType: Repository$1E;
|
|
1949
|
+
Favorites: Repository$1D;
|
|
1950
|
+
File: Repository$1C;
|
|
1951
|
+
GoogleSheets: Repository$1B;
|
|
1952
|
+
GroupPermissions: Repository$1A;
|
|
1953
|
+
Language: Repository$1z;
|
|
1954
|
+
Location: Repository$1y;
|
|
1955
|
+
Logout: Repository$1x;
|
|
1956
|
+
Multimedia: Repository$1w;
|
|
1957
|
+
Observation: Repository$1v;
|
|
1958
|
+
ObservationType: Repository$1u;
|
|
1959
|
+
Password: Repository$1t;
|
|
1960
|
+
Permissions: Repository$1s;
|
|
1961
|
+
ProductImage: Repository$1r;
|
|
1962
|
+
Promotion: Repository$1q;
|
|
1963
|
+
PromotionAssoc: Repository$1p;
|
|
1964
|
+
Providers: Repository$1o;
|
|
1965
|
+
ProviderType: Repository$1n;
|
|
1966
|
+
PurchaseConditions: Repository$1m;
|
|
1967
|
+
ReasonForExemption: Repository$1l;
|
|
1968
|
+
RefreshToken: Repository$1k;
|
|
1969
|
+
SegmentsArea: Repository$1j;
|
|
1970
|
+
Sessions: Repository$1i;
|
|
1971
|
+
Shippings: Repository$1h;
|
|
1972
|
+
StoreOperator: Repository$1g;
|
|
1973
|
+
Swift: Repository$1f;
|
|
1974
|
+
TypeOfLocation: Repository$1e;
|
|
1975
|
+
UnitOfMeasure: Repository$1d;
|
|
1976
|
+
UserPermissions: Repository$1c;
|
|
1977
|
+
UserPositions: Repository$1b;
|
|
1978
|
+
Users: Repository$1a;
|
|
1979
|
+
VatTax: Repository$19;
|
|
1980
|
+
VatTaxZone: Repository$18;
|
|
1981
|
+
Workflow: Repository$17;
|
|
1982
|
+
DeliveryMethods: Repository$16;
|
|
1983
|
+
MaturityDates: Repository$15;
|
|
1984
|
+
PaymentMethods: Repository$14;
|
|
1985
|
+
Vehicles: Repository$13;
|
|
1986
|
+
ExternalDocumentType: Repository$12;
|
|
1987
|
+
DocumentSet: Repository$11;
|
|
1988
|
+
Payment: Repository$10;
|
|
1989
|
+
ExternalDocumentHeader: Repository$$;
|
|
1990
|
+
VatValidation: Repository$_;
|
|
1991
|
+
StockMovement: Repository$Z;
|
|
1992
|
+
ZipCode: Repository$Y;
|
|
1993
|
+
Tenant: Repository$X;
|
|
1994
|
+
PreSale: Repository$W;
|
|
1995
|
+
PreSaleProduct: Repository$V;
|
|
1996
|
+
OrderManagement: Repository$U;
|
|
1997
|
+
Npc: Repository$T;
|
|
1998
|
+
Printer: Repository$S;
|
|
1999
|
+
SchedulePrintJob: Repository$R;
|
|
2000
|
+
QueryList: Repository$Q;
|
|
2001
|
+
QueryParameter: Repository$P;
|
|
2002
|
+
ReturnReason: Repository$O;
|
|
2003
|
+
PropostaSheets: Repository$N;
|
|
2004
|
+
Schedule: Repository$M;
|
|
2005
|
+
GoogleFilePermission: Repository$L;
|
|
2006
|
+
Settings: Repository$K;
|
|
2007
|
+
Tickets: Repository$J;
|
|
2008
|
+
Channel: Repository$I;
|
|
2009
|
+
TicketsLanguage: Repository$H;
|
|
2010
|
+
Clt: Repository$G;
|
|
2011
|
+
StartDocumentHeaderLastUpdate: Repository$F;
|
|
2012
|
+
Persona: Repository$E;
|
|
2013
|
+
ProjectInfo: Repository$D;
|
|
2014
|
+
Order: Repository$C;
|
|
2015
|
+
Purchase: Repository$B;
|
|
2016
|
+
MaterialEntrance: Repository$A;
|
|
2017
|
+
Transformado: Repository$z;
|
|
2018
|
+
UpfrontReturn: Repository$y;
|
|
2019
|
+
SavedEmPicking: Repository$x;
|
|
2020
|
+
EmailTemplate: Repository$w;
|
|
2021
|
+
EmailTemplateAttachment: Repository$v;
|
|
2022
|
+
Prison: Repository$u;
|
|
2023
|
+
Quebra: Repository$t;
|
|
2024
|
+
Inventario: Repository$s;
|
|
2025
|
+
ReturnToProvider: Repository$r;
|
|
2026
|
+
EmailVerification: Repository$q;
|
|
2027
|
+
EmailLog: Repository$p;
|
|
2028
|
+
DocumentLineNote: Repository$o;
|
|
2029
|
+
SavedProviderProposal: Repository$n;
|
|
2030
|
+
ProductGoogleSheets: Repository$m;
|
|
2031
|
+
Task: Repository$l;
|
|
2032
|
+
TaskMessage: Repository$k;
|
|
2033
|
+
RecurrentTasks: Repository$j;
|
|
2034
|
+
TaskRead: Repository$i;
|
|
2035
|
+
Theme: Repository$h;
|
|
2036
|
+
Dashboard: Repository$g;
|
|
2037
|
+
ChatRapidMessage: Repository$f;
|
|
2038
|
+
SideMenu: Repository$e;
|
|
2039
|
+
ErrorLog: Repository$d;
|
|
2040
|
+
AdminPanel: Repository$c;
|
|
2041
|
+
DocumentLineRm: Repository$b;
|
|
2042
|
+
DocumentLineMt: Repository$a;
|
|
2043
|
+
ChatSubscriber: Repository$9;
|
|
2044
|
+
Tag: Repository$8;
|
|
2045
|
+
Gmails: Repository$7;
|
|
2046
|
+
NPF: Repository$6;
|
|
2047
|
+
NRCL: Repository$5;
|
|
2048
|
+
PaymentBatch: Repository$3;
|
|
2049
|
+
CurrentAccount: Repository$4;
|
|
2050
|
+
Portal: Repository$2;
|
|
2051
|
+
GoogleSheetPool: Repository$1;
|
|
2052
|
+
Saft: Repository;
|
|
1945
2053
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1946
2054
|
}
|
|
1947
2055
|
|
|
@@ -1951,7 +2059,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1951
2059
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1952
2060
|
type Nomalism_IOptions = IOptions;
|
|
1953
2061
|
declare namespace Nomalism {
|
|
1954
|
-
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2062
|
+
export { Nomalism_API as API, adminPanel as AdminPanelClass, bankData as BankData, channel as Channel, chatRapidMessage as ChatRapidMessageClass, chatSubscriber as ChatSubscriberClass, clients as Client, clientType as ClientType, clt as Clt, commissioner as Commissioner, country as Country, currentAccount as CurrentAccountClass, dashboard as DashboardClass, deliveryMethods as DeliveryMethods, documentHeader as DocumentHeader, documentHeaderHistory as DocumentHeaderHistory, documentLine as DocumentLine, documentLineAssoc as DocumentLineAssoc, documentLineMt as DocumentLineMtClass, documentLineNote as DocumentLineNote, documentLineRm as DocumentLineRmClass, documentSet as DocumentSet, documentType as DocumentType, emailLog as EmailLog, emailTemplate as EmailTemplate, emailTemplateAttachment as EmailTemplateAttachment, emailVerification as EmailVerification, errorLog as ErrorLogClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheetPool as GoogleSheetPoolClass, googleSheets as GoogleSheets, groupPermission as GroupPermissions, type Nomalism_IEnvironment as IEnvironment, type Nomalism_IModuleConstructor as IModuleConstructor, type Nomalism_IOptions as IOptions, inventario as Inventario, language$1 as Language, location as Location, logout as Logout, materialEntrance as MaterialEntrance, maturityDates as MaturityDates, multimedia as Multimedia, NPF as NPFClass, NRCL as NRCLClass, npc as Npc, observation as Observation, observationType as ObservationType, order as Order, orderManagement as OrderManagement, password as Password, payment as Payment, paymentBatch as PaymentBatchClass, paymentMethods as PaymentMethods, permission as Permissions, persona as Persona, portal as PortalClass, preSale as PreSale, preSaleProduct as PreSaleProduct, printer as Printer, prison as Prison, productGoogleSheets as ProductGoogleSheets, productImage as ProductImage, projectInfo as ProjectInfo, promotion as Promotion, promotionAssoc as PromotionAssoc, propostaSheets as PropostaSheets, providerType as ProviderType, provider as Providers, purchase as Purchase, purchaseCondition as PurchaseConditions, quebra as Quebra, queryList as QueryList, queryParameter as QueryParameter, reasonForExemption as ReasonForExemption, recurrentTasks as RecurrentTasks, refreshToken as RefreshToken, returnReason as ReturnReason, returnToProvider as ReturnToProvider, saft as SaftClass, savedEmPicking as SavedEmPicking, savedProviderProposal as SavedProviderProposal, schedule as Schedule, schedulePrintJob as SchedulePrintJob, segmentsArea as SegmentsArea, sessions as Sessions, settings as Settings, shippings as Shippings, sideMenu as SideMenuClass, startDocumentHeaderLastUpdate as StartDocumentHeaderLastUpdate, stockMovement as StockMovement, storeOperator as StoreOperator, swift as Swift, tag as TagClass, task as Task, taskMessage as TaskMessage, taskRead as TaskReadClass, tenant as Tenant, theme as ThemeClass, tickets as Tickets, language as TicketsLanguage, transformado as Transformado, typeOfLocation as TypeOfLocation, unitOfMeasure as UnitOfMeasure, upfrontReturn as UpfrontReturn, userPermission as UserPermissions, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
1955
2063
|
}
|
|
1956
2064
|
|
|
1957
2065
|
export { Nomalism as default };
|