@nomalism-com/api 0.40.50 → 0.40.52
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 +359 -375
- package/dist/index.js +356 -390
- package/package.json +2 -2
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$1U implements Nomalism$1.BankData.IRepository {
|
|
5
5
|
route: string;
|
|
6
6
|
publicRoute: string;
|
|
7
7
|
private api;
|
|
@@ -16,11 +16,11 @@ declare class Repository$1V implements Nomalism$1.BankData.IRepository {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
declare namespace bankData {
|
|
19
|
-
export { Repository$
|
|
19
|
+
export { Repository$1U 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$1T implements Nomalism$1.Client.IRepository {
|
|
24
24
|
route: string;
|
|
25
25
|
publicRoute: string;
|
|
26
26
|
private api;
|
|
@@ -38,10 +38,10 @@ declare class Repository$1U 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$1T as default };
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
declare class Repository$
|
|
44
|
+
declare class Repository$1S implements Nomalism$1.ClientType.IRepository {
|
|
45
45
|
route: string;
|
|
46
46
|
publicRoute: string;
|
|
47
47
|
private api;
|
|
@@ -56,10 +56,10 @@ declare class Repository$1T implements Nomalism$1.ClientType.IRepository {
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
declare namespace clientType {
|
|
59
|
-
export { Repository$
|
|
59
|
+
export { Repository$1S as default };
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
declare class Repository$
|
|
62
|
+
declare class Repository$1R implements Nomalism$1.Chat.IRepository {
|
|
63
63
|
route: string;
|
|
64
64
|
publicRoute: string;
|
|
65
65
|
private api;
|
|
@@ -75,7 +75,7 @@ declare class Repository$1S implements Nomalism$1.Chat.IRepository {
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
type IPaginationResponse$4 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Commissioner.IFindResponse>;
|
|
78
|
-
declare class Repository$
|
|
78
|
+
declare class Repository$1Q implements Nomalism$1.Commissioner.IRepository {
|
|
79
79
|
route: string;
|
|
80
80
|
publicRoute: string;
|
|
81
81
|
private api;
|
|
@@ -91,11 +91,11 @@ declare class Repository$1R implements Nomalism$1.Commissioner.IRepository {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
declare namespace commissioner {
|
|
94
|
-
export { type IPaginationResponse$4 as IPaginationResponse, Repository$
|
|
94
|
+
export { type IPaginationResponse$4 as IPaginationResponse, Repository$1Q as default };
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
type IPaginationResponse$3 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Country.IFindResponse>;
|
|
98
|
-
declare class Repository$
|
|
98
|
+
declare class Repository$1P implements Nomalism$1.Country.IRepository {
|
|
99
99
|
route: string;
|
|
100
100
|
publicRoute: string;
|
|
101
101
|
private api;
|
|
@@ -111,10 +111,10 @@ declare class Repository$1Q implements Nomalism$1.Country.IRepository {
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
declare namespace country {
|
|
114
|
-
export { type IPaginationResponse$3 as IPaginationResponse, Repository$
|
|
114
|
+
export { type IPaginationResponse$3 as IPaginationResponse, Repository$1P as default };
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
declare class Repository$
|
|
117
|
+
declare class Repository$1O implements Nomalism$1.DocumentHeader.IRepository {
|
|
118
118
|
route: string;
|
|
119
119
|
publicRoute: string;
|
|
120
120
|
private api;
|
|
@@ -141,10 +141,10 @@ declare class Repository$1P implements Nomalism$1.DocumentHeader.IRepository {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
declare namespace documentHeader {
|
|
144
|
-
export { Repository$
|
|
144
|
+
export { Repository$1O as default };
|
|
145
145
|
}
|
|
146
146
|
|
|
147
|
-
declare class Repository$
|
|
147
|
+
declare class Repository$1N implements Nomalism$1.DocumentHeaderHistory.IRepository {
|
|
148
148
|
route: string;
|
|
149
149
|
publicRoute: string;
|
|
150
150
|
private api;
|
|
@@ -153,10 +153,10 @@ declare class Repository$1O implements Nomalism$1.DocumentHeaderHistory.IReposit
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
declare namespace documentHeaderHistory {
|
|
156
|
-
export { Repository$
|
|
156
|
+
export { Repository$1N as default };
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
declare class Repository$
|
|
159
|
+
declare class Repository$1M implements Nomalism$1.BillOfLading.IRepository {
|
|
160
160
|
route: string;
|
|
161
161
|
publicRoute: string;
|
|
162
162
|
private api;
|
|
@@ -164,7 +164,7 @@ declare class Repository$1N implements Nomalism$1.BillOfLading.IRepository {
|
|
|
164
164
|
create(body: Nomalism$1.BillOfLading.ICreateRequest): Promise<void>;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
declare class Repository$
|
|
167
|
+
declare class Repository$1L implements Nomalism$1.ProductionOrder.IRepository {
|
|
168
168
|
route: string;
|
|
169
169
|
publicRoute: string;
|
|
170
170
|
private api;
|
|
@@ -172,7 +172,7 @@ declare class Repository$1M implements Nomalism$1.ProductionOrder.IRepository {
|
|
|
172
172
|
createProductionOrder(body: Nomalism$1.ProductionOrder.ICreateProductionOrderRequest): Promise<void>;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
declare class Repository$
|
|
175
|
+
declare class Repository$1K implements Nomalism$1.Proforma.IRepository {
|
|
176
176
|
route: string;
|
|
177
177
|
publicRoute: string;
|
|
178
178
|
private api;
|
|
@@ -181,7 +181,7 @@ declare class Repository$1L implements Nomalism$1.Proforma.IRepository {
|
|
|
181
181
|
createFromLines(data: Nomalism$1.Proforma.ICreateFromLinesRequest): Promise<void>;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
declare class Repository$
|
|
184
|
+
declare class Repository$1J implements Nomalism$1.PropostaFornecedor.IRepository {
|
|
185
185
|
route: string;
|
|
186
186
|
publicRoute: string;
|
|
187
187
|
private api;
|
|
@@ -189,7 +189,7 @@ declare class Repository$1K implements Nomalism$1.PropostaFornecedor.IRepository
|
|
|
189
189
|
createProviderProposal(data: Nomalism$1.PropostaFornecedor.IProviderProposalRequest): Promise<string>;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
declare class Repository$
|
|
192
|
+
declare class Repository$1I implements Nomalism$1.ProviderCreditNoteFromReturn.IRepository {
|
|
193
193
|
route: string;
|
|
194
194
|
publicRoute: string;
|
|
195
195
|
private api;
|
|
@@ -198,7 +198,7 @@ declare class Repository$1J implements Nomalism$1.ProviderCreditNoteFromReturn.I
|
|
|
198
198
|
createProviderCreditNoteFromReturn(data: Nomalism$1.ProviderCreditNoteFromReturn.ICreateProviderCreditNoteFromReturnRequest): Promise<void>;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
declare class Repository$
|
|
201
|
+
declare class Repository$1H implements Nomalism$1.ProviderFinancialCreditNote.IRepository {
|
|
202
202
|
route: string;
|
|
203
203
|
publicRoute: string;
|
|
204
204
|
private api;
|
|
@@ -207,7 +207,7 @@ declare class Repository$1I implements Nomalism$1.ProviderFinancialCreditNote.IR
|
|
|
207
207
|
createProviderFinancialCreditNote(data: Nomalism$1.ProviderFinancialCreditNote.ICreateProviderFinancialCreditNoteRequest): Promise<void>;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
declare class Repository$
|
|
210
|
+
declare class Repository$1G implements Nomalism$1.ProviderServiceInvoice.IRepository {
|
|
211
211
|
route: string;
|
|
212
212
|
publicRoute: string;
|
|
213
213
|
private api;
|
|
@@ -215,7 +215,7 @@ declare class Repository$1H implements Nomalism$1.ProviderServiceInvoice.IReposi
|
|
|
215
215
|
createProviderServiceInvoice(data: Nomalism$1.ProviderServiceInvoice.ICreateProviderServiceInvoiceRequest): Promise<void>;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
declare class Repository$
|
|
218
|
+
declare class Repository$1F implements Nomalism$1.DocumentLine.IRepository {
|
|
219
219
|
route: string;
|
|
220
220
|
publicRoute: string;
|
|
221
221
|
private api;
|
|
@@ -232,10 +232,10 @@ declare class Repository$1G implements Nomalism$1.DocumentLine.IRepository {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
declare namespace documentLine {
|
|
235
|
-
export { Repository$
|
|
235
|
+
export { Repository$1F as default };
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
declare class Repository$
|
|
238
|
+
declare class Repository$1E implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
239
239
|
route: string;
|
|
240
240
|
publicRoute: string;
|
|
241
241
|
private api;
|
|
@@ -248,10 +248,10 @@ declare class Repository$1F implements Nomalism$1.DocumentLineAssoc.IApi {
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
declare namespace documentLineAssoc {
|
|
251
|
-
export { Repository$
|
|
251
|
+
export { Repository$1E as default };
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
declare class Repository$
|
|
254
|
+
declare class Repository$1D implements Nomalism$1.DocumentType.IApi {
|
|
255
255
|
route: string;
|
|
256
256
|
publicRoute: string;
|
|
257
257
|
private api;
|
|
@@ -265,10 +265,10 @@ declare class Repository$1E implements Nomalism$1.DocumentType.IApi {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
declare namespace documentType {
|
|
268
|
-
export { Repository$
|
|
268
|
+
export { Repository$1D as default };
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
declare class Repository$
|
|
271
|
+
declare class Repository$1C implements Nomalism$1.Favorites.IRepository {
|
|
272
272
|
route: string;
|
|
273
273
|
publicRoute: string;
|
|
274
274
|
private api;
|
|
@@ -280,10 +280,10 @@ declare class Repository$1D implements Nomalism$1.Favorites.IRepository {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
declare namespace favorites {
|
|
283
|
-
export { Repository$
|
|
283
|
+
export { Repository$1C as default };
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
declare class Repository$
|
|
286
|
+
declare class Repository$1B implements Nomalism$1.File.IRepository {
|
|
287
287
|
route: string;
|
|
288
288
|
publicRoute: string;
|
|
289
289
|
private api;
|
|
@@ -295,10 +295,10 @@ declare class Repository$1C implements Nomalism$1.File.IRepository {
|
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
declare namespace file {
|
|
298
|
-
export { Repository$
|
|
298
|
+
export { Repository$1B as default };
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
declare class Repository$
|
|
301
|
+
declare class Repository$1A implements Nomalism$1.GoogleSheets.IController {
|
|
302
302
|
route: string;
|
|
303
303
|
publicRoute: string;
|
|
304
304
|
private api;
|
|
@@ -310,21 +310,6 @@ declare class Repository$1B implements Nomalism$1.GoogleSheets.IController {
|
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
declare namespace googleSheets {
|
|
313
|
-
export { Repository$1B as default };
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
declare class Repository$1A implements Nomalism$1.GroupPermissions.IApi {
|
|
317
|
-
route: string;
|
|
318
|
-
publicRoute: string;
|
|
319
|
-
private api;
|
|
320
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
321
|
-
find(): Promise<Nomalism$1.GroupPermissions.Entity[]>;
|
|
322
|
-
findMinified(params?: Nomalism$1.shared.IFindMinifiedRequest): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
323
|
-
create(body: Nomalism$1.GroupPermissions.ICreateRequest): Promise<Nomalism$1.GroupPermissions.Entity>;
|
|
324
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdNumberRequest): Promise<Nomalism$1.GroupPermissions.Entity | null>;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
declare namespace groupPermission {
|
|
328
313
|
export { Repository$1A as default };
|
|
329
314
|
}
|
|
330
315
|
|
|
@@ -436,22 +421,7 @@ declare namespace password {
|
|
|
436
421
|
export { Repository$1t as default };
|
|
437
422
|
}
|
|
438
423
|
|
|
439
|
-
declare class Repository$1s implements Nomalism$1.
|
|
440
|
-
route: string;
|
|
441
|
-
publicRoute: string;
|
|
442
|
-
private api;
|
|
443
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
444
|
-
find(): Promise<Nomalism$1.Permissions.Entity[]>;
|
|
445
|
-
findMinified(params?: Nomalism$1.shared.IFindMinifiedRequest): Promise<Nomalism$1.shared.IFindMinifiedResponse[]>;
|
|
446
|
-
create(body: Nomalism$1.Permissions.ICreateRequest): Promise<Nomalism$1.Permissions.Entity>;
|
|
447
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdNumberRequest): Promise<Nomalism$1.Permissions.Entity | null>;
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
declare namespace permission {
|
|
451
|
-
export { Repository$1s as default };
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
424
|
+
declare class Repository$1s implements Nomalism$1.ProductImage.IRepository {
|
|
455
425
|
route: string;
|
|
456
426
|
publicRoute: string;
|
|
457
427
|
private api;
|
|
@@ -466,10 +436,10 @@ declare class Repository$1r implements Nomalism$1.ProductImage.IRepository {
|
|
|
466
436
|
}
|
|
467
437
|
|
|
468
438
|
declare namespace productImage {
|
|
469
|
-
export { Repository$
|
|
439
|
+
export { Repository$1s as default };
|
|
470
440
|
}
|
|
471
441
|
|
|
472
|
-
declare class Repository$
|
|
442
|
+
declare class Repository$1r implements Nomalism$1.Promotion.IRepository {
|
|
473
443
|
route: string;
|
|
474
444
|
publicRoute: string;
|
|
475
445
|
private api;
|
|
@@ -486,10 +456,10 @@ declare class Repository$1q implements Nomalism$1.Promotion.IRepository {
|
|
|
486
456
|
}
|
|
487
457
|
|
|
488
458
|
declare namespace promotion {
|
|
489
|
-
export { Repository$
|
|
459
|
+
export { Repository$1r as default };
|
|
490
460
|
}
|
|
491
461
|
|
|
492
|
-
declare class Repository$
|
|
462
|
+
declare class Repository$1q implements Nomalism$1.PromotionAssoc.IRepository {
|
|
493
463
|
route: string;
|
|
494
464
|
publicRoute: string;
|
|
495
465
|
private api;
|
|
@@ -504,10 +474,10 @@ declare class Repository$1p implements Nomalism$1.PromotionAssoc.IRepository {
|
|
|
504
474
|
}
|
|
505
475
|
|
|
506
476
|
declare namespace promotionAssoc {
|
|
507
|
-
export { Repository$
|
|
477
|
+
export { Repository$1q as default };
|
|
508
478
|
}
|
|
509
479
|
|
|
510
|
-
declare class Repository$
|
|
480
|
+
declare class Repository$1p implements Nomalism$1.Providers.IRepository {
|
|
511
481
|
route: string;
|
|
512
482
|
publicRoute: string;
|
|
513
483
|
private api;
|
|
@@ -526,11 +496,11 @@ declare class Repository$1o implements Nomalism$1.Providers.IRepository {
|
|
|
526
496
|
}
|
|
527
497
|
|
|
528
498
|
declare namespace provider {
|
|
529
|
-
export { Repository$
|
|
499
|
+
export { Repository$1p as default };
|
|
530
500
|
}
|
|
531
501
|
|
|
532
502
|
type IPaginationResponse$1 = Nomalism$1.shared.IPaginationResponse<Nomalism$1.ProviderType.IFindResponse>;
|
|
533
|
-
declare class Repository$
|
|
503
|
+
declare class Repository$1o implements Nomalism$1.ProviderType.IRepository {
|
|
534
504
|
route: string;
|
|
535
505
|
publicRoute: string;
|
|
536
506
|
private api;
|
|
@@ -545,10 +515,10 @@ declare class Repository$1n implements Nomalism$1.ProviderType.IRepository {
|
|
|
545
515
|
}
|
|
546
516
|
|
|
547
517
|
declare namespace providerType {
|
|
548
|
-
export { type IPaginationResponse$1 as IPaginationResponse, Repository$
|
|
518
|
+
export { type IPaginationResponse$1 as IPaginationResponse, Repository$1o as default };
|
|
549
519
|
}
|
|
550
520
|
|
|
551
|
-
declare class Repository$
|
|
521
|
+
declare class Repository$1n implements Nomalism$1.PurchaseConditions.IRepository {
|
|
552
522
|
route: string;
|
|
553
523
|
publicRoute: string;
|
|
554
524
|
private api;
|
|
@@ -563,10 +533,10 @@ declare class Repository$1m implements Nomalism$1.PurchaseConditions.IRepository
|
|
|
563
533
|
}
|
|
564
534
|
|
|
565
535
|
declare namespace purchaseCondition {
|
|
566
|
-
export { Repository$
|
|
536
|
+
export { Repository$1n as default };
|
|
567
537
|
}
|
|
568
538
|
|
|
569
|
-
declare class Repository$
|
|
539
|
+
declare class Repository$1m implements Nomalism$1.ReasonForExemption.IRepository {
|
|
570
540
|
route: string;
|
|
571
541
|
publicRoute: string;
|
|
572
542
|
private api;
|
|
@@ -581,10 +551,10 @@ declare class Repository$1l implements Nomalism$1.ReasonForExemption.IRepository
|
|
|
581
551
|
}
|
|
582
552
|
|
|
583
553
|
declare namespace reasonForExemption {
|
|
584
|
-
export { Repository$
|
|
554
|
+
export { Repository$1m as default };
|
|
585
555
|
}
|
|
586
556
|
|
|
587
|
-
declare class Repository$
|
|
557
|
+
declare class Repository$1l implements Nomalism$1.RefreshToken.IRepository {
|
|
588
558
|
route: string;
|
|
589
559
|
publicRoute: string;
|
|
590
560
|
private api;
|
|
@@ -593,10 +563,10 @@ declare class Repository$1k implements Nomalism$1.RefreshToken.IRepository {
|
|
|
593
563
|
}
|
|
594
564
|
|
|
595
565
|
declare namespace refreshToken {
|
|
596
|
-
export { Repository$
|
|
566
|
+
export { Repository$1l as default };
|
|
597
567
|
}
|
|
598
568
|
|
|
599
|
-
declare class Repository$
|
|
569
|
+
declare class Repository$1k implements Nomalism$1.SegmentsArea.IRepository {
|
|
600
570
|
route: string;
|
|
601
571
|
publicRoute: string;
|
|
602
572
|
private api;
|
|
@@ -611,10 +581,10 @@ declare class Repository$1j implements Nomalism$1.SegmentsArea.IRepository {
|
|
|
611
581
|
}
|
|
612
582
|
|
|
613
583
|
declare namespace segmentsArea {
|
|
614
|
-
export { Repository$
|
|
584
|
+
export { Repository$1k as default };
|
|
615
585
|
}
|
|
616
586
|
|
|
617
|
-
declare class Repository$
|
|
587
|
+
declare class Repository$1j implements Nomalism$1.Sessions.IRepository {
|
|
618
588
|
route: string;
|
|
619
589
|
publicRoute: string;
|
|
620
590
|
private api;
|
|
@@ -623,10 +593,10 @@ declare class Repository$1i implements Nomalism$1.Sessions.IRepository {
|
|
|
623
593
|
}
|
|
624
594
|
|
|
625
595
|
declare namespace sessions {
|
|
626
|
-
export { Repository$
|
|
596
|
+
export { Repository$1j as default };
|
|
627
597
|
}
|
|
628
598
|
|
|
629
|
-
declare class Repository$
|
|
599
|
+
declare class Repository$1i implements Nomalism$1.Shippings.IRepository {
|
|
630
600
|
route: string;
|
|
631
601
|
publicRoute: string;
|
|
632
602
|
private api;
|
|
@@ -641,10 +611,10 @@ declare class Repository$1h implements Nomalism$1.Shippings.IRepository {
|
|
|
641
611
|
}
|
|
642
612
|
|
|
643
613
|
declare namespace shippings {
|
|
644
|
-
export { Repository$
|
|
614
|
+
export { Repository$1i as default };
|
|
645
615
|
}
|
|
646
616
|
|
|
647
|
-
declare class Repository$
|
|
617
|
+
declare class Repository$1h implements Nomalism$1.StoreOperator.IRepository {
|
|
648
618
|
route: string;
|
|
649
619
|
publicRoute: string;
|
|
650
620
|
private api;
|
|
@@ -659,11 +629,11 @@ declare class Repository$1g implements Nomalism$1.StoreOperator.IRepository {
|
|
|
659
629
|
}
|
|
660
630
|
|
|
661
631
|
declare namespace storeOperator {
|
|
662
|
-
export { Repository$
|
|
632
|
+
export { Repository$1h as default };
|
|
663
633
|
}
|
|
664
634
|
|
|
665
635
|
type IPaginationResponse = Nomalism$1.shared.IPaginationResponse<Nomalism$1.Swift.IFindResponse>;
|
|
666
|
-
declare class Repository$
|
|
636
|
+
declare class Repository$1g implements Nomalism$1.Swift.IRepository {
|
|
667
637
|
route: string;
|
|
668
638
|
publicRoute: string;
|
|
669
639
|
private api;
|
|
@@ -679,10 +649,10 @@ declare class Repository$1f implements Nomalism$1.Swift.IRepository {
|
|
|
679
649
|
|
|
680
650
|
type swift_IPaginationResponse = IPaginationResponse;
|
|
681
651
|
declare namespace swift {
|
|
682
|
-
export { type swift_IPaginationResponse as IPaginationResponse, Repository$
|
|
652
|
+
export { type swift_IPaginationResponse as IPaginationResponse, Repository$1g as default };
|
|
683
653
|
}
|
|
684
654
|
|
|
685
|
-
declare class Repository$
|
|
655
|
+
declare class Repository$1f implements Nomalism$1.TypeOfLocation.IRepository {
|
|
686
656
|
route: string;
|
|
687
657
|
publicRoute: string;
|
|
688
658
|
private api;
|
|
@@ -698,10 +668,10 @@ declare class Repository$1e implements Nomalism$1.TypeOfLocation.IRepository {
|
|
|
698
668
|
}
|
|
699
669
|
|
|
700
670
|
declare namespace typeOfLocation {
|
|
701
|
-
export { Repository$
|
|
671
|
+
export { Repository$1f as default };
|
|
702
672
|
}
|
|
703
673
|
|
|
704
|
-
declare class Repository$
|
|
674
|
+
declare class Repository$1e implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
705
675
|
route: string;
|
|
706
676
|
publicRoute: string;
|
|
707
677
|
private api;
|
|
@@ -717,24 +687,10 @@ declare class Repository$1d implements Nomalism$1.UnitOfMeasure.IRepository {
|
|
|
717
687
|
}
|
|
718
688
|
|
|
719
689
|
declare namespace unitOfMeasure {
|
|
720
|
-
export { Repository$
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
declare class Repository$1c implements Nomalism$1.UserPermissions.IRepository {
|
|
724
|
-
route: string;
|
|
725
|
-
publicRoute: string;
|
|
726
|
-
private api;
|
|
727
|
-
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
728
|
-
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.UserPermissions.IFindByOwnerIdResponse[]>;
|
|
729
|
-
create(body: Nomalism$1.UserPermissions.ICreateRequest): Promise<Nomalism$1.UserPermissions.IFindByOwnerIdResponse>;
|
|
730
|
-
deleteOne(selector: Nomalism$1.shared.IFindByIdNumberRequest): Promise<Nomalism$1.UserPermissions.IFindByOwnerIdResponse | null>;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
declare namespace userPermission {
|
|
734
|
-
export { Repository$1c as default };
|
|
690
|
+
export { Repository$1e as default };
|
|
735
691
|
}
|
|
736
692
|
|
|
737
|
-
declare class Repository$
|
|
693
|
+
declare class Repository$1d implements Nomalism$1.UserPositions.IRepository {
|
|
738
694
|
route: string;
|
|
739
695
|
publicRoute: string;
|
|
740
696
|
private api;
|
|
@@ -749,10 +705,10 @@ declare class Repository$1b implements Nomalism$1.UserPositions.IRepository {
|
|
|
749
705
|
}
|
|
750
706
|
|
|
751
707
|
declare namespace userPositions {
|
|
752
|
-
export { Repository$
|
|
708
|
+
export { Repository$1d as default };
|
|
753
709
|
}
|
|
754
710
|
|
|
755
|
-
declare class Repository$
|
|
711
|
+
declare class Repository$1c implements Nomalism$1.Users.IApi {
|
|
756
712
|
route: string;
|
|
757
713
|
publicRoute: string;
|
|
758
714
|
private api;
|
|
@@ -769,10 +725,10 @@ declare class Repository$1a implements Nomalism$1.Users.IApi {
|
|
|
769
725
|
}
|
|
770
726
|
|
|
771
727
|
declare namespace user {
|
|
772
|
-
export { Repository$
|
|
728
|
+
export { Repository$1c as default };
|
|
773
729
|
}
|
|
774
730
|
|
|
775
|
-
declare class Repository$
|
|
731
|
+
declare class Repository$1b implements Nomalism$1.VatTax.IRepository {
|
|
776
732
|
route: string;
|
|
777
733
|
publicRoute: string;
|
|
778
734
|
private api;
|
|
@@ -788,10 +744,10 @@ declare class Repository$19 implements Nomalism$1.VatTax.IRepository {
|
|
|
788
744
|
}
|
|
789
745
|
|
|
790
746
|
declare namespace vatTax {
|
|
791
|
-
export { Repository$
|
|
747
|
+
export { Repository$1b as default };
|
|
792
748
|
}
|
|
793
749
|
|
|
794
|
-
declare class Repository$
|
|
750
|
+
declare class Repository$1a implements Nomalism$1.VatTaxZone.IRepository {
|
|
795
751
|
route: string;
|
|
796
752
|
publicRoute: string;
|
|
797
753
|
private api;
|
|
@@ -807,10 +763,10 @@ declare class Repository$18 implements Nomalism$1.VatTaxZone.IRepository {
|
|
|
807
763
|
}
|
|
808
764
|
|
|
809
765
|
declare namespace vatTaxZone {
|
|
810
|
-
export { Repository$
|
|
766
|
+
export { Repository$1a as default };
|
|
811
767
|
}
|
|
812
768
|
|
|
813
|
-
declare class Repository$
|
|
769
|
+
declare class Repository$19 implements Nomalism$1.Workflow.IApi {
|
|
814
770
|
route: string;
|
|
815
771
|
publicRoute: string;
|
|
816
772
|
private api;
|
|
@@ -823,10 +779,10 @@ declare class Repository$17 implements Nomalism$1.Workflow.IApi {
|
|
|
823
779
|
}
|
|
824
780
|
|
|
825
781
|
declare namespace workflow {
|
|
826
|
-
export { Repository$
|
|
782
|
+
export { Repository$19 as default };
|
|
827
783
|
}
|
|
828
784
|
|
|
829
|
-
declare class Repository$
|
|
785
|
+
declare class Repository$18 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
830
786
|
route: string;
|
|
831
787
|
publicRoute: string;
|
|
832
788
|
private api;
|
|
@@ -840,10 +796,10 @@ declare class Repository$16 implements Nomalism$1.DeliveryMethods.IRepository {
|
|
|
840
796
|
}
|
|
841
797
|
|
|
842
798
|
declare namespace deliveryMethods {
|
|
843
|
-
export { Repository$
|
|
799
|
+
export { Repository$18 as default };
|
|
844
800
|
}
|
|
845
801
|
|
|
846
|
-
declare class Repository$
|
|
802
|
+
declare class Repository$17 implements Nomalism$1.MaturityDates.IRepository {
|
|
847
803
|
route: string;
|
|
848
804
|
publicRoute: string;
|
|
849
805
|
private api;
|
|
@@ -857,10 +813,10 @@ declare class Repository$15 implements Nomalism$1.MaturityDates.IRepository {
|
|
|
857
813
|
}
|
|
858
814
|
|
|
859
815
|
declare namespace maturityDates {
|
|
860
|
-
export { Repository$
|
|
816
|
+
export { Repository$17 as default };
|
|
861
817
|
}
|
|
862
818
|
|
|
863
|
-
declare class Repository$
|
|
819
|
+
declare class Repository$16 implements Nomalism$1.PaymentMethods.IRepository {
|
|
864
820
|
route: string;
|
|
865
821
|
publicRoute: string;
|
|
866
822
|
private api;
|
|
@@ -874,10 +830,10 @@ declare class Repository$14 implements Nomalism$1.PaymentMethods.IRepository {
|
|
|
874
830
|
}
|
|
875
831
|
|
|
876
832
|
declare namespace paymentMethods {
|
|
877
|
-
export { Repository$
|
|
833
|
+
export { Repository$16 as default };
|
|
878
834
|
}
|
|
879
835
|
|
|
880
|
-
declare class Repository$
|
|
836
|
+
declare class Repository$15 implements Nomalism$1.Vehicles.IApi {
|
|
881
837
|
route: string;
|
|
882
838
|
publicRoute: string;
|
|
883
839
|
private api;
|
|
@@ -889,10 +845,10 @@ declare class Repository$13 implements Nomalism$1.Vehicles.IApi {
|
|
|
889
845
|
}
|
|
890
846
|
|
|
891
847
|
declare namespace vehicles {
|
|
892
|
-
export { Repository$
|
|
848
|
+
export { Repository$15 as default };
|
|
893
849
|
}
|
|
894
850
|
|
|
895
|
-
declare class Repository$
|
|
851
|
+
declare class Repository$14 implements Nomalism$1.ExternalDocumentType.IRepository {
|
|
896
852
|
route: string;
|
|
897
853
|
publicRoute: string;
|
|
898
854
|
private api;
|
|
@@ -902,10 +858,10 @@ declare class Repository$12 implements Nomalism$1.ExternalDocumentType.IReposito
|
|
|
902
858
|
}
|
|
903
859
|
|
|
904
860
|
declare namespace externalDocumentType {
|
|
905
|
-
export { Repository$
|
|
861
|
+
export { Repository$14 as default };
|
|
906
862
|
}
|
|
907
863
|
|
|
908
|
-
declare class Repository$
|
|
864
|
+
declare class Repository$13 implements Nomalism$1.DocumentSet.IRepository {
|
|
909
865
|
route: string;
|
|
910
866
|
publicRoute: string;
|
|
911
867
|
private api;
|
|
@@ -919,10 +875,10 @@ declare class Repository$11 implements Nomalism$1.DocumentSet.IRepository {
|
|
|
919
875
|
}
|
|
920
876
|
|
|
921
877
|
declare namespace documentSet {
|
|
922
|
-
export { Repository$
|
|
878
|
+
export { Repository$13 as default };
|
|
923
879
|
}
|
|
924
880
|
|
|
925
|
-
declare class Repository$
|
|
881
|
+
declare class Repository$12 implements Nomalism$1.Payment.IRepository {
|
|
926
882
|
route: string;
|
|
927
883
|
publicRoute: string;
|
|
928
884
|
private api;
|
|
@@ -937,10 +893,10 @@ declare class Repository$10 implements Nomalism$1.Payment.IRepository {
|
|
|
937
893
|
}
|
|
938
894
|
|
|
939
895
|
declare namespace payment {
|
|
940
|
-
export { Repository$
|
|
896
|
+
export { Repository$12 as default };
|
|
941
897
|
}
|
|
942
898
|
|
|
943
|
-
declare class Repository
|
|
899
|
+
declare class Repository$11 implements Nomalism$1.ExternalDocumentHeader.IRepository {
|
|
944
900
|
route: string;
|
|
945
901
|
publicRoute: string;
|
|
946
902
|
private api;
|
|
@@ -956,10 +912,10 @@ declare class Repository$$ implements Nomalism$1.ExternalDocumentHeader.IReposit
|
|
|
956
912
|
}
|
|
957
913
|
|
|
958
914
|
declare namespace externalDocumentHeader {
|
|
959
|
-
export { Repository
|
|
915
|
+
export { Repository$11 as default };
|
|
960
916
|
}
|
|
961
917
|
|
|
962
|
-
declare class Repository$
|
|
918
|
+
declare class Repository$10 implements Nomalism$1.VatValidation.IRepository {
|
|
963
919
|
route: string;
|
|
964
920
|
publicRoute: string;
|
|
965
921
|
private api;
|
|
@@ -968,10 +924,10 @@ declare class Repository$_ implements Nomalism$1.VatValidation.IRepository {
|
|
|
968
924
|
}
|
|
969
925
|
|
|
970
926
|
declare namespace vatValidation {
|
|
971
|
-
export { Repository$
|
|
927
|
+
export { Repository$10 as default };
|
|
972
928
|
}
|
|
973
929
|
|
|
974
|
-
declare class Repository
|
|
930
|
+
declare class Repository$$ implements Nomalism$1.StockMovement.IRepository {
|
|
975
931
|
route: string;
|
|
976
932
|
publicRoute: string;
|
|
977
933
|
private api;
|
|
@@ -984,10 +940,10 @@ declare class Repository$Z implements Nomalism$1.StockMovement.IRepository {
|
|
|
984
940
|
}
|
|
985
941
|
|
|
986
942
|
declare namespace stockMovement {
|
|
987
|
-
export { Repository
|
|
943
|
+
export { Repository$$ as default };
|
|
988
944
|
}
|
|
989
945
|
|
|
990
|
-
declare class Repository$
|
|
946
|
+
declare class Repository$_ implements Nomalism$1.ZipCode.IRepository {
|
|
991
947
|
route: string;
|
|
992
948
|
publicRoute: string;
|
|
993
949
|
private api;
|
|
@@ -997,10 +953,10 @@ declare class Repository$Y implements Nomalism$1.ZipCode.IRepository {
|
|
|
997
953
|
}
|
|
998
954
|
|
|
999
955
|
declare namespace zipCode {
|
|
1000
|
-
export { Repository$
|
|
956
|
+
export { Repository$_ as default };
|
|
1001
957
|
}
|
|
1002
958
|
|
|
1003
|
-
declare class Repository$
|
|
959
|
+
declare class Repository$Z implements Nomalism$1.Tenant.IRepository {
|
|
1004
960
|
route: string;
|
|
1005
961
|
publicRoute: string;
|
|
1006
962
|
private api;
|
|
@@ -1012,10 +968,10 @@ declare class Repository$X implements Nomalism$1.Tenant.IRepository {
|
|
|
1012
968
|
}
|
|
1013
969
|
|
|
1014
970
|
declare namespace tenant {
|
|
1015
|
-
export { Repository$
|
|
971
|
+
export { Repository$Z as default };
|
|
1016
972
|
}
|
|
1017
973
|
|
|
1018
|
-
declare class Repository$
|
|
974
|
+
declare class Repository$Y implements Nomalism$1.PreSale.IRepository {
|
|
1019
975
|
route: string;
|
|
1020
976
|
publicRoute: string;
|
|
1021
977
|
private api;
|
|
@@ -1031,10 +987,10 @@ declare class Repository$W implements Nomalism$1.PreSale.IRepository {
|
|
|
1031
987
|
}
|
|
1032
988
|
|
|
1033
989
|
declare namespace preSale {
|
|
1034
|
-
export { Repository$
|
|
990
|
+
export { Repository$Y as default };
|
|
1035
991
|
}
|
|
1036
992
|
|
|
1037
|
-
declare class Repository$
|
|
993
|
+
declare class Repository$X implements Nomalism$1.PreSaleProduct.IRepository {
|
|
1038
994
|
route: string;
|
|
1039
995
|
publicRoute: string;
|
|
1040
996
|
private api;
|
|
@@ -1044,10 +1000,10 @@ declare class Repository$V implements Nomalism$1.PreSaleProduct.IRepository {
|
|
|
1044
1000
|
}
|
|
1045
1001
|
|
|
1046
1002
|
declare namespace preSaleProduct {
|
|
1047
|
-
export { Repository$
|
|
1003
|
+
export { Repository$X as default };
|
|
1048
1004
|
}
|
|
1049
1005
|
|
|
1050
|
-
declare class Repository$
|
|
1006
|
+
declare class Repository$W implements Nomalism$1.OrderManagement.IRepository {
|
|
1051
1007
|
route: string;
|
|
1052
1008
|
publicRoute: string;
|
|
1053
1009
|
private api;
|
|
@@ -1057,10 +1013,10 @@ declare class Repository$U implements Nomalism$1.OrderManagement.IRepository {
|
|
|
1057
1013
|
}
|
|
1058
1014
|
|
|
1059
1015
|
declare namespace orderManagement {
|
|
1060
|
-
export { Repository$
|
|
1016
|
+
export { Repository$W as default };
|
|
1061
1017
|
}
|
|
1062
1018
|
|
|
1063
|
-
declare class Repository$
|
|
1019
|
+
declare class Repository$V implements Nomalism$1.Npc.IRepository {
|
|
1064
1020
|
route: string;
|
|
1065
1021
|
publicRoute: string;
|
|
1066
1022
|
private api;
|
|
@@ -1071,10 +1027,10 @@ declare class Repository$T implements Nomalism$1.Npc.IRepository {
|
|
|
1071
1027
|
}
|
|
1072
1028
|
|
|
1073
1029
|
declare namespace npc {
|
|
1074
|
-
export { Repository$
|
|
1030
|
+
export { Repository$V as default };
|
|
1075
1031
|
}
|
|
1076
1032
|
|
|
1077
|
-
declare class Repository$
|
|
1033
|
+
declare class Repository$U implements Nomalism$1.Printer.IRepository {
|
|
1078
1034
|
route: string;
|
|
1079
1035
|
publicRoute: string;
|
|
1080
1036
|
private api;
|
|
@@ -1087,10 +1043,10 @@ declare class Repository$S implements Nomalism$1.Printer.IRepository {
|
|
|
1087
1043
|
}
|
|
1088
1044
|
|
|
1089
1045
|
declare namespace printer {
|
|
1090
|
-
export { Repository$
|
|
1046
|
+
export { Repository$U as default };
|
|
1091
1047
|
}
|
|
1092
1048
|
|
|
1093
|
-
declare class Repository$
|
|
1049
|
+
declare class Repository$T implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
1094
1050
|
route: string;
|
|
1095
1051
|
publicRoute: string;
|
|
1096
1052
|
private api;
|
|
@@ -1103,10 +1059,10 @@ declare class Repository$R implements Nomalism$1.SchedulePrintJob.IRepository {
|
|
|
1103
1059
|
}
|
|
1104
1060
|
|
|
1105
1061
|
declare namespace schedulePrintJob {
|
|
1106
|
-
export { Repository$
|
|
1062
|
+
export { Repository$T as default };
|
|
1107
1063
|
}
|
|
1108
1064
|
|
|
1109
|
-
declare class Repository$
|
|
1065
|
+
declare class Repository$S implements Nomalism$1.QueryList.IRepository {
|
|
1110
1066
|
route: string;
|
|
1111
1067
|
publicRoute: string;
|
|
1112
1068
|
private api;
|
|
@@ -1121,10 +1077,10 @@ declare class Repository$Q implements Nomalism$1.QueryList.IRepository {
|
|
|
1121
1077
|
}
|
|
1122
1078
|
|
|
1123
1079
|
declare namespace queryList {
|
|
1124
|
-
export { Repository$
|
|
1080
|
+
export { Repository$S as default };
|
|
1125
1081
|
}
|
|
1126
1082
|
|
|
1127
|
-
declare class Repository$
|
|
1083
|
+
declare class Repository$R implements Nomalism$1.QueryParameter.IRepository {
|
|
1128
1084
|
route: string;
|
|
1129
1085
|
publicRoute: string;
|
|
1130
1086
|
private api;
|
|
@@ -1138,10 +1094,10 @@ declare class Repository$P implements Nomalism$1.QueryParameter.IRepository {
|
|
|
1138
1094
|
}
|
|
1139
1095
|
|
|
1140
1096
|
declare namespace queryParameter {
|
|
1141
|
-
export { Repository$
|
|
1097
|
+
export { Repository$R as default };
|
|
1142
1098
|
}
|
|
1143
1099
|
|
|
1144
|
-
declare class Repository$
|
|
1100
|
+
declare class Repository$Q implements Nomalism$1.ReturnReason.IRepository {
|
|
1145
1101
|
route: string;
|
|
1146
1102
|
publicRoute: string;
|
|
1147
1103
|
private api;
|
|
@@ -1153,10 +1109,10 @@ declare class Repository$O implements Nomalism$1.ReturnReason.IRepository {
|
|
|
1153
1109
|
}
|
|
1154
1110
|
|
|
1155
1111
|
declare namespace returnReason {
|
|
1156
|
-
export { Repository$
|
|
1112
|
+
export { Repository$Q as default };
|
|
1157
1113
|
}
|
|
1158
1114
|
|
|
1159
|
-
declare class Repository$
|
|
1115
|
+
declare class Repository$P implements Nomalism$1.PropostaSheets.IRepository {
|
|
1160
1116
|
route: string;
|
|
1161
1117
|
publicRoute: string;
|
|
1162
1118
|
private api;
|
|
@@ -1174,10 +1130,10 @@ declare class Repository$N implements Nomalism$1.PropostaSheets.IRepository {
|
|
|
1174
1130
|
}
|
|
1175
1131
|
|
|
1176
1132
|
declare namespace propostaSheets {
|
|
1177
|
-
export { Repository$
|
|
1133
|
+
export { Repository$P as default };
|
|
1178
1134
|
}
|
|
1179
1135
|
|
|
1180
|
-
declare class Repository$
|
|
1136
|
+
declare class Repository$O implements Nomalism$1.Schedule.IRepository {
|
|
1181
1137
|
route: string;
|
|
1182
1138
|
publicRoute: string;
|
|
1183
1139
|
private api;
|
|
@@ -1186,10 +1142,10 @@ declare class Repository$M implements Nomalism$1.Schedule.IRepository {
|
|
|
1186
1142
|
}
|
|
1187
1143
|
|
|
1188
1144
|
declare namespace schedule {
|
|
1189
|
-
export { Repository$
|
|
1145
|
+
export { Repository$O as default };
|
|
1190
1146
|
}
|
|
1191
1147
|
|
|
1192
|
-
declare class Repository$
|
|
1148
|
+
declare class Repository$N implements Nomalism$1.GoogleFilePermission.IRepository {
|
|
1193
1149
|
route: string;
|
|
1194
1150
|
publicRoute: string;
|
|
1195
1151
|
private api;
|
|
@@ -1201,10 +1157,10 @@ declare class Repository$L implements Nomalism$1.GoogleFilePermission.IRepositor
|
|
|
1201
1157
|
}
|
|
1202
1158
|
|
|
1203
1159
|
declare namespace googleFilePermission {
|
|
1204
|
-
export { Repository$
|
|
1160
|
+
export { Repository$N as default };
|
|
1205
1161
|
}
|
|
1206
1162
|
|
|
1207
|
-
declare class Repository$
|
|
1163
|
+
declare class Repository$M implements Nomalism$1.Settings.IRepository {
|
|
1208
1164
|
route: string;
|
|
1209
1165
|
publicRoute: string;
|
|
1210
1166
|
private api;
|
|
@@ -1217,10 +1173,10 @@ declare class Repository$K implements Nomalism$1.Settings.IRepository {
|
|
|
1217
1173
|
}
|
|
1218
1174
|
|
|
1219
1175
|
declare namespace settings {
|
|
1220
|
-
export { Repository$
|
|
1176
|
+
export { Repository$M as default };
|
|
1221
1177
|
}
|
|
1222
1178
|
|
|
1223
|
-
declare class Repository$
|
|
1179
|
+
declare class Repository$L implements Nomalism$1.Tickets.IRepository {
|
|
1224
1180
|
route: string;
|
|
1225
1181
|
publicRoute: string;
|
|
1226
1182
|
private api;
|
|
@@ -1232,10 +1188,10 @@ declare class Repository$J implements Nomalism$1.Tickets.IRepository {
|
|
|
1232
1188
|
}
|
|
1233
1189
|
|
|
1234
1190
|
declare namespace tickets {
|
|
1235
|
-
export { Repository$
|
|
1191
|
+
export { Repository$L as default };
|
|
1236
1192
|
}
|
|
1237
1193
|
|
|
1238
|
-
declare class Repository$
|
|
1194
|
+
declare class Repository$K implements Nomalism$1.Channel.IRepository {
|
|
1239
1195
|
route: string;
|
|
1240
1196
|
publicRoute: string;
|
|
1241
1197
|
private api;
|
|
@@ -1249,10 +1205,10 @@ declare class Repository$I implements Nomalism$1.Channel.IRepository {
|
|
|
1249
1205
|
}
|
|
1250
1206
|
|
|
1251
1207
|
declare namespace channel {
|
|
1252
|
-
export { Repository$
|
|
1208
|
+
export { Repository$K as default };
|
|
1253
1209
|
}
|
|
1254
1210
|
|
|
1255
|
-
declare class Repository$
|
|
1211
|
+
declare class Repository$J implements Nomalism$1.TicketsLanguage.IRepository {
|
|
1256
1212
|
route: string;
|
|
1257
1213
|
publicRoute: string;
|
|
1258
1214
|
private api;
|
|
@@ -1266,10 +1222,10 @@ declare class Repository$H implements Nomalism$1.TicketsLanguage.IRepository {
|
|
|
1266
1222
|
}
|
|
1267
1223
|
|
|
1268
1224
|
declare namespace language {
|
|
1269
|
-
export { Repository$
|
|
1225
|
+
export { Repository$J as default };
|
|
1270
1226
|
}
|
|
1271
1227
|
|
|
1272
|
-
declare class Repository$
|
|
1228
|
+
declare class Repository$I implements Nomalism$1.CLT.IRepository {
|
|
1273
1229
|
route: string;
|
|
1274
1230
|
publicRoute: string;
|
|
1275
1231
|
private api;
|
|
@@ -1283,10 +1239,10 @@ declare class Repository$G implements Nomalism$1.CLT.IRepository {
|
|
|
1283
1239
|
}
|
|
1284
1240
|
|
|
1285
1241
|
declare namespace clt {
|
|
1286
|
-
export { Repository$
|
|
1242
|
+
export { Repository$I as default };
|
|
1287
1243
|
}
|
|
1288
1244
|
|
|
1289
|
-
declare class Repository$
|
|
1245
|
+
declare class Repository$H implements Nomalism$1.StartDocumentHeaderLastUpdate.IController {
|
|
1290
1246
|
route: string;
|
|
1291
1247
|
publicRoute: string;
|
|
1292
1248
|
private api;
|
|
@@ -1295,10 +1251,10 @@ declare class Repository$F implements Nomalism$1.StartDocumentHeaderLastUpdate.I
|
|
|
1295
1251
|
}
|
|
1296
1252
|
|
|
1297
1253
|
declare namespace startDocumentHeaderLastUpdate {
|
|
1298
|
-
export { Repository$
|
|
1254
|
+
export { Repository$H as default };
|
|
1299
1255
|
}
|
|
1300
1256
|
|
|
1301
|
-
declare class Repository$
|
|
1257
|
+
declare class Repository$G implements Nomalism$1.Persona.IRepository {
|
|
1302
1258
|
route: string;
|
|
1303
1259
|
publicRoute: string;
|
|
1304
1260
|
private api;
|
|
@@ -1317,10 +1273,10 @@ declare class Repository$E implements Nomalism$1.Persona.IRepository {
|
|
|
1317
1273
|
}
|
|
1318
1274
|
|
|
1319
1275
|
declare namespace persona {
|
|
1320
|
-
export { Repository$
|
|
1276
|
+
export { Repository$G as default };
|
|
1321
1277
|
}
|
|
1322
1278
|
|
|
1323
|
-
declare class Repository$
|
|
1279
|
+
declare class Repository$F implements Nomalism$1.ProjectInfo.IController {
|
|
1324
1280
|
route: string;
|
|
1325
1281
|
publicRoute: string;
|
|
1326
1282
|
private api;
|
|
@@ -1329,10 +1285,10 @@ declare class Repository$D implements Nomalism$1.ProjectInfo.IController {
|
|
|
1329
1285
|
}
|
|
1330
1286
|
|
|
1331
1287
|
declare namespace projectInfo {
|
|
1332
|
-
export { Repository$
|
|
1288
|
+
export { Repository$F as default };
|
|
1333
1289
|
}
|
|
1334
1290
|
|
|
1335
|
-
declare class Repository$
|
|
1291
|
+
declare class Repository$E implements Nomalism$1.Order.IRepository {
|
|
1336
1292
|
route: string;
|
|
1337
1293
|
publicRoute: string;
|
|
1338
1294
|
private api;
|
|
@@ -1347,10 +1303,10 @@ declare class Repository$C implements Nomalism$1.Order.IRepository {
|
|
|
1347
1303
|
}
|
|
1348
1304
|
|
|
1349
1305
|
declare namespace order {
|
|
1350
|
-
export { Repository$
|
|
1306
|
+
export { Repository$E as default };
|
|
1351
1307
|
}
|
|
1352
1308
|
|
|
1353
|
-
declare class Repository$
|
|
1309
|
+
declare class Repository$D implements Nomalism$1.Purchase.IApi {
|
|
1354
1310
|
route: string;
|
|
1355
1311
|
publicRoute: string;
|
|
1356
1312
|
private api;
|
|
@@ -1363,10 +1319,10 @@ declare class Repository$B implements Nomalism$1.Purchase.IApi {
|
|
|
1363
1319
|
}
|
|
1364
1320
|
|
|
1365
1321
|
declare namespace purchase {
|
|
1366
|
-
export { Repository$
|
|
1322
|
+
export { Repository$D as default };
|
|
1367
1323
|
}
|
|
1368
1324
|
|
|
1369
|
-
declare class Repository$
|
|
1325
|
+
declare class Repository$C implements Nomalism$1.MaterialEntrance.IApi {
|
|
1370
1326
|
route: string;
|
|
1371
1327
|
publicRoute: string;
|
|
1372
1328
|
private api;
|
|
@@ -1380,10 +1336,10 @@ declare class Repository$A implements Nomalism$1.MaterialEntrance.IApi {
|
|
|
1380
1336
|
}
|
|
1381
1337
|
|
|
1382
1338
|
declare namespace materialEntrance {
|
|
1383
|
-
export { Repository$
|
|
1339
|
+
export { Repository$C as default };
|
|
1384
1340
|
}
|
|
1385
1341
|
|
|
1386
|
-
declare class Repository$
|
|
1342
|
+
declare class Repository$B implements Nomalism$1.Transformado.IRepository {
|
|
1387
1343
|
route: string;
|
|
1388
1344
|
publicRoute: string;
|
|
1389
1345
|
private api;
|
|
@@ -1393,10 +1349,10 @@ declare class Repository$z implements Nomalism$1.Transformado.IRepository {
|
|
|
1393
1349
|
}
|
|
1394
1350
|
|
|
1395
1351
|
declare namespace transformado {
|
|
1396
|
-
export { Repository$
|
|
1352
|
+
export { Repository$B as default };
|
|
1397
1353
|
}
|
|
1398
1354
|
|
|
1399
|
-
declare class Repository$
|
|
1355
|
+
declare class Repository$A implements Nomalism$1.UpfrontReturn.IRepository {
|
|
1400
1356
|
route: string;
|
|
1401
1357
|
publicRoute: string;
|
|
1402
1358
|
private api;
|
|
@@ -1405,10 +1361,10 @@ declare class Repository$y implements Nomalism$1.UpfrontReturn.IRepository {
|
|
|
1405
1361
|
}
|
|
1406
1362
|
|
|
1407
1363
|
declare namespace upfrontReturn {
|
|
1408
|
-
export { Repository$
|
|
1364
|
+
export { Repository$A as default };
|
|
1409
1365
|
}
|
|
1410
1366
|
|
|
1411
|
-
declare class Repository$
|
|
1367
|
+
declare class Repository$z implements Nomalism$1.SavedEmPicking.IRepository {
|
|
1412
1368
|
route: string;
|
|
1413
1369
|
publicRoute: string;
|
|
1414
1370
|
private api;
|
|
@@ -1420,10 +1376,10 @@ declare class Repository$x implements Nomalism$1.SavedEmPicking.IRepository {
|
|
|
1420
1376
|
}
|
|
1421
1377
|
|
|
1422
1378
|
declare namespace savedEmPicking {
|
|
1423
|
-
export { Repository$
|
|
1379
|
+
export { Repository$z as default };
|
|
1424
1380
|
}
|
|
1425
1381
|
|
|
1426
|
-
declare class Repository$
|
|
1382
|
+
declare class Repository$y implements Nomalism$1.EmailTemplate.IRepository {
|
|
1427
1383
|
route: string;
|
|
1428
1384
|
publicRoute: string;
|
|
1429
1385
|
private api;
|
|
@@ -1436,10 +1392,10 @@ declare class Repository$w implements Nomalism$1.EmailTemplate.IRepository {
|
|
|
1436
1392
|
}
|
|
1437
1393
|
|
|
1438
1394
|
declare namespace emailTemplate {
|
|
1439
|
-
export { Repository$
|
|
1395
|
+
export { Repository$y as default };
|
|
1440
1396
|
}
|
|
1441
1397
|
|
|
1442
|
-
declare class Repository$
|
|
1398
|
+
declare class Repository$x implements Nomalism$1.EmailTemplateAttachment.IRepository {
|
|
1443
1399
|
route: string;
|
|
1444
1400
|
publicRoute: string;
|
|
1445
1401
|
private api;
|
|
@@ -1449,10 +1405,10 @@ declare class Repository$v implements Nomalism$1.EmailTemplateAttachment.IReposi
|
|
|
1449
1405
|
}
|
|
1450
1406
|
|
|
1451
1407
|
declare namespace emailTemplateAttachment {
|
|
1452
|
-
export { Repository$
|
|
1408
|
+
export { Repository$x as default };
|
|
1453
1409
|
}
|
|
1454
1410
|
|
|
1455
|
-
declare class Repository$
|
|
1411
|
+
declare class Repository$w implements Nomalism$1.Prison.IRepository {
|
|
1456
1412
|
route: string;
|
|
1457
1413
|
publicRoute: string;
|
|
1458
1414
|
private api;
|
|
@@ -1466,10 +1422,10 @@ declare class Repository$u implements Nomalism$1.Prison.IRepository {
|
|
|
1466
1422
|
}
|
|
1467
1423
|
|
|
1468
1424
|
declare namespace prison {
|
|
1469
|
-
export { Repository$
|
|
1425
|
+
export { Repository$w as default };
|
|
1470
1426
|
}
|
|
1471
1427
|
|
|
1472
|
-
declare class Repository$
|
|
1428
|
+
declare class Repository$v implements Nomalism$1.Quebra.IRepository {
|
|
1473
1429
|
route: string;
|
|
1474
1430
|
publicRoute: string;
|
|
1475
1431
|
private api;
|
|
@@ -1482,10 +1438,10 @@ declare class Repository$t implements Nomalism$1.Quebra.IRepository {
|
|
|
1482
1438
|
}
|
|
1483
1439
|
|
|
1484
1440
|
declare namespace quebra {
|
|
1485
|
-
export { Repository$
|
|
1441
|
+
export { Repository$v as default };
|
|
1486
1442
|
}
|
|
1487
1443
|
|
|
1488
|
-
declare class Repository$
|
|
1444
|
+
declare class Repository$u implements Nomalism$1.Inventario.IRepository {
|
|
1489
1445
|
route: string;
|
|
1490
1446
|
publicRoute: string;
|
|
1491
1447
|
private api;
|
|
@@ -1495,10 +1451,10 @@ declare class Repository$s implements Nomalism$1.Inventario.IRepository {
|
|
|
1495
1451
|
}
|
|
1496
1452
|
|
|
1497
1453
|
declare namespace inventario {
|
|
1498
|
-
export { Repository$
|
|
1454
|
+
export { Repository$u as default };
|
|
1499
1455
|
}
|
|
1500
1456
|
|
|
1501
|
-
declare class Repository$
|
|
1457
|
+
declare class Repository$t implements Nomalism$1.ReturnToProvider.IRepository {
|
|
1502
1458
|
route: string;
|
|
1503
1459
|
publicRoute: string;
|
|
1504
1460
|
private api;
|
|
@@ -1509,10 +1465,10 @@ declare class Repository$r implements Nomalism$1.ReturnToProvider.IRepository {
|
|
|
1509
1465
|
}
|
|
1510
1466
|
|
|
1511
1467
|
declare namespace returnToProvider {
|
|
1512
|
-
export { Repository$
|
|
1468
|
+
export { Repository$t as default };
|
|
1513
1469
|
}
|
|
1514
1470
|
|
|
1515
|
-
declare class Repository$
|
|
1471
|
+
declare class Repository$s implements Nomalism$1.EmailVerification.IApi {
|
|
1516
1472
|
route: string;
|
|
1517
1473
|
publicRoute: string;
|
|
1518
1474
|
private api;
|
|
@@ -1523,10 +1479,10 @@ declare class Repository$q implements Nomalism$1.EmailVerification.IApi {
|
|
|
1523
1479
|
}
|
|
1524
1480
|
|
|
1525
1481
|
declare namespace emailVerification {
|
|
1526
|
-
export { Repository$
|
|
1482
|
+
export { Repository$s as default };
|
|
1527
1483
|
}
|
|
1528
1484
|
|
|
1529
|
-
declare class Repository$
|
|
1485
|
+
declare class Repository$r implements Nomalism$1.EmailLog.IApi {
|
|
1530
1486
|
route: string;
|
|
1531
1487
|
publicRoute: string;
|
|
1532
1488
|
private api;
|
|
@@ -1538,10 +1494,10 @@ declare class Repository$p implements Nomalism$1.EmailLog.IApi {
|
|
|
1538
1494
|
}
|
|
1539
1495
|
|
|
1540
1496
|
declare namespace emailLog {
|
|
1541
|
-
export { Repository$
|
|
1497
|
+
export { Repository$r as default };
|
|
1542
1498
|
}
|
|
1543
1499
|
|
|
1544
|
-
declare class Repository$
|
|
1500
|
+
declare class Repository$q implements Nomalism$1.DocumentLineNote.IRepository {
|
|
1545
1501
|
route: string;
|
|
1546
1502
|
publicRoute: string;
|
|
1547
1503
|
private api;
|
|
@@ -1550,10 +1506,10 @@ declare class Repository$o implements Nomalism$1.DocumentLineNote.IRepository {
|
|
|
1550
1506
|
}
|
|
1551
1507
|
|
|
1552
1508
|
declare namespace documentLineNote {
|
|
1553
|
-
export { Repository$
|
|
1509
|
+
export { Repository$q as default };
|
|
1554
1510
|
}
|
|
1555
1511
|
|
|
1556
|
-
declare class Repository$
|
|
1512
|
+
declare class Repository$p implements Nomalism$1.SavedProviderProposal.IRepository {
|
|
1557
1513
|
route: string;
|
|
1558
1514
|
publicRoute: string;
|
|
1559
1515
|
private api;
|
|
@@ -1563,10 +1519,10 @@ declare class Repository$n implements Nomalism$1.SavedProviderProposal.IReposito
|
|
|
1563
1519
|
}
|
|
1564
1520
|
|
|
1565
1521
|
declare namespace savedProviderProposal {
|
|
1566
|
-
export { Repository$
|
|
1522
|
+
export { Repository$p as default };
|
|
1567
1523
|
}
|
|
1568
1524
|
|
|
1569
|
-
declare class Repository$
|
|
1525
|
+
declare class Repository$o implements Nomalism$1.ProductGoogleSheets.IRepository {
|
|
1570
1526
|
route: string;
|
|
1571
1527
|
publicRoute: string;
|
|
1572
1528
|
private api;
|
|
@@ -1597,10 +1553,10 @@ declare class Repository$m implements Nomalism$1.ProductGoogleSheets.IRepository
|
|
|
1597
1553
|
}
|
|
1598
1554
|
|
|
1599
1555
|
declare namespace productGoogleSheets {
|
|
1600
|
-
export { Repository$
|
|
1556
|
+
export { Repository$o as default };
|
|
1601
1557
|
}
|
|
1602
1558
|
|
|
1603
|
-
declare class Repository$
|
|
1559
|
+
declare class Repository$n implements Nomalism$1.Task.IRepository {
|
|
1604
1560
|
route: string;
|
|
1605
1561
|
publicRoute: string;
|
|
1606
1562
|
private api;
|
|
@@ -1615,10 +1571,10 @@ declare class Repository$l implements Nomalism$1.Task.IRepository {
|
|
|
1615
1571
|
}
|
|
1616
1572
|
|
|
1617
1573
|
declare namespace task {
|
|
1618
|
-
export { Repository$
|
|
1574
|
+
export { Repository$n as default };
|
|
1619
1575
|
}
|
|
1620
1576
|
|
|
1621
|
-
declare class Repository$
|
|
1577
|
+
declare class Repository$m implements Nomalism$1.TaskMessage.IRepository {
|
|
1622
1578
|
route: string;
|
|
1623
1579
|
publicRoute: string;
|
|
1624
1580
|
private api;
|
|
@@ -1629,10 +1585,10 @@ declare class Repository$k implements Nomalism$1.TaskMessage.IRepository {
|
|
|
1629
1585
|
}
|
|
1630
1586
|
|
|
1631
1587
|
declare namespace taskMessage {
|
|
1632
|
-
export { Repository$
|
|
1588
|
+
export { Repository$m as default };
|
|
1633
1589
|
}
|
|
1634
1590
|
|
|
1635
|
-
declare class Repository$
|
|
1591
|
+
declare class Repository$l implements Nomalism$1.RecurrentTasks.IRepository {
|
|
1636
1592
|
route: string;
|
|
1637
1593
|
publicRoute: string;
|
|
1638
1594
|
private api;
|
|
@@ -1642,10 +1598,10 @@ declare class Repository$j implements Nomalism$1.RecurrentTasks.IRepository {
|
|
|
1642
1598
|
}
|
|
1643
1599
|
|
|
1644
1600
|
declare namespace recurrentTasks {
|
|
1645
|
-
export { Repository$
|
|
1601
|
+
export { Repository$l as default };
|
|
1646
1602
|
}
|
|
1647
1603
|
|
|
1648
|
-
declare class Repository$
|
|
1604
|
+
declare class Repository$k implements Nomalism$1.TaskRead.IRepository {
|
|
1649
1605
|
route: string;
|
|
1650
1606
|
publicRoute: string;
|
|
1651
1607
|
private api;
|
|
@@ -1655,10 +1611,10 @@ declare class Repository$i implements Nomalism$1.TaskRead.IRepository {
|
|
|
1655
1611
|
}
|
|
1656
1612
|
|
|
1657
1613
|
declare namespace taskRead {
|
|
1658
|
-
export { Repository$
|
|
1614
|
+
export { Repository$k as default };
|
|
1659
1615
|
}
|
|
1660
1616
|
|
|
1661
|
-
declare class Repository$
|
|
1617
|
+
declare class Repository$j implements Nomalism$1.Theme.IRepository {
|
|
1662
1618
|
route: string;
|
|
1663
1619
|
publicRoute: string;
|
|
1664
1620
|
private api;
|
|
@@ -1667,10 +1623,10 @@ declare class Repository$h implements Nomalism$1.Theme.IRepository {
|
|
|
1667
1623
|
}
|
|
1668
1624
|
|
|
1669
1625
|
declare namespace theme {
|
|
1670
|
-
export { Repository$
|
|
1626
|
+
export { Repository$j as default };
|
|
1671
1627
|
}
|
|
1672
1628
|
|
|
1673
|
-
declare class Repository$
|
|
1629
|
+
declare class Repository$i implements Nomalism$1.Dashboard.IRepository {
|
|
1674
1630
|
route: string;
|
|
1675
1631
|
publicRoute: string;
|
|
1676
1632
|
private api;
|
|
@@ -1680,10 +1636,10 @@ declare class Repository$g implements Nomalism$1.Dashboard.IRepository {
|
|
|
1680
1636
|
}
|
|
1681
1637
|
|
|
1682
1638
|
declare namespace dashboard {
|
|
1683
|
-
export { Repository$
|
|
1639
|
+
export { Repository$i as default };
|
|
1684
1640
|
}
|
|
1685
1641
|
|
|
1686
|
-
declare class Repository$
|
|
1642
|
+
declare class Repository$h implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
1687
1643
|
route: string;
|
|
1688
1644
|
publicRoute: string;
|
|
1689
1645
|
private api;
|
|
@@ -1696,10 +1652,10 @@ declare class Repository$f implements Nomalism$1.ChatRapidMessage.IRepository {
|
|
|
1696
1652
|
}
|
|
1697
1653
|
|
|
1698
1654
|
declare namespace chatRapidMessage {
|
|
1699
|
-
export { Repository$
|
|
1655
|
+
export { Repository$h as default };
|
|
1700
1656
|
}
|
|
1701
1657
|
|
|
1702
|
-
declare class Repository$
|
|
1658
|
+
declare class Repository$g implements Nomalism$1.SideMenu.IController {
|
|
1703
1659
|
route: string;
|
|
1704
1660
|
publicRoute: string;
|
|
1705
1661
|
private api;
|
|
@@ -1711,10 +1667,10 @@ declare class Repository$e implements Nomalism$1.SideMenu.IController {
|
|
|
1711
1667
|
}
|
|
1712
1668
|
|
|
1713
1669
|
declare namespace sideMenu {
|
|
1714
|
-
export { Repository$
|
|
1670
|
+
export { Repository$g as default };
|
|
1715
1671
|
}
|
|
1716
1672
|
|
|
1717
|
-
declare class Repository$
|
|
1673
|
+
declare class Repository$f implements Nomalism$1.ErrorLog.IRepository {
|
|
1718
1674
|
route: string;
|
|
1719
1675
|
publicRoute: string;
|
|
1720
1676
|
private api;
|
|
@@ -1723,10 +1679,10 @@ declare class Repository$d implements Nomalism$1.ErrorLog.IRepository {
|
|
|
1723
1679
|
}
|
|
1724
1680
|
|
|
1725
1681
|
declare namespace errorLog {
|
|
1726
|
-
export { Repository$
|
|
1682
|
+
export { Repository$f as default };
|
|
1727
1683
|
}
|
|
1728
1684
|
|
|
1729
|
-
declare class Repository$
|
|
1685
|
+
declare class Repository$e implements Nomalism$1.AdminPanel.IRepository {
|
|
1730
1686
|
route: string;
|
|
1731
1687
|
publicRoute: string;
|
|
1732
1688
|
private api;
|
|
@@ -1735,10 +1691,10 @@ declare class Repository$c implements Nomalism$1.AdminPanel.IRepository {
|
|
|
1735
1691
|
}
|
|
1736
1692
|
|
|
1737
1693
|
declare namespace adminPanel {
|
|
1738
|
-
export { Repository$
|
|
1694
|
+
export { Repository$e as default };
|
|
1739
1695
|
}
|
|
1740
1696
|
|
|
1741
|
-
declare class Repository$
|
|
1697
|
+
declare class Repository$d implements Nomalism$1.DocumentLineRm.IController {
|
|
1742
1698
|
route: string;
|
|
1743
1699
|
publicRoute: string;
|
|
1744
1700
|
private api;
|
|
@@ -1748,10 +1704,10 @@ declare class Repository$b implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1748
1704
|
}
|
|
1749
1705
|
|
|
1750
1706
|
declare namespace documentLineRm {
|
|
1751
|
-
export { Repository$
|
|
1707
|
+
export { Repository$d as default };
|
|
1752
1708
|
}
|
|
1753
1709
|
|
|
1754
|
-
declare class Repository$
|
|
1710
|
+
declare class Repository$c implements Nomalism$1.DocumentLineRm.IController {
|
|
1755
1711
|
route: string;
|
|
1756
1712
|
publicRoute: string;
|
|
1757
1713
|
private api;
|
|
@@ -1761,24 +1717,24 @@ declare class Repository$a implements Nomalism$1.DocumentLineRm.IController {
|
|
|
1761
1717
|
}
|
|
1762
1718
|
|
|
1763
1719
|
declare namespace documentLineMt {
|
|
1764
|
-
export { Repository$
|
|
1720
|
+
export { Repository$c as default };
|
|
1765
1721
|
}
|
|
1766
1722
|
|
|
1767
|
-
declare class Repository$
|
|
1723
|
+
declare class Repository$b implements Nomalism$1.ChatSubscriber.IRepository {
|
|
1768
1724
|
route: string;
|
|
1769
1725
|
publicRoute: string;
|
|
1770
1726
|
private api;
|
|
1771
1727
|
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1772
|
-
createOrUpdate(data: Nomalism$1.ChatSubscriber.ICreateOrUpdateRequest): Promise<
|
|
1728
|
+
createOrUpdate(data: Nomalism$1.ChatSubscriber.ICreateOrUpdateRequest): Promise<void>;
|
|
1773
1729
|
find(data: Nomalism$1.ChatSubscriber.IFindRequest): Promise<Nomalism$1.ChatSubscriber.IFindResponse[]>;
|
|
1774
|
-
deleteOne(
|
|
1730
|
+
deleteOne({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1775
1731
|
}
|
|
1776
1732
|
|
|
1777
1733
|
declare namespace chatSubscriber {
|
|
1778
|
-
export { Repository$
|
|
1734
|
+
export { Repository$b as default };
|
|
1779
1735
|
}
|
|
1780
1736
|
|
|
1781
|
-
declare class Repository$
|
|
1737
|
+
declare class Repository$a implements Nomalism$1.Tag.IRepository {
|
|
1782
1738
|
route: string;
|
|
1783
1739
|
publicRoute: string;
|
|
1784
1740
|
private api;
|
|
@@ -1790,10 +1746,10 @@ declare class Repository$8 implements Nomalism$1.Tag.IRepository {
|
|
|
1790
1746
|
}
|
|
1791
1747
|
|
|
1792
1748
|
declare namespace tag {
|
|
1793
|
-
export { Repository$
|
|
1749
|
+
export { Repository$a as default };
|
|
1794
1750
|
}
|
|
1795
1751
|
|
|
1796
|
-
declare class Repository$
|
|
1752
|
+
declare class Repository$9 implements Nomalism$1.Gmails.IRepository {
|
|
1797
1753
|
route: string;
|
|
1798
1754
|
publicRoute: string;
|
|
1799
1755
|
private api;
|
|
@@ -1805,10 +1761,10 @@ declare class Repository$7 implements Nomalism$1.Gmails.IRepository {
|
|
|
1805
1761
|
}
|
|
1806
1762
|
|
|
1807
1763
|
declare namespace gmails {
|
|
1808
|
-
export { Repository$
|
|
1764
|
+
export { Repository$9 as default };
|
|
1809
1765
|
}
|
|
1810
1766
|
|
|
1811
|
-
declare class Repository$
|
|
1767
|
+
declare class Repository$8 implements Nomalism$1.NPF.IRepository {
|
|
1812
1768
|
route: string;
|
|
1813
1769
|
publicRoute: string;
|
|
1814
1770
|
private api;
|
|
@@ -1817,10 +1773,10 @@ declare class Repository$6 implements Nomalism$1.NPF.IRepository {
|
|
|
1817
1773
|
}
|
|
1818
1774
|
|
|
1819
1775
|
declare namespace NPF {
|
|
1820
|
-
export { Repository$
|
|
1776
|
+
export { Repository$8 as default };
|
|
1821
1777
|
}
|
|
1822
1778
|
|
|
1823
|
-
declare class Repository$
|
|
1779
|
+
declare class Repository$7 implements Nomalism$1.NRCL.IRepository {
|
|
1824
1780
|
route: string;
|
|
1825
1781
|
publicRoute: string;
|
|
1826
1782
|
private api;
|
|
@@ -1829,10 +1785,10 @@ declare class Repository$5 implements Nomalism$1.NRCL.IRepository {
|
|
|
1829
1785
|
}
|
|
1830
1786
|
|
|
1831
1787
|
declare namespace NRCL {
|
|
1832
|
-
export { Repository$
|
|
1788
|
+
export { Repository$7 as default };
|
|
1833
1789
|
}
|
|
1834
1790
|
|
|
1835
|
-
declare class Repository$
|
|
1791
|
+
declare class Repository$6 implements Nomalism$1.CurrentAccount.IRepository {
|
|
1836
1792
|
route: string;
|
|
1837
1793
|
publicRoute: string;
|
|
1838
1794
|
private api;
|
|
@@ -1846,10 +1802,10 @@ declare class Repository$4 implements Nomalism$1.CurrentAccount.IRepository {
|
|
|
1846
1802
|
}
|
|
1847
1803
|
|
|
1848
1804
|
declare namespace currentAccount {
|
|
1849
|
-
export { Repository$
|
|
1805
|
+
export { Repository$6 as default };
|
|
1850
1806
|
}
|
|
1851
1807
|
|
|
1852
|
-
declare class Repository$
|
|
1808
|
+
declare class Repository$5 implements Nomalism$1.PaymentBatch.IRepository {
|
|
1853
1809
|
route: string;
|
|
1854
1810
|
publicRoute: string;
|
|
1855
1811
|
private api;
|
|
@@ -1868,10 +1824,10 @@ declare class Repository$3 implements Nomalism$1.PaymentBatch.IRepository {
|
|
|
1868
1824
|
}
|
|
1869
1825
|
|
|
1870
1826
|
declare namespace paymentBatch {
|
|
1871
|
-
export { Repository$
|
|
1827
|
+
export { Repository$5 as default };
|
|
1872
1828
|
}
|
|
1873
1829
|
|
|
1874
|
-
declare class Repository$
|
|
1830
|
+
declare class Repository$4 implements Nomalism$1.Portal.IRepository {
|
|
1875
1831
|
route: string;
|
|
1876
1832
|
publicRoute: string;
|
|
1877
1833
|
private api;
|
|
@@ -1882,10 +1838,10 @@ declare class Repository$2 implements Nomalism$1.Portal.IRepository {
|
|
|
1882
1838
|
}
|
|
1883
1839
|
|
|
1884
1840
|
declare namespace portal {
|
|
1885
|
-
export { Repository$
|
|
1841
|
+
export { Repository$4 as default };
|
|
1886
1842
|
}
|
|
1887
1843
|
|
|
1888
|
-
declare class Repository$
|
|
1844
|
+
declare class Repository$3 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
1889
1845
|
route: string;
|
|
1890
1846
|
publicRoute: string;
|
|
1891
1847
|
private api;
|
|
@@ -1893,7 +1849,7 @@ declare class Repository$1 implements Nomalism$1.GoogleSheetPool.IRepository {
|
|
|
1893
1849
|
clearAndFill(): Promise<void>;
|
|
1894
1850
|
}
|
|
1895
1851
|
|
|
1896
|
-
declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
1852
|
+
declare class Repository$2 implements Nomalism$1.AccountCode.IRepository {
|
|
1897
1853
|
route: string;
|
|
1898
1854
|
publicRoute: string;
|
|
1899
1855
|
private api;
|
|
@@ -1902,6 +1858,35 @@ declare class Repository implements Nomalism$1.AccountCode.IRepository {
|
|
|
1902
1858
|
}
|
|
1903
1859
|
|
|
1904
1860
|
declare namespace accountCode {
|
|
1861
|
+
export { Repository$2 as default };
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
declare class Repository$1 implements Nomalism$1.ExternalPersona.IRepository {
|
|
1865
|
+
route: string;
|
|
1866
|
+
publicRoute: string;
|
|
1867
|
+
private api;
|
|
1868
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1869
|
+
findByOwnerId(params: Nomalism$1.shared.IFindByOwnerIdRequest): Promise<Nomalism$1.ExternalPersona.IEntityExtended[]>;
|
|
1870
|
+
create(body: Nomalism$1.ExternalPersona.ICreateRequest): Promise<Nomalism$1.ExternalPersona.IEntityExtended>;
|
|
1871
|
+
update(selector: Nomalism$1.shared.IFindByIdRequest, body: Nomalism$1.ExternalPersona.IUpdateRequest): Promise<void>;
|
|
1872
|
+
deleteOne(params: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
declare namespace externalPersona {
|
|
1876
|
+
export { Repository$1 as default };
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
declare class Repository implements Nomalism$1.ExternalChatSubscriber.IRepository {
|
|
1880
|
+
route: string;
|
|
1881
|
+
publicRoute: string;
|
|
1882
|
+
private api;
|
|
1883
|
+
constructor({ api, route, publicRoute }: IModuleConstructor);
|
|
1884
|
+
createOrUpdate(data: Nomalism$1.ExternalChatSubscriber.ICreateOrUpdateRequest): Promise<void>;
|
|
1885
|
+
find(params: Nomalism$1.ExternalChatSubscriber.IFindRequest): Promise<Nomalism$1.ExternalChatSubscriber.IFindResponse[]>;
|
|
1886
|
+
deleteOne({ id }: Nomalism$1.shared.IFindByIdRequest): Promise<void>;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
declare namespace externalChatSubscriber {
|
|
1905
1890
|
export { Repository as default };
|
|
1906
1891
|
}
|
|
1907
1892
|
|
|
@@ -1923,28 +1908,27 @@ declare class API {
|
|
|
1923
1908
|
processEnvironment: IEnvironment;
|
|
1924
1909
|
client: AxiosInstance;
|
|
1925
1910
|
services: Record<IService, string>;
|
|
1926
|
-
BankData: Repository$
|
|
1927
|
-
Client: Repository$
|
|
1928
|
-
ClientType: Repository$
|
|
1929
|
-
Chat: Repository$
|
|
1930
|
-
Commissioner: Repository$
|
|
1931
|
-
Country: Repository$
|
|
1932
|
-
DocumentHeader: Repository$
|
|
1933
|
-
DocumentHeaderHistory: Repository$
|
|
1934
|
-
BillOfLading: Repository$
|
|
1935
|
-
ProductionOrder: Repository$
|
|
1936
|
-
Proforma: Repository$
|
|
1937
|
-
PropostaFornecedor: Repository$
|
|
1938
|
-
ProviderCreditNoteFromReturn: Repository$
|
|
1939
|
-
ProviderFinancialCreditNote: Repository$
|
|
1940
|
-
ProviderServiceInvoice: Repository$
|
|
1941
|
-
DocumentLine: Repository$
|
|
1942
|
-
DocumentLineAssoc: Repository$
|
|
1943
|
-
DocumentType: Repository$
|
|
1944
|
-
Favorites: Repository$
|
|
1945
|
-
File: Repository$
|
|
1946
|
-
GoogleSheets: Repository$
|
|
1947
|
-
GroupPermissions: Repository$1A;
|
|
1911
|
+
BankData: Repository$1U;
|
|
1912
|
+
Client: Repository$1T;
|
|
1913
|
+
ClientType: Repository$1S;
|
|
1914
|
+
Chat: Repository$1R;
|
|
1915
|
+
Commissioner: Repository$1Q;
|
|
1916
|
+
Country: Repository$1P;
|
|
1917
|
+
DocumentHeader: Repository$1O;
|
|
1918
|
+
DocumentHeaderHistory: Repository$1N;
|
|
1919
|
+
BillOfLading: Repository$1M;
|
|
1920
|
+
ProductionOrder: Repository$1L;
|
|
1921
|
+
Proforma: Repository$1K;
|
|
1922
|
+
PropostaFornecedor: Repository$1J;
|
|
1923
|
+
ProviderCreditNoteFromReturn: Repository$1I;
|
|
1924
|
+
ProviderFinancialCreditNote: Repository$1H;
|
|
1925
|
+
ProviderServiceInvoice: Repository$1G;
|
|
1926
|
+
DocumentLine: Repository$1F;
|
|
1927
|
+
DocumentLineAssoc: Repository$1E;
|
|
1928
|
+
DocumentType: Repository$1D;
|
|
1929
|
+
Favorites: Repository$1C;
|
|
1930
|
+
File: Repository$1B;
|
|
1931
|
+
GoogleSheets: Repository$1A;
|
|
1948
1932
|
Language: Repository$1z;
|
|
1949
1933
|
Location: Repository$1y;
|
|
1950
1934
|
Logout: Repository$1x;
|
|
@@ -1952,99 +1936,99 @@ declare class API {
|
|
|
1952
1936
|
Observation: Repository$1v;
|
|
1953
1937
|
ObservationType: Repository$1u;
|
|
1954
1938
|
Password: Repository$1t;
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
1939
|
+
ProductImage: Repository$1s;
|
|
1940
|
+
Promotion: Repository$1r;
|
|
1941
|
+
PromotionAssoc: Repository$1q;
|
|
1942
|
+
Providers: Repository$1p;
|
|
1943
|
+
ProviderType: Repository$1o;
|
|
1944
|
+
PurchaseConditions: Repository$1n;
|
|
1945
|
+
ReasonForExemption: Repository$1m;
|
|
1946
|
+
RefreshToken: Repository$1l;
|
|
1947
|
+
SegmentsArea: Repository$1k;
|
|
1948
|
+
Sessions: Repository$1j;
|
|
1949
|
+
Shippings: Repository$1i;
|
|
1950
|
+
StoreOperator: Repository$1h;
|
|
1951
|
+
Swift: Repository$1g;
|
|
1952
|
+
TypeOfLocation: Repository$1f;
|
|
1953
|
+
UnitOfMeasure: Repository$1e;
|
|
1954
|
+
UserPositions: Repository$1d;
|
|
1955
|
+
Users: Repository$1c;
|
|
1956
|
+
VatTax: Repository$1b;
|
|
1957
|
+
VatTaxZone: Repository$1a;
|
|
1958
|
+
Workflow: Repository$19;
|
|
1959
|
+
DeliveryMethods: Repository$18;
|
|
1960
|
+
MaturityDates: Repository$17;
|
|
1961
|
+
PaymentMethods: Repository$16;
|
|
1962
|
+
Vehicles: Repository$15;
|
|
1963
|
+
ExternalDocumentType: Repository$14;
|
|
1964
|
+
DocumentSet: Repository$13;
|
|
1965
|
+
Payment: Repository$12;
|
|
1966
|
+
ExternalDocumentHeader: Repository$11;
|
|
1967
|
+
VatValidation: Repository$10;
|
|
1968
|
+
StockMovement: Repository$$;
|
|
1969
|
+
ZipCode: Repository$_;
|
|
1970
|
+
Tenant: Repository$Z;
|
|
1971
|
+
PreSale: Repository$Y;
|
|
1972
|
+
PreSaleProduct: Repository$X;
|
|
1973
|
+
OrderManagement: Repository$W;
|
|
1974
|
+
Npc: Repository$V;
|
|
1975
|
+
Printer: Repository$U;
|
|
1976
|
+
SchedulePrintJob: Repository$T;
|
|
1977
|
+
QueryList: Repository$S;
|
|
1978
|
+
QueryParameter: Repository$R;
|
|
1979
|
+
ReturnReason: Repository$Q;
|
|
1980
|
+
PropostaSheets: Repository$P;
|
|
1981
|
+
Schedule: Repository$O;
|
|
1982
|
+
GoogleFilePermission: Repository$N;
|
|
1983
|
+
Settings: Repository$M;
|
|
1984
|
+
Tickets: Repository$L;
|
|
1985
|
+
Channel: Repository$K;
|
|
1986
|
+
TicketsLanguage: Repository$J;
|
|
1987
|
+
Clt: Repository$I;
|
|
1988
|
+
StartDocumentHeaderLastUpdate: Repository$H;
|
|
1989
|
+
Persona: Repository$G;
|
|
1990
|
+
ProjectInfo: Repository$F;
|
|
1991
|
+
Order: Repository$E;
|
|
1992
|
+
Purchase: Repository$D;
|
|
1993
|
+
MaterialEntrance: Repository$C;
|
|
1994
|
+
Transformado: Repository$B;
|
|
1995
|
+
UpfrontReturn: Repository$A;
|
|
1996
|
+
SavedEmPicking: Repository$z;
|
|
1997
|
+
EmailTemplate: Repository$y;
|
|
1998
|
+
EmailTemplateAttachment: Repository$x;
|
|
1999
|
+
Prison: Repository$w;
|
|
2000
|
+
Quebra: Repository$v;
|
|
2001
|
+
Inventario: Repository$u;
|
|
2002
|
+
ReturnToProvider: Repository$t;
|
|
2003
|
+
EmailVerification: Repository$s;
|
|
2004
|
+
EmailLog: Repository$r;
|
|
2005
|
+
DocumentLineNote: Repository$q;
|
|
2006
|
+
SavedProviderProposal: Repository$p;
|
|
2007
|
+
ProductGoogleSheets: Repository$o;
|
|
2008
|
+
Task: Repository$n;
|
|
2009
|
+
TaskMessage: Repository$m;
|
|
2010
|
+
RecurrentTasks: Repository$l;
|
|
2011
|
+
TaskRead: Repository$k;
|
|
2012
|
+
Theme: Repository$j;
|
|
2013
|
+
Dashboard: Repository$i;
|
|
2014
|
+
ChatRapidMessage: Repository$h;
|
|
2015
|
+
SideMenu: Repository$g;
|
|
2016
|
+
ErrorLog: Repository$f;
|
|
2017
|
+
AdminPanel: Repository$e;
|
|
2018
|
+
DocumentLineRm: Repository$d;
|
|
2019
|
+
DocumentLineMt: Repository$c;
|
|
2020
|
+
ChatSubscriber: Repository$b;
|
|
2021
|
+
Tag: Repository$a;
|
|
2022
|
+
Gmails: Repository$9;
|
|
2023
|
+
NPF: Repository$8;
|
|
2024
|
+
NRCL: Repository$7;
|
|
2025
|
+
PaymentBatch: Repository$5;
|
|
2026
|
+
CurrentAccount: Repository$6;
|
|
2027
|
+
Portal: Repository$4;
|
|
2028
|
+
GoogleSheetPool: Repository$3;
|
|
2029
|
+
AccountCode: Repository$2;
|
|
2030
|
+
ExternalPersona: Repository$1;
|
|
2031
|
+
ExternalChatSubscriber: Repository;
|
|
2048
2032
|
constructor({ processEnvironment, services, gatewayUrl, apikey, tokenBearer }: IOptions);
|
|
2049
2033
|
}
|
|
2050
2034
|
|
|
@@ -2054,7 +2038,7 @@ type Nomalism_IEnvironment = IEnvironment;
|
|
|
2054
2038
|
type Nomalism_IModuleConstructor = IModuleConstructor;
|
|
2055
2039
|
type Nomalism_IOptions = IOptions;
|
|
2056
2040
|
declare namespace Nomalism {
|
|
2057
|
-
export { Nomalism_API as API, accountCode as AccountCodeClass, 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, googleSheets as GoogleSheets,
|
|
2041
|
+
export { Nomalism_API as API, accountCode as AccountCodeClass, 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, externalChatSubscriber as ExternalChatSubscriberClass, externalDocumentHeader as ExternalDocumentHeader, externalDocumentType as ExternalDocumentType, externalPersona as ExternalPersonaClass, favorites as Favorites, file as File, gmails as GmailsClass, googleFilePermission as GoogleFilePermission, googleSheets as GoogleSheets, 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, 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, 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, userPositions as UserPositions, user as Users, vatTax as VatTax, vatTaxZone as VatTaxZone, vatValidation as VatValidation, vehicles as Vehicles, workflow as Workflow, zipCode as ZipCode };
|
|
2058
2042
|
}
|
|
2059
2043
|
|
|
2060
2044
|
export { Nomalism as default };
|