@nomalism-com/api 1.1.2 → 1.2.1
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 +361 -334
- package/dist/index.js +365 -324
- package/package.json +1 -1
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$1N implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1L implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1N 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$1M implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1K 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$1M as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1L implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1J implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1L as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1K implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -74,7 +74,7 @@ declare class Repository$1I 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$1J implements Nomalism$1.Commissioner.IRepository {
|
|
78
78
|
route: string;
|
|
79
79
|
publicRoute: string;
|
|
80
80
|
private api;
|
|
@@ -90,11 +90,11 @@ declare class Repository$1H 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$1J 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$1I implements Nomalism$1.Country.IRepository {
|
|
98
98
|
route: string;
|
|
99
99
|
publicRoute: string;
|
|
100
100
|
private api;
|
|
@@ -110,10 +110,10 @@ declare class Repository$1G 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$1I as default };
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
declare class Repository$
|
|
116
|
+
declare class Repository$1H implements Nomalism$1.DocumentHeader.IRepository {
|
|
117
117
|
route: string;
|
|
118
118
|
publicRoute: string;
|
|
119
119
|
private api;
|
|
@@ -147,10 +147,22 @@ declare class Repository$1F implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
declare namespace documentHeader {
|
|
150
|
-
export { Repository$
|
|
150
|
+
export { Repository$1H as default };
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
declare class Repository$
|
|
153
|
+
declare class Repository$1G implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
154
|
+
route: string;
|
|
155
|
+
publicRoute: string;
|
|
156
|
+
private api;
|
|
157
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
158
|
+
findByOwnerId(selector: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.DocumentHeaderHistory.IFindByOwnerIdResponse[]>;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
declare namespace documentHeaderHistory {
|
|
162
|
+
export { Repository$1G as default };
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
declare class Repository$1F implements Nomalism$1.BillOfLading.IRepository {
|
|
154
166
|
route: string;
|
|
155
167
|
publicRoute: string;
|
|
156
168
|
private api;
|
|
@@ -158,7 +170,7 @@ declare class Repository$1E implements Nomalism$1.BillOfLading.IRepository {
|
|
|
158
170
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
159
171
|
}
|
|
160
172
|
|
|
161
|
-
declare class Repository$
|
|
173
|
+
declare class Repository$1E implements Nomalism$1.ProductionOrder.IRepository {
|
|
162
174
|
route: string;
|
|
163
175
|
publicRoute: string;
|
|
164
176
|
private api;
|
|
@@ -166,7 +178,7 @@ declare class Repository$1D implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
166
178
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
167
179
|
}
|
|
168
180
|
|
|
169
|
-
declare class Repository$
|
|
181
|
+
declare class Repository$1D implements Nomalism$1.Proforma.IRepository {
|
|
170
182
|
route: string;
|
|
171
183
|
publicRoute: string;
|
|
172
184
|
private api;
|
|
@@ -174,7 +186,7 @@ declare class Repository$1C implements Nomalism$1.Proforma.IRepository {
|
|
|
174
186
|
create(data: Nomalism$1.Proforma.ICreateRequest): Promise<void>;
|
|
175
187
|
}
|
|
176
188
|
|
|
177
|
-
declare class Repository$
|
|
189
|
+
declare class Repository$1C implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
178
190
|
route: string;
|
|
179
191
|
publicRoute: string;
|
|
180
192
|
private api;
|
|
@@ -182,7 +194,7 @@ declare class Repository$1B implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
182
194
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
183
195
|
}
|
|
184
196
|
|
|
185
|
-
declare class Repository$
|
|
197
|
+
declare class Repository$1B implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
186
198
|
route: string;
|
|
187
199
|
publicRoute: string;
|
|
188
200
|
private api;
|
|
@@ -191,7 +203,7 @@ declare class Repository$1A implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
191
203
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
192
204
|
}
|
|
193
205
|
|
|
194
|
-
declare class Repository$
|
|
206
|
+
declare class Repository$1A implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
195
207
|
route: string;
|
|
196
208
|
publicRoute: string;
|
|
197
209
|
private api;
|
|
@@ -200,7 +212,7 @@ declare class Repository$1z implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
200
212
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
201
213
|
}
|
|
202
214
|
|
|
203
|
-
declare class Repository$
|
|
215
|
+
declare class Repository$1z implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
204
216
|
route: string;
|
|
205
217
|
publicRoute: string;
|
|
206
218
|
private api;
|
|
@@ -208,7 +220,7 @@ declare class Repository$1y implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
208
220
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
209
221
|
}
|
|
210
222
|
|
|
211
|
-
declare class Repository$
|
|
223
|
+
declare class Repository$1y implements Nomalism$1.DocumentLine.IRepository {
|
|
212
224
|
route: string;
|
|
213
225
|
publicRoute: string;
|
|
214
226
|
private api;
|
|
@@ -225,10 +237,10 @@ declare class Repository$1x implements Nomalism$1.DocumentLine.IRepository {
|
|
|
225
237
|
}
|
|
226
238
|
|
|
227
239
|
declare namespace documentLine {
|
|
228
|
-
export { Repository$
|
|
240
|
+
export { Repository$1y as default };
|
|
229
241
|
}
|
|
230
242
|
|
|
231
|
-
declare class Repository$
|
|
243
|
+
declare class Repository$1x implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
232
244
|
route: string;
|
|
233
245
|
publicRoute: string;
|
|
234
246
|
private api;
|
|
@@ -241,10 +253,10 @@ declare class Repository$1w implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
241
253
|
}
|
|
242
254
|
|
|
243
255
|
declare namespace documentLineAssoc {
|
|
244
|
-
export { Repository$
|
|
256
|
+
export { Repository$1x as default };
|
|
245
257
|
}
|
|
246
258
|
|
|
247
|
-
declare class Repository$
|
|
259
|
+
declare class Repository$1w implements Nomalism$1.DocumentType.IApi {
|
|
248
260
|
route: string;
|
|
249
261
|
publicRoute: string;
|
|
250
262
|
private api;
|
|
@@ -258,10 +270,10 @@ declare class Repository$1v implements Nomalism$1.DocumentType.IApi {
|
|
|
258
270
|
}
|
|
259
271
|
|
|
260
272
|
declare namespace documentType {
|
|
261
|
-
export { Repository$
|
|
273
|
+
export { Repository$1w as default };
|
|
262
274
|
}
|
|
263
275
|
|
|
264
|
-
declare class Repository$
|
|
276
|
+
declare class Repository$1v implements Nomalism$1.Favorites.IRepository {
|
|
265
277
|
route: string;
|
|
266
278
|
publicRoute: string;
|
|
267
279
|
private api;
|
|
@@ -273,10 +285,10 @@ declare class Repository$1u implements Nomalism$1.Favorites.IRepository {
|
|
|
273
285
|
}
|
|
274
286
|
|
|
275
287
|
declare namespace favorites {
|
|
276
|
-
export { Repository$
|
|
288
|
+
export { Repository$1v as default };
|
|
277
289
|
}
|
|
278
290
|
|
|
279
|
-
declare class Repository$
|
|
291
|
+
declare class Repository$1u implements Nomalism$1.File.IRepository {
|
|
280
292
|
route: string;
|
|
281
293
|
publicRoute: string;
|
|
282
294
|
private api;
|
|
@@ -288,10 +300,10 @@ declare class Repository$1t implements Nomalism$1.File.IRepository {
|
|
|
288
300
|
}
|
|
289
301
|
|
|
290
302
|
declare namespace file {
|
|
291
|
-
export { Repository$
|
|
303
|
+
export { Repository$1u as default };
|
|
292
304
|
}
|
|
293
305
|
|
|
294
|
-
declare class Repository$
|
|
306
|
+
declare class Repository$1t implements Nomalism$1.GoogleSheets.IController {
|
|
295
307
|
route: string;
|
|
296
308
|
publicRoute: string;
|
|
297
309
|
private api;
|
|
@@ -303,10 +315,10 @@ declare class Repository$1s implements Nomalism$1.GoogleSheets.IController {
|
|
|
303
315
|
}
|
|
304
316
|
|
|
305
317
|
declare namespace googleSheets {
|
|
306
|
-
export { Repository$
|
|
318
|
+
export { Repository$1t as default };
|
|
307
319
|
}
|
|
308
320
|
|
|
309
|
-
declare class Repository$
|
|
321
|
+
declare class Repository$1s implements Nomalism$1.GroupPermissions.IApi {
|
|
310
322
|
route: string;
|
|
311
323
|
publicRoute: string;
|
|
312
324
|
private api;
|
|
@@ -318,11 +330,11 @@ declare class Repository$1r implements Nomalism$1.GroupPermissions.IApi {
|
|
|
318
330
|
}
|
|
319
331
|
|
|
320
332
|
declare namespace groupPermission {
|
|
321
|
-
export { Repository$
|
|
333
|
+
export { Repository$1s as default };
|
|
322
334
|
}
|
|
323
335
|
|
|
324
336
|
type IPaginationResponse$2 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Language.IFindResponse>;
|
|
325
|
-
declare class Repository$
|
|
337
|
+
declare class Repository$1r implements Nomalism$1.Language.IRepository {
|
|
326
338
|
route: string;
|
|
327
339
|
publicRoute: string;
|
|
328
340
|
private api;
|
|
@@ -337,10 +349,10 @@ declare class Repository$1q implements Nomalism$1.Language.IRepository {
|
|
|
337
349
|
}
|
|
338
350
|
|
|
339
351
|
declare namespace language$1 {
|
|
340
|
-
export { type IPaginationResponse$2 as IPaginationResponse, Repository$
|
|
352
|
+
export { type IPaginationResponse$2 as IPaginationResponse, Repository$1r as default };
|
|
341
353
|
}
|
|
342
354
|
|
|
343
|
-
declare class Repository$
|
|
355
|
+
declare class Repository$1q implements Nomalism$1.Location.IRepository {
|
|
344
356
|
route: string;
|
|
345
357
|
publicRoute: string;
|
|
346
358
|
private api;
|
|
@@ -356,10 +368,10 @@ declare class Repository$1p implements Nomalism$1.Location.IRepository {
|
|
|
356
368
|
}
|
|
357
369
|
|
|
358
370
|
declare namespace location {
|
|
359
|
-
export { Repository$
|
|
371
|
+
export { Repository$1q as default };
|
|
360
372
|
}
|
|
361
373
|
|
|
362
|
-
declare class Repository$
|
|
374
|
+
declare class Repository$1p {
|
|
363
375
|
route: string;
|
|
364
376
|
publicRoute: string;
|
|
365
377
|
private api;
|
|
@@ -368,10 +380,10 @@ declare class Repository$1o {
|
|
|
368
380
|
}
|
|
369
381
|
|
|
370
382
|
declare namespace logout {
|
|
371
|
-
export { Repository$
|
|
383
|
+
export { Repository$1p as default };
|
|
372
384
|
}
|
|
373
385
|
|
|
374
|
-
declare class Repository$
|
|
386
|
+
declare class Repository$1o implements Nomalism$1.Multimedia.IApi {
|
|
375
387
|
route: string;
|
|
376
388
|
publicRoute: string;
|
|
377
389
|
private api;
|
|
@@ -381,10 +393,10 @@ declare class Repository$1n implements Nomalism$1.Multimedia.IApi {
|
|
|
381
393
|
}
|
|
382
394
|
|
|
383
395
|
declare namespace multimedia {
|
|
384
|
-
export { Repository$
|
|
396
|
+
export { Repository$1o as default };
|
|
385
397
|
}
|
|
386
398
|
|
|
387
|
-
declare class Repository$
|
|
399
|
+
declare class Repository$1n implements Nomalism$1.Observation.IApi {
|
|
388
400
|
route: string;
|
|
389
401
|
publicRoute: string;
|
|
390
402
|
private api;
|
|
@@ -397,10 +409,10 @@ declare class Repository$1m implements Nomalism$1.Observation.IApi {
|
|
|
397
409
|
}
|
|
398
410
|
|
|
399
411
|
declare namespace observation {
|
|
400
|
-
export { Repository$
|
|
412
|
+
export { Repository$1n as default };
|
|
401
413
|
}
|
|
402
414
|
|
|
403
|
-
declare class Repository$
|
|
415
|
+
declare class Repository$1m implements Nomalism$1.ObservationType.IApi {
|
|
404
416
|
route: string;
|
|
405
417
|
publicRoute: string;
|
|
406
418
|
private api;
|
|
@@ -413,10 +425,10 @@ declare class Repository$1l implements Nomalism$1.ObservationType.IApi {
|
|
|
413
425
|
}
|
|
414
426
|
|
|
415
427
|
declare namespace observationType {
|
|
416
|
-
export { Repository$
|
|
428
|
+
export { Repository$1m as default };
|
|
417
429
|
}
|
|
418
430
|
|
|
419
|
-
declare class Repository$
|
|
431
|
+
declare class Repository$1l implements Nomalism$1.Password.IRepository {
|
|
420
432
|
route: string;
|
|
421
433
|
publicRoute: string;
|
|
422
434
|
private api;
|
|
@@ -426,10 +438,10 @@ declare class Repository$1k implements Nomalism$1.Password.IRepository {
|
|
|
426
438
|
}
|
|
427
439
|
|
|
428
440
|
declare namespace password {
|
|
429
|
-
export { Repository$
|
|
441
|
+
export { Repository$1l as default };
|
|
430
442
|
}
|
|
431
443
|
|
|
432
|
-
declare class Repository$
|
|
444
|
+
declare class Repository$1k implements Nomalism$1.Permissions.IApi {
|
|
433
445
|
route: string;
|
|
434
446
|
publicRoute: string;
|
|
435
447
|
private api;
|
|
@@ -441,10 +453,10 @@ declare class Repository$1j implements Nomalism$1.Permissions.IApi {
|
|
|
441
453
|
}
|
|
442
454
|
|
|
443
455
|
declare namespace permission {
|
|
444
|
-
export { Repository$
|
|
456
|
+
export { Repository$1k as default };
|
|
445
457
|
}
|
|
446
458
|
|
|
447
|
-
declare class Repository$
|
|
459
|
+
declare class Repository$1j implements Nomalism$1.ProductImage.IRepository {
|
|
448
460
|
route: string;
|
|
449
461
|
publicRoute: string;
|
|
450
462
|
private api;
|
|
@@ -459,10 +471,10 @@ declare class Repository$1i implements Nomalism$1.ProductImage.IRepository {
|
|
|
459
471
|
}
|
|
460
472
|
|
|
461
473
|
declare namespace productImage {
|
|
462
|
-
export { Repository$
|
|
474
|
+
export { Repository$1j as default };
|
|
463
475
|
}
|
|
464
476
|
|
|
465
|
-
declare class Repository$
|
|
477
|
+
declare class Repository$1i implements Nomalism$1.Promotion.IRepository {
|
|
466
478
|
route: string;
|
|
467
479
|
publicRoute: string;
|
|
468
480
|
private api;
|
|
@@ -479,10 +491,10 @@ declare class Repository$1h implements Nomalism$1.Promotion.IRepository {
|
|
|
479
491
|
}
|
|
480
492
|
|
|
481
493
|
declare namespace promotion {
|
|
482
|
-
export { Repository$
|
|
494
|
+
export { Repository$1i as default };
|
|
483
495
|
}
|
|
484
496
|
|
|
485
|
-
declare class Repository$
|
|
497
|
+
declare class Repository$1h implements Nomalism$1.PromotionAssoc.IRepository {
|
|
486
498
|
route: string;
|
|
487
499
|
publicRoute: string;
|
|
488
500
|
private api;
|
|
@@ -497,10 +509,10 @@ declare class Repository$1g implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
497
509
|
}
|
|
498
510
|
|
|
499
511
|
declare namespace promotionAssoc {
|
|
500
|
-
export { Repository$
|
|
512
|
+
export { Repository$1h as default };
|
|
501
513
|
}
|
|
502
514
|
|
|
503
|
-
declare class Repository$
|
|
515
|
+
declare class Repository$1g implements Nomalism$1.Providers.IRepository {
|
|
504
516
|
route: string;
|
|
505
517
|
publicRoute: string;
|
|
506
518
|
private api;
|
|
@@ -518,11 +530,11 @@ declare class Repository$1f implements Nomalism$1.Providers.IRepository {
|
|
|
518
530
|
}
|
|
519
531
|
|
|
520
532
|
declare namespace provider {
|
|
521
|
-
export { Repository$
|
|
533
|
+
export { Repository$1g as default };
|
|
522
534
|
}
|
|
523
535
|
|
|
524
536
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
525
|
-
declare class Repository$
|
|
537
|
+
declare class Repository$1f implements Nomalism$1.ProviderType.IRepository {
|
|
526
538
|
route: string;
|
|
527
539
|
publicRoute: string;
|
|
528
540
|
private api;
|
|
@@ -537,10 +549,10 @@ declare class Repository$1e implements Nomalism$1.ProviderType.IRepository {
|
|
|
537
549
|
}
|
|
538
550
|
|
|
539
551
|
declare namespace providerType {
|
|
540
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
552
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1f as default };
|
|
541
553
|
}
|
|
542
554
|
|
|
543
|
-
declare class Repository$
|
|
555
|
+
declare class Repository$1e implements Nomalism$1.PurchaseConditions.IRepository {
|
|
544
556
|
route: string;
|
|
545
557
|
publicRoute: string;
|
|
546
558
|
private api;
|
|
@@ -555,10 +567,10 @@ declare class Repository$1d implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
555
567
|
}
|
|
556
568
|
|
|
557
569
|
declare namespace purchaseCondition {
|
|
558
|
-
export { Repository$
|
|
570
|
+
export { Repository$1e as default };
|
|
559
571
|
}
|
|
560
572
|
|
|
561
|
-
declare class Repository$
|
|
573
|
+
declare class Repository$1d implements Nomalism$1.ReasonForExemption.IRepository {
|
|
562
574
|
route: string;
|
|
563
575
|
publicRoute: string;
|
|
564
576
|
private api;
|
|
@@ -573,10 +585,10 @@ declare class Repository$1c implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
573
585
|
}
|
|
574
586
|
|
|
575
587
|
declare namespace reasonForExemption {
|
|
576
|
-
export { Repository$
|
|
588
|
+
export { Repository$1d as default };
|
|
577
589
|
}
|
|
578
590
|
|
|
579
|
-
declare class Repository$
|
|
591
|
+
declare class Repository$1c implements Nomalism$1.RefreshToken.IRepository {
|
|
580
592
|
route: string;
|
|
581
593
|
publicRoute: string;
|
|
582
594
|
private api;
|
|
@@ -585,10 +597,10 @@ declare class Repository$1b implements Nomalism$1.RefreshToken.IRepository {
|
|
|
585
597
|
}
|
|
586
598
|
|
|
587
599
|
declare namespace refreshToken {
|
|
588
|
-
export { Repository$
|
|
600
|
+
export { Repository$1c as default };
|
|
589
601
|
}
|
|
590
602
|
|
|
591
|
-
declare class Repository$
|
|
603
|
+
declare class Repository$1b implements Nomalism$1.SegmentsArea.IRepository {
|
|
592
604
|
route: string;
|
|
593
605
|
publicRoute: string;
|
|
594
606
|
private api;
|
|
@@ -603,10 +615,10 @@ declare class Repository$1a implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
603
615
|
}
|
|
604
616
|
|
|
605
617
|
declare namespace segmentsArea {
|
|
606
|
-
export { Repository$
|
|
618
|
+
export { Repository$1b as default };
|
|
607
619
|
}
|
|
608
620
|
|
|
609
|
-
declare class Repository$
|
|
621
|
+
declare class Repository$1a implements Nomalism$1.Sessions.IRepository {
|
|
610
622
|
route: string;
|
|
611
623
|
publicRoute: string;
|
|
612
624
|
private api;
|
|
@@ -615,10 +627,10 @@ declare class Repository$19 implements Nomalism$1.Sessions.IRepository {
|
|
|
615
627
|
}
|
|
616
628
|
|
|
617
629
|
declare namespace sessions {
|
|
618
|
-
export { Repository$
|
|
630
|
+
export { Repository$1a as default };
|
|
619
631
|
}
|
|
620
632
|
|
|
621
|
-
declare class Repository$
|
|
633
|
+
declare class Repository$19 implements Nomalism$1.Shippings.IRepository {
|
|
622
634
|
route: string;
|
|
623
635
|
publicRoute: string;
|
|
624
636
|
private api;
|
|
@@ -633,10 +645,10 @@ declare class Repository$18 implements Nomalism$1.Shippings.IRepository {
|
|
|
633
645
|
}
|
|
634
646
|
|
|
635
647
|
declare namespace shippings {
|
|
636
|
-
export { Repository$
|
|
648
|
+
export { Repository$19 as default };
|
|
637
649
|
}
|
|
638
650
|
|
|
639
|
-
declare class Repository$
|
|
651
|
+
declare class Repository$18 implements Nomalism$1.StoreOperator.IRepository {
|
|
640
652
|
route: string;
|
|
641
653
|
publicRoute: string;
|
|
642
654
|
private api;
|
|
@@ -650,11 +662,11 @@ declare class Repository$17 implements Nomalism$1.StoreOperator.IRepository {
|
|
|
650
662
|
}
|
|
651
663
|
|
|
652
664
|
declare namespace storeOperator {
|
|
653
|
-
export { Repository$
|
|
665
|
+
export { Repository$18 as default };
|
|
654
666
|
}
|
|
655
667
|
|
|
656
668
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
657
|
-
declare class Repository$
|
|
669
|
+
declare class Repository$17 implements Nomalism$1.Swift.IRepository {
|
|
658
670
|
route: string;
|
|
659
671
|
publicRoute: string;
|
|
660
672
|
private api;
|
|
@@ -670,10 +682,10 @@ declare class Repository$16 implements Nomalism$1.Swift.IRepository {
|
|
|
670
682
|
|
|
671
683
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
672
684
|
declare namespace swift {
|
|
673
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
685
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$17 as default };
|
|
674
686
|
}
|
|
675
687
|
|
|
676
|
-
declare class Repository$
|
|
688
|
+
declare class Repository$16 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
677
689
|
route: string;
|
|
678
690
|
publicRoute: string;
|
|
679
691
|
private api;
|
|
@@ -689,10 +701,10 @@ declare class Repository$15 implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
689
701
|
}
|
|
690
702
|
|
|
691
703
|
declare namespace typeOfLocation {
|
|
692
|
-
export { Repository$
|
|
704
|
+
export { Repository$16 as default };
|
|
693
705
|
}
|
|
694
706
|
|
|
695
|
-
declare class Repository$
|
|
707
|
+
declare class Repository$15 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
696
708
|
route: string;
|
|
697
709
|
publicRoute: string;
|
|
698
710
|
private api;
|
|
@@ -708,10 +720,10 @@ declare class Repository$14 implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
708
720
|
}
|
|
709
721
|
|
|
710
722
|
declare namespace unitOfMeasure {
|
|
711
|
-
export { Repository$
|
|
723
|
+
export { Repository$15 as default };
|
|
712
724
|
}
|
|
713
725
|
|
|
714
|
-
declare class Repository$
|
|
726
|
+
declare class Repository$14 implements Nomalism$1.UserPermissions.IRepository {
|
|
715
727
|
route: string;
|
|
716
728
|
publicRoute: string;
|
|
717
729
|
private api;
|
|
@@ -722,10 +734,10 @@ declare class Repository$13 implements Nomalism$1.UserPermissions.IRepository {
|
|
|
722
734
|
}
|
|
723
735
|
|
|
724
736
|
declare namespace userPermission {
|
|
725
|
-
export { Repository$
|
|
737
|
+
export { Repository$14 as default };
|
|
726
738
|
}
|
|
727
739
|
|
|
728
|
-
declare class Repository$
|
|
740
|
+
declare class Repository$13 implements Nomalism$1.UserPositions.IRepository {
|
|
729
741
|
route: string;
|
|
730
742
|
publicRoute: string;
|
|
731
743
|
private api;
|
|
@@ -740,10 +752,10 @@ declare class Repository$12 implements Nomalism$1.UserPositions.IRepository {
|
|
|
740
752
|
}
|
|
741
753
|
|
|
742
754
|
declare namespace userPositions {
|
|
743
|
-
export { Repository$
|
|
755
|
+
export { Repository$13 as default };
|
|
744
756
|
}
|
|
745
757
|
|
|
746
|
-
declare class Repository$
|
|
758
|
+
declare class Repository$12 implements Nomalism$1.Users.IApi {
|
|
747
759
|
route: string;
|
|
748
760
|
publicRoute: string;
|
|
749
761
|
private api;
|
|
@@ -760,10 +772,10 @@ declare class Repository$11 implements Nomalism$1.Users.IApi {
|
|
|
760
772
|
}
|
|
761
773
|
|
|
762
774
|
declare namespace user {
|
|
763
|
-
export { Repository$
|
|
775
|
+
export { Repository$12 as default };
|
|
764
776
|
}
|
|
765
777
|
|
|
766
|
-
declare class Repository$
|
|
778
|
+
declare class Repository$11 implements Nomalism$1.VatTax.IRepository {
|
|
767
779
|
route: string;
|
|
768
780
|
publicRoute: string;
|
|
769
781
|
private api;
|
|
@@ -779,10 +791,10 @@ declare class Repository$10 implements Nomalism$1.VatTax.IRepository {
|
|
|
779
791
|
}
|
|
780
792
|
|
|
781
793
|
declare namespace vatTax {
|
|
782
|
-
export { Repository$
|
|
794
|
+
export { Repository$11 as default };
|
|
783
795
|
}
|
|
784
796
|
|
|
785
|
-
declare class Repository
|
|
797
|
+
declare class Repository$10 implements Nomalism$1.VatTaxZone.IRepository {
|
|
786
798
|
route: string;
|
|
787
799
|
publicRoute: string;
|
|
788
800
|
private api;
|
|
@@ -798,10 +810,10 @@ declare class Repository$$ implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
798
810
|
}
|
|
799
811
|
|
|
800
812
|
declare namespace vatTaxZone {
|
|
801
|
-
export { Repository
|
|
813
|
+
export { Repository$10 as default };
|
|
802
814
|
}
|
|
803
815
|
|
|
804
|
-
declare class Repository
|
|
816
|
+
declare class Repository$$ implements Nomalism$1.Workflow.IApi {
|
|
805
817
|
route: string;
|
|
806
818
|
publicRoute: string;
|
|
807
819
|
private api;
|
|
@@ -814,10 +826,10 @@ declare class Repository$_ implements Nomalism$1.Workflow.IApi {
|
|
|
814
826
|
}
|
|
815
827
|
|
|
816
828
|
declare namespace workflow {
|
|
817
|
-
export { Repository
|
|
829
|
+
export { Repository$$ as default };
|
|
818
830
|
}
|
|
819
831
|
|
|
820
|
-
declare class Repository$
|
|
832
|
+
declare class Repository$_ implements Nomalism$1.DeliveryMethods.IRepository {
|
|
821
833
|
route: string;
|
|
822
834
|
publicRoute: string;
|
|
823
835
|
private api;
|
|
@@ -831,10 +843,10 @@ declare class Repository$Z implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
831
843
|
}
|
|
832
844
|
|
|
833
845
|
declare namespace deliveryMethods {
|
|
834
|
-
export { Repository$
|
|
846
|
+
export { Repository$_ as default };
|
|
835
847
|
}
|
|
836
848
|
|
|
837
|
-
declare class Repository$
|
|
849
|
+
declare class Repository$Z implements Nomalism$1.MaturityDates.IRepository {
|
|
838
850
|
route: string;
|
|
839
851
|
publicRoute: string;
|
|
840
852
|
private api;
|
|
@@ -848,10 +860,10 @@ declare class Repository$Y implements Nomalism$1.MaturityDates.IRepository {
|
|
|
848
860
|
}
|
|
849
861
|
|
|
850
862
|
declare namespace maturityDates {
|
|
851
|
-
export { Repository$
|
|
863
|
+
export { Repository$Z as default };
|
|
852
864
|
}
|
|
853
865
|
|
|
854
|
-
declare class Repository$
|
|
866
|
+
declare class Repository$Y implements Nomalism$1.PaymentMethods.IRepository {
|
|
855
867
|
route: string;
|
|
856
868
|
publicRoute: string;
|
|
857
869
|
private api;
|
|
@@ -865,10 +877,10 @@ declare class Repository$X implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
865
877
|
}
|
|
866
878
|
|
|
867
879
|
declare namespace paymentMethods {
|
|
868
|
-
export { Repository$
|
|
880
|
+
export { Repository$Y as default };
|
|
869
881
|
}
|
|
870
882
|
|
|
871
|
-
declare class Repository$
|
|
883
|
+
declare class Repository$X implements Nomalism$1.Vehicles.IApi {
|
|
872
884
|
route: string;
|
|
873
885
|
publicRoute: string;
|
|
874
886
|
private api;
|
|
@@ -880,10 +892,10 @@ declare class Repository$W implements Nomalism$1.Vehicles.IApi {
|
|
|
880
892
|
}
|
|
881
893
|
|
|
882
894
|
declare namespace vehicles {
|
|
883
|
-
export { Repository$
|
|
895
|
+
export { Repository$X as default };
|
|
884
896
|
}
|
|
885
897
|
|
|
886
|
-
declare class Repository$
|
|
898
|
+
declare class Repository$W implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
887
899
|
route: string;
|
|
888
900
|
publicRoute: string;
|
|
889
901
|
private api;
|
|
@@ -893,10 +905,10 @@ declare class Repository$V implements Nomalism$1.ExternalDocumentType.IRepositor
|
|
|
893
905
|
}
|
|
894
906
|
|
|
895
907
|
declare namespace externalDocumentType {
|
|
896
|
-
export { Repository$
|
|
908
|
+
export { Repository$W as default };
|
|
897
909
|
}
|
|
898
910
|
|
|
899
|
-
declare class Repository$
|
|
911
|
+
declare class Repository$V implements Nomalism$1.DocumentSet.IRepository {
|
|
900
912
|
route: string;
|
|
901
913
|
publicRoute: string;
|
|
902
914
|
private api;
|
|
@@ -910,10 +922,10 @@ declare class Repository$U implements Nomalism$1.DocumentSet.IRepository {
|
|
|
910
922
|
}
|
|
911
923
|
|
|
912
924
|
declare namespace documentSet {
|
|
913
|
-
export { Repository$
|
|
925
|
+
export { Repository$V as default };
|
|
914
926
|
}
|
|
915
927
|
|
|
916
|
-
declare class Repository$
|
|
928
|
+
declare class Repository$U implements Nomalism$1.Payment.IRepository {
|
|
917
929
|
route: string;
|
|
918
930
|
publicRoute: string;
|
|
919
931
|
private api;
|
|
@@ -939,10 +951,10 @@ declare class Repository$T implements Nomalism$1.Payment.IRepository {
|
|
|
939
951
|
}
|
|
940
952
|
|
|
941
953
|
declare namespace payment {
|
|
942
|
-
export { Repository$
|
|
954
|
+
export { Repository$U as default };
|
|
943
955
|
}
|
|
944
956
|
|
|
945
|
-
declare class Repository$
|
|
957
|
+
declare class Repository$T implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
946
958
|
route: string;
|
|
947
959
|
publicRoute: string;
|
|
948
960
|
private api;
|
|
@@ -956,15 +968,15 @@ declare class Repository$S implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
956
968
|
findPaginated(params: Nomalism$1.ExternalDocumentHeader.IFindPaginatedRequest): Promise<Nomalism$1.ExternalDocumentHeader.IFindWithPaginationResponse>;
|
|
957
969
|
deleteOne(params?: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.ExternalDocumentHeader.Entity | null>;
|
|
958
970
|
sendEmailDocument(body: Nomalism$1.ExternalDocumentHeader.ISendEmailDocumentRequest): Promise<void>;
|
|
959
|
-
|
|
960
|
-
|
|
971
|
+
createPublicDocumentHeaderNote(data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteCreateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
972
|
+
updatePublicDocumentHeaderNote({ id }: Nomalism$1.shared.IFindByIdRequest, data: Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNoteUpdateRequest[]): Promise<Nomalism$1.ExternalDocumentHeader.PublicDocumentHeaderNote[]>;
|
|
961
973
|
}
|
|
962
974
|
|
|
963
975
|
declare namespace externalDocumentHeader {
|
|
964
|
-
export { Repository$
|
|
976
|
+
export { Repository$T as default };
|
|
965
977
|
}
|
|
966
978
|
|
|
967
|
-
declare class Repository$
|
|
979
|
+
declare class Repository$S implements Nomalism$1.VatValidation.IRepository {
|
|
968
980
|
route: string;
|
|
969
981
|
publicRoute: string;
|
|
970
982
|
private api;
|
|
@@ -973,10 +985,10 @@ declare class Repository$R implements Nomalism$1.VatValidation.IRepository {
|
|
|
973
985
|
}
|
|
974
986
|
|
|
975
987
|
declare namespace vatValidation {
|
|
976
|
-
export { Repository$
|
|
988
|
+
export { Repository$S as default };
|
|
977
989
|
}
|
|
978
990
|
|
|
979
|
-
declare class Repository$
|
|
991
|
+
declare class Repository$R implements Nomalism$1.StockMovement.IRepository {
|
|
980
992
|
route: string;
|
|
981
993
|
publicRoute: string;
|
|
982
994
|
private api;
|
|
@@ -989,10 +1001,10 @@ declare class Repository$Q implements Nomalism$1.StockMovement.IRepository {
|
|
|
989
1001
|
}
|
|
990
1002
|
|
|
991
1003
|
declare namespace stockMovement {
|
|
992
|
-
export { Repository$
|
|
1004
|
+
export { Repository$R as default };
|
|
993
1005
|
}
|
|
994
1006
|
|
|
995
|
-
declare class Repository$
|
|
1007
|
+
declare class Repository$Q implements Nomalism$1.ZipCode.IRepository {
|
|
996
1008
|
route: string;
|
|
997
1009
|
publicRoute: string;
|
|
998
1010
|
private api;
|
|
@@ -1002,10 +1014,10 @@ declare class Repository$P implements Nomalism$1.ZipCode.IRepository {
|
|
|
1002
1014
|
}
|
|
1003
1015
|
|
|
1004
1016
|
declare namespace zipCode {
|
|
1005
|
-
export { Repository$
|
|
1017
|
+
export { Repository$Q as default };
|
|
1006
1018
|
}
|
|
1007
1019
|
|
|
1008
|
-
declare class Repository$
|
|
1020
|
+
declare class Repository$P implements Nomalism$1.Tenant.IRepository {
|
|
1009
1021
|
route: string;
|
|
1010
1022
|
publicRoute: string;
|
|
1011
1023
|
private api;
|
|
@@ -1017,10 +1029,10 @@ declare class Repository$O implements Nomalism$1.Tenant.IRepository {
|
|
|
1017
1029
|
}
|
|
1018
1030
|
|
|
1019
1031
|
declare namespace tenant {
|
|
1020
|
-
export { Repository$
|
|
1032
|
+
export { Repository$P as default };
|
|
1021
1033
|
}
|
|
1022
1034
|
|
|
1023
|
-
declare class Repository$
|
|
1035
|
+
declare class Repository$O implements Nomalism$1.PreSale.IRepository {
|
|
1024
1036
|
route: string;
|
|
1025
1037
|
publicRoute: string;
|
|
1026
1038
|
private api;
|
|
@@ -1036,10 +1048,10 @@ declare class Repository$N implements Nomalism$1.PreSale.IRepository {
|
|
|
1036
1048
|
}
|
|
1037
1049
|
|
|
1038
1050
|
declare namespace preSale {
|
|
1039
|
-
export { Repository$
|
|
1051
|
+
export { Repository$O as default };
|
|
1040
1052
|
}
|
|
1041
1053
|
|
|
1042
|
-
declare class Repository$
|
|
1054
|
+
declare class Repository$N implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1043
1055
|
route: string;
|
|
1044
1056
|
publicRoute: string;
|
|
1045
1057
|
private api;
|
|
@@ -1049,10 +1061,10 @@ declare class Repository$M implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1049
1061
|
}
|
|
1050
1062
|
|
|
1051
1063
|
declare namespace preSaleProduct {
|
|
1052
|
-
export { Repository$
|
|
1064
|
+
export { Repository$N as default };
|
|
1053
1065
|
}
|
|
1054
1066
|
|
|
1055
|
-
declare class Repository$
|
|
1067
|
+
declare class Repository$M implements Nomalism$1.OrderManagement.IRepository {
|
|
1056
1068
|
route: string;
|
|
1057
1069
|
publicRoute: string;
|
|
1058
1070
|
private api;
|
|
@@ -1062,10 +1074,10 @@ declare class Repository$L implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1062
1074
|
}
|
|
1063
1075
|
|
|
1064
1076
|
declare namespace orderManagement {
|
|
1065
|
-
export { Repository$
|
|
1077
|
+
export { Repository$M as default };
|
|
1066
1078
|
}
|
|
1067
1079
|
|
|
1068
|
-
declare class Repository$
|
|
1080
|
+
declare class Repository$L implements Nomalism$1.Npc.IRepository {
|
|
1069
1081
|
route: string;
|
|
1070
1082
|
publicRoute: string;
|
|
1071
1083
|
private api;
|
|
@@ -1076,10 +1088,10 @@ declare class Repository$K implements Nomalism$1.Npc.IRepository {
|
|
|
1076
1088
|
}
|
|
1077
1089
|
|
|
1078
1090
|
declare namespace npc {
|
|
1079
|
-
export { Repository$
|
|
1091
|
+
export { Repository$L as default };
|
|
1080
1092
|
}
|
|
1081
1093
|
|
|
1082
|
-
declare class Repository$
|
|
1094
|
+
declare class Repository$K implements Nomalism$1.Printer.IRepository {
|
|
1083
1095
|
route: string;
|
|
1084
1096
|
publicRoute: string;
|
|
1085
1097
|
private api;
|
|
@@ -1092,10 +1104,10 @@ declare class Repository$J implements Nomalism$1.Printer.IRepository {
|
|
|
1092
1104
|
}
|
|
1093
1105
|
|
|
1094
1106
|
declare namespace printer {
|
|
1095
|
-
export { Repository$
|
|
1107
|
+
export { Repository$K as default };
|
|
1096
1108
|
}
|
|
1097
1109
|
|
|
1098
|
-
declare class Repository$
|
|
1110
|
+
declare class Repository$J implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1099
1111
|
route: string;
|
|
1100
1112
|
publicRoute: string;
|
|
1101
1113
|
private api;
|
|
@@ -1108,10 +1120,10 @@ declare class Repository$I implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1108
1120
|
}
|
|
1109
1121
|
|
|
1110
1122
|
declare namespace schedulePrintJob {
|
|
1111
|
-
export { Repository$
|
|
1123
|
+
export { Repository$J as default };
|
|
1112
1124
|
}
|
|
1113
1125
|
|
|
1114
|
-
declare class Repository$
|
|
1126
|
+
declare class Repository$I implements Nomalism$1.QueryList.IRepository {
|
|
1115
1127
|
route: string;
|
|
1116
1128
|
publicRoute: string;
|
|
1117
1129
|
private api;
|
|
@@ -1126,10 +1138,10 @@ declare class Repository$H implements Nomalism$1.QueryList.IRepository {
|
|
|
1126
1138
|
}
|
|
1127
1139
|
|
|
1128
1140
|
declare namespace queryList {
|
|
1129
|
-
export { Repository$
|
|
1141
|
+
export { Repository$I as default };
|
|
1130
1142
|
}
|
|
1131
1143
|
|
|
1132
|
-
declare class Repository$
|
|
1144
|
+
declare class Repository$H implements Nomalism$1.QueryParameter.IRepository {
|
|
1133
1145
|
route: string;
|
|
1134
1146
|
publicRoute: string;
|
|
1135
1147
|
private api;
|
|
@@ -1143,10 +1155,10 @@ declare class Repository$G implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1143
1155
|
}
|
|
1144
1156
|
|
|
1145
1157
|
declare namespace queryParameter {
|
|
1146
|
-
export { Repository$
|
|
1158
|
+
export { Repository$H as default };
|
|
1147
1159
|
}
|
|
1148
1160
|
|
|
1149
|
-
declare class Repository$
|
|
1161
|
+
declare class Repository$G implements Nomalism$1.ReturnReason.IRepository {
|
|
1150
1162
|
route: string;
|
|
1151
1163
|
publicRoute: string;
|
|
1152
1164
|
private api;
|
|
@@ -1158,10 +1170,10 @@ declare class Repository$F implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1158
1170
|
}
|
|
1159
1171
|
|
|
1160
1172
|
declare namespace returnReason {
|
|
1161
|
-
export { Repository$
|
|
1173
|
+
export { Repository$G as default };
|
|
1162
1174
|
}
|
|
1163
1175
|
|
|
1164
|
-
declare class Repository$
|
|
1176
|
+
declare class Repository$F implements Nomalism$1.PropostaSheets.IRepository {
|
|
1165
1177
|
route: string;
|
|
1166
1178
|
publicRoute: string;
|
|
1167
1179
|
private api;
|
|
@@ -1178,10 +1190,10 @@ declare class Repository$E implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1178
1190
|
}
|
|
1179
1191
|
|
|
1180
1192
|
declare namespace propostaSheets {
|
|
1181
|
-
export { Repository$
|
|
1193
|
+
export { Repository$F as default };
|
|
1182
1194
|
}
|
|
1183
1195
|
|
|
1184
|
-
declare class Repository$
|
|
1196
|
+
declare class Repository$E implements Nomalism$1.Schedule.IRepository {
|
|
1185
1197
|
route: string;
|
|
1186
1198
|
publicRoute: string;
|
|
1187
1199
|
private api;
|
|
@@ -1190,10 +1202,10 @@ declare class Repository$D implements Nomalism$1.Schedule.IRepository {
|
|
|
1190
1202
|
}
|
|
1191
1203
|
|
|
1192
1204
|
declare namespace schedule {
|
|
1193
|
-
export { Repository$
|
|
1205
|
+
export { Repository$E as default };
|
|
1194
1206
|
}
|
|
1195
1207
|
|
|
1196
|
-
declare class Repository$
|
|
1208
|
+
declare class Repository$D implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1197
1209
|
route: string;
|
|
1198
1210
|
publicRoute: string;
|
|
1199
1211
|
private api;
|
|
@@ -1205,10 +1217,10 @@ declare class Repository$C implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1205
1217
|
}
|
|
1206
1218
|
|
|
1207
1219
|
declare namespace googleFilePermission {
|
|
1208
|
-
export { Repository$
|
|
1220
|
+
export { Repository$D as default };
|
|
1209
1221
|
}
|
|
1210
1222
|
|
|
1211
|
-
declare class Repository$
|
|
1223
|
+
declare class Repository$C implements Nomalism$1.Settings.IRepository {
|
|
1212
1224
|
route: string;
|
|
1213
1225
|
publicRoute: string;
|
|
1214
1226
|
private api;
|
|
@@ -1221,10 +1233,10 @@ declare class Repository$B implements Nomalism$1.Settings.IRepository {
|
|
|
1221
1233
|
}
|
|
1222
1234
|
|
|
1223
1235
|
declare namespace settings {
|
|
1224
|
-
export { Repository$
|
|
1236
|
+
export { Repository$C as default };
|
|
1225
1237
|
}
|
|
1226
1238
|
|
|
1227
|
-
declare class Repository$
|
|
1239
|
+
declare class Repository$B implements Nomalism$1.Tickets.IRepository {
|
|
1228
1240
|
route: string;
|
|
1229
1241
|
publicRoute: string;
|
|
1230
1242
|
private api;
|
|
@@ -1236,10 +1248,10 @@ declare class Repository$A implements Nomalism$1.Tickets.IRepository {
|
|
|
1236
1248
|
}
|
|
1237
1249
|
|
|
1238
1250
|
declare namespace tickets {
|
|
1239
|
-
export { Repository$
|
|
1251
|
+
export { Repository$B as default };
|
|
1240
1252
|
}
|
|
1241
1253
|
|
|
1242
|
-
declare class Repository$
|
|
1254
|
+
declare class Repository$A implements Nomalism$1.Channel.IRepository {
|
|
1243
1255
|
route: string;
|
|
1244
1256
|
publicRoute: string;
|
|
1245
1257
|
private api;
|
|
@@ -1253,10 +1265,10 @@ declare class Repository$z implements Nomalism$1.Channel.IRepository {
|
|
|
1253
1265
|
}
|
|
1254
1266
|
|
|
1255
1267
|
declare namespace channel {
|
|
1256
|
-
export { Repository$
|
|
1268
|
+
export { Repository$A as default };
|
|
1257
1269
|
}
|
|
1258
1270
|
|
|
1259
|
-
declare class Repository$
|
|
1271
|
+
declare class Repository$z implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1260
1272
|
route: string;
|
|
1261
1273
|
publicRoute: string;
|
|
1262
1274
|
private api;
|
|
@@ -1270,10 +1282,10 @@ declare class Repository$y implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1270
1282
|
}
|
|
1271
1283
|
|
|
1272
1284
|
declare namespace language {
|
|
1273
|
-
export { Repository$
|
|
1285
|
+
export { Repository$z as default };
|
|
1274
1286
|
}
|
|
1275
1287
|
|
|
1276
|
-
declare class Repository$
|
|
1288
|
+
declare class Repository$y implements Nomalism$1.CLT.IRepository {
|
|
1277
1289
|
route: string;
|
|
1278
1290
|
publicRoute: string;
|
|
1279
1291
|
private api;
|
|
@@ -1287,10 +1299,10 @@ declare class Repository$x implements Nomalism$1.CLT.IRepository {
|
|
|
1287
1299
|
}
|
|
1288
1300
|
|
|
1289
1301
|
declare namespace clt {
|
|
1290
|
-
export { Repository$
|
|
1302
|
+
export { Repository$y as default };
|
|
1291
1303
|
}
|
|
1292
1304
|
|
|
1293
|
-
declare class Repository$
|
|
1305
|
+
declare class Repository$x implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1294
1306
|
route: string;
|
|
1295
1307
|
publicRoute: string;
|
|
1296
1308
|
private api;
|
|
@@ -1299,10 +1311,10 @@ declare class Repository$w implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1299
1311
|
}
|
|
1300
1312
|
|
|
1301
1313
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1302
|
-
export { Repository$
|
|
1314
|
+
export { Repository$x as default };
|
|
1303
1315
|
}
|
|
1304
1316
|
|
|
1305
|
-
declare class Repository$
|
|
1317
|
+
declare class Repository$w implements Nomalism$1.Persona.IRepository {
|
|
1306
1318
|
route: string;
|
|
1307
1319
|
publicRoute: string;
|
|
1308
1320
|
private api;
|
|
@@ -1316,13 +1328,14 @@ declare class Repository$v implements Nomalism$1.Persona.IRepository {
|
|
|
1316
1328
|
findByBasic(params: Nomalism$1.Persona.IBasicSearchRequest): Promise<Nomalism$1.shared.IPaginationResponse<Nomalism$1.Persona.IBasicSearchResponse>>;
|
|
1317
1329
|
find(data: Nomalism$1.Persona.IFindRequest): Promise<Nomalism$1.Persona.IFindResponse[]>;
|
|
1318
1330
|
findByEmail(data: Nomalism$1.Persona.IFindByEmailRequest): Promise<Nomalism$1.Persona.IFindByEmailResponse[]>;
|
|
1331
|
+
findClientOrProvider(params: Nomalism$1.Persona.IFindClientOrProviderRequest): Promise<Nomalism$1.Persona.IFindClientOrProviderResponse[]>;
|
|
1319
1332
|
}
|
|
1320
1333
|
|
|
1321
1334
|
declare namespace persona {
|
|
1322
|
-
export { Repository$
|
|
1335
|
+
export { Repository$w as default };
|
|
1323
1336
|
}
|
|
1324
1337
|
|
|
1325
|
-
declare class Repository$
|
|
1338
|
+
declare class Repository$v implements Nomalism$1.ProjectInfo.IController {
|
|
1326
1339
|
route: string;
|
|
1327
1340
|
publicRoute: string;
|
|
1328
1341
|
private api;
|
|
@@ -1331,31 +1344,28 @@ declare class Repository$u implements Nomalism$1.ProjectInfo.IController {
|
|
|
1331
1344
|
}
|
|
1332
1345
|
|
|
1333
1346
|
declare namespace projectInfo {
|
|
1334
|
-
export { Repository$
|
|
1347
|
+
export { Repository$v as default };
|
|
1335
1348
|
}
|
|
1336
1349
|
|
|
1337
|
-
declare class Repository$
|
|
1350
|
+
declare class Repository$u implements Nomalism$1.Order.IRepository {
|
|
1338
1351
|
route: string;
|
|
1339
1352
|
publicRoute: string;
|
|
1340
1353
|
private api;
|
|
1341
1354
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1342
1355
|
unsetCativado(params: Nomalism$1.Order.IUnsetCativado): Promise<void>;
|
|
1343
|
-
findStockToOrder(params: Nomalism$1.Order.IFindStockToOrderRequest): Promise<Nomalism$1.Order.IFindStockToOrderResponse[]>;
|
|
1344
|
-
findProvidersWithStockToOrder(): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
1345
|
-
undoEncomendaVA(data: Nomalism$1.Order.IFindByIdsRequest): Promise<void>;
|
|
1346
1356
|
setProvider(data: Nomalism$1.Order.ISetProviderRequest): Promise<void>;
|
|
1347
1357
|
unsetProvider({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1348
|
-
|
|
1358
|
+
unlinkFromProviderOrder(data: Nomalism$1.Order.IFindByIdsRequest): Promise<void>;
|
|
1349
1359
|
undoProviderOrder(data: Nomalism$1.Order.IUndoProviderOrderRequest): Promise<void>;
|
|
1350
1360
|
conferirEncomendaCliente(data: Nomalism$1.Order.IConferirEncomendaClienteRequest): Promise<Nomalism$1.Order.IConferirEncomendaClienteResponse[]>;
|
|
1351
1361
|
find(params: Nomalism$1.Order.IFindRequest): Promise<Nomalism$1.Order.IFindResponse[]>;
|
|
1352
1362
|
}
|
|
1353
1363
|
|
|
1354
1364
|
declare namespace order {
|
|
1355
|
-
export { Repository$
|
|
1365
|
+
export { Repository$u as default };
|
|
1356
1366
|
}
|
|
1357
1367
|
|
|
1358
|
-
declare class Repository$
|
|
1368
|
+
declare class Repository$t implements Nomalism$1.Purchase.IApi {
|
|
1359
1369
|
route: string;
|
|
1360
1370
|
publicRoute: string;
|
|
1361
1371
|
private api;
|
|
@@ -1367,10 +1377,10 @@ declare class Repository$s implements Nomalism$1.Purchase.IApi {
|
|
|
1367
1377
|
}
|
|
1368
1378
|
|
|
1369
1379
|
declare namespace purchase {
|
|
1370
|
-
export { Repository$
|
|
1380
|
+
export { Repository$t as default };
|
|
1371
1381
|
}
|
|
1372
1382
|
|
|
1373
|
-
declare class Repository$
|
|
1383
|
+
declare class Repository$s implements Nomalism$1.MaterialEntrance.IApi {
|
|
1374
1384
|
route: string;
|
|
1375
1385
|
publicRoute: string;
|
|
1376
1386
|
private api;
|
|
@@ -1384,10 +1394,10 @@ declare class Repository$r implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1384
1394
|
}
|
|
1385
1395
|
|
|
1386
1396
|
declare namespace materialEntrance {
|
|
1387
|
-
export { Repository$
|
|
1397
|
+
export { Repository$s as default };
|
|
1388
1398
|
}
|
|
1389
1399
|
|
|
1390
|
-
declare class Repository$
|
|
1400
|
+
declare class Repository$r implements Nomalism$1.Transformado.IRepository {
|
|
1391
1401
|
route: string;
|
|
1392
1402
|
publicRoute: string;
|
|
1393
1403
|
private api;
|
|
@@ -1396,10 +1406,10 @@ declare class Repository$q implements Nomalism$1.Transformado.IRepository {
|
|
|
1396
1406
|
}
|
|
1397
1407
|
|
|
1398
1408
|
declare namespace transformado {
|
|
1399
|
-
export { Repository$
|
|
1409
|
+
export { Repository$r as default };
|
|
1400
1410
|
}
|
|
1401
1411
|
|
|
1402
|
-
declare class Repository$
|
|
1412
|
+
declare class Repository$q implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1403
1413
|
route: string;
|
|
1404
1414
|
publicRoute: string;
|
|
1405
1415
|
private api;
|
|
@@ -1408,10 +1418,10 @@ declare class Repository$p implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1408
1418
|
}
|
|
1409
1419
|
|
|
1410
1420
|
declare namespace upfrontReturn {
|
|
1411
|
-
export { Repository$
|
|
1421
|
+
export { Repository$q as default };
|
|
1412
1422
|
}
|
|
1413
1423
|
|
|
1414
|
-
declare class Repository$
|
|
1424
|
+
declare class Repository$p implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1415
1425
|
route: string;
|
|
1416
1426
|
publicRoute: string;
|
|
1417
1427
|
private api;
|
|
@@ -1423,10 +1433,10 @@ declare class Repository$o implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1423
1433
|
}
|
|
1424
1434
|
|
|
1425
1435
|
declare namespace savedEmPicking {
|
|
1426
|
-
export { Repository$
|
|
1436
|
+
export { Repository$p as default };
|
|
1427
1437
|
}
|
|
1428
1438
|
|
|
1429
|
-
declare class Repository$
|
|
1439
|
+
declare class Repository$o implements Nomalism$1.EmailTemplate.IRepository {
|
|
1430
1440
|
route: string;
|
|
1431
1441
|
publicRoute: string;
|
|
1432
1442
|
private api;
|
|
@@ -1439,10 +1449,10 @@ declare class Repository$n implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1439
1449
|
}
|
|
1440
1450
|
|
|
1441
1451
|
declare namespace emailTemplate {
|
|
1442
|
-
export { Repository$
|
|
1452
|
+
export { Repository$o as default };
|
|
1443
1453
|
}
|
|
1444
1454
|
|
|
1445
|
-
declare class Repository$
|
|
1455
|
+
declare class Repository$n implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1446
1456
|
route: string;
|
|
1447
1457
|
publicRoute: string;
|
|
1448
1458
|
private api;
|
|
@@ -1452,10 +1462,10 @@ declare class Repository$m implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1452
1462
|
}
|
|
1453
1463
|
|
|
1454
1464
|
declare namespace emailTemplateAttachment {
|
|
1455
|
-
export { Repository$
|
|
1465
|
+
export { Repository$n as default };
|
|
1456
1466
|
}
|
|
1457
1467
|
|
|
1458
|
-
declare class Repository$
|
|
1468
|
+
declare class Repository$m implements Nomalism$1.Prison.IRepository {
|
|
1459
1469
|
route: string;
|
|
1460
1470
|
publicRoute: string;
|
|
1461
1471
|
private api;
|
|
@@ -1469,10 +1479,10 @@ declare class Repository$l implements Nomalism$1.Prison.IRepository {
|
|
|
1469
1479
|
}
|
|
1470
1480
|
|
|
1471
1481
|
declare namespace prison {
|
|
1472
|
-
export { Repository$
|
|
1482
|
+
export { Repository$m as default };
|
|
1473
1483
|
}
|
|
1474
1484
|
|
|
1475
|
-
declare class Repository$
|
|
1485
|
+
declare class Repository$l implements Nomalism$1.Quebra.IRepository {
|
|
1476
1486
|
route: string;
|
|
1477
1487
|
publicRoute: string;
|
|
1478
1488
|
private api;
|
|
@@ -1485,10 +1495,10 @@ declare class Repository$k implements Nomalism$1.Quebra.IRepository {
|
|
|
1485
1495
|
}
|
|
1486
1496
|
|
|
1487
1497
|
declare namespace quebra {
|
|
1488
|
-
export { Repository$
|
|
1498
|
+
export { Repository$l as default };
|
|
1489
1499
|
}
|
|
1490
1500
|
|
|
1491
|
-
declare class Repository$
|
|
1501
|
+
declare class Repository$k implements Nomalism$1.Inventario.IRepository {
|
|
1492
1502
|
route: string;
|
|
1493
1503
|
publicRoute: string;
|
|
1494
1504
|
private api;
|
|
@@ -1497,10 +1507,10 @@ declare class Repository$j implements Nomalism$1.Inventario.IRepository {
|
|
|
1497
1507
|
}
|
|
1498
1508
|
|
|
1499
1509
|
declare namespace inventario {
|
|
1500
|
-
export { Repository$
|
|
1510
|
+
export { Repository$k as default };
|
|
1501
1511
|
}
|
|
1502
1512
|
|
|
1503
|
-
declare class Repository$
|
|
1513
|
+
declare class Repository$j implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1504
1514
|
route: string;
|
|
1505
1515
|
publicRoute: string;
|
|
1506
1516
|
private api;
|
|
@@ -1511,10 +1521,10 @@ declare class Repository$i implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1511
1521
|
}
|
|
1512
1522
|
|
|
1513
1523
|
declare namespace returnToProvider {
|
|
1514
|
-
export { Repository$
|
|
1524
|
+
export { Repository$j as default };
|
|
1515
1525
|
}
|
|
1516
1526
|
|
|
1517
|
-
declare class Repository$
|
|
1527
|
+
declare class Repository$i implements Nomalism$1.EmailVerification.IApi {
|
|
1518
1528
|
route: string;
|
|
1519
1529
|
publicRoute: string;
|
|
1520
1530
|
private api;
|
|
@@ -1525,10 +1535,10 @@ declare class Repository$h implements Nomalism$1.EmailVerification.IApi {
|
|
|
1525
1535
|
}
|
|
1526
1536
|
|
|
1527
1537
|
declare namespace emailVerification {
|
|
1528
|
-
export { Repository$
|
|
1538
|
+
export { Repository$i as default };
|
|
1529
1539
|
}
|
|
1530
1540
|
|
|
1531
|
-
declare class Repository$
|
|
1541
|
+
declare class Repository$h implements Nomalism$1.EmailLog.IApi {
|
|
1532
1542
|
route: string;
|
|
1533
1543
|
publicRoute: string;
|
|
1534
1544
|
private api;
|
|
@@ -1540,10 +1550,10 @@ declare class Repository$g implements Nomalism$1.EmailLog.IApi {
|
|
|
1540
1550
|
}
|
|
1541
1551
|
|
|
1542
1552
|
declare namespace emailLog {
|
|
1543
|
-
export { Repository$
|
|
1553
|
+
export { Repository$h as default };
|
|
1544
1554
|
}
|
|
1545
1555
|
|
|
1546
|
-
declare class Repository$
|
|
1556
|
+
declare class Repository$g implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1547
1557
|
route: string;
|
|
1548
1558
|
publicRoute: string;
|
|
1549
1559
|
private api;
|
|
@@ -1554,10 +1564,10 @@ declare class Repository$f implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1554
1564
|
}
|
|
1555
1565
|
|
|
1556
1566
|
declare namespace documentLineNote {
|
|
1557
|
-
export { Repository$
|
|
1567
|
+
export { Repository$g as default };
|
|
1558
1568
|
}
|
|
1559
1569
|
|
|
1560
|
-
declare class Repository$
|
|
1570
|
+
declare class Repository$f implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1561
1571
|
route: string;
|
|
1562
1572
|
publicRoute: string;
|
|
1563
1573
|
private api;
|
|
@@ -1569,10 +1579,10 @@ declare class Repository$e implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1569
1579
|
}
|
|
1570
1580
|
|
|
1571
1581
|
declare namespace savedProviderProposal {
|
|
1572
|
-
export { Repository$
|
|
1582
|
+
export { Repository$f as default };
|
|
1573
1583
|
}
|
|
1574
1584
|
|
|
1575
|
-
declare class Repository$
|
|
1585
|
+
declare class Repository$e implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1576
1586
|
route: string;
|
|
1577
1587
|
publicRoute: string;
|
|
1578
1588
|
private api;
|
|
@@ -1603,10 +1613,10 @@ declare class Repository$d implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1603
1613
|
}
|
|
1604
1614
|
|
|
1605
1615
|
declare namespace productGoogleSheets {
|
|
1606
|
-
export { Repository$
|
|
1616
|
+
export { Repository$e as default };
|
|
1607
1617
|
}
|
|
1608
1618
|
|
|
1609
|
-
declare class Repository$
|
|
1619
|
+
declare class Repository$d implements Nomalism$1.Task.IRepository {
|
|
1610
1620
|
route: string;
|
|
1611
1621
|
publicRoute: string;
|
|
1612
1622
|
private api;
|
|
@@ -1620,10 +1630,10 @@ declare class Repository$c implements Nomalism$1.Task.IRepository {
|
|
|
1620
1630
|
}
|
|
1621
1631
|
|
|
1622
1632
|
declare namespace task {
|
|
1623
|
-
export { Repository$
|
|
1633
|
+
export { Repository$d as default };
|
|
1624
1634
|
}
|
|
1625
1635
|
|
|
1626
|
-
declare class Repository$
|
|
1636
|
+
declare class Repository$c implements Nomalism$1.TaskMessage.IRepository {
|
|
1627
1637
|
route: string;
|
|
1628
1638
|
publicRoute: string;
|
|
1629
1639
|
private api;
|
|
@@ -1634,10 +1644,10 @@ declare class Repository$b implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1634
1644
|
}
|
|
1635
1645
|
|
|
1636
1646
|
declare namespace taskMessage {
|
|
1637
|
-
export { Repository$
|
|
1647
|
+
export { Repository$c as default };
|
|
1638
1648
|
}
|
|
1639
1649
|
|
|
1640
|
-
declare class Repository$
|
|
1650
|
+
declare class Repository$b implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1641
1651
|
route: string;
|
|
1642
1652
|
publicRoute: string;
|
|
1643
1653
|
private api;
|
|
@@ -1647,10 +1657,10 @@ declare class Repository$a implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1647
1657
|
}
|
|
1648
1658
|
|
|
1649
1659
|
declare namespace recurrentTasks {
|
|
1650
|
-
export { Repository$
|
|
1660
|
+
export { Repository$b as default };
|
|
1651
1661
|
}
|
|
1652
1662
|
|
|
1653
|
-
declare class Repository$
|
|
1663
|
+
declare class Repository$a implements Nomalism$1.TaskRead.IRepository {
|
|
1654
1664
|
route: string;
|
|
1655
1665
|
publicRoute: string;
|
|
1656
1666
|
private api;
|
|
@@ -1660,10 +1670,10 @@ declare class Repository$9 implements Nomalism$1.TaskRead.IRepository {
|
|
|
1660
1670
|
}
|
|
1661
1671
|
|
|
1662
1672
|
declare namespace taskRead {
|
|
1663
|
-
export { Repository$
|
|
1673
|
+
export { Repository$a as default };
|
|
1664
1674
|
}
|
|
1665
1675
|
|
|
1666
|
-
declare class Repository$
|
|
1676
|
+
declare class Repository$9 implements Nomalism$1.Theme.IRepository {
|
|
1667
1677
|
route: string;
|
|
1668
1678
|
publicRoute: string;
|
|
1669
1679
|
private api;
|
|
@@ -1672,10 +1682,10 @@ declare class Repository$8 implements Nomalism$1.Theme.IRepository {
|
|
|
1672
1682
|
}
|
|
1673
1683
|
|
|
1674
1684
|
declare namespace theme {
|
|
1675
|
-
export { Repository$
|
|
1685
|
+
export { Repository$9 as default };
|
|
1676
1686
|
}
|
|
1677
1687
|
|
|
1678
|
-
declare class Repository$
|
|
1688
|
+
declare class Repository$8 implements Nomalism$1.Dashboard.IRepository {
|
|
1679
1689
|
route: string;
|
|
1680
1690
|
publicRoute: string;
|
|
1681
1691
|
private api;
|
|
@@ -1684,10 +1694,10 @@ declare class Repository$7 implements Nomalism$1.Dashboard.IRepository {
|
|
|
1684
1694
|
}
|
|
1685
1695
|
|
|
1686
1696
|
declare namespace dashboard {
|
|
1687
|
-
export { Repository$
|
|
1697
|
+
export { Repository$8 as default };
|
|
1688
1698
|
}
|
|
1689
1699
|
|
|
1690
|
-
declare class Repository$
|
|
1700
|
+
declare class Repository$7 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1691
1701
|
route: string;
|
|
1692
1702
|
publicRoute: string;
|
|
1693
1703
|
private api;
|
|
@@ -1700,10 +1710,10 @@ declare class Repository$6 implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1700
1710
|
}
|
|
1701
1711
|
|
|
1702
1712
|
declare namespace chatRapidMessage {
|
|
1703
|
-
export { Repository$
|
|
1713
|
+
export { Repository$7 as default };
|
|
1704
1714
|
}
|
|
1705
1715
|
|
|
1706
|
-
declare class Repository$
|
|
1716
|
+
declare class Repository$6 implements Nomalism$1.SideMenu.IController {
|
|
1707
1717
|
route: string;
|
|
1708
1718
|
publicRoute: string;
|
|
1709
1719
|
private api;
|
|
@@ -1715,10 +1725,10 @@ declare class Repository$5 implements Nomalism$1.SideMenu.IController {
|
|
|
1715
1725
|
}
|
|
1716
1726
|
|
|
1717
1727
|
declare namespace sideMenu {
|
|
1718
|
-
export { Repository$
|
|
1728
|
+
export { Repository$6 as default };
|
|
1719
1729
|
}
|
|
1720
1730
|
|
|
1721
|
-
declare class Repository$
|
|
1731
|
+
declare class Repository$5 implements Nomalism$1.ErrorLog.IRepository {
|
|
1722
1732
|
route: string;
|
|
1723
1733
|
publicRoute: string;
|
|
1724
1734
|
private api;
|
|
@@ -1727,10 +1737,10 @@ declare class Repository$4 implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1727
1737
|
}
|
|
1728
1738
|
|
|
1729
1739
|
declare namespace errorLog {
|
|
1730
|
-
export { Repository$
|
|
1740
|
+
export { Repository$5 as default };
|
|
1731
1741
|
}
|
|
1732
1742
|
|
|
1733
|
-
declare class Repository$
|
|
1743
|
+
declare class Repository$4 implements Nomalism$1.AdminPanel.IRepository {
|
|
1734
1744
|
route: string;
|
|
1735
1745
|
publicRoute: string;
|
|
1736
1746
|
private api;
|
|
@@ -1739,10 +1749,10 @@ declare class Repository$3 implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1739
1749
|
}
|
|
1740
1750
|
|
|
1741
1751
|
declare namespace adminPanel {
|
|
1742
|
-
export { Repository$
|
|
1752
|
+
export { Repository$4 as default };
|
|
1743
1753
|
}
|
|
1744
1754
|
|
|
1745
|
-
declare class Repository$
|
|
1755
|
+
declare class Repository$3 implements Nomalism$1.DocumentLineRm.IController {
|
|
1746
1756
|
route: string;
|
|
1747
1757
|
publicRoute: string;
|
|
1748
1758
|
private api;
|
|
@@ -1752,10 +1762,10 @@ declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1752
1762
|
}
|
|
1753
1763
|
|
|
1754
1764
|
declare namespace documentLineRm {
|
|
1755
|
-
export { Repository$
|
|
1765
|
+
export { Repository$3 as default };
|
|
1756
1766
|
}
|
|
1757
1767
|
|
|
1758
|
-
declare class Repository$
|
|
1768
|
+
declare class Repository$2 implements Nomalism$1.DocumentLineRm.IController {
|
|
1759
1769
|
route: string;
|
|
1760
1770
|
publicRoute: string;
|
|
1761
1771
|
private api;
|
|
@@ -1765,10 +1775,10 @@ declare class Repository$1 implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1765
1775
|
}
|
|
1766
1776
|
|
|
1767
1777
|
declare namespace documentLineMt {
|
|
1768
|
-
export { Repository$
|
|
1778
|
+
export { Repository$2 as default };
|
|
1769
1779
|
}
|
|
1770
1780
|
|
|
1771
|
-
declare class Repository implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1781
|
+
declare class Repository$1 implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1772
1782
|
route: string;
|
|
1773
1783
|
publicRoute: string;
|
|
1774
1784
|
private api;
|
|
@@ -1781,6 +1791,21 @@ declare class Repository implements Nomalism$1.ChatSubscriber.IRepository {
|
|
|
1781
1791
|
}
|
|
1782
1792
|
|
|
1783
1793
|
declare namespace chatSubscriber {
|
|
1794
|
+
export { Repository$1 as default };
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
declare class Repository implements Nomalism$1.Tag.IRepository {
|
|
1798
|
+
route: string;
|
|
1799
|
+
publicRoute: string;
|
|
1800
|
+
private api;
|
|
1801
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1802
|
+
create(body: Nomalism$1.Tag.ICreateRequest): Promise<void>;
|
|
1803
|
+
findByDocumentHeaderId(selector: Nomalism$1.shared.IFindByIdRequest): Promise<Nomalism$1.Tag.IFindResponse[]>;
|
|
1804
|
+
updateMany(body: Nomalism$1.Tag.IUpdateManyRequest[]): Promise<void>;
|
|
1805
|
+
delete(selector: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
declare namespace tag {
|
|
1784
1809
|
export { Repository as default };
|
|
1785
1810
|
}
|
|
1786
1811
|
|
|
@@ -1802,118 +1827,120 @@ declare class API {
|
|
|
1802
1827
|
processEnvironment: IEnvironment;
|
|
1803
1828
|
client: AxiosInstance;
|
|
1804
1829
|
services: Record<IService, string>;
|
|
1805
|
-
BankData: Repository$
|
|
1806
|
-
Client: Repository$
|
|
1807
|
-
ClientType: Repository$
|
|
1808
|
-
Chat: Repository$
|
|
1809
|
-
Commissioner: Repository$
|
|
1810
|
-
Country: Repository$
|
|
1811
|
-
DocumentHeader: Repository$
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1830
|
+
BankData: Repository$1N;
|
|
1831
|
+
Client: Repository$1M;
|
|
1832
|
+
ClientType: Repository$1L;
|
|
1833
|
+
Chat: Repository$1K;
|
|
1834
|
+
Commissioner: Repository$1J;
|
|
1835
|
+
Country: Repository$1I;
|
|
1836
|
+
DocumentHeader: Repository$1H;
|
|
1837
|
+
DocumentHeaderHistory: Repository$1G;
|
|
1838
|
+
BillOfLading: Repository$1F;
|
|
1839
|
+
ProductionOrder: Repository$1E;
|
|
1840
|
+
Proforma: Repository$1D;
|
|
1841
|
+
PropostaFornecedor: Repository$1C;
|
|
1842
|
+
ProviderCreditNoteFromReturn: Repository$1B;
|
|
1843
|
+
ProviderFinancialCreditNote: Repository$1A;
|
|
1844
|
+
ProviderServiceInvoice: Repository$1z;
|
|
1845
|
+
DocumentLine: Repository$1y;
|
|
1846
|
+
DocumentLineAssoc: Repository$1x;
|
|
1847
|
+
DocumentType: Repository$1w;
|
|
1848
|
+
Favorites: Repository$1v;
|
|
1849
|
+
File: Repository$1u;
|
|
1850
|
+
GoogleSheets: Repository$1t;
|
|
1851
|
+
GroupPermissions: Repository$1s;
|
|
1852
|
+
Language: Repository$1r;
|
|
1853
|
+
Location: Repository$1q;
|
|
1854
|
+
Logout: Repository$1p;
|
|
1855
|
+
Multimedia: Repository$1o;
|
|
1856
|
+
Observation: Repository$1n;
|
|
1857
|
+
ObservationType: Repository$1m;
|
|
1858
|
+
Password: Repository$1l;
|
|
1859
|
+
Permissions: Repository$1k;
|
|
1860
|
+
ProductImage: Repository$1j;
|
|
1861
|
+
Promotion: Repository$1i;
|
|
1862
|
+
PromotionAssoc: Repository$1h;
|
|
1863
|
+
Providers: Repository$1g;
|
|
1864
|
+
ProviderType: Repository$1f;
|
|
1865
|
+
PurchaseConditions: Repository$1e;
|
|
1866
|
+
ReasonForExemption: Repository$1d;
|
|
1867
|
+
RefreshToken: Repository$1c;
|
|
1868
|
+
SegmentsArea: Repository$1b;
|
|
1869
|
+
Sessions: Repository$1a;
|
|
1870
|
+
Shippings: Repository$19;
|
|
1871
|
+
StoreOperator: Repository$18;
|
|
1872
|
+
Swift: Repository$17;
|
|
1873
|
+
TypeOfLocation: Repository$16;
|
|
1874
|
+
UnitOfMeasure: Repository$15;
|
|
1875
|
+
UserPermissions: Repository$14;
|
|
1876
|
+
UserPositions: Repository$13;
|
|
1877
|
+
Users: Repository$12;
|
|
1878
|
+
VatTax: Repository$11;
|
|
1879
|
+
VatTaxZone: Repository$10;
|
|
1880
|
+
Workflow: Repository$$;
|
|
1881
|
+
DeliveryMethods: Repository$_;
|
|
1882
|
+
MaturityDates: Repository$Z;
|
|
1883
|
+
PaymentMethods: Repository$Y;
|
|
1884
|
+
Vehicles: Repository$X;
|
|
1885
|
+
ExternalDocumentType: Repository$W;
|
|
1886
|
+
DocumentSet: Repository$V;
|
|
1887
|
+
Payment: Repository$U;
|
|
1888
|
+
ExternalDocumentHeader: Repository$T;
|
|
1889
|
+
VatValidation: Repository$S;
|
|
1890
|
+
StockMovement: Repository$R;
|
|
1891
|
+
ZipCode: Repository$Q;
|
|
1892
|
+
Tenant: Repository$P;
|
|
1893
|
+
PreSale: Repository$O;
|
|
1894
|
+
PreSaleProduct: Repository$N;
|
|
1895
|
+
OrderManagement: Repository$M;
|
|
1896
|
+
Npc: Repository$L;
|
|
1897
|
+
Printer: Repository$K;
|
|
1898
|
+
SchedulePrintJob: Repository$J;
|
|
1899
|
+
QueryList: Repository$I;
|
|
1900
|
+
QueryParameter: Repository$H;
|
|
1901
|
+
ReturnReason: Repository$G;
|
|
1902
|
+
PropostaSheets: Repository$F;
|
|
1903
|
+
Schedule: Repository$E;
|
|
1904
|
+
GoogleFilePermission: Repository$D;
|
|
1905
|
+
Settings: Repository$C;
|
|
1906
|
+
Tickets: Repository$B;
|
|
1907
|
+
Channel: Repository$A;
|
|
1908
|
+
TicketsLanguage: Repository$z;
|
|
1909
|
+
Clt: Repository$y;
|
|
1910
|
+
StartDocumentHeaderLastUpdate: Repository$x;
|
|
1911
|
+
Persona: Repository$w;
|
|
1912
|
+
ProjectInfo: Repository$v;
|
|
1913
|
+
Order: Repository$u;
|
|
1914
|
+
Purchase: Repository$t;
|
|
1915
|
+
MaterialEntrance: Repository$s;
|
|
1916
|
+
Transformado: Repository$r;
|
|
1917
|
+
UpfrontReturn: Repository$q;
|
|
1918
|
+
SavedEmPicking: Repository$p;
|
|
1919
|
+
EmailTemplate: Repository$o;
|
|
1920
|
+
EmailTemplateAttachment: Repository$n;
|
|
1921
|
+
Prison: Repository$m;
|
|
1922
|
+
Quebra: Repository$l;
|
|
1923
|
+
Inventario: Repository$k;
|
|
1924
|
+
ReturnToProvider: Repository$j;
|
|
1925
|
+
EmailVerification: Repository$i;
|
|
1926
|
+
EmailLog: Repository$h;
|
|
1927
|
+
DocumentLineNote: Repository$g;
|
|
1928
|
+
SavedProviderProposal: Repository$f;
|
|
1929
|
+
ProductGoogleSheets: Repository$e;
|
|
1930
|
+
Task: Repository$d;
|
|
1931
|
+
TaskMessage: Repository$c;
|
|
1932
|
+
RecurrentTasks: Repository$b;
|
|
1933
|
+
TaskRead: Repository$a;
|
|
1934
|
+
Theme: Repository$9;
|
|
1935
|
+
Dashboard: Repository$8;
|
|
1936
|
+
ChatRapidMessage: Repository$7;
|
|
1937
|
+
SideMenu: Repository$6;
|
|
1938
|
+
ErrorLog: Repository$5;
|
|
1939
|
+
AdminPanel: Repository$4;
|
|
1940
|
+
DocumentLineRm: Repository$3;
|
|
1941
|
+
DocumentLineMt: Repository$2;
|
|
1942
|
+
ChatSubscriber: Repository$1;
|
|
1943
|
+
Tag: Repository;
|
|
1917
1944
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
1918
1945
|
}
|
|
1919
1946
|
|
|
@@ -1923,7 +1950,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
1923
1950
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
1924
1951
|
type Nomalism_IOptions = IOptions;
|
|
1925
1952
|
declare namespace Nomalism {
|
|
1926
|
-
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, 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, 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 };
|
|
1953
|
+
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 };
|
|
1927
1954
|
}
|
|
1928
1955
|
|
|
1929
1956
|
export { Nomalism as default };
|